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.13
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-dll build static libraries instead of DLLs"
18 --disable-debug compile out all debugging messages"
20 --enable-opengl force usage of OpenGL even if the latter is thread-safe"
22 --disable-trace compile out TRACE messages"
24 --without-curses do not use curses"
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 SHELL
=${CONFIG_SHELL-/bin/sh}
68 # Maximum number of lines to put in a shell here document.
75 # If the previous option needs an argument, assign it.
76 if test -n "$ac_prev"; then
77 eval "$ac_prev=\$ac_option"
83 -*=*) ac_optarg
=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
87 # Accept the important Cygnus configure options, so we can diagnose typos.
91 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
93 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
94 bindir
="$ac_optarg" ;;
96 -build |
--build |
--buil |
--bui |
--bu)
98 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
101 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
102 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
103 ac_prev
=cache_file
;;
104 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
105 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
106 cache_file
="$ac_optarg" ;;
108 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
110 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
112 datadir
="$ac_optarg" ;;
114 -disable-* |
--disable-*)
115 ac_feature
=`echo $ac_option|sed -e 's/-*disable-//'`
116 # Reject names that are not valid shell variable names.
117 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
118 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
120 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
121 eval "enable_${ac_feature}=no" ;;
123 -enable-* |
--enable-*)
124 ac_feature
=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
125 # Reject names that are not valid shell variable names.
126 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
127 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
129 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
134 eval "enable_${ac_feature}='$ac_optarg'" ;;
136 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
137 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
138 |
--exec |
--exe |
--ex)
139 ac_prev
=exec_prefix
;;
140 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
141 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
142 |
--exec=* |
--exe=* |
--ex=*)
143 exec_prefix
="$ac_optarg" ;;
145 -gas |
--gas |
--ga |
--g)
146 # Obsolete; use --with-gas.
149 -help |
--help |
--hel |
--he)
150 # Omit some internal or obsolete options to make the list less imposing.
151 # This message is too long to be a string in the A/UX 3.1 sh.
153 Usage: configure [options] [host]
154 Options: [defaults in brackets after descriptions]
156 --cache-file=FILE cache test results in FILE
157 --help print this message
158 --no-create do not create output files
159 --quiet, --silent do not print \`checking...' messages
160 --version print the version of autoconf that created configure
161 Directory and file names:
162 --prefix=PREFIX install architecture-independent files in PREFIX
164 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
166 --bindir=DIR user executables in DIR [EPREFIX/bin]
167 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
168 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
169 --datadir=DIR read-only architecture-independent data in DIR
171 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
172 --sharedstatedir=DIR modifiable architecture-independent data in DIR
174 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
175 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
176 --includedir=DIR C header files in DIR [PREFIX/include]
177 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
178 --infodir=DIR info documentation in DIR [PREFIX/info]
179 --mandir=DIR man documentation in DIR [PREFIX/man]
180 --srcdir=DIR find the sources in DIR [configure dir or ..]
181 --program-prefix=PREFIX prepend PREFIX to installed program names
182 --program-suffix=SUFFIX append SUFFIX to installed program names
183 --program-transform-name=PROGRAM
184 run sed PROGRAM on installed program names
188 --build=BUILD configure for building on BUILD [BUILD=HOST]
189 --host=HOST configure for HOST [guessed]
190 --target=TARGET configure for TARGET [TARGET=HOST]
191 Features and packages:
192 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
193 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
194 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
195 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
196 --x-includes=DIR X include files are in DIR
197 --x-libraries=DIR X library files are in DIR
199 if test -n "$ac_help"; then
200 echo "--enable and --with options recognized:$ac_help"
204 -host |
--host |
--hos |
--ho)
206 -host=* |
--host=* |
--hos=* |
--ho=*)
209 -includedir |
--includedir |
--includedi |
--included |
--include \
210 |
--includ |
--inclu |
--incl |
--inc)
211 ac_prev
=includedir
;;
212 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
213 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
214 includedir
="$ac_optarg" ;;
216 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
218 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
219 infodir
="$ac_optarg" ;;
221 -libdir |
--libdir |
--libdi |
--libd)
223 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
224 libdir
="$ac_optarg" ;;
226 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
227 |
--libexe |
--libex |
--libe)
228 ac_prev
=libexecdir
;;
229 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
230 |
--libexe=* |
--libex=* |
--libe=*)
231 libexecdir
="$ac_optarg" ;;
233 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
234 |
--localstate |
--localstat |
--localsta |
--localst \
235 |
--locals |
--local |
--loca |
--loc |
--lo)
236 ac_prev
=localstatedir
;;
237 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
238 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
239 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
240 localstatedir
="$ac_optarg" ;;
242 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
244 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
245 mandir
="$ac_optarg" ;;
248 # Obsolete; use --without-fp.
251 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
255 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
256 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
259 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
260 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
261 |
--oldin |
--oldi |
--old |
--ol |
--o)
262 ac_prev
=oldincludedir
;;
263 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
264 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
265 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
266 oldincludedir
="$ac_optarg" ;;
268 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
270 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
271 prefix
="$ac_optarg" ;;
273 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
274 |
--program-pre |
--program-pr |
--program-p)
275 ac_prev
=program_prefix
;;
276 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
277 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
278 program_prefix
="$ac_optarg" ;;
280 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
281 |
--program-suf |
--program-su |
--program-s)
282 ac_prev
=program_suffix
;;
283 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
284 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
285 program_suffix
="$ac_optarg" ;;
287 -program-transform-name |
--program-transform-name \
288 |
--program-transform-nam |
--program-transform-na \
289 |
--program-transform-n |
--program-transform- \
290 |
--program-transform |
--program-transfor \
291 |
--program-transfo |
--program-transf \
292 |
--program-trans |
--program-tran \
293 |
--progr-tra |
--program-tr |
--program-t)
294 ac_prev
=program_transform_name
;;
295 -program-transform-name=* |
--program-transform-name=* \
296 |
--program-transform-nam=* |
--program-transform-na=* \
297 |
--program-transform-n=* |
--program-transform-=* \
298 |
--program-transform=* |
--program-transfor=* \
299 |
--program-transfo=* |
--program-transf=* \
300 |
--program-trans=* |
--program-tran=* \
301 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
302 program_transform_name
="$ac_optarg" ;;
304 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
305 |
-silent |
--silent |
--silen |
--sile |
--sil)
308 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
310 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
312 sbindir
="$ac_optarg" ;;
314 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
315 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
316 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
318 ac_prev
=sharedstatedir
;;
319 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
320 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
321 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
323 sharedstatedir
="$ac_optarg" ;;
325 -site |
--site |
--sit)
327 -site=* |
--site=* |
--sit=*)
330 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
332 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
333 srcdir
="$ac_optarg" ;;
335 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
336 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
337 ac_prev
=sysconfdir
;;
338 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
339 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
340 sysconfdir
="$ac_optarg" ;;
342 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
344 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
345 target
="$ac_optarg" ;;
347 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
350 -version |
--version |
--versio |
--versi |
--vers)
351 echo "configure generated by autoconf version 2.13"
355 ac_package
=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
356 # Reject names that are not valid shell variable names.
357 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
358 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
360 ac_package
=`echo $ac_package| sed 's/-/_/g'`
365 eval "with_${ac_package}='$ac_optarg'" ;;
367 -without-* |
--without-*)
368 ac_package
=`echo $ac_option|sed -e 's/-*without-//'`
369 # Reject names that are not valid shell variable names.
370 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
371 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
373 ac_package
=`echo $ac_package| sed 's/-/_/g'`
374 eval "with_${ac_package}=no" ;;
377 # Obsolete; use --with-x.
380 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
381 |
--x-incl |
--x-inc |
--x-in |
--x-i)
382 ac_prev
=x_includes
;;
383 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
384 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
385 x_includes
="$ac_optarg" ;;
387 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
388 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
389 ac_prev
=x_libraries
;;
390 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
391 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
392 x_libraries
="$ac_optarg" ;;
394 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
398 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
399 echo "configure: warning: $ac_option: invalid host type" 1>&2
401 if test "x$nonopt" != xNONE
; then
402 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
410 if test -n "$ac_prev"; then
411 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
414 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
416 # File descriptor usage:
419 # 2 errors and warnings
420 # 3 some systems may open it to /dev/tty
421 # 4 used on the Kubota Titan
422 # 6 checking for... messages and results
423 # 5 compiler messages saved in config.log
424 if test "$silent" = yes; then
432 This file contains any messages produced by compilers while
433 running configure, to aid debugging if configure makes a mistake.
436 # Strip out --no-create and --no-recursion so they do not pile up.
437 # Also quote any args containing shell metacharacters.
442 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
443 |
--no-cr |
--no-c) ;;
444 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
445 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r) ;;
446 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
447 ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
448 *) ac_configure_args
="$ac_configure_args $ac_arg" ;;
453 # Only set these to C if already set. These must not be set unconditionally
454 # because not all systems understand e.g. LANG=C (notably SCO).
455 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
456 # Non-C LC_CTYPE values break the ctype check.
457 if test "${LANG+set}" = set; then LANG
=C
; export LANG
; fi
458 if test "${LC_ALL+set}" = set; then LC_ALL
=C
; export LC_ALL
; fi
459 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES
=C
; export LC_MESSAGES
; fi
460 if test "${LC_CTYPE+set}" = set; then LC_CTYPE
=C
; export LC_CTYPE
; fi
462 # confdefs.h avoids OS command line length limits that DEFS can exceed.
463 rm -rf conftest
* confdefs.h
464 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
467 # A filename unique to this package, relative to the directory that
468 # configure is in, which we can look for to find out if srcdir is correct.
469 ac_unique_file
=controls
/edit.c
471 # Find the source files, if location was not specified.
472 if test -z "$srcdir"; then
473 ac_srcdir_defaulted
=yes
474 # Try the directory containing this script, then its parent.
476 ac_confdir
=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
477 test "x$ac_confdir" = "x$ac_prog" && ac_confdir
=.
479 if test ! -r $srcdir/$ac_unique_file; then
483 ac_srcdir_defaulted
=no
485 if test ! -r $srcdir/$ac_unique_file; then
486 if test "$ac_srcdir_defaulted" = yes; then
487 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
489 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
492 srcdir
=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
494 # Prefer explicitly selected file to automatically selected ones.
495 if test -z "$CONFIG_SITE"; then
496 if test "x$prefix" != xNONE
; then
497 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
499 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
502 for ac_site_file
in $CONFIG_SITE; do
503 if test -r "$ac_site_file"; then
504 echo "loading site script $ac_site_file"
509 if test -r "$cache_file"; then
510 echo "loading cache $cache_file"
513 echo "creating cache $cache_file"
518 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
519 ac_cpp
='$CPP $CPPFLAGS'
520 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
521 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
522 cross_compiling
=$ac_cv_prog_cc_cross
526 if (echo "testing\c"; echo 1,2,3) |
grep c
>/dev
/null
; then
527 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
528 if (echo -n testing
; echo 1,2,3) |
sed s
/-n/xn
/ |
grep xn
>/dev
/null
; then
535 ac_n
= ac_c
='\c' ac_t
=
541 for ac_dir
in tools
$srcdir/tools
; do
542 if test -f $ac_dir/install-sh
; then
544 ac_install_sh
="$ac_aux_dir/install-sh -c"
546 elif test -f $ac_dir/install.sh
; then
548 ac_install_sh
="$ac_aux_dir/install.sh -c"
552 if test -z "$ac_aux_dir"; then
553 { echo "configure: error: can not find install-sh or install.sh in tools $srcdir/tools" 1>&2; exit 1; }
555 ac_config_guess
=$ac_aux_dir/config.guess
556 ac_config_sub
=$ac_aux_dir/config.sub
557 ac_configure
=$ac_aux_dir/configure
# This should be Cygnus configure.
561 LIBEXT
=so
# library type .so or .a
562 TRACE_MSGS
=yes # the TRACE() macro
563 DEBUG_MSGS
=yes # the TRACE(), WARN(), and FIXME() macros.
567 # Check whether --enable-dll or --disable-dll was given.
568 if test "${enable_dll+set}" = set; then
569 enableval
="$enable_dll"
570 if test "$enableval" = "no"; then LIBEXT
="a"; fi
574 # Check whether --enable-debug or --disable-debug was given.
575 if test "${enable_debug+set}" = set; then
576 enableval
="$enable_debug"
577 if test "$enableval" = "no"; then DEBUG_MSGS
="no"; fi
581 # Check whether --enable-opengl or --disable-opengl was given.
582 if test "${enable_opengl+set}" = set; then
583 enableval
="$enable_opengl"
584 if test "$enableval" = "no"; then OPENGL
="no"; elif test "$enableval" = "yes"; then OPENGL
="yes"; fi
588 # Check whether --enable-trace or --disable-trace was given.
589 if test "${enable_trace+set}" = set; then
590 enableval
="$enable_trace"
591 if test "$enableval" = "no"; then TRACE_MSGS
="no"; fi
595 # Check whether --with-curses or --without-curses was given.
596 if test "${with_curses+set}" = set; then
597 withval
="$with_curses"
598 if test "$withval" = "no"; then CURSES
="no"; fi
602 # Check whether --with-reentrant-x or --without-reentrant-x was given.
603 if test "${with_reentrant_x+set}" = set; then
604 withval
="$with_reentrant_x"
611 if test "$DEBUG_MSGS" = "no"
613 cat >> confdefs.h
<<\EOF
614 #define NO_DEBUG_MSGS 1
617 cat >> confdefs.h
<<\EOF
618 #define NO_TRACE_MSGS 1
622 if test "$TRACE_MSGS" = "no"
624 cat >> confdefs.h
<<\EOF
625 #define NO_TRACE_MSGS 1
632 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
633 echo "configure:634: checking whether ${MAKE-make} sets \${MAKE}" >&5
634 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y%./+-%__p_%'`
635 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
636 echo $ac_n "(cached) $ac_c" 1>&6
638 cat > conftestmake
<<\EOF
640 @
echo 'ac_maketemp="${MAKE}"'
642 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
643 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
644 if test -n "$ac_maketemp"; then
645 eval ac_cv_prog_make_
${ac_make}_set
=yes
647 eval ac_cv_prog_make_
${ac_make}_set
=no
651 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
652 echo "$ac_t""yes" 1>&6
655 echo "$ac_t""no" 1>&6
656 SET_MAKE
="MAKE=${MAKE-make}"
659 # Extract the first word of "gcc", so it can be a program name with args.
660 set dummy gcc
; ac_word
=$2
661 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
662 echo "configure:663: checking for $ac_word" >&5
663 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
664 echo $ac_n "(cached) $ac_c" 1>&6
666 if test -n "$CC"; then
667 ac_cv_prog_CC
="$CC" # Let the user override the test.
669 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
671 for ac_dir
in $ac_dummy; do
672 test -z "$ac_dir" && ac_dir
=.
673 if test -f $ac_dir/$ac_word; then
682 if test -n "$CC"; then
683 echo "$ac_t""$CC" 1>&6
685 echo "$ac_t""no" 1>&6
688 if test -z "$CC"; then
689 # Extract the first word of "cc", so it can be a program name with args.
690 set dummy cc
; ac_word
=$2
691 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
692 echo "configure:693: checking for $ac_word" >&5
693 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
694 echo $ac_n "(cached) $ac_c" 1>&6
696 if test -n "$CC"; then
697 ac_cv_prog_CC
="$CC" # Let the user override the test.
699 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
702 for ac_dir
in $ac_dummy; do
703 test -z "$ac_dir" && ac_dir
=.
704 if test -f $ac_dir/$ac_word; then
705 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
714 if test $ac_prog_rejected = yes; then
715 # We found a bogon in the path, so make sure we never use it.
716 set dummy
$ac_cv_prog_CC
718 if test $# -gt 0; then
719 # We chose a different compiler from the bogus one.
720 # However, it has the same basename, so the bogon will be chosen
721 # first if we set CC to just the basename; use the full file name.
723 set dummy
"$ac_dir/$ac_word" "$@"
731 if test -n "$CC"; then
732 echo "$ac_t""$CC" 1>&6
734 echo "$ac_t""no" 1>&6
737 if test -z "$CC"; then
740 # Extract the first word of "cl", so it can be a program name with args.
741 set dummy cl
; ac_word
=$2
742 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
743 echo "configure:744: checking for $ac_word" >&5
744 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
745 echo $ac_n "(cached) $ac_c" 1>&6
747 if test -n "$CC"; then
748 ac_cv_prog_CC
="$CC" # Let the user override the test.
750 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
752 for ac_dir
in $ac_dummy; do
753 test -z "$ac_dir" && ac_dir
=.
754 if test -f $ac_dir/$ac_word; then
763 if test -n "$CC"; then
764 echo "$ac_t""$CC" 1>&6
766 echo "$ac_t""no" 1>&6
771 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
774 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
775 echo "configure:776: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
778 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
779 ac_cpp
='$CPP $CPPFLAGS'
780 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
781 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
782 cross_compiling
=$ac_cv_prog_cc_cross
784 cat > conftest.
$ac_ext << EOF
786 #line 787 "configure"
787 #include "confdefs.h"
791 if { (eval echo configure
:792: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
792 ac_cv_prog_cc_works
=yes
793 # If we can't run a trivial program, we are probably using a cross compiler.
794 if (.
/conftest
; exit) 2>/dev
/null
; then
795 ac_cv_prog_cc_cross
=no
797 ac_cv_prog_cc_cross
=yes
800 echo "configure: failed program was:" >&5
801 cat conftest.
$ac_ext >&5
802 ac_cv_prog_cc_works
=no
806 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
807 ac_cpp
='$CPP $CPPFLAGS'
808 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
809 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
810 cross_compiling
=$ac_cv_prog_cc_cross
812 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
813 if test $ac_cv_prog_cc_works = no
; then
814 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
816 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
817 echo "configure:818: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
818 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
819 cross_compiling
=$ac_cv_prog_cc_cross
821 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
822 echo "configure:823: checking whether we are using GNU C" >&5
823 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
824 echo $ac_n "(cached) $ac_c" 1>&6
826 cat > conftest.c
<<EOF
831 if { ac_try
='${CC-cc} -E conftest.c'; { (eval echo configure
:832: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } |
egrep yes >/dev
/null
2>&1; then
838 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
840 if test $ac_cv_prog_gcc = yes; then
846 ac_test_CFLAGS
="${CFLAGS+set}"
847 ac_save_CFLAGS
="$CFLAGS"
849 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
850 echo "configure:851: checking whether ${CC-cc} accepts -g" >&5
851 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
852 echo $ac_n "(cached) $ac_c" 1>&6
854 echo 'void f(){}' > conftest.c
855 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
864 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
865 if test "$ac_test_CFLAGS" = set; then
866 CFLAGS
="$ac_save_CFLAGS"
867 elif test $ac_cv_prog_cc_g = yes; then
868 if test "$GCC" = yes; then
874 if test "$GCC" = yes; then
881 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
882 echo "configure:883: checking how to run the C preprocessor" >&5
883 # On Suns, sometimes $CPP names a directory.
884 if test -n "$CPP" && test -d "$CPP"; then
887 if test -z "$CPP"; then
888 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
889 echo $ac_n "(cached) $ac_c" 1>&6
891 # This must be in double quotes, not single quotes, because CPP may get
892 # substituted into the Makefile and "${CC-cc}" will confuse make.
894 # On the NeXT, cc -E runs the code through the compiler's parser,
895 # not just through cpp.
896 cat > conftest.
$ac_ext <<EOF
897 #line 898 "configure"
898 #include "confdefs.h"
902 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
903 { (eval echo configure
:904: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
904 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
905 if test -z "$ac_err"; then
909 echo "configure: failed program was:" >&5
910 cat conftest.
$ac_ext >&5
912 CPP
="${CC-cc} -E -traditional-cpp"
913 cat > conftest.
$ac_ext <<EOF
914 #line 915 "configure"
915 #include "confdefs.h"
919 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
920 { (eval echo configure
:921: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
921 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
922 if test -z "$ac_err"; then
926 echo "configure: failed program was:" >&5
927 cat conftest.
$ac_ext >&5
929 CPP
="${CC-cc} -nologo -E"
930 cat > conftest.
$ac_ext <<EOF
931 #line 932 "configure"
932 #include "confdefs.h"
936 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
937 { (eval echo configure
:938: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
938 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
939 if test -z "$ac_err"; then
943 echo "configure: failed program was:" >&5
944 cat conftest.
$ac_ext >&5
953 ac_cv_prog_CPP
="$CPP"
955 CPP
="$ac_cv_prog_CPP"
957 ac_cv_prog_CPP
="$CPP"
959 echo "$ac_t""$CPP" 1>&6
961 # If we find X, set shell vars x_includes and x_libraries to the
962 # paths, otherwise set no_x=yes.
963 # Uses ac_ vars as temps to allow command line to override cache and checks.
964 # --without-x overrides everything else, but does not touch the cache.
965 echo $ac_n "checking for X""... $ac_c" 1>&6
966 echo "configure:967: checking for X" >&5
968 # Check whether --with-x or --without-x was given.
969 if test "${with_x+set}" = set; then
974 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
975 if test "x$with_x" = xno
; then
976 # The user explicitly disabled X.
979 if test "x$x_includes" != xNONE
&& test "x$x_libraries" != xNONE
; then
980 # Both variables are already set.
983 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
984 echo $ac_n "(cached) $ac_c" 1>&6
986 # One or both of the vars are not set, and there is no cached value.
987 ac_x_includes
=NO ac_x_libraries
=NO
989 if mkdir conftestdir
; then
991 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
992 cat > Imakefile
<<'EOF'
994 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
996 if (xmkmf
) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
997 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
998 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
999 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
1000 for ac_extension
in a so sl
; do
1001 if test ! -f $ac_im_usrlibdir/libX11.
$ac_extension &&
1002 test -f $ac_im_libdir/libX11.
$ac_extension; then
1003 ac_im_usrlibdir
=$ac_im_libdir; break
1006 # Screen out bogus values from the imake configuration. They are
1007 # bogus both because they are the default anyway, and because
1008 # using them would break gcc on systems where it needs fixed includes.
1009 case "$ac_im_incroot" in
1011 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
="$ac_im_incroot" ;;
1013 case "$ac_im_usrlibdir" in
1015 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
="$ac_im_usrlibdir" ;;
1022 if test "$ac_x_includes" = NO
; then
1023 # Guess where to find include files, by looking for this one X11 .h file.
1024 test -z "$x_direct_test_include" && x_direct_test_include
=X11
/Intrinsic.h
1026 # First, try using that file with no special directory specified.
1027 cat > conftest.
$ac_ext <<EOF
1028 #line 1029 "configure"
1029 #include "confdefs.h"
1030 #include <$x_direct_test_include>
1032 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1033 { (eval echo configure
:1034: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1034 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1035 if test -z "$ac_err"; then
1037 # We can compile using X headers with no special include directory.
1041 echo "configure: failed program was:" >&5
1042 cat conftest.
$ac_ext >&5
1044 # Look for the header file in a standard set of common directories.
1045 # Check X11 before X11Rn because it is often a symlink to the current release.
1048 /usr
/X11R
6/include \
1049 /usr
/X11R
5/include \
1050 /usr
/X11R
4/include \
1053 /usr
/include
/X11R6 \
1054 /usr
/include
/X11R5 \
1055 /usr
/include
/X11R4 \
1057 /usr
/local
/X11
/include \
1058 /usr
/local
/X11R
6/include \
1059 /usr
/local
/X11R
5/include \
1060 /usr
/local
/X11R
4/include \
1062 /usr
/local
/include
/X11 \
1063 /usr
/local
/include
/X11R6 \
1064 /usr
/local
/include
/X11R5 \
1065 /usr
/local
/include
/X11R4 \
1069 /usr
/XFree86
/include
/X11 \
1072 /usr
/local
/include \
1073 /usr
/unsupported
/include \
1074 /usr
/athena
/include \
1075 /usr
/local
/x11r
5/include \
1076 /usr
/lpp
/Xamples
/include \
1078 /usr
/openwin
/include \
1079 /usr
/openwin
/share
/include \
1082 if test -r "$ac_dir/$x_direct_test_include"; then
1083 ac_x_includes
=$ac_dir
1089 fi # $ac_x_includes = NO
1091 if test "$ac_x_libraries" = NO
; then
1092 # Check for the libraries.
1094 test -z "$x_direct_test_library" && x_direct_test_library
=Xt
1095 test -z "$x_direct_test_function" && x_direct_test_function
=XtMalloc
1097 # See if we find them without any special options.
1098 # Don't add to $LIBS permanently.
1099 ac_save_LIBS
="$LIBS"
1100 LIBS
="-l$x_direct_test_library $LIBS"
1101 cat > conftest.
$ac_ext <<EOF
1102 #line 1103 "configure"
1103 #include "confdefs.h"
1106 ${x_direct_test_function}()
1109 if { (eval echo configure
:1110: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1111 LIBS
="$ac_save_LIBS"
1112 # We can link X programs with no special library path.
1115 echo "configure: failed program was:" >&5
1116 cat conftest.
$ac_ext >&5
1118 LIBS
="$ac_save_LIBS"
1119 # First see if replacing the include by lib works.
1120 # Check X11 before X11Rn because it is often a symlink to the current release.
1121 for ac_dir
in `echo "$ac_x_includes" | sed s/include/lib/` \
1132 /usr
/local
/X11
/lib \
1133 /usr
/local
/X11R
6/lib \
1134 /usr
/local
/X11R
5/lib \
1135 /usr
/local
/X11R
4/lib \
1137 /usr
/local
/lib
/X11 \
1138 /usr
/local
/lib
/X11R6 \
1139 /usr
/local
/lib
/X11R5 \
1140 /usr
/local
/lib
/X11R4 \
1144 /usr
/XFree86
/lib
/X11 \
1148 /usr
/unsupported
/lib \
1150 /usr
/local
/x11r
5/lib \
1151 /usr
/lpp
/Xamples
/lib \
1155 /usr
/openwin
/share
/lib \
1158 for ac_extension
in a so sl
; do
1159 if test -r $ac_dir/lib
${x_direct_test_library}.
$ac_extension; then
1160 ac_x_libraries
=$ac_dir
1167 fi # $ac_x_libraries = NO
1169 if test "$ac_x_includes" = NO ||
test "$ac_x_libraries" = NO
; then
1170 # Didn't find X anywhere. Cache the known absence of X.
1171 ac_cv_have_x
="have_x=no"
1173 # Record where we found X for the cache.
1174 ac_cv_have_x
="have_x=yes \
1175 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
1179 eval "$ac_cv_have_x"
1182 if test "$have_x" != yes; then
1183 echo "$ac_t""$have_x" 1>&6
1186 # If each of the values was on the command line, it overrides each guess.
1187 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
1188 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
1189 # Update the cache value to reflect the command line values.
1190 ac_cv_have_x
="have_x=yes \
1191 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
1192 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
1195 if test "$no_x" = yes; then
1196 # Not all programs may use this symbol, but it does not hurt to define it.
1197 cat >> confdefs.h
<<\EOF
1198 #define X_DISPLAY_MISSING 1
1201 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
1203 if test -n "$x_includes"; then
1204 X_CFLAGS
="$X_CFLAGS -I$x_includes"
1207 # It would also be nice to do this for all -L options, not just this one.
1208 if test -n "$x_libraries"; then
1209 X_LIBS
="$X_LIBS -L$x_libraries"
1210 # For Solaris; some versions of Sun CC require a space after -R and
1211 # others require no space. Words are not sufficient . . . .
1212 case "`(uname -sr) 2>/dev/null`" in
1214 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
1215 echo "configure:1216: checking whether -R must be followed by a space" >&5
1216 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS -R$x_libraries"
1217 cat > conftest.
$ac_ext <<EOF
1218 #line 1219 "configure"
1219 #include "confdefs.h"
1225 if { (eval echo configure
:1226: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1229 echo "configure: failed program was:" >&5
1230 cat conftest.
$ac_ext >&5
1235 if test $ac_R_nospace = yes; then
1236 echo "$ac_t""no" 1>&6
1237 X_LIBS
="$X_LIBS -R$x_libraries"
1239 LIBS
="$ac_xsave_LIBS -R $x_libraries"
1240 cat > conftest.
$ac_ext <<EOF
1241 #line 1242 "configure"
1242 #include "confdefs.h"
1248 if { (eval echo configure
:1249: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1252 echo "configure: failed program was:" >&5
1253 cat conftest.
$ac_ext >&5
1258 if test $ac_R_space = yes; then
1259 echo "$ac_t""yes" 1>&6
1260 X_LIBS
="$X_LIBS -R $x_libraries"
1262 echo "$ac_t""neither works" 1>&6
1265 LIBS
="$ac_xsave_LIBS"
1269 # Check for system-dependent libraries X programs must link with.
1270 # Do this before checking for the system-independent R6 libraries
1271 # (-lICE), since we may need -lsocket or whatever for X linking.
1273 if test "$ISC" = yes; then
1274 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
1276 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
1277 # libraries were built with DECnet support. And karl@cs.umb.edu says
1278 # the Alpha needs dnet_stub (dnet does not exist).
1279 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
1280 echo "configure:1281: checking for dnet_ntoa in -ldnet" >&5
1281 ac_lib_var
=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
1282 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1283 echo $ac_n "(cached) $ac_c" 1>&6
1285 ac_save_LIBS
="$LIBS"
1287 cat > conftest.
$ac_ext <<EOF
1288 #line 1289 "configure"
1289 #include "confdefs.h"
1290 /* Override any gcc2 internal prototype to avoid an error. */
1291 /* We use char because int might match the return type of a gcc2
1292 builtin and then its argument prototype would still apply. */
1299 if { (eval echo configure
:1300: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1301 eval "ac_cv_lib_$ac_lib_var=yes"
1303 echo "configure: failed program was:" >&5
1304 cat conftest.
$ac_ext >&5
1306 eval "ac_cv_lib_$ac_lib_var=no"
1309 LIBS
="$ac_save_LIBS"
1312 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1313 echo "$ac_t""yes" 1>&6
1314 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
1316 echo "$ac_t""no" 1>&6
1319 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
1320 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
1321 echo "configure:1322: checking for dnet_ntoa in -ldnet_stub" >&5
1322 ac_lib_var
=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
1323 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1324 echo $ac_n "(cached) $ac_c" 1>&6
1326 ac_save_LIBS
="$LIBS"
1327 LIBS
="-ldnet_stub $LIBS"
1328 cat > conftest.
$ac_ext <<EOF
1329 #line 1330 "configure"
1330 #include "confdefs.h"
1331 /* Override any gcc2 internal prototype to avoid an error. */
1332 /* We use char because int might match the return type of a gcc2
1333 builtin and then its argument prototype would still apply. */
1340 if { (eval echo configure
:1341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1342 eval "ac_cv_lib_$ac_lib_var=yes"
1344 echo "configure: failed program was:" >&5
1345 cat conftest.
$ac_ext >&5
1347 eval "ac_cv_lib_$ac_lib_var=no"
1350 LIBS
="$ac_save_LIBS"
1353 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1354 echo "$ac_t""yes" 1>&6
1355 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
1357 echo "$ac_t""no" 1>&6
1362 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
1363 # to get the SysV transport functions.
1364 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
1366 # The nsl library prevents programs from opening the X display
1367 # on Irix 5.2, according to dickey@clark.net.
1368 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
1369 echo "configure:1370: checking for gethostbyname" >&5
1370 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
1371 echo $ac_n "(cached) $ac_c" 1>&6
1373 cat > conftest.
$ac_ext <<EOF
1374 #line 1375 "configure"
1375 #include "confdefs.h"
1376 /* System header to define __stub macros and hopefully few prototypes,
1377 which can conflict with char gethostbyname(); below. */
1379 /* Override any gcc2 internal prototype to avoid an error. */
1380 /* We use char because int might match the return type of a gcc2
1381 builtin and then its argument prototype would still apply. */
1382 char gethostbyname();
1386 /* The GNU C library defines this for functions which it implements
1387 to always fail with ENOSYS. Some functions are actually named
1388 something starting with __ and the normal name is an alias. */
1389 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
1397 if { (eval echo configure
:1398: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1399 eval "ac_cv_func_gethostbyname=yes"
1401 echo "configure: failed program was:" >&5
1402 cat conftest.
$ac_ext >&5
1404 eval "ac_cv_func_gethostbyname=no"
1409 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
1410 echo "$ac_t""yes" 1>&6
1413 echo "$ac_t""no" 1>&6
1416 if test $ac_cv_func_gethostbyname = no
; then
1417 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
1418 echo "configure:1419: checking for gethostbyname in -lnsl" >&5
1419 ac_lib_var
=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
1420 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1421 echo $ac_n "(cached) $ac_c" 1>&6
1423 ac_save_LIBS
="$LIBS"
1425 cat > conftest.
$ac_ext <<EOF
1426 #line 1427 "configure"
1427 #include "confdefs.h"
1428 /* Override any gcc2 internal prototype to avoid an error. */
1429 /* We use char because int might match the return type of a gcc2
1430 builtin and then its argument prototype would still apply. */
1431 char gethostbyname();
1437 if { (eval echo configure
:1438: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1439 eval "ac_cv_lib_$ac_lib_var=yes"
1441 echo "configure: failed program was:" >&5
1442 cat conftest.
$ac_ext >&5
1444 eval "ac_cv_lib_$ac_lib_var=no"
1447 LIBS
="$ac_save_LIBS"
1450 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1451 echo "$ac_t""yes" 1>&6
1452 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
1454 echo "$ac_t""no" 1>&6
1459 # lieder@skyler.mavd.honeywell.com says without -lsocket,
1460 # socket/setsockopt and other routines are undefined under SCO ODT
1461 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
1462 # on later versions), says simon@lia.di.epfl.ch: it contains
1463 # gethostby* variants that don't use the nameserver (or something).
1464 # -lsocket must be given before -lnsl if both are needed.
1465 # We assume that if connect needs -lnsl, so does gethostbyname.
1466 echo $ac_n "checking for connect""... $ac_c" 1>&6
1467 echo "configure:1468: checking for connect" >&5
1468 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
1469 echo $ac_n "(cached) $ac_c" 1>&6
1471 cat > conftest.
$ac_ext <<EOF
1472 #line 1473 "configure"
1473 #include "confdefs.h"
1474 /* System header to define __stub macros and hopefully few prototypes,
1475 which can conflict with char connect(); below. */
1477 /* Override any gcc2 internal prototype to avoid an error. */
1478 /* We use char because int might match the return type of a gcc2
1479 builtin and then its argument prototype would still apply. */
1484 /* The GNU C library defines this for functions which it implements
1485 to always fail with ENOSYS. Some functions are actually named
1486 something starting with __ and the normal name is an alias. */
1487 #if defined (__stub_connect) || defined (__stub___connect)
1495 if { (eval echo configure
:1496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1497 eval "ac_cv_func_connect=yes"
1499 echo "configure: failed program was:" >&5
1500 cat conftest.
$ac_ext >&5
1502 eval "ac_cv_func_connect=no"
1507 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
1508 echo "$ac_t""yes" 1>&6
1511 echo "$ac_t""no" 1>&6
1514 if test $ac_cv_func_connect = no
; then
1515 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
1516 echo "configure:1517: checking for connect in -lsocket" >&5
1517 ac_lib_var
=`echo socket'_'connect | sed 'y%./+-%__p_%'`
1518 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1519 echo $ac_n "(cached) $ac_c" 1>&6
1521 ac_save_LIBS
="$LIBS"
1522 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
1523 cat > conftest.
$ac_ext <<EOF
1524 #line 1525 "configure"
1525 #include "confdefs.h"
1526 /* Override any gcc2 internal prototype to avoid an error. */
1527 /* We use char because int might match the return type of a gcc2
1528 builtin and then its argument prototype would still apply. */
1535 if { (eval echo configure
:1536: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1537 eval "ac_cv_lib_$ac_lib_var=yes"
1539 echo "configure: failed program was:" >&5
1540 cat conftest.
$ac_ext >&5
1542 eval "ac_cv_lib_$ac_lib_var=no"
1545 LIBS
="$ac_save_LIBS"
1548 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1549 echo "$ac_t""yes" 1>&6
1550 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
1552 echo "$ac_t""no" 1>&6
1557 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
1558 echo $ac_n "checking for remove""... $ac_c" 1>&6
1559 echo "configure:1560: checking for remove" >&5
1560 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
1561 echo $ac_n "(cached) $ac_c" 1>&6
1563 cat > conftest.
$ac_ext <<EOF
1564 #line 1565 "configure"
1565 #include "confdefs.h"
1566 /* System header to define __stub macros and hopefully few prototypes,
1567 which can conflict with char remove(); below. */
1569 /* Override any gcc2 internal prototype to avoid an error. */
1570 /* We use char because int might match the return type of a gcc2
1571 builtin and then its argument prototype would still apply. */
1576 /* The GNU C library defines this for functions which it implements
1577 to always fail with ENOSYS. Some functions are actually named
1578 something starting with __ and the normal name is an alias. */
1579 #if defined (__stub_remove) || defined (__stub___remove)
1587 if { (eval echo configure
:1588: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1589 eval "ac_cv_func_remove=yes"
1591 echo "configure: failed program was:" >&5
1592 cat conftest.
$ac_ext >&5
1594 eval "ac_cv_func_remove=no"
1599 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
1600 echo "$ac_t""yes" 1>&6
1603 echo "$ac_t""no" 1>&6
1606 if test $ac_cv_func_remove = no
; then
1607 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
1608 echo "configure:1609: checking for remove in -lposix" >&5
1609 ac_lib_var
=`echo posix'_'remove | sed 'y%./+-%__p_%'`
1610 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1611 echo $ac_n "(cached) $ac_c" 1>&6
1613 ac_save_LIBS
="$LIBS"
1614 LIBS
="-lposix $LIBS"
1615 cat > conftest.
$ac_ext <<EOF
1616 #line 1617 "configure"
1617 #include "confdefs.h"
1618 /* Override any gcc2 internal prototype to avoid an error. */
1619 /* We use char because int might match the return type of a gcc2
1620 builtin and then its argument prototype would still apply. */
1627 if { (eval echo configure
:1628: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1629 eval "ac_cv_lib_$ac_lib_var=yes"
1631 echo "configure: failed program was:" >&5
1632 cat conftest.
$ac_ext >&5
1634 eval "ac_cv_lib_$ac_lib_var=no"
1637 LIBS
="$ac_save_LIBS"
1640 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1641 echo "$ac_t""yes" 1>&6
1642 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
1644 echo "$ac_t""no" 1>&6
1649 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
1650 echo $ac_n "checking for shmat""... $ac_c" 1>&6
1651 echo "configure:1652: checking for shmat" >&5
1652 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
1653 echo $ac_n "(cached) $ac_c" 1>&6
1655 cat > conftest.
$ac_ext <<EOF
1656 #line 1657 "configure"
1657 #include "confdefs.h"
1658 /* System header to define __stub macros and hopefully few prototypes,
1659 which can conflict with char shmat(); below. */
1661 /* Override any gcc2 internal prototype to avoid an error. */
1662 /* We use char because int might match the return type of a gcc2
1663 builtin and then its argument prototype would still apply. */
1668 /* The GNU C library defines this for functions which it implements
1669 to always fail with ENOSYS. Some functions are actually named
1670 something starting with __ and the normal name is an alias. */
1671 #if defined (__stub_shmat) || defined (__stub___shmat)
1679 if { (eval echo configure
:1680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1681 eval "ac_cv_func_shmat=yes"
1683 echo "configure: failed program was:" >&5
1684 cat conftest.
$ac_ext >&5
1686 eval "ac_cv_func_shmat=no"
1691 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
1692 echo "$ac_t""yes" 1>&6
1695 echo "$ac_t""no" 1>&6
1698 if test $ac_cv_func_shmat = no
; then
1699 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
1700 echo "configure:1701: checking for shmat in -lipc" >&5
1701 ac_lib_var
=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
1702 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1703 echo $ac_n "(cached) $ac_c" 1>&6
1705 ac_save_LIBS
="$LIBS"
1707 cat > conftest.
$ac_ext <<EOF
1708 #line 1709 "configure"
1709 #include "confdefs.h"
1710 /* Override any gcc2 internal prototype to avoid an error. */
1711 /* We use char because int might match the return type of a gcc2
1712 builtin and then its argument prototype would still apply. */
1719 if { (eval echo configure
:1720: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1721 eval "ac_cv_lib_$ac_lib_var=yes"
1723 echo "configure: failed program was:" >&5
1724 cat conftest.
$ac_ext >&5
1726 eval "ac_cv_lib_$ac_lib_var=no"
1729 LIBS
="$ac_save_LIBS"
1732 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1733 echo "$ac_t""yes" 1>&6
1734 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
1736 echo "$ac_t""no" 1>&6
1742 # Check for libraries that X11R6 Xt/Xaw programs need.
1743 ac_save_LDFLAGS
="$LDFLAGS"
1744 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
1745 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
1746 # check for ICE first), but we must link in the order -lSM -lICE or
1747 # we get undefined symbols. So assume we have SM if we have ICE.
1748 # These have to be linked with before -lX11, unlike the other
1749 # libraries we check for below, so use a different variable.
1750 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
1751 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
1752 echo "configure:1753: checking for IceConnectionNumber in -lICE" >&5
1753 ac_lib_var
=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
1754 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1755 echo $ac_n "(cached) $ac_c" 1>&6
1757 ac_save_LIBS
="$LIBS"
1758 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
1759 cat > conftest.
$ac_ext <<EOF
1760 #line 1761 "configure"
1761 #include "confdefs.h"
1762 /* Override any gcc2 internal prototype to avoid an error. */
1763 /* We use char because int might match the return type of a gcc2
1764 builtin and then its argument prototype would still apply. */
1765 char IceConnectionNumber();
1768 IceConnectionNumber()
1771 if { (eval echo configure
:1772: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1773 eval "ac_cv_lib_$ac_lib_var=yes"
1775 echo "configure: failed program was:" >&5
1776 cat conftest.
$ac_ext >&5
1778 eval "ac_cv_lib_$ac_lib_var=no"
1781 LIBS
="$ac_save_LIBS"
1784 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1785 echo "$ac_t""yes" 1>&6
1786 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
1788 echo "$ac_t""no" 1>&6
1791 LDFLAGS
="$ac_save_LDFLAGS"
1795 for ac_prog
in 'bison -y' byacc
1797 # Extract the first word of "$ac_prog", so it can be a program name with args.
1798 set dummy
$ac_prog; ac_word
=$2
1799 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1800 echo "configure:1801: checking for $ac_word" >&5
1801 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
1802 echo $ac_n "(cached) $ac_c" 1>&6
1804 if test -n "$YACC"; then
1805 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
1807 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
1809 for ac_dir
in $ac_dummy; do
1810 test -z "$ac_dir" && ac_dir
=.
1811 if test -f $ac_dir/$ac_word; then
1812 ac_cv_prog_YACC
="$ac_prog"
1819 YACC
="$ac_cv_prog_YACC"
1820 if test -n "$YACC"; then
1821 echo "$ac_t""$YACC" 1>&6
1823 echo "$ac_t""no" 1>&6
1826 test -n "$YACC" && break
1828 test -n "$YACC" || YACC
="yacc"
1830 # Extract the first word of "flex", so it can be a program name with args.
1831 set dummy flex
; ac_word
=$2
1832 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1833 echo "configure:1834: checking for $ac_word" >&5
1834 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
1835 echo $ac_n "(cached) $ac_c" 1>&6
1837 if test -n "$LEX"; then
1838 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
1840 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
1842 for ac_dir
in $ac_dummy; do
1843 test -z "$ac_dir" && ac_dir
=.
1844 if test -f $ac_dir/$ac_word; then
1845 ac_cv_prog_LEX
="flex"
1850 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX
="lex"
1853 LEX
="$ac_cv_prog_LEX"
1854 if test -n "$LEX"; then
1855 echo "$ac_t""$LEX" 1>&6
1857 echo "$ac_t""no" 1>&6
1860 if test -z "$LEXLIB"
1866 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
1867 echo "configure:1868: checking for yywrap in -l$ac_lib" >&5
1868 ac_lib_var
=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
1869 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1870 echo $ac_n "(cached) $ac_c" 1>&6
1872 ac_save_LIBS
="$LIBS"
1873 LIBS
="-l$ac_lib $LIBS"
1874 cat > conftest.
$ac_ext <<EOF
1875 #line 1876 "configure"
1876 #include "confdefs.h"
1877 /* Override any gcc2 internal prototype to avoid an error. */
1878 /* We use char because int might match the return type of a gcc2
1879 builtin and then its argument prototype would still apply. */
1886 if { (eval echo configure
:1887: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1888 eval "ac_cv_lib_$ac_lib_var=yes"
1890 echo "configure: failed program was:" >&5
1891 cat conftest.
$ac_ext >&5
1893 eval "ac_cv_lib_$ac_lib_var=no"
1896 LIBS
="$ac_save_LIBS"
1899 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1900 echo "$ac_t""yes" 1>&6
1903 echo "$ac_t""no" 1>&6
1908 for ac_prog
in $LEX flex
lex
1910 # Extract the first word of "$ac_prog", so it can be a program name with args.
1911 set dummy
$ac_prog; ac_word
=$2
1912 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1913 echo "configure:1914: checking for $ac_word" >&5
1914 if eval "test \"`echo '$''{'ac_cv_prog_XLEX'+set}'`\" = set"; then
1915 echo $ac_n "(cached) $ac_c" 1>&6
1917 if test -n "$XLEX"; then
1918 ac_cv_prog_XLEX
="$XLEX" # Let the user override the test.
1920 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
1922 for ac_dir
in $ac_dummy; do
1923 test -z "$ac_dir" && ac_dir
=.
1924 if test -f $ac_dir/$ac_word; then
1925 ac_cv_prog_XLEX
="$ac_prog"
1932 XLEX
="$ac_cv_prog_XLEX"
1933 if test -n "$XLEX"; then
1934 echo "$ac_t""$XLEX" 1>&6
1936 echo "$ac_t""no" 1>&6
1939 test -n "$XLEX" && break
1941 test -n "$XLEX" || XLEX
="none"
1943 if test "$XLEX" = "none"
1945 echo "*** Error: No suitable lex found. ***"
1946 echo " Please install the 'flex' package."
1949 echo $ac_n "checking lex output file root""... $ac_c" 1>&6
1950 echo "configure:1951: checking lex output file root" >&5
1951 if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then
1952 echo $ac_n "(cached) $ac_c" 1>&6
1954 # The minimal lex program is just a single line: %%. But some broken lexes
1955 # (Solaris, I think it was) want two %% lines, so accommodate them.
1958 if test -f lex.yy.c
; then
1959 ac_cv_prog_lex_root
=lex.yy
1960 elif test -f lexyy.c
; then
1961 ac_cv_prog_lex_root
=lexyy
1963 { echo "configure: error: cannot find output from $LEX; giving up" 1>&2; exit 1; }
1967 echo "$ac_t""$ac_cv_prog_lex_root" 1>&6
1968 LEX_OUTPUT_ROOT
=$ac_cv_prog_lex_root
1970 echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6
1971 echo "configure:1972: checking whether yytext is a pointer" >&5
1972 if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then
1973 echo $ac_n "(cached) $ac_c" 1>&6
1975 # POSIX says lex can declare yytext either as a pointer or an array; the
1976 # default is implementation-dependent. Figure out which it is, since
1977 # not all implementations provide the %pointer and %array declarations.
1978 ac_cv_prog_lex_yytext_pointer
=no
1979 echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
1980 ac_save_LIBS
="$LIBS"
1981 LIBS
="$LIBS $LEXLIB"
1982 cat > conftest.
$ac_ext <<EOF
1983 #line 1984 "configure"
1984 #include "confdefs.h"
1985 `cat $LEX_OUTPUT_ROOT.c`
1990 if { (eval echo configure
:1991: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1992 ac_cv_prog_lex_yytext_pointer
=yes
1994 echo "configure: failed program was:" >&5
1995 cat conftest.
$ac_ext >&5
1998 LIBS
="$ac_save_LIBS"
1999 rm -f "${LEX_OUTPUT_ROOT}.c"
2003 echo "$ac_t""$ac_cv_prog_lex_yytext_pointer" 1>&6
2004 if test $ac_cv_prog_lex_yytext_pointer = yes; then
2005 cat >> confdefs.h
<<\EOF
2006 #define YYTEXT_POINTER 1
2011 # Extract the first word of "ranlib", so it can be a program name with args.
2012 set dummy ranlib
; ac_word
=$2
2013 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2014 echo "configure:2015: checking for $ac_word" >&5
2015 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
2016 echo $ac_n "(cached) $ac_c" 1>&6
2018 if test -n "$RANLIB"; then
2019 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
2021 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2023 for ac_dir
in $ac_dummy; do
2024 test -z "$ac_dir" && ac_dir
=.
2025 if test -f $ac_dir/$ac_word; then
2026 ac_cv_prog_RANLIB
="ranlib"
2031 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB
=":"
2034 RANLIB
="$ac_cv_prog_RANLIB"
2035 if test -n "$RANLIB"; then
2036 echo "$ac_t""$RANLIB" 1>&6
2038 echo "$ac_t""no" 1>&6
2041 # Find a good install program. We prefer a C program (faster),
2042 # so one script is as good as another. But avoid the broken or
2043 # incompatible versions:
2044 # SysV /etc/install, /usr/sbin/install
2045 # SunOS /usr/etc/install
2046 # IRIX /sbin/install
2048 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2049 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2050 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2051 # ./install, which can be erroneously created by make from ./install.sh.
2052 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
2053 echo "configure:2054: checking for a BSD compatible install" >&5
2054 if test -z "$INSTALL"; then
2055 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
2056 echo $ac_n "(cached) $ac_c" 1>&6
2058 IFS
="${IFS= }"; ac_save_IFS
="$IFS"; IFS
=":"
2059 for ac_dir
in $PATH; do
2060 # Account for people who put trailing slashes in PATH elements.
2062 /|.
/|.
//|
/etc
/*|
/usr
/sbin
/*|
/usr
/etc
/*|
/sbin
/*|
/usr
/afsws
/bin
/*|
/usr
/ucb
/*) ;;
2064 # OSF1 and SCO ODT 3.0 have their own names for install.
2065 # Don't use installbsd from OSF since it installs stuff as root
2067 for ac_prog
in ginstall scoinst
install; do
2068 if test -f $ac_dir/$ac_prog; then
2069 if test $ac_prog = install &&
2070 grep dspmsg
$ac_dir/$ac_prog >/dev
/null
2>&1; then
2071 # AIX install. It has an incompatible calling convention.
2074 ac_cv_path_install
="$ac_dir/$ac_prog -c"
2085 if test "${ac_cv_path_install+set}" = set; then
2086 INSTALL
="$ac_cv_path_install"
2088 # As a last resort, use the slow shell script. We don't cache a
2089 # path for INSTALL within a source directory, because that will
2090 # break other packages using the cache if that directory is
2091 # removed, or if the path is relative.
2092 INSTALL
="$ac_install_sh"
2095 echo "$ac_t""$INSTALL" 1>&6
2097 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2098 # It thinks the first close brace ends the variable substitution.
2099 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2101 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL_PROGRAM}'
2103 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2105 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
2106 echo "configure:2107: checking whether ln -s works" >&5
2107 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
2108 echo $ac_n "(cached) $ac_c" 1>&6
2111 if ln -s X conftestdata
2>/dev
/null
2114 ac_cv_prog_LN_S
="ln -s"
2119 LN_S
="$ac_cv_prog_LN_S"
2120 if test "$ac_cv_prog_LN_S" = "ln -s"; then
2121 echo "$ac_t""yes" 1>&6
2123 echo "$ac_t""no" 1>&6
2126 # Extract the first word of "c2man", so it can be a program name with args.
2127 set dummy c2man
; ac_word
=$2
2128 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2129 echo "configure:2130: checking for $ac_word" >&5
2130 if eval "test \"`echo '$''{'ac_cv_prog_C2MAN'+set}'`\" = set"; then
2131 echo $ac_n "(cached) $ac_c" 1>&6
2133 if test -n "$C2MAN"; then
2134 ac_cv_prog_C2MAN
="$C2MAN" # Let the user override the test.
2136 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2138 for ac_dir
in $ac_dummy; do
2139 test -z "$ac_dir" && ac_dir
=.
2140 if test -f $ac_dir/$ac_word; then
2141 ac_cv_prog_C2MAN
="c2man"
2146 test -z "$ac_cv_prog_C2MAN" && ac_cv_prog_C2MAN
="true"
2149 C2MAN
="$ac_cv_prog_C2MAN"
2150 if test -n "$C2MAN"; then
2151 echo "$ac_t""$C2MAN" 1>&6
2153 echo "$ac_t""no" 1>&6
2156 # Extract the first word of "ldconfig", so it can be a program name with args.
2157 set dummy ldconfig
; ac_word
=$2
2158 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2159 echo "configure:2160: checking for $ac_word" >&5
2160 if eval "test \"`echo '$''{'ac_cv_path_LDCONFIG'+set}'`\" = set"; then
2161 echo $ac_n "(cached) $ac_c" 1>&6
2165 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
2168 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a dos path.
2171 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2172 ac_dummy
="/sbin:/usr/sbin:$PATH"
2173 for ac_dir
in $ac_dummy; do
2174 test -z "$ac_dir" && ac_dir
=.
2175 if test -f $ac_dir/$ac_word; then
2176 ac_cv_path_LDCONFIG
="$ac_dir/$ac_word"
2181 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
2185 LDCONFIG
="$ac_cv_path_LDCONFIG"
2186 if test -n "$LDCONFIG"; then
2187 echo "$ac_t""$LDCONFIG" 1>&6
2189 echo "$ac_t""no" 1>&6
2193 for ac_prog
in lclint lint
2195 # Extract the first word of "$ac_prog", so it can be a program name with args.
2196 set dummy
$ac_prog; ac_word
=$2
2197 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2198 echo "configure:2199: checking for $ac_word" >&5
2199 if eval "test \"`echo '$''{'ac_cv_prog_LINT'+set}'`\" = set"; then
2200 echo $ac_n "(cached) $ac_c" 1>&6
2202 if test -n "$LINT"; then
2203 ac_cv_prog_LINT
="$LINT" # Let the user override the test.
2205 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2207 for ac_dir
in $ac_dummy; do
2208 test -z "$ac_dir" && ac_dir
=.
2209 if test -f $ac_dir/$ac_word; then
2210 ac_cv_prog_LINT
="$ac_prog"
2217 LINT
="$ac_cv_prog_LINT"
2218 if test -n "$LINT"; then
2219 echo "$ac_t""$LINT" 1>&6
2221 echo "$ac_t""no" 1>&6
2224 test -n "$LINT" && break
2227 if test "$LINT" = "lint"
2229 LINTFLAGS
="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
2235 echo $ac_n "checking for sqrt in -lm""... $ac_c" 1>&6
2236 echo "configure:2237: checking for sqrt in -lm" >&5
2237 ac_lib_var
=`echo m'_'sqrt | sed 'y%./+-%__p_%'`
2238 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2239 echo $ac_n "(cached) $ac_c" 1>&6
2241 ac_save_LIBS
="$LIBS"
2243 cat > conftest.
$ac_ext <<EOF
2244 #line 2245 "configure"
2245 #include "confdefs.h"
2246 /* Override any gcc2 internal prototype to avoid an error. */
2247 /* We use char because int might match the return type of a gcc2
2248 builtin and then its argument prototype would still apply. */
2255 if { (eval echo configure
:2256: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2257 eval "ac_cv_lib_$ac_lib_var=yes"
2259 echo "configure: failed program was:" >&5
2260 cat conftest.
$ac_ext >&5
2262 eval "ac_cv_lib_$ac_lib_var=no"
2265 LIBS
="$ac_save_LIBS"
2268 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2269 echo "$ac_t""yes" 1>&6
2270 ac_tr_lib
=HAVE_LIB
`echo m | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2271 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2272 cat >> confdefs.h
<<EOF
2273 #define $ac_tr_lib 1
2279 echo "$ac_t""no" 1>&6
2282 echo $ac_n "checking for i386_set_ldt in -li386""... $ac_c" 1>&6
2283 echo "configure:2284: checking for i386_set_ldt in -li386" >&5
2284 ac_lib_var
=`echo i386'_'i386_set_ldt | sed 'y%./+-%__p_%'`
2285 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2286 echo $ac_n "(cached) $ac_c" 1>&6
2288 ac_save_LIBS
="$LIBS"
2290 cat > conftest.
$ac_ext <<EOF
2291 #line 2292 "configure"
2292 #include "confdefs.h"
2293 /* Override any gcc2 internal prototype to avoid an error. */
2294 /* We use char because int might match the return type of a gcc2
2295 builtin and then its argument prototype would still apply. */
2296 char i386_set_ldt();
2302 if { (eval echo configure
:2303: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2304 eval "ac_cv_lib_$ac_lib_var=yes"
2306 echo "configure: failed program was:" >&5
2307 cat conftest.
$ac_ext >&5
2309 eval "ac_cv_lib_$ac_lib_var=no"
2312 LIBS
="$ac_save_LIBS"
2315 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2316 echo "$ac_t""yes" 1>&6
2317 ac_tr_lib
=HAVE_LIB
`echo i386 | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2318 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2319 cat >> confdefs.h
<<EOF
2320 #define $ac_tr_lib 1
2326 echo "$ac_t""no" 1>&6
2329 echo $ac_n "checking for _oss_ioctl in -lossaudio""... $ac_c" 1>&6
2330 echo "configure:2331: checking for _oss_ioctl in -lossaudio" >&5
2331 ac_lib_var
=`echo ossaudio'_'_oss_ioctl | sed 'y%./+-%__p_%'`
2332 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2333 echo $ac_n "(cached) $ac_c" 1>&6
2335 ac_save_LIBS
="$LIBS"
2336 LIBS
="-lossaudio $LIBS"
2337 cat > conftest.
$ac_ext <<EOF
2338 #line 2339 "configure"
2339 #include "confdefs.h"
2340 /* Override any gcc2 internal prototype to avoid an error. */
2341 /* We use char because int might match the return type of a gcc2
2342 builtin and then its argument prototype would still apply. */
2349 if { (eval echo configure
:2350: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2351 eval "ac_cv_lib_$ac_lib_var=yes"
2353 echo "configure: failed program was:" >&5
2354 cat conftest.
$ac_ext >&5
2356 eval "ac_cv_lib_$ac_lib_var=no"
2359 LIBS
="$ac_save_LIBS"
2362 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2363 echo "$ac_t""yes" 1>&6
2364 ac_tr_lib
=HAVE_LIB
`echo ossaudio | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2365 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2366 cat >> confdefs.h
<<EOF
2367 #define $ac_tr_lib 1
2370 LIBS
="-lossaudio $LIBS"
2373 echo "$ac_t""no" 1>&6
2376 echo $ac_n "checking for iswalnum in -lw""... $ac_c" 1>&6
2377 echo "configure:2378: checking for iswalnum in -lw" >&5
2378 ac_lib_var
=`echo w'_'iswalnum | sed 'y%./+-%__p_%'`
2379 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2380 echo $ac_n "(cached) $ac_c" 1>&6
2382 ac_save_LIBS
="$LIBS"
2384 cat > conftest.
$ac_ext <<EOF
2385 #line 2386 "configure"
2386 #include "confdefs.h"
2387 /* Override any gcc2 internal prototype to avoid an error. */
2388 /* We use char because int might match the return type of a gcc2
2389 builtin and then its argument prototype would still apply. */
2396 if { (eval echo configure
:2397: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2398 eval "ac_cv_lib_$ac_lib_var=yes"
2400 echo "configure: failed program was:" >&5
2401 cat conftest.
$ac_ext >&5
2403 eval "ac_cv_lib_$ac_lib_var=no"
2406 LIBS
="$ac_save_LIBS"
2409 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2410 echo "$ac_t""yes" 1>&6
2411 ac_tr_lib
=HAVE_LIB
`echo w | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2412 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2413 cat >> confdefs.h
<<EOF
2414 #define $ac_tr_lib 1
2420 echo "$ac_t""no" 1>&6
2423 for ac_func
in gethostbyname
2425 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2426 echo "configure:2427: checking for $ac_func" >&5
2427 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2428 echo $ac_n "(cached) $ac_c" 1>&6
2430 cat > conftest.
$ac_ext <<EOF
2431 #line 2432 "configure"
2432 #include "confdefs.h"
2433 /* System header to define __stub macros and hopefully few prototypes,
2434 which can conflict with char $ac_func(); below. */
2436 /* Override any gcc2 internal prototype to avoid an error. */
2437 /* We use char because int might match the return type of a gcc2
2438 builtin and then its argument prototype would still apply. */
2443 /* The GNU C library defines this for functions which it implements
2444 to always fail with ENOSYS. Some functions are actually named
2445 something starting with __ and the normal name is an alias. */
2446 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2454 if { (eval echo configure
:2455: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2456 eval "ac_cv_func_$ac_func=yes"
2458 echo "configure: failed program was:" >&5
2459 cat conftest.
$ac_ext >&5
2461 eval "ac_cv_func_$ac_func=no"
2466 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2467 echo "$ac_t""yes" 1>&6
2468 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2469 cat >> confdefs.h
<<EOF
2470 #define $ac_tr_func 1
2474 echo "$ac_t""no" 1>&6
2475 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
2476 echo "configure:2477: checking for gethostbyname in -lnsl" >&5
2477 ac_lib_var
=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
2478 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2479 echo $ac_n "(cached) $ac_c" 1>&6
2481 ac_save_LIBS
="$LIBS"
2482 LIBS
="-lnsl -lsocket $LIBS"
2483 cat > conftest.
$ac_ext <<EOF
2484 #line 2485 "configure"
2485 #include "confdefs.h"
2486 /* Override any gcc2 internal prototype to avoid an error. */
2487 /* We use char because int might match the return type of a gcc2
2488 builtin and then its argument prototype would still apply. */
2489 char gethostbyname();
2495 if { (eval echo configure
:2496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2497 eval "ac_cv_lib_$ac_lib_var=yes"
2499 echo "configure: failed program was:" >&5
2500 cat conftest.
$ac_ext >&5
2502 eval "ac_cv_lib_$ac_lib_var=no"
2505 LIBS
="$ac_save_LIBS"
2508 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2509 echo "$ac_t""yes" 1>&6
2510 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
2512 echo "$ac_t""no" 1>&6
2513 echo $ac_n "checking for gethostbyname in -lsocket""... $ac_c" 1>&6
2514 echo "configure:2515: checking for gethostbyname in -lsocket" >&5
2515 ac_lib_var
=`echo socket'_'gethostbyname | sed 'y%./+-%__p_%'`
2516 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2517 echo $ac_n "(cached) $ac_c" 1>&6
2519 ac_save_LIBS
="$LIBS"
2520 LIBS
="-lsocket -lnsl $LIBS"
2521 cat > conftest.
$ac_ext <<EOF
2522 #line 2523 "configure"
2523 #include "confdefs.h"
2524 /* Override any gcc2 internal prototype to avoid an error. */
2525 /* We use char because int might match the return type of a gcc2
2526 builtin and then its argument prototype would still apply. */
2527 char gethostbyname();
2533 if { (eval echo configure
:2534: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2535 eval "ac_cv_lib_$ac_lib_var=yes"
2537 echo "configure: failed program was:" >&5
2538 cat conftest.
$ac_ext >&5
2540 eval "ac_cv_lib_$ac_lib_var=no"
2543 LIBS
="$ac_save_LIBS"
2546 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2547 echo "$ac_t""yes" 1>&6
2548 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
2550 echo "$ac_t""no" 1>&6
2558 for ac_func
in connect
2560 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2561 echo "configure:2562: checking for $ac_func" >&5
2562 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2563 echo $ac_n "(cached) $ac_c" 1>&6
2565 cat > conftest.
$ac_ext <<EOF
2566 #line 2567 "configure"
2567 #include "confdefs.h"
2568 /* System header to define __stub macros and hopefully few prototypes,
2569 which can conflict with char $ac_func(); below. */
2571 /* Override any gcc2 internal prototype to avoid an error. */
2572 /* We use char because int might match the return type of a gcc2
2573 builtin and then its argument prototype would still apply. */
2578 /* The GNU C library defines this for functions which it implements
2579 to always fail with ENOSYS. Some functions are actually named
2580 something starting with __ and the normal name is an alias. */
2581 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2589 if { (eval echo configure
:2590: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2591 eval "ac_cv_func_$ac_func=yes"
2593 echo "configure: failed program was:" >&5
2594 cat conftest.
$ac_ext >&5
2596 eval "ac_cv_func_$ac_func=no"
2601 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2602 echo "$ac_t""yes" 1>&6
2603 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2604 cat >> confdefs.h
<<EOF
2605 #define $ac_tr_func 1
2609 echo "$ac_t""no" 1>&6
2610 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
2611 echo "configure:2612: checking for connect in -lsocket" >&5
2612 ac_lib_var
=`echo socket'_'connect | sed 'y%./+-%__p_%'`
2613 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2614 echo $ac_n "(cached) $ac_c" 1>&6
2616 ac_save_LIBS
="$LIBS"
2617 LIBS
="-lsocket $LIBS"
2618 cat > conftest.
$ac_ext <<EOF
2619 #line 2620 "configure"
2620 #include "confdefs.h"
2621 /* Override any gcc2 internal prototype to avoid an error. */
2622 /* We use char because int might match the return type of a gcc2
2623 builtin and then its argument prototype would still apply. */
2630 if { (eval echo configure
:2631: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2632 eval "ac_cv_lib_$ac_lib_var=yes"
2634 echo "configure: failed program was:" >&5
2635 cat conftest.
$ac_ext >&5
2637 eval "ac_cv_lib_$ac_lib_var=no"
2640 LIBS
="$ac_save_LIBS"
2643 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2644 echo "$ac_t""yes" 1>&6
2645 ac_tr_lib
=HAVE_LIB
`echo socket | sed -e 's/^a-zA-Z0-9_/_/g' \
2646 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2647 cat >> confdefs.h
<<EOF
2648 #define $ac_tr_lib 1
2651 LIBS
="-lsocket $LIBS"
2654 echo "$ac_t""no" 1>&6
2660 echo $ac_n "checking for setrunelocale in -lxpg4""... $ac_c" 1>&6
2661 echo "configure:2662: checking for setrunelocale in -lxpg4" >&5
2662 ac_lib_var
=`echo xpg4'_'setrunelocale | sed 'y%./+-%__p_%'`
2663 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2664 echo $ac_n "(cached) $ac_c" 1>&6
2666 ac_save_LIBS
="$LIBS"
2668 cat > conftest.
$ac_ext <<EOF
2669 #line 2670 "configure"
2670 #include "confdefs.h"
2671 /* Override any gcc2 internal prototype to avoid an error. */
2672 /* We use char because int might match the return type of a gcc2
2673 builtin and then its argument prototype would still apply. */
2674 char setrunelocale();
2680 if { (eval echo configure
:2681: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2682 eval "ac_cv_lib_$ac_lib_var=yes"
2684 echo "configure: failed program was:" >&5
2685 cat conftest.
$ac_ext >&5
2687 eval "ac_cv_lib_$ac_lib_var=no"
2690 LIBS
="$ac_save_LIBS"
2693 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2694 echo "$ac_t""yes" 1>&6
2695 ac_tr_lib
=HAVE_LIB
`echo xpg4 | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2696 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2697 cat >> confdefs.h
<<EOF
2698 #define $ac_tr_lib 1
2704 echo "$ac_t""no" 1>&6
2707 echo $ac_n "checking for mmap in -lmmap""... $ac_c" 1>&6
2708 echo "configure:2709: checking for mmap in -lmmap" >&5
2709 ac_lib_var
=`echo mmap'_'mmap | sed 'y%./+-%__p_%'`
2710 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2711 echo $ac_n "(cached) $ac_c" 1>&6
2713 ac_save_LIBS
="$LIBS"
2715 cat > conftest.
$ac_ext <<EOF
2716 #line 2717 "configure"
2717 #include "confdefs.h"
2718 /* Override any gcc2 internal prototype to avoid an error. */
2719 /* We use char because int might match the return type of a gcc2
2720 builtin and then its argument prototype would still apply. */
2727 if { (eval echo configure
:2728: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2729 eval "ac_cv_lib_$ac_lib_var=yes"
2731 echo "configure: failed program was:" >&5
2732 cat conftest.
$ac_ext >&5
2734 eval "ac_cv_lib_$ac_lib_var=no"
2737 LIBS
="$ac_save_LIBS"
2740 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2741 echo "$ac_t""yes" 1>&6
2742 ac_tr_lib
=HAVE_LIB
`echo mmap | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2743 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2744 cat >> confdefs.h
<<EOF
2745 #define $ac_tr_lib 1
2751 echo "$ac_t""no" 1>&6
2754 for ac_func
in openpty
2756 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2757 echo "configure:2758: checking for $ac_func" >&5
2758 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2759 echo $ac_n "(cached) $ac_c" 1>&6
2761 cat > conftest.
$ac_ext <<EOF
2762 #line 2763 "configure"
2763 #include "confdefs.h"
2764 /* System header to define __stub macros and hopefully few prototypes,
2765 which can conflict with char $ac_func(); below. */
2767 /* Override any gcc2 internal prototype to avoid an error. */
2768 /* We use char because int might match the return type of a gcc2
2769 builtin and then its argument prototype would still apply. */
2774 /* The GNU C library defines this for functions which it implements
2775 to always fail with ENOSYS. Some functions are actually named
2776 something starting with __ and the normal name is an alias. */
2777 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2785 if { (eval echo configure
:2786: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2787 eval "ac_cv_func_$ac_func=yes"
2789 echo "configure: failed program was:" >&5
2790 cat conftest.
$ac_ext >&5
2792 eval "ac_cv_func_$ac_func=no"
2797 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2798 echo "$ac_t""yes" 1>&6
2799 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2800 cat >> confdefs.h
<<EOF
2801 #define $ac_tr_func 1
2805 echo "$ac_t""no" 1>&6
2806 echo $ac_n "checking for openpty in -lutil""... $ac_c" 1>&6
2807 echo "configure:2808: checking for openpty in -lutil" >&5
2808 ac_lib_var
=`echo util'_'openpty | sed 'y%./+-%__p_%'`
2809 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2810 echo $ac_n "(cached) $ac_c" 1>&6
2812 ac_save_LIBS
="$LIBS"
2814 cat > conftest.
$ac_ext <<EOF
2815 #line 2816 "configure"
2816 #include "confdefs.h"
2817 /* Override any gcc2 internal prototype to avoid an error. */
2818 /* We use char because int might match the return type of a gcc2
2819 builtin and then its argument prototype would still apply. */
2826 if { (eval echo configure
:2827: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2828 eval "ac_cv_lib_$ac_lib_var=yes"
2830 echo "configure: failed program was:" >&5
2831 cat conftest.
$ac_ext >&5
2833 eval "ac_cv_lib_$ac_lib_var=no"
2836 LIBS
="$ac_save_LIBS"
2839 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2840 echo "$ac_t""yes" 1>&6
2841 cat >> confdefs.h
<<\EOF
2842 #define HAVE_OPENPTY 1
2848 echo "$ac_t""no" 1>&6
2855 for ac_hdr
in dlfcn.h
2857 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2858 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2859 echo "configure:2860: checking for $ac_hdr" >&5
2860 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2861 echo $ac_n "(cached) $ac_c" 1>&6
2863 cat > conftest.
$ac_ext <<EOF
2864 #line 2865 "configure"
2865 #include "confdefs.h"
2868 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2869 { (eval echo configure
:2870: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2870 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2871 if test -z "$ac_err"; then
2873 eval "ac_cv_header_$ac_safe=yes"
2876 echo "configure: failed program was:" >&5
2877 cat conftest.
$ac_ext >&5
2879 eval "ac_cv_header_$ac_safe=no"
2883 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2884 echo "$ac_t""yes" 1>&6
2885 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2886 cat >> confdefs.h
<<EOF
2887 #define $ac_tr_hdr 1
2889 for ac_func
in dlopen
2891 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2892 echo "configure:2893: checking for $ac_func" >&5
2893 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2894 echo $ac_n "(cached) $ac_c" 1>&6
2896 cat > conftest.
$ac_ext <<EOF
2897 #line 2898 "configure"
2898 #include "confdefs.h"
2899 /* System header to define __stub macros and hopefully few prototypes,
2900 which can conflict with char $ac_func(); below. */
2902 /* Override any gcc2 internal prototype to avoid an error. */
2903 /* We use char because int might match the return type of a gcc2
2904 builtin and then its argument prototype would still apply. */
2909 /* The GNU C library defines this for functions which it implements
2910 to always fail with ENOSYS. Some functions are actually named
2911 something starting with __ and the normal name is an alias. */
2912 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2920 if { (eval echo configure
:2921: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2922 eval "ac_cv_func_$ac_func=yes"
2924 echo "configure: failed program was:" >&5
2925 cat conftest.
$ac_ext >&5
2927 eval "ac_cv_func_$ac_func=no"
2932 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2933 echo "$ac_t""yes" 1>&6
2934 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2935 cat >> confdefs.h
<<EOF
2936 #define $ac_tr_func 1
2938 cat >> confdefs.h
<<\EOF
2939 #define HAVE_DL_API 1
2943 echo "$ac_t""no" 1>&6
2944 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
2945 echo "configure:2946: checking for dlopen in -ldl" >&5
2946 ac_lib_var
=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
2947 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2948 echo $ac_n "(cached) $ac_c" 1>&6
2950 ac_save_LIBS
="$LIBS"
2952 cat > conftest.
$ac_ext <<EOF
2953 #line 2954 "configure"
2954 #include "confdefs.h"
2955 /* Override any gcc2 internal prototype to avoid an error. */
2956 /* We use char because int might match the return type of a gcc2
2957 builtin and then its argument prototype would still apply. */
2964 if { (eval echo configure
:2965: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2966 eval "ac_cv_lib_$ac_lib_var=yes"
2968 echo "configure: failed program was:" >&5
2969 cat conftest.
$ac_ext >&5
2971 eval "ac_cv_lib_$ac_lib_var=no"
2974 LIBS
="$ac_save_LIBS"
2977 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2978 echo "$ac_t""yes" 1>&6
2979 cat >> confdefs.h
<<\EOF
2980 #define HAVE_DL_API 1
2985 echo "$ac_t""no" 1>&6
2995 echo "$ac_t""no" 1>&6
3016 if test "$have_x" = "yes"
3019 ac_save_CPPFLAGS
="$CPPFLAGS"
3020 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
3022 for ac_hdr
in X11
/xpm.h
3024 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3025 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3026 echo "configure:3027: checking for $ac_hdr" >&5
3027 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3028 echo $ac_n "(cached) $ac_c" 1>&6
3030 cat > conftest.
$ac_ext <<EOF
3031 #line 3032 "configure"
3032 #include "confdefs.h"
3035 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3036 { (eval echo configure
:3037: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3037 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3038 if test -z "$ac_err"; then
3040 eval "ac_cv_header_$ac_safe=yes"
3043 echo "configure: failed program was:" >&5
3044 cat conftest.
$ac_ext >&5
3046 eval "ac_cv_header_$ac_safe=no"
3050 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3051 echo "$ac_t""yes" 1>&6
3052 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3053 cat >> confdefs.h
<<EOF
3054 #define $ac_tr_hdr 1
3056 echo $ac_n "checking for XpmCreatePixmapFromData in -lXpm""... $ac_c" 1>&6
3057 echo "configure:3058: checking for XpmCreatePixmapFromData in -lXpm" >&5
3058 ac_lib_var
=`echo Xpm'_'XpmCreatePixmapFromData | sed 'y%./+-%__p_%'`
3059 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3060 echo $ac_n "(cached) $ac_c" 1>&6
3062 ac_save_LIBS
="$LIBS"
3063 LIBS
="-lXpm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS
3065 cat > conftest.
$ac_ext <<EOF
3066 #line 3067 "configure"
3067 #include "confdefs.h"
3068 /* Override any gcc2 internal prototype to avoid an error. */
3069 /* We use char because int might match the return type of a gcc2
3070 builtin and then its argument prototype would still apply. */
3071 char XpmCreatePixmapFromData();
3074 XpmCreatePixmapFromData()
3077 if { (eval echo configure
:3078: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3079 eval "ac_cv_lib_$ac_lib_var=yes"
3081 echo "configure: failed program was:" >&5
3082 cat conftest.
$ac_ext >&5
3084 eval "ac_cv_lib_$ac_lib_var=no"
3087 LIBS
="$ac_save_LIBS"
3090 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3091 echo "$ac_t""yes" 1>&6
3092 cat >> confdefs.h
<<\EOF
3093 #define HAVE_LIBXXPM 1
3095 X_PRE_LIBS
="$X_PRE_LIBS -lXpm"
3097 echo "$ac_t""no" 1>&6
3102 echo "$ac_t""no" 1>&6
3103 echo "Redhat : xpm xpm-devel"
3104 echo "Caldera OpenLinux : xpm xpm-devel xpm-devel-static"
3106 echo "Debian/Corel Linux: xpm4g xpm4g-dev"
3108 echo "Or get the sources from ftp.x.org and all its mirror sites from "
3109 echo "the directory /contrib/libraries."
3118 for ac_hdr
in X11
/Xlib.h
3120 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3121 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3122 echo "configure:3123: checking for $ac_hdr" >&5
3123 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3124 echo $ac_n "(cached) $ac_c" 1>&6
3126 cat > conftest.
$ac_ext <<EOF
3127 #line 3128 "configure"
3128 #include "confdefs.h"
3131 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3132 { (eval echo configure
:3133: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3133 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3134 if test -z "$ac_err"; then
3136 eval "ac_cv_header_$ac_safe=yes"
3139 echo "configure: failed program was:" >&5
3140 cat conftest.
$ac_ext >&5
3142 eval "ac_cv_header_$ac_safe=no"
3146 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3147 echo "$ac_t""yes" 1>&6
3148 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3149 cat >> confdefs.h
<<EOF
3150 #define $ac_tr_hdr 1
3153 for ac_hdr
in X11
/extensions
/XShm.h
3155 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3156 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3157 echo "configure:3158: checking for $ac_hdr" >&5
3158 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3159 echo $ac_n "(cached) $ac_c" 1>&6
3161 cat > conftest.
$ac_ext <<EOF
3162 #line 3163 "configure"
3163 #include "confdefs.h"
3166 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3167 { (eval echo configure
:3168: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3168 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3169 if test -z "$ac_err"; then
3171 eval "ac_cv_header_$ac_safe=yes"
3174 echo "configure: failed program was:" >&5
3175 cat conftest.
$ac_ext >&5
3177 eval "ac_cv_header_$ac_safe=no"
3181 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3182 echo "$ac_t""yes" 1>&6
3183 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3184 cat >> confdefs.h
<<EOF
3185 #define $ac_tr_hdr 1
3187 echo $ac_n "checking for XShmQueryExtension in -lXext""... $ac_c" 1>&6
3188 echo "configure:3189: checking for XShmQueryExtension in -lXext" >&5
3189 ac_lib_var
=`echo Xext'_'XShmQueryExtension | sed 'y%./+-%__p_%'`
3190 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3191 echo $ac_n "(cached) $ac_c" 1>&6
3193 ac_save_LIBS
="$LIBS"
3194 LIBS
="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
3195 cat > conftest.
$ac_ext <<EOF
3196 #line 3197 "configure"
3197 #include "confdefs.h"
3198 /* Override any gcc2 internal prototype to avoid an error. */
3199 /* We use char because int might match the return type of a gcc2
3200 builtin and then its argument prototype would still apply. */
3201 char XShmQueryExtension();
3204 XShmQueryExtension()
3207 if { (eval echo configure
:3208: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3209 eval "ac_cv_lib_$ac_lib_var=yes"
3211 echo "configure: failed program was:" >&5
3212 cat conftest.
$ac_ext >&5
3214 eval "ac_cv_lib_$ac_lib_var=no"
3217 LIBS
="$ac_save_LIBS"
3220 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3221 echo "$ac_t""yes" 1>&6
3222 cat >> confdefs.h
<<\EOF
3223 #define HAVE_LIBXXSHM 1
3227 echo "$ac_t""no" 1>&6
3232 echo "$ac_t""no" 1>&6
3233 echo "configure: warning: Xshm extension not found!!" 1>&2
3239 for ac_hdr
in X11
/extensions
/xf86dga.h
3241 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3242 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3243 echo "configure:3244: checking for $ac_hdr" >&5
3244 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3245 echo $ac_n "(cached) $ac_c" 1>&6
3247 cat > conftest.
$ac_ext <<EOF
3248 #line 3249 "configure"
3249 #include "confdefs.h"
3252 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3253 { (eval echo configure
:3254: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3254 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3255 if test -z "$ac_err"; then
3257 eval "ac_cv_header_$ac_safe=yes"
3260 echo "configure: failed program was:" >&5
3261 cat conftest.
$ac_ext >&5
3263 eval "ac_cv_header_$ac_safe=no"
3267 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3268 echo "$ac_t""yes" 1>&6
3269 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3270 cat >> confdefs.h
<<EOF
3271 #define $ac_tr_hdr 1
3273 echo $ac_n "checking for XDGAQueryExtension in -lXxf86dga""... $ac_c" 1>&6
3274 echo "configure:3275: checking for XDGAQueryExtension in -lXxf86dga" >&5
3275 ac_lib_var
=`echo Xxf86dga'_'XDGAQueryExtension | sed 'y%./+-%__p_%'`
3276 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3277 echo $ac_n "(cached) $ac_c" 1>&6
3279 ac_save_LIBS
="$LIBS"
3280 LIBS
="-lXxf86dga $X_LIBS -lXext -lX11 $X_EXTRA_LIBS
3282 cat > conftest.
$ac_ext <<EOF
3283 #line 3284 "configure"
3284 #include "confdefs.h"
3285 /* Override any gcc2 internal prototype to avoid an error. */
3286 /* We use char because int might match the return type of a gcc2
3287 builtin and then its argument prototype would still apply. */
3288 char XDGAQueryExtension();
3291 XDGAQueryExtension()
3294 if { (eval echo configure
:3295: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3296 eval "ac_cv_lib_$ac_lib_var=yes"
3298 echo "configure: failed program was:" >&5
3299 cat conftest.
$ac_ext >&5
3301 eval "ac_cv_lib_$ac_lib_var=no"
3304 LIBS
="$ac_save_LIBS"
3307 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3308 echo "$ac_t""yes" 1>&6
3309 cat >> confdefs.h
<<\EOF
3310 #define HAVE_LIBXXF86DGA2 1
3313 cat >> confdefs.h
<<\EOF
3314 #define HAVE_LIBXXF86DGA 1
3317 X_PRE_LIBS
="$X_PRE_LIBS -lXxf86dga"
3318 DGA_SRCS
='$(DGA_SRCS)'
3319 DGA2_SRCS
='$(DGA2_SRCS)'
3322 echo "$ac_t""no" 1>&6
3323 echo $ac_n "checking for XF86DGAQueryExtension in -lXxf86dga""... $ac_c" 1>&6
3324 echo "configure:3325: checking for XF86DGAQueryExtension in -lXxf86dga" >&5
3325 ac_lib_var
=`echo Xxf86dga'_'XF86DGAQueryExtension | sed 'y%./+-%__p_%'`
3326 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3327 echo $ac_n "(cached) $ac_c" 1>&6
3329 ac_save_LIBS
="$LIBS"
3330 LIBS
="-lXxf86dga $X_LIBS -lXext -lX11 $X_EXTRA_LIBS
3332 cat > conftest.
$ac_ext <<EOF
3333 #line 3334 "configure"
3334 #include "confdefs.h"
3335 /* Override any gcc2 internal prototype to avoid an error. */
3336 /* We use char because int might match the return type of a gcc2
3337 builtin and then its argument prototype would still apply. */
3338 char XF86DGAQueryExtension();
3341 XF86DGAQueryExtension()
3344 if { (eval echo configure
:3345: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3346 eval "ac_cv_lib_$ac_lib_var=yes"
3348 echo "configure: failed program was:" >&5
3349 cat conftest.
$ac_ext >&5
3351 eval "ac_cv_lib_$ac_lib_var=no"
3354 LIBS
="$ac_save_LIBS"
3357 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3358 echo "$ac_t""yes" 1>&6
3359 cat >> confdefs.h
<<\EOF
3360 #define HAVE_LIBXXF86DGA 1
3363 X_PRE_LIBS
="$X_PRE_LIBS -lXxf86dga"
3364 DGA_SRCS
='$(DGA_SRCS)'
3367 echo "$ac_t""no" 1>&6
3375 echo "$ac_t""no" 1>&6
3376 echo "configure: warning: DGA extension not found!!" 1>&2
3382 for ac_hdr
in X11
/extensions
/xf86vmode.h
3384 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3385 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3386 echo "configure:3387: checking for $ac_hdr" >&5
3387 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3388 echo $ac_n "(cached) $ac_c" 1>&6
3390 cat > conftest.
$ac_ext <<EOF
3391 #line 3392 "configure"
3392 #include "confdefs.h"
3395 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3396 { (eval echo configure
:3397: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3397 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3398 if test -z "$ac_err"; then
3400 eval "ac_cv_header_$ac_safe=yes"
3403 echo "configure: failed program was:" >&5
3404 cat conftest.
$ac_ext >&5
3406 eval "ac_cv_header_$ac_safe=no"
3410 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3411 echo "$ac_t""yes" 1>&6
3412 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3413 cat >> confdefs.h
<<EOF
3414 #define $ac_tr_hdr 1
3416 echo $ac_n "checking for XF86VidModeQueryExtension in -lXxf86vm""... $ac_c" 1>&6
3417 echo "configure:3418: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
3418 ac_lib_var
=`echo Xxf86vm'_'XF86VidModeQueryExtension | sed 'y%./+-%__p_%'`
3419 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3420 echo $ac_n "(cached) $ac_c" 1>&6
3422 ac_save_LIBS
="$LIBS"
3423 LIBS
="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS
3425 cat > conftest.
$ac_ext <<EOF
3426 #line 3427 "configure"
3427 #include "confdefs.h"
3428 /* Override any gcc2 internal prototype to avoid an error. */
3429 /* We use char because int might match the return type of a gcc2
3430 builtin and then its argument prototype would still apply. */
3431 char XF86VidModeQueryExtension();
3434 XF86VidModeQueryExtension()
3437 if { (eval echo configure
:3438: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3439 eval "ac_cv_lib_$ac_lib_var=yes"
3441 echo "configure: failed program was:" >&5
3442 cat conftest.
$ac_ext >&5
3444 eval "ac_cv_lib_$ac_lib_var=no"
3447 LIBS
="$ac_save_LIBS"
3450 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3451 echo "$ac_t""yes" 1>&6
3452 cat >> confdefs.h
<<\EOF
3453 #define HAVE_LIBXXF86VM 1
3456 X_PRE_LIBS
="$X_PRE_LIBS -lXxf86vm"
3459 echo "$ac_t""no" 1>&6
3464 echo "$ac_t""no" 1>&6
3465 echo "configure: warning: XFree86 VMODE extension not found!!" 1>&2
3473 echo "$ac_t""no" 1>&6
3477 if test $OPENGL = "yes" -o $OPENGL = "normal"
3479 for ac_hdr
in GL
/gl.h GL
/glx.h GL
/glext.h
3481 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3482 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3483 echo "configure:3484: checking for $ac_hdr" >&5
3484 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3485 echo $ac_n "(cached) $ac_c" 1>&6
3487 cat > conftest.
$ac_ext <<EOF
3488 #line 3489 "configure"
3489 #include "confdefs.h"
3492 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3493 { (eval echo configure
:3494: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3494 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3495 if test -z "$ac_err"; then
3497 eval "ac_cv_header_$ac_safe=yes"
3500 echo "configure: failed program was:" >&5
3501 cat conftest.
$ac_ext >&5
3503 eval "ac_cv_header_$ac_safe=no"
3507 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3508 echo "$ac_t""yes" 1>&6
3509 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3510 cat >> confdefs.h
<<EOF
3511 #define $ac_tr_hdr 1
3515 echo "$ac_t""no" 1>&6
3519 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes" -a "$ac_cv_header_GL_glext_h" = "yes"
3521 echo $ac_n "checking "for up-to-date OpenGL version
"""... $ac_c" 1>&6
3522 echo "configure:3523: checking "for up-to-date OpenGL version
"" >&5
3523 if eval "test \"`echo '$''{'wine_cv_opengl_version_OK'+set}'`\" = set"; then
3524 echo $ac_n "(cached) $ac_c" 1>&6
3526 cat > conftest.
$ac_ext <<EOF
3527 #line 3528 "configure"
3528 #include "confdefs.h"
3531 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
3534 if { (eval echo configure
:3535: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3536 wine_cv_opengl_version_OK
="yes"
3538 echo "configure: failed program was:" >&5
3539 cat conftest.
$ac_ext >&5
3541 wine_cv_opengl_version_OK
="no"
3548 echo "$ac_t""$wine_cv_opengl_version_OK" 1>&6
3550 echo $ac_n "checking "for thread-safe OpenGL version
"""... $ac_c" 1>&6
3551 echo "configure:3552: checking "for thread-safe OpenGL version
"" >&5
3552 if eval "test \"`echo '$''{'wine_cv_opengl_version_threadsafe'+set}'`\" = set"; then
3553 echo $ac_n "(cached) $ac_c" 1>&6
3557 cat > conftest.
$ac_ext <<EOF
3558 #line 3559 "configure"
3559 #include "confdefs.h"
3562 pthread_getspecific();
3565 if { (eval echo configure
:3566: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3567 wine_cv_opengl_version_threadsafe
="yes"
3569 echo "configure: failed program was:" >&5
3570 cat conftest.
$ac_ext >&5
3572 wine_cv_opengl_version_threadsafe
="no"
3579 echo "$ac_t""$wine_cv_opengl_version_threadsafe" 1>&6
3581 if test "$wine_cv_opengl_version_OK" = "yes" -a \
( "$wine_cv_opengl_version_threadsafe" = "no" -o $OPENGL = "yes" \
)
3583 echo $ac_n "checking for glXCreateContext in -lGL""... $ac_c" 1>&6
3584 echo "configure:3585: checking for glXCreateContext in -lGL" >&5
3585 ac_lib_var
=`echo GL'_'glXCreateContext | sed 'y%./+-%__p_%'`
3586 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3587 echo $ac_n "(cached) $ac_c" 1>&6
3589 ac_save_LIBS
="$LIBS"
3590 LIBS
="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
3591 cat > conftest.
$ac_ext <<EOF
3592 #line 3593 "configure"
3593 #include "confdefs.h"
3594 /* Override any gcc2 internal prototype to avoid an error. */
3595 /* We use char because int might match the return type of a gcc2
3596 builtin and then its argument prototype would still apply. */
3597 char glXCreateContext();
3603 if { (eval echo configure
:3604: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3605 eval "ac_cv_lib_$ac_lib_var=yes"
3607 echo "configure: failed program was:" >&5
3608 cat conftest.
$ac_ext >&5
3610 eval "ac_cv_lib_$ac_lib_var=no"
3613 LIBS
="$ac_save_LIBS"
3616 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3617 echo "$ac_t""yes" 1>&6
3618 X_PRE_LIBS
="$X_PRE_LIBS -lGL"
3619 MESA_SRCS
='$(MESA_SRCS)'
3622 echo "$ac_t""no" 1>&6
3626 if test $ac_cv_lib_GL_glXCreateContext = "yes"
3628 echo $ac_n "checking for glXGetProcAddressARB in -lGL""... $ac_c" 1>&6
3629 echo "configure:3630: checking for glXGetProcAddressARB in -lGL" >&5
3630 ac_lib_var
=`echo GL'_'glXGetProcAddressARB | sed 'y%./+-%__p_%'`
3631 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3632 echo $ac_n "(cached) $ac_c" 1>&6
3634 ac_save_LIBS
="$LIBS"
3635 LIBS
="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
3636 cat > conftest.
$ac_ext <<EOF
3637 #line 3638 "configure"
3638 #include "confdefs.h"
3639 /* Override any gcc2 internal prototype to avoid an error. */
3640 /* We use char because int might match the return type of a gcc2
3641 builtin and then its argument prototype would still apply. */
3642 char glXGetProcAddressARB();
3645 glXGetProcAddressARB()
3648 if { (eval echo configure
:3649: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3650 eval "ac_cv_lib_$ac_lib_var=yes"
3652 echo "configure: failed program was:" >&5
3653 cat conftest.
$ac_ext >&5
3655 eval "ac_cv_lib_$ac_lib_var=no"
3658 LIBS
="$ac_save_LIBS"
3661 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3662 echo "$ac_t""yes" 1>&6
3663 cat >> confdefs.h
<<\EOF
3664 #define HAVE_GLX_GETPROCADDRESS 1
3668 echo "$ac_t""no" 1>&6
3672 if test $ac_cv_lib_GL_glXGetProcAddressARB = "yes"
3674 echo $ac_n "checking "for OpenGL extension functions prototypes
"""... $ac_c" 1>&6
3675 echo "configure:3676: checking "for OpenGL extension functions prototypes
"" >&5
3676 if eval "test \"`echo '$''{'wine_cv_extension_prototypes'+set}'`\" = set"; then
3677 echo $ac_n "(cached) $ac_c" 1>&6
3679 cat > conftest.
$ac_ext <<EOF
3680 #line 3681 "configure"
3681 #include "confdefs.h"
3683 #include <GL/glext.h>
3685 PFNGLCOLORTABLEEXTPROC test_proc;
3688 if { (eval echo configure
:3689: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3690 cat >> confdefs.h
<<\EOF
3691 #define HAVE_GLEXT_PROTOTYPES 1
3694 wine_cv_extension_prototypes
="yes"
3696 echo "configure: failed program was:" >&5
3697 cat conftest.
$ac_ext >&5
3699 wine_cv_extension_prototypes
="no"
3706 echo "$ac_t""$wine_cv_extension_prototypes" 1>&6
3708 cat >> confdefs.h
<<\EOF
3709 #define HAVE_OPENGL 1
3712 OPENGL32_DLL
=opengl32
3713 OPENGLFILES
='$(OPENGLFILES)'
3720 CPPFLAGS
="$ac_save_CPPFLAGS"
3729 if test "$CURSES" = "yes"
3731 for ac_hdr
in ncurses.h
3733 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3734 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3735 echo "configure:3736: checking for $ac_hdr" >&5
3736 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3737 echo $ac_n "(cached) $ac_c" 1>&6
3739 cat > conftest.
$ac_ext <<EOF
3740 #line 3741 "configure"
3741 #include "confdefs.h"
3744 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3745 { (eval echo configure
:3746: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3746 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3747 if test -z "$ac_err"; then
3749 eval "ac_cv_header_$ac_safe=yes"
3752 echo "configure: failed program was:" >&5
3753 cat conftest.
$ac_ext >&5
3755 eval "ac_cv_header_$ac_safe=no"
3759 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3760 echo "$ac_t""yes" 1>&6
3761 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3762 cat >> confdefs.h
<<EOF
3763 #define $ac_tr_hdr 1
3767 echo "$ac_t""no" 1>&6
3771 if test "$ac_cv_header_ncurses_h" = "yes"
3773 echo $ac_n "checking for waddch in -lncurses""... $ac_c" 1>&6
3774 echo "configure:3775: checking for waddch in -lncurses" >&5
3775 ac_lib_var
=`echo ncurses'_'waddch | sed 'y%./+-%__p_%'`
3776 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3777 echo $ac_n "(cached) $ac_c" 1>&6
3779 ac_save_LIBS
="$LIBS"
3780 LIBS
="-lncurses $LIBS"
3781 cat > conftest.
$ac_ext <<EOF
3782 #line 3783 "configure"
3783 #include "confdefs.h"
3784 /* Override any gcc2 internal prototype to avoid an error. */
3785 /* We use char because int might match the return type of a gcc2
3786 builtin and then its argument prototype would still apply. */
3793 if { (eval echo configure
:3794: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3795 eval "ac_cv_lib_$ac_lib_var=yes"
3797 echo "configure: failed program was:" >&5
3798 cat conftest.
$ac_ext >&5
3800 eval "ac_cv_lib_$ac_lib_var=no"
3803 LIBS
="$ac_save_LIBS"
3806 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3807 echo "$ac_t""yes" 1>&6
3808 ac_tr_lib
=HAVE_LIB
`echo ncurses | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3809 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3810 cat >> confdefs.h
<<EOF
3811 #define $ac_tr_lib 1
3814 LIBS
="-lncurses $LIBS"
3817 echo "$ac_t""no" 1>&6
3821 if test "$ac_cv_lib_ncurses_waddch" = "yes"
3823 echo $ac_n "checking for resizeterm in -lncurses""... $ac_c" 1>&6
3824 echo "configure:3825: checking for resizeterm in -lncurses" >&5
3825 ac_lib_var
=`echo ncurses'_'resizeterm | sed 'y%./+-%__p_%'`
3826 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3827 echo $ac_n "(cached) $ac_c" 1>&6
3829 ac_save_LIBS
="$LIBS"
3830 LIBS
="-lncurses $LIBS"
3831 cat > conftest.
$ac_ext <<EOF
3832 #line 3833 "configure"
3833 #include "confdefs.h"
3834 /* Override any gcc2 internal prototype to avoid an error. */
3835 /* We use char because int might match the return type of a gcc2
3836 builtin and then its argument prototype would still apply. */
3843 if { (eval echo configure
:3844: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3845 eval "ac_cv_lib_$ac_lib_var=yes"
3847 echo "configure: failed program was:" >&5
3848 cat conftest.
$ac_ext >&5
3850 eval "ac_cv_lib_$ac_lib_var=no"
3853 LIBS
="$ac_save_LIBS"
3856 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3857 echo "$ac_t""yes" 1>&6
3858 cat >> confdefs.h
<<\EOF
3859 #define HAVE_RESIZETERM 1
3863 echo "$ac_t""no" 1>&6
3866 echo $ac_n "checking for getbkgd in -lncurses""... $ac_c" 1>&6
3867 echo "configure:3868: checking for getbkgd in -lncurses" >&5
3868 ac_lib_var
=`echo ncurses'_'getbkgd | sed 'y%./+-%__p_%'`
3869 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3870 echo $ac_n "(cached) $ac_c" 1>&6
3872 ac_save_LIBS
="$LIBS"
3873 LIBS
="-lncurses $LIBS"
3874 cat > conftest.
$ac_ext <<EOF
3875 #line 3876 "configure"
3876 #include "confdefs.h"
3877 /* Override any gcc2 internal prototype to avoid an error. */
3878 /* We use char because int might match the return type of a gcc2
3879 builtin and then its argument prototype would still apply. */
3886 if { (eval echo configure
:3887: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3888 eval "ac_cv_lib_$ac_lib_var=yes"
3890 echo "configure: failed program was:" >&5
3891 cat conftest.
$ac_ext >&5
3893 eval "ac_cv_lib_$ac_lib_var=no"
3896 LIBS
="$ac_save_LIBS"
3899 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3900 echo "$ac_t""yes" 1>&6
3901 cat >> confdefs.h
<<\EOF
3902 #define HAVE_GETBKGD 1
3906 echo "$ac_t""no" 1>&6
3910 for ac_hdr
in curses.h
3912 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3913 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3914 echo "configure:3915: checking for $ac_hdr" >&5
3915 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3916 echo $ac_n "(cached) $ac_c" 1>&6
3918 cat > conftest.
$ac_ext <<EOF
3919 #line 3920 "configure"
3920 #include "confdefs.h"
3923 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3924 { (eval echo configure
:3925: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3925 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3926 if test -z "$ac_err"; then
3928 eval "ac_cv_header_$ac_safe=yes"
3931 echo "configure: failed program was:" >&5
3932 cat conftest.
$ac_ext >&5
3934 eval "ac_cv_header_$ac_safe=no"
3938 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3939 echo "$ac_t""yes" 1>&6
3940 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3941 cat >> confdefs.h
<<EOF
3942 #define $ac_tr_hdr 1
3946 echo "$ac_t""no" 1>&6
3950 if test "$ac_cv_header_curses_h" = "yes"
3952 echo $ac_n "checking for waddch in -lcurses""... $ac_c" 1>&6
3953 echo "configure:3954: checking for waddch in -lcurses" >&5
3954 ac_lib_var
=`echo curses'_'waddch | sed 'y%./+-%__p_%'`
3955 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3956 echo $ac_n "(cached) $ac_c" 1>&6
3958 ac_save_LIBS
="$LIBS"
3959 LIBS
="-lcurses $LIBS"
3960 cat > conftest.
$ac_ext <<EOF
3961 #line 3962 "configure"
3962 #include "confdefs.h"
3963 /* Override any gcc2 internal prototype to avoid an error. */
3964 /* We use char because int might match the return type of a gcc2
3965 builtin and then its argument prototype would still apply. */
3972 if { (eval echo configure
:3973: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3974 eval "ac_cv_lib_$ac_lib_var=yes"
3976 echo "configure: failed program was:" >&5
3977 cat conftest.
$ac_ext >&5
3979 eval "ac_cv_lib_$ac_lib_var=no"
3982 LIBS
="$ac_save_LIBS"
3985 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3986 echo "$ac_t""yes" 1>&6
3987 ac_tr_lib
=HAVE_LIB
`echo curses | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3988 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3989 cat >> confdefs.h
<<EOF
3990 #define $ac_tr_lib 1
3993 LIBS
="-lcurses $LIBS"
3996 echo "$ac_t""no" 1>&6
3999 if test "$ac_cv_lib_curses_waddch" = "yes"
4001 echo $ac_n "checking for resizeterm in -lcurses""... $ac_c" 1>&6
4002 echo "configure:4003: checking for resizeterm in -lcurses" >&5
4003 ac_lib_var
=`echo curses'_'resizeterm | sed 'y%./+-%__p_%'`
4004 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4005 echo $ac_n "(cached) $ac_c" 1>&6
4007 ac_save_LIBS
="$LIBS"
4008 LIBS
="-lcurses $LIBS"
4009 cat > conftest.
$ac_ext <<EOF
4010 #line 4011 "configure"
4011 #include "confdefs.h"
4012 /* Override any gcc2 internal prototype to avoid an error. */
4013 /* We use char because int might match the return type of a gcc2
4014 builtin and then its argument prototype would still apply. */
4021 if { (eval echo configure
:4022: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4023 eval "ac_cv_lib_$ac_lib_var=yes"
4025 echo "configure: failed program was:" >&5
4026 cat conftest.
$ac_ext >&5
4028 eval "ac_cv_lib_$ac_lib_var=no"
4031 LIBS
="$ac_save_LIBS"
4034 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4035 echo "$ac_t""yes" 1>&6
4036 cat >> confdefs.h
<<\EOF
4037 #define HAVE_RESIZETERM 1
4041 echo "$ac_t""no" 1>&6
4044 echo $ac_n "checking for getbkgd in -lcurses""... $ac_c" 1>&6
4045 echo "configure:4046: checking for getbkgd in -lcurses" >&5
4046 ac_lib_var
=`echo curses'_'getbkgd | sed 'y%./+-%__p_%'`
4047 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4048 echo $ac_n "(cached) $ac_c" 1>&6
4050 ac_save_LIBS
="$LIBS"
4051 LIBS
="-lcurses $LIBS"
4052 cat > conftest.
$ac_ext <<EOF
4053 #line 4054 "configure"
4054 #include "confdefs.h"
4055 /* Override any gcc2 internal prototype to avoid an error. */
4056 /* We use char because int might match the return type of a gcc2
4057 builtin and then its argument prototype would still apply. */
4064 if { (eval echo configure
:4065: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4066 eval "ac_cv_lib_$ac_lib_var=yes"
4068 echo "configure: failed program was:" >&5
4069 cat conftest.
$ac_ext >&5
4071 eval "ac_cv_lib_$ac_lib_var=no"
4074 LIBS
="$ac_save_LIBS"
4077 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4078 echo "$ac_t""yes" 1>&6
4079 cat >> confdefs.h
<<\EOF
4080 #define HAVE_GETBKGD 1
4084 echo "$ac_t""no" 1>&6
4092 echo $ac_n "checking "for GNU style IPX support
"""... $ac_c" 1>&6
4093 echo "configure:4094: checking "for GNU style IPX support
"" >&5
4094 if eval "test \"`echo '$''{'ac_cv_c_ipx_gnu'+set}'`\" = set"; then
4095 echo $ac_n "(cached) $ac_c" 1>&6
4097 cat > conftest.
$ac_ext <<EOF
4098 #line 4099 "configure"
4099 #include "confdefs.h"
4100 #include <sys/socket.h>
4101 #include <netipx/ipx.h>
4103 ((struct sockaddr_ipx *)0)->sipx_family == AF_IPX
4106 if { (eval echo configure
:4107: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4108 ac_cv_c_ipx_gnu
="yes"
4110 echo "configure: failed program was:" >&5
4111 cat conftest.
$ac_ext >&5
4113 ac_cv_c_ipx_gnu
="no"
4119 echo "$ac_t""$ac_cv_c_ipx_gnu" 1>&6
4120 if test "$ac_cv_c_ipx_gnu" = "yes"
4122 cat >> confdefs.h
<<\EOF
4123 #define HAVE_IPX_GNU 1
4128 if test "$ac_cv_c_ipx_gnu" = "no"
4130 echo $ac_n "checking "for linux style IPX support
"""... $ac_c" 1>&6
4131 echo "configure:4132: checking "for linux style IPX support
"" >&5
4132 if eval "test \"`echo '$''{'ac_cv_c_ipx_linux'+set}'`\" = set"; then
4133 echo $ac_n "(cached) $ac_c" 1>&6
4135 cat > conftest.
$ac_ext <<EOF
4136 #line 4137 "configure"
4137 #include "confdefs.h"
4138 #include <sys/socket.h>
4139 #include <asm/types.h>
4140 #include <linux/ipx.h>
4142 ((struct sockaddr_ipx *)0)->sipx_family == AF_IPX
4145 if { (eval echo configure
:4146: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4147 ac_cv_c_ipx_linux
="yes"
4149 echo "configure: failed program was:" >&5
4150 cat conftest.
$ac_ext >&5
4152 ac_cv_c_ipx_linux
="no"
4158 echo "$ac_t""$ac_cv_c_ipx_linux" 1>&6
4159 if test "$ac_cv_c_ipx_linux" = "yes"
4161 cat >> confdefs.h
<<\EOF
4162 #define HAVE_IPX_LINUX 1
4168 for ac_hdr
in sys
/soundcard.h machine
/soundcard.h soundcard.h
4170 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4171 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4172 echo "configure:4173: checking for $ac_hdr" >&5
4173 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4174 echo $ac_n "(cached) $ac_c" 1>&6
4176 cat > conftest.
$ac_ext <<EOF
4177 #line 4178 "configure"
4178 #include "confdefs.h"
4181 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4182 { (eval echo configure
:4183: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4183 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4184 if test -z "$ac_err"; then
4186 eval "ac_cv_header_$ac_safe=yes"
4189 echo "configure: failed program was:" >&5
4190 cat conftest.
$ac_ext >&5
4192 eval "ac_cv_header_$ac_safe=no"
4196 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4197 echo "$ac_t""yes" 1>&6
4198 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4199 cat >> confdefs.h
<<EOF
4200 #define $ac_tr_hdr 1
4204 echo "$ac_t""no" 1>&6
4209 echo $ac_n "checking "for Open Sound System
"""... $ac_c" 1>&6
4210 echo "configure:4211: checking "for Open Sound System
"" >&5
4211 if eval "test \"`echo '$''{'ac_cv_c_opensoundsystem'+set}'`\" = set"; then
4212 echo $ac_n "(cached) $ac_c" 1>&6
4214 cat > conftest.
$ac_ext <<EOF
4215 #line 4216 "configure"
4216 #include "confdefs.h"
4218 #if defined(HAVE_SYS_SOUNDCARD_H)
4219 #include <sys/soundcard.h>
4220 #elif defined(HAVE_MACHINE_SOUNDCARD_H)
4221 #include <machine/soundcard.h>
4222 #elif defined(HAVE_SOUNDCARD_H)
4223 #include <soundcard.h>
4229 /* check for one of the Open Sound System specific SNDCTL_ defines */
4230 #if !defined(SNDCTL_DSP_STEREO)
4231 #error No open sound system
4236 if { (eval echo configure
:4237: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4238 ac_cv_c_opensoundsystem
="yes"
4240 echo "configure: failed program was:" >&5
4241 cat conftest.
$ac_ext >&5
4243 ac_cv_c_opensoundsystem
="no"
4248 echo "$ac_t""$ac_cv_c_opensoundsystem" 1>&6
4250 if test "$ac_cv_c_opensoundsystem" = "yes"
4252 cat >> confdefs.h
<<\EOF
4258 echo $ac_n "checking "for Open Sound System
/MIDI interface
"""... $ac_c" 1>&6
4259 echo "configure:4260: checking "for Open Sound System
/MIDI interface
"" >&5
4260 if eval "test \"`echo '$''{'ac_cv_c_opensoundsystem_midi'+set}'`\" = set"; then
4261 echo $ac_n "(cached) $ac_c" 1>&6
4263 cat > conftest.
$ac_ext <<EOF
4264 #line 4265 "configure"
4265 #include "confdefs.h"
4267 #if defined(HAVE_SYS_SOUNDCARD_H)
4268 #include <sys/soundcard.h>
4269 #elif defined(HAVE_MACHINE_SOUNDCARD_H)
4270 #include <machine/soundcard.h>
4271 #elif defined(HAVE_SOUNDCARD_H)
4272 #include <soundcard.h>
4278 /* check for one of the Open Sound System specific SNDCTL_SEQ defines */
4279 #if !defined(SNDCTL_SEQ_SYNC)
4280 #error No open sound system MIDI interface
4285 if { (eval echo configure
:4286: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4287 ac_cv_c_opensoundsystem_midi
="yes"
4289 echo "configure: failed program was:" >&5
4290 cat conftest.
$ac_ext >&5
4292 ac_cv_c_opensoundsystem_midi
="no"
4297 echo "$ac_t""$ac_cv_c_opensoundsystem_midi" 1>&6
4299 if test "$ac_cv_c_opensoundsystem_midi" = "yes"
4301 cat >> confdefs.h
<<\EOF
4302 #define HAVE_OSS_MIDI 1
4307 if test "$ac_cv_prog_LN_S" = "ln -s"; then : ; else LN_S
=cp ; fi
4310 if test "x${GCC}" = "xyes"
4312 CFLAGS
="$CFLAGS -Wall"
4313 echo $ac_n "checking "for gcc strength-reduce bug
"""... $ac_c" 1>&6
4314 echo "configure:4315: checking "for gcc strength-reduce bug
"" >&5
4315 if eval "test \"`echo '$''{'ac_cv_c_gcc_strength_bug'+set}'`\" = set"; then
4316 echo $ac_n "(cached) $ac_c" 1>&6
4318 if test "$cross_compiling" = yes; then
4319 ac_cv_c_gcc_strength_bug
="yes"
4321 cat > conftest.
$ac_ext <<EOF
4322 #line 4323 "configure"
4323 #include "confdefs.h"
4326 static int Array[3];
4329 for(i=0; i<B; i++) Array[i] = i - 3;
4330 exit( Array[1] != -2 );
4333 if { (eval echo configure
:4334: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
4335 ac_cv_c_gcc_strength_bug
="no"
4337 echo "configure: failed program was:" >&5
4338 cat conftest.
$ac_ext >&5
4340 ac_cv_c_gcc_strength_bug
="yes"
4347 echo "$ac_t""$ac_cv_c_gcc_strength_bug" 1>&6
4348 if test "$ac_cv_c_gcc_strength_bug" = "yes"
4350 CFLAGS
="$CFLAGS -fno-strength-reduce"
4355 echo $ac_n "checking "whether external symbols need an underscore prefix
"""... $ac_c" 1>&6
4356 echo "configure:4357: checking "whether external symbols need an underscore prefix
"" >&5
4357 if eval "test \"`echo '$''{'ac_cv_c_extern_prefix'+set}'`\" = set"; then
4358 echo $ac_n "(cached) $ac_c" 1>&6
4361 LIBS
="conftest_asm.s $LIBS"
4362 cat > conftest_asm.s
<<EOF
4367 cat > conftest.
$ac_ext <<EOF
4368 #line 4369 "configure"
4369 #include "confdefs.h"
4372 if (ac_test) return 1
4375 if { (eval echo configure
:4376: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4377 ac_cv_c_extern_prefix
="yes"
4379 echo "configure: failed program was:" >&5
4380 cat conftest.
$ac_ext >&5
4382 ac_cv_c_extern_prefix
="no"
4388 echo "$ac_t""$ac_cv_c_extern_prefix" 1>&6
4389 if test "$ac_cv_c_extern_prefix" = "yes"
4391 cat >> confdefs.h
<<\EOF
4392 #define NEED_UNDERSCORE_PREFIX 1
4398 echo $ac_n "checking "whether assembler accepts .string
"""... $ac_c" 1>&6
4399 echo "configure:4400: checking "whether assembler accepts .string
"" >&5
4400 if eval "test \"`echo '$''{'ac_cv_c_asm_string'+set}'`\" = set"; then
4401 echo $ac_n "(cached) $ac_c" 1>&6
4404 LIBS
="conftest_asm.s $LIBS"
4405 cat > conftest_asm.s
<<EOF
4408 cat > conftest.
$ac_ext <<EOF
4409 #line 4410 "configure"
4410 #include "confdefs.h"
4416 if { (eval echo configure
:4417: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4418 ac_cv_c_asm_string
="yes"
4420 echo "configure: failed program was:" >&5
4421 cat conftest.
$ac_ext >&5
4423 ac_cv_c_asm_string
="no"
4429 echo "$ac_t""$ac_cv_c_asm_string" 1>&6
4430 if test "$ac_cv_c_asm_string" = "yes"
4432 cat >> confdefs.h
<<\EOF
4433 #define HAVE_ASM_STRING 1
4440 if test "$LIBEXT" = "so"
4442 echo $ac_n "checking "whether we can build a Linux dll
"""... $ac_c" 1>&6
4443 echo "configure:4444: checking "whether we can build a Linux dll
"" >&5
4444 if eval "test \"`echo '$''{'ac_cv_c_dll_linux'+set}'`\" = set"; then
4445 echo $ac_n "(cached) $ac_c" 1>&6
4447 saved_cflags
=$CFLAGS
4448 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,conftest.so.1.0"
4449 cat > conftest.
$ac_ext <<EOF
4450 #line 4451 "configure"
4451 #include "confdefs.h"
4457 if { (eval echo configure
:4458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4459 ac_cv_c_dll_linux
="yes"
4461 echo "configure: failed program was:" >&5
4462 cat conftest.
$ac_ext >&5
4464 ac_cv_c_dll_linux
="no"
4467 CFLAGS
=$saved_cflags
4471 echo "$ac_t""$ac_cv_c_dll_linux" 1>&6
4472 if test "$ac_cv_c_dll_linux" = "yes"
4474 LDSHARED
="\$(CC) -shared -Wl,-soname,\$(SONAME),-rpath,\$(libdir)"
4476 echo $ac_n "checking whether we can build a UnixWare (Solaris) dll""... $ac_c" 1>&6
4477 echo "configure:4478: checking whether we can build a UnixWare (Solaris) dll" >&5
4478 if eval "test \"`echo '$''{'ac_cv_c_dll_unixware'+set}'`\" = set"; then
4479 echo $ac_n "(cached) $ac_c" 1>&6
4481 saved_cflags
=$CFLAGS
4482 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0"
4483 cat > conftest.
$ac_ext <<EOF
4484 #line 4485 "configure"
4485 #include "confdefs.h"
4491 if { (eval echo configure
:4492: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4493 ac_cv_c_dll_unixware
="yes"
4495 echo "configure: failed program was:" >&5
4496 cat conftest.
$ac_ext >&5
4498 ac_cv_c_dll_unixware
="no"
4501 CFLAGS
=$saved_cflags
4505 echo "$ac_t""$ac_cv_c_dll_unixware" 1>&6
4506 if test "$ac_cv_c_dll_unixware" = "yes"
4508 LDSHARED
="\$(CC) -Wl,-G,-h,\$(libdir)/\$(SONAME)"
4510 echo $ac_n "checking "whether we can build a NetBSD dll
"""... $ac_c" 1>&6
4511 echo "configure:4512: checking "whether we can build a NetBSD dll
"" >&5
4512 if eval "test \"`echo '$''{'ac_cv_c_dll_netbsd'+set}'`\" = set"; then
4513 echo $ac_n "(cached) $ac_c" 1>&6
4515 saved_cflags
=$CFLAGS
4516 CFLAGS
="$CFLAGS -fPIC -Bshareable -Bforcearchive"
4517 cat > conftest.
$ac_ext <<EOF
4518 #line 4519 "configure"
4519 #include "confdefs.h"
4525 if { (eval echo configure
:4526: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4527 ac_cv_c_dll_netbsd
="yes"
4529 echo "configure: failed program was:" >&5
4530 cat conftest.
$ac_ext >&5
4532 ac_cv_c_dll_netbsd
="no"
4535 CFLAGS
=$saved_cflags
4539 echo "$ac_t""$ac_cv_c_dll_netbsd" 1>&6
4540 if test "$ac_cv_c_dll_netbsd" = "yes"
4542 LDSHARED
="ld -Bshareable -Bforcearchive"
4546 if test "$ac_cv_c_dll_linux" = "no" -a "$ac_cv_c_dll_unixware" = "no" -a "$ac_cv_c_dll_netbsd" = "no"
4554 if test "$LIBEXT" = "so"; then
4556 DLL_LINK
="-L\$(DLLDIR) \$(IMPORTS:%=-l%) -L\$(TOPOBJDIR) -lwine"
4558 DLL_LINK
="-L\$(DLLDIR) \$(DLLS:%=-l%) -L\$(TOPOBJDIR) -lwine \$(X_LIBS) \$(XLIB)"
4559 echo $ac_n "checking whether the linker supports --[no]-whole-archive (Linux)""... $ac_c" 1>&6
4560 echo "configure:4561: checking whether the linker supports --[no]-whole-archive (Linux)" >&5
4561 if eval "test \"`echo '$''{'ac_cv_c_whole_archive'+set}'`\" = set"; then
4562 echo $ac_n "(cached) $ac_c" 1>&6
4564 saved_cflags
=$CFLAGS
4565 CFLAGS
="$CFLAGS -Wl,--whole-archive -Wl,--no-whole-archive"
4566 cat > conftest.
$ac_ext <<EOF
4567 #line 4568 "configure"
4568 #include "confdefs.h"
4574 if { (eval echo configure
:4575: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4576 ac_cv_c_whole_archive
="yes"
4578 echo "configure: failed program was:" >&5
4579 cat conftest.
$ac_ext >&5
4581 ac_cv_c_whole_archive
="no"
4584 CFLAGS
=$saved_cflags
4588 echo "$ac_t""$ac_cv_c_whole_archive" 1>&6
4589 if test "$ac_cv_c_whole_archive" = "yes"
4591 DLL_LINK
="-Wl,--whole-archive $DLL_LINK -Wl,--no-whole-archive"
4593 echo $ac_n "checking whether the linker supports -z {all,default}extract (Linux)""... $ac_c" 1>&6
4594 echo "configure:4595: checking whether the linker supports -z {all,default}extract (Linux)" >&5
4595 if eval "test \"`echo '$''{'ac_cv_c_allextract'+set}'`\" = set"; then
4596 echo $ac_n "(cached) $ac_c" 1>&6
4598 saved_cflags
=$CFLAGS
4599 CFLAGS
="$CFLAGS -Wl,-z,allextract -Wl,-z,defaultextract"
4600 cat > conftest.
$ac_ext <<EOF
4601 #line 4602 "configure"
4602 #include "confdefs.h"
4608 if { (eval echo configure
:4609: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4610 ac_cv_c_allextract
="yes"
4612 echo "configure: failed program was:" >&5
4613 cat conftest.
$ac_ext >&5
4615 ac_cv_c_allextract
="no"
4618 CFLAGS
=$saved_cflags
4622 echo "$ac_t""$ac_cv_c_allextract" 1>&6
4623 if test "$ac_cv_c_allextract" = "yes"
4625 DLL_LINK
="-Wl,-z,allextract $DLL_LINK -Wl,-z,defaultextract"
4636 wine_cv_libc_reentrant
=no
4637 echo $ac_n "checking "for reentrant libc
: __errno_location
"""... $ac_c" 1>&6
4638 echo "configure:4639: checking "for reentrant libc
: __errno_location
"" >&5
4639 if eval "test \"`echo '$''{'wine_cv_libc_r__errno_location'+set}'`\" = set"; then
4640 echo $ac_n "(cached) $ac_c" 1>&6
4642 if test "$cross_compiling" = yes; then
4643 wine_cv_libc_r__errno_location
=yes
4645 cat > conftest.
$ac_ext <<EOF
4646 #line 4647 "configure"
4647 #include "confdefs.h"
4650 int *__errno_location(){return &myerrno;}
4651 main(){connect(0,buf,255); exit(!myerrno);}
4653 if { (eval echo configure
:4654: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
4655 wine_cv_libc_r__errno_location
=yes
4657 echo "configure: failed program was:" >&5
4658 cat conftest.
$ac_ext >&5
4660 wine_cv_libc_r__errno_location
=no
4668 echo "$ac_t""$wine_cv_libc_r__errno_location" 1>&6
4669 if test "$wine_cv_libc_r__errno_location" = "yes"
4671 cat >> confdefs.h
<<\EOF
4672 #define HAVE__ERRNO_LOCATION 1
4675 wine_cv_libc_reentrant
=__errno_location
4677 echo $ac_n "checking "for reentrant libc
: __error
"""... $ac_c" 1>&6
4678 echo "configure:4679: checking "for reentrant libc
: __error
"" >&5
4679 if eval "test \"`echo '$''{'wine_cv_libc_r__error'+set}'`\" = set"; then
4680 echo $ac_n "(cached) $ac_c" 1>&6
4682 if test "$cross_compiling" = yes; then
4683 wine_cv_libc_r__error
=yes
4685 cat > conftest.
$ac_ext <<EOF
4686 #line 4687 "configure"
4687 #include "confdefs.h"
4690 int *__error(){return &myerrno;}
4691 main(){connect(0,buf,255); exit(!myerrno);}
4693 if { (eval echo configure
:4694: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
4695 wine_cv_libc_r__error
=yes
4697 echo "configure: failed program was:" >&5
4698 cat conftest.
$ac_ext >&5
4700 wine_cv_libc_r__error
=no
4708 echo "$ac_t""$wine_cv_libc_r__error" 1>&6
4709 if test "$wine_cv_libc_r__error" = "yes"
4711 cat >> confdefs.h
<<\EOF
4712 #define HAVE__ERROR 1
4715 wine_cv_libc_reentrant
=__error
4717 echo $ac_n "checking "for reentrant libc
: ___errno
"""... $ac_c" 1>&6
4718 echo "configure:4719: checking "for reentrant libc
: ___errno
"" >&5
4719 if eval "test \"`echo '$''{'wine_cv_libc_r___errno'+set}'`\" = set"; then
4720 echo $ac_n "(cached) $ac_c" 1>&6
4722 if test "$cross_compiling" = yes; then
4723 wine_cv_libc_r___errno
=yes
4725 cat > conftest.
$ac_ext <<EOF
4726 #line 4727 "configure"
4727 #include "confdefs.h"
4730 int *___errno(){return &myerrno;}
4731 main(){connect(0,buf,255); exit(!myerrno);}
4733 if { (eval echo configure
:4734: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
4735 wine_cv_libc_r___errno
=yes
4737 echo "configure: failed program was:" >&5
4738 cat conftest.
$ac_ext >&5
4740 wine_cv_libc_r___errno
=no
4748 echo "$ac_t""$wine_cv_libc_r___errno" 1>&6
4749 if test "$wine_cv_libc_r___errno" = "yes"
4751 cat >> confdefs.h
<<\EOF
4752 #define HAVE___ERRNO 1
4755 wine_cv_libc_reentrant
=___errno
4757 echo $ac_n "checking "for reentrant libc
: __thr_errno
"""... $ac_c" 1>&6
4758 echo "configure:4759: checking "for reentrant libc
: __thr_errno
"" >&5
4759 if eval "test \"`echo '$''{'wine_cv_libc_r__thr_errno'+set}'`\" = set"; then
4760 echo $ac_n "(cached) $ac_c" 1>&6
4762 if test "$cross_compiling" = yes; then
4763 wine_cv_libc_r__thr_errno
=yes
4765 cat > conftest.
$ac_ext <<EOF
4766 #line 4767 "configure"
4767 #include "confdefs.h"
4770 int *__thr_errno(){return &myerrno;}
4771 main(){connect(0,buf,255); exit(!myerrno);}
4773 if { (eval echo configure
:4774: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
4775 wine_cv_libc_r__thr_errno
=yes
4777 echo "configure: failed program was:" >&5
4778 cat conftest.
$ac_ext >&5
4780 wine_cv_libc_r__thr_errno
=no
4788 echo "$ac_t""$wine_cv_libc_r__thr_errno" 1>&6
4789 if test "$wine_cv_libc_r__thr_errno" = "yes"
4791 cat >> confdefs.h
<<\EOF
4792 #define HAVE__THR_ERRNO 1
4795 wine_cv_libc_reentrant
=__thr_errno
4797 if test "$wine_cv_libc_reentrant" = "no"
4799 cat >> confdefs.h
<<\EOF
4800 #define NO_REENTRANT_LIBC 1
4806 if test "$have_x" = "yes" -a "$wine_cv_libc_reentrant" != "no"
4808 echo $ac_n "checking "for reentrant X libraries
"""... $ac_c" 1>&6
4809 echo "configure:4810: checking "for reentrant X libraries
"" >&5
4810 if eval "test \"`echo '$''{'wine_cv_x_reentrant'+set}'`\" = set"; then
4811 echo $ac_n "(cached) $ac_c" 1>&6
4813 if test "x$with_reentrant_x" = "xno"
4815 wine_cv_x_reentrant
=no
4818 for dir
in "$x_libraries" /usr
/lib
/usr
/local
/lib
/lib
; do
4819 if test -r $dir/libX11.so
; then
4820 libX11_check
="-D $dir/libX11.so"
4823 if test -r $dir/libX11.a
; then
4824 libX11_check
="$dir/libX11.a"
4828 if test "$libX11_check" != "none"; then
4829 if nm
$libX11_check |
grep $wine_cv_libc_reentrant >/dev
/null
2>&1
4831 wine_cv_x_reentrant
=yes
4833 wine_cv_x_reentrant
=no
4836 wine_cv_x_reentrant
=unknown
4841 echo "$ac_t""$wine_cv_x_reentrant" 1>&6
4843 wine_cv_x_reentrant
=no
4845 if test "$wine_cv_x_reentrant" = "no"
4847 cat >> confdefs.h
<<\EOF
4848 #define NO_REENTRANT_X11 1
4854 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
4855 echo "configure:4856: checking whether byte ordering is bigendian" >&5
4856 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
4857 echo $ac_n "(cached) $ac_c" 1>&6
4859 ac_cv_c_bigendian
=unknown
4860 # See if sys/param.h defines the BYTE_ORDER macro.
4861 cat > conftest.
$ac_ext <<EOF
4862 #line 4863 "configure"
4863 #include "confdefs.h"
4864 #include <sys/types.h>
4865 #include <sys/param.h>
4868 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
4873 if { (eval echo configure
:4874: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4875 # It does; now see whether it defined to BIG_ENDIAN or not.
4876 cat > conftest.
$ac_ext <<EOF
4877 #line 4878 "configure"
4878 #include "confdefs.h"
4879 #include <sys/types.h>
4880 #include <sys/param.h>
4883 #if BYTE_ORDER != BIG_ENDIAN
4888 if { (eval echo configure
:4889: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4890 ac_cv_c_bigendian
=yes
4892 echo "configure: failed program was:" >&5
4893 cat conftest.
$ac_ext >&5
4895 ac_cv_c_bigendian
=no
4899 echo "configure: failed program was:" >&5
4900 cat conftest.
$ac_ext >&5
4903 if test $ac_cv_c_bigendian = unknown
; then
4904 if test "$cross_compiling" = yes; then
4905 { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
4907 cat > conftest.
$ac_ext <<EOF
4908 #line 4909 "configure"
4909 #include "confdefs.h"
4911 /* Are we little or big endian? From Harbison&Steele. */
4915 char c[sizeof (long)];
4918 exit (u.c[sizeof (long) - 1] == 1);
4921 if { (eval echo configure
:4922: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
4923 ac_cv_c_bigendian
=no
4925 echo "configure: failed program was:" >&5
4926 cat conftest.
$ac_ext >&5
4928 ac_cv_c_bigendian
=yes
4936 echo "$ac_t""$ac_cv_c_bigendian" 1>&6
4937 if test $ac_cv_c_bigendian = yes; then
4938 cat >> confdefs.h
<<\EOF
4939 #define WORDS_BIGENDIAN 1
4946 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
4947 # for constant arguments. Useless!
4948 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
4949 echo "configure:4950: checking for working alloca.h" >&5
4950 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
4951 echo $ac_n "(cached) $ac_c" 1>&6
4953 cat > conftest.
$ac_ext <<EOF
4954 #line 4955 "configure"
4955 #include "confdefs.h"
4958 void *p = alloca(2 * sizeof(int));
4961 if { (eval echo configure
:4962: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4963 ac_cv_header_alloca_h
=yes
4965 echo "configure: failed program was:" >&5
4966 cat conftest.
$ac_ext >&5
4968 ac_cv_header_alloca_h
=no
4973 echo "$ac_t""$ac_cv_header_alloca_h" 1>&6
4974 if test $ac_cv_header_alloca_h = yes; then
4975 cat >> confdefs.h
<<\EOF
4976 #define HAVE_ALLOCA_H 1
4981 echo $ac_n "checking for alloca""... $ac_c" 1>&6
4982 echo "configure:4983: checking for alloca" >&5
4983 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
4984 echo $ac_n "(cached) $ac_c" 1>&6
4986 cat > conftest.
$ac_ext <<EOF
4987 #line 4988 "configure"
4988 #include "confdefs.h"
4991 # define alloca __builtin_alloca
4994 # include <malloc.h>
4995 # define alloca _alloca
4998 # include <alloca.h>
5003 # ifndef alloca /* predefined by HP cc +Olibcalls */
5012 char *p = (char *) alloca(1);
5015 if { (eval echo configure
:5016: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
5017 ac_cv_func_alloca_works
=yes
5019 echo "configure: failed program was:" >&5
5020 cat conftest.
$ac_ext >&5
5022 ac_cv_func_alloca_works
=no
5027 echo "$ac_t""$ac_cv_func_alloca_works" 1>&6
5028 if test $ac_cv_func_alloca_works = yes; then
5029 cat >> confdefs.h
<<\EOF
5030 #define HAVE_ALLOCA 1
5035 if test $ac_cv_func_alloca_works = no
; then
5036 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
5037 # that cause trouble. Some versions do not even contain alloca or
5038 # contain a buggy version. If you still want to use their alloca,
5039 # use ar to extract alloca.o from them instead of compiling alloca.c.
5040 ALLOCA
=alloca.
${ac_objext}
5041 cat >> confdefs.h
<<\EOF
5046 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
5047 echo "configure:5048: checking whether alloca needs Cray hooks" >&5
5048 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
5049 echo $ac_n "(cached) $ac_c" 1>&6
5051 cat > conftest.
$ac_ext <<EOF
5052 #line 5053 "configure"
5053 #include "confdefs.h"
5054 #if defined(CRAY) && ! defined(CRAY2)
5061 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5062 egrep "webecray" >/dev
/null
2>&1; then
5073 echo "$ac_t""$ac_cv_os_cray" 1>&6
5074 if test $ac_cv_os_cray = yes; then
5075 for ac_func
in _getb67 GETB67 getb67
; do
5076 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5077 echo "configure:5078: checking for $ac_func" >&5
5078 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5079 echo $ac_n "(cached) $ac_c" 1>&6
5081 cat > conftest.
$ac_ext <<EOF
5082 #line 5083 "configure"
5083 #include "confdefs.h"
5084 /* System header to define __stub macros and hopefully few prototypes,
5085 which can conflict with char $ac_func(); below. */
5087 /* Override any gcc2 internal prototype to avoid an error. */
5088 /* We use char because int might match the return type of a gcc2
5089 builtin and then its argument prototype would still apply. */
5094 /* The GNU C library defines this for functions which it implements
5095 to always fail with ENOSYS. Some functions are actually named
5096 something starting with __ and the normal name is an alias. */
5097 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5105 if { (eval echo configure
:5106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
5107 eval "ac_cv_func_$ac_func=yes"
5109 echo "configure: failed program was:" >&5
5110 cat conftest.
$ac_ext >&5
5112 eval "ac_cv_func_$ac_func=no"
5117 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5118 echo "$ac_t""yes" 1>&6
5119 cat >> confdefs.h
<<EOF
5120 #define CRAY_STACKSEG_END $ac_func
5125 echo "$ac_t""no" 1>&6
5131 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
5132 echo "configure:5133: checking stack direction for C alloca" >&5
5133 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
5134 echo $ac_n "(cached) $ac_c" 1>&6
5136 if test "$cross_compiling" = yes; then
5137 ac_cv_c_stack_direction
=0
5139 cat > conftest.
$ac_ext <<EOF
5140 #line 5141 "configure"
5141 #include "confdefs.h"
5142 find_stack_direction ()
5144 static char *addr = 0;
5149 return find_stack_direction ();
5152 return (&dummy > addr) ? 1 : -1;
5156 exit (find_stack_direction() < 0);
5159 if { (eval echo configure
:5160: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
5161 ac_cv_c_stack_direction
=1
5163 echo "configure: failed program was:" >&5
5164 cat conftest.
$ac_ext >&5
5166 ac_cv_c_stack_direction
=-1
5173 echo "$ac_t""$ac_cv_c_stack_direction" 1>&6
5174 cat >> confdefs.h
<<EOF
5175 #define STACK_DIRECTION $ac_cv_c_stack_direction
5210 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5211 echo "configure:5212: checking for $ac_func" >&5
5212 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5213 echo $ac_n "(cached) $ac_c" 1>&6
5215 cat > conftest.
$ac_ext <<EOF
5216 #line 5217 "configure"
5217 #include "confdefs.h"
5218 /* System header to define __stub macros and hopefully few prototypes,
5219 which can conflict with char $ac_func(); below. */
5221 /* Override any gcc2 internal prototype to avoid an error. */
5222 /* We use char because int might match the return type of a gcc2
5223 builtin and then its argument prototype would still apply. */
5228 /* The GNU C library defines this for functions which it implements
5229 to always fail with ENOSYS. Some functions are actually named
5230 something starting with __ and the normal name is an alias. */
5231 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5239 if { (eval echo configure
:5240: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
5241 eval "ac_cv_func_$ac_func=yes"
5243 echo "configure: failed program was:" >&5
5244 cat conftest.
$ac_ext >&5
5246 eval "ac_cv_func_$ac_func=no"
5251 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5252 echo "$ac_t""yes" 1>&6
5253 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5254 cat >> confdefs.h
<<EOF
5255 #define $ac_tr_func 1
5259 echo "$ac_t""no" 1>&6
5315 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5316 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5317 echo "configure:5318: checking for $ac_hdr" >&5
5318 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5319 echo $ac_n "(cached) $ac_c" 1>&6
5321 cat > conftest.
$ac_ext <<EOF
5322 #line 5323 "configure"
5323 #include "confdefs.h"
5326 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5327 { (eval echo configure
:5328: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5328 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5329 if test -z "$ac_err"; then
5331 eval "ac_cv_header_$ac_safe=yes"
5334 echo "configure: failed program was:" >&5
5335 cat conftest.
$ac_ext >&5
5337 eval "ac_cv_header_$ac_safe=no"
5341 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5342 echo "$ac_t""yes" 1>&6
5343 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5344 cat >> confdefs.h
<<EOF
5345 #define $ac_tr_hdr 1
5349 echo "$ac_t""no" 1>&6
5353 echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6
5354 echo "configure:5355: checking whether stat file-mode macros are broken" >&5
5355 if eval "test \"`echo '$''{'ac_cv_header_stat_broken'+set}'`\" = set"; then
5356 echo $ac_n "(cached) $ac_c" 1>&6
5358 cat > conftest.
$ac_ext <<EOF
5359 #line 5360 "configure"
5360 #include "confdefs.h"
5361 #include <sys/types.h>
5362 #include <sys/stat.h>
5364 #if defined(S_ISBLK) && defined(S_IFDIR)
5365 # if S_ISBLK (S_IFDIR)
5370 #if defined(S_ISBLK) && defined(S_IFCHR)
5371 # if S_ISBLK (S_IFCHR)
5376 #if defined(S_ISLNK) && defined(S_IFREG)
5377 # if S_ISLNK (S_IFREG)
5382 #if defined(S_ISSOCK) && defined(S_IFREG)
5383 # if S_ISSOCK (S_IFREG)
5389 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5390 egrep "You lose" >/dev
/null
2>&1; then
5392 ac_cv_header_stat_broken
=yes
5395 ac_cv_header_stat_broken
=no
5401 echo "$ac_t""$ac_cv_header_stat_broken" 1>&6
5402 if test $ac_cv_header_stat_broken = yes; then
5403 cat >> confdefs.h
<<\EOF
5404 #define STAT_MACROS_BROKEN 1
5411 echo $ac_n "checking for working const""... $ac_c" 1>&6
5412 echo "configure:5413: checking for working const" >&5
5413 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
5414 echo $ac_n "(cached) $ac_c" 1>&6
5416 cat > conftest.
$ac_ext <<EOF
5417 #line 5418 "configure"
5418 #include "confdefs.h"
5422 /* Ultrix mips cc rejects this. */
5423 typedef int charset[2]; const charset x = {0,0};
5424 /* SunOS 4.1.1 cc rejects this. */
5425 char const *const *ccp;
5427 /* NEC SVR4.0.2 mips cc rejects this. */
5428 struct point {int x, y;};
5429 static struct point const zero = {0,0};
5430 /* AIX XL C 1.02.0.0 rejects this.
5431 It does not let you subtract one const X* pointer from another in an arm
5432 of an if-expression whose if-part is not a constant expression */
5433 const char *g = "string";
5434 ccp = &g + (g ? g-g : 0);
5435 /* HPUX 7.0 cc rejects these. */
5438 ccp = (char const *const *) p;
5439 { /* SCO 3.2v4 cc rejects this. */
5441 char const *s = 0 ? (char *) 0 : (char const *) 0;
5445 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
5447 const int *foo = &x[0];
5450 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
5451 typedef const int *iptr;
5455 { /* AIX XL C 1.02.0.0 rejects this saying
5456 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
5457 struct s { int j; const int *ap[3]; };
5458 struct s *b; b->j = 5;
5460 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
5466 if { (eval echo configure
:5467: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5470 echo "configure: failed program was:" >&5
5471 cat conftest.
$ac_ext >&5
5478 echo "$ac_t""$ac_cv_c_const" 1>&6
5479 if test $ac_cv_c_const = no
; then
5480 cat >> confdefs.h
<<\EOF
5486 echo $ac_n "checking for inline""... $ac_c" 1>&6
5487 echo "configure:5488: checking for inline" >&5
5488 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
5489 echo $ac_n "(cached) $ac_c" 1>&6
5492 for ac_kw
in inline __inline__ __inline
; do
5493 cat > conftest.
$ac_ext <<EOF
5494 #line 5495 "configure"
5495 #include "confdefs.h"
5498 } int $ac_kw foo() {
5501 if { (eval echo configure
:5502: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5503 ac_cv_c_inline
=$ac_kw; break
5505 echo "configure: failed program was:" >&5
5506 cat conftest.
$ac_ext >&5
5513 echo "$ac_t""$ac_cv_c_inline" 1>&6
5514 case "$ac_cv_c_inline" in
5516 no
) cat >> confdefs.h
<<\EOF
5520 *) cat >> confdefs.h
<<EOF
5521 #define inline $ac_cv_c_inline
5526 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
5527 echo "configure:5528: checking for ANSI C header files" >&5
5528 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
5529 echo $ac_n "(cached) $ac_c" 1>&6
5531 cat > conftest.
$ac_ext <<EOF
5532 #line 5533 "configure"
5533 #include "confdefs.h"
5539 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5540 { (eval echo configure
:5541: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5541 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5542 if test -z "$ac_err"; then
5544 ac_cv_header_stdc
=yes
5547 echo "configure: failed program was:" >&5
5548 cat conftest.
$ac_ext >&5
5550 ac_cv_header_stdc
=no
5554 if test $ac_cv_header_stdc = yes; then
5555 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5556 cat > conftest.
$ac_ext <<EOF
5557 #line 5558 "configure"
5558 #include "confdefs.h"
5561 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5562 egrep "memchr" >/dev
/null
2>&1; then
5566 ac_cv_header_stdc
=no
5572 if test $ac_cv_header_stdc = yes; then
5573 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5574 cat > conftest.
$ac_ext <<EOF
5575 #line 5576 "configure"
5576 #include "confdefs.h"
5579 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5580 egrep "free" >/dev
/null
2>&1; then
5584 ac_cv_header_stdc
=no
5590 if test $ac_cv_header_stdc = yes; then
5591 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5592 if test "$cross_compiling" = yes; then
5595 cat > conftest.
$ac_ext <<EOF
5596 #line 5597 "configure"
5597 #include "confdefs.h"
5599 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5600 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5601 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5602 int main () { int i; for (i = 0; i < 256; i++)
5603 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
5607 if { (eval echo configure
:5608: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
5611 echo "configure: failed program was:" >&5
5612 cat conftest.
$ac_ext >&5
5614 ac_cv_header_stdc
=no
5622 echo "$ac_t""$ac_cv_header_stdc" 1>&6
5623 if test $ac_cv_header_stdc = yes; then
5624 cat >> confdefs.h
<<\EOF
5625 #define STDC_HEADERS 1
5630 echo $ac_n "checking for size_t""... $ac_c" 1>&6
5631 echo "configure:5632: checking for size_t" >&5
5632 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
5633 echo $ac_n "(cached) $ac_c" 1>&6
5635 cat > conftest.
$ac_ext <<EOF
5636 #line 5637 "configure"
5637 #include "confdefs.h"
5638 #include <sys/types.h>
5644 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5645 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
5647 ac_cv_type_size_t
=yes
5650 ac_cv_type_size_t
=no
5655 echo "$ac_t""$ac_cv_type_size_t" 1>&6
5656 if test $ac_cv_type_size_t = no
; then
5657 cat >> confdefs.h
<<\EOF
5658 #define size_t unsigned
5663 echo $ac_n "checking size of long long""... $ac_c" 1>&6
5664 echo "configure:5665: checking size of long long" >&5
5665 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
5666 echo $ac_n "(cached) $ac_c" 1>&6
5668 if test "$cross_compiling" = yes; then
5669 ac_cv_sizeof_long_long
=0
5671 cat > conftest.
$ac_ext <<EOF
5672 #line 5673 "configure"
5673 #include "confdefs.h"
5677 FILE *f=fopen("conftestval", "w");
5679 fprintf(f, "%d\n", sizeof(long long));
5683 if { (eval echo configure
:5684: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
5685 ac_cv_sizeof_long_long
=`cat conftestval`
5687 echo "configure: failed program was:" >&5
5688 cat conftest.
$ac_ext >&5
5690 ac_cv_sizeof_long_long
=0
5696 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
5697 cat >> confdefs.h
<<EOF
5698 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
5703 if test "$ac_cv_header_linux_joystick_h" = "yes"
5705 echo $ac_n "checking "whether linux
/joystick.h uses the Linux
2.2+ API
"""... $ac_c" 1>&6
5706 echo "configure:5707: checking "whether linux
/joystick.h uses the Linux
2.2+ API
"" >&5
5707 if eval "test \"`echo '$''{'wine_cv_linux_joystick_22_api'+set}'`\" = set"; then
5708 echo $ac_n "(cached) $ac_c" 1>&6
5710 cat > conftest.
$ac_ext <<EOF
5711 #line 5712 "configure"
5712 #include "confdefs.h"
5714 #include <sys/ioctl.h>
5715 #include <linux/joystick.h>
5717 struct js_event blub;
5718 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
5719 #error "no 2.2 header"
5726 if { (eval echo configure
:5727: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5728 wine_cv_linux_joystick_22_api
=yes
5730 echo "configure: failed program was:" >&5
5731 cat conftest.
$ac_ext >&5
5733 wine_cv_linux_joystick_22_api
=no
5739 echo "$ac_t""$wine_cv_linux_joystick_22_api" 1>&6
5740 if test "$wine_cv_linux_joystick_22_api" = "yes"
5742 cat >> confdefs.h
<<\EOF
5743 #define HAVE_LINUX_22_JOYSTICK_API 1
5750 if test "$ac_cv_header_sys_vfs_h" = "yes"
5752 echo $ac_n "checking "whether sys
/vfs.h defines statfs
"""... $ac_c" 1>&6
5753 echo "configure:5754: checking "whether sys
/vfs.h defines statfs
"" >&5
5754 if eval "test \"`echo '$''{'wine_cv_sys_vfs_has_statfs'+set}'`\" = set"; then
5755 echo $ac_n "(cached) $ac_c" 1>&6
5757 cat > conftest.
$ac_ext <<EOF
5758 #line 5759 "configure"
5759 #include "confdefs.h"
5761 #include <sys/types.h>
5762 #ifdef HAVE_SYS_PARAM_H
5763 # include <sys/param.h>
5765 #include <sys/vfs.h>
5771 memset(&stfs,0,sizeof(stfs));
5775 if { (eval echo configure
:5776: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5777 wine_cv_sys_vfs_has_statfs
=yes
5779 echo "configure: failed program was:" >&5
5780 cat conftest.
$ac_ext >&5
5782 wine_cv_sys_vfs_has_statfs
=no
5789 echo "$ac_t""$wine_cv_sys_vfs_has_statfs" 1>&6
5790 if test "$wine_cv_sys_vfs_has_statfs" = "yes"
5792 cat >> confdefs.h
<<\EOF
5793 #define STATFS_DEFINED_BY_SYS_VFS 1
5799 if test "$ac_cv_header_sys_statfs_h" = "yes"
5801 echo $ac_n "checking "whether sys
/statfs.h defines statfs
"""... $ac_c" 1>&6
5802 echo "configure:5803: checking "whether sys
/statfs.h defines statfs
"" >&5
5803 if eval "test \"`echo '$''{'wine_cv_sys_statfs_has_statfs'+set}'`\" = set"; then
5804 echo $ac_n "(cached) $ac_c" 1>&6
5806 cat > conftest.
$ac_ext <<EOF
5807 #line 5808 "configure"
5808 #include "confdefs.h"
5810 #include <sys/types.h>
5811 #ifdef HAVE_SYS_PARAM_H
5812 # include <sys/param.h>
5814 #include <sys/statfs.h>
5822 if { (eval echo configure
:5823: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5824 wine_cv_sys_statfs_has_statfs
=yes
5826 echo "configure: failed program was:" >&5
5827 cat conftest.
$ac_ext >&5
5829 wine_cv_sys_statfs_has_statfs
=no
5836 echo "$ac_t""$wine_cv_sys_statfs_has_statfs" 1>&6
5837 if test "$wine_cv_sys_statfs_has_statfs" = "yes"
5839 cat >> confdefs.h
<<\EOF
5840 #define STATFS_DEFINED_BY_SYS_STATFS 1
5846 if test "$ac_cv_header_sys_mount_h" = "yes"
5848 echo $ac_n "checking "whether sys
/mount.h defines statfs
"""... $ac_c" 1>&6
5849 echo "configure:5850: checking "whether sys
/mount.h defines statfs
"" >&5
5850 if eval "test \"`echo '$''{'wine_cv_sys_mount_has_statfs'+set}'`\" = set"; then
5851 echo $ac_n "(cached) $ac_c" 1>&6
5853 cat > conftest.
$ac_ext <<EOF
5854 #line 5855 "configure"
5855 #include "confdefs.h"
5857 #include <sys/types.h>
5858 #ifdef HAVE_SYS_PARAM_H
5859 # include <sys/param.h>
5861 #include <sys/mount.h>
5869 if { (eval echo configure
:5870: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5871 wine_cv_sys_mount_has_statfs
=yes
5873 echo "configure: failed program was:" >&5
5874 cat conftest.
$ac_ext >&5
5876 wine_cv_sys_mount_has_statfs
=no
5883 echo "$ac_t""$wine_cv_sys_mount_has_statfs" 1>&6
5884 if test "$wine_cv_sys_mount_has_statfs" = "yes"
5886 cat >> confdefs.h
<<\EOF
5887 #define STATFS_DEFINED_BY_SYS_MOUNT 1
5894 echo $ac_n "checking "for statfs.f_bfree
"""... $ac_c" 1>&6
5895 echo "configure:5896: checking "for statfs.f_bfree
"" >&5
5896 if eval "test \"`echo '$''{'wine_cv_statfs_bfree'+set}'`\" = set"; then
5897 echo $ac_n "(cached) $ac_c" 1>&6
5899 if test "x$statfs_bfree" = "xno"
5901 wine_cv_statfs_bfree
=no
5903 cat > conftest.
$ac_ext <<EOF
5904 #line 5905 "configure"
5905 #include "confdefs.h"
5907 #include <sys/types.h>
5908 #ifdef HAVE_SYS_PARAM_H
5909 # include <sys/param.h>
5911 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
5912 # include <sys/mount.h>
5914 # ifdef STATFS_DEFINED_BY_SYS_VFS
5915 # include <sys/vfs.h>
5917 # ifdef STATFS_DEFINED_BY_SYS_STATFS
5918 # include <sys/statfs.h>
5931 if { (eval echo configure
:5932: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5933 wine_cv_statfs_bfree
=yes
5935 echo "configure: failed program was:" >&5
5936 cat conftest.
$ac_ext >&5
5938 wine_cv_statfs_bfree
=no
5945 echo "$ac_t""$wine_cv_statfs_bfree" 1>&6
5946 if test "$wine_cv_statfs_bfree" = "yes"
5948 cat >> confdefs.h
<<\EOF
5949 #define STATFS_HAS_BFREE 1
5954 echo $ac_n "checking "for statfs.f_bavail
"""... $ac_c" 1>&6
5955 echo "configure:5956: checking "for statfs.f_bavail
"" >&5
5956 if eval "test \"`echo '$''{'wine_cv_statfs_bavail'+set}'`\" = set"; then
5957 echo $ac_n "(cached) $ac_c" 1>&6
5959 if test "x$statfs_bavail" = "xno"
5961 wine_cv_statfs_bavail
=no
5963 cat > conftest.
$ac_ext <<EOF
5964 #line 5965 "configure"
5965 #include "confdefs.h"
5967 #include <sys/types.h>
5968 #ifdef HAVE_SYS_PARAM_H
5969 # include <sys/param.h>
5971 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
5972 # include <sys/mount.h>
5974 # ifdef STATFS_DEFINED_BY_SYS_VFS
5975 # include <sys/vfs.h>
5977 # ifdef STATFS_DEFINED_BY_SYS_STATFS
5978 # include <sys/statfs.h>
5991 if { (eval echo configure
:5992: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5993 wine_cv_statfs_bavail
=yes
5995 echo "configure: failed program was:" >&5
5996 cat conftest.
$ac_ext >&5
5998 wine_cv_statfs_bavail
=no
6005 echo "$ac_t""$wine_cv_statfs_bavail" 1>&6
6006 if test "$wine_cv_statfs_bavail" = "yes"
6008 cat >> confdefs.h
<<\EOF
6009 #define STATFS_HAS_BAVAIL 1
6015 echo $ac_n "checking "for msg_accrights
in struct msghdr
"""... $ac_c" 1>&6
6016 echo "configure:6017: checking "for msg_accrights
in struct msghdr
"" >&5
6017 if eval "test \"`echo '$''{'ac_cv_c_msg_accrights'+set}'`\" = set"; then
6018 echo $ac_n "(cached) $ac_c" 1>&6
6020 cat > conftest.
$ac_ext <<EOF
6021 #line 6022 "configure"
6022 #include "confdefs.h"
6023 #include <sys/types.h>
6024 #include <sys/socket.h>
6026 struct msghdr hdr; hdr.msg_accrights=0
6029 if { (eval echo configure
:6030: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6031 ac_cv_c_msg_accrights
="yes"
6033 echo "configure: failed program was:" >&5
6034 cat conftest.
$ac_ext >&5
6036 ac_cv_c_msg_accrights
="no"
6041 echo "$ac_t""$ac_cv_c_msg_accrights" 1>&6
6042 if test "$ac_cv_c_msg_accrights" = "yes"
6044 cat >> confdefs.h
<<\EOF
6045 #define HAVE_MSGHDR_ACCRIGHTS 1
6051 echo $ac_n "checking "for sun_len
in struct sockaddr_un
"""... $ac_c" 1>&6
6052 echo "configure:6053: checking "for sun_len
in struct sockaddr_un
"" >&5
6053 if eval "test \"`echo '$''{'ac_cv_c_sun_len'+set}'`\" = set"; then
6054 echo $ac_n "(cached) $ac_c" 1>&6
6056 cat > conftest.
$ac_ext <<EOF
6057 #line 6058 "configure"
6058 #include "confdefs.h"
6059 #include <sys/types.h>
6060 #include <sys/socket.h>
6063 static struct sockaddr_un addr; addr.sun_len = 1
6066 if { (eval echo configure
:6067: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6068 ac_cv_c_sun_len
="yes"
6070 echo "configure: failed program was:" >&5
6071 cat conftest.
$ac_ext >&5
6073 ac_cv_c_sun_len
="no"
6078 echo "$ac_t""$ac_cv_c_sun_len" 1>&6
6079 if test "$ac_cv_c_sun_len" = "yes"
6081 cat >> confdefs.h
<<\EOF
6082 #define HAVE_SOCKADDR_SUN_LEN 1
6088 echo $ac_n "checking "whether we need to define __i386__
"""... $ac_c" 1>&6
6089 echo "configure:6090: checking "whether we need to define __i386__
"" >&5
6090 if eval "test \"`echo '$''{'ac_cv_cpp_def_i386'+set}'`\" = set"; then
6091 echo $ac_n "(cached) $ac_c" 1>&6
6093 cat > conftest.
$ac_ext <<EOF
6094 #line 6095 "configure"
6095 #include "confdefs.h"
6096 #if (defined(i386) || defined(__i386)) && !defined(__i386__)
6100 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6101 egrep "yes" >/dev
/null
2>&1; then
6103 ac_cv_cpp_def_i386
="yes"
6106 ac_cv_cpp_def_i386
="no"
6112 echo "$ac_t""$ac_cv_cpp_def_i386" 1>&6
6113 if test "$ac_cv_cpp_def_i386" = "yes"
6115 CFLAGS
="$CFLAGS -D__i386__"
6116 LINTFLAGS
="$LINTFLAGS -D__i386__"
6120 if test "$GCC" = "yes"
6122 GCC_NO_BUILTIN
="-fno-builtin"
6129 MAKE_RULES
=Make.rules
6132 MAKE_DLL_RULES
=dlls
/Makedll.rules
6136 cat > confcache
<<\EOF
6137 # This file is a shell script that caches the results of configure
6138 # tests run on this system so they can be shared between configure
6139 # scripts and configure runs. It is not useful on other systems.
6140 # If it contains results you don't want to keep, you may remove or edit it.
6142 # By default, configure uses ./config.cache as the cache file,
6143 # creating it if it does not exist already. You can give configure
6144 # the --cache-file=FILE option to use a different cache file; that is
6145 # what configure does when it calls configure scripts in
6146 # subdirectories, so they share the cache.
6147 # Giving --cache-file=/dev/null disables caching, for debugging configure.
6148 # config.status only pays attention to the cache file if you give it the
6149 # --recheck option to rerun configure.
6152 # The following way of writing the cache mishandles newlines in values,
6153 # but we know of no workaround that is simple, portable, and efficient.
6154 # So, don't put newlines in cache variables' values.
6155 # Ultrix sh set writes to stderr and can't be redirected directly,
6156 # and sets the high bit in the cache file unless we assign to the vars.
6158 case `(ac_space=' '; set | grep ac_space) 2>&1` in
6160 # `set' does not quote correctly, so add quotes (double-quote substitution
6161 # turns \\\\ into \\, and sed turns \\ into \).
6163 -e "s/'/'\\\\''/g" \
6164 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
6167 # `set' quotes correctly as required by POSIX, so do not add quotes.
6168 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
6171 if cmp -s $cache_file confcache
; then
6174 if test -w $cache_file; then
6175 echo "updating cache $cache_file"
6176 cat confcache
> $cache_file
6178 echo "not updating unwritable cache $cache_file"
6183 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
6185 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
6186 # Let make expand exec_prefix.
6187 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
6189 # Any assignment to VPATH causes Sun make to only execute
6190 # the first set of double-colon rules, so remove it if not needed.
6191 # If there is a colon in the path, we need to keep it.
6192 if test "x$srcdir" = x.
; then
6193 ac_vpsub
='/^[ ]*VPATH[ ]*=[^:]*$/d'
6196 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
6198 DEFS
=-DHAVE_CONFIG_H
6200 # Without the "./", some shells look in PATH for config.status.
6201 : ${CONFIG_STATUS=./config.status}
6203 echo creating
$CONFIG_STATUS
6204 rm -f $CONFIG_STATUS
6205 cat > $CONFIG_STATUS <<EOF
6207 # Generated automatically by configure.
6208 # Run this file to recreate the current configuration.
6209 # This directory was configured as follows,
6210 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
6212 # $0 $ac_configure_args
6214 # Compiler output produced by configure, useful for debugging
6215 # configure, is in ./config.log if it exists.
6217 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
6220 case "\$ac_option" in
6221 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
6222 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
6223 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
6224 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
6225 echo "$CONFIG_STATUS generated by autoconf version 2.13"
6227 -help | --help | --hel | --he | --h)
6228 echo "\$ac_cs_usage"; exit 0 ;;
6229 *) echo "\$ac_cs_usage"; exit 1 ;;
6233 ac_given_srcdir=$srcdir
6234 ac_given_INSTALL="$INSTALL"
6236 trap 'rm -fr `echo "
6244 dlls/advapi32/Makefile
6245 dlls/avifil32/Makefile
6246 dlls/comctl32/Makefile
6247 dlls/commdlg/Makefile
6248 dlls/crtdll/Makefile
6249 dlls/dciman32/Makefile
6251 dlls/dinput/Makefile
6253 dlls/dplayx/Makefile
6254 dlls/dsound/Makefile
6257 dlls/imagehlp/Makefile
6259 dlls/kernel/Makefile
6260 dlls/lzexpand/Makefile
6263 dlls/msnet32/Makefile
6264 dlls/msvideo/Makefile
6266 dlls/odbc32/Makefile
6268 dlls/oleaut32/Makefile
6269 dlls/olecli/Makefile
6270 dlls/oledlg/Makefile
6271 dlls/olepro32/Makefile
6272 dlls/olesvr/Makefile
6273 dlls/opengl32/Makefile
6275 dlls/rasapi32/Makefile
6276 dlls/richedit/Makefile
6277 dlls/rpcrt4/Makefile
6278 dlls/serialui/Makefile
6279 dlls/setupapi/Makefile
6280 dlls/setupx/Makefile
6281 dlls/shell32/Makefile
6282 dlls/shfolder/Makefile
6283 dlls/shlwapi/Makefile
6285 dlls/stress/Makefile
6286 dlls/tapi32/Makefile
6287 dlls/ttydrv/Makefile
6288 dlls/ttydrv/Makefile
6289 dlls/urlmon/Makefile
6291 dlls/version/Makefile
6292 dlls/win32s/Makefile
6293 dlls/winaspi/Makefile
6294 dlls/wineps/Makefile
6296 dlls/wininet/Makefile
6298 dlls/winmm/joystick/Makefile
6299 dlls/winmm/mcianim/Makefile
6300 dlls/winmm/mciavi/Makefile
6301 dlls/winmm/mcicda/Makefile
6302 dlls/winmm/mciseq/Makefile
6303 dlls/winmm/mciwave/Makefile
6304 dlls/winmm/midimap/Makefile
6305 dlls/winmm/wavemap/Makefile
6306 dlls/winmm/wineoss/Makefile
6307 dlls/winsock/Makefile
6308 dlls/winspool/Makefile
6310 dlls/wsock32/Makefile
6311 dlls/x11drv/Makefile
6312 documentation/Makefile
6313 documentation/wine.conf.man
6314 documentation/wine.man
6317 graphics/enhmetafiledrv/Makefile
6318 graphics/metafiledrv/Makefile
6319 graphics/ttydrv/Makefile
6320 graphics/win16drv/Makefile
6321 graphics/x11drv/Makefile
6336 programs/clock/Makefile
6337 programs/cmdlgtst/Makefile
6338 programs/control/Makefile
6339 programs/avitools/Makefile
6340 programs/osversioncheck/Makefile
6341 programs/notepad/Makefile
6342 programs/progman/Makefile
6343 programs/regtest/Makefile
6344 programs/regapi/Makefile
6345 programs/view/Makefile
6346 programs/wcmd/Makefile
6347 programs/winemine/Makefile
6348 programs/winhelp/Makefile
6349 programs/winver/Makefile
6355 tools/cvdump/Makefile
6356 tools/winebuild/Makefile
6363 windows/ttydrv/Makefile
6364 windows/x11drv/Makefile include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
6366 cat >> $CONFIG_STATUS <<EOF
6368 # Protect against being on the right side of a sed subst in config.status.
6369 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
6370 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
6374 s%@CFLAGS@%$CFLAGS%g
6375 s%@CPPFLAGS@%$CPPFLAGS%g
6376 s%@CXXFLAGS@%$CXXFLAGS%g
6377 s%@FFLAGS@%$FFLAGS%g
6379 s%@LDFLAGS@%$LDFLAGS%g
6381 s%@exec_prefix@%$exec_prefix%g
6382 s%@prefix@%$prefix%g
6383 s%@program_transform_name@%$program_transform_name%g
6384 s%@bindir@%$bindir%g
6385 s%@sbindir@%$sbindir%g
6386 s%@libexecdir@%$libexecdir%g
6387 s%@datadir@%$datadir%g
6388 s%@sysconfdir@%$sysconfdir%g
6389 s%@sharedstatedir@%$sharedstatedir%g
6390 s%@localstatedir@%$localstatedir%g
6391 s%@libdir@%$libdir%g
6392 s%@includedir@%$includedir%g
6393 s%@oldincludedir@%$oldincludedir%g
6394 s%@infodir@%$infodir%g
6395 s%@mandir@%$mandir%g
6396 s%@OPTIONS@%$OPTIONS%g
6397 s%@SET_MAKE@%$SET_MAKE%g
6400 s%@X_CFLAGS@%$X_CFLAGS%g
6401 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
6402 s%@X_LIBS@%$X_LIBS%g
6403 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
6406 s%@LEXLIB@%$LEXLIB%g
6408 s%@LEX_OUTPUT_ROOT@%$LEX_OUTPUT_ROOT%g
6409 s%@RANLIB@%$RANLIB%g
6410 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
6411 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
6412 s%@INSTALL_DATA@%$INSTALL_DATA%g
6415 s%@LDCONFIG@%$LDCONFIG%g
6417 s%@LINTFLAGS@%$LINTFLAGS%g
6419 s%@X_DLLS@%$X_DLLS%g
6420 s%@XFILES@%$XFILES%g
6421 s%@OPENGLFILES@%$OPENGLFILES%g
6422 s%@OPENGL32_DLL@%$OPENGL32_DLL%g
6423 s%@DGA_SRCS@%$DGA_SRCS%g
6424 s%@DGA2_SRCS@%$DGA2_SRCS%g
6425 s%@MESA_SRCS@%$MESA_SRCS%g
6426 s%@DLL_LINK@%$DLL_LINK%g
6427 s%@DLLFLAGS@%$DLLFLAGS%g
6428 s%@LDSHARED@%$LDSHARED%g
6429 s%@LIBEXT@%$LIBEXT%g
6430 s%@ALLOCA@%$ALLOCA%g
6431 s%@GCC_NO_BUILTIN@%$GCC_NO_BUILTIN%g
6432 /@MAKE_RULES@/r $MAKE_RULES
6434 /@MAKE_DLL_RULES@/r $MAKE_DLL_RULES
6435 s%@MAKE_DLL_RULES@%%g
6440 cat >> $CONFIG_STATUS <<\EOF
6442 # Split the substitutions into bite-sized pieces for seds with
6443 # small command number limits, like on Digital OSF/1 and HP-UX.
6444 ac_max_sed_cmds
=90 # Maximum number of lines to put in a sed script.
6445 ac_file
=1 # Number of current file.
6446 ac_beg
=1 # First line for current file.
6447 ac_end
=$ac_max_sed_cmds # Line after last line for current file.
6450 while $ac_more_lines; do
6451 if test $ac_beg -gt 1; then
6452 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs
> conftest.s
$ac_file
6454 sed "${ac_end}q" conftest.subs
> conftest.s
$ac_file
6456 if test ! -s conftest.s
$ac_file; then
6458 rm -f conftest.s
$ac_file
6460 if test -z "$ac_sed_cmds"; then
6461 ac_sed_cmds
="sed -f conftest.s$ac_file"
6463 ac_sed_cmds
="$ac_sed_cmds | sed -f conftest.s$ac_file"
6465 ac_file
=`expr $ac_file + 1`
6467 ac_end
=`expr $ac_end + $ac_max_sed_cmds`
6470 if test -z "$ac_sed_cmds"; then
6475 cat >> $CONFIG_STATUS <<EOF
6477 CONFIG_FILES=\${CONFIG_FILES-"Make.rules
6484 dlls/advapi32/Makefile
6485 dlls/avifil32/Makefile
6486 dlls/comctl32/Makefile
6487 dlls/commdlg/Makefile
6488 dlls/crtdll/Makefile
6489 dlls/dciman32/Makefile
6491 dlls/dinput/Makefile
6493 dlls/dplayx/Makefile
6494 dlls/dsound/Makefile
6497 dlls/imagehlp/Makefile
6499 dlls/kernel/Makefile
6500 dlls/lzexpand/Makefile
6503 dlls/msnet32/Makefile
6504 dlls/msvideo/Makefile
6506 dlls/odbc32/Makefile
6508 dlls/oleaut32/Makefile
6509 dlls/olecli/Makefile
6510 dlls/oledlg/Makefile
6511 dlls/olepro32/Makefile
6512 dlls/olesvr/Makefile
6513 dlls/opengl32/Makefile
6515 dlls/rasapi32/Makefile
6516 dlls/richedit/Makefile
6517 dlls/rpcrt4/Makefile
6518 dlls/serialui/Makefile
6519 dlls/setupapi/Makefile
6520 dlls/setupx/Makefile
6521 dlls/shell32/Makefile
6522 dlls/shfolder/Makefile
6523 dlls/shlwapi/Makefile
6525 dlls/stress/Makefile
6526 dlls/tapi32/Makefile
6527 dlls/ttydrv/Makefile
6528 dlls/ttydrv/Makefile
6529 dlls/urlmon/Makefile
6531 dlls/version/Makefile
6532 dlls/win32s/Makefile
6533 dlls/winaspi/Makefile
6534 dlls/wineps/Makefile
6536 dlls/wininet/Makefile
6538 dlls/winmm/joystick/Makefile
6539 dlls/winmm/mcianim/Makefile
6540 dlls/winmm/mciavi/Makefile
6541 dlls/winmm/mcicda/Makefile
6542 dlls/winmm/mciseq/Makefile
6543 dlls/winmm/mciwave/Makefile
6544 dlls/winmm/midimap/Makefile
6545 dlls/winmm/wavemap/Makefile
6546 dlls/winmm/wineoss/Makefile
6547 dlls/winsock/Makefile
6548 dlls/winspool/Makefile
6550 dlls/wsock32/Makefile
6551 dlls/x11drv/Makefile
6552 documentation/Makefile
6553 documentation/wine.conf.man
6554 documentation/wine.man
6557 graphics/enhmetafiledrv/Makefile
6558 graphics/metafiledrv/Makefile
6559 graphics/ttydrv/Makefile
6560 graphics/win16drv/Makefile
6561 graphics/x11drv/Makefile
6576 programs/clock/Makefile
6577 programs/cmdlgtst/Makefile
6578 programs/control/Makefile
6579 programs/avitools/Makefile
6580 programs/osversioncheck/Makefile
6581 programs/notepad/Makefile
6582 programs/progman/Makefile
6583 programs/regtest/Makefile
6584 programs/regapi/Makefile
6585 programs/view/Makefile
6586 programs/wcmd/Makefile
6587 programs/winemine/Makefile
6588 programs/winhelp/Makefile
6589 programs/winver/Makefile
6595 tools/cvdump/Makefile
6596 tools/winebuild/Makefile
6603 windows/ttydrv/Makefile
6604 windows/x11drv/Makefile "}
6606 cat >> $CONFIG_STATUS <<\EOF
6607 for ac_file
in ..
$CONFIG_FILES; do if test "x$ac_file" != x..
; then
6608 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
6610 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
6611 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
6612 *) ac_file_in
="${ac_file}.in" ;;
6615 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
6617 # Remove last slash and all that follows it. Not all systems have dirname.
6618 ac_dir
=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
6619 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .
; then
6620 # The file is in a subdirectory.
6621 test ! -d "$ac_dir" && mkdir
"$ac_dir"
6622 ac_dir_suffix
="/`echo $ac_dir|sed 's%^\./%%'`"
6623 # A "../" for each directory in $ac_dir_suffix.
6624 ac_dots
=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
6626 ac_dir_suffix
= ac_dots
=
6629 case "$ac_given_srcdir" in
6631 if test -z "$ac_dots"; then top_srcdir
=.
6632 else top_srcdir
=`echo $ac_dots|sed 's%/$%%'`; fi ;;
6633 /*) srcdir
="$ac_given_srcdir$ac_dir_suffix"; top_srcdir
="$ac_given_srcdir" ;;
6635 srcdir
="$ac_dots$ac_given_srcdir$ac_dir_suffix"
6636 top_srcdir
="$ac_dots$ac_given_srcdir" ;;
6639 case "$ac_given_INSTALL" in
6640 [/$
]*) INSTALL
="$ac_given_INSTALL" ;;
6641 *) INSTALL
="$ac_dots$ac_given_INSTALL" ;;
6644 echo creating
"$ac_file"
6646 configure_input
="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
6648 *Makefile
*) ac_comsub
="1i\\
6649 # $configure_input" ;;
6653 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
6655 s%@configure_input@%$configure_input%g
6656 s%@srcdir@%$srcdir%g
6657 s%@top_srcdir@%$top_srcdir%g
6658 s%@INSTALL@%$INSTALL%g
6659 " $ac_file_inputs |
(eval "$ac_sed_cmds") > $ac_file
6663 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
6664 # NAME is the cpp macro being defined and VALUE is the value it is being given.
6666 # ac_d sets the value in "#define NAME VALUE" lines.
6667 ac_dA
='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
6668 ac_dB
='\([ ][ ]*\)[^ ]*%\1#\2'
6671 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
6672 ac_uA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
6673 ac_uB
='\([ ]\)%\1#\2define\3'
6676 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
6677 ac_eA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
6678 ac_eB
='$%\1#\2define\3'
6682 if test "${CONFIG_HEADERS+set}" != set; then
6684 cat >> $CONFIG_STATUS <<EOF
6685 CONFIG_HEADERS="include/config.h"
6687 cat >> $CONFIG_STATUS <<\EOF
6689 for ac_file
in ..
$CONFIG_HEADERS; do if test "x$ac_file" != x..
; then
6690 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
6692 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
6693 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
6694 *) ac_file_in
="${ac_file}.in" ;;
6697 echo creating
$ac_file
6699 rm -f conftest.frag conftest.
in conftest.out
6700 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
6701 cat $ac_file_inputs > conftest.
in
6705 # Transform confdefs.h into a sed script conftest.vals that substitutes
6706 # the proper values into config.h.in to produce config.h. And first:
6707 # Protect against being on the right side of a sed subst in config.status.
6708 # Protect against being in an unquoted here document in config.status.
6710 cat > conftest.hdr
<<\EOF
6713 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
6717 sed -n -f conftest.hdr confdefs.h > conftest.vals
6720 # This sed command replaces #undef with comments. This is necessary, for
6721 # example, in the case of _POSIX_SOURCE, which is predefined and required
6722 # on some systems where configure will not decide to define it.
6723 cat >> conftest.vals <<\EOF
6724 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
6727 # Break up conftest.vals because some shells have a limit on
6728 # the size of here documents, and old seds have small limits too.
6733 ac_lines=`grep -c . conftest.vals
`
6734 # grep -c gives empty output for an empty file on some AIX systems.
6735 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
6736 # Write a limited-size here document to conftest.frag.
6737 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
6738 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
6740 sed -f conftest.frag conftest.in > conftest.out
6742 mv conftest.out conftest.in
6744 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
6746 mv conftest.tail conftest.vals
6750 cat >> $CONFIG_STATUS <<\EOF
6751 rm -f conftest.frag conftest.h
6752 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
6753 cat conftest.in >> conftest.h
6755 if cmp -s $ac_file conftest.h 2>/dev/null; then
6756 echo "$ac_file is unchanged"
6759 # Remove last slash and all that follows it. Not all systems have dirname.
6760 ac_dir=`echo $ac_file|
sed 's%/[^/][^/]*$%%'`
6761 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
6762 # The file is in a subdirectory.
6763 test ! -d "$ac_dir" && mkdir "$ac_dir"
6766 mv conftest.h $ac_file
6771 cat >> $CONFIG_STATUS <<EOF
6775 cat >> $CONFIG_STATUS <<\EOF
6778 dlls/ddraw/d3ddevice \
6779 dlls/ddraw/dclipper \
6781 dlls/ddraw/direct3d \
6782 dlls/ddraw/dpalette \
6783 dlls/ddraw/dsurface \
6785 for i in $extra_subdirs; do [ -d $i ] || (echo "creating $i" && mkdir $i); done
6789 chmod +x $CONFIG_STATUS
6790 rm -fr confdefs* $ac_clean_files
6791 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
6794 if test "$have_x" = "no"
6797 echo "*** Warning: X development files not found. Wine will be built without"
6798 echo "*** X support, which currently does not work, and would probably not be"
6799 echo "*** what you want anyway. You will need to install devel packages of"
6800 echo "*** Xlib/Xfree86 and Xpm at the very least."
6801 elif test "$ac_cv_lib_Xpm_XpmCreatePixmapFromData" = "no"
6804 echo "*** Warning: Xpm development files not found. Wine will be built without"
6805 echo "*** Xpm support, which currently does not work. You will need to install"
6806 echo "*** devel packages of Xpm."
6809 if test "$ac_cv_lib_ncurses_resizeterm" = "no" -a "$ac_cv_lib_ncurses_waddch" = "yes"
6812 echo "*** Warning: resizeterm not found in ncurses. Wine will be built without"
6813 echo "*** terminal resize support. Consider upgrading ncurses."
6816 if test "$wine_cv_libc_reentrant" = "no"
6819 echo "*** Warning: non-reentrant libc detected. Wine will be build without"
6820 echo "*** thread support. Consider upgrading libc to a more recent"
6821 echo "*** reentrant version of libc."
6824 if test "$wine_cv_opengl_version_OK" = "no"
6827 echo "*** Warning: old Mesa headers detected. Wine will be built without Direct3D"
6828 echo "*** support. Consider upgrading your Mesa libraries (http://www.mesa3d.org/)."
6831 if test "$wine_cv_opengl_version_threadsafe" = "yes" -a $OPENGL = "normal"
6834 echo "*** Warning: the OpenGL version you have installed relies on libpthread for"
6835 echo "*** thread-safety. To prevent crashes, OpenGL support has been removed."
6836 echo "*** A fix for glibc 2.1.3 that seem to work is included in this version of Wine,"
6837 echo "*** start configure with '--enable-opengl' to force OpenGL support."
6840 if test "$wine_cv_opengl_version_threadsafe" = "yes" -a $OPENGL = "yes"
6843 echo "*** Warning: you explicitely linked in a thread-safe OpenGL version. If you"
6844 echo "*** experience unusual crashes on DirectDraw games, try first to disable OpenGL"
6845 echo "*** support before reporting bugs."
6850 echo "Configure finished. Do 'make depend && make' to compile Wine."