Added built-in msacm.drv and midimap.drv drivers.
[wine] / configure
1 #! /bin/sh
2
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.12 
6 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
7 #
8 # This configure script is free software; the Free Software Foundation
9 # gives unlimited permission to copy, distribute and modify it.
10
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   --enable-dll            build the Wine library as a DLL"
19 ac_help="$ac_help
20   --disable-lib           build the Wine without building libwine.a"
21 ac_help="$ac_help
22   --disable-debug         compile out all debugging messages"
23 ac_help="$ac_help
24   --disable-trace         compile out TRACE messages"
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"
29
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'
63
64 # Initialize some other variables.
65 subdirs=
66 MFLAGS= MAKEFLAGS=
67 # Maximum number of lines to put in a shell here document.
68 ac_max_here_lines=12
69
70 ac_prev=
71 for ac_option
72 do
73
74   # If the previous option needs an argument, assign it.
75   if test -n "$ac_prev"; then
76     eval "$ac_prev=\$ac_option"
77     ac_prev=
78     continue
79   fi
80
81   case "$ac_option" in
82   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
83   *) ac_optarg= ;;
84   esac
85
86   # Accept the important Cygnus configure options, so we can diagnose typos.
87
88   case "$ac_option" in
89
90   -bindir | --bindir | --bindi | --bind | --bin | --bi)
91     ac_prev=bindir ;;
92   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
93     bindir="$ac_optarg" ;;
94
95   -build | --build | --buil | --bui | --bu)
96     ac_prev=build ;;
97   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
98     build="$ac_optarg" ;;
99
100   -cache-file | --cache-file | --cache-fil | --cache-fi \
101   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
102     ac_prev=cache_file ;;
103   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
104   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
105     cache_file="$ac_optarg" ;;
106
107   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
108     ac_prev=datadir ;;
109   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
110   | --da=*)
111     datadir="$ac_optarg" ;;
112
113   -disable-* | --disable-*)
114     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
115     # Reject names that are not valid shell variable names.
116     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
117       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
118     fi
119     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
120     eval "enable_${ac_feature}=no" ;;
121
122   -enable-* | --enable-*)
123     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
124     # Reject names that are not valid shell variable names.
125     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
126       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
127     fi
128     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
129     case "$ac_option" in
130       *=*) ;;
131       *) ac_optarg=yes ;;
132     esac
133     eval "enable_${ac_feature}='$ac_optarg'" ;;
134
135   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
136   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
137   | --exec | --exe | --ex)
138     ac_prev=exec_prefix ;;
139   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
140   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
141   | --exec=* | --exe=* | --ex=*)
142     exec_prefix="$ac_optarg" ;;
143
144   -gas | --gas | --ga | --g)
145     # Obsolete; use --with-gas.
146     with_gas=yes ;;
147
148   -help | --help | --hel | --he)
149     # Omit some internal or obsolete options to make the list less imposing.
150     # This message is too long to be a string in the A/UX 3.1 sh.
151     cat << EOF
152 Usage: configure [options] [host]
153 Options: [defaults in brackets after descriptions]
154 Configuration:
155   --cache-file=FILE       cache test results in FILE
156   --help                  print this message
157   --no-create             do not create output files
158   --quiet, --silent       do not print \`checking...' messages
159   --version               print the version of autoconf that created configure
160 Directory and file names:
161   --prefix=PREFIX         install architecture-independent files in PREFIX
162                           [$ac_default_prefix]
163   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
164                           [same as prefix]
165   --bindir=DIR            user executables in DIR [EPREFIX/bin]
166   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
167   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
168   --datadir=DIR           read-only architecture-independent data in DIR
169                           [PREFIX/share]
170   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
171   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
172                           [PREFIX/com]
173   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
174   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
175   --includedir=DIR        C header files in DIR [PREFIX/include]
176   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
177   --infodir=DIR           info documentation in DIR [PREFIX/info]
178   --mandir=DIR            man documentation in DIR [PREFIX/man]
179   --srcdir=DIR            find the sources in DIR [configure dir or ..]
180   --program-prefix=PREFIX prepend PREFIX to installed program names
181   --program-suffix=SUFFIX append SUFFIX to installed program names
182   --program-transform-name=PROGRAM
183                           run sed PROGRAM on installed program names
184 EOF
185     cat << EOF
186 Host type:
187   --build=BUILD           configure for building on BUILD [BUILD=HOST]
188   --host=HOST             configure for HOST [guessed]
189   --target=TARGET         configure for TARGET [TARGET=HOST]
190 Features and packages:
191   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
192   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
193   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
194   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
195   --x-includes=DIR        X include files are in DIR
196   --x-libraries=DIR       X library files are in DIR
197 EOF
198     if test -n "$ac_help"; then
199       echo "--enable and --with options recognized:$ac_help"
200     fi
201     exit 0 ;;
202
203   -host | --host | --hos | --ho)
204     ac_prev=host ;;
205   -host=* | --host=* | --hos=* | --ho=*)
206     host="$ac_optarg" ;;
207
208   -includedir | --includedir | --includedi | --included | --include \
209   | --includ | --inclu | --incl | --inc)
210     ac_prev=includedir ;;
211   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
212   | --includ=* | --inclu=* | --incl=* | --inc=*)
213     includedir="$ac_optarg" ;;
214
215   -infodir | --infodir | --infodi | --infod | --info | --inf)
216     ac_prev=infodir ;;
217   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
218     infodir="$ac_optarg" ;;
219
220   -libdir | --libdir | --libdi | --libd)
221     ac_prev=libdir ;;
222   -libdir=* | --libdir=* | --libdi=* | --libd=*)
223     libdir="$ac_optarg" ;;
224
225   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
226   | --libexe | --libex | --libe)
227     ac_prev=libexecdir ;;
228   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
229   | --libexe=* | --libex=* | --libe=*)
230     libexecdir="$ac_optarg" ;;
231
232   -localstatedir | --localstatedir | --localstatedi | --localstated \
233   | --localstate | --localstat | --localsta | --localst \
234   | --locals | --local | --loca | --loc | --lo)
235     ac_prev=localstatedir ;;
236   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
237   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
238   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
239     localstatedir="$ac_optarg" ;;
240
241   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
242     ac_prev=mandir ;;
243   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
244     mandir="$ac_optarg" ;;
245
246   -nfp | --nfp | --nf)
247     # Obsolete; use --without-fp.
248     with_fp=no ;;
249
250   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
251   | --no-cr | --no-c)
252     no_create=yes ;;
253
254   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
255   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
256     no_recursion=yes ;;
257
258   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
259   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
260   | --oldin | --oldi | --old | --ol | --o)
261     ac_prev=oldincludedir ;;
262   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
263   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
264   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
265     oldincludedir="$ac_optarg" ;;
266
267   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
268     ac_prev=prefix ;;
269   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
270     prefix="$ac_optarg" ;;
271
272   -program-prefix | --program-prefix | --program-prefi | --program-pref \
273   | --program-pre | --program-pr | --program-p)
274     ac_prev=program_prefix ;;
275   -program-prefix=* | --program-prefix=* | --program-prefi=* \
276   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
277     program_prefix="$ac_optarg" ;;
278
279   -program-suffix | --program-suffix | --program-suffi | --program-suff \
280   | --program-suf | --program-su | --program-s)
281     ac_prev=program_suffix ;;
282   -program-suffix=* | --program-suffix=* | --program-suffi=* \
283   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
284     program_suffix="$ac_optarg" ;;
285
286   -program-transform-name | --program-transform-name \
287   | --program-transform-nam | --program-transform-na \
288   | --program-transform-n | --program-transform- \
289   | --program-transform | --program-transfor \
290   | --program-transfo | --program-transf \
291   | --program-trans | --program-tran \
292   | --progr-tra | --program-tr | --program-t)
293     ac_prev=program_transform_name ;;
294   -program-transform-name=* | --program-transform-name=* \
295   | --program-transform-nam=* | --program-transform-na=* \
296   | --program-transform-n=* | --program-transform-=* \
297   | --program-transform=* | --program-transfor=* \
298   | --program-transfo=* | --program-transf=* \
299   | --program-trans=* | --program-tran=* \
300   | --progr-tra=* | --program-tr=* | --program-t=*)
301     program_transform_name="$ac_optarg" ;;
302
303   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
304   | -silent | --silent | --silen | --sile | --sil)
305     silent=yes ;;
306
307   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
308     ac_prev=sbindir ;;
309   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
310   | --sbi=* | --sb=*)
311     sbindir="$ac_optarg" ;;
312
313   -sharedstatedir | --sharedstatedir | --sharedstatedi \
314   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
315   | --sharedst | --shareds | --shared | --share | --shar \
316   | --sha | --sh)
317     ac_prev=sharedstatedir ;;
318   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
319   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
320   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
321   | --sha=* | --sh=*)
322     sharedstatedir="$ac_optarg" ;;
323
324   -site | --site | --sit)
325     ac_prev=site ;;
326   -site=* | --site=* | --sit=*)
327     site="$ac_optarg" ;;
328
329   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
330     ac_prev=srcdir ;;
331   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
332     srcdir="$ac_optarg" ;;
333
334   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
335   | --syscon | --sysco | --sysc | --sys | --sy)
336     ac_prev=sysconfdir ;;
337   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
338   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
339     sysconfdir="$ac_optarg" ;;
340
341   -target | --target | --targe | --targ | --tar | --ta | --t)
342     ac_prev=target ;;
343   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
344     target="$ac_optarg" ;;
345
346   -v | -verbose | --verbose | --verbos | --verbo | --verb)
347     verbose=yes ;;
348
349   -version | --version | --versio | --versi | --vers)
350     echo "configure generated by autoconf version 2.12"
351     exit 0 ;;
352
353   -with-* | --with-*)
354     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
355     # Reject names that are not valid shell variable names.
356     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
357       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
358     fi
359     ac_package=`echo $ac_package| sed 's/-/_/g'`
360     case "$ac_option" in
361       *=*) ;;
362       *) ac_optarg=yes ;;
363     esac
364     eval "with_${ac_package}='$ac_optarg'" ;;
365
366   -without-* | --without-*)
367     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
368     # Reject names that are not valid shell variable names.
369     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
370       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
371     fi
372     ac_package=`echo $ac_package| sed 's/-/_/g'`
373     eval "with_${ac_package}=no" ;;
374
375   --x)
376     # Obsolete; use --with-x.
377     with_x=yes ;;
378
379   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
380   | --x-incl | --x-inc | --x-in | --x-i)
381     ac_prev=x_includes ;;
382   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
383   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
384     x_includes="$ac_optarg" ;;
385
386   -x-libraries | --x-libraries | --x-librarie | --x-librari \
387   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
388     ac_prev=x_libraries ;;
389   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
390   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
391     x_libraries="$ac_optarg" ;;
392
393   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
394     ;;
395
396   *)
397     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
398       echo "configure: warning: $ac_option: invalid host type" 1>&2
399     fi
400     if test "x$nonopt" != xNONE; then
401       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
402     fi
403     nonopt="$ac_option"
404     ;;
405
406   esac
407 done
408
409 if test -n "$ac_prev"; then
410   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
411 fi
412
413 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
414
415 # File descriptor usage:
416 # 0 standard input
417 # 1 file creation
418 # 2 errors and warnings
419 # 3 some systems may open it to /dev/tty
420 # 4 used on the Kubota Titan
421 # 6 checking for... messages and results
422 # 5 compiler messages saved in config.log
423 if test "$silent" = yes; then
424   exec 6>/dev/null
425 else
426   exec 6>&1
427 fi
428 exec 5>./config.log
429
430 echo "\
431 This file contains any messages produced by compilers while
432 running configure, to aid debugging if configure makes a mistake.
433 " 1>&5
434
435 # Strip out --no-create and --no-recursion so they do not pile up.
436 # Also quote any args containing shell metacharacters.
437 ac_configure_args=
438 for ac_arg
439 do
440   case "$ac_arg" in
441   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
442   | --no-cr | --no-c) ;;
443   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
444   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
445   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
446   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
447   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
448   esac
449 done
450
451 # NLS nuisances.
452 # Only set these to C if already set.  These must not be set unconditionally
453 # because not all systems understand e.g. LANG=C (notably SCO).
454 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
455 # Non-C LC_CTYPE values break the ctype check.
456 if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
457 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
458 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
459 if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
460
461 # confdefs.h avoids OS command line length limits that DEFS can exceed.
462 rm -rf conftest* confdefs.h
463 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
464 echo > confdefs.h
465
466 # A filename unique to this package, relative to the directory that
467 # configure is in, which we can look for to find out if srcdir is correct.
468 ac_unique_file=controls/edit.c
469
470 # Find the source files, if location was not specified.
471 if test -z "$srcdir"; then
472   ac_srcdir_defaulted=yes
473   # Try the directory containing this script, then its parent.
474   ac_prog=$0
475   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
476   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
477   srcdir=$ac_confdir
478   if test ! -r $srcdir/$ac_unique_file; then
479     srcdir=..
480   fi
481 else
482   ac_srcdir_defaulted=no
483 fi
484 if test ! -r $srcdir/$ac_unique_file; then
485   if test "$ac_srcdir_defaulted" = yes; then
486     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
487   else
488     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
489   fi
490 fi
491 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
492
493 # Prefer explicitly selected file to automatically selected ones.
494 if test -z "$CONFIG_SITE"; then
495   if test "x$prefix" != xNONE; then
496     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
497   else
498     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
499   fi
500 fi
501 for ac_site_file in $CONFIG_SITE; do
502   if test -r "$ac_site_file"; then
503     echo "loading site script $ac_site_file"
504     . "$ac_site_file"
505   fi
506 done
507
508 if test -r "$cache_file"; then
509   echo "loading cache $cache_file"
510   . $cache_file
511 else
512   echo "creating cache $cache_file"
513   > $cache_file
514 fi
515
516 ac_ext=c
517 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
518 ac_cpp='$CPP $CPPFLAGS'
519 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
520 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
521 cross_compiling=$ac_cv_prog_cc_cross
522
523 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
524   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
525   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
526     ac_n= ac_c='
527 ' ac_t='        '
528   else
529     ac_n=-n ac_c= ac_t=
530   fi
531 else
532   ac_n= ac_c='\c' ac_t=
533 fi
534
535                 
536
537 ac_aux_dir=
538 for ac_dir in tools $srcdir/tools; do
539   if test -f $ac_dir/install-sh; then
540     ac_aux_dir=$ac_dir
541     ac_install_sh="$ac_aux_dir/install-sh -c"
542     break
543   elif test -f $ac_dir/install.sh; then
544     ac_aux_dir=$ac_dir
545     ac_install_sh="$ac_aux_dir/install.sh -c"
546     break
547   fi
548 done
549 if test -z "$ac_aux_dir"; then
550   { echo "configure: error: can not find install-sh or install.sh in tools $srcdir/tools" 1>&2; exit 1; }
551 fi
552 ac_config_guess=$ac_aux_dir/config.guess
553 ac_config_sub=$ac_aux_dir/config.sub
554 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
555
556
557 # We want these before the checks, so the checks can modify their values.
558
559 test -z "$PROGEXT" && PROGEXT="" 
560
561
562 MAIN_TARGET=emu
563 LIB_TARGET=libwine.a
564 ALT_LINK="-L\$(TOPOBJDIR) -lwine"
565 TRACE_MSGS=yes  # the TRACE() macro
566 DEBUG_MSGS=yes  # the TRACE(), WARN(), and FIXME() macros.
567
568 # Check whether --enable-emulator or --disable-emulator was given.
569 if test "${enable_emulator+set}" = set; then
570   enableval="$enable_emulator"
571   if test "$enableval" = "no"; then MAIN_TARGET="lib"; fi
572 fi
573
574
575 # Check whether --enable-dll or --disable-dll was given.
576 if test "${enable_dll+set}" = set; then
577   enableval="$enable_dll"
578   if test "$enableval" = "no"; then : ; else LIB_TARGET="libwine.so.1.0"; fi
579 fi
580
581
582 # Check whether --enable-lib or --disable-lib was given.
583 if test "${enable_lib+set}" = set; then
584   enableval="$enable_lib"
585   if test "$enableval" = "no"; then ALT_LINK="\$(LIBOBJS) \$(X11OBJS)"; LIB_TARGET=""; fi
586 fi
587
588
589 # Check whether --enable-debug or --disable-debug was given.
590 if test "${enable_debug+set}" = set; then
591   enableval="$enable_debug"
592   if test "$enableval" = "no"; then DEBUG_MSGS="no"; fi
593 fi
594
595
596 # Check whether --enable-trace or --disable-trace was given.
597 if test "${enable_trace+set}" = set; then
598   enableval="$enable_trace"
599   if test "$enableval" = "no"; then TRACE_MSGS="no"; fi
600 fi
601
602
603 # Check whether --with-reentrant-x or --without-reentrant-x was given.
604 if test "${with_reentrant_x+set}" = set; then
605   withval="$with_reentrant_x"
606   :
607 fi
608
609
610
611
612
613
614
615 if test "$DEBUG_MSGS" = "no"
616 then
617     cat >> confdefs.h <<\EOF
618 #define NO_DEBUG_MSGS 1
619 EOF
620
621     cat >> confdefs.h <<\EOF
622 #define NO_TRACE_MSGS 1
623 EOF
624
625 else
626     if test "$TRACE_MSGS" = "no"
627     then
628         cat >> confdefs.h <<\EOF
629 #define NO_TRACE_MSGS 1
630 EOF
631
632     fi
633 fi
634
635
636 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
637 echo "configure:638: checking whether ${MAKE-make} sets \${MAKE}" >&5
638 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
639 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
640   echo $ac_n "(cached) $ac_c" 1>&6
641 else
642   cat > conftestmake <<\EOF
643 all:
644         @echo 'ac_maketemp="${MAKE}"'
645 EOF
646 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
647 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
648 if test -n "$ac_maketemp"; then
649   eval ac_cv_prog_make_${ac_make}_set=yes
650 else
651   eval ac_cv_prog_make_${ac_make}_set=no
652 fi
653 rm -f conftestmake
654 fi
655 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
656   echo "$ac_t""yes" 1>&6
657   SET_MAKE=
658 else
659   echo "$ac_t""no" 1>&6
660   SET_MAKE="MAKE=${MAKE-make}"
661 fi
662
663 # Extract the first word of "gcc", so it can be a program name with args.
664 set dummy gcc; ac_word=$2
665 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
666 echo "configure:667: checking for $ac_word" >&5
667 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
668   echo $ac_n "(cached) $ac_c" 1>&6
669 else
670   if test -n "$CC"; then
671   ac_cv_prog_CC="$CC" # Let the user override the test.
672 else
673   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
674   for ac_dir in $PATH; do
675     test -z "$ac_dir" && ac_dir=.
676     if test -f $ac_dir/$ac_word; then
677       ac_cv_prog_CC="gcc"
678       break
679     fi
680   done
681   IFS="$ac_save_ifs"
682 fi
683 fi
684 CC="$ac_cv_prog_CC"
685 if test -n "$CC"; then
686   echo "$ac_t""$CC" 1>&6
687 else
688   echo "$ac_t""no" 1>&6
689 fi
690
691 if test -z "$CC"; then
692   # Extract the first word of "cc", so it can be a program name with args.
693 set dummy cc; ac_word=$2
694 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
695 echo "configure:696: checking for $ac_word" >&5
696 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
697   echo $ac_n "(cached) $ac_c" 1>&6
698 else
699   if test -n "$CC"; then
700   ac_cv_prog_CC="$CC" # Let the user override the test.
701 else
702   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
703   ac_prog_rejected=no
704   for ac_dir in $PATH; do
705     test -z "$ac_dir" && ac_dir=.
706     if test -f $ac_dir/$ac_word; then
707       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
708         ac_prog_rejected=yes
709         continue
710       fi
711       ac_cv_prog_CC="cc"
712       break
713     fi
714   done
715   IFS="$ac_save_ifs"
716 if test $ac_prog_rejected = yes; then
717   # We found a bogon in the path, so make sure we never use it.
718   set dummy $ac_cv_prog_CC
719   shift
720   if test $# -gt 0; then
721     # We chose a different compiler from the bogus one.
722     # However, it has the same basename, so the bogon will be chosen
723     # first if we set CC to just the basename; use the full file name.
724     shift
725     set dummy "$ac_dir/$ac_word" "$@"
726     shift
727     ac_cv_prog_CC="$@"
728   fi
729 fi
730 fi
731 fi
732 CC="$ac_cv_prog_CC"
733 if test -n "$CC"; then
734   echo "$ac_t""$CC" 1>&6
735 else
736   echo "$ac_t""no" 1>&6
737 fi
738
739   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
740 fi
741
742 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
743 echo "configure:744: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
744
745 ac_ext=c
746 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
747 ac_cpp='$CPP $CPPFLAGS'
748 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
749 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
750 cross_compiling=$ac_cv_prog_cc_cross
751
752 cat > conftest.$ac_ext <<EOF
753 #line 754 "configure"
754 #include "confdefs.h"
755 main(){return(0);}
756 EOF
757 if { (eval echo configure:758: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
758   ac_cv_prog_cc_works=yes
759   # If we can't run a trivial program, we are probably using a cross compiler.
760   if (./conftest; exit) 2>/dev/null; then
761     ac_cv_prog_cc_cross=no
762   else
763     ac_cv_prog_cc_cross=yes
764   fi
765 else
766   echo "configure: failed program was:" >&5
767   cat conftest.$ac_ext >&5
768   ac_cv_prog_cc_works=no
769 fi
770 rm -fr conftest*
771
772 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
773 if test $ac_cv_prog_cc_works = no; then
774   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
775 fi
776 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
777 echo "configure:778: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
778 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
779 cross_compiling=$ac_cv_prog_cc_cross
780
781 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
782 echo "configure:783: checking whether we are using GNU C" >&5
783 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
784   echo $ac_n "(cached) $ac_c" 1>&6
785 else
786   cat > conftest.c <<EOF
787 #ifdef __GNUC__
788   yes;
789 #endif
790 EOF
791 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:792: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
792   ac_cv_prog_gcc=yes
793 else
794   ac_cv_prog_gcc=no
795 fi
796 fi
797
798 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
799
800 if test $ac_cv_prog_gcc = yes; then
801   GCC=yes
802   ac_test_CFLAGS="${CFLAGS+set}"
803   ac_save_CFLAGS="$CFLAGS"
804   CFLAGS=
805   echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
806 echo "configure:807: checking whether ${CC-cc} accepts -g" >&5
807 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
808   echo $ac_n "(cached) $ac_c" 1>&6
809 else
810   echo 'void f(){}' > conftest.c
811 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
812   ac_cv_prog_cc_g=yes
813 else
814   ac_cv_prog_cc_g=no
815 fi
816 rm -f conftest*
817
818 fi
819
820 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
821   if test "$ac_test_CFLAGS" = set; then
822     CFLAGS="$ac_save_CFLAGS"
823   elif test $ac_cv_prog_cc_g = yes; then
824     CFLAGS="-g -O2"
825   else
826     CFLAGS="-O2"
827   fi
828 else
829   GCC=
830   test "${CFLAGS+set}" = set || CFLAGS="-g"
831 fi
832
833 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
834 echo "configure:835: checking how to run the C preprocessor" >&5
835 # On Suns, sometimes $CPP names a directory.
836 if test -n "$CPP" && test -d "$CPP"; then
837   CPP=
838 fi
839 if test -z "$CPP"; then
840 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
841   echo $ac_n "(cached) $ac_c" 1>&6
842 else
843     # This must be in double quotes, not single quotes, because CPP may get
844   # substituted into the Makefile and "${CC-cc}" will confuse make.
845   CPP="${CC-cc} -E"
846   # On the NeXT, cc -E runs the code through the compiler's parser,
847   # not just through cpp.
848   cat > conftest.$ac_ext <<EOF
849 #line 850 "configure"
850 #include "confdefs.h"
851 #include <assert.h>
852 Syntax Error
853 EOF
854 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
855 { (eval echo configure:856: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
856 ac_err=`grep -v '^ *+' conftest.out`
857 if test -z "$ac_err"; then
858   :
859 else
860   echo "$ac_err" >&5
861   echo "configure: failed program was:" >&5
862   cat conftest.$ac_ext >&5
863   rm -rf conftest*
864   CPP="${CC-cc} -E -traditional-cpp"
865   cat > conftest.$ac_ext <<EOF
866 #line 867 "configure"
867 #include "confdefs.h"
868 #include <assert.h>
869 Syntax Error
870 EOF
871 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
872 { (eval echo configure:873: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
873 ac_err=`grep -v '^ *+' conftest.out`
874 if test -z "$ac_err"; then
875   :
876 else
877   echo "$ac_err" >&5
878   echo "configure: failed program was:" >&5
879   cat conftest.$ac_ext >&5
880   rm -rf conftest*
881   CPP=/lib/cpp
882 fi
883 rm -f conftest*
884 fi
885 rm -f conftest*
886   ac_cv_prog_CPP="$CPP"
887 fi
888   CPP="$ac_cv_prog_CPP"
889 else
890   ac_cv_prog_CPP="$CPP"
891 fi
892 echo "$ac_t""$CPP" 1>&6
893
894 # If we find X, set shell vars x_includes and x_libraries to the
895 # paths, otherwise set no_x=yes.
896 # Uses ac_ vars as temps to allow command line to override cache and checks.
897 # --without-x overrides everything else, but does not touch the cache.
898 echo $ac_n "checking for X""... $ac_c" 1>&6
899 echo "configure:900: checking for X" >&5
900
901 # Check whether --with-x or --without-x was given.
902 if test "${with_x+set}" = set; then
903   withval="$with_x"
904   :
905 fi
906
907 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
908 if test "x$with_x" = xno; then
909   # The user explicitly disabled X.
910   have_x=disabled
911 else
912   if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
913     # Both variables are already set.
914     have_x=yes
915   else
916 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
917   echo $ac_n "(cached) $ac_c" 1>&6
918 else
919   # One or both of the vars are not set, and there is no cached value.
920 ac_x_includes=NO ac_x_libraries=NO
921 rm -fr conftestdir
922 if mkdir conftestdir; then
923   cd conftestdir
924   # Make sure to not put "make" in the Imakefile rules, since we grep it out.
925   cat > Imakefile <<'EOF'
926 acfindx:
927         @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
928 EOF
929   if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
930     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
931     eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
932     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
933     for ac_extension in a so sl; do
934       if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
935         test -f $ac_im_libdir/libX11.$ac_extension; then
936         ac_im_usrlibdir=$ac_im_libdir; break
937       fi
938     done
939     # Screen out bogus values from the imake configuration.  They are
940     # bogus both because they are the default anyway, and because
941     # using them would break gcc on systems where it needs fixed includes.
942     case "$ac_im_incroot" in
943         /usr/include) ;;
944         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
945     esac
946     case "$ac_im_usrlibdir" in
947         /usr/lib | /lib) ;;
948         *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
949     esac
950   fi
951   cd ..
952   rm -fr conftestdir
953 fi
954
955 if test "$ac_x_includes" = NO; then
956   # Guess where to find include files, by looking for this one X11 .h file.
957   test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
958
959   # First, try using that file with no special directory specified.
960 cat > conftest.$ac_ext <<EOF
961 #line 962 "configure"
962 #include "confdefs.h"
963 #include <$x_direct_test_include>
964 EOF
965 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
966 { (eval echo configure:967: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
967 ac_err=`grep -v '^ *+' conftest.out`
968 if test -z "$ac_err"; then
969   rm -rf conftest*
970   # We can compile using X headers with no special include directory.
971 ac_x_includes=
972 else
973   echo "$ac_err" >&5
974   echo "configure: failed program was:" >&5
975   cat conftest.$ac_ext >&5
976   rm -rf conftest*
977   # Look for the header file in a standard set of common directories.
978 # Check X11 before X11Rn because it is often a symlink to the current release.
979   for ac_dir in               \
980     /usr/X11/include          \
981     /usr/X11R6/include        \
982     /usr/X11R5/include        \
983     /usr/X11R4/include        \
984                               \
985     /usr/include/X11          \
986     /usr/include/X11R6        \
987     /usr/include/X11R5        \
988     /usr/include/X11R4        \
989                               \
990     /usr/local/X11/include    \
991     /usr/local/X11R6/include  \
992     /usr/local/X11R5/include  \
993     /usr/local/X11R4/include  \
994                               \
995     /usr/local/include/X11    \
996     /usr/local/include/X11R6  \
997     /usr/local/include/X11R5  \
998     /usr/local/include/X11R4  \
999                               \
1000     /usr/X386/include         \
1001     /usr/x386/include         \
1002     /usr/XFree86/include/X11  \
1003                               \
1004     /usr/include              \
1005     /usr/local/include        \
1006     /usr/unsupported/include  \
1007     /usr/athena/include       \
1008     /usr/local/x11r5/include  \
1009     /usr/lpp/Xamples/include  \
1010                               \
1011     /usr/openwin/include      \
1012     /usr/openwin/share/include \
1013     ; \
1014   do
1015     if test -r "$ac_dir/$x_direct_test_include"; then
1016       ac_x_includes=$ac_dir
1017       break
1018     fi
1019   done
1020 fi
1021 rm -f conftest*
1022 fi # $ac_x_includes = NO
1023
1024 if test "$ac_x_libraries" = NO; then
1025   # Check for the libraries.
1026
1027   test -z "$x_direct_test_library" && x_direct_test_library=Xt
1028   test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
1029
1030   # See if we find them without any special options.
1031   # Don't add to $LIBS permanently.
1032   ac_save_LIBS="$LIBS"
1033   LIBS="-l$x_direct_test_library $LIBS"
1034 cat > conftest.$ac_ext <<EOF
1035 #line 1036 "configure"
1036 #include "confdefs.h"
1037
1038 int main() {
1039 ${x_direct_test_function}()
1040 ; return 0; }
1041 EOF
1042 if { (eval echo configure:1043: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1043   rm -rf conftest*
1044   LIBS="$ac_save_LIBS"
1045 # We can link X programs with no special library path.
1046 ac_x_libraries=
1047 else
1048   echo "configure: failed program was:" >&5
1049   cat conftest.$ac_ext >&5
1050   rm -rf conftest*
1051   LIBS="$ac_save_LIBS"
1052 # First see if replacing the include by lib works.
1053 # Check X11 before X11Rn because it is often a symlink to the current release.
1054 for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
1055     /usr/X11/lib          \
1056     /usr/X11R6/lib        \
1057     /usr/X11R5/lib        \
1058     /usr/X11R4/lib        \
1059                           \
1060     /usr/lib/X11          \
1061     /usr/lib/X11R6        \
1062     /usr/lib/X11R5        \
1063     /usr/lib/X11R4        \
1064                           \
1065     /usr/local/X11/lib    \
1066     /usr/local/X11R6/lib  \
1067     /usr/local/X11R5/lib  \
1068     /usr/local/X11R4/lib  \
1069                           \
1070     /usr/local/lib/X11    \
1071     /usr/local/lib/X11R6  \
1072     /usr/local/lib/X11R5  \
1073     /usr/local/lib/X11R4  \
1074                           \
1075     /usr/X386/lib         \
1076     /usr/x386/lib         \
1077     /usr/XFree86/lib/X11  \
1078                           \
1079     /usr/lib              \
1080     /usr/local/lib        \
1081     /usr/unsupported/lib  \
1082     /usr/athena/lib       \
1083     /usr/local/x11r5/lib  \
1084     /usr/lpp/Xamples/lib  \
1085     /lib/usr/lib/X11      \
1086                           \
1087     /usr/openwin/lib      \
1088     /usr/openwin/share/lib \
1089     ; \
1090 do
1091   for ac_extension in a so sl; do
1092     if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
1093       ac_x_libraries=$ac_dir
1094       break 2
1095     fi
1096   done
1097 done
1098 fi
1099 rm -f conftest*
1100 fi # $ac_x_libraries = NO
1101
1102 if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
1103   # Didn't find X anywhere.  Cache the known absence of X.
1104   ac_cv_have_x="have_x=no"
1105 else
1106   # Record where we found X for the cache.
1107   ac_cv_have_x="have_x=yes \
1108                 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
1109 fi
1110 fi
1111   fi
1112   eval "$ac_cv_have_x"
1113 fi # $with_x != no
1114
1115 if test "$have_x" != yes; then
1116   echo "$ac_t""$have_x" 1>&6
1117   no_x=yes
1118 else
1119   # If each of the values was on the command line, it overrides each guess.
1120   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
1121   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
1122   # Update the cache value to reflect the command line values.
1123   ac_cv_have_x="have_x=yes \
1124                 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
1125   echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
1126 fi
1127
1128 if test "$no_x" = yes; then
1129   # Not all programs may use this symbol, but it does not hurt to define it.
1130   cat >> confdefs.h <<\EOF
1131 #define X_DISPLAY_MISSING 1
1132 EOF
1133
1134   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
1135 else
1136   if test -n "$x_includes"; then
1137     X_CFLAGS="$X_CFLAGS -I$x_includes"
1138   fi
1139
1140   # It would also be nice to do this for all -L options, not just this one.
1141   if test -n "$x_libraries"; then
1142     X_LIBS="$X_LIBS -L$x_libraries"
1143     # For Solaris; some versions of Sun CC require a space after -R and
1144     # others require no space.  Words are not sufficient . . . .
1145     case "`(uname -sr) 2>/dev/null`" in
1146     "SunOS 5"*)
1147       echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
1148 echo "configure:1149: checking whether -R must be followed by a space" >&5
1149       ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
1150       cat > conftest.$ac_ext <<EOF
1151 #line 1152 "configure"
1152 #include "confdefs.h"
1153
1154 int main() {
1155
1156 ; return 0; }
1157 EOF
1158 if { (eval echo configure:1159: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1159   rm -rf conftest*
1160   ac_R_nospace=yes
1161 else
1162   echo "configure: failed program was:" >&5
1163   cat conftest.$ac_ext >&5
1164   rm -rf conftest*
1165   ac_R_nospace=no
1166 fi
1167 rm -f conftest*
1168       if test $ac_R_nospace = yes; then
1169         echo "$ac_t""no" 1>&6
1170         X_LIBS="$X_LIBS -R$x_libraries"
1171       else
1172         LIBS="$ac_xsave_LIBS -R $x_libraries"
1173         cat > conftest.$ac_ext <<EOF
1174 #line 1175 "configure"
1175 #include "confdefs.h"
1176
1177 int main() {
1178
1179 ; return 0; }
1180 EOF
1181 if { (eval echo configure:1182: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1182   rm -rf conftest*
1183   ac_R_space=yes
1184 else
1185   echo "configure: failed program was:" >&5
1186   cat conftest.$ac_ext >&5
1187   rm -rf conftest*
1188   ac_R_space=no
1189 fi
1190 rm -f conftest*
1191         if test $ac_R_space = yes; then
1192           echo "$ac_t""yes" 1>&6
1193           X_LIBS="$X_LIBS -R $x_libraries"
1194         else
1195           echo "$ac_t""neither works" 1>&6
1196         fi
1197       fi
1198       LIBS="$ac_xsave_LIBS"
1199     esac
1200   fi
1201
1202   # Check for system-dependent libraries X programs must link with.
1203   # Do this before checking for the system-independent R6 libraries
1204   # (-lICE), since we may need -lsocket or whatever for X linking.
1205
1206   if test "$ISC" = yes; then
1207     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
1208   else
1209     # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
1210     # libraries were built with DECnet support.  And karl@cs.umb.edu says
1211     # the Alpha needs dnet_stub (dnet does not exist).
1212     echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
1213 echo "configure:1214: checking for dnet_ntoa in -ldnet" >&5
1214 ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
1215 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1216   echo $ac_n "(cached) $ac_c" 1>&6
1217 else
1218   ac_save_LIBS="$LIBS"
1219 LIBS="-ldnet  $LIBS"
1220 cat > conftest.$ac_ext <<EOF
1221 #line 1222 "configure"
1222 #include "confdefs.h"
1223 /* Override any gcc2 internal prototype to avoid an error.  */
1224 /* We use char because int might match the return type of a gcc2
1225     builtin and then its argument prototype would still apply.  */
1226 char dnet_ntoa();
1227
1228 int main() {
1229 dnet_ntoa()
1230 ; return 0; }
1231 EOF
1232 if { (eval echo configure:1233: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1233   rm -rf conftest*
1234   eval "ac_cv_lib_$ac_lib_var=yes"
1235 else
1236   echo "configure: failed program was:" >&5
1237   cat conftest.$ac_ext >&5
1238   rm -rf conftest*
1239   eval "ac_cv_lib_$ac_lib_var=no"
1240 fi
1241 rm -f conftest*
1242 LIBS="$ac_save_LIBS"
1243
1244 fi
1245 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1246   echo "$ac_t""yes" 1>&6
1247   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
1248 else
1249   echo "$ac_t""no" 1>&6
1250 fi
1251
1252     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
1253       echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
1254 echo "configure:1255: checking for dnet_ntoa in -ldnet_stub" >&5
1255 ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
1256 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1257   echo $ac_n "(cached) $ac_c" 1>&6
1258 else
1259   ac_save_LIBS="$LIBS"
1260 LIBS="-ldnet_stub  $LIBS"
1261 cat > conftest.$ac_ext <<EOF
1262 #line 1263 "configure"
1263 #include "confdefs.h"
1264 /* Override any gcc2 internal prototype to avoid an error.  */
1265 /* We use char because int might match the return type of a gcc2
1266     builtin and then its argument prototype would still apply.  */
1267 char dnet_ntoa();
1268
1269 int main() {
1270 dnet_ntoa()
1271 ; return 0; }
1272 EOF
1273 if { (eval echo configure:1274: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1274   rm -rf conftest*
1275   eval "ac_cv_lib_$ac_lib_var=yes"
1276 else
1277   echo "configure: failed program was:" >&5
1278   cat conftest.$ac_ext >&5
1279   rm -rf conftest*
1280   eval "ac_cv_lib_$ac_lib_var=no"
1281 fi
1282 rm -f conftest*
1283 LIBS="$ac_save_LIBS"
1284
1285 fi
1286 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1287   echo "$ac_t""yes" 1>&6
1288   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
1289 else
1290   echo "$ac_t""no" 1>&6
1291 fi
1292
1293     fi
1294
1295     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
1296     # to get the SysV transport functions.
1297     # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
1298     # needs -lnsl.
1299     # The nsl library prevents programs from opening the X display
1300     # on Irix 5.2, according to dickey@clark.net.
1301     echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
1302 echo "configure:1303: checking for gethostbyname" >&5
1303 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
1304   echo $ac_n "(cached) $ac_c" 1>&6
1305 else
1306   cat > conftest.$ac_ext <<EOF
1307 #line 1308 "configure"
1308 #include "confdefs.h"
1309 /* System header to define __stub macros and hopefully few prototypes,
1310     which can conflict with char gethostbyname(); below.  */
1311 #include <assert.h>
1312 /* Override any gcc2 internal prototype to avoid an error.  */
1313 /* We use char because int might match the return type of a gcc2
1314     builtin and then its argument prototype would still apply.  */
1315 char gethostbyname();
1316
1317 int main() {
1318
1319 /* The GNU C library defines this for functions which it implements
1320     to always fail with ENOSYS.  Some functions are actually named
1321     something starting with __ and the normal name is an alias.  */
1322 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
1323 choke me
1324 #else
1325 gethostbyname();
1326 #endif
1327
1328 ; return 0; }
1329 EOF
1330 if { (eval echo configure:1331: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1331   rm -rf conftest*
1332   eval "ac_cv_func_gethostbyname=yes"
1333 else
1334   echo "configure: failed program was:" >&5
1335   cat conftest.$ac_ext >&5
1336   rm -rf conftest*
1337   eval "ac_cv_func_gethostbyname=no"
1338 fi
1339 rm -f conftest*
1340 fi
1341
1342 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
1343   echo "$ac_t""yes" 1>&6
1344   :
1345 else
1346   echo "$ac_t""no" 1>&6
1347 fi
1348
1349     if test $ac_cv_func_gethostbyname = no; then
1350       echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
1351 echo "configure:1352: checking for gethostbyname in -lnsl" >&5
1352 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
1353 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1354   echo $ac_n "(cached) $ac_c" 1>&6
1355 else
1356   ac_save_LIBS="$LIBS"
1357 LIBS="-lnsl  $LIBS"
1358 cat > conftest.$ac_ext <<EOF
1359 #line 1360 "configure"
1360 #include "confdefs.h"
1361 /* Override any gcc2 internal prototype to avoid an error.  */
1362 /* We use char because int might match the return type of a gcc2
1363     builtin and then its argument prototype would still apply.  */
1364 char gethostbyname();
1365
1366 int main() {
1367 gethostbyname()
1368 ; return 0; }
1369 EOF
1370 if { (eval echo configure:1371: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1371   rm -rf conftest*
1372   eval "ac_cv_lib_$ac_lib_var=yes"
1373 else
1374   echo "configure: failed program was:" >&5
1375   cat conftest.$ac_ext >&5
1376   rm -rf conftest*
1377   eval "ac_cv_lib_$ac_lib_var=no"
1378 fi
1379 rm -f conftest*
1380 LIBS="$ac_save_LIBS"
1381
1382 fi
1383 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1384   echo "$ac_t""yes" 1>&6
1385   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
1386 else
1387   echo "$ac_t""no" 1>&6
1388 fi
1389
1390     fi
1391
1392     # lieder@skyler.mavd.honeywell.com says without -lsocket,
1393     # socket/setsockopt and other routines are undefined under SCO ODT
1394     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
1395     # on later versions), says simon@lia.di.epfl.ch: it contains
1396     # gethostby* variants that don't use the nameserver (or something).
1397     # -lsocket must be given before -lnsl if both are needed.
1398     # We assume that if connect needs -lnsl, so does gethostbyname.
1399     echo $ac_n "checking for connect""... $ac_c" 1>&6
1400 echo "configure:1401: checking for connect" >&5
1401 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
1402   echo $ac_n "(cached) $ac_c" 1>&6
1403 else
1404   cat > conftest.$ac_ext <<EOF
1405 #line 1406 "configure"
1406 #include "confdefs.h"
1407 /* System header to define __stub macros and hopefully few prototypes,
1408     which can conflict with char connect(); below.  */
1409 #include <assert.h>
1410 /* Override any gcc2 internal prototype to avoid an error.  */
1411 /* We use char because int might match the return type of a gcc2
1412     builtin and then its argument prototype would still apply.  */
1413 char connect();
1414
1415 int main() {
1416
1417 /* The GNU C library defines this for functions which it implements
1418     to always fail with ENOSYS.  Some functions are actually named
1419     something starting with __ and the normal name is an alias.  */
1420 #if defined (__stub_connect) || defined (__stub___connect)
1421 choke me
1422 #else
1423 connect();
1424 #endif
1425
1426 ; return 0; }
1427 EOF
1428 if { (eval echo configure:1429: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1429   rm -rf conftest*
1430   eval "ac_cv_func_connect=yes"
1431 else
1432   echo "configure: failed program was:" >&5
1433   cat conftest.$ac_ext >&5
1434   rm -rf conftest*
1435   eval "ac_cv_func_connect=no"
1436 fi
1437 rm -f conftest*
1438 fi
1439
1440 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
1441   echo "$ac_t""yes" 1>&6
1442   :
1443 else
1444   echo "$ac_t""no" 1>&6
1445 fi
1446
1447     if test $ac_cv_func_connect = no; then
1448       echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
1449 echo "configure:1450: checking for connect in -lsocket" >&5
1450 ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
1451 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1452   echo $ac_n "(cached) $ac_c" 1>&6
1453 else
1454   ac_save_LIBS="$LIBS"
1455 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
1456 cat > conftest.$ac_ext <<EOF
1457 #line 1458 "configure"
1458 #include "confdefs.h"
1459 /* Override any gcc2 internal prototype to avoid an error.  */
1460 /* We use char because int might match the return type of a gcc2
1461     builtin and then its argument prototype would still apply.  */
1462 char connect();
1463
1464 int main() {
1465 connect()
1466 ; return 0; }
1467 EOF
1468 if { (eval echo configure:1469: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1469   rm -rf conftest*
1470   eval "ac_cv_lib_$ac_lib_var=yes"
1471 else
1472   echo "configure: failed program was:" >&5
1473   cat conftest.$ac_ext >&5
1474   rm -rf conftest*
1475   eval "ac_cv_lib_$ac_lib_var=no"
1476 fi
1477 rm -f conftest*
1478 LIBS="$ac_save_LIBS"
1479
1480 fi
1481 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1482   echo "$ac_t""yes" 1>&6
1483   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
1484 else
1485   echo "$ac_t""no" 1>&6
1486 fi
1487
1488     fi
1489
1490     # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
1491     echo $ac_n "checking for remove""... $ac_c" 1>&6
1492 echo "configure:1493: checking for remove" >&5
1493 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
1494   echo $ac_n "(cached) $ac_c" 1>&6
1495 else
1496   cat > conftest.$ac_ext <<EOF
1497 #line 1498 "configure"
1498 #include "confdefs.h"
1499 /* System header to define __stub macros and hopefully few prototypes,
1500     which can conflict with char remove(); below.  */
1501 #include <assert.h>
1502 /* Override any gcc2 internal prototype to avoid an error.  */
1503 /* We use char because int might match the return type of a gcc2
1504     builtin and then its argument prototype would still apply.  */
1505 char remove();
1506
1507 int main() {
1508
1509 /* The GNU C library defines this for functions which it implements
1510     to always fail with ENOSYS.  Some functions are actually named
1511     something starting with __ and the normal name is an alias.  */
1512 #if defined (__stub_remove) || defined (__stub___remove)
1513 choke me
1514 #else
1515 remove();
1516 #endif
1517
1518 ; return 0; }
1519 EOF
1520 if { (eval echo configure:1521: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1521   rm -rf conftest*
1522   eval "ac_cv_func_remove=yes"
1523 else
1524   echo "configure: failed program was:" >&5
1525   cat conftest.$ac_ext >&5
1526   rm -rf conftest*
1527   eval "ac_cv_func_remove=no"
1528 fi
1529 rm -f conftest*
1530 fi
1531
1532 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
1533   echo "$ac_t""yes" 1>&6
1534   :
1535 else
1536   echo "$ac_t""no" 1>&6
1537 fi
1538
1539     if test $ac_cv_func_remove = no; then
1540       echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
1541 echo "configure:1542: checking for remove in -lposix" >&5
1542 ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
1543 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1544   echo $ac_n "(cached) $ac_c" 1>&6
1545 else
1546   ac_save_LIBS="$LIBS"
1547 LIBS="-lposix  $LIBS"
1548 cat > conftest.$ac_ext <<EOF
1549 #line 1550 "configure"
1550 #include "confdefs.h"
1551 /* Override any gcc2 internal prototype to avoid an error.  */
1552 /* We use char because int might match the return type of a gcc2
1553     builtin and then its argument prototype would still apply.  */
1554 char remove();
1555
1556 int main() {
1557 remove()
1558 ; return 0; }
1559 EOF
1560 if { (eval echo configure:1561: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1561   rm -rf conftest*
1562   eval "ac_cv_lib_$ac_lib_var=yes"
1563 else
1564   echo "configure: failed program was:" >&5
1565   cat conftest.$ac_ext >&5
1566   rm -rf conftest*
1567   eval "ac_cv_lib_$ac_lib_var=no"
1568 fi
1569 rm -f conftest*
1570 LIBS="$ac_save_LIBS"
1571
1572 fi
1573 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1574   echo "$ac_t""yes" 1>&6
1575   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
1576 else
1577   echo "$ac_t""no" 1>&6
1578 fi
1579
1580     fi
1581
1582     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
1583     echo $ac_n "checking for shmat""... $ac_c" 1>&6
1584 echo "configure:1585: checking for shmat" >&5
1585 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
1586   echo $ac_n "(cached) $ac_c" 1>&6
1587 else
1588   cat > conftest.$ac_ext <<EOF
1589 #line 1590 "configure"
1590 #include "confdefs.h"
1591 /* System header to define __stub macros and hopefully few prototypes,
1592     which can conflict with char shmat(); below.  */
1593 #include <assert.h>
1594 /* Override any gcc2 internal prototype to avoid an error.  */
1595 /* We use char because int might match the return type of a gcc2
1596     builtin and then its argument prototype would still apply.  */
1597 char shmat();
1598
1599 int main() {
1600
1601 /* The GNU C library defines this for functions which it implements
1602     to always fail with ENOSYS.  Some functions are actually named
1603     something starting with __ and the normal name is an alias.  */
1604 #if defined (__stub_shmat) || defined (__stub___shmat)
1605 choke me
1606 #else
1607 shmat();
1608 #endif
1609
1610 ; return 0; }
1611 EOF
1612 if { (eval echo configure:1613: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1613   rm -rf conftest*
1614   eval "ac_cv_func_shmat=yes"
1615 else
1616   echo "configure: failed program was:" >&5
1617   cat conftest.$ac_ext >&5
1618   rm -rf conftest*
1619   eval "ac_cv_func_shmat=no"
1620 fi
1621 rm -f conftest*
1622 fi
1623
1624 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
1625   echo "$ac_t""yes" 1>&6
1626   :
1627 else
1628   echo "$ac_t""no" 1>&6
1629 fi
1630
1631     if test $ac_cv_func_shmat = no; then
1632       echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
1633 echo "configure:1634: checking for shmat in -lipc" >&5
1634 ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
1635 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1636   echo $ac_n "(cached) $ac_c" 1>&6
1637 else
1638   ac_save_LIBS="$LIBS"
1639 LIBS="-lipc  $LIBS"
1640 cat > conftest.$ac_ext <<EOF
1641 #line 1642 "configure"
1642 #include "confdefs.h"
1643 /* Override any gcc2 internal prototype to avoid an error.  */
1644 /* We use char because int might match the return type of a gcc2
1645     builtin and then its argument prototype would still apply.  */
1646 char shmat();
1647
1648 int main() {
1649 shmat()
1650 ; return 0; }
1651 EOF
1652 if { (eval echo configure:1653: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1653   rm -rf conftest*
1654   eval "ac_cv_lib_$ac_lib_var=yes"
1655 else
1656   echo "configure: failed program was:" >&5
1657   cat conftest.$ac_ext >&5
1658   rm -rf conftest*
1659   eval "ac_cv_lib_$ac_lib_var=no"
1660 fi
1661 rm -f conftest*
1662 LIBS="$ac_save_LIBS"
1663
1664 fi
1665 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1666   echo "$ac_t""yes" 1>&6
1667   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
1668 else
1669   echo "$ac_t""no" 1>&6
1670 fi
1671
1672     fi
1673   fi
1674
1675   # Check for libraries that X11R6 Xt/Xaw programs need.
1676   ac_save_LDFLAGS="$LDFLAGS"
1677   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
1678   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
1679   # check for ICE first), but we must link in the order -lSM -lICE or
1680   # we get undefined symbols.  So assume we have SM if we have ICE.
1681   # These have to be linked with before -lX11, unlike the other
1682   # libraries we check for below, so use a different variable.
1683   #  --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
1684   echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
1685 echo "configure:1686: checking for IceConnectionNumber in -lICE" >&5
1686 ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
1687 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1688   echo $ac_n "(cached) $ac_c" 1>&6
1689 else
1690   ac_save_LIBS="$LIBS"
1691 LIBS="-lICE  $LIBS"
1692 cat > conftest.$ac_ext <<EOF
1693 #line 1694 "configure"
1694 #include "confdefs.h"
1695 /* Override any gcc2 internal prototype to avoid an error.  */
1696 /* We use char because int might match the return type of a gcc2
1697     builtin and then its argument prototype would still apply.  */
1698 char IceConnectionNumber();
1699
1700 int main() {
1701 IceConnectionNumber()
1702 ; return 0; }
1703 EOF
1704 if { (eval echo configure:1705: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1705   rm -rf conftest*
1706   eval "ac_cv_lib_$ac_lib_var=yes"
1707 else
1708   echo "configure: failed program was:" >&5
1709   cat conftest.$ac_ext >&5
1710   rm -rf conftest*
1711   eval "ac_cv_lib_$ac_lib_var=no"
1712 fi
1713 rm -f conftest*
1714 LIBS="$ac_save_LIBS"
1715
1716 fi
1717 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1718   echo "$ac_t""yes" 1>&6
1719   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
1720 else
1721   echo "$ac_t""no" 1>&6
1722 fi
1723
1724   LDFLAGS="$ac_save_LDFLAGS"
1725
1726 fi
1727
1728 for ac_prog in 'bison -y' byacc
1729 do
1730 # Extract the first word of "$ac_prog", so it can be a program name with args.
1731 set dummy $ac_prog; ac_word=$2
1732 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1733 echo "configure:1734: checking for $ac_word" >&5
1734 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
1735   echo $ac_n "(cached) $ac_c" 1>&6
1736 else
1737   if test -n "$YACC"; then
1738   ac_cv_prog_YACC="$YACC" # Let the user override the test.
1739 else
1740   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1741   for ac_dir in $PATH; do
1742     test -z "$ac_dir" && ac_dir=.
1743     if test -f $ac_dir/$ac_word; then
1744       ac_cv_prog_YACC="$ac_prog"
1745       break
1746     fi
1747   done
1748   IFS="$ac_save_ifs"
1749 fi
1750 fi
1751 YACC="$ac_cv_prog_YACC"
1752 if test -n "$YACC"; then
1753   echo "$ac_t""$YACC" 1>&6
1754 else
1755   echo "$ac_t""no" 1>&6
1756 fi
1757
1758 test -n "$YACC" && break
1759 done
1760 test -n "$YACC" || YACC="yacc"
1761
1762 # Extract the first word of "flex", so it can be a program name with args.
1763 set dummy flex; ac_word=$2
1764 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1765 echo "configure:1766: checking for $ac_word" >&5
1766 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
1767   echo $ac_n "(cached) $ac_c" 1>&6
1768 else
1769   if test -n "$LEX"; then
1770   ac_cv_prog_LEX="$LEX" # Let the user override the test.
1771 else
1772   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1773   for ac_dir in $PATH; do
1774     test -z "$ac_dir" && ac_dir=.
1775     if test -f $ac_dir/$ac_word; then
1776       ac_cv_prog_LEX="flex"
1777       break
1778     fi
1779   done
1780   IFS="$ac_save_ifs"
1781   test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex"
1782 fi
1783 fi
1784 LEX="$ac_cv_prog_LEX"
1785 if test -n "$LEX"; then
1786   echo "$ac_t""$LEX" 1>&6
1787 else
1788   echo "$ac_t""no" 1>&6
1789 fi
1790
1791 if test -z "$LEXLIB"
1792 then
1793   case "$LEX" in
1794   flex*) ac_lib=fl ;;
1795   *) ac_lib=l ;;
1796   esac
1797   echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
1798 echo "configure:1799: checking for yywrap in -l$ac_lib" >&5
1799 ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
1800 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1801   echo $ac_n "(cached) $ac_c" 1>&6
1802 else
1803   ac_save_LIBS="$LIBS"
1804 LIBS="-l$ac_lib  $LIBS"
1805 cat > conftest.$ac_ext <<EOF
1806 #line 1807 "configure"
1807 #include "confdefs.h"
1808 /* Override any gcc2 internal prototype to avoid an error.  */
1809 /* We use char because int might match the return type of a gcc2
1810     builtin and then its argument prototype would still apply.  */
1811 char yywrap();
1812
1813 int main() {
1814 yywrap()
1815 ; return 0; }
1816 EOF
1817 if { (eval echo configure:1818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1818   rm -rf conftest*
1819   eval "ac_cv_lib_$ac_lib_var=yes"
1820 else
1821   echo "configure: failed program was:" >&5
1822   cat conftest.$ac_ext >&5
1823   rm -rf conftest*
1824   eval "ac_cv_lib_$ac_lib_var=no"
1825 fi
1826 rm -f conftest*
1827 LIBS="$ac_save_LIBS"
1828
1829 fi
1830 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1831   echo "$ac_t""yes" 1>&6
1832   LEXLIB="-l$ac_lib"
1833 else
1834   echo "$ac_t""no" 1>&6
1835 fi
1836
1837 fi
1838
1839 # Extract the first word of "ranlib", so it can be a program name with args.
1840 set dummy ranlib; ac_word=$2
1841 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1842 echo "configure:1843: checking for $ac_word" >&5
1843 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1844   echo $ac_n "(cached) $ac_c" 1>&6
1845 else
1846   if test -n "$RANLIB"; then
1847   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1848 else
1849   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1850   for ac_dir in $PATH; do
1851     test -z "$ac_dir" && ac_dir=.
1852     if test -f $ac_dir/$ac_word; then
1853       ac_cv_prog_RANLIB="ranlib"
1854       break
1855     fi
1856   done
1857   IFS="$ac_save_ifs"
1858   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
1859 fi
1860 fi
1861 RANLIB="$ac_cv_prog_RANLIB"
1862 if test -n "$RANLIB"; then
1863   echo "$ac_t""$RANLIB" 1>&6
1864 else
1865   echo "$ac_t""no" 1>&6
1866 fi
1867
1868 # Find a good install program.  We prefer a C program (faster),
1869 # so one script is as good as another.  But avoid the broken or
1870 # incompatible versions:
1871 # SysV /etc/install, /usr/sbin/install
1872 # SunOS /usr/etc/install
1873 # IRIX /sbin/install
1874 # AIX /bin/install
1875 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1876 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1877 # ./install, which can be erroneously created by make from ./install.sh.
1878 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1879 echo "configure:1880: checking for a BSD compatible install" >&5
1880 if test -z "$INSTALL"; then
1881 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1882   echo $ac_n "(cached) $ac_c" 1>&6
1883 else
1884     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
1885   for ac_dir in $PATH; do
1886     # Account for people who put trailing slashes in PATH elements.
1887     case "$ac_dir/" in
1888     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
1889     *)
1890       # OSF1 and SCO ODT 3.0 have their own names for install.
1891       for ac_prog in ginstall installbsd scoinst install; do
1892         if test -f $ac_dir/$ac_prog; then
1893           if test $ac_prog = install &&
1894             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1895             # AIX install.  It has an incompatible calling convention.
1896             # OSF/1 installbsd also uses dspmsg, but is usable.
1897             :
1898           else
1899             ac_cv_path_install="$ac_dir/$ac_prog -c"
1900             break 2
1901           fi
1902         fi
1903       done
1904       ;;
1905     esac
1906   done
1907   IFS="$ac_save_IFS"
1908
1909 fi
1910   if test "${ac_cv_path_install+set}" = set; then
1911     INSTALL="$ac_cv_path_install"
1912   else
1913     # As a last resort, use the slow shell script.  We don't cache a
1914     # path for INSTALL within a source directory, because that will
1915     # break other packages using the cache if that directory is
1916     # removed, or if the path is relative.
1917     INSTALL="$ac_install_sh"
1918   fi
1919 fi
1920 echo "$ac_t""$INSTALL" 1>&6
1921
1922 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1923 # It thinks the first close brace ends the variable substitution.
1924 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1925
1926 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1927
1928 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
1929 echo "configure:1930: checking whether ln -s works" >&5
1930 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1931   echo $ac_n "(cached) $ac_c" 1>&6
1932 else
1933   rm -f conftestdata
1934 if ln -s X conftestdata 2>/dev/null
1935 then
1936   rm -f conftestdata
1937   ac_cv_prog_LN_S="ln -s"
1938 else
1939   ac_cv_prog_LN_S=ln
1940 fi
1941 fi
1942 LN_S="$ac_cv_prog_LN_S"
1943 if test "$ac_cv_prog_LN_S" = "ln -s"; then
1944   echo "$ac_t""yes" 1>&6
1945 else
1946   echo "$ac_t""no" 1>&6
1947 fi
1948
1949 # Extract the first word of "c2man", so it can be a program name with args.
1950 set dummy c2man; ac_word=$2
1951 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1952 echo "configure:1953: checking for $ac_word" >&5
1953 if eval "test \"`echo '$''{'ac_cv_prog_C2MAN'+set}'`\" = set"; then
1954   echo $ac_n "(cached) $ac_c" 1>&6
1955 else
1956   if test -n "$C2MAN"; then
1957   ac_cv_prog_C2MAN="$C2MAN" # Let the user override the test.
1958 else
1959   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1960   for ac_dir in $PATH; do
1961     test -z "$ac_dir" && ac_dir=.
1962     if test -f $ac_dir/$ac_word; then
1963       ac_cv_prog_C2MAN="c2man"
1964       break
1965     fi
1966   done
1967   IFS="$ac_save_ifs"
1968   test -z "$ac_cv_prog_C2MAN" && ac_cv_prog_C2MAN="true"
1969 fi
1970 fi
1971 C2MAN="$ac_cv_prog_C2MAN"
1972 if test -n "$C2MAN"; then
1973   echo "$ac_t""$C2MAN" 1>&6
1974 else
1975   echo "$ac_t""no" 1>&6
1976 fi
1977
1978 # Extract the first word of "ldconfig", so it can be a program name with args.
1979 set dummy ldconfig; ac_word=$2
1980 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1981 echo "configure:1982: checking for $ac_word" >&5
1982 if eval "test \"`echo '$''{'ac_cv_path_LDCONFIG'+set}'`\" = set"; then
1983   echo $ac_n "(cached) $ac_c" 1>&6
1984 else
1985   case "$LDCONFIG" in
1986   /*)
1987   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
1988   ;;
1989   *)
1990   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1991   for ac_dir in /sbin:/usr/sbin:$PATH$ac_dummy; do
1992     test -z "$ac_dir" && ac_dir=.
1993     if test -f $ac_dir/$ac_word; then
1994       ac_cv_path_LDCONFIG="$ac_dir/$ac_word"
1995       break
1996     fi
1997   done
1998   IFS="$ac_save_ifs"
1999   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="false"
2000   ;;
2001 esac
2002 fi
2003 LDCONFIG="$ac_cv_path_LDCONFIG"
2004 if test -n "$LDCONFIG"; then
2005   echo "$ac_t""$LDCONFIG" 1>&6
2006 else
2007   echo "$ac_t""no" 1>&6
2008 fi
2009
2010
2011 for ac_prog in lclint lint
2012 do
2013 # Extract the first word of "$ac_prog", so it can be a program name with args.
2014 set dummy $ac_prog; ac_word=$2
2015 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2016 echo "configure:2017: checking for $ac_word" >&5
2017 if eval "test \"`echo '$''{'ac_cv_prog_LINT'+set}'`\" = set"; then
2018   echo $ac_n "(cached) $ac_c" 1>&6
2019 else
2020   if test -n "$LINT"; then
2021   ac_cv_prog_LINT="$LINT" # Let the user override the test.
2022 else
2023   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2024   for ac_dir in $PATH; do
2025     test -z "$ac_dir" && ac_dir=.
2026     if test -f $ac_dir/$ac_word; then
2027       ac_cv_prog_LINT="$ac_prog"
2028       break
2029     fi
2030   done
2031   IFS="$ac_save_ifs"
2032 fi
2033 fi
2034 LINT="$ac_cv_prog_LINT"
2035 if test -n "$LINT"; then
2036   echo "$ac_t""$LINT" 1>&6
2037 else
2038   echo "$ac_t""no" 1>&6
2039 fi
2040
2041 test -n "$LINT" && break
2042 done
2043
2044 if test "$LINT" = "lint"
2045 then
2046   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
2047   fi
2048
2049
2050
2051
2052 echo $ac_n "checking for sqrt in -lm""... $ac_c" 1>&6
2053 echo "configure:2054: checking for sqrt in -lm" >&5
2054 ac_lib_var=`echo m'_'sqrt | sed 'y%./+-%__p_%'`
2055 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2056   echo $ac_n "(cached) $ac_c" 1>&6
2057 else
2058   ac_save_LIBS="$LIBS"
2059 LIBS="-lm  $LIBS"
2060 cat > conftest.$ac_ext <<EOF
2061 #line 2062 "configure"
2062 #include "confdefs.h"
2063 /* Override any gcc2 internal prototype to avoid an error.  */
2064 /* We use char because int might match the return type of a gcc2
2065     builtin and then its argument prototype would still apply.  */
2066 char sqrt();
2067
2068 int main() {
2069 sqrt()
2070 ; return 0; }
2071 EOF
2072 if { (eval echo configure:2073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2073   rm -rf conftest*
2074   eval "ac_cv_lib_$ac_lib_var=yes"
2075 else
2076   echo "configure: failed program was:" >&5
2077   cat conftest.$ac_ext >&5
2078   rm -rf conftest*
2079   eval "ac_cv_lib_$ac_lib_var=no"
2080 fi
2081 rm -f conftest*
2082 LIBS="$ac_save_LIBS"
2083
2084 fi
2085 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2086   echo "$ac_t""yes" 1>&6
2087     ac_tr_lib=HAVE_LIB`echo m | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2088     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2089   cat >> confdefs.h <<EOF
2090 #define $ac_tr_lib 1
2091 EOF
2092
2093   LIBS="-lm $LIBS"
2094
2095 else
2096   echo "$ac_t""no" 1>&6
2097 fi
2098
2099 echo $ac_n "checking for i386_set_ldt in -li386""... $ac_c" 1>&6
2100 echo "configure:2101: checking for i386_set_ldt in -li386" >&5
2101 ac_lib_var=`echo i386'_'i386_set_ldt | sed 'y%./+-%__p_%'`
2102 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2103   echo $ac_n "(cached) $ac_c" 1>&6
2104 else
2105   ac_save_LIBS="$LIBS"
2106 LIBS="-li386  $LIBS"
2107 cat > conftest.$ac_ext <<EOF
2108 #line 2109 "configure"
2109 #include "confdefs.h"
2110 /* Override any gcc2 internal prototype to avoid an error.  */
2111 /* We use char because int might match the return type of a gcc2
2112     builtin and then its argument prototype would still apply.  */
2113 char i386_set_ldt();
2114
2115 int main() {
2116 i386_set_ldt()
2117 ; return 0; }
2118 EOF
2119 if { (eval echo configure:2120: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2120   rm -rf conftest*
2121   eval "ac_cv_lib_$ac_lib_var=yes"
2122 else
2123   echo "configure: failed program was:" >&5
2124   cat conftest.$ac_ext >&5
2125   rm -rf conftest*
2126   eval "ac_cv_lib_$ac_lib_var=no"
2127 fi
2128 rm -f conftest*
2129 LIBS="$ac_save_LIBS"
2130
2131 fi
2132 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2133   echo "$ac_t""yes" 1>&6
2134     ac_tr_lib=HAVE_LIB`echo i386 | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2135     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2136   cat >> confdefs.h <<EOF
2137 #define $ac_tr_lib 1
2138 EOF
2139
2140   LIBS="-li386 $LIBS"
2141
2142 else
2143   echo "$ac_t""no" 1>&6
2144 fi
2145
2146 echo $ac_n "checking for _oss_ioctl in -lossaudio""... $ac_c" 1>&6
2147 echo "configure:2148: checking for _oss_ioctl in -lossaudio" >&5
2148 ac_lib_var=`echo ossaudio'_'_oss_ioctl | sed 'y%./+-%__p_%'`
2149 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2150   echo $ac_n "(cached) $ac_c" 1>&6
2151 else
2152   ac_save_LIBS="$LIBS"
2153 LIBS="-lossaudio  $LIBS"
2154 cat > conftest.$ac_ext <<EOF
2155 #line 2156 "configure"
2156 #include "confdefs.h"
2157 /* Override any gcc2 internal prototype to avoid an error.  */
2158 /* We use char because int might match the return type of a gcc2
2159     builtin and then its argument prototype would still apply.  */
2160 char _oss_ioctl();
2161
2162 int main() {
2163 _oss_ioctl()
2164 ; return 0; }
2165 EOF
2166 if { (eval echo configure:2167: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2167   rm -rf conftest*
2168   eval "ac_cv_lib_$ac_lib_var=yes"
2169 else
2170   echo "configure: failed program was:" >&5
2171   cat conftest.$ac_ext >&5
2172   rm -rf conftest*
2173   eval "ac_cv_lib_$ac_lib_var=no"
2174 fi
2175 rm -f conftest*
2176 LIBS="$ac_save_LIBS"
2177
2178 fi
2179 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2180   echo "$ac_t""yes" 1>&6
2181     ac_tr_lib=HAVE_LIB`echo ossaudio | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2182     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2183   cat >> confdefs.h <<EOF
2184 #define $ac_tr_lib 1
2185 EOF
2186
2187   LIBS="-lossaudio $LIBS"
2188
2189 else
2190   echo "$ac_t""no" 1>&6
2191 fi
2192
2193 echo $ac_n "checking for iswalnum in -lw""... $ac_c" 1>&6
2194 echo "configure:2195: checking for iswalnum in -lw" >&5
2195 ac_lib_var=`echo w'_'iswalnum | sed 'y%./+-%__p_%'`
2196 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2197   echo $ac_n "(cached) $ac_c" 1>&6
2198 else
2199   ac_save_LIBS="$LIBS"
2200 LIBS="-lw  $LIBS"
2201 cat > conftest.$ac_ext <<EOF
2202 #line 2203 "configure"
2203 #include "confdefs.h"
2204 /* Override any gcc2 internal prototype to avoid an error.  */
2205 /* We use char because int might match the return type of a gcc2
2206     builtin and then its argument prototype would still apply.  */
2207 char iswalnum();
2208
2209 int main() {
2210 iswalnum()
2211 ; return 0; }
2212 EOF
2213 if { (eval echo configure:2214: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2214   rm -rf conftest*
2215   eval "ac_cv_lib_$ac_lib_var=yes"
2216 else
2217   echo "configure: failed program was:" >&5
2218   cat conftest.$ac_ext >&5
2219   rm -rf conftest*
2220   eval "ac_cv_lib_$ac_lib_var=no"
2221 fi
2222 rm -f conftest*
2223 LIBS="$ac_save_LIBS"
2224
2225 fi
2226 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2227   echo "$ac_t""yes" 1>&6
2228     ac_tr_lib=HAVE_LIB`echo w | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2229     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2230   cat >> confdefs.h <<EOF
2231 #define $ac_tr_lib 1
2232 EOF
2233
2234   LIBS="-lw $LIBS"
2235
2236 else
2237   echo "$ac_t""no" 1>&6
2238 fi
2239
2240 for ac_func in gethostbyname
2241 do
2242 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2243 echo "configure:2244: checking for $ac_func" >&5
2244 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2245   echo $ac_n "(cached) $ac_c" 1>&6
2246 else
2247   cat > conftest.$ac_ext <<EOF
2248 #line 2249 "configure"
2249 #include "confdefs.h"
2250 /* System header to define __stub macros and hopefully few prototypes,
2251     which can conflict with char $ac_func(); below.  */
2252 #include <assert.h>
2253 /* Override any gcc2 internal prototype to avoid an error.  */
2254 /* We use char because int might match the return type of a gcc2
2255     builtin and then its argument prototype would still apply.  */
2256 char $ac_func();
2257
2258 int main() {
2259
2260 /* The GNU C library defines this for functions which it implements
2261     to always fail with ENOSYS.  Some functions are actually named
2262     something starting with __ and the normal name is an alias.  */
2263 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2264 choke me
2265 #else
2266 $ac_func();
2267 #endif
2268
2269 ; return 0; }
2270 EOF
2271 if { (eval echo configure:2272: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2272   rm -rf conftest*
2273   eval "ac_cv_func_$ac_func=yes"
2274 else
2275   echo "configure: failed program was:" >&5
2276   cat conftest.$ac_ext >&5
2277   rm -rf conftest*
2278   eval "ac_cv_func_$ac_func=no"
2279 fi
2280 rm -f conftest*
2281 fi
2282
2283 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2284   echo "$ac_t""yes" 1>&6
2285     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2286   cat >> confdefs.h <<EOF
2287 #define $ac_tr_func 1
2288 EOF
2289  
2290 else
2291   echo "$ac_t""no" 1>&6
2292 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
2293 echo "configure:2294: checking for gethostbyname in -lnsl" >&5
2294 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
2295 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2296   echo $ac_n "(cached) $ac_c" 1>&6
2297 else
2298   ac_save_LIBS="$LIBS"
2299 LIBS="-lnsl -lsocket $LIBS"
2300 cat > conftest.$ac_ext <<EOF
2301 #line 2302 "configure"
2302 #include "confdefs.h"
2303 /* Override any gcc2 internal prototype to avoid an error.  */
2304 /* We use char because int might match the return type of a gcc2
2305     builtin and then its argument prototype would still apply.  */
2306 char gethostbyname();
2307
2308 int main() {
2309 gethostbyname()
2310 ; return 0; }
2311 EOF
2312 if { (eval echo configure:2313: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2313   rm -rf conftest*
2314   eval "ac_cv_lib_$ac_lib_var=yes"
2315 else
2316   echo "configure: failed program was:" >&5
2317   cat conftest.$ac_ext >&5
2318   rm -rf conftest*
2319   eval "ac_cv_lib_$ac_lib_var=no"
2320 fi
2321 rm -f conftest*
2322 LIBS="$ac_save_LIBS"
2323
2324 fi
2325 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2326   echo "$ac_t""yes" 1>&6
2327   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
2328 else
2329   echo "$ac_t""no" 1>&6
2330 echo $ac_n "checking for gethostbyname in -lsocket""... $ac_c" 1>&6
2331 echo "configure:2332: checking for gethostbyname in -lsocket" >&5
2332 ac_lib_var=`echo socket'_'gethostbyname | sed 'y%./+-%__p_%'`
2333 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2334   echo $ac_n "(cached) $ac_c" 1>&6
2335 else
2336   ac_save_LIBS="$LIBS"
2337 LIBS="-lsocket -lnsl $LIBS"
2338 cat > conftest.$ac_ext <<EOF
2339 #line 2340 "configure"
2340 #include "confdefs.h"
2341 /* Override any gcc2 internal prototype to avoid an error.  */
2342 /* We use char because int might match the return type of a gcc2
2343     builtin and then its argument prototype would still apply.  */
2344 char gethostbyname();
2345
2346 int main() {
2347 gethostbyname()
2348 ; return 0; }
2349 EOF
2350 if { (eval echo configure:2351: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2351   rm -rf conftest*
2352   eval "ac_cv_lib_$ac_lib_var=yes"
2353 else
2354   echo "configure: failed program was:" >&5
2355   cat conftest.$ac_ext >&5
2356   rm -rf conftest*
2357   eval "ac_cv_lib_$ac_lib_var=no"
2358 fi
2359 rm -f conftest*
2360 LIBS="$ac_save_LIBS"
2361
2362 fi
2363 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2364   echo "$ac_t""yes" 1>&6
2365   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
2366 else
2367   echo "$ac_t""no" 1>&6
2368 fi
2369
2370 fi
2371
2372 fi
2373 done
2374
2375 for ac_func in connect
2376 do
2377 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2378 echo "configure:2379: checking for $ac_func" >&5
2379 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2380   echo $ac_n "(cached) $ac_c" 1>&6
2381 else
2382   cat > conftest.$ac_ext <<EOF
2383 #line 2384 "configure"
2384 #include "confdefs.h"
2385 /* System header to define __stub macros and hopefully few prototypes,
2386     which can conflict with char $ac_func(); below.  */
2387 #include <assert.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 $ac_func();
2392
2393 int main() {
2394
2395 /* The GNU C library defines this for functions which it implements
2396     to always fail with ENOSYS.  Some functions are actually named
2397     something starting with __ and the normal name is an alias.  */
2398 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2399 choke me
2400 #else
2401 $ac_func();
2402 #endif
2403
2404 ; return 0; }
2405 EOF
2406 if { (eval echo configure:2407: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2407   rm -rf conftest*
2408   eval "ac_cv_func_$ac_func=yes"
2409 else
2410   echo "configure: failed program was:" >&5
2411   cat conftest.$ac_ext >&5
2412   rm -rf conftest*
2413   eval "ac_cv_func_$ac_func=no"
2414 fi
2415 rm -f conftest*
2416 fi
2417
2418 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2419   echo "$ac_t""yes" 1>&6
2420     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2421   cat >> confdefs.h <<EOF
2422 #define $ac_tr_func 1
2423 EOF
2424  
2425 else
2426   echo "$ac_t""no" 1>&6
2427 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
2428 echo "configure:2429: checking for connect in -lsocket" >&5
2429 ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
2430 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2431   echo $ac_n "(cached) $ac_c" 1>&6
2432 else
2433   ac_save_LIBS="$LIBS"
2434 LIBS="-lsocket  $LIBS"
2435 cat > conftest.$ac_ext <<EOF
2436 #line 2437 "configure"
2437 #include "confdefs.h"
2438 /* Override any gcc2 internal prototype to avoid an error.  */
2439 /* We use char because int might match the return type of a gcc2
2440     builtin and then its argument prototype would still apply.  */
2441 char connect();
2442
2443 int main() {
2444 connect()
2445 ; return 0; }
2446 EOF
2447 if { (eval echo configure:2448: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2448   rm -rf conftest*
2449   eval "ac_cv_lib_$ac_lib_var=yes"
2450 else
2451   echo "configure: failed program was:" >&5
2452   cat conftest.$ac_ext >&5
2453   rm -rf conftest*
2454   eval "ac_cv_lib_$ac_lib_var=no"
2455 fi
2456 rm -f conftest*
2457 LIBS="$ac_save_LIBS"
2458
2459 fi
2460 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2461   echo "$ac_t""yes" 1>&6
2462     ac_tr_lib=HAVE_LIB`echo socket | sed -e 's/^a-zA-Z0-9_/_/g' \
2463     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2464   cat >> confdefs.h <<EOF
2465 #define $ac_tr_lib 1
2466 EOF
2467
2468   LIBS="-lsocket $LIBS"
2469
2470 else
2471   echo "$ac_t""no" 1>&6
2472 fi
2473
2474 fi
2475 done
2476
2477 echo $ac_n "checking for setrunelocale in -lxpg4""... $ac_c" 1>&6
2478 echo "configure:2479: checking for setrunelocale in -lxpg4" >&5
2479 ac_lib_var=`echo xpg4'_'setrunelocale | sed 'y%./+-%__p_%'`
2480 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2481   echo $ac_n "(cached) $ac_c" 1>&6
2482 else
2483   ac_save_LIBS="$LIBS"
2484 LIBS="-lxpg4  $LIBS"
2485 cat > conftest.$ac_ext <<EOF
2486 #line 2487 "configure"
2487 #include "confdefs.h"
2488 /* Override any gcc2 internal prototype to avoid an error.  */
2489 /* We use char because int might match the return type of a gcc2
2490     builtin and then its argument prototype would still apply.  */
2491 char setrunelocale();
2492
2493 int main() {
2494 setrunelocale()
2495 ; return 0; }
2496 EOF
2497 if { (eval echo configure:2498: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2498   rm -rf conftest*
2499   eval "ac_cv_lib_$ac_lib_var=yes"
2500 else
2501   echo "configure: failed program was:" >&5
2502   cat conftest.$ac_ext >&5
2503   rm -rf conftest*
2504   eval "ac_cv_lib_$ac_lib_var=no"
2505 fi
2506 rm -f conftest*
2507 LIBS="$ac_save_LIBS"
2508
2509 fi
2510 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2511   echo "$ac_t""yes" 1>&6
2512     ac_tr_lib=HAVE_LIB`echo xpg4 | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2513     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2514   cat >> confdefs.h <<EOF
2515 #define $ac_tr_lib 1
2516 EOF
2517
2518   LIBS="-lxpg4 $LIBS"
2519
2520 else
2521   echo "$ac_t""no" 1>&6
2522 fi
2523
2524 echo $ac_n "checking for mmap in -lmmap""... $ac_c" 1>&6
2525 echo "configure:2526: checking for mmap in -lmmap" >&5
2526 ac_lib_var=`echo mmap'_'mmap | sed 'y%./+-%__p_%'`
2527 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2528   echo $ac_n "(cached) $ac_c" 1>&6
2529 else
2530   ac_save_LIBS="$LIBS"
2531 LIBS="-lmmap  $LIBS"
2532 cat > conftest.$ac_ext <<EOF
2533 #line 2534 "configure"
2534 #include "confdefs.h"
2535 /* Override any gcc2 internal prototype to avoid an error.  */
2536 /* We use char because int might match the return type of a gcc2
2537     builtin and then its argument prototype would still apply.  */
2538 char mmap();
2539
2540 int main() {
2541 mmap()
2542 ; return 0; }
2543 EOF
2544 if { (eval echo configure:2545: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2545   rm -rf conftest*
2546   eval "ac_cv_lib_$ac_lib_var=yes"
2547 else
2548   echo "configure: failed program was:" >&5
2549   cat conftest.$ac_ext >&5
2550   rm -rf conftest*
2551   eval "ac_cv_lib_$ac_lib_var=no"
2552 fi
2553 rm -f conftest*
2554 LIBS="$ac_save_LIBS"
2555
2556 fi
2557 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2558   echo "$ac_t""yes" 1>&6
2559     ac_tr_lib=HAVE_LIB`echo mmap | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2560     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2561   cat >> confdefs.h <<EOF
2562 #define $ac_tr_lib 1
2563 EOF
2564
2565   LIBS="-lmmap $LIBS"
2566
2567 else
2568   echo "$ac_t""no" 1>&6
2569 fi
2570
2571
2572 for ac_hdr in dlfcn.h
2573 do
2574 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2575 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2576 echo "configure:2577: checking for $ac_hdr" >&5
2577 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2578   echo $ac_n "(cached) $ac_c" 1>&6
2579 else
2580   cat > conftest.$ac_ext <<EOF
2581 #line 2582 "configure"
2582 #include "confdefs.h"
2583 #include <$ac_hdr>
2584 EOF
2585 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2586 { (eval echo configure:2587: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2587 ac_err=`grep -v '^ *+' conftest.out`
2588 if test -z "$ac_err"; then
2589   rm -rf conftest*
2590   eval "ac_cv_header_$ac_safe=yes"
2591 else
2592   echo "$ac_err" >&5
2593   echo "configure: failed program was:" >&5
2594   cat conftest.$ac_ext >&5
2595   rm -rf conftest*
2596   eval "ac_cv_header_$ac_safe=no"
2597 fi
2598 rm -f conftest*
2599 fi
2600 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2601   echo "$ac_t""yes" 1>&6
2602     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2603   cat >> confdefs.h <<EOF
2604 #define $ac_tr_hdr 1
2605 EOF
2606  for ac_func in dlopen
2607 do
2608 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2609 echo "configure:2610: checking for $ac_func" >&5
2610 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2611   echo $ac_n "(cached) $ac_c" 1>&6
2612 else
2613   cat > conftest.$ac_ext <<EOF
2614 #line 2615 "configure"
2615 #include "confdefs.h"
2616 /* System header to define __stub macros and hopefully few prototypes,
2617     which can conflict with char $ac_func(); below.  */
2618 #include <assert.h>
2619 /* Override any gcc2 internal prototype to avoid an error.  */
2620 /* We use char because int might match the return type of a gcc2
2621     builtin and then its argument prototype would still apply.  */
2622 char $ac_func();
2623
2624 int main() {
2625
2626 /* The GNU C library defines this for functions which it implements
2627     to always fail with ENOSYS.  Some functions are actually named
2628     something starting with __ and the normal name is an alias.  */
2629 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2630 choke me
2631 #else
2632 $ac_func();
2633 #endif
2634
2635 ; return 0; }
2636 EOF
2637 if { (eval echo configure:2638: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2638   rm -rf conftest*
2639   eval "ac_cv_func_$ac_func=yes"
2640 else
2641   echo "configure: failed program was:" >&5
2642   cat conftest.$ac_ext >&5
2643   rm -rf conftest*
2644   eval "ac_cv_func_$ac_func=no"
2645 fi
2646 rm -f conftest*
2647 fi
2648
2649 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2650   echo "$ac_t""yes" 1>&6
2651     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2652   cat >> confdefs.h <<EOF
2653 #define $ac_tr_func 1
2654 EOF
2655  cat >> confdefs.h <<\EOF
2656 #define HAVE_DL_API 1
2657 EOF
2658
2659 else
2660   echo "$ac_t""no" 1>&6
2661 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
2662 echo "configure:2663: checking for dlopen in -ldl" >&5
2663 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
2664 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2665   echo $ac_n "(cached) $ac_c" 1>&6
2666 else
2667   ac_save_LIBS="$LIBS"
2668 LIBS="-ldl  $LIBS"
2669 cat > conftest.$ac_ext <<EOF
2670 #line 2671 "configure"
2671 #include "confdefs.h"
2672 /* Override any gcc2 internal prototype to avoid an error.  */
2673 /* We use char because int might match the return type of a gcc2
2674     builtin and then its argument prototype would still apply.  */
2675 char dlopen();
2676
2677 int main() {
2678 dlopen()
2679 ; return 0; }
2680 EOF
2681 if { (eval echo configure:2682: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2682   rm -rf conftest*
2683   eval "ac_cv_lib_$ac_lib_var=yes"
2684 else
2685   echo "configure: failed program was:" >&5
2686   cat conftest.$ac_ext >&5
2687   rm -rf conftest*
2688   eval "ac_cv_lib_$ac_lib_var=no"
2689 fi
2690 rm -f conftest*
2691 LIBS="$ac_save_LIBS"
2692
2693 fi
2694 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2695   echo "$ac_t""yes" 1>&6
2696   cat >> confdefs.h <<\EOF
2697 #define HAVE_DL_API 1
2698 EOF
2699
2700                         LIBS="$LIBS -ldl"
2701                 
2702 else
2703   echo "$ac_t""no" 1>&6
2704 fi
2705
2706         
2707 fi
2708 done
2709
2710
2711 else
2712   echo "$ac_t""no" 1>&6
2713 fi
2714 done
2715
2716
2717 if test "$have_x" = "yes"
2718 then
2719     XLIB="-lXext -lX11"
2720     ac_save_CPPFLAGS="$CPPFLAGS"
2721     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
2722
2723         for ac_hdr in X11/xpm.h
2724 do
2725 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2726 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2727 echo "configure:2728: checking for $ac_hdr" >&5
2728 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2729   echo $ac_n "(cached) $ac_c" 1>&6
2730 else
2731   cat > conftest.$ac_ext <<EOF
2732 #line 2733 "configure"
2733 #include "confdefs.h"
2734 #include <$ac_hdr>
2735 EOF
2736 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2737 { (eval echo configure:2738: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2738 ac_err=`grep -v '^ *+' conftest.out`
2739 if test -z "$ac_err"; then
2740   rm -rf conftest*
2741   eval "ac_cv_header_$ac_safe=yes"
2742 else
2743   echo "$ac_err" >&5
2744   echo "configure: failed program was:" >&5
2745   cat conftest.$ac_ext >&5
2746   rm -rf conftest*
2747   eval "ac_cv_header_$ac_safe=no"
2748 fi
2749 rm -f conftest*
2750 fi
2751 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2752   echo "$ac_t""yes" 1>&6
2753     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2754   cat >> confdefs.h <<EOF
2755 #define $ac_tr_hdr 1
2756 EOF
2757  
2758 else
2759   echo "$ac_t""no" 1>&6
2760 fi
2761 done
2762
2763     if test "$ac_cv_header_X11_xpm_h" = "yes"
2764     then 
2765         echo $ac_n "checking for XpmCreatePixmapFromData in -lXpm""... $ac_c" 1>&6
2766 echo "configure:2767: checking for XpmCreatePixmapFromData in -lXpm" >&5
2767 ac_lib_var=`echo Xpm'_'XpmCreatePixmapFromData | sed 'y%./+-%__p_%'`
2768 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2769   echo $ac_n "(cached) $ac_c" 1>&6
2770 else
2771   ac_save_LIBS="$LIBS"
2772 LIBS="-lXpm $X_LIBS -lXext -lX11 $LIBS"
2773 cat > conftest.$ac_ext <<EOF
2774 #line 2775 "configure"
2775 #include "confdefs.h"
2776 /* Override any gcc2 internal prototype to avoid an error.  */
2777 /* We use char because int might match the return type of a gcc2
2778     builtin and then its argument prototype would still apply.  */
2779 char XpmCreatePixmapFromData();
2780
2781 int main() {
2782 XpmCreatePixmapFromData()
2783 ; return 0; }
2784 EOF
2785 if { (eval echo configure:2786: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2786   rm -rf conftest*
2787   eval "ac_cv_lib_$ac_lib_var=yes"
2788 else
2789   echo "configure: failed program was:" >&5
2790   cat conftest.$ac_ext >&5
2791   rm -rf conftest*
2792   eval "ac_cv_lib_$ac_lib_var=no"
2793 fi
2794 rm -f conftest*
2795 LIBS="$ac_save_LIBS"
2796
2797 fi
2798 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2799   echo "$ac_t""yes" 1>&6
2800   cat >> confdefs.h <<\EOF
2801 #define HAVE_LIBXXPM 1
2802 EOF
2803  X_PRE_LIBS="$X_PRE_LIBS -lXpm"
2804 else
2805   echo "$ac_t""no" 1>&6
2806 fi
2807
2808     fi
2809
2810         for ac_hdr in X11/Xlib.h X11/extensions/XShm.h
2811 do
2812 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2813 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2814 echo "configure:2815: checking for $ac_hdr" >&5
2815 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2816   echo $ac_n "(cached) $ac_c" 1>&6
2817 else
2818   cat > conftest.$ac_ext <<EOF
2819 #line 2820 "configure"
2820 #include "confdefs.h"
2821 #include <$ac_hdr>
2822 EOF
2823 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2824 { (eval echo configure:2825: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2825 ac_err=`grep -v '^ *+' conftest.out`
2826 if test -z "$ac_err"; then
2827   rm -rf conftest*
2828   eval "ac_cv_header_$ac_safe=yes"
2829 else
2830   echo "$ac_err" >&5
2831   echo "configure: failed program was:" >&5
2832   cat conftest.$ac_ext >&5
2833   rm -rf conftest*
2834   eval "ac_cv_header_$ac_safe=no"
2835 fi
2836 rm -f conftest*
2837 fi
2838 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2839   echo "$ac_t""yes" 1>&6
2840     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2841   cat >> confdefs.h <<EOF
2842 #define $ac_tr_hdr 1
2843 EOF
2844  
2845 else
2846   echo "$ac_t""no" 1>&6
2847 fi
2848 done
2849
2850     if test "$ac_cv_header_X11_Xlib_h" = "yes" -a "$ac_cv_header_X11_extensions_XShm_h" = "yes"
2851     then 
2852         echo $ac_n "checking for XShmQueryExtension in -lXext""... $ac_c" 1>&6
2853 echo "configure:2854: checking for XShmQueryExtension in -lXext" >&5
2854 ac_lib_var=`echo Xext'_'XShmQueryExtension | sed 'y%./+-%__p_%'`
2855 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2856   echo $ac_n "(cached) $ac_c" 1>&6
2857 else
2858   ac_save_LIBS="$LIBS"
2859 LIBS="-lXext $X_LIBS -lXext -lX11 $LIBS"
2860 cat > conftest.$ac_ext <<EOF
2861 #line 2862 "configure"
2862 #include "confdefs.h"
2863 /* Override any gcc2 internal prototype to avoid an error.  */
2864 /* We use char because int might match the return type of a gcc2
2865     builtin and then its argument prototype would still apply.  */
2866 char XShmQueryExtension();
2867
2868 int main() {
2869 XShmQueryExtension()
2870 ; return 0; }
2871 EOF
2872 if { (eval echo configure:2873: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2873   rm -rf conftest*
2874   eval "ac_cv_lib_$ac_lib_var=yes"
2875 else
2876   echo "configure: failed program was:" >&5
2877   cat conftest.$ac_ext >&5
2878   rm -rf conftest*
2879   eval "ac_cv_lib_$ac_lib_var=no"
2880 fi
2881 rm -f conftest*
2882 LIBS="$ac_save_LIBS"
2883
2884 fi
2885 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2886   echo "$ac_t""yes" 1>&6
2887   cat >> confdefs.h <<\EOF
2888 #define HAVE_LIBXXSHM 1
2889 EOF
2890
2891 else
2892   echo "$ac_t""no" 1>&6
2893 fi
2894
2895     fi
2896         for ac_hdr in X11/Xlib.h X11/extensions/xf86dga.h
2897 do
2898 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2899 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2900 echo "configure:2901: checking for $ac_hdr" >&5
2901 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2902   echo $ac_n "(cached) $ac_c" 1>&6
2903 else
2904   cat > conftest.$ac_ext <<EOF
2905 #line 2906 "configure"
2906 #include "confdefs.h"
2907 #include <$ac_hdr>
2908 EOF
2909 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2910 { (eval echo configure:2911: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2911 ac_err=`grep -v '^ *+' conftest.out`
2912 if test -z "$ac_err"; then
2913   rm -rf conftest*
2914   eval "ac_cv_header_$ac_safe=yes"
2915 else
2916   echo "$ac_err" >&5
2917   echo "configure: failed program was:" >&5
2918   cat conftest.$ac_ext >&5
2919   rm -rf conftest*
2920   eval "ac_cv_header_$ac_safe=no"
2921 fi
2922 rm -f conftest*
2923 fi
2924 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2925   echo "$ac_t""yes" 1>&6
2926     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2927   cat >> confdefs.h <<EOF
2928 #define $ac_tr_hdr 1
2929 EOF
2930  
2931 else
2932   echo "$ac_t""no" 1>&6
2933 fi
2934 done
2935
2936     if test "$ac_cv_header_X11_Xlib_h" = "yes" -a "$ac_cv_header_X11_extensions_xf86dga_h" = "yes"
2937     then 
2938          echo $ac_n "checking for XDGAQueryExtension in -lXxf86dga""... $ac_c" 1>&6
2939 echo "configure:2940: checking for XDGAQueryExtension in -lXxf86dga" >&5
2940 ac_lib_var=`echo Xxf86dga'_'XDGAQueryExtension | sed 'y%./+-%__p_%'`
2941 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2942   echo $ac_n "(cached) $ac_c" 1>&6
2943 else
2944   ac_save_LIBS="$LIBS"
2945 LIBS="-lXxf86dga $X_LIBS -lXext -lX11 $LIBS"
2946 cat > conftest.$ac_ext <<EOF
2947 #line 2948 "configure"
2948 #include "confdefs.h"
2949 /* Override any gcc2 internal prototype to avoid an error.  */
2950 /* We use char because int might match the return type of a gcc2
2951     builtin and then its argument prototype would still apply.  */
2952 char XDGAQueryExtension();
2953
2954 int main() {
2955 XDGAQueryExtension()
2956 ; return 0; }
2957 EOF
2958 if { (eval echo configure:2959: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2959   rm -rf conftest*
2960   eval "ac_cv_lib_$ac_lib_var=yes"
2961 else
2962   echo "configure: failed program was:" >&5
2963   cat conftest.$ac_ext >&5
2964   rm -rf conftest*
2965   eval "ac_cv_lib_$ac_lib_var=no"
2966 fi
2967 rm -f conftest*
2968 LIBS="$ac_save_LIBS"
2969
2970 fi
2971 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2972   echo "$ac_t""yes" 1>&6
2973   cat >> confdefs.h <<\EOF
2974 #define HAVE_LIBXXF86DGA2 1
2975 EOF
2976  X_PRE_LIBS="$X_PRE_LIBS -lXxf86dga"
2977 else
2978   echo "$ac_t""no" 1>&6
2979 fi
2980
2981          echo $ac_n "checking for XF86DGAQueryExtension in -lXxf86dga""... $ac_c" 1>&6
2982 echo "configure:2983: checking for XF86DGAQueryExtension in -lXxf86dga" >&5
2983 ac_lib_var=`echo Xxf86dga'_'XF86DGAQueryExtension | sed 'y%./+-%__p_%'`
2984 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2985   echo $ac_n "(cached) $ac_c" 1>&6
2986 else
2987   ac_save_LIBS="$LIBS"
2988 LIBS="-lXxf86dga $X_LIBS -lXext -lX11 $LIBS"
2989 cat > conftest.$ac_ext <<EOF
2990 #line 2991 "configure"
2991 #include "confdefs.h"
2992 /* Override any gcc2 internal prototype to avoid an error.  */
2993 /* We use char because int might match the return type of a gcc2
2994     builtin and then its argument prototype would still apply.  */
2995 char XF86DGAQueryExtension();
2996
2997 int main() {
2998 XF86DGAQueryExtension()
2999 ; return 0; }
3000 EOF
3001 if { (eval echo configure:3002: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3002   rm -rf conftest*
3003   eval "ac_cv_lib_$ac_lib_var=yes"
3004 else
3005   echo "configure: failed program was:" >&5
3006   cat conftest.$ac_ext >&5
3007   rm -rf conftest*
3008   eval "ac_cv_lib_$ac_lib_var=no"
3009 fi
3010 rm -f conftest*
3011 LIBS="$ac_save_LIBS"
3012
3013 fi
3014 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3015   echo "$ac_t""yes" 1>&6
3016   cat >> confdefs.h <<\EOF
3017 #define HAVE_LIBXXF86DGA 1
3018 EOF
3019  X_PRE_LIBS="$X_PRE_LIBS -lXxf86dga"
3020 else
3021   echo "$ac_t""no" 1>&6
3022 fi
3023
3024     fi
3025
3026         for ac_hdr in X11/Xlib.h X11/extensions/xf86vmode.h
3027 do
3028 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3029 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3030 echo "configure:3031: checking for $ac_hdr" >&5
3031 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3032   echo $ac_n "(cached) $ac_c" 1>&6
3033 else
3034   cat > conftest.$ac_ext <<EOF
3035 #line 3036 "configure"
3036 #include "confdefs.h"
3037 #include <$ac_hdr>
3038 EOF
3039 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3040 { (eval echo configure:3041: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3041 ac_err=`grep -v '^ *+' conftest.out`
3042 if test -z "$ac_err"; then
3043   rm -rf conftest*
3044   eval "ac_cv_header_$ac_safe=yes"
3045 else
3046   echo "$ac_err" >&5
3047   echo "configure: failed program was:" >&5
3048   cat conftest.$ac_ext >&5
3049   rm -rf conftest*
3050   eval "ac_cv_header_$ac_safe=no"
3051 fi
3052 rm -f conftest*
3053 fi
3054 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3055   echo "$ac_t""yes" 1>&6
3056     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3057   cat >> confdefs.h <<EOF
3058 #define $ac_tr_hdr 1
3059 EOF
3060  
3061 else
3062   echo "$ac_t""no" 1>&6
3063 fi
3064 done
3065
3066     if test "$ac_cv_header_X11_Xlib_h" = "yes" -a "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
3067     then 
3068         echo $ac_n "checking for XF86VidModeQueryExtension in -lXxf86vm""... $ac_c" 1>&6
3069 echo "configure:3070: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
3070 ac_lib_var=`echo Xxf86vm'_'XF86VidModeQueryExtension | sed 'y%./+-%__p_%'`
3071 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3072   echo $ac_n "(cached) $ac_c" 1>&6
3073 else
3074   ac_save_LIBS="$LIBS"
3075 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $LIBS"
3076 cat > conftest.$ac_ext <<EOF
3077 #line 3078 "configure"
3078 #include "confdefs.h"
3079 /* Override any gcc2 internal prototype to avoid an error.  */
3080 /* We use char because int might match the return type of a gcc2
3081     builtin and then its argument prototype would still apply.  */
3082 char XF86VidModeQueryExtension();
3083
3084 int main() {
3085 XF86VidModeQueryExtension()
3086 ; return 0; }
3087 EOF
3088 if { (eval echo configure:3089: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3089   rm -rf conftest*
3090   eval "ac_cv_lib_$ac_lib_var=yes"
3091 else
3092   echo "configure: failed program was:" >&5
3093   cat conftest.$ac_ext >&5
3094   rm -rf conftest*
3095   eval "ac_cv_lib_$ac_lib_var=no"
3096 fi
3097 rm -f conftest*
3098 LIBS="$ac_save_LIBS"
3099
3100 fi
3101 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3102   echo "$ac_t""yes" 1>&6
3103   cat >> confdefs.h <<\EOF
3104 #define HAVE_LIBXXF86VM 1
3105 EOF
3106  X_PRE_LIBS="$X_PRE_LIBS -lXxf86vm"
3107 else
3108   echo "$ac_t""no" 1>&6
3109 fi
3110
3111     fi
3112
3113         for ac_hdr in GL/gl.h GL/glx.h GL/osmesa.h
3114 do
3115 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3116 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3117 echo "configure:3118: checking for $ac_hdr" >&5
3118 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3119   echo $ac_n "(cached) $ac_c" 1>&6
3120 else
3121   cat > conftest.$ac_ext <<EOF
3122 #line 3123 "configure"
3123 #include "confdefs.h"
3124 #include <$ac_hdr>
3125 EOF
3126 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3127 { (eval echo configure:3128: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3128 ac_err=`grep -v '^ *+' conftest.out`
3129 if test -z "$ac_err"; then
3130   rm -rf conftest*
3131   eval "ac_cv_header_$ac_safe=yes"
3132 else
3133   echo "$ac_err" >&5
3134   echo "configure: failed program was:" >&5
3135   cat conftest.$ac_ext >&5
3136   rm -rf conftest*
3137   eval "ac_cv_header_$ac_safe=no"
3138 fi
3139 rm -f conftest*
3140 fi
3141 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3142   echo "$ac_t""yes" 1>&6
3143     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3144   cat >> confdefs.h <<EOF
3145 #define $ac_tr_hdr 1
3146 EOF
3147  
3148 else
3149   echo "$ac_t""no" 1>&6
3150 fi
3151 done
3152
3153     if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
3154     then
3155                 echo $ac_n "checking "for up-to-date Mesa version"""... $ac_c" 1>&6
3156 echo "configure:3157: checking "for up-to-date Mesa version"" >&5
3157 if eval "test \"`echo '$''{'wine_cv_mesa_version_OK'+set}'`\" = set"; then
3158   echo $ac_n "(cached) $ac_c" 1>&6
3159 else
3160   cat > conftest.$ac_ext <<EOF
3161 #line 3162 "configure"
3162 #include "confdefs.h"
3163 #include <GL/gl.h>
3164 int main() {
3165 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
3166 ; return 0; }
3167 EOF
3168 if { (eval echo configure:3169: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3169   rm -rf conftest*
3170   wine_cv_mesa_version_OK="yes"
3171 else
3172   echo "configure: failed program was:" >&5
3173   cat conftest.$ac_ext >&5
3174   rm -rf conftest*
3175   wine_cv_mesa_version_OK="no"
3176           
3177 fi
3178 rm -f conftest*
3179         
3180 fi
3181
3182 echo "$ac_t""$wine_cv_mesa_version_OK" 1>&6
3183
3184         if test "$wine_cv_mesa_version_OK" = "yes"
3185         then
3186                         echo $ac_n "checking for glXCreateContext in -lGL""... $ac_c" 1>&6
3187 echo "configure:3188: checking for glXCreateContext in -lGL" >&5
3188 ac_lib_var=`echo GL'_'glXCreateContext | sed 'y%./+-%__p_%'`
3189 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3190   echo $ac_n "(cached) $ac_c" 1>&6
3191 else
3192   ac_save_LIBS="$LIBS"
3193 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $LIBS"
3194 cat > conftest.$ac_ext <<EOF
3195 #line 3196 "configure"
3196 #include "confdefs.h"
3197 /* Override any gcc2 internal prototype to avoid an error.  */
3198 /* We use char because int might match the return type of a gcc2
3199     builtin and then its argument prototype would still apply.  */
3200 char glXCreateContext();
3201
3202 int main() {
3203 glXCreateContext()
3204 ; return 0; }
3205 EOF
3206 if { (eval echo configure:3207: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3207   rm -rf conftest*
3208   eval "ac_cv_lib_$ac_lib_var=yes"
3209 else
3210   echo "configure: failed program was:" >&5
3211   cat conftest.$ac_ext >&5
3212   rm -rf conftest*
3213   eval "ac_cv_lib_$ac_lib_var=no"
3214 fi
3215 rm -f conftest*
3216 LIBS="$ac_save_LIBS"
3217
3218 fi
3219 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3220   echo "$ac_t""yes" 1>&6
3221   cat >> confdefs.h <<\EOF
3222 #define HAVE_LIBMESAGL 1
3223 EOF
3224  X_PRE_LIBS="$X_PRE_LIBS -lGL"
3225 else
3226   echo "$ac_t""no" 1>&6
3227 fi
3228
3229             if test "$ac_cv_lib_GL_glXCreateContext" = "no"
3230             then
3231                 echo $ac_n "checking for glXCreateContext in -lMesaGL""... $ac_c" 1>&6
3232 echo "configure:3233: checking for glXCreateContext in -lMesaGL" >&5
3233 ac_lib_var=`echo MesaGL'_'glXCreateContext | sed 'y%./+-%__p_%'`
3234 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3235   echo $ac_n "(cached) $ac_c" 1>&6
3236 else
3237   ac_save_LIBS="$LIBS"
3238 LIBS="-lMesaGL $X_LIBS -lXext -lX11 -lm $LIBS"
3239 cat > conftest.$ac_ext <<EOF
3240 #line 3241 "configure"
3241 #include "confdefs.h"
3242 /* Override any gcc2 internal prototype to avoid an error.  */
3243 /* We use char because int might match the return type of a gcc2
3244     builtin and then its argument prototype would still apply.  */
3245 char glXCreateContext();
3246
3247 int main() {
3248 glXCreateContext()
3249 ; return 0; }
3250 EOF
3251 if { (eval echo configure:3252: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3252   rm -rf conftest*
3253   eval "ac_cv_lib_$ac_lib_var=yes"
3254 else
3255   echo "configure: failed program was:" >&5
3256   cat conftest.$ac_ext >&5
3257   rm -rf conftest*
3258   eval "ac_cv_lib_$ac_lib_var=no"
3259 fi
3260 rm -f conftest*
3261 LIBS="$ac_save_LIBS"
3262
3263 fi
3264 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3265   echo "$ac_t""yes" 1>&6
3266   cat >> confdefs.h <<\EOF
3267 #define HAVE_LIBMESAGL 1
3268 EOF
3269  X_PRE_LIBS="$X_PRE_LIBS -lMesaGL"
3270 else
3271   echo "$ac_t""no" 1>&6
3272 fi
3273
3274             fi
3275         fi
3276     fi
3277
3278     CPPFLAGS="$ac_save_CPPFLAGS"
3279 else
3280     XLIB=""
3281     X_CFLAGS=""
3282     X_LIBS=""
3283 fi
3284
3285 for ac_hdr in ncurses.h
3286 do
3287 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3288 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3289 echo "configure:3290: checking for $ac_hdr" >&5
3290 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3291   echo $ac_n "(cached) $ac_c" 1>&6
3292 else
3293   cat > conftest.$ac_ext <<EOF
3294 #line 3295 "configure"
3295 #include "confdefs.h"
3296 #include <$ac_hdr>
3297 EOF
3298 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3299 { (eval echo configure:3300: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3300 ac_err=`grep -v '^ *+' conftest.out`
3301 if test -z "$ac_err"; then
3302   rm -rf conftest*
3303   eval "ac_cv_header_$ac_safe=yes"
3304 else
3305   echo "$ac_err" >&5
3306   echo "configure: failed program was:" >&5
3307   cat conftest.$ac_ext >&5
3308   rm -rf conftest*
3309   eval "ac_cv_header_$ac_safe=no"
3310 fi
3311 rm -f conftest*
3312 fi
3313 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3314   echo "$ac_t""yes" 1>&6
3315     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3316   cat >> confdefs.h <<EOF
3317 #define $ac_tr_hdr 1
3318 EOF
3319  
3320 else
3321   echo "$ac_t""no" 1>&6
3322 fi
3323 done
3324
3325 if test "$ac_cv_header_ncurses_h" = "yes"
3326 then 
3327     echo $ac_n "checking for waddch in -lncurses""... $ac_c" 1>&6
3328 echo "configure:3329: checking for waddch in -lncurses" >&5
3329 ac_lib_var=`echo ncurses'_'waddch | sed 'y%./+-%__p_%'`
3330 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3331   echo $ac_n "(cached) $ac_c" 1>&6
3332 else
3333   ac_save_LIBS="$LIBS"
3334 LIBS="-lncurses  $LIBS"
3335 cat > conftest.$ac_ext <<EOF
3336 #line 3337 "configure"
3337 #include "confdefs.h"
3338 /* Override any gcc2 internal prototype to avoid an error.  */
3339 /* We use char because int might match the return type of a gcc2
3340     builtin and then its argument prototype would still apply.  */
3341 char waddch();
3342
3343 int main() {
3344 waddch()
3345 ; return 0; }
3346 EOF
3347 if { (eval echo configure:3348: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3348   rm -rf conftest*
3349   eval "ac_cv_lib_$ac_lib_var=yes"
3350 else
3351   echo "configure: failed program was:" >&5
3352   cat conftest.$ac_ext >&5
3353   rm -rf conftest*
3354   eval "ac_cv_lib_$ac_lib_var=no"
3355 fi
3356 rm -f conftest*
3357 LIBS="$ac_save_LIBS"
3358
3359 fi
3360 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3361   echo "$ac_t""yes" 1>&6
3362     ac_tr_lib=HAVE_LIB`echo ncurses | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3363     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3364   cat >> confdefs.h <<EOF
3365 #define $ac_tr_lib 1
3366 EOF
3367
3368   LIBS="-lncurses $LIBS"
3369
3370 else
3371   echo "$ac_t""no" 1>&6
3372 fi
3373
3374 fi
3375 if test "$ac_cv_lib_ncurses_waddch" = "yes"
3376 then
3377     echo $ac_n "checking for resizeterm in -lncurses""... $ac_c" 1>&6
3378 echo "configure:3379: checking for resizeterm in -lncurses" >&5
3379 ac_lib_var=`echo ncurses'_'resizeterm | sed 'y%./+-%__p_%'`
3380 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3381   echo $ac_n "(cached) $ac_c" 1>&6
3382 else
3383   ac_save_LIBS="$LIBS"
3384 LIBS="-lncurses  $LIBS"
3385 cat > conftest.$ac_ext <<EOF
3386 #line 3387 "configure"
3387 #include "confdefs.h"
3388 /* Override any gcc2 internal prototype to avoid an error.  */
3389 /* We use char because int might match the return type of a gcc2
3390     builtin and then its argument prototype would still apply.  */
3391 char resizeterm();
3392
3393 int main() {
3394 resizeterm()
3395 ; return 0; }
3396 EOF
3397 if { (eval echo configure:3398: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3398   rm -rf conftest*
3399   eval "ac_cv_lib_$ac_lib_var=yes"
3400 else
3401   echo "configure: failed program was:" >&5
3402   cat conftest.$ac_ext >&5
3403   rm -rf conftest*
3404   eval "ac_cv_lib_$ac_lib_var=no"
3405 fi
3406 rm -f conftest*
3407 LIBS="$ac_save_LIBS"
3408
3409 fi
3410 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3411   echo "$ac_t""yes" 1>&6
3412   cat >> confdefs.h <<\EOF
3413 #define HAVE_RESIZETERM 1
3414 EOF
3415
3416 else
3417   echo "$ac_t""no" 1>&6
3418 fi
3419
3420     echo $ac_n "checking for getbkgd in -lncurses""... $ac_c" 1>&6
3421 echo "configure:3422: checking for getbkgd in -lncurses" >&5
3422 ac_lib_var=`echo ncurses'_'getbkgd | sed 'y%./+-%__p_%'`
3423 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3424   echo $ac_n "(cached) $ac_c" 1>&6
3425 else
3426   ac_save_LIBS="$LIBS"
3427 LIBS="-lncurses  $LIBS"
3428 cat > conftest.$ac_ext <<EOF
3429 #line 3430 "configure"
3430 #include "confdefs.h"
3431 /* Override any gcc2 internal prototype to avoid an error.  */
3432 /* We use char because int might match the return type of a gcc2
3433     builtin and then its argument prototype would still apply.  */
3434 char getbkgd();
3435
3436 int main() {
3437 getbkgd()
3438 ; return 0; }
3439 EOF
3440 if { (eval echo configure:3441: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3441   rm -rf conftest*
3442   eval "ac_cv_lib_$ac_lib_var=yes"
3443 else
3444   echo "configure: failed program was:" >&5
3445   cat conftest.$ac_ext >&5
3446   rm -rf conftest*
3447   eval "ac_cv_lib_$ac_lib_var=no"
3448 fi
3449 rm -f conftest*
3450 LIBS="$ac_save_LIBS"
3451
3452 fi
3453 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3454   echo "$ac_t""yes" 1>&6
3455   cat >> confdefs.h <<\EOF
3456 #define HAVE_GETBKGD 1
3457 EOF
3458
3459 else
3460   echo "$ac_t""no" 1>&6
3461 fi
3462
3463 else
3464     for ac_hdr in curses.h
3465 do
3466 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3467 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3468 echo "configure:3469: checking for $ac_hdr" >&5
3469 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3470   echo $ac_n "(cached) $ac_c" 1>&6
3471 else
3472   cat > conftest.$ac_ext <<EOF
3473 #line 3474 "configure"
3474 #include "confdefs.h"
3475 #include <$ac_hdr>
3476 EOF
3477 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3478 { (eval echo configure:3479: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3479 ac_err=`grep -v '^ *+' conftest.out`
3480 if test -z "$ac_err"; then
3481   rm -rf conftest*
3482   eval "ac_cv_header_$ac_safe=yes"
3483 else
3484   echo "$ac_err" >&5
3485   echo "configure: failed program was:" >&5
3486   cat conftest.$ac_ext >&5
3487   rm -rf conftest*
3488   eval "ac_cv_header_$ac_safe=no"
3489 fi
3490 rm -f conftest*
3491 fi
3492 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3493   echo "$ac_t""yes" 1>&6
3494     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3495   cat >> confdefs.h <<EOF
3496 #define $ac_tr_hdr 1
3497 EOF
3498  
3499 else
3500   echo "$ac_t""no" 1>&6
3501 fi
3502 done
3503
3504     if test "$ac_cv_header_curses_h" = "yes"
3505     then    
3506        echo $ac_n "checking for waddch in -lcurses""... $ac_c" 1>&6
3507 echo "configure:3508: checking for waddch in -lcurses" >&5
3508 ac_lib_var=`echo curses'_'waddch | sed 'y%./+-%__p_%'`
3509 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3510   echo $ac_n "(cached) $ac_c" 1>&6
3511 else
3512   ac_save_LIBS="$LIBS"
3513 LIBS="-lcurses  $LIBS"
3514 cat > conftest.$ac_ext <<EOF
3515 #line 3516 "configure"
3516 #include "confdefs.h"
3517 /* Override any gcc2 internal prototype to avoid an error.  */
3518 /* We use char because int might match the return type of a gcc2
3519     builtin and then its argument prototype would still apply.  */
3520 char waddch();
3521
3522 int main() {
3523 waddch()
3524 ; return 0; }
3525 EOF
3526 if { (eval echo configure:3527: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3527   rm -rf conftest*
3528   eval "ac_cv_lib_$ac_lib_var=yes"
3529 else
3530   echo "configure: failed program was:" >&5
3531   cat conftest.$ac_ext >&5
3532   rm -rf conftest*
3533   eval "ac_cv_lib_$ac_lib_var=no"
3534 fi
3535 rm -f conftest*
3536 LIBS="$ac_save_LIBS"
3537
3538 fi
3539 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3540   echo "$ac_t""yes" 1>&6
3541     ac_tr_lib=HAVE_LIB`echo curses | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3542     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3543   cat >> confdefs.h <<EOF
3544 #define $ac_tr_lib 1
3545 EOF
3546
3547   LIBS="-lcurses $LIBS"
3548
3549 else
3550   echo "$ac_t""no" 1>&6
3551 fi
3552
3553        echo $ac_n "checking for resizeterm in -lcurses""... $ac_c" 1>&6
3554 echo "configure:3555: checking for resizeterm in -lcurses" >&5
3555 ac_lib_var=`echo curses'_'resizeterm | sed 'y%./+-%__p_%'`
3556 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3557   echo $ac_n "(cached) $ac_c" 1>&6
3558 else
3559   ac_save_LIBS="$LIBS"
3560 LIBS="-lcurses  $LIBS"
3561 cat > conftest.$ac_ext <<EOF
3562 #line 3563 "configure"
3563 #include "confdefs.h"
3564 /* Override any gcc2 internal prototype to avoid an error.  */
3565 /* We use char because int might match the return type of a gcc2
3566     builtin and then its argument prototype would still apply.  */
3567 char resizeterm();
3568
3569 int main() {
3570 resizeterm()
3571 ; return 0; }
3572 EOF
3573 if { (eval echo configure:3574: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3574   rm -rf conftest*
3575   eval "ac_cv_lib_$ac_lib_var=yes"
3576 else
3577   echo "configure: failed program was:" >&5
3578   cat conftest.$ac_ext >&5
3579   rm -rf conftest*
3580   eval "ac_cv_lib_$ac_lib_var=no"
3581 fi
3582 rm -f conftest*
3583 LIBS="$ac_save_LIBS"
3584
3585 fi
3586 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3587   echo "$ac_t""yes" 1>&6
3588   cat >> confdefs.h <<\EOF
3589 #define HAVE_RESIZETERM 1
3590 EOF
3591
3592 else
3593   echo "$ac_t""no" 1>&6
3594 fi
3595
3596        echo $ac_n "checking for getbkgd in -lcurses""... $ac_c" 1>&6
3597 echo "configure:3598: checking for getbkgd in -lcurses" >&5
3598 ac_lib_var=`echo curses'_'getbkgd | sed 'y%./+-%__p_%'`
3599 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3600   echo $ac_n "(cached) $ac_c" 1>&6
3601 else
3602   ac_save_LIBS="$LIBS"
3603 LIBS="-lcurses  $LIBS"
3604 cat > conftest.$ac_ext <<EOF
3605 #line 3606 "configure"
3606 #include "confdefs.h"
3607 /* Override any gcc2 internal prototype to avoid an error.  */
3608 /* We use char because int might match the return type of a gcc2
3609     builtin and then its argument prototype would still apply.  */
3610 char getbkgd();
3611
3612 int main() {
3613 getbkgd()
3614 ; return 0; }
3615 EOF
3616 if { (eval echo configure:3617: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3617   rm -rf conftest*
3618   eval "ac_cv_lib_$ac_lib_var=yes"
3619 else
3620   echo "configure: failed program was:" >&5
3621   cat conftest.$ac_ext >&5
3622   rm -rf conftest*
3623   eval "ac_cv_lib_$ac_lib_var=no"
3624 fi
3625 rm -f conftest*
3626 LIBS="$ac_save_LIBS"
3627
3628 fi
3629 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3630   echo "$ac_t""yes" 1>&6
3631   cat >> confdefs.h <<\EOF
3632 #define HAVE_GETBKGD 1
3633 EOF
3634
3635 else
3636   echo "$ac_t""no" 1>&6
3637 fi
3638
3639     fi
3640 fi
3641
3642 echo $ac_n "checking "for GNU style IPX support"""... $ac_c" 1>&6
3643 echo "configure:3644: checking "for GNU style IPX support"" >&5
3644 if eval "test \"`echo '$''{'ac_cv_c_ipx_gnu'+set}'`\" = set"; then
3645   echo $ac_n "(cached) $ac_c" 1>&6
3646 else
3647   cat > conftest.$ac_ext <<EOF
3648 #line 3649 "configure"
3649 #include "confdefs.h"
3650 #include <sys/socket.h>
3651     #include <netipx/ipx.h>
3652 int main() {
3653 ((struct sockaddr_ipx *)0)->sipx_family == AF_IPX
3654 ; return 0; }
3655 EOF
3656 if { (eval echo configure:3657: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3657   rm -rf conftest*
3658   cat >> confdefs.h <<\EOF
3659 #define HAVE_IPX_GNU 1
3660 EOF
3661
3662     ac_cv_c_ipx_gnu="yes"
3663 else
3664   echo "configure: failed program was:" >&5
3665   cat conftest.$ac_ext >&5
3666   rm -rf conftest*
3667   ac_cv_c_ipx_gnu="no"
3668 fi
3669 rm -f conftest*
3670  
3671 fi
3672
3673 echo "$ac_t""$ac_cv_c_ipx_gnu" 1>&6
3674
3675 if test "$ac_cv_c_ipx_gnu" = "no"
3676 then
3677  echo $ac_n "checking "for linux style IPX support"""... $ac_c" 1>&6
3678 echo "configure:3679: checking "for linux style IPX support"" >&5
3679 if eval "test \"`echo '$''{'ac_cv_c_ipx_linux'+set}'`\" = set"; then
3680   echo $ac_n "(cached) $ac_c" 1>&6
3681 else
3682   cat > conftest.$ac_ext <<EOF
3683 #line 3684 "configure"
3684 #include "confdefs.h"
3685 #include <sys/socket.h>
3686      #include <asm/types.h>
3687      #include <linux/ipx.h>
3688 int main() {
3689 ((struct sockaddr_ipx *)0)->sipx_family == AF_IPX
3690 ; return 0; }
3691 EOF
3692 if { (eval echo configure:3693: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3693   rm -rf conftest*
3694   cat >> confdefs.h <<\EOF
3695 #define HAVE_IPX_LINUX 1
3696 EOF
3697
3698      ac_cv_c_ipx_linux="yes"
3699 else
3700   echo "configure: failed program was:" >&5
3701   cat conftest.$ac_ext >&5
3702   rm -rf conftest*
3703   ac_cv_c_ipx_linux="no"
3704 fi
3705 rm -f conftest*
3706   
3707 fi
3708
3709 echo "$ac_t""$ac_cv_c_ipx_linux" 1>&6
3710 fi
3711
3712 for ac_hdr in sys/soundcard.h machine/soundcard.h soundcard.h
3713 do
3714 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3715 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3716 echo "configure:3717: checking for $ac_hdr" >&5
3717 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3718   echo $ac_n "(cached) $ac_c" 1>&6
3719 else
3720   cat > conftest.$ac_ext <<EOF
3721 #line 3722 "configure"
3722 #include "confdefs.h"
3723 #include <$ac_hdr>
3724 EOF
3725 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3726 { (eval echo configure:3727: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3727 ac_err=`grep -v '^ *+' conftest.out`
3728 if test -z "$ac_err"; then
3729   rm -rf conftest*
3730   eval "ac_cv_header_$ac_safe=yes"
3731 else
3732   echo "$ac_err" >&5
3733   echo "configure: failed program was:" >&5
3734   cat conftest.$ac_ext >&5
3735   rm -rf conftest*
3736   eval "ac_cv_header_$ac_safe=no"
3737 fi
3738 rm -f conftest*
3739 fi
3740 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3741   echo "$ac_t""yes" 1>&6
3742     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3743   cat >> confdefs.h <<EOF
3744 #define $ac_tr_hdr 1
3745 EOF
3746  break
3747 else
3748   echo "$ac_t""no" 1>&6
3749 fi
3750 done
3751
3752
3753 echo $ac_n "checking "for Open Sound System"""... $ac_c" 1>&6
3754 echo "configure:3755: checking "for Open Sound System"" >&5
3755 if eval "test \"`echo '$''{'ac_cv_c_opensoundsystem'+set}'`\" = set"; then
3756   echo $ac_n "(cached) $ac_c" 1>&6
3757 else
3758   cat > conftest.$ac_ext <<EOF
3759 #line 3760 "configure"
3760 #include "confdefs.h"
3761
3762         #if defined(HAVE_SYS_SOUNDCARD_H)
3763                 #include <sys/soundcard.h>
3764         #elif defined(HAVE_MACHINE_SOUNDCARD_H)
3765                 #include <machine/soundcard.h>
3766         #elif defined(HAVE_SOUNDCARD_H)
3767                 #include <soundcard.h>
3768         #endif
3769         
3770 int main() {
3771
3772
3773 /* check for one of the Open Sound System specific SNDCTL_ defines */
3774 #if !defined(SNDCTL_DSP_STEREO)
3775 #error No open sound system
3776 #endif
3777
3778 ; return 0; }
3779 EOF
3780 if { (eval echo configure:3781: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3781   rm -rf conftest*
3782   ac_cv_c_opensoundsystem="yes"
3783 else
3784   echo "configure: failed program was:" >&5
3785   cat conftest.$ac_ext >&5
3786   rm -rf conftest*
3787   ac_cv_c_opensoundsystem="no"
3788 fi
3789 rm -f conftest*
3790 fi
3791
3792 echo "$ac_t""$ac_cv_c_opensoundsystem" 1>&6
3793
3794 if test "$ac_cv_c_opensoundsystem" = "yes"
3795 then
3796     cat >> confdefs.h <<\EOF
3797 #define HAVE_OSS 1
3798 EOF
3799
3800 fi
3801
3802 echo $ac_n "checking "for Open Sound System/MIDI interface"""... $ac_c" 1>&6
3803 echo "configure:3804: checking "for Open Sound System/MIDI interface"" >&5
3804 if eval "test \"`echo '$''{'ac_cv_c_opensoundsystem_midi'+set}'`\" = set"; then
3805   echo $ac_n "(cached) $ac_c" 1>&6
3806 else
3807   cat > conftest.$ac_ext <<EOF
3808 #line 3809 "configure"
3809 #include "confdefs.h"
3810
3811         #if defined(HAVE_SYS_SOUNDCARD_H)
3812                 #include <sys/soundcard.h>
3813         #elif defined(HAVE_MACHINE_SOUNDCARD_H)
3814                 #include <machine/soundcard.h>
3815         #elif defined(HAVE_SOUNDCARD_H)
3816                 #include <soundcard.h>
3817         #endif
3818         
3819 int main() {
3820
3821
3822 /* check for one of the Open Sound System specific SNDCTL_SEQ defines */
3823 #if !defined(SNDCTL_SEQ_SYNC)
3824 #error No open sound system MIDI interface
3825 #endif
3826
3827 ; return 0; }
3828 EOF
3829 if { (eval echo configure:3830: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3830   rm -rf conftest*
3831   ac_cv_c_opensoundsystem_midi="yes"
3832 else
3833   echo "configure: failed program was:" >&5
3834   cat conftest.$ac_ext >&5
3835   rm -rf conftest*
3836   ac_cv_c_opensoundsystem_midi="no"
3837 fi
3838 rm -f conftest*
3839 fi
3840
3841 echo "$ac_t""$ac_cv_c_opensoundsystem_midi" 1>&6
3842
3843 if test "$ac_cv_c_opensoundsystem_midi" = "yes"
3844 then
3845     cat >> confdefs.h <<\EOF
3846 #define HAVE_OSS_MIDI 1
3847 EOF
3848
3849 fi
3850
3851 if test "$ac_cv_prog_LN_S" = "ln -s"; then : ; else LN_S=cp ; fi
3852
3853
3854 if test "x${GCC}" = "xyes"
3855 then
3856   CFLAGS="$CFLAGS -Wall"
3857   echo $ac_n "checking "for gcc strength-reduce bug"""... $ac_c" 1>&6
3858 echo "configure:3859: checking "for gcc strength-reduce bug"" >&5
3859 if eval "test \"`echo '$''{'ac_cv_c_gcc_strength_bug'+set}'`\" = set"; then
3860   echo $ac_n "(cached) $ac_c" 1>&6
3861 else
3862   if test "$cross_compiling" = yes; then
3863   ac_cv_c_gcc_strength_bug="yes"
3864 else
3865   cat > conftest.$ac_ext <<EOF
3866 #line 3867 "configure"
3867 #include "confdefs.h"
3868
3869 int main(void) {
3870   static int Array[3];
3871   unsigned int B = 3;
3872   int i;
3873   for(i=0; i<B; i++) Array[i] = i - 3;
3874   exit( Array[1] != -2 );
3875 }
3876 EOF
3877 if { (eval echo configure:3878: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
3878 then
3879   ac_cv_c_gcc_strength_bug="no"
3880 else
3881   echo "configure: failed program was:" >&5
3882   cat conftest.$ac_ext >&5
3883   rm -fr conftest*
3884   ac_cv_c_gcc_strength_bug="yes"
3885 fi
3886 rm -fr conftest*
3887 fi
3888  
3889 fi
3890
3891 echo "$ac_t""$ac_cv_c_gcc_strength_bug" 1>&6
3892   if test "$ac_cv_c_gcc_strength_bug" = "yes"
3893   then
3894     CFLAGS="$CFLAGS -fno-strength-reduce"
3895   fi
3896 fi
3897
3898
3899 echo $ac_n "checking "whether external symbols need an underscore prefix"""... $ac_c" 1>&6
3900 echo "configure:3901: checking "whether external symbols need an underscore prefix"" >&5
3901 if eval "test \"`echo '$''{'ac_cv_c_extern_prefix'+set}'`\" = set"; then
3902   echo $ac_n "(cached) $ac_c" 1>&6
3903 else
3904   saved_libs=$LIBS
3905 LIBS="conftest_asm.s $LIBS"
3906 cat > conftest_asm.s <<EOF
3907         .globl _ac_test
3908 _ac_test:
3909         .long 0
3910 EOF
3911 cat > conftest.$ac_ext <<EOF
3912 #line 3913 "configure"
3913 #include "confdefs.h"
3914 extern int ac_test;
3915 int main() {
3916 if (ac_test) return 1
3917 ; return 0; }
3918 EOF
3919 if { (eval echo configure:3920: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3920   rm -rf conftest*
3921   ac_cv_c_extern_prefix="yes"
3922 else
3923   echo "configure: failed program was:" >&5
3924   cat conftest.$ac_ext >&5
3925   rm -rf conftest*
3926   ac_cv_c_extern_prefix="no"
3927 fi
3928 rm -f conftest*
3929 LIBS=$saved_libs
3930 fi
3931
3932 echo "$ac_t""$ac_cv_c_extern_prefix" 1>&6
3933 if test "$ac_cv_c_extern_prefix" = "yes"
3934 then
3935   cat >> confdefs.h <<\EOF
3936 #define NEED_UNDERSCORE_PREFIX 1
3937 EOF
3938
3939 fi
3940
3941
3942 echo $ac_n "checking "whether assembler accepts .string"""... $ac_c" 1>&6
3943 echo "configure:3944: checking "whether assembler accepts .string"" >&5
3944 if eval "test \"`echo '$''{'ac_cv_c_asm_string'+set}'`\" = set"; then
3945   echo $ac_n "(cached) $ac_c" 1>&6
3946 else
3947   saved_libs=$LIBS
3948 LIBS="conftest_asm.s $LIBS"
3949 cat > conftest_asm.s <<EOF
3950         .string "test"
3951 EOF
3952 cat > conftest.$ac_ext <<EOF
3953 #line 3954 "configure"
3954 #include "confdefs.h"
3955
3956 int main() {
3957
3958 ; return 0; }
3959 EOF
3960 if { (eval echo configure:3961: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3961   rm -rf conftest*
3962   ac_cv_c_asm_string="yes"
3963 else
3964   echo "configure: failed program was:" >&5
3965   cat conftest.$ac_ext >&5
3966   rm -rf conftest*
3967   ac_cv_c_asm_string="no"
3968 fi
3969 rm -f conftest*
3970 LIBS=$saved_libs
3971 fi
3972
3973 echo "$ac_t""$ac_cv_c_asm_string" 1>&6
3974 if test "$ac_cv_c_asm_string" = "yes"
3975 then
3976   cat >> confdefs.h <<\EOF
3977 #define HAVE_ASM_STRING 1
3978 EOF
3979
3980 fi
3981
3982
3983 DLLFLAGS=""
3984 BUILDFLAGS=""
3985 LDSHARED=""
3986 if test "$LIB_TARGET" = "libwine.so.1.0"
3987 then
3988   echo $ac_n "checking "whether we can build a Linux dll"""... $ac_c" 1>&6
3989 echo "configure:3990: checking "whether we can build a Linux dll"" >&5
3990 if eval "test \"`echo '$''{'ac_cv_c_dll_linux'+set}'`\" = set"; then
3991   echo $ac_n "(cached) $ac_c" 1>&6
3992 else
3993   saved_cflags=$CFLAGS
3994   CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,conftest.so.1.0"
3995   cat > conftest.$ac_ext <<EOF
3996 #line 3997 "configure"
3997 #include "confdefs.h"
3998
3999 int main() {
4000 return 1
4001 ; return 0; }
4002 EOF
4003 if { (eval echo configure:4004: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4004   rm -rf conftest*
4005   ac_cv_c_dll_linux="yes"
4006 else
4007   echo "configure: failed program was:" >&5
4008   cat conftest.$ac_ext >&5
4009   rm -rf conftest*
4010   ac_cv_c_dll_linux="no"
4011 fi
4012 rm -f conftest*
4013   CFLAGS=$saved_cflags
4014   
4015 fi
4016
4017 echo "$ac_t""$ac_cv_c_dll_linux" 1>&6
4018   if test "$ac_cv_c_dll_linux" = "yes"
4019   then
4020     BUILDFLAGS="-pic"
4021     DLLFLAGS="-fPIC"
4022     LDSHARED="\$(CC) -shared -Wl,-soname,libwine.so"
4023   else
4024     echo $ac_n "checking "whether we can build a UnixWare dll"""... $ac_c" 1>&6
4025 echo "configure:4026: checking "whether we can build a UnixWare dll"" >&5
4026 if eval "test \"`echo '$''{'ac_cv_c_dll_unixware'+set}'`\" = set"; then
4027   echo $ac_n "(cached) $ac_c" 1>&6
4028 else
4029   saved_cflags=$CFLAGS
4030     CFLAGS="$CFLAGS -fPIC -Wl,-G,conftest.so.1.0"
4031     cat > conftest.$ac_ext <<EOF
4032 #line 4033 "configure"
4033 #include "confdefs.h"
4034
4035 int main() {
4036 return 1
4037 ; return 0; }
4038 EOF
4039 if { (eval echo configure:4040: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4040   rm -rf conftest*
4041   ac_cv_c_dll_unixware="yes"
4042 else
4043   echo "configure: failed program was:" >&5
4044   cat conftest.$ac_ext >&5
4045   rm -rf conftest*
4046   ac_cv_c_dll_unixware="no"
4047 fi
4048 rm -f conftest*
4049     CFLAGS=$saved_cflags
4050     
4051 fi
4052
4053 echo "$ac_t""$ac_cv_c_dll_unixware" 1>&6
4054     if test "$ac_cv_c_dll_unixware" = "yes"
4055     then
4056       BUILDFLAGS="-pic"
4057       DLLFLAGS="-fPIC"
4058       LDSHARED="\$(CC) -Wl,-G,-h,/usr/local/lib/libwine.so"
4059     else
4060       echo $ac_n "checking "whether we can build a NetBSD dll"""... $ac_c" 1>&6
4061 echo "configure:4062: checking "whether we can build a NetBSD dll"" >&5
4062 if eval "test \"`echo '$''{'ac_cv_c_dll_netbsd'+set}'`\" = set"; then
4063   echo $ac_n "(cached) $ac_c" 1>&6
4064 else
4065   saved_cflags=$CFLAGS
4066       CFLAGS="$CFLAGS -fPIC -Bshareable -Bforcearchive"
4067       cat > conftest.$ac_ext <<EOF
4068 #line 4069 "configure"
4069 #include "confdefs.h"
4070
4071 int main() {
4072 return 1
4073 ; return 0; }
4074 EOF
4075 if { (eval echo configure:4076: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4076   rm -rf conftest*
4077   ac_cv_c_dll_netbsd="yes"
4078 else
4079   echo "configure: failed program was:" >&5
4080   cat conftest.$ac_ext >&5
4081   rm -rf conftest*
4082   ac_cv_c_dll_netbsd="no"
4083 fi
4084 rm -f conftest*
4085       CFLAGS=$saved_cflags
4086       
4087 fi
4088
4089 echo "$ac_t""$ac_cv_c_dll_netbsd" 1>&6
4090       if test "$ac_cv_c_dll_netbsd" = "yes"
4091       then
4092         BUILDFLAGS="-pic"
4093         DLLFLAGS="-fPIC"
4094         LDSHARED="ld -Bshareable -Bforcearchive"
4095       fi
4096     fi
4097   fi
4098   if test "$ac_cv_c_dll_linux" = "no" -a "$ac_cv_c_dll_unixware" = "no" -a "$ac_cv_c_dll_netbsd" = "no"
4099   then
4100     LIB_TARGET="libwine.a"
4101   fi
4102 fi
4103
4104
4105
4106
4107
4108 wine_cv_libc_reentrant=no 
4109 echo $ac_n "checking "for reentrant libc: __errno_location"""... $ac_c" 1>&6
4110 echo "configure:4111: checking "for reentrant libc: __errno_location"" >&5
4111 if eval "test \"`echo '$''{'wine_cv_libc_r__errno_location'+set}'`\" = set"; then
4112   echo $ac_n "(cached) $ac_c" 1>&6
4113 else
4114   if test "$cross_compiling" = yes; then
4115   wine_cv_libc_r__errno_location=yes 
4116 else
4117   cat > conftest.$ac_ext <<EOF
4118 #line 4119 "configure"
4119 #include "confdefs.h"
4120 int myerrno = 0;
4121 char buf[256];
4122 int *__errno_location(){return &myerrno;}
4123 main(){connect(0,buf,255); exit(!myerrno);}
4124 EOF
4125 if { (eval echo configure:4126: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
4126 then
4127   wine_cv_libc_r__errno_location=yes
4128 else
4129   echo "configure: failed program was:" >&5
4130   cat conftest.$ac_ext >&5
4131   rm -fr conftest*
4132   wine_cv_libc_r__errno_location=no
4133 fi
4134 rm -fr conftest*
4135 fi
4136
4137
4138 fi
4139
4140 echo "$ac_t""$wine_cv_libc_r__errno_location" 1>&6
4141 if test "$wine_cv_libc_r__errno_location" = "yes"
4142 then
4143     cat >> confdefs.h <<\EOF
4144 #define HAVE__ERRNO_LOCATION 1
4145 EOF
4146
4147     wine_cv_libc_reentrant=__errno_location 
4148 fi
4149 echo $ac_n "checking "for reentrant libc: __error"""... $ac_c" 1>&6
4150 echo "configure:4151: checking "for reentrant libc: __error"" >&5
4151 if eval "test \"`echo '$''{'wine_cv_libc_r__error'+set}'`\" = set"; then
4152   echo $ac_n "(cached) $ac_c" 1>&6
4153 else
4154   if test "$cross_compiling" = yes; then
4155   wine_cv_libc_r__error=yes 
4156 else
4157   cat > conftest.$ac_ext <<EOF
4158 #line 4159 "configure"
4159 #include "confdefs.h"
4160 int myerrno = 0;
4161 char buf[256];
4162 int *__error(){return &myerrno;}
4163 main(){connect(0,buf,255); exit(!myerrno);}
4164 EOF
4165 if { (eval echo configure:4166: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
4166 then
4167   wine_cv_libc_r__error=yes
4168 else
4169   echo "configure: failed program was:" >&5
4170   cat conftest.$ac_ext >&5
4171   rm -fr conftest*
4172   wine_cv_libc_r__error=no
4173 fi
4174 rm -fr conftest*
4175 fi
4176
4177
4178 fi
4179
4180 echo "$ac_t""$wine_cv_libc_r__error" 1>&6
4181 if test "$wine_cv_libc_r__error" = "yes"
4182 then
4183     cat >> confdefs.h <<\EOF
4184 #define HAVE__ERROR 1
4185 EOF
4186
4187     wine_cv_libc_reentrant=__error 
4188 fi
4189 echo $ac_n "checking "for reentrant libc: ___errno"""... $ac_c" 1>&6
4190 echo "configure:4191: checking "for reentrant libc: ___errno"" >&5
4191 if eval "test \"`echo '$''{'wine_cv_libc_r___errno'+set}'`\" = set"; then
4192   echo $ac_n "(cached) $ac_c" 1>&6
4193 else
4194   if test "$cross_compiling" = yes; then
4195   wine_cv_libc_r___errno=yes 
4196 else
4197   cat > conftest.$ac_ext <<EOF
4198 #line 4199 "configure"
4199 #include "confdefs.h"
4200 int myerrno = 0;
4201 char buf[256];
4202 int *___errno(){return &myerrno;}
4203 main(){connect(0,buf,255); exit(!myerrno);}
4204 EOF
4205 if { (eval echo configure:4206: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
4206 then
4207   wine_cv_libc_r___errno=yes
4208 else
4209   echo "configure: failed program was:" >&5
4210   cat conftest.$ac_ext >&5
4211   rm -fr conftest*
4212   wine_cv_libc_r___errno=no
4213 fi
4214 rm -fr conftest*
4215 fi
4216
4217
4218 fi
4219
4220 echo "$ac_t""$wine_cv_libc_r___errno" 1>&6
4221 if test "$wine_cv_libc_r___errno" = "yes"
4222 then
4223     cat >> confdefs.h <<\EOF
4224 #define HAVE___ERRNO 1
4225 EOF
4226
4227     wine_cv_libc_reentrant=___errno 
4228 fi
4229 echo $ac_n "checking "for reentrant libc: __thr_errno"""... $ac_c" 1>&6
4230 echo "configure:4231: checking "for reentrant libc: __thr_errno"" >&5
4231 if eval "test \"`echo '$''{'wine_cv_libc_r__thr_errno'+set}'`\" = set"; then
4232   echo $ac_n "(cached) $ac_c" 1>&6
4233 else
4234   if test "$cross_compiling" = yes; then
4235   wine_cv_libc_r__thr_errno=yes 
4236 else
4237   cat > conftest.$ac_ext <<EOF
4238 #line 4239 "configure"
4239 #include "confdefs.h"
4240 int myerrno = 0;
4241 char buf[256];
4242 int *__thr_errno(){return &myerrno;}
4243 main(){connect(0,buf,255); exit(!myerrno);}
4244 EOF
4245 if { (eval echo configure:4246: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
4246 then
4247   wine_cv_libc_r__thr_errno=yes
4248 else
4249   echo "configure: failed program was:" >&5
4250   cat conftest.$ac_ext >&5
4251   rm -fr conftest*
4252   wine_cv_libc_r__thr_errno=no
4253 fi
4254 rm -fr conftest*
4255 fi
4256
4257
4258 fi
4259
4260 echo "$ac_t""$wine_cv_libc_r__thr_errno" 1>&6
4261 if test "$wine_cv_libc_r__thr_errno" = "yes"
4262 then
4263     cat >> confdefs.h <<\EOF
4264 #define HAVE__THR_ERRNO 1
4265 EOF
4266
4267     wine_cv_libc_reentrant=__thr_errno 
4268 fi
4269 if test "$wine_cv_libc_reentrant" = "no" 
4270 then
4271   cat >> confdefs.h <<\EOF
4272 #define NO_REENTRANT_LIBC 1
4273 EOF
4274
4275 fi
4276
4277
4278 if test "$have_x" = "yes" -a "$wine_cv_libc_reentrant" != "no"
4279 then
4280 echo $ac_n "checking "for reentrant X libraries"""... $ac_c" 1>&6
4281 echo "configure:4282: checking "for reentrant X libraries"" >&5
4282 if eval "test \"`echo '$''{'wine_cv_x_reentrant'+set}'`\" = set"; then
4283   echo $ac_n "(cached) $ac_c" 1>&6
4284 else
4285    if test "x$with_reentrant_x" = "xno" 
4286     then
4287         wine_cv_x_reentrant=no
4288     else
4289         libX11_check=none
4290         for dir in "$x_libraries" /usr/lib /usr/local/lib /lib; do
4291             if test -r $dir/libX11.so; then
4292                 libX11_check="-D $dir/libX11.so"
4293                 break 1
4294             fi
4295             if test -r $dir/libX11.a; then
4296                 libX11_check="$dir/libX11.a"
4297                 break 1
4298             fi
4299         done
4300         if test "$libX11_check" != "none"; then
4301             if nm $libX11_check | grep $wine_cv_libc_reentrant >/dev/null 2>&1
4302             then
4303                 wine_cv_x_reentrant=yes
4304             else
4305                 wine_cv_x_reentrant=no
4306             fi
4307         else
4308             wine_cv_x_reentrant=unknown
4309         fi
4310     fi  
4311 fi
4312
4313 echo "$ac_t""$wine_cv_x_reentrant" 1>&6
4314 else
4315     wine_cv_x_reentrant=no
4316 fi
4317 if test "$wine_cv_x_reentrant" = "no"
4318 then
4319   cat >> confdefs.h <<\EOF
4320 #define NO_REENTRANT_X11 1
4321 EOF
4322
4323 fi
4324
4325
4326 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
4327 # for constant arguments.  Useless!
4328 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
4329 echo "configure:4330: checking for working alloca.h" >&5
4330 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
4331   echo $ac_n "(cached) $ac_c" 1>&6
4332 else
4333   cat > conftest.$ac_ext <<EOF
4334 #line 4335 "configure"
4335 #include "confdefs.h"
4336 #include <alloca.h>
4337 int main() {
4338 char *p = alloca(2 * sizeof(int));
4339 ; return 0; }
4340 EOF
4341 if { (eval echo configure:4342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4342   rm -rf conftest*
4343   ac_cv_header_alloca_h=yes
4344 else
4345   echo "configure: failed program was:" >&5
4346   cat conftest.$ac_ext >&5
4347   rm -rf conftest*
4348   ac_cv_header_alloca_h=no
4349 fi
4350 rm -f conftest*
4351 fi
4352
4353 echo "$ac_t""$ac_cv_header_alloca_h" 1>&6
4354 if test $ac_cv_header_alloca_h = yes; then
4355   cat >> confdefs.h <<\EOF
4356 #define HAVE_ALLOCA_H 1
4357 EOF
4358
4359 fi
4360
4361 echo $ac_n "checking for alloca""... $ac_c" 1>&6
4362 echo "configure:4363: checking for alloca" >&5
4363 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
4364   echo $ac_n "(cached) $ac_c" 1>&6
4365 else
4366   cat > conftest.$ac_ext <<EOF
4367 #line 4368 "configure"
4368 #include "confdefs.h"
4369
4370 #ifdef __GNUC__
4371 # define alloca __builtin_alloca
4372 #else
4373 # if HAVE_ALLOCA_H
4374 #  include <alloca.h>
4375 # else
4376 #  ifdef _AIX
4377  #pragma alloca
4378 #  else
4379 #   ifndef alloca /* predefined by HP cc +Olibcalls */
4380 char *alloca ();
4381 #   endif
4382 #  endif
4383 # endif
4384 #endif
4385
4386 int main() {
4387 char *p = (char *) alloca(1);
4388 ; return 0; }
4389 EOF
4390 if { (eval echo configure:4391: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4391   rm -rf conftest*
4392   ac_cv_func_alloca_works=yes
4393 else
4394   echo "configure: failed program was:" >&5
4395   cat conftest.$ac_ext >&5
4396   rm -rf conftest*
4397   ac_cv_func_alloca_works=no
4398 fi
4399 rm -f conftest*
4400 fi
4401
4402 echo "$ac_t""$ac_cv_func_alloca_works" 1>&6
4403 if test $ac_cv_func_alloca_works = yes; then
4404   cat >> confdefs.h <<\EOF
4405 #define HAVE_ALLOCA 1
4406 EOF
4407
4408 fi
4409
4410 if test $ac_cv_func_alloca_works = no; then
4411   # The SVR3 libPW and SVR4 libucb both contain incompatible functions
4412   # that cause trouble.  Some versions do not even contain alloca or
4413   # contain a buggy version.  If you still want to use their alloca,
4414   # use ar to extract alloca.o from them instead of compiling alloca.c.
4415   ALLOCA=alloca.o
4416   cat >> confdefs.h <<\EOF
4417 #define C_ALLOCA 1
4418 EOF
4419
4420
4421 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
4422 echo "configure:4423: checking whether alloca needs Cray hooks" >&5
4423 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
4424   echo $ac_n "(cached) $ac_c" 1>&6
4425 else
4426   cat > conftest.$ac_ext <<EOF
4427 #line 4428 "configure"
4428 #include "confdefs.h"
4429 #if defined(CRAY) && ! defined(CRAY2)
4430 webecray
4431 #else
4432 wenotbecray
4433 #endif
4434
4435 EOF
4436 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4437   egrep "webecray" >/dev/null 2>&1; then
4438   rm -rf conftest*
4439   ac_cv_os_cray=yes
4440 else
4441   rm -rf conftest*
4442   ac_cv_os_cray=no
4443 fi
4444 rm -f conftest*
4445
4446 fi
4447
4448 echo "$ac_t""$ac_cv_os_cray" 1>&6
4449 if test $ac_cv_os_cray = yes; then
4450 for ac_func in _getb67 GETB67 getb67; do
4451   echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4452 echo "configure:4453: checking for $ac_func" >&5
4453 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4454   echo $ac_n "(cached) $ac_c" 1>&6
4455 else
4456   cat > conftest.$ac_ext <<EOF
4457 #line 4458 "configure"
4458 #include "confdefs.h"
4459 /* System header to define __stub macros and hopefully few prototypes,
4460     which can conflict with char $ac_func(); below.  */
4461 #include <assert.h>
4462 /* Override any gcc2 internal prototype to avoid an error.  */
4463 /* We use char because int might match the return type of a gcc2
4464     builtin and then its argument prototype would still apply.  */
4465 char $ac_func();
4466
4467 int main() {
4468
4469 /* The GNU C library defines this for functions which it implements
4470     to always fail with ENOSYS.  Some functions are actually named
4471     something starting with __ and the normal name is an alias.  */
4472 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4473 choke me
4474 #else
4475 $ac_func();
4476 #endif
4477
4478 ; return 0; }
4479 EOF
4480 if { (eval echo configure:4481: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4481   rm -rf conftest*
4482   eval "ac_cv_func_$ac_func=yes"
4483 else
4484   echo "configure: failed program was:" >&5
4485   cat conftest.$ac_ext >&5
4486   rm -rf conftest*
4487   eval "ac_cv_func_$ac_func=no"
4488 fi
4489 rm -f conftest*
4490 fi
4491
4492 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4493   echo "$ac_t""yes" 1>&6
4494   cat >> confdefs.h <<EOF
4495 #define CRAY_STACKSEG_END $ac_func
4496 EOF
4497
4498   break
4499 else
4500   echo "$ac_t""no" 1>&6
4501 fi
4502
4503 done
4504 fi
4505
4506 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
4507 echo "configure:4508: checking stack direction for C alloca" >&5
4508 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
4509   echo $ac_n "(cached) $ac_c" 1>&6
4510 else
4511   if test "$cross_compiling" = yes; then
4512   ac_cv_c_stack_direction=0
4513 else
4514   cat > conftest.$ac_ext <<EOF
4515 #line 4516 "configure"
4516 #include "confdefs.h"
4517 find_stack_direction ()
4518 {
4519   static char *addr = 0;
4520   auto char dummy;
4521   if (addr == 0)
4522     {
4523       addr = &dummy;
4524       return find_stack_direction ();
4525     }
4526   else
4527     return (&dummy > addr) ? 1 : -1;
4528 }
4529 main ()
4530 {
4531   exit (find_stack_direction() < 0);
4532 }
4533 EOF
4534 if { (eval echo configure:4535: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
4535 then
4536   ac_cv_c_stack_direction=1
4537 else
4538   echo "configure: failed program was:" >&5
4539   cat conftest.$ac_ext >&5
4540   rm -fr conftest*
4541   ac_cv_c_stack_direction=-1
4542 fi
4543 rm -fr conftest*
4544 fi
4545
4546 fi
4547
4548 echo "$ac_t""$ac_cv_c_stack_direction" 1>&6
4549 cat >> confdefs.h <<EOF
4550 #define STACK_DIRECTION $ac_cv_c_stack_direction
4551 EOF
4552
4553 fi
4554
4555 for ac_func in \
4556         _lwp_create \
4557         clone \
4558         getpagesize \
4559         memmove \
4560         rfork \
4561         sendmsg \
4562         sigaltstack \
4563         strcasecmp \
4564         strerror \
4565         strncasecmp \
4566         tcgetattr \
4567         timegm \
4568         usleep \
4569         vfscanf \
4570         wait4 \
4571         waitpid \
4572
4573 do
4574 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4575 echo "configure:4576: checking for $ac_func" >&5
4576 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4577   echo $ac_n "(cached) $ac_c" 1>&6
4578 else
4579   cat > conftest.$ac_ext <<EOF
4580 #line 4581 "configure"
4581 #include "confdefs.h"
4582 /* System header to define __stub macros and hopefully few prototypes,
4583     which can conflict with char $ac_func(); below.  */
4584 #include <assert.h>
4585 /* Override any gcc2 internal prototype to avoid an error.  */
4586 /* We use char because int might match the return type of a gcc2
4587     builtin and then its argument prototype would still apply.  */
4588 char $ac_func();
4589
4590 int main() {
4591
4592 /* The GNU C library defines this for functions which it implements
4593     to always fail with ENOSYS.  Some functions are actually named
4594     something starting with __ and the normal name is an alias.  */
4595 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4596 choke me
4597 #else
4598 $ac_func();
4599 #endif
4600
4601 ; return 0; }
4602 EOF
4603 if { (eval echo configure:4604: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4604   rm -rf conftest*
4605   eval "ac_cv_func_$ac_func=yes"
4606 else
4607   echo "configure: failed program was:" >&5
4608   cat conftest.$ac_ext >&5
4609   rm -rf conftest*
4610   eval "ac_cv_func_$ac_func=no"
4611 fi
4612 rm -f conftest*
4613 fi
4614
4615 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4616   echo "$ac_t""yes" 1>&6
4617     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4618   cat >> confdefs.h <<EOF
4619 #define $ac_tr_func 1
4620 EOF
4621  
4622 else
4623   echo "$ac_t""no" 1>&6
4624 fi
4625 done
4626
4627
4628
4629 for ac_hdr in \
4630         a.out.h \
4631         a_out.h \
4632         arpa/inet.h \
4633         arpa/nameser.h \
4634         curses.h \
4635         elf.h \
4636         float.h \
4637         libio.h \
4638         link.h \
4639         linux/cdrom.h \
4640         linux/joystick.h \
4641         linux/ucdrom.h \
4642         ncurses.h \
4643         net/if.h \
4644         netinet/in.h \
4645         netinet/tcp.h \
4646         resolv.h \
4647         sched.h \
4648         socket.h \
4649         strings.h \
4650         sys/cdio.h \
4651         sys/errno.h \
4652         sys/file.h \
4653         sys/filio.h \
4654         sys/ipc.h \
4655         sys/lwp.h \
4656         sys/mman.h \
4657         sys/modem.h \
4658         sys/mount.h \
4659         sys/msg.h \
4660         sys/param.h \
4661         sys/signal.h \
4662         sys/shm.h \
4663         sys/socket.h \
4664         sys/sockio.h \
4665         sys/statfs.h \
4666         sys/strtio.h \
4667         sys/syscall.h \
4668         sys/wait.h \
4669         sys/v86.h \
4670         sys/v86intr.h \
4671         sys/vfs.h \
4672         sys/vm86.h \
4673         syscall.h \
4674         ucontext.h \
4675         wctype.h \
4676
4677 do
4678 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4679 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4680 echo "configure:4681: checking for $ac_hdr" >&5
4681 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4682   echo $ac_n "(cached) $ac_c" 1>&6
4683 else
4684   cat > conftest.$ac_ext <<EOF
4685 #line 4686 "configure"
4686 #include "confdefs.h"
4687 #include <$ac_hdr>
4688 EOF
4689 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4690 { (eval echo configure:4691: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4691 ac_err=`grep -v '^ *+' conftest.out`
4692 if test -z "$ac_err"; then
4693   rm -rf conftest*
4694   eval "ac_cv_header_$ac_safe=yes"
4695 else
4696   echo "$ac_err" >&5
4697   echo "configure: failed program was:" >&5
4698   cat conftest.$ac_ext >&5
4699   rm -rf conftest*
4700   eval "ac_cv_header_$ac_safe=no"
4701 fi
4702 rm -f conftest*
4703 fi
4704 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4705   echo "$ac_t""yes" 1>&6
4706     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4707   cat >> confdefs.h <<EOF
4708 #define $ac_tr_hdr 1
4709 EOF
4710  
4711 else
4712   echo "$ac_t""no" 1>&6
4713 fi
4714 done
4715
4716 echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6
4717 echo "configure:4718: checking whether stat file-mode macros are broken" >&5
4718 if eval "test \"`echo '$''{'ac_cv_header_stat_broken'+set}'`\" = set"; then
4719   echo $ac_n "(cached) $ac_c" 1>&6
4720 else
4721   cat > conftest.$ac_ext <<EOF
4722 #line 4723 "configure"
4723 #include "confdefs.h"
4724 #include <sys/types.h>
4725 #include <sys/stat.h>
4726
4727 #if defined(S_ISBLK) && defined(S_IFDIR)
4728 # if S_ISBLK (S_IFDIR)
4729 You lose.
4730 # endif
4731 #endif
4732
4733 #if defined(S_ISBLK) && defined(S_IFCHR)
4734 # if S_ISBLK (S_IFCHR)
4735 You lose.
4736 # endif
4737 #endif
4738
4739 #if defined(S_ISLNK) && defined(S_IFREG)
4740 # if S_ISLNK (S_IFREG)
4741 You lose.
4742 # endif
4743 #endif
4744
4745 #if defined(S_ISSOCK) && defined(S_IFREG)
4746 # if S_ISSOCK (S_IFREG)
4747 You lose.
4748 # endif
4749 #endif
4750
4751 EOF
4752 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4753   egrep "You lose" >/dev/null 2>&1; then
4754   rm -rf conftest*
4755   ac_cv_header_stat_broken=yes
4756 else
4757   rm -rf conftest*
4758   ac_cv_header_stat_broken=no
4759 fi
4760 rm -f conftest*
4761
4762 fi
4763
4764 echo "$ac_t""$ac_cv_header_stat_broken" 1>&6
4765 if test $ac_cv_header_stat_broken = yes; then
4766   cat >> confdefs.h <<\EOF
4767 #define STAT_MACROS_BROKEN 1
4768 EOF
4769
4770 fi
4771
4772
4773
4774 echo $ac_n "checking for working const""... $ac_c" 1>&6
4775 echo "configure:4776: checking for working const" >&5
4776 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
4777   echo $ac_n "(cached) $ac_c" 1>&6
4778 else
4779   cat > conftest.$ac_ext <<EOF
4780 #line 4781 "configure"
4781 #include "confdefs.h"
4782
4783 int main() {
4784
4785 /* Ultrix mips cc rejects this.  */
4786 typedef int charset[2]; const charset x;
4787 /* SunOS 4.1.1 cc rejects this.  */
4788 char const *const *ccp;
4789 char **p;
4790 /* NEC SVR4.0.2 mips cc rejects this.  */
4791 struct point {int x, y;};
4792 static struct point const zero = {0,0};
4793 /* AIX XL C 1.02.0.0 rejects this.
4794    It does not let you subtract one const X* pointer from another in an arm
4795    of an if-expression whose if-part is not a constant expression */
4796 const char *g = "string";
4797 ccp = &g + (g ? g-g : 0);
4798 /* HPUX 7.0 cc rejects these. */
4799 ++ccp;
4800 p = (char**) ccp;
4801 ccp = (char const *const *) p;
4802 { /* SCO 3.2v4 cc rejects this.  */
4803   char *t;
4804   char const *s = 0 ? (char *) 0 : (char const *) 0;
4805
4806   *t++ = 0;
4807 }
4808 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
4809   int x[] = {25, 17};
4810   const int *foo = &x[0];
4811   ++foo;
4812 }
4813 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
4814   typedef const int *iptr;
4815   iptr p = 0;
4816   ++p;
4817 }
4818 { /* AIX XL C 1.02.0.0 rejects this saying
4819      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
4820   struct s { int j; const int *ap[3]; };
4821   struct s *b; b->j = 5;
4822 }
4823 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
4824   const int foo = 10;
4825 }
4826
4827 ; return 0; }
4828 EOF
4829 if { (eval echo configure:4830: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4830   rm -rf conftest*
4831   ac_cv_c_const=yes
4832 else
4833   echo "configure: failed program was:" >&5
4834   cat conftest.$ac_ext >&5
4835   rm -rf conftest*
4836   ac_cv_c_const=no
4837 fi
4838 rm -f conftest*
4839 fi
4840
4841 echo "$ac_t""$ac_cv_c_const" 1>&6
4842 if test $ac_cv_c_const = no; then
4843   cat >> confdefs.h <<\EOF
4844 #define const 
4845 EOF
4846
4847 fi
4848
4849 echo $ac_n "checking for inline""... $ac_c" 1>&6
4850 echo "configure:4851: checking for inline" >&5
4851 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
4852   echo $ac_n "(cached) $ac_c" 1>&6
4853 else
4854   ac_cv_c_inline=no
4855 for ac_kw in inline __inline__ __inline; do
4856   cat > conftest.$ac_ext <<EOF
4857 #line 4858 "configure"
4858 #include "confdefs.h"
4859
4860 int main() {
4861 } $ac_kw foo() {
4862 ; return 0; }
4863 EOF
4864 if { (eval echo configure:4865: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4865   rm -rf conftest*
4866   ac_cv_c_inline=$ac_kw; break
4867 else
4868   echo "configure: failed program was:" >&5
4869   cat conftest.$ac_ext >&5
4870 fi
4871 rm -f conftest*
4872 done
4873
4874 fi
4875
4876 echo "$ac_t""$ac_cv_c_inline" 1>&6
4877 case "$ac_cv_c_inline" in
4878   inline | yes) ;;
4879   no) cat >> confdefs.h <<\EOF
4880 #define inline 
4881 EOF
4882  ;;
4883   *)  cat >> confdefs.h <<EOF
4884 #define inline $ac_cv_c_inline
4885 EOF
4886  ;;
4887 esac
4888
4889 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
4890 echo "configure:4891: checking for ANSI C header files" >&5
4891 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
4892   echo $ac_n "(cached) $ac_c" 1>&6
4893 else
4894   cat > conftest.$ac_ext <<EOF
4895 #line 4896 "configure"
4896 #include "confdefs.h"
4897 #include <stdlib.h>
4898 #include <stdarg.h>
4899 #include <string.h>
4900 #include <float.h>
4901 EOF
4902 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4903 { (eval echo configure:4904: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4904 ac_err=`grep -v '^ *+' conftest.out`
4905 if test -z "$ac_err"; then
4906   rm -rf conftest*
4907   ac_cv_header_stdc=yes
4908 else
4909   echo "$ac_err" >&5
4910   echo "configure: failed program was:" >&5
4911   cat conftest.$ac_ext >&5
4912   rm -rf conftest*
4913   ac_cv_header_stdc=no
4914 fi
4915 rm -f conftest*
4916
4917 if test $ac_cv_header_stdc = yes; then
4918   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4919 cat > conftest.$ac_ext <<EOF
4920 #line 4921 "configure"
4921 #include "confdefs.h"
4922 #include <string.h>
4923 EOF
4924 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4925   egrep "memchr" >/dev/null 2>&1; then
4926   :
4927 else
4928   rm -rf conftest*
4929   ac_cv_header_stdc=no
4930 fi
4931 rm -f conftest*
4932
4933 fi
4934
4935 if test $ac_cv_header_stdc = yes; then
4936   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4937 cat > conftest.$ac_ext <<EOF
4938 #line 4939 "configure"
4939 #include "confdefs.h"
4940 #include <stdlib.h>
4941 EOF
4942 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4943   egrep "free" >/dev/null 2>&1; then
4944   :
4945 else
4946   rm -rf conftest*
4947   ac_cv_header_stdc=no
4948 fi
4949 rm -f conftest*
4950
4951 fi
4952
4953 if test $ac_cv_header_stdc = yes; then
4954   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4955 if test "$cross_compiling" = yes; then
4956   :
4957 else
4958   cat > conftest.$ac_ext <<EOF
4959 #line 4960 "configure"
4960 #include "confdefs.h"
4961 #include <ctype.h>
4962 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4963 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4964 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4965 int main () { int i; for (i = 0; i < 256; i++)
4966 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
4967 exit (0); }
4968
4969 EOF
4970 if { (eval echo configure:4971: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
4971 then
4972   :
4973 else
4974   echo "configure: failed program was:" >&5
4975   cat conftest.$ac_ext >&5
4976   rm -fr conftest*
4977   ac_cv_header_stdc=no
4978 fi
4979 rm -fr conftest*
4980 fi
4981
4982 fi
4983 fi
4984
4985 echo "$ac_t""$ac_cv_header_stdc" 1>&6
4986 if test $ac_cv_header_stdc = yes; then
4987   cat >> confdefs.h <<\EOF
4988 #define STDC_HEADERS 1
4989 EOF
4990
4991 fi
4992
4993 echo $ac_n "checking for size_t""... $ac_c" 1>&6
4994 echo "configure:4995: checking for size_t" >&5
4995 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
4996   echo $ac_n "(cached) $ac_c" 1>&6
4997 else
4998   cat > conftest.$ac_ext <<EOF
4999 #line 5000 "configure"
5000 #include "confdefs.h"
5001 #include <sys/types.h>
5002 #if STDC_HEADERS
5003 #include <stdlib.h>
5004 #include <stddef.h>
5005 #endif
5006 EOF
5007 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5008   egrep "size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
5009   rm -rf conftest*
5010   ac_cv_type_size_t=yes
5011 else
5012   rm -rf conftest*
5013   ac_cv_type_size_t=no
5014 fi
5015 rm -f conftest*
5016
5017 fi
5018 echo "$ac_t""$ac_cv_type_size_t" 1>&6
5019 if test $ac_cv_type_size_t = no; then
5020   cat >> confdefs.h <<\EOF
5021 #define size_t unsigned
5022 EOF
5023
5024 fi
5025
5026 echo $ac_n "checking size of long long""... $ac_c" 1>&6
5027 echo "configure:5028: checking size of long long" >&5
5028 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
5029   echo $ac_n "(cached) $ac_c" 1>&6
5030 else
5031   if test "$cross_compiling" = yes; then
5032   ac_cv_sizeof_long_long=0
5033 else
5034   cat > conftest.$ac_ext <<EOF
5035 #line 5036 "configure"
5036 #include "confdefs.h"
5037 #include <stdio.h>
5038 main()
5039 {
5040   FILE *f=fopen("conftestval", "w");
5041   if (!f) exit(1);
5042   fprintf(f, "%d\n", sizeof(long long));
5043   exit(0);
5044 }
5045 EOF
5046 if { (eval echo configure:5047: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
5047 then
5048   ac_cv_sizeof_long_long=`cat conftestval`
5049 else
5050   echo "configure: failed program was:" >&5
5051   cat conftest.$ac_ext >&5
5052   rm -fr conftest*
5053   ac_cv_sizeof_long_long=0
5054 fi
5055 rm -fr conftest*
5056 fi
5057
5058 fi
5059 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
5060 cat >> confdefs.h <<EOF
5061 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
5062 EOF
5063
5064
5065
5066 if test "$ac_cv_header_linux_joystick_h" = "yes"
5067 then
5068    echo $ac_n "checking "whether linux/joystick.h uses the Linux 2.2+ API"""... $ac_c" 1>&6
5069 echo "configure:5070: checking "whether linux/joystick.h uses the Linux 2.2+ API"" >&5
5070 if eval "test \"`echo '$''{'wine_cv_linux_joystick_22_api'+set}'`\" = set"; then
5071   echo $ac_n "(cached) $ac_c" 1>&6
5072 else
5073   cat > conftest.$ac_ext <<EOF
5074 #line 5075 "configure"
5075 #include "confdefs.h"
5076
5077         #include <sys/ioctl.h>
5078         #include <linux/joystick.h>
5079
5080         struct js_event blub;
5081         
5082 int main() {
5083 /*empty*/
5084 ; return 0; }
5085 EOF
5086 if { (eval echo configure:5087: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5087   rm -rf conftest*
5088   wine_cv_linux_joystick_22_api=yes
5089 else
5090   echo "configure: failed program was:" >&5
5091   cat conftest.$ac_ext >&5
5092   rm -rf conftest*
5093   wine_cv_linux_joystick_22_api=no
5094 fi
5095 rm -f conftest*
5096    
5097 fi
5098
5099 echo "$ac_t""$wine_cv_linux_joystick_22_api" 1>&6
5100    if test "$wine_cv_linux_joystick_22_api"
5101    then
5102       cat >> confdefs.h <<\EOF
5103 #define HAVE_LINUX_22_JOYSTICK_API 1
5104 EOF
5105
5106    fi
5107 fi
5108
5109
5110 if test "$ac_cv_header_sys_vfs_h" = "yes"
5111 then
5112     echo $ac_n "checking "whether sys/vfs.h defines statfs"""... $ac_c" 1>&6
5113 echo "configure:5114: checking "whether sys/vfs.h defines statfs"" >&5
5114 if eval "test \"`echo '$''{'wine_cv_sys_vfs_has_statfs'+set}'`\" = set"; then
5115   echo $ac_n "(cached) $ac_c" 1>&6
5116 else
5117   cat > conftest.$ac_ext <<EOF
5118 #line 5119 "configure"
5119 #include "confdefs.h"
5120
5121         #include <sys/types.h>
5122         #ifdef HAVE_SYS_PARAM_H
5123         # include <sys/param.h>
5124         #endif
5125         #include <sys/vfs.h>
5126         
5127 int main() {
5128
5129                 struct statfs stfs;
5130
5131                 memset(&stfs,0,sizeof(stfs));
5132         
5133 ; return 0; }
5134 EOF
5135 if { (eval echo configure:5136: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5136   rm -rf conftest*
5137   wine_cv_sys_vfs_has_statfs=yes
5138 else
5139   echo "configure: failed program was:" >&5
5140   cat conftest.$ac_ext >&5
5141   rm -rf conftest*
5142   wine_cv_sys_vfs_has_statfs=no
5143         
5144 fi
5145 rm -f conftest*
5146     
5147 fi
5148
5149 echo "$ac_t""$wine_cv_sys_vfs_has_statfs" 1>&6
5150     if test "$wine_cv_sys_vfs_has_statfs" = "yes"
5151     then
5152       cat >> confdefs.h <<\EOF
5153 #define STATFS_DEFINED_BY_SYS_VFS 1
5154 EOF
5155
5156     fi
5157 fi
5158
5159 if test "$ac_cv_header_sys_statfs_h" = "yes"
5160 then
5161     echo $ac_n "checking "whether sys/statfs.h defines statfs"""... $ac_c" 1>&6
5162 echo "configure:5163: checking "whether sys/statfs.h defines statfs"" >&5
5163 if eval "test \"`echo '$''{'wine_cv_sys_statfs_has_statfs'+set}'`\" = set"; then
5164   echo $ac_n "(cached) $ac_c" 1>&6
5165 else
5166   cat > conftest.$ac_ext <<EOF
5167 #line 5168 "configure"
5168 #include "confdefs.h"
5169
5170         #include <sys/types.h>
5171         #ifdef HAVE_SYS_PARAM_H
5172         # include <sys/param.h>
5173         #endif
5174         #include <sys/statfs.h>
5175         
5176 int main() {
5177
5178                 struct statfs stfs;
5179         
5180 ; return 0; }
5181 EOF
5182 if { (eval echo configure:5183: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5183   rm -rf conftest*
5184   wine_cv_sys_statfs_has_statfs=yes
5185 else
5186   echo "configure: failed program was:" >&5
5187   cat conftest.$ac_ext >&5
5188   rm -rf conftest*
5189   wine_cv_sys_statfs_has_statfs=no
5190         
5191 fi
5192 rm -f conftest*
5193     
5194 fi
5195
5196 echo "$ac_t""$wine_cv_sys_statfs_has_statfs" 1>&6
5197     if test "$wine_cv_sys_statfs_has_statfs" = "yes"
5198     then
5199       cat >> confdefs.h <<\EOF
5200 #define STATFS_DEFINED_BY_SYS_STATFS 1
5201 EOF
5202
5203     fi
5204 fi
5205
5206 if test "$ac_cv_header_sys_mount_h" = "yes"
5207 then
5208     echo $ac_n "checking "whether sys/mount.h defines statfs"""... $ac_c" 1>&6
5209 echo "configure:5210: checking "whether sys/mount.h defines statfs"" >&5
5210 if eval "test \"`echo '$''{'wine_cv_sys_mount_has_statfs'+set}'`\" = set"; then
5211   echo $ac_n "(cached) $ac_c" 1>&6
5212 else
5213   cat > conftest.$ac_ext <<EOF
5214 #line 5215 "configure"
5215 #include "confdefs.h"
5216
5217         #include <sys/types.h>
5218         #ifdef HAVE_SYS_PARAM_H
5219         # include <sys/param.h>
5220         #endif
5221         #include <sys/mount.h>
5222         
5223 int main() {
5224
5225                 struct statfs stfs;
5226         
5227 ; return 0; }
5228 EOF
5229 if { (eval echo configure:5230: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5230   rm -rf conftest*
5231   wine_cv_sys_mount_has_statfs=yes
5232 else
5233   echo "configure: failed program was:" >&5
5234   cat conftest.$ac_ext >&5
5235   rm -rf conftest*
5236   wine_cv_sys_mount_has_statfs=no
5237         
5238 fi
5239 rm -f conftest*
5240     
5241 fi
5242
5243 echo "$ac_t""$wine_cv_sys_mount_has_statfs" 1>&6
5244     if test "$wine_cv_sys_mount_has_statfs" = "yes"
5245     then
5246       cat >> confdefs.h <<\EOF
5247 #define STATFS_DEFINED_BY_SYS_MOUNT 1
5248 EOF
5249
5250     fi
5251 fi
5252
5253
5254 echo $ac_n "checking "for statfs.f_bfree"""... $ac_c" 1>&6
5255 echo "configure:5256: checking "for statfs.f_bfree"" >&5
5256 if eval "test \"`echo '$''{'wine_cv_statfs_bfree'+set}'`\" = set"; then
5257   echo $ac_n "(cached) $ac_c" 1>&6
5258 else
5259    if test "x$statfs_bfree" = "xno"
5260     then
5261         wine_cv_statfs_bfree=no
5262     else
5263         cat > conftest.$ac_ext <<EOF
5264 #line 5265 "configure"
5265 #include "confdefs.h"
5266
5267         #include <sys/types.h>
5268         #ifdef HAVE_SYS_PARAM_H
5269         # include <sys/param.h>
5270         #endif
5271         #ifdef STATFS_DEFINED_BY_SYS_MOUNT
5272         # include <sys/mount.h>
5273         #else
5274         # ifdef STATFS_DEFINED_BY_SYS_VFS
5275         #  include <sys/vfs.h>
5276         # else
5277         #  ifdef STATFS_DEFINED_BY_SYS_STATFS
5278         #   include <sys/statfs.h>
5279         #  endif
5280         # endif
5281         #endif
5282         
5283 int main() {
5284
5285                 struct statfs stfs;
5286
5287                 stfs.f_bfree++;
5288         
5289 ; return 0; }
5290 EOF
5291 if { (eval echo configure:5292: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5292   rm -rf conftest*
5293   wine_cv_statfs_bfree=yes
5294 else
5295   echo "configure: failed program was:" >&5
5296   cat conftest.$ac_ext >&5
5297   rm -rf conftest*
5298   wine_cv_statfs_bfree=no
5299         
5300 fi
5301 rm -f conftest*
5302     fi  
5303 fi
5304
5305 echo "$ac_t""$wine_cv_statfs_bfree" 1>&6
5306 if test "$wine_cv_statfs_bfree" = "yes"
5307 then
5308   cat >> confdefs.h <<\EOF
5309 #define STATFS_HAS_BFREE 1
5310 EOF
5311
5312 fi
5313
5314 echo $ac_n "checking "for statfs.f_bavail"""... $ac_c" 1>&6
5315 echo "configure:5316: checking "for statfs.f_bavail"" >&5
5316 if eval "test \"`echo '$''{'wine_cv_statfs_bavail'+set}'`\" = set"; then
5317   echo $ac_n "(cached) $ac_c" 1>&6
5318 else
5319    if test "x$statfs_bavail" = "xno"
5320     then
5321         wine_cv_statfs_bavail=no
5322     else
5323         cat > conftest.$ac_ext <<EOF
5324 #line 5325 "configure"
5325 #include "confdefs.h"
5326
5327         #include <sys/types.h>
5328         #ifdef HAVE_SYS_PARAM_H
5329         # include <sys/param.h>
5330         #endif
5331         #ifdef STATFS_DEFINED_BY_SYS_MOUNT
5332         # include <sys/mount.h>
5333         #else
5334         # ifdef STATFS_DEFINED_BY_SYS_VFS
5335         #  include <sys/vfs.h>
5336         # else
5337         #  ifdef STATFS_DEFINED_BY_SYS_STATFS
5338         #   include <sys/statfs.h>
5339         #  endif
5340         # endif
5341         #endif
5342         
5343 int main() {
5344
5345                 struct statfs stfs;
5346
5347                 stfs.f_bavail++;
5348         
5349 ; return 0; }
5350 EOF
5351 if { (eval echo configure:5352: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5352   rm -rf conftest*
5353   wine_cv_statfs_bavail=yes
5354 else
5355   echo "configure: failed program was:" >&5
5356   cat conftest.$ac_ext >&5
5357   rm -rf conftest*
5358   wine_cv_statfs_bavail=no
5359         
5360 fi
5361 rm -f conftest*
5362     fi  
5363 fi
5364
5365 echo "$ac_t""$wine_cv_statfs_bavail" 1>&6
5366 if test "$wine_cv_statfs_bavail" = "yes"
5367 then
5368   cat >> confdefs.h <<\EOF
5369 #define STATFS_HAS_BAVAIL 1
5370 EOF
5371
5372 fi
5373
5374
5375 echo $ac_n "checking "for working sigaltstack"""... $ac_c" 1>&6
5376 echo "configure:5377: checking "for working sigaltstack"" >&5
5377 if eval "test \"`echo '$''{'ac_cv_c_working_sigaltstack'+set}'`\" = set"; then
5378   echo $ac_n "(cached) $ac_c" 1>&6
5379 else
5380   if test "$cross_compiling" = yes; then
5381   ac_cv_c_working_sigaltstack="no"
5382
5383 else
5384   cat > conftest.$ac_ext <<EOF
5385 #line 5386 "configure"
5386 #include "confdefs.h"
5387
5388         #include <stdio.h>
5389         #include <time.h> /* <sys/time.h> ? bad magic without end */
5390         #include <sys/types.h>
5391         #include <sys/signal.h>
5392         #ifdef HAVE_SYS_PARAM_H
5393         # include <sys/param.h>
5394         #endif
5395         #ifdef HAVE_SYSCALL_H
5396         # include <syscall.h>
5397         #else
5398         # ifdef HAVE_SYS_SYSCALL_H
5399         #  include <sys/syscall.h>
5400         # endif
5401         #endif
5402         
5403         unsigned char *xaltstack;
5404
5405         int
5406         main(int argc,char **argv) {
5407             struct sigaltstack  ss;
5408
5409             xaltstack = malloc(16384);
5410             ss.ss_sp    = xaltstack;
5411             ss.ss_size  = 16384;
5412             ss.ss_flags = 0;
5413             if (sigaltstack(&ss, NULL) < 0) {
5414                 /* this catches the glibc case */
5415                 perror("sigaltstack");
5416                 return (1); /* aka exit(1) aka fail */
5417             }
5418             /* assume it works. */
5419             return 0; /* OK */
5420         }
5421         
5422 EOF
5423 if { (eval echo configure:5424: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
5424 then
5425   ac_cv_c_working_sigaltstack="yes"
5426 else
5427   echo "configure: failed program was:" >&5
5428   cat conftest.$ac_ext >&5
5429   rm -fr conftest*
5430   ac_cv_c_working_sigaltstack="no"
5431 fi
5432 rm -fr conftest*
5433 fi
5434
5435 fi
5436
5437 echo "$ac_t""$ac_cv_c_working_sigaltstack" 1>&6
5438
5439 if test "$ac_cv_c_working_sigaltstack" = "yes"
5440 then
5441     cat >> confdefs.h <<\EOF
5442 #define HAVE_WORKING_SIGALTSTACK 1
5443 EOF
5444
5445 fi
5446
5447
5448
5449 echo $ac_n "checking "for msg_accrights in struct msghdr"""... $ac_c" 1>&6
5450 echo "configure:5451: checking "for msg_accrights in struct msghdr"" >&5
5451 if eval "test \"`echo '$''{'ac_cv_c_msg_accrights'+set}'`\" = set"; then
5452   echo $ac_n "(cached) $ac_c" 1>&6
5453 else
5454   cat > conftest.$ac_ext <<EOF
5455 #line 5456 "configure"
5456 #include "confdefs.h"
5457 #include <sys/types.h>
5458 #include <sys/socket.h>
5459 int main() {
5460 struct msghdr hdr; hdr.msg_accrights=0
5461 ; return 0; }
5462 EOF
5463 if { (eval echo configure:5464: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5464   rm -rf conftest*
5465   ac_cv_c_msg_accrights="yes"
5466 else
5467   echo "configure: failed program was:" >&5
5468   cat conftest.$ac_ext >&5
5469   rm -rf conftest*
5470   ac_cv_c_msg_accrights="no"
5471 fi
5472 rm -f conftest*
5473 fi
5474
5475 echo "$ac_t""$ac_cv_c_msg_accrights" 1>&6
5476 if test "$ac_cv_c_msg_accrights" = "yes"
5477 then
5478     cat >> confdefs.h <<\EOF
5479 #define HAVE_MSGHDR_ACCRIGHTS 1
5480 EOF
5481
5482 fi
5483
5484
5485 echo $ac_n "checking "whether we need to define __i386__"""... $ac_c" 1>&6
5486 echo "configure:5487: checking "whether we need to define __i386__"" >&5
5487 if eval "test \"`echo '$''{'ac_cv_cpp_def_i386'+set}'`\" = set"; then
5488   echo $ac_n "(cached) $ac_c" 1>&6
5489 else
5490   cat > conftest.$ac_ext <<EOF
5491 #line 5492 "configure"
5492 #include "confdefs.h"
5493 #if (defined(i386) || defined(__i386)) && !defined(__i386__)
5494 yes
5495 #endif
5496 EOF
5497 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5498   egrep "yes" >/dev/null 2>&1; then
5499   rm -rf conftest*
5500   ac_cv_cpp_def_i386="yes"
5501 else
5502   rm -rf conftest*
5503   ac_cv_cpp_def_i386="no"
5504 fi
5505 rm -f conftest*
5506
5507 fi
5508
5509 echo "$ac_t""$ac_cv_cpp_def_i386" 1>&6
5510 if test "$ac_cv_cpp_def_i386" = "yes"
5511 then
5512     CFLAGS="$CFLAGS -D__i386__"
5513     LINTFLAGS="$LINTFLAGS -D__i386__"
5514 fi
5515
5516 GCC_NO_BUILTIN=""
5517 if test "$GCC" = "yes"
5518 then
5519     GCC_NO_BUILTIN="-fno-builtin"
5520 fi
5521
5522
5523
5524 MAKE_RULES=Make.rules
5525
5526
5527 trap '' 1 2 15
5528 cat > confcache <<\EOF
5529 # This file is a shell script that caches the results of configure
5530 # tests run on this system so they can be shared between configure
5531 # scripts and configure runs.  It is not useful on other systems.
5532 # If it contains results you don't want to keep, you may remove or edit it.
5533 #
5534 # By default, configure uses ./config.cache as the cache file,
5535 # creating it if it does not exist already.  You can give configure
5536 # the --cache-file=FILE option to use a different cache file; that is
5537 # what configure does when it calls configure scripts in
5538 # subdirectories, so they share the cache.
5539 # Giving --cache-file=/dev/null disables caching, for debugging configure.
5540 # config.status only pays attention to the cache file if you give it the
5541 # --recheck option to rerun configure.
5542 #
5543 EOF
5544 # The following way of writing the cache mishandles newlines in values,
5545 # but we know of no workaround that is simple, portable, and efficient.
5546 # So, don't put newlines in cache variables' values.
5547 # Ultrix sh set writes to stderr and can't be redirected directly,
5548 # and sets the high bit in the cache file unless we assign to the vars.
5549 (set) 2>&1 |
5550   case `(ac_space=' '; set) 2>&1` in
5551   *ac_space=\ *)
5552     # `set' does not quote correctly, so add quotes (double-quote substitution
5553     # turns \\\\ into \\, and sed turns \\ into \).
5554     sed -n \
5555       -e "s/'/'\\\\''/g" \
5556       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
5557     ;;
5558   *)
5559     # `set' quotes correctly as required by POSIX, so do not add quotes.
5560     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
5561     ;;
5562   esac >> confcache
5563 if cmp -s $cache_file confcache; then
5564   :
5565 else
5566   if test -w $cache_file; then
5567     echo "updating cache $cache_file"
5568     cat confcache > $cache_file
5569   else
5570     echo "not updating unwritable cache $cache_file"
5571   fi
5572 fi
5573 rm -f confcache
5574
5575 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
5576
5577 test "x$prefix" = xNONE && prefix=$ac_default_prefix
5578 # Let make expand exec_prefix.
5579 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
5580
5581 # Any assignment to VPATH causes Sun make to only execute
5582 # the first set of double-colon rules, so remove it if not needed.
5583 # If there is a colon in the path, we need to keep it.
5584 if test "x$srcdir" = x.; then
5585   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
5586 fi
5587
5588 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
5589
5590 DEFS=-DHAVE_CONFIG_H
5591
5592 # Without the "./", some shells look in PATH for config.status.
5593 : ${CONFIG_STATUS=./config.status}
5594
5595 echo creating $CONFIG_STATUS
5596 rm -f $CONFIG_STATUS
5597 cat > $CONFIG_STATUS <<EOF
5598 #! /bin/sh
5599 # Generated automatically by configure.
5600 # Run this file to recreate the current configuration.
5601 # This directory was configured as follows,
5602 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
5603 #
5604 # $0 $ac_configure_args
5605 #
5606 # Compiler output produced by configure, useful for debugging
5607 # configure, is in ./config.log if it exists.
5608
5609 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
5610 for ac_option
5611 do
5612   case "\$ac_option" in
5613   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
5614     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
5615     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
5616   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
5617     echo "$CONFIG_STATUS generated by autoconf version 2.12"
5618     exit 0 ;;
5619   -help | --help | --hel | --he | --h)
5620     echo "\$ac_cs_usage"; exit 0 ;;
5621   *) echo "\$ac_cs_usage"; exit 1 ;;
5622   esac
5623 done
5624
5625 ac_given_srcdir=$srcdir
5626 ac_given_INSTALL="$INSTALL"
5627
5628 trap 'rm -fr `echo "
5629 Make.rules
5630 Makefile
5631 console/Makefile
5632 controls/Makefile
5633 debugger/Makefile
5634 dlls/Makefile
5635 dlls/advapi32/Makefile
5636 dlls/avifil32/Makefile
5637 dlls/comctl32/Makefile
5638 dlls/commdlg/Makefile
5639 dlls/crtdll/Makefile
5640 dlls/dciman32/Makefile
5641 dlls/dplayx/Makefile
5642 dlls/dsound/Makefile
5643 dlls/imagehlp/Makefile
5644 dlls/imm32/Makefile
5645 dlls/lzexpand/Makefile
5646 dlls/mpr/Makefile
5647 dlls/msacm/Makefile
5648 dlls/msacm32/Makefile
5649 dlls/msnet32/Makefile
5650 dlls/msvideo/Makefile
5651 dlls/ntdll/Makefile
5652 dlls/ole32/Makefile
5653 dlls/oleaut32/Makefile
5654 dlls/olecli/Makefile
5655 dlls/oledlg/Makefile
5656 dlls/olesvr/Makefile
5657 dlls/psapi/Makefile
5658 dlls/rasapi32/Makefile
5659 dlls/shell32/Makefile
5660 dlls/sound/Makefile
5661 dlls/stress/Makefile
5662 dlls/tapi32/Makefile
5663 dlls/ver/Makefile
5664 dlls/version/Makefile
5665 dlls/win32s/Makefile
5666 dlls/win87em/Makefile
5667 dlls/winaspi/Makefile
5668 dlls/windebug/Makefile
5669 dlls/wing/Makefile
5670 dlls/winmm/Makefile
5671 dlls/winmm/mcianim/Makefile
5672 dlls/winmm/mciavi/Makefile
5673 dlls/winmm/mcicda/Makefile
5674 dlls/winmm/mciseq/Makefile
5675 dlls/winmm/mciwave/Makefile
5676 dlls/winmm/midimap/Makefile
5677 dlls/winmm/wavemap/Makefile
5678 dlls/winmm/wineoss/Makefile
5679 dlls/winspool/Makefile
5680 dlls/wnaspi32/Makefile
5681 documentation/Makefile
5682 documentation/wine.conf.man
5683 documentation/wine.man
5684 files/Makefile
5685 graphics/Makefile
5686 graphics/enhmetafiledrv/Makefile
5687 graphics/metafiledrv/Makefile
5688 graphics/psdrv/Makefile
5689 graphics/ttydrv/Makefile
5690 graphics/win16drv/Makefile
5691 graphics/x11drv/Makefile
5692 if1632/Makefile
5693 include/Makefile
5694 library/Makefile
5695 libtest/Makefile
5696 loader/Makefile
5697 loader/ne/Makefile
5698 loader/dos/Makefile
5699 memory/Makefile
5700 misc/Makefile
5701 miscemu/Makefile
5702 msdos/Makefile
5703 objects/Makefile
5704 ole/Makefile
5705 programs/Makefile
5706 programs/clock/Makefile
5707 programs/cmdlgtst/Makefile
5708 programs/control/Makefile
5709 programs/avitools/Makefile
5710 programs/osversioncheck/Makefile
5711 programs/notepad/Makefile
5712 programs/progman/Makefile
5713 programs/regtest/Makefile
5714 programs/regapi/Makefile
5715 programs/view/Makefile
5716 programs/wcmd/Makefile
5717 programs/winhelp/Makefile
5718 programs/winver/Makefile
5719 rc/Makefile
5720 relay32/Makefile
5721 resources/Makefile
5722 scheduler/Makefile
5723 server/Makefile
5724 tools/Makefile
5725 tools/wrc/Makefile
5726 tsx11/Makefile
5727 win32/Makefile
5728 windows/Makefile
5729 windows/ttydrv/Makefile
5730 windows/x11drv/Makefile  include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
5731 EOF
5732 cat >> $CONFIG_STATUS <<EOF
5733
5734 # Protect against being on the right side of a sed subst in config.status.
5735 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
5736  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
5737 $ac_vpsub
5738 $extrasub
5739 s%@CFLAGS@%$CFLAGS%g
5740 s%@CPPFLAGS@%$CPPFLAGS%g
5741 s%@CXXFLAGS@%$CXXFLAGS%g
5742 s%@DEFS@%$DEFS%g
5743 s%@LDFLAGS@%$LDFLAGS%g
5744 s%@LIBS@%$LIBS%g
5745 s%@exec_prefix@%$exec_prefix%g
5746 s%@prefix@%$prefix%g
5747 s%@program_transform_name@%$program_transform_name%g
5748 s%@bindir@%$bindir%g
5749 s%@sbindir@%$sbindir%g
5750 s%@libexecdir@%$libexecdir%g
5751 s%@datadir@%$datadir%g
5752 s%@sysconfdir@%$sysconfdir%g
5753 s%@sharedstatedir@%$sharedstatedir%g
5754 s%@localstatedir@%$localstatedir%g
5755 s%@libdir@%$libdir%g
5756 s%@includedir@%$includedir%g
5757 s%@oldincludedir@%$oldincludedir%g
5758 s%@infodir@%$infodir%g
5759 s%@mandir@%$mandir%g
5760 s%@PROGEXT@%$PROGEXT%g
5761 s%@MAIN_TARGET@%$MAIN_TARGET%g
5762 s%@LIB_TARGET@%$LIB_TARGET%g
5763 s%@ALT_LINK@%$ALT_LINK%g
5764 s%@OPTIONS@%$OPTIONS%g
5765 s%@SET_MAKE@%$SET_MAKE%g
5766 s%@CC@%$CC%g
5767 s%@CPP@%$CPP%g
5768 s%@X_CFLAGS@%$X_CFLAGS%g
5769 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
5770 s%@X_LIBS@%$X_LIBS%g
5771 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
5772 s%@YACC@%$YACC%g
5773 s%@LEX@%$LEX%g
5774 s%@LEXLIB@%$LEXLIB%g
5775 s%@RANLIB@%$RANLIB%g
5776 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
5777 s%@INSTALL_DATA@%$INSTALL_DATA%g
5778 s%@LN_S@%$LN_S%g
5779 s%@C2MAN@%$C2MAN%g
5780 s%@LDCONFIG@%$LDCONFIG%g
5781 s%@LINT@%$LINT%g
5782 s%@LINTFLAGS@%$LINTFLAGS%g
5783 s%@XLIB@%$XLIB%g
5784 s%@BUILDFLAGS@%$BUILDFLAGS%g
5785 s%@DLLFLAGS@%$DLLFLAGS%g
5786 s%@LDSHARED@%$LDSHARED%g
5787 s%@ALLOCA@%$ALLOCA%g
5788 s%@GCC_NO_BUILTIN@%$GCC_NO_BUILTIN%g
5789 /@MAKE_RULES@/r $MAKE_RULES
5790 s%@MAKE_RULES@%%g
5791
5792 CEOF
5793 EOF
5794
5795 cat >> $CONFIG_STATUS <<\EOF
5796
5797 # Split the substitutions into bite-sized pieces for seds with
5798 # small command number limits, like on Digital OSF/1 and HP-UX.
5799 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
5800 ac_file=1 # Number of current file.
5801 ac_beg=1 # First line for current file.
5802 ac_end=$ac_max_sed_cmds # Line after last line for current file.
5803 ac_more_lines=:
5804 ac_sed_cmds=""
5805 while $ac_more_lines; do
5806   if test $ac_beg -gt 1; then
5807     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
5808   else
5809     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
5810   fi
5811   if test ! -s conftest.s$ac_file; then
5812     ac_more_lines=false
5813     rm -f conftest.s$ac_file
5814   else
5815     if test -z "$ac_sed_cmds"; then
5816       ac_sed_cmds="sed -f conftest.s$ac_file"
5817     else
5818       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
5819     fi
5820     ac_file=`expr $ac_file + 1`
5821     ac_beg=$ac_end
5822     ac_end=`expr $ac_end + $ac_max_sed_cmds`
5823   fi
5824 done
5825 if test -z "$ac_sed_cmds"; then
5826   ac_sed_cmds=cat
5827 fi
5828 EOF
5829
5830 cat >> $CONFIG_STATUS <<EOF
5831
5832 CONFIG_FILES=\${CONFIG_FILES-"Make.rules
5833 Makefile
5834 console/Makefile
5835 controls/Makefile
5836 debugger/Makefile
5837 dlls/Makefile
5838 dlls/advapi32/Makefile
5839 dlls/avifil32/Makefile
5840 dlls/comctl32/Makefile
5841 dlls/commdlg/Makefile
5842 dlls/crtdll/Makefile
5843 dlls/dciman32/Makefile
5844 dlls/dplayx/Makefile
5845 dlls/dsound/Makefile
5846 dlls/imagehlp/Makefile
5847 dlls/imm32/Makefile
5848 dlls/lzexpand/Makefile
5849 dlls/mpr/Makefile
5850 dlls/msacm/Makefile
5851 dlls/msacm32/Makefile
5852 dlls/msnet32/Makefile
5853 dlls/msvideo/Makefile
5854 dlls/ntdll/Makefile
5855 dlls/ole32/Makefile
5856 dlls/oleaut32/Makefile
5857 dlls/olecli/Makefile
5858 dlls/oledlg/Makefile
5859 dlls/olesvr/Makefile
5860 dlls/psapi/Makefile
5861 dlls/rasapi32/Makefile
5862 dlls/shell32/Makefile
5863 dlls/sound/Makefile
5864 dlls/stress/Makefile
5865 dlls/tapi32/Makefile
5866 dlls/ver/Makefile
5867 dlls/version/Makefile
5868 dlls/win32s/Makefile
5869 dlls/win87em/Makefile
5870 dlls/winaspi/Makefile
5871 dlls/windebug/Makefile
5872 dlls/wing/Makefile
5873 dlls/winmm/Makefile
5874 dlls/winmm/mcianim/Makefile
5875 dlls/winmm/mciavi/Makefile
5876 dlls/winmm/mcicda/Makefile
5877 dlls/winmm/mciseq/Makefile
5878 dlls/winmm/mciwave/Makefile
5879 dlls/winmm/midimap/Makefile
5880 dlls/winmm/wavemap/Makefile
5881 dlls/winmm/wineoss/Makefile
5882 dlls/winspool/Makefile
5883 dlls/wnaspi32/Makefile
5884 documentation/Makefile
5885 documentation/wine.conf.man
5886 documentation/wine.man
5887 files/Makefile
5888 graphics/Makefile
5889 graphics/enhmetafiledrv/Makefile
5890 graphics/metafiledrv/Makefile
5891 graphics/psdrv/Makefile
5892 graphics/ttydrv/Makefile
5893 graphics/win16drv/Makefile
5894 graphics/x11drv/Makefile
5895 if1632/Makefile
5896 include/Makefile
5897 library/Makefile
5898 libtest/Makefile
5899 loader/Makefile
5900 loader/ne/Makefile
5901 loader/dos/Makefile
5902 memory/Makefile
5903 misc/Makefile
5904 miscemu/Makefile
5905 msdos/Makefile
5906 objects/Makefile
5907 ole/Makefile
5908 programs/Makefile
5909 programs/clock/Makefile
5910 programs/cmdlgtst/Makefile
5911 programs/control/Makefile
5912 programs/avitools/Makefile
5913 programs/osversioncheck/Makefile
5914 programs/notepad/Makefile
5915 programs/progman/Makefile
5916 programs/regtest/Makefile
5917 programs/regapi/Makefile
5918 programs/view/Makefile
5919 programs/wcmd/Makefile
5920 programs/winhelp/Makefile
5921 programs/winver/Makefile
5922 rc/Makefile
5923 relay32/Makefile
5924 resources/Makefile
5925 scheduler/Makefile
5926 server/Makefile
5927 tools/Makefile
5928 tools/wrc/Makefile
5929 tsx11/Makefile
5930 win32/Makefile
5931 windows/Makefile
5932 windows/ttydrv/Makefile
5933 windows/x11drv/Makefile "}
5934 EOF
5935 cat >> $CONFIG_STATUS <<\EOF
5936 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
5937   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
5938   case "$ac_file" in
5939   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
5940        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
5941   *) ac_file_in="${ac_file}.in" ;;
5942   esac
5943
5944   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
5945
5946   # Remove last slash and all that follows it.  Not all systems have dirname.
5947   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
5948   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
5949     # The file is in a subdirectory.
5950     test ! -d "$ac_dir" && mkdir "$ac_dir"
5951     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
5952     # A "../" for each directory in $ac_dir_suffix.
5953     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
5954   else
5955     ac_dir_suffix= ac_dots=
5956   fi
5957
5958   case "$ac_given_srcdir" in
5959   .)  srcdir=.
5960       if test -z "$ac_dots"; then top_srcdir=.
5961       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
5962   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
5963   *) # Relative path.
5964     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
5965     top_srcdir="$ac_dots$ac_given_srcdir" ;;
5966   esac
5967
5968   case "$ac_given_INSTALL" in
5969   [/$]*) INSTALL="$ac_given_INSTALL" ;;
5970   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
5971   esac
5972
5973   echo creating "$ac_file"
5974   rm -f "$ac_file"
5975   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
5976   case "$ac_file" in
5977   *Makefile*) ac_comsub="1i\\
5978 # $configure_input" ;;
5979   *) ac_comsub= ;;
5980   esac
5981
5982   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
5983   sed -e "$ac_comsub
5984 s%@configure_input@%$configure_input%g
5985 s%@srcdir@%$srcdir%g
5986 s%@top_srcdir@%$top_srcdir%g
5987 s%@INSTALL@%$INSTALL%g
5988 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
5989 fi; done
5990 rm -f conftest.s*
5991
5992 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
5993 # NAME is the cpp macro being defined and VALUE is the value it is being given.
5994 #
5995 # ac_d sets the value in "#define NAME VALUE" lines.
5996 ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
5997 ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
5998 ac_dC='\3'
5999 ac_dD='%g'
6000 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
6001 ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
6002 ac_uB='\([      ]\)%\1#\2define\3'
6003 ac_uC=' '
6004 ac_uD='\4%g'
6005 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
6006 ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
6007 ac_eB='$%\1#\2define\3'
6008 ac_eC=' '
6009 ac_eD='%g'
6010
6011 if test "${CONFIG_HEADERS+set}" != set; then
6012 EOF
6013 cat >> $CONFIG_STATUS <<EOF
6014   CONFIG_HEADERS="include/config.h"
6015 EOF
6016 cat >> $CONFIG_STATUS <<\EOF
6017 fi
6018 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
6019   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
6020   case "$ac_file" in
6021   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
6022        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
6023   *) ac_file_in="${ac_file}.in" ;;
6024   esac
6025
6026   echo creating $ac_file
6027
6028   rm -f conftest.frag conftest.in conftest.out
6029   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
6030   cat $ac_file_inputs > conftest.in
6031
6032 EOF
6033
6034 # Transform confdefs.h into a sed script conftest.vals that substitutes
6035 # the proper values into config.h.in to produce config.h.  And first:
6036 # Protect against being on the right side of a sed subst in config.status.
6037 # Protect against being in an unquoted here document in config.status.
6038 rm -f conftest.vals
6039 cat > conftest.hdr <<\EOF
6040 s/[\\&%]/\\&/g
6041 s%[\\$`]%\\&%g
6042 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
6043 s%ac_d%ac_u%gp
6044 s%ac_u%ac_e%gp
6045 EOF
6046 sed -n -f conftest.hdr confdefs.h > conftest.vals
6047 rm -f conftest.hdr
6048
6049 # This sed command replaces #undef with comments.  This is necessary, for
6050 # example, in the case of _POSIX_SOURCE, which is predefined and required
6051 # on some systems where configure will not decide to define it.
6052 cat >> conftest.vals <<\EOF
6053 s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
6054 EOF
6055
6056 # Break up conftest.vals because some shells have a limit on
6057 # the size of here documents, and old seds have small limits too.
6058
6059 rm -f conftest.tail
6060 while :
6061 do
6062   ac_lines=`grep -c . conftest.vals`
6063   # grep -c gives empty output for an empty file on some AIX systems.
6064   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
6065   # Write a limited-size here document to conftest.frag.
6066   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
6067   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
6068   echo 'CEOF
6069   sed -f conftest.frag conftest.in > conftest.out
6070   rm -f conftest.in
6071   mv conftest.out conftest.in
6072 ' >> $CONFIG_STATUS
6073   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
6074   rm -f conftest.vals
6075   mv conftest.tail conftest.vals
6076 done
6077 rm -f conftest.vals
6078
6079 cat >> $CONFIG_STATUS <<\EOF
6080   rm -f conftest.frag conftest.h
6081   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
6082   cat conftest.in >> conftest.h
6083   rm -f conftest.in
6084   if cmp -s $ac_file conftest.h 2>/dev/null; then
6085     echo "$ac_file is unchanged"
6086     rm -f conftest.h
6087   else
6088     # Remove last slash and all that follows it.  Not all systems have dirname.
6089       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
6090       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
6091       # The file is in a subdirectory.
6092       test ! -d "$ac_dir" && mkdir "$ac_dir"
6093     fi
6094     rm -f $ac_file
6095     mv conftest.h $ac_file
6096   fi
6097 fi; done
6098
6099 EOF
6100 cat >> $CONFIG_STATUS <<EOF
6101
6102 EOF
6103 cat >> $CONFIG_STATUS <<\EOF
6104
6105 exit 0
6106 EOF
6107 chmod +x $CONFIG_STATUS
6108 rm -fr confdefs* $ac_clean_files
6109 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
6110
6111
6112 if test "$have_x" = "no"
6113 then
6114   echo
6115   echo "*** Warning: X development files not found. Wine will be built without"
6116   echo "*** X support, which currently does not work, and would probably not be"
6117   echo "*** what you want anyway. You will need to install devel packages of"
6118   echo "*** Xlib/Xfree86 and Xpm at the very least."
6119 elif test "$ac_cv_lib_Xpm_XpmCreatePixmapFromData" = "no"
6120 then
6121   echo
6122   echo "*** Warning: Xpm development files not found. Wine will be built without"
6123   echo "*** Xpm support, which currently does not work. You will need to install"
6124   echo "*** devel packages of Xpm."
6125 fi
6126
6127 if test "$ac_cv_lib_ncurses_resizeterm" = "no" -a "$ac_cv_lib_ncurses_waddch" = "yes"
6128 then
6129   echo
6130   echo "*** Warning: resizeterm not found in ncurses. Wine will be built without"
6131   echo "*** terminal resize support. Consider upgrading ncurses."
6132 fi
6133
6134 if test "$wine_cv_libc_reentrant" = "no" 
6135 then
6136   echo
6137   echo "*** Warning: non-reentrant libc detected. Wine will be build without"
6138   echo "*** thread support. Consider upgrading libc to a more recent"
6139   echo "*** reentrant version of libc."
6140 fi
6141
6142 if test "$wine_cv_mesa_version_OK" = "no"
6143 then
6144   echo
6145   echo "*** Warning: old Mesa headers detected. Wine will be built without Direct3D"
6146   echo "*** support. Consider upgrading your Mesa libraries (http://www.mesa3d.org/)"
6147 fi
6148
6149 echo
6150 echo "Configure finished.  Do 'make depend && make' to compile Wine."
6151 echo
6152