- Updated API files.
[wine/wine-kai.git] / configure
blobcc61949549bf006535d5c81499a88a88c731111d
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"
2886 else
2887 echo "$ac_t""no" 1>&6
2888 LIBEXT="a"
2894 done
2896 else
2897 echo "$ac_t""no" 1>&6
2898 LIBEXT="a"
2901 done
2905 X_SRCS=""
2907 DGA_SRCS=""
2909 MESA_SRCS=""
2910 if test "$have_x" = "yes"
2911 then
2912 XLIB="-lXext -lX11"
2913 ac_save_CPPFLAGS="$CPPFLAGS"
2914 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
2916 for ac_hdr in X11/xpm.h
2918 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2919 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2920 echo "configure:2921: checking for $ac_hdr" >&5
2921 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2922 echo $ac_n "(cached) $ac_c" 1>&6
2923 else
2924 cat > conftest.$ac_ext <<EOF
2925 #line 2926 "configure"
2926 #include "confdefs.h"
2927 #include <$ac_hdr>
2929 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2930 { (eval echo configure:2931: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2931 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2932 if test -z "$ac_err"; then
2933 rm -rf conftest*
2934 eval "ac_cv_header_$ac_safe=yes"
2935 else
2936 echo "$ac_err" >&5
2937 echo "configure: failed program was:" >&5
2938 cat conftest.$ac_ext >&5
2939 rm -rf conftest*
2940 eval "ac_cv_header_$ac_safe=no"
2942 rm -f conftest*
2944 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2945 echo "$ac_t""yes" 1>&6
2946 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2947 cat >> confdefs.h <<EOF
2948 #define $ac_tr_hdr 1
2951 else
2952 echo "$ac_t""no" 1>&6
2954 done
2956 if test "$ac_cv_header_X11_xpm_h" = "yes"
2957 then
2958 echo $ac_n "checking for XpmCreatePixmapFromData in -lXpm""... $ac_c" 1>&6
2959 echo "configure:2960: checking for XpmCreatePixmapFromData in -lXpm" >&5
2960 ac_lib_var=`echo Xpm'_'XpmCreatePixmapFromData | sed 'y%./+-%__p_%'`
2961 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2962 echo $ac_n "(cached) $ac_c" 1>&6
2963 else
2964 ac_save_LIBS="$LIBS"
2965 LIBS="-lXpm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
2966 cat > conftest.$ac_ext <<EOF
2967 #line 2968 "configure"
2968 #include "confdefs.h"
2969 /* Override any gcc2 internal prototype to avoid an error. */
2970 /* We use char because int might match the return type of a gcc2
2971 builtin and then its argument prototype would still apply. */
2972 char XpmCreatePixmapFromData();
2974 int main() {
2975 XpmCreatePixmapFromData()
2976 ; return 0; }
2978 if { (eval echo configure:2979: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2979 rm -rf conftest*
2980 eval "ac_cv_lib_$ac_lib_var=yes"
2981 else
2982 echo "configure: failed program was:" >&5
2983 cat conftest.$ac_ext >&5
2984 rm -rf conftest*
2985 eval "ac_cv_lib_$ac_lib_var=no"
2987 rm -f conftest*
2988 LIBS="$ac_save_LIBS"
2991 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2992 echo "$ac_t""yes" 1>&6
2993 cat >> confdefs.h <<\EOF
2994 #define HAVE_LIBXXPM 1
2996 X_PRE_LIBS="$X_PRE_LIBS -lXpm"
2997 else
2998 echo "$ac_t""no" 1>&6
3001 else
3002 echo "When compiling with X support, you need the Xpm library, or"
3003 echo "WINE will not work. This Xpm library is within the following RPM,"
3004 echo "which you need to install:"
3005 echo "Redhat : xpm, xpm-devel"
3006 echo "Caldera OpenLinux : xpm, xpm-devel, xpm-devel-static"
3007 echo "SuSE : xpm"
3008 echo "Debian/Corel Linux: xpm4g, xpm4g-dev"
3009 echo
3010 echo "Or get the sources from ftp.x.org and all its mirror sites from "
3011 echo "the directory /contrib/libraries."
3012 echo
3013 exit 1
3017 for ac_hdr in X11/Xlib.h X11/extensions/XShm.h
3019 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3020 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3021 echo "configure:3022: checking for $ac_hdr" >&5
3022 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3023 echo $ac_n "(cached) $ac_c" 1>&6
3024 else
3025 cat > conftest.$ac_ext <<EOF
3026 #line 3027 "configure"
3027 #include "confdefs.h"
3028 #include <$ac_hdr>
3030 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3031 { (eval echo configure:3032: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3032 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3033 if test -z "$ac_err"; then
3034 rm -rf conftest*
3035 eval "ac_cv_header_$ac_safe=yes"
3036 else
3037 echo "$ac_err" >&5
3038 echo "configure: failed program was:" >&5
3039 cat conftest.$ac_ext >&5
3040 rm -rf conftest*
3041 eval "ac_cv_header_$ac_safe=no"
3043 rm -f conftest*
3045 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3046 echo "$ac_t""yes" 1>&6
3047 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3048 cat >> confdefs.h <<EOF
3049 #define $ac_tr_hdr 1
3052 else
3053 echo "$ac_t""no" 1>&6
3055 done
3057 if test "$ac_cv_header_X11_Xlib_h" = "yes" -a "$ac_cv_header_X11_extensions_XShm_h" = "yes"
3058 then
3059 echo $ac_n "checking for XShmQueryExtension in -lXext""... $ac_c" 1>&6
3060 echo "configure:3061: checking for XShmQueryExtension in -lXext" >&5
3061 ac_lib_var=`echo Xext'_'XShmQueryExtension | sed 'y%./+-%__p_%'`
3062 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3063 echo $ac_n "(cached) $ac_c" 1>&6
3064 else
3065 ac_save_LIBS="$LIBS"
3066 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
3067 cat > conftest.$ac_ext <<EOF
3068 #line 3069 "configure"
3069 #include "confdefs.h"
3070 /* Override any gcc2 internal prototype to avoid an error. */
3071 /* We use char because int might match the return type of a gcc2
3072 builtin and then its argument prototype would still apply. */
3073 char XShmQueryExtension();
3075 int main() {
3076 XShmQueryExtension()
3077 ; return 0; }
3079 if { (eval echo configure:3080: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3080 rm -rf conftest*
3081 eval "ac_cv_lib_$ac_lib_var=yes"
3082 else
3083 echo "configure: failed program was:" >&5
3084 cat conftest.$ac_ext >&5
3085 rm -rf conftest*
3086 eval "ac_cv_lib_$ac_lib_var=no"
3088 rm -f conftest*
3089 LIBS="$ac_save_LIBS"
3092 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3093 echo "$ac_t""yes" 1>&6
3094 cat >> confdefs.h <<\EOF
3095 #define HAVE_LIBXXSHM 1
3098 else
3099 echo "$ac_t""no" 1>&6
3103 for ac_hdr in X11/Xlib.h X11/extensions/xf86dga.h
3105 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3106 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3107 echo "configure:3108: checking for $ac_hdr" >&5
3108 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3109 echo $ac_n "(cached) $ac_c" 1>&6
3110 else
3111 cat > conftest.$ac_ext <<EOF
3112 #line 3113 "configure"
3113 #include "confdefs.h"
3114 #include <$ac_hdr>
3116 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3117 { (eval echo configure:3118: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3118 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3119 if test -z "$ac_err"; then
3120 rm -rf conftest*
3121 eval "ac_cv_header_$ac_safe=yes"
3122 else
3123 echo "$ac_err" >&5
3124 echo "configure: failed program was:" >&5
3125 cat conftest.$ac_ext >&5
3126 rm -rf conftest*
3127 eval "ac_cv_header_$ac_safe=no"
3129 rm -f conftest*
3131 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3132 echo "$ac_t""yes" 1>&6
3133 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3134 cat >> confdefs.h <<EOF
3135 #define $ac_tr_hdr 1
3138 else
3139 echo "$ac_t""no" 1>&6
3141 done
3143 if test "$ac_cv_header_X11_Xlib_h" = "yes" -a "$ac_cv_header_X11_extensions_xf86dga_h" = "yes"
3144 then
3145 echo $ac_n "checking for XDGAQueryExtension in -lXxf86dga""... $ac_c" 1>&6
3146 echo "configure:3147: checking for XDGAQueryExtension in -lXxf86dga" >&5
3147 ac_lib_var=`echo Xxf86dga'_'XDGAQueryExtension | sed 'y%./+-%__p_%'`
3148 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3149 echo $ac_n "(cached) $ac_c" 1>&6
3150 else
3151 ac_save_LIBS="$LIBS"
3152 LIBS="-lXxf86dga $X_LIBS -lXext -lX11 $X_EXTRA_LIBS
3153 $LIBS"
3154 cat > conftest.$ac_ext <<EOF
3155 #line 3156 "configure"
3156 #include "confdefs.h"
3157 /* Override any gcc2 internal prototype to avoid an error. */
3158 /* We use char because int might match the return type of a gcc2
3159 builtin and then its argument prototype would still apply. */
3160 char XDGAQueryExtension();
3162 int main() {
3163 XDGAQueryExtension()
3164 ; return 0; }
3166 if { (eval echo configure:3167: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3167 rm -rf conftest*
3168 eval "ac_cv_lib_$ac_lib_var=yes"
3169 else
3170 echo "configure: failed program was:" >&5
3171 cat conftest.$ac_ext >&5
3172 rm -rf conftest*
3173 eval "ac_cv_lib_$ac_lib_var=no"
3175 rm -f conftest*
3176 LIBS="$ac_save_LIBS"
3179 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3180 echo "$ac_t""yes" 1>&6
3181 cat >> confdefs.h <<\EOF
3182 #define HAVE_LIBXXF86DGA2 1
3185 cat >> confdefs.h <<\EOF
3186 #define HAVE_LIBXXF86DGA 1
3189 X_PRE_LIBS="$X_PRE_LIBS -lXxf86dga"
3190 DGA_SRCS='$(DGA_SRCS)'
3192 else
3193 echo "$ac_t""no" 1>&6
3196 if test "$ac_cv_lib_Xxf86dga_XDGAQueryExtension" = "no"
3197 then
3198 echo $ac_n "checking for XF86DGAQueryExtension in -lXxf86dga""... $ac_c" 1>&6
3199 echo "configure:3200: checking for XF86DGAQueryExtension in -lXxf86dga" >&5
3200 ac_lib_var=`echo Xxf86dga'_'XF86DGAQueryExtension | sed 'y%./+-%__p_%'`
3201 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3202 echo $ac_n "(cached) $ac_c" 1>&6
3203 else
3204 ac_save_LIBS="$LIBS"
3205 LIBS="-lXxf86dga $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
3206 cat > conftest.$ac_ext <<EOF
3207 #line 3208 "configure"
3208 #include "confdefs.h"
3209 /* Override any gcc2 internal prototype to avoid an error. */
3210 /* We use char because int might match the return type of a gcc2
3211 builtin and then its argument prototype would still apply. */
3212 char XF86DGAQueryExtension();
3214 int main() {
3215 XF86DGAQueryExtension()
3216 ; return 0; }
3218 if { (eval echo configure:3219: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3219 rm -rf conftest*
3220 eval "ac_cv_lib_$ac_lib_var=yes"
3221 else
3222 echo "configure: failed program was:" >&5
3223 cat conftest.$ac_ext >&5
3224 rm -rf conftest*
3225 eval "ac_cv_lib_$ac_lib_var=no"
3227 rm -f conftest*
3228 LIBS="$ac_save_LIBS"
3231 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3232 echo "$ac_t""yes" 1>&6
3233 cat >> confdefs.h <<\EOF
3234 #define HAVE_LIBXXF86DGA 1
3237 X_PRE_LIBS="$X_PRE_LIBS -lXxf86dga"
3238 DGA_SRCS='$(DGA_SRCS)'
3240 else
3241 echo "$ac_t""no" 1>&6
3247 for ac_hdr in X11/Xlib.h X11/extensions/xf86vmode.h
3249 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3250 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3251 echo "configure:3252: checking for $ac_hdr" >&5
3252 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3253 echo $ac_n "(cached) $ac_c" 1>&6
3254 else
3255 cat > conftest.$ac_ext <<EOF
3256 #line 3257 "configure"
3257 #include "confdefs.h"
3258 #include <$ac_hdr>
3260 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3261 { (eval echo configure:3262: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3262 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3263 if test -z "$ac_err"; then
3264 rm -rf conftest*
3265 eval "ac_cv_header_$ac_safe=yes"
3266 else
3267 echo "$ac_err" >&5
3268 echo "configure: failed program was:" >&5
3269 cat conftest.$ac_ext >&5
3270 rm -rf conftest*
3271 eval "ac_cv_header_$ac_safe=no"
3273 rm -f conftest*
3275 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3276 echo "$ac_t""yes" 1>&6
3277 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3278 cat >> confdefs.h <<EOF
3279 #define $ac_tr_hdr 1
3282 else
3283 echo "$ac_t""no" 1>&6
3285 done
3287 if test "$ac_cv_header_X11_Xlib_h" = "yes" -a "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
3288 then
3289 echo $ac_n "checking for XF86VidModeQueryExtension in -lXxf86vm""... $ac_c" 1>&6
3290 echo "configure:3291: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
3291 ac_lib_var=`echo Xxf86vm'_'XF86VidModeQueryExtension | sed 'y%./+-%__p_%'`
3292 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3293 echo $ac_n "(cached) $ac_c" 1>&6
3294 else
3295 ac_save_LIBS="$LIBS"
3296 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
3297 cat > conftest.$ac_ext <<EOF
3298 #line 3299 "configure"
3299 #include "confdefs.h"
3300 /* Override any gcc2 internal prototype to avoid an error. */
3301 /* We use char because int might match the return type of a gcc2
3302 builtin and then its argument prototype would still apply. */
3303 char XF86VidModeQueryExtension();
3305 int main() {
3306 XF86VidModeQueryExtension()
3307 ; return 0; }
3309 if { (eval echo configure:3310: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3310 rm -rf conftest*
3311 eval "ac_cv_lib_$ac_lib_var=yes"
3312 else
3313 echo "configure: failed program was:" >&5
3314 cat conftest.$ac_ext >&5
3315 rm -rf conftest*
3316 eval "ac_cv_lib_$ac_lib_var=no"
3318 rm -f conftest*
3319 LIBS="$ac_save_LIBS"
3322 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3323 echo "$ac_t""yes" 1>&6
3324 cat >> confdefs.h <<\EOF
3325 #define HAVE_LIBXXF86VM 1
3327 X_PRE_LIBS="$X_PRE_LIBS -lXxf86vm"
3328 else
3329 echo "$ac_t""no" 1>&6
3334 for ac_hdr in GL/gl.h GL/glx.h GL/osmesa.h
3336 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3337 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3338 echo "configure:3339: checking for $ac_hdr" >&5
3339 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3340 echo $ac_n "(cached) $ac_c" 1>&6
3341 else
3342 cat > conftest.$ac_ext <<EOF
3343 #line 3344 "configure"
3344 #include "confdefs.h"
3345 #include <$ac_hdr>
3347 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3348 { (eval echo configure:3349: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3349 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3350 if test -z "$ac_err"; then
3351 rm -rf conftest*
3352 eval "ac_cv_header_$ac_safe=yes"
3353 else
3354 echo "$ac_err" >&5
3355 echo "configure: failed program was:" >&5
3356 cat conftest.$ac_ext >&5
3357 rm -rf conftest*
3358 eval "ac_cv_header_$ac_safe=no"
3360 rm -f conftest*
3362 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3363 echo "$ac_t""yes" 1>&6
3364 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3365 cat >> confdefs.h <<EOF
3366 #define $ac_tr_hdr 1
3369 else
3370 echo "$ac_t""no" 1>&6
3372 done
3374 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
3375 then
3376 echo $ac_n "checking "for up-to-date Mesa version"""... $ac_c" 1>&6
3377 echo "configure:3378: checking "for up-to-date Mesa version"" >&5
3378 if eval "test \"`echo '$''{'wine_cv_mesa_version_OK'+set}'`\" = set"; then
3379 echo $ac_n "(cached) $ac_c" 1>&6
3380 else
3381 cat > conftest.$ac_ext <<EOF
3382 #line 3383 "configure"
3383 #include "confdefs.h"
3384 #include <GL/gl.h>
3385 int main() {
3386 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
3387 ; return 0; }
3389 if { (eval echo configure:3390: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3390 rm -rf conftest*
3391 wine_cv_mesa_version_OK="yes"
3392 else
3393 echo "configure: failed program was:" >&5
3394 cat conftest.$ac_ext >&5
3395 rm -rf conftest*
3396 wine_cv_mesa_version_OK="no"
3399 rm -f conftest*
3403 echo "$ac_t""$wine_cv_mesa_version_OK" 1>&6
3405 echo $ac_n "checking "for thread-safe Mesa version"""... $ac_c" 1>&6
3406 echo "configure:3407: checking "for thread-safe Mesa version"" >&5
3407 if eval "test \"`echo '$''{'wine_cv_mesa_version_threadsafe'+set}'`\" = set"; then
3408 echo $ac_n "(cached) $ac_c" 1>&6
3409 else
3410 saved_libs=$LIBS
3411 LIBS="$X_LIBS -lGL"
3412 cat > conftest.$ac_ext <<EOF
3413 #line 3414 "configure"
3414 #include "confdefs.h"
3416 int main() {
3417 pthread_getspecific();
3418 ; return 0; }
3420 if { (eval echo configure:3421: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3421 rm -rf conftest*
3422 wine_cv_mesa_version_threadsafe="yes"
3423 else
3424 echo "configure: failed program was:" >&5
3425 cat conftest.$ac_ext >&5
3426 rm -rf conftest*
3427 wine_cv_mesa_version_threadsafe="no"
3429 rm -f conftest*
3430 LIBS=$saved_libs
3434 echo "$ac_t""$wine_cv_mesa_version_threadsafe" 1>&6
3436 if test "$wine_cv_mesa_version_OK" = "yes" -a "$wine_cv_mesa_version_threadsafe" = "no"
3437 then
3438 echo $ac_n "checking for glXCreateContext in -lGL""... $ac_c" 1>&6
3439 echo "configure:3440: checking for glXCreateContext in -lGL" >&5
3440 ac_lib_var=`echo GL'_'glXCreateContext | sed 'y%./+-%__p_%'`
3441 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3442 echo $ac_n "(cached) $ac_c" 1>&6
3443 else
3444 ac_save_LIBS="$LIBS"
3445 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
3446 cat > conftest.$ac_ext <<EOF
3447 #line 3448 "configure"
3448 #include "confdefs.h"
3449 /* Override any gcc2 internal prototype to avoid an error. */
3450 /* We use char because int might match the return type of a gcc2
3451 builtin and then its argument prototype would still apply. */
3452 char glXCreateContext();
3454 int main() {
3455 glXCreateContext()
3456 ; return 0; }
3458 if { (eval echo configure:3459: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3459 rm -rf conftest*
3460 eval "ac_cv_lib_$ac_lib_var=yes"
3461 else
3462 echo "configure: failed program was:" >&5
3463 cat conftest.$ac_ext >&5
3464 rm -rf conftest*
3465 eval "ac_cv_lib_$ac_lib_var=no"
3467 rm -f conftest*
3468 LIBS="$ac_save_LIBS"
3471 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3472 echo "$ac_t""yes" 1>&6
3473 cat >> confdefs.h <<\EOF
3474 #define HAVE_LIBMESAGL 1
3477 X_PRE_LIBS="$X_PRE_LIBS -lGL"
3478 MESA_SRCS='$(MESA_SRCS)'
3480 else
3481 echo "$ac_t""no" 1>&6
3484 if test "$ac_cv_lib_GL_glXCreateContext" = "no"
3485 then
3486 echo $ac_n "checking for glXCreateContext in -lMesaGL""... $ac_c" 1>&6
3487 echo "configure:3488: checking for glXCreateContext in -lMesaGL" >&5
3488 ac_lib_var=`echo MesaGL'_'glXCreateContext | sed 'y%./+-%__p_%'`
3489 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3490 echo $ac_n "(cached) $ac_c" 1>&6
3491 else
3492 ac_save_LIBS="$LIBS"
3493 LIBS="-lMesaGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
3494 cat > conftest.$ac_ext <<EOF
3495 #line 3496 "configure"
3496 #include "confdefs.h"
3497 /* Override any gcc2 internal prototype to avoid an error. */
3498 /* We use char because int might match the return type of a gcc2
3499 builtin and then its argument prototype would still apply. */
3500 char glXCreateContext();
3502 int main() {
3503 glXCreateContext()
3504 ; return 0; }
3506 if { (eval echo configure:3507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3507 rm -rf conftest*
3508 eval "ac_cv_lib_$ac_lib_var=yes"
3509 else
3510 echo "configure: failed program was:" >&5
3511 cat conftest.$ac_ext >&5
3512 rm -rf conftest*
3513 eval "ac_cv_lib_$ac_lib_var=no"
3515 rm -f conftest*
3516 LIBS="$ac_save_LIBS"
3519 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3520 echo "$ac_t""yes" 1>&6
3521 cat >> confdefs.h <<\EOF
3522 #define HAVE_LIBMESAGL 1
3525 X_PRE_LIBS="$X_PRE_LIBS -lMesaGL"
3526 MESA_SRCS='$(MESA_SRCS)'
3528 else
3529 echo "$ac_t""no" 1>&6
3534 echo $ac_n "checking "for the OpenGL Color Index extension"""... $ac_c" 1>&6
3535 echo "configure:3536: checking "for the OpenGL Color Index extension"" >&5
3536 if eval "test \"`echo '$''{'dummy'+set}'`\" = set"; then
3537 echo $ac_n "(cached) $ac_c" 1>&6
3538 else
3539 cat > conftest.$ac_ext <<EOF
3540 #line 3541 "configure"
3541 #include "confdefs.h"
3542 #include <GL/gl.h>
3543 int main() {
3544 GLenum test = GL_COLOR_INDEX8_EXT;
3545 ; return 0; }
3547 if { (eval echo configure:3548: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3548 rm -rf conftest*
3549 cat >> confdefs.h <<\EOF
3550 #define HAVE_GL_COLOR_TABLE 1
3553 else
3554 echo "configure: failed program was:" >&5
3555 cat conftest.$ac_ext >&5
3557 rm -f conftest*
3561 echo "$ac_t""$dummy" 1>&6
3562 if test "$ac_cv_lib_GL_glXCreateContext" = "no"
3563 then
3564 echo $ac_n "checking for glColorTableEXT in -lMesaGL""... $ac_c" 1>&6
3565 echo "configure:3566: checking for glColorTableEXT in -lMesaGL" >&5
3566 ac_lib_var=`echo MesaGL'_'glColorTableEXT | sed 'y%./+-%__p_%'`
3567 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3568 echo $ac_n "(cached) $ac_c" 1>&6
3569 else
3570 ac_save_LIBS="$LIBS"
3571 LIBS="-lMesaGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
3572 cat > conftest.$ac_ext <<EOF
3573 #line 3574 "configure"
3574 #include "confdefs.h"
3575 /* Override any gcc2 internal prototype to avoid an error. */
3576 /* We use char because int might match the return type of a gcc2
3577 builtin and then its argument prototype would still apply. */
3578 char glColorTableEXT();
3580 int main() {
3581 glColorTableEXT()
3582 ; return 0; }
3584 if { (eval echo configure:3585: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3585 rm -rf conftest*
3586 eval "ac_cv_lib_$ac_lib_var=yes"
3587 else
3588 echo "configure: failed program was:" >&5
3589 cat conftest.$ac_ext >&5
3590 rm -rf conftest*
3591 eval "ac_cv_lib_$ac_lib_var=no"
3593 rm -f conftest*
3594 LIBS="$ac_save_LIBS"
3597 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3598 echo "$ac_t""yes" 1>&6
3599 cat >> confdefs.h <<\EOF
3600 #define HAVE_GL_PALETTED_TEXTURE 1
3603 else
3604 echo "$ac_t""no" 1>&6
3607 else
3608 echo $ac_n "checking for glColorTableEXT in -lGL""... $ac_c" 1>&6
3609 echo "configure:3610: checking for glColorTableEXT in -lGL" >&5
3610 ac_lib_var=`echo GL'_'glColorTableEXT | sed 'y%./+-%__p_%'`
3611 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3612 echo $ac_n "(cached) $ac_c" 1>&6
3613 else
3614 ac_save_LIBS="$LIBS"
3615 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
3616 cat > conftest.$ac_ext <<EOF
3617 #line 3618 "configure"
3618 #include "confdefs.h"
3619 /* Override any gcc2 internal prototype to avoid an error. */
3620 /* We use char because int might match the return type of a gcc2
3621 builtin and then its argument prototype would still apply. */
3622 char glColorTableEXT();
3624 int main() {
3625 glColorTableEXT()
3626 ; return 0; }
3628 if { (eval echo configure:3629: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3629 rm -rf conftest*
3630 eval "ac_cv_lib_$ac_lib_var=yes"
3631 else
3632 echo "configure: failed program was:" >&5
3633 cat conftest.$ac_ext >&5
3634 rm -rf conftest*
3635 eval "ac_cv_lib_$ac_lib_var=no"
3637 rm -f conftest*
3638 LIBS="$ac_save_LIBS"
3641 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3642 echo "$ac_t""yes" 1>&6
3643 cat >> confdefs.h <<\EOF
3644 #define HAVE_GL_PALETTED_TEXTURE 1
3647 else
3648 echo "$ac_t""no" 1>&6
3655 CPPFLAGS="$ac_save_CPPFLAGS"
3656 X_SRCS='$(X_SRCS)'
3657 else
3658 XLIB=""
3659 X_CFLAGS=""
3660 X_LIBS=""
3663 if test "$CURSES" = "yes"
3664 then
3665 for ac_hdr in ncurses.h
3667 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3668 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3669 echo "configure:3670: checking for $ac_hdr" >&5
3670 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3671 echo $ac_n "(cached) $ac_c" 1>&6
3672 else
3673 cat > conftest.$ac_ext <<EOF
3674 #line 3675 "configure"
3675 #include "confdefs.h"
3676 #include <$ac_hdr>
3678 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3679 { (eval echo configure:3680: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3680 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3681 if test -z "$ac_err"; then
3682 rm -rf conftest*
3683 eval "ac_cv_header_$ac_safe=yes"
3684 else
3685 echo "$ac_err" >&5
3686 echo "configure: failed program was:" >&5
3687 cat conftest.$ac_ext >&5
3688 rm -rf conftest*
3689 eval "ac_cv_header_$ac_safe=no"
3691 rm -f conftest*
3693 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3694 echo "$ac_t""yes" 1>&6
3695 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3696 cat >> confdefs.h <<EOF
3697 #define $ac_tr_hdr 1
3700 else
3701 echo "$ac_t""no" 1>&6
3703 done
3705 if test "$ac_cv_header_ncurses_h" = "yes"
3706 then
3707 echo $ac_n "checking for waddch in -lncurses""... $ac_c" 1>&6
3708 echo "configure:3709: checking for waddch in -lncurses" >&5
3709 ac_lib_var=`echo ncurses'_'waddch | sed 'y%./+-%__p_%'`
3710 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3711 echo $ac_n "(cached) $ac_c" 1>&6
3712 else
3713 ac_save_LIBS="$LIBS"
3714 LIBS="-lncurses $LIBS"
3715 cat > conftest.$ac_ext <<EOF
3716 #line 3717 "configure"
3717 #include "confdefs.h"
3718 /* Override any gcc2 internal prototype to avoid an error. */
3719 /* We use char because int might match the return type of a gcc2
3720 builtin and then its argument prototype would still apply. */
3721 char waddch();
3723 int main() {
3724 waddch()
3725 ; return 0; }
3727 if { (eval echo configure:3728: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3728 rm -rf conftest*
3729 eval "ac_cv_lib_$ac_lib_var=yes"
3730 else
3731 echo "configure: failed program was:" >&5
3732 cat conftest.$ac_ext >&5
3733 rm -rf conftest*
3734 eval "ac_cv_lib_$ac_lib_var=no"
3736 rm -f conftest*
3737 LIBS="$ac_save_LIBS"
3740 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3741 echo "$ac_t""yes" 1>&6
3742 ac_tr_lib=HAVE_LIB`echo ncurses | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3743 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3744 cat >> confdefs.h <<EOF
3745 #define $ac_tr_lib 1
3748 LIBS="-lncurses $LIBS"
3750 else
3751 echo "$ac_t""no" 1>&6
3755 if test "$ac_cv_lib_ncurses_waddch" = "yes"
3756 then
3757 echo $ac_n "checking for resizeterm in -lncurses""... $ac_c" 1>&6
3758 echo "configure:3759: checking for resizeterm in -lncurses" >&5
3759 ac_lib_var=`echo ncurses'_'resizeterm | sed 'y%./+-%__p_%'`
3760 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3761 echo $ac_n "(cached) $ac_c" 1>&6
3762 else
3763 ac_save_LIBS="$LIBS"
3764 LIBS="-lncurses $LIBS"
3765 cat > conftest.$ac_ext <<EOF
3766 #line 3767 "configure"
3767 #include "confdefs.h"
3768 /* Override any gcc2 internal prototype to avoid an error. */
3769 /* We use char because int might match the return type of a gcc2
3770 builtin and then its argument prototype would still apply. */
3771 char resizeterm();
3773 int main() {
3774 resizeterm()
3775 ; return 0; }
3777 if { (eval echo configure:3778: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3778 rm -rf conftest*
3779 eval "ac_cv_lib_$ac_lib_var=yes"
3780 else
3781 echo "configure: failed program was:" >&5
3782 cat conftest.$ac_ext >&5
3783 rm -rf conftest*
3784 eval "ac_cv_lib_$ac_lib_var=no"
3786 rm -f conftest*
3787 LIBS="$ac_save_LIBS"
3790 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3791 echo "$ac_t""yes" 1>&6
3792 cat >> confdefs.h <<\EOF
3793 #define HAVE_RESIZETERM 1
3796 else
3797 echo "$ac_t""no" 1>&6
3800 echo $ac_n "checking for getbkgd in -lncurses""... $ac_c" 1>&6
3801 echo "configure:3802: checking for getbkgd in -lncurses" >&5
3802 ac_lib_var=`echo ncurses'_'getbkgd | sed 'y%./+-%__p_%'`
3803 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3804 echo $ac_n "(cached) $ac_c" 1>&6
3805 else
3806 ac_save_LIBS="$LIBS"
3807 LIBS="-lncurses $LIBS"
3808 cat > conftest.$ac_ext <<EOF
3809 #line 3810 "configure"
3810 #include "confdefs.h"
3811 /* Override any gcc2 internal prototype to avoid an error. */
3812 /* We use char because int might match the return type of a gcc2
3813 builtin and then its argument prototype would still apply. */
3814 char getbkgd();
3816 int main() {
3817 getbkgd()
3818 ; return 0; }
3820 if { (eval echo configure:3821: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3821 rm -rf conftest*
3822 eval "ac_cv_lib_$ac_lib_var=yes"
3823 else
3824 echo "configure: failed program was:" >&5
3825 cat conftest.$ac_ext >&5
3826 rm -rf conftest*
3827 eval "ac_cv_lib_$ac_lib_var=no"
3829 rm -f conftest*
3830 LIBS="$ac_save_LIBS"
3833 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3834 echo "$ac_t""yes" 1>&6
3835 cat >> confdefs.h <<\EOF
3836 #define HAVE_GETBKGD 1
3839 else
3840 echo "$ac_t""no" 1>&6
3843 else
3844 for ac_hdr in curses.h
3846 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3847 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3848 echo "configure:3849: checking for $ac_hdr" >&5
3849 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3850 echo $ac_n "(cached) $ac_c" 1>&6
3851 else
3852 cat > conftest.$ac_ext <<EOF
3853 #line 3854 "configure"
3854 #include "confdefs.h"
3855 #include <$ac_hdr>
3857 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3858 { (eval echo configure:3859: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3859 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3860 if test -z "$ac_err"; then
3861 rm -rf conftest*
3862 eval "ac_cv_header_$ac_safe=yes"
3863 else
3864 echo "$ac_err" >&5
3865 echo "configure: failed program was:" >&5
3866 cat conftest.$ac_ext >&5
3867 rm -rf conftest*
3868 eval "ac_cv_header_$ac_safe=no"
3870 rm -f conftest*
3872 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3873 echo "$ac_t""yes" 1>&6
3874 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3875 cat >> confdefs.h <<EOF
3876 #define $ac_tr_hdr 1
3879 else
3880 echo "$ac_t""no" 1>&6
3882 done
3884 if test "$ac_cv_header_curses_h" = "yes"
3885 then
3886 echo $ac_n "checking for waddch in -lcurses""... $ac_c" 1>&6
3887 echo "configure:3888: checking for waddch in -lcurses" >&5
3888 ac_lib_var=`echo curses'_'waddch | sed 'y%./+-%__p_%'`
3889 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3890 echo $ac_n "(cached) $ac_c" 1>&6
3891 else
3892 ac_save_LIBS="$LIBS"
3893 LIBS="-lcurses $LIBS"
3894 cat > conftest.$ac_ext <<EOF
3895 #line 3896 "configure"
3896 #include "confdefs.h"
3897 /* Override any gcc2 internal prototype to avoid an error. */
3898 /* We use char because int might match the return type of a gcc2
3899 builtin and then its argument prototype would still apply. */
3900 char waddch();
3902 int main() {
3903 waddch()
3904 ; return 0; }
3906 if { (eval echo configure:3907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3907 rm -rf conftest*
3908 eval "ac_cv_lib_$ac_lib_var=yes"
3909 else
3910 echo "configure: failed program was:" >&5
3911 cat conftest.$ac_ext >&5
3912 rm -rf conftest*
3913 eval "ac_cv_lib_$ac_lib_var=no"
3915 rm -f conftest*
3916 LIBS="$ac_save_LIBS"
3919 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3920 echo "$ac_t""yes" 1>&6
3921 ac_tr_lib=HAVE_LIB`echo curses | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3922 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3923 cat >> confdefs.h <<EOF
3924 #define $ac_tr_lib 1
3927 LIBS="-lcurses $LIBS"
3929 else
3930 echo "$ac_t""no" 1>&6
3933 if test "$ac_cv_lib_curses_waddch" = "yes"
3934 then
3935 echo $ac_n "checking for resizeterm in -lcurses""... $ac_c" 1>&6
3936 echo "configure:3937: checking for resizeterm in -lcurses" >&5
3937 ac_lib_var=`echo curses'_'resizeterm | sed 'y%./+-%__p_%'`
3938 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3939 echo $ac_n "(cached) $ac_c" 1>&6
3940 else
3941 ac_save_LIBS="$LIBS"
3942 LIBS="-lcurses $LIBS"
3943 cat > conftest.$ac_ext <<EOF
3944 #line 3945 "configure"
3945 #include "confdefs.h"
3946 /* Override any gcc2 internal prototype to avoid an error. */
3947 /* We use char because int might match the return type of a gcc2
3948 builtin and then its argument prototype would still apply. */
3949 char resizeterm();
3951 int main() {
3952 resizeterm()
3953 ; return 0; }
3955 if { (eval echo configure:3956: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3956 rm -rf conftest*
3957 eval "ac_cv_lib_$ac_lib_var=yes"
3958 else
3959 echo "configure: failed program was:" >&5
3960 cat conftest.$ac_ext >&5
3961 rm -rf conftest*
3962 eval "ac_cv_lib_$ac_lib_var=no"
3964 rm -f conftest*
3965 LIBS="$ac_save_LIBS"
3968 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3969 echo "$ac_t""yes" 1>&6
3970 cat >> confdefs.h <<\EOF
3971 #define HAVE_RESIZETERM 1
3974 else
3975 echo "$ac_t""no" 1>&6
3978 echo $ac_n "checking for getbkgd in -lcurses""... $ac_c" 1>&6
3979 echo "configure:3980: checking for getbkgd in -lcurses" >&5
3980 ac_lib_var=`echo curses'_'getbkgd | sed 'y%./+-%__p_%'`
3981 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3982 echo $ac_n "(cached) $ac_c" 1>&6
3983 else
3984 ac_save_LIBS="$LIBS"
3985 LIBS="-lcurses $LIBS"
3986 cat > conftest.$ac_ext <<EOF
3987 #line 3988 "configure"
3988 #include "confdefs.h"
3989 /* Override any gcc2 internal prototype to avoid an error. */
3990 /* We use char because int might match the return type of a gcc2
3991 builtin and then its argument prototype would still apply. */
3992 char getbkgd();
3994 int main() {
3995 getbkgd()
3996 ; return 0; }
3998 if { (eval echo configure:3999: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3999 rm -rf conftest*
4000 eval "ac_cv_lib_$ac_lib_var=yes"
4001 else
4002 echo "configure: failed program was:" >&5
4003 cat conftest.$ac_ext >&5
4004 rm -rf conftest*
4005 eval "ac_cv_lib_$ac_lib_var=no"
4007 rm -f conftest*
4008 LIBS="$ac_save_LIBS"
4011 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4012 echo "$ac_t""yes" 1>&6
4013 cat >> confdefs.h <<\EOF
4014 #define HAVE_GETBKGD 1
4017 else
4018 echo "$ac_t""no" 1>&6
4026 echo $ac_n "checking "for GNU style IPX support"""... $ac_c" 1>&6
4027 echo "configure:4028: checking "for GNU style IPX support"" >&5
4028 if eval "test \"`echo '$''{'ac_cv_c_ipx_gnu'+set}'`\" = set"; then
4029 echo $ac_n "(cached) $ac_c" 1>&6
4030 else
4031 cat > conftest.$ac_ext <<EOF
4032 #line 4033 "configure"
4033 #include "confdefs.h"
4034 #include <sys/socket.h>
4035 #include <netipx/ipx.h>
4036 int main() {
4037 ((struct sockaddr_ipx *)0)->sipx_family == AF_IPX
4038 ; return 0; }
4040 if { (eval echo configure:4041: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4041 rm -rf conftest*
4042 ac_cv_c_ipx_gnu="yes"
4043 else
4044 echo "configure: failed program was:" >&5
4045 cat conftest.$ac_ext >&5
4046 rm -rf conftest*
4047 ac_cv_c_ipx_gnu="no"
4049 rm -f conftest*
4053 echo "$ac_t""$ac_cv_c_ipx_gnu" 1>&6
4054 if test "$ac_cv_c_ipx_gnu" = "yes"
4055 then
4056 cat >> confdefs.h <<\EOF
4057 #define HAVE_IPX_GNU 1
4062 if test "$ac_cv_c_ipx_gnu" = "no"
4063 then
4064 echo $ac_n "checking "for linux style IPX support"""... $ac_c" 1>&6
4065 echo "configure:4066: checking "for linux style IPX support"" >&5
4066 if eval "test \"`echo '$''{'ac_cv_c_ipx_linux'+set}'`\" = set"; then
4067 echo $ac_n "(cached) $ac_c" 1>&6
4068 else
4069 cat > conftest.$ac_ext <<EOF
4070 #line 4071 "configure"
4071 #include "confdefs.h"
4072 #include <sys/socket.h>
4073 #include <asm/types.h>
4074 #include <linux/ipx.h>
4075 int main() {
4076 ((struct sockaddr_ipx *)0)->sipx_family == AF_IPX
4077 ; return 0; }
4079 if { (eval echo configure:4080: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4080 rm -rf conftest*
4081 ac_cv_c_ipx_linux="yes"
4082 else
4083 echo "configure: failed program was:" >&5
4084 cat conftest.$ac_ext >&5
4085 rm -rf conftest*
4086 ac_cv_c_ipx_linux="no"
4088 rm -f conftest*
4092 echo "$ac_t""$ac_cv_c_ipx_linux" 1>&6
4093 if test "$ac_cv_c_ipx_linux" = "yes"
4094 then
4095 cat >> confdefs.h <<\EOF
4096 #define HAVE_IPX_LINUX 1
4102 for ac_hdr in sys/soundcard.h machine/soundcard.h soundcard.h
4104 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4105 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4106 echo "configure:4107: checking for $ac_hdr" >&5
4107 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4108 echo $ac_n "(cached) $ac_c" 1>&6
4109 else
4110 cat > conftest.$ac_ext <<EOF
4111 #line 4112 "configure"
4112 #include "confdefs.h"
4113 #include <$ac_hdr>
4115 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4116 { (eval echo configure:4117: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4117 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4118 if test -z "$ac_err"; then
4119 rm -rf conftest*
4120 eval "ac_cv_header_$ac_safe=yes"
4121 else
4122 echo "$ac_err" >&5
4123 echo "configure: failed program was:" >&5
4124 cat conftest.$ac_ext >&5
4125 rm -rf conftest*
4126 eval "ac_cv_header_$ac_safe=no"
4128 rm -f conftest*
4130 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4131 echo "$ac_t""yes" 1>&6
4132 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4133 cat >> confdefs.h <<EOF
4134 #define $ac_tr_hdr 1
4136 break
4137 else
4138 echo "$ac_t""no" 1>&6
4140 done
4143 echo $ac_n "checking "for Open Sound System"""... $ac_c" 1>&6
4144 echo "configure:4145: checking "for Open Sound System"" >&5
4145 if eval "test \"`echo '$''{'ac_cv_c_opensoundsystem'+set}'`\" = set"; then
4146 echo $ac_n "(cached) $ac_c" 1>&6
4147 else
4148 cat > conftest.$ac_ext <<EOF
4149 #line 4150 "configure"
4150 #include "confdefs.h"
4152 #if defined(HAVE_SYS_SOUNDCARD_H)
4153 #include <sys/soundcard.h>
4154 #elif defined(HAVE_MACHINE_SOUNDCARD_H)
4155 #include <machine/soundcard.h>
4156 #elif defined(HAVE_SOUNDCARD_H)
4157 #include <soundcard.h>
4158 #endif
4160 int main() {
4163 /* check for one of the Open Sound System specific SNDCTL_ defines */
4164 #if !defined(SNDCTL_DSP_STEREO)
4165 #error No open sound system
4166 #endif
4168 ; return 0; }
4170 if { (eval echo configure:4171: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4171 rm -rf conftest*
4172 ac_cv_c_opensoundsystem="yes"
4173 else
4174 echo "configure: failed program was:" >&5
4175 cat conftest.$ac_ext >&5
4176 rm -rf conftest*
4177 ac_cv_c_opensoundsystem="no"
4179 rm -f conftest*
4182 echo "$ac_t""$ac_cv_c_opensoundsystem" 1>&6
4184 if test "$ac_cv_c_opensoundsystem" = "yes"
4185 then
4186 cat >> confdefs.h <<\EOF
4187 #define HAVE_OSS 1
4192 echo $ac_n "checking "for Open Sound System/MIDI interface"""... $ac_c" 1>&6
4193 echo "configure:4194: checking "for Open Sound System/MIDI interface"" >&5
4194 if eval "test \"`echo '$''{'ac_cv_c_opensoundsystem_midi'+set}'`\" = set"; then
4195 echo $ac_n "(cached) $ac_c" 1>&6
4196 else
4197 cat > conftest.$ac_ext <<EOF
4198 #line 4199 "configure"
4199 #include "confdefs.h"
4201 #if defined(HAVE_SYS_SOUNDCARD_H)
4202 #include <sys/soundcard.h>
4203 #elif defined(HAVE_MACHINE_SOUNDCARD_H)
4204 #include <machine/soundcard.h>
4205 #elif defined(HAVE_SOUNDCARD_H)
4206 #include <soundcard.h>
4207 #endif
4209 int main() {
4212 /* check for one of the Open Sound System specific SNDCTL_SEQ defines */
4213 #if !defined(SNDCTL_SEQ_SYNC)
4214 #error No open sound system MIDI interface
4215 #endif
4217 ; return 0; }
4219 if { (eval echo configure:4220: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4220 rm -rf conftest*
4221 ac_cv_c_opensoundsystem_midi="yes"
4222 else
4223 echo "configure: failed program was:" >&5
4224 cat conftest.$ac_ext >&5
4225 rm -rf conftest*
4226 ac_cv_c_opensoundsystem_midi="no"
4228 rm -f conftest*
4231 echo "$ac_t""$ac_cv_c_opensoundsystem_midi" 1>&6
4233 if test "$ac_cv_c_opensoundsystem_midi" = "yes"
4234 then
4235 cat >> confdefs.h <<\EOF
4236 #define HAVE_OSS_MIDI 1
4241 if test "$ac_cv_prog_LN_S" = "ln -s"; then : ; else LN_S=cp ; fi
4244 if test "x${GCC}" = "xyes"
4245 then
4246 CFLAGS="$CFLAGS -Wall"
4247 echo $ac_n "checking "for gcc strength-reduce bug"""... $ac_c" 1>&6
4248 echo "configure:4249: checking "for gcc strength-reduce bug"" >&5
4249 if eval "test \"`echo '$''{'ac_cv_c_gcc_strength_bug'+set}'`\" = set"; then
4250 echo $ac_n "(cached) $ac_c" 1>&6
4251 else
4252 if test "$cross_compiling" = yes; then
4253 ac_cv_c_gcc_strength_bug="yes"
4254 else
4255 cat > conftest.$ac_ext <<EOF
4256 #line 4257 "configure"
4257 #include "confdefs.h"
4259 int main(void) {
4260 static int Array[3];
4261 unsigned int B = 3;
4262 int i;
4263 for(i=0; i<B; i++) Array[i] = i - 3;
4264 exit( Array[1] != -2 );
4267 if { (eval echo configure:4268: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4268 then
4269 ac_cv_c_gcc_strength_bug="no"
4270 else
4271 echo "configure: failed program was:" >&5
4272 cat conftest.$ac_ext >&5
4273 rm -fr conftest*
4274 ac_cv_c_gcc_strength_bug="yes"
4276 rm -fr conftest*
4281 echo "$ac_t""$ac_cv_c_gcc_strength_bug" 1>&6
4282 if test "$ac_cv_c_gcc_strength_bug" = "yes"
4283 then
4284 CFLAGS="$CFLAGS -fno-strength-reduce"
4289 echo $ac_n "checking "whether external symbols need an underscore prefix"""... $ac_c" 1>&6
4290 echo "configure:4291: checking "whether external symbols need an underscore prefix"" >&5
4291 if eval "test \"`echo '$''{'ac_cv_c_extern_prefix'+set}'`\" = set"; then
4292 echo $ac_n "(cached) $ac_c" 1>&6
4293 else
4294 saved_libs=$LIBS
4295 LIBS="conftest_asm.s $LIBS"
4296 cat > conftest_asm.s <<EOF
4297 .globl _ac_test
4298 _ac_test:
4299 .long 0
4301 cat > conftest.$ac_ext <<EOF
4302 #line 4303 "configure"
4303 #include "confdefs.h"
4304 extern int ac_test;
4305 int main() {
4306 if (ac_test) return 1
4307 ; return 0; }
4309 if { (eval echo configure:4310: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4310 rm -rf conftest*
4311 ac_cv_c_extern_prefix="yes"
4312 else
4313 echo "configure: failed program was:" >&5
4314 cat conftest.$ac_ext >&5
4315 rm -rf conftest*
4316 ac_cv_c_extern_prefix="no"
4318 rm -f conftest*
4319 LIBS=$saved_libs
4322 echo "$ac_t""$ac_cv_c_extern_prefix" 1>&6
4323 if test "$ac_cv_c_extern_prefix" = "yes"
4324 then
4325 cat >> confdefs.h <<\EOF
4326 #define NEED_UNDERSCORE_PREFIX 1
4332 echo $ac_n "checking "whether assembler accepts .string"""... $ac_c" 1>&6
4333 echo "configure:4334: checking "whether assembler accepts .string"" >&5
4334 if eval "test \"`echo '$''{'ac_cv_c_asm_string'+set}'`\" = set"; then
4335 echo $ac_n "(cached) $ac_c" 1>&6
4336 else
4337 saved_libs=$LIBS
4338 LIBS="conftest_asm.s $LIBS"
4339 cat > conftest_asm.s <<EOF
4340 .string "test"
4342 cat > conftest.$ac_ext <<EOF
4343 #line 4344 "configure"
4344 #include "confdefs.h"
4346 int main() {
4348 ; return 0; }
4350 if { (eval echo configure:4351: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4351 rm -rf conftest*
4352 ac_cv_c_asm_string="yes"
4353 else
4354 echo "configure: failed program was:" >&5
4355 cat conftest.$ac_ext >&5
4356 rm -rf conftest*
4357 ac_cv_c_asm_string="no"
4359 rm -f conftest*
4360 LIBS=$saved_libs
4363 echo "$ac_t""$ac_cv_c_asm_string" 1>&6
4364 if test "$ac_cv_c_asm_string" = "yes"
4365 then
4366 cat >> confdefs.h <<\EOF
4367 #define HAVE_ASM_STRING 1
4373 LDSHARED=""
4374 if test "$LIBEXT" = "so"
4375 then
4376 echo $ac_n "checking "whether we can build a Linux dll"""... $ac_c" 1>&6
4377 echo "configure:4378: checking "whether we can build a Linux dll"" >&5
4378 if eval "test \"`echo '$''{'ac_cv_c_dll_linux'+set}'`\" = set"; then
4379 echo $ac_n "(cached) $ac_c" 1>&6
4380 else
4381 saved_cflags=$CFLAGS
4382 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,conftest.so.1.0"
4383 cat > conftest.$ac_ext <<EOF
4384 #line 4385 "configure"
4385 #include "confdefs.h"
4387 int main() {
4388 return 1
4389 ; return 0; }
4391 if { (eval echo configure:4392: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4392 rm -rf conftest*
4393 ac_cv_c_dll_linux="yes"
4394 else
4395 echo "configure: failed program was:" >&5
4396 cat conftest.$ac_ext >&5
4397 rm -rf conftest*
4398 ac_cv_c_dll_linux="no"
4400 rm -f conftest*
4401 CFLAGS=$saved_cflags
4405 echo "$ac_t""$ac_cv_c_dll_linux" 1>&6
4406 if test "$ac_cv_c_dll_linux" = "yes"
4407 then
4408 LDSHARED="\$(CC) -shared -Wl,-soname,\$(SONAME),-rpath,\$(libdir)"
4409 else
4410 echo $ac_n "checking whether we can build a UnixWare (Solaris) dll""... $ac_c" 1>&6
4411 echo "configure:4412: checking whether we can build a UnixWare (Solaris) dll" >&5
4412 if eval "test \"`echo '$''{'ac_cv_c_dll_unixware'+set}'`\" = set"; then
4413 echo $ac_n "(cached) $ac_c" 1>&6
4414 else
4415 saved_cflags=$CFLAGS
4416 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0"
4417 cat > conftest.$ac_ext <<EOF
4418 #line 4419 "configure"
4419 #include "confdefs.h"
4421 int main() {
4422 return 1
4423 ; return 0; }
4425 if { (eval echo configure:4426: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4426 rm -rf conftest*
4427 ac_cv_c_dll_unixware="yes"
4428 else
4429 echo "configure: failed program was:" >&5
4430 cat conftest.$ac_ext >&5
4431 rm -rf conftest*
4432 ac_cv_c_dll_unixware="no"
4434 rm -f conftest*
4435 CFLAGS=$saved_cflags
4439 echo "$ac_t""$ac_cv_c_dll_unixware" 1>&6
4440 if test "$ac_cv_c_dll_unixware" = "yes"
4441 then
4442 LDSHARED="\$(CC) -Wl,-G,-h,\$(libdir)/\$(SONAME)"
4443 else
4444 echo $ac_n "checking "whether we can build a NetBSD dll"""... $ac_c" 1>&6
4445 echo "configure:4446: checking "whether we can build a NetBSD dll"" >&5
4446 if eval "test \"`echo '$''{'ac_cv_c_dll_netbsd'+set}'`\" = set"; then
4447 echo $ac_n "(cached) $ac_c" 1>&6
4448 else
4449 saved_cflags=$CFLAGS
4450 CFLAGS="$CFLAGS -fPIC -Bshareable -Bforcearchive"
4451 cat > conftest.$ac_ext <<EOF
4452 #line 4453 "configure"
4453 #include "confdefs.h"
4455 int main() {
4456 return 1
4457 ; return 0; }
4459 if { (eval echo configure:4460: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4460 rm -rf conftest*
4461 ac_cv_c_dll_netbsd="yes"
4462 else
4463 echo "configure: failed program was:" >&5
4464 cat conftest.$ac_ext >&5
4465 rm -rf conftest*
4466 ac_cv_c_dll_netbsd="no"
4468 rm -f conftest*
4469 CFLAGS=$saved_cflags
4473 echo "$ac_t""$ac_cv_c_dll_netbsd" 1>&6
4474 if test "$ac_cv_c_dll_netbsd" = "yes"
4475 then
4476 LDSHARED="ld -Bshareable -Bforcearchive"
4480 if test "$ac_cv_c_dll_linux" = "no" -a "$ac_cv_c_dll_unixware" = "no" -a "$ac_cv_c_dll_netbsd" = "no"
4481 then
4482 LIBEXT="a"
4486 DLLFLAGS=""
4487 BUILDFLAGS=""
4489 if test "$LIBEXT" = "so"; then
4490 BUILDFLAGS="-pic"
4491 DLLFLAGS="-fPIC"
4492 DLL_LINK="-L\$(DLLDIR) \$(IMPORTS:%=-l%) -L\$(TOPOBJDIR) -lwine"
4493 else
4494 DLL_LINK="-L\$(DLLDIR) \$(DLLS:%=-l%) -L\$(TOPOBJDIR) -lwine \$(X_LIBS) \$(XLIB)"
4495 echo $ac_n "checking whether the linker supports --[no]-whole-archive (Linux)""... $ac_c" 1>&6
4496 echo "configure:4497: checking whether the linker supports --[no]-whole-archive (Linux)" >&5
4497 if eval "test \"`echo '$''{'ac_cv_c_whole_archive'+set}'`\" = set"; then
4498 echo $ac_n "(cached) $ac_c" 1>&6
4499 else
4500 saved_cflags=$CFLAGS
4501 CFLAGS="$CFLAGS -Wl,--whole-archive -Wl,--no-whole-archive"
4502 cat > conftest.$ac_ext <<EOF
4503 #line 4504 "configure"
4504 #include "confdefs.h"
4506 int main() {
4507 return 1
4508 ; return 0; }
4510 if { (eval echo configure:4511: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4511 rm -rf conftest*
4512 ac_cv_c_whole_archive="yes"
4513 else
4514 echo "configure: failed program was:" >&5
4515 cat conftest.$ac_ext >&5
4516 rm -rf conftest*
4517 ac_cv_c_whole_archive="no"
4519 rm -f conftest*
4520 CFLAGS=$saved_cflags
4524 echo "$ac_t""$ac_cv_c_whole_archive" 1>&6
4525 if test "$ac_cv_c_whole_archive" = "yes"
4526 then
4527 DLL_LINK="-Wl,--whole-archive $DLL_LINK -Wl,--no-whole-archive"
4528 else
4529 echo $ac_n "checking whether the linker supports -z {all,default}extract (Linux)""... $ac_c" 1>&6
4530 echo "configure:4531: checking whether the linker supports -z {all,default}extract (Linux)" >&5
4531 if eval "test \"`echo '$''{'ac_cv_c_allextract'+set}'`\" = set"; then
4532 echo $ac_n "(cached) $ac_c" 1>&6
4533 else
4534 saved_cflags=$CFLAGS
4535 CFLAGS="$CFLAGS -Wl,-z,allextract -Wl,-z,defaultextract"
4536 cat > conftest.$ac_ext <<EOF
4537 #line 4538 "configure"
4538 #include "confdefs.h"
4540 int main() {
4541 return 1
4542 ; return 0; }
4544 if { (eval echo configure:4545: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4545 rm -rf conftest*
4546 ac_cv_c_allextract="yes"
4547 else
4548 echo "configure: failed program was:" >&5
4549 cat conftest.$ac_ext >&5
4550 rm -rf conftest*
4551 ac_cv_c_allextract="no"
4553 rm -f conftest*
4554 CFLAGS=$saved_cflags
4558 echo "$ac_t""$ac_cv_c_allextract" 1>&6
4559 if test "$ac_cv_c_allextract" = "yes"
4560 then
4561 DLL_LINK="-Wl,-z,allextract $DLL_LINK -Wl,-z,defaultextract"
4573 wine_cv_libc_reentrant=no
4574 echo $ac_n "checking "for reentrant libc: __errno_location"""... $ac_c" 1>&6
4575 echo "configure:4576: checking "for reentrant libc: __errno_location"" >&5
4576 if eval "test \"`echo '$''{'wine_cv_libc_r__errno_location'+set}'`\" = set"; then
4577 echo $ac_n "(cached) $ac_c" 1>&6
4578 else
4579 if test "$cross_compiling" = yes; then
4580 wine_cv_libc_r__errno_location=yes
4581 else
4582 cat > conftest.$ac_ext <<EOF
4583 #line 4584 "configure"
4584 #include "confdefs.h"
4585 int myerrno = 0;
4586 char buf[256];
4587 int *__errno_location(){return &myerrno;}
4588 main(){connect(0,buf,255); exit(!myerrno);}
4590 if { (eval echo configure:4591: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4591 then
4592 wine_cv_libc_r__errno_location=yes
4593 else
4594 echo "configure: failed program was:" >&5
4595 cat conftest.$ac_ext >&5
4596 rm -fr conftest*
4597 wine_cv_libc_r__errno_location=no
4599 rm -fr conftest*
4605 echo "$ac_t""$wine_cv_libc_r__errno_location" 1>&6
4606 if test "$wine_cv_libc_r__errno_location" = "yes"
4607 then
4608 cat >> confdefs.h <<\EOF
4609 #define HAVE__ERRNO_LOCATION 1
4612 wine_cv_libc_reentrant=__errno_location
4614 echo $ac_n "checking "for reentrant libc: __error"""... $ac_c" 1>&6
4615 echo "configure:4616: checking "for reentrant libc: __error"" >&5
4616 if eval "test \"`echo '$''{'wine_cv_libc_r__error'+set}'`\" = set"; then
4617 echo $ac_n "(cached) $ac_c" 1>&6
4618 else
4619 if test "$cross_compiling" = yes; then
4620 wine_cv_libc_r__error=yes
4621 else
4622 cat > conftest.$ac_ext <<EOF
4623 #line 4624 "configure"
4624 #include "confdefs.h"
4625 int myerrno = 0;
4626 char buf[256];
4627 int *__error(){return &myerrno;}
4628 main(){connect(0,buf,255); exit(!myerrno);}
4630 if { (eval echo configure:4631: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4631 then
4632 wine_cv_libc_r__error=yes
4633 else
4634 echo "configure: failed program was:" >&5
4635 cat conftest.$ac_ext >&5
4636 rm -fr conftest*
4637 wine_cv_libc_r__error=no
4639 rm -fr conftest*
4645 echo "$ac_t""$wine_cv_libc_r__error" 1>&6
4646 if test "$wine_cv_libc_r__error" = "yes"
4647 then
4648 cat >> confdefs.h <<\EOF
4649 #define HAVE__ERROR 1
4652 wine_cv_libc_reentrant=__error
4654 echo $ac_n "checking "for reentrant libc: ___errno"""... $ac_c" 1>&6
4655 echo "configure:4656: checking "for reentrant libc: ___errno"" >&5
4656 if eval "test \"`echo '$''{'wine_cv_libc_r___errno'+set}'`\" = set"; then
4657 echo $ac_n "(cached) $ac_c" 1>&6
4658 else
4659 if test "$cross_compiling" = yes; then
4660 wine_cv_libc_r___errno=yes
4661 else
4662 cat > conftest.$ac_ext <<EOF
4663 #line 4664 "configure"
4664 #include "confdefs.h"
4665 int myerrno = 0;
4666 char buf[256];
4667 int *___errno(){return &myerrno;}
4668 main(){connect(0,buf,255); exit(!myerrno);}
4670 if { (eval echo configure:4671: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4671 then
4672 wine_cv_libc_r___errno=yes
4673 else
4674 echo "configure: failed program was:" >&5
4675 cat conftest.$ac_ext >&5
4676 rm -fr conftest*
4677 wine_cv_libc_r___errno=no
4679 rm -fr conftest*
4685 echo "$ac_t""$wine_cv_libc_r___errno" 1>&6
4686 if test "$wine_cv_libc_r___errno" = "yes"
4687 then
4688 cat >> confdefs.h <<\EOF
4689 #define HAVE___ERRNO 1
4692 wine_cv_libc_reentrant=___errno
4694 echo $ac_n "checking "for reentrant libc: __thr_errno"""... $ac_c" 1>&6
4695 echo "configure:4696: checking "for reentrant libc: __thr_errno"" >&5
4696 if eval "test \"`echo '$''{'wine_cv_libc_r__thr_errno'+set}'`\" = set"; then
4697 echo $ac_n "(cached) $ac_c" 1>&6
4698 else
4699 if test "$cross_compiling" = yes; then
4700 wine_cv_libc_r__thr_errno=yes
4701 else
4702 cat > conftest.$ac_ext <<EOF
4703 #line 4704 "configure"
4704 #include "confdefs.h"
4705 int myerrno = 0;
4706 char buf[256];
4707 int *__thr_errno(){return &myerrno;}
4708 main(){connect(0,buf,255); exit(!myerrno);}
4710 if { (eval echo configure:4711: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4711 then
4712 wine_cv_libc_r__thr_errno=yes
4713 else
4714 echo "configure: failed program was:" >&5
4715 cat conftest.$ac_ext >&5
4716 rm -fr conftest*
4717 wine_cv_libc_r__thr_errno=no
4719 rm -fr conftest*
4725 echo "$ac_t""$wine_cv_libc_r__thr_errno" 1>&6
4726 if test "$wine_cv_libc_r__thr_errno" = "yes"
4727 then
4728 cat >> confdefs.h <<\EOF
4729 #define HAVE__THR_ERRNO 1
4732 wine_cv_libc_reentrant=__thr_errno
4734 if test "$wine_cv_libc_reentrant" = "no"
4735 then
4736 cat >> confdefs.h <<\EOF
4737 #define NO_REENTRANT_LIBC 1
4743 if test "$have_x" = "yes" -a "$wine_cv_libc_reentrant" != "no"
4744 then
4745 echo $ac_n "checking "for reentrant X libraries"""... $ac_c" 1>&6
4746 echo "configure:4747: checking "for reentrant X libraries"" >&5
4747 if eval "test \"`echo '$''{'wine_cv_x_reentrant'+set}'`\" = set"; then
4748 echo $ac_n "(cached) $ac_c" 1>&6
4749 else
4750 if test "x$with_reentrant_x" = "xno"
4751 then
4752 wine_cv_x_reentrant=no
4753 else
4754 libX11_check=none
4755 for dir in "$x_libraries" /usr/lib /usr/local/lib /lib; do
4756 if test -r $dir/libX11.so; then
4757 libX11_check="-D $dir/libX11.so"
4758 break 1
4760 if test -r $dir/libX11.a; then
4761 libX11_check="$dir/libX11.a"
4762 break 1
4764 done
4765 if test "$libX11_check" != "none"; then
4766 if nm $libX11_check | grep $wine_cv_libc_reentrant >/dev/null 2>&1
4767 then
4768 wine_cv_x_reentrant=yes
4769 else
4770 wine_cv_x_reentrant=no
4772 else
4773 wine_cv_x_reentrant=unknown
4778 echo "$ac_t""$wine_cv_x_reentrant" 1>&6
4779 else
4780 wine_cv_x_reentrant=no
4782 if test "$wine_cv_x_reentrant" = "no"
4783 then
4784 cat >> confdefs.h <<\EOF
4785 #define NO_REENTRANT_X11 1
4791 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
4792 echo "configure:4793: checking whether byte ordering is bigendian" >&5
4793 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
4794 echo $ac_n "(cached) $ac_c" 1>&6
4795 else
4796 ac_cv_c_bigendian=unknown
4797 # See if sys/param.h defines the BYTE_ORDER macro.
4798 cat > conftest.$ac_ext <<EOF
4799 #line 4800 "configure"
4800 #include "confdefs.h"
4801 #include <sys/types.h>
4802 #include <sys/param.h>
4803 int main() {
4805 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
4806 bogus endian macros
4807 #endif
4808 ; return 0; }
4810 if { (eval echo configure:4811: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4811 rm -rf conftest*
4812 # It does; now see whether it defined to BIG_ENDIAN or not.
4813 cat > conftest.$ac_ext <<EOF
4814 #line 4815 "configure"
4815 #include "confdefs.h"
4816 #include <sys/types.h>
4817 #include <sys/param.h>
4818 int main() {
4820 #if BYTE_ORDER != BIG_ENDIAN
4821 not big endian
4822 #endif
4823 ; return 0; }
4825 if { (eval echo configure:4826: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4826 rm -rf conftest*
4827 ac_cv_c_bigendian=yes
4828 else
4829 echo "configure: failed program was:" >&5
4830 cat conftest.$ac_ext >&5
4831 rm -rf conftest*
4832 ac_cv_c_bigendian=no
4834 rm -f conftest*
4835 else
4836 echo "configure: failed program was:" >&5
4837 cat conftest.$ac_ext >&5
4839 rm -f conftest*
4840 if test $ac_cv_c_bigendian = unknown; then
4841 if test "$cross_compiling" = yes; then
4842 { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
4843 else
4844 cat > conftest.$ac_ext <<EOF
4845 #line 4846 "configure"
4846 #include "confdefs.h"
4847 main () {
4848 /* Are we little or big endian? From Harbison&Steele. */
4849 union
4851 long l;
4852 char c[sizeof (long)];
4853 } u;
4854 u.l = 1;
4855 exit (u.c[sizeof (long) - 1] == 1);
4858 if { (eval echo configure:4859: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4859 then
4860 ac_cv_c_bigendian=no
4861 else
4862 echo "configure: failed program was:" >&5
4863 cat conftest.$ac_ext >&5
4864 rm -fr conftest*
4865 ac_cv_c_bigendian=yes
4867 rm -fr conftest*
4873 echo "$ac_t""$ac_cv_c_bigendian" 1>&6
4874 if test $ac_cv_c_bigendian = yes; then
4875 cat >> confdefs.h <<\EOF
4876 #define WORDS_BIGENDIAN 1
4883 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
4884 # for constant arguments. Useless!
4885 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
4886 echo "configure:4887: checking for working alloca.h" >&5
4887 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
4888 echo $ac_n "(cached) $ac_c" 1>&6
4889 else
4890 cat > conftest.$ac_ext <<EOF
4891 #line 4892 "configure"
4892 #include "confdefs.h"
4893 #include <alloca.h>
4894 int main() {
4895 void *p = alloca(2 * sizeof(int));
4896 ; return 0; }
4898 if { (eval echo configure:4899: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4899 rm -rf conftest*
4900 ac_cv_header_alloca_h=yes
4901 else
4902 echo "configure: failed program was:" >&5
4903 cat conftest.$ac_ext >&5
4904 rm -rf conftest*
4905 ac_cv_header_alloca_h=no
4907 rm -f conftest*
4910 echo "$ac_t""$ac_cv_header_alloca_h" 1>&6
4911 if test $ac_cv_header_alloca_h = yes; then
4912 cat >> confdefs.h <<\EOF
4913 #define HAVE_ALLOCA_H 1
4918 echo $ac_n "checking for alloca""... $ac_c" 1>&6
4919 echo "configure:4920: checking for alloca" >&5
4920 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
4921 echo $ac_n "(cached) $ac_c" 1>&6
4922 else
4923 cat > conftest.$ac_ext <<EOF
4924 #line 4925 "configure"
4925 #include "confdefs.h"
4927 #ifdef __GNUC__
4928 # define alloca __builtin_alloca
4929 #else
4930 # ifdef _MSC_VER
4931 # include <malloc.h>
4932 # define alloca _alloca
4933 # else
4934 # if HAVE_ALLOCA_H
4935 # include <alloca.h>
4936 # else
4937 # ifdef _AIX
4938 #pragma alloca
4939 # else
4940 # ifndef alloca /* predefined by HP cc +Olibcalls */
4941 char *alloca ();
4942 # endif
4943 # endif
4944 # endif
4945 # endif
4946 #endif
4948 int main() {
4949 char *p = (char *) alloca(1);
4950 ; return 0; }
4952 if { (eval echo configure:4953: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4953 rm -rf conftest*
4954 ac_cv_func_alloca_works=yes
4955 else
4956 echo "configure: failed program was:" >&5
4957 cat conftest.$ac_ext >&5
4958 rm -rf conftest*
4959 ac_cv_func_alloca_works=no
4961 rm -f conftest*
4964 echo "$ac_t""$ac_cv_func_alloca_works" 1>&6
4965 if test $ac_cv_func_alloca_works = yes; then
4966 cat >> confdefs.h <<\EOF
4967 #define HAVE_ALLOCA 1
4972 if test $ac_cv_func_alloca_works = no; then
4973 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
4974 # that cause trouble. Some versions do not even contain alloca or
4975 # contain a buggy version. If you still want to use their alloca,
4976 # use ar to extract alloca.o from them instead of compiling alloca.c.
4977 ALLOCA=alloca.${ac_objext}
4978 cat >> confdefs.h <<\EOF
4979 #define C_ALLOCA 1
4983 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
4984 echo "configure:4985: checking whether alloca needs Cray hooks" >&5
4985 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
4986 echo $ac_n "(cached) $ac_c" 1>&6
4987 else
4988 cat > conftest.$ac_ext <<EOF
4989 #line 4990 "configure"
4990 #include "confdefs.h"
4991 #if defined(CRAY) && ! defined(CRAY2)
4992 webecray
4993 #else
4994 wenotbecray
4995 #endif
4998 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4999 egrep "webecray" >/dev/null 2>&1; then
5000 rm -rf conftest*
5001 ac_cv_os_cray=yes
5002 else
5003 rm -rf conftest*
5004 ac_cv_os_cray=no
5006 rm -f conftest*
5010 echo "$ac_t""$ac_cv_os_cray" 1>&6
5011 if test $ac_cv_os_cray = yes; then
5012 for ac_func in _getb67 GETB67 getb67; do
5013 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5014 echo "configure:5015: checking for $ac_func" >&5
5015 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5016 echo $ac_n "(cached) $ac_c" 1>&6
5017 else
5018 cat > conftest.$ac_ext <<EOF
5019 #line 5020 "configure"
5020 #include "confdefs.h"
5021 /* System header to define __stub macros and hopefully few prototypes,
5022 which can conflict with char $ac_func(); below. */
5023 #include <assert.h>
5024 /* Override any gcc2 internal prototype to avoid an error. */
5025 /* We use char because int might match the return type of a gcc2
5026 builtin and then its argument prototype would still apply. */
5027 char $ac_func();
5029 int main() {
5031 /* The GNU C library defines this for functions which it implements
5032 to always fail with ENOSYS. Some functions are actually named
5033 something starting with __ and the normal name is an alias. */
5034 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5035 choke me
5036 #else
5037 $ac_func();
5038 #endif
5040 ; return 0; }
5042 if { (eval echo configure:5043: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5043 rm -rf conftest*
5044 eval "ac_cv_func_$ac_func=yes"
5045 else
5046 echo "configure: failed program was:" >&5
5047 cat conftest.$ac_ext >&5
5048 rm -rf conftest*
5049 eval "ac_cv_func_$ac_func=no"
5051 rm -f conftest*
5054 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5055 echo "$ac_t""yes" 1>&6
5056 cat >> confdefs.h <<EOF
5057 #define CRAY_STACKSEG_END $ac_func
5060 break
5061 else
5062 echo "$ac_t""no" 1>&6
5065 done
5068 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
5069 echo "configure:5070: checking stack direction for C alloca" >&5
5070 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
5071 echo $ac_n "(cached) $ac_c" 1>&6
5072 else
5073 if test "$cross_compiling" = yes; then
5074 ac_cv_c_stack_direction=0
5075 else
5076 cat > conftest.$ac_ext <<EOF
5077 #line 5078 "configure"
5078 #include "confdefs.h"
5079 find_stack_direction ()
5081 static char *addr = 0;
5082 auto char dummy;
5083 if (addr == 0)
5085 addr = &dummy;
5086 return find_stack_direction ();
5088 else
5089 return (&dummy > addr) ? 1 : -1;
5091 main ()
5093 exit (find_stack_direction() < 0);
5096 if { (eval echo configure:5097: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5097 then
5098 ac_cv_c_stack_direction=1
5099 else
5100 echo "configure: failed program was:" >&5
5101 cat conftest.$ac_ext >&5
5102 rm -fr conftest*
5103 ac_cv_c_stack_direction=-1
5105 rm -fr conftest*
5110 echo "$ac_t""$ac_cv_c_stack_direction" 1>&6
5111 cat >> confdefs.h <<EOF
5112 #define STACK_DIRECTION $ac_cv_c_stack_direction
5117 for ac_func in \
5118 _lwp_create \
5119 clone \
5120 getnetbyaddr \
5121 getnetbyname \
5122 getpagesize \
5123 getprotobyname \
5124 getprotobynumber \
5125 getservbyport \
5126 getsockopt \
5127 inet_network \
5128 memmove \
5129 rfork \
5130 select \
5131 sendmsg \
5132 settimeofday \
5133 sigaltstack \
5134 statfs \
5135 strcasecmp \
5136 strerror \
5137 strncasecmp \
5138 tcgetattr \
5139 timegm \
5140 usleep \
5141 vfscanf \
5142 wait4 \
5143 waitpid \
5146 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5147 echo "configure:5148: checking for $ac_func" >&5
5148 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5149 echo $ac_n "(cached) $ac_c" 1>&6
5150 else
5151 cat > conftest.$ac_ext <<EOF
5152 #line 5153 "configure"
5153 #include "confdefs.h"
5154 /* System header to define __stub macros and hopefully few prototypes,
5155 which can conflict with char $ac_func(); below. */
5156 #include <assert.h>
5157 /* Override any gcc2 internal prototype to avoid an error. */
5158 /* We use char because int might match the return type of a gcc2
5159 builtin and then its argument prototype would still apply. */
5160 char $ac_func();
5162 int main() {
5164 /* The GNU C library defines this for functions which it implements
5165 to always fail with ENOSYS. Some functions are actually named
5166 something starting with __ and the normal name is an alias. */
5167 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5168 choke me
5169 #else
5170 $ac_func();
5171 #endif
5173 ; return 0; }
5175 if { (eval echo configure:5176: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5176 rm -rf conftest*
5177 eval "ac_cv_func_$ac_func=yes"
5178 else
5179 echo "configure: failed program was:" >&5
5180 cat conftest.$ac_ext >&5
5181 rm -rf conftest*
5182 eval "ac_cv_func_$ac_func=no"
5184 rm -f conftest*
5187 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5188 echo "$ac_t""yes" 1>&6
5189 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5190 cat >> confdefs.h <<EOF
5191 #define $ac_tr_func 1
5194 else
5195 echo "$ac_t""no" 1>&6
5197 done
5201 for ac_hdr in \
5202 a.out.h \
5203 a_out.h \
5204 arpa/inet.h \
5205 arpa/nameser.h \
5206 elf.h \
5207 float.h \
5208 libio.h \
5209 link.h \
5210 linux/cdrom.h \
5211 linux/joystick.h \
5212 linux/ucdrom.h \
5213 net/if.h \
5214 netinet/in.h \
5215 netinet/tcp.h \
5216 pty.h \
5217 resolv.h \
5218 sched.h \
5219 socket.h \
5220 strings.h \
5221 sys/cdio.h \
5222 sys/errno.h \
5223 sys/file.h \
5224 sys/filio.h \
5225 sys/ipc.h \
5226 sys/lwp.h \
5227 sys/mman.h \
5228 sys/modem.h \
5229 sys/mount.h \
5230 sys/msg.h \
5231 sys/param.h \
5232 sys/reg.h \
5233 sys/signal.h \
5234 sys/shm.h \
5235 sys/socket.h \
5236 sys/sockio.h \
5237 sys/statfs.h \
5238 sys/strtio.h \
5239 sys/syscall.h \
5240 sys/wait.h \
5241 sys/v86.h \
5242 sys/v86intr.h \
5243 sys/vfs.h \
5244 sys/vm86.h \
5245 syscall.h \
5246 ucontext.h \
5247 wctype.h \
5250 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5251 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5252 echo "configure:5253: checking for $ac_hdr" >&5
5253 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5254 echo $ac_n "(cached) $ac_c" 1>&6
5255 else
5256 cat > conftest.$ac_ext <<EOF
5257 #line 5258 "configure"
5258 #include "confdefs.h"
5259 #include <$ac_hdr>
5261 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5262 { (eval echo configure:5263: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5263 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5264 if test -z "$ac_err"; then
5265 rm -rf conftest*
5266 eval "ac_cv_header_$ac_safe=yes"
5267 else
5268 echo "$ac_err" >&5
5269 echo "configure: failed program was:" >&5
5270 cat conftest.$ac_ext >&5
5271 rm -rf conftest*
5272 eval "ac_cv_header_$ac_safe=no"
5274 rm -f conftest*
5276 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5277 echo "$ac_t""yes" 1>&6
5278 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5279 cat >> confdefs.h <<EOF
5280 #define $ac_tr_hdr 1
5283 else
5284 echo "$ac_t""no" 1>&6
5286 done
5288 echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6
5289 echo "configure:5290: checking whether stat file-mode macros are broken" >&5
5290 if eval "test \"`echo '$''{'ac_cv_header_stat_broken'+set}'`\" = set"; then
5291 echo $ac_n "(cached) $ac_c" 1>&6
5292 else
5293 cat > conftest.$ac_ext <<EOF
5294 #line 5295 "configure"
5295 #include "confdefs.h"
5296 #include <sys/types.h>
5297 #include <sys/stat.h>
5299 #if defined(S_ISBLK) && defined(S_IFDIR)
5300 # if S_ISBLK (S_IFDIR)
5301 You lose.
5302 # endif
5303 #endif
5305 #if defined(S_ISBLK) && defined(S_IFCHR)
5306 # if S_ISBLK (S_IFCHR)
5307 You lose.
5308 # endif
5309 #endif
5311 #if defined(S_ISLNK) && defined(S_IFREG)
5312 # if S_ISLNK (S_IFREG)
5313 You lose.
5314 # endif
5315 #endif
5317 #if defined(S_ISSOCK) && defined(S_IFREG)
5318 # if S_ISSOCK (S_IFREG)
5319 You lose.
5320 # endif
5321 #endif
5324 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5325 egrep "You lose" >/dev/null 2>&1; then
5326 rm -rf conftest*
5327 ac_cv_header_stat_broken=yes
5328 else
5329 rm -rf conftest*
5330 ac_cv_header_stat_broken=no
5332 rm -f conftest*
5336 echo "$ac_t""$ac_cv_header_stat_broken" 1>&6
5337 if test $ac_cv_header_stat_broken = yes; then
5338 cat >> confdefs.h <<\EOF
5339 #define STAT_MACROS_BROKEN 1
5346 echo $ac_n "checking for working const""... $ac_c" 1>&6
5347 echo "configure:5348: checking for working const" >&5
5348 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
5349 echo $ac_n "(cached) $ac_c" 1>&6
5350 else
5351 cat > conftest.$ac_ext <<EOF
5352 #line 5353 "configure"
5353 #include "confdefs.h"
5355 int main() {
5357 /* Ultrix mips cc rejects this. */
5358 typedef int charset[2]; const charset x = {0,0};
5359 /* SunOS 4.1.1 cc rejects this. */
5360 char const *const *ccp;
5361 char **p;
5362 /* NEC SVR4.0.2 mips cc rejects this. */
5363 struct point {int x, y;};
5364 static struct point const zero = {0,0};
5365 /* AIX XL C 1.02.0.0 rejects this.
5366 It does not let you subtract one const X* pointer from another in an arm
5367 of an if-expression whose if-part is not a constant expression */
5368 const char *g = "string";
5369 ccp = &g + (g ? g-g : 0);
5370 /* HPUX 7.0 cc rejects these. */
5371 ++ccp;
5372 p = (char**) ccp;
5373 ccp = (char const *const *) p;
5374 { /* SCO 3.2v4 cc rejects this. */
5375 char *t;
5376 char const *s = 0 ? (char *) 0 : (char const *) 0;
5378 *t++ = 0;
5380 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
5381 int x[] = {25, 17};
5382 const int *foo = &x[0];
5383 ++foo;
5385 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
5386 typedef const int *iptr;
5387 iptr p = 0;
5388 ++p;
5390 { /* AIX XL C 1.02.0.0 rejects this saying
5391 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
5392 struct s { int j; const int *ap[3]; };
5393 struct s *b; b->j = 5;
5395 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
5396 const int foo = 10;
5399 ; return 0; }
5401 if { (eval echo configure:5402: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5402 rm -rf conftest*
5403 ac_cv_c_const=yes
5404 else
5405 echo "configure: failed program was:" >&5
5406 cat conftest.$ac_ext >&5
5407 rm -rf conftest*
5408 ac_cv_c_const=no
5410 rm -f conftest*
5413 echo "$ac_t""$ac_cv_c_const" 1>&6
5414 if test $ac_cv_c_const = no; then
5415 cat >> confdefs.h <<\EOF
5416 #define const
5421 echo $ac_n "checking for inline""... $ac_c" 1>&6
5422 echo "configure:5423: checking for inline" >&5
5423 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
5424 echo $ac_n "(cached) $ac_c" 1>&6
5425 else
5426 ac_cv_c_inline=no
5427 for ac_kw in inline __inline__ __inline; do
5428 cat > conftest.$ac_ext <<EOF
5429 #line 5430 "configure"
5430 #include "confdefs.h"
5432 int main() {
5433 } int $ac_kw foo() {
5434 ; return 0; }
5436 if { (eval echo configure:5437: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5437 rm -rf conftest*
5438 ac_cv_c_inline=$ac_kw; break
5439 else
5440 echo "configure: failed program was:" >&5
5441 cat conftest.$ac_ext >&5
5443 rm -f conftest*
5444 done
5448 echo "$ac_t""$ac_cv_c_inline" 1>&6
5449 case "$ac_cv_c_inline" in
5450 inline | yes) ;;
5451 no) cat >> confdefs.h <<\EOF
5452 #define inline
5455 *) cat >> confdefs.h <<EOF
5456 #define inline $ac_cv_c_inline
5459 esac
5461 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
5462 echo "configure:5463: checking for ANSI C header files" >&5
5463 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
5464 echo $ac_n "(cached) $ac_c" 1>&6
5465 else
5466 cat > conftest.$ac_ext <<EOF
5467 #line 5468 "configure"
5468 #include "confdefs.h"
5469 #include <stdlib.h>
5470 #include <stdarg.h>
5471 #include <string.h>
5472 #include <float.h>
5474 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5475 { (eval echo configure:5476: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5476 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5477 if test -z "$ac_err"; then
5478 rm -rf conftest*
5479 ac_cv_header_stdc=yes
5480 else
5481 echo "$ac_err" >&5
5482 echo "configure: failed program was:" >&5
5483 cat conftest.$ac_ext >&5
5484 rm -rf conftest*
5485 ac_cv_header_stdc=no
5487 rm -f conftest*
5489 if test $ac_cv_header_stdc = yes; then
5490 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5491 cat > conftest.$ac_ext <<EOF
5492 #line 5493 "configure"
5493 #include "confdefs.h"
5494 #include <string.h>
5496 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5497 egrep "memchr" >/dev/null 2>&1; then
5499 else
5500 rm -rf conftest*
5501 ac_cv_header_stdc=no
5503 rm -f conftest*
5507 if test $ac_cv_header_stdc = yes; then
5508 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5509 cat > conftest.$ac_ext <<EOF
5510 #line 5511 "configure"
5511 #include "confdefs.h"
5512 #include <stdlib.h>
5514 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5515 egrep "free" >/dev/null 2>&1; then
5517 else
5518 rm -rf conftest*
5519 ac_cv_header_stdc=no
5521 rm -f conftest*
5525 if test $ac_cv_header_stdc = yes; then
5526 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5527 if test "$cross_compiling" = yes; then
5529 else
5530 cat > conftest.$ac_ext <<EOF
5531 #line 5532 "configure"
5532 #include "confdefs.h"
5533 #include <ctype.h>
5534 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5535 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5536 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5537 int main () { int i; for (i = 0; i < 256; i++)
5538 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
5539 exit (0); }
5542 if { (eval echo configure:5543: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5543 then
5545 else
5546 echo "configure: failed program was:" >&5
5547 cat conftest.$ac_ext >&5
5548 rm -fr conftest*
5549 ac_cv_header_stdc=no
5551 rm -fr conftest*
5557 echo "$ac_t""$ac_cv_header_stdc" 1>&6
5558 if test $ac_cv_header_stdc = yes; then
5559 cat >> confdefs.h <<\EOF
5560 #define STDC_HEADERS 1
5565 echo $ac_n "checking for size_t""... $ac_c" 1>&6
5566 echo "configure:5567: checking for size_t" >&5
5567 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
5568 echo $ac_n "(cached) $ac_c" 1>&6
5569 else
5570 cat > conftest.$ac_ext <<EOF
5571 #line 5572 "configure"
5572 #include "confdefs.h"
5573 #include <sys/types.h>
5574 #if STDC_HEADERS
5575 #include <stdlib.h>
5576 #include <stddef.h>
5577 #endif
5579 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5580 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
5581 rm -rf conftest*
5582 ac_cv_type_size_t=yes
5583 else
5584 rm -rf conftest*
5585 ac_cv_type_size_t=no
5587 rm -f conftest*
5590 echo "$ac_t""$ac_cv_type_size_t" 1>&6
5591 if test $ac_cv_type_size_t = no; then
5592 cat >> confdefs.h <<\EOF
5593 #define size_t unsigned
5598 echo $ac_n "checking size of long long""... $ac_c" 1>&6
5599 echo "configure:5600: checking size of long long" >&5
5600 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
5601 echo $ac_n "(cached) $ac_c" 1>&6
5602 else
5603 if test "$cross_compiling" = yes; then
5604 ac_cv_sizeof_long_long=0
5605 else
5606 cat > conftest.$ac_ext <<EOF
5607 #line 5608 "configure"
5608 #include "confdefs.h"
5609 #include <stdio.h>
5610 main()
5612 FILE *f=fopen("conftestval", "w");
5613 if (!f) exit(1);
5614 fprintf(f, "%d\n", sizeof(long long));
5615 exit(0);
5618 if { (eval echo configure:5619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5619 then
5620 ac_cv_sizeof_long_long=`cat conftestval`
5621 else
5622 echo "configure: failed program was:" >&5
5623 cat conftest.$ac_ext >&5
5624 rm -fr conftest*
5625 ac_cv_sizeof_long_long=0
5627 rm -fr conftest*
5631 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
5632 cat >> confdefs.h <<EOF
5633 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
5638 if test "$ac_cv_header_linux_joystick_h" = "yes"
5639 then
5640 echo $ac_n "checking "whether linux/joystick.h uses the Linux 2.2+ API"""... $ac_c" 1>&6
5641 echo "configure:5642: checking "whether linux/joystick.h uses the Linux 2.2+ API"" >&5
5642 if eval "test \"`echo '$''{'wine_cv_linux_joystick_22_api'+set}'`\" = set"; then
5643 echo $ac_n "(cached) $ac_c" 1>&6
5644 else
5645 cat > conftest.$ac_ext <<EOF
5646 #line 5647 "configure"
5647 #include "confdefs.h"
5649 #include <sys/ioctl.h>
5650 #include <linux/joystick.h>
5652 struct js_event blub;
5653 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
5654 #error "no 2.2 header"
5655 #endif
5657 int main() {
5658 /*empty*/
5659 ; return 0; }
5661 if { (eval echo configure:5662: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5662 rm -rf conftest*
5663 wine_cv_linux_joystick_22_api=yes
5664 else
5665 echo "configure: failed program was:" >&5
5666 cat conftest.$ac_ext >&5
5667 rm -rf conftest*
5668 wine_cv_linux_joystick_22_api=no
5670 rm -f conftest*
5674 echo "$ac_t""$wine_cv_linux_joystick_22_api" 1>&6
5675 if test "$wine_cv_linux_joystick_22_api" = "yes"
5676 then
5677 cat >> confdefs.h <<\EOF
5678 #define HAVE_LINUX_22_JOYSTICK_API 1
5685 if test "$ac_cv_header_sys_vfs_h" = "yes"
5686 then
5687 echo $ac_n "checking "whether sys/vfs.h defines statfs"""... $ac_c" 1>&6
5688 echo "configure:5689: checking "whether sys/vfs.h defines statfs"" >&5
5689 if eval "test \"`echo '$''{'wine_cv_sys_vfs_has_statfs'+set}'`\" = set"; then
5690 echo $ac_n "(cached) $ac_c" 1>&6
5691 else
5692 cat > conftest.$ac_ext <<EOF
5693 #line 5694 "configure"
5694 #include "confdefs.h"
5696 #include <sys/types.h>
5697 #ifdef HAVE_SYS_PARAM_H
5698 # include <sys/param.h>
5699 #endif
5700 #include <sys/vfs.h>
5702 int main() {
5704 struct statfs stfs;
5706 memset(&stfs,0,sizeof(stfs));
5708 ; return 0; }
5710 if { (eval echo configure:5711: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5711 rm -rf conftest*
5712 wine_cv_sys_vfs_has_statfs=yes
5713 else
5714 echo "configure: failed program was:" >&5
5715 cat conftest.$ac_ext >&5
5716 rm -rf conftest*
5717 wine_cv_sys_vfs_has_statfs=no
5720 rm -f conftest*
5724 echo "$ac_t""$wine_cv_sys_vfs_has_statfs" 1>&6
5725 if test "$wine_cv_sys_vfs_has_statfs" = "yes"
5726 then
5727 cat >> confdefs.h <<\EOF
5728 #define STATFS_DEFINED_BY_SYS_VFS 1
5734 if test "$ac_cv_header_sys_statfs_h" = "yes"
5735 then
5736 echo $ac_n "checking "whether sys/statfs.h defines statfs"""... $ac_c" 1>&6
5737 echo "configure:5738: checking "whether sys/statfs.h defines statfs"" >&5
5738 if eval "test \"`echo '$''{'wine_cv_sys_statfs_has_statfs'+set}'`\" = set"; then
5739 echo $ac_n "(cached) $ac_c" 1>&6
5740 else
5741 cat > conftest.$ac_ext <<EOF
5742 #line 5743 "configure"
5743 #include "confdefs.h"
5745 #include <sys/types.h>
5746 #ifdef HAVE_SYS_PARAM_H
5747 # include <sys/param.h>
5748 #endif
5749 #include <sys/statfs.h>
5751 int main() {
5753 struct statfs stfs;
5755 ; return 0; }
5757 if { (eval echo configure:5758: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5758 rm -rf conftest*
5759 wine_cv_sys_statfs_has_statfs=yes
5760 else
5761 echo "configure: failed program was:" >&5
5762 cat conftest.$ac_ext >&5
5763 rm -rf conftest*
5764 wine_cv_sys_statfs_has_statfs=no
5767 rm -f conftest*
5771 echo "$ac_t""$wine_cv_sys_statfs_has_statfs" 1>&6
5772 if test "$wine_cv_sys_statfs_has_statfs" = "yes"
5773 then
5774 cat >> confdefs.h <<\EOF
5775 #define STATFS_DEFINED_BY_SYS_STATFS 1
5781 if test "$ac_cv_header_sys_mount_h" = "yes"
5782 then
5783 echo $ac_n "checking "whether sys/mount.h defines statfs"""... $ac_c" 1>&6
5784 echo "configure:5785: checking "whether sys/mount.h defines statfs"" >&5
5785 if eval "test \"`echo '$''{'wine_cv_sys_mount_has_statfs'+set}'`\" = set"; then
5786 echo $ac_n "(cached) $ac_c" 1>&6
5787 else
5788 cat > conftest.$ac_ext <<EOF
5789 #line 5790 "configure"
5790 #include "confdefs.h"
5792 #include <sys/types.h>
5793 #ifdef HAVE_SYS_PARAM_H
5794 # include <sys/param.h>
5795 #endif
5796 #include <sys/mount.h>
5798 int main() {
5800 struct statfs stfs;
5802 ; return 0; }
5804 if { (eval echo configure:5805: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5805 rm -rf conftest*
5806 wine_cv_sys_mount_has_statfs=yes
5807 else
5808 echo "configure: failed program was:" >&5
5809 cat conftest.$ac_ext >&5
5810 rm -rf conftest*
5811 wine_cv_sys_mount_has_statfs=no
5814 rm -f conftest*
5818 echo "$ac_t""$wine_cv_sys_mount_has_statfs" 1>&6
5819 if test "$wine_cv_sys_mount_has_statfs" = "yes"
5820 then
5821 cat >> confdefs.h <<\EOF
5822 #define STATFS_DEFINED_BY_SYS_MOUNT 1
5829 echo $ac_n "checking "for statfs.f_bfree"""... $ac_c" 1>&6
5830 echo "configure:5831: checking "for statfs.f_bfree"" >&5
5831 if eval "test \"`echo '$''{'wine_cv_statfs_bfree'+set}'`\" = set"; then
5832 echo $ac_n "(cached) $ac_c" 1>&6
5833 else
5834 if test "x$statfs_bfree" = "xno"
5835 then
5836 wine_cv_statfs_bfree=no
5837 else
5838 cat > conftest.$ac_ext <<EOF
5839 #line 5840 "configure"
5840 #include "confdefs.h"
5842 #include <sys/types.h>
5843 #ifdef HAVE_SYS_PARAM_H
5844 # include <sys/param.h>
5845 #endif
5846 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
5847 # include <sys/mount.h>
5848 #else
5849 # ifdef STATFS_DEFINED_BY_SYS_VFS
5850 # include <sys/vfs.h>
5851 # else
5852 # ifdef STATFS_DEFINED_BY_SYS_STATFS
5853 # include <sys/statfs.h>
5854 # endif
5855 # endif
5856 #endif
5858 int main() {
5860 struct statfs stfs;
5862 stfs.f_bfree++;
5864 ; return 0; }
5866 if { (eval echo configure:5867: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5867 rm -rf conftest*
5868 wine_cv_statfs_bfree=yes
5869 else
5870 echo "configure: failed program was:" >&5
5871 cat conftest.$ac_ext >&5
5872 rm -rf conftest*
5873 wine_cv_statfs_bfree=no
5876 rm -f conftest*
5880 echo "$ac_t""$wine_cv_statfs_bfree" 1>&6
5881 if test "$wine_cv_statfs_bfree" = "yes"
5882 then
5883 cat >> confdefs.h <<\EOF
5884 #define STATFS_HAS_BFREE 1
5889 echo $ac_n "checking "for statfs.f_bavail"""... $ac_c" 1>&6
5890 echo "configure:5891: checking "for statfs.f_bavail"" >&5
5891 if eval "test \"`echo '$''{'wine_cv_statfs_bavail'+set}'`\" = set"; then
5892 echo $ac_n "(cached) $ac_c" 1>&6
5893 else
5894 if test "x$statfs_bavail" = "xno"
5895 then
5896 wine_cv_statfs_bavail=no
5897 else
5898 cat > conftest.$ac_ext <<EOF
5899 #line 5900 "configure"
5900 #include "confdefs.h"
5902 #include <sys/types.h>
5903 #ifdef HAVE_SYS_PARAM_H
5904 # include <sys/param.h>
5905 #endif
5906 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
5907 # include <sys/mount.h>
5908 #else
5909 # ifdef STATFS_DEFINED_BY_SYS_VFS
5910 # include <sys/vfs.h>
5911 # else
5912 # ifdef STATFS_DEFINED_BY_SYS_STATFS
5913 # include <sys/statfs.h>
5914 # endif
5915 # endif
5916 #endif
5918 int main() {
5920 struct statfs stfs;
5922 stfs.f_bavail++;
5924 ; return 0; }
5926 if { (eval echo configure:5927: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5927 rm -rf conftest*
5928 wine_cv_statfs_bavail=yes
5929 else
5930 echo "configure: failed program was:" >&5
5931 cat conftest.$ac_ext >&5
5932 rm -rf conftest*
5933 wine_cv_statfs_bavail=no
5936 rm -f conftest*
5940 echo "$ac_t""$wine_cv_statfs_bavail" 1>&6
5941 if test "$wine_cv_statfs_bavail" = "yes"
5942 then
5943 cat >> confdefs.h <<\EOF
5944 #define STATFS_HAS_BAVAIL 1
5950 echo $ac_n "checking "for msg_accrights in struct msghdr"""... $ac_c" 1>&6
5951 echo "configure:5952: checking "for msg_accrights in struct msghdr"" >&5
5952 if eval "test \"`echo '$''{'ac_cv_c_msg_accrights'+set}'`\" = set"; then
5953 echo $ac_n "(cached) $ac_c" 1>&6
5954 else
5955 cat > conftest.$ac_ext <<EOF
5956 #line 5957 "configure"
5957 #include "confdefs.h"
5958 #include <sys/types.h>
5959 #include <sys/socket.h>
5960 int main() {
5961 struct msghdr hdr; hdr.msg_accrights=0
5962 ; return 0; }
5964 if { (eval echo configure:5965: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5965 rm -rf conftest*
5966 ac_cv_c_msg_accrights="yes"
5967 else
5968 echo "configure: failed program was:" >&5
5969 cat conftest.$ac_ext >&5
5970 rm -rf conftest*
5971 ac_cv_c_msg_accrights="no"
5973 rm -f conftest*
5976 echo "$ac_t""$ac_cv_c_msg_accrights" 1>&6
5977 if test "$ac_cv_c_msg_accrights" = "yes"
5978 then
5979 cat >> confdefs.h <<\EOF
5980 #define HAVE_MSGHDR_ACCRIGHTS 1
5986 echo $ac_n "checking "for sun_len in struct sockaddr_un"""... $ac_c" 1>&6
5987 echo "configure:5988: checking "for sun_len in struct sockaddr_un"" >&5
5988 if eval "test \"`echo '$''{'ac_cv_c_sun_len'+set}'`\" = set"; then
5989 echo $ac_n "(cached) $ac_c" 1>&6
5990 else
5991 cat > conftest.$ac_ext <<EOF
5992 #line 5993 "configure"
5993 #include "confdefs.h"
5994 #include <sys/types.h>
5995 #include <sys/socket.h>
5996 #include <sys/un.h>
5997 int main() {
5998 static struct sockaddr_un addr; addr.sun_len = 1
5999 ; return 0; }
6001 if { (eval echo configure:6002: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6002 rm -rf conftest*
6003 ac_cv_c_sun_len="yes"
6004 else
6005 echo "configure: failed program was:" >&5
6006 cat conftest.$ac_ext >&5
6007 rm -rf conftest*
6008 ac_cv_c_sun_len="no"
6010 rm -f conftest*
6013 echo "$ac_t""$ac_cv_c_sun_len" 1>&6
6014 if test "$ac_cv_c_sun_len" = "yes"
6015 then
6016 cat >> confdefs.h <<\EOF
6017 #define HAVE_SOCKADDR_SUN_LEN 1
6023 echo $ac_n "checking "whether we need to define __i386__"""... $ac_c" 1>&6
6024 echo "configure:6025: checking "whether we need to define __i386__"" >&5
6025 if eval "test \"`echo '$''{'ac_cv_cpp_def_i386'+set}'`\" = set"; then
6026 echo $ac_n "(cached) $ac_c" 1>&6
6027 else
6028 cat > conftest.$ac_ext <<EOF
6029 #line 6030 "configure"
6030 #include "confdefs.h"
6031 #if (defined(i386) || defined(__i386)) && !defined(__i386__)
6033 #endif
6035 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6036 egrep "yes" >/dev/null 2>&1; then
6037 rm -rf conftest*
6038 ac_cv_cpp_def_i386="yes"
6039 else
6040 rm -rf conftest*
6041 ac_cv_cpp_def_i386="no"
6043 rm -f conftest*
6047 echo "$ac_t""$ac_cv_cpp_def_i386" 1>&6
6048 if test "$ac_cv_cpp_def_i386" = "yes"
6049 then
6050 CFLAGS="$CFLAGS -D__i386__"
6051 LINTFLAGS="$LINTFLAGS -D__i386__"
6054 GCC_NO_BUILTIN=""
6055 if test "$GCC" = "yes"
6056 then
6057 GCC_NO_BUILTIN="-fno-builtin"
6064 MAKE_RULES=Make.rules
6067 MAKE_DLL_RULES=dlls/Makedll.rules
6070 trap '' 1 2 15
6071 cat > confcache <<\EOF
6072 # This file is a shell script that caches the results of configure
6073 # tests run on this system so they can be shared between configure
6074 # scripts and configure runs. It is not useful on other systems.
6075 # If it contains results you don't want to keep, you may remove or edit it.
6077 # By default, configure uses ./config.cache as the cache file,
6078 # creating it if it does not exist already. You can give configure
6079 # the --cache-file=FILE option to use a different cache file; that is
6080 # what configure does when it calls configure scripts in
6081 # subdirectories, so they share the cache.
6082 # Giving --cache-file=/dev/null disables caching, for debugging configure.
6083 # config.status only pays attention to the cache file if you give it the
6084 # --recheck option to rerun configure.
6087 # The following way of writing the cache mishandles newlines in values,
6088 # but we know of no workaround that is simple, portable, and efficient.
6089 # So, don't put newlines in cache variables' values.
6090 # Ultrix sh set writes to stderr and can't be redirected directly,
6091 # and sets the high bit in the cache file unless we assign to the vars.
6092 (set) 2>&1 |
6093 case `(ac_space=' '; set | grep ac_space) 2>&1` in
6094 *ac_space=\ *)
6095 # `set' does not quote correctly, so add quotes (double-quote substitution
6096 # turns \\\\ into \\, and sed turns \\ into \).
6097 sed -n \
6098 -e "s/'/'\\\\''/g" \
6099 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
6102 # `set' quotes correctly as required by POSIX, so do not add quotes.
6103 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
6105 esac >> confcache
6106 if cmp -s $cache_file confcache; then
6108 else
6109 if test -w $cache_file; then
6110 echo "updating cache $cache_file"
6111 cat confcache > $cache_file
6112 else
6113 echo "not updating unwritable cache $cache_file"
6116 rm -f confcache
6118 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
6120 test "x$prefix" = xNONE && prefix=$ac_default_prefix
6121 # Let make expand exec_prefix.
6122 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6124 # Any assignment to VPATH causes Sun make to only execute
6125 # the first set of double-colon rules, so remove it if not needed.
6126 # If there is a colon in the path, we need to keep it.
6127 if test "x$srcdir" = x.; then
6128 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
6131 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
6133 DEFS=-DHAVE_CONFIG_H
6135 # Without the "./", some shells look in PATH for config.status.
6136 : ${CONFIG_STATUS=./config.status}
6138 echo creating $CONFIG_STATUS
6139 rm -f $CONFIG_STATUS
6140 cat > $CONFIG_STATUS <<EOF
6141 #! /bin/sh
6142 # Generated automatically by configure.
6143 # Run this file to recreate the current configuration.
6144 # This directory was configured as follows,
6145 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
6147 # $0 $ac_configure_args
6149 # Compiler output produced by configure, useful for debugging
6150 # configure, is in ./config.log if it exists.
6152 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
6153 for ac_option
6155 case "\$ac_option" in
6156 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
6157 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
6158 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
6159 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
6160 echo "$CONFIG_STATUS generated by autoconf version 2.13"
6161 exit 0 ;;
6162 -help | --help | --hel | --he | --h)
6163 echo "\$ac_cs_usage"; exit 0 ;;
6164 *) echo "\$ac_cs_usage"; exit 1 ;;
6165 esac
6166 done
6168 ac_given_srcdir=$srcdir
6169 ac_given_INSTALL="$INSTALL"
6171 trap 'rm -fr `echo "
6172 Make.rules
6173 Makefile
6174 console/Makefile
6175 controls/Makefile
6176 debugger/Makefile
6177 dlls/Makedll.rules
6178 dlls/Makefile
6179 dlls/advapi32/Makefile
6180 dlls/avifil32/Makefile
6181 dlls/comctl32/Makefile
6182 dlls/commdlg/Makefile
6183 dlls/crtdll/Makefile
6184 dlls/dciman32/Makefile
6185 dlls/ddraw/Makefile
6186 dlls/dinput/Makefile
6187 dlls/display/Makefile
6188 dlls/dplayx/Makefile
6189 dlls/dsound/Makefile
6190 dlls/gdi/Makefile
6191 dlls/icmp/Makefile
6192 dlls/imagehlp/Makefile
6193 dlls/imm32/Makefile
6194 dlls/lzexpand/Makefile
6195 dlls/mouse/Makefile
6196 dlls/mpr/Makefile
6197 dlls/msacm/Makefile
6198 dlls/msacm32/Makefile
6199 dlls/msnet32/Makefile
6200 dlls/msvideo/Makefile
6201 dlls/ntdll/Makefile
6202 dlls/odbc32/Makefile
6203 dlls/ole32/Makefile
6204 dlls/oleaut32/Makefile
6205 dlls/olecli/Makefile
6206 dlls/oledlg/Makefile
6207 dlls/olepro32/Makefile
6208 dlls/olesvr/Makefile
6209 dlls/psapi/Makefile
6210 dlls/rasapi32/Makefile
6211 dlls/setupx/Makefile
6212 dlls/shell32/Makefile
6213 dlls/sound/Makefile
6214 dlls/stress/Makefile
6215 dlls/tapi32/Makefile
6216 dlls/ttydrv/Makefile
6217 dlls/urlmon/Makefile
6218 dlls/user/Makefile
6219 dlls/version/Makefile
6220 dlls/win32s/Makefile
6221 dlls/win87em/Makefile
6222 dlls/winaspi/Makefile
6223 dlls/windebug/Makefile
6224 dlls/wing/Makefile
6225 dlls/wininet/Makefile
6226 dlls/winmm/Makefile
6227 dlls/winmm/joystick/Makefile
6228 dlls/winmm/mcianim/Makefile
6229 dlls/winmm/mciavi/Makefile
6230 dlls/winmm/mcicda/Makefile
6231 dlls/winmm/mciseq/Makefile
6232 dlls/winmm/mciwave/Makefile
6233 dlls/winmm/midimap/Makefile
6234 dlls/winmm/wavemap/Makefile
6235 dlls/winmm/wineoss/Makefile
6236 dlls/winsock/Makefile
6237 dlls/winspool/Makefile
6238 dlls/ttydrv/Makefile
6239 dlls/x11drv/Makefile
6240 documentation/Makefile
6241 documentation/wine.conf.man
6242 documentation/wine.man
6243 files/Makefile
6244 graphics/Makefile
6245 graphics/enhmetafiledrv/Makefile
6246 graphics/metafiledrv/Makefile
6247 graphics/psdrv/Makefile
6248 graphics/ttydrv/Makefile
6249 graphics/win16drv/Makefile
6250 graphics/x11drv/Makefile
6251 if1632/Makefile
6252 include/Makefile
6253 library/Makefile
6254 libtest/Makefile
6255 loader/Makefile
6256 loader/ne/Makefile
6257 loader/dos/Makefile
6258 memory/Makefile
6259 misc/Makefile
6260 miscemu/Makefile
6261 msdos/Makefile
6262 objects/Makefile
6263 ole/Makefile
6264 programs/Makefile
6265 programs/clock/Makefile
6266 programs/cmdlgtst/Makefile
6267 programs/control/Makefile
6268 programs/avitools/Makefile
6269 programs/osversioncheck/Makefile
6270 programs/notepad/Makefile
6271 programs/progman/Makefile
6272 programs/regtest/Makefile
6273 programs/regapi/Makefile
6274 programs/view/Makefile
6275 programs/wcmd/Makefile
6276 programs/winemine/Makefile
6277 programs/winhelp/Makefile
6278 programs/winver/Makefile
6279 relay32/Makefile
6280 resources/Makefile
6281 scheduler/Makefile
6282 server/Makefile
6283 tools/Makefile
6284 tools/cvdump/Makefile
6285 tools/wrc/Makefile
6286 tsx11/Makefile
6287 win32/Makefile
6288 windows/Makefile
6289 windows/ttydrv/Makefile
6290 windows/x11drv/Makefile include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
6292 cat >> $CONFIG_STATUS <<EOF
6294 # Protect against being on the right side of a sed subst in config.status.
6295 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
6296 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
6297 $ac_vpsub
6298 $extrasub
6299 s%@SHELL@%$SHELL%g
6300 s%@CFLAGS@%$CFLAGS%g
6301 s%@CPPFLAGS@%$CPPFLAGS%g
6302 s%@CXXFLAGS@%$CXXFLAGS%g
6303 s%@FFLAGS@%$FFLAGS%g
6304 s%@DEFS@%$DEFS%g
6305 s%@LDFLAGS@%$LDFLAGS%g
6306 s%@LIBS@%$LIBS%g
6307 s%@exec_prefix@%$exec_prefix%g
6308 s%@prefix@%$prefix%g
6309 s%@program_transform_name@%$program_transform_name%g
6310 s%@bindir@%$bindir%g
6311 s%@sbindir@%$sbindir%g
6312 s%@libexecdir@%$libexecdir%g
6313 s%@datadir@%$datadir%g
6314 s%@sysconfdir@%$sysconfdir%g
6315 s%@sharedstatedir@%$sharedstatedir%g
6316 s%@localstatedir@%$localstatedir%g
6317 s%@libdir@%$libdir%g
6318 s%@includedir@%$includedir%g
6319 s%@oldincludedir@%$oldincludedir%g
6320 s%@infodir@%$infodir%g
6321 s%@mandir@%$mandir%g
6322 s%@PROGEXT@%$PROGEXT%g
6323 s%@EMU_TARGET@%$EMU_TARGET%g
6324 s%@OPTIONS@%$OPTIONS%g
6325 s%@SET_MAKE@%$SET_MAKE%g
6326 s%@CC@%$CC%g
6327 s%@CPP@%$CPP%g
6328 s%@X_CFLAGS@%$X_CFLAGS%g
6329 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
6330 s%@X_LIBS@%$X_LIBS%g
6331 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
6332 s%@YACC@%$YACC%g
6333 s%@LEX@%$LEX%g
6334 s%@LEXLIB@%$LEXLIB%g
6335 s%@RANLIB@%$RANLIB%g
6336 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
6337 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
6338 s%@INSTALL_DATA@%$INSTALL_DATA%g
6339 s%@LN_S@%$LN_S%g
6340 s%@C2MAN@%$C2MAN%g
6341 s%@LDCONFIG@%$LDCONFIG%g
6342 s%@LINT@%$LINT%g
6343 s%@LINTFLAGS@%$LINTFLAGS%g
6344 s%@XLIB@%$XLIB%g
6345 s%@X_SRCS@%$X_SRCS%g
6346 s%@DGA_SRCS@%$DGA_SRCS%g
6347 s%@MESA_SRCS@%$MESA_SRCS%g
6348 s%@DLL_LINK@%$DLL_LINK%g
6349 s%@BUILDFLAGS@%$BUILDFLAGS%g
6350 s%@DLLFLAGS@%$DLLFLAGS%g
6351 s%@LDSHARED@%$LDSHARED%g
6352 s%@LIBEXT@%$LIBEXT%g
6353 s%@ALLOCA@%$ALLOCA%g
6354 s%@GCC_NO_BUILTIN@%$GCC_NO_BUILTIN%g
6355 /@MAKE_RULES@/r $MAKE_RULES
6356 s%@MAKE_RULES@%%g
6357 /@MAKE_DLL_RULES@/r $MAKE_DLL_RULES
6358 s%@MAKE_DLL_RULES@%%g
6360 CEOF
6363 cat >> $CONFIG_STATUS <<\EOF
6365 # Split the substitutions into bite-sized pieces for seds with
6366 # small command number limits, like on Digital OSF/1 and HP-UX.
6367 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
6368 ac_file=1 # Number of current file.
6369 ac_beg=1 # First line for current file.
6370 ac_end=$ac_max_sed_cmds # Line after last line for current file.
6371 ac_more_lines=:
6372 ac_sed_cmds=""
6373 while $ac_more_lines; do
6374 if test $ac_beg -gt 1; then
6375 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
6376 else
6377 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
6379 if test ! -s conftest.s$ac_file; then
6380 ac_more_lines=false
6381 rm -f conftest.s$ac_file
6382 else
6383 if test -z "$ac_sed_cmds"; then
6384 ac_sed_cmds="sed -f conftest.s$ac_file"
6385 else
6386 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
6388 ac_file=`expr $ac_file + 1`
6389 ac_beg=$ac_end
6390 ac_end=`expr $ac_end + $ac_max_sed_cmds`
6392 done
6393 if test -z "$ac_sed_cmds"; then
6394 ac_sed_cmds=cat
6398 cat >> $CONFIG_STATUS <<EOF
6400 CONFIG_FILES=\${CONFIG_FILES-"Make.rules
6401 Makefile
6402 console/Makefile
6403 controls/Makefile
6404 debugger/Makefile
6405 dlls/Makedll.rules
6406 dlls/Makefile
6407 dlls/advapi32/Makefile
6408 dlls/avifil32/Makefile
6409 dlls/comctl32/Makefile
6410 dlls/commdlg/Makefile
6411 dlls/crtdll/Makefile
6412 dlls/dciman32/Makefile
6413 dlls/ddraw/Makefile
6414 dlls/dinput/Makefile
6415 dlls/display/Makefile
6416 dlls/dplayx/Makefile
6417 dlls/dsound/Makefile
6418 dlls/gdi/Makefile
6419 dlls/icmp/Makefile
6420 dlls/imagehlp/Makefile
6421 dlls/imm32/Makefile
6422 dlls/lzexpand/Makefile
6423 dlls/mouse/Makefile
6424 dlls/mpr/Makefile
6425 dlls/msacm/Makefile
6426 dlls/msacm32/Makefile
6427 dlls/msnet32/Makefile
6428 dlls/msvideo/Makefile
6429 dlls/ntdll/Makefile
6430 dlls/odbc32/Makefile
6431 dlls/ole32/Makefile
6432 dlls/oleaut32/Makefile
6433 dlls/olecli/Makefile
6434 dlls/oledlg/Makefile
6435 dlls/olepro32/Makefile
6436 dlls/olesvr/Makefile
6437 dlls/psapi/Makefile
6438 dlls/rasapi32/Makefile
6439 dlls/setupx/Makefile
6440 dlls/shell32/Makefile
6441 dlls/sound/Makefile
6442 dlls/stress/Makefile
6443 dlls/tapi32/Makefile
6444 dlls/ttydrv/Makefile
6445 dlls/urlmon/Makefile
6446 dlls/user/Makefile
6447 dlls/version/Makefile
6448 dlls/win32s/Makefile
6449 dlls/win87em/Makefile
6450 dlls/winaspi/Makefile
6451 dlls/windebug/Makefile
6452 dlls/wing/Makefile
6453 dlls/wininet/Makefile
6454 dlls/winmm/Makefile
6455 dlls/winmm/joystick/Makefile
6456 dlls/winmm/mcianim/Makefile
6457 dlls/winmm/mciavi/Makefile
6458 dlls/winmm/mcicda/Makefile
6459 dlls/winmm/mciseq/Makefile
6460 dlls/winmm/mciwave/Makefile
6461 dlls/winmm/midimap/Makefile
6462 dlls/winmm/wavemap/Makefile
6463 dlls/winmm/wineoss/Makefile
6464 dlls/winsock/Makefile
6465 dlls/winspool/Makefile
6466 dlls/ttydrv/Makefile
6467 dlls/x11drv/Makefile
6468 documentation/Makefile
6469 documentation/wine.conf.man
6470 documentation/wine.man
6471 files/Makefile
6472 graphics/Makefile
6473 graphics/enhmetafiledrv/Makefile
6474 graphics/metafiledrv/Makefile
6475 graphics/psdrv/Makefile
6476 graphics/ttydrv/Makefile
6477 graphics/win16drv/Makefile
6478 graphics/x11drv/Makefile
6479 if1632/Makefile
6480 include/Makefile
6481 library/Makefile
6482 libtest/Makefile
6483 loader/Makefile
6484 loader/ne/Makefile
6485 loader/dos/Makefile
6486 memory/Makefile
6487 misc/Makefile
6488 miscemu/Makefile
6489 msdos/Makefile
6490 objects/Makefile
6491 ole/Makefile
6492 programs/Makefile
6493 programs/clock/Makefile
6494 programs/cmdlgtst/Makefile
6495 programs/control/Makefile
6496 programs/avitools/Makefile
6497 programs/osversioncheck/Makefile
6498 programs/notepad/Makefile
6499 programs/progman/Makefile
6500 programs/regtest/Makefile
6501 programs/regapi/Makefile
6502 programs/view/Makefile
6503 programs/wcmd/Makefile
6504 programs/winemine/Makefile
6505 programs/winhelp/Makefile
6506 programs/winver/Makefile
6507 relay32/Makefile
6508 resources/Makefile
6509 scheduler/Makefile
6510 server/Makefile
6511 tools/Makefile
6512 tools/cvdump/Makefile
6513 tools/wrc/Makefile
6514 tsx11/Makefile
6515 win32/Makefile
6516 windows/Makefile
6517 windows/ttydrv/Makefile
6518 windows/x11drv/Makefile "}
6520 cat >> $CONFIG_STATUS <<\EOF
6521 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
6522 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
6523 case "$ac_file" in
6524 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
6525 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
6526 *) ac_file_in="${ac_file}.in" ;;
6527 esac
6529 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
6531 # Remove last slash and all that follows it. Not all systems have dirname.
6532 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
6533 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
6534 # The file is in a subdirectory.
6535 test ! -d "$ac_dir" && mkdir "$ac_dir"
6536 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
6537 # A "../" for each directory in $ac_dir_suffix.
6538 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
6539 else
6540 ac_dir_suffix= ac_dots=
6543 case "$ac_given_srcdir" in
6544 .) srcdir=.
6545 if test -z "$ac_dots"; then top_srcdir=.
6546 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
6547 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
6548 *) # Relative path.
6549 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
6550 top_srcdir="$ac_dots$ac_given_srcdir" ;;
6551 esac
6553 case "$ac_given_INSTALL" in
6554 [/$]*) INSTALL="$ac_given_INSTALL" ;;
6555 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
6556 esac
6558 echo creating "$ac_file"
6559 rm -f "$ac_file"
6560 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
6561 case "$ac_file" in
6562 *Makefile*) ac_comsub="1i\\
6563 # $configure_input" ;;
6564 *) ac_comsub= ;;
6565 esac
6567 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
6568 sed -e "$ac_comsub
6569 s%@configure_input@%$configure_input%g
6570 s%@srcdir@%$srcdir%g
6571 s%@top_srcdir@%$top_srcdir%g
6572 s%@INSTALL@%$INSTALL%g
6573 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
6574 fi; done
6575 rm -f conftest.s*
6577 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
6578 # NAME is the cpp macro being defined and VALUE is the value it is being given.
6580 # ac_d sets the value in "#define NAME VALUE" lines.
6581 ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
6582 ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
6583 ac_dC='\3'
6584 ac_dD='%g'
6585 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
6586 ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
6587 ac_uB='\([ ]\)%\1#\2define\3'
6588 ac_uC=' '
6589 ac_uD='\4%g'
6590 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
6591 ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
6592 ac_eB='$%\1#\2define\3'
6593 ac_eC=' '
6594 ac_eD='%g'
6596 if test "${CONFIG_HEADERS+set}" != set; then
6598 cat >> $CONFIG_STATUS <<EOF
6599 CONFIG_HEADERS="include/config.h"
6601 cat >> $CONFIG_STATUS <<\EOF
6603 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
6604 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
6605 case "$ac_file" in
6606 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
6607 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
6608 *) ac_file_in="${ac_file}.in" ;;
6609 esac
6611 echo creating $ac_file
6613 rm -f conftest.frag conftest.in conftest.out
6614 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
6615 cat $ac_file_inputs > conftest.in
6619 # Transform confdefs.h into a sed script conftest.vals that substitutes
6620 # the proper values into config.h.in to produce config.h. And first:
6621 # Protect against being on the right side of a sed subst in config.status.
6622 # Protect against being in an unquoted here document in config.status.
6623 rm -f conftest.vals
6624 cat > conftest.hdr <<\EOF
6625 s/[\\&%]/\\&/g
6626 s%[\\$`]%\\&%g
6627 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
6628 s%ac_d%ac_u%gp
6629 s%ac_u%ac_e%gp
6631 sed -n -f conftest.hdr confdefs.h > conftest.vals
6632 rm -f conftest.hdr
6634 # This sed command replaces #undef with comments. This is necessary, for
6635 # example, in the case of _POSIX_SOURCE, which is predefined and required
6636 # on some systems where configure will not decide to define it.
6637 cat >> conftest.vals <<\EOF
6638 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
6641 # Break up conftest.vals because some shells have a limit on
6642 # the size of here documents, and old seds have small limits too.
6644 rm -f conftest.tail
6645 while :
6647 ac_lines=`grep -c . conftest.vals`
6648 # grep -c gives empty output for an empty file on some AIX systems.
6649 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
6650 # Write a limited-size here document to conftest.frag.
6651 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
6652 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
6653 echo 'CEOF
6654 sed -f conftest.frag conftest.in > conftest.out
6655 rm -f conftest.in
6656 mv conftest.out conftest.in
6657 ' >> $CONFIG_STATUS
6658 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
6659 rm -f conftest.vals
6660 mv conftest.tail conftest.vals
6661 done
6662 rm -f conftest.vals
6664 cat >> $CONFIG_STATUS <<\EOF
6665 rm -f conftest.frag conftest.h
6666 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
6667 cat conftest.in >> conftest.h
6668 rm -f conftest.in
6669 if cmp -s $ac_file conftest.h 2>/dev/null; then
6670 echo "$ac_file is unchanged"
6671 rm -f conftest.h
6672 else
6673 # Remove last slash and all that follows it. Not all systems have dirname.
6674 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
6675 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
6676 # The file is in a subdirectory.
6677 test ! -d "$ac_dir" && mkdir "$ac_dir"
6679 rm -f $ac_file
6680 mv conftest.h $ac_file
6682 fi; done
6685 cat >> $CONFIG_STATUS <<EOF
6689 cat >> $CONFIG_STATUS <<\EOF
6691 extra_subdirs="\
6692 dlls/ddraw/d3ddevice \
6693 dlls/ddraw/dclipper \
6694 dlls/ddraw/ddraw \
6695 dlls/ddraw/direct3d \
6696 dlls/ddraw/dpalette \
6697 dlls/ddraw/dsurface \
6699 for i in $extra_subdirs; do [ -d $i ] || (echo "creating $i" && mkdir $i); done
6701 exit 0
6703 chmod +x $CONFIG_STATUS
6704 rm -fr confdefs* $ac_clean_files
6705 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
6708 if test "$have_x" = "no"
6709 then
6710 echo
6711 echo "*** Warning: X development files not found. Wine will be built without"
6712 echo "*** X support, which currently does not work, and would probably not be"
6713 echo "*** what you want anyway. You will need to install devel packages of"
6714 echo "*** Xlib/Xfree86 and Xpm at the very least."
6715 elif test "$ac_cv_lib_Xpm_XpmCreatePixmapFromData" = "no"
6716 then
6717 echo
6718 echo "*** Warning: Xpm development files not found. Wine will be built without"
6719 echo "*** Xpm support, which currently does not work. You will need to install"
6720 echo "*** devel packages of Xpm."
6723 if test "$ac_cv_lib_ncurses_resizeterm" = "no" -a "$ac_cv_lib_ncurses_waddch" = "yes"
6724 then
6725 echo
6726 echo "*** Warning: resizeterm not found in ncurses. Wine will be built without"
6727 echo "*** terminal resize support. Consider upgrading ncurses."
6730 if test "$wine_cv_libc_reentrant" = "no"
6731 then
6732 echo
6733 echo "*** Warning: non-reentrant libc detected. Wine will be build without"
6734 echo "*** thread support. Consider upgrading libc to a more recent"
6735 echo "*** reentrant version of libc."
6738 if test "$wine_cv_mesa_version_OK" = "no"
6739 then
6740 echo
6741 echo "*** Warning: old Mesa headers detected. Wine will be built without Direct3D"
6742 echo "*** support. Consider upgrading your Mesa libraries (http://www.mesa3d.org/)."
6745 if test "$wine_cv_mesa_version_threadsafe" = "yes"
6746 then
6747 echo
6748 echo "*** Warning: the OpenGL version you have installed relies on libpthread for"
6749 echo "*** thread-safety. To prevent crashes, OpenGL support has been removed"
6750 echo "*** (while we work on a better fix)."
6753 echo
6754 echo "Configure finished. Do 'make depend && make' to compile Wine."
6755 echo