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-emulator build only the Wine library, not the emulator"
18 --disable-dll build static libraries instead of DLLs"
20 --disable-debug compile out all debugging messages"
22 --disable-trace compile out TRACE messages"
24 --without-reentrant-x compile for use with non-reentrant X libraries"
26 --with-x use the X Window System"
28 # Initialize some variables set by options.
29 # The variables have the same names as the options, with
30 # dashes changed to underlines.
32 cache_file
=.
/config.cache
41 program_transform_name
=s
,x
,x
,
49 bindir
='${exec_prefix}/bin'
50 sbindir
='${exec_prefix}/sbin'
51 libexecdir
='${exec_prefix}/libexec'
52 datadir
='${prefix}/share'
53 sysconfdir
='${prefix}/etc'
54 sharedstatedir
='${prefix}/com'
55 localstatedir
='${prefix}/var'
56 libdir
='${exec_prefix}/lib'
57 includedir
='${prefix}/include'
58 oldincludedir
='/usr/include'
59 infodir
='${prefix}/info'
60 mandir
='${prefix}/man'
62 # Initialize some other variables.
65 SHELL
=${CONFIG_SHELL-/bin/sh}
66 # Maximum number of lines to put in a shell here document.
73 # If the previous option needs an argument, assign it.
74 if test -n "$ac_prev"; then
75 eval "$ac_prev=\$ac_option"
81 -*=*) ac_optarg
=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
85 # Accept the important Cygnus configure options, so we can diagnose typos.
89 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
91 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
92 bindir
="$ac_optarg" ;;
94 -build |
--build |
--buil |
--bui |
--bu)
96 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
99 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
100 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
101 ac_prev
=cache_file
;;
102 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
103 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
104 cache_file
="$ac_optarg" ;;
106 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
108 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
110 datadir
="$ac_optarg" ;;
112 -disable-* |
--disable-*)
113 ac_feature
=`echo $ac_option|sed -e 's/-*disable-//'`
114 # Reject names that are not valid shell variable names.
115 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
116 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
118 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
119 eval "enable_${ac_feature}=no" ;;
121 -enable-* |
--enable-*)
122 ac_feature
=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
123 # Reject names that are not valid shell variable names.
124 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
125 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
127 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
132 eval "enable_${ac_feature}='$ac_optarg'" ;;
134 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
135 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
136 |
--exec |
--exe |
--ex)
137 ac_prev
=exec_prefix
;;
138 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
139 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
140 |
--exec=* |
--exe=* |
--ex=*)
141 exec_prefix
="$ac_optarg" ;;
143 -gas |
--gas |
--ga |
--g)
144 # Obsolete; use --with-gas.
147 -help |
--help |
--hel |
--he)
148 # Omit some internal or obsolete options to make the list less imposing.
149 # This message is too long to be a string in the A/UX 3.1 sh.
151 Usage: configure [options] [host]
152 Options: [defaults in brackets after descriptions]
154 --cache-file=FILE cache test results in FILE
155 --help print this message
156 --no-create do not create output files
157 --quiet, --silent do not print \`checking...' messages
158 --version print the version of autoconf that created configure
159 Directory and file names:
160 --prefix=PREFIX install architecture-independent files in PREFIX
162 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
164 --bindir=DIR user executables in DIR [EPREFIX/bin]
165 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
166 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
167 --datadir=DIR read-only architecture-independent data in DIR
169 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
170 --sharedstatedir=DIR modifiable architecture-independent data in DIR
172 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
173 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
174 --includedir=DIR C header files in DIR [PREFIX/include]
175 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
176 --infodir=DIR info documentation in DIR [PREFIX/info]
177 --mandir=DIR man documentation in DIR [PREFIX/man]
178 --srcdir=DIR find the sources in DIR [configure dir or ..]
179 --program-prefix=PREFIX prepend PREFIX to installed program names
180 --program-suffix=SUFFIX append SUFFIX to installed program names
181 --program-transform-name=PROGRAM
182 run sed PROGRAM on installed program names
186 --build=BUILD configure for building on BUILD [BUILD=HOST]
187 --host=HOST configure for HOST [guessed]
188 --target=TARGET configure for TARGET [TARGET=HOST]
189 Features and packages:
190 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
191 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
192 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
193 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
194 --x-includes=DIR X include files are in DIR
195 --x-libraries=DIR X library files are in DIR
197 if test -n "$ac_help"; then
198 echo "--enable and --with options recognized:$ac_help"
202 -host |
--host |
--hos |
--ho)
204 -host=* |
--host=* |
--hos=* |
--ho=*)
207 -includedir |
--includedir |
--includedi |
--included |
--include \
208 |
--includ |
--inclu |
--incl |
--inc)
209 ac_prev
=includedir
;;
210 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
211 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
212 includedir
="$ac_optarg" ;;
214 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
216 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
217 infodir
="$ac_optarg" ;;
219 -libdir |
--libdir |
--libdi |
--libd)
221 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
222 libdir
="$ac_optarg" ;;
224 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
225 |
--libexe |
--libex |
--libe)
226 ac_prev
=libexecdir
;;
227 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
228 |
--libexe=* |
--libex=* |
--libe=*)
229 libexecdir
="$ac_optarg" ;;
231 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
232 |
--localstate |
--localstat |
--localsta |
--localst \
233 |
--locals |
--local |
--loca |
--loc |
--lo)
234 ac_prev
=localstatedir
;;
235 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
236 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
237 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
238 localstatedir
="$ac_optarg" ;;
240 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
242 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
243 mandir
="$ac_optarg" ;;
246 # Obsolete; use --without-fp.
249 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
253 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
254 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
257 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
258 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
259 |
--oldin |
--oldi |
--old |
--ol |
--o)
260 ac_prev
=oldincludedir
;;
261 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
262 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
263 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
264 oldincludedir
="$ac_optarg" ;;
266 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
268 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
269 prefix
="$ac_optarg" ;;
271 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
272 |
--program-pre |
--program-pr |
--program-p)
273 ac_prev
=program_prefix
;;
274 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
275 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
276 program_prefix
="$ac_optarg" ;;
278 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
279 |
--program-suf |
--program-su |
--program-s)
280 ac_prev
=program_suffix
;;
281 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
282 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
283 program_suffix
="$ac_optarg" ;;
285 -program-transform-name |
--program-transform-name \
286 |
--program-transform-nam |
--program-transform-na \
287 |
--program-transform-n |
--program-transform- \
288 |
--program-transform |
--program-transfor \
289 |
--program-transfo |
--program-transf \
290 |
--program-trans |
--program-tran \
291 |
--progr-tra |
--program-tr |
--program-t)
292 ac_prev
=program_transform_name
;;
293 -program-transform-name=* |
--program-transform-name=* \
294 |
--program-transform-nam=* |
--program-transform-na=* \
295 |
--program-transform-n=* |
--program-transform-=* \
296 |
--program-transform=* |
--program-transfor=* \
297 |
--program-transfo=* |
--program-transf=* \
298 |
--program-trans=* |
--program-tran=* \
299 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
300 program_transform_name
="$ac_optarg" ;;
302 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
303 |
-silent |
--silent |
--silen |
--sile |
--sil)
306 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
308 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
310 sbindir
="$ac_optarg" ;;
312 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
313 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
314 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
316 ac_prev
=sharedstatedir
;;
317 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
318 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
319 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
321 sharedstatedir
="$ac_optarg" ;;
323 -site |
--site |
--sit)
325 -site=* |
--site=* |
--sit=*)
328 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
330 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
331 srcdir
="$ac_optarg" ;;
333 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
334 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
335 ac_prev
=sysconfdir
;;
336 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
337 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
338 sysconfdir
="$ac_optarg" ;;
340 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
342 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
343 target
="$ac_optarg" ;;
345 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
348 -version |
--version |
--versio |
--versi |
--vers)
349 echo "configure generated by autoconf version 2.13"
353 ac_package
=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
354 # Reject names that are not valid shell variable names.
355 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
356 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
358 ac_package
=`echo $ac_package| sed 's/-/_/g'`
363 eval "with_${ac_package}='$ac_optarg'" ;;
365 -without-* |
--without-*)
366 ac_package
=`echo $ac_option|sed -e 's/-*without-//'`
367 # Reject names that are not valid shell variable names.
368 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
369 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
371 ac_package
=`echo $ac_package| sed 's/-/_/g'`
372 eval "with_${ac_package}=no" ;;
375 # Obsolete; use --with-x.
378 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
379 |
--x-incl |
--x-inc |
--x-in |
--x-i)
380 ac_prev
=x_includes
;;
381 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
382 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
383 x_includes
="$ac_optarg" ;;
385 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
386 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
387 ac_prev
=x_libraries
;;
388 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
389 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
390 x_libraries
="$ac_optarg" ;;
392 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
396 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
397 echo "configure: warning: $ac_option: invalid host type" 1>&2
399 if test "x$nonopt" != xNONE
; then
400 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
408 if test -n "$ac_prev"; then
409 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
412 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
414 # File descriptor usage:
417 # 2 errors and warnings
418 # 3 some systems may open it to /dev/tty
419 # 4 used on the Kubota Titan
420 # 6 checking for... messages and results
421 # 5 compiler messages saved in config.log
422 if test "$silent" = yes; then
430 This file contains any messages produced by compilers while
431 running configure, to aid debugging if configure makes a mistake.
434 # Strip out --no-create and --no-recursion so they do not pile up.
435 # Also quote any args containing shell metacharacters.
440 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
441 |
--no-cr |
--no-c) ;;
442 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
443 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r) ;;
444 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
445 ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
446 *) ac_configure_args
="$ac_configure_args $ac_arg" ;;
451 # Only set these to C if already set. These must not be set unconditionally
452 # because not all systems understand e.g. LANG=C (notably SCO).
453 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
454 # Non-C LC_CTYPE values break the ctype check.
455 if test "${LANG+set}" = set; then LANG
=C
; export LANG
; fi
456 if test "${LC_ALL+set}" = set; then LC_ALL
=C
; export LC_ALL
; fi
457 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES
=C
; export LC_MESSAGES
; fi
458 if test "${LC_CTYPE+set}" = set; then LC_CTYPE
=C
; export LC_CTYPE
; fi
460 # confdefs.h avoids OS command line length limits that DEFS can exceed.
461 rm -rf conftest
* confdefs.h
462 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
465 # A filename unique to this package, relative to the directory that
466 # configure is in, which we can look for to find out if srcdir is correct.
467 ac_unique_file
=controls
/edit.c
469 # Find the source files, if location was not specified.
470 if test -z "$srcdir"; then
471 ac_srcdir_defaulted
=yes
472 # Try the directory containing this script, then its parent.
474 ac_confdir
=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
475 test "x$ac_confdir" = "x$ac_prog" && ac_confdir
=.
477 if test ! -r $srcdir/$ac_unique_file; then
481 ac_srcdir_defaulted
=no
483 if test ! -r $srcdir/$ac_unique_file; then
484 if test "$ac_srcdir_defaulted" = yes; then
485 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
487 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
490 srcdir
=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
492 # Prefer explicitly selected file to automatically selected ones.
493 if test -z "$CONFIG_SITE"; then
494 if test "x$prefix" != xNONE
; then
495 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
497 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
500 for ac_site_file
in $CONFIG_SITE; do
501 if test -r "$ac_site_file"; then
502 echo "loading site script $ac_site_file"
507 if test -r "$cache_file"; then
508 echo "loading cache $cache_file"
511 echo "creating cache $cache_file"
516 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
517 ac_cpp
='$CPP $CPPFLAGS'
518 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
519 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
520 cross_compiling
=$ac_cv_prog_cc_cross
524 if (echo "testing\c"; echo 1,2,3) |
grep c
>/dev
/null
; then
525 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
526 if (echo -n testing
; echo 1,2,3) |
sed s
/-n/xn
/ |
grep xn
>/dev
/null
; then
533 ac_n
= ac_c
='\c' ac_t
=
539 for ac_dir
in tools
$srcdir/tools
; do
540 if test -f $ac_dir/install-sh
; then
542 ac_install_sh
="$ac_aux_dir/install-sh -c"
544 elif test -f $ac_dir/install.sh
; then
546 ac_install_sh
="$ac_aux_dir/install.sh -c"
550 if test -z "$ac_aux_dir"; then
551 { echo "configure: error: can not find install-sh or install.sh in tools $srcdir/tools" 1>&2; exit 1; }
553 ac_config_guess
=$ac_aux_dir/config.guess
554 ac_config_sub
=$ac_aux_dir/config.sub
555 ac_configure
=$ac_aux_dir/configure
# This should be Cygnus configure.
558 # We want these before the checks, so the checks can modify their values.
560 test -z "$PROGEXT" && PROGEXT
=""
564 LIBEXT
=so
# library type .so or .a
565 TRACE_MSGS
=yes # the TRACE() macro
566 DEBUG_MSGS
=yes # the TRACE(), WARN(), and FIXME() macros.
568 # Check whether --enable-emulator or --disable-emulator was given.
569 if test "${enable_emulator+set}" = set; then
570 enableval
="$enable_emulator"
571 if test "$enableval" = "no"; then EMU_TARGET
=""; fi
575 # Check whether --enable-dll or --disable-dll was given.
576 if test "${enable_dll+set}" = set; then
577 enableval
="$enable_dll"
578 if test "$enableval" = "no"; then LIBEXT
="a"; fi
582 # Check whether --enable-debug or --disable-debug was given.
583 if test "${enable_debug+set}" = set; then
584 enableval
="$enable_debug"
585 if test "$enableval" = "no"; then DEBUG_MSGS
="no"; fi
589 # Check whether --enable-trace or --disable-trace was given.
590 if test "${enable_trace+set}" = set; then
591 enableval
="$enable_trace"
592 if test "$enableval" = "no"; then TRACE_MSGS
="no"; fi
596 # Check whether --with-reentrant-x or --without-reentrant-x was given.
597 if test "${with_reentrant_x+set}" = set; then
598 withval
="$with_reentrant_x"
606 if test "$DEBUG_MSGS" = "no"
608 cat >> confdefs.h
<<\EOF
609 #define NO_DEBUG_MSGS 1
612 cat >> confdefs.h
<<\EOF
613 #define NO_TRACE_MSGS 1
617 if test "$TRACE_MSGS" = "no"
619 cat >> confdefs.h
<<\EOF
620 #define NO_TRACE_MSGS 1
627 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
628 echo "configure:629: checking whether ${MAKE-make} sets \${MAKE}" >&5
629 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y%./+-%__p_%'`
630 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
631 echo $ac_n "(cached) $ac_c" 1>&6
633 cat > conftestmake
<<\EOF
635 @
echo 'ac_maketemp="${MAKE}"'
637 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
638 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
639 if test -n "$ac_maketemp"; then
640 eval ac_cv_prog_make_
${ac_make}_set
=yes
642 eval ac_cv_prog_make_
${ac_make}_set
=no
646 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
647 echo "$ac_t""yes" 1>&6
650 echo "$ac_t""no" 1>&6
651 SET_MAKE
="MAKE=${MAKE-make}"
654 # Extract the first word of "gcc", so it can be a program name with args.
655 set dummy gcc
; ac_word
=$2
656 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
657 echo "configure:658: checking for $ac_word" >&5
658 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
659 echo $ac_n "(cached) $ac_c" 1>&6
661 if test -n "$CC"; then
662 ac_cv_prog_CC
="$CC" # Let the user override the test.
664 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
666 for ac_dir
in $ac_dummy; do
667 test -z "$ac_dir" && ac_dir
=.
668 if test -f $ac_dir/$ac_word; then
677 if test -n "$CC"; then
678 echo "$ac_t""$CC" 1>&6
680 echo "$ac_t""no" 1>&6
683 if test -z "$CC"; then
684 # Extract the first word of "cc", so it can be a program name with args.
685 set dummy cc
; ac_word
=$2
686 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
687 echo "configure:688: checking for $ac_word" >&5
688 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
689 echo $ac_n "(cached) $ac_c" 1>&6
691 if test -n "$CC"; then
692 ac_cv_prog_CC
="$CC" # Let the user override the test.
694 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
697 for ac_dir
in $ac_dummy; do
698 test -z "$ac_dir" && ac_dir
=.
699 if test -f $ac_dir/$ac_word; then
700 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
709 if test $ac_prog_rejected = yes; then
710 # We found a bogon in the path, so make sure we never use it.
711 set dummy
$ac_cv_prog_CC
713 if test $# -gt 0; then
714 # We chose a different compiler from the bogus one.
715 # However, it has the same basename, so the bogon will be chosen
716 # first if we set CC to just the basename; use the full file name.
718 set dummy
"$ac_dir/$ac_word" "$@"
726 if test -n "$CC"; then
727 echo "$ac_t""$CC" 1>&6
729 echo "$ac_t""no" 1>&6
732 if test -z "$CC"; then
735 # Extract the first word of "cl", so it can be a program name with args.
736 set dummy cl
; ac_word
=$2
737 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
738 echo "configure:739: checking for $ac_word" >&5
739 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
740 echo $ac_n "(cached) $ac_c" 1>&6
742 if test -n "$CC"; then
743 ac_cv_prog_CC
="$CC" # Let the user override the test.
745 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
747 for ac_dir
in $ac_dummy; do
748 test -z "$ac_dir" && ac_dir
=.
749 if test -f $ac_dir/$ac_word; then
758 if test -n "$CC"; then
759 echo "$ac_t""$CC" 1>&6
761 echo "$ac_t""no" 1>&6
766 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
769 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
770 echo "configure:771: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
773 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
774 ac_cpp
='$CPP $CPPFLAGS'
775 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
776 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
777 cross_compiling
=$ac_cv_prog_cc_cross
779 cat > conftest.
$ac_ext << EOF
781 #line 782 "configure"
782 #include "confdefs.h"
786 if { (eval echo configure
:787: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
787 ac_cv_prog_cc_works
=yes
788 # If we can't run a trivial program, we are probably using a cross compiler.
789 if (.
/conftest
; exit) 2>/dev
/null
; then
790 ac_cv_prog_cc_cross
=no
792 ac_cv_prog_cc_cross
=yes
795 echo "configure: failed program was:" >&5
796 cat conftest.
$ac_ext >&5
797 ac_cv_prog_cc_works
=no
801 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
802 ac_cpp
='$CPP $CPPFLAGS'
803 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
804 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
805 cross_compiling
=$ac_cv_prog_cc_cross
807 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
808 if test $ac_cv_prog_cc_works = no
; then
809 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
811 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
812 echo "configure:813: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
813 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
814 cross_compiling
=$ac_cv_prog_cc_cross
816 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
817 echo "configure:818: checking whether we are using GNU C" >&5
818 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
819 echo $ac_n "(cached) $ac_c" 1>&6
821 cat > conftest.c
<<EOF
826 if { ac_try
='${CC-cc} -E conftest.c'; { (eval echo configure
:827: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } |
egrep yes >/dev
/null
2>&1; then
833 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
835 if test $ac_cv_prog_gcc = yes; then
841 ac_test_CFLAGS
="${CFLAGS+set}"
842 ac_save_CFLAGS
="$CFLAGS"
844 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
845 echo "configure:846: checking whether ${CC-cc} accepts -g" >&5
846 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
847 echo $ac_n "(cached) $ac_c" 1>&6
849 echo 'void f(){}' > conftest.c
850 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
859 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
860 if test "$ac_test_CFLAGS" = set; then
861 CFLAGS
="$ac_save_CFLAGS"
862 elif test $ac_cv_prog_cc_g = yes; then
863 if test "$GCC" = yes; then
869 if test "$GCC" = yes; then
876 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
877 echo "configure:878: checking how to run the C preprocessor" >&5
878 # On Suns, sometimes $CPP names a directory.
879 if test -n "$CPP" && test -d "$CPP"; then
882 if test -z "$CPP"; then
883 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
884 echo $ac_n "(cached) $ac_c" 1>&6
886 # This must be in double quotes, not single quotes, because CPP may get
887 # substituted into the Makefile and "${CC-cc}" will confuse make.
889 # On the NeXT, cc -E runs the code through the compiler's parser,
890 # not just through cpp.
891 cat > conftest.
$ac_ext <<EOF
892 #line 893 "configure"
893 #include "confdefs.h"
897 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
898 { (eval echo configure
:899: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
899 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
900 if test -z "$ac_err"; then
904 echo "configure: failed program was:" >&5
905 cat conftest.
$ac_ext >&5
907 CPP
="${CC-cc} -E -traditional-cpp"
908 cat > conftest.
$ac_ext <<EOF
909 #line 910 "configure"
910 #include "confdefs.h"
914 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
915 { (eval echo configure
:916: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
916 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
917 if test -z "$ac_err"; then
921 echo "configure: failed program was:" >&5
922 cat conftest.
$ac_ext >&5
924 CPP
="${CC-cc} -nologo -E"
925 cat > conftest.
$ac_ext <<EOF
926 #line 927 "configure"
927 #include "confdefs.h"
931 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
932 { (eval echo configure
:933: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
933 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
934 if test -z "$ac_err"; then
938 echo "configure: failed program was:" >&5
939 cat conftest.
$ac_ext >&5
948 ac_cv_prog_CPP
="$CPP"
950 CPP
="$ac_cv_prog_CPP"
952 ac_cv_prog_CPP
="$CPP"
954 echo "$ac_t""$CPP" 1>&6
956 # If we find X, set shell vars x_includes and x_libraries to the
957 # paths, otherwise set no_x=yes.
958 # Uses ac_ vars as temps to allow command line to override cache and checks.
959 # --without-x overrides everything else, but does not touch the cache.
960 echo $ac_n "checking for X""... $ac_c" 1>&6
961 echo "configure:962: checking for X" >&5
963 # Check whether --with-x or --without-x was given.
964 if test "${with_x+set}" = set; then
969 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
970 if test "x$with_x" = xno
; then
971 # The user explicitly disabled X.
974 if test "x$x_includes" != xNONE
&& test "x$x_libraries" != xNONE
; then
975 # Both variables are already set.
978 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
979 echo $ac_n "(cached) $ac_c" 1>&6
981 # One or both of the vars are not set, and there is no cached value.
982 ac_x_includes
=NO ac_x_libraries
=NO
984 if mkdir conftestdir
; then
986 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
987 cat > Imakefile
<<'EOF'
989 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
991 if (xmkmf
) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
992 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
993 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
994 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
995 for ac_extension
in a so sl
; do
996 if test ! -f $ac_im_usrlibdir/libX11.
$ac_extension &&
997 test -f $ac_im_libdir/libX11.
$ac_extension; then
998 ac_im_usrlibdir
=$ac_im_libdir; break
1001 # Screen out bogus values from the imake configuration. They are
1002 # bogus both because they are the default anyway, and because
1003 # using them would break gcc on systems where it needs fixed includes.
1004 case "$ac_im_incroot" in
1006 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
="$ac_im_incroot" ;;
1008 case "$ac_im_usrlibdir" in
1010 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
="$ac_im_usrlibdir" ;;
1017 if test "$ac_x_includes" = NO
; then
1018 # Guess where to find include files, by looking for this one X11 .h file.
1019 test -z "$x_direct_test_include" && x_direct_test_include
=X11
/Intrinsic.h
1021 # First, try using that file with no special directory specified.
1022 cat > conftest.
$ac_ext <<EOF
1023 #line 1024 "configure"
1024 #include "confdefs.h"
1025 #include <$x_direct_test_include>
1027 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1028 { (eval echo configure
:1029: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1029 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1030 if test -z "$ac_err"; then
1032 # We can compile using X headers with no special include directory.
1036 echo "configure: failed program was:" >&5
1037 cat conftest.
$ac_ext >&5
1039 # Look for the header file in a standard set of common directories.
1040 # Check X11 before X11Rn because it is often a symlink to the current release.
1043 /usr
/X11R
6/include \
1044 /usr
/X11R
5/include \
1045 /usr
/X11R
4/include \
1048 /usr
/include
/X11R6 \
1049 /usr
/include
/X11R5 \
1050 /usr
/include
/X11R4 \
1052 /usr
/local
/X11
/include \
1053 /usr
/local
/X11R
6/include \
1054 /usr
/local
/X11R
5/include \
1055 /usr
/local
/X11R
4/include \
1057 /usr
/local
/include
/X11 \
1058 /usr
/local
/include
/X11R6 \
1059 /usr
/local
/include
/X11R5 \
1060 /usr
/local
/include
/X11R4 \
1064 /usr
/XFree86
/include
/X11 \
1067 /usr
/local
/include \
1068 /usr
/unsupported
/include \
1069 /usr
/athena
/include \
1070 /usr
/local
/x11r
5/include \
1071 /usr
/lpp
/Xamples
/include \
1073 /usr
/openwin
/include \
1074 /usr
/openwin
/share
/include \
1077 if test -r "$ac_dir/$x_direct_test_include"; then
1078 ac_x_includes
=$ac_dir
1084 fi # $ac_x_includes = NO
1086 if test "$ac_x_libraries" = NO
; then
1087 # Check for the libraries.
1089 test -z "$x_direct_test_library" && x_direct_test_library
=Xt
1090 test -z "$x_direct_test_function" && x_direct_test_function
=XtMalloc
1092 # See if we find them without any special options.
1093 # Don't add to $LIBS permanently.
1094 ac_save_LIBS
="$LIBS"
1095 LIBS
="-l$x_direct_test_library $LIBS"
1096 cat > conftest.
$ac_ext <<EOF
1097 #line 1098 "configure"
1098 #include "confdefs.h"
1101 ${x_direct_test_function}()
1104 if { (eval echo configure
:1105: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1106 LIBS
="$ac_save_LIBS"
1107 # We can link X programs with no special library path.
1110 echo "configure: failed program was:" >&5
1111 cat conftest.
$ac_ext >&5
1113 LIBS
="$ac_save_LIBS"
1114 # First see if replacing the include by lib works.
1115 # Check X11 before X11Rn because it is often a symlink to the current release.
1116 for ac_dir
in `echo "$ac_x_includes" | sed s/include/lib/` \
1127 /usr
/local
/X11
/lib \
1128 /usr
/local
/X11R
6/lib \
1129 /usr
/local
/X11R
5/lib \
1130 /usr
/local
/X11R
4/lib \
1132 /usr
/local
/lib
/X11 \
1133 /usr
/local
/lib
/X11R6 \
1134 /usr
/local
/lib
/X11R5 \
1135 /usr
/local
/lib
/X11R4 \
1139 /usr
/XFree86
/lib
/X11 \
1143 /usr
/unsupported
/lib \
1145 /usr
/local
/x11r
5/lib \
1146 /usr
/lpp
/Xamples
/lib \
1150 /usr
/openwin
/share
/lib \
1153 for ac_extension
in a so sl
; do
1154 if test -r $ac_dir/lib
${x_direct_test_library}.
$ac_extension; then
1155 ac_x_libraries
=$ac_dir
1162 fi # $ac_x_libraries = NO
1164 if test "$ac_x_includes" = NO ||
test "$ac_x_libraries" = NO
; then
1165 # Didn't find X anywhere. Cache the known absence of X.
1166 ac_cv_have_x
="have_x=no"
1168 # Record where we found X for the cache.
1169 ac_cv_have_x
="have_x=yes \
1170 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
1174 eval "$ac_cv_have_x"
1177 if test "$have_x" != yes; then
1178 echo "$ac_t""$have_x" 1>&6
1181 # If each of the values was on the command line, it overrides each guess.
1182 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
1183 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
1184 # Update the cache value to reflect the command line values.
1185 ac_cv_have_x
="have_x=yes \
1186 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
1187 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
1190 if test "$no_x" = yes; then
1191 # Not all programs may use this symbol, but it does not hurt to define it.
1192 cat >> confdefs.h
<<\EOF
1193 #define X_DISPLAY_MISSING 1
1196 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
1198 if test -n "$x_includes"; then
1199 X_CFLAGS
="$X_CFLAGS -I$x_includes"
1202 # It would also be nice to do this for all -L options, not just this one.
1203 if test -n "$x_libraries"; then
1204 X_LIBS
="$X_LIBS -L$x_libraries"
1205 # For Solaris; some versions of Sun CC require a space after -R and
1206 # others require no space. Words are not sufficient . . . .
1207 case "`(uname -sr) 2>/dev/null`" in
1209 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
1210 echo "configure:1211: checking whether -R must be followed by a space" >&5
1211 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS -R$x_libraries"
1212 cat > conftest.
$ac_ext <<EOF
1213 #line 1214 "configure"
1214 #include "confdefs.h"
1220 if { (eval echo configure
:1221: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1224 echo "configure: failed program was:" >&5
1225 cat conftest.
$ac_ext >&5
1230 if test $ac_R_nospace = yes; then
1231 echo "$ac_t""no" 1>&6
1232 X_LIBS
="$X_LIBS -R$x_libraries"
1234 LIBS
="$ac_xsave_LIBS -R $x_libraries"
1235 cat > conftest.
$ac_ext <<EOF
1236 #line 1237 "configure"
1237 #include "confdefs.h"
1243 if { (eval echo configure
:1244: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1247 echo "configure: failed program was:" >&5
1248 cat conftest.
$ac_ext >&5
1253 if test $ac_R_space = yes; then
1254 echo "$ac_t""yes" 1>&6
1255 X_LIBS
="$X_LIBS -R $x_libraries"
1257 echo "$ac_t""neither works" 1>&6
1260 LIBS
="$ac_xsave_LIBS"
1264 # Check for system-dependent libraries X programs must link with.
1265 # Do this before checking for the system-independent R6 libraries
1266 # (-lICE), since we may need -lsocket or whatever for X linking.
1268 if test "$ISC" = yes; then
1269 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
1271 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
1272 # libraries were built with DECnet support. And karl@cs.umb.edu says
1273 # the Alpha needs dnet_stub (dnet does not exist).
1274 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
1275 echo "configure:1276: checking for dnet_ntoa in -ldnet" >&5
1276 ac_lib_var
=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
1277 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1278 echo $ac_n "(cached) $ac_c" 1>&6
1280 ac_save_LIBS
="$LIBS"
1282 cat > conftest.
$ac_ext <<EOF
1283 #line 1284 "configure"
1284 #include "confdefs.h"
1285 /* Override any gcc2 internal prototype to avoid an error. */
1286 /* We use char because int might match the return type of a gcc2
1287 builtin and then its argument prototype would still apply. */
1294 if { (eval echo configure
:1295: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1296 eval "ac_cv_lib_$ac_lib_var=yes"
1298 echo "configure: failed program was:" >&5
1299 cat conftest.
$ac_ext >&5
1301 eval "ac_cv_lib_$ac_lib_var=no"
1304 LIBS
="$ac_save_LIBS"
1307 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1308 echo "$ac_t""yes" 1>&6
1309 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
1311 echo "$ac_t""no" 1>&6
1314 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
1315 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
1316 echo "configure:1317: checking for dnet_ntoa in -ldnet_stub" >&5
1317 ac_lib_var
=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
1318 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1319 echo $ac_n "(cached) $ac_c" 1>&6
1321 ac_save_LIBS
="$LIBS"
1322 LIBS
="-ldnet_stub $LIBS"
1323 cat > conftest.
$ac_ext <<EOF
1324 #line 1325 "configure"
1325 #include "confdefs.h"
1326 /* Override any gcc2 internal prototype to avoid an error. */
1327 /* We use char because int might match the return type of a gcc2
1328 builtin and then its argument prototype would still apply. */
1335 if { (eval echo configure
:1336: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1337 eval "ac_cv_lib_$ac_lib_var=yes"
1339 echo "configure: failed program was:" >&5
1340 cat conftest.
$ac_ext >&5
1342 eval "ac_cv_lib_$ac_lib_var=no"
1345 LIBS
="$ac_save_LIBS"
1348 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1349 echo "$ac_t""yes" 1>&6
1350 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
1352 echo "$ac_t""no" 1>&6
1357 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
1358 # to get the SysV transport functions.
1359 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
1361 # The nsl library prevents programs from opening the X display
1362 # on Irix 5.2, according to dickey@clark.net.
1363 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
1364 echo "configure:1365: checking for gethostbyname" >&5
1365 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
1366 echo $ac_n "(cached) $ac_c" 1>&6
1368 cat > conftest.
$ac_ext <<EOF
1369 #line 1370 "configure"
1370 #include "confdefs.h"
1371 /* System header to define __stub macros and hopefully few prototypes,
1372 which can conflict with char gethostbyname(); below. */
1374 /* Override any gcc2 internal prototype to avoid an error. */
1375 /* We use char because int might match the return type of a gcc2
1376 builtin and then its argument prototype would still apply. */
1377 char gethostbyname();
1381 /* The GNU C library defines this for functions which it implements
1382 to always fail with ENOSYS. Some functions are actually named
1383 something starting with __ and the normal name is an alias. */
1384 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
1392 if { (eval echo configure
:1393: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1394 eval "ac_cv_func_gethostbyname=yes"
1396 echo "configure: failed program was:" >&5
1397 cat conftest.
$ac_ext >&5
1399 eval "ac_cv_func_gethostbyname=no"
1404 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
1405 echo "$ac_t""yes" 1>&6
1408 echo "$ac_t""no" 1>&6
1411 if test $ac_cv_func_gethostbyname = no
; then
1412 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
1413 echo "configure:1414: checking for gethostbyname in -lnsl" >&5
1414 ac_lib_var
=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
1415 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1416 echo $ac_n "(cached) $ac_c" 1>&6
1418 ac_save_LIBS
="$LIBS"
1420 cat > conftest.
$ac_ext <<EOF
1421 #line 1422 "configure"
1422 #include "confdefs.h"
1423 /* Override any gcc2 internal prototype to avoid an error. */
1424 /* We use char because int might match the return type of a gcc2
1425 builtin and then its argument prototype would still apply. */
1426 char gethostbyname();
1432 if { (eval echo configure
:1433: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1434 eval "ac_cv_lib_$ac_lib_var=yes"
1436 echo "configure: failed program was:" >&5
1437 cat conftest.
$ac_ext >&5
1439 eval "ac_cv_lib_$ac_lib_var=no"
1442 LIBS
="$ac_save_LIBS"
1445 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1446 echo "$ac_t""yes" 1>&6
1447 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
1449 echo "$ac_t""no" 1>&6
1454 # lieder@skyler.mavd.honeywell.com says without -lsocket,
1455 # socket/setsockopt and other routines are undefined under SCO ODT
1456 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
1457 # on later versions), says simon@lia.di.epfl.ch: it contains
1458 # gethostby* variants that don't use the nameserver (or something).
1459 # -lsocket must be given before -lnsl if both are needed.
1460 # We assume that if connect needs -lnsl, so does gethostbyname.
1461 echo $ac_n "checking for connect""... $ac_c" 1>&6
1462 echo "configure:1463: checking for connect" >&5
1463 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
1464 echo $ac_n "(cached) $ac_c" 1>&6
1466 cat > conftest.
$ac_ext <<EOF
1467 #line 1468 "configure"
1468 #include "confdefs.h"
1469 /* System header to define __stub macros and hopefully few prototypes,
1470 which can conflict with char connect(); below. */
1472 /* Override any gcc2 internal prototype to avoid an error. */
1473 /* We use char because int might match the return type of a gcc2
1474 builtin and then its argument prototype would still apply. */
1479 /* The GNU C library defines this for functions which it implements
1480 to always fail with ENOSYS. Some functions are actually named
1481 something starting with __ and the normal name is an alias. */
1482 #if defined (__stub_connect) || defined (__stub___connect)
1490 if { (eval echo configure
:1491: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1492 eval "ac_cv_func_connect=yes"
1494 echo "configure: failed program was:" >&5
1495 cat conftest.
$ac_ext >&5
1497 eval "ac_cv_func_connect=no"
1502 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
1503 echo "$ac_t""yes" 1>&6
1506 echo "$ac_t""no" 1>&6
1509 if test $ac_cv_func_connect = no
; then
1510 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
1511 echo "configure:1512: checking for connect in -lsocket" >&5
1512 ac_lib_var
=`echo socket'_'connect | sed 'y%./+-%__p_%'`
1513 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1514 echo $ac_n "(cached) $ac_c" 1>&6
1516 ac_save_LIBS
="$LIBS"
1517 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
1518 cat > conftest.
$ac_ext <<EOF
1519 #line 1520 "configure"
1520 #include "confdefs.h"
1521 /* Override any gcc2 internal prototype to avoid an error. */
1522 /* We use char because int might match the return type of a gcc2
1523 builtin and then its argument prototype would still apply. */
1530 if { (eval echo configure
:1531: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1532 eval "ac_cv_lib_$ac_lib_var=yes"
1534 echo "configure: failed program was:" >&5
1535 cat conftest.
$ac_ext >&5
1537 eval "ac_cv_lib_$ac_lib_var=no"
1540 LIBS
="$ac_save_LIBS"
1543 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1544 echo "$ac_t""yes" 1>&6
1545 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
1547 echo "$ac_t""no" 1>&6
1552 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
1553 echo $ac_n "checking for remove""... $ac_c" 1>&6
1554 echo "configure:1555: checking for remove" >&5
1555 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
1556 echo $ac_n "(cached) $ac_c" 1>&6
1558 cat > conftest.
$ac_ext <<EOF
1559 #line 1560 "configure"
1560 #include "confdefs.h"
1561 /* System header to define __stub macros and hopefully few prototypes,
1562 which can conflict with char remove(); below. */
1564 /* Override any gcc2 internal prototype to avoid an error. */
1565 /* We use char because int might match the return type of a gcc2
1566 builtin and then its argument prototype would still apply. */
1571 /* The GNU C library defines this for functions which it implements
1572 to always fail with ENOSYS. Some functions are actually named
1573 something starting with __ and the normal name is an alias. */
1574 #if defined (__stub_remove) || defined (__stub___remove)
1582 if { (eval echo configure
:1583: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1584 eval "ac_cv_func_remove=yes"
1586 echo "configure: failed program was:" >&5
1587 cat conftest.
$ac_ext >&5
1589 eval "ac_cv_func_remove=no"
1594 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
1595 echo "$ac_t""yes" 1>&6
1598 echo "$ac_t""no" 1>&6
1601 if test $ac_cv_func_remove = no
; then
1602 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
1603 echo "configure:1604: checking for remove in -lposix" >&5
1604 ac_lib_var
=`echo posix'_'remove | sed 'y%./+-%__p_%'`
1605 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1606 echo $ac_n "(cached) $ac_c" 1>&6
1608 ac_save_LIBS
="$LIBS"
1609 LIBS
="-lposix $LIBS"
1610 cat > conftest.
$ac_ext <<EOF
1611 #line 1612 "configure"
1612 #include "confdefs.h"
1613 /* Override any gcc2 internal prototype to avoid an error. */
1614 /* We use char because int might match the return type of a gcc2
1615 builtin and then its argument prototype would still apply. */
1622 if { (eval echo configure
:1623: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1624 eval "ac_cv_lib_$ac_lib_var=yes"
1626 echo "configure: failed program was:" >&5
1627 cat conftest.
$ac_ext >&5
1629 eval "ac_cv_lib_$ac_lib_var=no"
1632 LIBS
="$ac_save_LIBS"
1635 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1636 echo "$ac_t""yes" 1>&6
1637 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
1639 echo "$ac_t""no" 1>&6
1644 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
1645 echo $ac_n "checking for shmat""... $ac_c" 1>&6
1646 echo "configure:1647: checking for shmat" >&5
1647 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
1648 echo $ac_n "(cached) $ac_c" 1>&6
1650 cat > conftest.
$ac_ext <<EOF
1651 #line 1652 "configure"
1652 #include "confdefs.h"
1653 /* System header to define __stub macros and hopefully few prototypes,
1654 which can conflict with char shmat(); below. */
1656 /* Override any gcc2 internal prototype to avoid an error. */
1657 /* We use char because int might match the return type of a gcc2
1658 builtin and then its argument prototype would still apply. */
1663 /* The GNU C library defines this for functions which it implements
1664 to always fail with ENOSYS. Some functions are actually named
1665 something starting with __ and the normal name is an alias. */
1666 #if defined (__stub_shmat) || defined (__stub___shmat)
1674 if { (eval echo configure
:1675: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1676 eval "ac_cv_func_shmat=yes"
1678 echo "configure: failed program was:" >&5
1679 cat conftest.
$ac_ext >&5
1681 eval "ac_cv_func_shmat=no"
1686 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
1687 echo "$ac_t""yes" 1>&6
1690 echo "$ac_t""no" 1>&6
1693 if test $ac_cv_func_shmat = no
; then
1694 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
1695 echo "configure:1696: checking for shmat in -lipc" >&5
1696 ac_lib_var
=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
1697 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1698 echo $ac_n "(cached) $ac_c" 1>&6
1700 ac_save_LIBS
="$LIBS"
1702 cat > conftest.
$ac_ext <<EOF
1703 #line 1704 "configure"
1704 #include "confdefs.h"
1705 /* Override any gcc2 internal prototype to avoid an error. */
1706 /* We use char because int might match the return type of a gcc2
1707 builtin and then its argument prototype would still apply. */
1714 if { (eval echo configure
:1715: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1716 eval "ac_cv_lib_$ac_lib_var=yes"
1718 echo "configure: failed program was:" >&5
1719 cat conftest.
$ac_ext >&5
1721 eval "ac_cv_lib_$ac_lib_var=no"
1724 LIBS
="$ac_save_LIBS"
1727 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1728 echo "$ac_t""yes" 1>&6
1729 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
1731 echo "$ac_t""no" 1>&6
1737 # Check for libraries that X11R6 Xt/Xaw programs need.
1738 ac_save_LDFLAGS
="$LDFLAGS"
1739 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
1740 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
1741 # check for ICE first), but we must link in the order -lSM -lICE or
1742 # we get undefined symbols. So assume we have SM if we have ICE.
1743 # These have to be linked with before -lX11, unlike the other
1744 # libraries we check for below, so use a different variable.
1745 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
1746 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
1747 echo "configure:1748: checking for IceConnectionNumber in -lICE" >&5
1748 ac_lib_var
=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
1749 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1750 echo $ac_n "(cached) $ac_c" 1>&6
1752 ac_save_LIBS
="$LIBS"
1753 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
1754 cat > conftest.
$ac_ext <<EOF
1755 #line 1756 "configure"
1756 #include "confdefs.h"
1757 /* Override any gcc2 internal prototype to avoid an error. */
1758 /* We use char because int might match the return type of a gcc2
1759 builtin and then its argument prototype would still apply. */
1760 char IceConnectionNumber();
1763 IceConnectionNumber()
1766 if { (eval echo configure
:1767: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1768 eval "ac_cv_lib_$ac_lib_var=yes"
1770 echo "configure: failed program was:" >&5
1771 cat conftest.
$ac_ext >&5
1773 eval "ac_cv_lib_$ac_lib_var=no"
1776 LIBS
="$ac_save_LIBS"
1779 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1780 echo "$ac_t""yes" 1>&6
1781 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
1783 echo "$ac_t""no" 1>&6
1786 LDFLAGS
="$ac_save_LDFLAGS"
1790 for ac_prog
in 'bison -y' byacc
1792 # Extract the first word of "$ac_prog", so it can be a program name with args.
1793 set dummy
$ac_prog; ac_word
=$2
1794 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1795 echo "configure:1796: checking for $ac_word" >&5
1796 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
1797 echo $ac_n "(cached) $ac_c" 1>&6
1799 if test -n "$YACC"; then
1800 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
1802 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
1804 for ac_dir
in $ac_dummy; do
1805 test -z "$ac_dir" && ac_dir
=.
1806 if test -f $ac_dir/$ac_word; then
1807 ac_cv_prog_YACC
="$ac_prog"
1814 YACC
="$ac_cv_prog_YACC"
1815 if test -n "$YACC"; then
1816 echo "$ac_t""$YACC" 1>&6
1818 echo "$ac_t""no" 1>&6
1821 test -n "$YACC" && break
1823 test -n "$YACC" || YACC
="yacc"
1825 # Extract the first word of "flex", so it can be a program name with args.
1826 set dummy flex
; ac_word
=$2
1827 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1828 echo "configure:1829: checking for $ac_word" >&5
1829 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
1830 echo $ac_n "(cached) $ac_c" 1>&6
1832 if test -n "$LEX"; then
1833 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
1835 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
1837 for ac_dir
in $ac_dummy; do
1838 test -z "$ac_dir" && ac_dir
=.
1839 if test -f $ac_dir/$ac_word; then
1840 ac_cv_prog_LEX
="flex"
1845 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX
="lex"
1848 LEX
="$ac_cv_prog_LEX"
1849 if test -n "$LEX"; then
1850 echo "$ac_t""$LEX" 1>&6
1852 echo "$ac_t""no" 1>&6
1855 if test -z "$LEXLIB"
1861 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
1862 echo "configure:1863: checking for yywrap in -l$ac_lib" >&5
1863 ac_lib_var
=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
1864 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1865 echo $ac_n "(cached) $ac_c" 1>&6
1867 ac_save_LIBS
="$LIBS"
1868 LIBS
="-l$ac_lib $LIBS"
1869 cat > conftest.
$ac_ext <<EOF
1870 #line 1871 "configure"
1871 #include "confdefs.h"
1872 /* Override any gcc2 internal prototype to avoid an error. */
1873 /* We use char because int might match the return type of a gcc2
1874 builtin and then its argument prototype would still apply. */
1881 if { (eval echo configure
:1882: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1883 eval "ac_cv_lib_$ac_lib_var=yes"
1885 echo "configure: failed program was:" >&5
1886 cat conftest.
$ac_ext >&5
1888 eval "ac_cv_lib_$ac_lib_var=no"
1891 LIBS
="$ac_save_LIBS"
1894 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1895 echo "$ac_t""yes" 1>&6
1898 echo "$ac_t""no" 1>&6
1903 # Extract the first word of "ranlib", so it can be a program name with args.
1904 set dummy ranlib
; ac_word
=$2
1905 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1906 echo "configure:1907: checking for $ac_word" >&5
1907 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1908 echo $ac_n "(cached) $ac_c" 1>&6
1910 if test -n "$RANLIB"; then
1911 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
1913 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
1915 for ac_dir
in $ac_dummy; do
1916 test -z "$ac_dir" && ac_dir
=.
1917 if test -f $ac_dir/$ac_word; then
1918 ac_cv_prog_RANLIB
="ranlib"
1923 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB
=":"
1926 RANLIB
="$ac_cv_prog_RANLIB"
1927 if test -n "$RANLIB"; then
1928 echo "$ac_t""$RANLIB" 1>&6
1930 echo "$ac_t""no" 1>&6
1933 # Find a good install program. We prefer a C program (faster),
1934 # so one script is as good as another. But avoid the broken or
1935 # incompatible versions:
1936 # SysV /etc/install, /usr/sbin/install
1937 # SunOS /usr/etc/install
1938 # IRIX /sbin/install
1940 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1941 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1942 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1943 # ./install, which can be erroneously created by make from ./install.sh.
1944 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1945 echo "configure:1946: checking for a BSD compatible install" >&5
1946 if test -z "$INSTALL"; then
1947 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1948 echo $ac_n "(cached) $ac_c" 1>&6
1950 IFS
="${IFS= }"; ac_save_IFS
="$IFS"; IFS
=":"
1951 for ac_dir
in $PATH; do
1952 # Account for people who put trailing slashes in PATH elements.
1954 /|.
/|.
//|
/etc
/*|
/usr
/sbin
/*|
/usr
/etc
/*|
/sbin
/*|
/usr
/afsws
/bin
/*|
/usr
/ucb
/*) ;;
1956 # OSF1 and SCO ODT 3.0 have their own names for install.
1957 # Don't use installbsd from OSF since it installs stuff as root
1959 for ac_prog
in ginstall scoinst
install; do
1960 if test -f $ac_dir/$ac_prog; then
1961 if test $ac_prog = install &&
1962 grep dspmsg
$ac_dir/$ac_prog >/dev
/null
2>&1; then
1963 # AIX install. It has an incompatible calling convention.
1966 ac_cv_path_install
="$ac_dir/$ac_prog -c"
1977 if test "${ac_cv_path_install+set}" = set; then
1978 INSTALL
="$ac_cv_path_install"
1980 # As a last resort, use the slow shell script. We don't cache a
1981 # path for INSTALL within a source directory, because that will
1982 # break other packages using the cache if that directory is
1983 # removed, or if the path is relative.
1984 INSTALL
="$ac_install_sh"
1987 echo "$ac_t""$INSTALL" 1>&6
1989 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1990 # It thinks the first close brace ends the variable substitution.
1991 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
1993 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL_PROGRAM}'
1995 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
1997 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
1998 echo "configure:1999: checking whether ln -s works" >&5
1999 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
2000 echo $ac_n "(cached) $ac_c" 1>&6
2003 if ln -s X conftestdata
2>/dev
/null
2006 ac_cv_prog_LN_S
="ln -s"
2011 LN_S
="$ac_cv_prog_LN_S"
2012 if test "$ac_cv_prog_LN_S" = "ln -s"; then
2013 echo "$ac_t""yes" 1>&6
2015 echo "$ac_t""no" 1>&6
2018 # Extract the first word of "c2man", so it can be a program name with args.
2019 set dummy c2man
; ac_word
=$2
2020 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2021 echo "configure:2022: checking for $ac_word" >&5
2022 if eval "test \"`echo '$''{'ac_cv_prog_C2MAN'+set}'`\" = set"; then
2023 echo $ac_n "(cached) $ac_c" 1>&6
2025 if test -n "$C2MAN"; then
2026 ac_cv_prog_C2MAN
="$C2MAN" # Let the user override the test.
2028 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2030 for ac_dir
in $ac_dummy; do
2031 test -z "$ac_dir" && ac_dir
=.
2032 if test -f $ac_dir/$ac_word; then
2033 ac_cv_prog_C2MAN
="c2man"
2038 test -z "$ac_cv_prog_C2MAN" && ac_cv_prog_C2MAN
="true"
2041 C2MAN
="$ac_cv_prog_C2MAN"
2042 if test -n "$C2MAN"; then
2043 echo "$ac_t""$C2MAN" 1>&6
2045 echo "$ac_t""no" 1>&6
2048 # Extract the first word of "ldconfig", so it can be a program name with args.
2049 set dummy ldconfig
; ac_word
=$2
2050 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2051 echo "configure:2052: checking for $ac_word" >&5
2052 if eval "test \"`echo '$''{'ac_cv_path_LDCONFIG'+set}'`\" = set"; then
2053 echo $ac_n "(cached) $ac_c" 1>&6
2057 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
2060 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a dos path.
2063 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2064 ac_dummy
="/sbin:/usr/sbin:$PATH"
2065 for ac_dir
in $ac_dummy; do
2066 test -z "$ac_dir" && ac_dir
=.
2067 if test -f $ac_dir/$ac_word; then
2068 ac_cv_path_LDCONFIG
="$ac_dir/$ac_word"
2073 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
2077 LDCONFIG
="$ac_cv_path_LDCONFIG"
2078 if test -n "$LDCONFIG"; then
2079 echo "$ac_t""$LDCONFIG" 1>&6
2081 echo "$ac_t""no" 1>&6
2085 for ac_prog
in lclint lint
2087 # Extract the first word of "$ac_prog", so it can be a program name with args.
2088 set dummy
$ac_prog; ac_word
=$2
2089 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2090 echo "configure:2091: checking for $ac_word" >&5
2091 if eval "test \"`echo '$''{'ac_cv_prog_LINT'+set}'`\" = set"; then
2092 echo $ac_n "(cached) $ac_c" 1>&6
2094 if test -n "$LINT"; then
2095 ac_cv_prog_LINT
="$LINT" # Let the user override the test.
2097 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2099 for ac_dir
in $ac_dummy; do
2100 test -z "$ac_dir" && ac_dir
=.
2101 if test -f $ac_dir/$ac_word; then
2102 ac_cv_prog_LINT
="$ac_prog"
2109 LINT
="$ac_cv_prog_LINT"
2110 if test -n "$LINT"; then
2111 echo "$ac_t""$LINT" 1>&6
2113 echo "$ac_t""no" 1>&6
2116 test -n "$LINT" && break
2119 if test "$LINT" = "lint"
2121 LINTFLAGS
="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
2127 echo $ac_n "checking for sqrt in -lm""... $ac_c" 1>&6
2128 echo "configure:2129: checking for sqrt in -lm" >&5
2129 ac_lib_var
=`echo m'_'sqrt | sed 'y%./+-%__p_%'`
2130 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2131 echo $ac_n "(cached) $ac_c" 1>&6
2133 ac_save_LIBS
="$LIBS"
2135 cat > conftest.
$ac_ext <<EOF
2136 #line 2137 "configure"
2137 #include "confdefs.h"
2138 /* Override any gcc2 internal prototype to avoid an error. */
2139 /* We use char because int might match the return type of a gcc2
2140 builtin and then its argument prototype would still apply. */
2147 if { (eval echo configure
:2148: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2149 eval "ac_cv_lib_$ac_lib_var=yes"
2151 echo "configure: failed program was:" >&5
2152 cat conftest.
$ac_ext >&5
2154 eval "ac_cv_lib_$ac_lib_var=no"
2157 LIBS
="$ac_save_LIBS"
2160 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2161 echo "$ac_t""yes" 1>&6
2162 ac_tr_lib
=HAVE_LIB
`echo m | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2163 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2164 cat >> confdefs.h
<<EOF
2165 #define $ac_tr_lib 1
2171 echo "$ac_t""no" 1>&6
2174 echo $ac_n "checking for i386_set_ldt in -li386""... $ac_c" 1>&6
2175 echo "configure:2176: checking for i386_set_ldt in -li386" >&5
2176 ac_lib_var
=`echo i386'_'i386_set_ldt | sed 'y%./+-%__p_%'`
2177 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2178 echo $ac_n "(cached) $ac_c" 1>&6
2180 ac_save_LIBS
="$LIBS"
2182 cat > conftest.
$ac_ext <<EOF
2183 #line 2184 "configure"
2184 #include "confdefs.h"
2185 /* Override any gcc2 internal prototype to avoid an error. */
2186 /* We use char because int might match the return type of a gcc2
2187 builtin and then its argument prototype would still apply. */
2188 char i386_set_ldt();
2194 if { (eval echo configure
:2195: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2196 eval "ac_cv_lib_$ac_lib_var=yes"
2198 echo "configure: failed program was:" >&5
2199 cat conftest.
$ac_ext >&5
2201 eval "ac_cv_lib_$ac_lib_var=no"
2204 LIBS
="$ac_save_LIBS"
2207 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2208 echo "$ac_t""yes" 1>&6
2209 ac_tr_lib
=HAVE_LIB
`echo i386 | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2210 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2211 cat >> confdefs.h
<<EOF
2212 #define $ac_tr_lib 1
2218 echo "$ac_t""no" 1>&6
2221 echo $ac_n "checking for _oss_ioctl in -lossaudio""... $ac_c" 1>&6
2222 echo "configure:2223: checking for _oss_ioctl in -lossaudio" >&5
2223 ac_lib_var
=`echo ossaudio'_'_oss_ioctl | sed 'y%./+-%__p_%'`
2224 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2225 echo $ac_n "(cached) $ac_c" 1>&6
2227 ac_save_LIBS
="$LIBS"
2228 LIBS
="-lossaudio $LIBS"
2229 cat > conftest.
$ac_ext <<EOF
2230 #line 2231 "configure"
2231 #include "confdefs.h"
2232 /* Override any gcc2 internal prototype to avoid an error. */
2233 /* We use char because int might match the return type of a gcc2
2234 builtin and then its argument prototype would still apply. */
2241 if { (eval echo configure
:2242: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2243 eval "ac_cv_lib_$ac_lib_var=yes"
2245 echo "configure: failed program was:" >&5
2246 cat conftest.
$ac_ext >&5
2248 eval "ac_cv_lib_$ac_lib_var=no"
2251 LIBS
="$ac_save_LIBS"
2254 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2255 echo "$ac_t""yes" 1>&6
2256 ac_tr_lib
=HAVE_LIB
`echo ossaudio | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2257 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2258 cat >> confdefs.h
<<EOF
2259 #define $ac_tr_lib 1
2262 LIBS
="-lossaudio $LIBS"
2265 echo "$ac_t""no" 1>&6
2268 echo $ac_n "checking for iswalnum in -lw""... $ac_c" 1>&6
2269 echo "configure:2270: checking for iswalnum in -lw" >&5
2270 ac_lib_var
=`echo w'_'iswalnum | sed 'y%./+-%__p_%'`
2271 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2272 echo $ac_n "(cached) $ac_c" 1>&6
2274 ac_save_LIBS
="$LIBS"
2276 cat > conftest.
$ac_ext <<EOF
2277 #line 2278 "configure"
2278 #include "confdefs.h"
2279 /* Override any gcc2 internal prototype to avoid an error. */
2280 /* We use char because int might match the return type of a gcc2
2281 builtin and then its argument prototype would still apply. */
2288 if { (eval echo configure
:2289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2290 eval "ac_cv_lib_$ac_lib_var=yes"
2292 echo "configure: failed program was:" >&5
2293 cat conftest.
$ac_ext >&5
2295 eval "ac_cv_lib_$ac_lib_var=no"
2298 LIBS
="$ac_save_LIBS"
2301 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2302 echo "$ac_t""yes" 1>&6
2303 ac_tr_lib
=HAVE_LIB
`echo w | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2304 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2305 cat >> confdefs.h
<<EOF
2306 #define $ac_tr_lib 1
2312 echo "$ac_t""no" 1>&6
2315 for ac_func
in gethostbyname
2317 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2318 echo "configure:2319: checking for $ac_func" >&5
2319 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2320 echo $ac_n "(cached) $ac_c" 1>&6
2322 cat > conftest.
$ac_ext <<EOF
2323 #line 2324 "configure"
2324 #include "confdefs.h"
2325 /* System header to define __stub macros and hopefully few prototypes,
2326 which can conflict with char $ac_func(); below. */
2328 /* Override any gcc2 internal prototype to avoid an error. */
2329 /* We use char because int might match the return type of a gcc2
2330 builtin and then its argument prototype would still apply. */
2335 /* The GNU C library defines this for functions which it implements
2336 to always fail with ENOSYS. Some functions are actually named
2337 something starting with __ and the normal name is an alias. */
2338 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2346 if { (eval echo configure
:2347: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2348 eval "ac_cv_func_$ac_func=yes"
2350 echo "configure: failed program was:" >&5
2351 cat conftest.
$ac_ext >&5
2353 eval "ac_cv_func_$ac_func=no"
2358 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2359 echo "$ac_t""yes" 1>&6
2360 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2361 cat >> confdefs.h
<<EOF
2362 #define $ac_tr_func 1
2366 echo "$ac_t""no" 1>&6
2367 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
2368 echo "configure:2369: checking for gethostbyname in -lnsl" >&5
2369 ac_lib_var
=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
2370 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2371 echo $ac_n "(cached) $ac_c" 1>&6
2373 ac_save_LIBS
="$LIBS"
2374 LIBS
="-lnsl -lsocket $LIBS"
2375 cat > conftest.
$ac_ext <<EOF
2376 #line 2377 "configure"
2377 #include "confdefs.h"
2378 /* Override any gcc2 internal prototype to avoid an error. */
2379 /* We use char because int might match the return type of a gcc2
2380 builtin and then its argument prototype would still apply. */
2381 char gethostbyname();
2387 if { (eval echo configure
:2388: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2389 eval "ac_cv_lib_$ac_lib_var=yes"
2391 echo "configure: failed program was:" >&5
2392 cat conftest.
$ac_ext >&5
2394 eval "ac_cv_lib_$ac_lib_var=no"
2397 LIBS
="$ac_save_LIBS"
2400 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2401 echo "$ac_t""yes" 1>&6
2402 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
2404 echo "$ac_t""no" 1>&6
2405 echo $ac_n "checking for gethostbyname in -lsocket""... $ac_c" 1>&6
2406 echo "configure:2407: checking for gethostbyname in -lsocket" >&5
2407 ac_lib_var
=`echo socket'_'gethostbyname | sed 'y%./+-%__p_%'`
2408 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2409 echo $ac_n "(cached) $ac_c" 1>&6
2411 ac_save_LIBS
="$LIBS"
2412 LIBS
="-lsocket -lnsl $LIBS"
2413 cat > conftest.
$ac_ext <<EOF
2414 #line 2415 "configure"
2415 #include "confdefs.h"
2416 /* Override any gcc2 internal prototype to avoid an error. */
2417 /* We use char because int might match the return type of a gcc2
2418 builtin and then its argument prototype would still apply. */
2419 char gethostbyname();
2425 if { (eval echo configure
:2426: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2427 eval "ac_cv_lib_$ac_lib_var=yes"
2429 echo "configure: failed program was:" >&5
2430 cat conftest.
$ac_ext >&5
2432 eval "ac_cv_lib_$ac_lib_var=no"
2435 LIBS
="$ac_save_LIBS"
2438 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2439 echo "$ac_t""yes" 1>&6
2440 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
2442 echo "$ac_t""no" 1>&6
2450 for ac_func
in connect
2452 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2453 echo "configure:2454: checking for $ac_func" >&5
2454 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2455 echo $ac_n "(cached) $ac_c" 1>&6
2457 cat > conftest.
$ac_ext <<EOF
2458 #line 2459 "configure"
2459 #include "confdefs.h"
2460 /* System header to define __stub macros and hopefully few prototypes,
2461 which can conflict with char $ac_func(); below. */
2463 /* Override any gcc2 internal prototype to avoid an error. */
2464 /* We use char because int might match the return type of a gcc2
2465 builtin and then its argument prototype would still apply. */
2470 /* The GNU C library defines this for functions which it implements
2471 to always fail with ENOSYS. Some functions are actually named
2472 something starting with __ and the normal name is an alias. */
2473 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2481 if { (eval echo configure
:2482: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2483 eval "ac_cv_func_$ac_func=yes"
2485 echo "configure: failed program was:" >&5
2486 cat conftest.
$ac_ext >&5
2488 eval "ac_cv_func_$ac_func=no"
2493 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2494 echo "$ac_t""yes" 1>&6
2495 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2496 cat >> confdefs.h
<<EOF
2497 #define $ac_tr_func 1
2501 echo "$ac_t""no" 1>&6
2502 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
2503 echo "configure:2504: checking for connect in -lsocket" >&5
2504 ac_lib_var
=`echo socket'_'connect | sed 'y%./+-%__p_%'`
2505 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2506 echo $ac_n "(cached) $ac_c" 1>&6
2508 ac_save_LIBS
="$LIBS"
2509 LIBS
="-lsocket $LIBS"
2510 cat > conftest.
$ac_ext <<EOF
2511 #line 2512 "configure"
2512 #include "confdefs.h"
2513 /* Override any gcc2 internal prototype to avoid an error. */
2514 /* We use char because int might match the return type of a gcc2
2515 builtin and then its argument prototype would still apply. */
2522 if { (eval echo configure
:2523: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2524 eval "ac_cv_lib_$ac_lib_var=yes"
2526 echo "configure: failed program was:" >&5
2527 cat conftest.
$ac_ext >&5
2529 eval "ac_cv_lib_$ac_lib_var=no"
2532 LIBS
="$ac_save_LIBS"
2535 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2536 echo "$ac_t""yes" 1>&6
2537 ac_tr_lib
=HAVE_LIB
`echo socket | sed -e 's/^a-zA-Z0-9_/_/g' \
2538 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2539 cat >> confdefs.h
<<EOF
2540 #define $ac_tr_lib 1
2543 LIBS
="-lsocket $LIBS"
2546 echo "$ac_t""no" 1>&6
2552 echo $ac_n "checking for setrunelocale in -lxpg4""... $ac_c" 1>&6
2553 echo "configure:2554: checking for setrunelocale in -lxpg4" >&5
2554 ac_lib_var
=`echo xpg4'_'setrunelocale | sed 'y%./+-%__p_%'`
2555 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2556 echo $ac_n "(cached) $ac_c" 1>&6
2558 ac_save_LIBS
="$LIBS"
2560 cat > conftest.
$ac_ext <<EOF
2561 #line 2562 "configure"
2562 #include "confdefs.h"
2563 /* Override any gcc2 internal prototype to avoid an error. */
2564 /* We use char because int might match the return type of a gcc2
2565 builtin and then its argument prototype would still apply. */
2566 char setrunelocale();
2572 if { (eval echo configure
:2573: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2574 eval "ac_cv_lib_$ac_lib_var=yes"
2576 echo "configure: failed program was:" >&5
2577 cat conftest.
$ac_ext >&5
2579 eval "ac_cv_lib_$ac_lib_var=no"
2582 LIBS
="$ac_save_LIBS"
2585 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2586 echo "$ac_t""yes" 1>&6
2587 ac_tr_lib
=HAVE_LIB
`echo xpg4 | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2588 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2589 cat >> confdefs.h
<<EOF
2590 #define $ac_tr_lib 1
2596 echo "$ac_t""no" 1>&6
2599 echo $ac_n "checking for mmap in -lmmap""... $ac_c" 1>&6
2600 echo "configure:2601: checking for mmap in -lmmap" >&5
2601 ac_lib_var
=`echo mmap'_'mmap | sed 'y%./+-%__p_%'`
2602 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2603 echo $ac_n "(cached) $ac_c" 1>&6
2605 ac_save_LIBS
="$LIBS"
2607 cat > conftest.
$ac_ext <<EOF
2608 #line 2609 "configure"
2609 #include "confdefs.h"
2610 /* Override any gcc2 internal prototype to avoid an error. */
2611 /* We use char because int might match the return type of a gcc2
2612 builtin and then its argument prototype would still apply. */
2619 if { (eval echo configure
:2620: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2621 eval "ac_cv_lib_$ac_lib_var=yes"
2623 echo "configure: failed program was:" >&5
2624 cat conftest.
$ac_ext >&5
2626 eval "ac_cv_lib_$ac_lib_var=no"
2629 LIBS
="$ac_save_LIBS"
2632 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2633 echo "$ac_t""yes" 1>&6
2634 ac_tr_lib
=HAVE_LIB
`echo mmap | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2635 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2636 cat >> confdefs.h
<<EOF
2637 #define $ac_tr_lib 1
2643 echo "$ac_t""no" 1>&6
2646 for ac_func
in openpty
2648 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2649 echo "configure:2650: checking for $ac_func" >&5
2650 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2651 echo $ac_n "(cached) $ac_c" 1>&6
2653 cat > conftest.
$ac_ext <<EOF
2654 #line 2655 "configure"
2655 #include "confdefs.h"
2656 /* System header to define __stub macros and hopefully few prototypes,
2657 which can conflict with char $ac_func(); below. */
2659 /* Override any gcc2 internal prototype to avoid an error. */
2660 /* We use char because int might match the return type of a gcc2
2661 builtin and then its argument prototype would still apply. */
2666 /* The GNU C library defines this for functions which it implements
2667 to always fail with ENOSYS. Some functions are actually named
2668 something starting with __ and the normal name is an alias. */
2669 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2677 if { (eval echo configure
:2678: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2679 eval "ac_cv_func_$ac_func=yes"
2681 echo "configure: failed program was:" >&5
2682 cat conftest.
$ac_ext >&5
2684 eval "ac_cv_func_$ac_func=no"
2689 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2690 echo "$ac_t""yes" 1>&6
2691 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2692 cat >> confdefs.h
<<EOF
2693 #define $ac_tr_func 1
2697 echo "$ac_t""no" 1>&6
2698 echo $ac_n "checking for openpty in -lutil""... $ac_c" 1>&6
2699 echo "configure:2700: checking for openpty in -lutil" >&5
2700 ac_lib_var
=`echo util'_'openpty | sed 'y%./+-%__p_%'`
2701 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2702 echo $ac_n "(cached) $ac_c" 1>&6
2704 ac_save_LIBS
="$LIBS"
2706 cat > conftest.
$ac_ext <<EOF
2707 #line 2708 "configure"
2708 #include "confdefs.h"
2709 /* Override any gcc2 internal prototype to avoid an error. */
2710 /* We use char because int might match the return type of a gcc2
2711 builtin and then its argument prototype would still apply. */
2718 if { (eval echo configure
:2719: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2720 eval "ac_cv_lib_$ac_lib_var=yes"
2722 echo "configure: failed program was:" >&5
2723 cat conftest.
$ac_ext >&5
2725 eval "ac_cv_lib_$ac_lib_var=no"
2728 LIBS
="$ac_save_LIBS"
2731 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2732 echo "$ac_t""yes" 1>&6
2733 cat >> confdefs.h
<<\EOF
2734 #define HAVE_OPENPTY 1
2740 echo "$ac_t""no" 1>&6
2747 for ac_hdr
in dlfcn.h
2749 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2750 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2751 echo "configure:2752: checking for $ac_hdr" >&5
2752 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2753 echo $ac_n "(cached) $ac_c" 1>&6
2755 cat > conftest.
$ac_ext <<EOF
2756 #line 2757 "configure"
2757 #include "confdefs.h"
2760 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2761 { (eval echo configure
:2762: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2762 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2763 if test -z "$ac_err"; then
2765 eval "ac_cv_header_$ac_safe=yes"
2768 echo "configure: failed program was:" >&5
2769 cat conftest.
$ac_ext >&5
2771 eval "ac_cv_header_$ac_safe=no"
2775 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2776 echo "$ac_t""yes" 1>&6
2777 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2778 cat >> confdefs.h
<<EOF
2779 #define $ac_tr_hdr 1
2781 for ac_func
in dlopen
2783 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2784 echo "configure:2785: checking for $ac_func" >&5
2785 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2786 echo $ac_n "(cached) $ac_c" 1>&6
2788 cat > conftest.
$ac_ext <<EOF
2789 #line 2790 "configure"
2790 #include "confdefs.h"
2791 /* System header to define __stub macros and hopefully few prototypes,
2792 which can conflict with char $ac_func(); below. */
2794 /* Override any gcc2 internal prototype to avoid an error. */
2795 /* We use char because int might match the return type of a gcc2
2796 builtin and then its argument prototype would still apply. */
2801 /* The GNU C library defines this for functions which it implements
2802 to always fail with ENOSYS. Some functions are actually named
2803 something starting with __ and the normal name is an alias. */
2804 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2812 if { (eval echo configure
:2813: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2814 eval "ac_cv_func_$ac_func=yes"
2816 echo "configure: failed program was:" >&5
2817 cat conftest.
$ac_ext >&5
2819 eval "ac_cv_func_$ac_func=no"
2824 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2825 echo "$ac_t""yes" 1>&6
2826 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2827 cat >> confdefs.h
<<EOF
2828 #define $ac_tr_func 1
2830 cat >> confdefs.h
<<\EOF
2831 #define HAVE_DL_API 1
2835 echo "$ac_t""no" 1>&6
2836 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
2837 echo "configure:2838: checking for dlopen in -ldl" >&5
2838 ac_lib_var
=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
2839 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2840 echo $ac_n "(cached) $ac_c" 1>&6
2842 ac_save_LIBS
="$LIBS"
2844 cat > conftest.
$ac_ext <<EOF
2845 #line 2846 "configure"
2846 #include "confdefs.h"
2847 /* Override any gcc2 internal prototype to avoid an error. */
2848 /* We use char because int might match the return type of a gcc2
2849 builtin and then its argument prototype would still apply. */
2856 if { (eval echo configure
:2857: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2858 eval "ac_cv_lib_$ac_lib_var=yes"
2860 echo "configure: failed program was:" >&5
2861 cat conftest.
$ac_ext >&5
2863 eval "ac_cv_lib_$ac_lib_var=no"
2866 LIBS
="$ac_save_LIBS"
2869 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2870 echo "$ac_t""yes" 1>&6
2871 cat >> confdefs.h
<<\EOF
2872 #define HAVE_DL_API 1
2878 echo "$ac_t""no" 1>&6
2887 echo "$ac_t""no" 1>&6
2892 if test "$have_x" = "yes"
2895 ac_save_CPPFLAGS
="$CPPFLAGS"
2896 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
2898 for ac_hdr
in X11
/xpm.h
2900 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2901 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2902 echo "configure:2903: checking for $ac_hdr" >&5
2903 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2904 echo $ac_n "(cached) $ac_c" 1>&6
2906 cat > conftest.
$ac_ext <<EOF
2907 #line 2908 "configure"
2908 #include "confdefs.h"
2911 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2912 { (eval echo configure
:2913: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2913 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2914 if test -z "$ac_err"; then
2916 eval "ac_cv_header_$ac_safe=yes"
2919 echo "configure: failed program was:" >&5
2920 cat conftest.
$ac_ext >&5
2922 eval "ac_cv_header_$ac_safe=no"
2926 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2927 echo "$ac_t""yes" 1>&6
2928 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2929 cat >> confdefs.h
<<EOF
2930 #define $ac_tr_hdr 1
2934 echo "$ac_t""no" 1>&6
2938 if test "$ac_cv_header_X11_xpm_h" = "yes"
2940 echo $ac_n "checking for XpmCreatePixmapFromData in -lXpm""... $ac_c" 1>&6
2941 echo "configure:2942: checking for XpmCreatePixmapFromData in -lXpm" >&5
2942 ac_lib_var
=`echo Xpm'_'XpmCreatePixmapFromData | sed 'y%./+-%__p_%'`
2943 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2944 echo $ac_n "(cached) $ac_c" 1>&6
2946 ac_save_LIBS
="$LIBS"
2947 LIBS
="-lXpm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
2948 cat > conftest.
$ac_ext <<EOF
2949 #line 2950 "configure"
2950 #include "confdefs.h"
2951 /* Override any gcc2 internal prototype to avoid an error. */
2952 /* We use char because int might match the return type of a gcc2
2953 builtin and then its argument prototype would still apply. */
2954 char XpmCreatePixmapFromData();
2957 XpmCreatePixmapFromData()
2960 if { (eval echo configure
:2961: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2962 eval "ac_cv_lib_$ac_lib_var=yes"
2964 echo "configure: failed program was:" >&5
2965 cat conftest.
$ac_ext >&5
2967 eval "ac_cv_lib_$ac_lib_var=no"
2970 LIBS
="$ac_save_LIBS"
2973 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2974 echo "$ac_t""yes" 1>&6
2975 cat >> confdefs.h
<<\EOF
2976 #define HAVE_LIBXXPM 1
2978 X_PRE_LIBS
="$X_PRE_LIBS -lXpm"
2980 echo "$ac_t""no" 1>&6
2984 echo "When compiling with X support, you need the Xpm library, or"
2985 echo "WINE will not work. This Xpm library is within the following RPM,"
2986 echo "which you need to install:"
2987 echo "Redhat : xpm, xpm-devel"
2988 echo "Caldera OpenLinux : xpm, xpm-devel, xpm-devel-static"
2990 echo "Debian/Corel Linux: xpm4g, xpm4g-dev"
2992 echo "Or get the sources from ftp.x.org and all its mirror sites from "
2993 echo "the directory /contrib/libraries."
2999 for ac_hdr
in X11
/Xlib.h X11
/extensions
/XShm.h
3001 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3002 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3003 echo "configure:3004: checking for $ac_hdr" >&5
3004 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3005 echo $ac_n "(cached) $ac_c" 1>&6
3007 cat > conftest.
$ac_ext <<EOF
3008 #line 3009 "configure"
3009 #include "confdefs.h"
3012 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3013 { (eval echo configure
:3014: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3014 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3015 if test -z "$ac_err"; then
3017 eval "ac_cv_header_$ac_safe=yes"
3020 echo "configure: failed program was:" >&5
3021 cat conftest.
$ac_ext >&5
3023 eval "ac_cv_header_$ac_safe=no"
3027 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3028 echo "$ac_t""yes" 1>&6
3029 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3030 cat >> confdefs.h
<<EOF
3031 #define $ac_tr_hdr 1
3035 echo "$ac_t""no" 1>&6
3039 if test "$ac_cv_header_X11_Xlib_h" = "yes" -a "$ac_cv_header_X11_extensions_XShm_h" = "yes"
3041 echo $ac_n "checking for XShmQueryExtension in -lXext""... $ac_c" 1>&6
3042 echo "configure:3043: checking for XShmQueryExtension in -lXext" >&5
3043 ac_lib_var
=`echo Xext'_'XShmQueryExtension | sed 'y%./+-%__p_%'`
3044 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3045 echo $ac_n "(cached) $ac_c" 1>&6
3047 ac_save_LIBS
="$LIBS"
3048 LIBS
="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
3049 cat > conftest.
$ac_ext <<EOF
3050 #line 3051 "configure"
3051 #include "confdefs.h"
3052 /* Override any gcc2 internal prototype to avoid an error. */
3053 /* We use char because int might match the return type of a gcc2
3054 builtin and then its argument prototype would still apply. */
3055 char XShmQueryExtension();
3058 XShmQueryExtension()
3061 if { (eval echo configure
:3062: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3063 eval "ac_cv_lib_$ac_lib_var=yes"
3065 echo "configure: failed program was:" >&5
3066 cat conftest.
$ac_ext >&5
3068 eval "ac_cv_lib_$ac_lib_var=no"
3071 LIBS
="$ac_save_LIBS"
3074 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3075 echo "$ac_t""yes" 1>&6
3076 cat >> confdefs.h
<<\EOF
3077 #define HAVE_LIBXXSHM 1
3081 echo "$ac_t""no" 1>&6
3085 for ac_hdr
in X11
/Xlib.h X11
/extensions
/xf86dga.h
3087 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3088 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3089 echo "configure:3090: checking for $ac_hdr" >&5
3090 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3091 echo $ac_n "(cached) $ac_c" 1>&6
3093 cat > conftest.
$ac_ext <<EOF
3094 #line 3095 "configure"
3095 #include "confdefs.h"
3098 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3099 { (eval echo configure
:3100: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3100 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3101 if test -z "$ac_err"; then
3103 eval "ac_cv_header_$ac_safe=yes"
3106 echo "configure: failed program was:" >&5
3107 cat conftest.
$ac_ext >&5
3109 eval "ac_cv_header_$ac_safe=no"
3113 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3114 echo "$ac_t""yes" 1>&6
3115 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3116 cat >> confdefs.h
<<EOF
3117 #define $ac_tr_hdr 1
3121 echo "$ac_t""no" 1>&6
3125 if test "$ac_cv_header_X11_Xlib_h" = "yes" -a "$ac_cv_header_X11_extensions_xf86dga_h" = "yes"
3127 echo $ac_n "checking for XDGAQueryExtension in -lXxf86dga""... $ac_c" 1>&6
3128 echo "configure:3129: checking for XDGAQueryExtension in -lXxf86dga" >&5
3129 ac_lib_var
=`echo Xxf86dga'_'XDGAQueryExtension | sed 'y%./+-%__p_%'`
3130 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3131 echo $ac_n "(cached) $ac_c" 1>&6
3133 ac_save_LIBS
="$LIBS"
3134 LIBS
="-lXxf86dga $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
3135 cat > conftest.
$ac_ext <<EOF
3136 #line 3137 "configure"
3137 #include "confdefs.h"
3138 /* Override any gcc2 internal prototype to avoid an error. */
3139 /* We use char because int might match the return type of a gcc2
3140 builtin and then its argument prototype would still apply. */
3141 char XDGAQueryExtension();
3144 XDGAQueryExtension()
3147 if { (eval echo configure
:3148: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3149 eval "ac_cv_lib_$ac_lib_var=yes"
3151 echo "configure: failed program was:" >&5
3152 cat conftest.
$ac_ext >&5
3154 eval "ac_cv_lib_$ac_lib_var=no"
3157 LIBS
="$ac_save_LIBS"
3160 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3161 echo "$ac_t""yes" 1>&6
3162 cat >> confdefs.h
<<\EOF
3163 #define HAVE_LIBXXF86DGA2 1
3165 cat >> confdefs.h
<<\EOF
3166 #define HAVE_LIBXXF86DGA 1
3168 X_PRE_LIBS
="$X_PRE_LIBS -lXxf86dga"
3170 echo "$ac_t""no" 1>&6
3173 if test "$ac_cv_lib_Xxf86dga_XDGAQueryExtension" = "no"
3175 echo $ac_n "checking for XF86DGAQueryExtension in -lXxf86dga""... $ac_c" 1>&6
3176 echo "configure:3177: checking for XF86DGAQueryExtension in -lXxf86dga" >&5
3177 ac_lib_var
=`echo Xxf86dga'_'XF86DGAQueryExtension | sed 'y%./+-%__p_%'`
3178 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3179 echo $ac_n "(cached) $ac_c" 1>&6
3181 ac_save_LIBS
="$LIBS"
3182 LIBS
="-lXxf86dga $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
3183 cat > conftest.
$ac_ext <<EOF
3184 #line 3185 "configure"
3185 #include "confdefs.h"
3186 /* Override any gcc2 internal prototype to avoid an error. */
3187 /* We use char because int might match the return type of a gcc2
3188 builtin and then its argument prototype would still apply. */
3189 char XF86DGAQueryExtension();
3192 XF86DGAQueryExtension()
3195 if { (eval echo configure
:3196: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3197 eval "ac_cv_lib_$ac_lib_var=yes"
3199 echo "configure: failed program was:" >&5
3200 cat conftest.
$ac_ext >&5
3202 eval "ac_cv_lib_$ac_lib_var=no"
3205 LIBS
="$ac_save_LIBS"
3208 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3209 echo "$ac_t""yes" 1>&6
3210 cat >> confdefs.h
<<\EOF
3211 #define HAVE_LIBXXF86DGA 1
3213 X_PRE_LIBS
="$X_PRE_LIBS -lXxf86dga"
3215 echo "$ac_t""no" 1>&6
3221 for ac_hdr
in X11
/Xlib.h X11
/extensions
/xf86vmode.h
3223 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3224 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3225 echo "configure:3226: checking for $ac_hdr" >&5
3226 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3227 echo $ac_n "(cached) $ac_c" 1>&6
3229 cat > conftest.
$ac_ext <<EOF
3230 #line 3231 "configure"
3231 #include "confdefs.h"
3234 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3235 { (eval echo configure
:3236: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3236 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3237 if test -z "$ac_err"; then
3239 eval "ac_cv_header_$ac_safe=yes"
3242 echo "configure: failed program was:" >&5
3243 cat conftest.
$ac_ext >&5
3245 eval "ac_cv_header_$ac_safe=no"
3249 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3250 echo "$ac_t""yes" 1>&6
3251 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3252 cat >> confdefs.h
<<EOF
3253 #define $ac_tr_hdr 1
3257 echo "$ac_t""no" 1>&6
3261 if test "$ac_cv_header_X11_Xlib_h" = "yes" -a "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
3263 echo $ac_n "checking for XF86VidModeQueryExtension in -lXxf86vm""... $ac_c" 1>&6
3264 echo "configure:3265: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
3265 ac_lib_var
=`echo Xxf86vm'_'XF86VidModeQueryExtension | sed 'y%./+-%__p_%'`
3266 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3267 echo $ac_n "(cached) $ac_c" 1>&6
3269 ac_save_LIBS
="$LIBS"
3270 LIBS
="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
3271 cat > conftest.
$ac_ext <<EOF
3272 #line 3273 "configure"
3273 #include "confdefs.h"
3274 /* Override any gcc2 internal prototype to avoid an error. */
3275 /* We use char because int might match the return type of a gcc2
3276 builtin and then its argument prototype would still apply. */
3277 char XF86VidModeQueryExtension();
3280 XF86VidModeQueryExtension()
3283 if { (eval echo configure
:3284: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3285 eval "ac_cv_lib_$ac_lib_var=yes"
3287 echo "configure: failed program was:" >&5
3288 cat conftest.
$ac_ext >&5
3290 eval "ac_cv_lib_$ac_lib_var=no"
3293 LIBS
="$ac_save_LIBS"
3296 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3297 echo "$ac_t""yes" 1>&6
3298 cat >> confdefs.h
<<\EOF
3299 #define HAVE_LIBXXF86VM 1
3301 X_PRE_LIBS
="$X_PRE_LIBS -lXxf86vm"
3303 echo "$ac_t""no" 1>&6
3308 for ac_hdr
in GL
/gl.h GL
/glx.h GL
/osmesa.h
3310 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3311 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3312 echo "configure:3313: checking for $ac_hdr" >&5
3313 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3314 echo $ac_n "(cached) $ac_c" 1>&6
3316 cat > conftest.
$ac_ext <<EOF
3317 #line 3318 "configure"
3318 #include "confdefs.h"
3321 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3322 { (eval echo configure
:3323: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3323 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3324 if test -z "$ac_err"; then
3326 eval "ac_cv_header_$ac_safe=yes"
3329 echo "configure: failed program was:" >&5
3330 cat conftest.
$ac_ext >&5
3332 eval "ac_cv_header_$ac_safe=no"
3336 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3337 echo "$ac_t""yes" 1>&6
3338 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3339 cat >> confdefs.h
<<EOF
3340 #define $ac_tr_hdr 1
3344 echo "$ac_t""no" 1>&6
3348 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
3350 echo $ac_n "checking "for up-to-date Mesa version
"""... $ac_c" 1>&6
3351 echo "configure:3352: checking "for up-to-date Mesa version
"" >&5
3352 if eval "test \"`echo '$''{'wine_cv_mesa_version_OK'+set}'`\" = set"; then
3353 echo $ac_n "(cached) $ac_c" 1>&6
3355 cat > conftest.
$ac_ext <<EOF
3356 #line 3357 "configure"
3357 #include "confdefs.h"
3360 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
3363 if { (eval echo configure
:3364: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3365 wine_cv_mesa_version_OK
="yes"
3367 echo "configure: failed program was:" >&5
3368 cat conftest.
$ac_ext >&5
3370 wine_cv_mesa_version_OK
="no"
3377 echo "$ac_t""$wine_cv_mesa_version_OK" 1>&6
3379 if test "$wine_cv_mesa_version_OK" = "yes"
3381 echo $ac_n "checking for glXCreateContext in -lGL""... $ac_c" 1>&6
3382 echo "configure:3383: checking for glXCreateContext in -lGL" >&5
3383 ac_lib_var
=`echo GL'_'glXCreateContext | sed 'y%./+-%__p_%'`
3384 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3385 echo $ac_n "(cached) $ac_c" 1>&6
3387 ac_save_LIBS
="$LIBS"
3388 LIBS
="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
3389 cat > conftest.
$ac_ext <<EOF
3390 #line 3391 "configure"
3391 #include "confdefs.h"
3392 /* Override any gcc2 internal prototype to avoid an error. */
3393 /* We use char because int might match the return type of a gcc2
3394 builtin and then its argument prototype would still apply. */
3395 char glXCreateContext();
3401 if { (eval echo configure
:3402: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3403 eval "ac_cv_lib_$ac_lib_var=yes"
3405 echo "configure: failed program was:" >&5
3406 cat conftest.
$ac_ext >&5
3408 eval "ac_cv_lib_$ac_lib_var=no"
3411 LIBS
="$ac_save_LIBS"
3414 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3415 echo "$ac_t""yes" 1>&6
3416 cat >> confdefs.h
<<\EOF
3417 #define HAVE_LIBMESAGL 1
3419 X_PRE_LIBS
="$X_PRE_LIBS -lGL"
3421 echo "$ac_t""no" 1>&6
3424 if test "$ac_cv_lib_GL_glXCreateContext" = "no"
3426 echo $ac_n "checking for glXCreateContext in -lMesaGL""... $ac_c" 1>&6
3427 echo "configure:3428: checking for glXCreateContext in -lMesaGL" >&5
3428 ac_lib_var
=`echo MesaGL'_'glXCreateContext | sed 'y%./+-%__p_%'`
3429 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3430 echo $ac_n "(cached) $ac_c" 1>&6
3432 ac_save_LIBS
="$LIBS"
3433 LIBS
="-lMesaGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
3434 cat > conftest.
$ac_ext <<EOF
3435 #line 3436 "configure"
3436 #include "confdefs.h"
3437 /* Override any gcc2 internal prototype to avoid an error. */
3438 /* We use char because int might match the return type of a gcc2
3439 builtin and then its argument prototype would still apply. */
3440 char glXCreateContext();
3446 if { (eval echo configure
:3447: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3448 eval "ac_cv_lib_$ac_lib_var=yes"
3450 echo "configure: failed program was:" >&5
3451 cat conftest.
$ac_ext >&5
3453 eval "ac_cv_lib_$ac_lib_var=no"
3456 LIBS
="$ac_save_LIBS"
3459 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3460 echo "$ac_t""yes" 1>&6
3461 cat >> confdefs.h
<<\EOF
3462 #define HAVE_LIBMESAGL 1
3464 X_PRE_LIBS
="$X_PRE_LIBS -lMesaGL"
3466 echo "$ac_t""no" 1>&6
3471 echo $ac_n "checking "for the OpenGL Color Index extension
"""... $ac_c" 1>&6
3472 echo "configure:3473: checking "for the OpenGL Color Index extension
"" >&5
3473 if eval "test \"`echo '$''{'dummy'+set}'`\" = set"; then
3474 echo $ac_n "(cached) $ac_c" 1>&6
3476 cat > conftest.
$ac_ext <<EOF
3477 #line 3478 "configure"
3478 #include "confdefs.h"
3481 GLenum test = GL_COLOR_INDEX8_EXT;
3484 if { (eval echo configure
:3485: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3486 cat >> confdefs.h
<<\EOF
3487 #define HAVE_GL_COLOR_TABLE 1
3491 echo "configure: failed program was:" >&5
3492 cat conftest.
$ac_ext >&5
3498 echo "$ac_t""$dummy" 1>&6
3499 if test "$ac_cv_lib_GL_glXCreateContext" = "no"
3501 echo $ac_n "checking for glColorTableEXT in -lMesaGL""... $ac_c" 1>&6
3502 echo "configure:3503: checking for glColorTableEXT in -lMesaGL" >&5
3503 ac_lib_var
=`echo MesaGL'_'glColorTableEXT | sed 'y%./+-%__p_%'`
3504 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3505 echo $ac_n "(cached) $ac_c" 1>&6
3507 ac_save_LIBS
="$LIBS"
3508 LIBS
="-lMesaGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
3509 cat > conftest.
$ac_ext <<EOF
3510 #line 3511 "configure"
3511 #include "confdefs.h"
3512 /* Override any gcc2 internal prototype to avoid an error. */
3513 /* We use char because int might match the return type of a gcc2
3514 builtin and then its argument prototype would still apply. */
3515 char glColorTableEXT();
3521 if { (eval echo configure
:3522: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3523 eval "ac_cv_lib_$ac_lib_var=yes"
3525 echo "configure: failed program was:" >&5
3526 cat conftest.
$ac_ext >&5
3528 eval "ac_cv_lib_$ac_lib_var=no"
3531 LIBS
="$ac_save_LIBS"
3534 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3535 echo "$ac_t""yes" 1>&6
3536 cat >> confdefs.h
<<\EOF
3537 #define HAVE_GL_PALETTED_TEXTURE 1
3541 echo "$ac_t""no" 1>&6
3545 echo $ac_n "checking for glColorTableEXT in -lGL""... $ac_c" 1>&6
3546 echo "configure:3547: checking for glColorTableEXT in -lGL" >&5
3547 ac_lib_var
=`echo GL'_'glColorTableEXT | sed 'y%./+-%__p_%'`
3548 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3549 echo $ac_n "(cached) $ac_c" 1>&6
3551 ac_save_LIBS
="$LIBS"
3552 LIBS
="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
3553 cat > conftest.
$ac_ext <<EOF
3554 #line 3555 "configure"
3555 #include "confdefs.h"
3556 /* Override any gcc2 internal prototype to avoid an error. */
3557 /* We use char because int might match the return type of a gcc2
3558 builtin and then its argument prototype would still apply. */
3559 char glColorTableEXT();
3565 if { (eval echo configure
:3566: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3567 eval "ac_cv_lib_$ac_lib_var=yes"
3569 echo "configure: failed program was:" >&5
3570 cat conftest.
$ac_ext >&5
3572 eval "ac_cv_lib_$ac_lib_var=no"
3575 LIBS
="$ac_save_LIBS"
3578 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3579 echo "$ac_t""yes" 1>&6
3580 cat >> confdefs.h
<<\EOF
3581 #define HAVE_GL_PALETTED_TEXTURE 1
3585 echo "$ac_t""no" 1>&6
3592 CPPFLAGS
="$ac_save_CPPFLAGS"
3599 for ac_hdr
in ncurses.h
3601 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3602 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3603 echo "configure:3604: checking for $ac_hdr" >&5
3604 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3605 echo $ac_n "(cached) $ac_c" 1>&6
3607 cat > conftest.
$ac_ext <<EOF
3608 #line 3609 "configure"
3609 #include "confdefs.h"
3612 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3613 { (eval echo configure
:3614: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3614 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3615 if test -z "$ac_err"; then
3617 eval "ac_cv_header_$ac_safe=yes"
3620 echo "configure: failed program was:" >&5
3621 cat conftest.
$ac_ext >&5
3623 eval "ac_cv_header_$ac_safe=no"
3627 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3628 echo "$ac_t""yes" 1>&6
3629 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3630 cat >> confdefs.h
<<EOF
3631 #define $ac_tr_hdr 1
3635 echo "$ac_t""no" 1>&6
3639 if test "$ac_cv_header_ncurses_h" = "yes"
3641 echo $ac_n "checking for waddch in -lncurses""... $ac_c" 1>&6
3642 echo "configure:3643: checking for waddch in -lncurses" >&5
3643 ac_lib_var
=`echo ncurses'_'waddch | sed 'y%./+-%__p_%'`
3644 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3645 echo $ac_n "(cached) $ac_c" 1>&6
3647 ac_save_LIBS
="$LIBS"
3648 LIBS
="-lncurses $LIBS"
3649 cat > conftest.
$ac_ext <<EOF
3650 #line 3651 "configure"
3651 #include "confdefs.h"
3652 /* Override any gcc2 internal prototype to avoid an error. */
3653 /* We use char because int might match the return type of a gcc2
3654 builtin and then its argument prototype would still apply. */
3661 if { (eval echo configure
:3662: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3663 eval "ac_cv_lib_$ac_lib_var=yes"
3665 echo "configure: failed program was:" >&5
3666 cat conftest.
$ac_ext >&5
3668 eval "ac_cv_lib_$ac_lib_var=no"
3671 LIBS
="$ac_save_LIBS"
3674 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3675 echo "$ac_t""yes" 1>&6
3676 ac_tr_lib
=HAVE_LIB
`echo ncurses | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3677 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3678 cat >> confdefs.h
<<EOF
3679 #define $ac_tr_lib 1
3682 LIBS
="-lncurses $LIBS"
3685 echo "$ac_t""no" 1>&6
3689 if test "$ac_cv_lib_ncurses_waddch" = "yes"
3691 echo $ac_n "checking for resizeterm in -lncurses""... $ac_c" 1>&6
3692 echo "configure:3693: checking for resizeterm in -lncurses" >&5
3693 ac_lib_var
=`echo ncurses'_'resizeterm | sed 'y%./+-%__p_%'`
3694 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3695 echo $ac_n "(cached) $ac_c" 1>&6
3697 ac_save_LIBS
="$LIBS"
3698 LIBS
="-lncurses $LIBS"
3699 cat > conftest.
$ac_ext <<EOF
3700 #line 3701 "configure"
3701 #include "confdefs.h"
3702 /* Override any gcc2 internal prototype to avoid an error. */
3703 /* We use char because int might match the return type of a gcc2
3704 builtin and then its argument prototype would still apply. */
3711 if { (eval echo configure
:3712: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3713 eval "ac_cv_lib_$ac_lib_var=yes"
3715 echo "configure: failed program was:" >&5
3716 cat conftest.
$ac_ext >&5
3718 eval "ac_cv_lib_$ac_lib_var=no"
3721 LIBS
="$ac_save_LIBS"
3724 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3725 echo "$ac_t""yes" 1>&6
3726 cat >> confdefs.h
<<\EOF
3727 #define HAVE_RESIZETERM 1
3731 echo "$ac_t""no" 1>&6
3734 echo $ac_n "checking for getbkgd in -lncurses""... $ac_c" 1>&6
3735 echo "configure:3736: checking for getbkgd in -lncurses" >&5
3736 ac_lib_var
=`echo ncurses'_'getbkgd | sed 'y%./+-%__p_%'`
3737 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3738 echo $ac_n "(cached) $ac_c" 1>&6
3740 ac_save_LIBS
="$LIBS"
3741 LIBS
="-lncurses $LIBS"
3742 cat > conftest.
$ac_ext <<EOF
3743 #line 3744 "configure"
3744 #include "confdefs.h"
3745 /* Override any gcc2 internal prototype to avoid an error. */
3746 /* We use char because int might match the return type of a gcc2
3747 builtin and then its argument prototype would still apply. */
3754 if { (eval echo configure
:3755: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3756 eval "ac_cv_lib_$ac_lib_var=yes"
3758 echo "configure: failed program was:" >&5
3759 cat conftest.
$ac_ext >&5
3761 eval "ac_cv_lib_$ac_lib_var=no"
3764 LIBS
="$ac_save_LIBS"
3767 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3768 echo "$ac_t""yes" 1>&6
3769 cat >> confdefs.h
<<\EOF
3770 #define HAVE_GETBKGD 1
3774 echo "$ac_t""no" 1>&6
3778 for ac_hdr
in curses.h
3780 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3781 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3782 echo "configure:3783: checking for $ac_hdr" >&5
3783 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3784 echo $ac_n "(cached) $ac_c" 1>&6
3786 cat > conftest.
$ac_ext <<EOF
3787 #line 3788 "configure"
3788 #include "confdefs.h"
3791 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3792 { (eval echo configure
:3793: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3793 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3794 if test -z "$ac_err"; then
3796 eval "ac_cv_header_$ac_safe=yes"
3799 echo "configure: failed program was:" >&5
3800 cat conftest.
$ac_ext >&5
3802 eval "ac_cv_header_$ac_safe=no"
3806 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3807 echo "$ac_t""yes" 1>&6
3808 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3809 cat >> confdefs.h
<<EOF
3810 #define $ac_tr_hdr 1
3814 echo "$ac_t""no" 1>&6
3818 if test "$ac_cv_header_curses_h" = "yes"
3820 echo $ac_n "checking for waddch in -lcurses""... $ac_c" 1>&6
3821 echo "configure:3822: checking for waddch in -lcurses" >&5
3822 ac_lib_var
=`echo curses'_'waddch | sed 'y%./+-%__p_%'`
3823 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3824 echo $ac_n "(cached) $ac_c" 1>&6
3826 ac_save_LIBS
="$LIBS"
3827 LIBS
="-lcurses $LIBS"
3828 cat > conftest.
$ac_ext <<EOF
3829 #line 3830 "configure"
3830 #include "confdefs.h"
3831 /* Override any gcc2 internal prototype to avoid an error. */
3832 /* We use char because int might match the return type of a gcc2
3833 builtin and then its argument prototype would still apply. */
3840 if { (eval echo configure
:3841: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3842 eval "ac_cv_lib_$ac_lib_var=yes"
3844 echo "configure: failed program was:" >&5
3845 cat conftest.
$ac_ext >&5
3847 eval "ac_cv_lib_$ac_lib_var=no"
3850 LIBS
="$ac_save_LIBS"
3853 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3854 echo "$ac_t""yes" 1>&6
3855 ac_tr_lib
=HAVE_LIB
`echo curses | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3856 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3857 cat >> confdefs.h
<<EOF
3858 #define $ac_tr_lib 1
3861 LIBS
="-lcurses $LIBS"
3864 echo "$ac_t""no" 1>&6
3867 echo $ac_n "checking for resizeterm in -lcurses""... $ac_c" 1>&6
3868 echo "configure:3869: checking for resizeterm in -lcurses" >&5
3869 ac_lib_var
=`echo curses'_'resizeterm | sed 'y%./+-%__p_%'`
3870 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3871 echo $ac_n "(cached) $ac_c" 1>&6
3873 ac_save_LIBS
="$LIBS"
3874 LIBS
="-lcurses $LIBS"
3875 cat > conftest.
$ac_ext <<EOF
3876 #line 3877 "configure"
3877 #include "confdefs.h"
3878 /* Override any gcc2 internal prototype to avoid an error. */
3879 /* We use char because int might match the return type of a gcc2
3880 builtin and then its argument prototype would still apply. */
3887 if { (eval echo configure
:3888: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3889 eval "ac_cv_lib_$ac_lib_var=yes"
3891 echo "configure: failed program was:" >&5
3892 cat conftest.
$ac_ext >&5
3894 eval "ac_cv_lib_$ac_lib_var=no"
3897 LIBS
="$ac_save_LIBS"
3900 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3901 echo "$ac_t""yes" 1>&6
3902 cat >> confdefs.h
<<\EOF
3903 #define HAVE_RESIZETERM 1
3907 echo "$ac_t""no" 1>&6
3910 echo $ac_n "checking for getbkgd in -lcurses""... $ac_c" 1>&6
3911 echo "configure:3912: checking for getbkgd in -lcurses" >&5
3912 ac_lib_var
=`echo curses'_'getbkgd | sed 'y%./+-%__p_%'`
3913 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3914 echo $ac_n "(cached) $ac_c" 1>&6
3916 ac_save_LIBS
="$LIBS"
3917 LIBS
="-lcurses $LIBS"
3918 cat > conftest.
$ac_ext <<EOF
3919 #line 3920 "configure"
3920 #include "confdefs.h"
3921 /* Override any gcc2 internal prototype to avoid an error. */
3922 /* We use char because int might match the return type of a gcc2
3923 builtin and then its argument prototype would still apply. */
3930 if { (eval echo configure
:3931: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3932 eval "ac_cv_lib_$ac_lib_var=yes"
3934 echo "configure: failed program was:" >&5
3935 cat conftest.
$ac_ext >&5
3937 eval "ac_cv_lib_$ac_lib_var=no"
3940 LIBS
="$ac_save_LIBS"
3943 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3944 echo "$ac_t""yes" 1>&6
3945 cat >> confdefs.h
<<\EOF
3946 #define HAVE_GETBKGD 1
3950 echo "$ac_t""no" 1>&6
3956 echo $ac_n "checking "for GNU style IPX support
"""... $ac_c" 1>&6
3957 echo "configure:3958: checking "for GNU style IPX support
"" >&5
3958 if eval "test \"`echo '$''{'ac_cv_c_ipx_gnu'+set}'`\" = set"; then
3959 echo $ac_n "(cached) $ac_c" 1>&6
3961 cat > conftest.
$ac_ext <<EOF
3962 #line 3963 "configure"
3963 #include "confdefs.h"
3964 #include <sys/socket.h>
3965 #include <netipx/ipx.h>
3967 ((struct sockaddr_ipx *)0)->sipx_family == AF_IPX
3970 if { (eval echo configure
:3971: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3972 ac_cv_c_ipx_gnu
="yes"
3974 echo "configure: failed program was:" >&5
3975 cat conftest.
$ac_ext >&5
3977 ac_cv_c_ipx_gnu
="no"
3983 echo "$ac_t""$ac_cv_c_ipx_gnu" 1>&6
3984 if test "$ac_cv_c_ipx_gnu" = "yes"
3986 cat >> confdefs.h
<<\EOF
3987 #define HAVE_IPX_GNU 1
3992 if test "$ac_cv_c_ipx_gnu" = "no"
3994 echo $ac_n "checking "for linux style IPX support
"""... $ac_c" 1>&6
3995 echo "configure:3996: checking "for linux style IPX support
"" >&5
3996 if eval "test \"`echo '$''{'ac_cv_c_ipx_linux'+set}'`\" = set"; then
3997 echo $ac_n "(cached) $ac_c" 1>&6
3999 cat > conftest.
$ac_ext <<EOF
4000 #line 4001 "configure"
4001 #include "confdefs.h"
4002 #include <sys/socket.h>
4003 #include <asm/types.h>
4004 #include <linux/ipx.h>
4006 ((struct sockaddr_ipx *)0)->sipx_family == AF_IPX
4009 if { (eval echo configure
:4010: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4011 ac_cv_c_ipx_linux
="yes"
4013 echo "configure: failed program was:" >&5
4014 cat conftest.
$ac_ext >&5
4016 ac_cv_c_ipx_linux
="no"
4022 echo "$ac_t""$ac_cv_c_ipx_linux" 1>&6
4023 if test "$ac_cv_c_ipx_linux" = "yes"
4025 cat >> confdefs.h
<<\EOF
4026 #define HAVE_IPX_LINUX 1
4032 for ac_hdr
in sys
/soundcard.h machine
/soundcard.h soundcard.h
4034 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4035 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4036 echo "configure:4037: checking for $ac_hdr" >&5
4037 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4038 echo $ac_n "(cached) $ac_c" 1>&6
4040 cat > conftest.
$ac_ext <<EOF
4041 #line 4042 "configure"
4042 #include "confdefs.h"
4045 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4046 { (eval echo configure
:4047: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4047 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4048 if test -z "$ac_err"; then
4050 eval "ac_cv_header_$ac_safe=yes"
4053 echo "configure: failed program was:" >&5
4054 cat conftest.
$ac_ext >&5
4056 eval "ac_cv_header_$ac_safe=no"
4060 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4061 echo "$ac_t""yes" 1>&6
4062 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4063 cat >> confdefs.h
<<EOF
4064 #define $ac_tr_hdr 1
4068 echo "$ac_t""no" 1>&6
4073 echo $ac_n "checking "for Open Sound System
"""... $ac_c" 1>&6
4074 echo "configure:4075: checking "for Open Sound System
"" >&5
4075 if eval "test \"`echo '$''{'ac_cv_c_opensoundsystem'+set}'`\" = set"; then
4076 echo $ac_n "(cached) $ac_c" 1>&6
4078 cat > conftest.
$ac_ext <<EOF
4079 #line 4080 "configure"
4080 #include "confdefs.h"
4082 #if defined(HAVE_SYS_SOUNDCARD_H)
4083 #include <sys/soundcard.h>
4084 #elif defined(HAVE_MACHINE_SOUNDCARD_H)
4085 #include <machine/soundcard.h>
4086 #elif defined(HAVE_SOUNDCARD_H)
4087 #include <soundcard.h>
4093 /* check for one of the Open Sound System specific SNDCTL_ defines */
4094 #if !defined(SNDCTL_DSP_STEREO)
4095 #error No open sound system
4100 if { (eval echo configure
:4101: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4102 ac_cv_c_opensoundsystem
="yes"
4104 echo "configure: failed program was:" >&5
4105 cat conftest.
$ac_ext >&5
4107 ac_cv_c_opensoundsystem
="no"
4112 echo "$ac_t""$ac_cv_c_opensoundsystem" 1>&6
4114 if test "$ac_cv_c_opensoundsystem" = "yes"
4116 cat >> confdefs.h
<<\EOF
4122 echo $ac_n "checking "for Open Sound System
/MIDI interface
"""... $ac_c" 1>&6
4123 echo "configure:4124: checking "for Open Sound System
/MIDI interface
"" >&5
4124 if eval "test \"`echo '$''{'ac_cv_c_opensoundsystem_midi'+set}'`\" = set"; then
4125 echo $ac_n "(cached) $ac_c" 1>&6
4127 cat > conftest.
$ac_ext <<EOF
4128 #line 4129 "configure"
4129 #include "confdefs.h"
4131 #if defined(HAVE_SYS_SOUNDCARD_H)
4132 #include <sys/soundcard.h>
4133 #elif defined(HAVE_MACHINE_SOUNDCARD_H)
4134 #include <machine/soundcard.h>
4135 #elif defined(HAVE_SOUNDCARD_H)
4136 #include <soundcard.h>
4142 /* check for one of the Open Sound System specific SNDCTL_SEQ defines */
4143 #if !defined(SNDCTL_SEQ_SYNC)
4144 #error No open sound system MIDI interface
4149 if { (eval echo configure
:4150: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4151 ac_cv_c_opensoundsystem_midi
="yes"
4153 echo "configure: failed program was:" >&5
4154 cat conftest.
$ac_ext >&5
4156 ac_cv_c_opensoundsystem_midi
="no"
4161 echo "$ac_t""$ac_cv_c_opensoundsystem_midi" 1>&6
4163 if test "$ac_cv_c_opensoundsystem_midi" = "yes"
4165 cat >> confdefs.h
<<\EOF
4166 #define HAVE_OSS_MIDI 1
4171 if test "$ac_cv_prog_LN_S" = "ln -s"; then : ; else LN_S
=cp ; fi
4174 if test "x${GCC}" = "xyes"
4176 CFLAGS
="$CFLAGS -Wall"
4177 echo $ac_n "checking "for gcc strength-reduce bug
"""... $ac_c" 1>&6
4178 echo "configure:4179: checking "for gcc strength-reduce bug
"" >&5
4179 if eval "test \"`echo '$''{'ac_cv_c_gcc_strength_bug'+set}'`\" = set"; then
4180 echo $ac_n "(cached) $ac_c" 1>&6
4182 if test "$cross_compiling" = yes; then
4183 ac_cv_c_gcc_strength_bug
="yes"
4185 cat > conftest.
$ac_ext <<EOF
4186 #line 4187 "configure"
4187 #include "confdefs.h"
4190 static int Array[3];
4193 for(i=0; i<B; i++) Array[i] = i - 3;
4194 exit( Array[1] != -2 );
4197 if { (eval echo configure
:4198: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
4199 ac_cv_c_gcc_strength_bug
="no"
4201 echo "configure: failed program was:" >&5
4202 cat conftest.
$ac_ext >&5
4204 ac_cv_c_gcc_strength_bug
="yes"
4211 echo "$ac_t""$ac_cv_c_gcc_strength_bug" 1>&6
4212 if test "$ac_cv_c_gcc_strength_bug" = "yes"
4214 CFLAGS
="$CFLAGS -fno-strength-reduce"
4219 echo $ac_n "checking "whether external symbols need an underscore prefix
"""... $ac_c" 1>&6
4220 echo "configure:4221: checking "whether external symbols need an underscore prefix
"" >&5
4221 if eval "test \"`echo '$''{'ac_cv_c_extern_prefix'+set}'`\" = set"; then
4222 echo $ac_n "(cached) $ac_c" 1>&6
4225 LIBS
="conftest_asm.s $LIBS"
4226 cat > conftest_asm.s
<<EOF
4231 cat > conftest.
$ac_ext <<EOF
4232 #line 4233 "configure"
4233 #include "confdefs.h"
4236 if (ac_test) return 1
4239 if { (eval echo configure
:4240: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4241 ac_cv_c_extern_prefix
="yes"
4243 echo "configure: failed program was:" >&5
4244 cat conftest.
$ac_ext >&5
4246 ac_cv_c_extern_prefix
="no"
4252 echo "$ac_t""$ac_cv_c_extern_prefix" 1>&6
4253 if test "$ac_cv_c_extern_prefix" = "yes"
4255 cat >> confdefs.h
<<\EOF
4256 #define NEED_UNDERSCORE_PREFIX 1
4262 echo $ac_n "checking "whether assembler accepts .string
"""... $ac_c" 1>&6
4263 echo "configure:4264: checking "whether assembler accepts .string
"" >&5
4264 if eval "test \"`echo '$''{'ac_cv_c_asm_string'+set}'`\" = set"; then
4265 echo $ac_n "(cached) $ac_c" 1>&6
4268 LIBS
="conftest_asm.s $LIBS"
4269 cat > conftest_asm.s
<<EOF
4272 cat > conftest.
$ac_ext <<EOF
4273 #line 4274 "configure"
4274 #include "confdefs.h"
4280 if { (eval echo configure
:4281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4282 ac_cv_c_asm_string
="yes"
4284 echo "configure: failed program was:" >&5
4285 cat conftest.
$ac_ext >&5
4287 ac_cv_c_asm_string
="no"
4293 echo "$ac_t""$ac_cv_c_asm_string" 1>&6
4294 if test "$ac_cv_c_asm_string" = "yes"
4296 cat >> confdefs.h
<<\EOF
4297 #define HAVE_ASM_STRING 1
4304 if test "$LIBEXT" = "so"
4306 echo $ac_n "checking "whether we can build a Linux dll
"""... $ac_c" 1>&6
4307 echo "configure:4308: checking "whether we can build a Linux dll
"" >&5
4308 if eval "test \"`echo '$''{'ac_cv_c_dll_linux'+set}'`\" = set"; then
4309 echo $ac_n "(cached) $ac_c" 1>&6
4311 saved_cflags
=$CFLAGS
4312 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,conftest.so.1.0"
4313 cat > conftest.
$ac_ext <<EOF
4314 #line 4315 "configure"
4315 #include "confdefs.h"
4321 if { (eval echo configure
:4322: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4323 ac_cv_c_dll_linux
="yes"
4325 echo "configure: failed program was:" >&5
4326 cat conftest.
$ac_ext >&5
4328 ac_cv_c_dll_linux
="no"
4331 CFLAGS
=$saved_cflags
4335 echo "$ac_t""$ac_cv_c_dll_linux" 1>&6
4336 if test "$ac_cv_c_dll_linux" = "yes"
4338 LDSHARED
="\$(CC) -shared -Wl,-soname,\$(SONAME),-rpath,\$(libdir)"
4340 echo $ac_n "checking whether we can build a UnixWare (Solaris) dll""... $ac_c" 1>&6
4341 echo "configure:4342: checking whether we can build a UnixWare (Solaris) dll" >&5
4342 if eval "test \"`echo '$''{'ac_cv_c_dll_unixware'+set}'`\" = set"; then
4343 echo $ac_n "(cached) $ac_c" 1>&6
4345 saved_cflags
=$CFLAGS
4346 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0"
4347 cat > conftest.
$ac_ext <<EOF
4348 #line 4349 "configure"
4349 #include "confdefs.h"
4355 if { (eval echo configure
:4356: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4357 ac_cv_c_dll_unixware
="yes"
4359 echo "configure: failed program was:" >&5
4360 cat conftest.
$ac_ext >&5
4362 ac_cv_c_dll_unixware
="no"
4365 CFLAGS
=$saved_cflags
4369 echo "$ac_t""$ac_cv_c_dll_unixware" 1>&6
4370 if test "$ac_cv_c_dll_unixware" = "yes"
4372 LDSHARED
="\$(CC) -Wl,-G,-h,\$(libdir)/\$(SONAME)"
4374 echo $ac_n "checking "whether we can build a NetBSD dll
"""... $ac_c" 1>&6
4375 echo "configure:4376: checking "whether we can build a NetBSD dll
"" >&5
4376 if eval "test \"`echo '$''{'ac_cv_c_dll_netbsd'+set}'`\" = set"; then
4377 echo $ac_n "(cached) $ac_c" 1>&6
4379 saved_cflags
=$CFLAGS
4380 CFLAGS
="$CFLAGS -fPIC -Bshareable -Bforcearchive"
4381 cat > conftest.
$ac_ext <<EOF
4382 #line 4383 "configure"
4383 #include "confdefs.h"
4389 if { (eval echo configure
:4390: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4391 ac_cv_c_dll_netbsd
="yes"
4393 echo "configure: failed program was:" >&5
4394 cat conftest.
$ac_ext >&5
4396 ac_cv_c_dll_netbsd
="no"
4399 CFLAGS
=$saved_cflags
4403 echo "$ac_t""$ac_cv_c_dll_netbsd" 1>&6
4404 if test "$ac_cv_c_dll_netbsd" = "yes"
4406 LDSHARED
="ld -Bshareable -Bforcearchive"
4410 if test "$ac_cv_c_dll_linux" = "no" -a "$ac_cv_c_dll_unixware" = "no" -a "$ac_cv_c_dll_netbsd" = "no"
4418 DLL_LINK
="-L\$(DLLDIR) \$(DLLS:%=-l%) -L\$(TOPOBJDIR) -lwine"
4420 if test "$LIBEXT" = "so"; then
4424 echo $ac_n "checking whether the linker supports --[no]-whole-archive (Linux)""... $ac_c" 1>&6
4425 echo "configure:4426: checking whether the linker supports --[no]-whole-archive (Linux)" >&5
4426 if eval "test \"`echo '$''{'ac_cv_c_whole_archive'+set}'`\" = set"; then
4427 echo $ac_n "(cached) $ac_c" 1>&6
4429 saved_cflags
=$CFLAGS
4430 CFLAGS
="$CFLAGS -Wl,--whole-archive -Wl,--no-whole-archive"
4431 cat > conftest.
$ac_ext <<EOF
4432 #line 4433 "configure"
4433 #include "confdefs.h"
4439 if { (eval echo configure
:4440: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4441 ac_cv_c_whole_archive
="yes"
4443 echo "configure: failed program was:" >&5
4444 cat conftest.
$ac_ext >&5
4446 ac_cv_c_whole_archive
="no"
4449 CFLAGS
=$saved_cflags
4453 echo "$ac_t""$ac_cv_c_whole_archive" 1>&6
4454 if test "$ac_cv_c_whole_archive" = "yes"
4456 DLL_LINK
="-Wl,--whole-archive $DLL_LINK -Wl,--no-whole-archive"
4458 echo $ac_n "checking whether the linker supports -z {all,default}extract (Linux)""... $ac_c" 1>&6
4459 echo "configure:4460: checking whether the linker supports -z {all,default}extract (Linux)" >&5
4460 if eval "test \"`echo '$''{'ac_cv_c_allextract'+set}'`\" = set"; then
4461 echo $ac_n "(cached) $ac_c" 1>&6
4463 saved_cflags
=$CFLAGS
4464 CFLAGS
="$CFLAGS -Wl,-z,allextract -Wl,-z,defaultextract"
4465 cat > conftest.
$ac_ext <<EOF
4466 #line 4467 "configure"
4467 #include "confdefs.h"
4473 if { (eval echo configure
:4474: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4475 ac_cv_c_allextract
="yes"
4477 echo "configure: failed program was:" >&5
4478 cat conftest.
$ac_ext >&5
4480 ac_cv_c_allextract
="no"
4483 CFLAGS
=$saved_cflags
4487 echo "$ac_t""$ac_cv_c_allextract" 1>&6
4488 if test "$ac_cv_c_allextract" = "yes"
4490 DLL_LINK
="-Wl,-z,allextract $DLL_LINK -Wl,-z,defaultextract"
4502 wine_cv_libc_reentrant
=no
4503 echo $ac_n "checking "for reentrant libc
: __errno_location
"""... $ac_c" 1>&6
4504 echo "configure:4505: checking "for reentrant libc
: __errno_location
"" >&5
4505 if eval "test \"`echo '$''{'wine_cv_libc_r__errno_location'+set}'`\" = set"; then
4506 echo $ac_n "(cached) $ac_c" 1>&6
4508 if test "$cross_compiling" = yes; then
4509 wine_cv_libc_r__errno_location
=yes
4511 cat > conftest.
$ac_ext <<EOF
4512 #line 4513 "configure"
4513 #include "confdefs.h"
4516 int *__errno_location(){return &myerrno;}
4517 main(){connect(0,buf,255); exit(!myerrno);}
4519 if { (eval echo configure
:4520: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
4521 wine_cv_libc_r__errno_location
=yes
4523 echo "configure: failed program was:" >&5
4524 cat conftest.
$ac_ext >&5
4526 wine_cv_libc_r__errno_location
=no
4534 echo "$ac_t""$wine_cv_libc_r__errno_location" 1>&6
4535 if test "$wine_cv_libc_r__errno_location" = "yes"
4537 cat >> confdefs.h
<<\EOF
4538 #define HAVE__ERRNO_LOCATION 1
4541 wine_cv_libc_reentrant
=__errno_location
4543 echo $ac_n "checking "for reentrant libc
: __error
"""... $ac_c" 1>&6
4544 echo "configure:4545: checking "for reentrant libc
: __error
"" >&5
4545 if eval "test \"`echo '$''{'wine_cv_libc_r__error'+set}'`\" = set"; then
4546 echo $ac_n "(cached) $ac_c" 1>&6
4548 if test "$cross_compiling" = yes; then
4549 wine_cv_libc_r__error
=yes
4551 cat > conftest.
$ac_ext <<EOF
4552 #line 4553 "configure"
4553 #include "confdefs.h"
4556 int *__error(){return &myerrno;}
4557 main(){connect(0,buf,255); exit(!myerrno);}
4559 if { (eval echo configure
:4560: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
4561 wine_cv_libc_r__error
=yes
4563 echo "configure: failed program was:" >&5
4564 cat conftest.
$ac_ext >&5
4566 wine_cv_libc_r__error
=no
4574 echo "$ac_t""$wine_cv_libc_r__error" 1>&6
4575 if test "$wine_cv_libc_r__error" = "yes"
4577 cat >> confdefs.h
<<\EOF
4578 #define HAVE__ERROR 1
4581 wine_cv_libc_reentrant
=__error
4583 echo $ac_n "checking "for reentrant libc
: ___errno
"""... $ac_c" 1>&6
4584 echo "configure:4585: checking "for reentrant libc
: ___errno
"" >&5
4585 if eval "test \"`echo '$''{'wine_cv_libc_r___errno'+set}'`\" = set"; then
4586 echo $ac_n "(cached) $ac_c" 1>&6
4588 if test "$cross_compiling" = yes; then
4589 wine_cv_libc_r___errno
=yes
4591 cat > conftest.
$ac_ext <<EOF
4592 #line 4593 "configure"
4593 #include "confdefs.h"
4596 int *___errno(){return &myerrno;}
4597 main(){connect(0,buf,255); exit(!myerrno);}
4599 if { (eval echo configure
:4600: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
4601 wine_cv_libc_r___errno
=yes
4603 echo "configure: failed program was:" >&5
4604 cat conftest.
$ac_ext >&5
4606 wine_cv_libc_r___errno
=no
4614 echo "$ac_t""$wine_cv_libc_r___errno" 1>&6
4615 if test "$wine_cv_libc_r___errno" = "yes"
4617 cat >> confdefs.h
<<\EOF
4618 #define HAVE___ERRNO 1
4621 wine_cv_libc_reentrant
=___errno
4623 echo $ac_n "checking "for reentrant libc
: __thr_errno
"""... $ac_c" 1>&6
4624 echo "configure:4625: checking "for reentrant libc
: __thr_errno
"" >&5
4625 if eval "test \"`echo '$''{'wine_cv_libc_r__thr_errno'+set}'`\" = set"; then
4626 echo $ac_n "(cached) $ac_c" 1>&6
4628 if test "$cross_compiling" = yes; then
4629 wine_cv_libc_r__thr_errno
=yes
4631 cat > conftest.
$ac_ext <<EOF
4632 #line 4633 "configure"
4633 #include "confdefs.h"
4636 int *__thr_errno(){return &myerrno;}
4637 main(){connect(0,buf,255); exit(!myerrno);}
4639 if { (eval echo configure
:4640: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
4641 wine_cv_libc_r__thr_errno
=yes
4643 echo "configure: failed program was:" >&5
4644 cat conftest.
$ac_ext >&5
4646 wine_cv_libc_r__thr_errno
=no
4654 echo "$ac_t""$wine_cv_libc_r__thr_errno" 1>&6
4655 if test "$wine_cv_libc_r__thr_errno" = "yes"
4657 cat >> confdefs.h
<<\EOF
4658 #define HAVE__THR_ERRNO 1
4661 wine_cv_libc_reentrant
=__thr_errno
4663 if test "$wine_cv_libc_reentrant" = "no"
4665 cat >> confdefs.h
<<\EOF
4666 #define NO_REENTRANT_LIBC 1
4672 if test "$have_x" = "yes" -a "$wine_cv_libc_reentrant" != "no"
4674 echo $ac_n "checking "for reentrant X libraries
"""... $ac_c" 1>&6
4675 echo "configure:4676: checking "for reentrant X libraries
"" >&5
4676 if eval "test \"`echo '$''{'wine_cv_x_reentrant'+set}'`\" = set"; then
4677 echo $ac_n "(cached) $ac_c" 1>&6
4679 if test "x$with_reentrant_x" = "xno"
4681 wine_cv_x_reentrant
=no
4684 for dir
in "$x_libraries" /usr
/lib
/usr
/local
/lib
/lib
; do
4685 if test -r $dir/libX11.so
; then
4686 libX11_check
="-D $dir/libX11.so"
4689 if test -r $dir/libX11.a
; then
4690 libX11_check
="$dir/libX11.a"
4694 if test "$libX11_check" != "none"; then
4695 if nm
$libX11_check |
grep $wine_cv_libc_reentrant >/dev
/null
2>&1
4697 wine_cv_x_reentrant
=yes
4699 wine_cv_x_reentrant
=no
4702 wine_cv_x_reentrant
=unknown
4707 echo "$ac_t""$wine_cv_x_reentrant" 1>&6
4709 wine_cv_x_reentrant
=no
4711 if test "$wine_cv_x_reentrant" = "no"
4713 cat >> confdefs.h
<<\EOF
4714 #define NO_REENTRANT_X11 1
4720 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
4721 echo "configure:4722: checking whether byte ordering is bigendian" >&5
4722 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
4723 echo $ac_n "(cached) $ac_c" 1>&6
4725 ac_cv_c_bigendian
=unknown
4726 # See if sys/param.h defines the BYTE_ORDER macro.
4727 cat > conftest.
$ac_ext <<EOF
4728 #line 4729 "configure"
4729 #include "confdefs.h"
4730 #include <sys/types.h>
4731 #include <sys/param.h>
4734 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
4739 if { (eval echo configure
:4740: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4741 # It does; now see whether it defined to BIG_ENDIAN or not.
4742 cat > conftest.
$ac_ext <<EOF
4743 #line 4744 "configure"
4744 #include "confdefs.h"
4745 #include <sys/types.h>
4746 #include <sys/param.h>
4749 #if BYTE_ORDER != BIG_ENDIAN
4754 if { (eval echo configure
:4755: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4756 ac_cv_c_bigendian
=yes
4758 echo "configure: failed program was:" >&5
4759 cat conftest.
$ac_ext >&5
4761 ac_cv_c_bigendian
=no
4765 echo "configure: failed program was:" >&5
4766 cat conftest.
$ac_ext >&5
4769 if test $ac_cv_c_bigendian = unknown
; then
4770 if test "$cross_compiling" = yes; then
4771 { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
4773 cat > conftest.
$ac_ext <<EOF
4774 #line 4775 "configure"
4775 #include "confdefs.h"
4777 /* Are we little or big endian? From Harbison&Steele. */
4781 char c[sizeof (long)];
4784 exit (u.c[sizeof (long) - 1] == 1);
4787 if { (eval echo configure
:4788: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
4789 ac_cv_c_bigendian
=no
4791 echo "configure: failed program was:" >&5
4792 cat conftest.
$ac_ext >&5
4794 ac_cv_c_bigendian
=yes
4802 echo "$ac_t""$ac_cv_c_bigendian" 1>&6
4803 if test $ac_cv_c_bigendian = yes; then
4804 cat >> confdefs.h
<<\EOF
4805 #define WORDS_BIGENDIAN 1
4812 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
4813 # for constant arguments. Useless!
4814 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
4815 echo "configure:4816: checking for working alloca.h" >&5
4816 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
4817 echo $ac_n "(cached) $ac_c" 1>&6
4819 cat > conftest.
$ac_ext <<EOF
4820 #line 4821 "configure"
4821 #include "confdefs.h"
4824 void *p = alloca(2 * sizeof(int));
4827 if { (eval echo configure
:4828: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4829 ac_cv_header_alloca_h
=yes
4831 echo "configure: failed program was:" >&5
4832 cat conftest.
$ac_ext >&5
4834 ac_cv_header_alloca_h
=no
4839 echo "$ac_t""$ac_cv_header_alloca_h" 1>&6
4840 if test $ac_cv_header_alloca_h = yes; then
4841 cat >> confdefs.h
<<\EOF
4842 #define HAVE_ALLOCA_H 1
4847 echo $ac_n "checking for alloca""... $ac_c" 1>&6
4848 echo "configure:4849: checking for alloca" >&5
4849 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
4850 echo $ac_n "(cached) $ac_c" 1>&6
4852 cat > conftest.
$ac_ext <<EOF
4853 #line 4854 "configure"
4854 #include "confdefs.h"
4857 # define alloca __builtin_alloca
4860 # include <malloc.h>
4861 # define alloca _alloca
4864 # include <alloca.h>
4869 # ifndef alloca /* predefined by HP cc +Olibcalls */
4878 char *p = (char *) alloca(1);
4881 if { (eval echo configure
:4882: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4883 ac_cv_func_alloca_works
=yes
4885 echo "configure: failed program was:" >&5
4886 cat conftest.
$ac_ext >&5
4888 ac_cv_func_alloca_works
=no
4893 echo "$ac_t""$ac_cv_func_alloca_works" 1>&6
4894 if test $ac_cv_func_alloca_works = yes; then
4895 cat >> confdefs.h
<<\EOF
4896 #define HAVE_ALLOCA 1
4901 if test $ac_cv_func_alloca_works = no
; then
4902 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
4903 # that cause trouble. Some versions do not even contain alloca or
4904 # contain a buggy version. If you still want to use their alloca,
4905 # use ar to extract alloca.o from them instead of compiling alloca.c.
4906 ALLOCA
=alloca.
${ac_objext}
4907 cat >> confdefs.h
<<\EOF
4912 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
4913 echo "configure:4914: checking whether alloca needs Cray hooks" >&5
4914 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
4915 echo $ac_n "(cached) $ac_c" 1>&6
4917 cat > conftest.
$ac_ext <<EOF
4918 #line 4919 "configure"
4919 #include "confdefs.h"
4920 #if defined(CRAY) && ! defined(CRAY2)
4927 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4928 egrep "webecray" >/dev
/null
2>&1; then
4939 echo "$ac_t""$ac_cv_os_cray" 1>&6
4940 if test $ac_cv_os_cray = yes; then
4941 for ac_func
in _getb67 GETB67 getb67
; do
4942 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4943 echo "configure:4944: checking for $ac_func" >&5
4944 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4945 echo $ac_n "(cached) $ac_c" 1>&6
4947 cat > conftest.
$ac_ext <<EOF
4948 #line 4949 "configure"
4949 #include "confdefs.h"
4950 /* System header to define __stub macros and hopefully few prototypes,
4951 which can conflict with char $ac_func(); below. */
4953 /* Override any gcc2 internal prototype to avoid an error. */
4954 /* We use char because int might match the return type of a gcc2
4955 builtin and then its argument prototype would still apply. */
4960 /* The GNU C library defines this for functions which it implements
4961 to always fail with ENOSYS. Some functions are actually named
4962 something starting with __ and the normal name is an alias. */
4963 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4971 if { (eval echo configure
:4972: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4973 eval "ac_cv_func_$ac_func=yes"
4975 echo "configure: failed program was:" >&5
4976 cat conftest.
$ac_ext >&5
4978 eval "ac_cv_func_$ac_func=no"
4983 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4984 echo "$ac_t""yes" 1>&6
4985 cat >> confdefs.h
<<EOF
4986 #define CRAY_STACKSEG_END $ac_func
4991 echo "$ac_t""no" 1>&6
4997 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
4998 echo "configure:4999: checking stack direction for C alloca" >&5
4999 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
5000 echo $ac_n "(cached) $ac_c" 1>&6
5002 if test "$cross_compiling" = yes; then
5003 ac_cv_c_stack_direction
=0
5005 cat > conftest.
$ac_ext <<EOF
5006 #line 5007 "configure"
5007 #include "confdefs.h"
5008 find_stack_direction ()
5010 static char *addr = 0;
5015 return find_stack_direction ();
5018 return (&dummy > addr) ? 1 : -1;
5022 exit (find_stack_direction() < 0);
5025 if { (eval echo configure
:5026: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
5027 ac_cv_c_stack_direction
=1
5029 echo "configure: failed program was:" >&5
5030 cat conftest.
$ac_ext >&5
5032 ac_cv_c_stack_direction
=-1
5039 echo "$ac_t""$ac_cv_c_stack_direction" 1>&6
5040 cat >> confdefs.h
<<EOF
5041 #define STACK_DIRECTION $ac_cv_c_stack_direction
5075 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5076 echo "configure:5077: checking for $ac_func" >&5
5077 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5078 echo $ac_n "(cached) $ac_c" 1>&6
5080 cat > conftest.
$ac_ext <<EOF
5081 #line 5082 "configure"
5082 #include "confdefs.h"
5083 /* System header to define __stub macros and hopefully few prototypes,
5084 which can conflict with char $ac_func(); below. */
5086 /* Override any gcc2 internal prototype to avoid an error. */
5087 /* We use char because int might match the return type of a gcc2
5088 builtin and then its argument prototype would still apply. */
5093 /* The GNU C library defines this for functions which it implements
5094 to always fail with ENOSYS. Some functions are actually named
5095 something starting with __ and the normal name is an alias. */
5096 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5104 if { (eval echo configure
:5105: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
5106 eval "ac_cv_func_$ac_func=yes"
5108 echo "configure: failed program was:" >&5
5109 cat conftest.
$ac_ext >&5
5111 eval "ac_cv_func_$ac_func=no"
5116 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5117 echo "$ac_t""yes" 1>&6
5118 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5119 cat >> confdefs.h
<<EOF
5120 #define $ac_tr_func 1
5124 echo "$ac_t""no" 1>&6
5181 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5182 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5183 echo "configure:5184: checking for $ac_hdr" >&5
5184 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5185 echo $ac_n "(cached) $ac_c" 1>&6
5187 cat > conftest.
$ac_ext <<EOF
5188 #line 5189 "configure"
5189 #include "confdefs.h"
5192 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5193 { (eval echo configure
:5194: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5194 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5195 if test -z "$ac_err"; then
5197 eval "ac_cv_header_$ac_safe=yes"
5200 echo "configure: failed program was:" >&5
5201 cat conftest.
$ac_ext >&5
5203 eval "ac_cv_header_$ac_safe=no"
5207 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5208 echo "$ac_t""yes" 1>&6
5209 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5210 cat >> confdefs.h
<<EOF
5211 #define $ac_tr_hdr 1
5215 echo "$ac_t""no" 1>&6
5219 echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6
5220 echo "configure:5221: checking whether stat file-mode macros are broken" >&5
5221 if eval "test \"`echo '$''{'ac_cv_header_stat_broken'+set}'`\" = set"; then
5222 echo $ac_n "(cached) $ac_c" 1>&6
5224 cat > conftest.
$ac_ext <<EOF
5225 #line 5226 "configure"
5226 #include "confdefs.h"
5227 #include <sys/types.h>
5228 #include <sys/stat.h>
5230 #if defined(S_ISBLK) && defined(S_IFDIR)
5231 # if S_ISBLK (S_IFDIR)
5236 #if defined(S_ISBLK) && defined(S_IFCHR)
5237 # if S_ISBLK (S_IFCHR)
5242 #if defined(S_ISLNK) && defined(S_IFREG)
5243 # if S_ISLNK (S_IFREG)
5248 #if defined(S_ISSOCK) && defined(S_IFREG)
5249 # if S_ISSOCK (S_IFREG)
5255 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5256 egrep "You lose" >/dev
/null
2>&1; then
5258 ac_cv_header_stat_broken
=yes
5261 ac_cv_header_stat_broken
=no
5267 echo "$ac_t""$ac_cv_header_stat_broken" 1>&6
5268 if test $ac_cv_header_stat_broken = yes; then
5269 cat >> confdefs.h
<<\EOF
5270 #define STAT_MACROS_BROKEN 1
5277 echo $ac_n "checking for working const""... $ac_c" 1>&6
5278 echo "configure:5279: checking for working const" >&5
5279 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
5280 echo $ac_n "(cached) $ac_c" 1>&6
5282 cat > conftest.
$ac_ext <<EOF
5283 #line 5284 "configure"
5284 #include "confdefs.h"
5288 /* Ultrix mips cc rejects this. */
5289 typedef int charset[2]; const charset x = {0,0};
5290 /* SunOS 4.1.1 cc rejects this. */
5291 char const *const *ccp;
5293 /* NEC SVR4.0.2 mips cc rejects this. */
5294 struct point {int x, y;};
5295 static struct point const zero = {0,0};
5296 /* AIX XL C 1.02.0.0 rejects this.
5297 It does not let you subtract one const X* pointer from another in an arm
5298 of an if-expression whose if-part is not a constant expression */
5299 const char *g = "string";
5300 ccp = &g + (g ? g-g : 0);
5301 /* HPUX 7.0 cc rejects these. */
5304 ccp = (char const *const *) p;
5305 { /* SCO 3.2v4 cc rejects this. */
5307 char const *s = 0 ? (char *) 0 : (char const *) 0;
5311 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
5313 const int *foo = &x[0];
5316 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
5317 typedef const int *iptr;
5321 { /* AIX XL C 1.02.0.0 rejects this saying
5322 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
5323 struct s { int j; const int *ap[3]; };
5324 struct s *b; b->j = 5;
5326 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
5332 if { (eval echo configure
:5333: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5336 echo "configure: failed program was:" >&5
5337 cat conftest.
$ac_ext >&5
5344 echo "$ac_t""$ac_cv_c_const" 1>&6
5345 if test $ac_cv_c_const = no
; then
5346 cat >> confdefs.h
<<\EOF
5352 echo $ac_n "checking for inline""... $ac_c" 1>&6
5353 echo "configure:5354: checking for inline" >&5
5354 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
5355 echo $ac_n "(cached) $ac_c" 1>&6
5358 for ac_kw
in inline __inline__ __inline
; do
5359 cat > conftest.
$ac_ext <<EOF
5360 #line 5361 "configure"
5361 #include "confdefs.h"
5364 } int $ac_kw foo() {
5367 if { (eval echo configure
:5368: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5369 ac_cv_c_inline
=$ac_kw; break
5371 echo "configure: failed program was:" >&5
5372 cat conftest.
$ac_ext >&5
5379 echo "$ac_t""$ac_cv_c_inline" 1>&6
5380 case "$ac_cv_c_inline" in
5382 no
) cat >> confdefs.h
<<\EOF
5386 *) cat >> confdefs.h
<<EOF
5387 #define inline $ac_cv_c_inline
5392 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
5393 echo "configure:5394: checking for ANSI C header files" >&5
5394 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
5395 echo $ac_n "(cached) $ac_c" 1>&6
5397 cat > conftest.
$ac_ext <<EOF
5398 #line 5399 "configure"
5399 #include "confdefs.h"
5405 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5406 { (eval echo configure
:5407: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5407 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5408 if test -z "$ac_err"; then
5410 ac_cv_header_stdc
=yes
5413 echo "configure: failed program was:" >&5
5414 cat conftest.
$ac_ext >&5
5416 ac_cv_header_stdc
=no
5420 if test $ac_cv_header_stdc = yes; then
5421 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5422 cat > conftest.
$ac_ext <<EOF
5423 #line 5424 "configure"
5424 #include "confdefs.h"
5427 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5428 egrep "memchr" >/dev
/null
2>&1; then
5432 ac_cv_header_stdc
=no
5438 if test $ac_cv_header_stdc = yes; then
5439 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5440 cat > conftest.
$ac_ext <<EOF
5441 #line 5442 "configure"
5442 #include "confdefs.h"
5445 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5446 egrep "free" >/dev
/null
2>&1; then
5450 ac_cv_header_stdc
=no
5456 if test $ac_cv_header_stdc = yes; then
5457 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5458 if test "$cross_compiling" = yes; then
5461 cat > conftest.
$ac_ext <<EOF
5462 #line 5463 "configure"
5463 #include "confdefs.h"
5465 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5466 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5467 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5468 int main () { int i; for (i = 0; i < 256; i++)
5469 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
5473 if { (eval echo configure
:5474: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
5477 echo "configure: failed program was:" >&5
5478 cat conftest.
$ac_ext >&5
5480 ac_cv_header_stdc
=no
5488 echo "$ac_t""$ac_cv_header_stdc" 1>&6
5489 if test $ac_cv_header_stdc = yes; then
5490 cat >> confdefs.h
<<\EOF
5491 #define STDC_HEADERS 1
5496 echo $ac_n "checking for size_t""... $ac_c" 1>&6
5497 echo "configure:5498: checking for size_t" >&5
5498 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
5499 echo $ac_n "(cached) $ac_c" 1>&6
5501 cat > conftest.
$ac_ext <<EOF
5502 #line 5503 "configure"
5503 #include "confdefs.h"
5504 #include <sys/types.h>
5510 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5511 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
5513 ac_cv_type_size_t
=yes
5516 ac_cv_type_size_t
=no
5521 echo "$ac_t""$ac_cv_type_size_t" 1>&6
5522 if test $ac_cv_type_size_t = no
; then
5523 cat >> confdefs.h
<<\EOF
5524 #define size_t unsigned
5529 echo $ac_n "checking size of long long""... $ac_c" 1>&6
5530 echo "configure:5531: checking size of long long" >&5
5531 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
5532 echo $ac_n "(cached) $ac_c" 1>&6
5534 if test "$cross_compiling" = yes; then
5535 ac_cv_sizeof_long_long
=0
5537 cat > conftest.
$ac_ext <<EOF
5538 #line 5539 "configure"
5539 #include "confdefs.h"
5543 FILE *f=fopen("conftestval", "w");
5545 fprintf(f, "%d\n", sizeof(long long));
5549 if { (eval echo configure
:5550: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
5551 ac_cv_sizeof_long_long
=`cat conftestval`
5553 echo "configure: failed program was:" >&5
5554 cat conftest.
$ac_ext >&5
5556 ac_cv_sizeof_long_long
=0
5562 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
5563 cat >> confdefs.h
<<EOF
5564 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
5569 if test "$ac_cv_header_linux_joystick_h" = "yes"
5571 echo $ac_n "checking "whether linux
/joystick.h uses the Linux
2.2+ API
"""... $ac_c" 1>&6
5572 echo "configure:5573: checking "whether linux
/joystick.h uses the Linux
2.2+ API
"" >&5
5573 if eval "test \"`echo '$''{'wine_cv_linux_joystick_22_api'+set}'`\" = set"; then
5574 echo $ac_n "(cached) $ac_c" 1>&6
5576 cat > conftest.
$ac_ext <<EOF
5577 #line 5578 "configure"
5578 #include "confdefs.h"
5580 #include <sys/ioctl.h>
5581 #include <linux/joystick.h>
5583 struct js_event blub;
5584 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
5585 #error "no 2.2 header"
5592 if { (eval echo configure
:5593: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5594 wine_cv_linux_joystick_22_api
=yes
5596 echo "configure: failed program was:" >&5
5597 cat conftest.
$ac_ext >&5
5599 wine_cv_linux_joystick_22_api
=no
5605 echo "$ac_t""$wine_cv_linux_joystick_22_api" 1>&6
5606 if test "$wine_cv_linux_joystick_22_api"
5608 cat >> confdefs.h
<<\EOF
5609 #define HAVE_LINUX_22_JOYSTICK_API 1
5616 if test "$ac_cv_header_sys_vfs_h" = "yes"
5618 echo $ac_n "checking "whether sys
/vfs.h defines statfs
"""... $ac_c" 1>&6
5619 echo "configure:5620: checking "whether sys
/vfs.h defines statfs
"" >&5
5620 if eval "test \"`echo '$''{'wine_cv_sys_vfs_has_statfs'+set}'`\" = set"; then
5621 echo $ac_n "(cached) $ac_c" 1>&6
5623 cat > conftest.
$ac_ext <<EOF
5624 #line 5625 "configure"
5625 #include "confdefs.h"
5627 #include <sys/types.h>
5628 #ifdef HAVE_SYS_PARAM_H
5629 # include <sys/param.h>
5631 #include <sys/vfs.h>
5637 memset(&stfs,0,sizeof(stfs));
5641 if { (eval echo configure
:5642: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5643 wine_cv_sys_vfs_has_statfs
=yes
5645 echo "configure: failed program was:" >&5
5646 cat conftest.
$ac_ext >&5
5648 wine_cv_sys_vfs_has_statfs
=no
5655 echo "$ac_t""$wine_cv_sys_vfs_has_statfs" 1>&6
5656 if test "$wine_cv_sys_vfs_has_statfs" = "yes"
5658 cat >> confdefs.h
<<\EOF
5659 #define STATFS_DEFINED_BY_SYS_VFS 1
5665 if test "$ac_cv_header_sys_statfs_h" = "yes"
5667 echo $ac_n "checking "whether sys
/statfs.h defines statfs
"""... $ac_c" 1>&6
5668 echo "configure:5669: checking "whether sys
/statfs.h defines statfs
"" >&5
5669 if eval "test \"`echo '$''{'wine_cv_sys_statfs_has_statfs'+set}'`\" = set"; then
5670 echo $ac_n "(cached) $ac_c" 1>&6
5672 cat > conftest.
$ac_ext <<EOF
5673 #line 5674 "configure"
5674 #include "confdefs.h"
5676 #include <sys/types.h>
5677 #ifdef HAVE_SYS_PARAM_H
5678 # include <sys/param.h>
5680 #include <sys/statfs.h>
5688 if { (eval echo configure
:5689: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5690 wine_cv_sys_statfs_has_statfs
=yes
5692 echo "configure: failed program was:" >&5
5693 cat conftest.
$ac_ext >&5
5695 wine_cv_sys_statfs_has_statfs
=no
5702 echo "$ac_t""$wine_cv_sys_statfs_has_statfs" 1>&6
5703 if test "$wine_cv_sys_statfs_has_statfs" = "yes"
5705 cat >> confdefs.h
<<\EOF
5706 #define STATFS_DEFINED_BY_SYS_STATFS 1
5712 if test "$ac_cv_header_sys_mount_h" = "yes"
5714 echo $ac_n "checking "whether sys
/mount.h defines statfs
"""... $ac_c" 1>&6
5715 echo "configure:5716: checking "whether sys
/mount.h defines statfs
"" >&5
5716 if eval "test \"`echo '$''{'wine_cv_sys_mount_has_statfs'+set}'`\" = set"; then
5717 echo $ac_n "(cached) $ac_c" 1>&6
5719 cat > conftest.
$ac_ext <<EOF
5720 #line 5721 "configure"
5721 #include "confdefs.h"
5723 #include <sys/types.h>
5724 #ifdef HAVE_SYS_PARAM_H
5725 # include <sys/param.h>
5727 #include <sys/mount.h>
5735 if { (eval echo configure
:5736: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5737 wine_cv_sys_mount_has_statfs
=yes
5739 echo "configure: failed program was:" >&5
5740 cat conftest.
$ac_ext >&5
5742 wine_cv_sys_mount_has_statfs
=no
5749 echo "$ac_t""$wine_cv_sys_mount_has_statfs" 1>&6
5750 if test "$wine_cv_sys_mount_has_statfs" = "yes"
5752 cat >> confdefs.h
<<\EOF
5753 #define STATFS_DEFINED_BY_SYS_MOUNT 1
5760 echo $ac_n "checking "for statfs.f_bfree
"""... $ac_c" 1>&6
5761 echo "configure:5762: checking "for statfs.f_bfree
"" >&5
5762 if eval "test \"`echo '$''{'wine_cv_statfs_bfree'+set}'`\" = set"; then
5763 echo $ac_n "(cached) $ac_c" 1>&6
5765 if test "x$statfs_bfree" = "xno"
5767 wine_cv_statfs_bfree
=no
5769 cat > conftest.
$ac_ext <<EOF
5770 #line 5771 "configure"
5771 #include "confdefs.h"
5773 #include <sys/types.h>
5774 #ifdef HAVE_SYS_PARAM_H
5775 # include <sys/param.h>
5777 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
5778 # include <sys/mount.h>
5780 # ifdef STATFS_DEFINED_BY_SYS_VFS
5781 # include <sys/vfs.h>
5783 # ifdef STATFS_DEFINED_BY_SYS_STATFS
5784 # include <sys/statfs.h>
5797 if { (eval echo configure
:5798: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5799 wine_cv_statfs_bfree
=yes
5801 echo "configure: failed program was:" >&5
5802 cat conftest.
$ac_ext >&5
5804 wine_cv_statfs_bfree
=no
5811 echo "$ac_t""$wine_cv_statfs_bfree" 1>&6
5812 if test "$wine_cv_statfs_bfree" = "yes"
5814 cat >> confdefs.h
<<\EOF
5815 #define STATFS_HAS_BFREE 1
5820 echo $ac_n "checking "for statfs.f_bavail
"""... $ac_c" 1>&6
5821 echo "configure:5822: checking "for statfs.f_bavail
"" >&5
5822 if eval "test \"`echo '$''{'wine_cv_statfs_bavail'+set}'`\" = set"; then
5823 echo $ac_n "(cached) $ac_c" 1>&6
5825 if test "x$statfs_bavail" = "xno"
5827 wine_cv_statfs_bavail
=no
5829 cat > conftest.
$ac_ext <<EOF
5830 #line 5831 "configure"
5831 #include "confdefs.h"
5833 #include <sys/types.h>
5834 #ifdef HAVE_SYS_PARAM_H
5835 # include <sys/param.h>
5837 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
5838 # include <sys/mount.h>
5840 # ifdef STATFS_DEFINED_BY_SYS_VFS
5841 # include <sys/vfs.h>
5843 # ifdef STATFS_DEFINED_BY_SYS_STATFS
5844 # include <sys/statfs.h>
5857 if { (eval echo configure
:5858: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5859 wine_cv_statfs_bavail
=yes
5861 echo "configure: failed program was:" >&5
5862 cat conftest.
$ac_ext >&5
5864 wine_cv_statfs_bavail
=no
5871 echo "$ac_t""$wine_cv_statfs_bavail" 1>&6
5872 if test "$wine_cv_statfs_bavail" = "yes"
5874 cat >> confdefs.h
<<\EOF
5875 #define STATFS_HAS_BAVAIL 1
5881 echo $ac_n "checking "for working sigaltstack
"""... $ac_c" 1>&6
5882 echo "configure:5883: checking "for working sigaltstack
"" >&5
5883 if eval "test \"`echo '$''{'ac_cv_c_working_sigaltstack'+set}'`\" = set"; then
5884 echo $ac_n "(cached) $ac_c" 1>&6
5886 if test "$cross_compiling" = yes; then
5887 ac_cv_c_working_sigaltstack
="no"
5890 cat > conftest.
$ac_ext <<EOF
5891 #line 5892 "configure"
5892 #include "confdefs.h"
5895 #include <time.h> /* <sys/time.h> ? bad magic without end */
5896 #include <sys/types.h>
5897 #include <sys/signal.h>
5898 #ifdef HAVE_SYS_PARAM_H
5899 # include <sys/param.h>
5901 #ifdef HAVE_SYSCALL_H
5902 # include <syscall.h>
5904 # ifdef HAVE_SYS_SYSCALL_H
5905 # include <sys/syscall.h>
5909 unsigned char *xaltstack;
5912 main(int argc,char **argv) {
5913 struct sigaltstack ss;
5915 xaltstack = malloc(16384);
5916 ss.ss_sp = xaltstack;
5919 if (sigaltstack(&ss, NULL) < 0) {
5920 /* this catches the glibc case */
5921 perror("sigaltstack");
5922 return (1); /* aka exit(1) aka fail */
5924 /* assume it works. */
5929 if { (eval echo configure
:5930: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
5931 ac_cv_c_working_sigaltstack
="yes"
5933 echo "configure: failed program was:" >&5
5934 cat conftest.
$ac_ext >&5
5936 ac_cv_c_working_sigaltstack
="no"
5943 echo "$ac_t""$ac_cv_c_working_sigaltstack" 1>&6
5945 if test "$ac_cv_c_working_sigaltstack" = "yes"
5947 cat >> confdefs.h
<<\EOF
5948 #define HAVE_WORKING_SIGALTSTACK 1
5955 echo $ac_n "checking "for msg_accrights
in struct msghdr
"""... $ac_c" 1>&6
5956 echo "configure:5957: checking "for msg_accrights
in struct msghdr
"" >&5
5957 if eval "test \"`echo '$''{'ac_cv_c_msg_accrights'+set}'`\" = set"; then
5958 echo $ac_n "(cached) $ac_c" 1>&6
5960 cat > conftest.
$ac_ext <<EOF
5961 #line 5962 "configure"
5962 #include "confdefs.h"
5963 #include <sys/types.h>
5964 #include <sys/socket.h>
5966 struct msghdr hdr; hdr.msg_accrights=0
5969 if { (eval echo configure
:5970: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5971 ac_cv_c_msg_accrights
="yes"
5973 echo "configure: failed program was:" >&5
5974 cat conftest.
$ac_ext >&5
5976 ac_cv_c_msg_accrights
="no"
5981 echo "$ac_t""$ac_cv_c_msg_accrights" 1>&6
5982 if test "$ac_cv_c_msg_accrights" = "yes"
5984 cat >> confdefs.h
<<\EOF
5985 #define HAVE_MSGHDR_ACCRIGHTS 1
5991 echo $ac_n "checking "for sun_len
in struct sockaddr_un
"""... $ac_c" 1>&6
5992 echo "configure:5993: checking "for sun_len
in struct sockaddr_un
"" >&5
5993 if eval "test \"`echo '$''{'ac_cv_c_sun_len'+set}'`\" = set"; then
5994 echo $ac_n "(cached) $ac_c" 1>&6
5996 cat > conftest.
$ac_ext <<EOF
5997 #line 5998 "configure"
5998 #include "confdefs.h"
5999 #include <sys/types.h>
6000 #include <sys/socket.h>
6003 static struct sockaddr_un addr; addr.sun_len = 1
6006 if { (eval echo configure
:6007: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6008 ac_cv_c_sun_len
="yes"
6010 echo "configure: failed program was:" >&5
6011 cat conftest.
$ac_ext >&5
6013 ac_cv_c_sun_len
="no"
6018 echo "$ac_t""$ac_cv_c_sun_len" 1>&6
6019 if test "$ac_cv_c_sun_len" = "yes"
6021 cat >> confdefs.h
<<\EOF
6022 #define HAVE_SOCKADDR_SUN_LEN 1
6028 echo $ac_n "checking "whether we need to define __i386__
"""... $ac_c" 1>&6
6029 echo "configure:6030: checking "whether we need to define __i386__
"" >&5
6030 if eval "test \"`echo '$''{'ac_cv_cpp_def_i386'+set}'`\" = set"; then
6031 echo $ac_n "(cached) $ac_c" 1>&6
6033 cat > conftest.
$ac_ext <<EOF
6034 #line 6035 "configure"
6035 #include "confdefs.h"
6036 #if (defined(i386) || defined(__i386)) && !defined(__i386__)
6040 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6041 egrep "yes" >/dev
/null
2>&1; then
6043 ac_cv_cpp_def_i386
="yes"
6046 ac_cv_cpp_def_i386
="no"
6052 echo "$ac_t""$ac_cv_cpp_def_i386" 1>&6
6053 if test "$ac_cv_cpp_def_i386" = "yes"
6055 CFLAGS
="$CFLAGS -D__i386__"
6056 LINTFLAGS
="$LINTFLAGS -D__i386__"
6060 if test "$GCC" = "yes"
6062 GCC_NO_BUILTIN
="-fno-builtin"
6067 MAKE_RULES
=Make.rules
6071 cat > confcache
<<\EOF
6072 # This file is a shell script that caches the results of configure
6073 # tests run on this system so they can be shared between configure
6074 # scripts and configure runs. It is not useful on other systems.
6075 # If it contains results you don't want to keep, you may remove or edit it.
6077 # By default, configure uses ./config.cache as the cache file,
6078 # creating it if it does not exist already. You can give configure
6079 # the --cache-file=FILE option to use a different cache file; that is
6080 # what configure does when it calls configure scripts in
6081 # subdirectories, so they share the cache.
6082 # Giving --cache-file=/dev/null disables caching, for debugging configure.
6083 # config.status only pays attention to the cache file if you give it the
6084 # --recheck option to rerun configure.
6087 # The following way of writing the cache mishandles newlines in values,
6088 # but we know of no workaround that is simple, portable, and efficient.
6089 # So, don't put newlines in cache variables' values.
6090 # Ultrix sh set writes to stderr and can't be redirected directly,
6091 # and sets the high bit in the cache file unless we assign to the vars.
6093 case `(ac_space=' '; set | grep ac_space) 2>&1` in
6095 # `set' does not quote correctly, so add quotes (double-quote substitution
6096 # turns \\\\ into \\, and sed turns \\ into \).
6098 -e "s/'/'\\\\''/g" \
6099 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
6102 # `set' quotes correctly as required by POSIX, so do not add quotes.
6103 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
6106 if cmp -s $cache_file confcache
; then
6109 if test -w $cache_file; then
6110 echo "updating cache $cache_file"
6111 cat confcache
> $cache_file
6113 echo "not updating unwritable cache $cache_file"
6118 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
6120 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
6121 # Let make expand exec_prefix.
6122 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
6124 # Any assignment to VPATH causes Sun make to only execute
6125 # the first set of double-colon rules, so remove it if not needed.
6126 # If there is a colon in the path, we need to keep it.
6127 if test "x$srcdir" = x.
; then
6128 ac_vpsub
='/^[ ]*VPATH[ ]*=[^:]*$/d'
6131 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
6133 DEFS
=-DHAVE_CONFIG_H
6135 # Without the "./", some shells look in PATH for config.status.
6136 : ${CONFIG_STATUS=./config.status}
6138 echo creating
$CONFIG_STATUS
6139 rm -f $CONFIG_STATUS
6140 cat > $CONFIG_STATUS <<EOF
6142 # Generated automatically by configure.
6143 # Run this file to recreate the current configuration.
6144 # This directory was configured as follows,
6145 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
6147 # $0 $ac_configure_args
6149 # Compiler output produced by configure, useful for debugging
6150 # configure, is in ./config.log if it exists.
6152 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
6155 case "\$ac_option" in
6156 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
6157 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
6158 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
6159 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
6160 echo "$CONFIG_STATUS generated by autoconf version 2.13"
6162 -help | --help | --hel | --he | --h)
6163 echo "\$ac_cs_usage"; exit 0 ;;
6164 *) echo "\$ac_cs_usage"; exit 1 ;;
6168 ac_given_srcdir=$srcdir
6169 ac_given_INSTALL="$INSTALL"
6171 trap 'rm -fr `echo "
6178 dlls/advapi32/Makefile
6179 dlls/avifil32/Makefile
6180 dlls/comctl32/Makefile
6181 dlls/commdlg/Makefile
6182 dlls/crtdll/Makefile
6183 dlls/dciman32/Makefile
6184 dlls/display/Makefile
6185 dlls/dplayx/Makefile
6186 dlls/dsound/Makefile
6188 dlls/imagehlp/Makefile
6190 dlls/lzexpand/Makefile
6194 dlls/msacm32/Makefile
6195 dlls/msnet32/Makefile
6196 dlls/msvideo/Makefile
6198 dlls/odbc32/Makefile
6200 dlls/oleaut32/Makefile
6201 dlls/olecli/Makefile
6202 dlls/oledlg/Makefile
6203 dlls/olepro32/Makefile
6204 dlls/olesvr/Makefile
6206 dlls/rasapi32/Makefile
6207 dlls/setupx/Makefile
6208 dlls/shell32/Makefile
6210 dlls/stress/Makefile
6211 dlls/tapi32/Makefile
6212 dlls/version/Makefile
6213 dlls/win32s/Makefile
6214 dlls/win87em/Makefile
6215 dlls/winaspi/Makefile
6216 dlls/windebug/Makefile
6219 dlls/winmm/joystick/Makefile
6220 dlls/winmm/mcianim/Makefile
6221 dlls/winmm/mciavi/Makefile
6222 dlls/winmm/mcicda/Makefile
6223 dlls/winmm/mciseq/Makefile
6224 dlls/winmm/mciwave/Makefile
6225 dlls/winmm/midimap/Makefile
6226 dlls/winmm/wavemap/Makefile
6227 dlls/winmm/wineoss/Makefile
6228 dlls/winsock/Makefile
6229 dlls/winspool/Makefile
6230 dlls/wnaspi32/Makefile
6231 documentation/Makefile
6232 documentation/wine.conf.man
6233 documentation/wine.man
6236 graphics/enhmetafiledrv/Makefile
6237 graphics/metafiledrv/Makefile
6238 graphics/psdrv/Makefile
6239 graphics/ttydrv/Makefile
6240 graphics/win16drv/Makefile
6241 graphics/x11drv/Makefile
6256 programs/clock/Makefile
6257 programs/cmdlgtst/Makefile
6258 programs/control/Makefile
6259 programs/avitools/Makefile
6260 programs/osversioncheck/Makefile
6261 programs/notepad/Makefile
6262 programs/progman/Makefile
6263 programs/regtest/Makefile
6264 programs/regapi/Makefile
6265 programs/view/Makefile
6266 programs/wcmd/Makefile
6267 programs/winhelp/Makefile
6268 programs/winver/Makefile
6279 windows/ttydrv/Makefile
6280 windows/x11drv/Makefile include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
6282 cat >> $CONFIG_STATUS <<EOF
6284 # Protect against being on the right side of a sed subst in config.status.
6285 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
6286 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
6290 s%@CFLAGS@%$CFLAGS%g
6291 s%@CPPFLAGS@%$CPPFLAGS%g
6292 s%@CXXFLAGS@%$CXXFLAGS%g
6293 s%@FFLAGS@%$FFLAGS%g
6295 s%@LDFLAGS@%$LDFLAGS%g
6297 s%@exec_prefix@%$exec_prefix%g
6298 s%@prefix@%$prefix%g
6299 s%@program_transform_name@%$program_transform_name%g
6300 s%@bindir@%$bindir%g
6301 s%@sbindir@%$sbindir%g
6302 s%@libexecdir@%$libexecdir%g
6303 s%@datadir@%$datadir%g
6304 s%@sysconfdir@%$sysconfdir%g
6305 s%@sharedstatedir@%$sharedstatedir%g
6306 s%@localstatedir@%$localstatedir%g
6307 s%@libdir@%$libdir%g
6308 s%@includedir@%$includedir%g
6309 s%@oldincludedir@%$oldincludedir%g
6310 s%@infodir@%$infodir%g
6311 s%@mandir@%$mandir%g
6312 s%@PROGEXT@%$PROGEXT%g
6313 s%@EMU_TARGET@%$EMU_TARGET%g
6314 s%@OPTIONS@%$OPTIONS%g
6315 s%@SET_MAKE@%$SET_MAKE%g
6318 s%@X_CFLAGS@%$X_CFLAGS%g
6319 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
6320 s%@X_LIBS@%$X_LIBS%g
6321 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
6324 s%@LEXLIB@%$LEXLIB%g
6325 s%@RANLIB@%$RANLIB%g
6326 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
6327 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
6328 s%@INSTALL_DATA@%$INSTALL_DATA%g
6331 s%@LDCONFIG@%$LDCONFIG%g
6333 s%@LINTFLAGS@%$LINTFLAGS%g
6335 s%@DLL_LINK@%$DLL_LINK%g
6336 s%@BUILDFLAGS@%$BUILDFLAGS%g
6337 s%@DLLFLAGS@%$DLLFLAGS%g
6338 s%@LDSHARED@%$LDSHARED%g
6339 s%@LIBEXT@%$LIBEXT%g
6340 s%@ALLOCA@%$ALLOCA%g
6341 s%@GCC_NO_BUILTIN@%$GCC_NO_BUILTIN%g
6342 /@MAKE_RULES@/r $MAKE_RULES
6348 cat >> $CONFIG_STATUS <<\EOF
6350 # Split the substitutions into bite-sized pieces for seds with
6351 # small command number limits, like on Digital OSF/1 and HP-UX.
6352 ac_max_sed_cmds
=90 # Maximum number of lines to put in a sed script.
6353 ac_file
=1 # Number of current file.
6354 ac_beg
=1 # First line for current file.
6355 ac_end
=$ac_max_sed_cmds # Line after last line for current file.
6358 while $ac_more_lines; do
6359 if test $ac_beg -gt 1; then
6360 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs
> conftest.s
$ac_file
6362 sed "${ac_end}q" conftest.subs
> conftest.s
$ac_file
6364 if test ! -s conftest.s
$ac_file; then
6366 rm -f conftest.s
$ac_file
6368 if test -z "$ac_sed_cmds"; then
6369 ac_sed_cmds
="sed -f conftest.s$ac_file"
6371 ac_sed_cmds
="$ac_sed_cmds | sed -f conftest.s$ac_file"
6373 ac_file
=`expr $ac_file + 1`
6375 ac_end
=`expr $ac_end + $ac_max_sed_cmds`
6378 if test -z "$ac_sed_cmds"; then
6383 cat >> $CONFIG_STATUS <<EOF
6385 CONFIG_FILES=\${CONFIG_FILES-"Make.rules
6391 dlls/advapi32/Makefile
6392 dlls/avifil32/Makefile
6393 dlls/comctl32/Makefile
6394 dlls/commdlg/Makefile
6395 dlls/crtdll/Makefile
6396 dlls/dciman32/Makefile
6397 dlls/display/Makefile
6398 dlls/dplayx/Makefile
6399 dlls/dsound/Makefile
6401 dlls/imagehlp/Makefile
6403 dlls/lzexpand/Makefile
6407 dlls/msacm32/Makefile
6408 dlls/msnet32/Makefile
6409 dlls/msvideo/Makefile
6411 dlls/odbc32/Makefile
6413 dlls/oleaut32/Makefile
6414 dlls/olecli/Makefile
6415 dlls/oledlg/Makefile
6416 dlls/olepro32/Makefile
6417 dlls/olesvr/Makefile
6419 dlls/rasapi32/Makefile
6420 dlls/setupx/Makefile
6421 dlls/shell32/Makefile
6423 dlls/stress/Makefile
6424 dlls/tapi32/Makefile
6425 dlls/version/Makefile
6426 dlls/win32s/Makefile
6427 dlls/win87em/Makefile
6428 dlls/winaspi/Makefile
6429 dlls/windebug/Makefile
6432 dlls/winmm/joystick/Makefile
6433 dlls/winmm/mcianim/Makefile
6434 dlls/winmm/mciavi/Makefile
6435 dlls/winmm/mcicda/Makefile
6436 dlls/winmm/mciseq/Makefile
6437 dlls/winmm/mciwave/Makefile
6438 dlls/winmm/midimap/Makefile
6439 dlls/winmm/wavemap/Makefile
6440 dlls/winmm/wineoss/Makefile
6441 dlls/winsock/Makefile
6442 dlls/winspool/Makefile
6443 dlls/wnaspi32/Makefile
6444 documentation/Makefile
6445 documentation/wine.conf.man
6446 documentation/wine.man
6449 graphics/enhmetafiledrv/Makefile
6450 graphics/metafiledrv/Makefile
6451 graphics/psdrv/Makefile
6452 graphics/ttydrv/Makefile
6453 graphics/win16drv/Makefile
6454 graphics/x11drv/Makefile
6469 programs/clock/Makefile
6470 programs/cmdlgtst/Makefile
6471 programs/control/Makefile
6472 programs/avitools/Makefile
6473 programs/osversioncheck/Makefile
6474 programs/notepad/Makefile
6475 programs/progman/Makefile
6476 programs/regtest/Makefile
6477 programs/regapi/Makefile
6478 programs/view/Makefile
6479 programs/wcmd/Makefile
6480 programs/winhelp/Makefile
6481 programs/winver/Makefile
6492 windows/ttydrv/Makefile
6493 windows/x11drv/Makefile "}
6495 cat >> $CONFIG_STATUS <<\EOF
6496 for ac_file
in ..
$CONFIG_FILES; do if test "x$ac_file" != x..
; then
6497 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
6499 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
6500 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
6501 *) ac_file_in
="${ac_file}.in" ;;
6504 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
6506 # Remove last slash and all that follows it. Not all systems have dirname.
6507 ac_dir
=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
6508 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .
; then
6509 # The file is in a subdirectory.
6510 test ! -d "$ac_dir" && mkdir
"$ac_dir"
6511 ac_dir_suffix
="/`echo $ac_dir|sed 's%^\./%%'`"
6512 # A "../" for each directory in $ac_dir_suffix.
6513 ac_dots
=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
6515 ac_dir_suffix
= ac_dots
=
6518 case "$ac_given_srcdir" in
6520 if test -z "$ac_dots"; then top_srcdir
=.
6521 else top_srcdir
=`echo $ac_dots|sed 's%/$%%'`; fi ;;
6522 /*) srcdir
="$ac_given_srcdir$ac_dir_suffix"; top_srcdir
="$ac_given_srcdir" ;;
6524 srcdir
="$ac_dots$ac_given_srcdir$ac_dir_suffix"
6525 top_srcdir
="$ac_dots$ac_given_srcdir" ;;
6528 case "$ac_given_INSTALL" in
6529 [/$
]*) INSTALL
="$ac_given_INSTALL" ;;
6530 *) INSTALL
="$ac_dots$ac_given_INSTALL" ;;
6533 echo creating
"$ac_file"
6535 configure_input
="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
6537 *Makefile
*) ac_comsub
="1i\\
6538 # $configure_input" ;;
6542 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
6544 s%@configure_input@%$configure_input%g
6545 s%@srcdir@%$srcdir%g
6546 s%@top_srcdir@%$top_srcdir%g
6547 s%@INSTALL@%$INSTALL%g
6548 " $ac_file_inputs |
(eval "$ac_sed_cmds") > $ac_file
6552 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
6553 # NAME is the cpp macro being defined and VALUE is the value it is being given.
6555 # ac_d sets the value in "#define NAME VALUE" lines.
6556 ac_dA
='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
6557 ac_dB
='\([ ][ ]*\)[^ ]*%\1#\2'
6560 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
6561 ac_uA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
6562 ac_uB
='\([ ]\)%\1#\2define\3'
6565 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
6566 ac_eA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
6567 ac_eB
='$%\1#\2define\3'
6571 if test "${CONFIG_HEADERS+set}" != set; then
6573 cat >> $CONFIG_STATUS <<EOF
6574 CONFIG_HEADERS="include/config.h"
6576 cat >> $CONFIG_STATUS <<\EOF
6578 for ac_file
in ..
$CONFIG_HEADERS; do if test "x$ac_file" != x..
; then
6579 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
6581 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
6582 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
6583 *) ac_file_in
="${ac_file}.in" ;;
6586 echo creating
$ac_file
6588 rm -f conftest.frag conftest.
in conftest.out
6589 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
6590 cat $ac_file_inputs > conftest.
in
6594 # Transform confdefs.h into a sed script conftest.vals that substitutes
6595 # the proper values into config.h.in to produce config.h. And first:
6596 # Protect against being on the right side of a sed subst in config.status.
6597 # Protect against being in an unquoted here document in config.status.
6599 cat > conftest.hdr
<<\EOF
6602 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
6606 sed -n -f conftest.hdr confdefs.h > conftest.vals
6609 # This sed command replaces #undef with comments. This is necessary, for
6610 # example, in the case of _POSIX_SOURCE, which is predefined and required
6611 # on some systems where configure will not decide to define it.
6612 cat >> conftest.vals <<\EOF
6613 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
6616 # Break up conftest.vals because some shells have a limit on
6617 # the size of here documents, and old seds have small limits too.
6622 ac_lines=`grep -c . conftest.vals
`
6623 # grep -c gives empty output for an empty file on some AIX systems.
6624 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
6625 # Write a limited-size here document to conftest.frag.
6626 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
6627 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
6629 sed -f conftest.frag conftest.in > conftest.out
6631 mv conftest.out conftest.in
6633 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
6635 mv conftest.tail conftest.vals
6639 cat >> $CONFIG_STATUS <<\EOF
6640 rm -f conftest.frag conftest.h
6641 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
6642 cat conftest.in >> conftest.h
6644 if cmp -s $ac_file conftest.h 2>/dev/null; then
6645 echo "$ac_file is unchanged"
6648 # Remove last slash and all that follows it. Not all systems have dirname.
6649 ac_dir=`echo $ac_file|
sed 's%/[^/][^/]*$%%'`
6650 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
6651 # The file is in a subdirectory.
6652 test ! -d "$ac_dir" && mkdir "$ac_dir"
6655 mv conftest.h $ac_file
6660 cat >> $CONFIG_STATUS <<EOF
6663 cat >> $CONFIG_STATUS <<\EOF
6667 chmod +x $CONFIG_STATUS
6668 rm -fr confdefs* $ac_clean_files
6669 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
6672 if test "$have_x" = "no"
6675 echo "*** Warning: X development files not found. Wine will be built without"
6676 echo "*** X support, which currently does not work, and would probably not be"
6677 echo "*** what you want anyway. You will need to install devel packages of"
6678 echo "*** Xlib/Xfree86 and Xpm at the very least."
6679 elif test "$ac_cv_lib_Xpm_XpmCreatePixmapFromData" = "no"
6682 echo "*** Warning: Xpm development files not found. Wine will be built without"
6683 echo "*** Xpm support, which currently does not work. You will need to install"
6684 echo "*** devel packages of Xpm."
6687 if test "$ac_cv_lib_ncurses_resizeterm" = "no" -a "$ac_cv_lib_ncurses_waddch" = "yes"
6690 echo "*** Warning: resizeterm not found in ncurses. Wine will be built without"
6691 echo "*** terminal resize support. Consider upgrading ncurses."
6694 if test "$wine_cv_libc_reentrant" = "no"
6697 echo "*** Warning: non-reentrant libc detected. Wine will be build without"
6698 echo "*** thread support. Consider upgrading libc to a more recent"
6699 echo "*** reentrant version of libc."
6702 if test "$wine_cv_mesa_version_OK" = "no"
6705 echo "*** Warning: old Mesa headers detected. Wine will be built without Direct3D"
6706 echo "*** support. Consider upgrading your Mesa libraries (http://www.mesa3d.org/)"
6710 echo "Configure finished. Do 'make depend && make' to compile Wine."