2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.60a for Wine 0.9.24.
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 Bourne compatible
16 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
19 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
20 # is contrary to our usage. Disable this feature.
21 alias -g '${1+"$@"}'='"$@"'
24 case `(set -o) 2>/dev/null` in *posix
*) set -o posix
;; esac
26 BIN_SH
=xpg4
; export BIN_SH
# for Tru64
27 DUALCASE
=1; export DUALCASE
# for MKS sh
31 # Avoid depending upon Character Ranges.
32 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
33 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
34 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
35 as_cr_digits
='0123456789'
36 as_cr_alnum
=$as_cr_Letters$as_cr_digits
38 # The user is always right.
39 if test "${PATH_SEPARATOR+set}" != set; then
40 echo "#! /bin/sh" >conf$$.sh
41 echo "exit 0" >>conf$$.sh
43 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
51 # Support unset when possible.
52 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
60 # We need space, tab and new line, in precisely that order. Quoting is
61 # there to prevent editors from complaining about space-tab.
62 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
63 # splitting by setting IFS to empty value.)
68 # Find who we are. Look in the path if we contain no directory separator.
70 *[\\/]* ) as_myself
=$0 ;;
71 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
75 test -z "$as_dir" && as_dir
=.
76 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
82 # We did not find ourselves, most probably we were run as `sh COMMAND'
83 # in which case we are not to be found in the path.
84 if test "x$as_myself" = x
; then
87 if test ! -f "$as_myself"; then
88 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
92 # Work around bugs in pre-3.0 UWIN ksh.
93 for as_var
in ENV MAIL MAILPATH
94 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
102 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
103 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
106 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
107 eval $as_var=C
; export $as_var
109 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
113 # Required to use basename.
114 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
115 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
121 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
128 # Name of the executable.
129 as_me
=`$as_basename -- "$0" ||
130 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
131 X"$0" : 'X\(//\)$' \| \
132 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
134 sed '/^.*\/\([^/][^/]*\)\/*$/{
152 if test "x$CONFIG_SHELL" = x
; then
153 if (eval ":") 2>/dev
/null
; then
159 if test $as_have_required = yes && (eval ":
169 as_func_ret_success () {
172 as_func_ret_failure () {
177 if as_func_success; then
181 echo as_func_success failed.
184 if as_func_failure; then
186 echo as_func_failure succeeded.
189 if as_func_ret_success; then
193 echo as_func_ret_success failed.
196 if as_func_ret_failure; then
198 echo as_func_ret_failure succeeded.
201 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
205 echo positional parameters were not saved.
208 test \$exitcode = 0) || { (exit 1); exit 1; }
213 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
214 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
215 ") 2> /dev
/null
; then
219 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
220 for as_dir
in /usr
/bin
/posix
$PATH_SEPARATOR/bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
223 test -z "$as_dir" && as_dir
=.
226 for as_base
in sh bash ksh sh5
; do
227 as_candidate_shells
="$as_candidate_shells $as_dir/$as_base"
234 for as_shell
in $as_candidate_shells $SHELL; do
235 # Try only shells that exist, to save several forks.
236 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
237 { ("$as_shell") 2> /dev
/null
<<\_ASEOF
238 # Be Bourne compatible
239 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
242 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
243 # is contrary to our usage. Disable this feature.
244 alias -g '${1+"$@"}'='"$@"'
247 case `(set -o) 2>/dev/null` in *posix
*) set -o posix
;; esac
249 BIN_SH
=xpg4
; export BIN_SH
# for Tru64
250 DUALCASE
=1; export DUALCASE
# for MKS sh
255 CONFIG_SHELL
=$as_shell
257 if { "$as_shell" 2> /dev
/null
<<\_ASEOF
258 # Be Bourne compatible
259 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
262 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
263 # is contrary to our usage. Disable this feature.
264 alias -g '${1+"$@"}'='"$@"'
267 case `(set -o) 2>/dev/null` in *posix
*) set -o posix
;; esac
269 BIN_SH
=xpg4
; export BIN_SH
# for Tru64
270 DUALCASE
=1; export DUALCASE
# for MKS sh
282 as_func_ret_success
() {
285 as_func_ret_failure
() {
290 if as_func_success
; then
294 echo as_func_success failed.
297 if as_func_failure
; then
299 echo as_func_failure succeeded.
302 if as_func_ret_success
; then
306 echo as_func_ret_success failed.
309 if as_func_ret_failure
; then
311 echo as_func_ret_failure succeeded.
314 if ( set x
; as_func_ret_success y
&& test x
= "$1" ); then
318 echo positional parameters were not saved.
321 test $exitcode = 0) ||
{ (exit 1); exit 1; }
326 test "x$as_lineno_1" != "x$as_lineno_2" &&
327 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") ||
{ (exit 1); exit 1; }
338 if test "x$CONFIG_SHELL" != x
; then
339 for as_var
in BASH_ENV ENV
340 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
343 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
347 if test $as_have_required = no
; then
348 echo This
script requires a shell
more modern than all the
349 echo shells that I found on your system. Please
install a
350 echo modern shell
, or manually run the
script under such a
351 echo shell
if you
do have one.
352 { (exit 1); exit 1; }
362 (eval "as_func_return () {
371 as_func_ret_success () {
374 as_func_ret_failure () {
379 if as_func_success; then
383 echo as_func_success failed.
386 if as_func_failure; then
388 echo as_func_failure succeeded.
391 if as_func_ret_success; then
395 echo as_func_ret_success failed.
398 if as_func_ret_failure; then
400 echo as_func_ret_failure succeeded.
403 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
407 echo positional parameters were not saved.
410 test \$exitcode = 0") ||
{
411 echo No shell found that supports shell functions.
412 echo Please tell autoconf@gnu.org about your system
,
413 echo including any error possibly output before this
421 test "x$as_lineno_1" != "x$as_lineno_2" &&
422 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" ||
{
424 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
425 # uniformly replaced by the line number. The first 'sed' inserts a
426 # line-number line after each line using $LINENO; the second 'sed'
427 # does the real work. The second script uses 'N' to pair each
428 # line-number line with the line containing $LINENO, and appends
429 # trailing '-' during substitution so that $LINENO is not a special
431 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
432 # scripts with optimization help from Paolo Bonzini. Blame Lee
433 # E. McMahon (1931-1989) for sed's syntax. :-)
445 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
449 chmod +x
"$as_me.lineno" ||
450 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
451 { (exit 1); exit 1; }; }
453 # Don't try to exec as it changes $[0], causing all sort of problems
454 # (the dirname of $[0] is not the place where we might find the
455 # original and so on. Autoconf is especially sensitive to this).
457 # Exit status is that of the last command.
462 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
468 ECHO_C
= ECHO_N
= ECHO_T
=
472 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
479 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
480 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
486 rm -f conf$$ conf$$.exe conf$$.
file
487 if test -d conf$$.dir
; then
488 rm -f conf$$.dir
/conf$$.
file
494 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
496 # ... but there are two gotchas:
497 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
498 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
499 # In both cases, we have to default to `cp -p'.
500 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
502 elif ln conf$$.
file conf$$
2>/dev
/null
; then
507 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
508 rmdir conf$$.dir
2>/dev
/null
510 if mkdir
-p .
2>/dev
/null
; then
513 test -d .
/-p && rmdir .
/-p
517 # Find out whether ``test -x'' works. Don't use a zero-byte file, as
518 # systems may use methods other than mode bits to determine executability.
519 cat >conf$$.
file <<_ASEOF
524 if test -x conf$$.
file >/dev
/null
2>&1; then
525 as_executable_p
="test -x"
531 # Sed expression to map a string onto a valid CPP name.
532 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
534 # Sed expression to map a string onto a valid variable name.
535 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
539 exec 7<&0 </dev
/null
6>&1
542 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
543 # so uname gets run too.
544 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
549 ac_default_prefix
=/usr
/local
551 ac_config_libobj_dir
=.
557 SHELL
=${CONFIG_SHELL-/bin/sh}
559 # Identity of this package.
561 PACKAGE_TARNAME
='wine'
562 PACKAGE_VERSION
='0.9.24'
563 PACKAGE_STRING
='Wine 0.9.24'
564 PACKAGE_BUGREPORT
='wine-devel@winehq.org'
566 ac_unique_file
="server/atom.c"
567 # Factoring default headers for most tests.
568 ac_includes_default
="\
570 #ifdef HAVE_SYS_TYPES_H
571 # include <sys/types.h>
573 #ifdef HAVE_SYS_STAT_H
574 # include <sys/stat.h>
580 # ifdef HAVE_STDLIB_H
585 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
590 #ifdef HAVE_STRINGS_H
591 # include <strings.h>
593 #ifdef HAVE_INTTYPES_H
594 # include <inttypes.h>
612 program_transform_name
764 ac_subst_files
='MAKE_RULES
769 ac_precious_vars
='build_alias
783 # Initialize some variables set by options.
785 ac_init_version
=false
786 # The variables have the same names as the options, with
787 # dashes changed to underlines.
795 program_transform_name
=s
,x
,x
,
803 # Installation directory options.
804 # These are left unexpanded so users can "make install exec_prefix=/foo"
805 # and all the variables that are supposed to be based on exec_prefix
806 # by default will actually change.
807 # Use braces instead of parens because sh, perl, etc. also accept them.
808 # (The list follows the same order as the GNU Coding Standards.)
809 bindir
='${exec_prefix}/bin'
810 sbindir
='${exec_prefix}/sbin'
811 libexecdir
='${exec_prefix}/libexec'
812 datarootdir
='${prefix}/share'
813 datadir
='${datarootdir}'
814 sysconfdir
='${prefix}/etc'
815 sharedstatedir
='${prefix}/com'
816 localstatedir
='${prefix}/var'
817 includedir
='${prefix}/include'
818 oldincludedir
='/usr/include'
819 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
820 infodir
='${datarootdir}/info'
825 libdir
='${exec_prefix}/lib'
826 localedir
='${datarootdir}/locale'
827 mandir
='${datarootdir}/man'
833 # If the previous option needs an argument, assign it.
834 if test -n "$ac_prev"; then
835 eval $ac_prev=\
$ac_option
841 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
845 # Accept the important Cygnus configure options, so we can diagnose typos.
847 case $ac_dashdash$ac_option in
851 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
853 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
856 -build |
--build |
--buil |
--bui |
--bu)
857 ac_prev
=build_alias
;;
858 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
859 build_alias
=$ac_optarg ;;
861 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
862 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
863 ac_prev
=cache_file
;;
864 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
865 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
866 cache_file
=$ac_optarg ;;
869 cache_file
=config.cache
;;
871 -datadir |
--datadir |
--datadi |
--datad)
873 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
874 datadir
=$ac_optarg ;;
876 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
877 |
--dataroo |
--dataro |
--datar)
878 ac_prev
=datarootdir
;;
879 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
880 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
881 datarootdir
=$ac_optarg ;;
883 -disable-* |
--disable-*)
884 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
885 # Reject names that are not valid shell variable names.
886 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
887 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
888 { (exit 1); exit 1; }; }
889 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
890 eval enable_
$ac_feature=no
;;
892 -docdir |
--docdir |
--docdi |
--doc |
--do)
894 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
897 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
899 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
902 -enable-* |
--enable-*)
903 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
904 # Reject names that are not valid shell variable names.
905 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
906 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
907 { (exit 1); exit 1; }; }
908 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
909 eval enable_
$ac_feature=\
$ac_optarg ;;
911 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
912 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
913 |
--exec |
--exe |
--ex)
914 ac_prev
=exec_prefix
;;
915 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
916 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
917 |
--exec=* |
--exe=* |
--ex=*)
918 exec_prefix
=$ac_optarg ;;
920 -gas |
--gas |
--ga |
--g)
921 # Obsolete; use --with-gas.
924 -help |
--help |
--hel |
--he |
-h)
926 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
927 ac_init_help
=recursive
;;
928 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
929 ac_init_help
=short
;;
931 -host |
--host |
--hos |
--ho)
932 ac_prev
=host_alias
;;
933 -host=* |
--host=* |
--hos=* |
--ho=*)
934 host_alias
=$ac_optarg ;;
936 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
938 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
940 htmldir
=$ac_optarg ;;
942 -includedir |
--includedir |
--includedi |
--included |
--include \
943 |
--includ |
--inclu |
--incl |
--inc)
944 ac_prev
=includedir
;;
945 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
946 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
947 includedir
=$ac_optarg ;;
949 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
951 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
952 infodir
=$ac_optarg ;;
954 -libdir |
--libdir |
--libdi |
--libd)
956 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
959 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
960 |
--libexe |
--libex |
--libe)
961 ac_prev
=libexecdir
;;
962 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
963 |
--libexe=* |
--libex=* |
--libe=*)
964 libexecdir
=$ac_optarg ;;
966 -localedir |
--localedir |
--localedi |
--localed |
--locale)
968 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
969 localedir
=$ac_optarg ;;
971 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
972 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
973 ac_prev
=localstatedir
;;
974 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
975 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
976 localstatedir
=$ac_optarg ;;
978 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
980 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
984 # Obsolete; use --without-fp.
987 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
988 |
--no-cr |
--no-c |
-n)
991 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
992 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
995 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
996 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
997 |
--oldin |
--oldi |
--old |
--ol |
--o)
998 ac_prev
=oldincludedir
;;
999 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1000 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1001 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1002 oldincludedir
=$ac_optarg ;;
1004 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1006 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1007 prefix
=$ac_optarg ;;
1009 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1010 |
--program-pre |
--program-pr |
--program-p)
1011 ac_prev
=program_prefix
;;
1012 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1013 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1014 program_prefix
=$ac_optarg ;;
1016 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1017 |
--program-suf |
--program-su |
--program-s)
1018 ac_prev
=program_suffix
;;
1019 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1020 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1021 program_suffix
=$ac_optarg ;;
1023 -program-transform-name |
--program-transform-name \
1024 |
--program-transform-nam |
--program-transform-na \
1025 |
--program-transform-n |
--program-transform- \
1026 |
--program-transform |
--program-transfor \
1027 |
--program-transfo |
--program-transf \
1028 |
--program-trans |
--program-tran \
1029 |
--progr-tra |
--program-tr |
--program-t)
1030 ac_prev
=program_transform_name
;;
1031 -program-transform-name=* |
--program-transform-name=* \
1032 |
--program-transform-nam=* |
--program-transform-na=* \
1033 |
--program-transform-n=* |
--program-transform-=* \
1034 |
--program-transform=* |
--program-transfor=* \
1035 |
--program-transfo=* |
--program-transf=* \
1036 |
--program-trans=* |
--program-tran=* \
1037 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1038 program_transform_name
=$ac_optarg ;;
1040 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1042 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1043 pdfdir
=$ac_optarg ;;
1045 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1047 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1050 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1051 |
-silent |
--silent |
--silen |
--sile |
--sil)
1054 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1056 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1058 sbindir
=$ac_optarg ;;
1060 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1061 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1062 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1064 ac_prev
=sharedstatedir
;;
1065 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1066 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1067 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1069 sharedstatedir
=$ac_optarg ;;
1071 -site |
--site |
--sit)
1073 -site=* |
--site=* |
--sit=*)
1076 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1078 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1079 srcdir
=$ac_optarg ;;
1081 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1082 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1083 ac_prev
=sysconfdir
;;
1084 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1085 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1086 sysconfdir
=$ac_optarg ;;
1088 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1089 ac_prev
=target_alias
;;
1090 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1091 target_alias
=$ac_optarg ;;
1093 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1096 -version |
--version |
--versio |
--versi |
--vers |
-V)
1097 ac_init_version
=: ;;
1100 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1101 # Reject names that are not valid shell variable names.
1102 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
1103 { echo "$as_me: error: invalid package name: $ac_package" >&2
1104 { (exit 1); exit 1; }; }
1105 ac_package
=`echo $ac_package| sed 's/-/_/g'`
1106 eval with_
$ac_package=\
$ac_optarg ;;
1108 -without-* |
--without-*)
1109 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1110 # Reject names that are not valid shell variable names.
1111 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
1112 { echo "$as_me: error: invalid package name: $ac_package" >&2
1113 { (exit 1); exit 1; }; }
1114 ac_package
=`echo $ac_package | sed 's/-/_/g'`
1115 eval with_
$ac_package=no
;;
1118 # Obsolete; use --with-x.
1121 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1122 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1123 ac_prev
=x_includes
;;
1124 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1125 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1126 x_includes
=$ac_optarg ;;
1128 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1129 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1130 ac_prev
=x_libraries
;;
1131 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1132 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1133 x_libraries
=$ac_optarg ;;
1135 -*) { echo "$as_me: error: unrecognized option: $ac_option
1136 Try \`$0 --help' for more information." >&2
1137 { (exit 1); exit 1; }; }
1141 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1142 # Reject names that are not valid shell variable names.
1143 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
1144 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1145 { (exit 1); exit 1; }; }
1146 eval $ac_envvar=\
$ac_optarg
1147 export $ac_envvar ;;
1150 # FIXME: should be removed in autoconf 3.0.
1151 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1152 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1153 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1154 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1160 if test -n "$ac_prev"; then
1161 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1162 { echo "$as_me: error: missing argument to $ac_option" >&2
1163 { (exit 1); exit 1; }; }
1166 # Be sure to have absolute directory names.
1167 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1168 datadir sysconfdir sharedstatedir localstatedir includedir \
1169 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1170 libdir localedir mandir
1172 eval ac_val
=\$
$ac_var
1174 [\\/$
]* | ?
:[\\/]* ) continue;;
1175 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1177 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1178 { (exit 1); exit 1; }; }
1181 # There might be people who depend on the old broken behavior: `$host'
1182 # used to hold the argument of --host etc.
1183 # FIXME: To remove some day.
1186 target
=$target_alias
1188 # FIXME: To remove some day.
1189 if test "x$host_alias" != x
; then
1190 if test "x$build_alias" = x
; then
1191 cross_compiling
=maybe
1192 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1193 If a cross compiler is detected then cross compile mode will be used." >&2
1194 elif test "x$build_alias" != "x$host_alias"; then
1200 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1202 test "$silent" = yes && exec 6>/dev
/null
1205 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1206 ac_ls_di
=`ls -di .` &&
1207 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1208 { echo "$as_me: error: Working directory cannot be determined" >&2
1209 { (exit 1); exit 1; }; }
1210 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1211 { echo "$as_me: error: pwd does not report name of working directory" >&2
1212 { (exit 1); exit 1; }; }
1215 # Find the source files, if location was not specified.
1216 if test -z "$srcdir"; then
1217 ac_srcdir_defaulted
=yes
1218 # Try the directory containing this script, then the parent directory.
1219 ac_confdir
=`$as_dirname -- "$0" ||
1220 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1221 X"$0" : 'X\(//\)[^/]' \| \
1222 X"$0" : 'X\(//\)$' \| \
1223 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1225 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1243 if test ! -r "$srcdir/$ac_unique_file"; then
1247 ac_srcdir_defaulted
=no
1249 if test ! -r "$srcdir/$ac_unique_file"; then
1250 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1251 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1252 { (exit 1); exit 1; }; }
1254 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1256 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1257 { (exit 1); exit 1; }; }
1259 # When building in place, set srcdir=.
1260 if test "$ac_abs_confdir" = "$ac_pwd"; then
1263 # Remove unnecessary trailing slashes from srcdir.
1264 # Double slashes in file names in object file debugging info
1265 # mess up M-x gdb in Emacs.
1267 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1269 for ac_var
in $ac_precious_vars; do
1270 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1271 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1272 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1273 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1277 # Report the --help message.
1279 if test "$ac_init_help" = "long"; then
1280 # Omit some internal or obsolete options to make the list less imposing.
1281 # This message is too long to be a string in the A/UX 3.1 sh.
1283 \`configure' configures Wine 0.9.24 to adapt to many kinds of systems.
1285 Usage: $0 [OPTION]... [VAR=VALUE]...
1287 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1288 VAR=VALUE. See below for descriptions of some of the useful variables.
1290 Defaults for the options are specified in brackets.
1293 -h, --help display this help and exit
1294 --help=short display options specific to this package
1295 --help=recursive display the short help of all the included packages
1296 -V, --version display version information and exit
1297 -q, --quiet, --silent do not print \`checking...' messages
1298 --cache-file=FILE cache test results in FILE [disabled]
1299 -C, --config-cache alias for \`--cache-file=config.cache'
1300 -n, --no-create do not create output files
1301 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1303 Installation directories:
1304 --prefix=PREFIX install architecture-independent files in PREFIX
1305 [$ac_default_prefix]
1306 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1309 By default, \`make install' will install all the files in
1310 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1311 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1312 for instance \`--prefix=\$HOME'.
1314 For better control, use the options below.
1316 Fine tuning of the installation directories:
1317 --bindir=DIR user executables [EPREFIX/bin]
1318 --sbindir=DIR system admin executables [EPREFIX/sbin]
1319 --libexecdir=DIR program executables [EPREFIX/libexec]
1320 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1321 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1322 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1323 --libdir=DIR object code libraries [EPREFIX/lib]
1324 --includedir=DIR C header files [PREFIX/include]
1325 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1326 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1327 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1328 --infodir=DIR info documentation [DATAROOTDIR/info]
1329 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1330 --mandir=DIR man documentation [DATAROOTDIR/man]
1331 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1332 --htmldir=DIR html documentation [DOCDIR]
1333 --dvidir=DIR dvi documentation [DOCDIR]
1334 --pdfdir=DIR pdf documentation [DOCDIR]
1335 --psdir=DIR ps documentation [DOCDIR]
1341 --x-includes=DIR X include files are
in DIR
1342 --x-libraries=DIR X library files are
in DIR
1345 --build=BUILD configure
for building on BUILD
[guessed
]
1346 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1350 if test -n "$ac_init_help"; then
1351 case $ac_init_help in
1352 short | recursive
) echo "Configuration of Wine 0.9.24:";;
1357 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1358 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1359 --disable-win16 do not include Win16 support
1360 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
1364 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1365 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1366 --without-opengl do not use OpenGL
1367 --without-curses do not use curses
1368 --with-wine-tools=<dir> use Wine tools from directory <dir>
1369 --with-x use the X Window System
1371 Some influential environment variables:
1372 CC C compiler command
1373 CFLAGS C compiler flags
1374 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1375 nonstandard directory <lib dir>
1376 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1377 you have headers in a nonstandard directory <include dir>
1378 CXX C++ compiler command
1379 CXXFLAGS C++ compiler flags
1380 XMKMF Path to xmkmf, Makefile generator for X Window System
1383 Use these variables to override the choices made by `configure' or to
help
1384 it to
find libraries and programs with nonstandard names
/locations.
1386 Report bugs to
<wine-devel@winehq.org
>.
1391 if test "$ac_init_help" = "recursive"; then
1392 # If there are subdirs, report their specific --help.
1393 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1394 test -d "$ac_dir" ||
continue
1398 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1400 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1401 # A ".." for each directory in $ac_dir_suffix.
1402 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1403 case $ac_top_builddir_sub in
1404 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1405 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1408 ac_abs_top_builddir
=$ac_pwd
1409 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1410 # for backward compatibility:
1411 ac_top_builddir
=$ac_top_build_prefix
1414 .
) # We are building in place.
1416 ac_top_srcdir
=$ac_top_builddir_sub
1417 ac_abs_top_srcdir
=$ac_pwd ;;
1418 [\\/]* | ?
:[\\/]* ) # Absolute name.
1419 ac_srcdir
=$srcdir$ac_dir_suffix;
1420 ac_top_srcdir
=$srcdir
1421 ac_abs_top_srcdir
=$srcdir ;;
1423 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1424 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1425 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1427 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1429 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1430 # Check for guested configure.
1431 if test -f "$ac_srcdir/configure.gnu"; then
1433 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1434 elif test -f "$ac_srcdir/configure"; then
1436 $SHELL "$ac_srcdir/configure" --help=recursive
1438 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1440 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1444 test -n "$ac_init_help" && exit $ac_status
1445 if $ac_init_version; then
1447 Wine configure
0.9.24
1448 generated by GNU Autoconf
2.60a
1450 Copyright
(C
) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1451 2002, 2003, 2004, 2005, 2006 Free Software Foundation
, Inc.
1452 This configure
script is free software
; the Free Software Foundation
1453 gives unlimited permission to copy
, distribute and modify it.
1457 cat >config.log
<<_ACEOF
1458 This file contains any messages produced by compilers while
1459 running configure, to aid debugging if configure makes a mistake.
1461 It was created by Wine $as_me 0.9.24, which was
1462 generated by GNU Autoconf 2.60a. Invocation command line was
1474 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1475 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1476 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1477 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1478 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1480 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1481 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1483 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1484 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1485 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1486 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1487 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1488 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1489 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1493 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1497 test -z "$as_dir" && as_dir
=.
1498 echo "PATH: $as_dir"
1514 # Keep a trace of the command line.
1515 # Strip out --no-create and --no-recursion so they do not pile up.
1516 # Strip out --silent because we don't want to record it for future runs.
1517 # Also quote any args containing shell meta-characters.
1518 # Make two passes to allow for proper duplicate-argument suppression.
1522 ac_must_keep_next
=false
1528 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1529 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1530 |
-silent |
--silent |
--silen |
--sile |
--sil)
1533 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1536 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1538 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1539 if test $ac_must_keep_next = true
; then
1540 ac_must_keep_next
=false
# Got value, back to normal.
1543 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1544 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1545 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1546 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1547 case "$ac_configure_args0 " in
1548 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1551 -* ) ac_must_keep_next
=true
;;
1554 ac_configure_args
="$ac_configure_args '$ac_arg'"
1559 $as_unset ac_configure_args0 ||
test "${ac_configure_args0+set}" != set ||
{ ac_configure_args0
=; export ac_configure_args0
; }
1560 $as_unset ac_configure_args1 ||
test "${ac_configure_args1+set}" != set ||
{ ac_configure_args1
=; export ac_configure_args1
; }
1562 # When interrupted or exit'd, cleanup temporary files, and complete
1563 # config.log. We remove comments because anyway the quotes in there
1564 # would cause problems or look ugly.
1565 # WARNING: Use '\'' to represent an apostrophe within the trap.
1566 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1567 trap 'exit_status=$?
1568 # Save into config.log some information that might help in debugging.
1573 ## ---------------- ##
1574 ## Cache variables. ##
1575 ## ---------------- ##
1578 # The following way of writing the cache mishandles newlines in values,
1580 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1581 eval ac_val=\$$ac_var
1585 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1586 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1589 _ | IFS | as_nl) ;; #(
1590 *) $as_unset $ac_var ;;
1595 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1596 *${as_nl}ac_space=\ *)
1598 "s/'\''/'\''\\\\'\'''\''/g;
1599 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1602 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1610 ## ----------------- ##
1611 ## Output variables. ##
1612 ## ----------------- ##
1615 for ac_var in $ac_subst_vars
1617 eval ac_val=\$$ac_var
1619 *\'\''*) ac_val
=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1621 echo "$ac_var='\''$ac_val'\''"
1625 if test -n "$ac_subst_files"; then
1627 ## ------------------- ##
1628 ## File substitutions. ##
1629 ## ------------------- ##
1632 for ac_var
in $ac_subst_files
1634 eval ac_val
=\$
$ac_var
1636 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1638 echo "$ac_var='\''$ac_val'\''"
1643 if test -s confdefs.h; then
1653 test "$ac_signal" != 0 &&
1654 echo "$as_me: caught signal $ac_signal"
1655 echo "$as_me: exit $exit_status"
1657 rm -f core *.core core.conftest.* &&
1658 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1661 for ac_signal
in 1 2 13 15; do
1662 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1666 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1667 rm -f -r conftest
* confdefs.h
1669 # Predefined preprocessor variables.
1671 cat >>confdefs.h
<<_ACEOF
1672 #define PACKAGE_NAME "$PACKAGE_NAME"
1676 cat >>confdefs.h
<<_ACEOF
1677 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1681 cat >>confdefs.h
<<_ACEOF
1682 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1686 cat >>confdefs.h
<<_ACEOF
1687 #define PACKAGE_STRING "$PACKAGE_STRING"
1691 cat >>confdefs.h
<<_ACEOF
1692 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1696 # Let the site file select an alternate cache file if it wants to.
1697 # Prefer explicitly selected file to automatically selected ones.
1698 if test -n "$CONFIG_SITE"; then
1699 set x
"$CONFIG_SITE"
1700 elif test "x$prefix" != xNONE
; then
1701 set x
"$prefix/share/config.site" "$prefix/etc/config.site"
1703 set x
"$ac_default_prefix/share/config.site" \
1704 "$ac_default_prefix/etc/config.site"
1709 if test -r "$ac_site_file"; then
1710 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1711 echo "$as_me: loading site script $ac_site_file" >&6;}
1712 sed 's/^/| /' "$ac_site_file" >&5
1717 if test -r "$cache_file"; then
1718 # Some versions of bash will fail to source /dev/null (special
1719 # files actually), so we avoid doing that.
1720 if test -f "$cache_file"; then
1721 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1722 echo "$as_me: loading cache $cache_file" >&6;}
1724 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
1725 *) .
"./$cache_file";;
1729 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1730 echo "$as_me: creating cache $cache_file" >&6;}
1734 # Check that the precious variables saved in the cache have kept the same
1736 ac_cache_corrupted
=false
1737 for ac_var
in $ac_precious_vars; do
1738 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1739 eval ac_new_set
=\
$ac_env_${ac_var}_set
1740 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
1741 eval ac_new_val
=\
$ac_env_${ac_var}_value
1742 case $ac_old_set,$ac_new_set in
1744 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1745 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1746 ac_cache_corrupted
=: ;;
1748 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1749 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1750 ac_cache_corrupted
=: ;;
1753 if test "x$ac_old_val" != "x$ac_new_val"; then
1754 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1755 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1756 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1757 echo "$as_me: former value: $ac_old_val" >&2;}
1758 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1759 echo "$as_me: current value: $ac_new_val" >&2;}
1760 ac_cache_corrupted
=:
1763 # Pass precious variables to config.status.
1764 if test "$ac_new_set" = set; then
1766 *\'*) ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1767 *) ac_arg
=$ac_var=$ac_new_val ;;
1769 case " $ac_configure_args " in
1770 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1771 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1775 if $ac_cache_corrupted; then
1776 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1777 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1778 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1779 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1780 { (exit 1); exit 1; }; }
1808 ac_cpp
='$CPP $CPPFLAGS'
1809 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1810 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1811 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1815 ac_config_headers
="$ac_config_headers include/config.h"
1818 for ac_dir
in tools
"$srcdir"/tools
; do
1819 if test -f "$ac_dir/install-sh"; then
1821 ac_install_sh
="$ac_aux_dir/install-sh -c"
1823 elif test -f "$ac_dir/install.sh"; then
1825 ac_install_sh
="$ac_aux_dir/install.sh -c"
1827 elif test -f "$ac_dir/shtool"; then
1829 ac_install_sh
="$ac_aux_dir/shtool install -c"
1833 if test -z "$ac_aux_dir"; then
1834 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1835 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1836 { (exit 1); exit 1; }; }
1839 # These three variables are undocumented and unsupported,
1840 # and are intended to be withdrawn in a future Autoconf release.
1841 # They can cause serious problems if a builder's source tree is in a directory
1842 # whose full name contains unusual characters.
1843 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1844 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1845 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1850 # Check whether --enable-win16 was given.
1851 if test "${enable_win16+set}" = set; then
1852 enableval
=$enable_win16;
1855 # Check whether --enable-win64 was given.
1856 if test "${enable_win64+set}" = set; then
1857 enableval
=$enable_win64;
1862 # Check whether --with-opengl was given.
1863 if test "${with_opengl+set}" = set; then
1864 withval
=$with_opengl;
1868 # Check whether --with-curses was given.
1869 if test "${with_curses+set}" = set; then
1870 withval
=$with_curses;
1874 # Check whether --with-wine-tools was given.
1875 if test "${with_wine_tools+set}" = set; then
1876 withval
=$with_wine_tools;
1880 # Make sure we can run config.sub.
1881 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
1882 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
1883 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
1884 { (exit 1); exit 1; }; }
1886 { echo "$as_me:$LINENO: checking build system type" >&5
1887 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
1888 if test "${ac_cv_build+set}" = set; then
1889 echo $ECHO_N "(cached) $ECHO_C" >&6
1891 ac_build_alias
=$build_alias
1892 test "x$ac_build_alias" = x
&&
1893 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
1894 test "x$ac_build_alias" = x
&&
1895 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1896 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1897 { (exit 1); exit 1; }; }
1898 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
1899 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
1900 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
1901 { (exit 1); exit 1; }; }
1904 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1905 echo "${ECHO_T}$ac_cv_build" >&6; }
1906 case $ac_cv_build in
1908 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
1909 echo "$as_me: error: invalid value of canonical build" >&2;}
1910 { (exit 1); exit 1; }; };;
1913 ac_save_IFS
=$IFS; IFS
='-'
1919 # Remember, the first character of IFS is used to create $*,
1920 # except with old shells:
1923 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
1926 { echo "$as_me:$LINENO: checking host system type" >&5
1927 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
1928 if test "${ac_cv_host+set}" = set; then
1929 echo $ECHO_N "(cached) $ECHO_C" >&6
1931 if test "x$host_alias" = x
; then
1932 ac_cv_host
=$ac_cv_build
1934 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
1935 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
1936 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
1937 { (exit 1); exit 1; }; }
1941 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1942 echo "${ECHO_T}$ac_cv_host" >&6; }
1945 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
1946 echo "$as_me: error: invalid value of canonical host" >&2;}
1947 { (exit 1); exit 1; }; };;
1950 ac_save_IFS
=$IFS; IFS
='-'
1956 # Remember, the first character of IFS is used to create $*,
1957 # except with old shells:
1960 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
1965 if test "x$enable_win64" != "xyes"
1967 test -n "$CC" || CC
="gcc -m32"
1968 test -n "$LD" || LD
="ld -m elf_i386"
1969 test -n "$AS" || AS
="as --32"
1977 if test "x$enable_win16" != "xno"
1984 WIN16_FILES
="\$(WIN16_FILES)"
1986 WIN16_INSTALL
="\$(WIN16_INSTALL)"
1988 if test "x$enable_win16" != "xyes"
1995 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1996 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
1997 set x
${MAKE-make}; ac_make
=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
1998 if { as_var
=ac_cv_prog_make_
${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
1999 echo $ECHO_N "(cached) $ECHO_C" >&6
2001 cat >conftest.
make <<\_ACEOF
2004 @
echo '@@@%%%=$(MAKE)=@@@%%%'
2006 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2007 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2009 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
2011 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
2015 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
2016 { echo "$as_me:$LINENO: result: yes" >&5
2017 echo "${ECHO_T}yes" >&6; }
2020 { echo "$as_me:$LINENO: result: no" >&5
2021 echo "${ECHO_T}no" >&6; }
2022 SET_MAKE
="MAKE=${MAKE-make}"
2026 ac_cpp
='$CPP $CPPFLAGS'
2027 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2028 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2029 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2030 if test -n "$ac_tool_prefix"; then
2031 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2032 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2033 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2034 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2035 if test "${ac_cv_prog_CC+set}" = set; then
2036 echo $ECHO_N "(cached) $ECHO_C" >&6
2038 if test -n "$CC"; then
2039 ac_cv_prog_CC
="$CC" # Let the user override the test.
2041 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2045 test -z "$as_dir" && as_dir
=.
2046 for ac_exec_ext
in '' $ac_executable_extensions; do
2047 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2048 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2049 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2059 if test -n "$CC"; then
2060 { echo "$as_me:$LINENO: result: $CC" >&5
2061 echo "${ECHO_T}$CC" >&6; }
2063 { echo "$as_me:$LINENO: result: no" >&5
2064 echo "${ECHO_T}no" >&6; }
2069 if test -z "$ac_cv_prog_CC"; then
2071 # Extract the first word of "gcc", so it can be a program name with args.
2072 set dummy gcc
; ac_word
=$2
2073 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2074 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2075 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2076 echo $ECHO_N "(cached) $ECHO_C" >&6
2078 if test -n "$ac_ct_CC"; then
2079 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2081 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2085 test -z "$as_dir" && as_dir
=.
2086 for ac_exec_ext
in '' $ac_executable_extensions; do
2087 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2088 ac_cv_prog_ac_ct_CC
="gcc"
2089 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2098 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2099 if test -n "$ac_ct_CC"; then
2100 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2101 echo "${ECHO_T}$ac_ct_CC" >&6; }
2103 { echo "$as_me:$LINENO: result: no" >&5
2104 echo "${ECHO_T}no" >&6; }
2107 if test "x$ac_ct_CC" = x
; then
2110 case $cross_compiling:$ac_tool_warned in
2112 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2113 whose name does not start with the host triplet. If you think this
2114 configuration is useful to you, please write to autoconf@gnu.org." >&5
2115 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2116 whose name does not start with the host triplet. If you think this
2117 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2118 ac_tool_warned
=yes ;;
2126 if test -z "$CC"; then
2127 if test -n "$ac_tool_prefix"; then
2128 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2129 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2130 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2131 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2132 if test "${ac_cv_prog_CC+set}" = set; then
2133 echo $ECHO_N "(cached) $ECHO_C" >&6
2135 if test -n "$CC"; then
2136 ac_cv_prog_CC
="$CC" # Let the user override the test.
2138 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2142 test -z "$as_dir" && as_dir
=.
2143 for ac_exec_ext
in '' $ac_executable_extensions; do
2144 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2145 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2146 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2156 if test -n "$CC"; then
2157 { echo "$as_me:$LINENO: result: $CC" >&5
2158 echo "${ECHO_T}$CC" >&6; }
2160 { echo "$as_me:$LINENO: result: no" >&5
2161 echo "${ECHO_T}no" >&6; }
2167 if test -z "$CC"; then
2168 # Extract the first word of "cc", so it can be a program name with args.
2169 set dummy cc
; ac_word
=$2
2170 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2171 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2172 if test "${ac_cv_prog_CC+set}" = set; then
2173 echo $ECHO_N "(cached) $ECHO_C" >&6
2175 if test -n "$CC"; then
2176 ac_cv_prog_CC
="$CC" # Let the user override the test.
2179 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2183 test -z "$as_dir" && as_dir
=.
2184 for ac_exec_ext
in '' $ac_executable_extensions; do
2185 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2186 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2187 ac_prog_rejected
=yes
2191 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2198 if test $ac_prog_rejected = yes; then
2199 # We found a bogon in the path, so make sure we never use it.
2200 set dummy
$ac_cv_prog_CC
2202 if test $# != 0; then
2203 # We chose a different compiler from the bogus one.
2204 # However, it has the same basename, so the bogon will be chosen
2205 # first if we set CC to just the basename; use the full file name.
2207 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2213 if test -n "$CC"; then
2214 { echo "$as_me:$LINENO: result: $CC" >&5
2215 echo "${ECHO_T}$CC" >&6; }
2217 { echo "$as_me:$LINENO: result: no" >&5
2218 echo "${ECHO_T}no" >&6; }
2223 if test -z "$CC"; then
2224 if test -n "$ac_tool_prefix"; then
2225 for ac_prog
in cl.exe
2227 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2228 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2229 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2230 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2231 if test "${ac_cv_prog_CC+set}" = set; then
2232 echo $ECHO_N "(cached) $ECHO_C" >&6
2234 if test -n "$CC"; then
2235 ac_cv_prog_CC
="$CC" # Let the user override the test.
2237 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2241 test -z "$as_dir" && as_dir
=.
2242 for ac_exec_ext
in '' $ac_executable_extensions; do
2243 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2244 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2245 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2255 if test -n "$CC"; then
2256 { echo "$as_me:$LINENO: result: $CC" >&5
2257 echo "${ECHO_T}$CC" >&6; }
2259 { echo "$as_me:$LINENO: result: no" >&5
2260 echo "${ECHO_T}no" >&6; }
2264 test -n "$CC" && break
2267 if test -z "$CC"; then
2269 for ac_prog
in cl.exe
2271 # Extract the first word of "$ac_prog", so it can be a program name with args.
2272 set dummy
$ac_prog; ac_word
=$2
2273 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2274 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2275 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2276 echo $ECHO_N "(cached) $ECHO_C" >&6
2278 if test -n "$ac_ct_CC"; then
2279 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2281 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2285 test -z "$as_dir" && as_dir
=.
2286 for ac_exec_ext
in '' $ac_executable_extensions; do
2287 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2288 ac_cv_prog_ac_ct_CC
="$ac_prog"
2289 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2298 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2299 if test -n "$ac_ct_CC"; then
2300 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2301 echo "${ECHO_T}$ac_ct_CC" >&6; }
2303 { echo "$as_me:$LINENO: result: no" >&5
2304 echo "${ECHO_T}no" >&6; }
2308 test -n "$ac_ct_CC" && break
2311 if test "x$ac_ct_CC" = x
; then
2314 case $cross_compiling:$ac_tool_warned in
2316 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2317 whose name does not start with the host triplet. If you think this
2318 configuration is useful to you, please write to autoconf@gnu.org." >&5
2319 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2320 whose name does not start with the host triplet. If you think this
2321 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2322 ac_tool_warned
=yes ;;
2331 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2332 See \`config.log' for more details." >&5
2333 echo "$as_me: error: no acceptable C compiler found in \$PATH
2334 See \`config.log' for more details." >&2;}
2335 { (exit 1); exit 1; }; }
2337 # Provide some information about the compiler.
2338 echo "$as_me:$LINENO: checking for C compiler version" >&5
2339 ac_compiler
=`set X $ac_compile; echo $2`
2340 { (ac_try
="$ac_compiler --version >&5"
2342 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2343 *) ac_try_echo=$ac_try;;
2345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2346 (eval "$ac_compiler --version >&5") 2>&5
2348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2349 (exit $ac_status); }
2350 { (ac_try="$ac_compiler -v >&5"
2352 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2353 *) ac_try_echo
=$ac_try;;
2355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2356 (eval "$ac_compiler -v >&5") 2>&5
2358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2359 (exit $ac_status); }
2360 { (ac_try
="$ac_compiler -V >&5"
2362 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2363 *) ac_try_echo=$ac_try;;
2365 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2366 (eval "$ac_compiler -V >&5") 2>&5
2368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2369 (exit $ac_status); }
2371 cat >conftest.$ac_ext <<_ACEOF
2374 cat confdefs.h >>conftest.$ac_ext
2375 cat >>conftest.$ac_ext <<_ACEOF
2376 /* end confdefs.h. */
2386 ac_clean_files_save=$ac_clean_files
2387 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2388 # Try to create an executable without -o first, disregard a.out.
2389 # It will help us diagnose broken compilers, and finding out an intuition
2391 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2392 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2393 ac_link_default=`echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
2395 # List of possible output files, starting from the most likely.
2396 # The algorithm is not robust to junk in `.
', hence go to wildcards (a.*)
2397 # only as a last resort. b.out is created by i960 compilers.
2398 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
'
2400 # The IRIX 6 linker writes into existing files which may not be
2401 # executable, retaining their permissions. Remove them first so a
2402 # subsequent execution test works.
2404 for ac_file in $ac_files
2407 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2408 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2413 if { (ac_try="$ac_link_default"
2415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2416 *) ac_try_echo=$ac_try;;
2418 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2419 (eval "$ac_link_default") 2>&5
2421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2422 (exit $ac_status); }; then
2423 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2424 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2425 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2426 # so that the user can short-circuit this test for compilers unknown to
2428 for ac_file
in $ac_files ''
2430 test -f "$ac_file" ||
continue
2432 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
)
2435 # We found the default executable, but exeext='' is most
2439 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
2441 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2443 # We set ac_cv_exeext here because the later test for it is not
2444 # safe: cross compilers may not add the suffix if given an `-o'
2445 # argument, so we may need to know it at that point already.
2446 # Even if this section looks crufty: it has the advantage of
2453 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
2459 { echo "$as_me:$LINENO: result: $ac_file" >&5
2460 echo "${ECHO_T}$ac_file" >&6; }
2461 if test -z "$ac_file"; then
2462 echo "$as_me: failed program was:" >&5
2463 sed 's/^/| /' conftest.
$ac_ext >&5
2465 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2466 See \`config.log' for more details." >&5
2467 echo "$as_me: error: C compiler cannot create executables
2468 See \`config.log' for more details." >&2;}
2469 { (exit 77); exit 77; }; }
2472 ac_exeext
=$ac_cv_exeext
2474 # Check that the compiler produces executables we can run. If not, either
2475 # the compiler is broken, or we cross compile.
2476 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2477 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2478 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2479 # If not cross compiling, check that we can run a simple program.
2480 if test "$cross_compiling" != yes; then
2481 if { ac_try
='./$ac_file'
2482 { (case "(($ac_try" in
2483 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2484 *) ac_try_echo=$ac_try;;
2486 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2487 (eval "$ac_try") 2>&5
2489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2490 (exit $ac_status); }; }; then
2493 if test "$cross_compiling" = maybe; then
2496 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2497 If you meant to cross compile, use \`--host'.
2498 See \`config.log' for more details.
" >&5
2499 echo "$as_me: error
: cannot run C compiled programs.
2500 If you meant to cross compile
, use \
`--host'.
2501 See \`config.log
' for more details." >&2;}
2502 { (exit 1); exit 1; }; }
2506 { echo "$as_me:$LINENO: result: yes" >&5
2507 echo "${ECHO_T}yes" >&6; }
2509 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2510 ac_clean_files=$ac_clean_files_save
2511 # Check that the compiler produces executables we can run. If not, either
2512 # the compiler is broken, or we cross compile.
2513 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2514 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2515 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2516 echo "${ECHO_T}$cross_compiling" >&6; }
2518 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2519 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2520 if { (ac_try="$ac_link"
2522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2523 *) ac_try_echo=$ac_try;;
2525 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2526 (eval "$ac_link") 2>&5
2528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2529 (exit $ac_status); }; then
2530 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
2531 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
2532 # work properly (i.e., refer to `conftest.exe
'), while it won't with
2534 for ac_file
in conftest.exe conftest conftest.
*; do
2535 test -f "$ac_file" ||
continue
2537 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
) ;;
2538 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2544 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2545 See \`config.log' for more details." >&5
2546 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2547 See \`config.log' for more details." >&2;}
2548 { (exit 1); exit 1; }; }
2551 rm -f conftest
$ac_cv_exeext
2552 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2553 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2555 rm -f conftest.
$ac_ext
2556 EXEEXT
=$ac_cv_exeext
2558 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2559 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2560 if test "${ac_cv_objext+set}" = set; then
2561 echo $ECHO_N "(cached) $ECHO_C" >&6
2563 cat >conftest.
$ac_ext <<_ACEOF
2566 cat confdefs.h
>>conftest.
$ac_ext
2567 cat >>conftest.
$ac_ext <<_ACEOF
2568 /* end confdefs.h. */
2578 rm -f conftest.o conftest.obj
2579 if { (ac_try
="$ac_compile"
2581 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2582 *) ac_try_echo=$ac_try;;
2584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2585 (eval "$ac_compile") 2>&5
2587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2588 (exit $ac_status); }; then
2589 for ac_file in conftest.o conftest.obj conftest.*; do
2590 test -f "$ac_file" || continue;
2592 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2593 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2598 echo "$as_me: failed program was:" >&5
2599 sed 's/^/| /' conftest.$ac_ext >&5
2601 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2602 See \`config.log
' for more details." >&5
2603 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2604 See \`config.log' for more details.
" >&2;}
2605 { (exit 1); exit 1; }; }
2608 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2610 { echo "$as_me:$LINENO: result
: $ac_cv_objext" >&5
2611 echo "${ECHO_T}$ac_cv_objext" >&6; }
2612 OBJEXT=$ac_cv_objext
2614 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler
" >&5
2615 echo $ECHO_N "checking whether we are using the GNU C compiler...
$ECHO_C" >&6; }
2616 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2617 echo $ECHO_N "(cached
) $ECHO_C" >&6
2619 cat >conftest.$ac_ext <<_ACEOF
2622 cat confdefs.h >>conftest.$ac_ext
2623 cat >>conftest.$ac_ext <<_ACEOF
2624 /* end confdefs.h. */
2637 rm -f conftest.$ac_objext
2638 if { (ac_try="$ac_compile"
2640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2641 *) ac_try_echo=$ac_try;;
2643 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2644 (eval "$ac_compile") 2>conftest.er1
2646 grep -v '^ *+' conftest.er1 >conftest.err
2648 cat conftest.err >&5
2649 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2650 (exit $ac_status); } &&
2651 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2652 { (case "(($ac_try" in
2653 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2654 *) ac_try_echo=$ac_try;;
2656 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2657 (eval "$ac_try") 2>&5
2659 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2660 (exit $ac_status); }; } &&
2661 { ac_try='test -s conftest.$ac_objext'
2662 { (case "(($ac_try" in
2663 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2664 *) ac_try_echo=$ac_try;;
2666 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2667 (eval "$ac_try") 2>&5
2669 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2670 (exit $ac_status); }; }; then
2673 echo "$as_me: failed program was
:" >&5
2674 sed 's/^/| /' conftest.$ac_ext >&5
2679 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2680 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2683 { echo "$as_me:$LINENO: result
: $ac_cv_c_compiler_gnu" >&5
2684 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2685 GCC=`test $ac_compiler_gnu = yes && echo yes`
2686 ac_test_CFLAGS=${CFLAGS+set}
2687 ac_save_CFLAGS=$CFLAGS
2688 { echo "$as_me:$LINENO: checking whether
$CC accepts
-g" >&5
2689 echo $ECHO_N "checking whether
$CC accepts
-g...
$ECHO_C" >&6; }
2690 if test "${ac_cv_prog_cc_g+set}" = set; then
2691 echo $ECHO_N "(cached
) $ECHO_C" >&6
2693 ac_save_c_werror_flag=$ac_c_werror_flag
2694 ac_c_werror_flag=yes
2697 cat >conftest.$ac_ext <<_ACEOF
2700 cat confdefs.h >>conftest.$ac_ext
2701 cat >>conftest.$ac_ext <<_ACEOF
2702 /* end confdefs.h. */
2712 rm -f conftest.$ac_objext
2713 if { (ac_try="$ac_compile"
2715 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2716 *) ac_try_echo=$ac_try;;
2718 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2719 (eval "$ac_compile") 2>conftest.er1
2721 grep -v '^ *+' conftest.er1 >conftest.err
2723 cat conftest.err >&5
2724 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2725 (exit $ac_status); } &&
2726 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2727 { (case "(($ac_try" in
2728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2729 *) ac_try_echo=$ac_try;;
2731 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2732 (eval "$ac_try") 2>&5
2734 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2735 (exit $ac_status); }; } &&
2736 { ac_try='test -s conftest.$ac_objext'
2737 { (case "(($ac_try" in
2738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2739 *) ac_try_echo=$ac_try;;
2741 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2742 (eval "$ac_try") 2>&5
2744 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2745 (exit $ac_status); }; }; then
2748 echo "$as_me: failed program was
:" >&5
2749 sed 's/^/| /' conftest.$ac_ext >&5
2752 cat >conftest.$ac_ext <<_ACEOF
2755 cat confdefs.h >>conftest.$ac_ext
2756 cat >>conftest.$ac_ext <<_ACEOF
2757 /* end confdefs.h. */
2767 rm -f conftest.$ac_objext
2768 if { (ac_try="$ac_compile"
2770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2771 *) ac_try_echo=$ac_try;;
2773 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2774 (eval "$ac_compile") 2>conftest.er1
2776 grep -v '^ *+' conftest.er1 >conftest.err
2778 cat conftest.err >&5
2779 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2780 (exit $ac_status); } &&
2781 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2782 { (case "(($ac_try" in
2783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2784 *) ac_try_echo=$ac_try;;
2786 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2787 (eval "$ac_try") 2>&5
2789 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2790 (exit $ac_status); }; } &&
2791 { ac_try='test -s conftest.$ac_objext'
2792 { (case "(($ac_try" in
2793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2794 *) ac_try_echo=$ac_try;;
2796 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2797 (eval "$ac_try") 2>&5
2799 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2800 (exit $ac_status); }; }; then
2803 echo "$as_me: failed program was
:" >&5
2804 sed 's/^/| /' conftest.$ac_ext >&5
2806 ac_c_werror_flag=$ac_save_c_werror_flag
2808 cat >conftest.$ac_ext <<_ACEOF
2811 cat confdefs.h >>conftest.$ac_ext
2812 cat >>conftest.$ac_ext <<_ACEOF
2813 /* end confdefs.h. */
2823 rm -f conftest.$ac_objext
2824 if { (ac_try="$ac_compile"
2826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2827 *) ac_try_echo=$ac_try;;
2829 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2830 (eval "$ac_compile") 2>conftest.er1
2832 grep -v '^ *+' conftest.er1 >conftest.err
2834 cat conftest.err >&5
2835 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2836 (exit $ac_status); } &&
2837 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2838 { (case "(($ac_try" in
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_try") 2>&5
2845 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2846 (exit $ac_status); }; } &&
2847 { ac_try='test -s conftest.$ac_objext'
2848 { (case "(($ac_try" in
2849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2850 *) ac_try_echo=$ac_try;;
2852 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2853 (eval "$ac_try") 2>&5
2855 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2856 (exit $ac_status); }; }; then
2859 echo "$as_me: failed program was
:" >&5
2860 sed 's/^/| /' conftest.$ac_ext >&5
2865 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2868 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2871 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2872 ac_c_werror_flag=$ac_save_c_werror_flag
2874 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_g" >&5
2875 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
2876 if test "$ac_test_CFLAGS" = set; then
2877 CFLAGS=$ac_save_CFLAGS
2878 elif test $ac_cv_prog_cc_g = yes; then
2879 if test "$GCC" = yes; then
2885 if test "$GCC" = yes; then
2891 { echo "$as_me:$LINENO: checking
for $CC option to accept ISO C89
" >&5
2892 echo $ECHO_N "checking
for $CC option to accept ISO C89...
$ECHO_C" >&6; }
2893 if test "${ac_cv_prog_cc_c89+set}" = set; then
2894 echo $ECHO_N "(cached
) $ECHO_C" >&6
2896 ac_cv_prog_cc_c89=no
2898 cat >conftest.$ac_ext <<_ACEOF
2901 cat confdefs.h >>conftest.$ac_ext
2902 cat >>conftest.$ac_ext <<_ACEOF
2903 /* end confdefs.h. */
2906 #include <sys/types.h>
2907 #include <sys/stat.h>
2908 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2909 struct buf { int x; };
2910 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2911 static char *e (p, i)
2917 static char *f (char * (*g) (char **, int), char **p, ...)
2922 s = g (p, va_arg (v,int));
2927 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2928 function prototypes and stuff, but not '\xHH' hex character constants.
2929 These don't provoke an error unfortunately, instead are silently treated
2930 as 'x'. The following induces an error, until -std is added to get
2931 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2932 array size at least. It's necessary to write '\x00'==0 to get something
2933 that's true only with -std. */
2934 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2936 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
2937 inside strings and character constants. */
2939 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
2941 int test (int i, double x);
2942 struct s1 {int (*f) (int a);};
2943 struct s2 {int (*f) (double a);};
2944 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2950 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2955 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
2956 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2958 CC="$ac_save_CC $ac_arg"
2959 rm -f conftest.$ac_objext
2960 if { (ac_try="$ac_compile"
2962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2963 *) ac_try_echo=$ac_try;;
2965 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2966 (eval "$ac_compile") 2>conftest.er1
2968 grep -v '^ *+' conftest.er1 >conftest.err
2970 cat conftest.err >&5
2971 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2972 (exit $ac_status); } &&
2973 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2974 { (case "(($ac_try" in
2975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2976 *) ac_try_echo=$ac_try;;
2978 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2979 (eval "$ac_try") 2>&5
2981 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2982 (exit $ac_status); }; } &&
2983 { ac_try='test -s conftest.$ac_objext'
2984 { (case "(($ac_try" in
2985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2986 *) ac_try_echo=$ac_try;;
2988 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2989 (eval "$ac_try") 2>&5
2991 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2992 (exit $ac_status); }; }; then
2993 ac_cv_prog_cc_c89=$ac_arg
2995 echo "$as_me: failed program was
:" >&5
2996 sed 's/^/| /' conftest.$ac_ext >&5
3001 rm -f core conftest.err conftest.$ac_objext
3002 test "x
$ac_cv_prog_cc_c89" != "xno
" && break
3004 rm -f conftest.$ac_ext
3009 case "x
$ac_cv_prog_cc_c89" in
3011 { echo "$as_me:$LINENO: result
: none needed
" >&5
3012 echo "${ECHO_T}none needed
" >&6; } ;;
3014 { echo "$as_me:$LINENO: result
: unsupported
" >&5
3015 echo "${ECHO_T}unsupported
" >&6; } ;;
3017 CC="$CC $ac_cv_prog_cc_c89"
3018 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_c89" >&5
3019 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3024 ac_cpp='$CPP $CPPFLAGS'
3025 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3026 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3027 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3030 ac_cpp='$CXXCPP $CPPFLAGS'
3031 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3032 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3033 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3034 if test -z "$CXX"; then
3035 if test -n "$CCC"; then
3038 if test -n "$ac_tool_prefix"; then
3039 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3041 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3042 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3043 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3044 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3045 if test "${ac_cv_prog_CXX+set}" = set; then
3046 echo $ECHO_N "(cached
) $ECHO_C" >&6
3048 if test -n "$CXX"; then
3049 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3051 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3055 test -z "$as_dir" && as_dir=.
3056 for ac_exec_ext in '' $ac_executable_extensions; do
3057 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
3058 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3059 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3069 if test -n "$CXX"; then
3070 { echo "$as_me:$LINENO: result
: $CXX" >&5
3071 echo "${ECHO_T}$CXX" >&6; }
3073 { echo "$as_me:$LINENO: result
: no
" >&5
3074 echo "${ECHO_T}no
" >&6; }
3078 test -n "$CXX" && break
3081 if test -z "$CXX"; then
3083 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3085 # Extract the first word of "$ac_prog", so it can be a program name with args.
3086 set dummy $ac_prog; ac_word=$2
3087 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3088 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3089 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3090 echo $ECHO_N "(cached
) $ECHO_C" >&6
3092 if test -n "$ac_ct_CXX"; then
3093 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3095 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3099 test -z "$as_dir" && as_dir=.
3100 for ac_exec_ext in '' $ac_executable_extensions; do
3101 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
3102 ac_cv_prog_ac_ct_CXX="$ac_prog"
3103 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3112 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3113 if test -n "$ac_ct_CXX"; then
3114 { echo "$as_me:$LINENO: result
: $ac_ct_CXX" >&5
3115 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3117 { echo "$as_me:$LINENO: result
: no
" >&5
3118 echo "${ECHO_T}no
" >&6; }
3122 test -n "$ac_ct_CXX" && break
3125 if test "x
$ac_ct_CXX" = x; then
3128 case $cross_compiling:$ac_tool_warned in
3130 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
3131 whose name does not start with the
host triplet. If you think this
3132 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
3133 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
3134 whose name does not start with the
host triplet. If you think this
3135 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
3136 ac_tool_warned=yes ;;
3144 # Provide some information about the compiler.
3145 echo "$as_me:$LINENO: checking
for C
++ compiler version
" >&5
3146 ac_compiler=`set X $ac_compile; echo $2`
3147 { (ac_try="$ac_compiler --version >&5"
3149 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3150 *) ac_try_echo=$ac_try;;
3152 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3153 (eval "$ac_compiler --version >&5") 2>&5
3155 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3156 (exit $ac_status); }
3157 { (ac_try="$ac_compiler -v >&5"
3159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3160 *) ac_try_echo=$ac_try;;
3162 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3163 (eval "$ac_compiler -v >&5") 2>&5
3165 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3166 (exit $ac_status); }
3167 { (ac_try="$ac_compiler -V >&5"
3169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3170 *) ac_try_echo=$ac_try;;
3172 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3173 (eval "$ac_compiler -V >&5") 2>&5
3175 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3176 (exit $ac_status); }
3178 { echo "$as_me:$LINENO: checking whether we are using the GNU C
++ compiler
" >&5
3179 echo $ECHO_N "checking whether we are using the GNU C
++ compiler...
$ECHO_C" >&6; }
3180 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3181 echo $ECHO_N "(cached
) $ECHO_C" >&6
3183 cat >conftest.$ac_ext <<_ACEOF
3186 cat confdefs.h >>conftest.$ac_ext
3187 cat >>conftest.$ac_ext <<_ACEOF
3188 /* end confdefs.h. */
3201 rm -f conftest.$ac_objext
3202 if { (ac_try="$ac_compile"
3204 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3205 *) ac_try_echo=$ac_try;;
3207 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3208 (eval "$ac_compile") 2>conftest.er1
3210 grep -v '^ *+' conftest.er1 >conftest.err
3212 cat conftest.err >&5
3213 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3214 (exit $ac_status); } &&
3215 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3216 { (case "(($ac_try" in
3217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3218 *) ac_try_echo=$ac_try;;
3220 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3221 (eval "$ac_try") 2>&5
3223 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3224 (exit $ac_status); }; } &&
3225 { ac_try='test -s conftest.$ac_objext'
3226 { (case "(($ac_try" in
3227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3228 *) ac_try_echo=$ac_try;;
3230 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3231 (eval "$ac_try") 2>&5
3233 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3234 (exit $ac_status); }; }; then
3237 echo "$as_me: failed program was
:" >&5
3238 sed 's/^/| /' conftest.$ac_ext >&5
3243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3244 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3247 { echo "$as_me:$LINENO: result
: $ac_cv_cxx_compiler_gnu" >&5
3248 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3249 GXX=`test $ac_compiler_gnu = yes && echo yes`
3250 ac_test_CXXFLAGS=${CXXFLAGS+set}
3251 ac_save_CXXFLAGS=$CXXFLAGS
3252 { echo "$as_me:$LINENO: checking whether
$CXX accepts
-g" >&5
3253 echo $ECHO_N "checking whether
$CXX accepts
-g...
$ECHO_C" >&6; }
3254 if test "${ac_cv_prog_cxx_g+set}" = set; then
3255 echo $ECHO_N "(cached
) $ECHO_C" >&6
3257 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3258 ac_cxx_werror_flag=yes
3261 cat >conftest.$ac_ext <<_ACEOF
3264 cat confdefs.h >>conftest.$ac_ext
3265 cat >>conftest.$ac_ext <<_ACEOF
3266 /* end confdefs.h. */
3276 rm -f conftest.$ac_objext
3277 if { (ac_try="$ac_compile"
3279 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3280 *) ac_try_echo=$ac_try;;
3282 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3283 (eval "$ac_compile") 2>conftest.er1
3285 grep -v '^ *+' conftest.er1 >conftest.err
3287 cat conftest.err >&5
3288 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3289 (exit $ac_status); } &&
3290 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3291 { (case "(($ac_try" in
3292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3293 *) ac_try_echo=$ac_try;;
3295 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3296 (eval "$ac_try") 2>&5
3298 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3299 (exit $ac_status); }; } &&
3300 { ac_try='test -s conftest.$ac_objext'
3301 { (case "(($ac_try" in
3302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3303 *) ac_try_echo=$ac_try;;
3305 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3306 (eval "$ac_try") 2>&5
3308 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3309 (exit $ac_status); }; }; then
3310 ac_cv_prog_cxx_g=yes
3312 echo "$as_me: failed program was
:" >&5
3313 sed 's/^/| /' conftest.$ac_ext >&5
3316 cat >conftest.$ac_ext <<_ACEOF
3319 cat confdefs.h >>conftest.$ac_ext
3320 cat >>conftest.$ac_ext <<_ACEOF
3321 /* end confdefs.h. */
3331 rm -f conftest.$ac_objext
3332 if { (ac_try="$ac_compile"
3334 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3335 *) ac_try_echo=$ac_try;;
3337 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3338 (eval "$ac_compile") 2>conftest.er1
3340 grep -v '^ *+' conftest.er1 >conftest.err
3342 cat conftest.err >&5
3343 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3344 (exit $ac_status); } &&
3345 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3346 { (case "(($ac_try" in
3347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3348 *) ac_try_echo=$ac_try;;
3350 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3351 (eval "$ac_try") 2>&5
3353 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3354 (exit $ac_status); }; } &&
3355 { ac_try='test -s conftest.$ac_objext'
3356 { (case "(($ac_try" in
3357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3358 *) ac_try_echo=$ac_try;;
3360 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3361 (eval "$ac_try") 2>&5
3363 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3364 (exit $ac_status); }; }; then
3367 echo "$as_me: failed program was
:" >&5
3368 sed 's/^/| /' conftest.$ac_ext >&5
3370 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3372 cat >conftest.$ac_ext <<_ACEOF
3375 cat confdefs.h >>conftest.$ac_ext
3376 cat >>conftest.$ac_ext <<_ACEOF
3377 /* end confdefs.h. */
3387 rm -f conftest.$ac_objext
3388 if { (ac_try="$ac_compile"
3390 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3391 *) ac_try_echo=$ac_try;;
3393 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3394 (eval "$ac_compile") 2>conftest.er1
3396 grep -v '^ *+' conftest.er1 >conftest.err
3398 cat conftest.err >&5
3399 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3400 (exit $ac_status); } &&
3401 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3402 { (case "(($ac_try" in
3403 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3404 *) ac_try_echo=$ac_try;;
3406 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3407 (eval "$ac_try") 2>&5
3409 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3410 (exit $ac_status); }; } &&
3411 { ac_try='test -s conftest.$ac_objext'
3412 { (case "(($ac_try" in
3413 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3414 *) ac_try_echo=$ac_try;;
3416 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3417 (eval "$ac_try") 2>&5
3419 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3420 (exit $ac_status); }; }; then
3421 ac_cv_prog_cxx_g=yes
3423 echo "$as_me: failed program was
:" >&5
3424 sed 's/^/| /' conftest.$ac_ext >&5
3429 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3432 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3435 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3436 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3438 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cxx_g" >&5
3439 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3440 if test "$ac_test_CXXFLAGS" = set; then
3441 CXXFLAGS=$ac_save_CXXFLAGS
3442 elif test $ac_cv_prog_cxx_g = yes; then
3443 if test "$GXX" = yes; then
3449 if test "$GXX" = yes; then
3456 ac_cpp='$CPP $CPPFLAGS'
3457 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3458 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3459 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3461 if test -n "$ac_tool_prefix"; then
3462 # Extract the first word of "${ac_tool_prefix}cpp
", so it can be a program name with args.
3463 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3464 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3465 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3466 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3467 echo $ECHO_N "(cached
) $ECHO_C" >&6
3469 if test -n "$CPPBIN"; then
3470 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3472 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3476 test -z "$as_dir" && as_dir=.
3477 for ac_exec_ext in '' $ac_executable_extensions; do
3478 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
3479 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp
"
3480 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3489 CPPBIN=$ac_cv_prog_CPPBIN
3490 if test -n "$CPPBIN"; then
3491 { echo "$as_me:$LINENO: result
: $CPPBIN" >&5
3492 echo "${ECHO_T}$CPPBIN" >&6; }
3494 { echo "$as_me:$LINENO: result
: no
" >&5
3495 echo "${ECHO_T}no
" >&6; }
3500 if test -z "$ac_cv_prog_CPPBIN"; then
3501 ac_ct_CPPBIN=$CPPBIN
3502 # Extract the first word of "cpp
", so it can be a program name with args.
3503 set dummy cpp; ac_word=$2
3504 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3505 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3506 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3507 echo $ECHO_N "(cached
) $ECHO_C" >&6
3509 if test -n "$ac_ct_CPPBIN"; then
3510 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3512 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3516 test -z "$as_dir" && as_dir=.
3517 for ac_exec_ext in '' $ac_executable_extensions; do
3518 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
3519 ac_cv_prog_ac_ct_CPPBIN="cpp
"
3520 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3529 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3530 if test -n "$ac_ct_CPPBIN"; then
3531 { echo "$as_me:$LINENO: result
: $ac_ct_CPPBIN" >&5
3532 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3534 { echo "$as_me:$LINENO: result
: no
" >&5
3535 echo "${ECHO_T}no
" >&6; }
3538 if test "x
$ac_ct_CPPBIN" = x; then
3541 case $cross_compiling:$ac_tool_warned in
3543 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
3544 whose name does not start with the
host triplet. If you think this
3545 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
3546 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
3547 whose name does not start with the
host triplet. If you think this
3548 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
3549 ac_tool_warned=yes ;;
3551 CPPBIN=$ac_ct_CPPBIN
3554 CPPBIN="$ac_cv_prog_CPPBIN"
3558 { echo "$as_me:$LINENO: checking
for the directory containing the Wine tools
" >&5
3559 echo $ECHO_N "checking
for the directory containing the Wine tools...
$ECHO_C" >&6; }
3560 if test "${wine_cv_toolsdir+set}" = set; then
3561 echo $ECHO_N "(cached
) $ECHO_C" >&6
3563 if test -z "$with_wine_tools"; then
3564 if test "$cross_compiling" = "yes"; then
3565 { { echo "$as_me:$LINENO: error
: you must use the
--with-wine-tools option when cross-compiling.
" >&5
3566 echo "$as_me: error
: you must use the
--with-wine-tools option when cross-compiling.
" >&2;}
3567 { (exit 1); exit 1; }; }
3569 wine_cv_toolsdir="\$
(TOPOBJDIR
)"
3571 elif test -d "$with_wine_tools/tools
/winebuild
"; then
3572 case $with_wine_tools in
3573 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3574 *) wine_cv_toolsdir="\$
(TOPOBJDIR
)/$with_wine_tools" ;;
3577 { { echo "$as_me:$LINENO: error
: could not
find Wine tools
in $with_wine_tools.
" >&5
3578 echo "$as_me: error
: could not
find Wine tools
in $with_wine_tools.
" >&2;}
3579 { (exit 1); exit 1; }; }
3582 { echo "$as_me:$LINENO: result
: $wine_cv_toolsdir" >&5
3583 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3584 TOOLSDIR=$wine_cv_toolsdir
3589 ac_cpp='$CPP $CPPFLAGS'
3590 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3591 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3592 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3593 { echo "$as_me:$LINENO: checking how to run the C preprocessor
" >&5
3594 echo $ECHO_N "checking how to run the C preprocessor...
$ECHO_C" >&6; }
3595 # On Suns, sometimes $CPP names a directory.
3596 if test -n "$CPP" && test -d "$CPP"; then
3599 if test -z "$CPP"; then
3600 if test "${ac_cv_prog_CPP+set}" = set; then
3601 echo $ECHO_N "(cached
) $ECHO_C" >&6
3603 # Double quotes because CPP needs to be expanded
3604 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib
/cpp
"
3607 for ac_c_preproc_warn_flag in '' yes
3609 # Use a header file that comes with gcc, so configuring glibc
3610 # with a fresh cross-compiler works.
3611 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3612 # <limits.h> exists even on freestanding compilers.
3613 # On the NeXT, cc -E runs the code through the compiler's parser,
3614 # not just through cpp. "Syntax error
" is here to catch this case.
3615 cat >conftest.$ac_ext <<_ACEOF
3618 cat confdefs.h >>conftest.$ac_ext
3619 cat >>conftest.$ac_ext <<_ACEOF
3620 /* end confdefs.h. */
3622 # include <limits.h>
3624 # include <assert.h>
3628 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3630 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3631 *) ac_try_echo=$ac_try;;
3633 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3634 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3636 grep -v '^ *+' conftest.er1 >conftest.err
3638 cat conftest.err >&5
3639 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3640 (exit $ac_status); } >/dev/null; then
3641 if test -s conftest.err; then
3642 ac_cpp_err=$ac_c_preproc_warn_flag
3643 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3650 if test -z "$ac_cpp_err"; then
3653 echo "$as_me: failed program was
:" >&5
3654 sed 's/^/| /' conftest.$ac_ext >&5
3656 # Broken: fails on valid input.
3660 rm -f conftest.err conftest.$ac_ext
3662 # OK, works on sane cases. Now check whether nonexistent headers
3663 # can be detected and how.
3664 cat >conftest.$ac_ext <<_ACEOF
3667 cat confdefs.h >>conftest.$ac_ext
3668 cat >>conftest.$ac_ext <<_ACEOF
3669 /* end confdefs.h. */
3670 #include <ac_nonexistent.h>
3672 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3675 *) ac_try_echo=$ac_try;;
3677 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3678 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3680 grep -v '^ *+' conftest.er1 >conftest.err
3682 cat conftest.err >&5
3683 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3684 (exit $ac_status); } >/dev/null; then
3685 if test -s conftest.err; then
3686 ac_cpp_err=$ac_c_preproc_warn_flag
3687 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3694 if test -z "$ac_cpp_err"; then
3695 # Broken: success on invalid input.
3698 echo "$as_me: failed program was
:" >&5
3699 sed 's/^/| /' conftest.$ac_ext >&5
3701 # Passes both tests.
3706 rm -f conftest.err conftest.$ac_ext
3709 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3710 rm -f conftest.err conftest.$ac_ext
3711 if $ac_preproc_ok; then
3723 { echo "$as_me:$LINENO: result
: $CPP" >&5
3724 echo "${ECHO_T}$CPP" >&6; }
3726 for ac_c_preproc_warn_flag in '' yes
3728 # Use a header file that comes with gcc, so configuring glibc
3729 # with a fresh cross-compiler works.
3730 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3731 # <limits.h> exists even on freestanding compilers.
3732 # On the NeXT, cc -E runs the code through the compiler's parser,
3733 # not just through cpp. "Syntax error
" is here to catch this case.
3734 cat >conftest.$ac_ext <<_ACEOF
3737 cat confdefs.h >>conftest.$ac_ext
3738 cat >>conftest.$ac_ext <<_ACEOF
3739 /* end confdefs.h. */
3741 # include <limits.h>
3743 # include <assert.h>
3747 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3750 *) ac_try_echo=$ac_try;;
3752 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3753 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3755 grep -v '^ *+' conftest.er1 >conftest.err
3757 cat conftest.err >&5
3758 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3759 (exit $ac_status); } >/dev/null; then
3760 if test -s conftest.err; then
3761 ac_cpp_err=$ac_c_preproc_warn_flag
3762 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3769 if test -z "$ac_cpp_err"; then
3772 echo "$as_me: failed program was
:" >&5
3773 sed 's/^/| /' conftest.$ac_ext >&5
3775 # Broken: fails on valid input.
3779 rm -f conftest.err conftest.$ac_ext
3781 # OK, works on sane cases. Now check whether nonexistent headers
3782 # can be detected and how.
3783 cat >conftest.$ac_ext <<_ACEOF
3786 cat confdefs.h >>conftest.$ac_ext
3787 cat >>conftest.$ac_ext <<_ACEOF
3788 /* end confdefs.h. */
3789 #include <ac_nonexistent.h>
3791 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3794 *) ac_try_echo=$ac_try;;
3796 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3797 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3799 grep -v '^ *+' conftest.er1 >conftest.err
3801 cat conftest.err >&5
3802 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3803 (exit $ac_status); } >/dev/null; then
3804 if test -s conftest.err; then
3805 ac_cpp_err=$ac_c_preproc_warn_flag
3806 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3813 if test -z "$ac_cpp_err"; then
3814 # Broken: success on invalid input.
3817 echo "$as_me: failed program was
:" >&5
3818 sed 's/^/| /' conftest.$ac_ext >&5
3820 # Passes both tests.
3825 rm -f conftest.err conftest.$ac_ext
3828 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3829 rm -f conftest.err conftest.$ac_ext
3830 if $ac_preproc_ok; then
3833 { { echo "$as_me:$LINENO: error
: C preprocessor
\"$CPP\" fails sanity check
3834 See \
`config.log' for more details." >&5
3835 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3836 See \`config.log
' for more details." >&2;}
3837 { (exit 1); exit 1; }; }
3841 ac_cpp='$CPP $CPPFLAGS'
3842 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
3843 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
3844 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3847 { echo "$as_me:$LINENO: checking for X" >&5
3848 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3851 # Check whether --with-x was given.
3852 if test "${with_x+set}" = set; then
3856 # $have_x is `yes', `no', `disabled
', or empty when we do not yet know.
3857 if test "x$with_x" = xno; then
3858 # The user explicitly disabled X.
3861 case $x_includes,$x_libraries in #(
3862 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3863 echo "$as_me: error
: Cannot use X directory names containing
'" >&2;}
3864 { (exit 1); exit 1; }; };; #(
3865 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3866 echo $ECHO_N "(cached) $ECHO_C" >&6
3868 # One or both of the vars are not set, and there is no cached value.
3869 ac_x_includes=no ac_x_libraries=no
3870 rm -f -r conftest.dir
3871 if mkdir conftest.dir; then
3873 cat >Imakefile <<'_ACEOF'
3875 @echo incroot='${INCROOT}'
3877 @echo usrlibdir='${USRLIBDIR}'
3879 @echo libdir='${LIBDIR}'
3881 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3882 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3883 for ac_var in incroot usrlibdir libdir; do
3884 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's
/^
$ac_var=//p
'\`"
3886 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3887 for ac_extension in a so sl; do
3888 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3889 test -f "$ac_im_libdir/libX11.$ac_extension"; then
3890 ac_im_usrlibdir=$ac_im_libdir; break
3893 # Screen out bogus values from the imake configuration. They are
3894 # bogus both because they are the default anyway, and because
3895 # using them would break gcc on systems where it needs fixed includes.
3896 case $ac_im_incroot in
3897 /usr/include) ac_x_includes= ;;
3898 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3900 case $ac_im_usrlibdir in
3902 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
3906 rm -f -r conftest.dir
3909 # Standard set of common directories for X headers.
3910 # Check X11 before X11Rn because it is often a symlink to the current release.
3922 /usr
/local
/X11
/include
3923 /usr
/local
/X11R
6/include
3924 /usr
/local
/X11R
5/include
3925 /usr
/local
/X11R
4/include
3927 /usr
/local
/include
/X11
3928 /usr
/local
/include
/X11R6
3929 /usr
/local
/include
/X11R5
3930 /usr
/local
/include
/X11R4
3934 /usr
/XFree86
/include
/X11
3938 /usr
/unsupported
/include
3940 /usr
/local
/x11r
5/include
3941 /usr
/lpp
/Xamples
/include
3943 /usr
/openwin
/include
3944 /usr
/openwin
/share
/include
'
3946 if test "$ac_x_includes" = no; then
3947 # Guess where to find include files, by looking for Xlib.h.
3948 # First, try using that file with no special directory specified.
3949 cat >conftest.$ac_ext <<_ACEOF
3952 cat confdefs.h >>conftest.$ac_ext
3953 cat >>conftest.$ac_ext <<_ACEOF
3954 /* end confdefs.h. */
3955 #include <X11/Xlib.h>
3957 if { (ac_try="$ac_cpp conftest.$ac_ext"
3959 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3960 *) ac_try_echo=$ac_try;;
3962 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3963 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3965 grep -v '^
*+' conftest.er1 >conftest.err
3967 cat conftest.err >&5
3968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3969 (exit $ac_status); } >/dev/null; then
3970 if test -s conftest.err; then
3971 ac_cpp_err=$ac_c_preproc_warn_flag
3972 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3979 if test -z "$ac_cpp_err"; then
3980 # We can compile using X headers with no special include directory.
3983 echo "$as_me: failed program was:" >&5
3984 sed 's
/^
/|
/' conftest.$ac_ext >&5
3986 for ac_dir in $ac_x_header_dirs; do
3987 if test -r "$ac_dir/X11/Xlib.h"; then
3988 ac_x_includes=$ac_dir
3994 rm -f conftest.err conftest.$ac_ext
3995 fi # $ac_x_includes = no
3997 if test "$ac_x_libraries" = no; then
3998 # Check for the libraries.
3999 # See if we find them without any special options.
4000 # Don't add to
$LIBS permanently.
4003 cat >conftest.
$ac_ext <<_ACEOF
4006 cat confdefs.h
>>conftest.
$ac_ext
4007 cat >>conftest.
$ac_ext <<_ACEOF
4008 /* end confdefs.h. */
4009 #include <X11/Xlib.h>
4018 rm -f conftest.
$ac_objext conftest
$ac_exeext
4019 if { (ac_try
="$ac_link"
4021 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4022 *) ac_try_echo=$ac_try;;
4024 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4025 (eval "$ac_link") 2>conftest.er1
4027 grep -v '^ *+' conftest.er1 >conftest.err
4029 cat conftest.err >&5
4030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4031 (exit $ac_status); } &&
4032 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4033 { (case "(($ac_try" in
4034 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4035 *) ac_try_echo
=$ac_try;;
4037 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4038 (eval "$ac_try") 2>&5
4040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4041 (exit $ac_status); }; } &&
4042 { ac_try
='test -s conftest$ac_exeext'
4043 { (case "(($ac_try" in
4044 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4045 *) ac_try_echo=$ac_try;;
4047 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4048 (eval "$ac_try") 2>&5
4050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4051 (exit $ac_status); }; }; then
4053 # We can link X programs with no special library path.
4056 echo "$as_me: failed program was:" >&5
4057 sed 's/^/| /' conftest.$ac_ext >&5
4060 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" |
sed s
/include
/lib
/g
`
4062 # Don't even attempt the hair of trying to link an X program!
4063 for ac_extension in a so sl; do
4064 if test -r "$ac_dir/libX11.$ac_extension"; then
4065 ac_x_libraries=$ac_dir
4072 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4073 conftest$ac_exeext conftest.$ac_ext
4074 fi # $ac_x_libraries = no
4076 case $ac_x_includes,$ac_x_libraries in #(
4078 # Didn't find X, or a directory has "'" in its name.
4079 ac_cv_have_x="have_x=no";; #(
4081 # Record where we found X for the cache.
4082 ac_cv_have_x="have_x=yes\
4083 ac_x_includes='$ac_x_includes'\
4084 ac_x_libraries='$ac_x_libraries'"
4090 eval "$ac_cv_have_x"
4093 if test "$have_x" != yes; then
4094 { echo "$as_me:$LINENO: result: $have_x" >&5
4095 echo "${ECHO_T}$have_x" >&6; }
4098 # If each of the values was on the command line, it overrides each guess.
4099 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4100 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4101 # Update the cache value to reflect the command line values.
4102 ac_cv_have_x="have_x=yes\
4103 ac_x_includes='$x_includes'\
4104 ac_x_libraries='$x_libraries'"
4105 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4106 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4109 if test "$no_x" = yes; then
4110 # Not all programs may use this symbol, but it does not hurt to define it.
4112 cat >>confdefs.h <<\_ACEOF
4113 #define X_DISPLAY_MISSING 1
4116 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4118 if test -n "$x_includes"; then
4119 X_CFLAGS="$X_CFLAGS -I$x_includes"
4122 # It would also be nice to do this for all -L options, not just this one.
4123 if test -n "$x_libraries"; then
4124 X_LIBS="$X_LIBS -L$x_libraries"
4125 # For Solaris; some versions of Sun CC require a space after -R and
4126 # others require no space. Words are not sufficient . . . .
4127 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4128 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4129 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4130 ac_xsave_c_werror_flag=$ac_c_werror_flag
4131 ac_c_werror_flag=yes
4132 cat >conftest.$ac_ext <<_ACEOF
4135 cat confdefs.h >>conftest.$ac_ext
4136 cat >>conftest.$ac_ext <<_ACEOF
4137 /* end confdefs.h. */
4147 rm -f conftest.$ac_objext conftest$ac_exeext
4148 if { (ac_try="$ac_link"
4150 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4151 *) ac_try_echo
=$ac_try;;
4153 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4154 (eval "$ac_link") 2>conftest.er1
4156 grep -v '^ *+' conftest.er1
>conftest.err
4158 cat conftest.err
>&5
4159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4160 (exit $ac_status); } &&
4161 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4162 { (case "(($ac_try" in
4163 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4164 *) ac_try_echo=$ac_try;;
4166 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4167 (eval "$ac_try") 2>&5
4169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4170 (exit $ac_status); }; } &&
4171 { ac_try='test -s conftest$ac_exeext'
4172 { (case "(($ac_try" in
4173 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4174 *) ac_try_echo
=$ac_try;;
4176 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4177 (eval "$ac_try") 2>&5
4179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4180 (exit $ac_status); }; }; then
4181 { echo "$as_me:$LINENO: result: no" >&5
4182 echo "${ECHO_T}no" >&6; }
4183 X_LIBS
="$X_LIBS -R$x_libraries"
4185 echo "$as_me: failed program was:" >&5
4186 sed 's/^/| /' conftest.
$ac_ext >&5
4188 LIBS
="$ac_xsave_LIBS -R $x_libraries"
4189 cat >conftest.
$ac_ext <<_ACEOF
4192 cat confdefs.h
>>conftest.
$ac_ext
4193 cat >>conftest.
$ac_ext <<_ACEOF
4194 /* end confdefs.h. */
4204 rm -f conftest.
$ac_objext conftest
$ac_exeext
4205 if { (ac_try
="$ac_link"
4207 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4208 *) ac_try_echo=$ac_try;;
4210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4211 (eval "$ac_link") 2>conftest.er1
4213 grep -v '^ *+' conftest.er1 >conftest.err
4215 cat conftest.err >&5
4216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4217 (exit $ac_status); } &&
4218 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4219 { (case "(($ac_try" in
4220 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4221 *) ac_try_echo
=$ac_try;;
4223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4224 (eval "$ac_try") 2>&5
4226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4227 (exit $ac_status); }; } &&
4228 { ac_try
='test -s conftest$ac_exeext'
4229 { (case "(($ac_try" in
4230 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4231 *) ac_try_echo=$ac_try;;
4233 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4234 (eval "$ac_try") 2>&5
4236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4237 (exit $ac_status); }; }; then
4238 { echo "$as_me:$LINENO: result: yes" >&5
4239 echo "${ECHO_T}yes" >&6; }
4240 X_LIBS="$X_LIBS -R $x_libraries"
4242 echo "$as_me: failed program was:" >&5
4243 sed 's/^/| /' conftest.$ac_ext >&5
4245 { echo "$as_me:$LINENO: result: neither works" >&5
4246 echo "${ECHO_T}neither works" >&6; }
4249 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4250 conftest$ac_exeext conftest.$ac_ext
4253 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4254 conftest$ac_exeext conftest.$ac_ext
4255 ac_c_werror_flag=$ac_xsave_c_werror_flag
4259 # Check for system-dependent libraries X programs must link with.
4260 # Do this before checking for the system-independent R6 libraries
4261 # (-lICE), since we may need -lsocket or whatever for X linking.
4263 if test "$ISC" = yes; then
4264 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4266 # Martyn Johnson says this is needed for Ultrix, if the X
4267 # libraries were built with DECnet support. And Karl Berry says
4268 # the Alpha needs dnet_stub (dnet does not exist).
4269 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4270 cat >conftest.$ac_ext <<_ACEOF
4273 cat confdefs.h >>conftest.$ac_ext
4274 cat >>conftest.$ac_ext <<_ACEOF
4275 /* end confdefs.h. */
4277 /* Override any GCC internal prototype to avoid an error.
4278 Use char because int might match the return type of a GCC
4279 builtin and then its argument prototype would still apply. */
4283 char XOpenDisplay ();
4287 return XOpenDisplay ();
4292 rm -f conftest.$ac_objext conftest$ac_exeext
4293 if { (ac_try="$ac_link"
4295 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4296 *) ac_try_echo
=$ac_try;;
4298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4299 (eval "$ac_link") 2>conftest.er1
4301 grep -v '^ *+' conftest.er1
>conftest.err
4303 cat conftest.err
>&5
4304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4305 (exit $ac_status); } &&
4306 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4307 { (case "(($ac_try" in
4308 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4309 *) ac_try_echo=$ac_try;;
4311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4312 (eval "$ac_try") 2>&5
4314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4315 (exit $ac_status); }; } &&
4316 { ac_try='test -s conftest$ac_exeext'
4317 { (case "(($ac_try" in
4318 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4319 *) ac_try_echo
=$ac_try;;
4321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4322 (eval "$ac_try") 2>&5
4324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4325 (exit $ac_status); }; }; then
4328 echo "$as_me: failed program was:" >&5
4329 sed 's/^/| /' conftest.
$ac_ext >&5
4331 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4332 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4333 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4334 echo $ECHO_N "(cached) $ECHO_C" >&6
4336 ac_check_lib_save_LIBS
=$LIBS
4338 cat >conftest.
$ac_ext <<_ACEOF
4341 cat confdefs.h
>>conftest.
$ac_ext
4342 cat >>conftest.
$ac_ext <<_ACEOF
4343 /* end confdefs.h. */
4345 /* Override any GCC internal prototype to avoid an error.
4346 Use char because int might match the return type of a GCC
4347 builtin and then its argument prototype would still apply. */
4355 return dnet_ntoa ();
4360 rm -f conftest.
$ac_objext conftest
$ac_exeext
4361 if { (ac_try
="$ac_link"
4363 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4364 *) ac_try_echo=$ac_try;;
4366 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4367 (eval "$ac_link") 2>conftest.er1
4369 grep -v '^ *+' conftest.er1 >conftest.err
4371 cat conftest.err >&5
4372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4373 (exit $ac_status); } &&
4374 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4375 { (case "(($ac_try" in
4376 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4377 *) ac_try_echo
=$ac_try;;
4379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4380 (eval "$ac_try") 2>&5
4382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4383 (exit $ac_status); }; } &&
4384 { ac_try
='test -s conftest$ac_exeext'
4385 { (case "(($ac_try" in
4386 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4387 *) ac_try_echo=$ac_try;;
4389 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4390 (eval "$ac_try") 2>&5
4392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4393 (exit $ac_status); }; }; then
4394 ac_cv_lib_dnet_dnet_ntoa=yes
4396 echo "$as_me: failed program was:" >&5
4397 sed 's/^/| /' conftest.$ac_ext >&5
4399 ac_cv_lib_dnet_dnet_ntoa=no
4402 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4403 conftest$ac_exeext conftest.$ac_ext
4404 LIBS=$ac_check_lib_save_LIBS
4406 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4407 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4408 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4409 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4412 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4413 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4414 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4415 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4416 echo $ECHO_N "(cached) $ECHO_C" >&6
4418 ac_check_lib_save_LIBS=$LIBS
4419 LIBS="-ldnet_stub $LIBS"
4420 cat >conftest.$ac_ext <<_ACEOF
4423 cat confdefs.h >>conftest.$ac_ext
4424 cat >>conftest.$ac_ext <<_ACEOF
4425 /* end confdefs.h. */
4427 /* Override any GCC internal prototype to avoid an error.
4428 Use char because int might match the return type of a GCC
4429 builtin and then its argument prototype would still apply. */
4437 return dnet_ntoa ();
4442 rm -f conftest.$ac_objext conftest$ac_exeext
4443 if { (ac_try="$ac_link"
4445 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4446 *) ac_try_echo
=$ac_try;;
4448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4449 (eval "$ac_link") 2>conftest.er1
4451 grep -v '^ *+' conftest.er1
>conftest.err
4453 cat conftest.err
>&5
4454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4455 (exit $ac_status); } &&
4456 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4457 { (case "(($ac_try" in
4458 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4459 *) ac_try_echo=$ac_try;;
4461 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4462 (eval "$ac_try") 2>&5
4464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4465 (exit $ac_status); }; } &&
4466 { ac_try='test -s conftest$ac_exeext'
4467 { (case "(($ac_try" in
4468 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4469 *) ac_try_echo
=$ac_try;;
4471 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4472 (eval "$ac_try") 2>&5
4474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4475 (exit $ac_status); }; }; then
4476 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
4478 echo "$as_me: failed program was:" >&5
4479 sed 's/^/| /' conftest.
$ac_ext >&5
4481 ac_cv_lib_dnet_stub_dnet_ntoa
=no
4484 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4485 conftest
$ac_exeext conftest.
$ac_ext
4486 LIBS
=$ac_check_lib_save_LIBS
4488 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4489 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4490 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4491 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
4497 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4498 conftest
$ac_exeext conftest.
$ac_ext
4499 LIBS
="$ac_xsave_LIBS"
4501 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4502 # to get the SysV transport functions.
4503 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4505 # The nsl library prevents programs from opening the X display
4506 # on Irix 5.2, according to T.E. Dickey.
4507 # The functions gethostbyname, getservbyname, and inet_addr are
4508 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4509 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4510 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4511 if test "${ac_cv_func_gethostbyname+set}" = set; then
4512 echo $ECHO_N "(cached) $ECHO_C" >&6
4514 cat >conftest.
$ac_ext <<_ACEOF
4517 cat confdefs.h
>>conftest.
$ac_ext
4518 cat >>conftest.
$ac_ext <<_ACEOF
4519 /* end confdefs.h. */
4520 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4521 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4522 #define gethostbyname innocuous_gethostbyname
4524 /* System header to define __stub macros and hopefully few prototypes,
4525 which can conflict with char gethostbyname (); below.
4526 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4527 <limits.h> exists even on freestanding compilers. */
4530 # include <limits.h>
4532 # include <assert.h>
4535 #undef gethostbyname
4537 /* Override any GCC internal prototype to avoid an error.
4538 Use char because int might match the return type of a GCC
4539 builtin and then its argument prototype would still apply. */
4543 char gethostbyname ();
4544 /* The GNU C library defines this for functions which it implements
4545 to always fail with ENOSYS. Some functions are actually named
4546 something starting with __ and the normal name is an alias. */
4547 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4554 return gethostbyname ();
4559 rm -f conftest.
$ac_objext conftest
$ac_exeext
4560 if { (ac_try
="$ac_link"
4562 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4563 *) ac_try_echo=$ac_try;;
4565 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4566 (eval "$ac_link") 2>conftest.er1
4568 grep -v '^ *+' conftest.er1 >conftest.err
4570 cat conftest.err >&5
4571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4572 (exit $ac_status); } &&
4573 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4574 { (case "(($ac_try" in
4575 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4576 *) ac_try_echo
=$ac_try;;
4578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4579 (eval "$ac_try") 2>&5
4581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4582 (exit $ac_status); }; } &&
4583 { ac_try
='test -s conftest$ac_exeext'
4584 { (case "(($ac_try" in
4585 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4586 *) ac_try_echo=$ac_try;;
4588 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4589 (eval "$ac_try") 2>&5
4591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4592 (exit $ac_status); }; }; then
4593 ac_cv_func_gethostbyname=yes
4595 echo "$as_me: failed program was:" >&5
4596 sed 's/^/| /' conftest.$ac_ext >&5
4598 ac_cv_func_gethostbyname=no
4601 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4602 conftest$ac_exeext conftest.$ac_ext
4604 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4605 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4607 if test $ac_cv_func_gethostbyname = no; then
4608 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4609 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4610 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4611 echo $ECHO_N "(cached) $ECHO_C" >&6
4613 ac_check_lib_save_LIBS=$LIBS
4615 cat >conftest.$ac_ext <<_ACEOF
4618 cat confdefs.h >>conftest.$ac_ext
4619 cat >>conftest.$ac_ext <<_ACEOF
4620 /* end confdefs.h. */
4622 /* Override any GCC internal prototype to avoid an error.
4623 Use char because int might match the return type of a GCC
4624 builtin and then its argument prototype would still apply. */
4628 char gethostbyname ();
4632 return gethostbyname ();
4637 rm -f conftest.$ac_objext conftest$ac_exeext
4638 if { (ac_try="$ac_link"
4640 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4641 *) ac_try_echo
=$ac_try;;
4643 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4644 (eval "$ac_link") 2>conftest.er1
4646 grep -v '^ *+' conftest.er1
>conftest.err
4648 cat conftest.err
>&5
4649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4650 (exit $ac_status); } &&
4651 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4652 { (case "(($ac_try" in
4653 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4654 *) ac_try_echo=$ac_try;;
4656 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4657 (eval "$ac_try") 2>&5
4659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4660 (exit $ac_status); }; } &&
4661 { ac_try='test -s conftest$ac_exeext'
4662 { (case "(($ac_try" in
4663 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4664 *) ac_try_echo
=$ac_try;;
4666 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4667 (eval "$ac_try") 2>&5
4669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4670 (exit $ac_status); }; }; then
4671 ac_cv_lib_nsl_gethostbyname
=yes
4673 echo "$as_me: failed program was:" >&5
4674 sed 's/^/| /' conftest.
$ac_ext >&5
4676 ac_cv_lib_nsl_gethostbyname
=no
4679 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4680 conftest
$ac_exeext conftest.
$ac_ext
4681 LIBS
=$ac_check_lib_save_LIBS
4683 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4684 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4685 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4686 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
4689 if test $ac_cv_lib_nsl_gethostbyname = no
; then
4690 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4691 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4692 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4693 echo $ECHO_N "(cached) $ECHO_C" >&6
4695 ac_check_lib_save_LIBS
=$LIBS
4697 cat >conftest.
$ac_ext <<_ACEOF
4700 cat confdefs.h
>>conftest.
$ac_ext
4701 cat >>conftest.
$ac_ext <<_ACEOF
4702 /* end confdefs.h. */
4704 /* Override any GCC internal prototype to avoid an error.
4705 Use char because int might match the return type of a GCC
4706 builtin and then its argument prototype would still apply. */
4710 char gethostbyname ();
4714 return gethostbyname ();
4719 rm -f conftest.
$ac_objext conftest
$ac_exeext
4720 if { (ac_try
="$ac_link"
4722 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4723 *) ac_try_echo=$ac_try;;
4725 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4726 (eval "$ac_link") 2>conftest.er1
4728 grep -v '^ *+' conftest.er1 >conftest.err
4730 cat conftest.err >&5
4731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4732 (exit $ac_status); } &&
4733 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4734 { (case "(($ac_try" in
4735 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4736 *) ac_try_echo
=$ac_try;;
4738 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4739 (eval "$ac_try") 2>&5
4741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4742 (exit $ac_status); }; } &&
4743 { ac_try
='test -s conftest$ac_exeext'
4744 { (case "(($ac_try" in
4745 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4746 *) ac_try_echo=$ac_try;;
4748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4749 (eval "$ac_try") 2>&5
4751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4752 (exit $ac_status); }; }; then
4753 ac_cv_lib_bsd_gethostbyname=yes
4755 echo "$as_me: failed program was:" >&5
4756 sed 's/^/| /' conftest.$ac_ext >&5
4758 ac_cv_lib_bsd_gethostbyname=no
4761 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4762 conftest$ac_exeext conftest.$ac_ext
4763 LIBS=$ac_check_lib_save_LIBS
4765 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4766 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4767 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4768 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4774 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4775 # socket/setsockopt and other routines are undefined under SCO ODT
4776 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4777 # on later versions), says Simon Leinen: it contains gethostby*
4778 # variants that don't use the name server (or something). -lsocket
4779 # must be given before -lnsl if both are needed. We assume that
4780 # if connect needs -lnsl, so does gethostbyname.
4781 { echo "$as_me:$LINENO: checking for connect" >&5
4782 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4783 if test "${ac_cv_func_connect+set}" = set; then
4784 echo $ECHO_N "(cached) $ECHO_C" >&6
4786 cat >conftest.$ac_ext <<_ACEOF
4789 cat confdefs.h >>conftest.$ac_ext
4790 cat >>conftest.$ac_ext <<_ACEOF
4791 /* end confdefs.h. */
4792 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4793 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4794 #define connect innocuous_connect
4796 /* System header to define __stub macros and hopefully few prototypes,
4797 which can conflict with char connect (); below.
4798 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4799 <limits.h> exists even on freestanding compilers. */
4802 # include <limits.h>
4804 # include <assert.h>
4809 /* Override any GCC internal prototype to avoid an error.
4810 Use char because int might match the return type of a GCC
4811 builtin and then its argument prototype would still apply. */
4816 /* The GNU C library defines this for functions which it implements
4817 to always fail with ENOSYS. Some functions are actually named
4818 something starting with __ and the normal name is an alias. */
4819 #if defined __stub_connect || defined __stub___connect
4831 rm -f conftest.$ac_objext conftest$ac_exeext
4832 if { (ac_try="$ac_link"
4834 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4835 *) ac_try_echo
=$ac_try;;
4837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4838 (eval "$ac_link") 2>conftest.er1
4840 grep -v '^ *+' conftest.er1
>conftest.err
4842 cat conftest.err
>&5
4843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4844 (exit $ac_status); } &&
4845 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4846 { (case "(($ac_try" in
4847 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4848 *) ac_try_echo=$ac_try;;
4850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4851 (eval "$ac_try") 2>&5
4853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4854 (exit $ac_status); }; } &&
4855 { ac_try='test -s conftest$ac_exeext'
4856 { (case "(($ac_try" in
4857 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4858 *) ac_try_echo
=$ac_try;;
4860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4861 (eval "$ac_try") 2>&5
4863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4864 (exit $ac_status); }; }; then
4865 ac_cv_func_connect
=yes
4867 echo "$as_me: failed program was:" >&5
4868 sed 's/^/| /' conftest.
$ac_ext >&5
4870 ac_cv_func_connect
=no
4873 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4874 conftest
$ac_exeext conftest.
$ac_ext
4876 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4877 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4879 if test $ac_cv_func_connect = no
; then
4880 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4881 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4882 if test "${ac_cv_lib_socket_connect+set}" = set; then
4883 echo $ECHO_N "(cached) $ECHO_C" >&6
4885 ac_check_lib_save_LIBS
=$LIBS
4886 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
4887 cat >conftest.
$ac_ext <<_ACEOF
4890 cat confdefs.h
>>conftest.
$ac_ext
4891 cat >>conftest.
$ac_ext <<_ACEOF
4892 /* end confdefs.h. */
4894 /* Override any GCC internal prototype to avoid an error.
4895 Use char because int might match the return type of a GCC
4896 builtin and then its argument prototype would still apply. */
4909 rm -f conftest.
$ac_objext conftest
$ac_exeext
4910 if { (ac_try
="$ac_link"
4912 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4913 *) ac_try_echo=$ac_try;;
4915 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4916 (eval "$ac_link") 2>conftest.er1
4918 grep -v '^ *+' conftest.er1 >conftest.err
4920 cat conftest.err >&5
4921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4922 (exit $ac_status); } &&
4923 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4924 { (case "(($ac_try" in
4925 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4926 *) ac_try_echo
=$ac_try;;
4928 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4929 (eval "$ac_try") 2>&5
4931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4932 (exit $ac_status); }; } &&
4933 { ac_try
='test -s conftest$ac_exeext'
4934 { (case "(($ac_try" in
4935 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4936 *) ac_try_echo=$ac_try;;
4938 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4939 (eval "$ac_try") 2>&5
4941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4942 (exit $ac_status); }; }; then
4943 ac_cv_lib_socket_connect=yes
4945 echo "$as_me: failed program was:" >&5
4946 sed 's/^/| /' conftest.$ac_ext >&5
4948 ac_cv_lib_socket_connect=no
4951 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4952 conftest$ac_exeext conftest.$ac_ext
4953 LIBS=$ac_check_lib_save_LIBS
4955 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4956 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4957 if test $ac_cv_lib_socket_connect = yes; then
4958 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4963 # Guillermo Gomez says -lposix is necessary on A/UX.
4964 { echo "$as_me:$LINENO: checking for remove" >&5
4965 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4966 if test "${ac_cv_func_remove+set}" = set; then
4967 echo $ECHO_N "(cached) $ECHO_C" >&6
4969 cat >conftest.$ac_ext <<_ACEOF
4972 cat confdefs.h >>conftest.$ac_ext
4973 cat >>conftest.$ac_ext <<_ACEOF
4974 /* end confdefs.h. */
4975 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4976 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4977 #define remove innocuous_remove
4979 /* System header to define __stub macros and hopefully few prototypes,
4980 which can conflict with char remove (); below.
4981 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4982 <limits.h> exists even on freestanding compilers. */
4985 # include <limits.h>
4987 # include <assert.h>
4992 /* Override any GCC internal prototype to avoid an error.
4993 Use char because int might match the return type of a GCC
4994 builtin and then its argument prototype would still apply. */
4999 /* The GNU C library defines this for functions which it implements
5000 to always fail with ENOSYS. Some functions are actually named
5001 something starting with __ and the normal name is an alias. */
5002 #if defined __stub_remove || defined __stub___remove
5014 rm -f conftest.$ac_objext conftest$ac_exeext
5015 if { (ac_try="$ac_link"
5017 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5018 *) ac_try_echo
=$ac_try;;
5020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5021 (eval "$ac_link") 2>conftest.er1
5023 grep -v '^ *+' conftest.er1
>conftest.err
5025 cat conftest.err
>&5
5026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5027 (exit $ac_status); } &&
5028 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5029 { (case "(($ac_try" in
5030 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5031 *) ac_try_echo=$ac_try;;
5033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5034 (eval "$ac_try") 2>&5
5036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5037 (exit $ac_status); }; } &&
5038 { ac_try='test -s conftest$ac_exeext'
5039 { (case "(($ac_try" in
5040 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5041 *) ac_try_echo
=$ac_try;;
5043 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5044 (eval "$ac_try") 2>&5
5046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5047 (exit $ac_status); }; }; then
5048 ac_cv_func_remove
=yes
5050 echo "$as_me: failed program was:" >&5
5051 sed 's/^/| /' conftest.
$ac_ext >&5
5053 ac_cv_func_remove
=no
5056 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
5057 conftest
$ac_exeext conftest.
$ac_ext
5059 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
5060 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
5062 if test $ac_cv_func_remove = no
; then
5063 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
5064 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
5065 if test "${ac_cv_lib_posix_remove+set}" = set; then
5066 echo $ECHO_N "(cached) $ECHO_C" >&6
5068 ac_check_lib_save_LIBS
=$LIBS
5069 LIBS
="-lposix $LIBS"
5070 cat >conftest.
$ac_ext <<_ACEOF
5073 cat confdefs.h
>>conftest.
$ac_ext
5074 cat >>conftest.
$ac_ext <<_ACEOF
5075 /* end confdefs.h. */
5077 /* Override any GCC internal prototype to avoid an error.
5078 Use char because int might match the return type of a GCC
5079 builtin and then its argument prototype would still apply. */
5092 rm -f conftest.
$ac_objext conftest
$ac_exeext
5093 if { (ac_try
="$ac_link"
5095 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5096 *) ac_try_echo=$ac_try;;
5098 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5099 (eval "$ac_link") 2>conftest.er1
5101 grep -v '^ *+' conftest.er1 >conftest.err
5103 cat conftest.err >&5
5104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5105 (exit $ac_status); } &&
5106 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5107 { (case "(($ac_try" in
5108 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5109 *) ac_try_echo
=$ac_try;;
5111 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5112 (eval "$ac_try") 2>&5
5114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5115 (exit $ac_status); }; } &&
5116 { ac_try
='test -s conftest$ac_exeext'
5117 { (case "(($ac_try" in
5118 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5119 *) ac_try_echo=$ac_try;;
5121 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5122 (eval "$ac_try") 2>&5
5124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5125 (exit $ac_status); }; }; then
5126 ac_cv_lib_posix_remove=yes
5128 echo "$as_me: failed program was:" >&5
5129 sed 's/^/| /' conftest.$ac_ext >&5
5131 ac_cv_lib_posix_remove=no
5134 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5135 conftest$ac_exeext conftest.$ac_ext
5136 LIBS=$ac_check_lib_save_LIBS
5138 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5139 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5140 if test $ac_cv_lib_posix_remove = yes; then
5141 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5146 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5147 { echo "$as_me:$LINENO: checking for shmat" >&5
5148 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5149 if test "${ac_cv_func_shmat+set}" = set; then
5150 echo $ECHO_N "(cached) $ECHO_C" >&6
5152 cat >conftest.$ac_ext <<_ACEOF
5155 cat confdefs.h >>conftest.$ac_ext
5156 cat >>conftest.$ac_ext <<_ACEOF
5157 /* end confdefs.h. */
5158 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5159 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5160 #define shmat innocuous_shmat
5162 /* System header to define __stub macros and hopefully few prototypes,
5163 which can conflict with char shmat (); below.
5164 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5165 <limits.h> exists even on freestanding compilers. */
5168 # include <limits.h>
5170 # include <assert.h>
5175 /* Override any GCC internal prototype to avoid an error.
5176 Use char because int might match the return type of a GCC
5177 builtin and then its argument prototype would still apply. */
5182 /* The GNU C library defines this for functions which it implements
5183 to always fail with ENOSYS. Some functions are actually named
5184 something starting with __ and the normal name is an alias. */
5185 #if defined __stub_shmat || defined __stub___shmat
5197 rm -f conftest.$ac_objext conftest$ac_exeext
5198 if { (ac_try="$ac_link"
5200 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5201 *) ac_try_echo
=$ac_try;;
5203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5204 (eval "$ac_link") 2>conftest.er1
5206 grep -v '^ *+' conftest.er1
>conftest.err
5208 cat conftest.err
>&5
5209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5210 (exit $ac_status); } &&
5211 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5212 { (case "(($ac_try" in
5213 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5214 *) ac_try_echo=$ac_try;;
5216 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5217 (eval "$ac_try") 2>&5
5219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5220 (exit $ac_status); }; } &&
5221 { ac_try='test -s conftest$ac_exeext'
5222 { (case "(($ac_try" in
5223 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5224 *) ac_try_echo
=$ac_try;;
5226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5227 (eval "$ac_try") 2>&5
5229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5230 (exit $ac_status); }; }; then
5231 ac_cv_func_shmat
=yes
5233 echo "$as_me: failed program was:" >&5
5234 sed 's/^/| /' conftest.
$ac_ext >&5
5239 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
5240 conftest
$ac_exeext conftest.
$ac_ext
5242 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5243 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5245 if test $ac_cv_func_shmat = no
; then
5246 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5247 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5248 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5249 echo $ECHO_N "(cached) $ECHO_C" >&6
5251 ac_check_lib_save_LIBS
=$LIBS
5253 cat >conftest.
$ac_ext <<_ACEOF
5256 cat confdefs.h
>>conftest.
$ac_ext
5257 cat >>conftest.
$ac_ext <<_ACEOF
5258 /* end confdefs.h. */
5260 /* Override any GCC internal prototype to avoid an error.
5261 Use char because int might match the return type of a GCC
5262 builtin and then its argument prototype would still apply. */
5275 rm -f conftest.
$ac_objext conftest
$ac_exeext
5276 if { (ac_try
="$ac_link"
5278 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5279 *) ac_try_echo=$ac_try;;
5281 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5282 (eval "$ac_link") 2>conftest.er1
5284 grep -v '^ *+' conftest.er1 >conftest.err
5286 cat conftest.err >&5
5287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5288 (exit $ac_status); } &&
5289 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5290 { (case "(($ac_try" in
5291 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5292 *) ac_try_echo
=$ac_try;;
5294 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5295 (eval "$ac_try") 2>&5
5297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5298 (exit $ac_status); }; } &&
5299 { ac_try
='test -s conftest$ac_exeext'
5300 { (case "(($ac_try" in
5301 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5302 *) ac_try_echo=$ac_try;;
5304 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5305 (eval "$ac_try") 2>&5
5307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5308 (exit $ac_status); }; }; then
5309 ac_cv_lib_ipc_shmat=yes
5311 echo "$as_me: failed program was:" >&5
5312 sed 's/^/| /' conftest.$ac_ext >&5
5314 ac_cv_lib_ipc_shmat=no
5317 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5318 conftest$ac_exeext conftest.$ac_ext
5319 LIBS=$ac_check_lib_save_LIBS
5321 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5322 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5323 if test $ac_cv_lib_ipc_shmat = yes; then
5324 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5330 # Check for libraries that X11R6 Xt/Xaw programs need.
5331 ac_save_LDFLAGS=$LDFLAGS
5332 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5333 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5334 # check for ICE first), but we must link in the order -lSM -lICE or
5335 # we get undefined symbols. So assume we have SM if we have ICE.
5336 # These have to be linked with before -lX11, unlike the other
5337 # libraries we check for below, so use a different variable.
5338 # John Interrante, Karl Berry
5339 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5340 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5341 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5342 echo $ECHO_N "(cached) $ECHO_C" >&6
5344 ac_check_lib_save_LIBS=$LIBS
5345 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5346 cat >conftest.$ac_ext <<_ACEOF
5349 cat confdefs.h >>conftest.$ac_ext
5350 cat >>conftest.$ac_ext <<_ACEOF
5351 /* end confdefs.h. */
5353 /* Override any GCC internal prototype to avoid an error.
5354 Use char because int might match the return type of a GCC
5355 builtin and then its argument prototype would still apply. */
5359 char IceConnectionNumber ();
5363 return IceConnectionNumber ();
5368 rm -f conftest.$ac_objext conftest$ac_exeext
5369 if { (ac_try="$ac_link"
5371 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5372 *) ac_try_echo
=$ac_try;;
5374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5375 (eval "$ac_link") 2>conftest.er1
5377 grep -v '^ *+' conftest.er1
>conftest.err
5379 cat conftest.err
>&5
5380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5381 (exit $ac_status); } &&
5382 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5383 { (case "(($ac_try" in
5384 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5385 *) ac_try_echo=$ac_try;;
5387 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5388 (eval "$ac_try") 2>&5
5390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5391 (exit $ac_status); }; } &&
5392 { ac_try='test -s conftest$ac_exeext'
5393 { (case "(($ac_try" in
5394 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5395 *) ac_try_echo
=$ac_try;;
5397 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5398 (eval "$ac_try") 2>&5
5400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5401 (exit $ac_status); }; }; then
5402 ac_cv_lib_ICE_IceConnectionNumber
=yes
5404 echo "$as_me: failed program was:" >&5
5405 sed 's/^/| /' conftest.
$ac_ext >&5
5407 ac_cv_lib_ICE_IceConnectionNumber
=no
5410 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
5411 conftest
$ac_exeext conftest.
$ac_ext
5412 LIBS
=$ac_check_lib_save_LIBS
5414 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5415 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5416 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5417 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
5420 LDFLAGS
=$ac_save_LDFLAGS
5424 for ac_prog
in flex
lex
5426 # Extract the first word of "$ac_prog", so it can be a program name with args.
5427 set dummy
$ac_prog; ac_word
=$2
5428 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5429 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5430 if test "${ac_cv_prog_LEX+set}" = set; then
5431 echo $ECHO_N "(cached) $ECHO_C" >&6
5433 if test -n "$LEX"; then
5434 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
5436 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5440 test -z "$as_dir" && as_dir
=.
5441 for ac_exec_ext
in '' $ac_executable_extensions; do
5442 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5443 ac_cv_prog_LEX
="$ac_prog"
5444 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5454 if test -n "$LEX"; then
5455 { echo "$as_me:$LINENO: result: $LEX" >&5
5456 echo "${ECHO_T}$LEX" >&6; }
5458 { echo "$as_me:$LINENO: result: no" >&5
5459 echo "${ECHO_T}no" >&6; }
5463 test -n "$LEX" && break
5465 test -n "$LEX" || LEX
=":"
5467 if test "x$LEX" != "x:"; then
5468 cat >conftest.l
<<_ACEOF
5474 e { yyless (input () != 0); }
5475 f { unput (yytext[0]); }
5476 . { BEGIN INITIAL; }
5478 #ifdef YYTEXT_POINTER
5479 extern char *yytext;
5484 return ! yylex () + ! yywrap ();
5487 { (ac_try
="$LEX conftest.l"
5489 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5490 *) ac_try_echo=$ac_try;;
5492 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5493 (eval "$LEX conftest.l") 2>&5
5495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5496 (exit $ac_status); }
5497 { echo "$as_me:$LINENO: checking lex output file root" >&5
5498 echo $ECHO_N "checking lex output file root... $ECHO_C" >&6; }
5499 if test "${ac_cv_prog_lex_root+set}" = set; then
5500 echo $ECHO_N "(cached) $ECHO_C" >&6
5503 if test -f lex.yy.c; then
5504 ac_cv_prog_lex_root=lex.yy
5505 elif test -f lexyy.c; then
5506 ac_cv_prog_lex_root=lexyy
5508 { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
5509 echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
5510 { (exit 1); exit 1; }; }
5513 { echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
5514 echo "${ECHO_T}$ac_cv_prog_lex_root" >&6; }
5515 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
5517 if test -z "${LEXLIB+set}"; then
5518 { echo "$as_me:$LINENO: checking lex library" >&5
5519 echo $ECHO_N "checking lex library... $ECHO_C" >&6; }
5520 if test "${ac_cv_lib_lex+set}" = set; then
5521 echo $ECHO_N "(cached) $ECHO_C" >&6
5525 ac_cv_lib_lex='none needed'
5526 for ac_lib in '' -lfl -ll; do
5527 LIBS="$ac_lib $ac_save_LIBS"
5528 cat >conftest.$ac_ext <<_ACEOF
5529 `cat $LEX_OUTPUT_ROOT.c
`
5531 rm -f conftest.$ac_objext conftest$ac_exeext
5532 if { (ac_try="$ac_link"
5534 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5535 *) ac_try_echo
=$ac_try;;
5537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5538 (eval "$ac_link") 2>conftest.er1
5540 grep -v '^ *+' conftest.er1
>conftest.err
5542 cat conftest.err
>&5
5543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5544 (exit $ac_status); } &&
5545 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5546 { (case "(($ac_try" in
5547 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5548 *) ac_try_echo=$ac_try;;
5550 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5551 (eval "$ac_try") 2>&5
5553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5554 (exit $ac_status); }; } &&
5555 { ac_try='test -s conftest$ac_exeext'
5556 { (case "(($ac_try" in
5557 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5558 *) ac_try_echo
=$ac_try;;
5560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5561 (eval "$ac_try") 2>&5
5563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5564 (exit $ac_status); }; }; then
5565 ac_cv_lib_lex
=$ac_lib
5567 echo "$as_me: failed program was:" >&5
5568 sed 's/^/| /' conftest.
$ac_ext >&5
5573 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
5574 conftest
$ac_exeext conftest.
$ac_ext
5575 test "$ac_cv_lib_lex" != 'none needed' && break
5580 { echo "$as_me:$LINENO: result: $ac_cv_lib_lex" >&5
5581 echo "${ECHO_T}$ac_cv_lib_lex" >&6; }
5582 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB
=$ac_cv_lib_lex
5586 { echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
5587 echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6; }
5588 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
5589 echo $ECHO_N "(cached) $ECHO_C" >&6
5591 # POSIX says lex can declare yytext either as a pointer or an array; the
5592 # default is implementation-dependent. Figure out which it is, since
5593 # not all implementations provide the %pointer and %array declarations.
5594 ac_cv_prog_lex_yytext_pointer
=no
5596 LIBS
="$LEXLIB $ac_save_LIBS"
5597 cat >conftest.
$ac_ext <<_ACEOF
5598 #define YYTEXT_POINTER 1
5599 `cat $LEX_OUTPUT_ROOT.c`
5601 rm -f conftest.
$ac_objext conftest
$ac_exeext
5602 if { (ac_try
="$ac_link"
5604 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5605 *) ac_try_echo=$ac_try;;
5607 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5608 (eval "$ac_link") 2>conftest.er1
5610 grep -v '^ *+' conftest.er1 >conftest.err
5612 cat conftest.err >&5
5613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5614 (exit $ac_status); } &&
5615 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5616 { (case "(($ac_try" in
5617 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5618 *) ac_try_echo
=$ac_try;;
5620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5621 (eval "$ac_try") 2>&5
5623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5624 (exit $ac_status); }; } &&
5625 { ac_try
='test -s conftest$ac_exeext'
5626 { (case "(($ac_try" in
5627 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5628 *) ac_try_echo=$ac_try;;
5630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5631 (eval "$ac_try") 2>&5
5633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5634 (exit $ac_status); }; }; then
5635 ac_cv_prog_lex_yytext_pointer=yes
5637 echo "$as_me: failed program was:" >&5
5638 sed 's/^/| /' conftest.$ac_ext >&5
5643 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5644 conftest$ac_exeext conftest.$ac_ext
5648 { echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
5649 echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6; }
5650 if test $ac_cv_prog_lex_yytext_pointer = yes; then
5652 cat >>confdefs.h <<\_ACEOF
5653 #define YYTEXT_POINTER 1
5657 rm -f conftest.l $LEX_OUTPUT_ROOT.c
5661 for ac_prog in $LEX flex lex
5663 # Extract the first word of "$ac_prog", so it can be a program name with args.
5664 set dummy $ac_prog; ac_word=$2
5665 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5666 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5667 if test "${ac_cv_prog_XLEX+set}" = set; then
5668 echo $ECHO_N "(cached) $ECHO_C" >&6
5670 if test -n "$XLEX"; then
5671 ac_cv_prog_XLEX="$XLEX" # Let the user override the test.
5673 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5677 test -z "$as_dir" && as_dir=.
5678 for ac_exec_ext in '' $ac_executable_extensions; do
5679 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5680 ac_cv_prog_XLEX="$ac_prog"
5681 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5690 XLEX=$ac_cv_prog_XLEX
5691 if test -n "$XLEX"; then
5692 { echo "$as_me:$LINENO: result: $XLEX" >&5
5693 echo "${ECHO_T}$XLEX" >&6; }
5695 { echo "$as_me:$LINENO: result: no" >&5
5696 echo "${ECHO_T}no" >&6; }
5700 test -n "$XLEX" && break
5702 test -n "$XLEX" || XLEX="none"
5704 if test "$XLEX" = "none"
5706 { { echo "$as_me:$LINENO: error: no suitable lex found. Please install the 'flex' package." >&5
5707 echo "$as_me: error: no suitable lex found. Please install the 'flex' package." >&2;}
5708 { (exit 1); exit 1; }; }
5711 for ac_prog in bison
5713 # Extract the first word of "$ac_prog", so it can be a program name with args.
5714 set dummy $ac_prog; ac_word=$2
5715 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5716 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5717 if test "${ac_cv_prog_BISON+set}" = set; then
5718 echo $ECHO_N "(cached) $ECHO_C" >&6
5720 if test -n "$BISON"; then
5721 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5727 test -z "$as_dir" && as_dir=.
5728 for ac_exec_ext in '' $ac_executable_extensions; do
5729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5730 ac_cv_prog_BISON="$ac_prog"
5731 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5740 BISON=$ac_cv_prog_BISON
5741 if test -n "$BISON"; then
5742 { echo "$as_me:$LINENO: result: $BISON" >&5
5743 echo "${ECHO_T}$BISON" >&6; }
5745 { echo "$as_me:$LINENO: result: no" >&5
5746 echo "${ECHO_T}no" >&6; }
5750 test -n "$BISON" && break
5752 test -n "$BISON" || BISON="none"
5754 if test "$BISON" = "none"
5756 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5757 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5758 { (exit 1); exit 1; }; }
5761 if test -n "$ac_tool_prefix"; then
5762 for ac_prog in gas as
5764 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5765 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5766 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5767 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5768 if test "${ac_cv_prog_AS+set}" = set; then
5769 echo $ECHO_N "(cached) $ECHO_C" >&6
5771 if test -n "$AS"; then
5772 ac_cv_prog_AS="$AS" # Let the user override the test.
5774 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5778 test -z "$as_dir" && as_dir=.
5779 for ac_exec_ext in '' $ac_executable_extensions; do
5780 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5781 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5782 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5792 if test -n "$AS"; then
5793 { echo "$as_me:$LINENO: result: $AS" >&5
5794 echo "${ECHO_T}$AS" >&6; }
5796 { echo "$as_me:$LINENO: result: no" >&5
5797 echo "${ECHO_T}no" >&6; }
5801 test -n "$AS" && break
5804 if test -z "$AS"; then
5806 for ac_prog in gas as
5808 # Extract the first word of "$ac_prog", so it can be a program name with args.
5809 set dummy $ac_prog; ac_word=$2
5810 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5811 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5812 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5813 echo $ECHO_N "(cached) $ECHO_C" >&6
5815 if test -n "$ac_ct_AS"; then
5816 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5818 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5822 test -z "$as_dir" && as_dir=.
5823 for ac_exec_ext in '' $ac_executable_extensions; do
5824 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5825 ac_cv_prog_ac_ct_AS="$ac_prog"
5826 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5835 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5836 if test -n "$ac_ct_AS"; then
5837 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5838 echo "${ECHO_T}$ac_ct_AS" >&6; }
5840 { echo "$as_me:$LINENO: result: no" >&5
5841 echo "${ECHO_T}no" >&6; }
5845 test -n "$ac_ct_AS" && break
5848 if test "x$ac_ct_AS" = x; then
5851 case $cross_compiling:$ac_tool_warned in
5853 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5854 whose name does not start with the host triplet. If you think this
5855 configuration is useful to you, please write to autoconf@gnu.org." >&5
5856 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5857 whose name does not start with the host triplet. If you think this
5858 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5859 ac_tool_warned=yes ;;
5865 if test -n "$ac_tool_prefix"; then
5866 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
5867 set dummy ${ac_tool_prefix}ld; ac_word=$2
5868 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5869 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5870 if test "${ac_cv_prog_LD+set}" = set; then
5871 echo $ECHO_N "(cached) $ECHO_C" >&6
5873 if test -n "$LD"; then
5874 ac_cv_prog_LD="$LD" # Let the user override the test.
5876 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5880 test -z "$as_dir" && as_dir=.
5881 for ac_exec_ext in '' $ac_executable_extensions; do
5882 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5883 ac_cv_prog_LD="${ac_tool_prefix}ld"
5884 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5894 if test -n "$LD"; then
5895 { echo "$as_me:$LINENO: result: $LD" >&5
5896 echo "${ECHO_T}$LD" >&6; }
5898 { echo "$as_me:$LINENO: result: no" >&5
5899 echo "${ECHO_T}no" >&6; }
5904 if test -z "$ac_cv_prog_LD"; then
5906 # Extract the first word of "ld", so it can be a program name with args.
5907 set dummy ld; ac_word=$2
5908 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5909 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5910 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5911 echo $ECHO_N "(cached) $ECHO_C" >&6
5913 if test -n "$ac_ct_LD"; then
5914 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5916 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5920 test -z "$as_dir" && as_dir=.
5921 for ac_exec_ext in '' $ac_executable_extensions; do
5922 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5923 ac_cv_prog_ac_ct_LD="ld"
5924 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5933 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5934 if test -n "$ac_ct_LD"; then
5935 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5936 echo "${ECHO_T}$ac_ct_LD" >&6; }
5938 { echo "$as_me:$LINENO: result: no" >&5
5939 echo "${ECHO_T}no" >&6; }
5942 if test "x$ac_ct_LD" = x; then
5945 case $cross_compiling:$ac_tool_warned in
5947 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5948 whose name does not start with the host triplet. If you think this
5949 configuration is useful to you, please write to autoconf@gnu.org." >&5
5950 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5951 whose name does not start with the host triplet. If you think this
5952 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5953 ac_tool_warned=yes ;;
5961 if test -n "$ac_tool_prefix"; then
5962 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5963 set dummy ${ac_tool_prefix}ar; ac_word=$2
5964 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5965 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5966 if test "${ac_cv_prog_AR+set}" = set; then
5967 echo $ECHO_N "(cached) $ECHO_C" >&6
5969 if test -n "$AR"; then
5970 ac_cv_prog_AR="$AR" # Let the user override the test.
5972 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5976 test -z "$as_dir" && as_dir=.
5977 for ac_exec_ext in '' $ac_executable_extensions; do
5978 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5979 ac_cv_prog_AR="${ac_tool_prefix}ar"
5980 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5990 if test -n "$AR"; then
5991 { echo "$as_me:$LINENO: result: $AR" >&5
5992 echo "${ECHO_T}$AR" >&6; }
5994 { echo "$as_me:$LINENO: result: no" >&5
5995 echo "${ECHO_T}no" >&6; }
6000 if test -z "$ac_cv_prog_AR"; then
6002 # Extract the first word of "ar", so it can be a program name with args.
6003 set dummy ar; ac_word=$2
6004 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6005 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6006 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
6007 echo $ECHO_N "(cached) $ECHO_C" >&6
6009 if test -n "$ac_ct_AR"; then
6010 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6012 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6016 test -z "$as_dir" && as_dir=.
6017 for ac_exec_ext in '' $ac_executable_extensions; do
6018 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6019 ac_cv_prog_ac_ct_AR="ar"
6020 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6029 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6030 if test -n "$ac_ct_AR"; then
6031 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
6032 echo "${ECHO_T}$ac_ct_AR" >&6; }
6034 { echo "$as_me:$LINENO: result: no" >&5
6035 echo "${ECHO_T}no" >&6; }
6038 if test "x$ac_ct_AR" = x; then
6041 case $cross_compiling:$ac_tool_warned in
6043 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6044 whose name does not start with the host triplet. If you think this
6045 configuration is useful to you, please write to autoconf@gnu.org." >&5
6046 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6047 whose name does not start with the host triplet. If you think this
6048 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6049 ac_tool_warned=yes ;;
6057 if test -n "$ac_tool_prefix"; then
6058 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6059 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6060 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6061 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6062 if test "${ac_cv_prog_RANLIB+set}" = set; then
6063 echo $ECHO_N "(cached) $ECHO_C" >&6
6065 if test -n "$RANLIB"; then
6066 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6068 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6072 test -z "$as_dir" && as_dir=.
6073 for ac_exec_ext in '' $ac_executable_extensions; do
6074 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6075 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6076 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6085 RANLIB=$ac_cv_prog_RANLIB
6086 if test -n "$RANLIB"; then
6087 { echo "$as_me:$LINENO: result: $RANLIB" >&5
6088 echo "${ECHO_T}$RANLIB" >&6; }
6090 { echo "$as_me:$LINENO: result: no" >&5
6091 echo "${ECHO_T}no" >&6; }
6096 if test -z "$ac_cv_prog_RANLIB"; then
6097 ac_ct_RANLIB=$RANLIB
6098 # Extract the first word of "ranlib", so it can be a program name with args.
6099 set dummy ranlib; ac_word=$2
6100 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6101 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6102 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6103 echo $ECHO_N "(cached) $ECHO_C" >&6
6105 if test -n "$ac_ct_RANLIB"; then
6106 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6112 test -z "$as_dir" && as_dir=.
6113 for ac_exec_ext in '' $ac_executable_extensions; do
6114 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6115 ac_cv_prog_ac_ct_RANLIB="ranlib"
6116 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6125 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6126 if test -n "$ac_ct_RANLIB"; then
6127 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6128 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
6130 { echo "$as_me:$LINENO: result: no" >&5
6131 echo "${ECHO_T}no" >&6; }
6134 if test "x$ac_ct_RANLIB" = x; then
6137 case $cross_compiling:$ac_tool_warned in
6139 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6140 whose name does not start with the host triplet. If you think this
6141 configuration is useful to you, please write to autoconf@gnu.org." >&5
6142 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6143 whose name does not start with the host triplet. If you think this
6144 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6145 ac_tool_warned=yes ;;
6147 RANLIB=$ac_ct_RANLIB
6150 RANLIB="$ac_cv_prog_RANLIB"
6153 if test -n "$ac_tool_prefix"; then
6154 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6155 set dummy ${ac_tool_prefix}strip; ac_word=$2
6156 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6157 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6158 if test "${ac_cv_prog_STRIP+set}" = set; then
6159 echo $ECHO_N "(cached) $ECHO_C" >&6
6161 if test -n "$STRIP"; then
6162 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6164 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6168 test -z "$as_dir" && as_dir=.
6169 for ac_exec_ext in '' $ac_executable_extensions; do
6170 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6171 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6172 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6181 STRIP=$ac_cv_prog_STRIP
6182 if test -n "$STRIP"; then
6183 { echo "$as_me:$LINENO: result: $STRIP" >&5
6184 echo "${ECHO_T}$STRIP" >&6; }
6186 { echo "$as_me:$LINENO: result: no" >&5
6187 echo "${ECHO_T}no" >&6; }
6192 if test -z "$ac_cv_prog_STRIP"; then
6194 # Extract the first word of "strip", so it can be a program name with args.
6195 set dummy strip; ac_word=$2
6196 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6197 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6198 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
6199 echo $ECHO_N "(cached) $ECHO_C" >&6
6201 if test -n "$ac_ct_STRIP"; then
6202 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6208 test -z "$as_dir" && as_dir=.
6209 for ac_exec_ext in '' $ac_executable_extensions; do
6210 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6211 ac_cv_prog_ac_ct_STRIP="strip"
6212 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6221 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6222 if test -n "$ac_ct_STRIP"; then
6223 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
6224 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
6226 { echo "$as_me:$LINENO: result: no" >&5
6227 echo "${ECHO_T}no" >&6; }
6230 if test "x$ac_ct_STRIP" = x; then
6233 case $cross_compiling:$ac_tool_warned in
6235 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6236 whose name does not start with the host triplet. If you think this
6237 configuration is useful to you, please write to autoconf@gnu.org." >&5
6238 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6239 whose name does not start with the host triplet. If you think this
6240 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6241 ac_tool_warned=yes ;;
6246 STRIP="$ac_cv_prog_STRIP"
6249 if test -n "$ac_tool_prefix"; then
6250 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
6251 set dummy ${ac_tool_prefix}windres; ac_word=$2
6252 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6253 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6254 if test "${ac_cv_prog_WINDRES+set}" = set; then
6255 echo $ECHO_N "(cached) $ECHO_C" >&6
6257 if test -n "$WINDRES"; then
6258 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
6260 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6264 test -z "$as_dir" && as_dir=.
6265 for ac_exec_ext in '' $ac_executable_extensions; do
6266 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6267 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
6268 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6277 WINDRES=$ac_cv_prog_WINDRES
6278 if test -n "$WINDRES"; then
6279 { echo "$as_me:$LINENO: result: $WINDRES" >&5
6280 echo "${ECHO_T}$WINDRES" >&6; }
6282 { echo "$as_me:$LINENO: result: no" >&5
6283 echo "${ECHO_T}no" >&6; }
6288 if test -z "$ac_cv_prog_WINDRES"; then
6289 ac_ct_WINDRES=$WINDRES
6290 # Extract the first word of "windres", so it can be a program name with args.
6291 set dummy windres; ac_word=$2
6292 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6293 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6294 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6295 echo $ECHO_N "(cached) $ECHO_C" >&6
6297 if test -n "$ac_ct_WINDRES"; then
6298 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6300 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6304 test -z "$as_dir" && as_dir=.
6305 for ac_exec_ext in '' $ac_executable_extensions; do
6306 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6307 ac_cv_prog_ac_ct_WINDRES="windres"
6308 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6317 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6318 if test -n "$ac_ct_WINDRES"; then
6319 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6320 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6322 { echo "$as_me:$LINENO: result: no" >&5
6323 echo "${ECHO_T}no" >&6; }
6326 if test "x$ac_ct_WINDRES" = x; then
6329 case $cross_compiling:$ac_tool_warned in
6331 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6332 whose name does not start with the host triplet. If you think this
6333 configuration is useful to you, please write to autoconf@gnu.org." >&5
6334 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6335 whose name does not start with the host triplet. If you think this
6336 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6337 ac_tool_warned=yes ;;
6339 WINDRES=$ac_ct_WINDRES
6342 WINDRES="$ac_cv_prog_WINDRES"
6345 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6346 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6348 if test "$LN_S" = "ln -s"; then
6349 { echo "$as_me:$LINENO: result: yes" >&5
6350 echo "${ECHO_T}yes" >&6; }
6352 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6353 echo "${ECHO_T}no, using $LN_S" >&6; }
6356 { echo "$as_me:$LINENO: checking whether ln works" >&5
6357 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6358 rm -f conf$$ conf$$.file
6360 if ln conf$$.file conf$$ 2>/dev/null; then
6363 { echo "$as_me:$LINENO: result: yes" >&5
6364 echo "${ECHO_T}yes" >&6; }
6368 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6369 echo "${ECHO_T}no, using $LN" >&6; }
6371 rm -f conf$$ conf$$.file
6372 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6373 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6374 if test "${ac_cv_path_GREP+set}" = set; then
6375 echo $ECHO_N "(cached) $ECHO_C" >&6
6377 # Extract the first word of "grep ggrep" to use in msg output
6378 if test -z "$GREP"; then
6379 set dummy grep ggrep; ac_prog_name=$2
6380 if test "${ac_cv_path_GREP+set}" = set; then
6381 echo $ECHO_N "(cached) $ECHO_C" >&6
6383 ac_path_GREP_found=false
6384 # Loop through the user's path and test for each of PROGNAME-LIST
6385 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6386 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6389 test -z "$as_dir" && as_dir=.
6390 for ac_prog in grep ggrep; do
6391 for ac_exec_ext in '' $ac_executable_extensions; do
6392 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6393 { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue
6394 # Check for GNU ac_path_GREP and select it if it is found.
6395 # Check for GNU $ac_path_GREP
6396 case `"$ac_path_GREP" --version 2>&1` in
6398 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6401 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6404 cat "conftest.in" "conftest.in" >"conftest.tmp"
6405 mv "conftest.tmp" "conftest.in"
6406 cp "conftest.in" "conftest.nl"
6407 echo 'GREP' >> "conftest.nl"
6408 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6409 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6410 ac_count=`expr $ac_count + 1`
6411 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6412 # Best one so far, save it but keep looking for a better one
6413 ac_cv_path_GREP="$ac_path_GREP"
6414 ac_path_GREP_max=$ac_count
6416 # 10*(2^10) chars as input seems more than enough
6417 test $ac_count -gt 10 && break
6419 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6423 $ac_path_GREP_found && break 3
6433 GREP="$ac_cv_path_GREP"
6434 if test -z "$GREP"; then
6435 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6436 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6437 { (exit 1); exit 1; }; }
6441 ac_cv_path_GREP=$GREP
6446 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6447 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6448 GREP="$ac_cv_path_GREP"
6451 { echo "$as_me:$LINENO: checking for egrep" >&5
6452 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6453 if test "${ac_cv_path_EGREP+set}" = set; then
6454 echo $ECHO_N "(cached) $ECHO_C" >&6
6456 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6457 then ac_cv_path_EGREP="$GREP -E"
6459 # Extract the first word of "egrep" to use in msg output
6460 if test -z "$EGREP"; then
6461 set dummy egrep; ac_prog_name=$2
6462 if test "${ac_cv_path_EGREP+set}" = set; then
6463 echo $ECHO_N "(cached) $ECHO_C" >&6
6465 ac_path_EGREP_found=false
6466 # Loop through the user's path and test for each of PROGNAME-LIST
6467 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6468 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6471 test -z "$as_dir" && as_dir=.
6472 for ac_prog in egrep; do
6473 for ac_exec_ext in '' $ac_executable_extensions; do
6474 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6475 { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue
6476 # Check for GNU ac_path_EGREP and select it if it is found.
6477 # Check for GNU $ac_path_EGREP
6478 case `"$ac_path_EGREP" --version 2>&1` in
6480 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6483 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6486 cat "conftest.in" "conftest.in" >"conftest.tmp"
6487 mv "conftest.tmp" "conftest.in"
6488 cp "conftest.in" "conftest.nl"
6489 echo 'EGREP' >> "conftest.nl"
6490 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6491 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6492 ac_count=`expr $ac_count + 1`
6493 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6494 # Best one so far, save it but keep looking for a better one
6495 ac_cv_path_EGREP="$ac_path_EGREP"
6496 ac_path_EGREP_max=$ac_count
6498 # 10*(2^10) chars as input seems more than enough
6499 test $ac_count -gt 10 && break
6501 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6505 $ac_path_EGREP_found && break 3
6515 EGREP="$ac_cv_path_EGREP"
6516 if test -z "$EGREP"; then
6517 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6518 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6519 { (exit 1); exit 1; }; }
6523 ac_cv_path_EGREP=$EGREP
6529 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6530 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6531 EGREP="$ac_cv_path_EGREP"
6534 # Extract the first word of "ldconfig", so it can be a program name with args.
6535 set dummy ldconfig; ac_word=$2
6536 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6537 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6538 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6539 echo $ECHO_N "(cached) $ECHO_C" >&6
6543 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6546 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6547 for as_dir in /sbin /usr/sbin $PATH
6550 test -z "$as_dir" && as_dir=.
6551 for ac_exec_ext in '' $ac_executable_extensions; do
6552 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6553 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6554 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6561 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6565 LDCONFIG=$ac_cv_path_LDCONFIG
6566 if test -n "$LDCONFIG"; then
6567 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6568 echo "${ECHO_T}$LDCONFIG" >&6; }
6570 { echo "$as_me:$LINENO: result: no" >&5
6571 echo "${ECHO_T}no" >&6; }
6575 # Find a good install program. We prefer a C program (faster),
6576 # so one script is as good as another. But avoid the broken or
6577 # incompatible versions:
6578 # SysV /etc/install, /usr/sbin/install
6579 # SunOS /usr/etc/install
6580 # IRIX /sbin/install
6582 # AmigaOS /C/install, which installs bootblocks on floppy discs
6583 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6584 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6585 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6586 # OS/2's system install, which has a completely different semantic
6587 # ./install, which can be erroneously created by make from ./install.sh.
6588 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6589 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6590 if test -z "$INSTALL"; then
6591 if test "${ac_cv_path_install+set}" = set; then
6592 echo $ECHO_N "(cached) $ECHO_C" >&6
6594 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6598 test -z "$as_dir" && as_dir=.
6599 # Account for people who put trailing slashes in PATH elements.
6601 ./ | .// | /cC/* | \
6602 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6603 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6606 # OSF1 and SCO ODT 3.0 have their own names for install.
6607 # Don't use installbsd from OSF since it installs stuff as root
6609 for ac_prog in ginstall scoinst install; do
6610 for ac_exec_ext in '' $ac_executable_extensions; do
6611 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then
6612 if test $ac_prog = install &&
6613 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6614 # AIX install. It has an incompatible calling convention.
6616 elif test $ac_prog = install &&
6617 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6618 # program-specific install script used by HP pwplus--don't use.
6621 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6634 if test "${ac_cv_path_install+set}" = set; then
6635 INSTALL=$ac_cv_path_install
6637 # As a last resort, use the slow shell script. Don't cache a
6638 # value for INSTALL within a source directory, because that will
6639 # break other packages using the cache if that directory is
6640 # removed, or if the value is a relative name.
6641 INSTALL=$ac_install_sh
6644 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6645 echo "${ECHO_T}$INSTALL" >&6; }
6647 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6648 # It thinks the first close brace ends the variable substitution.
6649 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6651 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6653 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6656 [\\/$]* | ?:[\\/]* ) ;;
6657 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6660 for ac_prog in lclint lint
6662 # Extract the first word of "$ac_prog", so it can be a program name with args.
6663 set dummy $ac_prog; ac_word=$2
6664 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6665 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6666 if test "${ac_cv_prog_LINT+set}" = set; then
6667 echo $ECHO_N "(cached) $ECHO_C" >&6
6669 if test -n "$LINT"; then
6670 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6672 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6676 test -z "$as_dir" && as_dir=.
6677 for ac_exec_ext in '' $ac_executable_extensions; do
6678 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6679 ac_cv_prog_LINT="$ac_prog"
6680 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6689 LINT=$ac_cv_prog_LINT
6690 if test -n "$LINT"; then
6691 { echo "$as_me:$LINENO: result: $LINT" >&5
6692 echo "${ECHO_T}$LINT" >&6; }
6694 { echo "$as_me:$LINENO: result: no" >&5
6695 echo "${ECHO_T}no" >&6; }
6699 test -n "$LINT" && break
6702 if test "$LINT" = "lint"
6704 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6709 for ac_prog in fontforge
6711 # Extract the first word of "$ac_prog", so it can be a program name with args.
6712 set dummy $ac_prog; ac_word=$2
6713 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6714 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6715 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6716 echo $ECHO_N "(cached) $ECHO_C" >&6
6718 if test -n "$FONTFORGE"; then
6719 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6721 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6725 test -z "$as_dir" && as_dir=.
6726 for ac_exec_ext in '' $ac_executable_extensions; do
6727 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6728 ac_cv_prog_FONTFORGE="$ac_prog"
6729 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6738 FONTFORGE=$ac_cv_prog_FONTFORGE
6739 if test -n "$FONTFORGE"; then
6740 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6741 echo "${ECHO_T}$FONTFORGE" >&6; }
6743 { echo "$as_me:$LINENO: result: no" >&5
6744 echo "${ECHO_T}no" >&6; }
6748 test -n "$FONTFORGE" && break
6750 test -n "$FONTFORGE" || FONTFORGE="false"
6752 for ac_prog in pkg-config
6754 # Extract the first word of "$ac_prog", so it can be a program name with args.
6755 set dummy $ac_prog; ac_word=$2
6756 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6757 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6758 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6759 echo $ECHO_N "(cached) $ECHO_C" >&6
6761 if test -n "$PKG_CONFIG"; then
6762 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6764 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6768 test -z "$as_dir" && as_dir=.
6769 for ac_exec_ext in '' $ac_executable_extensions; do
6770 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6771 ac_cv_prog_PKG_CONFIG="$ac_prog"
6772 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6781 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6782 if test -n "$PKG_CONFIG"; then
6783 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6784 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6786 { echo "$as_me:$LINENO: result: no" >&5
6787 echo "${ECHO_T}no" >&6; }
6791 test -n "$PKG_CONFIG" && break
6793 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6798 # Extract the first word of "prelink", so it can be a program name with args.
6799 set dummy prelink; ac_word=$2
6800 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6801 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6802 if test "${ac_cv_path_PRELINK+set}" = set; then
6803 echo $ECHO_N "(cached) $ECHO_C" >&6
6807 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6810 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6811 for as_dir in /sbin /usr/sbin $PATH
6814 test -z "$as_dir" && as_dir=.
6815 for ac_exec_ext in '' $ac_executable_extensions; do
6816 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6817 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6818 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6825 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6829 PRELINK=$ac_cv_path_PRELINK
6830 if test -n "$PRELINK"; then
6831 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6832 echo "${ECHO_T}$PRELINK" >&6; }
6834 { echo "$as_me:$LINENO: result: no" >&5
6835 echo "${ECHO_T}no" >&6; }
6844 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6845 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6846 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6847 echo $ECHO_N "(cached) $ECHO_C" >&6
6849 ac_check_lib_save_LIBS=$LIBS
6851 cat >conftest.$ac_ext <<_ACEOF
6854 cat confdefs.h >>conftest.$ac_ext
6855 cat >>conftest.$ac_ext <<_ACEOF
6856 /* end confdefs.h. */
6858 /* Override any GCC internal prototype to avoid an error.
6859 Use char because int might match the return type of a GCC
6860 builtin and then its argument prototype would still apply. */
6864 char i386_set_ldt ();
6868 return i386_set_ldt ();
6873 rm -f conftest.$ac_objext conftest$ac_exeext
6874 if { (ac_try="$ac_link"
6876 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6877 *) ac_try_echo
=$ac_try;;
6879 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6880 (eval "$ac_link") 2>conftest.er1
6882 grep -v '^ *+' conftest.er1
>conftest.err
6884 cat conftest.err
>&5
6885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6886 (exit $ac_status); } &&
6887 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6888 { (case "(($ac_try" in
6889 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6890 *) ac_try_echo=$ac_try;;
6892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6893 (eval "$ac_try") 2>&5
6895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6896 (exit $ac_status); }; } &&
6897 { ac_try='test -s conftest$ac_exeext'
6898 { (case "(($ac_try" in
6899 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6900 *) ac_try_echo
=$ac_try;;
6902 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6903 (eval "$ac_try") 2>&5
6905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6906 (exit $ac_status); }; }; then
6907 ac_cv_lib_i386_i386_set_ldt
=yes
6909 echo "$as_me: failed program was:" >&5
6910 sed 's/^/| /' conftest.
$ac_ext >&5
6912 ac_cv_lib_i386_i386_set_ldt
=no
6915 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
6916 conftest
$ac_exeext conftest.
$ac_ext
6917 LIBS
=$ac_check_lib_save_LIBS
6919 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6920 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6921 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6922 cat >>confdefs.h
<<_ACEOF
6923 #define HAVE_LIBI386 1
6931 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6932 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6933 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6934 echo $ECHO_N "(cached) $ECHO_C" >&6
6936 ac_check_lib_save_LIBS
=$LIBS
6937 LIBS
="-lossaudio $LIBS"
6938 cat >conftest.
$ac_ext <<_ACEOF
6941 cat confdefs.h
>>conftest.
$ac_ext
6942 cat >>conftest.
$ac_ext <<_ACEOF
6943 /* end confdefs.h. */
6945 /* Override any GCC internal prototype to avoid an error.
6946 Use char because int might match the return type of a GCC
6947 builtin and then its argument prototype would still apply. */
6955 return _oss_ioctl ();
6960 rm -f conftest.
$ac_objext conftest
$ac_exeext
6961 if { (ac_try
="$ac_link"
6963 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6964 *) ac_try_echo=$ac_try;;
6966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6967 (eval "$ac_link") 2>conftest.er1
6969 grep -v '^ *+' conftest.er1 >conftest.err
6971 cat conftest.err >&5
6972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6973 (exit $ac_status); } &&
6974 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6975 { (case "(($ac_try" in
6976 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6977 *) ac_try_echo
=$ac_try;;
6979 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6980 (eval "$ac_try") 2>&5
6982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6983 (exit $ac_status); }; } &&
6984 { ac_try
='test -s conftest$ac_exeext'
6985 { (case "(($ac_try" in
6986 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6987 *) ac_try_echo=$ac_try;;
6989 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6990 (eval "$ac_try") 2>&5
6992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6993 (exit $ac_status); }; }; then
6994 ac_cv_lib_ossaudio__oss_ioctl=yes
6996 echo "$as_me: failed program was:" >&5
6997 sed 's/^/| /' conftest.$ac_ext >&5
6999 ac_cv_lib_ossaudio__oss_ioctl=no
7002 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7003 conftest$ac_exeext conftest.$ac_ext
7004 LIBS=$ac_check_lib_save_LIBS
7006 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
7007 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
7008 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
7009 cat >>confdefs.h <<_ACEOF
7010 #define HAVE_LIBOSSAUDIO 1
7013 LIBS="-lossaudio $LIBS"
7018 { echo "$as_me:$LINENO: checking for _xpg4_setrunelocale in -lxpg4" >&5
7019 echo $ECHO_N "checking for _xpg4_setrunelocale in -lxpg4... $ECHO_C" >&6; }
7020 if test "${ac_cv_lib_xpg4__xpg4_setrunelocale+set}" = set; then
7021 echo $ECHO_N "(cached) $ECHO_C" >&6
7023 ac_check_lib_save_LIBS=$LIBS
7025 cat >conftest.$ac_ext <<_ACEOF
7028 cat confdefs.h >>conftest.$ac_ext
7029 cat >>conftest.$ac_ext <<_ACEOF
7030 /* end confdefs.h. */
7032 /* Override any GCC internal prototype to avoid an error.
7033 Use char because int might match the return type of a GCC
7034 builtin and then its argument prototype would still apply. */
7038 char _xpg4_setrunelocale ();
7042 return _xpg4_setrunelocale ();
7047 rm -f conftest.$ac_objext conftest$ac_exeext
7048 if { (ac_try="$ac_link"
7050 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7051 *) ac_try_echo
=$ac_try;;
7053 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7054 (eval "$ac_link") 2>conftest.er1
7056 grep -v '^ *+' conftest.er1
>conftest.err
7058 cat conftest.err
>&5
7059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7060 (exit $ac_status); } &&
7061 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7062 { (case "(($ac_try" in
7063 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7064 *) ac_try_echo=$ac_try;;
7066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7067 (eval "$ac_try") 2>&5
7069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7070 (exit $ac_status); }; } &&
7071 { ac_try='test -s conftest$ac_exeext'
7072 { (case "(($ac_try" in
7073 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7074 *) ac_try_echo
=$ac_try;;
7076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7077 (eval "$ac_try") 2>&5
7079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7080 (exit $ac_status); }; }; then
7081 ac_cv_lib_xpg4__xpg4_setrunelocale
=yes
7083 echo "$as_me: failed program was:" >&5
7084 sed 's/^/| /' conftest.
$ac_ext >&5
7086 ac_cv_lib_xpg4__xpg4_setrunelocale
=no
7089 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
7090 conftest
$ac_exeext conftest.
$ac_ext
7091 LIBS
=$ac_check_lib_save_LIBS
7093 { echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4__xpg4_setrunelocale" >&5
7094 echo "${ECHO_T}$ac_cv_lib_xpg4__xpg4_setrunelocale" >&6; }
7095 if test $ac_cv_lib_xpg4__xpg4_setrunelocale = yes; then
7096 cat >>confdefs.h
<<_ACEOF
7097 #define HAVE_LIBXPG4 1
7104 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
7105 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
7106 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
7107 echo $ECHO_N "(cached) $ECHO_C" >&6
7109 ac_check_lib_save_LIBS
=$LIBS
7110 LIBS
="-lpthread $LIBS"
7111 cat >conftest.
$ac_ext <<_ACEOF
7114 cat confdefs.h
>>conftest.
$ac_ext
7115 cat >>conftest.
$ac_ext <<_ACEOF
7116 /* end confdefs.h. */
7118 /* Override any GCC internal prototype to avoid an error.
7119 Use char because int might match the return type of a GCC
7120 builtin and then its argument prototype would still apply. */
7124 char pthread_create ();
7128 return pthread_create ();
7133 rm -f conftest.
$ac_objext conftest
$ac_exeext
7134 if { (ac_try
="$ac_link"
7136 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7137 *) ac_try_echo=$ac_try;;
7139 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7140 (eval "$ac_link") 2>conftest.er1
7142 grep -v '^ *+' conftest.er1 >conftest.err
7144 cat conftest.err >&5
7145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7146 (exit $ac_status); } &&
7147 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7148 { (case "(($ac_try" in
7149 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7150 *) ac_try_echo
=$ac_try;;
7152 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7153 (eval "$ac_try") 2>&5
7155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7156 (exit $ac_status); }; } &&
7157 { ac_try
='test -s conftest$ac_exeext'
7158 { (case "(($ac_try" in
7159 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7160 *) ac_try_echo=$ac_try;;
7162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7163 (eval "$ac_try") 2>&5
7165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7166 (exit $ac_status); }; }; then
7167 ac_cv_lib_pthread_pthread_create=yes
7169 echo "$as_me: failed program was:" >&5
7170 sed 's/^/| /' conftest.$ac_ext >&5
7172 ac_cv_lib_pthread_pthread_create=no
7175 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7176 conftest$ac_exeext conftest.$ac_ext
7177 LIBS=$ac_check_lib_save_LIBS
7179 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
7180 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
7181 if test $ac_cv_lib_pthread_pthread_create = yes; then
7182 LIBPTHREAD="-lpthread"
7201 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7202 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
7203 if test "${ac_cv_header_stdc+set}" = set; then
7204 echo $ECHO_N "(cached) $ECHO_C" >&6
7206 cat >conftest.$ac_ext <<_ACEOF
7209 cat confdefs.h >>conftest.$ac_ext
7210 cat >>conftest.$ac_ext <<_ACEOF
7211 /* end confdefs.h. */
7225 rm -f conftest.$ac_objext
7226 if { (ac_try="$ac_compile"
7228 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7229 *) ac_try_echo
=$ac_try;;
7231 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7232 (eval "$ac_compile") 2>conftest.er1
7234 grep -v '^ *+' conftest.er1
>conftest.err
7236 cat conftest.err
>&5
7237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7238 (exit $ac_status); } &&
7239 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7240 { (case "(($ac_try" in
7241 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7242 *) ac_try_echo=$ac_try;;
7244 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7245 (eval "$ac_try") 2>&5
7247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7248 (exit $ac_status); }; } &&
7249 { ac_try='test -s conftest.$ac_objext'
7250 { (case "(($ac_try" in
7251 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7252 *) ac_try_echo
=$ac_try;;
7254 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7255 (eval "$ac_try") 2>&5
7257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7258 (exit $ac_status); }; }; then
7259 ac_cv_header_stdc
=yes
7261 echo "$as_me: failed program was:" >&5
7262 sed 's/^/| /' conftest.
$ac_ext >&5
7264 ac_cv_header_stdc
=no
7267 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7269 if test $ac_cv_header_stdc = yes; then
7270 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7271 cat >conftest.
$ac_ext <<_ACEOF
7274 cat confdefs.h
>>conftest.
$ac_ext
7275 cat >>conftest.
$ac_ext <<_ACEOF
7276 /* end confdefs.h. */
7280 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7281 $EGREP "memchr" >/dev
/null
2>&1; then
7284 ac_cv_header_stdc
=no
7290 if test $ac_cv_header_stdc = yes; then
7291 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7292 cat >conftest.
$ac_ext <<_ACEOF
7295 cat confdefs.h
>>conftest.
$ac_ext
7296 cat >>conftest.
$ac_ext <<_ACEOF
7297 /* end confdefs.h. */
7301 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7302 $EGREP "free" >/dev
/null
2>&1; then
7305 ac_cv_header_stdc
=no
7311 if test $ac_cv_header_stdc = yes; then
7312 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7313 if test "$cross_compiling" = yes; then
7316 cat >conftest.
$ac_ext <<_ACEOF
7319 cat confdefs.h
>>conftest.
$ac_ext
7320 cat >>conftest.
$ac_ext <<_ACEOF
7321 /* end confdefs.h. */
7324 #if ((' ' & 0x0FF) == 0x020)
7325 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7326 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7328 # define ISLOWER(c) \
7329 (('a' <= (c) && (c) <= 'i') \
7330 || ('j' <= (c) && (c) <= 'r') \
7331 || ('s' <= (c) && (c) <= 'z'))
7332 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7335 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7340 for (i = 0; i < 256; i++)
7341 if (XOR (islower (i), ISLOWER (i))
7342 || toupper (i) != TOUPPER (i))
7347 rm -f conftest
$ac_exeext
7348 if { (ac_try
="$ac_link"
7350 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7351 *) ac_try_echo=$ac_try;;
7353 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7354 (eval "$ac_link") 2>&5
7356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7357 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7358 { (case "(($ac_try" in
7359 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7360 *) ac_try_echo
=$ac_try;;
7362 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7363 (eval "$ac_try") 2>&5
7365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7366 (exit $ac_status); }; }; then
7369 echo "$as_me: program exited with status $ac_status" >&5
7370 echo "$as_me: failed program was:" >&5
7371 sed 's/^/| /' conftest.
$ac_ext >&5
7374 ac_cv_header_stdc
=no
7376 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
7382 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7383 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7384 if test $ac_cv_header_stdc = yes; then
7386 cat >>confdefs.h
<<\_ACEOF
7387 #define STDC_HEADERS 1
7392 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7402 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
7403 inttypes.h stdint.h unistd.h
7405 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7406 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7407 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7408 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7409 echo $ECHO_N "(cached) $ECHO_C" >&6
7411 cat >conftest.
$ac_ext <<_ACEOF
7414 cat confdefs.h
>>conftest.
$ac_ext
7415 cat >>conftest.
$ac_ext <<_ACEOF
7416 /* end confdefs.h. */
7417 $ac_includes_default
7419 #include <$ac_header>
7421 rm -f conftest.
$ac_objext
7422 if { (ac_try
="$ac_compile"
7424 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7425 *) ac_try_echo=$ac_try;;
7427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7428 (eval "$ac_compile") 2>conftest.er1
7430 grep -v '^ *+' conftest.er1 >conftest.err
7432 cat conftest.err >&5
7433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7434 (exit $ac_status); } &&
7435 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7436 { (case "(($ac_try" in
7437 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7438 *) ac_try_echo
=$ac_try;;
7440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7441 (eval "$ac_try") 2>&5
7443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7444 (exit $ac_status); }; } &&
7445 { ac_try
='test -s conftest.$ac_objext'
7446 { (case "(($ac_try" in
7447 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7448 *) ac_try_echo=$ac_try;;
7450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7451 (eval "$ac_try") 2>&5
7453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7454 (exit $ac_status); }; }; then
7455 eval "$as_ac_Header=yes"
7457 echo "$as_me: failed program was:" >&5
7458 sed 's/^/| /' conftest.$ac_ext >&5
7460 eval "$as_ac_Header=no"
7463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7465 ac_res=`eval echo '${'$as_ac_Header'}'`
7466 { echo "$as_me:$LINENO: result: $ac_res" >&5
7467 echo "${ECHO_T}$ac_res" >&6; }
7468 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7469 cat >>confdefs.h <<_ACEOF
7470 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7587 AudioUnit/AudioUnit.h \
7589 CoreAudio/CoreAudio.h \
7590 DiskArbitration/DiskArbitration.h \
7603 fontconfig/fontconfig.h \
7628 machine/soundcard.h \
7633 netinet/in_systm.h \
7697 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7698 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7699 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7700 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7701 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7702 echo $ECHO_N "(cached) $ECHO_C" >&6
7704 ac_res=`eval echo '${'$as_ac_Header'}'`
7705 { echo "$as_me:$LINENO: result: $ac_res" >&5
7706 echo "${ECHO_T}$ac_res" >&6; }
7708 # Is the header compilable?
7709 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7710 echo $ECHO_N "checking $ac_header usability... $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 $ac_includes_default
7718 #include <$ac_header>
7720 rm -f conftest.$ac_objext
7721 if { (ac_try="$ac_compile"
7723 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7724 *) ac_try_echo
=$ac_try;;
7726 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7727 (eval "$ac_compile") 2>conftest.er1
7729 grep -v '^ *+' conftest.er1
>conftest.err
7731 cat conftest.err
>&5
7732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7733 (exit $ac_status); } &&
7734 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7735 { (case "(($ac_try" in
7736 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7737 *) ac_try_echo=$ac_try;;
7739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7740 (eval "$ac_try") 2>&5
7742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7743 (exit $ac_status); }; } &&
7744 { ac_try='test -s conftest.$ac_objext'
7745 { (case "(($ac_try" in
7746 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7747 *) ac_try_echo
=$ac_try;;
7749 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7750 (eval "$ac_try") 2>&5
7752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7753 (exit $ac_status); }; }; then
7754 ac_header_compiler
=yes
7756 echo "$as_me: failed program was:" >&5
7757 sed 's/^/| /' conftest.
$ac_ext >&5
7759 ac_header_compiler
=no
7762 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7763 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7764 echo "${ECHO_T}$ac_header_compiler" >&6; }
7766 # Is the header present?
7767 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7768 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7769 cat >conftest.
$ac_ext <<_ACEOF
7772 cat confdefs.h
>>conftest.
$ac_ext
7773 cat >>conftest.
$ac_ext <<_ACEOF
7774 /* end confdefs.h. */
7775 #include <$ac_header>
7777 if { (ac_try
="$ac_cpp conftest.$ac_ext"
7779 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7780 *) ac_try_echo=$ac_try;;
7782 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7783 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7785 grep -v '^ *+' conftest.er1 >conftest.err
7787 cat conftest.err >&5
7788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7789 (exit $ac_status); } >/dev/null; then
7790 if test -s conftest.err; then
7791 ac_cpp_err=$ac_c_preproc_warn_flag
7792 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7799 if test -z "$ac_cpp_err"; then
7800 ac_header_preproc=yes
7802 echo "$as_me: failed program was:" >&5
7803 sed 's/^/| /' conftest.$ac_ext >&5
7805 ac_header_preproc=no
7808 rm -f conftest.err conftest.$ac_ext
7809 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7810 echo "${ECHO_T}$ac_header_preproc" >&6; }
7812 # So? What about this header?
7813 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7815 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7816 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7817 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7818 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7819 ac_header_preproc=yes
7822 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7823 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7824 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7825 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7826 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7827 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7828 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7829 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7830 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7831 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7832 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7833 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7835 ## ------------------------------------ ##
7836 ## Report this to wine-devel@winehq.org ##
7837 ## ------------------------------------ ##
7839 ) | sed "s/^/$as_me: WARNING: /" >&2
7842 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7843 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7844 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7845 echo $ECHO_N "(cached) $ECHO_C" >&6
7847 eval "$as_ac_Header=\$ac_header_preproc"
7849 ac_res=`eval echo '${'$as_ac_Header'}'`
7850 { echo "$as_me:$LINENO: result: $ac_res" >&5
7851 echo "${ECHO_T}$ac_res" >&6; }
7854 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7855 cat >>confdefs.h <<_ACEOF
7856 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7863 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7864 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7865 if test "${ac_cv_header_stat_broken+set}" = set; then
7866 echo $ECHO_N "(cached) $ECHO_C" >&6
7868 cat >conftest.$ac_ext <<_ACEOF
7871 cat confdefs.h >>conftest.$ac_ext
7872 cat >>conftest.$ac_ext <<_ACEOF
7873 /* end confdefs.h. */
7874 #include <sys/types.h>
7875 #include <sys/stat.h>
7877 #if defined S_ISBLK && defined S_IFDIR
7878 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7881 #if defined S_ISBLK && defined S_IFCHR
7882 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7885 #if defined S_ISLNK && defined S_IFREG
7886 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7889 #if defined S_ISSOCK && defined S_IFREG
7890 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7894 rm -f conftest.$ac_objext
7895 if { (ac_try="$ac_compile"
7897 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7898 *) ac_try_echo
=$ac_try;;
7900 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7901 (eval "$ac_compile") 2>conftest.er1
7903 grep -v '^ *+' conftest.er1
>conftest.err
7905 cat conftest.err
>&5
7906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7907 (exit $ac_status); } &&
7908 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7909 { (case "(($ac_try" in
7910 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7911 *) ac_try_echo=$ac_try;;
7913 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7914 (eval "$ac_try") 2>&5
7916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7917 (exit $ac_status); }; } &&
7918 { ac_try='test -s conftest.$ac_objext'
7919 { (case "(($ac_try" in
7920 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7921 *) ac_try_echo
=$ac_try;;
7923 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7924 (eval "$ac_try") 2>&5
7926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7927 (exit $ac_status); }; }; then
7928 ac_cv_header_stat_broken
=no
7930 echo "$as_me: failed program was:" >&5
7931 sed 's/^/| /' conftest.
$ac_ext >&5
7933 ac_cv_header_stat_broken
=yes
7936 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7938 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7939 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7940 if test $ac_cv_header_stat_broken = yes; then
7942 cat >>confdefs.h
<<\_ACEOF
7943 #define STAT_MACROS_BROKEN 1
7954 for ac_header
in sys
/mount.h sys
/statfs.h sys
/user.h sys
/vfs.h
7956 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7957 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7958 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7959 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7960 echo $ECHO_N "(cached) $ECHO_C" >&6
7962 cat >conftest.
$ac_ext <<_ACEOF
7965 cat confdefs.h
>>conftest.
$ac_ext
7966 cat >>conftest.
$ac_ext <<_ACEOF
7967 /* end confdefs.h. */
7968 #include <sys/types.h>
7969 #if HAVE_SYS_PARAM_H
7970 # include <sys/param.h>
7973 #include <$ac_header>
7975 rm -f conftest.
$ac_objext
7976 if { (ac_try
="$ac_compile"
7978 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7979 *) ac_try_echo=$ac_try;;
7981 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7982 (eval "$ac_compile") 2>conftest.er1
7984 grep -v '^ *+' conftest.er1 >conftest.err
7986 cat conftest.err >&5
7987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7988 (exit $ac_status); } &&
7989 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7990 { (case "(($ac_try" in
7991 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7992 *) ac_try_echo
=$ac_try;;
7994 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7995 (eval "$ac_try") 2>&5
7997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7998 (exit $ac_status); }; } &&
7999 { ac_try
='test -s conftest.$ac_objext'
8000 { (case "(($ac_try" in
8001 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8002 *) ac_try_echo=$ac_try;;
8004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8005 (eval "$ac_try") 2>&5
8007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8008 (exit $ac_status); }; }; then
8009 eval "$as_ac_Header=yes"
8011 echo "$as_me: failed program was:" >&5
8012 sed 's/^/| /' conftest.$ac_ext >&5
8014 eval "$as_ac_Header=no"
8017 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8019 ac_res=`eval echo '${'$as_ac_Header'}'`
8020 { echo "$as_me:$LINENO: result: $ac_res" >&5
8021 echo "${ECHO_T}$ac_res" >&6; }
8022 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8023 cat >>confdefs.h <<_ACEOF
8024 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8038 for ac_header in net/if.h net/if_arp.h net/if_dl.h net/if_types.h net/route.h netipx/ipx.h
8040 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
8041 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8042 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8043 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8044 echo $ECHO_N "(cached) $ECHO_C" >&6
8046 cat >conftest.$ac_ext <<_ACEOF
8049 cat confdefs.h >>conftest.$ac_ext
8050 cat >>conftest.$ac_ext <<_ACEOF
8051 /* end confdefs.h. */
8052 #include <sys/types.h>
8053 #if HAVE_SYS_SOCKET_H
8054 # include <sys/socket.h>
8057 #include <$ac_header>
8059 rm -f conftest.$ac_objext
8060 if { (ac_try="$ac_compile"
8062 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8063 *) ac_try_echo
=$ac_try;;
8065 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8066 (eval "$ac_compile") 2>conftest.er1
8068 grep -v '^ *+' conftest.er1
>conftest.err
8070 cat conftest.err
>&5
8071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8072 (exit $ac_status); } &&
8073 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8074 { (case "(($ac_try" in
8075 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8076 *) ac_try_echo=$ac_try;;
8078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8079 (eval "$ac_try") 2>&5
8081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8082 (exit $ac_status); }; } &&
8083 { ac_try='test -s conftest.$ac_objext'
8084 { (case "(($ac_try" in
8085 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8086 *) ac_try_echo
=$ac_try;;
8088 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8089 (eval "$ac_try") 2>&5
8091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8092 (exit $ac_status); }; }; then
8093 eval "$as_ac_Header=yes"
8095 echo "$as_me: failed program was:" >&5
8096 sed 's/^/| /' conftest.
$ac_ext >&5
8098 eval "$as_ac_Header=no"
8101 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8103 ac_res
=`eval echo '${'$as_ac_Header'}'`
8104 { echo "$as_me:$LINENO: result: $ac_res" >&5
8105 echo "${ECHO_T}$ac_res" >&6; }
8106 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8107 cat >>confdefs.h
<<_ACEOF
8108 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8117 for ac_header
in linux
/ipx.h
8119 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8120 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8121 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8122 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8123 echo $ECHO_N "(cached) $ECHO_C" >&6
8125 cat >conftest.
$ac_ext <<_ACEOF
8128 cat confdefs.h
>>conftest.
$ac_ext
8129 cat >>conftest.
$ac_ext <<_ACEOF
8130 /* end confdefs.h. */
8131 #include <sys/types.h>
8132 #ifdef HAVE_ASM_TYPES_H
8133 # include <asm/types.h>
8135 #if HAVE_SYS_SOCKET_H
8136 # include <sys/socket.h>
8139 #include <$ac_header>
8141 rm -f conftest.
$ac_objext
8142 if { (ac_try
="$ac_compile"
8144 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8145 *) ac_try_echo=$ac_try;;
8147 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8148 (eval "$ac_compile") 2>conftest.er1
8150 grep -v '^ *+' conftest.er1 >conftest.err
8152 cat conftest.err >&5
8153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8154 (exit $ac_status); } &&
8155 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8156 { (case "(($ac_try" in
8157 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8158 *) ac_try_echo
=$ac_try;;
8160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8161 (eval "$ac_try") 2>&5
8163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8164 (exit $ac_status); }; } &&
8165 { ac_try
='test -s conftest.$ac_objext'
8166 { (case "(($ac_try" in
8167 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8168 *) ac_try_echo=$ac_try;;
8170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8171 (eval "$ac_try") 2>&5
8173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8174 (exit $ac_status); }; }; then
8175 eval "$as_ac_Header=yes"
8177 echo "$as_me: failed program was:" >&5
8178 sed 's/^/| /' conftest.$ac_ext >&5
8180 eval "$as_ac_Header=no"
8183 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8185 ac_res=`eval echo '${'$as_ac_Header'}'`
8186 { echo "$as_me:$LINENO: result: $ac_res" >&5
8187 echo "${ECHO_T}$ac_res" >&6; }
8188 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8189 cat >>confdefs.h <<_ACEOF
8190 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8199 for ac_header in resolv.h
8201 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
8202 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8203 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8204 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8205 echo $ECHO_N "(cached) $ECHO_C" >&6
8207 cat >conftest.$ac_ext <<_ACEOF
8210 cat confdefs.h >>conftest.$ac_ext
8211 cat >>conftest.$ac_ext <<_ACEOF
8212 /* end confdefs.h. */
8213 #include <sys/types.h>
8214 #if HAVE_SYS_SOCKET_H
8215 # include <sys/socket.h>
8217 #if HAVE_NETINET_IN_H
8218 # include <netinet/in.h>
8220 #if HAVE_ARPA_NAMESER_H
8221 # include <arpa/nameser.h>
8224 #include <$ac_header>
8226 rm -f conftest.$ac_objext
8227 if { (ac_try="$ac_compile"
8229 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8230 *) ac_try_echo
=$ac_try;;
8232 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8233 (eval "$ac_compile") 2>conftest.er1
8235 grep -v '^ *+' conftest.er1
>conftest.err
8237 cat conftest.err
>&5
8238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8239 (exit $ac_status); } &&
8240 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8241 { (case "(($ac_try" in
8242 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8243 *) ac_try_echo=$ac_try;;
8245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8246 (eval "$ac_try") 2>&5
8248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8249 (exit $ac_status); }; } &&
8250 { ac_try='test -s conftest.$ac_objext'
8251 { (case "(($ac_try" in
8252 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8253 *) ac_try_echo
=$ac_try;;
8255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8256 (eval "$ac_try") 2>&5
8258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8259 (exit $ac_status); }; }; then
8260 eval "$as_ac_Header=yes"
8262 echo "$as_me: failed program was:" >&5
8263 sed 's/^/| /' conftest.
$ac_ext >&5
8265 eval "$as_ac_Header=no"
8268 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8270 ac_res
=`eval echo '${'$as_ac_Header'}'`
8271 { echo "$as_me:$LINENO: result: $ac_res" >&5
8272 echo "${ECHO_T}$ac_res" >&6; }
8273 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8274 cat >>confdefs.h
<<_ACEOF
8275 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8284 for ac_header
in ucontext.h
8286 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8287 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8288 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8289 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8290 echo $ECHO_N "(cached) $ECHO_C" >&6
8292 cat >conftest.
$ac_ext <<_ACEOF
8295 cat confdefs.h
>>conftest.
$ac_ext
8296 cat >>conftest.
$ac_ext <<_ACEOF
8297 /* end confdefs.h. */
8300 #include <$ac_header>
8302 rm -f conftest.
$ac_objext
8303 if { (ac_try
="$ac_compile"
8305 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8306 *) ac_try_echo=$ac_try;;
8308 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8309 (eval "$ac_compile") 2>conftest.er1
8311 grep -v '^ *+' conftest.er1 >conftest.err
8313 cat conftest.err >&5
8314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8315 (exit $ac_status); } &&
8316 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8317 { (case "(($ac_try" in
8318 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8319 *) ac_try_echo
=$ac_try;;
8321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8322 (eval "$ac_try") 2>&5
8324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8325 (exit $ac_status); }; } &&
8326 { ac_try
='test -s conftest.$ac_objext'
8327 { (case "(($ac_try" in
8328 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8329 *) ac_try_echo=$ac_try;;
8331 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8332 (eval "$ac_try") 2>&5
8334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8335 (exit $ac_status); }; }; then
8336 eval "$as_ac_Header=yes"
8338 echo "$as_me: failed program was:" >&5
8339 sed 's/^/| /' conftest.$ac_ext >&5
8341 eval "$as_ac_Header=no"
8344 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8346 ac_res=`eval echo '${'$as_ac_Header'}'`
8347 { echo "$as_me:$LINENO: result: $ac_res" >&5
8348 echo "${ECHO_T}$ac_res" >&6; }
8349 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8350 cat >>confdefs.h <<_ACEOF
8351 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8360 for ac_header in pthread_np.h
8362 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
8363 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8364 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8365 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8366 echo $ECHO_N "(cached) $ECHO_C" >&6
8368 cat >conftest.$ac_ext <<_ACEOF
8371 cat confdefs.h >>conftest.$ac_ext
8372 cat >>conftest.$ac_ext <<_ACEOF
8373 /* end confdefs.h. */
8374 #ifdef HAVE_PTHREAD_H
8375 #include <pthread.h>
8378 #include <$ac_header>
8380 rm -f conftest.$ac_objext
8381 if { (ac_try="$ac_compile"
8383 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8384 *) ac_try_echo
=$ac_try;;
8386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8387 (eval "$ac_compile") 2>conftest.er1
8389 grep -v '^ *+' conftest.er1
>conftest.err
8391 cat conftest.err
>&5
8392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8393 (exit $ac_status); } &&
8394 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8395 { (case "(($ac_try" in
8396 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8397 *) ac_try_echo=$ac_try;;
8399 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8400 (eval "$ac_try") 2>&5
8402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8403 (exit $ac_status); }; } &&
8404 { ac_try='test -s conftest.$ac_objext'
8405 { (case "(($ac_try" in
8406 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8407 *) ac_try_echo
=$ac_try;;
8409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8410 (eval "$ac_try") 2>&5
8412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8413 (exit $ac_status); }; }; then
8414 eval "$as_ac_Header=yes"
8416 echo "$as_me: failed program was:" >&5
8417 sed 's/^/| /' conftest.
$ac_ext >&5
8419 eval "$as_ac_Header=no"
8422 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8424 ac_res
=`eval echo '${'$as_ac_Header'}'`
8425 { echo "$as_me:$LINENO: result: $ac_res" >&5
8426 echo "${ECHO_T}$ac_res" >&6; }
8427 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8428 cat >>confdefs.h
<<_ACEOF
8429 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8438 for ac_header
in linux
/videodev.h
8440 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8441 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8442 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8443 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8444 echo $ECHO_N "(cached) $ECHO_C" >&6
8446 cat >conftest.
$ac_ext <<_ACEOF
8449 cat confdefs.h
>>conftest.
$ac_ext
8450 cat >>conftest.
$ac_ext <<_ACEOF
8451 /* end confdefs.h. */
8452 #ifdef HAVE_SYS_TIME_H
8453 #include <sys/time.h>
8455 #include <sys/types.h>
8456 #ifdef HAVE_ASM_TYPES_H
8457 #include <asm/types.h>
8460 #include <$ac_header>
8462 rm -f conftest.
$ac_objext
8463 if { (ac_try
="$ac_compile"
8465 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8466 *) ac_try_echo=$ac_try;;
8468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8469 (eval "$ac_compile") 2>conftest.er1
8471 grep -v '^ *+' conftest.er1 >conftest.err
8473 cat conftest.err >&5
8474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8475 (exit $ac_status); } &&
8476 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8477 { (case "(($ac_try" in
8478 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8479 *) ac_try_echo
=$ac_try;;
8481 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8482 (eval "$ac_try") 2>&5
8484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8485 (exit $ac_status); }; } &&
8486 { ac_try
='test -s conftest.$ac_objext'
8487 { (case "(($ac_try" in
8488 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8489 *) ac_try_echo=$ac_try;;
8491 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8492 (eval "$ac_try") 2>&5
8494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8495 (exit $ac_status); }; }; then
8496 eval "$as_ac_Header=yes"
8498 echo "$as_me: failed program was:" >&5
8499 sed 's/^/| /' conftest.$ac_ext >&5
8501 eval "$as_ac_Header=no"
8504 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8506 ac_res=`eval echo '${'$as_ac_Header'}'`
8507 { echo "$as_me:$LINENO: result: $ac_res" >&5
8508 echo "${ECHO_T}$ac_res" >&6; }
8509 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8510 cat >>confdefs.h <<_ACEOF
8511 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8520 for ac_header in linux/capi.h
8522 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
8523 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8524 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8525 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8526 echo $ECHO_N "(cached) $ECHO_C" >&6
8528 cat >conftest.$ac_ext <<_ACEOF
8531 cat confdefs.h >>conftest.$ac_ext
8532 cat >>conftest.$ac_ext <<_ACEOF
8533 /* end confdefs.h. */
8536 #include <$ac_header>
8538 rm -f conftest.$ac_objext
8539 if { (ac_try="$ac_compile"
8541 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8542 *) ac_try_echo
=$ac_try;;
8544 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8545 (eval "$ac_compile") 2>conftest.er1
8547 grep -v '^ *+' conftest.er1
>conftest.err
8549 cat conftest.err
>&5
8550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8551 (exit $ac_status); } &&
8552 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8553 { (case "(($ac_try" in
8554 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8555 *) ac_try_echo=$ac_try;;
8557 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8558 (eval "$ac_try") 2>&5
8560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8561 (exit $ac_status); }; } &&
8562 { ac_try='test -s conftest.$ac_objext'
8563 { (case "(($ac_try" in
8564 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8565 *) ac_try_echo
=$ac_try;;
8567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8568 (eval "$ac_try") 2>&5
8570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8571 (exit $ac_status); }; }; then
8572 eval "$as_ac_Header=yes"
8574 echo "$as_me: failed program was:" >&5
8575 sed 's/^/| /' conftest.
$ac_ext >&5
8577 eval "$as_ac_Header=no"
8580 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8582 ac_res
=`eval echo '${'$as_ac_Header'}'`
8583 { echo "$as_me:$LINENO: result: $ac_res" >&5
8584 echo "${ECHO_T}$ac_res" >&6; }
8585 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8586 cat >>confdefs.h
<<_ACEOF
8587 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8596 if test "$have_x" = "yes"
8599 ac_save_CPPFLAGS
="$CPPFLAGS"
8600 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
8612 for ac_header
in X11
/Xlib.h \
8615 X11
/extensions
/shape.h \
8616 X11
/extensions
/XInput.h \
8617 X11
/extensions
/XShm.h \
8618 X11
/extensions
/Xinerama.h \
8619 X11
/extensions
/Xrandr.h \
8620 X11
/extensions
/Xrender.h \
8621 X11
/extensions
/xf86vmode.h
8623 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8624 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8625 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8626 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8627 echo $ECHO_N "(cached) $ECHO_C" >&6
8629 cat >conftest.
$ac_ext <<_ACEOF
8632 cat confdefs.h
>>conftest.
$ac_ext
8633 cat >>conftest.
$ac_ext <<_ACEOF
8634 /* end confdefs.h. */
8635 #ifdef HAVE_X11_XLIB_H
8636 # include <X11/Xlib.h>
8638 #ifdef HAVE_X11_XUTIL_H
8639 # include <X11/Xutil.h>
8642 #include <$ac_header>
8644 rm -f conftest.
$ac_objext
8645 if { (ac_try
="$ac_compile"
8647 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8648 *) ac_try_echo=$ac_try;;
8650 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8651 (eval "$ac_compile") 2>conftest.er1
8653 grep -v '^ *+' conftest.er1 >conftest.err
8655 cat conftest.err >&5
8656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8657 (exit $ac_status); } &&
8658 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8659 { (case "(($ac_try" in
8660 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8661 *) ac_try_echo
=$ac_try;;
8663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8664 (eval "$ac_try") 2>&5
8666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8667 (exit $ac_status); }; } &&
8668 { ac_try
='test -s conftest.$ac_objext'
8669 { (case "(($ac_try" in
8670 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8671 *) ac_try_echo=$ac_try;;
8673 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8674 (eval "$ac_try") 2>&5
8676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8677 (exit $ac_status); }; }; then
8678 eval "$as_ac_Header=yes"
8680 echo "$as_me: failed program was:" >&5
8681 sed 's/^/| /' conftest.$ac_ext >&5
8683 eval "$as_ac_Header=no"
8686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8688 ac_res=`eval echo '${'$as_ac_Header'}'`
8689 { echo "$as_me:$LINENO: result: $ac_res" >&5
8690 echo "${ECHO_T}$ac_res" >&6; }
8691 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8692 cat >>confdefs.h <<_ACEOF
8693 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8701 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
8703 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
8704 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
8705 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
8706 echo $ECHO_N "(cached) $ECHO_C" >&6
8708 ac_check_lib_save_LIBS=$LIBS
8709 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8710 cat >conftest.$ac_ext <<_ACEOF
8713 cat confdefs.h >>conftest.$ac_ext
8714 cat >>conftest.$ac_ext <<_ACEOF
8715 /* end confdefs.h. */
8717 /* Override any GCC internal prototype to avoid an error.
8718 Use char because int might match the return type of a GCC
8719 builtin and then its argument prototype would still apply. */
8723 char XkbQueryExtension ();
8727 return XkbQueryExtension ();
8732 rm -f conftest.$ac_objext conftest$ac_exeext
8733 if { (ac_try="$ac_link"
8735 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8736 *) ac_try_echo
=$ac_try;;
8738 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8739 (eval "$ac_link") 2>conftest.er1
8741 grep -v '^ *+' conftest.er1
>conftest.err
8743 cat conftest.err
>&5
8744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8745 (exit $ac_status); } &&
8746 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8747 { (case "(($ac_try" in
8748 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8749 *) ac_try_echo=$ac_try;;
8751 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8752 (eval "$ac_try") 2>&5
8754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8755 (exit $ac_status); }; } &&
8756 { ac_try='test -s conftest$ac_exeext'
8757 { (case "(($ac_try" in
8758 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8759 *) ac_try_echo
=$ac_try;;
8761 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8762 (eval "$ac_try") 2>&5
8764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8765 (exit $ac_status); }; }; then
8766 ac_cv_lib_X11_XkbQueryExtension
=yes
8768 echo "$as_me: failed program was:" >&5
8769 sed 's/^/| /' conftest.
$ac_ext >&5
8771 ac_cv_lib_X11_XkbQueryExtension
=no
8774 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8775 conftest
$ac_exeext conftest.
$ac_ext
8776 LIBS
=$ac_check_lib_save_LIBS
8778 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
8779 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
8780 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
8782 cat >>confdefs.h
<<\_ACEOF
8790 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8792 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
8793 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
8794 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
8795 echo $ECHO_N "(cached) $ECHO_C" >&6
8797 ac_check_lib_save_LIBS
=$LIBS
8798 LIBS
="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8799 cat >conftest.
$ac_ext <<_ACEOF
8802 cat confdefs.h
>>conftest.
$ac_ext
8803 cat >>conftest.
$ac_ext <<_ACEOF
8804 /* end confdefs.h. */
8806 /* Override any GCC internal prototype to avoid an error.
8807 Use char because int might match the return type of a GCC
8808 builtin and then its argument prototype would still apply. */
8812 char XShmQueryExtension ();
8816 return XShmQueryExtension ();
8821 rm -f conftest.
$ac_objext conftest
$ac_exeext
8822 if { (ac_try
="$ac_link"
8824 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8825 *) ac_try_echo=$ac_try;;
8827 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8828 (eval "$ac_link") 2>conftest.er1
8830 grep -v '^ *+' conftest.er1 >conftest.err
8832 cat conftest.err >&5
8833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8834 (exit $ac_status); } &&
8835 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8836 { (case "(($ac_try" in
8837 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8838 *) ac_try_echo
=$ac_try;;
8840 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8841 (eval "$ac_try") 2>&5
8843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8844 (exit $ac_status); }; } &&
8845 { ac_try
='test -s conftest$ac_exeext'
8846 { (case "(($ac_try" in
8847 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8848 *) ac_try_echo=$ac_try;;
8850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8851 (eval "$ac_try") 2>&5
8853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8854 (exit $ac_status); }; }; then
8855 ac_cv_lib_Xext_XShmQueryExtension=yes
8857 echo "$as_me: failed program was:" >&5
8858 sed 's/^/| /' conftest.$ac_ext >&5
8860 ac_cv_lib_Xext_XShmQueryExtension=no
8863 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8864 conftest$ac_exeext conftest.$ac_ext
8865 LIBS=$ac_check_lib_save_LIBS
8867 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8868 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8869 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
8871 cat >>confdefs.h <<\_ACEOF
8872 #define HAVE_LIBXXSHM 1
8879 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8881 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
8882 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
8883 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
8884 echo $ECHO_N "(cached) $ECHO_C" >&6
8886 ac_check_lib_save_LIBS=$LIBS
8887 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8888 cat >conftest.$ac_ext <<_ACEOF
8891 cat confdefs.h >>conftest.$ac_ext
8892 cat >>conftest.$ac_ext <<_ACEOF
8893 /* end confdefs.h. */
8895 /* Override any GCC internal prototype to avoid an error.
8896 Use char because int might match the return type of a GCC
8897 builtin and then its argument prototype would still apply. */
8901 char XShapeQueryExtension ();
8905 return XShapeQueryExtension ();
8910 rm -f conftest.$ac_objext conftest$ac_exeext
8911 if { (ac_try="$ac_link"
8913 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8914 *) ac_try_echo
=$ac_try;;
8916 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8917 (eval "$ac_link") 2>conftest.er1
8919 grep -v '^ *+' conftest.er1
>conftest.err
8921 cat conftest.err
>&5
8922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8923 (exit $ac_status); } &&
8924 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8925 { (case "(($ac_try" in
8926 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8927 *) ac_try_echo=$ac_try;;
8929 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8930 (eval "$ac_try") 2>&5
8932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8933 (exit $ac_status); }; } &&
8934 { ac_try='test -s conftest$ac_exeext'
8935 { (case "(($ac_try" in
8936 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8937 *) ac_try_echo
=$ac_try;;
8939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8940 (eval "$ac_try") 2>&5
8942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8943 (exit $ac_status); }; }; then
8944 ac_cv_lib_Xext_XShapeQueryExtension
=yes
8946 echo "$as_me: failed program was:" >&5
8947 sed 's/^/| /' conftest.
$ac_ext >&5
8949 ac_cv_lib_Xext_XShapeQueryExtension
=no
8952 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8953 conftest
$ac_exeext conftest.
$ac_ext
8954 LIBS
=$ac_check_lib_save_LIBS
8956 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8957 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8958 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
8960 cat >>confdefs.h
<<\_ACEOF
8961 #define HAVE_LIBXSHAPE 1
8968 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
8970 { echo "$as_me:$LINENO: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
8971 echo $ECHO_N "checking for XF86VidModeQueryExtension in -lXxf86vm... $ECHO_C" >&6; }
8972 if test "${ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension+set}" = set; then
8973 echo $ECHO_N "(cached) $ECHO_C" >&6
8975 ac_check_lib_save_LIBS
=$LIBS
8976 LIBS
="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8977 cat >conftest.
$ac_ext <<_ACEOF
8980 cat confdefs.h
>>conftest.
$ac_ext
8981 cat >>conftest.
$ac_ext <<_ACEOF
8982 /* end confdefs.h. */
8984 /* Override any GCC internal prototype to avoid an error.
8985 Use char because int might match the return type of a GCC
8986 builtin and then its argument prototype would still apply. */
8990 char XF86VidModeQueryExtension ();
8994 return XF86VidModeQueryExtension ();
8999 rm -f conftest.
$ac_objext conftest
$ac_exeext
9000 if { (ac_try
="$ac_link"
9002 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9003 *) ac_try_echo=$ac_try;;
9005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9006 (eval "$ac_link") 2>conftest.er1
9008 grep -v '^ *+' conftest.er1 >conftest.err
9010 cat conftest.err >&5
9011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9012 (exit $ac_status); } &&
9013 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9014 { (case "(($ac_try" in
9015 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9016 *) ac_try_echo
=$ac_try;;
9018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9019 (eval "$ac_try") 2>&5
9021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9022 (exit $ac_status); }; } &&
9023 { ac_try
='test -s conftest$ac_exeext'
9024 { (case "(($ac_try" in
9025 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9026 *) ac_try_echo=$ac_try;;
9028 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9029 (eval "$ac_try") 2>&5
9031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9032 (exit $ac_status); }; }; then
9033 ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=yes
9035 echo "$as_me: failed program was:" >&5
9036 sed 's/^/| /' conftest.$ac_ext >&5
9038 ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=no
9041 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9042 conftest$ac_exeext conftest.$ac_ext
9043 LIBS=$ac_check_lib_save_LIBS
9045 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&5
9046 echo "${ECHO_T}$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&6; }
9047 if test $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension = yes; then
9049 cat >>confdefs.h <<\_ACEOF
9050 #define HAVE_LIBXXF86VM 1
9053 X_PRE_LIBS="$X_PRE_LIBS -lXxf86vm"
9059 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes"
9061 cat >conftest.$ac_ext <<_ACEOF
9064 cat confdefs.h >>conftest.$ac_ext
9065 cat >>conftest.$ac_ext <<_ACEOF
9066 /* end confdefs.h. */
9067 #include <X11/Xlib.h>
9068 #include <X11/extensions/Xrandr.h>
9072 static typeof(XRRSetScreenConfigAndRate) * func;
9077 rm -f conftest.$ac_objext
9078 if { (ac_try="$ac_compile"
9080 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9081 *) ac_try_echo
=$ac_try;;
9083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9084 (eval "$ac_compile") 2>conftest.er1
9086 grep -v '^ *+' conftest.er1
>conftest.err
9088 cat conftest.err
>&5
9089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9090 (exit $ac_status); } &&
9091 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9092 { (case "(($ac_try" in
9093 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9094 *) ac_try_echo=$ac_try;;
9096 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9097 (eval "$ac_try") 2>&5
9099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9100 (exit $ac_status); }; } &&
9101 { ac_try='test -s conftest.$ac_objext'
9102 { (case "(($ac_try" in
9103 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9104 *) ac_try_echo
=$ac_try;;
9106 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9107 (eval "$ac_try") 2>&5
9109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9110 (exit $ac_status); }; }; then
9112 cat >>confdefs.h
<<\_ACEOF
9113 #define HAVE_LIBXRANDR 1
9117 echo "$as_me: failed program was:" >&5
9118 sed 's/^/| /' conftest.
$ac_ext >&5
9123 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9126 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes"
9128 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
9129 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
9130 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
9131 echo $ECHO_N "(cached) $ECHO_C" >&6
9133 ac_check_lib_save_LIBS
=$LIBS
9134 LIBS
="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9135 cat >conftest.
$ac_ext <<_ACEOF
9138 cat confdefs.h
>>conftest.
$ac_ext
9139 cat >>conftest.
$ac_ext <<_ACEOF
9140 /* end confdefs.h. */
9142 /* Override any GCC internal prototype to avoid an error.
9143 Use char because int might match the return type of a GCC
9144 builtin and then its argument prototype would still apply. */
9148 char XRenderSetPictureTransform ();
9152 return XRenderSetPictureTransform ();
9157 rm -f conftest.
$ac_objext conftest
$ac_exeext
9158 if { (ac_try
="$ac_link"
9160 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9161 *) ac_try_echo=$ac_try;;
9163 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9164 (eval "$ac_link") 2>conftest.er1
9166 grep -v '^ *+' conftest.er1 >conftest.err
9168 cat conftest.err >&5
9169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9170 (exit $ac_status); } &&
9171 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9172 { (case "(($ac_try" in
9173 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9174 *) ac_try_echo
=$ac_try;;
9176 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9177 (eval "$ac_try") 2>&5
9179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9180 (exit $ac_status); }; } &&
9181 { ac_try
='test -s conftest$ac_exeext'
9182 { (case "(($ac_try" in
9183 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9184 *) ac_try_echo=$ac_try;;
9186 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9187 (eval "$ac_try") 2>&5
9189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9190 (exit $ac_status); }; }; then
9191 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
9193 echo "$as_me: failed program was:" >&5
9194 sed 's/^/| /' conftest.$ac_ext >&5
9196 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
9199 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9200 conftest$ac_exeext conftest.$ac_ext
9201 LIBS=$ac_check_lib_save_LIBS
9203 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
9204 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
9205 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
9207 cat >>confdefs.h <<\_ACEOF
9208 #define HAVE_XRENDERSETPICTURETRANSFORM 1
9215 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
9217 cat >conftest.$ac_ext <<_ACEOF
9220 cat confdefs.h >>conftest.$ac_ext
9221 cat >>conftest.$ac_ext <<_ACEOF
9222 /* end confdefs.h. */
9223 #include <X11/Xlib.h>
9224 #include <X11/extensions/Xinerama.h>
9228 static typeof(XineramaQueryScreens) * func;
9233 rm -f conftest.$ac_objext
9234 if { (ac_try="$ac_compile"
9236 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9237 *) ac_try_echo
=$ac_try;;
9239 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9240 (eval "$ac_compile") 2>conftest.er1
9242 grep -v '^ *+' conftest.er1
>conftest.err
9244 cat conftest.err
>&5
9245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9246 (exit $ac_status); } &&
9247 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9248 { (case "(($ac_try" in
9249 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9250 *) ac_try_echo=$ac_try;;
9252 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9253 (eval "$ac_try") 2>&5
9255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9256 (exit $ac_status); }; } &&
9257 { ac_try='test -s conftest.$ac_objext'
9258 { (case "(($ac_try" in
9259 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9260 *) ac_try_echo
=$ac_try;;
9262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9263 (eval "$ac_try") 2>&5
9265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9266 (exit $ac_status); }; }; then
9268 cat >>confdefs.h
<<\_ACEOF
9269 #define HAVE_LIBXINERAMA 1
9273 echo "$as_me: failed program was:" >&5
9274 sed 's/^/| /' conftest.
$ac_ext >&5
9279 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9283 if test "x$with_opengl" != "xno"
9289 for ac_header
in GL
/gl.h GL
/glx.h GL
/glext.h GL
/glu.h
9291 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9292 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9293 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9294 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9295 echo $ECHO_N "(cached) $ECHO_C" >&6
9297 cat >conftest.
$ac_ext <<_ACEOF
9300 cat confdefs.h
>>conftest.
$ac_ext
9301 cat >>conftest.
$ac_ext <<_ACEOF
9302 /* end confdefs.h. */
9303 #ifdef HAVE_GL_GLX_H
9304 # include <GL/glx.h>
9307 #include <$ac_header>
9309 rm -f conftest.
$ac_objext
9310 if { (ac_try
="$ac_compile"
9312 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9313 *) ac_try_echo=$ac_try;;
9315 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9316 (eval "$ac_compile") 2>conftest.er1
9318 grep -v '^ *+' conftest.er1 >conftest.err
9320 cat conftest.err >&5
9321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9322 (exit $ac_status); } &&
9323 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9324 { (case "(($ac_try" in
9325 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9326 *) ac_try_echo
=$ac_try;;
9328 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9329 (eval "$ac_try") 2>&5
9331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9332 (exit $ac_status); }; } &&
9333 { ac_try
='test -s conftest.$ac_objext'
9334 { (case "(($ac_try" in
9335 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9336 *) ac_try_echo=$ac_try;;
9338 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9339 (eval "$ac_try") 2>&5
9341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9342 (exit $ac_status); }; }; then
9343 eval "$as_ac_Header=yes"
9345 echo "$as_me: failed program was:" >&5
9346 sed 's/^/| /' conftest.$ac_ext >&5
9348 eval "$as_ac_Header=no"
9351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9353 ac_res=`eval echo '${'$as_ac_Header'}'`
9354 { echo "$as_me:$LINENO: result: $ac_res" >&5
9355 echo "${ECHO_T}$ac_res" >&6; }
9356 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9357 cat >>confdefs.h <<_ACEOF
9358 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
9365 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
9367 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
9368 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
9369 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
9370 echo $ECHO_N "(cached) $ECHO_C" >&6
9372 cat >conftest.$ac_ext <<_ACEOF
9375 cat confdefs.h >>conftest.$ac_ext
9376 cat >>conftest.$ac_ext <<_ACEOF
9377 /* end confdefs.h. */
9382 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
9387 rm -f conftest.$ac_objext
9388 if { (ac_try="$ac_compile"
9390 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9391 *) ac_try_echo
=$ac_try;;
9393 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9394 (eval "$ac_compile") 2>conftest.er1
9396 grep -v '^ *+' conftest.er1
>conftest.err
9398 cat conftest.err
>&5
9399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9400 (exit $ac_status); } &&
9401 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9402 { (case "(($ac_try" in
9403 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9404 *) ac_try_echo=$ac_try;;
9406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9407 (eval "$ac_try") 2>&5
9409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9410 (exit $ac_status); }; } &&
9411 { ac_try='test -s conftest.$ac_objext'
9412 { (case "(($ac_try" in
9413 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9414 *) ac_try_echo
=$ac_try;;
9416 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9417 (eval "$ac_try") 2>&5
9419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9420 (exit $ac_status); }; }; then
9421 wine_cv_opengl_header_version_OK
="yes"
9423 echo "$as_me: failed program was:" >&5
9424 sed 's/^/| /' conftest.
$ac_ext >&5
9426 wine_cv_opengl_header_version_OK
="no"
9430 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9433 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
9434 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
9436 if test "$wine_cv_opengl_header_version_OK" = "yes"
9438 { echo "$as_me:$LINENO: checking for glXCreateContext in -lGL" >&5
9439 echo $ECHO_N "checking for glXCreateContext in -lGL... $ECHO_C" >&6; }
9440 if test "${ac_cv_lib_GL_glXCreateContext+set}" = set; then
9441 echo $ECHO_N "(cached) $ECHO_C" >&6
9443 ac_check_lib_save_LIBS
=$LIBS
9444 LIBS
="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
9445 cat >conftest.
$ac_ext <<_ACEOF
9448 cat confdefs.h
>>conftest.
$ac_ext
9449 cat >>conftest.
$ac_ext <<_ACEOF
9450 /* end confdefs.h. */
9452 /* Override any GCC internal prototype to avoid an error.
9453 Use char because int might match the return type of a GCC
9454 builtin and then its argument prototype would still apply. */
9458 char glXCreateContext ();
9462 return glXCreateContext ();
9467 rm -f conftest.
$ac_objext conftest
$ac_exeext
9468 if { (ac_try
="$ac_link"
9470 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9471 *) ac_try_echo=$ac_try;;
9473 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9474 (eval "$ac_link") 2>conftest.er1
9476 grep -v '^ *+' conftest.er1 >conftest.err
9478 cat conftest.err >&5
9479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9480 (exit $ac_status); } &&
9481 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9482 { (case "(($ac_try" in
9483 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9484 *) ac_try_echo
=$ac_try;;
9486 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9487 (eval "$ac_try") 2>&5
9489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9490 (exit $ac_status); }; } &&
9491 { ac_try
='test -s conftest$ac_exeext'
9492 { (case "(($ac_try" in
9493 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9494 *) ac_try_echo=$ac_try;;
9496 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9497 (eval "$ac_try") 2>&5
9499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9500 (exit $ac_status); }; }; then
9501 ac_cv_lib_GL_glXCreateContext=yes
9503 echo "$as_me: failed program was:" >&5
9504 sed 's/^/| /' conftest.$ac_ext >&5
9506 ac_cv_lib_GL_glXCreateContext=no
9509 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9510 conftest$ac_exeext conftest.$ac_ext
9511 LIBS=$ac_check_lib_save_LIBS
9513 { echo "$as_me:$LINENO: result: $ac_cv_lib_GL_glXCreateContext" >&5
9514 echo "${ECHO_T}$ac_cv_lib_GL_glXCreateContext" >&6; }
9515 if test $ac_cv_lib_GL_glXCreateContext = yes; then
9517 OPENGLFILES='$(OPENGLFILES)'
9519 cat >>confdefs.h <<\_ACEOF
9520 #define HAVE_OPENGL 1
9527 { echo "$as_me:$LINENO: checking for gluLookAt in -lGLU" >&5
9528 echo $ECHO_N "checking for gluLookAt in -lGLU... $ECHO_C" >&6; }
9529 if test "${ac_cv_lib_GLU_gluLookAt+set}" = set; then
9530 echo $ECHO_N "(cached) $ECHO_C" >&6
9532 ac_check_lib_save_LIBS=$LIBS
9533 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS
9535 cat >conftest.$ac_ext <<_ACEOF
9538 cat confdefs.h >>conftest.$ac_ext
9539 cat >>conftest.$ac_ext <<_ACEOF
9540 /* end confdefs.h. */
9542 /* Override any GCC internal prototype to avoid an error.
9543 Use char because int might match the return type of a GCC
9544 builtin and then its argument prototype would still apply. */
9552 return gluLookAt ();
9557 rm -f conftest.$ac_objext conftest$ac_exeext
9558 if { (ac_try="$ac_link"
9560 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9561 *) ac_try_echo
=$ac_try;;
9563 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9564 (eval "$ac_link") 2>conftest.er1
9566 grep -v '^ *+' conftest.er1
>conftest.err
9568 cat conftest.err
>&5
9569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9570 (exit $ac_status); } &&
9571 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9572 { (case "(($ac_try" in
9573 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9574 *) ac_try_echo=$ac_try;;
9576 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9577 (eval "$ac_try") 2>&5
9579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9580 (exit $ac_status); }; } &&
9581 { ac_try='test -s conftest$ac_exeext'
9582 { (case "(($ac_try" in
9583 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9584 *) ac_try_echo
=$ac_try;;
9586 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9587 (eval "$ac_try") 2>&5
9589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9590 (exit $ac_status); }; }; then
9591 ac_cv_lib_GLU_gluLookAt
=yes
9593 echo "$as_me: failed program was:" >&5
9594 sed 's/^/| /' conftest.
$ac_ext >&5
9596 ac_cv_lib_GLU_gluLookAt
=no
9599 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9600 conftest
$ac_exeext conftest.
$ac_ext
9601 LIBS
=$ac_check_lib_save_LIBS
9603 { echo "$as_me:$LINENO: result: $ac_cv_lib_GLU_gluLookAt" >&5
9604 echo "${ECHO_T}$ac_cv_lib_GLU_gluLookAt" >&6; }
9605 if test $ac_cv_lib_GLU_gluLookAt = yes; then
9606 OPENGL_LIBS
="$OPENGL_LIBS -lGLU"
9607 GLU32FILES
='$(GLU32FILES)'
9613 { echo "$as_me:$LINENO: checking for glutMainLoop in -lglut" >&5
9614 echo $ECHO_N "checking for glutMainLoop in -lglut... $ECHO_C" >&6; }
9615 if test "${ac_cv_lib_glut_glutMainLoop+set}" = set; then
9616 echo $ECHO_N "(cached) $ECHO_C" >&6
9618 ac_check_lib_save_LIBS
=$LIBS
9619 LIBS
="-lglut $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXmu -lXi -lX11 $X_EXTRA_LIBS $LIBS"
9620 cat >conftest.
$ac_ext <<_ACEOF
9623 cat confdefs.h
>>conftest.
$ac_ext
9624 cat >>conftest.
$ac_ext <<_ACEOF
9625 /* end confdefs.h. */
9627 /* Override any GCC internal prototype to avoid an error.
9628 Use char because int might match the return type of a GCC
9629 builtin and then its argument prototype would still apply. */
9633 char glutMainLoop ();
9637 return glutMainLoop ();
9642 rm -f conftest.
$ac_objext conftest
$ac_exeext
9643 if { (ac_try
="$ac_link"
9645 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9646 *) ac_try_echo=$ac_try;;
9648 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9649 (eval "$ac_link") 2>conftest.er1
9651 grep -v '^ *+' conftest.er1 >conftest.err
9653 cat conftest.err >&5
9654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9655 (exit $ac_status); } &&
9656 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9657 { (case "(($ac_try" in
9658 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9659 *) ac_try_echo
=$ac_try;;
9661 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9662 (eval "$ac_try") 2>&5
9664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9665 (exit $ac_status); }; } &&
9666 { ac_try
='test -s conftest$ac_exeext'
9667 { (case "(($ac_try" in
9668 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9669 *) ac_try_echo=$ac_try;;
9671 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9672 (eval "$ac_try") 2>&5
9674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9675 (exit $ac_status); }; }; then
9676 ac_cv_lib_glut_glutMainLoop=yes
9678 echo "$as_me: failed program was:" >&5
9679 sed 's/^/| /' conftest.$ac_ext >&5
9681 ac_cv_lib_glut_glutMainLoop=no
9684 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9685 conftest$ac_exeext conftest.$ac_ext
9686 LIBS=$ac_check_lib_save_LIBS
9688 { echo "$as_me:$LINENO: result: $ac_cv_lib_glut_glutMainLoop" >&5
9689 echo "${ECHO_T}$ac_cv_lib_glut_glutMainLoop" >&6; }
9690 if test $ac_cv_lib_glut_glutMainLoop = yes; then
9691 GLUT_LIBS="-lglut -lXmu -lXi"
9693 GLUT32FILES='$(GLUT32FILES)'
9698 wine_cv_opengl_headers_found="no"
9704 for ac_header in audio/audiolib.h
9706 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
9707 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9708 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9709 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9710 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9711 echo $ECHO_N "(cached) $ECHO_C" >&6
9713 ac_res=`eval echo '${'$as_ac_Header'}'`
9714 { echo "$as_me:$LINENO: result: $ac_res" >&5
9715 echo "${ECHO_T}$ac_res" >&6; }
9717 # Is the header compilable?
9718 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
9719 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
9720 cat >conftest.$ac_ext <<_ACEOF
9723 cat confdefs.h >>conftest.$ac_ext
9724 cat >>conftest.$ac_ext <<_ACEOF
9725 /* end confdefs.h. */
9726 $ac_includes_default
9727 #include <$ac_header>
9729 rm -f conftest.$ac_objext
9730 if { (ac_try="$ac_compile"
9732 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9733 *) ac_try_echo
=$ac_try;;
9735 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9736 (eval "$ac_compile") 2>conftest.er1
9738 grep -v '^ *+' conftest.er1
>conftest.err
9740 cat conftest.err
>&5
9741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9742 (exit $ac_status); } &&
9743 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9744 { (case "(($ac_try" in
9745 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9746 *) ac_try_echo=$ac_try;;
9748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9749 (eval "$ac_try") 2>&5
9751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9752 (exit $ac_status); }; } &&
9753 { ac_try='test -s conftest.$ac_objext'
9754 { (case "(($ac_try" in
9755 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9756 *) ac_try_echo
=$ac_try;;
9758 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9759 (eval "$ac_try") 2>&5
9761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9762 (exit $ac_status); }; }; then
9763 ac_header_compiler
=yes
9765 echo "$as_me: failed program was:" >&5
9766 sed 's/^/| /' conftest.
$ac_ext >&5
9768 ac_header_compiler
=no
9771 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9772 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9773 echo "${ECHO_T}$ac_header_compiler" >&6; }
9775 # Is the header present?
9776 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
9777 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
9778 cat >conftest.
$ac_ext <<_ACEOF
9781 cat confdefs.h
>>conftest.
$ac_ext
9782 cat >>conftest.
$ac_ext <<_ACEOF
9783 /* end confdefs.h. */
9784 #include <$ac_header>
9786 if { (ac_try
="$ac_cpp conftest.$ac_ext"
9788 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9789 *) ac_try_echo=$ac_try;;
9791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9792 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9794 grep -v '^ *+' conftest.er1 >conftest.err
9796 cat conftest.err >&5
9797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9798 (exit $ac_status); } >/dev/null; then
9799 if test -s conftest.err; then
9800 ac_cpp_err=$ac_c_preproc_warn_flag
9801 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9808 if test -z "$ac_cpp_err"; then
9809 ac_header_preproc=yes
9811 echo "$as_me: failed program was:" >&5
9812 sed 's/^/| /' conftest.$ac_ext >&5
9814 ac_header_preproc=no
9817 rm -f conftest.err conftest.$ac_ext
9818 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9819 echo "${ECHO_T}$ac_header_preproc" >&6; }
9821 # So? What about this header?
9822 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9824 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9825 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9826 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9827 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9828 ac_header_preproc=yes
9831 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9832 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9833 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9834 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9835 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9836 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9837 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9838 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9839 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9840 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9841 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9842 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9844 ## ------------------------------------ ##
9845 ## Report this to wine-devel@winehq.org ##
9846 ## ------------------------------------ ##
9848 ) | sed "s/^/$as_me: WARNING: /" >&2
9851 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9852 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9853 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9854 echo $ECHO_N "(cached) $ECHO_C" >&6
9856 eval "$as_ac_Header=\$ac_header_preproc"
9858 ac_res=`eval echo '${'$as_ac_Header'}'`
9859 { echo "$as_me:$LINENO: result: $ac_res" >&5
9860 echo "${ECHO_T}$ac_res" >&6; }
9863 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9864 cat >>confdefs.h <<_ACEOF
9865 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
9868 for ac_header in audio/soundlib.h
9870 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
9871 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9872 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9873 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9874 echo $ECHO_N "(cached) $ECHO_C" >&6
9876 cat >conftest.$ac_ext <<_ACEOF
9879 cat confdefs.h >>conftest.$ac_ext
9880 cat >>conftest.$ac_ext <<_ACEOF
9881 /* end confdefs.h. */
9882 #include <audio/audiolib.h>
9884 #include <$ac_header>
9886 rm -f conftest.$ac_objext
9887 if { (ac_try="$ac_compile"
9889 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9890 *) ac_try_echo
=$ac_try;;
9892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9893 (eval "$ac_compile") 2>conftest.er1
9895 grep -v '^ *+' conftest.er1
>conftest.err
9897 cat conftest.err
>&5
9898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9899 (exit $ac_status); } &&
9900 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9901 { (case "(($ac_try" in
9902 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9903 *) ac_try_echo=$ac_try;;
9905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9906 (eval "$ac_try") 2>&5
9908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9909 (exit $ac_status); }; } &&
9910 { ac_try='test -s conftest.$ac_objext'
9911 { (case "(($ac_try" in
9912 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9913 *) ac_try_echo
=$ac_try;;
9915 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9916 (eval "$ac_try") 2>&5
9918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9919 (exit $ac_status); }; }; then
9920 eval "$as_ac_Header=yes"
9922 echo "$as_me: failed program was:" >&5
9923 sed 's/^/| /' conftest.
$ac_ext >&5
9925 eval "$as_ac_Header=no"
9928 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9930 ac_res
=`eval echo '${'$as_ac_Header'}'`
9931 { echo "$as_me:$LINENO: result: $ac_res" >&5
9932 echo "${ECHO_T}$ac_res" >&6; }
9933 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9934 cat >>confdefs.h
<<_ACEOF
9935 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9942 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
9943 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
9944 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
9945 echo $ECHO_N "(cached) $ECHO_C" >&6
9947 ac_check_lib_save_LIBS
=$LIBS
9948 LIBS
="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9949 cat >conftest.
$ac_ext <<_ACEOF
9952 cat confdefs.h
>>conftest.
$ac_ext
9953 cat >>conftest.
$ac_ext <<_ACEOF
9954 /* end confdefs.h. */
9956 /* Override any GCC internal prototype to avoid an error.
9957 Use char because int might match the return type of a GCC
9958 builtin and then its argument prototype would still apply. */
9962 char AuCreateFlow ();
9966 return AuCreateFlow ();
9971 rm -f conftest.
$ac_objext conftest
$ac_exeext
9972 if { (ac_try
="$ac_link"
9974 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9975 *) ac_try_echo=$ac_try;;
9977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9978 (eval "$ac_link") 2>conftest.er1
9980 grep -v '^ *+' conftest.er1 >conftest.err
9982 cat conftest.err >&5
9983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9984 (exit $ac_status); } &&
9985 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9986 { (case "(($ac_try" in
9987 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9988 *) ac_try_echo
=$ac_try;;
9990 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9991 (eval "$ac_try") 2>&5
9993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9994 (exit $ac_status); }; } &&
9995 { ac_try
='test -s conftest$ac_exeext'
9996 { (case "(($ac_try" in
9997 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9998 *) ac_try_echo=$ac_try;;
10000 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10001 (eval "$ac_try") 2>&5
10003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10004 (exit $ac_status); }; }; then
10005 ac_cv_lib_audio_AuCreateFlow=yes
10007 echo "$as_me: failed program was:" >&5
10008 sed 's/^/| /' conftest.$ac_ext >&5
10010 ac_cv_lib_audio_AuCreateFlow=no
10013 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10014 conftest$ac_exeext conftest.$ac_ext
10015 LIBS=$ac_check_lib_save_LIBS
10017 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
10018 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
10019 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
10021 cat >>confdefs.h <<\_ACEOF
10025 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
10033 CPPFLAGS="$ac_save_CPPFLAGS"
10050 if test "$PKG_CONFIG" != "false"
10052 ac_save_CPPFLAGS="$CPPFLAGS"
10053 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0
2>/dev
/null
`"
10054 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0
2>/dev
/null
`"
10055 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
10057 for ac_header in libxml/parser.h
10059 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
10060 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10061 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10062 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10063 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10064 echo $ECHO_N "(cached) $ECHO_C" >&6
10066 ac_res=`eval echo '${'$as_ac_Header'}'`
10067 { echo "$as_me:$LINENO: result: $ac_res" >&5
10068 echo "${ECHO_T}$ac_res" >&6; }
10070 # Is the header compilable?
10071 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
10072 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
10073 cat >conftest.$ac_ext <<_ACEOF
10076 cat confdefs.h >>conftest.$ac_ext
10077 cat >>conftest.$ac_ext <<_ACEOF
10078 /* end confdefs.h. */
10079 $ac_includes_default
10080 #include <$ac_header>
10082 rm -f conftest.$ac_objext
10083 if { (ac_try="$ac_compile"
10084 case "(($ac_try" in
10085 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10086 *) ac_try_echo
=$ac_try;;
10088 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10089 (eval "$ac_compile") 2>conftest.er1
10091 grep -v '^ *+' conftest.er1
>conftest.err
10093 cat conftest.err
>&5
10094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10095 (exit $ac_status); } &&
10096 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10097 { (case "(($ac_try" in
10098 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10099 *) ac_try_echo=$ac_try;;
10101 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10102 (eval "$ac_try") 2>&5
10104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10105 (exit $ac_status); }; } &&
10106 { ac_try='test -s conftest.$ac_objext'
10107 { (case "(($ac_try" in
10108 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10109 *) ac_try_echo
=$ac_try;;
10111 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10112 (eval "$ac_try") 2>&5
10114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10115 (exit $ac_status); }; }; then
10116 ac_header_compiler
=yes
10118 echo "$as_me: failed program was:" >&5
10119 sed 's/^/| /' conftest.
$ac_ext >&5
10121 ac_header_compiler
=no
10124 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10125 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10126 echo "${ECHO_T}$ac_header_compiler" >&6; }
10128 # Is the header present?
10129 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
10130 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
10131 cat >conftest.
$ac_ext <<_ACEOF
10134 cat confdefs.h
>>conftest.
$ac_ext
10135 cat >>conftest.
$ac_ext <<_ACEOF
10136 /* end confdefs.h. */
10137 #include <$ac_header>
10139 if { (ac_try
="$ac_cpp conftest.$ac_ext"
10140 case "(($ac_try" in
10141 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10142 *) ac_try_echo=$ac_try;;
10144 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10145 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10147 grep -v '^ *+' conftest.er1 >conftest.err
10149 cat conftest.err >&5
10150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10151 (exit $ac_status); } >/dev/null; then
10152 if test -s conftest.err; then
10153 ac_cpp_err=$ac_c_preproc_warn_flag
10154 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
10161 if test -z "$ac_cpp_err"; then
10162 ac_header_preproc=yes
10164 echo "$as_me: failed program was:" >&5
10165 sed 's/^/| /' conftest.$ac_ext >&5
10167 ac_header_preproc=no
10170 rm -f conftest.err conftest.$ac_ext
10171 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10172 echo "${ECHO_T}$ac_header_preproc" >&6; }
10174 # So? What about this header?
10175 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10177 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10178 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10179 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10180 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10181 ac_header_preproc=yes
10184 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10185 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10186 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10187 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10188 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10189 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10190 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10191 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10192 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10193 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10194 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10195 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10197 ## ------------------------------------ ##
10198 ## Report this to wine-devel@winehq.org ##
10199 ## ------------------------------------ ##
10201 ) | sed "s/^/$as_me: WARNING: /" >&2
10204 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10205 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10206 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10207 echo $ECHO_N "(cached) $ECHO_C" >&6
10209 eval "$as_ac_Header=\$ac_header_preproc"
10211 ac_res=`eval echo '${'$as_ac_Header'}'`
10212 { echo "$as_me:$LINENO: result: $ac_res" >&5
10213 echo "${ECHO_T}$ac_res" >&6; }
10216 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10217 cat >>confdefs.h <<_ACEOF
10218 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
10220 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
10221 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
10222 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
10223 echo $ECHO_N "(cached) $ECHO_C" >&6
10225 ac_check_lib_save_LIBS=$LIBS
10226 LIBS="-lxml2 $ac_xml_libs $LIBS"
10227 cat >conftest.$ac_ext <<_ACEOF
10230 cat confdefs.h >>conftest.$ac_ext
10231 cat >>conftest.$ac_ext <<_ACEOF
10232 /* end confdefs.h. */
10234 /* Override any GCC internal prototype to avoid an error.
10235 Use char because int might match the return type of a GCC
10236 builtin and then its argument prototype would still apply. */
10240 char xmlParseMemory ();
10244 return xmlParseMemory ();
10249 rm -f conftest.$ac_objext conftest$ac_exeext
10250 if { (ac_try="$ac_link"
10251 case "(($ac_try" in
10252 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10253 *) ac_try_echo
=$ac_try;;
10255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10256 (eval "$ac_link") 2>conftest.er1
10258 grep -v '^ *+' conftest.er1
>conftest.err
10260 cat conftest.err
>&5
10261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10262 (exit $ac_status); } &&
10263 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10264 { (case "(($ac_try" in
10265 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10266 *) ac_try_echo=$ac_try;;
10268 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10269 (eval "$ac_try") 2>&5
10271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10272 (exit $ac_status); }; } &&
10273 { ac_try='test -s conftest$ac_exeext'
10274 { (case "(($ac_try" in
10275 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10276 *) ac_try_echo
=$ac_try;;
10278 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10279 (eval "$ac_try") 2>&5
10281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10282 (exit $ac_status); }; }; then
10283 ac_cv_lib_xml2_xmlParseMemory
=yes
10285 echo "$as_me: failed program was:" >&5
10286 sed 's/^/| /' conftest.
$ac_ext >&5
10288 ac_cv_lib_xml2_xmlParseMemory
=no
10291 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10292 conftest
$ac_exeext conftest.
$ac_ext
10293 LIBS
=$ac_check_lib_save_LIBS
10295 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
10296 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
10297 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
10299 cat >>confdefs.h
<<\_ACEOF
10300 #define HAVE_LIBXML2 1
10303 XML2LIBS
="$ac_xml_libs"
10304 XML2INCL
="$ac_xml_cflags"
10307 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
10308 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
10309 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
10310 echo $ECHO_N "(cached) $ECHO_C" >&6
10312 ac_check_lib_save_LIBS
=$LIBS
10313 LIBS
="-lxml2 $ac_xml_libs $LIBS"
10314 cat >conftest.
$ac_ext <<_ACEOF
10317 cat confdefs.h
>>conftest.
$ac_ext
10318 cat >>conftest.
$ac_ext <<_ACEOF
10319 /* end confdefs.h. */
10321 /* Override any GCC internal prototype to avoid an error.
10322 Use char because int might match the return type of a GCC
10323 builtin and then its argument prototype would still apply. */
10327 char xmlReadMemory ();
10331 return xmlReadMemory ();
10336 rm -f conftest.
$ac_objext conftest
$ac_exeext
10337 if { (ac_try
="$ac_link"
10338 case "(($ac_try" in
10339 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10340 *) ac_try_echo=$ac_try;;
10342 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10343 (eval "$ac_link") 2>conftest.er1
10345 grep -v '^ *+' conftest.er1 >conftest.err
10347 cat conftest.err >&5
10348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10349 (exit $ac_status); } &&
10350 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10351 { (case "(($ac_try" in
10352 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10353 *) ac_try_echo
=$ac_try;;
10355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10356 (eval "$ac_try") 2>&5
10358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10359 (exit $ac_status); }; } &&
10360 { ac_try
='test -s conftest$ac_exeext'
10361 { (case "(($ac_try" in
10362 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10363 *) ac_try_echo=$ac_try;;
10365 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10366 (eval "$ac_try") 2>&5
10368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10369 (exit $ac_status); }; }; then
10370 ac_cv_lib_xml2_xmlReadMemory=yes
10372 echo "$as_me: failed program was:" >&5
10373 sed 's/^/| /' conftest.$ac_ext >&5
10375 ac_cv_lib_xml2_xmlReadMemory=no
10378 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10379 conftest$ac_exeext conftest.$ac_ext
10380 LIBS=$ac_check_lib_save_LIBS
10382 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
10383 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
10384 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
10386 cat >>confdefs.h <<\_ACEOF
10387 #define HAVE_XMLREADMEMORY 1
10397 CPPFLAGS="$ac_save_CPPFLAGS"
10398 ac_xslt_libs="`$PKG_CONFIG --libs libxslt
2>/dev
/null
`"
10399 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt
2>/dev
/null
`"
10400 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
10403 for ac_header in libxslt/pattern.h libxslt/transform.h
10405 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
10406 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10407 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10408 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10409 echo $ECHO_N "(cached) $ECHO_C" >&6
10411 cat >conftest.$ac_ext <<_ACEOF
10414 cat confdefs.h >>conftest.$ac_ext
10415 cat >>conftest.$ac_ext <<_ACEOF
10416 /* end confdefs.h. */
10417 #ifdef HAVE_LIBXSLT_PATTERN_H
10418 # include <libxslt/pattern.h>
10421 #include <$ac_header>
10423 rm -f conftest.$ac_objext
10424 if { (ac_try="$ac_compile"
10425 case "(($ac_try" in
10426 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10427 *) ac_try_echo
=$ac_try;;
10429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10430 (eval "$ac_compile") 2>conftest.er1
10432 grep -v '^ *+' conftest.er1
>conftest.err
10434 cat conftest.err
>&5
10435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10436 (exit $ac_status); } &&
10437 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10438 { (case "(($ac_try" in
10439 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10440 *) ac_try_echo=$ac_try;;
10442 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10443 (eval "$ac_try") 2>&5
10445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10446 (exit $ac_status); }; } &&
10447 { ac_try='test -s conftest.$ac_objext'
10448 { (case "(($ac_try" in
10449 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10450 *) ac_try_echo
=$ac_try;;
10452 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10453 (eval "$ac_try") 2>&5
10455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10456 (exit $ac_status); }; }; then
10457 eval "$as_ac_Header=yes"
10459 echo "$as_me: failed program was:" >&5
10460 sed 's/^/| /' conftest.
$ac_ext >&5
10462 eval "$as_ac_Header=no"
10465 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10467 ac_res
=`eval echo '${'$as_ac_Header'}'`
10468 { echo "$as_me:$LINENO: result: $ac_res" >&5
10469 echo "${ECHO_T}$ac_res" >&6; }
10470 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10471 cat >>confdefs.h
<<_ACEOF
10472 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10474 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
10475 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
10476 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
10477 echo $ECHO_N "(cached) $ECHO_C" >&6
10479 ac_check_lib_save_LIBS
=$LIBS
10480 LIBS
="-lxslt $ac_xslt_libs $LIBS"
10481 cat >conftest.
$ac_ext <<_ACEOF
10484 cat confdefs.h
>>conftest.
$ac_ext
10485 cat >>conftest.
$ac_ext <<_ACEOF
10486 /* end confdefs.h. */
10488 /* Override any GCC internal prototype to avoid an error.
10489 Use char because int might match the return type of a GCC
10490 builtin and then its argument prototype would still apply. */
10494 char xsltCompilePattern ();
10498 return xsltCompilePattern ();
10503 rm -f conftest.
$ac_objext conftest
$ac_exeext
10504 if { (ac_try
="$ac_link"
10505 case "(($ac_try" in
10506 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10507 *) ac_try_echo=$ac_try;;
10509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10510 (eval "$ac_link") 2>conftest.er1
10512 grep -v '^ *+' conftest.er1 >conftest.err
10514 cat conftest.err >&5
10515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10516 (exit $ac_status); } &&
10517 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10518 { (case "(($ac_try" in
10519 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10520 *) ac_try_echo
=$ac_try;;
10522 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10523 (eval "$ac_try") 2>&5
10525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10526 (exit $ac_status); }; } &&
10527 { ac_try
='test -s conftest$ac_exeext'
10528 { (case "(($ac_try" in
10529 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10530 *) ac_try_echo=$ac_try;;
10532 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10533 (eval "$ac_try") 2>&5
10535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10536 (exit $ac_status); }; }; then
10537 ac_cv_lib_xslt_xsltCompilePattern=yes
10539 echo "$as_me: failed program was:" >&5
10540 sed 's/^/| /' conftest.$ac_ext >&5
10542 ac_cv_lib_xslt_xsltCompilePattern=no
10545 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10546 conftest$ac_exeext conftest.$ac_ext
10547 LIBS=$ac_check_lib_save_LIBS
10549 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
10550 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
10551 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
10553 cat >>confdefs.h <<\_ACEOF
10554 #define HAVE_LIBXSLT 1
10557 XSLTLIBS="$ac_xslt_libs"
10558 XSLTINCL="$ac_xslt_cflags"
10566 CPPFLAGS="$ac_save_CPPFLAGS"
10571 if test "$PKG_CONFIG" != "false"
10573 ac_save_CPPFLAGS="$CPPFLAGS"
10574 ac_hal_libs="`$PKG_CONFIG --libs hal
2>/dev
/null
`"
10575 ac_hal_cflags="`$PKG_CONFIG --cflags hal
2>/dev
/null
`"
10576 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
10579 for ac_header in dbus/dbus.h hal/libhal.h
10581 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
10582 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10583 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10584 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10585 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10586 echo $ECHO_N "(cached) $ECHO_C" >&6
10588 ac_res=`eval echo '${'$as_ac_Header'}'`
10589 { echo "$as_me:$LINENO: result: $ac_res" >&5
10590 echo "${ECHO_T}$ac_res" >&6; }
10592 # Is the header compilable?
10593 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
10594 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
10595 cat >conftest.$ac_ext <<_ACEOF
10598 cat confdefs.h >>conftest.$ac_ext
10599 cat >>conftest.$ac_ext <<_ACEOF
10600 /* end confdefs.h. */
10601 $ac_includes_default
10602 #include <$ac_header>
10604 rm -f conftest.$ac_objext
10605 if { (ac_try="$ac_compile"
10606 case "(($ac_try" in
10607 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10608 *) ac_try_echo
=$ac_try;;
10610 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10611 (eval "$ac_compile") 2>conftest.er1
10613 grep -v '^ *+' conftest.er1
>conftest.err
10615 cat conftest.err
>&5
10616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10617 (exit $ac_status); } &&
10618 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10619 { (case "(($ac_try" in
10620 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10621 *) ac_try_echo=$ac_try;;
10623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10624 (eval "$ac_try") 2>&5
10626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10627 (exit $ac_status); }; } &&
10628 { ac_try='test -s conftest.$ac_objext'
10629 { (case "(($ac_try" in
10630 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10631 *) ac_try_echo
=$ac_try;;
10633 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10634 (eval "$ac_try") 2>&5
10636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10637 (exit $ac_status); }; }; then
10638 ac_header_compiler
=yes
10640 echo "$as_me: failed program was:" >&5
10641 sed 's/^/| /' conftest.
$ac_ext >&5
10643 ac_header_compiler
=no
10646 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10647 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10648 echo "${ECHO_T}$ac_header_compiler" >&6; }
10650 # Is the header present?
10651 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
10652 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
10653 cat >conftest.
$ac_ext <<_ACEOF
10656 cat confdefs.h
>>conftest.
$ac_ext
10657 cat >>conftest.
$ac_ext <<_ACEOF
10658 /* end confdefs.h. */
10659 #include <$ac_header>
10661 if { (ac_try
="$ac_cpp conftest.$ac_ext"
10662 case "(($ac_try" in
10663 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10664 *) ac_try_echo=$ac_try;;
10666 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10667 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10669 grep -v '^ *+' conftest.er1 >conftest.err
10671 cat conftest.err >&5
10672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10673 (exit $ac_status); } >/dev/null; then
10674 if test -s conftest.err; then
10675 ac_cpp_err=$ac_c_preproc_warn_flag
10676 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
10683 if test -z "$ac_cpp_err"; then
10684 ac_header_preproc=yes
10686 echo "$as_me: failed program was:" >&5
10687 sed 's/^/| /' conftest.$ac_ext >&5
10689 ac_header_preproc=no
10692 rm -f conftest.err conftest.$ac_ext
10693 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10694 echo "${ECHO_T}$ac_header_preproc" >&6; }
10696 # So? What about this header?
10697 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10699 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10700 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10701 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10702 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10703 ac_header_preproc=yes
10706 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10707 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10708 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10709 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10710 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10711 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10712 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10713 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10714 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10715 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10716 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10717 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10719 ## ------------------------------------ ##
10720 ## Report this to wine-devel@winehq.org ##
10721 ## ------------------------------------ ##
10723 ) | sed "s/^/$as_me: WARNING: /" >&2
10726 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10727 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10728 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10729 echo $ECHO_N "(cached) $ECHO_C" >&6
10731 eval "$as_ac_Header=\$ac_header_preproc"
10733 ac_res=`eval echo '${'$as_ac_Header'}'`
10734 { echo "$as_me:$LINENO: result: $ac_res" >&5
10735 echo "${ECHO_T}$ac_res" >&6; }
10738 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10739 cat >>confdefs.h <<_ACEOF
10740 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
10747 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
10749 { echo "$as_me:$LINENO: checking for libhal_ctx_new in -lhal" >&5
10750 echo $ECHO_N "checking for libhal_ctx_new in -lhal... $ECHO_C" >&6; }
10751 if test "${ac_cv_lib_hal_libhal_ctx_new+set}" = set; then
10752 echo $ECHO_N "(cached) $ECHO_C" >&6
10754 ac_check_lib_save_LIBS=$LIBS
10756 cat >conftest.$ac_ext <<_ACEOF
10759 cat confdefs.h >>conftest.$ac_ext
10760 cat >>conftest.$ac_ext <<_ACEOF
10761 /* end confdefs.h. */
10763 /* Override any GCC internal prototype to avoid an error.
10764 Use char because int might match the return type of a GCC
10765 builtin and then its argument prototype would still apply. */
10769 char libhal_ctx_new ();
10773 return libhal_ctx_new ();
10778 rm -f conftest.$ac_objext conftest$ac_exeext
10779 if { (ac_try="$ac_link"
10780 case "(($ac_try" in
10781 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10782 *) ac_try_echo
=$ac_try;;
10784 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10785 (eval "$ac_link") 2>conftest.er1
10787 grep -v '^ *+' conftest.er1
>conftest.err
10789 cat conftest.err
>&5
10790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10791 (exit $ac_status); } &&
10792 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10793 { (case "(($ac_try" in
10794 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10795 *) ac_try_echo=$ac_try;;
10797 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10798 (eval "$ac_try") 2>&5
10800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10801 (exit $ac_status); }; } &&
10802 { ac_try='test -s conftest$ac_exeext'
10803 { (case "(($ac_try" in
10804 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10805 *) ac_try_echo
=$ac_try;;
10807 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10808 (eval "$ac_try") 2>&5
10810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10811 (exit $ac_status); }; }; then
10812 ac_cv_lib_hal_libhal_ctx_new
=yes
10814 echo "$as_me: failed program was:" >&5
10815 sed 's/^/| /' conftest.
$ac_ext >&5
10817 ac_cv_lib_hal_libhal_ctx_new
=no
10820 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10821 conftest
$ac_exeext conftest.
$ac_ext
10822 LIBS
=$ac_check_lib_save_LIBS
10824 { echo "$as_me:$LINENO: result: $ac_cv_lib_hal_libhal_ctx_new" >&5
10825 echo "${ECHO_T}$ac_cv_lib_hal_libhal_ctx_new" >&6; }
10826 if test $ac_cv_lib_hal_libhal_ctx_new = yes; then
10827 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
10828 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
10829 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
10830 echo $ECHO_N "(cached) $ECHO_C" >&6
10832 ac_check_lib_save_LIBS
=$LIBS
10833 LIBS
="-ldbus-1 $ac_hal_libs $LIBS"
10834 cat >conftest.
$ac_ext <<_ACEOF
10837 cat confdefs.h
>>conftest.
$ac_ext
10838 cat >>conftest.
$ac_ext <<_ACEOF
10839 /* end confdefs.h. */
10841 /* Override any GCC internal prototype to avoid an error.
10842 Use char because int might match the return type of a GCC
10843 builtin and then its argument prototype would still apply. */
10847 char dbus_connection_close ();
10851 return dbus_connection_close ();
10856 rm -f conftest.
$ac_objext conftest
$ac_exeext
10857 if { (ac_try
="$ac_link"
10858 case "(($ac_try" in
10859 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10860 *) ac_try_echo=$ac_try;;
10862 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10863 (eval "$ac_link") 2>conftest.er1
10865 grep -v '^ *+' conftest.er1 >conftest.err
10867 cat conftest.err >&5
10868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10869 (exit $ac_status); } &&
10870 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10871 { (case "(($ac_try" in
10872 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10873 *) ac_try_echo
=$ac_try;;
10875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10876 (eval "$ac_try") 2>&5
10878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10879 (exit $ac_status); }; } &&
10880 { ac_try
='test -s conftest$ac_exeext'
10881 { (case "(($ac_try" in
10882 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10883 *) ac_try_echo=$ac_try;;
10885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10886 (eval "$ac_try") 2>&5
10888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10889 (exit $ac_status); }; }; then
10890 ac_cv_lib_dbus_1_dbus_connection_close=yes
10892 echo "$as_me: failed program was:" >&5
10893 sed 's/^/| /' conftest.$ac_ext >&5
10895 ac_cv_lib_dbus_1_dbus_connection_close=no
10898 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10899 conftest$ac_exeext conftest.$ac_ext
10900 LIBS=$ac_check_lib_save_LIBS
10902 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
10903 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
10904 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
10906 cat >>confdefs.h <<\_ACEOF
10907 #define HAVE_LIBHAL 1
10910 HALINCL="$ac_hal_cflags"
10916 CPPFLAGS="$ac_save_CPPFLAGS"
10920 if test "x$with_curses" != "xno"
10922 if test "$ac_cv_header_ncurses_h" = "yes"
10924 { echo "$as_me:$LINENO: checking for waddch in -lncurses" >&5
10925 echo $ECHO_N "checking for waddch in -lncurses... $ECHO_C" >&6; }
10926 if test "${ac_cv_lib_ncurses_waddch+set}" = set; then
10927 echo $ECHO_N "(cached) $ECHO_C" >&6
10929 ac_check_lib_save_LIBS=$LIBS
10930 LIBS="-lncurses $LIBS"
10931 cat >conftest.$ac_ext <<_ACEOF
10934 cat confdefs.h >>conftest.$ac_ext
10935 cat >>conftest.$ac_ext <<_ACEOF
10936 /* end confdefs.h. */
10938 /* Override any GCC internal prototype to avoid an error.
10939 Use char because int might match the return type of a GCC
10940 builtin and then its argument prototype would still apply. */
10953 rm -f conftest.$ac_objext conftest$ac_exeext
10954 if { (ac_try="$ac_link"
10955 case "(($ac_try" in
10956 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10957 *) ac_try_echo
=$ac_try;;
10959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10960 (eval "$ac_link") 2>conftest.er1
10962 grep -v '^ *+' conftest.er1
>conftest.err
10964 cat conftest.err
>&5
10965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10966 (exit $ac_status); } &&
10967 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10968 { (case "(($ac_try" in
10969 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10970 *) ac_try_echo=$ac_try;;
10972 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10973 (eval "$ac_try") 2>&5
10975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10976 (exit $ac_status); }; } &&
10977 { ac_try='test -s conftest$ac_exeext'
10978 { (case "(($ac_try" in
10979 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10980 *) ac_try_echo
=$ac_try;;
10982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10983 (eval "$ac_try") 2>&5
10985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10986 (exit $ac_status); }; }; then
10987 ac_cv_lib_ncurses_waddch
=yes
10989 echo "$as_me: failed program was:" >&5
10990 sed 's/^/| /' conftest.
$ac_ext >&5
10992 ac_cv_lib_ncurses_waddch
=no
10995 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10996 conftest
$ac_exeext conftest.
$ac_ext
10997 LIBS
=$ac_check_lib_save_LIBS
10999 { echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_waddch" >&5
11000 echo "${ECHO_T}$ac_cv_lib_ncurses_waddch" >&6; }
11001 if test $ac_cv_lib_ncurses_waddch = yes; then
11003 cat >>confdefs.h
<<\_ACEOF
11004 #define HAVE_LIBNCURSES 1
11007 CURSESLIBS
="-lncurses"
11010 elif test "$ac_cv_header_curses_h" = "yes"
11012 { echo "$as_me:$LINENO: checking for waddch in -lcurses" >&5
11013 echo $ECHO_N "checking for waddch in -lcurses... $ECHO_C" >&6; }
11014 if test "${ac_cv_lib_curses_waddch+set}" = set; then
11015 echo $ECHO_N "(cached) $ECHO_C" >&6
11017 ac_check_lib_save_LIBS
=$LIBS
11018 LIBS
="-lcurses $LIBS"
11019 cat >conftest.
$ac_ext <<_ACEOF
11022 cat confdefs.h
>>conftest.
$ac_ext
11023 cat >>conftest.
$ac_ext <<_ACEOF
11024 /* end confdefs.h. */
11026 /* Override any GCC internal prototype to avoid an error.
11027 Use char because int might match the return type of a GCC
11028 builtin and then its argument prototype would still apply. */
11041 rm -f conftest.
$ac_objext conftest
$ac_exeext
11042 if { (ac_try
="$ac_link"
11043 case "(($ac_try" in
11044 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11045 *) ac_try_echo=$ac_try;;
11047 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11048 (eval "$ac_link") 2>conftest.er1
11050 grep -v '^ *+' conftest.er1 >conftest.err
11052 cat conftest.err >&5
11053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11054 (exit $ac_status); } &&
11055 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11056 { (case "(($ac_try" in
11057 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11058 *) ac_try_echo
=$ac_try;;
11060 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11061 (eval "$ac_try") 2>&5
11063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11064 (exit $ac_status); }; } &&
11065 { ac_try
='test -s conftest$ac_exeext'
11066 { (case "(($ac_try" in
11067 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11068 *) ac_try_echo=$ac_try;;
11070 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11071 (eval "$ac_try") 2>&5
11073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11074 (exit $ac_status); }; }; then
11075 ac_cv_lib_curses_waddch=yes
11077 echo "$as_me: failed program was:" >&5
11078 sed 's/^/| /' conftest.$ac_ext >&5
11080 ac_cv_lib_curses_waddch=no
11083 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11084 conftest$ac_exeext conftest.$ac_ext
11085 LIBS=$ac_check_lib_save_LIBS
11087 { echo "$as_me:$LINENO: result: $ac_cv_lib_curses_waddch" >&5
11088 echo "${ECHO_T}$ac_cv_lib_curses_waddch" >&6; }
11089 if test $ac_cv_lib_curses_waddch = yes; then
11091 cat >>confdefs.h <<\_ACEOF
11092 #define HAVE_LIBCURSES 1
11095 CURSESLIBS="-lcurses"
11099 ac_save_LIBS="$LIBS"
11100 LIBS="$LIBS $CURSESLIBS"
11102 for ac_func in mousemask
11104 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
11105 { echo "$as_me:$LINENO: checking for $ac_func" >&5
11106 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
11107 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
11108 echo $ECHO_N "(cached) $ECHO_C" >&6
11110 cat >conftest.$ac_ext <<_ACEOF
11113 cat confdefs.h >>conftest.$ac_ext
11114 cat >>conftest.$ac_ext <<_ACEOF
11115 /* end confdefs.h. */
11116 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11117 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11118 #define $ac_func innocuous_$ac_func
11120 /* System header to define __stub macros and hopefully few prototypes,
11121 which can conflict with char $ac_func (); below.
11122 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11123 <limits.h> exists even on freestanding compilers. */
11126 # include <limits.h>
11128 # include <assert.h>
11133 /* Override any GCC internal prototype to avoid an error.
11134 Use char because int might match the return type of a GCC
11135 builtin and then its argument prototype would still apply. */
11140 /* The GNU C library defines this for functions which it implements
11141 to always fail with ENOSYS. Some functions are actually named
11142 something starting with __ and the normal name is an alias. */
11143 #if defined __stub_$ac_func || defined __stub___$ac_func
11150 return $ac_func ();
11155 rm -f conftest.$ac_objext conftest$ac_exeext
11156 if { (ac_try="$ac_link"
11157 case "(($ac_try" in
11158 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11159 *) ac_try_echo
=$ac_try;;
11161 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11162 (eval "$ac_link") 2>conftest.er1
11164 grep -v '^ *+' conftest.er1
>conftest.err
11166 cat conftest.err
>&5
11167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11168 (exit $ac_status); } &&
11169 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11170 { (case "(($ac_try" in
11171 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11172 *) ac_try_echo=$ac_try;;
11174 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11175 (eval "$ac_try") 2>&5
11177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11178 (exit $ac_status); }; } &&
11179 { ac_try='test -s conftest$ac_exeext'
11180 { (case "(($ac_try" in
11181 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11182 *) ac_try_echo
=$ac_try;;
11184 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11185 (eval "$ac_try") 2>&5
11187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11188 (exit $ac_status); }; }; then
11189 eval "$as_ac_var=yes"
11191 echo "$as_me: failed program was:" >&5
11192 sed 's/^/| /' conftest.
$ac_ext >&5
11194 eval "$as_ac_var=no"
11197 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11198 conftest
$ac_exeext conftest.
$ac_ext
11200 ac_res
=`eval echo '${'$as_ac_var'}'`
11201 { echo "$as_me:$LINENO: result: $ac_res" >&5
11202 echo "${ECHO_T}$ac_res" >&6; }
11203 if test `eval echo '${'$as_ac_var'}'` = yes; then
11204 cat >>confdefs.h
<<_ACEOF
11205 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11211 LIBS
="$ac_save_LIBS"
11215 # Extract the first word of "sane-config", so it can be a program name with args.
11216 set dummy sane-config
; ac_word
=$2
11217 { echo "$as_me:$LINENO: checking for $ac_word" >&5
11218 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
11219 if test "${ac_cv_prog_sane_devel+set}" = set; then
11220 echo $ECHO_N "(cached) $ECHO_C" >&6
11222 if test -n "$sane_devel"; then
11223 ac_cv_prog_sane_devel
="$sane_devel" # Let the user override the test.
11225 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11226 for as_dir
in $PATH
11229 test -z "$as_dir" && as_dir
=.
11230 for ac_exec_ext
in '' $ac_executable_extensions; do
11231 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
11232 ac_cv_prog_sane_devel
="sane-config"
11233 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11240 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel
="no"
11243 sane_devel
=$ac_cv_prog_sane_devel
11244 if test -n "$sane_devel"; then
11245 { echo "$as_me:$LINENO: result: $sane_devel" >&5
11246 echo "${ECHO_T}$sane_devel" >&6; }
11248 { echo "$as_me:$LINENO: result: no" >&5
11249 echo "${ECHO_T}no" >&6; }
11257 if test "$sane_devel" != "no"
11259 SANELIBS
="`$sane_devel --libs`"
11260 SANEINCL
="`$sane_devel --cflags`"
11261 ac_save_CPPFLAGS
="$CPPFLAGS"
11262 ac_save_LIBS
="$LIBS"
11263 CPPFLAGS
="$CPPFLAGS $SANEINCL"
11264 LIBS
="$LIBS $SANELIBS"
11265 if test "${ac_cv_header_sane_sane_h+set}" = set; then
11266 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
11267 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
11268 if test "${ac_cv_header_sane_sane_h+set}" = set; then
11269 echo $ECHO_N "(cached) $ECHO_C" >&6
11271 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
11272 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
11274 # Is the header compilable?
11275 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
11276 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
11277 cat >conftest.
$ac_ext <<_ACEOF
11280 cat confdefs.h
>>conftest.
$ac_ext
11281 cat >>conftest.
$ac_ext <<_ACEOF
11282 /* end confdefs.h. */
11283 $ac_includes_default
11284 #include <sane/sane.h>
11286 rm -f conftest.
$ac_objext
11287 if { (ac_try
="$ac_compile"
11288 case "(($ac_try" in
11289 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11290 *) ac_try_echo=$ac_try;;
11292 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11293 (eval "$ac_compile") 2>conftest.er1
11295 grep -v '^ *+' conftest.er1 >conftest.err
11297 cat conftest.err >&5
11298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11299 (exit $ac_status); } &&
11300 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11301 { (case "(($ac_try" in
11302 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11303 *) ac_try_echo
=$ac_try;;
11305 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11306 (eval "$ac_try") 2>&5
11308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11309 (exit $ac_status); }; } &&
11310 { ac_try
='test -s conftest.$ac_objext'
11311 { (case "(($ac_try" in
11312 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11313 *) ac_try_echo=$ac_try;;
11315 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11316 (eval "$ac_try") 2>&5
11318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11319 (exit $ac_status); }; }; then
11320 ac_header_compiler=yes
11322 echo "$as_me: failed program was:" >&5
11323 sed 's/^/| /' conftest.$ac_ext >&5
11325 ac_header_compiler=no
11328 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11329 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11330 echo "${ECHO_T}$ac_header_compiler" >&6; }
11332 # Is the header present?
11333 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
11334 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
11335 cat >conftest.$ac_ext <<_ACEOF
11338 cat confdefs.h >>conftest.$ac_ext
11339 cat >>conftest.$ac_ext <<_ACEOF
11340 /* end confdefs.h. */
11341 #include <sane/sane.h>
11343 if { (ac_try="$ac_cpp conftest.$ac_ext"
11344 case "(($ac_try" in
11345 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11346 *) ac_try_echo
=$ac_try;;
11348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11349 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11351 grep -v '^ *+' conftest.er1
>conftest.err
11353 cat conftest.err
>&5
11354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11355 (exit $ac_status); } >/dev
/null
; then
11356 if test -s conftest.err
; then
11357 ac_cpp_err
=$ac_c_preproc_warn_flag
11358 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
11365 if test -z "$ac_cpp_err"; then
11366 ac_header_preproc
=yes
11368 echo "$as_me: failed program was:" >&5
11369 sed 's/^/| /' conftest.
$ac_ext >&5
11371 ac_header_preproc
=no
11374 rm -f conftest.err conftest.
$ac_ext
11375 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11376 echo "${ECHO_T}$ac_header_preproc" >&6; }
11378 # So? What about this header?
11379 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11381 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
11382 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
11383 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
11384 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
11385 ac_header_preproc
=yes
11388 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
11389 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
11390 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
11391 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
11392 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
11393 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
11394 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
11395 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
11396 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
11397 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
11398 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
11399 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
11401 ## ------------------------------------ ##
11402 ## Report this to wine-devel@winehq.org ##
11403 ## ------------------------------------ ##
11405 ) |
sed "s/^/$as_me: WARNING: /" >&2
11408 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
11409 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
11410 if test "${ac_cv_header_sane_sane_h+set}" = set; then
11411 echo $ECHO_N "(cached) $ECHO_C" >&6
11413 ac_cv_header_sane_sane_h
=$ac_header_preproc
11415 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
11416 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
11419 if test $ac_cv_header_sane_sane_h = yes; then
11420 { echo "$as_me:$LINENO: checking for sane_open in -lsane" >&5
11421 echo $ECHO_N "checking for sane_open in -lsane... $ECHO_C" >&6; }
11422 if test "${ac_cv_lib_sane_sane_open+set}" = set; then
11423 echo $ECHO_N "(cached) $ECHO_C" >&6
11425 ac_check_lib_save_LIBS
=$LIBS
11426 LIBS
="-lsane $LIBS"
11427 cat >conftest.
$ac_ext <<_ACEOF
11430 cat confdefs.h
>>conftest.
$ac_ext
11431 cat >>conftest.
$ac_ext <<_ACEOF
11432 /* end confdefs.h. */
11434 /* Override any GCC internal prototype to avoid an error.
11435 Use char because int might match the return type of a GCC
11436 builtin and then its argument prototype would still apply. */
11444 return sane_open ();
11449 rm -f conftest.
$ac_objext conftest
$ac_exeext
11450 if { (ac_try
="$ac_link"
11451 case "(($ac_try" in
11452 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11453 *) ac_try_echo=$ac_try;;
11455 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11456 (eval "$ac_link") 2>conftest.er1
11458 grep -v '^ *+' conftest.er1 >conftest.err
11460 cat conftest.err >&5
11461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11462 (exit $ac_status); } &&
11463 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11464 { (case "(($ac_try" in
11465 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11466 *) ac_try_echo
=$ac_try;;
11468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11469 (eval "$ac_try") 2>&5
11471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11472 (exit $ac_status); }; } &&
11473 { ac_try
='test -s conftest$ac_exeext'
11474 { (case "(($ac_try" in
11475 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11476 *) ac_try_echo=$ac_try;;
11478 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11479 (eval "$ac_try") 2>&5
11481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11482 (exit $ac_status); }; }; then
11483 ac_cv_lib_sane_sane_open=yes
11485 echo "$as_me: failed program was:" >&5
11486 sed 's/^/| /' conftest.$ac_ext >&5
11488 ac_cv_lib_sane_sane_open=no
11491 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11492 conftest$ac_exeext conftest.$ac_ext
11493 LIBS=$ac_check_lib_save_LIBS
11495 { echo "$as_me:$LINENO: result: $ac_cv_lib_sane_sane_open" >&5
11496 echo "${ECHO_T}$ac_cv_lib_sane_sane_open" >&6; }
11497 if test $ac_cv_lib_sane_sane_open = yes; then
11499 cat >>confdefs.h <<\_ACEOF
11500 #define HAVE_SANE 1
11514 LIBS="$ac_save_LIBS"
11515 CPPFLAGS="$ac_save_CPPFLAGS"
11518 # Extract the first word of "gphoto2-config", so it can be a program name with args.
11519 set dummy gphoto2-config; ac_word=$2
11520 { echo "$as_me:$LINENO: checking for $ac_word" >&5
11521 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
11522 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
11523 echo $ECHO_N "(cached) $ECHO_C" >&6
11525 if test -n "$gphoto2_devel"; then
11526 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
11528 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11529 for as_dir in $PATH
11532 test -z "$as_dir" && as_dir=.
11533 for ac_exec_ext in '' $ac_executable_extensions; do
11534 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
11535 ac_cv_prog_gphoto2_devel="gphoto2-config"
11536 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11543 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
11546 gphoto2_devel=$ac_cv_prog_gphoto2_devel
11547 if test -n "$gphoto2_devel"; then
11548 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
11549 echo "${ECHO_T}$gphoto2_devel" >&6; }
11551 { echo "$as_me:$LINENO: result: no" >&5
11552 echo "${ECHO_T}no" >&6; }
11556 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
11557 set dummy gphoto2-port-config; ac_word=$2
11558 { echo "$as_me:$LINENO: checking for $ac_word" >&5
11559 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
11560 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
11561 echo $ECHO_N "(cached) $ECHO_C" >&6
11563 if test -n "$gphoto2port_devel"; then
11564 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
11566 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11567 for as_dir in $PATH
11570 test -z "$as_dir" && as_dir=.
11571 for ac_exec_ext in '' $ac_executable_extensions; do
11572 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
11573 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
11574 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11581 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
11584 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
11585 if test -n "$gphoto2port_devel"; then
11586 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
11587 echo "${ECHO_T}$gphoto2port_devel" >&6; }
11589 { echo "$as_me:$LINENO: result: no" >&5
11590 echo "${ECHO_T}no" >&6; }
11598 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
11600 GPHOTO2INCL="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
11602 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
11605 -L/usr/lib|-L/usr/lib64) ;;
11606 -L*|-l*) GPHOTO2LIBS="$GPHOTO2LIBS $i";;
11609 ac_save_CPPFLAGS="$CPPFLAGS"
11610 ac_save_LIBS="$LIBS"
11611 CPPFLAGS="$CPPFLAGS $GPHOTO2INCL"
11612 LIBS="$LIBS $GPHOTO2LIBS"
11613 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
11614 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
11615 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
11616 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
11617 echo $ECHO_N "(cached) $ECHO_C" >&6
11619 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
11620 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
11622 # Is the header compilable?
11623 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
11624 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
11625 cat >conftest.$ac_ext <<_ACEOF
11628 cat confdefs.h >>conftest.$ac_ext
11629 cat >>conftest.$ac_ext <<_ACEOF
11630 /* end confdefs.h. */
11631 $ac_includes_default
11632 #include <gphoto2-camera.h>
11634 rm -f conftest.$ac_objext
11635 if { (ac_try="$ac_compile"
11636 case "(($ac_try" in
11637 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11638 *) ac_try_echo
=$ac_try;;
11640 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11641 (eval "$ac_compile") 2>conftest.er1
11643 grep -v '^ *+' conftest.er1
>conftest.err
11645 cat conftest.err
>&5
11646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11647 (exit $ac_status); } &&
11648 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11649 { (case "(($ac_try" in
11650 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11651 *) ac_try_echo=$ac_try;;
11653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11654 (eval "$ac_try") 2>&5
11656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11657 (exit $ac_status); }; } &&
11658 { ac_try='test -s conftest.$ac_objext'
11659 { (case "(($ac_try" in
11660 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11661 *) ac_try_echo
=$ac_try;;
11663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11664 (eval "$ac_try") 2>&5
11666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11667 (exit $ac_status); }; }; then
11668 ac_header_compiler
=yes
11670 echo "$as_me: failed program was:" >&5
11671 sed 's/^/| /' conftest.
$ac_ext >&5
11673 ac_header_compiler
=no
11676 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11677 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11678 echo "${ECHO_T}$ac_header_compiler" >&6; }
11680 # Is the header present?
11681 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
11682 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
11683 cat >conftest.
$ac_ext <<_ACEOF
11686 cat confdefs.h
>>conftest.
$ac_ext
11687 cat >>conftest.
$ac_ext <<_ACEOF
11688 /* end confdefs.h. */
11689 #include <gphoto2-camera.h>
11691 if { (ac_try
="$ac_cpp conftest.$ac_ext"
11692 case "(($ac_try" in
11693 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11694 *) ac_try_echo=$ac_try;;
11696 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11697 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11699 grep -v '^ *+' conftest.er1 >conftest.err
11701 cat conftest.err >&5
11702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11703 (exit $ac_status); } >/dev/null; then
11704 if test -s conftest.err; then
11705 ac_cpp_err=$ac_c_preproc_warn_flag
11706 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11713 if test -z "$ac_cpp_err"; then
11714 ac_header_preproc=yes
11716 echo "$as_me: failed program was:" >&5
11717 sed 's/^/| /' conftest.$ac_ext >&5
11719 ac_header_preproc=no
11722 rm -f conftest.err conftest.$ac_ext
11723 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11724 echo "${ECHO_T}$ac_header_preproc" >&6; }
11726 # So? What about this header?
11727 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11729 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
11730 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
11731 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
11732 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
11733 ac_header_preproc=yes
11736 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
11737 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
11738 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
11739 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
11740 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
11741 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
11742 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
11743 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
11744 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
11745 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
11746 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
11747 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
11749 ## ------------------------------------ ##
11750 ## Report this to wine-devel@winehq.org ##
11751 ## ------------------------------------ ##
11753 ) | sed "s/^/$as_me: WARNING: /" >&2
11756 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
11757 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
11758 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
11759 echo $ECHO_N "(cached) $ECHO_C" >&6
11761 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
11763 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
11764 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
11767 if test $ac_cv_header_gphoto2_camera_h = yes; then
11768 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
11769 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
11770 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
11771 echo $ECHO_N "(cached) $ECHO_C" >&6
11773 ac_check_lib_save_LIBS=$LIBS
11774 LIBS="-lgphoto2 $LIBS"
11775 cat >conftest.$ac_ext <<_ACEOF
11778 cat confdefs.h >>conftest.$ac_ext
11779 cat >>conftest.$ac_ext <<_ACEOF
11780 /* end confdefs.h. */
11782 /* Override any GCC internal prototype to avoid an error.
11783 Use char because int might match the return type of a GCC
11784 builtin and then its argument prototype would still apply. */
11788 char gp_camera_new ();
11792 return gp_camera_new ();
11797 rm -f conftest.$ac_objext conftest$ac_exeext
11798 if { (ac_try="$ac_link"
11799 case "(($ac_try" in
11800 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11801 *) ac_try_echo
=$ac_try;;
11803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11804 (eval "$ac_link") 2>conftest.er1
11806 grep -v '^ *+' conftest.er1
>conftest.err
11808 cat conftest.err
>&5
11809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11810 (exit $ac_status); } &&
11811 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11812 { (case "(($ac_try" in
11813 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11814 *) ac_try_echo=$ac_try;;
11816 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11817 (eval "$ac_try") 2>&5
11819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11820 (exit $ac_status); }; } &&
11821 { ac_try='test -s conftest$ac_exeext'
11822 { (case "(($ac_try" in
11823 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11824 *) ac_try_echo
=$ac_try;;
11826 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11827 (eval "$ac_try") 2>&5
11829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11830 (exit $ac_status); }; }; then
11831 ac_cv_lib_gphoto2_gp_camera_new
=yes
11833 echo "$as_me: failed program was:" >&5
11834 sed 's/^/| /' conftest.
$ac_ext >&5
11836 ac_cv_lib_gphoto2_gp_camera_new
=no
11839 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11840 conftest
$ac_exeext conftest.
$ac_ext
11841 LIBS
=$ac_check_lib_save_LIBS
11843 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
11844 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
11845 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
11847 cat >>confdefs.h
<<\_ACEOF
11848 #define HAVE_GPHOTO2 1
11862 LIBS
="$ac_save_LIBS"
11863 CPPFLAGS
="$ac_save_CPPFLAGS"
11866 if test "$ac_cv_header_unicode_ubidi_h" = "yes"
11869 for i
in ${ICU_LIB_DIR-/usr/lib}/libsicu
${ICU_LIB_DIR-/usr/lib}/libicu
11871 TEST_ICUUC_LIB
="${ICUUC_LIB-${i}uc.a}"
11872 TEST_ICUDATA_LIB
="${ICUDATA_LIB-${i}data.a}"
11873 { echo "$as_me:$LINENO: checking whether can link with ICU libraries $TEST_ICUUC_LIB and $TEST_ICUDATA_LIB" >&5
11874 echo $ECHO_N "checking whether can link with ICU libraries $TEST_ICUUC_LIB and $TEST_ICUDATA_LIB... $ECHO_C" >&6; }
11875 LIBS
="$saved_libs $TEST_ICUUC_LIB $TEST_ICUDATA_LIB -lstdc++ -lgcc_s"
11876 cat >conftest.
$ac_ext <<_ACEOF
11879 cat confdefs.h
>>conftest.
$ac_ext
11880 cat >>conftest.
$ac_ext <<_ACEOF
11881 /* end confdefs.h. */
11882 #include <unicode/ubidi.h>
11891 rm -f conftest.
$ac_objext conftest
$ac_exeext
11892 if { (ac_try
="$ac_link"
11893 case "(($ac_try" in
11894 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11895 *) ac_try_echo=$ac_try;;
11897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11898 (eval "$ac_link") 2>conftest.er1
11900 grep -v '^ *+' conftest.er1 >conftest.err
11902 cat conftest.err >&5
11903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11904 (exit $ac_status); } &&
11905 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11906 { (case "(($ac_try" in
11907 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11908 *) ac_try_echo
=$ac_try;;
11910 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11911 (eval "$ac_try") 2>&5
11913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11914 (exit $ac_status); }; } &&
11915 { ac_try
='test -s conftest$ac_exeext'
11916 { (case "(($ac_try" in
11917 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11918 *) ac_try_echo=$ac_try;;
11920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11921 (eval "$ac_try") 2>&5
11923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11924 (exit $ac_status); }; }; then
11926 cat >>confdefs.h <<\_ACEOF
11930 ICULIBS="$TEST_ICUUC_LIB $TEST_ICUDATA_LIB -lstdc++ -lgcc_s"
11932 { echo "$as_me:$LINENO: result: yes" >&5
11933 echo "${ECHO_T}yes" >&6; }
11935 echo "$as_me: failed program was:" >&5
11936 sed 's/^/| /' conftest.$ac_ext >&5
11938 { echo "$as_me:$LINENO: result: no" >&5
11939 echo "${ECHO_T}no" >&6; }
11942 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11943 conftest$ac_exeext conftest.$ac_ext
11950 if test "$ac_cv_header_resolv_h" = "yes"
11952 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
11953 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
11954 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
11955 echo $ECHO_N "(cached) $ECHO_C" >&6
11957 ac_check_lib_save_LIBS=$LIBS
11958 LIBS="-lresolv $LIBS"
11959 cat >conftest.$ac_ext <<_ACEOF
11962 cat confdefs.h >>conftest.$ac_ext
11963 cat >>conftest.$ac_ext <<_ACEOF
11964 /* end confdefs.h. */
11966 /* Override any GCC internal prototype to avoid an error.
11967 Use char because int might match the return type of a GCC
11968 builtin and then its argument prototype would still apply. */
11976 return res_query ();
11981 rm -f conftest.$ac_objext conftest$ac_exeext
11982 if { (ac_try="$ac_link"
11983 case "(($ac_try" in
11984 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11985 *) ac_try_echo
=$ac_try;;
11987 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11988 (eval "$ac_link") 2>conftest.er1
11990 grep -v '^ *+' conftest.er1
>conftest.err
11992 cat conftest.err
>&5
11993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11994 (exit $ac_status); } &&
11995 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11996 { (case "(($ac_try" in
11997 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11998 *) ac_try_echo=$ac_try;;
12000 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12001 (eval "$ac_try") 2>&5
12003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12004 (exit $ac_status); }; } &&
12005 { ac_try='test -s conftest$ac_exeext'
12006 { (case "(($ac_try" in
12007 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12008 *) ac_try_echo
=$ac_try;;
12010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12011 (eval "$ac_try") 2>&5
12013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12014 (exit $ac_status); }; }; then
12015 ac_cv_lib_resolv_res_query
=yes
12017 echo "$as_me: failed program was:" >&5
12018 sed 's/^/| /' conftest.
$ac_ext >&5
12020 ac_cv_lib_resolv_res_query
=no
12023 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12024 conftest
$ac_exeext conftest.
$ac_ext
12025 LIBS
=$ac_check_lib_save_LIBS
12027 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
12028 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
12029 if test $ac_cv_lib_resolv_res_query = yes; then
12031 cat >>confdefs.h
<<\_ACEOF
12032 #define HAVE_RESOLV 1
12035 RESOLVLIBS
="-lresolv"
12042 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
12044 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
12045 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
12046 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
12047 echo $ECHO_N "(cached) $ECHO_C" >&6
12049 ac_check_lib_save_LIBS
=$LIBS
12050 LIBS
="-llcms $LIBS"
12051 cat >conftest.
$ac_ext <<_ACEOF
12054 cat confdefs.h
>>conftest.
$ac_ext
12055 cat >>conftest.
$ac_ext <<_ACEOF
12056 /* end confdefs.h. */
12058 /* Override any GCC internal prototype to avoid an error.
12059 Use char because int might match the return type of a GCC
12060 builtin and then its argument prototype would still apply. */
12064 char cmsOpenProfileFromFile ();
12068 return cmsOpenProfileFromFile ();
12073 rm -f conftest.
$ac_objext conftest
$ac_exeext
12074 if { (ac_try
="$ac_link"
12075 case "(($ac_try" in
12076 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12077 *) ac_try_echo=$ac_try;;
12079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12080 (eval "$ac_link") 2>conftest.er1
12082 grep -v '^ *+' conftest.er1 >conftest.err
12084 cat conftest.err >&5
12085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12086 (exit $ac_status); } &&
12087 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12088 { (case "(($ac_try" in
12089 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12090 *) ac_try_echo
=$ac_try;;
12092 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12093 (eval "$ac_try") 2>&5
12095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12096 (exit $ac_status); }; } &&
12097 { ac_try
='test -s conftest$ac_exeext'
12098 { (case "(($ac_try" in
12099 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12100 *) ac_try_echo=$ac_try;;
12102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12103 (eval "$ac_try") 2>&5
12105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12106 (exit $ac_status); }; }; then
12107 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
12109 echo "$as_me: failed program was:" >&5
12110 sed 's/^/| /' conftest.$ac_ext >&5
12112 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
12115 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12116 conftest$ac_exeext conftest.$ac_ext
12117 LIBS=$ac_check_lib_save_LIBS
12119 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
12120 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
12121 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
12123 cat >>confdefs.h <<\_ACEOF
12124 #define HAVE_LCMS 1
12134 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12136 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
12137 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
12138 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
12139 echo $ECHO_N "(cached) $ECHO_C" >&6
12141 ac_check_lib_save_LIBS=$LIBS
12142 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12143 cat >conftest.$ac_ext <<_ACEOF
12146 cat confdefs.h >>conftest.$ac_ext
12147 cat >>conftest.$ac_ext <<_ACEOF
12148 /* end confdefs.h. */
12150 /* Override any GCC internal prototype to avoid an error.
12151 Use char because int might match the return type of a GCC
12152 builtin and then its argument prototype would still apply. */
12156 char ldap_initialize ();
12160 return ldap_initialize ();
12165 rm -f conftest.$ac_objext conftest$ac_exeext
12166 if { (ac_try="$ac_link"
12167 case "(($ac_try" in
12168 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12169 *) ac_try_echo
=$ac_try;;
12171 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12172 (eval "$ac_link") 2>conftest.er1
12174 grep -v '^ *+' conftest.er1
>conftest.err
12176 cat conftest.err
>&5
12177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12178 (exit $ac_status); } &&
12179 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12180 { (case "(($ac_try" in
12181 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12182 *) ac_try_echo=$ac_try;;
12184 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12185 (eval "$ac_try") 2>&5
12187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12188 (exit $ac_status); }; } &&
12189 { ac_try='test -s conftest$ac_exeext'
12190 { (case "(($ac_try" in
12191 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12192 *) ac_try_echo
=$ac_try;;
12194 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12195 (eval "$ac_try") 2>&5
12197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12198 (exit $ac_status); }; }; then
12199 ac_cv_lib_ldap_r_ldap_initialize
=yes
12201 echo "$as_me: failed program was:" >&5
12202 sed 's/^/| /' conftest.
$ac_ext >&5
12204 ac_cv_lib_ldap_r_ldap_initialize
=no
12207 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12208 conftest
$ac_exeext conftest.
$ac_ext
12209 LIBS
=$ac_check_lib_save_LIBS
12211 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12212 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12213 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
12214 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
12215 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
12216 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
12217 echo $ECHO_N "(cached) $ECHO_C" >&6
12219 ac_check_lib_save_LIBS
=$LIBS
12220 LIBS
="-llber $LIBPTHREAD $LIBS"
12221 cat >conftest.
$ac_ext <<_ACEOF
12224 cat confdefs.h
>>conftest.
$ac_ext
12225 cat >>conftest.
$ac_ext <<_ACEOF
12226 /* end confdefs.h. */
12228 /* Override any GCC internal prototype to avoid an error.
12229 Use char because int might match the return type of a GCC
12230 builtin and then its argument prototype would still apply. */
12238 return ber_init ();
12243 rm -f conftest.
$ac_objext conftest
$ac_exeext
12244 if { (ac_try
="$ac_link"
12245 case "(($ac_try" in
12246 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12247 *) ac_try_echo=$ac_try;;
12249 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12250 (eval "$ac_link") 2>conftest.er1
12252 grep -v '^ *+' conftest.er1 >conftest.err
12254 cat conftest.err >&5
12255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12256 (exit $ac_status); } &&
12257 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12258 { (case "(($ac_try" in
12259 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12260 *) ac_try_echo
=$ac_try;;
12262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12263 (eval "$ac_try") 2>&5
12265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12266 (exit $ac_status); }; } &&
12267 { ac_try
='test -s conftest$ac_exeext'
12268 { (case "(($ac_try" in
12269 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12270 *) ac_try_echo=$ac_try;;
12272 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12273 (eval "$ac_try") 2>&5
12275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12276 (exit $ac_status); }; }; then
12277 ac_cv_lib_lber_ber_init=yes
12279 echo "$as_me: failed program was:" >&5
12280 sed 's/^/| /' conftest.$ac_ext >&5
12282 ac_cv_lib_lber_ber_init=no
12285 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12286 conftest$ac_exeext conftest.$ac_ext
12287 LIBS=$ac_check_lib_save_LIBS
12289 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
12290 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
12291 if test $ac_cv_lib_lber_ber_init = yes; then
12293 cat >>confdefs.h <<\_ACEOF
12294 #define HAVE_LDAP 1
12297 LDAPLIBS="-lldap_r -llber"
12302 ac_wine_check_funcs_save_LIBS="$LIBS"
12303 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12309 ldap_count_references \
12310 ldap_first_reference \
12311 ldap_next_reference \
12312 ldap_parse_reference
12314 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
12315 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12316 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12317 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12318 echo $ECHO_N "(cached) $ECHO_C" >&6
12320 cat >conftest.$ac_ext <<_ACEOF
12323 cat confdefs.h >>conftest.$ac_ext
12324 cat >>conftest.$ac_ext <<_ACEOF
12325 /* end confdefs.h. */
12326 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12327 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12328 #define $ac_func innocuous_$ac_func
12330 /* System header to define __stub macros and hopefully few prototypes,
12331 which can conflict with char $ac_func (); below.
12332 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12333 <limits.h> exists even on freestanding compilers. */
12336 # include <limits.h>
12338 # include <assert.h>
12343 /* Override any GCC internal prototype to avoid an error.
12344 Use char because int might match the return type of a GCC
12345 builtin and then its argument prototype would still apply. */
12350 /* The GNU C library defines this for functions which it implements
12351 to always fail with ENOSYS. Some functions are actually named
12352 something starting with __ and the normal name is an alias. */
12353 #if defined __stub_$ac_func || defined __stub___$ac_func
12360 return $ac_func ();
12365 rm -f conftest.$ac_objext conftest$ac_exeext
12366 if { (ac_try="$ac_link"
12367 case "(($ac_try" in
12368 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12369 *) ac_try_echo
=$ac_try;;
12371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12372 (eval "$ac_link") 2>conftest.er1
12374 grep -v '^ *+' conftest.er1
>conftest.err
12376 cat conftest.err
>&5
12377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12378 (exit $ac_status); } &&
12379 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12380 { (case "(($ac_try" in
12381 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12382 *) ac_try_echo=$ac_try;;
12384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12385 (eval "$ac_try") 2>&5
12387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12388 (exit $ac_status); }; } &&
12389 { ac_try='test -s conftest$ac_exeext'
12390 { (case "(($ac_try" in
12391 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12392 *) ac_try_echo
=$ac_try;;
12394 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12395 (eval "$ac_try") 2>&5
12397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12398 (exit $ac_status); }; }; then
12399 eval "$as_ac_var=yes"
12401 echo "$as_me: failed program was:" >&5
12402 sed 's/^/| /' conftest.
$ac_ext >&5
12404 eval "$as_ac_var=no"
12407 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12408 conftest
$ac_exeext conftest.
$ac_ext
12410 ac_res
=`eval echo '${'$as_ac_var'}'`
12411 { echo "$as_me:$LINENO: result: $ac_res" >&5
12412 echo "${ECHO_T}$ac_res" >&6; }
12413 if test `eval echo '${'$as_ac_var'}'` = yes; then
12414 cat >>confdefs.h
<<_ACEOF
12415 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12421 LIBS
="$ac_wine_check_funcs_save_LIBS"
12428 # Extract the first word of "freetype-config", so it can be a program name with args.
12429 set dummy freetype-config
; ac_word
=$2
12430 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12431 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12432 if test "${ac_cv_prog_ft_devel+set}" = set; then
12433 echo $ECHO_N "(cached) $ECHO_C" >&6
12435 if test -n "$ft_devel"; then
12436 ac_cv_prog_ft_devel
="$ft_devel" # Let the user override the test.
12438 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12439 for as_dir
in $PATH
12442 test -z "$as_dir" && as_dir
=.
12443 for ac_exec_ext
in '' $ac_executable_extensions; do
12444 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
12445 ac_cv_prog_ft_devel
="freetype-config"
12446 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12453 test -z "$ac_cv_prog_ft_devel" && ac_cv_prog_ft_devel
="no"
12456 ft_devel
=$ac_cv_prog_ft_devel
12457 if test -n "$ft_devel"; then
12458 { echo "$as_me:$LINENO: result: $ft_devel" >&5
12459 echo "${ECHO_T}$ft_devel" >&6; }
12461 { echo "$as_me:$LINENO: result: no" >&5
12462 echo "${ECHO_T}no" >&6; }
12466 if test "$ft_devel" = "no"
12468 # Extract the first word of "freetype2-config", so it can be a program name with args.
12469 set dummy freetype2-config
; ac_word
=$2
12470 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12471 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12472 if test "${ac_cv_prog_ft_devel2+set}" = set; then
12473 echo $ECHO_N "(cached) $ECHO_C" >&6
12475 if test -n "$ft_devel2"; then
12476 ac_cv_prog_ft_devel2
="$ft_devel2" # Let the user override the test.
12478 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12479 for as_dir
in $PATH
12482 test -z "$as_dir" && as_dir
=.
12483 for ac_exec_ext
in '' $ac_executable_extensions; do
12484 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
12485 ac_cv_prog_ft_devel2
="freetype2-config"
12486 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12493 test -z "$ac_cv_prog_ft_devel2" && ac_cv_prog_ft_devel2
="no"
12496 ft_devel2
=$ac_cv_prog_ft_devel2
12497 if test -n "$ft_devel2"; then
12498 { echo "$as_me:$LINENO: result: $ft_devel2" >&5
12499 echo "${ECHO_T}$ft_devel2" >&6; }
12501 { echo "$as_me:$LINENO: result: no" >&5
12502 echo "${ECHO_T}no" >&6; }
12506 if test "$ft_devel2" = "freetype2-config"
12508 ft_devel
=$ft_devel2
12512 if test "$ft_devel" = "no"
12514 wine_cv_msg_freetype
=yes
12516 FREETYPELIBS
=`$ft_devel --libs`
12517 FREETYPEINCL
=`$ft_devel --cflags`
12518 { echo "$as_me:$LINENO: checking for FT_Init_FreeType in -lfreetype" >&5
12519 echo $ECHO_N "checking for FT_Init_FreeType in -lfreetype... $ECHO_C" >&6; }
12520 if test "${ac_cv_lib_freetype_FT_Init_FreeType+set}" = set; then
12521 echo $ECHO_N "(cached) $ECHO_C" >&6
12523 ac_check_lib_save_LIBS
=$LIBS
12524 LIBS
="-lfreetype $FREETYPELIBS $LIBS"
12525 cat >conftest.
$ac_ext <<_ACEOF
12528 cat confdefs.h
>>conftest.
$ac_ext
12529 cat >>conftest.
$ac_ext <<_ACEOF
12530 /* end confdefs.h. */
12532 /* Override any GCC internal prototype to avoid an error.
12533 Use char because int might match the return type of a GCC
12534 builtin and then its argument prototype would still apply. */
12538 char FT_Init_FreeType ();
12542 return FT_Init_FreeType ();
12547 rm -f conftest.
$ac_objext conftest
$ac_exeext
12548 if { (ac_try
="$ac_link"
12549 case "(($ac_try" in
12550 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12551 *) ac_try_echo=$ac_try;;
12553 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12554 (eval "$ac_link") 2>conftest.er1
12556 grep -v '^ *+' conftest.er1 >conftest.err
12558 cat conftest.err >&5
12559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12560 (exit $ac_status); } &&
12561 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12562 { (case "(($ac_try" in
12563 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12564 *) ac_try_echo
=$ac_try;;
12566 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12567 (eval "$ac_try") 2>&5
12569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12570 (exit $ac_status); }; } &&
12571 { ac_try
='test -s conftest$ac_exeext'
12572 { (case "(($ac_try" in
12573 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12574 *) ac_try_echo=$ac_try;;
12576 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12577 (eval "$ac_try") 2>&5
12579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12580 (exit $ac_status); }; }; then
12581 ac_cv_lib_freetype_FT_Init_FreeType=yes
12583 echo "$as_me: failed program was:" >&5
12584 sed 's/^/| /' conftest.$ac_ext >&5
12586 ac_cv_lib_freetype_FT_Init_FreeType=no
12589 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12590 conftest$ac_exeext conftest.$ac_ext
12591 LIBS=$ac_check_lib_save_LIBS
12593 { echo "$as_me:$LINENO: result: $ac_cv_lib_freetype_FT_Init_FreeType" >&5
12594 echo "${ECHO_T}$ac_cv_lib_freetype_FT_Init_FreeType" >&6; }
12595 if test $ac_cv_lib_freetype_FT_Init_FreeType = yes; then
12601 if test "$ft_lib" = "no"
12603 wine_cv_msg_freetype=yes
12607 ac_save_CPPFLAGS="$CPPFLAGS"
12608 CPPFLAGS="$FREETYPEINCL $CPPFLAGS"
12620 for ac_header in ft2build.h \
12621 freetype/freetype.h \
12622 freetype/ftglyph.h \
12623 freetype/tttables.h \
12624 freetype/ftnames.h \
12625 freetype/ftsnames.h \
12626 freetype/ttnameid.h \
12627 freetype/ftoutln.h \
12628 freetype/ftwinfnt.h \
12629 freetype/ftmodapi.h \
12630 freetype/internal/sfnt.h
12632 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
12633 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12634 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12635 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12636 echo $ECHO_N "(cached) $ECHO_C" >&6
12638 cat >conftest.$ac_ext <<_ACEOF
12641 cat confdefs.h >>conftest.$ac_ext
12642 cat >>conftest.$ac_ext <<_ACEOF
12643 /* end confdefs.h. */
12644 #if HAVE_FT2BUILD_H
12645 #include <ft2build.h>
12648 #include <$ac_header>
12650 rm -f conftest.$ac_objext
12651 if { (ac_try="$ac_compile"
12652 case "(($ac_try" in
12653 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12654 *) ac_try_echo
=$ac_try;;
12656 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12657 (eval "$ac_compile") 2>conftest.er1
12659 grep -v '^ *+' conftest.er1
>conftest.err
12661 cat conftest.err
>&5
12662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12663 (exit $ac_status); } &&
12664 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12665 { (case "(($ac_try" in
12666 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12667 *) ac_try_echo=$ac_try;;
12669 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12670 (eval "$ac_try") 2>&5
12672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12673 (exit $ac_status); }; } &&
12674 { ac_try='test -s conftest.$ac_objext'
12675 { (case "(($ac_try" in
12676 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12677 *) ac_try_echo
=$ac_try;;
12679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12680 (eval "$ac_try") 2>&5
12682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12683 (exit $ac_status); }; }; then
12684 eval "$as_ac_Header=yes"
12686 echo "$as_me: failed program was:" >&5
12687 sed 's/^/| /' conftest.
$ac_ext >&5
12689 eval "$as_ac_Header=no"
12692 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12694 ac_res
=`eval echo '${'$as_ac_Header'}'`
12695 { echo "$as_me:$LINENO: result: $ac_res" >&5
12696 echo "${ECHO_T}$ac_res" >&6; }
12697 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12698 cat >>confdefs.h
<<_ACEOF
12699 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12706 cat >conftest.
$ac_ext <<_ACEOF
12709 cat confdefs.h
>>conftest.
$ac_ext
12710 cat >>conftest.
$ac_ext <<_ACEOF
12711 /* end confdefs.h. */
12712 #include <ft2build.h>
12713 #include <freetype/fttrigon.h>
12715 if { (ac_try
="$ac_cpp conftest.$ac_ext"
12716 case "(($ac_try" in
12717 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12718 *) ac_try_echo=$ac_try;;
12720 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12721 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12723 grep -v '^ *+' conftest.er1 >conftest.err
12725 cat conftest.err >&5
12726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12727 (exit $ac_status); } >/dev/null; then
12728 if test -s conftest.err; then
12729 ac_cpp_err=$ac_c_preproc_warn_flag
12730 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12737 if test -z "$ac_cpp_err"; then
12739 cat >>confdefs.h <<\_ACEOF
12740 #define HAVE_FREETYPE_FTTRIGON_H 1
12743 wine_cv_fttrigon=yes
12745 echo "$as_me: failed program was:" >&5
12746 sed 's/^/| /' conftest.$ac_ext >&5
12748 wine_cv_fttrigon=no
12751 rm -f conftest.err conftest.$ac_ext
12752 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
12753 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
12754 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
12755 echo $ECHO_N "(cached) $ECHO_C" >&6
12757 cat >conftest.$ac_ext <<_ACEOF
12760 cat confdefs.h >>conftest.$ac_ext
12761 cat >>conftest.$ac_ext <<_ACEOF
12762 /* end confdefs.h. */
12763 #include <freetype/ftmodapi.h>
12765 typedef FT_TrueTypeEngineType ac__type_new_;
12769 if ((ac__type_new_ *) 0)
12771 if (sizeof (ac__type_new_))
12777 rm -f conftest.$ac_objext
12778 if { (ac_try="$ac_compile"
12779 case "(($ac_try" in
12780 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12781 *) ac_try_echo
=$ac_try;;
12783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12784 (eval "$ac_compile") 2>conftest.er1
12786 grep -v '^ *+' conftest.er1
>conftest.err
12788 cat conftest.err
>&5
12789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12790 (exit $ac_status); } &&
12791 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12792 { (case "(($ac_try" in
12793 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12794 *) ac_try_echo=$ac_try;;
12796 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12797 (eval "$ac_try") 2>&5
12799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12800 (exit $ac_status); }; } &&
12801 { ac_try='test -s conftest.$ac_objext'
12802 { (case "(($ac_try" in
12803 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12804 *) ac_try_echo
=$ac_try;;
12806 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12807 (eval "$ac_try") 2>&5
12809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12810 (exit $ac_status); }; }; then
12811 ac_cv_type_FT_TrueTypeEngineType
=yes
12813 echo "$as_me: failed program was:" >&5
12814 sed 's/^/| /' conftest.
$ac_ext >&5
12816 ac_cv_type_FT_TrueTypeEngineType
=no
12819 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12821 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
12822 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
12823 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
12825 cat >>confdefs.h
<<_ACEOF
12826 #define HAVE_FT_TRUETYPEENGINETYPE 1
12832 ac_save_CFLAGS
="$CFLAGS"
12833 CFLAGS
="$CFLAGS $FREETYPELIBS"
12835 for ac_func
in FT_Load_Sfnt_Table
12837 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12838 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12839 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12840 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12841 echo $ECHO_N "(cached) $ECHO_C" >&6
12843 cat >conftest.
$ac_ext <<_ACEOF
12846 cat confdefs.h
>>conftest.
$ac_ext
12847 cat >>conftest.
$ac_ext <<_ACEOF
12848 /* end confdefs.h. */
12849 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12850 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12851 #define $ac_func innocuous_$ac_func
12853 /* System header to define __stub macros and hopefully few prototypes,
12854 which can conflict with char $ac_func (); below.
12855 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12856 <limits.h> exists even on freestanding compilers. */
12859 # include <limits.h>
12861 # include <assert.h>
12866 /* Override any GCC internal prototype to avoid an error.
12867 Use char because int might match the return type of a GCC
12868 builtin and then its argument prototype would still apply. */
12873 /* The GNU C library defines this for functions which it implements
12874 to always fail with ENOSYS. Some functions are actually named
12875 something starting with __ and the normal name is an alias. */
12876 #if defined __stub_$ac_func || defined __stub___$ac_func
12883 return $ac_func ();
12888 rm -f conftest.
$ac_objext conftest
$ac_exeext
12889 if { (ac_try
="$ac_link"
12890 case "(($ac_try" in
12891 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12892 *) ac_try_echo=$ac_try;;
12894 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12895 (eval "$ac_link") 2>conftest.er1
12897 grep -v '^ *+' conftest.er1 >conftest.err
12899 cat conftest.err >&5
12900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12901 (exit $ac_status); } &&
12902 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12903 { (case "(($ac_try" in
12904 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12905 *) ac_try_echo
=$ac_try;;
12907 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12908 (eval "$ac_try") 2>&5
12910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12911 (exit $ac_status); }; } &&
12912 { ac_try
='test -s conftest$ac_exeext'
12913 { (case "(($ac_try" in
12914 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12915 *) ac_try_echo=$ac_try;;
12917 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12918 (eval "$ac_try") 2>&5
12920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12921 (exit $ac_status); }; }; then
12922 eval "$as_ac_var=yes"
12924 echo "$as_me: failed program was:" >&5
12925 sed 's/^/| /' conftest.$ac_ext >&5
12927 eval "$as_ac_var=no"
12930 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12931 conftest$ac_exeext conftest.$ac_ext
12933 ac_res=`eval echo '${'$as_ac_var'}'`
12934 { echo "$as_me:$LINENO: result: $ac_res" >&5
12935 echo "${ECHO_T}$ac_res" >&6; }
12936 if test `eval echo '${'$as_ac_var'}'` = yes; then
12937 cat >>confdefs.h <<_ACEOF
12938 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
12944 CFLAGS="$ac_save_CFLAGS"
12945 CPPFLAGS="$ac_save_CPPFLAGS"
12946 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
12949 cat >>confdefs.h <<\_ACEOF
12950 #define HAVE_FREETYPE 1
12953 wine_cv_msg_freetype=no
12957 wine_cv_msg_freetype=yes
12962 if test "$FONTFORGE" != "false" -a -n "$FREETYPELIBS"
12964 FONTSSUBDIRS="fonts"
12968 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
12969 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
12970 if test "${ac_cv_c_ppdev+set}" = set; then
12971 echo $ECHO_N "(cached) $ECHO_C" >&6
12973 cat >conftest.$ac_ext <<_ACEOF
12976 cat confdefs.h >>conftest.$ac_ext
12977 cat >>conftest.$ac_ext <<_ACEOF
12978 /* end confdefs.h. */
12979 #include <linux/ppdev.h>
12983 ioctl (1,PPCLAIM,0)
12988 rm -f conftest.$ac_objext
12989 if { (ac_try="$ac_compile"
12990 case "(($ac_try" in
12991 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12992 *) ac_try_echo
=$ac_try;;
12994 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12995 (eval "$ac_compile") 2>conftest.er1
12997 grep -v '^ *+' conftest.er1
>conftest.err
12999 cat conftest.err
>&5
13000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13001 (exit $ac_status); } &&
13002 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13003 { (case "(($ac_try" in
13004 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13005 *) ac_try_echo=$ac_try;;
13007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13008 (eval "$ac_try") 2>&5
13010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13011 (exit $ac_status); }; } &&
13012 { ac_try='test -s conftest.$ac_objext'
13013 { (case "(($ac_try" in
13014 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13015 *) ac_try_echo
=$ac_try;;
13017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13018 (eval "$ac_try") 2>&5
13020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13021 (exit $ac_status); }; }; then
13022 ac_cv_c_ppdev
="yes"
13024 echo "$as_me: failed program was:" >&5
13025 sed 's/^/| /' conftest.
$ac_ext >&5
13030 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13033 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
13034 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
13035 if test "$ac_cv_c_ppdev" = "yes"
13038 cat >>confdefs.h
<<\_ACEOF
13039 #define HAVE_PPDEV 1
13044 { echo "$as_me:$LINENO: checking for va_copy" >&5
13045 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
13046 if test "${ac_cv_c_va_copy+set}" = set; then
13047 echo $ECHO_N "(cached) $ECHO_C" >&6
13049 cat >conftest.
$ac_ext <<_ACEOF
13052 cat confdefs.h
>>conftest.
$ac_ext
13053 cat >>conftest.
$ac_ext <<_ACEOF
13054 /* end confdefs.h. */
13055 #include <stdarg.h>
13066 rm -f conftest.
$ac_objext conftest
$ac_exeext
13067 if { (ac_try
="$ac_link"
13068 case "(($ac_try" in
13069 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13070 *) ac_try_echo=$ac_try;;
13072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13073 (eval "$ac_link") 2>conftest.er1
13075 grep -v '^ *+' conftest.er1 >conftest.err
13077 cat conftest.err >&5
13078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13079 (exit $ac_status); } &&
13080 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13081 { (case "(($ac_try" in
13082 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13083 *) ac_try_echo
=$ac_try;;
13085 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13086 (eval "$ac_try") 2>&5
13088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13089 (exit $ac_status); }; } &&
13090 { ac_try
='test -s conftest$ac_exeext'
13091 { (case "(($ac_try" in
13092 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13093 *) ac_try_echo=$ac_try;;
13095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13096 (eval "$ac_try") 2>&5
13098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13099 (exit $ac_status); }; }; then
13100 ac_cv_c_va_copy="yes"
13102 echo "$as_me: failed program was:" >&5
13103 sed 's/^/| /' conftest.$ac_ext >&5
13105 ac_cv_c_va_copy="no"
13108 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13109 conftest$ac_exeext conftest.$ac_ext
13112 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
13113 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
13114 if test "$ac_cv_c_va_copy" = "yes"
13117 cat >>confdefs.h <<\_ACEOF
13118 #define HAVE_VA_COPY 1
13122 { echo "$as_me:$LINENO: checking for __va_copy" >&5
13123 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
13124 if test "${ac_cv_c___va_copy+set}" = set; then
13125 echo $ECHO_N "(cached) $ECHO_C" >&6
13127 cat >conftest.$ac_ext <<_ACEOF
13130 cat confdefs.h >>conftest.$ac_ext
13131 cat >>conftest.$ac_ext <<_ACEOF
13132 /* end confdefs.h. */
13133 #include <stdarg.h>
13138 __va_copy(ap1,ap2);
13144 rm -f conftest.$ac_objext conftest$ac_exeext
13145 if { (ac_try="$ac_link"
13146 case "(($ac_try" in
13147 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13148 *) ac_try_echo
=$ac_try;;
13150 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13151 (eval "$ac_link") 2>conftest.er1
13153 grep -v '^ *+' conftest.er1
>conftest.err
13155 cat conftest.err
>&5
13156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13157 (exit $ac_status); } &&
13158 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13159 { (case "(($ac_try" in
13160 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13161 *) ac_try_echo=$ac_try;;
13163 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13164 (eval "$ac_try") 2>&5
13166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13167 (exit $ac_status); }; } &&
13168 { ac_try='test -s conftest$ac_exeext'
13169 { (case "(($ac_try" in
13170 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13171 *) ac_try_echo
=$ac_try;;
13173 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13174 (eval "$ac_try") 2>&5
13176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13177 (exit $ac_status); }; }; then
13178 ac_cv_c___va_copy
="yes"
13180 echo "$as_me: failed program was:" >&5
13181 sed 's/^/| /' conftest.
$ac_ext >&5
13183 ac_cv_c___va_copy
="no"
13186 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13187 conftest
$ac_exeext conftest.
$ac_ext
13190 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
13191 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
13192 if test "$ac_cv_c___va_copy" = "yes"
13195 cat >>confdefs.h
<<\_ACEOF
13196 #define HAVE___VA_COPY 1
13201 { echo "$as_me:$LINENO: checking for sigsetjmp" >&5
13202 echo $ECHO_N "checking for sigsetjmp... $ECHO_C" >&6; }
13203 if test "${ac_cv_c_sigsetjmp+set}" = set; then
13204 echo $ECHO_N "(cached) $ECHO_C" >&6
13206 cat >conftest.
$ac_ext <<_ACEOF
13209 cat confdefs.h
>>conftest.
$ac_ext
13210 cat >>conftest.
$ac_ext <<_ACEOF
13211 /* end confdefs.h. */
13212 #include <setjmp.h>
13217 sigsetjmp( buf, 1 );
13218 siglongjmp( buf, 1 );
13223 rm -f conftest.
$ac_objext conftest
$ac_exeext
13224 if { (ac_try
="$ac_link"
13225 case "(($ac_try" in
13226 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13227 *) ac_try_echo=$ac_try;;
13229 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13230 (eval "$ac_link") 2>conftest.er1
13232 grep -v '^ *+' conftest.er1 >conftest.err
13234 cat conftest.err >&5
13235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13236 (exit $ac_status); } &&
13237 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13238 { (case "(($ac_try" in
13239 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13240 *) ac_try_echo
=$ac_try;;
13242 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13243 (eval "$ac_try") 2>&5
13245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13246 (exit $ac_status); }; } &&
13247 { ac_try
='test -s conftest$ac_exeext'
13248 { (case "(($ac_try" in
13249 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13250 *) ac_try_echo=$ac_try;;
13252 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13253 (eval "$ac_try") 2>&5
13255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13256 (exit $ac_status); }; }; then
13257 ac_cv_c_sigsetjmp="yes"
13259 echo "$as_me: failed program was:" >&5
13260 sed 's/^/| /' conftest.$ac_ext >&5
13262 ac_cv_c_sigsetjmp="no"
13265 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13266 conftest$ac_exeext conftest.$ac_ext
13269 { echo "$as_me:$LINENO: result: $ac_cv_c_sigsetjmp" >&5
13270 echo "${ECHO_T}$ac_cv_c_sigsetjmp" >&6; }
13271 if test "$ac_cv_c_sigsetjmp" = "yes"
13274 cat >>confdefs.h <<\_ACEOF
13275 #define HAVE_SIGSETJMP 1
13280 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
13281 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
13282 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
13283 echo $ECHO_N "(cached) $ECHO_C" >&6
13285 cat >conftest.$ac_ext <<_ACEOF
13288 cat confdefs.h >>conftest.$ac_ext
13289 cat >>conftest.$ac_ext <<_ACEOF
13290 /* end confdefs.h. */
13291 #define _GNU_SOURCE
13292 #include <pthread.h>
13294 typedef pthread_rwlock_t ac__type_new_;
13298 if ((ac__type_new_ *) 0)
13300 if (sizeof (ac__type_new_))
13306 rm -f conftest.$ac_objext
13307 if { (ac_try="$ac_compile"
13308 case "(($ac_try" in
13309 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13310 *) ac_try_echo
=$ac_try;;
13312 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13313 (eval "$ac_compile") 2>conftest.er1
13315 grep -v '^ *+' conftest.er1
>conftest.err
13317 cat conftest.err
>&5
13318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13319 (exit $ac_status); } &&
13320 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13321 { (case "(($ac_try" in
13322 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13323 *) ac_try_echo=$ac_try;;
13325 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13326 (eval "$ac_try") 2>&5
13328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13329 (exit $ac_status); }; } &&
13330 { ac_try='test -s conftest.$ac_objext'
13331 { (case "(($ac_try" in
13332 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13333 *) ac_try_echo
=$ac_try;;
13335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13336 (eval "$ac_try") 2>&5
13338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13339 (exit $ac_status); }; }; then
13340 ac_cv_type_pthread_rwlock_t
=yes
13342 echo "$as_me: failed program was:" >&5
13343 sed 's/^/| /' conftest.
$ac_ext >&5
13345 ac_cv_type_pthread_rwlock_t
=no
13348 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13350 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
13351 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
13352 if test $ac_cv_type_pthread_rwlock_t = yes; then
13354 cat >>confdefs.h
<<_ACEOF
13355 #define HAVE_PTHREAD_RWLOCK_T 1
13360 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
13361 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
13362 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
13363 echo $ECHO_N "(cached) $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 #define _GNU_SOURCE
13372 #include <pthread.h>
13374 typedef pthread_rwlockattr_t ac__type_new_;
13378 if ((ac__type_new_ *) 0)
13380 if (sizeof (ac__type_new_))
13386 rm -f conftest.
$ac_objext
13387 if { (ac_try
="$ac_compile"
13388 case "(($ac_try" in
13389 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13390 *) ac_try_echo=$ac_try;;
13392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13393 (eval "$ac_compile") 2>conftest.er1
13395 grep -v '^ *+' conftest.er1 >conftest.err
13397 cat conftest.err >&5
13398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13399 (exit $ac_status); } &&
13400 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13401 { (case "(($ac_try" in
13402 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13403 *) ac_try_echo
=$ac_try;;
13405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13406 (eval "$ac_try") 2>&5
13408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13409 (exit $ac_status); }; } &&
13410 { ac_try
='test -s conftest.$ac_objext'
13411 { (case "(($ac_try" in
13412 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13413 *) ac_try_echo=$ac_try;;
13415 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13416 (eval "$ac_try") 2>&5
13418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13419 (exit $ac_status); }; }; then
13420 ac_cv_type_pthread_rwlockattr_t=yes
13422 echo "$as_me: failed program was:" >&5
13423 sed 's/^/| /' conftest.$ac_ext >&5
13425 ac_cv_type_pthread_rwlockattr_t=no
13428 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13430 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
13431 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
13432 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
13434 cat >>confdefs.h <<_ACEOF
13435 #define HAVE_PTHREAD_RWLOCKATTR_T 1
13442 ac_wine_check_funcs_save_LIBS="$LIBS"
13443 LIBS="$LIBS $LIBPTHREAD"
13449 pthread_attr_get_np \
13450 pthread_getattr_np \
13451 pthread_get_stackaddr_np \
13452 pthread_get_stacksize_np
13454 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
13455 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13456 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13457 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13458 echo $ECHO_N "(cached) $ECHO_C" >&6
13460 cat >conftest.$ac_ext <<_ACEOF
13463 cat confdefs.h >>conftest.$ac_ext
13464 cat >>conftest.$ac_ext <<_ACEOF
13465 /* end confdefs.h. */
13466 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13467 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13468 #define $ac_func innocuous_$ac_func
13470 /* System header to define __stub macros and hopefully few prototypes,
13471 which can conflict with char $ac_func (); below.
13472 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13473 <limits.h> exists even on freestanding compilers. */
13476 # include <limits.h>
13478 # include <assert.h>
13483 /* Override any GCC internal prototype to avoid an error.
13484 Use char because int might match the return type of a GCC
13485 builtin and then its argument prototype would still apply. */
13490 /* The GNU C library defines this for functions which it implements
13491 to always fail with ENOSYS. Some functions are actually named
13492 something starting with __ and the normal name is an alias. */
13493 #if defined __stub_$ac_func || defined __stub___$ac_func
13500 return $ac_func ();
13505 rm -f conftest.$ac_objext conftest$ac_exeext
13506 if { (ac_try="$ac_link"
13507 case "(($ac_try" in
13508 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13509 *) ac_try_echo
=$ac_try;;
13511 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13512 (eval "$ac_link") 2>conftest.er1
13514 grep -v '^ *+' conftest.er1
>conftest.err
13516 cat conftest.err
>&5
13517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13518 (exit $ac_status); } &&
13519 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13520 { (case "(($ac_try" in
13521 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13522 *) ac_try_echo=$ac_try;;
13524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13525 (eval "$ac_try") 2>&5
13527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13528 (exit $ac_status); }; } &&
13529 { ac_try='test -s conftest$ac_exeext'
13530 { (case "(($ac_try" in
13531 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13532 *) ac_try_echo
=$ac_try;;
13534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13535 (eval "$ac_try") 2>&5
13537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13538 (exit $ac_status); }; }; then
13539 eval "$as_ac_var=yes"
13541 echo "$as_me: failed program was:" >&5
13542 sed 's/^/| /' conftest.
$ac_ext >&5
13544 eval "$as_ac_var=no"
13547 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13548 conftest
$ac_exeext conftest.
$ac_ext
13550 ac_res
=`eval echo '${'$as_ac_var'}'`
13551 { echo "$as_me:$LINENO: result: $ac_res" >&5
13552 echo "${ECHO_T}$ac_res" >&6; }
13553 if test `eval echo '${'$as_ac_var'}'` = yes; then
13554 cat >>confdefs.h
<<_ACEOF
13555 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13561 LIBS
="$ac_wine_check_funcs_save_LIBS"
13563 # Extract the first word of "artsc-config", so it can be a program name with args.
13564 set dummy artsc-config
; ac_word
=$2
13565 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13566 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13567 if test "${ac_cv_path_ARTSCCONFIG+set}" = set; then
13568 echo $ECHO_N "(cached) $ECHO_C" >&6
13570 case $ARTSCCONFIG in
13572 ac_cv_path_ARTSCCONFIG
="$ARTSCCONFIG" # Let the user override the test with a path.
13575 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13576 for as_dir
in $PATH
13579 test -z "$as_dir" && as_dir
=.
13580 for ac_exec_ext
in '' $ac_executable_extensions; do
13581 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
13582 ac_cv_path_ARTSCCONFIG
="$as_dir/$ac_word$ac_exec_ext"
13583 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13593 ARTSCCONFIG
=$ac_cv_path_ARTSCCONFIG
13594 if test -n "$ARTSCCONFIG"; then
13595 { echo "$as_me:$LINENO: result: $ARTSCCONFIG" >&5
13596 echo "${ECHO_T}$ARTSCCONFIG" >&6; }
13598 { echo "$as_me:$LINENO: result: no" >&5
13599 echo "${ECHO_T}no" >&6; }
13603 if test x
$ARTSCCONFIG != x
-a x
$ARTSCCONFIG != x
'"$ARTSCCONFIG"';
13606 for i
in `$ARTSCCONFIG --cflags`
13609 -I*) ARTSC_CFLAGS
="$ARTSC_CFLAGS $i";;
13613 for i
in `$ARTSCCONFIG --libs`
13616 -L/usr
/lib|
-L/usr
/lib64
) ;;
13617 -L*|
-l*) ARTSC_LIBS
="$ARTSC_LIBS $i";;
13620 save_CFLAGS
="$CFLAGS"
13621 CFLAGS
="$CFLAGS $ARTSC_CFLAGS"
13622 { echo "$as_me:$LINENO: checking for arts_init in -lartsc" >&5
13623 echo $ECHO_N "checking for arts_init in -lartsc... $ECHO_C" >&6; }
13624 if test "${ac_cv_lib_artsc_arts_init+set}" = set; then
13625 echo $ECHO_N "(cached) $ECHO_C" >&6
13627 ac_check_lib_save_LIBS
=$LIBS
13628 LIBS
="-lartsc $ARTSC_LIBS $LIBS"
13629 cat >conftest.
$ac_ext <<_ACEOF
13632 cat confdefs.h
>>conftest.
$ac_ext
13633 cat >>conftest.
$ac_ext <<_ACEOF
13634 /* end confdefs.h. */
13636 /* Override any GCC internal prototype to avoid an error.
13637 Use char because int might match the return type of a GCC
13638 builtin and then its argument prototype would still apply. */
13646 return arts_init ();
13651 rm -f conftest.
$ac_objext conftest
$ac_exeext
13652 if { (ac_try
="$ac_link"
13653 case "(($ac_try" in
13654 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13655 *) ac_try_echo=$ac_try;;
13657 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13658 (eval "$ac_link") 2>conftest.er1
13660 grep -v '^ *+' conftest.er1 >conftest.err
13662 cat conftest.err >&5
13663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13664 (exit $ac_status); } &&
13665 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13666 { (case "(($ac_try" in
13667 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13668 *) ac_try_echo
=$ac_try;;
13670 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13671 (eval "$ac_try") 2>&5
13673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13674 (exit $ac_status); }; } &&
13675 { ac_try
='test -s conftest$ac_exeext'
13676 { (case "(($ac_try" in
13677 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13678 *) ac_try_echo=$ac_try;;
13680 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13681 (eval "$ac_try") 2>&5
13683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13684 (exit $ac_status); }; }; then
13685 ac_cv_lib_artsc_arts_init=yes
13687 echo "$as_me: failed program was:" >&5
13688 sed 's/^/| /' conftest.$ac_ext >&5
13690 ac_cv_lib_artsc_arts_init=no
13693 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13694 conftest$ac_exeext conftest.$ac_ext
13695 LIBS=$ac_check_lib_save_LIBS
13697 { echo "$as_me:$LINENO: result: $ac_cv_lib_artsc_arts_init" >&5
13698 echo "${ECHO_T}$ac_cv_lib_artsc_arts_init" >&6; }
13699 if test $ac_cv_lib_artsc_arts_init = yes; then
13700 cat >conftest.$ac_ext <<_ACEOF
13703 cat confdefs.h >>conftest.$ac_ext
13704 cat >>conftest.$ac_ext <<_ACEOF
13705 /* end confdefs.h. */
13710 arts_stream_t stream;
13715 rm -f conftest.$ac_objext
13716 if { (ac_try="$ac_compile"
13717 case "(($ac_try" in
13718 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13719 *) ac_try_echo
=$ac_try;;
13721 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13722 (eval "$ac_compile") 2>conftest.er1
13724 grep -v '^ *+' conftest.er1
>conftest.err
13726 cat conftest.err
>&5
13727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13728 (exit $ac_status); } &&
13729 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13730 { (case "(($ac_try" in
13731 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13732 *) ac_try_echo=$ac_try;;
13734 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13735 (eval "$ac_try") 2>&5
13737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13738 (exit $ac_status); }; } &&
13739 { ac_try='test -s conftest.$ac_objext'
13740 { (case "(($ac_try" in
13741 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13742 *) ac_try_echo
=$ac_try;;
13744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13745 (eval "$ac_try") 2>&5
13747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13748 (exit $ac_status); }; }; then
13749 ARTSLIBS
=$ARTSC_LIBS
13751 ARTSINCL
=$ARTSC_CFLAGS
13754 cat >>confdefs.h
<<\_ACEOF
13755 #define HAVE_ARTS 1
13759 echo "$as_me: failed program was:" >&5
13760 sed 's/^/| /' conftest.
$ac_ext >&5
13765 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13768 CFLAGS
="$save_CFLAGS"
13771 # Extract the first word of "esd-config", so it can be a program name with args.
13772 set dummy esd-config
; ac_word
=$2
13773 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13774 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13775 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
13776 echo $ECHO_N "(cached) $ECHO_C" >&6
13780 ac_cv_path_ESDCONFIG
="$ESDCONFIG" # Let the user override the test with a path.
13783 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13784 for as_dir
in $PATH
13787 test -z "$as_dir" && as_dir
=.
13788 for ac_exec_ext
in '' $ac_executable_extensions; do
13789 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
13790 ac_cv_path_ESDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
13791 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13801 ESDCONFIG
=$ac_cv_path_ESDCONFIG
13802 if test -n "$ESDCONFIG"; then
13803 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
13804 echo "${ECHO_T}$ESDCONFIG" >&6; }
13806 { echo "$as_me:$LINENO: result: no" >&5
13807 echo "${ECHO_T}no" >&6; }
13811 if test x
$ESDCONFIG != x
-a x
$ESDCONFIG != x
'"$ESDCONFIG"';
13814 for i
in `$ESDCONFIG --cflags`
13817 -I*) ESD_CFLAGS
="$ESD_CFLAGS $i";;
13820 ESD_LIBS
=`$ESDCONFIG --libs`
13821 save_CFLAGS
="$CFLAGS"
13822 CFLAGS
="$CFLAGS $ESD_CFLAGS"
13823 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
13824 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
13825 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
13826 echo $ECHO_N "(cached) $ECHO_C" >&6
13828 ac_check_lib_save_LIBS
=$LIBS
13830 cat >conftest.
$ac_ext <<_ACEOF
13833 cat confdefs.h
>>conftest.
$ac_ext
13834 cat >>conftest.
$ac_ext <<_ACEOF
13835 /* end confdefs.h. */
13837 /* Override any GCC internal prototype to avoid an error.
13838 Use char because int might match the return type of a GCC
13839 builtin and then its argument prototype would still apply. */
13843 char esd_open_sound ();
13847 return esd_open_sound ();
13852 rm -f conftest.
$ac_objext conftest
$ac_exeext
13853 if { (ac_try
="$ac_link"
13854 case "(($ac_try" in
13855 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13856 *) ac_try_echo=$ac_try;;
13858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13859 (eval "$ac_link") 2>conftest.er1
13861 grep -v '^ *+' conftest.er1 >conftest.err
13863 cat conftest.err >&5
13864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13865 (exit $ac_status); } &&
13866 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13867 { (case "(($ac_try" in
13868 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13869 *) ac_try_echo
=$ac_try;;
13871 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13872 (eval "$ac_try") 2>&5
13874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13875 (exit $ac_status); }; } &&
13876 { ac_try
='test -s conftest$ac_exeext'
13877 { (case "(($ac_try" in
13878 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13879 *) ac_try_echo=$ac_try;;
13881 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13882 (eval "$ac_try") 2>&5
13884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13885 (exit $ac_status); }; }; then
13886 ac_cv_lib_esd_esd_open_sound=yes
13888 echo "$as_me: failed program was:" >&5
13889 sed 's/^/| /' conftest.$ac_ext >&5
13891 ac_cv_lib_esd_esd_open_sound=no
13894 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13895 conftest$ac_exeext conftest.$ac_ext
13896 LIBS=$ac_check_lib_save_LIBS
13898 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
13899 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
13900 if test $ac_cv_lib_esd_esd_open_sound = yes; then
13903 ESDINCL=$ESD_CFLAGS
13906 cat >>confdefs.h <<\_ACEOF
13912 CFLAGS="$save_CFLAGS"
13917 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
13919 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
13920 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
13921 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
13922 echo $ECHO_N "(cached) $ECHO_C" >&6
13924 ac_check_lib_save_LIBS=$LIBS
13925 LIBS="-lasound $LIBS"
13926 cat >conftest.$ac_ext <<_ACEOF
13929 cat confdefs.h >>conftest.$ac_ext
13930 cat >>conftest.$ac_ext <<_ACEOF
13931 /* end confdefs.h. */
13933 /* Override any GCC internal prototype to avoid an error.
13934 Use char because int might match the return type of a GCC
13935 builtin and then its argument prototype would still apply. */
13939 char snd_pcm_hw_params_get_access ();
13943 return snd_pcm_hw_params_get_access ();
13948 rm -f conftest.$ac_objext conftest$ac_exeext
13949 if { (ac_try="$ac_link"
13950 case "(($ac_try" in
13951 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13952 *) ac_try_echo
=$ac_try;;
13954 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13955 (eval "$ac_link") 2>conftest.er1
13957 grep -v '^ *+' conftest.er1
>conftest.err
13959 cat conftest.err
>&5
13960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13961 (exit $ac_status); } &&
13962 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13963 { (case "(($ac_try" in
13964 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13965 *) ac_try_echo=$ac_try;;
13967 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13968 (eval "$ac_try") 2>&5
13970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13971 (exit $ac_status); }; } &&
13972 { ac_try='test -s conftest$ac_exeext'
13973 { (case "(($ac_try" in
13974 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13975 *) ac_try_echo
=$ac_try;;
13977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13978 (eval "$ac_try") 2>&5
13980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13981 (exit $ac_status); }; }; then
13982 ac_cv_lib_asound_snd_pcm_hw_params_get_access
=yes
13984 echo "$as_me: failed program was:" >&5
13985 sed 's/^/| /' conftest.
$ac_ext >&5
13987 ac_cv_lib_asound_snd_pcm_hw_params_get_access
=no
13990 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13991 conftest
$ac_exeext conftest.
$ac_ext
13992 LIBS
=$ac_check_lib_save_LIBS
13994 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
13995 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
13996 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
13997 cat >conftest.
$ac_ext <<_ACEOF
14000 cat confdefs.h
>>conftest.
$ac_ext
14001 cat >>conftest.
$ac_ext <<_ACEOF
14002 /* end confdefs.h. */
14003 #ifdef HAVE_ALSA_ASOUNDLIB_H
14004 #include <alsa/asoundlib.h>
14005 #elif defined(HAVE_SYS_ASOUNDLIB_H)
14006 #include <sys/asoundlib.h>
14011 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
14016 rm -f conftest.
$ac_objext
14017 if { (ac_try
="$ac_compile"
14018 case "(($ac_try" in
14019 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14020 *) ac_try_echo=$ac_try;;
14022 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14023 (eval "$ac_compile") 2>conftest.er1
14025 grep -v '^ *+' conftest.er1 >conftest.err
14027 cat conftest.err >&5
14028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14029 (exit $ac_status); } &&
14030 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14031 { (case "(($ac_try" in
14032 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14033 *) ac_try_echo
=$ac_try;;
14035 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14036 (eval "$ac_try") 2>&5
14038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14039 (exit $ac_status); }; } &&
14040 { ac_try
='test -s conftest.$ac_objext'
14041 { (case "(($ac_try" in
14042 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14043 *) ac_try_echo=$ac_try;;
14045 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14046 (eval "$ac_try") 2>&5
14048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14049 (exit $ac_status); }; }; then
14051 cat >>confdefs.h <<\_ACEOF
14052 #define HAVE_ALSA 1
14055 ALSALIBS="-lasound"
14057 echo "$as_me: failed program was:" >&5
14058 sed 's/^/| /' conftest.$ac_ext >&5
14063 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14071 if test "$ac_cv_header_libaudioio_h" = "yes"
14073 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
14074 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
14075 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
14076 echo $ECHO_N "(cached) $ECHO_C" >&6
14078 ac_check_lib_save_LIBS=$LIBS
14079 LIBS="-laudioio $LIBS"
14080 cat >conftest.$ac_ext <<_ACEOF
14083 cat confdefs.h >>conftest.$ac_ext
14084 cat >>conftest.$ac_ext <<_ACEOF
14085 /* end confdefs.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. */
14093 char AudioIOGetVersion ();
14097 return AudioIOGetVersion ();
14102 rm -f conftest.$ac_objext conftest$ac_exeext
14103 if { (ac_try="$ac_link"
14104 case "(($ac_try" in
14105 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14106 *) ac_try_echo
=$ac_try;;
14108 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14109 (eval "$ac_link") 2>conftest.er1
14111 grep -v '^ *+' conftest.er1
>conftest.err
14113 cat conftest.err
>&5
14114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14115 (exit $ac_status); } &&
14116 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14117 { (case "(($ac_try" in
14118 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14119 *) ac_try_echo=$ac_try;;
14121 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14122 (eval "$ac_try") 2>&5
14124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14125 (exit $ac_status); }; } &&
14126 { ac_try='test -s conftest$ac_exeext'
14127 { (case "(($ac_try" in
14128 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14129 *) ac_try_echo
=$ac_try;;
14131 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14132 (eval "$ac_try") 2>&5
14134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14135 (exit $ac_status); }; }; then
14136 ac_cv_lib_audioio_AudioIOGetVersion
=yes
14138 echo "$as_me: failed program was:" >&5
14139 sed 's/^/| /' conftest.
$ac_ext >&5
14141 ac_cv_lib_audioio_AudioIOGetVersion
=no
14144 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14145 conftest
$ac_exeext conftest.
$ac_ext
14146 LIBS
=$ac_check_lib_save_LIBS
14148 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
14149 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
14150 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
14151 AUDIOIOLIBS
="-laudioio"
14153 cat >>confdefs.h
<<\_ACEOF
14154 #define HAVE_LIBAUDIOIO 1
14162 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
14164 { echo "$as_me:$LINENO: checking for capi20_register in -lcapi20" >&5
14165 echo $ECHO_N "checking for capi20_register in -lcapi20... $ECHO_C" >&6; }
14166 if test "${ac_cv_lib_capi20_capi20_register+set}" = set; then
14167 echo $ECHO_N "(cached) $ECHO_C" >&6
14169 ac_check_lib_save_LIBS
=$LIBS
14170 LIBS
="-lcapi20 $LIBS"
14171 cat >conftest.
$ac_ext <<_ACEOF
14174 cat confdefs.h
>>conftest.
$ac_ext
14175 cat >>conftest.
$ac_ext <<_ACEOF
14176 /* end confdefs.h. */
14178 /* Override any GCC internal prototype to avoid an error.
14179 Use char because int might match the return type of a GCC
14180 builtin and then its argument prototype would still apply. */
14184 char capi20_register ();
14188 return capi20_register ();
14193 rm -f conftest.
$ac_objext conftest
$ac_exeext
14194 if { (ac_try
="$ac_link"
14195 case "(($ac_try" in
14196 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14197 *) ac_try_echo=$ac_try;;
14199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14200 (eval "$ac_link") 2>conftest.er1
14202 grep -v '^ *+' conftest.er1 >conftest.err
14204 cat conftest.err >&5
14205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14206 (exit $ac_status); } &&
14207 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14208 { (case "(($ac_try" in
14209 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14210 *) ac_try_echo
=$ac_try;;
14212 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14213 (eval "$ac_try") 2>&5
14215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14216 (exit $ac_status); }; } &&
14217 { ac_try
='test -s conftest$ac_exeext'
14218 { (case "(($ac_try" in
14219 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14220 *) ac_try_echo=$ac_try;;
14222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14223 (eval "$ac_try") 2>&5
14225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14226 (exit $ac_status); }; }; then
14227 ac_cv_lib_capi20_capi20_register=yes
14229 echo "$as_me: failed program was:" >&5
14230 sed 's/^/| /' conftest.$ac_ext >&5
14232 ac_cv_lib_capi20_capi20_register=no
14235 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14236 conftest$ac_exeext conftest.$ac_ext
14237 LIBS=$ac_check_lib_save_LIBS
14239 { echo "$as_me:$LINENO: result: $ac_cv_lib_capi20_capi20_register" >&5
14240 echo "${ECHO_T}$ac_cv_lib_capi20_capi20_register" >&6; }
14241 if test $ac_cv_lib_capi20_capi20_register = yes; then
14243 cat >>confdefs.h <<\_ACEOF
14244 #define HAVE_CAPI4LINUX 1
14254 if test "x${GCC}" = "xyes"
14256 EXTRACFLAGS="-Wall -pipe"
14258 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
14259 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
14260 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
14261 echo $ECHO_N "(cached) $ECHO_C" >&6
14263 if test "$cross_compiling" = yes; then
14264 ac_cv_c_gcc_strength_bug="yes"
14266 cat >conftest.$ac_ext <<_ACEOF
14269 cat confdefs.h >>conftest.$ac_ext
14270 cat >>conftest.$ac_ext <<_ACEOF
14271 /* end confdefs.h. */
14273 int L[4] = {0,1,2,3};
14275 static int Array[3];
14276 unsigned int B = 3;
14278 for(i=0; i<B; i++) Array[i] = i - 3;
14279 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
14282 exit( Array[1] != -2 || L[2] != 3);
14285 rm -f conftest$ac_exeext
14286 if { (ac_try="$ac_link"
14287 case "(($ac_try" in
14288 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14289 *) ac_try_echo
=$ac_try;;
14291 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14292 (eval "$ac_link") 2>&5
14294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14295 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
14296 { (case "(($ac_try" in
14297 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14298 *) ac_try_echo=$ac_try;;
14300 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14301 (eval "$ac_try") 2>&5
14303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14304 (exit $ac_status); }; }; then
14305 ac_cv_c_gcc_strength_bug="no"
14307 echo "$as_me: program exited with status $ac_status" >&5
14308 echo "$as_me: failed program was:" >&5
14309 sed 's/^/| /' conftest.$ac_ext >&5
14311 ( exit $ac_status )
14312 ac_cv_c_gcc_strength_bug="yes"
14314 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14319 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
14320 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
14321 if test "$ac_cv_c_gcc_strength_bug" = "yes"
14323 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
14327 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
14328 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
14329 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
14330 echo $ECHO_N "(cached) $ECHO_C" >&6
14332 ac_wine_try_cflags_saved=$CFLAGS
14333 CFLAGS="$CFLAGS -fshort-wchar"
14334 cat >conftest.$ac_ext <<_ACEOF
14337 cat confdefs.h >>conftest.$ac_ext
14338 cat >>conftest.$ac_ext <<_ACEOF
14339 /* end confdefs.h. */
14349 rm -f conftest.$ac_objext conftest$ac_exeext
14350 if { (ac_try="$ac_link"
14351 case "(($ac_try" in
14352 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14353 *) ac_try_echo
=$ac_try;;
14355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14356 (eval "$ac_link") 2>conftest.er1
14358 grep -v '^ *+' conftest.er1
>conftest.err
14360 cat conftest.err
>&5
14361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14362 (exit $ac_status); } &&
14363 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14364 { (case "(($ac_try" in
14365 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14366 *) ac_try_echo=$ac_try;;
14368 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14369 (eval "$ac_try") 2>&5
14371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14372 (exit $ac_status); }; } &&
14373 { ac_try='test -s conftest$ac_exeext'
14374 { (case "(($ac_try" in
14375 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14376 *) ac_try_echo
=$ac_try;;
14378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14379 (eval "$ac_try") 2>&5
14381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14382 (exit $ac_status); }; }; then
14383 ac_cv_cflags__fshort_wchar
=yes
14385 echo "$as_me: failed program was:" >&5
14386 sed 's/^/| /' conftest.
$ac_ext >&5
14388 ac_cv_cflags__fshort_wchar
=no
14391 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14392 conftest
$ac_exeext conftest.
$ac_ext
14393 CFLAGS
=$ac_wine_try_cflags_saved
14395 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
14396 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
14397 if test $ac_cv_cflags__fshort_wchar = yes; then
14399 cat >>confdefs.h
<<\_ACEOF
14400 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
14405 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
14406 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
14407 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
14408 echo $ECHO_N "(cached) $ECHO_C" >&6
14410 ac_wine_try_cflags_saved
=$CFLAGS
14411 CFLAGS
="$CFLAGS -fno-strict-aliasing"
14412 cat >conftest.
$ac_ext <<_ACEOF
14415 cat confdefs.h
>>conftest.
$ac_ext
14416 cat >>conftest.
$ac_ext <<_ACEOF
14417 /* end confdefs.h. */
14427 rm -f conftest.
$ac_objext conftest
$ac_exeext
14428 if { (ac_try
="$ac_link"
14429 case "(($ac_try" in
14430 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14431 *) ac_try_echo=$ac_try;;
14433 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14434 (eval "$ac_link") 2>conftest.er1
14436 grep -v '^ *+' conftest.er1 >conftest.err
14438 cat conftest.err >&5
14439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14440 (exit $ac_status); } &&
14441 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14442 { (case "(($ac_try" in
14443 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14444 *) ac_try_echo
=$ac_try;;
14446 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14447 (eval "$ac_try") 2>&5
14449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14450 (exit $ac_status); }; } &&
14451 { ac_try
='test -s conftest$ac_exeext'
14452 { (case "(($ac_try" in
14453 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14454 *) ac_try_echo=$ac_try;;
14456 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14457 (eval "$ac_try") 2>&5
14459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14460 (exit $ac_status); }; }; then
14461 ac_cv_cflags__fno_strict_aliasing=yes
14463 echo "$as_me: failed program was:" >&5
14464 sed 's/^/| /' conftest.$ac_ext >&5
14466 ac_cv_cflags__fno_strict_aliasing=no
14469 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14470 conftest$ac_exeext conftest.$ac_ext
14471 CFLAGS=$ac_wine_try_cflags_saved
14473 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14474 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
14475 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
14476 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
14479 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14480 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
14481 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
14482 echo $ECHO_N "(cached) $ECHO_C" >&6
14484 ac_wine_try_cflags_saved=$CFLAGS
14485 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
14486 cat >conftest.$ac_ext <<_ACEOF
14489 cat confdefs.h >>conftest.$ac_ext
14490 cat >>conftest.$ac_ext <<_ACEOF
14491 /* end confdefs.h. */
14501 rm -f conftest.$ac_objext conftest$ac_exeext
14502 if { (ac_try="$ac_link"
14503 case "(($ac_try" in
14504 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14505 *) ac_try_echo
=$ac_try;;
14507 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14508 (eval "$ac_link") 2>conftest.er1
14510 grep -v '^ *+' conftest.er1
>conftest.err
14512 cat conftest.err
>&5
14513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14514 (exit $ac_status); } &&
14515 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14516 { (case "(($ac_try" in
14517 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14518 *) ac_try_echo=$ac_try;;
14520 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14521 (eval "$ac_try") 2>&5
14523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14524 (exit $ac_status); }; } &&
14525 { ac_try='test -s conftest$ac_exeext'
14526 { (case "(($ac_try" in
14527 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14528 *) ac_try_echo
=$ac_try;;
14530 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14531 (eval "$ac_try") 2>&5
14533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14534 (exit $ac_status); }; }; then
14535 ac_cv_cflags__Wdeclaration_after_statement
=yes
14537 echo "$as_me: failed program was:" >&5
14538 sed 's/^/| /' conftest.
$ac_ext >&5
14540 ac_cv_cflags__Wdeclaration_after_statement
=no
14543 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14544 conftest
$ac_exeext conftest.
$ac_ext
14545 CFLAGS
=$ac_wine_try_cflags_saved
14547 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14548 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14549 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
14550 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
14553 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
14554 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
14555 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
14556 echo $ECHO_N "(cached) $ECHO_C" >&6
14558 ac_wine_try_cflags_saved
=$CFLAGS
14559 CFLAGS
="$CFLAGS -Wwrite-strings"
14560 cat >conftest.
$ac_ext <<_ACEOF
14563 cat confdefs.h
>>conftest.
$ac_ext
14564 cat >>conftest.
$ac_ext <<_ACEOF
14565 /* end confdefs.h. */
14575 rm -f conftest.
$ac_objext conftest
$ac_exeext
14576 if { (ac_try
="$ac_link"
14577 case "(($ac_try" in
14578 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14579 *) ac_try_echo=$ac_try;;
14581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14582 (eval "$ac_link") 2>conftest.er1
14584 grep -v '^ *+' conftest.er1 >conftest.err
14586 cat conftest.err >&5
14587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14588 (exit $ac_status); } &&
14589 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14590 { (case "(($ac_try" in
14591 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14592 *) ac_try_echo
=$ac_try;;
14594 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14595 (eval "$ac_try") 2>&5
14597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14598 (exit $ac_status); }; } &&
14599 { ac_try
='test -s conftest$ac_exeext'
14600 { (case "(($ac_try" in
14601 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14602 *) ac_try_echo=$ac_try;;
14604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14605 (eval "$ac_try") 2>&5
14607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14608 (exit $ac_status); }; }; then
14609 ac_cv_cflags__Wwrite_strings=yes
14611 echo "$as_me: failed program was:" >&5
14612 sed 's/^/| /' conftest.$ac_ext >&5
14614 ac_cv_cflags__Wwrite_strings=no
14617 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14618 conftest$ac_exeext conftest.$ac_ext
14619 CFLAGS=$ac_wine_try_cflags_saved
14621 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
14622 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
14623 if test $ac_cv_cflags__Wwrite_strings = yes; then
14624 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
14628 saved_CFLAGS="$CFLAGS"
14629 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
14630 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
14631 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
14632 if test "${ac_cv_c_string_h_warnings+set}" = set; then
14633 echo $ECHO_N "(cached) $ECHO_C" >&6
14635 cat >conftest.$ac_ext <<_ACEOF
14638 cat confdefs.h >>conftest.$ac_ext
14639 cat >>conftest.$ac_ext <<_ACEOF
14640 /* end confdefs.h. */
14641 #include <string.h>
14650 rm -f conftest.$ac_objext
14651 if { (ac_try="$ac_compile"
14652 case "(($ac_try" in
14653 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14654 *) ac_try_echo
=$ac_try;;
14656 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14657 (eval "$ac_compile") 2>conftest.er1
14659 grep -v '^ *+' conftest.er1
>conftest.err
14661 cat conftest.err
>&5
14662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14663 (exit $ac_status); } &&
14664 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14665 { (case "(($ac_try" in
14666 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14667 *) ac_try_echo=$ac_try;;
14669 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14670 (eval "$ac_try") 2>&5
14672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14673 (exit $ac_status); }; } &&
14674 { ac_try='test -s conftest.$ac_objext'
14675 { (case "(($ac_try" in
14676 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14677 *) ac_try_echo
=$ac_try;;
14679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14680 (eval "$ac_try") 2>&5
14682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14683 (exit $ac_status); }; }; then
14684 ac_cv_c_string_h_warnings
=no
14686 echo "$as_me: failed program was:" >&5
14687 sed 's/^/| /' conftest.
$ac_ext >&5
14689 ac_cv_c_string_h_warnings
=yes
14692 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14694 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
14695 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
14696 CFLAGS
="$saved_CFLAGS"
14697 if test "$ac_cv_c_string_h_warnings" = "no"
14699 EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
14704 saved_CFLAGS
="$CFLAGS"
14705 CFLAGS
="$CFLAGS -Werror"
14706 { echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5
14707 echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6; }
14708 if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then
14709 echo $ECHO_N "(cached) $ECHO_C" >&6
14711 cat >conftest.
$ac_ext <<_ACEOF
14714 cat confdefs.h
>>conftest.
$ac_ext
14715 cat >>conftest.
$ac_ext <<_ACEOF
14716 /* end confdefs.h. */
14721 int iswlower(unsigned short);
14726 rm -f conftest.
$ac_objext
14727 if { (ac_try
="$ac_compile"
14728 case "(($ac_try" in
14729 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14730 *) ac_try_echo=$ac_try;;
14732 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14733 (eval "$ac_compile") 2>conftest.er1
14735 grep -v '^ *+' conftest.er1 >conftest.err
14737 cat conftest.err >&5
14738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14739 (exit $ac_status); } &&
14740 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14741 { (case "(($ac_try" in
14742 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14743 *) ac_try_echo
=$ac_try;;
14745 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14746 (eval "$ac_try") 2>&5
14748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14749 (exit $ac_status); }; } &&
14750 { ac_try
='test -s conftest.$ac_objext'
14751 { (case "(($ac_try" in
14752 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14753 *) ac_try_echo=$ac_try;;
14755 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14756 (eval "$ac_try") 2>&5
14758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14759 (exit $ac_status); }; }; then
14760 ac_cv_c_builtin_wchar_ctype=no
14762 echo "$as_me: failed program was:" >&5
14763 sed 's/^/| /' conftest.$ac_ext >&5
14765 ac_cv_c_builtin_wchar_ctype=yes
14768 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14770 { echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5
14771 echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6; }
14772 CFLAGS="$saved_CFLAGS"
14773 if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
14775 BUILTINFLAG="-fno-builtin"
14780 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
14781 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
14782 if test "${ac_cv_asm_func_def+set}" = set; then
14783 echo $ECHO_N "(cached) $ECHO_C" >&6
14785 cat >conftest.$ac_ext <<_ACEOF
14788 cat confdefs.h >>conftest.$ac_ext
14789 cat >>conftest.$ac_ext <<_ACEOF
14790 /* end confdefs.h. */
14791 void ac_asm(void) { asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0"); }
14801 rm -f conftest.$ac_objext conftest$ac_exeext
14802 if { (ac_try="$ac_link"
14803 case "(($ac_try" in
14804 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14805 *) ac_try_echo
=$ac_try;;
14807 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14808 (eval "$ac_link") 2>conftest.er1
14810 grep -v '^ *+' conftest.er1
>conftest.err
14812 cat conftest.err
>&5
14813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14814 (exit $ac_status); } &&
14815 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14816 { (case "(($ac_try" in
14817 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14818 *) ac_try_echo=$ac_try;;
14820 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14821 (eval "$ac_try") 2>&5
14823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14824 (exit $ac_status); }; } &&
14825 { ac_try='test -s conftest$ac_exeext'
14826 { (case "(($ac_try" in
14827 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14828 *) ac_try_echo
=$ac_try;;
14830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14831 (eval "$ac_try") 2>&5
14833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14834 (exit $ac_status); }; }; then
14835 ac_cv_asm_func_def
=".def"
14837 echo "$as_me: failed program was:" >&5
14838 sed 's/^/| /' conftest.
$ac_ext >&5
14840 cat >conftest.
$ac_ext <<_ACEOF
14843 cat confdefs.h
>>conftest.
$ac_ext
14844 cat >>conftest.
$ac_ext <<_ACEOF
14845 /* end confdefs.h. */
14846 void ac_asm(void) { asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0"); }
14856 rm -f conftest.
$ac_objext conftest
$ac_exeext
14857 if { (ac_try
="$ac_link"
14858 case "(($ac_try" in
14859 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14860 *) ac_try_echo=$ac_try;;
14862 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14863 (eval "$ac_link") 2>conftest.er1
14865 grep -v '^ *+' conftest.er1 >conftest.err
14867 cat conftest.err >&5
14868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14869 (exit $ac_status); } &&
14870 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14871 { (case "(($ac_try" in
14872 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14873 *) ac_try_echo
=$ac_try;;
14875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14876 (eval "$ac_try") 2>&5
14878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14879 (exit $ac_status); }; } &&
14880 { ac_try
='test -s conftest$ac_exeext'
14881 { (case "(($ac_try" in
14882 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14883 *) ac_try_echo=$ac_try;;
14885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14886 (eval "$ac_try") 2>&5
14888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14889 (exit $ac_status); }; }; then
14890 ac_cv_asm_func_def=".type @function"
14892 echo "$as_me: failed program was:" >&5
14893 sed 's/^/| /' conftest.$ac_ext >&5
14895 cat >conftest.$ac_ext <<_ACEOF
14898 cat confdefs.h >>conftest.$ac_ext
14899 cat >>conftest.$ac_ext <<_ACEOF
14900 /* end confdefs.h. */
14901 void ac_asm(void) { asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0"); }
14911 rm -f conftest.$ac_objext conftest$ac_exeext
14912 if { (ac_try="$ac_link"
14913 case "(($ac_try" in
14914 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14915 *) ac_try_echo
=$ac_try;;
14917 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14918 (eval "$ac_link") 2>conftest.er1
14920 grep -v '^ *+' conftest.er1
>conftest.err
14922 cat conftest.err
>&5
14923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14924 (exit $ac_status); } &&
14925 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14926 { (case "(($ac_try" in
14927 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14928 *) ac_try_echo=$ac_try;;
14930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14931 (eval "$ac_try") 2>&5
14933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14934 (exit $ac_status); }; } &&
14935 { ac_try='test -s conftest$ac_exeext'
14936 { (case "(($ac_try" in
14937 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14938 *) ac_try_echo
=$ac_try;;
14940 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14941 (eval "$ac_try") 2>&5
14943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14944 (exit $ac_status); }; }; then
14945 ac_cv_asm_func_def
=".type 2"
14947 echo "$as_me: failed program was:" >&5
14948 sed 's/^/| /' conftest.
$ac_ext >&5
14950 ac_cv_asm_func_def
="unknown"
14953 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14954 conftest
$ac_exeext conftest.
$ac_ext
14957 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14958 conftest
$ac_exeext conftest.
$ac_ext
14961 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14962 conftest
$ac_exeext conftest.
$ac_ext
14964 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
14965 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
14969 case "$ac_cv_asm_func_def" in
14971 cat >>confdefs.h
<<\_ACEOF
14972 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
14976 cat >>confdefs.h
<<\_ACEOF
14977 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
14981 cat >>confdefs.h
<<\_ACEOF
14982 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
14986 cat >>confdefs.h
<<\_ACEOF
14987 #define __ASM_FUNC(name) ""
14993 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
14994 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
14995 if test "${ac_cv_c_extern_prefix+set}" = set; then
14996 echo $ECHO_N "(cached) $ECHO_C" >&6
14998 cat >conftest.
$ac_ext <<_ACEOF
15001 cat confdefs.h
>>conftest.
$ac_ext
15002 cat >>conftest.
$ac_ext <<_ACEOF
15003 /* end confdefs.h. */
15004 void ac_asm(void) { asm(".globl _ac_test\n_ac_test:\t.long 0"); }
15005 extern int ac_test;
15009 if (ac_test) return 1
15014 rm -f conftest.
$ac_objext conftest
$ac_exeext
15015 if { (ac_try
="$ac_link"
15016 case "(($ac_try" in
15017 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15018 *) ac_try_echo=$ac_try;;
15020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15021 (eval "$ac_link") 2>conftest.er1
15023 grep -v '^ *+' conftest.er1 >conftest.err
15025 cat conftest.err >&5
15026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15027 (exit $ac_status); } &&
15028 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15029 { (case "(($ac_try" in
15030 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15031 *) ac_try_echo
=$ac_try;;
15033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15034 (eval "$ac_try") 2>&5
15036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15037 (exit $ac_status); }; } &&
15038 { ac_try
='test -s conftest$ac_exeext'
15039 { (case "(($ac_try" in
15040 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15041 *) ac_try_echo=$ac_try;;
15043 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15044 (eval "$ac_try") 2>&5
15046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15047 (exit $ac_status); }; }; then
15048 ac_cv_c_extern_prefix="yes"
15050 echo "$as_me: failed program was:" >&5
15051 sed 's/^/| /' conftest.$ac_ext >&5
15053 ac_cv_c_extern_prefix="no"
15056 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15057 conftest$ac_exeext conftest.$ac_ext
15059 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
15060 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
15064 if test "$ac_cv_c_extern_prefix" = "yes"
15066 cat >>confdefs.h <<\_ACEOF
15067 #define __ASM_NAME(name) "_" name
15071 cat >>confdefs.h <<\_ACEOF
15072 #define __ASM_NAME(name) name
15080 DLLFLAGS="-D_REENTRANT"
15095 if test -n "$ac_tool_prefix"; then
15096 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
15097 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
15098 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15099 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15100 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
15101 echo $ECHO_N "(cached) $ECHO_C" >&6
15103 if test -n "$DLLTOOL"; then
15104 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
15106 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15107 for as_dir in $PATH
15110 test -z "$as_dir" && as_dir=.
15111 for ac_exec_ext in '' $ac_executable_extensions; do
15112 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
15113 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
15114 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15123 DLLTOOL=$ac_cv_prog_DLLTOOL
15124 if test -n "$DLLTOOL"; then
15125 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
15126 echo "${ECHO_T}$DLLTOOL" >&6; }
15128 { echo "$as_me:$LINENO: result: no" >&5
15129 echo "${ECHO_T}no" >&6; }
15134 if test -z "$ac_cv_prog_DLLTOOL"; then
15135 ac_ct_DLLTOOL=$DLLTOOL
15136 # Extract the first word of "dlltool", so it can be a program name with args.
15137 set dummy dlltool; ac_word=$2
15138 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15139 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15140 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
15141 echo $ECHO_N "(cached) $ECHO_C" >&6
15143 if test -n "$ac_ct_DLLTOOL"; then
15144 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
15146 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15147 for as_dir in $PATH
15150 test -z "$as_dir" && as_dir=.
15151 for ac_exec_ext in '' $ac_executable_extensions; do
15152 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
15153 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
15154 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15163 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
15164 if test -n "$ac_ct_DLLTOOL"; then
15165 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
15166 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
15168 { echo "$as_me:$LINENO: result: no" >&5
15169 echo "${ECHO_T}no" >&6; }
15172 if test "x$ac_ct_DLLTOOL" = x; then
15175 case $cross_compiling:$ac_tool_warned in
15177 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
15178 whose name does not start with the host triplet. If you think this
15179 configuration is useful to you, please write to autoconf@gnu.org." >&5
15180 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
15181 whose name does not start with the host triplet. If you think this
15182 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
15183 ac_tool_warned=yes ;;
15185 DLLTOOL=$ac_ct_DLLTOOL
15188 DLLTOOL="$ac_cv_prog_DLLTOOL"
15191 if test -n "$ac_tool_prefix"; then
15192 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
15193 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
15194 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15195 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15196 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
15197 echo $ECHO_N "(cached) $ECHO_C" >&6
15199 if test -n "$DLLWRAP"; then
15200 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
15202 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15203 for as_dir in $PATH
15206 test -z "$as_dir" && as_dir=.
15207 for ac_exec_ext in '' $ac_executable_extensions; do
15208 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
15209 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
15210 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15219 DLLWRAP=$ac_cv_prog_DLLWRAP
15220 if test -n "$DLLWRAP"; then
15221 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
15222 echo "${ECHO_T}$DLLWRAP" >&6; }
15224 { echo "$as_me:$LINENO: result: no" >&5
15225 echo "${ECHO_T}no" >&6; }
15230 if test -z "$ac_cv_prog_DLLWRAP"; then
15231 ac_ct_DLLWRAP=$DLLWRAP
15232 # Extract the first word of "dllwrap", so it can be a program name with args.
15233 set dummy dllwrap; ac_word=$2
15234 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15235 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15236 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
15237 echo $ECHO_N "(cached) $ECHO_C" >&6
15239 if test -n "$ac_ct_DLLWRAP"; then
15240 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
15242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15243 for as_dir in $PATH
15246 test -z "$as_dir" && as_dir=.
15247 for ac_exec_ext in '' $ac_executable_extensions; do
15248 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
15249 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
15250 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15259 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
15260 if test -n "$ac_ct_DLLWRAP"; then
15261 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
15262 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
15264 { echo "$as_me:$LINENO: result: no" >&5
15265 echo "${ECHO_T}no" >&6; }
15268 if test "x$ac_ct_DLLWRAP" = x; then
15271 case $cross_compiling:$ac_tool_warned in
15273 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
15274 whose name does not start with the host triplet. If you think this
15275 configuration is useful to you, please write to autoconf@gnu.org." >&5
15276 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
15277 whose name does not start with the host triplet. If you think this
15278 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
15279 ac_tool_warned=yes ;;
15281 DLLWRAP=$ac_ct_DLLWRAP
15284 DLLWRAP="$ac_cv_prog_DLLWRAP"
15287 if test "$DLLWRAP" = "false"; then
15299 DLLFLAGS="$DLLFLAGS -fPIC"
15300 LDDLLFLAGS="-bundle -multiply_defined suppress"
15301 LIBWINE_LDFLAGS="-multiply_defined suppress"
15302 LDSHARED="\$(CC) -dynamiclib -install_name @executable_path/\`\$
(RELPATH
) \$
(bindir
) \$
(libdir
)\
`/\$(DYNAME)"
15303 STRIP="$STRIP -u -r"
15304 COREFOUNDATIONLIB="-framework CoreFoundation"
15306 IOKITLIB="-framework IOKit -framework CoreFoundation"
15308 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
15310 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
15312 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
15315 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
15317 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices"
15322 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
15324 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
15326 QUARTZFILES='$(QUARTZFILES)'
15330 DLLFLAGS="$DLLFLAGS -fPIC"
15332 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
15333 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
15334 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
15335 echo $ECHO_N "(cached) $ECHO_C" >&6
15337 ac_wine_try_cflags_saved=$CFLAGS
15338 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
15339 cat >conftest.$ac_ext <<_ACEOF
15342 rm -f conftest.$ac_objext conftest$ac_exeext
15343 if { (ac_try="$ac_link"
15344 case "(($ac_try" in
15345 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15346 *) ac_try_echo
=$ac_try;;
15348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15349 (eval "$ac_link") 2>conftest.er1
15351 grep -v '^ *+' conftest.er1
>conftest.err
15353 cat conftest.err
>&5
15354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15355 (exit $ac_status); } &&
15356 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15357 { (case "(($ac_try" in
15358 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15359 *) ac_try_echo=$ac_try;;
15361 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15362 (eval "$ac_try") 2>&5
15364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15365 (exit $ac_status); }; } &&
15366 { ac_try='test -s conftest$ac_exeext'
15367 { (case "(($ac_try" in
15368 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15369 *) ac_try_echo
=$ac_try;;
15371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15372 (eval "$ac_try") 2>&5
15374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15375 (exit $ac_status); }; }; then
15376 ac_cv_c_dll_gnuelf
="yes"
15378 echo "$as_me: failed program was:" >&5
15379 sed 's/^/| /' conftest.
$ac_ext >&5
15381 ac_cv_c_dll_gnuelf
="no"
15384 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15385 conftest
$ac_exeext conftest.
$ac_ext
15386 CFLAGS
=$ac_wine_try_cflags_saved
15388 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
15389 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
15390 if test "$ac_cv_c_dll_gnuelf" = "yes"
15392 LDSHARED
="\$(CC) -shared"
15393 LDDLLFLAGS
="-shared -Wl,-Bsymbolic"
15394 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
15395 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
15396 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
15397 echo $ECHO_N "(cached) $ECHO_C" >&6
15399 ac_wine_try_cflags_saved
=$CFLAGS
15400 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
15401 cat >conftest.
$ac_ext <<_ACEOF
15404 cat confdefs.h
>>conftest.
$ac_ext
15405 cat >>conftest.
$ac_ext <<_ACEOF
15406 /* end confdefs.h. */
15416 rm -f conftest.
$ac_objext conftest
$ac_exeext
15417 if { (ac_try
="$ac_link"
15418 case "(($ac_try" in
15419 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15420 *) ac_try_echo=$ac_try;;
15422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15423 (eval "$ac_link") 2>conftest.er1
15425 grep -v '^ *+' conftest.er1 >conftest.err
15427 cat conftest.err >&5
15428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15429 (exit $ac_status); } &&
15430 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15431 { (case "(($ac_try" in
15432 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15433 *) ac_try_echo
=$ac_try;;
15435 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15436 (eval "$ac_try") 2>&5
15438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15439 (exit $ac_status); }; } &&
15440 { ac_try
='test -s conftest$ac_exeext'
15441 { (case "(($ac_try" in
15442 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15443 *) ac_try_echo=$ac_try;;
15445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15446 (eval "$ac_try") 2>&5
15448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15449 (exit $ac_status); }; }; then
15450 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
15452 echo "$as_me: failed program was:" >&5
15453 sed 's/^/| /' conftest.$ac_ext >&5
15455 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
15458 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15459 conftest$ac_exeext conftest.$ac_ext
15460 CFLAGS=$ac_wine_try_cflags_saved
15462 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
15463 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
15464 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
15465 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
15467 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
15468 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
15469 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
15470 echo $ECHO_N "(cached) $ECHO_C" >&6
15472 ac_wine_try_cflags_saved=$CFLAGS
15473 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
15474 cat >conftest.$ac_ext <<_ACEOF
15477 cat confdefs.h >>conftest.$ac_ext
15478 cat >>conftest.$ac_ext <<_ACEOF
15479 /* end confdefs.h. */
15489 rm -f conftest.$ac_objext conftest$ac_exeext
15490 if { (ac_try="$ac_link"
15491 case "(($ac_try" in
15492 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15493 *) ac_try_echo
=$ac_try;;
15495 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15496 (eval "$ac_link") 2>conftest.er1
15498 grep -v '^ *+' conftest.er1
>conftest.err
15500 cat conftest.err
>&5
15501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15502 (exit $ac_status); } &&
15503 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15504 { (case "(($ac_try" in
15505 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15506 *) ac_try_echo=$ac_try;;
15508 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15509 (eval "$ac_try") 2>&5
15511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15512 (exit $ac_status); }; } &&
15513 { ac_try='test -s conftest$ac_exeext'
15514 { (case "(($ac_try" in
15515 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15516 *) ac_try_echo
=$ac_try;;
15518 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15519 (eval "$ac_try") 2>&5
15521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15522 (exit $ac_status); }; }; then
15523 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=yes
15525 echo "$as_me: failed program was:" >&5
15526 sed 's/^/| /' conftest.
$ac_ext >&5
15528 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=no
15531 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15532 conftest
$ac_exeext conftest.
$ac_ext
15533 CFLAGS
=$ac_wine_try_cflags_saved
15535 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
15536 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
15537 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
15538 LDSHARED
="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
15544 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
15545 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
15546 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
15547 echo $ECHO_N "(cached) $ECHO_C" >&6
15549 ac_wine_try_cflags_saved
=$CFLAGS
15550 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
15551 cat >conftest.
$ac_ext <<_ACEOF
15554 cat confdefs.h
>>conftest.
$ac_ext
15555 cat >>conftest.
$ac_ext <<_ACEOF
15556 /* end confdefs.h. */
15566 rm -f conftest.
$ac_objext conftest
$ac_exeext
15567 if { (ac_try
="$ac_link"
15568 case "(($ac_try" in
15569 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15570 *) ac_try_echo=$ac_try;;
15572 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15573 (eval "$ac_link") 2>conftest.er1
15575 grep -v '^ *+' conftest.er1 >conftest.err
15577 cat conftest.err >&5
15578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15579 (exit $ac_status); } &&
15580 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15581 { (case "(($ac_try" in
15582 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15583 *) ac_try_echo
=$ac_try;;
15585 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15586 (eval "$ac_try") 2>&5
15588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15589 (exit $ac_status); }; } &&
15590 { ac_try
='test -s conftest$ac_exeext'
15591 { (case "(($ac_try" in
15592 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15593 *) ac_try_echo=$ac_try;;
15595 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15596 (eval "$ac_try") 2>&5
15598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15599 (exit $ac_status); }; }; then
15600 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
15602 echo "$as_me: failed program was:" >&5
15603 sed 's/^/| /' conftest.$ac_ext >&5
15605 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
15608 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15609 conftest$ac_exeext conftest.$ac_ext
15610 CFLAGS=$ac_wine_try_cflags_saved
15612 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
15613 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
15614 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
15615 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
15619 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
15620 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
15621 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
15622 echo $ECHO_N "(cached) $ECHO_C" >&6
15624 ac_wine_try_cflags_saved=$CFLAGS
15625 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
15626 cat >conftest.$ac_ext <<_ACEOF
15629 cat confdefs.h >>conftest.$ac_ext
15630 cat >>conftest.$ac_ext <<_ACEOF
15631 /* end confdefs.h. */
15641 rm -f conftest.$ac_objext conftest$ac_exeext
15642 if { (ac_try="$ac_link"
15643 case "(($ac_try" in
15644 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15645 *) ac_try_echo
=$ac_try;;
15647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15648 (eval "$ac_link") 2>conftest.er1
15650 grep -v '^ *+' conftest.er1
>conftest.err
15652 cat conftest.err
>&5
15653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15654 (exit $ac_status); } &&
15655 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15656 { (case "(($ac_try" in
15657 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15658 *) ac_try_echo=$ac_try;;
15660 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15661 (eval "$ac_try") 2>&5
15663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15664 (exit $ac_status); }; } &&
15665 { ac_try='test -s conftest$ac_exeext'
15666 { (case "(($ac_try" in
15667 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15668 *) ac_try_echo
=$ac_try;;
15670 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15671 (eval "$ac_try") 2>&5
15673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15674 (exit $ac_status); }; }; then
15675 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini
=yes
15677 echo "$as_me: failed program was:" >&5
15678 sed 's/^/| /' conftest.
$ac_ext >&5
15680 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini
=no
15683 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15684 conftest
$ac_exeext conftest.
$ac_ext
15685 CFLAGS
=$ac_wine_try_cflags_saved
15687 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
15688 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
15689 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
15690 LDDLLFLAGS
="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
15694 echo '{ global: *; };' >conftest.map
15695 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
15696 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
15697 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
15698 echo $ECHO_N "(cached) $ECHO_C" >&6
15700 ac_wine_try_cflags_saved
=$CFLAGS
15701 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
15702 cat >conftest.
$ac_ext <<_ACEOF
15705 cat confdefs.h
>>conftest.
$ac_ext
15706 cat >>conftest.
$ac_ext <<_ACEOF
15707 /* end confdefs.h. */
15717 rm -f conftest.
$ac_objext conftest
$ac_exeext
15718 if { (ac_try
="$ac_link"
15719 case "(($ac_try" in
15720 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15721 *) ac_try_echo=$ac_try;;
15723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15724 (eval "$ac_link") 2>conftest.er1
15726 grep -v '^ *+' conftest.er1 >conftest.err
15728 cat conftest.err >&5
15729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15730 (exit $ac_status); } &&
15731 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15732 { (case "(($ac_try" in
15733 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15734 *) ac_try_echo
=$ac_try;;
15736 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15737 (eval "$ac_try") 2>&5
15739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15740 (exit $ac_status); }; } &&
15741 { ac_try
='test -s conftest$ac_exeext'
15742 { (case "(($ac_try" in
15743 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15744 *) ac_try_echo=$ac_try;;
15746 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15747 (eval "$ac_try") 2>&5
15749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15750 (exit $ac_status); }; }; then
15751 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
15753 echo "$as_me: failed program was:" >&5
15754 sed 's/^/| /' conftest.$ac_ext >&5
15756 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
15759 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15760 conftest$ac_exeext conftest.$ac_ext
15761 CFLAGS=$ac_wine_try_cflags_saved
15763 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
15764 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
15765 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
15766 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
15771 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
15772 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
15773 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
15774 echo $ECHO_N "(cached) $ECHO_C" >&6
15776 ac_wine_try_cflags_saved=$CFLAGS
15777 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
15778 cat >conftest.$ac_ext <<_ACEOF
15781 cat confdefs.h >>conftest.$ac_ext
15782 cat >>conftest.$ac_ext <<_ACEOF
15783 /* end confdefs.h. */
15793 rm -f conftest.$ac_objext conftest$ac_exeext
15794 if { (ac_try="$ac_link"
15795 case "(($ac_try" in
15796 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15797 *) ac_try_echo
=$ac_try;;
15799 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15800 (eval "$ac_link") 2>conftest.er1
15802 grep -v '^ *+' conftest.er1
>conftest.err
15804 cat conftest.err
>&5
15805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15806 (exit $ac_status); } &&
15807 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15808 { (case "(($ac_try" in
15809 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15810 *) ac_try_echo=$ac_try;;
15812 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15813 (eval "$ac_try") 2>&5
15815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15816 (exit $ac_status); }; } &&
15817 { ac_try='test -s conftest$ac_exeext'
15818 { (case "(($ac_try" in
15819 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15820 *) ac_try_echo
=$ac_try;;
15822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15823 (eval "$ac_try") 2>&5
15825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15826 (exit $ac_status); }; }; then
15827 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
15829 echo "$as_me: failed program was:" >&5
15830 sed 's/^/| /' conftest.
$ac_ext >&5
15832 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
15835 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15836 conftest
$ac_exeext conftest.
$ac_ext
15837 CFLAGS
=$ac_wine_try_cflags_saved
15839 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
15840 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
15841 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
15842 LDEXECFLAGS
="-Wl,--export-dynamic"
15847 as_ac_var
=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
15848 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
15849 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
15850 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15851 echo $ECHO_N "(cached) $ECHO_C" >&6
15853 ac_wine_try_cflags_saved
=$CFLAGS
15854 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
15855 cat >conftest.
$ac_ext <<_ACEOF
15858 cat confdefs.h
>>conftest.
$ac_ext
15859 cat >>conftest.
$ac_ext <<_ACEOF
15860 /* end confdefs.h. */
15870 rm -f conftest.
$ac_objext conftest
$ac_exeext
15871 if { (ac_try
="$ac_link"
15872 case "(($ac_try" in
15873 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15874 *) ac_try_echo=$ac_try;;
15876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15877 (eval "$ac_link") 2>conftest.er1
15879 grep -v '^ *+' conftest.er1 >conftest.err
15881 cat conftest.err >&5
15882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15883 (exit $ac_status); } &&
15884 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15885 { (case "(($ac_try" in
15886 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15887 *) ac_try_echo
=$ac_try;;
15889 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15890 (eval "$ac_try") 2>&5
15892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15893 (exit $ac_status); }; } &&
15894 { ac_try
='test -s conftest$ac_exeext'
15895 { (case "(($ac_try" in
15896 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15897 *) ac_try_echo=$ac_try;;
15899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15900 (eval "$ac_try") 2>&5
15902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15903 (exit $ac_status); }; }; then
15904 eval "$as_ac_var=yes"
15906 echo "$as_me: failed program was:" >&5
15907 sed 's/^/| /' conftest.$ac_ext >&5
15909 eval "$as_ac_var=no"
15912 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15913 conftest$ac_exeext conftest.$ac_ext
15914 CFLAGS=$ac_wine_try_cflags_saved
15916 ac_res=`eval echo '${'$as_ac_var'}'`
15917 { echo "$as_me:$LINENO: result: $ac_res" >&5
15918 echo "${ECHO_T}$ac_res" >&6; }
15919 if test `eval echo '${'$as_ac_var'}'` = yes; then
15920 LIBWINE_LDFLAGS="-Wl,--rpath,\\\$\$ORIGIN/\`\$
(RELPATH
) \$
(bindir
) \$
(libdir
)\
`"
15925 *i[3456789]86* | x86_64)
15926 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
15927 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
15928 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
15929 echo $ECHO_N "(cached) $ECHO_C" >&6
15931 ac_wine_try_cflags_saved=$CFLAGS
15932 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
15933 cat >conftest.$ac_ext <<_ACEOF
15936 cat confdefs.h >>conftest.$ac_ext
15937 cat >>conftest.$ac_ext <<_ACEOF
15938 /* end confdefs.h. */
15948 rm -f conftest.$ac_objext conftest$ac_exeext
15949 if { (ac_try="$ac_link"
15950 case "(($ac_try" in
15951 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15952 *) ac_try_echo
=$ac_try;;
15954 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15955 (eval "$ac_link") 2>conftest.er1
15957 grep -v '^ *+' conftest.er1
>conftest.err
15959 cat conftest.err
>&5
15960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15961 (exit $ac_status); } &&
15962 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15963 { (case "(($ac_try" in
15964 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15965 *) ac_try_echo=$ac_try;;
15967 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15968 (eval "$ac_try") 2>&5
15970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15971 (exit $ac_status); }; } &&
15972 { ac_try='test -s conftest$ac_exeext'
15973 { (case "(($ac_try" in
15974 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15975 *) ac_try_echo
=$ac_try;;
15977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15978 (eval "$ac_try") 2>&5
15980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15981 (exit $ac_status); }; }; then
15982 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=yes
15984 echo "$as_me: failed program was:" >&5
15985 sed 's/^/| /' conftest.
$ac_ext >&5
15987 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=no
15990 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15991 conftest
$ac_exeext conftest.
$ac_ext
15992 CFLAGS
=$ac_wine_try_cflags_saved
15994 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
15995 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
15996 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
15997 LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
16004 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
16005 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
16006 if test "${ac_cv_c_dll_unixware+set}" = set; then
16007 echo $ECHO_N "(cached) $ECHO_C" >&6
16009 ac_wine_try_cflags_saved
=$CFLAGS
16010 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
16011 cat >conftest.
$ac_ext <<_ACEOF
16014 rm -f conftest.
$ac_objext conftest
$ac_exeext
16015 if { (ac_try
="$ac_link"
16016 case "(($ac_try" in
16017 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16018 *) ac_try_echo=$ac_try;;
16020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16021 (eval "$ac_link") 2>conftest.er1
16023 grep -v '^ *+' conftest.er1 >conftest.err
16025 cat conftest.err >&5
16026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16027 (exit $ac_status); } &&
16028 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16029 { (case "(($ac_try" in
16030 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16031 *) ac_try_echo
=$ac_try;;
16033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16034 (eval "$ac_try") 2>&5
16036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16037 (exit $ac_status); }; } &&
16038 { ac_try
='test -s conftest$ac_exeext'
16039 { (case "(($ac_try" in
16040 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16041 *) ac_try_echo=$ac_try;;
16043 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16044 (eval "$ac_try") 2>&5
16046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16047 (exit $ac_status); }; }; then
16048 ac_cv_c_dll_unixware="yes"
16050 echo "$as_me: failed program was:" >&5
16051 sed 's/^/| /' conftest.$ac_ext >&5
16053 ac_cv_c_dll_unixware="no"
16056 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16057 conftest$ac_exeext conftest.$ac_ext
16058 CFLAGS=$ac_wine_try_cflags_saved
16060 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
16061 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
16062 if test "$ac_cv_c_dll_unixware" = "yes"
16064 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
16065 LDDLLFLAGS="-Wl,-G,-B,symbolic"
16068 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
16069 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
16070 if test "${ac_cv_c_dll_hpux+set}" = set; then
16071 echo $ECHO_N "(cached) $ECHO_C" >&6
16073 ac_wine_try_cflags_saved=$CFLAGS
16074 CFLAGS="$CFLAGS -shared"
16075 cat >conftest.$ac_ext <<_ACEOF
16078 rm -f conftest.$ac_objext conftest$ac_exeext
16079 if { (ac_try="$ac_link"
16080 case "(($ac_try" in
16081 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16082 *) ac_try_echo
=$ac_try;;
16084 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16085 (eval "$ac_link") 2>conftest.er1
16087 grep -v '^ *+' conftest.er1
>conftest.err
16089 cat conftest.err
>&5
16090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16091 (exit $ac_status); } &&
16092 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16093 { (case "(($ac_try" in
16094 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16095 *) ac_try_echo=$ac_try;;
16097 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16098 (eval "$ac_try") 2>&5
16100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16101 (exit $ac_status); }; } &&
16102 { ac_try='test -s conftest$ac_exeext'
16103 { (case "(($ac_try" in
16104 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16105 *) ac_try_echo
=$ac_try;;
16107 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16108 (eval "$ac_try") 2>&5
16110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16111 (exit $ac_status); }; }; then
16112 ac_cv_c_dll_hpux
="yes"
16114 echo "$as_me: failed program was:" >&5
16115 sed 's/^/| /' conftest.
$ac_ext >&5
16117 ac_cv_c_dll_hpux
="no"
16120 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16121 conftest
$ac_exeext conftest.
$ac_ext
16122 CFLAGS
=$ac_wine_try_cflags_saved
16124 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
16125 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
16126 if test "$ac_cv_c_dll_hpux" = "yes"
16130 LDDLLFLAGS
="-shared -fPIC"
16131 LDSHARED
="\$(CC) -shared"
16138 if test "$cross_compiling" = "no"
16140 for ac_prog
in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
16142 # Extract the first word of "$ac_prog", so it can be a program name with args.
16143 set dummy
$ac_prog; ac_word
=$2
16144 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16145 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16146 if test "${ac_cv_prog_CROSSCC+set}" = set; then
16147 echo $ECHO_N "(cached) $ECHO_C" >&6
16149 if test -n "$CROSSCC"; then
16150 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
16152 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16153 for as_dir
in $PATH
16156 test -z "$as_dir" && as_dir
=.
16157 for ac_exec_ext
in '' $ac_executable_extensions; do
16158 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
16159 ac_cv_prog_CROSSCC
="$ac_prog"
16160 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16169 CROSSCC
=$ac_cv_prog_CROSSCC
16170 if test -n "$CROSSCC"; then
16171 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
16172 echo "${ECHO_T}$CROSSCC" >&6; }
16174 { echo "$as_me:$LINENO: result: no" >&5
16175 echo "${ECHO_T}no" >&6; }
16179 test -n "$CROSSCC" && break
16181 test -n "$CROSSCC" || CROSSCC
="false"
16183 for ac_prog
in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
16185 # Extract the first word of "$ac_prog", so it can be a program name with args.
16186 set dummy
$ac_prog; ac_word
=$2
16187 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16188 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16189 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
16190 echo $ECHO_N "(cached) $ECHO_C" >&6
16192 if test -n "$DLLTOOL"; then
16193 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
16195 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16196 for as_dir
in $PATH
16199 test -z "$as_dir" && as_dir
=.
16200 for ac_exec_ext
in '' $ac_executable_extensions; do
16201 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
16202 ac_cv_prog_DLLTOOL
="$ac_prog"
16203 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16212 DLLTOOL
=$ac_cv_prog_DLLTOOL
16213 if test -n "$DLLTOOL"; then
16214 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
16215 echo "${ECHO_T}$DLLTOOL" >&6; }
16217 { echo "$as_me:$LINENO: result: no" >&5
16218 echo "${ECHO_T}no" >&6; }
16222 test -n "$DLLTOOL" && break
16224 test -n "$DLLTOOL" || DLLTOOL
="false"
16226 for ac_prog
in i586-mingw32msvc-windres i386-mingw32msvc-windres i386-mingw32-windres mingw32-windres mingw-windres
16228 # Extract the first word of "$ac_prog", so it can be a program name with args.
16229 set dummy
$ac_prog; ac_word
=$2
16230 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16231 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16232 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
16233 echo $ECHO_N "(cached) $ECHO_C" >&6
16235 if test -n "$CROSSWINDRES"; then
16236 ac_cv_prog_CROSSWINDRES
="$CROSSWINDRES" # Let the user override the test.
16238 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16239 for as_dir
in $PATH
16242 test -z "$as_dir" && as_dir
=.
16243 for ac_exec_ext
in '' $ac_executable_extensions; do
16244 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
16245 ac_cv_prog_CROSSWINDRES
="$ac_prog"
16246 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16255 CROSSWINDRES
=$ac_cv_prog_CROSSWINDRES
16256 if test -n "$CROSSWINDRES"; then
16257 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
16258 echo "${ECHO_T}$CROSSWINDRES" >&6; }
16260 { echo "$as_me:$LINENO: result: no" >&5
16261 echo "${ECHO_T}no" >&6; }
16265 test -n "$CROSSWINDRES" && break
16267 test -n "$CROSSWINDRES" || CROSSWINDRES
="false"
16269 if test "$CROSSCC" != "false"; then CROSSTEST
="\$(CROSSTEST)"; fi
16274 if test "$LIBEXT" = "a"; then
16275 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
16276 It is currently not possible to build Wine without shared library
16277 (.so) support to allow transparent switch between .so and .dll files.
16278 If you are using Linux, you will need a newer binutils.
16280 echo "$as_me: error: could not find a way to build shared libraries.
16281 It is currently not possible to build Wine without shared library
16282 (.so) support to allow transparent switch between .so and .dll files.
16283 If you are using Linux, you will need a newer binutils.
16285 { (exit 1); exit 1; }; }
16290 LDPATH
="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
16293 LDPATH
="DYLD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$DYLD_LIBRARY_PATH\""
16296 LDPATH
="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16304 SOCKETLIBS
="-lws2_32"
16309 MAIN_BINARY
="wine-pthread"
16313 linux
* | k
*bsd
*-gnu)
16314 MAIN_BINARY
="wine-glibc"
16316 EXTRA_BINARIES
="wine-kthread wine-pthread wine-preloader"
16323 if test "$LIBEXT" = "so" -o "$LIBEXT" = "dylib"
16325 # Extract the first word of "ldd", so it can be a program name with args.
16326 set dummy ldd
; ac_word
=$2
16327 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16328 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16329 if test "${ac_cv_path_LDD+set}" = set; then
16330 echo $ECHO_N "(cached) $ECHO_C" >&6
16334 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
16337 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16338 as_dummy
="/sbin:/usr/sbin:$PATH"
16339 for as_dir
in $as_dummy
16342 test -z "$as_dir" && as_dir
=.
16343 for ac_exec_ext
in '' $ac_executable_extensions; do
16344 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
16345 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
16346 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16353 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
16357 LDD
=$ac_cv_path_LDD
16358 if test -n "$LDD"; then
16359 { echo "$as_me:$LINENO: result: $LDD" >&5
16360 echo "${ECHO_T}$LDD" >&6; }
16362 { echo "$as_me:$LINENO: result: no" >&5
16363 echo "${ECHO_T}no" >&6; }
16367 { echo "$as_me:$LINENO: checking for -lX11 soname" >&5
16368 echo $ECHO_N "checking for -lX11 soname... $ECHO_C" >&6; }
16369 if test "${ac_cv_lib_soname_X11+set}" = set; then
16370 echo $ECHO_N "(cached) $ECHO_C" >&6
16372 ac_get_soname_save_LIBS
=$LIBS
16373 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
16374 cat >conftest.
$ac_ext <<_ACEOF
16377 cat confdefs.h
>>conftest.
$ac_ext
16378 cat >>conftest.
$ac_ext <<_ACEOF
16379 /* end confdefs.h. */
16381 /* Override any GCC internal prototype to avoid an error.
16382 Use char because int might match the return type of a GCC
16383 builtin and then its argument prototype would still apply. */
16387 char XCreateWindow ();
16391 return XCreateWindow ();
16396 rm -f conftest.
$ac_objext conftest
$ac_exeext
16397 if { (ac_try
="$ac_link"
16398 case "(($ac_try" in
16399 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16400 *) ac_try_echo=$ac_try;;
16402 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16403 (eval "$ac_link") 2>conftest.er1
16405 grep -v '^ *+' conftest.er1 >conftest.err
16407 cat conftest.err >&5
16408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16409 (exit $ac_status); } &&
16410 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16411 { (case "(($ac_try" in
16412 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16413 *) ac_try_echo
=$ac_try;;
16415 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16416 (eval "$ac_try") 2>&5
16418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16419 (exit $ac_status); }; } &&
16420 { ac_try
='test -s conftest$ac_exeext'
16421 { (case "(($ac_try" in
16422 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16423 *) ac_try_echo=$ac_try;;
16425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16426 (eval "$ac_try") 2>&5
16428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16429 (exit $ac_status); }; }; then
16431 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'` ;;
16432 so) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest
$ac_exeext |
grep libX11
\\.so |
sed -e "s/^.*\(libX11\.so[^ ]*\).*$/\1/"';2,$d'` ;;
16434 if test "x$ac_cv_lib_soname_X11" = "x"
16436 ac_cv_lib_soname_X11="libX11.$LIBEXT"
16439 echo "$as_me: failed program was:" >&5
16440 sed 's/^/| /' conftest.$ac_ext >&5
16442 ac_cv_lib_soname_X11="libX11.$LIBEXT"
16445 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16446 conftest$ac_exeext conftest.$ac_ext
16447 LIBS=$ac_get_soname_save_LIBS
16449 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
16450 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
16451 if test "${ac_cv_lib_soname_X11+set}" = set; then
16453 cat >>confdefs.h <<_ACEOF
16454 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
16459 { echo "$as_me:$LINENO: checking for -lXext soname" >&5
16460 echo $ECHO_N "checking for -lXext soname... $ECHO_C" >&6; }
16461 if test "${ac_cv_lib_soname_Xext+set}" = set; then
16462 echo $ECHO_N "(cached) $ECHO_C" >&6
16464 ac_get_soname_save_LIBS=$LIBS
16465 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
16466 cat >conftest.$ac_ext <<_ACEOF
16469 cat confdefs.h >>conftest.$ac_ext
16470 cat >>conftest.$ac_ext <<_ACEOF
16471 /* end confdefs.h. */
16473 /* Override any GCC internal prototype to avoid an error.
16474 Use char because int might match the return type of a GCC
16475 builtin and then its argument prototype would still apply. */
16479 char XextCreateExtension ();
16483 return XextCreateExtension ();
16488 rm -f conftest.$ac_objext conftest$ac_exeext
16489 if { (ac_try="$ac_link"
16490 case "(($ac_try" in
16491 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16492 *) ac_try_echo
=$ac_try;;
16494 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16495 (eval "$ac_link") 2>conftest.er1
16497 grep -v '^ *+' conftest.er1
>conftest.err
16499 cat conftest.err
>&5
16500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16501 (exit $ac_status); } &&
16502 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16503 { (case "(($ac_try" in
16504 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16505 *) ac_try_echo=$ac_try;;
16507 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16508 (eval "$ac_try") 2>&5
16510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16511 (exit $ac_status); }; } &&
16512 { ac_try='test -s conftest$ac_exeext'
16513 { (case "(($ac_try" in
16514 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16515 *) ac_try_echo
=$ac_try;;
16517 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16518 (eval "$ac_try") 2>&5
16520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16521 (exit $ac_status); }; }; then
16523 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'` ;;
16524 so
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest$ac_exeext | grep libXext\\.so | sed -e "s/^.*\(libXext\.so[^ ]*\).*$/\1/"';2,$d'` ;;
16526 if test "x$ac_cv_lib_soname_Xext" = "x"
16528 ac_cv_lib_soname_Xext
="libXext.$LIBEXT"
16531 echo "$as_me: failed program was:" >&5
16532 sed 's/^/| /' conftest.
$ac_ext >&5
16534 ac_cv_lib_soname_Xext
="libXext.$LIBEXT"
16537 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16538 conftest
$ac_exeext conftest.
$ac_ext
16539 LIBS
=$ac_get_soname_save_LIBS
16541 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
16542 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
16543 if test "${ac_cv_lib_soname_Xext+set}" = set; then
16545 cat >>confdefs.h
<<_ACEOF
16546 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
16551 { echo "$as_me:$LINENO: checking for -lXi soname" >&5
16552 echo $ECHO_N "checking for -lXi soname... $ECHO_C" >&6; }
16553 if test "${ac_cv_lib_soname_Xi+set}" = set; then
16554 echo $ECHO_N "(cached) $ECHO_C" >&6
16556 ac_get_soname_save_LIBS
=$LIBS
16557 LIBS
="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
16558 cat >conftest.
$ac_ext <<_ACEOF
16561 cat confdefs.h
>>conftest.
$ac_ext
16562 cat >>conftest.
$ac_ext <<_ACEOF
16563 /* end confdefs.h. */
16565 /* Override any GCC internal prototype to avoid an error.
16566 Use char because int might match the return type of a GCC
16567 builtin and then its argument prototype would still apply. */
16571 char XOpenDevice ();
16575 return XOpenDevice ();
16580 rm -f conftest.
$ac_objext conftest
$ac_exeext
16581 if { (ac_try
="$ac_link"
16582 case "(($ac_try" in
16583 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16584 *) ac_try_echo=$ac_try;;
16586 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16587 (eval "$ac_link") 2>conftest.er1
16589 grep -v '^ *+' conftest.er1 >conftest.err
16591 cat conftest.err >&5
16592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16593 (exit $ac_status); } &&
16594 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16595 { (case "(($ac_try" in
16596 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16597 *) ac_try_echo
=$ac_try;;
16599 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16600 (eval "$ac_try") 2>&5
16602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16603 (exit $ac_status); }; } &&
16604 { ac_try
='test -s conftest$ac_exeext'
16605 { (case "(($ac_try" in
16606 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16607 *) ac_try_echo=$ac_try;;
16609 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16610 (eval "$ac_try") 2>&5
16612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16613 (exit $ac_status); }; }; then
16615 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'` ;;
16616 so) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest
$ac_exeext |
grep libXi
\\.so |
sed -e "s/^.*\(libXi\.so[^ ]*\).*$/\1/"';2,$d'` ;;
16618 if test "x$ac_cv_lib_soname_Xi" = "x"
16620 ac_cv_lib_soname_Xi="libXi.$LIBEXT"
16623 echo "$as_me: failed program was:" >&5
16624 sed 's/^/| /' conftest.$ac_ext >&5
16626 ac_cv_lib_soname_Xi="libXi.$LIBEXT"
16629 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16630 conftest$ac_exeext conftest.$ac_ext
16631 LIBS=$ac_get_soname_save_LIBS
16633 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
16634 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
16635 if test "${ac_cv_lib_soname_Xi+set}" = set; then
16637 cat >>confdefs.h <<_ACEOF
16638 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
16643 { echo "$as_me:$LINENO: checking for -lXinerama soname" >&5
16644 echo $ECHO_N "checking for -lXinerama soname... $ECHO_C" >&6; }
16645 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
16646 echo $ECHO_N "(cached) $ECHO_C" >&6
16648 ac_get_soname_save_LIBS=$LIBS
16649 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
16650 cat >conftest.$ac_ext <<_ACEOF
16653 cat confdefs.h >>conftest.$ac_ext
16654 cat >>conftest.$ac_ext <<_ACEOF
16655 /* end confdefs.h. */
16657 /* Override any GCC internal prototype to avoid an error.
16658 Use char because int might match the return type of a GCC
16659 builtin and then its argument prototype would still apply. */
16663 char XineramaQueryScreens ();
16667 return XineramaQueryScreens ();
16672 rm -f conftest.$ac_objext conftest$ac_exeext
16673 if { (ac_try="$ac_link"
16674 case "(($ac_try" in
16675 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16676 *) ac_try_echo
=$ac_try;;
16678 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16679 (eval "$ac_link") 2>conftest.er1
16681 grep -v '^ *+' conftest.er1
>conftest.err
16683 cat conftest.err
>&5
16684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16685 (exit $ac_status); } &&
16686 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16687 { (case "(($ac_try" in
16688 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16689 *) ac_try_echo=$ac_try;;
16691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16692 (eval "$ac_try") 2>&5
16694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16695 (exit $ac_status); }; } &&
16696 { ac_try='test -s conftest$ac_exeext'
16697 { (case "(($ac_try" in
16698 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16699 *) ac_try_echo
=$ac_try;;
16701 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16702 (eval "$ac_try") 2>&5
16704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16705 (exit $ac_status); }; }; then
16707 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'` ;;
16708 so
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest$ac_exeext | grep libXinerama\\.so | sed -e "s/^.*\(libXinerama\.so[^ ]*\).*$/\1/"';2,$d'` ;;
16710 if test "x$ac_cv_lib_soname_Xinerama" = "x"
16712 ac_cv_lib_soname_Xinerama
="libXinerama.$LIBEXT"
16715 echo "$as_me: failed program was:" >&5
16716 sed 's/^/| /' conftest.
$ac_ext >&5
16718 ac_cv_lib_soname_Xinerama
="libXinerama.$LIBEXT"
16721 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16722 conftest
$ac_exeext conftest.
$ac_ext
16723 LIBS
=$ac_get_soname_save_LIBS
16725 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
16726 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
16727 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
16729 cat >>confdefs.h
<<_ACEOF
16730 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
16735 { echo "$as_me:$LINENO: checking for -lXrender soname" >&5
16736 echo $ECHO_N "checking for -lXrender soname... $ECHO_C" >&6; }
16737 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
16738 echo $ECHO_N "(cached) $ECHO_C" >&6
16740 ac_get_soname_save_LIBS
=$LIBS
16741 LIBS
="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
16742 cat >conftest.
$ac_ext <<_ACEOF
16745 cat confdefs.h
>>conftest.
$ac_ext
16746 cat >>conftest.
$ac_ext <<_ACEOF
16747 /* end confdefs.h. */
16749 /* Override any GCC internal prototype to avoid an error.
16750 Use char because int might match the return type of a GCC
16751 builtin and then its argument prototype would still apply. */
16755 char XRenderQueryExtension ();
16759 return XRenderQueryExtension ();
16764 rm -f conftest.
$ac_objext conftest
$ac_exeext
16765 if { (ac_try
="$ac_link"
16766 case "(($ac_try" in
16767 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16768 *) ac_try_echo=$ac_try;;
16770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16771 (eval "$ac_link") 2>conftest.er1
16773 grep -v '^ *+' conftest.er1 >conftest.err
16775 cat conftest.err >&5
16776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16777 (exit $ac_status); } &&
16778 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16779 { (case "(($ac_try" in
16780 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16781 *) ac_try_echo
=$ac_try;;
16783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16784 (eval "$ac_try") 2>&5
16786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16787 (exit $ac_status); }; } &&
16788 { ac_try
='test -s conftest$ac_exeext'
16789 { (case "(($ac_try" in
16790 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16791 *) ac_try_echo=$ac_try;;
16793 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16794 (eval "$ac_try") 2>&5
16796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16797 (exit $ac_status); }; }; then
16799 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'` ;;
16800 so) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest
$ac_exeext |
grep libXrender
\\.so |
sed -e "s/^.*\(libXrender\.so[^ ]*\).*$/\1/"';2,$d'` ;;
16802 if test "x$ac_cv_lib_soname_Xrender" = "x"
16804 ac_cv_lib_soname_Xrender="libXrender.$LIBEXT"
16807 echo "$as_me: failed program was:" >&5
16808 sed 's/^/| /' conftest.$ac_ext >&5
16810 ac_cv_lib_soname_Xrender="libXrender.$LIBEXT"
16813 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16814 conftest$ac_exeext conftest.$ac_ext
16815 LIBS=$ac_get_soname_save_LIBS
16817 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
16818 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
16819 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
16821 cat >>confdefs.h <<_ACEOF
16822 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
16827 { echo "$as_me:$LINENO: checking for -lXrandr soname" >&5
16828 echo $ECHO_N "checking for -lXrandr soname... $ECHO_C" >&6; }
16829 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
16830 echo $ECHO_N "(cached) $ECHO_C" >&6
16832 ac_get_soname_save_LIBS=$LIBS
16833 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
16834 cat >conftest.$ac_ext <<_ACEOF
16837 cat confdefs.h >>conftest.$ac_ext
16838 cat >>conftest.$ac_ext <<_ACEOF
16839 /* end confdefs.h. */
16841 /* Override any GCC internal prototype to avoid an error.
16842 Use char because int might match the return type of a GCC
16843 builtin and then its argument prototype would still apply. */
16847 char XRRQueryExtension ();
16851 return XRRQueryExtension ();
16856 rm -f conftest.$ac_objext conftest$ac_exeext
16857 if { (ac_try="$ac_link"
16858 case "(($ac_try" in
16859 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16860 *) ac_try_echo
=$ac_try;;
16862 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16863 (eval "$ac_link") 2>conftest.er1
16865 grep -v '^ *+' conftest.er1
>conftest.err
16867 cat conftest.err
>&5
16868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16869 (exit $ac_status); } &&
16870 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16871 { (case "(($ac_try" in
16872 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16873 *) ac_try_echo=$ac_try;;
16875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16876 (eval "$ac_try") 2>&5
16878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16879 (exit $ac_status); }; } &&
16880 { ac_try='test -s conftest$ac_exeext'
16881 { (case "(($ac_try" in
16882 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16883 *) ac_try_echo
=$ac_try;;
16885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16886 (eval "$ac_try") 2>&5
16888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16889 (exit $ac_status); }; }; then
16891 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'` ;;
16892 so
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest$ac_exeext | grep libXrandr\\.so | sed -e "s/^.*\(libXrandr\.so[^ ]*\).*$/\1/"';2,$d'` ;;
16894 if test "x$ac_cv_lib_soname_Xrandr" = "x"
16896 ac_cv_lib_soname_Xrandr
="libXrandr.$LIBEXT"
16899 echo "$as_me: failed program was:" >&5
16900 sed 's/^/| /' conftest.
$ac_ext >&5
16902 ac_cv_lib_soname_Xrandr
="libXrandr.$LIBEXT"
16905 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16906 conftest
$ac_exeext conftest.
$ac_ext
16907 LIBS
=$ac_get_soname_save_LIBS
16909 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
16910 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
16911 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
16913 cat >>confdefs.h
<<_ACEOF
16914 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
16919 { echo "$as_me:$LINENO: checking for -lfreetype soname" >&5
16920 echo $ECHO_N "checking for -lfreetype soname... $ECHO_C" >&6; }
16921 if test "${ac_cv_lib_soname_freetype+set}" = set; then
16922 echo $ECHO_N "(cached) $ECHO_C" >&6
16924 ac_get_soname_save_LIBS
=$LIBS
16925 LIBS
="-lfreetype $X_LIBS $LIBS"
16926 cat >conftest.
$ac_ext <<_ACEOF
16929 cat confdefs.h
>>conftest.
$ac_ext
16930 cat >>conftest.
$ac_ext <<_ACEOF
16931 /* end confdefs.h. */
16933 /* Override any GCC internal prototype to avoid an error.
16934 Use char because int might match the return type of a GCC
16935 builtin and then its argument prototype would still apply. */
16939 char FT_Init_FreeType ();
16943 return FT_Init_FreeType ();
16948 rm -f conftest.
$ac_objext conftest
$ac_exeext
16949 if { (ac_try
="$ac_link"
16950 case "(($ac_try" in
16951 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16952 *) ac_try_echo=$ac_try;;
16954 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16955 (eval "$ac_link") 2>conftest.er1
16957 grep -v '^ *+' conftest.er1 >conftest.err
16959 cat conftest.err >&5
16960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16961 (exit $ac_status); } &&
16962 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16963 { (case "(($ac_try" in
16964 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16965 *) ac_try_echo
=$ac_try;;
16967 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16968 (eval "$ac_try") 2>&5
16970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16971 (exit $ac_status); }; } &&
16972 { ac_try
='test -s conftest$ac_exeext'
16973 { (case "(($ac_try" in
16974 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16975 *) ac_try_echo=$ac_try;;
16977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16978 (eval "$ac_try") 2>&5
16980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16981 (exit $ac_status); }; }; then
16983 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'` ;;
16984 so) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest
$ac_exeext |
grep libfreetype
\\.so |
sed -e "s/^.*\(libfreetype\.so[^ ]*\).*$/\1/"';2,$d'` ;;
16986 if test "x$ac_cv_lib_soname_freetype" = "x"
16988 ac_cv_lib_soname_freetype="libfreetype.$LIBEXT"
16991 echo "$as_me: failed program was:" >&5
16992 sed 's/^/| /' conftest.$ac_ext >&5
16994 ac_cv_lib_soname_freetype="libfreetype.$LIBEXT"
16997 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16998 conftest$ac_exeext conftest.$ac_ext
16999 LIBS=$ac_get_soname_save_LIBS
17001 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
17002 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
17003 if test "${ac_cv_lib_soname_freetype+set}" = set; then
17005 cat >>confdefs.h <<_ACEOF
17006 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
17011 { echo "$as_me:$LINENO: checking for -lGL soname" >&5
17012 echo $ECHO_N "checking for -lGL soname... $ECHO_C" >&6; }
17013 if test "${ac_cv_lib_soname_GL+set}" = set; then
17014 echo $ECHO_N "(cached) $ECHO_C" >&6
17016 ac_get_soname_save_LIBS=$LIBS
17017 LIBS="-lGL $X_LIBS $X_EXTRA_LIBS $LIBS"
17018 cat >conftest.$ac_ext <<_ACEOF
17021 cat confdefs.h >>conftest.$ac_ext
17022 cat >>conftest.$ac_ext <<_ACEOF
17023 /* end confdefs.h. */
17025 /* Override any GCC internal prototype to avoid an error.
17026 Use char because int might match the return type of a GCC
17027 builtin and then its argument prototype would still apply. */
17031 char glXQueryExtension ();
17035 return glXQueryExtension ();
17040 rm -f conftest.$ac_objext conftest$ac_exeext
17041 if { (ac_try="$ac_link"
17042 case "(($ac_try" in
17043 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17044 *) ac_try_echo
=$ac_try;;
17046 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17047 (eval "$ac_link") 2>conftest.er1
17049 grep -v '^ *+' conftest.er1
>conftest.err
17051 cat conftest.err
>&5
17052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17053 (exit $ac_status); } &&
17054 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17055 { (case "(($ac_try" in
17056 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17057 *) ac_try_echo=$ac_try;;
17059 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17060 (eval "$ac_try") 2>&5
17062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17063 (exit $ac_status); }; } &&
17064 { ac_try='test -s conftest$ac_exeext'
17065 { (case "(($ac_try" in
17066 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17067 *) ac_try_echo
=$ac_try;;
17069 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17070 (eval "$ac_try") 2>&5
17072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17073 (exit $ac_status); }; }; then
17075 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'` ;;
17076 so
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest$ac_exeext | grep libGL\\.so | sed -e "s/^.*\(libGL\.so[^ ]*\).*$/\1/"';2,$d'` ;;
17078 if test "x$ac_cv_lib_soname_GL" = "x"
17080 ac_cv_lib_soname_GL
="libGL.$LIBEXT"
17083 echo "$as_me: failed program was:" >&5
17084 sed 's/^/| /' conftest.
$ac_ext >&5
17086 ac_cv_lib_soname_GL
="libGL.$LIBEXT"
17089 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17090 conftest
$ac_exeext conftest.
$ac_ext
17091 LIBS
=$ac_get_soname_save_LIBS
17093 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
17094 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
17095 if test "${ac_cv_lib_soname_GL+set}" = set; then
17097 cat >>confdefs.h
<<_ACEOF
17098 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
17103 { echo "$as_me:$LINENO: checking for -lhal soname" >&5
17104 echo $ECHO_N "checking for -lhal soname... $ECHO_C" >&6; }
17105 if test "${ac_cv_lib_soname_hal+set}" = set; then
17106 echo $ECHO_N "(cached) $ECHO_C" >&6
17108 ac_get_soname_save_LIBS
=$LIBS
17110 cat >conftest.
$ac_ext <<_ACEOF
17113 cat confdefs.h
>>conftest.
$ac_ext
17114 cat >>conftest.
$ac_ext <<_ACEOF
17115 /* end confdefs.h. */
17117 /* Override any GCC internal prototype to avoid an error.
17118 Use char because int might match the return type of a GCC
17119 builtin and then its argument prototype would still apply. */
17123 char libhal_ctx_new ();
17127 return libhal_ctx_new ();
17132 rm -f conftest.
$ac_objext conftest
$ac_exeext
17133 if { (ac_try
="$ac_link"
17134 case "(($ac_try" in
17135 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17136 *) ac_try_echo=$ac_try;;
17138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17139 (eval "$ac_link") 2>conftest.er1
17141 grep -v '^ *+' conftest.er1 >conftest.err
17143 cat conftest.err >&5
17144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17145 (exit $ac_status); } &&
17146 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17147 { (case "(($ac_try" in
17148 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17149 *) ac_try_echo
=$ac_try;;
17151 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17152 (eval "$ac_try") 2>&5
17154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17155 (exit $ac_status); }; } &&
17156 { ac_try
='test -s conftest$ac_exeext'
17157 { (case "(($ac_try" in
17158 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17159 *) ac_try_echo=$ac_try;;
17161 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17162 (eval "$ac_try") 2>&5
17164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17165 (exit $ac_status); }; }; then
17167 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'` ;;
17168 so) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest
$ac_exeext |
grep libhal
\\.so |
sed -e "s/^.*\(libhal\.so[^ ]*\).*$/\1/"';2,$d'` ;;
17170 if test "x$ac_cv_lib_soname_hal" = "x"
17172 ac_cv_lib_soname_hal="libhal.$LIBEXT"
17175 echo "$as_me: failed program was:" >&5
17176 sed 's/^/| /' conftest.$ac_ext >&5
17178 ac_cv_lib_soname_hal="libhal.$LIBEXT"
17181 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17182 conftest$ac_exeext conftest.$ac_ext
17183 LIBS=$ac_get_soname_save_LIBS
17185 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
17186 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
17187 if test "${ac_cv_lib_soname_hal+set}" = set; then
17189 cat >>confdefs.h <<_ACEOF
17190 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
17195 { echo "$as_me:$LINENO: checking for -ltxc_dxtn soname" >&5
17196 echo $ECHO_N "checking for -ltxc_dxtn soname... $ECHO_C" >&6; }
17197 if test "${ac_cv_lib_soname_txc_dxtn+set}" = set; then
17198 echo $ECHO_N "(cached) $ECHO_C" >&6
17200 ac_get_soname_save_LIBS=$LIBS
17201 LIBS="-ltxc_dxtn $LIBS"
17202 cat >conftest.$ac_ext <<_ACEOF
17205 cat confdefs.h >>conftest.$ac_ext
17206 cat >>conftest.$ac_ext <<_ACEOF
17207 /* end confdefs.h. */
17209 /* Override any GCC internal prototype to avoid an error.
17210 Use char because int might match the return type of a GCC
17211 builtin and then its argument prototype would still apply. */
17215 char fetch_2d_texel_rgba_dxt1 ();
17219 return fetch_2d_texel_rgba_dxt1 ();
17224 rm -f conftest.$ac_objext conftest$ac_exeext
17225 if { (ac_try="$ac_link"
17226 case "(($ac_try" in
17227 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17228 *) ac_try_echo
=$ac_try;;
17230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17231 (eval "$ac_link") 2>conftest.er1
17233 grep -v '^ *+' conftest.er1
>conftest.err
17235 cat conftest.err
>&5
17236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17237 (exit $ac_status); } &&
17238 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17239 { (case "(($ac_try" in
17240 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17241 *) ac_try_echo=$ac_try;;
17243 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17244 (eval "$ac_try") 2>&5
17246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17247 (exit $ac_status); }; } &&
17248 { ac_try='test -s conftest$ac_exeext'
17249 { (case "(($ac_try" in
17250 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17251 *) ac_try_echo
=$ac_try;;
17253 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17254 (eval "$ac_try") 2>&5
17256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17257 (exit $ac_status); }; }; then
17259 dylib
) ac_cv_lib_soname_txc_dxtn
=`otool -L conftest$ac_exeext | grep libtxc_dxtn\\.[0-9A-Za-z.]*dylib | sed -e "s/^.*\/\(libtxc_dxtn\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
17260 so
) ac_cv_lib_soname_txc_dxtn
=`$ac_cv_path_LDD conftest$ac_exeext | grep libtxc_dxtn\\.so | sed -e "s/^.*\(libtxc_dxtn\.so[^ ]*\).*$/\1/"';2,$d'` ;;
17262 if test "x$ac_cv_lib_soname_txc_dxtn" = "x"
17264 ac_cv_lib_soname_txc_dxtn
="libtxc_dxtn.$LIBEXT"
17267 echo "$as_me: failed program was:" >&5
17268 sed 's/^/| /' conftest.
$ac_ext >&5
17270 ac_cv_lib_soname_txc_dxtn
="libtxc_dxtn.$LIBEXT"
17273 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17274 conftest
$ac_exeext conftest.
$ac_ext
17275 LIBS
=$ac_get_soname_save_LIBS
17277 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_txc_dxtn" >&5
17278 echo "${ECHO_T}$ac_cv_lib_soname_txc_dxtn" >&6; }
17279 if test "${ac_cv_lib_soname_txc_dxtn+set}" = set; then
17281 cat >>confdefs.h
<<_ACEOF
17282 #define SONAME_LIBTXC_DXTN "$ac_cv_lib_soname_txc_dxtn"
17287 { echo "$as_me:$LINENO: checking for -lcups soname" >&5
17288 echo $ECHO_N "checking for -lcups soname... $ECHO_C" >&6; }
17289 if test "${ac_cv_lib_soname_cups+set}" = set; then
17290 echo $ECHO_N "(cached) $ECHO_C" >&6
17292 ac_get_soname_save_LIBS
=$LIBS
17293 LIBS
="-lcups $LIBS"
17294 cat >conftest.
$ac_ext <<_ACEOF
17297 cat confdefs.h
>>conftest.
$ac_ext
17298 cat >>conftest.
$ac_ext <<_ACEOF
17299 /* end confdefs.h. */
17301 /* Override any GCC internal prototype to avoid an error.
17302 Use char because int might match the return type of a GCC
17303 builtin and then its argument prototype would still apply. */
17307 char cupsGetDefault ();
17311 return cupsGetDefault ();
17316 rm -f conftest.
$ac_objext conftest
$ac_exeext
17317 if { (ac_try
="$ac_link"
17318 case "(($ac_try" in
17319 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17320 *) ac_try_echo=$ac_try;;
17322 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17323 (eval "$ac_link") 2>conftest.er1
17325 grep -v '^ *+' conftest.er1 >conftest.err
17327 cat conftest.err >&5
17328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17329 (exit $ac_status); } &&
17330 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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_try") 2>&5
17338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17339 (exit $ac_status); }; } &&
17340 { ac_try
='test -s conftest$ac_exeext'
17341 { (case "(($ac_try" in
17342 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17343 *) ac_try_echo=$ac_try;;
17345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17346 (eval "$ac_try") 2>&5
17348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17349 (exit $ac_status); }; }; then
17351 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'` ;;
17352 so) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest
$ac_exeext |
grep libcups
\\.so |
sed -e "s/^.*\(libcups\.so[^ ]*\).*$/\1/"';2,$d'` ;;
17354 if test "x$ac_cv_lib_soname_cups" = "x"
17356 ac_cv_lib_soname_cups="libcups.$LIBEXT"
17359 echo "$as_me: failed program was:" >&5
17360 sed 's/^/| /' conftest.$ac_ext >&5
17362 ac_cv_lib_soname_cups="libcups.$LIBEXT"
17365 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17366 conftest$ac_exeext conftest.$ac_ext
17367 LIBS=$ac_get_soname_save_LIBS
17369 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
17370 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
17371 if test "${ac_cv_lib_soname_cups+set}" = set; then
17373 cat >>confdefs.h <<_ACEOF
17374 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
17379 { echo "$as_me:$LINENO: checking for -ljack soname" >&5
17380 echo $ECHO_N "checking for -ljack soname... $ECHO_C" >&6; }
17381 if test "${ac_cv_lib_soname_jack+set}" = set; then
17382 echo $ECHO_N "(cached) $ECHO_C" >&6
17384 ac_get_soname_save_LIBS=$LIBS
17385 LIBS="-ljack $LIBS"
17386 cat >conftest.$ac_ext <<_ACEOF
17389 cat confdefs.h >>conftest.$ac_ext
17390 cat >>conftest.$ac_ext <<_ACEOF
17391 /* end confdefs.h. */
17393 /* Override any GCC internal prototype to avoid an error.
17394 Use char because int might match the return type of a GCC
17395 builtin and then its argument prototype would still apply. */
17399 char jack_client_new ();
17403 return jack_client_new ();
17408 rm -f conftest.$ac_objext conftest$ac_exeext
17409 if { (ac_try="$ac_link"
17410 case "(($ac_try" in
17411 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17412 *) ac_try_echo
=$ac_try;;
17414 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17415 (eval "$ac_link") 2>conftest.er1
17417 grep -v '^ *+' conftest.er1
>conftest.err
17419 cat conftest.err
>&5
17420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17421 (exit $ac_status); } &&
17422 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17423 { (case "(($ac_try" in
17424 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17425 *) ac_try_echo=$ac_try;;
17427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17428 (eval "$ac_try") 2>&5
17430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17431 (exit $ac_status); }; } &&
17432 { ac_try='test -s conftest$ac_exeext'
17433 { (case "(($ac_try" in
17434 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17435 *) ac_try_echo
=$ac_try;;
17437 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17438 (eval "$ac_try") 2>&5
17440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17441 (exit $ac_status); }; }; then
17443 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'` ;;
17444 so
) ac_cv_lib_soname_jack
=`$ac_cv_path_LDD conftest$ac_exeext | grep libjack\\.so | sed -e "s/^.*\(libjack\.so[^ ]*\).*$/\1/"';2,$d'` ;;
17446 if test "x$ac_cv_lib_soname_jack" = "x"
17448 ac_cv_lib_soname_jack
="libjack.$LIBEXT"
17451 echo "$as_me: failed program was:" >&5
17452 sed 's/^/| /' conftest.
$ac_ext >&5
17454 ac_cv_lib_soname_jack
="libjack.$LIBEXT"
17457 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17458 conftest
$ac_exeext conftest.
$ac_ext
17459 LIBS
=$ac_get_soname_save_LIBS
17461 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
17462 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
17463 if test "${ac_cv_lib_soname_jack+set}" = set; then
17465 cat >>confdefs.h
<<_ACEOF
17466 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
17471 { echo "$as_me:$LINENO: checking for -lfontconfig soname" >&5
17472 echo $ECHO_N "checking for -lfontconfig soname... $ECHO_C" >&6; }
17473 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
17474 echo $ECHO_N "(cached) $ECHO_C" >&6
17476 ac_get_soname_save_LIBS
=$LIBS
17477 LIBS
="-lfontconfig $LIBS"
17478 cat >conftest.
$ac_ext <<_ACEOF
17481 cat confdefs.h
>>conftest.
$ac_ext
17482 cat >>conftest.
$ac_ext <<_ACEOF
17483 /* end confdefs.h. */
17485 /* Override any GCC internal prototype to avoid an error.
17486 Use char because int might match the return type of a GCC
17487 builtin and then its argument prototype would still apply. */
17500 rm -f conftest.
$ac_objext conftest
$ac_exeext
17501 if { (ac_try
="$ac_link"
17502 case "(($ac_try" in
17503 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17504 *) ac_try_echo=$ac_try;;
17506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17507 (eval "$ac_link") 2>conftest.er1
17509 grep -v '^ *+' conftest.er1 >conftest.err
17511 cat conftest.err >&5
17512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17513 (exit $ac_status); } &&
17514 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17515 { (case "(($ac_try" in
17516 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17517 *) ac_try_echo
=$ac_try;;
17519 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17520 (eval "$ac_try") 2>&5
17522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17523 (exit $ac_status); }; } &&
17524 { ac_try
='test -s conftest$ac_exeext'
17525 { (case "(($ac_try" in
17526 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17527 *) ac_try_echo=$ac_try;;
17529 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17530 (eval "$ac_try") 2>&5
17532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17533 (exit $ac_status); }; }; then
17535 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'` ;;
17536 so) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest
$ac_exeext |
grep libfontconfig
\\.so |
sed -e "s/^.*\(libfontconfig\.so[^ ]*\).*$/\1/"';2,$d'` ;;
17538 if test "x$ac_cv_lib_soname_fontconfig" = "x"
17540 ac_cv_lib_soname_fontconfig="libfontconfig.$LIBEXT"
17543 echo "$as_me: failed program was:" >&5
17544 sed 's/^/| /' conftest.$ac_ext >&5
17546 ac_cv_lib_soname_fontconfig="libfontconfig.$LIBEXT"
17549 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17550 conftest$ac_exeext conftest.$ac_ext
17551 LIBS=$ac_get_soname_save_LIBS
17553 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
17554 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
17555 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
17557 cat >>confdefs.h <<_ACEOF
17558 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
17563 { echo "$as_me:$LINENO: checking for -lssl soname" >&5
17564 echo $ECHO_N "checking for -lssl soname... $ECHO_C" >&6; }
17565 if test "${ac_cv_lib_soname_ssl+set}" = set; then
17566 echo $ECHO_N "(cached) $ECHO_C" >&6
17568 ac_get_soname_save_LIBS=$LIBS
17570 cat >conftest.$ac_ext <<_ACEOF
17573 cat confdefs.h >>conftest.$ac_ext
17574 cat >>conftest.$ac_ext <<_ACEOF
17575 /* end confdefs.h. */
17577 /* Override any GCC internal prototype to avoid an error.
17578 Use char because int might match the return type of a GCC
17579 builtin and then its argument prototype would still apply. */
17583 char SSL_library_init ();
17587 return SSL_library_init ();
17592 rm -f conftest.$ac_objext conftest$ac_exeext
17593 if { (ac_try="$ac_link"
17594 case "(($ac_try" in
17595 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17596 *) ac_try_echo
=$ac_try;;
17598 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17599 (eval "$ac_link") 2>conftest.er1
17601 grep -v '^ *+' conftest.er1
>conftest.err
17603 cat conftest.err
>&5
17604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17605 (exit $ac_status); } &&
17606 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17607 { (case "(($ac_try" in
17608 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17609 *) ac_try_echo=$ac_try;;
17611 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17612 (eval "$ac_try") 2>&5
17614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17615 (exit $ac_status); }; } &&
17616 { ac_try='test -s conftest$ac_exeext'
17617 { (case "(($ac_try" in
17618 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17619 *) ac_try_echo
=$ac_try;;
17621 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17622 (eval "$ac_try") 2>&5
17624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17625 (exit $ac_status); }; }; then
17627 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'` ;;
17628 so
) ac_cv_lib_soname_ssl
=`$ac_cv_path_LDD conftest$ac_exeext | grep libssl\\.so | sed -e "s/^.*\(libssl\.so[^ ]*\).*$/\1/"';2,$d'` ;;
17630 if test "x$ac_cv_lib_soname_ssl" = "x"
17632 ac_cv_lib_soname_ssl
="libssl.$LIBEXT"
17635 echo "$as_me: failed program was:" >&5
17636 sed 's/^/| /' conftest.
$ac_ext >&5
17638 ac_cv_lib_soname_ssl
="libssl.$LIBEXT"
17641 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17642 conftest
$ac_exeext conftest.
$ac_ext
17643 LIBS
=$ac_get_soname_save_LIBS
17645 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
17646 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
17647 if test "${ac_cv_lib_soname_ssl+set}" = set; then
17649 cat >>confdefs.h
<<_ACEOF
17650 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
17655 { echo "$as_me:$LINENO: checking for -lcrypto soname" >&5
17656 echo $ECHO_N "checking for -lcrypto soname... $ECHO_C" >&6; }
17657 if test "${ac_cv_lib_soname_crypto+set}" = set; then
17658 echo $ECHO_N "(cached) $ECHO_C" >&6
17660 ac_get_soname_save_LIBS
=$LIBS
17661 LIBS
="-lcrypto $LIBS"
17662 cat >conftest.
$ac_ext <<_ACEOF
17665 cat confdefs.h
>>conftest.
$ac_ext
17666 cat >>conftest.
$ac_ext <<_ACEOF
17667 /* end confdefs.h. */
17669 /* Override any GCC internal prototype to avoid an error.
17670 Use char because int might match the return type of a GCC
17671 builtin and then its argument prototype would still apply. */
17675 char BIO_new_socket ();
17679 return BIO_new_socket ();
17684 rm -f conftest.
$ac_objext conftest
$ac_exeext
17685 if { (ac_try
="$ac_link"
17686 case "(($ac_try" in
17687 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17688 *) ac_try_echo=$ac_try;;
17690 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17691 (eval "$ac_link") 2>conftest.er1
17693 grep -v '^ *+' conftest.er1 >conftest.err
17695 cat conftest.err >&5
17696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17697 (exit $ac_status); } &&
17698 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17699 { (case "(($ac_try" in
17700 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17701 *) ac_try_echo
=$ac_try;;
17703 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17704 (eval "$ac_try") 2>&5
17706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17707 (exit $ac_status); }; } &&
17708 { ac_try
='test -s conftest$ac_exeext'
17709 { (case "(($ac_try" in
17710 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17711 *) ac_try_echo=$ac_try;;
17713 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17714 (eval "$ac_try") 2>&5
17716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17717 (exit $ac_status); }; }; then
17719 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'` ;;
17720 so) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest
$ac_exeext |
grep libcrypto
\\.so |
sed -e "s/^.*\(libcrypto\.so[^ ]*\).*$/\1/"';2,$d'` ;;
17722 if test "x$ac_cv_lib_soname_crypto" = "x"
17724 ac_cv_lib_soname_crypto="libcrypto.$LIBEXT"
17727 echo "$as_me: failed program was:" >&5
17728 sed 's/^/| /' conftest.$ac_ext >&5
17730 ac_cv_lib_soname_crypto="libcrypto.$LIBEXT"
17733 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17734 conftest$ac_exeext conftest.$ac_ext
17735 LIBS=$ac_get_soname_save_LIBS
17737 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
17738 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
17739 if test "${ac_cv_lib_soname_crypto+set}" = set; then
17741 cat >>confdefs.h <<_ACEOF
17742 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
17747 { echo "$as_me:$LINENO: checking for -lncurses soname" >&5
17748 echo $ECHO_N "checking for -lncurses soname... $ECHO_C" >&6; }
17749 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
17750 echo $ECHO_N "(cached) $ECHO_C" >&6
17752 ac_get_soname_save_LIBS=$LIBS
17753 LIBS="-lncurses $LIBS"
17754 cat >conftest.$ac_ext <<_ACEOF
17757 cat confdefs.h >>conftest.$ac_ext
17758 cat >>conftest.$ac_ext <<_ACEOF
17759 /* end confdefs.h. */
17761 /* Override any GCC internal prototype to avoid an error.
17762 Use char because int might match the return type of a GCC
17763 builtin and then its argument prototype would still apply. */
17776 rm -f conftest.$ac_objext conftest$ac_exeext
17777 if { (ac_try="$ac_link"
17778 case "(($ac_try" in
17779 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17780 *) ac_try_echo
=$ac_try;;
17782 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17783 (eval "$ac_link") 2>conftest.er1
17785 grep -v '^ *+' conftest.er1
>conftest.err
17787 cat conftest.err
>&5
17788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17789 (exit $ac_status); } &&
17790 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17791 { (case "(($ac_try" in
17792 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17793 *) ac_try_echo=$ac_try;;
17795 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17796 (eval "$ac_try") 2>&5
17798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17799 (exit $ac_status); }; } &&
17800 { ac_try='test -s conftest$ac_exeext'
17801 { (case "(($ac_try" in
17802 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17803 *) ac_try_echo
=$ac_try;;
17805 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17806 (eval "$ac_try") 2>&5
17808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17809 (exit $ac_status); }; }; then
17811 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'` ;;
17812 so
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest$ac_exeext | grep libncurses\\.so | sed -e "s/^.*\(libncurses\.so[^ ]*\).*$/\1/"';2,$d'` ;;
17814 if test "x$ac_cv_lib_soname_ncurses" = "x"
17816 ac_cv_lib_soname_ncurses
="libncurses.$LIBEXT"
17819 echo "$as_me: failed program was:" >&5
17820 sed 's/^/| /' conftest.
$ac_ext >&5
17822 ac_cv_lib_soname_ncurses
="libncurses.$LIBEXT"
17825 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17826 conftest
$ac_exeext conftest.
$ac_ext
17827 LIBS
=$ac_get_soname_save_LIBS
17829 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
17830 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
17831 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
17833 cat >>confdefs.h
<<_ACEOF
17834 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
17839 { echo "$as_me:$LINENO: checking for -lcurses soname" >&5
17840 echo $ECHO_N "checking for -lcurses soname... $ECHO_C" >&6; }
17841 if test "${ac_cv_lib_soname_curses+set}" = set; then
17842 echo $ECHO_N "(cached) $ECHO_C" >&6
17844 ac_get_soname_save_LIBS
=$LIBS
17845 LIBS
="-lcurses $LIBS"
17846 cat >conftest.
$ac_ext <<_ACEOF
17849 cat confdefs.h
>>conftest.
$ac_ext
17850 cat >>conftest.
$ac_ext <<_ACEOF
17851 /* end confdefs.h. */
17853 /* Override any GCC internal prototype to avoid an error.
17854 Use char because int might match the return type of a GCC
17855 builtin and then its argument prototype would still apply. */
17868 rm -f conftest.
$ac_objext conftest
$ac_exeext
17869 if { (ac_try
="$ac_link"
17870 case "(($ac_try" in
17871 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17872 *) ac_try_echo=$ac_try;;
17874 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17875 (eval "$ac_link") 2>conftest.er1
17877 grep -v '^ *+' conftest.er1 >conftest.err
17879 cat conftest.err >&5
17880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17881 (exit $ac_status); } &&
17882 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17883 { (case "(($ac_try" in
17884 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17885 *) ac_try_echo
=$ac_try;;
17887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17888 (eval "$ac_try") 2>&5
17890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17891 (exit $ac_status); }; } &&
17892 { ac_try
='test -s conftest$ac_exeext'
17893 { (case "(($ac_try" in
17894 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17895 *) ac_try_echo=$ac_try;;
17897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17898 (eval "$ac_try") 2>&5
17900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17901 (exit $ac_status); }; }; then
17903 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'` ;;
17904 so) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest
$ac_exeext |
grep libcurses
\\.so |
sed -e "s/^.*\(libcurses\.so[^ ]*\).*$/\1/"';2,$d'` ;;
17906 if test "x$ac_cv_lib_soname_curses" = "x"
17908 ac_cv_lib_soname_curses="libcurses.$LIBEXT"
17911 echo "$as_me: failed program was:" >&5
17912 sed 's/^/| /' conftest.$ac_ext >&5
17914 ac_cv_lib_soname_curses="libcurses.$LIBEXT"
17917 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17918 conftest$ac_exeext conftest.$ac_ext
17919 LIBS=$ac_get_soname_save_LIBS
17921 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
17922 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
17923 if test "${ac_cv_lib_soname_curses+set}" = set; then
17925 cat >>confdefs.h <<_ACEOF
17926 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
17931 { echo "$as_me:$LINENO: checking for -ljpeg soname" >&5
17932 echo $ECHO_N "checking for -ljpeg soname... $ECHO_C" >&6; }
17933 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
17934 echo $ECHO_N "(cached) $ECHO_C" >&6
17936 ac_get_soname_save_LIBS=$LIBS
17937 LIBS="-ljpeg $LIBS"
17938 cat >conftest.$ac_ext <<_ACEOF
17941 cat confdefs.h >>conftest.$ac_ext
17942 cat >>conftest.$ac_ext <<_ACEOF
17943 /* end confdefs.h. */
17945 /* Override any GCC internal prototype to avoid an error.
17946 Use char because int might match the return type of a GCC
17947 builtin and then its argument prototype would still apply. */
17951 char jpeg_start_decompress ();
17955 return jpeg_start_decompress ();
17960 rm -f conftest.$ac_objext conftest$ac_exeext
17961 if { (ac_try="$ac_link"
17962 case "(($ac_try" in
17963 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17964 *) ac_try_echo
=$ac_try;;
17966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17967 (eval "$ac_link") 2>conftest.er1
17969 grep -v '^ *+' conftest.er1
>conftest.err
17971 cat conftest.err
>&5
17972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17973 (exit $ac_status); } &&
17974 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17975 { (case "(($ac_try" in
17976 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17977 *) ac_try_echo=$ac_try;;
17979 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17980 (eval "$ac_try") 2>&5
17982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17983 (exit $ac_status); }; } &&
17984 { ac_try='test -s conftest$ac_exeext'
17985 { (case "(($ac_try" in
17986 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17987 *) ac_try_echo
=$ac_try;;
17989 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17990 (eval "$ac_try") 2>&5
17992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17993 (exit $ac_status); }; }; then
17995 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'` ;;
17996 so
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest$ac_exeext | grep libjpeg\\.so | sed -e "s/^.*\(libjpeg\.so[^ ]*\).*$/\1/"';2,$d'` ;;
17998 if test "x$ac_cv_lib_soname_jpeg" = "x"
18000 ac_cv_lib_soname_jpeg
="libjpeg.$LIBEXT"
18003 echo "$as_me: failed program was:" >&5
18004 sed 's/^/| /' conftest.
$ac_ext >&5
18006 ac_cv_lib_soname_jpeg
="libjpeg.$LIBEXT"
18009 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
18010 conftest
$ac_exeext conftest.
$ac_ext
18011 LIBS
=$ac_get_soname_save_LIBS
18013 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
18014 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
18015 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
18017 cat >>confdefs.h
<<_ACEOF
18018 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
18023 { echo "$as_me:$LINENO: checking for -lcapi20 soname" >&5
18024 echo $ECHO_N "checking for -lcapi20 soname... $ECHO_C" >&6; }
18025 if test "${ac_cv_lib_soname_capi20+set}" = set; then
18026 echo $ECHO_N "(cached) $ECHO_C" >&6
18028 ac_get_soname_save_LIBS
=$LIBS
18029 LIBS
="-lcapi20 $LIBS"
18030 cat >conftest.
$ac_ext <<_ACEOF
18033 cat confdefs.h
>>conftest.
$ac_ext
18034 cat >>conftest.
$ac_ext <<_ACEOF
18035 /* end confdefs.h. */
18037 /* Override any GCC internal prototype to avoid an error.
18038 Use char because int might match the return type of a GCC
18039 builtin and then its argument prototype would still apply. */
18043 char capi20_isinstalled ();
18047 return capi20_isinstalled ();
18052 rm -f conftest.
$ac_objext conftest
$ac_exeext
18053 if { (ac_try
="$ac_link"
18054 case "(($ac_try" in
18055 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18056 *) ac_try_echo=$ac_try;;
18058 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18059 (eval "$ac_link") 2>conftest.er1
18061 grep -v '^ *+' conftest.er1 >conftest.err
18063 cat conftest.err >&5
18064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18065 (exit $ac_status); } &&
18066 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18067 { (case "(($ac_try" in
18068 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18069 *) ac_try_echo
=$ac_try;;
18071 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18072 (eval "$ac_try") 2>&5
18074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18075 (exit $ac_status); }; } &&
18076 { ac_try
='test -s conftest$ac_exeext'
18077 { (case "(($ac_try" in
18078 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18079 *) ac_try_echo=$ac_try;;
18081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18082 (eval "$ac_try") 2>&5
18084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18085 (exit $ac_status); }; }; then
18087 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'` ;;
18088 so) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest
$ac_exeext |
grep libcapi20
\\.so |
sed -e "s/^.*\(libcapi20\.so[^ ]*\).*$/\1/"';2,$d'` ;;
18090 if test "x$ac_cv_lib_soname_capi20" = "x"
18092 ac_cv_lib_soname_capi20="libcapi20.$LIBEXT"
18095 echo "$as_me: failed program was:" >&5
18096 sed 's/^/| /' conftest.$ac_ext >&5
18098 ac_cv_lib_soname_capi20="libcapi20.$LIBEXT"
18101 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18102 conftest$ac_exeext conftest.$ac_ext
18103 LIBS=$ac_get_soname_save_LIBS
18105 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
18106 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
18107 if test "${ac_cv_lib_soname_capi20+set}" = set; then
18109 cat >>confdefs.h <<_ACEOF
18110 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
18260 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
18261 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18262 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18263 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18264 echo $ECHO_N "(cached) $ECHO_C" >&6
18266 cat >conftest.$ac_ext <<_ACEOF
18269 cat confdefs.h >>conftest.$ac_ext
18270 cat >>conftest.$ac_ext <<_ACEOF
18271 /* end confdefs.h. */
18272 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18273 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18274 #define $ac_func innocuous_$ac_func
18276 /* System header to define __stub macros and hopefully few prototypes,
18277 which can conflict with char $ac_func (); below.
18278 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18279 <limits.h> exists even on freestanding compilers. */
18282 # include <limits.h>
18284 # include <assert.h>
18289 /* Override any GCC internal prototype to avoid an error.
18290 Use char because int might match the return type of a GCC
18291 builtin and then its argument prototype would still apply. */
18296 /* The GNU C library defines this for functions which it implements
18297 to always fail with ENOSYS. Some functions are actually named
18298 something starting with __ and the normal name is an alias. */
18299 #if defined __stub_$ac_func || defined __stub___$ac_func
18306 return $ac_func ();
18311 rm -f conftest.$ac_objext conftest$ac_exeext
18312 if { (ac_try="$ac_link"
18313 case "(($ac_try" in
18314 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18315 *) ac_try_echo
=$ac_try;;
18317 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18318 (eval "$ac_link") 2>conftest.er1
18320 grep -v '^ *+' conftest.er1
>conftest.err
18322 cat conftest.err
>&5
18323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18324 (exit $ac_status); } &&
18325 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18326 { (case "(($ac_try" in
18327 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18328 *) ac_try_echo=$ac_try;;
18330 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18331 (eval "$ac_try") 2>&5
18333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18334 (exit $ac_status); }; } &&
18335 { ac_try='test -s conftest$ac_exeext'
18336 { (case "(($ac_try" in
18337 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18338 *) ac_try_echo
=$ac_try;;
18340 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18341 (eval "$ac_try") 2>&5
18343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18344 (exit $ac_status); }; }; then
18345 eval "$as_ac_var=yes"
18347 echo "$as_me: failed program was:" >&5
18348 sed 's/^/| /' conftest.
$ac_ext >&5
18350 eval "$as_ac_var=no"
18353 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
18354 conftest
$ac_exeext conftest.
$ac_ext
18356 ac_res
=`eval echo '${'$as_ac_var'}'`
18357 { echo "$as_me:$LINENO: result: $ac_res" >&5
18358 echo "${ECHO_T}$ac_res" >&6; }
18359 if test `eval echo '${'$as_ac_var'}'` = yes; then
18360 cat >>confdefs.h
<<_ACEOF
18361 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18368 if test "$ac_cv_func_dlopen" = no
18370 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18371 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
18372 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18373 echo $ECHO_N "(cached) $ECHO_C" >&6
18375 ac_check_lib_save_LIBS
=$LIBS
18377 cat >conftest.
$ac_ext <<_ACEOF
18380 cat confdefs.h
>>conftest.
$ac_ext
18381 cat >>conftest.
$ac_ext <<_ACEOF
18382 /* end confdefs.h. */
18384 /* Override any GCC internal prototype to avoid an error.
18385 Use char because int might match the return type of a GCC
18386 builtin and then its argument prototype would still apply. */
18399 rm -f conftest.
$ac_objext conftest
$ac_exeext
18400 if { (ac_try
="$ac_link"
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_link") 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 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18414 { (case "(($ac_try" in
18415 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18416 *) ac_try_echo
=$ac_try;;
18418 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18419 (eval "$ac_try") 2>&5
18421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18422 (exit $ac_status); }; } &&
18423 { ac_try
='test -s conftest$ac_exeext'
18424 { (case "(($ac_try" in
18425 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18426 *) ac_try_echo=$ac_try;;
18428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18429 (eval "$ac_try") 2>&5
18431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18432 (exit $ac_status); }; }; then
18433 ac_cv_lib_dl_dlopen=yes
18435 echo "$as_me: failed program was:" >&5
18436 sed 's/^/| /' conftest.$ac_ext >&5
18438 ac_cv_lib_dl_dlopen=no
18441 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18442 conftest$ac_exeext conftest.$ac_ext
18443 LIBS=$ac_check_lib_save_LIBS
18445 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18446 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
18447 if test $ac_cv_lib_dl_dlopen = yes; then
18448 cat >>confdefs.h <<\_ACEOF
18449 #define HAVE_DLOPEN 1
18456 ac_wine_check_funcs_save_LIBS="$LIBS"
18457 LIBS="$LIBS $LIBDL"
18459 for ac_func in dladdr
18461 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
18462 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18463 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18464 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18465 echo $ECHO_N "(cached) $ECHO_C" >&6
18467 cat >conftest.$ac_ext <<_ACEOF
18470 cat confdefs.h >>conftest.$ac_ext
18471 cat >>conftest.$ac_ext <<_ACEOF
18472 /* end confdefs.h. */
18473 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18474 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18475 #define $ac_func innocuous_$ac_func
18477 /* System header to define __stub macros and hopefully few prototypes,
18478 which can conflict with char $ac_func (); below.
18479 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18480 <limits.h> exists even on freestanding compilers. */
18483 # include <limits.h>
18485 # include <assert.h>
18490 /* Override any GCC internal prototype to avoid an error.
18491 Use char because int might match the return type of a GCC
18492 builtin and then its argument prototype would still apply. */
18497 /* The GNU C library defines this for functions which it implements
18498 to always fail with ENOSYS. Some functions are actually named
18499 something starting with __ and the normal name is an alias. */
18500 #if defined __stub_$ac_func || defined __stub___$ac_func
18507 return $ac_func ();
18512 rm -f conftest.$ac_objext conftest$ac_exeext
18513 if { (ac_try="$ac_link"
18514 case "(($ac_try" in
18515 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18516 *) ac_try_echo
=$ac_try;;
18518 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18519 (eval "$ac_link") 2>conftest.er1
18521 grep -v '^ *+' conftest.er1
>conftest.err
18523 cat conftest.err
>&5
18524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18525 (exit $ac_status); } &&
18526 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18527 { (case "(($ac_try" in
18528 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18529 *) ac_try_echo=$ac_try;;
18531 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18532 (eval "$ac_try") 2>&5
18534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18535 (exit $ac_status); }; } &&
18536 { ac_try='test -s conftest$ac_exeext'
18537 { (case "(($ac_try" in
18538 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18539 *) ac_try_echo
=$ac_try;;
18541 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18542 (eval "$ac_try") 2>&5
18544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18545 (exit $ac_status); }; }; then
18546 eval "$as_ac_var=yes"
18548 echo "$as_me: failed program was:" >&5
18549 sed 's/^/| /' conftest.
$ac_ext >&5
18551 eval "$as_ac_var=no"
18554 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
18555 conftest
$ac_exeext conftest.
$ac_ext
18557 ac_res
=`eval echo '${'$as_ac_var'}'`
18558 { echo "$as_me:$LINENO: result: $ac_res" >&5
18559 echo "${ECHO_T}$ac_res" >&6; }
18560 if test `eval echo '${'$as_ac_var'}'` = yes; then
18561 cat >>confdefs.h
<<_ACEOF
18562 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18568 LIBS
="$ac_wine_check_funcs_save_LIBS"
18570 if test "$ac_cv_func_poll" = no
18572 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18573 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
18574 if test "${ac_cv_lib_poll_poll+set}" = set; then
18575 echo $ECHO_N "(cached) $ECHO_C" >&6
18577 ac_check_lib_save_LIBS
=$LIBS
18578 LIBS
="-lpoll $LIBS"
18579 cat >conftest.
$ac_ext <<_ACEOF
18582 cat confdefs.h
>>conftest.
$ac_ext
18583 cat >>conftest.
$ac_ext <<_ACEOF
18584 /* end confdefs.h. */
18586 /* Override any GCC internal prototype to avoid an error.
18587 Use char because int might match the return type of a GCC
18588 builtin and then its argument prototype would still apply. */
18601 rm -f conftest.
$ac_objext conftest
$ac_exeext
18602 if { (ac_try
="$ac_link"
18603 case "(($ac_try" in
18604 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18605 *) ac_try_echo=$ac_try;;
18607 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18608 (eval "$ac_link") 2>conftest.er1
18610 grep -v '^ *+' conftest.er1 >conftest.err
18612 cat conftest.err >&5
18613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18614 (exit $ac_status); } &&
18615 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18616 { (case "(($ac_try" in
18617 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18618 *) ac_try_echo
=$ac_try;;
18620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18621 (eval "$ac_try") 2>&5
18623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18624 (exit $ac_status); }; } &&
18625 { ac_try
='test -s conftest$ac_exeext'
18626 { (case "(($ac_try" in
18627 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18628 *) ac_try_echo=$ac_try;;
18630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18631 (eval "$ac_try") 2>&5
18633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18634 (exit $ac_status); }; }; then
18635 ac_cv_lib_poll_poll=yes
18637 echo "$as_me: failed program was:" >&5
18638 sed 's/^/| /' conftest.$ac_ext >&5
18640 ac_cv_lib_poll_poll=no
18643 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18644 conftest$ac_exeext conftest.$ac_ext
18645 LIBS=$ac_check_lib_save_LIBS
18647 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18648 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
18649 if test $ac_cv_lib_poll_poll = yes; then
18650 cat >>confdefs.h <<\_ACEOF
18651 #define HAVE_POLL 1
18659 if test "$ac_cv_func_gethostbyname" = no
18662 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
18663 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
18664 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
18665 echo $ECHO_N "(cached) $ECHO_C" >&6
18667 ac_check_lib_save_LIBS=$LIBS
18669 cat >conftest.$ac_ext <<_ACEOF
18672 cat confdefs.h >>conftest.$ac_ext
18673 cat >>conftest.$ac_ext <<_ACEOF
18674 /* end confdefs.h. */
18676 /* Override any GCC internal prototype to avoid an error.
18677 Use char because int might match the return type of a GCC
18678 builtin and then its argument prototype would still apply. */
18682 char gethostbyname ();
18686 return gethostbyname ();
18691 rm -f conftest.$ac_objext conftest$ac_exeext
18692 if { (ac_try="$ac_link"
18693 case "(($ac_try" in
18694 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18695 *) ac_try_echo
=$ac_try;;
18697 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18698 (eval "$ac_link") 2>conftest.er1
18700 grep -v '^ *+' conftest.er1
>conftest.err
18702 cat conftest.err
>&5
18703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18704 (exit $ac_status); } &&
18705 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18706 { (case "(($ac_try" in
18707 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18708 *) ac_try_echo=$ac_try;;
18710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18711 (eval "$ac_try") 2>&5
18713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18714 (exit $ac_status); }; } &&
18715 { ac_try='test -s conftest$ac_exeext'
18716 { (case "(($ac_try" in
18717 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18718 *) ac_try_echo
=$ac_try;;
18720 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18721 (eval "$ac_try") 2>&5
18723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18724 (exit $ac_status); }; }; then
18725 ac_cv_lib_nsl_gethostbyname
=yes
18727 echo "$as_me: failed program was:" >&5
18728 sed 's/^/| /' conftest.
$ac_ext >&5
18730 ac_cv_lib_nsl_gethostbyname
=no
18733 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
18734 conftest
$ac_exeext conftest.
$ac_ext
18735 LIBS
=$ac_check_lib_save_LIBS
18737 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
18738 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
18739 if test $ac_cv_lib_nsl_gethostbyname = yes; then
18740 cat >>confdefs.h
<<_ACEOF
18741 #define HAVE_LIBNSL 1
18750 if test "$ac_cv_func_connect" = no
18753 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
18754 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
18755 if test "${ac_cv_lib_socket_connect+set}" = set; then
18756 echo $ECHO_N "(cached) $ECHO_C" >&6
18758 ac_check_lib_save_LIBS
=$LIBS
18759 LIBS
="-lsocket $LIBS"
18760 cat >conftest.
$ac_ext <<_ACEOF
18763 cat confdefs.h
>>conftest.
$ac_ext
18764 cat >>conftest.
$ac_ext <<_ACEOF
18765 /* end confdefs.h. */
18767 /* Override any GCC internal prototype to avoid an error.
18768 Use char because int might match the return type of a GCC
18769 builtin and then its argument prototype would still apply. */
18782 rm -f conftest.
$ac_objext conftest
$ac_exeext
18783 if { (ac_try
="$ac_link"
18784 case "(($ac_try" in
18785 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18786 *) ac_try_echo=$ac_try;;
18788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18789 (eval "$ac_link") 2>conftest.er1
18791 grep -v '^ *+' conftest.er1 >conftest.err
18793 cat conftest.err >&5
18794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18795 (exit $ac_status); } &&
18796 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18797 { (case "(($ac_try" in
18798 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18799 *) ac_try_echo
=$ac_try;;
18801 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18802 (eval "$ac_try") 2>&5
18804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18805 (exit $ac_status); }; } &&
18806 { ac_try
='test -s conftest$ac_exeext'
18807 { (case "(($ac_try" in
18808 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18809 *) ac_try_echo=$ac_try;;
18811 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18812 (eval "$ac_try") 2>&5
18814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18815 (exit $ac_status); }; }; then
18816 ac_cv_lib_socket_connect=yes
18818 echo "$as_me: failed program was:" >&5
18819 sed 's/^/| /' conftest.$ac_ext >&5
18821 ac_cv_lib_socket_connect=no
18824 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18825 conftest$ac_exeext conftest.$ac_ext
18826 LIBS=$ac_check_lib_save_LIBS
18828 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
18829 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
18830 if test $ac_cv_lib_socket_connect = yes; then
18831 cat >>confdefs.h <<_ACEOF
18832 #define HAVE_LIBSOCKET 1
18835 LIBS="-lsocket $LIBS"
18841 if test "$ac_cv_func_inet_aton" = no
18844 { echo "$as_me:$LINENO: checking for inet_aton in -lresolv" >&5
18845 echo $ECHO_N "checking for inet_aton in -lresolv... $ECHO_C" >&6; }
18846 if test "${ac_cv_lib_resolv_inet_aton+set}" = set; then
18847 echo $ECHO_N "(cached) $ECHO_C" >&6
18849 ac_check_lib_save_LIBS=$LIBS
18850 LIBS="-lresolv $LIBS"
18851 cat >conftest.$ac_ext <<_ACEOF
18854 cat confdefs.h >>conftest.$ac_ext
18855 cat >>conftest.$ac_ext <<_ACEOF
18856 /* end confdefs.h. */
18858 /* Override any GCC internal prototype to avoid an error.
18859 Use char because int might match the return type of a GCC
18860 builtin and then its argument prototype would still apply. */
18868 return inet_aton ();
18873 rm -f conftest.$ac_objext conftest$ac_exeext
18874 if { (ac_try="$ac_link"
18875 case "(($ac_try" in
18876 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18877 *) ac_try_echo
=$ac_try;;
18879 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18880 (eval "$ac_link") 2>conftest.er1
18882 grep -v '^ *+' conftest.er1
>conftest.err
18884 cat conftest.err
>&5
18885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18886 (exit $ac_status); } &&
18887 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18888 { (case "(($ac_try" in
18889 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18890 *) ac_try_echo=$ac_try;;
18892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18893 (eval "$ac_try") 2>&5
18895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18896 (exit $ac_status); }; } &&
18897 { ac_try='test -s conftest$ac_exeext'
18898 { (case "(($ac_try" in
18899 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18900 *) ac_try_echo
=$ac_try;;
18902 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18903 (eval "$ac_try") 2>&5
18905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18906 (exit $ac_status); }; }; then
18907 ac_cv_lib_resolv_inet_aton
=yes
18909 echo "$as_me: failed program was:" >&5
18910 sed 's/^/| /' conftest.
$ac_ext >&5
18912 ac_cv_lib_resolv_inet_aton
=no
18915 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
18916 conftest
$ac_exeext conftest.
$ac_ext
18917 LIBS
=$ac_check_lib_save_LIBS
18919 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_aton" >&5
18920 echo "${ECHO_T}$ac_cv_lib_resolv_inet_aton" >&6; }
18921 if test $ac_cv_lib_resolv_inet_aton = yes; then
18922 cat >>confdefs.h
<<_ACEOF
18923 #define HAVE_LIBRESOLV 1
18926 LIBS
="-lresolv $LIBS"
18933 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18934 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18935 if test "${ac_cv_c_const+set}" = set; then
18936 echo $ECHO_N "(cached) $ECHO_C" >&6
18938 cat >conftest.
$ac_ext <<_ACEOF
18941 cat confdefs.h
>>conftest.
$ac_ext
18942 cat >>conftest.
$ac_ext <<_ACEOF
18943 /* end confdefs.h. */
18948 /* FIXME: Include the comments suggested by Paul. */
18949 #ifndef __cplusplus
18950 /* Ultrix mips cc rejects this. */
18951 typedef int charset[2];
18953 /* SunOS 4.1.1 cc rejects this. */
18954 char const *const *pcpcc;
18956 /* NEC SVR4.0.2 mips cc rejects this. */
18957 struct point {int x, y;};
18958 static struct point const zero = {0,0};
18959 /* AIX XL C 1.02.0.0 rejects this.
18960 It does not let you subtract one const X* pointer from another in
18961 an arm of an if-expression whose if-part is not a constant
18963 const char *g = "string";
18964 pcpcc = &g + (g ? g-g : 0);
18965 /* HPUX 7.0 cc rejects these. */
18967 ppc = (char**) pcpcc;
18968 pcpcc = (char const *const *) ppc;
18969 { /* SCO 3.2v4 cc rejects this. */
18971 char const *s = 0 ? (char *) 0 : (char const *) 0;
18976 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18977 int x[] = {25, 17};
18978 const int *foo = &x[0];
18981 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18982 typedef const int *iptr;
18986 { /* AIX XL C 1.02.0.0 rejects this saying
18987 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18988 struct s { int j; const int *ap[3]; };
18989 struct s *b; b->j = 5;
18991 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18992 const int foo = 10;
18993 if (!foo) return 0;
18995 return !cs[0] && !zero.x;
19002 rm -f conftest.
$ac_objext
19003 if { (ac_try
="$ac_compile"
19004 case "(($ac_try" in
19005 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19006 *) ac_try_echo=$ac_try;;
19008 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19009 (eval "$ac_compile") 2>conftest.er1
19011 grep -v '^ *+' conftest.er1 >conftest.err
19013 cat conftest.err >&5
19014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19015 (exit $ac_status); } &&
19016 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19017 { (case "(($ac_try" in
19018 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19019 *) ac_try_echo
=$ac_try;;
19021 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19022 (eval "$ac_try") 2>&5
19024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19025 (exit $ac_status); }; } &&
19026 { ac_try
='test -s conftest.$ac_objext'
19027 { (case "(($ac_try" in
19028 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19029 *) ac_try_echo=$ac_try;;
19031 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19032 (eval "$ac_try") 2>&5
19034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19035 (exit $ac_status); }; }; then
19038 echo "$as_me: failed program was:" >&5
19039 sed 's/^/| /' conftest.$ac_ext >&5
19044 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19046 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19047 echo "${ECHO_T}$ac_cv_c_const" >&6; }
19048 if test $ac_cv_c_const = no; then
19050 cat >>confdefs.h <<\_ACEOF
19056 { echo "$as_me:$LINENO: checking for inline" >&5
19057 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
19058 if test "${ac_cv_c_inline+set}" = set; then
19059 echo $ECHO_N "(cached) $ECHO_C" >&6
19062 for ac_kw in inline __inline__ __inline; do
19063 cat >conftest.$ac_ext <<_ACEOF
19066 cat confdefs.h >>conftest.$ac_ext
19067 cat >>conftest.$ac_ext <<_ACEOF
19068 /* end confdefs.h. */
19069 #ifndef __cplusplus
19071 static $ac_kw foo_t static_foo () {return 0; }
19072 $ac_kw foo_t foo () {return 0; }
19076 rm -f conftest.$ac_objext
19077 if { (ac_try="$ac_compile"
19078 case "(($ac_try" in
19079 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19080 *) ac_try_echo
=$ac_try;;
19082 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19083 (eval "$ac_compile") 2>conftest.er1
19085 grep -v '^ *+' conftest.er1
>conftest.err
19087 cat conftest.err
>&5
19088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19089 (exit $ac_status); } &&
19090 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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_try") 2>&5
19098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19099 (exit $ac_status); }; } &&
19100 { ac_try='test -s conftest.$ac_objext'
19101 { (case "(($ac_try" in
19102 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19103 *) ac_try_echo
=$ac_try;;
19105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19106 (eval "$ac_try") 2>&5
19108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19109 (exit $ac_status); }; }; then
19110 ac_cv_c_inline
=$ac_kw
19112 echo "$as_me: failed program was:" >&5
19113 sed 's/^/| /' conftest.
$ac_ext >&5
19118 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19119 test "$ac_cv_c_inline" != no
&& break
19123 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19124 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
19127 case $ac_cv_c_inline in
19130 case $ac_cv_c_inline in
19132 *) ac_val
=$ac_cv_c_inline;;
19134 cat >>confdefs.h
<<_ACEOF
19135 #ifndef __cplusplus
19136 #define inline $ac_val
19142 { echo "$as_me:$LINENO: checking for mode_t" >&5
19143 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
19144 if test "${ac_cv_type_mode_t+set}" = set; then
19145 echo $ECHO_N "(cached) $ECHO_C" >&6
19147 cat >conftest.
$ac_ext <<_ACEOF
19150 cat confdefs.h
>>conftest.
$ac_ext
19151 cat >>conftest.
$ac_ext <<_ACEOF
19152 /* end confdefs.h. */
19153 $ac_includes_default
19154 typedef mode_t ac__type_new_;
19158 if ((ac__type_new_ *) 0)
19160 if (sizeof (ac__type_new_))
19166 rm -f conftest.
$ac_objext
19167 if { (ac_try
="$ac_compile"
19168 case "(($ac_try" in
19169 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19170 *) ac_try_echo=$ac_try;;
19172 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19173 (eval "$ac_compile") 2>conftest.er1
19175 grep -v '^ *+' conftest.er1 >conftest.err
19177 cat conftest.err >&5
19178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19179 (exit $ac_status); } &&
19180 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19181 { (case "(($ac_try" in
19182 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19183 *) ac_try_echo
=$ac_try;;
19185 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19186 (eval "$ac_try") 2>&5
19188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19189 (exit $ac_status); }; } &&
19190 { ac_try
='test -s conftest.$ac_objext'
19191 { (case "(($ac_try" in
19192 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19193 *) ac_try_echo=$ac_try;;
19195 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19196 (eval "$ac_try") 2>&5
19198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19199 (exit $ac_status); }; }; then
19200 ac_cv_type_mode_t=yes
19202 echo "$as_me: failed program was:" >&5
19203 sed 's/^/| /' conftest.$ac_ext >&5
19205 ac_cv_type_mode_t=no
19208 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19210 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19211 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
19212 if test $ac_cv_type_mode_t = yes; then
19214 cat >>confdefs.h <<_ACEOF
19215 #define HAVE_MODE_T 1
19220 { echo "$as_me:$LINENO: checking for off_t" >&5
19221 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
19222 if test "${ac_cv_type_off_t+set}" = set; then
19223 echo $ECHO_N "(cached) $ECHO_C" >&6
19225 cat >conftest.$ac_ext <<_ACEOF
19228 cat confdefs.h >>conftest.$ac_ext
19229 cat >>conftest.$ac_ext <<_ACEOF
19230 /* end confdefs.h. */
19231 $ac_includes_default
19232 typedef off_t ac__type_new_;
19236 if ((ac__type_new_ *) 0)
19238 if (sizeof (ac__type_new_))
19244 rm -f conftest.$ac_objext
19245 if { (ac_try="$ac_compile"
19246 case "(($ac_try" in
19247 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19248 *) ac_try_echo
=$ac_try;;
19250 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19251 (eval "$ac_compile") 2>conftest.er1
19253 grep -v '^ *+' conftest.er1
>conftest.err
19255 cat conftest.err
>&5
19256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19257 (exit $ac_status); } &&
19258 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19259 { (case "(($ac_try" in
19260 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19261 *) ac_try_echo=$ac_try;;
19263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19264 (eval "$ac_try") 2>&5
19266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19267 (exit $ac_status); }; } &&
19268 { ac_try='test -s conftest.$ac_objext'
19269 { (case "(($ac_try" in
19270 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19271 *) ac_try_echo
=$ac_try;;
19273 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19274 (eval "$ac_try") 2>&5
19276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19277 (exit $ac_status); }; }; then
19278 ac_cv_type_off_t
=yes
19280 echo "$as_me: failed program was:" >&5
19281 sed 's/^/| /' conftest.
$ac_ext >&5
19283 ac_cv_type_off_t
=no
19286 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19288 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19289 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
19290 if test $ac_cv_type_off_t = yes; then
19292 cat >>confdefs.h
<<_ACEOF
19293 #define HAVE_OFF_T 1
19298 { echo "$as_me:$LINENO: checking for pid_t" >&5
19299 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
19300 if test "${ac_cv_type_pid_t+set}" = set; then
19301 echo $ECHO_N "(cached) $ECHO_C" >&6
19303 cat >conftest.
$ac_ext <<_ACEOF
19306 cat confdefs.h
>>conftest.
$ac_ext
19307 cat >>conftest.
$ac_ext <<_ACEOF
19308 /* end confdefs.h. */
19309 $ac_includes_default
19310 typedef pid_t ac__type_new_;
19314 if ((ac__type_new_ *) 0)
19316 if (sizeof (ac__type_new_))
19322 rm -f conftest.
$ac_objext
19323 if { (ac_try
="$ac_compile"
19324 case "(($ac_try" in
19325 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19326 *) ac_try_echo=$ac_try;;
19328 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19329 (eval "$ac_compile") 2>conftest.er1
19331 grep -v '^ *+' conftest.er1 >conftest.err
19333 cat conftest.err >&5
19334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19335 (exit $ac_status); } &&
19336 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19337 { (case "(($ac_try" in
19338 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19339 *) ac_try_echo
=$ac_try;;
19341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19342 (eval "$ac_try") 2>&5
19344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19345 (exit $ac_status); }; } &&
19346 { ac_try
='test -s conftest.$ac_objext'
19347 { (case "(($ac_try" in
19348 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19349 *) ac_try_echo=$ac_try;;
19351 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19352 (eval "$ac_try") 2>&5
19354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19355 (exit $ac_status); }; }; then
19356 ac_cv_type_pid_t=yes
19358 echo "$as_me: failed program was:" >&5
19359 sed 's/^/| /' conftest.$ac_ext >&5
19361 ac_cv_type_pid_t=no
19364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19366 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19367 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
19368 if test $ac_cv_type_pid_t = yes; then
19370 cat >>confdefs.h <<_ACEOF
19371 #define HAVE_PID_T 1
19376 { echo "$as_me:$LINENO: checking for size_t" >&5
19377 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
19378 if test "${ac_cv_type_size_t+set}" = set; then
19379 echo $ECHO_N "(cached) $ECHO_C" >&6
19381 cat >conftest.$ac_ext <<_ACEOF
19384 cat confdefs.h >>conftest.$ac_ext
19385 cat >>conftest.$ac_ext <<_ACEOF
19386 /* end confdefs.h. */
19387 $ac_includes_default
19388 typedef size_t ac__type_new_;
19392 if ((ac__type_new_ *) 0)
19394 if (sizeof (ac__type_new_))
19400 rm -f conftest.$ac_objext
19401 if { (ac_try="$ac_compile"
19402 case "(($ac_try" in
19403 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19404 *) ac_try_echo
=$ac_try;;
19406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19407 (eval "$ac_compile") 2>conftest.er1
19409 grep -v '^ *+' conftest.er1
>conftest.err
19411 cat conftest.err
>&5
19412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19413 (exit $ac_status); } &&
19414 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19415 { (case "(($ac_try" in
19416 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19417 *) ac_try_echo=$ac_try;;
19419 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19420 (eval "$ac_try") 2>&5
19422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19423 (exit $ac_status); }; } &&
19424 { ac_try='test -s conftest.$ac_objext'
19425 { (case "(($ac_try" in
19426 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19427 *) ac_try_echo
=$ac_try;;
19429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19430 (eval "$ac_try") 2>&5
19432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19433 (exit $ac_status); }; }; then
19434 ac_cv_type_size_t
=yes
19436 echo "$as_me: failed program was:" >&5
19437 sed 's/^/| /' conftest.
$ac_ext >&5
19439 ac_cv_type_size_t
=no
19442 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19444 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19445 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
19446 if test $ac_cv_type_size_t = yes; then
19448 cat >>confdefs.h
<<_ACEOF
19449 #define HAVE_SIZE_T 1
19454 { echo "$as_me:$LINENO: checking for ssize_t" >&5
19455 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
19456 if test "${ac_cv_type_ssize_t+set}" = set; then
19457 echo $ECHO_N "(cached) $ECHO_C" >&6
19459 cat >conftest.
$ac_ext <<_ACEOF
19462 cat confdefs.h
>>conftest.
$ac_ext
19463 cat >>conftest.
$ac_ext <<_ACEOF
19464 /* end confdefs.h. */
19465 $ac_includes_default
19466 typedef ssize_t ac__type_new_;
19470 if ((ac__type_new_ *) 0)
19472 if (sizeof (ac__type_new_))
19478 rm -f conftest.
$ac_objext
19479 if { (ac_try
="$ac_compile"
19480 case "(($ac_try" in
19481 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19482 *) ac_try_echo=$ac_try;;
19484 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19485 (eval "$ac_compile") 2>conftest.er1
19487 grep -v '^ *+' conftest.er1 >conftest.err
19489 cat conftest.err >&5
19490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19491 (exit $ac_status); } &&
19492 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19493 { (case "(($ac_try" in
19494 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19495 *) ac_try_echo
=$ac_try;;
19497 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19498 (eval "$ac_try") 2>&5
19500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19501 (exit $ac_status); }; } &&
19502 { ac_try
='test -s conftest.$ac_objext'
19503 { (case "(($ac_try" in
19504 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19505 *) ac_try_echo=$ac_try;;
19507 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19508 (eval "$ac_try") 2>&5
19510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19511 (exit $ac_status); }; }; then
19512 ac_cv_type_ssize_t=yes
19514 echo "$as_me: failed program was:" >&5
19515 sed 's/^/| /' conftest.$ac_ext >&5
19517 ac_cv_type_ssize_t=no
19520 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19522 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19523 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
19524 if test $ac_cv_type_ssize_t = yes; then
19526 cat >>confdefs.h <<_ACEOF
19527 #define HAVE_SSIZE_T 1
19532 { echo "$as_me:$LINENO: checking for long long" >&5
19533 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
19534 if test "${ac_cv_type_long_long+set}" = set; then
19535 echo $ECHO_N "(cached) $ECHO_C" >&6
19537 cat >conftest.$ac_ext <<_ACEOF
19540 cat confdefs.h >>conftest.$ac_ext
19541 cat >>conftest.$ac_ext <<_ACEOF
19542 /* end confdefs.h. */
19543 $ac_includes_default
19544 typedef long long ac__type_new_;
19548 if ((ac__type_new_ *) 0)
19550 if (sizeof (ac__type_new_))
19556 rm -f conftest.$ac_objext
19557 if { (ac_try="$ac_compile"
19558 case "(($ac_try" in
19559 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19560 *) ac_try_echo
=$ac_try;;
19562 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19563 (eval "$ac_compile") 2>conftest.er1
19565 grep -v '^ *+' conftest.er1
>conftest.err
19567 cat conftest.err
>&5
19568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19569 (exit $ac_status); } &&
19570 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19571 { (case "(($ac_try" in
19572 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19573 *) ac_try_echo=$ac_try;;
19575 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19576 (eval "$ac_try") 2>&5
19578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19579 (exit $ac_status); }; } &&
19580 { ac_try='test -s conftest.$ac_objext'
19581 { (case "(($ac_try" in
19582 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19583 *) ac_try_echo
=$ac_try;;
19585 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19586 (eval "$ac_try") 2>&5
19588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19589 (exit $ac_status); }; }; then
19590 ac_cv_type_long_long
=yes
19592 echo "$as_me: failed program was:" >&5
19593 sed 's/^/| /' conftest.
$ac_ext >&5
19595 ac_cv_type_long_long
=no
19598 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19600 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19601 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
19602 if test $ac_cv_type_long_long = yes; then
19604 cat >>confdefs.h
<<_ACEOF
19605 #define HAVE_LONG_LONG 1
19610 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19611 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
19612 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19613 echo $ECHO_N "(cached) $ECHO_C" >&6
19615 cat >conftest.
$ac_ext <<_ACEOF
19618 cat confdefs.h
>>conftest.
$ac_ext
19619 cat >>conftest.
$ac_ext <<_ACEOF
19620 /* end confdefs.h. */
19621 $ac_includes_default
19622 typedef fsblkcnt_t ac__type_new_;
19626 if ((ac__type_new_ *) 0)
19628 if (sizeof (ac__type_new_))
19634 rm -f conftest.
$ac_objext
19635 if { (ac_try
="$ac_compile"
19636 case "(($ac_try" in
19637 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19638 *) ac_try_echo=$ac_try;;
19640 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19641 (eval "$ac_compile") 2>conftest.er1
19643 grep -v '^ *+' conftest.er1 >conftest.err
19645 cat conftest.err >&5
19646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19647 (exit $ac_status); } &&
19648 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19649 { (case "(($ac_try" in
19650 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19651 *) ac_try_echo
=$ac_try;;
19653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19654 (eval "$ac_try") 2>&5
19656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19657 (exit $ac_status); }; } &&
19658 { ac_try
='test -s conftest.$ac_objext'
19659 { (case "(($ac_try" in
19660 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19661 *) ac_try_echo=$ac_try;;
19663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19664 (eval "$ac_try") 2>&5
19666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19667 (exit $ac_status); }; }; then
19668 ac_cv_type_fsblkcnt_t=yes
19670 echo "$as_me: failed program was:" >&5
19671 sed 's/^/| /' conftest.$ac_ext >&5
19673 ac_cv_type_fsblkcnt_t=no
19676 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19678 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19679 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
19680 if test $ac_cv_type_fsblkcnt_t = yes; then
19682 cat >>confdefs.h <<_ACEOF
19683 #define HAVE_FSBLKCNT_T 1
19688 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
19689 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
19690 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
19691 echo $ECHO_N "(cached) $ECHO_C" >&6
19693 cat >conftest.$ac_ext <<_ACEOF
19696 cat confdefs.h >>conftest.$ac_ext
19697 cat >>conftest.$ac_ext <<_ACEOF
19698 /* end confdefs.h. */
19699 $ac_includes_default
19700 typedef fsfilcnt_t ac__type_new_;
19704 if ((ac__type_new_ *) 0)
19706 if (sizeof (ac__type_new_))
19712 rm -f conftest.$ac_objext
19713 if { (ac_try="$ac_compile"
19714 case "(($ac_try" in
19715 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19716 *) ac_try_echo
=$ac_try;;
19718 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19719 (eval "$ac_compile") 2>conftest.er1
19721 grep -v '^ *+' conftest.er1
>conftest.err
19723 cat conftest.err
>&5
19724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19725 (exit $ac_status); } &&
19726 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19727 { (case "(($ac_try" in
19728 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19729 *) ac_try_echo=$ac_try;;
19731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19732 (eval "$ac_try") 2>&5
19734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19735 (exit $ac_status); }; } &&
19736 { ac_try='test -s conftest.$ac_objext'
19737 { (case "(($ac_try" in
19738 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19739 *) ac_try_echo
=$ac_try;;
19741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19742 (eval "$ac_try") 2>&5
19744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19745 (exit $ac_status); }; }; then
19746 ac_cv_type_fsfilcnt_t
=yes
19748 echo "$as_me: failed program was:" >&5
19749 sed 's/^/| /' conftest.
$ac_ext >&5
19751 ac_cv_type_fsfilcnt_t
=no
19754 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19756 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
19757 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
19758 if test $ac_cv_type_fsfilcnt_t = yes; then
19760 cat >>confdefs.h
<<_ACEOF
19761 #define HAVE_FSFILCNT_T 1
19767 { echo "$as_me:$LINENO: checking for sigset_t" >&5
19768 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
19769 if test "${ac_cv_type_sigset_t+set}" = set; then
19770 echo $ECHO_N "(cached) $ECHO_C" >&6
19772 cat >conftest.
$ac_ext <<_ACEOF
19775 cat confdefs.h
>>conftest.
$ac_ext
19776 cat >>conftest.
$ac_ext <<_ACEOF
19777 /* end confdefs.h. */
19778 #include <signal.h>
19780 typedef sigset_t ac__type_new_;
19784 if ((ac__type_new_ *) 0)
19786 if (sizeof (ac__type_new_))
19792 rm -f conftest.
$ac_objext
19793 if { (ac_try
="$ac_compile"
19794 case "(($ac_try" in
19795 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19796 *) ac_try_echo=$ac_try;;
19798 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19799 (eval "$ac_compile") 2>conftest.er1
19801 grep -v '^ *+' conftest.er1 >conftest.err
19803 cat conftest.err >&5
19804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19805 (exit $ac_status); } &&
19806 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19807 { (case "(($ac_try" in
19808 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19809 *) ac_try_echo
=$ac_try;;
19811 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19812 (eval "$ac_try") 2>&5
19814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19815 (exit $ac_status); }; } &&
19816 { ac_try
='test -s conftest.$ac_objext'
19817 { (case "(($ac_try" in
19818 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19819 *) ac_try_echo=$ac_try;;
19821 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19822 (eval "$ac_try") 2>&5
19824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19825 (exit $ac_status); }; }; then
19826 ac_cv_type_sigset_t=yes
19828 echo "$as_me: failed program was:" >&5
19829 sed 's/^/| /' conftest.$ac_ext >&5
19831 ac_cv_type_sigset_t=no
19834 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19836 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19837 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19838 if test $ac_cv_type_sigset_t = yes; then
19840 cat >>confdefs.h <<_ACEOF
19841 #define HAVE_SIGSET_T 1
19847 { echo "$as_me:$LINENO: checking for request_sense" >&5
19848 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19849 if test "${ac_cv_type_request_sense+set}" = set; then
19850 echo $ECHO_N "(cached) $ECHO_C" >&6
19852 cat >conftest.$ac_ext <<_ACEOF
19855 cat confdefs.h >>conftest.$ac_ext
19856 cat >>conftest.$ac_ext <<_ACEOF
19857 /* end confdefs.h. */
19858 #include <linux/cdrom.h>
19860 typedef request_sense ac__type_new_;
19864 if ((ac__type_new_ *) 0)
19866 if (sizeof (ac__type_new_))
19872 rm -f conftest.$ac_objext
19873 if { (ac_try="$ac_compile"
19874 case "(($ac_try" in
19875 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19876 *) ac_try_echo
=$ac_try;;
19878 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19879 (eval "$ac_compile") 2>conftest.er1
19881 grep -v '^ *+' conftest.er1
>conftest.err
19883 cat conftest.err
>&5
19884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19885 (exit $ac_status); } &&
19886 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19887 { (case "(($ac_try" in
19888 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19889 *) ac_try_echo=$ac_try;;
19891 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19892 (eval "$ac_try") 2>&5
19894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19895 (exit $ac_status); }; } &&
19896 { ac_try='test -s conftest.$ac_objext'
19897 { (case "(($ac_try" in
19898 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19899 *) ac_try_echo
=$ac_try;;
19901 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19902 (eval "$ac_try") 2>&5
19904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19905 (exit $ac_status); }; }; then
19906 ac_cv_type_request_sense
=yes
19908 echo "$as_me: failed program was:" >&5
19909 sed 's/^/| /' conftest.
$ac_ext >&5
19911 ac_cv_type_request_sense
=no
19914 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19916 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19917 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19918 if test $ac_cv_type_request_sense = yes; then
19920 cat >>confdefs.h
<<_ACEOF
19921 #define HAVE_REQUEST_SENSE 1
19928 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19929 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19930 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19931 echo $ECHO_N "(cached) $ECHO_C" >&6
19933 cat >conftest.
$ac_ext <<_ACEOF
19936 cat confdefs.h
>>conftest.
$ac_ext
19937 cat >>conftest.
$ac_ext <<_ACEOF
19938 /* end confdefs.h. */
19939 #ifdef HAVE_LINUX_INPUT_H
19940 #include <linux/input.h>
19946 static struct ff_effect ac_aggr;
19947 if (ac_aggr.direction)
19953 rm -f conftest.
$ac_objext
19954 if { (ac_try
="$ac_compile"
19955 case "(($ac_try" in
19956 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19957 *) ac_try_echo=$ac_try;;
19959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19960 (eval "$ac_compile") 2>conftest.er1
19962 grep -v '^ *+' conftest.er1 >conftest.err
19964 cat conftest.err >&5
19965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19966 (exit $ac_status); } &&
19967 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19968 { (case "(($ac_try" in
19969 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19970 *) ac_try_echo
=$ac_try;;
19972 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19973 (eval "$ac_try") 2>&5
19975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19976 (exit $ac_status); }; } &&
19977 { ac_try
='test -s conftest.$ac_objext'
19978 { (case "(($ac_try" in
19979 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19980 *) ac_try_echo=$ac_try;;
19982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19983 (eval "$ac_try") 2>&5
19985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19986 (exit $ac_status); }; }; then
19987 ac_cv_member_struct_ff_effect_direction=yes
19989 echo "$as_me: failed program was:" >&5
19990 sed 's/^/| /' conftest.$ac_ext >&5
19992 cat >conftest.$ac_ext <<_ACEOF
19995 cat confdefs.h >>conftest.$ac_ext
19996 cat >>conftest.$ac_ext <<_ACEOF
19997 /* end confdefs.h. */
19998 #ifdef HAVE_LINUX_INPUT_H
19999 #include <linux/input.h>
20005 static struct ff_effect ac_aggr;
20006 if (sizeof ac_aggr.direction)
20012 rm -f conftest.$ac_objext
20013 if { (ac_try="$ac_compile"
20014 case "(($ac_try" in
20015 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20016 *) ac_try_echo
=$ac_try;;
20018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20019 (eval "$ac_compile") 2>conftest.er1
20021 grep -v '^ *+' conftest.er1
>conftest.err
20023 cat conftest.err
>&5
20024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20025 (exit $ac_status); } &&
20026 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20027 { (case "(($ac_try" in
20028 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20029 *) ac_try_echo=$ac_try;;
20031 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20032 (eval "$ac_try") 2>&5
20034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20035 (exit $ac_status); }; } &&
20036 { ac_try='test -s conftest.$ac_objext'
20037 { (case "(($ac_try" in
20038 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20039 *) ac_try_echo
=$ac_try;;
20041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20042 (eval "$ac_try") 2>&5
20044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20045 (exit $ac_status); }; }; then
20046 ac_cv_member_struct_ff_effect_direction
=yes
20048 echo "$as_me: failed program was:" >&5
20049 sed 's/^/| /' conftest.
$ac_ext >&5
20051 ac_cv_member_struct_ff_effect_direction
=no
20054 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20057 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20059 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20060 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
20061 if test $ac_cv_member_struct_ff_effect_direction = yes; then
20063 cat >>confdefs.h
<<_ACEOF
20064 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20071 { echo "$as_me:$LINENO: checking for sigaddset" >&5
20072 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
20073 if test "${wine_cv_have_sigaddset+set}" = set; then
20074 echo $ECHO_N "(cached) $ECHO_C" >&6
20076 cat >conftest.
$ac_ext <<_ACEOF
20079 cat confdefs.h
>>conftest.
$ac_ext
20080 cat >>conftest.
$ac_ext <<_ACEOF
20081 /* end confdefs.h. */
20082 #include <signal.h>
20086 sigset_t set; sigaddset(&set,SIGTERM);
20091 rm -f conftest.
$ac_objext conftest
$ac_exeext
20092 if { (ac_try
="$ac_link"
20093 case "(($ac_try" in
20094 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20095 *) ac_try_echo=$ac_try;;
20097 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20098 (eval "$ac_link") 2>conftest.er1
20100 grep -v '^ *+' conftest.er1 >conftest.err
20102 cat conftest.err >&5
20103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20104 (exit $ac_status); } &&
20105 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20106 { (case "(($ac_try" in
20107 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20108 *) ac_try_echo
=$ac_try;;
20110 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20111 (eval "$ac_try") 2>&5
20113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20114 (exit $ac_status); }; } &&
20115 { ac_try
='test -s conftest$ac_exeext'
20116 { (case "(($ac_try" in
20117 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20118 *) ac_try_echo=$ac_try;;
20120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20121 (eval "$ac_try") 2>&5
20123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20124 (exit $ac_status); }; }; then
20125 wine_cv_have_sigaddset=yes
20127 echo "$as_me: failed program was:" >&5
20128 sed 's/^/| /' conftest.$ac_ext >&5
20130 wine_cv_have_sigaddset=no
20133 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20134 conftest$ac_exeext conftest.$ac_ext
20136 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20137 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
20138 if test "$wine_cv_have_sigaddset" = "yes"
20141 cat >>confdefs.h <<\_ACEOF
20142 #define HAVE_SIGADDSET 1
20148 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20149 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
20150 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20151 echo $ECHO_N "(cached) $ECHO_C" >&6
20153 cat >conftest.$ac_ext <<_ACEOF
20156 cat confdefs.h >>conftest.$ac_ext
20157 cat >>conftest.$ac_ext <<_ACEOF
20158 /* end confdefs.h. */
20168 struct hostent *result;
20175 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20176 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20182 rm -f conftest.$ac_objext conftest$ac_exeext
20183 if { (ac_try="$ac_link"
20184 case "(($ac_try" in
20185 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20186 *) ac_try_echo
=$ac_try;;
20188 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20189 (eval "$ac_link") 2>conftest.er1
20191 grep -v '^ *+' conftest.er1
>conftest.err
20193 cat conftest.err
>&5
20194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20195 (exit $ac_status); } &&
20196 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20197 { (case "(($ac_try" in
20198 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20199 *) ac_try_echo=$ac_try;;
20201 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20202 (eval "$ac_try") 2>&5
20204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20205 (exit $ac_status); }; } &&
20206 { ac_try='test -s conftest$ac_exeext'
20207 { (case "(($ac_try" in
20208 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20209 *) ac_try_echo
=$ac_try;;
20211 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20212 (eval "$ac_try") 2>&5
20214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20215 (exit $ac_status); }; }; then
20216 wine_cv_linux_gethostbyname_r_6
=yes
20218 echo "$as_me: failed program was:" >&5
20219 sed 's/^/| /' conftest.
$ac_ext >&5
20221 wine_cv_linux_gethostbyname_r_6
=no
20225 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
20226 conftest
$ac_exeext conftest.
$ac_ext
20229 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20230 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
20231 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20234 cat >>confdefs.h
<<\_ACEOF
20235 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20240 if test "$ac_cv_header_linux_joystick_h" = "yes"
20242 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20243 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
20244 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20245 echo $ECHO_N "(cached) $ECHO_C" >&6
20247 cat >conftest.
$ac_ext <<_ACEOF
20250 cat confdefs.h
>>conftest.
$ac_ext
20251 cat >>conftest.
$ac_ext <<_ACEOF
20252 /* end confdefs.h. */
20254 #include <sys/ioctl.h>
20255 #include <linux/joystick.h>
20257 struct js_event blub;
20258 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20259 #error "no 2.2 header"
20270 rm -f conftest.
$ac_objext
20271 if { (ac_try
="$ac_compile"
20272 case "(($ac_try" in
20273 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20274 *) ac_try_echo=$ac_try;;
20276 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20277 (eval "$ac_compile") 2>conftest.er1
20279 grep -v '^ *+' conftest.er1 >conftest.err
20281 cat conftest.err >&5
20282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20283 (exit $ac_status); } &&
20284 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20285 { (case "(($ac_try" in
20286 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20287 *) ac_try_echo
=$ac_try;;
20289 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20290 (eval "$ac_try") 2>&5
20292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20293 (exit $ac_status); }; } &&
20294 { ac_try
='test -s conftest.$ac_objext'
20295 { (case "(($ac_try" in
20296 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20297 *) ac_try_echo=$ac_try;;
20299 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20300 (eval "$ac_try") 2>&5
20302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20303 (exit $ac_status); }; }; then
20304 wine_cv_linux_joystick_22_api=yes
20306 echo "$as_me: failed program was:" >&5
20307 sed 's/^/| /' conftest.$ac_ext >&5
20309 wine_cv_linux_joystick_22_api=no
20312 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20315 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20316 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
20317 if test "$wine_cv_linux_joystick_22_api" = "yes"
20320 cat >>confdefs.h <<\_ACEOF
20321 #define HAVE_LINUX_22_JOYSTICK_API 1
20328 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20329 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
20330 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20331 echo $ECHO_N "(cached) $ECHO_C" >&6
20333 cat >conftest.$ac_ext <<_ACEOF
20336 cat confdefs.h >>conftest.$ac_ext
20337 cat >>conftest.$ac_ext <<_ACEOF
20338 /* end confdefs.h. */
20339 #include <sys/types.h>
20340 #ifdef HAVE_SYS_PARAM_H
20341 # include <sys/param.h>
20343 #ifdef HAVE_SYS_MOUNT_H
20344 # include <sys/mount.h>
20346 #ifdef HAVE_SYS_VFS_H
20347 # include <sys/vfs.h>
20349 #ifdef HAVE_SYS_STATFS_H
20350 # include <sys/statfs.h>
20356 static struct statfs ac_aggr;
20357 if (ac_aggr.f_bfree)
20363 rm -f conftest.$ac_objext
20364 if { (ac_try="$ac_compile"
20365 case "(($ac_try" in
20366 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20367 *) ac_try_echo
=$ac_try;;
20369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20370 (eval "$ac_compile") 2>conftest.er1
20372 grep -v '^ *+' conftest.er1
>conftest.err
20374 cat conftest.err
>&5
20375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20376 (exit $ac_status); } &&
20377 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20378 { (case "(($ac_try" in
20379 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20380 *) ac_try_echo=$ac_try;;
20382 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20383 (eval "$ac_try") 2>&5
20385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20386 (exit $ac_status); }; } &&
20387 { ac_try='test -s conftest.$ac_objext'
20388 { (case "(($ac_try" in
20389 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20390 *) ac_try_echo
=$ac_try;;
20392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20393 (eval "$ac_try") 2>&5
20395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20396 (exit $ac_status); }; }; then
20397 ac_cv_member_struct_statfs_f_bfree
=yes
20399 echo "$as_me: failed program was:" >&5
20400 sed 's/^/| /' conftest.
$ac_ext >&5
20402 cat >conftest.
$ac_ext <<_ACEOF
20405 cat confdefs.h
>>conftest.
$ac_ext
20406 cat >>conftest.
$ac_ext <<_ACEOF
20407 /* end confdefs.h. */
20408 #include <sys/types.h>
20409 #ifdef HAVE_SYS_PARAM_H
20410 # include <sys/param.h>
20412 #ifdef HAVE_SYS_MOUNT_H
20413 # include <sys/mount.h>
20415 #ifdef HAVE_SYS_VFS_H
20416 # include <sys/vfs.h>
20418 #ifdef HAVE_SYS_STATFS_H
20419 # include <sys/statfs.h>
20425 static struct statfs ac_aggr;
20426 if (sizeof ac_aggr.f_bfree)
20432 rm -f conftest.
$ac_objext
20433 if { (ac_try
="$ac_compile"
20434 case "(($ac_try" in
20435 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20436 *) ac_try_echo=$ac_try;;
20438 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20439 (eval "$ac_compile") 2>conftest.er1
20441 grep -v '^ *+' conftest.er1 >conftest.err
20443 cat conftest.err >&5
20444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20445 (exit $ac_status); } &&
20446 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20447 { (case "(($ac_try" in
20448 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20449 *) ac_try_echo
=$ac_try;;
20451 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20452 (eval "$ac_try") 2>&5
20454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20455 (exit $ac_status); }; } &&
20456 { ac_try
='test -s conftest.$ac_objext'
20457 { (case "(($ac_try" in
20458 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20459 *) ac_try_echo=$ac_try;;
20461 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20462 (eval "$ac_try") 2>&5
20464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20465 (exit $ac_status); }; }; then
20466 ac_cv_member_struct_statfs_f_bfree=yes
20468 echo "$as_me: failed program was:" >&5
20469 sed 's/^/| /' conftest.$ac_ext >&5
20471 ac_cv_member_struct_statfs_f_bfree=no
20474 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20477 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20479 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20480 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
20481 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
20483 cat >>confdefs.h <<_ACEOF
20484 #define HAVE_STRUCT_STATFS_F_BFREE 1
20489 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20490 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
20491 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20492 echo $ECHO_N "(cached) $ECHO_C" >&6
20494 cat >conftest.$ac_ext <<_ACEOF
20497 cat confdefs.h >>conftest.$ac_ext
20498 cat >>conftest.$ac_ext <<_ACEOF
20499 /* end confdefs.h. */
20500 #include <sys/types.h>
20501 #ifdef HAVE_SYS_PARAM_H
20502 # include <sys/param.h>
20504 #ifdef HAVE_SYS_MOUNT_H
20505 # include <sys/mount.h>
20507 #ifdef HAVE_SYS_VFS_H
20508 # include <sys/vfs.h>
20510 #ifdef HAVE_SYS_STATFS_H
20511 # include <sys/statfs.h>
20517 static struct statfs ac_aggr;
20518 if (ac_aggr.f_bavail)
20524 rm -f conftest.$ac_objext
20525 if { (ac_try="$ac_compile"
20526 case "(($ac_try" in
20527 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20528 *) ac_try_echo
=$ac_try;;
20530 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20531 (eval "$ac_compile") 2>conftest.er1
20533 grep -v '^ *+' conftest.er1
>conftest.err
20535 cat conftest.err
>&5
20536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20537 (exit $ac_status); } &&
20538 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20539 { (case "(($ac_try" in
20540 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20541 *) ac_try_echo=$ac_try;;
20543 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20544 (eval "$ac_try") 2>&5
20546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20547 (exit $ac_status); }; } &&
20548 { ac_try='test -s conftest.$ac_objext'
20549 { (case "(($ac_try" in
20550 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20551 *) ac_try_echo
=$ac_try;;
20553 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20554 (eval "$ac_try") 2>&5
20556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20557 (exit $ac_status); }; }; then
20558 ac_cv_member_struct_statfs_f_bavail
=yes
20560 echo "$as_me: failed program was:" >&5
20561 sed 's/^/| /' conftest.
$ac_ext >&5
20563 cat >conftest.
$ac_ext <<_ACEOF
20566 cat confdefs.h
>>conftest.
$ac_ext
20567 cat >>conftest.
$ac_ext <<_ACEOF
20568 /* end confdefs.h. */
20569 #include <sys/types.h>
20570 #ifdef HAVE_SYS_PARAM_H
20571 # include <sys/param.h>
20573 #ifdef HAVE_SYS_MOUNT_H
20574 # include <sys/mount.h>
20576 #ifdef HAVE_SYS_VFS_H
20577 # include <sys/vfs.h>
20579 #ifdef HAVE_SYS_STATFS_H
20580 # include <sys/statfs.h>
20586 static struct statfs ac_aggr;
20587 if (sizeof ac_aggr.f_bavail)
20593 rm -f conftest.
$ac_objext
20594 if { (ac_try
="$ac_compile"
20595 case "(($ac_try" in
20596 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20597 *) ac_try_echo=$ac_try;;
20599 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20600 (eval "$ac_compile") 2>conftest.er1
20602 grep -v '^ *+' conftest.er1 >conftest.err
20604 cat conftest.err >&5
20605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20606 (exit $ac_status); } &&
20607 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20608 { (case "(($ac_try" in
20609 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20610 *) ac_try_echo
=$ac_try;;
20612 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20613 (eval "$ac_try") 2>&5
20615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20616 (exit $ac_status); }; } &&
20617 { ac_try
='test -s conftest.$ac_objext'
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_try") 2>&5
20625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20626 (exit $ac_status); }; }; then
20627 ac_cv_member_struct_statfs_f_bavail=yes
20629 echo "$as_me: failed program was:" >&5
20630 sed 's/^/| /' conftest.$ac_ext >&5
20632 ac_cv_member_struct_statfs_f_bavail=no
20635 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20638 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20640 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
20641 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
20642 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
20644 cat >>confdefs.h <<_ACEOF
20645 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
20650 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
20651 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
20652 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
20653 echo $ECHO_N "(cached) $ECHO_C" >&6
20655 cat >conftest.$ac_ext <<_ACEOF
20658 cat confdefs.h >>conftest.$ac_ext
20659 cat >>conftest.$ac_ext <<_ACEOF
20660 /* end confdefs.h. */
20661 #include <sys/types.h>
20662 #ifdef HAVE_SYS_PARAM_H
20663 # include <sys/param.h>
20665 #ifdef HAVE_SYS_MOUNT_H
20666 # include <sys/mount.h>
20668 #ifdef HAVE_SYS_VFS_H
20669 # include <sys/vfs.h>
20671 #ifdef HAVE_SYS_STATFS_H
20672 # include <sys/statfs.h>
20678 static struct statfs ac_aggr;
20679 if (ac_aggr.f_frsize)
20685 rm -f conftest.$ac_objext
20686 if { (ac_try="$ac_compile"
20687 case "(($ac_try" in
20688 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20689 *) ac_try_echo
=$ac_try;;
20691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20692 (eval "$ac_compile") 2>conftest.er1
20694 grep -v '^ *+' conftest.er1
>conftest.err
20696 cat conftest.err
>&5
20697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20698 (exit $ac_status); } &&
20699 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20700 { (case "(($ac_try" in
20701 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20702 *) ac_try_echo=$ac_try;;
20704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20705 (eval "$ac_try") 2>&5
20707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20708 (exit $ac_status); }; } &&
20709 { ac_try='test -s conftest.$ac_objext'
20710 { (case "(($ac_try" in
20711 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20712 *) ac_try_echo
=$ac_try;;
20714 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20715 (eval "$ac_try") 2>&5
20717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20718 (exit $ac_status); }; }; then
20719 ac_cv_member_struct_statfs_f_frsize
=yes
20721 echo "$as_me: failed program was:" >&5
20722 sed 's/^/| /' conftest.
$ac_ext >&5
20724 cat >conftest.
$ac_ext <<_ACEOF
20727 cat confdefs.h
>>conftest.
$ac_ext
20728 cat >>conftest.
$ac_ext <<_ACEOF
20729 /* end confdefs.h. */
20730 #include <sys/types.h>
20731 #ifdef HAVE_SYS_PARAM_H
20732 # include <sys/param.h>
20734 #ifdef HAVE_SYS_MOUNT_H
20735 # include <sys/mount.h>
20737 #ifdef HAVE_SYS_VFS_H
20738 # include <sys/vfs.h>
20740 #ifdef HAVE_SYS_STATFS_H
20741 # include <sys/statfs.h>
20747 static struct statfs ac_aggr;
20748 if (sizeof ac_aggr.f_frsize)
20754 rm -f conftest.
$ac_objext
20755 if { (ac_try
="$ac_compile"
20756 case "(($ac_try" in
20757 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20758 *) ac_try_echo=$ac_try;;
20760 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20761 (eval "$ac_compile") 2>conftest.er1
20763 grep -v '^ *+' conftest.er1 >conftest.err
20765 cat conftest.err >&5
20766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20767 (exit $ac_status); } &&
20768 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20769 { (case "(($ac_try" in
20770 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20771 *) ac_try_echo
=$ac_try;;
20773 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20774 (eval "$ac_try") 2>&5
20776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20777 (exit $ac_status); }; } &&
20778 { ac_try
='test -s conftest.$ac_objext'
20779 { (case "(($ac_try" in
20780 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20781 *) ac_try_echo=$ac_try;;
20783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20784 (eval "$ac_try") 2>&5
20786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20787 (exit $ac_status); }; }; then
20788 ac_cv_member_struct_statfs_f_frsize=yes
20790 echo "$as_me: failed program was:" >&5
20791 sed 's/^/| /' conftest.$ac_ext >&5
20793 ac_cv_member_struct_statfs_f_frsize=no
20796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20799 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20801 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
20802 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
20803 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
20805 cat >>confdefs.h <<_ACEOF
20806 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
20811 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
20812 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
20813 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
20814 echo $ECHO_N "(cached) $ECHO_C" >&6
20816 cat >conftest.$ac_ext <<_ACEOF
20819 cat confdefs.h >>conftest.$ac_ext
20820 cat >>conftest.$ac_ext <<_ACEOF
20821 /* end confdefs.h. */
20822 #include <sys/types.h>
20823 #ifdef HAVE_SYS_PARAM_H
20824 # include <sys/param.h>
20826 #ifdef HAVE_SYS_MOUNT_H
20827 # include <sys/mount.h>
20829 #ifdef HAVE_SYS_VFS_H
20830 # include <sys/vfs.h>
20832 #ifdef HAVE_SYS_STATFS_H
20833 # include <sys/statfs.h>
20839 static struct statfs ac_aggr;
20840 if (ac_aggr.f_ffree)
20846 rm -f conftest.$ac_objext
20847 if { (ac_try="$ac_compile"
20848 case "(($ac_try" in
20849 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20850 *) ac_try_echo
=$ac_try;;
20852 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20853 (eval "$ac_compile") 2>conftest.er1
20855 grep -v '^ *+' conftest.er1
>conftest.err
20857 cat conftest.err
>&5
20858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20859 (exit $ac_status); } &&
20860 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20861 { (case "(($ac_try" in
20862 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20863 *) ac_try_echo=$ac_try;;
20865 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20866 (eval "$ac_try") 2>&5
20868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20869 (exit $ac_status); }; } &&
20870 { ac_try='test -s conftest.$ac_objext'
20871 { (case "(($ac_try" in
20872 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20873 *) ac_try_echo
=$ac_try;;
20875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20876 (eval "$ac_try") 2>&5
20878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20879 (exit $ac_status); }; }; then
20880 ac_cv_member_struct_statfs_f_ffree
=yes
20882 echo "$as_me: failed program was:" >&5
20883 sed 's/^/| /' conftest.
$ac_ext >&5
20885 cat >conftest.
$ac_ext <<_ACEOF
20888 cat confdefs.h
>>conftest.
$ac_ext
20889 cat >>conftest.
$ac_ext <<_ACEOF
20890 /* end confdefs.h. */
20891 #include <sys/types.h>
20892 #ifdef HAVE_SYS_PARAM_H
20893 # include <sys/param.h>
20895 #ifdef HAVE_SYS_MOUNT_H
20896 # include <sys/mount.h>
20898 #ifdef HAVE_SYS_VFS_H
20899 # include <sys/vfs.h>
20901 #ifdef HAVE_SYS_STATFS_H
20902 # include <sys/statfs.h>
20908 static struct statfs ac_aggr;
20909 if (sizeof ac_aggr.f_ffree)
20915 rm -f conftest.
$ac_objext
20916 if { (ac_try
="$ac_compile"
20917 case "(($ac_try" in
20918 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20919 *) ac_try_echo=$ac_try;;
20921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20922 (eval "$ac_compile") 2>conftest.er1
20924 grep -v '^ *+' conftest.er1 >conftest.err
20926 cat conftest.err >&5
20927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20928 (exit $ac_status); } &&
20929 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20930 { (case "(($ac_try" in
20931 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20932 *) ac_try_echo
=$ac_try;;
20934 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20935 (eval "$ac_try") 2>&5
20937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20938 (exit $ac_status); }; } &&
20939 { ac_try
='test -s conftest.$ac_objext'
20940 { (case "(($ac_try" in
20941 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20942 *) ac_try_echo=$ac_try;;
20944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20945 (eval "$ac_try") 2>&5
20947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20948 (exit $ac_status); }; }; then
20949 ac_cv_member_struct_statfs_f_ffree=yes
20951 echo "$as_me: failed program was:" >&5
20952 sed 's/^/| /' conftest.$ac_ext >&5
20954 ac_cv_member_struct_statfs_f_ffree=no
20957 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20960 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20962 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
20963 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
20964 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
20966 cat >>confdefs.h <<_ACEOF
20967 #define HAVE_STRUCT_STATFS_F_FFREE 1
20972 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
20973 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
20974 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
20975 echo $ECHO_N "(cached) $ECHO_C" >&6
20977 cat >conftest.$ac_ext <<_ACEOF
20980 cat confdefs.h >>conftest.$ac_ext
20981 cat >>conftest.$ac_ext <<_ACEOF
20982 /* end confdefs.h. */
20983 #include <sys/types.h>
20984 #ifdef HAVE_SYS_PARAM_H
20985 # include <sys/param.h>
20987 #ifdef HAVE_SYS_MOUNT_H
20988 # include <sys/mount.h>
20990 #ifdef HAVE_SYS_VFS_H
20991 # include <sys/vfs.h>
20993 #ifdef HAVE_SYS_STATFS_H
20994 # include <sys/statfs.h>
21000 static struct statfs ac_aggr;
21001 if (ac_aggr.f_favail)
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 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21022 { (case "(($ac_try" in
21023 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21024 *) ac_try_echo=$ac_try;;
21026 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21027 (eval "$ac_try") 2>&5
21029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21030 (exit $ac_status); }; } &&
21031 { ac_try='test -s conftest.$ac_objext'
21032 { (case "(($ac_try" in
21033 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21034 *) ac_try_echo
=$ac_try;;
21036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21037 (eval "$ac_try") 2>&5
21039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21040 (exit $ac_status); }; }; then
21041 ac_cv_member_struct_statfs_f_favail
=yes
21043 echo "$as_me: failed program was:" >&5
21044 sed 's/^/| /' conftest.
$ac_ext >&5
21046 cat >conftest.
$ac_ext <<_ACEOF
21049 cat confdefs.h
>>conftest.
$ac_ext
21050 cat >>conftest.
$ac_ext <<_ACEOF
21051 /* end confdefs.h. */
21052 #include <sys/types.h>
21053 #ifdef HAVE_SYS_PARAM_H
21054 # include <sys/param.h>
21056 #ifdef HAVE_SYS_MOUNT_H
21057 # include <sys/mount.h>
21059 #ifdef HAVE_SYS_VFS_H
21060 # include <sys/vfs.h>
21062 #ifdef HAVE_SYS_STATFS_H
21063 # include <sys/statfs.h>
21069 static struct statfs ac_aggr;
21070 if (sizeof ac_aggr.f_favail)
21076 rm -f conftest.
$ac_objext
21077 if { (ac_try
="$ac_compile"
21078 case "(($ac_try" in
21079 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21080 *) ac_try_echo=$ac_try;;
21082 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21083 (eval "$ac_compile") 2>conftest.er1
21085 grep -v '^ *+' conftest.er1 >conftest.err
21087 cat conftest.err >&5
21088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21089 (exit $ac_status); } &&
21090 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21091 { (case "(($ac_try" in
21092 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21093 *) ac_try_echo
=$ac_try;;
21095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21096 (eval "$ac_try") 2>&5
21098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21099 (exit $ac_status); }; } &&
21100 { ac_try
='test -s conftest.$ac_objext'
21101 { (case "(($ac_try" in
21102 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21103 *) ac_try_echo=$ac_try;;
21105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21106 (eval "$ac_try") 2>&5
21108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21109 (exit $ac_status); }; }; then
21110 ac_cv_member_struct_statfs_f_favail=yes
21112 echo "$as_me: failed program was:" >&5
21113 sed 's/^/| /' conftest.$ac_ext >&5
21115 ac_cv_member_struct_statfs_f_favail=no
21118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21121 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21123 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21124 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
21125 if test $ac_cv_member_struct_statfs_f_favail = yes; then
21127 cat >>confdefs.h <<_ACEOF
21128 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21133 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21134 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
21135 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21136 echo $ECHO_N "(cached) $ECHO_C" >&6
21138 cat >conftest.$ac_ext <<_ACEOF
21141 cat confdefs.h >>conftest.$ac_ext
21142 cat >>conftest.$ac_ext <<_ACEOF
21143 /* end confdefs.h. */
21144 #include <sys/types.h>
21145 #ifdef HAVE_SYS_PARAM_H
21146 # include <sys/param.h>
21148 #ifdef HAVE_SYS_MOUNT_H
21149 # include <sys/mount.h>
21151 #ifdef HAVE_SYS_VFS_H
21152 # include <sys/vfs.h>
21154 #ifdef HAVE_SYS_STATFS_H
21155 # include <sys/statfs.h>
21161 static struct statfs ac_aggr;
21162 if (ac_aggr.f_namelen)
21168 rm -f conftest.$ac_objext
21169 if { (ac_try="$ac_compile"
21170 case "(($ac_try" in
21171 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21172 *) ac_try_echo
=$ac_try;;
21174 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21175 (eval "$ac_compile") 2>conftest.er1
21177 grep -v '^ *+' conftest.er1
>conftest.err
21179 cat conftest.err
>&5
21180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21181 (exit $ac_status); } &&
21182 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21183 { (case "(($ac_try" in
21184 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21185 *) ac_try_echo=$ac_try;;
21187 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21188 (eval "$ac_try") 2>&5
21190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21191 (exit $ac_status); }; } &&
21192 { ac_try='test -s conftest.$ac_objext'
21193 { (case "(($ac_try" in
21194 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21195 *) ac_try_echo
=$ac_try;;
21197 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21198 (eval "$ac_try") 2>&5
21200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21201 (exit $ac_status); }; }; then
21202 ac_cv_member_struct_statfs_f_namelen
=yes
21204 echo "$as_me: failed program was:" >&5
21205 sed 's/^/| /' conftest.
$ac_ext >&5
21207 cat >conftest.
$ac_ext <<_ACEOF
21210 cat confdefs.h
>>conftest.
$ac_ext
21211 cat >>conftest.
$ac_ext <<_ACEOF
21212 /* end confdefs.h. */
21213 #include <sys/types.h>
21214 #ifdef HAVE_SYS_PARAM_H
21215 # include <sys/param.h>
21217 #ifdef HAVE_SYS_MOUNT_H
21218 # include <sys/mount.h>
21220 #ifdef HAVE_SYS_VFS_H
21221 # include <sys/vfs.h>
21223 #ifdef HAVE_SYS_STATFS_H
21224 # include <sys/statfs.h>
21230 static struct statfs ac_aggr;
21231 if (sizeof ac_aggr.f_namelen)
21237 rm -f conftest.
$ac_objext
21238 if { (ac_try
="$ac_compile"
21239 case "(($ac_try" in
21240 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21241 *) ac_try_echo=$ac_try;;
21243 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21244 (eval "$ac_compile") 2>conftest.er1
21246 grep -v '^ *+' conftest.er1 >conftest.err
21248 cat conftest.err >&5
21249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21250 (exit $ac_status); } &&
21251 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21252 { (case "(($ac_try" in
21253 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21254 *) ac_try_echo
=$ac_try;;
21256 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21257 (eval "$ac_try") 2>&5
21259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21260 (exit $ac_status); }; } &&
21261 { ac_try
='test -s conftest.$ac_objext'
21262 { (case "(($ac_try" in
21263 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21264 *) ac_try_echo=$ac_try;;
21266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21267 (eval "$ac_try") 2>&5
21269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21270 (exit $ac_status); }; }; then
21271 ac_cv_member_struct_statfs_f_namelen=yes
21273 echo "$as_me: failed program was:" >&5
21274 sed 's/^/| /' conftest.$ac_ext >&5
21276 ac_cv_member_struct_statfs_f_namelen=no
21279 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21282 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21284 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21285 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
21286 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
21288 cat >>confdefs.h <<_ACEOF
21289 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21296 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21297 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
21298 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21299 echo $ECHO_N "(cached) $ECHO_C" >&6
21301 cat >conftest.$ac_ext <<_ACEOF
21304 cat confdefs.h >>conftest.$ac_ext
21305 cat >>conftest.$ac_ext <<_ACEOF
21306 /* end confdefs.h. */
21307 #ifdef HAVE_SYS_STATVFS_H
21308 #include <sys/statvfs.h>
21314 static struct statvfs ac_aggr;
21315 if (ac_aggr.f_blocks)
21321 rm -f conftest.$ac_objext
21322 if { (ac_try="$ac_compile"
21323 case "(($ac_try" in
21324 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21325 *) ac_try_echo
=$ac_try;;
21327 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21328 (eval "$ac_compile") 2>conftest.er1
21330 grep -v '^ *+' conftest.er1
>conftest.err
21332 cat conftest.err
>&5
21333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21334 (exit $ac_status); } &&
21335 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21336 { (case "(($ac_try" in
21337 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21338 *) ac_try_echo=$ac_try;;
21340 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21341 (eval "$ac_try") 2>&5
21343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21344 (exit $ac_status); }; } &&
21345 { ac_try='test -s conftest.$ac_objext'
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_try") 2>&5
21353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21354 (exit $ac_status); }; }; then
21355 ac_cv_member_struct_statvfs_f_blocks
=yes
21357 echo "$as_me: failed program was:" >&5
21358 sed 's/^/| /' conftest.
$ac_ext >&5
21360 cat >conftest.
$ac_ext <<_ACEOF
21363 cat confdefs.h
>>conftest.
$ac_ext
21364 cat >>conftest.
$ac_ext <<_ACEOF
21365 /* end confdefs.h. */
21366 #ifdef HAVE_SYS_STATVFS_H
21367 #include <sys/statvfs.h>
21373 static struct statvfs ac_aggr;
21374 if (sizeof ac_aggr.f_blocks)
21380 rm -f conftest.
$ac_objext
21381 if { (ac_try
="$ac_compile"
21382 case "(($ac_try" in
21383 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21384 *) ac_try_echo=$ac_try;;
21386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21387 (eval "$ac_compile") 2>conftest.er1
21389 grep -v '^ *+' conftest.er1 >conftest.err
21391 cat conftest.err >&5
21392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21393 (exit $ac_status); } &&
21394 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21395 { (case "(($ac_try" in
21396 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21397 *) ac_try_echo
=$ac_try;;
21399 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21400 (eval "$ac_try") 2>&5
21402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21403 (exit $ac_status); }; } &&
21404 { ac_try
='test -s conftest.$ac_objext'
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_try") 2>&5
21412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21413 (exit $ac_status); }; }; then
21414 ac_cv_member_struct_statvfs_f_blocks=yes
21416 echo "$as_me: failed program was:" >&5
21417 sed 's/^/| /' conftest.$ac_ext >&5
21419 ac_cv_member_struct_statvfs_f_blocks=no
21422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21427 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21428 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21429 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
21431 cat >>confdefs.h <<_ACEOF
21432 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21439 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21440 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
21441 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21442 echo $ECHO_N "(cached) $ECHO_C" >&6
21444 cat >conftest.$ac_ext <<_ACEOF
21447 cat confdefs.h >>conftest.$ac_ext
21448 cat >>conftest.$ac_ext <<_ACEOF
21449 /* end confdefs.h. */
21450 #include <sys/types.h>
21451 #ifdef HAVE_SYS_SOCKET_H
21452 # include <sys/socket.h>
21454 #ifdef HAVE_SYS_UN_H
21455 # include <sys/un.h>
21461 static struct msghdr ac_aggr;
21462 if (ac_aggr.msg_accrights)
21468 rm -f conftest.$ac_objext
21469 if { (ac_try="$ac_compile"
21470 case "(($ac_try" in
21471 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21472 *) ac_try_echo
=$ac_try;;
21474 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21475 (eval "$ac_compile") 2>conftest.er1
21477 grep -v '^ *+' conftest.er1
>conftest.err
21479 cat conftest.err
>&5
21480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21481 (exit $ac_status); } &&
21482 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21483 { (case "(($ac_try" in
21484 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21485 *) ac_try_echo=$ac_try;;
21487 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21488 (eval "$ac_try") 2>&5
21490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21491 (exit $ac_status); }; } &&
21492 { ac_try='test -s conftest.$ac_objext'
21493 { (case "(($ac_try" in
21494 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21495 *) ac_try_echo
=$ac_try;;
21497 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21498 (eval "$ac_try") 2>&5
21500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21501 (exit $ac_status); }; }; then
21502 ac_cv_member_struct_msghdr_msg_accrights
=yes
21504 echo "$as_me: failed program was:" >&5
21505 sed 's/^/| /' conftest.
$ac_ext >&5
21507 cat >conftest.
$ac_ext <<_ACEOF
21510 cat confdefs.h
>>conftest.
$ac_ext
21511 cat >>conftest.
$ac_ext <<_ACEOF
21512 /* end confdefs.h. */
21513 #include <sys/types.h>
21514 #ifdef HAVE_SYS_SOCKET_H
21515 # include <sys/socket.h>
21517 #ifdef HAVE_SYS_UN_H
21518 # include <sys/un.h>
21524 static struct msghdr ac_aggr;
21525 if (sizeof ac_aggr.msg_accrights)
21531 rm -f conftest.
$ac_objext
21532 if { (ac_try
="$ac_compile"
21533 case "(($ac_try" in
21534 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21535 *) ac_try_echo=$ac_try;;
21537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21538 (eval "$ac_compile") 2>conftest.er1
21540 grep -v '^ *+' conftest.er1 >conftest.err
21542 cat conftest.err >&5
21543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21544 (exit $ac_status); } &&
21545 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21546 { (case "(($ac_try" in
21547 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21548 *) ac_try_echo
=$ac_try;;
21550 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21551 (eval "$ac_try") 2>&5
21553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21554 (exit $ac_status); }; } &&
21555 { ac_try
='test -s conftest.$ac_objext'
21556 { (case "(($ac_try" in
21557 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21558 *) ac_try_echo=$ac_try;;
21560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21561 (eval "$ac_try") 2>&5
21563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21564 (exit $ac_status); }; }; then
21565 ac_cv_member_struct_msghdr_msg_accrights=yes
21567 echo "$as_me: failed program was:" >&5
21568 sed 's/^/| /' conftest.$ac_ext >&5
21570 ac_cv_member_struct_msghdr_msg_accrights=no
21573 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21576 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21578 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21579 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21580 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
21582 cat >>confdefs.h <<_ACEOF
21583 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21588 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21589 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
21590 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21591 echo $ECHO_N "(cached) $ECHO_C" >&6
21593 cat >conftest.$ac_ext <<_ACEOF
21596 cat confdefs.h >>conftest.$ac_ext
21597 cat >>conftest.$ac_ext <<_ACEOF
21598 /* end confdefs.h. */
21599 #include <sys/types.h>
21600 #ifdef HAVE_SYS_SOCKET_H
21601 # include <sys/socket.h>
21603 #ifdef HAVE_SYS_UN_H
21604 # include <sys/un.h>
21610 static struct sockaddr ac_aggr;
21611 if (ac_aggr.sa_len)
21617 rm -f conftest.$ac_objext
21618 if { (ac_try="$ac_compile"
21619 case "(($ac_try" in
21620 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21621 *) ac_try_echo
=$ac_try;;
21623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21624 (eval "$ac_compile") 2>conftest.er1
21626 grep -v '^ *+' conftest.er1
>conftest.err
21628 cat conftest.err
>&5
21629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21630 (exit $ac_status); } &&
21631 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21632 { (case "(($ac_try" in
21633 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21634 *) ac_try_echo=$ac_try;;
21636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21637 (eval "$ac_try") 2>&5
21639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21640 (exit $ac_status); }; } &&
21641 { ac_try='test -s conftest.$ac_objext'
21642 { (case "(($ac_try" in
21643 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21644 *) ac_try_echo
=$ac_try;;
21646 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21647 (eval "$ac_try") 2>&5
21649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21650 (exit $ac_status); }; }; then
21651 ac_cv_member_struct_sockaddr_sa_len
=yes
21653 echo "$as_me: failed program was:" >&5
21654 sed 's/^/| /' conftest.
$ac_ext >&5
21656 cat >conftest.
$ac_ext <<_ACEOF
21659 cat confdefs.h
>>conftest.
$ac_ext
21660 cat >>conftest.
$ac_ext <<_ACEOF
21661 /* end confdefs.h. */
21662 #include <sys/types.h>
21663 #ifdef HAVE_SYS_SOCKET_H
21664 # include <sys/socket.h>
21666 #ifdef HAVE_SYS_UN_H
21667 # include <sys/un.h>
21673 static struct sockaddr ac_aggr;
21674 if (sizeof ac_aggr.sa_len)
21680 rm -f conftest.
$ac_objext
21681 if { (ac_try
="$ac_compile"
21682 case "(($ac_try" in
21683 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21684 *) ac_try_echo=$ac_try;;
21686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21687 (eval "$ac_compile") 2>conftest.er1
21689 grep -v '^ *+' conftest.er1 >conftest.err
21691 cat conftest.err >&5
21692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21693 (exit $ac_status); } &&
21694 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21695 { (case "(($ac_try" in
21696 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21697 *) ac_try_echo
=$ac_try;;
21699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21700 (eval "$ac_try") 2>&5
21702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21703 (exit $ac_status); }; } &&
21704 { ac_try
='test -s conftest.$ac_objext'
21705 { (case "(($ac_try" in
21706 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21707 *) ac_try_echo=$ac_try;;
21709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21710 (eval "$ac_try") 2>&5
21712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21713 (exit $ac_status); }; }; then
21714 ac_cv_member_struct_sockaddr_sa_len=yes
21716 echo "$as_me: failed program was:" >&5
21717 sed 's/^/| /' conftest.$ac_ext >&5
21719 ac_cv_member_struct_sockaddr_sa_len=no
21722 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21725 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21727 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21728 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21729 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
21731 cat >>confdefs.h <<_ACEOF
21732 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21737 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21738 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
21739 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21740 echo $ECHO_N "(cached) $ECHO_C" >&6
21742 cat >conftest.$ac_ext <<_ACEOF
21745 cat confdefs.h >>conftest.$ac_ext
21746 cat >>conftest.$ac_ext <<_ACEOF
21747 /* end confdefs.h. */
21748 #include <sys/types.h>
21749 #ifdef HAVE_SYS_SOCKET_H
21750 # include <sys/socket.h>
21752 #ifdef HAVE_SYS_UN_H
21753 # include <sys/un.h>
21759 static struct sockaddr_un ac_aggr;
21760 if (ac_aggr.sun_len)
21766 rm -f conftest.$ac_objext
21767 if { (ac_try="$ac_compile"
21768 case "(($ac_try" in
21769 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21770 *) ac_try_echo
=$ac_try;;
21772 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21773 (eval "$ac_compile") 2>conftest.er1
21775 grep -v '^ *+' conftest.er1
>conftest.err
21777 cat conftest.err
>&5
21778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21779 (exit $ac_status); } &&
21780 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21781 { (case "(($ac_try" in
21782 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21783 *) ac_try_echo=$ac_try;;
21785 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21786 (eval "$ac_try") 2>&5
21788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21789 (exit $ac_status); }; } &&
21790 { ac_try='test -s conftest.$ac_objext'
21791 { (case "(($ac_try" in
21792 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21793 *) ac_try_echo
=$ac_try;;
21795 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21796 (eval "$ac_try") 2>&5
21798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21799 (exit $ac_status); }; }; then
21800 ac_cv_member_struct_sockaddr_un_sun_len
=yes
21802 echo "$as_me: failed program was:" >&5
21803 sed 's/^/| /' conftest.
$ac_ext >&5
21805 cat >conftest.
$ac_ext <<_ACEOF
21808 cat confdefs.h
>>conftest.
$ac_ext
21809 cat >>conftest.
$ac_ext <<_ACEOF
21810 /* end confdefs.h. */
21811 #include <sys/types.h>
21812 #ifdef HAVE_SYS_SOCKET_H
21813 # include <sys/socket.h>
21815 #ifdef HAVE_SYS_UN_H
21816 # include <sys/un.h>
21822 static struct sockaddr_un ac_aggr;
21823 if (sizeof ac_aggr.sun_len)
21829 rm -f conftest.
$ac_objext
21830 if { (ac_try
="$ac_compile"
21831 case "(($ac_try" in
21832 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21833 *) ac_try_echo=$ac_try;;
21835 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21836 (eval "$ac_compile") 2>conftest.er1
21838 grep -v '^ *+' conftest.er1 >conftest.err
21840 cat conftest.err >&5
21841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21842 (exit $ac_status); } &&
21843 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21844 { (case "(($ac_try" in
21845 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21846 *) ac_try_echo
=$ac_try;;
21848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21849 (eval "$ac_try") 2>&5
21851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21852 (exit $ac_status); }; } &&
21853 { ac_try
='test -s conftest.$ac_objext'
21854 { (case "(($ac_try" in
21855 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21856 *) ac_try_echo=$ac_try;;
21858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21859 (eval "$ac_try") 2>&5
21861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21862 (exit $ac_status); }; }; then
21863 ac_cv_member_struct_sockaddr_un_sun_len=yes
21865 echo "$as_me: failed program was:" >&5
21866 sed 's/^/| /' conftest.$ac_ext >&5
21868 ac_cv_member_struct_sockaddr_un_sun_len=no
21871 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21874 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21876 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
21877 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
21878 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
21880 cat >>confdefs.h <<_ACEOF
21881 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
21888 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
21889 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
21890 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
21891 echo $ECHO_N "(cached) $ECHO_C" >&6
21893 cat >conftest.$ac_ext <<_ACEOF
21896 cat confdefs.h >>conftest.$ac_ext
21897 cat >>conftest.$ac_ext <<_ACEOF
21898 /* end confdefs.h. */
21899 #include <sys/types.h>
21900 #ifdef HAVE_SCSI_SG_H
21901 #include <scsi/sg.h>
21907 static scsireq_t ac_aggr;
21914 rm -f conftest.$ac_objext
21915 if { (ac_try="$ac_compile"
21916 case "(($ac_try" in
21917 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21918 *) ac_try_echo
=$ac_try;;
21920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21921 (eval "$ac_compile") 2>conftest.er1
21923 grep -v '^ *+' conftest.er1
>conftest.err
21925 cat conftest.err
>&5
21926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21927 (exit $ac_status); } &&
21928 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21929 { (case "(($ac_try" in
21930 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21931 *) ac_try_echo=$ac_try;;
21933 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21934 (eval "$ac_try") 2>&5
21936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21937 (exit $ac_status); }; } &&
21938 { ac_try='test -s conftest.$ac_objext'
21939 { (case "(($ac_try" in
21940 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21941 *) ac_try_echo
=$ac_try;;
21943 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21944 (eval "$ac_try") 2>&5
21946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21947 (exit $ac_status); }; }; then
21948 ac_cv_member_scsireq_t_cmd
=yes
21950 echo "$as_me: failed program was:" >&5
21951 sed 's/^/| /' conftest.
$ac_ext >&5
21953 cat >conftest.
$ac_ext <<_ACEOF
21956 cat confdefs.h
>>conftest.
$ac_ext
21957 cat >>conftest.
$ac_ext <<_ACEOF
21958 /* end confdefs.h. */
21959 #include <sys/types.h>
21960 #ifdef HAVE_SCSI_SG_H
21961 #include <scsi/sg.h>
21967 static scsireq_t ac_aggr;
21968 if (sizeof ac_aggr.cmd)
21974 rm -f conftest.
$ac_objext
21975 if { (ac_try
="$ac_compile"
21976 case "(($ac_try" in
21977 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21978 *) ac_try_echo=$ac_try;;
21980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21981 (eval "$ac_compile") 2>conftest.er1
21983 grep -v '^ *+' conftest.er1 >conftest.err
21985 cat conftest.err >&5
21986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21987 (exit $ac_status); } &&
21988 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21989 { (case "(($ac_try" in
21990 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21991 *) ac_try_echo
=$ac_try;;
21993 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21994 (eval "$ac_try") 2>&5
21996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21997 (exit $ac_status); }; } &&
21998 { ac_try
='test -s conftest.$ac_objext'
21999 { (case "(($ac_try" in
22000 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22001 *) ac_try_echo=$ac_try;;
22003 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22004 (eval "$ac_try") 2>&5
22006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22007 (exit $ac_status); }; }; then
22008 ac_cv_member_scsireq_t_cmd=yes
22010 echo "$as_me: failed program was:" >&5
22011 sed 's/^/| /' conftest.$ac_ext >&5
22013 ac_cv_member_scsireq_t_cmd=no
22016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22019 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22021 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22022 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
22023 if test $ac_cv_member_scsireq_t_cmd = yes; then
22025 cat >>confdefs.h <<_ACEOF
22026 #define HAVE_SCSIREQ_T_CMD 1
22031 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22032 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
22033 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22034 echo $ECHO_N "(cached) $ECHO_C" >&6
22036 cat >conftest.$ac_ext <<_ACEOF
22039 cat confdefs.h >>conftest.$ac_ext
22040 cat >>conftest.$ac_ext <<_ACEOF
22041 /* end confdefs.h. */
22042 #include <sys/types.h>
22043 #ifdef HAVE_SCSI_SG_H
22044 #include <scsi/sg.h>
22050 static sg_io_hdr_t ac_aggr;
22051 if (ac_aggr.interface_id)
22057 rm -f conftest.$ac_objext
22058 if { (ac_try="$ac_compile"
22059 case "(($ac_try" in
22060 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22061 *) ac_try_echo
=$ac_try;;
22063 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22064 (eval "$ac_compile") 2>conftest.er1
22066 grep -v '^ *+' conftest.er1
>conftest.err
22068 cat conftest.err
>&5
22069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22070 (exit $ac_status); } &&
22071 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22072 { (case "(($ac_try" in
22073 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22074 *) ac_try_echo=$ac_try;;
22076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22077 (eval "$ac_try") 2>&5
22079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22080 (exit $ac_status); }; } &&
22081 { ac_try='test -s conftest.$ac_objext'
22082 { (case "(($ac_try" in
22083 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22084 *) ac_try_echo
=$ac_try;;
22086 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22087 (eval "$ac_try") 2>&5
22089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22090 (exit $ac_status); }; }; then
22091 ac_cv_member_sg_io_hdr_t_interface_id
=yes
22093 echo "$as_me: failed program was:" >&5
22094 sed 's/^/| /' conftest.
$ac_ext >&5
22096 cat >conftest.
$ac_ext <<_ACEOF
22099 cat confdefs.h
>>conftest.
$ac_ext
22100 cat >>conftest.
$ac_ext <<_ACEOF
22101 /* end confdefs.h. */
22102 #include <sys/types.h>
22103 #ifdef HAVE_SCSI_SG_H
22104 #include <scsi/sg.h>
22110 static sg_io_hdr_t ac_aggr;
22111 if (sizeof ac_aggr.interface_id)
22117 rm -f conftest.
$ac_objext
22118 if { (ac_try
="$ac_compile"
22119 case "(($ac_try" in
22120 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22121 *) ac_try_echo=$ac_try;;
22123 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22124 (eval "$ac_compile") 2>conftest.er1
22126 grep -v '^ *+' conftest.er1 >conftest.err
22128 cat conftest.err >&5
22129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22130 (exit $ac_status); } &&
22131 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22132 { (case "(($ac_try" in
22133 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22134 *) ac_try_echo
=$ac_try;;
22136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22137 (eval "$ac_try") 2>&5
22139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22140 (exit $ac_status); }; } &&
22141 { ac_try
='test -s conftest.$ac_objext'
22142 { (case "(($ac_try" in
22143 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22144 *) ac_try_echo=$ac_try;;
22146 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22147 (eval "$ac_try") 2>&5
22149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22150 (exit $ac_status); }; }; then
22151 ac_cv_member_sg_io_hdr_t_interface_id=yes
22153 echo "$as_me: failed program was:" >&5
22154 sed 's/^/| /' conftest.$ac_ext >&5
22156 ac_cv_member_sg_io_hdr_t_interface_id=no
22159 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22162 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22164 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22165 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22166 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
22168 cat >>confdefs.h <<_ACEOF
22169 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22176 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22177 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
22178 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22179 echo $ECHO_N "(cached) $ECHO_C" >&6
22181 cat >conftest.$ac_ext <<_ACEOF
22184 cat confdefs.h >>conftest.$ac_ext
22185 cat >>conftest.$ac_ext <<_ACEOF
22186 /* end confdefs.h. */
22187 #include <signal.h>
22192 static siginfo_t ac_aggr;
22199 rm -f conftest.$ac_objext
22200 if { (ac_try="$ac_compile"
22201 case "(($ac_try" in
22202 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22203 *) ac_try_echo
=$ac_try;;
22205 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22206 (eval "$ac_compile") 2>conftest.er1
22208 grep -v '^ *+' conftest.er1
>conftest.err
22210 cat conftest.err
>&5
22211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22212 (exit $ac_status); } &&
22213 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22214 { (case "(($ac_try" in
22215 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22216 *) ac_try_echo=$ac_try;;
22218 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22219 (eval "$ac_try") 2>&5
22221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22222 (exit $ac_status); }; } &&
22223 { ac_try='test -s conftest.$ac_objext'
22224 { (case "(($ac_try" in
22225 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22226 *) ac_try_echo
=$ac_try;;
22228 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22229 (eval "$ac_try") 2>&5
22231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22232 (exit $ac_status); }; }; then
22233 ac_cv_member_siginfo_t_si_fd
=yes
22235 echo "$as_me: failed program was:" >&5
22236 sed 's/^/| /' conftest.
$ac_ext >&5
22238 cat >conftest.
$ac_ext <<_ACEOF
22241 cat confdefs.h
>>conftest.
$ac_ext
22242 cat >>conftest.
$ac_ext <<_ACEOF
22243 /* end confdefs.h. */
22244 #include <signal.h>
22249 static siginfo_t ac_aggr;
22250 if (sizeof ac_aggr.si_fd)
22256 rm -f conftest.
$ac_objext
22257 if { (ac_try
="$ac_compile"
22258 case "(($ac_try" in
22259 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22260 *) ac_try_echo=$ac_try;;
22262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22263 (eval "$ac_compile") 2>conftest.er1
22265 grep -v '^ *+' conftest.er1 >conftest.err
22267 cat conftest.err >&5
22268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22269 (exit $ac_status); } &&
22270 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22271 { (case "(($ac_try" in
22272 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22273 *) ac_try_echo
=$ac_try;;
22275 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22276 (eval "$ac_try") 2>&5
22278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22279 (exit $ac_status); }; } &&
22280 { ac_try
='test -s conftest.$ac_objext'
22281 { (case "(($ac_try" in
22282 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22283 *) ac_try_echo=$ac_try;;
22285 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22286 (eval "$ac_try") 2>&5
22288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22289 (exit $ac_status); }; }; then
22290 ac_cv_member_siginfo_t_si_fd=yes
22292 echo "$as_me: failed program was:" >&5
22293 sed 's/^/| /' conftest.$ac_ext >&5
22295 ac_cv_member_siginfo_t_si_fd=no
22298 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22301 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22303 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22304 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
22305 if test $ac_cv_member_siginfo_t_si_fd = yes; then
22307 cat >>confdefs.h <<_ACEOF
22308 #define HAVE_SIGINFO_T_SI_FD 1
22315 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22316 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
22317 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22318 echo $ECHO_N "(cached) $ECHO_C" >&6
22320 cat >conftest.$ac_ext <<_ACEOF
22323 cat confdefs.h >>conftest.$ac_ext
22324 cat >>conftest.$ac_ext <<_ACEOF
22325 /* end confdefs.h. */
22326 #include <sys/types.h>
22327 #ifdef HAVE_SYS_MTIO_H
22328 #include <sys/mtio.h>
22334 static struct mtget ac_aggr;
22335 if (ac_aggr.mt_blksiz)
22341 rm -f conftest.$ac_objext
22342 if { (ac_try="$ac_compile"
22343 case "(($ac_try" in
22344 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22345 *) ac_try_echo
=$ac_try;;
22347 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22348 (eval "$ac_compile") 2>conftest.er1
22350 grep -v '^ *+' conftest.er1
>conftest.err
22352 cat conftest.err
>&5
22353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22354 (exit $ac_status); } &&
22355 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22356 { (case "(($ac_try" in
22357 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22358 *) ac_try_echo=$ac_try;;
22360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22361 (eval "$ac_try") 2>&5
22363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22364 (exit $ac_status); }; } &&
22365 { ac_try='test -s conftest.$ac_objext'
22366 { (case "(($ac_try" in
22367 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22368 *) ac_try_echo
=$ac_try;;
22370 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22371 (eval "$ac_try") 2>&5
22373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22374 (exit $ac_status); }; }; then
22375 ac_cv_member_struct_mtget_mt_blksiz
=yes
22377 echo "$as_me: failed program was:" >&5
22378 sed 's/^/| /' conftest.
$ac_ext >&5
22380 cat >conftest.
$ac_ext <<_ACEOF
22383 cat confdefs.h
>>conftest.
$ac_ext
22384 cat >>conftest.
$ac_ext <<_ACEOF
22385 /* end confdefs.h. */
22386 #include <sys/types.h>
22387 #ifdef HAVE_SYS_MTIO_H
22388 #include <sys/mtio.h>
22394 static struct mtget ac_aggr;
22395 if (sizeof ac_aggr.mt_blksiz)
22401 rm -f conftest.
$ac_objext
22402 if { (ac_try
="$ac_compile"
22403 case "(($ac_try" in
22404 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22405 *) ac_try_echo=$ac_try;;
22407 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22408 (eval "$ac_compile") 2>conftest.er1
22410 grep -v '^ *+' conftest.er1 >conftest.err
22412 cat conftest.err >&5
22413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22414 (exit $ac_status); } &&
22415 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22416 { (case "(($ac_try" in
22417 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22418 *) ac_try_echo
=$ac_try;;
22420 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22421 (eval "$ac_try") 2>&5
22423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22424 (exit $ac_status); }; } &&
22425 { ac_try
='test -s conftest.$ac_objext'
22426 { (case "(($ac_try" in
22427 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22428 *) ac_try_echo=$ac_try;;
22430 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22431 (eval "$ac_try") 2>&5
22433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22434 (exit $ac_status); }; }; then
22435 ac_cv_member_struct_mtget_mt_blksiz=yes
22437 echo "$as_me: failed program was:" >&5
22438 sed 's/^/| /' conftest.$ac_ext >&5
22440 ac_cv_member_struct_mtget_mt_blksiz=no
22443 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22446 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22448 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22449 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22450 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
22452 cat >>confdefs.h <<_ACEOF
22453 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22458 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22459 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
22460 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22461 echo $ECHO_N "(cached) $ECHO_C" >&6
22463 cat >conftest.$ac_ext <<_ACEOF
22466 cat confdefs.h >>conftest.$ac_ext
22467 cat >>conftest.$ac_ext <<_ACEOF
22468 /* end confdefs.h. */
22469 #include <sys/types.h>
22470 #ifdef HAVE_SYS_MTIO_H
22471 #include <sys/mtio.h>
22477 static struct mtget ac_aggr;
22478 if (ac_aggr.mt_gstat)
22484 rm -f conftest.$ac_objext
22485 if { (ac_try="$ac_compile"
22486 case "(($ac_try" in
22487 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22488 *) ac_try_echo
=$ac_try;;
22490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22491 (eval "$ac_compile") 2>conftest.er1
22493 grep -v '^ *+' conftest.er1
>conftest.err
22495 cat conftest.err
>&5
22496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22497 (exit $ac_status); } &&
22498 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22499 { (case "(($ac_try" in
22500 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22501 *) ac_try_echo=$ac_try;;
22503 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22504 (eval "$ac_try") 2>&5
22506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22507 (exit $ac_status); }; } &&
22508 { ac_try='test -s conftest.$ac_objext'
22509 { (case "(($ac_try" in
22510 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22511 *) ac_try_echo
=$ac_try;;
22513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22514 (eval "$ac_try") 2>&5
22516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22517 (exit $ac_status); }; }; then
22518 ac_cv_member_struct_mtget_mt_gstat
=yes
22520 echo "$as_me: failed program was:" >&5
22521 sed 's/^/| /' conftest.
$ac_ext >&5
22523 cat >conftest.
$ac_ext <<_ACEOF
22526 cat confdefs.h
>>conftest.
$ac_ext
22527 cat >>conftest.
$ac_ext <<_ACEOF
22528 /* end confdefs.h. */
22529 #include <sys/types.h>
22530 #ifdef HAVE_SYS_MTIO_H
22531 #include <sys/mtio.h>
22537 static struct mtget ac_aggr;
22538 if (sizeof ac_aggr.mt_gstat)
22544 rm -f conftest.
$ac_objext
22545 if { (ac_try
="$ac_compile"
22546 case "(($ac_try" in
22547 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22548 *) ac_try_echo=$ac_try;;
22550 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22551 (eval "$ac_compile") 2>conftest.er1
22553 grep -v '^ *+' conftest.er1 >conftest.err
22555 cat conftest.err >&5
22556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22557 (exit $ac_status); } &&
22558 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22559 { (case "(($ac_try" in
22560 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22561 *) ac_try_echo
=$ac_try;;
22563 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22564 (eval "$ac_try") 2>&5
22566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22567 (exit $ac_status); }; } &&
22568 { ac_try
='test -s conftest.$ac_objext'
22569 { (case "(($ac_try" in
22570 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22571 *) ac_try_echo=$ac_try;;
22573 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22574 (eval "$ac_try") 2>&5
22576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22577 (exit $ac_status); }; }; then
22578 ac_cv_member_struct_mtget_mt_gstat=yes
22580 echo "$as_me: failed program was:" >&5
22581 sed 's/^/| /' conftest.$ac_ext >&5
22583 ac_cv_member_struct_mtget_mt_gstat=no
22586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22589 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22591 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22592 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22593 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
22595 cat >>confdefs.h <<_ACEOF
22596 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22601 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22602 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
22603 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22604 echo $ECHO_N "(cached) $ECHO_C" >&6
22606 cat >conftest.$ac_ext <<_ACEOF
22609 cat confdefs.h >>conftest.$ac_ext
22610 cat >>conftest.$ac_ext <<_ACEOF
22611 /* end confdefs.h. */
22612 #include <sys/types.h>
22613 #ifdef HAVE_SYS_MTIO_H
22614 #include <sys/mtio.h>
22620 static struct mtget ac_aggr;
22621 if (ac_aggr.mt_blkno)
22627 rm -f conftest.$ac_objext
22628 if { (ac_try="$ac_compile"
22629 case "(($ac_try" in
22630 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22631 *) ac_try_echo
=$ac_try;;
22633 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22634 (eval "$ac_compile") 2>conftest.er1
22636 grep -v '^ *+' conftest.er1
>conftest.err
22638 cat conftest.err
>&5
22639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22640 (exit $ac_status); } &&
22641 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22642 { (case "(($ac_try" in
22643 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22644 *) ac_try_echo=$ac_try;;
22646 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22647 (eval "$ac_try") 2>&5
22649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22650 (exit $ac_status); }; } &&
22651 { ac_try='test -s conftest.$ac_objext'
22652 { (case "(($ac_try" in
22653 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22654 *) ac_try_echo
=$ac_try;;
22656 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22657 (eval "$ac_try") 2>&5
22659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22660 (exit $ac_status); }; }; then
22661 ac_cv_member_struct_mtget_mt_blkno
=yes
22663 echo "$as_me: failed program was:" >&5
22664 sed 's/^/| /' conftest.
$ac_ext >&5
22666 cat >conftest.
$ac_ext <<_ACEOF
22669 cat confdefs.h
>>conftest.
$ac_ext
22670 cat >>conftest.
$ac_ext <<_ACEOF
22671 /* end confdefs.h. */
22672 #include <sys/types.h>
22673 #ifdef HAVE_SYS_MTIO_H
22674 #include <sys/mtio.h>
22680 static struct mtget ac_aggr;
22681 if (sizeof ac_aggr.mt_blkno)
22687 rm -f conftest.
$ac_objext
22688 if { (ac_try
="$ac_compile"
22689 case "(($ac_try" in
22690 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22691 *) ac_try_echo=$ac_try;;
22693 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22694 (eval "$ac_compile") 2>conftest.er1
22696 grep -v '^ *+' conftest.er1 >conftest.err
22698 cat conftest.err >&5
22699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22700 (exit $ac_status); } &&
22701 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22702 { (case "(($ac_try" in
22703 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22704 *) ac_try_echo
=$ac_try;;
22706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22707 (eval "$ac_try") 2>&5
22709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22710 (exit $ac_status); }; } &&
22711 { ac_try
='test -s conftest.$ac_objext'
22712 { (case "(($ac_try" in
22713 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22714 *) ac_try_echo=$ac_try;;
22716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22717 (eval "$ac_try") 2>&5
22719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22720 (exit $ac_status); }; }; then
22721 ac_cv_member_struct_mtget_mt_blkno=yes
22723 echo "$as_me: failed program was:" >&5
22724 sed 's/^/| /' conftest.$ac_ext >&5
22726 ac_cv_member_struct_mtget_mt_blkno=no
22729 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22732 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22734 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22735 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22736 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
22738 cat >>confdefs.h <<_ACEOF
22739 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22746 { echo "$as_me:$LINENO: checking for struct option.name" >&5
22747 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
22748 if test "${ac_cv_member_struct_option_name+set}" = set; then
22749 echo $ECHO_N "(cached) $ECHO_C" >&6
22751 cat >conftest.$ac_ext <<_ACEOF
22754 cat confdefs.h >>conftest.$ac_ext
22755 cat >>conftest.$ac_ext <<_ACEOF
22756 /* end confdefs.h. */
22757 #ifdef HAVE_GETOPT_H
22758 #include <getopt.h>
22764 static struct option ac_aggr;
22771 rm -f conftest.$ac_objext
22772 if { (ac_try="$ac_compile"
22773 case "(($ac_try" in
22774 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22775 *) ac_try_echo
=$ac_try;;
22777 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22778 (eval "$ac_compile") 2>conftest.er1
22780 grep -v '^ *+' conftest.er1
>conftest.err
22782 cat conftest.err
>&5
22783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22784 (exit $ac_status); } &&
22785 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22786 { (case "(($ac_try" in
22787 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22788 *) ac_try_echo=$ac_try;;
22790 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22791 (eval "$ac_try") 2>&5
22793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22794 (exit $ac_status); }; } &&
22795 { ac_try='test -s conftest.$ac_objext'
22796 { (case "(($ac_try" in
22797 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22798 *) ac_try_echo
=$ac_try;;
22800 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22801 (eval "$ac_try") 2>&5
22803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22804 (exit $ac_status); }; }; then
22805 ac_cv_member_struct_option_name
=yes
22807 echo "$as_me: failed program was:" >&5
22808 sed 's/^/| /' conftest.
$ac_ext >&5
22810 cat >conftest.
$ac_ext <<_ACEOF
22813 cat confdefs.h
>>conftest.
$ac_ext
22814 cat >>conftest.
$ac_ext <<_ACEOF
22815 /* end confdefs.h. */
22816 #ifdef HAVE_GETOPT_H
22817 #include <getopt.h>
22823 static struct option ac_aggr;
22824 if (sizeof ac_aggr.name)
22830 rm -f conftest.
$ac_objext
22831 if { (ac_try
="$ac_compile"
22832 case "(($ac_try" in
22833 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22834 *) ac_try_echo=$ac_try;;
22836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22837 (eval "$ac_compile") 2>conftest.er1
22839 grep -v '^ *+' conftest.er1 >conftest.err
22841 cat conftest.err >&5
22842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22843 (exit $ac_status); } &&
22844 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22845 { (case "(($ac_try" in
22846 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22847 *) ac_try_echo
=$ac_try;;
22849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22850 (eval "$ac_try") 2>&5
22852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22853 (exit $ac_status); }; } &&
22854 { ac_try
='test -s conftest.$ac_objext'
22855 { (case "(($ac_try" in
22856 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22857 *) ac_try_echo=$ac_try;;
22859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22860 (eval "$ac_try") 2>&5
22862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22863 (exit $ac_status); }; }; then
22864 ac_cv_member_struct_option_name=yes
22866 echo "$as_me: failed program was:" >&5
22867 sed 's/^/| /' conftest.$ac_ext >&5
22869 ac_cv_member_struct_option_name=no
22872 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22875 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22877 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22878 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
22879 if test $ac_cv_member_struct_option_name = yes; then
22881 cat >>confdefs.h <<_ACEOF
22882 #define HAVE_STRUCT_OPTION_NAME 1
22889 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22890 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
22891 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22892 echo $ECHO_N "(cached) $ECHO_C" >&6
22894 cat >conftest.$ac_ext <<_ACEOF
22897 cat confdefs.h >>conftest.$ac_ext
22898 cat >>conftest.$ac_ext <<_ACEOF
22899 /* end confdefs.h. */
22900 $ac_includes_default
22904 static struct stat ac_aggr;
22905 if (ac_aggr.st_blocks)
22911 rm -f conftest.$ac_objext
22912 if { (ac_try="$ac_compile"
22913 case "(($ac_try" in
22914 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22915 *) ac_try_echo
=$ac_try;;
22917 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22918 (eval "$ac_compile") 2>conftest.er1
22920 grep -v '^ *+' conftest.er1
>conftest.err
22922 cat conftest.err
>&5
22923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22924 (exit $ac_status); } &&
22925 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22926 { (case "(($ac_try" in
22927 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22928 *) ac_try_echo=$ac_try;;
22930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22931 (eval "$ac_try") 2>&5
22933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22934 (exit $ac_status); }; } &&
22935 { ac_try='test -s conftest.$ac_objext'
22936 { (case "(($ac_try" in
22937 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22938 *) ac_try_echo
=$ac_try;;
22940 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22941 (eval "$ac_try") 2>&5
22943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22944 (exit $ac_status); }; }; then
22945 ac_cv_member_struct_stat_st_blocks
=yes
22947 echo "$as_me: failed program was:" >&5
22948 sed 's/^/| /' conftest.
$ac_ext >&5
22950 cat >conftest.
$ac_ext <<_ACEOF
22953 cat confdefs.h
>>conftest.
$ac_ext
22954 cat >>conftest.
$ac_ext <<_ACEOF
22955 /* end confdefs.h. */
22956 $ac_includes_default
22960 static struct stat ac_aggr;
22961 if (sizeof ac_aggr.st_blocks)
22967 rm -f conftest.
$ac_objext
22968 if { (ac_try
="$ac_compile"
22969 case "(($ac_try" in
22970 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22971 *) ac_try_echo=$ac_try;;
22973 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22974 (eval "$ac_compile") 2>conftest.er1
22976 grep -v '^ *+' conftest.er1 >conftest.err
22978 cat conftest.err >&5
22979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22980 (exit $ac_status); } &&
22981 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22982 { (case "(($ac_try" in
22983 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22984 *) ac_try_echo
=$ac_try;;
22986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22987 (eval "$ac_try") 2>&5
22989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22990 (exit $ac_status); }; } &&
22991 { ac_try
='test -s conftest.$ac_objext'
22992 { (case "(($ac_try" in
22993 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22994 *) ac_try_echo=$ac_try;;
22996 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22997 (eval "$ac_try") 2>&5
22999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23000 (exit $ac_status); }; }; then
23001 ac_cv_member_struct_stat_st_blocks=yes
23003 echo "$as_me: failed program was:" >&5
23004 sed 's/^/| /' conftest.$ac_ext >&5
23006 ac_cv_member_struct_stat_st_blocks=no
23009 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23012 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23014 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23015 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
23016 if test $ac_cv_member_struct_stat_st_blocks = yes; then
23018 cat >>confdefs.h <<_ACEOF
23019 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23026 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23027 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
23028 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23029 echo $ECHO_N "(cached) $ECHO_C" >&6
23031 cat >conftest.$ac_ext <<_ACEOF
23034 cat confdefs.h >>conftest.$ac_ext
23035 cat >>conftest.$ac_ext <<_ACEOF
23036 /* end confdefs.h. */
23037 #ifdef HAVE_SYS_TYPES_H
23038 #include <sys/types.h>
23040 #ifdef HAVE_NETINET_IN_H
23041 #include <netinet/in.h>
23047 static struct sockaddr_in6 ac_aggr;
23048 if (ac_aggr.sin6_scope_id)
23054 rm -f conftest.$ac_objext
23055 if { (ac_try="$ac_compile"
23056 case "(($ac_try" in
23057 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
23058 *) ac_try_echo
=$ac_try;;
23060 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23061 (eval "$ac_compile") 2>conftest.er1
23063 grep -v '^ *+' conftest.er1
>conftest.err
23065 cat conftest.err
>&5
23066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23067 (exit $ac_status); } &&
23068 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23069 { (case "(($ac_try" in
23070 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
23071 *) ac_try_echo=$ac_try;;
23073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23074 (eval "$ac_try") 2>&5
23076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23077 (exit $ac_status); }; } &&
23078 { ac_try='test -s conftest.$ac_objext'
23079 { (case "(($ac_try" in
23080 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
23081 *) ac_try_echo
=$ac_try;;
23083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23084 (eval "$ac_try") 2>&5
23086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23087 (exit $ac_status); }; }; then
23088 ac_cv_member_struct_sockaddr_in6_sin6_scope_id
=yes
23090 echo "$as_me: failed program was:" >&5
23091 sed 's/^/| /' conftest.
$ac_ext >&5
23093 cat >conftest.
$ac_ext <<_ACEOF
23096 cat confdefs.h
>>conftest.
$ac_ext
23097 cat >>conftest.
$ac_ext <<_ACEOF
23098 /* end confdefs.h. */
23099 #ifdef HAVE_SYS_TYPES_H
23100 #include <sys/types.h>
23102 #ifdef HAVE_NETINET_IN_H
23103 #include <netinet/in.h>
23109 static struct sockaddr_in6 ac_aggr;
23110 if (sizeof ac_aggr.sin6_scope_id)
23116 rm -f conftest.
$ac_objext
23117 if { (ac_try
="$ac_compile"
23118 case "(($ac_try" in
23119 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
23120 *) ac_try_echo=$ac_try;;
23122 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23123 (eval "$ac_compile") 2>conftest.er1
23125 grep -v '^ *+' conftest.er1 >conftest.err
23127 cat conftest.err >&5
23128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23129 (exit $ac_status); } &&
23130 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23131 { (case "(($ac_try" in
23132 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
23133 *) ac_try_echo
=$ac_try;;
23135 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23136 (eval "$ac_try") 2>&5
23138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23139 (exit $ac_status); }; } &&
23140 { ac_try
='test -s conftest.$ac_objext'
23141 { (case "(($ac_try" in
23142 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
23143 *) ac_try_echo=$ac_try;;
23145 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23146 (eval "$ac_try") 2>&5
23148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23149 (exit $ac_status); }; }; then
23150 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23152 echo "$as_me: failed program was:" >&5
23153 sed 's/^/| /' conftest.$ac_ext >&5
23155 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23158 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23161 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23163 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23164 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23165 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
23167 cat >>confdefs.h <<_ACEOF
23168 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23175 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23176 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
23177 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23178 echo $ECHO_N "(cached) $ECHO_C" >&6
23180 cat >conftest.$ac_ext <<_ACEOF
23183 cat confdefs.h >>conftest.$ac_ext
23184 cat >>conftest.$ac_ext <<_ACEOF
23185 /* end confdefs.h. */
23186 #ifdef HAVE_SYS_TYPES_H
23187 #include <sys/types.h>
23189 #ifdef HAVE_NETINET_IN_H
23190 # include <netinet/in.h>
23192 #ifdef HAVE_ARPA_NAMESER_H
23193 # include <arpa/nameser.h>
23199 static ns_msg ac_aggr;
23200 if (ac_aggr._msg_ptr)
23206 rm -f conftest.$ac_objext
23207 if { (ac_try="$ac_compile"
23208 case "(($ac_try" in
23209 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
23210 *) ac_try_echo
=$ac_try;;
23212 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23213 (eval "$ac_compile") 2>conftest.er1
23215 grep -v '^ *+' conftest.er1
>conftest.err
23217 cat conftest.err
>&5
23218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23219 (exit $ac_status); } &&
23220 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23221 { (case "(($ac_try" in
23222 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
23223 *) ac_try_echo=$ac_try;;
23225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23226 (eval "$ac_try") 2>&5
23228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23229 (exit $ac_status); }; } &&
23230 { ac_try='test -s conftest.$ac_objext'
23231 { (case "(($ac_try" in
23232 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
23233 *) ac_try_echo
=$ac_try;;
23235 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23236 (eval "$ac_try") 2>&5
23238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23239 (exit $ac_status); }; }; then
23240 ac_cv_member_ns_msg__msg_ptr
=yes
23242 echo "$as_me: failed program was:" >&5
23243 sed 's/^/| /' conftest.
$ac_ext >&5
23245 cat >conftest.
$ac_ext <<_ACEOF
23248 cat confdefs.h
>>conftest.
$ac_ext
23249 cat >>conftest.
$ac_ext <<_ACEOF
23250 /* end confdefs.h. */
23251 #ifdef HAVE_SYS_TYPES_H
23252 #include <sys/types.h>
23254 #ifdef HAVE_NETINET_IN_H
23255 # include <netinet/in.h>
23257 #ifdef HAVE_ARPA_NAMESER_H
23258 # include <arpa/nameser.h>
23264 static ns_msg ac_aggr;
23265 if (sizeof ac_aggr._msg_ptr)
23271 rm -f conftest.
$ac_objext
23272 if { (ac_try
="$ac_compile"
23273 case "(($ac_try" in
23274 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
23275 *) ac_try_echo=$ac_try;;
23277 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23278 (eval "$ac_compile") 2>conftest.er1
23280 grep -v '^ *+' conftest.er1 >conftest.err
23282 cat conftest.err >&5
23283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23284 (exit $ac_status); } &&
23285 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23286 { (case "(($ac_try" in
23287 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
23288 *) ac_try_echo
=$ac_try;;
23290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23291 (eval "$ac_try") 2>&5
23293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23294 (exit $ac_status); }; } &&
23295 { ac_try
='test -s conftest.$ac_objext'
23296 { (case "(($ac_try" in
23297 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
23298 *) ac_try_echo=$ac_try;;
23300 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23301 (eval "$ac_try") 2>&5
23303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23304 (exit $ac_status); }; }; then
23305 ac_cv_member_ns_msg__msg_ptr=yes
23307 echo "$as_me: failed program was:" >&5
23308 sed 's/^/| /' conftest.$ac_ext >&5
23310 ac_cv_member_ns_msg__msg_ptr=no
23313 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23316 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23318 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23319 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
23320 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
23322 cat >>confdefs.h <<_ACEOF
23323 #define HAVE_NS_MSG__MSG_PTR 1
23330 { echo "$as_me:$LINENO: checking for timezone variable" >&5
23331 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
23332 if test "${ac_cv_have_timezone+set}" = set; then
23333 echo $ECHO_N "(cached) $ECHO_C" >&6
23335 cat >conftest.$ac_ext <<_ACEOF
23338 cat confdefs.h >>conftest.$ac_ext
23339 cat >>conftest.$ac_ext <<_ACEOF
23340 /* end confdefs.h. */
23350 rm -f conftest.$ac_objext conftest$ac_exeext
23351 if { (ac_try="$ac_link"
23352 case "(($ac_try" in
23353 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
23354 *) ac_try_echo
=$ac_try;;
23356 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23357 (eval "$ac_link") 2>conftest.er1
23359 grep -v '^ *+' conftest.er1
>conftest.err
23361 cat conftest.err
>&5
23362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23363 (exit $ac_status); } &&
23364 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23365 { (case "(($ac_try" in
23366 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
23367 *) ac_try_echo=$ac_try;;
23369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23370 (eval "$ac_try") 2>&5
23372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23373 (exit $ac_status); }; } &&
23374 { ac_try='test -s conftest$ac_exeext'
23375 { (case "(($ac_try" in
23376 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
23377 *) ac_try_echo
=$ac_try;;
23379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23380 (eval "$ac_try") 2>&5
23382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23383 (exit $ac_status); }; }; then
23384 ac_cv_have_timezone
="yes"
23386 echo "$as_me: failed program was:" >&5
23387 sed 's/^/| /' conftest.
$ac_ext >&5
23389 ac_cv_have_timezone
="no"
23392 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
23393 conftest
$ac_exeext conftest.
$ac_ext
23395 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23396 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
23397 if test "$ac_cv_have_timezone" = "yes"
23400 cat >>confdefs.h
<<\_ACEOF
23401 #define HAVE_TIMEZONE 1
23405 { echo "$as_me:$LINENO: checking for daylight variable" >&5
23406 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
23407 if test "${ac_cv_have_daylight+set}" = set; then
23408 echo $ECHO_N "(cached) $ECHO_C" >&6
23410 cat >conftest.
$ac_ext <<_ACEOF
23413 cat confdefs.h
>>conftest.
$ac_ext
23414 cat >>conftest.
$ac_ext <<_ACEOF
23415 /* end confdefs.h. */
23425 rm -f conftest.
$ac_objext conftest
$ac_exeext
23426 if { (ac_try
="$ac_link"
23427 case "(($ac_try" in
23428 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
23429 *) ac_try_echo=$ac_try;;
23431 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23432 (eval "$ac_link") 2>conftest.er1
23434 grep -v '^ *+' conftest.er1 >conftest.err
23436 cat conftest.err >&5
23437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23438 (exit $ac_status); } &&
23439 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23440 { (case "(($ac_try" in
23441 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
23442 *) ac_try_echo
=$ac_try;;
23444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23445 (eval "$ac_try") 2>&5
23447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23448 (exit $ac_status); }; } &&
23449 { ac_try
='test -s conftest$ac_exeext'
23450 { (case "(($ac_try" in
23451 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
23452 *) ac_try_echo=$ac_try;;
23454 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23455 (eval "$ac_try") 2>&5
23457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23458 (exit $ac_status); }; }; then
23459 ac_cv_have_daylight="yes"
23461 echo "$as_me: failed program was:" >&5
23462 sed 's/^/| /' conftest.$ac_ext >&5
23464 ac_cv_have_daylight="no"
23467 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23468 conftest$ac_exeext conftest.$ac_ext
23470 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23471 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
23472 if test "$ac_cv_have_daylight" = "yes"
23475 cat >>confdefs.h <<\_ACEOF
23476 #define HAVE_DAYLIGHT 1
23483 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23484 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
23485 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23486 echo $ECHO_N "(cached) $ECHO_C" >&6
23488 cat >conftest.$ac_ext <<_ACEOF
23491 cat confdefs.h >>conftest.$ac_ext
23492 cat >>conftest.$ac_ext <<_ACEOF
23493 /* end confdefs.h. */
23498 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23499 $EGREP "yes" >/dev/null 2>&1; then
23500 ac_cv_cpp_def___i386__=yes
23502 ac_cv_cpp_def___i386__=no
23507 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23508 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
23509 if test $ac_cv_cpp_def___i386__ = yes; then
23510 CFLAGS="$CFLAGS -D__i386__"
23511 LINTFLAGS="$LINTFLAGS -D__i386__"
23514 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23515 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
23516 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23517 echo $ECHO_N "(cached) $ECHO_C" >&6
23519 cat >conftest.$ac_ext <<_ACEOF
23522 cat confdefs.h >>conftest.$ac_ext
23523 cat >>conftest.$ac_ext <<_ACEOF
23524 /* end confdefs.h. */
23529 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23530 $EGREP "yes" >/dev/null 2>&1; then
23531 ac_cv_cpp_def___x86_64__=yes
23533 ac_cv_cpp_def___x86_64__=no
23538 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23539 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
23540 if test $ac_cv_cpp_def___x86_64__ = yes; then
23541 CFLAGS="$CFLAGS -D__x86_64__"
23542 LINTFLAGS="$LINTFLAGS -D__x86_64__"
23545 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23546 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
23547 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23548 echo $ECHO_N "(cached) $ECHO_C" >&6
23550 cat >conftest.$ac_ext <<_ACEOF
23553 cat confdefs.h >>conftest.$ac_ext
23554 cat >>conftest.$ac_ext <<_ACEOF
23555 /* end confdefs.h. */
23560 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23561 $EGREP "yes" >/dev/null 2>&1; then
23562 ac_cv_cpp_def___ALPHA__=yes
23564 ac_cv_cpp_def___ALPHA__=no
23569 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23570 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
23571 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23572 CFLAGS="$CFLAGS -D__ALPHA__"
23573 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23576 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23577 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
23578 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23579 echo $ECHO_N "(cached) $ECHO_C" >&6
23581 cat >conftest.$ac_ext <<_ACEOF
23584 cat confdefs.h >>conftest.$ac_ext
23585 cat >>conftest.$ac_ext <<_ACEOF
23586 /* end confdefs.h. */
23591 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23592 $EGREP "yes" >/dev/null 2>&1; then
23593 ac_cv_cpp_def___sparc__=yes
23595 ac_cv_cpp_def___sparc__=no
23600 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
23601 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
23602 if test $ac_cv_cpp_def___sparc__ = yes; then
23603 CFLAGS="$CFLAGS -D__sparc__"
23604 LINTFLAGS="$LINTFLAGS -D__sparc__"
23607 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
23608 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
23609 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
23610 echo $ECHO_N "(cached) $ECHO_C" >&6
23612 cat >conftest.$ac_ext <<_ACEOF
23615 cat confdefs.h >>conftest.$ac_ext
23616 cat >>conftest.$ac_ext <<_ACEOF
23617 /* end confdefs.h. */
23618 #ifndef __powerpc__
23622 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23623 $EGREP "yes" >/dev/null 2>&1; then
23624 ac_cv_cpp_def___powerpc__=yes
23626 ac_cv_cpp_def___powerpc__=no
23631 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23632 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
23633 if test $ac_cv_cpp_def___powerpc__ = yes; then
23634 CFLAGS="$CFLAGS -D__powerpc__"
23635 LINTFLAGS="$LINTFLAGS -D__powerpc__"
23640 case $host_vendor in
23641 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
23642 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
23643 if test "${ac_cv_cpp_def___sun__+set}" = set; then
23644 echo $ECHO_N "(cached) $ECHO_C" >&6
23646 cat >conftest.$ac_ext <<_ACEOF
23649 cat confdefs.h >>conftest.$ac_ext
23650 cat >>conftest.$ac_ext <<_ACEOF
23651 /* end confdefs.h. */
23656 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23657 $EGREP "yes" >/dev/null 2>&1; then
23658 ac_cv_cpp_def___sun__=yes
23660 ac_cv_cpp_def___sun__=no
23665 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
23666 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
23667 if test $ac_cv_cpp_def___sun__ = yes; then
23668 CFLAGS="$CFLAGS -D__sun__"
23669 LINTFLAGS="$LINTFLAGS -D__sun__"
23675 DEPENDENCIES="### Dependencies:
23680 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
23682 \$(ALL_OBJS): \$(IDL_H_SRCS:.idl=.h)
23683 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
23684 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
23685 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
23691 ac_config_commands="$ac_config_commands include/stamp-h"
23694 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
23696 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
23698 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
23700 ac_config_commands="$ac_config_commands dlls/user/resources"
23702 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
23704 ac_config_commands="$ac_config_commands include/wine"
23707 MAKE_RULES=Make.rules
23710 MAKE_DLL_RULES=dlls/Makedll.rules
23713 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
23716 MAKE_TEST_RULES=dlls/Maketest.rules
23719 MAKE_PROG_RULES=programs/Makeprog.rules
23722 ac_config_files="$ac_config_files Make.rules dlls/Makedll.rules dlls/Makeimplib.rules dlls/Maketest.rules programs/Makeprog.rules Makefile dlls/Makefile dlls/activeds/Makefile dlls/advapi32/Makefile dlls/advapi32/tests/Makefile dlls/advpack/Makefile dlls/advpack/tests/Makefile dlls/amstream/Makefile dlls/atl/Makefile dlls/avicap32/Makefile dlls/avifil32/Makefile dlls/cabinet/Makefile dlls/cabinet/tests/Makefile dlls/capi2032/Makefile dlls/cards/Makefile dlls/cfgmgr32/Makefile dlls/clusapi/Makefile dlls/comcat/Makefile dlls/comcat/tests/Makefile dlls/comctl32/Makefile dlls/comctl32/tests/Makefile dlls/comdlg32/Makefile dlls/comdlg32/tests/Makefile dlls/compstui/Makefile dlls/crtdll/Makefile dlls/crypt32/Makefile dlls/crypt32/tests/Makefile dlls/cryptdll/Makefile dlls/cryptnet/Makefile dlls/ctl3d32/Makefile dlls/d3d8/Makefile dlls/d3d8/tests/Makefile dlls/d3d9/Makefile dlls/d3d9/tests/Makefile dlls/d3dim/Makefile dlls/d3drm/Makefile dlls/d3dx8/Makefile dlls/d3dxof/Makefile dlls/dbghelp/Makefile dlls/dciman32/Makefile dlls/ddraw/Makefile dlls/ddraw/tests/Makefile dlls/devenum/Makefile dlls/dinput/Makefile dlls/dinput/tests/Makefile dlls/dinput8/Makefile dlls/dmband/Makefile dlls/dmcompos/Makefile dlls/dmime/Makefile dlls/dmloader/Makefile dlls/dmscript/Makefile dlls/dmstyle/Makefile dlls/dmsynth/Makefile dlls/dmusic/Makefile dlls/dmusic32/Makefile dlls/dnsapi/Makefile dlls/dnsapi/tests/Makefile dlls/dplay/Makefile dlls/dplayx/Makefile dlls/dpnet/Makefile dlls/dpnhpast/Makefile dlls/dsound/Makefile dlls/dsound/tests/Makefile dlls/dswave/Makefile dlls/dxdiagn/Makefile dlls/dxerr8/Makefile dlls/dxerr9/Makefile dlls/dxguid/Makefile dlls/gdi32/Makefile dlls/gdi32/tests/Makefile dlls/glu32/Makefile dlls/glut32/Makefile dlls/gphoto2.ds/Makefile dlls/hhctrl.ocx/Makefile dlls/hid/Makefile dlls/hlink/Makefile dlls/hlink/tests/Makefile dlls/iccvid/Makefile dlls/icmp/Makefile dlls/ifsmgr.vxd/Makefile dlls/imaadp32.acm/Makefile dlls/imagehlp/Makefile dlls/imm32/Makefile dlls/infosoft/Makefile dlls/infosoft/tests/Makefile dlls/inseng/Makefile dlls/iphlpapi/Makefile dlls/iphlpapi/tests/Makefile dlls/itss/Makefile dlls/kernel32/Makefile dlls/kernel32/tests/Makefile dlls/localspl/Makefile dlls/localspl/tests/Makefile dlls/lz32/Makefile dlls/lz32/tests/Makefile dlls/mapi32/Makefile dlls/mapi32/tests/Makefile dlls/mciavi32/Makefile dlls/mcicda/Makefile dlls/mciseq/Makefile dlls/mciwave/Makefile dlls/midimap/Makefile dlls/mlang/Makefile dlls/mlang/tests/Makefile dlls/mmdevldr.vxd/Makefile dlls/monodebg.vxd/Makefile dlls/mpr/Makefile dlls/mprapi/Makefile dlls/msacm32.drv/Makefile dlls/msacm32/Makefile dlls/msacm32/tests/Makefile dlls/msadp32.acm/Makefile dlls/mscms/Makefile dlls/mscms/tests/Makefile dlls/mscoree/Makefile dlls/msdmo/Makefile dlls/msftedit/Makefile dlls/msg711.acm/Makefile dlls/mshtml/Makefile dlls/mshtml/tests/Makefile dlls/msi/Makefile dlls/msi/tests/Makefile dlls/msimg32/Makefile dlls/msisys.ocx/Makefile dlls/msnet32/Makefile dlls/msrle32/Makefile dlls/msvcrt/Makefile dlls/msvcrt/tests/Makefile dlls/msvcrt20/Makefile dlls/msvcrt40/Makefile dlls/msvcrtd/Makefile dlls/msvcrtd/tests/Makefile dlls/msvfw32/Makefile dlls/msvidc32/Makefile dlls/mswsock/Makefile dlls/msxml3/Makefile dlls/msxml3/tests/Makefile dlls/nddeapi/Makefile dlls/netapi32/Makefile dlls/netapi32/tests/Makefile dlls/newdev/Makefile dlls/ntdll/Makefile dlls/ntdll/tests/Makefile dlls/ntdsapi/Makefile dlls/objsel/Makefile dlls/odbc32/Makefile dlls/odbccp32/Makefile dlls/ole32/Makefile dlls/ole32/tests/Makefile dlls/oleacc/Makefile dlls/oleaut32/Makefile dlls/oleaut32/tests/Makefile dlls/olecli32/Makefile dlls/oledlg/Makefile dlls/olepro32/Makefile dlls/olesvr32/Makefile dlls/opengl32/Makefile dlls/powrprof/Makefile dlls/psapi/Makefile dlls/psapi/tests/Makefile dlls/pstorec/Makefile dlls/qcap/Makefile dlls/quartz/Makefile dlls/quartz/tests/Makefile dlls/query/Makefile dlls/rasapi32/Makefile dlls/resutils/Makefile dlls/riched20/Makefile dlls/riched20/tests/Makefile dlls/riched32/Makefile dlls/rpcrt4/Makefile dlls/rpcrt4/tests/Makefile dlls/rsabase/Makefile dlls/rsabase/tests/Makefile dlls/rsaenh/Makefile dlls/rsaenh/tests/Makefile dlls/sane.ds/Makefile dlls/secur32/Makefile dlls/secur32/tests/Makefile dlls/security/Makefile dlls/sensapi/Makefile dlls/serialui/Makefile dlls/setupapi/Makefile dlls/setupapi/tests/Makefile dlls/sfc/Makefile dlls/shdocvw/Makefile dlls/shdocvw/tests/Makefile dlls/shell32/Makefile dlls/shell32/tests/Makefile dlls/shfolder/Makefile dlls/shlwapi/Makefile dlls/shlwapi/tests/Makefile dlls/snmpapi/Makefile dlls/spoolss/Makefile dlls/stdole2.tlb/Makefile dlls/stdole32.tlb/Makefile dlls/sti/Makefile dlls/strmiids/Makefile dlls/svrapi/Makefile dlls/tapi32/Makefile dlls/twain_32/Makefile dlls/unicows/Makefile dlls/url/Makefile dlls/urlmon/Makefile dlls/urlmon/tests/Makefile dlls/user/Makefile dlls/user/tests/Makefile dlls/userenv/Makefile dlls/usp10/Makefile dlls/usp10/tests/Makefile dlls/uuid/Makefile dlls/uxtheme/Makefile dlls/uxtheme/tests/Makefile dlls/vdhcp.vxd/Makefile dlls/vdmdbg/Makefile dlls/version/Makefile dlls/version/tests/Makefile dlls/vmm.vxd/Makefile dlls/vnbt.vxd/Makefile dlls/vnetbios.vxd/Makefile dlls/vtdapi.vxd/Makefile dlls/vwin32.vxd/Makefile dlls/w32skrnl/Makefile dlls/winecrt0/Makefile dlls/wined3d/Makefile dlls/winedos/Makefile dlls/winemp3.acm/Makefile dlls/wineps.drv/Makefile dlls/winequartz.drv/Makefile dlls/winex11.drv/Makefile dlls/wininet/Makefile dlls/wininet/tests/Makefile dlls/winmm/Makefile dlls/winmm/joystick/Makefile dlls/winmm/tests/Makefile dlls/winmm/winealsa/Makefile dlls/winmm/winearts/Makefile dlls/winmm/wineaudioio/Makefile dlls/winmm/winecoreaudio/Makefile dlls/winmm/wineesd/Makefile dlls/winmm/winejack/Makefile dlls/winmm/winenas/Makefile dlls/winmm/wineoss/Makefile dlls/winnls32/Makefile dlls/winspool.drv/Makefile dlls/winspool.drv/tests/Makefile dlls/wintab32/Makefile dlls/wintrust/Makefile dlls/wintrust/tests/Makefile dlls/wldap32/Makefile dlls/wnaspi32/Makefile dlls/wow32/Makefile dlls/ws2_32/Makefile dlls/ws2_32/tests/Makefile dlls/wsock32/Makefile dlls/wtsapi32/Makefile documentation/Makefile fonts/Makefile include/Makefile libs/Makefile libs/port/Makefile libs/wine/Makefile libs/wpp/Makefile loader/Makefile programs/Makefile programs/clock/Makefile programs/cmd/Makefile programs/cmdlgtst/Makefile programs/control/Makefile programs/eject/Makefile programs/expand/Makefile programs/explorer/Makefile programs/hh/Makefile programs/icinfo/Makefile programs/iexplore/Makefile programs/msiexec/Makefile programs/notepad/Makefile programs/oleview/Makefile programs/progman/Makefile programs/regedit/Makefile programs/regsvr32/Makefile programs/rpcss/Makefile programs/rundll32/Makefile programs/start/Makefile programs/taskmgr/Makefile programs/uninstaller/Makefile programs/view/Makefile programs/wineboot/Makefile programs/winebrowser/Makefile programs/winecfg/Makefile programs/wineconsole/Makefile programs/winedbg/Makefile programs/winefile/Makefile programs/winemenubuilder/Makefile programs/winemine/Makefile programs/winepath/Makefile programs/winetest/Makefile programs/winevdm/Makefile programs/winhelp/Makefile programs/winver/Makefile programs/wordpad/Makefile server/Makefile tools/Makefile tools/widl/Makefile tools/winebuild/Makefile tools/winedump/Makefile tools/winegcc/Makefile tools/wmc/Makefile tools/wrc/Makefile"
23725 cat >confcache <<\_ACEOF
23726 # This file is a shell script that caches the results of configure
23727 # tests run on this system so they can be shared between configure
23728 # scripts and configure runs, see configure's option --config-cache.
23729 # It is not useful on other systems. If it contains results you don't
23730 # want to keep, you may remove or edit it.
23732 # config.status only pays attention to the cache file if you give it
23733 # the --recheck option to rerun configure.
23735 # `ac_cv_env_foo
' variables (set or unset) will be overridden when
23736 # loading this file, other *unset* `ac_cv_foo' will be assigned the
23737 # following values.
23741 # The following way of writing the cache mishandles newlines in values,
23742 # but we know of no workaround that is simple, portable, and efficient.
23743 # So, we kill variables containing newlines.
23744 # Ultrix sh set writes to stderr and can't be redirected directly,
23745 # and sets the high bit in the cache file unless we assign to the vars.
23747 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
23748 eval ac_val
=\$
$ac_var
23752 *_cv_
*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
23753 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
23756 _ | IFS | as_nl
) ;; #(
23757 *) $as_unset $ac_var ;;
23763 case $as_nl`(ac_space=' '; set) 2>&1` in #(
23764 *${as_nl}ac_space
=\
*)
23765 # `set' does not quote correctly, so add quotes (double-quote
23766 # substitution turns \\\\ into \\, and sed turns \\ into \).
23769 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
23772 # `set' quotes correctly as required by POSIX, so do not add quotes.
23773 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
23782 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
23784 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
23786 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
23787 if test -w "$cache_file"; then
23788 test "x$cache_file" != "x/dev/null" &&
23789 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
23790 echo "$as_me: updating cache $cache_file" >&6;}
23791 cat confcache
>$cache_file
23793 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
23794 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
23799 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
23800 # Let make expand exec_prefix.
23801 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
23803 DEFS
=-DHAVE_CONFIG_H
23807 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
23808 # 1. Remove the extension, and $U if already installed.
23809 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
23810 ac_i
=`echo "$ac_i" | sed "$ac_script"`
23811 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
23812 # will be set to the directory where LIBOBJS objects are built.
23813 ac_libobjs
="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
23814 ac_ltlibobjs
="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
23816 LIBOBJS
=$ac_libobjs
23818 LTLIBOBJS
=$ac_ltlibobjs
23822 : ${CONFIG_STATUS=./config.status}
23823 ac_clean_files_save
=$ac_clean_files
23824 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
23825 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
23826 echo "$as_me: creating $CONFIG_STATUS" >&6;}
23827 cat >$CONFIG_STATUS <<_ACEOF
23829 # Generated by $as_me.
23830 # Run this file to recreate the current configuration.
23831 # Compiler output produced by configure, useful for debugging
23832 # configure, is in config.log if it exists.
23835 ac_cs_recheck=false
23837 SHELL=\${CONFIG_SHELL-$SHELL}
23840 cat >>$CONFIG_STATUS <<\_ACEOF
23841 ## --------------------- ##
23842 ## M4sh Initialization. ##
23843 ## --------------------- ##
23845 # Be Bourne compatible
23846 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
23849 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
23850 # is contrary to our usage. Disable this feature.
23851 alias -g '${1+"$@"}'='"$@"'
23852 setopt NO_GLOB_SUBST
23854 case `(set -o) 2>/dev/null` in *posix
*) set -o posix
;; esac
23856 BIN_SH
=xpg4
; export BIN_SH
# for Tru64
23857 DUALCASE
=1; export DUALCASE
# for MKS sh
23861 # Avoid depending upon Character Ranges.
23862 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
23863 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
23864 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
23865 as_cr_digits
='0123456789'
23866 as_cr_alnum
=$as_cr_Letters$as_cr_digits
23868 # The user is always right.
23869 if test "${PATH_SEPARATOR+set}" != set; then
23870 echo "#! /bin/sh" >conf$$.sh
23871 echo "exit 0" >>conf$$.sh
23873 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
23881 # Support unset when possible.
23882 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
23890 # We need space, tab and new line, in precisely that order. Quoting is
23891 # there to prevent editors from complaining about space-tab.
23892 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
23893 # splitting by setting IFS to empty value.)
23898 # Find who we are. Look in the path if we contain no directory separator.
23900 *[\\/]* ) as_myself
=$0 ;;
23901 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
23902 for as_dir
in $PATH
23905 test -z "$as_dir" && as_dir
=.
23906 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
23912 # We did not find ourselves, most probably we were run as `sh COMMAND'
23913 # in which case we are not to be found in the path.
23914 if test "x$as_myself" = x
; then
23917 if test ! -f "$as_myself"; then
23918 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
23919 { (exit 1); exit 1; }
23922 # Work around bugs in pre-3.0 UWIN ksh.
23923 for as_var
in ENV MAIL MAILPATH
23924 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
23932 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
23933 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
23934 LC_TELEPHONE LC_TIME
23936 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
23937 eval $as_var=C
; export $as_var
23939 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
23943 # Required to use basename.
23944 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
23945 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
23951 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
23952 as_basename
=basename
23958 # Name of the executable.
23959 as_me
=`$as_basename -- "$0" ||
23960 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
23961 X"$0" : 'X\(//\)$' \| \
23962 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
23964 sed '/^.*\/\([^/][^/]*\)\/*$/{
23983 as_lineno_1
=$LINENO
23984 as_lineno_2
=$LINENO
23985 test "x$as_lineno_1" != "x$as_lineno_2" &&
23986 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" ||
{
23988 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
23989 # uniformly replaced by the line number. The first 'sed' inserts a
23990 # line-number line after each line using $LINENO; the second 'sed'
23991 # does the real work. The second script uses 'N' to pair each
23992 # line-number line with the line containing $LINENO, and appends
23993 # trailing '-' during substitution so that $LINENO is not a special
23994 # case at line end.
23995 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
23996 # scripts with optimization help from Paolo Bonzini. Blame Lee
23997 # E. McMahon (1931-1989) for sed's syntax. :-)
24009 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
24012 ' >$as_me.lineno
&&
24013 chmod +x
"$as_me.lineno" ||
24014 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
24015 { (exit 1); exit 1; }; }
24017 # Don't try to exec as it changes $[0], causing all sort of problems
24018 # (the dirname of $[0] is not the place where we might find the
24019 # original and so on. Autoconf is especially sensitive to this).
24020 .
"./$as_me.lineno"
24021 # Exit status is that of the last command.
24026 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
24032 ECHO_C
= ECHO_N
= ECHO_T
=
24033 case `echo -n x` in
24035 case `echo 'x\c'` in
24036 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
24043 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
24044 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
24050 rm -f conf$$ conf$$.exe conf$$.
file
24051 if test -d conf$$.dir
; then
24052 rm -f conf$$.dir
/conf$$.
file
24058 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
24060 # ... but there are two gotchas:
24061 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
24062 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
24063 # In both cases, we have to default to `cp -p'.
24064 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
24066 elif ln conf$$.
file conf$$
2>/dev
/null
; then
24071 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
24072 rmdir conf$$.dir
2>/dev
/null
24074 if mkdir
-p .
2>/dev
/null
; then
24077 test -d .
/-p && rmdir .
/-p
24081 # Find out whether ``test -x'' works. Don't use a zero-byte file, as
24082 # systems may use methods other than mode bits to determine executability.
24083 cat >conf$$.
file <<_ASEOF
24087 chmod +x conf$$.
file
24088 if test -x conf$$.
file >/dev
/null
2>&1; then
24089 as_executable_p
="test -x"
24095 # Sed expression to map a string onto a valid CPP name.
24096 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
24098 # Sed expression to map a string onto a valid variable name.
24099 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
24104 # Save the log message, to keep $[0] and so on meaningful, and to
24105 # report actual input values of CONFIG_FILES etc. instead of their
24106 # values after options handling.
24108 This file was extended by Wine $as_me 0.9.24, which was
24109 generated by GNU Autoconf 2.60a. Invocation command line was
24111 CONFIG_FILES = $CONFIG_FILES
24112 CONFIG_HEADERS = $CONFIG_HEADERS
24113 CONFIG_LINKS = $CONFIG_LINKS
24114 CONFIG_COMMANDS = $CONFIG_COMMANDS
24117 on `(hostname || uname -n) 2>/dev/null | sed 1q`
24122 cat >>$CONFIG_STATUS <<_ACEOF
24123 # Files that config.status was made for.
24124 config_files="$ac_config_files"
24125 config_headers="$ac_config_headers"
24126 config_commands="$ac_config_commands"
24130 cat >>$CONFIG_STATUS <<\_ACEOF
24132 \`$as_me' instantiates files from templates according to the
24133 current configuration.
24135 Usage: $0 [OPTIONS] [FILE]...
24137 -h, --help print this help, then exit
24138 -V, --version print version number and configuration settings, then exit
24139 -q, --quiet do not print progress messages
24140 -d, --debug don't remove temporary files
24141 --recheck update $as_me by reconfiguring in the same conditions
24142 --file=FILE[:TEMPLATE]
24143 instantiate the configuration file FILE
24144 --header=FILE[:TEMPLATE]
24145 instantiate the configuration header FILE
24147 Configuration files:
24150 Configuration headers:
24153 Configuration commands:
24156 Report bugs to <bug-autoconf@gnu.org>."
24159 cat >>$CONFIG_STATUS <<_ACEOF
24161 Wine config.status 0.9.24
24162 configured by $0, generated by GNU Autoconf 2.60a,
24163 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
24165 Copyright (C) 2006 Free Software Foundation, Inc.
24166 This config.status script is free software; the Free Software Foundation
24167 gives unlimited permission to copy, distribute and modify it."
24174 cat >>$CONFIG_STATUS <<\_ACEOF
24175 # If no file are specified by the user, then we need to provide default
24176 # value. By we need to know if files were specified by the user.
24182 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
24183 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
24194 # Handling of the options.
24195 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
24197 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
24198 echo "$ac_cs_version"; exit ;;
24199 --debug |
--debu |
--deb |
--de |
--d |
-d )
24201 --file |
--fil |
--fi |
--f )
24203 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
24204 ac_need_defaults
=false
;;
24205 --header |
--heade |
--head |
--hea )
24207 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
24208 ac_need_defaults
=false
;;
24210 # Conflict between --help and --header
24211 { echo "$as_me: error: ambiguous option: $1
24212 Try \`$0 --help' for more information." >&2
24213 { (exit 1); exit 1; }; };;
24214 --help |
--hel |
-h )
24215 echo "$ac_cs_usage"; exit ;;
24216 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
24217 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
24220 # This is an error.
24221 -*) { echo "$as_me: error: unrecognized option: $1
24222 Try \`$0 --help' for more information." >&2
24223 { (exit 1); exit 1; }; } ;;
24225 *) ac_config_targets
="$ac_config_targets $1"
24226 ac_need_defaults
=false
;;
24232 ac_configure_extra_args
=
24234 if $ac_cs_silent; then
24236 ac_configure_extra_args
="$ac_configure_extra_args --silent"
24240 cat >>$CONFIG_STATUS <<_ACEOF
24241 if \$ac_cs_recheck; then
24242 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
24243 CONFIG_SHELL=$SHELL
24244 export CONFIG_SHELL
24245 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
24249 cat >>$CONFIG_STATUS <<\_ACEOF
24253 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
24254 ## Running $as_me. ##
24260 cat >>$CONFIG_STATUS <<_ACEOF
24263 cat >>$CONFIG_STATUS <<\_ACEOF
24265 # Handling of arguments.
24266 for ac_config_target
in $ac_config_targets
24268 case $ac_config_target in
24269 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
24270 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
24271 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
24272 "dlls/gdi32/mfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
24273 "dlls/kernel32/nls") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
24274 "dlls/user/resources") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/user/resources" ;;
24275 "dlls/wineps.drv/data") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
24276 "include/wine") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/wine" ;;
24277 "Make.rules") CONFIG_FILES
="$CONFIG_FILES Make.rules" ;;
24278 "dlls/Makedll.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makedll.rules" ;;
24279 "dlls/Makeimplib.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makeimplib.rules" ;;
24280 "dlls/Maketest.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Maketest.rules" ;;
24281 "programs/Makeprog.rules") CONFIG_FILES
="$CONFIG_FILES programs/Makeprog.rules" ;;
24282 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
24283 "dlls/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/Makefile" ;;
24284 "dlls/activeds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/activeds/Makefile" ;;
24285 "dlls/advapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/Makefile" ;;
24286 "dlls/advapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
24287 "dlls/advpack/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/Makefile" ;;
24288 "dlls/advpack/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
24289 "dlls/amstream/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/amstream/Makefile" ;;
24290 "dlls/atl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/atl/Makefile" ;;
24291 "dlls/avicap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avicap32/Makefile" ;;
24292 "dlls/avifil32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avifil32/Makefile" ;;
24293 "dlls/cabinet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/Makefile" ;;
24294 "dlls/cabinet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
24295 "dlls/capi2032/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/capi2032/Makefile" ;;
24296 "dlls/cards/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cards/Makefile" ;;
24297 "dlls/cfgmgr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
24298 "dlls/clusapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/clusapi/Makefile" ;;
24299 "dlls/comcat/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/Makefile" ;;
24300 "dlls/comcat/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
24301 "dlls/comctl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/Makefile" ;;
24302 "dlls/comctl32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
24303 "dlls/comdlg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
24304 "dlls/comdlg32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
24305 "dlls/compstui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/compstui/Makefile" ;;
24306 "dlls/crtdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crtdll/Makefile" ;;
24307 "dlls/crypt32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/Makefile" ;;
24308 "dlls/crypt32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
24309 "dlls/cryptdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
24310 "dlls/cryptnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
24311 "dlls/ctl3d32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
24312 "dlls/d3d8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/Makefile" ;;
24313 "dlls/d3d8/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
24314 "dlls/d3d9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/Makefile" ;;
24315 "dlls/d3d9/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
24316 "dlls/d3dim/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dim/Makefile" ;;
24317 "dlls/d3drm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3drm/Makefile" ;;
24318 "dlls/d3dx8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
24319 "dlls/d3dxof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
24320 "dlls/dbghelp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
24321 "dlls/dciman32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dciman32/Makefile" ;;
24322 "dlls/ddraw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/Makefile" ;;
24323 "dlls/ddraw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
24324 "dlls/devenum/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/devenum/Makefile" ;;
24325 "dlls/dinput/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/Makefile" ;;
24326 "dlls/dinput/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
24327 "dlls/dinput8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput8/Makefile" ;;
24328 "dlls/dmband/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmband/Makefile" ;;
24329 "dlls/dmcompos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
24330 "dlls/dmime/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmime/Makefile" ;;
24331 "dlls/dmloader/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmloader/Makefile" ;;
24332 "dlls/dmscript/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmscript/Makefile" ;;
24333 "dlls/dmstyle/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
24334 "dlls/dmsynth/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
24335 "dlls/dmusic/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic/Makefile" ;;
24336 "dlls/dmusic32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
24337 "dlls/dnsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
24338 "dlls/dnsapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
24339 "dlls/dplay/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplay/Makefile" ;;
24340 "dlls/dplayx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/Makefile" ;;
24341 "dlls/dpnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnet/Makefile" ;;
24342 "dlls/dpnhpast/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
24343 "dlls/dsound/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/Makefile" ;;
24344 "dlls/dsound/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
24345 "dlls/dswave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dswave/Makefile" ;;
24346 "dlls/dxdiagn/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
24347 "dlls/dxerr8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
24348 "dlls/dxerr9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
24349 "dlls/dxguid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxguid/Makefile" ;;
24350 "dlls/gdi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/Makefile" ;;
24351 "dlls/gdi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
24352 "dlls/glu32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/glu32/Makefile" ;;
24353 "dlls/glut32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/glut32/Makefile" ;;
24354 "dlls/gphoto2.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
24355 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
24356 "dlls/hid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hid/Makefile" ;;
24357 "dlls/hlink/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/Makefile" ;;
24358 "dlls/hlink/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
24359 "dlls/iccvid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iccvid/Makefile" ;;
24360 "dlls/icmp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/icmp/Makefile" ;;
24361 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
24362 "dlls/imaadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
24363 "dlls/imagehlp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
24364 "dlls/imm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imm32/Makefile" ;;
24365 "dlls/infosoft/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/Makefile" ;;
24366 "dlls/infosoft/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
24367 "dlls/inseng/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inseng/Makefile" ;;
24368 "dlls/iphlpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
24369 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
24370 "dlls/itss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itss/Makefile" ;;
24371 "dlls/kernel32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/Makefile" ;;
24372 "dlls/kernel32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
24373 "dlls/localspl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/Makefile" ;;
24374 "dlls/localspl/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
24375 "dlls/lz32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/Makefile" ;;
24376 "dlls/lz32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
24377 "dlls/mapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/Makefile" ;;
24378 "dlls/mapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
24379 "dlls/mciavi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
24380 "dlls/mcicda/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mcicda/Makefile" ;;
24381 "dlls/mciseq/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciseq/Makefile" ;;
24382 "dlls/mciwave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciwave/Makefile" ;;
24383 "dlls/midimap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/midimap/Makefile" ;;
24384 "dlls/mlang/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/Makefile" ;;
24385 "dlls/mlang/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
24386 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
24387 "dlls/monodebg.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
24388 "dlls/mpr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mpr/Makefile" ;;
24389 "dlls/mprapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mprapi/Makefile" ;;
24390 "dlls/msacm32.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
24391 "dlls/msacm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/Makefile" ;;
24392 "dlls/msacm32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
24393 "dlls/msadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
24394 "dlls/mscms/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/Makefile" ;;
24395 "dlls/mscms/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
24396 "dlls/mscoree/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscoree/Makefile" ;;
24397 "dlls/msdmo/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msdmo/Makefile" ;;
24398 "dlls/msftedit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msftedit/Makefile" ;;
24399 "dlls/msg711.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
24400 "dlls/mshtml/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/Makefile" ;;
24401 "dlls/mshtml/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
24402 "dlls/msi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/Makefile" ;;
24403 "dlls/msi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
24404 "dlls/msimg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msimg32/Makefile" ;;
24405 "dlls/msisys.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
24406 "dlls/msnet32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msnet32/Makefile" ;;
24407 "dlls/msrle32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msrle32/Makefile" ;;
24408 "dlls/msvcrt/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
24409 "dlls/msvcrt/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
24410 "dlls/msvcrt20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
24411 "dlls/msvcrt40/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
24412 "dlls/msvcrtd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
24413 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
24414 "dlls/msvfw32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
24415 "dlls/msvidc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
24416 "dlls/mswsock/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mswsock/Makefile" ;;
24417 "dlls/msxml3/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/Makefile" ;;
24418 "dlls/msxml3/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
24419 "dlls/nddeapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
24420 "dlls/netapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/Makefile" ;;
24421 "dlls/netapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
24422 "dlls/newdev/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/newdev/Makefile" ;;
24423 "dlls/ntdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/Makefile" ;;
24424 "dlls/ntdll/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
24425 "dlls/ntdsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
24426 "dlls/objsel/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/objsel/Makefile" ;;
24427 "dlls/odbc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbc32/Makefile" ;;
24428 "dlls/odbccp32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
24429 "dlls/ole32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/Makefile" ;;
24430 "dlls/ole32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
24431 "dlls/oleacc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleacc/Makefile" ;;
24432 "dlls/oleaut32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
24433 "dlls/oleaut32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
24434 "dlls/olecli32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olecli32/Makefile" ;;
24435 "dlls/oledlg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oledlg/Makefile" ;;
24436 "dlls/olepro32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olepro32/Makefile" ;;
24437 "dlls/olesvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
24438 "dlls/opengl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/opengl32/Makefile" ;;
24439 "dlls/powrprof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/powrprof/Makefile" ;;
24440 "dlls/psapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/Makefile" ;;
24441 "dlls/psapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
24442 "dlls/pstorec/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pstorec/Makefile" ;;
24443 "dlls/qcap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qcap/Makefile" ;;
24444 "dlls/quartz/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/Makefile" ;;
24445 "dlls/quartz/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
24446 "dlls/query/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/query/Makefile" ;;
24447 "dlls/rasapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
24448 "dlls/resutils/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/resutils/Makefile" ;;
24449 "dlls/riched20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/Makefile" ;;
24450 "dlls/riched20/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
24451 "dlls/riched32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched32/Makefile" ;;
24452 "dlls/rpcrt4/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
24453 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
24454 "dlls/rsabase/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsabase/Makefile" ;;
24455 "dlls/rsabase/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsabase/tests/Makefile" ;;
24456 "dlls/rsaenh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
24457 "dlls/rsaenh/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
24458 "dlls/sane.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
24459 "dlls/secur32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/Makefile" ;;
24460 "dlls/secur32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
24461 "dlls/security/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/security/Makefile" ;;
24462 "dlls/sensapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sensapi/Makefile" ;;
24463 "dlls/serialui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/serialui/Makefile" ;;
24464 "dlls/setupapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/Makefile" ;;
24465 "dlls/setupapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
24466 "dlls/sfc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sfc/Makefile" ;;
24467 "dlls/shdocvw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
24468 "dlls/shdocvw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
24469 "dlls/shell32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/Makefile" ;;
24470 "dlls/shell32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
24471 "dlls/shfolder/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shfolder/Makefile" ;;
24472 "dlls/shlwapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
24473 "dlls/shlwapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
24474 "dlls/snmpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
24475 "dlls/spoolss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/spoolss/Makefile" ;;
24476 "dlls/stdole2.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
24477 "dlls/stdole32.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
24478 "dlls/sti/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sti/Makefile" ;;
24479 "dlls/strmiids/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/strmiids/Makefile" ;;
24480 "dlls/svrapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/svrapi/Makefile" ;;
24481 "dlls/tapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/tapi32/Makefile" ;;
24482 "dlls/twain_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/twain_32/Makefile" ;;
24483 "dlls/unicows/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/unicows/Makefile" ;;
24484 "dlls/url/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/url/Makefile" ;;
24485 "dlls/urlmon/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/Makefile" ;;
24486 "dlls/urlmon/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
24487 "dlls/user/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user/Makefile" ;;
24488 "dlls/user/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user/tests/Makefile" ;;
24489 "dlls/userenv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/userenv/Makefile" ;;
24490 "dlls/usp10/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/Makefile" ;;
24491 "dlls/usp10/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
24492 "dlls/uuid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uuid/Makefile" ;;
24493 "dlls/uxtheme/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
24494 "dlls/uxtheme/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
24495 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
24496 "dlls/vdmdbg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
24497 "dlls/version/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/Makefile" ;;
24498 "dlls/version/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/tests/Makefile" ;;
24499 "dlls/vmm.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
24500 "dlls/vnbt.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
24501 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
24502 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
24503 "dlls/vwin32.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
24504 "dlls/w32skrnl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
24505 "dlls/winecrt0/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
24506 "dlls/wined3d/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wined3d/Makefile" ;;
24507 "dlls/winedos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winedos/Makefile" ;;
24508 "dlls/winemp3.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
24509 "dlls/wineps.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
24510 "dlls/winequartz.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
24511 "dlls/winex11.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
24512 "dlls/wininet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/Makefile" ;;
24513 "dlls/wininet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
24514 "dlls/winmm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/Makefile" ;;
24515 "dlls/winmm/joystick/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/joystick/Makefile" ;;
24516 "dlls/winmm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
24517 "dlls/winmm/winealsa/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/winealsa/Makefile" ;;
24518 "dlls/winmm/winearts/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/winearts/Makefile" ;;
24519 "dlls/winmm/wineaudioio/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/wineaudioio/Makefile" ;;
24520 "dlls/winmm/winecoreaudio/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/winecoreaudio/Makefile" ;;
24521 "dlls/winmm/wineesd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/wineesd/Makefile" ;;
24522 "dlls/winmm/winejack/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/winejack/Makefile" ;;
24523 "dlls/winmm/winenas/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/winenas/Makefile" ;;
24524 "dlls/winmm/wineoss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/wineoss/Makefile" ;;
24525 "dlls/winnls32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winnls32/Makefile" ;;
24526 "dlls/winspool.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
24527 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
24528 "dlls/wintab32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintab32/Makefile" ;;
24529 "dlls/wintrust/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/Makefile" ;;
24530 "dlls/wintrust/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
24531 "dlls/wldap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wldap32/Makefile" ;;
24532 "dlls/wnaspi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
24533 "dlls/wow32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wow32/Makefile" ;;
24534 "dlls/ws2_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
24535 "dlls/ws2_32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
24536 "dlls/wsock32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wsock32/Makefile" ;;
24537 "dlls/wtsapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
24538 "documentation/Makefile") CONFIG_FILES
="$CONFIG_FILES documentation/Makefile" ;;
24539 "fonts/Makefile") CONFIG_FILES
="$CONFIG_FILES fonts/Makefile" ;;
24540 "include/Makefile") CONFIG_FILES
="$CONFIG_FILES include/Makefile" ;;
24541 "libs/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/Makefile" ;;
24542 "libs/port/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/port/Makefile" ;;
24543 "libs/wine/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wine/Makefile" ;;
24544 "libs/wpp/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wpp/Makefile" ;;
24545 "loader/Makefile") CONFIG_FILES
="$CONFIG_FILES loader/Makefile" ;;
24546 "programs/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/Makefile" ;;
24547 "programs/clock/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/clock/Makefile" ;;
24548 "programs/cmd/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmd/Makefile" ;;
24549 "programs/cmdlgtst/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
24550 "programs/control/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/control/Makefile" ;;
24551 "programs/eject/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/eject/Makefile" ;;
24552 "programs/expand/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/expand/Makefile" ;;
24553 "programs/explorer/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/explorer/Makefile" ;;
24554 "programs/hh/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/hh/Makefile" ;;
24555 "programs/icinfo/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/icinfo/Makefile" ;;
24556 "programs/iexplore/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/iexplore/Makefile" ;;
24557 "programs/msiexec/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/msiexec/Makefile" ;;
24558 "programs/notepad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/notepad/Makefile" ;;
24559 "programs/oleview/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/oleview/Makefile" ;;
24560 "programs/progman/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/progman/Makefile" ;;
24561 "programs/regedit/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regedit/Makefile" ;;
24562 "programs/regsvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regsvr32/Makefile" ;;
24563 "programs/rpcss/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rpcss/Makefile" ;;
24564 "programs/rundll32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rundll32/Makefile" ;;
24565 "programs/start/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/start/Makefile" ;;
24566 "programs/taskmgr/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/taskmgr/Makefile" ;;
24567 "programs/uninstaller/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/uninstaller/Makefile" ;;
24568 "programs/view/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/view/Makefile" ;;
24569 "programs/wineboot/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineboot/Makefile" ;;
24570 "programs/winebrowser/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winebrowser/Makefile" ;;
24571 "programs/winecfg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winecfg/Makefile" ;;
24572 "programs/wineconsole/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineconsole/Makefile" ;;
24573 "programs/winedbg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winedbg/Makefile" ;;
24574 "programs/winefile/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winefile/Makefile" ;;
24575 "programs/winemenubuilder/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
24576 "programs/winemine/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemine/Makefile" ;;
24577 "programs/winepath/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winepath/Makefile" ;;
24578 "programs/winetest/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winetest/Makefile" ;;
24579 "programs/winevdm/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winevdm/Makefile" ;;
24580 "programs/winhelp/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winhelp/Makefile" ;;
24581 "programs/winver/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winver/Makefile" ;;
24582 "programs/wordpad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wordpad/Makefile" ;;
24583 "server/Makefile") CONFIG_FILES
="$CONFIG_FILES server/Makefile" ;;
24584 "tools/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/Makefile" ;;
24585 "tools/widl/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/widl/Makefile" ;;
24586 "tools/winebuild/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winebuild/Makefile" ;;
24587 "tools/winedump/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winedump/Makefile" ;;
24588 "tools/winegcc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winegcc/Makefile" ;;
24589 "tools/wmc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wmc/Makefile" ;;
24590 "tools/wrc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wrc/Makefile" ;;
24592 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
24593 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
24594 { (exit 1); exit 1; }; };;
24599 # If the user did not use the arguments to specify the items to instantiate,
24600 # then the envvar interface is used. Set only those that are not.
24601 # We use the long form for the default assignment because of an extremely
24602 # bizarre bug on SunOS 4.1.3.
24603 if $ac_need_defaults; then
24604 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
24605 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
24606 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
24609 # Have a temporary directory for convenience. Make it in the build tree
24610 # simply because there is no reason against having it here, and in addition,
24611 # creating and moving files from /tmp can sometimes cause problems.
24612 # Hook for its removal unless debugging.
24613 # Note that there is a small window in which the directory will not be cleaned:
24614 # after its creation but before its name has been assigned to `$tmp'.
24618 trap 'exit_status=$?
24619 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
24621 trap '{ (exit 1); exit 1; }' 1 2 13 15
24623 # Create a (secure) tmp directory for tmp files.
24626 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
24627 test -n "$tmp" && test -d "$tmp"
24630 tmp
=.
/conf$$
-$RANDOM
24631 (umask 077 && mkdir
"$tmp")
24634 echo "$me: cannot create a temporary directory in ." >&2
24635 { (exit 1); exit 1; }
24639 # Set up the sed scripts for CONFIG_FILES section.
24642 # No need to generate the scripts if there are no CONFIG_FILES.
24643 # This happens for instance when ./config.status config.h
24644 if test -n "$CONFIG_FILES"; then
24648 # Create sed commands to just substitute file output variables.
24650 # Remaining file output variables are in a fragment that also has non-file
24656 for ac_last_try
in false false false false false
:; do
24657 cat >conf$
$subs.
sed <<_ACEOF
24658 SHELL!$SHELL$ac_delim
24659 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
24660 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
24661 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
24662 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
24663 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
24664 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
24665 exec_prefix!$exec_prefix$ac_delim
24666 prefix!$prefix$ac_delim
24667 program_transform_name!$program_transform_name$ac_delim
24668 bindir!$bindir$ac_delim
24669 sbindir!$sbindir$ac_delim
24670 libexecdir!$libexecdir$ac_delim
24671 datarootdir!$datarootdir$ac_delim
24672 datadir!$datadir$ac_delim
24673 sysconfdir!$sysconfdir$ac_delim
24674 sharedstatedir!$sharedstatedir$ac_delim
24675 localstatedir!$localstatedir$ac_delim
24676 includedir!$includedir$ac_delim
24677 oldincludedir!$oldincludedir$ac_delim
24678 docdir!$docdir$ac_delim
24679 infodir!$infodir$ac_delim
24680 htmldir!$htmldir$ac_delim
24681 dvidir!$dvidir$ac_delim
24682 pdfdir!$pdfdir$ac_delim
24683 psdir!$psdir$ac_delim
24684 libdir!$libdir$ac_delim
24685 localedir!$localedir$ac_delim
24686 mandir!$mandir$ac_delim
24687 DEFS!$DEFS$ac_delim
24688 ECHO_C!$ECHO_C$ac_delim
24689 ECHO_N!$ECHO_N$ac_delim
24690 ECHO_T!$ECHO_T$ac_delim
24691 LIBS!$LIBS$ac_delim
24692 build_alias!$build_alias$ac_delim
24693 host_alias!$host_alias$ac_delim
24694 target_alias!$target_alias$ac_delim
24695 build!$build$ac_delim
24696 build_cpu!$build_cpu$ac_delim
24697 build_vendor!$build_vendor$ac_delim
24698 build_os!$build_os$ac_delim
24699 host!$host$ac_delim
24700 host_cpu!$host_cpu$ac_delim
24701 host_vendor!$host_vendor$ac_delim
24702 host_os!$host_os$ac_delim
24703 WIN16_FILES!$WIN16_FILES$ac_delim
24704 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
24705 SET_MAKE!$SET_MAKE$ac_delim
24707 CFLAGS!$CFLAGS$ac_delim
24708 LDFLAGS!$LDFLAGS$ac_delim
24709 CPPFLAGS!$CPPFLAGS$ac_delim
24710 ac_ct_CC!$ac_ct_CC$ac_delim
24711 EXEEXT!$EXEEXT$ac_delim
24712 OBJEXT!$OBJEXT$ac_delim
24714 CXXFLAGS!$CXXFLAGS$ac_delim
24715 ac_ct_CXX!$ac_ct_CXX$ac_delim
24716 CPPBIN!$CPPBIN$ac_delim
24717 TOOLSDIR!$TOOLSDIR$ac_delim
24718 XMKMF!$XMKMF$ac_delim
24720 X_CFLAGS!$X_CFLAGS$ac_delim
24721 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
24722 X_LIBS!$X_LIBS$ac_delim
24723 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
24725 LEX_OUTPUT_ROOT!$LEX_OUTPUT_ROOT$ac_delim
24726 LEXLIB!$LEXLIB$ac_delim
24727 XLEX!$XLEX$ac_delim
24728 BISON!$BISON$ac_delim
24730 ac_ct_AS!$ac_ct_AS$ac_delim
24733 RANLIB!$RANLIB$ac_delim
24734 STRIP!$STRIP$ac_delim
24735 WINDRES!$WINDRES$ac_delim
24736 LN_S!$LN_S$ac_delim
24738 GREP!$GREP$ac_delim
24739 EGREP!$EGREP$ac_delim
24742 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
24744 elif $ac_last_try; then
24745 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
24746 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
24747 { (exit 1); exit 1; }; }
24749 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
24753 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
24754 if test -n "$ac_eof"; then
24755 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
24756 ac_eof
=`expr $ac_eof + 1`
24759 cat >>$CONFIG_STATUS <<_ACEOF
24760 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
24761 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
24762 /^[ ]*@MAKE_RULES@[ ]*$/{
24766 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
24770 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
24771 r $MAKE_IMPLIB_RULES
24774 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
24778 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
24784 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
24785 s/^/s,@/; s/!/@,|#_!!_#|/
24788 s/'"$ac_delim"'$/,g/; t
24790 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
24791 ' >>$CONFIG_STATUS <conf$
$subs.
sed
24792 rm -f conf$
$subs.
sed
24793 cat >>$CONFIG_STATUS <<_ACEOF
24799 for ac_last_try
in false false false false false
:; do
24800 cat >conf$
$subs.
sed <<_ACEOF
24801 LDCONFIG!$LDCONFIG$ac_delim
24802 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
24803 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
24804 INSTALL_DATA!$INSTALL_DATA$ac_delim
24805 LINT!$LINT$ac_delim
24806 LINTFLAGS!$LINTFLAGS$ac_delim
24807 FONTFORGE!$FONTFORGE$ac_delim
24808 PKG_CONFIG!$PKG_CONFIG$ac_delim
24809 PRELINK!$PRELINK$ac_delim
24810 LIBPTHREAD!$LIBPTHREAD$ac_delim
24811 XLIB!$XLIB$ac_delim
24812 XFILES!$XFILES$ac_delim
24813 OPENGLFILES!$OPENGLFILES$ac_delim
24814 GLU32FILES!$GLU32FILES$ac_delim
24815 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
24816 QUARTZFILES!$QUARTZFILES$ac_delim
24817 GLUT_LIBS!$GLUT_LIBS$ac_delim
24818 GLUT32FILES!$GLUT32FILES$ac_delim
24819 NASLIBS!$NASLIBS$ac_delim
24820 XML2LIBS!$XML2LIBS$ac_delim
24821 XML2INCL!$XML2INCL$ac_delim
24822 XSLTLIBS!$XSLTLIBS$ac_delim
24823 XSLTINCL!$XSLTINCL$ac_delim
24824 HALINCL!$HALINCL$ac_delim
24825 CURSESLIBS!$CURSESLIBS$ac_delim
24826 sane_devel!$sane_devel$ac_delim
24827 SANELIBS!$SANELIBS$ac_delim
24828 SANEINCL!$SANEINCL$ac_delim
24829 gphoto2_devel!$gphoto2_devel$ac_delim
24830 gphoto2port_devel!$gphoto2port_devel$ac_delim
24831 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
24832 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
24833 ICULIBS!$ICULIBS$ac_delim
24834 RESOLVLIBS!$RESOLVLIBS$ac_delim
24835 LCMSLIBS!$LCMSLIBS$ac_delim
24836 LDAPLIBS!$LDAPLIBS$ac_delim
24837 FREETYPELIBS!$FREETYPELIBS$ac_delim
24838 FREETYPEINCL!$FREETYPEINCL$ac_delim
24839 ft_devel!$ft_devel$ac_delim
24840 ft_devel2!$ft_devel2$ac_delim
24841 FONTSSUBDIRS!$FONTSSUBDIRS$ac_delim
24842 ARTSCCONFIG!$ARTSCCONFIG$ac_delim
24843 ARTSLIBS!$ARTSLIBS$ac_delim
24844 ARTSINCL!$ARTSINCL$ac_delim
24845 ESDCONFIG!$ESDCONFIG$ac_delim
24846 ESDLIBS!$ESDLIBS$ac_delim
24847 ESDINCL!$ESDINCL$ac_delim
24848 ALSALIBS!$ALSALIBS$ac_delim
24849 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
24850 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
24851 BUILTINFLAG!$BUILTINFLAG$ac_delim
24852 DLLEXT!$DLLEXT$ac_delim
24853 DLLFLAGS!$DLLFLAGS$ac_delim
24854 LDSHARED!$LDSHARED$ac_delim
24855 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
24856 LIBEXT!$LIBEXT$ac_delim
24857 IMPLIBEXT!$IMPLIBEXT$ac_delim
24858 LIBWINE_LDFLAGS!$LIBWINE_LDFLAGS$ac_delim
24859 DLLTOOL!$DLLTOOL$ac_delim
24860 DLLWRAP!$DLLWRAP$ac_delim
24861 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
24862 IOKITLIB!$IOKITLIB$ac_delim
24863 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
24864 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
24865 COREAUDIO!$COREAUDIO$ac_delim
24866 CROSSTEST!$CROSSTEST$ac_delim
24867 CROSSCC!$CROSSCC$ac_delim
24868 CROSSWINDRES!$CROSSWINDRES$ac_delim
24869 LDPATH!$LDPATH$ac_delim
24870 CRTLIBS!$CRTLIBS$ac_delim
24871 SOCKETLIBS!$SOCKETLIBS$ac_delim
24872 MAIN_BINARY!$MAIN_BINARY$ac_delim
24873 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
24875 LIBDL!$LIBDL$ac_delim
24876 LIBPOLL!$LIBPOLL$ac_delim
24877 DEPENDENCIES!$DEPENDENCIES$ac_delim
24878 LIBOBJS!$LIBOBJS$ac_delim
24879 LTLIBOBJS!$LTLIBOBJS$ac_delim
24882 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 79; then
24884 elif $ac_last_try; then
24885 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
24886 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
24887 { (exit 1); exit 1; }; }
24889 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
24893 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
24894 if test -n "$ac_eof"; then
24895 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
24896 ac_eof
=`expr $ac_eof + 1`
24899 cat >>$CONFIG_STATUS <<_ACEOF
24900 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
24901 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
24904 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
24905 s/^/s,@/; s/!/@,|#_!!_#|/
24908 s/'"$ac_delim"'$/,g/; t
24910 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
24911 ' >>$CONFIG_STATUS <conf$
$subs.
sed
24912 rm -f conf$
$subs.
sed
24913 cat >>$CONFIG_STATUS <<_ACEOF
24920 # VPATH may cause trouble with some makes, so we remove $(srcdir),
24921 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
24922 # trailing colons and then remove the whole line if VPATH becomes empty
24923 # (actually we leave an empty line to preserve line numbers).
24924 if test "x$srcdir" = x.
; then
24925 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
24926 s/:*\$(srcdir):*/:/
24927 s/:*\${srcdir}:*/:/
24929 s/^\([^=]*=[ ]*\):*/\1/
24935 cat >>$CONFIG_STATUS <<\_ACEOF
24936 fi # test -n "$CONFIG_FILES"
24939 for ac_tag
in :F
$CONFIG_FILES :H
$CONFIG_HEADERS :C
$CONFIG_COMMANDS
24942 :[FHLC
]) ac_mode
=$ac_tag; continue;;
24944 case $ac_mode$ac_tag in
24946 :L
* |
:C
*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
24947 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
24948 { (exit 1); exit 1; }; };;
24949 :[FH
]-) ac_tag
=-:-;;
24950 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
24967 -) ac_f
="$tmp/stdin";;
24968 *) # Look for the file first in the build tree, then in the source tree
24969 # (if the path is not absolute). The absolute path cannot be DOS-style,
24970 # because $ac_f cannot contain `:'.
24974 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
24976 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
24977 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
24978 { (exit 1); exit 1; }; };;
24980 ac_file_inputs
="$ac_file_inputs $ac_f"
24983 # Let's still pretend it is `configure' which instantiates (i.e., don't
24984 # use $as_me), people would be surprised to read:
24985 # /* config.h. Generated by config.status. */
24986 configure_input
="Generated from "`IFS=:
24987 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
24988 if test x
"$ac_file" != x-
; then
24989 configure_input
="$ac_file. $configure_input"
24990 { echo "$as_me:$LINENO: creating $ac_file" >&5
24991 echo "$as_me: creating $ac_file" >&6;}
24995 *:-:* |
*:-) cat >"$tmp/stdin";;
25000 ac_dir
=`$as_dirname -- "$ac_file" ||
25001 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25002 X"$ac_file" : 'X\(//\)[^/]' \| \
25003 X"$ac_file" : 'X\(//\)$' \| \
25004 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
25006 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
25010 /^X\(\/\/\)[^/].*/{
25025 -*) as_dir
=.
/$as_dir;;
25027 test -d "$as_dir" ||
{ $as_mkdir_p && mkdir
-p "$as_dir"; } ||
{
25031 *\'*) as_qdir
=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
25032 *) as_qdir
=$as_dir;;
25034 as_dirs
="'$as_qdir' $as_dirs"
25035 as_dir
=`$as_dirname -- "$as_dir" ||
25036 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25037 X"$as_dir" : 'X\(//\)[^/]' \| \
25038 X"$as_dir" : 'X\(//\)$' \| \
25039 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
25041 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
25045 /^X\(\/\/\)[^/].*/{
25058 test -d "$as_dir" && break
25060 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
25061 } ||
test -d "$as_dir" ||
{ { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
25062 echo "$as_me: error: cannot create directory $as_dir" >&2;}
25063 { (exit 1); exit 1; }; }; }
25067 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
25069 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
25070 # A ".." for each directory in $ac_dir_suffix.
25071 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
25072 case $ac_top_builddir_sub in
25073 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
25074 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
25077 ac_abs_top_builddir
=$ac_pwd
25078 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
25079 # for backward compatibility:
25080 ac_top_builddir
=$ac_top_build_prefix
25083 .
) # We are building in place.
25085 ac_top_srcdir
=$ac_top_builddir_sub
25086 ac_abs_top_srcdir
=$ac_pwd ;;
25087 [\\/]* | ?
:[\\/]* ) # Absolute name.
25088 ac_srcdir
=$srcdir$ac_dir_suffix;
25089 ac_top_srcdir
=$srcdir
25090 ac_abs_top_srcdir
=$srcdir ;;
25091 *) # Relative name.
25092 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
25093 ac_top_srcdir
=$ac_top_build_prefix$srcdir
25094 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
25096 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
25106 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
25107 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
25111 cat >>$CONFIG_STATUS <<\_ACEOF
25112 # If the template does not know about datarootdir, expand it.
25113 # FIXME: This hack should be removed a few years after 2.60.
25114 ac_datarootdir_hack
=; ac_datarootdir_seen
=
25116 case `sed -n '/datarootdir/ {
25125 ' $ac_file_inputs` in
25126 *datarootdir
*) ac_datarootdir_seen
=yes;;
25127 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
25128 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
25129 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
25131 cat >>$CONFIG_STATUS <<_ACEOF
25132 ac_datarootdir_hack='
25133 s&@datadir@&$datadir&g
25134 s&@docdir@&$docdir&g
25135 s&@infodir@&$infodir&g
25136 s&@localedir@&$localedir&g
25137 s&@mandir@&$mandir&g
25138 s&\\\${datarootdir}&$datarootdir&g' ;;
25142 # Neutralize VPATH when `$srcdir' = `.'.
25143 # Shell code in configure.ac might set extrasub.
25144 # FIXME: do we really want to maintain this feature?
25145 cat >>$CONFIG_STATUS <<_ACEOF
25149 cat >>$CONFIG_STATUS <<\_ACEOF
25151 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
25152 s
&@configure_input@
&$configure_input&;t t
25153 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
25154 s
&@srcdir@
&$ac_srcdir&;t t
25155 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
25156 s
&@top_srcdir@
&$ac_top_srcdir&;t t
25157 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
25158 s
&@builddir@
&$ac_builddir&;t t
25159 s
&@abs_builddir@
&$ac_abs_builddir&;t t
25160 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
25161 s
&@INSTALL@
&$ac_INSTALL&;t t
25162 $ac_datarootdir_hack
25163 " $ac_file_inputs | sed -f "$tmp/subs-1.
sed" | sed -f "$tmp/subs-2.
sed" >$tmp/out
25165 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
25166 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
25167 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
25168 { echo "$as_me:$LINENO: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
25169 which seems to be undefined. Please make sure it is defined." >&5
25170 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
25171 which seems to be undefined. Please make sure it is defined." >&2;}
25175 -) cat "$tmp/out"; rm -f "$tmp/out";;
25176 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
25185 # Transform confdefs.h into a sed script `conftest.defines', that
25186 # substitutes the proper values into config.h.in to produce config.h.
25187 rm -f conftest.defines conftest.
tail
25188 # First, append a space to every undef/define line, to ease matching.
25189 echo 's/$/ /' >conftest.defines
25190 # Then, protect against being on the right side of a sed subst, or in
25191 # an unquoted here document, in config.status. If some macros were
25192 # called several times there might be several #defines for the same
25193 # symbol, which is useless. But do not sort them, since the last
25194 # AC_DEFINE must be honored.
25195 ac_word_re
=[_
$as_cr_Letters][_
$as_cr_alnum]*
25196 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
25197 # NAME is the cpp macro being defined, VALUE is the value it is being given.
25198 # PARAMS is the parameter list in the macro definition--in most cases, it's
25199 # just an empty string.
25200 ac_dA
='s,^\\([ #]*\\)[^ ]*\\([ ]*'
25201 ac_dB
='\\)[ (].*,\\1define\\2'
25209 s/^[ ]*#[ ]*define[ ][ ]*//
25214 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
25215 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
25216 ' >>conftest.defines
25218 # Remove the space that was appended to ease matching.
25219 # Then replace #undef with comments. This is necessary, for
25220 # example, in the case of _POSIX_SOURCE, which is predefined and required
25221 # on some systems where configure will not decide to define it.
25222 # (The regexp can be short, since the line contains either #define or #undef.)
25224 s,^[ #]*u.*,/* & */,' >>conftest.defines
25226 # Break up conftest.defines:
25227 ac_max_sed_lines
=50
25229 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
25230 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
25231 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
25233 ac_in
='$ac_file_inputs'
25234 ac_out
='"$tmp/out1"'
25235 ac_nxt
='"$tmp/out2"'
25239 # Write a here document:
25240 cat >>$CONFIG_STATUS <<_ACEOF
25241 # First, check the format of the line:
25242 cat >"\$tmp/defines.sed" <<\\CEOF
25243 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
25244 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
25248 sed ${ac_max_sed_lines}q conftest.defines
>>$CONFIG_STATUS
25250 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
25251 ac_in
=$ac_out; ac_out
=$ac_nxt; ac_nxt
=$ac_in
25252 sed 1,${ac_max_sed_lines}d conftest.defines
>conftest.
tail
25253 grep . conftest.
tail >/dev
/null ||
break
25254 rm -f conftest.defines
25255 mv conftest.
tail conftest.defines
25257 rm -f conftest.defines conftest.
tail
25259 echo "ac_result=$ac_in" >>$CONFIG_STATUS
25260 cat >>$CONFIG_STATUS <<\_ACEOF
25261 if test x
"$ac_file" != x-
; then
25262 echo "/* $configure_input */" >"$tmp/config.h"
25263 cat "$ac_result" >>"$tmp/config.h"
25264 if diff $ac_file "$tmp/config.h" >/dev
/null
2>&1; then
25265 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
25266 echo "$as_me: $ac_file is unchanged" >&6;}
25269 mv "$tmp/config.h" $ac_file
25272 echo "/* $configure_input */"
25278 :C
) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
25279 echo "$as_me: executing $ac_file commands" >&6;}
25284 case $ac_file$ac_mode in
25285 "include/stamp-h":C
) echo timestamp
> include
/stamp-h
;;
25286 "dlls/gdi32/enhmfdrv":C
) test -d "dlls/gdi32/enhmfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
25287 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir
"dlls/gdi32/enhmfdrv") ;;
25288 "dlls/gdi32/mfdrv":C
) test -d "dlls/gdi32/mfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
25289 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir
"dlls/gdi32/mfdrv") ;;
25290 "dlls/kernel32/nls":C
) test -d "dlls/kernel32/nls" ||
({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
25291 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir
"dlls/kernel32/nls") ;;
25292 "dlls/user/resources":C
) test -d "dlls/user/resources" ||
({ echo "$as_me:$LINENO: creating dlls/user/resources" >&5
25293 echo "$as_me: creating dlls/user/resources" >&6;} && mkdir
"dlls/user/resources") ;;
25294 "dlls/wineps.drv/data":C
) test -d "dlls/wineps.drv/data" ||
({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
25295 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir
"dlls/wineps.drv/data") ;;
25296 "include/wine":C
) test -d "include/wine" ||
({ echo "$as_me:$LINENO: creating include/wine" >&5
25297 echo "$as_me: creating include/wine" >&6;} && mkdir
"include/wine") ;;
25303 { (exit 0); exit 0; }
25305 chmod +x
$CONFIG_STATUS
25306 ac_clean_files
=$ac_clean_files_save
25309 # configure is writing to config.log, and then calls config.status.
25310 # config.status does its own redirection, appending to config.log.
25311 # Unfortunately, on DOS this fails, as config.log is still kept open
25312 # by configure, so config.status won't be able to write to it; its
25313 # output is simply discarded. So we exec the FD to /dev/null,
25314 # effectively closing config.log, so it can be properly (re)opened and
25315 # appended to by config.status. When coming back to configure, we
25316 # need to make the FD available again.
25317 if test "$no_create" != yes; then
25319 ac_config_status_args
=
25320 test "$silent" = yes &&
25321 ac_config_status_args
="$ac_config_status_args --quiet"
25323 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
25325 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
25326 # would make configure fail if this is the last instruction.
25327 $ac_cs_success ||
{ (exit 1); exit 1; }
25332 if test "$no_create" = "yes"
25337 if test "$verbose" = "yes"
25339 if test "$ac_cv_header_capi20_h" != "yes" -o "$ac_cv_header_linux_capi_h" != "yes"
25342 { echo "$as_me:$LINENO: libcapi20 development files not found." >&5
25343 echo "$as_me: libcapi20 development files not found." >&6;}
25344 { echo "$as_me:$LINENO: Wine will be built without ISDN support. (capi2032.dll)" >&5
25345 echo "$as_me: Wine will be built without ISDN support. (capi2032.dll)" >&6;}
25348 if test "$ac_cv_header_cups_cups_h" != "yes"
25351 { echo "$as_me:$LINENO: libcups development files not found." >&5
25352 echo "$as_me: libcups development files not found." >&6;}
25353 { echo "$as_me:$LINENO: Wine will be built without CUPS support." >&5
25354 echo "$as_me: Wine will be built without CUPS support." >&6;}
25358 if test "$ac_cv_header_gphoto2_camera_h" != "yes"
25361 { echo "$as_me:$LINENO: libgphoto2 development files not found." >&5
25362 echo "$as_me: libgphoto2 development files not found." >&6;}
25363 if test "$ac_cv_header_sane_sane_h" = "yes"
25365 { echo "$as_me:$LINENO: Wine will be built with limited Digital Camera support. (twain_32.dll)" >&5
25366 echo "$as_me: Wine will be built with limited Digital Camera support. (twain_32.dll)" >&6;}
25368 { echo "$as_me:$LINENO: Wine will be built without Digital Camera support. (gphoto2.ds/twain_32.dll)" >&5
25369 echo "$as_me: Wine will be built without Digital Camera support. (gphoto2.ds/twain_32.dll)" >&6;}
25373 if test "$ac_cv_header_hal_libhal_h" != "yes"
25376 { echo "$as_me:$LINENO: libhal development files not found." >&5
25377 echo "$as_me: libhal development files not found." >&6;}
25378 { echo "$as_me:$LINENO: Wine will be built without dynamic device support. (explorer.exe)" >&5
25379 echo "$as_me: Wine will be built without dynamic device support. (explorer.exe)" >&6;}
25382 if test "$ac_cv_header_unicode_ubidi_h" != "yes"
25385 { echo "$as_me:$LINENO: libicu development files not found." >&5
25386 echo "$as_me: libicu development files not found." >&6;}
25387 { echo "$as_me:$LINENO: Wine will be built without bidi (Right to Left) support. (gdi32.dll)" >&5
25388 echo "$as_me: Wine will be built without bidi (Right to Left) support. (gdi32.dll)" >&6;}
25391 if test "$ac_cv_header_lcms_h" != "yes" -a "$ac_cv_header_lcms_lcms_h" != "yes"
25394 { echo "$as_me:$LINENO: liblcms development files not found." >&5
25395 echo "$as_me: liblcms development files not found." >&6;}
25396 { echo "$as_me:$LINENO: Wine will be built without Color Management support. (mscms.dll)" >&5
25397 echo "$as_me: Wine will be built without Color Management support. (mscms.dll)" >&6;}
25400 if test "$ac_cv_header_ldap_h" != "yes" -o "$ac_cv_header_lber_h" != "yes"
25403 { echo "$as_me:$LINENO: libldap (OpenLDAP) development files not found." >&5
25404 echo "$as_me: libldap (OpenLDAP) development files not found." >&6;}
25405 { echo "$as_me:$LINENO: Wine will be built without LDAP support. (wldap32.dll)" >&5
25406 echo "$as_me: Wine will be built without LDAP support. (wldap32.dll)" >&6;}
25409 if test "x$with_curses" != "xno" -a "$ac_cv_header_ncurses_h" != "yes" -a "$ac_cv_header_curses_h" != "yes"
25412 { echo "$as_me:$LINENO: lib(n)curses development files not found." >&5
25413 echo "$as_me: lib(n)curses development files not found." >&6;}
25414 { echo "$as_me:$LINENO: Wine will be built without (n)curses support. (wineconsole.exe)" >&5
25415 echo "$as_me: Wine will be built without (n)curses support. (wineconsole.exe)" >&6;}
25418 if test "$ac_cv_header_sane_sane_h" != "yes"
25421 { echo "$as_me:$LINENO: libsane development files not found." >&5
25422 echo "$as_me: libsane development files not found." >&6;}
25423 { echo "$as_me:$LINENO: Wine will be built without Scanner support. (sane.ds/twain_32.dll)" >&5
25424 echo "$as_me: Wine will be built without Scanner support. (sane.ds/twain_32.dll)" >&6;}
25427 if test "$have_x" = "yes"
25429 if test "$ac_cv_header_X11_extensions_shape_h" != "yes" -o "$ac_cv_header_X11_extensions_XShm_h" != "yes"
25432 { echo "$as_me:$LINENO: libxext development files not found." >&5
25433 echo "$as_me: libxext development files not found." >&6;}
25434 { echo "$as_me:$LINENO: Wine will be built without Shm / Shape support. (winex11.drv)" >&5
25435 echo "$as_me: Wine will be built without Shm / Shape support. (winex11.drv)" >&6;}
25438 if test "$ac_cv_header_X11_extensions_Xrandr_h" != "yes"
25441 { echo "$as_me:$LINENO: libXrandr development files not found." >&5
25442 echo "$as_me: libXrandr development files not found." >&6;}
25443 { echo "$as_me:$LINENO: Wine will be built without Xrandr support. (winex11.drv)" >&5
25444 echo "$as_me: Wine will be built without Xrandr support. (winex11.drv)" >&6;}
25447 if test "$ac_cv_header_X11_extensions_Xrender_h" != "yes"
25450 { echo "$as_me:$LINENO: libXrender development files not found." >&5
25451 echo "$as_me: libXrender development files not found." >&6;}
25452 { echo "$as_me:$LINENO: Wine will be built without Xrender support. (winex11.drv)" >&5
25453 echo "$as_me: Wine will be built without Xrender support. (winex11.drv)" >&6;}
25456 if test "$ac_cv_header_X11_extensions_xf86vmode_h" != "yes"
25459 { echo "$as_me:$LINENO: libXxf86vm development files not found." >&5
25460 echo "$as_me: libXxf86vm development files not found." >&6;}
25461 { echo "$as_me:$LINENO: Wine will be built without XFree86-VidMode support. (winex11.drv)" >&5
25462 echo "$as_me: Wine will be built without XFree86-VidMode support. (winex11.drv)" >&6;}
25466 if test "$ac_cv_header_libxml_parser_h" != "yes"
25469 { echo "$as_me:$LINENO: libxml2 development files not found." >&5
25470 echo "$as_me: libxml2 development files not found." >&6;}
25471 { echo "$as_me:$LINENO: Wine will be built without XML support. (msxml.dll)" >&5
25472 echo "$as_me: Wine will be built without XML support. (msxml.dll)" >&6;}
25475 if test "$ac_cv_header_libxslt_pattern_h" != "yes" -o "$ac_cv_header_libxslt_transform_h" != "yes"
25478 { echo "$as_me:$LINENO: libxslt development files not found." >&5
25479 echo "$as_me: libxslt development files not found." >&6;}
25480 { echo "$as_me:$LINENO: Wine will be built without xslt support. (msxml.dll)" >&5
25481 echo "$as_me: Wine will be built without xslt support. (msxml.dll)" >&6;}
25486 if test "$have_x" = "no"
25489 { echo "$as_me:$LINENO: WARNING: X development files not found. Wine will be built without" >&5
25490 echo "$as_me: WARNING: X development files not found. Wine will be built without" >&2;}
25491 { echo "$as_me:$LINENO: WARNING: X support, which currently does not work, and probably" >&5
25492 echo "$as_me: WARNING: X support, which currently does not work, and probably" >&2;}
25493 { echo "$as_me:$LINENO: WARNING: isn't what you want anyway. You will need to install devel" >&5
25494 echo "$as_me: WARNING: isn't what you want anyway. You will need to install devel" >&2;}
25495 { echo "$as_me:$LINENO: WARNING: packages of Xlib/Xfree86 at the very least." >&5
25496 echo "$as_me: WARNING: packages of Xlib/Xfree86 at the very least." >&2;}
25499 if test -z "$OPENGLFILES"
25502 { echo "$as_me:$LINENO: WARNING: Wine will be build without OpenGL or Direct3D support" >&5
25503 echo "$as_me: WARNING: Wine will be build without OpenGL or Direct3D support" >&2;}
25504 { echo "$as_me:$LINENO: WARNING: because something is wrong with the OpenGL setup:" >&5
25505 echo "$as_me: WARNING: because something is wrong with the OpenGL setup:" >&2;}
25506 if test "$wine_cv_opengl_headers_found" = "no"
25508 { echo "$as_me:$LINENO: WARNING: No OpenGL development headers were found" >&5
25509 echo "$as_me: WARNING: No OpenGL development headers were found" >&2;}
25511 if test "$wine_cv_opengl_header_version_OK" = "no"
25513 { echo "$as_me:$LINENO: WARNING: Old Mesa headers detected. Consider upgrading your Mesa libraries (http://www.mesa3d.org/)." >&5
25514 echo "$as_me: WARNING: Old Mesa headers detected. Consider upgrading your Mesa libraries (http://www.mesa3d.org/)." >&2;}
25515 elif test "$ac_cv_lib_GL_glXCreateContext" = "no"
25517 if test -f /usr
/X11R
6/lib
/libGL.a
25519 { echo "$as_me:$LINENO: WARNING: /usr/X11R6/lib/libGL.a is present on your system.
25520 This probably prevents linking to OpenGL. Try deleting the file and restarting configure." >&5
25521 echo "$as_me: WARNING: /usr/X11R6/lib/libGL.a is present on your system.
25522 This probably prevents linking to OpenGL. Try deleting the file and restarting configure." >&2;}
25524 { echo "$as_me:$LINENO: WARNING: No OpenGL library found on this system." >&5
25525 echo "$as_me: WARNING: No OpenGL library found on this system." >&2;}
25530 if test "$wine_cv_msg_freetype" = "yes"
25533 { echo "$as_me:$LINENO: WARNING: Your system appears to have the FreeType 2 runtime libraries" >&5
25534 echo "$as_me: WARNING: Your system appears to have the FreeType 2 runtime libraries" >&2;}
25535 { echo "$as_me:$LINENO: WARNING: installed, but 'freetype-config' is not in your PATH. Install" >&5
25536 echo "$as_me: WARNING: installed, but 'freetype-config' is not in your PATH. Install" >&2;}
25537 { echo "$as_me:$LINENO: WARNING: the freetype-devel package (or its equivalent on your distribution)" >&5
25538 echo "$as_me: WARNING: the freetype-devel package (or its equivalent on your distribution)" >&2;}
25539 { echo "$as_me:$LINENO: WARNING: to enable Wine to use TrueType fonts." >&5
25540 echo "$as_me: WARNING: to enable Wine to use TrueType fonts." >&2;}
25543 if test -z "$FONTSSUBDIRS"
25546 if test "$FONTFORGE" = "false"
25548 { echo "$as_me:$LINENO: WARNING: FontForge is missing." >&5
25549 echo "$as_me: WARNING: FontForge is missing." >&2;}
25551 { echo "$as_me:$LINENO: WARNING: FreeType is missing." >&5
25552 echo "$as_me: WARNING: FreeType is missing." >&2;}
25554 { echo "$as_me:$LINENO: WARNING: Fonts will not be built. Dialog text may be invisible or unaligned." >&5
25555 echo "$as_me: WARNING: Fonts will not be built. Dialog text may be invisible or unaligned." >&2;}
25558 if test -z "$ALSALIBS" -a \
25559 -z "$ARTSC_LIBS" -a \
25560 -z "$AUDIOIOLIBS" -a \
25562 -z "$ESD_LIBS" -a \
25563 -z "$ac_cv_lib_soname_jack" -a \
25564 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
25565 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
25566 "$ac_cv_header_soundcard_h" != "yes"
25569 { echo "$as_me:$LINENO: WARNING: No sound system was found. Windows applications will be silent." >&5
25570 echo "$as_me: WARNING: No sound system was found. Windows applications will be silent." >&2;}
25571 { echo "$as_me:$LINENO: WARNING: The currently supported sound systems are:" >&5
25572 echo "$as_me: WARNING: The currently supported sound systems are:" >&2;}
25573 { echo "$as_me:$LINENO: WARNING: ALSA, ARTS, EsounD, AudioIO, Jack, NAS and OSS" >&5
25574 echo "$as_me: WARNING: ALSA, ARTS, EsounD, AudioIO, Jack, NAS and OSS" >&2;}
25578 echo "Configure finished. Do '${ac_make} depend && ${ac_make}' to compile Wine."