2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.54 for Wine 20021031.
5 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
6 # Free Software Foundation, Inc.
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
9 ## --------------------- ##
10 ## M4sh Initialization. ##
11 ## --------------------- ##
13 # Be Bourne compatible
14 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
17 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
18 # is contrary to our usage. Disable this feature.
19 alias -g '${1+"$@"}'='"$@"'
20 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
24 # Support unset when possible.
25 if (FOO
=FOO
; unset FOO
) >/dev
/null
2>&1; then
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
39 for as_var
in LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE LC_NUMERIC LC_MESSAGES LC_TIME
41 if (set +x
; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
42 eval $as_var=C
; export $as_var
48 # Required to use basename.
49 if expr a
: '\(a\)' >/dev
/null
2>&1; then
55 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
62 # Name of the executable.
63 as_me
=`$as_basename "$0" ||
64 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
65 X"$0" : 'X\(//\)$' \| \
66 X"$0" : 'X\(/\)$' \| \
67 . : '\(.\)' 2>/dev/null ||
69 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
70 /^X\/\(\/\/\)$/{ s//\1/; q; }
71 /^X\/\(\/\).*/{ s//\1/; q; }
75 # PATH needs CR, and LINENO needs CR and PATH.
76 # Avoid depending upon Character Ranges.
77 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
78 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
79 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
80 as_cr_digits
='0123456789'
81 as_cr_alnum
=$as_cr_Letters$as_cr_digits
83 # The user is always right.
84 if test "${PATH_SEPARATOR+set}" != set; then
85 echo "#! /bin/sh" >conftest.sh
86 echo "exit 0" >>conftest.sh
88 if (PATH
="/nonexistent;."; conftest.sh
) >/dev
/null
2>&1; then
99 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
100 test "x$as_lineno_1" != "x$as_lineno_2" &&
101 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
102 # Find who we are. Look in the path if we contain no path at all
105 *[\\/]* ) as_myself
=$0 ;;
106 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
110 test -z "$as_dir" && as_dir
=.
111 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
116 # We did not find ourselves, most probably we were run as `sh COMMAND'
117 # in which case we are not to be found in the path.
118 if test "x$as_myself" = x
; then
121 if test ! -f "$as_myself"; then
122 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
123 { (exit 1); exit 1; }; }
125 case $CONFIG_SHELL in
127 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
128 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
131 test -z "$as_dir" && as_dir
=.
132 for as_base
in sh bash ksh sh5
; do
135 if ("$as_dir/$as_base" -c '
138 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
139 test "x$as_lineno_1" != "x$as_lineno_2" &&
140 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
141 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
142 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
143 CONFIG_SHELL
=$as_dir/$as_base
145 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
153 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
154 # uniformly replaced by the line number. The first 'sed' inserts a
155 # line-number line before each line; the second 'sed' does the real
156 # work. The second script uses 'N' to pair each line-number line
157 # with the numbered line, and appends trailing '-' during
158 # substitution so that $LINENO is not a special case at line end.
159 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
160 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
161 sed '=' <$as_myself |
166 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
169 s,^['$as_cr_digits']*\n,,
171 chmod +x
$as_me.lineno ||
172 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
173 { (exit 1); exit 1; }; }
175 # Don't try to exec as it changes $[0], causing all sort of problems
176 # (the dirname of $[0] is not the place where we might find the
177 # original and so on. Autoconf is especially sensible to this).
179 # Exit status is that of the last command.
184 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
185 *c
*,-n*) ECHO_N
= ECHO_C
='
187 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
188 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
191 if expr a
: '\(a\)' >/dev
/null
2>&1; then
197 rm -f conf$$ conf$$.exe conf$$.
file
199 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
200 # We could just check for DJGPP; but this test a) works b) is more generic
201 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
202 if test -f conf$$.exe
; then
203 # Don't use ln at all; we don't have any links
208 elif ln conf$$.
file conf$$
2>/dev
/null
; then
213 rm -f conf$$ conf$$.exe conf$$.
file
215 if mkdir
-p .
2>/dev
/null
; then
221 as_executable_p
="test -f"
223 # Sed expression to map a string onto a valid CPP name.
224 as_tr_cpp
="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
226 # Sed expression to map a string onto a valid variable name.
227 as_tr_sh
="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
231 # We need space, tab and new line, in precisely that order.
241 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
242 # so uname gets run too.
243 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
250 ac_default_prefix
=/usr
/local
251 ac_config_libobj_dir
=.
256 SHELL
=${CONFIG_SHELL-/bin/sh}
258 # Maximum number of lines to put in a shell here document.
259 # This variable seems obsolete. It should probably be removed, and
260 # only ac_max_sed_lines should be used.
261 : ${ac_max_here_lines=38}
263 # Identity of this package.
265 PACKAGE_TARNAME
='wine'
266 PACKAGE_VERSION
='20021031'
267 PACKAGE_STRING
='Wine 20021031'
270 ac_unique_file
="server/atom.c"
271 # Factoring default headers for most tests.
272 ac_includes_default
="\
275 # include <sys/types.h>
278 # include <sys/stat.h>
289 # if !STDC_HEADERS && HAVE_MEMORY_H
295 # include <strings.h>
298 # include <inttypes.h>
308 ac_subst_vars
='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS LIBEXT OPTIONS WIN16_FILES WIN16_INSTALL build build_cpu build_vendor build_os host host_cpu host_vendor host_os SET_MAKE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP TOOLSDIR X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS YACC LEX LEXLIB LEX_OUTPUT_ROOT XYACC XLEX LD ac_ct_LD AR ac_ct_AR RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP WINDRES ac_ct_WINDRES INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S LN C2MAN LDCONFIG LINT LINTFLAGS JPEGLIB EGREP XLIB XFILES OPENGLFILES GLU32FILES NASLIBS CURSESLIBS CUPSLIBS sane_devel SANELIBS SANEINCL ft_devel ft_devel2 FREETYPEINCL ARTSCCONFIG ARTSLIBS ARTSINCL ALSALIBS AUDIOIOLIBS DLLEXT DLLFLAGS DLLIBS LDDLLFLAGS LDSHARED DLLWRAP ac_ct_DLLWRAP CROSSTEST CROSSCC DLLTOOL LDPATH CRTLIBS LDD ALLOCA LIBOBJS LTLIBOBJS'
309 ac_subst_files
='MAKE_RULES MAKE_DLL_RULES MAKE_TEST_RULES MAKE_PROG_RULES'
311 # Initialize some variables set by options.
313 ac_init_version
=false
314 # The variables have the same names as the options, with
315 # dashes changed to underlines.
323 program_transform_name
=s
,x
,x
,
331 # Installation directory options.
332 # These are left unexpanded so users can "make install exec_prefix=/foo"
333 # and all the variables that are supposed to be based on exec_prefix
334 # by default will actually change.
335 # Use braces instead of parens because sh, perl, etc. also accept them.
336 bindir
='${exec_prefix}/bin'
337 sbindir
='${exec_prefix}/sbin'
338 libexecdir
='${exec_prefix}/libexec'
339 datadir
='${prefix}/share'
340 sysconfdir
='${prefix}/etc'
341 sharedstatedir
='${prefix}/com'
342 localstatedir
='${prefix}/var'
343 libdir
='${exec_prefix}/lib'
344 includedir
='${prefix}/include'
345 oldincludedir
='/usr/include'
346 infodir
='${prefix}/info'
347 mandir
='${prefix}/man'
352 # If the previous option needs an argument, assign it.
353 if test -n "$ac_prev"; then
354 eval "$ac_prev=\$ac_option"
359 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
361 # Accept the important Cygnus configure options, so we can diagnose typos.
365 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
367 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
370 -build |
--build |
--buil |
--bui |
--bu)
371 ac_prev
=build_alias
;;
372 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
373 build_alias
=$ac_optarg ;;
375 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
376 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
377 ac_prev
=cache_file
;;
378 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
379 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
380 cache_file
=$ac_optarg ;;
383 cache_file
=config.cache
;;
385 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
387 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
389 datadir
=$ac_optarg ;;
391 -disable-* |
--disable-*)
392 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
393 # Reject names that are not valid shell variable names.
394 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
395 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
396 { (exit 1); exit 1; }; }
397 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
398 eval "enable_$ac_feature=no" ;;
400 -enable-* |
--enable-*)
401 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
402 # Reject names that are not valid shell variable names.
403 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
404 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
405 { (exit 1); exit 1; }; }
406 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
408 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
411 eval "enable_$ac_feature='$ac_optarg'" ;;
413 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
414 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
415 |
--exec |
--exe |
--ex)
416 ac_prev
=exec_prefix
;;
417 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
418 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
419 |
--exec=* |
--exe=* |
--ex=*)
420 exec_prefix
=$ac_optarg ;;
422 -gas |
--gas |
--ga |
--g)
423 # Obsolete; use --with-gas.
426 -help |
--help |
--hel |
--he |
-h)
428 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
429 ac_init_help
=recursive
;;
430 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
431 ac_init_help
=short
;;
433 -host |
--host |
--hos |
--ho)
434 ac_prev
=host_alias
;;
435 -host=* |
--host=* |
--hos=* |
--ho=*)
436 host_alias
=$ac_optarg ;;
438 -includedir |
--includedir |
--includedi |
--included |
--include \
439 |
--includ |
--inclu |
--incl |
--inc)
440 ac_prev
=includedir
;;
441 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
442 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
443 includedir
=$ac_optarg ;;
445 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
447 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
448 infodir
=$ac_optarg ;;
450 -libdir |
--libdir |
--libdi |
--libd)
452 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
455 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
456 |
--libexe |
--libex |
--libe)
457 ac_prev
=libexecdir
;;
458 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
459 |
--libexe=* |
--libex=* |
--libe=*)
460 libexecdir
=$ac_optarg ;;
462 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
463 |
--localstate |
--localstat |
--localsta |
--localst \
464 |
--locals |
--local |
--loca |
--loc |
--lo)
465 ac_prev
=localstatedir
;;
466 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
467 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
468 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
469 localstatedir
=$ac_optarg ;;
471 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
473 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
477 # Obsolete; use --without-fp.
480 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
481 |
--no-cr |
--no-c |
-n)
484 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
485 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
488 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
489 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
490 |
--oldin |
--oldi |
--old |
--ol |
--o)
491 ac_prev
=oldincludedir
;;
492 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
493 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
494 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
495 oldincludedir
=$ac_optarg ;;
497 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
499 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
502 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
503 |
--program-pre |
--program-pr |
--program-p)
504 ac_prev
=program_prefix
;;
505 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
506 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
507 program_prefix
=$ac_optarg ;;
509 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
510 |
--program-suf |
--program-su |
--program-s)
511 ac_prev
=program_suffix
;;
512 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
513 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
514 program_suffix
=$ac_optarg ;;
516 -program-transform-name |
--program-transform-name \
517 |
--program-transform-nam |
--program-transform-na \
518 |
--program-transform-n |
--program-transform- \
519 |
--program-transform |
--program-transfor \
520 |
--program-transfo |
--program-transf \
521 |
--program-trans |
--program-tran \
522 |
--progr-tra |
--program-tr |
--program-t)
523 ac_prev
=program_transform_name
;;
524 -program-transform-name=* |
--program-transform-name=* \
525 |
--program-transform-nam=* |
--program-transform-na=* \
526 |
--program-transform-n=* |
--program-transform-=* \
527 |
--program-transform=* |
--program-transfor=* \
528 |
--program-transfo=* |
--program-transf=* \
529 |
--program-trans=* |
--program-tran=* \
530 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
531 program_transform_name
=$ac_optarg ;;
533 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
534 |
-silent |
--silent |
--silen |
--sile |
--sil)
537 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
539 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
541 sbindir
=$ac_optarg ;;
543 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
544 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
545 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
547 ac_prev
=sharedstatedir
;;
548 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
549 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
550 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
552 sharedstatedir
=$ac_optarg ;;
554 -site |
--site |
--sit)
556 -site=* |
--site=* |
--sit=*)
559 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
561 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
564 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
565 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
566 ac_prev
=sysconfdir
;;
567 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
568 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
569 sysconfdir
=$ac_optarg ;;
571 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
572 ac_prev
=target_alias
;;
573 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
574 target_alias
=$ac_optarg ;;
576 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
579 -version |
--version |
--versio |
--versi |
--vers |
-V)
583 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
584 # Reject names that are not valid shell variable names.
585 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
586 { echo "$as_me: error: invalid package name: $ac_package" >&2
587 { (exit 1); exit 1; }; }
588 ac_package
=`echo $ac_package| sed 's/-/_/g'`
590 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
593 eval "with_$ac_package='$ac_optarg'" ;;
595 -without-* |
--without-*)
596 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
597 # Reject names that are not valid shell variable names.
598 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
599 { echo "$as_me: error: invalid package name: $ac_package" >&2
600 { (exit 1); exit 1; }; }
601 ac_package
=`echo $ac_package | sed 's/-/_/g'`
602 eval "with_$ac_package=no" ;;
605 # Obsolete; use --with-x.
608 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
609 |
--x-incl |
--x-inc |
--x-in |
--x-i)
610 ac_prev
=x_includes
;;
611 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
612 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
613 x_includes
=$ac_optarg ;;
615 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
616 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
617 ac_prev
=x_libraries
;;
618 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
619 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
620 x_libraries
=$ac_optarg ;;
622 -*) { echo "$as_me: error: unrecognized option: $ac_option
623 Try \`$0 --help' for more information." >&2
624 { (exit 1); exit 1; }; }
628 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
629 # Reject names that are not valid shell variable names.
630 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
631 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
632 { (exit 1); exit 1; }; }
633 ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
634 eval "$ac_envvar='$ac_optarg'"
638 # FIXME: should be removed in autoconf 3.0.
639 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
640 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
641 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
642 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
648 if test -n "$ac_prev"; then
649 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
650 { echo "$as_me: error: missing argument to $ac_option" >&2
651 { (exit 1); exit 1; }; }
654 # Be sure to have absolute paths.
655 for ac_var
in exec_prefix prefix
657 eval ac_val
=$
`echo $ac_var`
659 [\\/$
]* | ?
:[\\/]* | NONE |
'' ) ;;
660 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
661 { (exit 1); exit 1; }; };;
665 # Be sure to have absolute paths.
666 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
667 localstatedir libdir includedir oldincludedir infodir mandir
669 eval ac_val
=$
`echo $ac_var`
671 [\\/$
]* | ?
:[\\/]* ) ;;
672 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
673 { (exit 1); exit 1; }; };;
677 # There might be people who depend on the old broken behavior: `$host'
678 # used to hold the argument of --host etc.
679 # FIXME: To remove some day.
684 # FIXME: To remove some day.
685 if test "x$host_alias" != x
; then
686 if test "x$build_alias" = x
; then
687 cross_compiling
=maybe
688 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
689 If a cross compiler is detected then cross compile mode will be used." >&2
690 elif test "x$build_alias" != "x$host_alias"; then
696 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
698 test "$silent" = yes && exec 6>/dev
/null
701 # Find the source files, if location was not specified.
702 if test -z "$srcdir"; then
703 ac_srcdir_defaulted
=yes
704 # Try the directory containing this script, then its parent.
705 ac_confdir
=`(dirname "$0") 2>/dev/null ||
706 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
707 X"$0" : 'X\(//\)[^/]' \| \
708 X"$0" : 'X\(//\)$' \| \
709 X"$0" : 'X\(/\)' \| \
710 . : '\(.\)' 2>/dev/null ||
712 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
713 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
714 /^X\(\/\/\)$/{ s//\1/; q; }
715 /^X\(\/\).*/{ s//\1/; q; }
718 if test ! -r $srcdir/$ac_unique_file; then
722 ac_srcdir_defaulted
=no
724 if test ! -r $srcdir/$ac_unique_file; then
725 if test "$ac_srcdir_defaulted" = yes; then
726 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
727 { (exit 1); exit 1; }; }
729 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
730 { (exit 1); exit 1; }; }
733 (cd $srcdir && test -r .
/$ac_unique_file) 2>/dev
/null ||
734 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
735 { (exit 1); exit 1; }; }
736 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
737 ac_env_build_alias_set
=${build_alias+set}
738 ac_env_build_alias_value
=$build_alias
739 ac_cv_env_build_alias_set
=${build_alias+set}
740 ac_cv_env_build_alias_value
=$build_alias
741 ac_env_host_alias_set
=${host_alias+set}
742 ac_env_host_alias_value
=$host_alias
743 ac_cv_env_host_alias_set
=${host_alias+set}
744 ac_cv_env_host_alias_value
=$host_alias
745 ac_env_target_alias_set
=${target_alias+set}
746 ac_env_target_alias_value
=$target_alias
747 ac_cv_env_target_alias_set
=${target_alias+set}
748 ac_cv_env_target_alias_value
=$target_alias
749 ac_env_CC_set
=${CC+set}
751 ac_cv_env_CC_set
=${CC+set}
752 ac_cv_env_CC_value
=$CC
753 ac_env_CFLAGS_set
=${CFLAGS+set}
754 ac_env_CFLAGS_value
=$CFLAGS
755 ac_cv_env_CFLAGS_set
=${CFLAGS+set}
756 ac_cv_env_CFLAGS_value
=$CFLAGS
757 ac_env_LDFLAGS_set
=${LDFLAGS+set}
758 ac_env_LDFLAGS_value
=$LDFLAGS
759 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
760 ac_cv_env_LDFLAGS_value
=$LDFLAGS
761 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
762 ac_env_CPPFLAGS_value
=$CPPFLAGS
763 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
764 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
765 ac_env_CPP_set
=${CPP+set}
766 ac_env_CPP_value
=$CPP
767 ac_cv_env_CPP_set
=${CPP+set}
768 ac_cv_env_CPP_value
=$CPP
771 # Report the --help message.
773 if test "$ac_init_help" = "long"; then
774 # Omit some internal or obsolete options to make the list less imposing.
775 # This message is too long to be a string in the A/UX 3.1 sh.
777 \`configure' configures Wine 20021031 to adapt to many kinds of systems.
779 Usage: $0 [OPTION]... [VAR=VALUE]...
781 To assign environment variables (e.g., CC, CFLAGS...), specify them as
782 VAR=VALUE. See below for descriptions of some of the useful variables.
784 Defaults for the options are specified in brackets.
787 -h, --help display this help and exit
788 --help=short display options specific to this package
789 --help=recursive display the short help of all the included packages
790 -V, --version display version information and exit
791 -q, --quiet, --silent do not print \`checking...' messages
792 --cache-file=FILE cache test results in FILE [disabled]
793 -C, --config-cache alias for \`--cache-file=config.cache'
794 -n, --no-create do not create output files
795 --srcdir=DIR find the sources in DIR [configure dir or \`..']
800 Installation directories:
801 --prefix=PREFIX install architecture-independent files in PREFIX
803 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
806 By default, \`make install' will install all the files in
807 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
808 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
809 for instance \`--prefix=\$HOME'.
811 For better control, use the options below.
813 Fine tuning of the installation directories:
814 --bindir=DIR user executables [EPREFIX/bin]
815 --sbindir=DIR system admin executables [EPREFIX/sbin]
816 --libexecdir=DIR program executables [EPREFIX/libexec]
817 --datadir=DIR read-only architecture-independent data [PREFIX/share]
818 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
819 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
820 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
821 --libdir=DIR object code libraries [EPREFIX/lib]
822 --includedir=DIR C header files [PREFIX/include]
823 --oldincludedir=DIR C header files for non-gcc [/usr/include]
824 --infodir=DIR info documentation [PREFIX/info]
825 --mandir=DIR man documentation [PREFIX/man]
831 --x-includes=DIR X include files are
in DIR
832 --x-libraries=DIR X library files are
in DIR
835 --build=BUILD configure
for building on BUILD
[guessed
]
836 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
840 if test -n "$ac_init_help"; then
841 case $ac_init_help in
842 short | recursive
) echo "Configuration of Wine 20021031:";;
847 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
848 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
849 --disable-win16 do not include Win16 support
850 --disable-debug compile out all debugging messages
851 --disable-trace compile out TRACE messages
852 --enable-opengl force usage of OpenGL even
if the latter is
853 thread-safe via pthread
856 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
857 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
858 --without-curses do not use curses
859 --with-wine-tools=<dir
> use Wine tools from directory
<dir
>
860 --with-x use the X Window System
862 Some influential environment variables
:
863 CC C compiler
command
864 CFLAGS C compiler flags
865 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
866 nonstandard directory
<lib dir
>
867 CPPFLAGS C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if you have
868 headers
in a nonstandard directory
<include dir
>
871 Use these variables to override the choices made by
`configure' or to help
872 it to find libraries and programs with nonstandard names/locations.
877 if test "$ac_init_help" = "recursive"; then
878 # If there are subdirs, report their specific --help.
880 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
881 test -d $ac_dir || continue
884 if test "$ac_dir" != .; then
885 ac_dir_suffix=/`echo "$ac_dir" |
sed 's,^\.[\\/],,'`
886 # A "../" for each directory in $ac_dir_suffix.
887 ac_top_builddir=`echo "$ac_dir_suffix" |
sed 's,/[^\\/]*,../,g'`
889 ac_dir_suffix= ac_top_builddir=
893 .) # No --srcdir option. We are building in place.
895 if test -z "$ac_top_builddir"; then
898 ac_top_srcdir=`echo $ac_top_builddir |
sed 's,/$,,'`
900 [\\/]* | ?:[\\/]* ) # Absolute path.
901 ac_srcdir=$srcdir$ac_dir_suffix;
902 ac_top_srcdir=$srcdir ;;
904 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
905 ac_top_srcdir=$ac_top_builddir$srcdir ;;
907 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
909 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
910 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}.
&& pwd`
911 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
912 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
915 # Check for guested configure; otherwise get Cygnus style configure.
916 if test -f $ac_srcdir/configure.gnu; then
918 $SHELL $ac_srcdir/configure.gnu --help=recursive
919 elif test -f $ac_srcdir/configure; then
921 $SHELL $ac_srcdir/configure --help=recursive
922 elif test -f $ac_srcdir/configure.ac ||
923 test -f $ac_srcdir/configure.in; then
927 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
933 test -n "$ac_init_help" && exit 0
934 if $ac_init_version; then
936 Wine configure 20021031
937 generated by GNU Autoconf 2.54
939 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
940 Free Software Foundation, Inc.
941 This configure script is free software; the Free Software Foundation
942 gives unlimited permission to copy, distribute and modify it.
948 This file contains any messages produced by compilers while
949 running configure, to aid debugging if configure makes a mistake.
951 It was created by Wine $as_me 20021031, which was
952 generated by GNU Autoconf 2.54. Invocation command line was
963 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
964 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
965 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
966 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
967 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
969 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
970 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
972 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
973 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
974 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
975 hostinfo = `(hostinfo
) 2>/dev
/null ||
echo unknown
`
976 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
977 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
978 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
982 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
986 test -z "$as_dir" && as_dir=.
1002 # Keep a trace of the command line.
1003 # Strip out --no-create and --no-recursion so they do not pile up.
1004 # Also quote any args containing shell meta-characters.
1010 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1011 | --no-cr | --no-c | -n ) continue ;;
1012 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1013 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1015 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1016 ac_arg=`echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
1018 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1019 # Get rid of the leading space.
1023 # When interrupted or exit'd, cleanup temporary files, and complete
1024 # config.log. We remove comments because anyway the quotes in there
1025 # would cause problems or look ugly.
1026 # WARNING: Be sure not to use single quotes in there, as some shells,
1027 # such as our DU 5.0 friend, will then `close
' the trap.
1028 trap 'exit_status
=$?
1029 # Save into config.log some information that might help in debugging.
1034 ## ---------------- ##
1035 ## Cache variables. ##
1036 ## ---------------- ##
1039 # The following way of writing the cache mishandles newlines in values,
1042 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1045 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1046 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1050 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1057 ## ----------------- ##
1058 ## Output variables. ##
1059 ## ----------------- ##
1062 for ac_var
in $ac_subst_vars
1064 eval ac_val
=$
`echo $ac_var`
1065 echo "$ac_var='"'"'$ac_val'"'"'"
1069 if test -n "$ac_subst_files"; then
1076 for ac_var
in $ac_subst_files
1078 eval ac_val
=$
`echo $ac_var`
1079 echo "$ac_var='"'"'$ac_val'"'"'"
1084 if test -s confdefs.h
; then
1091 sed "/^$/d" confdefs.h |
sort
1094 test "$ac_signal" != 0 &&
1095 echo "$as_me: caught signal $ac_signal"
1096 echo "$as_me: exit $exit_status"
1098 rm -f core core.
* *.core
&&
1099 rm -rf conftest
* confdefs
* conf$$
* $ac_clean_files &&
1102 for ac_signal in 1 2 13 15; do
1103 trap 'ac_signal
='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1107 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1108 rm -rf conftest* confdefs.h
1109 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1112 # Predefined preprocessor variables.
1114 cat >>confdefs.h <<_ACEOF
1115 #define PACKAGE_NAME "$PACKAGE_NAME"
1119 cat >>confdefs.h <<_ACEOF
1120 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1124 cat >>confdefs.h <<_ACEOF
1125 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1129 cat >>confdefs.h <<_ACEOF
1130 #define PACKAGE_STRING "$PACKAGE_STRING"
1134 cat >>confdefs.h <<_ACEOF
1135 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1139 # Let the site file select an alternate cache file if it wants to.
1140 # Prefer explicitly selected file to automatically selected ones.
1141 if test -z "$CONFIG_SITE"; then
1142 if test "x$prefix" != xNONE; then
1143 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1145 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1148 for ac_site_file in $CONFIG_SITE; do
1149 if test -r "$ac_site_file"; then
1150 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1151 echo "$as_me: loading site script $ac_site_file" >&6;}
1152 sed 's
/^
/|
/' "$ac_site_file" >&5
1157 if test -r "$cache_file"; then
1158 # Some versions of bash will fail to source /dev/null (special
1159 # files actually), so we avoid doing that.
1160 if test -f "$cache_file"; then
1161 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1162 echo "$as_me: loading cache $cache_file" >&6;}
1164 [\\/]* | ?:[\\/]* ) . $cache_file;;
1165 *) . ./$cache_file;;
1169 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1170 echo "$as_me: creating cache $cache_file" >&6;}
1174 # Check that the precious variables saved in the cache have kept the same
1176 ac_cache_corrupted=false
1177 for ac_var in `(set) 2>&1 |
1178 sed -n 's
/^ac_env_\
([a-zA-Z_0-9
]*\
)_set
=.
*/\
1/p
'`; do
1179 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1180 eval ac_new_set=\$ac_env_${ac_var}_set
1181 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1182 eval ac_new_val="\$ac_env_${ac_var}_value"
1183 case $ac_old_set,$ac_new_set in
1185 { echo "$as_me:$LINENO: error: \`$ac_var' was
set to \
`$ac_old_val' in the previous run" >&5
1186 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&2;}
1187 ac_cache_corrupted=: ;;
1189 { echo "$as_me:$LINENO: error
: \
`$ac_var' was not set in the previous run" >&5
1190 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1191 ac_cache_corrupted=: ;;
1194 if test "x$ac_old_val" != "x$ac_new_val"; then
1195 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run
:" >&5
1196 echo "$as_me: error
: \
`$ac_var' has changed since the previous run:" >&2;}
1197 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1198 echo "$as_me: former value: $ac_old_val" >&2;}
1199 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1200 echo "$as_me: current value: $ac_new_val" >&2;}
1201 ac_cache_corrupted=:
1204 # Pass precious variables to config.status.
1205 if test "$ac_new_set" = set; then
1207 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1208 ac_arg=$ac_var=`echo "$ac_new_val" |
sed "s/'/'\\\\\\\\''/g"` ;;
1209 *) ac_arg=$ac_var=$ac_new_val ;;
1211 case " $ac_configure_args " in
1212 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1213 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1217 if $ac_cache_corrupted; then
1218 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1219 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1220 { { echo "$as_me:$LINENO: error: run \`make distclean
' and/or \`rm $cache_file' and start over
" >&5
1221 echo "$as_me: error
: run \
`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1222 { (exit 1); exit 1; }; }
1226 ac_cpp='$CPP $CPPFLAGS'
1227 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
1228 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
1229 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1258 ac_config_headers="$ac_config_headers include/config.h"
1261 for ac_dir in tools $srcdir/tools; do
1262 if test -f $ac_dir/install-sh; then
1264 ac_install_sh="$ac_aux_dir/install-sh -c"
1266 elif test -f $ac_dir/install.sh; then
1268 ac_install_sh="$ac_aux_dir/install.sh -c"
1270 elif test -f $ac_dir/shtool; then
1272 ac_install_sh="$ac_aux_dir/shtool install -c"
1276 if test -z "$ac_aux_dir"; then
1277 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools $srcdir/tools" >&5
1278 echo "$as_me: error: cannot find install-sh or install.sh in tools $srcdir/tools" >&2;}
1279 { (exit 1); exit 1; }; }
1281 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1282 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1283 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1290 # Check whether --enable-win16 or --disable-win16 was given.
1291 if test "${enable_win16+set}" = set; then
1292 enableval="$enable_win16"
1295 # Check whether --enable-debug or --disable-debug was given.
1296 if test "${enable_debug+set}" = set; then
1297 enableval="$enable_debug"
1300 # Check whether --enable-trace or --disable-trace was given.
1301 if test "${enable_trace+set}" = set; then
1302 enableval="$enable_trace"
1305 # Check whether --enable-opengl or --disable-opengl was given.
1306 if test "${enable_opengl+set}" = set; then
1307 enableval="$enable_opengl"
1311 # Check whether --with-curses or --without-curses was given.
1312 if test "${with_curses+set}" = set; then
1313 withval="$with_curses"
1317 # Check whether --with-wine-tools or --without-wine-tools was given.
1318 if test "${with_wine_tools+set}" = set; then
1319 withval="$with_wine_tools"
1324 WIN16_FILES="\$(WIN16_FILES)"
1326 WIN16_INSTALL="\$(WIN16_INSTALL)"
1328 if test "x$enable_win16" = "xno"
1333 if test "x$enable_debug" = "xno"
1336 cat >>confdefs.h <<\_ACEOF
1337 #define NO_DEBUG_MSGS 1
1341 if test "x$enable_trace" = "xno" -o "x$enable_debug" = "xno"
1344 cat >>confdefs.h <<\_ACEOF
1345 #define NO_TRACE_MSGS 1
1351 # Make sure we can run config.sub.
1352 $ac_config_sub sun4 >/dev/null 2>&1 ||
1353 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1354 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1355 { (exit 1); exit 1; }; }
1357 echo "$as_me:$LINENO: checking build system type" >&5
1358 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1359 if test "${ac_cv_build+set}" = set; then
1360 echo $ECHO_N "(cached) $ECHO_C" >&6
1362 ac_cv_build_alias=$build_alias
1363 test -z "$ac_cv_build_alias" &&
1364 ac_cv_build_alias=`$ac_config_guess`
1365 test -z "$ac_cv_build_alias" &&
1366 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1367 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1368 { (exit 1); exit 1; }; }
1369 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1370 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1371 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1372 { (exit 1); exit 1; }; }
1375 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1376 echo "${ECHO_T}$ac_cv_build" >&6
1378 build_cpu=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1379 build_vendor=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1380 build_os=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1383 echo "$as_me:$LINENO: checking host system type" >&5
1384 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1385 if test "${ac_cv_host+set}" = set; then
1386 echo $ECHO_N "(cached) $ECHO_C" >&6
1388 ac_cv_host_alias=$host_alias
1389 test -z "$ac_cv_host_alias" &&
1390 ac_cv_host_alias=$ac_cv_build_alias
1391 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1392 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1393 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1394 { (exit 1); exit 1; }; }
1397 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1398 echo "${ECHO_T}$ac_cv_host" >&6
1400 host_cpu=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1401 host_vendor=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1402 host_os=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1405 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \${MAKE}" >&5
1406 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
1407 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y
,.
/+-,__p_
,'`
1408 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1409 echo $ECHO_N "(cached) $ECHO_C" >&6
1411 cat >conftest.make <<\_ACEOF
1413 @echo 'ac_maketemp
="${MAKE}"'
1415 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1416 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1417 if test -n "$ac_maketemp"; then
1418 eval ac_cv_prog_make_${ac_make}_set=yes
1420 eval ac_cv_prog_make_${ac_make}_set=no
1424 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1425 echo "$as_me:$LINENO: result: yes" >&5
1426 echo "${ECHO_T}yes" >&6
1429 echo "$as_me:$LINENO: result: no" >&5
1430 echo "${ECHO_T}no" >&6
1431 SET_MAKE="MAKE=${MAKE-make}"
1435 ac_cpp='$CPP $CPPFLAGS'
1436 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
1437 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
1438 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1439 if test -n "$ac_tool_prefix"; then
1440 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1441 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1442 echo "$as_me:$LINENO: checking for $ac_word" >&5
1443 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1444 if test "${ac_cv_prog_CC+set}" = set; then
1445 echo $ECHO_N "(cached) $ECHO_C" >&6
1447 if test -n "$CC"; then
1448 ac_cv_prog_CC="$CC" # Let the user override the test.
1450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1454 test -z "$as_dir" && as_dir=.
1455 for ac_exec_ext in '' $ac_executable_extensions; do
1456 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1457 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1458 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1467 if test -n "$CC"; then
1468 echo "$as_me:$LINENO: result: $CC" >&5
1469 echo "${ECHO_T}$CC" >&6
1471 echo "$as_me:$LINENO: result: no" >&5
1472 echo "${ECHO_T}no" >&6
1476 if test -z "$ac_cv_prog_CC"; then
1478 # Extract the first word of "gcc", so it can be a program name with args.
1479 set dummy gcc; ac_word=$2
1480 echo "$as_me:$LINENO: checking for $ac_word" >&5
1481 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1482 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1483 echo $ECHO_N "(cached) $ECHO_C" >&6
1485 if test -n "$ac_ct_CC"; then
1486 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1488 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1492 test -z "$as_dir" && as_dir=.
1493 for ac_exec_ext in '' $ac_executable_extensions; do
1494 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1495 ac_cv_prog_ac_ct_CC="gcc"
1496 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1504 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1505 if test -n "$ac_ct_CC"; then
1506 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1507 echo "${ECHO_T}$ac_ct_CC" >&6
1509 echo "$as_me:$LINENO: result: no" >&5
1510 echo "${ECHO_T}no" >&6
1518 if test -z "$CC"; then
1519 if test -n "$ac_tool_prefix"; then
1520 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1521 set dummy ${ac_tool_prefix}cc; ac_word=$2
1522 echo "$as_me:$LINENO: checking for $ac_word" >&5
1523 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1524 if test "${ac_cv_prog_CC+set}" = set; then
1525 echo $ECHO_N "(cached) $ECHO_C" >&6
1527 if test -n "$CC"; then
1528 ac_cv_prog_CC="$CC" # Let the user override the test.
1530 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1534 test -z "$as_dir" && as_dir=.
1535 for ac_exec_ext in '' $ac_executable_extensions; do
1536 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1537 ac_cv_prog_CC="${ac_tool_prefix}cc"
1538 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1547 if test -n "$CC"; then
1548 echo "$as_me:$LINENO: result: $CC" >&5
1549 echo "${ECHO_T}$CC" >&6
1551 echo "$as_me:$LINENO: result: no" >&5
1552 echo "${ECHO_T}no" >&6
1556 if test -z "$ac_cv_prog_CC"; then
1558 # Extract the first word of "cc", so it can be a program name with args.
1559 set dummy cc; ac_word=$2
1560 echo "$as_me:$LINENO: checking for $ac_word" >&5
1561 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1562 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1563 echo $ECHO_N "(cached) $ECHO_C" >&6
1565 if test -n "$ac_ct_CC"; then
1566 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1568 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1572 test -z "$as_dir" && as_dir=.
1573 for ac_exec_ext in '' $ac_executable_extensions; do
1574 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1575 ac_cv_prog_ac_ct_CC="cc"
1576 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1584 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1585 if test -n "$ac_ct_CC"; then
1586 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1587 echo "${ECHO_T}$ac_ct_CC" >&6
1589 echo "$as_me:$LINENO: result: no" >&5
1590 echo "${ECHO_T}no" >&6
1599 if test -z "$CC"; then
1600 # Extract the first word of "cc", so it can be a program name with args.
1601 set dummy cc; ac_word=$2
1602 echo "$as_me:$LINENO: checking for $ac_word" >&5
1603 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1604 if test "${ac_cv_prog_CC+set}" = set; then
1605 echo $ECHO_N "(cached) $ECHO_C" >&6
1607 if test -n "$CC"; then
1608 ac_cv_prog_CC="$CC" # Let the user override the test.
1611 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1615 test -z "$as_dir" && as_dir=.
1616 for ac_exec_ext in '' $ac_executable_extensions; do
1617 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1618 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1619 ac_prog_rejected=yes
1623 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1629 if test $ac_prog_rejected = yes; then
1630 # We found a bogon in the path, so make sure we never use it.
1631 set dummy $ac_cv_prog_CC
1633 if test $# != 0; then
1634 # We chose a different compiler from the bogus one.
1635 # However, it has the same basename, so the bogon will be chosen
1636 # first if we set CC to just the basename; use the full file name.
1638 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1644 if test -n "$CC"; then
1645 echo "$as_me:$LINENO: result: $CC" >&5
1646 echo "${ECHO_T}$CC" >&6
1648 echo "$as_me:$LINENO: result: no" >&5
1649 echo "${ECHO_T}no" >&6
1653 if test -z "$CC"; then
1654 if test -n "$ac_tool_prefix"; then
1657 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1658 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1659 echo "$as_me:$LINENO: checking for $ac_word" >&5
1660 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1661 if test "${ac_cv_prog_CC+set}" = set; then
1662 echo $ECHO_N "(cached) $ECHO_C" >&6
1664 if test -n "$CC"; then
1665 ac_cv_prog_CC="$CC" # Let the user override the test.
1667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1671 test -z "$as_dir" && as_dir=.
1672 for ac_exec_ext in '' $ac_executable_extensions; do
1673 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1674 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1675 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1684 if test -n "$CC"; then
1685 echo "$as_me:$LINENO: result: $CC" >&5
1686 echo "${ECHO_T}$CC" >&6
1688 echo "$as_me:$LINENO: result: no" >&5
1689 echo "${ECHO_T}no" >&6
1692 test -n "$CC" && break
1695 if test -z "$CC"; then
1699 # Extract the first word of "$ac_prog", so it can be a program name with args.
1700 set dummy $ac_prog; ac_word=$2
1701 echo "$as_me:$LINENO: checking for $ac_word" >&5
1702 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1703 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1704 echo $ECHO_N "(cached) $ECHO_C" >&6
1706 if test -n "$ac_ct_CC"; then
1707 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1709 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1713 test -z "$as_dir" && as_dir=.
1714 for ac_exec_ext in '' $ac_executable_extensions; do
1715 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1716 ac_cv_prog_ac_ct_CC="$ac_prog"
1717 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1725 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1726 if test -n "$ac_ct_CC"; then
1727 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1728 echo "${ECHO_T}$ac_ct_CC" >&6
1730 echo "$as_me:$LINENO: result: no" >&5
1731 echo "${ECHO_T}no" >&6
1734 test -n "$ac_ct_CC" && break
1743 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH" >&5
1744 echo "$as_me: error: no acceptable C compiler found in \$PATH" >&2;}
1745 { (exit 1); exit 1; }; }
1747 # Provide some information about the compiler.
1748 echo "$as_me:$LINENO:" \
1749 "checking for C compiler version" >&5
1750 ac_compiler=`set X $ac_compile; echo $2`
1751 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1752 (eval $ac_compiler --version </dev/null >&5) 2>&5
1754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1755 (exit $ac_status); }
1756 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1757 (eval $ac_compiler -v </dev/null >&5) 2>&5
1759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1760 (exit $ac_status); }
1761 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1762 (eval $ac_compiler -V </dev/null >&5) 2>&5
1764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1765 (exit $ac_status); }
1767 cat >conftest.$ac_ext <<_ACEOF
1768 #line $LINENO "configure"
1769 #include "confdefs.h"
1779 ac_clean_files_save=$ac_clean_files
1780 ac_clean_files="$ac_clean_files a.out a.exe"
1781 # Try to create an executable without -o first, disregard a.out.
1782 # It will help us diagnose broken compilers, and finding out an intuition
1784 echo "$as_me:$LINENO: checking for C compiler default output" >&5
1785 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
1786 ac_link_default=`echo "$ac_link" | sed 's
/ -o *conftest
[^
]*//'`
1787 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1788 (eval $ac_link_default) 2>&5
1790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1791 (exit $ac_status); }; then
1792 # Find the output, starting from the most likely. This scheme is
1793 # not robust to junk in `.', hence go to wildcards
(a.
*) only as a last
1796 # Be careful to initialize this variable, since it used to be cached.
1797 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1799 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
*; do
1800 test -f "$ac_file" ||
continue
1802 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
1803 a.out
) # We found the default executable, but exeext='' is most
1806 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
1807 # FIXME: I believe we export ac_cv_exeext for Libtool --akim.
1814 echo "$as_me: failed program was:" >&5
1815 cat conftest.
$ac_ext >&5
1816 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
1817 check \`config.log' for details." >&5
1818 echo "$as_me: error: C compiler cannot create executables
1819 check \`config.log' for details." >&2;}
1820 { (exit 77); exit 77; }; }
1823 ac_exeext
=$ac_cv_exeext
1824 echo "$as_me:$LINENO: result: $ac_file" >&5
1825 echo "${ECHO_T}$ac_file" >&6
1827 # Check the compiler produces executables we can run. If not, either
1828 # the compiler is broken, or we cross compile.
1829 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1830 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1831 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1832 # If not cross compiling, check that we can run a simple program.
1833 if test "$cross_compiling" != yes; then
1834 if { ac_try
='./$ac_file'
1835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1839 (exit $ac_status); }; }; then
1842 if test "$cross_compiling" = maybe
; then
1845 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
1846 If you meant to cross compile, use \`--host'." >&5
1847 echo "$as_me: error: cannot run C compiled programs.
1848 If you meant to cross compile, use \`--host'." >&2;}
1849 { (exit 1); exit 1; }; }
1853 echo "$as_me:$LINENO: result: yes" >&5
1854 echo "${ECHO_T}yes" >&6
1856 rm -f a.out a.exe conftest
$ac_cv_exeext
1857 ac_clean_files
=$ac_clean_files_save
1858 # Check the compiler produces executables we can run. If not, either
1859 # the compiler is broken, or we cross compile.
1860 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
1861 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
1862 echo "$as_me:$LINENO: result: $cross_compiling" >&5
1863 echo "${ECHO_T}$cross_compiling" >&6
1865 echo "$as_me:$LINENO: checking for suffix of executables" >&5
1866 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
1867 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1868 (eval $ac_link) 2>&5
1870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1871 (exit $ac_status); }; then
1872 # If both `conftest.exe' and `conftest' are `present' (well, observable)
1873 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
1874 # work properly (i.e., refer to `conftest.exe'), while it won't with
1876 for ac_file
in conftest.exe conftest conftest.
*; do
1877 test -f "$ac_file" ||
continue
1879 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
1880 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
1887 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link" >&5
1888 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link" >&2;}
1889 { (exit 1); exit 1; }; }
1892 rm -f conftest
$ac_cv_exeext
1893 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
1894 echo "${ECHO_T}$ac_cv_exeext" >&6
1896 rm -f conftest.
$ac_ext
1897 EXEEXT
=$ac_cv_exeext
1899 echo "$as_me:$LINENO: checking for suffix of object files" >&5
1900 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
1901 if test "${ac_cv_objext+set}" = set; then
1902 echo $ECHO_N "(cached) $ECHO_C" >&6
1904 cat >conftest.
$ac_ext <<_ACEOF
1905 #line $LINENO "configure"
1906 #include "confdefs.h"
1916 rm -f conftest.o conftest.obj
1917 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1918 (eval $ac_compile) 2>&5
1920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1921 (exit $ac_status); }; then
1922 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
1924 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
1925 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
1930 echo "$as_me: failed program was:" >&5
1931 cat conftest.
$ac_ext >&5
1932 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile" >&5
1933 echo "$as_me: error: cannot compute suffix of object files: cannot compile" >&2;}
1934 { (exit 1); exit 1; }; }
1937 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
1939 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
1940 echo "${ECHO_T}$ac_cv_objext" >&6
1941 OBJEXT
=$ac_cv_objext
1943 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
1944 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
1945 if test "${ac_cv_c_compiler_gnu+set}" = set; then
1946 echo $ECHO_N "(cached) $ECHO_C" >&6
1948 cat >conftest.
$ac_ext <<_ACEOF
1949 #line $LINENO "configure"
1950 #include "confdefs.h"
1963 rm -f conftest.
$ac_objext
1964 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1965 (eval $ac_compile) 2>&5
1967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1968 (exit $ac_status); } &&
1969 { ac_try
='test -s conftest.$ac_objext'
1970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1974 (exit $ac_status); }; }; then
1977 echo "$as_me: failed program was:" >&5
1978 cat conftest.
$ac_ext >&5
1981 rm -f conftest.
$ac_objext conftest.
$ac_ext
1982 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
1985 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
1986 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
1987 GCC
=`test $ac_compiler_gnu = yes && echo yes`
1988 ac_test_CFLAGS
=${CFLAGS+set}
1989 ac_save_CFLAGS
=$CFLAGS
1991 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
1992 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
1993 if test "${ac_cv_prog_cc_g+set}" = set; then
1994 echo $ECHO_N "(cached) $ECHO_C" >&6
1996 cat >conftest.
$ac_ext <<_ACEOF
1997 #line $LINENO "configure"
1998 #include "confdefs.h"
2008 rm -f conftest.
$ac_objext
2009 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2010 (eval $ac_compile) 2>&5
2012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2013 (exit $ac_status); } &&
2014 { ac_try
='test -s conftest.$ac_objext'
2015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2019 (exit $ac_status); }; }; then
2022 echo "$as_me: failed program was:" >&5
2023 cat conftest.
$ac_ext >&5
2026 rm -f conftest.
$ac_objext conftest.
$ac_ext
2028 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2029 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2030 if test "$ac_test_CFLAGS" = set; then
2031 CFLAGS
=$ac_save_CFLAGS
2032 elif test $ac_cv_prog_cc_g = yes; then
2033 if test "$GCC" = yes; then
2039 if test "$GCC" = yes; then
2045 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2046 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2047 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2048 echo $ECHO_N "(cached) $ECHO_C" >&6
2050 ac_cv_prog_cc_stdc
=no
2052 cat >conftest.
$ac_ext <<_ACEOF
2053 #line $LINENO "configure"
2054 #include "confdefs.h"
2057 #include <sys/types.h>
2058 #include <sys/stat.h>
2059 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2060 struct buf { int x; };
2061 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2062 static char *e (p, i)
2068 static char *f (char * (*g) (char **, int), char **p, ...)
2073 s = g (p, va_arg (v,int));
2077 int test (int i, double x);
2078 struct s1 {int (*f) (int a);};
2079 struct s2 {int (*f) (double a);};
2080 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2086 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2091 # Don't try gcc -ansi; that turns off useful extensions and
2092 # breaks some systems' header files.
2093 # AIX -qlanglvl=ansi
2094 # Ultrix and OSF/1 -std1
2095 # HP-UX 10.20 and later -Ae
2096 # HP-UX older versions -Aa -D_HPUX_SOURCE
2097 # SVR4 -Xc -D__EXTENSIONS__
2098 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2100 CC
="$ac_save_CC $ac_arg"
2101 rm -f conftest.
$ac_objext
2102 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2103 (eval $ac_compile) 2>&5
2105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2106 (exit $ac_status); } &&
2107 { ac_try
='test -s conftest.$ac_objext'
2108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2112 (exit $ac_status); }; }; then
2113 ac_cv_prog_cc_stdc
=$ac_arg
2116 echo "$as_me: failed program was:" >&5
2117 cat conftest.
$ac_ext >&5
2119 rm -f conftest.
$ac_objext
2121 rm -f conftest.
$ac_ext conftest.
$ac_objext
2126 case "x$ac_cv_prog_cc_stdc" in
2128 echo "$as_me:$LINENO: result: none needed" >&5
2129 echo "${ECHO_T}none needed" >&6 ;;
2131 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2132 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2133 CC
="$CC $ac_cv_prog_cc_stdc" ;;
2136 # Some people use a C++ compiler to compile C. Since we use `exit',
2137 # in C++ we need to declare it. In case someone uses the same compiler
2138 # for both compiling C and C++ we need to have the C++ compiler decide
2139 # the declaration of exit, since it's the most demanding environment.
2140 cat >conftest.
$ac_ext <<_ACEOF
2145 rm -f conftest.
$ac_objext
2146 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2147 (eval $ac_compile) 2>&5
2149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2150 (exit $ac_status); } &&
2151 { ac_try
='test -s conftest.$ac_objext'
2152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2156 (exit $ac_status); }; }; then
2157 for ac_declaration
in \
2159 '#include <stdlib.h>' \
2160 'extern "C" void std::exit (int) throw (); using std::exit;' \
2161 'extern "C" void std::exit (int); using std::exit;' \
2162 'extern "C" void exit (int) throw ();' \
2163 'extern "C" void exit (int);' \
2166 cat >conftest.
$ac_ext <<_ACEOF
2167 #line $LINENO "configure"
2168 #include "confdefs.h"
2179 rm -f conftest.
$ac_objext
2180 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2181 (eval $ac_compile) 2>&5
2183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2184 (exit $ac_status); } &&
2185 { ac_try
='test -s conftest.$ac_objext'
2186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2190 (exit $ac_status); }; }; then
2193 echo "$as_me: failed program was:" >&5
2194 cat conftest.
$ac_ext >&5
2197 rm -f conftest.
$ac_objext conftest.
$ac_ext
2198 cat >conftest.
$ac_ext <<_ACEOF
2199 #line $LINENO "configure"
2200 #include "confdefs.h"
2210 rm -f conftest.
$ac_objext
2211 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2212 (eval $ac_compile) 2>&5
2214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2215 (exit $ac_status); } &&
2216 { ac_try
='test -s conftest.$ac_objext'
2217 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2221 (exit $ac_status); }; }; then
2224 echo "$as_me: failed program was:" >&5
2225 cat conftest.
$ac_ext >&5
2227 rm -f conftest.
$ac_objext conftest.
$ac_ext
2230 if test -n "$ac_declaration"; then
2231 echo '#ifdef __cplusplus' >>confdefs.h
2232 echo $ac_declaration >>confdefs.h
2233 echo '#endif' >>confdefs.h
2237 echo "$as_me: failed program was:" >&5
2238 cat conftest.
$ac_ext >&5
2240 rm -f conftest.
$ac_objext conftest.
$ac_ext
2242 ac_cpp
='$CPP $CPPFLAGS'
2243 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2244 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2245 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2248 ac_cpp
='$CPP $CPPFLAGS'
2249 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2250 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2251 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2252 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
2253 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
2254 # On Suns, sometimes $CPP names a directory.
2255 if test -n "$CPP" && test -d "$CPP"; then
2258 if test -z "$CPP"; then
2259 if test "${ac_cv_prog_CPP+set}" = set; then
2260 echo $ECHO_N "(cached) $ECHO_C" >&6
2262 # Double quotes because CPP needs to be expanded
2263 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
2266 for ac_c_preproc_warn_flag
in '' yes
2268 # Use a header file that comes with gcc, so configuring glibc
2269 # with a fresh cross-compiler works.
2270 # On the NeXT, cc -E runs the code through the compiler's parser,
2271 # not just through cpp. "Syntax error" is here to catch this case.
2272 cat >conftest.
$ac_ext <<_ACEOF
2273 #line $LINENO "configure"
2274 #include "confdefs.h"
2278 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2279 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
2281 grep -v '^ *+' conftest.er1
>conftest.err
2283 cat conftest.err
>&5
2284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2285 (exit $ac_status); } >/dev
/null
; then
2286 if test -s conftest.err
; then
2287 ac_cpp_err
=$ac_c_preproc_warn_flag
2294 if test -z "$ac_cpp_err"; then
2297 echo "$as_me: failed program was:" >&5
2298 cat conftest.
$ac_ext >&5
2299 # Broken: fails on valid input.
2302 rm -f conftest.err conftest.
$ac_ext
2304 # OK, works on sane cases. Now check whether non-existent headers
2305 # can be detected and how.
2306 cat >conftest.
$ac_ext <<_ACEOF
2307 #line $LINENO "configure"
2308 #include "confdefs.h"
2309 #include <ac_nonexistent.h>
2311 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2312 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
2314 grep -v '^ *+' conftest.er1
>conftest.err
2316 cat conftest.err
>&5
2317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2318 (exit $ac_status); } >/dev
/null
; then
2319 if test -s conftest.err
; then
2320 ac_cpp_err
=$ac_c_preproc_warn_flag
2327 if test -z "$ac_cpp_err"; then
2328 # Broken: success on invalid input.
2331 echo "$as_me: failed program was:" >&5
2332 cat conftest.
$ac_ext >&5
2333 # Passes both tests.
2337 rm -f conftest.err conftest.
$ac_ext
2340 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2341 rm -f conftest.err conftest.
$ac_ext
2342 if $ac_preproc_ok; then
2354 echo "$as_me:$LINENO: result: $CPP" >&5
2355 echo "${ECHO_T}$CPP" >&6
2357 for ac_c_preproc_warn_flag
in '' yes
2359 # Use a header file that comes with gcc, so configuring glibc
2360 # with a fresh cross-compiler works.
2361 # On the NeXT, cc -E runs the code through the compiler's parser,
2362 # not just through cpp. "Syntax error" is here to catch this case.
2363 cat >conftest.
$ac_ext <<_ACEOF
2364 #line $LINENO "configure"
2365 #include "confdefs.h"
2369 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2370 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
2372 grep -v '^ *+' conftest.er1
>conftest.err
2374 cat conftest.err
>&5
2375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2376 (exit $ac_status); } >/dev
/null
; then
2377 if test -s conftest.err
; then
2378 ac_cpp_err
=$ac_c_preproc_warn_flag
2385 if test -z "$ac_cpp_err"; then
2388 echo "$as_me: failed program was:" >&5
2389 cat conftest.
$ac_ext >&5
2390 # Broken: fails on valid input.
2393 rm -f conftest.err conftest.
$ac_ext
2395 # OK, works on sane cases. Now check whether non-existent headers
2396 # can be detected and how.
2397 cat >conftest.
$ac_ext <<_ACEOF
2398 #line $LINENO "configure"
2399 #include "confdefs.h"
2400 #include <ac_nonexistent.h>
2402 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2403 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
2405 grep -v '^ *+' conftest.er1
>conftest.err
2407 cat conftest.err
>&5
2408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2409 (exit $ac_status); } >/dev
/null
; then
2410 if test -s conftest.err
; then
2411 ac_cpp_err
=$ac_c_preproc_warn_flag
2418 if test -z "$ac_cpp_err"; then
2419 # Broken: success on invalid input.
2422 echo "$as_me: failed program was:" >&5
2423 cat conftest.
$ac_ext >&5
2424 # Passes both tests.
2428 rm -f conftest.err conftest.
$ac_ext
2431 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2432 rm -f conftest.err conftest.
$ac_ext
2433 if $ac_preproc_ok; then
2436 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check" >&5
2437 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
2438 { (exit 1); exit 1; }; }
2442 ac_cpp
='$CPP $CPPFLAGS'
2443 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2444 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2445 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2448 echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
2449 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6
2450 if test "${wine_cv_toolsdir+set}" = set; then
2451 echo $ECHO_N "(cached) $ECHO_C" >&6
2453 if test -z "$with_wine_tools"; then
2454 if test "$cross_compiling" = "yes"; then
2455 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
2456 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
2457 { (exit 1); exit 1; }; }
2459 wine_cv_toolsdir
="\$(TOPOBJDIR)"
2461 elif test -d "$with_wine_tools/tools/winebuild"; then
2462 case $with_wine_tools in
2463 /*) wine_cv_toolsdir
="$with_wine_tools" ;;
2464 *) wine_cv_toolsdir
="\$(TOPOBJDIR)/$with_wine_tools" ;;
2467 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
2468 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
2469 { (exit 1); exit 1; }; }
2472 echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
2473 echo "${ECHO_T}$wine_cv_toolsdir" >&6
2474 TOOLSDIR
=$wine_cv_toolsdir
2479 echo "$as_me:$LINENO: checking for X" >&5
2480 echo $ECHO_N "checking for X... $ECHO_C" >&6
2483 # Check whether --with-x or --without-x was given.
2484 if test "${with_x+set}" = set; then
2488 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
2489 if test "x$with_x" = xno
; then
2490 # The user explicitly disabled X.
2493 if test "x$x_includes" != xNONE
&& test "x$x_libraries" != xNONE
; then
2494 # Both variables are already set.
2497 if test "${ac_cv_have_x+set}" = set; then
2498 echo $ECHO_N "(cached) $ECHO_C" >&6
2500 # One or both of the vars are not set, and there is no cached value.
2501 ac_x_includes
=no ac_x_libraries
=no
2503 if mkdir conftest.dir
; then
2505 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
2506 cat >Imakefile
<<'_ACEOF'
2508 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
2510 if (xmkmf
) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
2511 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2512 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
2513 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
2514 for ac_extension
in a so sl
; do
2515 if test ! -f $ac_im_usrlibdir/libX11.
$ac_extension &&
2516 test -f $ac_im_libdir/libX11.
$ac_extension; then
2517 ac_im_usrlibdir
=$ac_im_libdir; break
2520 # Screen out bogus values from the imake configuration. They are
2521 # bogus both because they are the default anyway, and because
2522 # using them would break gcc on systems where it needs fixed includes.
2523 case $ac_im_incroot in
2525 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
2527 case $ac_im_usrlibdir in
2529 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
2536 # Standard set of common directories for X headers.
2537 # Check X11 before X11Rn because it is often a symlink to the current release.
2549 /usr/local/X11/include
2550 /usr/local/X11R6/include
2551 /usr/local/X11R5/include
2552 /usr/local/X11R4/include
2554 /usr/local/include/X11
2555 /usr/local/include/X11R6
2556 /usr/local/include/X11R5
2557 /usr/local/include/X11R4
2561 /usr/XFree86/include/X11
2565 /usr/unsupported/include
2567 /usr/local/x11r5/include
2568 /usr/lpp/Xamples/include
2570 /usr/openwin/include
2571 /usr/openwin/share/include'
2573 if test "$ac_x_includes" = no
; then
2574 # Guess where to find include files, by looking for Intrinsic.h.
2575 # First, try using that file with no special directory specified.
2576 cat >conftest.
$ac_ext <<_ACEOF
2577 #line $LINENO "configure"
2578 #include "confdefs.h"
2579 #include <X11/Intrinsic.h>
2581 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2582 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
2584 grep -v '^ *+' conftest.er1
>conftest.err
2586 cat conftest.err
>&5
2587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2588 (exit $ac_status); } >/dev
/null
; then
2589 if test -s conftest.err
; then
2590 ac_cpp_err
=$ac_c_preproc_warn_flag
2597 if test -z "$ac_cpp_err"; then
2598 # We can compile using X headers with no special include directory.
2601 echo "$as_me: failed program was:" >&5
2602 cat conftest.
$ac_ext >&5
2603 for ac_dir
in $ac_x_header_dirs; do
2604 if test -r "$ac_dir/X11/Intrinsic.h"; then
2605 ac_x_includes
=$ac_dir
2610 rm -f conftest.err conftest.
$ac_ext
2611 fi # $ac_x_includes = no
2613 if test "$ac_x_libraries" = no
; then
2614 # Check for the libraries.
2615 # See if we find them without any special options.
2616 # Don't add to $LIBS permanently.
2619 cat >conftest.
$ac_ext <<_ACEOF
2620 #line $LINENO "configure"
2621 #include "confdefs.h"
2622 #include <X11/Intrinsic.h>
2631 rm -f conftest.
$ac_objext conftest
$ac_exeext
2632 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2633 (eval $ac_link) 2>&5
2635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2636 (exit $ac_status); } &&
2637 { ac_try
='test -s conftest$ac_exeext'
2638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2642 (exit $ac_status); }; }; then
2644 # We can link X programs with no special library path.
2647 echo "$as_me: failed program was:" >&5
2648 cat conftest.
$ac_ext >&5
2650 for ac_dir
in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
2652 # Don't even attempt the hair of trying to link an X program!
2653 for ac_extension
in a so sl
; do
2654 if test -r $ac_dir/libXt.
$ac_extension; then
2655 ac_x_libraries
=$ac_dir
2661 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
2662 fi # $ac_x_libraries = no
2664 if test "$ac_x_includes" = no ||
test "$ac_x_libraries" = no
; then
2665 # Didn't find X anywhere. Cache the known absence of X.
2666 ac_cv_have_x
="have_x=no"
2668 # Record where we found X for the cache.
2669 ac_cv_have_x
="have_x=yes \
2670 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
2675 eval "$ac_cv_have_x"
2678 if test "$have_x" != yes; then
2679 echo "$as_me:$LINENO: result: $have_x" >&5
2680 echo "${ECHO_T}$have_x" >&6
2683 # If each of the values was on the command line, it overrides each guess.
2684 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
2685 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
2686 # Update the cache value to reflect the command line values.
2687 ac_cv_have_x
="have_x=yes \
2688 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
2689 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
2690 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
2693 if test "$no_x" = yes; then
2694 # Not all programs may use this symbol, but it does not hurt to define it.
2696 cat >>confdefs.h
<<\_ACEOF
2697 #define X_DISPLAY_MISSING 1
2700 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
2702 if test -n "$x_includes"; then
2703 X_CFLAGS
="$X_CFLAGS -I$x_includes"
2706 # It would also be nice to do this for all -L options, not just this one.
2707 if test -n "$x_libraries"; then
2708 X_LIBS
="$X_LIBS -L$x_libraries"
2709 # For Solaris; some versions of Sun CC require a space after -R and
2710 # others require no space. Words are not sufficient . . . .
2711 case `(uname -sr) 2>/dev/null` in
2713 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
2714 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
2715 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
2716 cat >conftest.
$ac_ext <<_ACEOF
2717 #line $LINENO "configure"
2718 #include "confdefs.h"
2728 rm -f conftest.
$ac_objext conftest
$ac_exeext
2729 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2730 (eval $ac_link) 2>&5
2732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2733 (exit $ac_status); } &&
2734 { ac_try
='test -s conftest$ac_exeext'
2735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2739 (exit $ac_status); }; }; then
2742 echo "$as_me: failed program was:" >&5
2743 cat conftest.
$ac_ext >&5
2746 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
2747 if test $ac_R_nospace = yes; then
2748 echo "$as_me:$LINENO: result: no" >&5
2749 echo "${ECHO_T}no" >&6
2750 X_LIBS
="$X_LIBS -R$x_libraries"
2752 LIBS
="$ac_xsave_LIBS -R $x_libraries"
2753 cat >conftest.
$ac_ext <<_ACEOF
2754 #line $LINENO "configure"
2755 #include "confdefs.h"
2765 rm -f conftest.
$ac_objext conftest
$ac_exeext
2766 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2767 (eval $ac_link) 2>&5
2769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2770 (exit $ac_status); } &&
2771 { ac_try
='test -s conftest$ac_exeext'
2772 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2776 (exit $ac_status); }; }; then
2779 echo "$as_me: failed program was:" >&5
2780 cat conftest.
$ac_ext >&5
2783 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
2784 if test $ac_R_space = yes; then
2785 echo "$as_me:$LINENO: result: yes" >&5
2786 echo "${ECHO_T}yes" >&6
2787 X_LIBS
="$X_LIBS -R $x_libraries"
2789 echo "$as_me:$LINENO: result: neither works" >&5
2790 echo "${ECHO_T}neither works" >&6
2797 # Check for system-dependent libraries X programs must link with.
2798 # Do this before checking for the system-independent R6 libraries
2799 # (-lICE), since we may need -lsocket or whatever for X linking.
2801 if test "$ISC" = yes; then
2802 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
2804 # Martyn Johnson says this is needed for Ultrix, if the X
2805 # libraries were built with DECnet support. And Karl Berry says
2806 # the Alpha needs dnet_stub (dnet does not exist).
2807 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
2808 cat >conftest.
$ac_ext <<_ACEOF
2809 #line $LINENO "configure"
2810 #include "confdefs.h"
2812 /* Override any gcc2 internal prototype to avoid an error. */
2816 /* We use char because int might match the return type of a gcc2
2817 builtin and then its argument prototype would still apply. */
2818 char XOpenDisplay ();
2827 rm -f conftest.
$ac_objext conftest
$ac_exeext
2828 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2829 (eval $ac_link) 2>&5
2831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2832 (exit $ac_status); } &&
2833 { ac_try
='test -s conftest$ac_exeext'
2834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2838 (exit $ac_status); }; }; then
2841 echo "$as_me: failed program was:" >&5
2842 cat conftest.
$ac_ext >&5
2843 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
2844 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
2845 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
2846 echo $ECHO_N "(cached) $ECHO_C" >&6
2848 ac_check_lib_save_LIBS
=$LIBS
2850 cat >conftest.
$ac_ext <<_ACEOF
2851 #line $LINENO "configure"
2852 #include "confdefs.h"
2854 /* Override any gcc2 internal prototype to avoid an error. */
2858 /* We use char because int might match the return type of a gcc2
2859 builtin and then its argument prototype would still apply. */
2869 rm -f conftest.
$ac_objext conftest
$ac_exeext
2870 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2871 (eval $ac_link) 2>&5
2873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2874 (exit $ac_status); } &&
2875 { ac_try
='test -s conftest$ac_exeext'
2876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2880 (exit $ac_status); }; }; then
2881 ac_cv_lib_dnet_dnet_ntoa
=yes
2883 echo "$as_me: failed program was:" >&5
2884 cat conftest.
$ac_ext >&5
2885 ac_cv_lib_dnet_dnet_ntoa
=no
2887 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
2888 LIBS
=$ac_check_lib_save_LIBS
2890 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
2891 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
2892 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
2893 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
2896 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
2897 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
2898 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
2899 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
2900 echo $ECHO_N "(cached) $ECHO_C" >&6
2902 ac_check_lib_save_LIBS
=$LIBS
2903 LIBS
="-ldnet_stub $LIBS"
2904 cat >conftest.
$ac_ext <<_ACEOF
2905 #line $LINENO "configure"
2906 #include "confdefs.h"
2908 /* Override any gcc2 internal prototype to avoid an error. */
2912 /* We use char because int might match the return type of a gcc2
2913 builtin and then its argument prototype would still apply. */
2923 rm -f conftest.
$ac_objext conftest
$ac_exeext
2924 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2925 (eval $ac_link) 2>&5
2927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2928 (exit $ac_status); } &&
2929 { ac_try
='test -s conftest$ac_exeext'
2930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2934 (exit $ac_status); }; }; then
2935 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
2937 echo "$as_me: failed program was:" >&5
2938 cat conftest.
$ac_ext >&5
2939 ac_cv_lib_dnet_stub_dnet_ntoa
=no
2941 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
2942 LIBS
=$ac_check_lib_save_LIBS
2944 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
2945 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
2946 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
2947 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
2952 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
2953 LIBS
="$ac_xsave_LIBS"
2955 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
2956 # to get the SysV transport functions.
2957 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
2959 # The nsl library prevents programs from opening the X display
2960 # on Irix 5.2, according to T.E. Dickey.
2961 # The functions gethostbyname, getservbyname, and inet_addr are
2962 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
2963 echo "$as_me:$LINENO: checking for gethostbyname" >&5
2964 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
2965 if test "${ac_cv_func_gethostbyname+set}" = set; then
2966 echo $ECHO_N "(cached) $ECHO_C" >&6
2968 cat >conftest.
$ac_ext <<_ACEOF
2969 #line $LINENO "configure"
2970 #include "confdefs.h"
2971 /* System header to define __stub macros and hopefully few prototypes,
2972 which can conflict with char gethostbyname (); below. */
2974 /* Override any gcc2 internal prototype to avoid an error. */
2978 /* We use char because int might match the return type of a gcc2
2979 builtin and then its argument prototype would still apply. */
2980 char gethostbyname ();
2986 /* The GNU C library defines this for functions which it implements
2987 to always fail with ENOSYS. Some functions are actually named
2988 something starting with __ and the normal name is an alias. */
2989 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
2999 rm -f conftest.
$ac_objext conftest
$ac_exeext
3000 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3001 (eval $ac_link) 2>&5
3003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3004 (exit $ac_status); } &&
3005 { ac_try
='test -s conftest$ac_exeext'
3006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3010 (exit $ac_status); }; }; then
3011 ac_cv_func_gethostbyname
=yes
3013 echo "$as_me: failed program was:" >&5
3014 cat conftest.
$ac_ext >&5
3015 ac_cv_func_gethostbyname
=no
3017 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
3019 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
3020 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
3022 if test $ac_cv_func_gethostbyname = no
; then
3023 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
3024 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
3025 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
3026 echo $ECHO_N "(cached) $ECHO_C" >&6
3028 ac_check_lib_save_LIBS
=$LIBS
3030 cat >conftest.
$ac_ext <<_ACEOF
3031 #line $LINENO "configure"
3032 #include "confdefs.h"
3034 /* Override any gcc2 internal prototype to avoid an error. */
3038 /* We use char because int might match the return type of a gcc2
3039 builtin and then its argument prototype would still apply. */
3040 char gethostbyname ();
3049 rm -f conftest.
$ac_objext conftest
$ac_exeext
3050 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3051 (eval $ac_link) 2>&5
3053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3054 (exit $ac_status); } &&
3055 { ac_try
='test -s conftest$ac_exeext'
3056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3060 (exit $ac_status); }; }; then
3061 ac_cv_lib_nsl_gethostbyname
=yes
3063 echo "$as_me: failed program was:" >&5
3064 cat conftest.
$ac_ext >&5
3065 ac_cv_lib_nsl_gethostbyname
=no
3067 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
3068 LIBS
=$ac_check_lib_save_LIBS
3070 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
3071 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
3072 if test $ac_cv_lib_nsl_gethostbyname = yes; then
3073 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
3076 if test $ac_cv_lib_nsl_gethostbyname = no
; then
3077 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
3078 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
3079 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
3080 echo $ECHO_N "(cached) $ECHO_C" >&6
3082 ac_check_lib_save_LIBS
=$LIBS
3084 cat >conftest.
$ac_ext <<_ACEOF
3085 #line $LINENO "configure"
3086 #include "confdefs.h"
3088 /* Override any gcc2 internal prototype to avoid an error. */
3092 /* We use char because int might match the return type of a gcc2
3093 builtin and then its argument prototype would still apply. */
3094 char gethostbyname ();
3103 rm -f conftest.
$ac_objext conftest
$ac_exeext
3104 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3105 (eval $ac_link) 2>&5
3107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3108 (exit $ac_status); } &&
3109 { ac_try
='test -s conftest$ac_exeext'
3110 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3114 (exit $ac_status); }; }; then
3115 ac_cv_lib_bsd_gethostbyname
=yes
3117 echo "$as_me: failed program was:" >&5
3118 cat conftest.
$ac_ext >&5
3119 ac_cv_lib_bsd_gethostbyname
=no
3121 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
3122 LIBS
=$ac_check_lib_save_LIBS
3124 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
3125 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
3126 if test $ac_cv_lib_bsd_gethostbyname = yes; then
3127 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
3133 # lieder@skyler.mavd.honeywell.com says without -lsocket,
3134 # socket/setsockopt and other routines are undefined under SCO ODT
3135 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
3136 # on later versions), says Simon Leinen: it contains gethostby*
3137 # variants that don't use the name server (or something). -lsocket
3138 # must be given before -lnsl if both are needed. We assume that
3139 # if connect needs -lnsl, so does gethostbyname.
3140 echo "$as_me:$LINENO: checking for connect" >&5
3141 echo $ECHO_N "checking for connect... $ECHO_C" >&6
3142 if test "${ac_cv_func_connect+set}" = set; then
3143 echo $ECHO_N "(cached) $ECHO_C" >&6
3145 cat >conftest.
$ac_ext <<_ACEOF
3146 #line $LINENO "configure"
3147 #include "confdefs.h"
3148 /* System header to define __stub macros and hopefully few prototypes,
3149 which can conflict with char connect (); below. */
3151 /* Override any gcc2 internal prototype to avoid an error. */
3155 /* We use char because int might match the return type of a gcc2
3156 builtin and then its argument prototype would still apply. */
3163 /* The GNU C library defines this for functions which it implements
3164 to always fail with ENOSYS. Some functions are actually named
3165 something starting with __ and the normal name is an alias. */
3166 #if defined (__stub_connect) || defined (__stub___connect)
3176 rm -f conftest.
$ac_objext conftest
$ac_exeext
3177 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3178 (eval $ac_link) 2>&5
3180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3181 (exit $ac_status); } &&
3182 { ac_try
='test -s conftest$ac_exeext'
3183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3187 (exit $ac_status); }; }; then
3188 ac_cv_func_connect
=yes
3190 echo "$as_me: failed program was:" >&5
3191 cat conftest.
$ac_ext >&5
3192 ac_cv_func_connect
=no
3194 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
3196 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
3197 echo "${ECHO_T}$ac_cv_func_connect" >&6
3199 if test $ac_cv_func_connect = no
; then
3200 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
3201 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
3202 if test "${ac_cv_lib_socket_connect+set}" = set; then
3203 echo $ECHO_N "(cached) $ECHO_C" >&6
3205 ac_check_lib_save_LIBS
=$LIBS
3206 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
3207 cat >conftest.
$ac_ext <<_ACEOF
3208 #line $LINENO "configure"
3209 #include "confdefs.h"
3211 /* Override any gcc2 internal prototype to avoid an error. */
3215 /* We use char because int might match the return type of a gcc2
3216 builtin and then its argument prototype would still apply. */
3226 rm -f conftest.
$ac_objext conftest
$ac_exeext
3227 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3228 (eval $ac_link) 2>&5
3230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3231 (exit $ac_status); } &&
3232 { ac_try
='test -s conftest$ac_exeext'
3233 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3237 (exit $ac_status); }; }; then
3238 ac_cv_lib_socket_connect
=yes
3240 echo "$as_me: failed program was:" >&5
3241 cat conftest.
$ac_ext >&5
3242 ac_cv_lib_socket_connect
=no
3244 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
3245 LIBS
=$ac_check_lib_save_LIBS
3247 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
3248 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
3249 if test $ac_cv_lib_socket_connect = yes; then
3250 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
3255 # Guillermo Gomez says -lposix is necessary on A/UX.
3256 echo "$as_me:$LINENO: checking for remove" >&5
3257 echo $ECHO_N "checking for remove... $ECHO_C" >&6
3258 if test "${ac_cv_func_remove+set}" = set; then
3259 echo $ECHO_N "(cached) $ECHO_C" >&6
3261 cat >conftest.
$ac_ext <<_ACEOF
3262 #line $LINENO "configure"
3263 #include "confdefs.h"
3264 /* System header to define __stub macros and hopefully few prototypes,
3265 which can conflict with char remove (); below. */
3267 /* Override any gcc2 internal prototype to avoid an error. */
3271 /* We use char because int might match the return type of a gcc2
3272 builtin and then its argument prototype would still apply. */
3279 /* The GNU C library defines this for functions which it implements
3280 to always fail with ENOSYS. Some functions are actually named
3281 something starting with __ and the normal name is an alias. */
3282 #if defined (__stub_remove) || defined (__stub___remove)
3292 rm -f conftest.
$ac_objext conftest
$ac_exeext
3293 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3294 (eval $ac_link) 2>&5
3296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3297 (exit $ac_status); } &&
3298 { ac_try
='test -s conftest$ac_exeext'
3299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3303 (exit $ac_status); }; }; then
3304 ac_cv_func_remove
=yes
3306 echo "$as_me: failed program was:" >&5
3307 cat conftest.
$ac_ext >&5
3308 ac_cv_func_remove
=no
3310 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
3312 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
3313 echo "${ECHO_T}$ac_cv_func_remove" >&6
3315 if test $ac_cv_func_remove = no
; then
3316 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
3317 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
3318 if test "${ac_cv_lib_posix_remove+set}" = set; then
3319 echo $ECHO_N "(cached) $ECHO_C" >&6
3321 ac_check_lib_save_LIBS
=$LIBS
3322 LIBS
="-lposix $LIBS"
3323 cat >conftest.
$ac_ext <<_ACEOF
3324 #line $LINENO "configure"
3325 #include "confdefs.h"
3327 /* Override any gcc2 internal prototype to avoid an error. */
3331 /* We use char because int might match the return type of a gcc2
3332 builtin and then its argument prototype would still apply. */
3342 rm -f conftest.
$ac_objext conftest
$ac_exeext
3343 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3344 (eval $ac_link) 2>&5
3346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3347 (exit $ac_status); } &&
3348 { ac_try
='test -s conftest$ac_exeext'
3349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3353 (exit $ac_status); }; }; then
3354 ac_cv_lib_posix_remove
=yes
3356 echo "$as_me: failed program was:" >&5
3357 cat conftest.
$ac_ext >&5
3358 ac_cv_lib_posix_remove
=no
3360 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
3361 LIBS
=$ac_check_lib_save_LIBS
3363 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
3364 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
3365 if test $ac_cv_lib_posix_remove = yes; then
3366 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
3371 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
3372 echo "$as_me:$LINENO: checking for shmat" >&5
3373 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
3374 if test "${ac_cv_func_shmat+set}" = set; then
3375 echo $ECHO_N "(cached) $ECHO_C" >&6
3377 cat >conftest.
$ac_ext <<_ACEOF
3378 #line $LINENO "configure"
3379 #include "confdefs.h"
3380 /* System header to define __stub macros and hopefully few prototypes,
3381 which can conflict with char shmat (); below. */
3383 /* Override any gcc2 internal prototype to avoid an error. */
3387 /* We use char because int might match the return type of a gcc2
3388 builtin and then its argument prototype would still apply. */
3395 /* The GNU C library defines this for functions which it implements
3396 to always fail with ENOSYS. Some functions are actually named
3397 something starting with __ and the normal name is an alias. */
3398 #if defined (__stub_shmat) || defined (__stub___shmat)
3408 rm -f conftest.
$ac_objext conftest
$ac_exeext
3409 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3410 (eval $ac_link) 2>&5
3412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3413 (exit $ac_status); } &&
3414 { ac_try
='test -s conftest$ac_exeext'
3415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3419 (exit $ac_status); }; }; then
3420 ac_cv_func_shmat
=yes
3422 echo "$as_me: failed program was:" >&5
3423 cat conftest.
$ac_ext >&5
3426 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
3428 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
3429 echo "${ECHO_T}$ac_cv_func_shmat" >&6
3431 if test $ac_cv_func_shmat = no
; then
3432 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
3433 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
3434 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
3435 echo $ECHO_N "(cached) $ECHO_C" >&6
3437 ac_check_lib_save_LIBS
=$LIBS
3439 cat >conftest.
$ac_ext <<_ACEOF
3440 #line $LINENO "configure"
3441 #include "confdefs.h"
3443 /* Override any gcc2 internal prototype to avoid an error. */
3447 /* We use char because int might match the return type of a gcc2
3448 builtin and then its argument prototype would still apply. */
3458 rm -f conftest.
$ac_objext conftest
$ac_exeext
3459 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3460 (eval $ac_link) 2>&5
3462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3463 (exit $ac_status); } &&
3464 { ac_try
='test -s conftest$ac_exeext'
3465 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3469 (exit $ac_status); }; }; then
3470 ac_cv_lib_ipc_shmat
=yes
3472 echo "$as_me: failed program was:" >&5
3473 cat conftest.
$ac_ext >&5
3474 ac_cv_lib_ipc_shmat
=no
3476 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
3477 LIBS
=$ac_check_lib_save_LIBS
3479 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
3480 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
3481 if test $ac_cv_lib_ipc_shmat = yes; then
3482 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
3488 # Check for libraries that X11R6 Xt/Xaw programs need.
3489 ac_save_LDFLAGS
=$LDFLAGS
3490 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
3491 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
3492 # check for ICE first), but we must link in the order -lSM -lICE or
3493 # we get undefined symbols. So assume we have SM if we have ICE.
3494 # These have to be linked with before -lX11, unlike the other
3495 # libraries we check for below, so use a different variable.
3496 # John Interrante, Karl Berry
3497 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
3498 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
3499 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
3500 echo $ECHO_N "(cached) $ECHO_C" >&6
3502 ac_check_lib_save_LIBS
=$LIBS
3503 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
3504 cat >conftest.
$ac_ext <<_ACEOF
3505 #line $LINENO "configure"
3506 #include "confdefs.h"
3508 /* Override any gcc2 internal prototype to avoid an error. */
3512 /* We use char because int might match the return type of a gcc2
3513 builtin and then its argument prototype would still apply. */
3514 char IceConnectionNumber ();
3518 IceConnectionNumber ();
3523 rm -f conftest.
$ac_objext conftest
$ac_exeext
3524 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3525 (eval $ac_link) 2>&5
3527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3528 (exit $ac_status); } &&
3529 { ac_try
='test -s conftest$ac_exeext'
3530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3534 (exit $ac_status); }; }; then
3535 ac_cv_lib_ICE_IceConnectionNumber
=yes
3537 echo "$as_me: failed program was:" >&5
3538 cat conftest.
$ac_ext >&5
3539 ac_cv_lib_ICE_IceConnectionNumber
=no
3541 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
3542 LIBS
=$ac_check_lib_save_LIBS
3544 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
3545 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
3546 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
3547 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
3550 LDFLAGS
=$ac_save_LDFLAGS
3554 for ac_prog
in 'bison -y' byacc
3556 # Extract the first word of "$ac_prog", so it can be a program name with args.
3557 set dummy
$ac_prog; ac_word
=$2
3558 echo "$as_me:$LINENO: checking for $ac_word" >&5
3559 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3560 if test "${ac_cv_prog_YACC+set}" = set; then
3561 echo $ECHO_N "(cached) $ECHO_C" >&6
3563 if test -n "$YACC"; then
3564 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
3566 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3570 test -z "$as_dir" && as_dir
=.
3571 for ac_exec_ext
in '' $ac_executable_extensions; do
3572 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3573 ac_cv_prog_YACC
="$ac_prog"
3574 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3582 YACC
=$ac_cv_prog_YACC
3583 if test -n "$YACC"; then
3584 echo "$as_me:$LINENO: result: $YACC" >&5
3585 echo "${ECHO_T}$YACC" >&6
3587 echo "$as_me:$LINENO: result: no" >&5
3588 echo "${ECHO_T}no" >&6
3591 test -n "$YACC" && break
3593 test -n "$YACC" || YACC
="yacc"
3595 for ac_prog
in flex
lex
3597 # Extract the first word of "$ac_prog", so it can be a program name with args.
3598 set dummy
$ac_prog; ac_word
=$2
3599 echo "$as_me:$LINENO: checking for $ac_word" >&5
3600 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3601 if test "${ac_cv_prog_LEX+set}" = set; then
3602 echo $ECHO_N "(cached) $ECHO_C" >&6
3604 if test -n "$LEX"; then
3605 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
3607 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3611 test -z "$as_dir" && as_dir
=.
3612 for ac_exec_ext
in '' $ac_executable_extensions; do
3613 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3614 ac_cv_prog_LEX
="$ac_prog"
3615 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3624 if test -n "$LEX"; then
3625 echo "$as_me:$LINENO: result: $LEX" >&5
3626 echo "${ECHO_T}$LEX" >&6
3628 echo "$as_me:$LINENO: result: no" >&5
3629 echo "${ECHO_T}no" >&6
3632 test -n "$LEX" && break
3634 test -n "$LEX" || LEX
=":"
3636 if test -z "$LEXLIB"
3638 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
3639 echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
3640 if test "${ac_cv_lib_fl_yywrap+set}" = set; then
3641 echo $ECHO_N "(cached) $ECHO_C" >&6
3643 ac_check_lib_save_LIBS
=$LIBS
3645 cat >conftest.
$ac_ext <<_ACEOF
3646 #line $LINENO "configure"
3647 #include "confdefs.h"
3649 /* Override any gcc2 internal prototype to avoid an error. */
3653 /* We use char because int might match the return type of a gcc2
3654 builtin and then its argument prototype would still apply. */
3664 rm -f conftest.
$ac_objext conftest
$ac_exeext
3665 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3666 (eval $ac_link) 2>&5
3668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3669 (exit $ac_status); } &&
3670 { ac_try
='test -s conftest$ac_exeext'
3671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3675 (exit $ac_status); }; }; then
3676 ac_cv_lib_fl_yywrap
=yes
3678 echo "$as_me: failed program was:" >&5
3679 cat conftest.
$ac_ext >&5
3680 ac_cv_lib_fl_yywrap
=no
3682 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
3683 LIBS
=$ac_check_lib_save_LIBS
3685 echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
3686 echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
3687 if test $ac_cv_lib_fl_yywrap = yes; then
3690 echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
3691 echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
3692 if test "${ac_cv_lib_l_yywrap+set}" = set; then
3693 echo $ECHO_N "(cached) $ECHO_C" >&6
3695 ac_check_lib_save_LIBS
=$LIBS
3697 cat >conftest.
$ac_ext <<_ACEOF
3698 #line $LINENO "configure"
3699 #include "confdefs.h"
3701 /* Override any gcc2 internal prototype to avoid an error. */
3705 /* We use char because int might match the return type of a gcc2
3706 builtin and then its argument prototype would still apply. */
3716 rm -f conftest.
$ac_objext conftest
$ac_exeext
3717 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3718 (eval $ac_link) 2>&5
3720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3721 (exit $ac_status); } &&
3722 { ac_try
='test -s conftest$ac_exeext'
3723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3727 (exit $ac_status); }; }; then
3728 ac_cv_lib_l_yywrap
=yes
3730 echo "$as_me: failed program was:" >&5
3731 cat conftest.
$ac_ext >&5
3732 ac_cv_lib_l_yywrap
=no
3734 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
3735 LIBS
=$ac_check_lib_save_LIBS
3737 echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
3738 echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
3739 if test $ac_cv_lib_l_yywrap = yes; then
3747 if test "x$LEX" != "x:"; then
3748 echo "$as_me:$LINENO: checking lex output file root" >&5
3749 echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
3750 if test "${ac_cv_prog_lex_root+set}" = set; then
3751 echo $ECHO_N "(cached) $ECHO_C" >&6
3753 # The minimal lex program is just a single line: %%. But some broken lexes
3754 # (Solaris, I think it was) want two %% lines, so accommodate them.
3755 cat >conftest.l
<<_ACEOF
3759 { (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
3760 (eval $LEX conftest.l
) 2>&5
3762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3763 (exit $ac_status); }
3764 if test -f lex.yy.c
; then
3765 ac_cv_prog_lex_root
=lex.yy
3766 elif test -f lexyy.c
; then
3767 ac_cv_prog_lex_root
=lexyy
3769 { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
3770 echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
3771 { (exit 1); exit 1; }; }
3774 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
3775 echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
3777 LEX_OUTPUT_ROOT
=$ac_cv_prog_lex_root
3779 echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
3780 echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
3781 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
3782 echo $ECHO_N "(cached) $ECHO_C" >&6
3784 # POSIX says lex can declare yytext either as a pointer or an array; the
3785 # default is implementation-dependent. Figure out which it is, since
3786 # not all implementations provide the %pointer and %array declarations.
3787 ac_cv_prog_lex_yytext_pointer
=no
3788 echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
3790 LIBS
="$LIBS $LEXLIB"
3791 cat >conftest.
$ac_ext <<_ACEOF
3792 `cat $LEX_OUTPUT_ROOT.c`
3794 rm -f conftest.
$ac_objext conftest
$ac_exeext
3795 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3796 (eval $ac_link) 2>&5
3798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3799 (exit $ac_status); } &&
3800 { ac_try
='test -s conftest$ac_exeext'
3801 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3805 (exit $ac_status); }; }; then
3806 ac_cv_prog_lex_yytext_pointer
=yes
3808 echo "$as_me: failed program was:" >&5
3809 cat conftest.
$ac_ext >&5
3811 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
3813 rm -f "${LEX_OUTPUT_ROOT}.c"
3816 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
3817 echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
3818 if test $ac_cv_prog_lex_yytext_pointer = yes; then
3820 cat >>confdefs.h
<<\_ACEOF
3821 #define YYTEXT_POINTER 1
3828 for ac_prog
in $YACC bison
yacc
3830 # Extract the first word of "$ac_prog", so it can be a program name with args.
3831 set dummy
$ac_prog; ac_word
=$2
3832 echo "$as_me:$LINENO: checking for $ac_word" >&5
3833 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3834 if test "${ac_cv_prog_XYACC+set}" = set; then
3835 echo $ECHO_N "(cached) $ECHO_C" >&6
3837 if test -n "$XYACC"; then
3838 ac_cv_prog_XYACC
="$XYACC" # Let the user override the test.
3840 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3844 test -z "$as_dir" && as_dir
=.
3845 for ac_exec_ext
in '' $ac_executable_extensions; do
3846 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3847 ac_cv_prog_XYACC
="$ac_prog"
3848 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3856 XYACC
=$ac_cv_prog_XYACC
3857 if test -n "$XYACC"; then
3858 echo "$as_me:$LINENO: result: $XYACC" >&5
3859 echo "${ECHO_T}$XYACC" >&6
3861 echo "$as_me:$LINENO: result: no" >&5
3862 echo "${ECHO_T}no" >&6
3865 test -n "$XYACC" && break
3867 test -n "$XYACC" || XYACC
="none"
3869 if test "$XYACC" = "none"
3871 { { echo "$as_me:$LINENO: error: no suitable bison/yacc found. Please install the 'bison' package." >&5
3872 echo "$as_me: error: no suitable bison/yacc found. Please install the 'bison' package." >&2;}
3873 { (exit 1); exit 1; }; }
3875 for ac_prog
in $LEX flex
lex
3877 # Extract the first word of "$ac_prog", so it can be a program name with args.
3878 set dummy
$ac_prog; ac_word
=$2
3879 echo "$as_me:$LINENO: checking for $ac_word" >&5
3880 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3881 if test "${ac_cv_prog_XLEX+set}" = set; then
3882 echo $ECHO_N "(cached) $ECHO_C" >&6
3884 if test -n "$XLEX"; then
3885 ac_cv_prog_XLEX
="$XLEX" # Let the user override the test.
3887 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3891 test -z "$as_dir" && as_dir
=.
3892 for ac_exec_ext
in '' $ac_executable_extensions; do
3893 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3894 ac_cv_prog_XLEX
="$ac_prog"
3895 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3903 XLEX
=$ac_cv_prog_XLEX
3904 if test -n "$XLEX"; then
3905 echo "$as_me:$LINENO: result: $XLEX" >&5
3906 echo "${ECHO_T}$XLEX" >&6
3908 echo "$as_me:$LINENO: result: no" >&5
3909 echo "${ECHO_T}no" >&6
3912 test -n "$XLEX" && break
3914 test -n "$XLEX" || XLEX
="none"
3916 if test "$XLEX" = "none"
3918 { { echo "$as_me:$LINENO: error: no suitable lex found. Please install the 'flex' package." >&5
3919 echo "$as_me: error: no suitable lex found. Please install the 'flex' package." >&2;}
3920 { (exit 1); exit 1; }; }
3923 if test -n "$ac_tool_prefix"; then
3924 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
3925 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
3926 echo "$as_me:$LINENO: checking for $ac_word" >&5
3927 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3928 if test "${ac_cv_prog_LD+set}" = set; then
3929 echo $ECHO_N "(cached) $ECHO_C" >&6
3931 if test -n "$LD"; then
3932 ac_cv_prog_LD
="$LD" # Let the user override the test.
3934 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3938 test -z "$as_dir" && as_dir
=.
3939 for ac_exec_ext
in '' $ac_executable_extensions; do
3940 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3941 ac_cv_prog_LD
="${ac_tool_prefix}ld"
3942 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3951 if test -n "$LD"; then
3952 echo "$as_me:$LINENO: result: $LD" >&5
3953 echo "${ECHO_T}$LD" >&6
3955 echo "$as_me:$LINENO: result: no" >&5
3956 echo "${ECHO_T}no" >&6
3960 if test -z "$ac_cv_prog_LD"; then
3962 # Extract the first word of "ld", so it can be a program name with args.
3963 set dummy ld
; ac_word
=$2
3964 echo "$as_me:$LINENO: checking for $ac_word" >&5
3965 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3966 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
3967 echo $ECHO_N "(cached) $ECHO_C" >&6
3969 if test -n "$ac_ct_LD"; then
3970 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
3972 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3976 test -z "$as_dir" && as_dir
=.
3977 for ac_exec_ext
in '' $ac_executable_extensions; do
3978 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3979 ac_cv_prog_ac_ct_LD
="ld"
3980 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3986 test -z "$ac_cv_prog_ac_ct_LD" && ac_cv_prog_ac_ct_LD
="ld"
3989 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
3990 if test -n "$ac_ct_LD"; then
3991 echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
3992 echo "${ECHO_T}$ac_ct_LD" >&6
3994 echo "$as_me:$LINENO: result: no" >&5
3995 echo "${ECHO_T}no" >&6
4003 if test -n "$ac_tool_prefix"; then
4004 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4005 set dummy
${ac_tool_prefix}ar; ac_word
=$2
4006 echo "$as_me:$LINENO: checking for $ac_word" >&5
4007 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4008 if test "${ac_cv_prog_AR+set}" = set; then
4009 echo $ECHO_N "(cached) $ECHO_C" >&6
4011 if test -n "$AR"; then
4012 ac_cv_prog_AR
="$AR" # Let the user override the test.
4014 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4018 test -z "$as_dir" && as_dir
=.
4019 for ac_exec_ext
in '' $ac_executable_extensions; do
4020 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4021 ac_cv_prog_AR
="${ac_tool_prefix}ar"
4022 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4031 if test -n "$AR"; then
4032 echo "$as_me:$LINENO: result: $AR" >&5
4033 echo "${ECHO_T}$AR" >&6
4035 echo "$as_me:$LINENO: result: no" >&5
4036 echo "${ECHO_T}no" >&6
4040 if test -z "$ac_cv_prog_AR"; then
4042 # Extract the first word of "ar", so it can be a program name with args.
4043 set dummy
ar; ac_word
=$2
4044 echo "$as_me:$LINENO: checking for $ac_word" >&5
4045 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4046 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4047 echo $ECHO_N "(cached) $ECHO_C" >&6
4049 if test -n "$ac_ct_AR"; then
4050 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
4052 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4056 test -z "$as_dir" && as_dir
=.
4057 for ac_exec_ext
in '' $ac_executable_extensions; do
4058 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4059 ac_cv_prog_ac_ct_AR
="ar"
4060 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4066 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR
="ar"
4069 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
4070 if test -n "$ac_ct_AR"; then
4071 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4072 echo "${ECHO_T}$ac_ct_AR" >&6
4074 echo "$as_me:$LINENO: result: no" >&5
4075 echo "${ECHO_T}no" >&6
4083 if test -n "$ac_tool_prefix"; then
4084 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4085 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
4086 echo "$as_me:$LINENO: checking for $ac_word" >&5
4087 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4088 if test "${ac_cv_prog_RANLIB+set}" = set; then
4089 echo $ECHO_N "(cached) $ECHO_C" >&6
4091 if test -n "$RANLIB"; then
4092 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
4094 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4098 test -z "$as_dir" && as_dir
=.
4099 for ac_exec_ext
in '' $ac_executable_extensions; do
4100 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4101 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
4102 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4110 RANLIB
=$ac_cv_prog_RANLIB
4111 if test -n "$RANLIB"; then
4112 echo "$as_me:$LINENO: result: $RANLIB" >&5
4113 echo "${ECHO_T}$RANLIB" >&6
4115 echo "$as_me:$LINENO: result: no" >&5
4116 echo "${ECHO_T}no" >&6
4120 if test -z "$ac_cv_prog_RANLIB"; then
4121 ac_ct_RANLIB
=$RANLIB
4122 # Extract the first word of "ranlib", so it can be a program name with args.
4123 set dummy ranlib
; ac_word
=$2
4124 echo "$as_me:$LINENO: checking for $ac_word" >&5
4125 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4126 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4127 echo $ECHO_N "(cached) $ECHO_C" >&6
4129 if test -n "$ac_ct_RANLIB"; then
4130 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
4132 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4136 test -z "$as_dir" && as_dir
=.
4137 for ac_exec_ext
in '' $ac_executable_extensions; do
4138 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4139 ac_cv_prog_ac_ct_RANLIB
="ranlib"
4140 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4146 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
4149 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
4150 if test -n "$ac_ct_RANLIB"; then
4151 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4152 echo "${ECHO_T}$ac_ct_RANLIB" >&6
4154 echo "$as_me:$LINENO: result: no" >&5
4155 echo "${ECHO_T}no" >&6
4158 RANLIB
=$ac_ct_RANLIB
4160 RANLIB
="$ac_cv_prog_RANLIB"
4163 if test -n "$ac_tool_prefix"; then
4164 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4165 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
4166 echo "$as_me:$LINENO: checking for $ac_word" >&5
4167 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4168 if test "${ac_cv_prog_STRIP+set}" = set; then
4169 echo $ECHO_N "(cached) $ECHO_C" >&6
4171 if test -n "$STRIP"; then
4172 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
4174 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4178 test -z "$as_dir" && as_dir
=.
4179 for ac_exec_ext
in '' $ac_executable_extensions; do
4180 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4181 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
4182 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4190 STRIP
=$ac_cv_prog_STRIP
4191 if test -n "$STRIP"; then
4192 echo "$as_me:$LINENO: result: $STRIP" >&5
4193 echo "${ECHO_T}$STRIP" >&6
4195 echo "$as_me:$LINENO: result: no" >&5
4196 echo "${ECHO_T}no" >&6
4200 if test -z "$ac_cv_prog_STRIP"; then
4202 # Extract the first word of "strip", so it can be a program name with args.
4203 set dummy strip
; ac_word
=$2
4204 echo "$as_me:$LINENO: checking for $ac_word" >&5
4205 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4206 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4207 echo $ECHO_N "(cached) $ECHO_C" >&6
4209 if test -n "$ac_ct_STRIP"; then
4210 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
4212 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4216 test -z "$as_dir" && as_dir
=.
4217 for ac_exec_ext
in '' $ac_executable_extensions; do
4218 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4219 ac_cv_prog_ac_ct_STRIP
="strip"
4220 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4226 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
="strip"
4229 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
4230 if test -n "$ac_ct_STRIP"; then
4231 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4232 echo "${ECHO_T}$ac_ct_STRIP" >&6
4234 echo "$as_me:$LINENO: result: no" >&5
4235 echo "${ECHO_T}no" >&6
4240 STRIP
="$ac_cv_prog_STRIP"
4243 if test -n "$ac_tool_prefix"; then
4244 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4245 set dummy
${ac_tool_prefix}windres
; ac_word
=$2
4246 echo "$as_me:$LINENO: checking for $ac_word" >&5
4247 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4248 if test "${ac_cv_prog_WINDRES+set}" = set; then
4249 echo $ECHO_N "(cached) $ECHO_C" >&6
4251 if test -n "$WINDRES"; then
4252 ac_cv_prog_WINDRES
="$WINDRES" # Let the user override the test.
4254 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4258 test -z "$as_dir" && as_dir
=.
4259 for ac_exec_ext
in '' $ac_executable_extensions; do
4260 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4261 ac_cv_prog_WINDRES
="${ac_tool_prefix}windres"
4262 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4270 WINDRES
=$ac_cv_prog_WINDRES
4271 if test -n "$WINDRES"; then
4272 echo "$as_me:$LINENO: result: $WINDRES" >&5
4273 echo "${ECHO_T}$WINDRES" >&6
4275 echo "$as_me:$LINENO: result: no" >&5
4276 echo "${ECHO_T}no" >&6
4280 if test -z "$ac_cv_prog_WINDRES"; then
4281 ac_ct_WINDRES
=$WINDRES
4282 # Extract the first word of "windres", so it can be a program name with args.
4283 set dummy windres
; ac_word
=$2
4284 echo "$as_me:$LINENO: checking for $ac_word" >&5
4285 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4286 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4287 echo $ECHO_N "(cached) $ECHO_C" >&6
4289 if test -n "$ac_ct_WINDRES"; then
4290 ac_cv_prog_ac_ct_WINDRES
="$ac_ct_WINDRES" # Let the user override the test.
4292 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4296 test -z "$as_dir" && as_dir
=.
4297 for ac_exec_ext
in '' $ac_executable_extensions; do
4298 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4299 ac_cv_prog_ac_ct_WINDRES
="windres"
4300 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4306 test -z "$ac_cv_prog_ac_ct_WINDRES" && ac_cv_prog_ac_ct_WINDRES
="false"
4309 ac_ct_WINDRES
=$ac_cv_prog_ac_ct_WINDRES
4310 if test -n "$ac_ct_WINDRES"; then
4311 echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4312 echo "${ECHO_T}$ac_ct_WINDRES" >&6
4314 echo "$as_me:$LINENO: result: no" >&5
4315 echo "${ECHO_T}no" >&6
4318 WINDRES
=$ac_ct_WINDRES
4320 WINDRES
="$ac_cv_prog_WINDRES"
4323 # Find a good install program. We prefer a C program (faster),
4324 # so one script is as good as another. But avoid the broken or
4325 # incompatible versions:
4326 # SysV /etc/install, /usr/sbin/install
4327 # SunOS /usr/etc/install
4328 # IRIX /sbin/install
4330 # AmigaOS /C/install, which installs bootblocks on floppy discs
4331 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4332 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4333 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4334 # ./install, which can be erroneously created by make from ./install.sh.
4335 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4336 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
4337 if test -z "$INSTALL"; then
4338 if test "${ac_cv_path_install+set}" = set; then
4339 echo $ECHO_N "(cached) $ECHO_C" >&6
4341 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4345 test -z "$as_dir" && as_dir
=.
4346 # Account for people who put trailing slashes in PATH elements.
4348 .
/ | .
// |
/cC
/* | \
4349 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
4352 # OSF1 and SCO ODT 3.0 have their own names for install.
4353 # Don't use installbsd from OSF since it installs stuff as root
4355 for ac_prog
in ginstall scoinst
install; do
4356 for ac_exec_ext
in '' $ac_executable_extensions; do
4357 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
4358 if test $ac_prog = install &&
4359 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
4360 # AIX install. It has an incompatible calling convention.
4362 elif test $ac_prog = install &&
4363 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
4364 # program-specific install script used by HP pwplus--don't use.
4367 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
4379 if test "${ac_cv_path_install+set}" = set; then
4380 INSTALL
=$ac_cv_path_install
4382 # As a last resort, use the slow shell script. We don't cache a
4383 # path for INSTALL within a source directory, because that will
4384 # break other packages using the cache if that directory is
4385 # removed, or if the path is relative.
4386 INSTALL
=$ac_install_sh
4389 echo "$as_me:$LINENO: result: $INSTALL" >&5
4390 echo "${ECHO_T}$INSTALL" >&6
4392 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4393 # It thinks the first close brace ends the variable substitution.
4394 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
4396 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
4398 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
4400 echo "$as_me:$LINENO: checking whether ln -s works" >&5
4401 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
4403 if test "$LN_S" = "ln -s"; then
4404 echo "$as_me:$LINENO: result: yes" >&5
4405 echo "${ECHO_T}yes" >&6
4407 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4408 echo "${ECHO_T}no, using $LN_S" >&6
4411 echo "$as_me:$LINENO: checking whether ln works" >&5
4412 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6
4413 rm -f conf$$ conf$$.
file
4415 if ln conf$$.
file conf$$
2>/dev
/null
; then
4418 echo "$as_me:$LINENO: result: yes" >&5
4419 echo "${ECHO_T}yes" >&6
4423 echo "$as_me:$LINENO: result: no, using $LN" >&5
4424 echo "${ECHO_T}no, using $LN" >&6
4426 rm -f conf$$ conf$$.
file
4427 # Extract the first word of "c2man", so it can be a program name with args.
4428 set dummy c2man
; ac_word
=$2
4429 echo "$as_me:$LINENO: checking for $ac_word" >&5
4430 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4431 if test "${ac_cv_prog_C2MAN+set}" = set; then
4432 echo $ECHO_N "(cached) $ECHO_C" >&6
4434 if test -n "$C2MAN"; then
4435 ac_cv_prog_C2MAN
="$C2MAN" # Let the user override the test.
4437 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4441 test -z "$as_dir" && as_dir
=.
4442 for ac_exec_ext
in '' $ac_executable_extensions; do
4443 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4444 ac_cv_prog_C2MAN
="c2man"
4445 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4451 test -z "$ac_cv_prog_C2MAN" && ac_cv_prog_C2MAN
="\$(TOPSRCDIR)/tools/c2man.pl"
4454 C2MAN
=$ac_cv_prog_C2MAN
4455 if test -n "$C2MAN"; then
4456 echo "$as_me:$LINENO: result: $C2MAN" >&5
4457 echo "${ECHO_T}$C2MAN" >&6
4459 echo "$as_me:$LINENO: result: no" >&5
4460 echo "${ECHO_T}no" >&6
4463 # Extract the first word of "ldconfig", so it can be a program name with args.
4464 set dummy ldconfig
; ac_word
=$2
4465 echo "$as_me:$LINENO: checking for $ac_word" >&5
4466 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4467 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4468 echo $ECHO_N "(cached) $ECHO_C" >&6
4472 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
4475 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4476 for as_dir
in /sbin
/usr
/sbin
$PATH
4479 test -z "$as_dir" && as_dir
=.
4480 for ac_exec_ext
in '' $ac_executable_extensions; do
4481 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4482 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
4483 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4489 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
4493 LDCONFIG
=$ac_cv_path_LDCONFIG
4495 if test -n "$LDCONFIG"; then
4496 echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4497 echo "${ECHO_T}$LDCONFIG" >&6
4499 echo "$as_me:$LINENO: result: no" >&5
4500 echo "${ECHO_T}no" >&6
4504 for ac_prog
in lclint lint
4506 # Extract the first word of "$ac_prog", so it can be a program name with args.
4507 set dummy
$ac_prog; ac_word
=$2
4508 echo "$as_me:$LINENO: checking for $ac_word" >&5
4509 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4510 if test "${ac_cv_prog_LINT+set}" = set; then
4511 echo $ECHO_N "(cached) $ECHO_C" >&6
4513 if test -n "$LINT"; then
4514 ac_cv_prog_LINT
="$LINT" # Let the user override the test.
4516 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4520 test -z "$as_dir" && as_dir
=.
4521 for ac_exec_ext
in '' $ac_executable_extensions; do
4522 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4523 ac_cv_prog_LINT
="$ac_prog"
4524 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4532 LINT
=$ac_cv_prog_LINT
4533 if test -n "$LINT"; then
4534 echo "$as_me:$LINENO: result: $LINT" >&5
4535 echo "${ECHO_T}$LINT" >&6
4537 echo "$as_me:$LINENO: result: no" >&5
4538 echo "${ECHO_T}no" >&6
4541 test -n "$LINT" && break
4544 if test "$LINT" = "lint"
4546 LINTFLAGS
="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4553 echo "$as_me:$LINENO: checking for sqrt in -lm" >&5
4554 echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6
4555 if test "${ac_cv_lib_m_sqrt+set}" = set; then
4556 echo $ECHO_N "(cached) $ECHO_C" >&6
4558 ac_check_lib_save_LIBS
=$LIBS
4560 cat >conftest.
$ac_ext <<_ACEOF
4561 #line $LINENO "configure"
4562 #include "confdefs.h"
4564 /* Override any gcc2 internal prototype to avoid an error. */
4568 /* We use char because int might match the return type of a gcc2
4569 builtin and then its argument prototype would still apply. */
4579 rm -f conftest.
$ac_objext conftest
$ac_exeext
4580 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4581 (eval $ac_link) 2>&5
4583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4584 (exit $ac_status); } &&
4585 { ac_try
='test -s conftest$ac_exeext'
4586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4590 (exit $ac_status); }; }; then
4591 ac_cv_lib_m_sqrt
=yes
4593 echo "$as_me: failed program was:" >&5
4594 cat conftest.
$ac_ext >&5
4597 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
4598 LIBS
=$ac_check_lib_save_LIBS
4600 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrt" >&5
4601 echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6
4602 if test $ac_cv_lib_m_sqrt = yes; then
4603 cat >>confdefs.h
<<_ACEOF
4612 echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
4613 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6
4614 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
4615 echo $ECHO_N "(cached) $ECHO_C" >&6
4617 ac_check_lib_save_LIBS
=$LIBS
4619 cat >conftest.
$ac_ext <<_ACEOF
4620 #line $LINENO "configure"
4621 #include "confdefs.h"
4623 /* Override any gcc2 internal prototype to avoid an error. */
4627 /* We use char because int might match the return type of a gcc2
4628 builtin and then its argument prototype would still apply. */
4629 char i386_set_ldt ();
4638 rm -f conftest.
$ac_objext conftest
$ac_exeext
4639 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4640 (eval $ac_link) 2>&5
4642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4643 (exit $ac_status); } &&
4644 { ac_try
='test -s conftest$ac_exeext'
4645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4649 (exit $ac_status); }; }; then
4650 ac_cv_lib_i386_i386_set_ldt
=yes
4652 echo "$as_me: failed program was:" >&5
4653 cat conftest.
$ac_ext >&5
4654 ac_cv_lib_i386_i386_set_ldt
=no
4656 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
4657 LIBS
=$ac_check_lib_save_LIBS
4659 echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
4660 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6
4661 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
4662 cat >>confdefs.h
<<_ACEOF
4663 #define HAVE_LIBI386 1
4671 echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
4672 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6
4673 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
4674 echo $ECHO_N "(cached) $ECHO_C" >&6
4676 ac_check_lib_save_LIBS
=$LIBS
4677 LIBS
="-lossaudio $LIBS"
4678 cat >conftest.
$ac_ext <<_ACEOF
4679 #line $LINENO "configure"
4680 #include "confdefs.h"
4682 /* Override any gcc2 internal prototype to avoid an error. */
4686 /* We use char because int might match the return type of a gcc2
4687 builtin and then its argument prototype would still apply. */
4697 rm -f conftest.
$ac_objext conftest
$ac_exeext
4698 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4699 (eval $ac_link) 2>&5
4701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4702 (exit $ac_status); } &&
4703 { ac_try
='test -s conftest$ac_exeext'
4704 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4708 (exit $ac_status); }; }; then
4709 ac_cv_lib_ossaudio__oss_ioctl
=yes
4711 echo "$as_me: failed program was:" >&5
4712 cat conftest.
$ac_ext >&5
4713 ac_cv_lib_ossaudio__oss_ioctl
=no
4715 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
4716 LIBS
=$ac_check_lib_save_LIBS
4718 echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
4719 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6
4720 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
4721 cat >>confdefs.h
<<_ACEOF
4722 #define HAVE_LIBOSSAUDIO 1
4725 LIBS
="-lossaudio $LIBS"
4730 for ac_func
in iswalnum
4732 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4733 echo "$as_me:$LINENO: checking for $ac_func" >&5
4734 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4735 if eval "test \"\${$as_ac_var+set}\" = set"; then
4736 echo $ECHO_N "(cached) $ECHO_C" >&6
4738 cat >conftest.
$ac_ext <<_ACEOF
4739 #line $LINENO "configure"
4740 #include "confdefs.h"
4741 /* System header to define __stub macros and hopefully few prototypes,
4742 which can conflict with char $ac_func (); below. */
4744 /* Override any gcc2 internal prototype to avoid an error. */
4748 /* We use char because int might match the return type of a gcc2
4749 builtin and then its argument prototype would still apply. */
4756 /* The GNU C library defines this for functions which it implements
4757 to always fail with ENOSYS. Some functions are actually named
4758 something starting with __ and the normal name is an alias. */
4759 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4769 rm -f conftest.
$ac_objext conftest
$ac_exeext
4770 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4771 (eval $ac_link) 2>&5
4773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4774 (exit $ac_status); } &&
4775 { ac_try
='test -s conftest$ac_exeext'
4776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4780 (exit $ac_status); }; }; then
4781 eval "$as_ac_var=yes"
4783 echo "$as_me: failed program was:" >&5
4784 cat conftest.
$ac_ext >&5
4785 eval "$as_ac_var=no"
4787 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
4789 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4790 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4791 if test `eval echo '${'$as_ac_var'}'` = yes; then
4792 cat >>confdefs.h
<<_ACEOF
4793 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4798 echo "$as_me:$LINENO: checking for iswalnum in -lw" >&5
4799 echo $ECHO_N "checking for iswalnum in -lw... $ECHO_C" >&6
4800 if test "${ac_cv_lib_w_iswalnum+set}" = set; then
4801 echo $ECHO_N "(cached) $ECHO_C" >&6
4803 ac_check_lib_save_LIBS
=$LIBS
4805 cat >conftest.
$ac_ext <<_ACEOF
4806 #line $LINENO "configure"
4807 #include "confdefs.h"
4809 /* Override any gcc2 internal prototype to avoid an error. */
4813 /* We use char because int might match the return type of a gcc2
4814 builtin and then its argument prototype would still apply. */
4824 rm -f conftest.
$ac_objext conftest
$ac_exeext
4825 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4826 (eval $ac_link) 2>&5
4828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4829 (exit $ac_status); } &&
4830 { ac_try
='test -s conftest$ac_exeext'
4831 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4835 (exit $ac_status); }; }; then
4836 ac_cv_lib_w_iswalnum
=yes
4838 echo "$as_me: failed program was:" >&5
4839 cat conftest.
$ac_ext >&5
4840 ac_cv_lib_w_iswalnum
=no
4842 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
4843 LIBS
=$ac_check_lib_save_LIBS
4845 echo "$as_me:$LINENO: result: $ac_cv_lib_w_iswalnum" >&5
4846 echo "${ECHO_T}$ac_cv_lib_w_iswalnum" >&6
4847 if test $ac_cv_lib_w_iswalnum = yes; then
4848 cat >>confdefs.h
<<_ACEOF
4860 for ac_func
in gethostbyname
4862 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4863 echo "$as_me:$LINENO: checking for $ac_func" >&5
4864 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4865 if eval "test \"\${$as_ac_var+set}\" = set"; then
4866 echo $ECHO_N "(cached) $ECHO_C" >&6
4868 cat >conftest.
$ac_ext <<_ACEOF
4869 #line $LINENO "configure"
4870 #include "confdefs.h"
4871 /* System header to define __stub macros and hopefully few prototypes,
4872 which can conflict with char $ac_func (); below. */
4874 /* Override any gcc2 internal prototype to avoid an error. */
4878 /* We use char because int might match the return type of a gcc2
4879 builtin and then its argument prototype would still apply. */
4886 /* The GNU C library defines this for functions which it implements
4887 to always fail with ENOSYS. Some functions are actually named
4888 something starting with __ and the normal name is an alias. */
4889 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4899 rm -f conftest.
$ac_objext conftest
$ac_exeext
4900 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4901 (eval $ac_link) 2>&5
4903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4904 (exit $ac_status); } &&
4905 { ac_try
='test -s conftest$ac_exeext'
4906 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4910 (exit $ac_status); }; }; then
4911 eval "$as_ac_var=yes"
4913 echo "$as_me: failed program was:" >&5
4914 cat conftest.
$ac_ext >&5
4915 eval "$as_ac_var=no"
4917 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
4919 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4920 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4921 if test `eval echo '${'$as_ac_var'}'` = yes; then
4922 cat >>confdefs.h
<<_ACEOF
4923 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4928 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4929 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
4930 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4931 echo $ECHO_N "(cached) $ECHO_C" >&6
4933 ac_check_lib_save_LIBS
=$LIBS
4935 cat >conftest.
$ac_ext <<_ACEOF
4936 #line $LINENO "configure"
4937 #include "confdefs.h"
4939 /* Override any gcc2 internal prototype to avoid an error. */
4943 /* We use char because int might match the return type of a gcc2
4944 builtin and then its argument prototype would still apply. */
4945 char gethostbyname ();
4954 rm -f conftest.
$ac_objext conftest
$ac_exeext
4955 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4956 (eval $ac_link) 2>&5
4958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4959 (exit $ac_status); } &&
4960 { ac_try
='test -s conftest$ac_exeext'
4961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4965 (exit $ac_status); }; }; then
4966 ac_cv_lib_nsl_gethostbyname
=yes
4968 echo "$as_me: failed program was:" >&5
4969 cat conftest.
$ac_ext >&5
4970 ac_cv_lib_nsl_gethostbyname
=no
4972 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
4973 LIBS
=$ac_check_lib_save_LIBS
4975 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4976 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
4977 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4978 cat >>confdefs.h
<<_ACEOF
4979 #define HAVE_LIBNSL 1
4990 for ac_func
in connect
4992 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4993 echo "$as_me:$LINENO: checking for $ac_func" >&5
4994 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4995 if eval "test \"\${$as_ac_var+set}\" = set"; then
4996 echo $ECHO_N "(cached) $ECHO_C" >&6
4998 cat >conftest.
$ac_ext <<_ACEOF
4999 #line $LINENO "configure"
5000 #include "confdefs.h"
5001 /* System header to define __stub macros and hopefully few prototypes,
5002 which can conflict with char $ac_func (); below. */
5004 /* Override any gcc2 internal prototype to avoid an error. */
5008 /* We use char because int might match the return type of a gcc2
5009 builtin and then its argument prototype would still apply. */
5016 /* The GNU C library defines this for functions which it implements
5017 to always fail with ENOSYS. Some functions are actually named
5018 something starting with __ and the normal name is an alias. */
5019 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5029 rm -f conftest.
$ac_objext conftest
$ac_exeext
5030 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5031 (eval $ac_link) 2>&5
5033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5034 (exit $ac_status); } &&
5035 { ac_try
='test -s conftest$ac_exeext'
5036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5040 (exit $ac_status); }; }; then
5041 eval "$as_ac_var=yes"
5043 echo "$as_me: failed program was:" >&5
5044 cat conftest.
$ac_ext >&5
5045 eval "$as_ac_var=no"
5047 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
5049 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
5050 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5051 if test `eval echo '${'$as_ac_var'}'` = yes; then
5052 cat >>confdefs.h
<<_ACEOF
5053 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
5058 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
5059 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
5060 if test "${ac_cv_lib_socket_connect+set}" = set; then
5061 echo $ECHO_N "(cached) $ECHO_C" >&6
5063 ac_check_lib_save_LIBS
=$LIBS
5064 LIBS
="-lsocket $LIBS"
5065 cat >conftest.
$ac_ext <<_ACEOF
5066 #line $LINENO "configure"
5067 #include "confdefs.h"
5069 /* Override any gcc2 internal prototype to avoid an error. */
5073 /* We use char because int might match the return type of a gcc2
5074 builtin and then its argument prototype would still apply. */
5084 rm -f conftest.
$ac_objext conftest
$ac_exeext
5085 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5086 (eval $ac_link) 2>&5
5088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5089 (exit $ac_status); } &&
5090 { ac_try
='test -s conftest$ac_exeext'
5091 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5095 (exit $ac_status); }; }; then
5096 ac_cv_lib_socket_connect
=yes
5098 echo "$as_me: failed program was:" >&5
5099 cat conftest.
$ac_ext >&5
5100 ac_cv_lib_socket_connect
=no
5102 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
5103 LIBS
=$ac_check_lib_save_LIBS
5105 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
5106 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
5107 if test $ac_cv_lib_socket_connect = yes; then
5108 cat >>confdefs.h
<<_ACEOF
5109 #define HAVE_LIBSOCKET 1
5112 LIBS
="-lsocket $LIBS"
5120 for ac_func
in inet_aton
5122 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5123 echo "$as_me:$LINENO: checking for $ac_func" >&5
5124 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
5125 if eval "test \"\${$as_ac_var+set}\" = set"; then
5126 echo $ECHO_N "(cached) $ECHO_C" >&6
5128 cat >conftest.
$ac_ext <<_ACEOF
5129 #line $LINENO "configure"
5130 #include "confdefs.h"
5131 /* System header to define __stub macros and hopefully few prototypes,
5132 which can conflict with char $ac_func (); below. */
5134 /* Override any gcc2 internal prototype to avoid an error. */
5138 /* We use char because int might match the return type of a gcc2
5139 builtin and then its argument prototype would still apply. */
5146 /* The GNU C library defines this for functions which it implements
5147 to always fail with ENOSYS. Some functions are actually named
5148 something starting with __ and the normal name is an alias. */
5149 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5159 rm -f conftest.
$ac_objext conftest
$ac_exeext
5160 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5161 (eval $ac_link) 2>&5
5163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5164 (exit $ac_status); } &&
5165 { ac_try
='test -s conftest$ac_exeext'
5166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5170 (exit $ac_status); }; }; then
5171 eval "$as_ac_var=yes"
5173 echo "$as_me: failed program was:" >&5
5174 cat conftest.
$ac_ext >&5
5175 eval "$as_ac_var=no"
5177 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
5179 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
5180 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5181 if test `eval echo '${'$as_ac_var'}'` = yes; then
5182 cat >>confdefs.h
<<_ACEOF
5183 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
5188 echo "$as_me:$LINENO: checking for inet_aton in -lresolv" >&5
5189 echo $ECHO_N "checking for inet_aton in -lresolv... $ECHO_C" >&6
5190 if test "${ac_cv_lib_resolv_inet_aton+set}" = set; then
5191 echo $ECHO_N "(cached) $ECHO_C" >&6
5193 ac_check_lib_save_LIBS
=$LIBS
5194 LIBS
="-lresolv $LIBS"
5195 cat >conftest.
$ac_ext <<_ACEOF
5196 #line $LINENO "configure"
5197 #include "confdefs.h"
5199 /* Override any gcc2 internal prototype to avoid an error. */
5203 /* We use char because int might match the return type of a gcc2
5204 builtin and then its argument prototype would still apply. */
5214 rm -f conftest.
$ac_objext conftest
$ac_exeext
5215 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5216 (eval $ac_link) 2>&5
5218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5219 (exit $ac_status); } &&
5220 { ac_try
='test -s conftest$ac_exeext'
5221 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5225 (exit $ac_status); }; }; then
5226 ac_cv_lib_resolv_inet_aton
=yes
5228 echo "$as_me: failed program was:" >&5
5229 cat conftest.
$ac_ext >&5
5230 ac_cv_lib_resolv_inet_aton
=no
5232 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
5233 LIBS
=$ac_check_lib_save_LIBS
5235 echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_aton" >&5
5236 echo "${ECHO_T}$ac_cv_lib_resolv_inet_aton" >&6
5237 if test $ac_cv_lib_resolv_inet_aton = yes; then
5238 cat >>confdefs.h
<<_ACEOF
5239 #define HAVE_LIBRESOLV 1
5242 LIBS
="-lresolv $LIBS"
5250 echo "$as_me:$LINENO: checking for _xpg4_setrunelocale in -lxpg4" >&5
5251 echo $ECHO_N "checking for _xpg4_setrunelocale in -lxpg4... $ECHO_C" >&6
5252 if test "${ac_cv_lib_xpg4__xpg4_setrunelocale+set}" = set; then
5253 echo $ECHO_N "(cached) $ECHO_C" >&6
5255 ac_check_lib_save_LIBS
=$LIBS
5257 cat >conftest.
$ac_ext <<_ACEOF
5258 #line $LINENO "configure"
5259 #include "confdefs.h"
5261 /* Override any gcc2 internal prototype to avoid an error. */
5265 /* We use char because int might match the return type of a gcc2
5266 builtin and then its argument prototype would still apply. */
5267 char _xpg4_setrunelocale ();
5271 _xpg4_setrunelocale ();
5276 rm -f conftest.
$ac_objext conftest
$ac_exeext
5277 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5278 (eval $ac_link) 2>&5
5280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5281 (exit $ac_status); } &&
5282 { ac_try
='test -s conftest$ac_exeext'
5283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5287 (exit $ac_status); }; }; then
5288 ac_cv_lib_xpg4__xpg4_setrunelocale
=yes
5290 echo "$as_me: failed program was:" >&5
5291 cat conftest.
$ac_ext >&5
5292 ac_cv_lib_xpg4__xpg4_setrunelocale
=no
5294 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
5295 LIBS
=$ac_check_lib_save_LIBS
5297 echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4__xpg4_setrunelocale" >&5
5298 echo "${ECHO_T}$ac_cv_lib_xpg4__xpg4_setrunelocale" >&6
5299 if test $ac_cv_lib_xpg4__xpg4_setrunelocale = yes; then
5300 cat >>confdefs.h
<<_ACEOF
5301 #define HAVE_LIBXPG4 1
5309 echo "$as_me:$LINENO: checking for mmap in -lmmap" >&5
5310 echo $ECHO_N "checking for mmap in -lmmap... $ECHO_C" >&6
5311 if test "${ac_cv_lib_mmap_mmap+set}" = set; then
5312 echo $ECHO_N "(cached) $ECHO_C" >&6
5314 ac_check_lib_save_LIBS
=$LIBS
5316 cat >conftest.
$ac_ext <<_ACEOF
5317 #line $LINENO "configure"
5318 #include "confdefs.h"
5320 /* Override any gcc2 internal prototype to avoid an error. */
5324 /* We use char because int might match the return type of a gcc2
5325 builtin and then its argument prototype would still apply. */
5335 rm -f conftest.
$ac_objext conftest
$ac_exeext
5336 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5337 (eval $ac_link) 2>&5
5339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5340 (exit $ac_status); } &&
5341 { ac_try
='test -s conftest$ac_exeext'
5342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5346 (exit $ac_status); }; }; then
5347 ac_cv_lib_mmap_mmap
=yes
5349 echo "$as_me: failed program was:" >&5
5350 cat conftest.
$ac_ext >&5
5351 ac_cv_lib_mmap_mmap
=no
5353 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
5354 LIBS
=$ac_check_lib_save_LIBS
5356 echo "$as_me:$LINENO: result: $ac_cv_lib_mmap_mmap" >&5
5357 echo "${ECHO_T}$ac_cv_lib_mmap_mmap" >&6
5358 if test $ac_cv_lib_mmap_mmap = yes; then
5359 cat >>confdefs.h
<<_ACEOF
5360 #define HAVE_LIBMMAP 1
5370 echo "$as_me:$LINENO: checking for egrep" >&5
5371 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
5372 if test "${ac_cv_prog_egrep+set}" = set; then
5373 echo $ECHO_N "(cached) $ECHO_C" >&6
5375 if echo a |
(grep -E '(a|b)') >/dev
/null
2>&1
5376 then ac_cv_prog_egrep
='grep -E'
5377 else ac_cv_prog_egrep
='egrep'
5380 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
5381 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
5382 EGREP
=$ac_cv_prog_egrep
5385 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5386 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
5387 if test "${ac_cv_header_stdc+set}" = set; then
5388 echo $ECHO_N "(cached) $ECHO_C" >&6
5390 cat >conftest.
$ac_ext <<_ACEOF
5391 #line $LINENO "configure"
5392 #include "confdefs.h"
5399 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5400 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5402 grep -v '^ *+' conftest.er1
>conftest.err
5404 cat conftest.err
>&5
5405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5406 (exit $ac_status); } >/dev
/null
; then
5407 if test -s conftest.err
; then
5408 ac_cpp_err
=$ac_c_preproc_warn_flag
5415 if test -z "$ac_cpp_err"; then
5416 ac_cv_header_stdc
=yes
5418 echo "$as_me: failed program was:" >&5
5419 cat conftest.
$ac_ext >&5
5420 ac_cv_header_stdc
=no
5422 rm -f conftest.err conftest.
$ac_ext
5424 if test $ac_cv_header_stdc = yes; then
5425 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5426 cat >conftest.
$ac_ext <<_ACEOF
5427 #line $LINENO "configure"
5428 #include "confdefs.h"
5432 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5433 $EGREP "memchr" >/dev
/null
2>&1; then
5436 ac_cv_header_stdc
=no
5442 if test $ac_cv_header_stdc = yes; then
5443 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5444 cat >conftest.
$ac_ext <<_ACEOF
5445 #line $LINENO "configure"
5446 #include "confdefs.h"
5450 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5451 $EGREP "free" >/dev
/null
2>&1; then
5454 ac_cv_header_stdc
=no
5460 if test $ac_cv_header_stdc = yes; then
5461 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5462 if test "$cross_compiling" = yes; then
5465 cat >conftest.
$ac_ext <<_ACEOF
5466 #line $LINENO "configure"
5467 #include "confdefs.h"
5469 #if ((' ' & 0x0FF) == 0x020)
5470 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5471 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5473 # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
5474 || ('j' <= (c) && (c) <= 'r') \
5475 || ('s' <= (c) && (c) <= 'z'))
5476 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5479 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5484 for (i = 0; i < 256; i++)
5485 if (XOR (islower (i), ISLOWER (i))
5486 || toupper (i) != TOUPPER (i))
5491 rm -f conftest
$ac_exeext
5492 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5493 (eval $ac_link) 2>&5
5495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5496 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
5497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5501 (exit $ac_status); }; }; then
5504 echo "$as_me: program exited with status $ac_status" >&5
5505 echo "$as_me: failed program was:" >&5
5506 cat conftest.
$ac_ext >&5
5508 ac_cv_header_stdc
=no
5510 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
5514 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5515 echo "${ECHO_T}$ac_cv_header_stdc" >&6
5516 if test $ac_cv_header_stdc = yes; then
5518 cat >>confdefs.h
<<\_ACEOF
5519 #define STDC_HEADERS 1
5524 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5534 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
5535 inttypes.h stdint.h unistd.h
5537 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5538 echo "$as_me:$LINENO: checking for $ac_header" >&5
5539 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5540 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5541 echo $ECHO_N "(cached) $ECHO_C" >&6
5543 cat >conftest.
$ac_ext <<_ACEOF
5544 #line $LINENO "configure"
5545 #include "confdefs.h"
5546 $ac_includes_default
5548 #include <$ac_header>
5550 rm -f conftest.
$ac_objext
5551 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5552 (eval $ac_compile) 2>&5
5554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5555 (exit $ac_status); } &&
5556 { ac_try
='test -s conftest.$ac_objext'
5557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5561 (exit $ac_status); }; }; then
5562 eval "$as_ac_Header=yes"
5564 echo "$as_me: failed program was:" >&5
5565 cat conftest.
$ac_ext >&5
5566 eval "$as_ac_Header=no"
5568 rm -f conftest.
$ac_objext conftest.
$ac_ext
5570 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5571 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5572 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5573 cat >>confdefs.h
<<_ACEOF
5574 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5583 for ac_header
in jpeglib.h
5585 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5586 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5587 echo "$as_me:$LINENO: checking for $ac_header" >&5
5588 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5589 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5590 echo $ECHO_N "(cached) $ECHO_C" >&6
5592 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5593 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5595 # Is the header compilable?
5596 echo "$as_me:$LINENO: checking $ac_header usability" >&5
5597 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5598 cat >conftest.
$ac_ext <<_ACEOF
5599 #line $LINENO "configure"
5600 #include "confdefs.h"
5601 $ac_includes_default
5602 #include <$ac_header>
5604 rm -f conftest.
$ac_objext
5605 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5606 (eval $ac_compile) 2>&5
5608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5609 (exit $ac_status); } &&
5610 { ac_try
='test -s conftest.$ac_objext'
5611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5615 (exit $ac_status); }; }; then
5616 ac_header_compiler
=yes
5618 echo "$as_me: failed program was:" >&5
5619 cat conftest.
$ac_ext >&5
5620 ac_header_compiler
=no
5622 rm -f conftest.
$ac_objext conftest.
$ac_ext
5623 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5624 echo "${ECHO_T}$ac_header_compiler" >&6
5626 # Is the header present?
5627 echo "$as_me:$LINENO: checking $ac_header presence" >&5
5628 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5629 cat >conftest.
$ac_ext <<_ACEOF
5630 #line $LINENO "configure"
5631 #include "confdefs.h"
5632 #include <$ac_header>
5634 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5635 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5637 grep -v '^ *+' conftest.er1
>conftest.err
5639 cat conftest.err
>&5
5640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5641 (exit $ac_status); } >/dev
/null
; then
5642 if test -s conftest.err
; then
5643 ac_cpp_err
=$ac_c_preproc_warn_flag
5650 if test -z "$ac_cpp_err"; then
5651 ac_header_preproc
=yes
5653 echo "$as_me: failed program was:" >&5
5654 cat conftest.
$ac_ext >&5
5655 ac_header_preproc
=no
5657 rm -f conftest.err conftest.
$ac_ext
5658 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5659 echo "${ECHO_T}$ac_header_preproc" >&6
5661 # So? What about this header?
5662 case $ac_header_compiler:$ac_header_preproc in
5664 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5665 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5666 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5667 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
5669 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5670 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5671 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5672 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5673 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5674 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
5676 echo "$as_me:$LINENO: checking for $ac_header" >&5
5677 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5678 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5679 echo $ECHO_N "(cached) $ECHO_C" >&6
5681 eval "$as_ac_Header=$ac_header_preproc"
5683 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5684 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5687 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5688 cat >>confdefs.h
<<_ACEOF
5689 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5691 echo "$as_me:$LINENO: checking for jpeg_start_decompress in -ljpeg" >&5
5692 echo $ECHO_N "checking for jpeg_start_decompress in -ljpeg... $ECHO_C" >&6
5693 if test "${ac_cv_lib_jpeg_jpeg_start_decompress+set}" = set; then
5694 echo $ECHO_N "(cached) $ECHO_C" >&6
5696 ac_check_lib_save_LIBS
=$LIBS
5698 cat >conftest.
$ac_ext <<_ACEOF
5699 #line $LINENO "configure"
5700 #include "confdefs.h"
5702 /* Override any gcc2 internal prototype to avoid an error. */
5706 /* We use char because int might match the return type of a gcc2
5707 builtin and then its argument prototype would still apply. */
5708 char jpeg_start_decompress ();
5712 jpeg_start_decompress ();
5717 rm -f conftest.
$ac_objext conftest
$ac_exeext
5718 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5719 (eval $ac_link) 2>&5
5721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5722 (exit $ac_status); } &&
5723 { ac_try
='test -s conftest$ac_exeext'
5724 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5728 (exit $ac_status); }; }; then
5729 ac_cv_lib_jpeg_jpeg_start_decompress
=yes
5731 echo "$as_me: failed program was:" >&5
5732 cat conftest.
$ac_ext >&5
5733 ac_cv_lib_jpeg_jpeg_start_decompress
=no
5735 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
5736 LIBS
=$ac_check_lib_save_LIBS
5738 echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_start_decompress" >&5
5739 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_start_decompress" >&6
5740 if test $ac_cv_lib_jpeg_jpeg_start_decompress = yes; then
5742 cat >>confdefs.h
<<\_ACEOF
5743 #define HAVE_LIBJPEG 1
5764 if test "$have_x" = "yes"
5767 ac_save_CPPFLAGS
="$CPPFLAGS"
5768 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
5771 for ac_header
in X11
/Xlib.h
5773 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5774 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5775 echo "$as_me:$LINENO: checking for $ac_header" >&5
5776 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5777 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5778 echo $ECHO_N "(cached) $ECHO_C" >&6
5780 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5781 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5783 # Is the header compilable?
5784 echo "$as_me:$LINENO: checking $ac_header usability" >&5
5785 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5786 cat >conftest.
$ac_ext <<_ACEOF
5787 #line $LINENO "configure"
5788 #include "confdefs.h"
5789 $ac_includes_default
5790 #include <$ac_header>
5792 rm -f conftest.
$ac_objext
5793 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5794 (eval $ac_compile) 2>&5
5796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5797 (exit $ac_status); } &&
5798 { ac_try
='test -s conftest.$ac_objext'
5799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5803 (exit $ac_status); }; }; then
5804 ac_header_compiler
=yes
5806 echo "$as_me: failed program was:" >&5
5807 cat conftest.
$ac_ext >&5
5808 ac_header_compiler
=no
5810 rm -f conftest.
$ac_objext conftest.
$ac_ext
5811 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5812 echo "${ECHO_T}$ac_header_compiler" >&6
5814 # Is the header present?
5815 echo "$as_me:$LINENO: checking $ac_header presence" >&5
5816 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5817 cat >conftest.
$ac_ext <<_ACEOF
5818 #line $LINENO "configure"
5819 #include "confdefs.h"
5820 #include <$ac_header>
5822 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5823 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5825 grep -v '^ *+' conftest.er1
>conftest.err
5827 cat conftest.err
>&5
5828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5829 (exit $ac_status); } >/dev
/null
; then
5830 if test -s conftest.err
; then
5831 ac_cpp_err
=$ac_c_preproc_warn_flag
5838 if test -z "$ac_cpp_err"; then
5839 ac_header_preproc
=yes
5841 echo "$as_me: failed program was:" >&5
5842 cat conftest.
$ac_ext >&5
5843 ac_header_preproc
=no
5845 rm -f conftest.err conftest.
$ac_ext
5846 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5847 echo "${ECHO_T}$ac_header_preproc" >&6
5849 # So? What about this header?
5850 case $ac_header_compiler:$ac_header_preproc in
5852 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5853 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5854 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5855 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
5857 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5858 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5859 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5860 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5861 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5862 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
5864 echo "$as_me:$LINENO: checking for $ac_header" >&5
5865 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5866 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5867 echo $ECHO_N "(cached) $ECHO_C" >&6
5869 eval "$as_ac_Header=$ac_header_preproc"
5871 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5872 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5875 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5876 cat >>confdefs.h
<<_ACEOF
5877 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5881 for ac_header
in X11
/XKBlib.h
5883 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5884 echo "$as_me:$LINENO: checking for $ac_header" >&5
5885 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5886 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5887 echo $ECHO_N "(cached) $ECHO_C" >&6
5889 cat >conftest.
$ac_ext <<_ACEOF
5890 #line $LINENO "configure"
5891 #include "confdefs.h"
5892 #include <X11/Xlib.h>
5894 #include <$ac_header>
5896 rm -f conftest.
$ac_objext
5897 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5898 (eval $ac_compile) 2>&5
5900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5901 (exit $ac_status); } &&
5902 { ac_try
='test -s conftest.$ac_objext'
5903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5907 (exit $ac_status); }; }; then
5908 eval "$as_ac_Header=yes"
5910 echo "$as_me: failed program was:" >&5
5911 cat conftest.
$ac_ext >&5
5912 eval "$as_ac_Header=no"
5914 rm -f conftest.
$ac_objext conftest.
$ac_ext
5916 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5917 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5918 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5919 cat >>confdefs.h
<<_ACEOF
5920 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5922 echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
5923 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6
5924 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
5925 echo $ECHO_N "(cached) $ECHO_C" >&6
5927 ac_check_lib_save_LIBS
=$LIBS
5928 LIBS
="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
5929 cat >conftest.
$ac_ext <<_ACEOF
5930 #line $LINENO "configure"
5931 #include "confdefs.h"
5933 /* Override any gcc2 internal prototype to avoid an error. */
5937 /* We use char because int might match the return type of a gcc2
5938 builtin and then its argument prototype would still apply. */
5939 char XkbQueryExtension ();
5943 XkbQueryExtension ();
5948 rm -f conftest.
$ac_objext conftest
$ac_exeext
5949 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5950 (eval $ac_link) 2>&5
5952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5953 (exit $ac_status); } &&
5954 { ac_try
='test -s conftest$ac_exeext'
5955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5959 (exit $ac_status); }; }; then
5960 ac_cv_lib_X11_XkbQueryExtension
=yes
5962 echo "$as_me: failed program was:" >&5
5963 cat conftest.
$ac_ext >&5
5964 ac_cv_lib_X11_XkbQueryExtension
=no
5966 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
5967 LIBS
=$ac_check_lib_save_LIBS
5969 echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
5970 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6
5971 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
5973 cat >>confdefs.h
<<\_ACEOF
5981 { echo "$as_me:$LINENO: WARNING: Xkb extension not found, Wine will be built without it" >&5
5982 echo "$as_me: WARNING: Xkb extension not found, Wine will be built without it" >&2;}
5989 for ac_header
in X11
/extensions
/XShm.h
5991 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5992 echo "$as_me:$LINENO: checking for $ac_header" >&5
5993 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5994 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5995 echo $ECHO_N "(cached) $ECHO_C" >&6
5997 cat >conftest.
$ac_ext <<_ACEOF
5998 #line $LINENO "configure"
5999 #include "confdefs.h"
6000 #include <X11/Xlib.h>
6002 #include <$ac_header>
6004 rm -f conftest.
$ac_objext
6005 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6006 (eval $ac_compile) 2>&5
6008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6009 (exit $ac_status); } &&
6010 { ac_try
='test -s conftest.$ac_objext'
6011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6015 (exit $ac_status); }; }; then
6016 eval "$as_ac_Header=yes"
6018 echo "$as_me: failed program was:" >&5
6019 cat conftest.
$ac_ext >&5
6020 eval "$as_ac_Header=no"
6022 rm -f conftest.
$ac_objext conftest.
$ac_ext
6024 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6025 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6026 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6027 cat >>confdefs.h
<<_ACEOF
6028 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6030 echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
6031 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6
6032 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
6033 echo $ECHO_N "(cached) $ECHO_C" >&6
6035 ac_check_lib_save_LIBS
=$LIBS
6036 LIBS
="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
6037 cat >conftest.
$ac_ext <<_ACEOF
6038 #line $LINENO "configure"
6039 #include "confdefs.h"
6041 /* Override any gcc2 internal prototype to avoid an error. */
6045 /* We use char because int might match the return type of a gcc2
6046 builtin and then its argument prototype would still apply. */
6047 char XShmQueryExtension ();
6051 XShmQueryExtension ();
6056 rm -f conftest.
$ac_objext conftest
$ac_exeext
6057 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6058 (eval $ac_link) 2>&5
6060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6061 (exit $ac_status); } &&
6062 { ac_try
='test -s conftest$ac_exeext'
6063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6067 (exit $ac_status); }; }; then
6068 ac_cv_lib_Xext_XShmQueryExtension
=yes
6070 echo "$as_me: failed program was:" >&5
6071 cat conftest.
$ac_ext >&5
6072 ac_cv_lib_Xext_XShmQueryExtension
=no
6074 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
6075 LIBS
=$ac_check_lib_save_LIBS
6077 echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
6078 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6
6079 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
6081 cat >>confdefs.h
<<\_ACEOF
6082 #define HAVE_LIBXXSHM 1
6089 { echo "$as_me:$LINENO: WARNING: XShm extension not found, Wine will be built without it" >&5
6090 echo "$as_me: WARNING: XShm extension not found, Wine will be built without it" >&2;}
6097 for ac_header
in X11
/Xutil.h
6099 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6100 echo "$as_me:$LINENO: checking for $ac_header" >&5
6101 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6102 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6103 echo $ECHO_N "(cached) $ECHO_C" >&6
6105 cat >conftest.
$ac_ext <<_ACEOF
6106 #line $LINENO "configure"
6107 #include "confdefs.h"
6108 #include <X11/Xlib.h>
6110 #include <$ac_header>
6112 rm -f conftest.
$ac_objext
6113 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6114 (eval $ac_compile) 2>&5
6116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6117 (exit $ac_status); } &&
6118 { ac_try
='test -s conftest.$ac_objext'
6119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6123 (exit $ac_status); }; }; then
6124 eval "$as_ac_Header=yes"
6126 echo "$as_me: failed program was:" >&5
6127 cat conftest.
$ac_ext >&5
6128 eval "$as_ac_Header=no"
6130 rm -f conftest.
$ac_objext conftest.
$ac_ext
6132 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6133 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6134 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6135 cat >>confdefs.h
<<_ACEOF
6136 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6145 for ac_header
in X11
/extensions
/shape.h
6147 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6148 echo "$as_me:$LINENO: checking for $ac_header" >&5
6149 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6150 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6151 echo $ECHO_N "(cached) $ECHO_C" >&6
6153 cat >conftest.
$ac_ext <<_ACEOF
6154 #line $LINENO "configure"
6155 #include "confdefs.h"
6156 #include <X11/Xlib.h>
6157 #ifdef HAVE_X11_XUTIL_H
6158 # include <X11/Xutil.h>
6161 #include <$ac_header>
6163 rm -f conftest.
$ac_objext
6164 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6165 (eval $ac_compile) 2>&5
6167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6168 (exit $ac_status); } &&
6169 { ac_try
='test -s conftest.$ac_objext'
6170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6174 (exit $ac_status); }; }; then
6175 eval "$as_ac_Header=yes"
6177 echo "$as_me: failed program was:" >&5
6178 cat conftest.
$ac_ext >&5
6179 eval "$as_ac_Header=no"
6181 rm -f conftest.
$ac_objext conftest.
$ac_ext
6183 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6184 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6185 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6186 cat >>confdefs.h
<<_ACEOF
6187 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6189 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
6190 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
6191 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
6192 echo $ECHO_N "(cached) $ECHO_C" >&6
6194 ac_check_lib_save_LIBS
=$LIBS
6195 LIBS
="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
6196 cat >conftest.
$ac_ext <<_ACEOF
6197 #line $LINENO "configure"
6198 #include "confdefs.h"
6200 /* Override any gcc2 internal prototype to avoid an error. */
6204 /* We use char because int might match the return type of a gcc2
6205 builtin and then its argument prototype would still apply. */
6206 char XShapeQueryExtension ();
6210 XShapeQueryExtension ();
6215 rm -f conftest.
$ac_objext conftest
$ac_exeext
6216 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6217 (eval $ac_link) 2>&5
6219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6220 (exit $ac_status); } &&
6221 { ac_try
='test -s conftest$ac_exeext'
6222 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6226 (exit $ac_status); }; }; then
6227 ac_cv_lib_Xext_XShapeQueryExtension
=yes
6229 echo "$as_me: failed program was:" >&5
6230 cat conftest.
$ac_ext >&5
6231 ac_cv_lib_Xext_XShapeQueryExtension
=no
6233 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
6234 LIBS
=$ac_check_lib_save_LIBS
6236 echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
6237 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
6238 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
6240 cat >>confdefs.h
<<\_ACEOF
6241 #define HAVE_LIBXSHAPE 1
6248 { echo "$as_me:$LINENO: WARNING: XShape extension not found, Wine will be built without it" >&5
6249 echo "$as_me: WARNING: XShape extension not found, Wine will be built without it" >&2;}
6256 for ac_header
in X11
/extensions
/xf86dga.h
6258 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6259 echo "$as_me:$LINENO: checking for $ac_header" >&5
6260 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6261 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6262 echo $ECHO_N "(cached) $ECHO_C" >&6
6264 cat >conftest.
$ac_ext <<_ACEOF
6265 #line $LINENO "configure"
6266 #include "confdefs.h"
6267 #include <X11/Xlib.h>
6269 #include <$ac_header>
6271 rm -f conftest.
$ac_objext
6272 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6273 (eval $ac_compile) 2>&5
6275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6276 (exit $ac_status); } &&
6277 { ac_try
='test -s conftest.$ac_objext'
6278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6282 (exit $ac_status); }; }; then
6283 eval "$as_ac_Header=yes"
6285 echo "$as_me: failed program was:" >&5
6286 cat conftest.
$ac_ext >&5
6287 eval "$as_ac_Header=no"
6289 rm -f conftest.
$ac_objext conftest.
$ac_ext
6291 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6292 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6293 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6294 cat >>confdefs.h
<<_ACEOF
6295 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6297 echo "$as_me:$LINENO: checking for XDGAQueryExtension in -lXxf86dga" >&5
6298 echo $ECHO_N "checking for XDGAQueryExtension in -lXxf86dga... $ECHO_C" >&6
6299 if test "${ac_cv_lib_Xxf86dga_XDGAQueryExtension+set}" = set; then
6300 echo $ECHO_N "(cached) $ECHO_C" >&6
6302 ac_check_lib_save_LIBS
=$LIBS
6303 LIBS
="-lXxf86dga $X_LIBS -lXext -lX11 $X_EXTRA_LIBS
6305 cat >conftest.
$ac_ext <<_ACEOF
6306 #line $LINENO "configure"
6307 #include "confdefs.h"
6309 /* Override any gcc2 internal prototype to avoid an error. */
6313 /* We use char because int might match the return type of a gcc2
6314 builtin and then its argument prototype would still apply. */
6315 char XDGAQueryExtension ();
6319 XDGAQueryExtension ();
6324 rm -f conftest.
$ac_objext conftest
$ac_exeext
6325 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6326 (eval $ac_link) 2>&5
6328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6329 (exit $ac_status); } &&
6330 { ac_try
='test -s conftest$ac_exeext'
6331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6335 (exit $ac_status); }; }; then
6336 ac_cv_lib_Xxf86dga_XDGAQueryExtension
=yes
6338 echo "$as_me: failed program was:" >&5
6339 cat conftest.
$ac_ext >&5
6340 ac_cv_lib_Xxf86dga_XDGAQueryExtension
=no
6342 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
6343 LIBS
=$ac_check_lib_save_LIBS
6345 echo "$as_me:$LINENO: result: $ac_cv_lib_Xxf86dga_XDGAQueryExtension" >&5
6346 echo "${ECHO_T}$ac_cv_lib_Xxf86dga_XDGAQueryExtension" >&6
6347 if test $ac_cv_lib_Xxf86dga_XDGAQueryExtension = yes; then
6349 cat >>confdefs.h
<<\_ACEOF
6350 #define HAVE_LIBXXF86DGA2 1
6353 X_PRE_LIBS
="$X_PRE_LIBS -lXxf86dga"
6356 echo "$as_me:$LINENO: checking for XF86DGAQueryExtension in -lXxf86dga" >&5
6357 echo $ECHO_N "checking for XF86DGAQueryExtension in -lXxf86dga... $ECHO_C" >&6
6358 if test "${ac_cv_lib_Xxf86dga_XF86DGAQueryExtension+set}" = set; then
6359 echo $ECHO_N "(cached) $ECHO_C" >&6
6361 ac_check_lib_save_LIBS
=$LIBS
6362 LIBS
="-lXxf86dga $X_LIBS -lXext -lX11 $X_EXTRA_LIBS
6364 cat >conftest.
$ac_ext <<_ACEOF
6365 #line $LINENO "configure"
6366 #include "confdefs.h"
6368 /* Override any gcc2 internal prototype to avoid an error. */
6372 /* We use char because int might match the return type of a gcc2
6373 builtin and then its argument prototype would still apply. */
6374 char XF86DGAQueryExtension ();
6378 XF86DGAQueryExtension ();
6383 rm -f conftest.
$ac_objext conftest
$ac_exeext
6384 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6385 (eval $ac_link) 2>&5
6387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6388 (exit $ac_status); } &&
6389 { ac_try
='test -s conftest$ac_exeext'
6390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6394 (exit $ac_status); }; }; then
6395 ac_cv_lib_Xxf86dga_XF86DGAQueryExtension
=yes
6397 echo "$as_me: failed program was:" >&5
6398 cat conftest.
$ac_ext >&5
6399 ac_cv_lib_Xxf86dga_XF86DGAQueryExtension
=no
6401 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
6402 LIBS
=$ac_check_lib_save_LIBS
6404 echo "$as_me:$LINENO: result: $ac_cv_lib_Xxf86dga_XF86DGAQueryExtension" >&5
6405 echo "${ECHO_T}$ac_cv_lib_Xxf86dga_XF86DGAQueryExtension" >&6
6406 if test $ac_cv_lib_Xxf86dga_XF86DGAQueryExtension = yes; then
6408 cat >>confdefs.h
<<\_ACEOF
6409 #define HAVE_LIBXXF86DGA 1
6412 X_PRE_LIBS
="$X_PRE_LIBS -lXxf86dga"
6421 { echo "$as_me:$LINENO: WARNING: DGA extension not found, Wine will be built without it" >&5
6422 echo "$as_me: WARNING: DGA extension not found, Wine will be built without it" >&2;}
6429 for ac_header
in X11
/extensions
/xf86vmode.h
6431 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6432 echo "$as_me:$LINENO: checking for $ac_header" >&5
6433 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6434 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6435 echo $ECHO_N "(cached) $ECHO_C" >&6
6437 cat >conftest.
$ac_ext <<_ACEOF
6438 #line $LINENO "configure"
6439 #include "confdefs.h"
6440 #include <X11/Xlib.h>
6442 #include <$ac_header>
6444 rm -f conftest.
$ac_objext
6445 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6446 (eval $ac_compile) 2>&5
6448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6449 (exit $ac_status); } &&
6450 { ac_try
='test -s conftest.$ac_objext'
6451 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6455 (exit $ac_status); }; }; then
6456 eval "$as_ac_Header=yes"
6458 echo "$as_me: failed program was:" >&5
6459 cat conftest.
$ac_ext >&5
6460 eval "$as_ac_Header=no"
6462 rm -f conftest.
$ac_objext conftest.
$ac_ext
6464 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6465 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6466 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6467 cat >>confdefs.h
<<_ACEOF
6468 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6470 echo "$as_me:$LINENO: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
6471 echo $ECHO_N "checking for XF86VidModeQueryExtension in -lXxf86vm... $ECHO_C" >&6
6472 if test "${ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension+set}" = set; then
6473 echo $ECHO_N "(cached) $ECHO_C" >&6
6475 ac_check_lib_save_LIBS
=$LIBS
6476 LIBS
="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS
6478 cat >conftest.
$ac_ext <<_ACEOF
6479 #line $LINENO "configure"
6480 #include "confdefs.h"
6482 /* Override any gcc2 internal prototype to avoid an error. */
6486 /* We use char because int might match the return type of a gcc2
6487 builtin and then its argument prototype would still apply. */
6488 char XF86VidModeQueryExtension ();
6492 XF86VidModeQueryExtension ();
6497 rm -f conftest.
$ac_objext conftest
$ac_exeext
6498 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6499 (eval $ac_link) 2>&5
6501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6502 (exit $ac_status); } &&
6503 { ac_try
='test -s conftest$ac_exeext'
6504 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6508 (exit $ac_status); }; }; then
6509 ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension
=yes
6511 echo "$as_me: failed program was:" >&5
6512 cat conftest.
$ac_ext >&5
6513 ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension
=no
6515 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
6516 LIBS
=$ac_check_lib_save_LIBS
6518 echo "$as_me:$LINENO: result: $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&5
6519 echo "${ECHO_T}$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&6
6520 if test $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension = yes; then
6522 cat >>confdefs.h
<<\_ACEOF
6523 #define HAVE_LIBXXF86VM 1
6526 X_PRE_LIBS
="$X_PRE_LIBS -lXxf86vm"
6532 { echo "$as_me:$LINENO: WARNING: XFree86 VMODE extension not found, Wine will be built without it" >&5
6533 echo "$as_me: WARNING: XFree86 VMODE extension not found, Wine will be built without it" >&2;}
6540 for ac_header
in X11
/extensions
/Xvlib.h
6542 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6543 echo "$as_me:$LINENO: checking for $ac_header" >&5
6544 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6545 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6546 echo $ECHO_N "(cached) $ECHO_C" >&6
6548 cat >conftest.
$ac_ext <<_ACEOF
6549 #line $LINENO "configure"
6550 #include "confdefs.h"
6551 #include <X11/Xlib.h>
6553 #include <$ac_header>
6555 rm -f conftest.
$ac_objext
6556 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6557 (eval $ac_compile) 2>&5
6559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6560 (exit $ac_status); } &&
6561 { ac_try
='test -s conftest.$ac_objext'
6562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6566 (exit $ac_status); }; }; then
6567 eval "$as_ac_Header=yes"
6569 echo "$as_me: failed program was:" >&5
6570 cat conftest.
$ac_ext >&5
6571 eval "$as_ac_Header=no"
6573 rm -f conftest.
$ac_objext conftest.
$ac_ext
6575 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6576 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6577 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6578 cat >>confdefs.h
<<_ACEOF
6579 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6581 echo "$as_me:$LINENO: checking for XvShmCreateImage in -lXv" >&5
6582 echo $ECHO_N "checking for XvShmCreateImage in -lXv... $ECHO_C" >&6
6583 if test "${ac_cv_lib_Xv_XvShmCreateImage+set}" = set; then
6584 echo $ECHO_N "(cached) $ECHO_C" >&6
6586 ac_check_lib_save_LIBS
=$LIBS
6587 LIBS
="-lXv $X_LIBS -lXext -lX11 $X_EXTRA_LIBS
6589 cat >conftest.
$ac_ext <<_ACEOF
6590 #line $LINENO "configure"
6591 #include "confdefs.h"
6593 /* Override any gcc2 internal prototype to avoid an error. */
6597 /* We use char because int might match the return type of a gcc2
6598 builtin and then its argument prototype would still apply. */
6599 char XvShmCreateImage ();
6603 XvShmCreateImage ();
6608 rm -f conftest.
$ac_objext conftest
$ac_exeext
6609 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6610 (eval $ac_link) 2>&5
6612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6613 (exit $ac_status); } &&
6614 { ac_try
='test -s conftest$ac_exeext'
6615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6619 (exit $ac_status); }; }; then
6620 ac_cv_lib_Xv_XvShmCreateImage
=yes
6622 echo "$as_me: failed program was:" >&5
6623 cat conftest.
$ac_ext >&5
6624 ac_cv_lib_Xv_XvShmCreateImage
=no
6626 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
6627 LIBS
=$ac_check_lib_save_LIBS
6629 echo "$as_me:$LINENO: result: $ac_cv_lib_Xv_XvShmCreateImage" >&5
6630 echo "${ECHO_T}$ac_cv_lib_Xv_XvShmCreateImage" >&6
6631 if test $ac_cv_lib_Xv_XvShmCreateImage = yes; then
6633 cat >>confdefs.h
<<\_ACEOF
6634 #define HAVE_XVIDEO 1
6637 X_PRE_LIBS
="$X_PRE_LIBS -lXv"
6643 { echo "$as_me:$LINENO: WARNING: XVideo extension not found, Wine will be built without it" >&5
6644 echo "$as_me: WARNING: XVideo extension not found, Wine will be built without it" >&2;}
6651 for ac_header
in X11
/extensions
/Xrender.h
6653 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6654 echo "$as_me:$LINENO: checking for $ac_header" >&5
6655 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6656 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6657 echo $ECHO_N "(cached) $ECHO_C" >&6
6659 cat >conftest.
$ac_ext <<_ACEOF
6660 #line $LINENO "configure"
6661 #include "confdefs.h"
6662 #include <X11/Xlib.h>
6664 #include <$ac_header>
6666 rm -f conftest.
$ac_objext
6667 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6668 (eval $ac_compile) 2>&5
6670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6671 (exit $ac_status); } &&
6672 { ac_try
='test -s conftest.$ac_objext'
6673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6677 (exit $ac_status); }; }; then
6678 eval "$as_ac_Header=yes"
6680 echo "$as_me: failed program was:" >&5
6681 cat conftest.
$ac_ext >&5
6682 eval "$as_ac_Header=no"
6684 rm -f conftest.
$ac_objext conftest.
$ac_ext
6686 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6687 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6688 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6689 cat >>confdefs.h
<<_ACEOF
6690 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6703 if test "x$enable_opengl" != "xno"
6705 if test -f /usr
/X11R
6/lib
/libGL.a
-a ! -f /usr
/X11R
6/lib
/libGL.so
6707 { { echo "$as_me:$LINENO: error: /usr/X11R6/lib/libGL.a is present on your system.
6708 This prevents linking to OpenGL. Delete the file and restart configure." >&5
6709 echo "$as_me: error: /usr/X11R6/lib/libGL.a is present on your system.
6710 This prevents linking to OpenGL. Delete the file and restart configure." >&2;}
6711 { (exit 1); exit 1; }; }
6716 for ac_header
in GL
/gl.h GL
/glx.h
6718 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6719 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6720 echo "$as_me:$LINENO: checking for $ac_header" >&5
6721 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6722 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6723 echo $ECHO_N "(cached) $ECHO_C" >&6
6725 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6726 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6728 # Is the header compilable?
6729 echo "$as_me:$LINENO: checking $ac_header usability" >&5
6730 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6731 cat >conftest.
$ac_ext <<_ACEOF
6732 #line $LINENO "configure"
6733 #include "confdefs.h"
6734 $ac_includes_default
6735 #include <$ac_header>
6737 rm -f conftest.
$ac_objext
6738 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6739 (eval $ac_compile) 2>&5
6741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6742 (exit $ac_status); } &&
6743 { ac_try
='test -s conftest.$ac_objext'
6744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6748 (exit $ac_status); }; }; then
6749 ac_header_compiler
=yes
6751 echo "$as_me: failed program was:" >&5
6752 cat conftest.
$ac_ext >&5
6753 ac_header_compiler
=no
6755 rm -f conftest.
$ac_objext conftest.
$ac_ext
6756 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6757 echo "${ECHO_T}$ac_header_compiler" >&6
6759 # Is the header present?
6760 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6761 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6762 cat >conftest.
$ac_ext <<_ACEOF
6763 #line $LINENO "configure"
6764 #include "confdefs.h"
6765 #include <$ac_header>
6767 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6768 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6770 grep -v '^ *+' conftest.er1
>conftest.err
6772 cat conftest.err
>&5
6773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6774 (exit $ac_status); } >/dev
/null
; then
6775 if test -s conftest.err
; then
6776 ac_cpp_err
=$ac_c_preproc_warn_flag
6783 if test -z "$ac_cpp_err"; then
6784 ac_header_preproc
=yes
6786 echo "$as_me: failed program was:" >&5
6787 cat conftest.
$ac_ext >&5
6788 ac_header_preproc
=no
6790 rm -f conftest.err conftest.
$ac_ext
6791 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6792 echo "${ECHO_T}$ac_header_preproc" >&6
6794 # So? What about this header?
6795 case $ac_header_compiler:$ac_header_preproc in
6797 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6798 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6799 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6800 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
6802 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6803 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6804 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6805 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6806 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6807 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
6809 echo "$as_me:$LINENO: checking for $ac_header" >&5
6810 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6811 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6812 echo $ECHO_N "(cached) $ECHO_C" >&6
6814 eval "$as_ac_Header=$ac_header_preproc"
6816 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6817 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6820 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6821 cat >>confdefs.h
<<_ACEOF
6822 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6829 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
6832 for ac_header
in GL
/glext.h
6834 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6835 echo "$as_me:$LINENO: checking for $ac_header" >&5
6836 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6837 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6838 echo $ECHO_N "(cached) $ECHO_C" >&6
6840 cat >conftest.
$ac_ext <<_ACEOF
6841 #line $LINENO "configure"
6842 #include "confdefs.h"
6845 #include <$ac_header>
6847 rm -f conftest.
$ac_objext
6848 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6849 (eval $ac_compile) 2>&5
6851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6852 (exit $ac_status); } &&
6853 { ac_try
='test -s conftest.$ac_objext'
6854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6858 (exit $ac_status); }; }; then
6859 eval "$as_ac_Header=yes"
6861 echo "$as_me: failed program was:" >&5
6862 cat conftest.
$ac_ext >&5
6863 eval "$as_ac_Header=no"
6865 rm -f conftest.
$ac_objext conftest.
$ac_ext
6867 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6868 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6869 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6870 cat >>confdefs.h
<<_ACEOF
6871 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6878 echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
6879 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6
6880 if test "${wine_cv_opengl_version_OK+set}" = set; then
6881 echo $ECHO_N "(cached) $ECHO_C" >&6
6883 cat >conftest.
$ac_ext <<_ACEOF
6884 #line $LINENO "configure"
6885 #include "confdefs.h"
6890 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
6895 rm -f conftest.
$ac_objext
6896 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6897 (eval $ac_compile) 2>&5
6899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6900 (exit $ac_status); } &&
6901 { ac_try
='test -s conftest.$ac_objext'
6902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6906 (exit $ac_status); }; }; then
6907 wine_cv_opengl_version_OK
="yes"
6909 echo "$as_me: failed program was:" >&5
6910 cat conftest.
$ac_ext >&5
6911 wine_cv_opengl_version_OK
="no"
6914 rm -f conftest.
$ac_objext conftest.
$ac_ext
6917 echo "$as_me:$LINENO: result: $wine_cv_opengl_version_OK" >&5
6918 echo "${ECHO_T}$wine_cv_opengl_version_OK" >&6
6920 echo "$as_me:$LINENO: checking for thread-safe OpenGL version" >&5
6921 echo $ECHO_N "checking for thread-safe OpenGL version... $ECHO_C" >&6
6922 if test "${wine_cv_opengl_version_threadsafe+set}" = set; then
6923 echo $ECHO_N "(cached) $ECHO_C" >&6
6927 cat >conftest.
$ac_ext <<_ACEOF
6928 #line $LINENO "configure"
6929 #include "confdefs.h"
6934 pthread_getspecific();
6939 rm -f conftest.
$ac_objext conftest
$ac_exeext
6940 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6941 (eval $ac_link) 2>&5
6943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6944 (exit $ac_status); } &&
6945 { ac_try
='test -s conftest$ac_exeext'
6946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6950 (exit $ac_status); }; }; then
6951 wine_cv_opengl_version_threadsafe
="yes"
6953 echo "$as_me: failed program was:" >&5
6954 cat conftest.
$ac_ext >&5
6955 wine_cv_opengl_version_threadsafe
="no"
6957 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
6961 echo "$as_me:$LINENO: result: $wine_cv_opengl_version_threadsafe" >&5
6962 echo "${ECHO_T}$wine_cv_opengl_version_threadsafe" >&6
6964 if test "$wine_cv_opengl_version_OK" = "yes" -a \
( "$wine_cv_opengl_version_threadsafe" = "no" -o "x$enable_opengl" = "xyes" \
)
6966 echo "$as_me:$LINENO: checking for glXCreateContext in -lGL" >&5
6967 echo $ECHO_N "checking for glXCreateContext in -lGL... $ECHO_C" >&6
6968 if test "${ac_cv_lib_GL_glXCreateContext+set}" = set; then
6969 echo $ECHO_N "(cached) $ECHO_C" >&6
6971 ac_check_lib_save_LIBS
=$LIBS
6972 LIBS
="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
6973 cat >conftest.
$ac_ext <<_ACEOF
6974 #line $LINENO "configure"
6975 #include "confdefs.h"
6977 /* Override any gcc2 internal prototype to avoid an error. */
6981 /* We use char because int might match the return type of a gcc2
6982 builtin and then its argument prototype would still apply. */
6983 char glXCreateContext ();
6987 glXCreateContext ();
6992 rm -f conftest.
$ac_objext conftest
$ac_exeext
6993 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6994 (eval $ac_link) 2>&5
6996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6997 (exit $ac_status); } &&
6998 { ac_try
='test -s conftest$ac_exeext'
6999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7003 (exit $ac_status); }; }; then
7004 ac_cv_lib_GL_glXCreateContext
=yes
7006 echo "$as_me: failed program was:" >&5
7007 cat conftest.
$ac_ext >&5
7008 ac_cv_lib_GL_glXCreateContext
=no
7010 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
7011 LIBS
=$ac_check_lib_save_LIBS
7013 echo "$as_me:$LINENO: result: $ac_cv_lib_GL_glXCreateContext" >&5
7014 echo "${ECHO_T}$ac_cv_lib_GL_glXCreateContext" >&6
7015 if test $ac_cv_lib_GL_glXCreateContext = yes; then
7016 X_PRE_LIBS
="$X_PRE_LIBS -lGL"
7021 if test "$ac_cv_lib_GL_glXCreateContext" = "yes"
7023 OPENGLFILES
='$(OPENGLFILES)'
7025 cat >>confdefs.h
<<\_ACEOF
7026 #define HAVE_OPENGL 1
7030 echo "$as_me:$LINENO: checking for glXGetProcAddressARB in -lGL" >&5
7031 echo $ECHO_N "checking for glXGetProcAddressARB in -lGL... $ECHO_C" >&6
7032 if test "${ac_cv_lib_GL_glXGetProcAddressARB+set}" = set; then
7033 echo $ECHO_N "(cached) $ECHO_C" >&6
7035 ac_check_lib_save_LIBS
=$LIBS
7036 LIBS
="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
7037 cat >conftest.
$ac_ext <<_ACEOF
7038 #line $LINENO "configure"
7039 #include "confdefs.h"
7041 /* Override any gcc2 internal prototype to avoid an error. */
7045 /* We use char because int might match the return type of a gcc2
7046 builtin and then its argument prototype would still apply. */
7047 char glXGetProcAddressARB ();
7051 glXGetProcAddressARB ();
7056 rm -f conftest.
$ac_objext conftest
$ac_exeext
7057 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7058 (eval $ac_link) 2>&5
7060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7061 (exit $ac_status); } &&
7062 { ac_try
='test -s conftest$ac_exeext'
7063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7067 (exit $ac_status); }; }; then
7068 ac_cv_lib_GL_glXGetProcAddressARB
=yes
7070 echo "$as_me: failed program was:" >&5
7071 cat conftest.
$ac_ext >&5
7072 ac_cv_lib_GL_glXGetProcAddressARB
=no
7074 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
7075 LIBS
=$ac_check_lib_save_LIBS
7077 echo "$as_me:$LINENO: result: $ac_cv_lib_GL_glXGetProcAddressARB" >&5
7078 echo "${ECHO_T}$ac_cv_lib_GL_glXGetProcAddressARB" >&6
7079 if test $ac_cv_lib_GL_glXGetProcAddressARB = yes; then
7081 cat >>confdefs.h
<<\_ACEOF
7082 #define HAVE_GLX_GETPROCADDRESS 1
7088 if test "$ac_cv_lib_GL_glXGetProcAddressARB" = "yes"
7090 echo "$as_me:$LINENO: checking for OpenGL extension functions prototypes" >&5
7091 echo $ECHO_N "checking for OpenGL extension functions prototypes... $ECHO_C" >&6
7092 if test "${wine_cv_extension_prototypes+set}" = set; then
7093 echo $ECHO_N "(cached) $ECHO_C" >&6
7095 cat >conftest.
$ac_ext <<_ACEOF
7096 #line $LINENO "configure"
7097 #include "confdefs.h"
7099 #ifdef HAVE_GL_GLEXT_H
7100 # include <GL/glext.h>
7106 PFNGLCOLORTABLEEXTPROC test_proc;
7111 rm -f conftest.
$ac_objext
7112 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7113 (eval $ac_compile) 2>&5
7115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7116 (exit $ac_status); } &&
7117 { ac_try
='test -s conftest.$ac_objext'
7118 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7122 (exit $ac_status); }; }; then
7123 wine_cv_extension_prototypes
="yes"
7125 echo "$as_me: failed program was:" >&5
7126 cat conftest.
$ac_ext >&5
7127 wine_cv_extension_prototypes
="no"
7130 rm -f conftest.
$ac_objext conftest.
$ac_ext
7133 echo "$as_me:$LINENO: result: $wine_cv_extension_prototypes" >&5
7134 echo "${ECHO_T}$wine_cv_extension_prototypes" >&6
7135 if test "$wine_cv_extension_prototypes" = "yes"
7138 cat >>confdefs.h
<<\_ACEOF
7139 #define HAVE_GLEXT_PROTOTYPES 1
7146 echo "$as_me:$LINENO: checking for gluLookAt in -lGLU" >&5
7147 echo $ECHO_N "checking for gluLookAt in -lGLU... $ECHO_C" >&6
7148 if test "${ac_cv_lib_GLU_gluLookAt+set}" = set; then
7149 echo $ECHO_N "(cached) $ECHO_C" >&6
7151 ac_check_lib_save_LIBS
=$LIBS
7152 LIBS
="-lGLU $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS
7154 cat >conftest.
$ac_ext <<_ACEOF
7155 #line $LINENO "configure"
7156 #include "confdefs.h"
7158 /* Override any gcc2 internal prototype to avoid an error. */
7162 /* We use char because int might match the return type of a gcc2
7163 builtin and then its argument prototype would still apply. */
7173 rm -f conftest.
$ac_objext conftest
$ac_exeext
7174 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7175 (eval $ac_link) 2>&5
7177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7178 (exit $ac_status); } &&
7179 { ac_try
='test -s conftest$ac_exeext'
7180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7184 (exit $ac_status); }; }; then
7185 ac_cv_lib_GLU_gluLookAt
=yes
7187 echo "$as_me: failed program was:" >&5
7188 cat conftest.
$ac_ext >&5
7189 ac_cv_lib_GLU_gluLookAt
=no
7191 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
7192 LIBS
=$ac_check_lib_save_LIBS
7194 echo "$as_me:$LINENO: result: $ac_cv_lib_GLU_gluLookAt" >&5
7195 echo "${ECHO_T}$ac_cv_lib_GLU_gluLookAt" >&6
7196 if test $ac_cv_lib_GLU_gluLookAt = yes; then
7197 X_PRE_LIBS
="$X_PRE_LIBS -lGLU"
7198 GLU32FILES
='$(GLU32FILES)'
7209 for ac_header
in audio
/audiolib.h
7211 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7212 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7213 echo "$as_me:$LINENO: checking for $ac_header" >&5
7214 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7215 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7216 echo $ECHO_N "(cached) $ECHO_C" >&6
7218 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7219 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7221 # Is the header compilable?
7222 echo "$as_me:$LINENO: checking $ac_header usability" >&5
7223 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7224 cat >conftest.
$ac_ext <<_ACEOF
7225 #line $LINENO "configure"
7226 #include "confdefs.h"
7227 $ac_includes_default
7228 #include <$ac_header>
7230 rm -f conftest.
$ac_objext
7231 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7232 (eval $ac_compile) 2>&5
7234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7235 (exit $ac_status); } &&
7236 { ac_try
='test -s conftest.$ac_objext'
7237 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7241 (exit $ac_status); }; }; then
7242 ac_header_compiler
=yes
7244 echo "$as_me: failed program was:" >&5
7245 cat conftest.
$ac_ext >&5
7246 ac_header_compiler
=no
7248 rm -f conftest.
$ac_objext conftest.
$ac_ext
7249 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7250 echo "${ECHO_T}$ac_header_compiler" >&6
7252 # Is the header present?
7253 echo "$as_me:$LINENO: checking $ac_header presence" >&5
7254 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7255 cat >conftest.
$ac_ext <<_ACEOF
7256 #line $LINENO "configure"
7257 #include "confdefs.h"
7258 #include <$ac_header>
7260 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7261 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
7263 grep -v '^ *+' conftest.er1
>conftest.err
7265 cat conftest.err
>&5
7266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7267 (exit $ac_status); } >/dev
/null
; then
7268 if test -s conftest.err
; then
7269 ac_cpp_err
=$ac_c_preproc_warn_flag
7276 if test -z "$ac_cpp_err"; then
7277 ac_header_preproc
=yes
7279 echo "$as_me: failed program was:" >&5
7280 cat conftest.
$ac_ext >&5
7281 ac_header_preproc
=no
7283 rm -f conftest.err conftest.
$ac_ext
7284 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7285 echo "${ECHO_T}$ac_header_preproc" >&6
7287 # So? What about this header?
7288 case $ac_header_compiler:$ac_header_preproc in
7290 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7291 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7292 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7293 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
7295 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7296 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7297 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7298 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7299 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7300 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
7302 echo "$as_me:$LINENO: checking for $ac_header" >&5
7303 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7304 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7305 echo $ECHO_N "(cached) $ECHO_C" >&6
7307 eval "$as_ac_Header=$ac_header_preproc"
7309 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7310 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7313 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7314 cat >>confdefs.h
<<_ACEOF
7315 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7318 for ac_header
in audio
/soundlib.h
7320 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7321 echo "$as_me:$LINENO: checking for $ac_header" >&5
7322 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7323 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7324 echo $ECHO_N "(cached) $ECHO_C" >&6
7326 cat >conftest.
$ac_ext <<_ACEOF
7327 #line $LINENO "configure"
7328 #include "confdefs.h"
7329 #include <audio/audiolib.h>
7331 #include <$ac_header>
7333 rm -f conftest.
$ac_objext
7334 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7335 (eval $ac_compile) 2>&5
7337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7338 (exit $ac_status); } &&
7339 { ac_try
='test -s conftest.$ac_objext'
7340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7344 (exit $ac_status); }; }; then
7345 eval "$as_ac_Header=yes"
7347 echo "$as_me: failed program was:" >&5
7348 cat conftest.
$ac_ext >&5
7349 eval "$as_ac_Header=no"
7351 rm -f conftest.
$ac_objext conftest.
$ac_ext
7353 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7354 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7355 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7356 cat >>confdefs.h
<<_ACEOF
7357 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7364 echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
7365 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6
7366 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
7367 echo $ECHO_N "(cached) $ECHO_C" >&6
7369 ac_check_lib_save_LIBS
=$LIBS
7370 LIBS
="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
7371 cat >conftest.
$ac_ext <<_ACEOF
7372 #line $LINENO "configure"
7373 #include "confdefs.h"
7375 /* Override any gcc2 internal prototype to avoid an error. */
7379 /* We use char because int might match the return type of a gcc2
7380 builtin and then its argument prototype would still apply. */
7381 char AuCreateFlow ();
7390 rm -f conftest.
$ac_objext conftest
$ac_exeext
7391 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7392 (eval $ac_link) 2>&5
7394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7395 (exit $ac_status); } &&
7396 { ac_try
='test -s conftest$ac_exeext'
7397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7401 (exit $ac_status); }; }; then
7402 ac_cv_lib_audio_AuCreateFlow
=yes
7404 echo "$as_me: failed program was:" >&5
7405 cat conftest.
$ac_ext >&5
7406 ac_cv_lib_audio_AuCreateFlow
=no
7408 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
7409 LIBS
=$ac_check_lib_save_LIBS
7411 echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
7412 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6
7413 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
7415 cat >>confdefs.h
<<\_ACEOF
7419 NASLIBS
="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
7427 CPPFLAGS
="$ac_save_CPPFLAGS"
7436 if test "x$with_curses" != "xno"
7439 for ac_header
in ncurses.h
7441 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7442 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7443 echo "$as_me:$LINENO: checking for $ac_header" >&5
7444 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7445 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7446 echo $ECHO_N "(cached) $ECHO_C" >&6
7448 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7449 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7451 # Is the header compilable?
7452 echo "$as_me:$LINENO: checking $ac_header usability" >&5
7453 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7454 cat >conftest.
$ac_ext <<_ACEOF
7455 #line $LINENO "configure"
7456 #include "confdefs.h"
7457 $ac_includes_default
7458 #include <$ac_header>
7460 rm -f conftest.
$ac_objext
7461 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7462 (eval $ac_compile) 2>&5
7464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7465 (exit $ac_status); } &&
7466 { ac_try
='test -s conftest.$ac_objext'
7467 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7471 (exit $ac_status); }; }; then
7472 ac_header_compiler
=yes
7474 echo "$as_me: failed program was:" >&5
7475 cat conftest.
$ac_ext >&5
7476 ac_header_compiler
=no
7478 rm -f conftest.
$ac_objext conftest.
$ac_ext
7479 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7480 echo "${ECHO_T}$ac_header_compiler" >&6
7482 # Is the header present?
7483 echo "$as_me:$LINENO: checking $ac_header presence" >&5
7484 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7485 cat >conftest.
$ac_ext <<_ACEOF
7486 #line $LINENO "configure"
7487 #include "confdefs.h"
7488 #include <$ac_header>
7490 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7491 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
7493 grep -v '^ *+' conftest.er1
>conftest.err
7495 cat conftest.err
>&5
7496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7497 (exit $ac_status); } >/dev
/null
; then
7498 if test -s conftest.err
; then
7499 ac_cpp_err
=$ac_c_preproc_warn_flag
7506 if test -z "$ac_cpp_err"; then
7507 ac_header_preproc
=yes
7509 echo "$as_me: failed program was:" >&5
7510 cat conftest.
$ac_ext >&5
7511 ac_header_preproc
=no
7513 rm -f conftest.err conftest.
$ac_ext
7514 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7515 echo "${ECHO_T}$ac_header_preproc" >&6
7517 # So? What about this header?
7518 case $ac_header_compiler:$ac_header_preproc in
7520 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7521 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7522 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7523 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
7525 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7526 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7527 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7528 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7529 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7530 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
7532 echo "$as_me:$LINENO: checking for $ac_header" >&5
7533 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7534 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7535 echo $ECHO_N "(cached) $ECHO_C" >&6
7537 eval "$as_ac_Header=$ac_header_preproc"
7539 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7540 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7543 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7544 cat >>confdefs.h
<<_ACEOF
7545 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7547 echo "$as_me:$LINENO: checking for waddch in -lncurses" >&5
7548 echo $ECHO_N "checking for waddch in -lncurses... $ECHO_C" >&6
7549 if test "${ac_cv_lib_ncurses_waddch+set}" = set; then
7550 echo $ECHO_N "(cached) $ECHO_C" >&6
7552 ac_check_lib_save_LIBS
=$LIBS
7553 LIBS
="-lncurses $LIBS"
7554 cat >conftest.
$ac_ext <<_ACEOF
7555 #line $LINENO "configure"
7556 #include "confdefs.h"
7558 /* Override any gcc2 internal prototype to avoid an error. */
7562 /* We use char because int might match the return type of a gcc2
7563 builtin and then its argument prototype would still apply. */
7573 rm -f conftest.
$ac_objext conftest
$ac_exeext
7574 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7575 (eval $ac_link) 2>&5
7577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7578 (exit $ac_status); } &&
7579 { ac_try
='test -s conftest$ac_exeext'
7580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7584 (exit $ac_status); }; }; then
7585 ac_cv_lib_ncurses_waddch
=yes
7587 echo "$as_me: failed program was:" >&5
7588 cat conftest.
$ac_ext >&5
7589 ac_cv_lib_ncurses_waddch
=no
7591 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
7592 LIBS
=$ac_check_lib_save_LIBS
7594 echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_waddch" >&5
7595 echo "${ECHO_T}$ac_cv_lib_ncurses_waddch" >&6
7596 if test $ac_cv_lib_ncurses_waddch = yes; then
7598 cat >>confdefs.h
<<\_ACEOF
7599 #define HAVE_LIBNCURSES 1
7602 CURSESLIBS
="-lncurses"
7605 for ac_header
in curses.h
7607 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7608 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7609 echo "$as_me:$LINENO: checking for $ac_header" >&5
7610 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7611 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7612 echo $ECHO_N "(cached) $ECHO_C" >&6
7614 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7615 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7617 # Is the header compilable?
7618 echo "$as_me:$LINENO: checking $ac_header usability" >&5
7619 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7620 cat >conftest.
$ac_ext <<_ACEOF
7621 #line $LINENO "configure"
7622 #include "confdefs.h"
7623 $ac_includes_default
7624 #include <$ac_header>
7626 rm -f conftest.
$ac_objext
7627 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7628 (eval $ac_compile) 2>&5
7630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7631 (exit $ac_status); } &&
7632 { ac_try
='test -s conftest.$ac_objext'
7633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7637 (exit $ac_status); }; }; then
7638 ac_header_compiler
=yes
7640 echo "$as_me: failed program was:" >&5
7641 cat conftest.
$ac_ext >&5
7642 ac_header_compiler
=no
7644 rm -f conftest.
$ac_objext conftest.
$ac_ext
7645 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7646 echo "${ECHO_T}$ac_header_compiler" >&6
7648 # Is the header present?
7649 echo "$as_me:$LINENO: checking $ac_header presence" >&5
7650 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7651 cat >conftest.
$ac_ext <<_ACEOF
7652 #line $LINENO "configure"
7653 #include "confdefs.h"
7654 #include <$ac_header>
7656 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7657 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
7659 grep -v '^ *+' conftest.er1
>conftest.err
7661 cat conftest.err
>&5
7662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7663 (exit $ac_status); } >/dev
/null
; then
7664 if test -s conftest.err
; then
7665 ac_cpp_err
=$ac_c_preproc_warn_flag
7672 if test -z "$ac_cpp_err"; then
7673 ac_header_preproc
=yes
7675 echo "$as_me: failed program was:" >&5
7676 cat conftest.
$ac_ext >&5
7677 ac_header_preproc
=no
7679 rm -f conftest.err conftest.
$ac_ext
7680 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7681 echo "${ECHO_T}$ac_header_preproc" >&6
7683 # So? What about this header?
7684 case $ac_header_compiler:$ac_header_preproc in
7686 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7687 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7688 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7689 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
7691 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7692 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7693 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7694 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7695 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7696 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
7698 echo "$as_me:$LINENO: checking for $ac_header" >&5
7699 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7700 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7701 echo $ECHO_N "(cached) $ECHO_C" >&6
7703 eval "$as_ac_Header=$ac_header_preproc"
7705 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7706 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7709 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7710 cat >>confdefs.h
<<_ACEOF
7711 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7713 echo "$as_me:$LINENO: checking for waddch in -lcurses" >&5
7714 echo $ECHO_N "checking for waddch in -lcurses... $ECHO_C" >&6
7715 if test "${ac_cv_lib_curses_waddch+set}" = set; then
7716 echo $ECHO_N "(cached) $ECHO_C" >&6
7718 ac_check_lib_save_LIBS
=$LIBS
7719 LIBS
="-lcurses $LIBS"
7720 cat >conftest.
$ac_ext <<_ACEOF
7721 #line $LINENO "configure"
7722 #include "confdefs.h"
7724 /* Override any gcc2 internal prototype to avoid an error. */
7728 /* We use char because int might match the return type of a gcc2
7729 builtin and then its argument prototype would still apply. */
7739 rm -f conftest.
$ac_objext conftest
$ac_exeext
7740 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7741 (eval $ac_link) 2>&5
7743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7744 (exit $ac_status); } &&
7745 { ac_try
='test -s conftest$ac_exeext'
7746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7750 (exit $ac_status); }; }; then
7751 ac_cv_lib_curses_waddch
=yes
7753 echo "$as_me: failed program was:" >&5
7754 cat conftest.
$ac_ext >&5
7755 ac_cv_lib_curses_waddch
=no
7757 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
7758 LIBS
=$ac_check_lib_save_LIBS
7760 echo "$as_me:$LINENO: result: $ac_cv_lib_curses_waddch" >&5
7761 echo "${ECHO_T}$ac_cv_lib_curses_waddch" >&6
7762 if test $ac_cv_lib_curses_waddch = yes; then
7764 cat >>confdefs.h
<<\_ACEOF
7765 #define HAVE_LIBCURSES 1
7768 CURSESLIBS
="-lcurses"
7782 LIBS
="$CURSESLIBS $LIBS"
7785 for ac_func
in getbkgd resizeterm
7787 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7788 echo "$as_me:$LINENO: checking for $ac_func" >&5
7789 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7790 if eval "test \"\${$as_ac_var+set}\" = set"; then
7791 echo $ECHO_N "(cached) $ECHO_C" >&6
7793 cat >conftest.
$ac_ext <<_ACEOF
7794 #line $LINENO "configure"
7795 #include "confdefs.h"
7796 /* System header to define __stub macros and hopefully few prototypes,
7797 which can conflict with char $ac_func (); below. */
7799 /* Override any gcc2 internal prototype to avoid an error. */
7803 /* We use char because int might match the return type of a gcc2
7804 builtin and then its argument prototype would still apply. */
7811 /* The GNU C library defines this for functions which it implements
7812 to always fail with ENOSYS. Some functions are actually named
7813 something starting with __ and the normal name is an alias. */
7814 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7824 rm -f conftest.
$ac_objext conftest
$ac_exeext
7825 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7826 (eval $ac_link) 2>&5
7828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7829 (exit $ac_status); } &&
7830 { ac_try
='test -s conftest$ac_exeext'
7831 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7835 (exit $ac_status); }; }; then
7836 eval "$as_ac_var=yes"
7838 echo "$as_me: failed program was:" >&5
7839 cat conftest.
$ac_ext >&5
7840 eval "$as_ac_var=no"
7842 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
7844 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7845 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7846 if test `eval echo '${'$as_ac_var'}'` = yes; then
7847 cat >>confdefs.h
<<_ACEOF
7848 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7859 wine_cv_warn_cups_h
=no
7860 echo "$as_me:$LINENO: checking for cupsGetPPD in -lcups" >&5
7861 echo $ECHO_N "checking for cupsGetPPD in -lcups... $ECHO_C" >&6
7862 if test "${ac_cv_lib_cups_cupsGetPPD+set}" = set; then
7863 echo $ECHO_N "(cached) $ECHO_C" >&6
7865 ac_check_lib_save_LIBS
=$LIBS
7867 cat >conftest.
$ac_ext <<_ACEOF
7868 #line $LINENO "configure"
7869 #include "confdefs.h"
7871 /* Override any gcc2 internal prototype to avoid an error. */
7875 /* We use char because int might match the return type of a gcc2
7876 builtin and then its argument prototype would still apply. */
7886 rm -f conftest.
$ac_objext conftest
$ac_exeext
7887 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7888 (eval $ac_link) 2>&5
7890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7891 (exit $ac_status); } &&
7892 { ac_try
='test -s conftest$ac_exeext'
7893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7897 (exit $ac_status); }; }; then
7898 ac_cv_lib_cups_cupsGetPPD
=yes
7900 echo "$as_me: failed program was:" >&5
7901 cat conftest.
$ac_ext >&5
7902 ac_cv_lib_cups_cupsGetPPD
=no
7904 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
7905 LIBS
=$ac_check_lib_save_LIBS
7907 echo "$as_me:$LINENO: result: $ac_cv_lib_cups_cupsGetPPD" >&5
7908 echo "${ECHO_T}$ac_cv_lib_cups_cupsGetPPD" >&6
7909 if test $ac_cv_lib_cups_cupsGetPPD = yes; then
7910 if test "${ac_cv_header_cups_cups_h+set}" = set; then
7911 echo "$as_me:$LINENO: checking for cups/cups.h" >&5
7912 echo $ECHO_N "checking for cups/cups.h... $ECHO_C" >&6
7913 if test "${ac_cv_header_cups_cups_h+set}" = set; then
7914 echo $ECHO_N "(cached) $ECHO_C" >&6
7916 echo "$as_me:$LINENO: result: $ac_cv_header_cups_cups_h" >&5
7917 echo "${ECHO_T}$ac_cv_header_cups_cups_h" >&6
7919 # Is the header compilable?
7920 echo "$as_me:$LINENO: checking cups/cups.h usability" >&5
7921 echo $ECHO_N "checking cups/cups.h usability... $ECHO_C" >&6
7922 cat >conftest.
$ac_ext <<_ACEOF
7923 #line $LINENO "configure"
7924 #include "confdefs.h"
7925 $ac_includes_default
7926 #include <cups/cups.h>
7928 rm -f conftest.
$ac_objext
7929 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7930 (eval $ac_compile) 2>&5
7932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7933 (exit $ac_status); } &&
7934 { ac_try
='test -s conftest.$ac_objext'
7935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7939 (exit $ac_status); }; }; then
7940 ac_header_compiler
=yes
7942 echo "$as_me: failed program was:" >&5
7943 cat conftest.
$ac_ext >&5
7944 ac_header_compiler
=no
7946 rm -f conftest.
$ac_objext conftest.
$ac_ext
7947 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7948 echo "${ECHO_T}$ac_header_compiler" >&6
7950 # Is the header present?
7951 echo "$as_me:$LINENO: checking cups/cups.h presence" >&5
7952 echo $ECHO_N "checking cups/cups.h presence... $ECHO_C" >&6
7953 cat >conftest.
$ac_ext <<_ACEOF
7954 #line $LINENO "configure"
7955 #include "confdefs.h"
7956 #include <cups/cups.h>
7958 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7959 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
7961 grep -v '^ *+' conftest.er1
>conftest.err
7963 cat conftest.err
>&5
7964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7965 (exit $ac_status); } >/dev
/null
; then
7966 if test -s conftest.err
; then
7967 ac_cpp_err
=$ac_c_preproc_warn_flag
7974 if test -z "$ac_cpp_err"; then
7975 ac_header_preproc
=yes
7977 echo "$as_me: failed program was:" >&5
7978 cat conftest.
$ac_ext >&5
7979 ac_header_preproc
=no
7981 rm -f conftest.err conftest.
$ac_ext
7982 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7983 echo "${ECHO_T}$ac_header_preproc" >&6
7985 # So? What about this header?
7986 case $ac_header_compiler:$ac_header_preproc in
7988 { echo "$as_me:$LINENO: WARNING: cups/cups.h: accepted by the compiler, rejected by the preprocessor!" >&5
7989 echo "$as_me: WARNING: cups/cups.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
7990 { echo "$as_me:$LINENO: WARNING: cups/cups.h: proceeding with the preprocessor's result" >&5
7991 echo "$as_me: WARNING: cups/cups.h: proceeding with the preprocessor's result" >&2;};;
7993 { echo "$as_me:$LINENO: WARNING: cups/cups.h: present but cannot be compiled" >&5
7994 echo "$as_me: WARNING: cups/cups.h: present but cannot be compiled" >&2;}
7995 { echo "$as_me:$LINENO: WARNING: cups/cups.h: check for missing prerequisite headers?" >&5
7996 echo "$as_me: WARNING: cups/cups.h: check for missing prerequisite headers?" >&2;}
7997 { echo "$as_me:$LINENO: WARNING: cups/cups.h: proceeding with the preprocessor's result" >&5
7998 echo "$as_me: WARNING: cups/cups.h: proceeding with the preprocessor's result" >&2;};;
8000 echo "$as_me:$LINENO: checking for cups/cups.h" >&5
8001 echo $ECHO_N "checking for cups/cups.h... $ECHO_C" >&6
8002 if test "${ac_cv_header_cups_cups_h+set}" = set; then
8003 echo $ECHO_N "(cached) $ECHO_C" >&6
8005 ac_cv_header_cups_cups_h
=$ac_header_preproc
8007 echo "$as_me:$LINENO: result: $ac_cv_header_cups_cups_h" >&5
8008 echo "${ECHO_T}$ac_cv_header_cups_cups_h" >&6
8011 if test $ac_cv_header_cups_cups_h = yes; then
8013 cat >>confdefs.h
<<\_ACEOF
8019 wine_cv_warn_cups_h
=yes
8028 # Extract the first word of "sane-config", so it can be a program name with args.
8029 set dummy sane-config
; ac_word
=$2
8030 echo "$as_me:$LINENO: checking for $ac_word" >&5
8031 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8032 if test "${ac_cv_prog_sane_devel+set}" = set; then
8033 echo $ECHO_N "(cached) $ECHO_C" >&6
8035 if test -n "$sane_devel"; then
8036 ac_cv_prog_sane_devel
="$sane_devel" # Let the user override the test.
8038 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8042 test -z "$as_dir" && as_dir
=.
8043 for ac_exec_ext
in '' $ac_executable_extensions; do
8044 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8045 ac_cv_prog_sane_devel
="sane-config"
8046 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8052 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel
="no"
8055 sane_devel
=$ac_cv_prog_sane_devel
8056 if test -n "$sane_devel"; then
8057 echo "$as_me:$LINENO: result: $sane_devel" >&5
8058 echo "${ECHO_T}$sane_devel" >&6
8060 echo "$as_me:$LINENO: result: no" >&5
8061 echo "${ECHO_T}no" >&6
8064 if test "$sane_devel" = "no"
8069 SANELIBS
="`$sane_devel --libs`"
8070 SANEINCL
="`$sane_devel --cflags`"
8071 ac_save_CPPFLAGS
="$CPPFLAGS"
8072 ac_save_LIBS
="$LIBS"
8073 CPPFLAGS
="$CPPFLAGS $SANEINCL"
8074 LIBS
="$LIBS $SANELIBS"
8075 if test "${ac_cv_header_sane_sane_h+set}" = set; then
8076 echo "$as_me:$LINENO: checking for sane/sane.h" >&5
8077 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6
8078 if test "${ac_cv_header_sane_sane_h+set}" = set; then
8079 echo $ECHO_N "(cached) $ECHO_C" >&6
8081 echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
8082 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6
8084 # Is the header compilable?
8085 echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
8086 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6
8087 cat >conftest.
$ac_ext <<_ACEOF
8088 #line $LINENO "configure"
8089 #include "confdefs.h"
8090 $ac_includes_default
8091 #include <sane/sane.h>
8093 rm -f conftest.
$ac_objext
8094 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8095 (eval $ac_compile) 2>&5
8097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8098 (exit $ac_status); } &&
8099 { ac_try
='test -s conftest.$ac_objext'
8100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8104 (exit $ac_status); }; }; then
8105 ac_header_compiler
=yes
8107 echo "$as_me: failed program was:" >&5
8108 cat conftest.
$ac_ext >&5
8109 ac_header_compiler
=no
8111 rm -f conftest.
$ac_objext conftest.
$ac_ext
8112 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8113 echo "${ECHO_T}$ac_header_compiler" >&6
8115 # Is the header present?
8116 echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
8117 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6
8118 cat >conftest.
$ac_ext <<_ACEOF
8119 #line $LINENO "configure"
8120 #include "confdefs.h"
8121 #include <sane/sane.h>
8123 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8124 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
8126 grep -v '^ *+' conftest.er1
>conftest.err
8128 cat conftest.err
>&5
8129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8130 (exit $ac_status); } >/dev
/null
; then
8131 if test -s conftest.err
; then
8132 ac_cpp_err
=$ac_c_preproc_warn_flag
8139 if test -z "$ac_cpp_err"; then
8140 ac_header_preproc
=yes
8142 echo "$as_me: failed program was:" >&5
8143 cat conftest.
$ac_ext >&5
8144 ac_header_preproc
=no
8146 rm -f conftest.err conftest.
$ac_ext
8147 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8148 echo "${ECHO_T}$ac_header_preproc" >&6
8150 # So? What about this header?
8151 case $ac_header_compiler:$ac_header_preproc in
8153 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
8154 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
8155 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
8156 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;};;
8158 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
8159 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
8160 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
8161 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
8162 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
8163 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;};;
8165 echo "$as_me:$LINENO: checking for sane/sane.h" >&5
8166 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6
8167 if test "${ac_cv_header_sane_sane_h+set}" = set; then
8168 echo $ECHO_N "(cached) $ECHO_C" >&6
8170 ac_cv_header_sane_sane_h
=$ac_header_preproc
8172 echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
8173 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6
8176 if test $ac_cv_header_sane_sane_h = yes; then
8177 echo "$as_me:$LINENO: checking for sane_open in -lsane" >&5
8178 echo $ECHO_N "checking for sane_open in -lsane... $ECHO_C" >&6
8179 if test "${ac_cv_lib_sane_sane_open+set}" = set; then
8180 echo $ECHO_N "(cached) $ECHO_C" >&6
8182 ac_check_lib_save_LIBS
=$LIBS
8184 cat >conftest.
$ac_ext <<_ACEOF
8185 #line $LINENO "configure"
8186 #include "confdefs.h"
8188 /* Override any gcc2 internal prototype to avoid an error. */
8192 /* We use char because int might match the return type of a gcc2
8193 builtin and then its argument prototype would still apply. */
8203 rm -f conftest.
$ac_objext conftest
$ac_exeext
8204 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8205 (eval $ac_link) 2>&5
8207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8208 (exit $ac_status); } &&
8209 { ac_try
='test -s conftest$ac_exeext'
8210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8214 (exit $ac_status); }; }; then
8215 ac_cv_lib_sane_sane_open
=yes
8217 echo "$as_me: failed program was:" >&5
8218 cat conftest.
$ac_ext >&5
8219 ac_cv_lib_sane_sane_open
=no
8221 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
8222 LIBS
=$ac_check_lib_save_LIBS
8224 echo "$as_me:$LINENO: result: $ac_cv_lib_sane_sane_open" >&5
8225 echo "${ECHO_T}$ac_cv_lib_sane_sane_open" >&6
8226 if test $ac_cv_lib_sane_sane_open = yes; then
8228 cat >>confdefs.h
<<\_ACEOF
8243 LIBS
="$ac_save_LIBS"
8244 CPPFLAGS
="$ac_save_CPPFLAGS"
8249 echo "$as_me:$LINENO: checking for FT_Init_FreeType in -lfreetype" >&5
8250 echo $ECHO_N "checking for FT_Init_FreeType in -lfreetype... $ECHO_C" >&6
8251 if test "${ac_cv_lib_freetype_FT_Init_FreeType+set}" = set; then
8252 echo $ECHO_N "(cached) $ECHO_C" >&6
8254 ac_check_lib_save_LIBS
=$LIBS
8255 LIBS
="-lfreetype $X_LIBS $LIBS"
8256 cat >conftest.
$ac_ext <<_ACEOF
8257 #line $LINENO "configure"
8258 #include "confdefs.h"
8260 /* Override any gcc2 internal prototype to avoid an error. */
8264 /* We use char because int might match the return type of a gcc2
8265 builtin and then its argument prototype would still apply. */
8266 char FT_Init_FreeType ();
8270 FT_Init_FreeType ();
8275 rm -f conftest.
$ac_objext conftest
$ac_exeext
8276 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8277 (eval $ac_link) 2>&5
8279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8280 (exit $ac_status); } &&
8281 { ac_try
='test -s conftest$ac_exeext'
8282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8286 (exit $ac_status); }; }; then
8287 ac_cv_lib_freetype_FT_Init_FreeType
=yes
8289 echo "$as_me: failed program was:" >&5
8290 cat conftest.
$ac_ext >&5
8291 ac_cv_lib_freetype_FT_Init_FreeType
=no
8293 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
8294 LIBS
=$ac_check_lib_save_LIBS
8296 echo "$as_me:$LINENO: result: $ac_cv_lib_freetype_FT_Init_FreeType" >&5
8297 echo "${ECHO_T}$ac_cv_lib_freetype_FT_Init_FreeType" >&6
8298 if test $ac_cv_lib_freetype_FT_Init_FreeType = yes; then
8304 if test "$ft_lib" = "no"
8307 wine_cv_msg_freetype
=no
8309 # Extract the first word of "freetype-config", so it can be a program name with args.
8310 set dummy freetype-config
; ac_word
=$2
8311 echo "$as_me:$LINENO: checking for $ac_word" >&5
8312 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8313 if test "${ac_cv_prog_ft_devel+set}" = set; then
8314 echo $ECHO_N "(cached) $ECHO_C" >&6
8316 if test -n "$ft_devel"; then
8317 ac_cv_prog_ft_devel
="$ft_devel" # Let the user override the test.
8319 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8323 test -z "$as_dir" && as_dir
=.
8324 for ac_exec_ext
in '' $ac_executable_extensions; do
8325 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8326 ac_cv_prog_ft_devel
="freetype-config"
8327 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8333 test -z "$ac_cv_prog_ft_devel" && ac_cv_prog_ft_devel
="no"
8336 ft_devel
=$ac_cv_prog_ft_devel
8337 if test -n "$ft_devel"; then
8338 echo "$as_me:$LINENO: result: $ft_devel" >&5
8339 echo "${ECHO_T}$ft_devel" >&6
8341 echo "$as_me:$LINENO: result: no" >&5
8342 echo "${ECHO_T}no" >&6
8345 if test "$ft_devel" = "no"
8347 # Extract the first word of "freetype2-config", so it can be a program name with args.
8348 set dummy freetype2-config
; ac_word
=$2
8349 echo "$as_me:$LINENO: checking for $ac_word" >&5
8350 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8351 if test "${ac_cv_prog_ft_devel2+set}" = set; then
8352 echo $ECHO_N "(cached) $ECHO_C" >&6
8354 if test -n "$ft_devel2"; then
8355 ac_cv_prog_ft_devel2
="$ft_devel2" # Let the user override the test.
8357 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8361 test -z "$as_dir" && as_dir
=.
8362 for ac_exec_ext
in '' $ac_executable_extensions; do
8363 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8364 ac_cv_prog_ft_devel2
="freetype2-config"
8365 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8371 test -z "$ac_cv_prog_ft_devel2" && ac_cv_prog_ft_devel2
="no"
8374 ft_devel2
=$ac_cv_prog_ft_devel2
8375 if test -n "$ft_devel2"; then
8376 echo "$as_me:$LINENO: result: $ft_devel2" >&5
8377 echo "${ECHO_T}$ft_devel2" >&6
8379 echo "$as_me:$LINENO: result: no" >&5
8380 echo "${ECHO_T}no" >&6
8383 if test "$ft_devel2" = "freetype2-config"
8388 if test "$ft_devel" = "no"
8391 wine_cv_msg_freetype
=yes
8393 FREETYPEINCL
=`$ft_devel --cflags`
8394 ac_save_CPPFLAGS
="$CPPFLAGS"
8395 CPPFLAGS
="$FREETYPEINCL $CPPFLAGS"
8404 for ac_header
in freetype
/freetype.h \
8405 freetype
/ftglyph.h \
8406 freetype
/tttables.h \
8407 freetype
/ftnames.h \
8408 freetype
/ftsnames.h \
8409 freetype
/ttnameid.h \
8410 freetype
/ftoutln.h \
8411 freetype
/internal
/sfnt.h
8413 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8414 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8415 echo "$as_me:$LINENO: checking for $ac_header" >&5
8416 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8417 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8418 echo $ECHO_N "(cached) $ECHO_C" >&6
8420 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8421 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8423 # Is the header compilable?
8424 echo "$as_me:$LINENO: checking $ac_header usability" >&5
8425 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8426 cat >conftest.
$ac_ext <<_ACEOF
8427 #line $LINENO "configure"
8428 #include "confdefs.h"
8429 $ac_includes_default
8430 #include <$ac_header>
8432 rm -f conftest.
$ac_objext
8433 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8434 (eval $ac_compile) 2>&5
8436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8437 (exit $ac_status); } &&
8438 { ac_try
='test -s conftest.$ac_objext'
8439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8443 (exit $ac_status); }; }; then
8444 ac_header_compiler
=yes
8446 echo "$as_me: failed program was:" >&5
8447 cat conftest.
$ac_ext >&5
8448 ac_header_compiler
=no
8450 rm -f conftest.
$ac_objext conftest.
$ac_ext
8451 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8452 echo "${ECHO_T}$ac_header_compiler" >&6
8454 # Is the header present?
8455 echo "$as_me:$LINENO: checking $ac_header presence" >&5
8456 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8457 cat >conftest.
$ac_ext <<_ACEOF
8458 #line $LINENO "configure"
8459 #include "confdefs.h"
8460 #include <$ac_header>
8462 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8463 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
8465 grep -v '^ *+' conftest.er1
>conftest.err
8467 cat conftest.err
>&5
8468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8469 (exit $ac_status); } >/dev
/null
; then
8470 if test -s conftest.err
; then
8471 ac_cpp_err
=$ac_c_preproc_warn_flag
8478 if test -z "$ac_cpp_err"; then
8479 ac_header_preproc
=yes
8481 echo "$as_me: failed program was:" >&5
8482 cat conftest.
$ac_ext >&5
8483 ac_header_preproc
=no
8485 rm -f conftest.err conftest.
$ac_ext
8486 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8487 echo "${ECHO_T}$ac_header_preproc" >&6
8489 # So? What about this header?
8490 case $ac_header_compiler:$ac_header_preproc in
8492 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8493 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8494 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8495 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
8497 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8498 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8499 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8500 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8501 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8502 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
8504 echo "$as_me:$LINENO: checking for $ac_header" >&5
8505 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8506 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8507 echo $ECHO_N "(cached) $ECHO_C" >&6
8509 eval "$as_ac_Header=$ac_header_preproc"
8511 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8512 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8515 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8516 cat >>confdefs.h
<<_ACEOF
8517 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8524 cat >conftest.
$ac_ext <<_ACEOF
8525 #line $LINENO "configure"
8526 #include "confdefs.h"
8527 #include <ft2build.h>
8528 #include <freetype/fttrigon.h>
8530 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8531 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
8533 grep -v '^ *+' conftest.er1
>conftest.err
8535 cat conftest.err
>&5
8536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8537 (exit $ac_status); } >/dev
/null
; then
8538 if test -s conftest.err
; then
8539 ac_cpp_err
=$ac_c_preproc_warn_flag
8546 if test -z "$ac_cpp_err"; then
8548 cat >>confdefs.h
<<\_ACEOF
8549 #define HAVE_FREETYPE_FTTRIGON_H 1
8552 wine_cv_fttrigon
=yes
8554 echo "$as_me: failed program was:" >&5
8555 cat conftest.
$ac_ext >&5
8558 rm -f conftest.err conftest.
$ac_ext
8559 CPPFLAGS
="$ac_save_CPPFLAGS"
8560 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
8563 cat >>confdefs.h
<<\_ACEOF
8564 #define HAVE_FREETYPE 1
8567 wine_cv_msg_freetype
=no
8570 wine_cv_msg_freetype
=yes
8576 echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
8577 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6
8578 if test "${ac_cv_c_ppdev+set}" = set; then
8579 echo $ECHO_N "(cached) $ECHO_C" >&6
8581 cat >conftest.
$ac_ext <<_ACEOF
8582 #line $LINENO "configure"
8583 #include "confdefs.h"
8584 #include <linux/ppdev.h>
8593 rm -f conftest.
$ac_objext
8594 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8595 (eval $ac_compile) 2>&5
8597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8598 (exit $ac_status); } &&
8599 { ac_try
='test -s conftest.$ac_objext'
8600 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8604 (exit $ac_status); }; }; then
8607 echo "$as_me: failed program was:" >&5
8608 cat conftest.
$ac_ext >&5
8611 rm -f conftest.
$ac_objext conftest.
$ac_ext
8614 echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
8615 echo "${ECHO_T}$ac_cv_c_ppdev" >&6
8616 if test "$ac_cv_c_ppdev" = "yes"
8619 cat >>confdefs.h
<<\_ACEOF
8620 #define HAVE_PPDEV 1
8625 echo "$as_me:$LINENO: checking for va_copy" >&5
8626 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6
8627 if test "${ac_cv_c_va_copy+set}" = set; then
8628 echo $ECHO_N "(cached) $ECHO_C" >&6
8630 cat >conftest.
$ac_ext <<_ACEOF
8631 #line $LINENO "configure"
8632 #include "confdefs.h"
8644 rm -f conftest.
$ac_objext conftest
$ac_exeext
8645 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8646 (eval $ac_link) 2>&5
8648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8649 (exit $ac_status); } &&
8650 { ac_try
='test -s conftest$ac_exeext'
8651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8655 (exit $ac_status); }; }; then
8656 ac_cv_c_va_copy
="yes"
8658 echo "$as_me: failed program was:" >&5
8659 cat conftest.
$ac_ext >&5
8660 ac_cv_c_va_copy
="no"
8662 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
8665 echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
8666 echo "${ECHO_T}$ac_cv_c_va_copy" >&6
8667 if test "$ac_cv_c_va_copy" = "yes"
8670 cat >>confdefs.h
<<\_ACEOF
8671 #define HAVE_VA_COPY 1
8675 echo "$as_me:$LINENO: checking for __va_copy" >&5
8676 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6
8677 if test "${ac_cv_c___va_copy+set}" = set; then
8678 echo $ECHO_N "(cached) $ECHO_C" >&6
8680 cat >conftest.
$ac_ext <<_ACEOF
8681 #line $LINENO "configure"
8682 #include "confdefs.h"
8694 rm -f conftest.
$ac_objext conftest
$ac_exeext
8695 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8696 (eval $ac_link) 2>&5
8698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8699 (exit $ac_status); } &&
8700 { ac_try
='test -s conftest$ac_exeext'
8701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8705 (exit $ac_status); }; }; then
8706 ac_cv_c___va_copy
="yes"
8708 echo "$as_me: failed program was:" >&5
8709 cat conftest.
$ac_ext >&5
8710 ac_cv_c___va_copy
="no"
8712 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
8715 echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
8716 echo "${ECHO_T}$ac_cv_c___va_copy" >&6
8717 if test "$ac_cv_c___va_copy" = "yes"
8720 cat >>confdefs.h
<<\_ACEOF
8721 #define HAVE___VA_COPY 1
8726 echo "$as_me:$LINENO: checking for GNU style IPX support" >&5
8727 echo $ECHO_N "checking for GNU style IPX support... $ECHO_C" >&6
8728 if test "${ac_cv_c_ipx_gnu+set}" = set; then
8729 echo $ECHO_N "(cached) $ECHO_C" >&6
8731 cat >conftest.
$ac_ext <<_ACEOF
8732 #line $LINENO "configure"
8733 #include "confdefs.h"
8734 #include <sys/socket.h>
8735 #include <netipx/ipx.h>
8739 ((struct sockaddr_ipx *)0)->sipx_family == AF_IPX
8744 rm -f conftest.
$ac_objext
8745 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8746 (eval $ac_compile) 2>&5
8748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8749 (exit $ac_status); } &&
8750 { ac_try
='test -s conftest.$ac_objext'
8751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8755 (exit $ac_status); }; }; then
8756 ac_cv_c_ipx_gnu
="yes"
8758 echo "$as_me: failed program was:" >&5
8759 cat conftest.
$ac_ext >&5
8760 ac_cv_c_ipx_gnu
="no"
8762 rm -f conftest.
$ac_objext conftest.
$ac_ext
8765 echo "$as_me:$LINENO: result: $ac_cv_c_ipx_gnu" >&5
8766 echo "${ECHO_T}$ac_cv_c_ipx_gnu" >&6
8767 if test "$ac_cv_c_ipx_gnu" = "yes"
8770 cat >>confdefs.h
<<\_ACEOF
8771 #define HAVE_IPX_GNU 1
8776 if test "$ac_cv_c_ipx_gnu" = "no"
8778 echo "$as_me:$LINENO: checking for linux style IPX support" >&5
8779 echo $ECHO_N "checking for linux style IPX support... $ECHO_C" >&6
8780 if test "${ac_cv_c_ipx_linux+set}" = set; then
8781 echo $ECHO_N "(cached) $ECHO_C" >&6
8783 cat >conftest.
$ac_ext <<_ACEOF
8784 #line $LINENO "configure"
8785 #include "confdefs.h"
8786 #include <sys/socket.h>
8787 #include <asm/types.h>
8788 #include <linux/ipx.h>
8792 ((struct sockaddr_ipx *)0)->sipx_family == AF_IPX
8797 rm -f conftest.
$ac_objext
8798 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8799 (eval $ac_compile) 2>&5
8801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8802 (exit $ac_status); } &&
8803 { ac_try
='test -s conftest.$ac_objext'
8804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8808 (exit $ac_status); }; }; then
8809 ac_cv_c_ipx_linux
="yes"
8811 echo "$as_me: failed program was:" >&5
8812 cat conftest.
$ac_ext >&5
8813 ac_cv_c_ipx_linux
="no"
8815 rm -f conftest.
$ac_objext conftest.
$ac_ext
8818 echo "$as_me:$LINENO: result: $ac_cv_c_ipx_linux" >&5
8819 echo "${ECHO_T}$ac_cv_c_ipx_linux" >&6
8820 if test "$ac_cv_c_ipx_linux" = "yes"
8823 cat >>confdefs.h
<<\_ACEOF
8824 #define HAVE_IPX_LINUX 1
8833 for ac_header
in sys
/soundcard.h machine
/soundcard.h soundcard.h
8835 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8836 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8837 echo "$as_me:$LINENO: checking for $ac_header" >&5
8838 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8839 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8840 echo $ECHO_N "(cached) $ECHO_C" >&6
8842 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8843 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8845 # Is the header compilable?
8846 echo "$as_me:$LINENO: checking $ac_header usability" >&5
8847 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8848 cat >conftest.
$ac_ext <<_ACEOF
8849 #line $LINENO "configure"
8850 #include "confdefs.h"
8851 $ac_includes_default
8852 #include <$ac_header>
8854 rm -f conftest.
$ac_objext
8855 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8856 (eval $ac_compile) 2>&5
8858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8859 (exit $ac_status); } &&
8860 { ac_try
='test -s conftest.$ac_objext'
8861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8865 (exit $ac_status); }; }; then
8866 ac_header_compiler
=yes
8868 echo "$as_me: failed program was:" >&5
8869 cat conftest.
$ac_ext >&5
8870 ac_header_compiler
=no
8872 rm -f conftest.
$ac_objext conftest.
$ac_ext
8873 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8874 echo "${ECHO_T}$ac_header_compiler" >&6
8876 # Is the header present?
8877 echo "$as_me:$LINENO: checking $ac_header presence" >&5
8878 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8879 cat >conftest.
$ac_ext <<_ACEOF
8880 #line $LINENO "configure"
8881 #include "confdefs.h"
8882 #include <$ac_header>
8884 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8885 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
8887 grep -v '^ *+' conftest.er1
>conftest.err
8889 cat conftest.err
>&5
8890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8891 (exit $ac_status); } >/dev
/null
; then
8892 if test -s conftest.err
; then
8893 ac_cpp_err
=$ac_c_preproc_warn_flag
8900 if test -z "$ac_cpp_err"; then
8901 ac_header_preproc
=yes
8903 echo "$as_me: failed program was:" >&5
8904 cat conftest.
$ac_ext >&5
8905 ac_header_preproc
=no
8907 rm -f conftest.err conftest.
$ac_ext
8908 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8909 echo "${ECHO_T}$ac_header_preproc" >&6
8911 # So? What about this header?
8912 case $ac_header_compiler:$ac_header_preproc in
8914 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8915 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8916 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8917 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
8919 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8920 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8921 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8922 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8923 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8924 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
8926 echo "$as_me:$LINENO: checking for $ac_header" >&5
8927 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8928 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8929 echo $ECHO_N "(cached) $ECHO_C" >&6
8931 eval "$as_ac_Header=$ac_header_preproc"
8933 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8934 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8937 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8938 cat >>confdefs.h
<<_ACEOF
8939 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8947 echo "$as_me:$LINENO: checking for Open Sound System" >&5
8948 echo $ECHO_N "checking for Open Sound System... $ECHO_C" >&6
8949 if test "${ac_cv_c_opensoundsystem+set}" = set; then
8950 echo $ECHO_N "(cached) $ECHO_C" >&6
8952 cat >conftest.
$ac_ext <<_ACEOF
8953 #line $LINENO "configure"
8954 #include "confdefs.h"
8956 #if defined(HAVE_SYS_SOUNDCARD_H)
8957 #include <sys/soundcard.h>
8958 #elif defined(HAVE_MACHINE_SOUNDCARD_H)
8959 #include <machine/soundcard.h>
8960 #elif defined(HAVE_SOUNDCARD_H)
8961 #include <soundcard.h>
8969 /* check for one of the Open Sound System specific SNDCTL_ defines */
8970 #if !defined(SNDCTL_DSP_STEREO)
8971 #error No open sound system
8978 rm -f conftest.
$ac_objext
8979 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8980 (eval $ac_compile) 2>&5
8982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8983 (exit $ac_status); } &&
8984 { ac_try
='test -s conftest.$ac_objext'
8985 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8989 (exit $ac_status); }; }; then
8990 ac_cv_c_opensoundsystem
="yes"
8992 echo "$as_me: failed program was:" >&5
8993 cat conftest.
$ac_ext >&5
8994 ac_cv_c_opensoundsystem
="no"
8996 rm -f conftest.
$ac_objext conftest.
$ac_ext
8998 echo "$as_me:$LINENO: result: $ac_cv_c_opensoundsystem" >&5
8999 echo "${ECHO_T}$ac_cv_c_opensoundsystem" >&6
9001 if test "$ac_cv_c_opensoundsystem" = "yes"
9004 cat >>confdefs.h
<<\_ACEOF
9010 echo "$as_me:$LINENO: checking for Open Sound System/MIDI interface" >&5
9011 echo $ECHO_N "checking for Open Sound System/MIDI interface... $ECHO_C" >&6
9012 if test "${ac_cv_c_opensoundsystem_midi+set}" = set; then
9013 echo $ECHO_N "(cached) $ECHO_C" >&6
9015 cat >conftest.
$ac_ext <<_ACEOF
9016 #line $LINENO "configure"
9017 #include "confdefs.h"
9019 #if defined(HAVE_SYS_SOUNDCARD_H)
9020 #include <sys/soundcard.h>
9021 #elif defined(HAVE_MACHINE_SOUNDCARD_H)
9022 #include <machine/soundcard.h>
9023 #elif defined(HAVE_SOUNDCARD_H)
9024 #include <soundcard.h>
9032 /* check for one of the Open Sound System specific SNDCTL_SEQ defines */
9033 #if !defined(SNDCTL_SEQ_SYNC)
9034 #error No open sound system MIDI interface
9041 rm -f conftest.
$ac_objext
9042 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9043 (eval $ac_compile) 2>&5
9045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9046 (exit $ac_status); } &&
9047 { ac_try
='test -s conftest.$ac_objext'
9048 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9052 (exit $ac_status); }; }; then
9053 ac_cv_c_opensoundsystem_midi
="yes"
9055 echo "$as_me: failed program was:" >&5
9056 cat conftest.
$ac_ext >&5
9057 ac_cv_c_opensoundsystem_midi
="no"
9059 rm -f conftest.
$ac_objext conftest.
$ac_ext
9061 echo "$as_me:$LINENO: result: $ac_cv_c_opensoundsystem_midi" >&5
9062 echo "${ECHO_T}$ac_cv_c_opensoundsystem_midi" >&6
9064 if test "$ac_cv_c_opensoundsystem_midi" = "yes"
9067 cat >>confdefs.h
<<\_ACEOF
9068 #define HAVE_OSS_MIDI 1
9073 # Extract the first word of "artsc-config", so it can be a program name with args.
9074 set dummy artsc-config
; ac_word
=$2
9075 echo "$as_me:$LINENO: checking for $ac_word" >&5
9076 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9077 if test "${ac_cv_path_ARTSCCONFIG+set}" = set; then
9078 echo $ECHO_N "(cached) $ECHO_C" >&6
9080 case $ARTSCCONFIG in
9082 ac_cv_path_ARTSCCONFIG
="$ARTSCCONFIG" # Let the user override the test with a path.
9085 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9089 test -z "$as_dir" && as_dir
=.
9090 for ac_exec_ext
in '' $ac_executable_extensions; do
9091 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9092 ac_cv_path_ARTSCCONFIG
="$as_dir/$ac_word$ac_exec_ext"
9093 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9102 ARTSCCONFIG
=$ac_cv_path_ARTSCCONFIG
9104 if test -n "$ARTSCCONFIG"; then
9105 echo "$as_me:$LINENO: result: $ARTSCCONFIG" >&5
9106 echo "${ECHO_T}$ARTSCCONFIG" >&6
9108 echo "$as_me:$LINENO: result: no" >&5
9109 echo "${ECHO_T}no" >&6
9112 echo "$as_me:$LINENO: checking for aRts Sound server" >&5
9113 echo $ECHO_N "checking for aRts Sound server... $ECHO_C" >&6
9114 if test "${ac_cv_c_artsserver+set}" = set; then
9115 echo $ECHO_N "(cached) $ECHO_C" >&6
9117 if test x
$ARTSCCONFIG = x
-o x
$ARTSCCONFIG = x
'"$ARTSCCONFIG"';
9119 ac_cv_c_artsserver
=no
9121 ARTSC_CFLAGS
=`$ARTSCCONFIG --cflags`
9122 ARTSC_LIBS
=`$ARTSCCONFIG --libs`
9123 ac_cv_c_artsserver
=no
9124 save_CFLAGS
="$CFLAGS"
9125 CFLAGS
="$CFLAGS $ARTSC_CFLAGS"
9126 cat >conftest.
$ac_ext <<_ACEOF
9127 #line $LINENO "configure"
9128 #include "confdefs.h"
9136 arts_stream_t stream;
9142 rm -f conftest.
$ac_objext
9143 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9144 (eval $ac_compile) 2>&5
9146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9147 (exit $ac_status); } &&
9148 { ac_try
='test -s conftest.$ac_objext'
9149 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9153 (exit $ac_status); }; }; then
9155 ac_cv_c_artsserver
=yes
9158 echo "$as_me: failed program was:" >&5
9159 cat conftest.
$ac_ext >&5
9161 rm -f conftest.
$ac_objext conftest.
$ac_ext
9162 CFLAGS
="$save_CFLAGS"
9165 echo "$as_me:$LINENO: result: $ac_cv_c_artsserver" >&5
9166 echo "${ECHO_T}$ac_cv_c_artsserver" >&6
9168 if test "$ac_cv_c_artsserver" = "yes"
9170 ARTSLIBS
=$ARTSC_LIBS
9172 ARTSINCL
=$ARTSC_CFLAGS
9176 cat >>confdefs.h
<<\_ACEOF
9186 for ac_header
in alsa
/asoundlib.h sys
/asoundlib.h
9188 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9189 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9190 echo "$as_me:$LINENO: checking for $ac_header" >&5
9191 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9192 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9193 echo $ECHO_N "(cached) $ECHO_C" >&6
9195 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9196 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9198 # Is the header compilable?
9199 echo "$as_me:$LINENO: checking $ac_header usability" >&5
9200 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9201 cat >conftest.
$ac_ext <<_ACEOF
9202 #line $LINENO "configure"
9203 #include "confdefs.h"
9204 $ac_includes_default
9205 #include <$ac_header>
9207 rm -f conftest.
$ac_objext
9208 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9209 (eval $ac_compile) 2>&5
9211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9212 (exit $ac_status); } &&
9213 { ac_try
='test -s conftest.$ac_objext'
9214 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9218 (exit $ac_status); }; }; then
9219 ac_header_compiler
=yes
9221 echo "$as_me: failed program was:" >&5
9222 cat conftest.
$ac_ext >&5
9223 ac_header_compiler
=no
9225 rm -f conftest.
$ac_objext conftest.
$ac_ext
9226 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9227 echo "${ECHO_T}$ac_header_compiler" >&6
9229 # Is the header present?
9230 echo "$as_me:$LINENO: checking $ac_header presence" >&5
9231 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9232 cat >conftest.
$ac_ext <<_ACEOF
9233 #line $LINENO "configure"
9234 #include "confdefs.h"
9235 #include <$ac_header>
9237 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9238 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
9240 grep -v '^ *+' conftest.er1
>conftest.err
9242 cat conftest.err
>&5
9243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9244 (exit $ac_status); } >/dev
/null
; then
9245 if test -s conftest.err
; then
9246 ac_cpp_err
=$ac_c_preproc_warn_flag
9253 if test -z "$ac_cpp_err"; then
9254 ac_header_preproc
=yes
9256 echo "$as_me: failed program was:" >&5
9257 cat conftest.
$ac_ext >&5
9258 ac_header_preproc
=no
9260 rm -f conftest.err conftest.
$ac_ext
9261 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9262 echo "${ECHO_T}$ac_header_preproc" >&6
9264 # So? What about this header?
9265 case $ac_header_compiler:$ac_header_preproc in
9267 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9268 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9269 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9270 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
9272 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9273 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9274 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9275 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9276 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9277 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
9279 echo "$as_me:$LINENO: checking for $ac_header" >&5
9280 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9281 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9282 echo $ECHO_N "(cached) $ECHO_C" >&6
9284 eval "$as_ac_Header=$ac_header_preproc"
9286 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9287 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9290 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9291 cat >>confdefs.h
<<_ACEOF
9292 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9299 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
9301 echo "$as_me:$LINENO: checking for snd_pcm_open in -lasound" >&5
9302 echo $ECHO_N "checking for snd_pcm_open in -lasound... $ECHO_C" >&6
9303 if test "${ac_cv_lib_asound_snd_pcm_open+set}" = set; then
9304 echo $ECHO_N "(cached) $ECHO_C" >&6
9306 ac_check_lib_save_LIBS
=$LIBS
9307 LIBS
="-lasound $LIBS"
9308 cat >conftest.
$ac_ext <<_ACEOF
9309 #line $LINENO "configure"
9310 #include "confdefs.h"
9312 /* Override any gcc2 internal prototype to avoid an error. */
9316 /* We use char because int might match the return type of a gcc2
9317 builtin and then its argument prototype would still apply. */
9318 char snd_pcm_open ();
9327 rm -f conftest.
$ac_objext conftest
$ac_exeext
9328 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9329 (eval $ac_link) 2>&5
9331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9332 (exit $ac_status); } &&
9333 { ac_try
='test -s conftest$ac_exeext'
9334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9338 (exit $ac_status); }; }; then
9339 ac_cv_lib_asound_snd_pcm_open
=yes
9341 echo "$as_me: failed program was:" >&5
9342 cat conftest.
$ac_ext >&5
9343 ac_cv_lib_asound_snd_pcm_open
=no
9345 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
9346 LIBS
=$ac_check_lib_save_LIBS
9348 echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_open" >&5
9349 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_open" >&6
9350 if test $ac_cv_lib_asound_snd_pcm_open = yes; then
9352 cat >>confdefs.h
<<\_ACEOF
9365 for ac_header
in libaudioio.h
9367 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9368 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9369 echo "$as_me:$LINENO: checking for $ac_header" >&5
9370 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9371 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9372 echo $ECHO_N "(cached) $ECHO_C" >&6
9374 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9375 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9377 # Is the header compilable?
9378 echo "$as_me:$LINENO: checking $ac_header usability" >&5
9379 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9380 cat >conftest.
$ac_ext <<_ACEOF
9381 #line $LINENO "configure"
9382 #include "confdefs.h"
9383 $ac_includes_default
9384 #include <$ac_header>
9386 rm -f conftest.
$ac_objext
9387 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9388 (eval $ac_compile) 2>&5
9390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9391 (exit $ac_status); } &&
9392 { ac_try
='test -s conftest.$ac_objext'
9393 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9397 (exit $ac_status); }; }; then
9398 ac_header_compiler
=yes
9400 echo "$as_me: failed program was:" >&5
9401 cat conftest.
$ac_ext >&5
9402 ac_header_compiler
=no
9404 rm -f conftest.
$ac_objext conftest.
$ac_ext
9405 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9406 echo "${ECHO_T}$ac_header_compiler" >&6
9408 # Is the header present?
9409 echo "$as_me:$LINENO: checking $ac_header presence" >&5
9410 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9411 cat >conftest.
$ac_ext <<_ACEOF
9412 #line $LINENO "configure"
9413 #include "confdefs.h"
9414 #include <$ac_header>
9416 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9417 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
9419 grep -v '^ *+' conftest.er1
>conftest.err
9421 cat conftest.err
>&5
9422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9423 (exit $ac_status); } >/dev
/null
; then
9424 if test -s conftest.err
; then
9425 ac_cpp_err
=$ac_c_preproc_warn_flag
9432 if test -z "$ac_cpp_err"; then
9433 ac_header_preproc
=yes
9435 echo "$as_me: failed program was:" >&5
9436 cat conftest.
$ac_ext >&5
9437 ac_header_preproc
=no
9439 rm -f conftest.err conftest.
$ac_ext
9440 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9441 echo "${ECHO_T}$ac_header_preproc" >&6
9443 # So? What about this header?
9444 case $ac_header_compiler:$ac_header_preproc in
9446 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9447 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9448 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9449 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
9451 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9452 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9453 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9454 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9455 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9456 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
9458 echo "$as_me:$LINENO: checking for $ac_header" >&5
9459 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9460 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9461 echo $ECHO_N "(cached) $ECHO_C" >&6
9463 eval "$as_ac_Header=$ac_header_preproc"
9465 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9466 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9469 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9470 cat >>confdefs.h
<<_ACEOF
9471 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9473 echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
9474 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6
9475 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
9476 echo $ECHO_N "(cached) $ECHO_C" >&6
9478 ac_check_lib_save_LIBS
=$LIBS
9479 LIBS
="-laudioio $LIBS"
9480 cat >conftest.
$ac_ext <<_ACEOF
9481 #line $LINENO "configure"
9482 #include "confdefs.h"
9484 /* Override any gcc2 internal prototype to avoid an error. */
9488 /* We use char because int might match the return type of a gcc2
9489 builtin and then its argument prototype would still apply. */
9490 char AudioIOGetVersion ();
9494 AudioIOGetVersion ();
9499 rm -f conftest.
$ac_objext conftest
$ac_exeext
9500 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9501 (eval $ac_link) 2>&5
9503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9504 (exit $ac_status); } &&
9505 { ac_try
='test -s conftest$ac_exeext'
9506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9510 (exit $ac_status); }; }; then
9511 ac_cv_lib_audioio_AudioIOGetVersion
=yes
9513 echo "$as_me: failed program was:" >&5
9514 cat conftest.
$ac_ext >&5
9515 ac_cv_lib_audioio_AudioIOGetVersion
=no
9517 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
9518 LIBS
=$ac_check_lib_save_LIBS
9520 echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
9521 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6
9522 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
9523 AUDIOIOLIBS
="-laudioio"
9525 cat >>confdefs.h
<<\_ACEOF
9526 #define HAVE_LIBAUDIOIO 1
9537 echo "$as_me:$LINENO: checking whether mmap64 works defined as mmap" >&5
9538 echo $ECHO_N "checking whether mmap64 works defined as mmap... $ECHO_C" >&6
9539 if test "${ac_cv_mmap64_works+set}" = set; then
9540 echo $ECHO_N "(cached) $ECHO_C" >&6
9542 if test "$cross_compiling" = yes; then
9543 ac_cv_mmap64_works
="no"
9545 cat >conftest.
$ac_ext <<_ACEOF
9546 #line $LINENO "configure"
9547 #include "confdefs.h"
9549 #define _FILE_OFFSET_BITS 64
9553 #include <sys/mman.h>
9556 int main(int argc,char **argv) {
9557 int fd = open("conftest.map",O_CREAT|O_RDWR,0600);
9558 if (fd == -1) exit(1);
9560 unlink("conftest.map");
9564 if ((-1 == mmap(0,4,PROT_READ|PROT_WRITE,MAP_SHARED,fd,0)) &&
9570 fprintf(stderr,"success!\n");
9576 rm -f conftest
$ac_exeext
9577 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9578 (eval $ac_link) 2>&5
9580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9581 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
9582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9586 (exit $ac_status); }; }; then
9587 ac_cv_mmap64_works
="yes"
9589 echo "$as_me: program exited with status $ac_status" >&5
9590 echo "$as_me: failed program was:" >&5
9591 cat conftest.
$ac_ext >&5
9593 ac_cv_mmap64_works
="no"
9595 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
9598 echo "$as_me:$LINENO: result: $ac_cv_mmap64_works" >&5
9599 echo "${ECHO_T}$ac_cv_mmap64_works" >&6
9601 if test "$ac_cv_mmap64_works" = "yes"
9604 cat >>confdefs.h
<<\_ACEOF
9605 #define _FILE_OFFSET_BITS 64
9611 if test "x${GCC}" = "xyes"
9613 CFLAGS
="$CFLAGS -Wall"
9614 echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
9615 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6
9616 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
9617 echo $ECHO_N "(cached) $ECHO_C" >&6
9619 if test "$cross_compiling" = yes; then
9620 ac_cv_c_gcc_strength_bug
="yes"
9622 cat >conftest.
$ac_ext <<_ACEOF
9623 #line $LINENO "configure"
9624 #include "confdefs.h"
9626 int L[4] = {0,1,2,3};
9628 static int Array[3];
9631 for(i=0; i<B; i++) Array[i] = i - 3;
9632 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
9635 exit( Array[1] != -2 || L[2] != 3);
9638 rm -f conftest
$ac_exeext
9639 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9640 (eval $ac_link) 2>&5
9642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9643 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
9644 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9648 (exit $ac_status); }; }; then
9649 ac_cv_c_gcc_strength_bug
="no"
9651 echo "$as_me: program exited with status $ac_status" >&5
9652 echo "$as_me: failed program was:" >&5
9653 cat conftest.
$ac_ext >&5
9655 ac_cv_c_gcc_strength_bug
="yes"
9657 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
9660 echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
9661 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6
9662 if test "$ac_cv_c_gcc_strength_bug" = "yes"
9664 CFLAGS
="$CFLAGS -fno-strength-reduce"
9667 echo "$as_me:$LINENO: checking for gcc -mpreferred-stack-boundary=2 support" >&5
9668 echo $ECHO_N "checking for gcc -mpreferred-stack-boundary=2 support... $ECHO_C" >&6
9669 if test "${ac_cv_c_gcc_stack_boundary+set}" = set; then
9670 echo $ECHO_N "(cached) $ECHO_C" >&6
9672 ac_wine_try_cflags_saved
=$CFLAGS
9673 CFLAGS
="$CFLAGS -mpreferred-stack-boundary=2"
9674 cat >conftest.
$ac_ext <<_ACEOF
9675 #line $LINENO "configure"
9676 #include "confdefs.h"
9686 rm -f conftest.
$ac_objext conftest
$ac_exeext
9687 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9688 (eval $ac_link) 2>&5
9690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9691 (exit $ac_status); } &&
9692 { ac_try
='test -s conftest$ac_exeext'
9693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9697 (exit $ac_status); }; }; then
9698 ac_cv_c_gcc_stack_boundary
="yes"
9700 echo "$as_me: failed program was:" >&5
9701 cat conftest.
$ac_ext >&5
9702 ac_cv_c_gcc_stack_boundary
="no"
9704 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
9705 CFLAGS
=$ac_wine_try_cflags_saved
9707 echo "$as_me:$LINENO: result: $ac_cv_c_gcc_stack_boundary" >&5
9708 echo "${ECHO_T}$ac_cv_c_gcc_stack_boundary" >&6
9709 if test "$ac_cv_c_gcc_stack_boundary" = "yes"
9711 CFLAGS
="$CFLAGS -mpreferred-stack-boundary=2"
9716 echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
9717 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6
9718 if test "${ac_cv_asm_func_def+set}" = set; then
9719 echo $ECHO_N "(cached) $ECHO_C" >&6
9721 cat >conftest.
$ac_ext <<_ACEOF
9722 #line $LINENO "configure"
9723 #include "confdefs.h"
9724 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"); }
9734 rm -f conftest.
$ac_objext conftest
$ac_exeext
9735 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9736 (eval $ac_link) 2>&5
9738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9739 (exit $ac_status); } &&
9740 { ac_try
='test -s conftest$ac_exeext'
9741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9745 (exit $ac_status); }; }; then
9746 ac_cv_asm_func_def
=".def"
9748 echo "$as_me: failed program was:" >&5
9749 cat conftest.
$ac_ext >&5
9750 cat >conftest.
$ac_ext <<_ACEOF
9751 #line $LINENO "configure"
9752 #include "confdefs.h"
9753 void ac_asm(void) { asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0"); }
9763 rm -f conftest.
$ac_objext conftest
$ac_exeext
9764 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9765 (eval $ac_link) 2>&5
9767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9768 (exit $ac_status); } &&
9769 { ac_try
='test -s conftest$ac_exeext'
9770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9774 (exit $ac_status); }; }; then
9775 ac_cv_asm_func_def
=".type @function"
9777 echo "$as_me: failed program was:" >&5
9778 cat conftest.
$ac_ext >&5
9779 cat >conftest.
$ac_ext <<_ACEOF
9780 #line $LINENO "configure"
9781 #include "confdefs.h"
9782 void ac_asm(void) { asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0"); }
9792 rm -f conftest.
$ac_objext conftest
$ac_exeext
9793 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9794 (eval $ac_link) 2>&5
9796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9797 (exit $ac_status); } &&
9798 { ac_try
='test -s conftest$ac_exeext'
9799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9803 (exit $ac_status); }; }; then
9804 ac_cv_asm_func_def
=".type 2"
9806 echo "$as_me: failed program was:" >&5
9807 cat conftest.
$ac_ext >&5
9808 ac_cv_asm_func_def
="unknown"
9810 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
9812 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
9814 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
9816 echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
9817 echo "${ECHO_T}$ac_cv_asm_func_def" >&6
9821 case "$ac_cv_asm_func_def" in
9823 cat >>confdefs.h
<<\_ACEOF
9824 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
9828 cat >>confdefs.h
<<\_ACEOF
9829 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
9833 cat >>confdefs.h
<<\_ACEOF
9834 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
9838 cat >>confdefs.h
<<\_ACEOF
9839 #define __ASM_FUNC(name) ""
9845 echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
9846 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6
9847 if test "${ac_cv_c_extern_prefix+set}" = set; then
9848 echo $ECHO_N "(cached) $ECHO_C" >&6
9850 cat >conftest.
$ac_ext <<_ACEOF
9851 #line $LINENO "configure"
9852 #include "confdefs.h"
9853 void ac_asm(void) { asm(".globl _ac_test\n_ac_test:\t.long 0"); }
9858 if (ac_test) return 1
9863 rm -f conftest.
$ac_objext conftest
$ac_exeext
9864 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9865 (eval $ac_link) 2>&5
9867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9868 (exit $ac_status); } &&
9869 { ac_try
='test -s conftest$ac_exeext'
9870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9874 (exit $ac_status); }; }; then
9875 ac_cv_c_extern_prefix
="yes"
9877 echo "$as_me: failed program was:" >&5
9878 cat conftest.
$ac_ext >&5
9879 ac_cv_c_extern_prefix
="no"
9881 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
9883 echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
9884 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6
9888 if test "$ac_cv_c_extern_prefix" = "yes"
9890 cat >>confdefs.h
<<\_ACEOF
9891 #define __ASM_NAME(name) "_" name
9895 cat >>confdefs.h
<<\_ACEOF
9896 #define __ASM_NAME(name) name
9902 echo "$as_me:$LINENO: checking whether stdcall symbols need to be decorated" >&5
9903 echo $ECHO_N "checking whether stdcall symbols need to be decorated... $ECHO_C" >&6
9904 if test "${ac_cv_c_stdcall_decoration+set}" = set; then
9905 echo $ECHO_N "(cached) $ECHO_C" >&6
9907 cat >conftest.
$ac_ext <<_ACEOF
9908 #line $LINENO "configure"
9909 #include "confdefs.h"
9910 void ac_asm(void) { asm("\t.globl _ac_test@0\n_ac_test@0:\n\t.globl ac_test@0\nac_test@0:"); }
9911 extern void __attribute__((__stdcall__)) ac_test(void);
9920 rm -f conftest.
$ac_objext conftest
$ac_exeext
9921 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9922 (eval $ac_link) 2>&5
9924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9925 (exit $ac_status); } &&
9926 { ac_try
='test -s conftest$ac_exeext'
9927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9931 (exit $ac_status); }; }; then
9932 ac_cv_c_stdcall_decoration
="yes"
9934 echo "$as_me: failed program was:" >&5
9935 cat conftest.
$ac_ext >&5
9936 ac_cv_c_stdcall_decoration
="no"
9938 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
9940 echo "$as_me:$LINENO: result: $ac_cv_c_stdcall_decoration" >&5
9941 echo "${ECHO_T}$ac_cv_c_stdcall_decoration" >&6
9942 if test "$ac_cv_c_stdcall_decoration" = "yes"
9945 cat >>confdefs.h
<<\_ACEOF
9946 #define NEED_STDCALL_DECORATION 1
9952 echo "$as_me:$LINENO: checking whether assembler accepts .string" >&5
9953 echo $ECHO_N "checking whether assembler accepts .string... $ECHO_C" >&6
9954 if test "${ac_cv_c_asm_string+set}" = set; then
9955 echo $ECHO_N "(cached) $ECHO_C" >&6
9957 cat >conftest.
$ac_ext <<_ACEOF
9958 #line $LINENO "configure"
9959 #include "confdefs.h"
9960 void ac_asm(void) { asm(".data\n\t.string \"test\"\n\t.text"); }
9970 rm -f conftest.
$ac_objext conftest
$ac_exeext
9971 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9972 (eval $ac_link) 2>&5
9974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9975 (exit $ac_status); } &&
9976 { ac_try
='test -s conftest$ac_exeext'
9977 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9981 (exit $ac_status); }; }; then
9982 ac_cv_c_asm_string
="yes"
9984 echo "$as_me: failed program was:" >&5
9985 cat conftest.
$ac_ext >&5
9986 ac_cv_c_asm_string
="no"
9988 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
9990 echo "$as_me:$LINENO: result: $ac_cv_c_asm_string" >&5
9991 echo "${ECHO_T}$ac_cv_c_asm_string" >&6
9992 if test "$ac_cv_c_asm_string" = "yes"
9995 cat >>confdefs.h
<<\_ACEOF
9996 #define HAVE_ASM_STRING 1
10015 if test -n "$ac_tool_prefix"; then
10016 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
10017 set dummy
${ac_tool_prefix}dllwrap
; ac_word
=$2
10018 echo "$as_me:$LINENO: checking for $ac_word" >&5
10019 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10020 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
10021 echo $ECHO_N "(cached) $ECHO_C" >&6
10023 if test -n "$DLLWRAP"; then
10024 ac_cv_prog_DLLWRAP
="$DLLWRAP" # Let the user override the test.
10026 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10027 for as_dir
in $PATH
10030 test -z "$as_dir" && as_dir
=.
10031 for ac_exec_ext
in '' $ac_executable_extensions; do
10032 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10033 ac_cv_prog_DLLWRAP
="${ac_tool_prefix}dllwrap"
10034 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10042 DLLWRAP
=$ac_cv_prog_DLLWRAP
10043 if test -n "$DLLWRAP"; then
10044 echo "$as_me:$LINENO: result: $DLLWRAP" >&5
10045 echo "${ECHO_T}$DLLWRAP" >&6
10047 echo "$as_me:$LINENO: result: no" >&5
10048 echo "${ECHO_T}no" >&6
10052 if test -z "$ac_cv_prog_DLLWRAP"; then
10053 ac_ct_DLLWRAP
=$DLLWRAP
10054 # Extract the first word of "dllwrap", so it can be a program name with args.
10055 set dummy dllwrap
; ac_word
=$2
10056 echo "$as_me:$LINENO: checking for $ac_word" >&5
10057 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10058 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
10059 echo $ECHO_N "(cached) $ECHO_C" >&6
10061 if test -n "$ac_ct_DLLWRAP"; then
10062 ac_cv_prog_ac_ct_DLLWRAP
="$ac_ct_DLLWRAP" # Let the user override the test.
10064 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10065 for as_dir
in $PATH
10068 test -z "$as_dir" && as_dir
=.
10069 for ac_exec_ext
in '' $ac_executable_extensions; do
10070 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10071 ac_cv_prog_ac_ct_DLLWRAP
="dllwrap"
10072 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10078 test -z "$ac_cv_prog_ac_ct_DLLWRAP" && ac_cv_prog_ac_ct_DLLWRAP
="false"
10081 ac_ct_DLLWRAP
=$ac_cv_prog_ac_ct_DLLWRAP
10082 if test -n "$ac_ct_DLLWRAP"; then
10083 echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
10084 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6
10086 echo "$as_me:$LINENO: result: no" >&5
10087 echo "${ECHO_T}no" >&6
10090 DLLWRAP
=$ac_ct_DLLWRAP
10092 DLLWRAP
="$ac_cv_prog_DLLWRAP"
10095 if test "$DLLWRAP" = "false"; then
10103 for ac_header
in dlfcn.h
10105 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10106 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10107 echo "$as_me:$LINENO: checking for $ac_header" >&5
10108 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10109 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10110 echo $ECHO_N "(cached) $ECHO_C" >&6
10112 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10113 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10115 # Is the header compilable?
10116 echo "$as_me:$LINENO: checking $ac_header usability" >&5
10117 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10118 cat >conftest.
$ac_ext <<_ACEOF
10119 #line $LINENO "configure"
10120 #include "confdefs.h"
10121 $ac_includes_default
10122 #include <$ac_header>
10124 rm -f conftest.
$ac_objext
10125 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10126 (eval $ac_compile) 2>&5
10128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10129 (exit $ac_status); } &&
10130 { ac_try
='test -s conftest.$ac_objext'
10131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10132 (eval $ac_try) 2>&5
10134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10135 (exit $ac_status); }; }; then
10136 ac_header_compiler
=yes
10138 echo "$as_me: failed program was:" >&5
10139 cat conftest.
$ac_ext >&5
10140 ac_header_compiler
=no
10142 rm -f conftest.
$ac_objext conftest.
$ac_ext
10143 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10144 echo "${ECHO_T}$ac_header_compiler" >&6
10146 # Is the header present?
10147 echo "$as_me:$LINENO: checking $ac_header presence" >&5
10148 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10149 cat >conftest.
$ac_ext <<_ACEOF
10150 #line $LINENO "configure"
10151 #include "confdefs.h"
10152 #include <$ac_header>
10154 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10155 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
10157 grep -v '^ *+' conftest.er1
>conftest.err
10159 cat conftest.err
>&5
10160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10161 (exit $ac_status); } >/dev
/null
; then
10162 if test -s conftest.err
; then
10163 ac_cpp_err
=$ac_c_preproc_warn_flag
10170 if test -z "$ac_cpp_err"; then
10171 ac_header_preproc
=yes
10173 echo "$as_me: failed program was:" >&5
10174 cat conftest.
$ac_ext >&5
10175 ac_header_preproc
=no
10177 rm -f conftest.err conftest.
$ac_ext
10178 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10179 echo "${ECHO_T}$ac_header_preproc" >&6
10181 # So? What about this header?
10182 case $ac_header_compiler:$ac_header_preproc in
10184 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10185 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10186 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10187 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
10189 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10190 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10191 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10192 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10193 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10194 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
10196 echo "$as_me:$LINENO: checking for $ac_header" >&5
10197 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10198 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10199 echo $ECHO_N "(cached) $ECHO_C" >&6
10201 eval "$as_ac_Header=$ac_header_preproc"
10203 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10204 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10207 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10208 cat >>confdefs.h
<<_ACEOF
10209 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10212 for ac_func
in dlopen
10214 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10215 echo "$as_me:$LINENO: checking for $ac_func" >&5
10216 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10217 if eval "test \"\${$as_ac_var+set}\" = set"; then
10218 echo $ECHO_N "(cached) $ECHO_C" >&6
10220 cat >conftest.
$ac_ext <<_ACEOF
10221 #line $LINENO "configure"
10222 #include "confdefs.h"
10223 /* System header to define __stub macros and hopefully few prototypes,
10224 which can conflict with char $ac_func (); below. */
10225 #include <assert.h>
10226 /* Override any gcc2 internal prototype to avoid an error. */
10230 /* We use char because int might match the return type of a gcc2
10231 builtin and then its argument prototype would still apply. */
10238 /* The GNU C library defines this for functions which it implements
10239 to always fail with ENOSYS. Some functions are actually named
10240 something starting with __ and the normal name is an alias. */
10241 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10251 rm -f conftest.
$ac_objext conftest
$ac_exeext
10252 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10253 (eval $ac_link) 2>&5
10255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10256 (exit $ac_status); } &&
10257 { ac_try
='test -s conftest$ac_exeext'
10258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10259 (eval $ac_try) 2>&5
10261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10262 (exit $ac_status); }; }; then
10263 eval "$as_ac_var=yes"
10265 echo "$as_me: failed program was:" >&5
10266 cat conftest.
$ac_ext >&5
10267 eval "$as_ac_var=no"
10269 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
10271 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10272 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10273 if test `eval echo '${'$as_ac_var'}'` = yes; then
10274 cat >>confdefs.h
<<_ACEOF
10275 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10279 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10280 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
10281 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10282 echo $ECHO_N "(cached) $ECHO_C" >&6
10284 ac_check_lib_save_LIBS
=$LIBS
10286 cat >conftest.
$ac_ext <<_ACEOF
10287 #line $LINENO "configure"
10288 #include "confdefs.h"
10290 /* Override any gcc2 internal prototype to avoid an error. */
10294 /* We use char because int might match the return type of a gcc2
10295 builtin and then its argument prototype would still apply. */
10305 rm -f conftest.
$ac_objext conftest
$ac_exeext
10306 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10307 (eval $ac_link) 2>&5
10309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10310 (exit $ac_status); } &&
10311 { ac_try
='test -s conftest$ac_exeext'
10312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10313 (eval $ac_try) 2>&5
10315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10316 (exit $ac_status); }; }; then
10317 ac_cv_lib_dl_dlopen
=yes
10319 echo "$as_me: failed program was:" >&5
10320 cat conftest.
$ac_ext >&5
10321 ac_cv_lib_dl_dlopen
=no
10323 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
10324 LIBS
=$ac_check_lib_save_LIBS
10326 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10327 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
10328 if test $ac_cv_lib_dl_dlopen = yes; then
10330 cat >>confdefs.h
<<\_ACEOF
10331 #define HAVE_DLOPEN 1
10349 if test "$LIBEXT" = "so"
10353 echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
10354 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6
10355 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
10356 echo $ECHO_N "(cached) $ECHO_C" >&6
10358 ac_wine_try_cflags_saved
=$CFLAGS
10359 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,conftest.so.1.0,-Bsymbolic"
10360 cat >conftest.
$ac_ext <<_ACEOF
10361 #line $LINENO "configure"
10362 #include "confdefs.h"
10372 rm -f conftest.
$ac_objext conftest
$ac_exeext
10373 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10374 (eval $ac_link) 2>&5
10376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10377 (exit $ac_status); } &&
10378 { ac_try
='test -s conftest$ac_exeext'
10379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10380 (eval $ac_try) 2>&5
10382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10383 (exit $ac_status); }; }; then
10384 ac_cv_c_dll_gnuelf
="yes"
10386 echo "$as_me: failed program was:" >&5
10387 cat conftest.
$ac_ext >&5
10388 ac_cv_c_dll_gnuelf
="no"
10390 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
10391 CFLAGS
=$ac_wine_try_cflags_saved
10393 echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
10394 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6
10395 if test "$ac_cv_c_dll_gnuelf" = "yes"
10397 LDSHARED
="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
10398 LDDLLFLAGS
="-Wl,-Bsymbolic"
10400 echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
10401 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6
10402 if test "${ac_cv_c_dll_unixware+set}" = set; then
10403 echo $ECHO_N "(cached) $ECHO_C" >&6
10405 ac_wine_try_cflags_saved
=$CFLAGS
10406 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
10407 cat >conftest.
$ac_ext <<_ACEOF
10408 #line $LINENO "configure"
10409 #include "confdefs.h"
10419 rm -f conftest.
$ac_objext conftest
$ac_exeext
10420 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10421 (eval $ac_link) 2>&5
10423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10424 (exit $ac_status); } &&
10425 { ac_try
='test -s conftest$ac_exeext'
10426 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10427 (eval $ac_try) 2>&5
10429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10430 (exit $ac_status); }; }; then
10431 ac_cv_c_dll_unixware
="yes"
10433 echo "$as_me: failed program was:" >&5
10434 cat conftest.
$ac_ext >&5
10435 ac_cv_c_dll_unixware
="no"
10437 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
10438 CFLAGS
=$ac_wine_try_cflags_saved
10440 echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
10441 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6
10442 if test "$ac_cv_c_dll_unixware" = "yes"
10444 LDSHARED
="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
10445 LDDLLFLAGS
="-Wl,-B,symbolic"
10452 if test "$cross_compiling" = "no"
10454 for ac_prog
in i586-mingw32msvc-gcc
10456 # Extract the first word of "$ac_prog", so it can be a program name with args.
10457 set dummy
$ac_prog; ac_word
=$2
10458 echo "$as_me:$LINENO: checking for $ac_word" >&5
10459 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10460 if test "${ac_cv_prog_CROSSCC+set}" = set; then
10461 echo $ECHO_N "(cached) $ECHO_C" >&6
10463 if test -n "$CROSSCC"; then
10464 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
10466 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10467 for as_dir
in $PATH
10470 test -z "$as_dir" && as_dir
=.
10471 for ac_exec_ext
in '' $ac_executable_extensions; do
10472 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10473 ac_cv_prog_CROSSCC
="$ac_prog"
10474 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10482 CROSSCC
=$ac_cv_prog_CROSSCC
10483 if test -n "$CROSSCC"; then
10484 echo "$as_me:$LINENO: result: $CROSSCC" >&5
10485 echo "${ECHO_T}$CROSSCC" >&6
10487 echo "$as_me:$LINENO: result: no" >&5
10488 echo "${ECHO_T}no" >&6
10491 test -n "$CROSSCC" && break
10493 test -n "$CROSSCC" || CROSSCC
="false"
10495 for ac_prog
in i586-mingw32msvc-dlltool
10497 # Extract the first word of "$ac_prog", so it can be a program name with args.
10498 set dummy
$ac_prog; ac_word
=$2
10499 echo "$as_me:$LINENO: checking for $ac_word" >&5
10500 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10501 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
10502 echo $ECHO_N "(cached) $ECHO_C" >&6
10504 if test -n "$DLLTOOL"; then
10505 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
10507 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10508 for as_dir
in $PATH
10511 test -z "$as_dir" && as_dir
=.
10512 for ac_exec_ext
in '' $ac_executable_extensions; do
10513 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10514 ac_cv_prog_DLLTOOL
="$ac_prog"
10515 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10523 DLLTOOL
=$ac_cv_prog_DLLTOOL
10524 if test -n "$DLLTOOL"; then
10525 echo "$as_me:$LINENO: result: $DLLTOOL" >&5
10526 echo "${ECHO_T}$DLLTOOL" >&6
10528 echo "$as_me:$LINENO: result: no" >&5
10529 echo "${ECHO_T}no" >&6
10532 test -n "$DLLTOOL" && break
10534 test -n "$DLLTOOL" || DLLTOOL
="false"
10536 if test "$CROSSCC" != "false"; then CROSSTEST
="\$(CROSSTEST)"; fi
10541 if test "$LIBEXT" = "a"; then
10542 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
10543 It is currently not possible to build Wine without shared library
10544 (.so) support to allow transparent switch between .so and .dll files.
10545 If you are using Linux, you will need a newer binutils.
10547 echo "$as_me: error: could not find a way to build shared libraries.
10548 It is currently not possible to build Wine without shared library
10549 (.so) support to allow transparent switch between .so and .dll files.
10550 If you are using Linux, you will need a newer binutils.
10552 { (exit 1); exit 1; }; }
10557 LDPATH
="PATH=\"\$(TOOLSDIR)/library:\$(TOOLSDIR)/unicode:\$\$PATH\""
10560 LDPATH
="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/library:\$(TOOLSDIR)/unicode:\$\$LD_LIBRARY_PATH\""
10568 CRTLIBS
="-lmsvcrt" ;;
10572 if test "$LIBEXT" = "so"
10574 # Extract the first word of "ldd", so it can be a program name with args.
10575 set dummy ldd
; ac_word
=$2
10576 echo "$as_me:$LINENO: checking for $ac_word" >&5
10577 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10578 if test "${ac_cv_path_LDD+set}" = set; then
10579 echo $ECHO_N "(cached) $ECHO_C" >&6
10583 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
10586 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10587 as_dummy
="/sbin:/usr/sbin:$PATH"
10588 for as_dir
in $as_dummy
10591 test -z "$as_dir" && as_dir
=.
10592 for ac_exec_ext
in '' $ac_executable_extensions; do
10593 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10594 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
10595 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10601 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
10605 LDD
=$ac_cv_path_LDD
10607 if test -n "$LDD"; then
10608 echo "$as_me:$LINENO: result: $LDD" >&5
10609 echo "${ECHO_T}$LDD" >&6
10611 echo "$as_me:$LINENO: result: no" >&5
10612 echo "${ECHO_T}no" >&6
10616 echo "$as_me:$LINENO: checking for -lX11 soname" >&5
10617 echo $ECHO_N "checking for -lX11 soname... $ECHO_C" >&6
10618 if test "${ac_cv_lib_soname_X11+set}" = set; then
10619 echo $ECHO_N "(cached) $ECHO_C" >&6
10621 ac_get_soname_save_LIBS
=$LIBS
10622 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10623 cat >conftest.
$ac_ext <<_ACEOF
10624 #line $LINENO "configure"
10625 #include "confdefs.h"
10627 /* Override any gcc2 internal prototype to avoid an error. */
10631 /* We use char because int might match the return type of a gcc2
10632 builtin and then its argument prototype would still apply. */
10633 char XCreateWindow ();
10642 rm -f conftest.
$ac_objext conftest
$ac_exeext
10643 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10644 (eval $ac_link) 2>&5
10646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10647 (exit $ac_status); } &&
10648 { ac_try
='test -s conftest$ac_exeext'
10649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10650 (eval $ac_try) 2>&5
10652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10653 (exit $ac_status); }; }; then
10654 ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest$ac_exeext | grep libX11\\.so | sed 's/^[ ]*\([^ ]*\)[ ]*=>.*$/\1/'`
10655 if test "x$ac_cv_lib_soname_X11" = "x"
10657 ac_cv_lib_soname_X11
="libX11.so"
10660 echo "$as_me: failed program was:" >&5
10661 cat conftest.
$ac_ext >&5
10662 ac_cv_lib_soname_X11
="libX11.so"
10664 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
10665 LIBS
=$ac_get_soname_save_LIBS
10667 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10668 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6
10669 if test "x$ac_cv_lib_soname_X11" != xNONE
10671 cat >>confdefs.h
<<_ACEOF
10672 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10676 echo "$as_me:$LINENO: checking for -lXext soname" >&5
10677 echo $ECHO_N "checking for -lXext soname... $ECHO_C" >&6
10678 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10679 echo $ECHO_N "(cached) $ECHO_C" >&6
10681 ac_get_soname_save_LIBS
=$LIBS
10682 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10683 cat >conftest.
$ac_ext <<_ACEOF
10684 #line $LINENO "configure"
10685 #include "confdefs.h"
10687 /* Override any gcc2 internal prototype to avoid an error. */
10691 /* We use char because int might match the return type of a gcc2
10692 builtin and then its argument prototype would still apply. */
10693 char XextCreateExtension ();
10697 XextCreateExtension ();
10702 rm -f conftest.
$ac_objext conftest
$ac_exeext
10703 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10704 (eval $ac_link) 2>&5
10706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10707 (exit $ac_status); } &&
10708 { ac_try
='test -s conftest$ac_exeext'
10709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10710 (eval $ac_try) 2>&5
10712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10713 (exit $ac_status); }; }; then
10714 ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest$ac_exeext | grep libXext\\.so | sed 's/^[ ]*\([^ ]*\)[ ]*=>.*$/\1/'`
10715 if test "x$ac_cv_lib_soname_Xext" = "x"
10717 ac_cv_lib_soname_Xext
="libXext.so"
10720 echo "$as_me: failed program was:" >&5
10721 cat conftest.
$ac_ext >&5
10722 ac_cv_lib_soname_Xext
="libXext.so"
10724 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
10725 LIBS
=$ac_get_soname_save_LIBS
10727 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10728 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6
10729 if test "x$ac_cv_lib_soname_Xext" != xNONE
10731 cat >>confdefs.h
<<_ACEOF
10732 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10736 echo "$as_me:$LINENO: checking for -lXrender soname" >&5
10737 echo $ECHO_N "checking for -lXrender soname... $ECHO_C" >&6
10738 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10739 echo $ECHO_N "(cached) $ECHO_C" >&6
10741 ac_get_soname_save_LIBS
=$LIBS
10742 LIBS
="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10743 cat >conftest.
$ac_ext <<_ACEOF
10744 #line $LINENO "configure"
10745 #include "confdefs.h"
10747 /* Override any gcc2 internal prototype to avoid an error. */
10751 /* We use char because int might match the return type of a gcc2
10752 builtin and then its argument prototype would still apply. */
10753 char XRenderQueryExtension ();
10757 XRenderQueryExtension ();
10762 rm -f conftest.
$ac_objext conftest
$ac_exeext
10763 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10764 (eval $ac_link) 2>&5
10766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10767 (exit $ac_status); } &&
10768 { ac_try
='test -s conftest$ac_exeext'
10769 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10770 (eval $ac_try) 2>&5
10772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10773 (exit $ac_status); }; }; then
10774 ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest$ac_exeext | grep libXrender\\.so | sed 's/^[ ]*\([^ ]*\)[ ]*=>.*$/\1/'`
10775 if test "x$ac_cv_lib_soname_Xrender" = "x"
10777 ac_cv_lib_soname_Xrender
="libXrender.so"
10780 echo "$as_me: failed program was:" >&5
10781 cat conftest.
$ac_ext >&5
10782 ac_cv_lib_soname_Xrender
="libXrender.so"
10784 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
10785 LIBS
=$ac_get_soname_save_LIBS
10787 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10788 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6
10789 if test "x$ac_cv_lib_soname_Xrender" != xNONE
10791 cat >>confdefs.h
<<_ACEOF
10792 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10796 echo "$as_me:$LINENO: checking for -lfreetype soname" >&5
10797 echo $ECHO_N "checking for -lfreetype soname... $ECHO_C" >&6
10798 if test "${ac_cv_lib_soname_freetype+set}" = set; then
10799 echo $ECHO_N "(cached) $ECHO_C" >&6
10801 ac_get_soname_save_LIBS
=$LIBS
10802 LIBS
="-lfreetype $X_LIBS $LIBS"
10803 cat >conftest.
$ac_ext <<_ACEOF
10804 #line $LINENO "configure"
10805 #include "confdefs.h"
10807 /* Override any gcc2 internal prototype to avoid an error. */
10811 /* We use char because int might match the return type of a gcc2
10812 builtin and then its argument prototype would still apply. */
10813 char FT_Init_FreeType ();
10817 FT_Init_FreeType ();
10822 rm -f conftest.
$ac_objext conftest
$ac_exeext
10823 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10824 (eval $ac_link) 2>&5
10826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10827 (exit $ac_status); } &&
10828 { ac_try
='test -s conftest$ac_exeext'
10829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10830 (eval $ac_try) 2>&5
10832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10833 (exit $ac_status); }; }; then
10834 ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest$ac_exeext | grep libfreetype\\.so | sed 's/^[ ]*\([^ ]*\)[ ]*=>.*$/\1/'`
10835 if test "x$ac_cv_lib_soname_freetype" = "x"
10837 ac_cv_lib_soname_freetype
="libfreetype.so"
10840 echo "$as_me: failed program was:" >&5
10841 cat conftest.
$ac_ext >&5
10842 ac_cv_lib_soname_freetype
="libfreetype.so"
10844 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
10845 LIBS
=$ac_get_soname_save_LIBS
10847 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
10848 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6
10849 if test "x$ac_cv_lib_soname_freetype" != xNONE
10851 cat >>confdefs.h
<<_ACEOF
10852 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10859 wine_cv_libc_reentrant
=no
10860 echo "$as_me:$LINENO: checking for reentrant libc: __errno_location" >&5
10861 echo $ECHO_N "checking for reentrant libc: __errno_location... $ECHO_C" >&6
10862 if test "${wine_cv_libc_r___errno_location+set}" = set; then
10863 echo $ECHO_N "(cached) $ECHO_C" >&6
10865 if test "$cross_compiling" = yes; then
10866 wine_cv_libc_r___errno_location
=yes
10868 cat >conftest.
$ac_ext <<_ACEOF
10869 #line $LINENO "configure"
10870 #include "confdefs.h"
10872 int *__errno_location(){return &myerrno;}
10873 main(){close(333); close(333); exit(!myerrno);}
10875 rm -f conftest
$ac_exeext
10876 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10877 (eval $ac_link) 2>&5
10879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10880 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
10881 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10882 (eval $ac_try) 2>&5
10884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10885 (exit $ac_status); }; }; then
10886 wine_cv_libc_r___errno_location
=yes
10888 echo "$as_me: program exited with status $ac_status" >&5
10889 echo "$as_me: failed program was:" >&5
10890 cat conftest.
$ac_ext >&5
10891 ( exit $ac_status )
10892 wine_cv_libc_r___errno_location
=no
10894 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
10897 echo "$as_me:$LINENO: result: $wine_cv_libc_r___errno_location" >&5
10898 echo "${ECHO_T}$wine_cv_libc_r___errno_location" >&6
10899 if test "$wine_cv_libc_r___errno_location" = "yes"; then
10900 wine_cv_libc_reentrant
=__errno_location
10902 echo "$as_me:$LINENO: checking for reentrant libc: __error" >&5
10903 echo $ECHO_N "checking for reentrant libc: __error... $ECHO_C" >&6
10904 if test "${wine_cv_libc_r___error+set}" = set; then
10905 echo $ECHO_N "(cached) $ECHO_C" >&6
10907 if test "$cross_compiling" = yes; then
10908 wine_cv_libc_r___error
=yes
10910 cat >conftest.
$ac_ext <<_ACEOF
10911 #line $LINENO "configure"
10912 #include "confdefs.h"
10914 int *__error(){return &myerrno;}
10915 main(){close(333); close(333); exit(!myerrno);}
10917 rm -f conftest
$ac_exeext
10918 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10919 (eval $ac_link) 2>&5
10921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10922 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
10923 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10924 (eval $ac_try) 2>&5
10926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10927 (exit $ac_status); }; }; then
10928 wine_cv_libc_r___error
=yes
10930 echo "$as_me: program exited with status $ac_status" >&5
10931 echo "$as_me: failed program was:" >&5
10932 cat conftest.
$ac_ext >&5
10933 ( exit $ac_status )
10934 wine_cv_libc_r___error
=no
10936 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
10939 echo "$as_me:$LINENO: result: $wine_cv_libc_r___error" >&5
10940 echo "${ECHO_T}$wine_cv_libc_r___error" >&6
10941 if test "$wine_cv_libc_r___error" = "yes"; then
10942 wine_cv_libc_reentrant
=__error
10944 echo "$as_me:$LINENO: checking for reentrant libc: ___errno" >&5
10945 echo $ECHO_N "checking for reentrant libc: ___errno... $ECHO_C" >&6
10946 if test "${wine_cv_libc_r____errno+set}" = set; then
10947 echo $ECHO_N "(cached) $ECHO_C" >&6
10949 if test "$cross_compiling" = yes; then
10950 wine_cv_libc_r____errno
=yes
10952 cat >conftest.
$ac_ext <<_ACEOF
10953 #line $LINENO "configure"
10954 #include "confdefs.h"
10956 int *___errno(){return &myerrno;}
10957 main(){close(333); close(333); exit(!myerrno);}
10959 rm -f conftest
$ac_exeext
10960 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10961 (eval $ac_link) 2>&5
10963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10964 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
10965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10966 (eval $ac_try) 2>&5
10968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10969 (exit $ac_status); }; }; then
10970 wine_cv_libc_r____errno
=yes
10972 echo "$as_me: program exited with status $ac_status" >&5
10973 echo "$as_me: failed program was:" >&5
10974 cat conftest.
$ac_ext >&5
10975 ( exit $ac_status )
10976 wine_cv_libc_r____errno
=no
10978 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
10981 echo "$as_me:$LINENO: result: $wine_cv_libc_r____errno" >&5
10982 echo "${ECHO_T}$wine_cv_libc_r____errno" >&6
10983 if test "$wine_cv_libc_r____errno" = "yes"; then
10984 wine_cv_libc_reentrant
=___errno
10986 echo "$as_me:$LINENO: checking for reentrant libc: __thr_errno" >&5
10987 echo $ECHO_N "checking for reentrant libc: __thr_errno... $ECHO_C" >&6
10988 if test "${wine_cv_libc_r___thr_errno+set}" = set; then
10989 echo $ECHO_N "(cached) $ECHO_C" >&6
10991 if test "$cross_compiling" = yes; then
10992 wine_cv_libc_r___thr_errno
=yes
10994 cat >conftest.
$ac_ext <<_ACEOF
10995 #line $LINENO "configure"
10996 #include "confdefs.h"
10998 int *__thr_errno(){return &myerrno;}
10999 main(){close(333); close(333); exit(!myerrno);}
11001 rm -f conftest
$ac_exeext
11002 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11003 (eval $ac_link) 2>&5
11005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11006 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
11007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11008 (eval $ac_try) 2>&5
11010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11011 (exit $ac_status); }; }; then
11012 wine_cv_libc_r___thr_errno
=yes
11014 echo "$as_me: program exited with status $ac_status" >&5
11015 echo "$as_me: failed program was:" >&5
11016 cat conftest.
$ac_ext >&5
11017 ( exit $ac_status )
11018 wine_cv_libc_r___thr_errno
=no
11020 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
11023 echo "$as_me:$LINENO: result: $wine_cv_libc_r___thr_errno" >&5
11024 echo "${ECHO_T}$wine_cv_libc_r___thr_errno" >&6
11025 if test "$wine_cv_libc_r___thr_errno" = "yes"; then
11026 wine_cv_libc_reentrant
=__thr_errno
11028 echo "$as_me:$LINENO: checking for reentrant libc: __errno" >&5
11029 echo $ECHO_N "checking for reentrant libc: __errno... $ECHO_C" >&6
11030 if test "${wine_cv_libc_r___errno+set}" = set; then
11031 echo $ECHO_N "(cached) $ECHO_C" >&6
11033 if test "$cross_compiling" = yes; then
11034 wine_cv_libc_r___errno
=yes
11036 cat >conftest.
$ac_ext <<_ACEOF
11037 #line $LINENO "configure"
11038 #include "confdefs.h"
11040 int *__errno(){return &myerrno;}
11041 main(){close(333); close(333); exit(!myerrno);}
11043 rm -f conftest
$ac_exeext
11044 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11045 (eval $ac_link) 2>&5
11047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11048 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
11049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11050 (eval $ac_try) 2>&5
11052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11053 (exit $ac_status); }; }; then
11054 wine_cv_libc_r___errno
=yes
11056 echo "$as_me: program exited with status $ac_status" >&5
11057 echo "$as_me: failed program was:" >&5
11058 cat conftest.
$ac_ext >&5
11059 ( exit $ac_status )
11060 wine_cv_libc_r___errno
=no
11062 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
11065 echo "$as_me:$LINENO: result: $wine_cv_libc_r___errno" >&5
11066 echo "${ECHO_T}$wine_cv_libc_r___errno" >&6
11067 if test "$wine_cv_libc_r___errno" = "yes"; then
11068 wine_cv_libc_reentrant
=__errno
11081 if test "$wine_cv_libc_reentrant" != "no"
11084 cat >>confdefs.h
<<_ACEOF
11085 #define ERRNO_LOCATION $wine_cv_libc_reentrant
11091 if test "$have_x" = "yes"
11093 echo "$as_me:$LINENO: checking for reentrant X libraries" >&5
11094 echo $ECHO_N "checking for reentrant X libraries... $ECHO_C" >&6
11095 if test "${wine_cv_x_reentrant+set}" = set; then
11096 echo $ECHO_N "(cached) $ECHO_C" >&6
11099 for dir
in "$x_libraries" /usr
/lib
/usr
/local
/lib
/lib
; do
11100 if test -r $dir/libX11.so
; then
11101 libX11_check
="-D $dir/libX11.so"
11104 if test -r $dir/libX11.a
; then
11105 libX11_check
="$dir/libX11.a"
11109 if test "$libX11_check" != "none"; then
11110 if nm
$libX11_check |
grep $wine_cv_libc_reentrant >/dev
/null
2>&1
11112 wine_cv_x_reentrant
=yes
11114 wine_cv_x_reentrant
=no
11117 wine_cv_x_reentrant
=unknown
11120 echo "$as_me:$LINENO: result: $wine_cv_x_reentrant" >&5
11121 echo "${ECHO_T}$wine_cv_x_reentrant" >&6
11125 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
11126 # for constant arguments. Useless!
11127 echo "$as_me:$LINENO: checking for working alloca.h" >&5
11128 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
11129 if test "${ac_cv_working_alloca_h+set}" = set; then
11130 echo $ECHO_N "(cached) $ECHO_C" >&6
11132 cat >conftest.
$ac_ext <<_ACEOF
11133 #line $LINENO "configure"
11134 #include "confdefs.h"
11135 #include <alloca.h>
11139 char *p = (char *) alloca (2 * sizeof (int));
11144 rm -f conftest.
$ac_objext conftest
$ac_exeext
11145 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11146 (eval $ac_link) 2>&5
11148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11149 (exit $ac_status); } &&
11150 { ac_try
='test -s conftest$ac_exeext'
11151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11152 (eval $ac_try) 2>&5
11154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11155 (exit $ac_status); }; }; then
11156 ac_cv_working_alloca_h
=yes
11158 echo "$as_me: failed program was:" >&5
11159 cat conftest.
$ac_ext >&5
11160 ac_cv_working_alloca_h
=no
11162 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
11164 echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
11165 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
11166 if test $ac_cv_working_alloca_h = yes; then
11168 cat >>confdefs.h
<<\_ACEOF
11169 #define HAVE_ALLOCA_H 1
11174 echo "$as_me:$LINENO: checking for alloca" >&5
11175 echo $ECHO_N "checking for alloca... $ECHO_C" >&6
11176 if test "${ac_cv_func_alloca_works+set}" = set; then
11177 echo $ECHO_N "(cached) $ECHO_C" >&6
11179 cat >conftest.
$ac_ext <<_ACEOF
11180 #line $LINENO "configure"
11181 #include "confdefs.h"
11183 # define alloca __builtin_alloca
11186 # include <malloc.h>
11187 # define alloca _alloca
11190 # include <alloca.h>
11195 # ifndef alloca /* predefined by HP cc +Olibcalls */
11206 char *p = (char *) alloca (1);
11211 rm -f conftest.
$ac_objext conftest
$ac_exeext
11212 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11213 (eval $ac_link) 2>&5
11215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11216 (exit $ac_status); } &&
11217 { ac_try
='test -s conftest$ac_exeext'
11218 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11219 (eval $ac_try) 2>&5
11221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11222 (exit $ac_status); }; }; then
11223 ac_cv_func_alloca_works
=yes
11225 echo "$as_me: failed program was:" >&5
11226 cat conftest.
$ac_ext >&5
11227 ac_cv_func_alloca_works
=no
11229 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
11231 echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
11232 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
11234 if test $ac_cv_func_alloca_works = yes; then
11236 cat >>confdefs.h
<<\_ACEOF
11237 #define HAVE_ALLOCA 1
11241 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
11242 # that cause trouble. Some versions do not even contain alloca or
11243 # contain a buggy version. If you still want to use their alloca,
11244 # use ar to extract alloca.o from them instead of compiling alloca.c.
11246 ALLOCA
=alloca.
$ac_objext
11248 cat >>confdefs.h
<<\_ACEOF
11253 echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
11254 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
11255 if test "${ac_cv_os_cray+set}" = set; then
11256 echo $ECHO_N "(cached) $ECHO_C" >&6
11258 cat >conftest.
$ac_ext <<_ACEOF
11259 #line $LINENO "configure"
11260 #include "confdefs.h"
11261 #if defined(CRAY) && ! defined(CRAY2)
11268 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11269 $EGREP "webecray" >/dev
/null
2>&1; then
11277 echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
11278 echo "${ECHO_T}$ac_cv_os_cray" >&6
11279 if test $ac_cv_os_cray = yes; then
11280 for ac_func
in _getb67 GETB67 getb67
; do
11281 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11282 echo "$as_me:$LINENO: checking for $ac_func" >&5
11283 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11284 if eval "test \"\${$as_ac_var+set}\" = set"; then
11285 echo $ECHO_N "(cached) $ECHO_C" >&6
11287 cat >conftest.
$ac_ext <<_ACEOF
11288 #line $LINENO "configure"
11289 #include "confdefs.h"
11290 /* System header to define __stub macros and hopefully few prototypes,
11291 which can conflict with char $ac_func (); below. */
11292 #include <assert.h>
11293 /* Override any gcc2 internal prototype to avoid an error. */
11297 /* We use char because int might match the return type of a gcc2
11298 builtin and then its argument prototype would still apply. */
11305 /* The GNU C library defines this for functions which it implements
11306 to always fail with ENOSYS. Some functions are actually named
11307 something starting with __ and the normal name is an alias. */
11308 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11318 rm -f conftest.
$ac_objext conftest
$ac_exeext
11319 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11320 (eval $ac_link) 2>&5
11322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11323 (exit $ac_status); } &&
11324 { ac_try
='test -s conftest$ac_exeext'
11325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11326 (eval $ac_try) 2>&5
11328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11329 (exit $ac_status); }; }; then
11330 eval "$as_ac_var=yes"
11332 echo "$as_me: failed program was:" >&5
11333 cat conftest.
$ac_ext >&5
11334 eval "$as_ac_var=no"
11336 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
11338 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
11339 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11340 if test `eval echo '${'$as_ac_var'}'` = yes; then
11342 cat >>confdefs.h
<<_ACEOF
11343 #define CRAY_STACKSEG_END $ac_func
11352 echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
11353 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
11354 if test "${ac_cv_c_stack_direction+set}" = set; then
11355 echo $ECHO_N "(cached) $ECHO_C" >&6
11357 if test "$cross_compiling" = yes; then
11358 ac_cv_c_stack_direction
=0
11360 cat >conftest.
$ac_ext <<_ACEOF
11361 #line $LINENO "configure"
11362 #include "confdefs.h"
11364 find_stack_direction ()
11366 static char *addr = 0;
11371 return find_stack_direction ();
11374 return (&dummy > addr) ? 1 : -1;
11380 exit (find_stack_direction () < 0);
11383 rm -f conftest
$ac_exeext
11384 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11385 (eval $ac_link) 2>&5
11387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11388 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
11389 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11390 (eval $ac_try) 2>&5
11392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11393 (exit $ac_status); }; }; then
11394 ac_cv_c_stack_direction
=1
11396 echo "$as_me: program exited with status $ac_status" >&5
11397 echo "$as_me: failed program was:" >&5
11398 cat conftest.
$ac_ext >&5
11399 ( exit $ac_status )
11400 ac_cv_c_stack_direction
=-1
11402 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
11405 echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
11406 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
11408 cat >>confdefs.h
<<_ACEOF
11409 #define STACK_DIRECTION $ac_cv_c_stack_direction
11512 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11513 echo "$as_me:$LINENO: checking for $ac_func" >&5
11514 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11515 if eval "test \"\${$as_ac_var+set}\" = set"; then
11516 echo $ECHO_N "(cached) $ECHO_C" >&6
11518 cat >conftest.
$ac_ext <<_ACEOF
11519 #line $LINENO "configure"
11520 #include "confdefs.h"
11521 /* System header to define __stub macros and hopefully few prototypes,
11522 which can conflict with char $ac_func (); below. */
11523 #include <assert.h>
11524 /* Override any gcc2 internal prototype to avoid an error. */
11528 /* We use char because int might match the return type of a gcc2
11529 builtin and then its argument prototype would still apply. */
11536 /* The GNU C library defines this for functions which it implements
11537 to always fail with ENOSYS. Some functions are actually named
11538 something starting with __ and the normal name is an alias. */
11539 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11549 rm -f conftest.
$ac_objext conftest
$ac_exeext
11550 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11551 (eval $ac_link) 2>&5
11553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11554 (exit $ac_status); } &&
11555 { ac_try
='test -s conftest$ac_exeext'
11556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11557 (eval $ac_try) 2>&5
11559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11560 (exit $ac_status); }; }; then
11561 eval "$as_ac_var=yes"
11563 echo "$as_me: failed program was:" >&5
11564 cat conftest.
$ac_ext >&5
11565 eval "$as_ac_var=no"
11567 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
11569 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
11570 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11571 if test `eval echo '${'$as_ac_var'}'` = yes; then
11572 cat >>confdefs.h
<<_ACEOF
11573 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11671 netinet
/in_systm.h \
11722 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11723 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11724 echo "$as_me:$LINENO: checking for $ac_header" >&5
11725 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11726 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11727 echo $ECHO_N "(cached) $ECHO_C" >&6
11729 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11730 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11732 # Is the header compilable?
11733 echo "$as_me:$LINENO: checking $ac_header usability" >&5
11734 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11735 cat >conftest.
$ac_ext <<_ACEOF
11736 #line $LINENO "configure"
11737 #include "confdefs.h"
11738 $ac_includes_default
11739 #include <$ac_header>
11741 rm -f conftest.
$ac_objext
11742 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11743 (eval $ac_compile) 2>&5
11745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11746 (exit $ac_status); } &&
11747 { ac_try
='test -s conftest.$ac_objext'
11748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11749 (eval $ac_try) 2>&5
11751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11752 (exit $ac_status); }; }; then
11753 ac_header_compiler
=yes
11755 echo "$as_me: failed program was:" >&5
11756 cat conftest.
$ac_ext >&5
11757 ac_header_compiler
=no
11759 rm -f conftest.
$ac_objext conftest.
$ac_ext
11760 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11761 echo "${ECHO_T}$ac_header_compiler" >&6
11763 # Is the header present?
11764 echo "$as_me:$LINENO: checking $ac_header presence" >&5
11765 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11766 cat >conftest.
$ac_ext <<_ACEOF
11767 #line $LINENO "configure"
11768 #include "confdefs.h"
11769 #include <$ac_header>
11771 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11772 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
11774 grep -v '^ *+' conftest.er1
>conftest.err
11776 cat conftest.err
>&5
11777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11778 (exit $ac_status); } >/dev
/null
; then
11779 if test -s conftest.err
; then
11780 ac_cpp_err
=$ac_c_preproc_warn_flag
11787 if test -z "$ac_cpp_err"; then
11788 ac_header_preproc
=yes
11790 echo "$as_me: failed program was:" >&5
11791 cat conftest.
$ac_ext >&5
11792 ac_header_preproc
=no
11794 rm -f conftest.err conftest.
$ac_ext
11795 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11796 echo "${ECHO_T}$ac_header_preproc" >&6
11798 # So? What about this header?
11799 case $ac_header_compiler:$ac_header_preproc in
11801 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11802 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11803 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11804 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
11806 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11807 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11808 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11809 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11810 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11811 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
11813 echo "$as_me:$LINENO: checking for $ac_header" >&5
11814 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11815 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11816 echo $ECHO_N "(cached) $ECHO_C" >&6
11818 eval "$as_ac_Header=$ac_header_preproc"
11820 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11821 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11824 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11825 cat >>confdefs.h
<<_ACEOF
11826 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11833 echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
11834 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6
11835 if test "${ac_cv_header_stat_broken+set}" = set; then
11836 echo $ECHO_N "(cached) $ECHO_C" >&6
11838 cat >conftest.
$ac_ext <<_ACEOF
11839 #line $LINENO "configure"
11840 #include "confdefs.h"
11841 #include <sys/types.h>
11842 #include <sys/stat.h>
11844 #if defined(S_ISBLK) && defined(S_IFDIR)
11845 # if S_ISBLK (S_IFDIR)
11850 #if defined(S_ISBLK) && defined(S_IFCHR)
11851 # if S_ISBLK (S_IFCHR)
11856 #if defined(S_ISLNK) && defined(S_IFREG)
11857 # if S_ISLNK (S_IFREG)
11862 #if defined(S_ISSOCK) && defined(S_IFREG)
11863 # if S_ISSOCK (S_IFREG)
11869 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11870 $EGREP "You lose" >/dev
/null
2>&1; then
11871 ac_cv_header_stat_broken
=yes
11873 ac_cv_header_stat_broken
=no
11878 echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
11879 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6
11880 if test $ac_cv_header_stat_broken = yes; then
11882 cat >>confdefs.h
<<\_ACEOF
11883 #define STAT_MACROS_BROKEN 1
11890 for ac_header
in net
/if.h
11892 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11893 echo "$as_me:$LINENO: checking for $ac_header" >&5
11894 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11895 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11896 echo $ECHO_N "(cached) $ECHO_C" >&6
11898 cat >conftest.
$ac_ext <<_ACEOF
11899 #line $LINENO "configure"
11900 #include "confdefs.h"
11901 #if HAVE_SYS_TYPES_H
11902 # include <sys/types.h>
11904 #if HAVE_SYS_SOCKET_H
11905 # include <sys/socket.h>
11908 #include <$ac_header>
11910 rm -f conftest.
$ac_objext
11911 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11912 (eval $ac_compile) 2>&5
11914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11915 (exit $ac_status); } &&
11916 { ac_try
='test -s conftest.$ac_objext'
11917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11918 (eval $ac_try) 2>&5
11920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11921 (exit $ac_status); }; }; then
11922 eval "$as_ac_Header=yes"
11924 echo "$as_me: failed program was:" >&5
11925 cat conftest.
$ac_ext >&5
11926 eval "$as_ac_Header=no"
11928 rm -f conftest.
$ac_objext conftest.
$ac_ext
11930 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11931 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11932 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11933 cat >>confdefs.h
<<_ACEOF
11934 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11943 for ac_header
in netinet
/ip.h
11945 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11946 echo "$as_me:$LINENO: checking for $ac_header" >&5
11947 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11948 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11949 echo $ECHO_N "(cached) $ECHO_C" >&6
11951 cat >conftest.
$ac_ext <<_ACEOF
11952 #line $LINENO "configure"
11953 #include "confdefs.h"
11954 #if HAVE_SYS_SOCKET_H
11955 # include <sys/socket.h>
11957 #if HAVE_NETINET_IN_SYSTM_H
11958 # include <netinet/in_systm.h>
11961 #include <$ac_header>
11963 rm -f conftest.
$ac_objext
11964 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11965 (eval $ac_compile) 2>&5
11967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11968 (exit $ac_status); } &&
11969 { ac_try
='test -s conftest.$ac_objext'
11970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11971 (eval $ac_try) 2>&5
11973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11974 (exit $ac_status); }; }; then
11975 eval "$as_ac_Header=yes"
11977 echo "$as_me: failed program was:" >&5
11978 cat conftest.
$ac_ext >&5
11979 eval "$as_ac_Header=no"
11981 rm -f conftest.
$ac_objext conftest.
$ac_ext
11983 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11984 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11985 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11986 cat >>confdefs.h
<<_ACEOF
11987 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11996 for ac_header
in resolv.h
11998 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11999 echo "$as_me:$LINENO: checking for $ac_header" >&5
12000 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12001 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12002 echo $ECHO_N "(cached) $ECHO_C" >&6
12004 cat >conftest.
$ac_ext <<_ACEOF
12005 #line $LINENO "configure"
12006 #include "confdefs.h"
12007 #if HAVE_SYS_SOCKET_H
12008 # include <sys/socket.h>
12011 #include <$ac_header>
12013 rm -f conftest.
$ac_objext
12014 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12015 (eval $ac_compile) 2>&5
12017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12018 (exit $ac_status); } &&
12019 { ac_try
='test -s conftest.$ac_objext'
12020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12021 (eval $ac_try) 2>&5
12023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12024 (exit $ac_status); }; }; then
12025 eval "$as_ac_Header=yes"
12027 echo "$as_me: failed program was:" >&5
12028 cat conftest.
$ac_ext >&5
12029 eval "$as_ac_Header=no"
12031 rm -f conftest.
$ac_objext conftest.
$ac_ext
12033 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12034 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12035 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12036 cat >>confdefs.h
<<_ACEOF
12037 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12046 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
12047 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
12048 if test "${ac_cv_c_const+set}" = set; then
12049 echo $ECHO_N "(cached) $ECHO_C" >&6
12051 cat >conftest.
$ac_ext <<_ACEOF
12052 #line $LINENO "configure"
12053 #include "confdefs.h"
12058 /* FIXME: Include the comments suggested by Paul. */
12059 #ifndef __cplusplus
12060 /* Ultrix mips cc rejects this. */
12061 typedef int charset[2];
12063 /* SunOS 4.1.1 cc rejects this. */
12064 char const *const *ccp;
12066 /* NEC SVR4.0.2 mips cc rejects this. */
12067 struct point {int x, y;};
12068 static struct point const zero = {0,0};
12069 /* AIX XL C 1.02.0.0 rejects this.
12070 It does not let you subtract one const X* pointer from another in
12071 an arm of an if-expression whose if-part is not a constant
12073 const char *g = "string";
12074 ccp = &g + (g ? g-g : 0);
12075 /* HPUX 7.0 cc rejects these. */
12078 ccp = (char const *const *) p;
12079 { /* SCO 3.2v4 cc rejects this. */
12081 char const *s = 0 ? (char *) 0 : (char const *) 0;
12085 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12086 int x[] = {25, 17};
12087 const int *foo = &x[0];
12090 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12091 typedef const int *iptr;
12095 { /* AIX XL C 1.02.0.0 rejects this saying
12096 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12097 struct s { int j; const int *ap[3]; };
12098 struct s *b; b->j = 5;
12100 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12101 const int foo = 10;
12109 rm -f conftest.
$ac_objext
12110 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12111 (eval $ac_compile) 2>&5
12113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12114 (exit $ac_status); } &&
12115 { ac_try
='test -s conftest.$ac_objext'
12116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12117 (eval $ac_try) 2>&5
12119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12120 (exit $ac_status); }; }; then
12123 echo "$as_me: failed program was:" >&5
12124 cat conftest.
$ac_ext >&5
12127 rm -f conftest.
$ac_objext conftest.
$ac_ext
12129 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
12130 echo "${ECHO_T}$ac_cv_c_const" >&6
12131 if test $ac_cv_c_const = no
; then
12133 cat >>confdefs.h
<<\_ACEOF
12139 echo "$as_me:$LINENO: checking for inline" >&5
12140 echo $ECHO_N "checking for inline... $ECHO_C" >&6
12141 if test "${ac_cv_c_inline+set}" = set; then
12142 echo $ECHO_N "(cached) $ECHO_C" >&6
12145 for ac_kw
in inline __inline__ __inline
; do
12146 cat >conftest.
$ac_ext <<_ACEOF
12147 #line $LINENO "configure"
12148 #include "confdefs.h"
12149 #ifndef __cplusplus
12151 static $ac_kw foo_t static_foo () {return 0; }
12152 $ac_kw foo_t foo () {return 0; }
12156 rm -f conftest.
$ac_objext
12157 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12158 (eval $ac_compile) 2>&5
12160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12161 (exit $ac_status); } &&
12162 { ac_try
='test -s conftest.$ac_objext'
12163 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12164 (eval $ac_try) 2>&5
12166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12167 (exit $ac_status); }; }; then
12168 ac_cv_c_inline
=$ac_kw; break
12170 echo "$as_me: failed program was:" >&5
12171 cat conftest.
$ac_ext >&5
12173 rm -f conftest.
$ac_objext conftest.
$ac_ext
12177 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
12178 echo "${ECHO_T}$ac_cv_c_inline" >&6
12179 case $ac_cv_c_inline in
12182 cat >>confdefs.h
<<\_ACEOF
12186 *) cat >>confdefs.h
<<_ACEOF
12187 #define inline $ac_cv_c_inline
12192 echo "$as_me:$LINENO: checking for mode_t" >&5
12193 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
12194 if test "${ac_cv_type_mode_t+set}" = set; then
12195 echo $ECHO_N "(cached) $ECHO_C" >&6
12197 cat >conftest.
$ac_ext <<_ACEOF
12198 #line $LINENO "configure"
12199 #include "confdefs.h"
12200 $ac_includes_default
12206 if (sizeof (mode_t))
12212 rm -f conftest.
$ac_objext
12213 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12214 (eval $ac_compile) 2>&5
12216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12217 (exit $ac_status); } &&
12218 { ac_try
='test -s conftest.$ac_objext'
12219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12220 (eval $ac_try) 2>&5
12222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12223 (exit $ac_status); }; }; then
12224 ac_cv_type_mode_t
=yes
12226 echo "$as_me: failed program was:" >&5
12227 cat conftest.
$ac_ext >&5
12228 ac_cv_type_mode_t
=no
12230 rm -f conftest.
$ac_objext conftest.
$ac_ext
12232 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
12233 echo "${ECHO_T}$ac_cv_type_mode_t" >&6
12234 if test $ac_cv_type_mode_t = yes; then
12236 cat >>confdefs.h
<<_ACEOF
12237 #define HAVE_MODE_T 1
12242 echo "$as_me:$LINENO: checking for off_t" >&5
12243 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
12244 if test "${ac_cv_type_off_t+set}" = set; then
12245 echo $ECHO_N "(cached) $ECHO_C" >&6
12247 cat >conftest.
$ac_ext <<_ACEOF
12248 #line $LINENO "configure"
12249 #include "confdefs.h"
12250 $ac_includes_default
12256 if (sizeof (off_t))
12262 rm -f conftest.
$ac_objext
12263 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12264 (eval $ac_compile) 2>&5
12266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12267 (exit $ac_status); } &&
12268 { ac_try
='test -s conftest.$ac_objext'
12269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12270 (eval $ac_try) 2>&5
12272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12273 (exit $ac_status); }; }; then
12274 ac_cv_type_off_t
=yes
12276 echo "$as_me: failed program was:" >&5
12277 cat conftest.
$ac_ext >&5
12278 ac_cv_type_off_t
=no
12280 rm -f conftest.
$ac_objext conftest.
$ac_ext
12282 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
12283 echo "${ECHO_T}$ac_cv_type_off_t" >&6
12284 if test $ac_cv_type_off_t = yes; then
12286 cat >>confdefs.h
<<_ACEOF
12287 #define HAVE_OFF_T 1
12292 echo "$as_me:$LINENO: checking for pid_t" >&5
12293 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
12294 if test "${ac_cv_type_pid_t+set}" = set; then
12295 echo $ECHO_N "(cached) $ECHO_C" >&6
12297 cat >conftest.
$ac_ext <<_ACEOF
12298 #line $LINENO "configure"
12299 #include "confdefs.h"
12300 $ac_includes_default
12306 if (sizeof (pid_t))
12312 rm -f conftest.
$ac_objext
12313 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12314 (eval $ac_compile) 2>&5
12316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12317 (exit $ac_status); } &&
12318 { ac_try
='test -s conftest.$ac_objext'
12319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12320 (eval $ac_try) 2>&5
12322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12323 (exit $ac_status); }; }; then
12324 ac_cv_type_pid_t
=yes
12326 echo "$as_me: failed program was:" >&5
12327 cat conftest.
$ac_ext >&5
12328 ac_cv_type_pid_t
=no
12330 rm -f conftest.
$ac_objext conftest.
$ac_ext
12332 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
12333 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
12334 if test $ac_cv_type_pid_t = yes; then
12336 cat >>confdefs.h
<<_ACEOF
12337 #define HAVE_PID_T 1
12342 echo "$as_me:$LINENO: checking for size_t" >&5
12343 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
12344 if test "${ac_cv_type_size_t+set}" = set; then
12345 echo $ECHO_N "(cached) $ECHO_C" >&6
12347 cat >conftest.
$ac_ext <<_ACEOF
12348 #line $LINENO "configure"
12349 #include "confdefs.h"
12350 $ac_includes_default
12356 if (sizeof (size_t))
12362 rm -f conftest.
$ac_objext
12363 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12364 (eval $ac_compile) 2>&5
12366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12367 (exit $ac_status); } &&
12368 { ac_try
='test -s conftest.$ac_objext'
12369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12370 (eval $ac_try) 2>&5
12372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12373 (exit $ac_status); }; }; then
12374 ac_cv_type_size_t
=yes
12376 echo "$as_me: failed program was:" >&5
12377 cat conftest.
$ac_ext >&5
12378 ac_cv_type_size_t
=no
12380 rm -f conftest.
$ac_objext conftest.
$ac_ext
12382 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
12383 echo "${ECHO_T}$ac_cv_type_size_t" >&6
12384 if test $ac_cv_type_size_t = yes; then
12386 cat >>confdefs.h
<<_ACEOF
12387 #define HAVE_SIZE_T 1
12392 echo "$as_me:$LINENO: checking for ssize_t" >&5
12393 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
12394 if test "${ac_cv_type_ssize_t+set}" = set; then
12395 echo $ECHO_N "(cached) $ECHO_C" >&6
12397 cat >conftest.
$ac_ext <<_ACEOF
12398 #line $LINENO "configure"
12399 #include "confdefs.h"
12400 $ac_includes_default
12406 if (sizeof (ssize_t))
12412 rm -f conftest.
$ac_objext
12413 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12414 (eval $ac_compile) 2>&5
12416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12417 (exit $ac_status); } &&
12418 { ac_try
='test -s conftest.$ac_objext'
12419 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12420 (eval $ac_try) 2>&5
12422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12423 (exit $ac_status); }; }; then
12424 ac_cv_type_ssize_t
=yes
12426 echo "$as_me: failed program was:" >&5
12427 cat conftest.
$ac_ext >&5
12428 ac_cv_type_ssize_t
=no
12430 rm -f conftest.
$ac_objext conftest.
$ac_ext
12432 echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
12433 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6
12434 if test $ac_cv_type_ssize_t = yes; then
12436 cat >>confdefs.h
<<_ACEOF
12437 #define HAVE_SSIZE_T 1
12443 echo "$as_me:$LINENO: checking for long long" >&5
12444 echo $ECHO_N "checking for long long... $ECHO_C" >&6
12445 if test "${ac_cv_type_long_long+set}" = set; then
12446 echo $ECHO_N "(cached) $ECHO_C" >&6
12448 cat >conftest.
$ac_ext <<_ACEOF
12449 #line $LINENO "configure"
12450 #include "confdefs.h"
12451 $ac_includes_default
12455 if ((long long *) 0)
12457 if (sizeof (long long))
12463 rm -f conftest.
$ac_objext
12464 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12465 (eval $ac_compile) 2>&5
12467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12468 (exit $ac_status); } &&
12469 { ac_try
='test -s conftest.$ac_objext'
12470 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12471 (eval $ac_try) 2>&5
12473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12474 (exit $ac_status); }; }; then
12475 ac_cv_type_long_long
=yes
12477 echo "$as_me: failed program was:" >&5
12478 cat conftest.
$ac_ext >&5
12479 ac_cv_type_long_long
=no
12481 rm -f conftest.
$ac_objext conftest.
$ac_ext
12483 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
12484 echo "${ECHO_T}$ac_cv_type_long_long" >&6
12486 echo "$as_me:$LINENO: checking size of long long" >&5
12487 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
12488 if test "${ac_cv_sizeof_long_long+set}" = set; then
12489 echo $ECHO_N "(cached) $ECHO_C" >&6
12491 if test "$ac_cv_type_long_long" = yes; then
12492 # The cast to unsigned long works around a bug in the HP C Compiler
12493 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12494 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12495 # This bug is HP SR number 8606223364.
12496 if test "$cross_compiling" = yes; then
12497 # Depending upon the size, compute the lo and hi bounds.
12498 cat >conftest.
$ac_ext <<_ACEOF
12499 #line $LINENO "configure"
12500 #include "confdefs.h"
12501 $ac_includes_default
12505 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
12512 rm -f conftest.
$ac_objext
12513 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12514 (eval $ac_compile) 2>&5
12516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12517 (exit $ac_status); } &&
12518 { ac_try
='test -s conftest.$ac_objext'
12519 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12520 (eval $ac_try) 2>&5
12522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12523 (exit $ac_status); }; }; then
12526 cat >conftest.
$ac_ext <<_ACEOF
12527 #line $LINENO "configure"
12528 #include "confdefs.h"
12529 $ac_includes_default
12533 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
12540 rm -f conftest.
$ac_objext
12541 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12542 (eval $ac_compile) 2>&5
12544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12545 (exit $ac_status); } &&
12546 { ac_try
='test -s conftest.$ac_objext'
12547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12548 (eval $ac_try) 2>&5
12550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12551 (exit $ac_status); }; }; then
12552 ac_hi
=$ac_mid; break
12554 echo "$as_me: failed program was:" >&5
12555 cat conftest.
$ac_ext >&5
12556 ac_lo
=`expr $ac_mid + 1`
12557 if test $ac_lo -le $ac_mid; then
12561 ac_mid
=`expr 2 '*' $ac_mid + 1`
12563 rm -f conftest.
$ac_objext conftest.
$ac_ext
12566 echo "$as_me: failed program was:" >&5
12567 cat conftest.
$ac_ext >&5
12568 cat >conftest.
$ac_ext <<_ACEOF
12569 #line $LINENO "configure"
12570 #include "confdefs.h"
12571 $ac_includes_default
12575 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
12582 rm -f conftest.
$ac_objext
12583 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12584 (eval $ac_compile) 2>&5
12586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12587 (exit $ac_status); } &&
12588 { ac_try
='test -s conftest.$ac_objext'
12589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12590 (eval $ac_try) 2>&5
12592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12593 (exit $ac_status); }; }; then
12596 cat >conftest.
$ac_ext <<_ACEOF
12597 #line $LINENO "configure"
12598 #include "confdefs.h"
12599 $ac_includes_default
12603 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
12610 rm -f conftest.
$ac_objext
12611 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12612 (eval $ac_compile) 2>&5
12614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12615 (exit $ac_status); } &&
12616 { ac_try
='test -s conftest.$ac_objext'
12617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12618 (eval $ac_try) 2>&5
12620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12621 (exit $ac_status); }; }; then
12622 ac_lo
=$ac_mid; break
12624 echo "$as_me: failed program was:" >&5
12625 cat conftest.
$ac_ext >&5
12626 ac_hi
=`expr '(' $ac_mid ')' - 1`
12627 if test $ac_mid -le $ac_hi; then
12631 ac_mid
=`expr 2 '*' $ac_mid`
12633 rm -f conftest.
$ac_objext conftest.
$ac_ext
12636 echo "$as_me: failed program was:" >&5
12637 cat conftest.
$ac_ext >&5
12640 rm -f conftest.
$ac_objext conftest.
$ac_ext
12642 rm -f conftest.
$ac_objext conftest.
$ac_ext
12643 # Binary search between lo and hi bounds.
12644 while test "x$ac_lo" != "x$ac_hi"; do
12645 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
12646 cat >conftest.
$ac_ext <<_ACEOF
12647 #line $LINENO "configure"
12648 #include "confdefs.h"
12649 $ac_includes_default
12653 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
12660 rm -f conftest.
$ac_objext
12661 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12662 (eval $ac_compile) 2>&5
12664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12665 (exit $ac_status); } &&
12666 { ac_try
='test -s conftest.$ac_objext'
12667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12668 (eval $ac_try) 2>&5
12670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12671 (exit $ac_status); }; }; then
12674 echo "$as_me: failed program was:" >&5
12675 cat conftest.
$ac_ext >&5
12676 ac_lo
=`expr '(' $ac_mid ')' + 1`
12678 rm -f conftest.
$ac_objext conftest.
$ac_ext
12681 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
12682 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77" >&5
12683 echo "$as_me: error: cannot compute sizeof (long long), 77" >&2;}
12684 { (exit 1); exit 1; }; } ;;
12687 if test "$cross_compiling" = yes; then
12688 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling" >&5
12689 echo "$as_me: error: cannot run test program while cross compiling" >&2;}
12690 { (exit 1); exit 1; }; }
12692 cat >conftest.
$ac_ext <<_ACEOF
12693 #line $LINENO "configure"
12694 #include "confdefs.h"
12695 $ac_includes_default
12696 long longval () { return (long) (sizeof (long long)); }
12697 unsigned long ulongval () { return (long) (sizeof (long long)); }
12699 #include <stdlib.h>
12704 FILE *f = fopen ("conftest.val", "w");
12707 if (((long) (sizeof (long long))) < 0)
12709 long i = longval ();
12710 if (i != ((long) (sizeof (long long))))
12712 fprintf (f, "%ld\n", i);
12716 unsigned long i = ulongval ();
12717 if (i != ((long) (sizeof (long long))))
12719 fprintf (f, "%lu\n", i);
12721 exit (ferror (f) || fclose (f) != 0);
12727 rm -f conftest
$ac_exeext
12728 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12729 (eval $ac_link) 2>&5
12731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12732 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
12733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12734 (eval $ac_try) 2>&5
12736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12737 (exit $ac_status); }; }; then
12738 ac_cv_sizeof_long_long
=`cat conftest.val`
12740 echo "$as_me: program exited with status $ac_status" >&5
12741 echo "$as_me: failed program was:" >&5
12742 cat conftest.
$ac_ext >&5
12743 ( exit $ac_status )
12744 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77" >&5
12745 echo "$as_me: error: cannot compute sizeof (long long), 77" >&2;}
12746 { (exit 1); exit 1; }; }
12748 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
12753 ac_cv_sizeof_long_long
=0
12756 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
12757 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
12758 cat >>confdefs.h
<<_ACEOF
12759 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
12764 echo "$as_me:$LINENO: checking whether linux/input.h is for real" >&5
12765 echo $ECHO_N "checking whether linux/input.h is for real... $ECHO_C" >&6
12766 if test "${wine_cv_linux_input_h+set}" = set; then
12767 echo $ECHO_N "(cached) $ECHO_C" >&6
12769 cat >conftest.
$ac_ext <<_ACEOF
12770 #line $LINENO "configure"
12771 #include "confdefs.h"
12773 #include <linux/input.h>
12779 int foo = EVIOCGBIT(EV_ABS,42);
12780 int bar = BTN_PINKIE;
12787 rm -f conftest.
$ac_objext
12788 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12789 (eval $ac_compile) 2>&5
12791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12792 (exit $ac_status); } &&
12793 { ac_try
='test -s conftest.$ac_objext'
12794 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12795 (eval $ac_try) 2>&5
12797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12798 (exit $ac_status); }; }; then
12799 wine_cv_linux_input_h
=yes
12801 echo "$as_me: failed program was:" >&5
12802 cat conftest.
$ac_ext >&5
12803 wine_cv_linux_input_h
=no
12805 rm -f conftest.
$ac_objext conftest.
$ac_ext
12808 echo "$as_me:$LINENO: result: $wine_cv_linux_input_h" >&5
12809 echo "${ECHO_T}$wine_cv_linux_input_h" >&6
12810 if test "$wine_cv_linux_input_h" = "yes"
12813 cat >>confdefs.h
<<\_ACEOF
12814 #define HAVE_CORRECT_LINUXINPUT_H 1
12820 echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12821 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6
12822 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
12823 echo $ECHO_N "(cached) $ECHO_C" >&6
12825 cat >conftest.
$ac_ext <<_ACEOF
12826 #line $LINENO "configure"
12827 #include "confdefs.h"
12837 struct hostent *result;
12844 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12845 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12851 rm -f conftest.
$ac_objext
12852 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12853 (eval $ac_compile) 2>&5
12855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12856 (exit $ac_status); } &&
12857 { ac_try
='test -s conftest.$ac_objext'
12858 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12859 (eval $ac_try) 2>&5
12861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12862 (exit $ac_status); }; }; then
12863 wine_cv_linux_gethostbyname_r_6
=yes
12865 echo "$as_me: failed program was:" >&5
12866 cat conftest.
$ac_ext >&5
12867 wine_cv_linux_gethostbyname_r_6
=no
12870 rm -f conftest.
$ac_objext conftest.
$ac_ext
12873 echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
12874 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6
12875 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
12878 cat >>confdefs.h
<<\_ACEOF
12879 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
12884 if test "$ac_cv_header_linux_joystick_h" = "yes"
12886 echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
12887 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6
12888 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
12889 echo $ECHO_N "(cached) $ECHO_C" >&6
12891 cat >conftest.
$ac_ext <<_ACEOF
12892 #line $LINENO "configure"
12893 #include "confdefs.h"
12895 #include <sys/ioctl.h>
12896 #include <linux/joystick.h>
12898 struct js_event blub;
12899 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
12900 #error "no 2.2 header"
12911 rm -f conftest.
$ac_objext
12912 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12913 (eval $ac_compile) 2>&5
12915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12916 (exit $ac_status); } &&
12917 { ac_try
='test -s conftest.$ac_objext'
12918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12919 (eval $ac_try) 2>&5
12921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12922 (exit $ac_status); }; }; then
12923 wine_cv_linux_joystick_22_api
=yes
12925 echo "$as_me: failed program was:" >&5
12926 cat conftest.
$ac_ext >&5
12927 wine_cv_linux_joystick_22_api
=no
12929 rm -f conftest.
$ac_objext conftest.
$ac_ext
12932 echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
12933 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6
12934 if test "$wine_cv_linux_joystick_22_api" = "yes"
12937 cat >>confdefs.h
<<\_ACEOF
12938 #define HAVE_LINUX_22_JOYSTICK_API 1
12945 if test "$ac_cv_header_sys_vfs_h" = "yes"
12947 echo "$as_me:$LINENO: checking whether sys/vfs.h defines statfs" >&5
12948 echo $ECHO_N "checking whether sys/vfs.h defines statfs... $ECHO_C" >&6
12949 if test "${wine_cv_sys_vfs_has_statfs+set}" = set; then
12950 echo $ECHO_N "(cached) $ECHO_C" >&6
12952 cat >conftest.
$ac_ext <<_ACEOF
12953 #line $LINENO "configure"
12954 #include "confdefs.h"
12956 #include <sys/types.h>
12957 #ifdef HAVE_SYS_PARAM_H
12958 # include <sys/param.h>
12960 #include <sys/vfs.h>
12966 struct statfs stfs;
12968 memset(&stfs,0,sizeof(stfs));
12974 rm -f conftest.
$ac_objext
12975 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12976 (eval $ac_compile) 2>&5
12978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12979 (exit $ac_status); } &&
12980 { ac_try
='test -s conftest.$ac_objext'
12981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12982 (eval $ac_try) 2>&5
12984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12985 (exit $ac_status); }; }; then
12986 wine_cv_sys_vfs_has_statfs
=yes
12988 echo "$as_me: failed program was:" >&5
12989 cat conftest.
$ac_ext >&5
12990 wine_cv_sys_vfs_has_statfs
=no
12993 rm -f conftest.
$ac_objext conftest.
$ac_ext
12996 echo "$as_me:$LINENO: result: $wine_cv_sys_vfs_has_statfs" >&5
12997 echo "${ECHO_T}$wine_cv_sys_vfs_has_statfs" >&6
12998 if test "$wine_cv_sys_vfs_has_statfs" = "yes"
13001 cat >>confdefs.h
<<\_ACEOF
13002 #define STATFS_DEFINED_BY_SYS_VFS 1
13008 if test "$ac_cv_header_sys_statfs_h" = "yes"
13010 echo "$as_me:$LINENO: checking whether sys/statfs.h defines statfs" >&5
13011 echo $ECHO_N "checking whether sys/statfs.h defines statfs... $ECHO_C" >&6
13012 if test "${wine_cv_sys_statfs_has_statfs+set}" = set; then
13013 echo $ECHO_N "(cached) $ECHO_C" >&6
13015 cat >conftest.
$ac_ext <<_ACEOF
13016 #line $LINENO "configure"
13017 #include "confdefs.h"
13019 #include <sys/types.h>
13020 #ifdef HAVE_SYS_PARAM_H
13021 # include <sys/param.h>
13023 #include <sys/statfs.h>
13029 struct statfs stfs;
13035 rm -f conftest.
$ac_objext
13036 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13037 (eval $ac_compile) 2>&5
13039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13040 (exit $ac_status); } &&
13041 { ac_try
='test -s conftest.$ac_objext'
13042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13043 (eval $ac_try) 2>&5
13045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13046 (exit $ac_status); }; }; then
13047 wine_cv_sys_statfs_has_statfs
=yes
13049 echo "$as_me: failed program was:" >&5
13050 cat conftest.
$ac_ext >&5
13051 wine_cv_sys_statfs_has_statfs
=no
13054 rm -f conftest.
$ac_objext conftest.
$ac_ext
13057 echo "$as_me:$LINENO: result: $wine_cv_sys_statfs_has_statfs" >&5
13058 echo "${ECHO_T}$wine_cv_sys_statfs_has_statfs" >&6
13059 if test "$wine_cv_sys_statfs_has_statfs" = "yes"
13062 cat >>confdefs.h
<<\_ACEOF
13063 #define STATFS_DEFINED_BY_SYS_STATFS 1
13069 if test "$ac_cv_header_sys_mount_h" = "yes"
13071 echo "$as_me:$LINENO: checking whether sys/mount.h defines statfs" >&5
13072 echo $ECHO_N "checking whether sys/mount.h defines statfs... $ECHO_C" >&6
13073 if test "${wine_cv_sys_mount_has_statfs+set}" = set; then
13074 echo $ECHO_N "(cached) $ECHO_C" >&6
13076 cat >conftest.
$ac_ext <<_ACEOF
13077 #line $LINENO "configure"
13078 #include "confdefs.h"
13080 #include <sys/types.h>
13081 #ifdef HAVE_SYS_PARAM_H
13082 # include <sys/param.h>
13084 #include <sys/mount.h>
13090 struct statfs stfs;
13096 rm -f conftest.
$ac_objext
13097 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13098 (eval $ac_compile) 2>&5
13100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13101 (exit $ac_status); } &&
13102 { ac_try
='test -s conftest.$ac_objext'
13103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13104 (eval $ac_try) 2>&5
13106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13107 (exit $ac_status); }; }; then
13108 wine_cv_sys_mount_has_statfs
=yes
13110 echo "$as_me: failed program was:" >&5
13111 cat conftest.
$ac_ext >&5
13112 wine_cv_sys_mount_has_statfs
=no
13115 rm -f conftest.
$ac_objext conftest.
$ac_ext
13118 echo "$as_me:$LINENO: result: $wine_cv_sys_mount_has_statfs" >&5
13119 echo "${ECHO_T}$wine_cv_sys_mount_has_statfs" >&6
13120 if test "$wine_cv_sys_mount_has_statfs" = "yes"
13123 cat >>confdefs.h
<<\_ACEOF
13124 #define STATFS_DEFINED_BY_SYS_MOUNT 1
13131 echo "$as_me:$LINENO: checking for f_bfree in struct statfs" >&5
13132 echo $ECHO_N "checking for f_bfree in struct statfs... $ECHO_C" >&6
13133 if test "${ac_cv_c_statfs_f_bfree+set}" = set; then
13134 echo $ECHO_N "(cached) $ECHO_C" >&6
13136 cat >conftest.
$ac_ext <<_ACEOF
13137 #line $LINENO "configure"
13138 #include "confdefs.h"
13139 #include <sys/types.h>
13140 #ifdef HAVE_SYS_PARAM_H
13141 # include <sys/param.h>
13143 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
13144 # include <sys/mount.h>
13146 # ifdef STATFS_DEFINED_BY_SYS_VFS
13147 # include <sys/vfs.h>
13149 # ifdef STATFS_DEFINED_BY_SYS_STATFS
13150 # include <sys/statfs.h>
13157 struct statfs s; s.f_bfree = 0
13162 rm -f conftest.
$ac_objext
13163 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13164 (eval $ac_compile) 2>&5
13166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13167 (exit $ac_status); } &&
13168 { ac_try
='test -s conftest.$ac_objext'
13169 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13170 (eval $ac_try) 2>&5
13172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13173 (exit $ac_status); }; }; then
13174 ac_cv_c_statfs_f_bfree
="yes"
13176 echo "$as_me: failed program was:" >&5
13177 cat conftest.
$ac_ext >&5
13178 ac_cv_c_statfs_f_bfree
="no"
13180 rm -f conftest.
$ac_objext conftest.
$ac_ext
13182 echo "$as_me:$LINENO: result: $ac_cv_c_statfs_f_bfree" >&5
13183 echo "${ECHO_T}$ac_cv_c_statfs_f_bfree" >&6
13184 if test "x$ac_cv_c_statfs_f_bfree" = "xyes"; then
13186 cat >>confdefs.h
<<\_ACEOF
13187 #define STATFS_HAS_BFREE 1
13194 echo "$as_me:$LINENO: checking for f_bavail in struct statfs" >&5
13195 echo $ECHO_N "checking for f_bavail in struct statfs... $ECHO_C" >&6
13196 if test "${ac_cv_c_statfs_f_bavail+set}" = set; then
13197 echo $ECHO_N "(cached) $ECHO_C" >&6
13199 cat >conftest.
$ac_ext <<_ACEOF
13200 #line $LINENO "configure"
13201 #include "confdefs.h"
13202 #include <sys/types.h>
13203 #ifdef HAVE_SYS_PARAM_H
13204 # include <sys/param.h>
13206 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
13207 # include <sys/mount.h>
13209 # ifdef STATFS_DEFINED_BY_SYS_VFS
13210 # include <sys/vfs.h>
13212 # ifdef STATFS_DEFINED_BY_SYS_STATFS
13213 # include <sys/statfs.h>
13220 struct statfs s; s.f_bavail = 0
13225 rm -f conftest.
$ac_objext
13226 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13227 (eval $ac_compile) 2>&5
13229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13230 (exit $ac_status); } &&
13231 { ac_try
='test -s conftest.$ac_objext'
13232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13233 (eval $ac_try) 2>&5
13235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13236 (exit $ac_status); }; }; then
13237 ac_cv_c_statfs_f_bavail
="yes"
13239 echo "$as_me: failed program was:" >&5
13240 cat conftest.
$ac_ext >&5
13241 ac_cv_c_statfs_f_bavail
="no"
13243 rm -f conftest.
$ac_objext conftest.
$ac_ext
13245 echo "$as_me:$LINENO: result: $ac_cv_c_statfs_f_bavail" >&5
13246 echo "${ECHO_T}$ac_cv_c_statfs_f_bavail" >&6
13247 if test "x$ac_cv_c_statfs_f_bavail" = "xyes"; then
13249 cat >>confdefs.h
<<\_ACEOF
13250 #define STATFS_HAS_BAVAIL 1
13257 echo "$as_me:$LINENO: checking for msg_accrights in struct msghdr" >&5
13258 echo $ECHO_N "checking for msg_accrights in struct msghdr... $ECHO_C" >&6
13259 if test "${ac_cv_c_msghdr_msg_accrights+set}" = set; then
13260 echo $ECHO_N "(cached) $ECHO_C" >&6
13262 cat >conftest.
$ac_ext <<_ACEOF
13263 #line $LINENO "configure"
13264 #include "confdefs.h"
13265 #include <sys/types.h>
13266 #include <sys/socket.h>
13270 struct msghdr s; s.msg_accrights = 0
13275 rm -f conftest.
$ac_objext
13276 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13277 (eval $ac_compile) 2>&5
13279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13280 (exit $ac_status); } &&
13281 { ac_try
='test -s conftest.$ac_objext'
13282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13283 (eval $ac_try) 2>&5
13285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13286 (exit $ac_status); }; }; then
13287 ac_cv_c_msghdr_msg_accrights
="yes"
13289 echo "$as_me: failed program was:" >&5
13290 cat conftest.
$ac_ext >&5
13291 ac_cv_c_msghdr_msg_accrights
="no"
13293 rm -f conftest.
$ac_objext conftest.
$ac_ext
13295 echo "$as_me:$LINENO: result: $ac_cv_c_msghdr_msg_accrights" >&5
13296 echo "${ECHO_T}$ac_cv_c_msghdr_msg_accrights" >&6
13297 if test "x$ac_cv_c_msghdr_msg_accrights" = "xyes"; then
13299 cat >>confdefs.h
<<\_ACEOF
13300 #define HAVE_MSGHDR_ACCRIGHTS 1
13307 echo "$as_me:$LINENO: checking for sa_len in struct sockaddr" >&5
13308 echo $ECHO_N "checking for sa_len in struct sockaddr... $ECHO_C" >&6
13309 if test "${ac_cv_c_sockaddr_sa_len+set}" = set; then
13310 echo $ECHO_N "(cached) $ECHO_C" >&6
13312 cat >conftest.
$ac_ext <<_ACEOF
13313 #line $LINENO "configure"
13314 #include "confdefs.h"
13315 #include <sys/types.h>
13316 #include <sys/socket.h>
13320 struct sockaddr s; s.sa_len = 0
13325 rm -f conftest.
$ac_objext
13326 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13327 (eval $ac_compile) 2>&5
13329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13330 (exit $ac_status); } &&
13331 { ac_try
='test -s conftest.$ac_objext'
13332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13333 (eval $ac_try) 2>&5
13335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13336 (exit $ac_status); }; }; then
13337 ac_cv_c_sockaddr_sa_len
="yes"
13339 echo "$as_me: failed program was:" >&5
13340 cat conftest.
$ac_ext >&5
13341 ac_cv_c_sockaddr_sa_len
="no"
13343 rm -f conftest.
$ac_objext conftest.
$ac_ext
13345 echo "$as_me:$LINENO: result: $ac_cv_c_sockaddr_sa_len" >&5
13346 echo "${ECHO_T}$ac_cv_c_sockaddr_sa_len" >&6
13347 if test "x$ac_cv_c_sockaddr_sa_len" = "xyes"; then
13349 cat >>confdefs.h
<<\_ACEOF
13350 #define HAVE_SOCKADDR_SA_LEN 1
13357 echo "$as_me:$LINENO: checking for sun_len in struct sockaddr_un" >&5
13358 echo $ECHO_N "checking for sun_len in struct sockaddr_un... $ECHO_C" >&6
13359 if test "${ac_cv_c_sockaddr_un_sun_len+set}" = set; then
13360 echo $ECHO_N "(cached) $ECHO_C" >&6
13362 cat >conftest.
$ac_ext <<_ACEOF
13363 #line $LINENO "configure"
13364 #include "confdefs.h"
13365 #include <sys/types.h>
13366 #include <sys/socket.h>
13367 #include <sys/un.h>
13371 struct sockaddr_un s; s.sun_len = 0
13376 rm -f conftest.
$ac_objext
13377 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13378 (eval $ac_compile) 2>&5
13380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13381 (exit $ac_status); } &&
13382 { ac_try
='test -s conftest.$ac_objext'
13383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13384 (eval $ac_try) 2>&5
13386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13387 (exit $ac_status); }; }; then
13388 ac_cv_c_sockaddr_un_sun_len
="yes"
13390 echo "$as_me: failed program was:" >&5
13391 cat conftest.
$ac_ext >&5
13392 ac_cv_c_sockaddr_un_sun_len
="no"
13394 rm -f conftest.
$ac_objext conftest.
$ac_ext
13396 echo "$as_me:$LINENO: result: $ac_cv_c_sockaddr_un_sun_len" >&5
13397 echo "${ECHO_T}$ac_cv_c_sockaddr_un_sun_len" >&6
13398 if test "x$ac_cv_c_sockaddr_un_sun_len" = "xyes"; then
13400 cat >>confdefs.h
<<\_ACEOF
13401 #define HAVE_SOCKADDR_SUN_LEN 1
13411 echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
13412 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6
13413 if test "${ac_cv_cpp_def_i386+set}" = set; then
13414 echo $ECHO_N "(cached) $ECHO_C" >&6
13416 cat >conftest.
$ac_ext <<_ACEOF
13417 #line $LINENO "configure"
13418 #include "confdefs.h"
13423 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13424 $EGREP "yes" >/dev
/null
2>&1; then
13425 ac_cv_cpp_def_i386
="yes"
13427 ac_cv_cpp_def_i386
="no"
13432 echo "$as_me:$LINENO: result: $ac_cv_cpp_def_i386" >&5
13433 echo "${ECHO_T}$ac_cv_cpp_def_i386" >&6
13436 if test "$ac_cv_cpp_def_i386" = "yes"
13438 CFLAGS
="$CFLAGS -D__i386__"
13439 LINTFLAGS
="$LINTFLAGS -D__i386__"
13445 echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
13446 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6
13447 if test "${ac_cv_cpp_def_sparc+set}" = set; then
13448 echo $ECHO_N "(cached) $ECHO_C" >&6
13450 cat >conftest.
$ac_ext <<_ACEOF
13451 #line $LINENO "configure"
13452 #include "confdefs.h"
13457 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13458 $EGREP "yes" >/dev
/null
2>&1; then
13459 ac_cv_cpp_def_sparc
="yes"
13461 ac_cv_cpp_def_sparc
="no"
13466 echo "$as_me:$LINENO: result: $ac_cv_cpp_def_sparc" >&5
13467 echo "${ECHO_T}$ac_cv_cpp_def_sparc" >&6
13470 if test "$ac_cv_cpp_def_sparc" = "yes"
13472 CFLAGS
="$CFLAGS -D__sparc__"
13473 LINTFLAGS
="$LINTFLAGS -D__sparc__"
13477 case $host_vendor in
13479 echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
13480 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6
13481 if test "${ac_cv_cpp_def_sun+set}" = set; then
13482 echo $ECHO_N "(cached) $ECHO_C" >&6
13484 cat >conftest.
$ac_ext <<_ACEOF
13485 #line $LINENO "configure"
13486 #include "confdefs.h"
13491 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13492 $EGREP "yes" >/dev
/null
2>&1; then
13493 ac_cv_cpp_def_sun
="yes"
13495 ac_cv_cpp_def_sun
="no"
13500 echo "$as_me:$LINENO: result: $ac_cv_cpp_def_sun" >&5
13501 echo "${ECHO_T}$ac_cv_cpp_def_sun" >&6
13504 if test "$ac_cv_cpp_def_sun" = "yes"
13506 CFLAGS
="$CFLAGS -D__sun__"
13507 LINTFLAGS
="$LINTFLAGS -D__sun__"
13514 ac_config_commands
="$ac_config_commands controls"
13516 ac_config_commands
="$ac_config_commands dlls/ddraw/d3ddevice"
13518 ac_config_commands
="$ac_config_commands dlls/ddraw/dclipper"
13520 ac_config_commands
="$ac_config_commands dlls/ddraw/ddraw"
13522 ac_config_commands
="$ac_config_commands dlls/ddraw/direct3d"
13524 ac_config_commands
="$ac_config_commands dlls/ddraw/dpalette"
13526 ac_config_commands
="$ac_config_commands dlls/ddraw/dsurface"
13528 ac_config_commands
="$ac_config_commands dlls/dinput/joystick"
13530 ac_config_commands
="$ac_config_commands dlls/dinput/keyboard"
13532 ac_config_commands
="$ac_config_commands dlls/dinput/mouse"
13534 ac_config_commands
="$ac_config_commands dlls/gdi/enhmfdrv"
13536 ac_config_commands
="$ac_config_commands dlls/gdi/mfdrv"
13538 ac_config_commands
="$ac_config_commands dlls/gdi/win16drv"
13540 ac_config_commands
="$ac_config_commands dlls/kernel/messages"
13542 ac_config_commands
="$ac_config_commands dlls/user/dde"
13544 ac_config_commands
="$ac_config_commands dlls/user/resources"
13546 ac_config_commands
="$ac_config_commands dlls/wineps/data"
13548 ac_config_commands
="$ac_config_commands files"
13550 ac_config_commands
="$ac_config_commands graphics"
13552 ac_config_commands
="$ac_config_commands graphics/x11drv"
13554 ac_config_commands
="$ac_config_commands if1632"
13556 ac_config_commands
="$ac_config_commands include/wine"
13558 ac_config_commands
="$ac_config_commands loader"
13560 ac_config_commands
="$ac_config_commands loader/ne"
13562 ac_config_commands
="$ac_config_commands memory"
13564 ac_config_commands
="$ac_config_commands misc"
13566 ac_config_commands
="$ac_config_commands msdos"
13568 ac_config_commands
="$ac_config_commands objects"
13570 ac_config_commands
="$ac_config_commands programs/regapi/tests"
13572 ac_config_commands
="$ac_config_commands programs/regedit/tests"
13574 ac_config_commands
="$ac_config_commands programs/winetest/tests"
13576 ac_config_commands
="$ac_config_commands relay32"
13578 ac_config_commands
="$ac_config_commands scheduler"
13580 ac_config_commands
="$ac_config_commands win32"
13582 ac_config_commands
="$ac_config_commands windows"
13585 MAKE_RULES
=Make.rules
13588 MAKE_DLL_RULES
=dlls
/Makedll.rules
13591 MAKE_TEST_RULES
=dlls
/Maketest.rules
13594 MAKE_PROG_RULES
=programs
/Makeprog.rules
13597 ac_config_files
="$ac_config_files Make.rules dlls/Makedll.rules dlls/Maketest.rules programs/Makeprog.rules Makefile dlls/Makefile dlls/advapi32/Makefile dlls/advapi32/tests/Makefile dlls/avicap32/Makefile dlls/avifil32/Makefile dlls/comcat/Makefile dlls/comctl32/Makefile dlls/commdlg/Makefile dlls/crtdll/Makefile dlls/crypt32/Makefile dlls/d3d8/Makefile dlls/dciman32/Makefile dlls/ddraw/Makefile dlls/devenum/Makefile dlls/dinput/Makefile dlls/dinput8/Makefile dlls/dplay/Makefile dlls/dplayx/Makefile dlls/dsound/Makefile dlls/gdi/Makefile dlls/gdi/tests/Makefile dlls/glu32/Makefile dlls/icmp/Makefile dlls/imagehlp/Makefile dlls/imm32/Makefile dlls/kernel/Makefile dlls/kernel/tests/Makefile dlls/lzexpand/Makefile dlls/mapi32/Makefile dlls/mpr/Makefile dlls/msacm/Makefile dlls/msacm/imaadp32/Makefile dlls/msacm/msadp32/Makefile dlls/msacm/msg711/Makefile dlls/msacm/winemp3/Makefile dlls/msdmo/Makefile dlls/msimg32/Makefile dlls/msisys/Makefile dlls/msnet32/Makefile dlls/msvcrt/Makefile dlls/msvcrt/tests/Makefile dlls/msvcrt20/Makefile dlls/msvideo/Makefile dlls/msvideo/msrle32/Makefile dlls/netapi32/Makefile dlls/netapi32/tests/Makefile dlls/ntdll/Makefile dlls/ntdll/tests/Makefile dlls/odbc32/Makefile dlls/ole32/Makefile dlls/oleaut32/Makefile dlls/oleaut32/tests/Makefile dlls/olecli/Makefile dlls/oledlg/Makefile dlls/olepro32/Makefile dlls/olesvr/Makefile dlls/opengl32/Makefile dlls/psapi/Makefile dlls/qcap/Makefile dlls/quartz/Makefile dlls/rasapi32/Makefile dlls/richedit/Makefile dlls/rpcrt4/Makefile dlls/rpcrt4/tests/Makefile dlls/serialui/Makefile dlls/setupapi/Makefile dlls/shdocvw/Makefile dlls/shell32/Makefile dlls/shell32/tests/Makefile dlls/shfolder/Makefile dlls/shlwapi/Makefile dlls/shlwapi/tests/Makefile dlls/snmpapi/Makefile dlls/sti/Makefile dlls/tapi32/Makefile dlls/ttydrv/Makefile dlls/twain/Makefile dlls/url/Makefile dlls/urlmon/Makefile dlls/user/Makefile dlls/user/tests/Makefile dlls/version/Makefile dlls/win32s/Makefile dlls/winaspi/Makefile dlls/winedos/Makefile dlls/wineps/Makefile dlls/wininet/Makefile dlls/wininet/tests/Makefile dlls/winmm/Makefile dlls/winmm/joystick/Makefile dlls/winmm/mcianim/Makefile dlls/winmm/mciavi/Makefile dlls/winmm/mcicda/Makefile dlls/winmm/mciseq/Makefile dlls/winmm/mciwave/Makefile dlls/winmm/midimap/Makefile dlls/winmm/wavemap/Makefile dlls/winmm/winealsa/Makefile dlls/winmm/winearts/Makefile dlls/winmm/wineaudioio/Makefile dlls/winmm/winenas/Makefile dlls/winmm/wineoss/Makefile dlls/winnls/Makefile dlls/winsock/Makefile dlls/winsock/tests/Makefile dlls/winspool/Makefile dlls/wintrust/Makefile dlls/wow32/Makefile dlls/wsock32/Makefile dlls/x11drv/Makefile documentation/Makefile include/Makefile library/Makefile miscemu/Makefile ole/Makefile programs/Makefile programs/avitools/Makefile programs/clock/Makefile programs/cmdlgtst/Makefile programs/control/Makefile programs/expand/Makefile programs/notepad/Makefile programs/osversioncheck/Makefile programs/progman/Makefile programs/regapi/Makefile programs/regedit/Makefile programs/regsvr32/Makefile programs/regtest/Makefile programs/uninstaller/Makefile programs/view/Makefile programs/wcmd/Makefile programs/wineconsole/Makefile programs/winedbg/Makefile programs/winefile/Makefile programs/winemine/Makefile programs/winepath/Makefile programs/winetest/Makefile programs/winhelp/Makefile programs/winver/Makefile server/Makefile tools/Makefile tools/widl/Makefile tools/winapi/Makefile tools/winebuild/Makefile tools/winedump/Makefile tools/wmc/Makefile tools/wpp/Makefile tools/wrc/Makefile unicode/Makefile"
13600 cat >confcache
<<\_ACEOF
13601 # This file is a shell script that caches the results of configure
13602 # tests run on this system so they can be shared between configure
13603 # scripts and configure runs, see configure's option --config-cache.
13604 # It is not useful on other systems. If it contains results you don't
13605 # want to keep, you may remove or edit it.
13607 # config.status only pays attention to the cache file if you give it
13608 # the --recheck option to rerun configure.
13610 # `ac_cv_env_foo' variables (set or unset) will be overridden when
13611 # loading this file, other *unset* `ac_cv_foo' will be assigned the
13612 # following values.
13616 # The following way of writing the cache mishandles newlines in values,
13617 # but we know of no workaround that is simple, portable, and efficient.
13618 # So, don't put newlines in cache variables' values.
13619 # Ultrix sh set writes to stderr and can't be redirected directly,
13620 # and sets the high bit in the cache file unless we assign to the vars.
13623 case `(ac_space=' '; set | grep ac_space) 2>&1` in
13625 # `set' does not quote correctly, so add quotes (double-quote
13626 # substitution turns \\\\ into \\, and sed turns \\ into \).
13629 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13632 # `set' quotes correctly as required by POSIX, so do not add quotes.
13634 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
13641 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13643 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13645 if cmp -s $cache_file confcache
; then :; else
13646 if test -w $cache_file; then
13647 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
13648 cat confcache
>$cache_file
13650 echo "not updating unwritable cache $cache_file"
13655 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
13656 # Let make expand exec_prefix.
13657 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
13659 # VPATH may cause trouble with some makes, so we remove $(srcdir),
13660 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
13661 # trailing colons and then remove the whole line if VPATH becomes empty
13662 # (actually we leave an empty line to preserve line numbers).
13663 if test "x$srcdir" = x.
; then
13664 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
13665 s/:*\$(srcdir):*/:/;
13666 s/:*\${srcdir}:*/:/;
13668 s/^\([^=]*=[ ]*\):*/\1/;
13674 DEFS
=-DHAVE_CONFIG_H
13678 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
13679 # 1. Remove the extension, and $U if already installed.
13680 ac_i
=`echo "$ac_i" |
13681 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
13683 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
13684 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
13686 LIBOBJS
=$ac_libobjs
13688 LTLIBOBJS
=$ac_ltlibobjs
13692 : ${CONFIG_STATUS=./config.status}
13693 ac_clean_files_save
=$ac_clean_files
13694 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
13695 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
13696 echo "$as_me: creating $CONFIG_STATUS" >&6;}
13697 cat >$CONFIG_STATUS <<_ACEOF
13699 # Generated by $as_me.
13700 # Run this file to recreate the current configuration.
13701 # Compiler output produced by configure, useful for debugging
13702 # configure, is in config.log if it exists.
13705 SHELL=\${CONFIG_SHELL-$SHELL}
13708 cat >>$CONFIG_STATUS <<\_ACEOF
13709 ## --------------------- ##
13710 ## M4sh Initialization. ##
13711 ## --------------------- ##
13713 # Be Bourne compatible
13714 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
13717 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
13718 # is contrary to our usage. Disable this feature.
13719 alias -g '${1+"$@"}'='"$@"'
13720 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
13724 # Support unset when possible.
13725 if (FOO
=FOO
; unset FOO
) >/dev
/null
2>&1; then
13732 # Work around bugs in pre-3.0 UWIN ksh.
13733 $as_unset ENV MAIL MAILPATH
13739 for as_var
in LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE LC_NUMERIC LC_MESSAGES LC_TIME
13741 if (set +x
; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
13742 eval $as_var=C
; export $as_var
13748 # Required to use basename.
13749 if expr a
: '\(a\)' >/dev
/null
2>&1; then
13755 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
13756 as_basename
=basename
13762 # Name of the executable.
13763 as_me
=`$as_basename "$0" ||
13764 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13765 X"$0" : 'X\(//\)$' \| \
13766 X"$0" : 'X\(/\)$' \| \
13767 . : '\(.\)' 2>/dev/null ||
13769 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
13770 /^X\/\(\/\/\)$/{ s//\1/; q; }
13771 /^X\/\(\/\).*/{ s//\1/; q; }
13775 # PATH needs CR, and LINENO needs CR and PATH.
13776 # Avoid depending upon Character Ranges.
13777 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
13778 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13779 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
13780 as_cr_digits
='0123456789'
13781 as_cr_alnum
=$as_cr_Letters$as_cr_digits
13783 # The user is always right.
13784 if test "${PATH_SEPARATOR+set}" != set; then
13785 echo "#! /bin/sh" >conftest.sh
13786 echo "exit 0" >>conftest.sh
13787 chmod +x conftest.sh
13788 if (PATH
="/nonexistent;."; conftest.sh
) >/dev
/null
2>&1; then
13797 as_lineno_1
=$LINENO
13798 as_lineno_2
=$LINENO
13799 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
13800 test "x$as_lineno_1" != "x$as_lineno_2" &&
13801 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
13802 # Find who we are. Look in the path if we contain no path at all
13805 *[\\/]* ) as_myself
=$0 ;;
13806 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13807 for as_dir
in $PATH
13810 test -z "$as_dir" && as_dir
=.
13811 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
13816 # We did not find ourselves, most probably we were run as `sh COMMAND'
13817 # in which case we are not to be found in the path.
13818 if test "x$as_myself" = x
; then
13821 if test ! -f "$as_myself"; then
13822 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
13823 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
13824 { (exit 1); exit 1; }; }
13826 case $CONFIG_SHELL in
13828 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13829 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
13832 test -z "$as_dir" && as_dir
=.
13833 for as_base
in sh bash ksh sh5
; do
13836 if ("$as_dir/$as_base" -c '
13837 as_lineno_1=$LINENO
13838 as_lineno_2=$LINENO
13839 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
13840 test "x$as_lineno_1" != "x$as_lineno_2" &&
13841 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
13842 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
13843 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
13844 CONFIG_SHELL
=$as_dir/$as_base
13845 export CONFIG_SHELL
13846 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
13854 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
13855 # uniformly replaced by the line number. The first 'sed' inserts a
13856 # line-number line before each line; the second 'sed' does the real
13857 # work. The second script uses 'N' to pair each line-number line
13858 # with the numbered line, and appends trailing '-' during
13859 # substitution so that $LINENO is not a special case at line end.
13860 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
13861 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
13862 sed '=' <$as_myself |
13867 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
13870 s,^['$as_cr_digits']*\n,,
13871 ' >$as_me.lineno
&&
13872 chmod +x
$as_me.lineno ||
13873 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
13874 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
13875 { (exit 1); exit 1; }; }
13877 # Don't try to exec as it changes $[0], causing all sort of problems
13878 # (the dirname of $[0] is not the place where we might find the
13879 # original and so on. Autoconf is especially sensible to this).
13881 # Exit status is that of the last command.
13886 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
13887 *c
*,-n*) ECHO_N
= ECHO_C
='
13889 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
13890 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
13893 if expr a
: '\(a\)' >/dev
/null
2>&1; then
13899 rm -f conf$$ conf$$.exe conf$$.
file
13901 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
13902 # We could just check for DJGPP; but this test a) works b) is more generic
13903 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
13904 if test -f conf$$.exe
; then
13905 # Don't use ln at all; we don't have any links
13910 elif ln conf$$.
file conf$$
2>/dev
/null
; then
13915 rm -f conf$$ conf$$.exe conf$$.
file
13917 if mkdir
-p .
2>/dev
/null
; then
13923 as_executable_p
="test -f"
13925 # Sed expression to map a string onto a valid CPP name.
13926 as_tr_cpp
="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
13928 # Sed expression to map a string onto a valid variable name.
13929 as_tr_sh
="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
13933 # We need space, tab and new line, in precisely that order.
13943 # Open the log real soon, to keep \$[0] and so on meaningful, and to
13944 # report actual input values of CONFIG_FILES etc. instead of their
13945 # values after options handling. Logging --version etc. is OK.
13949 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13950 ## Running $as_me. ##
13955 This file was extended by Wine $as_me 20021031, which was
13956 generated by GNU Autoconf 2.54. Invocation command line was
13958 CONFIG_FILES = $CONFIG_FILES
13959 CONFIG_HEADERS = $CONFIG_HEADERS
13960 CONFIG_LINKS = $CONFIG_LINKS
13961 CONFIG_COMMANDS = $CONFIG_COMMANDS
13965 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
13969 # Files that config.status was made for.
13970 if test -n "$ac_config_files"; then
13971 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
13974 if test -n "$ac_config_headers"; then
13975 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
13978 if test -n "$ac_config_links"; then
13979 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
13982 if test -n "$ac_config_commands"; then
13983 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
13986 cat >>$CONFIG_STATUS <<\_ACEOF
13989 \`$as_me' instantiates files from templates according to the
13990 current configuration.
13992 Usage: $0 [OPTIONS] [FILE]...
13994 -h, --help print this help, then exit
13995 -V, --version print version number, then exit
13996 -d, --debug don't remove temporary files
13997 --recheck update $as_me by reconfiguring in the same conditions
13998 --file=FILE[:TEMPLATE]
13999 instantiate the configuration file FILE
14000 --header=FILE[:TEMPLATE]
14001 instantiate the configuration header FILE
14003 Configuration files:
14006 Configuration headers:
14009 Configuration commands:
14012 Report bugs to <bug-autoconf@gnu.org>."
14015 cat >>$CONFIG_STATUS <<_ACEOF
14017 Wine config.status 20021031
14018 configured by $0, generated by GNU Autoconf 2.54,
14019 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
14021 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
14022 Free Software Foundation, Inc.
14023 This config.status script is free software; the Free Software Foundation
14024 gives unlimited permission to copy, distribute and modify it."
14029 cat >>$CONFIG_STATUS <<\_ACEOF
14030 # If no file are specified by the user, then we need to provide default
14031 # value. By we need to know if files were specified by the user.
14037 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
14038 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
14046 *) # This is not an option, so the user has probably given explicit
14049 ac_need_defaults
=false
;;
14053 # Handling of the options.
14055 cat >>$CONFIG_STATUS <<_ACEOF
14056 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14057 echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"
14058 exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;
14060 cat >>$CONFIG_STATUS <<\_ACEOF
14061 --version |
--vers* |
-V )
14062 echo "$ac_cs_version"; exit 0 ;;
14064 # Conflict between --help and --header
14065 { { echo "$as_me:$LINENO: error: ambiguous option: $1
14066 Try \`$0 --help' for more information." >&5
14067 echo "$as_me: error: ambiguous option: $1
14068 Try \`$0 --help' for more information." >&2;}
14069 { (exit 1); exit 1; }; };;
14070 --help |
--hel |
-h )
14071 echo "$ac_cs_usage"; exit 0 ;;
14072 --debug |
--d* |
-d )
14074 --file |
--fil |
--fi |
--f )
14076 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
14077 ac_need_defaults
=false
;;
14078 --header |
--heade |
--head |
--hea )
14080 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
14081 ac_need_defaults
=false
;;
14083 # This is an error.
14084 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
14085 Try \`$0 --help' for more information." >&5
14086 echo "$as_me: error: unrecognized option: $1
14087 Try \`$0 --help' for more information." >&2;}
14088 { (exit 1); exit 1; }; } ;;
14090 *) ac_config_targets
="$ac_config_targets $1" ;;
14102 cat >>$CONFIG_STATUS <<\_ACEOF
14103 for ac_config_target
in $ac_config_targets
14105 case "$ac_config_target" in
14106 # Handling of arguments.
14107 "Make.rules" ) CONFIG_FILES
="$CONFIG_FILES Make.rules" ;;
14108 "dlls/Makedll.rules" ) CONFIG_FILES
="$CONFIG_FILES dlls/Makedll.rules" ;;
14109 "dlls/Maketest.rules" ) CONFIG_FILES
="$CONFIG_FILES dlls/Maketest.rules" ;;
14110 "programs/Makeprog.rules" ) CONFIG_FILES
="$CONFIG_FILES programs/Makeprog.rules" ;;
14111 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
14112 "dlls/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/Makefile" ;;
14113 "dlls/advapi32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/Makefile" ;;
14114 "dlls/advapi32/tests/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
14115 "dlls/avicap32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/avicap32/Makefile" ;;
14116 "dlls/avifil32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/avifil32/Makefile" ;;
14117 "dlls/comcat/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/comcat/Makefile" ;;
14118 "dlls/comctl32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/Makefile" ;;
14119 "dlls/commdlg/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/commdlg/Makefile" ;;
14120 "dlls/crtdll/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/crtdll/Makefile" ;;
14121 "dlls/crypt32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/Makefile" ;;
14122 "dlls/d3d8/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/Makefile" ;;
14123 "dlls/dciman32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/dciman32/Makefile" ;;
14124 "dlls/ddraw/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/Makefile" ;;
14125 "dlls/devenum/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/devenum/Makefile" ;;
14126 "dlls/dinput/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/dinput/Makefile" ;;
14127 "dlls/dinput8/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/dinput8/Makefile" ;;
14128 "dlls/dplay/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/dplay/Makefile" ;;
14129 "dlls/dplayx/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/Makefile" ;;
14130 "dlls/dsound/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/dsound/Makefile" ;;
14131 "dlls/gdi/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/gdi/Makefile" ;;
14132 "dlls/gdi/tests/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/gdi/tests/Makefile" ;;
14133 "dlls/glu32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/glu32/Makefile" ;;
14134 "dlls/icmp/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/icmp/Makefile" ;;
14135 "dlls/imagehlp/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
14136 "dlls/imm32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/imm32/Makefile" ;;
14137 "dlls/kernel/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/kernel/Makefile" ;;
14138 "dlls/kernel/tests/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/kernel/tests/Makefile" ;;
14139 "dlls/lzexpand/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/lzexpand/Makefile" ;;
14140 "dlls/mapi32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/Makefile" ;;
14141 "dlls/mpr/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/mpr/Makefile" ;;
14142 "dlls/msacm/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/msacm/Makefile" ;;
14143 "dlls/msacm/imaadp32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/msacm/imaadp32/Makefile" ;;
14144 "dlls/msacm/msadp32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/msacm/msadp32/Makefile" ;;
14145 "dlls/msacm/msg711/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/msacm/msg711/Makefile" ;;
14146 "dlls/msacm/winemp3/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/msacm/winemp3/Makefile" ;;
14147 "dlls/msdmo/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/msdmo/Makefile" ;;
14148 "dlls/msimg32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/msimg32/Makefile" ;;
14149 "dlls/msisys/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/msisys/Makefile" ;;
14150 "dlls/msnet32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/msnet32/Makefile" ;;
14151 "dlls/msvcrt/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
14152 "dlls/msvcrt/tests/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
14153 "dlls/msvcrt20/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
14154 "dlls/msvideo/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/msvideo/Makefile" ;;
14155 "dlls/msvideo/msrle32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/msvideo/msrle32/Makefile" ;;
14156 "dlls/netapi32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/Makefile" ;;
14157 "dlls/netapi32/tests/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
14158 "dlls/ntdll/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/Makefile" ;;
14159 "dlls/ntdll/tests/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
14160 "dlls/odbc32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/odbc32/Makefile" ;;
14161 "dlls/ole32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/ole32/Makefile" ;;
14162 "dlls/oleaut32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
14163 "dlls/oleaut32/tests/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
14164 "dlls/olecli/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/olecli/Makefile" ;;
14165 "dlls/oledlg/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/oledlg/Makefile" ;;
14166 "dlls/olepro32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/olepro32/Makefile" ;;
14167 "dlls/olesvr/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/olesvr/Makefile" ;;
14168 "dlls/opengl32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/opengl32/Makefile" ;;
14169 "dlls/psapi/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/psapi/Makefile" ;;
14170 "dlls/qcap/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/qcap/Makefile" ;;
14171 "dlls/quartz/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/quartz/Makefile" ;;
14172 "dlls/rasapi32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
14173 "dlls/richedit/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/richedit/Makefile" ;;
14174 "dlls/rpcrt4/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
14175 "dlls/rpcrt4/tests/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
14176 "dlls/serialui/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/serialui/Makefile" ;;
14177 "dlls/setupapi/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/Makefile" ;;
14178 "dlls/shdocvw/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
14179 "dlls/shell32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/shell32/Makefile" ;;
14180 "dlls/shell32/tests/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
14181 "dlls/shfolder/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/shfolder/Makefile" ;;
14182 "dlls/shlwapi/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
14183 "dlls/shlwapi/tests/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
14184 "dlls/snmpapi/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
14185 "dlls/sti/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/sti/Makefile" ;;
14186 "dlls/tapi32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/tapi32/Makefile" ;;
14187 "dlls/ttydrv/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/ttydrv/Makefile" ;;
14188 "dlls/twain/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/twain/Makefile" ;;
14189 "dlls/url/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/url/Makefile" ;;
14190 "dlls/urlmon/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/Makefile" ;;
14191 "dlls/user/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/user/Makefile" ;;
14192 "dlls/user/tests/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/user/tests/Makefile" ;;
14193 "dlls/version/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/version/Makefile" ;;
14194 "dlls/win32s/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/win32s/Makefile" ;;
14195 "dlls/winaspi/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winaspi/Makefile" ;;
14196 "dlls/winedos/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winedos/Makefile" ;;
14197 "dlls/wineps/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/wineps/Makefile" ;;
14198 "dlls/wininet/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/wininet/Makefile" ;;
14199 "dlls/wininet/tests/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
14200 "dlls/winmm/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winmm/Makefile" ;;
14201 "dlls/winmm/joystick/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winmm/joystick/Makefile" ;;
14202 "dlls/winmm/mcianim/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winmm/mcianim/Makefile" ;;
14203 "dlls/winmm/mciavi/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winmm/mciavi/Makefile" ;;
14204 "dlls/winmm/mcicda/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winmm/mcicda/Makefile" ;;
14205 "dlls/winmm/mciseq/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winmm/mciseq/Makefile" ;;
14206 "dlls/winmm/mciwave/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winmm/mciwave/Makefile" ;;
14207 "dlls/winmm/midimap/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winmm/midimap/Makefile" ;;
14208 "dlls/winmm/wavemap/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winmm/wavemap/Makefile" ;;
14209 "dlls/winmm/winealsa/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winmm/winealsa/Makefile" ;;
14210 "dlls/winmm/winearts/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winmm/winearts/Makefile" ;;
14211 "dlls/winmm/wineaudioio/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winmm/wineaudioio/Makefile" ;;
14212 "dlls/winmm/winenas/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winmm/winenas/Makefile" ;;
14213 "dlls/winmm/wineoss/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winmm/wineoss/Makefile" ;;
14214 "dlls/winnls/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winnls/Makefile" ;;
14215 "dlls/winsock/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winsock/Makefile" ;;
14216 "dlls/winsock/tests/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winsock/tests/Makefile" ;;
14217 "dlls/winspool/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winspool/Makefile" ;;
14218 "dlls/wintrust/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/Makefile" ;;
14219 "dlls/wow32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/wow32/Makefile" ;;
14220 "dlls/wsock32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/wsock32/Makefile" ;;
14221 "dlls/x11drv/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/x11drv/Makefile" ;;
14222 "documentation/Makefile" ) CONFIG_FILES
="$CONFIG_FILES documentation/Makefile" ;;
14223 "include/Makefile" ) CONFIG_FILES
="$CONFIG_FILES include/Makefile" ;;
14224 "library/Makefile" ) CONFIG_FILES
="$CONFIG_FILES library/Makefile" ;;
14225 "miscemu/Makefile" ) CONFIG_FILES
="$CONFIG_FILES miscemu/Makefile" ;;
14226 "ole/Makefile" ) CONFIG_FILES
="$CONFIG_FILES ole/Makefile" ;;
14227 "programs/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/Makefile" ;;
14228 "programs/avitools/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/avitools/Makefile" ;;
14229 "programs/clock/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/clock/Makefile" ;;
14230 "programs/cmdlgtst/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
14231 "programs/control/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/control/Makefile" ;;
14232 "programs/expand/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/expand/Makefile" ;;
14233 "programs/notepad/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/notepad/Makefile" ;;
14234 "programs/osversioncheck/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/osversioncheck/Makefile" ;;
14235 "programs/progman/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/progman/Makefile" ;;
14236 "programs/regapi/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/regapi/Makefile" ;;
14237 "programs/regedit/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/regedit/Makefile" ;;
14238 "programs/regsvr32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/regsvr32/Makefile" ;;
14239 "programs/regtest/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/regtest/Makefile" ;;
14240 "programs/uninstaller/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/uninstaller/Makefile" ;;
14241 "programs/view/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/view/Makefile" ;;
14242 "programs/wcmd/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/wcmd/Makefile" ;;
14243 "programs/wineconsole/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/wineconsole/Makefile" ;;
14244 "programs/winedbg/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/winedbg/Makefile" ;;
14245 "programs/winefile/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/winefile/Makefile" ;;
14246 "programs/winemine/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/winemine/Makefile" ;;
14247 "programs/winepath/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/winepath/Makefile" ;;
14248 "programs/winetest/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/winetest/Makefile" ;;
14249 "programs/winhelp/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/winhelp/Makefile" ;;
14250 "programs/winver/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/winver/Makefile" ;;
14251 "server/Makefile" ) CONFIG_FILES
="$CONFIG_FILES server/Makefile" ;;
14252 "tools/Makefile" ) CONFIG_FILES
="$CONFIG_FILES tools/Makefile" ;;
14253 "tools/widl/Makefile" ) CONFIG_FILES
="$CONFIG_FILES tools/widl/Makefile" ;;
14254 "tools/winapi/Makefile" ) CONFIG_FILES
="$CONFIG_FILES tools/winapi/Makefile" ;;
14255 "tools/winebuild/Makefile" ) CONFIG_FILES
="$CONFIG_FILES tools/winebuild/Makefile" ;;
14256 "tools/winedump/Makefile" ) CONFIG_FILES
="$CONFIG_FILES tools/winedump/Makefile" ;;
14257 "tools/wmc/Makefile" ) CONFIG_FILES
="$CONFIG_FILES tools/wmc/Makefile" ;;
14258 "tools/wpp/Makefile" ) CONFIG_FILES
="$CONFIG_FILES tools/wpp/Makefile" ;;
14259 "tools/wrc/Makefile" ) CONFIG_FILES
="$CONFIG_FILES tools/wrc/Makefile" ;;
14260 "unicode/Makefile" ) CONFIG_FILES
="$CONFIG_FILES unicode/Makefile" ;;
14261 "controls" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS controls" ;;
14262 "dlls/ddraw/d3ddevice" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/ddraw/d3ddevice" ;;
14263 "dlls/ddraw/dclipper" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/ddraw/dclipper" ;;
14264 "dlls/ddraw/ddraw" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/ddraw/ddraw" ;;
14265 "dlls/ddraw/direct3d" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/ddraw/direct3d" ;;
14266 "dlls/ddraw/dpalette" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/ddraw/dpalette" ;;
14267 "dlls/ddraw/dsurface" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/ddraw/dsurface" ;;
14268 "dlls/dinput/joystick" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/dinput/joystick" ;;
14269 "dlls/dinput/keyboard" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/dinput/keyboard" ;;
14270 "dlls/dinput/mouse" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/dinput/mouse" ;;
14271 "dlls/gdi/enhmfdrv" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi/enhmfdrv" ;;
14272 "dlls/gdi/mfdrv" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi/mfdrv" ;;
14273 "dlls/gdi/win16drv" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi/win16drv" ;;
14274 "dlls/kernel/messages" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/kernel/messages" ;;
14275 "dlls/user/dde" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/user/dde" ;;
14276 "dlls/user/resources" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/user/resources" ;;
14277 "dlls/wineps/data" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/wineps/data" ;;
14278 "files" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS files" ;;
14279 "graphics" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS graphics" ;;
14280 "graphics/x11drv" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS graphics/x11drv" ;;
14281 "if1632" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS if1632" ;;
14282 "include/wine" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS include/wine" ;;
14283 "loader" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS loader" ;;
14284 "loader/ne" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS loader/ne" ;;
14285 "memory" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS memory" ;;
14286 "misc" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS misc" ;;
14287 "msdos" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS msdos" ;;
14288 "objects" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS objects" ;;
14289 "programs/regapi/tests" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS programs/regapi/tests" ;;
14290 "programs/regedit/tests" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS programs/regedit/tests" ;;
14291 "programs/winetest/tests" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS programs/winetest/tests" ;;
14292 "relay32" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS relay32" ;;
14293 "scheduler" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS scheduler" ;;
14294 "win32" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS win32" ;;
14295 "windows" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS windows" ;;
14296 "include/config.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
14297 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
14298 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
14299 { (exit 1); exit 1; }; };;
14303 # If the user did not use the arguments to specify the items to instantiate,
14304 # then the envvar interface is used. Set only those that are not.
14305 # We use the long form for the default assignment because of an extremely
14306 # bizarre bug on SunOS 4.1.3.
14307 if $ac_need_defaults; then
14308 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
14309 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
14310 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
14313 # Create a temporary directory, and hook for its removal unless debugging.
14316 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
14317 trap '{ (exit 1); exit 1; }' 1 2 13 15
14320 # Create a (secure) tmp directory for tmp files.
14323 tmp
=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
14324 test -n "$tmp" && test -d "$tmp"
14327 tmp
=$TMPDIR/cs$$
-$RANDOM
14328 (umask 077 && mkdir
$tmp)
14331 echo "$me: cannot create a temporary directory in $TMPDIR" >&2
14332 { (exit 1); exit 1; }
14337 cat >>$CONFIG_STATUS <<_ACEOF
14340 # CONFIG_FILES section.
14343 # No need to generate the scripts if there are no CONFIG_FILES.
14344 # This happens for instance when ./config.status config.h
14345 if test -n "\$CONFIG_FILES"; then
14346 # Protect against being on the right side of a sed subst in config.status.
14347 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
14348 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
14349 s,@SHELL@,$SHELL,;t t
14350 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
14351 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
14352 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
14353 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
14354 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
14355 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
14356 s,@exec_prefix@,$exec_prefix,;t t
14357 s,@prefix@,$prefix,;t t
14358 s,@program_transform_name@,$program_transform_name,;t t
14359 s,@bindir@,$bindir,;t t
14360 s,@sbindir@,$sbindir,;t t
14361 s,@libexecdir@,$libexecdir,;t t
14362 s,@datadir@,$datadir,;t t
14363 s,@sysconfdir@,$sysconfdir,;t t
14364 s,@sharedstatedir@,$sharedstatedir,;t t
14365 s,@localstatedir@,$localstatedir,;t t
14366 s,@libdir@,$libdir,;t t
14367 s,@includedir@,$includedir,;t t
14368 s,@oldincludedir@,$oldincludedir,;t t
14369 s,@infodir@,$infodir,;t t
14370 s,@mandir@,$mandir,;t t
14371 s,@build_alias@,$build_alias,;t t
14372 s,@host_alias@,$host_alias,;t t
14373 s,@target_alias@,$target_alias,;t t
14374 s,@DEFS@,$DEFS,;t t
14375 s,@ECHO_C@,$ECHO_C,;t t
14376 s,@ECHO_N@,$ECHO_N,;t t
14377 s,@ECHO_T@,$ECHO_T,;t t
14378 s,@LIBS@,$LIBS,;t t
14379 s,@LIBEXT@,$LIBEXT,;t t
14380 s,@OPTIONS@,$OPTIONS,;t t
14381 s,@WIN16_FILES@,$WIN16_FILES,;t t
14382 s,@WIN16_INSTALL@,$WIN16_INSTALL,;t t
14383 s,@build@,$build,;t t
14384 s,@build_cpu@,$build_cpu,;t t
14385 s,@build_vendor@,$build_vendor,;t t
14386 s,@build_os@,$build_os,;t t
14387 s,@host@,$host,;t t
14388 s,@host_cpu@,$host_cpu,;t t
14389 s,@host_vendor@,$host_vendor,;t t
14390 s,@host_os@,$host_os,;t t
14391 s,@SET_MAKE@,$SET_MAKE,;t t
14393 s,@CFLAGS@,$CFLAGS,;t t
14394 s,@LDFLAGS@,$LDFLAGS,;t t
14395 s,@CPPFLAGS@,$CPPFLAGS,;t t
14396 s,@ac_ct_CC@,$ac_ct_CC,;t t
14397 s,@EXEEXT@,$EXEEXT,;t t
14398 s,@OBJEXT@,$OBJEXT,;t t
14400 s,@TOOLSDIR@,$TOOLSDIR,;t t
14401 s,@X_CFLAGS@,$X_CFLAGS,;t t
14402 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
14403 s,@X_LIBS@,$X_LIBS,;t t
14404 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
14405 s,@YACC@,$YACC,;t t
14407 s,@LEXLIB@,$LEXLIB,;t t
14408 s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
14409 s,@XYACC@,$XYACC,;t t
14410 s,@XLEX@,$XLEX,;t t
14412 s,@ac_ct_LD@,$ac_ct_LD,;t t
14414 s,@ac_ct_AR@,$ac_ct_AR,;t t
14415 s,@RANLIB@,$RANLIB,;t t
14416 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
14417 s,@STRIP@,$STRIP,;t t
14418 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
14419 s,@WINDRES@,$WINDRES,;t t
14420 s,@ac_ct_WINDRES@,$ac_ct_WINDRES,;t t
14421 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
14422 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
14423 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
14424 s,@LN_S@,$LN_S,;t t
14426 s,@C2MAN@,$C2MAN,;t t
14427 s,@LDCONFIG@,$LDCONFIG,;t t
14428 s,@LINT@,$LINT,;t t
14429 s,@LINTFLAGS@,$LINTFLAGS,;t t
14430 s,@JPEGLIB@,$JPEGLIB,;t t
14431 s,@EGREP@,$EGREP,;t t
14432 s,@XLIB@,$XLIB,;t t
14433 s,@XFILES@,$XFILES,;t t
14434 s,@OPENGLFILES@,$OPENGLFILES,;t t
14435 s,@GLU32FILES@,$GLU32FILES,;t t
14436 s,@NASLIBS@,$NASLIBS,;t t
14437 s,@CURSESLIBS@,$CURSESLIBS,;t t
14438 s,@CUPSLIBS@,$CUPSLIBS,;t t
14439 s,@sane_devel@,$sane_devel,;t t
14440 s,@SANELIBS@,$SANELIBS,;t t
14441 s,@SANEINCL@,$SANEINCL,;t t
14442 s,@ft_devel@,$ft_devel,;t t
14443 s,@ft_devel2@,$ft_devel2,;t t
14444 s,@FREETYPEINCL@,$FREETYPEINCL,;t t
14445 s,@ARTSCCONFIG@,$ARTSCCONFIG,;t t
14446 s,@ARTSLIBS@,$ARTSLIBS,;t t
14447 s,@ARTSINCL@,$ARTSINCL,;t t
14448 s,@ALSALIBS@,$ALSALIBS,;t t
14449 s,@AUDIOIOLIBS@,$AUDIOIOLIBS,;t t
14450 s,@DLLEXT@,$DLLEXT,;t t
14451 s,@DLLFLAGS@,$DLLFLAGS,;t t
14452 s,@DLLIBS@,$DLLIBS,;t t
14453 s,@LDDLLFLAGS@,$LDDLLFLAGS,;t t
14454 s,@LDSHARED@,$LDSHARED,;t t
14455 s,@DLLWRAP@,$DLLWRAP,;t t
14456 s,@ac_ct_DLLWRAP@,$ac_ct_DLLWRAP,;t t
14457 s,@CROSSTEST@,$CROSSTEST,;t t
14458 s,@CROSSCC@,$CROSSCC,;t t
14459 s,@DLLTOOL@,$DLLTOOL,;t t
14460 s,@LDPATH@,$LDPATH,;t t
14461 s,@CRTLIBS@,$CRTLIBS,;t t
14463 s,@ALLOCA@,$ALLOCA,;t t
14464 s,@LIBOBJS@,$LIBOBJS,;t t
14465 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
14466 /@MAKE_RULES@/r $MAKE_RULES
14467 s,@MAKE_RULES@,,;t t
14468 /@MAKE_DLL_RULES@/r $MAKE_DLL_RULES
14469 s,@MAKE_DLL_RULES@,,;t t
14470 /@MAKE_TEST_RULES@/r $MAKE_TEST_RULES
14471 s,@MAKE_TEST_RULES@,,;t t
14472 /@MAKE_PROG_RULES@/r $MAKE_PROG_RULES
14473 s,@MAKE_PROG_RULES@,,;t t
14478 cat >>$CONFIG_STATUS <<\_ACEOF
14479 # Split the substitutions into bite-sized pieces for seds with
14480 # small command number limits, like on Digital OSF/1 and HP-UX.
14481 ac_max_sed_lines
=48
14482 ac_sed_frag
=1 # Number of current file.
14483 ac_beg
=1 # First line for current file.
14484 ac_end
=$ac_max_sed_lines # Line after last line for current file.
14487 while $ac_more_lines; do
14488 if test $ac_beg -gt 1; then
14489 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
14491 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
14493 if test ! -s $tmp/subs.frag
; then
14494 ac_more_lines
=false
14496 # The purpose of the label and of the branching condition is to
14497 # speed up the sed processing (if there are no `@' at all, there
14498 # is no need to browse any of the substitutions).
14499 # These are the two extra sed commands mentioned above.
14501 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
14502 if test -z "$ac_sed_cmds"; then
14503 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
14505 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
14507 ac_sed_frag
=`expr $ac_sed_frag + 1`
14509 ac_end
=`expr $ac_end + $ac_max_sed_lines`
14512 if test -z "$ac_sed_cmds"; then
14515 fi # test -n "$CONFIG_FILES"
14518 cat >>$CONFIG_STATUS <<\_ACEOF
14519 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
14520 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
14522 - |
*:- |
*:-:* ) # input from stdin
14524 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
14525 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
14526 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
14527 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
14528 * ) ac_file_in
=$ac_file.
in ;;
14531 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
14532 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
14533 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14534 X"$ac_file" : 'X\(//\)[^/]' \| \
14535 X"$ac_file" : 'X\(//\)$' \| \
14536 X"$ac_file" : 'X\(/\)' \| \
14537 . : '\(.\)' 2>/dev/null ||
14539 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14540 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14541 /^X\(\/\/\)$/{ s//\1/; q; }
14542 /^X\(\/\).*/{ s//\1/; q; }
14544 { if $as_mkdir_p; then
14549 while test ! -d "$as_dir"; do
14550 as_dirs
="$as_dir $as_dirs"
14551 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
14552 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14553 X"$as_dir" : 'X\(//\)[^/]' \| \
14554 X"$as_dir" : 'X\(//\)$' \| \
14555 X"$as_dir" : 'X\(/\)' \| \
14556 . : '\(.\)' 2>/dev/null ||
14558 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14559 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14560 /^X\(\/\/\)$/{ s//\1/; q; }
14561 /^X\(\/\).*/{ s//\1/; q; }
14564 test ! -n "$as_dirs" || mkdir
$as_dirs
14565 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
14566 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
14567 { (exit 1); exit 1; }; }; }
14571 if test "$ac_dir" != .
; then
14572 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
14573 # A "../" for each directory in $ac_dir_suffix.
14574 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
14576 ac_dir_suffix
= ac_top_builddir
=
14580 .
) # No --srcdir option. We are building in place.
14582 if test -z "$ac_top_builddir"; then
14585 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
14587 [\\/]* | ?
:[\\/]* ) # Absolute path.
14588 ac_srcdir
=$srcdir$ac_dir_suffix;
14589 ac_top_srcdir
=$srcdir ;;
14590 *) # Relative path.
14591 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
14592 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
14594 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
14596 ac_abs_builddir
=`cd "$ac_dir" && cd $ac_builddir && pwd`
14597 ac_abs_top_builddir
=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
14598 ac_abs_srcdir
=`cd "$ac_dir" && cd $ac_srcdir && pwd`
14599 ac_abs_top_srcdir
=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
14603 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
14604 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
14607 if test x
"$ac_file" != x-
; then
14608 { echo "$as_me:$LINENO: creating $ac_file" >&5
14609 echo "$as_me: creating $ac_file" >&6;}
14612 # Let's still pretend it is `configure' which instantiates (i.e., don't
14613 # use $as_me), people would be surprised to read:
14614 # /* config.h. Generated by config.status. */
14615 if test x
"$ac_file" = x-
; then
14618 configure_input
="$ac_file. "
14620 configure_input
=$configure_input"Generated from `echo $ac_file_in |
14621 sed 's,.*/,,'` by configure."
14623 # First look for the input files in the build tree, otherwise in the
14625 ac_file_inputs
=`IFS=:
14626 for f in $ac_file_in; do
14628 -) echo $tmp/stdin ;;
14630 # Absolute (can't be DOS-style, as IFS=:)
14631 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14632 echo "$as_me: error: cannot find input file: $f" >&2;}
14633 { (exit 1); exit 1; }; }
14636 if test -f "$f"; then
14639 elif test -f "$srcdir/$f"; then
14644 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14645 echo "$as_me: error: cannot find input file: $f" >&2;}
14646 { (exit 1); exit 1; }; }
14649 done` ||
{ (exit 1); exit 1; }
14651 cat >>$CONFIG_STATUS <<_ACEOF
14655 cat >>$CONFIG_STATUS <<\_ACEOF
14657 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
14658 s
,@configure_input@
,$configure_input,;t t
14659 s
,@srcdir@
,$ac_srcdir,;t t
14660 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
14661 s
,@top_srcdir@
,$ac_top_srcdir,;t t
14662 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
14663 s
,@builddir@
,$ac_builddir,;t t
14664 s
,@abs_builddir@
,$ac_abs_builddir,;t t
14665 s
,@top_builddir@
,$ac_top_builddir,;t t
14666 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
14667 s
,@INSTALL@
,$ac_INSTALL,;t t
14668 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
14670 if test x"$ac_file" != x-; then
14671 mv $tmp/out $ac_file
14679 cat >>$CONFIG_STATUS <<\_ACEOF
14682 # CONFIG_HEADER section.
14685 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
14686 # NAME is the cpp macro being defined and VALUE is the value it is being given.
14688 # ac_d sets the value in "#define NAME VALUE" lines.
14689 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
14690 ac_dB
='[ ].*$,\1#\2'
14693 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
14694 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
14695 ac_uB
='$,\1#\2define\3'
14699 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
14700 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
14702 - |
*:- |
*:-:* ) # input from stdin
14704 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
14705 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
14706 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
14707 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
14708 * ) ac_file_in
=$ac_file.
in ;;
14711 test x
"$ac_file" != x-
&& { echo "$as_me:$LINENO: creating $ac_file" >&5
14712 echo "$as_me: creating $ac_file" >&6;}
14714 # First look for the input files in the build tree, otherwise in the
14716 ac_file_inputs
=`IFS=:
14717 for f in $ac_file_in; do
14719 -) echo $tmp/stdin ;;
14721 # Absolute (can't be DOS-style, as IFS=:)
14722 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14723 echo "$as_me: error: cannot find input file: $f" >&2;}
14724 { (exit 1); exit 1; }; }
14727 if test -f "$f"; then
14730 elif test -f "$srcdir/$f"; then
14735 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14736 echo "$as_me: error: cannot find input file: $f" >&2;}
14737 { (exit 1); exit 1; }; }
14740 done` ||
{ (exit 1); exit 1; }
14741 # Remove the trailing spaces.
14742 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
14746 # Transform confdefs.h into two sed scripts, `conftest.defines' and
14747 # `conftest.undefs', that substitutes the proper values into
14748 # config.h.in to produce config.h. The first handles `#define'
14749 # templates, and the second `#undef' templates.
14750 # And first: Protect against being on the right side of a sed subst in
14751 # config.status. Protect against being in an unquoted here document
14752 # in config.status.
14753 rm -f conftest.defines conftest.undefs
14754 # Using a here document instead of a string reduces the quoting nightmare.
14755 # Putting comments in sed scripts is not portable.
14757 # `end' is used to avoid that the second main sed command (meant for
14758 # 0-ary CPP macros) applies to n-ary macro definitions.
14759 # See the Autoconf documentation for `clear'.
14760 cat >confdef2sed.
sed <<\_ACEOF
14765 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
14767 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
14770 # If some macros were called several times there might be several times
14771 # the same #defines, which is useless. Nevertheless, we may not want to
14772 # sort them, since we want the *last* AC-DEFINE to be honored.
14773 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
14774 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
14775 rm -f confdef2sed.sed
14777 # This sed command replaces #undef with comments. This is necessary, for
14778 # example, in the case of _POSIX_SOURCE, which is predefined and required
14779 # on some systems where configure will not decide to define it.
14780 cat >>conftest.undefs <<\_ACEOF
14781 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
14784 # Break up conftest.defines because some shells have a limit on the size
14785 # of here documents, and old seds have small limits too (100 cmds).
14786 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
14787 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
14788 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
14789 echo ' :' >>$CONFIG_STATUS
14790 rm -f conftest.tail
14791 while grep . conftest.defines >/dev/null
14793 # Write a limited-size here document to $tmp/defines.sed.
14794 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
14795 # Speed up: don't consider the non `#define' lines.
14796 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
14797 # Work around the forget-to-reset-the-flag bug.
14798 echo 't clr' >>$CONFIG_STATUS
14799 echo ': clr' >>$CONFIG_STATUS
14800 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
14802 sed -f $tmp/defines.sed $tmp/in >$tmp/out
14804 mv $tmp/out $tmp/in
14806 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
14807 rm -f conftest.defines
14808 mv conftest.
tail conftest.defines
14810 rm -f conftest.defines
14811 echo ' fi # grep' >>$CONFIG_STATUS
14812 echo >>$CONFIG_STATUS
14814 # Break up conftest.undefs because some shells have a limit on the size
14815 # of here documents, and old seds have small limits too (100 cmds).
14816 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
14817 rm -f conftest.
tail
14818 while grep . conftest.undefs
>/dev
/null
14820 # Write a limited-size here document to $tmp/undefs.sed.
14821 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
14822 # Speed up: don't consider the non
`#undef'
14823 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
14824 # Work around the forget-to-reset-the-flag bug.
14825 echo 't clr' >>$CONFIG_STATUS
14826 echo ': clr' >>$CONFIG_STATUS
14827 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
14829 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
14831 mv $tmp/out $tmp/in
14833 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
14834 rm -f conftest.undefs
14835 mv conftest.tail conftest.undefs
14837 rm -f conftest.undefs
14839 cat >>$CONFIG_STATUS <<\_ACEOF
14840 # Let's still pretend it is `configure
' which instantiates (i.e., don't
14841 # use $as_me), people would be surprised to read:
14842 # /* config.h. Generated by config.status. */
14843 if test x
"$ac_file" = x-
; then
14844 echo "/* Generated by configure. */" >$tmp/config.h
14846 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
14848 cat $tmp/in >>$tmp/config.h
14850 if test x
"$ac_file" != x-
; then
14851 if cmp -s $ac_file $tmp/config.h
2>/dev
/null
; then
14852 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
14853 echo "$as_me: $ac_file is unchanged" >&6;}
14855 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
14856 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14857 X"$ac_file" : 'X\(//\)[^/]' \| \
14858 X"$ac_file" : 'X\(//\)$' \| \
14859 X"$ac_file" : 'X\(/\)' \| \
14860 . : '\(.\)' 2>/dev/null ||
14862 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14863 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14864 /^X\(\/\/\)$/{ s//\1/; q; }
14865 /^X\(\/\).*/{ s//\1/; q; }
14867 { if $as_mkdir_p; then
14872 while test ! -d "$as_dir"; do
14873 as_dirs
="$as_dir $as_dirs"
14874 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
14875 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14876 X"$as_dir" : 'X\(//\)[^/]' \| \
14877 X"$as_dir" : 'X\(//\)$' \| \
14878 X"$as_dir" : 'X\(/\)' \| \
14879 . : '\(.\)' 2>/dev/null ||
14881 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14882 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14883 /^X\(\/\/\)$/{ s//\1/; q; }
14884 /^X\(\/\).*/{ s//\1/; q; }
14887 test ! -n "$as_dirs" || mkdir
$as_dirs
14888 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
14889 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
14890 { (exit 1); exit 1; }; }; }
14893 mv $tmp/config.h
$ac_file
14897 rm -f $tmp/config.h
14901 cat >>$CONFIG_STATUS <<\_ACEOF
14904 # CONFIG_COMMANDS section.
14906 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
14907 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
14908 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
14909 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
14910 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14911 X"$ac_dest" : 'X\(//\)[^/]' \| \
14912 X"$ac_dest" : 'X\(//\)$' \| \
14913 X"$ac_dest" : 'X\(/\)' \| \
14914 . : '\(.\)' 2>/dev/null ||
14916 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14917 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14918 /^X\(\/\/\)$/{ s//\1/; q; }
14919 /^X\(\/\).*/{ s//\1/; q; }
14923 if test "$ac_dir" != .
; then
14924 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
14925 # A "../" for each directory in $ac_dir_suffix.
14926 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
14928 ac_dir_suffix
= ac_top_builddir
=
14932 .
) # No --srcdir option. We are building in place.
14934 if test -z "$ac_top_builddir"; then
14937 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
14939 [\\/]* | ?
:[\\/]* ) # Absolute path.
14940 ac_srcdir
=$srcdir$ac_dir_suffix;
14941 ac_top_srcdir
=$srcdir ;;
14942 *) # Relative path.
14943 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
14944 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
14946 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
14948 ac_abs_builddir
=`cd "$ac_dir" && cd $ac_builddir && pwd`
14949 ac_abs_top_builddir
=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
14950 ac_abs_srcdir
=`cd "$ac_dir" && cd $ac_srcdir && pwd`
14951 ac_abs_top_srcdir
=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
14954 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
14955 echo "$as_me: executing $ac_dest commands" >&6;}
14957 controls
) test -d "controls" ||
({ echo "$as_me:$LINENO: creating controls" >&5
14958 echo "$as_me: creating controls" >&6;} && mkdir
"controls") ;;
14959 dlls
/ddraw
/d3ddevice
) test -d "dlls/ddraw/d3ddevice" ||
({ echo "$as_me:$LINENO: creating dlls/ddraw/d3ddevice" >&5
14960 echo "$as_me: creating dlls/ddraw/d3ddevice" >&6;} && mkdir
"dlls/ddraw/d3ddevice") ;;
14961 dlls
/ddraw
/dclipper
) test -d "dlls/ddraw/dclipper" ||
({ echo "$as_me:$LINENO: creating dlls/ddraw/dclipper" >&5
14962 echo "$as_me: creating dlls/ddraw/dclipper" >&6;} && mkdir
"dlls/ddraw/dclipper") ;;
14963 dlls
/ddraw
/ddraw
) test -d "dlls/ddraw/ddraw" ||
({ echo "$as_me:$LINENO: creating dlls/ddraw/ddraw" >&5
14964 echo "$as_me: creating dlls/ddraw/ddraw" >&6;} && mkdir
"dlls/ddraw/ddraw") ;;
14965 dlls
/ddraw
/direct3d
) test -d "dlls/ddraw/direct3d" ||
({ echo "$as_me:$LINENO: creating dlls/ddraw/direct3d" >&5
14966 echo "$as_me: creating dlls/ddraw/direct3d" >&6;} && mkdir
"dlls/ddraw/direct3d") ;;
14967 dlls
/ddraw
/dpalette
) test -d "dlls/ddraw/dpalette" ||
({ echo "$as_me:$LINENO: creating dlls/ddraw/dpalette" >&5
14968 echo "$as_me: creating dlls/ddraw/dpalette" >&6;} && mkdir
"dlls/ddraw/dpalette") ;;
14969 dlls
/ddraw
/dsurface
) test -d "dlls/ddraw/dsurface" ||
({ echo "$as_me:$LINENO: creating dlls/ddraw/dsurface" >&5
14970 echo "$as_me: creating dlls/ddraw/dsurface" >&6;} && mkdir
"dlls/ddraw/dsurface") ;;
14971 dlls
/dinput
/joystick
) test -d "dlls/dinput/joystick" ||
({ echo "$as_me:$LINENO: creating dlls/dinput/joystick" >&5
14972 echo "$as_me: creating dlls/dinput/joystick" >&6;} && mkdir
"dlls/dinput/joystick") ;;
14973 dlls
/dinput
/keyboard
) test -d "dlls/dinput/keyboard" ||
({ echo "$as_me:$LINENO: creating dlls/dinput/keyboard" >&5
14974 echo "$as_me: creating dlls/dinput/keyboard" >&6;} && mkdir
"dlls/dinput/keyboard") ;;
14975 dlls
/dinput
/mouse
) test -d "dlls/dinput/mouse" ||
({ echo "$as_me:$LINENO: creating dlls/dinput/mouse" >&5
14976 echo "$as_me: creating dlls/dinput/mouse" >&6;} && mkdir
"dlls/dinput/mouse") ;;
14977 dlls
/gdi
/enhmfdrv
) test -d "dlls/gdi/enhmfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi/enhmfdrv" >&5
14978 echo "$as_me: creating dlls/gdi/enhmfdrv" >&6;} && mkdir
"dlls/gdi/enhmfdrv") ;;
14979 dlls
/gdi
/mfdrv
) test -d "dlls/gdi/mfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi/mfdrv" >&5
14980 echo "$as_me: creating dlls/gdi/mfdrv" >&6;} && mkdir
"dlls/gdi/mfdrv") ;;
14981 dlls
/gdi
/win16drv
) test -d "dlls/gdi/win16drv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi/win16drv" >&5
14982 echo "$as_me: creating dlls/gdi/win16drv" >&6;} && mkdir
"dlls/gdi/win16drv") ;;
14983 dlls
/kernel
/messages
) test -d "dlls/kernel/messages" ||
({ echo "$as_me:$LINENO: creating dlls/kernel/messages" >&5
14984 echo "$as_me: creating dlls/kernel/messages" >&6;} && mkdir
"dlls/kernel/messages") ;;
14985 dlls
/user
/dde
) test -d "dlls/user/dde" ||
({ echo "$as_me:$LINENO: creating dlls/user/dde" >&5
14986 echo "$as_me: creating dlls/user/dde" >&6;} && mkdir
"dlls/user/dde") ;;
14987 dlls
/user
/resources
) test -d "dlls/user/resources" ||
({ echo "$as_me:$LINENO: creating dlls/user/resources" >&5
14988 echo "$as_me: creating dlls/user/resources" >&6;} && mkdir
"dlls/user/resources") ;;
14989 dlls
/wineps
/data
) test -d "dlls/wineps/data" ||
({ echo "$as_me:$LINENO: creating dlls/wineps/data" >&5
14990 echo "$as_me: creating dlls/wineps/data" >&6;} && mkdir
"dlls/wineps/data") ;;
14991 files
) test -d "files" ||
({ echo "$as_me:$LINENO: creating files" >&5
14992 echo "$as_me: creating files" >&6;} && mkdir
"files") ;;
14993 graphics
) test -d "graphics" ||
({ echo "$as_me:$LINENO: creating graphics" >&5
14994 echo "$as_me: creating graphics" >&6;} && mkdir
"graphics") ;;
14995 graphics
/x11drv
) test -d "graphics/x11drv" ||
({ echo "$as_me:$LINENO: creating graphics/x11drv" >&5
14996 echo "$as_me: creating graphics/x11drv" >&6;} && mkdir
"graphics/x11drv") ;;
14997 if1632
) test -d "if1632" ||
({ echo "$as_me:$LINENO: creating if1632" >&5
14998 echo "$as_me: creating if1632" >&6;} && mkdir
"if1632") ;;
14999 include
/wine
) test -d "include/wine" ||
({ echo "$as_me:$LINENO: creating include/wine" >&5
15000 echo "$as_me: creating include/wine" >&6;} && mkdir
"include/wine") ;;
15001 loader
) test -d "loader" ||
({ echo "$as_me:$LINENO: creating loader" >&5
15002 echo "$as_me: creating loader" >&6;} && mkdir
"loader") ;;
15003 loader
/ne
) test -d "loader/ne" ||
({ echo "$as_me:$LINENO: creating loader/ne" >&5
15004 echo "$as_me: creating loader/ne" >&6;} && mkdir
"loader/ne") ;;
15005 memory
) test -d "memory" ||
({ echo "$as_me:$LINENO: creating memory" >&5
15006 echo "$as_me: creating memory" >&6;} && mkdir
"memory") ;;
15007 misc
) test -d "misc" ||
({ echo "$as_me:$LINENO: creating misc" >&5
15008 echo "$as_me: creating misc" >&6;} && mkdir
"misc") ;;
15009 msdos
) test -d "msdos" ||
({ echo "$as_me:$LINENO: creating msdos" >&5
15010 echo "$as_me: creating msdos" >&6;} && mkdir
"msdos") ;;
15011 objects
) test -d "objects" ||
({ echo "$as_me:$LINENO: creating objects" >&5
15012 echo "$as_me: creating objects" >&6;} && mkdir
"objects") ;;
15013 programs
/regapi
/tests
) test -d "programs/regapi/tests" ||
({ echo "$as_me:$LINENO: creating programs/regapi/tests" >&5
15014 echo "$as_me: creating programs/regapi/tests" >&6;} && mkdir
"programs/regapi/tests") ;;
15015 programs
/regedit
/tests
) test -d "programs/regedit/tests" ||
({ echo "$as_me:$LINENO: creating programs/regedit/tests" >&5
15016 echo "$as_me: creating programs/regedit/tests" >&6;} && mkdir
"programs/regedit/tests") ;;
15017 programs
/winetest
/tests
) test -d "programs/winetest/tests" ||
({ echo "$as_me:$LINENO: creating programs/winetest/tests" >&5
15018 echo "$as_me: creating programs/winetest/tests" >&6;} && mkdir
"programs/winetest/tests") ;;
15019 relay32
) test -d "relay32" ||
({ echo "$as_me:$LINENO: creating relay32" >&5
15020 echo "$as_me: creating relay32" >&6;} && mkdir
"relay32") ;;
15021 scheduler
) test -d "scheduler" ||
({ echo "$as_me:$LINENO: creating scheduler" >&5
15022 echo "$as_me: creating scheduler" >&6;} && mkdir
"scheduler") ;;
15023 win32
) test -d "win32" ||
({ echo "$as_me:$LINENO: creating win32" >&5
15024 echo "$as_me: creating win32" >&6;} && mkdir
"win32") ;;
15025 windows
) test -d "windows" ||
({ echo "$as_me:$LINENO: creating windows" >&5
15026 echo "$as_me: creating windows" >&6;} && mkdir
"windows") ;;
15031 cat >>$CONFIG_STATUS <<\_ACEOF
15033 { (exit 0); exit 0; }
15035 chmod +x
$CONFIG_STATUS
15036 ac_clean_files
=$ac_clean_files_save
15039 # configure is writing to config.log, and then calls config.status.
15040 # config.status does its own redirection, appending to config.log.
15041 # Unfortunately, on DOS this fails, as config.log is still kept open
15042 # by configure, so config.status won't be able to write to it; its
15043 # output is simply discarded. So we exec the FD to /dev/null,
15044 # effectively closing config.log, so it can be properly (re)opened and
15045 # appended to by config.status. When coming back to configure, we
15046 # need to make the FD available again.
15047 if test "$no_create" != yes; then
15050 $SHELL $CONFIG_STATUS || ac_cs_success
=false
15052 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15053 # would make configure fail if this is the last instruction.
15054 $ac_cs_success ||
{ (exit 1); exit 1; }
15058 if test "$have_x" = "no"
15061 echo "*** Warning: X development files not found. Wine will be built without"
15062 echo "*** X support, which currently does not work, and would probably not be"
15063 echo "*** what you want anyway. You will need to install devel packages of"
15064 echo "*** Xlib/Xfree86 at the very least."
15067 if test "$ac_cv_lib_ncurses_resizeterm" = "no" -a "$ac_cv_lib_ncurses_waddch" = "yes"
15070 echo "*** Warning: resizeterm not found in ncurses. Wine will be built without"
15071 echo "*** terminal resize support. Consider upgrading ncurses."
15074 if test "$wine_cv_libc_reentrant" = "no"
15077 echo "*** Warning: non-reentrant libc detected. Wine will be built without"
15078 echo "*** threading support. Consider upgrading libc to a more recent"
15079 echo "*** reentrant version of libc."
15082 if test "$have_x" = "yes" -a "$wine_cv_x_reentrant" != "yes"
15085 echo "*** Warning: non-reentrant X11 library detected. Multi-threaded"
15086 echo "*** applications won't work properly. You should upgrade your X11 library."
15089 if test "$wine_cv_opengl_version_OK" = "no"
15092 echo "*** Warning: old Mesa headers detected. Wine will be built without Direct3D"
15093 echo "*** support. Consider upgrading your Mesa libraries (http://www.mesa3d.org/)."
15096 if test "$wine_cv_opengl_version_threadsafe" = "yes" -a "x$enable_opengl" = "x"
15099 echo "*** Warning: the OpenGL version you have installed relies on libpthread for"
15100 echo "*** thread-safety. To prevent crashes, OpenGL support has been disabled."
15101 echo "*** A fix for glibc 2.1.3 that seems to work is included in this version of Wine,"
15102 echo "*** start configure with '--enable-opengl' to force OpenGL support."
15105 if test "$wine_cv_opengl_version_threadsafe" = "yes" -a "x$enable_opengl" = "xyes"
15108 echo "*** Warning: you explicitly linked in a thread-safe OpenGL version. If you"
15109 echo "*** experience unusual crashes on DirectDraw games, try first to disable OpenGL"
15110 echo "*** support before reporting bugs."
15113 if test "$wine_cv_warn_cups_h" = "yes"
15116 echo "*** Note: You have cups runtime libraries, but no development"
15117 echo "*** libraries. Install the cups-devel package or whichever package"
15118 echo "*** contains cups.h to enable CUPS support in Wine."
15121 if test "$wine_cv_msg_freetype" = "yes"
15124 echo "*** Note: Your system appears to have the FreeType 2 runtime libraries"
15125 echo "*** installed, but 'freetype-config' is not in your PATH. Install the"
15126 echo "*** freetype-devel package (or its equivalent on your distribution) to"
15127 echo "*** enable Wine to use TrueType fonts."
15131 echo "Configure finished. Do 'make depend && make' to compile Wine."