3 # From configure.in configure.in 1.00
4 # Guess values for system-dependent variables and create Makefiles.
5 # Generated automatically using autoconf version 2.12
6 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
8 # This configure script is free software; the Free Software Foundation
9 # gives unlimited permission to copy, distribute and modify it.
13 ac_default_prefix
=/usr
/local
14 # Any additions from configure.in:
16 --disable-emulator build only the Wine library, not the emulator"
18 --enable-dll build the Wine library as a DLL"
20 --disable-lib build the Wine without building libwine.a"
22 --disable-debug compile out all debugging messages"
24 --disable-trace compile out TRACE messages"
26 --without-reentrant-x compile for use with non-reentrant X libraries"
28 --with-x use the X Window System"
30 # Initialize some variables set by options.
31 # The variables have the same names as the options, with
32 # dashes changed to underlines.
34 cache_file
=.
/config.cache
43 program_transform_name
=s
,x
,x
,
51 bindir
='${exec_prefix}/bin'
52 sbindir
='${exec_prefix}/sbin'
53 libexecdir
='${exec_prefix}/libexec'
54 datadir
='${prefix}/share'
55 sysconfdir
='${prefix}/etc'
56 sharedstatedir
='${prefix}/com'
57 localstatedir
='${prefix}/var'
58 libdir
='${exec_prefix}/lib'
59 includedir
='${prefix}/include'
60 oldincludedir
='/usr/include'
61 infodir
='${prefix}/info'
62 mandir
='${prefix}/man'
64 # Initialize some other variables.
67 # Maximum number of lines to put in a shell here document.
74 # If the previous option needs an argument, assign it.
75 if test -n "$ac_prev"; then
76 eval "$ac_prev=\$ac_option"
82 -*=*) ac_optarg
=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
86 # Accept the important Cygnus configure options, so we can diagnose typos.
90 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
92 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
93 bindir
="$ac_optarg" ;;
95 -build |
--build |
--buil |
--bui |
--bu)
97 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
100 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
101 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
102 ac_prev
=cache_file
;;
103 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
104 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
105 cache_file
="$ac_optarg" ;;
107 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
109 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
111 datadir
="$ac_optarg" ;;
113 -disable-* |
--disable-*)
114 ac_feature
=`echo $ac_option|sed -e 's/-*disable-//'`
115 # Reject names that are not valid shell variable names.
116 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
117 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
119 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
120 eval "enable_${ac_feature}=no" ;;
122 -enable-* |
--enable-*)
123 ac_feature
=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
124 # Reject names that are not valid shell variable names.
125 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
126 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
128 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
133 eval "enable_${ac_feature}='$ac_optarg'" ;;
135 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
136 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
137 |
--exec |
--exe |
--ex)
138 ac_prev
=exec_prefix
;;
139 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
140 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
141 |
--exec=* |
--exe=* |
--ex=*)
142 exec_prefix
="$ac_optarg" ;;
144 -gas |
--gas |
--ga |
--g)
145 # Obsolete; use --with-gas.
148 -help |
--help |
--hel |
--he)
149 # Omit some internal or obsolete options to make the list less imposing.
150 # This message is too long to be a string in the A/UX 3.1 sh.
152 Usage: configure [options] [host]
153 Options: [defaults in brackets after descriptions]
155 --cache-file=FILE cache test results in FILE
156 --help print this message
157 --no-create do not create output files
158 --quiet, --silent do not print \`checking...' messages
159 --version print the version of autoconf that created configure
160 Directory and file names:
161 --prefix=PREFIX install architecture-independent files in PREFIX
163 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
165 --bindir=DIR user executables in DIR [EPREFIX/bin]
166 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
167 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
168 --datadir=DIR read-only architecture-independent data in DIR
170 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
171 --sharedstatedir=DIR modifiable architecture-independent data in DIR
173 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
174 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
175 --includedir=DIR C header files in DIR [PREFIX/include]
176 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
177 --infodir=DIR info documentation in DIR [PREFIX/info]
178 --mandir=DIR man documentation in DIR [PREFIX/man]
179 --srcdir=DIR find the sources in DIR [configure dir or ..]
180 --program-prefix=PREFIX prepend PREFIX to installed program names
181 --program-suffix=SUFFIX append SUFFIX to installed program names
182 --program-transform-name=PROGRAM
183 run sed PROGRAM on installed program names
187 --build=BUILD configure for building on BUILD [BUILD=HOST]
188 --host=HOST configure for HOST [guessed]
189 --target=TARGET configure for TARGET [TARGET=HOST]
190 Features and packages:
191 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
192 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
193 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
194 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
195 --x-includes=DIR X include files are in DIR
196 --x-libraries=DIR X library files are in DIR
198 if test -n "$ac_help"; then
199 echo "--enable and --with options recognized:$ac_help"
203 -host |
--host |
--hos |
--ho)
205 -host=* |
--host=* |
--hos=* |
--ho=*)
208 -includedir |
--includedir |
--includedi |
--included |
--include \
209 |
--includ |
--inclu |
--incl |
--inc)
210 ac_prev
=includedir
;;
211 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
212 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
213 includedir
="$ac_optarg" ;;
215 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
217 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
218 infodir
="$ac_optarg" ;;
220 -libdir |
--libdir |
--libdi |
--libd)
222 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
223 libdir
="$ac_optarg" ;;
225 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
226 |
--libexe |
--libex |
--libe)
227 ac_prev
=libexecdir
;;
228 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
229 |
--libexe=* |
--libex=* |
--libe=*)
230 libexecdir
="$ac_optarg" ;;
232 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
233 |
--localstate |
--localstat |
--localsta |
--localst \
234 |
--locals |
--local |
--loca |
--loc |
--lo)
235 ac_prev
=localstatedir
;;
236 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
237 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
238 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
239 localstatedir
="$ac_optarg" ;;
241 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
243 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
244 mandir
="$ac_optarg" ;;
247 # Obsolete; use --without-fp.
250 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
254 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
255 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
258 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
259 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
260 |
--oldin |
--oldi |
--old |
--ol |
--o)
261 ac_prev
=oldincludedir
;;
262 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
263 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
264 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
265 oldincludedir
="$ac_optarg" ;;
267 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
269 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
270 prefix
="$ac_optarg" ;;
272 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
273 |
--program-pre |
--program-pr |
--program-p)
274 ac_prev
=program_prefix
;;
275 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
276 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
277 program_prefix
="$ac_optarg" ;;
279 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
280 |
--program-suf |
--program-su |
--program-s)
281 ac_prev
=program_suffix
;;
282 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
283 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
284 program_suffix
="$ac_optarg" ;;
286 -program-transform-name |
--program-transform-name \
287 |
--program-transform-nam |
--program-transform-na \
288 |
--program-transform-n |
--program-transform- \
289 |
--program-transform |
--program-transfor \
290 |
--program-transfo |
--program-transf \
291 |
--program-trans |
--program-tran \
292 |
--progr-tra |
--program-tr |
--program-t)
293 ac_prev
=program_transform_name
;;
294 -program-transform-name=* |
--program-transform-name=* \
295 |
--program-transform-nam=* |
--program-transform-na=* \
296 |
--program-transform-n=* |
--program-transform-=* \
297 |
--program-transform=* |
--program-transfor=* \
298 |
--program-transfo=* |
--program-transf=* \
299 |
--program-trans=* |
--program-tran=* \
300 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
301 program_transform_name
="$ac_optarg" ;;
303 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
304 |
-silent |
--silent |
--silen |
--sile |
--sil)
307 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
309 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
311 sbindir
="$ac_optarg" ;;
313 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
314 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
315 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
317 ac_prev
=sharedstatedir
;;
318 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
319 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
320 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
322 sharedstatedir
="$ac_optarg" ;;
324 -site |
--site |
--sit)
326 -site=* |
--site=* |
--sit=*)
329 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
331 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
332 srcdir
="$ac_optarg" ;;
334 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
335 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
336 ac_prev
=sysconfdir
;;
337 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
338 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
339 sysconfdir
="$ac_optarg" ;;
341 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
343 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
344 target
="$ac_optarg" ;;
346 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
349 -version |
--version |
--versio |
--versi |
--vers)
350 echo "configure generated by autoconf version 2.12"
354 ac_package
=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
355 # Reject names that are not valid shell variable names.
356 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
357 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
359 ac_package
=`echo $ac_package| sed 's/-/_/g'`
364 eval "with_${ac_package}='$ac_optarg'" ;;
366 -without-* |
--without-*)
367 ac_package
=`echo $ac_option|sed -e 's/-*without-//'`
368 # Reject names that are not valid shell variable names.
369 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
370 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
372 ac_package
=`echo $ac_package| sed 's/-/_/g'`
373 eval "with_${ac_package}=no" ;;
376 # Obsolete; use --with-x.
379 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
380 |
--x-incl |
--x-inc |
--x-in |
--x-i)
381 ac_prev
=x_includes
;;
382 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
383 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
384 x_includes
="$ac_optarg" ;;
386 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
387 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
388 ac_prev
=x_libraries
;;
389 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
390 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
391 x_libraries
="$ac_optarg" ;;
393 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
397 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
398 echo "configure: warning: $ac_option: invalid host type" 1>&2
400 if test "x$nonopt" != xNONE
; then
401 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
409 if test -n "$ac_prev"; then
410 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
413 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
415 # File descriptor usage:
418 # 2 errors and warnings
419 # 3 some systems may open it to /dev/tty
420 # 4 used on the Kubota Titan
421 # 6 checking for... messages and results
422 # 5 compiler messages saved in config.log
423 if test "$silent" = yes; then
431 This file contains any messages produced by compilers while
432 running configure, to aid debugging if configure makes a mistake.
435 # Strip out --no-create and --no-recursion so they do not pile up.
436 # Also quote any args containing shell metacharacters.
441 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
442 |
--no-cr |
--no-c) ;;
443 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
444 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r) ;;
445 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
446 ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
447 *) ac_configure_args
="$ac_configure_args $ac_arg" ;;
452 # Only set these to C if already set. These must not be set unconditionally
453 # because not all systems understand e.g. LANG=C (notably SCO).
454 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
455 # Non-C LC_CTYPE values break the ctype check.
456 if test "${LANG+set}" = set; then LANG
=C
; export LANG
; fi
457 if test "${LC_ALL+set}" = set; then LC_ALL
=C
; export LC_ALL
; fi
458 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES
=C
; export LC_MESSAGES
; fi
459 if test "${LC_CTYPE+set}" = set; then LC_CTYPE
=C
; export LC_CTYPE
; fi
461 # confdefs.h avoids OS command line length limits that DEFS can exceed.
462 rm -rf conftest
* confdefs.h
463 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
466 # A filename unique to this package, relative to the directory that
467 # configure is in, which we can look for to find out if srcdir is correct.
468 ac_unique_file
=controls
/edit.c
470 # Find the source files, if location was not specified.
471 if test -z "$srcdir"; then
472 ac_srcdir_defaulted
=yes
473 # Try the directory containing this script, then its parent.
475 ac_confdir
=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
476 test "x$ac_confdir" = "x$ac_prog" && ac_confdir
=.
478 if test ! -r $srcdir/$ac_unique_file; then
482 ac_srcdir_defaulted
=no
484 if test ! -r $srcdir/$ac_unique_file; then
485 if test "$ac_srcdir_defaulted" = yes; then
486 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
488 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
491 srcdir
=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
493 # Prefer explicitly selected file to automatically selected ones.
494 if test -z "$CONFIG_SITE"; then
495 if test "x$prefix" != xNONE
; then
496 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
498 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
501 for ac_site_file
in $CONFIG_SITE; do
502 if test -r "$ac_site_file"; then
503 echo "loading site script $ac_site_file"
508 if test -r "$cache_file"; then
509 echo "loading cache $cache_file"
512 echo "creating cache $cache_file"
517 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
518 ac_cpp
='$CPP $CPPFLAGS'
519 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
520 ac_link
='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
521 cross_compiling
=$ac_cv_prog_cc_cross
523 if (echo "testing\c"; echo 1,2,3) |
grep c
>/dev
/null
; then
524 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
525 if (echo -n testing
; echo 1,2,3) |
sed s
/-n/xn
/ |
grep xn
>/dev
/null
; then
532 ac_n
= ac_c
='\c' ac_t
=
538 for ac_dir
in tools
$srcdir/tools
; do
539 if test -f $ac_dir/install-sh
; then
541 ac_install_sh
="$ac_aux_dir/install-sh -c"
543 elif test -f $ac_dir/install.sh
; then
545 ac_install_sh
="$ac_aux_dir/install.sh -c"
549 if test -z "$ac_aux_dir"; then
550 { echo "configure: error: can not find install-sh or install.sh in tools $srcdir/tools" 1>&2; exit 1; }
552 ac_config_guess
=$ac_aux_dir/config.guess
553 ac_config_sub
=$ac_aux_dir/config.sub
554 ac_configure
=$ac_aux_dir/configure
# This should be Cygnus configure.
557 # We want these before the checks, so the checks can modify their values.
559 test -z "$PROGEXT" && PROGEXT
=""
564 ALT_LINK
="-L\$(TOPOBJDIR) -lwine"
565 TRACE_MSGS
=yes # the TRACE() macro
566 DEBUG_MSGS
=yes # the TRACE(), WARN(), and FIXME() macros.
568 # Check whether --enable-emulator or --disable-emulator was given.
569 if test "${enable_emulator+set}" = set; then
570 enableval
="$enable_emulator"
571 if test "$enableval" = "no"; then MAIN_TARGET
="lib"; fi
575 # Check whether --enable-dll or --disable-dll was given.
576 if test "${enable_dll+set}" = set; then
577 enableval
="$enable_dll"
578 if test "$enableval" = "no"; then : ; else LIB_TARGET
="libwine.so.1.0"; fi
582 # Check whether --enable-lib or --disable-lib was given.
583 if test "${enable_lib+set}" = set; then
584 enableval
="$enable_lib"
585 if test "$enableval" = "no"; then ALT_LINK
="\$(LIBOBJS) \$(X11OBJS)"; LIB_TARGET
=""; fi
590 # Check whether --enable-debug or --disable-debug was given.
591 if test "${enable_debug+set}" = set; then
592 enableval
="$enable_debug"
593 if test "$enableval" = "no"; then DEBUG_MSGS
="no"; fi
597 # Check whether --enable-trace or --disable-trace was given.
598 if test "${enable_trace+set}" = set; then
599 enableval
="$enable_trace"
600 if test "$enableval" = "no"; then TRACE_MSGS
="no"; fi
604 # Check whether --with-reentrant-x or --without-reentrant-x was given.
605 if test "${with_reentrant_x+set}" = set; then
606 withval
="$with_reentrant_x"
616 if test "$DEBUG_MSGS" = "no"
618 cat >> confdefs.h
<<\EOF
619 #define NO_DEBUG_MSGS 1
622 cat >> confdefs.h
<<\EOF
623 #define NO_TRACE_MSGS 1
627 if test "$TRACE_MSGS" = "no"
629 cat >> confdefs.h
<<\EOF
630 #define NO_TRACE_MSGS 1
637 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
638 echo "configure:639: checking whether ${MAKE-make} sets \${MAKE}" >&5
639 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y%./+-%__p_%'`
640 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
641 echo $ac_n "(cached) $ac_c" 1>&6
643 cat > conftestmake
<<\EOF
645 @
echo 'ac_maketemp="${MAKE}"'
647 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
648 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
649 if test -n "$ac_maketemp"; then
650 eval ac_cv_prog_make_
${ac_make}_set
=yes
652 eval ac_cv_prog_make_
${ac_make}_set
=no
656 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
657 echo "$ac_t""yes" 1>&6
660 echo "$ac_t""no" 1>&6
661 SET_MAKE
="MAKE=${MAKE-make}"
664 # Extract the first word of "gcc", so it can be a program name with args.
665 set dummy gcc
; ac_word
=$2
666 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
667 echo "configure:668: checking for $ac_word" >&5
668 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
669 echo $ac_n "(cached) $ac_c" 1>&6
671 if test -n "$CC"; then
672 ac_cv_prog_CC
="$CC" # Let the user override the test.
674 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:"
675 for ac_dir
in $PATH; do
676 test -z "$ac_dir" && ac_dir
=.
677 if test -f $ac_dir/$ac_word; then
686 if test -n "$CC"; then
687 echo "$ac_t""$CC" 1>&6
689 echo "$ac_t""no" 1>&6
692 if test -z "$CC"; then
693 # Extract the first word of "cc", so it can be a program name with args.
694 set dummy cc
; ac_word
=$2
695 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
696 echo "configure:697: checking for $ac_word" >&5
697 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
698 echo $ac_n "(cached) $ac_c" 1>&6
700 if test -n "$CC"; then
701 ac_cv_prog_CC
="$CC" # Let the user override the test.
703 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:"
705 for ac_dir
in $PATH; do
706 test -z "$ac_dir" && ac_dir
=.
707 if test -f $ac_dir/$ac_word; then
708 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
717 if test $ac_prog_rejected = yes; then
718 # We found a bogon in the path, so make sure we never use it.
719 set dummy
$ac_cv_prog_CC
721 if test $# -gt 0; then
722 # We chose a different compiler from the bogus one.
723 # However, it has the same basename, so the bogon will be chosen
724 # first if we set CC to just the basename; use the full file name.
726 set dummy
"$ac_dir/$ac_word" "$@"
734 if test -n "$CC"; then
735 echo "$ac_t""$CC" 1>&6
737 echo "$ac_t""no" 1>&6
740 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
743 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
744 echo "configure:745: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
747 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
748 ac_cpp
='$CPP $CPPFLAGS'
749 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
750 ac_link
='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
751 cross_compiling
=$ac_cv_prog_cc_cross
753 cat > conftest.
$ac_ext <<EOF
754 #line 755 "configure"
755 #include "confdefs.h"
758 if { (eval echo configure
:759: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
759 ac_cv_prog_cc_works
=yes
760 # If we can't run a trivial program, we are probably using a cross compiler.
761 if (.
/conftest
; exit) 2>/dev
/null
; then
762 ac_cv_prog_cc_cross
=no
764 ac_cv_prog_cc_cross
=yes
767 echo "configure: failed program was:" >&5
768 cat conftest.
$ac_ext >&5
769 ac_cv_prog_cc_works
=no
773 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
774 if test $ac_cv_prog_cc_works = no
; then
775 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
777 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
778 echo "configure:779: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
779 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
780 cross_compiling
=$ac_cv_prog_cc_cross
782 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
783 echo "configure:784: checking whether we are using GNU C" >&5
784 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
785 echo $ac_n "(cached) $ac_c" 1>&6
787 cat > conftest.c
<<EOF
792 if { ac_try
='${CC-cc} -E conftest.c'; { (eval echo configure
:793: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } |
egrep yes >/dev
/null
2>&1; then
799 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
801 if test $ac_cv_prog_gcc = yes; then
803 ac_test_CFLAGS
="${CFLAGS+set}"
804 ac_save_CFLAGS
="$CFLAGS"
806 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
807 echo "configure:808: checking whether ${CC-cc} accepts -g" >&5
808 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
809 echo $ac_n "(cached) $ac_c" 1>&6
811 echo 'void f(){}' > conftest.c
812 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
821 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
822 if test "$ac_test_CFLAGS" = set; then
823 CFLAGS
="$ac_save_CFLAGS"
824 elif test $ac_cv_prog_cc_g = yes; then
831 test "${CFLAGS+set}" = set || CFLAGS
="-g"
834 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
835 echo "configure:836: checking how to run the C preprocessor" >&5
836 # On Suns, sometimes $CPP names a directory.
837 if test -n "$CPP" && test -d "$CPP"; then
840 if test -z "$CPP"; then
841 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
842 echo $ac_n "(cached) $ac_c" 1>&6
844 # This must be in double quotes, not single quotes, because CPP may get
845 # substituted into the Makefile and "${CC-cc}" will confuse make.
847 # On the NeXT, cc -E runs the code through the compiler's parser,
848 # not just through cpp.
849 cat > conftest.
$ac_ext <<EOF
850 #line 851 "configure"
851 #include "confdefs.h"
855 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
856 { (eval echo configure
:857: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
857 ac_err
=`grep -v '^ *+' conftest.out`
858 if test -z "$ac_err"; then
862 echo "configure: failed program was:" >&5
863 cat conftest.
$ac_ext >&5
865 CPP
="${CC-cc} -E -traditional-cpp"
866 cat > conftest.
$ac_ext <<EOF
867 #line 868 "configure"
868 #include "confdefs.h"
872 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
873 { (eval echo configure
:874: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
874 ac_err
=`grep -v '^ *+' conftest.out`
875 if test -z "$ac_err"; then
879 echo "configure: failed program was:" >&5
880 cat conftest.
$ac_ext >&5
887 ac_cv_prog_CPP
="$CPP"
889 CPP
="$ac_cv_prog_CPP"
891 ac_cv_prog_CPP
="$CPP"
893 echo "$ac_t""$CPP" 1>&6
895 # If we find X, set shell vars x_includes and x_libraries to the
896 # paths, otherwise set no_x=yes.
897 # Uses ac_ vars as temps to allow command line to override cache and checks.
898 # --without-x overrides everything else, but does not touch the cache.
899 echo $ac_n "checking for X""... $ac_c" 1>&6
900 echo "configure:901: checking for X" >&5
902 # Check whether --with-x or --without-x was given.
903 if test "${with_x+set}" = set; then
908 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
909 if test "x$with_x" = xno
; then
910 # The user explicitly disabled X.
913 if test "x$x_includes" != xNONE
&& test "x$x_libraries" != xNONE
; then
914 # Both variables are already set.
917 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
918 echo $ac_n "(cached) $ac_c" 1>&6
920 # One or both of the vars are not set, and there is no cached value.
921 ac_x_includes
=NO ac_x_libraries
=NO
923 if mkdir conftestdir
; then
925 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
926 cat > Imakefile
<<'EOF'
928 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
930 if (xmkmf
) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
931 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
932 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
933 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
934 for ac_extension
in a so sl
; do
935 if test ! -f $ac_im_usrlibdir/libX11.
$ac_extension &&
936 test -f $ac_im_libdir/libX11.
$ac_extension; then
937 ac_im_usrlibdir
=$ac_im_libdir; break
940 # Screen out bogus values from the imake configuration. They are
941 # bogus both because they are the default anyway, and because
942 # using them would break gcc on systems where it needs fixed includes.
943 case "$ac_im_incroot" in
945 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
="$ac_im_incroot" ;;
947 case "$ac_im_usrlibdir" in
949 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
="$ac_im_usrlibdir" ;;
956 if test "$ac_x_includes" = NO
; then
957 # Guess where to find include files, by looking for this one X11 .h file.
958 test -z "$x_direct_test_include" && x_direct_test_include
=X11
/Intrinsic.h
960 # First, try using that file with no special directory specified.
961 cat > conftest.
$ac_ext <<EOF
962 #line 963 "configure"
963 #include "confdefs.h"
964 #include <$x_direct_test_include>
966 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
967 { (eval echo configure
:968: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
968 ac_err
=`grep -v '^ *+' conftest.out`
969 if test -z "$ac_err"; then
971 # We can compile using X headers with no special include directory.
975 echo "configure: failed program was:" >&5
976 cat conftest.
$ac_ext >&5
978 # Look for the header file in a standard set of common directories.
979 # Check X11 before X11Rn because it is often a symlink to the current release.
991 /usr
/local
/X11
/include \
992 /usr
/local
/X11R
6/include \
993 /usr
/local
/X11R
5/include \
994 /usr
/local
/X11R
4/include \
996 /usr
/local
/include
/X11 \
997 /usr
/local
/include
/X11R6 \
998 /usr
/local
/include
/X11R5 \
999 /usr
/local
/include
/X11R4 \
1003 /usr
/XFree86
/include
/X11 \
1006 /usr
/local
/include \
1007 /usr
/unsupported
/include \
1008 /usr
/athena
/include \
1009 /usr
/local
/x11r
5/include \
1010 /usr
/lpp
/Xamples
/include \
1012 /usr
/openwin
/include \
1013 /usr
/openwin
/share
/include \
1016 if test -r "$ac_dir/$x_direct_test_include"; then
1017 ac_x_includes
=$ac_dir
1023 fi # $ac_x_includes = NO
1025 if test "$ac_x_libraries" = NO
; then
1026 # Check for the libraries.
1028 test -z "$x_direct_test_library" && x_direct_test_library
=Xt
1029 test -z "$x_direct_test_function" && x_direct_test_function
=XtMalloc
1031 # See if we find them without any special options.
1032 # Don't add to $LIBS permanently.
1033 ac_save_LIBS
="$LIBS"
1034 LIBS
="-l$x_direct_test_library $LIBS"
1035 cat > conftest.
$ac_ext <<EOF
1036 #line 1037 "configure"
1037 #include "confdefs.h"
1040 ${x_direct_test_function}()
1043 if { (eval echo configure
:1044: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
1045 LIBS
="$ac_save_LIBS"
1046 # We can link X programs with no special library path.
1049 echo "configure: failed program was:" >&5
1050 cat conftest.
$ac_ext >&5
1052 LIBS
="$ac_save_LIBS"
1053 # First see if replacing the include by lib works.
1054 # Check X11 before X11Rn because it is often a symlink to the current release.
1055 for ac_dir
in `echo "$ac_x_includes" | sed s/include/lib/` \
1066 /usr
/local
/X11
/lib \
1067 /usr
/local
/X11R
6/lib \
1068 /usr
/local
/X11R
5/lib \
1069 /usr
/local
/X11R
4/lib \
1071 /usr
/local
/lib
/X11 \
1072 /usr
/local
/lib
/X11R6 \
1073 /usr
/local
/lib
/X11R5 \
1074 /usr
/local
/lib
/X11R4 \
1078 /usr
/XFree86
/lib
/X11 \
1082 /usr
/unsupported
/lib \
1084 /usr
/local
/x11r
5/lib \
1085 /usr
/lpp
/Xamples
/lib \
1089 /usr
/openwin
/share
/lib \
1092 for ac_extension
in a so sl
; do
1093 if test -r $ac_dir/lib
${x_direct_test_library}.
$ac_extension; then
1094 ac_x_libraries
=$ac_dir
1101 fi # $ac_x_libraries = NO
1103 if test "$ac_x_includes" = NO ||
test "$ac_x_libraries" = NO
; then
1104 # Didn't find X anywhere. Cache the known absence of X.
1105 ac_cv_have_x
="have_x=no"
1107 # Record where we found X for the cache.
1108 ac_cv_have_x
="have_x=yes \
1109 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
1113 eval "$ac_cv_have_x"
1116 if test "$have_x" != yes; then
1117 echo "$ac_t""$have_x" 1>&6
1120 # If each of the values was on the command line, it overrides each guess.
1121 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
1122 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
1123 # Update the cache value to reflect the command line values.
1124 ac_cv_have_x
="have_x=yes \
1125 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
1126 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
1129 if test "$no_x" = yes; then
1130 # Not all programs may use this symbol, but it does not hurt to define it.
1131 cat >> confdefs.h
<<\EOF
1132 #define X_DISPLAY_MISSING 1
1135 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
1137 if test -n "$x_includes"; then
1138 X_CFLAGS
="$X_CFLAGS -I$x_includes"
1141 # It would also be nice to do this for all -L options, not just this one.
1142 if test -n "$x_libraries"; then
1143 X_LIBS
="$X_LIBS -L$x_libraries"
1144 # For Solaris; some versions of Sun CC require a space after -R and
1145 # others require no space. Words are not sufficient . . . .
1146 case "`(uname -sr) 2>/dev/null`" in
1148 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
1149 echo "configure:1150: checking whether -R must be followed by a space" >&5
1150 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS -R$x_libraries"
1151 cat > conftest.
$ac_ext <<EOF
1152 #line 1153 "configure"
1153 #include "confdefs.h"
1159 if { (eval echo configure
:1160: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
1163 echo "configure: failed program was:" >&5
1164 cat conftest.
$ac_ext >&5
1169 if test $ac_R_nospace = yes; then
1170 echo "$ac_t""no" 1>&6
1171 X_LIBS
="$X_LIBS -R$x_libraries"
1173 LIBS
="$ac_xsave_LIBS -R $x_libraries"
1174 cat > conftest.
$ac_ext <<EOF
1175 #line 1176 "configure"
1176 #include "confdefs.h"
1182 if { (eval echo configure
:1183: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
1186 echo "configure: failed program was:" >&5
1187 cat conftest.
$ac_ext >&5
1192 if test $ac_R_space = yes; then
1193 echo "$ac_t""yes" 1>&6
1194 X_LIBS
="$X_LIBS -R $x_libraries"
1196 echo "$ac_t""neither works" 1>&6
1199 LIBS
="$ac_xsave_LIBS"
1203 # Check for system-dependent libraries X programs must link with.
1204 # Do this before checking for the system-independent R6 libraries
1205 # (-lICE), since we may need -lsocket or whatever for X linking.
1207 if test "$ISC" = yes; then
1208 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
1210 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
1211 # libraries were built with DECnet support. And karl@cs.umb.edu says
1212 # the Alpha needs dnet_stub (dnet does not exist).
1213 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
1214 echo "configure:1215: checking for dnet_ntoa in -ldnet" >&5
1215 ac_lib_var
=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
1216 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1217 echo $ac_n "(cached) $ac_c" 1>&6
1219 ac_save_LIBS
="$LIBS"
1221 cat > conftest.
$ac_ext <<EOF
1222 #line 1223 "configure"
1223 #include "confdefs.h"
1224 /* Override any gcc2 internal prototype to avoid an error. */
1225 /* We use char because int might match the return type of a gcc2
1226 builtin and then its argument prototype would still apply. */
1233 if { (eval echo configure
:1234: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
1235 eval "ac_cv_lib_$ac_lib_var=yes"
1237 echo "configure: failed program was:" >&5
1238 cat conftest.
$ac_ext >&5
1240 eval "ac_cv_lib_$ac_lib_var=no"
1243 LIBS
="$ac_save_LIBS"
1246 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1247 echo "$ac_t""yes" 1>&6
1248 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
1250 echo "$ac_t""no" 1>&6
1253 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
1254 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
1255 echo "configure:1256: checking for dnet_ntoa in -ldnet_stub" >&5
1256 ac_lib_var
=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
1257 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1258 echo $ac_n "(cached) $ac_c" 1>&6
1260 ac_save_LIBS
="$LIBS"
1261 LIBS
="-ldnet_stub $LIBS"
1262 cat > conftest.
$ac_ext <<EOF
1263 #line 1264 "configure"
1264 #include "confdefs.h"
1265 /* Override any gcc2 internal prototype to avoid an error. */
1266 /* We use char because int might match the return type of a gcc2
1267 builtin and then its argument prototype would still apply. */
1274 if { (eval echo configure
:1275: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
1276 eval "ac_cv_lib_$ac_lib_var=yes"
1278 echo "configure: failed program was:" >&5
1279 cat conftest.
$ac_ext >&5
1281 eval "ac_cv_lib_$ac_lib_var=no"
1284 LIBS
="$ac_save_LIBS"
1287 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1288 echo "$ac_t""yes" 1>&6
1289 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
1291 echo "$ac_t""no" 1>&6
1296 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
1297 # to get the SysV transport functions.
1298 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
1300 # The nsl library prevents programs from opening the X display
1301 # on Irix 5.2, according to dickey@clark.net.
1302 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
1303 echo "configure:1304: checking for gethostbyname" >&5
1304 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
1305 echo $ac_n "(cached) $ac_c" 1>&6
1307 cat > conftest.
$ac_ext <<EOF
1308 #line 1309 "configure"
1309 #include "confdefs.h"
1310 /* System header to define __stub macros and hopefully few prototypes,
1311 which can conflict with char gethostbyname(); below. */
1313 /* Override any gcc2 internal prototype to avoid an error. */
1314 /* We use char because int might match the return type of a gcc2
1315 builtin and then its argument prototype would still apply. */
1316 char gethostbyname();
1320 /* The GNU C library defines this for functions which it implements
1321 to always fail with ENOSYS. Some functions are actually named
1322 something starting with __ and the normal name is an alias. */
1323 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
1331 if { (eval echo configure
:1332: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
1333 eval "ac_cv_func_gethostbyname=yes"
1335 echo "configure: failed program was:" >&5
1336 cat conftest.
$ac_ext >&5
1338 eval "ac_cv_func_gethostbyname=no"
1343 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
1344 echo "$ac_t""yes" 1>&6
1347 echo "$ac_t""no" 1>&6
1350 if test $ac_cv_func_gethostbyname = no
; then
1351 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
1352 echo "configure:1353: checking for gethostbyname in -lnsl" >&5
1353 ac_lib_var
=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
1354 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1355 echo $ac_n "(cached) $ac_c" 1>&6
1357 ac_save_LIBS
="$LIBS"
1359 cat > conftest.
$ac_ext <<EOF
1360 #line 1361 "configure"
1361 #include "confdefs.h"
1362 /* Override any gcc2 internal prototype to avoid an error. */
1363 /* We use char because int might match the return type of a gcc2
1364 builtin and then its argument prototype would still apply. */
1365 char gethostbyname();
1371 if { (eval echo configure
:1372: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
1373 eval "ac_cv_lib_$ac_lib_var=yes"
1375 echo "configure: failed program was:" >&5
1376 cat conftest.
$ac_ext >&5
1378 eval "ac_cv_lib_$ac_lib_var=no"
1381 LIBS
="$ac_save_LIBS"
1384 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1385 echo "$ac_t""yes" 1>&6
1386 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
1388 echo "$ac_t""no" 1>&6
1393 # lieder@skyler.mavd.honeywell.com says without -lsocket,
1394 # socket/setsockopt and other routines are undefined under SCO ODT
1395 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
1396 # on later versions), says simon@lia.di.epfl.ch: it contains
1397 # gethostby* variants that don't use the nameserver (or something).
1398 # -lsocket must be given before -lnsl if both are needed.
1399 # We assume that if connect needs -lnsl, so does gethostbyname.
1400 echo $ac_n "checking for connect""... $ac_c" 1>&6
1401 echo "configure:1402: checking for connect" >&5
1402 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
1403 echo $ac_n "(cached) $ac_c" 1>&6
1405 cat > conftest.
$ac_ext <<EOF
1406 #line 1407 "configure"
1407 #include "confdefs.h"
1408 /* System header to define __stub macros and hopefully few prototypes,
1409 which can conflict with char connect(); below. */
1411 /* Override any gcc2 internal prototype to avoid an error. */
1412 /* We use char because int might match the return type of a gcc2
1413 builtin and then its argument prototype would still apply. */
1418 /* The GNU C library defines this for functions which it implements
1419 to always fail with ENOSYS. Some functions are actually named
1420 something starting with __ and the normal name is an alias. */
1421 #if defined (__stub_connect) || defined (__stub___connect)
1429 if { (eval echo configure
:1430: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
1431 eval "ac_cv_func_connect=yes"
1433 echo "configure: failed program was:" >&5
1434 cat conftest.
$ac_ext >&5
1436 eval "ac_cv_func_connect=no"
1441 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
1442 echo "$ac_t""yes" 1>&6
1445 echo "$ac_t""no" 1>&6
1448 if test $ac_cv_func_connect = no
; then
1449 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
1450 echo "configure:1451: checking for connect in -lsocket" >&5
1451 ac_lib_var
=`echo socket'_'connect | sed 'y%./+-%__p_%'`
1452 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1453 echo $ac_n "(cached) $ac_c" 1>&6
1455 ac_save_LIBS
="$LIBS"
1456 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
1457 cat > conftest.
$ac_ext <<EOF
1458 #line 1459 "configure"
1459 #include "confdefs.h"
1460 /* Override any gcc2 internal prototype to avoid an error. */
1461 /* We use char because int might match the return type of a gcc2
1462 builtin and then its argument prototype would still apply. */
1469 if { (eval echo configure
:1470: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
1471 eval "ac_cv_lib_$ac_lib_var=yes"
1473 echo "configure: failed program was:" >&5
1474 cat conftest.
$ac_ext >&5
1476 eval "ac_cv_lib_$ac_lib_var=no"
1479 LIBS
="$ac_save_LIBS"
1482 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1483 echo "$ac_t""yes" 1>&6
1484 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
1486 echo "$ac_t""no" 1>&6
1491 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
1492 echo $ac_n "checking for remove""... $ac_c" 1>&6
1493 echo "configure:1494: checking for remove" >&5
1494 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
1495 echo $ac_n "(cached) $ac_c" 1>&6
1497 cat > conftest.
$ac_ext <<EOF
1498 #line 1499 "configure"
1499 #include "confdefs.h"
1500 /* System header to define __stub macros and hopefully few prototypes,
1501 which can conflict with char remove(); below. */
1503 /* Override any gcc2 internal prototype to avoid an error. */
1504 /* We use char because int might match the return type of a gcc2
1505 builtin and then its argument prototype would still apply. */
1510 /* The GNU C library defines this for functions which it implements
1511 to always fail with ENOSYS. Some functions are actually named
1512 something starting with __ and the normal name is an alias. */
1513 #if defined (__stub_remove) || defined (__stub___remove)
1521 if { (eval echo configure
:1522: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
1523 eval "ac_cv_func_remove=yes"
1525 echo "configure: failed program was:" >&5
1526 cat conftest.
$ac_ext >&5
1528 eval "ac_cv_func_remove=no"
1533 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
1534 echo "$ac_t""yes" 1>&6
1537 echo "$ac_t""no" 1>&6
1540 if test $ac_cv_func_remove = no
; then
1541 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
1542 echo "configure:1543: checking for remove in -lposix" >&5
1543 ac_lib_var
=`echo posix'_'remove | sed 'y%./+-%__p_%'`
1544 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1545 echo $ac_n "(cached) $ac_c" 1>&6
1547 ac_save_LIBS
="$LIBS"
1548 LIBS
="-lposix $LIBS"
1549 cat > conftest.
$ac_ext <<EOF
1550 #line 1551 "configure"
1551 #include "confdefs.h"
1552 /* Override any gcc2 internal prototype to avoid an error. */
1553 /* We use char because int might match the return type of a gcc2
1554 builtin and then its argument prototype would still apply. */
1561 if { (eval echo configure
:1562: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
1563 eval "ac_cv_lib_$ac_lib_var=yes"
1565 echo "configure: failed program was:" >&5
1566 cat conftest.
$ac_ext >&5
1568 eval "ac_cv_lib_$ac_lib_var=no"
1571 LIBS
="$ac_save_LIBS"
1574 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1575 echo "$ac_t""yes" 1>&6
1576 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
1578 echo "$ac_t""no" 1>&6
1583 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
1584 echo $ac_n "checking for shmat""... $ac_c" 1>&6
1585 echo "configure:1586: checking for shmat" >&5
1586 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
1587 echo $ac_n "(cached) $ac_c" 1>&6
1589 cat > conftest.
$ac_ext <<EOF
1590 #line 1591 "configure"
1591 #include "confdefs.h"
1592 /* System header to define __stub macros and hopefully few prototypes,
1593 which can conflict with char shmat(); below. */
1595 /* Override any gcc2 internal prototype to avoid an error. */
1596 /* We use char because int might match the return type of a gcc2
1597 builtin and then its argument prototype would still apply. */
1602 /* The GNU C library defines this for functions which it implements
1603 to always fail with ENOSYS. Some functions are actually named
1604 something starting with __ and the normal name is an alias. */
1605 #if defined (__stub_shmat) || defined (__stub___shmat)
1613 if { (eval echo configure
:1614: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
1615 eval "ac_cv_func_shmat=yes"
1617 echo "configure: failed program was:" >&5
1618 cat conftest.
$ac_ext >&5
1620 eval "ac_cv_func_shmat=no"
1625 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
1626 echo "$ac_t""yes" 1>&6
1629 echo "$ac_t""no" 1>&6
1632 if test $ac_cv_func_shmat = no
; then
1633 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
1634 echo "configure:1635: checking for shmat in -lipc" >&5
1635 ac_lib_var
=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
1636 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1637 echo $ac_n "(cached) $ac_c" 1>&6
1639 ac_save_LIBS
="$LIBS"
1641 cat > conftest.
$ac_ext <<EOF
1642 #line 1643 "configure"
1643 #include "confdefs.h"
1644 /* Override any gcc2 internal prototype to avoid an error. */
1645 /* We use char because int might match the return type of a gcc2
1646 builtin and then its argument prototype would still apply. */
1653 if { (eval echo configure
:1654: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
1655 eval "ac_cv_lib_$ac_lib_var=yes"
1657 echo "configure: failed program was:" >&5
1658 cat conftest.
$ac_ext >&5
1660 eval "ac_cv_lib_$ac_lib_var=no"
1663 LIBS
="$ac_save_LIBS"
1666 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1667 echo "$ac_t""yes" 1>&6
1668 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
1670 echo "$ac_t""no" 1>&6
1676 # Check for libraries that X11R6 Xt/Xaw programs need.
1677 ac_save_LDFLAGS
="$LDFLAGS"
1678 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
1679 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
1680 # check for ICE first), but we must link in the order -lSM -lICE or
1681 # we get undefined symbols. So assume we have SM if we have ICE.
1682 # These have to be linked with before -lX11, unlike the other
1683 # libraries we check for below, so use a different variable.
1684 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
1685 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
1686 echo "configure:1687: checking for IceConnectionNumber in -lICE" >&5
1687 ac_lib_var
=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
1688 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1689 echo $ac_n "(cached) $ac_c" 1>&6
1691 ac_save_LIBS
="$LIBS"
1693 cat > conftest.
$ac_ext <<EOF
1694 #line 1695 "configure"
1695 #include "confdefs.h"
1696 /* Override any gcc2 internal prototype to avoid an error. */
1697 /* We use char because int might match the return type of a gcc2
1698 builtin and then its argument prototype would still apply. */
1699 char IceConnectionNumber();
1702 IceConnectionNumber()
1705 if { (eval echo configure
:1706: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
1707 eval "ac_cv_lib_$ac_lib_var=yes"
1709 echo "configure: failed program was:" >&5
1710 cat conftest.
$ac_ext >&5
1712 eval "ac_cv_lib_$ac_lib_var=no"
1715 LIBS
="$ac_save_LIBS"
1718 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1719 echo "$ac_t""yes" 1>&6
1720 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
1722 echo "$ac_t""no" 1>&6
1725 LDFLAGS
="$ac_save_LDFLAGS"
1729 for ac_prog
in 'bison -y' byacc
1731 # Extract the first word of "$ac_prog", so it can be a program name with args.
1732 set dummy
$ac_prog; ac_word
=$2
1733 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1734 echo "configure:1735: checking for $ac_word" >&5
1735 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
1736 echo $ac_n "(cached) $ac_c" 1>&6
1738 if test -n "$YACC"; then
1739 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
1741 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:"
1742 for ac_dir
in $PATH; do
1743 test -z "$ac_dir" && ac_dir
=.
1744 if test -f $ac_dir/$ac_word; then
1745 ac_cv_prog_YACC
="$ac_prog"
1752 YACC
="$ac_cv_prog_YACC"
1753 if test -n "$YACC"; then
1754 echo "$ac_t""$YACC" 1>&6
1756 echo "$ac_t""no" 1>&6
1759 test -n "$YACC" && break
1761 test -n "$YACC" || YACC
="yacc"
1763 # Extract the first word of "flex", so it can be a program name with args.
1764 set dummy flex
; ac_word
=$2
1765 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1766 echo "configure:1767: checking for $ac_word" >&5
1767 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
1768 echo $ac_n "(cached) $ac_c" 1>&6
1770 if test -n "$LEX"; then
1771 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
1773 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:"
1774 for ac_dir
in $PATH; do
1775 test -z "$ac_dir" && ac_dir
=.
1776 if test -f $ac_dir/$ac_word; then
1777 ac_cv_prog_LEX
="flex"
1782 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX
="lex"
1785 LEX
="$ac_cv_prog_LEX"
1786 if test -n "$LEX"; then
1787 echo "$ac_t""$LEX" 1>&6
1789 echo "$ac_t""no" 1>&6
1792 if test -z "$LEXLIB"
1798 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
1799 echo "configure:1800: checking for yywrap in -l$ac_lib" >&5
1800 ac_lib_var
=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
1801 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1802 echo $ac_n "(cached) $ac_c" 1>&6
1804 ac_save_LIBS
="$LIBS"
1805 LIBS
="-l$ac_lib $LIBS"
1806 cat > conftest.
$ac_ext <<EOF
1807 #line 1808 "configure"
1808 #include "confdefs.h"
1809 /* Override any gcc2 internal prototype to avoid an error. */
1810 /* We use char because int might match the return type of a gcc2
1811 builtin and then its argument prototype would still apply. */
1818 if { (eval echo configure
:1819: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
1820 eval "ac_cv_lib_$ac_lib_var=yes"
1822 echo "configure: failed program was:" >&5
1823 cat conftest.
$ac_ext >&5
1825 eval "ac_cv_lib_$ac_lib_var=no"
1828 LIBS
="$ac_save_LIBS"
1831 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1832 echo "$ac_t""yes" 1>&6
1835 echo "$ac_t""no" 1>&6
1840 # Extract the first word of "ranlib", so it can be a program name with args.
1841 set dummy ranlib
; ac_word
=$2
1842 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1843 echo "configure:1844: checking for $ac_word" >&5
1844 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1845 echo $ac_n "(cached) $ac_c" 1>&6
1847 if test -n "$RANLIB"; then
1848 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
1850 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:"
1851 for ac_dir
in $PATH; do
1852 test -z "$ac_dir" && ac_dir
=.
1853 if test -f $ac_dir/$ac_word; then
1854 ac_cv_prog_RANLIB
="ranlib"
1859 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB
=":"
1862 RANLIB
="$ac_cv_prog_RANLIB"
1863 if test -n "$RANLIB"; then
1864 echo "$ac_t""$RANLIB" 1>&6
1866 echo "$ac_t""no" 1>&6
1869 # Find a good install program. We prefer a C program (faster),
1870 # so one script is as good as another. But avoid the broken or
1871 # incompatible versions:
1872 # SysV /etc/install, /usr/sbin/install
1873 # SunOS /usr/etc/install
1874 # IRIX /sbin/install
1876 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1877 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1878 # ./install, which can be erroneously created by make from ./install.sh.
1879 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1880 echo "configure:1881: checking for a BSD compatible install" >&5
1881 if test -z "$INSTALL"; then
1882 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1883 echo $ac_n "(cached) $ac_c" 1>&6
1885 IFS
="${IFS= }"; ac_save_IFS
="$IFS"; IFS
="${IFS}:"
1886 for ac_dir
in $PATH; do
1887 # Account for people who put trailing slashes in PATH elements.
1889 /|.
/|.
//|
/etc
/*|
/usr
/sbin
/*|
/usr
/etc
/*|
/sbin
/*|
/usr
/afsws
/bin
/*|
/usr
/ucb
/*) ;;
1891 # OSF1 and SCO ODT 3.0 have their own names for install.
1892 for ac_prog
in ginstall installbsd scoinst
install; do
1893 if test -f $ac_dir/$ac_prog; then
1894 if test $ac_prog = install &&
1895 grep dspmsg
$ac_dir/$ac_prog >/dev
/null
2>&1; then
1896 # AIX install. It has an incompatible calling convention.
1897 # OSF/1 installbsd also uses dspmsg, but is usable.
1900 ac_cv_path_install
="$ac_dir/$ac_prog -c"
1911 if test "${ac_cv_path_install+set}" = set; then
1912 INSTALL
="$ac_cv_path_install"
1914 # As a last resort, use the slow shell script. We don't cache a
1915 # path for INSTALL within a source directory, because that will
1916 # break other packages using the cache if that directory is
1917 # removed, or if the path is relative.
1918 INSTALL
="$ac_install_sh"
1921 echo "$ac_t""$INSTALL" 1>&6
1923 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1924 # It thinks the first close brace ends the variable substitution.
1925 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
1927 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
1929 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
1930 echo "configure:1931: checking whether ln -s works" >&5
1931 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1932 echo $ac_n "(cached) $ac_c" 1>&6
1935 if ln -s X conftestdata
2>/dev
/null
1938 ac_cv_prog_LN_S
="ln -s"
1943 LN_S
="$ac_cv_prog_LN_S"
1944 if test "$ac_cv_prog_LN_S" = "ln -s"; then
1945 echo "$ac_t""yes" 1>&6
1947 echo "$ac_t""no" 1>&6
1950 # Extract the first word of "c2man", so it can be a program name with args.
1951 set dummy c2man
; ac_word
=$2
1952 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1953 echo "configure:1954: checking for $ac_word" >&5
1954 if eval "test \"`echo '$''{'ac_cv_prog_C2MAN'+set}'`\" = set"; then
1955 echo $ac_n "(cached) $ac_c" 1>&6
1957 if test -n "$C2MAN"; then
1958 ac_cv_prog_C2MAN
="$C2MAN" # Let the user override the test.
1960 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:"
1961 for ac_dir
in $PATH; do
1962 test -z "$ac_dir" && ac_dir
=.
1963 if test -f $ac_dir/$ac_word; then
1964 ac_cv_prog_C2MAN
="c2man"
1969 test -z "$ac_cv_prog_C2MAN" && ac_cv_prog_C2MAN
="true"
1972 C2MAN
="$ac_cv_prog_C2MAN"
1973 if test -n "$C2MAN"; then
1974 echo "$ac_t""$C2MAN" 1>&6
1976 echo "$ac_t""no" 1>&6
1981 echo $ac_n "checking for i386_set_ldt in -li386""... $ac_c" 1>&6
1982 echo "configure:1983: checking for i386_set_ldt in -li386" >&5
1983 ac_lib_var
=`echo i386'_'i386_set_ldt | sed 'y%./+-%__p_%'`
1984 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1985 echo $ac_n "(cached) $ac_c" 1>&6
1987 ac_save_LIBS
="$LIBS"
1989 cat > conftest.
$ac_ext <<EOF
1990 #line 1991 "configure"
1991 #include "confdefs.h"
1992 /* Override any gcc2 internal prototype to avoid an error. */
1993 /* We use char because int might match the return type of a gcc2
1994 builtin and then its argument prototype would still apply. */
1995 char i386_set_ldt();
2001 if { (eval echo configure
:2002: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
2003 eval "ac_cv_lib_$ac_lib_var=yes"
2005 echo "configure: failed program was:" >&5
2006 cat conftest.
$ac_ext >&5
2008 eval "ac_cv_lib_$ac_lib_var=no"
2011 LIBS
="$ac_save_LIBS"
2014 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2015 echo "$ac_t""yes" 1>&6
2016 ac_tr_lib
=HAVE_LIB
`echo i386 | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2017 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2018 cat >> confdefs.h
<<EOF
2019 #define $ac_tr_lib 1
2025 echo "$ac_t""no" 1>&6
2028 echo $ac_n "checking for _oss_ioctl in -lossaudio""... $ac_c" 1>&6
2029 echo "configure:2030: checking for _oss_ioctl in -lossaudio" >&5
2030 ac_lib_var
=`echo ossaudio'_'_oss_ioctl | sed 'y%./+-%__p_%'`
2031 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2032 echo $ac_n "(cached) $ac_c" 1>&6
2034 ac_save_LIBS
="$LIBS"
2035 LIBS
="-lossaudio $LIBS"
2036 cat > conftest.
$ac_ext <<EOF
2037 #line 2038 "configure"
2038 #include "confdefs.h"
2039 /* Override any gcc2 internal prototype to avoid an error. */
2040 /* We use char because int might match the return type of a gcc2
2041 builtin and then its argument prototype would still apply. */
2048 if { (eval echo configure
:2049: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
2050 eval "ac_cv_lib_$ac_lib_var=yes"
2052 echo "configure: failed program was:" >&5
2053 cat conftest.
$ac_ext >&5
2055 eval "ac_cv_lib_$ac_lib_var=no"
2058 LIBS
="$ac_save_LIBS"
2061 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2062 echo "$ac_t""yes" 1>&6
2063 ac_tr_lib
=HAVE_LIB
`echo ossaudio | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2064 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2065 cat >> confdefs.h
<<EOF
2066 #define $ac_tr_lib 1
2069 LIBS
="-lossaudio $LIBS"
2072 echo "$ac_t""no" 1>&6
2075 echo $ac_n "checking for iswalnum in -lw""... $ac_c" 1>&6
2076 echo "configure:2077: checking for iswalnum in -lw" >&5
2077 ac_lib_var
=`echo w'_'iswalnum | sed 'y%./+-%__p_%'`
2078 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2079 echo $ac_n "(cached) $ac_c" 1>&6
2081 ac_save_LIBS
="$LIBS"
2083 cat > conftest.
$ac_ext <<EOF
2084 #line 2085 "configure"
2085 #include "confdefs.h"
2086 /* Override any gcc2 internal prototype to avoid an error. */
2087 /* We use char because int might match the return type of a gcc2
2088 builtin and then its argument prototype would still apply. */
2095 if { (eval echo configure
:2096: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
2097 eval "ac_cv_lib_$ac_lib_var=yes"
2099 echo "configure: failed program was:" >&5
2100 cat conftest.
$ac_ext >&5
2102 eval "ac_cv_lib_$ac_lib_var=no"
2105 LIBS
="$ac_save_LIBS"
2108 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2109 echo "$ac_t""yes" 1>&6
2110 ac_tr_lib
=HAVE_LIB
`echo w | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2111 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2112 cat >> confdefs.h
<<EOF
2113 #define $ac_tr_lib 1
2119 echo "$ac_t""no" 1>&6
2122 for ac_func
in gethostbyname
2124 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2125 echo "configure:2126: checking for $ac_func" >&5
2126 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2127 echo $ac_n "(cached) $ac_c" 1>&6
2129 cat > conftest.
$ac_ext <<EOF
2130 #line 2131 "configure"
2131 #include "confdefs.h"
2132 /* System header to define __stub macros and hopefully few prototypes,
2133 which can conflict with char $ac_func(); below. */
2135 /* Override any gcc2 internal prototype to avoid an error. */
2136 /* We use char because int might match the return type of a gcc2
2137 builtin and then its argument prototype would still apply. */
2142 /* The GNU C library defines this for functions which it implements
2143 to always fail with ENOSYS. Some functions are actually named
2144 something starting with __ and the normal name is an alias. */
2145 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2153 if { (eval echo configure
:2154: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
2155 eval "ac_cv_func_$ac_func=yes"
2157 echo "configure: failed program was:" >&5
2158 cat conftest.
$ac_ext >&5
2160 eval "ac_cv_func_$ac_func=no"
2165 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2166 echo "$ac_t""yes" 1>&6
2167 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2168 cat >> confdefs.h
<<EOF
2169 #define $ac_tr_func 1
2173 echo "$ac_t""no" 1>&6
2174 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
2175 echo "configure:2176: checking for gethostbyname in -lnsl" >&5
2176 ac_lib_var
=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
2177 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2178 echo $ac_n "(cached) $ac_c" 1>&6
2180 ac_save_LIBS
="$LIBS"
2182 cat > conftest.
$ac_ext <<EOF
2183 #line 2184 "configure"
2184 #include "confdefs.h"
2185 /* Override any gcc2 internal prototype to avoid an error. */
2186 /* We use char because int might match the return type of a gcc2
2187 builtin and then its argument prototype would still apply. */
2188 char gethostbyname();
2194 if { (eval echo configure
:2195: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
2196 eval "ac_cv_lib_$ac_lib_var=yes"
2198 echo "configure: failed program was:" >&5
2199 cat conftest.
$ac_ext >&5
2201 eval "ac_cv_lib_$ac_lib_var=no"
2204 LIBS
="$ac_save_LIBS"
2207 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2208 echo "$ac_t""yes" 1>&6
2209 ac_tr_lib
=HAVE_LIB
`echo nsl | sed -e 's/^a-zA-Z0-9_/_/g' \
2210 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2211 cat >> confdefs.h
<<EOF
2212 #define $ac_tr_lib 1
2218 echo "$ac_t""no" 1>&6
2224 for ac_func
in connect
2226 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2227 echo "configure:2228: checking for $ac_func" >&5
2228 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2229 echo $ac_n "(cached) $ac_c" 1>&6
2231 cat > conftest.
$ac_ext <<EOF
2232 #line 2233 "configure"
2233 #include "confdefs.h"
2234 /* System header to define __stub macros and hopefully few prototypes,
2235 which can conflict with char $ac_func(); below. */
2237 /* Override any gcc2 internal prototype to avoid an error. */
2238 /* We use char because int might match the return type of a gcc2
2239 builtin and then its argument prototype would still apply. */
2244 /* The GNU C library defines this for functions which it implements
2245 to always fail with ENOSYS. Some functions are actually named
2246 something starting with __ and the normal name is an alias. */
2247 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2255 if { (eval echo configure
:2256: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
2257 eval "ac_cv_func_$ac_func=yes"
2259 echo "configure: failed program was:" >&5
2260 cat conftest.
$ac_ext >&5
2262 eval "ac_cv_func_$ac_func=no"
2267 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2268 echo "$ac_t""yes" 1>&6
2269 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2270 cat >> confdefs.h
<<EOF
2271 #define $ac_tr_func 1
2275 echo "$ac_t""no" 1>&6
2276 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
2277 echo "configure:2278: checking for connect in -lsocket" >&5
2278 ac_lib_var
=`echo socket'_'connect | sed 'y%./+-%__p_%'`
2279 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2280 echo $ac_n "(cached) $ac_c" 1>&6
2282 ac_save_LIBS
="$LIBS"
2283 LIBS
="-lsocket $LIBS"
2284 cat > conftest.
$ac_ext <<EOF
2285 #line 2286 "configure"
2286 #include "confdefs.h"
2287 /* Override any gcc2 internal prototype to avoid an error. */
2288 /* We use char because int might match the return type of a gcc2
2289 builtin and then its argument prototype would still apply. */
2296 if { (eval echo configure
:2297: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
2298 eval "ac_cv_lib_$ac_lib_var=yes"
2300 echo "configure: failed program was:" >&5
2301 cat conftest.
$ac_ext >&5
2303 eval "ac_cv_lib_$ac_lib_var=no"
2306 LIBS
="$ac_save_LIBS"
2309 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2310 echo "$ac_t""yes" 1>&6
2311 ac_tr_lib
=HAVE_LIB
`echo socket | sed -e 's/^a-zA-Z0-9_/_/g' \
2312 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2313 cat >> confdefs.h
<<EOF
2314 #define $ac_tr_lib 1
2317 LIBS
="-lsocket $LIBS"
2320 echo "$ac_t""no" 1>&6
2326 echo $ac_n "checking for setrunelocale in -lxpg4""... $ac_c" 1>&6
2327 echo "configure:2328: checking for setrunelocale in -lxpg4" >&5
2328 ac_lib_var
=`echo xpg4'_'setrunelocale | sed 'y%./+-%__p_%'`
2329 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2330 echo $ac_n "(cached) $ac_c" 1>&6
2332 ac_save_LIBS
="$LIBS"
2334 cat > conftest.
$ac_ext <<EOF
2335 #line 2336 "configure"
2336 #include "confdefs.h"
2337 /* Override any gcc2 internal prototype to avoid an error. */
2338 /* We use char because int might match the return type of a gcc2
2339 builtin and then its argument prototype would still apply. */
2340 char setrunelocale();
2346 if { (eval echo configure
:2347: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
2348 eval "ac_cv_lib_$ac_lib_var=yes"
2350 echo "configure: failed program was:" >&5
2351 cat conftest.
$ac_ext >&5
2353 eval "ac_cv_lib_$ac_lib_var=no"
2356 LIBS
="$ac_save_LIBS"
2359 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2360 echo "$ac_t""yes" 1>&6
2361 ac_tr_lib
=HAVE_LIB
`echo xpg4 | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2362 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2363 cat >> confdefs.h
<<EOF
2364 #define $ac_tr_lib 1
2370 echo "$ac_t""no" 1>&6
2373 echo $ac_n "checking for mmap in -lmmap""... $ac_c" 1>&6
2374 echo "configure:2375: checking for mmap in -lmmap" >&5
2375 ac_lib_var
=`echo mmap'_'mmap | sed 'y%./+-%__p_%'`
2376 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2377 echo $ac_n "(cached) $ac_c" 1>&6
2379 ac_save_LIBS
="$LIBS"
2381 cat > conftest.
$ac_ext <<EOF
2382 #line 2383 "configure"
2383 #include "confdefs.h"
2384 /* Override any gcc2 internal prototype to avoid an error. */
2385 /* We use char because int might match the return type of a gcc2
2386 builtin and then its argument prototype would still apply. */
2393 if { (eval echo configure
:2394: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
2395 eval "ac_cv_lib_$ac_lib_var=yes"
2397 echo "configure: failed program was:" >&5
2398 cat conftest.
$ac_ext >&5
2400 eval "ac_cv_lib_$ac_lib_var=no"
2403 LIBS
="$ac_save_LIBS"
2406 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2407 echo "$ac_t""yes" 1>&6
2408 ac_tr_lib
=HAVE_LIB
`echo mmap | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2409 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2410 cat >> confdefs.h
<<EOF
2411 #define $ac_tr_lib 1
2417 echo "$ac_t""no" 1>&6
2421 for ac_hdr
in dlfcn.h
2423 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2424 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2425 echo "configure:2426: checking for $ac_hdr" >&5
2426 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2427 echo $ac_n "(cached) $ac_c" 1>&6
2429 cat > conftest.
$ac_ext <<EOF
2430 #line 2431 "configure"
2431 #include "confdefs.h"
2434 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2435 { (eval echo configure
:2436: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2436 ac_err
=`grep -v '^ *+' conftest.out`
2437 if test -z "$ac_err"; then
2439 eval "ac_cv_header_$ac_safe=yes"
2442 echo "configure: failed program was:" >&5
2443 cat conftest.
$ac_ext >&5
2445 eval "ac_cv_header_$ac_safe=no"
2449 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2450 echo "$ac_t""yes" 1>&6
2451 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2452 cat >> confdefs.h
<<EOF
2453 #define $ac_tr_hdr 1
2455 for ac_func
in dlopen
2457 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2458 echo "configure:2459: checking for $ac_func" >&5
2459 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2460 echo $ac_n "(cached) $ac_c" 1>&6
2462 cat > conftest.
$ac_ext <<EOF
2463 #line 2464 "configure"
2464 #include "confdefs.h"
2465 /* System header to define __stub macros and hopefully few prototypes,
2466 which can conflict with char $ac_func(); below. */
2468 /* Override any gcc2 internal prototype to avoid an error. */
2469 /* We use char because int might match the return type of a gcc2
2470 builtin and then its argument prototype would still apply. */
2475 /* The GNU C library defines this for functions which it implements
2476 to always fail with ENOSYS. Some functions are actually named
2477 something starting with __ and the normal name is an alias. */
2478 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2486 if { (eval echo configure
:2487: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
2488 eval "ac_cv_func_$ac_func=yes"
2490 echo "configure: failed program was:" >&5
2491 cat conftest.
$ac_ext >&5
2493 eval "ac_cv_func_$ac_func=no"
2498 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2499 echo "$ac_t""yes" 1>&6
2500 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2501 cat >> confdefs.h
<<EOF
2502 #define $ac_tr_func 1
2504 cat >> confdefs.h
<<\EOF
2505 #define HAVE_DL_API 1
2509 echo "$ac_t""no" 1>&6
2510 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
2511 echo "configure:2512: checking for dlopen in -ldl" >&5
2512 ac_lib_var
=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
2513 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2514 echo $ac_n "(cached) $ac_c" 1>&6
2516 ac_save_LIBS
="$LIBS"
2518 cat > conftest.
$ac_ext <<EOF
2519 #line 2520 "configure"
2520 #include "confdefs.h"
2521 /* Override any gcc2 internal prototype to avoid an error. */
2522 /* We use char because int might match the return type of a gcc2
2523 builtin and then its argument prototype would still apply. */
2530 if { (eval echo configure
:2531: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
2532 eval "ac_cv_lib_$ac_lib_var=yes"
2534 echo "configure: failed program was:" >&5
2535 cat conftest.
$ac_ext >&5
2537 eval "ac_cv_lib_$ac_lib_var=no"
2540 LIBS
="$ac_save_LIBS"
2543 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2544 echo "$ac_t""yes" 1>&6
2545 cat >> confdefs.h
<<\EOF
2546 #define HAVE_DL_API 1
2552 echo "$ac_t""no" 1>&6
2561 echo "$ac_t""no" 1>&6
2566 if test "$have_x" = "yes"
2569 ac_save_CPPFLAGS
="$CPPFLAGS"
2570 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
2572 for ac_hdr
in X11
/xpm.h
2574 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2575 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2576 echo "configure:2577: checking for $ac_hdr" >&5
2577 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2578 echo $ac_n "(cached) $ac_c" 1>&6
2580 cat > conftest.
$ac_ext <<EOF
2581 #line 2582 "configure"
2582 #include "confdefs.h"
2585 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2586 { (eval echo configure
:2587: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2587 ac_err
=`grep -v '^ *+' conftest.out`
2588 if test -z "$ac_err"; then
2590 eval "ac_cv_header_$ac_safe=yes"
2593 echo "configure: failed program was:" >&5
2594 cat conftest.
$ac_ext >&5
2596 eval "ac_cv_header_$ac_safe=no"
2600 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2601 echo "$ac_t""yes" 1>&6
2602 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2603 cat >> confdefs.h
<<EOF
2604 #define $ac_tr_hdr 1
2608 echo "$ac_t""no" 1>&6
2612 if test "$ac_cv_header_X11_xpm_h" = "yes"
2614 echo $ac_n "checking for XpmCreatePixmapFromData in -lXpm""... $ac_c" 1>&6
2615 echo "configure:2616: checking for XpmCreatePixmapFromData in -lXpm" >&5
2616 ac_lib_var
=`echo Xpm'_'XpmCreatePixmapFromData | sed 'y%./+-%__p_%'`
2617 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2618 echo $ac_n "(cached) $ac_c" 1>&6
2620 ac_save_LIBS
="$LIBS"
2621 LIBS
="-lXpm $X_LIBS -lXext -lX11 $LIBS"
2622 cat > conftest.
$ac_ext <<EOF
2623 #line 2624 "configure"
2624 #include "confdefs.h"
2625 /* Override any gcc2 internal prototype to avoid an error. */
2626 /* We use char because int might match the return type of a gcc2
2627 builtin and then its argument prototype would still apply. */
2628 char XpmCreatePixmapFromData();
2631 XpmCreatePixmapFromData()
2634 if { (eval echo configure
:2635: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
2636 eval "ac_cv_lib_$ac_lib_var=yes"
2638 echo "configure: failed program was:" >&5
2639 cat conftest.
$ac_ext >&5
2641 eval "ac_cv_lib_$ac_lib_var=no"
2644 LIBS
="$ac_save_LIBS"
2647 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2648 echo "$ac_t""yes" 1>&6
2649 cat >> confdefs.h
<<\EOF
2650 #define HAVE_LIBXXPM 1
2652 X_PRE_LIBS
="$X_PRE_LIBS -lXpm"
2654 echo "$ac_t""no" 1>&6
2659 for ac_hdr
in X11
/Xlib.h X11
/extensions
/XShm.h
2661 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2662 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2663 echo "configure:2664: checking for $ac_hdr" >&5
2664 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2665 echo $ac_n "(cached) $ac_c" 1>&6
2667 cat > conftest.
$ac_ext <<EOF
2668 #line 2669 "configure"
2669 #include "confdefs.h"
2672 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2673 { (eval echo configure
:2674: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2674 ac_err
=`grep -v '^ *+' conftest.out`
2675 if test -z "$ac_err"; then
2677 eval "ac_cv_header_$ac_safe=yes"
2680 echo "configure: failed program was:" >&5
2681 cat conftest.
$ac_ext >&5
2683 eval "ac_cv_header_$ac_safe=no"
2687 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2688 echo "$ac_t""yes" 1>&6
2689 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2690 cat >> confdefs.h
<<EOF
2691 #define $ac_tr_hdr 1
2695 echo "$ac_t""no" 1>&6
2699 if test "$ac_cv_header_X11_Xlib_h" = "yes" -a "$ac_cv_header_X11_extensions_XShm_h" = "yes"
2701 echo $ac_n "checking for XShmQueryExtension in -lXext""... $ac_c" 1>&6
2702 echo "configure:2703: checking for XShmQueryExtension in -lXext" >&5
2703 ac_lib_var
=`echo Xext'_'XShmQueryExtension | sed 'y%./+-%__p_%'`
2704 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2705 echo $ac_n "(cached) $ac_c" 1>&6
2707 ac_save_LIBS
="$LIBS"
2708 LIBS
="-lXext $X_LIBS -lXext -lX11 $LIBS"
2709 cat > conftest.
$ac_ext <<EOF
2710 #line 2711 "configure"
2711 #include "confdefs.h"
2712 /* Override any gcc2 internal prototype to avoid an error. */
2713 /* We use char because int might match the return type of a gcc2
2714 builtin and then its argument prototype would still apply. */
2715 char XShmQueryExtension();
2718 XShmQueryExtension()
2721 if { (eval echo configure
:2722: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
2723 eval "ac_cv_lib_$ac_lib_var=yes"
2725 echo "configure: failed program was:" >&5
2726 cat conftest.
$ac_ext >&5
2728 eval "ac_cv_lib_$ac_lib_var=no"
2731 LIBS
="$ac_save_LIBS"
2734 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2735 echo "$ac_t""yes" 1>&6
2736 cat >> confdefs.h
<<\EOF
2737 #define HAVE_LIBXXSHM 1
2741 echo "$ac_t""no" 1>&6
2745 for ac_hdr
in X11
/Xlib.h X11
/extensions
/xf86dga.h
2747 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2748 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2749 echo "configure:2750: checking for $ac_hdr" >&5
2750 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2751 echo $ac_n "(cached) $ac_c" 1>&6
2753 cat > conftest.
$ac_ext <<EOF
2754 #line 2755 "configure"
2755 #include "confdefs.h"
2758 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2759 { (eval echo configure
:2760: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2760 ac_err
=`grep -v '^ *+' conftest.out`
2761 if test -z "$ac_err"; then
2763 eval "ac_cv_header_$ac_safe=yes"
2766 echo "configure: failed program was:" >&5
2767 cat conftest.
$ac_ext >&5
2769 eval "ac_cv_header_$ac_safe=no"
2773 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2774 echo "$ac_t""yes" 1>&6
2775 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2776 cat >> confdefs.h
<<EOF
2777 #define $ac_tr_hdr 1
2781 echo "$ac_t""no" 1>&6
2785 if test "$ac_cv_header_X11_Xlib_h" = "yes" -a "$ac_cv_header_X11_extensions_xf86dga_h" = "yes"
2787 echo $ac_n "checking for XF86DGAQueryExtension in -lXxf86dga""... $ac_c" 1>&6
2788 echo "configure:2789: checking for XF86DGAQueryExtension in -lXxf86dga" >&5
2789 ac_lib_var
=`echo Xxf86dga'_'XF86DGAQueryExtension | sed 'y%./+-%__p_%'`
2790 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2791 echo $ac_n "(cached) $ac_c" 1>&6
2793 ac_save_LIBS
="$LIBS"
2794 LIBS
="-lXxf86dga $X_LIBS -lXext -lX11 $LIBS"
2795 cat > conftest.
$ac_ext <<EOF
2796 #line 2797 "configure"
2797 #include "confdefs.h"
2798 /* Override any gcc2 internal prototype to avoid an error. */
2799 /* We use char because int might match the return type of a gcc2
2800 builtin and then its argument prototype would still apply. */
2801 char XF86DGAQueryExtension();
2804 XF86DGAQueryExtension()
2807 if { (eval echo configure
:2808: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
2809 eval "ac_cv_lib_$ac_lib_var=yes"
2811 echo "configure: failed program was:" >&5
2812 cat conftest.
$ac_ext >&5
2814 eval "ac_cv_lib_$ac_lib_var=no"
2817 LIBS
="$ac_save_LIBS"
2820 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2821 echo "$ac_t""yes" 1>&6
2822 cat >> confdefs.h
<<\EOF
2823 #define HAVE_LIBXXF86DGA 1
2825 X_PRE_LIBS
="$X_PRE_LIBS -lXxf86dga"
2827 echo "$ac_t""no" 1>&6
2832 for ac_hdr
in X11
/Xlib.h X11
/extensions
/xf86vmode.h
2834 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2835 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2836 echo "configure:2837: checking for $ac_hdr" >&5
2837 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2838 echo $ac_n "(cached) $ac_c" 1>&6
2840 cat > conftest.
$ac_ext <<EOF
2841 #line 2842 "configure"
2842 #include "confdefs.h"
2845 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2846 { (eval echo configure
:2847: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2847 ac_err
=`grep -v '^ *+' conftest.out`
2848 if test -z "$ac_err"; then
2850 eval "ac_cv_header_$ac_safe=yes"
2853 echo "configure: failed program was:" >&5
2854 cat conftest.
$ac_ext >&5
2856 eval "ac_cv_header_$ac_safe=no"
2860 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2861 echo "$ac_t""yes" 1>&6
2862 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2863 cat >> confdefs.h
<<EOF
2864 #define $ac_tr_hdr 1
2868 echo "$ac_t""no" 1>&6
2872 if test "$ac_cv_header_X11_Xlib_h" = "yes" -a "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
2874 echo $ac_n "checking for XF86VidModeQueryExtension in -lXxf86vm""... $ac_c" 1>&6
2875 echo "configure:2876: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
2876 ac_lib_var
=`echo Xxf86vm'_'XF86VidModeQueryExtension | sed 'y%./+-%__p_%'`
2877 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2878 echo $ac_n "(cached) $ac_c" 1>&6
2880 ac_save_LIBS
="$LIBS"
2881 LIBS
="-lXxf86vm $X_LIBS -lXext -lX11 $LIBS"
2882 cat > conftest.
$ac_ext <<EOF
2883 #line 2884 "configure"
2884 #include "confdefs.h"
2885 /* Override any gcc2 internal prototype to avoid an error. */
2886 /* We use char because int might match the return type of a gcc2
2887 builtin and then its argument prototype would still apply. */
2888 char XF86VidModeQueryExtension();
2891 XF86VidModeQueryExtension()
2894 if { (eval echo configure
:2895: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
2896 eval "ac_cv_lib_$ac_lib_var=yes"
2898 echo "configure: failed program was:" >&5
2899 cat conftest.
$ac_ext >&5
2901 eval "ac_cv_lib_$ac_lib_var=no"
2904 LIBS
="$ac_save_LIBS"
2907 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2908 echo "$ac_t""yes" 1>&6
2909 cat >> confdefs.h
<<\EOF
2910 #define HAVE_LIBXXF86VM 1
2912 X_PRE_LIBS
="$X_PRE_LIBS -lXxf86vm"
2914 echo "$ac_t""no" 1>&6
2919 for ac_hdr
in GL
/gl.h GL
/osmesa.h
2921 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2922 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2923 echo "configure:2924: checking for $ac_hdr" >&5
2924 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2925 echo $ac_n "(cached) $ac_c" 1>&6
2927 cat > conftest.
$ac_ext <<EOF
2928 #line 2929 "configure"
2929 #include "confdefs.h"
2932 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2933 { (eval echo configure
:2934: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2934 ac_err
=`grep -v '^ *+' conftest.out`
2935 if test -z "$ac_err"; then
2937 eval "ac_cv_header_$ac_safe=yes"
2940 echo "configure: failed program was:" >&5
2941 cat conftest.
$ac_ext >&5
2943 eval "ac_cv_header_$ac_safe=no"
2947 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2948 echo "$ac_t""yes" 1>&6
2949 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2950 cat >> confdefs.h
<<EOF
2951 #define $ac_tr_hdr 1
2955 echo "$ac_t""no" 1>&6
2959 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_osmesa_h" = "yes"
2961 echo $ac_n "checking "for up-to-date Mesa version
"""... $ac_c" 1>&6
2962 echo "configure:2963: checking "for up-to-date Mesa version
"" >&5
2963 if eval "test \"`echo '$''{'wine_cv_mesa_version_OK'+set}'`\" = set"; then
2964 echo $ac_n "(cached) $ac_c" 1>&6
2966 cat > conftest.
$ac_ext <<EOF
2967 #line 2968 "configure"
2968 #include "confdefs.h"
2971 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
2974 if { (eval echo configure
:2975: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2976 wine_cv_mesa_version_OK
="yes"
2978 echo "configure: failed program was:" >&5
2979 cat conftest.
$ac_ext >&5
2981 wine_cv_mesa_version_OK
="no"
2988 echo "$ac_t""$wine_cv_mesa_version_OK" 1>&6
2990 if test "$wine_cv_mesa_version_OK" = "yes"
2992 echo $ac_n "checking for OSMesaCreateContext in -lMesaGL""... $ac_c" 1>&6
2993 echo "configure:2994: checking for OSMesaCreateContext in -lMesaGL" >&5
2994 ac_lib_var
=`echo MesaGL'_'OSMesaCreateContext | sed 'y%./+-%__p_%'`
2995 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2996 echo $ac_n "(cached) $ac_c" 1>&6
2998 ac_save_LIBS
="$LIBS"
2999 LIBS
="-lMesaGL $X_LIBS -lXext -lX11 -lm $LIBS"
3000 cat > conftest.
$ac_ext <<EOF
3001 #line 3002 "configure"
3002 #include "confdefs.h"
3003 /* Override any gcc2 internal prototype to avoid an error. */
3004 /* We use char because int might match the return type of a gcc2
3005 builtin and then its argument prototype would still apply. */
3006 char OSMesaCreateContext();
3009 OSMesaCreateContext()
3012 if { (eval echo configure
:3013: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
3014 eval "ac_cv_lib_$ac_lib_var=yes"
3016 echo "configure: failed program was:" >&5
3017 cat conftest.
$ac_ext >&5
3019 eval "ac_cv_lib_$ac_lib_var=no"
3022 LIBS
="$ac_save_LIBS"
3025 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3026 echo "$ac_t""yes" 1>&6
3027 cat >> confdefs.h
<<\EOF
3028 #define HAVE_LIBMESAGL 1
3030 X_PRE_LIBS
="$X_PRE_LIBS -lMesaGL"
3032 echo "$ac_t""no" 1>&6
3038 CPPFLAGS
="$ac_save_CPPFLAGS"
3045 for ac_hdr
in ncurses.h
3047 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3048 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3049 echo "configure:3050: checking for $ac_hdr" >&5
3050 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3051 echo $ac_n "(cached) $ac_c" 1>&6
3053 cat > conftest.
$ac_ext <<EOF
3054 #line 3055 "configure"
3055 #include "confdefs.h"
3058 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3059 { (eval echo configure
:3060: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3060 ac_err
=`grep -v '^ *+' conftest.out`
3061 if test -z "$ac_err"; then
3063 eval "ac_cv_header_$ac_safe=yes"
3066 echo "configure: failed program was:" >&5
3067 cat conftest.
$ac_ext >&5
3069 eval "ac_cv_header_$ac_safe=no"
3073 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3074 echo "$ac_t""yes" 1>&6
3075 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3076 cat >> confdefs.h
<<EOF
3077 #define $ac_tr_hdr 1
3081 echo "$ac_t""no" 1>&6
3085 if test "$ac_cv_header_ncurses_h" = "yes"
3087 echo $ac_n "checking for waddch in -lncurses""... $ac_c" 1>&6
3088 echo "configure:3089: checking for waddch in -lncurses" >&5
3089 ac_lib_var
=`echo ncurses'_'waddch | sed 'y%./+-%__p_%'`
3090 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3091 echo $ac_n "(cached) $ac_c" 1>&6
3093 ac_save_LIBS
="$LIBS"
3094 LIBS
="-lncurses $LIBS"
3095 cat > conftest.
$ac_ext <<EOF
3096 #line 3097 "configure"
3097 #include "confdefs.h"
3098 /* Override any gcc2 internal prototype to avoid an error. */
3099 /* We use char because int might match the return type of a gcc2
3100 builtin and then its argument prototype would still apply. */
3107 if { (eval echo configure
:3108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
3109 eval "ac_cv_lib_$ac_lib_var=yes"
3111 echo "configure: failed program was:" >&5
3112 cat conftest.
$ac_ext >&5
3114 eval "ac_cv_lib_$ac_lib_var=no"
3117 LIBS
="$ac_save_LIBS"
3120 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3121 echo "$ac_t""yes" 1>&6
3122 ac_tr_lib
=HAVE_LIB
`echo ncurses | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3123 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3124 cat >> confdefs.h
<<EOF
3125 #define $ac_tr_lib 1
3128 LIBS
="-lncurses $LIBS"
3131 echo "$ac_t""no" 1>&6
3135 if test "$ac_cv_lib_ncurses_waddch" = "yes"
3137 echo $ac_n "checking for resizeterm in -lncurses""... $ac_c" 1>&6
3138 echo "configure:3139: checking for resizeterm in -lncurses" >&5
3139 ac_lib_var
=`echo ncurses'_'resizeterm | sed 'y%./+-%__p_%'`
3140 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3141 echo $ac_n "(cached) $ac_c" 1>&6
3143 ac_save_LIBS
="$LIBS"
3144 LIBS
="-lncurses $LIBS"
3145 cat > conftest.
$ac_ext <<EOF
3146 #line 3147 "configure"
3147 #include "confdefs.h"
3148 /* Override any gcc2 internal prototype to avoid an error. */
3149 /* We use char because int might match the return type of a gcc2
3150 builtin and then its argument prototype would still apply. */
3157 if { (eval echo configure
:3158: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
3159 eval "ac_cv_lib_$ac_lib_var=yes"
3161 echo "configure: failed program was:" >&5
3162 cat conftest.
$ac_ext >&5
3164 eval "ac_cv_lib_$ac_lib_var=no"
3167 LIBS
="$ac_save_LIBS"
3170 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3171 echo "$ac_t""yes" 1>&6
3172 cat >> confdefs.h
<<\EOF
3173 #define HAVE_RESIZETERM 1
3177 echo "$ac_t""no" 1>&6
3180 echo $ac_n "checking for getbkgd in -lncurses""... $ac_c" 1>&6
3181 echo "configure:3182: checking for getbkgd in -lncurses" >&5
3182 ac_lib_var
=`echo ncurses'_'getbkgd | sed 'y%./+-%__p_%'`
3183 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3184 echo $ac_n "(cached) $ac_c" 1>&6
3186 ac_save_LIBS
="$LIBS"
3187 LIBS
="-lncurses $LIBS"
3188 cat > conftest.
$ac_ext <<EOF
3189 #line 3190 "configure"
3190 #include "confdefs.h"
3191 /* Override any gcc2 internal prototype to avoid an error. */
3192 /* We use char because int might match the return type of a gcc2
3193 builtin and then its argument prototype would still apply. */
3200 if { (eval echo configure
:3201: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
3202 eval "ac_cv_lib_$ac_lib_var=yes"
3204 echo "configure: failed program was:" >&5
3205 cat conftest.
$ac_ext >&5
3207 eval "ac_cv_lib_$ac_lib_var=no"
3210 LIBS
="$ac_save_LIBS"
3213 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3214 echo "$ac_t""yes" 1>&6
3215 cat >> confdefs.h
<<\EOF
3216 #define HAVE_GETBKGD 1
3220 echo "$ac_t""no" 1>&6
3224 for ac_hdr
in curses.h
3226 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3227 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3228 echo "configure:3229: checking for $ac_hdr" >&5
3229 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3230 echo $ac_n "(cached) $ac_c" 1>&6
3232 cat > conftest.
$ac_ext <<EOF
3233 #line 3234 "configure"
3234 #include "confdefs.h"
3237 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3238 { (eval echo configure
:3239: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3239 ac_err
=`grep -v '^ *+' conftest.out`
3240 if test -z "$ac_err"; then
3242 eval "ac_cv_header_$ac_safe=yes"
3245 echo "configure: failed program was:" >&5
3246 cat conftest.
$ac_ext >&5
3248 eval "ac_cv_header_$ac_safe=no"
3252 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3253 echo "$ac_t""yes" 1>&6
3254 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3255 cat >> confdefs.h
<<EOF
3256 #define $ac_tr_hdr 1
3260 echo "$ac_t""no" 1>&6
3264 if test "$ac_cv_header_curses_h" = "yes"
3266 echo $ac_n "checking for waddch in -lcurses""... $ac_c" 1>&6
3267 echo "configure:3268: checking for waddch in -lcurses" >&5
3268 ac_lib_var
=`echo curses'_'waddch | sed 'y%./+-%__p_%'`
3269 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3270 echo $ac_n "(cached) $ac_c" 1>&6
3272 ac_save_LIBS
="$LIBS"
3273 LIBS
="-lcurses $LIBS"
3274 cat > conftest.
$ac_ext <<EOF
3275 #line 3276 "configure"
3276 #include "confdefs.h"
3277 /* Override any gcc2 internal prototype to avoid an error. */
3278 /* We use char because int might match the return type of a gcc2
3279 builtin and then its argument prototype would still apply. */
3286 if { (eval echo configure
:3287: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
3288 eval "ac_cv_lib_$ac_lib_var=yes"
3290 echo "configure: failed program was:" >&5
3291 cat conftest.
$ac_ext >&5
3293 eval "ac_cv_lib_$ac_lib_var=no"
3296 LIBS
="$ac_save_LIBS"
3299 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3300 echo "$ac_t""yes" 1>&6
3301 ac_tr_lib
=HAVE_LIB
`echo curses | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3302 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3303 cat >> confdefs.h
<<EOF
3304 #define $ac_tr_lib 1
3307 LIBS
="-lcurses $LIBS"
3310 echo "$ac_t""no" 1>&6
3313 echo $ac_n "checking for resizeterm in -lcurses""... $ac_c" 1>&6
3314 echo "configure:3315: checking for resizeterm in -lcurses" >&5
3315 ac_lib_var
=`echo curses'_'resizeterm | sed 'y%./+-%__p_%'`
3316 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3317 echo $ac_n "(cached) $ac_c" 1>&6
3319 ac_save_LIBS
="$LIBS"
3320 LIBS
="-lcurses $LIBS"
3321 cat > conftest.
$ac_ext <<EOF
3322 #line 3323 "configure"
3323 #include "confdefs.h"
3324 /* Override any gcc2 internal prototype to avoid an error. */
3325 /* We use char because int might match the return type of a gcc2
3326 builtin and then its argument prototype would still apply. */
3333 if { (eval echo configure
:3334: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
3335 eval "ac_cv_lib_$ac_lib_var=yes"
3337 echo "configure: failed program was:" >&5
3338 cat conftest.
$ac_ext >&5
3340 eval "ac_cv_lib_$ac_lib_var=no"
3343 LIBS
="$ac_save_LIBS"
3346 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3347 echo "$ac_t""yes" 1>&6
3348 cat >> confdefs.h
<<\EOF
3349 #define HAVE_RESIZETERM 1
3353 echo "$ac_t""no" 1>&6
3356 echo $ac_n "checking for getbkgd in -lcurses""... $ac_c" 1>&6
3357 echo "configure:3358: checking for getbkgd in -lcurses" >&5
3358 ac_lib_var
=`echo curses'_'getbkgd | sed 'y%./+-%__p_%'`
3359 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3360 echo $ac_n "(cached) $ac_c" 1>&6
3362 ac_save_LIBS
="$LIBS"
3363 LIBS
="-lcurses $LIBS"
3364 cat > conftest.
$ac_ext <<EOF
3365 #line 3366 "configure"
3366 #include "confdefs.h"
3367 /* Override any gcc2 internal prototype to avoid an error. */
3368 /* We use char because int might match the return type of a gcc2
3369 builtin and then its argument prototype would still apply. */
3376 if { (eval echo configure
:3377: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
3378 eval "ac_cv_lib_$ac_lib_var=yes"
3380 echo "configure: failed program was:" >&5
3381 cat conftest.
$ac_ext >&5
3383 eval "ac_cv_lib_$ac_lib_var=no"
3386 LIBS
="$ac_save_LIBS"
3389 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3390 echo "$ac_t""yes" 1>&6
3391 cat >> confdefs.h
<<\EOF
3392 #define HAVE_GETBKGD 1
3396 echo "$ac_t""no" 1>&6
3402 echo $ac_n "checking "for GNU style IPX support
"""... $ac_c" 1>&6
3403 echo "configure:3404: checking "for GNU style IPX support
"" >&5
3404 if eval "test \"`echo '$''{'ac_cv_c_ipx_gnu'+set}'`\" = set"; then
3405 echo $ac_n "(cached) $ac_c" 1>&6
3407 cat > conftest.
$ac_ext <<EOF
3408 #line 3409 "configure"
3409 #include "confdefs.h"
3410 #include <sys/socket.h>
3411 #include <netipx/ipx.h>
3413 ((struct sockaddr_ipx *)0)->sipx_family == AF_IPX
3416 if { (eval echo configure
:3417: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3418 cat >> confdefs.h
<<\EOF
3419 #define HAVE_IPX_GNU 1
3422 ac_cv_c_ipx_gnu
="yes"
3424 echo "configure: failed program was:" >&5
3425 cat conftest.
$ac_ext >&5
3427 ac_cv_c_ipx_gnu
="no"
3433 echo "$ac_t""$ac_cv_c_ipx_gnu" 1>&6
3435 if test "$ac_cv_c_ipx_gnu" = "no"
3437 echo $ac_n "checking "for linux style IPX support
"""... $ac_c" 1>&6
3438 echo "configure:3439: checking "for linux style IPX support
"" >&5
3439 if eval "test \"`echo '$''{'ac_cv_c_ipx_linux'+set}'`\" = set"; then
3440 echo $ac_n "(cached) $ac_c" 1>&6
3442 cat > conftest.
$ac_ext <<EOF
3443 #line 3444 "configure"
3444 #include "confdefs.h"
3445 #include <sys/socket.h>
3446 #include <asm/types.h>
3447 #include <linux/ipx.h>
3449 ((struct sockaddr_ipx *)0)->sipx_family == AF_IPX
3452 if { (eval echo configure
:3453: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3454 cat >> confdefs.h
<<\EOF
3455 #define HAVE_IPX_LINUX 1
3458 ac_cv_c_ipx_linux
="yes"
3460 echo "configure: failed program was:" >&5
3461 cat conftest.
$ac_ext >&5
3463 ac_cv_c_ipx_linux
="no"
3469 echo "$ac_t""$ac_cv_c_ipx_linux" 1>&6
3472 for ac_hdr
in sys
/soundcard.h machine
/soundcard.h soundcard.h
3474 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3475 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3476 echo "configure:3477: checking for $ac_hdr" >&5
3477 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3478 echo $ac_n "(cached) $ac_c" 1>&6
3480 cat > conftest.
$ac_ext <<EOF
3481 #line 3482 "configure"
3482 #include "confdefs.h"
3485 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3486 { (eval echo configure
:3487: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3487 ac_err
=`grep -v '^ *+' conftest.out`
3488 if test -z "$ac_err"; then
3490 eval "ac_cv_header_$ac_safe=yes"
3493 echo "configure: failed program was:" >&5
3494 cat conftest.
$ac_ext >&5
3496 eval "ac_cv_header_$ac_safe=no"
3500 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3501 echo "$ac_t""yes" 1>&6
3502 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3503 cat >> confdefs.h
<<EOF
3504 #define $ac_tr_hdr 1
3508 echo "$ac_t""no" 1>&6
3513 echo $ac_n "checking "for Open Sound System
"""... $ac_c" 1>&6
3514 echo "configure:3515: checking "for Open Sound System
"" >&5
3515 if eval "test \"`echo '$''{'ac_cv_c_opensoundsystem'+set}'`\" = set"; then
3516 echo $ac_n "(cached) $ac_c" 1>&6
3518 cat > conftest.
$ac_ext <<EOF
3519 #line 3520 "configure"
3520 #include "confdefs.h"
3522 #if defined(HAVE_SYS_SOUNDCARD_H)
3523 #include <sys/soundcard.h>
3524 #elif defined(HAVE_MACHINE_SOUNDCARD_H)
3525 #include <machine/soundcard.h>
3526 #elif defined(HAVE_SOUNDCARD_H)
3527 #include <soundcard.h>
3533 /* check for one of the Open Sound System specific SNDCTL_ defines */
3534 #if !defined(SNDCTL_DSP_STEREO)
3535 #error No open sound system
3540 if { (eval echo configure
:3541: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3542 ac_cv_c_opensoundsystem
="yes"
3544 echo "configure: failed program was:" >&5
3545 cat conftest.
$ac_ext >&5
3547 ac_cv_c_opensoundsystem
="no"
3552 echo "$ac_t""$ac_cv_c_opensoundsystem" 1>&6
3554 if test "$ac_cv_c_opensoundsystem" = "yes"
3556 cat >> confdefs.h
<<\EOF
3562 if test "$ac_cv_prog_LN_S" = "ln -s"; then : ; else LN_S
=cp ; fi
3565 if test "x${GCC}" = "xyes"
3567 CFLAGS
="$CFLAGS -Wall"
3568 echo $ac_n "checking "for gcc strength-reduce bug
"""... $ac_c" 1>&6
3569 echo "configure:3570: checking "for gcc strength-reduce bug
"" >&5
3570 if eval "test \"`echo '$''{'ac_cv_c_gcc_strength_bug'+set}'`\" = set"; then
3571 echo $ac_n "(cached) $ac_c" 1>&6
3573 if test "$cross_compiling" = yes; then
3574 ac_cv_c_gcc_strength_bug
="yes"
3576 cat > conftest.
$ac_ext <<EOF
3577 #line 3578 "configure"
3578 #include "confdefs.h"
3581 static int Array[3];
3584 for(i=0; i<B; i++) Array[i] = i - 3;
3585 exit( Array[1] != -2 );
3588 if { (eval echo configure
:3589: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
&& (.
/conftest
; exit) 2>/dev
/null
3590 ac_cv_c_gcc_strength_bug
="no"
3592 echo "configure: failed program was:" >&5
3593 cat conftest.
$ac_ext >&5
3595 ac_cv_c_gcc_strength_bug
="yes"
3602 echo "$ac_t""$ac_cv_c_gcc_strength_bug" 1>&6
3603 if test "$ac_cv_c_gcc_strength_bug" = "yes"
3605 CFLAGS
="$CFLAGS -fno-strength-reduce"
3610 echo $ac_n "checking "whether external symbols need an underscore prefix
"""... $ac_c" 1>&6
3611 echo "configure:3612: checking "whether external symbols need an underscore prefix
"" >&5
3612 if eval "test \"`echo '$''{'ac_cv_c_extern_prefix'+set}'`\" = set"; then
3613 echo $ac_n "(cached) $ac_c" 1>&6
3616 LIBS
="conftest_asm.s $LIBS"
3617 cat > conftest_asm.s
<<EOF
3622 cat > conftest.
$ac_ext <<EOF
3623 #line 3624 "configure"
3624 #include "confdefs.h"
3627 if (ac_test) return 1
3630 if { (eval echo configure
:3631: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
3632 ac_cv_c_extern_prefix
="yes"
3634 echo "configure: failed program was:" >&5
3635 cat conftest.
$ac_ext >&5
3637 ac_cv_c_extern_prefix
="no"
3643 echo "$ac_t""$ac_cv_c_extern_prefix" 1>&6
3644 if test "$ac_cv_c_extern_prefix" = "yes"
3646 cat >> confdefs.h
<<\EOF
3647 #define NEED_UNDERSCORE_PREFIX 1
3653 echo $ac_n "checking "whether assembler accepts .string
"""... $ac_c" 1>&6
3654 echo "configure:3655: checking "whether assembler accepts .string
"" >&5
3655 if eval "test \"`echo '$''{'ac_cv_c_asm_string'+set}'`\" = set"; then
3656 echo $ac_n "(cached) $ac_c" 1>&6
3659 LIBS
="conftest_asm.s $LIBS"
3660 cat > conftest_asm.s
<<EOF
3663 cat > conftest.
$ac_ext <<EOF
3664 #line 3665 "configure"
3665 #include "confdefs.h"
3671 if { (eval echo configure
:3672: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
3673 ac_cv_c_asm_string
="yes"
3675 echo "configure: failed program was:" >&5
3676 cat conftest.
$ac_ext >&5
3678 ac_cv_c_asm_string
="no"
3684 echo "$ac_t""$ac_cv_c_asm_string" 1>&6
3685 if test "$ac_cv_c_asm_string" = "yes"
3687 cat >> confdefs.h
<<\EOF
3688 #define HAVE_ASM_STRING 1
3696 if test "$LIB_TARGET" = "libwine.so.1.0"
3698 echo $ac_n "checking "whether we can build a Linux dll
"""... $ac_c" 1>&6
3699 echo "configure:3700: checking "whether we can build a Linux dll
"" >&5
3700 if eval "test \"`echo '$''{'ac_cv_c_dll_linux'+set}'`\" = set"; then
3701 echo $ac_n "(cached) $ac_c" 1>&6
3703 saved_cflags
=$CFLAGS
3704 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,conftest.so.1.0"
3705 cat > conftest.
$ac_ext <<EOF
3706 #line 3707 "configure"
3707 #include "confdefs.h"
3713 if { (eval echo configure
:3714: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
3715 ac_cv_c_dll_linux
="yes"
3717 echo "configure: failed program was:" >&5
3718 cat conftest.
$ac_ext >&5
3720 ac_cv_c_dll_linux
="no"
3723 CFLAGS
=$saved_cflags
3727 echo "$ac_t""$ac_cv_c_dll_linux" 1>&6
3728 if test "$ac_cv_c_dll_linux" = "yes"
3731 LDSHARED
="\$(CC) -shared -Wl,-soname,libwine.so"
3733 echo $ac_n "checking "whether we can build a NetBSD dll
"""... $ac_c" 1>&6
3734 echo "configure:3735: checking "whether we can build a NetBSD dll
"" >&5
3735 if eval "test \"`echo '$''{'ac_cv_c_dll_netbsd'+set}'`\" = set"; then
3736 echo $ac_n "(cached) $ac_c" 1>&6
3738 saved_cflags
=$CFLAGS
3739 CFLAGS
="$CFLAGS -fPIC -Bshareable -Bforcearchive"
3740 cat > conftest.
$ac_ext <<EOF
3741 #line 3742 "configure"
3742 #include "confdefs.h"
3748 if { (eval echo configure
:3749: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
3750 ac_cv_c_dll_netbsd
="yes"
3752 echo "configure: failed program was:" >&5
3753 cat conftest.
$ac_ext >&5
3755 ac_cv_c_dll_netbsd
="no"
3758 CFLAGS
=$saved_cflags
3762 echo "$ac_t""$ac_cv_c_dll_netbsd" 1>&6
3763 if test "$ac_cv_c_dll_netbsd" = "yes"
3766 LDSHARED
="ld -Bshareable -Bforcearchive"
3769 if test "$ac_cv_c_dll_linux" = "no" -a "$ac_cv_c_dll_netbsd" = "no"
3771 LIB_TARGET
="libwine.a"
3778 wine_cv_libc_reentrant
=no
3779 echo $ac_n "checking "for reentrant libc
: __errno_location
"""... $ac_c" 1>&6
3780 echo "configure:3781: checking "for reentrant libc
: __errno_location
"" >&5
3781 if eval "test \"`echo '$''{'wine_cv_libc_r__errno_location'+set}'`\" = set"; then
3782 echo $ac_n "(cached) $ac_c" 1>&6
3784 if test "$cross_compiling" = yes; then
3785 wine_cv_libc_r__errno_location
=yes
3787 cat > conftest.
$ac_ext <<EOF
3788 #line 3789 "configure"
3789 #include "confdefs.h"
3792 int *__errno_location(){return &myerrno;}
3793 main(){connect(0,buf,255); exit(!myerrno);}
3795 if { (eval echo configure
:3796: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
&& (.
/conftest
; exit) 2>/dev
/null
3797 wine_cv_libc_r__errno_location
=yes
3799 echo "configure: failed program was:" >&5
3800 cat conftest.
$ac_ext >&5
3802 wine_cv_libc_r__errno_location
=no
3810 echo "$ac_t""$wine_cv_libc_r__errno_location" 1>&6
3811 if test "$wine_cv_libc_r__errno_location" = "yes"
3813 cat >> confdefs.h
<<\EOF
3814 #define HAVE__ERRNO_LOCATION 1
3817 wine_cv_libc_reentrant
=__errno_location
3819 echo $ac_n "checking "for reentrant libc
: __error
"""... $ac_c" 1>&6
3820 echo "configure:3821: checking "for reentrant libc
: __error
"" >&5
3821 if eval "test \"`echo '$''{'wine_cv_libc_r__error'+set}'`\" = set"; then
3822 echo $ac_n "(cached) $ac_c" 1>&6
3824 if test "$cross_compiling" = yes; then
3825 wine_cv_libc_r__error
=yes
3827 cat > conftest.
$ac_ext <<EOF
3828 #line 3829 "configure"
3829 #include "confdefs.h"
3832 int *__error(){return &myerrno;}
3833 main(){connect(0,buf,255); exit(!myerrno);}
3835 if { (eval echo configure
:3836: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
&& (.
/conftest
; exit) 2>/dev
/null
3837 wine_cv_libc_r__error
=yes
3839 echo "configure: failed program was:" >&5
3840 cat conftest.
$ac_ext >&5
3842 wine_cv_libc_r__error
=no
3850 echo "$ac_t""$wine_cv_libc_r__error" 1>&6
3851 if test "$wine_cv_libc_r__error" = "yes"
3853 cat >> confdefs.h
<<\EOF
3854 #define HAVE__ERROR 1
3857 wine_cv_libc_reentrant
=__error
3859 echo $ac_n "checking "for reentrant libc
: ___errno
"""... $ac_c" 1>&6
3860 echo "configure:3861: checking "for reentrant libc
: ___errno
"" >&5
3861 if eval "test \"`echo '$''{'wine_cv_libc_r___errno'+set}'`\" = set"; then
3862 echo $ac_n "(cached) $ac_c" 1>&6
3864 if test "$cross_compiling" = yes; then
3865 wine_cv_libc_r___errno
=yes
3867 cat > conftest.
$ac_ext <<EOF
3868 #line 3869 "configure"
3869 #include "confdefs.h"
3872 int *___errno(){return &myerrno;}
3873 main(){connect(0,buf,255); exit(!myerrno);}
3875 if { (eval echo configure
:3876: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
&& (.
/conftest
; exit) 2>/dev
/null
3877 wine_cv_libc_r___errno
=yes
3879 echo "configure: failed program was:" >&5
3880 cat conftest.
$ac_ext >&5
3882 wine_cv_libc_r___errno
=no
3890 echo "$ac_t""$wine_cv_libc_r___errno" 1>&6
3891 if test "$wine_cv_libc_r___errno" = "yes"
3893 cat >> confdefs.h
<<\EOF
3894 #define HAVE___ERRNO 1
3897 wine_cv_libc_reentrant
=___errno
3899 if test "$wine_cv_libc_reentrant" = "no"
3901 cat >> confdefs.h
<<\EOF
3902 #define NO_REENTRANT_LIBC 1
3908 if test "$have_x" = "yes" -a "$wine_cv_libc_reentrant" != "no"
3910 echo $ac_n "checking "for reentrant X libraries
"""... $ac_c" 1>&6
3911 echo "configure:3912: checking "for reentrant X libraries
"" >&5
3912 if eval "test \"`echo '$''{'wine_cv_x_reentrant'+set}'`\" = set"; then
3913 echo $ac_n "(cached) $ac_c" 1>&6
3915 if test "x$with_reentrant_x" = "xno"
3917 wine_cv_x_reentrant
=no
3920 for dir
in "$x_libraries" /usr
/lib
/usr
/local
/lib
/lib
; do
3921 if test -r $dir/libX11.so
; then
3922 libX11_check
="-D $dir/libX11.so"
3925 if test -r $dir/libX11.a
; then
3926 libX11_check
="$dir/libX11.a"
3930 if test "$libX11_check" != "none"; then
3931 if nm
$libX11_check |
grep $wine_cv_libc_reentrant >/dev
/null
2>&1
3933 wine_cv_x_reentrant
=yes
3935 wine_cv_x_reentrant
=no
3938 wine_cv_x_reentrant
=unknown
3943 echo "$ac_t""$wine_cv_x_reentrant" 1>&6
3945 wine_cv_x_reentrant
=no
3947 if test "$wine_cv_x_reentrant" = "no"
3949 cat >> confdefs.h
<<\EOF
3950 #define NO_REENTRANT_X11 1
3956 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
3957 # for constant arguments. Useless!
3958 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
3959 echo "configure:3960: checking for working alloca.h" >&5
3960 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
3961 echo $ac_n "(cached) $ac_c" 1>&6
3963 cat > conftest.
$ac_ext <<EOF
3964 #line 3965 "configure"
3965 #include "confdefs.h"
3968 char *p = alloca(2 * sizeof(int));
3971 if { (eval echo configure
:3972: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
3973 ac_cv_header_alloca_h
=yes
3975 echo "configure: failed program was:" >&5
3976 cat conftest.
$ac_ext >&5
3978 ac_cv_header_alloca_h
=no
3983 echo "$ac_t""$ac_cv_header_alloca_h" 1>&6
3984 if test $ac_cv_header_alloca_h = yes; then
3985 cat >> confdefs.h
<<\EOF
3986 #define HAVE_ALLOCA_H 1
3991 echo $ac_n "checking for alloca""... $ac_c" 1>&6
3992 echo "configure:3993: checking for alloca" >&5
3993 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
3994 echo $ac_n "(cached) $ac_c" 1>&6
3996 cat > conftest.
$ac_ext <<EOF
3997 #line 3998 "configure"
3998 #include "confdefs.h"
4001 # define alloca __builtin_alloca
4004 # include <alloca.h>
4009 # ifndef alloca /* predefined by HP cc +Olibcalls */
4017 char *p = (char *) alloca(1);
4020 if { (eval echo configure
:4021: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
4022 ac_cv_func_alloca_works
=yes
4024 echo "configure: failed program was:" >&5
4025 cat conftest.
$ac_ext >&5
4027 ac_cv_func_alloca_works
=no
4032 echo "$ac_t""$ac_cv_func_alloca_works" 1>&6
4033 if test $ac_cv_func_alloca_works = yes; then
4034 cat >> confdefs.h
<<\EOF
4035 #define HAVE_ALLOCA 1
4040 if test $ac_cv_func_alloca_works = no
; then
4041 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
4042 # that cause trouble. Some versions do not even contain alloca or
4043 # contain a buggy version. If you still want to use their alloca,
4044 # use ar to extract alloca.o from them instead of compiling alloca.c.
4046 cat >> confdefs.h
<<\EOF
4051 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
4052 echo "configure:4053: checking whether alloca needs Cray hooks" >&5
4053 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
4054 echo $ac_n "(cached) $ac_c" 1>&6
4056 cat > conftest.
$ac_ext <<EOF
4057 #line 4058 "configure"
4058 #include "confdefs.h"
4059 #if defined(CRAY) && ! defined(CRAY2)
4066 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4067 egrep "webecray" >/dev
/null
2>&1; then
4078 echo "$ac_t""$ac_cv_os_cray" 1>&6
4079 if test $ac_cv_os_cray = yes; then
4080 for ac_func
in _getb67 GETB67 getb67
; do
4081 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4082 echo "configure:4083: checking for $ac_func" >&5
4083 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4084 echo $ac_n "(cached) $ac_c" 1>&6
4086 cat > conftest.
$ac_ext <<EOF
4087 #line 4088 "configure"
4088 #include "confdefs.h"
4089 /* System header to define __stub macros and hopefully few prototypes,
4090 which can conflict with char $ac_func(); below. */
4092 /* Override any gcc2 internal prototype to avoid an error. */
4093 /* We use char because int might match the return type of a gcc2
4094 builtin and then its argument prototype would still apply. */
4099 /* The GNU C library defines this for functions which it implements
4100 to always fail with ENOSYS. Some functions are actually named
4101 something starting with __ and the normal name is an alias. */
4102 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4110 if { (eval echo configure
:4111: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
4112 eval "ac_cv_func_$ac_func=yes"
4114 echo "configure: failed program was:" >&5
4115 cat conftest.
$ac_ext >&5
4117 eval "ac_cv_func_$ac_func=no"
4122 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4123 echo "$ac_t""yes" 1>&6
4124 cat >> confdefs.h
<<EOF
4125 #define CRAY_STACKSEG_END $ac_func
4130 echo "$ac_t""no" 1>&6
4136 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
4137 echo "configure:4138: checking stack direction for C alloca" >&5
4138 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
4139 echo $ac_n "(cached) $ac_c" 1>&6
4141 if test "$cross_compiling" = yes; then
4142 ac_cv_c_stack_direction
=0
4144 cat > conftest.
$ac_ext <<EOF
4145 #line 4146 "configure"
4146 #include "confdefs.h"
4147 find_stack_direction ()
4149 static char *addr = 0;
4154 return find_stack_direction ();
4157 return (&dummy > addr) ? 1 : -1;
4161 exit (find_stack_direction() < 0);
4164 if { (eval echo configure
:4165: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
&& (.
/conftest
; exit) 2>/dev
/null
4166 ac_cv_c_stack_direction
=1
4168 echo "configure: failed program was:" >&5
4169 cat conftest.
$ac_ext >&5
4171 ac_cv_c_stack_direction
=-1
4178 echo "$ac_t""$ac_cv_c_stack_direction" 1>&6
4179 cat >> confdefs.h
<<EOF
4180 #define STACK_DIRECTION $ac_cv_c_stack_direction
4203 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4204 echo "configure:4205: checking for $ac_func" >&5
4205 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4206 echo $ac_n "(cached) $ac_c" 1>&6
4208 cat > conftest.
$ac_ext <<EOF
4209 #line 4210 "configure"
4210 #include "confdefs.h"
4211 /* System header to define __stub macros and hopefully few prototypes,
4212 which can conflict with char $ac_func(); below. */
4214 /* Override any gcc2 internal prototype to avoid an error. */
4215 /* We use char because int might match the return type of a gcc2
4216 builtin and then its argument prototype would still apply. */
4221 /* The GNU C library defines this for functions which it implements
4222 to always fail with ENOSYS. Some functions are actually named
4223 something starting with __ and the normal name is an alias. */
4224 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4232 if { (eval echo configure
:4233: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
4234 eval "ac_cv_func_$ac_func=yes"
4236 echo "configure: failed program was:" >&5
4237 cat conftest.
$ac_ext >&5
4239 eval "ac_cv_func_$ac_func=no"
4244 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4245 echo "$ac_t""yes" 1>&6
4246 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4247 cat >> confdefs.h
<<EOF
4248 #define $ac_tr_func 1
4252 echo "$ac_t""no" 1>&6
4289 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4290 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4291 echo "configure:4292: checking for $ac_hdr" >&5
4292 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4293 echo $ac_n "(cached) $ac_c" 1>&6
4295 cat > conftest.
$ac_ext <<EOF
4296 #line 4297 "configure"
4297 #include "confdefs.h"
4300 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4301 { (eval echo configure
:4302: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4302 ac_err
=`grep -v '^ *+' conftest.out`
4303 if test -z "$ac_err"; then
4305 eval "ac_cv_header_$ac_safe=yes"
4308 echo "configure: failed program was:" >&5
4309 cat conftest.
$ac_ext >&5
4311 eval "ac_cv_header_$ac_safe=no"
4315 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4316 echo "$ac_t""yes" 1>&6
4317 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4318 cat >> confdefs.h
<<EOF
4319 #define $ac_tr_hdr 1
4323 echo "$ac_t""no" 1>&6
4327 echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6
4328 echo "configure:4329: checking whether stat file-mode macros are broken" >&5
4329 if eval "test \"`echo '$''{'ac_cv_header_stat_broken'+set}'`\" = set"; then
4330 echo $ac_n "(cached) $ac_c" 1>&6
4332 cat > conftest.
$ac_ext <<EOF
4333 #line 4334 "configure"
4334 #include "confdefs.h"
4335 #include <sys/types.h>
4336 #include <sys/stat.h>
4338 #if defined(S_ISBLK) && defined(S_IFDIR)
4339 # if S_ISBLK (S_IFDIR)
4344 #if defined(S_ISBLK) && defined(S_IFCHR)
4345 # if S_ISBLK (S_IFCHR)
4350 #if defined(S_ISLNK) && defined(S_IFREG)
4351 # if S_ISLNK (S_IFREG)
4356 #if defined(S_ISSOCK) && defined(S_IFREG)
4357 # if S_ISSOCK (S_IFREG)
4363 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4364 egrep "You lose" >/dev
/null
2>&1; then
4366 ac_cv_header_stat_broken
=yes
4369 ac_cv_header_stat_broken
=no
4375 echo "$ac_t""$ac_cv_header_stat_broken" 1>&6
4376 if test $ac_cv_header_stat_broken = yes; then
4377 cat >> confdefs.h
<<\EOF
4378 #define STAT_MACROS_BROKEN 1
4385 echo $ac_n "checking for working const""... $ac_c" 1>&6
4386 echo "configure:4387: checking for working const" >&5
4387 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
4388 echo $ac_n "(cached) $ac_c" 1>&6
4390 cat > conftest.
$ac_ext <<EOF
4391 #line 4392 "configure"
4392 #include "confdefs.h"
4396 /* Ultrix mips cc rejects this. */
4397 typedef int charset[2]; const charset x;
4398 /* SunOS 4.1.1 cc rejects this. */
4399 char const *const *ccp;
4401 /* NEC SVR4.0.2 mips cc rejects this. */
4402 struct point {int x, y;};
4403 static struct point const zero = {0,0};
4404 /* AIX XL C 1.02.0.0 rejects this.
4405 It does not let you subtract one const X* pointer from another in an arm
4406 of an if-expression whose if-part is not a constant expression */
4407 const char *g = "string";
4408 ccp = &g + (g ? g-g : 0);
4409 /* HPUX 7.0 cc rejects these. */
4412 ccp = (char const *const *) p;
4413 { /* SCO 3.2v4 cc rejects this. */
4415 char const *s = 0 ? (char *) 0 : (char const *) 0;
4419 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
4421 const int *foo = &x[0];
4424 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
4425 typedef const int *iptr;
4429 { /* AIX XL C 1.02.0.0 rejects this saying
4430 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
4431 struct s { int j; const int *ap[3]; };
4432 struct s *b; b->j = 5;
4434 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
4440 if { (eval echo configure
:4441: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4444 echo "configure: failed program was:" >&5
4445 cat conftest.
$ac_ext >&5
4452 echo "$ac_t""$ac_cv_c_const" 1>&6
4453 if test $ac_cv_c_const = no
; then
4454 cat >> confdefs.h
<<\EOF
4460 echo $ac_n "checking for inline""... $ac_c" 1>&6
4461 echo "configure:4462: checking for inline" >&5
4462 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
4463 echo $ac_n "(cached) $ac_c" 1>&6
4466 for ac_kw
in inline __inline__ __inline
; do
4467 cat > conftest.
$ac_ext <<EOF
4468 #line 4469 "configure"
4469 #include "confdefs.h"
4475 if { (eval echo configure
:4476: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4477 ac_cv_c_inline
=$ac_kw; break
4479 echo "configure: failed program was:" >&5
4480 cat conftest.
$ac_ext >&5
4487 echo "$ac_t""$ac_cv_c_inline" 1>&6
4488 case "$ac_cv_c_inline" in
4490 no
) cat >> confdefs.h
<<\EOF
4494 *) cat >> confdefs.h
<<EOF
4495 #define inline $ac_cv_c_inline
4500 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
4501 echo "configure:4502: checking for ANSI C header files" >&5
4502 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
4503 echo $ac_n "(cached) $ac_c" 1>&6
4505 cat > conftest.
$ac_ext <<EOF
4506 #line 4507 "configure"
4507 #include "confdefs.h"
4513 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4514 { (eval echo configure
:4515: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4515 ac_err
=`grep -v '^ *+' conftest.out`
4516 if test -z "$ac_err"; then
4518 ac_cv_header_stdc
=yes
4521 echo "configure: failed program was:" >&5
4522 cat conftest.
$ac_ext >&5
4524 ac_cv_header_stdc
=no
4528 if test $ac_cv_header_stdc = yes; then
4529 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4530 cat > conftest.
$ac_ext <<EOF
4531 #line 4532 "configure"
4532 #include "confdefs.h"
4535 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4536 egrep "memchr" >/dev
/null
2>&1; then
4540 ac_cv_header_stdc
=no
4546 if test $ac_cv_header_stdc = yes; then
4547 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4548 cat > conftest.
$ac_ext <<EOF
4549 #line 4550 "configure"
4550 #include "confdefs.h"
4553 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4554 egrep "free" >/dev
/null
2>&1; then
4558 ac_cv_header_stdc
=no
4564 if test $ac_cv_header_stdc = yes; then
4565 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4566 if test "$cross_compiling" = yes; then
4569 cat > conftest.
$ac_ext <<EOF
4570 #line 4571 "configure"
4571 #include "confdefs.h"
4573 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4574 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4575 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4576 int main () { int i; for (i = 0; i < 256; i++)
4577 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
4581 if { (eval echo configure
:4582: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
&& (.
/conftest
; exit) 2>/dev
/null
4585 echo "configure: failed program was:" >&5
4586 cat conftest.
$ac_ext >&5
4588 ac_cv_header_stdc
=no
4596 echo "$ac_t""$ac_cv_header_stdc" 1>&6
4597 if test $ac_cv_header_stdc = yes; then
4598 cat >> confdefs.h
<<\EOF
4599 #define STDC_HEADERS 1
4604 echo $ac_n "checking for size_t""... $ac_c" 1>&6
4605 echo "configure:4606: checking for size_t" >&5
4606 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
4607 echo $ac_n "(cached) $ac_c" 1>&6
4609 cat > conftest.
$ac_ext <<EOF
4610 #line 4611 "configure"
4611 #include "confdefs.h"
4612 #include <sys/types.h>
4618 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4619 egrep "size_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
4621 ac_cv_type_size_t
=yes
4624 ac_cv_type_size_t
=no
4629 echo "$ac_t""$ac_cv_type_size_t" 1>&6
4630 if test $ac_cv_type_size_t = no
; then
4631 cat >> confdefs.h
<<\EOF
4632 #define size_t unsigned
4637 echo $ac_n "checking size of long long""... $ac_c" 1>&6
4638 echo "configure:4639: checking size of long long" >&5
4639 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
4640 echo $ac_n "(cached) $ac_c" 1>&6
4642 if test "$cross_compiling" = yes; then
4643 ac_cv_sizeof_long_long
=0
4645 cat > conftest.
$ac_ext <<EOF
4646 #line 4647 "configure"
4647 #include "confdefs.h"
4651 FILE *f=fopen("conftestval", "w");
4653 fprintf(f, "%d\n", sizeof(long long));
4657 if { (eval echo configure
:4658: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
&& (.
/conftest
; exit) 2>/dev
/null
4659 ac_cv_sizeof_long_long
=`cat conftestval`
4661 echo "configure: failed program was:" >&5
4662 cat conftest.
$ac_ext >&5
4664 ac_cv_sizeof_long_long
=0
4670 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
4671 cat >> confdefs.h
<<EOF
4672 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
4678 if test "$ac_cv_header_sys_vfs_h" = "yes"
4680 echo $ac_n "checking "whether sys
/vfs.h defines statfs
"""... $ac_c" 1>&6
4681 echo "configure:4682: checking "whether sys
/vfs.h defines statfs
"" >&5
4682 if eval "test \"`echo '$''{'wine_cv_sys_vfs_has_statfs'+set}'`\" = set"; then
4683 echo $ac_n "(cached) $ac_c" 1>&6
4685 cat > conftest.
$ac_ext <<EOF
4686 #line 4687 "configure"
4687 #include "confdefs.h"
4689 #include <sys/types.h>
4690 #ifdef HAVE_SYS_PARAM_H
4691 # include <sys/param.h>
4693 #include <sys/vfs.h>
4699 memset(&stfs,0,sizeof(stfs));
4703 if { (eval echo configure
:4704: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4705 wine_cv_sys_vfs_has_statfs
=yes
4707 echo "configure: failed program was:" >&5
4708 cat conftest.
$ac_ext >&5
4710 wine_cv_sys_vfs_has_statfs
=no
4717 echo "$ac_t""$wine_cv_sys_vfs_has_statfs" 1>&6
4718 if test "$wine_cv_sys_vfs_has_statfs" = "yes"
4720 cat >> confdefs.h
<<\EOF
4721 #define STATFS_DEFINED_BY_SYS_VFS 1
4727 if test "$ac_cv_header_sys_statfs_h" = "yes"
4729 echo $ac_n "checking "whether sys
/statfs.h defines statfs
"""... $ac_c" 1>&6
4730 echo "configure:4731: checking "whether sys
/statfs.h defines statfs
"" >&5
4731 if eval "test \"`echo '$''{'wine_cv_sys_statfs_has_statfs'+set}'`\" = set"; then
4732 echo $ac_n "(cached) $ac_c" 1>&6
4734 cat > conftest.
$ac_ext <<EOF
4735 #line 4736 "configure"
4736 #include "confdefs.h"
4738 #include <sys/types.h>
4739 #ifdef HAVE_SYS_PARAM_H
4740 # include <sys/param.h>
4742 #include <sys/statfs.h>
4750 if { (eval echo configure
:4751: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4752 wine_cv_sys_statfs_has_statfs
=yes
4754 echo "configure: failed program was:" >&5
4755 cat conftest.
$ac_ext >&5
4757 wine_cv_sys_statfs_has_statfs
=no
4764 echo "$ac_t""$wine_cv_sys_statfs_has_statfs" 1>&6
4765 if test "$wine_cv_sys_statfs_has_statfs" = "yes"
4767 cat >> confdefs.h
<<\EOF
4768 #define STATFS_DEFINED_BY_SYS_STATFS 1
4774 if test "$ac_cv_header_sys_mount_h" = "yes"
4776 echo $ac_n "checking "whether sys
/mount.h defines statfs
"""... $ac_c" 1>&6
4777 echo "configure:4778: checking "whether sys
/mount.h defines statfs
"" >&5
4778 if eval "test \"`echo '$''{'wine_cv_sys_mount_has_statfs'+set}'`\" = set"; then
4779 echo $ac_n "(cached) $ac_c" 1>&6
4781 cat > conftest.
$ac_ext <<EOF
4782 #line 4783 "configure"
4783 #include "confdefs.h"
4785 #include <sys/types.h>
4786 #ifdef HAVE_SYS_PARAM_H
4787 # include <sys/param.h>
4789 #include <sys/mount.h>
4797 if { (eval echo configure
:4798: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4799 wine_cv_sys_mount_has_statfs
=yes
4801 echo "configure: failed program was:" >&5
4802 cat conftest.
$ac_ext >&5
4804 wine_cv_sys_mount_has_statfs
=no
4811 echo "$ac_t""$wine_cv_sys_mount_has_statfs" 1>&6
4812 if test "$wine_cv_sys_mount_has_statfs" = "yes"
4814 cat >> confdefs.h
<<\EOF
4815 #define STATFS_DEFINED_BY_SYS_MOUNT 1
4822 echo $ac_n "checking "for statfs.f_bfree
"""... $ac_c" 1>&6
4823 echo "configure:4824: checking "for statfs.f_bfree
"" >&5
4824 if eval "test \"`echo '$''{'wine_cv_statfs_bfree'+set}'`\" = set"; then
4825 echo $ac_n "(cached) $ac_c" 1>&6
4827 if test "x$statfs_bfree" = "xno"
4829 wine_cv_statfs_bfree
=no
4831 cat > conftest.
$ac_ext <<EOF
4832 #line 4833 "configure"
4833 #include "confdefs.h"
4835 #include <sys/types.h>
4836 #ifdef HAVE_SYS_PARAM_H
4837 # include <sys/param.h>
4839 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
4840 # include <sys/mount.h>
4842 # ifdef STATFS_DEFINED_BY_SYS_VFS
4843 # include <sys/vfs.h>
4845 # ifdef STATFS_DEFINED_BY_SYS_STATFS
4846 # include <sys/statfs.h>
4859 if { (eval echo configure
:4860: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4861 wine_cv_statfs_bfree
=yes
4863 echo "configure: failed program was:" >&5
4864 cat conftest.
$ac_ext >&5
4866 wine_cv_statfs_bfree
=no
4873 echo "$ac_t""$wine_cv_statfs_bfree" 1>&6
4874 if test "$wine_cv_statfs_bfree" = "yes"
4876 cat >> confdefs.h
<<\EOF
4877 #define STATFS_HAS_BFREE 1
4882 echo $ac_n "checking "for statfs.f_bavail
"""... $ac_c" 1>&6
4883 echo "configure:4884: checking "for statfs.f_bavail
"" >&5
4884 if eval "test \"`echo '$''{'wine_cv_statfs_bavail'+set}'`\" = set"; then
4885 echo $ac_n "(cached) $ac_c" 1>&6
4887 if test "x$statfs_bavail" = "xno"
4889 wine_cv_statfs_bavail
=no
4891 cat > conftest.
$ac_ext <<EOF
4892 #line 4893 "configure"
4893 #include "confdefs.h"
4895 #include <sys/types.h>
4896 #ifdef HAVE_SYS_PARAM_H
4897 # include <sys/param.h>
4899 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
4900 # include <sys/mount.h>
4902 # ifdef STATFS_DEFINED_BY_SYS_VFS
4903 # include <sys/vfs.h>
4905 # ifdef STATFS_DEFINED_BY_SYS_STATFS
4906 # include <sys/statfs.h>
4919 if { (eval echo configure
:4920: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4921 wine_cv_statfs_bavail
=yes
4923 echo "configure: failed program was:" >&5
4924 cat conftest.
$ac_ext >&5
4926 wine_cv_statfs_bavail
=no
4933 echo "$ac_t""$wine_cv_statfs_bavail" 1>&6
4934 if test "$wine_cv_statfs_bavail" = "yes"
4936 cat >> confdefs.h
<<\EOF
4937 #define STATFS_HAS_BAVAIL 1
4943 echo $ac_n "checking "for working sigaltstack
"""... $ac_c" 1>&6
4944 echo "configure:4945: checking "for working sigaltstack
"" >&5
4945 if eval "test \"`echo '$''{'ac_cv_c_working_sigaltstack'+set}'`\" = set"; then
4946 echo $ac_n "(cached) $ac_c" 1>&6
4948 if test "$cross_compiling" = yes; then
4949 ac_cv_c_working_sigaltstack
="no"
4952 cat > conftest.
$ac_ext <<EOF
4953 #line 4954 "configure"
4954 #include "confdefs.h"
4957 #include <time.h> /* <sys/time.h> ? bad magic without end */
4958 #include <sys/types.h>
4959 #include <sys/signal.h>
4960 #ifdef HAVE_SYS_PARAM_H
4961 # include <sys/param.h>
4963 #ifdef HAVE_SYSCALL_H
4964 # include <syscall.h>
4966 # ifdef HAVE_SYS_SYSCALL_H
4967 # include <sys/syscall.h>
4971 unsigned char *xaltstack;
4974 main(int argc,char **argv) {
4975 struct sigaltstack ss;
4977 xaltstack = malloc(16384);
4978 ss.ss_sp = xaltstack;
4981 if (sigaltstack(&ss, NULL) < 0) {
4982 /* this catches the glibc case */
4983 perror("sigaltstack");
4984 return (1); /* aka exit(1) aka fail */
4986 /* assume it works. */
4991 if { (eval echo configure
:4992: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
&& (.
/conftest
; exit) 2>/dev
/null
4993 ac_cv_c_working_sigaltstack
="yes"
4995 echo "configure: failed program was:" >&5
4996 cat conftest.
$ac_ext >&5
4998 ac_cv_c_working_sigaltstack
="no"
5005 echo "$ac_t""$ac_cv_c_working_sigaltstack" 1>&6
5007 if test "$ac_cv_c_working_sigaltstack" = "yes"
5009 cat >> confdefs.h
<<\EOF
5010 #define HAVE_WORKING_SIGALTSTACK 1
5017 echo $ac_n "checking "for msg_accrights
in struct msghdr
"""... $ac_c" 1>&6
5018 echo "configure:5019: checking "for msg_accrights
in struct msghdr
"" >&5
5019 if eval "test \"`echo '$''{'ac_cv_c_msg_accrights'+set}'`\" = set"; then
5020 echo $ac_n "(cached) $ac_c" 1>&6
5022 cat > conftest.
$ac_ext <<EOF
5023 #line 5024 "configure"
5024 #include "confdefs.h"
5025 #include <sys/types.h>
5026 #include <sys/socket.h>
5028 struct msghdr hdr; hdr.msg_accrights=0
5031 if { (eval echo configure
:5032: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5033 ac_cv_c_msg_accrights
="yes"
5035 echo "configure: failed program was:" >&5
5036 cat conftest.
$ac_ext >&5
5038 ac_cv_c_msg_accrights
="no"
5043 echo "$ac_t""$ac_cv_c_msg_accrights" 1>&6
5044 if test "$ac_cv_c_msg_accrights" = "yes"
5046 cat >> confdefs.h
<<\EOF
5047 #define HAVE_MSGHDR_ACCRIGHTS 1
5053 echo $ac_n "checking "whether we need to define __i386__
"""... $ac_c" 1>&6
5054 echo "configure:5055: checking "whether we need to define __i386__
"" >&5
5055 if eval "test \"`echo '$''{'ac_cv_cpp_def_i386'+set}'`\" = set"; then
5056 echo $ac_n "(cached) $ac_c" 1>&6
5058 cat > conftest.
$ac_ext <<EOF
5059 #line 5060 "configure"
5060 #include "confdefs.h"
5061 #if (defined(i386) || defined(__i386)) && !defined(__i386__)
5065 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5066 egrep "yes" >/dev
/null
2>&1; then
5068 ac_cv_cpp_def_i386
="yes"
5071 ac_cv_cpp_def_i386
="no"
5077 echo "$ac_t""$ac_cv_cpp_def_i386" 1>&6
5078 if test "$ac_cv_cpp_def_i386" = "yes"
5080 CFLAGS
="$CFLAGS -D__i386__"
5084 if test "$GCC" = "yes"
5086 GCC_NO_BUILTIN
="-fno-builtin"
5091 MAKE_RULES
=Make.rules
5095 cat > confcache
<<\EOF
5096 # This file is a shell script that caches the results of configure
5097 # tests run on this system so they can be shared between configure
5098 # scripts and configure runs. It is not useful on other systems.
5099 # If it contains results you don't want to keep, you may remove or edit it.
5101 # By default, configure uses ./config.cache as the cache file,
5102 # creating it if it does not exist already. You can give configure
5103 # the --cache-file=FILE option to use a different cache file; that is
5104 # what configure does when it calls configure scripts in
5105 # subdirectories, so they share the cache.
5106 # Giving --cache-file=/dev/null disables caching, for debugging configure.
5107 # config.status only pays attention to the cache file if you give it the
5108 # --recheck option to rerun configure.
5111 # The following way of writing the cache mishandles newlines in values,
5112 # but we know of no workaround that is simple, portable, and efficient.
5113 # So, don't put newlines in cache variables' values.
5114 # Ultrix sh set writes to stderr and can't be redirected directly,
5115 # and sets the high bit in the cache file unless we assign to the vars.
5117 case `(ac_space=' '; set) 2>&1` in
5119 # `set' does not quote correctly, so add quotes (double-quote substitution
5120 # turns \\\\ into \\, and sed turns \\ into \).
5122 -e "s/'/'\\\\''/g" \
5123 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
5126 # `set' quotes correctly as required by POSIX, so do not add quotes.
5127 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
5130 if cmp -s $cache_file confcache
; then
5133 if test -w $cache_file; then
5134 echo "updating cache $cache_file"
5135 cat confcache
> $cache_file
5137 echo "not updating unwritable cache $cache_file"
5142 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
5144 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
5145 # Let make expand exec_prefix.
5146 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
5148 # Any assignment to VPATH causes Sun make to only execute
5149 # the first set of double-colon rules, so remove it if not needed.
5150 # If there is a colon in the path, we need to keep it.
5151 if test "x$srcdir" = x.
; then
5152 ac_vpsub
='/^[ ]*VPATH[ ]*=[^:]*$/d'
5155 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
5157 DEFS
=-DHAVE_CONFIG_H
5159 # Without the "./", some shells look in PATH for config.status.
5160 : ${CONFIG_STATUS=./config.status}
5162 echo creating
$CONFIG_STATUS
5163 rm -f $CONFIG_STATUS
5164 cat > $CONFIG_STATUS <<EOF
5166 # Generated automatically by configure.
5167 # Run this file to recreate the current configuration.
5168 # This directory was configured as follows,
5169 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
5171 # $0 $ac_configure_args
5173 # Compiler output produced by configure, useful for debugging
5174 # configure, is in ./config.log if it exists.
5176 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
5179 case "\$ac_option" in
5180 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
5181 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
5182 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
5183 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
5184 echo "$CONFIG_STATUS generated by autoconf version 2.12"
5186 -help | --help | --hel | --he | --h)
5187 echo "\$ac_cs_usage"; exit 0 ;;
5188 *) echo "\$ac_cs_usage"; exit 1 ;;
5192 ac_given_srcdir=$srcdir
5193 ac_given_INSTALL="$INSTALL"
5195 trap 'rm -fr `echo "
5202 dlls/advapi32/Makefile
5203 dlls/avifil32/Makefile
5204 dlls/comctl32/Makefile
5205 dlls/commdlg/Makefile
5206 dlls/imagehlp/Makefile
5208 dlls/msacm32/Makefile
5211 dlls/rasapi32/Makefile
5212 dlls/shell32/Makefile
5213 dlls/tapi32/Makefile
5215 dlls/version/Makefile
5216 dlls/winaspi/Makefile
5217 dlls/wnaspi32/Makefile
5218 documentation/Makefile
5221 graphics/enhmetafiledrv/Makefile
5222 graphics/metafiledrv/Makefile
5223 graphics/psdrv/Makefile
5224 graphics/ttydrv/Makefile
5225 graphics/win16drv/Makefile
5226 graphics/x11drv/Makefile
5243 programs/clock/Makefile
5244 programs/cmdlgtst/Makefile
5245 programs/control/Makefile
5246 programs/avitools/Makefile
5247 programs/notepad/Makefile
5248 programs/progman/Makefile
5249 programs/regtest/Makefile
5250 programs/regapi/Makefile
5251 programs/view/Makefile
5252 programs/winhelp/Makefile
5253 programs/winver/Makefile
5264 windows/ttydrv/Makefile
5265 windows/x11drv/Makefile include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
5267 cat >> $CONFIG_STATUS <<EOF
5269 # Protect against being on the right side of a sed subst in config.status.
5270 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
5271 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
5274 s%@CFLAGS@%$CFLAGS%g
5275 s%@CPPFLAGS@%$CPPFLAGS%g
5276 s%@CXXFLAGS@%$CXXFLAGS%g
5278 s%@LDFLAGS@%$LDFLAGS%g
5280 s%@exec_prefix@%$exec_prefix%g
5281 s%@prefix@%$prefix%g
5282 s%@program_transform_name@%$program_transform_name%g
5283 s%@bindir@%$bindir%g
5284 s%@sbindir@%$sbindir%g
5285 s%@libexecdir@%$libexecdir%g
5286 s%@datadir@%$datadir%g
5287 s%@sysconfdir@%$sysconfdir%g
5288 s%@sharedstatedir@%$sharedstatedir%g
5289 s%@localstatedir@%$localstatedir%g
5290 s%@libdir@%$libdir%g
5291 s%@includedir@%$includedir%g
5292 s%@oldincludedir@%$oldincludedir%g
5293 s%@infodir@%$infodir%g
5294 s%@mandir@%$mandir%g
5295 s%@PROGEXT@%$PROGEXT%g
5296 s%@MAIN_TARGET@%$MAIN_TARGET%g
5297 s%@LIB_TARGET@%$LIB_TARGET%g
5298 s%@ALT_LINK@%$ALT_LINK%g
5299 s%@OPTIONS@%$OPTIONS%g
5300 s%@SET_MAKE@%$SET_MAKE%g
5303 s%@X_CFLAGS@%$X_CFLAGS%g
5304 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
5305 s%@X_LIBS@%$X_LIBS%g
5306 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
5309 s%@LEXLIB@%$LEXLIB%g
5310 s%@RANLIB@%$RANLIB%g
5311 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
5312 s%@INSTALL_DATA@%$INSTALL_DATA%g
5316 s%@DLLFLAGS@%$DLLFLAGS%g
5317 s%@LDSHARED@%$LDSHARED%g
5318 s%@ALLOCA@%$ALLOCA%g
5319 s%@GCC_NO_BUILTIN@%$GCC_NO_BUILTIN%g
5320 /@MAKE_RULES@/r $MAKE_RULES
5326 cat >> $CONFIG_STATUS <<\EOF
5328 # Split the substitutions into bite-sized pieces for seds with
5329 # small command number limits, like on Digital OSF/1 and HP-UX.
5330 ac_max_sed_cmds
=90 # Maximum number of lines to put in a sed script.
5331 ac_file
=1 # Number of current file.
5332 ac_beg
=1 # First line for current file.
5333 ac_end
=$ac_max_sed_cmds # Line after last line for current file.
5336 while $ac_more_lines; do
5337 if test $ac_beg -gt 1; then
5338 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs
> conftest.s
$ac_file
5340 sed "${ac_end}q" conftest.subs
> conftest.s
$ac_file
5342 if test ! -s conftest.s
$ac_file; then
5344 rm -f conftest.s
$ac_file
5346 if test -z "$ac_sed_cmds"; then
5347 ac_sed_cmds
="sed -f conftest.s$ac_file"
5349 ac_sed_cmds
="$ac_sed_cmds | sed -f conftest.s$ac_file"
5351 ac_file
=`expr $ac_file + 1`
5353 ac_end
=`expr $ac_end + $ac_max_sed_cmds`
5356 if test -z "$ac_sed_cmds"; then
5361 cat >> $CONFIG_STATUS <<EOF
5363 CONFIG_FILES=\${CONFIG_FILES-"Make.rules
5369 dlls/advapi32/Makefile
5370 dlls/avifil32/Makefile
5371 dlls/comctl32/Makefile
5372 dlls/commdlg/Makefile
5373 dlls/imagehlp/Makefile
5375 dlls/msacm32/Makefile
5378 dlls/rasapi32/Makefile
5379 dlls/shell32/Makefile
5380 dlls/tapi32/Makefile
5382 dlls/version/Makefile
5383 dlls/winaspi/Makefile
5384 dlls/wnaspi32/Makefile
5385 documentation/Makefile
5388 graphics/enhmetafiledrv/Makefile
5389 graphics/metafiledrv/Makefile
5390 graphics/psdrv/Makefile
5391 graphics/ttydrv/Makefile
5392 graphics/win16drv/Makefile
5393 graphics/x11drv/Makefile
5410 programs/clock/Makefile
5411 programs/cmdlgtst/Makefile
5412 programs/control/Makefile
5413 programs/avitools/Makefile
5414 programs/notepad/Makefile
5415 programs/progman/Makefile
5416 programs/regtest/Makefile
5417 programs/regapi/Makefile
5418 programs/view/Makefile
5419 programs/winhelp/Makefile
5420 programs/winver/Makefile
5431 windows/ttydrv/Makefile
5432 windows/x11drv/Makefile "}
5434 cat >> $CONFIG_STATUS <<\EOF
5435 for ac_file
in ..
$CONFIG_FILES; do if test "x$ac_file" != x..
; then
5436 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
5438 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
5439 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
5440 *) ac_file_in
="${ac_file}.in" ;;
5443 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
5445 # Remove last slash and all that follows it. Not all systems have dirname.
5446 ac_dir
=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
5447 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .
; then
5448 # The file is in a subdirectory.
5449 test ! -d "$ac_dir" && mkdir
"$ac_dir"
5450 ac_dir_suffix
="/`echo $ac_dir|sed 's%^\./%%'`"
5451 # A "../" for each directory in $ac_dir_suffix.
5452 ac_dots
=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
5454 ac_dir_suffix
= ac_dots
=
5457 case "$ac_given_srcdir" in
5459 if test -z "$ac_dots"; then top_srcdir
=.
5460 else top_srcdir
=`echo $ac_dots|sed 's%/$%%'`; fi ;;
5461 /*) srcdir
="$ac_given_srcdir$ac_dir_suffix"; top_srcdir
="$ac_given_srcdir" ;;
5463 srcdir
="$ac_dots$ac_given_srcdir$ac_dir_suffix"
5464 top_srcdir
="$ac_dots$ac_given_srcdir" ;;
5467 case "$ac_given_INSTALL" in
5468 [/$
]*) INSTALL
="$ac_given_INSTALL" ;;
5469 *) INSTALL
="$ac_dots$ac_given_INSTALL" ;;
5472 echo creating
"$ac_file"
5474 configure_input
="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
5476 *Makefile
*) ac_comsub
="1i\\
5477 # $configure_input" ;;
5481 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
5483 s%@configure_input@%$configure_input%g
5484 s%@srcdir@%$srcdir%g
5485 s%@top_srcdir@%$top_srcdir%g
5486 s%@INSTALL@%$INSTALL%g
5487 " $ac_file_inputs |
(eval "$ac_sed_cmds") > $ac_file
5491 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
5492 # NAME is the cpp macro being defined and VALUE is the value it is being given.
5494 # ac_d sets the value in "#define NAME VALUE" lines.
5495 ac_dA
='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
5496 ac_dB
='\([ ][ ]*\)[^ ]*%\1#\2'
5499 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
5500 ac_uA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
5501 ac_uB
='\([ ]\)%\1#\2define\3'
5504 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
5505 ac_eA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
5506 ac_eB
='$%\1#\2define\3'
5510 if test "${CONFIG_HEADERS+set}" != set; then
5512 cat >> $CONFIG_STATUS <<EOF
5513 CONFIG_HEADERS="include/config.h"
5515 cat >> $CONFIG_STATUS <<\EOF
5517 for ac_file
in ..
$CONFIG_HEADERS; do if test "x$ac_file" != x..
; then
5518 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
5520 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
5521 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
5522 *) ac_file_in
="${ac_file}.in" ;;
5525 echo creating
$ac_file
5527 rm -f conftest.frag conftest.
in conftest.out
5528 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
5529 cat $ac_file_inputs > conftest.
in
5533 # Transform confdefs.h into a sed script conftest.vals that substitutes
5534 # the proper values into config.h.in to produce config.h. And first:
5535 # Protect against being on the right side of a sed subst in config.status.
5536 # Protect against being in an unquoted here document in config.status.
5538 cat > conftest.hdr
<<\EOF
5541 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
5545 sed -n -f conftest.hdr confdefs.h > conftest.vals
5548 # This sed command replaces #undef with comments. This is necessary, for
5549 # example, in the case of _POSIX_SOURCE, which is predefined and required
5550 # on some systems where configure will not decide to define it.
5551 cat >> conftest.vals <<\EOF
5552 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
5555 # Break up conftest.vals because some shells have a limit on
5556 # the size of here documents, and old seds have small limits too.
5561 ac_lines=`grep -c . conftest.vals
`
5562 # grep -c gives empty output for an empty file on some AIX systems.
5563 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
5564 # Write a limited-size here document to conftest.frag.
5565 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
5566 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
5568 sed -f conftest.frag conftest.in > conftest.out
5570 mv conftest.out conftest.in
5572 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
5574 mv conftest.tail conftest.vals
5578 cat >> $CONFIG_STATUS <<\EOF
5579 rm -f conftest.frag conftest.h
5580 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
5581 cat conftest.in >> conftest.h
5583 if cmp -s $ac_file conftest.h 2>/dev/null; then
5584 echo "$ac_file is unchanged"
5587 # Remove last slash and all that follows it. Not all systems have dirname.
5588 ac_dir=`echo $ac_file|
sed 's%/[^/][^/]*$%%'`
5589 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
5590 # The file is in a subdirectory.
5591 test ! -d "$ac_dir" && mkdir "$ac_dir"
5594 mv conftest.h $ac_file
5599 cat >> $CONFIG_STATUS <<EOF
5602 cat >> $CONFIG_STATUS <<\EOF
5606 chmod +x $CONFIG_STATUS
5607 rm -fr confdefs* $ac_clean_files
5608 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
5611 if test "$have_x" = "no"
5614 echo "*** Warning: X development files not found. Wine will be built without"
5615 echo "*** X support, which currently does not work, and would probably not be"
5616 echo "*** what you want anyway. You will need to install devel packages of"
5617 echo "*** Xlib/Xfree86 and Xpm at the very least."
5618 elif test "$ac_cv_lib_Xpm_XpmCreatePixmapFromData" = "no"
5621 echo "*** Warning: Xpm development files not found. Wine will be built without"
5622 echo "*** Xpm support, which currently does not work. You will need to install"
5623 echo "*** devel packages of Xpm."
5626 if test "$ac_cv_lib_ncurses_resizeterm" = "no" -a "$ac_cv_lib_ncurses_waddch" = "yes"
5629 echo "*** Warning: resizeterm not found in ncurses. Wine will be built without"
5630 echo "*** terminal resize support. Consider upgrading ncurses."
5633 if test "$wine_cv_libc_reentrant" = "no"
5636 echo "*** Warning: non-reentrant libc detected. Wine will be build without"
5637 echo "*** thread support. Consider upgrading libc to a more recent"
5638 echo "*** reentrant version of libc."
5641 if test "$wine_cv_mesa_version_OK" = "no"
5644 echo "*** Warning: old Mesa headers detected. Wine will be built without Direct3D"
5645 echo "*** support. Consider upgrading your Mesa libraries (http://www.mesa3d.org/)"
5649 echo "Configure finished. Do 'make depend && make' to compile Wine."