2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.57 for Wine 20030911.
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
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44 if (set +x
; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C
; export $as_var
51 # Required to use basename.
52 if expr a
: '\(a\)' >/dev
/null
2>&1; then
58 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
65 # Name of the executable.
66 as_me
=`$as_basename "$0" ||
67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
78 # PATH needs CR, and LINENO needs CR and PATH.
79 # Avoid depending upon Character Ranges.
80 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
81 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
83 as_cr_digits
='0123456789'
84 as_cr_alnum
=$as_cr_Letters$as_cr_digits
86 # The user is always right.
87 if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
91 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
102 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
105 # Find who we are. Look in the path if we contain no path at all
108 *[\\/]* ) as_myself
=$0 ;;
109 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
113 test -z "$as_dir" && as_dir
=.
114 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x
; then
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
128 case $CONFIG_SHELL in
130 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
131 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
134 test -z "$as_dir" && as_dir
=.
135 for as_base
in sh bash ksh sh5
; do
138 if ("$as_dir/$as_base" -c '
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
144 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
145 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
146 CONFIG_SHELL
=$as_dir/$as_base
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172 s,^['$as_cr_digits']*\n,,
174 chmod +x
$as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
182 # Exit status is that of the last command.
187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c
*,-n*) ECHO_N
= ECHO_C
='
190 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
191 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
194 if expr a
: '\(a\)' >/dev
/null
2>&1; then
200 rm -f conf$$ conf$$.exe conf$$.
file
202 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe
; then
206 # Don't use ln at all; we don't have any links
211 elif ln conf$$.
file conf$$
2>/dev
/null
; then
216 rm -f conf$$ conf$$.exe conf$$.
file
218 if mkdir
-p .
2>/dev
/null
; then
224 as_executable_p
="test -f"
226 # Sed expression to map a string onto a valid CPP name.
227 as_tr_cpp
="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
229 # Sed expression to map a string onto a valid variable name.
230 as_tr_sh
="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
234 # We need space, tab and new line, in precisely that order.
244 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
245 # so uname gets run too.
246 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
253 ac_default_prefix
=/usr
/local
254 ac_config_libobj_dir
=.
259 SHELL
=${CONFIG_SHELL-/bin/sh}
261 # Maximum number of lines to put in a shell here document.
262 # This variable seems obsolete. It should probably be removed, and
263 # only ac_max_sed_lines should be used.
264 : ${ac_max_here_lines=38}
266 # Identity of this package.
268 PACKAGE_TARNAME
='wine'
269 PACKAGE_VERSION
='20030911'
270 PACKAGE_STRING
='Wine 20030911'
273 ac_unique_file
="server/atom.c"
274 # Factoring default headers for most tests.
275 ac_includes_default
="\
278 # include <sys/types.h>
281 # include <sys/stat.h>
292 # if !STDC_HEADERS && HAVE_MEMORY_H
298 # include <strings.h>
301 # include <inttypes.h>
311 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 WIN16_FILES WIN16_INSTALL LIBPTHREAD 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 AS ac_ct_AS LD ac_ct_LD AR ac_ct_AR RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP WINDRES ac_ct_WINDRES LN_S LN LDCONFIG INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LINT LINTFLAGS DB2HTML DB2PDF DB2PS JPEGLIB EGREP GIFLIB XLIB XFILES OPENGLFILES GLU32FILES OPENGL_LIBS NASLIBS CURSESLIBS sane_devel SANELIBS SANEINCL ICULIBS ft_devel ft_devel2 FREETYPEINCL ARTSCCONFIG ARTSLIBS ARTSINCL ALSALIBS AUDIOIOLIBS EXTRACFLAGS DLLEXT DLLFLAGS DLLIBS LDDLLFLAGS LDSHARED LIBEXT IMPLIBEXT DLLTOOL ac_ct_DLLTOOL DLLWRAP ac_ct_DLLWRAP LDEXECFLAGS CROSSTEST CROSSCC CROSSWINDRES LDPATH CRTLIBS LDD ALLOCA LIBOBJS LTLIBOBJS'
312 ac_subst_files
='MAKE_RULES MAKE_DLL_RULES MAKE_TEST_RULES MAKE_LIB_RULES MAKE_PROG_RULES'
314 # Initialize some variables set by options.
316 ac_init_version
=false
317 # The variables have the same names as the options, with
318 # dashes changed to underlines.
326 program_transform_name
=s
,x
,x
,
334 # Installation directory options.
335 # These are left unexpanded so users can "make install exec_prefix=/foo"
336 # and all the variables that are supposed to be based on exec_prefix
337 # by default will actually change.
338 # Use braces instead of parens because sh, perl, etc. also accept them.
339 bindir
='${exec_prefix}/bin'
340 sbindir
='${exec_prefix}/sbin'
341 libexecdir
='${exec_prefix}/libexec'
342 datadir
='${prefix}/share'
343 sysconfdir
='${prefix}/etc'
344 sharedstatedir
='${prefix}/com'
345 localstatedir
='${prefix}/var'
346 libdir
='${exec_prefix}/lib'
347 includedir
='${prefix}/include'
348 oldincludedir
='/usr/include'
349 infodir
='${prefix}/info'
350 mandir
='${prefix}/man'
355 # If the previous option needs an argument, assign it.
356 if test -n "$ac_prev"; then
357 eval "$ac_prev=\$ac_option"
362 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
364 # Accept the important Cygnus configure options, so we can diagnose typos.
368 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
370 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
373 -build |
--build |
--buil |
--bui |
--bu)
374 ac_prev
=build_alias
;;
375 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
376 build_alias
=$ac_optarg ;;
378 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
379 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
380 ac_prev
=cache_file
;;
381 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
382 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
383 cache_file
=$ac_optarg ;;
386 cache_file
=config.cache
;;
388 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
390 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
392 datadir
=$ac_optarg ;;
394 -disable-* |
--disable-*)
395 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
396 # Reject names that are not valid shell variable names.
397 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
398 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
399 { (exit 1); exit 1; }; }
400 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
401 eval "enable_$ac_feature=no" ;;
403 -enable-* |
--enable-*)
404 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
405 # Reject names that are not valid shell variable names.
406 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
407 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
408 { (exit 1); exit 1; }; }
409 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
411 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
414 eval "enable_$ac_feature='$ac_optarg'" ;;
416 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
417 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
418 |
--exec |
--exe |
--ex)
419 ac_prev
=exec_prefix
;;
420 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
421 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
422 |
--exec=* |
--exe=* |
--ex=*)
423 exec_prefix
=$ac_optarg ;;
425 -gas |
--gas |
--ga |
--g)
426 # Obsolete; use --with-gas.
429 -help |
--help |
--hel |
--he |
-h)
431 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
432 ac_init_help
=recursive
;;
433 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
434 ac_init_help
=short
;;
436 -host |
--host |
--hos |
--ho)
437 ac_prev
=host_alias
;;
438 -host=* |
--host=* |
--hos=* |
--ho=*)
439 host_alias
=$ac_optarg ;;
441 -includedir |
--includedir |
--includedi |
--included |
--include \
442 |
--includ |
--inclu |
--incl |
--inc)
443 ac_prev
=includedir
;;
444 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
445 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
446 includedir
=$ac_optarg ;;
448 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
450 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
451 infodir
=$ac_optarg ;;
453 -libdir |
--libdir |
--libdi |
--libd)
455 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
458 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
459 |
--libexe |
--libex |
--libe)
460 ac_prev
=libexecdir
;;
461 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
462 |
--libexe=* |
--libex=* |
--libe=*)
463 libexecdir
=$ac_optarg ;;
465 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
466 |
--localstate |
--localstat |
--localsta |
--localst \
467 |
--locals |
--local |
--loca |
--loc |
--lo)
468 ac_prev
=localstatedir
;;
469 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
470 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
471 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
472 localstatedir
=$ac_optarg ;;
474 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
476 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
480 # Obsolete; use --without-fp.
483 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
484 |
--no-cr |
--no-c |
-n)
487 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
488 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
491 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
492 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
493 |
--oldin |
--oldi |
--old |
--ol |
--o)
494 ac_prev
=oldincludedir
;;
495 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
496 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
497 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
498 oldincludedir
=$ac_optarg ;;
500 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
502 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
505 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
506 |
--program-pre |
--program-pr |
--program-p)
507 ac_prev
=program_prefix
;;
508 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
509 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
510 program_prefix
=$ac_optarg ;;
512 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
513 |
--program-suf |
--program-su |
--program-s)
514 ac_prev
=program_suffix
;;
515 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
516 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
517 program_suffix
=$ac_optarg ;;
519 -program-transform-name |
--program-transform-name \
520 |
--program-transform-nam |
--program-transform-na \
521 |
--program-transform-n |
--program-transform- \
522 |
--program-transform |
--program-transfor \
523 |
--program-transfo |
--program-transf \
524 |
--program-trans |
--program-tran \
525 |
--progr-tra |
--program-tr |
--program-t)
526 ac_prev
=program_transform_name
;;
527 -program-transform-name=* |
--program-transform-name=* \
528 |
--program-transform-nam=* |
--program-transform-na=* \
529 |
--program-transform-n=* |
--program-transform-=* \
530 |
--program-transform=* |
--program-transfor=* \
531 |
--program-transfo=* |
--program-transf=* \
532 |
--program-trans=* |
--program-tran=* \
533 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
534 program_transform_name
=$ac_optarg ;;
536 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
537 |
-silent |
--silent |
--silen |
--sile |
--sil)
540 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
542 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
544 sbindir
=$ac_optarg ;;
546 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
547 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
548 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
550 ac_prev
=sharedstatedir
;;
551 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
552 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
553 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
555 sharedstatedir
=$ac_optarg ;;
557 -site |
--site |
--sit)
559 -site=* |
--site=* |
--sit=*)
562 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
564 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
567 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
568 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
569 ac_prev
=sysconfdir
;;
570 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
571 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
572 sysconfdir
=$ac_optarg ;;
574 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
575 ac_prev
=target_alias
;;
576 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
577 target_alias
=$ac_optarg ;;
579 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
582 -version |
--version |
--versio |
--versi |
--vers |
-V)
586 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
587 # Reject names that are not valid shell variable names.
588 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
589 { echo "$as_me: error: invalid package name: $ac_package" >&2
590 { (exit 1); exit 1; }; }
591 ac_package
=`echo $ac_package| sed 's/-/_/g'`
593 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
596 eval "with_$ac_package='$ac_optarg'" ;;
598 -without-* |
--without-*)
599 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
600 # Reject names that are not valid shell variable names.
601 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
602 { echo "$as_me: error: invalid package name: $ac_package" >&2
603 { (exit 1); exit 1; }; }
604 ac_package
=`echo $ac_package | sed 's/-/_/g'`
605 eval "with_$ac_package=no" ;;
608 # Obsolete; use --with-x.
611 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
612 |
--x-incl |
--x-inc |
--x-in |
--x-i)
613 ac_prev
=x_includes
;;
614 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
615 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
616 x_includes
=$ac_optarg ;;
618 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
619 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
620 ac_prev
=x_libraries
;;
621 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
622 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
623 x_libraries
=$ac_optarg ;;
625 -*) { echo "$as_me: error: unrecognized option: $ac_option
626 Try \`$0 --help' for more information." >&2
627 { (exit 1); exit 1; }; }
631 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
632 # Reject names that are not valid shell variable names.
633 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
634 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
635 { (exit 1); exit 1; }; }
636 ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
637 eval "$ac_envvar='$ac_optarg'"
641 # FIXME: should be removed in autoconf 3.0.
642 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
643 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
644 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
645 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
651 if test -n "$ac_prev"; then
652 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
653 { echo "$as_me: error: missing argument to $ac_option" >&2
654 { (exit 1); exit 1; }; }
657 # Be sure to have absolute paths.
658 for ac_var
in exec_prefix prefix
660 eval ac_val
=$
`echo $ac_var`
662 [\\/$
]* | ?
:[\\/]* | NONE |
'' ) ;;
663 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
664 { (exit 1); exit 1; }; };;
668 # Be sure to have absolute paths.
669 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
670 localstatedir libdir includedir oldincludedir infodir mandir
672 eval ac_val
=$
`echo $ac_var`
674 [\\/$
]* | ?
:[\\/]* ) ;;
675 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
676 { (exit 1); exit 1; }; };;
680 # There might be people who depend on the old broken behavior: `$host'
681 # used to hold the argument of --host etc.
682 # FIXME: To remove some day.
687 # FIXME: To remove some day.
688 if test "x$host_alias" != x
; then
689 if test "x$build_alias" = x
; then
690 cross_compiling
=maybe
691 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
692 If a cross compiler is detected then cross compile mode will be used." >&2
693 elif test "x$build_alias" != "x$host_alias"; then
699 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
701 test "$silent" = yes && exec 6>/dev
/null
704 # Find the source files, if location was not specified.
705 if test -z "$srcdir"; then
706 ac_srcdir_defaulted
=yes
707 # Try the directory containing this script, then its parent.
708 ac_confdir
=`(dirname "$0") 2>/dev/null ||
709 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
710 X"$0" : 'X\(//\)[^/]' \| \
711 X"$0" : 'X\(//\)$' \| \
712 X"$0" : 'X\(/\)' \| \
713 . : '\(.\)' 2>/dev/null ||
715 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
716 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
717 /^X\(\/\/\)$/{ s//\1/; q; }
718 /^X\(\/\).*/{ s//\1/; q; }
721 if test ! -r $srcdir/$ac_unique_file; then
725 ac_srcdir_defaulted
=no
727 if test ! -r $srcdir/$ac_unique_file; then
728 if test "$ac_srcdir_defaulted" = yes; then
729 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
730 { (exit 1); exit 1; }; }
732 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
733 { (exit 1); exit 1; }; }
736 (cd $srcdir && test -r .
/$ac_unique_file) 2>/dev
/null ||
737 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
738 { (exit 1); exit 1; }; }
739 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
740 ac_env_build_alias_set
=${build_alias+set}
741 ac_env_build_alias_value
=$build_alias
742 ac_cv_env_build_alias_set
=${build_alias+set}
743 ac_cv_env_build_alias_value
=$build_alias
744 ac_env_host_alias_set
=${host_alias+set}
745 ac_env_host_alias_value
=$host_alias
746 ac_cv_env_host_alias_set
=${host_alias+set}
747 ac_cv_env_host_alias_value
=$host_alias
748 ac_env_target_alias_set
=${target_alias+set}
749 ac_env_target_alias_value
=$target_alias
750 ac_cv_env_target_alias_set
=${target_alias+set}
751 ac_cv_env_target_alias_value
=$target_alias
752 ac_env_CC_set
=${CC+set}
754 ac_cv_env_CC_set
=${CC+set}
755 ac_cv_env_CC_value
=$CC
756 ac_env_CFLAGS_set
=${CFLAGS+set}
757 ac_env_CFLAGS_value
=$CFLAGS
758 ac_cv_env_CFLAGS_set
=${CFLAGS+set}
759 ac_cv_env_CFLAGS_value
=$CFLAGS
760 ac_env_LDFLAGS_set
=${LDFLAGS+set}
761 ac_env_LDFLAGS_value
=$LDFLAGS
762 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
763 ac_cv_env_LDFLAGS_value
=$LDFLAGS
764 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
765 ac_env_CPPFLAGS_value
=$CPPFLAGS
766 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
767 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
768 ac_env_CPP_set
=${CPP+set}
769 ac_env_CPP_value
=$CPP
770 ac_cv_env_CPP_set
=${CPP+set}
771 ac_cv_env_CPP_value
=$CPP
774 # Report the --help message.
776 if test "$ac_init_help" = "long"; then
777 # Omit some internal or obsolete options to make the list less imposing.
778 # This message is too long to be a string in the A/UX 3.1 sh.
780 \`configure' configures Wine 20030911 to adapt to many kinds of systems.
782 Usage: $0 [OPTION]... [VAR=VALUE]...
784 To assign environment variables (e.g., CC, CFLAGS...), specify them as
785 VAR=VALUE. See below for descriptions of some of the useful variables.
787 Defaults for the options are specified in brackets.
790 -h, --help display this help and exit
791 --help=short display options specific to this package
792 --help=recursive display the short help of all the included packages
793 -V, --version display version information and exit
794 -q, --quiet, --silent do not print \`checking...' messages
795 --cache-file=FILE cache test results in FILE [disabled]
796 -C, --config-cache alias for \`--cache-file=config.cache'
797 -n, --no-create do not create output files
798 --srcdir=DIR find the sources in DIR [configure dir or \`..']
803 Installation directories:
804 --prefix=PREFIX install architecture-independent files in PREFIX
806 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
809 By default, \`make install' will install all the files in
810 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
811 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
812 for instance \`--prefix=\$HOME'.
814 For better control, use the options below.
816 Fine tuning of the installation directories:
817 --bindir=DIR user executables [EPREFIX/bin]
818 --sbindir=DIR system admin executables [EPREFIX/sbin]
819 --libexecdir=DIR program executables [EPREFIX/libexec]
820 --datadir=DIR read-only architecture-independent data [PREFIX/share]
821 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
822 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
823 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
824 --libdir=DIR object code libraries [EPREFIX/lib]
825 --includedir=DIR C header files [PREFIX/include]
826 --oldincludedir=DIR C header files for non-gcc [/usr/include]
827 --infodir=DIR info documentation [PREFIX/info]
828 --mandir=DIR man documentation [PREFIX/man]
834 --x-includes=DIR X include files are
in DIR
835 --x-libraries=DIR X library files are
in DIR
838 --build=BUILD configure
for building on BUILD
[guessed
]
839 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
843 if test -n "$ac_init_help"; then
844 case $ac_init_help in
845 short | recursive
) echo "Configuration of Wine 20030911:";;
850 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
851 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
852 --disable-win16 do not include Win16 support
853 --disable-debug compile out all debugging messages
854 --disable-trace compile out TRACE messages
857 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
858 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
859 --without-opengl do not use OpenGL
860 --without-curses do not use curses
861 --with-nptl use glibc NPTL threading support
862 --with-wine-tools=<dir
> use Wine tools from directory
<dir
>
863 --with-x use the X Window System
865 Some influential environment variables
:
866 CC C compiler
command
867 CFLAGS C compiler flags
868 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
869 nonstandard directory
<lib dir
>
870 CPPFLAGS C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if you have
871 headers
in a nonstandard directory
<include dir
>
874 Use these variables to override the choices made by
`configure' or to help
875 it to find libraries and programs with nonstandard names/locations.
880 if test "$ac_init_help" = "recursive"; then
881 # If there are subdirs, report their specific --help.
883 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
884 test -d $ac_dir || continue
887 if test "$ac_dir" != .; then
888 ac_dir_suffix=/`echo "$ac_dir" |
sed 's,^\.[\\/],,'`
889 # A "../" for each directory in $ac_dir_suffix.
890 ac_top_builddir=`echo "$ac_dir_suffix" |
sed 's,/[^\\/]*,../,g'`
892 ac_dir_suffix= ac_top_builddir=
896 .) # No --srcdir option. We are building in place.
898 if test -z "$ac_top_builddir"; then
901 ac_top_srcdir=`echo $ac_top_builddir |
sed 's,/$,,'`
903 [\\/]* | ?:[\\/]* ) # Absolute path.
904 ac_srcdir=$srcdir$ac_dir_suffix;
905 ac_top_srcdir=$srcdir ;;
907 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
908 ac_top_srcdir=$ac_top_builddir$srcdir ;;
910 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
912 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
913 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}.
&& pwd`
914 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
915 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
918 # Check for guested configure; otherwise get Cygnus style configure.
919 if test -f $ac_srcdir/configure.gnu; then
921 $SHELL $ac_srcdir/configure.gnu --help=recursive
922 elif test -f $ac_srcdir/configure; then
924 $SHELL $ac_srcdir/configure --help=recursive
925 elif test -f $ac_srcdir/configure.ac ||
926 test -f $ac_srcdir/configure.in; then
930 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
936 test -n "$ac_init_help" && exit 0
937 if $ac_init_version; then
939 Wine configure 20030911
940 generated by GNU Autoconf 2.57
942 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
943 Free Software Foundation, Inc.
944 This configure script is free software; the Free Software Foundation
945 gives unlimited permission to copy, distribute and modify it.
951 This file contains any messages produced by compilers while
952 running configure, to aid debugging if configure makes a mistake.
954 It was created by Wine $as_me 20030911, which was
955 generated by GNU Autoconf 2.57. Invocation command line was
966 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
967 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
968 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
969 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
970 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
972 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
973 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
975 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
976 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
977 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
978 hostinfo = `(hostinfo
) 2>/dev
/null ||
echo unknown
`
979 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
980 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
981 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
985 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
989 test -z "$as_dir" && as_dir=.
1005 # Keep a trace of the command line.
1006 # Strip out --no-create and --no-recursion so they do not pile up.
1007 # Strip out --silent because we don't want to record it for future runs.
1008 # Also quote any args containing shell meta-characters.
1009 # Make two passes to allow for proper duplicate-argument suppression.
1014 ac_must_keep_next=false
1020 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1021 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1022 | -silent | --silent | --silen | --sile | --sil)
1024 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1025 ac_arg=`echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
1028 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1030 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1031 if test $ac_must_keep_next = true; then
1032 ac_must_keep_next=false # Got value, back to normal.
1035 *=* | --config-cache | -C | -disable-* | --disable-* \
1036 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1037 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1038 | -with-* | --with-* | -without-* | --without-* | --x)
1039 case "$ac_configure_args0 " in
1040 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1043 -* ) ac_must_keep_next=true ;;
1046 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1047 # Get rid of the leading space.
1053 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1054 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1056 # When interrupted or exit'd, cleanup temporary files, and complete
1057 # config.log. We remove comments because anyway the quotes in there
1058 # would cause problems or look ugly.
1059 # WARNING: Be sure not to use single quotes in there, as some shells,
1060 # such as our DU 5.0 friend, will then `close
' the trap.
1061 trap 'exit_status
=$?
1062 # Save into config.log some information that might help in debugging.
1067 ## ---------------- ##
1068 ## Cache variables. ##
1069 ## ---------------- ##
1072 # The following way of writing the cache mishandles newlines in values,
1075 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1078 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1079 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1083 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1090 ## ----------------- ##
1091 ## Output variables. ##
1092 ## ----------------- ##
1095 for ac_var
in $ac_subst_vars
1097 eval ac_val
=$
`echo $ac_var`
1098 echo "$ac_var='"'"'$ac_val'"'"'"
1102 if test -n "$ac_subst_files"; then
1109 for ac_var
in $ac_subst_files
1111 eval ac_val
=$
`echo $ac_var`
1112 echo "$ac_var='"'"'$ac_val'"'"'"
1117 if test -s confdefs.h
; then
1124 sed "/^$/d" confdefs.h |
sort
1127 test "$ac_signal" != 0 &&
1128 echo "$as_me: caught signal $ac_signal"
1129 echo "$as_me: exit $exit_status"
1131 rm -f core
*.core
&&
1132 rm -rf conftest
* confdefs
* conf$$
* $ac_clean_files &&
1135 for ac_signal in 1 2 13 15; do
1136 trap 'ac_signal
='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1140 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1141 rm -rf conftest* confdefs.h
1142 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1145 # Predefined preprocessor variables.
1147 cat >>confdefs.h <<_ACEOF
1148 #define PACKAGE_NAME "$PACKAGE_NAME"
1152 cat >>confdefs.h <<_ACEOF
1153 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1157 cat >>confdefs.h <<_ACEOF
1158 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1162 cat >>confdefs.h <<_ACEOF
1163 #define PACKAGE_STRING "$PACKAGE_STRING"
1167 cat >>confdefs.h <<_ACEOF
1168 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1172 # Let the site file select an alternate cache file if it wants to.
1173 # Prefer explicitly selected file to automatically selected ones.
1174 if test -z "$CONFIG_SITE"; then
1175 if test "x$prefix" != xNONE; then
1176 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1178 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1181 for ac_site_file in $CONFIG_SITE; do
1182 if test -r "$ac_site_file"; then
1183 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1184 echo "$as_me: loading site script $ac_site_file" >&6;}
1185 sed 's
/^
/|
/' "$ac_site_file" >&5
1190 if test -r "$cache_file"; then
1191 # Some versions of bash will fail to source /dev/null (special
1192 # files actually), so we avoid doing that.
1193 if test -f "$cache_file"; then
1194 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1195 echo "$as_me: loading cache $cache_file" >&6;}
1197 [\\/]* | ?:[\\/]* ) . $cache_file;;
1198 *) . ./$cache_file;;
1202 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1203 echo "$as_me: creating cache $cache_file" >&6;}
1207 # Check that the precious variables saved in the cache have kept the same
1209 ac_cache_corrupted=false
1210 for ac_var in `(set) 2>&1 |
1211 sed -n 's
/^ac_env_\
([a-zA-Z_0-9
]*\
)_set
=.
*/\
1/p
'`; do
1212 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1213 eval ac_new_set=\$ac_env_${ac_var}_set
1214 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1215 eval ac_new_val="\$ac_env_${ac_var}_value"
1216 case $ac_old_set,$ac_new_set in
1218 { echo "$as_me:$LINENO: error: \`$ac_var' was
set to \
`$ac_old_val' in the previous run" >&5
1219 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&2;}
1220 ac_cache_corrupted=: ;;
1222 { echo "$as_me:$LINENO: error
: \
`$ac_var' was not set in the previous run" >&5
1223 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1224 ac_cache_corrupted=: ;;
1227 if test "x$ac_old_val" != "x$ac_new_val"; then
1228 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run
:" >&5
1229 echo "$as_me: error
: \
`$ac_var' has changed since the previous run:" >&2;}
1230 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1231 echo "$as_me: former value: $ac_old_val" >&2;}
1232 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1233 echo "$as_me: current value: $ac_new_val" >&2;}
1234 ac_cache_corrupted=:
1237 # Pass precious variables to config.status.
1238 if test "$ac_new_set" = set; then
1240 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1241 ac_arg=$ac_var=`echo "$ac_new_val" |
sed "s/'/'\\\\\\\\''/g"` ;;
1242 *) ac_arg=$ac_var=$ac_new_val ;;
1244 case " $ac_configure_args " in
1245 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1246 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1250 if $ac_cache_corrupted; then
1251 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1252 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1253 { { echo "$as_me:$LINENO: error: run \`make distclean
' and/or \`rm $cache_file' and start over
" >&5
1254 echo "$as_me: error
: run \
`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1255 { (exit 1); exit 1; }; }
1259 ac_cpp='$CPP $CPPFLAGS'
1260 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
1261 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
1262 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1291 ac_config_headers="$ac_config_headers include/config.h"
1294 for ac_dir in tools $srcdir/tools; do
1295 if test -f $ac_dir/install-sh; then
1297 ac_install_sh="$ac_aux_dir/install-sh -c"
1299 elif test -f $ac_dir/install.sh; then
1301 ac_install_sh="$ac_aux_dir/install.sh -c"
1303 elif test -f $ac_dir/shtool; then
1305 ac_install_sh="$ac_aux_dir/shtool install -c"
1309 if test -z "$ac_aux_dir"; then
1310 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools $srcdir/tools" >&5
1311 echo "$as_me: error: cannot find install-sh or install.sh in tools $srcdir/tools" >&2;}
1312 { (exit 1); exit 1; }; }
1314 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1315 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1316 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1320 # Check whether --enable-win16 or --disable-win16 was given.
1321 if test "${enable_win16+set}" = set; then
1322 enableval="$enable_win16"
1325 # Check whether --enable-debug or --disable-debug was given.
1326 if test "${enable_debug+set}" = set; then
1327 enableval="$enable_debug"
1330 # Check whether --enable-trace or --disable-trace was given.
1331 if test "${enable_trace+set}" = set; then
1332 enableval="$enable_trace"
1337 # Check whether --with-opengl or --without-opengl was given.
1338 if test "${with_opengl+set}" = set; then
1339 withval="$with_opengl"
1343 # Check whether --with-curses or --without-curses was given.
1344 if test "${with_curses+set}" = set; then
1345 withval="$with_curses"
1349 # Check whether --with-nptl or --without-nptl was given.
1350 if test "${with_nptl+set}" = set; then
1351 withval="$with_nptl"
1355 # Check whether --with-wine-tools or --without-wine-tools was given.
1356 if test "${with_wine_tools+set}" = set; then
1357 withval="$with_wine_tools"
1361 WIN16_FILES="\$(WIN16_FILES)"
1363 WIN16_INSTALL="\$(WIN16_INSTALL)"
1365 if test "x$enable_win16" = "xno"
1370 if test "x$enable_debug" = "xno"
1373 cat >>confdefs.h <<\_ACEOF
1374 #define NO_DEBUG_MSGS 1
1378 if test "x$enable_trace" = "xno" -o "x$enable_debug" = "xno"
1381 cat >>confdefs.h <<\_ACEOF
1382 #define NO_TRACE_MSGS 1
1386 if test "x$with_nptl" = "xyes"
1389 cat >>confdefs.h <<\_ACEOF
1393 LIBPTHREAD="-lpthread"
1398 # Make sure we can run config.sub.
1399 $ac_config_sub sun4 >/dev/null 2>&1 ||
1400 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1401 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1402 { (exit 1); exit 1; }; }
1404 echo "$as_me:$LINENO: checking build system type" >&5
1405 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1406 if test "${ac_cv_build+set}" = set; then
1407 echo $ECHO_N "(cached) $ECHO_C" >&6
1409 ac_cv_build_alias=$build_alias
1410 test -z "$ac_cv_build_alias" &&
1411 ac_cv_build_alias=`$ac_config_guess`
1412 test -z "$ac_cv_build_alias" &&
1413 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1414 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1415 { (exit 1); exit 1; }; }
1416 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1417 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1418 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1419 { (exit 1); exit 1; }; }
1422 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1423 echo "${ECHO_T}$ac_cv_build" >&6
1425 build_cpu=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1426 build_vendor=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1427 build_os=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1430 echo "$as_me:$LINENO: checking host system type" >&5
1431 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1432 if test "${ac_cv_host+set}" = set; then
1433 echo $ECHO_N "(cached) $ECHO_C" >&6
1435 ac_cv_host_alias=$host_alias
1436 test -z "$ac_cv_host_alias" &&
1437 ac_cv_host_alias=$ac_cv_build_alias
1438 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1439 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1440 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1441 { (exit 1); exit 1; }; }
1444 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1445 echo "${ECHO_T}$ac_cv_host" >&6
1447 host_cpu=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1448 host_vendor=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1449 host_os=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1452 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1453 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1454 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y
,.
/+-,__p_
,'`
1455 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1456 echo $ECHO_N "(cached) $ECHO_C" >&6
1458 cat >conftest.make <<\_ACEOF
1460 @echo 'ac_maketemp
="$(MAKE)"'
1462 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1463 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1464 if test -n "$ac_maketemp"; then
1465 eval ac_cv_prog_make_${ac_make}_set=yes
1467 eval ac_cv_prog_make_${ac_make}_set=no
1471 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1472 echo "$as_me:$LINENO: result: yes" >&5
1473 echo "${ECHO_T}yes" >&6
1476 echo "$as_me:$LINENO: result: no" >&5
1477 echo "${ECHO_T}no" >&6
1478 SET_MAKE="MAKE=${MAKE-make}"
1482 ac_cpp='$CPP $CPPFLAGS'
1483 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
1484 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
1485 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1486 if test -n "$ac_tool_prefix"; then
1487 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1488 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1489 echo "$as_me:$LINENO: checking for $ac_word" >&5
1490 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1491 if test "${ac_cv_prog_CC+set}" = set; then
1492 echo $ECHO_N "(cached) $ECHO_C" >&6
1494 if test -n "$CC"; then
1495 ac_cv_prog_CC="$CC" # Let the user override the test.
1497 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1501 test -z "$as_dir" && as_dir=.
1502 for ac_exec_ext in '' $ac_executable_extensions; do
1503 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1504 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1505 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1514 if test -n "$CC"; then
1515 echo "$as_me:$LINENO: result: $CC" >&5
1516 echo "${ECHO_T}$CC" >&6
1518 echo "$as_me:$LINENO: result: no" >&5
1519 echo "${ECHO_T}no" >&6
1523 if test -z "$ac_cv_prog_CC"; then
1525 # Extract the first word of "gcc", so it can be a program name with args.
1526 set dummy gcc; ac_word=$2
1527 echo "$as_me:$LINENO: checking for $ac_word" >&5
1528 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1529 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1530 echo $ECHO_N "(cached) $ECHO_C" >&6
1532 if test -n "$ac_ct_CC"; then
1533 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1535 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1539 test -z "$as_dir" && as_dir=.
1540 for ac_exec_ext in '' $ac_executable_extensions; do
1541 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1542 ac_cv_prog_ac_ct_CC="gcc"
1543 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1551 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1552 if test -n "$ac_ct_CC"; then
1553 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1554 echo "${ECHO_T}$ac_ct_CC" >&6
1556 echo "$as_me:$LINENO: result: no" >&5
1557 echo "${ECHO_T}no" >&6
1565 if test -z "$CC"; then
1566 if test -n "$ac_tool_prefix"; then
1567 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1568 set dummy ${ac_tool_prefix}cc; ac_word=$2
1569 echo "$as_me:$LINENO: checking for $ac_word" >&5
1570 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1571 if test "${ac_cv_prog_CC+set}" = set; then
1572 echo $ECHO_N "(cached) $ECHO_C" >&6
1574 if test -n "$CC"; then
1575 ac_cv_prog_CC="$CC" # Let the user override the test.
1577 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1581 test -z "$as_dir" && as_dir=.
1582 for ac_exec_ext in '' $ac_executable_extensions; do
1583 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1584 ac_cv_prog_CC="${ac_tool_prefix}cc"
1585 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1594 if test -n "$CC"; then
1595 echo "$as_me:$LINENO: result: $CC" >&5
1596 echo "${ECHO_T}$CC" >&6
1598 echo "$as_me:$LINENO: result: no" >&5
1599 echo "${ECHO_T}no" >&6
1603 if test -z "$ac_cv_prog_CC"; then
1605 # Extract the first word of "cc", so it can be a program name with args.
1606 set dummy cc; ac_word=$2
1607 echo "$as_me:$LINENO: checking for $ac_word" >&5
1608 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1609 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1610 echo $ECHO_N "(cached) $ECHO_C" >&6
1612 if test -n "$ac_ct_CC"; then
1613 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1615 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1619 test -z "$as_dir" && as_dir=.
1620 for ac_exec_ext in '' $ac_executable_extensions; do
1621 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1622 ac_cv_prog_ac_ct_CC="cc"
1623 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1631 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1632 if test -n "$ac_ct_CC"; then
1633 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1634 echo "${ECHO_T}$ac_ct_CC" >&6
1636 echo "$as_me:$LINENO: result: no" >&5
1637 echo "${ECHO_T}no" >&6
1646 if test -z "$CC"; then
1647 # Extract the first word of "cc", so it can be a program name with args.
1648 set dummy cc; ac_word=$2
1649 echo "$as_me:$LINENO: checking for $ac_word" >&5
1650 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1651 if test "${ac_cv_prog_CC+set}" = set; then
1652 echo $ECHO_N "(cached) $ECHO_C" >&6
1654 if test -n "$CC"; then
1655 ac_cv_prog_CC="$CC" # Let the user override the test.
1658 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1662 test -z "$as_dir" && as_dir=.
1663 for ac_exec_ext in '' $ac_executable_extensions; do
1664 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1665 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1666 ac_prog_rejected=yes
1670 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1676 if test $ac_prog_rejected = yes; then
1677 # We found a bogon in the path, so make sure we never use it.
1678 set dummy $ac_cv_prog_CC
1680 if test $# != 0; then
1681 # We chose a different compiler from the bogus one.
1682 # However, it has the same basename, so the bogon will be chosen
1683 # first if we set CC to just the basename; use the full file name.
1685 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1691 if test -n "$CC"; then
1692 echo "$as_me:$LINENO: result: $CC" >&5
1693 echo "${ECHO_T}$CC" >&6
1695 echo "$as_me:$LINENO: result: no" >&5
1696 echo "${ECHO_T}no" >&6
1700 if test -z "$CC"; then
1701 if test -n "$ac_tool_prefix"; then
1704 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1705 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1706 echo "$as_me:$LINENO: checking for $ac_word" >&5
1707 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1708 if test "${ac_cv_prog_CC+set}" = set; then
1709 echo $ECHO_N "(cached) $ECHO_C" >&6
1711 if test -n "$CC"; then
1712 ac_cv_prog_CC="$CC" # Let the user override the test.
1714 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1718 test -z "$as_dir" && as_dir=.
1719 for ac_exec_ext in '' $ac_executable_extensions; do
1720 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1721 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1722 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1731 if test -n "$CC"; then
1732 echo "$as_me:$LINENO: result: $CC" >&5
1733 echo "${ECHO_T}$CC" >&6
1735 echo "$as_me:$LINENO: result: no" >&5
1736 echo "${ECHO_T}no" >&6
1739 test -n "$CC" && break
1742 if test -z "$CC"; then
1746 # Extract the first word of "$ac_prog", so it can be a program name with args.
1747 set dummy $ac_prog; ac_word=$2
1748 echo "$as_me:$LINENO: checking for $ac_word" >&5
1749 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1750 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1751 echo $ECHO_N "(cached) $ECHO_C" >&6
1753 if test -n "$ac_ct_CC"; then
1754 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1756 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1760 test -z "$as_dir" && as_dir=.
1761 for ac_exec_ext in '' $ac_executable_extensions; do
1762 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1763 ac_cv_prog_ac_ct_CC="$ac_prog"
1764 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1772 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1773 if test -n "$ac_ct_CC"; then
1774 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1775 echo "${ECHO_T}$ac_ct_CC" >&6
1777 echo "$as_me:$LINENO: result: no" >&5
1778 echo "${ECHO_T}no" >&6
1781 test -n "$ac_ct_CC" && break
1790 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1791 See \`config.log' for more details.
" >&5
1792 echo "$as_me: error
: no acceptable C compiler found
in \
$PATH
1793 See \
`config.log' for more details." >&2;}
1794 { (exit 1); exit 1; }; }
1796 # Provide some information about the compiler.
1797 echo "$as_me:$LINENO:" \
1798 "checking for C compiler version" >&5
1799 ac_compiler=`set X
$ac_compile; echo $2`
1800 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1801 (eval $ac_compiler --version </dev/null >&5) 2>&5
1803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1804 (exit $ac_status); }
1805 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1806 (eval $ac_compiler -v </dev/null >&5) 2>&5
1808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1809 (exit $ac_status); }
1810 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1811 (eval $ac_compiler -V </dev/null >&5) 2>&5
1813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1814 (exit $ac_status); }
1816 cat >conftest.$ac_ext <<_ACEOF
1817 #line $LINENO "configure"
1820 cat confdefs.h >>conftest.$ac_ext
1821 cat >>conftest.$ac_ext <<_ACEOF
1822 /* end confdefs.h. */
1832 ac_clean_files_save=$ac_clean_files
1833 ac_clean_files="$ac_clean_files a.out a.exe b.out"
1834 # Try to create an executable without -o first, disregard a.out.
1835 # It will help us diagnose broken compilers, and finding out an intuition
1837 echo "$as_me:$LINENO: checking for C compiler default output" >&5
1838 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
1839 ac_link_default=`echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
1840 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1841 (eval $ac_link_default) 2>&5
1843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1844 (exit $ac_status); }; then
1845 # Find the output, starting from the most likely. This scheme is
1846 # not robust to junk in `.
', hence go to wildcards (a.*) only as a last
1849 # Be careful to initialize this variable, since it used to be cached.
1850 # Otherwise an old cache value of `no' led to
`EXEEXT = no' in a Makefile.
1852 # b.out is created by i960 compilers.
1853 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1855 test -f "$ac_file" || continue
1857 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1860 # This is the source file.
1863 # We found the default executable, but exeext='' is most
1867 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1868 # FIXME: I believe we export ac_cv_exeext for Libtool,
1869 # but it would be cool to find out if it's true. Does anybody
1870 # maintain Libtool? --akim.
1878 echo "$as_me: failed program was:" >&5
1879 sed 's/^/| /' conftest.$ac_ext >&5
1881 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
1882 See \`config.log
' for more details." >&5
1883 echo "$as_me: error: C compiler cannot create executables
1884 See \`config.log' for more details.
" >&2;}
1885 { (exit 77); exit 77; }; }
1888 ac_exeext=$ac_cv_exeext
1889 echo "$as_me:$LINENO: result
: $ac_file" >&5
1890 echo "${ECHO_T}$ac_file" >&6
1892 # Check the compiler produces executables we can run. If not, either
1893 # the compiler is broken, or we cross compile.
1894 echo "$as_me:$LINENO: checking whether the C compiler works
" >&5
1895 echo $ECHO_N "checking whether the C compiler works...
$ECHO_C" >&6
1896 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1897 # If not cross compiling, check that we can run a simple program.
1898 if test "$cross_compiling" != yes; then
1899 if { ac_try='./$ac_file'
1900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1903 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
1904 (exit $ac_status); }; }; then
1907 if test "$cross_compiling" = maybe; then
1910 { { echo "$as_me:$LINENO: error
: cannot run C compiled programs.
1911 If you meant to cross compile
, use \
`--host'.
1912 See \`config.log
' for more details." >&5
1913 echo "$as_me: error: cannot run C compiled programs.
1914 If you meant to cross compile, use \`--host'.
1915 See \
`config.log' for more details." >&2;}
1916 { (exit 1); exit 1; }; }
1920 echo "$as_me:$LINENO: result: yes" >&5
1921 echo "${ECHO_T}yes" >&6
1923 rm -f a.out a.exe conftest$ac_cv_exeext b.out
1924 ac_clean_files=$ac_clean_files_save
1925 # Check the compiler produces executables we can run. If not, either
1926 # the compiler is broken, or we cross compile.
1927 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
1928 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
1929 echo "$as_me:$LINENO: result: $cross_compiling" >&5
1930 echo "${ECHO_T}$cross_compiling" >&6
1932 echo "$as_me:$LINENO: checking for suffix of executables" >&5
1933 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
1934 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1935 (eval $ac_link) 2>&5
1937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1938 (exit $ac_status); }; then
1939 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
1940 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
1941 # work properly (i.e., refer to `conftest.exe'), while it won't with
1943 for ac_file
in conftest.exe conftest conftest.
*; do
1944 test -f "$ac_file" ||
continue
1946 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
1947 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
1954 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
1955 See \`config.log' for more details." >&5
1956 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
1957 See \`config.log' for more details." >&2;}
1958 { (exit 1); exit 1; }; }
1961 rm -f conftest
$ac_cv_exeext
1962 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
1963 echo "${ECHO_T}$ac_cv_exeext" >&6
1965 rm -f conftest.
$ac_ext
1966 EXEEXT
=$ac_cv_exeext
1968 echo "$as_me:$LINENO: checking for suffix of object files" >&5
1969 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
1970 if test "${ac_cv_objext+set}" = set; then
1971 echo $ECHO_N "(cached) $ECHO_C" >&6
1973 cat >conftest.
$ac_ext <<_ACEOF
1974 #line $LINENO "configure"
1977 cat confdefs.h
>>conftest.
$ac_ext
1978 cat >>conftest.
$ac_ext <<_ACEOF
1979 /* end confdefs.h. */
1989 rm -f conftest.o conftest.obj
1990 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1991 (eval $ac_compile) 2>&5
1993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1994 (exit $ac_status); }; then
1995 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
1997 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
1998 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
2003 echo "$as_me: failed program was:" >&5
2004 sed 's/^/| /' conftest.
$ac_ext >&5
2006 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2007 See \`config.log' for more details." >&5
2008 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2009 See \`config.log' for more details." >&2;}
2010 { (exit 1); exit 1; }; }
2013 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
2015 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2016 echo "${ECHO_T}$ac_cv_objext" >&6
2017 OBJEXT
=$ac_cv_objext
2019 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2020 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2021 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2022 echo $ECHO_N "(cached) $ECHO_C" >&6
2024 cat >conftest.
$ac_ext <<_ACEOF
2025 #line $LINENO "configure"
2028 cat confdefs.h
>>conftest.
$ac_ext
2029 cat >>conftest.
$ac_ext <<_ACEOF
2030 /* end confdefs.h. */
2043 rm -f conftest.
$ac_objext
2044 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2045 (eval $ac_compile) 2>&5
2047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2048 (exit $ac_status); } &&
2049 { ac_try
='test -s conftest.$ac_objext'
2050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2054 (exit $ac_status); }; }; then
2057 echo "$as_me: failed program was:" >&5
2058 sed 's/^/| /' conftest.
$ac_ext >&5
2062 rm -f conftest.
$ac_objext conftest.
$ac_ext
2063 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
2066 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2067 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2068 GCC
=`test $ac_compiler_gnu = yes && echo yes`
2069 ac_test_CFLAGS
=${CFLAGS+set}
2070 ac_save_CFLAGS
=$CFLAGS
2072 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2073 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2074 if test "${ac_cv_prog_cc_g+set}" = set; then
2075 echo $ECHO_N "(cached) $ECHO_C" >&6
2077 cat >conftest.
$ac_ext <<_ACEOF
2078 #line $LINENO "configure"
2081 cat confdefs.h
>>conftest.
$ac_ext
2082 cat >>conftest.
$ac_ext <<_ACEOF
2083 /* end confdefs.h. */
2093 rm -f conftest.
$ac_objext
2094 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2095 (eval $ac_compile) 2>&5
2097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2098 (exit $ac_status); } &&
2099 { ac_try
='test -s conftest.$ac_objext'
2100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2104 (exit $ac_status); }; }; then
2107 echo "$as_me: failed program was:" >&5
2108 sed 's/^/| /' conftest.
$ac_ext >&5
2112 rm -f conftest.
$ac_objext conftest.
$ac_ext
2114 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2115 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2116 if test "$ac_test_CFLAGS" = set; then
2117 CFLAGS
=$ac_save_CFLAGS
2118 elif test $ac_cv_prog_cc_g = yes; then
2119 if test "$GCC" = yes; then
2125 if test "$GCC" = yes; then
2131 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2132 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2133 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2134 echo $ECHO_N "(cached) $ECHO_C" >&6
2136 ac_cv_prog_cc_stdc
=no
2138 cat >conftest.
$ac_ext <<_ACEOF
2139 #line $LINENO "configure"
2142 cat confdefs.h
>>conftest.
$ac_ext
2143 cat >>conftest.
$ac_ext <<_ACEOF
2144 /* end confdefs.h. */
2147 #include <sys/types.h>
2148 #include <sys/stat.h>
2149 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2150 struct buf { int x; };
2151 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2152 static char *e (p, i)
2158 static char *f (char * (*g) (char **, int), char **p, ...)
2163 s = g (p, va_arg (v,int));
2167 int test (int i, double x);
2168 struct s1 {int (*f) (int a);};
2169 struct s2 {int (*f) (double a);};
2170 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2176 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2181 # Don't try gcc -ansi; that turns off useful extensions and
2182 # breaks some systems' header files.
2183 # AIX -qlanglvl=ansi
2184 # Ultrix and OSF/1 -std1
2185 # HP-UX 10.20 and later -Ae
2186 # HP-UX older versions -Aa -D_HPUX_SOURCE
2187 # SVR4 -Xc -D__EXTENSIONS__
2188 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2190 CC
="$ac_save_CC $ac_arg"
2191 rm -f conftest.
$ac_objext
2192 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2193 (eval $ac_compile) 2>&5
2195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2196 (exit $ac_status); } &&
2197 { ac_try
='test -s conftest.$ac_objext'
2198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2202 (exit $ac_status); }; }; then
2203 ac_cv_prog_cc_stdc
=$ac_arg
2206 echo "$as_me: failed program was:" >&5
2207 sed 's/^/| /' conftest.
$ac_ext >&5
2210 rm -f conftest.
$ac_objext
2212 rm -f conftest.
$ac_ext conftest.
$ac_objext
2217 case "x$ac_cv_prog_cc_stdc" in
2219 echo "$as_me:$LINENO: result: none needed" >&5
2220 echo "${ECHO_T}none needed" >&6 ;;
2222 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2223 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2224 CC
="$CC $ac_cv_prog_cc_stdc" ;;
2227 # Some people use a C++ compiler to compile C. Since we use `exit',
2228 # in C++ we need to declare it. In case someone uses the same compiler
2229 # for both compiling C and C++ we need to have the C++ compiler decide
2230 # the declaration of exit, since it's the most demanding environment.
2231 cat >conftest.
$ac_ext <<_ACEOF
2236 rm -f conftest.
$ac_objext
2237 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2238 (eval $ac_compile) 2>&5
2240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2241 (exit $ac_status); } &&
2242 { ac_try
='test -s conftest.$ac_objext'
2243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2247 (exit $ac_status); }; }; then
2248 for ac_declaration
in \
2250 'extern "C" void std::exit (int) throw (); using std::exit;' \
2251 'extern "C" void std::exit (int); using std::exit;' \
2252 'extern "C" void exit (int) throw ();' \
2253 'extern "C" void exit (int);' \
2256 cat >conftest.
$ac_ext <<_ACEOF
2257 #line $LINENO "configure"
2260 cat confdefs.h
>>conftest.
$ac_ext
2261 cat >>conftest.
$ac_ext <<_ACEOF
2262 /* end confdefs.h. */
2273 rm -f conftest.
$ac_objext
2274 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2275 (eval $ac_compile) 2>&5
2277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2278 (exit $ac_status); } &&
2279 { ac_try
='test -s conftest.$ac_objext'
2280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2284 (exit $ac_status); }; }; then
2287 echo "$as_me: failed program was:" >&5
2288 sed 's/^/| /' conftest.
$ac_ext >&5
2292 rm -f conftest.
$ac_objext conftest.
$ac_ext
2293 cat >conftest.
$ac_ext <<_ACEOF
2294 #line $LINENO "configure"
2297 cat confdefs.h
>>conftest.
$ac_ext
2298 cat >>conftest.
$ac_ext <<_ACEOF
2299 /* end confdefs.h. */
2309 rm -f conftest.
$ac_objext
2310 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2311 (eval $ac_compile) 2>&5
2313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2314 (exit $ac_status); } &&
2315 { ac_try
='test -s conftest.$ac_objext'
2316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2320 (exit $ac_status); }; }; then
2323 echo "$as_me: failed program was:" >&5
2324 sed 's/^/| /' conftest.
$ac_ext >&5
2327 rm -f conftest.
$ac_objext conftest.
$ac_ext
2330 if test -n "$ac_declaration"; then
2331 echo '#ifdef __cplusplus' >>confdefs.h
2332 echo $ac_declaration >>confdefs.h
2333 echo '#endif' >>confdefs.h
2337 echo "$as_me: failed program was:" >&5
2338 sed 's/^/| /' conftest.
$ac_ext >&5
2341 rm -f conftest.
$ac_objext conftest.
$ac_ext
2343 ac_cpp
='$CPP $CPPFLAGS'
2344 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2345 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2346 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2349 ac_cpp
='$CPP $CPPFLAGS'
2350 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2351 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2352 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2353 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
2354 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
2355 # On Suns, sometimes $CPP names a directory.
2356 if test -n "$CPP" && test -d "$CPP"; then
2359 if test -z "$CPP"; then
2360 if test "${ac_cv_prog_CPP+set}" = set; then
2361 echo $ECHO_N "(cached) $ECHO_C" >&6
2363 # Double quotes because CPP needs to be expanded
2364 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
2367 for ac_c_preproc_warn_flag
in '' yes
2369 # Use a header file that comes with gcc, so configuring glibc
2370 # with a fresh cross-compiler works.
2371 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2372 # <limits.h> exists even on freestanding compilers.
2373 # On the NeXT, cc -E runs the code through the compiler's parser,
2374 # not just through cpp. "Syntax error" is here to catch this case.
2375 cat >conftest.
$ac_ext <<_ACEOF
2376 #line $LINENO "configure"
2379 cat confdefs.h
>>conftest.
$ac_ext
2380 cat >>conftest.
$ac_ext <<_ACEOF
2381 /* end confdefs.h. */
2383 # include <limits.h>
2385 # include <assert.h>
2389 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2390 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
2392 grep -v '^ *+' conftest.er1
>conftest.err
2394 cat conftest.err
>&5
2395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2396 (exit $ac_status); } >/dev
/null
; then
2397 if test -s conftest.err
; then
2398 ac_cpp_err
=$ac_c_preproc_warn_flag
2405 if test -z "$ac_cpp_err"; then
2408 echo "$as_me: failed program was:" >&5
2409 sed 's/^/| /' conftest.
$ac_ext >&5
2411 # Broken: fails on valid input.
2414 rm -f conftest.err conftest.
$ac_ext
2416 # OK, works on sane cases. Now check whether non-existent headers
2417 # can be detected and how.
2418 cat >conftest.
$ac_ext <<_ACEOF
2419 #line $LINENO "configure"
2422 cat confdefs.h
>>conftest.
$ac_ext
2423 cat >>conftest.
$ac_ext <<_ACEOF
2424 /* end confdefs.h. */
2425 #include <ac_nonexistent.h>
2427 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2428 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
2430 grep -v '^ *+' conftest.er1
>conftest.err
2432 cat conftest.err
>&5
2433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2434 (exit $ac_status); } >/dev
/null
; then
2435 if test -s conftest.err
; then
2436 ac_cpp_err
=$ac_c_preproc_warn_flag
2443 if test -z "$ac_cpp_err"; then
2444 # Broken: success on invalid input.
2447 echo "$as_me: failed program was:" >&5
2448 sed 's/^/| /' conftest.
$ac_ext >&5
2450 # Passes both tests.
2454 rm -f conftest.err conftest.
$ac_ext
2457 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2458 rm -f conftest.err conftest.
$ac_ext
2459 if $ac_preproc_ok; then
2471 echo "$as_me:$LINENO: result: $CPP" >&5
2472 echo "${ECHO_T}$CPP" >&6
2474 for ac_c_preproc_warn_flag
in '' yes
2476 # Use a header file that comes with gcc, so configuring glibc
2477 # with a fresh cross-compiler works.
2478 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2479 # <limits.h> exists even on freestanding compilers.
2480 # On the NeXT, cc -E runs the code through the compiler's parser,
2481 # not just through cpp. "Syntax error" is here to catch this case.
2482 cat >conftest.
$ac_ext <<_ACEOF
2483 #line $LINENO "configure"
2486 cat confdefs.h
>>conftest.
$ac_ext
2487 cat >>conftest.
$ac_ext <<_ACEOF
2488 /* end confdefs.h. */
2490 # include <limits.h>
2492 # include <assert.h>
2496 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2497 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
2499 grep -v '^ *+' conftest.er1
>conftest.err
2501 cat conftest.err
>&5
2502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2503 (exit $ac_status); } >/dev
/null
; then
2504 if test -s conftest.err
; then
2505 ac_cpp_err
=$ac_c_preproc_warn_flag
2512 if test -z "$ac_cpp_err"; then
2515 echo "$as_me: failed program was:" >&5
2516 sed 's/^/| /' conftest.
$ac_ext >&5
2518 # Broken: fails on valid input.
2521 rm -f conftest.err conftest.
$ac_ext
2523 # OK, works on sane cases. Now check whether non-existent headers
2524 # can be detected and how.
2525 cat >conftest.
$ac_ext <<_ACEOF
2526 #line $LINENO "configure"
2529 cat confdefs.h
>>conftest.
$ac_ext
2530 cat >>conftest.
$ac_ext <<_ACEOF
2531 /* end confdefs.h. */
2532 #include <ac_nonexistent.h>
2534 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2535 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
2537 grep -v '^ *+' conftest.er1
>conftest.err
2539 cat conftest.err
>&5
2540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2541 (exit $ac_status); } >/dev
/null
; then
2542 if test -s conftest.err
; then
2543 ac_cpp_err
=$ac_c_preproc_warn_flag
2550 if test -z "$ac_cpp_err"; then
2551 # Broken: success on invalid input.
2554 echo "$as_me: failed program was:" >&5
2555 sed 's/^/| /' conftest.
$ac_ext >&5
2557 # Passes both tests.
2561 rm -f conftest.err conftest.
$ac_ext
2564 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2565 rm -f conftest.err conftest.
$ac_ext
2566 if $ac_preproc_ok; then
2569 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
2570 See \`config.log' for more details." >&5
2571 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
2572 See \`config.log' for more details." >&2;}
2573 { (exit 1); exit 1; }; }
2577 ac_cpp
='$CPP $CPPFLAGS'
2578 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2579 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2580 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2583 echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
2584 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6
2585 if test "${wine_cv_toolsdir+set}" = set; then
2586 echo $ECHO_N "(cached) $ECHO_C" >&6
2588 if test -z "$with_wine_tools"; then
2589 if test "$cross_compiling" = "yes"; then
2590 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
2591 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
2592 { (exit 1); exit 1; }; }
2594 wine_cv_toolsdir
="\$(TOPOBJDIR)"
2596 elif test -d "$with_wine_tools/tools/winebuild"; then
2597 case $with_wine_tools in
2598 /*) wine_cv_toolsdir
="$with_wine_tools" ;;
2599 *) wine_cv_toolsdir
="\$(TOPOBJDIR)/$with_wine_tools" ;;
2602 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
2603 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
2604 { (exit 1); exit 1; }; }
2607 echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
2608 echo "${ECHO_T}$wine_cv_toolsdir" >&6
2609 TOOLSDIR
=$wine_cv_toolsdir
2614 echo "$as_me:$LINENO: checking for X" >&5
2615 echo $ECHO_N "checking for X... $ECHO_C" >&6
2618 # Check whether --with-x or --without-x was given.
2619 if test "${with_x+set}" = set; then
2623 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
2624 if test "x$with_x" = xno
; then
2625 # The user explicitly disabled X.
2628 if test "x$x_includes" != xNONE
&& test "x$x_libraries" != xNONE
; then
2629 # Both variables are already set.
2632 if test "${ac_cv_have_x+set}" = set; then
2633 echo $ECHO_N "(cached) $ECHO_C" >&6
2635 # One or both of the vars are not set, and there is no cached value.
2636 ac_x_includes
=no ac_x_libraries
=no
2638 if mkdir conftest.dir
; then
2640 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
2641 cat >Imakefile
<<'_ACEOF'
2643 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
2645 if (xmkmf
) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
2646 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2647 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
2648 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
2649 for ac_extension
in a so sl
; do
2650 if test ! -f $ac_im_usrlibdir/libX11.
$ac_extension &&
2651 test -f $ac_im_libdir/libX11.
$ac_extension; then
2652 ac_im_usrlibdir
=$ac_im_libdir; break
2655 # Screen out bogus values from the imake configuration. They are
2656 # bogus both because they are the default anyway, and because
2657 # using them would break gcc on systems where it needs fixed includes.
2658 case $ac_im_incroot in
2660 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
2662 case $ac_im_usrlibdir in
2664 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
2671 # Standard set of common directories for X headers.
2672 # Check X11 before X11Rn because it is often a symlink to the current release.
2684 /usr/local/X11/include
2685 /usr/local/X11R6/include
2686 /usr/local/X11R5/include
2687 /usr/local/X11R4/include
2689 /usr/local/include/X11
2690 /usr/local/include/X11R6
2691 /usr/local/include/X11R5
2692 /usr/local/include/X11R4
2696 /usr/XFree86/include/X11
2700 /usr/unsupported/include
2702 /usr/local/x11r5/include
2703 /usr/lpp/Xamples/include
2705 /usr/openwin/include
2706 /usr/openwin/share/include'
2708 if test "$ac_x_includes" = no
; then
2709 # Guess where to find include files, by looking for Intrinsic.h.
2710 # First, try using that file with no special directory specified.
2711 cat >conftest.
$ac_ext <<_ACEOF
2712 #line $LINENO "configure"
2715 cat confdefs.h
>>conftest.
$ac_ext
2716 cat >>conftest.
$ac_ext <<_ACEOF
2717 /* end confdefs.h. */
2718 #include <X11/Intrinsic.h>
2720 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2721 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
2723 grep -v '^ *+' conftest.er1
>conftest.err
2725 cat conftest.err
>&5
2726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2727 (exit $ac_status); } >/dev
/null
; then
2728 if test -s conftest.err
; then
2729 ac_cpp_err
=$ac_c_preproc_warn_flag
2736 if test -z "$ac_cpp_err"; then
2737 # We can compile using X headers with no special include directory.
2740 echo "$as_me: failed program was:" >&5
2741 sed 's/^/| /' conftest.
$ac_ext >&5
2743 for ac_dir
in $ac_x_header_dirs; do
2744 if test -r "$ac_dir/X11/Intrinsic.h"; then
2745 ac_x_includes
=$ac_dir
2750 rm -f conftest.err conftest.
$ac_ext
2751 fi # $ac_x_includes = no
2753 if test "$ac_x_libraries" = no
; then
2754 # Check for the libraries.
2755 # See if we find them without any special options.
2756 # Don't add to $LIBS permanently.
2759 cat >conftest.
$ac_ext <<_ACEOF
2760 #line $LINENO "configure"
2763 cat confdefs.h
>>conftest.
$ac_ext
2764 cat >>conftest.
$ac_ext <<_ACEOF
2765 /* end confdefs.h. */
2766 #include <X11/Intrinsic.h>
2775 rm -f conftest.
$ac_objext conftest
$ac_exeext
2776 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2777 (eval $ac_link) 2>&5
2779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2780 (exit $ac_status); } &&
2781 { ac_try
='test -s conftest$ac_exeext'
2782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2786 (exit $ac_status); }; }; then
2788 # We can link X programs with no special library path.
2791 echo "$as_me: failed program was:" >&5
2792 sed 's/^/| /' conftest.
$ac_ext >&5
2795 for ac_dir
in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
2797 # Don't even attempt the hair of trying to link an X program!
2798 for ac_extension
in a so sl
; do
2799 if test -r $ac_dir/libXt.
$ac_extension; then
2800 ac_x_libraries
=$ac_dir
2806 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
2807 fi # $ac_x_libraries = no
2809 if test "$ac_x_includes" = no ||
test "$ac_x_libraries" = no
; then
2810 # Didn't find X anywhere. Cache the known absence of X.
2811 ac_cv_have_x
="have_x=no"
2813 # Record where we found X for the cache.
2814 ac_cv_have_x
="have_x=yes \
2815 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
2820 eval "$ac_cv_have_x"
2823 if test "$have_x" != yes; then
2824 echo "$as_me:$LINENO: result: $have_x" >&5
2825 echo "${ECHO_T}$have_x" >&6
2828 # If each of the values was on the command line, it overrides each guess.
2829 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
2830 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
2831 # Update the cache value to reflect the command line values.
2832 ac_cv_have_x
="have_x=yes \
2833 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
2834 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
2835 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
2838 if test "$no_x" = yes; then
2839 # Not all programs may use this symbol, but it does not hurt to define it.
2841 cat >>confdefs.h
<<\_ACEOF
2842 #define X_DISPLAY_MISSING 1
2845 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
2847 if test -n "$x_includes"; then
2848 X_CFLAGS
="$X_CFLAGS -I$x_includes"
2851 # It would also be nice to do this for all -L options, not just this one.
2852 if test -n "$x_libraries"; then
2853 X_LIBS
="$X_LIBS -L$x_libraries"
2854 # For Solaris; some versions of Sun CC require a space after -R and
2855 # others require no space. Words are not sufficient . . . .
2856 case `(uname -sr) 2>/dev/null` in
2858 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
2859 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
2860 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
2861 cat >conftest.
$ac_ext <<_ACEOF
2862 #line $LINENO "configure"
2865 cat confdefs.h
>>conftest.
$ac_ext
2866 cat >>conftest.
$ac_ext <<_ACEOF
2867 /* end confdefs.h. */
2877 rm -f conftest.
$ac_objext conftest
$ac_exeext
2878 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2879 (eval $ac_link) 2>&5
2881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2882 (exit $ac_status); } &&
2883 { ac_try
='test -s conftest$ac_exeext'
2884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2888 (exit $ac_status); }; }; then
2891 echo "$as_me: failed program was:" >&5
2892 sed 's/^/| /' conftest.
$ac_ext >&5
2896 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
2897 if test $ac_R_nospace = yes; then
2898 echo "$as_me:$LINENO: result: no" >&5
2899 echo "${ECHO_T}no" >&6
2900 X_LIBS
="$X_LIBS -R$x_libraries"
2902 LIBS
="$ac_xsave_LIBS -R $x_libraries"
2903 cat >conftest.
$ac_ext <<_ACEOF
2904 #line $LINENO "configure"
2907 cat confdefs.h
>>conftest.
$ac_ext
2908 cat >>conftest.
$ac_ext <<_ACEOF
2909 /* end confdefs.h. */
2919 rm -f conftest.
$ac_objext conftest
$ac_exeext
2920 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2921 (eval $ac_link) 2>&5
2923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2924 (exit $ac_status); } &&
2925 { ac_try
='test -s conftest$ac_exeext'
2926 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2930 (exit $ac_status); }; }; then
2933 echo "$as_me: failed program was:" >&5
2934 sed 's/^/| /' conftest.
$ac_ext >&5
2938 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
2939 if test $ac_R_space = yes; then
2940 echo "$as_me:$LINENO: result: yes" >&5
2941 echo "${ECHO_T}yes" >&6
2942 X_LIBS
="$X_LIBS -R $x_libraries"
2944 echo "$as_me:$LINENO: result: neither works" >&5
2945 echo "${ECHO_T}neither works" >&6
2952 # Check for system-dependent libraries X programs must link with.
2953 # Do this before checking for the system-independent R6 libraries
2954 # (-lICE), since we may need -lsocket or whatever for X linking.
2956 if test "$ISC" = yes; then
2957 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
2959 # Martyn Johnson says this is needed for Ultrix, if the X
2960 # libraries were built with DECnet support. And Karl Berry says
2961 # the Alpha needs dnet_stub (dnet does not exist).
2962 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
2963 cat >conftest.
$ac_ext <<_ACEOF
2964 #line $LINENO "configure"
2967 cat confdefs.h
>>conftest.
$ac_ext
2968 cat >>conftest.
$ac_ext <<_ACEOF
2969 /* end confdefs.h. */
2971 /* Override any gcc2 internal prototype to avoid an error. */
2975 /* We use char because int might match the return type of a gcc2
2976 builtin and then its argument prototype would still apply. */
2977 char XOpenDisplay ();
2986 rm -f conftest.
$ac_objext conftest
$ac_exeext
2987 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2988 (eval $ac_link) 2>&5
2990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2991 (exit $ac_status); } &&
2992 { ac_try
='test -s conftest$ac_exeext'
2993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2997 (exit $ac_status); }; }; then
3000 echo "$as_me: failed program was:" >&5
3001 sed 's/^/| /' conftest.
$ac_ext >&5
3003 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
3004 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
3005 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
3006 echo $ECHO_N "(cached) $ECHO_C" >&6
3008 ac_check_lib_save_LIBS
=$LIBS
3010 cat >conftest.
$ac_ext <<_ACEOF
3011 #line $LINENO "configure"
3014 cat confdefs.h
>>conftest.
$ac_ext
3015 cat >>conftest.
$ac_ext <<_ACEOF
3016 /* end confdefs.h. */
3018 /* Override any gcc2 internal prototype to avoid an error. */
3022 /* We use char because int might match the return type of a gcc2
3023 builtin and then its argument prototype would still apply. */
3033 rm -f conftest.
$ac_objext conftest
$ac_exeext
3034 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3035 (eval $ac_link) 2>&5
3037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3038 (exit $ac_status); } &&
3039 { ac_try
='test -s conftest$ac_exeext'
3040 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3044 (exit $ac_status); }; }; then
3045 ac_cv_lib_dnet_dnet_ntoa
=yes
3047 echo "$as_me: failed program was:" >&5
3048 sed 's/^/| /' conftest.
$ac_ext >&5
3050 ac_cv_lib_dnet_dnet_ntoa
=no
3052 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
3053 LIBS
=$ac_check_lib_save_LIBS
3055 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
3056 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
3057 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
3058 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
3061 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
3062 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
3063 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
3064 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
3065 echo $ECHO_N "(cached) $ECHO_C" >&6
3067 ac_check_lib_save_LIBS
=$LIBS
3068 LIBS
="-ldnet_stub $LIBS"
3069 cat >conftest.
$ac_ext <<_ACEOF
3070 #line $LINENO "configure"
3073 cat confdefs.h
>>conftest.
$ac_ext
3074 cat >>conftest.
$ac_ext <<_ACEOF
3075 /* end confdefs.h. */
3077 /* Override any gcc2 internal prototype to avoid an error. */
3081 /* We use char because int might match the return type of a gcc2
3082 builtin and then its argument prototype would still apply. */
3092 rm -f conftest.
$ac_objext conftest
$ac_exeext
3093 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3094 (eval $ac_link) 2>&5
3096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3097 (exit $ac_status); } &&
3098 { ac_try
='test -s conftest$ac_exeext'
3099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3103 (exit $ac_status); }; }; then
3104 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
3106 echo "$as_me: failed program was:" >&5
3107 sed 's/^/| /' conftest.
$ac_ext >&5
3109 ac_cv_lib_dnet_stub_dnet_ntoa
=no
3111 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
3112 LIBS
=$ac_check_lib_save_LIBS
3114 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
3115 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
3116 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
3117 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
3122 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
3123 LIBS
="$ac_xsave_LIBS"
3125 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
3126 # to get the SysV transport functions.
3127 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
3129 # The nsl library prevents programs from opening the X display
3130 # on Irix 5.2, according to T.E. Dickey.
3131 # The functions gethostbyname, getservbyname, and inet_addr are
3132 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
3133 echo "$as_me:$LINENO: checking for gethostbyname" >&5
3134 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
3135 if test "${ac_cv_func_gethostbyname+set}" = set; then
3136 echo $ECHO_N "(cached) $ECHO_C" >&6
3138 cat >conftest.
$ac_ext <<_ACEOF
3139 #line $LINENO "configure"
3142 cat confdefs.h
>>conftest.
$ac_ext
3143 cat >>conftest.
$ac_ext <<_ACEOF
3144 /* end confdefs.h. */
3145 /* System header to define __stub macros and hopefully few prototypes,
3146 which can conflict with char gethostbyname (); below.
3147 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3148 <limits.h> exists even on freestanding compilers. */
3150 # include <limits.h>
3152 # include <assert.h>
3154 /* Override any gcc2 internal prototype to avoid an error. */
3159 /* We use char because int might match the return type of a gcc2
3160 builtin and then its argument prototype would still apply. */
3161 char gethostbyname ();
3162 /* The GNU C library defines this for functions which it implements
3163 to always fail with ENOSYS. Some functions are actually named
3164 something starting with __ and the normal name is an alias. */
3165 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
3168 char (*f) () = gethostbyname;
3177 return f != gethostbyname;
3182 rm -f conftest.
$ac_objext conftest
$ac_exeext
3183 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3184 (eval $ac_link) 2>&5
3186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3187 (exit $ac_status); } &&
3188 { ac_try
='test -s conftest$ac_exeext'
3189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3193 (exit $ac_status); }; }; then
3194 ac_cv_func_gethostbyname
=yes
3196 echo "$as_me: failed program was:" >&5
3197 sed 's/^/| /' conftest.
$ac_ext >&5
3199 ac_cv_func_gethostbyname
=no
3201 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
3203 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
3204 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
3206 if test $ac_cv_func_gethostbyname = no
; then
3207 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
3208 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
3209 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
3210 echo $ECHO_N "(cached) $ECHO_C" >&6
3212 ac_check_lib_save_LIBS
=$LIBS
3214 cat >conftest.
$ac_ext <<_ACEOF
3215 #line $LINENO "configure"
3218 cat confdefs.h
>>conftest.
$ac_ext
3219 cat >>conftest.
$ac_ext <<_ACEOF
3220 /* end confdefs.h. */
3222 /* Override any gcc2 internal prototype to avoid an error. */
3226 /* We use char because int might match the return type of a gcc2
3227 builtin and then its argument prototype would still apply. */
3228 char gethostbyname ();
3237 rm -f conftest.
$ac_objext conftest
$ac_exeext
3238 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3239 (eval $ac_link) 2>&5
3241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3242 (exit $ac_status); } &&
3243 { ac_try
='test -s conftest$ac_exeext'
3244 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3248 (exit $ac_status); }; }; then
3249 ac_cv_lib_nsl_gethostbyname
=yes
3251 echo "$as_me: failed program was:" >&5
3252 sed 's/^/| /' conftest.
$ac_ext >&5
3254 ac_cv_lib_nsl_gethostbyname
=no
3256 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
3257 LIBS
=$ac_check_lib_save_LIBS
3259 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
3260 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
3261 if test $ac_cv_lib_nsl_gethostbyname = yes; then
3262 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
3265 if test $ac_cv_lib_nsl_gethostbyname = no
; then
3266 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
3267 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
3268 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
3269 echo $ECHO_N "(cached) $ECHO_C" >&6
3271 ac_check_lib_save_LIBS
=$LIBS
3273 cat >conftest.
$ac_ext <<_ACEOF
3274 #line $LINENO "configure"
3277 cat confdefs.h
>>conftest.
$ac_ext
3278 cat >>conftest.
$ac_ext <<_ACEOF
3279 /* end confdefs.h. */
3281 /* Override any gcc2 internal prototype to avoid an error. */
3285 /* We use char because int might match the return type of a gcc2
3286 builtin and then its argument prototype would still apply. */
3287 char gethostbyname ();
3296 rm -f conftest.
$ac_objext conftest
$ac_exeext
3297 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3298 (eval $ac_link) 2>&5
3300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3301 (exit $ac_status); } &&
3302 { ac_try
='test -s conftest$ac_exeext'
3303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3307 (exit $ac_status); }; }; then
3308 ac_cv_lib_bsd_gethostbyname
=yes
3310 echo "$as_me: failed program was:" >&5
3311 sed 's/^/| /' conftest.
$ac_ext >&5
3313 ac_cv_lib_bsd_gethostbyname
=no
3315 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
3316 LIBS
=$ac_check_lib_save_LIBS
3318 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
3319 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
3320 if test $ac_cv_lib_bsd_gethostbyname = yes; then
3321 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
3327 # lieder@skyler.mavd.honeywell.com says without -lsocket,
3328 # socket/setsockopt and other routines are undefined under SCO ODT
3329 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
3330 # on later versions), says Simon Leinen: it contains gethostby*
3331 # variants that don't use the name server (or something). -lsocket
3332 # must be given before -lnsl if both are needed. We assume that
3333 # if connect needs -lnsl, so does gethostbyname.
3334 echo "$as_me:$LINENO: checking for connect" >&5
3335 echo $ECHO_N "checking for connect... $ECHO_C" >&6
3336 if test "${ac_cv_func_connect+set}" = set; then
3337 echo $ECHO_N "(cached) $ECHO_C" >&6
3339 cat >conftest.
$ac_ext <<_ACEOF
3340 #line $LINENO "configure"
3343 cat confdefs.h
>>conftest.
$ac_ext
3344 cat >>conftest.
$ac_ext <<_ACEOF
3345 /* end confdefs.h. */
3346 /* System header to define __stub macros and hopefully few prototypes,
3347 which can conflict with char connect (); below.
3348 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3349 <limits.h> exists even on freestanding compilers. */
3351 # include <limits.h>
3353 # include <assert.h>
3355 /* Override any gcc2 internal prototype to avoid an error. */
3360 /* We use char because int might match the return type of a gcc2
3361 builtin and then its argument prototype would still apply. */
3363 /* The GNU C library defines this for functions which it implements
3364 to always fail with ENOSYS. Some functions are actually named
3365 something starting with __ and the normal name is an alias. */
3366 #if defined (__stub_connect) || defined (__stub___connect)
3369 char (*f) () = connect;
3378 return f != connect;
3383 rm -f conftest.
$ac_objext conftest
$ac_exeext
3384 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3385 (eval $ac_link) 2>&5
3387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3388 (exit $ac_status); } &&
3389 { ac_try
='test -s conftest$ac_exeext'
3390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3394 (exit $ac_status); }; }; then
3395 ac_cv_func_connect
=yes
3397 echo "$as_me: failed program was:" >&5
3398 sed 's/^/| /' conftest.
$ac_ext >&5
3400 ac_cv_func_connect
=no
3402 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
3404 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
3405 echo "${ECHO_T}$ac_cv_func_connect" >&6
3407 if test $ac_cv_func_connect = no
; then
3408 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
3409 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
3410 if test "${ac_cv_lib_socket_connect+set}" = set; then
3411 echo $ECHO_N "(cached) $ECHO_C" >&6
3413 ac_check_lib_save_LIBS
=$LIBS
3414 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
3415 cat >conftest.
$ac_ext <<_ACEOF
3416 #line $LINENO "configure"
3419 cat confdefs.h
>>conftest.
$ac_ext
3420 cat >>conftest.
$ac_ext <<_ACEOF
3421 /* end confdefs.h. */
3423 /* Override any gcc2 internal prototype to avoid an error. */
3427 /* We use char because int might match the return type of a gcc2
3428 builtin and then its argument prototype would still apply. */
3438 rm -f conftest.
$ac_objext conftest
$ac_exeext
3439 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3440 (eval $ac_link) 2>&5
3442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3443 (exit $ac_status); } &&
3444 { ac_try
='test -s conftest$ac_exeext'
3445 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3449 (exit $ac_status); }; }; then
3450 ac_cv_lib_socket_connect
=yes
3452 echo "$as_me: failed program was:" >&5
3453 sed 's/^/| /' conftest.
$ac_ext >&5
3455 ac_cv_lib_socket_connect
=no
3457 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
3458 LIBS
=$ac_check_lib_save_LIBS
3460 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
3461 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
3462 if test $ac_cv_lib_socket_connect = yes; then
3463 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
3468 # Guillermo Gomez says -lposix is necessary on A/UX.
3469 echo "$as_me:$LINENO: checking for remove" >&5
3470 echo $ECHO_N "checking for remove... $ECHO_C" >&6
3471 if test "${ac_cv_func_remove+set}" = set; then
3472 echo $ECHO_N "(cached) $ECHO_C" >&6
3474 cat >conftest.
$ac_ext <<_ACEOF
3475 #line $LINENO "configure"
3478 cat confdefs.h
>>conftest.
$ac_ext
3479 cat >>conftest.
$ac_ext <<_ACEOF
3480 /* end confdefs.h. */
3481 /* System header to define __stub macros and hopefully few prototypes,
3482 which can conflict with char remove (); below.
3483 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3484 <limits.h> exists even on freestanding compilers. */
3486 # include <limits.h>
3488 # include <assert.h>
3490 /* Override any gcc2 internal prototype to avoid an error. */
3495 /* We use char because int might match the return type of a gcc2
3496 builtin and then its argument prototype would still apply. */
3498 /* The GNU C library defines this for functions which it implements
3499 to always fail with ENOSYS. Some functions are actually named
3500 something starting with __ and the normal name is an alias. */
3501 #if defined (__stub_remove) || defined (__stub___remove)
3504 char (*f) () = remove;
3518 rm -f conftest.
$ac_objext conftest
$ac_exeext
3519 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3520 (eval $ac_link) 2>&5
3522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3523 (exit $ac_status); } &&
3524 { ac_try
='test -s conftest$ac_exeext'
3525 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3529 (exit $ac_status); }; }; then
3530 ac_cv_func_remove
=yes
3532 echo "$as_me: failed program was:" >&5
3533 sed 's/^/| /' conftest.
$ac_ext >&5
3535 ac_cv_func_remove
=no
3537 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
3539 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
3540 echo "${ECHO_T}$ac_cv_func_remove" >&6
3542 if test $ac_cv_func_remove = no
; then
3543 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
3544 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
3545 if test "${ac_cv_lib_posix_remove+set}" = set; then
3546 echo $ECHO_N "(cached) $ECHO_C" >&6
3548 ac_check_lib_save_LIBS
=$LIBS
3549 LIBS
="-lposix $LIBS"
3550 cat >conftest.
$ac_ext <<_ACEOF
3551 #line $LINENO "configure"
3554 cat confdefs.h
>>conftest.
$ac_ext
3555 cat >>conftest.
$ac_ext <<_ACEOF
3556 /* end confdefs.h. */
3558 /* Override any gcc2 internal prototype to avoid an error. */
3562 /* We use char because int might match the return type of a gcc2
3563 builtin and then its argument prototype would still apply. */
3573 rm -f conftest.
$ac_objext conftest
$ac_exeext
3574 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3575 (eval $ac_link) 2>&5
3577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3578 (exit $ac_status); } &&
3579 { ac_try
='test -s conftest$ac_exeext'
3580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3584 (exit $ac_status); }; }; then
3585 ac_cv_lib_posix_remove
=yes
3587 echo "$as_me: failed program was:" >&5
3588 sed 's/^/| /' conftest.
$ac_ext >&5
3590 ac_cv_lib_posix_remove
=no
3592 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
3593 LIBS
=$ac_check_lib_save_LIBS
3595 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
3596 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
3597 if test $ac_cv_lib_posix_remove = yes; then
3598 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
3603 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
3604 echo "$as_me:$LINENO: checking for shmat" >&5
3605 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
3606 if test "${ac_cv_func_shmat+set}" = set; then
3607 echo $ECHO_N "(cached) $ECHO_C" >&6
3609 cat >conftest.
$ac_ext <<_ACEOF
3610 #line $LINENO "configure"
3613 cat confdefs.h
>>conftest.
$ac_ext
3614 cat >>conftest.
$ac_ext <<_ACEOF
3615 /* end confdefs.h. */
3616 /* System header to define __stub macros and hopefully few prototypes,
3617 which can conflict with char shmat (); below.
3618 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3619 <limits.h> exists even on freestanding compilers. */
3621 # include <limits.h>
3623 # include <assert.h>
3625 /* Override any gcc2 internal prototype to avoid an error. */
3630 /* We use char because int might match the return type of a gcc2
3631 builtin and then its argument prototype would still apply. */
3633 /* The GNU C library defines this for functions which it implements
3634 to always fail with ENOSYS. Some functions are actually named
3635 something starting with __ and the normal name is an alias. */
3636 #if defined (__stub_shmat) || defined (__stub___shmat)
3639 char (*f) () = shmat;
3653 rm -f conftest.
$ac_objext conftest
$ac_exeext
3654 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3655 (eval $ac_link) 2>&5
3657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3658 (exit $ac_status); } &&
3659 { ac_try
='test -s conftest$ac_exeext'
3660 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3664 (exit $ac_status); }; }; then
3665 ac_cv_func_shmat
=yes
3667 echo "$as_me: failed program was:" >&5
3668 sed 's/^/| /' conftest.
$ac_ext >&5
3672 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
3674 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
3675 echo "${ECHO_T}$ac_cv_func_shmat" >&6
3677 if test $ac_cv_func_shmat = no
; then
3678 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
3679 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
3680 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
3681 echo $ECHO_N "(cached) $ECHO_C" >&6
3683 ac_check_lib_save_LIBS
=$LIBS
3685 cat >conftest.
$ac_ext <<_ACEOF
3686 #line $LINENO "configure"
3689 cat confdefs.h
>>conftest.
$ac_ext
3690 cat >>conftest.
$ac_ext <<_ACEOF
3691 /* end confdefs.h. */
3693 /* Override any gcc2 internal prototype to avoid an error. */
3697 /* We use char because int might match the return type of a gcc2
3698 builtin and then its argument prototype would still apply. */
3708 rm -f conftest.
$ac_objext conftest
$ac_exeext
3709 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3710 (eval $ac_link) 2>&5
3712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3713 (exit $ac_status); } &&
3714 { ac_try
='test -s conftest$ac_exeext'
3715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3719 (exit $ac_status); }; }; then
3720 ac_cv_lib_ipc_shmat
=yes
3722 echo "$as_me: failed program was:" >&5
3723 sed 's/^/| /' conftest.
$ac_ext >&5
3725 ac_cv_lib_ipc_shmat
=no
3727 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
3728 LIBS
=$ac_check_lib_save_LIBS
3730 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
3731 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
3732 if test $ac_cv_lib_ipc_shmat = yes; then
3733 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
3739 # Check for libraries that X11R6 Xt/Xaw programs need.
3740 ac_save_LDFLAGS
=$LDFLAGS
3741 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
3742 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
3743 # check for ICE first), but we must link in the order -lSM -lICE or
3744 # we get undefined symbols. So assume we have SM if we have ICE.
3745 # These have to be linked with before -lX11, unlike the other
3746 # libraries we check for below, so use a different variable.
3747 # John Interrante, Karl Berry
3748 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
3749 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
3750 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
3751 echo $ECHO_N "(cached) $ECHO_C" >&6
3753 ac_check_lib_save_LIBS
=$LIBS
3754 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
3755 cat >conftest.
$ac_ext <<_ACEOF
3756 #line $LINENO "configure"
3759 cat confdefs.h
>>conftest.
$ac_ext
3760 cat >>conftest.
$ac_ext <<_ACEOF
3761 /* end confdefs.h. */
3763 /* Override any gcc2 internal prototype to avoid an error. */
3767 /* We use char because int might match the return type of a gcc2
3768 builtin and then its argument prototype would still apply. */
3769 char IceConnectionNumber ();
3773 IceConnectionNumber ();
3778 rm -f conftest.
$ac_objext conftest
$ac_exeext
3779 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3780 (eval $ac_link) 2>&5
3782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3783 (exit $ac_status); } &&
3784 { ac_try
='test -s conftest$ac_exeext'
3785 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3789 (exit $ac_status); }; }; then
3790 ac_cv_lib_ICE_IceConnectionNumber
=yes
3792 echo "$as_me: failed program was:" >&5
3793 sed 's/^/| /' conftest.
$ac_ext >&5
3795 ac_cv_lib_ICE_IceConnectionNumber
=no
3797 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
3798 LIBS
=$ac_check_lib_save_LIBS
3800 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
3801 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
3802 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
3803 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
3806 LDFLAGS
=$ac_save_LDFLAGS
3810 for ac_prog
in 'bison -y' byacc
3812 # Extract the first word of "$ac_prog", so it can be a program name with args.
3813 set dummy
$ac_prog; ac_word
=$2
3814 echo "$as_me:$LINENO: checking for $ac_word" >&5
3815 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3816 if test "${ac_cv_prog_YACC+set}" = set; then
3817 echo $ECHO_N "(cached) $ECHO_C" >&6
3819 if test -n "$YACC"; then
3820 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
3822 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3826 test -z "$as_dir" && as_dir
=.
3827 for ac_exec_ext
in '' $ac_executable_extensions; do
3828 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3829 ac_cv_prog_YACC
="$ac_prog"
3830 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3838 YACC
=$ac_cv_prog_YACC
3839 if test -n "$YACC"; then
3840 echo "$as_me:$LINENO: result: $YACC" >&5
3841 echo "${ECHO_T}$YACC" >&6
3843 echo "$as_me:$LINENO: result: no" >&5
3844 echo "${ECHO_T}no" >&6
3847 test -n "$YACC" && break
3849 test -n "$YACC" || YACC
="yacc"
3851 for ac_prog
in flex
lex
3853 # Extract the first word of "$ac_prog", so it can be a program name with args.
3854 set dummy
$ac_prog; ac_word
=$2
3855 echo "$as_me:$LINENO: checking for $ac_word" >&5
3856 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3857 if test "${ac_cv_prog_LEX+set}" = set; then
3858 echo $ECHO_N "(cached) $ECHO_C" >&6
3860 if test -n "$LEX"; then
3861 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
3863 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3867 test -z "$as_dir" && as_dir
=.
3868 for ac_exec_ext
in '' $ac_executable_extensions; do
3869 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3870 ac_cv_prog_LEX
="$ac_prog"
3871 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3880 if test -n "$LEX"; then
3881 echo "$as_me:$LINENO: result: $LEX" >&5
3882 echo "${ECHO_T}$LEX" >&6
3884 echo "$as_me:$LINENO: result: no" >&5
3885 echo "${ECHO_T}no" >&6
3888 test -n "$LEX" && break
3890 test -n "$LEX" || LEX
=":"
3892 if test -z "$LEXLIB"
3894 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
3895 echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
3896 if test "${ac_cv_lib_fl_yywrap+set}" = set; then
3897 echo $ECHO_N "(cached) $ECHO_C" >&6
3899 ac_check_lib_save_LIBS
=$LIBS
3901 cat >conftest.
$ac_ext <<_ACEOF
3902 #line $LINENO "configure"
3905 cat confdefs.h
>>conftest.
$ac_ext
3906 cat >>conftest.
$ac_ext <<_ACEOF
3907 /* end confdefs.h. */
3909 /* Override any gcc2 internal prototype to avoid an error. */
3913 /* We use char because int might match the return type of a gcc2
3914 builtin and then its argument prototype would still apply. */
3924 rm -f conftest.
$ac_objext conftest
$ac_exeext
3925 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3926 (eval $ac_link) 2>&5
3928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3929 (exit $ac_status); } &&
3930 { ac_try
='test -s conftest$ac_exeext'
3931 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3935 (exit $ac_status); }; }; then
3936 ac_cv_lib_fl_yywrap
=yes
3938 echo "$as_me: failed program was:" >&5
3939 sed 's/^/| /' conftest.
$ac_ext >&5
3941 ac_cv_lib_fl_yywrap
=no
3943 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
3944 LIBS
=$ac_check_lib_save_LIBS
3946 echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
3947 echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
3948 if test $ac_cv_lib_fl_yywrap = yes; then
3951 echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
3952 echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
3953 if test "${ac_cv_lib_l_yywrap+set}" = set; then
3954 echo $ECHO_N "(cached) $ECHO_C" >&6
3956 ac_check_lib_save_LIBS
=$LIBS
3958 cat >conftest.
$ac_ext <<_ACEOF
3959 #line $LINENO "configure"
3962 cat confdefs.h
>>conftest.
$ac_ext
3963 cat >>conftest.
$ac_ext <<_ACEOF
3964 /* end confdefs.h. */
3966 /* Override any gcc2 internal prototype to avoid an error. */
3970 /* We use char because int might match the return type of a gcc2
3971 builtin and then its argument prototype would still apply. */
3981 rm -f conftest.
$ac_objext conftest
$ac_exeext
3982 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3983 (eval $ac_link) 2>&5
3985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3986 (exit $ac_status); } &&
3987 { ac_try
='test -s conftest$ac_exeext'
3988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3992 (exit $ac_status); }; }; then
3993 ac_cv_lib_l_yywrap
=yes
3995 echo "$as_me: failed program was:" >&5
3996 sed 's/^/| /' conftest.
$ac_ext >&5
3998 ac_cv_lib_l_yywrap
=no
4000 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
4001 LIBS
=$ac_check_lib_save_LIBS
4003 echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
4004 echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
4005 if test $ac_cv_lib_l_yywrap = yes; then
4013 if test "x$LEX" != "x:"; then
4014 echo "$as_me:$LINENO: checking lex output file root" >&5
4015 echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
4016 if test "${ac_cv_prog_lex_root+set}" = set; then
4017 echo $ECHO_N "(cached) $ECHO_C" >&6
4019 # The minimal lex program is just a single line: %%. But some broken lexes
4020 # (Solaris, I think it was) want two %% lines, so accommodate them.
4021 cat >conftest.l
<<_ACEOF
4025 { (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
4026 (eval $LEX conftest.l
) 2>&5
4028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4029 (exit $ac_status); }
4030 if test -f lex.yy.c
; then
4031 ac_cv_prog_lex_root
=lex.yy
4032 elif test -f lexyy.c
; then
4033 ac_cv_prog_lex_root
=lexyy
4035 { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
4036 echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
4037 { (exit 1); exit 1; }; }
4040 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
4041 echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
4043 LEX_OUTPUT_ROOT
=$ac_cv_prog_lex_root
4045 echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
4046 echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
4047 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
4048 echo $ECHO_N "(cached) $ECHO_C" >&6
4050 # POSIX says lex can declare yytext either as a pointer or an array; the
4051 # default is implementation-dependent. Figure out which it is, since
4052 # not all implementations provide the %pointer and %array declarations.
4053 ac_cv_prog_lex_yytext_pointer
=no
4054 echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
4056 LIBS
="$LIBS $LEXLIB"
4057 cat >conftest.
$ac_ext <<_ACEOF
4058 `cat $LEX_OUTPUT_ROOT.c`
4060 rm -f conftest.
$ac_objext conftest
$ac_exeext
4061 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4062 (eval $ac_link) 2>&5
4064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4065 (exit $ac_status); } &&
4066 { ac_try
='test -s conftest$ac_exeext'
4067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4071 (exit $ac_status); }; }; then
4072 ac_cv_prog_lex_yytext_pointer
=yes
4074 echo "$as_me: failed program was:" >&5
4075 sed 's/^/| /' conftest.
$ac_ext >&5
4078 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
4080 rm -f "${LEX_OUTPUT_ROOT}.c"
4083 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
4084 echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
4085 if test $ac_cv_prog_lex_yytext_pointer = yes; then
4087 cat >>confdefs.h
<<\_ACEOF
4088 #define YYTEXT_POINTER 1
4095 for ac_prog
in $YACC bison
yacc
4097 # Extract the first word of "$ac_prog", so it can be a program name with args.
4098 set dummy
$ac_prog; ac_word
=$2
4099 echo "$as_me:$LINENO: checking for $ac_word" >&5
4100 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4101 if test "${ac_cv_prog_XYACC+set}" = set; then
4102 echo $ECHO_N "(cached) $ECHO_C" >&6
4104 if test -n "$XYACC"; then
4105 ac_cv_prog_XYACC
="$XYACC" # Let the user override the test.
4107 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4111 test -z "$as_dir" && as_dir
=.
4112 for ac_exec_ext
in '' $ac_executable_extensions; do
4113 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4114 ac_cv_prog_XYACC
="$ac_prog"
4115 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4123 XYACC
=$ac_cv_prog_XYACC
4124 if test -n "$XYACC"; then
4125 echo "$as_me:$LINENO: result: $XYACC" >&5
4126 echo "${ECHO_T}$XYACC" >&6
4128 echo "$as_me:$LINENO: result: no" >&5
4129 echo "${ECHO_T}no" >&6
4132 test -n "$XYACC" && break
4134 test -n "$XYACC" || XYACC
="none"
4136 if test "$XYACC" = "none"
4138 { { echo "$as_me:$LINENO: error: no suitable bison/yacc found. Please install the 'bison' package." >&5
4139 echo "$as_me: error: no suitable bison/yacc found. Please install the 'bison' package." >&2;}
4140 { (exit 1); exit 1; }; }
4142 for ac_prog
in $LEX flex
lex
4144 # Extract the first word of "$ac_prog", so it can be a program name with args.
4145 set dummy
$ac_prog; ac_word
=$2
4146 echo "$as_me:$LINENO: checking for $ac_word" >&5
4147 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4148 if test "${ac_cv_prog_XLEX+set}" = set; then
4149 echo $ECHO_N "(cached) $ECHO_C" >&6
4151 if test -n "$XLEX"; then
4152 ac_cv_prog_XLEX
="$XLEX" # Let the user override the test.
4154 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4158 test -z "$as_dir" && as_dir
=.
4159 for ac_exec_ext
in '' $ac_executable_extensions; do
4160 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4161 ac_cv_prog_XLEX
="$ac_prog"
4162 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4170 XLEX
=$ac_cv_prog_XLEX
4171 if test -n "$XLEX"; then
4172 echo "$as_me:$LINENO: result: $XLEX" >&5
4173 echo "${ECHO_T}$XLEX" >&6
4175 echo "$as_me:$LINENO: result: no" >&5
4176 echo "${ECHO_T}no" >&6
4179 test -n "$XLEX" && break
4181 test -n "$XLEX" || XLEX
="none"
4183 if test "$XLEX" = "none"
4185 { { echo "$as_me:$LINENO: error: no suitable lex found. Please install the 'flex' package." >&5
4186 echo "$as_me: error: no suitable lex found. Please install the 'flex' package." >&2;}
4187 { (exit 1); exit 1; }; }
4190 if test -n "$ac_tool_prefix"; then
4191 for ac_prog
in gas as
4193 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4194 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4195 echo "$as_me:$LINENO: checking for $ac_word" >&5
4196 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4197 if test "${ac_cv_prog_AS+set}" = set; then
4198 echo $ECHO_N "(cached) $ECHO_C" >&6
4200 if test -n "$AS"; then
4201 ac_cv_prog_AS
="$AS" # Let the user override the test.
4203 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4207 test -z "$as_dir" && as_dir
=.
4208 for ac_exec_ext
in '' $ac_executable_extensions; do
4209 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4210 ac_cv_prog_AS
="$ac_tool_prefix$ac_prog"
4211 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4220 if test -n "$AS"; then
4221 echo "$as_me:$LINENO: result: $AS" >&5
4222 echo "${ECHO_T}$AS" >&6
4224 echo "$as_me:$LINENO: result: no" >&5
4225 echo "${ECHO_T}no" >&6
4228 test -n "$AS" && break
4231 if test -z "$AS"; then
4233 for ac_prog
in gas as
4235 # Extract the first word of "$ac_prog", so it can be a program name with args.
4236 set dummy
$ac_prog; ac_word
=$2
4237 echo "$as_me:$LINENO: checking for $ac_word" >&5
4238 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4239 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
4240 echo $ECHO_N "(cached) $ECHO_C" >&6
4242 if test -n "$ac_ct_AS"; then
4243 ac_cv_prog_ac_ct_AS
="$ac_ct_AS" # Let the user override the test.
4245 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4249 test -z "$as_dir" && as_dir
=.
4250 for ac_exec_ext
in '' $ac_executable_extensions; do
4251 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4252 ac_cv_prog_ac_ct_AS
="$ac_prog"
4253 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4261 ac_ct_AS
=$ac_cv_prog_ac_ct_AS
4262 if test -n "$ac_ct_AS"; then
4263 echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
4264 echo "${ECHO_T}$ac_ct_AS" >&6
4266 echo "$as_me:$LINENO: result: no" >&5
4267 echo "${ECHO_T}no" >&6
4270 test -n "$ac_ct_AS" && break
4272 test -n "$ac_ct_AS" || ac_ct_AS
="as"
4277 if test -n "$ac_tool_prefix"; then
4278 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4279 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
4280 echo "$as_me:$LINENO: checking for $ac_word" >&5
4281 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4282 if test "${ac_cv_prog_LD+set}" = set; then
4283 echo $ECHO_N "(cached) $ECHO_C" >&6
4285 if test -n "$LD"; then
4286 ac_cv_prog_LD
="$LD" # Let the user override the test.
4288 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4292 test -z "$as_dir" && as_dir
=.
4293 for ac_exec_ext
in '' $ac_executable_extensions; do
4294 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4295 ac_cv_prog_LD
="${ac_tool_prefix}ld"
4296 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4305 if test -n "$LD"; then
4306 echo "$as_me:$LINENO: result: $LD" >&5
4307 echo "${ECHO_T}$LD" >&6
4309 echo "$as_me:$LINENO: result: no" >&5
4310 echo "${ECHO_T}no" >&6
4314 if test -z "$ac_cv_prog_LD"; then
4316 # Extract the first word of "ld", so it can be a program name with args.
4317 set dummy ld
; ac_word
=$2
4318 echo "$as_me:$LINENO: checking for $ac_word" >&5
4319 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4320 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4321 echo $ECHO_N "(cached) $ECHO_C" >&6
4323 if test -n "$ac_ct_LD"; then
4324 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
4326 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4330 test -z "$as_dir" && as_dir
=.
4331 for ac_exec_ext
in '' $ac_executable_extensions; do
4332 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4333 ac_cv_prog_ac_ct_LD
="ld"
4334 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4340 test -z "$ac_cv_prog_ac_ct_LD" && ac_cv_prog_ac_ct_LD
="ld"
4343 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
4344 if test -n "$ac_ct_LD"; then
4345 echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4346 echo "${ECHO_T}$ac_ct_LD" >&6
4348 echo "$as_me:$LINENO: result: no" >&5
4349 echo "${ECHO_T}no" >&6
4357 if test -n "$ac_tool_prefix"; then
4358 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4359 set dummy
${ac_tool_prefix}ar; ac_word
=$2
4360 echo "$as_me:$LINENO: checking for $ac_word" >&5
4361 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4362 if test "${ac_cv_prog_AR+set}" = set; then
4363 echo $ECHO_N "(cached) $ECHO_C" >&6
4365 if test -n "$AR"; then
4366 ac_cv_prog_AR
="$AR" # Let the user override the test.
4368 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4372 test -z "$as_dir" && as_dir
=.
4373 for ac_exec_ext
in '' $ac_executable_extensions; do
4374 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4375 ac_cv_prog_AR
="${ac_tool_prefix}ar"
4376 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4385 if test -n "$AR"; then
4386 echo "$as_me:$LINENO: result: $AR" >&5
4387 echo "${ECHO_T}$AR" >&6
4389 echo "$as_me:$LINENO: result: no" >&5
4390 echo "${ECHO_T}no" >&6
4394 if test -z "$ac_cv_prog_AR"; then
4396 # Extract the first word of "ar", so it can be a program name with args.
4397 set dummy
ar; ac_word
=$2
4398 echo "$as_me:$LINENO: checking for $ac_word" >&5
4399 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4400 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4401 echo $ECHO_N "(cached) $ECHO_C" >&6
4403 if test -n "$ac_ct_AR"; then
4404 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
4406 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4410 test -z "$as_dir" && as_dir
=.
4411 for ac_exec_ext
in '' $ac_executable_extensions; do
4412 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4413 ac_cv_prog_ac_ct_AR
="ar"
4414 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4420 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR
="ar"
4423 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
4424 if test -n "$ac_ct_AR"; then
4425 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4426 echo "${ECHO_T}$ac_ct_AR" >&6
4428 echo "$as_me:$LINENO: result: no" >&5
4429 echo "${ECHO_T}no" >&6
4437 if test -n "$ac_tool_prefix"; then
4438 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4439 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
4440 echo "$as_me:$LINENO: checking for $ac_word" >&5
4441 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4442 if test "${ac_cv_prog_RANLIB+set}" = set; then
4443 echo $ECHO_N "(cached) $ECHO_C" >&6
4445 if test -n "$RANLIB"; then
4446 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
4448 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4452 test -z "$as_dir" && as_dir
=.
4453 for ac_exec_ext
in '' $ac_executable_extensions; do
4454 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4455 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
4456 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4464 RANLIB
=$ac_cv_prog_RANLIB
4465 if test -n "$RANLIB"; then
4466 echo "$as_me:$LINENO: result: $RANLIB" >&5
4467 echo "${ECHO_T}$RANLIB" >&6
4469 echo "$as_me:$LINENO: result: no" >&5
4470 echo "${ECHO_T}no" >&6
4474 if test -z "$ac_cv_prog_RANLIB"; then
4475 ac_ct_RANLIB
=$RANLIB
4476 # Extract the first word of "ranlib", so it can be a program name with args.
4477 set dummy ranlib
; ac_word
=$2
4478 echo "$as_me:$LINENO: checking for $ac_word" >&5
4479 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4480 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4481 echo $ECHO_N "(cached) $ECHO_C" >&6
4483 if test -n "$ac_ct_RANLIB"; then
4484 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
4486 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4490 test -z "$as_dir" && as_dir
=.
4491 for ac_exec_ext
in '' $ac_executable_extensions; do
4492 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4493 ac_cv_prog_ac_ct_RANLIB
="ranlib"
4494 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4500 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
4503 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
4504 if test -n "$ac_ct_RANLIB"; then
4505 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4506 echo "${ECHO_T}$ac_ct_RANLIB" >&6
4508 echo "$as_me:$LINENO: result: no" >&5
4509 echo "${ECHO_T}no" >&6
4512 RANLIB
=$ac_ct_RANLIB
4514 RANLIB
="$ac_cv_prog_RANLIB"
4517 if test -n "$ac_tool_prefix"; then
4518 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4519 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
4520 echo "$as_me:$LINENO: checking for $ac_word" >&5
4521 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4522 if test "${ac_cv_prog_STRIP+set}" = set; then
4523 echo $ECHO_N "(cached) $ECHO_C" >&6
4525 if test -n "$STRIP"; then
4526 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
4528 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4532 test -z "$as_dir" && as_dir
=.
4533 for ac_exec_ext
in '' $ac_executable_extensions; do
4534 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4535 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
4536 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4544 STRIP
=$ac_cv_prog_STRIP
4545 if test -n "$STRIP"; then
4546 echo "$as_me:$LINENO: result: $STRIP" >&5
4547 echo "${ECHO_T}$STRIP" >&6
4549 echo "$as_me:$LINENO: result: no" >&5
4550 echo "${ECHO_T}no" >&6
4554 if test -z "$ac_cv_prog_STRIP"; then
4556 # Extract the first word of "strip", so it can be a program name with args.
4557 set dummy strip
; ac_word
=$2
4558 echo "$as_me:$LINENO: checking for $ac_word" >&5
4559 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4560 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4561 echo $ECHO_N "(cached) $ECHO_C" >&6
4563 if test -n "$ac_ct_STRIP"; then
4564 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
4566 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4570 test -z "$as_dir" && as_dir
=.
4571 for ac_exec_ext
in '' $ac_executable_extensions; do
4572 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4573 ac_cv_prog_ac_ct_STRIP
="strip"
4574 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4580 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
="strip"
4583 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
4584 if test -n "$ac_ct_STRIP"; then
4585 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4586 echo "${ECHO_T}$ac_ct_STRIP" >&6
4588 echo "$as_me:$LINENO: result: no" >&5
4589 echo "${ECHO_T}no" >&6
4594 STRIP
="$ac_cv_prog_STRIP"
4597 if test -n "$ac_tool_prefix"; then
4598 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4599 set dummy
${ac_tool_prefix}windres
; ac_word
=$2
4600 echo "$as_me:$LINENO: checking for $ac_word" >&5
4601 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4602 if test "${ac_cv_prog_WINDRES+set}" = set; then
4603 echo $ECHO_N "(cached) $ECHO_C" >&6
4605 if test -n "$WINDRES"; then
4606 ac_cv_prog_WINDRES
="$WINDRES" # Let the user override the test.
4608 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4612 test -z "$as_dir" && as_dir
=.
4613 for ac_exec_ext
in '' $ac_executable_extensions; do
4614 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4615 ac_cv_prog_WINDRES
="${ac_tool_prefix}windres"
4616 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4624 WINDRES
=$ac_cv_prog_WINDRES
4625 if test -n "$WINDRES"; then
4626 echo "$as_me:$LINENO: result: $WINDRES" >&5
4627 echo "${ECHO_T}$WINDRES" >&6
4629 echo "$as_me:$LINENO: result: no" >&5
4630 echo "${ECHO_T}no" >&6
4634 if test -z "$ac_cv_prog_WINDRES"; then
4635 ac_ct_WINDRES
=$WINDRES
4636 # Extract the first word of "windres", so it can be a program name with args.
4637 set dummy windres
; ac_word
=$2
4638 echo "$as_me:$LINENO: checking for $ac_word" >&5
4639 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4640 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4641 echo $ECHO_N "(cached) $ECHO_C" >&6
4643 if test -n "$ac_ct_WINDRES"; then
4644 ac_cv_prog_ac_ct_WINDRES
="$ac_ct_WINDRES" # Let the user override the test.
4646 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4650 test -z "$as_dir" && as_dir
=.
4651 for ac_exec_ext
in '' $ac_executable_extensions; do
4652 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4653 ac_cv_prog_ac_ct_WINDRES
="windres"
4654 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4660 test -z "$ac_cv_prog_ac_ct_WINDRES" && ac_cv_prog_ac_ct_WINDRES
="false"
4663 ac_ct_WINDRES
=$ac_cv_prog_ac_ct_WINDRES
4664 if test -n "$ac_ct_WINDRES"; then
4665 echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4666 echo "${ECHO_T}$ac_ct_WINDRES" >&6
4668 echo "$as_me:$LINENO: result: no" >&5
4669 echo "${ECHO_T}no" >&6
4672 WINDRES
=$ac_ct_WINDRES
4674 WINDRES
="$ac_cv_prog_WINDRES"
4677 echo "$as_me:$LINENO: checking whether ln -s works" >&5
4678 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
4680 if test "$LN_S" = "ln -s"; then
4681 echo "$as_me:$LINENO: result: yes" >&5
4682 echo "${ECHO_T}yes" >&6
4684 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4685 echo "${ECHO_T}no, using $LN_S" >&6
4688 echo "$as_me:$LINENO: checking whether ln works" >&5
4689 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6
4690 rm -f conf$$ conf$$.
file
4692 if ln conf$$.
file conf$$
2>/dev
/null
; then
4695 echo "$as_me:$LINENO: result: yes" >&5
4696 echo "${ECHO_T}yes" >&6
4700 echo "$as_me:$LINENO: result: no, using $LN" >&5
4701 echo "${ECHO_T}no, using $LN" >&6
4703 rm -f conf$$ conf$$.
file
4704 # Extract the first word of "ldconfig", so it can be a program name with args.
4705 set dummy ldconfig
; ac_word
=$2
4706 echo "$as_me:$LINENO: checking for $ac_word" >&5
4707 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4708 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4709 echo $ECHO_N "(cached) $ECHO_C" >&6
4713 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
4716 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4717 for as_dir
in /sbin
/usr
/sbin
$PATH
4720 test -z "$as_dir" && as_dir
=.
4721 for ac_exec_ext
in '' $ac_executable_extensions; do
4722 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4723 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
4724 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4730 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
4734 LDCONFIG
=$ac_cv_path_LDCONFIG
4736 if test -n "$LDCONFIG"; then
4737 echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4738 echo "${ECHO_T}$LDCONFIG" >&6
4740 echo "$as_me:$LINENO: result: no" >&5
4741 echo "${ECHO_T}no" >&6
4744 # Find a good install program. We prefer a C program (faster),
4745 # so one script is as good as another. But avoid the broken or
4746 # incompatible versions:
4747 # SysV /etc/install, /usr/sbin/install
4748 # SunOS /usr/etc/install
4749 # IRIX /sbin/install
4751 # AmigaOS /C/install, which installs bootblocks on floppy discs
4752 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4753 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4754 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4755 # ./install, which can be erroneously created by make from ./install.sh.
4756 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4757 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
4758 if test -z "$INSTALL"; then
4759 if test "${ac_cv_path_install+set}" = set; then
4760 echo $ECHO_N "(cached) $ECHO_C" >&6
4762 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4766 test -z "$as_dir" && as_dir
=.
4767 # Account for people who put trailing slashes in PATH elements.
4769 .
/ | .
// |
/cC
/* | \
4770 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
4773 # OSF1 and SCO ODT 3.0 have their own names for install.
4774 # Don't use installbsd from OSF since it installs stuff as root
4776 for ac_prog
in ginstall scoinst
install; do
4777 for ac_exec_ext
in '' $ac_executable_extensions; do
4778 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
4779 if test $ac_prog = install &&
4780 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
4781 # AIX install. It has an incompatible calling convention.
4783 elif test $ac_prog = install &&
4784 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
4785 # program-specific install script used by HP pwplus--don't use.
4788 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
4800 if test "${ac_cv_path_install+set}" = set; then
4801 INSTALL
=$ac_cv_path_install
4803 # As a last resort, use the slow shell script. We don't cache a
4804 # path for INSTALL within a source directory, because that will
4805 # break other packages using the cache if that directory is
4806 # removed, or if the path is relative.
4807 INSTALL
=$ac_install_sh
4810 echo "$as_me:$LINENO: result: $INSTALL" >&5
4811 echo "${ECHO_T}$INSTALL" >&6
4813 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4814 # It thinks the first close brace ends the variable substitution.
4815 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
4817 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
4819 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
4822 [\\/$
]* | ?
:[\\/]* ) ;;
4823 *) INSTALL
="\\\$(TOPSRCDIR)/$INSTALL" ;;
4826 for ac_prog
in lclint lint
4828 # Extract the first word of "$ac_prog", so it can be a program name with args.
4829 set dummy
$ac_prog; ac_word
=$2
4830 echo "$as_me:$LINENO: checking for $ac_word" >&5
4831 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4832 if test "${ac_cv_prog_LINT+set}" = set; then
4833 echo $ECHO_N "(cached) $ECHO_C" >&6
4835 if test -n "$LINT"; then
4836 ac_cv_prog_LINT
="$LINT" # Let the user override the test.
4838 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4842 test -z "$as_dir" && as_dir
=.
4843 for ac_exec_ext
in '' $ac_executable_extensions; do
4844 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4845 ac_cv_prog_LINT
="$ac_prog"
4846 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4854 LINT
=$ac_cv_prog_LINT
4855 if test -n "$LINT"; then
4856 echo "$as_me:$LINENO: result: $LINT" >&5
4857 echo "${ECHO_T}$LINT" >&6
4859 echo "$as_me:$LINENO: result: no" >&5
4860 echo "${ECHO_T}no" >&6
4863 test -n "$LINT" && break
4866 if test "$LINT" = "lint"
4868 LINTFLAGS
="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4873 for ac_prog
in docbook2html db2html
4875 # Extract the first word of "$ac_prog", so it can be a program name with args.
4876 set dummy
$ac_prog; ac_word
=$2
4877 echo "$as_me:$LINENO: checking for $ac_word" >&5
4878 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4879 if test "${ac_cv_prog_DB2HTML+set}" = set; then
4880 echo $ECHO_N "(cached) $ECHO_C" >&6
4882 if test -n "$DB2HTML"; then
4883 ac_cv_prog_DB2HTML
="$DB2HTML" # Let the user override the test.
4885 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4889 test -z "$as_dir" && as_dir
=.
4890 for ac_exec_ext
in '' $ac_executable_extensions; do
4891 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4892 ac_cv_prog_DB2HTML
="$ac_prog"
4893 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4901 DB2HTML
=$ac_cv_prog_DB2HTML
4902 if test -n "$DB2HTML"; then
4903 echo "$as_me:$LINENO: result: $DB2HTML" >&5
4904 echo "${ECHO_T}$DB2HTML" >&6
4906 echo "$as_me:$LINENO: result: no" >&5
4907 echo "${ECHO_T}no" >&6
4910 test -n "$DB2HTML" && break
4912 test -n "$DB2HTML" || DB2HTML
="false"
4916 for ac_prog
in docbook2pdf db2pdf
4918 # Extract the first word of "$ac_prog", so it can be a program name with args.
4919 set dummy
$ac_prog; ac_word
=$2
4920 echo "$as_me:$LINENO: checking for $ac_word" >&5
4921 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4922 if test "${ac_cv_prog_DB2PDF+set}" = set; then
4923 echo $ECHO_N "(cached) $ECHO_C" >&6
4925 if test -n "$DB2PDF"; then
4926 ac_cv_prog_DB2PDF
="$DB2PDF" # Let the user override the test.
4928 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4932 test -z "$as_dir" && as_dir
=.
4933 for ac_exec_ext
in '' $ac_executable_extensions; do
4934 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4935 ac_cv_prog_DB2PDF
="$ac_prog"
4936 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4944 DB2PDF
=$ac_cv_prog_DB2PDF
4945 if test -n "$DB2PDF"; then
4946 echo "$as_me:$LINENO: result: $DB2PDF" >&5
4947 echo "${ECHO_T}$DB2PDF" >&6
4949 echo "$as_me:$LINENO: result: no" >&5
4950 echo "${ECHO_T}no" >&6
4953 test -n "$DB2PDF" && break
4955 test -n "$DB2PDF" || DB2PDF
="false"
4959 for ac_prog
in docbook2ps db2ps
4961 # Extract the first word of "$ac_prog", so it can be a program name with args.
4962 set dummy
$ac_prog; ac_word
=$2
4963 echo "$as_me:$LINENO: checking for $ac_word" >&5
4964 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4965 if test "${ac_cv_prog_DB2PS+set}" = set; then
4966 echo $ECHO_N "(cached) $ECHO_C" >&6
4968 if test -n "$DB2PS"; then
4969 ac_cv_prog_DB2PS
="$DB2PS" # Let the user override the test.
4971 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4975 test -z "$as_dir" && as_dir
=.
4976 for ac_exec_ext
in '' $ac_executable_extensions; do
4977 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4978 ac_cv_prog_DB2PS
="$ac_prog"
4979 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4987 DB2PS
=$ac_cv_prog_DB2PS
4988 if test -n "$DB2PS"; then
4989 echo "$as_me:$LINENO: result: $DB2PS" >&5
4990 echo "${ECHO_T}$DB2PS" >&6
4992 echo "$as_me:$LINENO: result: no" >&5
4993 echo "${ECHO_T}no" >&6
4996 test -n "$DB2PS" && break
4998 test -n "$DB2PS" || DB2PS
="false"
5004 echo "$as_me:$LINENO: checking for sqrt in -lm" >&5
5005 echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6
5006 if test "${ac_cv_lib_m_sqrt+set}" = set; then
5007 echo $ECHO_N "(cached) $ECHO_C" >&6
5009 ac_check_lib_save_LIBS
=$LIBS
5011 cat >conftest.
$ac_ext <<_ACEOF
5012 #line $LINENO "configure"
5015 cat confdefs.h
>>conftest.
$ac_ext
5016 cat >>conftest.
$ac_ext <<_ACEOF
5017 /* end confdefs.h. */
5019 /* Override any gcc2 internal prototype to avoid an error. */
5023 /* We use char because int might match the return type of a gcc2
5024 builtin and then its argument prototype would still apply. */
5034 rm -f conftest.
$ac_objext conftest
$ac_exeext
5035 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5036 (eval $ac_link) 2>&5
5038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5039 (exit $ac_status); } &&
5040 { ac_try
='test -s conftest$ac_exeext'
5041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5045 (exit $ac_status); }; }; then
5046 ac_cv_lib_m_sqrt
=yes
5048 echo "$as_me: failed program was:" >&5
5049 sed 's/^/| /' conftest.
$ac_ext >&5
5053 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
5054 LIBS
=$ac_check_lib_save_LIBS
5056 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrt" >&5
5057 echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6
5058 if test $ac_cv_lib_m_sqrt = yes; then
5059 cat >>confdefs.h
<<_ACEOF
5068 echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5069 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6
5070 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5071 echo $ECHO_N "(cached) $ECHO_C" >&6
5073 ac_check_lib_save_LIBS
=$LIBS
5075 cat >conftest.
$ac_ext <<_ACEOF
5076 #line $LINENO "configure"
5079 cat confdefs.h
>>conftest.
$ac_ext
5080 cat >>conftest.
$ac_ext <<_ACEOF
5081 /* end confdefs.h. */
5083 /* Override any gcc2 internal prototype to avoid an error. */
5087 /* We use char because int might match the return type of a gcc2
5088 builtin and then its argument prototype would still apply. */
5089 char i386_set_ldt ();
5098 rm -f conftest.
$ac_objext conftest
$ac_exeext
5099 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5100 (eval $ac_link) 2>&5
5102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5103 (exit $ac_status); } &&
5104 { ac_try
='test -s conftest$ac_exeext'
5105 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5109 (exit $ac_status); }; }; then
5110 ac_cv_lib_i386_i386_set_ldt
=yes
5112 echo "$as_me: failed program was:" >&5
5113 sed 's/^/| /' conftest.
$ac_ext >&5
5115 ac_cv_lib_i386_i386_set_ldt
=no
5117 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
5118 LIBS
=$ac_check_lib_save_LIBS
5120 echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5121 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6
5122 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
5123 cat >>confdefs.h
<<_ACEOF
5124 #define HAVE_LIBI386 1
5132 echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5133 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6
5134 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5135 echo $ECHO_N "(cached) $ECHO_C" >&6
5137 ac_check_lib_save_LIBS
=$LIBS
5138 LIBS
="-lossaudio $LIBS"
5139 cat >conftest.
$ac_ext <<_ACEOF
5140 #line $LINENO "configure"
5143 cat confdefs.h
>>conftest.
$ac_ext
5144 cat >>conftest.
$ac_ext <<_ACEOF
5145 /* end confdefs.h. */
5147 /* Override any gcc2 internal prototype to avoid an error. */
5151 /* We use char because int might match the return type of a gcc2
5152 builtin and then its argument prototype would still apply. */
5162 rm -f conftest.
$ac_objext conftest
$ac_exeext
5163 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5164 (eval $ac_link) 2>&5
5166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5167 (exit $ac_status); } &&
5168 { ac_try
='test -s conftest$ac_exeext'
5169 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5173 (exit $ac_status); }; }; then
5174 ac_cv_lib_ossaudio__oss_ioctl
=yes
5176 echo "$as_me: failed program was:" >&5
5177 sed 's/^/| /' conftest.
$ac_ext >&5
5179 ac_cv_lib_ossaudio__oss_ioctl
=no
5181 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
5182 LIBS
=$ac_check_lib_save_LIBS
5184 echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5185 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6
5186 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
5187 cat >>confdefs.h
<<_ACEOF
5188 #define HAVE_LIBOSSAUDIO 1
5191 LIBS
="-lossaudio $LIBS"
5196 for ac_func
in iswalnum
5198 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5199 echo "$as_me:$LINENO: checking for $ac_func" >&5
5200 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
5201 if eval "test \"\${$as_ac_var+set}\" = set"; then
5202 echo $ECHO_N "(cached) $ECHO_C" >&6
5204 cat >conftest.
$ac_ext <<_ACEOF
5205 #line $LINENO "configure"
5208 cat confdefs.h
>>conftest.
$ac_ext
5209 cat >>conftest.
$ac_ext <<_ACEOF
5210 /* end confdefs.h. */
5211 /* System header to define __stub macros and hopefully few prototypes,
5212 which can conflict with char $ac_func (); below.
5213 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5214 <limits.h> exists even on freestanding compilers. */
5216 # include <limits.h>
5218 # include <assert.h>
5220 /* Override any gcc2 internal prototype to avoid an error. */
5225 /* We use char because int might match the return type of a gcc2
5226 builtin and then its argument prototype would still apply. */
5228 /* The GNU C library defines this for functions which it implements
5229 to always fail with ENOSYS. Some functions are actually named
5230 something starting with __ and the normal name is an alias. */
5231 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5234 char (*f) () = $ac_func;
5243 return f != $ac_func;
5248 rm -f conftest.
$ac_objext conftest
$ac_exeext
5249 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5250 (eval $ac_link) 2>&5
5252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5253 (exit $ac_status); } &&
5254 { ac_try
='test -s conftest$ac_exeext'
5255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5259 (exit $ac_status); }; }; then
5260 eval "$as_ac_var=yes"
5262 echo "$as_me: failed program was:" >&5
5263 sed 's/^/| /' conftest.
$ac_ext >&5
5265 eval "$as_ac_var=no"
5267 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
5269 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
5270 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5271 if test `eval echo '${'$as_ac_var'}'` = yes; then
5272 cat >>confdefs.h
<<_ACEOF
5273 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
5278 echo "$as_me:$LINENO: checking for iswalnum in -lw" >&5
5279 echo $ECHO_N "checking for iswalnum in -lw... $ECHO_C" >&6
5280 if test "${ac_cv_lib_w_iswalnum+set}" = set; then
5281 echo $ECHO_N "(cached) $ECHO_C" >&6
5283 ac_check_lib_save_LIBS
=$LIBS
5285 cat >conftest.
$ac_ext <<_ACEOF
5286 #line $LINENO "configure"
5289 cat confdefs.h
>>conftest.
$ac_ext
5290 cat >>conftest.
$ac_ext <<_ACEOF
5291 /* end confdefs.h. */
5293 /* Override any gcc2 internal prototype to avoid an error. */
5297 /* We use char because int might match the return type of a gcc2
5298 builtin and then its argument prototype would still apply. */
5308 rm -f conftest.
$ac_objext conftest
$ac_exeext
5309 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5310 (eval $ac_link) 2>&5
5312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5313 (exit $ac_status); } &&
5314 { ac_try
='test -s conftest$ac_exeext'
5315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5319 (exit $ac_status); }; }; then
5320 ac_cv_lib_w_iswalnum
=yes
5322 echo "$as_me: failed program was:" >&5
5323 sed 's/^/| /' conftest.
$ac_ext >&5
5325 ac_cv_lib_w_iswalnum
=no
5327 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
5328 LIBS
=$ac_check_lib_save_LIBS
5330 echo "$as_me:$LINENO: result: $ac_cv_lib_w_iswalnum" >&5
5331 echo "${ECHO_T}$ac_cv_lib_w_iswalnum" >&6
5332 if test $ac_cv_lib_w_iswalnum = yes; then
5333 cat >>confdefs.h
<<_ACEOF
5345 for ac_func
in gethostbyname
5347 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5348 echo "$as_me:$LINENO: checking for $ac_func" >&5
5349 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
5350 if eval "test \"\${$as_ac_var+set}\" = set"; then
5351 echo $ECHO_N "(cached) $ECHO_C" >&6
5353 cat >conftest.
$ac_ext <<_ACEOF
5354 #line $LINENO "configure"
5357 cat confdefs.h
>>conftest.
$ac_ext
5358 cat >>conftest.
$ac_ext <<_ACEOF
5359 /* end confdefs.h. */
5360 /* System header to define __stub macros and hopefully few prototypes,
5361 which can conflict with char $ac_func (); below.
5362 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5363 <limits.h> exists even on freestanding compilers. */
5365 # include <limits.h>
5367 # include <assert.h>
5369 /* Override any gcc2 internal prototype to avoid an error. */
5374 /* We use char because int might match the return type of a gcc2
5375 builtin and then its argument prototype would still apply. */
5377 /* The GNU C library defines this for functions which it implements
5378 to always fail with ENOSYS. Some functions are actually named
5379 something starting with __ and the normal name is an alias. */
5380 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5383 char (*f) () = $ac_func;
5392 return f != $ac_func;
5397 rm -f conftest.
$ac_objext conftest
$ac_exeext
5398 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5399 (eval $ac_link) 2>&5
5401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5402 (exit $ac_status); } &&
5403 { ac_try
='test -s conftest$ac_exeext'
5404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5408 (exit $ac_status); }; }; then
5409 eval "$as_ac_var=yes"
5411 echo "$as_me: failed program was:" >&5
5412 sed 's/^/| /' conftest.
$ac_ext >&5
5414 eval "$as_ac_var=no"
5416 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
5418 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
5419 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5420 if test `eval echo '${'$as_ac_var'}'` = yes; then
5421 cat >>confdefs.h
<<_ACEOF
5422 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
5427 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
5428 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
5429 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
5430 echo $ECHO_N "(cached) $ECHO_C" >&6
5432 ac_check_lib_save_LIBS
=$LIBS
5434 cat >conftest.
$ac_ext <<_ACEOF
5435 #line $LINENO "configure"
5438 cat confdefs.h
>>conftest.
$ac_ext
5439 cat >>conftest.
$ac_ext <<_ACEOF
5440 /* end confdefs.h. */
5442 /* Override any gcc2 internal prototype to avoid an error. */
5446 /* We use char because int might match the return type of a gcc2
5447 builtin and then its argument prototype would still apply. */
5448 char gethostbyname ();
5457 rm -f conftest.
$ac_objext conftest
$ac_exeext
5458 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5459 (eval $ac_link) 2>&5
5461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5462 (exit $ac_status); } &&
5463 { ac_try
='test -s conftest$ac_exeext'
5464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5468 (exit $ac_status); }; }; then
5469 ac_cv_lib_nsl_gethostbyname
=yes
5471 echo "$as_me: failed program was:" >&5
5472 sed 's/^/| /' conftest.
$ac_ext >&5
5474 ac_cv_lib_nsl_gethostbyname
=no
5476 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
5477 LIBS
=$ac_check_lib_save_LIBS
5479 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
5480 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
5481 if test $ac_cv_lib_nsl_gethostbyname = yes; then
5482 cat >>confdefs.h
<<_ACEOF
5483 #define HAVE_LIBNSL 1
5494 for ac_func
in connect
5496 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5497 echo "$as_me:$LINENO: checking for $ac_func" >&5
5498 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
5499 if eval "test \"\${$as_ac_var+set}\" = set"; then
5500 echo $ECHO_N "(cached) $ECHO_C" >&6
5502 cat >conftest.
$ac_ext <<_ACEOF
5503 #line $LINENO "configure"
5506 cat confdefs.h
>>conftest.
$ac_ext
5507 cat >>conftest.
$ac_ext <<_ACEOF
5508 /* end confdefs.h. */
5509 /* System header to define __stub macros and hopefully few prototypes,
5510 which can conflict with char $ac_func (); below.
5511 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5512 <limits.h> exists even on freestanding compilers. */
5514 # include <limits.h>
5516 # include <assert.h>
5518 /* Override any gcc2 internal prototype to avoid an error. */
5523 /* We use char because int might match the return type of a gcc2
5524 builtin and then its argument prototype would still apply. */
5526 /* The GNU C library defines this for functions which it implements
5527 to always fail with ENOSYS. Some functions are actually named
5528 something starting with __ and the normal name is an alias. */
5529 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5532 char (*f) () = $ac_func;
5541 return f != $ac_func;
5546 rm -f conftest.
$ac_objext conftest
$ac_exeext
5547 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5548 (eval $ac_link) 2>&5
5550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5551 (exit $ac_status); } &&
5552 { ac_try
='test -s conftest$ac_exeext'
5553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5557 (exit $ac_status); }; }; then
5558 eval "$as_ac_var=yes"
5560 echo "$as_me: failed program was:" >&5
5561 sed 's/^/| /' conftest.
$ac_ext >&5
5563 eval "$as_ac_var=no"
5565 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
5567 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
5568 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5569 if test `eval echo '${'$as_ac_var'}'` = yes; then
5570 cat >>confdefs.h
<<_ACEOF
5571 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
5576 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
5577 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
5578 if test "${ac_cv_lib_socket_connect+set}" = set; then
5579 echo $ECHO_N "(cached) $ECHO_C" >&6
5581 ac_check_lib_save_LIBS
=$LIBS
5582 LIBS
="-lsocket $LIBS"
5583 cat >conftest.
$ac_ext <<_ACEOF
5584 #line $LINENO "configure"
5587 cat confdefs.h
>>conftest.
$ac_ext
5588 cat >>conftest.
$ac_ext <<_ACEOF
5589 /* end confdefs.h. */
5591 /* Override any gcc2 internal prototype to avoid an error. */
5595 /* We use char because int might match the return type of a gcc2
5596 builtin and then its argument prototype would still apply. */
5606 rm -f conftest.
$ac_objext conftest
$ac_exeext
5607 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5608 (eval $ac_link) 2>&5
5610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5611 (exit $ac_status); } &&
5612 { ac_try
='test -s conftest$ac_exeext'
5613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5617 (exit $ac_status); }; }; then
5618 ac_cv_lib_socket_connect
=yes
5620 echo "$as_me: failed program was:" >&5
5621 sed 's/^/| /' conftest.
$ac_ext >&5
5623 ac_cv_lib_socket_connect
=no
5625 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
5626 LIBS
=$ac_check_lib_save_LIBS
5628 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
5629 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
5630 if test $ac_cv_lib_socket_connect = yes; then
5631 cat >>confdefs.h
<<_ACEOF
5632 #define HAVE_LIBSOCKET 1
5635 LIBS
="-lsocket $LIBS"
5643 for ac_func
in inet_aton
5645 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5646 echo "$as_me:$LINENO: checking for $ac_func" >&5
5647 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
5648 if eval "test \"\${$as_ac_var+set}\" = set"; then
5649 echo $ECHO_N "(cached) $ECHO_C" >&6
5651 cat >conftest.
$ac_ext <<_ACEOF
5652 #line $LINENO "configure"
5655 cat confdefs.h
>>conftest.
$ac_ext
5656 cat >>conftest.
$ac_ext <<_ACEOF
5657 /* end confdefs.h. */
5658 /* System header to define __stub macros and hopefully few prototypes,
5659 which can conflict with char $ac_func (); below.
5660 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5661 <limits.h> exists even on freestanding compilers. */
5663 # include <limits.h>
5665 # include <assert.h>
5667 /* Override any gcc2 internal prototype to avoid an error. */
5672 /* We use char because int might match the return type of a gcc2
5673 builtin and then its argument prototype would still apply. */
5675 /* The GNU C library defines this for functions which it implements
5676 to always fail with ENOSYS. Some functions are actually named
5677 something starting with __ and the normal name is an alias. */
5678 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5681 char (*f) () = $ac_func;
5690 return f != $ac_func;
5695 rm -f conftest.
$ac_objext conftest
$ac_exeext
5696 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5697 (eval $ac_link) 2>&5
5699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5700 (exit $ac_status); } &&
5701 { ac_try
='test -s conftest$ac_exeext'
5702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5706 (exit $ac_status); }; }; then
5707 eval "$as_ac_var=yes"
5709 echo "$as_me: failed program was:" >&5
5710 sed 's/^/| /' conftest.
$ac_ext >&5
5712 eval "$as_ac_var=no"
5714 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
5716 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
5717 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5718 if test `eval echo '${'$as_ac_var'}'` = yes; then
5719 cat >>confdefs.h
<<_ACEOF
5720 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
5725 echo "$as_me:$LINENO: checking for inet_aton in -lresolv" >&5
5726 echo $ECHO_N "checking for inet_aton in -lresolv... $ECHO_C" >&6
5727 if test "${ac_cv_lib_resolv_inet_aton+set}" = set; then
5728 echo $ECHO_N "(cached) $ECHO_C" >&6
5730 ac_check_lib_save_LIBS
=$LIBS
5731 LIBS
="-lresolv $LIBS"
5732 cat >conftest.
$ac_ext <<_ACEOF
5733 #line $LINENO "configure"
5736 cat confdefs.h
>>conftest.
$ac_ext
5737 cat >>conftest.
$ac_ext <<_ACEOF
5738 /* end confdefs.h. */
5740 /* Override any gcc2 internal prototype to avoid an error. */
5744 /* We use char because int might match the return type of a gcc2
5745 builtin and then its argument prototype would still apply. */
5755 rm -f conftest.
$ac_objext conftest
$ac_exeext
5756 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5757 (eval $ac_link) 2>&5
5759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5760 (exit $ac_status); } &&
5761 { ac_try
='test -s conftest$ac_exeext'
5762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5766 (exit $ac_status); }; }; then
5767 ac_cv_lib_resolv_inet_aton
=yes
5769 echo "$as_me: failed program was:" >&5
5770 sed 's/^/| /' conftest.
$ac_ext >&5
5772 ac_cv_lib_resolv_inet_aton
=no
5774 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
5775 LIBS
=$ac_check_lib_save_LIBS
5777 echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_aton" >&5
5778 echo "${ECHO_T}$ac_cv_lib_resolv_inet_aton" >&6
5779 if test $ac_cv_lib_resolv_inet_aton = yes; then
5780 cat >>confdefs.h
<<_ACEOF
5781 #define HAVE_LIBRESOLV 1
5784 LIBS
="-lresolv $LIBS"
5792 echo "$as_me:$LINENO: checking for _xpg4_setrunelocale in -lxpg4" >&5
5793 echo $ECHO_N "checking for _xpg4_setrunelocale in -lxpg4... $ECHO_C" >&6
5794 if test "${ac_cv_lib_xpg4__xpg4_setrunelocale+set}" = set; then
5795 echo $ECHO_N "(cached) $ECHO_C" >&6
5797 ac_check_lib_save_LIBS
=$LIBS
5799 cat >conftest.
$ac_ext <<_ACEOF
5800 #line $LINENO "configure"
5803 cat confdefs.h
>>conftest.
$ac_ext
5804 cat >>conftest.
$ac_ext <<_ACEOF
5805 /* end confdefs.h. */
5807 /* Override any gcc2 internal prototype to avoid an error. */
5811 /* We use char because int might match the return type of a gcc2
5812 builtin and then its argument prototype would still apply. */
5813 char _xpg4_setrunelocale ();
5817 _xpg4_setrunelocale ();
5822 rm -f conftest.
$ac_objext conftest
$ac_exeext
5823 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5824 (eval $ac_link) 2>&5
5826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5827 (exit $ac_status); } &&
5828 { ac_try
='test -s conftest$ac_exeext'
5829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5833 (exit $ac_status); }; }; then
5834 ac_cv_lib_xpg4__xpg4_setrunelocale
=yes
5836 echo "$as_me: failed program was:" >&5
5837 sed 's/^/| /' conftest.
$ac_ext >&5
5839 ac_cv_lib_xpg4__xpg4_setrunelocale
=no
5841 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
5842 LIBS
=$ac_check_lib_save_LIBS
5844 echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4__xpg4_setrunelocale" >&5
5845 echo "${ECHO_T}$ac_cv_lib_xpg4__xpg4_setrunelocale" >&6
5846 if test $ac_cv_lib_xpg4__xpg4_setrunelocale = yes; then
5847 cat >>confdefs.h
<<_ACEOF
5848 #define HAVE_LIBXPG4 1
5856 echo "$as_me:$LINENO: checking for mmap in -lmmap" >&5
5857 echo $ECHO_N "checking for mmap in -lmmap... $ECHO_C" >&6
5858 if test "${ac_cv_lib_mmap_mmap+set}" = set; then
5859 echo $ECHO_N "(cached) $ECHO_C" >&6
5861 ac_check_lib_save_LIBS
=$LIBS
5863 cat >conftest.
$ac_ext <<_ACEOF
5864 #line $LINENO "configure"
5867 cat confdefs.h
>>conftest.
$ac_ext
5868 cat >>conftest.
$ac_ext <<_ACEOF
5869 /* end confdefs.h. */
5871 /* Override any gcc2 internal prototype to avoid an error. */
5875 /* We use char because int might match the return type of a gcc2
5876 builtin and then its argument prototype would still apply. */
5886 rm -f conftest.
$ac_objext conftest
$ac_exeext
5887 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5888 (eval $ac_link) 2>&5
5890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5891 (exit $ac_status); } &&
5892 { ac_try
='test -s conftest$ac_exeext'
5893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5897 (exit $ac_status); }; }; then
5898 ac_cv_lib_mmap_mmap
=yes
5900 echo "$as_me: failed program was:" >&5
5901 sed 's/^/| /' conftest.
$ac_ext >&5
5903 ac_cv_lib_mmap_mmap
=no
5905 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
5906 LIBS
=$ac_check_lib_save_LIBS
5908 echo "$as_me:$LINENO: result: $ac_cv_lib_mmap_mmap" >&5
5909 echo "${ECHO_T}$ac_cv_lib_mmap_mmap" >&6
5910 if test $ac_cv_lib_mmap_mmap = yes; then
5911 cat >>confdefs.h
<<_ACEOF
5912 #define HAVE_LIBMMAP 1
5922 echo "$as_me:$LINENO: checking for egrep" >&5
5923 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
5924 if test "${ac_cv_prog_egrep+set}" = set; then
5925 echo $ECHO_N "(cached) $ECHO_C" >&6
5927 if echo a |
(grep -E '(a|b)') >/dev
/null
2>&1
5928 then ac_cv_prog_egrep
='grep -E'
5929 else ac_cv_prog_egrep
='egrep'
5932 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
5933 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
5934 EGREP
=$ac_cv_prog_egrep
5937 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5938 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
5939 if test "${ac_cv_header_stdc+set}" = set; then
5940 echo $ECHO_N "(cached) $ECHO_C" >&6
5942 cat >conftest.
$ac_ext <<_ACEOF
5943 #line $LINENO "configure"
5946 cat confdefs.h
>>conftest.
$ac_ext
5947 cat >>conftest.
$ac_ext <<_ACEOF
5948 /* end confdefs.h. */
5962 rm -f conftest.
$ac_objext
5963 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5964 (eval $ac_compile) 2>&5
5966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5967 (exit $ac_status); } &&
5968 { ac_try
='test -s conftest.$ac_objext'
5969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5973 (exit $ac_status); }; }; then
5974 ac_cv_header_stdc
=yes
5976 echo "$as_me: failed program was:" >&5
5977 sed 's/^/| /' conftest.
$ac_ext >&5
5979 ac_cv_header_stdc
=no
5981 rm -f conftest.
$ac_objext conftest.
$ac_ext
5983 if test $ac_cv_header_stdc = yes; then
5984 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5985 cat >conftest.
$ac_ext <<_ACEOF
5986 #line $LINENO "configure"
5989 cat confdefs.h
>>conftest.
$ac_ext
5990 cat >>conftest.
$ac_ext <<_ACEOF
5991 /* end confdefs.h. */
5995 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5996 $EGREP "memchr" >/dev
/null
2>&1; then
5999 ac_cv_header_stdc
=no
6005 if test $ac_cv_header_stdc = yes; then
6006 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6007 cat >conftest.
$ac_ext <<_ACEOF
6008 #line $LINENO "configure"
6011 cat confdefs.h
>>conftest.
$ac_ext
6012 cat >>conftest.
$ac_ext <<_ACEOF
6013 /* end confdefs.h. */
6017 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6018 $EGREP "free" >/dev
/null
2>&1; then
6021 ac_cv_header_stdc
=no
6027 if test $ac_cv_header_stdc = yes; then
6028 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6029 if test "$cross_compiling" = yes; then
6032 cat >conftest.
$ac_ext <<_ACEOF
6033 #line $LINENO "configure"
6036 cat confdefs.h
>>conftest.
$ac_ext
6037 cat >>conftest.
$ac_ext <<_ACEOF
6038 /* end confdefs.h. */
6040 #if ((' ' & 0x0FF) == 0x020)
6041 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6042 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6044 # define ISLOWER(c) \
6045 (('a' <= (c) && (c) <= 'i') \
6046 || ('j' <= (c) && (c) <= 'r') \
6047 || ('s' <= (c) && (c) <= 'z'))
6048 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6051 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6056 for (i = 0; i < 256; i++)
6057 if (XOR (islower (i), ISLOWER (i))
6058 || toupper (i) != TOUPPER (i))
6063 rm -f conftest
$ac_exeext
6064 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6065 (eval $ac_link) 2>&5
6067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6068 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
6069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6073 (exit $ac_status); }; }; then
6076 echo "$as_me: program exited with status $ac_status" >&5
6077 echo "$as_me: failed program was:" >&5
6078 sed 's/^/| /' conftest.
$ac_ext >&5
6081 ac_cv_header_stdc
=no
6083 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
6087 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6088 echo "${ECHO_T}$ac_cv_header_stdc" >&6
6089 if test $ac_cv_header_stdc = yes; then
6091 cat >>confdefs.h
<<\_ACEOF
6092 #define STDC_HEADERS 1
6097 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6107 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
6108 inttypes.h stdint.h unistd.h
6110 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6111 echo "$as_me:$LINENO: checking for $ac_header" >&5
6112 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6113 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6114 echo $ECHO_N "(cached) $ECHO_C" >&6
6116 cat >conftest.
$ac_ext <<_ACEOF
6117 #line $LINENO "configure"
6120 cat confdefs.h
>>conftest.
$ac_ext
6121 cat >>conftest.
$ac_ext <<_ACEOF
6122 /* end confdefs.h. */
6123 $ac_includes_default
6125 #include <$ac_header>
6127 rm -f conftest.
$ac_objext
6128 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6129 (eval $ac_compile) 2>&5
6131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6132 (exit $ac_status); } &&
6133 { ac_try
='test -s conftest.$ac_objext'
6134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6138 (exit $ac_status); }; }; then
6139 eval "$as_ac_Header=yes"
6141 echo "$as_me: failed program was:" >&5
6142 sed 's/^/| /' conftest.
$ac_ext >&5
6144 eval "$as_ac_Header=no"
6146 rm -f conftest.
$ac_objext conftest.
$ac_ext
6148 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6149 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6150 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6151 cat >>confdefs.h
<<_ACEOF
6152 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6161 for ac_header
in jpeglib.h
6163 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6164 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6165 echo "$as_me:$LINENO: checking for $ac_header" >&5
6166 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6167 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6168 echo $ECHO_N "(cached) $ECHO_C" >&6
6170 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6171 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6173 # Is the header compilable?
6174 echo "$as_me:$LINENO: checking $ac_header usability" >&5
6175 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6176 cat >conftest.
$ac_ext <<_ACEOF
6177 #line $LINENO "configure"
6180 cat confdefs.h
>>conftest.
$ac_ext
6181 cat >>conftest.
$ac_ext <<_ACEOF
6182 /* end confdefs.h. */
6183 $ac_includes_default
6184 #include <$ac_header>
6186 rm -f conftest.
$ac_objext
6187 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6188 (eval $ac_compile) 2>&5
6190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6191 (exit $ac_status); } &&
6192 { ac_try
='test -s conftest.$ac_objext'
6193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6197 (exit $ac_status); }; }; then
6198 ac_header_compiler
=yes
6200 echo "$as_me: failed program was:" >&5
6201 sed 's/^/| /' conftest.
$ac_ext >&5
6203 ac_header_compiler
=no
6205 rm -f conftest.
$ac_objext conftest.
$ac_ext
6206 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6207 echo "${ECHO_T}$ac_header_compiler" >&6
6209 # Is the header present?
6210 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6211 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6212 cat >conftest.
$ac_ext <<_ACEOF
6213 #line $LINENO "configure"
6216 cat confdefs.h
>>conftest.
$ac_ext
6217 cat >>conftest.
$ac_ext <<_ACEOF
6218 /* end confdefs.h. */
6219 #include <$ac_header>
6221 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6222 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6224 grep -v '^ *+' conftest.er1
>conftest.err
6226 cat conftest.err
>&5
6227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6228 (exit $ac_status); } >/dev
/null
; then
6229 if test -s conftest.err
; then
6230 ac_cpp_err
=$ac_c_preproc_warn_flag
6237 if test -z "$ac_cpp_err"; then
6238 ac_header_preproc
=yes
6240 echo "$as_me: failed program was:" >&5
6241 sed 's/^/| /' conftest.
$ac_ext >&5
6243 ac_header_preproc
=no
6245 rm -f conftest.err conftest.
$ac_ext
6246 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6247 echo "${ECHO_T}$ac_header_preproc" >&6
6249 # So? What about this header?
6250 case $ac_header_compiler:$ac_header_preproc in
6252 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6253 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6254 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6255 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6258 ## ------------------------------------ ##
6259 ## Report this to bug-autoconf@gnu.org. ##
6260 ## ------------------------------------ ##
6263 sed "s/^/$as_me: WARNING: /" >&2
6266 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6267 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6268 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6269 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6270 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6271 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6274 ## ------------------------------------ ##
6275 ## Report this to bug-autoconf@gnu.org. ##
6276 ## ------------------------------------ ##
6279 sed "s/^/$as_me: WARNING: /" >&2
6282 echo "$as_me:$LINENO: checking for $ac_header" >&5
6283 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6284 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6285 echo $ECHO_N "(cached) $ECHO_C" >&6
6287 eval "$as_ac_Header=$ac_header_preproc"
6289 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6290 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 jpeg_start_decompress in -ljpeg" >&5
6298 echo $ECHO_N "checking for jpeg_start_decompress in -ljpeg... $ECHO_C" >&6
6299 if test "${ac_cv_lib_jpeg_jpeg_start_decompress+set}" = set; then
6300 echo $ECHO_N "(cached) $ECHO_C" >&6
6302 ac_check_lib_save_LIBS
=$LIBS
6304 cat >conftest.
$ac_ext <<_ACEOF
6305 #line $LINENO "configure"
6308 cat confdefs.h
>>conftest.
$ac_ext
6309 cat >>conftest.
$ac_ext <<_ACEOF
6310 /* end confdefs.h. */
6312 /* Override any gcc2 internal prototype to avoid an error. */
6316 /* We use char because int might match the return type of a gcc2
6317 builtin and then its argument prototype would still apply. */
6318 char jpeg_start_decompress ();
6322 jpeg_start_decompress ();
6327 rm -f conftest.
$ac_objext conftest
$ac_exeext
6328 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6329 (eval $ac_link) 2>&5
6331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6332 (exit $ac_status); } &&
6333 { ac_try
='test -s conftest$ac_exeext'
6334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6338 (exit $ac_status); }; }; then
6339 ac_cv_lib_jpeg_jpeg_start_decompress
=yes
6341 echo "$as_me: failed program was:" >&5
6342 sed 's/^/| /' conftest.
$ac_ext >&5
6344 ac_cv_lib_jpeg_jpeg_start_decompress
=no
6346 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
6347 LIBS
=$ac_check_lib_save_LIBS
6349 echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_start_decompress" >&5
6350 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_start_decompress" >&6
6351 if test $ac_cv_lib_jpeg_jpeg_start_decompress = yes; then
6353 cat >>confdefs.h
<<\_ACEOF
6354 #define HAVE_LIBJPEG 1
6370 for ac_header
in gif_lib.h
6372 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6373 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6374 echo "$as_me:$LINENO: checking for $ac_header" >&5
6375 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6376 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6377 echo $ECHO_N "(cached) $ECHO_C" >&6
6379 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6380 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6382 # Is the header compilable?
6383 echo "$as_me:$LINENO: checking $ac_header usability" >&5
6384 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6385 cat >conftest.
$ac_ext <<_ACEOF
6386 #line $LINENO "configure"
6389 cat confdefs.h
>>conftest.
$ac_ext
6390 cat >>conftest.
$ac_ext <<_ACEOF
6391 /* end confdefs.h. */
6392 $ac_includes_default
6393 #include <$ac_header>
6395 rm -f conftest.
$ac_objext
6396 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6397 (eval $ac_compile) 2>&5
6399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6400 (exit $ac_status); } &&
6401 { ac_try
='test -s conftest.$ac_objext'
6402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6406 (exit $ac_status); }; }; then
6407 ac_header_compiler
=yes
6409 echo "$as_me: failed program was:" >&5
6410 sed 's/^/| /' conftest.
$ac_ext >&5
6412 ac_header_compiler
=no
6414 rm -f conftest.
$ac_objext conftest.
$ac_ext
6415 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6416 echo "${ECHO_T}$ac_header_compiler" >&6
6418 # Is the header present?
6419 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6420 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6421 cat >conftest.
$ac_ext <<_ACEOF
6422 #line $LINENO "configure"
6425 cat confdefs.h
>>conftest.
$ac_ext
6426 cat >>conftest.
$ac_ext <<_ACEOF
6427 /* end confdefs.h. */
6428 #include <$ac_header>
6430 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6431 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6433 grep -v '^ *+' conftest.er1
>conftest.err
6435 cat conftest.err
>&5
6436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6437 (exit $ac_status); } >/dev
/null
; then
6438 if test -s conftest.err
; then
6439 ac_cpp_err
=$ac_c_preproc_warn_flag
6446 if test -z "$ac_cpp_err"; then
6447 ac_header_preproc
=yes
6449 echo "$as_me: failed program was:" >&5
6450 sed 's/^/| /' conftest.
$ac_ext >&5
6452 ac_header_preproc
=no
6454 rm -f conftest.err conftest.
$ac_ext
6455 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6456 echo "${ECHO_T}$ac_header_preproc" >&6
6458 # So? What about this header?
6459 case $ac_header_compiler:$ac_header_preproc in
6461 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6462 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6463 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6464 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6467 ## ------------------------------------ ##
6468 ## Report this to bug-autoconf@gnu.org. ##
6469 ## ------------------------------------ ##
6472 sed "s/^/$as_me: WARNING: /" >&2
6475 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6476 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6477 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6478 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6479 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6480 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6483 ## ------------------------------------ ##
6484 ## Report this to bug-autoconf@gnu.org. ##
6485 ## ------------------------------------ ##
6488 sed "s/^/$as_me: WARNING: /" >&2
6491 echo "$as_me:$LINENO: checking for $ac_header" >&5
6492 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6493 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6494 echo $ECHO_N "(cached) $ECHO_C" >&6
6496 eval "$as_ac_Header=$ac_header_preproc"
6498 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6499 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6502 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6503 cat >>confdefs.h
<<_ACEOF
6504 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6506 echo "$as_me:$LINENO: checking for DGifOpen in -lungif" >&5
6507 echo $ECHO_N "checking for DGifOpen in -lungif... $ECHO_C" >&6
6508 if test "${ac_cv_lib_ungif_DGifOpen+set}" = set; then
6509 echo $ECHO_N "(cached) $ECHO_C" >&6
6511 ac_check_lib_save_LIBS
=$LIBS
6512 LIBS
="-lungif $LIBS"
6513 cat >conftest.
$ac_ext <<_ACEOF
6514 #line $LINENO "configure"
6517 cat confdefs.h
>>conftest.
$ac_ext
6518 cat >>conftest.
$ac_ext <<_ACEOF
6519 /* end confdefs.h. */
6521 /* Override any gcc2 internal prototype to avoid an error. */
6525 /* We use char because int might match the return type of a gcc2
6526 builtin and then its argument prototype would still apply. */
6536 rm -f conftest.
$ac_objext conftest
$ac_exeext
6537 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6538 (eval $ac_link) 2>&5
6540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6541 (exit $ac_status); } &&
6542 { ac_try
='test -s conftest$ac_exeext'
6543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6547 (exit $ac_status); }; }; then
6548 ac_cv_lib_ungif_DGifOpen
=yes
6550 echo "$as_me: failed program was:" >&5
6551 sed 's/^/| /' conftest.
$ac_ext >&5
6553 ac_cv_lib_ungif_DGifOpen
=no
6555 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
6556 LIBS
=$ac_check_lib_save_LIBS
6558 echo "$as_me:$LINENO: result: $ac_cv_lib_ungif_DGifOpen" >&5
6559 echo "${ECHO_T}$ac_cv_lib_ungif_DGifOpen" >&6
6560 if test $ac_cv_lib_ungif_DGifOpen = yes; then
6562 cat >>confdefs.h
<<\_ACEOF
6563 #define HAVE_LIBGIF 1
6568 echo "$as_me:$LINENO: checking for DGifOpen in -lgif" >&5
6569 echo $ECHO_N "checking for DGifOpen in -lgif... $ECHO_C" >&6
6570 if test "${ac_cv_lib_gif_DGifOpen+set}" = set; then
6571 echo $ECHO_N "(cached) $ECHO_C" >&6
6573 ac_check_lib_save_LIBS
=$LIBS
6575 cat >conftest.
$ac_ext <<_ACEOF
6576 #line $LINENO "configure"
6579 cat confdefs.h
>>conftest.
$ac_ext
6580 cat >>conftest.
$ac_ext <<_ACEOF
6581 /* end confdefs.h. */
6583 /* Override any gcc2 internal prototype to avoid an error. */
6587 /* We use char because int might match the return type of a gcc2
6588 builtin and then its argument prototype would still apply. */
6598 rm -f conftest.
$ac_objext conftest
$ac_exeext
6599 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6600 (eval $ac_link) 2>&5
6602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6603 (exit $ac_status); } &&
6604 { ac_try
='test -s conftest$ac_exeext'
6605 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6609 (exit $ac_status); }; }; then
6610 ac_cv_lib_gif_DGifOpen
=yes
6612 echo "$as_me: failed program was:" >&5
6613 sed 's/^/| /' conftest.
$ac_ext >&5
6615 ac_cv_lib_gif_DGifOpen
=no
6617 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
6618 LIBS
=$ac_check_lib_save_LIBS
6620 echo "$as_me:$LINENO: result: $ac_cv_lib_gif_DGifOpen" >&5
6621 echo "${ECHO_T}$ac_cv_lib_gif_DGifOpen" >&6
6622 if test $ac_cv_lib_gif_DGifOpen = yes; then
6623 cat >>confdefs.h
<<\_ACEOF
6624 #define HAVE_LIBGIF 1
6646 if test "$have_x" = "yes"
6649 ac_save_CPPFLAGS
="$CPPFLAGS"
6650 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
6653 for ac_header
in X11
/Xlib.h
6655 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6656 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6657 echo "$as_me:$LINENO: checking for $ac_header" >&5
6658 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6659 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6660 echo $ECHO_N "(cached) $ECHO_C" >&6
6662 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6663 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6665 # Is the header compilable?
6666 echo "$as_me:$LINENO: checking $ac_header usability" >&5
6667 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6668 cat >conftest.
$ac_ext <<_ACEOF
6669 #line $LINENO "configure"
6672 cat confdefs.h
>>conftest.
$ac_ext
6673 cat >>conftest.
$ac_ext <<_ACEOF
6674 /* end confdefs.h. */
6675 $ac_includes_default
6676 #include <$ac_header>
6678 rm -f conftest.
$ac_objext
6679 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6680 (eval $ac_compile) 2>&5
6682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6683 (exit $ac_status); } &&
6684 { ac_try
='test -s conftest.$ac_objext'
6685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6689 (exit $ac_status); }; }; then
6690 ac_header_compiler
=yes
6692 echo "$as_me: failed program was:" >&5
6693 sed 's/^/| /' conftest.
$ac_ext >&5
6695 ac_header_compiler
=no
6697 rm -f conftest.
$ac_objext conftest.
$ac_ext
6698 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6699 echo "${ECHO_T}$ac_header_compiler" >&6
6701 # Is the header present?
6702 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6703 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6704 cat >conftest.
$ac_ext <<_ACEOF
6705 #line $LINENO "configure"
6708 cat confdefs.h
>>conftest.
$ac_ext
6709 cat >>conftest.
$ac_ext <<_ACEOF
6710 /* end confdefs.h. */
6711 #include <$ac_header>
6713 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6714 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6716 grep -v '^ *+' conftest.er1
>conftest.err
6718 cat conftest.err
>&5
6719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6720 (exit $ac_status); } >/dev
/null
; then
6721 if test -s conftest.err
; then
6722 ac_cpp_err
=$ac_c_preproc_warn_flag
6729 if test -z "$ac_cpp_err"; then
6730 ac_header_preproc
=yes
6732 echo "$as_me: failed program was:" >&5
6733 sed 's/^/| /' conftest.
$ac_ext >&5
6735 ac_header_preproc
=no
6737 rm -f conftest.err conftest.
$ac_ext
6738 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6739 echo "${ECHO_T}$ac_header_preproc" >&6
6741 # So? What about this header?
6742 case $ac_header_compiler:$ac_header_preproc in
6744 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6745 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6746 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6747 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6750 ## ------------------------------------ ##
6751 ## Report this to bug-autoconf@gnu.org. ##
6752 ## ------------------------------------ ##
6755 sed "s/^/$as_me: WARNING: /" >&2
6758 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6759 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6760 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6761 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6762 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6763 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6766 ## ------------------------------------ ##
6767 ## Report this to bug-autoconf@gnu.org. ##
6768 ## ------------------------------------ ##
6771 sed "s/^/$as_me: WARNING: /" >&2
6774 echo "$as_me:$LINENO: checking for $ac_header" >&5
6775 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6776 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6777 echo $ECHO_N "(cached) $ECHO_C" >&6
6779 eval "$as_ac_Header=$ac_header_preproc"
6781 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6782 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6785 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6786 cat >>confdefs.h
<<_ACEOF
6787 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6791 for ac_header
in X11
/XKBlib.h
6793 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6794 echo "$as_me:$LINENO: checking for $ac_header" >&5
6795 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6796 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6797 echo $ECHO_N "(cached) $ECHO_C" >&6
6799 cat >conftest.
$ac_ext <<_ACEOF
6800 #line $LINENO "configure"
6803 cat confdefs.h
>>conftest.
$ac_ext
6804 cat >>conftest.
$ac_ext <<_ACEOF
6805 /* end confdefs.h. */
6806 #include <X11/Xlib.h>
6808 #include <$ac_header>
6810 rm -f conftest.
$ac_objext
6811 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6812 (eval $ac_compile) 2>&5
6814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6815 (exit $ac_status); } &&
6816 { ac_try
='test -s conftest.$ac_objext'
6817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6821 (exit $ac_status); }; }; then
6822 eval "$as_ac_Header=yes"
6824 echo "$as_me: failed program was:" >&5
6825 sed 's/^/| /' conftest.
$ac_ext >&5
6827 eval "$as_ac_Header=no"
6829 rm -f conftest.
$ac_objext conftest.
$ac_ext
6831 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6832 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6833 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6834 cat >>confdefs.h
<<_ACEOF
6835 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6837 echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
6838 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6
6839 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
6840 echo $ECHO_N "(cached) $ECHO_C" >&6
6842 ac_check_lib_save_LIBS
=$LIBS
6843 LIBS
="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
6844 cat >conftest.
$ac_ext <<_ACEOF
6845 #line $LINENO "configure"
6848 cat confdefs.h
>>conftest.
$ac_ext
6849 cat >>conftest.
$ac_ext <<_ACEOF
6850 /* end confdefs.h. */
6852 /* Override any gcc2 internal prototype to avoid an error. */
6856 /* We use char because int might match the return type of a gcc2
6857 builtin and then its argument prototype would still apply. */
6858 char XkbQueryExtension ();
6862 XkbQueryExtension ();
6867 rm -f conftest.
$ac_objext conftest
$ac_exeext
6868 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6869 (eval $ac_link) 2>&5
6871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6872 (exit $ac_status); } &&
6873 { ac_try
='test -s conftest$ac_exeext'
6874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6878 (exit $ac_status); }; }; then
6879 ac_cv_lib_X11_XkbQueryExtension
=yes
6881 echo "$as_me: failed program was:" >&5
6882 sed 's/^/| /' conftest.
$ac_ext >&5
6884 ac_cv_lib_X11_XkbQueryExtension
=no
6886 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
6887 LIBS
=$ac_check_lib_save_LIBS
6889 echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
6890 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6
6891 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
6893 cat >>confdefs.h
<<\_ACEOF
6901 { echo "$as_me:$LINENO: WARNING: Xkb extension not found, Wine will be built without it" >&5
6902 echo "$as_me: WARNING: Xkb extension not found, Wine will be built without it" >&2;}
6909 for ac_header
in X11
/extensions
/XShm.h
6911 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6912 echo "$as_me:$LINENO: checking for $ac_header" >&5
6913 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6914 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6915 echo $ECHO_N "(cached) $ECHO_C" >&6
6917 cat >conftest.
$ac_ext <<_ACEOF
6918 #line $LINENO "configure"
6921 cat confdefs.h
>>conftest.
$ac_ext
6922 cat >>conftest.
$ac_ext <<_ACEOF
6923 /* end confdefs.h. */
6924 #include <X11/Xlib.h>
6926 #include <$ac_header>
6928 rm -f conftest.
$ac_objext
6929 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6930 (eval $ac_compile) 2>&5
6932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6933 (exit $ac_status); } &&
6934 { ac_try
='test -s conftest.$ac_objext'
6935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6939 (exit $ac_status); }; }; then
6940 eval "$as_ac_Header=yes"
6942 echo "$as_me: failed program was:" >&5
6943 sed 's/^/| /' conftest.
$ac_ext >&5
6945 eval "$as_ac_Header=no"
6947 rm -f conftest.
$ac_objext conftest.
$ac_ext
6949 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6950 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6951 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6952 cat >>confdefs.h
<<_ACEOF
6953 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6955 echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
6956 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6
6957 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
6958 echo $ECHO_N "(cached) $ECHO_C" >&6
6960 ac_check_lib_save_LIBS
=$LIBS
6961 LIBS
="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
6962 cat >conftest.
$ac_ext <<_ACEOF
6963 #line $LINENO "configure"
6966 cat confdefs.h
>>conftest.
$ac_ext
6967 cat >>conftest.
$ac_ext <<_ACEOF
6968 /* end confdefs.h. */
6970 /* Override any gcc2 internal prototype to avoid an error. */
6974 /* We use char because int might match the return type of a gcc2
6975 builtin and then its argument prototype would still apply. */
6976 char XShmQueryExtension ();
6980 XShmQueryExtension ();
6985 rm -f conftest.
$ac_objext conftest
$ac_exeext
6986 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6987 (eval $ac_link) 2>&5
6989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6990 (exit $ac_status); } &&
6991 { ac_try
='test -s conftest$ac_exeext'
6992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6996 (exit $ac_status); }; }; then
6997 ac_cv_lib_Xext_XShmQueryExtension
=yes
6999 echo "$as_me: failed program was:" >&5
7000 sed 's/^/| /' conftest.
$ac_ext >&5
7002 ac_cv_lib_Xext_XShmQueryExtension
=no
7004 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
7005 LIBS
=$ac_check_lib_save_LIBS
7007 echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
7008 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6
7009 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
7011 cat >>confdefs.h
<<\_ACEOF
7012 #define HAVE_LIBXXSHM 1
7019 { echo "$as_me:$LINENO: WARNING: XShm extension not found, Wine will be built without it" >&5
7020 echo "$as_me: WARNING: XShm extension not found, Wine will be built without it" >&2;}
7027 for ac_header
in X11
/Xutil.h
7029 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7030 echo "$as_me:$LINENO: checking for $ac_header" >&5
7031 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7032 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7033 echo $ECHO_N "(cached) $ECHO_C" >&6
7035 cat >conftest.
$ac_ext <<_ACEOF
7036 #line $LINENO "configure"
7039 cat confdefs.h
>>conftest.
$ac_ext
7040 cat >>conftest.
$ac_ext <<_ACEOF
7041 /* end confdefs.h. */
7042 #include <X11/Xlib.h>
7044 #include <$ac_header>
7046 rm -f conftest.
$ac_objext
7047 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7048 (eval $ac_compile) 2>&5
7050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7051 (exit $ac_status); } &&
7052 { ac_try
='test -s conftest.$ac_objext'
7053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7057 (exit $ac_status); }; }; then
7058 eval "$as_ac_Header=yes"
7060 echo "$as_me: failed program was:" >&5
7061 sed 's/^/| /' conftest.
$ac_ext >&5
7063 eval "$as_ac_Header=no"
7065 rm -f conftest.
$ac_objext conftest.
$ac_ext
7067 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7068 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7069 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7070 cat >>confdefs.h
<<_ACEOF
7071 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7080 for ac_header
in X11
/extensions
/shape.h
7082 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7083 echo "$as_me:$LINENO: checking for $ac_header" >&5
7084 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7085 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7086 echo $ECHO_N "(cached) $ECHO_C" >&6
7088 cat >conftest.
$ac_ext <<_ACEOF
7089 #line $LINENO "configure"
7092 cat confdefs.h
>>conftest.
$ac_ext
7093 cat >>conftest.
$ac_ext <<_ACEOF
7094 /* end confdefs.h. */
7095 #include <X11/Xlib.h>
7096 #ifdef HAVE_X11_XUTIL_H
7097 # include <X11/Xutil.h>
7100 #include <$ac_header>
7102 rm -f conftest.
$ac_objext
7103 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7104 (eval $ac_compile) 2>&5
7106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7107 (exit $ac_status); } &&
7108 { ac_try
='test -s conftest.$ac_objext'
7109 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7113 (exit $ac_status); }; }; then
7114 eval "$as_ac_Header=yes"
7116 echo "$as_me: failed program was:" >&5
7117 sed 's/^/| /' conftest.
$ac_ext >&5
7119 eval "$as_ac_Header=no"
7121 rm -f conftest.
$ac_objext conftest.
$ac_ext
7123 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7124 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7125 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7126 cat >>confdefs.h
<<_ACEOF
7127 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7129 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
7130 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
7131 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
7132 echo $ECHO_N "(cached) $ECHO_C" >&6
7134 ac_check_lib_save_LIBS
=$LIBS
7135 LIBS
="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
7136 cat >conftest.
$ac_ext <<_ACEOF
7137 #line $LINENO "configure"
7140 cat confdefs.h
>>conftest.
$ac_ext
7141 cat >>conftest.
$ac_ext <<_ACEOF
7142 /* end confdefs.h. */
7144 /* Override any gcc2 internal prototype to avoid an error. */
7148 /* We use char because int might match the return type of a gcc2
7149 builtin and then its argument prototype would still apply. */
7150 char XShapeQueryExtension ();
7154 XShapeQueryExtension ();
7159 rm -f conftest.
$ac_objext conftest
$ac_exeext
7160 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7161 (eval $ac_link) 2>&5
7163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7164 (exit $ac_status); } &&
7165 { ac_try
='test -s conftest$ac_exeext'
7166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7170 (exit $ac_status); }; }; then
7171 ac_cv_lib_Xext_XShapeQueryExtension
=yes
7173 echo "$as_me: failed program was:" >&5
7174 sed 's/^/| /' conftest.
$ac_ext >&5
7176 ac_cv_lib_Xext_XShapeQueryExtension
=no
7178 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
7179 LIBS
=$ac_check_lib_save_LIBS
7181 echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
7182 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
7183 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
7185 cat >>confdefs.h
<<\_ACEOF
7186 #define HAVE_LIBXSHAPE 1
7193 { echo "$as_me:$LINENO: WARNING: XShape extension not found, Wine will be built without it" >&5
7194 echo "$as_me: WARNING: XShape extension not found, Wine will be built without it" >&2;}
7201 for ac_header
in X11
/extensions
/xf86dga.h
7203 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7204 echo "$as_me:$LINENO: checking for $ac_header" >&5
7205 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7206 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7207 echo $ECHO_N "(cached) $ECHO_C" >&6
7209 cat >conftest.
$ac_ext <<_ACEOF
7210 #line $LINENO "configure"
7213 cat confdefs.h
>>conftest.
$ac_ext
7214 cat >>conftest.
$ac_ext <<_ACEOF
7215 /* end confdefs.h. */
7216 #include <X11/Xlib.h>
7218 #include <$ac_header>
7220 rm -f conftest.
$ac_objext
7221 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7222 (eval $ac_compile) 2>&5
7224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7225 (exit $ac_status); } &&
7226 { ac_try
='test -s conftest.$ac_objext'
7227 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7231 (exit $ac_status); }; }; then
7232 eval "$as_ac_Header=yes"
7234 echo "$as_me: failed program was:" >&5
7235 sed 's/^/| /' conftest.
$ac_ext >&5
7237 eval "$as_ac_Header=no"
7239 rm -f conftest.
$ac_objext conftest.
$ac_ext
7241 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7242 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7243 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7244 cat >>confdefs.h
<<_ACEOF
7245 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7247 echo "$as_me:$LINENO: checking for XDGAQueryExtension in -lXxf86dga" >&5
7248 echo $ECHO_N "checking for XDGAQueryExtension in -lXxf86dga... $ECHO_C" >&6
7249 if test "${ac_cv_lib_Xxf86dga_XDGAQueryExtension+set}" = set; then
7250 echo $ECHO_N "(cached) $ECHO_C" >&6
7252 ac_check_lib_save_LIBS
=$LIBS
7253 LIBS
="-lXxf86dga $X_LIBS -lXext -lX11 $X_EXTRA_LIBS
7255 cat >conftest.
$ac_ext <<_ACEOF
7256 #line $LINENO "configure"
7259 cat confdefs.h
>>conftest.
$ac_ext
7260 cat >>conftest.
$ac_ext <<_ACEOF
7261 /* end confdefs.h. */
7263 /* Override any gcc2 internal prototype to avoid an error. */
7267 /* We use char because int might match the return type of a gcc2
7268 builtin and then its argument prototype would still apply. */
7269 char XDGAQueryExtension ();
7273 XDGAQueryExtension ();
7278 rm -f conftest.
$ac_objext conftest
$ac_exeext
7279 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7280 (eval $ac_link) 2>&5
7282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7283 (exit $ac_status); } &&
7284 { ac_try
='test -s conftest$ac_exeext'
7285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7289 (exit $ac_status); }; }; then
7290 ac_cv_lib_Xxf86dga_XDGAQueryExtension
=yes
7292 echo "$as_me: failed program was:" >&5
7293 sed 's/^/| /' conftest.
$ac_ext >&5
7295 ac_cv_lib_Xxf86dga_XDGAQueryExtension
=no
7297 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
7298 LIBS
=$ac_check_lib_save_LIBS
7300 echo "$as_me:$LINENO: result: $ac_cv_lib_Xxf86dga_XDGAQueryExtension" >&5
7301 echo "${ECHO_T}$ac_cv_lib_Xxf86dga_XDGAQueryExtension" >&6
7302 if test $ac_cv_lib_Xxf86dga_XDGAQueryExtension = yes; then
7304 cat >>confdefs.h
<<\_ACEOF
7305 #define HAVE_LIBXXF86DGA2 1
7308 X_PRE_LIBS
="$X_PRE_LIBS -lXxf86dga"
7311 echo "$as_me:$LINENO: checking for XF86DGAQueryExtension in -lXxf86dga" >&5
7312 echo $ECHO_N "checking for XF86DGAQueryExtension in -lXxf86dga... $ECHO_C" >&6
7313 if test "${ac_cv_lib_Xxf86dga_XF86DGAQueryExtension+set}" = set; then
7314 echo $ECHO_N "(cached) $ECHO_C" >&6
7316 ac_check_lib_save_LIBS
=$LIBS
7317 LIBS
="-lXxf86dga $X_LIBS -lXext -lX11 $X_EXTRA_LIBS
7319 cat >conftest.
$ac_ext <<_ACEOF
7320 #line $LINENO "configure"
7323 cat confdefs.h
>>conftest.
$ac_ext
7324 cat >>conftest.
$ac_ext <<_ACEOF
7325 /* end confdefs.h. */
7327 /* Override any gcc2 internal prototype to avoid an error. */
7331 /* We use char because int might match the return type of a gcc2
7332 builtin and then its argument prototype would still apply. */
7333 char XF86DGAQueryExtension ();
7337 XF86DGAQueryExtension ();
7342 rm -f conftest.
$ac_objext conftest
$ac_exeext
7343 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7344 (eval $ac_link) 2>&5
7346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7347 (exit $ac_status); } &&
7348 { ac_try
='test -s conftest$ac_exeext'
7349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7353 (exit $ac_status); }; }; then
7354 ac_cv_lib_Xxf86dga_XF86DGAQueryExtension
=yes
7356 echo "$as_me: failed program was:" >&5
7357 sed 's/^/| /' conftest.
$ac_ext >&5
7359 ac_cv_lib_Xxf86dga_XF86DGAQueryExtension
=no
7361 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
7362 LIBS
=$ac_check_lib_save_LIBS
7364 echo "$as_me:$LINENO: result: $ac_cv_lib_Xxf86dga_XF86DGAQueryExtension" >&5
7365 echo "${ECHO_T}$ac_cv_lib_Xxf86dga_XF86DGAQueryExtension" >&6
7366 if test $ac_cv_lib_Xxf86dga_XF86DGAQueryExtension = yes; then
7368 cat >>confdefs.h
<<\_ACEOF
7369 #define HAVE_LIBXXF86DGA 1
7372 X_PRE_LIBS
="$X_PRE_LIBS -lXxf86dga"
7381 { echo "$as_me:$LINENO: WARNING: DGA extension not found, Wine will be built without it" >&5
7382 echo "$as_me: WARNING: DGA extension not found, Wine will be built without it" >&2;}
7389 for ac_header
in X11
/extensions
/xf86vmode.h
7391 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7392 echo "$as_me:$LINENO: checking for $ac_header" >&5
7393 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7394 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7395 echo $ECHO_N "(cached) $ECHO_C" >&6
7397 cat >conftest.
$ac_ext <<_ACEOF
7398 #line $LINENO "configure"
7401 cat confdefs.h
>>conftest.
$ac_ext
7402 cat >>conftest.
$ac_ext <<_ACEOF
7403 /* end confdefs.h. */
7404 #include <X11/Xlib.h>
7406 #include <$ac_header>
7408 rm -f conftest.
$ac_objext
7409 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7410 (eval $ac_compile) 2>&5
7412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7413 (exit $ac_status); } &&
7414 { ac_try
='test -s conftest.$ac_objext'
7415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7419 (exit $ac_status); }; }; then
7420 eval "$as_ac_Header=yes"
7422 echo "$as_me: failed program was:" >&5
7423 sed 's/^/| /' conftest.
$ac_ext >&5
7425 eval "$as_ac_Header=no"
7427 rm -f conftest.
$ac_objext conftest.
$ac_ext
7429 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7430 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7431 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7432 cat >>confdefs.h
<<_ACEOF
7433 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7435 echo "$as_me:$LINENO: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
7436 echo $ECHO_N "checking for XF86VidModeQueryExtension in -lXxf86vm... $ECHO_C" >&6
7437 if test "${ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension+set}" = set; then
7438 echo $ECHO_N "(cached) $ECHO_C" >&6
7440 ac_check_lib_save_LIBS
=$LIBS
7441 LIBS
="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS
7443 cat >conftest.
$ac_ext <<_ACEOF
7444 #line $LINENO "configure"
7447 cat confdefs.h
>>conftest.
$ac_ext
7448 cat >>conftest.
$ac_ext <<_ACEOF
7449 /* end confdefs.h. */
7451 /* Override any gcc2 internal prototype to avoid an error. */
7455 /* We use char because int might match the return type of a gcc2
7456 builtin and then its argument prototype would still apply. */
7457 char XF86VidModeQueryExtension ();
7461 XF86VidModeQueryExtension ();
7466 rm -f conftest.
$ac_objext conftest
$ac_exeext
7467 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7468 (eval $ac_link) 2>&5
7470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7471 (exit $ac_status); } &&
7472 { ac_try
='test -s conftest$ac_exeext'
7473 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7477 (exit $ac_status); }; }; then
7478 ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension
=yes
7480 echo "$as_me: failed program was:" >&5
7481 sed 's/^/| /' conftest.
$ac_ext >&5
7483 ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension
=no
7485 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
7486 LIBS
=$ac_check_lib_save_LIBS
7488 echo "$as_me:$LINENO: result: $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&5
7489 echo "${ECHO_T}$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&6
7490 if test $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension = yes; then
7492 cat >>confdefs.h
<<\_ACEOF
7493 #define HAVE_LIBXXF86VM 1
7496 X_PRE_LIBS
="$X_PRE_LIBS -lXxf86vm"
7502 { echo "$as_me:$LINENO: WARNING: XFree86 VMODE extension not found, Wine will be built without it" >&5
7503 echo "$as_me: WARNING: XFree86 VMODE extension not found, Wine will be built without it" >&2;}
7510 for ac_header
in X11
/extensions
/Xvlib.h
7512 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7513 echo "$as_me:$LINENO: checking for $ac_header" >&5
7514 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7515 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7516 echo $ECHO_N "(cached) $ECHO_C" >&6
7518 cat >conftest.
$ac_ext <<_ACEOF
7519 #line $LINENO "configure"
7522 cat confdefs.h
>>conftest.
$ac_ext
7523 cat >>conftest.
$ac_ext <<_ACEOF
7524 /* end confdefs.h. */
7525 #include <X11/Xlib.h>
7527 #include <$ac_header>
7529 rm -f conftest.
$ac_objext
7530 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7531 (eval $ac_compile) 2>&5
7533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7534 (exit $ac_status); } &&
7535 { ac_try
='test -s conftest.$ac_objext'
7536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7540 (exit $ac_status); }; }; then
7541 eval "$as_ac_Header=yes"
7543 echo "$as_me: failed program was:" >&5
7544 sed 's/^/| /' conftest.
$ac_ext >&5
7546 eval "$as_ac_Header=no"
7548 rm -f conftest.
$ac_objext conftest.
$ac_ext
7550 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7551 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7552 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7553 cat >>confdefs.h
<<_ACEOF
7554 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7556 echo "$as_me:$LINENO: checking for XvShmCreateImage in -lXv" >&5
7557 echo $ECHO_N "checking for XvShmCreateImage in -lXv... $ECHO_C" >&6
7558 if test "${ac_cv_lib_Xv_XvShmCreateImage+set}" = set; then
7559 echo $ECHO_N "(cached) $ECHO_C" >&6
7561 ac_check_lib_save_LIBS
=$LIBS
7562 LIBS
="-lXv $X_LIBS -lXext -lX11 $X_EXTRA_LIBS
7564 cat >conftest.
$ac_ext <<_ACEOF
7565 #line $LINENO "configure"
7568 cat confdefs.h
>>conftest.
$ac_ext
7569 cat >>conftest.
$ac_ext <<_ACEOF
7570 /* end confdefs.h. */
7572 /* Override any gcc2 internal prototype to avoid an error. */
7576 /* We use char because int might match the return type of a gcc2
7577 builtin and then its argument prototype would still apply. */
7578 char XvShmCreateImage ();
7582 XvShmCreateImage ();
7587 rm -f conftest.
$ac_objext conftest
$ac_exeext
7588 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7589 (eval $ac_link) 2>&5
7591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7592 (exit $ac_status); } &&
7593 { ac_try
='test -s conftest$ac_exeext'
7594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7598 (exit $ac_status); }; }; then
7599 ac_cv_lib_Xv_XvShmCreateImage
=yes
7601 echo "$as_me: failed program was:" >&5
7602 sed 's/^/| /' conftest.
$ac_ext >&5
7604 ac_cv_lib_Xv_XvShmCreateImage
=no
7606 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
7607 LIBS
=$ac_check_lib_save_LIBS
7609 echo "$as_me:$LINENO: result: $ac_cv_lib_Xv_XvShmCreateImage" >&5
7610 echo "${ECHO_T}$ac_cv_lib_Xv_XvShmCreateImage" >&6
7611 if test $ac_cv_lib_Xv_XvShmCreateImage = yes; then
7613 cat >>confdefs.h
<<\_ACEOF
7614 #define HAVE_XVIDEO 1
7617 X_PRE_LIBS
="$X_PRE_LIBS -lXv"
7623 { echo "$as_me:$LINENO: WARNING: XVideo extension not found, Wine will be built without it" >&5
7624 echo "$as_me: WARNING: XVideo extension not found, Wine will be built without it" >&2;}
7631 for ac_header
in X11
/extensions
/Xrender.h
7633 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7634 echo "$as_me:$LINENO: checking for $ac_header" >&5
7635 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7636 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7637 echo $ECHO_N "(cached) $ECHO_C" >&6
7639 cat >conftest.
$ac_ext <<_ACEOF
7640 #line $LINENO "configure"
7643 cat confdefs.h
>>conftest.
$ac_ext
7644 cat >>conftest.
$ac_ext <<_ACEOF
7645 /* end confdefs.h. */
7646 #include <X11/Xlib.h>
7648 #include <$ac_header>
7650 rm -f conftest.
$ac_objext
7651 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7652 (eval $ac_compile) 2>&5
7654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7655 (exit $ac_status); } &&
7656 { ac_try
='test -s conftest.$ac_objext'
7657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7661 (exit $ac_status); }; }; then
7662 eval "$as_ac_Header=yes"
7664 echo "$as_me: failed program was:" >&5
7665 sed 's/^/| /' conftest.
$ac_ext >&5
7667 eval "$as_ac_Header=no"
7669 rm -f conftest.
$ac_objext conftest.
$ac_ext
7671 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7672 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7673 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7674 cat >>confdefs.h
<<_ACEOF
7675 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7688 if test "x$with_opengl" != "xno"
7690 if test -f /usr
/X11R
6/lib
/libGL.a
-a ! -f /usr
/X11R
6/lib
/libGL.so
7692 { { echo "$as_me:$LINENO: error: /usr/X11R6/lib/libGL.a is present on your system.
7693 This prevents linking to OpenGL. Delete the file and restart configure." >&5
7694 echo "$as_me: error: /usr/X11R6/lib/libGL.a is present on your system.
7695 This prevents linking to OpenGL. Delete the file and restart configure." >&2;}
7696 { (exit 1); exit 1; }; }
7701 for ac_header
in GL
/gl.h GL
/glx.h
7703 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7704 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7705 echo "$as_me:$LINENO: checking for $ac_header" >&5
7706 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7707 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7708 echo $ECHO_N "(cached) $ECHO_C" >&6
7710 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7711 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7713 # Is the header compilable?
7714 echo "$as_me:$LINENO: checking $ac_header usability" >&5
7715 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7716 cat >conftest.
$ac_ext <<_ACEOF
7717 #line $LINENO "configure"
7720 cat confdefs.h
>>conftest.
$ac_ext
7721 cat >>conftest.
$ac_ext <<_ACEOF
7722 /* end confdefs.h. */
7723 $ac_includes_default
7724 #include <$ac_header>
7726 rm -f conftest.
$ac_objext
7727 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7728 (eval $ac_compile) 2>&5
7730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7731 (exit $ac_status); } &&
7732 { ac_try
='test -s conftest.$ac_objext'
7733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7737 (exit $ac_status); }; }; then
7738 ac_header_compiler
=yes
7740 echo "$as_me: failed program was:" >&5
7741 sed 's/^/| /' conftest.
$ac_ext >&5
7743 ac_header_compiler
=no
7745 rm -f conftest.
$ac_objext conftest.
$ac_ext
7746 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7747 echo "${ECHO_T}$ac_header_compiler" >&6
7749 # Is the header present?
7750 echo "$as_me:$LINENO: checking $ac_header presence" >&5
7751 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7752 cat >conftest.
$ac_ext <<_ACEOF
7753 #line $LINENO "configure"
7756 cat confdefs.h
>>conftest.
$ac_ext
7757 cat >>conftest.
$ac_ext <<_ACEOF
7758 /* end confdefs.h. */
7759 #include <$ac_header>
7761 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7762 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
7764 grep -v '^ *+' conftest.er1
>conftest.err
7766 cat conftest.err
>&5
7767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7768 (exit $ac_status); } >/dev
/null
; then
7769 if test -s conftest.err
; then
7770 ac_cpp_err
=$ac_c_preproc_warn_flag
7777 if test -z "$ac_cpp_err"; then
7778 ac_header_preproc
=yes
7780 echo "$as_me: failed program was:" >&5
7781 sed 's/^/| /' conftest.
$ac_ext >&5
7783 ac_header_preproc
=no
7785 rm -f conftest.err conftest.
$ac_ext
7786 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7787 echo "${ECHO_T}$ac_header_preproc" >&6
7789 # So? What about this header?
7790 case $ac_header_compiler:$ac_header_preproc in
7792 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7793 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7794 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7795 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7798 ## ------------------------------------ ##
7799 ## Report this to bug-autoconf@gnu.org. ##
7800 ## ------------------------------------ ##
7803 sed "s/^/$as_me: WARNING: /" >&2
7806 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7807 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7808 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7809 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7810 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7811 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7814 ## ------------------------------------ ##
7815 ## Report this to bug-autoconf@gnu.org. ##
7816 ## ------------------------------------ ##
7819 sed "s/^/$as_me: WARNING: /" >&2
7822 echo "$as_me:$LINENO: checking for $ac_header" >&5
7823 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7824 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7825 echo $ECHO_N "(cached) $ECHO_C" >&6
7827 eval "$as_ac_Header=$ac_header_preproc"
7829 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7830 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7833 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7834 cat >>confdefs.h
<<_ACEOF
7835 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7842 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
7845 for ac_header
in GL
/glext.h
7847 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7848 echo "$as_me:$LINENO: checking for $ac_header" >&5
7849 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7850 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7851 echo $ECHO_N "(cached) $ECHO_C" >&6
7853 cat >conftest.
$ac_ext <<_ACEOF
7854 #line $LINENO "configure"
7857 cat confdefs.h
>>conftest.
$ac_ext
7858 cat >>conftest.
$ac_ext <<_ACEOF
7859 /* end confdefs.h. */
7862 #include <$ac_header>
7864 rm -f conftest.
$ac_objext
7865 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7866 (eval $ac_compile) 2>&5
7868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7869 (exit $ac_status); } &&
7870 { ac_try
='test -s conftest.$ac_objext'
7871 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7875 (exit $ac_status); }; }; then
7876 eval "$as_ac_Header=yes"
7878 echo "$as_me: failed program was:" >&5
7879 sed 's/^/| /' conftest.
$ac_ext >&5
7881 eval "$as_ac_Header=no"
7883 rm -f conftest.
$ac_objext conftest.
$ac_ext
7885 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7886 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7887 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7888 cat >>confdefs.h
<<_ACEOF
7889 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7896 echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
7897 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6
7898 if test "${wine_cv_opengl_version_OK+set}" = set; then
7899 echo $ECHO_N "(cached) $ECHO_C" >&6
7901 cat >conftest.
$ac_ext <<_ACEOF
7902 #line $LINENO "configure"
7905 cat confdefs.h
>>conftest.
$ac_ext
7906 cat >>conftest.
$ac_ext <<_ACEOF
7907 /* end confdefs.h. */
7912 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
7917 rm -f conftest.
$ac_objext
7918 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7919 (eval $ac_compile) 2>&5
7921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7922 (exit $ac_status); } &&
7923 { ac_try
='test -s conftest.$ac_objext'
7924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7928 (exit $ac_status); }; }; then
7929 wine_cv_opengl_version_OK
="yes"
7931 echo "$as_me: failed program was:" >&5
7932 sed 's/^/| /' conftest.
$ac_ext >&5
7934 wine_cv_opengl_version_OK
="no"
7937 rm -f conftest.
$ac_objext conftest.
$ac_ext
7940 echo "$as_me:$LINENO: result: $wine_cv_opengl_version_OK" >&5
7941 echo "${ECHO_T}$wine_cv_opengl_version_OK" >&6
7943 if test "$wine_cv_opengl_version_OK" = "yes"
7945 echo "$as_me:$LINENO: checking for glXCreateContext in -lGL" >&5
7946 echo $ECHO_N "checking for glXCreateContext in -lGL... $ECHO_C" >&6
7947 if test "${ac_cv_lib_GL_glXCreateContext+set}" = set; then
7948 echo $ECHO_N "(cached) $ECHO_C" >&6
7950 ac_check_lib_save_LIBS
=$LIBS
7951 LIBS
="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
7952 cat >conftest.
$ac_ext <<_ACEOF
7953 #line $LINENO "configure"
7956 cat confdefs.h
>>conftest.
$ac_ext
7957 cat >>conftest.
$ac_ext <<_ACEOF
7958 /* end confdefs.h. */
7960 /* Override any gcc2 internal prototype to avoid an error. */
7964 /* We use char because int might match the return type of a gcc2
7965 builtin and then its argument prototype would still apply. */
7966 char glXCreateContext ();
7970 glXCreateContext ();
7975 rm -f conftest.
$ac_objext conftest
$ac_exeext
7976 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7977 (eval $ac_link) 2>&5
7979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7980 (exit $ac_status); } &&
7981 { ac_try
='test -s conftest$ac_exeext'
7982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7986 (exit $ac_status); }; }; then
7987 ac_cv_lib_GL_glXCreateContext
=yes
7989 echo "$as_me: failed program was:" >&5
7990 sed 's/^/| /' conftest.
$ac_ext >&5
7992 ac_cv_lib_GL_glXCreateContext
=no
7994 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
7995 LIBS
=$ac_check_lib_save_LIBS
7997 echo "$as_me:$LINENO: result: $ac_cv_lib_GL_glXCreateContext" >&5
7998 echo "${ECHO_T}$ac_cv_lib_GL_glXCreateContext" >&6
7999 if test $ac_cv_lib_GL_glXCreateContext = yes; then
8005 if test "$ac_cv_lib_GL_glXCreateContext" = "yes"
8007 OPENGLFILES
='$(OPENGLFILES)'
8009 cat >>confdefs.h
<<\_ACEOF
8010 #define HAVE_OPENGL 1
8014 echo "$as_me:$LINENO: checking for glXGetProcAddressARB in -lGL" >&5
8015 echo $ECHO_N "checking for glXGetProcAddressARB in -lGL... $ECHO_C" >&6
8016 if test "${ac_cv_lib_GL_glXGetProcAddressARB+set}" = set; then
8017 echo $ECHO_N "(cached) $ECHO_C" >&6
8019 ac_check_lib_save_LIBS
=$LIBS
8020 LIBS
="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
8021 cat >conftest.
$ac_ext <<_ACEOF
8022 #line $LINENO "configure"
8025 cat confdefs.h
>>conftest.
$ac_ext
8026 cat >>conftest.
$ac_ext <<_ACEOF
8027 /* end confdefs.h. */
8029 /* Override any gcc2 internal prototype to avoid an error. */
8033 /* We use char because int might match the return type of a gcc2
8034 builtin and then its argument prototype would still apply. */
8035 char glXGetProcAddressARB ();
8039 glXGetProcAddressARB ();
8044 rm -f conftest.
$ac_objext conftest
$ac_exeext
8045 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8046 (eval $ac_link) 2>&5
8048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8049 (exit $ac_status); } &&
8050 { ac_try
='test -s conftest$ac_exeext'
8051 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8055 (exit $ac_status); }; }; then
8056 ac_cv_lib_GL_glXGetProcAddressARB
=yes
8058 echo "$as_me: failed program was:" >&5
8059 sed 's/^/| /' conftest.
$ac_ext >&5
8061 ac_cv_lib_GL_glXGetProcAddressARB
=no
8063 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
8064 LIBS
=$ac_check_lib_save_LIBS
8066 echo "$as_me:$LINENO: result: $ac_cv_lib_GL_glXGetProcAddressARB" >&5
8067 echo "${ECHO_T}$ac_cv_lib_GL_glXGetProcAddressARB" >&6
8068 if test $ac_cv_lib_GL_glXGetProcAddressARB = yes; then
8070 cat >>confdefs.h
<<\_ACEOF
8071 #define HAVE_GLX_GETPROCADDRESS 1
8077 if test "$ac_cv_lib_GL_glXGetProcAddressARB" = "yes"
8079 echo "$as_me:$LINENO: checking for OpenGL extension functions prototypes" >&5
8080 echo $ECHO_N "checking for OpenGL extension functions prototypes... $ECHO_C" >&6
8081 if test "${wine_cv_extension_prototypes+set}" = set; then
8082 echo $ECHO_N "(cached) $ECHO_C" >&6
8084 cat >conftest.
$ac_ext <<_ACEOF
8085 #line $LINENO "configure"
8088 cat confdefs.h
>>conftest.
$ac_ext
8089 cat >>conftest.
$ac_ext <<_ACEOF
8090 /* end confdefs.h. */
8092 #ifdef HAVE_GL_GLEXT_H
8093 # include <GL/glext.h>
8099 PFNGLCOLORTABLEEXTPROC test_proc;
8104 rm -f conftest.
$ac_objext
8105 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8106 (eval $ac_compile) 2>&5
8108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8109 (exit $ac_status); } &&
8110 { ac_try
='test -s conftest.$ac_objext'
8111 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8115 (exit $ac_status); }; }; then
8116 wine_cv_extension_prototypes
="yes"
8118 echo "$as_me: failed program was:" >&5
8119 sed 's/^/| /' conftest.
$ac_ext >&5
8121 wine_cv_extension_prototypes
="no"
8124 rm -f conftest.
$ac_objext conftest.
$ac_ext
8127 echo "$as_me:$LINENO: result: $wine_cv_extension_prototypes" >&5
8128 echo "${ECHO_T}$wine_cv_extension_prototypes" >&6
8129 if test "$wine_cv_extension_prototypes" = "yes"
8132 cat >>confdefs.h
<<\_ACEOF
8133 #define HAVE_GLEXT_PROTOTYPES 1
8140 echo "$as_me:$LINENO: checking for gluLookAt in -lGLU" >&5
8141 echo $ECHO_N "checking for gluLookAt in -lGLU... $ECHO_C" >&6
8142 if test "${ac_cv_lib_GLU_gluLookAt+set}" = set; then
8143 echo $ECHO_N "(cached) $ECHO_C" >&6
8145 ac_check_lib_save_LIBS
=$LIBS
8146 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS
8148 cat >conftest.
$ac_ext <<_ACEOF
8149 #line $LINENO "configure"
8152 cat confdefs.h
>>conftest.
$ac_ext
8153 cat >>conftest.
$ac_ext <<_ACEOF
8154 /* end confdefs.h. */
8156 /* Override any gcc2 internal prototype to avoid an error. */
8160 /* We use char because int might match the return type of a gcc2
8161 builtin and then its argument prototype would still apply. */
8171 rm -f conftest.
$ac_objext conftest
$ac_exeext
8172 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8173 (eval $ac_link) 2>&5
8175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8176 (exit $ac_status); } &&
8177 { ac_try
='test -s conftest$ac_exeext'
8178 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8182 (exit $ac_status); }; }; then
8183 ac_cv_lib_GLU_gluLookAt
=yes
8185 echo "$as_me: failed program was:" >&5
8186 sed 's/^/| /' conftest.
$ac_ext >&5
8188 ac_cv_lib_GLU_gluLookAt
=no
8190 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
8191 LIBS
=$ac_check_lib_save_LIBS
8193 echo "$as_me:$LINENO: result: $ac_cv_lib_GLU_gluLookAt" >&5
8194 echo "${ECHO_T}$ac_cv_lib_GLU_gluLookAt" >&6
8195 if test $ac_cv_lib_GLU_gluLookAt = yes; then
8196 OPENGL_LIBS
="$OPENGL_LIBS -lGLU"
8197 GLU32FILES
='$(GLU32FILES)'
8208 for ac_header
in audio
/audiolib.h
8210 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8211 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8212 echo "$as_me:$LINENO: checking for $ac_header" >&5
8213 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8214 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8215 echo $ECHO_N "(cached) $ECHO_C" >&6
8217 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8218 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8220 # Is the header compilable?
8221 echo "$as_me:$LINENO: checking $ac_header usability" >&5
8222 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8223 cat >conftest.
$ac_ext <<_ACEOF
8224 #line $LINENO "configure"
8227 cat confdefs.h
>>conftest.
$ac_ext
8228 cat >>conftest.
$ac_ext <<_ACEOF
8229 /* end confdefs.h. */
8230 $ac_includes_default
8231 #include <$ac_header>
8233 rm -f conftest.
$ac_objext
8234 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8235 (eval $ac_compile) 2>&5
8237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8238 (exit $ac_status); } &&
8239 { ac_try
='test -s conftest.$ac_objext'
8240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8244 (exit $ac_status); }; }; then
8245 ac_header_compiler
=yes
8247 echo "$as_me: failed program was:" >&5
8248 sed 's/^/| /' conftest.
$ac_ext >&5
8250 ac_header_compiler
=no
8252 rm -f conftest.
$ac_objext conftest.
$ac_ext
8253 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8254 echo "${ECHO_T}$ac_header_compiler" >&6
8256 # Is the header present?
8257 echo "$as_me:$LINENO: checking $ac_header presence" >&5
8258 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8259 cat >conftest.
$ac_ext <<_ACEOF
8260 #line $LINENO "configure"
8263 cat confdefs.h
>>conftest.
$ac_ext
8264 cat >>conftest.
$ac_ext <<_ACEOF
8265 /* end confdefs.h. */
8266 #include <$ac_header>
8268 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8269 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
8271 grep -v '^ *+' conftest.er1
>conftest.err
8273 cat conftest.err
>&5
8274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8275 (exit $ac_status); } >/dev
/null
; then
8276 if test -s conftest.err
; then
8277 ac_cpp_err
=$ac_c_preproc_warn_flag
8284 if test -z "$ac_cpp_err"; then
8285 ac_header_preproc
=yes
8287 echo "$as_me: failed program was:" >&5
8288 sed 's/^/| /' conftest.
$ac_ext >&5
8290 ac_header_preproc
=no
8292 rm -f conftest.err conftest.
$ac_ext
8293 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8294 echo "${ECHO_T}$ac_header_preproc" >&6
8296 # So? What about this header?
8297 case $ac_header_compiler:$ac_header_preproc in
8299 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8300 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8301 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8302 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8305 ## ------------------------------------ ##
8306 ## Report this to bug-autoconf@gnu.org. ##
8307 ## ------------------------------------ ##
8310 sed "s/^/$as_me: WARNING: /" >&2
8313 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8314 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8315 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8316 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8317 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8318 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8321 ## ------------------------------------ ##
8322 ## Report this to bug-autoconf@gnu.org. ##
8323 ## ------------------------------------ ##
8326 sed "s/^/$as_me: WARNING: /" >&2
8329 echo "$as_me:$LINENO: checking for $ac_header" >&5
8330 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8331 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8332 echo $ECHO_N "(cached) $ECHO_C" >&6
8334 eval "$as_ac_Header=$ac_header_preproc"
8336 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8337 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8340 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8341 cat >>confdefs.h
<<_ACEOF
8342 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8345 for ac_header
in audio
/soundlib.h
8347 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8348 echo "$as_me:$LINENO: checking for $ac_header" >&5
8349 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8350 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8351 echo $ECHO_N "(cached) $ECHO_C" >&6
8353 cat >conftest.
$ac_ext <<_ACEOF
8354 #line $LINENO "configure"
8357 cat confdefs.h
>>conftest.
$ac_ext
8358 cat >>conftest.
$ac_ext <<_ACEOF
8359 /* end confdefs.h. */
8360 #include <audio/audiolib.h>
8362 #include <$ac_header>
8364 rm -f conftest.
$ac_objext
8365 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8366 (eval $ac_compile) 2>&5
8368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8369 (exit $ac_status); } &&
8370 { ac_try
='test -s conftest.$ac_objext'
8371 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8375 (exit $ac_status); }; }; then
8376 eval "$as_ac_Header=yes"
8378 echo "$as_me: failed program was:" >&5
8379 sed 's/^/| /' conftest.
$ac_ext >&5
8381 eval "$as_ac_Header=no"
8383 rm -f conftest.
$ac_objext conftest.
$ac_ext
8385 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8386 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8387 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8388 cat >>confdefs.h
<<_ACEOF
8389 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8396 echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
8397 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6
8398 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
8399 echo $ECHO_N "(cached) $ECHO_C" >&6
8401 ac_check_lib_save_LIBS
=$LIBS
8402 LIBS
="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8403 cat >conftest.
$ac_ext <<_ACEOF
8404 #line $LINENO "configure"
8407 cat confdefs.h
>>conftest.
$ac_ext
8408 cat >>conftest.
$ac_ext <<_ACEOF
8409 /* end confdefs.h. */
8411 /* Override any gcc2 internal prototype to avoid an error. */
8415 /* We use char because int might match the return type of a gcc2
8416 builtin and then its argument prototype would still apply. */
8417 char AuCreateFlow ();
8426 rm -f conftest.
$ac_objext conftest
$ac_exeext
8427 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8428 (eval $ac_link) 2>&5
8430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8431 (exit $ac_status); } &&
8432 { ac_try
='test -s conftest$ac_exeext'
8433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8437 (exit $ac_status); }; }; then
8438 ac_cv_lib_audio_AuCreateFlow
=yes
8440 echo "$as_me: failed program was:" >&5
8441 sed 's/^/| /' conftest.
$ac_ext >&5
8443 ac_cv_lib_audio_AuCreateFlow
=no
8445 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
8446 LIBS
=$ac_check_lib_save_LIBS
8448 echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8449 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6
8450 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
8452 cat >>confdefs.h
<<\_ACEOF
8456 NASLIBS
="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
8464 CPPFLAGS
="$ac_save_CPPFLAGS"
8473 if test "x$with_curses" != "xno"
8476 for ac_header
in ncurses.h
8478 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8479 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8480 echo "$as_me:$LINENO: checking for $ac_header" >&5
8481 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8482 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8483 echo $ECHO_N "(cached) $ECHO_C" >&6
8485 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8486 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8488 # Is the header compilable?
8489 echo "$as_me:$LINENO: checking $ac_header usability" >&5
8490 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8491 cat >conftest.
$ac_ext <<_ACEOF
8492 #line $LINENO "configure"
8495 cat confdefs.h
>>conftest.
$ac_ext
8496 cat >>conftest.
$ac_ext <<_ACEOF
8497 /* end confdefs.h. */
8498 $ac_includes_default
8499 #include <$ac_header>
8501 rm -f conftest.
$ac_objext
8502 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8503 (eval $ac_compile) 2>&5
8505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8506 (exit $ac_status); } &&
8507 { ac_try
='test -s conftest.$ac_objext'
8508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8512 (exit $ac_status); }; }; then
8513 ac_header_compiler
=yes
8515 echo "$as_me: failed program was:" >&5
8516 sed 's/^/| /' conftest.
$ac_ext >&5
8518 ac_header_compiler
=no
8520 rm -f conftest.
$ac_objext conftest.
$ac_ext
8521 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8522 echo "${ECHO_T}$ac_header_compiler" >&6
8524 # Is the header present?
8525 echo "$as_me:$LINENO: checking $ac_header presence" >&5
8526 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8527 cat >conftest.
$ac_ext <<_ACEOF
8528 #line $LINENO "configure"
8531 cat confdefs.h
>>conftest.
$ac_ext
8532 cat >>conftest.
$ac_ext <<_ACEOF
8533 /* end confdefs.h. */
8534 #include <$ac_header>
8536 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8537 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
8539 grep -v '^ *+' conftest.er1
>conftest.err
8541 cat conftest.err
>&5
8542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8543 (exit $ac_status); } >/dev
/null
; then
8544 if test -s conftest.err
; then
8545 ac_cpp_err
=$ac_c_preproc_warn_flag
8552 if test -z "$ac_cpp_err"; then
8553 ac_header_preproc
=yes
8555 echo "$as_me: failed program was:" >&5
8556 sed 's/^/| /' conftest.
$ac_ext >&5
8558 ac_header_preproc
=no
8560 rm -f conftest.err conftest.
$ac_ext
8561 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8562 echo "${ECHO_T}$ac_header_preproc" >&6
8564 # So? What about this header?
8565 case $ac_header_compiler:$ac_header_preproc in
8567 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8568 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8569 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8570 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8573 ## ------------------------------------ ##
8574 ## Report this to bug-autoconf@gnu.org. ##
8575 ## ------------------------------------ ##
8578 sed "s/^/$as_me: WARNING: /" >&2
8581 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8582 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8583 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8584 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8585 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8586 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8589 ## ------------------------------------ ##
8590 ## Report this to bug-autoconf@gnu.org. ##
8591 ## ------------------------------------ ##
8594 sed "s/^/$as_me: WARNING: /" >&2
8597 echo "$as_me:$LINENO: checking for $ac_header" >&5
8598 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8599 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8600 echo $ECHO_N "(cached) $ECHO_C" >&6
8602 eval "$as_ac_Header=$ac_header_preproc"
8604 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8605 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8608 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8609 cat >>confdefs.h
<<_ACEOF
8610 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8612 echo "$as_me:$LINENO: checking for waddch in -lncurses" >&5
8613 echo $ECHO_N "checking for waddch in -lncurses... $ECHO_C" >&6
8614 if test "${ac_cv_lib_ncurses_waddch+set}" = set; then
8615 echo $ECHO_N "(cached) $ECHO_C" >&6
8617 ac_check_lib_save_LIBS
=$LIBS
8618 LIBS
="-lncurses $LIBS"
8619 cat >conftest.
$ac_ext <<_ACEOF
8620 #line $LINENO "configure"
8623 cat confdefs.h
>>conftest.
$ac_ext
8624 cat >>conftest.
$ac_ext <<_ACEOF
8625 /* end confdefs.h. */
8627 /* Override any gcc2 internal prototype to avoid an error. */
8631 /* We use char because int might match the return type of a gcc2
8632 builtin and then its argument prototype would still apply. */
8642 rm -f conftest.
$ac_objext conftest
$ac_exeext
8643 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8644 (eval $ac_link) 2>&5
8646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8647 (exit $ac_status); } &&
8648 { ac_try
='test -s conftest$ac_exeext'
8649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8653 (exit $ac_status); }; }; then
8654 ac_cv_lib_ncurses_waddch
=yes
8656 echo "$as_me: failed program was:" >&5
8657 sed 's/^/| /' conftest.
$ac_ext >&5
8659 ac_cv_lib_ncurses_waddch
=no
8661 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
8662 LIBS
=$ac_check_lib_save_LIBS
8664 echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_waddch" >&5
8665 echo "${ECHO_T}$ac_cv_lib_ncurses_waddch" >&6
8666 if test $ac_cv_lib_ncurses_waddch = yes; then
8668 cat >>confdefs.h
<<\_ACEOF
8669 #define HAVE_LIBNCURSES 1
8672 CURSESLIBS
="-lncurses"
8675 for ac_header
in curses.h
8677 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8678 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8679 echo "$as_me:$LINENO: checking for $ac_header" >&5
8680 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8681 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8682 echo $ECHO_N "(cached) $ECHO_C" >&6
8684 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8685 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8687 # Is the header compilable?
8688 echo "$as_me:$LINENO: checking $ac_header usability" >&5
8689 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8690 cat >conftest.
$ac_ext <<_ACEOF
8691 #line $LINENO "configure"
8694 cat confdefs.h
>>conftest.
$ac_ext
8695 cat >>conftest.
$ac_ext <<_ACEOF
8696 /* end confdefs.h. */
8697 $ac_includes_default
8698 #include <$ac_header>
8700 rm -f conftest.
$ac_objext
8701 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8702 (eval $ac_compile) 2>&5
8704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8705 (exit $ac_status); } &&
8706 { ac_try
='test -s conftest.$ac_objext'
8707 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8711 (exit $ac_status); }; }; then
8712 ac_header_compiler
=yes
8714 echo "$as_me: failed program was:" >&5
8715 sed 's/^/| /' conftest.
$ac_ext >&5
8717 ac_header_compiler
=no
8719 rm -f conftest.
$ac_objext conftest.
$ac_ext
8720 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8721 echo "${ECHO_T}$ac_header_compiler" >&6
8723 # Is the header present?
8724 echo "$as_me:$LINENO: checking $ac_header presence" >&5
8725 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8726 cat >conftest.
$ac_ext <<_ACEOF
8727 #line $LINENO "configure"
8730 cat confdefs.h
>>conftest.
$ac_ext
8731 cat >>conftest.
$ac_ext <<_ACEOF
8732 /* end confdefs.h. */
8733 #include <$ac_header>
8735 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8736 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
8738 grep -v '^ *+' conftest.er1
>conftest.err
8740 cat conftest.err
>&5
8741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8742 (exit $ac_status); } >/dev
/null
; then
8743 if test -s conftest.err
; then
8744 ac_cpp_err
=$ac_c_preproc_warn_flag
8751 if test -z "$ac_cpp_err"; then
8752 ac_header_preproc
=yes
8754 echo "$as_me: failed program was:" >&5
8755 sed 's/^/| /' conftest.
$ac_ext >&5
8757 ac_header_preproc
=no
8759 rm -f conftest.err conftest.
$ac_ext
8760 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8761 echo "${ECHO_T}$ac_header_preproc" >&6
8763 # So? What about this header?
8764 case $ac_header_compiler:$ac_header_preproc in
8766 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8767 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8768 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8769 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8772 ## ------------------------------------ ##
8773 ## Report this to bug-autoconf@gnu.org. ##
8774 ## ------------------------------------ ##
8777 sed "s/^/$as_me: WARNING: /" >&2
8780 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8781 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8782 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8783 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8784 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8785 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8788 ## ------------------------------------ ##
8789 ## Report this to bug-autoconf@gnu.org. ##
8790 ## ------------------------------------ ##
8793 sed "s/^/$as_me: WARNING: /" >&2
8796 echo "$as_me:$LINENO: checking for $ac_header" >&5
8797 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8798 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8799 echo $ECHO_N "(cached) $ECHO_C" >&6
8801 eval "$as_ac_Header=$ac_header_preproc"
8803 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8804 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8807 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8808 cat >>confdefs.h
<<_ACEOF
8809 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8811 echo "$as_me:$LINENO: checking for waddch in -lcurses" >&5
8812 echo $ECHO_N "checking for waddch in -lcurses... $ECHO_C" >&6
8813 if test "${ac_cv_lib_curses_waddch+set}" = set; then
8814 echo $ECHO_N "(cached) $ECHO_C" >&6
8816 ac_check_lib_save_LIBS
=$LIBS
8817 LIBS
="-lcurses $LIBS"
8818 cat >conftest.
$ac_ext <<_ACEOF
8819 #line $LINENO "configure"
8822 cat confdefs.h
>>conftest.
$ac_ext
8823 cat >>conftest.
$ac_ext <<_ACEOF
8824 /* end confdefs.h. */
8826 /* Override any gcc2 internal prototype to avoid an error. */
8830 /* We use char because int might match the return type of a gcc2
8831 builtin and then its argument prototype would still apply. */
8841 rm -f conftest.
$ac_objext conftest
$ac_exeext
8842 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8843 (eval $ac_link) 2>&5
8845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8846 (exit $ac_status); } &&
8847 { ac_try
='test -s conftest$ac_exeext'
8848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8852 (exit $ac_status); }; }; then
8853 ac_cv_lib_curses_waddch
=yes
8855 echo "$as_me: failed program was:" >&5
8856 sed 's/^/| /' conftest.
$ac_ext >&5
8858 ac_cv_lib_curses_waddch
=no
8860 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
8861 LIBS
=$ac_check_lib_save_LIBS
8863 echo "$as_me:$LINENO: result: $ac_cv_lib_curses_waddch" >&5
8864 echo "${ECHO_T}$ac_cv_lib_curses_waddch" >&6
8865 if test $ac_cv_lib_curses_waddch = yes; then
8867 cat >>confdefs.h
<<\_ACEOF
8868 #define HAVE_LIBCURSES 1
8871 CURSESLIBS
="-lcurses"
8885 LIBS
="$CURSESLIBS $LIBS"
8888 for ac_func
in getbkgd resizeterm
8890 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8891 echo "$as_me:$LINENO: checking for $ac_func" >&5
8892 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8893 if eval "test \"\${$as_ac_var+set}\" = set"; then
8894 echo $ECHO_N "(cached) $ECHO_C" >&6
8896 cat >conftest.
$ac_ext <<_ACEOF
8897 #line $LINENO "configure"
8900 cat confdefs.h
>>conftest.
$ac_ext
8901 cat >>conftest.
$ac_ext <<_ACEOF
8902 /* end confdefs.h. */
8903 /* System header to define __stub macros and hopefully few prototypes,
8904 which can conflict with char $ac_func (); below.
8905 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8906 <limits.h> exists even on freestanding compilers. */
8908 # include <limits.h>
8910 # include <assert.h>
8912 /* Override any gcc2 internal prototype to avoid an error. */
8917 /* We use char because int might match the return type of a gcc2
8918 builtin and then its argument prototype would still apply. */
8920 /* The GNU C library defines this for functions which it implements
8921 to always fail with ENOSYS. Some functions are actually named
8922 something starting with __ and the normal name is an alias. */
8923 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8926 char (*f) () = $ac_func;
8935 return f != $ac_func;
8940 rm -f conftest.
$ac_objext conftest
$ac_exeext
8941 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8942 (eval $ac_link) 2>&5
8944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8945 (exit $ac_status); } &&
8946 { ac_try
='test -s conftest$ac_exeext'
8947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8951 (exit $ac_status); }; }; then
8952 eval "$as_ac_var=yes"
8954 echo "$as_me: failed program was:" >&5
8955 sed 's/^/| /' conftest.
$ac_ext >&5
8957 eval "$as_ac_var=no"
8959 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
8961 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8962 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8963 if test `eval echo '${'$as_ac_var'}'` = yes; then
8964 cat >>confdefs.h
<<_ACEOF
8965 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8975 # Extract the first word of "sane-config", so it can be a program name with args.
8976 set dummy sane-config
; ac_word
=$2
8977 echo "$as_me:$LINENO: checking for $ac_word" >&5
8978 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8979 if test "${ac_cv_prog_sane_devel+set}" = set; then
8980 echo $ECHO_N "(cached) $ECHO_C" >&6
8982 if test -n "$sane_devel"; then
8983 ac_cv_prog_sane_devel
="$sane_devel" # Let the user override the test.
8985 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8989 test -z "$as_dir" && as_dir
=.
8990 for ac_exec_ext
in '' $ac_executable_extensions; do
8991 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8992 ac_cv_prog_sane_devel
="sane-config"
8993 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8999 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel
="no"
9002 sane_devel
=$ac_cv_prog_sane_devel
9003 if test -n "$sane_devel"; then
9004 echo "$as_me:$LINENO: result: $sane_devel" >&5
9005 echo "${ECHO_T}$sane_devel" >&6
9007 echo "$as_me:$LINENO: result: no" >&5
9008 echo "${ECHO_T}no" >&6
9011 if test "$sane_devel" = "no"
9016 SANELIBS
="`$sane_devel --libs`"
9017 SANEINCL
="`$sane_devel --cflags`"
9018 ac_save_CPPFLAGS
="$CPPFLAGS"
9019 ac_save_LIBS
="$LIBS"
9020 CPPFLAGS
="$CPPFLAGS $SANEINCL"
9021 LIBS
="$LIBS $SANELIBS"
9022 if test "${ac_cv_header_sane_sane_h+set}" = set; then
9023 echo "$as_me:$LINENO: checking for sane/sane.h" >&5
9024 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6
9025 if test "${ac_cv_header_sane_sane_h+set}" = set; then
9026 echo $ECHO_N "(cached) $ECHO_C" >&6
9028 echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
9029 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6
9031 # Is the header compilable?
9032 echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
9033 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6
9034 cat >conftest.
$ac_ext <<_ACEOF
9035 #line $LINENO "configure"
9038 cat confdefs.h
>>conftest.
$ac_ext
9039 cat >>conftest.
$ac_ext <<_ACEOF
9040 /* end confdefs.h. */
9041 $ac_includes_default
9042 #include <sane/sane.h>
9044 rm -f conftest.
$ac_objext
9045 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9046 (eval $ac_compile) 2>&5
9048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9049 (exit $ac_status); } &&
9050 { ac_try
='test -s conftest.$ac_objext'
9051 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9055 (exit $ac_status); }; }; then
9056 ac_header_compiler
=yes
9058 echo "$as_me: failed program was:" >&5
9059 sed 's/^/| /' conftest.
$ac_ext >&5
9061 ac_header_compiler
=no
9063 rm -f conftest.
$ac_objext conftest.
$ac_ext
9064 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9065 echo "${ECHO_T}$ac_header_compiler" >&6
9067 # Is the header present?
9068 echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
9069 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6
9070 cat >conftest.
$ac_ext <<_ACEOF
9071 #line $LINENO "configure"
9074 cat confdefs.h
>>conftest.
$ac_ext
9075 cat >>conftest.
$ac_ext <<_ACEOF
9076 /* end confdefs.h. */
9077 #include <sane/sane.h>
9079 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9080 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
9082 grep -v '^ *+' conftest.er1
>conftest.err
9084 cat conftest.err
>&5
9085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9086 (exit $ac_status); } >/dev
/null
; then
9087 if test -s conftest.err
; then
9088 ac_cpp_err
=$ac_c_preproc_warn_flag
9095 if test -z "$ac_cpp_err"; then
9096 ac_header_preproc
=yes
9098 echo "$as_me: failed program was:" >&5
9099 sed 's/^/| /' conftest.
$ac_ext >&5
9101 ac_header_preproc
=no
9103 rm -f conftest.err conftest.
$ac_ext
9104 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9105 echo "${ECHO_T}$ac_header_preproc" >&6
9107 # So? What about this header?
9108 case $ac_header_compiler:$ac_header_preproc in
9110 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
9111 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9112 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
9113 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
9116 ## ------------------------------------ ##
9117 ## Report this to bug-autoconf@gnu.org. ##
9118 ## ------------------------------------ ##
9121 sed "s/^/$as_me: WARNING: /" >&2
9124 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
9125 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
9126 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
9127 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
9128 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
9129 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
9132 ## ------------------------------------ ##
9133 ## Report this to bug-autoconf@gnu.org. ##
9134 ## ------------------------------------ ##
9137 sed "s/^/$as_me: WARNING: /" >&2
9140 echo "$as_me:$LINENO: checking for sane/sane.h" >&5
9141 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6
9142 if test "${ac_cv_header_sane_sane_h+set}" = set; then
9143 echo $ECHO_N "(cached) $ECHO_C" >&6
9145 ac_cv_header_sane_sane_h
=$ac_header_preproc
9147 echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
9148 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6
9151 if test $ac_cv_header_sane_sane_h = yes; then
9152 echo "$as_me:$LINENO: checking for sane_open in -lsane" >&5
9153 echo $ECHO_N "checking for sane_open in -lsane... $ECHO_C" >&6
9154 if test "${ac_cv_lib_sane_sane_open+set}" = set; then
9155 echo $ECHO_N "(cached) $ECHO_C" >&6
9157 ac_check_lib_save_LIBS
=$LIBS
9159 cat >conftest.
$ac_ext <<_ACEOF
9160 #line $LINENO "configure"
9163 cat confdefs.h
>>conftest.
$ac_ext
9164 cat >>conftest.
$ac_ext <<_ACEOF
9165 /* end confdefs.h. */
9167 /* Override any gcc2 internal prototype to avoid an error. */
9171 /* We use char because int might match the return type of a gcc2
9172 builtin and then its argument prototype would still apply. */
9182 rm -f conftest.
$ac_objext conftest
$ac_exeext
9183 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9184 (eval $ac_link) 2>&5
9186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9187 (exit $ac_status); } &&
9188 { ac_try
='test -s conftest$ac_exeext'
9189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9193 (exit $ac_status); }; }; then
9194 ac_cv_lib_sane_sane_open
=yes
9196 echo "$as_me: failed program was:" >&5
9197 sed 's/^/| /' conftest.
$ac_ext >&5
9199 ac_cv_lib_sane_sane_open
=no
9201 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
9202 LIBS
=$ac_check_lib_save_LIBS
9204 echo "$as_me:$LINENO: result: $ac_cv_lib_sane_sane_open" >&5
9205 echo "${ECHO_T}$ac_cv_lib_sane_sane_open" >&6
9206 if test $ac_cv_lib_sane_sane_open = yes; then
9208 cat >>confdefs.h
<<\_ACEOF
9223 LIBS
="$ac_save_LIBS"
9224 CPPFLAGS
="$ac_save_CPPFLAGS"
9230 for ac_header
in unicode
/ubidi.h
9232 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9233 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9234 echo "$as_me:$LINENO: checking for $ac_header" >&5
9235 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9236 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9237 echo $ECHO_N "(cached) $ECHO_C" >&6
9239 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9240 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9242 # Is the header compilable?
9243 echo "$as_me:$LINENO: checking $ac_header usability" >&5
9244 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9245 cat >conftest.
$ac_ext <<_ACEOF
9246 #line $LINENO "configure"
9249 cat confdefs.h
>>conftest.
$ac_ext
9250 cat >>conftest.
$ac_ext <<_ACEOF
9251 /* end confdefs.h. */
9252 $ac_includes_default
9253 #include <$ac_header>
9255 rm -f conftest.
$ac_objext
9256 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9257 (eval $ac_compile) 2>&5
9259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9260 (exit $ac_status); } &&
9261 { ac_try
='test -s conftest.$ac_objext'
9262 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9266 (exit $ac_status); }; }; then
9267 ac_header_compiler
=yes
9269 echo "$as_me: failed program was:" >&5
9270 sed 's/^/| /' conftest.
$ac_ext >&5
9272 ac_header_compiler
=no
9274 rm -f conftest.
$ac_objext conftest.
$ac_ext
9275 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9276 echo "${ECHO_T}$ac_header_compiler" >&6
9278 # Is the header present?
9279 echo "$as_me:$LINENO: checking $ac_header presence" >&5
9280 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9281 cat >conftest.
$ac_ext <<_ACEOF
9282 #line $LINENO "configure"
9285 cat confdefs.h
>>conftest.
$ac_ext
9286 cat >>conftest.
$ac_ext <<_ACEOF
9287 /* end confdefs.h. */
9288 #include <$ac_header>
9290 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9291 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
9293 grep -v '^ *+' conftest.er1
>conftest.err
9295 cat conftest.err
>&5
9296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9297 (exit $ac_status); } >/dev
/null
; then
9298 if test -s conftest.err
; then
9299 ac_cpp_err
=$ac_c_preproc_warn_flag
9306 if test -z "$ac_cpp_err"; then
9307 ac_header_preproc
=yes
9309 echo "$as_me: failed program was:" >&5
9310 sed 's/^/| /' conftest.
$ac_ext >&5
9312 ac_header_preproc
=no
9314 rm -f conftest.err conftest.
$ac_ext
9315 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9316 echo "${ECHO_T}$ac_header_preproc" >&6
9318 # So? What about this header?
9319 case $ac_header_compiler:$ac_header_preproc in
9321 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9322 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9323 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9324 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9327 ## ------------------------------------ ##
9328 ## Report this to bug-autoconf@gnu.org. ##
9329 ## ------------------------------------ ##
9332 sed "s/^/$as_me: WARNING: /" >&2
9335 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9336 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9337 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9338 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9339 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9340 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9343 ## ------------------------------------ ##
9344 ## Report this to bug-autoconf@gnu.org. ##
9345 ## ------------------------------------ ##
9348 sed "s/^/$as_me: WARNING: /" >&2
9351 echo "$as_me:$LINENO: checking for $ac_header" >&5
9352 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9353 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9354 echo $ECHO_N "(cached) $ECHO_C" >&6
9356 eval "$as_ac_Header=$ac_header_preproc"
9358 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9359 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9362 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9363 cat >>confdefs.h
<<_ACEOF
9364 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9371 if test "$ac_cv_header_unicode_ubidi_h" = "yes"
9373 echo "$as_me:$LINENO: checking whether we can statically link the ICU libraries" >&5
9374 echo $ECHO_N "checking whether we can statically link the ICU libraries... $ECHO_C" >&6
9375 if test "${ac_cv_lib_icu+set}" = set; then
9376 echo $ECHO_N "(cached) $ECHO_C" >&6
9379 ICU_LIB_DIR
="${ICU_LIB_DIR-/usr/lib}"
9380 ICUUC_LIB
="${ICUUC_LIB-$ICU_LIB_DIR/libicuuc.a}"
9381 ICUDATA_LIB
="${ICUDATA_LIB-$ICU_LIB_DIR/libicudata.a}"
9382 LIBS
="$LIBS $ICUUC_LIB $ICUDATA_LIB -lstdc++ -lgcc_s"
9383 cat >conftest.
$ac_ext <<_ACEOF
9384 #line $LINENO "configure"
9387 cat confdefs.h
>>conftest.
$ac_ext
9388 cat >>conftest.
$ac_ext <<_ACEOF
9389 /* end confdefs.h. */
9390 #include <unicode/ubidi.h>
9399 rm -f conftest.
$ac_objext conftest
$ac_exeext
9400 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9401 (eval $ac_link) 2>&5
9403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9404 (exit $ac_status); } &&
9405 { ac_try
='test -s conftest$ac_exeext'
9406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9410 (exit $ac_status); }; }; then
9413 echo "$as_me: failed program was:" >&5
9414 sed 's/^/| /' conftest.
$ac_ext >&5
9418 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
9421 echo "$as_me:$LINENO: result: $ac_cv_lib_icu" >&5
9422 echo "${ECHO_T}$ac_cv_lib_icu" >&6
9423 if test "$ac_cv_lib_icu" = "yes"
9426 cat >>confdefs.h
<<\_ACEOF
9430 ICULIBS
="$ICUUC_LIB $ICUDATA_LIB -lstdc++ -lgcc_s"
9435 echo "$as_me:$LINENO: checking for FT_Init_FreeType in -lfreetype" >&5
9436 echo $ECHO_N "checking for FT_Init_FreeType in -lfreetype... $ECHO_C" >&6
9437 if test "${ac_cv_lib_freetype_FT_Init_FreeType+set}" = set; then
9438 echo $ECHO_N "(cached) $ECHO_C" >&6
9440 ac_check_lib_save_LIBS
=$LIBS
9441 LIBS
="-lfreetype $X_LIBS $LIBS"
9442 cat >conftest.
$ac_ext <<_ACEOF
9443 #line $LINENO "configure"
9446 cat confdefs.h
>>conftest.
$ac_ext
9447 cat >>conftest.
$ac_ext <<_ACEOF
9448 /* end confdefs.h. */
9450 /* Override any gcc2 internal prototype to avoid an error. */
9454 /* We use char because int might match the return type of a gcc2
9455 builtin and then its argument prototype would still apply. */
9456 char FT_Init_FreeType ();
9460 FT_Init_FreeType ();
9465 rm -f conftest.
$ac_objext conftest
$ac_exeext
9466 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9467 (eval $ac_link) 2>&5
9469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9470 (exit $ac_status); } &&
9471 { ac_try
='test -s conftest$ac_exeext'
9472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9476 (exit $ac_status); }; }; then
9477 ac_cv_lib_freetype_FT_Init_FreeType
=yes
9479 echo "$as_me: failed program was:" >&5
9480 sed 's/^/| /' conftest.
$ac_ext >&5
9482 ac_cv_lib_freetype_FT_Init_FreeType
=no
9484 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
9485 LIBS
=$ac_check_lib_save_LIBS
9487 echo "$as_me:$LINENO: result: $ac_cv_lib_freetype_FT_Init_FreeType" >&5
9488 echo "${ECHO_T}$ac_cv_lib_freetype_FT_Init_FreeType" >&6
9489 if test $ac_cv_lib_freetype_FT_Init_FreeType = yes; then
9495 if test "$ft_lib" = "no"
9498 wine_cv_msg_freetype
=no
9500 # Extract the first word of "freetype-config", so it can be a program name with args.
9501 set dummy freetype-config
; ac_word
=$2
9502 echo "$as_me:$LINENO: checking for $ac_word" >&5
9503 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9504 if test "${ac_cv_prog_ft_devel+set}" = set; then
9505 echo $ECHO_N "(cached) $ECHO_C" >&6
9507 if test -n "$ft_devel"; then
9508 ac_cv_prog_ft_devel
="$ft_devel" # Let the user override the test.
9510 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9514 test -z "$as_dir" && as_dir
=.
9515 for ac_exec_ext
in '' $ac_executable_extensions; do
9516 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9517 ac_cv_prog_ft_devel
="freetype-config"
9518 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9524 test -z "$ac_cv_prog_ft_devel" && ac_cv_prog_ft_devel
="no"
9527 ft_devel
=$ac_cv_prog_ft_devel
9528 if test -n "$ft_devel"; then
9529 echo "$as_me:$LINENO: result: $ft_devel" >&5
9530 echo "${ECHO_T}$ft_devel" >&6
9532 echo "$as_me:$LINENO: result: no" >&5
9533 echo "${ECHO_T}no" >&6
9536 if test "$ft_devel" = "no"
9538 # Extract the first word of "freetype2-config", so it can be a program name with args.
9539 set dummy freetype2-config
; ac_word
=$2
9540 echo "$as_me:$LINENO: checking for $ac_word" >&5
9541 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9542 if test "${ac_cv_prog_ft_devel2+set}" = set; then
9543 echo $ECHO_N "(cached) $ECHO_C" >&6
9545 if test -n "$ft_devel2"; then
9546 ac_cv_prog_ft_devel2
="$ft_devel2" # Let the user override the test.
9548 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9552 test -z "$as_dir" && as_dir
=.
9553 for ac_exec_ext
in '' $ac_executable_extensions; do
9554 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9555 ac_cv_prog_ft_devel2
="freetype2-config"
9556 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9562 test -z "$ac_cv_prog_ft_devel2" && ac_cv_prog_ft_devel2
="no"
9565 ft_devel2
=$ac_cv_prog_ft_devel2
9566 if test -n "$ft_devel2"; then
9567 echo "$as_me:$LINENO: result: $ft_devel2" >&5
9568 echo "${ECHO_T}$ft_devel2" >&6
9570 echo "$as_me:$LINENO: result: no" >&5
9571 echo "${ECHO_T}no" >&6
9574 if test "$ft_devel2" = "freetype2-config"
9579 if test "$ft_devel" = "no"
9582 wine_cv_msg_freetype
=yes
9584 FREETYPEINCL
=`$ft_devel --cflags`
9585 ac_save_CPPFLAGS
="$CPPFLAGS"
9586 CPPFLAGS
="$FREETYPEINCL $CPPFLAGS"
9595 for ac_header
in freetype
/freetype.h \
9596 freetype
/ftglyph.h \
9597 freetype
/tttables.h \
9598 freetype
/ftnames.h \
9599 freetype
/ftsnames.h \
9600 freetype
/ttnameid.h \
9601 freetype
/ftoutln.h \
9602 freetype
/internal
/sfnt.h
9604 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9605 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9606 echo "$as_me:$LINENO: checking for $ac_header" >&5
9607 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9608 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9609 echo $ECHO_N "(cached) $ECHO_C" >&6
9611 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9612 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9614 # Is the header compilable?
9615 echo "$as_me:$LINENO: checking $ac_header usability" >&5
9616 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9617 cat >conftest.
$ac_ext <<_ACEOF
9618 #line $LINENO "configure"
9621 cat confdefs.h
>>conftest.
$ac_ext
9622 cat >>conftest.
$ac_ext <<_ACEOF
9623 /* end confdefs.h. */
9624 $ac_includes_default
9625 #include <$ac_header>
9627 rm -f conftest.
$ac_objext
9628 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9629 (eval $ac_compile) 2>&5
9631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9632 (exit $ac_status); } &&
9633 { ac_try
='test -s conftest.$ac_objext'
9634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9638 (exit $ac_status); }; }; then
9639 ac_header_compiler
=yes
9641 echo "$as_me: failed program was:" >&5
9642 sed 's/^/| /' conftest.
$ac_ext >&5
9644 ac_header_compiler
=no
9646 rm -f conftest.
$ac_objext conftest.
$ac_ext
9647 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9648 echo "${ECHO_T}$ac_header_compiler" >&6
9650 # Is the header present?
9651 echo "$as_me:$LINENO: checking $ac_header presence" >&5
9652 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9653 cat >conftest.
$ac_ext <<_ACEOF
9654 #line $LINENO "configure"
9657 cat confdefs.h
>>conftest.
$ac_ext
9658 cat >>conftest.
$ac_ext <<_ACEOF
9659 /* end confdefs.h. */
9660 #include <$ac_header>
9662 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9663 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
9665 grep -v '^ *+' conftest.er1
>conftest.err
9667 cat conftest.err
>&5
9668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9669 (exit $ac_status); } >/dev
/null
; then
9670 if test -s conftest.err
; then
9671 ac_cpp_err
=$ac_c_preproc_warn_flag
9678 if test -z "$ac_cpp_err"; then
9679 ac_header_preproc
=yes
9681 echo "$as_me: failed program was:" >&5
9682 sed 's/^/| /' conftest.
$ac_ext >&5
9684 ac_header_preproc
=no
9686 rm -f conftest.err conftest.
$ac_ext
9687 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9688 echo "${ECHO_T}$ac_header_preproc" >&6
9690 # So? What about this header?
9691 case $ac_header_compiler:$ac_header_preproc in
9693 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9694 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9695 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9696 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9699 ## ------------------------------------ ##
9700 ## Report this to bug-autoconf@gnu.org. ##
9701 ## ------------------------------------ ##
9704 sed "s/^/$as_me: WARNING: /" >&2
9707 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9708 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9709 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9710 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9711 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9712 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9715 ## ------------------------------------ ##
9716 ## Report this to bug-autoconf@gnu.org. ##
9717 ## ------------------------------------ ##
9720 sed "s/^/$as_me: WARNING: /" >&2
9723 echo "$as_me:$LINENO: checking for $ac_header" >&5
9724 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9725 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9726 echo $ECHO_N "(cached) $ECHO_C" >&6
9728 eval "$as_ac_Header=$ac_header_preproc"
9730 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9731 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9734 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9735 cat >>confdefs.h
<<_ACEOF
9736 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9743 cat >conftest.
$ac_ext <<_ACEOF
9744 #line $LINENO "configure"
9747 cat confdefs.h
>>conftest.
$ac_ext
9748 cat >>conftest.
$ac_ext <<_ACEOF
9749 /* end confdefs.h. */
9750 #include <ft2build.h>
9751 #include <freetype/fttrigon.h>
9753 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9754 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
9756 grep -v '^ *+' conftest.er1
>conftest.err
9758 cat conftest.err
>&5
9759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9760 (exit $ac_status); } >/dev
/null
; then
9761 if test -s conftest.err
; then
9762 ac_cpp_err
=$ac_c_preproc_warn_flag
9769 if test -z "$ac_cpp_err"; then
9771 cat >>confdefs.h
<<\_ACEOF
9772 #define HAVE_FREETYPE_FTTRIGON_H 1
9775 wine_cv_fttrigon
=yes
9777 echo "$as_me: failed program was:" >&5
9778 sed 's/^/| /' conftest.
$ac_ext >&5
9782 rm -f conftest.err conftest.
$ac_ext
9783 CPPFLAGS
="$ac_save_CPPFLAGS"
9784 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
9787 cat >>confdefs.h
<<\_ACEOF
9788 #define HAVE_FREETYPE 1
9791 wine_cv_msg_freetype
=no
9794 wine_cv_msg_freetype
=yes
9800 echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
9801 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6
9802 if test "${ac_cv_c_ppdev+set}" = set; then
9803 echo $ECHO_N "(cached) $ECHO_C" >&6
9805 cat >conftest.
$ac_ext <<_ACEOF
9806 #line $LINENO "configure"
9809 cat confdefs.h
>>conftest.
$ac_ext
9810 cat >>conftest.
$ac_ext <<_ACEOF
9811 /* end confdefs.h. */
9812 #include <linux/ppdev.h>
9821 rm -f conftest.
$ac_objext
9822 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9823 (eval $ac_compile) 2>&5
9825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9826 (exit $ac_status); } &&
9827 { ac_try
='test -s conftest.$ac_objext'
9828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9832 (exit $ac_status); }; }; then
9835 echo "$as_me: failed program was:" >&5
9836 sed 's/^/| /' conftest.
$ac_ext >&5
9840 rm -f conftest.
$ac_objext conftest.
$ac_ext
9843 echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
9844 echo "${ECHO_T}$ac_cv_c_ppdev" >&6
9845 if test "$ac_cv_c_ppdev" = "yes"
9848 cat >>confdefs.h
<<\_ACEOF
9849 #define HAVE_PPDEV 1
9854 echo "$as_me:$LINENO: checking for va_copy" >&5
9855 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6
9856 if test "${ac_cv_c_va_copy+set}" = set; then
9857 echo $ECHO_N "(cached) $ECHO_C" >&6
9859 cat >conftest.
$ac_ext <<_ACEOF
9860 #line $LINENO "configure"
9863 cat confdefs.h
>>conftest.
$ac_ext
9864 cat >>conftest.
$ac_ext <<_ACEOF
9865 /* end confdefs.h. */
9877 rm -f conftest.
$ac_objext conftest
$ac_exeext
9878 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9879 (eval $ac_link) 2>&5
9881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9882 (exit $ac_status); } &&
9883 { ac_try
='test -s conftest$ac_exeext'
9884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9888 (exit $ac_status); }; }; then
9889 ac_cv_c_va_copy
="yes"
9891 echo "$as_me: failed program was:" >&5
9892 sed 's/^/| /' conftest.
$ac_ext >&5
9894 ac_cv_c_va_copy
="no"
9896 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
9899 echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
9900 echo "${ECHO_T}$ac_cv_c_va_copy" >&6
9901 if test "$ac_cv_c_va_copy" = "yes"
9904 cat >>confdefs.h
<<\_ACEOF
9905 #define HAVE_VA_COPY 1
9909 echo "$as_me:$LINENO: checking for __va_copy" >&5
9910 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6
9911 if test "${ac_cv_c___va_copy+set}" = set; then
9912 echo $ECHO_N "(cached) $ECHO_C" >&6
9914 cat >conftest.
$ac_ext <<_ACEOF
9915 #line $LINENO "configure"
9918 cat confdefs.h
>>conftest.
$ac_ext
9919 cat >>conftest.
$ac_ext <<_ACEOF
9920 /* end confdefs.h. */
9932 rm -f conftest.
$ac_objext conftest
$ac_exeext
9933 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9934 (eval $ac_link) 2>&5
9936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9937 (exit $ac_status); } &&
9938 { ac_try
='test -s conftest$ac_exeext'
9939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9943 (exit $ac_status); }; }; then
9944 ac_cv_c___va_copy
="yes"
9946 echo "$as_me: failed program was:" >&5
9947 sed 's/^/| /' conftest.
$ac_ext >&5
9949 ac_cv_c___va_copy
="no"
9951 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
9954 echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
9955 echo "${ECHO_T}$ac_cv_c___va_copy" >&6
9956 if test "$ac_cv_c___va_copy" = "yes"
9959 cat >>confdefs.h
<<\_ACEOF
9960 #define HAVE___VA_COPY 1
9965 echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
9966 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6
9967 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
9968 echo $ECHO_N "(cached) $ECHO_C" >&6
9970 cat >conftest.
$ac_ext <<_ACEOF
9971 #line $LINENO "configure"
9974 cat confdefs.h
>>conftest.
$ac_ext
9975 cat >>conftest.
$ac_ext <<_ACEOF
9976 /* end confdefs.h. */
9978 #include <pthread.h>
9983 if ((pthread_rwlock_t *) 0)
9985 if (sizeof (pthread_rwlock_t))
9991 rm -f conftest.
$ac_objext
9992 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9993 (eval $ac_compile) 2>&5
9995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9996 (exit $ac_status); } &&
9997 { ac_try
='test -s conftest.$ac_objext'
9998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10002 (exit $ac_status); }; }; then
10003 ac_cv_type_pthread_rwlock_t
=yes
10005 echo "$as_me: failed program was:" >&5
10006 sed 's/^/| /' conftest.
$ac_ext >&5
10008 ac_cv_type_pthread_rwlock_t
=no
10010 rm -f conftest.
$ac_objext conftest.
$ac_ext
10012 echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
10013 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6
10014 if test $ac_cv_type_pthread_rwlock_t = yes; then
10016 cat >>confdefs.h
<<_ACEOF
10017 #define HAVE_PTHREAD_RWLOCK_T 1
10022 echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
10023 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6
10024 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
10025 echo $ECHO_N "(cached) $ECHO_C" >&6
10027 cat >conftest.
$ac_ext <<_ACEOF
10028 #line $LINENO "configure"
10031 cat confdefs.h
>>conftest.
$ac_ext
10032 cat >>conftest.
$ac_ext <<_ACEOF
10033 /* end confdefs.h. */
10034 #define _GNU_SOURCE
10035 #include <pthread.h>
10040 if ((pthread_rwlockattr_t *) 0)
10042 if (sizeof (pthread_rwlockattr_t))
10048 rm -f conftest.
$ac_objext
10049 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10050 (eval $ac_compile) 2>&5
10052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10053 (exit $ac_status); } &&
10054 { ac_try
='test -s conftest.$ac_objext'
10055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10056 (eval $ac_try) 2>&5
10058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10059 (exit $ac_status); }; }; then
10060 ac_cv_type_pthread_rwlockattr_t
=yes
10062 echo "$as_me: failed program was:" >&5
10063 sed 's/^/| /' conftest.
$ac_ext >&5
10065 ac_cv_type_pthread_rwlockattr_t
=no
10067 rm -f conftest.
$ac_objext conftest.
$ac_ext
10069 echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
10070 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6
10071 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
10073 cat >>confdefs.h
<<_ACEOF
10074 #define HAVE_PTHREAD_RWLOCKATTR_T 1
10084 for ac_header
in sys
/soundcard.h machine
/soundcard.h soundcard.h
10086 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10087 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10088 echo "$as_me:$LINENO: checking for $ac_header" >&5
10089 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10090 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10091 echo $ECHO_N "(cached) $ECHO_C" >&6
10093 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10094 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10096 # Is the header compilable?
10097 echo "$as_me:$LINENO: checking $ac_header usability" >&5
10098 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10099 cat >conftest.
$ac_ext <<_ACEOF
10100 #line $LINENO "configure"
10103 cat confdefs.h
>>conftest.
$ac_ext
10104 cat >>conftest.
$ac_ext <<_ACEOF
10105 /* end confdefs.h. */
10106 $ac_includes_default
10107 #include <$ac_header>
10109 rm -f conftest.
$ac_objext
10110 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10111 (eval $ac_compile) 2>&5
10113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10114 (exit $ac_status); } &&
10115 { ac_try
='test -s conftest.$ac_objext'
10116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10117 (eval $ac_try) 2>&5
10119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10120 (exit $ac_status); }; }; then
10121 ac_header_compiler
=yes
10123 echo "$as_me: failed program was:" >&5
10124 sed 's/^/| /' conftest.
$ac_ext >&5
10126 ac_header_compiler
=no
10128 rm -f conftest.
$ac_objext conftest.
$ac_ext
10129 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10130 echo "${ECHO_T}$ac_header_compiler" >&6
10132 # Is the header present?
10133 echo "$as_me:$LINENO: checking $ac_header presence" >&5
10134 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10135 cat >conftest.
$ac_ext <<_ACEOF
10136 #line $LINENO "configure"
10139 cat confdefs.h
>>conftest.
$ac_ext
10140 cat >>conftest.
$ac_ext <<_ACEOF
10141 /* end confdefs.h. */
10142 #include <$ac_header>
10144 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10145 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
10147 grep -v '^ *+' conftest.er1
>conftest.err
10149 cat conftest.err
>&5
10150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10151 (exit $ac_status); } >/dev
/null
; then
10152 if test -s conftest.err
; then
10153 ac_cpp_err
=$ac_c_preproc_warn_flag
10160 if test -z "$ac_cpp_err"; then
10161 ac_header_preproc
=yes
10163 echo "$as_me: failed program was:" >&5
10164 sed 's/^/| /' conftest.
$ac_ext >&5
10166 ac_header_preproc
=no
10168 rm -f conftest.err conftest.
$ac_ext
10169 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10170 echo "${ECHO_T}$ac_header_preproc" >&6
10172 # So? What about this header?
10173 case $ac_header_compiler:$ac_header_preproc in
10175 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10176 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10177 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10178 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10181 ## ------------------------------------ ##
10182 ## Report this to bug-autoconf@gnu.org. ##
10183 ## ------------------------------------ ##
10186 sed "s/^/$as_me: WARNING: /" >&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;}
10197 ## ------------------------------------ ##
10198 ## Report this to bug-autoconf@gnu.org. ##
10199 ## ------------------------------------ ##
10202 sed "s/^/$as_me: WARNING: /" >&2
10205 echo "$as_me:$LINENO: checking for $ac_header" >&5
10206 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10207 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10208 echo $ECHO_N "(cached) $ECHO_C" >&6
10210 eval "$as_ac_Header=$ac_header_preproc"
10212 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10213 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10216 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10217 cat >>confdefs.h
<<_ACEOF
10218 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10226 echo "$as_me:$LINENO: checking for Open Sound System" >&5
10227 echo $ECHO_N "checking for Open Sound System... $ECHO_C" >&6
10228 if test "${ac_cv_c_opensoundsystem+set}" = set; then
10229 echo $ECHO_N "(cached) $ECHO_C" >&6
10231 cat >conftest.
$ac_ext <<_ACEOF
10232 #line $LINENO "configure"
10235 cat confdefs.h
>>conftest.
$ac_ext
10236 cat >>conftest.
$ac_ext <<_ACEOF
10237 /* end confdefs.h. */
10239 #if defined(HAVE_SYS_SOUNDCARD_H)
10240 #include <sys/soundcard.h>
10241 #elif defined(HAVE_MACHINE_SOUNDCARD_H)
10242 #include <machine/soundcard.h>
10243 #elif defined(HAVE_SOUNDCARD_H)
10244 #include <soundcard.h>
10252 /* check for one of the Open Sound System specific SNDCTL_ defines */
10253 #if !defined(SNDCTL_DSP_STEREO)
10254 #error No open sound system
10261 rm -f conftest.
$ac_objext
10262 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10263 (eval $ac_compile) 2>&5
10265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10266 (exit $ac_status); } &&
10267 { ac_try
='test -s conftest.$ac_objext'
10268 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10269 (eval $ac_try) 2>&5
10271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10272 (exit $ac_status); }; }; then
10273 ac_cv_c_opensoundsystem
="yes"
10275 echo "$as_me: failed program was:" >&5
10276 sed 's/^/| /' conftest.
$ac_ext >&5
10278 ac_cv_c_opensoundsystem
="no"
10280 rm -f conftest.
$ac_objext conftest.
$ac_ext
10282 echo "$as_me:$LINENO: result: $ac_cv_c_opensoundsystem" >&5
10283 echo "${ECHO_T}$ac_cv_c_opensoundsystem" >&6
10285 if test "$ac_cv_c_opensoundsystem" = "yes"
10288 cat >>confdefs.h
<<\_ACEOF
10294 echo "$as_me:$LINENO: checking for Open Sound System/MIDI interface" >&5
10295 echo $ECHO_N "checking for Open Sound System/MIDI interface... $ECHO_C" >&6
10296 if test "${ac_cv_c_opensoundsystem_midi+set}" = set; then
10297 echo $ECHO_N "(cached) $ECHO_C" >&6
10299 cat >conftest.
$ac_ext <<_ACEOF
10300 #line $LINENO "configure"
10303 cat confdefs.h
>>conftest.
$ac_ext
10304 cat >>conftest.
$ac_ext <<_ACEOF
10305 /* end confdefs.h. */
10307 #if defined(HAVE_SYS_SOUNDCARD_H)
10308 #include <sys/soundcard.h>
10309 #elif defined(HAVE_MACHINE_SOUNDCARD_H)
10310 #include <machine/soundcard.h>
10311 #elif defined(HAVE_SOUNDCARD_H)
10312 #include <soundcard.h>
10320 /* check for one of the Open Sound System specific SNDCTL_SEQ defines */
10321 #if !defined(SNDCTL_SEQ_SYNC)
10322 #error No open sound system MIDI interface
10329 rm -f conftest.
$ac_objext
10330 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10331 (eval $ac_compile) 2>&5
10333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10334 (exit $ac_status); } &&
10335 { ac_try
='test -s conftest.$ac_objext'
10336 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10337 (eval $ac_try) 2>&5
10339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10340 (exit $ac_status); }; }; then
10341 ac_cv_c_opensoundsystem_midi
="yes"
10343 echo "$as_me: failed program was:" >&5
10344 sed 's/^/| /' conftest.
$ac_ext >&5
10346 ac_cv_c_opensoundsystem_midi
="no"
10348 rm -f conftest.
$ac_objext conftest.
$ac_ext
10350 echo "$as_me:$LINENO: result: $ac_cv_c_opensoundsystem_midi" >&5
10351 echo "${ECHO_T}$ac_cv_c_opensoundsystem_midi" >&6
10353 if test "$ac_cv_c_opensoundsystem_midi" = "yes"
10356 cat >>confdefs.h
<<\_ACEOF
10357 #define HAVE_OSS_MIDI 1
10362 # Extract the first word of "artsc-config", so it can be a program name with args.
10363 set dummy artsc-config
; ac_word
=$2
10364 echo "$as_me:$LINENO: checking for $ac_word" >&5
10365 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10366 if test "${ac_cv_path_ARTSCCONFIG+set}" = set; then
10367 echo $ECHO_N "(cached) $ECHO_C" >&6
10369 case $ARTSCCONFIG in
10371 ac_cv_path_ARTSCCONFIG
="$ARTSCCONFIG" # Let the user override the test with a path.
10374 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10375 for as_dir
in $PATH
10378 test -z "$as_dir" && as_dir
=.
10379 for ac_exec_ext
in '' $ac_executable_extensions; do
10380 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10381 ac_cv_path_ARTSCCONFIG
="$as_dir/$ac_word$ac_exec_ext"
10382 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10391 ARTSCCONFIG
=$ac_cv_path_ARTSCCONFIG
10393 if test -n "$ARTSCCONFIG"; then
10394 echo "$as_me:$LINENO: result: $ARTSCCONFIG" >&5
10395 echo "${ECHO_T}$ARTSCCONFIG" >&6
10397 echo "$as_me:$LINENO: result: no" >&5
10398 echo "${ECHO_T}no" >&6
10401 echo "$as_me:$LINENO: checking for aRts Sound server" >&5
10402 echo $ECHO_N "checking for aRts Sound server... $ECHO_C" >&6
10403 if test "${ac_cv_c_artsserver+set}" = set; then
10404 echo $ECHO_N "(cached) $ECHO_C" >&6
10406 if test x
$ARTSCCONFIG = x
-o x
$ARTSCCONFIG = x
'"$ARTSCCONFIG"';
10408 ac_cv_c_artsserver
=no
10410 ARTSC_CFLAGS
=`$ARTSCCONFIG --cflags`
10411 ARTSC_LIBS
=`$ARTSCCONFIG --libs`
10412 ac_cv_c_artsserver
=no
10413 save_CFLAGS
="$CFLAGS"
10414 CFLAGS
="$CFLAGS $ARTSC_CFLAGS"
10415 cat >conftest.
$ac_ext <<_ACEOF
10416 #line $LINENO "configure"
10419 cat confdefs.h
>>conftest.
$ac_ext
10420 cat >>conftest.
$ac_ext <<_ACEOF
10421 /* end confdefs.h. */
10429 arts_stream_t stream;
10435 rm -f conftest.
$ac_objext
10436 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10437 (eval $ac_compile) 2>&5
10439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10440 (exit $ac_status); } &&
10441 { ac_try
='test -s conftest.$ac_objext'
10442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10443 (eval $ac_try) 2>&5
10445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10446 (exit $ac_status); }; }; then
10448 ac_cv_c_artsserver
=yes
10451 echo "$as_me: failed program was:" >&5
10452 sed 's/^/| /' conftest.
$ac_ext >&5
10455 rm -f conftest.
$ac_objext conftest.
$ac_ext
10456 CFLAGS
="$save_CFLAGS"
10459 echo "$as_me:$LINENO: result: $ac_cv_c_artsserver" >&5
10460 echo "${ECHO_T}$ac_cv_c_artsserver" >&6
10462 if test "$ac_cv_c_artsserver" = "yes"
10464 ARTSLIBS
=$ARTSC_LIBS
10466 ARTSINCL
=$ARTSC_CFLAGS
10470 cat >>confdefs.h
<<\_ACEOF
10471 #define HAVE_ARTS 1
10480 for ac_header
in alsa
/asoundlib.h sys
/asoundlib.h
10482 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10483 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10484 echo "$as_me:$LINENO: checking for $ac_header" >&5
10485 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10486 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10487 echo $ECHO_N "(cached) $ECHO_C" >&6
10489 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10490 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10492 # Is the header compilable?
10493 echo "$as_me:$LINENO: checking $ac_header usability" >&5
10494 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10495 cat >conftest.
$ac_ext <<_ACEOF
10496 #line $LINENO "configure"
10499 cat confdefs.h
>>conftest.
$ac_ext
10500 cat >>conftest.
$ac_ext <<_ACEOF
10501 /* end confdefs.h. */
10502 $ac_includes_default
10503 #include <$ac_header>
10505 rm -f conftest.
$ac_objext
10506 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10507 (eval $ac_compile) 2>&5
10509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10510 (exit $ac_status); } &&
10511 { ac_try
='test -s conftest.$ac_objext'
10512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10513 (eval $ac_try) 2>&5
10515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10516 (exit $ac_status); }; }; then
10517 ac_header_compiler
=yes
10519 echo "$as_me: failed program was:" >&5
10520 sed 's/^/| /' conftest.
$ac_ext >&5
10522 ac_header_compiler
=no
10524 rm -f conftest.
$ac_objext conftest.
$ac_ext
10525 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10526 echo "${ECHO_T}$ac_header_compiler" >&6
10528 # Is the header present?
10529 echo "$as_me:$LINENO: checking $ac_header presence" >&5
10530 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10531 cat >conftest.
$ac_ext <<_ACEOF
10532 #line $LINENO "configure"
10535 cat confdefs.h
>>conftest.
$ac_ext
10536 cat >>conftest.
$ac_ext <<_ACEOF
10537 /* end confdefs.h. */
10538 #include <$ac_header>
10540 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10541 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
10543 grep -v '^ *+' conftest.er1
>conftest.err
10545 cat conftest.err
>&5
10546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10547 (exit $ac_status); } >/dev
/null
; then
10548 if test -s conftest.err
; then
10549 ac_cpp_err
=$ac_c_preproc_warn_flag
10556 if test -z "$ac_cpp_err"; then
10557 ac_header_preproc
=yes
10559 echo "$as_me: failed program was:" >&5
10560 sed 's/^/| /' conftest.
$ac_ext >&5
10562 ac_header_preproc
=no
10564 rm -f conftest.err conftest.
$ac_ext
10565 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10566 echo "${ECHO_T}$ac_header_preproc" >&6
10568 # So? What about this header?
10569 case $ac_header_compiler:$ac_header_preproc in
10571 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10572 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10573 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10574 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10577 ## ------------------------------------ ##
10578 ## Report this to bug-autoconf@gnu.org. ##
10579 ## ------------------------------------ ##
10582 sed "s/^/$as_me: WARNING: /" >&2
10585 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10586 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10587 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10588 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10589 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10590 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10593 ## ------------------------------------ ##
10594 ## Report this to bug-autoconf@gnu.org. ##
10595 ## ------------------------------------ ##
10598 sed "s/^/$as_me: WARNING: /" >&2
10601 echo "$as_me:$LINENO: checking for $ac_header" >&5
10602 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10603 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10604 echo $ECHO_N "(cached) $ECHO_C" >&6
10606 eval "$as_ac_Header=$ac_header_preproc"
10608 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10609 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10612 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10613 cat >>confdefs.h
<<_ACEOF
10614 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10621 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10623 echo "$as_me:$LINENO: checking for snd_pcm_open in -lasound" >&5
10624 echo $ECHO_N "checking for snd_pcm_open in -lasound... $ECHO_C" >&6
10625 if test "${ac_cv_lib_asound_snd_pcm_open+set}" = set; then
10626 echo $ECHO_N "(cached) $ECHO_C" >&6
10628 ac_check_lib_save_LIBS
=$LIBS
10629 LIBS
="-lasound $LIBS"
10630 cat >conftest.
$ac_ext <<_ACEOF
10631 #line $LINENO "configure"
10634 cat confdefs.h
>>conftest.
$ac_ext
10635 cat >>conftest.
$ac_ext <<_ACEOF
10636 /* end confdefs.h. */
10638 /* Override any gcc2 internal prototype to avoid an error. */
10642 /* We use char because int might match the return type of a gcc2
10643 builtin and then its argument prototype would still apply. */
10644 char snd_pcm_open ();
10653 rm -f conftest.
$ac_objext conftest
$ac_exeext
10654 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10655 (eval $ac_link) 2>&5
10657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10658 (exit $ac_status); } &&
10659 { ac_try
='test -s conftest$ac_exeext'
10660 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10661 (eval $ac_try) 2>&5
10663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10664 (exit $ac_status); }; }; then
10665 ac_cv_lib_asound_snd_pcm_open
=yes
10667 echo "$as_me: failed program was:" >&5
10668 sed 's/^/| /' conftest.
$ac_ext >&5
10670 ac_cv_lib_asound_snd_pcm_open
=no
10672 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
10673 LIBS
=$ac_check_lib_save_LIBS
10675 echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_open" >&5
10676 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_open" >&6
10677 if test $ac_cv_lib_asound_snd_pcm_open = yes; then
10679 cat >>confdefs.h
<<\_ACEOF
10680 #define HAVE_ALSA 1
10683 ALSALIBS
="-lasound"
10692 for ac_header
in libaudioio.h
10694 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10695 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10696 echo "$as_me:$LINENO: checking for $ac_header" >&5
10697 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10698 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10699 echo $ECHO_N "(cached) $ECHO_C" >&6
10701 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10702 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10704 # Is the header compilable?
10705 echo "$as_me:$LINENO: checking $ac_header usability" >&5
10706 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10707 cat >conftest.
$ac_ext <<_ACEOF
10708 #line $LINENO "configure"
10711 cat confdefs.h
>>conftest.
$ac_ext
10712 cat >>conftest.
$ac_ext <<_ACEOF
10713 /* end confdefs.h. */
10714 $ac_includes_default
10715 #include <$ac_header>
10717 rm -f conftest.
$ac_objext
10718 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10719 (eval $ac_compile) 2>&5
10721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10722 (exit $ac_status); } &&
10723 { ac_try
='test -s conftest.$ac_objext'
10724 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10725 (eval $ac_try) 2>&5
10727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10728 (exit $ac_status); }; }; then
10729 ac_header_compiler
=yes
10731 echo "$as_me: failed program was:" >&5
10732 sed 's/^/| /' conftest.
$ac_ext >&5
10734 ac_header_compiler
=no
10736 rm -f conftest.
$ac_objext conftest.
$ac_ext
10737 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10738 echo "${ECHO_T}$ac_header_compiler" >&6
10740 # Is the header present?
10741 echo "$as_me:$LINENO: checking $ac_header presence" >&5
10742 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10743 cat >conftest.
$ac_ext <<_ACEOF
10744 #line $LINENO "configure"
10747 cat confdefs.h
>>conftest.
$ac_ext
10748 cat >>conftest.
$ac_ext <<_ACEOF
10749 /* end confdefs.h. */
10750 #include <$ac_header>
10752 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10753 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
10755 grep -v '^ *+' conftest.er1
>conftest.err
10757 cat conftest.err
>&5
10758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10759 (exit $ac_status); } >/dev
/null
; then
10760 if test -s conftest.err
; then
10761 ac_cpp_err
=$ac_c_preproc_warn_flag
10768 if test -z "$ac_cpp_err"; then
10769 ac_header_preproc
=yes
10771 echo "$as_me: failed program was:" >&5
10772 sed 's/^/| /' conftest.
$ac_ext >&5
10774 ac_header_preproc
=no
10776 rm -f conftest.err conftest.
$ac_ext
10777 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10778 echo "${ECHO_T}$ac_header_preproc" >&6
10780 # So? What about this header?
10781 case $ac_header_compiler:$ac_header_preproc in
10783 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10784 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10785 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10786 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10789 ## ------------------------------------ ##
10790 ## Report this to bug-autoconf@gnu.org. ##
10791 ## ------------------------------------ ##
10794 sed "s/^/$as_me: WARNING: /" >&2
10797 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10798 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10799 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10800 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10801 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10802 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10805 ## ------------------------------------ ##
10806 ## Report this to bug-autoconf@gnu.org. ##
10807 ## ------------------------------------ ##
10810 sed "s/^/$as_me: WARNING: /" >&2
10813 echo "$as_me:$LINENO: checking for $ac_header" >&5
10814 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10815 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10816 echo $ECHO_N "(cached) $ECHO_C" >&6
10818 eval "$as_ac_Header=$ac_header_preproc"
10820 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10821 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10824 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10825 cat >>confdefs.h
<<_ACEOF
10826 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10828 echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
10829 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6
10830 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
10831 echo $ECHO_N "(cached) $ECHO_C" >&6
10833 ac_check_lib_save_LIBS
=$LIBS
10834 LIBS
="-laudioio $LIBS"
10835 cat >conftest.
$ac_ext <<_ACEOF
10836 #line $LINENO "configure"
10839 cat confdefs.h
>>conftest.
$ac_ext
10840 cat >>conftest.
$ac_ext <<_ACEOF
10841 /* end confdefs.h. */
10843 /* Override any gcc2 internal prototype to avoid an error. */
10847 /* We use char because int might match the return type of a gcc2
10848 builtin and then its argument prototype would still apply. */
10849 char AudioIOGetVersion ();
10853 AudioIOGetVersion ();
10858 rm -f conftest.
$ac_objext conftest
$ac_exeext
10859 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10860 (eval $ac_link) 2>&5
10862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10863 (exit $ac_status); } &&
10864 { ac_try
='test -s conftest$ac_exeext'
10865 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10866 (eval $ac_try) 2>&5
10868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10869 (exit $ac_status); }; }; then
10870 ac_cv_lib_audioio_AudioIOGetVersion
=yes
10872 echo "$as_me: failed program was:" >&5
10873 sed 's/^/| /' conftest.
$ac_ext >&5
10875 ac_cv_lib_audioio_AudioIOGetVersion
=no
10877 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
10878 LIBS
=$ac_check_lib_save_LIBS
10880 echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10881 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6
10882 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
10883 AUDIOIOLIBS
="-laudioio"
10885 cat >>confdefs.h
<<\_ACEOF
10886 #define HAVE_LIBAUDIOIO 1
10897 echo "$as_me:$LINENO: checking whether mmap64 works defined as mmap" >&5
10898 echo $ECHO_N "checking whether mmap64 works defined as mmap... $ECHO_C" >&6
10899 if test "${ac_cv_mmap64_works+set}" = set; then
10900 echo $ECHO_N "(cached) $ECHO_C" >&6
10902 if test "$cross_compiling" = yes; then
10903 ac_cv_mmap64_works
="no"
10905 cat >conftest.
$ac_ext <<_ACEOF
10906 #line $LINENO "configure"
10909 cat confdefs.h
>>conftest.
$ac_ext
10910 cat >>conftest.
$ac_ext <<_ACEOF
10911 /* end confdefs.h. */
10913 #define _FILE_OFFSET_BITS 64
10915 #include <unistd.h>
10917 #include <sys/mman.h>
10920 int main(int argc,char **argv) {
10921 int fd = open("conftest.map",O_CREAT|O_RDWR,0600);
10922 if (fd == -1) exit(1);
10924 unlink("conftest.map");
10926 write(fd,"test",4);
10928 if ((-1 == mmap(0,4,PROT_READ|PROT_WRITE,MAP_SHARED,fd,0)) &&
10934 fprintf(stderr,"success!\n");
10940 rm -f conftest
$ac_exeext
10941 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10942 (eval $ac_link) 2>&5
10944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10945 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
10946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10947 (eval $ac_try) 2>&5
10949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10950 (exit $ac_status); }; }; then
10951 ac_cv_mmap64_works
="yes"
10953 echo "$as_me: program exited with status $ac_status" >&5
10954 echo "$as_me: failed program was:" >&5
10955 sed 's/^/| /' conftest.
$ac_ext >&5
10957 ( exit $ac_status )
10958 ac_cv_mmap64_works
="no"
10960 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
10963 echo "$as_me:$LINENO: result: $ac_cv_mmap64_works" >&5
10964 echo "${ECHO_T}$ac_cv_mmap64_works" >&6
10966 if test "$ac_cv_mmap64_works" = "yes"
10969 cat >>confdefs.h
<<\_ACEOF
10970 #define _FILE_OFFSET_BITS 64
10978 if test "x${GCC}" = "xyes"
10982 echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
10983 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6
10984 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
10985 echo $ECHO_N "(cached) $ECHO_C" >&6
10987 if test "$cross_compiling" = yes; then
10988 ac_cv_c_gcc_strength_bug
="yes"
10990 cat >conftest.
$ac_ext <<_ACEOF
10991 #line $LINENO "configure"
10994 cat confdefs.h
>>conftest.
$ac_ext
10995 cat >>conftest.
$ac_ext <<_ACEOF
10996 /* end confdefs.h. */
10998 int L[4] = {0,1,2,3};
11000 static int Array[3];
11001 unsigned int B = 3;
11003 for(i=0; i<B; i++) Array[i] = i - 3;
11004 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11007 exit( Array[1] != -2 || L[2] != 3);
11010 rm -f conftest
$ac_exeext
11011 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11012 (eval $ac_link) 2>&5
11014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11015 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
11016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11017 (eval $ac_try) 2>&5
11019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11020 (exit $ac_status); }; }; then
11021 ac_cv_c_gcc_strength_bug
="no"
11023 echo "$as_me: program exited with status $ac_status" >&5
11024 echo "$as_me: failed program was:" >&5
11025 sed 's/^/| /' conftest.
$ac_ext >&5
11027 ( exit $ac_status )
11028 ac_cv_c_gcc_strength_bug
="yes"
11030 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
11033 echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
11034 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6
11035 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11037 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
11040 echo "$as_me:$LINENO: checking for gcc -mpreferred-stack-boundary=2 support" >&5
11041 echo $ECHO_N "checking for gcc -mpreferred-stack-boundary=2 support... $ECHO_C" >&6
11042 if test "${ac_cv_c_gcc_stack_boundary+set}" = set; then
11043 echo $ECHO_N "(cached) $ECHO_C" >&6
11045 ac_wine_try_cflags_saved
=$CFLAGS
11046 CFLAGS
="$CFLAGS -mpreferred-stack-boundary=2"
11047 cat >conftest.
$ac_ext <<_ACEOF
11048 #line $LINENO "configure"
11051 cat confdefs.h
>>conftest.
$ac_ext
11052 cat >>conftest.
$ac_ext <<_ACEOF
11053 /* end confdefs.h. */
11063 rm -f conftest.
$ac_objext conftest
$ac_exeext
11064 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11065 (eval $ac_link) 2>&5
11067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11068 (exit $ac_status); } &&
11069 { ac_try
='test -s conftest$ac_exeext'
11070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11071 (eval $ac_try) 2>&5
11073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11074 (exit $ac_status); }; }; then
11075 ac_cv_c_gcc_stack_boundary
="yes"
11077 echo "$as_me: failed program was:" >&5
11078 sed 's/^/| /' conftest.
$ac_ext >&5
11080 ac_cv_c_gcc_stack_boundary
="no"
11082 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
11083 CFLAGS
=$ac_wine_try_cflags_saved
11085 echo "$as_me:$LINENO: result: $ac_cv_c_gcc_stack_boundary" >&5
11086 echo "${ECHO_T}$ac_cv_c_gcc_stack_boundary" >&6
11087 if test "$ac_cv_c_gcc_stack_boundary" = "yes"
11089 EXTRACFLAGS
="$EXTRACFLAGS -mpreferred-stack-boundary=2"
11092 echo "$as_me:$LINENO: checking for gcc -fno-strict-aliasing support" >&5
11093 echo $ECHO_N "checking for gcc -fno-strict-aliasing support... $ECHO_C" >&6
11094 if test "${ac_cv_c_gcc_no_strict_aliasing+set}" = set; then
11095 echo $ECHO_N "(cached) $ECHO_C" >&6
11097 ac_wine_try_cflags_saved
=$CFLAGS
11098 CFLAGS
="$CFLAGS -fno-strict-aliasing"
11099 cat >conftest.
$ac_ext <<_ACEOF
11100 #line $LINENO "configure"
11103 cat confdefs.h
>>conftest.
$ac_ext
11104 cat >>conftest.
$ac_ext <<_ACEOF
11105 /* end confdefs.h. */
11115 rm -f conftest.
$ac_objext conftest
$ac_exeext
11116 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11117 (eval $ac_link) 2>&5
11119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11120 (exit $ac_status); } &&
11121 { ac_try
='test -s conftest$ac_exeext'
11122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11123 (eval $ac_try) 2>&5
11125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11126 (exit $ac_status); }; }; then
11127 ac_cv_c_gcc_no_strict_aliasing
="yes"
11129 echo "$as_me: failed program was:" >&5
11130 sed 's/^/| /' conftest.
$ac_ext >&5
11132 ac_cv_c_gcc_no_strict_aliasing
="no"
11134 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
11135 CFLAGS
=$ac_wine_try_cflags_saved
11137 echo "$as_me:$LINENO: result: $ac_cv_c_gcc_no_strict_aliasing" >&5
11138 echo "${ECHO_T}$ac_cv_c_gcc_no_strict_aliasing" >&6
11139 if test "$ac_cv_c_gcc_no_strict_aliasing" = "yes"
11141 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
11144 echo "$as_me:$LINENO: checking for gcc -gstabs+ support" >&5
11145 echo $ECHO_N "checking for gcc -gstabs+ support... $ECHO_C" >&6
11146 if test "${ac_cv_c_gcc_gstabs+set}" = set; then
11147 echo $ECHO_N "(cached) $ECHO_C" >&6
11149 ac_wine_try_cflags_saved
=$CFLAGS
11150 CFLAGS
="$CFLAGS -gstabs+"
11151 cat >conftest.
$ac_ext <<_ACEOF
11152 #line $LINENO "configure"
11155 cat confdefs.h
>>conftest.
$ac_ext
11156 cat >>conftest.
$ac_ext <<_ACEOF
11157 /* end confdefs.h. */
11167 rm -f conftest.
$ac_objext conftest
$ac_exeext
11168 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11169 (eval $ac_link) 2>&5
11171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11172 (exit $ac_status); } &&
11173 { ac_try
='test -s conftest$ac_exeext'
11174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11175 (eval $ac_try) 2>&5
11177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11178 (exit $ac_status); }; }; then
11179 ac_cv_c_gcc_gstabs
="yes"
11181 echo "$as_me: failed program was:" >&5
11182 sed 's/^/| /' conftest.
$ac_ext >&5
11184 ac_cv_c_gcc_gstabs
="no"
11186 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
11187 CFLAGS
=$ac_wine_try_cflags_saved
11189 echo "$as_me:$LINENO: result: $ac_cv_c_gcc_gstabs" >&5
11190 echo "${ECHO_T}$ac_cv_c_gcc_gstabs" >&6
11191 if test "$ac_cv_c_gcc_gstabs" = "yes"
11193 EXTRACFLAGS
="$EXTRACFLAGS -gstabs+"
11196 saved_CFLAGS
="$CFLAGS"
11197 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
11198 echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
11199 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6
11200 if test "${ac_cv_c_string_h_warnings+set}" = set; then
11201 echo $ECHO_N "(cached) $ECHO_C" >&6
11203 cat >conftest.
$ac_ext <<_ACEOF
11204 #line $LINENO "configure"
11207 cat confdefs.h
>>conftest.
$ac_ext
11208 cat >>conftest.
$ac_ext <<_ACEOF
11209 /* end confdefs.h. */
11210 #include <string.h>
11219 rm -f conftest.
$ac_objext
11220 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11221 (eval $ac_compile) 2>&5
11223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11224 (exit $ac_status); } &&
11225 { ac_try
='test -s conftest.$ac_objext'
11226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11227 (eval $ac_try) 2>&5
11229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11230 (exit $ac_status); }; }; then
11231 ac_cv_c_string_h_warnings
=no
11233 echo "$as_me: failed program was:" >&5
11234 sed 's/^/| /' conftest.
$ac_ext >&5
11236 ac_cv_c_string_h_warnings
=yes
11238 rm -f conftest.
$ac_objext conftest.
$ac_ext
11240 echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
11241 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6
11242 CFLAGS
="$saved_CFLAGS"
11243 if test "$ac_cv_c_string_h_warnings" = "no"
11245 EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
11250 echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
11251 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6
11252 if test "${ac_cv_asm_func_def+set}" = set; then
11253 echo $ECHO_N "(cached) $ECHO_C" >&6
11255 cat >conftest.
$ac_ext <<_ACEOF
11256 #line $LINENO "configure"
11259 cat confdefs.h
>>conftest.
$ac_ext
11260 cat >>conftest.
$ac_ext <<_ACEOF
11261 /* end confdefs.h. */
11262 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"); }
11272 rm -f conftest.
$ac_objext conftest
$ac_exeext
11273 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11274 (eval $ac_link) 2>&5
11276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11277 (exit $ac_status); } &&
11278 { ac_try
='test -s conftest$ac_exeext'
11279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11280 (eval $ac_try) 2>&5
11282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11283 (exit $ac_status); }; }; then
11284 ac_cv_asm_func_def
=".def"
11286 echo "$as_me: failed program was:" >&5
11287 sed 's/^/| /' conftest.
$ac_ext >&5
11289 cat >conftest.
$ac_ext <<_ACEOF
11290 #line $LINENO "configure"
11293 cat confdefs.h
>>conftest.
$ac_ext
11294 cat >>conftest.
$ac_ext <<_ACEOF
11295 /* end confdefs.h. */
11296 void ac_asm(void) { asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0"); }
11306 rm -f conftest.
$ac_objext conftest
$ac_exeext
11307 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11308 (eval $ac_link) 2>&5
11310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11311 (exit $ac_status); } &&
11312 { ac_try
='test -s conftest$ac_exeext'
11313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11314 (eval $ac_try) 2>&5
11316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11317 (exit $ac_status); }; }; then
11318 ac_cv_asm_func_def
=".type @function"
11320 echo "$as_me: failed program was:" >&5
11321 sed 's/^/| /' conftest.
$ac_ext >&5
11323 cat >conftest.
$ac_ext <<_ACEOF
11324 #line $LINENO "configure"
11327 cat confdefs.h
>>conftest.
$ac_ext
11328 cat >>conftest.
$ac_ext <<_ACEOF
11329 /* end confdefs.h. */
11330 void ac_asm(void) { asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0"); }
11340 rm -f conftest.
$ac_objext conftest
$ac_exeext
11341 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11342 (eval $ac_link) 2>&5
11344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11345 (exit $ac_status); } &&
11346 { ac_try
='test -s conftest$ac_exeext'
11347 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11348 (eval $ac_try) 2>&5
11350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11351 (exit $ac_status); }; }; then
11352 ac_cv_asm_func_def
=".type 2"
11354 echo "$as_me: failed program was:" >&5
11355 sed 's/^/| /' conftest.
$ac_ext >&5
11357 ac_cv_asm_func_def
="unknown"
11359 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
11361 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
11363 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
11365 echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
11366 echo "${ECHO_T}$ac_cv_asm_func_def" >&6
11370 case "$ac_cv_asm_func_def" in
11372 cat >>confdefs.h
<<\_ACEOF
11373 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
11377 cat >>confdefs.h
<<\_ACEOF
11378 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
11382 cat >>confdefs.h
<<\_ACEOF
11383 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
11387 cat >>confdefs.h
<<\_ACEOF
11388 #define __ASM_FUNC(name) ""
11394 echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
11395 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6
11396 if test "${ac_cv_c_extern_prefix+set}" = set; then
11397 echo $ECHO_N "(cached) $ECHO_C" >&6
11399 cat >conftest.
$ac_ext <<_ACEOF
11400 #line $LINENO "configure"
11403 cat confdefs.h
>>conftest.
$ac_ext
11404 cat >>conftest.
$ac_ext <<_ACEOF
11405 /* end confdefs.h. */
11406 void ac_asm(void) { asm(".globl _ac_test\n_ac_test:\t.long 0"); }
11407 extern int ac_test;
11411 if (ac_test) return 1
11416 rm -f conftest.
$ac_objext conftest
$ac_exeext
11417 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11418 (eval $ac_link) 2>&5
11420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11421 (exit $ac_status); } &&
11422 { ac_try
='test -s conftest$ac_exeext'
11423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11424 (eval $ac_try) 2>&5
11426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11427 (exit $ac_status); }; }; then
11428 ac_cv_c_extern_prefix
="yes"
11430 echo "$as_me: failed program was:" >&5
11431 sed 's/^/| /' conftest.
$ac_ext >&5
11433 ac_cv_c_extern_prefix
="no"
11435 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
11437 echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
11438 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6
11442 if test "$ac_cv_c_extern_prefix" = "yes"
11444 cat >>confdefs.h
<<\_ACEOF
11445 #define __ASM_NAME(name) "_" name
11449 cat >>confdefs.h
<<\_ACEOF
11450 #define __ASM_NAME(name) name
11456 echo "$as_me:$LINENO: checking whether assembler accepts .string" >&5
11457 echo $ECHO_N "checking whether assembler accepts .string... $ECHO_C" >&6
11458 if test "${ac_cv_c_asm_string+set}" = set; then
11459 echo $ECHO_N "(cached) $ECHO_C" >&6
11461 cat >conftest.
$ac_ext <<_ACEOF
11462 #line $LINENO "configure"
11465 cat confdefs.h
>>conftest.
$ac_ext
11466 cat >>conftest.
$ac_ext <<_ACEOF
11467 /* end confdefs.h. */
11468 void ac_asm(void) { asm(".data\n\t.string \"test\"\n\t.text"); }
11478 rm -f conftest.
$ac_objext conftest
$ac_exeext
11479 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11480 (eval $ac_link) 2>&5
11482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11483 (exit $ac_status); } &&
11484 { ac_try
='test -s conftest$ac_exeext'
11485 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11486 (eval $ac_try) 2>&5
11488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11489 (exit $ac_status); }; }; then
11490 ac_cv_c_asm_string
="yes"
11492 echo "$as_me: failed program was:" >&5
11493 sed 's/^/| /' conftest.
$ac_ext >&5
11495 ac_cv_c_asm_string
="no"
11497 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
11499 echo "$as_me:$LINENO: result: $ac_cv_c_asm_string" >&5
11500 echo "${ECHO_T}$ac_cv_c_asm_string" >&6
11501 if test "$ac_cv_c_asm_string" = "yes"
11504 cat >>confdefs.h
<<\_ACEOF
11505 #define __ASM_STRING ".string"
11509 echo "$as_me:$LINENO: checking whether assembler accepts .asciz" >&5
11510 echo $ECHO_N "checking whether assembler accepts .asciz... $ECHO_C" >&6
11511 if test "${ac_cv_c_asm_asciz+set}" = set; then
11512 echo $ECHO_N "(cached) $ECHO_C" >&6
11514 cat >conftest.
$ac_ext <<_ACEOF
11515 #line $LINENO "configure"
11518 cat confdefs.h
>>conftest.
$ac_ext
11519 cat >>conftest.
$ac_ext <<_ACEOF
11520 /* end confdefs.h. */
11521 void ac_asm(void) { asm(".data\n\t.asciz \"test\"\n\t.text"); }
11531 rm -f conftest.
$ac_objext conftest
$ac_exeext
11532 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11533 (eval $ac_link) 2>&5
11535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11536 (exit $ac_status); } &&
11537 { ac_try
='test -s conftest$ac_exeext'
11538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11539 (eval $ac_try) 2>&5
11541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11542 (exit $ac_status); }; }; then
11543 ac_cv_c_asm_asciz
="yes"
11545 echo "$as_me: failed program was:" >&5
11546 sed 's/^/| /' conftest.
$ac_ext >&5
11548 ac_cv_c_asm_asciz
="no"
11550 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
11552 echo "$as_me:$LINENO: result: $ac_cv_c_asm_asciz" >&5
11553 echo "${ECHO_T}$ac_cv_c_asm_asciz" >&6
11554 if test "$ac_cv_c_asm_asciz" = "yes"
11556 cat >>confdefs.h
<<\_ACEOF
11557 #define __ASM_STRING ".asciz"
11561 cat >>confdefs.h
<<\_ACEOF
11562 #define __ASM_STRING ".ascii"
11569 echo "$as_me:$LINENO: checking whether assembler accepts .short" >&5
11570 echo $ECHO_N "checking whether assembler accepts .short... $ECHO_C" >&6
11571 if test "${ac_cv_c_asm_short+set}" = set; then
11572 echo $ECHO_N "(cached) $ECHO_C" >&6
11574 cat >conftest.
$ac_ext <<_ACEOF
11575 #line $LINENO "configure"
11578 cat confdefs.h
>>conftest.
$ac_ext
11579 cat >>conftest.
$ac_ext <<_ACEOF
11580 /* end confdefs.h. */
11581 void ac_asm(void) { asm(".data\n\t.short 1\n\t.text"); }
11591 rm -f conftest.
$ac_objext conftest
$ac_exeext
11592 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11593 (eval $ac_link) 2>&5
11595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11596 (exit $ac_status); } &&
11597 { ac_try
='test -s conftest$ac_exeext'
11598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11599 (eval $ac_try) 2>&5
11601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11602 (exit $ac_status); }; }; then
11603 ac_cv_c_asm_short
="yes"
11605 echo "$as_me: failed program was:" >&5
11606 sed 's/^/| /' conftest.
$ac_ext >&5
11608 ac_cv_c_asm_short
="no"
11610 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
11612 echo "$as_me:$LINENO: result: $ac_cv_c_asm_short" >&5
11613 echo "${ECHO_T}$ac_cv_c_asm_short" >&6
11614 if test "$ac_cv_c_asm_short" = "yes"
11617 cat >>confdefs.h
<<\_ACEOF
11618 #define __ASM_SHORT ".short"
11622 cat >>confdefs.h
<<\_ACEOF
11623 #define __ASM_SHORT ".half"
11631 DLLFLAGS
="-D_REENTRANT"
11646 if test -n "$ac_tool_prefix"; then
11647 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
11648 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
11649 echo "$as_me:$LINENO: checking for $ac_word" >&5
11650 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11651 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
11652 echo $ECHO_N "(cached) $ECHO_C" >&6
11654 if test -n "$DLLTOOL"; then
11655 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
11657 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11658 for as_dir
in $PATH
11661 test -z "$as_dir" && as_dir
=.
11662 for ac_exec_ext
in '' $ac_executable_extensions; do
11663 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11664 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
11665 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11673 DLLTOOL
=$ac_cv_prog_DLLTOOL
11674 if test -n "$DLLTOOL"; then
11675 echo "$as_me:$LINENO: result: $DLLTOOL" >&5
11676 echo "${ECHO_T}$DLLTOOL" >&6
11678 echo "$as_me:$LINENO: result: no" >&5
11679 echo "${ECHO_T}no" >&6
11683 if test -z "$ac_cv_prog_DLLTOOL"; then
11684 ac_ct_DLLTOOL
=$DLLTOOL
11685 # Extract the first word of "dlltool", so it can be a program name with args.
11686 set dummy dlltool
; ac_word
=$2
11687 echo "$as_me:$LINENO: checking for $ac_word" >&5
11688 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11689 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
11690 echo $ECHO_N "(cached) $ECHO_C" >&6
11692 if test -n "$ac_ct_DLLTOOL"; then
11693 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
11695 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11696 for as_dir
in $PATH
11699 test -z "$as_dir" && as_dir
=.
11700 for ac_exec_ext
in '' $ac_executable_extensions; do
11701 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11702 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
11703 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11709 test -z "$ac_cv_prog_ac_ct_DLLTOOL" && ac_cv_prog_ac_ct_DLLTOOL
="false"
11712 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
11713 if test -n "$ac_ct_DLLTOOL"; then
11714 echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
11715 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6
11717 echo "$as_me:$LINENO: result: no" >&5
11718 echo "${ECHO_T}no" >&6
11721 DLLTOOL
=$ac_ct_DLLTOOL
11723 DLLTOOL
="$ac_cv_prog_DLLTOOL"
11726 if test -n "$ac_tool_prefix"; then
11727 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
11728 set dummy
${ac_tool_prefix}dllwrap
; ac_word
=$2
11729 echo "$as_me:$LINENO: checking for $ac_word" >&5
11730 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11731 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
11732 echo $ECHO_N "(cached) $ECHO_C" >&6
11734 if test -n "$DLLWRAP"; then
11735 ac_cv_prog_DLLWRAP
="$DLLWRAP" # Let the user override the test.
11737 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11738 for as_dir
in $PATH
11741 test -z "$as_dir" && as_dir
=.
11742 for ac_exec_ext
in '' $ac_executable_extensions; do
11743 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11744 ac_cv_prog_DLLWRAP
="${ac_tool_prefix}dllwrap"
11745 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11753 DLLWRAP
=$ac_cv_prog_DLLWRAP
11754 if test -n "$DLLWRAP"; then
11755 echo "$as_me:$LINENO: result: $DLLWRAP" >&5
11756 echo "${ECHO_T}$DLLWRAP" >&6
11758 echo "$as_me:$LINENO: result: no" >&5
11759 echo "${ECHO_T}no" >&6
11763 if test -z "$ac_cv_prog_DLLWRAP"; then
11764 ac_ct_DLLWRAP
=$DLLWRAP
11765 # Extract the first word of "dllwrap", so it can be a program name with args.
11766 set dummy dllwrap
; ac_word
=$2
11767 echo "$as_me:$LINENO: checking for $ac_word" >&5
11768 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11769 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
11770 echo $ECHO_N "(cached) $ECHO_C" >&6
11772 if test -n "$ac_ct_DLLWRAP"; then
11773 ac_cv_prog_ac_ct_DLLWRAP
="$ac_ct_DLLWRAP" # Let the user override the test.
11775 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11776 for as_dir
in $PATH
11779 test -z "$as_dir" && as_dir
=.
11780 for ac_exec_ext
in '' $ac_executable_extensions; do
11781 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11782 ac_cv_prog_ac_ct_DLLWRAP
="dllwrap"
11783 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11789 test -z "$ac_cv_prog_ac_ct_DLLWRAP" && ac_cv_prog_ac_ct_DLLWRAP
="false"
11792 ac_ct_DLLWRAP
=$ac_cv_prog_ac_ct_DLLWRAP
11793 if test -n "$ac_ct_DLLWRAP"; then
11794 echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
11795 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6
11797 echo "$as_me:$LINENO: result: no" >&5
11798 echo "${ECHO_T}no" >&6
11801 DLLWRAP
=$ac_ct_DLLWRAP
11803 DLLWRAP
="$ac_cv_prog_DLLWRAP"
11806 if test "$DLLWRAP" = "false"; then
11815 for ac_header
in dlfcn.h
11817 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11818 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11819 echo "$as_me:$LINENO: checking for $ac_header" >&5
11820 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11821 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11822 echo $ECHO_N "(cached) $ECHO_C" >&6
11824 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11825 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11827 # Is the header compilable?
11828 echo "$as_me:$LINENO: checking $ac_header usability" >&5
11829 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11830 cat >conftest.
$ac_ext <<_ACEOF
11831 #line $LINENO "configure"
11834 cat confdefs.h
>>conftest.
$ac_ext
11835 cat >>conftest.
$ac_ext <<_ACEOF
11836 /* end confdefs.h. */
11837 $ac_includes_default
11838 #include <$ac_header>
11840 rm -f conftest.
$ac_objext
11841 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11842 (eval $ac_compile) 2>&5
11844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11845 (exit $ac_status); } &&
11846 { ac_try
='test -s conftest.$ac_objext'
11847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11848 (eval $ac_try) 2>&5
11850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11851 (exit $ac_status); }; }; then
11852 ac_header_compiler
=yes
11854 echo "$as_me: failed program was:" >&5
11855 sed 's/^/| /' conftest.
$ac_ext >&5
11857 ac_header_compiler
=no
11859 rm -f conftest.
$ac_objext conftest.
$ac_ext
11860 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11861 echo "${ECHO_T}$ac_header_compiler" >&6
11863 # Is the header present?
11864 echo "$as_me:$LINENO: checking $ac_header presence" >&5
11865 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11866 cat >conftest.
$ac_ext <<_ACEOF
11867 #line $LINENO "configure"
11870 cat confdefs.h
>>conftest.
$ac_ext
11871 cat >>conftest.
$ac_ext <<_ACEOF
11872 /* end confdefs.h. */
11873 #include <$ac_header>
11875 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11876 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
11878 grep -v '^ *+' conftest.er1
>conftest.err
11880 cat conftest.err
>&5
11881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11882 (exit $ac_status); } >/dev
/null
; then
11883 if test -s conftest.err
; then
11884 ac_cpp_err
=$ac_c_preproc_warn_flag
11891 if test -z "$ac_cpp_err"; then
11892 ac_header_preproc
=yes
11894 echo "$as_me: failed program was:" >&5
11895 sed 's/^/| /' conftest.
$ac_ext >&5
11897 ac_header_preproc
=no
11899 rm -f conftest.err conftest.
$ac_ext
11900 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11901 echo "${ECHO_T}$ac_header_preproc" >&6
11903 # So? What about this header?
11904 case $ac_header_compiler:$ac_header_preproc in
11906 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11907 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11908 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11909 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11912 ## ------------------------------------ ##
11913 ## Report this to bug-autoconf@gnu.org. ##
11914 ## ------------------------------------ ##
11917 sed "s/^/$as_me: WARNING: /" >&2
11920 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11921 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11922 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11923 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11924 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11925 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11928 ## ------------------------------------ ##
11929 ## Report this to bug-autoconf@gnu.org. ##
11930 ## ------------------------------------ ##
11933 sed "s/^/$as_me: WARNING: /" >&2
11936 echo "$as_me:$LINENO: checking for $ac_header" >&5
11937 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11938 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11939 echo $ECHO_N "(cached) $ECHO_C" >&6
11941 eval "$as_ac_Header=$ac_header_preproc"
11943 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11944 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11947 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11948 cat >>confdefs.h
<<_ACEOF
11949 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11952 for ac_func
in dlopen
11954 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11955 echo "$as_me:$LINENO: checking for $ac_func" >&5
11956 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11957 if eval "test \"\${$as_ac_var+set}\" = set"; then
11958 echo $ECHO_N "(cached) $ECHO_C" >&6
11960 cat >conftest.
$ac_ext <<_ACEOF
11961 #line $LINENO "configure"
11964 cat confdefs.h
>>conftest.
$ac_ext
11965 cat >>conftest.
$ac_ext <<_ACEOF
11966 /* end confdefs.h. */
11967 /* System header to define __stub macros and hopefully few prototypes,
11968 which can conflict with char $ac_func (); below.
11969 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11970 <limits.h> exists even on freestanding compilers. */
11972 # include <limits.h>
11974 # include <assert.h>
11976 /* Override any gcc2 internal prototype to avoid an error. */
11981 /* We use char because int might match the return type of a gcc2
11982 builtin and then its argument prototype would still apply. */
11984 /* The GNU C library defines this for functions which it implements
11985 to always fail with ENOSYS. Some functions are actually named
11986 something starting with __ and the normal name is an alias. */
11987 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11990 char (*f) () = $ac_func;
11999 return f != $ac_func;
12004 rm -f conftest.
$ac_objext conftest
$ac_exeext
12005 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12006 (eval $ac_link) 2>&5
12008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12009 (exit $ac_status); } &&
12010 { ac_try
='test -s conftest$ac_exeext'
12011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12012 (eval $ac_try) 2>&5
12014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12015 (exit $ac_status); }; }; then
12016 eval "$as_ac_var=yes"
12018 echo "$as_me: failed program was:" >&5
12019 sed 's/^/| /' conftest.
$ac_ext >&5
12021 eval "$as_ac_var=no"
12023 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
12025 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12026 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12027 if test `eval echo '${'$as_ac_var'}'` = yes; then
12028 cat >>confdefs.h
<<_ACEOF
12029 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12033 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
12034 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
12035 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
12036 echo $ECHO_N "(cached) $ECHO_C" >&6
12038 ac_check_lib_save_LIBS
=$LIBS
12040 cat >conftest.
$ac_ext <<_ACEOF
12041 #line $LINENO "configure"
12044 cat confdefs.h
>>conftest.
$ac_ext
12045 cat >>conftest.
$ac_ext <<_ACEOF
12046 /* end confdefs.h. */
12048 /* Override any gcc2 internal prototype to avoid an error. */
12052 /* We use char because int might match the return type of a gcc2
12053 builtin and then its argument prototype would still apply. */
12063 rm -f conftest.
$ac_objext conftest
$ac_exeext
12064 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12065 (eval $ac_link) 2>&5
12067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12068 (exit $ac_status); } &&
12069 { ac_try
='test -s conftest$ac_exeext'
12070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12071 (eval $ac_try) 2>&5
12073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12074 (exit $ac_status); }; }; then
12075 ac_cv_lib_dl_dlopen
=yes
12077 echo "$as_me: failed program was:" >&5
12078 sed 's/^/| /' conftest.
$ac_ext >&5
12080 ac_cv_lib_dl_dlopen
=no
12082 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
12083 LIBS
=$ac_check_lib_save_LIBS
12085 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
12086 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
12087 if test $ac_cv_lib_dl_dlopen = yes; then
12089 cat >>confdefs.h
<<\_ACEOF
12090 #define HAVE_DLOPEN 1
12108 if test "$LIBEXT" = "so"
12110 DLLFLAGS
="$DLLFLAGS -fPIC"
12112 echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
12113 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6
12114 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
12115 echo $ECHO_N "(cached) $ECHO_C" >&6
12117 ac_wine_try_cflags_saved
=$CFLAGS
12118 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,conftest.so.1.0,-Bsymbolic"
12119 cat >conftest.
$ac_ext <<_ACEOF
12120 #line $LINENO "configure"
12123 cat confdefs.h
>>conftest.
$ac_ext
12124 cat >>conftest.
$ac_ext <<_ACEOF
12125 /* end confdefs.h. */
12135 rm -f conftest.
$ac_objext conftest
$ac_exeext
12136 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12137 (eval $ac_link) 2>&5
12139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12140 (exit $ac_status); } &&
12141 { ac_try
='test -s conftest$ac_exeext'
12142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12143 (eval $ac_try) 2>&5
12145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12146 (exit $ac_status); }; }; then
12147 ac_cv_c_dll_gnuelf
="yes"
12149 echo "$as_me: failed program was:" >&5
12150 sed 's/^/| /' conftest.
$ac_ext >&5
12152 ac_cv_c_dll_gnuelf
="no"
12154 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
12155 CFLAGS
=$ac_wine_try_cflags_saved
12157 echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
12158 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6
12159 if test "$ac_cv_c_dll_gnuelf" = "yes"
12161 LDSHARED
="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
12162 LDDLLFLAGS
="-Wl,-Bsymbolic"
12163 echo "$as_me:$LINENO: checking whether the linker accepts -z defs" >&5
12164 echo $ECHO_N "checking whether the linker accepts -z defs... $ECHO_C" >&6
12165 if test "${ac_cv_c_dll_zdefs+set}" = set; then
12166 echo $ECHO_N "(cached) $ECHO_C" >&6
12168 ac_wine_try_cflags_saved
=$CFLAGS
12169 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
12170 cat >conftest.
$ac_ext <<_ACEOF
12171 #line $LINENO "configure"
12174 cat confdefs.h
>>conftest.
$ac_ext
12175 cat >>conftest.
$ac_ext <<_ACEOF
12176 /* end confdefs.h. */
12186 rm -f conftest.
$ac_objext conftest
$ac_exeext
12187 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12188 (eval $ac_link) 2>&5
12190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12191 (exit $ac_status); } &&
12192 { ac_try
='test -s conftest$ac_exeext'
12193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12194 (eval $ac_try) 2>&5
12196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12197 (exit $ac_status); }; }; then
12198 ac_cv_c_dll_zdefs
="yes"
12200 echo "$as_me: failed program was:" >&5
12201 sed 's/^/| /' conftest.
$ac_ext >&5
12203 ac_cv_c_dll_zdefs
="no"
12205 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
12206 CFLAGS
=$ac_wine_try_cflags_saved
12208 echo "$as_me:$LINENO: result: $ac_cv_c_dll_zdefs" >&5
12209 echo "${ECHO_T}$ac_cv_c_dll_zdefs" >&6
12210 if test "$ac_cv_c_dll_zdefs" = "yes"
12212 LDDLLFLAGS
="$LDDLLFLAGS,-z,defs"
12214 echo "$as_me:$LINENO: checking whether we can relocate the executable to 0x3c000000" >&5
12215 echo $ECHO_N "checking whether we can relocate the executable to 0x3c000000... $ECHO_C" >&6
12216 if test "${ac_cv_ld_reloc_exec+set}" = set; then
12217 echo $ECHO_N "(cached) $ECHO_C" >&6
12219 saved_CFLAGS
="$CFLAGS"
12220 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x3c000100"
12221 if test "$cross_compiling" = yes; then
12222 ac_cv_ld_reloc_exec
="no"
12224 cat >conftest.
$ac_ext <<_ACEOF
12225 #line $LINENO "configure"
12228 cat confdefs.h
>>conftest.
$ac_ext
12229 cat >>conftest.
$ac_ext <<_ACEOF
12230 /* end confdefs.h. */
12231 #include <unistd.h>
12232 int main() { return (sbrk(32*1024*1024) == (void *)-1); }
12234 rm -f conftest
$ac_exeext
12235 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12236 (eval $ac_link) 2>&5
12238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12239 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
12240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12241 (eval $ac_try) 2>&5
12243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12244 (exit $ac_status); }; }; then
12245 ac_cv_ld_reloc_exec
="yes"
12247 echo "$as_me: program exited with status $ac_status" >&5
12248 echo "$as_me: failed program was:" >&5
12249 sed 's/^/| /' conftest.
$ac_ext >&5
12251 ( exit $ac_status )
12252 ac_cv_ld_reloc_exec
="no"
12254 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
12256 CFLAGS
="$saved_CFLAGS"
12258 echo "$as_me:$LINENO: result: $ac_cv_ld_reloc_exec" >&5
12259 echo "${ECHO_T}$ac_cv_ld_reloc_exec" >&6
12260 if test "$ac_cv_ld_reloc_exec" = "yes"
12262 LDEXECFLAGS
="-Wl,--section-start,.interp=0x3c000100"
12266 echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
12267 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6
12268 if test "${ac_cv_c_dll_unixware+set}" = set; then
12269 echo $ECHO_N "(cached) $ECHO_C" >&6
12271 ac_wine_try_cflags_saved
=$CFLAGS
12272 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
12273 cat >conftest.
$ac_ext <<_ACEOF
12274 #line $LINENO "configure"
12277 cat confdefs.h
>>conftest.
$ac_ext
12278 cat >>conftest.
$ac_ext <<_ACEOF
12279 /* end confdefs.h. */
12289 rm -f conftest.
$ac_objext conftest
$ac_exeext
12290 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12291 (eval $ac_link) 2>&5
12293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12294 (exit $ac_status); } &&
12295 { ac_try
='test -s conftest$ac_exeext'
12296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12297 (eval $ac_try) 2>&5
12299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12300 (exit $ac_status); }; }; then
12301 ac_cv_c_dll_unixware
="yes"
12303 echo "$as_me: failed program was:" >&5
12304 sed 's/^/| /' conftest.
$ac_ext >&5
12306 ac_cv_c_dll_unixware
="no"
12308 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
12309 CFLAGS
=$ac_wine_try_cflags_saved
12311 echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
12312 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6
12313 if test "$ac_cv_c_dll_unixware" = "yes"
12315 LDSHARED
="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
12316 LDDLLFLAGS
="-Wl,-B,symbolic"
12323 if test "$cross_compiling" = "no"
12325 for ac_prog
in i586-mingw32msvc-gcc i386-mingw32-gcc
12327 # Extract the first word of "$ac_prog", so it can be a program name with args.
12328 set dummy
$ac_prog; ac_word
=$2
12329 echo "$as_me:$LINENO: checking for $ac_word" >&5
12330 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12331 if test "${ac_cv_prog_CROSSCC+set}" = set; then
12332 echo $ECHO_N "(cached) $ECHO_C" >&6
12334 if test -n "$CROSSCC"; then
12335 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
12337 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12338 for as_dir
in $PATH
12341 test -z "$as_dir" && as_dir
=.
12342 for ac_exec_ext
in '' $ac_executable_extensions; do
12343 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12344 ac_cv_prog_CROSSCC
="$ac_prog"
12345 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12353 CROSSCC
=$ac_cv_prog_CROSSCC
12354 if test -n "$CROSSCC"; then
12355 echo "$as_me:$LINENO: result: $CROSSCC" >&5
12356 echo "${ECHO_T}$CROSSCC" >&6
12358 echo "$as_me:$LINENO: result: no" >&5
12359 echo "${ECHO_T}no" >&6
12362 test -n "$CROSSCC" && break
12364 test -n "$CROSSCC" || CROSSCC
="false"
12366 for ac_prog
in i586-mingw32msvc-dlltool i386-mingw32-dlltool
12368 # Extract the first word of "$ac_prog", so it can be a program name with args.
12369 set dummy
$ac_prog; ac_word
=$2
12370 echo "$as_me:$LINENO: checking for $ac_word" >&5
12371 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12372 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
12373 echo $ECHO_N "(cached) $ECHO_C" >&6
12375 if test -n "$DLLTOOL"; then
12376 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
12378 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12379 for as_dir
in $PATH
12382 test -z "$as_dir" && as_dir
=.
12383 for ac_exec_ext
in '' $ac_executable_extensions; do
12384 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12385 ac_cv_prog_DLLTOOL
="$ac_prog"
12386 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12394 DLLTOOL
=$ac_cv_prog_DLLTOOL
12395 if test -n "$DLLTOOL"; then
12396 echo "$as_me:$LINENO: result: $DLLTOOL" >&5
12397 echo "${ECHO_T}$DLLTOOL" >&6
12399 echo "$as_me:$LINENO: result: no" >&5
12400 echo "${ECHO_T}no" >&6
12403 test -n "$DLLTOOL" && break
12405 test -n "$DLLTOOL" || DLLTOOL
="false"
12407 for ac_prog
in i586-mingw32msvc-windres i386-mingw32-windres
12409 # Extract the first word of "$ac_prog", so it can be a program name with args.
12410 set dummy
$ac_prog; ac_word
=$2
12411 echo "$as_me:$LINENO: checking for $ac_word" >&5
12412 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12413 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
12414 echo $ECHO_N "(cached) $ECHO_C" >&6
12416 if test -n "$CROSSWINDRES"; then
12417 ac_cv_prog_CROSSWINDRES
="$CROSSWINDRES" # Let the user override the test.
12419 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12420 for as_dir
in $PATH
12423 test -z "$as_dir" && as_dir
=.
12424 for ac_exec_ext
in '' $ac_executable_extensions; do
12425 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12426 ac_cv_prog_CROSSWINDRES
="$ac_prog"
12427 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12435 CROSSWINDRES
=$ac_cv_prog_CROSSWINDRES
12436 if test -n "$CROSSWINDRES"; then
12437 echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
12438 echo "${ECHO_T}$CROSSWINDRES" >&6
12440 echo "$as_me:$LINENO: result: no" >&5
12441 echo "${ECHO_T}no" >&6
12444 test -n "$CROSSWINDRES" && break
12446 test -n "$CROSSWINDRES" || CROSSWINDRES
="false"
12448 if test "$CROSSCC" != "false"; then CROSSTEST
="\$(CROSSTEST)"; fi
12453 if test "$LIBEXT" = "a"; then
12454 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
12455 It is currently not possible to build Wine without shared library
12456 (.so) support to allow transparent switch between .so and .dll files.
12457 If you are using Linux, you will need a newer binutils.
12459 echo "$as_me: error: could not find a way to build shared libraries.
12460 It is currently not possible to build Wine without shared library
12461 (.so) support to allow transparent switch between .so and .dll files.
12462 If you are using Linux, you will need a newer binutils.
12464 { (exit 1); exit 1; }; }
12469 LDPATH
="PATH=\"\$(TOOLSDIR)/libs/unicode:\$\$PATH\""
12472 LDPATH
="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/unicode:\$\$LD_LIBRARY_PATH\""
12480 CRTLIBS
="-lmsvcrt" ;;
12484 if test "$LIBEXT" = "so"
12486 # Extract the first word of "ldd", so it can be a program name with args.
12487 set dummy ldd
; ac_word
=$2
12488 echo "$as_me:$LINENO: checking for $ac_word" >&5
12489 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12490 if test "${ac_cv_path_LDD+set}" = set; then
12491 echo $ECHO_N "(cached) $ECHO_C" >&6
12495 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
12498 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12499 as_dummy
="/sbin:/usr/sbin:$PATH"
12500 for as_dir
in $as_dummy
12503 test -z "$as_dir" && as_dir
=.
12504 for ac_exec_ext
in '' $ac_executable_extensions; do
12505 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12506 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
12507 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12513 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
12517 LDD
=$ac_cv_path_LDD
12519 if test -n "$LDD"; then
12520 echo "$as_me:$LINENO: result: $LDD" >&5
12521 echo "${ECHO_T}$LDD" >&6
12523 echo "$as_me:$LINENO: result: no" >&5
12524 echo "${ECHO_T}no" >&6
12528 echo "$as_me:$LINENO: checking for -lX11 soname" >&5
12529 echo $ECHO_N "checking for -lX11 soname... $ECHO_C" >&6
12530 if test "${ac_cv_lib_soname_X11+set}" = set; then
12531 echo $ECHO_N "(cached) $ECHO_C" >&6
12533 ac_get_soname_save_LIBS
=$LIBS
12534 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
12535 cat >conftest.
$ac_ext <<_ACEOF
12536 #line $LINENO "configure"
12539 cat confdefs.h
>>conftest.
$ac_ext
12540 cat >>conftest.
$ac_ext <<_ACEOF
12541 /* end confdefs.h. */
12543 /* Override any gcc2 internal prototype to avoid an error. */
12547 /* We use char because int might match the return type of a gcc2
12548 builtin and then its argument prototype would still apply. */
12549 char XCreateWindow ();
12558 rm -f conftest.
$ac_objext conftest
$ac_exeext
12559 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12560 (eval $ac_link) 2>&5
12562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12563 (exit $ac_status); } &&
12564 { ac_try
='test -s conftest$ac_exeext'
12565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12566 (eval $ac_try) 2>&5
12568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12569 (exit $ac_status); }; }; then
12570 ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest$ac_exeext | grep libX11\\.so | sed 's/^.*\(libX11\.so[^ ]*\).*$/\1/'`
12571 if test "x$ac_cv_lib_soname_X11" = "x"
12573 ac_cv_lib_soname_X11
="libX11.so"
12576 echo "$as_me: failed program was:" >&5
12577 sed 's/^/| /' conftest.
$ac_ext >&5
12579 ac_cv_lib_soname_X11
="libX11.so"
12581 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
12582 LIBS
=$ac_get_soname_save_LIBS
12584 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
12585 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6
12586 if test "x$ac_cv_lib_soname_X11" != xNONE
12588 cat >>confdefs.h
<<_ACEOF
12589 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
12593 echo "$as_me:$LINENO: checking for -lXext soname" >&5
12594 echo $ECHO_N "checking for -lXext soname... $ECHO_C" >&6
12595 if test "${ac_cv_lib_soname_Xext+set}" = set; then
12596 echo $ECHO_N "(cached) $ECHO_C" >&6
12598 ac_get_soname_save_LIBS
=$LIBS
12599 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
12600 cat >conftest.
$ac_ext <<_ACEOF
12601 #line $LINENO "configure"
12604 cat confdefs.h
>>conftest.
$ac_ext
12605 cat >>conftest.
$ac_ext <<_ACEOF
12606 /* end confdefs.h. */
12608 /* Override any gcc2 internal prototype to avoid an error. */
12612 /* We use char because int might match the return type of a gcc2
12613 builtin and then its argument prototype would still apply. */
12614 char XextCreateExtension ();
12618 XextCreateExtension ();
12623 rm -f conftest.
$ac_objext conftest
$ac_exeext
12624 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12625 (eval $ac_link) 2>&5
12627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12628 (exit $ac_status); } &&
12629 { ac_try
='test -s conftest$ac_exeext'
12630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12631 (eval $ac_try) 2>&5
12633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12634 (exit $ac_status); }; }; then
12635 ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest$ac_exeext | grep libXext\\.so | sed 's/^.*\(libXext\.so[^ ]*\).*$/\1/'`
12636 if test "x$ac_cv_lib_soname_Xext" = "x"
12638 ac_cv_lib_soname_Xext
="libXext.so"
12641 echo "$as_me: failed program was:" >&5
12642 sed 's/^/| /' conftest.
$ac_ext >&5
12644 ac_cv_lib_soname_Xext
="libXext.so"
12646 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
12647 LIBS
=$ac_get_soname_save_LIBS
12649 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
12650 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6
12651 if test "x$ac_cv_lib_soname_Xext" != xNONE
12653 cat >>confdefs.h
<<_ACEOF
12654 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
12658 echo "$as_me:$LINENO: checking for -lXrender soname" >&5
12659 echo $ECHO_N "checking for -lXrender soname... $ECHO_C" >&6
12660 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
12661 echo $ECHO_N "(cached) $ECHO_C" >&6
12663 ac_get_soname_save_LIBS
=$LIBS
12664 LIBS
="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12665 cat >conftest.
$ac_ext <<_ACEOF
12666 #line $LINENO "configure"
12669 cat confdefs.h
>>conftest.
$ac_ext
12670 cat >>conftest.
$ac_ext <<_ACEOF
12671 /* end confdefs.h. */
12673 /* Override any gcc2 internal prototype to avoid an error. */
12677 /* We use char because int might match the return type of a gcc2
12678 builtin and then its argument prototype would still apply. */
12679 char XRenderQueryExtension ();
12683 XRenderQueryExtension ();
12688 rm -f conftest.
$ac_objext conftest
$ac_exeext
12689 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12690 (eval $ac_link) 2>&5
12692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12693 (exit $ac_status); } &&
12694 { ac_try
='test -s conftest$ac_exeext'
12695 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12696 (eval $ac_try) 2>&5
12698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12699 (exit $ac_status); }; }; then
12700 ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest$ac_exeext | grep libXrender\\.so | sed 's/^.*\(libXrender\.so[^ ]*\).*$/\1/'`
12701 if test "x$ac_cv_lib_soname_Xrender" = "x"
12703 ac_cv_lib_soname_Xrender
="libXrender.so"
12706 echo "$as_me: failed program was:" >&5
12707 sed 's/^/| /' conftest.
$ac_ext >&5
12709 ac_cv_lib_soname_Xrender
="libXrender.so"
12711 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
12712 LIBS
=$ac_get_soname_save_LIBS
12714 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
12715 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6
12716 if test "x$ac_cv_lib_soname_Xrender" != xNONE
12718 cat >>confdefs.h
<<_ACEOF
12719 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
12723 echo "$as_me:$LINENO: checking for -lfreetype soname" >&5
12724 echo $ECHO_N "checking for -lfreetype soname... $ECHO_C" >&6
12725 if test "${ac_cv_lib_soname_freetype+set}" = set; then
12726 echo $ECHO_N "(cached) $ECHO_C" >&6
12728 ac_get_soname_save_LIBS
=$LIBS
12729 LIBS
="-lfreetype $X_LIBS $LIBS"
12730 cat >conftest.
$ac_ext <<_ACEOF
12731 #line $LINENO "configure"
12734 cat confdefs.h
>>conftest.
$ac_ext
12735 cat >>conftest.
$ac_ext <<_ACEOF
12736 /* end confdefs.h. */
12738 /* Override any gcc2 internal prototype to avoid an error. */
12742 /* We use char because int might match the return type of a gcc2
12743 builtin and then its argument prototype would still apply. */
12744 char FT_Init_FreeType ();
12748 FT_Init_FreeType ();
12753 rm -f conftest.
$ac_objext conftest
$ac_exeext
12754 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12755 (eval $ac_link) 2>&5
12757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12758 (exit $ac_status); } &&
12759 { ac_try
='test -s conftest$ac_exeext'
12760 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12761 (eval $ac_try) 2>&5
12763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12764 (exit $ac_status); }; }; then
12765 ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest$ac_exeext | grep libfreetype\\.so | sed 's/^.*\(libfreetype\.so[^ ]*\).*$/\1/'`
12766 if test "x$ac_cv_lib_soname_freetype" = "x"
12768 ac_cv_lib_soname_freetype
="libfreetype.so"
12771 echo "$as_me: failed program was:" >&5
12772 sed 's/^/| /' conftest.
$ac_ext >&5
12774 ac_cv_lib_soname_freetype
="libfreetype.so"
12776 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
12777 LIBS
=$ac_get_soname_save_LIBS
12779 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
12780 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6
12781 if test "x$ac_cv_lib_soname_freetype" != xNONE
12783 cat >>confdefs.h
<<_ACEOF
12784 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12788 echo "$as_me:$LINENO: checking for -lGL soname" >&5
12789 echo $ECHO_N "checking for -lGL soname... $ECHO_C" >&6
12790 if test "${ac_cv_lib_soname_GL+set}" = set; then
12791 echo $ECHO_N "(cached) $ECHO_C" >&6
12793 ac_get_soname_save_LIBS
=$LIBS
12794 LIBS
="-lGL $X_LIBS $X_EXTRA_LIBS $LIBS"
12795 cat >conftest.
$ac_ext <<_ACEOF
12796 #line $LINENO "configure"
12799 cat confdefs.h
>>conftest.
$ac_ext
12800 cat >>conftest.
$ac_ext <<_ACEOF
12801 /* end confdefs.h. */
12803 /* Override any gcc2 internal prototype to avoid an error. */
12807 /* We use char because int might match the return type of a gcc2
12808 builtin and then its argument prototype would still apply. */
12809 char glXQueryExtension ();
12813 glXQueryExtension ();
12818 rm -f conftest.
$ac_objext conftest
$ac_exeext
12819 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12820 (eval $ac_link) 2>&5
12822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12823 (exit $ac_status); } &&
12824 { ac_try
='test -s conftest$ac_exeext'
12825 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12826 (eval $ac_try) 2>&5
12828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12829 (exit $ac_status); }; }; then
12830 ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest$ac_exeext | grep libGL\\.so | sed 's/^.*\(libGL\.so[^ ]*\).*$/\1/'`
12831 if test "x$ac_cv_lib_soname_GL" = "x"
12833 ac_cv_lib_soname_GL
="libGL.so"
12836 echo "$as_me: failed program was:" >&5
12837 sed 's/^/| /' conftest.
$ac_ext >&5
12839 ac_cv_lib_soname_GL
="libGL.so"
12841 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
12842 LIBS
=$ac_get_soname_save_LIBS
12844 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
12845 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6
12846 if test "x$ac_cv_lib_soname_GL" != xNONE
12848 cat >>confdefs.h
<<_ACEOF
12849 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
12853 echo "$as_me:$LINENO: checking for -lcups soname" >&5
12854 echo $ECHO_N "checking for -lcups soname... $ECHO_C" >&6
12855 if test "${ac_cv_lib_soname_cups+set}" = set; then
12856 echo $ECHO_N "(cached) $ECHO_C" >&6
12858 ac_get_soname_save_LIBS
=$LIBS
12859 LIBS
="-lcups $LIBS"
12860 cat >conftest.
$ac_ext <<_ACEOF
12861 #line $LINENO "configure"
12864 cat confdefs.h
>>conftest.
$ac_ext
12865 cat >>conftest.
$ac_ext <<_ACEOF
12866 /* end confdefs.h. */
12868 /* Override any gcc2 internal prototype to avoid an error. */
12872 /* We use char because int might match the return type of a gcc2
12873 builtin and then its argument prototype would still apply. */
12874 char cupsGetDefault ();
12883 rm -f conftest.
$ac_objext conftest
$ac_exeext
12884 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12885 (eval $ac_link) 2>&5
12887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12888 (exit $ac_status); } &&
12889 { ac_try
='test -s conftest$ac_exeext'
12890 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12891 (eval $ac_try) 2>&5
12893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12894 (exit $ac_status); }; }; then
12895 ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest$ac_exeext | grep libcups\\.so | sed 's/^.*\(libcups\.so[^ ]*\).*$/\1/'`
12896 if test "x$ac_cv_lib_soname_cups" = "x"
12898 ac_cv_lib_soname_cups
="libcups.so"
12901 echo "$as_me: failed program was:" >&5
12902 sed 's/^/| /' conftest.
$ac_ext >&5
12904 ac_cv_lib_soname_cups
="libcups.so"
12906 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
12907 LIBS
=$ac_get_soname_save_LIBS
12909 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
12910 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6
12911 if test "x$ac_cv_lib_soname_cups" != xNONE
12913 cat >>confdefs.h
<<_ACEOF
12914 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
12918 echo "$as_me:$LINENO: checking for -ljack soname" >&5
12919 echo $ECHO_N "checking for -ljack soname... $ECHO_C" >&6
12920 if test "${ac_cv_lib_soname_jack+set}" = set; then
12921 echo $ECHO_N "(cached) $ECHO_C" >&6
12923 ac_get_soname_save_LIBS
=$LIBS
12924 LIBS
="-ljack $LIBS"
12925 cat >conftest.
$ac_ext <<_ACEOF
12926 #line $LINENO "configure"
12929 cat confdefs.h
>>conftest.
$ac_ext
12930 cat >>conftest.
$ac_ext <<_ACEOF
12931 /* end confdefs.h. */
12933 /* Override any gcc2 internal prototype to avoid an error. */
12937 /* We use char because int might match the return type of a gcc2
12938 builtin and then its argument prototype would still apply. */
12939 char jack_client_new ();
12943 jack_client_new ();
12948 rm -f conftest.
$ac_objext conftest
$ac_exeext
12949 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12950 (eval $ac_link) 2>&5
12952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12953 (exit $ac_status); } &&
12954 { ac_try
='test -s conftest$ac_exeext'
12955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12956 (eval $ac_try) 2>&5
12958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12959 (exit $ac_status); }; }; then
12960 ac_cv_lib_soname_jack
=`$ac_cv_path_LDD conftest$ac_exeext | grep libjack\\.so | sed 's/^.*\(libjack\.so[^ ]*\).*$/\1/'`
12961 if test "x$ac_cv_lib_soname_jack" = "x"
12963 ac_cv_lib_soname_jack
="libjack.so"
12966 echo "$as_me: failed program was:" >&5
12967 sed 's/^/| /' conftest.
$ac_ext >&5
12969 ac_cv_lib_soname_jack
="libjack.so"
12971 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
12972 LIBS
=$ac_get_soname_save_LIBS
12974 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
12975 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6
12976 if test "x$ac_cv_lib_soname_jack" != xNONE
12978 cat >>confdefs.h
<<_ACEOF
12979 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
12983 echo "$as_me:$LINENO: checking for -lssl soname" >&5
12984 echo $ECHO_N "checking for -lssl soname... $ECHO_C" >&6
12985 if test "${ac_cv_lib_soname_ssl+set}" = set; then
12986 echo $ECHO_N "(cached) $ECHO_C" >&6
12988 ac_get_soname_save_LIBS
=$LIBS
12990 cat >conftest.
$ac_ext <<_ACEOF
12991 #line $LINENO "configure"
12994 cat confdefs.h
>>conftest.
$ac_ext
12995 cat >>conftest.
$ac_ext <<_ACEOF
12996 /* end confdefs.h. */
12998 /* Override any gcc2 internal prototype to avoid an error. */
13002 /* We use char because int might match the return type of a gcc2
13003 builtin and then its argument prototype would still apply. */
13004 char SSL_library_init ();
13008 SSL_library_init ();
13013 rm -f conftest.
$ac_objext conftest
$ac_exeext
13014 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13015 (eval $ac_link) 2>&5
13017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13018 (exit $ac_status); } &&
13019 { ac_try
='test -s conftest$ac_exeext'
13020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13021 (eval $ac_try) 2>&5
13023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13024 (exit $ac_status); }; }; then
13025 ac_cv_lib_soname_ssl
=`$ac_cv_path_LDD conftest$ac_exeext | grep libssl\\.so | sed 's/^.*\(libssl\.so[^ ]*\).*$/\1/'`
13026 if test "x$ac_cv_lib_soname_ssl" = "x"
13028 ac_cv_lib_soname_ssl
="libssl.so"
13031 echo "$as_me: failed program was:" >&5
13032 sed 's/^/| /' conftest.
$ac_ext >&5
13034 ac_cv_lib_soname_ssl
="libssl.so"
13036 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
13037 LIBS
=$ac_get_soname_save_LIBS
13039 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
13040 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6
13041 if test "x$ac_cv_lib_soname_ssl" != xNONE
13043 cat >>confdefs.h
<<_ACEOF
13044 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
13048 echo "$as_me:$LINENO: checking for -lcrypto soname" >&5
13049 echo $ECHO_N "checking for -lcrypto soname... $ECHO_C" >&6
13050 if test "${ac_cv_lib_soname_crypto+set}" = set; then
13051 echo $ECHO_N "(cached) $ECHO_C" >&6
13053 ac_get_soname_save_LIBS
=$LIBS
13054 LIBS
="-lcrypto $LIBS"
13055 cat >conftest.
$ac_ext <<_ACEOF
13056 #line $LINENO "configure"
13059 cat confdefs.h
>>conftest.
$ac_ext
13060 cat >>conftest.
$ac_ext <<_ACEOF
13061 /* end confdefs.h. */
13063 /* Override any gcc2 internal prototype to avoid an error. */
13067 /* We use char because int might match the return type of a gcc2
13068 builtin and then its argument prototype would still apply. */
13069 char BIO_new_socket ();
13078 rm -f conftest.
$ac_objext conftest
$ac_exeext
13079 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13080 (eval $ac_link) 2>&5
13082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13083 (exit $ac_status); } &&
13084 { ac_try
='test -s conftest$ac_exeext'
13085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13086 (eval $ac_try) 2>&5
13088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13089 (exit $ac_status); }; }; then
13090 ac_cv_lib_soname_crypto
=`$ac_cv_path_LDD conftest$ac_exeext | grep libcrypto\\.so | sed 's/^.*\(libcrypto\.so[^ ]*\).*$/\1/'`
13091 if test "x$ac_cv_lib_soname_crypto" = "x"
13093 ac_cv_lib_soname_crypto
="libcrypto.so"
13096 echo "$as_me: failed program was:" >&5
13097 sed 's/^/| /' conftest.
$ac_ext >&5
13099 ac_cv_lib_soname_crypto
="libcrypto.so"
13101 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
13102 LIBS
=$ac_get_soname_save_LIBS
13104 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
13105 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6
13106 if test "x$ac_cv_lib_soname_crypto" != xNONE
13108 cat >>confdefs.h
<<_ACEOF
13109 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
13113 echo "$as_me:$LINENO: checking for -lncurses soname" >&5
13114 echo $ECHO_N "checking for -lncurses soname... $ECHO_C" >&6
13115 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13116 echo $ECHO_N "(cached) $ECHO_C" >&6
13118 ac_get_soname_save_LIBS
=$LIBS
13119 LIBS
="-lncurses $LIBS"
13120 cat >conftest.
$ac_ext <<_ACEOF
13121 #line $LINENO "configure"
13124 cat confdefs.h
>>conftest.
$ac_ext
13125 cat >>conftest.
$ac_ext <<_ACEOF
13126 /* end confdefs.h. */
13128 /* Override any gcc2 internal prototype to avoid an error. */
13132 /* We use char because int might match the return type of a gcc2
13133 builtin and then its argument prototype would still apply. */
13143 rm -f conftest.
$ac_objext conftest
$ac_exeext
13144 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13145 (eval $ac_link) 2>&5
13147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13148 (exit $ac_status); } &&
13149 { ac_try
='test -s conftest$ac_exeext'
13150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13151 (eval $ac_try) 2>&5
13153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13154 (exit $ac_status); }; }; then
13155 ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest$ac_exeext | grep libncurses\\.so | sed 's/^.*\(libncurses\.so[^ ]*\).*$/\1/'`
13156 if test "x$ac_cv_lib_soname_ncurses" = "x"
13158 ac_cv_lib_soname_ncurses
="libncurses.so"
13161 echo "$as_me: failed program was:" >&5
13162 sed 's/^/| /' conftest.
$ac_ext >&5
13164 ac_cv_lib_soname_ncurses
="libncurses.so"
13166 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
13167 LIBS
=$ac_get_soname_save_LIBS
13169 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13170 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6
13171 if test "x$ac_cv_lib_soname_ncurses" != xNONE
13173 cat >>confdefs.h
<<_ACEOF
13174 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13178 echo "$as_me:$LINENO: checking for -lcurses soname" >&5
13179 echo $ECHO_N "checking for -lcurses soname... $ECHO_C" >&6
13180 if test "${ac_cv_lib_soname_curses+set}" = set; then
13181 echo $ECHO_N "(cached) $ECHO_C" >&6
13183 ac_get_soname_save_LIBS
=$LIBS
13184 LIBS
="-lcurses $LIBS"
13185 cat >conftest.
$ac_ext <<_ACEOF
13186 #line $LINENO "configure"
13189 cat confdefs.h
>>conftest.
$ac_ext
13190 cat >>conftest.
$ac_ext <<_ACEOF
13191 /* end confdefs.h. */
13193 /* Override any gcc2 internal prototype to avoid an error. */
13197 /* We use char because int might match the return type of a gcc2
13198 builtin and then its argument prototype would still apply. */
13208 rm -f conftest.
$ac_objext conftest
$ac_exeext
13209 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13210 (eval $ac_link) 2>&5
13212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13213 (exit $ac_status); } &&
13214 { ac_try
='test -s conftest$ac_exeext'
13215 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13216 (eval $ac_try) 2>&5
13218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13219 (exit $ac_status); }; }; then
13220 ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest$ac_exeext | grep libcurses\\.so | sed 's/^.*\(libcurses\.so[^ ]*\).*$/\1/'`
13221 if test "x$ac_cv_lib_soname_curses" = "x"
13223 ac_cv_lib_soname_curses
="libcurses.so"
13226 echo "$as_me: failed program was:" >&5
13227 sed 's/^/| /' conftest.
$ac_ext >&5
13229 ac_cv_lib_soname_curses
="libcurses.so"
13231 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
13232 LIBS
=$ac_get_soname_save_LIBS
13234 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13235 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6
13236 if test "x$ac_cv_lib_soname_curses" != xNONE
13238 cat >>confdefs.h
<<_ACEOF
13239 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13246 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
13247 # for constant arguments. Useless!
13248 echo "$as_me:$LINENO: checking for working alloca.h" >&5
13249 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
13250 if test "${ac_cv_working_alloca_h+set}" = set; then
13251 echo $ECHO_N "(cached) $ECHO_C" >&6
13253 cat >conftest.
$ac_ext <<_ACEOF
13254 #line $LINENO "configure"
13257 cat confdefs.h
>>conftest.
$ac_ext
13258 cat >>conftest.
$ac_ext <<_ACEOF
13259 /* end confdefs.h. */
13260 #include <alloca.h>
13264 char *p = (char *) alloca (2 * sizeof (int));
13269 rm -f conftest.
$ac_objext conftest
$ac_exeext
13270 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13271 (eval $ac_link) 2>&5
13273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13274 (exit $ac_status); } &&
13275 { ac_try
='test -s conftest$ac_exeext'
13276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13277 (eval $ac_try) 2>&5
13279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13280 (exit $ac_status); }; }; then
13281 ac_cv_working_alloca_h
=yes
13283 echo "$as_me: failed program was:" >&5
13284 sed 's/^/| /' conftest.
$ac_ext >&5
13286 ac_cv_working_alloca_h
=no
13288 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
13290 echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
13291 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
13292 if test $ac_cv_working_alloca_h = yes; then
13294 cat >>confdefs.h
<<\_ACEOF
13295 #define HAVE_ALLOCA_H 1
13300 echo "$as_me:$LINENO: checking for alloca" >&5
13301 echo $ECHO_N "checking for alloca... $ECHO_C" >&6
13302 if test "${ac_cv_func_alloca_works+set}" = set; then
13303 echo $ECHO_N "(cached) $ECHO_C" >&6
13305 cat >conftest.
$ac_ext <<_ACEOF
13306 #line $LINENO "configure"
13309 cat confdefs.h
>>conftest.
$ac_ext
13310 cat >>conftest.
$ac_ext <<_ACEOF
13311 /* end confdefs.h. */
13313 # define alloca __builtin_alloca
13316 # include <malloc.h>
13317 # define alloca _alloca
13320 # include <alloca.h>
13325 # ifndef alloca /* predefined by HP cc +Olibcalls */
13336 char *p = (char *) alloca (1);
13341 rm -f conftest.
$ac_objext conftest
$ac_exeext
13342 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13343 (eval $ac_link) 2>&5
13345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13346 (exit $ac_status); } &&
13347 { ac_try
='test -s conftest$ac_exeext'
13348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13349 (eval $ac_try) 2>&5
13351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13352 (exit $ac_status); }; }; then
13353 ac_cv_func_alloca_works
=yes
13355 echo "$as_me: failed program was:" >&5
13356 sed 's/^/| /' conftest.
$ac_ext >&5
13358 ac_cv_func_alloca_works
=no
13360 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
13362 echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
13363 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
13365 if test $ac_cv_func_alloca_works = yes; then
13367 cat >>confdefs.h
<<\_ACEOF
13368 #define HAVE_ALLOCA 1
13372 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13373 # that cause trouble. Some versions do not even contain alloca or
13374 # contain a buggy version. If you still want to use their alloca,
13375 # use ar to extract alloca.o from them instead of compiling alloca.c.
13377 ALLOCA
=alloca.
$ac_objext
13379 cat >>confdefs.h
<<\_ACEOF
13384 echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
13385 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
13386 if test "${ac_cv_os_cray+set}" = set; then
13387 echo $ECHO_N "(cached) $ECHO_C" >&6
13389 cat >conftest.
$ac_ext <<_ACEOF
13390 #line $LINENO "configure"
13393 cat confdefs.h
>>conftest.
$ac_ext
13394 cat >>conftest.
$ac_ext <<_ACEOF
13395 /* end confdefs.h. */
13396 #if defined(CRAY) && ! defined(CRAY2)
13403 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13404 $EGREP "webecray" >/dev
/null
2>&1; then
13412 echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
13413 echo "${ECHO_T}$ac_cv_os_cray" >&6
13414 if test $ac_cv_os_cray = yes; then
13415 for ac_func
in _getb67 GETB67 getb67
; do
13416 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13417 echo "$as_me:$LINENO: checking for $ac_func" >&5
13418 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
13419 if eval "test \"\${$as_ac_var+set}\" = set"; then
13420 echo $ECHO_N "(cached) $ECHO_C" >&6
13422 cat >conftest.
$ac_ext <<_ACEOF
13423 #line $LINENO "configure"
13426 cat confdefs.h
>>conftest.
$ac_ext
13427 cat >>conftest.
$ac_ext <<_ACEOF
13428 /* end confdefs.h. */
13429 /* System header to define __stub macros and hopefully few prototypes,
13430 which can conflict with char $ac_func (); below.
13431 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13432 <limits.h> exists even on freestanding compilers. */
13434 # include <limits.h>
13436 # include <assert.h>
13438 /* Override any gcc2 internal prototype to avoid an error. */
13443 /* We use char because int might match the return type of a gcc2
13444 builtin and then its argument prototype would still apply. */
13446 /* The GNU C library defines this for functions which it implements
13447 to always fail with ENOSYS. Some functions are actually named
13448 something starting with __ and the normal name is an alias. */
13449 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13452 char (*f) () = $ac_func;
13461 return f != $ac_func;
13466 rm -f conftest.
$ac_objext conftest
$ac_exeext
13467 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13468 (eval $ac_link) 2>&5
13470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13471 (exit $ac_status); } &&
13472 { ac_try
='test -s conftest$ac_exeext'
13473 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13474 (eval $ac_try) 2>&5
13476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13477 (exit $ac_status); }; }; then
13478 eval "$as_ac_var=yes"
13480 echo "$as_me: failed program was:" >&5
13481 sed 's/^/| /' conftest.
$ac_ext >&5
13483 eval "$as_ac_var=no"
13485 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
13487 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13488 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
13489 if test `eval echo '${'$as_ac_var'}'` = yes; then
13491 cat >>confdefs.h
<<_ACEOF
13492 #define CRAY_STACKSEG_END $ac_func
13501 echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
13502 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
13503 if test "${ac_cv_c_stack_direction+set}" = set; then
13504 echo $ECHO_N "(cached) $ECHO_C" >&6
13506 if test "$cross_compiling" = yes; then
13507 ac_cv_c_stack_direction
=0
13509 cat >conftest.
$ac_ext <<_ACEOF
13510 #line $LINENO "configure"
13513 cat confdefs.h
>>conftest.
$ac_ext
13514 cat >>conftest.
$ac_ext <<_ACEOF
13515 /* end confdefs.h. */
13517 find_stack_direction ()
13519 static char *addr = 0;
13524 return find_stack_direction ();
13527 return (&dummy > addr) ? 1 : -1;
13533 exit (find_stack_direction () < 0);
13536 rm -f conftest
$ac_exeext
13537 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13538 (eval $ac_link) 2>&5
13540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13541 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
13542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13543 (eval $ac_try) 2>&5
13545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13546 (exit $ac_status); }; }; then
13547 ac_cv_c_stack_direction
=1
13549 echo "$as_me: program exited with status $ac_status" >&5
13550 echo "$as_me: failed program was:" >&5
13551 sed 's/^/| /' conftest.
$ac_ext >&5
13553 ( exit $ac_status )
13554 ac_cv_c_stack_direction
=-1
13556 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
13559 echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
13560 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
13562 cat >>confdefs.h
<<_ACEOF
13563 #define STACK_DIRECTION $ac_cv_c_stack_direction
13672 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13673 echo "$as_me:$LINENO: checking for $ac_func" >&5
13674 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
13675 if eval "test \"\${$as_ac_var+set}\" = set"; then
13676 echo $ECHO_N "(cached) $ECHO_C" >&6
13678 cat >conftest.
$ac_ext <<_ACEOF
13679 #line $LINENO "configure"
13682 cat confdefs.h
>>conftest.
$ac_ext
13683 cat >>conftest.
$ac_ext <<_ACEOF
13684 /* end confdefs.h. */
13685 /* System header to define __stub macros and hopefully few prototypes,
13686 which can conflict with char $ac_func (); below.
13687 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13688 <limits.h> exists even on freestanding compilers. */
13690 # include <limits.h>
13692 # include <assert.h>
13694 /* Override any gcc2 internal prototype to avoid an error. */
13699 /* We use char because int might match the return type of a gcc2
13700 builtin and then its argument prototype would still apply. */
13702 /* The GNU C library defines this for functions which it implements
13703 to always fail with ENOSYS. Some functions are actually named
13704 something starting with __ and the normal name is an alias. */
13705 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13708 char (*f) () = $ac_func;
13717 return f != $ac_func;
13722 rm -f conftest.
$ac_objext conftest
$ac_exeext
13723 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13724 (eval $ac_link) 2>&5
13726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13727 (exit $ac_status); } &&
13728 { ac_try
='test -s conftest$ac_exeext'
13729 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13730 (eval $ac_try) 2>&5
13732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13733 (exit $ac_status); }; }; then
13734 eval "$as_ac_var=yes"
13736 echo "$as_me: failed program was:" >&5
13737 sed 's/^/| /' conftest.
$ac_ext >&5
13739 eval "$as_ac_var=no"
13741 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
13743 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13744 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
13745 if test `eval echo '${'$as_ac_var'}'` = yes; then
13746 cat >>confdefs.h
<<_ACEOF
13747 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13855 netinet
/in_systm.h \
13857 netinet
/tcp_fsm.h \
13905 valgrind
/memcheck.h
13908 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13909 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13910 echo "$as_me:$LINENO: checking for $ac_header" >&5
13911 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13912 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13913 echo $ECHO_N "(cached) $ECHO_C" >&6
13915 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13916 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13918 # Is the header compilable?
13919 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13920 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13921 cat >conftest.
$ac_ext <<_ACEOF
13922 #line $LINENO "configure"
13925 cat confdefs.h
>>conftest.
$ac_ext
13926 cat >>conftest.
$ac_ext <<_ACEOF
13927 /* end confdefs.h. */
13928 $ac_includes_default
13929 #include <$ac_header>
13931 rm -f conftest.
$ac_objext
13932 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13933 (eval $ac_compile) 2>&5
13935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13936 (exit $ac_status); } &&
13937 { ac_try
='test -s conftest.$ac_objext'
13938 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13939 (eval $ac_try) 2>&5
13941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13942 (exit $ac_status); }; }; then
13943 ac_header_compiler
=yes
13945 echo "$as_me: failed program was:" >&5
13946 sed 's/^/| /' conftest.
$ac_ext >&5
13948 ac_header_compiler
=no
13950 rm -f conftest.
$ac_objext conftest.
$ac_ext
13951 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13952 echo "${ECHO_T}$ac_header_compiler" >&6
13954 # Is the header present?
13955 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13956 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13957 cat >conftest.
$ac_ext <<_ACEOF
13958 #line $LINENO "configure"
13961 cat confdefs.h
>>conftest.
$ac_ext
13962 cat >>conftest.
$ac_ext <<_ACEOF
13963 /* end confdefs.h. */
13964 #include <$ac_header>
13966 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13967 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13969 grep -v '^ *+' conftest.er1
>conftest.err
13971 cat conftest.err
>&5
13972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13973 (exit $ac_status); } >/dev
/null
; then
13974 if test -s conftest.err
; then
13975 ac_cpp_err
=$ac_c_preproc_warn_flag
13982 if test -z "$ac_cpp_err"; then
13983 ac_header_preproc
=yes
13985 echo "$as_me: failed program was:" >&5
13986 sed 's/^/| /' conftest.
$ac_ext >&5
13988 ac_header_preproc
=no
13990 rm -f conftest.err conftest.
$ac_ext
13991 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13992 echo "${ECHO_T}$ac_header_preproc" >&6
13994 # So? What about this header?
13995 case $ac_header_compiler:$ac_header_preproc in
13997 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13998 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13999 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14000 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14003 ## ------------------------------------ ##
14004 ## Report this to bug-autoconf@gnu.org. ##
14005 ## ------------------------------------ ##
14008 sed "s/^/$as_me: WARNING: /" >&2
14011 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14012 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14013 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14014 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14015 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14016 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14019 ## ------------------------------------ ##
14020 ## Report this to bug-autoconf@gnu.org. ##
14021 ## ------------------------------------ ##
14024 sed "s/^/$as_me: WARNING: /" >&2
14027 echo "$as_me:$LINENO: checking for $ac_header" >&5
14028 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14029 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14030 echo $ECHO_N "(cached) $ECHO_C" >&6
14032 eval "$as_ac_Header=$ac_header_preproc"
14034 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14035 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14038 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14039 cat >>confdefs.h
<<_ACEOF
14040 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14047 echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
14048 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6
14049 if test "${ac_cv_header_stat_broken+set}" = set; then
14050 echo $ECHO_N "(cached) $ECHO_C" >&6
14052 cat >conftest.
$ac_ext <<_ACEOF
14053 #line $LINENO "configure"
14056 cat confdefs.h
>>conftest.
$ac_ext
14057 cat >>conftest.
$ac_ext <<_ACEOF
14058 /* end confdefs.h. */
14059 #include <sys/types.h>
14060 #include <sys/stat.h>
14062 #if defined(S_ISBLK) && defined(S_IFDIR)
14063 # if S_ISBLK (S_IFDIR)
14068 #if defined(S_ISBLK) && defined(S_IFCHR)
14069 # if S_ISBLK (S_IFCHR)
14074 #if defined(S_ISLNK) && defined(S_IFREG)
14075 # if S_ISLNK (S_IFREG)
14080 #if defined(S_ISSOCK) && defined(S_IFREG)
14081 # if S_ISSOCK (S_IFREG)
14087 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14088 $EGREP "You lose" >/dev
/null
2>&1; then
14089 ac_cv_header_stat_broken
=yes
14091 ac_cv_header_stat_broken
=no
14096 echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
14097 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6
14098 if test $ac_cv_header_stat_broken = yes; then
14100 cat >>confdefs.h
<<\_ACEOF
14101 #define STAT_MACROS_BROKEN 1
14110 for ac_header
in sys
/mount.h sys
/user.h
14112 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14113 echo "$as_me:$LINENO: checking for $ac_header" >&5
14114 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14115 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14116 echo $ECHO_N "(cached) $ECHO_C" >&6
14118 cat >conftest.
$ac_ext <<_ACEOF
14119 #line $LINENO "configure"
14122 cat confdefs.h
>>conftest.
$ac_ext
14123 cat >>conftest.
$ac_ext <<_ACEOF
14124 /* end confdefs.h. */
14125 #include <sys/types.h>
14126 #if HAVE_SYS_PARAM_H
14127 # include <sys/param.h>
14130 #include <$ac_header>
14132 rm -f conftest.
$ac_objext
14133 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14134 (eval $ac_compile) 2>&5
14136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14137 (exit $ac_status); } &&
14138 { ac_try
='test -s conftest.$ac_objext'
14139 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14140 (eval $ac_try) 2>&5
14142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14143 (exit $ac_status); }; }; then
14144 eval "$as_ac_Header=yes"
14146 echo "$as_me: failed program was:" >&5
14147 sed 's/^/| /' conftest.
$ac_ext >&5
14149 eval "$as_ac_Header=no"
14151 rm -f conftest.
$ac_objext conftest.
$ac_ext
14153 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14154 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14155 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14156 cat >>confdefs.h
<<_ACEOF
14157 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14170 for ac_header
in net
/if.h net
/if_arp.h net
/if_dl.h net
/if_types.h net
/route.h
14172 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14173 echo "$as_me:$LINENO: checking for $ac_header" >&5
14174 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14175 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14176 echo $ECHO_N "(cached) $ECHO_C" >&6
14178 cat >conftest.
$ac_ext <<_ACEOF
14179 #line $LINENO "configure"
14182 cat confdefs.h
>>conftest.
$ac_ext
14183 cat >>conftest.
$ac_ext <<_ACEOF
14184 /* end confdefs.h. */
14185 #include <sys/types.h>
14186 #if HAVE_SYS_SOCKET_H
14187 # include <sys/socket.h>
14190 #include <$ac_header>
14192 rm -f conftest.
$ac_objext
14193 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14194 (eval $ac_compile) 2>&5
14196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14197 (exit $ac_status); } &&
14198 { ac_try
='test -s conftest.$ac_objext'
14199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14200 (eval $ac_try) 2>&5
14202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14203 (exit $ac_status); }; }; then
14204 eval "$as_ac_Header=yes"
14206 echo "$as_me: failed program was:" >&5
14207 sed 's/^/| /' conftest.
$ac_ext >&5
14209 eval "$as_ac_Header=no"
14211 rm -f conftest.
$ac_objext conftest.
$ac_ext
14213 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14214 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14215 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14216 cat >>confdefs.h
<<_ACEOF
14217 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14226 for ac_header
in resolv.h
14228 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14229 echo "$as_me:$LINENO: checking for $ac_header" >&5
14230 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14231 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14232 echo $ECHO_N "(cached) $ECHO_C" >&6
14234 cat >conftest.
$ac_ext <<_ACEOF
14235 #line $LINENO "configure"
14238 cat confdefs.h
>>conftest.
$ac_ext
14239 cat >>conftest.
$ac_ext <<_ACEOF
14240 /* end confdefs.h. */
14241 #include <sys/types.h>
14242 #if HAVE_SYS_SOCKET_H
14243 # include <sys/socket.h>
14245 #if HAVE_NETINET_IN_H
14246 # include <netinet/in.h>
14249 #include <$ac_header>
14251 rm -f conftest.
$ac_objext
14252 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14253 (eval $ac_compile) 2>&5
14255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14256 (exit $ac_status); } &&
14257 { ac_try
='test -s conftest.$ac_objext'
14258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14259 (eval $ac_try) 2>&5
14261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14262 (exit $ac_status); }; }; then
14263 eval "$as_ac_Header=yes"
14265 echo "$as_me: failed program was:" >&5
14266 sed 's/^/| /' conftest.
$ac_ext >&5
14268 eval "$as_ac_Header=no"
14270 rm -f conftest.
$ac_objext conftest.
$ac_ext
14272 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14273 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14274 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14275 cat >>confdefs.h
<<_ACEOF
14276 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14285 for ac_header
in netinet
/ip.h
14287 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14288 echo "$as_me:$LINENO: checking for $ac_header" >&5
14289 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14290 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14291 echo $ECHO_N "(cached) $ECHO_C" >&6
14293 cat >conftest.
$ac_ext <<_ACEOF
14294 #line $LINENO "configure"
14297 cat confdefs.h
>>conftest.
$ac_ext
14298 cat >>conftest.
$ac_ext <<_ACEOF
14299 /* end confdefs.h. */
14300 #include <sys/types.h>
14301 #if HAVE_SYS_SOCKET_H
14302 # include <sys/socket.h>
14304 #if HAVE_NETINET_IN_SYSTM_H
14305 # include <netinet/in_systm.h>
14308 #include <$ac_header>
14310 rm -f conftest.
$ac_objext
14311 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14312 (eval $ac_compile) 2>&5
14314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14315 (exit $ac_status); } &&
14316 { ac_try
='test -s conftest.$ac_objext'
14317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14318 (eval $ac_try) 2>&5
14320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14321 (exit $ac_status); }; }; then
14322 eval "$as_ac_Header=yes"
14324 echo "$as_me: failed program was:" >&5
14325 sed 's/^/| /' conftest.
$ac_ext >&5
14327 eval "$as_ac_Header=no"
14329 rm -f conftest.
$ac_objext conftest.
$ac_ext
14331 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14332 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14333 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14334 cat >>confdefs.h
<<_ACEOF
14335 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14344 for ac_header
in ucontext.h
14346 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14347 echo "$as_me:$LINENO: checking for $ac_header" >&5
14348 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14349 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14350 echo $ECHO_N "(cached) $ECHO_C" >&6
14352 cat >conftest.
$ac_ext <<_ACEOF
14353 #line $LINENO "configure"
14356 cat confdefs.h
>>conftest.
$ac_ext
14357 cat >>conftest.
$ac_ext <<_ACEOF
14358 /* end confdefs.h. */
14359 #include <signal.h>
14361 #include <$ac_header>
14363 rm -f conftest.
$ac_objext
14364 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14365 (eval $ac_compile) 2>&5
14367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14368 (exit $ac_status); } &&
14369 { ac_try
='test -s conftest.$ac_objext'
14370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14371 (eval $ac_try) 2>&5
14373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14374 (exit $ac_status); }; }; then
14375 eval "$as_ac_Header=yes"
14377 echo "$as_me: failed program was:" >&5
14378 sed 's/^/| /' conftest.
$ac_ext >&5
14380 eval "$as_ac_Header=no"
14382 rm -f conftest.
$ac_objext conftest.
$ac_ext
14384 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14385 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14386 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14387 cat >>confdefs.h
<<_ACEOF
14388 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14397 echo "$as_me:$LINENO: checking for GNU style IPX support" >&5
14398 echo $ECHO_N "checking for GNU style IPX support... $ECHO_C" >&6
14399 if test "${ac_cv_c_ipx_gnu+set}" = set; then
14400 echo $ECHO_N "(cached) $ECHO_C" >&6
14402 cat >conftest.
$ac_ext <<_ACEOF
14403 #line $LINENO "configure"
14406 cat confdefs.h
>>conftest.
$ac_ext
14407 cat >>conftest.
$ac_ext <<_ACEOF
14408 /* end confdefs.h. */
14409 #include <sys/types.h>
14410 #ifdef HAVE_SYS_SOCKET_H
14411 # include <sys/socket.h>
14413 #include <netipx/ipx.h>
14417 ((struct sockaddr_ipx *)0)->sipx_family == AF_IPX
14422 rm -f conftest.
$ac_objext
14423 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14424 (eval $ac_compile) 2>&5
14426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14427 (exit $ac_status); } &&
14428 { ac_try
='test -s conftest.$ac_objext'
14429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14430 (eval $ac_try) 2>&5
14432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14433 (exit $ac_status); }; }; then
14434 ac_cv_c_ipx_gnu
="yes"
14436 echo "$as_me: failed program was:" >&5
14437 sed 's/^/| /' conftest.
$ac_ext >&5
14439 ac_cv_c_ipx_gnu
="no"
14441 rm -f conftest.
$ac_objext conftest.
$ac_ext
14444 echo "$as_me:$LINENO: result: $ac_cv_c_ipx_gnu" >&5
14445 echo "${ECHO_T}$ac_cv_c_ipx_gnu" >&6
14446 if test "$ac_cv_c_ipx_gnu" = "yes"
14449 cat >>confdefs.h
<<\_ACEOF
14450 #define HAVE_IPX_GNU 1
14455 if test "$ac_cv_c_ipx_gnu" = "no"
14457 echo "$as_me:$LINENO: checking for linux style IPX support" >&5
14458 echo $ECHO_N "checking for linux style IPX support... $ECHO_C" >&6
14459 if test "${ac_cv_c_ipx_linux+set}" = set; then
14460 echo $ECHO_N "(cached) $ECHO_C" >&6
14462 cat >conftest.
$ac_ext <<_ACEOF
14463 #line $LINENO "configure"
14466 cat confdefs.h
>>conftest.
$ac_ext
14467 cat >>conftest.
$ac_ext <<_ACEOF
14468 /* end confdefs.h. */
14469 #include <sys/types.h>
14470 #ifdef HAVE_SYS_SOCKET_H
14471 # include <sys/socket.h>
14473 #include <asm/types.h>
14474 #include <linux/ipx.h>
14478 ((struct sockaddr_ipx *)0)->sipx_family == AF_IPX
14483 rm -f conftest.
$ac_objext
14484 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14485 (eval $ac_compile) 2>&5
14487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14488 (exit $ac_status); } &&
14489 { ac_try
='test -s conftest.$ac_objext'
14490 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14491 (eval $ac_try) 2>&5
14493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14494 (exit $ac_status); }; }; then
14495 ac_cv_c_ipx_linux
="yes"
14497 echo "$as_me: failed program was:" >&5
14498 sed 's/^/| /' conftest.
$ac_ext >&5
14500 ac_cv_c_ipx_linux
="no"
14502 rm -f conftest.
$ac_objext conftest.
$ac_ext
14505 echo "$as_me:$LINENO: result: $ac_cv_c_ipx_linux" >&5
14506 echo "${ECHO_T}$ac_cv_c_ipx_linux" >&6
14507 if test "$ac_cv_c_ipx_linux" = "yes"
14510 cat >>confdefs.h
<<\_ACEOF
14511 #define HAVE_IPX_LINUX 1
14518 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
14519 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
14520 if test "${ac_cv_c_const+set}" = set; then
14521 echo $ECHO_N "(cached) $ECHO_C" >&6
14523 cat >conftest.
$ac_ext <<_ACEOF
14524 #line $LINENO "configure"
14527 cat confdefs.h
>>conftest.
$ac_ext
14528 cat >>conftest.
$ac_ext <<_ACEOF
14529 /* end confdefs.h. */
14534 /* FIXME: Include the comments suggested by Paul. */
14535 #ifndef __cplusplus
14536 /* Ultrix mips cc rejects this. */
14537 typedef int charset[2];
14539 /* SunOS 4.1.1 cc rejects this. */
14540 char const *const *ccp;
14542 /* NEC SVR4.0.2 mips cc rejects this. */
14543 struct point {int x, y;};
14544 static struct point const zero = {0,0};
14545 /* AIX XL C 1.02.0.0 rejects this.
14546 It does not let you subtract one const X* pointer from another in
14547 an arm of an if-expression whose if-part is not a constant
14549 const char *g = "string";
14550 ccp = &g + (g ? g-g : 0);
14551 /* HPUX 7.0 cc rejects these. */
14554 ccp = (char const *const *) p;
14555 { /* SCO 3.2v4 cc rejects this. */
14557 char const *s = 0 ? (char *) 0 : (char const *) 0;
14561 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
14562 int x[] = {25, 17};
14563 const int *foo = &x[0];
14566 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
14567 typedef const int *iptr;
14571 { /* AIX XL C 1.02.0.0 rejects this saying
14572 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
14573 struct s { int j; const int *ap[3]; };
14574 struct s *b; b->j = 5;
14576 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
14577 const int foo = 10;
14585 rm -f conftest.
$ac_objext
14586 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14587 (eval $ac_compile) 2>&5
14589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14590 (exit $ac_status); } &&
14591 { ac_try
='test -s conftest.$ac_objext'
14592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14593 (eval $ac_try) 2>&5
14595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14596 (exit $ac_status); }; }; then
14599 echo "$as_me: failed program was:" >&5
14600 sed 's/^/| /' conftest.
$ac_ext >&5
14604 rm -f conftest.
$ac_objext conftest.
$ac_ext
14606 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
14607 echo "${ECHO_T}$ac_cv_c_const" >&6
14608 if test $ac_cv_c_const = no
; then
14610 cat >>confdefs.h
<<\_ACEOF
14616 echo "$as_me:$LINENO: checking for inline" >&5
14617 echo $ECHO_N "checking for inline... $ECHO_C" >&6
14618 if test "${ac_cv_c_inline+set}" = set; then
14619 echo $ECHO_N "(cached) $ECHO_C" >&6
14622 for ac_kw
in inline __inline__ __inline
; do
14623 cat >conftest.
$ac_ext <<_ACEOF
14624 #line $LINENO "configure"
14627 cat confdefs.h
>>conftest.
$ac_ext
14628 cat >>conftest.
$ac_ext <<_ACEOF
14629 /* end confdefs.h. */
14630 #ifndef __cplusplus
14632 static $ac_kw foo_t static_foo () {return 0; }
14633 $ac_kw foo_t foo () {return 0; }
14637 rm -f conftest.
$ac_objext
14638 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14639 (eval $ac_compile) 2>&5
14641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14642 (exit $ac_status); } &&
14643 { ac_try
='test -s conftest.$ac_objext'
14644 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14645 (eval $ac_try) 2>&5
14647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14648 (exit $ac_status); }; }; then
14649 ac_cv_c_inline
=$ac_kw; break
14651 echo "$as_me: failed program was:" >&5
14652 sed 's/^/| /' conftest.
$ac_ext >&5
14655 rm -f conftest.
$ac_objext conftest.
$ac_ext
14659 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
14660 echo "${ECHO_T}$ac_cv_c_inline" >&6
14661 case $ac_cv_c_inline in
14664 cat >>confdefs.h
<<\_ACEOF
14668 *) cat >>confdefs.h
<<_ACEOF
14669 #define inline $ac_cv_c_inline
14674 echo "$as_me:$LINENO: checking for mode_t" >&5
14675 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
14676 if test "${ac_cv_type_mode_t+set}" = set; then
14677 echo $ECHO_N "(cached) $ECHO_C" >&6
14679 cat >conftest.
$ac_ext <<_ACEOF
14680 #line $LINENO "configure"
14683 cat confdefs.h
>>conftest.
$ac_ext
14684 cat >>conftest.
$ac_ext <<_ACEOF
14685 /* end confdefs.h. */
14686 $ac_includes_default
14692 if (sizeof (mode_t))
14698 rm -f conftest.
$ac_objext
14699 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14700 (eval $ac_compile) 2>&5
14702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14703 (exit $ac_status); } &&
14704 { ac_try
='test -s conftest.$ac_objext'
14705 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14706 (eval $ac_try) 2>&5
14708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14709 (exit $ac_status); }; }; then
14710 ac_cv_type_mode_t
=yes
14712 echo "$as_me: failed program was:" >&5
14713 sed 's/^/| /' conftest.
$ac_ext >&5
14715 ac_cv_type_mode_t
=no
14717 rm -f conftest.
$ac_objext conftest.
$ac_ext
14719 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
14720 echo "${ECHO_T}$ac_cv_type_mode_t" >&6
14721 if test $ac_cv_type_mode_t = yes; then
14723 cat >>confdefs.h
<<_ACEOF
14724 #define HAVE_MODE_T 1
14729 echo "$as_me:$LINENO: checking for off_t" >&5
14730 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
14731 if test "${ac_cv_type_off_t+set}" = set; then
14732 echo $ECHO_N "(cached) $ECHO_C" >&6
14734 cat >conftest.
$ac_ext <<_ACEOF
14735 #line $LINENO "configure"
14738 cat confdefs.h
>>conftest.
$ac_ext
14739 cat >>conftest.
$ac_ext <<_ACEOF
14740 /* end confdefs.h. */
14741 $ac_includes_default
14747 if (sizeof (off_t))
14753 rm -f conftest.
$ac_objext
14754 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14755 (eval $ac_compile) 2>&5
14757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14758 (exit $ac_status); } &&
14759 { ac_try
='test -s conftest.$ac_objext'
14760 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14761 (eval $ac_try) 2>&5
14763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14764 (exit $ac_status); }; }; then
14765 ac_cv_type_off_t
=yes
14767 echo "$as_me: failed program was:" >&5
14768 sed 's/^/| /' conftest.
$ac_ext >&5
14770 ac_cv_type_off_t
=no
14772 rm -f conftest.
$ac_objext conftest.
$ac_ext
14774 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
14775 echo "${ECHO_T}$ac_cv_type_off_t" >&6
14776 if test $ac_cv_type_off_t = yes; then
14778 cat >>confdefs.h
<<_ACEOF
14779 #define HAVE_OFF_T 1
14784 echo "$as_me:$LINENO: checking for pid_t" >&5
14785 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
14786 if test "${ac_cv_type_pid_t+set}" = set; then
14787 echo $ECHO_N "(cached) $ECHO_C" >&6
14789 cat >conftest.
$ac_ext <<_ACEOF
14790 #line $LINENO "configure"
14793 cat confdefs.h
>>conftest.
$ac_ext
14794 cat >>conftest.
$ac_ext <<_ACEOF
14795 /* end confdefs.h. */
14796 $ac_includes_default
14802 if (sizeof (pid_t))
14808 rm -f conftest.
$ac_objext
14809 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14810 (eval $ac_compile) 2>&5
14812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14813 (exit $ac_status); } &&
14814 { ac_try
='test -s conftest.$ac_objext'
14815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14816 (eval $ac_try) 2>&5
14818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14819 (exit $ac_status); }; }; then
14820 ac_cv_type_pid_t
=yes
14822 echo "$as_me: failed program was:" >&5
14823 sed 's/^/| /' conftest.
$ac_ext >&5
14825 ac_cv_type_pid_t
=no
14827 rm -f conftest.
$ac_objext conftest.
$ac_ext
14829 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
14830 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
14831 if test $ac_cv_type_pid_t = yes; then
14833 cat >>confdefs.h
<<_ACEOF
14834 #define HAVE_PID_T 1
14839 echo "$as_me:$LINENO: checking for size_t" >&5
14840 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
14841 if test "${ac_cv_type_size_t+set}" = set; then
14842 echo $ECHO_N "(cached) $ECHO_C" >&6
14844 cat >conftest.
$ac_ext <<_ACEOF
14845 #line $LINENO "configure"
14848 cat confdefs.h
>>conftest.
$ac_ext
14849 cat >>conftest.
$ac_ext <<_ACEOF
14850 /* end confdefs.h. */
14851 $ac_includes_default
14857 if (sizeof (size_t))
14863 rm -f conftest.
$ac_objext
14864 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14865 (eval $ac_compile) 2>&5
14867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14868 (exit $ac_status); } &&
14869 { ac_try
='test -s conftest.$ac_objext'
14870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14871 (eval $ac_try) 2>&5
14873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14874 (exit $ac_status); }; }; then
14875 ac_cv_type_size_t
=yes
14877 echo "$as_me: failed program was:" >&5
14878 sed 's/^/| /' conftest.
$ac_ext >&5
14880 ac_cv_type_size_t
=no
14882 rm -f conftest.
$ac_objext conftest.
$ac_ext
14884 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
14885 echo "${ECHO_T}$ac_cv_type_size_t" >&6
14886 if test $ac_cv_type_size_t = yes; then
14888 cat >>confdefs.h
<<_ACEOF
14889 #define HAVE_SIZE_T 1
14894 echo "$as_me:$LINENO: checking for ssize_t" >&5
14895 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
14896 if test "${ac_cv_type_ssize_t+set}" = set; then
14897 echo $ECHO_N "(cached) $ECHO_C" >&6
14899 cat >conftest.
$ac_ext <<_ACEOF
14900 #line $LINENO "configure"
14903 cat confdefs.h
>>conftest.
$ac_ext
14904 cat >>conftest.
$ac_ext <<_ACEOF
14905 /* end confdefs.h. */
14906 $ac_includes_default
14912 if (sizeof (ssize_t))
14918 rm -f conftest.
$ac_objext
14919 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14920 (eval $ac_compile) 2>&5
14922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14923 (exit $ac_status); } &&
14924 { ac_try
='test -s conftest.$ac_objext'
14925 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14926 (eval $ac_try) 2>&5
14928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14929 (exit $ac_status); }; }; then
14930 ac_cv_type_ssize_t
=yes
14932 echo "$as_me: failed program was:" >&5
14933 sed 's/^/| /' conftest.
$ac_ext >&5
14935 ac_cv_type_ssize_t
=no
14937 rm -f conftest.
$ac_objext conftest.
$ac_ext
14939 echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
14940 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6
14941 if test $ac_cv_type_ssize_t = yes; then
14943 cat >>confdefs.h
<<_ACEOF
14944 #define HAVE_SSIZE_T 1
14950 echo "$as_me:$LINENO: checking for long long" >&5
14951 echo $ECHO_N "checking for long long... $ECHO_C" >&6
14952 if test "${ac_cv_type_long_long+set}" = set; then
14953 echo $ECHO_N "(cached) $ECHO_C" >&6
14955 cat >conftest.
$ac_ext <<_ACEOF
14956 #line $LINENO "configure"
14959 cat confdefs.h
>>conftest.
$ac_ext
14960 cat >>conftest.
$ac_ext <<_ACEOF
14961 /* end confdefs.h. */
14962 $ac_includes_default
14966 if ((long long *) 0)
14968 if (sizeof (long long))
14974 rm -f conftest.
$ac_objext
14975 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14976 (eval $ac_compile) 2>&5
14978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14979 (exit $ac_status); } &&
14980 { ac_try
='test -s conftest.$ac_objext'
14981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14982 (eval $ac_try) 2>&5
14984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14985 (exit $ac_status); }; }; then
14986 ac_cv_type_long_long
=yes
14988 echo "$as_me: failed program was:" >&5
14989 sed 's/^/| /' conftest.
$ac_ext >&5
14991 ac_cv_type_long_long
=no
14993 rm -f conftest.
$ac_objext conftest.
$ac_ext
14995 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
14996 echo "${ECHO_T}$ac_cv_type_long_long" >&6
14998 echo "$as_me:$LINENO: checking size of long long" >&5
14999 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
15000 if test "${ac_cv_sizeof_long_long+set}" = set; then
15001 echo $ECHO_N "(cached) $ECHO_C" >&6
15003 if test "$ac_cv_type_long_long" = yes; then
15004 # The cast to unsigned long works around a bug in the HP C Compiler
15005 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15006 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15007 # This bug is HP SR number 8606223364.
15008 if test "$cross_compiling" = yes; then
15009 # Depending upon the size, compute the lo and hi bounds.
15010 cat >conftest.
$ac_ext <<_ACEOF
15011 #line $LINENO "configure"
15014 cat confdefs.h
>>conftest.
$ac_ext
15015 cat >>conftest.
$ac_ext <<_ACEOF
15016 /* end confdefs.h. */
15017 $ac_includes_default
15021 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
15028 rm -f conftest.
$ac_objext
15029 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15030 (eval $ac_compile) 2>&5
15032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15033 (exit $ac_status); } &&
15034 { ac_try
='test -s conftest.$ac_objext'
15035 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15036 (eval $ac_try) 2>&5
15038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15039 (exit $ac_status); }; }; then
15042 cat >conftest.
$ac_ext <<_ACEOF
15043 #line $LINENO "configure"
15046 cat confdefs.h
>>conftest.
$ac_ext
15047 cat >>conftest.
$ac_ext <<_ACEOF
15048 /* end confdefs.h. */
15049 $ac_includes_default
15053 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
15060 rm -f conftest.
$ac_objext
15061 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15062 (eval $ac_compile) 2>&5
15064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15065 (exit $ac_status); } &&
15066 { ac_try
='test -s conftest.$ac_objext'
15067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15068 (eval $ac_try) 2>&5
15070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15071 (exit $ac_status); }; }; then
15072 ac_hi
=$ac_mid; break
15074 echo "$as_me: failed program was:" >&5
15075 sed 's/^/| /' conftest.
$ac_ext >&5
15077 ac_lo
=`expr $ac_mid + 1`
15078 if test $ac_lo -le $ac_mid; then
15082 ac_mid
=`expr 2 '*' $ac_mid + 1`
15084 rm -f conftest.
$ac_objext conftest.
$ac_ext
15087 echo "$as_me: failed program was:" >&5
15088 sed 's/^/| /' conftest.
$ac_ext >&5
15090 cat >conftest.
$ac_ext <<_ACEOF
15091 #line $LINENO "configure"
15094 cat confdefs.h
>>conftest.
$ac_ext
15095 cat >>conftest.
$ac_ext <<_ACEOF
15096 /* end confdefs.h. */
15097 $ac_includes_default
15101 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
15108 rm -f conftest.
$ac_objext
15109 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15110 (eval $ac_compile) 2>&5
15112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15113 (exit $ac_status); } &&
15114 { ac_try
='test -s conftest.$ac_objext'
15115 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15116 (eval $ac_try) 2>&5
15118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15119 (exit $ac_status); }; }; then
15122 cat >conftest.
$ac_ext <<_ACEOF
15123 #line $LINENO "configure"
15126 cat confdefs.h
>>conftest.
$ac_ext
15127 cat >>conftest.
$ac_ext <<_ACEOF
15128 /* end confdefs.h. */
15129 $ac_includes_default
15133 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
15140 rm -f conftest.
$ac_objext
15141 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15142 (eval $ac_compile) 2>&5
15144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15145 (exit $ac_status); } &&
15146 { ac_try
='test -s conftest.$ac_objext'
15147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15148 (eval $ac_try) 2>&5
15150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15151 (exit $ac_status); }; }; then
15152 ac_lo
=$ac_mid; break
15154 echo "$as_me: failed program was:" >&5
15155 sed 's/^/| /' conftest.
$ac_ext >&5
15157 ac_hi
=`expr '(' $ac_mid ')' - 1`
15158 if test $ac_mid -le $ac_hi; then
15162 ac_mid
=`expr 2 '*' $ac_mid`
15164 rm -f conftest.
$ac_objext conftest.
$ac_ext
15167 echo "$as_me: failed program was:" >&5
15168 sed 's/^/| /' conftest.
$ac_ext >&5
15172 rm -f conftest.
$ac_objext conftest.
$ac_ext
15174 rm -f conftest.
$ac_objext conftest.
$ac_ext
15175 # Binary search between lo and hi bounds.
15176 while test "x$ac_lo" != "x$ac_hi"; do
15177 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15178 cat >conftest.
$ac_ext <<_ACEOF
15179 #line $LINENO "configure"
15182 cat confdefs.h
>>conftest.
$ac_ext
15183 cat >>conftest.
$ac_ext <<_ACEOF
15184 /* end confdefs.h. */
15185 $ac_includes_default
15189 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
15196 rm -f conftest.
$ac_objext
15197 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15198 (eval $ac_compile) 2>&5
15200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15201 (exit $ac_status); } &&
15202 { ac_try
='test -s conftest.$ac_objext'
15203 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15204 (eval $ac_try) 2>&5
15206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15207 (exit $ac_status); }; }; then
15210 echo "$as_me: failed program was:" >&5
15211 sed 's/^/| /' conftest.
$ac_ext >&5
15213 ac_lo
=`expr '(' $ac_mid ')' + 1`
15215 rm -f conftest.
$ac_objext conftest.
$ac_ext
15218 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
15219 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
15220 See \`config.log' for more details." >&5
15221 echo "$as_me: error: cannot compute sizeof (long long), 77
15222 See \`config.log' for more details." >&2;}
15223 { (exit 1); exit 1; }; } ;;
15226 if test "$cross_compiling" = yes; then
15227 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
15228 See \`config.log' for more details." >&5
15229 echo "$as_me: error: cannot run test program while cross compiling
15230 See \`config.log' for more details." >&2;}
15231 { (exit 1); exit 1; }; }
15233 cat >conftest.
$ac_ext <<_ACEOF
15234 #line $LINENO "configure"
15237 cat confdefs.h
>>conftest.
$ac_ext
15238 cat >>conftest.
$ac_ext <<_ACEOF
15239 /* end confdefs.h. */
15240 $ac_includes_default
15241 long longval () { return (long) (sizeof (long long)); }
15242 unsigned long ulongval () { return (long) (sizeof (long long)); }
15244 #include <stdlib.h>
15249 FILE *f = fopen ("conftest.val", "w");
15252 if (((long) (sizeof (long long))) < 0)
15254 long i = longval ();
15255 if (i != ((long) (sizeof (long long))))
15257 fprintf (f, "%ld\n", i);
15261 unsigned long i = ulongval ();
15262 if (i != ((long) (sizeof (long long))))
15264 fprintf (f, "%lu\n", i);
15266 exit (ferror (f) || fclose (f) != 0);
15272 rm -f conftest
$ac_exeext
15273 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15274 (eval $ac_link) 2>&5
15276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15277 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
15278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15279 (eval $ac_try) 2>&5
15281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15282 (exit $ac_status); }; }; then
15283 ac_cv_sizeof_long_long
=`cat conftest.val`
15285 echo "$as_me: program exited with status $ac_status" >&5
15286 echo "$as_me: failed program was:" >&5
15287 sed 's/^/| /' conftest.
$ac_ext >&5
15289 ( exit $ac_status )
15290 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
15291 See \`config.log' for more details." >&5
15292 echo "$as_me: error: cannot compute sizeof (long long), 77
15293 See \`config.log' for more details." >&2;}
15294 { (exit 1); exit 1; }; }
15296 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
15301 ac_cv_sizeof_long_long
=0
15304 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
15305 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
15306 cat >>confdefs.h
<<_ACEOF
15307 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
15312 echo "$as_me:$LINENO: checking whether linux/input.h is for real" >&5
15313 echo $ECHO_N "checking whether linux/input.h is for real... $ECHO_C" >&6
15314 if test "${wine_cv_linux_input_h+set}" = set; then
15315 echo $ECHO_N "(cached) $ECHO_C" >&6
15317 cat >conftest.
$ac_ext <<_ACEOF
15318 #line $LINENO "configure"
15321 cat confdefs.h
>>conftest.
$ac_ext
15322 cat >>conftest.
$ac_ext <<_ACEOF
15323 /* end confdefs.h. */
15325 #include <linux/input.h>
15331 int foo = EVIOCGBIT(EV_ABS,42);
15332 int bar = BTN_PINKIE;
15339 rm -f conftest.
$ac_objext
15340 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15341 (eval $ac_compile) 2>&5
15343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15344 (exit $ac_status); } &&
15345 { ac_try
='test -s conftest.$ac_objext'
15346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15347 (eval $ac_try) 2>&5
15349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15350 (exit $ac_status); }; }; then
15351 wine_cv_linux_input_h
=yes
15353 echo "$as_me: failed program was:" >&5
15354 sed 's/^/| /' conftest.
$ac_ext >&5
15356 wine_cv_linux_input_h
=no
15358 rm -f conftest.
$ac_objext conftest.
$ac_ext
15361 echo "$as_me:$LINENO: result: $wine_cv_linux_input_h" >&5
15362 echo "${ECHO_T}$wine_cv_linux_input_h" >&6
15363 if test "$wine_cv_linux_input_h" = "yes"
15366 cat >>confdefs.h
<<\_ACEOF
15367 #define HAVE_CORRECT_LINUXINPUT_H 1
15373 echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15374 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6
15375 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
15376 echo $ECHO_N "(cached) $ECHO_C" >&6
15378 cat >conftest.
$ac_ext <<_ACEOF
15379 #line $LINENO "configure"
15382 cat confdefs.h
>>conftest.
$ac_ext
15383 cat >>conftest.
$ac_ext <<_ACEOF
15384 /* end confdefs.h. */
15394 struct hostent *result;
15401 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
15402 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
15408 rm -f conftest.
$ac_objext
15409 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15410 (eval $ac_compile) 2>&5
15412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15413 (exit $ac_status); } &&
15414 { ac_try
='test -s conftest.$ac_objext'
15415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15416 (eval $ac_try) 2>&5
15418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15419 (exit $ac_status); }; }; then
15420 wine_cv_linux_gethostbyname_r_6
=yes
15422 echo "$as_me: failed program was:" >&5
15423 sed 's/^/| /' conftest.
$ac_ext >&5
15425 wine_cv_linux_gethostbyname_r_6
=no
15428 rm -f conftest.
$ac_objext conftest.
$ac_ext
15431 echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
15432 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6
15433 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
15436 cat >>confdefs.h
<<\_ACEOF
15437 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
15442 if test "$ac_cv_header_linux_joystick_h" = "yes"
15444 echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
15445 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6
15446 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
15447 echo $ECHO_N "(cached) $ECHO_C" >&6
15449 cat >conftest.
$ac_ext <<_ACEOF
15450 #line $LINENO "configure"
15453 cat confdefs.h
>>conftest.
$ac_ext
15454 cat >>conftest.
$ac_ext <<_ACEOF
15455 /* end confdefs.h. */
15457 #include <sys/ioctl.h>
15458 #include <linux/joystick.h>
15460 struct js_event blub;
15461 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
15462 #error "no 2.2 header"
15473 rm -f conftest.
$ac_objext
15474 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15475 (eval $ac_compile) 2>&5
15477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15478 (exit $ac_status); } &&
15479 { ac_try
='test -s conftest.$ac_objext'
15480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15481 (eval $ac_try) 2>&5
15483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15484 (exit $ac_status); }; }; then
15485 wine_cv_linux_joystick_22_api
=yes
15487 echo "$as_me: failed program was:" >&5
15488 sed 's/^/| /' conftest.
$ac_ext >&5
15490 wine_cv_linux_joystick_22_api
=no
15492 rm -f conftest.
$ac_objext conftest.
$ac_ext
15495 echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
15496 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6
15497 if test "$wine_cv_linux_joystick_22_api" = "yes"
15500 cat >>confdefs.h
<<\_ACEOF
15501 #define HAVE_LINUX_22_JOYSTICK_API 1
15508 if test "$ac_cv_header_sys_vfs_h" = "yes"
15510 echo "$as_me:$LINENO: checking whether sys/vfs.h defines statfs" >&5
15511 echo $ECHO_N "checking whether sys/vfs.h defines statfs... $ECHO_C" >&6
15512 if test "${wine_cv_sys_vfs_has_statfs+set}" = set; then
15513 echo $ECHO_N "(cached) $ECHO_C" >&6
15515 cat >conftest.
$ac_ext <<_ACEOF
15516 #line $LINENO "configure"
15519 cat confdefs.h
>>conftest.
$ac_ext
15520 cat >>conftest.
$ac_ext <<_ACEOF
15521 /* end confdefs.h. */
15523 #include <sys/types.h>
15524 #ifdef HAVE_SYS_PARAM_H
15525 # include <sys/param.h>
15527 #include <sys/vfs.h>
15533 struct statfs stfs;
15535 memset(&stfs,0,sizeof(stfs));
15541 rm -f conftest.
$ac_objext
15542 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15543 (eval $ac_compile) 2>&5
15545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15546 (exit $ac_status); } &&
15547 { ac_try
='test -s conftest.$ac_objext'
15548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15549 (eval $ac_try) 2>&5
15551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15552 (exit $ac_status); }; }; then
15553 wine_cv_sys_vfs_has_statfs
=yes
15555 echo "$as_me: failed program was:" >&5
15556 sed 's/^/| /' conftest.
$ac_ext >&5
15558 wine_cv_sys_vfs_has_statfs
=no
15561 rm -f conftest.
$ac_objext conftest.
$ac_ext
15564 echo "$as_me:$LINENO: result: $wine_cv_sys_vfs_has_statfs" >&5
15565 echo "${ECHO_T}$wine_cv_sys_vfs_has_statfs" >&6
15566 if test "$wine_cv_sys_vfs_has_statfs" = "yes"
15569 cat >>confdefs.h
<<\_ACEOF
15570 #define STATFS_DEFINED_BY_SYS_VFS 1
15576 if test "$ac_cv_header_sys_statfs_h" = "yes"
15578 echo "$as_me:$LINENO: checking whether sys/statfs.h defines statfs" >&5
15579 echo $ECHO_N "checking whether sys/statfs.h defines statfs... $ECHO_C" >&6
15580 if test "${wine_cv_sys_statfs_has_statfs+set}" = set; then
15581 echo $ECHO_N "(cached) $ECHO_C" >&6
15583 cat >conftest.
$ac_ext <<_ACEOF
15584 #line $LINENO "configure"
15587 cat confdefs.h
>>conftest.
$ac_ext
15588 cat >>conftest.
$ac_ext <<_ACEOF
15589 /* end confdefs.h. */
15591 #include <sys/types.h>
15592 #ifdef HAVE_SYS_PARAM_H
15593 # include <sys/param.h>
15595 #include <sys/statfs.h>
15601 struct statfs stfs;
15607 rm -f conftest.
$ac_objext
15608 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15609 (eval $ac_compile) 2>&5
15611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15612 (exit $ac_status); } &&
15613 { ac_try
='test -s conftest.$ac_objext'
15614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15615 (eval $ac_try) 2>&5
15617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15618 (exit $ac_status); }; }; then
15619 wine_cv_sys_statfs_has_statfs
=yes
15621 echo "$as_me: failed program was:" >&5
15622 sed 's/^/| /' conftest.
$ac_ext >&5
15624 wine_cv_sys_statfs_has_statfs
=no
15627 rm -f conftest.
$ac_objext conftest.
$ac_ext
15630 echo "$as_me:$LINENO: result: $wine_cv_sys_statfs_has_statfs" >&5
15631 echo "${ECHO_T}$wine_cv_sys_statfs_has_statfs" >&6
15632 if test "$wine_cv_sys_statfs_has_statfs" = "yes"
15635 cat >>confdefs.h
<<\_ACEOF
15636 #define STATFS_DEFINED_BY_SYS_STATFS 1
15642 if test "$ac_cv_header_sys_mount_h" = "yes"
15644 echo "$as_me:$LINENO: checking whether sys/mount.h defines statfs" >&5
15645 echo $ECHO_N "checking whether sys/mount.h defines statfs... $ECHO_C" >&6
15646 if test "${wine_cv_sys_mount_has_statfs+set}" = set; then
15647 echo $ECHO_N "(cached) $ECHO_C" >&6
15649 cat >conftest.
$ac_ext <<_ACEOF
15650 #line $LINENO "configure"
15653 cat confdefs.h
>>conftest.
$ac_ext
15654 cat >>conftest.
$ac_ext <<_ACEOF
15655 /* end confdefs.h. */
15657 #include <sys/types.h>
15658 #ifdef HAVE_SYS_PARAM_H
15659 # include <sys/param.h>
15661 #include <sys/mount.h>
15667 struct statfs stfs;
15673 rm -f conftest.
$ac_objext
15674 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15675 (eval $ac_compile) 2>&5
15677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15678 (exit $ac_status); } &&
15679 { ac_try
='test -s conftest.$ac_objext'
15680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15681 (eval $ac_try) 2>&5
15683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15684 (exit $ac_status); }; }; then
15685 wine_cv_sys_mount_has_statfs
=yes
15687 echo "$as_me: failed program was:" >&5
15688 sed 's/^/| /' conftest.
$ac_ext >&5
15690 wine_cv_sys_mount_has_statfs
=no
15693 rm -f conftest.
$ac_objext conftest.
$ac_ext
15696 echo "$as_me:$LINENO: result: $wine_cv_sys_mount_has_statfs" >&5
15697 echo "${ECHO_T}$wine_cv_sys_mount_has_statfs" >&6
15698 if test "$wine_cv_sys_mount_has_statfs" = "yes"
15701 cat >>confdefs.h
<<\_ACEOF
15702 #define STATFS_DEFINED_BY_SYS_MOUNT 1
15709 echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
15710 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6
15711 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
15712 echo $ECHO_N "(cached) $ECHO_C" >&6
15714 cat >conftest.
$ac_ext <<_ACEOF
15715 #line $LINENO "configure"
15718 cat confdefs.h
>>conftest.
$ac_ext
15719 cat >>conftest.
$ac_ext <<_ACEOF
15720 /* end confdefs.h. */
15721 #include <sys/types.h>
15722 #ifdef HAVE_SYS_PARAM_H
15723 # include <sys/param.h>
15725 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
15726 # include <sys/mount.h>
15728 # ifdef STATFS_DEFINED_BY_SYS_VFS
15729 # include <sys/vfs.h>
15731 # ifdef STATFS_DEFINED_BY_SYS_STATFS
15732 # include <sys/statfs.h>
15740 static struct statfs ac_aggr;
15741 if (ac_aggr.f_bfree)
15747 rm -f conftest.
$ac_objext
15748 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15749 (eval $ac_compile) 2>&5
15751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15752 (exit $ac_status); } &&
15753 { ac_try
='test -s conftest.$ac_objext'
15754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15755 (eval $ac_try) 2>&5
15757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15758 (exit $ac_status); }; }; then
15759 ac_cv_member_struct_statfs_f_bfree
=yes
15761 echo "$as_me: failed program was:" >&5
15762 sed 's/^/| /' conftest.
$ac_ext >&5
15764 cat >conftest.
$ac_ext <<_ACEOF
15765 #line $LINENO "configure"
15768 cat confdefs.h
>>conftest.
$ac_ext
15769 cat >>conftest.
$ac_ext <<_ACEOF
15770 /* end confdefs.h. */
15771 #include <sys/types.h>
15772 #ifdef HAVE_SYS_PARAM_H
15773 # include <sys/param.h>
15775 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
15776 # include <sys/mount.h>
15778 # ifdef STATFS_DEFINED_BY_SYS_VFS
15779 # include <sys/vfs.h>
15781 # ifdef STATFS_DEFINED_BY_SYS_STATFS
15782 # include <sys/statfs.h>
15790 static struct statfs ac_aggr;
15791 if (sizeof ac_aggr.f_bfree)
15797 rm -f conftest.
$ac_objext
15798 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15799 (eval $ac_compile) 2>&5
15801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15802 (exit $ac_status); } &&
15803 { ac_try
='test -s conftest.$ac_objext'
15804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15805 (eval $ac_try) 2>&5
15807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15808 (exit $ac_status); }; }; then
15809 ac_cv_member_struct_statfs_f_bfree
=yes
15811 echo "$as_me: failed program was:" >&5
15812 sed 's/^/| /' conftest.
$ac_ext >&5
15814 ac_cv_member_struct_statfs_f_bfree
=no
15816 rm -f conftest.
$ac_objext conftest.
$ac_ext
15818 rm -f conftest.
$ac_objext conftest.
$ac_ext
15820 echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
15821 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6
15822 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
15824 cat >>confdefs.h
<<_ACEOF
15825 #define HAVE_STRUCT_STATFS_F_BFREE 1
15830 echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
15831 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6
15832 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
15833 echo $ECHO_N "(cached) $ECHO_C" >&6
15835 cat >conftest.
$ac_ext <<_ACEOF
15836 #line $LINENO "configure"
15839 cat confdefs.h
>>conftest.
$ac_ext
15840 cat >>conftest.
$ac_ext <<_ACEOF
15841 /* end confdefs.h. */
15842 #include <sys/types.h>
15843 #ifdef HAVE_SYS_PARAM_H
15844 # include <sys/param.h>
15846 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
15847 # include <sys/mount.h>
15849 # ifdef STATFS_DEFINED_BY_SYS_VFS
15850 # include <sys/vfs.h>
15852 # ifdef STATFS_DEFINED_BY_SYS_STATFS
15853 # include <sys/statfs.h>
15861 static struct statfs ac_aggr;
15862 if (ac_aggr.f_bavail)
15868 rm -f conftest.
$ac_objext
15869 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15870 (eval $ac_compile) 2>&5
15872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15873 (exit $ac_status); } &&
15874 { ac_try
='test -s conftest.$ac_objext'
15875 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15876 (eval $ac_try) 2>&5
15878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15879 (exit $ac_status); }; }; then
15880 ac_cv_member_struct_statfs_f_bavail
=yes
15882 echo "$as_me: failed program was:" >&5
15883 sed 's/^/| /' conftest.
$ac_ext >&5
15885 cat >conftest.
$ac_ext <<_ACEOF
15886 #line $LINENO "configure"
15889 cat confdefs.h
>>conftest.
$ac_ext
15890 cat >>conftest.
$ac_ext <<_ACEOF
15891 /* end confdefs.h. */
15892 #include <sys/types.h>
15893 #ifdef HAVE_SYS_PARAM_H
15894 # include <sys/param.h>
15896 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
15897 # include <sys/mount.h>
15899 # ifdef STATFS_DEFINED_BY_SYS_VFS
15900 # include <sys/vfs.h>
15902 # ifdef STATFS_DEFINED_BY_SYS_STATFS
15903 # include <sys/statfs.h>
15911 static struct statfs ac_aggr;
15912 if (sizeof ac_aggr.f_bavail)
15918 rm -f conftest.
$ac_objext
15919 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15920 (eval $ac_compile) 2>&5
15922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15923 (exit $ac_status); } &&
15924 { ac_try
='test -s conftest.$ac_objext'
15925 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15926 (eval $ac_try) 2>&5
15928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15929 (exit $ac_status); }; }; then
15930 ac_cv_member_struct_statfs_f_bavail
=yes
15932 echo "$as_me: failed program was:" >&5
15933 sed 's/^/| /' conftest.
$ac_ext >&5
15935 ac_cv_member_struct_statfs_f_bavail
=no
15937 rm -f conftest.
$ac_objext conftest.
$ac_ext
15939 rm -f conftest.
$ac_objext conftest.
$ac_ext
15941 echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
15942 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6
15943 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
15945 cat >>confdefs.h
<<_ACEOF
15946 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
15953 echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
15954 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6
15955 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
15956 echo $ECHO_N "(cached) $ECHO_C" >&6
15958 cat >conftest.
$ac_ext <<_ACEOF
15959 #line $LINENO "configure"
15962 cat confdefs.h
>>conftest.
$ac_ext
15963 cat >>conftest.
$ac_ext <<_ACEOF
15964 /* end confdefs.h. */
15965 #include <sys/types.h>
15966 #ifdef HAVE_SYS_SOCKET_H
15967 # include <sys/socket.h>
15969 #ifdef HAVE_SYS_UN_H
15970 # include <sys/un.h>
15976 static struct msghdr ac_aggr;
15977 if (ac_aggr.msg_accrights)
15983 rm -f conftest.
$ac_objext
15984 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15985 (eval $ac_compile) 2>&5
15987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15988 (exit $ac_status); } &&
15989 { ac_try
='test -s conftest.$ac_objext'
15990 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15991 (eval $ac_try) 2>&5
15993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15994 (exit $ac_status); }; }; then
15995 ac_cv_member_struct_msghdr_msg_accrights
=yes
15997 echo "$as_me: failed program was:" >&5
15998 sed 's/^/| /' conftest.
$ac_ext >&5
16000 cat >conftest.
$ac_ext <<_ACEOF
16001 #line $LINENO "configure"
16004 cat confdefs.h
>>conftest.
$ac_ext
16005 cat >>conftest.
$ac_ext <<_ACEOF
16006 /* end confdefs.h. */
16007 #include <sys/types.h>
16008 #ifdef HAVE_SYS_SOCKET_H
16009 # include <sys/socket.h>
16011 #ifdef HAVE_SYS_UN_H
16012 # include <sys/un.h>
16018 static struct msghdr ac_aggr;
16019 if (sizeof ac_aggr.msg_accrights)
16025 rm -f conftest.
$ac_objext
16026 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16027 (eval $ac_compile) 2>&5
16029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16030 (exit $ac_status); } &&
16031 { ac_try
='test -s conftest.$ac_objext'
16032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16033 (eval $ac_try) 2>&5
16035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16036 (exit $ac_status); }; }; then
16037 ac_cv_member_struct_msghdr_msg_accrights
=yes
16039 echo "$as_me: failed program was:" >&5
16040 sed 's/^/| /' conftest.
$ac_ext >&5
16042 ac_cv_member_struct_msghdr_msg_accrights
=no
16044 rm -f conftest.
$ac_objext conftest.
$ac_ext
16046 rm -f conftest.
$ac_objext conftest.
$ac_ext
16048 echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
16049 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6
16050 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
16052 cat >>confdefs.h
<<_ACEOF
16053 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16058 echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
16059 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6
16060 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
16061 echo $ECHO_N "(cached) $ECHO_C" >&6
16063 cat >conftest.
$ac_ext <<_ACEOF
16064 #line $LINENO "configure"
16067 cat confdefs.h
>>conftest.
$ac_ext
16068 cat >>conftest.
$ac_ext <<_ACEOF
16069 /* end confdefs.h. */
16070 #include <sys/types.h>
16071 #ifdef HAVE_SYS_SOCKET_H
16072 # include <sys/socket.h>
16074 #ifdef HAVE_SYS_UN_H
16075 # include <sys/un.h>
16081 static struct sockaddr ac_aggr;
16082 if (ac_aggr.sa_len)
16088 rm -f conftest.
$ac_objext
16089 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16090 (eval $ac_compile) 2>&5
16092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16093 (exit $ac_status); } &&
16094 { ac_try
='test -s conftest.$ac_objext'
16095 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16096 (eval $ac_try) 2>&5
16098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16099 (exit $ac_status); }; }; then
16100 ac_cv_member_struct_sockaddr_sa_len
=yes
16102 echo "$as_me: failed program was:" >&5
16103 sed 's/^/| /' conftest.
$ac_ext >&5
16105 cat >conftest.
$ac_ext <<_ACEOF
16106 #line $LINENO "configure"
16109 cat confdefs.h
>>conftest.
$ac_ext
16110 cat >>conftest.
$ac_ext <<_ACEOF
16111 /* end confdefs.h. */
16112 #include <sys/types.h>
16113 #ifdef HAVE_SYS_SOCKET_H
16114 # include <sys/socket.h>
16116 #ifdef HAVE_SYS_UN_H
16117 # include <sys/un.h>
16123 static struct sockaddr ac_aggr;
16124 if (sizeof ac_aggr.sa_len)
16130 rm -f conftest.
$ac_objext
16131 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16132 (eval $ac_compile) 2>&5
16134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16135 (exit $ac_status); } &&
16136 { ac_try
='test -s conftest.$ac_objext'
16137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16138 (eval $ac_try) 2>&5
16140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16141 (exit $ac_status); }; }; then
16142 ac_cv_member_struct_sockaddr_sa_len
=yes
16144 echo "$as_me: failed program was:" >&5
16145 sed 's/^/| /' conftest.
$ac_ext >&5
16147 ac_cv_member_struct_sockaddr_sa_len
=no
16149 rm -f conftest.
$ac_objext conftest.
$ac_ext
16151 rm -f conftest.
$ac_objext conftest.
$ac_ext
16153 echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
16154 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6
16155 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
16157 cat >>confdefs.h
<<_ACEOF
16158 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16163 echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
16164 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6
16165 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
16166 echo $ECHO_N "(cached) $ECHO_C" >&6
16168 cat >conftest.
$ac_ext <<_ACEOF
16169 #line $LINENO "configure"
16172 cat confdefs.h
>>conftest.
$ac_ext
16173 cat >>conftest.
$ac_ext <<_ACEOF
16174 /* end confdefs.h. */
16175 #include <sys/types.h>
16176 #ifdef HAVE_SYS_SOCKET_H
16177 # include <sys/socket.h>
16179 #ifdef HAVE_SYS_UN_H
16180 # include <sys/un.h>
16186 static struct sockaddr_un ac_aggr;
16187 if (ac_aggr.sun_len)
16193 rm -f conftest.
$ac_objext
16194 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16195 (eval $ac_compile) 2>&5
16197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16198 (exit $ac_status); } &&
16199 { ac_try
='test -s conftest.$ac_objext'
16200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16201 (eval $ac_try) 2>&5
16203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16204 (exit $ac_status); }; }; then
16205 ac_cv_member_struct_sockaddr_un_sun_len
=yes
16207 echo "$as_me: failed program was:" >&5
16208 sed 's/^/| /' conftest.
$ac_ext >&5
16210 cat >conftest.
$ac_ext <<_ACEOF
16211 #line $LINENO "configure"
16214 cat confdefs.h
>>conftest.
$ac_ext
16215 cat >>conftest.
$ac_ext <<_ACEOF
16216 /* end confdefs.h. */
16217 #include <sys/types.h>
16218 #ifdef HAVE_SYS_SOCKET_H
16219 # include <sys/socket.h>
16221 #ifdef HAVE_SYS_UN_H
16222 # include <sys/un.h>
16228 static struct sockaddr_un ac_aggr;
16229 if (sizeof ac_aggr.sun_len)
16235 rm -f conftest.
$ac_objext
16236 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16237 (eval $ac_compile) 2>&5
16239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16240 (exit $ac_status); } &&
16241 { ac_try
='test -s conftest.$ac_objext'
16242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16243 (eval $ac_try) 2>&5
16245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16246 (exit $ac_status); }; }; then
16247 ac_cv_member_struct_sockaddr_un_sun_len
=yes
16249 echo "$as_me: failed program was:" >&5
16250 sed 's/^/| /' conftest.
$ac_ext >&5
16252 ac_cv_member_struct_sockaddr_un_sun_len
=no
16254 rm -f conftest.
$ac_objext conftest.
$ac_ext
16256 rm -f conftest.
$ac_objext conftest.
$ac_ext
16258 echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
16259 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6
16260 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
16262 cat >>confdefs.h
<<_ACEOF
16263 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16270 echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
16271 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6
16272 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
16273 echo $ECHO_N "(cached) $ECHO_C" >&6
16275 cat >conftest.
$ac_ext <<_ACEOF
16276 #line $LINENO "configure"
16279 cat confdefs.h
>>conftest.
$ac_ext
16280 cat >>conftest.
$ac_ext <<_ACEOF
16281 /* end confdefs.h. */
16282 #include <signal.h>
16287 static siginfo_t ac_aggr;
16294 rm -f conftest.
$ac_objext
16295 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16296 (eval $ac_compile) 2>&5
16298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16299 (exit $ac_status); } &&
16300 { ac_try
='test -s conftest.$ac_objext'
16301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16302 (eval $ac_try) 2>&5
16304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16305 (exit $ac_status); }; }; then
16306 ac_cv_member_siginfo_t_si_fd
=yes
16308 echo "$as_me: failed program was:" >&5
16309 sed 's/^/| /' conftest.
$ac_ext >&5
16311 cat >conftest.
$ac_ext <<_ACEOF
16312 #line $LINENO "configure"
16315 cat confdefs.h
>>conftest.
$ac_ext
16316 cat >>conftest.
$ac_ext <<_ACEOF
16317 /* end confdefs.h. */
16318 #include <signal.h>
16323 static siginfo_t ac_aggr;
16324 if (sizeof ac_aggr.si_fd)
16330 rm -f conftest.
$ac_objext
16331 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16332 (eval $ac_compile) 2>&5
16334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16335 (exit $ac_status); } &&
16336 { ac_try
='test -s conftest.$ac_objext'
16337 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16338 (eval $ac_try) 2>&5
16340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16341 (exit $ac_status); }; }; then
16342 ac_cv_member_siginfo_t_si_fd
=yes
16344 echo "$as_me: failed program was:" >&5
16345 sed 's/^/| /' conftest.
$ac_ext >&5
16347 ac_cv_member_siginfo_t_si_fd
=no
16349 rm -f conftest.
$ac_objext conftest.
$ac_ext
16351 rm -f conftest.
$ac_objext conftest.
$ac_ext
16353 echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
16354 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6
16355 if test $ac_cv_member_siginfo_t_si_fd = yes; then
16357 cat >>confdefs.h
<<_ACEOF
16358 #define HAVE_SIGINFO_T_SI_FD 1
16365 echo "$as_me:$LINENO: checking for struct option.name" >&5
16366 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6
16367 if test "${ac_cv_member_struct_option_name+set}" = set; then
16368 echo $ECHO_N "(cached) $ECHO_C" >&6
16370 cat >conftest.
$ac_ext <<_ACEOF
16371 #line $LINENO "configure"
16374 cat confdefs.h
>>conftest.
$ac_ext
16375 cat >>conftest.
$ac_ext <<_ACEOF
16376 /* end confdefs.h. */
16377 #ifdef HAVE_GETOPT_H
16378 #include <getopt.h>
16384 static struct option ac_aggr;
16391 rm -f conftest.
$ac_objext
16392 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16393 (eval $ac_compile) 2>&5
16395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16396 (exit $ac_status); } &&
16397 { ac_try
='test -s conftest.$ac_objext'
16398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16399 (eval $ac_try) 2>&5
16401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16402 (exit $ac_status); }; }; then
16403 ac_cv_member_struct_option_name
=yes
16405 echo "$as_me: failed program was:" >&5
16406 sed 's/^/| /' conftest.
$ac_ext >&5
16408 cat >conftest.
$ac_ext <<_ACEOF
16409 #line $LINENO "configure"
16412 cat confdefs.h
>>conftest.
$ac_ext
16413 cat >>conftest.
$ac_ext <<_ACEOF
16414 /* end confdefs.h. */
16415 #ifdef HAVE_GETOPT_H
16416 #include <getopt.h>
16422 static struct option ac_aggr;
16423 if (sizeof ac_aggr.name)
16429 rm -f conftest.
$ac_objext
16430 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16431 (eval $ac_compile) 2>&5
16433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16434 (exit $ac_status); } &&
16435 { ac_try
='test -s conftest.$ac_objext'
16436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16437 (eval $ac_try) 2>&5
16439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16440 (exit $ac_status); }; }; then
16441 ac_cv_member_struct_option_name
=yes
16443 echo "$as_me: failed program was:" >&5
16444 sed 's/^/| /' conftest.
$ac_ext >&5
16446 ac_cv_member_struct_option_name
=no
16448 rm -f conftest.
$ac_objext conftest.
$ac_ext
16450 rm -f conftest.
$ac_objext conftest.
$ac_ext
16452 echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
16453 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6
16454 if test $ac_cv_member_struct_option_name = yes; then
16456 cat >>confdefs.h
<<_ACEOF
16457 #define HAVE_STRUCT_OPTION_NAME 1
16466 *i
[3456789]86*) echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
16467 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6
16468 if test "${ac_cv_cpp_def___i386__+set}" = set; then
16469 echo $ECHO_N "(cached) $ECHO_C" >&6
16471 cat >conftest.
$ac_ext <<_ACEOF
16472 #line $LINENO "configure"
16475 cat confdefs.h
>>conftest.
$ac_ext
16476 cat >>conftest.
$ac_ext <<_ACEOF
16477 /* end confdefs.h. */
16482 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16483 $EGREP "yes" >/dev
/null
2>&1; then
16484 ac_cv_cpp_def___i386__
=yes
16486 ac_cv_cpp_def___i386__
=no
16491 echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
16492 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6
16493 if test $ac_cv_cpp_def___i386__ = yes; then
16494 CFLAGS
="$CFLAGS -D__i386__"
16495 LINTFLAGS
="$LINTFLAGS -D__i386__"
16498 *alpha
*) echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
16499 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6
16500 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
16501 echo $ECHO_N "(cached) $ECHO_C" >&6
16503 cat >conftest.
$ac_ext <<_ACEOF
16504 #line $LINENO "configure"
16507 cat confdefs.h
>>conftest.
$ac_ext
16508 cat >>conftest.
$ac_ext <<_ACEOF
16509 /* end confdefs.h. */
16514 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16515 $EGREP "yes" >/dev
/null
2>&1; then
16516 ac_cv_cpp_def___ALPHA__
=yes
16518 ac_cv_cpp_def___ALPHA__
=no
16523 echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
16524 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6
16525 if test $ac_cv_cpp_def___ALPHA__ = yes; then
16526 CFLAGS
="$CFLAGS -D__ALPHA__"
16527 LINTFLAGS
="$LINTFLAGS -D__ALPHA__"
16530 *sparc
*) echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
16531 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6
16532 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
16533 echo $ECHO_N "(cached) $ECHO_C" >&6
16535 cat >conftest.
$ac_ext <<_ACEOF
16536 #line $LINENO "configure"
16539 cat confdefs.h
>>conftest.
$ac_ext
16540 cat >>conftest.
$ac_ext <<_ACEOF
16541 /* end confdefs.h. */
16546 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16547 $EGREP "yes" >/dev
/null
2>&1; then
16548 ac_cv_cpp_def___sparc__
=yes
16550 ac_cv_cpp_def___sparc__
=no
16555 echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
16556 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6
16557 if test $ac_cv_cpp_def___sparc__ = yes; then
16558 CFLAGS
="$CFLAGS -D__sparc__"
16559 LINTFLAGS
="$LINTFLAGS -D__sparc__"
16562 *powerpc
*) echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
16563 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6
16564 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
16565 echo $ECHO_N "(cached) $ECHO_C" >&6
16567 cat >conftest.
$ac_ext <<_ACEOF
16568 #line $LINENO "configure"
16571 cat confdefs.h
>>conftest.
$ac_ext
16572 cat >>conftest.
$ac_ext <<_ACEOF
16573 /* end confdefs.h. */
16574 #ifndef __powerpc__
16578 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16579 $EGREP "yes" >/dev
/null
2>&1; then
16580 ac_cv_cpp_def___powerpc__
=yes
16582 ac_cv_cpp_def___powerpc__
=no
16587 echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
16588 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6
16589 if test $ac_cv_cpp_def___powerpc__ = yes; then
16590 CFLAGS
="$CFLAGS -D__powerpc__"
16591 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
16596 case $host_vendor in
16597 *sun
*) echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
16598 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6
16599 if test "${ac_cv_cpp_def___sun__+set}" = set; then
16600 echo $ECHO_N "(cached) $ECHO_C" >&6
16602 cat >conftest.
$ac_ext <<_ACEOF
16603 #line $LINENO "configure"
16606 cat confdefs.h
>>conftest.
$ac_ext
16607 cat >>conftest.
$ac_ext <<_ACEOF
16608 /* end confdefs.h. */
16613 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16614 $EGREP "yes" >/dev
/null
2>&1; then
16615 ac_cv_cpp_def___sun__
=yes
16617 ac_cv_cpp_def___sun__
=no
16622 echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
16623 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6
16624 if test $ac_cv_cpp_def___sun__ = yes; then
16625 CFLAGS
="$CFLAGS -D__sun__"
16626 LINTFLAGS
="$LINTFLAGS -D__sun__"
16635 ac_config_commands
="$ac_config_commands controls"
16637 ac_config_commands
="$ac_config_commands dlls/ddraw/d3ddevice"
16639 ac_config_commands
="$ac_config_commands dlls/ddraw/dclipper"
16641 ac_config_commands
="$ac_config_commands dlls/ddraw/ddraw"
16643 ac_config_commands
="$ac_config_commands dlls/ddraw/direct3d"
16645 ac_config_commands
="$ac_config_commands dlls/ddraw/dpalette"
16647 ac_config_commands
="$ac_config_commands dlls/ddraw/dsurface"
16649 ac_config_commands
="$ac_config_commands dlls/dinput/joystick"
16651 ac_config_commands
="$ac_config_commands dlls/dinput/keyboard"
16653 ac_config_commands
="$ac_config_commands dlls/dinput/mouse"
16655 ac_config_commands
="$ac_config_commands dlls/gdi/enhmfdrv"
16657 ac_config_commands
="$ac_config_commands dlls/gdi/mfdrv"
16659 ac_config_commands
="$ac_config_commands dlls/kernel/messages"
16661 ac_config_commands
="$ac_config_commands dlls/user/dde"
16663 ac_config_commands
="$ac_config_commands dlls/user/resources"
16665 ac_config_commands
="$ac_config_commands dlls/wineps/data"
16667 ac_config_commands
="$ac_config_commands files"
16669 ac_config_commands
="$ac_config_commands graphics"
16671 ac_config_commands
="$ac_config_commands graphics/x11drv"
16673 ac_config_commands
="$ac_config_commands include/wine"
16675 ac_config_commands
="$ac_config_commands loader"
16677 ac_config_commands
="$ac_config_commands loader/ne"
16679 ac_config_commands
="$ac_config_commands memory"
16681 ac_config_commands
="$ac_config_commands misc"
16683 ac_config_commands
="$ac_config_commands msdos"
16685 ac_config_commands
="$ac_config_commands objects"
16687 ac_config_commands
="$ac_config_commands programs/regapi/tests"
16689 ac_config_commands
="$ac_config_commands programs/regedit/tests"
16691 ac_config_commands
="$ac_config_commands scheduler"
16693 ac_config_commands
="$ac_config_commands win32"
16695 ac_config_commands
="$ac_config_commands windows"
16698 MAKE_RULES
=Make.rules
16701 MAKE_DLL_RULES
=dlls
/Makedll.rules
16704 MAKE_TEST_RULES
=dlls
/Maketest.rules
16707 MAKE_LIB_RULES
=libs
/Makelib.rules
16710 MAKE_PROG_RULES
=programs
/Makeprog.rules
16713 ac_config_files
="$ac_config_files Make.rules dlls/Makedll.rules dlls/Maketest.rules libs/Makelib.rules programs/Makeprog.rules Makefile dlls/Makefile dlls/advapi32/Makefile dlls/advapi32/tests/Makefile dlls/avicap32/Makefile dlls/avifil32/Makefile dlls/cabinet/Makefile dlls/comcat/Makefile dlls/comctl32/Makefile dlls/comctl32/tests/Makefile dlls/commdlg/Makefile dlls/crtdll/Makefile dlls/crypt32/Makefile dlls/ctl3d/Makefile dlls/d3d8/Makefile dlls/d3d9/Makefile dlls/d3dim/Makefile dlls/d3dx8/Makefile dlls/dciman32/Makefile dlls/ddraw/Makefile dlls/devenum/Makefile dlls/dinput/Makefile dlls/dinput8/Makefile dlls/dmband/Makefile dlls/dmcompos/Makefile dlls/dmime/Makefile dlls/dmloader/Makefile dlls/dmscript/Makefile dlls/dmstyle/Makefile dlls/dmsynth/Makefile dlls/dmusic/Makefile dlls/dmusic32/Makefile dlls/dplay/Makefile dlls/dplayx/Makefile dlls/dpnhpast/Makefile dlls/dsound/Makefile dlls/dsound/tests/Makefile dlls/gdi/Makefile dlls/gdi/tests/Makefile dlls/glu32/Makefile dlls/icmp/Makefile dlls/imagehlp/Makefile dlls/imm32/Makefile dlls/iphlpapi/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/mshtml/Makefile dlls/msi/Makefile dlls/msimg32/Makefile dlls/msisys/Makefile dlls/msnet32/Makefile dlls/msvcrt/Makefile dlls/msvcrt/tests/Makefile dlls/msvcrt20/Makefile dlls/msvcrtd/Makefile dlls/msvideo/Makefile dlls/msvideo/msrle32/Makefile dlls/mswsock/Makefile dlls/netapi32/Makefile dlls/netapi32/tests/Makefile dlls/ntdll/Makefile dlls/ntdll/tests/Makefile dlls/odbc32/Makefile dlls/ole32/Makefile dlls/oleacc/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/urlmon/tests/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/tests/Makefile dlls/winmm/wavemap/Makefile dlls/winmm/winealsa/Makefile dlls/winmm/winearts/Makefile dlls/winmm/wineaudioio/Makefile dlls/winmm/winenas/Makefile dlls/winmm/winejack/Makefile dlls/winmm/wineoss/Makefile dlls/winnls/Makefile dlls/winsock/Makefile dlls/winsock/tests/Makefile dlls/winspool/Makefile dlls/winspool/tests/Makefile dlls/wintab32/Makefile dlls/wintrust/Makefile dlls/wow32/Makefile dlls/wsock32/Makefile dlls/x11drv/Makefile documentation/Makefile include/Makefile libs/Makefile libs/port/Makefile libs/unicode/Makefile libs/uuid/Makefile libs/wine/Makefile libs/wpp/Makefile miscemu/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/rpcss/Makefile programs/rundll32/Makefile programs/start/Makefile programs/uninstaller/Makefile programs/view/Makefile programs/wcmd/Makefile programs/wineboot/Makefile programs/winecfg/Makefile programs/wineconsole/Makefile programs/winedbg/Makefile programs/winefile/Makefile programs/winemenubuilder/Makefile programs/winemine/Makefile programs/winepath/Makefile programs/winevdm/Makefile programs/winhelp/Makefile programs/winver/Makefile server/Makefile tools/Makefile tools/widl/Makefile tools/winapi/Makefile tools/winebuild/Makefile tools/winedump/Makefile tools/winegcc/Makefile tools/wmc/Makefile tools/wrc/Makefile"
16716 cat >confcache
<<\_ACEOF
16717 # This file is a shell script that caches the results of configure
16718 # tests run on this system so they can be shared between configure
16719 # scripts and configure runs, see configure's option --config-cache.
16720 # It is not useful on other systems. If it contains results you don't
16721 # want to keep, you may remove or edit it.
16723 # config.status only pays attention to the cache file if you give it
16724 # the --recheck option to rerun configure.
16726 # `ac_cv_env_foo' variables (set or unset) will be overridden when
16727 # loading this file, other *unset* `ac_cv_foo' will be assigned the
16728 # following values.
16732 # The following way of writing the cache mishandles newlines in values,
16733 # but we know of no workaround that is simple, portable, and efficient.
16734 # So, don't put newlines in cache variables' values.
16735 # Ultrix sh set writes to stderr and can't be redirected directly,
16736 # and sets the high bit in the cache file unless we assign to the vars.
16739 case `(ac_space=' '; set | grep ac_space) 2>&1` in
16741 # `set' does not quote correctly, so add quotes (double-quote
16742 # substitution turns \\\\ into \\, and sed turns \\ into \).
16745 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
16748 # `set' quotes correctly as required by POSIX, so do not add quotes.
16750 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
16757 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16759 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16761 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
16762 if test -w $cache_file; then
16763 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
16764 cat confcache
>$cache_file
16766 echo "not updating unwritable cache $cache_file"
16771 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
16772 # Let make expand exec_prefix.
16773 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
16775 # VPATH may cause trouble with some makes, so we remove $(srcdir),
16776 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
16777 # trailing colons and then remove the whole line if VPATH becomes empty
16778 # (actually we leave an empty line to preserve line numbers).
16779 if test "x$srcdir" = x.
; then
16780 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
16781 s/:*\$(srcdir):*/:/;
16782 s/:*\${srcdir}:*/:/;
16784 s/^\([^=]*=[ ]*\):*/\1/;
16790 DEFS
=-DHAVE_CONFIG_H
16794 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
16795 # 1. Remove the extension, and $U if already installed.
16796 ac_i
=`echo "$ac_i" |
16797 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
16799 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
16800 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
16802 LIBOBJS
=$ac_libobjs
16804 LTLIBOBJS
=$ac_ltlibobjs
16808 : ${CONFIG_STATUS=./config.status}
16809 ac_clean_files_save
=$ac_clean_files
16810 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
16811 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
16812 echo "$as_me: creating $CONFIG_STATUS" >&6;}
16813 cat >$CONFIG_STATUS <<_ACEOF
16815 # Generated by $as_me.
16816 # Run this file to recreate the current configuration.
16817 # Compiler output produced by configure, useful for debugging
16818 # configure, is in config.log if it exists.
16821 ac_cs_recheck=false
16823 SHELL=\${CONFIG_SHELL-$SHELL}
16826 cat >>$CONFIG_STATUS <<\_ACEOF
16827 ## --------------------- ##
16828 ## M4sh Initialization. ##
16829 ## --------------------- ##
16831 # Be Bourne compatible
16832 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
16835 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
16836 # is contrary to our usage. Disable this feature.
16837 alias -g '${1+"$@"}'='"$@"'
16838 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
16842 # Support unset when possible.
16843 if (FOO
=FOO
; unset FOO
) >/dev
/null
2>&1; then
16850 # Work around bugs in pre-3.0 UWIN ksh.
16851 $as_unset ENV MAIL MAILPATH
16858 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
16859 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
16860 LC_TELEPHONE LC_TIME
16862 if (set +x
; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
16863 eval $as_var=C
; export $as_var
16869 # Required to use basename.
16870 if expr a
: '\(a\)' >/dev
/null
2>&1; then
16876 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
16877 as_basename
=basename
16883 # Name of the executable.
16884 as_me
=`$as_basename "$0" ||
16885 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16886 X"$0" : 'X\(//\)$' \| \
16887 X"$0" : 'X\(/\)$' \| \
16888 . : '\(.\)' 2>/dev/null ||
16890 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
16891 /^X\/\(\/\/\)$/{ s//\1/; q; }
16892 /^X\/\(\/\).*/{ s//\1/; q; }
16896 # PATH needs CR, and LINENO needs CR and PATH.
16897 # Avoid depending upon Character Ranges.
16898 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
16899 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16900 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
16901 as_cr_digits
='0123456789'
16902 as_cr_alnum
=$as_cr_Letters$as_cr_digits
16904 # The user is always right.
16905 if test "${PATH_SEPARATOR+set}" != set; then
16906 echo "#! /bin/sh" >conf$$.sh
16907 echo "exit 0" >>conf$$.sh
16909 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
16918 as_lineno_1
=$LINENO
16919 as_lineno_2
=$LINENO
16920 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
16921 test "x$as_lineno_1" != "x$as_lineno_2" &&
16922 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
16923 # Find who we are. Look in the path if we contain no path at all
16926 *[\\/]* ) as_myself
=$0 ;;
16927 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16928 for as_dir
in $PATH
16931 test -z "$as_dir" && as_dir
=.
16932 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
16937 # We did not find ourselves, most probably we were run as `sh COMMAND'
16938 # in which case we are not to be found in the path.
16939 if test "x$as_myself" = x
; then
16942 if test ! -f "$as_myself"; then
16943 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
16944 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
16945 { (exit 1); exit 1; }; }
16947 case $CONFIG_SHELL in
16949 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16950 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
16953 test -z "$as_dir" && as_dir
=.
16954 for as_base
in sh bash ksh sh5
; do
16957 if ("$as_dir/$as_base" -c '
16958 as_lineno_1=$LINENO
16959 as_lineno_2=$LINENO
16960 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
16961 test "x$as_lineno_1" != "x$as_lineno_2" &&
16962 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
16963 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
16964 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
16965 CONFIG_SHELL
=$as_dir/$as_base
16966 export CONFIG_SHELL
16967 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
16975 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
16976 # uniformly replaced by the line number. The first 'sed' inserts a
16977 # line-number line before each line; the second 'sed' does the real
16978 # work. The second script uses 'N' to pair each line-number line
16979 # with the numbered line, and appends trailing '-' during
16980 # substitution so that $LINENO is not a special case at line end.
16981 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
16982 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
16983 sed '=' <$as_myself |
16988 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
16991 s,^['$as_cr_digits']*\n,,
16992 ' >$as_me.lineno
&&
16993 chmod +x
$as_me.lineno ||
16994 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
16995 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
16996 { (exit 1); exit 1; }; }
16998 # Don't try to exec as it changes $[0], causing all sort of problems
16999 # (the dirname of $[0] is not the place where we might find the
17000 # original and so on. Autoconf is especially sensible to this).
17002 # Exit status is that of the last command.
17007 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
17008 *c
*,-n*) ECHO_N
= ECHO_C
='
17010 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
17011 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
17014 if expr a
: '\(a\)' >/dev
/null
2>&1; then
17020 rm -f conf$$ conf$$.exe conf$$.
file
17022 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
17023 # We could just check for DJGPP; but this test a) works b) is more generic
17024 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
17025 if test -f conf$$.exe
; then
17026 # Don't use ln at all; we don't have any links
17031 elif ln conf$$.
file conf$$
2>/dev
/null
; then
17036 rm -f conf$$ conf$$.exe conf$$.
file
17038 if mkdir
-p .
2>/dev
/null
; then
17044 as_executable_p
="test -f"
17046 # Sed expression to map a string onto a valid CPP name.
17047 as_tr_cpp
="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
17049 # Sed expression to map a string onto a valid variable name.
17050 as_tr_sh
="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
17054 # We need space, tab and new line, in precisely that order.
17064 # Open the log real soon, to keep \$[0] and so on meaningful, and to
17065 # report actual input values of CONFIG_FILES etc. instead of their
17066 # values after options handling. Logging --version etc. is OK.
17070 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
17071 ## Running $as_me. ##
17076 This file was extended by Wine $as_me 20030911, which was
17077 generated by GNU Autoconf 2.57. Invocation command line was
17079 CONFIG_FILES = $CONFIG_FILES
17080 CONFIG_HEADERS = $CONFIG_HEADERS
17081 CONFIG_LINKS = $CONFIG_LINKS
17082 CONFIG_COMMANDS = $CONFIG_COMMANDS
17086 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
17090 # Files that config.status was made for.
17091 if test -n "$ac_config_files"; then
17092 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
17095 if test -n "$ac_config_headers"; then
17096 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
17099 if test -n "$ac_config_links"; then
17100 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
17103 if test -n "$ac_config_commands"; then
17104 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
17107 cat >>$CONFIG_STATUS <<\_ACEOF
17110 \`$as_me' instantiates files from templates according to the
17111 current configuration.
17113 Usage: $0 [OPTIONS] [FILE]...
17115 -h, --help print this help, then exit
17116 -V, --version print version number, then exit
17117 -q, --quiet do not print progress messages
17118 -d, --debug don't remove temporary files
17119 --recheck update $as_me by reconfiguring in the same conditions
17120 --file=FILE[:TEMPLATE]
17121 instantiate the configuration file FILE
17122 --header=FILE[:TEMPLATE]
17123 instantiate the configuration header FILE
17125 Configuration files:
17128 Configuration headers:
17131 Configuration commands:
17134 Report bugs to <bug-autoconf@gnu.org>."
17137 cat >>$CONFIG_STATUS <<_ACEOF
17139 Wine config.status 20030911
17140 configured by $0, generated by GNU Autoconf 2.57,
17141 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
17143 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
17144 Free Software Foundation, Inc.
17145 This config.status script is free software; the Free Software Foundation
17146 gives unlimited permission to copy, distribute and modify it."
17151 cat >>$CONFIG_STATUS <<\_ACEOF
17152 # If no file are specified by the user, then we need to provide default
17153 # value. By we need to know if files were specified by the user.
17159 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
17160 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
17168 *) # This is not an option, so the user has probably given explicit
17171 ac_need_defaults
=false
;;
17175 # Handling of the options.
17177 cat >>$CONFIG_STATUS <<\_ACEOF
17178 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
17180 --version |
--vers* |
-V )
17181 echo "$ac_cs_version"; exit 0 ;;
17183 # Conflict between --help and --header
17184 { { echo "$as_me:$LINENO: error: ambiguous option: $1
17185 Try \`$0 --help' for more information." >&5
17186 echo "$as_me: error: ambiguous option: $1
17187 Try \`$0 --help' for more information." >&2;}
17188 { (exit 1); exit 1; }; };;
17189 --help |
--hel |
-h )
17190 echo "$ac_cs_usage"; exit 0 ;;
17191 --debug |
--d* |
-d )
17193 --file |
--fil |
--fi |
--f )
17195 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
17196 ac_need_defaults
=false
;;
17197 --header |
--heade |
--head |
--hea )
17199 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
17200 ac_need_defaults
=false
;;
17201 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
17202 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
17205 # This is an error.
17206 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
17207 Try \`$0 --help' for more information." >&5
17208 echo "$as_me: error: unrecognized option: $1
17209 Try \`$0 --help' for more information." >&2;}
17210 { (exit 1); exit 1; }; } ;;
17212 *) ac_config_targets
="$ac_config_targets $1" ;;
17218 ac_configure_extra_args
=
17220 if $ac_cs_silent; then
17222 ac_configure_extra_args
="$ac_configure_extra_args --silent"
17226 cat >>$CONFIG_STATUS <<_ACEOF
17227 if \$ac_cs_recheck; then
17228 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
17229 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
17238 cat >>$CONFIG_STATUS <<\_ACEOF
17239 for ac_config_target
in $ac_config_targets
17241 case "$ac_config_target" in
17242 # Handling of arguments.
17243 "Make.rules" ) CONFIG_FILES
="$CONFIG_FILES Make.rules" ;;
17244 "dlls/Makedll.rules" ) CONFIG_FILES
="$CONFIG_FILES dlls/Makedll.rules" ;;
17245 "dlls/Maketest.rules" ) CONFIG_FILES
="$CONFIG_FILES dlls/Maketest.rules" ;;
17246 "libs/Makelib.rules" ) CONFIG_FILES
="$CONFIG_FILES libs/Makelib.rules" ;;
17247 "programs/Makeprog.rules" ) CONFIG_FILES
="$CONFIG_FILES programs/Makeprog.rules" ;;
17248 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
17249 "dlls/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/Makefile" ;;
17250 "dlls/advapi32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/Makefile" ;;
17251 "dlls/advapi32/tests/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
17252 "dlls/avicap32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/avicap32/Makefile" ;;
17253 "dlls/avifil32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/avifil32/Makefile" ;;
17254 "dlls/cabinet/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/Makefile" ;;
17255 "dlls/comcat/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/comcat/Makefile" ;;
17256 "dlls/comctl32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/Makefile" ;;
17257 "dlls/comctl32/tests/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
17258 "dlls/commdlg/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/commdlg/Makefile" ;;
17259 "dlls/crtdll/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/crtdll/Makefile" ;;
17260 "dlls/crypt32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/Makefile" ;;
17261 "dlls/ctl3d/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/ctl3d/Makefile" ;;
17262 "dlls/d3d8/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/Makefile" ;;
17263 "dlls/d3d9/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/Makefile" ;;
17264 "dlls/d3dim/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/d3dim/Makefile" ;;
17265 "dlls/d3dx8/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
17266 "dlls/dciman32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/dciman32/Makefile" ;;
17267 "dlls/ddraw/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/Makefile" ;;
17268 "dlls/devenum/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/devenum/Makefile" ;;
17269 "dlls/dinput/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/dinput/Makefile" ;;
17270 "dlls/dinput8/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/dinput8/Makefile" ;;
17271 "dlls/dmband/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/dmband/Makefile" ;;
17272 "dlls/dmcompos/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
17273 "dlls/dmime/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/dmime/Makefile" ;;
17274 "dlls/dmloader/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/dmloader/Makefile" ;;
17275 "dlls/dmscript/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/dmscript/Makefile" ;;
17276 "dlls/dmstyle/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
17277 "dlls/dmsynth/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
17278 "dlls/dmusic/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/dmusic/Makefile" ;;
17279 "dlls/dmusic32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
17280 "dlls/dplay/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/dplay/Makefile" ;;
17281 "dlls/dplayx/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/Makefile" ;;
17282 "dlls/dpnhpast/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
17283 "dlls/dsound/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/dsound/Makefile" ;;
17284 "dlls/dsound/tests/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
17285 "dlls/gdi/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/gdi/Makefile" ;;
17286 "dlls/gdi/tests/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/gdi/tests/Makefile" ;;
17287 "dlls/glu32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/glu32/Makefile" ;;
17288 "dlls/icmp/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/icmp/Makefile" ;;
17289 "dlls/imagehlp/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
17290 "dlls/imm32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/imm32/Makefile" ;;
17291 "dlls/iphlpapi/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
17292 "dlls/kernel/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/kernel/Makefile" ;;
17293 "dlls/kernel/tests/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/kernel/tests/Makefile" ;;
17294 "dlls/lzexpand/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/lzexpand/Makefile" ;;
17295 "dlls/mapi32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/Makefile" ;;
17296 "dlls/mpr/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/mpr/Makefile" ;;
17297 "dlls/msacm/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/msacm/Makefile" ;;
17298 "dlls/msacm/imaadp32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/msacm/imaadp32/Makefile" ;;
17299 "dlls/msacm/msadp32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/msacm/msadp32/Makefile" ;;
17300 "dlls/msacm/msg711/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/msacm/msg711/Makefile" ;;
17301 "dlls/msacm/winemp3/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/msacm/winemp3/Makefile" ;;
17302 "dlls/msdmo/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/msdmo/Makefile" ;;
17303 "dlls/mshtml/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/Makefile" ;;
17304 "dlls/msi/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/msi/Makefile" ;;
17305 "dlls/msimg32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/msimg32/Makefile" ;;
17306 "dlls/msisys/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/msisys/Makefile" ;;
17307 "dlls/msnet32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/msnet32/Makefile" ;;
17308 "dlls/msvcrt/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
17309 "dlls/msvcrt/tests/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
17310 "dlls/msvcrt20/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
17311 "dlls/msvcrtd/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
17312 "dlls/msvideo/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/msvideo/Makefile" ;;
17313 "dlls/msvideo/msrle32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/msvideo/msrle32/Makefile" ;;
17314 "dlls/mswsock/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/mswsock/Makefile" ;;
17315 "dlls/netapi32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/Makefile" ;;
17316 "dlls/netapi32/tests/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
17317 "dlls/ntdll/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/Makefile" ;;
17318 "dlls/ntdll/tests/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
17319 "dlls/odbc32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/odbc32/Makefile" ;;
17320 "dlls/ole32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/ole32/Makefile" ;;
17321 "dlls/oleacc/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/oleacc/Makefile" ;;
17322 "dlls/oleaut32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
17323 "dlls/oleaut32/tests/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
17324 "dlls/olecli/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/olecli/Makefile" ;;
17325 "dlls/oledlg/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/oledlg/Makefile" ;;
17326 "dlls/olepro32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/olepro32/Makefile" ;;
17327 "dlls/olesvr/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/olesvr/Makefile" ;;
17328 "dlls/opengl32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/opengl32/Makefile" ;;
17329 "dlls/psapi/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/psapi/Makefile" ;;
17330 "dlls/qcap/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/qcap/Makefile" ;;
17331 "dlls/quartz/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/quartz/Makefile" ;;
17332 "dlls/rasapi32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
17333 "dlls/richedit/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/richedit/Makefile" ;;
17334 "dlls/rpcrt4/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
17335 "dlls/rpcrt4/tests/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
17336 "dlls/serialui/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/serialui/Makefile" ;;
17337 "dlls/setupapi/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/Makefile" ;;
17338 "dlls/shdocvw/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
17339 "dlls/shell32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/shell32/Makefile" ;;
17340 "dlls/shell32/tests/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
17341 "dlls/shfolder/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/shfolder/Makefile" ;;
17342 "dlls/shlwapi/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
17343 "dlls/shlwapi/tests/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
17344 "dlls/snmpapi/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
17345 "dlls/sti/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/sti/Makefile" ;;
17346 "dlls/tapi32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/tapi32/Makefile" ;;
17347 "dlls/ttydrv/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/ttydrv/Makefile" ;;
17348 "dlls/twain/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/twain/Makefile" ;;
17349 "dlls/url/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/url/Makefile" ;;
17350 "dlls/urlmon/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/Makefile" ;;
17351 "dlls/urlmon/tests/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
17352 "dlls/user/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/user/Makefile" ;;
17353 "dlls/user/tests/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/user/tests/Makefile" ;;
17354 "dlls/version/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/version/Makefile" ;;
17355 "dlls/win32s/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/win32s/Makefile" ;;
17356 "dlls/winaspi/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winaspi/Makefile" ;;
17357 "dlls/winedos/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winedos/Makefile" ;;
17358 "dlls/wineps/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/wineps/Makefile" ;;
17359 "dlls/wininet/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/wininet/Makefile" ;;
17360 "dlls/wininet/tests/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
17361 "dlls/winmm/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winmm/Makefile" ;;
17362 "dlls/winmm/joystick/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winmm/joystick/Makefile" ;;
17363 "dlls/winmm/mcianim/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winmm/mcianim/Makefile" ;;
17364 "dlls/winmm/mciavi/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winmm/mciavi/Makefile" ;;
17365 "dlls/winmm/mcicda/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winmm/mcicda/Makefile" ;;
17366 "dlls/winmm/mciseq/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winmm/mciseq/Makefile" ;;
17367 "dlls/winmm/mciwave/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winmm/mciwave/Makefile" ;;
17368 "dlls/winmm/midimap/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winmm/midimap/Makefile" ;;
17369 "dlls/winmm/tests/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
17370 "dlls/winmm/wavemap/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winmm/wavemap/Makefile" ;;
17371 "dlls/winmm/winealsa/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winmm/winealsa/Makefile" ;;
17372 "dlls/winmm/winearts/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winmm/winearts/Makefile" ;;
17373 "dlls/winmm/wineaudioio/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winmm/wineaudioio/Makefile" ;;
17374 "dlls/winmm/winenas/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winmm/winenas/Makefile" ;;
17375 "dlls/winmm/winejack/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winmm/winejack/Makefile" ;;
17376 "dlls/winmm/wineoss/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winmm/wineoss/Makefile" ;;
17377 "dlls/winnls/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winnls/Makefile" ;;
17378 "dlls/winsock/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winsock/Makefile" ;;
17379 "dlls/winsock/tests/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winsock/tests/Makefile" ;;
17380 "dlls/winspool/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winspool/Makefile" ;;
17381 "dlls/winspool/tests/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/winspool/tests/Makefile" ;;
17382 "dlls/wintab32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/wintab32/Makefile" ;;
17383 "dlls/wintrust/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/Makefile" ;;
17384 "dlls/wow32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/wow32/Makefile" ;;
17385 "dlls/wsock32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/wsock32/Makefile" ;;
17386 "dlls/x11drv/Makefile" ) CONFIG_FILES
="$CONFIG_FILES dlls/x11drv/Makefile" ;;
17387 "documentation/Makefile" ) CONFIG_FILES
="$CONFIG_FILES documentation/Makefile" ;;
17388 "include/Makefile" ) CONFIG_FILES
="$CONFIG_FILES include/Makefile" ;;
17389 "libs/Makefile" ) CONFIG_FILES
="$CONFIG_FILES libs/Makefile" ;;
17390 "libs/port/Makefile" ) CONFIG_FILES
="$CONFIG_FILES libs/port/Makefile" ;;
17391 "libs/unicode/Makefile" ) CONFIG_FILES
="$CONFIG_FILES libs/unicode/Makefile" ;;
17392 "libs/uuid/Makefile" ) CONFIG_FILES
="$CONFIG_FILES libs/uuid/Makefile" ;;
17393 "libs/wine/Makefile" ) CONFIG_FILES
="$CONFIG_FILES libs/wine/Makefile" ;;
17394 "libs/wpp/Makefile" ) CONFIG_FILES
="$CONFIG_FILES libs/wpp/Makefile" ;;
17395 "miscemu/Makefile" ) CONFIG_FILES
="$CONFIG_FILES miscemu/Makefile" ;;
17396 "programs/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/Makefile" ;;
17397 "programs/avitools/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/avitools/Makefile" ;;
17398 "programs/clock/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/clock/Makefile" ;;
17399 "programs/cmdlgtst/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
17400 "programs/control/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/control/Makefile" ;;
17401 "programs/expand/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/expand/Makefile" ;;
17402 "programs/notepad/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/notepad/Makefile" ;;
17403 "programs/osversioncheck/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/osversioncheck/Makefile" ;;
17404 "programs/progman/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/progman/Makefile" ;;
17405 "programs/regapi/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/regapi/Makefile" ;;
17406 "programs/regedit/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/regedit/Makefile" ;;
17407 "programs/regsvr32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/regsvr32/Makefile" ;;
17408 "programs/regtest/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/regtest/Makefile" ;;
17409 "programs/rpcss/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/rpcss/Makefile" ;;
17410 "programs/rundll32/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/rundll32/Makefile" ;;
17411 "programs/start/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/start/Makefile" ;;
17412 "programs/uninstaller/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/uninstaller/Makefile" ;;
17413 "programs/view/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/view/Makefile" ;;
17414 "programs/wcmd/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/wcmd/Makefile" ;;
17415 "programs/wineboot/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/wineboot/Makefile" ;;
17416 "programs/winecfg/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/winecfg/Makefile" ;;
17417 "programs/wineconsole/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/wineconsole/Makefile" ;;
17418 "programs/winedbg/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/winedbg/Makefile" ;;
17419 "programs/winefile/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/winefile/Makefile" ;;
17420 "programs/winemenubuilder/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
17421 "programs/winemine/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/winemine/Makefile" ;;
17422 "programs/winepath/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/winepath/Makefile" ;;
17423 "programs/winevdm/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/winevdm/Makefile" ;;
17424 "programs/winhelp/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/winhelp/Makefile" ;;
17425 "programs/winver/Makefile" ) CONFIG_FILES
="$CONFIG_FILES programs/winver/Makefile" ;;
17426 "server/Makefile" ) CONFIG_FILES
="$CONFIG_FILES server/Makefile" ;;
17427 "tools/Makefile" ) CONFIG_FILES
="$CONFIG_FILES tools/Makefile" ;;
17428 "tools/widl/Makefile" ) CONFIG_FILES
="$CONFIG_FILES tools/widl/Makefile" ;;
17429 "tools/winapi/Makefile" ) CONFIG_FILES
="$CONFIG_FILES tools/winapi/Makefile" ;;
17430 "tools/winebuild/Makefile" ) CONFIG_FILES
="$CONFIG_FILES tools/winebuild/Makefile" ;;
17431 "tools/winedump/Makefile" ) CONFIG_FILES
="$CONFIG_FILES tools/winedump/Makefile" ;;
17432 "tools/winegcc/Makefile" ) CONFIG_FILES
="$CONFIG_FILES tools/winegcc/Makefile" ;;
17433 "tools/wmc/Makefile" ) CONFIG_FILES
="$CONFIG_FILES tools/wmc/Makefile" ;;
17434 "tools/wrc/Makefile" ) CONFIG_FILES
="$CONFIG_FILES tools/wrc/Makefile" ;;
17435 "controls" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS controls" ;;
17436 "dlls/ddraw/d3ddevice" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/ddraw/d3ddevice" ;;
17437 "dlls/ddraw/dclipper" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/ddraw/dclipper" ;;
17438 "dlls/ddraw/ddraw" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/ddraw/ddraw" ;;
17439 "dlls/ddraw/direct3d" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/ddraw/direct3d" ;;
17440 "dlls/ddraw/dpalette" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/ddraw/dpalette" ;;
17441 "dlls/ddraw/dsurface" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/ddraw/dsurface" ;;
17442 "dlls/dinput/joystick" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/dinput/joystick" ;;
17443 "dlls/dinput/keyboard" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/dinput/keyboard" ;;
17444 "dlls/dinput/mouse" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/dinput/mouse" ;;
17445 "dlls/gdi/enhmfdrv" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi/enhmfdrv" ;;
17446 "dlls/gdi/mfdrv" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi/mfdrv" ;;
17447 "dlls/kernel/messages" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/kernel/messages" ;;
17448 "dlls/user/dde" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/user/dde" ;;
17449 "dlls/user/resources" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/user/resources" ;;
17450 "dlls/wineps/data" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/wineps/data" ;;
17451 "files" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS files" ;;
17452 "graphics" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS graphics" ;;
17453 "graphics/x11drv" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS graphics/x11drv" ;;
17454 "include/wine" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS include/wine" ;;
17455 "loader" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS loader" ;;
17456 "loader/ne" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS loader/ne" ;;
17457 "memory" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS memory" ;;
17458 "misc" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS misc" ;;
17459 "msdos" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS msdos" ;;
17460 "objects" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS objects" ;;
17461 "programs/regapi/tests" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS programs/regapi/tests" ;;
17462 "programs/regedit/tests" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS programs/regedit/tests" ;;
17463 "scheduler" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS scheduler" ;;
17464 "win32" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS win32" ;;
17465 "windows" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS windows" ;;
17466 "include/config.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
17467 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
17468 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
17469 { (exit 1); exit 1; }; };;
17473 # If the user did not use the arguments to specify the items to instantiate,
17474 # then the envvar interface is used. Set only those that are not.
17475 # We use the long form for the default assignment because of an extremely
17476 # bizarre bug on SunOS 4.1.3.
17477 if $ac_need_defaults; then
17478 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
17479 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
17480 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
17483 # Have a temporary directory for convenience. Make it in the build tree
17484 # simply because there is no reason to put it here, and in addition,
17485 # creating and moving files from /tmp can sometimes cause problems.
17486 # Create a temporary directory, and hook for its removal unless debugging.
17489 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
17490 trap '{ (exit 1); exit 1; }' 1 2 13 15
17493 # Create a (secure) tmp directory for tmp files.
17496 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
17497 test -n "$tmp" && test -d "$tmp"
17500 tmp
=.
/confstat$$
-$RANDOM
17501 (umask 077 && mkdir
$tmp)
17504 echo "$me: cannot create a temporary directory in ." >&2
17505 { (exit 1); exit 1; }
17510 cat >>$CONFIG_STATUS <<_ACEOF
17513 # CONFIG_FILES section.
17516 # No need to generate the scripts if there are no CONFIG_FILES.
17517 # This happens for instance when ./config.status config.h
17518 if test -n "\$CONFIG_FILES"; then
17519 # Protect against being on the right side of a sed subst in config.status.
17520 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
17521 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
17522 s,@SHELL@,$SHELL,;t t
17523 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
17524 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
17525 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
17526 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
17527 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
17528 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
17529 s,@exec_prefix@,$exec_prefix,;t t
17530 s,@prefix@,$prefix,;t t
17531 s,@program_transform_name@,$program_transform_name,;t t
17532 s,@bindir@,$bindir,;t t
17533 s,@sbindir@,$sbindir,;t t
17534 s,@libexecdir@,$libexecdir,;t t
17535 s,@datadir@,$datadir,;t t
17536 s,@sysconfdir@,$sysconfdir,;t t
17537 s,@sharedstatedir@,$sharedstatedir,;t t
17538 s,@localstatedir@,$localstatedir,;t t
17539 s,@libdir@,$libdir,;t t
17540 s,@includedir@,$includedir,;t t
17541 s,@oldincludedir@,$oldincludedir,;t t
17542 s,@infodir@,$infodir,;t t
17543 s,@mandir@,$mandir,;t t
17544 s,@build_alias@,$build_alias,;t t
17545 s,@host_alias@,$host_alias,;t t
17546 s,@target_alias@,$target_alias,;t t
17547 s,@DEFS@,$DEFS,;t t
17548 s,@ECHO_C@,$ECHO_C,;t t
17549 s,@ECHO_N@,$ECHO_N,;t t
17550 s,@ECHO_T@,$ECHO_T,;t t
17551 s,@LIBS@,$LIBS,;t t
17552 s,@WIN16_FILES@,$WIN16_FILES,;t t
17553 s,@WIN16_INSTALL@,$WIN16_INSTALL,;t t
17554 s,@LIBPTHREAD@,$LIBPTHREAD,;t t
17555 s,@build@,$build,;t t
17556 s,@build_cpu@,$build_cpu,;t t
17557 s,@build_vendor@,$build_vendor,;t t
17558 s,@build_os@,$build_os,;t t
17559 s,@host@,$host,;t t
17560 s,@host_cpu@,$host_cpu,;t t
17561 s,@host_vendor@,$host_vendor,;t t
17562 s,@host_os@,$host_os,;t t
17563 s,@SET_MAKE@,$SET_MAKE,;t t
17565 s,@CFLAGS@,$CFLAGS,;t t
17566 s,@LDFLAGS@,$LDFLAGS,;t t
17567 s,@CPPFLAGS@,$CPPFLAGS,;t t
17568 s,@ac_ct_CC@,$ac_ct_CC,;t t
17569 s,@EXEEXT@,$EXEEXT,;t t
17570 s,@OBJEXT@,$OBJEXT,;t t
17572 s,@TOOLSDIR@,$TOOLSDIR,;t t
17573 s,@X_CFLAGS@,$X_CFLAGS,;t t
17574 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
17575 s,@X_LIBS@,$X_LIBS,;t t
17576 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
17577 s,@YACC@,$YACC,;t t
17579 s,@LEXLIB@,$LEXLIB,;t t
17580 s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
17581 s,@XYACC@,$XYACC,;t t
17582 s,@XLEX@,$XLEX,;t t
17584 s,@ac_ct_AS@,$ac_ct_AS,;t t
17586 s,@ac_ct_LD@,$ac_ct_LD,;t t
17588 s,@ac_ct_AR@,$ac_ct_AR,;t t
17589 s,@RANLIB@,$RANLIB,;t t
17590 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
17591 s,@STRIP@,$STRIP,;t t
17592 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
17593 s,@WINDRES@,$WINDRES,;t t
17594 s,@ac_ct_WINDRES@,$ac_ct_WINDRES,;t t
17595 s,@LN_S@,$LN_S,;t t
17597 s,@LDCONFIG@,$LDCONFIG,;t t
17598 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
17599 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
17600 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
17601 s,@LINT@,$LINT,;t t
17602 s,@LINTFLAGS@,$LINTFLAGS,;t t
17603 s,@DB2HTML@,$DB2HTML,;t t
17604 s,@DB2PDF@,$DB2PDF,;t t
17605 s,@DB2PS@,$DB2PS,;t t
17606 s,@JPEGLIB@,$JPEGLIB,;t t
17607 s,@EGREP@,$EGREP,;t t
17608 s,@GIFLIB@,$GIFLIB,;t t
17609 s,@XLIB@,$XLIB,;t t
17610 s,@XFILES@,$XFILES,;t t
17611 s,@OPENGLFILES@,$OPENGLFILES,;t t
17612 s,@GLU32FILES@,$GLU32FILES,;t t
17613 s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
17614 s,@NASLIBS@,$NASLIBS,;t t
17615 s,@CURSESLIBS@,$CURSESLIBS,;t t
17616 s,@sane_devel@,$sane_devel,;t t
17617 s,@SANELIBS@,$SANELIBS,;t t
17618 s,@SANEINCL@,$SANEINCL,;t t
17619 s,@ICULIBS@,$ICULIBS,;t t
17620 s,@ft_devel@,$ft_devel,;t t
17621 s,@ft_devel2@,$ft_devel2,;t t
17622 s,@FREETYPEINCL@,$FREETYPEINCL,;t t
17623 s,@ARTSCCONFIG@,$ARTSCCONFIG,;t t
17624 s,@ARTSLIBS@,$ARTSLIBS,;t t
17625 s,@ARTSINCL@,$ARTSINCL,;t t
17626 s,@ALSALIBS@,$ALSALIBS,;t t
17627 s,@AUDIOIOLIBS@,$AUDIOIOLIBS,;t t
17628 s,@EXTRACFLAGS@,$EXTRACFLAGS,;t t
17629 s,@DLLEXT@,$DLLEXT,;t t
17630 s,@DLLFLAGS@,$DLLFLAGS,;t t
17631 s,@DLLIBS@,$DLLIBS,;t t
17632 s,@LDDLLFLAGS@,$LDDLLFLAGS,;t t
17633 s,@LDSHARED@,$LDSHARED,;t t
17634 s,@LIBEXT@,$LIBEXT,;t t
17635 s,@IMPLIBEXT@,$IMPLIBEXT,;t t
17636 s,@DLLTOOL@,$DLLTOOL,;t t
17637 s,@ac_ct_DLLTOOL@,$ac_ct_DLLTOOL,;t t
17638 s,@DLLWRAP@,$DLLWRAP,;t t
17639 s,@ac_ct_DLLWRAP@,$ac_ct_DLLWRAP,;t t
17640 s,@LDEXECFLAGS@,$LDEXECFLAGS,;t t
17641 s,@CROSSTEST@,$CROSSTEST,;t t
17642 s,@CROSSCC@,$CROSSCC,;t t
17643 s,@CROSSWINDRES@,$CROSSWINDRES,;t t
17644 s,@LDPATH@,$LDPATH,;t t
17645 s,@CRTLIBS@,$CRTLIBS,;t t
17647 s,@ALLOCA@,$ALLOCA,;t t
17648 s,@LIBOBJS@,$LIBOBJS,;t t
17649 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
17650 /@MAKE_RULES@/r $MAKE_RULES
17651 s,@MAKE_RULES@,,;t t
17652 /@MAKE_DLL_RULES@/r $MAKE_DLL_RULES
17653 s,@MAKE_DLL_RULES@,,;t t
17654 /@MAKE_TEST_RULES@/r $MAKE_TEST_RULES
17655 s,@MAKE_TEST_RULES@,,;t t
17656 /@MAKE_LIB_RULES@/r $MAKE_LIB_RULES
17657 s,@MAKE_LIB_RULES@,,;t t
17658 /@MAKE_PROG_RULES@/r $MAKE_PROG_RULES
17659 s,@MAKE_PROG_RULES@,,;t t
17664 cat >>$CONFIG_STATUS <<\_ACEOF
17665 # Split the substitutions into bite-sized pieces for seds with
17666 # small command number limits, like on Digital OSF/1 and HP-UX.
17667 ac_max_sed_lines
=48
17668 ac_sed_frag
=1 # Number of current file.
17669 ac_beg
=1 # First line for current file.
17670 ac_end
=$ac_max_sed_lines # Line after last line for current file.
17673 while $ac_more_lines; do
17674 if test $ac_beg -gt 1; then
17675 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
17677 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
17679 if test ! -s $tmp/subs.frag
; then
17680 ac_more_lines
=false
17682 # The purpose of the label and of the branching condition is to
17683 # speed up the sed processing (if there are no `@' at all, there
17684 # is no need to browse any of the substitutions).
17685 # These are the two extra sed commands mentioned above.
17687 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
17688 if test -z "$ac_sed_cmds"; then
17689 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
17691 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
17693 ac_sed_frag
=`expr $ac_sed_frag + 1`
17695 ac_end
=`expr $ac_end + $ac_max_sed_lines`
17698 if test -z "$ac_sed_cmds"; then
17701 fi # test -n "$CONFIG_FILES"
17704 cat >>$CONFIG_STATUS <<\_ACEOF
17705 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
17706 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
17708 - |
*:- |
*:-:* ) # input from stdin
17710 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
17711 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
17712 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
17713 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
17714 * ) ac_file_in
=$ac_file.
in ;;
17717 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
17718 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
17719 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17720 X"$ac_file" : 'X\(//\)[^/]' \| \
17721 X"$ac_file" : 'X\(//\)$' \| \
17722 X"$ac_file" : 'X\(/\)' \| \
17723 . : '\(.\)' 2>/dev/null ||
17725 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17726 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17727 /^X\(\/\/\)$/{ s//\1/; q; }
17728 /^X\(\/\).*/{ s//\1/; q; }
17730 { if $as_mkdir_p; then
17735 while test ! -d "$as_dir"; do
17736 as_dirs
="$as_dir $as_dirs"
17737 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
17738 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17739 X"$as_dir" : 'X\(//\)[^/]' \| \
17740 X"$as_dir" : 'X\(//\)$' \| \
17741 X"$as_dir" : 'X\(/\)' \| \
17742 . : '\(.\)' 2>/dev/null ||
17744 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17745 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17746 /^X\(\/\/\)$/{ s//\1/; q; }
17747 /^X\(\/\).*/{ s//\1/; q; }
17750 test ! -n "$as_dirs" || mkdir
$as_dirs
17751 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
17752 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
17753 { (exit 1); exit 1; }; }; }
17757 if test "$ac_dir" != .
; then
17758 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
17759 # A "../" for each directory in $ac_dir_suffix.
17760 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
17762 ac_dir_suffix
= ac_top_builddir
=
17766 .
) # No --srcdir option. We are building in place.
17768 if test -z "$ac_top_builddir"; then
17771 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
17773 [\\/]* | ?
:[\\/]* ) # Absolute path.
17774 ac_srcdir
=$srcdir$ac_dir_suffix;
17775 ac_top_srcdir
=$srcdir ;;
17776 *) # Relative path.
17777 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
17778 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
17780 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
17782 ac_abs_builddir
=`cd "$ac_dir" && cd $ac_builddir && pwd`
17783 ac_abs_top_builddir
=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
17784 ac_abs_srcdir
=`cd "$ac_dir" && cd $ac_srcdir && pwd`
17785 ac_abs_top_srcdir
=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
17789 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
17790 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
17793 if test x
"$ac_file" != x-
; then
17794 { echo "$as_me:$LINENO: creating $ac_file" >&5
17795 echo "$as_me: creating $ac_file" >&6;}
17798 # Let's still pretend it is `configure' which instantiates (i.e., don't
17799 # use $as_me), people would be surprised to read:
17800 # /* config.h. Generated by config.status. */
17801 if test x
"$ac_file" = x-
; then
17804 configure_input
="$ac_file. "
17806 configure_input
=$configure_input"Generated from `echo $ac_file_in |
17807 sed 's,.*/,,'` by configure."
17809 # First look for the input files in the build tree, otherwise in the
17811 ac_file_inputs
=`IFS=:
17812 for f in $ac_file_in; do
17814 -) echo $tmp/stdin ;;
17816 # Absolute (can't be DOS-style, as IFS=:)
17817 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17818 echo "$as_me: error: cannot find input file: $f" >&2;}
17819 { (exit 1); exit 1; }; }
17822 if test -f "$f"; then
17825 elif test -f "$srcdir/$f"; then
17830 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17831 echo "$as_me: error: cannot find input file: $f" >&2;}
17832 { (exit 1); exit 1; }; }
17835 done` ||
{ (exit 1); exit 1; }
17837 cat >>$CONFIG_STATUS <<_ACEOF
17841 cat >>$CONFIG_STATUS <<\_ACEOF
17843 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
17844 s
,@configure_input@
,$configure_input,;t t
17845 s
,@srcdir@
,$ac_srcdir,;t t
17846 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
17847 s
,@top_srcdir@
,$ac_top_srcdir,;t t
17848 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
17849 s
,@builddir@
,$ac_builddir,;t t
17850 s
,@abs_builddir@
,$ac_abs_builddir,;t t
17851 s
,@top_builddir@
,$ac_top_builddir,;t t
17852 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
17853 s
,@INSTALL@
,$ac_INSTALL,;t t
17854 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
17856 if test x"$ac_file" != x-; then
17857 mv $tmp/out $ac_file
17865 cat >>$CONFIG_STATUS <<\_ACEOF
17868 # CONFIG_HEADER section.
17871 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
17872 # NAME is the cpp macro being defined and VALUE is the value it is being given.
17874 # ac_d sets the value in "#define NAME VALUE" lines.
17875 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
17876 ac_dB
='[ ].*$,\1#\2'
17879 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
17880 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
17881 ac_uB
='$,\1#\2define\3'
17885 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
17886 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
17888 - |
*:- |
*:-:* ) # input from stdin
17890 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
17891 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
17892 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
17893 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
17894 * ) ac_file_in
=$ac_file.
in ;;
17897 test x
"$ac_file" != x-
&& { echo "$as_me:$LINENO: creating $ac_file" >&5
17898 echo "$as_me: creating $ac_file" >&6;}
17900 # First look for the input files in the build tree, otherwise in the
17902 ac_file_inputs
=`IFS=:
17903 for f in $ac_file_in; do
17905 -) echo $tmp/stdin ;;
17907 # Absolute (can't be DOS-style, as IFS=:)
17908 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17909 echo "$as_me: error: cannot find input file: $f" >&2;}
17910 { (exit 1); exit 1; }; }
17913 if test -f "$f"; then
17916 elif test -f "$srcdir/$f"; then
17921 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17922 echo "$as_me: error: cannot find input file: $f" >&2;}
17923 { (exit 1); exit 1; }; }
17926 done` ||
{ (exit 1); exit 1; }
17927 # Remove the trailing spaces.
17928 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
17932 # Transform confdefs.h into two sed scripts, `conftest.defines' and
17933 # `conftest.undefs', that substitutes the proper values into
17934 # config.h.in to produce config.h. The first handles `#define'
17935 # templates, and the second `#undef' templates.
17936 # And first: Protect against being on the right side of a sed subst in
17937 # config.status. Protect against being in an unquoted here document
17938 # in config.status.
17939 rm -f conftest.defines conftest.undefs
17940 # Using a here document instead of a string reduces the quoting nightmare.
17941 # Putting comments in sed scripts is not portable.
17943 # `end' is used to avoid that the second main sed command (meant for
17944 # 0-ary CPP macros) applies to n-ary macro definitions.
17945 # See the Autoconf documentation for `clear'.
17946 cat >confdef2sed.
sed <<\_ACEOF
17951 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
17953 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
17956 # If some macros were called several times there might be several times
17957 # the same #defines, which is useless. Nevertheless, we may not want to
17958 # sort them, since we want the *last* AC-DEFINE to be honored.
17959 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
17960 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
17961 rm -f confdef2sed.sed
17963 # This sed command replaces #undef with comments. This is necessary, for
17964 # example, in the case of _POSIX_SOURCE, which is predefined and required
17965 # on some systems where configure will not decide to define it.
17966 cat >>conftest.undefs <<\_ACEOF
17967 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
17970 # Break up conftest.defines because some shells have a limit on the size
17971 # of here documents, and old seds have small limits too (100 cmds).
17972 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
17973 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
17974 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
17975 echo ' :' >>$CONFIG_STATUS
17976 rm -f conftest.tail
17977 while grep . conftest.defines >/dev/null
17979 # Write a limited-size here document to $tmp/defines.sed.
17980 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
17981 # Speed up: don't consider the non `#define' lines.
17982 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
17983 # Work around the forget-to-reset-the-flag bug.
17984 echo 't clr' >>$CONFIG_STATUS
17985 echo ': clr' >>$CONFIG_STATUS
17986 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
17988 sed -f $tmp/defines.sed $tmp/in >$tmp/out
17990 mv $tmp/out $tmp/in
17992 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
17993 rm -f conftest.defines
17994 mv conftest.
tail conftest.defines
17996 rm -f conftest.defines
17997 echo ' fi # grep' >>$CONFIG_STATUS
17998 echo >>$CONFIG_STATUS
18000 # Break up conftest.undefs because some shells have a limit on the size
18001 # of here documents, and old seds have small limits too (100 cmds).
18002 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
18003 rm -f conftest.
tail
18004 while grep . conftest.undefs
>/dev
/null
18006 # Write a limited-size here document to $tmp/undefs.sed.
18007 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
18008 # Speed up: don't consider the non
`#undef'
18009 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
18010 # Work around the forget-to-reset-the-flag bug.
18011 echo 't clr' >>$CONFIG_STATUS
18012 echo ': clr' >>$CONFIG_STATUS
18013 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
18015 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
18017 mv $tmp/out $tmp/in
18019 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
18020 rm -f conftest.undefs
18021 mv conftest.tail conftest.undefs
18023 rm -f conftest.undefs
18025 cat >>$CONFIG_STATUS <<\_ACEOF
18026 # Let's still pretend it is `configure
' which instantiates (i.e., don't
18027 # use $as_me), people would be surprised to read:
18028 # /* config.h. Generated by config.status. */
18029 if test x
"$ac_file" = x-
; then
18030 echo "/* Generated by configure. */" >$tmp/config.h
18032 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
18034 cat $tmp/in >>$tmp/config.h
18036 if test x
"$ac_file" != x-
; then
18037 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
18038 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
18039 echo "$as_me: $ac_file is unchanged" >&6;}
18041 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
18042 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18043 X"$ac_file" : 'X\(//\)[^/]' \| \
18044 X"$ac_file" : 'X\(//\)$' \| \
18045 X"$ac_file" : 'X\(/\)' \| \
18046 . : '\(.\)' 2>/dev/null ||
18048 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
18049 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
18050 /^X\(\/\/\)$/{ s//\1/; q; }
18051 /^X\(\/\).*/{ s//\1/; q; }
18053 { if $as_mkdir_p; then
18058 while test ! -d "$as_dir"; do
18059 as_dirs
="$as_dir $as_dirs"
18060 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
18061 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18062 X"$as_dir" : 'X\(//\)[^/]' \| \
18063 X"$as_dir" : 'X\(//\)$' \| \
18064 X"$as_dir" : 'X\(/\)' \| \
18065 . : '\(.\)' 2>/dev/null ||
18067 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
18068 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
18069 /^X\(\/\/\)$/{ s//\1/; q; }
18070 /^X\(\/\).*/{ s//\1/; q; }
18073 test ! -n "$as_dirs" || mkdir
$as_dirs
18074 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
18075 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
18076 { (exit 1); exit 1; }; }; }
18079 mv $tmp/config.h
$ac_file
18083 rm -f $tmp/config.h
18087 cat >>$CONFIG_STATUS <<\_ACEOF
18090 # CONFIG_COMMANDS section.
18092 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
18093 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
18094 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
18095 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
18096 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18097 X"$ac_dest" : 'X\(//\)[^/]' \| \
18098 X"$ac_dest" : 'X\(//\)$' \| \
18099 X"$ac_dest" : 'X\(/\)' \| \
18100 . : '\(.\)' 2>/dev/null ||
18102 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
18103 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
18104 /^X\(\/\/\)$/{ s//\1/; q; }
18105 /^X\(\/\).*/{ s//\1/; q; }
18109 if test "$ac_dir" != .
; then
18110 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
18111 # A "../" for each directory in $ac_dir_suffix.
18112 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
18114 ac_dir_suffix
= ac_top_builddir
=
18118 .
) # No --srcdir option. We are building in place.
18120 if test -z "$ac_top_builddir"; then
18123 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
18125 [\\/]* | ?
:[\\/]* ) # Absolute path.
18126 ac_srcdir
=$srcdir$ac_dir_suffix;
18127 ac_top_srcdir
=$srcdir ;;
18128 *) # Relative path.
18129 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
18130 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
18132 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
18134 ac_abs_builddir
=`cd "$ac_dir" && cd $ac_builddir && pwd`
18135 ac_abs_top_builddir
=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
18136 ac_abs_srcdir
=`cd "$ac_dir" && cd $ac_srcdir && pwd`
18137 ac_abs_top_srcdir
=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
18140 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
18141 echo "$as_me: executing $ac_dest commands" >&6;}
18143 controls
) test -d "controls" ||
({ echo "$as_me:$LINENO: creating controls" >&5
18144 echo "$as_me: creating controls" >&6;} && mkdir
"controls") ;;
18145 dlls
/ddraw
/d3ddevice
) test -d "dlls/ddraw/d3ddevice" ||
({ echo "$as_me:$LINENO: creating dlls/ddraw/d3ddevice" >&5
18146 echo "$as_me: creating dlls/ddraw/d3ddevice" >&6;} && mkdir
"dlls/ddraw/d3ddevice") ;;
18147 dlls
/ddraw
/dclipper
) test -d "dlls/ddraw/dclipper" ||
({ echo "$as_me:$LINENO: creating dlls/ddraw/dclipper" >&5
18148 echo "$as_me: creating dlls/ddraw/dclipper" >&6;} && mkdir
"dlls/ddraw/dclipper") ;;
18149 dlls
/ddraw
/ddraw
) test -d "dlls/ddraw/ddraw" ||
({ echo "$as_me:$LINENO: creating dlls/ddraw/ddraw" >&5
18150 echo "$as_me: creating dlls/ddraw/ddraw" >&6;} && mkdir
"dlls/ddraw/ddraw") ;;
18151 dlls
/ddraw
/direct3d
) test -d "dlls/ddraw/direct3d" ||
({ echo "$as_me:$LINENO: creating dlls/ddraw/direct3d" >&5
18152 echo "$as_me: creating dlls/ddraw/direct3d" >&6;} && mkdir
"dlls/ddraw/direct3d") ;;
18153 dlls
/ddraw
/dpalette
) test -d "dlls/ddraw/dpalette" ||
({ echo "$as_me:$LINENO: creating dlls/ddraw/dpalette" >&5
18154 echo "$as_me: creating dlls/ddraw/dpalette" >&6;} && mkdir
"dlls/ddraw/dpalette") ;;
18155 dlls
/ddraw
/dsurface
) test -d "dlls/ddraw/dsurface" ||
({ echo "$as_me:$LINENO: creating dlls/ddraw/dsurface" >&5
18156 echo "$as_me: creating dlls/ddraw/dsurface" >&6;} && mkdir
"dlls/ddraw/dsurface") ;;
18157 dlls
/dinput
/joystick
) test -d "dlls/dinput/joystick" ||
({ echo "$as_me:$LINENO: creating dlls/dinput/joystick" >&5
18158 echo "$as_me: creating dlls/dinput/joystick" >&6;} && mkdir
"dlls/dinput/joystick") ;;
18159 dlls
/dinput
/keyboard
) test -d "dlls/dinput/keyboard" ||
({ echo "$as_me:$LINENO: creating dlls/dinput/keyboard" >&5
18160 echo "$as_me: creating dlls/dinput/keyboard" >&6;} && mkdir
"dlls/dinput/keyboard") ;;
18161 dlls
/dinput
/mouse
) test -d "dlls/dinput/mouse" ||
({ echo "$as_me:$LINENO: creating dlls/dinput/mouse" >&5
18162 echo "$as_me: creating dlls/dinput/mouse" >&6;} && mkdir
"dlls/dinput/mouse") ;;
18163 dlls
/gdi
/enhmfdrv
) test -d "dlls/gdi/enhmfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi/enhmfdrv" >&5
18164 echo "$as_me: creating dlls/gdi/enhmfdrv" >&6;} && mkdir
"dlls/gdi/enhmfdrv") ;;
18165 dlls
/gdi
/mfdrv
) test -d "dlls/gdi/mfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi/mfdrv" >&5
18166 echo "$as_me: creating dlls/gdi/mfdrv" >&6;} && mkdir
"dlls/gdi/mfdrv") ;;
18167 dlls
/kernel
/messages
) test -d "dlls/kernel/messages" ||
({ echo "$as_me:$LINENO: creating dlls/kernel/messages" >&5
18168 echo "$as_me: creating dlls/kernel/messages" >&6;} && mkdir
"dlls/kernel/messages") ;;
18169 dlls
/user
/dde
) test -d "dlls/user/dde" ||
({ echo "$as_me:$LINENO: creating dlls/user/dde" >&5
18170 echo "$as_me: creating dlls/user/dde" >&6;} && mkdir
"dlls/user/dde") ;;
18171 dlls
/user
/resources
) test -d "dlls/user/resources" ||
({ echo "$as_me:$LINENO: creating dlls/user/resources" >&5
18172 echo "$as_me: creating dlls/user/resources" >&6;} && mkdir
"dlls/user/resources") ;;
18173 dlls
/wineps
/data
) test -d "dlls/wineps/data" ||
({ echo "$as_me:$LINENO: creating dlls/wineps/data" >&5
18174 echo "$as_me: creating dlls/wineps/data" >&6;} && mkdir
"dlls/wineps/data") ;;
18175 files
) test -d "files" ||
({ echo "$as_me:$LINENO: creating files" >&5
18176 echo "$as_me: creating files" >&6;} && mkdir
"files") ;;
18177 graphics
) test -d "graphics" ||
({ echo "$as_me:$LINENO: creating graphics" >&5
18178 echo "$as_me: creating graphics" >&6;} && mkdir
"graphics") ;;
18179 graphics
/x11drv
) test -d "graphics/x11drv" ||
({ echo "$as_me:$LINENO: creating graphics/x11drv" >&5
18180 echo "$as_me: creating graphics/x11drv" >&6;} && mkdir
"graphics/x11drv") ;;
18181 include
/wine
) test -d "include/wine" ||
({ echo "$as_me:$LINENO: creating include/wine" >&5
18182 echo "$as_me: creating include/wine" >&6;} && mkdir
"include/wine") ;;
18183 loader
) test -d "loader" ||
({ echo "$as_me:$LINENO: creating loader" >&5
18184 echo "$as_me: creating loader" >&6;} && mkdir
"loader") ;;
18185 loader
/ne
) test -d "loader/ne" ||
({ echo "$as_me:$LINENO: creating loader/ne" >&5
18186 echo "$as_me: creating loader/ne" >&6;} && mkdir
"loader/ne") ;;
18187 memory
) test -d "memory" ||
({ echo "$as_me:$LINENO: creating memory" >&5
18188 echo "$as_me: creating memory" >&6;} && mkdir
"memory") ;;
18189 misc
) test -d "misc" ||
({ echo "$as_me:$LINENO: creating misc" >&5
18190 echo "$as_me: creating misc" >&6;} && mkdir
"misc") ;;
18191 msdos
) test -d "msdos" ||
({ echo "$as_me:$LINENO: creating msdos" >&5
18192 echo "$as_me: creating msdos" >&6;} && mkdir
"msdos") ;;
18193 objects
) test -d "objects" ||
({ echo "$as_me:$LINENO: creating objects" >&5
18194 echo "$as_me: creating objects" >&6;} && mkdir
"objects") ;;
18195 programs
/regapi
/tests
) test -d "programs/regapi/tests" ||
({ echo "$as_me:$LINENO: creating programs/regapi/tests" >&5
18196 echo "$as_me: creating programs/regapi/tests" >&6;} && mkdir
"programs/regapi/tests") ;;
18197 programs
/regedit
/tests
) test -d "programs/regedit/tests" ||
({ echo "$as_me:$LINENO: creating programs/regedit/tests" >&5
18198 echo "$as_me: creating programs/regedit/tests" >&6;} && mkdir
"programs/regedit/tests") ;;
18199 scheduler
) test -d "scheduler" ||
({ echo "$as_me:$LINENO: creating scheduler" >&5
18200 echo "$as_me: creating scheduler" >&6;} && mkdir
"scheduler") ;;
18201 win32
) test -d "win32" ||
({ echo "$as_me:$LINENO: creating win32" >&5
18202 echo "$as_me: creating win32" >&6;} && mkdir
"win32") ;;
18203 windows
) test -d "windows" ||
({ echo "$as_me:$LINENO: creating windows" >&5
18204 echo "$as_me: creating windows" >&6;} && mkdir
"windows") ;;
18209 cat >>$CONFIG_STATUS <<\_ACEOF
18211 { (exit 0); exit 0; }
18213 chmod +x
$CONFIG_STATUS
18214 ac_clean_files
=$ac_clean_files_save
18217 # configure is writing to config.log, and then calls config.status.
18218 # config.status does its own redirection, appending to config.log.
18219 # Unfortunately, on DOS this fails, as config.log is still kept open
18220 # by configure, so config.status won't be able to write to it; its
18221 # output is simply discarded. So we exec the FD to /dev/null,
18222 # effectively closing config.log, so it can be properly (re)opened and
18223 # appended to by config.status. When coming back to configure, we
18224 # need to make the FD available again.
18225 if test "$no_create" != yes; then
18227 ac_config_status_args
=
18228 test "$silent" = yes &&
18229 ac_config_status_args
="$ac_config_status_args --quiet"
18231 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
18233 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18234 # would make configure fail if this is the last instruction.
18235 $ac_cs_success ||
{ (exit 1); exit 1; }
18239 if test "$have_x" = "no"
18242 echo "*** Warning: X development files not found. Wine will be built without"
18243 echo "*** X support, which currently does not work, and would probably not be"
18244 echo "*** what you want anyway. You will need to install devel packages of"
18245 echo "*** Xlib/Xfree86 at the very least."
18248 if test "$wine_cv_opengl_version_OK" = "no"
18251 echo "*** Warning: old Mesa headers detected. Wine will be built without Direct3D"
18252 echo "*** support. Consider upgrading your Mesa libraries (http://www.mesa3d.org/)."
18255 if test "$wine_cv_msg_freetype" = "yes"
18258 echo "*** Note: Your system appears to have the FreeType 2 runtime libraries"
18259 echo "*** installed, but 'freetype-config' is not in your PATH. Install the"
18260 echo "*** freetype-devel package (or its equivalent on your distribution) to"
18261 echo "*** enable Wine to use TrueType fonts."
18265 echo "Configure finished. Do 'make depend && make' to compile Wine."