Removed a few inter-dll dependencies.
[wine/multimedia.git] / configure
blob4c4cc18066dd234f0b63b00e6d607edbedb91c42
1 #! /bin/sh
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.
11 # Defaults:
12 ac_help=
13 ac_default_prefix=/usr/local
14 # Any additions from configure.in:
15 ac_help="$ac_help
16 --disable-emulator build only the Wine library, not the emulator"
17 ac_help="$ac_help
18 --disable-dll build static libraries instead of DLLs"
19 ac_help="$ac_help
20 --disable-debug compile out all debugging messages"
21 ac_help="$ac_help
22 --disable-trace compile out TRACE messages"
23 ac_help="$ac_help
24 --without-curses do not use curses"
25 ac_help="$ac_help
26 --without-reentrant-x compile for use with non-reentrant X libraries"
27 ac_help="$ac_help
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.
33 build=NONE
34 cache_file=./config.cache
35 exec_prefix=NONE
36 host=NONE
37 no_create=
38 nonopt=NONE
39 no_recursion=
40 prefix=NONE
41 program_prefix=NONE
42 program_suffix=NONE
43 program_transform_name=s,x,x,
44 silent=
45 site=
46 srcdir=
47 target=NONE
48 verbose=
49 x_includes=NONE
50 x_libraries=NONE
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.
65 subdirs=
66 MFLAGS= MAKEFLAGS=
67 SHELL=${CONFIG_SHELL-/bin/sh}
68 # Maximum number of lines to put in a shell here document.
69 ac_max_here_lines=12
71 ac_prev=
72 for ac_option
75 # If the previous option needs an argument, assign it.
76 if test -n "$ac_prev"; then
77 eval "$ac_prev=\$ac_option"
78 ac_prev=
79 continue
82 case "$ac_option" in
83 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
84 *) ac_optarg= ;;
85 esac
87 # Accept the important Cygnus configure options, so we can diagnose typos.
89 case "$ac_option" in
91 -bindir | --bindir | --bindi | --bind | --bin | --bi)
92 ac_prev=bindir ;;
93 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
94 bindir="$ac_optarg" ;;
96 -build | --build | --buil | --bui | --bu)
97 ac_prev=build ;;
98 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
99 build="$ac_optarg" ;;
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)
109 ac_prev=datadir ;;
110 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
111 | --da=*)
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'`
130 case "$ac_option" in
131 *=*) ;;
132 *) ac_optarg=yes ;;
133 esac
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.
147 with_gas=yes ;;
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.
152 cat << EOF
153 Usage: configure [options] [host]
154 Options: [defaults in brackets after descriptions]
155 Configuration:
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
163 [$ac_default_prefix]
164 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
165 [same as prefix]
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
170 [PREFIX/share]
171 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
172 --sharedstatedir=DIR modifiable architecture-independent data in DIR
173 [PREFIX/com]
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
186 cat << EOF
187 Host type:
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"
202 exit 0 ;;
204 -host | --host | --hos | --ho)
205 ac_prev=host ;;
206 -host=* | --host=* | --hos=* | --ho=*)
207 host="$ac_optarg" ;;
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)
217 ac_prev=infodir ;;
218 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
219 infodir="$ac_optarg" ;;
221 -libdir | --libdir | --libdi | --libd)
222 ac_prev=libdir ;;
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)
243 ac_prev=mandir ;;
244 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
245 mandir="$ac_optarg" ;;
247 -nfp | --nfp | --nf)
248 # Obsolete; use --without-fp.
249 with_fp=no ;;
251 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
252 | --no-cr | --no-c)
253 no_create=yes ;;
255 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
256 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
257 no_recursion=yes ;;
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)
269 ac_prev=prefix ;;
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)
306 silent=yes ;;
308 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
309 ac_prev=sbindir ;;
310 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
311 | --sbi=* | --sb=*)
312 sbindir="$ac_optarg" ;;
314 -sharedstatedir | --sharedstatedir | --sharedstatedi \
315 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
316 | --sharedst | --shareds | --shared | --share | --shar \
317 | --sha | --sh)
318 ac_prev=sharedstatedir ;;
319 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
320 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
321 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
322 | --sha=* | --sh=*)
323 sharedstatedir="$ac_optarg" ;;
325 -site | --site | --sit)
326 ac_prev=site ;;
327 -site=* | --site=* | --sit=*)
328 site="$ac_optarg" ;;
330 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
331 ac_prev=srcdir ;;
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)
343 ac_prev=target ;;
344 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
345 target="$ac_optarg" ;;
347 -v | -verbose | --verbose | --verbos | --verbo | --verb)
348 verbose=yes ;;
350 -version | --version | --versio | --versi | --vers)
351 echo "configure generated by autoconf version 2.13"
352 exit 0 ;;
354 -with-* | --with-*)
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'`
361 case "$ac_option" in
362 *=*) ;;
363 *) ac_optarg=yes ;;
364 esac
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" ;;
376 --x)
377 # Obsolete; use --with-x.
378 with_x=yes ;;
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; }
404 nonopt="$ac_option"
407 esac
408 done
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:
417 # 0 standard input
418 # 1 file creation
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
425 exec 6>/dev/null
426 else
427 exec 6>&1
429 exec 5>./config.log
431 echo "\
432 This file contains any messages produced by compilers while
433 running configure, to aid debugging if configure makes a mistake.
434 " 1>&5
436 # Strip out --no-create and --no-recursion so they do not pile up.
437 # Also quote any args containing shell metacharacters.
438 ac_configure_args=
439 for ac_arg
441 case "$ac_arg" in
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" ;;
449 esac
450 done
452 # NLS nuisances.
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.
465 echo > confdefs.h
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.
475 ac_prog=$0
476 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
477 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
478 srcdir=$ac_confdir
479 if test ! -r $srcdir/$ac_unique_file; then
480 srcdir=..
482 else
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; }
488 else
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"
498 else
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"
505 . "$ac_site_file"
507 done
509 if test -r "$cache_file"; then
510 echo "loading cache $cache_file"
511 . $cache_file
512 else
513 echo "creating cache $cache_file"
514 > $cache_file
517 ac_ext=c
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
524 ac_exeext=
525 ac_objext=o
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
529 ac_n= ac_c='
530 ' ac_t=' '
531 else
532 ac_n=-n ac_c= ac_t=
534 else
535 ac_n= ac_c='\c' ac_t=
540 ac_aux_dir=
541 for ac_dir in tools $srcdir/tools; do
542 if test -f $ac_dir/install-sh; then
543 ac_aux_dir=$ac_dir
544 ac_install_sh="$ac_aux_dir/install-sh -c"
545 break
546 elif test -f $ac_dir/install.sh; then
547 ac_aux_dir=$ac_dir
548 ac_install_sh="$ac_aux_dir/install.sh -c"
549 break
551 done
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=""
565 EMU_TARGET=wine
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.
569 CURSES=yes
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"
617 then
618 cat >> confdefs.h <<\EOF
619 #define NO_DEBUG_MSGS 1
622 cat >> confdefs.h <<\EOF
623 #define NO_TRACE_MSGS 1
626 else
627 if test "$TRACE_MSGS" = "no"
628 then
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
642 else
643 cat > conftestmake <<\EOF
644 all:
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
651 else
652 eval ac_cv_prog_make_${ac_make}_set=no
654 rm -f conftestmake
656 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
657 echo "$ac_t""yes" 1>&6
658 SET_MAKE=
659 else
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
670 else
671 if test -n "$CC"; then
672 ac_cv_prog_CC="$CC" # Let the user override the test.
673 else
674 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
675 ac_dummy="$PATH"
676 for ac_dir in $ac_dummy; do
677 test -z "$ac_dir" && ac_dir=.
678 if test -f $ac_dir/$ac_word; then
679 ac_cv_prog_CC="gcc"
680 break
682 done
683 IFS="$ac_save_ifs"
686 CC="$ac_cv_prog_CC"
687 if test -n "$CC"; then
688 echo "$ac_t""$CC" 1>&6
689 else
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
700 else
701 if test -n "$CC"; then
702 ac_cv_prog_CC="$CC" # Let the user override the test.
703 else
704 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
705 ac_prog_rejected=no
706 ac_dummy="$PATH"
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
711 ac_prog_rejected=yes
712 continue
714 ac_cv_prog_CC="cc"
715 break
717 done
718 IFS="$ac_save_ifs"
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
722 shift
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.
727 shift
728 set dummy "$ac_dir/$ac_word" "$@"
729 shift
730 ac_cv_prog_CC="$@"
735 CC="$ac_cv_prog_CC"
736 if test -n "$CC"; then
737 echo "$ac_t""$CC" 1>&6
738 else
739 echo "$ac_t""no" 1>&6
742 if test -z "$CC"; then
743 case "`uname -s`" in
744 *win32* | *WIN32*)
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
751 else
752 if test -n "$CC"; then
753 ac_cv_prog_CC="$CC" # Let the user override the test.
754 else
755 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
756 ac_dummy="$PATH"
757 for ac_dir in $ac_dummy; do
758 test -z "$ac_dir" && ac_dir=.
759 if test -f $ac_dir/$ac_word; then
760 ac_cv_prog_CC="cl"
761 break
763 done
764 IFS="$ac_save_ifs"
767 CC="$ac_cv_prog_CC"
768 if test -n "$CC"; then
769 echo "$ac_t""$CC" 1>&6
770 else
771 echo "$ac_t""no" 1>&6
774 esac
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
782 ac_ext=c
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"
794 main(){return(0);}
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
801 else
802 ac_cv_prog_cc_cross=yes
804 else
805 echo "configure: failed program was:" >&5
806 cat conftest.$ac_ext >&5
807 ac_cv_prog_cc_works=no
809 rm -fr conftest*
810 ac_ext=c
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
830 else
831 cat > conftest.c <<EOF
832 #ifdef __GNUC__
833 yes;
834 #endif
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
837 ac_cv_prog_gcc=yes
838 else
839 ac_cv_prog_gcc=no
843 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
845 if test $ac_cv_prog_gcc = yes; then
846 GCC=yes
847 else
848 GCC=
851 ac_test_CFLAGS="${CFLAGS+set}"
852 ac_save_CFLAGS="$CFLAGS"
853 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
858 else
859 echo 'void f(){}' > conftest.c
860 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
861 ac_cv_prog_cc_g=yes
862 else
863 ac_cv_prog_cc_g=no
865 rm -f conftest*
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
874 CFLAGS="-g -O2"
875 else
876 CFLAGS="-g"
878 else
879 if test "$GCC" = yes; then
880 CFLAGS="-O2"
881 else
882 CFLAGS=
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
890 CPP=
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
895 else
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.
898 CPP="${CC-cc} -E"
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"
904 #include <assert.h>
905 Syntax Error
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
912 else
913 echo "$ac_err" >&5
914 echo "configure: failed program was:" >&5
915 cat conftest.$ac_ext >&5
916 rm -rf conftest*
917 CPP="${CC-cc} -E -traditional-cpp"
918 cat > conftest.$ac_ext <<EOF
919 #line 920 "configure"
920 #include "confdefs.h"
921 #include <assert.h>
922 Syntax Error
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
929 else
930 echo "$ac_err" >&5
931 echo "configure: failed program was:" >&5
932 cat conftest.$ac_ext >&5
933 rm -rf conftest*
934 CPP="${CC-cc} -nologo -E"
935 cat > conftest.$ac_ext <<EOF
936 #line 937 "configure"
937 #include "confdefs.h"
938 #include <assert.h>
939 Syntax Error
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
946 else
947 echo "$ac_err" >&5
948 echo "configure: failed program was:" >&5
949 cat conftest.$ac_ext >&5
950 rm -rf conftest*
951 CPP=/lib/cpp
953 rm -f conftest*
955 rm -f conftest*
957 rm -f conftest*
958 ac_cv_prog_CPP="$CPP"
960 CPP="$ac_cv_prog_CPP"
961 else
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
975 withval="$with_x"
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.
982 have_x=disabled
983 else
984 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
985 # Both variables are already set.
986 have_x=yes
987 else
988 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
989 echo $ac_n "(cached) $ac_c" 1>&6
990 else
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
993 rm -fr conftestdir
994 if mkdir conftestdir; then
995 cd conftestdir
996 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
997 cat > Imakefile <<'EOF'
998 acfindx:
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
1010 done
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
1015 /usr/include) ;;
1016 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
1017 esac
1018 case "$ac_im_usrlibdir" in
1019 /usr/lib | /lib) ;;
1020 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
1021 esac
1023 cd ..
1024 rm -fr conftestdir
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
1041 rm -rf conftest*
1042 # We can compile using X headers with no special include directory.
1043 ac_x_includes=
1044 else
1045 echo "$ac_err" >&5
1046 echo "configure: failed program was:" >&5
1047 cat conftest.$ac_ext >&5
1048 rm -rf conftest*
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.
1051 for ac_dir in \
1052 /usr/X11/include \
1053 /usr/X11R6/include \
1054 /usr/X11R5/include \
1055 /usr/X11R4/include \
1057 /usr/include/X11 \
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 \
1072 /usr/X386/include \
1073 /usr/x386/include \
1074 /usr/XFree86/include/X11 \
1076 /usr/include \
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
1089 break
1091 done
1093 rm -f conftest*
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"
1110 int main() {
1111 ${x_direct_test_function}()
1112 ; return 0; }
1114 if { (eval echo configure:1115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1115 rm -rf conftest*
1116 LIBS="$ac_save_LIBS"
1117 # We can link X programs with no special library path.
1118 ac_x_libraries=
1119 else
1120 echo "configure: failed program was:" >&5
1121 cat conftest.$ac_ext >&5
1122 rm -rf conftest*
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/` \
1127 /usr/X11/lib \
1128 /usr/X11R6/lib \
1129 /usr/X11R5/lib \
1130 /usr/X11R4/lib \
1132 /usr/lib/X11 \
1133 /usr/lib/X11R6 \
1134 /usr/lib/X11R5 \
1135 /usr/lib/X11R4 \
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 \
1147 /usr/X386/lib \
1148 /usr/x386/lib \
1149 /usr/XFree86/lib/X11 \
1151 /usr/lib \
1152 /usr/local/lib \
1153 /usr/unsupported/lib \
1154 /usr/athena/lib \
1155 /usr/local/x11r5/lib \
1156 /usr/lpp/Xamples/lib \
1157 /lib/usr/lib/X11 \
1159 /usr/openwin/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
1166 break 2
1168 done
1169 done
1171 rm -f conftest*
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"
1177 else
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"
1185 fi # $with_x != no
1187 if test "$have_x" != yes; then
1188 echo "$ac_t""$have_x" 1>&6
1189 no_x=yes
1190 else
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=
1207 else
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
1218 "SunOS 5"*)
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"
1226 int main() {
1228 ; return 0; }
1230 if { (eval echo configure:1231: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1231 rm -rf conftest*
1232 ac_R_nospace=yes
1233 else
1234 echo "configure: failed program was:" >&5
1235 cat conftest.$ac_ext >&5
1236 rm -rf conftest*
1237 ac_R_nospace=no
1239 rm -f conftest*
1240 if test $ac_R_nospace = yes; then
1241 echo "$ac_t""no" 1>&6
1242 X_LIBS="$X_LIBS -R$x_libraries"
1243 else
1244 LIBS="$ac_xsave_LIBS -R $x_libraries"
1245 cat > conftest.$ac_ext <<EOF
1246 #line 1247 "configure"
1247 #include "confdefs.h"
1249 int main() {
1251 ; return 0; }
1253 if { (eval echo configure:1254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1254 rm -rf conftest*
1255 ac_R_space=yes
1256 else
1257 echo "configure: failed program was:" >&5
1258 cat conftest.$ac_ext >&5
1259 rm -rf conftest*
1260 ac_R_space=no
1262 rm -f conftest*
1263 if test $ac_R_space = yes; then
1264 echo "$ac_t""yes" 1>&6
1265 X_LIBS="$X_LIBS -R $x_libraries"
1266 else
1267 echo "$ac_t""neither works" 1>&6
1270 LIBS="$ac_xsave_LIBS"
1271 esac
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"
1280 else
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
1289 else
1290 ac_save_LIBS="$LIBS"
1291 LIBS="-ldnet $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. */
1298 char dnet_ntoa();
1300 int main() {
1301 dnet_ntoa()
1302 ; return 0; }
1304 if { (eval echo configure:1305: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1305 rm -rf conftest*
1306 eval "ac_cv_lib_$ac_lib_var=yes"
1307 else
1308 echo "configure: failed program was:" >&5
1309 cat conftest.$ac_ext >&5
1310 rm -rf conftest*
1311 eval "ac_cv_lib_$ac_lib_var=no"
1313 rm -f conftest*
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"
1320 else
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
1330 else
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. */
1339 char dnet_ntoa();
1341 int main() {
1342 dnet_ntoa()
1343 ; return 0; }
1345 if { (eval echo configure:1346: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1346 rm -rf conftest*
1347 eval "ac_cv_lib_$ac_lib_var=yes"
1348 else
1349 echo "configure: failed program was:" >&5
1350 cat conftest.$ac_ext >&5
1351 rm -rf conftest*
1352 eval "ac_cv_lib_$ac_lib_var=no"
1354 rm -f conftest*
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"
1361 else
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)
1370 # needs -lnsl.
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
1377 else
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. */
1383 #include <assert.h>
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();
1389 int main() {
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)
1395 choke me
1396 #else
1397 gethostbyname();
1398 #endif
1400 ; return 0; }
1402 if { (eval echo configure:1403: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1403 rm -rf conftest*
1404 eval "ac_cv_func_gethostbyname=yes"
1405 else
1406 echo "configure: failed program was:" >&5
1407 cat conftest.$ac_ext >&5
1408 rm -rf conftest*
1409 eval "ac_cv_func_gethostbyname=no"
1411 rm -f conftest*
1414 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
1415 echo "$ac_t""yes" 1>&6
1417 else
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
1427 else
1428 ac_save_LIBS="$LIBS"
1429 LIBS="-lnsl $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();
1438 int main() {
1439 gethostbyname()
1440 ; return 0; }
1442 if { (eval echo configure:1443: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1443 rm -rf conftest*
1444 eval "ac_cv_lib_$ac_lib_var=yes"
1445 else
1446 echo "configure: failed program was:" >&5
1447 cat conftest.$ac_ext >&5
1448 rm -rf conftest*
1449 eval "ac_cv_lib_$ac_lib_var=no"
1451 rm -f conftest*
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"
1458 else
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
1475 else
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. */
1481 #include <assert.h>
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. */
1485 char connect();
1487 int main() {
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)
1493 choke me
1494 #else
1495 connect();
1496 #endif
1498 ; return 0; }
1500 if { (eval echo configure:1501: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1501 rm -rf conftest*
1502 eval "ac_cv_func_connect=yes"
1503 else
1504 echo "configure: failed program was:" >&5
1505 cat conftest.$ac_ext >&5
1506 rm -rf conftest*
1507 eval "ac_cv_func_connect=no"
1509 rm -f conftest*
1512 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
1513 echo "$ac_t""yes" 1>&6
1515 else
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
1525 else
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. */
1534 char connect();
1536 int main() {
1537 connect()
1538 ; return 0; }
1540 if { (eval echo configure:1541: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1541 rm -rf conftest*
1542 eval "ac_cv_lib_$ac_lib_var=yes"
1543 else
1544 echo "configure: failed program was:" >&5
1545 cat conftest.$ac_ext >&5
1546 rm -rf conftest*
1547 eval "ac_cv_lib_$ac_lib_var=no"
1549 rm -f conftest*
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"
1556 else
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
1567 else
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. */
1573 #include <assert.h>
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. */
1577 char remove();
1579 int main() {
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)
1585 choke me
1586 #else
1587 remove();
1588 #endif
1590 ; return 0; }
1592 if { (eval echo configure:1593: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1593 rm -rf conftest*
1594 eval "ac_cv_func_remove=yes"
1595 else
1596 echo "configure: failed program was:" >&5
1597 cat conftest.$ac_ext >&5
1598 rm -rf conftest*
1599 eval "ac_cv_func_remove=no"
1601 rm -f conftest*
1604 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
1605 echo "$ac_t""yes" 1>&6
1607 else
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
1617 else
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. */
1626 char remove();
1628 int main() {
1629 remove()
1630 ; return 0; }
1632 if { (eval echo configure:1633: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1633 rm -rf conftest*
1634 eval "ac_cv_lib_$ac_lib_var=yes"
1635 else
1636 echo "configure: failed program was:" >&5
1637 cat conftest.$ac_ext >&5
1638 rm -rf conftest*
1639 eval "ac_cv_lib_$ac_lib_var=no"
1641 rm -f conftest*
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"
1648 else
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
1659 else
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. */
1665 #include <assert.h>
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. */
1669 char shmat();
1671 int main() {
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)
1677 choke me
1678 #else
1679 shmat();
1680 #endif
1682 ; return 0; }
1684 if { (eval echo configure:1685: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1685 rm -rf conftest*
1686 eval "ac_cv_func_shmat=yes"
1687 else
1688 echo "configure: failed program was:" >&5
1689 cat conftest.$ac_ext >&5
1690 rm -rf conftest*
1691 eval "ac_cv_func_shmat=no"
1693 rm -f conftest*
1696 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
1697 echo "$ac_t""yes" 1>&6
1699 else
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
1709 else
1710 ac_save_LIBS="$LIBS"
1711 LIBS="-lipc $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. */
1718 char shmat();
1720 int main() {
1721 shmat()
1722 ; return 0; }
1724 if { (eval echo configure:1725: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1725 rm -rf conftest*
1726 eval "ac_cv_lib_$ac_lib_var=yes"
1727 else
1728 echo "configure: failed program was:" >&5
1729 cat conftest.$ac_ext >&5
1730 rm -rf conftest*
1731 eval "ac_cv_lib_$ac_lib_var=no"
1733 rm -f conftest*
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"
1740 else
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
1761 else
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();
1772 int main() {
1773 IceConnectionNumber()
1774 ; return 0; }
1776 if { (eval echo configure:1777: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1777 rm -rf conftest*
1778 eval "ac_cv_lib_$ac_lib_var=yes"
1779 else
1780 echo "configure: failed program was:" >&5
1781 cat conftest.$ac_ext >&5
1782 rm -rf conftest*
1783 eval "ac_cv_lib_$ac_lib_var=no"
1785 rm -f conftest*
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"
1792 else
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
1808 else
1809 if test -n "$YACC"; then
1810 ac_cv_prog_YACC="$YACC" # Let the user override the test.
1811 else
1812 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1813 ac_dummy="$PATH"
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"
1818 break
1820 done
1821 IFS="$ac_save_ifs"
1824 YACC="$ac_cv_prog_YACC"
1825 if test -n "$YACC"; then
1826 echo "$ac_t""$YACC" 1>&6
1827 else
1828 echo "$ac_t""no" 1>&6
1831 test -n "$YACC" && break
1832 done
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
1841 else
1842 if test -n "$LEX"; then
1843 ac_cv_prog_LEX="$LEX" # Let the user override the test.
1844 else
1845 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1846 ac_dummy="$PATH"
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"
1851 break
1853 done
1854 IFS="$ac_save_ifs"
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
1861 else
1862 echo "$ac_t""no" 1>&6
1865 if test -z "$LEXLIB"
1866 then
1867 case "$LEX" in
1868 flex*) ac_lib=fl ;;
1869 *) ac_lib=l ;;
1870 esac
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
1876 else
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. */
1885 char yywrap();
1887 int main() {
1888 yywrap()
1889 ; return 0; }
1891 if { (eval echo configure:1892: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1892 rm -rf conftest*
1893 eval "ac_cv_lib_$ac_lib_var=yes"
1894 else
1895 echo "configure: failed program was:" >&5
1896 cat conftest.$ac_ext >&5
1897 rm -rf conftest*
1898 eval "ac_cv_lib_$ac_lib_var=no"
1900 rm -f conftest*
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
1906 LEXLIB="-l$ac_lib"
1907 else
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
1919 else
1920 if test -n "$RANLIB"; then
1921 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1922 else
1923 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1924 ac_dummy="$PATH"
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"
1929 break
1931 done
1932 IFS="$ac_save_ifs"
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
1939 else
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
1949 # AIX /bin/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
1959 else
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.
1963 case "$ac_dir/" in
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
1968 # by default.
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.
1975 else
1976 ac_cv_path_install="$ac_dir/$ac_prog -c"
1977 break 2
1980 done
1982 esac
1983 done
1984 IFS="$ac_save_IFS"
1987 if test "${ac_cv_path_install+set}" = set; then
1988 INSTALL="$ac_cv_path_install"
1989 else
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
2011 else
2012 rm -f conftestdata
2013 if ln -s X conftestdata 2>/dev/null
2014 then
2015 rm -f conftestdata
2016 ac_cv_prog_LN_S="ln -s"
2017 else
2018 ac_cv_prog_LN_S=ln
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
2024 else
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
2034 else
2035 if test -n "$C2MAN"; then
2036 ac_cv_prog_C2MAN="$C2MAN" # Let the user override the test.
2037 else
2038 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2039 ac_dummy="$PATH"
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"
2044 break
2046 done
2047 IFS="$ac_save_ifs"
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
2054 else
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
2064 else
2065 case "$LDCONFIG" in
2067 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
2069 ?:/*)
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"
2079 break
2081 done
2082 IFS="$ac_save_ifs"
2083 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
2085 esac
2087 LDCONFIG="$ac_cv_path_LDCONFIG"
2088 if test -n "$LDCONFIG"; then
2089 echo "$ac_t""$LDCONFIG" 1>&6
2090 else
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
2103 else
2104 if test -n "$LINT"; then
2105 ac_cv_prog_LINT="$LINT" # Let the user override the test.
2106 else
2107 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2108 ac_dummy="$PATH"
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"
2113 break
2115 done
2116 IFS="$ac_save_ifs"
2119 LINT="$ac_cv_prog_LINT"
2120 if test -n "$LINT"; then
2121 echo "$ac_t""$LINT" 1>&6
2122 else
2123 echo "$ac_t""no" 1>&6
2126 test -n "$LINT" && break
2127 done
2129 if test "$LINT" = "lint"
2130 then
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
2142 else
2143 ac_save_LIBS="$LIBS"
2144 LIBS="-lm $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. */
2151 char sqrt();
2153 int main() {
2154 sqrt()
2155 ; return 0; }
2157 if { (eval echo configure:2158: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2158 rm -rf conftest*
2159 eval "ac_cv_lib_$ac_lib_var=yes"
2160 else
2161 echo "configure: failed program was:" >&5
2162 cat conftest.$ac_ext >&5
2163 rm -rf conftest*
2164 eval "ac_cv_lib_$ac_lib_var=no"
2166 rm -f conftest*
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
2178 LIBS="-lm $LIBS"
2180 else
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
2189 else
2190 ac_save_LIBS="$LIBS"
2191 LIBS="-li386 $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();
2200 int main() {
2201 i386_set_ldt()
2202 ; return 0; }
2204 if { (eval echo configure:2205: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2205 rm -rf conftest*
2206 eval "ac_cv_lib_$ac_lib_var=yes"
2207 else
2208 echo "configure: failed program was:" >&5
2209 cat conftest.$ac_ext >&5
2210 rm -rf conftest*
2211 eval "ac_cv_lib_$ac_lib_var=no"
2213 rm -f conftest*
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
2225 LIBS="-li386 $LIBS"
2227 else
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
2236 else
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. */
2245 char _oss_ioctl();
2247 int main() {
2248 _oss_ioctl()
2249 ; return 0; }
2251 if { (eval echo configure:2252: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2252 rm -rf conftest*
2253 eval "ac_cv_lib_$ac_lib_var=yes"
2254 else
2255 echo "configure: failed program was:" >&5
2256 cat conftest.$ac_ext >&5
2257 rm -rf conftest*
2258 eval "ac_cv_lib_$ac_lib_var=no"
2260 rm -f conftest*
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"
2274 else
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
2283 else
2284 ac_save_LIBS="$LIBS"
2285 LIBS="-lw $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. */
2292 char iswalnum();
2294 int main() {
2295 iswalnum()
2296 ; return 0; }
2298 if { (eval echo configure:2299: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2299 rm -rf conftest*
2300 eval "ac_cv_lib_$ac_lib_var=yes"
2301 else
2302 echo "configure: failed program was:" >&5
2303 cat conftest.$ac_ext >&5
2304 rm -rf conftest*
2305 eval "ac_cv_lib_$ac_lib_var=no"
2307 rm -f conftest*
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
2319 LIBS="-lw $LIBS"
2321 else
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
2331 else
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. */
2337 #include <assert.h>
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. */
2341 char $ac_func();
2343 int main() {
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)
2349 choke me
2350 #else
2351 $ac_func();
2352 #endif
2354 ; return 0; }
2356 if { (eval echo configure:2357: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2357 rm -rf conftest*
2358 eval "ac_cv_func_$ac_func=yes"
2359 else
2360 echo "configure: failed program was:" >&5
2361 cat conftest.$ac_ext >&5
2362 rm -rf conftest*
2363 eval "ac_cv_func_$ac_func=no"
2365 rm -f conftest*
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
2375 else
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
2382 else
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();
2393 int main() {
2394 gethostbyname()
2395 ; return 0; }
2397 if { (eval echo configure:2398: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2398 rm -rf conftest*
2399 eval "ac_cv_lib_$ac_lib_var=yes"
2400 else
2401 echo "configure: failed program was:" >&5
2402 cat conftest.$ac_ext >&5
2403 rm -rf conftest*
2404 eval "ac_cv_lib_$ac_lib_var=no"
2406 rm -f conftest*
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"
2413 else
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
2420 else
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();
2431 int main() {
2432 gethostbyname()
2433 ; return 0; }
2435 if { (eval echo configure:2436: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2436 rm -rf conftest*
2437 eval "ac_cv_lib_$ac_lib_var=yes"
2438 else
2439 echo "configure: failed program was:" >&5
2440 cat conftest.$ac_ext >&5
2441 rm -rf conftest*
2442 eval "ac_cv_lib_$ac_lib_var=no"
2444 rm -f conftest*
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"
2451 else
2452 echo "$ac_t""no" 1>&6
2458 done
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
2466 else
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. */
2472 #include <assert.h>
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. */
2476 char $ac_func();
2478 int main() {
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)
2484 choke me
2485 #else
2486 $ac_func();
2487 #endif
2489 ; return 0; }
2491 if { (eval echo configure:2492: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2492 rm -rf conftest*
2493 eval "ac_cv_func_$ac_func=yes"
2494 else
2495 echo "configure: failed program was:" >&5
2496 cat conftest.$ac_ext >&5
2497 rm -rf conftest*
2498 eval "ac_cv_func_$ac_func=no"
2500 rm -f conftest*
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
2510 else
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
2517 else
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. */
2526 char connect();
2528 int main() {
2529 connect()
2530 ; return 0; }
2532 if { (eval echo configure:2533: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2533 rm -rf conftest*
2534 eval "ac_cv_lib_$ac_lib_var=yes"
2535 else
2536 echo "configure: failed program was:" >&5
2537 cat conftest.$ac_ext >&5
2538 rm -rf conftest*
2539 eval "ac_cv_lib_$ac_lib_var=no"
2541 rm -f conftest*
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"
2555 else
2556 echo "$ac_t""no" 1>&6
2560 done
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
2567 else
2568 ac_save_LIBS="$LIBS"
2569 LIBS="-lxpg4 $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();
2578 int main() {
2579 setrunelocale()
2580 ; return 0; }
2582 if { (eval echo configure:2583: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2583 rm -rf conftest*
2584 eval "ac_cv_lib_$ac_lib_var=yes"
2585 else
2586 echo "configure: failed program was:" >&5
2587 cat conftest.$ac_ext >&5
2588 rm -rf conftest*
2589 eval "ac_cv_lib_$ac_lib_var=no"
2591 rm -f conftest*
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
2603 LIBS="-lxpg4 $LIBS"
2605 else
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
2614 else
2615 ac_save_LIBS="$LIBS"
2616 LIBS="-lmmap $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. */
2623 char mmap();
2625 int main() {
2626 mmap()
2627 ; return 0; }
2629 if { (eval echo configure:2630: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2630 rm -rf conftest*
2631 eval "ac_cv_lib_$ac_lib_var=yes"
2632 else
2633 echo "configure: failed program was:" >&5
2634 cat conftest.$ac_ext >&5
2635 rm -rf conftest*
2636 eval "ac_cv_lib_$ac_lib_var=no"
2638 rm -f conftest*
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
2650 LIBS="-lmmap $LIBS"
2652 else
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
2662 else
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. */
2668 #include <assert.h>
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. */
2672 char $ac_func();
2674 int main() {
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)
2680 choke me
2681 #else
2682 $ac_func();
2683 #endif
2685 ; return 0; }
2687 if { (eval echo configure:2688: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2688 rm -rf conftest*
2689 eval "ac_cv_func_$ac_func=yes"
2690 else
2691 echo "configure: failed program was:" >&5
2692 cat conftest.$ac_ext >&5
2693 rm -rf conftest*
2694 eval "ac_cv_func_$ac_func=no"
2696 rm -f conftest*
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
2706 else
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
2713 else
2714 ac_save_LIBS="$LIBS"
2715 LIBS="-lutil $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. */
2722 char openpty();
2724 int main() {
2725 openpty()
2726 ; return 0; }
2728 if { (eval echo configure:2729: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2729 rm -rf conftest*
2730 eval "ac_cv_lib_$ac_lib_var=yes"
2731 else
2732 echo "configure: failed program was:" >&5
2733 cat conftest.$ac_ext >&5
2734 rm -rf conftest*
2735 eval "ac_cv_lib_$ac_lib_var=no"
2737 rm -f conftest*
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
2747 LIBS="$LIBS -lutil"
2749 else
2750 echo "$ac_t""no" 1>&6
2754 done
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
2764 else
2765 cat > conftest.$ac_ext <<EOF
2766 #line 2767 "configure"
2767 #include "confdefs.h"
2768 #include <$ac_hdr>
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
2774 rm -rf conftest*
2775 eval "ac_cv_header_$ac_safe=yes"
2776 else
2777 echo "$ac_err" >&5
2778 echo "configure: failed program was:" >&5
2779 cat conftest.$ac_ext >&5
2780 rm -rf conftest*
2781 eval "ac_cv_header_$ac_safe=no"
2783 rm -f conftest*
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
2797 else
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. */
2803 #include <assert.h>
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. */
2807 char $ac_func();
2809 int main() {
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)
2815 choke me
2816 #else
2817 $ac_func();
2818 #endif
2820 ; return 0; }
2822 if { (eval echo configure:2823: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2823 rm -rf conftest*
2824 eval "ac_cv_func_$ac_func=yes"
2825 else
2826 echo "configure: failed program was:" >&5
2827 cat conftest.$ac_ext >&5
2828 rm -rf conftest*
2829 eval "ac_cv_func_$ac_func=no"
2831 rm -f conftest*
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
2844 else
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
2851 else
2852 ac_save_LIBS="$LIBS"
2853 LIBS="-ldl $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. */
2860 char dlopen();
2862 int main() {
2863 dlopen()
2864 ; return 0; }
2866 if { (eval echo configure:2867: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2867 rm -rf conftest*
2868 eval "ac_cv_lib_$ac_lib_var=yes"
2869 else
2870 echo "configure: failed program was:" >&5
2871 cat conftest.$ac_ext >&5
2872 rm -rf conftest*
2873 eval "ac_cv_lib_$ac_lib_var=no"
2875 rm -f conftest*
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
2885 LIBS="$LIBS -ldl"
2887 else
2888 echo "$ac_t""no" 1>&6
2893 done
2896 else
2897 echo "$ac_t""no" 1>&6
2899 done
2903 X_SRCS=""
2905 DGA_SRCS=""
2907 MESA_SRCS=""
2908 if test "$have_x" = "yes"
2909 then
2910 XLIB="-lXext -lX11"
2911 ac_save_CPPFLAGS="$CPPFLAGS"
2912 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
2914 for ac_hdr in X11/xpm.h
2916 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2917 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2918 echo "configure:2919: checking for $ac_hdr" >&5
2919 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2920 echo $ac_n "(cached) $ac_c" 1>&6
2921 else
2922 cat > conftest.$ac_ext <<EOF
2923 #line 2924 "configure"
2924 #include "confdefs.h"
2925 #include <$ac_hdr>
2927 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2928 { (eval echo configure:2929: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2929 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2930 if test -z "$ac_err"; then
2931 rm -rf conftest*
2932 eval "ac_cv_header_$ac_safe=yes"
2933 else
2934 echo "$ac_err" >&5
2935 echo "configure: failed program was:" >&5
2936 cat conftest.$ac_ext >&5
2937 rm -rf conftest*
2938 eval "ac_cv_header_$ac_safe=no"
2940 rm -f conftest*
2942 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2943 echo "$ac_t""yes" 1>&6
2944 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2945 cat >> confdefs.h <<EOF
2946 #define $ac_tr_hdr 1
2949 else
2950 echo "$ac_t""no" 1>&6
2952 done
2954 if test "$ac_cv_header_X11_xpm_h" = "yes"
2955 then
2956 echo $ac_n "checking for XpmCreatePixmapFromData in -lXpm""... $ac_c" 1>&6
2957 echo "configure:2958: checking for XpmCreatePixmapFromData in -lXpm" >&5
2958 ac_lib_var=`echo Xpm'_'XpmCreatePixmapFromData | sed 'y%./+-%__p_%'`
2959 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2960 echo $ac_n "(cached) $ac_c" 1>&6
2961 else
2962 ac_save_LIBS="$LIBS"
2963 LIBS="-lXpm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
2964 cat > conftest.$ac_ext <<EOF
2965 #line 2966 "configure"
2966 #include "confdefs.h"
2967 /* Override any gcc2 internal prototype to avoid an error. */
2968 /* We use char because int might match the return type of a gcc2
2969 builtin and then its argument prototype would still apply. */
2970 char XpmCreatePixmapFromData();
2972 int main() {
2973 XpmCreatePixmapFromData()
2974 ; return 0; }
2976 if { (eval echo configure:2977: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2977 rm -rf conftest*
2978 eval "ac_cv_lib_$ac_lib_var=yes"
2979 else
2980 echo "configure: failed program was:" >&5
2981 cat conftest.$ac_ext >&5
2982 rm -rf conftest*
2983 eval "ac_cv_lib_$ac_lib_var=no"
2985 rm -f conftest*
2986 LIBS="$ac_save_LIBS"
2989 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2990 echo "$ac_t""yes" 1>&6
2991 cat >> confdefs.h <<\EOF
2992 #define HAVE_LIBXXPM 1
2994 X_PRE_LIBS="$X_PRE_LIBS -lXpm"
2995 else
2996 echo "$ac_t""no" 1>&6
2999 else
3000 echo "When compiling with X support, you need the Xpm library, or"
3001 echo "WINE will not work. This Xpm library is within the following RPM,"
3002 echo "which you need to install:"
3003 echo "Redhat : xpm, xpm-devel"
3004 echo "Caldera OpenLinux : xpm, xpm-devel, xpm-devel-static"
3005 echo "SuSE : xpm"
3006 echo "Debian/Corel Linux: xpm4g, xpm4g-dev"
3007 echo
3008 echo "Or get the sources from ftp.x.org and all its mirror sites from "
3009 echo "the directory /contrib/libraries."
3010 echo
3011 exit 1
3015 for ac_hdr in X11/Xlib.h X11/extensions/XShm.h
3017 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3018 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3019 echo "configure:3020: checking for $ac_hdr" >&5
3020 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3021 echo $ac_n "(cached) $ac_c" 1>&6
3022 else
3023 cat > conftest.$ac_ext <<EOF
3024 #line 3025 "configure"
3025 #include "confdefs.h"
3026 #include <$ac_hdr>
3028 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3029 { (eval echo configure:3030: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3030 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3031 if test -z "$ac_err"; then
3032 rm -rf conftest*
3033 eval "ac_cv_header_$ac_safe=yes"
3034 else
3035 echo "$ac_err" >&5
3036 echo "configure: failed program was:" >&5
3037 cat conftest.$ac_ext >&5
3038 rm -rf conftest*
3039 eval "ac_cv_header_$ac_safe=no"
3041 rm -f conftest*
3043 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3044 echo "$ac_t""yes" 1>&6
3045 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3046 cat >> confdefs.h <<EOF
3047 #define $ac_tr_hdr 1
3050 else
3051 echo "$ac_t""no" 1>&6
3053 done
3055 if test "$ac_cv_header_X11_Xlib_h" = "yes" -a "$ac_cv_header_X11_extensions_XShm_h" = "yes"
3056 then
3057 echo $ac_n "checking for XShmQueryExtension in -lXext""... $ac_c" 1>&6
3058 echo "configure:3059: checking for XShmQueryExtension in -lXext" >&5
3059 ac_lib_var=`echo Xext'_'XShmQueryExtension | sed 'y%./+-%__p_%'`
3060 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3061 echo $ac_n "(cached) $ac_c" 1>&6
3062 else
3063 ac_save_LIBS="$LIBS"
3064 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
3065 cat > conftest.$ac_ext <<EOF
3066 #line 3067 "configure"
3067 #include "confdefs.h"
3068 /* Override any gcc2 internal prototype to avoid an error. */
3069 /* We use char because int might match the return type of a gcc2
3070 builtin and then its argument prototype would still apply. */
3071 char XShmQueryExtension();
3073 int main() {
3074 XShmQueryExtension()
3075 ; return 0; }
3077 if { (eval echo configure:3078: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3078 rm -rf conftest*
3079 eval "ac_cv_lib_$ac_lib_var=yes"
3080 else
3081 echo "configure: failed program was:" >&5
3082 cat conftest.$ac_ext >&5
3083 rm -rf conftest*
3084 eval "ac_cv_lib_$ac_lib_var=no"
3086 rm -f conftest*
3087 LIBS="$ac_save_LIBS"
3090 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3091 echo "$ac_t""yes" 1>&6
3092 cat >> confdefs.h <<\EOF
3093 #define HAVE_LIBXXSHM 1
3096 else
3097 echo "$ac_t""no" 1>&6
3101 for ac_hdr in X11/Xlib.h X11/extensions/xf86dga.h
3103 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3104 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3105 echo "configure:3106: checking for $ac_hdr" >&5
3106 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3107 echo $ac_n "(cached) $ac_c" 1>&6
3108 else
3109 cat > conftest.$ac_ext <<EOF
3110 #line 3111 "configure"
3111 #include "confdefs.h"
3112 #include <$ac_hdr>
3114 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3115 { (eval echo configure:3116: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3116 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3117 if test -z "$ac_err"; then
3118 rm -rf conftest*
3119 eval "ac_cv_header_$ac_safe=yes"
3120 else
3121 echo "$ac_err" >&5
3122 echo "configure: failed program was:" >&5
3123 cat conftest.$ac_ext >&5
3124 rm -rf conftest*
3125 eval "ac_cv_header_$ac_safe=no"
3127 rm -f conftest*
3129 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3130 echo "$ac_t""yes" 1>&6
3131 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3132 cat >> confdefs.h <<EOF
3133 #define $ac_tr_hdr 1
3136 else
3137 echo "$ac_t""no" 1>&6
3139 done
3141 if test "$ac_cv_header_X11_Xlib_h" = "yes" -a "$ac_cv_header_X11_extensions_xf86dga_h" = "yes"
3142 then
3143 echo $ac_n "checking for XDGAQueryExtension in -lXxf86dga""... $ac_c" 1>&6
3144 echo "configure:3145: checking for XDGAQueryExtension in -lXxf86dga" >&5
3145 ac_lib_var=`echo Xxf86dga'_'XDGAQueryExtension | sed 'y%./+-%__p_%'`
3146 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3147 echo $ac_n "(cached) $ac_c" 1>&6
3148 else
3149 ac_save_LIBS="$LIBS"
3150 LIBS="-lXxf86dga $X_LIBS -lXext -lX11 $X_EXTRA_LIBS
3151 $LIBS"
3152 cat > conftest.$ac_ext <<EOF
3153 #line 3154 "configure"
3154 #include "confdefs.h"
3155 /* Override any gcc2 internal prototype to avoid an error. */
3156 /* We use char because int might match the return type of a gcc2
3157 builtin and then its argument prototype would still apply. */
3158 char XDGAQueryExtension();
3160 int main() {
3161 XDGAQueryExtension()
3162 ; return 0; }
3164 if { (eval echo configure:3165: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3165 rm -rf conftest*
3166 eval "ac_cv_lib_$ac_lib_var=yes"
3167 else
3168 echo "configure: failed program was:" >&5
3169 cat conftest.$ac_ext >&5
3170 rm -rf conftest*
3171 eval "ac_cv_lib_$ac_lib_var=no"
3173 rm -f conftest*
3174 LIBS="$ac_save_LIBS"
3177 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3178 echo "$ac_t""yes" 1>&6
3179 cat >> confdefs.h <<\EOF
3180 #define HAVE_LIBXXF86DGA2 1
3183 cat >> confdefs.h <<\EOF
3184 #define HAVE_LIBXXF86DGA 1
3187 X_PRE_LIBS="$X_PRE_LIBS -lXxf86dga"
3188 DGA_SRCS='$(DGA_SRCS)'
3190 else
3191 echo "$ac_t""no" 1>&6
3194 if test "$ac_cv_lib_Xxf86dga_XDGAQueryExtension" = "no"
3195 then
3196 echo $ac_n "checking for XF86DGAQueryExtension in -lXxf86dga""... $ac_c" 1>&6
3197 echo "configure:3198: checking for XF86DGAQueryExtension in -lXxf86dga" >&5
3198 ac_lib_var=`echo Xxf86dga'_'XF86DGAQueryExtension | sed 'y%./+-%__p_%'`
3199 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3200 echo $ac_n "(cached) $ac_c" 1>&6
3201 else
3202 ac_save_LIBS="$LIBS"
3203 LIBS="-lXxf86dga $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
3204 cat > conftest.$ac_ext <<EOF
3205 #line 3206 "configure"
3206 #include "confdefs.h"
3207 /* Override any gcc2 internal prototype to avoid an error. */
3208 /* We use char because int might match the return type of a gcc2
3209 builtin and then its argument prototype would still apply. */
3210 char XF86DGAQueryExtension();
3212 int main() {
3213 XF86DGAQueryExtension()
3214 ; return 0; }
3216 if { (eval echo configure:3217: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3217 rm -rf conftest*
3218 eval "ac_cv_lib_$ac_lib_var=yes"
3219 else
3220 echo "configure: failed program was:" >&5
3221 cat conftest.$ac_ext >&5
3222 rm -rf conftest*
3223 eval "ac_cv_lib_$ac_lib_var=no"
3225 rm -f conftest*
3226 LIBS="$ac_save_LIBS"
3229 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3230 echo "$ac_t""yes" 1>&6
3231 cat >> confdefs.h <<\EOF
3232 #define HAVE_LIBXXF86DGA 1
3235 X_PRE_LIBS="$X_PRE_LIBS -lXxf86dga"
3236 DGA_SRCS='$(DGA_SRCS)'
3238 else
3239 echo "$ac_t""no" 1>&6
3245 for ac_hdr in X11/Xlib.h X11/extensions/xf86vmode.h
3247 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3248 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3249 echo "configure:3250: checking for $ac_hdr" >&5
3250 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3251 echo $ac_n "(cached) $ac_c" 1>&6
3252 else
3253 cat > conftest.$ac_ext <<EOF
3254 #line 3255 "configure"
3255 #include "confdefs.h"
3256 #include <$ac_hdr>
3258 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3259 { (eval echo configure:3260: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3260 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3261 if test -z "$ac_err"; then
3262 rm -rf conftest*
3263 eval "ac_cv_header_$ac_safe=yes"
3264 else
3265 echo "$ac_err" >&5
3266 echo "configure: failed program was:" >&5
3267 cat conftest.$ac_ext >&5
3268 rm -rf conftest*
3269 eval "ac_cv_header_$ac_safe=no"
3271 rm -f conftest*
3273 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3274 echo "$ac_t""yes" 1>&6
3275 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3276 cat >> confdefs.h <<EOF
3277 #define $ac_tr_hdr 1
3280 else
3281 echo "$ac_t""no" 1>&6
3283 done
3285 if test "$ac_cv_header_X11_Xlib_h" = "yes" -a "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
3286 then
3287 echo $ac_n "checking for XF86VidModeQueryExtension in -lXxf86vm""... $ac_c" 1>&6
3288 echo "configure:3289: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
3289 ac_lib_var=`echo Xxf86vm'_'XF86VidModeQueryExtension | sed 'y%./+-%__p_%'`
3290 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3291 echo $ac_n "(cached) $ac_c" 1>&6
3292 else
3293 ac_save_LIBS="$LIBS"
3294 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
3295 cat > conftest.$ac_ext <<EOF
3296 #line 3297 "configure"
3297 #include "confdefs.h"
3298 /* Override any gcc2 internal prototype to avoid an error. */
3299 /* We use char because int might match the return type of a gcc2
3300 builtin and then its argument prototype would still apply. */
3301 char XF86VidModeQueryExtension();
3303 int main() {
3304 XF86VidModeQueryExtension()
3305 ; return 0; }
3307 if { (eval echo configure:3308: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3308 rm -rf conftest*
3309 eval "ac_cv_lib_$ac_lib_var=yes"
3310 else
3311 echo "configure: failed program was:" >&5
3312 cat conftest.$ac_ext >&5
3313 rm -rf conftest*
3314 eval "ac_cv_lib_$ac_lib_var=no"
3316 rm -f conftest*
3317 LIBS="$ac_save_LIBS"
3320 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3321 echo "$ac_t""yes" 1>&6
3322 cat >> confdefs.h <<\EOF
3323 #define HAVE_LIBXXF86VM 1
3325 X_PRE_LIBS="$X_PRE_LIBS -lXxf86vm"
3326 else
3327 echo "$ac_t""no" 1>&6
3332 for ac_hdr in GL/gl.h GL/glx.h GL/osmesa.h
3334 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3335 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3336 echo "configure:3337: checking for $ac_hdr" >&5
3337 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3338 echo $ac_n "(cached) $ac_c" 1>&6
3339 else
3340 cat > conftest.$ac_ext <<EOF
3341 #line 3342 "configure"
3342 #include "confdefs.h"
3343 #include <$ac_hdr>
3345 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3346 { (eval echo configure:3347: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3347 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3348 if test -z "$ac_err"; then
3349 rm -rf conftest*
3350 eval "ac_cv_header_$ac_safe=yes"
3351 else
3352 echo "$ac_err" >&5
3353 echo "configure: failed program was:" >&5
3354 cat conftest.$ac_ext >&5
3355 rm -rf conftest*
3356 eval "ac_cv_header_$ac_safe=no"
3358 rm -f conftest*
3360 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3361 echo "$ac_t""yes" 1>&6
3362 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3363 cat >> confdefs.h <<EOF
3364 #define $ac_tr_hdr 1
3367 else
3368 echo "$ac_t""no" 1>&6
3370 done
3372 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
3373 then
3374 echo $ac_n "checking "for up-to-date Mesa version"""... $ac_c" 1>&6
3375 echo "configure:3376: checking "for up-to-date Mesa version"" >&5
3376 if eval "test \"`echo '$''{'wine_cv_mesa_version_OK'+set}'`\" = set"; then
3377 echo $ac_n "(cached) $ac_c" 1>&6
3378 else
3379 cat > conftest.$ac_ext <<EOF
3380 #line 3381 "configure"
3381 #include "confdefs.h"
3382 #include <GL/gl.h>
3383 int main() {
3384 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
3385 ; return 0; }
3387 if { (eval echo configure:3388: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3388 rm -rf conftest*
3389 wine_cv_mesa_version_OK="yes"
3390 else
3391 echo "configure: failed program was:" >&5
3392 cat conftest.$ac_ext >&5
3393 rm -rf conftest*
3394 wine_cv_mesa_version_OK="no"
3397 rm -f conftest*
3401 echo "$ac_t""$wine_cv_mesa_version_OK" 1>&6
3403 echo $ac_n "checking "for thread-safe Mesa version"""... $ac_c" 1>&6
3404 echo "configure:3405: checking "for thread-safe Mesa version"" >&5
3405 if eval "test \"`echo '$''{'wine_cv_mesa_version_threadsafe'+set}'`\" = set"; then
3406 echo $ac_n "(cached) $ac_c" 1>&6
3407 else
3408 saved_libs=$LIBS
3409 LIBS="$X_LIBS -lGL"
3410 cat > conftest.$ac_ext <<EOF
3411 #line 3412 "configure"
3412 #include "confdefs.h"
3414 int main() {
3415 pthread_getspecific();
3416 ; return 0; }
3418 if { (eval echo configure:3419: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3419 rm -rf conftest*
3420 wine_cv_mesa_version_threadsafe="yes"
3421 else
3422 echo "configure: failed program was:" >&5
3423 cat conftest.$ac_ext >&5
3424 rm -rf conftest*
3425 wine_cv_mesa_version_threadsafe="no"
3427 rm -f conftest*
3428 LIBS=$saved_libs
3432 echo "$ac_t""$wine_cv_mesa_version_threadsafe" 1>&6
3434 if test "$wine_cv_mesa_version_OK" = "yes" -a "$wine_cv_mesa_version_threadsafe" = "no"
3435 then
3436 echo $ac_n "checking for glXCreateContext in -lGL""... $ac_c" 1>&6
3437 echo "configure:3438: checking for glXCreateContext in -lGL" >&5
3438 ac_lib_var=`echo GL'_'glXCreateContext | sed 'y%./+-%__p_%'`
3439 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3440 echo $ac_n "(cached) $ac_c" 1>&6
3441 else
3442 ac_save_LIBS="$LIBS"
3443 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
3444 cat > conftest.$ac_ext <<EOF
3445 #line 3446 "configure"
3446 #include "confdefs.h"
3447 /* Override any gcc2 internal prototype to avoid an error. */
3448 /* We use char because int might match the return type of a gcc2
3449 builtin and then its argument prototype would still apply. */
3450 char glXCreateContext();
3452 int main() {
3453 glXCreateContext()
3454 ; return 0; }
3456 if { (eval echo configure:3457: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3457 rm -rf conftest*
3458 eval "ac_cv_lib_$ac_lib_var=yes"
3459 else
3460 echo "configure: failed program was:" >&5
3461 cat conftest.$ac_ext >&5
3462 rm -rf conftest*
3463 eval "ac_cv_lib_$ac_lib_var=no"
3465 rm -f conftest*
3466 LIBS="$ac_save_LIBS"
3469 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3470 echo "$ac_t""yes" 1>&6
3471 cat >> confdefs.h <<\EOF
3472 #define HAVE_LIBMESAGL 1
3475 X_PRE_LIBS="$X_PRE_LIBS -lGL"
3476 MESA_SRCS='$(MESA_SRCS)'
3478 else
3479 echo "$ac_t""no" 1>&6
3482 if test "$ac_cv_lib_GL_glXCreateContext" = "no"
3483 then
3484 echo $ac_n "checking for glXCreateContext in -lMesaGL""... $ac_c" 1>&6
3485 echo "configure:3486: checking for glXCreateContext in -lMesaGL" >&5
3486 ac_lib_var=`echo MesaGL'_'glXCreateContext | sed 'y%./+-%__p_%'`
3487 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3488 echo $ac_n "(cached) $ac_c" 1>&6
3489 else
3490 ac_save_LIBS="$LIBS"
3491 LIBS="-lMesaGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
3492 cat > conftest.$ac_ext <<EOF
3493 #line 3494 "configure"
3494 #include "confdefs.h"
3495 /* Override any gcc2 internal prototype to avoid an error. */
3496 /* We use char because int might match the return type of a gcc2
3497 builtin and then its argument prototype would still apply. */
3498 char glXCreateContext();
3500 int main() {
3501 glXCreateContext()
3502 ; return 0; }
3504 if { (eval echo configure:3505: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3505 rm -rf conftest*
3506 eval "ac_cv_lib_$ac_lib_var=yes"
3507 else
3508 echo "configure: failed program was:" >&5
3509 cat conftest.$ac_ext >&5
3510 rm -rf conftest*
3511 eval "ac_cv_lib_$ac_lib_var=no"
3513 rm -f conftest*
3514 LIBS="$ac_save_LIBS"
3517 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3518 echo "$ac_t""yes" 1>&6
3519 cat >> confdefs.h <<\EOF
3520 #define HAVE_LIBMESAGL 1
3523 X_PRE_LIBS="$X_PRE_LIBS -lMesaGL"
3524 MESA_SRCS='$(MESA_SRCS)'
3526 else
3527 echo "$ac_t""no" 1>&6
3532 echo $ac_n "checking "for the OpenGL Color Index extension"""... $ac_c" 1>&6
3533 echo "configure:3534: checking "for the OpenGL Color Index extension"" >&5
3534 if eval "test \"`echo '$''{'dummy'+set}'`\" = set"; then
3535 echo $ac_n "(cached) $ac_c" 1>&6
3536 else
3537 cat > conftest.$ac_ext <<EOF
3538 #line 3539 "configure"
3539 #include "confdefs.h"
3540 #include <GL/gl.h>
3541 int main() {
3542 GLenum test = GL_COLOR_INDEX8_EXT;
3543 ; return 0; }
3545 if { (eval echo configure:3546: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3546 rm -rf conftest*
3547 cat >> confdefs.h <<\EOF
3548 #define HAVE_GL_COLOR_TABLE 1
3551 else
3552 echo "configure: failed program was:" >&5
3553 cat conftest.$ac_ext >&5
3555 rm -f conftest*
3559 echo "$ac_t""$dummy" 1>&6
3560 if test "$ac_cv_lib_GL_glXCreateContext" = "no"
3561 then
3562 echo $ac_n "checking for glColorTableEXT in -lMesaGL""... $ac_c" 1>&6
3563 echo "configure:3564: checking for glColorTableEXT in -lMesaGL" >&5
3564 ac_lib_var=`echo MesaGL'_'glColorTableEXT | sed 'y%./+-%__p_%'`
3565 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3566 echo $ac_n "(cached) $ac_c" 1>&6
3567 else
3568 ac_save_LIBS="$LIBS"
3569 LIBS="-lMesaGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
3570 cat > conftest.$ac_ext <<EOF
3571 #line 3572 "configure"
3572 #include "confdefs.h"
3573 /* Override any gcc2 internal prototype to avoid an error. */
3574 /* We use char because int might match the return type of a gcc2
3575 builtin and then its argument prototype would still apply. */
3576 char glColorTableEXT();
3578 int main() {
3579 glColorTableEXT()
3580 ; return 0; }
3582 if { (eval echo configure:3583: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3583 rm -rf conftest*
3584 eval "ac_cv_lib_$ac_lib_var=yes"
3585 else
3586 echo "configure: failed program was:" >&5
3587 cat conftest.$ac_ext >&5
3588 rm -rf conftest*
3589 eval "ac_cv_lib_$ac_lib_var=no"
3591 rm -f conftest*
3592 LIBS="$ac_save_LIBS"
3595 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3596 echo "$ac_t""yes" 1>&6
3597 cat >> confdefs.h <<\EOF
3598 #define HAVE_GL_PALETTED_TEXTURE 1
3601 else
3602 echo "$ac_t""no" 1>&6
3605 else
3606 echo $ac_n "checking for glColorTableEXT in -lGL""... $ac_c" 1>&6
3607 echo "configure:3608: checking for glColorTableEXT in -lGL" >&5
3608 ac_lib_var=`echo GL'_'glColorTableEXT | sed 'y%./+-%__p_%'`
3609 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3610 echo $ac_n "(cached) $ac_c" 1>&6
3611 else
3612 ac_save_LIBS="$LIBS"
3613 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
3614 cat > conftest.$ac_ext <<EOF
3615 #line 3616 "configure"
3616 #include "confdefs.h"
3617 /* Override any gcc2 internal prototype to avoid an error. */
3618 /* We use char because int might match the return type of a gcc2
3619 builtin and then its argument prototype would still apply. */
3620 char glColorTableEXT();
3622 int main() {
3623 glColorTableEXT()
3624 ; return 0; }
3626 if { (eval echo configure:3627: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3627 rm -rf conftest*
3628 eval "ac_cv_lib_$ac_lib_var=yes"
3629 else
3630 echo "configure: failed program was:" >&5
3631 cat conftest.$ac_ext >&5
3632 rm -rf conftest*
3633 eval "ac_cv_lib_$ac_lib_var=no"
3635 rm -f conftest*
3636 LIBS="$ac_save_LIBS"
3639 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3640 echo "$ac_t""yes" 1>&6
3641 cat >> confdefs.h <<\EOF
3642 #define HAVE_GL_PALETTED_TEXTURE 1
3645 else
3646 echo "$ac_t""no" 1>&6
3653 CPPFLAGS="$ac_save_CPPFLAGS"
3654 X_SRCS='$(X_SRCS)'
3655 else
3656 XLIB=""
3657 X_CFLAGS=""
3658 X_LIBS=""
3661 if test "$CURSES" = "yes"
3662 then
3663 for ac_hdr in ncurses.h
3665 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3666 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3667 echo "configure:3668: checking for $ac_hdr" >&5
3668 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3669 echo $ac_n "(cached) $ac_c" 1>&6
3670 else
3671 cat > conftest.$ac_ext <<EOF
3672 #line 3673 "configure"
3673 #include "confdefs.h"
3674 #include <$ac_hdr>
3676 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3677 { (eval echo configure:3678: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3678 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3679 if test -z "$ac_err"; then
3680 rm -rf conftest*
3681 eval "ac_cv_header_$ac_safe=yes"
3682 else
3683 echo "$ac_err" >&5
3684 echo "configure: failed program was:" >&5
3685 cat conftest.$ac_ext >&5
3686 rm -rf conftest*
3687 eval "ac_cv_header_$ac_safe=no"
3689 rm -f conftest*
3691 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3692 echo "$ac_t""yes" 1>&6
3693 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3694 cat >> confdefs.h <<EOF
3695 #define $ac_tr_hdr 1
3698 else
3699 echo "$ac_t""no" 1>&6
3701 done
3703 if test "$ac_cv_header_ncurses_h" = "yes"
3704 then
3705 echo $ac_n "checking for waddch in -lncurses""... $ac_c" 1>&6
3706 echo "configure:3707: checking for waddch in -lncurses" >&5
3707 ac_lib_var=`echo ncurses'_'waddch | sed 'y%./+-%__p_%'`
3708 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3709 echo $ac_n "(cached) $ac_c" 1>&6
3710 else
3711 ac_save_LIBS="$LIBS"
3712 LIBS="-lncurses $LIBS"
3713 cat > conftest.$ac_ext <<EOF
3714 #line 3715 "configure"
3715 #include "confdefs.h"
3716 /* Override any gcc2 internal prototype to avoid an error. */
3717 /* We use char because int might match the return type of a gcc2
3718 builtin and then its argument prototype would still apply. */
3719 char waddch();
3721 int main() {
3722 waddch()
3723 ; return 0; }
3725 if { (eval echo configure:3726: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3726 rm -rf conftest*
3727 eval "ac_cv_lib_$ac_lib_var=yes"
3728 else
3729 echo "configure: failed program was:" >&5
3730 cat conftest.$ac_ext >&5
3731 rm -rf conftest*
3732 eval "ac_cv_lib_$ac_lib_var=no"
3734 rm -f conftest*
3735 LIBS="$ac_save_LIBS"
3738 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3739 echo "$ac_t""yes" 1>&6
3740 ac_tr_lib=HAVE_LIB`echo ncurses | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3741 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3742 cat >> confdefs.h <<EOF
3743 #define $ac_tr_lib 1
3746 LIBS="-lncurses $LIBS"
3748 else
3749 echo "$ac_t""no" 1>&6
3753 if test "$ac_cv_lib_ncurses_waddch" = "yes"
3754 then
3755 echo $ac_n "checking for resizeterm in -lncurses""... $ac_c" 1>&6
3756 echo "configure:3757: checking for resizeterm in -lncurses" >&5
3757 ac_lib_var=`echo ncurses'_'resizeterm | sed 'y%./+-%__p_%'`
3758 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3759 echo $ac_n "(cached) $ac_c" 1>&6
3760 else
3761 ac_save_LIBS="$LIBS"
3762 LIBS="-lncurses $LIBS"
3763 cat > conftest.$ac_ext <<EOF
3764 #line 3765 "configure"
3765 #include "confdefs.h"
3766 /* Override any gcc2 internal prototype to avoid an error. */
3767 /* We use char because int might match the return type of a gcc2
3768 builtin and then its argument prototype would still apply. */
3769 char resizeterm();
3771 int main() {
3772 resizeterm()
3773 ; return 0; }
3775 if { (eval echo configure:3776: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3776 rm -rf conftest*
3777 eval "ac_cv_lib_$ac_lib_var=yes"
3778 else
3779 echo "configure: failed program was:" >&5
3780 cat conftest.$ac_ext >&5
3781 rm -rf conftest*
3782 eval "ac_cv_lib_$ac_lib_var=no"
3784 rm -f conftest*
3785 LIBS="$ac_save_LIBS"
3788 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3789 echo "$ac_t""yes" 1>&6
3790 cat >> confdefs.h <<\EOF
3791 #define HAVE_RESIZETERM 1
3794 else
3795 echo "$ac_t""no" 1>&6
3798 echo $ac_n "checking for getbkgd in -lncurses""... $ac_c" 1>&6
3799 echo "configure:3800: checking for getbkgd in -lncurses" >&5
3800 ac_lib_var=`echo ncurses'_'getbkgd | sed 'y%./+-%__p_%'`
3801 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3802 echo $ac_n "(cached) $ac_c" 1>&6
3803 else
3804 ac_save_LIBS="$LIBS"
3805 LIBS="-lncurses $LIBS"
3806 cat > conftest.$ac_ext <<EOF
3807 #line 3808 "configure"
3808 #include "confdefs.h"
3809 /* Override any gcc2 internal prototype to avoid an error. */
3810 /* We use char because int might match the return type of a gcc2
3811 builtin and then its argument prototype would still apply. */
3812 char getbkgd();
3814 int main() {
3815 getbkgd()
3816 ; return 0; }
3818 if { (eval echo configure:3819: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3819 rm -rf conftest*
3820 eval "ac_cv_lib_$ac_lib_var=yes"
3821 else
3822 echo "configure: failed program was:" >&5
3823 cat conftest.$ac_ext >&5
3824 rm -rf conftest*
3825 eval "ac_cv_lib_$ac_lib_var=no"
3827 rm -f conftest*
3828 LIBS="$ac_save_LIBS"
3831 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3832 echo "$ac_t""yes" 1>&6
3833 cat >> confdefs.h <<\EOF
3834 #define HAVE_GETBKGD 1
3837 else
3838 echo "$ac_t""no" 1>&6
3841 else
3842 for ac_hdr in curses.h
3844 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3845 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3846 echo "configure:3847: checking for $ac_hdr" >&5
3847 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3848 echo $ac_n "(cached) $ac_c" 1>&6
3849 else
3850 cat > conftest.$ac_ext <<EOF
3851 #line 3852 "configure"
3852 #include "confdefs.h"
3853 #include <$ac_hdr>
3855 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3856 { (eval echo configure:3857: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3857 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3858 if test -z "$ac_err"; then
3859 rm -rf conftest*
3860 eval "ac_cv_header_$ac_safe=yes"
3861 else
3862 echo "$ac_err" >&5
3863 echo "configure: failed program was:" >&5
3864 cat conftest.$ac_ext >&5
3865 rm -rf conftest*
3866 eval "ac_cv_header_$ac_safe=no"
3868 rm -f conftest*
3870 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3871 echo "$ac_t""yes" 1>&6
3872 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3873 cat >> confdefs.h <<EOF
3874 #define $ac_tr_hdr 1
3877 else
3878 echo "$ac_t""no" 1>&6
3880 done
3882 if test "$ac_cv_header_curses_h" = "yes"
3883 then
3884 echo $ac_n "checking for waddch in -lcurses""... $ac_c" 1>&6
3885 echo "configure:3886: checking for waddch in -lcurses" >&5
3886 ac_lib_var=`echo curses'_'waddch | sed 'y%./+-%__p_%'`
3887 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3888 echo $ac_n "(cached) $ac_c" 1>&6
3889 else
3890 ac_save_LIBS="$LIBS"
3891 LIBS="-lcurses $LIBS"
3892 cat > conftest.$ac_ext <<EOF
3893 #line 3894 "configure"
3894 #include "confdefs.h"
3895 /* Override any gcc2 internal prototype to avoid an error. */
3896 /* We use char because int might match the return type of a gcc2
3897 builtin and then its argument prototype would still apply. */
3898 char waddch();
3900 int main() {
3901 waddch()
3902 ; return 0; }
3904 if { (eval echo configure:3905: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3905 rm -rf conftest*
3906 eval "ac_cv_lib_$ac_lib_var=yes"
3907 else
3908 echo "configure: failed program was:" >&5
3909 cat conftest.$ac_ext >&5
3910 rm -rf conftest*
3911 eval "ac_cv_lib_$ac_lib_var=no"
3913 rm -f conftest*
3914 LIBS="$ac_save_LIBS"
3917 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3918 echo "$ac_t""yes" 1>&6
3919 ac_tr_lib=HAVE_LIB`echo curses | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3920 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3921 cat >> confdefs.h <<EOF
3922 #define $ac_tr_lib 1
3925 LIBS="-lcurses $LIBS"
3927 else
3928 echo "$ac_t""no" 1>&6
3931 if test "$ac_cv_lib_curses_waddch" = "yes"
3932 then
3933 echo $ac_n "checking for resizeterm in -lcurses""... $ac_c" 1>&6
3934 echo "configure:3935: checking for resizeterm in -lcurses" >&5
3935 ac_lib_var=`echo curses'_'resizeterm | sed 'y%./+-%__p_%'`
3936 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3937 echo $ac_n "(cached) $ac_c" 1>&6
3938 else
3939 ac_save_LIBS="$LIBS"
3940 LIBS="-lcurses $LIBS"
3941 cat > conftest.$ac_ext <<EOF
3942 #line 3943 "configure"
3943 #include "confdefs.h"
3944 /* Override any gcc2 internal prototype to avoid an error. */
3945 /* We use char because int might match the return type of a gcc2
3946 builtin and then its argument prototype would still apply. */
3947 char resizeterm();
3949 int main() {
3950 resizeterm()
3951 ; return 0; }
3953 if { (eval echo configure:3954: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3954 rm -rf conftest*
3955 eval "ac_cv_lib_$ac_lib_var=yes"
3956 else
3957 echo "configure: failed program was:" >&5
3958 cat conftest.$ac_ext >&5
3959 rm -rf conftest*
3960 eval "ac_cv_lib_$ac_lib_var=no"
3962 rm -f conftest*
3963 LIBS="$ac_save_LIBS"
3966 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3967 echo "$ac_t""yes" 1>&6
3968 cat >> confdefs.h <<\EOF
3969 #define HAVE_RESIZETERM 1
3972 else
3973 echo "$ac_t""no" 1>&6
3976 echo $ac_n "checking for getbkgd in -lcurses""... $ac_c" 1>&6
3977 echo "configure:3978: checking for getbkgd in -lcurses" >&5
3978 ac_lib_var=`echo curses'_'getbkgd | sed 'y%./+-%__p_%'`
3979 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3980 echo $ac_n "(cached) $ac_c" 1>&6
3981 else
3982 ac_save_LIBS="$LIBS"
3983 LIBS="-lcurses $LIBS"
3984 cat > conftest.$ac_ext <<EOF
3985 #line 3986 "configure"
3986 #include "confdefs.h"
3987 /* Override any gcc2 internal prototype to avoid an error. */
3988 /* We use char because int might match the return type of a gcc2
3989 builtin and then its argument prototype would still apply. */
3990 char getbkgd();
3992 int main() {
3993 getbkgd()
3994 ; return 0; }
3996 if { (eval echo configure:3997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3997 rm -rf conftest*
3998 eval "ac_cv_lib_$ac_lib_var=yes"
3999 else
4000 echo "configure: failed program was:" >&5
4001 cat conftest.$ac_ext >&5
4002 rm -rf conftest*
4003 eval "ac_cv_lib_$ac_lib_var=no"
4005 rm -f conftest*
4006 LIBS="$ac_save_LIBS"
4009 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4010 echo "$ac_t""yes" 1>&6
4011 cat >> confdefs.h <<\EOF
4012 #define HAVE_GETBKGD 1
4015 else
4016 echo "$ac_t""no" 1>&6
4024 echo $ac_n "checking "for GNU style IPX support"""... $ac_c" 1>&6
4025 echo "configure:4026: checking "for GNU style IPX support"" >&5
4026 if eval "test \"`echo '$''{'ac_cv_c_ipx_gnu'+set}'`\" = set"; then
4027 echo $ac_n "(cached) $ac_c" 1>&6
4028 else
4029 cat > conftest.$ac_ext <<EOF
4030 #line 4031 "configure"
4031 #include "confdefs.h"
4032 #include <sys/socket.h>
4033 #include <netipx/ipx.h>
4034 int main() {
4035 ((struct sockaddr_ipx *)0)->sipx_family == AF_IPX
4036 ; return 0; }
4038 if { (eval echo configure:4039: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4039 rm -rf conftest*
4040 ac_cv_c_ipx_gnu="yes"
4041 else
4042 echo "configure: failed program was:" >&5
4043 cat conftest.$ac_ext >&5
4044 rm -rf conftest*
4045 ac_cv_c_ipx_gnu="no"
4047 rm -f conftest*
4051 echo "$ac_t""$ac_cv_c_ipx_gnu" 1>&6
4052 if test "$ac_cv_c_ipx_gnu" = "yes"
4053 then
4054 cat >> confdefs.h <<\EOF
4055 #define HAVE_IPX_GNU 1
4060 if test "$ac_cv_c_ipx_gnu" = "no"
4061 then
4062 echo $ac_n "checking "for linux style IPX support"""... $ac_c" 1>&6
4063 echo "configure:4064: checking "for linux style IPX support"" >&5
4064 if eval "test \"`echo '$''{'ac_cv_c_ipx_linux'+set}'`\" = set"; then
4065 echo $ac_n "(cached) $ac_c" 1>&6
4066 else
4067 cat > conftest.$ac_ext <<EOF
4068 #line 4069 "configure"
4069 #include "confdefs.h"
4070 #include <sys/socket.h>
4071 #include <asm/types.h>
4072 #include <linux/ipx.h>
4073 int main() {
4074 ((struct sockaddr_ipx *)0)->sipx_family == AF_IPX
4075 ; return 0; }
4077 if { (eval echo configure:4078: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4078 rm -rf conftest*
4079 ac_cv_c_ipx_linux="yes"
4080 else
4081 echo "configure: failed program was:" >&5
4082 cat conftest.$ac_ext >&5
4083 rm -rf conftest*
4084 ac_cv_c_ipx_linux="no"
4086 rm -f conftest*
4090 echo "$ac_t""$ac_cv_c_ipx_linux" 1>&6
4091 if test "$ac_cv_c_ipx_linux" = "yes"
4092 then
4093 cat >> confdefs.h <<\EOF
4094 #define HAVE_IPX_LINUX 1
4100 for ac_hdr in sys/soundcard.h machine/soundcard.h soundcard.h
4102 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4103 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4104 echo "configure:4105: checking for $ac_hdr" >&5
4105 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4106 echo $ac_n "(cached) $ac_c" 1>&6
4107 else
4108 cat > conftest.$ac_ext <<EOF
4109 #line 4110 "configure"
4110 #include "confdefs.h"
4111 #include <$ac_hdr>
4113 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4114 { (eval echo configure:4115: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4115 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4116 if test -z "$ac_err"; then
4117 rm -rf conftest*
4118 eval "ac_cv_header_$ac_safe=yes"
4119 else
4120 echo "$ac_err" >&5
4121 echo "configure: failed program was:" >&5
4122 cat conftest.$ac_ext >&5
4123 rm -rf conftest*
4124 eval "ac_cv_header_$ac_safe=no"
4126 rm -f conftest*
4128 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4129 echo "$ac_t""yes" 1>&6
4130 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4131 cat >> confdefs.h <<EOF
4132 #define $ac_tr_hdr 1
4134 break
4135 else
4136 echo "$ac_t""no" 1>&6
4138 done
4141 echo $ac_n "checking "for Open Sound System"""... $ac_c" 1>&6
4142 echo "configure:4143: checking "for Open Sound System"" >&5
4143 if eval "test \"`echo '$''{'ac_cv_c_opensoundsystem'+set}'`\" = set"; then
4144 echo $ac_n "(cached) $ac_c" 1>&6
4145 else
4146 cat > conftest.$ac_ext <<EOF
4147 #line 4148 "configure"
4148 #include "confdefs.h"
4150 #if defined(HAVE_SYS_SOUNDCARD_H)
4151 #include <sys/soundcard.h>
4152 #elif defined(HAVE_MACHINE_SOUNDCARD_H)
4153 #include <machine/soundcard.h>
4154 #elif defined(HAVE_SOUNDCARD_H)
4155 #include <soundcard.h>
4156 #endif
4158 int main() {
4161 /* check for one of the Open Sound System specific SNDCTL_ defines */
4162 #if !defined(SNDCTL_DSP_STEREO)
4163 #error No open sound system
4164 #endif
4166 ; return 0; }
4168 if { (eval echo configure:4169: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4169 rm -rf conftest*
4170 ac_cv_c_opensoundsystem="yes"
4171 else
4172 echo "configure: failed program was:" >&5
4173 cat conftest.$ac_ext >&5
4174 rm -rf conftest*
4175 ac_cv_c_opensoundsystem="no"
4177 rm -f conftest*
4180 echo "$ac_t""$ac_cv_c_opensoundsystem" 1>&6
4182 if test "$ac_cv_c_opensoundsystem" = "yes"
4183 then
4184 cat >> confdefs.h <<\EOF
4185 #define HAVE_OSS 1
4190 echo $ac_n "checking "for Open Sound System/MIDI interface"""... $ac_c" 1>&6
4191 echo "configure:4192: checking "for Open Sound System/MIDI interface"" >&5
4192 if eval "test \"`echo '$''{'ac_cv_c_opensoundsystem_midi'+set}'`\" = set"; then
4193 echo $ac_n "(cached) $ac_c" 1>&6
4194 else
4195 cat > conftest.$ac_ext <<EOF
4196 #line 4197 "configure"
4197 #include "confdefs.h"
4199 #if defined(HAVE_SYS_SOUNDCARD_H)
4200 #include <sys/soundcard.h>
4201 #elif defined(HAVE_MACHINE_SOUNDCARD_H)
4202 #include <machine/soundcard.h>
4203 #elif defined(HAVE_SOUNDCARD_H)
4204 #include <soundcard.h>
4205 #endif
4207 int main() {
4210 /* check for one of the Open Sound System specific SNDCTL_SEQ defines */
4211 #if !defined(SNDCTL_SEQ_SYNC)
4212 #error No open sound system MIDI interface
4213 #endif
4215 ; return 0; }
4217 if { (eval echo configure:4218: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4218 rm -rf conftest*
4219 ac_cv_c_opensoundsystem_midi="yes"
4220 else
4221 echo "configure: failed program was:" >&5
4222 cat conftest.$ac_ext >&5
4223 rm -rf conftest*
4224 ac_cv_c_opensoundsystem_midi="no"
4226 rm -f conftest*
4229 echo "$ac_t""$ac_cv_c_opensoundsystem_midi" 1>&6
4231 if test "$ac_cv_c_opensoundsystem_midi" = "yes"
4232 then
4233 cat >> confdefs.h <<\EOF
4234 #define HAVE_OSS_MIDI 1
4239 if test "$ac_cv_prog_LN_S" = "ln -s"; then : ; else LN_S=cp ; fi
4242 if test "x${GCC}" = "xyes"
4243 then
4244 CFLAGS="$CFLAGS -Wall"
4245 echo $ac_n "checking "for gcc strength-reduce bug"""... $ac_c" 1>&6
4246 echo "configure:4247: checking "for gcc strength-reduce bug"" >&5
4247 if eval "test \"`echo '$''{'ac_cv_c_gcc_strength_bug'+set}'`\" = set"; then
4248 echo $ac_n "(cached) $ac_c" 1>&6
4249 else
4250 if test "$cross_compiling" = yes; then
4251 ac_cv_c_gcc_strength_bug="yes"
4252 else
4253 cat > conftest.$ac_ext <<EOF
4254 #line 4255 "configure"
4255 #include "confdefs.h"
4257 int main(void) {
4258 static int Array[3];
4259 unsigned int B = 3;
4260 int i;
4261 for(i=0; i<B; i++) Array[i] = i - 3;
4262 exit( Array[1] != -2 );
4265 if { (eval echo configure:4266: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4266 then
4267 ac_cv_c_gcc_strength_bug="no"
4268 else
4269 echo "configure: failed program was:" >&5
4270 cat conftest.$ac_ext >&5
4271 rm -fr conftest*
4272 ac_cv_c_gcc_strength_bug="yes"
4274 rm -fr conftest*
4279 echo "$ac_t""$ac_cv_c_gcc_strength_bug" 1>&6
4280 if test "$ac_cv_c_gcc_strength_bug" = "yes"
4281 then
4282 CFLAGS="$CFLAGS -fno-strength-reduce"
4287 echo $ac_n "checking "whether external symbols need an underscore prefix"""... $ac_c" 1>&6
4288 echo "configure:4289: checking "whether external symbols need an underscore prefix"" >&5
4289 if eval "test \"`echo '$''{'ac_cv_c_extern_prefix'+set}'`\" = set"; then
4290 echo $ac_n "(cached) $ac_c" 1>&6
4291 else
4292 saved_libs=$LIBS
4293 LIBS="conftest_asm.s $LIBS"
4294 cat > conftest_asm.s <<EOF
4295 .globl _ac_test
4296 _ac_test:
4297 .long 0
4299 cat > conftest.$ac_ext <<EOF
4300 #line 4301 "configure"
4301 #include "confdefs.h"
4302 extern int ac_test;
4303 int main() {
4304 if (ac_test) return 1
4305 ; return 0; }
4307 if { (eval echo configure:4308: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4308 rm -rf conftest*
4309 ac_cv_c_extern_prefix="yes"
4310 else
4311 echo "configure: failed program was:" >&5
4312 cat conftest.$ac_ext >&5
4313 rm -rf conftest*
4314 ac_cv_c_extern_prefix="no"
4316 rm -f conftest*
4317 LIBS=$saved_libs
4320 echo "$ac_t""$ac_cv_c_extern_prefix" 1>&6
4321 if test "$ac_cv_c_extern_prefix" = "yes"
4322 then
4323 cat >> confdefs.h <<\EOF
4324 #define NEED_UNDERSCORE_PREFIX 1
4330 echo $ac_n "checking "whether assembler accepts .string"""... $ac_c" 1>&6
4331 echo "configure:4332: checking "whether assembler accepts .string"" >&5
4332 if eval "test \"`echo '$''{'ac_cv_c_asm_string'+set}'`\" = set"; then
4333 echo $ac_n "(cached) $ac_c" 1>&6
4334 else
4335 saved_libs=$LIBS
4336 LIBS="conftest_asm.s $LIBS"
4337 cat > conftest_asm.s <<EOF
4338 .string "test"
4340 cat > conftest.$ac_ext <<EOF
4341 #line 4342 "configure"
4342 #include "confdefs.h"
4344 int main() {
4346 ; return 0; }
4348 if { (eval echo configure:4349: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4349 rm -rf conftest*
4350 ac_cv_c_asm_string="yes"
4351 else
4352 echo "configure: failed program was:" >&5
4353 cat conftest.$ac_ext >&5
4354 rm -rf conftest*
4355 ac_cv_c_asm_string="no"
4357 rm -f conftest*
4358 LIBS=$saved_libs
4361 echo "$ac_t""$ac_cv_c_asm_string" 1>&6
4362 if test "$ac_cv_c_asm_string" = "yes"
4363 then
4364 cat >> confdefs.h <<\EOF
4365 #define HAVE_ASM_STRING 1
4371 LDSHARED=""
4372 if test "$LIBEXT" = "so"
4373 then
4374 echo $ac_n "checking "whether we can build a Linux dll"""... $ac_c" 1>&6
4375 echo "configure:4376: checking "whether we can build a Linux dll"" >&5
4376 if eval "test \"`echo '$''{'ac_cv_c_dll_linux'+set}'`\" = set"; then
4377 echo $ac_n "(cached) $ac_c" 1>&6
4378 else
4379 saved_cflags=$CFLAGS
4380 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,conftest.so.1.0"
4381 cat > conftest.$ac_ext <<EOF
4382 #line 4383 "configure"
4383 #include "confdefs.h"
4385 int main() {
4386 return 1
4387 ; return 0; }
4389 if { (eval echo configure:4390: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4390 rm -rf conftest*
4391 ac_cv_c_dll_linux="yes"
4392 else
4393 echo "configure: failed program was:" >&5
4394 cat conftest.$ac_ext >&5
4395 rm -rf conftest*
4396 ac_cv_c_dll_linux="no"
4398 rm -f conftest*
4399 CFLAGS=$saved_cflags
4403 echo "$ac_t""$ac_cv_c_dll_linux" 1>&6
4404 if test "$ac_cv_c_dll_linux" = "yes"
4405 then
4406 LDSHARED="\$(CC) -shared -Wl,-soname,\$(SONAME),-rpath,\$(libdir)"
4407 else
4408 echo $ac_n "checking whether we can build a UnixWare (Solaris) dll""... $ac_c" 1>&6
4409 echo "configure:4410: checking whether we can build a UnixWare (Solaris) dll" >&5
4410 if eval "test \"`echo '$''{'ac_cv_c_dll_unixware'+set}'`\" = set"; then
4411 echo $ac_n "(cached) $ac_c" 1>&6
4412 else
4413 saved_cflags=$CFLAGS
4414 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0"
4415 cat > conftest.$ac_ext <<EOF
4416 #line 4417 "configure"
4417 #include "confdefs.h"
4419 int main() {
4420 return 1
4421 ; return 0; }
4423 if { (eval echo configure:4424: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4424 rm -rf conftest*
4425 ac_cv_c_dll_unixware="yes"
4426 else
4427 echo "configure: failed program was:" >&5
4428 cat conftest.$ac_ext >&5
4429 rm -rf conftest*
4430 ac_cv_c_dll_unixware="no"
4432 rm -f conftest*
4433 CFLAGS=$saved_cflags
4437 echo "$ac_t""$ac_cv_c_dll_unixware" 1>&6
4438 if test "$ac_cv_c_dll_unixware" = "yes"
4439 then
4440 LDSHARED="\$(CC) -Wl,-G,-h,\$(libdir)/\$(SONAME)"
4441 else
4442 echo $ac_n "checking "whether we can build a NetBSD dll"""... $ac_c" 1>&6
4443 echo "configure:4444: checking "whether we can build a NetBSD dll"" >&5
4444 if eval "test \"`echo '$''{'ac_cv_c_dll_netbsd'+set}'`\" = set"; then
4445 echo $ac_n "(cached) $ac_c" 1>&6
4446 else
4447 saved_cflags=$CFLAGS
4448 CFLAGS="$CFLAGS -fPIC -Bshareable -Bforcearchive"
4449 cat > conftest.$ac_ext <<EOF
4450 #line 4451 "configure"
4451 #include "confdefs.h"
4453 int main() {
4454 return 1
4455 ; return 0; }
4457 if { (eval echo configure:4458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4458 rm -rf conftest*
4459 ac_cv_c_dll_netbsd="yes"
4460 else
4461 echo "configure: failed program was:" >&5
4462 cat conftest.$ac_ext >&5
4463 rm -rf conftest*
4464 ac_cv_c_dll_netbsd="no"
4466 rm -f conftest*
4467 CFLAGS=$saved_cflags
4471 echo "$ac_t""$ac_cv_c_dll_netbsd" 1>&6
4472 if test "$ac_cv_c_dll_netbsd" = "yes"
4473 then
4474 LDSHARED="ld -Bshareable -Bforcearchive"
4478 if test "$ac_cv_c_dll_linux" = "no" -a "$ac_cv_c_dll_unixware" = "no" -a "$ac_cv_c_dll_netbsd" = "no"
4479 then
4480 LIBEXT="a"
4484 DLLFLAGS=""
4485 BUILDFLAGS=""
4486 DLL_LINK="-L\$(DLLDIR) \$(DLLS:%=-l%) -L\$(TOPOBJDIR) -lwine"
4488 if test "$LIBEXT" = "so"; then
4489 BUILDFLAGS="-pic"
4490 DLLFLAGS="-fPIC"
4491 else
4492 echo $ac_n "checking whether the linker supports --[no]-whole-archive (Linux)""... $ac_c" 1>&6
4493 echo "configure:4494: checking whether the linker supports --[no]-whole-archive (Linux)" >&5
4494 if eval "test \"`echo '$''{'ac_cv_c_whole_archive'+set}'`\" = set"; then
4495 echo $ac_n "(cached) $ac_c" 1>&6
4496 else
4497 saved_cflags=$CFLAGS
4498 CFLAGS="$CFLAGS -Wl,--whole-archive -Wl,--no-whole-archive"
4499 cat > conftest.$ac_ext <<EOF
4500 #line 4501 "configure"
4501 #include "confdefs.h"
4503 int main() {
4504 return 1
4505 ; return 0; }
4507 if { (eval echo configure:4508: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4508 rm -rf conftest*
4509 ac_cv_c_whole_archive="yes"
4510 else
4511 echo "configure: failed program was:" >&5
4512 cat conftest.$ac_ext >&5
4513 rm -rf conftest*
4514 ac_cv_c_whole_archive="no"
4516 rm -f conftest*
4517 CFLAGS=$saved_cflags
4521 echo "$ac_t""$ac_cv_c_whole_archive" 1>&6
4522 if test "$ac_cv_c_whole_archive" = "yes"
4523 then
4524 DLL_LINK="-Wl,--whole-archive $DLL_LINK -Wl,--no-whole-archive"
4525 else
4526 echo $ac_n "checking whether the linker supports -z {all,default}extract (Linux)""... $ac_c" 1>&6
4527 echo "configure:4528: checking whether the linker supports -z {all,default}extract (Linux)" >&5
4528 if eval "test \"`echo '$''{'ac_cv_c_allextract'+set}'`\" = set"; then
4529 echo $ac_n "(cached) $ac_c" 1>&6
4530 else
4531 saved_cflags=$CFLAGS
4532 CFLAGS="$CFLAGS -Wl,-z,allextract -Wl,-z,defaultextract"
4533 cat > conftest.$ac_ext <<EOF
4534 #line 4535 "configure"
4535 #include "confdefs.h"
4537 int main() {
4538 return 1
4539 ; return 0; }
4541 if { (eval echo configure:4542: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4542 rm -rf conftest*
4543 ac_cv_c_allextract="yes"
4544 else
4545 echo "configure: failed program was:" >&5
4546 cat conftest.$ac_ext >&5
4547 rm -rf conftest*
4548 ac_cv_c_allextract="no"
4550 rm -f conftest*
4551 CFLAGS=$saved_cflags
4555 echo "$ac_t""$ac_cv_c_allextract" 1>&6
4556 if test "$ac_cv_c_allextract" = "yes"
4557 then
4558 DLL_LINK="-Wl,-z,allextract $DLL_LINK -Wl,-z,defaultextract"
4570 wine_cv_libc_reentrant=no
4571 echo $ac_n "checking "for reentrant libc: __errno_location"""... $ac_c" 1>&6
4572 echo "configure:4573: checking "for reentrant libc: __errno_location"" >&5
4573 if eval "test \"`echo '$''{'wine_cv_libc_r__errno_location'+set}'`\" = set"; then
4574 echo $ac_n "(cached) $ac_c" 1>&6
4575 else
4576 if test "$cross_compiling" = yes; then
4577 wine_cv_libc_r__errno_location=yes
4578 else
4579 cat > conftest.$ac_ext <<EOF
4580 #line 4581 "configure"
4581 #include "confdefs.h"
4582 int myerrno = 0;
4583 char buf[256];
4584 int *__errno_location(){return &myerrno;}
4585 main(){connect(0,buf,255); exit(!myerrno);}
4587 if { (eval echo configure:4588: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4588 then
4589 wine_cv_libc_r__errno_location=yes
4590 else
4591 echo "configure: failed program was:" >&5
4592 cat conftest.$ac_ext >&5
4593 rm -fr conftest*
4594 wine_cv_libc_r__errno_location=no
4596 rm -fr conftest*
4602 echo "$ac_t""$wine_cv_libc_r__errno_location" 1>&6
4603 if test "$wine_cv_libc_r__errno_location" = "yes"
4604 then
4605 cat >> confdefs.h <<\EOF
4606 #define HAVE__ERRNO_LOCATION 1
4609 wine_cv_libc_reentrant=__errno_location
4611 echo $ac_n "checking "for reentrant libc: __error"""... $ac_c" 1>&6
4612 echo "configure:4613: checking "for reentrant libc: __error"" >&5
4613 if eval "test \"`echo '$''{'wine_cv_libc_r__error'+set}'`\" = set"; then
4614 echo $ac_n "(cached) $ac_c" 1>&6
4615 else
4616 if test "$cross_compiling" = yes; then
4617 wine_cv_libc_r__error=yes
4618 else
4619 cat > conftest.$ac_ext <<EOF
4620 #line 4621 "configure"
4621 #include "confdefs.h"
4622 int myerrno = 0;
4623 char buf[256];
4624 int *__error(){return &myerrno;}
4625 main(){connect(0,buf,255); exit(!myerrno);}
4627 if { (eval echo configure:4628: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4628 then
4629 wine_cv_libc_r__error=yes
4630 else
4631 echo "configure: failed program was:" >&5
4632 cat conftest.$ac_ext >&5
4633 rm -fr conftest*
4634 wine_cv_libc_r__error=no
4636 rm -fr conftest*
4642 echo "$ac_t""$wine_cv_libc_r__error" 1>&6
4643 if test "$wine_cv_libc_r__error" = "yes"
4644 then
4645 cat >> confdefs.h <<\EOF
4646 #define HAVE__ERROR 1
4649 wine_cv_libc_reentrant=__error
4651 echo $ac_n "checking "for reentrant libc: ___errno"""... $ac_c" 1>&6
4652 echo "configure:4653: checking "for reentrant libc: ___errno"" >&5
4653 if eval "test \"`echo '$''{'wine_cv_libc_r___errno'+set}'`\" = set"; then
4654 echo $ac_n "(cached) $ac_c" 1>&6
4655 else
4656 if test "$cross_compiling" = yes; then
4657 wine_cv_libc_r___errno=yes
4658 else
4659 cat > conftest.$ac_ext <<EOF
4660 #line 4661 "configure"
4661 #include "confdefs.h"
4662 int myerrno = 0;
4663 char buf[256];
4664 int *___errno(){return &myerrno;}
4665 main(){connect(0,buf,255); exit(!myerrno);}
4667 if { (eval echo configure:4668: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4668 then
4669 wine_cv_libc_r___errno=yes
4670 else
4671 echo "configure: failed program was:" >&5
4672 cat conftest.$ac_ext >&5
4673 rm -fr conftest*
4674 wine_cv_libc_r___errno=no
4676 rm -fr conftest*
4682 echo "$ac_t""$wine_cv_libc_r___errno" 1>&6
4683 if test "$wine_cv_libc_r___errno" = "yes"
4684 then
4685 cat >> confdefs.h <<\EOF
4686 #define HAVE___ERRNO 1
4689 wine_cv_libc_reentrant=___errno
4691 echo $ac_n "checking "for reentrant libc: __thr_errno"""... $ac_c" 1>&6
4692 echo "configure:4693: checking "for reentrant libc: __thr_errno"" >&5
4693 if eval "test \"`echo '$''{'wine_cv_libc_r__thr_errno'+set}'`\" = set"; then
4694 echo $ac_n "(cached) $ac_c" 1>&6
4695 else
4696 if test "$cross_compiling" = yes; then
4697 wine_cv_libc_r__thr_errno=yes
4698 else
4699 cat > conftest.$ac_ext <<EOF
4700 #line 4701 "configure"
4701 #include "confdefs.h"
4702 int myerrno = 0;
4703 char buf[256];
4704 int *__thr_errno(){return &myerrno;}
4705 main(){connect(0,buf,255); exit(!myerrno);}
4707 if { (eval echo configure:4708: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4708 then
4709 wine_cv_libc_r__thr_errno=yes
4710 else
4711 echo "configure: failed program was:" >&5
4712 cat conftest.$ac_ext >&5
4713 rm -fr conftest*
4714 wine_cv_libc_r__thr_errno=no
4716 rm -fr conftest*
4722 echo "$ac_t""$wine_cv_libc_r__thr_errno" 1>&6
4723 if test "$wine_cv_libc_r__thr_errno" = "yes"
4724 then
4725 cat >> confdefs.h <<\EOF
4726 #define HAVE__THR_ERRNO 1
4729 wine_cv_libc_reentrant=__thr_errno
4731 if test "$wine_cv_libc_reentrant" = "no"
4732 then
4733 cat >> confdefs.h <<\EOF
4734 #define NO_REENTRANT_LIBC 1
4740 if test "$have_x" = "yes" -a "$wine_cv_libc_reentrant" != "no"
4741 then
4742 echo $ac_n "checking "for reentrant X libraries"""... $ac_c" 1>&6
4743 echo "configure:4744: checking "for reentrant X libraries"" >&5
4744 if eval "test \"`echo '$''{'wine_cv_x_reentrant'+set}'`\" = set"; then
4745 echo $ac_n "(cached) $ac_c" 1>&6
4746 else
4747 if test "x$with_reentrant_x" = "xno"
4748 then
4749 wine_cv_x_reentrant=no
4750 else
4751 libX11_check=none
4752 for dir in "$x_libraries" /usr/lib /usr/local/lib /lib; do
4753 if test -r $dir/libX11.so; then
4754 libX11_check="-D $dir/libX11.so"
4755 break 1
4757 if test -r $dir/libX11.a; then
4758 libX11_check="$dir/libX11.a"
4759 break 1
4761 done
4762 if test "$libX11_check" != "none"; then
4763 if nm $libX11_check | grep $wine_cv_libc_reentrant >/dev/null 2>&1
4764 then
4765 wine_cv_x_reentrant=yes
4766 else
4767 wine_cv_x_reentrant=no
4769 else
4770 wine_cv_x_reentrant=unknown
4775 echo "$ac_t""$wine_cv_x_reentrant" 1>&6
4776 else
4777 wine_cv_x_reentrant=no
4779 if test "$wine_cv_x_reentrant" = "no"
4780 then
4781 cat >> confdefs.h <<\EOF
4782 #define NO_REENTRANT_X11 1
4788 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
4789 echo "configure:4790: checking whether byte ordering is bigendian" >&5
4790 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
4791 echo $ac_n "(cached) $ac_c" 1>&6
4792 else
4793 ac_cv_c_bigendian=unknown
4794 # See if sys/param.h defines the BYTE_ORDER macro.
4795 cat > conftest.$ac_ext <<EOF
4796 #line 4797 "configure"
4797 #include "confdefs.h"
4798 #include <sys/types.h>
4799 #include <sys/param.h>
4800 int main() {
4802 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
4803 bogus endian macros
4804 #endif
4805 ; return 0; }
4807 if { (eval echo configure:4808: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4808 rm -rf conftest*
4809 # It does; now see whether it defined to BIG_ENDIAN or not.
4810 cat > conftest.$ac_ext <<EOF
4811 #line 4812 "configure"
4812 #include "confdefs.h"
4813 #include <sys/types.h>
4814 #include <sys/param.h>
4815 int main() {
4817 #if BYTE_ORDER != BIG_ENDIAN
4818 not big endian
4819 #endif
4820 ; return 0; }
4822 if { (eval echo configure:4823: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4823 rm -rf conftest*
4824 ac_cv_c_bigendian=yes
4825 else
4826 echo "configure: failed program was:" >&5
4827 cat conftest.$ac_ext >&5
4828 rm -rf conftest*
4829 ac_cv_c_bigendian=no
4831 rm -f conftest*
4832 else
4833 echo "configure: failed program was:" >&5
4834 cat conftest.$ac_ext >&5
4836 rm -f conftest*
4837 if test $ac_cv_c_bigendian = unknown; then
4838 if test "$cross_compiling" = yes; then
4839 { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
4840 else
4841 cat > conftest.$ac_ext <<EOF
4842 #line 4843 "configure"
4843 #include "confdefs.h"
4844 main () {
4845 /* Are we little or big endian? From Harbison&Steele. */
4846 union
4848 long l;
4849 char c[sizeof (long)];
4850 } u;
4851 u.l = 1;
4852 exit (u.c[sizeof (long) - 1] == 1);
4855 if { (eval echo configure:4856: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4856 then
4857 ac_cv_c_bigendian=no
4858 else
4859 echo "configure: failed program was:" >&5
4860 cat conftest.$ac_ext >&5
4861 rm -fr conftest*
4862 ac_cv_c_bigendian=yes
4864 rm -fr conftest*
4870 echo "$ac_t""$ac_cv_c_bigendian" 1>&6
4871 if test $ac_cv_c_bigendian = yes; then
4872 cat >> confdefs.h <<\EOF
4873 #define WORDS_BIGENDIAN 1
4880 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
4881 # for constant arguments. Useless!
4882 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
4883 echo "configure:4884: checking for working alloca.h" >&5
4884 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
4885 echo $ac_n "(cached) $ac_c" 1>&6
4886 else
4887 cat > conftest.$ac_ext <<EOF
4888 #line 4889 "configure"
4889 #include "confdefs.h"
4890 #include <alloca.h>
4891 int main() {
4892 void *p = alloca(2 * sizeof(int));
4893 ; return 0; }
4895 if { (eval echo configure:4896: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4896 rm -rf conftest*
4897 ac_cv_header_alloca_h=yes
4898 else
4899 echo "configure: failed program was:" >&5
4900 cat conftest.$ac_ext >&5
4901 rm -rf conftest*
4902 ac_cv_header_alloca_h=no
4904 rm -f conftest*
4907 echo "$ac_t""$ac_cv_header_alloca_h" 1>&6
4908 if test $ac_cv_header_alloca_h = yes; then
4909 cat >> confdefs.h <<\EOF
4910 #define HAVE_ALLOCA_H 1
4915 echo $ac_n "checking for alloca""... $ac_c" 1>&6
4916 echo "configure:4917: checking for alloca" >&5
4917 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
4918 echo $ac_n "(cached) $ac_c" 1>&6
4919 else
4920 cat > conftest.$ac_ext <<EOF
4921 #line 4922 "configure"
4922 #include "confdefs.h"
4924 #ifdef __GNUC__
4925 # define alloca __builtin_alloca
4926 #else
4927 # ifdef _MSC_VER
4928 # include <malloc.h>
4929 # define alloca _alloca
4930 # else
4931 # if HAVE_ALLOCA_H
4932 # include <alloca.h>
4933 # else
4934 # ifdef _AIX
4935 #pragma alloca
4936 # else
4937 # ifndef alloca /* predefined by HP cc +Olibcalls */
4938 char *alloca ();
4939 # endif
4940 # endif
4941 # endif
4942 # endif
4943 #endif
4945 int main() {
4946 char *p = (char *) alloca(1);
4947 ; return 0; }
4949 if { (eval echo configure:4950: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4950 rm -rf conftest*
4951 ac_cv_func_alloca_works=yes
4952 else
4953 echo "configure: failed program was:" >&5
4954 cat conftest.$ac_ext >&5
4955 rm -rf conftest*
4956 ac_cv_func_alloca_works=no
4958 rm -f conftest*
4961 echo "$ac_t""$ac_cv_func_alloca_works" 1>&6
4962 if test $ac_cv_func_alloca_works = yes; then
4963 cat >> confdefs.h <<\EOF
4964 #define HAVE_ALLOCA 1
4969 if test $ac_cv_func_alloca_works = no; then
4970 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
4971 # that cause trouble. Some versions do not even contain alloca or
4972 # contain a buggy version. If you still want to use their alloca,
4973 # use ar to extract alloca.o from them instead of compiling alloca.c.
4974 ALLOCA=alloca.${ac_objext}
4975 cat >> confdefs.h <<\EOF
4976 #define C_ALLOCA 1
4980 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
4981 echo "configure:4982: checking whether alloca needs Cray hooks" >&5
4982 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
4983 echo $ac_n "(cached) $ac_c" 1>&6
4984 else
4985 cat > conftest.$ac_ext <<EOF
4986 #line 4987 "configure"
4987 #include "confdefs.h"
4988 #if defined(CRAY) && ! defined(CRAY2)
4989 webecray
4990 #else
4991 wenotbecray
4992 #endif
4995 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4996 egrep "webecray" >/dev/null 2>&1; then
4997 rm -rf conftest*
4998 ac_cv_os_cray=yes
4999 else
5000 rm -rf conftest*
5001 ac_cv_os_cray=no
5003 rm -f conftest*
5007 echo "$ac_t""$ac_cv_os_cray" 1>&6
5008 if test $ac_cv_os_cray = yes; then
5009 for ac_func in _getb67 GETB67 getb67; do
5010 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5011 echo "configure:5012: checking for $ac_func" >&5
5012 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5013 echo $ac_n "(cached) $ac_c" 1>&6
5014 else
5015 cat > conftest.$ac_ext <<EOF
5016 #line 5017 "configure"
5017 #include "confdefs.h"
5018 /* System header to define __stub macros and hopefully few prototypes,
5019 which can conflict with char $ac_func(); below. */
5020 #include <assert.h>
5021 /* Override any gcc2 internal prototype to avoid an error. */
5022 /* We use char because int might match the return type of a gcc2
5023 builtin and then its argument prototype would still apply. */
5024 char $ac_func();
5026 int main() {
5028 /* The GNU C library defines this for functions which it implements
5029 to always fail with ENOSYS. Some functions are actually named
5030 something starting with __ and the normal name is an alias. */
5031 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5032 choke me
5033 #else
5034 $ac_func();
5035 #endif
5037 ; return 0; }
5039 if { (eval echo configure:5040: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5040 rm -rf conftest*
5041 eval "ac_cv_func_$ac_func=yes"
5042 else
5043 echo "configure: failed program was:" >&5
5044 cat conftest.$ac_ext >&5
5045 rm -rf conftest*
5046 eval "ac_cv_func_$ac_func=no"
5048 rm -f conftest*
5051 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5052 echo "$ac_t""yes" 1>&6
5053 cat >> confdefs.h <<EOF
5054 #define CRAY_STACKSEG_END $ac_func
5057 break
5058 else
5059 echo "$ac_t""no" 1>&6
5062 done
5065 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
5066 echo "configure:5067: checking stack direction for C alloca" >&5
5067 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
5068 echo $ac_n "(cached) $ac_c" 1>&6
5069 else
5070 if test "$cross_compiling" = yes; then
5071 ac_cv_c_stack_direction=0
5072 else
5073 cat > conftest.$ac_ext <<EOF
5074 #line 5075 "configure"
5075 #include "confdefs.h"
5076 find_stack_direction ()
5078 static char *addr = 0;
5079 auto char dummy;
5080 if (addr == 0)
5082 addr = &dummy;
5083 return find_stack_direction ();
5085 else
5086 return (&dummy > addr) ? 1 : -1;
5088 main ()
5090 exit (find_stack_direction() < 0);
5093 if { (eval echo configure:5094: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5094 then
5095 ac_cv_c_stack_direction=1
5096 else
5097 echo "configure: failed program was:" >&5
5098 cat conftest.$ac_ext >&5
5099 rm -fr conftest*
5100 ac_cv_c_stack_direction=-1
5102 rm -fr conftest*
5107 echo "$ac_t""$ac_cv_c_stack_direction" 1>&6
5108 cat >> confdefs.h <<EOF
5109 #define STACK_DIRECTION $ac_cv_c_stack_direction
5114 for ac_func in \
5115 _lwp_create \
5116 clone \
5117 getnetbyaddr \
5118 getnetbyname \
5119 getpagesize \
5120 getprotobyname \
5121 getprotobynumber \
5122 getservbyport \
5123 getsockopt \
5124 inet_network \
5125 memmove \
5126 rfork \
5127 select \
5128 sendmsg \
5129 settimeofday \
5130 sigaltstack \
5131 statfs \
5132 strcasecmp \
5133 strerror \
5134 strncasecmp \
5135 tcgetattr \
5136 timegm \
5137 usleep \
5138 vfscanf \
5139 wait4 \
5140 waitpid \
5143 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5144 echo "configure:5145: checking for $ac_func" >&5
5145 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5146 echo $ac_n "(cached) $ac_c" 1>&6
5147 else
5148 cat > conftest.$ac_ext <<EOF
5149 #line 5150 "configure"
5150 #include "confdefs.h"
5151 /* System header to define __stub macros and hopefully few prototypes,
5152 which can conflict with char $ac_func(); below. */
5153 #include <assert.h>
5154 /* Override any gcc2 internal prototype to avoid an error. */
5155 /* We use char because int might match the return type of a gcc2
5156 builtin and then its argument prototype would still apply. */
5157 char $ac_func();
5159 int main() {
5161 /* The GNU C library defines this for functions which it implements
5162 to always fail with ENOSYS. Some functions are actually named
5163 something starting with __ and the normal name is an alias. */
5164 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5165 choke me
5166 #else
5167 $ac_func();
5168 #endif
5170 ; return 0; }
5172 if { (eval echo configure:5173: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5173 rm -rf conftest*
5174 eval "ac_cv_func_$ac_func=yes"
5175 else
5176 echo "configure: failed program was:" >&5
5177 cat conftest.$ac_ext >&5
5178 rm -rf conftest*
5179 eval "ac_cv_func_$ac_func=no"
5181 rm -f conftest*
5184 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5185 echo "$ac_t""yes" 1>&6
5186 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5187 cat >> confdefs.h <<EOF
5188 #define $ac_tr_func 1
5191 else
5192 echo "$ac_t""no" 1>&6
5194 done
5198 for ac_hdr in \
5199 a.out.h \
5200 a_out.h \
5201 arpa/inet.h \
5202 arpa/nameser.h \
5203 elf.h \
5204 float.h \
5205 libio.h \
5206 link.h \
5207 linux/cdrom.h \
5208 linux/joystick.h \
5209 linux/ucdrom.h \
5210 net/if.h \
5211 netinet/in.h \
5212 netinet/tcp.h \
5213 pty.h \
5214 resolv.h \
5215 sched.h \
5216 socket.h \
5217 strings.h \
5218 sys/cdio.h \
5219 sys/errno.h \
5220 sys/file.h \
5221 sys/filio.h \
5222 sys/ipc.h \
5223 sys/lwp.h \
5224 sys/mman.h \
5225 sys/modem.h \
5226 sys/mount.h \
5227 sys/msg.h \
5228 sys/param.h \
5229 sys/reg.h \
5230 sys/signal.h \
5231 sys/shm.h \
5232 sys/socket.h \
5233 sys/sockio.h \
5234 sys/statfs.h \
5235 sys/strtio.h \
5236 sys/syscall.h \
5237 sys/wait.h \
5238 sys/v86.h \
5239 sys/v86intr.h \
5240 sys/vfs.h \
5241 sys/vm86.h \
5242 syscall.h \
5243 ucontext.h \
5244 wctype.h \
5247 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5248 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5249 echo "configure:5250: checking for $ac_hdr" >&5
5250 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5251 echo $ac_n "(cached) $ac_c" 1>&6
5252 else
5253 cat > conftest.$ac_ext <<EOF
5254 #line 5255 "configure"
5255 #include "confdefs.h"
5256 #include <$ac_hdr>
5258 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5259 { (eval echo configure:5260: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5260 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5261 if test -z "$ac_err"; then
5262 rm -rf conftest*
5263 eval "ac_cv_header_$ac_safe=yes"
5264 else
5265 echo "$ac_err" >&5
5266 echo "configure: failed program was:" >&5
5267 cat conftest.$ac_ext >&5
5268 rm -rf conftest*
5269 eval "ac_cv_header_$ac_safe=no"
5271 rm -f conftest*
5273 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5274 echo "$ac_t""yes" 1>&6
5275 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5276 cat >> confdefs.h <<EOF
5277 #define $ac_tr_hdr 1
5280 else
5281 echo "$ac_t""no" 1>&6
5283 done
5285 echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6
5286 echo "configure:5287: checking whether stat file-mode macros are broken" >&5
5287 if eval "test \"`echo '$''{'ac_cv_header_stat_broken'+set}'`\" = set"; then
5288 echo $ac_n "(cached) $ac_c" 1>&6
5289 else
5290 cat > conftest.$ac_ext <<EOF
5291 #line 5292 "configure"
5292 #include "confdefs.h"
5293 #include <sys/types.h>
5294 #include <sys/stat.h>
5296 #if defined(S_ISBLK) && defined(S_IFDIR)
5297 # if S_ISBLK (S_IFDIR)
5298 You lose.
5299 # endif
5300 #endif
5302 #if defined(S_ISBLK) && defined(S_IFCHR)
5303 # if S_ISBLK (S_IFCHR)
5304 You lose.
5305 # endif
5306 #endif
5308 #if defined(S_ISLNK) && defined(S_IFREG)
5309 # if S_ISLNK (S_IFREG)
5310 You lose.
5311 # endif
5312 #endif
5314 #if defined(S_ISSOCK) && defined(S_IFREG)
5315 # if S_ISSOCK (S_IFREG)
5316 You lose.
5317 # endif
5318 #endif
5321 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5322 egrep "You lose" >/dev/null 2>&1; then
5323 rm -rf conftest*
5324 ac_cv_header_stat_broken=yes
5325 else
5326 rm -rf conftest*
5327 ac_cv_header_stat_broken=no
5329 rm -f conftest*
5333 echo "$ac_t""$ac_cv_header_stat_broken" 1>&6
5334 if test $ac_cv_header_stat_broken = yes; then
5335 cat >> confdefs.h <<\EOF
5336 #define STAT_MACROS_BROKEN 1
5343 echo $ac_n "checking for working const""... $ac_c" 1>&6
5344 echo "configure:5345: checking for working const" >&5
5345 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
5346 echo $ac_n "(cached) $ac_c" 1>&6
5347 else
5348 cat > conftest.$ac_ext <<EOF
5349 #line 5350 "configure"
5350 #include "confdefs.h"
5352 int main() {
5354 /* Ultrix mips cc rejects this. */
5355 typedef int charset[2]; const charset x = {0,0};
5356 /* SunOS 4.1.1 cc rejects this. */
5357 char const *const *ccp;
5358 char **p;
5359 /* NEC SVR4.0.2 mips cc rejects this. */
5360 struct point {int x, y;};
5361 static struct point const zero = {0,0};
5362 /* AIX XL C 1.02.0.0 rejects this.
5363 It does not let you subtract one const X* pointer from another in an arm
5364 of an if-expression whose if-part is not a constant expression */
5365 const char *g = "string";
5366 ccp = &g + (g ? g-g : 0);
5367 /* HPUX 7.0 cc rejects these. */
5368 ++ccp;
5369 p = (char**) ccp;
5370 ccp = (char const *const *) p;
5371 { /* SCO 3.2v4 cc rejects this. */
5372 char *t;
5373 char const *s = 0 ? (char *) 0 : (char const *) 0;
5375 *t++ = 0;
5377 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
5378 int x[] = {25, 17};
5379 const int *foo = &x[0];
5380 ++foo;
5382 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
5383 typedef const int *iptr;
5384 iptr p = 0;
5385 ++p;
5387 { /* AIX XL C 1.02.0.0 rejects this saying
5388 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
5389 struct s { int j; const int *ap[3]; };
5390 struct s *b; b->j = 5;
5392 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
5393 const int foo = 10;
5396 ; return 0; }
5398 if { (eval echo configure:5399: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5399 rm -rf conftest*
5400 ac_cv_c_const=yes
5401 else
5402 echo "configure: failed program was:" >&5
5403 cat conftest.$ac_ext >&5
5404 rm -rf conftest*
5405 ac_cv_c_const=no
5407 rm -f conftest*
5410 echo "$ac_t""$ac_cv_c_const" 1>&6
5411 if test $ac_cv_c_const = no; then
5412 cat >> confdefs.h <<\EOF
5413 #define const
5418 echo $ac_n "checking for inline""... $ac_c" 1>&6
5419 echo "configure:5420: checking for inline" >&5
5420 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
5421 echo $ac_n "(cached) $ac_c" 1>&6
5422 else
5423 ac_cv_c_inline=no
5424 for ac_kw in inline __inline__ __inline; do
5425 cat > conftest.$ac_ext <<EOF
5426 #line 5427 "configure"
5427 #include "confdefs.h"
5429 int main() {
5430 } int $ac_kw foo() {
5431 ; return 0; }
5433 if { (eval echo configure:5434: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5434 rm -rf conftest*
5435 ac_cv_c_inline=$ac_kw; break
5436 else
5437 echo "configure: failed program was:" >&5
5438 cat conftest.$ac_ext >&5
5440 rm -f conftest*
5441 done
5445 echo "$ac_t""$ac_cv_c_inline" 1>&6
5446 case "$ac_cv_c_inline" in
5447 inline | yes) ;;
5448 no) cat >> confdefs.h <<\EOF
5449 #define inline
5452 *) cat >> confdefs.h <<EOF
5453 #define inline $ac_cv_c_inline
5456 esac
5458 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
5459 echo "configure:5460: checking for ANSI C header files" >&5
5460 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
5461 echo $ac_n "(cached) $ac_c" 1>&6
5462 else
5463 cat > conftest.$ac_ext <<EOF
5464 #line 5465 "configure"
5465 #include "confdefs.h"
5466 #include <stdlib.h>
5467 #include <stdarg.h>
5468 #include <string.h>
5469 #include <float.h>
5471 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5472 { (eval echo configure:5473: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5473 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5474 if test -z "$ac_err"; then
5475 rm -rf conftest*
5476 ac_cv_header_stdc=yes
5477 else
5478 echo "$ac_err" >&5
5479 echo "configure: failed program was:" >&5
5480 cat conftest.$ac_ext >&5
5481 rm -rf conftest*
5482 ac_cv_header_stdc=no
5484 rm -f conftest*
5486 if test $ac_cv_header_stdc = yes; then
5487 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5488 cat > conftest.$ac_ext <<EOF
5489 #line 5490 "configure"
5490 #include "confdefs.h"
5491 #include <string.h>
5493 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5494 egrep "memchr" >/dev/null 2>&1; then
5496 else
5497 rm -rf conftest*
5498 ac_cv_header_stdc=no
5500 rm -f conftest*
5504 if test $ac_cv_header_stdc = yes; then
5505 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5506 cat > conftest.$ac_ext <<EOF
5507 #line 5508 "configure"
5508 #include "confdefs.h"
5509 #include <stdlib.h>
5511 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5512 egrep "free" >/dev/null 2>&1; then
5514 else
5515 rm -rf conftest*
5516 ac_cv_header_stdc=no
5518 rm -f conftest*
5522 if test $ac_cv_header_stdc = yes; then
5523 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5524 if test "$cross_compiling" = yes; then
5526 else
5527 cat > conftest.$ac_ext <<EOF
5528 #line 5529 "configure"
5529 #include "confdefs.h"
5530 #include <ctype.h>
5531 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5532 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5533 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5534 int main () { int i; for (i = 0; i < 256; i++)
5535 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
5536 exit (0); }
5539 if { (eval echo configure:5540: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5540 then
5542 else
5543 echo "configure: failed program was:" >&5
5544 cat conftest.$ac_ext >&5
5545 rm -fr conftest*
5546 ac_cv_header_stdc=no
5548 rm -fr conftest*
5554 echo "$ac_t""$ac_cv_header_stdc" 1>&6
5555 if test $ac_cv_header_stdc = yes; then
5556 cat >> confdefs.h <<\EOF
5557 #define STDC_HEADERS 1
5562 echo $ac_n "checking for size_t""... $ac_c" 1>&6
5563 echo "configure:5564: checking for size_t" >&5
5564 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
5565 echo $ac_n "(cached) $ac_c" 1>&6
5566 else
5567 cat > conftest.$ac_ext <<EOF
5568 #line 5569 "configure"
5569 #include "confdefs.h"
5570 #include <sys/types.h>
5571 #if STDC_HEADERS
5572 #include <stdlib.h>
5573 #include <stddef.h>
5574 #endif
5576 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5577 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
5578 rm -rf conftest*
5579 ac_cv_type_size_t=yes
5580 else
5581 rm -rf conftest*
5582 ac_cv_type_size_t=no
5584 rm -f conftest*
5587 echo "$ac_t""$ac_cv_type_size_t" 1>&6
5588 if test $ac_cv_type_size_t = no; then
5589 cat >> confdefs.h <<\EOF
5590 #define size_t unsigned
5595 echo $ac_n "checking size of long long""... $ac_c" 1>&6
5596 echo "configure:5597: checking size of long long" >&5
5597 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
5598 echo $ac_n "(cached) $ac_c" 1>&6
5599 else
5600 if test "$cross_compiling" = yes; then
5601 ac_cv_sizeof_long_long=0
5602 else
5603 cat > conftest.$ac_ext <<EOF
5604 #line 5605 "configure"
5605 #include "confdefs.h"
5606 #include <stdio.h>
5607 main()
5609 FILE *f=fopen("conftestval", "w");
5610 if (!f) exit(1);
5611 fprintf(f, "%d\n", sizeof(long long));
5612 exit(0);
5615 if { (eval echo configure:5616: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5616 then
5617 ac_cv_sizeof_long_long=`cat conftestval`
5618 else
5619 echo "configure: failed program was:" >&5
5620 cat conftest.$ac_ext >&5
5621 rm -fr conftest*
5622 ac_cv_sizeof_long_long=0
5624 rm -fr conftest*
5628 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
5629 cat >> confdefs.h <<EOF
5630 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
5635 if test "$ac_cv_header_linux_joystick_h" = "yes"
5636 then
5637 echo $ac_n "checking "whether linux/joystick.h uses the Linux 2.2+ API"""... $ac_c" 1>&6
5638 echo "configure:5639: checking "whether linux/joystick.h uses the Linux 2.2+ API"" >&5
5639 if eval "test \"`echo '$''{'wine_cv_linux_joystick_22_api'+set}'`\" = set"; then
5640 echo $ac_n "(cached) $ac_c" 1>&6
5641 else
5642 cat > conftest.$ac_ext <<EOF
5643 #line 5644 "configure"
5644 #include "confdefs.h"
5646 #include <sys/ioctl.h>
5647 #include <linux/joystick.h>
5649 struct js_event blub;
5650 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
5651 #error "no 2.2 header"
5652 #endif
5654 int main() {
5655 /*empty*/
5656 ; return 0; }
5658 if { (eval echo configure:5659: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5659 rm -rf conftest*
5660 wine_cv_linux_joystick_22_api=yes
5661 else
5662 echo "configure: failed program was:" >&5
5663 cat conftest.$ac_ext >&5
5664 rm -rf conftest*
5665 wine_cv_linux_joystick_22_api=no
5667 rm -f conftest*
5671 echo "$ac_t""$wine_cv_linux_joystick_22_api" 1>&6
5672 if test "$wine_cv_linux_joystick_22_api"
5673 then
5674 cat >> confdefs.h <<\EOF
5675 #define HAVE_LINUX_22_JOYSTICK_API 1
5682 if test "$ac_cv_header_sys_vfs_h" = "yes"
5683 then
5684 echo $ac_n "checking "whether sys/vfs.h defines statfs"""... $ac_c" 1>&6
5685 echo "configure:5686: checking "whether sys/vfs.h defines statfs"" >&5
5686 if eval "test \"`echo '$''{'wine_cv_sys_vfs_has_statfs'+set}'`\" = set"; then
5687 echo $ac_n "(cached) $ac_c" 1>&6
5688 else
5689 cat > conftest.$ac_ext <<EOF
5690 #line 5691 "configure"
5691 #include "confdefs.h"
5693 #include <sys/types.h>
5694 #ifdef HAVE_SYS_PARAM_H
5695 # include <sys/param.h>
5696 #endif
5697 #include <sys/vfs.h>
5699 int main() {
5701 struct statfs stfs;
5703 memset(&stfs,0,sizeof(stfs));
5705 ; return 0; }
5707 if { (eval echo configure:5708: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5708 rm -rf conftest*
5709 wine_cv_sys_vfs_has_statfs=yes
5710 else
5711 echo "configure: failed program was:" >&5
5712 cat conftest.$ac_ext >&5
5713 rm -rf conftest*
5714 wine_cv_sys_vfs_has_statfs=no
5717 rm -f conftest*
5721 echo "$ac_t""$wine_cv_sys_vfs_has_statfs" 1>&6
5722 if test "$wine_cv_sys_vfs_has_statfs" = "yes"
5723 then
5724 cat >> confdefs.h <<\EOF
5725 #define STATFS_DEFINED_BY_SYS_VFS 1
5731 if test "$ac_cv_header_sys_statfs_h" = "yes"
5732 then
5733 echo $ac_n "checking "whether sys/statfs.h defines statfs"""... $ac_c" 1>&6
5734 echo "configure:5735: checking "whether sys/statfs.h defines statfs"" >&5
5735 if eval "test \"`echo '$''{'wine_cv_sys_statfs_has_statfs'+set}'`\" = set"; then
5736 echo $ac_n "(cached) $ac_c" 1>&6
5737 else
5738 cat > conftest.$ac_ext <<EOF
5739 #line 5740 "configure"
5740 #include "confdefs.h"
5742 #include <sys/types.h>
5743 #ifdef HAVE_SYS_PARAM_H
5744 # include <sys/param.h>
5745 #endif
5746 #include <sys/statfs.h>
5748 int main() {
5750 struct statfs stfs;
5752 ; return 0; }
5754 if { (eval echo configure:5755: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5755 rm -rf conftest*
5756 wine_cv_sys_statfs_has_statfs=yes
5757 else
5758 echo "configure: failed program was:" >&5
5759 cat conftest.$ac_ext >&5
5760 rm -rf conftest*
5761 wine_cv_sys_statfs_has_statfs=no
5764 rm -f conftest*
5768 echo "$ac_t""$wine_cv_sys_statfs_has_statfs" 1>&6
5769 if test "$wine_cv_sys_statfs_has_statfs" = "yes"
5770 then
5771 cat >> confdefs.h <<\EOF
5772 #define STATFS_DEFINED_BY_SYS_STATFS 1
5778 if test "$ac_cv_header_sys_mount_h" = "yes"
5779 then
5780 echo $ac_n "checking "whether sys/mount.h defines statfs"""... $ac_c" 1>&6
5781 echo "configure:5782: checking "whether sys/mount.h defines statfs"" >&5
5782 if eval "test \"`echo '$''{'wine_cv_sys_mount_has_statfs'+set}'`\" = set"; then
5783 echo $ac_n "(cached) $ac_c" 1>&6
5784 else
5785 cat > conftest.$ac_ext <<EOF
5786 #line 5787 "configure"
5787 #include "confdefs.h"
5789 #include <sys/types.h>
5790 #ifdef HAVE_SYS_PARAM_H
5791 # include <sys/param.h>
5792 #endif
5793 #include <sys/mount.h>
5795 int main() {
5797 struct statfs stfs;
5799 ; return 0; }
5801 if { (eval echo configure:5802: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5802 rm -rf conftest*
5803 wine_cv_sys_mount_has_statfs=yes
5804 else
5805 echo "configure: failed program was:" >&5
5806 cat conftest.$ac_ext >&5
5807 rm -rf conftest*
5808 wine_cv_sys_mount_has_statfs=no
5811 rm -f conftest*
5815 echo "$ac_t""$wine_cv_sys_mount_has_statfs" 1>&6
5816 if test "$wine_cv_sys_mount_has_statfs" = "yes"
5817 then
5818 cat >> confdefs.h <<\EOF
5819 #define STATFS_DEFINED_BY_SYS_MOUNT 1
5826 echo $ac_n "checking "for statfs.f_bfree"""... $ac_c" 1>&6
5827 echo "configure:5828: checking "for statfs.f_bfree"" >&5
5828 if eval "test \"`echo '$''{'wine_cv_statfs_bfree'+set}'`\" = set"; then
5829 echo $ac_n "(cached) $ac_c" 1>&6
5830 else
5831 if test "x$statfs_bfree" = "xno"
5832 then
5833 wine_cv_statfs_bfree=no
5834 else
5835 cat > conftest.$ac_ext <<EOF
5836 #line 5837 "configure"
5837 #include "confdefs.h"
5839 #include <sys/types.h>
5840 #ifdef HAVE_SYS_PARAM_H
5841 # include <sys/param.h>
5842 #endif
5843 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
5844 # include <sys/mount.h>
5845 #else
5846 # ifdef STATFS_DEFINED_BY_SYS_VFS
5847 # include <sys/vfs.h>
5848 # else
5849 # ifdef STATFS_DEFINED_BY_SYS_STATFS
5850 # include <sys/statfs.h>
5851 # endif
5852 # endif
5853 #endif
5855 int main() {
5857 struct statfs stfs;
5859 stfs.f_bfree++;
5861 ; return 0; }
5863 if { (eval echo configure:5864: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5864 rm -rf conftest*
5865 wine_cv_statfs_bfree=yes
5866 else
5867 echo "configure: failed program was:" >&5
5868 cat conftest.$ac_ext >&5
5869 rm -rf conftest*
5870 wine_cv_statfs_bfree=no
5873 rm -f conftest*
5877 echo "$ac_t""$wine_cv_statfs_bfree" 1>&6
5878 if test "$wine_cv_statfs_bfree" = "yes"
5879 then
5880 cat >> confdefs.h <<\EOF
5881 #define STATFS_HAS_BFREE 1
5886 echo $ac_n "checking "for statfs.f_bavail"""... $ac_c" 1>&6
5887 echo "configure:5888: checking "for statfs.f_bavail"" >&5
5888 if eval "test \"`echo '$''{'wine_cv_statfs_bavail'+set}'`\" = set"; then
5889 echo $ac_n "(cached) $ac_c" 1>&6
5890 else
5891 if test "x$statfs_bavail" = "xno"
5892 then
5893 wine_cv_statfs_bavail=no
5894 else
5895 cat > conftest.$ac_ext <<EOF
5896 #line 5897 "configure"
5897 #include "confdefs.h"
5899 #include <sys/types.h>
5900 #ifdef HAVE_SYS_PARAM_H
5901 # include <sys/param.h>
5902 #endif
5903 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
5904 # include <sys/mount.h>
5905 #else
5906 # ifdef STATFS_DEFINED_BY_SYS_VFS
5907 # include <sys/vfs.h>
5908 # else
5909 # ifdef STATFS_DEFINED_BY_SYS_STATFS
5910 # include <sys/statfs.h>
5911 # endif
5912 # endif
5913 #endif
5915 int main() {
5917 struct statfs stfs;
5919 stfs.f_bavail++;
5921 ; return 0; }
5923 if { (eval echo configure:5924: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5924 rm -rf conftest*
5925 wine_cv_statfs_bavail=yes
5926 else
5927 echo "configure: failed program was:" >&5
5928 cat conftest.$ac_ext >&5
5929 rm -rf conftest*
5930 wine_cv_statfs_bavail=no
5933 rm -f conftest*
5937 echo "$ac_t""$wine_cv_statfs_bavail" 1>&6
5938 if test "$wine_cv_statfs_bavail" = "yes"
5939 then
5940 cat >> confdefs.h <<\EOF
5941 #define STATFS_HAS_BAVAIL 1
5947 echo $ac_n "checking "for msg_accrights in struct msghdr"""... $ac_c" 1>&6
5948 echo "configure:5949: checking "for msg_accrights in struct msghdr"" >&5
5949 if eval "test \"`echo '$''{'ac_cv_c_msg_accrights'+set}'`\" = set"; then
5950 echo $ac_n "(cached) $ac_c" 1>&6
5951 else
5952 cat > conftest.$ac_ext <<EOF
5953 #line 5954 "configure"
5954 #include "confdefs.h"
5955 #include <sys/types.h>
5956 #include <sys/socket.h>
5957 int main() {
5958 struct msghdr hdr; hdr.msg_accrights=0
5959 ; return 0; }
5961 if { (eval echo configure:5962: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5962 rm -rf conftest*
5963 ac_cv_c_msg_accrights="yes"
5964 else
5965 echo "configure: failed program was:" >&5
5966 cat conftest.$ac_ext >&5
5967 rm -rf conftest*
5968 ac_cv_c_msg_accrights="no"
5970 rm -f conftest*
5973 echo "$ac_t""$ac_cv_c_msg_accrights" 1>&6
5974 if test "$ac_cv_c_msg_accrights" = "yes"
5975 then
5976 cat >> confdefs.h <<\EOF
5977 #define HAVE_MSGHDR_ACCRIGHTS 1
5983 echo $ac_n "checking "for sun_len in struct sockaddr_un"""... $ac_c" 1>&6
5984 echo "configure:5985: checking "for sun_len in struct sockaddr_un"" >&5
5985 if eval "test \"`echo '$''{'ac_cv_c_sun_len'+set}'`\" = set"; then
5986 echo $ac_n "(cached) $ac_c" 1>&6
5987 else
5988 cat > conftest.$ac_ext <<EOF
5989 #line 5990 "configure"
5990 #include "confdefs.h"
5991 #include <sys/types.h>
5992 #include <sys/socket.h>
5993 #include <sys/un.h>
5994 int main() {
5995 static struct sockaddr_un addr; addr.sun_len = 1
5996 ; return 0; }
5998 if { (eval echo configure:5999: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5999 rm -rf conftest*
6000 ac_cv_c_sun_len="yes"
6001 else
6002 echo "configure: failed program was:" >&5
6003 cat conftest.$ac_ext >&5
6004 rm -rf conftest*
6005 ac_cv_c_sun_len="no"
6007 rm -f conftest*
6010 echo "$ac_t""$ac_cv_c_sun_len" 1>&6
6011 if test "$ac_cv_c_sun_len" = "yes"
6012 then
6013 cat >> confdefs.h <<\EOF
6014 #define HAVE_SOCKADDR_SUN_LEN 1
6020 echo $ac_n "checking "whether we need to define __i386__"""... $ac_c" 1>&6
6021 echo "configure:6022: checking "whether we need to define __i386__"" >&5
6022 if eval "test \"`echo '$''{'ac_cv_cpp_def_i386'+set}'`\" = set"; then
6023 echo $ac_n "(cached) $ac_c" 1>&6
6024 else
6025 cat > conftest.$ac_ext <<EOF
6026 #line 6027 "configure"
6027 #include "confdefs.h"
6028 #if (defined(i386) || defined(__i386)) && !defined(__i386__)
6030 #endif
6032 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6033 egrep "yes" >/dev/null 2>&1; then
6034 rm -rf conftest*
6035 ac_cv_cpp_def_i386="yes"
6036 else
6037 rm -rf conftest*
6038 ac_cv_cpp_def_i386="no"
6040 rm -f conftest*
6044 echo "$ac_t""$ac_cv_cpp_def_i386" 1>&6
6045 if test "$ac_cv_cpp_def_i386" = "yes"
6046 then
6047 CFLAGS="$CFLAGS -D__i386__"
6048 LINTFLAGS="$LINTFLAGS -D__i386__"
6051 GCC_NO_BUILTIN=""
6052 if test "$GCC" = "yes"
6053 then
6054 GCC_NO_BUILTIN="-fno-builtin"
6061 MAKE_RULES=Make.rules
6064 MAKE_DLL_RULES=dlls/Makedll.rules
6067 trap '' 1 2 15
6068 cat > confcache <<\EOF
6069 # This file is a shell script that caches the results of configure
6070 # tests run on this system so they can be shared between configure
6071 # scripts and configure runs. It is not useful on other systems.
6072 # If it contains results you don't want to keep, you may remove or edit it.
6074 # By default, configure uses ./config.cache as the cache file,
6075 # creating it if it does not exist already. You can give configure
6076 # the --cache-file=FILE option to use a different cache file; that is
6077 # what configure does when it calls configure scripts in
6078 # subdirectories, so they share the cache.
6079 # Giving --cache-file=/dev/null disables caching, for debugging configure.
6080 # config.status only pays attention to the cache file if you give it the
6081 # --recheck option to rerun configure.
6084 # The following way of writing the cache mishandles newlines in values,
6085 # but we know of no workaround that is simple, portable, and efficient.
6086 # So, don't put newlines in cache variables' values.
6087 # Ultrix sh set writes to stderr and can't be redirected directly,
6088 # and sets the high bit in the cache file unless we assign to the vars.
6089 (set) 2>&1 |
6090 case `(ac_space=' '; set | grep ac_space) 2>&1` in
6091 *ac_space=\ *)
6092 # `set' does not quote correctly, so add quotes (double-quote substitution
6093 # turns \\\\ into \\, and sed turns \\ into \).
6094 sed -n \
6095 -e "s/'/'\\\\''/g" \
6096 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
6099 # `set' quotes correctly as required by POSIX, so do not add quotes.
6100 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
6102 esac >> confcache
6103 if cmp -s $cache_file confcache; then
6105 else
6106 if test -w $cache_file; then
6107 echo "updating cache $cache_file"
6108 cat confcache > $cache_file
6109 else
6110 echo "not updating unwritable cache $cache_file"
6113 rm -f confcache
6115 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
6117 test "x$prefix" = xNONE && prefix=$ac_default_prefix
6118 # Let make expand exec_prefix.
6119 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6121 # Any assignment to VPATH causes Sun make to only execute
6122 # the first set of double-colon rules, so remove it if not needed.
6123 # If there is a colon in the path, we need to keep it.
6124 if test "x$srcdir" = x.; then
6125 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
6128 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
6130 DEFS=-DHAVE_CONFIG_H
6132 # Without the "./", some shells look in PATH for config.status.
6133 : ${CONFIG_STATUS=./config.status}
6135 echo creating $CONFIG_STATUS
6136 rm -f $CONFIG_STATUS
6137 cat > $CONFIG_STATUS <<EOF
6138 #! /bin/sh
6139 # Generated automatically by configure.
6140 # Run this file to recreate the current configuration.
6141 # This directory was configured as follows,
6142 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
6144 # $0 $ac_configure_args
6146 # Compiler output produced by configure, useful for debugging
6147 # configure, is in ./config.log if it exists.
6149 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
6150 for ac_option
6152 case "\$ac_option" in
6153 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
6154 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
6155 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
6156 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
6157 echo "$CONFIG_STATUS generated by autoconf version 2.13"
6158 exit 0 ;;
6159 -help | --help | --hel | --he | --h)
6160 echo "\$ac_cs_usage"; exit 0 ;;
6161 *) echo "\$ac_cs_usage"; exit 1 ;;
6162 esac
6163 done
6165 ac_given_srcdir=$srcdir
6166 ac_given_INSTALL="$INSTALL"
6168 trap 'rm -fr `echo "
6169 Make.rules
6170 Makefile
6171 console/Makefile
6172 controls/Makefile
6173 debugger/Makefile
6174 dlls/Makedll.rules
6175 dlls/Makefile
6176 dlls/advapi32/Makefile
6177 dlls/avifil32/Makefile
6178 dlls/comctl32/Makefile
6179 dlls/commdlg/Makefile
6180 dlls/crtdll/Makefile
6181 dlls/dciman32/Makefile
6182 dlls/ddraw/Makefile
6183 dlls/dinput/Makefile
6184 dlls/display/Makefile
6185 dlls/dplayx/Makefile
6186 dlls/dsound/Makefile
6187 dlls/gdi/Makefile
6188 dlls/icmp/Makefile
6189 dlls/imagehlp/Makefile
6190 dlls/imm32/Makefile
6191 dlls/lzexpand/Makefile
6192 dlls/mouse/Makefile
6193 dlls/mpr/Makefile
6194 dlls/msacm/Makefile
6195 dlls/msacm32/Makefile
6196 dlls/msnet32/Makefile
6197 dlls/msvideo/Makefile
6198 dlls/ntdll/Makefile
6199 dlls/odbc32/Makefile
6200 dlls/ole32/Makefile
6201 dlls/oleaut32/Makefile
6202 dlls/olecli/Makefile
6203 dlls/oledlg/Makefile
6204 dlls/olepro32/Makefile
6205 dlls/olesvr/Makefile
6206 dlls/psapi/Makefile
6207 dlls/rasapi32/Makefile
6208 dlls/setupx/Makefile
6209 dlls/shell32/Makefile
6210 dlls/sound/Makefile
6211 dlls/stress/Makefile
6212 dlls/tapi32/Makefile
6213 dlls/ttydrv/Makefile
6214 dlls/urlmon/Makefile
6215 dlls/user/Makefile
6216 dlls/version/Makefile
6217 dlls/win32s/Makefile
6218 dlls/win87em/Makefile
6219 dlls/winaspi/Makefile
6220 dlls/windebug/Makefile
6221 dlls/wing/Makefile
6222 dlls/wininet/Makefile
6223 dlls/winmm/Makefile
6224 dlls/winmm/joystick/Makefile
6225 dlls/winmm/mcianim/Makefile
6226 dlls/winmm/mciavi/Makefile
6227 dlls/winmm/mcicda/Makefile
6228 dlls/winmm/mciseq/Makefile
6229 dlls/winmm/mciwave/Makefile
6230 dlls/winmm/midimap/Makefile
6231 dlls/winmm/wavemap/Makefile
6232 dlls/winmm/wineoss/Makefile
6233 dlls/winsock/Makefile
6234 dlls/winspool/Makefile
6235 dlls/ttydrv/Makefile
6236 dlls/x11drv/Makefile
6237 documentation/Makefile
6238 documentation/wine.conf.man
6239 documentation/wine.man
6240 files/Makefile
6241 graphics/Makefile
6242 graphics/enhmetafiledrv/Makefile
6243 graphics/metafiledrv/Makefile
6244 graphics/psdrv/Makefile
6245 graphics/ttydrv/Makefile
6246 graphics/win16drv/Makefile
6247 graphics/x11drv/Makefile
6248 if1632/Makefile
6249 include/Makefile
6250 library/Makefile
6251 libtest/Makefile
6252 loader/Makefile
6253 loader/ne/Makefile
6254 loader/dos/Makefile
6255 memory/Makefile
6256 misc/Makefile
6257 miscemu/Makefile
6258 msdos/Makefile
6259 objects/Makefile
6260 ole/Makefile
6261 programs/Makefile
6262 programs/clock/Makefile
6263 programs/cmdlgtst/Makefile
6264 programs/control/Makefile
6265 programs/avitools/Makefile
6266 programs/osversioncheck/Makefile
6267 programs/notepad/Makefile
6268 programs/progman/Makefile
6269 programs/regtest/Makefile
6270 programs/regapi/Makefile
6271 programs/view/Makefile
6272 programs/wcmd/Makefile
6273 programs/winemine/Makefile
6274 programs/winhelp/Makefile
6275 programs/winver/Makefile
6276 relay32/Makefile
6277 resources/Makefile
6278 scheduler/Makefile
6279 server/Makefile
6280 tools/Makefile
6281 tools/cvdump/Makefile
6282 tools/wrc/Makefile
6283 tsx11/Makefile
6284 win32/Makefile
6285 windows/Makefile
6286 windows/ttydrv/Makefile
6287 windows/x11drv/Makefile include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
6289 cat >> $CONFIG_STATUS <<EOF
6291 # Protect against being on the right side of a sed subst in config.status.
6292 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
6293 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
6294 $ac_vpsub
6295 $extrasub
6296 s%@SHELL@%$SHELL%g
6297 s%@CFLAGS@%$CFLAGS%g
6298 s%@CPPFLAGS@%$CPPFLAGS%g
6299 s%@CXXFLAGS@%$CXXFLAGS%g
6300 s%@FFLAGS@%$FFLAGS%g
6301 s%@DEFS@%$DEFS%g
6302 s%@LDFLAGS@%$LDFLAGS%g
6303 s%@LIBS@%$LIBS%g
6304 s%@exec_prefix@%$exec_prefix%g
6305 s%@prefix@%$prefix%g
6306 s%@program_transform_name@%$program_transform_name%g
6307 s%@bindir@%$bindir%g
6308 s%@sbindir@%$sbindir%g
6309 s%@libexecdir@%$libexecdir%g
6310 s%@datadir@%$datadir%g
6311 s%@sysconfdir@%$sysconfdir%g
6312 s%@sharedstatedir@%$sharedstatedir%g
6313 s%@localstatedir@%$localstatedir%g
6314 s%@libdir@%$libdir%g
6315 s%@includedir@%$includedir%g
6316 s%@oldincludedir@%$oldincludedir%g
6317 s%@infodir@%$infodir%g
6318 s%@mandir@%$mandir%g
6319 s%@PROGEXT@%$PROGEXT%g
6320 s%@EMU_TARGET@%$EMU_TARGET%g
6321 s%@OPTIONS@%$OPTIONS%g
6322 s%@SET_MAKE@%$SET_MAKE%g
6323 s%@CC@%$CC%g
6324 s%@CPP@%$CPP%g
6325 s%@X_CFLAGS@%$X_CFLAGS%g
6326 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
6327 s%@X_LIBS@%$X_LIBS%g
6328 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
6329 s%@YACC@%$YACC%g
6330 s%@LEX@%$LEX%g
6331 s%@LEXLIB@%$LEXLIB%g
6332 s%@RANLIB@%$RANLIB%g
6333 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
6334 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
6335 s%@INSTALL_DATA@%$INSTALL_DATA%g
6336 s%@LN_S@%$LN_S%g
6337 s%@C2MAN@%$C2MAN%g
6338 s%@LDCONFIG@%$LDCONFIG%g
6339 s%@LINT@%$LINT%g
6340 s%@LINTFLAGS@%$LINTFLAGS%g
6341 s%@XLIB@%$XLIB%g
6342 s%@X_SRCS@%$X_SRCS%g
6343 s%@DGA_SRCS@%$DGA_SRCS%g
6344 s%@MESA_SRCS@%$MESA_SRCS%g
6345 s%@DLL_LINK@%$DLL_LINK%g
6346 s%@BUILDFLAGS@%$BUILDFLAGS%g
6347 s%@DLLFLAGS@%$DLLFLAGS%g
6348 s%@LDSHARED@%$LDSHARED%g
6349 s%@LIBEXT@%$LIBEXT%g
6350 s%@ALLOCA@%$ALLOCA%g
6351 s%@GCC_NO_BUILTIN@%$GCC_NO_BUILTIN%g
6352 /@MAKE_RULES@/r $MAKE_RULES
6353 s%@MAKE_RULES@%%g
6354 /@MAKE_DLL_RULES@/r $MAKE_DLL_RULES
6355 s%@MAKE_DLL_RULES@%%g
6357 CEOF
6360 cat >> $CONFIG_STATUS <<\EOF
6362 # Split the substitutions into bite-sized pieces for seds with
6363 # small command number limits, like on Digital OSF/1 and HP-UX.
6364 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
6365 ac_file=1 # Number of current file.
6366 ac_beg=1 # First line for current file.
6367 ac_end=$ac_max_sed_cmds # Line after last line for current file.
6368 ac_more_lines=:
6369 ac_sed_cmds=""
6370 while $ac_more_lines; do
6371 if test $ac_beg -gt 1; then
6372 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
6373 else
6374 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
6376 if test ! -s conftest.s$ac_file; then
6377 ac_more_lines=false
6378 rm -f conftest.s$ac_file
6379 else
6380 if test -z "$ac_sed_cmds"; then
6381 ac_sed_cmds="sed -f conftest.s$ac_file"
6382 else
6383 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
6385 ac_file=`expr $ac_file + 1`
6386 ac_beg=$ac_end
6387 ac_end=`expr $ac_end + $ac_max_sed_cmds`
6389 done
6390 if test -z "$ac_sed_cmds"; then
6391 ac_sed_cmds=cat
6395 cat >> $CONFIG_STATUS <<EOF
6397 CONFIG_FILES=\${CONFIG_FILES-"Make.rules
6398 Makefile
6399 console/Makefile
6400 controls/Makefile
6401 debugger/Makefile
6402 dlls/Makedll.rules
6403 dlls/Makefile
6404 dlls/advapi32/Makefile
6405 dlls/avifil32/Makefile
6406 dlls/comctl32/Makefile
6407 dlls/commdlg/Makefile
6408 dlls/crtdll/Makefile
6409 dlls/dciman32/Makefile
6410 dlls/ddraw/Makefile
6411 dlls/dinput/Makefile
6412 dlls/display/Makefile
6413 dlls/dplayx/Makefile
6414 dlls/dsound/Makefile
6415 dlls/gdi/Makefile
6416 dlls/icmp/Makefile
6417 dlls/imagehlp/Makefile
6418 dlls/imm32/Makefile
6419 dlls/lzexpand/Makefile
6420 dlls/mouse/Makefile
6421 dlls/mpr/Makefile
6422 dlls/msacm/Makefile
6423 dlls/msacm32/Makefile
6424 dlls/msnet32/Makefile
6425 dlls/msvideo/Makefile
6426 dlls/ntdll/Makefile
6427 dlls/odbc32/Makefile
6428 dlls/ole32/Makefile
6429 dlls/oleaut32/Makefile
6430 dlls/olecli/Makefile
6431 dlls/oledlg/Makefile
6432 dlls/olepro32/Makefile
6433 dlls/olesvr/Makefile
6434 dlls/psapi/Makefile
6435 dlls/rasapi32/Makefile
6436 dlls/setupx/Makefile
6437 dlls/shell32/Makefile
6438 dlls/sound/Makefile
6439 dlls/stress/Makefile
6440 dlls/tapi32/Makefile
6441 dlls/ttydrv/Makefile
6442 dlls/urlmon/Makefile
6443 dlls/user/Makefile
6444 dlls/version/Makefile
6445 dlls/win32s/Makefile
6446 dlls/win87em/Makefile
6447 dlls/winaspi/Makefile
6448 dlls/windebug/Makefile
6449 dlls/wing/Makefile
6450 dlls/wininet/Makefile
6451 dlls/winmm/Makefile
6452 dlls/winmm/joystick/Makefile
6453 dlls/winmm/mcianim/Makefile
6454 dlls/winmm/mciavi/Makefile
6455 dlls/winmm/mcicda/Makefile
6456 dlls/winmm/mciseq/Makefile
6457 dlls/winmm/mciwave/Makefile
6458 dlls/winmm/midimap/Makefile
6459 dlls/winmm/wavemap/Makefile
6460 dlls/winmm/wineoss/Makefile
6461 dlls/winsock/Makefile
6462 dlls/winspool/Makefile
6463 dlls/ttydrv/Makefile
6464 dlls/x11drv/Makefile
6465 documentation/Makefile
6466 documentation/wine.conf.man
6467 documentation/wine.man
6468 files/Makefile
6469 graphics/Makefile
6470 graphics/enhmetafiledrv/Makefile
6471 graphics/metafiledrv/Makefile
6472 graphics/psdrv/Makefile
6473 graphics/ttydrv/Makefile
6474 graphics/win16drv/Makefile
6475 graphics/x11drv/Makefile
6476 if1632/Makefile
6477 include/Makefile
6478 library/Makefile
6479 libtest/Makefile
6480 loader/Makefile
6481 loader/ne/Makefile
6482 loader/dos/Makefile
6483 memory/Makefile
6484 misc/Makefile
6485 miscemu/Makefile
6486 msdos/Makefile
6487 objects/Makefile
6488 ole/Makefile
6489 programs/Makefile
6490 programs/clock/Makefile
6491 programs/cmdlgtst/Makefile
6492 programs/control/Makefile
6493 programs/avitools/Makefile
6494 programs/osversioncheck/Makefile
6495 programs/notepad/Makefile
6496 programs/progman/Makefile
6497 programs/regtest/Makefile
6498 programs/regapi/Makefile
6499 programs/view/Makefile
6500 programs/wcmd/Makefile
6501 programs/winemine/Makefile
6502 programs/winhelp/Makefile
6503 programs/winver/Makefile
6504 relay32/Makefile
6505 resources/Makefile
6506 scheduler/Makefile
6507 server/Makefile
6508 tools/Makefile
6509 tools/cvdump/Makefile
6510 tools/wrc/Makefile
6511 tsx11/Makefile
6512 win32/Makefile
6513 windows/Makefile
6514 windows/ttydrv/Makefile
6515 windows/x11drv/Makefile "}
6517 cat >> $CONFIG_STATUS <<\EOF
6518 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
6519 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
6520 case "$ac_file" in
6521 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
6522 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
6523 *) ac_file_in="${ac_file}.in" ;;
6524 esac
6526 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
6528 # Remove last slash and all that follows it. Not all systems have dirname.
6529 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
6530 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
6531 # The file is in a subdirectory.
6532 test ! -d "$ac_dir" && mkdir "$ac_dir"
6533 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
6534 # A "../" for each directory in $ac_dir_suffix.
6535 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
6536 else
6537 ac_dir_suffix= ac_dots=
6540 case "$ac_given_srcdir" in
6541 .) srcdir=.
6542 if test -z "$ac_dots"; then top_srcdir=.
6543 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
6544 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
6545 *) # Relative path.
6546 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
6547 top_srcdir="$ac_dots$ac_given_srcdir" ;;
6548 esac
6550 case "$ac_given_INSTALL" in
6551 [/$]*) INSTALL="$ac_given_INSTALL" ;;
6552 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
6553 esac
6555 echo creating "$ac_file"
6556 rm -f "$ac_file"
6557 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
6558 case "$ac_file" in
6559 *Makefile*) ac_comsub="1i\\
6560 # $configure_input" ;;
6561 *) ac_comsub= ;;
6562 esac
6564 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
6565 sed -e "$ac_comsub
6566 s%@configure_input@%$configure_input%g
6567 s%@srcdir@%$srcdir%g
6568 s%@top_srcdir@%$top_srcdir%g
6569 s%@INSTALL@%$INSTALL%g
6570 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
6571 fi; done
6572 rm -f conftest.s*
6574 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
6575 # NAME is the cpp macro being defined and VALUE is the value it is being given.
6577 # ac_d sets the value in "#define NAME VALUE" lines.
6578 ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
6579 ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
6580 ac_dC='\3'
6581 ac_dD='%g'
6582 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
6583 ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
6584 ac_uB='\([ ]\)%\1#\2define\3'
6585 ac_uC=' '
6586 ac_uD='\4%g'
6587 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
6588 ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
6589 ac_eB='$%\1#\2define\3'
6590 ac_eC=' '
6591 ac_eD='%g'
6593 if test "${CONFIG_HEADERS+set}" != set; then
6595 cat >> $CONFIG_STATUS <<EOF
6596 CONFIG_HEADERS="include/config.h"
6598 cat >> $CONFIG_STATUS <<\EOF
6600 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
6601 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
6602 case "$ac_file" in
6603 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
6604 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
6605 *) ac_file_in="${ac_file}.in" ;;
6606 esac
6608 echo creating $ac_file
6610 rm -f conftest.frag conftest.in conftest.out
6611 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
6612 cat $ac_file_inputs > conftest.in
6616 # Transform confdefs.h into a sed script conftest.vals that substitutes
6617 # the proper values into config.h.in to produce config.h. And first:
6618 # Protect against being on the right side of a sed subst in config.status.
6619 # Protect against being in an unquoted here document in config.status.
6620 rm -f conftest.vals
6621 cat > conftest.hdr <<\EOF
6622 s/[\\&%]/\\&/g
6623 s%[\\$`]%\\&%g
6624 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
6625 s%ac_d%ac_u%gp
6626 s%ac_u%ac_e%gp
6628 sed -n -f conftest.hdr confdefs.h > conftest.vals
6629 rm -f conftest.hdr
6631 # This sed command replaces #undef with comments. This is necessary, for
6632 # example, in the case of _POSIX_SOURCE, which is predefined and required
6633 # on some systems where configure will not decide to define it.
6634 cat >> conftest.vals <<\EOF
6635 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
6638 # Break up conftest.vals because some shells have a limit on
6639 # the size of here documents, and old seds have small limits too.
6641 rm -f conftest.tail
6642 while :
6644 ac_lines=`grep -c . conftest.vals`
6645 # grep -c gives empty output for an empty file on some AIX systems.
6646 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
6647 # Write a limited-size here document to conftest.frag.
6648 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
6649 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
6650 echo 'CEOF
6651 sed -f conftest.frag conftest.in > conftest.out
6652 rm -f conftest.in
6653 mv conftest.out conftest.in
6654 ' >> $CONFIG_STATUS
6655 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
6656 rm -f conftest.vals
6657 mv conftest.tail conftest.vals
6658 done
6659 rm -f conftest.vals
6661 cat >> $CONFIG_STATUS <<\EOF
6662 rm -f conftest.frag conftest.h
6663 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
6664 cat conftest.in >> conftest.h
6665 rm -f conftest.in
6666 if cmp -s $ac_file conftest.h 2>/dev/null; then
6667 echo "$ac_file is unchanged"
6668 rm -f conftest.h
6669 else
6670 # Remove last slash and all that follows it. Not all systems have dirname.
6671 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
6672 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
6673 # The file is in a subdirectory.
6674 test ! -d "$ac_dir" && mkdir "$ac_dir"
6676 rm -f $ac_file
6677 mv conftest.h $ac_file
6679 fi; done
6682 cat >> $CONFIG_STATUS <<EOF
6686 cat >> $CONFIG_STATUS <<\EOF
6688 extra_subdirs="\
6689 dlls/ddraw/d3ddevice \
6690 dlls/ddraw/dclipper \
6691 dlls/ddraw/ddraw \
6692 dlls/ddraw/direct3d \
6693 dlls/ddraw/dpalette \
6694 dlls/ddraw/dsurface \
6696 for i in $extra_subdirs; do [ -d $i ] || (echo "creating $i" && mkdir $i); done
6698 exit 0
6700 chmod +x $CONFIG_STATUS
6701 rm -fr confdefs* $ac_clean_files
6702 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
6705 if test "$have_x" = "no"
6706 then
6707 echo
6708 echo "*** Warning: X development files not found. Wine will be built without"
6709 echo "*** X support, which currently does not work, and would probably not be"
6710 echo "*** what you want anyway. You will need to install devel packages of"
6711 echo "*** Xlib/Xfree86 and Xpm at the very least."
6712 elif test "$ac_cv_lib_Xpm_XpmCreatePixmapFromData" = "no"
6713 then
6714 echo
6715 echo "*** Warning: Xpm development files not found. Wine will be built without"
6716 echo "*** Xpm support, which currently does not work. You will need to install"
6717 echo "*** devel packages of Xpm."
6720 if test "$ac_cv_lib_ncurses_resizeterm" = "no" -a "$ac_cv_lib_ncurses_waddch" = "yes"
6721 then
6722 echo
6723 echo "*** Warning: resizeterm not found in ncurses. Wine will be built without"
6724 echo "*** terminal resize support. Consider upgrading ncurses."
6727 if test "$wine_cv_libc_reentrant" = "no"
6728 then
6729 echo
6730 echo "*** Warning: non-reentrant libc detected. Wine will be build without"
6731 echo "*** thread support. Consider upgrading libc to a more recent"
6732 echo "*** reentrant version of libc."
6735 if test "$wine_cv_mesa_version_OK" = "no"
6736 then
6737 echo
6738 echo "*** Warning: old Mesa headers detected. Wine will be built without Direct3D"
6739 echo "*** support. Consider upgrading your Mesa libraries (http://www.mesa3d.org/)."
6742 if test "$wine_cv_mesa_version_threadsafe" = "yes"
6743 then
6744 echo
6745 echo "*** Warning: the OpenGL version you have installed relies on libpthread for"
6746 echo "*** thread-safety. To prevent crashes, OpenGL support has been removed"
6747 echo "*** (while we work on a better fix)."
6750 echo
6751 echo "Configure finished. Do 'make depend && make' to compile Wine."
6752 echo