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-curses do not use curses"
26 --without-reentrant-x compile for use with non-reentrant X libraries"
28 --with-x use the X Window System"
30 # Initialize some variables set by options.
31 # The variables have the same names as the options, with
32 # dashes changed to underlines.
34 cache_file=./config.cache
43 program_transform_name=s,x,x,
51 bindir='${exec_prefix}/bin'
52 sbindir='${exec_prefix}/sbin'
53 libexecdir='${exec_prefix}/libexec'
54 datadir='${prefix}/share'
55 sysconfdir='${prefix}/etc'
56 sharedstatedir='${prefix}/com'
57 localstatedir='${prefix}/var'
58 libdir='${exec_prefix}/lib'
59 includedir='${prefix}/include'
60 oldincludedir='/usr/include'
61 infodir='${prefix}/info'
62 mandir='${prefix}/man'
64 # Initialize some other variables.
67 SHELL=${CONFIG_SHELL-/bin/sh}
68 # Maximum number of lines to put in a shell here document.
75 # If the previous option needs an argument, assign it.
76 if test -n "$ac_prev"; then
77 eval "$ac_prev=\$ac_option"
83 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
87 # Accept the important Cygnus configure options, so we can diagnose typos.
91 -bindir | --bindir | --bindi | --bind | --bin | --bi)
93 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
94 bindir="$ac_optarg" ;;
96 -build | --build | --buil | --bui | --bu)
98 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
101 -cache-file | --cache-file | --cache-fil | --cache-fi \
102 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
103 ac_prev=cache_file ;;
104 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
105 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
106 cache_file="$ac_optarg" ;;
108 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
110 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
112 datadir="$ac_optarg" ;;
114 -disable-* | --disable-*)
115 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
116 # Reject names that are not valid shell variable names.
117 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
118 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
120 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
121 eval "enable_${ac_feature}=no" ;;
123 -enable-* | --enable-*)
124 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
125 # Reject names that are not valid shell variable names.
126 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
127 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
129 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
134 eval "enable_${ac_feature}='$ac_optarg'" ;;
136 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
137 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
138 | --exec | --exe | --ex)
139 ac_prev=exec_prefix ;;
140 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
141 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
142 | --exec=* | --exe=* | --ex=*)
143 exec_prefix="$ac_optarg" ;;
145 -gas | --gas | --ga | --g)
146 # Obsolete; use --with-gas.
149 -help | --help | --hel | --he)
150 # Omit some internal or obsolete options to make the list less imposing.
151 # This message is too long to be a string in the A/UX 3.1 sh.
153 Usage: configure [options] [host]
154 Options: [defaults in brackets after descriptions]
156 --cache-file=FILE cache test results in FILE
157 --help print this message
158 --no-create do not create output files
159 --quiet, --silent do not print \`checking...' messages
160 --version print the version of autoconf that created configure
161 Directory and file names:
162 --prefix=PREFIX install architecture-independent files in PREFIX
164 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
166 --bindir=DIR user executables in DIR [EPREFIX/bin]
167 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
168 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
169 --datadir=DIR read-only architecture-independent data in DIR
171 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
172 --sharedstatedir=DIR modifiable architecture-independent data in DIR
174 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
175 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
176 --includedir=DIR C header files in DIR [PREFIX/include]
177 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
178 --infodir=DIR info documentation in DIR [PREFIX/info]
179 --mandir=DIR man documentation in DIR [PREFIX/man]
180 --srcdir=DIR find the sources in DIR [configure dir or ..]
181 --program-prefix=PREFIX prepend PREFIX to installed program names
182 --program-suffix=SUFFIX append SUFFIX to installed program names
183 --program-transform-name=PROGRAM
184 run sed PROGRAM on installed program names
188 --build=BUILD configure for building on BUILD [BUILD=HOST]
189 --host=HOST configure for HOST [guessed]
190 --target=TARGET configure for TARGET [TARGET=HOST]
191 Features and packages:
192 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
193 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
194 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
195 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
196 --x-includes=DIR X include files are in DIR
197 --x-libraries=DIR X library files are in DIR
199 if test -n "$ac_help"; then
200 echo "--enable and --with options recognized:$ac_help"
204 -host | --host | --hos | --ho)
206 -host=* | --host=* | --hos=* | --ho=*)
209 -includedir | --includedir | --includedi | --included | --include \
210 | --includ | --inclu | --incl | --inc)
211 ac_prev=includedir ;;
212 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
213 | --includ=* | --inclu=* | --incl=* | --inc=*)
214 includedir="$ac_optarg" ;;
216 -infodir | --infodir | --infodi | --infod | --info | --inf)
218 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
219 infodir="$ac_optarg" ;;
221 -libdir | --libdir | --libdi | --libd)
223 -libdir=* | --libdir=* | --libdi=* | --libd=*)
224 libdir="$ac_optarg" ;;
226 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
227 | --libexe | --libex | --libe)
228 ac_prev=libexecdir ;;
229 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
230 | --libexe=* | --libex=* | --libe=*)
231 libexecdir="$ac_optarg" ;;
233 -localstatedir | --localstatedir | --localstatedi | --localstated \
234 | --localstate | --localstat | --localsta | --localst \
235 | --locals | --local | --loca | --loc | --lo)
236 ac_prev=localstatedir ;;
237 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
238 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
239 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
240 localstatedir="$ac_optarg" ;;
242 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
244 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
245 mandir="$ac_optarg" ;;
248 # Obsolete; use --without-fp.
251 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
255 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
256 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
259 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
260 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
261 | --oldin | --oldi | --old | --ol | --o)
262 ac_prev=oldincludedir ;;
263 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
264 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
265 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
266 oldincludedir="$ac_optarg" ;;
268 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
270 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
271 prefix="$ac_optarg" ;;
273 -program-prefix | --program-prefix | --program-prefi | --program-pref \
274 | --program-pre | --program-pr | --program-p)
275 ac_prev=program_prefix ;;
276 -program-prefix=* | --program-prefix=* | --program-prefi=* \
277 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
278 program_prefix="$ac_optarg" ;;
280 -program-suffix | --program-suffix | --program-suffi | --program-suff \
281 | --program-suf | --program-su | --program-s)
282 ac_prev=program_suffix ;;
283 -program-suffix=* | --program-suffix=* | --program-suffi=* \
284 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
285 program_suffix="$ac_optarg" ;;
287 -program-transform-name | --program-transform-name \
288 | --program-transform-nam | --program-transform-na \
289 | --program-transform-n | --program-transform- \
290 | --program-transform | --program-transfor \
291 | --program-transfo | --program-transf \
292 | --program-trans | --program-tran \
293 | --progr-tra | --program-tr | --program-t)
294 ac_prev=program_transform_name ;;
295 -program-transform-name=* | --program-transform-name=* \
296 | --program-transform-nam=* | --program-transform-na=* \
297 | --program-transform-n=* | --program-transform-=* \
298 | --program-transform=* | --program-transfor=* \
299 | --program-transfo=* | --program-transf=* \
300 | --program-trans=* | --program-tran=* \
301 | --progr-tra=* | --program-tr=* | --program-t=*)
302 program_transform_name="$ac_optarg" ;;
304 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
305 | -silent | --silent | --silen | --sile | --sil)
308 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
310 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
312 sbindir="$ac_optarg" ;;
314 -sharedstatedir | --sharedstatedir | --sharedstatedi \
315 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
316 | --sharedst | --shareds | --shared | --share | --shar \
318 ac_prev=sharedstatedir ;;
319 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
320 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
321 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
323 sharedstatedir="$ac_optarg" ;;
325 -site | --site | --sit)
327 -site=* | --site=* | --sit=*)
330 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
332 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
333 srcdir="$ac_optarg" ;;
335 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
336 | --syscon | --sysco | --sysc | --sys | --sy)
337 ac_prev=sysconfdir ;;
338 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
339 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
340 sysconfdir="$ac_optarg" ;;
342 -target | --target | --targe | --targ | --tar | --ta | --t)
344 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
345 target="$ac_optarg" ;;
347 -v | -verbose | --verbose | --verbos | --verbo | --verb)
350 -version | --version | --versio | --versi | --vers)
351 echo "configure generated by autoconf version 2.13"
355 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
356 # Reject names that are not valid shell variable names.
357 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
358 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
360 ac_package=`echo $ac_package| sed 's/-/_/g'`
365 eval "with_${ac_package}='$ac_optarg'" ;;
367 -without-* | --without-*)
368 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
369 # Reject names that are not valid shell variable names.
370 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
371 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
373 ac_package=`echo $ac_package| sed 's/-/_/g'`
374 eval "with_${ac_package}=no" ;;
377 # Obsolete; use --with-x.
380 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
381 | --x-incl | --x-inc | --x-in | --x-i)
382 ac_prev=x_includes ;;
383 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
384 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
385 x_includes="$ac_optarg" ;;
387 -x-libraries | --x-libraries | --x-librarie | --x-librari \
388 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
389 ac_prev=x_libraries ;;
390 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
391 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
392 x_libraries="$ac_optarg" ;;
394 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
398 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
399 echo "configure: warning: $ac_option: invalid host type" 1>&2
401 if test "x$nonopt" != xNONE; then
402 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
410 if test -n "$ac_prev"; then
411 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
414 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
416 # File descriptor usage:
419 # 2 errors and warnings
420 # 3 some systems may open it to /dev/tty
421 # 4 used on the Kubota Titan
422 # 6 checking for... messages and results
423 # 5 compiler messages saved in config.log
424 if test "$silent" = yes; then
432 This file contains any messages produced by compilers while
433 running configure, to aid debugging if configure makes a mistake.
436 # Strip out --no-create and --no-recursion so they do not pile up.
437 # Also quote any args containing shell metacharacters.
442 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
443 | --no-cr | --no-c) ;;
444 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
445 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
446 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
447 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
448 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
453 # Only set these to C if already set. These must not be set unconditionally
454 # because not all systems understand e.g. LANG=C (notably SCO).
455 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
456 # Non-C LC_CTYPE values break the ctype check.
457 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
458 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
459 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
460 if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
462 # confdefs.h avoids OS command line length limits that DEFS can exceed.
463 rm -rf conftest* confdefs.h
464 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
467 # A filename unique to this package, relative to the directory that
468 # configure is in, which we can look for to find out if srcdir is correct.
469 ac_unique_file=controls/edit.c
471 # Find the source files, if location was not specified.
472 if test -z "$srcdir"; then
473 ac_srcdir_defaulted=yes
474 # Try the directory containing this script, then its parent.
476 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
477 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
479 if test ! -r $srcdir/$ac_unique_file; then
483 ac_srcdir_defaulted=no
485 if test ! -r $srcdir/$ac_unique_file; then
486 if test "$ac_srcdir_defaulted" = yes; then
487 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
489 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
492 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
494 # Prefer explicitly selected file to automatically selected ones.
495 if test -z "$CONFIG_SITE"; then
496 if test "x$prefix" != xNONE; then
497 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
499 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
502 for ac_site_file in $CONFIG_SITE; do
503 if test -r "$ac_site_file"; then
504 echo "loading site script $ac_site_file"
509 if test -r "$cache_file"; then
510 echo "loading cache $cache_file"
513 echo "creating cache $cache_file"
518 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
519 ac_cpp='$CPP $CPPFLAGS'
520 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
521 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
522 cross_compiling=$ac_cv_prog_cc_cross
526 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
527 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
528 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
535 ac_n= ac_c='\c' ac_t=
541 for ac_dir in tools $srcdir/tools; do
542 if test -f $ac_dir/install-sh; then
544 ac_install_sh="$ac_aux_dir/install-sh -c"
546 elif test -f $ac_dir/install.sh; then
548 ac_install_sh="$ac_aux_dir/install.sh -c"
552 if test -z "$ac_aux_dir"; then
553 { echo "configure: error: can not find install-sh or install.sh in tools $srcdir/tools" 1>&2; exit 1; }
555 ac_config_guess=$ac_aux_dir/config.guess
556 ac_config_sub=$ac_aux_dir/config.sub
557 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
560 # We want these before the checks, so the checks can modify their values.
562 test -z "$PROGEXT" && PROGEXT=""
566 LIBEXT=so # library type .so or .a
567 TRACE_MSGS=yes # the TRACE() macro
568 DEBUG_MSGS=yes # the TRACE(), WARN(), and FIXME() macros.
571 # Check whether --enable-emulator or --disable-emulator was given.
572 if test "${enable_emulator+set}" = set; then
573 enableval="$enable_emulator"
574 if test "$enableval" = "no"; then EMU_TARGET=""; fi
578 # Check whether --enable-dll or --disable-dll was given.
579 if test "${enable_dll+set}" = set; then
580 enableval="$enable_dll"
581 if test "$enableval" = "no"; then LIBEXT="a"; fi
585 # Check whether --enable-debug or --disable-debug was given.
586 if test "${enable_debug+set}" = set; then
587 enableval="$enable_debug"
588 if test "$enableval" = "no"; then DEBUG_MSGS="no"; fi
592 # Check whether --enable-trace or --disable-trace was given.
593 if test "${enable_trace+set}" = set; then
594 enableval="$enable_trace"
595 if test "$enableval" = "no"; then TRACE_MSGS="no"; fi
599 # Check whether --with-curses or --without-curses was given.
600 if test "${with_curses+set}" = set; then
601 withval="$with_curses"
602 if test "$withval" = "no"; then CURSES="no"; fi
606 # Check whether --with-reentrant-x or --without-reentrant-x was given.
607 if test "${with_reentrant_x+set}" = set; then
608 withval="$with_reentrant_x"
616 if test "$DEBUG_MSGS" = "no"
618 cat >> confdefs.h <<\EOF
619 #define NO_DEBUG_MSGS 1
622 cat >> confdefs.h <<\EOF
623 #define NO_TRACE_MSGS 1
627 if test "$TRACE_MSGS" = "no"
629 cat >> confdefs.h <<\EOF
630 #define NO_TRACE_MSGS 1
637 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
638 echo "configure:639: checking whether ${MAKE-make} sets \${MAKE}" >&5
639 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
640 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
641 echo $ac_n "(cached) $ac_c" 1>&6
643 cat > conftestmake <<\EOF
645 @echo 'ac_maketemp="${MAKE}"'
647 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
648 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
649 if test -n "$ac_maketemp"; then
650 eval ac_cv_prog_make_${ac_make}_set=yes
652 eval ac_cv_prog_make_${ac_make}_set=no
656 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
657 echo "$ac_t""yes" 1>&6
660 echo "$ac_t""no" 1>&6
661 SET_MAKE="MAKE=${MAKE-make}"
664 # Extract the first word of "gcc", so it can be a program name with args.
665 set dummy gcc; ac_word=$2
666 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
667 echo "configure:668: checking for $ac_word" >&5
668 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
669 echo $ac_n "(cached) $ac_c" 1>&6
671 if test -n "$CC"; then
672 ac_cv_prog_CC="$CC" # Let the user override the test.
674 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
676 for ac_dir in $ac_dummy; do
677 test -z "$ac_dir" && ac_dir=.
678 if test -f $ac_dir/$ac_word; then
687 if test -n "$CC"; then
688 echo "$ac_t""$CC" 1>&6
690 echo "$ac_t""no" 1>&6
693 if test -z "$CC"; then
694 # Extract the first word of "cc", so it can be a program name with args.
695 set dummy cc; ac_word=$2
696 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
697 echo "configure:698: checking for $ac_word" >&5
698 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
699 echo $ac_n "(cached) $ac_c" 1>&6
701 if test -n "$CC"; then
702 ac_cv_prog_CC="$CC" # Let the user override the test.
704 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
707 for ac_dir in $ac_dummy; do
708 test -z "$ac_dir" && ac_dir=.
709 if test -f $ac_dir/$ac_word; then
710 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
719 if test $ac_prog_rejected = yes; then
720 # We found a bogon in the path, so make sure we never use it.
721 set dummy $ac_cv_prog_CC
723 if test $# -gt 0; then
724 # We chose a different compiler from the bogus one.
725 # However, it has the same basename, so the bogon will be chosen
726 # first if we set CC to just the basename; use the full file name.
728 set dummy "$ac_dir/$ac_word" "$@"
736 if test -n "$CC"; then
737 echo "$ac_t""$CC" 1>&6
739 echo "$ac_t""no" 1>&6
742 if test -z "$CC"; then
745 # Extract the first word of "cl", so it can be a program name with args.
746 set dummy cl; ac_word=$2
747 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
748 echo "configure:749: checking for $ac_word" >&5
749 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
750 echo $ac_n "(cached) $ac_c" 1>&6
752 if test -n "$CC"; then
753 ac_cv_prog_CC="$CC" # Let the user override the test.
755 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
757 for ac_dir in $ac_dummy; do
758 test -z "$ac_dir" && ac_dir=.
759 if test -f $ac_dir/$ac_word; then
768 if test -n "$CC"; then
769 echo "$ac_t""$CC" 1>&6
771 echo "$ac_t""no" 1>&6
776 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
779 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
780 echo "configure:781: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
783 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
784 ac_cpp='$CPP $CPPFLAGS'
785 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
786 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
787 cross_compiling=$ac_cv_prog_cc_cross
789 cat > conftest.$ac_ext << EOF
791 #line 792 "configure"
792 #include "confdefs.h"
796 if { (eval echo configure:797: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
797 ac_cv_prog_cc_works=yes
798 # If we can't run a trivial program, we are probably using a cross compiler.
799 if (./conftest; exit) 2>/dev/null; then
800 ac_cv_prog_cc_cross=no
802 ac_cv_prog_cc_cross=yes
805 echo "configure: failed program was:" >&5
806 cat conftest.$ac_ext >&5
807 ac_cv_prog_cc_works=no
811 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
812 ac_cpp='$CPP $CPPFLAGS'
813 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
814 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
815 cross_compiling=$ac_cv_prog_cc_cross
817 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
818 if test $ac_cv_prog_cc_works = no; then
819 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
821 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
822 echo "configure:823: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
823 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
824 cross_compiling=$ac_cv_prog_cc_cross
826 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
827 echo "configure:828: checking whether we are using GNU C" >&5
828 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
829 echo $ac_n "(cached) $ac_c" 1>&6
831 cat > conftest.c <<EOF
836 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:837: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
843 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
845 if test $ac_cv_prog_gcc = yes; then
851 ac_test_CFLAGS="${CFLAGS+set}"
852 ac_save_CFLAGS="$CFLAGS"
854 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
855 echo "configure:856: checking whether ${CC-cc} accepts -g" >&5
856 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
857 echo $ac_n "(cached) $ac_c" 1>&6
859 echo 'void f(){}' > conftest.c
860 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
869 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
870 if test "$ac_test_CFLAGS" = set; then
871 CFLAGS="$ac_save_CFLAGS"
872 elif test $ac_cv_prog_cc_g = yes; then
873 if test "$GCC" = yes; then
879 if test "$GCC" = yes; then
886 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
887 echo "configure:888: checking how to run the C preprocessor" >&5
888 # On Suns, sometimes $CPP names a directory.
889 if test -n "$CPP" && test -d "$CPP"; then
892 if test -z "$CPP"; then
893 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
894 echo $ac_n "(cached) $ac_c" 1>&6
896 # This must be in double quotes, not single quotes, because CPP may get
897 # substituted into the Makefile and "${CC-cc}" will confuse make.
899 # On the NeXT, cc -E runs the code through the compiler's parser,
900 # not just through cpp.
901 cat > conftest.$ac_ext <<EOF
902 #line 903 "configure"
903 #include "confdefs.h"
907 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
908 { (eval echo configure:909: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
909 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
910 if test -z "$ac_err"; then
914 echo "configure: failed program was:" >&5
915 cat conftest.$ac_ext >&5
917 CPP="${CC-cc} -E -traditional-cpp"
918 cat > conftest.$ac_ext <<EOF
919 #line 920 "configure"
920 #include "confdefs.h"
924 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
925 { (eval echo configure:926: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
926 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
927 if test -z "$ac_err"; then
931 echo "configure: failed program was:" >&5
932 cat conftest.$ac_ext >&5
934 CPP="${CC-cc} -nologo -E"
935 cat > conftest.$ac_ext <<EOF
936 #line 937 "configure"
937 #include "confdefs.h"
941 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
942 { (eval echo configure:943: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
943 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
944 if test -z "$ac_err"; then
948 echo "configure: failed program was:" >&5
949 cat conftest.$ac_ext >&5
958 ac_cv_prog_CPP="$CPP"
960 CPP="$ac_cv_prog_CPP"
962 ac_cv_prog_CPP="$CPP"
964 echo "$ac_t""$CPP" 1>&6
966 # If we find X, set shell vars x_includes and x_libraries to the
967 # paths, otherwise set no_x=yes.
968 # Uses ac_ vars as temps to allow command line to override cache and checks.
969 # --without-x overrides everything else, but does not touch the cache.
970 echo $ac_n "checking for X""... $ac_c" 1>&6
971 echo "configure:972: checking for X" >&5
973 # Check whether --with-x or --without-x was given.
974 if test "${with_x+set}" = set; then
979 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
980 if test "x$with_x" = xno; then
981 # The user explicitly disabled X.
984 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
985 # Both variables are already set.
988 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
989 echo $ac_n "(cached) $ac_c" 1>&6
991 # One or both of the vars are not set, and there is no cached value.
992 ac_x_includes=NO ac_x_libraries=NO
994 if mkdir conftestdir; then
996 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
997 cat > Imakefile <<'EOF'
999 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
1001 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
1002 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1003 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
1004 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
1005 for ac_extension in a so sl; do
1006 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
1007 test -f $ac_im_libdir/libX11.$ac_extension; then
1008 ac_im_usrlibdir=$ac_im_libdir; break
1011 # Screen out bogus values from the imake configuration. They are
1012 # bogus both because they are the default anyway, and because
1013 # using them would break gcc on systems where it needs fixed includes.
1014 case "$ac_im_incroot" in
1016 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
1018 case "$ac_im_usrlibdir" in
1020 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
1027 if test "$ac_x_includes" = NO; then
1028 # Guess where to find include files, by looking for this one X11 .h file.
1029 test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
1031 # First, try using that file with no special directory specified.
1032 cat > conftest.$ac_ext <<EOF
1033 #line 1034 "configure"
1034 #include "confdefs.h"
1035 #include <$x_direct_test_include>
1037 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1038 { (eval echo configure:1039: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1039 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1040 if test -z "$ac_err"; then
1042 # We can compile using X headers with no special include directory.
1046 echo "configure: failed program was:" >&5
1047 cat conftest.$ac_ext >&5
1049 # Look for the header file in a standard set of common directories.
1050 # Check X11 before X11Rn because it is often a symlink to the current release.
1053 /usr/X11R6/include \
1054 /usr/X11R5/include \
1055 /usr/X11R4/include \
1058 /usr/include/X11R6 \
1059 /usr/include/X11R5 \
1060 /usr/include/X11R4 \
1062 /usr/local/X11/include \
1063 /usr/local/X11R6/include \
1064 /usr/local/X11R5/include \
1065 /usr/local/X11R4/include \
1067 /usr/local/include/X11 \
1068 /usr/local/include/X11R6 \
1069 /usr/local/include/X11R5 \
1070 /usr/local/include/X11R4 \
1074 /usr/XFree86/include/X11 \
1077 /usr/local/include \
1078 /usr/unsupported/include \
1079 /usr/athena/include \
1080 /usr/local/x11r5/include \
1081 /usr/lpp/Xamples/include \
1083 /usr/openwin/include \
1084 /usr/openwin/share/include \
1087 if test -r "$ac_dir/$x_direct_test_include"; then
1088 ac_x_includes=$ac_dir
1094 fi # $ac_x_includes = NO
1096 if test "$ac_x_libraries" = NO; then
1097 # Check for the libraries.
1099 test -z "$x_direct_test_library" && x_direct_test_library=Xt
1100 test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
1102 # See if we find them without any special options.
1103 # Don't add to $LIBS permanently.
1104 ac_save_LIBS="$LIBS"
1105 LIBS="-l$x_direct_test_library $LIBS"
1106 cat > conftest.$ac_ext <<EOF
1107 #line 1108 "configure"
1108 #include "confdefs.h"
1111 ${x_direct_test_function}()
1114 if { (eval echo configure:1115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1116 LIBS="$ac_save_LIBS"
1117 # We can link X programs with no special library path.
1120 echo "configure: failed program was:" >&5
1121 cat conftest.$ac_ext >&5
1123 LIBS="$ac_save_LIBS"
1124 # First see if replacing the include by lib works.
1125 # Check X11 before X11Rn because it is often a symlink to the current release.
1126 for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
1137 /usr/local/X11/lib \
1138 /usr/local/X11R6/lib \
1139 /usr/local/X11R5/lib \
1140 /usr/local/X11R4/lib \
1142 /usr/local/lib/X11 \
1143 /usr/local/lib/X11R6 \
1144 /usr/local/lib/X11R5 \
1145 /usr/local/lib/X11R4 \
1149 /usr/XFree86/lib/X11 \
1153 /usr/unsupported/lib \
1155 /usr/local/x11r5/lib \
1156 /usr/lpp/Xamples/lib \
1160 /usr/openwin/share/lib \
1163 for ac_extension in a so sl; do
1164 if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
1165 ac_x_libraries=$ac_dir
1172 fi # $ac_x_libraries = NO
1174 if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
1175 # Didn't find X anywhere. Cache the known absence of X.
1176 ac_cv_have_x="have_x=no"
1178 # Record where we found X for the cache.
1179 ac_cv_have_x="have_x=yes \
1180 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
1184 eval "$ac_cv_have_x"
1187 if test "$have_x" != yes; then
1188 echo "$ac_t""$have_x" 1>&6
1191 # If each of the values was on the command line, it overrides each guess.
1192 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
1193 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
1194 # Update the cache value to reflect the command line values.
1195 ac_cv_have_x="have_x=yes \
1196 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
1197 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
1200 if test "$no_x" = yes; then
1201 # Not all programs may use this symbol, but it does not hurt to define it.
1202 cat >> confdefs.h <<\EOF
1203 #define X_DISPLAY_MISSING 1
1206 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
1208 if test -n "$x_includes"; then
1209 X_CFLAGS="$X_CFLAGS -I$x_includes"
1212 # It would also be nice to do this for all -L options, not just this one.
1213 if test -n "$x_libraries"; then
1214 X_LIBS="$X_LIBS -L$x_libraries"
1215 # For Solaris; some versions of Sun CC require a space after -R and
1216 # others require no space. Words are not sufficient . . . .
1217 case "`(uname -sr) 2>/dev/null`" in
1219 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
1220 echo "configure:1221: checking whether -R must be followed by a space" >&5
1221 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
1222 cat > conftest.$ac_ext <<EOF
1223 #line 1224 "configure"
1224 #include "confdefs.h"
1230 if { (eval echo configure:1231: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1234 echo "configure: failed program was:" >&5
1235 cat conftest.$ac_ext >&5
1240 if test $ac_R_nospace = yes; then
1241 echo "$ac_t""no" 1>&6
1242 X_LIBS="$X_LIBS -R$x_libraries"
1244 LIBS="$ac_xsave_LIBS -R $x_libraries"
1245 cat > conftest.$ac_ext <<EOF
1246 #line 1247 "configure"
1247 #include "confdefs.h"
1253 if { (eval echo configure:1254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1257 echo "configure: failed program was:" >&5
1258 cat conftest.$ac_ext >&5
1263 if test $ac_R_space = yes; then
1264 echo "$ac_t""yes" 1>&6
1265 X_LIBS="$X_LIBS -R $x_libraries"
1267 echo "$ac_t""neither works" 1>&6
1270 LIBS="$ac_xsave_LIBS"
1274 # Check for system-dependent libraries X programs must link with.
1275 # Do this before checking for the system-independent R6 libraries
1276 # (-lICE), since we may need -lsocket or whatever for X linking.
1278 if test "$ISC" = yes; then
1279 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
1281 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
1282 # libraries were built with DECnet support. And karl@cs.umb.edu says
1283 # the Alpha needs dnet_stub (dnet does not exist).
1284 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
1285 echo "configure:1286: checking for dnet_ntoa in -ldnet" >&5
1286 ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
1287 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1288 echo $ac_n "(cached) $ac_c" 1>&6
1290 ac_save_LIBS="$LIBS"
1292 cat > conftest.$ac_ext <<EOF
1293 #line 1294 "configure"
1294 #include "confdefs.h"
1295 /* Override any gcc2 internal prototype to avoid an error. */
1296 /* We use char because int might match the return type of a gcc2
1297 builtin and then its argument prototype would still apply. */
1304 if { (eval echo configure:1305: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1306 eval "ac_cv_lib_$ac_lib_var=yes"
1308 echo "configure: failed program was:" >&5
1309 cat conftest.$ac_ext >&5
1311 eval "ac_cv_lib_$ac_lib_var=no"
1314 LIBS="$ac_save_LIBS"
1317 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1318 echo "$ac_t""yes" 1>&6
1319 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
1321 echo "$ac_t""no" 1>&6
1324 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
1325 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
1326 echo "configure:1327: checking for dnet_ntoa in -ldnet_stub" >&5
1327 ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
1328 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1329 echo $ac_n "(cached) $ac_c" 1>&6
1331 ac_save_LIBS="$LIBS"
1332 LIBS="-ldnet_stub $LIBS"
1333 cat > conftest.$ac_ext <<EOF
1334 #line 1335 "configure"
1335 #include "confdefs.h"
1336 /* Override any gcc2 internal prototype to avoid an error. */
1337 /* We use char because int might match the return type of a gcc2
1338 builtin and then its argument prototype would still apply. */
1345 if { (eval echo configure:1346: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1347 eval "ac_cv_lib_$ac_lib_var=yes"
1349 echo "configure: failed program was:" >&5
1350 cat conftest.$ac_ext >&5
1352 eval "ac_cv_lib_$ac_lib_var=no"
1355 LIBS="$ac_save_LIBS"
1358 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1359 echo "$ac_t""yes" 1>&6
1360 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
1362 echo "$ac_t""no" 1>&6
1367 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
1368 # to get the SysV transport functions.
1369 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
1371 # The nsl library prevents programs from opening the X display
1372 # on Irix 5.2, according to dickey@clark.net.
1373 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
1374 echo "configure:1375: checking for gethostbyname" >&5
1375 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
1376 echo $ac_n "(cached) $ac_c" 1>&6
1378 cat > conftest.$ac_ext <<EOF
1379 #line 1380 "configure"
1380 #include "confdefs.h"
1381 /* System header to define __stub macros and hopefully few prototypes,
1382 which can conflict with char gethostbyname(); below. */
1384 /* Override any gcc2 internal prototype to avoid an error. */
1385 /* We use char because int might match the return type of a gcc2
1386 builtin and then its argument prototype would still apply. */
1387 char gethostbyname();
1391 /* The GNU C library defines this for functions which it implements
1392 to always fail with ENOSYS. Some functions are actually named
1393 something starting with __ and the normal name is an alias. */
1394 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
1402 if { (eval echo configure:1403: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1404 eval "ac_cv_func_gethostbyname=yes"
1406 echo "configure: failed program was:" >&5
1407 cat conftest.$ac_ext >&5
1409 eval "ac_cv_func_gethostbyname=no"
1414 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
1415 echo "$ac_t""yes" 1>&6
1418 echo "$ac_t""no" 1>&6
1421 if test $ac_cv_func_gethostbyname = no; then
1422 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
1423 echo "configure:1424: checking for gethostbyname in -lnsl" >&5
1424 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
1425 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1426 echo $ac_n "(cached) $ac_c" 1>&6
1428 ac_save_LIBS="$LIBS"
1430 cat > conftest.$ac_ext <<EOF
1431 #line 1432 "configure"
1432 #include "confdefs.h"
1433 /* Override any gcc2 internal prototype to avoid an error. */
1434 /* We use char because int might match the return type of a gcc2
1435 builtin and then its argument prototype would still apply. */
1436 char gethostbyname();
1442 if { (eval echo configure:1443: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1444 eval "ac_cv_lib_$ac_lib_var=yes"
1446 echo "configure: failed program was:" >&5
1447 cat conftest.$ac_ext >&5
1449 eval "ac_cv_lib_$ac_lib_var=no"
1452 LIBS="$ac_save_LIBS"
1455 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1456 echo "$ac_t""yes" 1>&6
1457 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
1459 echo "$ac_t""no" 1>&6
1464 # lieder@skyler.mavd.honeywell.com says without -lsocket,
1465 # socket/setsockopt and other routines are undefined under SCO ODT
1466 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
1467 # on later versions), says simon@lia.di.epfl.ch: it contains
1468 # gethostby* variants that don't use the nameserver (or something).
1469 # -lsocket must be given before -lnsl if both are needed.
1470 # We assume that if connect needs -lnsl, so does gethostbyname.
1471 echo $ac_n "checking for connect""... $ac_c" 1>&6
1472 echo "configure:1473: checking for connect" >&5
1473 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
1474 echo $ac_n "(cached) $ac_c" 1>&6
1476 cat > conftest.$ac_ext <<EOF
1477 #line 1478 "configure"
1478 #include "confdefs.h"
1479 /* System header to define __stub macros and hopefully few prototypes,
1480 which can conflict with char connect(); below. */
1482 /* Override any gcc2 internal prototype to avoid an error. */
1483 /* We use char because int might match the return type of a gcc2
1484 builtin and then its argument prototype would still apply. */
1489 /* The GNU C library defines this for functions which it implements
1490 to always fail with ENOSYS. Some functions are actually named
1491 something starting with __ and the normal name is an alias. */
1492 #if defined (__stub_connect) || defined (__stub___connect)
1500 if { (eval echo configure:1501: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1502 eval "ac_cv_func_connect=yes"
1504 echo "configure: failed program was:" >&5
1505 cat conftest.$ac_ext >&5
1507 eval "ac_cv_func_connect=no"
1512 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
1513 echo "$ac_t""yes" 1>&6
1516 echo "$ac_t""no" 1>&6
1519 if test $ac_cv_func_connect = no; then
1520 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
1521 echo "configure:1522: checking for connect in -lsocket" >&5
1522 ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
1523 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1524 echo $ac_n "(cached) $ac_c" 1>&6
1526 ac_save_LIBS="$LIBS"
1527 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
1528 cat > conftest.$ac_ext <<EOF
1529 #line 1530 "configure"
1530 #include "confdefs.h"
1531 /* Override any gcc2 internal prototype to avoid an error. */
1532 /* We use char because int might match the return type of a gcc2
1533 builtin and then its argument prototype would still apply. */
1540 if { (eval echo configure:1541: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1542 eval "ac_cv_lib_$ac_lib_var=yes"
1544 echo "configure: failed program was:" >&5
1545 cat conftest.$ac_ext >&5
1547 eval "ac_cv_lib_$ac_lib_var=no"
1550 LIBS="$ac_save_LIBS"
1553 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1554 echo "$ac_t""yes" 1>&6
1555 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
1557 echo "$ac_t""no" 1>&6
1562 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
1563 echo $ac_n "checking for remove""... $ac_c" 1>&6
1564 echo "configure:1565: checking for remove" >&5
1565 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
1566 echo $ac_n "(cached) $ac_c" 1>&6
1568 cat > conftest.$ac_ext <<EOF
1569 #line 1570 "configure"
1570 #include "confdefs.h"
1571 /* System header to define __stub macros and hopefully few prototypes,
1572 which can conflict with char remove(); below. */
1574 /* Override any gcc2 internal prototype to avoid an error. */
1575 /* We use char because int might match the return type of a gcc2
1576 builtin and then its argument prototype would still apply. */
1581 /* The GNU C library defines this for functions which it implements
1582 to always fail with ENOSYS. Some functions are actually named
1583 something starting with __ and the normal name is an alias. */
1584 #if defined (__stub_remove) || defined (__stub___remove)
1592 if { (eval echo configure:1593: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1594 eval "ac_cv_func_remove=yes"
1596 echo "configure: failed program was:" >&5
1597 cat conftest.$ac_ext >&5
1599 eval "ac_cv_func_remove=no"
1604 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
1605 echo "$ac_t""yes" 1>&6
1608 echo "$ac_t""no" 1>&6
1611 if test $ac_cv_func_remove = no; then
1612 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
1613 echo "configure:1614: checking for remove in -lposix" >&5
1614 ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
1615 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1616 echo $ac_n "(cached) $ac_c" 1>&6
1618 ac_save_LIBS="$LIBS"
1619 LIBS="-lposix $LIBS"
1620 cat > conftest.$ac_ext <<EOF
1621 #line 1622 "configure"
1622 #include "confdefs.h"
1623 /* Override any gcc2 internal prototype to avoid an error. */
1624 /* We use char because int might match the return type of a gcc2
1625 builtin and then its argument prototype would still apply. */
1632 if { (eval echo configure:1633: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1634 eval "ac_cv_lib_$ac_lib_var=yes"
1636 echo "configure: failed program was:" >&5
1637 cat conftest.$ac_ext >&5
1639 eval "ac_cv_lib_$ac_lib_var=no"
1642 LIBS="$ac_save_LIBS"
1645 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1646 echo "$ac_t""yes" 1>&6
1647 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
1649 echo "$ac_t""no" 1>&6
1654 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
1655 echo $ac_n "checking for shmat""... $ac_c" 1>&6
1656 echo "configure:1657: checking for shmat" >&5
1657 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
1658 echo $ac_n "(cached) $ac_c" 1>&6
1660 cat > conftest.$ac_ext <<EOF
1661 #line 1662 "configure"
1662 #include "confdefs.h"
1663 /* System header to define __stub macros and hopefully few prototypes,
1664 which can conflict with char shmat(); below. */
1666 /* Override any gcc2 internal prototype to avoid an error. */
1667 /* We use char because int might match the return type of a gcc2
1668 builtin and then its argument prototype would still apply. */
1673 /* The GNU C library defines this for functions which it implements
1674 to always fail with ENOSYS. Some functions are actually named
1675 something starting with __ and the normal name is an alias. */
1676 #if defined (__stub_shmat) || defined (__stub___shmat)
1684 if { (eval echo configure:1685: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1686 eval "ac_cv_func_shmat=yes"
1688 echo "configure: failed program was:" >&5
1689 cat conftest.$ac_ext >&5
1691 eval "ac_cv_func_shmat=no"
1696 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
1697 echo "$ac_t""yes" 1>&6
1700 echo "$ac_t""no" 1>&6
1703 if test $ac_cv_func_shmat = no; then
1704 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
1705 echo "configure:1706: checking for shmat in -lipc" >&5
1706 ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
1707 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1708 echo $ac_n "(cached) $ac_c" 1>&6
1710 ac_save_LIBS="$LIBS"
1712 cat > conftest.$ac_ext <<EOF
1713 #line 1714 "configure"
1714 #include "confdefs.h"
1715 /* Override any gcc2 internal prototype to avoid an error. */
1716 /* We use char because int might match the return type of a gcc2
1717 builtin and then its argument prototype would still apply. */
1724 if { (eval echo configure:1725: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1726 eval "ac_cv_lib_$ac_lib_var=yes"
1728 echo "configure: failed program was:" >&5
1729 cat conftest.$ac_ext >&5
1731 eval "ac_cv_lib_$ac_lib_var=no"
1734 LIBS="$ac_save_LIBS"
1737 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1738 echo "$ac_t""yes" 1>&6
1739 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
1741 echo "$ac_t""no" 1>&6
1747 # Check for libraries that X11R6 Xt/Xaw programs need.
1748 ac_save_LDFLAGS="$LDFLAGS"
1749 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
1750 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
1751 # check for ICE first), but we must link in the order -lSM -lICE or
1752 # we get undefined symbols. So assume we have SM if we have ICE.
1753 # These have to be linked with before -lX11, unlike the other
1754 # libraries we check for below, so use a different variable.
1755 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
1756 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
1757 echo "configure:1758: checking for IceConnectionNumber in -lICE" >&5
1758 ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
1759 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1760 echo $ac_n "(cached) $ac_c" 1>&6
1762 ac_save_LIBS="$LIBS"
1763 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
1764 cat > conftest.$ac_ext <<EOF
1765 #line 1766 "configure"
1766 #include "confdefs.h"
1767 /* Override any gcc2 internal prototype to avoid an error. */
1768 /* We use char because int might match the return type of a gcc2
1769 builtin and then its argument prototype would still apply. */
1770 char IceConnectionNumber();
1773 IceConnectionNumber()
1776 if { (eval echo configure:1777: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1778 eval "ac_cv_lib_$ac_lib_var=yes"
1780 echo "configure: failed program was:" >&5
1781 cat conftest.$ac_ext >&5
1783 eval "ac_cv_lib_$ac_lib_var=no"
1786 LIBS="$ac_save_LIBS"
1789 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1790 echo "$ac_t""yes" 1>&6
1791 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
1793 echo "$ac_t""no" 1>&6
1796 LDFLAGS="$ac_save_LDFLAGS"
1800 for ac_prog in 'bison -y' byacc
1802 # Extract the first word of "$ac_prog", so it can be a program name with args.
1803 set dummy $ac_prog; ac_word=$2
1804 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1805 echo "configure:1806: checking for $ac_word" >&5
1806 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
1807 echo $ac_n "(cached) $ac_c" 1>&6
1809 if test -n "$YACC"; then
1810 ac_cv_prog_YACC="$YACC" # Let the user override the test.
1812 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1814 for ac_dir in $ac_dummy; do
1815 test -z "$ac_dir" && ac_dir=.
1816 if test -f $ac_dir/$ac_word; then
1817 ac_cv_prog_YACC="$ac_prog"
1824 YACC="$ac_cv_prog_YACC"
1825 if test -n "$YACC"; then
1826 echo "$ac_t""$YACC" 1>&6
1828 echo "$ac_t""no" 1>&6
1831 test -n "$YACC" && break
1833 test -n "$YACC" || YACC="yacc"
1835 # Extract the first word of "flex", so it can be a program name with args.
1836 set dummy flex; ac_word=$2
1837 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1838 echo "configure:1839: checking for $ac_word" >&5
1839 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
1840 echo $ac_n "(cached) $ac_c" 1>&6
1842 if test -n "$LEX"; then
1843 ac_cv_prog_LEX="$LEX" # Let the user override the test.
1845 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1847 for ac_dir in $ac_dummy; do
1848 test -z "$ac_dir" && ac_dir=.
1849 if test -f $ac_dir/$ac_word; then
1850 ac_cv_prog_LEX="flex"
1855 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex"
1858 LEX="$ac_cv_prog_LEX"
1859 if test -n "$LEX"; then
1860 echo "$ac_t""$LEX" 1>&6
1862 echo "$ac_t""no" 1>&6
1865 if test -z "$LEXLIB"
1871 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
1872 echo "configure:1873: checking for yywrap in -l$ac_lib" >&5
1873 ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
1874 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1875 echo $ac_n "(cached) $ac_c" 1>&6
1877 ac_save_LIBS="$LIBS"
1878 LIBS="-l$ac_lib $LIBS"
1879 cat > conftest.$ac_ext <<EOF
1880 #line 1881 "configure"
1881 #include "confdefs.h"
1882 /* Override any gcc2 internal prototype to avoid an error. */
1883 /* We use char because int might match the return type of a gcc2
1884 builtin and then its argument prototype would still apply. */
1891 if { (eval echo configure:1892: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1893 eval "ac_cv_lib_$ac_lib_var=yes"
1895 echo "configure: failed program was:" >&5
1896 cat conftest.$ac_ext >&5
1898 eval "ac_cv_lib_$ac_lib_var=no"
1901 LIBS="$ac_save_LIBS"
1904 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1905 echo "$ac_t""yes" 1>&6
1908 echo "$ac_t""no" 1>&6
1913 # Extract the first word of "ranlib", so it can be a program name with args.
1914 set dummy ranlib; ac_word=$2
1915 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1916 echo "configure:1917: checking for $ac_word" >&5
1917 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1918 echo $ac_n "(cached) $ac_c" 1>&6
1920 if test -n "$RANLIB"; then
1921 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1923 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1925 for ac_dir in $ac_dummy; do
1926 test -z "$ac_dir" && ac_dir=.
1927 if test -f $ac_dir/$ac_word; then
1928 ac_cv_prog_RANLIB="ranlib"
1933 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
1936 RANLIB="$ac_cv_prog_RANLIB"
1937 if test -n "$RANLIB"; then
1938 echo "$ac_t""$RANLIB" 1>&6
1940 echo "$ac_t""no" 1>&6
1943 # Find a good install program. We prefer a C program (faster),
1944 # so one script is as good as another. But avoid the broken or
1945 # incompatible versions:
1946 # SysV /etc/install, /usr/sbin/install
1947 # SunOS /usr/etc/install
1948 # IRIX /sbin/install
1950 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1951 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1952 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1953 # ./install, which can be erroneously created by make from ./install.sh.
1954 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1955 echo "configure:1956: checking for a BSD compatible install" >&5
1956 if test -z "$INSTALL"; then
1957 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1958 echo $ac_n "(cached) $ac_c" 1>&6
1960 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
1961 for ac_dir in $PATH; do
1962 # Account for people who put trailing slashes in PATH elements.
1964 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
1966 # OSF1 and SCO ODT 3.0 have their own names for install.
1967 # Don't use installbsd from OSF since it installs stuff as root
1969 for ac_prog in ginstall scoinst install; do
1970 if test -f $ac_dir/$ac_prog; then
1971 if test $ac_prog = install &&
1972 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1973 # AIX install. It has an incompatible calling convention.
1976 ac_cv_path_install="$ac_dir/$ac_prog -c"
1987 if test "${ac_cv_path_install+set}" = set; then
1988 INSTALL="$ac_cv_path_install"
1990 # As a last resort, use the slow shell script. We don't cache a
1991 # path for INSTALL within a source directory, because that will
1992 # break other packages using the cache if that directory is
1993 # removed, or if the path is relative.
1994 INSTALL="$ac_install_sh"
1997 echo "$ac_t""$INSTALL" 1>&6
1999 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2000 # It thinks the first close brace ends the variable substitution.
2001 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2003 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
2005 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2007 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
2008 echo "configure:2009: checking whether ln -s works" >&5
2009 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
2010 echo $ac_n "(cached) $ac_c" 1>&6
2013 if ln -s X conftestdata 2>/dev/null
2016 ac_cv_prog_LN_S="ln -s"
2021 LN_S="$ac_cv_prog_LN_S"
2022 if test "$ac_cv_prog_LN_S" = "ln -s"; then
2023 echo "$ac_t""yes" 1>&6
2025 echo "$ac_t""no" 1>&6
2028 # Extract the first word of "c2man", so it can be a program name with args.
2029 set dummy c2man; ac_word=$2
2030 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2031 echo "configure:2032: checking for $ac_word" >&5
2032 if eval "test \"`echo '$''{'ac_cv_prog_C2MAN'+set}'`\" = set"; then
2033 echo $ac_n "(cached) $ac_c" 1>&6
2035 if test -n "$C2MAN"; then
2036 ac_cv_prog_C2MAN="$C2MAN" # Let the user override the test.
2038 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2040 for ac_dir in $ac_dummy; do
2041 test -z "$ac_dir" && ac_dir=.
2042 if test -f $ac_dir/$ac_word; then
2043 ac_cv_prog_C2MAN="c2man"
2048 test -z "$ac_cv_prog_C2MAN" && ac_cv_prog_C2MAN="true"
2051 C2MAN="$ac_cv_prog_C2MAN"
2052 if test -n "$C2MAN"; then
2053 echo "$ac_t""$C2MAN" 1>&6
2055 echo "$ac_t""no" 1>&6
2058 # Extract the first word of "ldconfig", so it can be a program name with args.
2059 set dummy ldconfig; ac_word=$2
2060 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2061 echo "configure:2062: checking for $ac_word" >&5
2062 if eval "test \"`echo '$''{'ac_cv_path_LDCONFIG'+set}'`\" = set"; then
2063 echo $ac_n "(cached) $ac_c" 1>&6
2067 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
2070 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a dos path.
2073 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2074 ac_dummy="/sbin:/usr/sbin:$PATH"
2075 for ac_dir in $ac_dummy; do
2076 test -z "$ac_dir" && ac_dir=.
2077 if test -f $ac_dir/$ac_word; then
2078 ac_cv_path_LDCONFIG="$ac_dir/$ac_word"
2083 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
2087 LDCONFIG="$ac_cv_path_LDCONFIG"
2088 if test -n "$LDCONFIG"; then
2089 echo "$ac_t""$LDCONFIG" 1>&6
2091 echo "$ac_t""no" 1>&6
2095 for ac_prog in lclint lint
2097 # Extract the first word of "$ac_prog", so it can be a program name with args.
2098 set dummy $ac_prog; ac_word=$2
2099 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2100 echo "configure:2101: checking for $ac_word" >&5
2101 if eval "test \"`echo '$''{'ac_cv_prog_LINT'+set}'`\" = set"; then
2102 echo $ac_n "(cached) $ac_c" 1>&6
2104 if test -n "$LINT"; then
2105 ac_cv_prog_LINT="$LINT" # Let the user override the test.
2107 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2109 for ac_dir in $ac_dummy; do
2110 test -z "$ac_dir" && ac_dir=.
2111 if test -f $ac_dir/$ac_word; then
2112 ac_cv_prog_LINT="$ac_prog"
2119 LINT="$ac_cv_prog_LINT"
2120 if test -n "$LINT"; then
2121 echo "$ac_t""$LINT" 1>&6
2123 echo "$ac_t""no" 1>&6
2126 test -n "$LINT" && break
2129 if test "$LINT" = "lint"
2131 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
2137 echo $ac_n "checking for sqrt in -lm""... $ac_c" 1>&6
2138 echo "configure:2139: checking for sqrt in -lm" >&5
2139 ac_lib_var=`echo m'_'sqrt | sed 'y%./+-%__p_%'`
2140 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2141 echo $ac_n "(cached) $ac_c" 1>&6
2143 ac_save_LIBS="$LIBS"
2145 cat > conftest.$ac_ext <<EOF
2146 #line 2147 "configure"
2147 #include "confdefs.h"
2148 /* Override any gcc2 internal prototype to avoid an error. */
2149 /* We use char because int might match the return type of a gcc2
2150 builtin and then its argument prototype would still apply. */
2157 if { (eval echo configure:2158: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2159 eval "ac_cv_lib_$ac_lib_var=yes"
2161 echo "configure: failed program was:" >&5
2162 cat conftest.$ac_ext >&5
2164 eval "ac_cv_lib_$ac_lib_var=no"
2167 LIBS="$ac_save_LIBS"
2170 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2171 echo "$ac_t""yes" 1>&6
2172 ac_tr_lib=HAVE_LIB`echo m | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2173 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2174 cat >> confdefs.h <<EOF
2175 #define $ac_tr_lib 1
2181 echo "$ac_t""no" 1>&6
2184 echo $ac_n "checking for i386_set_ldt in -li386""... $ac_c" 1>&6
2185 echo "configure:2186: checking for i386_set_ldt in -li386" >&5
2186 ac_lib_var=`echo i386'_'i386_set_ldt | sed 'y%./+-%__p_%'`
2187 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2188 echo $ac_n "(cached) $ac_c" 1>&6
2190 ac_save_LIBS="$LIBS"
2192 cat > conftest.$ac_ext <<EOF
2193 #line 2194 "configure"
2194 #include "confdefs.h"
2195 /* Override any gcc2 internal prototype to avoid an error. */
2196 /* We use char because int might match the return type of a gcc2
2197 builtin and then its argument prototype would still apply. */
2198 char i386_set_ldt();
2204 if { (eval echo configure:2205: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2206 eval "ac_cv_lib_$ac_lib_var=yes"
2208 echo "configure: failed program was:" >&5
2209 cat conftest.$ac_ext >&5
2211 eval "ac_cv_lib_$ac_lib_var=no"
2214 LIBS="$ac_save_LIBS"
2217 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2218 echo "$ac_t""yes" 1>&6
2219 ac_tr_lib=HAVE_LIB`echo i386 | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2220 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2221 cat >> confdefs.h <<EOF
2222 #define $ac_tr_lib 1
2228 echo "$ac_t""no" 1>&6
2231 echo $ac_n "checking for _oss_ioctl in -lossaudio""... $ac_c" 1>&6
2232 echo "configure:2233: checking for _oss_ioctl in -lossaudio" >&5
2233 ac_lib_var=`echo ossaudio'_'_oss_ioctl | sed 'y%./+-%__p_%'`
2234 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2235 echo $ac_n "(cached) $ac_c" 1>&6
2237 ac_save_LIBS="$LIBS"
2238 LIBS="-lossaudio $LIBS"
2239 cat > conftest.$ac_ext <<EOF
2240 #line 2241 "configure"
2241 #include "confdefs.h"
2242 /* Override any gcc2 internal prototype to avoid an error. */
2243 /* We use char because int might match the return type of a gcc2
2244 builtin and then its argument prototype would still apply. */
2251 if { (eval echo configure:2252: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2253 eval "ac_cv_lib_$ac_lib_var=yes"
2255 echo "configure: failed program was:" >&5
2256 cat conftest.$ac_ext >&5
2258 eval "ac_cv_lib_$ac_lib_var=no"
2261 LIBS="$ac_save_LIBS"
2264 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2265 echo "$ac_t""yes" 1>&6
2266 ac_tr_lib=HAVE_LIB`echo ossaudio | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2267 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2268 cat >> confdefs.h <<EOF
2269 #define $ac_tr_lib 1
2272 LIBS="-lossaudio $LIBS"
2275 echo "$ac_t""no" 1>&6
2278 echo $ac_n "checking for iswalnum in -lw""... $ac_c" 1>&6
2279 echo "configure:2280: checking for iswalnum in -lw" >&5
2280 ac_lib_var=`echo w'_'iswalnum | sed 'y%./+-%__p_%'`
2281 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2282 echo $ac_n "(cached) $ac_c" 1>&6
2284 ac_save_LIBS="$LIBS"
2286 cat > conftest.$ac_ext <<EOF
2287 #line 2288 "configure"
2288 #include "confdefs.h"
2289 /* Override any gcc2 internal prototype to avoid an error. */
2290 /* We use char because int might match the return type of a gcc2
2291 builtin and then its argument prototype would still apply. */
2298 if { (eval echo configure:2299: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2300 eval "ac_cv_lib_$ac_lib_var=yes"
2302 echo "configure: failed program was:" >&5
2303 cat conftest.$ac_ext >&5
2305 eval "ac_cv_lib_$ac_lib_var=no"
2308 LIBS="$ac_save_LIBS"
2311 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2312 echo "$ac_t""yes" 1>&6
2313 ac_tr_lib=HAVE_LIB`echo w | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2314 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2315 cat >> confdefs.h <<EOF
2316 #define $ac_tr_lib 1
2322 echo "$ac_t""no" 1>&6
2325 for ac_func in gethostbyname
2327 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2328 echo "configure:2329: checking for $ac_func" >&5
2329 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2330 echo $ac_n "(cached) $ac_c" 1>&6
2332 cat > conftest.$ac_ext <<EOF
2333 #line 2334 "configure"
2334 #include "confdefs.h"
2335 /* System header to define __stub macros and hopefully few prototypes,
2336 which can conflict with char $ac_func(); below. */
2338 /* Override any gcc2 internal prototype to avoid an error. */
2339 /* We use char because int might match the return type of a gcc2
2340 builtin and then its argument prototype would still apply. */
2345 /* The GNU C library defines this for functions which it implements
2346 to always fail with ENOSYS. Some functions are actually named
2347 something starting with __ and the normal name is an alias. */
2348 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2356 if { (eval echo configure:2357: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2358 eval "ac_cv_func_$ac_func=yes"
2360 echo "configure: failed program was:" >&5
2361 cat conftest.$ac_ext >&5
2363 eval "ac_cv_func_$ac_func=no"
2368 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2369 echo "$ac_t""yes" 1>&6
2370 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2371 cat >> confdefs.h <<EOF
2372 #define $ac_tr_func 1
2376 echo "$ac_t""no" 1>&6
2377 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
2378 echo "configure:2379: checking for gethostbyname in -lnsl" >&5
2379 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
2380 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2381 echo $ac_n "(cached) $ac_c" 1>&6
2383 ac_save_LIBS="$LIBS"
2384 LIBS="-lnsl -lsocket $LIBS"
2385 cat > conftest.$ac_ext <<EOF
2386 #line 2387 "configure"
2387 #include "confdefs.h"
2388 /* Override any gcc2 internal prototype to avoid an error. */
2389 /* We use char because int might match the return type of a gcc2
2390 builtin and then its argument prototype would still apply. */
2391 char gethostbyname();
2397 if { (eval echo configure:2398: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2399 eval "ac_cv_lib_$ac_lib_var=yes"
2401 echo "configure: failed program was:" >&5
2402 cat conftest.$ac_ext >&5
2404 eval "ac_cv_lib_$ac_lib_var=no"
2407 LIBS="$ac_save_LIBS"
2410 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2411 echo "$ac_t""yes" 1>&6
2412 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
2414 echo "$ac_t""no" 1>&6
2415 echo $ac_n "checking for gethostbyname in -lsocket""... $ac_c" 1>&6
2416 echo "configure:2417: checking for gethostbyname in -lsocket" >&5
2417 ac_lib_var=`echo socket'_'gethostbyname | sed 'y%./+-%__p_%'`
2418 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2419 echo $ac_n "(cached) $ac_c" 1>&6
2421 ac_save_LIBS="$LIBS"
2422 LIBS="-lsocket -lnsl $LIBS"
2423 cat > conftest.$ac_ext <<EOF
2424 #line 2425 "configure"
2425 #include "confdefs.h"
2426 /* Override any gcc2 internal prototype to avoid an error. */
2427 /* We use char because int might match the return type of a gcc2
2428 builtin and then its argument prototype would still apply. */
2429 char gethostbyname();
2435 if { (eval echo configure:2436: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2437 eval "ac_cv_lib_$ac_lib_var=yes"
2439 echo "configure: failed program was:" >&5
2440 cat conftest.$ac_ext >&5
2442 eval "ac_cv_lib_$ac_lib_var=no"
2445 LIBS="$ac_save_LIBS"
2448 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2449 echo "$ac_t""yes" 1>&6
2450 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
2452 echo "$ac_t""no" 1>&6
2460 for ac_func in connect
2462 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2463 echo "configure:2464: checking for $ac_func" >&5
2464 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2465 echo $ac_n "(cached) $ac_c" 1>&6
2467 cat > conftest.$ac_ext <<EOF
2468 #line 2469 "configure"
2469 #include "confdefs.h"
2470 /* System header to define __stub macros and hopefully few prototypes,
2471 which can conflict with char $ac_func(); below. */
2473 /* Override any gcc2 internal prototype to avoid an error. */
2474 /* We use char because int might match the return type of a gcc2
2475 builtin and then its argument prototype would still apply. */
2480 /* The GNU C library defines this for functions which it implements
2481 to always fail with ENOSYS. Some functions are actually named
2482 something starting with __ and the normal name is an alias. */
2483 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2491 if { (eval echo configure:2492: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2493 eval "ac_cv_func_$ac_func=yes"
2495 echo "configure: failed program was:" >&5
2496 cat conftest.$ac_ext >&5
2498 eval "ac_cv_func_$ac_func=no"
2503 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2504 echo "$ac_t""yes" 1>&6
2505 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2506 cat >> confdefs.h <<EOF
2507 #define $ac_tr_func 1
2511 echo "$ac_t""no" 1>&6
2512 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
2513 echo "configure:2514: checking for connect in -lsocket" >&5
2514 ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
2515 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2516 echo $ac_n "(cached) $ac_c" 1>&6
2518 ac_save_LIBS="$LIBS"
2519 LIBS="-lsocket $LIBS"
2520 cat > conftest.$ac_ext <<EOF
2521 #line 2522 "configure"
2522 #include "confdefs.h"
2523 /* Override any gcc2 internal prototype to avoid an error. */
2524 /* We use char because int might match the return type of a gcc2
2525 builtin and then its argument prototype would still apply. */
2532 if { (eval echo configure:2533: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2534 eval "ac_cv_lib_$ac_lib_var=yes"
2536 echo "configure: failed program was:" >&5
2537 cat conftest.$ac_ext >&5
2539 eval "ac_cv_lib_$ac_lib_var=no"
2542 LIBS="$ac_save_LIBS"
2545 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2546 echo "$ac_t""yes" 1>&6
2547 ac_tr_lib=HAVE_LIB`echo socket | sed -e 's/^a-zA-Z0-9_/_/g' \
2548 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2549 cat >> confdefs.h <<EOF
2550 #define $ac_tr_lib 1
2553 LIBS="-lsocket $LIBS"
2556 echo "$ac_t""no" 1>&6
2562 echo $ac_n "checking for setrunelocale in -lxpg4""... $ac_c" 1>&6
2563 echo "configure:2564: checking for setrunelocale in -lxpg4" >&5
2564 ac_lib_var=`echo xpg4'_'setrunelocale | sed 'y%./+-%__p_%'`
2565 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2566 echo $ac_n "(cached) $ac_c" 1>&6
2568 ac_save_LIBS="$LIBS"
2570 cat > conftest.$ac_ext <<EOF
2571 #line 2572 "configure"
2572 #include "confdefs.h"
2573 /* Override any gcc2 internal prototype to avoid an error. */
2574 /* We use char because int might match the return type of a gcc2
2575 builtin and then its argument prototype would still apply. */
2576 char setrunelocale();
2582 if { (eval echo configure:2583: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2584 eval "ac_cv_lib_$ac_lib_var=yes"
2586 echo "configure: failed program was:" >&5
2587 cat conftest.$ac_ext >&5
2589 eval "ac_cv_lib_$ac_lib_var=no"
2592 LIBS="$ac_save_LIBS"
2595 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2596 echo "$ac_t""yes" 1>&6
2597 ac_tr_lib=HAVE_LIB`echo xpg4 | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2598 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2599 cat >> confdefs.h <<EOF
2600 #define $ac_tr_lib 1
2606 echo "$ac_t""no" 1>&6
2609 echo $ac_n "checking for mmap in -lmmap""... $ac_c" 1>&6
2610 echo "configure:2611: checking for mmap in -lmmap" >&5
2611 ac_lib_var=`echo mmap'_'mmap | sed 'y%./+-%__p_%'`
2612 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2613 echo $ac_n "(cached) $ac_c" 1>&6
2615 ac_save_LIBS="$LIBS"
2617 cat > conftest.$ac_ext <<EOF
2618 #line 2619 "configure"
2619 #include "confdefs.h"
2620 /* Override any gcc2 internal prototype to avoid an error. */
2621 /* We use char because int might match the return type of a gcc2
2622 builtin and then its argument prototype would still apply. */
2629 if { (eval echo configure:2630: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2631 eval "ac_cv_lib_$ac_lib_var=yes"
2633 echo "configure: failed program was:" >&5
2634 cat conftest.$ac_ext >&5
2636 eval "ac_cv_lib_$ac_lib_var=no"
2639 LIBS="$ac_save_LIBS"
2642 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2643 echo "$ac_t""yes" 1>&6
2644 ac_tr_lib=HAVE_LIB`echo mmap | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2645 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2646 cat >> confdefs.h <<EOF
2647 #define $ac_tr_lib 1
2653 echo "$ac_t""no" 1>&6
2656 for ac_func in openpty
2658 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2659 echo "configure:2660: checking for $ac_func" >&5
2660 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2661 echo $ac_n "(cached) $ac_c" 1>&6
2663 cat > conftest.$ac_ext <<EOF
2664 #line 2665 "configure"
2665 #include "confdefs.h"
2666 /* System header to define __stub macros and hopefully few prototypes,
2667 which can conflict with char $ac_func(); below. */
2669 /* Override any gcc2 internal prototype to avoid an error. */
2670 /* We use char because int might match the return type of a gcc2
2671 builtin and then its argument prototype would still apply. */
2676 /* The GNU C library defines this for functions which it implements
2677 to always fail with ENOSYS. Some functions are actually named
2678 something starting with __ and the normal name is an alias. */
2679 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2687 if { (eval echo configure:2688: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2689 eval "ac_cv_func_$ac_func=yes"
2691 echo "configure: failed program was:" >&5
2692 cat conftest.$ac_ext >&5
2694 eval "ac_cv_func_$ac_func=no"
2699 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2700 echo "$ac_t""yes" 1>&6
2701 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2702 cat >> confdefs.h <<EOF
2703 #define $ac_tr_func 1
2707 echo "$ac_t""no" 1>&6
2708 echo $ac_n "checking for openpty in -lutil""... $ac_c" 1>&6
2709 echo "configure:2710: checking for openpty in -lutil" >&5
2710 ac_lib_var=`echo util'_'openpty | sed 'y%./+-%__p_%'`
2711 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2712 echo $ac_n "(cached) $ac_c" 1>&6
2714 ac_save_LIBS="$LIBS"
2716 cat > conftest.$ac_ext <<EOF
2717 #line 2718 "configure"
2718 #include "confdefs.h"
2719 /* Override any gcc2 internal prototype to avoid an error. */
2720 /* We use char because int might match the return type of a gcc2
2721 builtin and then its argument prototype would still apply. */
2728 if { (eval echo configure:2729: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2730 eval "ac_cv_lib_$ac_lib_var=yes"
2732 echo "configure: failed program was:" >&5
2733 cat conftest.$ac_ext >&5
2735 eval "ac_cv_lib_$ac_lib_var=no"
2738 LIBS="$ac_save_LIBS"
2741 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2742 echo "$ac_t""yes" 1>&6
2743 cat >> confdefs.h <<\EOF
2744 #define HAVE_OPENPTY 1
2750 echo "$ac_t""no" 1>&6
2757 for ac_hdr in dlfcn.h
2759 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2760 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2761 echo "configure:2762: checking for $ac_hdr" >&5
2762 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2763 echo $ac_n "(cached) $ac_c" 1>&6
2765 cat > conftest.$ac_ext <<EOF
2766 #line 2767 "configure"
2767 #include "confdefs.h"
2770 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2771 { (eval echo configure:2772: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2772 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2773 if test -z "$ac_err"; then
2775 eval "ac_cv_header_$ac_safe=yes"
2778 echo "configure: failed program was:" >&5
2779 cat conftest.$ac_ext >&5
2781 eval "ac_cv_header_$ac_safe=no"
2785 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2786 echo "$ac_t""yes" 1>&6
2787 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2788 cat >> confdefs.h <<EOF
2789 #define $ac_tr_hdr 1
2791 for ac_func in dlopen
2793 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2794 echo "configure:2795: checking for $ac_func" >&5
2795 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2796 echo $ac_n "(cached) $ac_c" 1>&6
2798 cat > conftest.$ac_ext <<EOF
2799 #line 2800 "configure"
2800 #include "confdefs.h"
2801 /* System header to define __stub macros and hopefully few prototypes,
2802 which can conflict with char $ac_func(); below. */
2804 /* Override any gcc2 internal prototype to avoid an error. */
2805 /* We use char because int might match the return type of a gcc2
2806 builtin and then its argument prototype would still apply. */
2811 /* The GNU C library defines this for functions which it implements
2812 to always fail with ENOSYS. Some functions are actually named
2813 something starting with __ and the normal name is an alias. */
2814 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2822 if { (eval echo configure:2823: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2824 eval "ac_cv_func_$ac_func=yes"
2826 echo "configure: failed program was:" >&5
2827 cat conftest.$ac_ext >&5
2829 eval "ac_cv_func_$ac_func=no"
2834 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2835 echo "$ac_t""yes" 1>&6
2836 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2837 cat >> confdefs.h <<EOF
2838 #define $ac_tr_func 1
2840 cat >> confdefs.h <<\EOF
2841 #define HAVE_DL_API 1
2845 echo "$ac_t""no" 1>&6
2846 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
2847 echo "configure:2848: checking for dlopen in -ldl" >&5
2848 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
2849 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2850 echo $ac_n "(cached) $ac_c" 1>&6
2852 ac_save_LIBS="$LIBS"
2854 cat > conftest.$ac_ext <<EOF
2855 #line 2856 "configure"
2856 #include "confdefs.h"
2857 /* Override any gcc2 internal prototype to avoid an error. */
2858 /* We use char because int might match the return type of a gcc2
2859 builtin and then its argument prototype would still apply. */
2866 if { (eval echo configure:2867: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2868 eval "ac_cv_lib_$ac_lib_var=yes"
2870 echo "configure: failed program was:" >&5
2871 cat conftest.$ac_ext >&5
2873 eval "ac_cv_lib_$ac_lib_var=no"
2876 LIBS="$ac_save_LIBS"
2879 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2880 echo "$ac_t""yes" 1>&6
2881 cat >> confdefs.h <<\EOF
2882 #define HAVE_DL_API 1
2887 echo "$ac_t""no" 1>&6
2897 echo "$ac_t""no" 1>&6
2910 if test "$have_x" = "yes"
2913 ac_save_CPPFLAGS="$CPPFLAGS"
2914 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
2916 for ac_hdr in X11/xpm.h
2918 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2919 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2920 echo "configure:2921: checking for $ac_hdr" >&5
2921 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2922 echo $ac_n "(cached) $ac_c" 1>&6
2924 cat > conftest.$ac_ext <<EOF
2925 #line 2926 "configure"
2926 #include "confdefs.h"
2929 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2930 { (eval echo configure:2931: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2931 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2932 if test -z "$ac_err"; then
2934 eval "ac_cv_header_$ac_safe=yes"
2937 echo "configure: failed program was:" >&5
2938 cat conftest.$ac_ext >&5
2940 eval "ac_cv_header_$ac_safe=no"
2944 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2945 echo "$ac_t""yes" 1>&6
2946 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2947 cat >> confdefs.h <<EOF
2948 #define $ac_tr_hdr 1
2952 echo "$ac_t""no" 1>&6
2956 if test "$ac_cv_header_X11_xpm_h" = "yes"
2958 echo $ac_n "checking for XpmCreatePixmapFromData in -lXpm""... $ac_c" 1>&6
2959 echo "configure:2960: checking for XpmCreatePixmapFromData in -lXpm" >&5
2960 ac_lib_var=`echo Xpm'_'XpmCreatePixmapFromData | sed 'y%./+-%__p_%'`
2961 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2962 echo $ac_n "(cached) $ac_c" 1>&6
2964 ac_save_LIBS="$LIBS"
2965 LIBS="-lXpm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
2966 cat > conftest.$ac_ext <<EOF
2967 #line 2968 "configure"
2968 #include "confdefs.h"
2969 /* Override any gcc2 internal prototype to avoid an error. */
2970 /* We use char because int might match the return type of a gcc2
2971 builtin and then its argument prototype would still apply. */
2972 char XpmCreatePixmapFromData();
2975 XpmCreatePixmapFromData()
2978 if { (eval echo configure:2979: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2980 eval "ac_cv_lib_$ac_lib_var=yes"
2982 echo "configure: failed program was:" >&5
2983 cat conftest.$ac_ext >&5
2985 eval "ac_cv_lib_$ac_lib_var=no"
2988 LIBS="$ac_save_LIBS"
2991 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2992 echo "$ac_t""yes" 1>&6
2993 cat >> confdefs.h <<\EOF
2994 #define HAVE_LIBXXPM 1
2996 X_PRE_LIBS="$X_PRE_LIBS -lXpm"
2998 echo "$ac_t""no" 1>&6
3002 echo "When compiling with X support, you need the Xpm library, or"
3003 echo "WINE will not work. This Xpm library is within the following RPM,"
3004 echo "which you need to install:"
3005 echo "Redhat : xpm, xpm-devel"
3006 echo "Caldera OpenLinux : xpm, xpm-devel, xpm-devel-static"
3008 echo "Debian/Corel Linux: xpm4g, xpm4g-dev"
3010 echo "Or get the sources from ftp.x.org and all its mirror sites from "
3011 echo "the directory /contrib/libraries."
3017 for ac_hdr in X11/Xlib.h X11/extensions/XShm.h
3019 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3020 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3021 echo "configure:3022: checking for $ac_hdr" >&5
3022 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3023 echo $ac_n "(cached) $ac_c" 1>&6
3025 cat > conftest.$ac_ext <<EOF
3026 #line 3027 "configure"
3027 #include "confdefs.h"
3030 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3031 { (eval echo configure:3032: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3032 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3033 if test -z "$ac_err"; then
3035 eval "ac_cv_header_$ac_safe=yes"
3038 echo "configure: failed program was:" >&5
3039 cat conftest.$ac_ext >&5
3041 eval "ac_cv_header_$ac_safe=no"
3045 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3046 echo "$ac_t""yes" 1>&6
3047 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3048 cat >> confdefs.h <<EOF
3049 #define $ac_tr_hdr 1
3053 echo "$ac_t""no" 1>&6
3057 if test "$ac_cv_header_X11_Xlib_h" = "yes" -a "$ac_cv_header_X11_extensions_XShm_h" = "yes"
3059 echo $ac_n "checking for XShmQueryExtension in -lXext""... $ac_c" 1>&6
3060 echo "configure:3061: checking for XShmQueryExtension in -lXext" >&5
3061 ac_lib_var=`echo Xext'_'XShmQueryExtension | sed 'y%./+-%__p_%'`
3062 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3063 echo $ac_n "(cached) $ac_c" 1>&6
3065 ac_save_LIBS="$LIBS"
3066 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
3067 cat > conftest.$ac_ext <<EOF
3068 #line 3069 "configure"
3069 #include "confdefs.h"
3070 /* Override any gcc2 internal prototype to avoid an error. */
3071 /* We use char because int might match the return type of a gcc2
3072 builtin and then its argument prototype would still apply. */
3073 char XShmQueryExtension();
3076 XShmQueryExtension()
3079 if { (eval echo configure:3080: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3081 eval "ac_cv_lib_$ac_lib_var=yes"
3083 echo "configure: failed program was:" >&5
3084 cat conftest.$ac_ext >&5
3086 eval "ac_cv_lib_$ac_lib_var=no"
3089 LIBS="$ac_save_LIBS"
3092 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3093 echo "$ac_t""yes" 1>&6
3094 cat >> confdefs.h <<\EOF
3095 #define HAVE_LIBXXSHM 1
3099 echo "$ac_t""no" 1>&6
3103 for ac_hdr in X11/Xlib.h X11/extensions/xf86dga.h
3105 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3106 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3107 echo "configure:3108: checking for $ac_hdr" >&5
3108 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3109 echo $ac_n "(cached) $ac_c" 1>&6
3111 cat > conftest.$ac_ext <<EOF
3112 #line 3113 "configure"
3113 #include "confdefs.h"
3116 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3117 { (eval echo configure:3118: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3118 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3119 if test -z "$ac_err"; then
3121 eval "ac_cv_header_$ac_safe=yes"
3124 echo "configure: failed program was:" >&5
3125 cat conftest.$ac_ext >&5
3127 eval "ac_cv_header_$ac_safe=no"
3131 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3132 echo "$ac_t""yes" 1>&6
3133 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3134 cat >> confdefs.h <<EOF
3135 #define $ac_tr_hdr 1
3139 echo "$ac_t""no" 1>&6
3143 if test "$ac_cv_header_X11_Xlib_h" = "yes" -a "$ac_cv_header_X11_extensions_xf86dga_h" = "yes"
3145 echo $ac_n "checking for XDGAQueryExtension in -lXxf86dga""... $ac_c" 1>&6
3146 echo "configure:3147: checking for XDGAQueryExtension in -lXxf86dga" >&5
3147 ac_lib_var=`echo Xxf86dga'_'XDGAQueryExtension | sed 'y%./+-%__p_%'`
3148 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3149 echo $ac_n "(cached) $ac_c" 1>&6
3151 ac_save_LIBS="$LIBS"
3152 LIBS="-lXxf86dga $X_LIBS -lXext -lX11 $X_EXTRA_LIBS
3154 cat > conftest.$ac_ext <<EOF
3155 #line 3156 "configure"
3156 #include "confdefs.h"
3157 /* Override any gcc2 internal prototype to avoid an error. */
3158 /* We use char because int might match the return type of a gcc2
3159 builtin and then its argument prototype would still apply. */
3160 char XDGAQueryExtension();
3163 XDGAQueryExtension()
3166 if { (eval echo configure:3167: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3168 eval "ac_cv_lib_$ac_lib_var=yes"
3170 echo "configure: failed program was:" >&5
3171 cat conftest.$ac_ext >&5
3173 eval "ac_cv_lib_$ac_lib_var=no"
3176 LIBS="$ac_save_LIBS"
3179 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3180 echo "$ac_t""yes" 1>&6
3181 cat >> confdefs.h <<\EOF
3182 #define HAVE_LIBXXF86DGA2 1
3185 cat >> confdefs.h <<\EOF
3186 #define HAVE_LIBXXF86DGA 1
3189 X_PRE_LIBS="$X_PRE_LIBS -lXxf86dga"
3190 DGA_SRCS='$(DGA_SRCS)'
3193 echo "$ac_t""no" 1>&6
3196 if test "$ac_cv_lib_Xxf86dga_XDGAQueryExtension" = "no"
3198 echo $ac_n "checking for XF86DGAQueryExtension in -lXxf86dga""... $ac_c" 1>&6
3199 echo "configure:3200: checking for XF86DGAQueryExtension in -lXxf86dga" >&5
3200 ac_lib_var=`echo Xxf86dga'_'XF86DGAQueryExtension | sed 'y%./+-%__p_%'`
3201 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3202 echo $ac_n "(cached) $ac_c" 1>&6
3204 ac_save_LIBS="$LIBS"
3205 LIBS="-lXxf86dga $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
3206 cat > conftest.$ac_ext <<EOF
3207 #line 3208 "configure"
3208 #include "confdefs.h"
3209 /* Override any gcc2 internal prototype to avoid an error. */
3210 /* We use char because int might match the return type of a gcc2
3211 builtin and then its argument prototype would still apply. */
3212 char XF86DGAQueryExtension();
3215 XF86DGAQueryExtension()
3218 if { (eval echo configure:3219: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3220 eval "ac_cv_lib_$ac_lib_var=yes"
3222 echo "configure: failed program was:" >&5
3223 cat conftest.$ac_ext >&5
3225 eval "ac_cv_lib_$ac_lib_var=no"
3228 LIBS="$ac_save_LIBS"
3231 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3232 echo "$ac_t""yes" 1>&6
3233 cat >> confdefs.h <<\EOF
3234 #define HAVE_LIBXXF86DGA 1
3237 X_PRE_LIBS="$X_PRE_LIBS -lXxf86dga"
3238 DGA_SRCS='$(DGA_SRCS)'
3241 echo "$ac_t""no" 1>&6
3247 for ac_hdr in X11/Xlib.h X11/extensions/xf86vmode.h
3249 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3250 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3251 echo "configure:3252: checking for $ac_hdr" >&5
3252 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3253 echo $ac_n "(cached) $ac_c" 1>&6
3255 cat > conftest.$ac_ext <<EOF
3256 #line 3257 "configure"
3257 #include "confdefs.h"
3260 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3261 { (eval echo configure:3262: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3262 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3263 if test -z "$ac_err"; then
3265 eval "ac_cv_header_$ac_safe=yes"
3268 echo "configure: failed program was:" >&5
3269 cat conftest.$ac_ext >&5
3271 eval "ac_cv_header_$ac_safe=no"
3275 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3276 echo "$ac_t""yes" 1>&6
3277 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3278 cat >> confdefs.h <<EOF
3279 #define $ac_tr_hdr 1
3283 echo "$ac_t""no" 1>&6
3287 if test "$ac_cv_header_X11_Xlib_h" = "yes" -a "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
3289 echo $ac_n "checking for XF86VidModeQueryExtension in -lXxf86vm""... $ac_c" 1>&6
3290 echo "configure:3291: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
3291 ac_lib_var=`echo Xxf86vm'_'XF86VidModeQueryExtension | sed 'y%./+-%__p_%'`
3292 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3293 echo $ac_n "(cached) $ac_c" 1>&6
3295 ac_save_LIBS="$LIBS"
3296 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
3297 cat > conftest.$ac_ext <<EOF
3298 #line 3299 "configure"
3299 #include "confdefs.h"
3300 /* Override any gcc2 internal prototype to avoid an error. */
3301 /* We use char because int might match the return type of a gcc2
3302 builtin and then its argument prototype would still apply. */
3303 char XF86VidModeQueryExtension();
3306 XF86VidModeQueryExtension()
3309 if { (eval echo configure:3310: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3311 eval "ac_cv_lib_$ac_lib_var=yes"
3313 echo "configure: failed program was:" >&5
3314 cat conftest.$ac_ext >&5
3316 eval "ac_cv_lib_$ac_lib_var=no"
3319 LIBS="$ac_save_LIBS"
3322 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3323 echo "$ac_t""yes" 1>&6
3324 cat >> confdefs.h <<\EOF
3325 #define HAVE_LIBXXF86VM 1
3327 X_PRE_LIBS="$X_PRE_LIBS -lXxf86vm"
3329 echo "$ac_t""no" 1>&6
3334 for ac_hdr in GL/gl.h GL/glx.h GL/osmesa.h
3336 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3337 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3338 echo "configure:3339: checking for $ac_hdr" >&5
3339 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3340 echo $ac_n "(cached) $ac_c" 1>&6
3342 cat > conftest.$ac_ext <<EOF
3343 #line 3344 "configure"
3344 #include "confdefs.h"
3347 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3348 { (eval echo configure:3349: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3349 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3350 if test -z "$ac_err"; then
3352 eval "ac_cv_header_$ac_safe=yes"
3355 echo "configure: failed program was:" >&5
3356 cat conftest.$ac_ext >&5
3358 eval "ac_cv_header_$ac_safe=no"
3362 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3363 echo "$ac_t""yes" 1>&6
3364 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3365 cat >> confdefs.h <<EOF
3366 #define $ac_tr_hdr 1
3370 echo "$ac_t""no" 1>&6
3374 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
3376 echo $ac_n "checking "for up-to-date Mesa version"""... $ac_c" 1>&6
3377 echo "configure:3378: checking "for up-to-date Mesa version"" >&5
3378 if eval "test \"`echo '$''{'wine_cv_mesa_version_OK'+set}'`\" = set"; then
3379 echo $ac_n "(cached) $ac_c" 1>&6
3381 cat > conftest.$ac_ext <<EOF
3382 #line 3383 "configure"
3383 #include "confdefs.h"
3386 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
3389 if { (eval echo configure:3390: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3391 wine_cv_mesa_version_OK="yes"
3393 echo "configure: failed program was:" >&5
3394 cat conftest.$ac_ext >&5
3396 wine_cv_mesa_version_OK="no"
3403 echo "$ac_t""$wine_cv_mesa_version_OK" 1>&6
3405 echo $ac_n "checking "for thread-safe Mesa version"""... $ac_c" 1>&6
3406 echo "configure:3407: checking "for thread-safe Mesa version"" >&5
3407 if eval "test \"`echo '$''{'wine_cv_mesa_version_threadsafe'+set}'`\" = set"; then
3408 echo $ac_n "(cached) $ac_c" 1>&6
3412 cat > conftest.$ac_ext <<EOF
3413 #line 3414 "configure"
3414 #include "confdefs.h"
3417 pthread_getspecific();
3420 if { (eval echo configure:3421: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3422 wine_cv_mesa_version_threadsafe="yes"
3424 echo "configure: failed program was:" >&5
3425 cat conftest.$ac_ext >&5
3427 wine_cv_mesa_version_threadsafe="no"
3434 echo "$ac_t""$wine_cv_mesa_version_threadsafe" 1>&6
3436 if test "$wine_cv_mesa_version_OK" = "yes" -a "$wine_cv_mesa_version_threadsafe" = "no"
3438 echo $ac_n "checking for glXCreateContext in -lGL""... $ac_c" 1>&6
3439 echo "configure:3440: checking for glXCreateContext in -lGL" >&5
3440 ac_lib_var=`echo GL'_'glXCreateContext | sed 'y%./+-%__p_%'`
3441 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3442 echo $ac_n "(cached) $ac_c" 1>&6
3444 ac_save_LIBS="$LIBS"
3445 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
3446 cat > conftest.$ac_ext <<EOF
3447 #line 3448 "configure"
3448 #include "confdefs.h"
3449 /* Override any gcc2 internal prototype to avoid an error. */
3450 /* We use char because int might match the return type of a gcc2
3451 builtin and then its argument prototype would still apply. */
3452 char glXCreateContext();
3458 if { (eval echo configure:3459: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3460 eval "ac_cv_lib_$ac_lib_var=yes"
3462 echo "configure: failed program was:" >&5
3463 cat conftest.$ac_ext >&5
3465 eval "ac_cv_lib_$ac_lib_var=no"
3468 LIBS="$ac_save_LIBS"
3471 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3472 echo "$ac_t""yes" 1>&6
3473 cat >> confdefs.h <<\EOF
3474 #define HAVE_LIBMESAGL 1
3477 X_PRE_LIBS="$X_PRE_LIBS -lGL"
3478 MESA_SRCS='$(MESA_SRCS)'
3481 echo "$ac_t""no" 1>&6
3484 if test "$ac_cv_lib_GL_glXCreateContext" = "no"
3486 echo $ac_n "checking for glXCreateContext in -lMesaGL""... $ac_c" 1>&6
3487 echo "configure:3488: checking for glXCreateContext in -lMesaGL" >&5
3488 ac_lib_var=`echo MesaGL'_'glXCreateContext | sed 'y%./+-%__p_%'`
3489 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3490 echo $ac_n "(cached) $ac_c" 1>&6
3492 ac_save_LIBS="$LIBS"
3493 LIBS="-lMesaGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
3494 cat > conftest.$ac_ext <<EOF
3495 #line 3496 "configure"
3496 #include "confdefs.h"
3497 /* Override any gcc2 internal prototype to avoid an error. */
3498 /* We use char because int might match the return type of a gcc2
3499 builtin and then its argument prototype would still apply. */
3500 char glXCreateContext();
3506 if { (eval echo configure:3507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3508 eval "ac_cv_lib_$ac_lib_var=yes"
3510 echo "configure: failed program was:" >&5
3511 cat conftest.$ac_ext >&5
3513 eval "ac_cv_lib_$ac_lib_var=no"
3516 LIBS="$ac_save_LIBS"
3519 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3520 echo "$ac_t""yes" 1>&6
3521 cat >> confdefs.h <<\EOF
3522 #define HAVE_LIBMESAGL 1
3525 X_PRE_LIBS="$X_PRE_LIBS -lMesaGL"
3526 MESA_SRCS='$(MESA_SRCS)'
3529 echo "$ac_t""no" 1>&6
3534 echo $ac_n "checking "for the OpenGL Color Index extension"""... $ac_c" 1>&6
3535 echo "configure:3536: checking "for the OpenGL Color Index extension"" >&5
3536 if eval "test \"`echo '$''{'dummy'+set}'`\" = set"; then
3537 echo $ac_n "(cached) $ac_c" 1>&6
3539 cat > conftest.$ac_ext <<EOF
3540 #line 3541 "configure"
3541 #include "confdefs.h"
3544 GLenum test = GL_COLOR_INDEX8_EXT;
3547 if { (eval echo configure:3548: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3549 cat >> confdefs.h <<\EOF
3550 #define HAVE_GL_COLOR_TABLE 1
3554 echo "configure: failed program was:" >&5
3555 cat conftest.$ac_ext >&5
3561 echo "$ac_t""$dummy" 1>&6
3562 if test "$ac_cv_lib_GL_glXCreateContext" = "no"
3564 echo $ac_n "checking for glColorTableEXT in -lMesaGL""... $ac_c" 1>&6
3565 echo "configure:3566: checking for glColorTableEXT in -lMesaGL" >&5
3566 ac_lib_var=`echo MesaGL'_'glColorTableEXT | sed 'y%./+-%__p_%'`
3567 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3568 echo $ac_n "(cached) $ac_c" 1>&6
3570 ac_save_LIBS="$LIBS"
3571 LIBS="-lMesaGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
3572 cat > conftest.$ac_ext <<EOF
3573 #line 3574 "configure"
3574 #include "confdefs.h"
3575 /* Override any gcc2 internal prototype to avoid an error. */
3576 /* We use char because int might match the return type of a gcc2
3577 builtin and then its argument prototype would still apply. */
3578 char glColorTableEXT();
3584 if { (eval echo configure:3585: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3586 eval "ac_cv_lib_$ac_lib_var=yes"
3588 echo "configure: failed program was:" >&5
3589 cat conftest.$ac_ext >&5
3591 eval "ac_cv_lib_$ac_lib_var=no"
3594 LIBS="$ac_save_LIBS"
3597 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3598 echo "$ac_t""yes" 1>&6
3599 cat >> confdefs.h <<\EOF
3600 #define HAVE_GL_PALETTED_TEXTURE 1
3604 echo "$ac_t""no" 1>&6
3608 echo $ac_n "checking for glColorTableEXT in -lGL""... $ac_c" 1>&6
3609 echo "configure:3610: checking for glColorTableEXT in -lGL" >&5
3610 ac_lib_var=`echo GL'_'glColorTableEXT | sed 'y%./+-%__p_%'`
3611 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3612 echo $ac_n "(cached) $ac_c" 1>&6
3614 ac_save_LIBS="$LIBS"
3615 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
3616 cat > conftest.$ac_ext <<EOF
3617 #line 3618 "configure"
3618 #include "confdefs.h"
3619 /* Override any gcc2 internal prototype to avoid an error. */
3620 /* We use char because int might match the return type of a gcc2
3621 builtin and then its argument prototype would still apply. */
3622 char glColorTableEXT();
3628 if { (eval echo configure:3629: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3630 eval "ac_cv_lib_$ac_lib_var=yes"
3632 echo "configure: failed program was:" >&5
3633 cat conftest.$ac_ext >&5
3635 eval "ac_cv_lib_$ac_lib_var=no"
3638 LIBS="$ac_save_LIBS"
3641 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3642 echo "$ac_t""yes" 1>&6
3643 cat >> confdefs.h <<\EOF
3644 #define HAVE_GL_PALETTED_TEXTURE 1
3648 echo "$ac_t""no" 1>&6
3655 CPPFLAGS="$ac_save_CPPFLAGS"
3663 if test "$CURSES" = "yes"
3665 for ac_hdr in ncurses.h
3667 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3668 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3669 echo "configure:3670: checking for $ac_hdr" >&5
3670 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3671 echo $ac_n "(cached) $ac_c" 1>&6
3673 cat > conftest.$ac_ext <<EOF
3674 #line 3675 "configure"
3675 #include "confdefs.h"
3678 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3679 { (eval echo configure:3680: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3680 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3681 if test -z "$ac_err"; then
3683 eval "ac_cv_header_$ac_safe=yes"
3686 echo "configure: failed program was:" >&5
3687 cat conftest.$ac_ext >&5
3689 eval "ac_cv_header_$ac_safe=no"
3693 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3694 echo "$ac_t""yes" 1>&6
3695 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3696 cat >> confdefs.h <<EOF
3697 #define $ac_tr_hdr 1
3701 echo "$ac_t""no" 1>&6
3705 if test "$ac_cv_header_ncurses_h" = "yes"
3707 echo $ac_n "checking for waddch in -lncurses""... $ac_c" 1>&6
3708 echo "configure:3709: checking for waddch in -lncurses" >&5
3709 ac_lib_var=`echo ncurses'_'waddch | sed 'y%./+-%__p_%'`
3710 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3711 echo $ac_n "(cached) $ac_c" 1>&6
3713 ac_save_LIBS="$LIBS"
3714 LIBS="-lncurses $LIBS"
3715 cat > conftest.$ac_ext <<EOF
3716 #line 3717 "configure"
3717 #include "confdefs.h"
3718 /* Override any gcc2 internal prototype to avoid an error. */
3719 /* We use char because int might match the return type of a gcc2
3720 builtin and then its argument prototype would still apply. */
3727 if { (eval echo configure:3728: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3729 eval "ac_cv_lib_$ac_lib_var=yes"
3731 echo "configure: failed program was:" >&5
3732 cat conftest.$ac_ext >&5
3734 eval "ac_cv_lib_$ac_lib_var=no"
3737 LIBS="$ac_save_LIBS"
3740 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3741 echo "$ac_t""yes" 1>&6
3742 ac_tr_lib=HAVE_LIB`echo ncurses | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3743 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3744 cat >> confdefs.h <<EOF
3745 #define $ac_tr_lib 1
3748 LIBS="-lncurses $LIBS"
3751 echo "$ac_t""no" 1>&6
3755 if test "$ac_cv_lib_ncurses_waddch" = "yes"
3757 echo $ac_n "checking for resizeterm in -lncurses""... $ac_c" 1>&6
3758 echo "configure:3759: checking for resizeterm in -lncurses" >&5
3759 ac_lib_var=`echo ncurses'_'resizeterm | sed 'y%./+-%__p_%'`
3760 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3761 echo $ac_n "(cached) $ac_c" 1>&6
3763 ac_save_LIBS="$LIBS"
3764 LIBS="-lncurses $LIBS"
3765 cat > conftest.$ac_ext <<EOF
3766 #line 3767 "configure"
3767 #include "confdefs.h"
3768 /* Override any gcc2 internal prototype to avoid an error. */
3769 /* We use char because int might match the return type of a gcc2
3770 builtin and then its argument prototype would still apply. */
3777 if { (eval echo configure:3778: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3779 eval "ac_cv_lib_$ac_lib_var=yes"
3781 echo "configure: failed program was:" >&5
3782 cat conftest.$ac_ext >&5
3784 eval "ac_cv_lib_$ac_lib_var=no"
3787 LIBS="$ac_save_LIBS"
3790 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3791 echo "$ac_t""yes" 1>&6
3792 cat >> confdefs.h <<\EOF
3793 #define HAVE_RESIZETERM 1
3797 echo "$ac_t""no" 1>&6
3800 echo $ac_n "checking for getbkgd in -lncurses""... $ac_c" 1>&6
3801 echo "configure:3802: checking for getbkgd in -lncurses" >&5
3802 ac_lib_var=`echo ncurses'_'getbkgd | sed 'y%./+-%__p_%'`
3803 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3804 echo $ac_n "(cached) $ac_c" 1>&6
3806 ac_save_LIBS="$LIBS"
3807 LIBS="-lncurses $LIBS"
3808 cat > conftest.$ac_ext <<EOF
3809 #line 3810 "configure"
3810 #include "confdefs.h"
3811 /* Override any gcc2 internal prototype to avoid an error. */
3812 /* We use char because int might match the return type of a gcc2
3813 builtin and then its argument prototype would still apply. */
3820 if { (eval echo configure:3821: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3822 eval "ac_cv_lib_$ac_lib_var=yes"
3824 echo "configure: failed program was:" >&5
3825 cat conftest.$ac_ext >&5
3827 eval "ac_cv_lib_$ac_lib_var=no"
3830 LIBS="$ac_save_LIBS"
3833 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3834 echo "$ac_t""yes" 1>&6
3835 cat >> confdefs.h <<\EOF
3836 #define HAVE_GETBKGD 1
3840 echo "$ac_t""no" 1>&6
3844 for ac_hdr in curses.h
3846 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3847 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3848 echo "configure:3849: checking for $ac_hdr" >&5
3849 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3850 echo $ac_n "(cached) $ac_c" 1>&6
3852 cat > conftest.$ac_ext <<EOF
3853 #line 3854 "configure"
3854 #include "confdefs.h"
3857 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3858 { (eval echo configure:3859: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3859 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3860 if test -z "$ac_err"; then
3862 eval "ac_cv_header_$ac_safe=yes"
3865 echo "configure: failed program was:" >&5
3866 cat conftest.$ac_ext >&5
3868 eval "ac_cv_header_$ac_safe=no"
3872 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3873 echo "$ac_t""yes" 1>&6
3874 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3875 cat >> confdefs.h <<EOF
3876 #define $ac_tr_hdr 1
3880 echo "$ac_t""no" 1>&6
3884 if test "$ac_cv_header_curses_h" = "yes"
3886 echo $ac_n "checking for waddch in -lcurses""... $ac_c" 1>&6
3887 echo "configure:3888: checking for waddch in -lcurses" >&5
3888 ac_lib_var=`echo curses'_'waddch | sed 'y%./+-%__p_%'`
3889 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3890 echo $ac_n "(cached) $ac_c" 1>&6
3892 ac_save_LIBS="$LIBS"
3893 LIBS="-lcurses $LIBS"
3894 cat > conftest.$ac_ext <<EOF
3895 #line 3896 "configure"
3896 #include "confdefs.h"
3897 /* Override any gcc2 internal prototype to avoid an error. */
3898 /* We use char because int might match the return type of a gcc2
3899 builtin and then its argument prototype would still apply. */
3906 if { (eval echo configure:3907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3908 eval "ac_cv_lib_$ac_lib_var=yes"
3910 echo "configure: failed program was:" >&5
3911 cat conftest.$ac_ext >&5
3913 eval "ac_cv_lib_$ac_lib_var=no"
3916 LIBS="$ac_save_LIBS"
3919 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3920 echo "$ac_t""yes" 1>&6
3921 ac_tr_lib=HAVE_LIB`echo curses | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3922 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3923 cat >> confdefs.h <<EOF
3924 #define $ac_tr_lib 1
3927 LIBS="-lcurses $LIBS"
3930 echo "$ac_t""no" 1>&6
3933 if test "$ac_cv_lib_curses_waddch" = "yes"
3935 echo $ac_n "checking for resizeterm in -lcurses""... $ac_c" 1>&6
3936 echo "configure:3937: checking for resizeterm in -lcurses" >&5
3937 ac_lib_var=`echo curses'_'resizeterm | sed 'y%./+-%__p_%'`
3938 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3939 echo $ac_n "(cached) $ac_c" 1>&6
3941 ac_save_LIBS="$LIBS"
3942 LIBS="-lcurses $LIBS"
3943 cat > conftest.$ac_ext <<EOF
3944 #line 3945 "configure"
3945 #include "confdefs.h"
3946 /* Override any gcc2 internal prototype to avoid an error. */
3947 /* We use char because int might match the return type of a gcc2
3948 builtin and then its argument prototype would still apply. */
3955 if { (eval echo configure:3956: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3957 eval "ac_cv_lib_$ac_lib_var=yes"
3959 echo "configure: failed program was:" >&5
3960 cat conftest.$ac_ext >&5
3962 eval "ac_cv_lib_$ac_lib_var=no"
3965 LIBS="$ac_save_LIBS"
3968 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3969 echo "$ac_t""yes" 1>&6
3970 cat >> confdefs.h <<\EOF
3971 #define HAVE_RESIZETERM 1
3975 echo "$ac_t""no" 1>&6
3978 echo $ac_n "checking for getbkgd in -lcurses""... $ac_c" 1>&6
3979 echo "configure:3980: checking for getbkgd in -lcurses" >&5
3980 ac_lib_var=`echo curses'_'getbkgd | sed 'y%./+-%__p_%'`
3981 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3982 echo $ac_n "(cached) $ac_c" 1>&6
3984 ac_save_LIBS="$LIBS"
3985 LIBS="-lcurses $LIBS"
3986 cat > conftest.$ac_ext <<EOF
3987 #line 3988 "configure"
3988 #include "confdefs.h"
3989 /* Override any gcc2 internal prototype to avoid an error. */
3990 /* We use char because int might match the return type of a gcc2
3991 builtin and then its argument prototype would still apply. */
3998 if { (eval echo configure:3999: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4000 eval "ac_cv_lib_$ac_lib_var=yes"
4002 echo "configure: failed program was:" >&5
4003 cat conftest.$ac_ext >&5
4005 eval "ac_cv_lib_$ac_lib_var=no"
4008 LIBS="$ac_save_LIBS"
4011 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4012 echo "$ac_t""yes" 1>&6
4013 cat >> confdefs.h <<\EOF
4014 #define HAVE_GETBKGD 1
4018 echo "$ac_t""no" 1>&6
4026 echo $ac_n "checking "for GNU style IPX support"""... $ac_c" 1>&6
4027 echo "configure:4028: checking "for GNU style IPX support"" >&5
4028 if eval "test \"`echo '$''{'ac_cv_c_ipx_gnu'+set}'`\" = set"; then
4029 echo $ac_n "(cached) $ac_c" 1>&6
4031 cat > conftest.$ac_ext <<EOF
4032 #line 4033 "configure"
4033 #include "confdefs.h"
4034 #include <sys/socket.h>
4035 #include <netipx/ipx.h>
4037 ((struct sockaddr_ipx *)0)->sipx_family == AF_IPX
4040 if { (eval echo configure:4041: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4042 ac_cv_c_ipx_gnu="yes"
4044 echo "configure: failed program was:" >&5
4045 cat conftest.$ac_ext >&5
4047 ac_cv_c_ipx_gnu="no"
4053 echo "$ac_t""$ac_cv_c_ipx_gnu" 1>&6
4054 if test "$ac_cv_c_ipx_gnu" = "yes"
4056 cat >> confdefs.h <<\EOF
4057 #define HAVE_IPX_GNU 1
4062 if test "$ac_cv_c_ipx_gnu" = "no"
4064 echo $ac_n "checking "for linux style IPX support"""... $ac_c" 1>&6
4065 echo "configure:4066: checking "for linux style IPX support"" >&5
4066 if eval "test \"`echo '$''{'ac_cv_c_ipx_linux'+set}'`\" = set"; then
4067 echo $ac_n "(cached) $ac_c" 1>&6
4069 cat > conftest.$ac_ext <<EOF
4070 #line 4071 "configure"
4071 #include "confdefs.h"
4072 #include <sys/socket.h>
4073 #include <asm/types.h>
4074 #include <linux/ipx.h>
4076 ((struct sockaddr_ipx *)0)->sipx_family == AF_IPX
4079 if { (eval echo configure:4080: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4081 ac_cv_c_ipx_linux="yes"
4083 echo "configure: failed program was:" >&5
4084 cat conftest.$ac_ext >&5
4086 ac_cv_c_ipx_linux="no"
4092 echo "$ac_t""$ac_cv_c_ipx_linux" 1>&6
4093 if test "$ac_cv_c_ipx_linux" = "yes"
4095 cat >> confdefs.h <<\EOF
4096 #define HAVE_IPX_LINUX 1
4102 for ac_hdr in sys/soundcard.h machine/soundcard.h soundcard.h
4104 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4105 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4106 echo "configure:4107: checking for $ac_hdr" >&5
4107 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4108 echo $ac_n "(cached) $ac_c" 1>&6
4110 cat > conftest.$ac_ext <<EOF
4111 #line 4112 "configure"
4112 #include "confdefs.h"
4115 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4116 { (eval echo configure:4117: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4117 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4118 if test -z "$ac_err"; then
4120 eval "ac_cv_header_$ac_safe=yes"
4123 echo "configure: failed program was:" >&5
4124 cat conftest.$ac_ext >&5
4126 eval "ac_cv_header_$ac_safe=no"
4130 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4131 echo "$ac_t""yes" 1>&6
4132 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4133 cat >> confdefs.h <<EOF
4134 #define $ac_tr_hdr 1
4138 echo "$ac_t""no" 1>&6
4143 echo $ac_n "checking "for Open Sound System"""... $ac_c" 1>&6
4144 echo "configure:4145: checking "for Open Sound System"" >&5
4145 if eval "test \"`echo '$''{'ac_cv_c_opensoundsystem'+set}'`\" = set"; then
4146 echo $ac_n "(cached) $ac_c" 1>&6
4148 cat > conftest.$ac_ext <<EOF
4149 #line 4150 "configure"
4150 #include "confdefs.h"
4152 #if defined(HAVE_SYS_SOUNDCARD_H)
4153 #include <sys/soundcard.h>
4154 #elif defined(HAVE_MACHINE_SOUNDCARD_H)
4155 #include <machine/soundcard.h>
4156 #elif defined(HAVE_SOUNDCARD_H)
4157 #include <soundcard.h>
4163 /* check for one of the Open Sound System specific SNDCTL_ defines */
4164 #if !defined(SNDCTL_DSP_STEREO)
4165 #error No open sound system
4170 if { (eval echo configure:4171: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4172 ac_cv_c_opensoundsystem="yes"
4174 echo "configure: failed program was:" >&5
4175 cat conftest.$ac_ext >&5
4177 ac_cv_c_opensoundsystem="no"
4182 echo "$ac_t""$ac_cv_c_opensoundsystem" 1>&6
4184 if test "$ac_cv_c_opensoundsystem" = "yes"
4186 cat >> confdefs.h <<\EOF
4192 echo $ac_n "checking "for Open Sound System/MIDI interface"""... $ac_c" 1>&6
4193 echo "configure:4194: checking "for Open Sound System/MIDI interface"" >&5
4194 if eval "test \"`echo '$''{'ac_cv_c_opensoundsystem_midi'+set}'`\" = set"; then
4195 echo $ac_n "(cached) $ac_c" 1>&6
4197 cat > conftest.$ac_ext <<EOF
4198 #line 4199 "configure"
4199 #include "confdefs.h"
4201 #if defined(HAVE_SYS_SOUNDCARD_H)
4202 #include <sys/soundcard.h>
4203 #elif defined(HAVE_MACHINE_SOUNDCARD_H)
4204 #include <machine/soundcard.h>
4205 #elif defined(HAVE_SOUNDCARD_H)
4206 #include <soundcard.h>
4212 /* check for one of the Open Sound System specific SNDCTL_SEQ defines */
4213 #if !defined(SNDCTL_SEQ_SYNC)
4214 #error No open sound system MIDI interface
4219 if { (eval echo configure:4220: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4221 ac_cv_c_opensoundsystem_midi="yes"
4223 echo "configure: failed program was:" >&5
4224 cat conftest.$ac_ext >&5
4226 ac_cv_c_opensoundsystem_midi="no"
4231 echo "$ac_t""$ac_cv_c_opensoundsystem_midi" 1>&6
4233 if test "$ac_cv_c_opensoundsystem_midi" = "yes"
4235 cat >> confdefs.h <<\EOF
4236 #define HAVE_OSS_MIDI 1
4241 if test "$ac_cv_prog_LN_S" = "ln -s"; then : ; else LN_S=cp ; fi
4244 if test "x${GCC}" = "xyes"
4246 CFLAGS="$CFLAGS -Wall"
4247 echo $ac_n "checking "for gcc strength-reduce bug"""... $ac_c" 1>&6
4248 echo "configure:4249: checking "for gcc strength-reduce bug"" >&5
4249 if eval "test \"`echo '$''{'ac_cv_c_gcc_strength_bug'+set}'`\" = set"; then
4250 echo $ac_n "(cached) $ac_c" 1>&6
4252 if test "$cross_compiling" = yes; then
4253 ac_cv_c_gcc_strength_bug="yes"
4255 cat > conftest.$ac_ext <<EOF
4256 #line 4257 "configure"
4257 #include "confdefs.h"
4260 static int Array[3];
4263 for(i=0; i<B; i++) Array[i] = i - 3;
4264 exit( Array[1] != -2 );
4267 if { (eval echo configure:4268: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4269 ac_cv_c_gcc_strength_bug="no"
4271 echo "configure: failed program was:" >&5
4272 cat conftest.$ac_ext >&5
4274 ac_cv_c_gcc_strength_bug="yes"
4281 echo "$ac_t""$ac_cv_c_gcc_strength_bug" 1>&6
4282 if test "$ac_cv_c_gcc_strength_bug" = "yes"
4284 CFLAGS="$CFLAGS -fno-strength-reduce"
4289 echo $ac_n "checking "whether external symbols need an underscore prefix"""... $ac_c" 1>&6
4290 echo "configure:4291: checking "whether external symbols need an underscore prefix"" >&5
4291 if eval "test \"`echo '$''{'ac_cv_c_extern_prefix'+set}'`\" = set"; then
4292 echo $ac_n "(cached) $ac_c" 1>&6
4295 LIBS="conftest_asm.s $LIBS"
4296 cat > conftest_asm.s <<EOF
4301 cat > conftest.$ac_ext <<EOF
4302 #line 4303 "configure"
4303 #include "confdefs.h"
4306 if (ac_test) return 1
4309 if { (eval echo configure:4310: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4311 ac_cv_c_extern_prefix="yes"
4313 echo "configure: failed program was:" >&5
4314 cat conftest.$ac_ext >&5
4316 ac_cv_c_extern_prefix="no"
4322 echo "$ac_t""$ac_cv_c_extern_prefix" 1>&6
4323 if test "$ac_cv_c_extern_prefix" = "yes"
4325 cat >> confdefs.h <<\EOF
4326 #define NEED_UNDERSCORE_PREFIX 1
4332 echo $ac_n "checking "whether assembler accepts .string"""... $ac_c" 1>&6
4333 echo "configure:4334: checking "whether assembler accepts .string"" >&5
4334 if eval "test \"`echo '$''{'ac_cv_c_asm_string'+set}'`\" = set"; then
4335 echo $ac_n "(cached) $ac_c" 1>&6
4338 LIBS="conftest_asm.s $LIBS"
4339 cat > conftest_asm.s <<EOF
4342 cat > conftest.$ac_ext <<EOF
4343 #line 4344 "configure"
4344 #include "confdefs.h"
4350 if { (eval echo configure:4351: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4352 ac_cv_c_asm_string="yes"
4354 echo "configure: failed program was:" >&5
4355 cat conftest.$ac_ext >&5
4357 ac_cv_c_asm_string="no"
4363 echo "$ac_t""$ac_cv_c_asm_string" 1>&6
4364 if test "$ac_cv_c_asm_string" = "yes"
4366 cat >> confdefs.h <<\EOF
4367 #define HAVE_ASM_STRING 1
4374 if test "$LIBEXT" = "so"
4376 echo $ac_n "checking "whether we can build a Linux dll"""... $ac_c" 1>&6
4377 echo "configure:4378: checking "whether we can build a Linux dll"" >&5
4378 if eval "test \"`echo '$''{'ac_cv_c_dll_linux'+set}'`\" = set"; then
4379 echo $ac_n "(cached) $ac_c" 1>&6
4381 saved_cflags=$CFLAGS
4382 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,conftest.so.1.0"
4383 cat > conftest.$ac_ext <<EOF
4384 #line 4385 "configure"
4385 #include "confdefs.h"
4391 if { (eval echo configure:4392: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4393 ac_cv_c_dll_linux="yes"
4395 echo "configure: failed program was:" >&5
4396 cat conftest.$ac_ext >&5
4398 ac_cv_c_dll_linux="no"
4401 CFLAGS=$saved_cflags
4405 echo "$ac_t""$ac_cv_c_dll_linux" 1>&6
4406 if test "$ac_cv_c_dll_linux" = "yes"
4408 LDSHARED="\$(CC) -shared -Wl,-soname,\$(SONAME),-rpath,\$(libdir)"
4410 echo $ac_n "checking whether we can build a UnixWare (Solaris) dll""... $ac_c" 1>&6
4411 echo "configure:4412: checking whether we can build a UnixWare (Solaris) dll" >&5
4412 if eval "test \"`echo '$''{'ac_cv_c_dll_unixware'+set}'`\" = set"; then
4413 echo $ac_n "(cached) $ac_c" 1>&6
4415 saved_cflags=$CFLAGS
4416 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0"
4417 cat > conftest.$ac_ext <<EOF
4418 #line 4419 "configure"
4419 #include "confdefs.h"
4425 if { (eval echo configure:4426: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4427 ac_cv_c_dll_unixware="yes"
4429 echo "configure: failed program was:" >&5
4430 cat conftest.$ac_ext >&5
4432 ac_cv_c_dll_unixware="no"
4435 CFLAGS=$saved_cflags
4439 echo "$ac_t""$ac_cv_c_dll_unixware" 1>&6
4440 if test "$ac_cv_c_dll_unixware" = "yes"
4442 LDSHARED="\$(CC) -Wl,-G,-h,\$(libdir)/\$(SONAME)"
4444 echo $ac_n "checking "whether we can build a NetBSD dll"""... $ac_c" 1>&6
4445 echo "configure:4446: checking "whether we can build a NetBSD dll"" >&5
4446 if eval "test \"`echo '$''{'ac_cv_c_dll_netbsd'+set}'`\" = set"; then
4447 echo $ac_n "(cached) $ac_c" 1>&6
4449 saved_cflags=$CFLAGS
4450 CFLAGS="$CFLAGS -fPIC -Bshareable -Bforcearchive"
4451 cat > conftest.$ac_ext <<EOF
4452 #line 4453 "configure"
4453 #include "confdefs.h"
4459 if { (eval echo configure:4460: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4461 ac_cv_c_dll_netbsd="yes"
4463 echo "configure: failed program was:" >&5
4464 cat conftest.$ac_ext >&5
4466 ac_cv_c_dll_netbsd="no"
4469 CFLAGS=$saved_cflags
4473 echo "$ac_t""$ac_cv_c_dll_netbsd" 1>&6
4474 if test "$ac_cv_c_dll_netbsd" = "yes"
4476 LDSHARED="ld -Bshareable -Bforcearchive"
4480 if test "$ac_cv_c_dll_linux" = "no" -a "$ac_cv_c_dll_unixware" = "no" -a "$ac_cv_c_dll_netbsd" = "no"
4489 if test "$LIBEXT" = "so"; then
4492 DLL_LINK="-L\$(DLLDIR) \$(IMPORTS:%=-l%) -L\$(TOPOBJDIR) -lwine"
4494 DLL_LINK="-L\$(DLLDIR) \$(DLLS:%=-l%) -L\$(TOPOBJDIR) -lwine \$(X_LIBS) \$(XLIB)"
4495 echo $ac_n "checking whether the linker supports --[no]-whole-archive (Linux)""... $ac_c" 1>&6
4496 echo "configure:4497: checking whether the linker supports --[no]-whole-archive (Linux)" >&5
4497 if eval "test \"`echo '$''{'ac_cv_c_whole_archive'+set}'`\" = set"; then
4498 echo $ac_n "(cached) $ac_c" 1>&6
4500 saved_cflags=$CFLAGS
4501 CFLAGS="$CFLAGS -Wl,--whole-archive -Wl,--no-whole-archive"
4502 cat > conftest.$ac_ext <<EOF
4503 #line 4504 "configure"
4504 #include "confdefs.h"
4510 if { (eval echo configure:4511: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4512 ac_cv_c_whole_archive="yes"
4514 echo "configure: failed program was:" >&5
4515 cat conftest.$ac_ext >&5
4517 ac_cv_c_whole_archive="no"
4520 CFLAGS=$saved_cflags
4524 echo "$ac_t""$ac_cv_c_whole_archive" 1>&6
4525 if test "$ac_cv_c_whole_archive" = "yes"
4527 DLL_LINK="-Wl,--whole-archive $DLL_LINK -Wl,--no-whole-archive"
4529 echo $ac_n "checking whether the linker supports -z {all,default}extract (Linux)""... $ac_c" 1>&6
4530 echo "configure:4531: checking whether the linker supports -z {all,default}extract (Linux)" >&5
4531 if eval "test \"`echo '$''{'ac_cv_c_allextract'+set}'`\" = set"; then
4532 echo $ac_n "(cached) $ac_c" 1>&6
4534 saved_cflags=$CFLAGS
4535 CFLAGS="$CFLAGS -Wl,-z,allextract -Wl,-z,defaultextract"
4536 cat > conftest.$ac_ext <<EOF
4537 #line 4538 "configure"
4538 #include "confdefs.h"
4544 if { (eval echo configure:4545: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4546 ac_cv_c_allextract="yes"
4548 echo "configure: failed program was:" >&5
4549 cat conftest.$ac_ext >&5
4551 ac_cv_c_allextract="no"
4554 CFLAGS=$saved_cflags
4558 echo "$ac_t""$ac_cv_c_allextract" 1>&6
4559 if test "$ac_cv_c_allextract" = "yes"
4561 DLL_LINK="-Wl,-z,allextract $DLL_LINK -Wl,-z,defaultextract"
4573 wine_cv_libc_reentrant=no
4574 echo $ac_n "checking "for reentrant libc: __errno_location"""... $ac_c" 1>&6
4575 echo "configure:4576: checking "for reentrant libc: __errno_location"" >&5
4576 if eval "test \"`echo '$''{'wine_cv_libc_r__errno_location'+set}'`\" = set"; then
4577 echo $ac_n "(cached) $ac_c" 1>&6
4579 if test "$cross_compiling" = yes; then
4580 wine_cv_libc_r__errno_location=yes
4582 cat > conftest.$ac_ext <<EOF
4583 #line 4584 "configure"
4584 #include "confdefs.h"
4587 int *__errno_location(){return &myerrno;}
4588 main(){connect(0,buf,255); exit(!myerrno);}
4590 if { (eval echo configure:4591: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4592 wine_cv_libc_r__errno_location=yes
4594 echo "configure: failed program was:" >&5
4595 cat conftest.$ac_ext >&5
4597 wine_cv_libc_r__errno_location=no
4605 echo "$ac_t""$wine_cv_libc_r__errno_location" 1>&6
4606 if test "$wine_cv_libc_r__errno_location" = "yes"
4608 cat >> confdefs.h <<\EOF
4609 #define HAVE__ERRNO_LOCATION 1
4612 wine_cv_libc_reentrant=__errno_location
4614 echo $ac_n "checking "for reentrant libc: __error"""... $ac_c" 1>&6
4615 echo "configure:4616: checking "for reentrant libc: __error"" >&5
4616 if eval "test \"`echo '$''{'wine_cv_libc_r__error'+set}'`\" = set"; then
4617 echo $ac_n "(cached) $ac_c" 1>&6
4619 if test "$cross_compiling" = yes; then
4620 wine_cv_libc_r__error=yes
4622 cat > conftest.$ac_ext <<EOF
4623 #line 4624 "configure"
4624 #include "confdefs.h"
4627 int *__error(){return &myerrno;}
4628 main(){connect(0,buf,255); exit(!myerrno);}
4630 if { (eval echo configure:4631: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4632 wine_cv_libc_r__error=yes
4634 echo "configure: failed program was:" >&5
4635 cat conftest.$ac_ext >&5
4637 wine_cv_libc_r__error=no
4645 echo "$ac_t""$wine_cv_libc_r__error" 1>&6
4646 if test "$wine_cv_libc_r__error" = "yes"
4648 cat >> confdefs.h <<\EOF
4649 #define HAVE__ERROR 1
4652 wine_cv_libc_reentrant=__error
4654 echo $ac_n "checking "for reentrant libc: ___errno"""... $ac_c" 1>&6
4655 echo "configure:4656: checking "for reentrant libc: ___errno"" >&5
4656 if eval "test \"`echo '$''{'wine_cv_libc_r___errno'+set}'`\" = set"; then
4657 echo $ac_n "(cached) $ac_c" 1>&6
4659 if test "$cross_compiling" = yes; then
4660 wine_cv_libc_r___errno=yes
4662 cat > conftest.$ac_ext <<EOF
4663 #line 4664 "configure"
4664 #include "confdefs.h"
4667 int *___errno(){return &myerrno;}
4668 main(){connect(0,buf,255); exit(!myerrno);}
4670 if { (eval echo configure:4671: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4672 wine_cv_libc_r___errno=yes
4674 echo "configure: failed program was:" >&5
4675 cat conftest.$ac_ext >&5
4677 wine_cv_libc_r___errno=no
4685 echo "$ac_t""$wine_cv_libc_r___errno" 1>&6
4686 if test "$wine_cv_libc_r___errno" = "yes"
4688 cat >> confdefs.h <<\EOF
4689 #define HAVE___ERRNO 1
4692 wine_cv_libc_reentrant=___errno
4694 echo $ac_n "checking "for reentrant libc: __thr_errno"""... $ac_c" 1>&6
4695 echo "configure:4696: checking "for reentrant libc: __thr_errno"" >&5
4696 if eval "test \"`echo '$''{'wine_cv_libc_r__thr_errno'+set}'`\" = set"; then
4697 echo $ac_n "(cached) $ac_c" 1>&6
4699 if test "$cross_compiling" = yes; then
4700 wine_cv_libc_r__thr_errno=yes
4702 cat > conftest.$ac_ext <<EOF
4703 #line 4704 "configure"
4704 #include "confdefs.h"
4707 int *__thr_errno(){return &myerrno;}
4708 main(){connect(0,buf,255); exit(!myerrno);}
4710 if { (eval echo configure:4711: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4712 wine_cv_libc_r__thr_errno=yes
4714 echo "configure: failed program was:" >&5
4715 cat conftest.$ac_ext >&5
4717 wine_cv_libc_r__thr_errno=no
4725 echo "$ac_t""$wine_cv_libc_r__thr_errno" 1>&6
4726 if test "$wine_cv_libc_r__thr_errno" = "yes"
4728 cat >> confdefs.h <<\EOF
4729 #define HAVE__THR_ERRNO 1
4732 wine_cv_libc_reentrant=__thr_errno
4734 if test "$wine_cv_libc_reentrant" = "no"
4736 cat >> confdefs.h <<\EOF
4737 #define NO_REENTRANT_LIBC 1
4743 if test "$have_x" = "yes" -a "$wine_cv_libc_reentrant" != "no"
4745 echo $ac_n "checking "for reentrant X libraries"""... $ac_c" 1>&6
4746 echo "configure:4747: checking "for reentrant X libraries"" >&5
4747 if eval "test \"`echo '$''{'wine_cv_x_reentrant'+set}'`\" = set"; then
4748 echo $ac_n "(cached) $ac_c" 1>&6
4750 if test "x$with_reentrant_x" = "xno"
4752 wine_cv_x_reentrant=no
4755 for dir in "$x_libraries" /usr/lib /usr/local/lib /lib; do
4756 if test -r $dir/libX11.so; then
4757 libX11_check="-D $dir/libX11.so"
4760 if test -r $dir/libX11.a; then
4761 libX11_check="$dir/libX11.a"
4765 if test "$libX11_check" != "none"; then
4766 if nm $libX11_check | grep $wine_cv_libc_reentrant >/dev/null 2>&1
4768 wine_cv_x_reentrant=yes
4770 wine_cv_x_reentrant=no
4773 wine_cv_x_reentrant=unknown
4778 echo "$ac_t""$wine_cv_x_reentrant" 1>&6
4780 wine_cv_x_reentrant=no
4782 if test "$wine_cv_x_reentrant" = "no"
4784 cat >> confdefs.h <<\EOF
4785 #define NO_REENTRANT_X11 1
4791 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
4792 echo "configure:4793: checking whether byte ordering is bigendian" >&5
4793 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
4794 echo $ac_n "(cached) $ac_c" 1>&6
4796 ac_cv_c_bigendian=unknown
4797 # See if sys/param.h defines the BYTE_ORDER macro.
4798 cat > conftest.$ac_ext <<EOF
4799 #line 4800 "configure"
4800 #include "confdefs.h"
4801 #include <sys/types.h>
4802 #include <sys/param.h>
4805 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
4810 if { (eval echo configure:4811: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4812 # It does; now see whether it defined to BIG_ENDIAN or not.
4813 cat > conftest.$ac_ext <<EOF
4814 #line 4815 "configure"
4815 #include "confdefs.h"
4816 #include <sys/types.h>
4817 #include <sys/param.h>
4820 #if BYTE_ORDER != BIG_ENDIAN
4825 if { (eval echo configure:4826: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4827 ac_cv_c_bigendian=yes
4829 echo "configure: failed program was:" >&5
4830 cat conftest.$ac_ext >&5
4832 ac_cv_c_bigendian=no
4836 echo "configure: failed program was:" >&5
4837 cat conftest.$ac_ext >&5
4840 if test $ac_cv_c_bigendian = unknown; then
4841 if test "$cross_compiling" = yes; then
4842 { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
4844 cat > conftest.$ac_ext <<EOF
4845 #line 4846 "configure"
4846 #include "confdefs.h"
4848 /* Are we little or big endian? From Harbison&Steele. */
4852 char c[sizeof (long)];
4855 exit (u.c[sizeof (long) - 1] == 1);
4858 if { (eval echo configure:4859: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4860 ac_cv_c_bigendian=no
4862 echo "configure: failed program was:" >&5
4863 cat conftest.$ac_ext >&5
4865 ac_cv_c_bigendian=yes
4873 echo "$ac_t""$ac_cv_c_bigendian" 1>&6
4874 if test $ac_cv_c_bigendian = yes; then
4875 cat >> confdefs.h <<\EOF
4876 #define WORDS_BIGENDIAN 1
4883 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
4884 # for constant arguments. Useless!
4885 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
4886 echo "configure:4887: checking for working alloca.h" >&5
4887 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
4888 echo $ac_n "(cached) $ac_c" 1>&6
4890 cat > conftest.$ac_ext <<EOF
4891 #line 4892 "configure"
4892 #include "confdefs.h"
4895 void *p = alloca(2 * sizeof(int));
4898 if { (eval echo configure:4899: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4900 ac_cv_header_alloca_h=yes
4902 echo "configure: failed program was:" >&5
4903 cat conftest.$ac_ext >&5
4905 ac_cv_header_alloca_h=no
4910 echo "$ac_t""$ac_cv_header_alloca_h" 1>&6
4911 if test $ac_cv_header_alloca_h = yes; then
4912 cat >> confdefs.h <<\EOF
4913 #define HAVE_ALLOCA_H 1
4918 echo $ac_n "checking for alloca""... $ac_c" 1>&6
4919 echo "configure:4920: checking for alloca" >&5
4920 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
4921 echo $ac_n "(cached) $ac_c" 1>&6
4923 cat > conftest.$ac_ext <<EOF
4924 #line 4925 "configure"
4925 #include "confdefs.h"
4928 # define alloca __builtin_alloca
4931 # include <malloc.h>
4932 # define alloca _alloca
4935 # include <alloca.h>
4940 # ifndef alloca /* predefined by HP cc +Olibcalls */
4949 char *p = (char *) alloca(1);
4952 if { (eval echo configure:4953: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4954 ac_cv_func_alloca_works=yes
4956 echo "configure: failed program was:" >&5
4957 cat conftest.$ac_ext >&5
4959 ac_cv_func_alloca_works=no
4964 echo "$ac_t""$ac_cv_func_alloca_works" 1>&6
4965 if test $ac_cv_func_alloca_works = yes; then
4966 cat >> confdefs.h <<\EOF
4967 #define HAVE_ALLOCA 1
4972 if test $ac_cv_func_alloca_works = no; then
4973 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
4974 # that cause trouble. Some versions do not even contain alloca or
4975 # contain a buggy version. If you still want to use their alloca,
4976 # use ar to extract alloca.o from them instead of compiling alloca.c.
4977 ALLOCA=alloca.${ac_objext}
4978 cat >> confdefs.h <<\EOF
4983 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
4984 echo "configure:4985: checking whether alloca needs Cray hooks" >&5
4985 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
4986 echo $ac_n "(cached) $ac_c" 1>&6
4988 cat > conftest.$ac_ext <<EOF
4989 #line 4990 "configure"
4990 #include "confdefs.h"
4991 #if defined(CRAY) && ! defined(CRAY2)
4998 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4999 egrep "webecray" >/dev/null 2>&1; then
5010 echo "$ac_t""$ac_cv_os_cray" 1>&6
5011 if test $ac_cv_os_cray = yes; then
5012 for ac_func in _getb67 GETB67 getb67; do
5013 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5014 echo "configure:5015: checking for $ac_func" >&5
5015 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5016 echo $ac_n "(cached) $ac_c" 1>&6
5018 cat > conftest.$ac_ext <<EOF
5019 #line 5020 "configure"
5020 #include "confdefs.h"
5021 /* System header to define __stub macros and hopefully few prototypes,
5022 which can conflict with char $ac_func(); below. */
5024 /* Override any gcc2 internal prototype to avoid an error. */
5025 /* We use char because int might match the return type of a gcc2
5026 builtin and then its argument prototype would still apply. */
5031 /* The GNU C library defines this for functions which it implements
5032 to always fail with ENOSYS. Some functions are actually named
5033 something starting with __ and the normal name is an alias. */
5034 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5042 if { (eval echo configure:5043: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5044 eval "ac_cv_func_$ac_func=yes"
5046 echo "configure: failed program was:" >&5
5047 cat conftest.$ac_ext >&5
5049 eval "ac_cv_func_$ac_func=no"
5054 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5055 echo "$ac_t""yes" 1>&6
5056 cat >> confdefs.h <<EOF
5057 #define CRAY_STACKSEG_END $ac_func
5062 echo "$ac_t""no" 1>&6
5068 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
5069 echo "configure:5070: checking stack direction for C alloca" >&5
5070 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
5071 echo $ac_n "(cached) $ac_c" 1>&6
5073 if test "$cross_compiling" = yes; then
5074 ac_cv_c_stack_direction=0
5076 cat > conftest.$ac_ext <<EOF
5077 #line 5078 "configure"
5078 #include "confdefs.h"
5079 find_stack_direction ()
5081 static char *addr = 0;
5086 return find_stack_direction ();
5089 return (&dummy > addr) ? 1 : -1;
5093 exit (find_stack_direction() < 0);
5096 if { (eval echo configure:5097: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5098 ac_cv_c_stack_direction=1
5100 echo "configure: failed program was:" >&5
5101 cat conftest.$ac_ext >&5
5103 ac_cv_c_stack_direction=-1
5110 echo "$ac_t""$ac_cv_c_stack_direction" 1>&6
5111 cat >> confdefs.h <<EOF
5112 #define STACK_DIRECTION $ac_cv_c_stack_direction
5146 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5147 echo "configure:5148: checking for $ac_func" >&5
5148 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5149 echo $ac_n "(cached) $ac_c" 1>&6
5151 cat > conftest.$ac_ext <<EOF
5152 #line 5153 "configure"
5153 #include "confdefs.h"
5154 /* System header to define __stub macros and hopefully few prototypes,
5155 which can conflict with char $ac_func(); below. */
5157 /* Override any gcc2 internal prototype to avoid an error. */
5158 /* We use char because int might match the return type of a gcc2
5159 builtin and then its argument prototype would still apply. */
5164 /* The GNU C library defines this for functions which it implements
5165 to always fail with ENOSYS. Some functions are actually named
5166 something starting with __ and the normal name is an alias. */
5167 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5175 if { (eval echo configure:5176: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5177 eval "ac_cv_func_$ac_func=yes"
5179 echo "configure: failed program was:" >&5
5180 cat conftest.$ac_ext >&5
5182 eval "ac_cv_func_$ac_func=no"
5187 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5188 echo "$ac_t""yes" 1>&6
5189 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5190 cat >> confdefs.h <<EOF
5191 #define $ac_tr_func 1
5195 echo "$ac_t""no" 1>&6
5250 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5251 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5252 echo "configure:5253: checking for $ac_hdr" >&5
5253 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5254 echo $ac_n "(cached) $ac_c" 1>&6
5256 cat > conftest.$ac_ext <<EOF
5257 #line 5258 "configure"
5258 #include "confdefs.h"
5261 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5262 { (eval echo configure:5263: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5263 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5264 if test -z "$ac_err"; then
5266 eval "ac_cv_header_$ac_safe=yes"
5269 echo "configure: failed program was:" >&5
5270 cat conftest.$ac_ext >&5
5272 eval "ac_cv_header_$ac_safe=no"
5276 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5277 echo "$ac_t""yes" 1>&6
5278 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5279 cat >> confdefs.h <<EOF
5280 #define $ac_tr_hdr 1
5284 echo "$ac_t""no" 1>&6
5288 echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6
5289 echo "configure:5290: checking whether stat file-mode macros are broken" >&5
5290 if eval "test \"`echo '$''{'ac_cv_header_stat_broken'+set}'`\" = set"; then
5291 echo $ac_n "(cached) $ac_c" 1>&6
5293 cat > conftest.$ac_ext <<EOF
5294 #line 5295 "configure"
5295 #include "confdefs.h"
5296 #include <sys/types.h>
5297 #include <sys/stat.h>
5299 #if defined(S_ISBLK) && defined(S_IFDIR)
5300 # if S_ISBLK (S_IFDIR)
5305 #if defined(S_ISBLK) && defined(S_IFCHR)
5306 # if S_ISBLK (S_IFCHR)
5311 #if defined(S_ISLNK) && defined(S_IFREG)
5312 # if S_ISLNK (S_IFREG)
5317 #if defined(S_ISSOCK) && defined(S_IFREG)
5318 # if S_ISSOCK (S_IFREG)
5324 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5325 egrep "You lose" >/dev/null 2>&1; then
5327 ac_cv_header_stat_broken=yes
5330 ac_cv_header_stat_broken=no
5336 echo "$ac_t""$ac_cv_header_stat_broken" 1>&6
5337 if test $ac_cv_header_stat_broken = yes; then
5338 cat >> confdefs.h <<\EOF
5339 #define STAT_MACROS_BROKEN 1
5346 echo $ac_n "checking for working const""... $ac_c" 1>&6
5347 echo "configure:5348: checking for working const" >&5
5348 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
5349 echo $ac_n "(cached) $ac_c" 1>&6
5351 cat > conftest.$ac_ext <<EOF
5352 #line 5353 "configure"
5353 #include "confdefs.h"
5357 /* Ultrix mips cc rejects this. */
5358 typedef int charset[2]; const charset x = {0,0};
5359 /* SunOS 4.1.1 cc rejects this. */
5360 char const *const *ccp;
5362 /* NEC SVR4.0.2 mips cc rejects this. */
5363 struct point {int x, y;};
5364 static struct point const zero = {0,0};
5365 /* AIX XL C 1.02.0.0 rejects this.
5366 It does not let you subtract one const X* pointer from another in an arm
5367 of an if-expression whose if-part is not a constant expression */
5368 const char *g = "string";
5369 ccp = &g + (g ? g-g : 0);
5370 /* HPUX 7.0 cc rejects these. */
5373 ccp = (char const *const *) p;
5374 { /* SCO 3.2v4 cc rejects this. */
5376 char const *s = 0 ? (char *) 0 : (char const *) 0;
5380 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
5382 const int *foo = &x[0];
5385 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
5386 typedef const int *iptr;
5390 { /* AIX XL C 1.02.0.0 rejects this saying
5391 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
5392 struct s { int j; const int *ap[3]; };
5393 struct s *b; b->j = 5;
5395 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
5401 if { (eval echo configure:5402: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5405 echo "configure: failed program was:" >&5
5406 cat conftest.$ac_ext >&5
5413 echo "$ac_t""$ac_cv_c_const" 1>&6
5414 if test $ac_cv_c_const = no; then
5415 cat >> confdefs.h <<\EOF
5421 echo $ac_n "checking for inline""... $ac_c" 1>&6
5422 echo "configure:5423: checking for inline" >&5
5423 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
5424 echo $ac_n "(cached) $ac_c" 1>&6
5427 for ac_kw in inline __inline__ __inline; do
5428 cat > conftest.$ac_ext <<EOF
5429 #line 5430 "configure"
5430 #include "confdefs.h"
5433 } int $ac_kw foo() {
5436 if { (eval echo configure:5437: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5438 ac_cv_c_inline=$ac_kw; break
5440 echo "configure: failed program was:" >&5
5441 cat conftest.$ac_ext >&5
5448 echo "$ac_t""$ac_cv_c_inline" 1>&6
5449 case "$ac_cv_c_inline" in
5451 no) cat >> confdefs.h <<\EOF
5455 *) cat >> confdefs.h <<EOF
5456 #define inline $ac_cv_c_inline
5461 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
5462 echo "configure:5463: checking for ANSI C header files" >&5
5463 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
5464 echo $ac_n "(cached) $ac_c" 1>&6
5466 cat > conftest.$ac_ext <<EOF
5467 #line 5468 "configure"
5468 #include "confdefs.h"
5474 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5475 { (eval echo configure:5476: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5476 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5477 if test -z "$ac_err"; then
5479 ac_cv_header_stdc=yes
5482 echo "configure: failed program was:" >&5
5483 cat conftest.$ac_ext >&5
5485 ac_cv_header_stdc=no
5489 if test $ac_cv_header_stdc = yes; then
5490 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5491 cat > conftest.$ac_ext <<EOF
5492 #line 5493 "configure"
5493 #include "confdefs.h"
5496 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5497 egrep "memchr" >/dev/null 2>&1; then
5501 ac_cv_header_stdc=no
5507 if test $ac_cv_header_stdc = yes; then
5508 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5509 cat > conftest.$ac_ext <<EOF
5510 #line 5511 "configure"
5511 #include "confdefs.h"
5514 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5515 egrep "free" >/dev/null 2>&1; then
5519 ac_cv_header_stdc=no
5525 if test $ac_cv_header_stdc = yes; then
5526 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5527 if test "$cross_compiling" = yes; then
5530 cat > conftest.$ac_ext <<EOF
5531 #line 5532 "configure"
5532 #include "confdefs.h"
5534 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5535 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5536 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5537 int main () { int i; for (i = 0; i < 256; i++)
5538 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
5542 if { (eval echo configure:5543: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5546 echo "configure: failed program was:" >&5
5547 cat conftest.$ac_ext >&5
5549 ac_cv_header_stdc=no
5557 echo "$ac_t""$ac_cv_header_stdc" 1>&6
5558 if test $ac_cv_header_stdc = yes; then
5559 cat >> confdefs.h <<\EOF
5560 #define STDC_HEADERS 1
5565 echo $ac_n "checking for size_t""... $ac_c" 1>&6
5566 echo "configure:5567: checking for size_t" >&5
5567 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
5568 echo $ac_n "(cached) $ac_c" 1>&6
5570 cat > conftest.$ac_ext <<EOF
5571 #line 5572 "configure"
5572 #include "confdefs.h"
5573 #include <sys/types.h>
5579 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5580 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
5582 ac_cv_type_size_t=yes
5585 ac_cv_type_size_t=no
5590 echo "$ac_t""$ac_cv_type_size_t" 1>&6
5591 if test $ac_cv_type_size_t = no; then
5592 cat >> confdefs.h <<\EOF
5593 #define size_t unsigned
5598 echo $ac_n "checking size of long long""... $ac_c" 1>&6
5599 echo "configure:5600: checking size of long long" >&5
5600 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
5601 echo $ac_n "(cached) $ac_c" 1>&6
5603 if test "$cross_compiling" = yes; then
5604 ac_cv_sizeof_long_long=0
5606 cat > conftest.$ac_ext <<EOF
5607 #line 5608 "configure"
5608 #include "confdefs.h"
5612 FILE *f=fopen("conftestval", "w");
5614 fprintf(f, "%d\n", sizeof(long long));
5618 if { (eval echo configure:5619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5620 ac_cv_sizeof_long_long=`cat conftestval`
5622 echo "configure: failed program was:" >&5
5623 cat conftest.$ac_ext >&5
5625 ac_cv_sizeof_long_long=0
5631 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
5632 cat >> confdefs.h <<EOF
5633 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
5638 if test "$ac_cv_header_linux_joystick_h" = "yes"
5640 echo $ac_n "checking "whether linux/joystick.h uses the Linux 2.2+ API"""... $ac_c" 1>&6
5641 echo "configure:5642: checking "whether linux/joystick.h uses the Linux 2.2+ API"" >&5
5642 if eval "test \"`echo '$''{'wine_cv_linux_joystick_22_api'+set}'`\" = set"; then
5643 echo $ac_n "(cached) $ac_c" 1>&6
5645 cat > conftest.$ac_ext <<EOF
5646 #line 5647 "configure"
5647 #include "confdefs.h"
5649 #include <sys/ioctl.h>
5650 #include <linux/joystick.h>
5652 struct js_event blub;
5653 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
5654 #error "no 2.2 header"
5661 if { (eval echo configure:5662: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5663 wine_cv_linux_joystick_22_api=yes
5665 echo "configure: failed program was:" >&5
5666 cat conftest.$ac_ext >&5
5668 wine_cv_linux_joystick_22_api=no
5674 echo "$ac_t""$wine_cv_linux_joystick_22_api" 1>&6
5675 if test "$wine_cv_linux_joystick_22_api" = "yes"
5677 cat >> confdefs.h <<\EOF
5678 #define HAVE_LINUX_22_JOYSTICK_API 1
5685 if test "$ac_cv_header_sys_vfs_h" = "yes"
5687 echo $ac_n "checking "whether sys/vfs.h defines statfs"""... $ac_c" 1>&6
5688 echo "configure:5689: checking "whether sys/vfs.h defines statfs"" >&5
5689 if eval "test \"`echo '$''{'wine_cv_sys_vfs_has_statfs'+set}'`\" = set"; then
5690 echo $ac_n "(cached) $ac_c" 1>&6
5692 cat > conftest.$ac_ext <<EOF
5693 #line 5694 "configure"
5694 #include "confdefs.h"
5696 #include <sys/types.h>
5697 #ifdef HAVE_SYS_PARAM_H
5698 # include <sys/param.h>
5700 #include <sys/vfs.h>
5706 memset(&stfs,0,sizeof(stfs));
5710 if { (eval echo configure:5711: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5712 wine_cv_sys_vfs_has_statfs=yes
5714 echo "configure: failed program was:" >&5
5715 cat conftest.$ac_ext >&5
5717 wine_cv_sys_vfs_has_statfs=no
5724 echo "$ac_t""$wine_cv_sys_vfs_has_statfs" 1>&6
5725 if test "$wine_cv_sys_vfs_has_statfs" = "yes"
5727 cat >> confdefs.h <<\EOF
5728 #define STATFS_DEFINED_BY_SYS_VFS 1
5734 if test "$ac_cv_header_sys_statfs_h" = "yes"
5736 echo $ac_n "checking "whether sys/statfs.h defines statfs"""... $ac_c" 1>&6
5737 echo "configure:5738: checking "whether sys/statfs.h defines statfs"" >&5
5738 if eval "test \"`echo '$''{'wine_cv_sys_statfs_has_statfs'+set}'`\" = set"; then
5739 echo $ac_n "(cached) $ac_c" 1>&6
5741 cat > conftest.$ac_ext <<EOF
5742 #line 5743 "configure"
5743 #include "confdefs.h"
5745 #include <sys/types.h>
5746 #ifdef HAVE_SYS_PARAM_H
5747 # include <sys/param.h>
5749 #include <sys/statfs.h>
5757 if { (eval echo configure:5758: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5759 wine_cv_sys_statfs_has_statfs=yes
5761 echo "configure: failed program was:" >&5
5762 cat conftest.$ac_ext >&5
5764 wine_cv_sys_statfs_has_statfs=no
5771 echo "$ac_t""$wine_cv_sys_statfs_has_statfs" 1>&6
5772 if test "$wine_cv_sys_statfs_has_statfs" = "yes"
5774 cat >> confdefs.h <<\EOF
5775 #define STATFS_DEFINED_BY_SYS_STATFS 1
5781 if test "$ac_cv_header_sys_mount_h" = "yes"
5783 echo $ac_n "checking "whether sys/mount.h defines statfs"""... $ac_c" 1>&6
5784 echo "configure:5785: checking "whether sys/mount.h defines statfs"" >&5
5785 if eval "test \"`echo '$''{'wine_cv_sys_mount_has_statfs'+set}'`\" = set"; then
5786 echo $ac_n "(cached) $ac_c" 1>&6
5788 cat > conftest.$ac_ext <<EOF
5789 #line 5790 "configure"
5790 #include "confdefs.h"
5792 #include <sys/types.h>
5793 #ifdef HAVE_SYS_PARAM_H
5794 # include <sys/param.h>
5796 #include <sys/mount.h>
5804 if { (eval echo configure:5805: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5806 wine_cv_sys_mount_has_statfs=yes
5808 echo "configure: failed program was:" >&5
5809 cat conftest.$ac_ext >&5
5811 wine_cv_sys_mount_has_statfs=no
5818 echo "$ac_t""$wine_cv_sys_mount_has_statfs" 1>&6
5819 if test "$wine_cv_sys_mount_has_statfs" = "yes"
5821 cat >> confdefs.h <<\EOF
5822 #define STATFS_DEFINED_BY_SYS_MOUNT 1
5829 echo $ac_n "checking "for statfs.f_bfree"""... $ac_c" 1>&6
5830 echo "configure:5831: checking "for statfs.f_bfree"" >&5
5831 if eval "test \"`echo '$''{'wine_cv_statfs_bfree'+set}'`\" = set"; then
5832 echo $ac_n "(cached) $ac_c" 1>&6
5834 if test "x$statfs_bfree" = "xno"
5836 wine_cv_statfs_bfree=no
5838 cat > conftest.$ac_ext <<EOF
5839 #line 5840 "configure"
5840 #include "confdefs.h"
5842 #include <sys/types.h>
5843 #ifdef HAVE_SYS_PARAM_H
5844 # include <sys/param.h>
5846 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
5847 # include <sys/mount.h>
5849 # ifdef STATFS_DEFINED_BY_SYS_VFS
5850 # include <sys/vfs.h>
5852 # ifdef STATFS_DEFINED_BY_SYS_STATFS
5853 # include <sys/statfs.h>
5866 if { (eval echo configure:5867: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5868 wine_cv_statfs_bfree=yes
5870 echo "configure: failed program was:" >&5
5871 cat conftest.$ac_ext >&5
5873 wine_cv_statfs_bfree=no
5880 echo "$ac_t""$wine_cv_statfs_bfree" 1>&6
5881 if test "$wine_cv_statfs_bfree" = "yes"
5883 cat >> confdefs.h <<\EOF
5884 #define STATFS_HAS_BFREE 1
5889 echo $ac_n "checking "for statfs.f_bavail"""... $ac_c" 1>&6
5890 echo "configure:5891: checking "for statfs.f_bavail"" >&5
5891 if eval "test \"`echo '$''{'wine_cv_statfs_bavail'+set}'`\" = set"; then
5892 echo $ac_n "(cached) $ac_c" 1>&6
5894 if test "x$statfs_bavail" = "xno"
5896 wine_cv_statfs_bavail=no
5898 cat > conftest.$ac_ext <<EOF
5899 #line 5900 "configure"
5900 #include "confdefs.h"
5902 #include <sys/types.h>
5903 #ifdef HAVE_SYS_PARAM_H
5904 # include <sys/param.h>
5906 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
5907 # include <sys/mount.h>
5909 # ifdef STATFS_DEFINED_BY_SYS_VFS
5910 # include <sys/vfs.h>
5912 # ifdef STATFS_DEFINED_BY_SYS_STATFS
5913 # include <sys/statfs.h>
5926 if { (eval echo configure:5927: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5928 wine_cv_statfs_bavail=yes
5930 echo "configure: failed program was:" >&5
5931 cat conftest.$ac_ext >&5
5933 wine_cv_statfs_bavail=no
5940 echo "$ac_t""$wine_cv_statfs_bavail" 1>&6
5941 if test "$wine_cv_statfs_bavail" = "yes"
5943 cat >> confdefs.h <<\EOF
5944 #define STATFS_HAS_BAVAIL 1
5950 echo $ac_n "checking "for msg_accrights in struct msghdr"""... $ac_c" 1>&6
5951 echo "configure:5952: checking "for msg_accrights in struct msghdr"" >&5
5952 if eval "test \"`echo '$''{'ac_cv_c_msg_accrights'+set}'`\" = set"; then
5953 echo $ac_n "(cached) $ac_c" 1>&6
5955 cat > conftest.$ac_ext <<EOF
5956 #line 5957 "configure"
5957 #include "confdefs.h"
5958 #include <sys/types.h>
5959 #include <sys/socket.h>
5961 struct msghdr hdr; hdr.msg_accrights=0
5964 if { (eval echo configure:5965: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5966 ac_cv_c_msg_accrights="yes"
5968 echo "configure: failed program was:" >&5
5969 cat conftest.$ac_ext >&5
5971 ac_cv_c_msg_accrights="no"
5976 echo "$ac_t""$ac_cv_c_msg_accrights" 1>&6
5977 if test "$ac_cv_c_msg_accrights" = "yes"
5979 cat >> confdefs.h <<\EOF
5980 #define HAVE_MSGHDR_ACCRIGHTS 1
5986 echo $ac_n "checking "for sun_len in struct sockaddr_un"""... $ac_c" 1>&6
5987 echo "configure:5988: checking "for sun_len in struct sockaddr_un"" >&5
5988 if eval "test \"`echo '$''{'ac_cv_c_sun_len'+set}'`\" = set"; then
5989 echo $ac_n "(cached) $ac_c" 1>&6
5991 cat > conftest.$ac_ext <<EOF
5992 #line 5993 "configure"
5993 #include "confdefs.h"
5994 #include <sys/types.h>
5995 #include <sys/socket.h>
5998 static struct sockaddr_un addr; addr.sun_len = 1
6001 if { (eval echo configure:6002: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6003 ac_cv_c_sun_len="yes"
6005 echo "configure: failed program was:" >&5
6006 cat conftest.$ac_ext >&5
6008 ac_cv_c_sun_len="no"
6013 echo "$ac_t""$ac_cv_c_sun_len" 1>&6
6014 if test "$ac_cv_c_sun_len" = "yes"
6016 cat >> confdefs.h <<\EOF
6017 #define HAVE_SOCKADDR_SUN_LEN 1
6023 echo $ac_n "checking "whether we need to define __i386__"""... $ac_c" 1>&6
6024 echo "configure:6025: checking "whether we need to define __i386__"" >&5
6025 if eval "test \"`echo '$''{'ac_cv_cpp_def_i386'+set}'`\" = set"; then
6026 echo $ac_n "(cached) $ac_c" 1>&6
6028 cat > conftest.$ac_ext <<EOF
6029 #line 6030 "configure"
6030 #include "confdefs.h"
6031 #if (defined(i386) || defined(__i386)) && !defined(__i386__)
6035 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6036 egrep "yes" >/dev/null 2>&1; then
6038 ac_cv_cpp_def_i386="yes"
6041 ac_cv_cpp_def_i386="no"
6047 echo "$ac_t""$ac_cv_cpp_def_i386" 1>&6
6048 if test "$ac_cv_cpp_def_i386" = "yes"
6050 CFLAGS="$CFLAGS -D__i386__"
6051 LINTFLAGS="$LINTFLAGS -D__i386__"
6055 if test "$GCC" = "yes"
6057 GCC_NO_BUILTIN="-fno-builtin"
6064 MAKE_RULES=Make.rules
6067 MAKE_DLL_RULES=dlls/Makedll.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 "
6179 dlls/advapi32/Makefile
6180 dlls/avifil32/Makefile
6181 dlls/comctl32/Makefile
6182 dlls/commdlg/Makefile
6183 dlls/crtdll/Makefile
6184 dlls/dciman32/Makefile
6186 dlls/dinput/Makefile
6187 dlls/display/Makefile
6188 dlls/dplayx/Makefile
6189 dlls/dsound/Makefile
6192 dlls/imagehlp/Makefile
6194 dlls/lzexpand/Makefile
6198 dlls/msacm32/Makefile
6199 dlls/msnet32/Makefile
6200 dlls/msvideo/Makefile
6202 dlls/odbc32/Makefile
6204 dlls/oleaut32/Makefile
6205 dlls/olecli/Makefile
6206 dlls/oledlg/Makefile
6207 dlls/olepro32/Makefile
6208 dlls/olesvr/Makefile
6210 dlls/rasapi32/Makefile
6211 dlls/setupx/Makefile
6212 dlls/shell32/Makefile
6214 dlls/stress/Makefile
6215 dlls/tapi32/Makefile
6216 dlls/ttydrv/Makefile
6217 dlls/urlmon/Makefile
6219 dlls/version/Makefile
6220 dlls/win32s/Makefile
6221 dlls/win87em/Makefile
6222 dlls/winaspi/Makefile
6223 dlls/windebug/Makefile
6225 dlls/wininet/Makefile
6227 dlls/winmm/joystick/Makefile
6228 dlls/winmm/mcianim/Makefile
6229 dlls/winmm/mciavi/Makefile
6230 dlls/winmm/mcicda/Makefile
6231 dlls/winmm/mciseq/Makefile
6232 dlls/winmm/mciwave/Makefile
6233 dlls/winmm/midimap/Makefile
6234 dlls/winmm/wavemap/Makefile
6235 dlls/winmm/wineoss/Makefile
6236 dlls/winsock/Makefile
6237 dlls/winspool/Makefile
6238 dlls/ttydrv/Makefile
6239 dlls/x11drv/Makefile
6240 documentation/Makefile
6241 documentation/wine.conf.man
6242 documentation/wine.man
6245 graphics/enhmetafiledrv/Makefile
6246 graphics/metafiledrv/Makefile
6247 graphics/psdrv/Makefile
6248 graphics/ttydrv/Makefile
6249 graphics/win16drv/Makefile
6250 graphics/x11drv/Makefile
6265 programs/clock/Makefile
6266 programs/cmdlgtst/Makefile
6267 programs/control/Makefile
6268 programs/avitools/Makefile
6269 programs/osversioncheck/Makefile
6270 programs/notepad/Makefile
6271 programs/progman/Makefile
6272 programs/regtest/Makefile
6273 programs/regapi/Makefile
6274 programs/view/Makefile
6275 programs/wcmd/Makefile
6276 programs/winemine/Makefile
6277 programs/winhelp/Makefile
6278 programs/winver/Makefile
6284 tools/cvdump/Makefile
6289 windows/ttydrv/Makefile
6290 windows/x11drv/Makefile include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
6292 cat >> $CONFIG_STATUS <<EOF
6294 # Protect against being on the right side of a sed subst in config.status.
6295 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
6296 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
6300 s%@CFLAGS@%$CFLAGS%g
6301 s%@CPPFLAGS@%$CPPFLAGS%g
6302 s%@CXXFLAGS@%$CXXFLAGS%g
6303 s%@FFLAGS@%$FFLAGS%g
6305 s%@LDFLAGS@%$LDFLAGS%g
6307 s%@exec_prefix@%$exec_prefix%g
6308 s%@prefix@%$prefix%g
6309 s%@program_transform_name@%$program_transform_name%g
6310 s%@bindir@%$bindir%g
6311 s%@sbindir@%$sbindir%g
6312 s%@libexecdir@%$libexecdir%g
6313 s%@datadir@%$datadir%g
6314 s%@sysconfdir@%$sysconfdir%g
6315 s%@sharedstatedir@%$sharedstatedir%g
6316 s%@localstatedir@%$localstatedir%g
6317 s%@libdir@%$libdir%g
6318 s%@includedir@%$includedir%g
6319 s%@oldincludedir@%$oldincludedir%g
6320 s%@infodir@%$infodir%g
6321 s%@mandir@%$mandir%g
6322 s%@PROGEXT@%$PROGEXT%g
6323 s%@EMU_TARGET@%$EMU_TARGET%g
6324 s%@OPTIONS@%$OPTIONS%g
6325 s%@SET_MAKE@%$SET_MAKE%g
6328 s%@X_CFLAGS@%$X_CFLAGS%g
6329 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
6330 s%@X_LIBS@%$X_LIBS%g
6331 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
6334 s%@LEXLIB@%$LEXLIB%g
6335 s%@RANLIB@%$RANLIB%g
6336 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
6337 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
6338 s%@INSTALL_DATA@%$INSTALL_DATA%g
6341 s%@LDCONFIG@%$LDCONFIG%g
6343 s%@LINTFLAGS@%$LINTFLAGS%g
6345 s%@X_SRCS@%$X_SRCS%g
6346 s%@DGA_SRCS@%$DGA_SRCS%g
6347 s%@MESA_SRCS@%$MESA_SRCS%g
6348 s%@DLL_LINK@%$DLL_LINK%g
6349 s%@BUILDFLAGS@%$BUILDFLAGS%g
6350 s%@DLLFLAGS@%$DLLFLAGS%g
6351 s%@LDSHARED@%$LDSHARED%g
6352 s%@LIBEXT@%$LIBEXT%g
6353 s%@ALLOCA@%$ALLOCA%g
6354 s%@GCC_NO_BUILTIN@%$GCC_NO_BUILTIN%g
6355 /@MAKE_RULES@/r $MAKE_RULES
6357 /@MAKE_DLL_RULES@/r $MAKE_DLL_RULES
6358 s%@MAKE_DLL_RULES@%%g
6363 cat >> $CONFIG_STATUS <<\EOF
6365 # Split the substitutions into bite-sized pieces for seds with
6366 # small command number limits, like on Digital OSF/1 and HP-UX.
6367 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
6368 ac_file=1 # Number of current file.
6369 ac_beg=1 # First line for current file.
6370 ac_end=$ac_max_sed_cmds # Line after last line for current file.
6373 while $ac_more_lines; do
6374 if test $ac_beg -gt 1; then
6375 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
6377 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
6379 if test ! -s conftest.s$ac_file; then
6381 rm -f conftest.s$ac_file
6383 if test -z "$ac_sed_cmds"; then
6384 ac_sed_cmds="sed -f conftest.s$ac_file"
6386 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
6388 ac_file=`expr $ac_file + 1`
6390 ac_end=`expr $ac_end + $ac_max_sed_cmds`
6393 if test -z "$ac_sed_cmds"; then
6398 cat >> $CONFIG_STATUS <<EOF
6400 CONFIG_FILES=\${CONFIG_FILES-"Make.rules
6407 dlls/advapi32/Makefile
6408 dlls/avifil32/Makefile
6409 dlls/comctl32/Makefile
6410 dlls/commdlg/Makefile
6411 dlls/crtdll/Makefile
6412 dlls/dciman32/Makefile
6414 dlls/dinput/Makefile
6415 dlls/display/Makefile
6416 dlls/dplayx/Makefile
6417 dlls/dsound/Makefile
6420 dlls/imagehlp/Makefile
6422 dlls/lzexpand/Makefile
6426 dlls/msacm32/Makefile
6427 dlls/msnet32/Makefile
6428 dlls/msvideo/Makefile
6430 dlls/odbc32/Makefile
6432 dlls/oleaut32/Makefile
6433 dlls/olecli/Makefile
6434 dlls/oledlg/Makefile
6435 dlls/olepro32/Makefile
6436 dlls/olesvr/Makefile
6438 dlls/rasapi32/Makefile
6439 dlls/setupx/Makefile
6440 dlls/shell32/Makefile
6442 dlls/stress/Makefile
6443 dlls/tapi32/Makefile
6444 dlls/ttydrv/Makefile
6445 dlls/urlmon/Makefile
6447 dlls/version/Makefile
6448 dlls/win32s/Makefile
6449 dlls/win87em/Makefile
6450 dlls/winaspi/Makefile
6451 dlls/windebug/Makefile
6453 dlls/wininet/Makefile
6455 dlls/winmm/joystick/Makefile
6456 dlls/winmm/mcianim/Makefile
6457 dlls/winmm/mciavi/Makefile
6458 dlls/winmm/mcicda/Makefile
6459 dlls/winmm/mciseq/Makefile
6460 dlls/winmm/mciwave/Makefile
6461 dlls/winmm/midimap/Makefile
6462 dlls/winmm/wavemap/Makefile
6463 dlls/winmm/wineoss/Makefile
6464 dlls/winsock/Makefile
6465 dlls/winspool/Makefile
6466 dlls/ttydrv/Makefile
6467 dlls/x11drv/Makefile
6468 documentation/Makefile
6469 documentation/wine.conf.man
6470 documentation/wine.man
6473 graphics/enhmetafiledrv/Makefile
6474 graphics/metafiledrv/Makefile
6475 graphics/psdrv/Makefile
6476 graphics/ttydrv/Makefile
6477 graphics/win16drv/Makefile
6478 graphics/x11drv/Makefile
6493 programs/clock/Makefile
6494 programs/cmdlgtst/Makefile
6495 programs/control/Makefile
6496 programs/avitools/Makefile
6497 programs/osversioncheck/Makefile
6498 programs/notepad/Makefile
6499 programs/progman/Makefile
6500 programs/regtest/Makefile
6501 programs/regapi/Makefile
6502 programs/view/Makefile
6503 programs/wcmd/Makefile
6504 programs/winemine/Makefile
6505 programs/winhelp/Makefile
6506 programs/winver/Makefile
6512 tools/cvdump/Makefile
6517 windows/ttydrv/Makefile
6518 windows/x11drv/Makefile "}
6520 cat >> $CONFIG_STATUS <<\EOF
6521 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
6522 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
6524 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
6525 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
6526 *) ac_file_in="${ac_file}.in" ;;
6529 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
6531 # Remove last slash and all that follows it. Not all systems have dirname.
6532 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
6533 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
6534 # The file is in a subdirectory.
6535 test ! -d "$ac_dir" && mkdir "$ac_dir"
6536 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
6537 # A "../" for each directory in $ac_dir_suffix.
6538 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
6540 ac_dir_suffix= ac_dots=
6543 case "$ac_given_srcdir" in
6545 if test -z "$ac_dots"; then top_srcdir=.
6546 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
6547 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
6549 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
6550 top_srcdir="$ac_dots$ac_given_srcdir" ;;
6553 case "$ac_given_INSTALL" in
6554 [/$]*) INSTALL="$ac_given_INSTALL" ;;
6555 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
6558 echo creating "$ac_file"
6560 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
6562 *Makefile*) ac_comsub="1i\\
6563 # $configure_input" ;;
6567 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
6569 s%@configure_input@%$configure_input%g
6570 s%@srcdir@%$srcdir%g
6571 s%@top_srcdir@%$top_srcdir%g
6572 s%@INSTALL@%$INSTALL%g
6573 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
6577 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
6578 # NAME is the cpp macro being defined and VALUE is the value it is being given.
6580 # ac_d sets the value in "#define NAME VALUE" lines.
6581 ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
6582 ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
6585 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
6586 ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
6587 ac_uB='\([ ]\)%\1#\2define\3'
6590 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
6591 ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
6592 ac_eB='$%\1#\2define\3'
6596 if test "${CONFIG_HEADERS+set}" != set; then
6598 cat >> $CONFIG_STATUS <<EOF
6599 CONFIG_HEADERS="include/config.h"
6601 cat >> $CONFIG_STATUS <<\EOF
6603 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
6604 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
6606 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
6607 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
6608 *) ac_file_in="${ac_file}.in" ;;
6611 echo creating $ac_file
6613 rm -f conftest.frag conftest.in conftest.out
6614 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
6615 cat $ac_file_inputs > conftest.in
6619 # Transform confdefs.h into a sed script conftest.vals that substitutes
6620 # the proper values into config.h.in to produce config.h. And first:
6621 # Protect against being on the right side of a sed subst in config.status.
6622 # Protect against being in an unquoted here document in config.status.
6624 cat > conftest.hdr <<\EOF
6627 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
6631 sed -n -f conftest.hdr confdefs.h > conftest.vals
6634 # This sed command replaces #undef with comments. This is necessary, for
6635 # example, in the case of _POSIX_SOURCE, which is predefined and required
6636 # on some systems where configure will not decide to define it.
6637 cat >> conftest.vals <<\EOF
6638 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
6641 # Break up conftest.vals because some shells have a limit on
6642 # the size of here documents, and old seds have small limits too.
6647 ac_lines=`grep -c . conftest.vals`
6648 # grep -c gives empty output for an empty file on some AIX systems.
6649 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
6650 # Write a limited-size here document to conftest.frag.
6651 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
6652 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
6654 sed -f conftest.frag conftest.in > conftest.out
6656 mv conftest.out conftest.in
6658 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
6660 mv conftest.tail conftest.vals
6664 cat >> $CONFIG_STATUS <<\EOF
6665 rm -f conftest.frag conftest.h
6666 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
6667 cat conftest.in >> conftest.h
6669 if cmp -s $ac_file conftest.h 2>/dev/null; then
6670 echo "$ac_file is unchanged"
6673 # Remove last slash and all that follows it. Not all systems have dirname.
6674 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
6675 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
6676 # The file is in a subdirectory.
6677 test ! -d "$ac_dir" && mkdir "$ac_dir"
6680 mv conftest.h $ac_file
6685 cat >> $CONFIG_STATUS <<EOF
6689 cat >> $CONFIG_STATUS <<\EOF
6692 dlls/ddraw/d3ddevice \
6693 dlls/ddraw/dclipper \
6695 dlls/ddraw/direct3d \
6696 dlls/ddraw/dpalette \
6697 dlls/ddraw/dsurface \
6699 for i in $extra_subdirs; do [ -d $i ] || (echo "creating $i" && mkdir $i); done
6703 chmod +x $CONFIG_STATUS
6704 rm -fr confdefs* $ac_clean_files
6705 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
6708 if test "$have_x" = "no"
6711 echo "*** Warning: X development files not found. Wine will be built without"
6712 echo "*** X support, which currently does not work, and would probably not be"
6713 echo "*** what you want anyway. You will need to install devel packages of"
6714 echo "*** Xlib/Xfree86 and Xpm at the very least."
6715 elif test "$ac_cv_lib_Xpm_XpmCreatePixmapFromData" = "no"
6718 echo "*** Warning: Xpm development files not found. Wine will be built without"
6719 echo "*** Xpm support, which currently does not work. You will need to install"
6720 echo "*** devel packages of Xpm."
6723 if test "$ac_cv_lib_ncurses_resizeterm" = "no" -a "$ac_cv_lib_ncurses_waddch" = "yes"
6726 echo "*** Warning: resizeterm not found in ncurses. Wine will be built without"
6727 echo "*** terminal resize support. Consider upgrading ncurses."
6730 if test "$wine_cv_libc_reentrant" = "no"
6733 echo "*** Warning: non-reentrant libc detected. Wine will be build without"
6734 echo "*** thread support. Consider upgrading libc to a more recent"
6735 echo "*** reentrant version of libc."
6738 if test "$wine_cv_mesa_version_OK" = "no"
6741 echo "*** Warning: old Mesa headers detected. Wine will be built without Direct3D"
6742 echo "*** support. Consider upgrading your Mesa libraries (http://www.mesa3d.org/)."
6745 if test "$wine_cv_mesa_version_threadsafe" = "yes"
6748 echo "*** Warning: the OpenGL version you have installed relies on libpthread for"
6749 echo "*** thread-safety. To prevent crashes, OpenGL support has been removed"
6750 echo "*** (while we work on a better fix)."
6754 echo "Configure finished. Do 'make depend && make' to compile Wine."