3 # From configure.in configure.in 1.00
4 # Guess values for system-dependent variables and create Makefiles.
5 # Generated automatically using autoconf version 2.13
6 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
8 # This configure script is free software; the Free Software Foundation
9 # gives unlimited permission to copy, distribute and modify it.
13 ac_default_prefix=/usr/local
14 # Any additions from configure.in:
16 --disable-debug compile out all debugging messages"
18 --enable-opengl force usage of OpenGL even if the latter is thread-safe"
20 --disable-trace compile out TRACE messages"
22 --without-curses do not use curses"
24 --without-reentrant-x compile for use with non-reentrant X libraries"
26 --with-x use the X Window System"
28 # Initialize some variables set by options.
29 # The variables have the same names as the options, with
30 # dashes changed to underlines.
32 cache_file=./config.cache
41 program_transform_name=s,x,x,
49 bindir='${exec_prefix}/bin'
50 sbindir='${exec_prefix}/sbin'
51 libexecdir='${exec_prefix}/libexec'
52 datadir='${prefix}/share'
53 sysconfdir='${prefix}/etc'
54 sharedstatedir='${prefix}/com'
55 localstatedir='${prefix}/var'
56 libdir='${exec_prefix}/lib'
57 includedir='${prefix}/include'
58 oldincludedir='/usr/include'
59 infodir='${prefix}/info'
60 mandir='${prefix}/man'
62 # Initialize some other variables.
65 SHELL=${CONFIG_SHELL-/bin/sh}
66 # Maximum number of lines to put in a shell here document.
73 # If the previous option needs an argument, assign it.
74 if test -n "$ac_prev"; then
75 eval "$ac_prev=\$ac_option"
81 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
85 # Accept the important Cygnus configure options, so we can diagnose typos.
89 -bindir | --bindir | --bindi | --bind | --bin | --bi)
91 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
92 bindir="$ac_optarg" ;;
94 -build | --build | --buil | --bui | --bu)
96 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
99 -cache-file | --cache-file | --cache-fil | --cache-fi \
100 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
101 ac_prev=cache_file ;;
102 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
103 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
104 cache_file="$ac_optarg" ;;
106 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
108 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
110 datadir="$ac_optarg" ;;
112 -disable-* | --disable-*)
113 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
114 # Reject names that are not valid shell variable names.
115 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
116 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
118 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
119 eval "enable_${ac_feature}=no" ;;
121 -enable-* | --enable-*)
122 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
123 # Reject names that are not valid shell variable names.
124 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
125 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
127 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
132 eval "enable_${ac_feature}='$ac_optarg'" ;;
134 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
135 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
136 | --exec | --exe | --ex)
137 ac_prev=exec_prefix ;;
138 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
139 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
140 | --exec=* | --exe=* | --ex=*)
141 exec_prefix="$ac_optarg" ;;
143 -gas | --gas | --ga | --g)
144 # Obsolete; use --with-gas.
147 -help | --help | --hel | --he)
148 # Omit some internal or obsolete options to make the list less imposing.
149 # This message is too long to be a string in the A/UX 3.1 sh.
151 Usage: configure [options] [host]
152 Options: [defaults in brackets after descriptions]
154 --cache-file=FILE cache test results in FILE
155 --help print this message
156 --no-create do not create output files
157 --quiet, --silent do not print \`checking...' messages
158 --version print the version of autoconf that created configure
159 Directory and file names:
160 --prefix=PREFIX install architecture-independent files in PREFIX
162 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
164 --bindir=DIR user executables in DIR [EPREFIX/bin]
165 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
166 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
167 --datadir=DIR read-only architecture-independent data in DIR
169 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
170 --sharedstatedir=DIR modifiable architecture-independent data in DIR
172 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
173 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
174 --includedir=DIR C header files in DIR [PREFIX/include]
175 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
176 --infodir=DIR info documentation in DIR [PREFIX/info]
177 --mandir=DIR man documentation in DIR [PREFIX/man]
178 --srcdir=DIR find the sources in DIR [configure dir or ..]
179 --program-prefix=PREFIX prepend PREFIX to installed program names
180 --program-suffix=SUFFIX append SUFFIX to installed program names
181 --program-transform-name=PROGRAM
182 run sed PROGRAM on installed program names
186 --build=BUILD configure for building on BUILD [BUILD=HOST]
187 --host=HOST configure for HOST [guessed]
188 --target=TARGET configure for TARGET [TARGET=HOST]
189 Features and packages:
190 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
191 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
192 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
193 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
194 --x-includes=DIR X include files are in DIR
195 --x-libraries=DIR X library files are in DIR
197 if test -n "$ac_help"; then
198 echo "--enable and --with options recognized:$ac_help"
202 -host | --host | --hos | --ho)
204 -host=* | --host=* | --hos=* | --ho=*)
207 -includedir | --includedir | --includedi | --included | --include \
208 | --includ | --inclu | --incl | --inc)
209 ac_prev=includedir ;;
210 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
211 | --includ=* | --inclu=* | --incl=* | --inc=*)
212 includedir="$ac_optarg" ;;
214 -infodir | --infodir | --infodi | --infod | --info | --inf)
216 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
217 infodir="$ac_optarg" ;;
219 -libdir | --libdir | --libdi | --libd)
221 -libdir=* | --libdir=* | --libdi=* | --libd=*)
222 libdir="$ac_optarg" ;;
224 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
225 | --libexe | --libex | --libe)
226 ac_prev=libexecdir ;;
227 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
228 | --libexe=* | --libex=* | --libe=*)
229 libexecdir="$ac_optarg" ;;
231 -localstatedir | --localstatedir | --localstatedi | --localstated \
232 | --localstate | --localstat | --localsta | --localst \
233 | --locals | --local | --loca | --loc | --lo)
234 ac_prev=localstatedir ;;
235 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
236 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
237 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
238 localstatedir="$ac_optarg" ;;
240 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
242 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
243 mandir="$ac_optarg" ;;
246 # Obsolete; use --without-fp.
249 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
253 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
254 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
257 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
258 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
259 | --oldin | --oldi | --old | --ol | --o)
260 ac_prev=oldincludedir ;;
261 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
262 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
263 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
264 oldincludedir="$ac_optarg" ;;
266 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
268 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
269 prefix="$ac_optarg" ;;
271 -program-prefix | --program-prefix | --program-prefi | --program-pref \
272 | --program-pre | --program-pr | --program-p)
273 ac_prev=program_prefix ;;
274 -program-prefix=* | --program-prefix=* | --program-prefi=* \
275 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
276 program_prefix="$ac_optarg" ;;
278 -program-suffix | --program-suffix | --program-suffi | --program-suff \
279 | --program-suf | --program-su | --program-s)
280 ac_prev=program_suffix ;;
281 -program-suffix=* | --program-suffix=* | --program-suffi=* \
282 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
283 program_suffix="$ac_optarg" ;;
285 -program-transform-name | --program-transform-name \
286 | --program-transform-nam | --program-transform-na \
287 | --program-transform-n | --program-transform- \
288 | --program-transform | --program-transfor \
289 | --program-transfo | --program-transf \
290 | --program-trans | --program-tran \
291 | --progr-tra | --program-tr | --program-t)
292 ac_prev=program_transform_name ;;
293 -program-transform-name=* | --program-transform-name=* \
294 | --program-transform-nam=* | --program-transform-na=* \
295 | --program-transform-n=* | --program-transform-=* \
296 | --program-transform=* | --program-transfor=* \
297 | --program-transfo=* | --program-transf=* \
298 | --program-trans=* | --program-tran=* \
299 | --progr-tra=* | --program-tr=* | --program-t=*)
300 program_transform_name="$ac_optarg" ;;
302 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
303 | -silent | --silent | --silen | --sile | --sil)
306 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
308 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
310 sbindir="$ac_optarg" ;;
312 -sharedstatedir | --sharedstatedir | --sharedstatedi \
313 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
314 | --sharedst | --shareds | --shared | --share | --shar \
316 ac_prev=sharedstatedir ;;
317 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
318 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
319 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
321 sharedstatedir="$ac_optarg" ;;
323 -site | --site | --sit)
325 -site=* | --site=* | --sit=*)
328 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
330 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
331 srcdir="$ac_optarg" ;;
333 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
334 | --syscon | --sysco | --sysc | --sys | --sy)
335 ac_prev=sysconfdir ;;
336 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
337 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
338 sysconfdir="$ac_optarg" ;;
340 -target | --target | --targe | --targ | --tar | --ta | --t)
342 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
343 target="$ac_optarg" ;;
345 -v | -verbose | --verbose | --verbos | --verbo | --verb)
348 -version | --version | --versio | --versi | --vers)
349 echo "configure generated by autoconf version 2.13"
353 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
354 # Reject names that are not valid shell variable names.
355 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
356 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
358 ac_package=`echo $ac_package| sed 's/-/_/g'`
363 eval "with_${ac_package}='$ac_optarg'" ;;
365 -without-* | --without-*)
366 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
367 # Reject names that are not valid shell variable names.
368 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
369 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
371 ac_package=`echo $ac_package| sed 's/-/_/g'`
372 eval "with_${ac_package}=no" ;;
375 # Obsolete; use --with-x.
378 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
379 | --x-incl | --x-inc | --x-in | --x-i)
380 ac_prev=x_includes ;;
381 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
382 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
383 x_includes="$ac_optarg" ;;
385 -x-libraries | --x-libraries | --x-librarie | --x-librari \
386 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
387 ac_prev=x_libraries ;;
388 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
389 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
390 x_libraries="$ac_optarg" ;;
392 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
396 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
397 echo "configure: warning: $ac_option: invalid host type" 1>&2
399 if test "x$nonopt" != xNONE; then
400 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
408 if test -n "$ac_prev"; then
409 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
412 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
414 # File descriptor usage:
417 # 2 errors and warnings
418 # 3 some systems may open it to /dev/tty
419 # 4 used on the Kubota Titan
420 # 6 checking for... messages and results
421 # 5 compiler messages saved in config.log
422 if test "$silent" = yes; then
430 This file contains any messages produced by compilers while
431 running configure, to aid debugging if configure makes a mistake.
434 # Strip out --no-create and --no-recursion so they do not pile up.
435 # Also quote any args containing shell metacharacters.
440 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
441 | --no-cr | --no-c) ;;
442 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
443 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
444 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
445 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
446 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
451 # Only set these to C if already set. These must not be set unconditionally
452 # because not all systems understand e.g. LANG=C (notably SCO).
453 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
454 # Non-C LC_CTYPE values break the ctype check.
455 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
456 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
457 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
458 if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
460 # confdefs.h avoids OS command line length limits that DEFS can exceed.
461 rm -rf conftest* confdefs.h
462 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
465 # A filename unique to this package, relative to the directory that
466 # configure is in, which we can look for to find out if srcdir is correct.
467 ac_unique_file=controls/edit.c
469 # Find the source files, if location was not specified.
470 if test -z "$srcdir"; then
471 ac_srcdir_defaulted=yes
472 # Try the directory containing this script, then its parent.
474 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
475 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
477 if test ! -r $srcdir/$ac_unique_file; then
481 ac_srcdir_defaulted=no
483 if test ! -r $srcdir/$ac_unique_file; then
484 if test "$ac_srcdir_defaulted" = yes; then
485 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
487 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
490 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
492 # Prefer explicitly selected file to automatically selected ones.
493 if test -z "$CONFIG_SITE"; then
494 if test "x$prefix" != xNONE; then
495 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
497 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
500 for ac_site_file in $CONFIG_SITE; do
501 if test -r "$ac_site_file"; then
502 echo "loading site script $ac_site_file"
507 if test -r "$cache_file"; then
508 echo "loading cache $cache_file"
511 echo "creating cache $cache_file"
516 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
517 ac_cpp='$CPP $CPPFLAGS'
518 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
519 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
520 cross_compiling=$ac_cv_prog_cc_cross
524 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
525 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
526 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
533 ac_n= ac_c='\c' ac_t=
539 for ac_dir in tools $srcdir/tools; do
540 if test -f $ac_dir/install-sh; then
542 ac_install_sh="$ac_aux_dir/install-sh -c"
544 elif test -f $ac_dir/install.sh; then
546 ac_install_sh="$ac_aux_dir/install.sh -c"
550 if test -z "$ac_aux_dir"; then
551 { echo "configure: error: can not find install-sh or install.sh in tools $srcdir/tools" 1>&2; exit 1; }
553 ac_config_guess=$ac_aux_dir/config.guess
554 ac_config_sub=$ac_aux_dir/config.sub
555 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
559 LIBEXT=so # library type .so or .a
560 TRACE_MSGS=yes # the TRACE() macro
561 DEBUG_MSGS=yes # the TRACE(), WARN(), and FIXME() macros.
565 # Check whether --enable-debug or --disable-debug was given.
566 if test "${enable_debug+set}" = set; then
567 enableval="$enable_debug"
568 if test "$enableval" = "no"; then DEBUG_MSGS="no"; fi
572 # Check whether --enable-opengl or --disable-opengl was given.
573 if test "${enable_opengl+set}" = set; then
574 enableval="$enable_opengl"
575 if test "$enableval" = "no"; then OPENGL="no"; elif test "$enableval" = "yes"; then OPENGL="yes"; fi
579 # Check whether --enable-trace or --disable-trace was given.
580 if test "${enable_trace+set}" = set; then
581 enableval="$enable_trace"
582 if test "$enableval" = "no"; then TRACE_MSGS="no"; fi
586 # Check whether --with-curses or --without-curses was given.
587 if test "${with_curses+set}" = set; then
588 withval="$with_curses"
589 if test "$withval" = "no"; then CURSES="no"; fi
593 # Check whether --with-reentrant-x or --without-reentrant-x was given.
594 if test "${with_reentrant_x+set}" = set; then
595 withval="$with_reentrant_x"
602 if test "$DEBUG_MSGS" = "no"
604 cat >> confdefs.h <<\EOF
605 #define NO_DEBUG_MSGS 1
608 cat >> confdefs.h <<\EOF
609 #define NO_TRACE_MSGS 1
613 if test "$TRACE_MSGS" = "no"
615 cat >> confdefs.h <<\EOF
616 #define NO_TRACE_MSGS 1
623 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
624 echo "configure:625: checking whether ${MAKE-make} sets \${MAKE}" >&5
625 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
626 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
627 echo $ac_n "(cached) $ac_c" 1>&6
629 cat > conftestmake <<\EOF
631 @echo 'ac_maketemp="${MAKE}"'
633 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
634 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
635 if test -n "$ac_maketemp"; then
636 eval ac_cv_prog_make_${ac_make}_set=yes
638 eval ac_cv_prog_make_${ac_make}_set=no
642 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
643 echo "$ac_t""yes" 1>&6
646 echo "$ac_t""no" 1>&6
647 SET_MAKE="MAKE=${MAKE-make}"
650 # Extract the first word of "gcc", so it can be a program name with args.
651 set dummy gcc; ac_word=$2
652 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
653 echo "configure:654: checking for $ac_word" >&5
654 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
655 echo $ac_n "(cached) $ac_c" 1>&6
657 if test -n "$CC"; then
658 ac_cv_prog_CC="$CC" # Let the user override the test.
660 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
662 for ac_dir in $ac_dummy; do
663 test -z "$ac_dir" && ac_dir=.
664 if test -f $ac_dir/$ac_word; then
673 if test -n "$CC"; then
674 echo "$ac_t""$CC" 1>&6
676 echo "$ac_t""no" 1>&6
679 if test -z "$CC"; then
680 # Extract the first word of "cc", so it can be a program name with args.
681 set dummy cc; ac_word=$2
682 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
683 echo "configure:684: checking for $ac_word" >&5
684 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
685 echo $ac_n "(cached) $ac_c" 1>&6
687 if test -n "$CC"; then
688 ac_cv_prog_CC="$CC" # Let the user override the test.
690 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
693 for ac_dir in $ac_dummy; do
694 test -z "$ac_dir" && ac_dir=.
695 if test -f $ac_dir/$ac_word; then
696 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
705 if test $ac_prog_rejected = yes; then
706 # We found a bogon in the path, so make sure we never use it.
707 set dummy $ac_cv_prog_CC
709 if test $# -gt 0; then
710 # We chose a different compiler from the bogus one.
711 # However, it has the same basename, so the bogon will be chosen
712 # first if we set CC to just the basename; use the full file name.
714 set dummy "$ac_dir/$ac_word" "$@"
722 if test -n "$CC"; then
723 echo "$ac_t""$CC" 1>&6
725 echo "$ac_t""no" 1>&6
728 if test -z "$CC"; then
731 # Extract the first word of "cl", so it can be a program name with args.
732 set dummy cl; ac_word=$2
733 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
734 echo "configure:735: checking for $ac_word" >&5
735 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
736 echo $ac_n "(cached) $ac_c" 1>&6
738 if test -n "$CC"; then
739 ac_cv_prog_CC="$CC" # Let the user override the test.
741 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
743 for ac_dir in $ac_dummy; do
744 test -z "$ac_dir" && ac_dir=.
745 if test -f $ac_dir/$ac_word; then
754 if test -n "$CC"; then
755 echo "$ac_t""$CC" 1>&6
757 echo "$ac_t""no" 1>&6
762 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
765 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
766 echo "configure:767: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
769 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
770 ac_cpp='$CPP $CPPFLAGS'
771 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
772 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
773 cross_compiling=$ac_cv_prog_cc_cross
775 cat > conftest.$ac_ext << EOF
777 #line 778 "configure"
778 #include "confdefs.h"
782 if { (eval echo configure:783: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
783 ac_cv_prog_cc_works=yes
784 # If we can't run a trivial program, we are probably using a cross compiler.
785 if (./conftest; exit) 2>/dev/null; then
786 ac_cv_prog_cc_cross=no
788 ac_cv_prog_cc_cross=yes
791 echo "configure: failed program was:" >&5
792 cat conftest.$ac_ext >&5
793 ac_cv_prog_cc_works=no
797 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
798 ac_cpp='$CPP $CPPFLAGS'
799 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
800 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
801 cross_compiling=$ac_cv_prog_cc_cross
803 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
804 if test $ac_cv_prog_cc_works = no; then
805 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
807 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
808 echo "configure:809: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
809 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
810 cross_compiling=$ac_cv_prog_cc_cross
812 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
813 echo "configure:814: checking whether we are using GNU C" >&5
814 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
815 echo $ac_n "(cached) $ac_c" 1>&6
817 cat > conftest.c <<EOF
822 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:823: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
829 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
831 if test $ac_cv_prog_gcc = yes; then
837 ac_test_CFLAGS="${CFLAGS+set}"
838 ac_save_CFLAGS="$CFLAGS"
840 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
841 echo "configure:842: checking whether ${CC-cc} accepts -g" >&5
842 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
843 echo $ac_n "(cached) $ac_c" 1>&6
845 echo 'void f(){}' > conftest.c
846 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
855 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
856 if test "$ac_test_CFLAGS" = set; then
857 CFLAGS="$ac_save_CFLAGS"
858 elif test $ac_cv_prog_cc_g = yes; then
859 if test "$GCC" = yes; then
865 if test "$GCC" = yes; then
872 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
873 echo "configure:874: checking how to run the C preprocessor" >&5
874 # On Suns, sometimes $CPP names a directory.
875 if test -n "$CPP" && test -d "$CPP"; then
878 if test -z "$CPP"; then
879 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
880 echo $ac_n "(cached) $ac_c" 1>&6
882 # This must be in double quotes, not single quotes, because CPP may get
883 # substituted into the Makefile and "${CC-cc}" will confuse make.
885 # On the NeXT, cc -E runs the code through the compiler's parser,
886 # not just through cpp.
887 cat > conftest.$ac_ext <<EOF
888 #line 889 "configure"
889 #include "confdefs.h"
893 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
894 { (eval echo configure:895: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
895 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
896 if test -z "$ac_err"; then
900 echo "configure: failed program was:" >&5
901 cat conftest.$ac_ext >&5
903 CPP="${CC-cc} -E -traditional-cpp"
904 cat > conftest.$ac_ext <<EOF
905 #line 906 "configure"
906 #include "confdefs.h"
910 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
911 { (eval echo configure:912: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
912 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
913 if test -z "$ac_err"; then
917 echo "configure: failed program was:" >&5
918 cat conftest.$ac_ext >&5
920 CPP="${CC-cc} -nologo -E"
921 cat > conftest.$ac_ext <<EOF
922 #line 923 "configure"
923 #include "confdefs.h"
927 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
928 { (eval echo configure:929: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
929 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
930 if test -z "$ac_err"; then
934 echo "configure: failed program was:" >&5
935 cat conftest.$ac_ext >&5
944 ac_cv_prog_CPP="$CPP"
946 CPP="$ac_cv_prog_CPP"
948 ac_cv_prog_CPP="$CPP"
950 echo "$ac_t""$CPP" 1>&6
952 # If we find X, set shell vars x_includes and x_libraries to the
953 # paths, otherwise set no_x=yes.
954 # Uses ac_ vars as temps to allow command line to override cache and checks.
955 # --without-x overrides everything else, but does not touch the cache.
956 echo $ac_n "checking for X""... $ac_c" 1>&6
957 echo "configure:958: checking for X" >&5
959 # Check whether --with-x or --without-x was given.
960 if test "${with_x+set}" = set; then
965 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
966 if test "x$with_x" = xno; then
967 # The user explicitly disabled X.
970 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
971 # Both variables are already set.
974 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
975 echo $ac_n "(cached) $ac_c" 1>&6
977 # One or both of the vars are not set, and there is no cached value.
978 ac_x_includes=NO ac_x_libraries=NO
980 if mkdir conftestdir; then
982 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
983 cat > Imakefile <<'EOF'
985 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
987 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
988 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
989 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
990 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
991 for ac_extension in a so sl; do
992 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
993 test -f $ac_im_libdir/libX11.$ac_extension; then
994 ac_im_usrlibdir=$ac_im_libdir; break
997 # Screen out bogus values from the imake configuration. They are
998 # bogus both because they are the default anyway, and because
999 # using them would break gcc on systems where it needs fixed includes.
1000 case "$ac_im_incroot" in
1002 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
1004 case "$ac_im_usrlibdir" in
1006 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
1013 if test "$ac_x_includes" = NO; then
1014 # Guess where to find include files, by looking for this one X11 .h file.
1015 test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
1017 # First, try using that file with no special directory specified.
1018 cat > conftest.$ac_ext <<EOF
1019 #line 1020 "configure"
1020 #include "confdefs.h"
1021 #include <$x_direct_test_include>
1023 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1024 { (eval echo configure:1025: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1025 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1026 if test -z "$ac_err"; then
1028 # We can compile using X headers with no special include directory.
1032 echo "configure: failed program was:" >&5
1033 cat conftest.$ac_ext >&5
1035 # Look for the header file in a standard set of common directories.
1036 # Check X11 before X11Rn because it is often a symlink to the current release.
1039 /usr/X11R6/include \
1040 /usr/X11R5/include \
1041 /usr/X11R4/include \
1044 /usr/include/X11R6 \
1045 /usr/include/X11R5 \
1046 /usr/include/X11R4 \
1048 /usr/local/X11/include \
1049 /usr/local/X11R6/include \
1050 /usr/local/X11R5/include \
1051 /usr/local/X11R4/include \
1053 /usr/local/include/X11 \
1054 /usr/local/include/X11R6 \
1055 /usr/local/include/X11R5 \
1056 /usr/local/include/X11R4 \
1060 /usr/XFree86/include/X11 \
1063 /usr/local/include \
1064 /usr/unsupported/include \
1065 /usr/athena/include \
1066 /usr/local/x11r5/include \
1067 /usr/lpp/Xamples/include \
1069 /usr/openwin/include \
1070 /usr/openwin/share/include \
1073 if test -r "$ac_dir/$x_direct_test_include"; then
1074 ac_x_includes=$ac_dir
1080 fi # $ac_x_includes = NO
1082 if test "$ac_x_libraries" = NO; then
1083 # Check for the libraries.
1085 test -z "$x_direct_test_library" && x_direct_test_library=Xt
1086 test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
1088 # See if we find them without any special options.
1089 # Don't add to $LIBS permanently.
1090 ac_save_LIBS="$LIBS"
1091 LIBS="-l$x_direct_test_library $LIBS"
1092 cat > conftest.$ac_ext <<EOF
1093 #line 1094 "configure"
1094 #include "confdefs.h"
1097 ${x_direct_test_function}()
1100 if { (eval echo configure:1101: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1102 LIBS="$ac_save_LIBS"
1103 # We can link X programs with no special library path.
1106 echo "configure: failed program was:" >&5
1107 cat conftest.$ac_ext >&5
1109 LIBS="$ac_save_LIBS"
1110 # First see if replacing the include by lib works.
1111 # Check X11 before X11Rn because it is often a symlink to the current release.
1112 for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
1123 /usr/local/X11/lib \
1124 /usr/local/X11R6/lib \
1125 /usr/local/X11R5/lib \
1126 /usr/local/X11R4/lib \
1128 /usr/local/lib/X11 \
1129 /usr/local/lib/X11R6 \
1130 /usr/local/lib/X11R5 \
1131 /usr/local/lib/X11R4 \
1135 /usr/XFree86/lib/X11 \
1139 /usr/unsupported/lib \
1141 /usr/local/x11r5/lib \
1142 /usr/lpp/Xamples/lib \
1146 /usr/openwin/share/lib \
1149 for ac_extension in a so sl; do
1150 if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
1151 ac_x_libraries=$ac_dir
1158 fi # $ac_x_libraries = NO
1160 if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
1161 # Didn't find X anywhere. Cache the known absence of X.
1162 ac_cv_have_x="have_x=no"
1164 # Record where we found X for the cache.
1165 ac_cv_have_x="have_x=yes \
1166 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
1170 eval "$ac_cv_have_x"
1173 if test "$have_x" != yes; then
1174 echo "$ac_t""$have_x" 1>&6
1177 # If each of the values was on the command line, it overrides each guess.
1178 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
1179 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
1180 # Update the cache value to reflect the command line values.
1181 ac_cv_have_x="have_x=yes \
1182 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
1183 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
1186 if test "$no_x" = yes; then
1187 # Not all programs may use this symbol, but it does not hurt to define it.
1188 cat >> confdefs.h <<\EOF
1189 #define X_DISPLAY_MISSING 1
1192 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
1194 if test -n "$x_includes"; then
1195 X_CFLAGS="$X_CFLAGS -I$x_includes"
1198 # It would also be nice to do this for all -L options, not just this one.
1199 if test -n "$x_libraries"; then
1200 X_LIBS="$X_LIBS -L$x_libraries"
1201 # For Solaris; some versions of Sun CC require a space after -R and
1202 # others require no space. Words are not sufficient . . . .
1203 case "`(uname -sr) 2>/dev/null`" in
1205 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
1206 echo "configure:1207: checking whether -R must be followed by a space" >&5
1207 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
1208 cat > conftest.$ac_ext <<EOF
1209 #line 1210 "configure"
1210 #include "confdefs.h"
1216 if { (eval echo configure:1217: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1220 echo "configure: failed program was:" >&5
1221 cat conftest.$ac_ext >&5
1226 if test $ac_R_nospace = yes; then
1227 echo "$ac_t""no" 1>&6
1228 X_LIBS="$X_LIBS -R$x_libraries"
1230 LIBS="$ac_xsave_LIBS -R $x_libraries"
1231 cat > conftest.$ac_ext <<EOF
1232 #line 1233 "configure"
1233 #include "confdefs.h"
1239 if { (eval echo configure:1240: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1243 echo "configure: failed program was:" >&5
1244 cat conftest.$ac_ext >&5
1249 if test $ac_R_space = yes; then
1250 echo "$ac_t""yes" 1>&6
1251 X_LIBS="$X_LIBS -R $x_libraries"
1253 echo "$ac_t""neither works" 1>&6
1256 LIBS="$ac_xsave_LIBS"
1260 # Check for system-dependent libraries X programs must link with.
1261 # Do this before checking for the system-independent R6 libraries
1262 # (-lICE), since we may need -lsocket or whatever for X linking.
1264 if test "$ISC" = yes; then
1265 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
1267 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
1268 # libraries were built with DECnet support. And karl@cs.umb.edu says
1269 # the Alpha needs dnet_stub (dnet does not exist).
1270 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
1271 echo "configure:1272: checking for dnet_ntoa in -ldnet" >&5
1272 ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
1273 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1274 echo $ac_n "(cached) $ac_c" 1>&6
1276 ac_save_LIBS="$LIBS"
1278 cat > conftest.$ac_ext <<EOF
1279 #line 1280 "configure"
1280 #include "confdefs.h"
1281 /* Override any gcc2 internal prototype to avoid an error. */
1282 /* We use char because int might match the return type of a gcc2
1283 builtin and then its argument prototype would still apply. */
1290 if { (eval echo configure:1291: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1292 eval "ac_cv_lib_$ac_lib_var=yes"
1294 echo "configure: failed program was:" >&5
1295 cat conftest.$ac_ext >&5
1297 eval "ac_cv_lib_$ac_lib_var=no"
1300 LIBS="$ac_save_LIBS"
1303 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1304 echo "$ac_t""yes" 1>&6
1305 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
1307 echo "$ac_t""no" 1>&6
1310 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
1311 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
1312 echo "configure:1313: checking for dnet_ntoa in -ldnet_stub" >&5
1313 ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
1314 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1315 echo $ac_n "(cached) $ac_c" 1>&6
1317 ac_save_LIBS="$LIBS"
1318 LIBS="-ldnet_stub $LIBS"
1319 cat > conftest.$ac_ext <<EOF
1320 #line 1321 "configure"
1321 #include "confdefs.h"
1322 /* Override any gcc2 internal prototype to avoid an error. */
1323 /* We use char because int might match the return type of a gcc2
1324 builtin and then its argument prototype would still apply. */
1331 if { (eval echo configure:1332: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1333 eval "ac_cv_lib_$ac_lib_var=yes"
1335 echo "configure: failed program was:" >&5
1336 cat conftest.$ac_ext >&5
1338 eval "ac_cv_lib_$ac_lib_var=no"
1341 LIBS="$ac_save_LIBS"
1344 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1345 echo "$ac_t""yes" 1>&6
1346 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
1348 echo "$ac_t""no" 1>&6
1353 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
1354 # to get the SysV transport functions.
1355 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
1357 # The nsl library prevents programs from opening the X display
1358 # on Irix 5.2, according to dickey@clark.net.
1359 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
1360 echo "configure:1361: checking for gethostbyname" >&5
1361 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
1362 echo $ac_n "(cached) $ac_c" 1>&6
1364 cat > conftest.$ac_ext <<EOF
1365 #line 1366 "configure"
1366 #include "confdefs.h"
1367 /* System header to define __stub macros and hopefully few prototypes,
1368 which can conflict with char gethostbyname(); below. */
1370 /* Override any gcc2 internal prototype to avoid an error. */
1371 /* We use char because int might match the return type of a gcc2
1372 builtin and then its argument prototype would still apply. */
1373 char gethostbyname();
1377 /* The GNU C library defines this for functions which it implements
1378 to always fail with ENOSYS. Some functions are actually named
1379 something starting with __ and the normal name is an alias. */
1380 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
1388 if { (eval echo configure:1389: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1390 eval "ac_cv_func_gethostbyname=yes"
1392 echo "configure: failed program was:" >&5
1393 cat conftest.$ac_ext >&5
1395 eval "ac_cv_func_gethostbyname=no"
1400 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
1401 echo "$ac_t""yes" 1>&6
1404 echo "$ac_t""no" 1>&6
1407 if test $ac_cv_func_gethostbyname = no; then
1408 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
1409 echo "configure:1410: checking for gethostbyname in -lnsl" >&5
1410 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
1411 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1412 echo $ac_n "(cached) $ac_c" 1>&6
1414 ac_save_LIBS="$LIBS"
1416 cat > conftest.$ac_ext <<EOF
1417 #line 1418 "configure"
1418 #include "confdefs.h"
1419 /* Override any gcc2 internal prototype to avoid an error. */
1420 /* We use char because int might match the return type of a gcc2
1421 builtin and then its argument prototype would still apply. */
1422 char gethostbyname();
1428 if { (eval echo configure:1429: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1430 eval "ac_cv_lib_$ac_lib_var=yes"
1432 echo "configure: failed program was:" >&5
1433 cat conftest.$ac_ext >&5
1435 eval "ac_cv_lib_$ac_lib_var=no"
1438 LIBS="$ac_save_LIBS"
1441 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1442 echo "$ac_t""yes" 1>&6
1443 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
1445 echo "$ac_t""no" 1>&6
1450 # lieder@skyler.mavd.honeywell.com says without -lsocket,
1451 # socket/setsockopt and other routines are undefined under SCO ODT
1452 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
1453 # on later versions), says simon@lia.di.epfl.ch: it contains
1454 # gethostby* variants that don't use the nameserver (or something).
1455 # -lsocket must be given before -lnsl if both are needed.
1456 # We assume that if connect needs -lnsl, so does gethostbyname.
1457 echo $ac_n "checking for connect""... $ac_c" 1>&6
1458 echo "configure:1459: checking for connect" >&5
1459 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
1460 echo $ac_n "(cached) $ac_c" 1>&6
1462 cat > conftest.$ac_ext <<EOF
1463 #line 1464 "configure"
1464 #include "confdefs.h"
1465 /* System header to define __stub macros and hopefully few prototypes,
1466 which can conflict with char connect(); below. */
1468 /* Override any gcc2 internal prototype to avoid an error. */
1469 /* We use char because int might match the return type of a gcc2
1470 builtin and then its argument prototype would still apply. */
1475 /* The GNU C library defines this for functions which it implements
1476 to always fail with ENOSYS. Some functions are actually named
1477 something starting with __ and the normal name is an alias. */
1478 #if defined (__stub_connect) || defined (__stub___connect)
1486 if { (eval echo configure:1487: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1488 eval "ac_cv_func_connect=yes"
1490 echo "configure: failed program was:" >&5
1491 cat conftest.$ac_ext >&5
1493 eval "ac_cv_func_connect=no"
1498 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
1499 echo "$ac_t""yes" 1>&6
1502 echo "$ac_t""no" 1>&6
1505 if test $ac_cv_func_connect = no; then
1506 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
1507 echo "configure:1508: checking for connect in -lsocket" >&5
1508 ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
1509 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1510 echo $ac_n "(cached) $ac_c" 1>&6
1512 ac_save_LIBS="$LIBS"
1513 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
1514 cat > conftest.$ac_ext <<EOF
1515 #line 1516 "configure"
1516 #include "confdefs.h"
1517 /* Override any gcc2 internal prototype to avoid an error. */
1518 /* We use char because int might match the return type of a gcc2
1519 builtin and then its argument prototype would still apply. */
1526 if { (eval echo configure:1527: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1528 eval "ac_cv_lib_$ac_lib_var=yes"
1530 echo "configure: failed program was:" >&5
1531 cat conftest.$ac_ext >&5
1533 eval "ac_cv_lib_$ac_lib_var=no"
1536 LIBS="$ac_save_LIBS"
1539 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1540 echo "$ac_t""yes" 1>&6
1541 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
1543 echo "$ac_t""no" 1>&6
1548 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
1549 echo $ac_n "checking for remove""... $ac_c" 1>&6
1550 echo "configure:1551: checking for remove" >&5
1551 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
1552 echo $ac_n "(cached) $ac_c" 1>&6
1554 cat > conftest.$ac_ext <<EOF
1555 #line 1556 "configure"
1556 #include "confdefs.h"
1557 /* System header to define __stub macros and hopefully few prototypes,
1558 which can conflict with char remove(); below. */
1560 /* Override any gcc2 internal prototype to avoid an error. */
1561 /* We use char because int might match the return type of a gcc2
1562 builtin and then its argument prototype would still apply. */
1567 /* The GNU C library defines this for functions which it implements
1568 to always fail with ENOSYS. Some functions are actually named
1569 something starting with __ and the normal name is an alias. */
1570 #if defined (__stub_remove) || defined (__stub___remove)
1578 if { (eval echo configure:1579: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1580 eval "ac_cv_func_remove=yes"
1582 echo "configure: failed program was:" >&5
1583 cat conftest.$ac_ext >&5
1585 eval "ac_cv_func_remove=no"
1590 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
1591 echo "$ac_t""yes" 1>&6
1594 echo "$ac_t""no" 1>&6
1597 if test $ac_cv_func_remove = no; then
1598 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
1599 echo "configure:1600: checking for remove in -lposix" >&5
1600 ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
1601 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1602 echo $ac_n "(cached) $ac_c" 1>&6
1604 ac_save_LIBS="$LIBS"
1605 LIBS="-lposix $LIBS"
1606 cat > conftest.$ac_ext <<EOF
1607 #line 1608 "configure"
1608 #include "confdefs.h"
1609 /* Override any gcc2 internal prototype to avoid an error. */
1610 /* We use char because int might match the return type of a gcc2
1611 builtin and then its argument prototype would still apply. */
1618 if { (eval echo configure:1619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1620 eval "ac_cv_lib_$ac_lib_var=yes"
1622 echo "configure: failed program was:" >&5
1623 cat conftest.$ac_ext >&5
1625 eval "ac_cv_lib_$ac_lib_var=no"
1628 LIBS="$ac_save_LIBS"
1631 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1632 echo "$ac_t""yes" 1>&6
1633 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
1635 echo "$ac_t""no" 1>&6
1640 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
1641 echo $ac_n "checking for shmat""... $ac_c" 1>&6
1642 echo "configure:1643: checking for shmat" >&5
1643 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
1644 echo $ac_n "(cached) $ac_c" 1>&6
1646 cat > conftest.$ac_ext <<EOF
1647 #line 1648 "configure"
1648 #include "confdefs.h"
1649 /* System header to define __stub macros and hopefully few prototypes,
1650 which can conflict with char shmat(); below. */
1652 /* Override any gcc2 internal prototype to avoid an error. */
1653 /* We use char because int might match the return type of a gcc2
1654 builtin and then its argument prototype would still apply. */
1659 /* The GNU C library defines this for functions which it implements
1660 to always fail with ENOSYS. Some functions are actually named
1661 something starting with __ and the normal name is an alias. */
1662 #if defined (__stub_shmat) || defined (__stub___shmat)
1670 if { (eval echo configure:1671: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1672 eval "ac_cv_func_shmat=yes"
1674 echo "configure: failed program was:" >&5
1675 cat conftest.$ac_ext >&5
1677 eval "ac_cv_func_shmat=no"
1682 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
1683 echo "$ac_t""yes" 1>&6
1686 echo "$ac_t""no" 1>&6
1689 if test $ac_cv_func_shmat = no; then
1690 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
1691 echo "configure:1692: checking for shmat in -lipc" >&5
1692 ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
1693 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1694 echo $ac_n "(cached) $ac_c" 1>&6
1696 ac_save_LIBS="$LIBS"
1698 cat > conftest.$ac_ext <<EOF
1699 #line 1700 "configure"
1700 #include "confdefs.h"
1701 /* Override any gcc2 internal prototype to avoid an error. */
1702 /* We use char because int might match the return type of a gcc2
1703 builtin and then its argument prototype would still apply. */
1710 if { (eval echo configure:1711: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1712 eval "ac_cv_lib_$ac_lib_var=yes"
1714 echo "configure: failed program was:" >&5
1715 cat conftest.$ac_ext >&5
1717 eval "ac_cv_lib_$ac_lib_var=no"
1720 LIBS="$ac_save_LIBS"
1723 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1724 echo "$ac_t""yes" 1>&6
1725 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
1727 echo "$ac_t""no" 1>&6
1733 # Check for libraries that X11R6 Xt/Xaw programs need.
1734 ac_save_LDFLAGS="$LDFLAGS"
1735 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
1736 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
1737 # check for ICE first), but we must link in the order -lSM -lICE or
1738 # we get undefined symbols. So assume we have SM if we have ICE.
1739 # These have to be linked with before -lX11, unlike the other
1740 # libraries we check for below, so use a different variable.
1741 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
1742 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
1743 echo "configure:1744: checking for IceConnectionNumber in -lICE" >&5
1744 ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
1745 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1746 echo $ac_n "(cached) $ac_c" 1>&6
1748 ac_save_LIBS="$LIBS"
1749 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
1750 cat > conftest.$ac_ext <<EOF
1751 #line 1752 "configure"
1752 #include "confdefs.h"
1753 /* Override any gcc2 internal prototype to avoid an error. */
1754 /* We use char because int might match the return type of a gcc2
1755 builtin and then its argument prototype would still apply. */
1756 char IceConnectionNumber();
1759 IceConnectionNumber()
1762 if { (eval echo configure:1763: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1764 eval "ac_cv_lib_$ac_lib_var=yes"
1766 echo "configure: failed program was:" >&5
1767 cat conftest.$ac_ext >&5
1769 eval "ac_cv_lib_$ac_lib_var=no"
1772 LIBS="$ac_save_LIBS"
1775 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1776 echo "$ac_t""yes" 1>&6
1777 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
1779 echo "$ac_t""no" 1>&6
1782 LDFLAGS="$ac_save_LDFLAGS"
1786 for ac_prog in 'bison -y' byacc
1788 # Extract the first word of "$ac_prog", so it can be a program name with args.
1789 set dummy $ac_prog; ac_word=$2
1790 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1791 echo "configure:1792: checking for $ac_word" >&5
1792 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
1793 echo $ac_n "(cached) $ac_c" 1>&6
1795 if test -n "$YACC"; then
1796 ac_cv_prog_YACC="$YACC" # Let the user override the test.
1798 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1800 for ac_dir in $ac_dummy; do
1801 test -z "$ac_dir" && ac_dir=.
1802 if test -f $ac_dir/$ac_word; then
1803 ac_cv_prog_YACC="$ac_prog"
1810 YACC="$ac_cv_prog_YACC"
1811 if test -n "$YACC"; then
1812 echo "$ac_t""$YACC" 1>&6
1814 echo "$ac_t""no" 1>&6
1817 test -n "$YACC" && break
1819 test -n "$YACC" || YACC="yacc"
1821 # Extract the first word of "flex", so it can be a program name with args.
1822 set dummy flex; ac_word=$2
1823 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1824 echo "configure:1825: checking for $ac_word" >&5
1825 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
1826 echo $ac_n "(cached) $ac_c" 1>&6
1828 if test -n "$LEX"; then
1829 ac_cv_prog_LEX="$LEX" # Let the user override the test.
1831 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1833 for ac_dir in $ac_dummy; do
1834 test -z "$ac_dir" && ac_dir=.
1835 if test -f $ac_dir/$ac_word; then
1836 ac_cv_prog_LEX="flex"
1841 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex"
1844 LEX="$ac_cv_prog_LEX"
1845 if test -n "$LEX"; then
1846 echo "$ac_t""$LEX" 1>&6
1848 echo "$ac_t""no" 1>&6
1851 if test -z "$LEXLIB"
1857 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
1858 echo "configure:1859: checking for yywrap in -l$ac_lib" >&5
1859 ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
1860 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1861 echo $ac_n "(cached) $ac_c" 1>&6
1863 ac_save_LIBS="$LIBS"
1864 LIBS="-l$ac_lib $LIBS"
1865 cat > conftest.$ac_ext <<EOF
1866 #line 1867 "configure"
1867 #include "confdefs.h"
1868 /* Override any gcc2 internal prototype to avoid an error. */
1869 /* We use char because int might match the return type of a gcc2
1870 builtin and then its argument prototype would still apply. */
1877 if { (eval echo configure:1878: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1879 eval "ac_cv_lib_$ac_lib_var=yes"
1881 echo "configure: failed program was:" >&5
1882 cat conftest.$ac_ext >&5
1884 eval "ac_cv_lib_$ac_lib_var=no"
1887 LIBS="$ac_save_LIBS"
1890 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1891 echo "$ac_t""yes" 1>&6
1894 echo "$ac_t""no" 1>&6
1899 for ac_prog in $LEX flex lex
1901 # Extract the first word of "$ac_prog", so it can be a program name with args.
1902 set dummy $ac_prog; ac_word=$2
1903 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1904 echo "configure:1905: checking for $ac_word" >&5
1905 if eval "test \"`echo '$''{'ac_cv_prog_XLEX'+set}'`\" = set"; then
1906 echo $ac_n "(cached) $ac_c" 1>&6
1908 if test -n "$XLEX"; then
1909 ac_cv_prog_XLEX="$XLEX" # Let the user override the test.
1911 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1913 for ac_dir in $ac_dummy; do
1914 test -z "$ac_dir" && ac_dir=.
1915 if test -f $ac_dir/$ac_word; then
1916 ac_cv_prog_XLEX="$ac_prog"
1923 XLEX="$ac_cv_prog_XLEX"
1924 if test -n "$XLEX"; then
1925 echo "$ac_t""$XLEX" 1>&6
1927 echo "$ac_t""no" 1>&6
1930 test -n "$XLEX" && break
1932 test -n "$XLEX" || XLEX="none"
1934 if test "$XLEX" = "none"
1936 echo "*** Error: No suitable lex found. ***"
1937 echo " Please install the 'flex' package."
1940 echo $ac_n "checking lex output file root""... $ac_c" 1>&6
1941 echo "configure:1942: checking lex output file root" >&5
1942 if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then
1943 echo $ac_n "(cached) $ac_c" 1>&6
1945 # The minimal lex program is just a single line: %%. But some broken lexes
1946 # (Solaris, I think it was) want two %% lines, so accommodate them.
1949 if test -f lex.yy.c; then
1950 ac_cv_prog_lex_root=lex.yy
1951 elif test -f lexyy.c; then
1952 ac_cv_prog_lex_root=lexyy
1954 { echo "configure: error: cannot find output from $LEX; giving up" 1>&2; exit 1; }
1958 echo "$ac_t""$ac_cv_prog_lex_root" 1>&6
1959 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
1961 echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6
1962 echo "configure:1963: checking whether yytext is a pointer" >&5
1963 if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then
1964 echo $ac_n "(cached) $ac_c" 1>&6
1966 # POSIX says lex can declare yytext either as a pointer or an array; the
1967 # default is implementation-dependent. Figure out which it is, since
1968 # not all implementations provide the %pointer and %array declarations.
1969 ac_cv_prog_lex_yytext_pointer=no
1970 echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
1971 ac_save_LIBS="$LIBS"
1972 LIBS="$LIBS $LEXLIB"
1973 cat > conftest.$ac_ext <<EOF
1974 #line 1975 "configure"
1975 #include "confdefs.h"
1976 `cat $LEX_OUTPUT_ROOT.c`
1981 if { (eval echo configure:1982: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1983 ac_cv_prog_lex_yytext_pointer=yes
1985 echo "configure: failed program was:" >&5
1986 cat conftest.$ac_ext >&5
1989 LIBS="$ac_save_LIBS"
1990 rm -f "${LEX_OUTPUT_ROOT}.c"
1994 echo "$ac_t""$ac_cv_prog_lex_yytext_pointer" 1>&6
1995 if test $ac_cv_prog_lex_yytext_pointer = yes; then
1996 cat >> confdefs.h <<\EOF
1997 #define YYTEXT_POINTER 1
2002 # Extract the first word of "ranlib", so it can be a program name with args.
2003 set dummy ranlib; ac_word=$2
2004 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2005 echo "configure:2006: checking for $ac_word" >&5
2006 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
2007 echo $ac_n "(cached) $ac_c" 1>&6
2009 if test -n "$RANLIB"; then
2010 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2012 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2014 for ac_dir in $ac_dummy; do
2015 test -z "$ac_dir" && ac_dir=.
2016 if test -f $ac_dir/$ac_word; then
2017 ac_cv_prog_RANLIB="ranlib"
2022 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
2025 RANLIB="$ac_cv_prog_RANLIB"
2026 if test -n "$RANLIB"; then
2027 echo "$ac_t""$RANLIB" 1>&6
2029 echo "$ac_t""no" 1>&6
2032 # Find a good install program. We prefer a C program (faster),
2033 # so one script is as good as another. But avoid the broken or
2034 # incompatible versions:
2035 # SysV /etc/install, /usr/sbin/install
2036 # SunOS /usr/etc/install
2037 # IRIX /sbin/install
2039 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2040 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2041 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2042 # ./install, which can be erroneously created by make from ./install.sh.
2043 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
2044 echo "configure:2045: checking for a BSD compatible install" >&5
2045 if test -z "$INSTALL"; then
2046 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
2047 echo $ac_n "(cached) $ac_c" 1>&6
2049 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
2050 for ac_dir in $PATH; do
2051 # Account for people who put trailing slashes in PATH elements.
2053 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
2055 # OSF1 and SCO ODT 3.0 have their own names for install.
2056 # Don't use installbsd from OSF since it installs stuff as root
2058 for ac_prog in ginstall scoinst install; do
2059 if test -f $ac_dir/$ac_prog; then
2060 if test $ac_prog = install &&
2061 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
2062 # AIX install. It has an incompatible calling convention.
2065 ac_cv_path_install="$ac_dir/$ac_prog -c"
2076 if test "${ac_cv_path_install+set}" = set; then
2077 INSTALL="$ac_cv_path_install"
2079 # As a last resort, use the slow shell script. We don't cache a
2080 # path for INSTALL within a source directory, because that will
2081 # break other packages using the cache if that directory is
2082 # removed, or if the path is relative.
2083 INSTALL="$ac_install_sh"
2086 echo "$ac_t""$INSTALL" 1>&6
2088 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2089 # It thinks the first close brace ends the variable substitution.
2090 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2092 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
2094 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2096 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
2097 echo "configure:2098: checking whether ln -s works" >&5
2098 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
2099 echo $ac_n "(cached) $ac_c" 1>&6
2102 if ln -s X conftestdata 2>/dev/null
2105 ac_cv_prog_LN_S="ln -s"
2110 LN_S="$ac_cv_prog_LN_S"
2111 if test "$ac_cv_prog_LN_S" = "ln -s"; then
2112 echo "$ac_t""yes" 1>&6
2114 echo "$ac_t""no" 1>&6
2117 # Extract the first word of "c2man", so it can be a program name with args.
2118 set dummy c2man; ac_word=$2
2119 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2120 echo "configure:2121: checking for $ac_word" >&5
2121 if eval "test \"`echo '$''{'ac_cv_prog_C2MAN'+set}'`\" = set"; then
2122 echo $ac_n "(cached) $ac_c" 1>&6
2124 if test -n "$C2MAN"; then
2125 ac_cv_prog_C2MAN="$C2MAN" # Let the user override the test.
2127 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2129 for ac_dir in $ac_dummy; do
2130 test -z "$ac_dir" && ac_dir=.
2131 if test -f $ac_dir/$ac_word; then
2132 ac_cv_prog_C2MAN="c2man"
2137 test -z "$ac_cv_prog_C2MAN" && ac_cv_prog_C2MAN="\$(TOPSRCDIR)/tools/c2man.pl"
2140 C2MAN="$ac_cv_prog_C2MAN"
2141 if test -n "$C2MAN"; then
2142 echo "$ac_t""$C2MAN" 1>&6
2144 echo "$ac_t""no" 1>&6
2147 # Extract the first word of "ldconfig", so it can be a program name with args.
2148 set dummy ldconfig; ac_word=$2
2149 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2150 echo "configure:2151: checking for $ac_word" >&5
2151 if eval "test \"`echo '$''{'ac_cv_path_LDCONFIG'+set}'`\" = set"; then
2152 echo $ac_n "(cached) $ac_c" 1>&6
2156 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
2159 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a dos path.
2162 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2163 ac_dummy="/sbin:/usr/sbin:$PATH"
2164 for ac_dir in $ac_dummy; do
2165 test -z "$ac_dir" && ac_dir=.
2166 if test -f $ac_dir/$ac_word; then
2167 ac_cv_path_LDCONFIG="$ac_dir/$ac_word"
2172 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
2176 LDCONFIG="$ac_cv_path_LDCONFIG"
2177 if test -n "$LDCONFIG"; then
2178 echo "$ac_t""$LDCONFIG" 1>&6
2180 echo "$ac_t""no" 1>&6
2184 for ac_prog in lclint lint
2186 # Extract the first word of "$ac_prog", so it can be a program name with args.
2187 set dummy $ac_prog; ac_word=$2
2188 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2189 echo "configure:2190: checking for $ac_word" >&5
2190 if eval "test \"`echo '$''{'ac_cv_prog_LINT'+set}'`\" = set"; then
2191 echo $ac_n "(cached) $ac_c" 1>&6
2193 if test -n "$LINT"; then
2194 ac_cv_prog_LINT="$LINT" # Let the user override the test.
2196 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2198 for ac_dir in $ac_dummy; do
2199 test -z "$ac_dir" && ac_dir=.
2200 if test -f $ac_dir/$ac_word; then
2201 ac_cv_prog_LINT="$ac_prog"
2208 LINT="$ac_cv_prog_LINT"
2209 if test -n "$LINT"; then
2210 echo "$ac_t""$LINT" 1>&6
2212 echo "$ac_t""no" 1>&6
2215 test -n "$LINT" && break
2218 if test "$LINT" = "lint"
2220 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
2226 echo $ac_n "checking for sqrt in -lm""... $ac_c" 1>&6
2227 echo "configure:2228: checking for sqrt in -lm" >&5
2228 ac_lib_var=`echo m'_'sqrt | sed 'y%./+-%__p_%'`
2229 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2230 echo $ac_n "(cached) $ac_c" 1>&6
2232 ac_save_LIBS="$LIBS"
2234 cat > conftest.$ac_ext <<EOF
2235 #line 2236 "configure"
2236 #include "confdefs.h"
2237 /* Override any gcc2 internal prototype to avoid an error. */
2238 /* We use char because int might match the return type of a gcc2
2239 builtin and then its argument prototype would still apply. */
2246 if { (eval echo configure:2247: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2248 eval "ac_cv_lib_$ac_lib_var=yes"
2250 echo "configure: failed program was:" >&5
2251 cat conftest.$ac_ext >&5
2253 eval "ac_cv_lib_$ac_lib_var=no"
2256 LIBS="$ac_save_LIBS"
2259 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2260 echo "$ac_t""yes" 1>&6
2261 ac_tr_lib=HAVE_LIB`echo m | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2262 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2263 cat >> confdefs.h <<EOF
2264 #define $ac_tr_lib 1
2270 echo "$ac_t""no" 1>&6
2273 echo $ac_n "checking for i386_set_ldt in -li386""... $ac_c" 1>&6
2274 echo "configure:2275: checking for i386_set_ldt in -li386" >&5
2275 ac_lib_var=`echo i386'_'i386_set_ldt | sed 'y%./+-%__p_%'`
2276 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2277 echo $ac_n "(cached) $ac_c" 1>&6
2279 ac_save_LIBS="$LIBS"
2281 cat > conftest.$ac_ext <<EOF
2282 #line 2283 "configure"
2283 #include "confdefs.h"
2284 /* Override any gcc2 internal prototype to avoid an error. */
2285 /* We use char because int might match the return type of a gcc2
2286 builtin and then its argument prototype would still apply. */
2287 char i386_set_ldt();
2293 if { (eval echo configure:2294: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2295 eval "ac_cv_lib_$ac_lib_var=yes"
2297 echo "configure: failed program was:" >&5
2298 cat conftest.$ac_ext >&5
2300 eval "ac_cv_lib_$ac_lib_var=no"
2303 LIBS="$ac_save_LIBS"
2306 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2307 echo "$ac_t""yes" 1>&6
2308 ac_tr_lib=HAVE_LIB`echo i386 | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2309 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2310 cat >> confdefs.h <<EOF
2311 #define $ac_tr_lib 1
2317 echo "$ac_t""no" 1>&6
2320 echo $ac_n "checking for _oss_ioctl in -lossaudio""... $ac_c" 1>&6
2321 echo "configure:2322: checking for _oss_ioctl in -lossaudio" >&5
2322 ac_lib_var=`echo ossaudio'_'_oss_ioctl | sed 'y%./+-%__p_%'`
2323 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2324 echo $ac_n "(cached) $ac_c" 1>&6
2326 ac_save_LIBS="$LIBS"
2327 LIBS="-lossaudio $LIBS"
2328 cat > conftest.$ac_ext <<EOF
2329 #line 2330 "configure"
2330 #include "confdefs.h"
2331 /* Override any gcc2 internal prototype to avoid an error. */
2332 /* We use char because int might match the return type of a gcc2
2333 builtin and then its argument prototype would still apply. */
2340 if { (eval echo configure:2341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2342 eval "ac_cv_lib_$ac_lib_var=yes"
2344 echo "configure: failed program was:" >&5
2345 cat conftest.$ac_ext >&5
2347 eval "ac_cv_lib_$ac_lib_var=no"
2350 LIBS="$ac_save_LIBS"
2353 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2354 echo "$ac_t""yes" 1>&6
2355 ac_tr_lib=HAVE_LIB`echo ossaudio | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2356 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2357 cat >> confdefs.h <<EOF
2358 #define $ac_tr_lib 1
2361 LIBS="-lossaudio $LIBS"
2364 echo "$ac_t""no" 1>&6
2367 echo $ac_n "checking for iswalnum in -lw""... $ac_c" 1>&6
2368 echo "configure:2369: checking for iswalnum in -lw" >&5
2369 ac_lib_var=`echo w'_'iswalnum | sed 'y%./+-%__p_%'`
2370 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2371 echo $ac_n "(cached) $ac_c" 1>&6
2373 ac_save_LIBS="$LIBS"
2375 cat > conftest.$ac_ext <<EOF
2376 #line 2377 "configure"
2377 #include "confdefs.h"
2378 /* Override any gcc2 internal prototype to avoid an error. */
2379 /* We use char because int might match the return type of a gcc2
2380 builtin and then its argument prototype would still apply. */
2387 if { (eval echo configure:2388: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2389 eval "ac_cv_lib_$ac_lib_var=yes"
2391 echo "configure: failed program was:" >&5
2392 cat conftest.$ac_ext >&5
2394 eval "ac_cv_lib_$ac_lib_var=no"
2397 LIBS="$ac_save_LIBS"
2400 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2401 echo "$ac_t""yes" 1>&6
2402 ac_tr_lib=HAVE_LIB`echo w | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2403 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2404 cat >> confdefs.h <<EOF
2405 #define $ac_tr_lib 1
2411 echo "$ac_t""no" 1>&6
2414 for ac_func in gethostbyname
2416 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2417 echo "configure:2418: checking for $ac_func" >&5
2418 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2419 echo $ac_n "(cached) $ac_c" 1>&6
2421 cat > conftest.$ac_ext <<EOF
2422 #line 2423 "configure"
2423 #include "confdefs.h"
2424 /* System header to define __stub macros and hopefully few prototypes,
2425 which can conflict with char $ac_func(); below. */
2427 /* Override any gcc2 internal prototype to avoid an error. */
2428 /* We use char because int might match the return type of a gcc2
2429 builtin and then its argument prototype would still apply. */
2434 /* The GNU C library defines this for functions which it implements
2435 to always fail with ENOSYS. Some functions are actually named
2436 something starting with __ and the normal name is an alias. */
2437 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2445 if { (eval echo configure:2446: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2447 eval "ac_cv_func_$ac_func=yes"
2449 echo "configure: failed program was:" >&5
2450 cat conftest.$ac_ext >&5
2452 eval "ac_cv_func_$ac_func=no"
2457 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2458 echo "$ac_t""yes" 1>&6
2459 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2460 cat >> confdefs.h <<EOF
2461 #define $ac_tr_func 1
2465 echo "$ac_t""no" 1>&6
2466 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
2467 echo "configure:2468: checking for gethostbyname in -lnsl" >&5
2468 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
2469 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2470 echo $ac_n "(cached) $ac_c" 1>&6
2472 ac_save_LIBS="$LIBS"
2473 LIBS="-lnsl -lsocket $LIBS"
2474 cat > conftest.$ac_ext <<EOF
2475 #line 2476 "configure"
2476 #include "confdefs.h"
2477 /* Override any gcc2 internal prototype to avoid an error. */
2478 /* We use char because int might match the return type of a gcc2
2479 builtin and then its argument prototype would still apply. */
2480 char gethostbyname();
2486 if { (eval echo configure:2487: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2488 eval "ac_cv_lib_$ac_lib_var=yes"
2490 echo "configure: failed program was:" >&5
2491 cat conftest.$ac_ext >&5
2493 eval "ac_cv_lib_$ac_lib_var=no"
2496 LIBS="$ac_save_LIBS"
2499 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2500 echo "$ac_t""yes" 1>&6
2501 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
2503 echo "$ac_t""no" 1>&6
2504 echo $ac_n "checking for gethostbyname in -lsocket""... $ac_c" 1>&6
2505 echo "configure:2506: checking for gethostbyname in -lsocket" >&5
2506 ac_lib_var=`echo socket'_'gethostbyname | sed 'y%./+-%__p_%'`
2507 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2508 echo $ac_n "(cached) $ac_c" 1>&6
2510 ac_save_LIBS="$LIBS"
2511 LIBS="-lsocket -lnsl $LIBS"
2512 cat > conftest.$ac_ext <<EOF
2513 #line 2514 "configure"
2514 #include "confdefs.h"
2515 /* Override any gcc2 internal prototype to avoid an error. */
2516 /* We use char because int might match the return type of a gcc2
2517 builtin and then its argument prototype would still apply. */
2518 char gethostbyname();
2524 if { (eval echo configure:2525: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2526 eval "ac_cv_lib_$ac_lib_var=yes"
2528 echo "configure: failed program was:" >&5
2529 cat conftest.$ac_ext >&5
2531 eval "ac_cv_lib_$ac_lib_var=no"
2534 LIBS="$ac_save_LIBS"
2537 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2538 echo "$ac_t""yes" 1>&6
2539 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
2541 echo "$ac_t""no" 1>&6
2549 for ac_func in connect
2551 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2552 echo "configure:2553: checking for $ac_func" >&5
2553 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2554 echo $ac_n "(cached) $ac_c" 1>&6
2556 cat > conftest.$ac_ext <<EOF
2557 #line 2558 "configure"
2558 #include "confdefs.h"
2559 /* System header to define __stub macros and hopefully few prototypes,
2560 which can conflict with char $ac_func(); below. */
2562 /* Override any gcc2 internal prototype to avoid an error. */
2563 /* We use char because int might match the return type of a gcc2
2564 builtin and then its argument prototype would still apply. */
2569 /* The GNU C library defines this for functions which it implements
2570 to always fail with ENOSYS. Some functions are actually named
2571 something starting with __ and the normal name is an alias. */
2572 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2580 if { (eval echo configure:2581: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2582 eval "ac_cv_func_$ac_func=yes"
2584 echo "configure: failed program was:" >&5
2585 cat conftest.$ac_ext >&5
2587 eval "ac_cv_func_$ac_func=no"
2592 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2593 echo "$ac_t""yes" 1>&6
2594 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2595 cat >> confdefs.h <<EOF
2596 #define $ac_tr_func 1
2600 echo "$ac_t""no" 1>&6
2601 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
2602 echo "configure:2603: checking for connect in -lsocket" >&5
2603 ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
2604 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2605 echo $ac_n "(cached) $ac_c" 1>&6
2607 ac_save_LIBS="$LIBS"
2608 LIBS="-lsocket $LIBS"
2609 cat > conftest.$ac_ext <<EOF
2610 #line 2611 "configure"
2611 #include "confdefs.h"
2612 /* Override any gcc2 internal prototype to avoid an error. */
2613 /* We use char because int might match the return type of a gcc2
2614 builtin and then its argument prototype would still apply. */
2621 if { (eval echo configure:2622: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2623 eval "ac_cv_lib_$ac_lib_var=yes"
2625 echo "configure: failed program was:" >&5
2626 cat conftest.$ac_ext >&5
2628 eval "ac_cv_lib_$ac_lib_var=no"
2631 LIBS="$ac_save_LIBS"
2634 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2635 echo "$ac_t""yes" 1>&6
2636 ac_tr_lib=HAVE_LIB`echo socket | sed -e 's/^a-zA-Z0-9_/_/g' \
2637 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2638 cat >> confdefs.h <<EOF
2639 #define $ac_tr_lib 1
2642 LIBS="-lsocket $LIBS"
2645 echo "$ac_t""no" 1>&6
2651 echo $ac_n "checking for setrunelocale in -lxpg4""... $ac_c" 1>&6
2652 echo "configure:2653: checking for setrunelocale in -lxpg4" >&5
2653 ac_lib_var=`echo xpg4'_'setrunelocale | sed 'y%./+-%__p_%'`
2654 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2655 echo $ac_n "(cached) $ac_c" 1>&6
2657 ac_save_LIBS="$LIBS"
2659 cat > conftest.$ac_ext <<EOF
2660 #line 2661 "configure"
2661 #include "confdefs.h"
2662 /* Override any gcc2 internal prototype to avoid an error. */
2663 /* We use char because int might match the return type of a gcc2
2664 builtin and then its argument prototype would still apply. */
2665 char setrunelocale();
2671 if { (eval echo configure:2672: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2673 eval "ac_cv_lib_$ac_lib_var=yes"
2675 echo "configure: failed program was:" >&5
2676 cat conftest.$ac_ext >&5
2678 eval "ac_cv_lib_$ac_lib_var=no"
2681 LIBS="$ac_save_LIBS"
2684 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2685 echo "$ac_t""yes" 1>&6
2686 ac_tr_lib=HAVE_LIB`echo xpg4 | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2687 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2688 cat >> confdefs.h <<EOF
2689 #define $ac_tr_lib 1
2695 echo "$ac_t""no" 1>&6
2698 echo $ac_n "checking for mmap in -lmmap""... $ac_c" 1>&6
2699 echo "configure:2700: checking for mmap in -lmmap" >&5
2700 ac_lib_var=`echo mmap'_'mmap | sed 'y%./+-%__p_%'`
2701 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2702 echo $ac_n "(cached) $ac_c" 1>&6
2704 ac_save_LIBS="$LIBS"
2706 cat > conftest.$ac_ext <<EOF
2707 #line 2708 "configure"
2708 #include "confdefs.h"
2709 /* Override any gcc2 internal prototype to avoid an error. */
2710 /* We use char because int might match the return type of a gcc2
2711 builtin and then its argument prototype would still apply. */
2718 if { (eval echo configure:2719: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2720 eval "ac_cv_lib_$ac_lib_var=yes"
2722 echo "configure: failed program was:" >&5
2723 cat conftest.$ac_ext >&5
2725 eval "ac_cv_lib_$ac_lib_var=no"
2728 LIBS="$ac_save_LIBS"
2731 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2732 echo "$ac_t""yes" 1>&6
2733 ac_tr_lib=HAVE_LIB`echo mmap | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2734 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2735 cat >> confdefs.h <<EOF
2736 #define $ac_tr_lib 1
2742 echo "$ac_t""no" 1>&6
2745 for ac_func in openpty
2747 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2748 echo "configure:2749: checking for $ac_func" >&5
2749 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2750 echo $ac_n "(cached) $ac_c" 1>&6
2752 cat > conftest.$ac_ext <<EOF
2753 #line 2754 "configure"
2754 #include "confdefs.h"
2755 /* System header to define __stub macros and hopefully few prototypes,
2756 which can conflict with char $ac_func(); below. */
2758 /* Override any gcc2 internal prototype to avoid an error. */
2759 /* We use char because int might match the return type of a gcc2
2760 builtin and then its argument prototype would still apply. */
2765 /* The GNU C library defines this for functions which it implements
2766 to always fail with ENOSYS. Some functions are actually named
2767 something starting with __ and the normal name is an alias. */
2768 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2776 if { (eval echo configure:2777: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2778 eval "ac_cv_func_$ac_func=yes"
2780 echo "configure: failed program was:" >&5
2781 cat conftest.$ac_ext >&5
2783 eval "ac_cv_func_$ac_func=no"
2788 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2789 echo "$ac_t""yes" 1>&6
2790 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2791 cat >> confdefs.h <<EOF
2792 #define $ac_tr_func 1
2796 echo "$ac_t""no" 1>&6
2797 echo $ac_n "checking for openpty in -lutil""... $ac_c" 1>&6
2798 echo "configure:2799: checking for openpty in -lutil" >&5
2799 ac_lib_var=`echo util'_'openpty | sed 'y%./+-%__p_%'`
2800 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2801 echo $ac_n "(cached) $ac_c" 1>&6
2803 ac_save_LIBS="$LIBS"
2805 cat > conftest.$ac_ext <<EOF
2806 #line 2807 "configure"
2807 #include "confdefs.h"
2808 /* Override any gcc2 internal prototype to avoid an error. */
2809 /* We use char because int might match the return type of a gcc2
2810 builtin and then its argument prototype would still apply. */
2817 if { (eval echo configure:2818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2819 eval "ac_cv_lib_$ac_lib_var=yes"
2821 echo "configure: failed program was:" >&5
2822 cat conftest.$ac_ext >&5
2824 eval "ac_cv_lib_$ac_lib_var=no"
2827 LIBS="$ac_save_LIBS"
2830 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2831 echo "$ac_t""yes" 1>&6
2832 cat >> confdefs.h <<\EOF
2833 #define HAVE_OPENPTY 1
2839 echo "$ac_t""no" 1>&6
2846 for ac_hdr in dlfcn.h
2848 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2849 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2850 echo "configure:2851: checking for $ac_hdr" >&5
2851 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2852 echo $ac_n "(cached) $ac_c" 1>&6
2854 cat > conftest.$ac_ext <<EOF
2855 #line 2856 "configure"
2856 #include "confdefs.h"
2859 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2860 { (eval echo configure:2861: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2861 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2862 if test -z "$ac_err"; then
2864 eval "ac_cv_header_$ac_safe=yes"
2867 echo "configure: failed program was:" >&5
2868 cat conftest.$ac_ext >&5
2870 eval "ac_cv_header_$ac_safe=no"
2874 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2875 echo "$ac_t""yes" 1>&6
2876 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2877 cat >> confdefs.h <<EOF
2878 #define $ac_tr_hdr 1
2880 for ac_func in dlopen
2882 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2883 echo "configure:2884: checking for $ac_func" >&5
2884 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2885 echo $ac_n "(cached) $ac_c" 1>&6
2887 cat > conftest.$ac_ext <<EOF
2888 #line 2889 "configure"
2889 #include "confdefs.h"
2890 /* System header to define __stub macros and hopefully few prototypes,
2891 which can conflict with char $ac_func(); below. */
2893 /* Override any gcc2 internal prototype to avoid an error. */
2894 /* We use char because int might match the return type of a gcc2
2895 builtin and then its argument prototype would still apply. */
2900 /* The GNU C library defines this for functions which it implements
2901 to always fail with ENOSYS. Some functions are actually named
2902 something starting with __ and the normal name is an alias. */
2903 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2911 if { (eval echo configure:2912: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2913 eval "ac_cv_func_$ac_func=yes"
2915 echo "configure: failed program was:" >&5
2916 cat conftest.$ac_ext >&5
2918 eval "ac_cv_func_$ac_func=no"
2923 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2924 echo "$ac_t""yes" 1>&6
2925 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2926 cat >> confdefs.h <<EOF
2927 #define $ac_tr_func 1
2929 cat >> confdefs.h <<\EOF
2930 #define HAVE_DL_API 1
2934 echo "$ac_t""no" 1>&6
2935 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
2936 echo "configure:2937: checking for dlopen in -ldl" >&5
2937 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
2938 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2939 echo $ac_n "(cached) $ac_c" 1>&6
2941 ac_save_LIBS="$LIBS"
2943 cat > conftest.$ac_ext <<EOF
2944 #line 2945 "configure"
2945 #include "confdefs.h"
2946 /* Override any gcc2 internal prototype to avoid an error. */
2947 /* We use char because int might match the return type of a gcc2
2948 builtin and then its argument prototype would still apply. */
2955 if { (eval echo configure:2956: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2957 eval "ac_cv_lib_$ac_lib_var=yes"
2959 echo "configure: failed program was:" >&5
2960 cat conftest.$ac_ext >&5
2962 eval "ac_cv_lib_$ac_lib_var=no"
2965 LIBS="$ac_save_LIBS"
2968 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2969 echo "$ac_t""yes" 1>&6
2970 cat >> confdefs.h <<\EOF
2971 #define HAVE_DL_API 1
2976 echo "$ac_t""no" 1>&6
2986 echo "$ac_t""no" 1>&6
3007 if test "$have_x" = "yes"
3010 ac_save_CPPFLAGS="$CPPFLAGS"
3011 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
3013 for ac_hdr in X11/xpm.h
3015 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3016 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3017 echo "configure:3018: checking for $ac_hdr" >&5
3018 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3019 echo $ac_n "(cached) $ac_c" 1>&6
3021 cat > conftest.$ac_ext <<EOF
3022 #line 3023 "configure"
3023 #include "confdefs.h"
3026 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3027 { (eval echo configure:3028: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3028 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3029 if test -z "$ac_err"; then
3031 eval "ac_cv_header_$ac_safe=yes"
3034 echo "configure: failed program was:" >&5
3035 cat conftest.$ac_ext >&5
3037 eval "ac_cv_header_$ac_safe=no"
3041 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3042 echo "$ac_t""yes" 1>&6
3043 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3044 cat >> confdefs.h <<EOF
3045 #define $ac_tr_hdr 1
3047 echo $ac_n "checking for XpmCreatePixmapFromData in -lXpm""... $ac_c" 1>&6
3048 echo "configure:3049: checking for XpmCreatePixmapFromData in -lXpm" >&5
3049 ac_lib_var=`echo Xpm'_'XpmCreatePixmapFromData | sed 'y%./+-%__p_%'`
3050 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3051 echo $ac_n "(cached) $ac_c" 1>&6
3053 ac_save_LIBS="$LIBS"
3054 LIBS="-lXpm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS
3056 cat > conftest.$ac_ext <<EOF
3057 #line 3058 "configure"
3058 #include "confdefs.h"
3059 /* Override any gcc2 internal prototype to avoid an error. */
3060 /* We use char because int might match the return type of a gcc2
3061 builtin and then its argument prototype would still apply. */
3062 char XpmCreatePixmapFromData();
3065 XpmCreatePixmapFromData()
3068 if { (eval echo configure:3069: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3070 eval "ac_cv_lib_$ac_lib_var=yes"
3072 echo "configure: failed program was:" >&5
3073 cat conftest.$ac_ext >&5
3075 eval "ac_cv_lib_$ac_lib_var=no"
3078 LIBS="$ac_save_LIBS"
3081 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3082 echo "$ac_t""yes" 1>&6
3083 cat >> confdefs.h <<\EOF
3084 #define HAVE_LIBXXPM 1
3086 X_PRE_LIBS="$X_PRE_LIBS -lXpm"
3088 echo "$ac_t""no" 1>&6
3093 echo "$ac_t""no" 1>&6
3094 echo "Redhat : xpm xpm-devel"
3095 echo "Caldera OpenLinux : xpm xpm-devel xpm-devel-static"
3097 echo "Debian/Corel Linux: xpm4g xpm4g-dev"
3099 echo "Or get the sources from ftp.x.org and all its mirror sites from "
3100 echo "the directory /contrib/libraries."
3109 for ac_hdr in X11/Xlib.h
3111 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3112 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3113 echo "configure:3114: checking for $ac_hdr" >&5
3114 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3115 echo $ac_n "(cached) $ac_c" 1>&6
3117 cat > conftest.$ac_ext <<EOF
3118 #line 3119 "configure"
3119 #include "confdefs.h"
3122 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3123 { (eval echo configure:3124: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3124 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3125 if test -z "$ac_err"; then
3127 eval "ac_cv_header_$ac_safe=yes"
3130 echo "configure: failed program was:" >&5
3131 cat conftest.$ac_ext >&5
3133 eval "ac_cv_header_$ac_safe=no"
3137 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3138 echo "$ac_t""yes" 1>&6
3139 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3140 cat >> confdefs.h <<EOF
3141 #define $ac_tr_hdr 1
3144 for ac_hdr in X11/extensions/XShm.h
3146 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3147 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3148 echo "configure:3149: checking for $ac_hdr" >&5
3149 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3150 echo $ac_n "(cached) $ac_c" 1>&6
3152 cat > conftest.$ac_ext <<EOF
3153 #line 3154 "configure"
3154 #include "confdefs.h"
3157 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3158 { (eval echo configure:3159: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3159 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3160 if test -z "$ac_err"; then
3162 eval "ac_cv_header_$ac_safe=yes"
3165 echo "configure: failed program was:" >&5
3166 cat conftest.$ac_ext >&5
3168 eval "ac_cv_header_$ac_safe=no"
3172 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3173 echo "$ac_t""yes" 1>&6
3174 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3175 cat >> confdefs.h <<EOF
3176 #define $ac_tr_hdr 1
3178 echo $ac_n "checking for XShmQueryExtension in -lXext""... $ac_c" 1>&6
3179 echo "configure:3180: checking for XShmQueryExtension in -lXext" >&5
3180 ac_lib_var=`echo Xext'_'XShmQueryExtension | sed 'y%./+-%__p_%'`
3181 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3182 echo $ac_n "(cached) $ac_c" 1>&6
3184 ac_save_LIBS="$LIBS"
3185 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
3186 cat > conftest.$ac_ext <<EOF
3187 #line 3188 "configure"
3188 #include "confdefs.h"
3189 /* Override any gcc2 internal prototype to avoid an error. */
3190 /* We use char because int might match the return type of a gcc2
3191 builtin and then its argument prototype would still apply. */
3192 char XShmQueryExtension();
3195 XShmQueryExtension()
3198 if { (eval echo configure:3199: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3200 eval "ac_cv_lib_$ac_lib_var=yes"
3202 echo "configure: failed program was:" >&5
3203 cat conftest.$ac_ext >&5
3205 eval "ac_cv_lib_$ac_lib_var=no"
3208 LIBS="$ac_save_LIBS"
3211 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3212 echo "$ac_t""yes" 1>&6
3213 cat >> confdefs.h <<\EOF
3214 #define HAVE_LIBXXSHM 1
3218 echo "$ac_t""no" 1>&6
3223 echo "$ac_t""no" 1>&6
3224 echo "configure: warning: Xshm extension not found!!" 1>&2
3230 for ac_hdr in X11/Xlib.h X11/extensions/shape.h
3232 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3233 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3234 echo "configure:3235: checking for $ac_hdr" >&5
3235 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3236 echo $ac_n "(cached) $ac_c" 1>&6
3238 cat > conftest.$ac_ext <<EOF
3239 #line 3240 "configure"
3240 #include "confdefs.h"
3243 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3244 { (eval echo configure:3245: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3245 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3246 if test -z "$ac_err"; then
3248 eval "ac_cv_header_$ac_safe=yes"
3251 echo "configure: failed program was:" >&5
3252 cat conftest.$ac_ext >&5
3254 eval "ac_cv_header_$ac_safe=no"
3258 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3259 echo "$ac_t""yes" 1>&6
3260 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3261 cat >> confdefs.h <<EOF
3262 #define $ac_tr_hdr 1
3264 echo $ac_n "checking for XShapeQueryExtension in -lXext""... $ac_c" 1>&6
3265 echo "configure:3266: checking for XShapeQueryExtension in -lXext" >&5
3266 ac_lib_var=`echo Xext'_'XShapeQueryExtension | sed 'y%./+-%__p_%'`
3267 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3268 echo $ac_n "(cached) $ac_c" 1>&6
3270 ac_save_LIBS="$LIBS"
3271 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
3272 cat > conftest.$ac_ext <<EOF
3273 #line 3274 "configure"
3274 #include "confdefs.h"
3275 /* Override any gcc2 internal prototype to avoid an error. */
3276 /* We use char because int might match the return type of a gcc2
3277 builtin and then its argument prototype would still apply. */
3278 char XShapeQueryExtension();
3281 XShapeQueryExtension()
3284 if { (eval echo configure:3285: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3286 eval "ac_cv_lib_$ac_lib_var=yes"
3288 echo "configure: failed program was:" >&5
3289 cat conftest.$ac_ext >&5
3291 eval "ac_cv_lib_$ac_lib_var=no"
3294 LIBS="$ac_save_LIBS"
3297 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3298 echo "$ac_t""yes" 1>&6
3299 cat >> confdefs.h <<\EOF
3300 #define HAVE_LIBXSHAPE 1
3304 echo "$ac_t""no" 1>&6
3309 echo "$ac_t""no" 1>&6
3310 echo "configure: warning: XShape extension found!!" 1>&2
3316 for ac_hdr in X11/extensions/xf86dga.h
3318 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3319 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3320 echo "configure:3321: checking for $ac_hdr" >&5
3321 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3322 echo $ac_n "(cached) $ac_c" 1>&6
3324 cat > conftest.$ac_ext <<EOF
3325 #line 3326 "configure"
3326 #include "confdefs.h"
3329 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3330 { (eval echo configure:3331: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3331 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3332 if test -z "$ac_err"; then
3334 eval "ac_cv_header_$ac_safe=yes"
3337 echo "configure: failed program was:" >&5
3338 cat conftest.$ac_ext >&5
3340 eval "ac_cv_header_$ac_safe=no"
3344 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3345 echo "$ac_t""yes" 1>&6
3346 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3347 cat >> confdefs.h <<EOF
3348 #define $ac_tr_hdr 1
3350 echo $ac_n "checking for XDGAQueryExtension in -lXxf86dga""... $ac_c" 1>&6
3351 echo "configure:3352: checking for XDGAQueryExtension in -lXxf86dga" >&5
3352 ac_lib_var=`echo Xxf86dga'_'XDGAQueryExtension | sed 'y%./+-%__p_%'`
3353 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3354 echo $ac_n "(cached) $ac_c" 1>&6
3356 ac_save_LIBS="$LIBS"
3357 LIBS="-lXxf86dga $X_LIBS -lXext -lX11 $X_EXTRA_LIBS
3359 cat > conftest.$ac_ext <<EOF
3360 #line 3361 "configure"
3361 #include "confdefs.h"
3362 /* Override any gcc2 internal prototype to avoid an error. */
3363 /* We use char because int might match the return type of a gcc2
3364 builtin and then its argument prototype would still apply. */
3365 char XDGAQueryExtension();
3368 XDGAQueryExtension()
3371 if { (eval echo configure:3372: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3373 eval "ac_cv_lib_$ac_lib_var=yes"
3375 echo "configure: failed program was:" >&5
3376 cat conftest.$ac_ext >&5
3378 eval "ac_cv_lib_$ac_lib_var=no"
3381 LIBS="$ac_save_LIBS"
3384 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3385 echo "$ac_t""yes" 1>&6
3386 cat >> confdefs.h <<\EOF
3387 #define HAVE_LIBXXF86DGA2 1
3390 cat >> confdefs.h <<\EOF
3391 #define HAVE_LIBXXF86DGA 1
3394 X_PRE_LIBS="$X_PRE_LIBS -lXxf86dga"
3395 DGA_SRCS='$(DGA_SRCS)'
3396 DGA2_SRCS='$(DGA2_SRCS)'
3399 echo "$ac_t""no" 1>&6
3400 echo $ac_n "checking for XF86DGAQueryExtension in -lXxf86dga""... $ac_c" 1>&6
3401 echo "configure:3402: checking for XF86DGAQueryExtension in -lXxf86dga" >&5
3402 ac_lib_var=`echo Xxf86dga'_'XF86DGAQueryExtension | sed 'y%./+-%__p_%'`
3403 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3404 echo $ac_n "(cached) $ac_c" 1>&6
3406 ac_save_LIBS="$LIBS"
3407 LIBS="-lXxf86dga $X_LIBS -lXext -lX11 $X_EXTRA_LIBS
3409 cat > conftest.$ac_ext <<EOF
3410 #line 3411 "configure"
3411 #include "confdefs.h"
3412 /* Override any gcc2 internal prototype to avoid an error. */
3413 /* We use char because int might match the return type of a gcc2
3414 builtin and then its argument prototype would still apply. */
3415 char XF86DGAQueryExtension();
3418 XF86DGAQueryExtension()
3421 if { (eval echo configure:3422: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3423 eval "ac_cv_lib_$ac_lib_var=yes"
3425 echo "configure: failed program was:" >&5
3426 cat conftest.$ac_ext >&5
3428 eval "ac_cv_lib_$ac_lib_var=no"
3431 LIBS="$ac_save_LIBS"
3434 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3435 echo "$ac_t""yes" 1>&6
3436 cat >> confdefs.h <<\EOF
3437 #define HAVE_LIBXXF86DGA 1
3440 X_PRE_LIBS="$X_PRE_LIBS -lXxf86dga"
3441 DGA_SRCS='$(DGA_SRCS)'
3444 echo "$ac_t""no" 1>&6
3452 echo "$ac_t""no" 1>&6
3453 echo "configure: warning: DGA extension not found!!" 1>&2
3459 for ac_hdr in X11/extensions/xf86vmode.h
3461 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3462 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3463 echo "configure:3464: checking for $ac_hdr" >&5
3464 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3465 echo $ac_n "(cached) $ac_c" 1>&6
3467 cat > conftest.$ac_ext <<EOF
3468 #line 3469 "configure"
3469 #include "confdefs.h"
3472 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3473 { (eval echo configure:3474: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3474 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3475 if test -z "$ac_err"; then
3477 eval "ac_cv_header_$ac_safe=yes"
3480 echo "configure: failed program was:" >&5
3481 cat conftest.$ac_ext >&5
3483 eval "ac_cv_header_$ac_safe=no"
3487 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3488 echo "$ac_t""yes" 1>&6
3489 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3490 cat >> confdefs.h <<EOF
3491 #define $ac_tr_hdr 1
3493 echo $ac_n "checking for XF86VidModeQueryExtension in -lXxf86vm""... $ac_c" 1>&6
3494 echo "configure:3495: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
3495 ac_lib_var=`echo Xxf86vm'_'XF86VidModeQueryExtension | sed 'y%./+-%__p_%'`
3496 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3497 echo $ac_n "(cached) $ac_c" 1>&6
3499 ac_save_LIBS="$LIBS"
3500 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS
3502 cat > conftest.$ac_ext <<EOF
3503 #line 3504 "configure"
3504 #include "confdefs.h"
3505 /* Override any gcc2 internal prototype to avoid an error. */
3506 /* We use char because int might match the return type of a gcc2
3507 builtin and then its argument prototype would still apply. */
3508 char XF86VidModeQueryExtension();
3511 XF86VidModeQueryExtension()
3514 if { (eval echo configure:3515: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3516 eval "ac_cv_lib_$ac_lib_var=yes"
3518 echo "configure: failed program was:" >&5
3519 cat conftest.$ac_ext >&5
3521 eval "ac_cv_lib_$ac_lib_var=no"
3524 LIBS="$ac_save_LIBS"
3527 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3528 echo "$ac_t""yes" 1>&6
3529 cat >> confdefs.h <<\EOF
3530 #define HAVE_LIBXXF86VM 1
3533 X_PRE_LIBS="$X_PRE_LIBS -lXxf86vm"
3536 echo "$ac_t""no" 1>&6
3541 echo "$ac_t""no" 1>&6
3542 echo "configure: warning: XFree86 VMODE extension not found!!" 1>&2
3548 for ac_hdr in X11/extensions/Xvlib.h
3550 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3551 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3552 echo "configure:3553: checking for $ac_hdr" >&5
3553 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3554 echo $ac_n "(cached) $ac_c" 1>&6
3556 cat > conftest.$ac_ext <<EOF
3557 #line 3558 "configure"
3558 #include "confdefs.h"
3561 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3562 { (eval echo configure:3563: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3563 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3564 if test -z "$ac_err"; then
3566 eval "ac_cv_header_$ac_safe=yes"
3569 echo "configure: failed program was:" >&5
3570 cat conftest.$ac_ext >&5
3572 eval "ac_cv_header_$ac_safe=no"
3576 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3577 echo "$ac_t""yes" 1>&6
3578 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3579 cat >> confdefs.h <<EOF
3580 #define $ac_tr_hdr 1
3582 echo $ac_n "checking for XvShmCreateImage in -lXv""... $ac_c" 1>&6
3583 echo "configure:3584: checking for XvShmCreateImage in -lXv" >&5
3584 ac_lib_var=`echo Xv'_'XvShmCreateImage | sed 'y%./+-%__p_%'`
3585 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3586 echo $ac_n "(cached) $ac_c" 1>&6
3588 ac_save_LIBS="$LIBS"
3589 LIBS="-lXv $X_LIBS -lXext -lX11 $X_EXTRA_LIBS
3591 cat > conftest.$ac_ext <<EOF
3592 #line 3593 "configure"
3593 #include "confdefs.h"
3594 /* Override any gcc2 internal prototype to avoid an error. */
3595 /* We use char because int might match the return type of a gcc2
3596 builtin and then its argument prototype would still apply. */
3597 char XvShmCreateImage();
3603 if { (eval echo configure:3604: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3605 eval "ac_cv_lib_$ac_lib_var=yes"
3607 echo "configure: failed program was:" >&5
3608 cat conftest.$ac_ext >&5
3610 eval "ac_cv_lib_$ac_lib_var=no"
3613 LIBS="$ac_save_LIBS"
3616 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3617 echo "$ac_t""yes" 1>&6
3618 cat >> confdefs.h <<\EOF
3619 #define HAVE_XVIDEO 1
3622 X_PRE_LIBS="$X_PRE_LIBS -lXv"
3625 echo "$ac_t""no" 1>&6
3630 echo "$ac_t""no" 1>&6
3631 echo "configure: warning: XVideo extension not found !!" 1>&2
3640 echo "$ac_t""no" 1>&6
3644 if test $OPENGL = "yes" -o $OPENGL = "normal"
3646 for ac_hdr in GL/gl.h GL/glx.h GL/glext.h
3648 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3649 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3650 echo "configure:3651: checking for $ac_hdr" >&5
3651 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3652 echo $ac_n "(cached) $ac_c" 1>&6
3654 cat > conftest.$ac_ext <<EOF
3655 #line 3656 "configure"
3656 #include "confdefs.h"
3659 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3660 { (eval echo configure:3661: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3661 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3662 if test -z "$ac_err"; then
3664 eval "ac_cv_header_$ac_safe=yes"
3667 echo "configure: failed program was:" >&5
3668 cat conftest.$ac_ext >&5
3670 eval "ac_cv_header_$ac_safe=no"
3674 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3675 echo "$ac_t""yes" 1>&6
3676 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3677 cat >> confdefs.h <<EOF
3678 #define $ac_tr_hdr 1
3682 echo "$ac_t""no" 1>&6
3686 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
3688 echo $ac_n "checking "for up-to-date OpenGL version"""... $ac_c" 1>&6
3689 echo "configure:3690: checking "for up-to-date OpenGL version"" >&5
3690 if eval "test \"`echo '$''{'wine_cv_opengl_version_OK'+set}'`\" = set"; then
3691 echo $ac_n "(cached) $ac_c" 1>&6
3693 cat > conftest.$ac_ext <<EOF
3694 #line 3695 "configure"
3695 #include "confdefs.h"
3698 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
3701 if { (eval echo configure:3702: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3703 wine_cv_opengl_version_OK="yes"
3705 echo "configure: failed program was:" >&5
3706 cat conftest.$ac_ext >&5
3708 wine_cv_opengl_version_OK="no"
3715 echo "$ac_t""$wine_cv_opengl_version_OK" 1>&6
3717 echo $ac_n "checking "for thread-safe OpenGL version"""... $ac_c" 1>&6
3718 echo "configure:3719: checking "for thread-safe OpenGL version"" >&5
3719 if eval "test \"`echo '$''{'wine_cv_opengl_version_threadsafe'+set}'`\" = set"; then
3720 echo $ac_n "(cached) $ac_c" 1>&6
3724 cat > conftest.$ac_ext <<EOF
3725 #line 3726 "configure"
3726 #include "confdefs.h"
3729 pthread_getspecific();
3732 if { (eval echo configure:3733: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3734 wine_cv_opengl_version_threadsafe="yes"
3736 echo "configure: failed program was:" >&5
3737 cat conftest.$ac_ext >&5
3739 wine_cv_opengl_version_threadsafe="no"
3746 echo "$ac_t""$wine_cv_opengl_version_threadsafe" 1>&6
3748 if test "$wine_cv_opengl_version_OK" = "yes" -a \( "$wine_cv_opengl_version_threadsafe" = "no" -o $OPENGL = "yes" \)
3750 echo $ac_n "checking for glXCreateContext in -lGL""... $ac_c" 1>&6
3751 echo "configure:3752: checking for glXCreateContext in -lGL" >&5
3752 ac_lib_var=`echo GL'_'glXCreateContext | sed 'y%./+-%__p_%'`
3753 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3754 echo $ac_n "(cached) $ac_c" 1>&6
3756 ac_save_LIBS="$LIBS"
3757 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
3758 cat > conftest.$ac_ext <<EOF
3759 #line 3760 "configure"
3760 #include "confdefs.h"
3761 /* Override any gcc2 internal prototype to avoid an error. */
3762 /* We use char because int might match the return type of a gcc2
3763 builtin and then its argument prototype would still apply. */
3764 char glXCreateContext();
3770 if { (eval echo configure:3771: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3772 eval "ac_cv_lib_$ac_lib_var=yes"
3774 echo "configure: failed program was:" >&5
3775 cat conftest.$ac_ext >&5
3777 eval "ac_cv_lib_$ac_lib_var=no"
3780 LIBS="$ac_save_LIBS"
3783 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3784 echo "$ac_t""yes" 1>&6
3785 X_PRE_LIBS="$X_PRE_LIBS -lGL"
3786 MESA_SRCS='$(MESA_SRCS)'
3789 echo "$ac_t""no" 1>&6
3793 if test $ac_cv_lib_GL_glXCreateContext = "yes"
3796 OPENGLFILES='$(OPENGLFILES)'
3797 cat >> confdefs.h <<\EOF
3798 #define HAVE_OPENGL 1
3802 echo $ac_n "checking for glXGetProcAddressARB in -lGL""... $ac_c" 1>&6
3803 echo "configure:3804: checking for glXGetProcAddressARB in -lGL" >&5
3804 ac_lib_var=`echo GL'_'glXGetProcAddressARB | sed 'y%./+-%__p_%'`
3805 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3806 echo $ac_n "(cached) $ac_c" 1>&6
3808 ac_save_LIBS="$LIBS"
3809 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
3810 cat > conftest.$ac_ext <<EOF
3811 #line 3812 "configure"
3812 #include "confdefs.h"
3813 /* Override any gcc2 internal prototype to avoid an error. */
3814 /* We use char because int might match the return type of a gcc2
3815 builtin and then its argument prototype would still apply. */
3816 char glXGetProcAddressARB();
3819 glXGetProcAddressARB()
3822 if { (eval echo configure:3823: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3824 eval "ac_cv_lib_$ac_lib_var=yes"
3826 echo "configure: failed program was:" >&5
3827 cat conftest.$ac_ext >&5
3829 eval "ac_cv_lib_$ac_lib_var=no"
3832 LIBS="$ac_save_LIBS"
3835 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3836 echo "$ac_t""yes" 1>&6
3837 cat >> confdefs.h <<\EOF
3838 #define HAVE_GLX_GETPROCADDRESS 1
3842 echo "$ac_t""no" 1>&6
3846 if test $ac_cv_lib_GL_glXGetProcAddressARB = "yes"
3848 echo $ac_n "checking "for OpenGL extension functions prototypes"""... $ac_c" 1>&6
3849 echo "configure:3850: checking "for OpenGL extension functions prototypes"" >&5
3850 if eval "test \"`echo '$''{'wine_cv_extension_prototypes'+set}'`\" = set"; then
3851 echo $ac_n "(cached) $ac_c" 1>&6
3853 cat > conftest.$ac_ext <<EOF
3854 #line 3855 "configure"
3855 #include "confdefs.h"
3857 #ifdef HAVE_GL_GLEXT_H
3858 # include <GL/glext.h>
3862 PFNGLCOLORTABLEEXTPROC test_proc;
3865 if { (eval echo configure:3866: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3867 wine_cv_extension_prototypes="yes"
3869 echo "configure: failed program was:" >&5
3870 cat conftest.$ac_ext >&5
3872 wine_cv_extension_prototypes="no"
3879 echo "$ac_t""$wine_cv_extension_prototypes" 1>&6
3880 if test $wine_cv_extension_prototypes = "yes"
3882 cat >> confdefs.h <<\EOF
3883 #define HAVE_GLEXT_PROTOTYPES 1
3888 OPENGL32_DLL=opengl32
3895 CPPFLAGS="$ac_save_CPPFLAGS"
3904 if test "$CURSES" = "yes"
3906 for ac_hdr in ncurses.h
3908 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3909 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3910 echo "configure:3911: checking for $ac_hdr" >&5
3911 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3912 echo $ac_n "(cached) $ac_c" 1>&6
3914 cat > conftest.$ac_ext <<EOF
3915 #line 3916 "configure"
3916 #include "confdefs.h"
3919 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3920 { (eval echo configure:3921: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3921 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3922 if test -z "$ac_err"; then
3924 eval "ac_cv_header_$ac_safe=yes"
3927 echo "configure: failed program was:" >&5
3928 cat conftest.$ac_ext >&5
3930 eval "ac_cv_header_$ac_safe=no"
3934 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3935 echo "$ac_t""yes" 1>&6
3936 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3937 cat >> confdefs.h <<EOF
3938 #define $ac_tr_hdr 1
3942 echo "$ac_t""no" 1>&6
3946 if test "$ac_cv_header_ncurses_h" = "yes"
3948 echo $ac_n "checking for waddch in -lncurses""... $ac_c" 1>&6
3949 echo "configure:3950: checking for waddch in -lncurses" >&5
3950 ac_lib_var=`echo ncurses'_'waddch | sed 'y%./+-%__p_%'`
3951 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3952 echo $ac_n "(cached) $ac_c" 1>&6
3954 ac_save_LIBS="$LIBS"
3955 LIBS="-lncurses $LIBS"
3956 cat > conftest.$ac_ext <<EOF
3957 #line 3958 "configure"
3958 #include "confdefs.h"
3959 /* Override any gcc2 internal prototype to avoid an error. */
3960 /* We use char because int might match the return type of a gcc2
3961 builtin and then its argument prototype would still apply. */
3968 if { (eval echo configure:3969: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3970 eval "ac_cv_lib_$ac_lib_var=yes"
3972 echo "configure: failed program was:" >&5
3973 cat conftest.$ac_ext >&5
3975 eval "ac_cv_lib_$ac_lib_var=no"
3978 LIBS="$ac_save_LIBS"
3981 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3982 echo "$ac_t""yes" 1>&6
3983 ac_tr_lib=HAVE_LIB`echo ncurses | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3984 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3985 cat >> confdefs.h <<EOF
3986 #define $ac_tr_lib 1
3989 LIBS="-lncurses $LIBS"
3992 echo "$ac_t""no" 1>&6
3996 if test "$ac_cv_lib_ncurses_waddch" = "yes"
3998 echo $ac_n "checking for resizeterm in -lncurses""... $ac_c" 1>&6
3999 echo "configure:4000: checking for resizeterm in -lncurses" >&5
4000 ac_lib_var=`echo ncurses'_'resizeterm | sed 'y%./+-%__p_%'`
4001 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4002 echo $ac_n "(cached) $ac_c" 1>&6
4004 ac_save_LIBS="$LIBS"
4005 LIBS="-lncurses $LIBS"
4006 cat > conftest.$ac_ext <<EOF
4007 #line 4008 "configure"
4008 #include "confdefs.h"
4009 /* Override any gcc2 internal prototype to avoid an error. */
4010 /* We use char because int might match the return type of a gcc2
4011 builtin and then its argument prototype would still apply. */
4018 if { (eval echo configure:4019: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4020 eval "ac_cv_lib_$ac_lib_var=yes"
4022 echo "configure: failed program was:" >&5
4023 cat conftest.$ac_ext >&5
4025 eval "ac_cv_lib_$ac_lib_var=no"
4028 LIBS="$ac_save_LIBS"
4031 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4032 echo "$ac_t""yes" 1>&6
4033 cat >> confdefs.h <<\EOF
4034 #define HAVE_RESIZETERM 1
4038 echo "$ac_t""no" 1>&6
4041 echo $ac_n "checking for getbkgd in -lncurses""... $ac_c" 1>&6
4042 echo "configure:4043: checking for getbkgd in -lncurses" >&5
4043 ac_lib_var=`echo ncurses'_'getbkgd | sed 'y%./+-%__p_%'`
4044 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4045 echo $ac_n "(cached) $ac_c" 1>&6
4047 ac_save_LIBS="$LIBS"
4048 LIBS="-lncurses $LIBS"
4049 cat > conftest.$ac_ext <<EOF
4050 #line 4051 "configure"
4051 #include "confdefs.h"
4052 /* Override any gcc2 internal prototype to avoid an error. */
4053 /* We use char because int might match the return type of a gcc2
4054 builtin and then its argument prototype would still apply. */
4061 if { (eval echo configure:4062: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4063 eval "ac_cv_lib_$ac_lib_var=yes"
4065 echo "configure: failed program was:" >&5
4066 cat conftest.$ac_ext >&5
4068 eval "ac_cv_lib_$ac_lib_var=no"
4071 LIBS="$ac_save_LIBS"
4074 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4075 echo "$ac_t""yes" 1>&6
4076 cat >> confdefs.h <<\EOF
4077 #define HAVE_GETBKGD 1
4081 echo "$ac_t""no" 1>&6
4085 for ac_hdr in curses.h
4087 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4088 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4089 echo "configure:4090: checking for $ac_hdr" >&5
4090 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4091 echo $ac_n "(cached) $ac_c" 1>&6
4093 cat > conftest.$ac_ext <<EOF
4094 #line 4095 "configure"
4095 #include "confdefs.h"
4098 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4099 { (eval echo configure:4100: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4100 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4101 if test -z "$ac_err"; then
4103 eval "ac_cv_header_$ac_safe=yes"
4106 echo "configure: failed program was:" >&5
4107 cat conftest.$ac_ext >&5
4109 eval "ac_cv_header_$ac_safe=no"
4113 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4114 echo "$ac_t""yes" 1>&6
4115 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4116 cat >> confdefs.h <<EOF
4117 #define $ac_tr_hdr 1
4121 echo "$ac_t""no" 1>&6
4125 if test "$ac_cv_header_curses_h" = "yes"
4127 echo $ac_n "checking for waddch in -lcurses""... $ac_c" 1>&6
4128 echo "configure:4129: checking for waddch in -lcurses" >&5
4129 ac_lib_var=`echo curses'_'waddch | sed 'y%./+-%__p_%'`
4130 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4131 echo $ac_n "(cached) $ac_c" 1>&6
4133 ac_save_LIBS="$LIBS"
4134 LIBS="-lcurses $LIBS"
4135 cat > conftest.$ac_ext <<EOF
4136 #line 4137 "configure"
4137 #include "confdefs.h"
4138 /* Override any gcc2 internal prototype to avoid an error. */
4139 /* We use char because int might match the return type of a gcc2
4140 builtin and then its argument prototype would still apply. */
4147 if { (eval echo configure:4148: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4149 eval "ac_cv_lib_$ac_lib_var=yes"
4151 echo "configure: failed program was:" >&5
4152 cat conftest.$ac_ext >&5
4154 eval "ac_cv_lib_$ac_lib_var=no"
4157 LIBS="$ac_save_LIBS"
4160 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4161 echo "$ac_t""yes" 1>&6
4162 ac_tr_lib=HAVE_LIB`echo curses | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4163 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
4164 cat >> confdefs.h <<EOF
4165 #define $ac_tr_lib 1
4168 LIBS="-lcurses $LIBS"
4171 echo "$ac_t""no" 1>&6
4174 if test "$ac_cv_lib_curses_waddch" = "yes"
4176 echo $ac_n "checking for resizeterm in -lcurses""... $ac_c" 1>&6
4177 echo "configure:4178: checking for resizeterm in -lcurses" >&5
4178 ac_lib_var=`echo curses'_'resizeterm | sed 'y%./+-%__p_%'`
4179 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4180 echo $ac_n "(cached) $ac_c" 1>&6
4182 ac_save_LIBS="$LIBS"
4183 LIBS="-lcurses $LIBS"
4184 cat > conftest.$ac_ext <<EOF
4185 #line 4186 "configure"
4186 #include "confdefs.h"
4187 /* Override any gcc2 internal prototype to avoid an error. */
4188 /* We use char because int might match the return type of a gcc2
4189 builtin and then its argument prototype would still apply. */
4196 if { (eval echo configure:4197: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4198 eval "ac_cv_lib_$ac_lib_var=yes"
4200 echo "configure: failed program was:" >&5
4201 cat conftest.$ac_ext >&5
4203 eval "ac_cv_lib_$ac_lib_var=no"
4206 LIBS="$ac_save_LIBS"
4209 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4210 echo "$ac_t""yes" 1>&6
4211 cat >> confdefs.h <<\EOF
4212 #define HAVE_RESIZETERM 1
4216 echo "$ac_t""no" 1>&6
4219 echo $ac_n "checking for getbkgd in -lcurses""... $ac_c" 1>&6
4220 echo "configure:4221: checking for getbkgd in -lcurses" >&5
4221 ac_lib_var=`echo curses'_'getbkgd | sed 'y%./+-%__p_%'`
4222 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4223 echo $ac_n "(cached) $ac_c" 1>&6
4225 ac_save_LIBS="$LIBS"
4226 LIBS="-lcurses $LIBS"
4227 cat > conftest.$ac_ext <<EOF
4228 #line 4229 "configure"
4229 #include "confdefs.h"
4230 /* Override any gcc2 internal prototype to avoid an error. */
4231 /* We use char because int might match the return type of a gcc2
4232 builtin and then its argument prototype would still apply. */
4239 if { (eval echo configure:4240: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4241 eval "ac_cv_lib_$ac_lib_var=yes"
4243 echo "configure: failed program was:" >&5
4244 cat conftest.$ac_ext >&5
4246 eval "ac_cv_lib_$ac_lib_var=no"
4249 LIBS="$ac_save_LIBS"
4252 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4253 echo "$ac_t""yes" 1>&6
4254 cat >> confdefs.h <<\EOF
4255 #define HAVE_GETBKGD 1
4259 echo "$ac_t""no" 1>&6
4267 echo $ac_n "checking "for GNU style IPX support"""... $ac_c" 1>&6
4268 echo "configure:4269: checking "for GNU style IPX support"" >&5
4269 if eval "test \"`echo '$''{'ac_cv_c_ipx_gnu'+set}'`\" = set"; then
4270 echo $ac_n "(cached) $ac_c" 1>&6
4272 cat > conftest.$ac_ext <<EOF
4273 #line 4274 "configure"
4274 #include "confdefs.h"
4275 #include <sys/socket.h>
4276 #include <netipx/ipx.h>
4278 ((struct sockaddr_ipx *)0)->sipx_family == AF_IPX
4281 if { (eval echo configure:4282: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4283 ac_cv_c_ipx_gnu="yes"
4285 echo "configure: failed program was:" >&5
4286 cat conftest.$ac_ext >&5
4288 ac_cv_c_ipx_gnu="no"
4294 echo "$ac_t""$ac_cv_c_ipx_gnu" 1>&6
4295 if test "$ac_cv_c_ipx_gnu" = "yes"
4297 cat >> confdefs.h <<\EOF
4298 #define HAVE_IPX_GNU 1
4303 if test "$ac_cv_c_ipx_gnu" = "no"
4305 echo $ac_n "checking "for linux style IPX support"""... $ac_c" 1>&6
4306 echo "configure:4307: checking "for linux style IPX support"" >&5
4307 if eval "test \"`echo '$''{'ac_cv_c_ipx_linux'+set}'`\" = set"; then
4308 echo $ac_n "(cached) $ac_c" 1>&6
4310 cat > conftest.$ac_ext <<EOF
4311 #line 4312 "configure"
4312 #include "confdefs.h"
4313 #include <sys/socket.h>
4314 #include <asm/types.h>
4315 #include <linux/ipx.h>
4317 ((struct sockaddr_ipx *)0)->sipx_family == AF_IPX
4320 if { (eval echo configure:4321: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4322 ac_cv_c_ipx_linux="yes"
4324 echo "configure: failed program was:" >&5
4325 cat conftest.$ac_ext >&5
4327 ac_cv_c_ipx_linux="no"
4333 echo "$ac_t""$ac_cv_c_ipx_linux" 1>&6
4334 if test "$ac_cv_c_ipx_linux" = "yes"
4336 cat >> confdefs.h <<\EOF
4337 #define HAVE_IPX_LINUX 1
4343 for ac_hdr in sys/soundcard.h machine/soundcard.h soundcard.h
4345 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4346 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4347 echo "configure:4348: checking for $ac_hdr" >&5
4348 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4349 echo $ac_n "(cached) $ac_c" 1>&6
4351 cat > conftest.$ac_ext <<EOF
4352 #line 4353 "configure"
4353 #include "confdefs.h"
4356 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4357 { (eval echo configure:4358: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4358 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4359 if test -z "$ac_err"; then
4361 eval "ac_cv_header_$ac_safe=yes"
4364 echo "configure: failed program was:" >&5
4365 cat conftest.$ac_ext >&5
4367 eval "ac_cv_header_$ac_safe=no"
4371 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4372 echo "$ac_t""yes" 1>&6
4373 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4374 cat >> confdefs.h <<EOF
4375 #define $ac_tr_hdr 1
4379 echo "$ac_t""no" 1>&6
4384 echo $ac_n "checking "for Open Sound System"""... $ac_c" 1>&6
4385 echo "configure:4386: checking "for Open Sound System"" >&5
4386 if eval "test \"`echo '$''{'ac_cv_c_opensoundsystem'+set}'`\" = set"; then
4387 echo $ac_n "(cached) $ac_c" 1>&6
4389 cat > conftest.$ac_ext <<EOF
4390 #line 4391 "configure"
4391 #include "confdefs.h"
4393 #if defined(HAVE_SYS_SOUNDCARD_H)
4394 #include <sys/soundcard.h>
4395 #elif defined(HAVE_MACHINE_SOUNDCARD_H)
4396 #include <machine/soundcard.h>
4397 #elif defined(HAVE_SOUNDCARD_H)
4398 #include <soundcard.h>
4404 /* check for one of the Open Sound System specific SNDCTL_ defines */
4405 #if !defined(SNDCTL_DSP_STEREO)
4406 #error No open sound system
4411 if { (eval echo configure:4412: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4413 ac_cv_c_opensoundsystem="yes"
4415 echo "configure: failed program was:" >&5
4416 cat conftest.$ac_ext >&5
4418 ac_cv_c_opensoundsystem="no"
4423 echo "$ac_t""$ac_cv_c_opensoundsystem" 1>&6
4425 if test "$ac_cv_c_opensoundsystem" = "yes"
4427 cat >> confdefs.h <<\EOF
4433 echo $ac_n "checking "for Open Sound System/MIDI interface"""... $ac_c" 1>&6
4434 echo "configure:4435: checking "for Open Sound System/MIDI interface"" >&5
4435 if eval "test \"`echo '$''{'ac_cv_c_opensoundsystem_midi'+set}'`\" = set"; then
4436 echo $ac_n "(cached) $ac_c" 1>&6
4438 cat > conftest.$ac_ext <<EOF
4439 #line 4440 "configure"
4440 #include "confdefs.h"
4442 #if defined(HAVE_SYS_SOUNDCARD_H)
4443 #include <sys/soundcard.h>
4444 #elif defined(HAVE_MACHINE_SOUNDCARD_H)
4445 #include <machine/soundcard.h>
4446 #elif defined(HAVE_SOUNDCARD_H)
4447 #include <soundcard.h>
4453 /* check for one of the Open Sound System specific SNDCTL_SEQ defines */
4454 #if !defined(SNDCTL_SEQ_SYNC)
4455 #error No open sound system MIDI interface
4460 if { (eval echo configure:4461: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4462 ac_cv_c_opensoundsystem_midi="yes"
4464 echo "configure: failed program was:" >&5
4465 cat conftest.$ac_ext >&5
4467 ac_cv_c_opensoundsystem_midi="no"
4472 echo "$ac_t""$ac_cv_c_opensoundsystem_midi" 1>&6
4474 if test "$ac_cv_c_opensoundsystem_midi" = "yes"
4476 cat >> confdefs.h <<\EOF
4477 #define HAVE_OSS_MIDI 1
4482 if test "$ac_cv_prog_LN_S" = "ln -s"; then : ; else LN_S=cp ; fi
4485 if test "x${GCC}" = "xyes"
4487 CFLAGS="$CFLAGS -Wall"
4488 echo $ac_n "checking "for gcc strength-reduce bug"""... $ac_c" 1>&6
4489 echo "configure:4490: checking "for gcc strength-reduce bug"" >&5
4490 if eval "test \"`echo '$''{'ac_cv_c_gcc_strength_bug'+set}'`\" = set"; then
4491 echo $ac_n "(cached) $ac_c" 1>&6
4493 if test "$cross_compiling" = yes; then
4494 ac_cv_c_gcc_strength_bug="yes"
4496 cat > conftest.$ac_ext <<EOF
4497 #line 4498 "configure"
4498 #include "confdefs.h"
4500 int L[4] = {0,1,2,3};
4502 static int Array[3];
4505 for(i=0; i<B; i++) Array[i] = i - 3;
4506 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
4509 exit( Array[1] != -2 || L[2] != 3);
4512 if { (eval echo configure:4513: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4514 ac_cv_c_gcc_strength_bug="no"
4516 echo "configure: failed program was:" >&5
4517 cat conftest.$ac_ext >&5
4519 ac_cv_c_gcc_strength_bug="yes"
4526 echo "$ac_t""$ac_cv_c_gcc_strength_bug" 1>&6
4527 if test "$ac_cv_c_gcc_strength_bug" = "yes"
4529 CFLAGS="$CFLAGS -fno-strength-reduce"
4534 echo $ac_n "checking "whether external symbols need an underscore prefix"""... $ac_c" 1>&6
4535 echo "configure:4536: checking "whether external symbols need an underscore prefix"" >&5
4536 if eval "test \"`echo '$''{'ac_cv_c_extern_prefix'+set}'`\" = set"; then
4537 echo $ac_n "(cached) $ac_c" 1>&6
4540 LIBS="conftest_asm.s $LIBS"
4541 cat > conftest_asm.s <<EOF
4546 cat > conftest.$ac_ext <<EOF
4547 #line 4548 "configure"
4548 #include "confdefs.h"
4551 if (ac_test) return 1
4554 if { (eval echo configure:4555: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4556 ac_cv_c_extern_prefix="yes"
4558 echo "configure: failed program was:" >&5
4559 cat conftest.$ac_ext >&5
4561 ac_cv_c_extern_prefix="no"
4567 echo "$ac_t""$ac_cv_c_extern_prefix" 1>&6
4568 if test "$ac_cv_c_extern_prefix" = "yes"
4570 cat >> confdefs.h <<\EOF
4571 #define NEED_UNDERSCORE_PREFIX 1
4577 echo $ac_n "checking "whether assembler accepts .string"""... $ac_c" 1>&6
4578 echo "configure:4579: checking "whether assembler accepts .string"" >&5
4579 if eval "test \"`echo '$''{'ac_cv_c_asm_string'+set}'`\" = set"; then
4580 echo $ac_n "(cached) $ac_c" 1>&6
4583 LIBS="conftest_asm.s $LIBS"
4584 cat > conftest_asm.s <<EOF
4587 cat > conftest.$ac_ext <<EOF
4588 #line 4589 "configure"
4589 #include "confdefs.h"
4595 if { (eval echo configure:4596: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4597 ac_cv_c_asm_string="yes"
4599 echo "configure: failed program was:" >&5
4600 cat conftest.$ac_ext >&5
4602 ac_cv_c_asm_string="no"
4608 echo "$ac_t""$ac_cv_c_asm_string" 1>&6
4609 if test "$ac_cv_c_asm_string" = "yes"
4611 cat >> confdefs.h <<\EOF
4612 #define HAVE_ASM_STRING 1
4620 if test "$LIBEXT" = "so"
4622 echo $ac_n "checking "whether we can build a Linux dll"""... $ac_c" 1>&6
4623 echo "configure:4624: checking "whether we can build a Linux dll"" >&5
4624 if eval "test \"`echo '$''{'ac_cv_c_dll_linux'+set}'`\" = set"; then
4625 echo $ac_n "(cached) $ac_c" 1>&6
4627 saved_cflags=$CFLAGS
4628 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,conftest.so.1.0,-Bsymbolic"
4629 cat > conftest.$ac_ext <<EOF
4630 #line 4631 "configure"
4631 #include "confdefs.h"
4637 if { (eval echo configure:4638: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4639 ac_cv_c_dll_linux="yes"
4641 echo "configure: failed program was:" >&5
4642 cat conftest.$ac_ext >&5
4644 ac_cv_c_dll_linux="no"
4647 CFLAGS=$saved_cflags
4651 echo "$ac_t""$ac_cv_c_dll_linux" 1>&6
4652 if test "$ac_cv_c_dll_linux" = "yes"
4654 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%) -Wl,-rpath,\$(libdir)"
4655 LDDLLFLAGS="-Wl,-Bsymbolic"
4657 echo $ac_n "checking whether we can build a UnixWare (Solaris) dll""... $ac_c" 1>&6
4658 echo "configure:4659: checking whether we can build a UnixWare (Solaris) dll" >&5
4659 if eval "test \"`echo '$''{'ac_cv_c_dll_unixware'+set}'`\" = set"; then
4660 echo $ac_n "(cached) $ac_c" 1>&6
4662 saved_cflags=$CFLAGS
4663 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
4664 cat > conftest.$ac_ext <<EOF
4665 #line 4666 "configure"
4666 #include "confdefs.h"
4672 if { (eval echo configure:4673: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4674 ac_cv_c_dll_unixware="yes"
4676 echo "configure: failed program was:" >&5
4677 cat conftest.$ac_ext >&5
4679 ac_cv_c_dll_unixware="no"
4682 CFLAGS=$saved_cflags
4686 echo "$ac_t""$ac_cv_c_dll_unixware" 1>&6
4687 if test "$ac_cv_c_dll_unixware" = "yes"
4689 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,h,\$(libdir)/%)"
4690 LDDLLFLAGS="-Wl,-B,symbolic"
4692 echo $ac_n "checking "whether we can build a NetBSD dll"""... $ac_c" 1>&6
4693 echo "configure:4694: checking "whether we can build a NetBSD dll"" >&5
4694 if eval "test \"`echo '$''{'ac_cv_c_dll_netbsd'+set}'`\" = set"; then
4695 echo $ac_n "(cached) $ac_c" 1>&6
4697 saved_cflags=$CFLAGS
4698 CFLAGS="$CFLAGS -fPIC -Wl,-Bshareable,-Bforcearchive"
4699 cat > conftest.$ac_ext <<EOF
4700 #line 4701 "configure"
4701 #include "confdefs.h"
4707 if { (eval echo configure:4708: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4709 ac_cv_c_dll_netbsd="yes"
4711 echo "configure: failed program was:" >&5
4712 cat conftest.$ac_ext >&5
4714 ac_cv_c_dll_netbsd="no"
4717 CFLAGS=$saved_cflags
4721 echo "$ac_t""$ac_cv_c_dll_netbsd" 1>&6
4722 if test "$ac_cv_c_dll_netbsd" = "yes"
4724 LDSHARED="\$(CC) -Wl,-Bshareable,-Bforcearchive"
4725 LDDLLFLAGS="" #FIXME
4729 if test "$ac_cv_c_dll_linux" = "no" -a "$ac_cv_c_dll_unixware" = "no" -a "$ac_cv_c_dll_netbsd" = "no"
4731 echo "*** It is currently not possible to build WINE without shared"
4732 echo "*** library (.so) support to allow transparent switch between .so"
4733 echo "*** and .dll files."
4734 echo "*** If you are using Linux, you will need a newer binutils."
4741 if test "$LIBEXT" = "so"; then
4743 DLL_LINK="-L\$(DLLDIR) \$(IMPORTS:%=-l%) -L\$(TOPOBJDIR) -lwine -lwine_unicode"
4745 DLL_LINK="-L\$(DLLDIR) \$(DLLS:%=-l%) -L\$(TOPOBJDIR) -lwine -lwine_unicode \$(X_LIBS) \$(XLIB)"
4746 echo $ac_n "checking whether the linker supports --[no]-whole-archive (Linux)""... $ac_c" 1>&6
4747 echo "configure:4748: checking whether the linker supports --[no]-whole-archive (Linux)" >&5
4748 if eval "test \"`echo '$''{'ac_cv_c_whole_archive'+set}'`\" = set"; then
4749 echo $ac_n "(cached) $ac_c" 1>&6
4751 saved_cflags=$CFLAGS
4752 CFLAGS="$CFLAGS -Wl,--whole-archive -Wl,--no-whole-archive"
4753 cat > conftest.$ac_ext <<EOF
4754 #line 4755 "configure"
4755 #include "confdefs.h"
4761 if { (eval echo configure:4762: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4763 ac_cv_c_whole_archive="yes"
4765 echo "configure: failed program was:" >&5
4766 cat conftest.$ac_ext >&5
4768 ac_cv_c_whole_archive="no"
4771 CFLAGS=$saved_cflags
4775 echo "$ac_t""$ac_cv_c_whole_archive" 1>&6
4776 if test "$ac_cv_c_whole_archive" = "yes"
4778 DLL_LINK="-Wl,--whole-archive $DLL_LINK -Wl,--no-whole-archive"
4780 echo $ac_n "checking whether the linker supports -z {all,default}extract (Linux)""... $ac_c" 1>&6
4781 echo "configure:4782: checking whether the linker supports -z {all,default}extract (Linux)" >&5
4782 if eval "test \"`echo '$''{'ac_cv_c_allextract'+set}'`\" = set"; then
4783 echo $ac_n "(cached) $ac_c" 1>&6
4785 saved_cflags=$CFLAGS
4786 CFLAGS="$CFLAGS -Wl,-z,allextract -Wl,-z,defaultextract"
4787 cat > conftest.$ac_ext <<EOF
4788 #line 4789 "configure"
4789 #include "confdefs.h"
4795 if { (eval echo configure:4796: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4797 ac_cv_c_allextract="yes"
4799 echo "configure: failed program was:" >&5
4800 cat conftest.$ac_ext >&5
4802 ac_cv_c_allextract="no"
4805 CFLAGS=$saved_cflags
4809 echo "$ac_t""$ac_cv_c_allextract" 1>&6
4810 if test "$ac_cv_c_allextract" = "yes"
4812 DLL_LINK="-Wl,-z,allextract $DLL_LINK -Wl,-z,defaultextract"
4824 wine_cv_libc_reentrant=no
4825 echo $ac_n "checking "for reentrant libc: __errno_location"""... $ac_c" 1>&6
4826 echo "configure:4827: checking "for reentrant libc: __errno_location"" >&5
4827 if eval "test \"`echo '$''{'wine_cv_libc_r__errno_location'+set}'`\" = set"; then
4828 echo $ac_n "(cached) $ac_c" 1>&6
4830 if test "$cross_compiling" = yes; then
4831 wine_cv_libc_r__errno_location=yes
4833 cat > conftest.$ac_ext <<EOF
4834 #line 4835 "configure"
4835 #include "confdefs.h"
4838 int *__errno_location(){return &myerrno;}
4839 main(){connect(0,buf,255); exit(!myerrno);}
4841 if { (eval echo configure:4842: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4843 wine_cv_libc_r__errno_location=yes
4845 echo "configure: failed program was:" >&5
4846 cat conftest.$ac_ext >&5
4848 wine_cv_libc_r__errno_location=no
4856 echo "$ac_t""$wine_cv_libc_r__errno_location" 1>&6
4857 if test "$wine_cv_libc_r__errno_location" = "yes"
4859 cat >> confdefs.h <<\EOF
4860 #define HAVE__ERRNO_LOCATION 1
4863 wine_cv_libc_reentrant=__errno_location
4865 echo $ac_n "checking "for reentrant libc: __error"""... $ac_c" 1>&6
4866 echo "configure:4867: checking "for reentrant libc: __error"" >&5
4867 if eval "test \"`echo '$''{'wine_cv_libc_r__error'+set}'`\" = set"; then
4868 echo $ac_n "(cached) $ac_c" 1>&6
4870 if test "$cross_compiling" = yes; then
4871 wine_cv_libc_r__error=yes
4873 cat > conftest.$ac_ext <<EOF
4874 #line 4875 "configure"
4875 #include "confdefs.h"
4878 int *__error(){return &myerrno;}
4879 main(){connect(0,buf,255); exit(!myerrno);}
4881 if { (eval echo configure:4882: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4883 wine_cv_libc_r__error=yes
4885 echo "configure: failed program was:" >&5
4886 cat conftest.$ac_ext >&5
4888 wine_cv_libc_r__error=no
4896 echo "$ac_t""$wine_cv_libc_r__error" 1>&6
4897 if test "$wine_cv_libc_r__error" = "yes"
4899 cat >> confdefs.h <<\EOF
4900 #define HAVE__ERROR 1
4903 wine_cv_libc_reentrant=__error
4905 echo $ac_n "checking "for reentrant libc: ___errno"""... $ac_c" 1>&6
4906 echo "configure:4907: checking "for reentrant libc: ___errno"" >&5
4907 if eval "test \"`echo '$''{'wine_cv_libc_r___errno'+set}'`\" = set"; then
4908 echo $ac_n "(cached) $ac_c" 1>&6
4910 if test "$cross_compiling" = yes; then
4911 wine_cv_libc_r___errno=yes
4913 cat > conftest.$ac_ext <<EOF
4914 #line 4915 "configure"
4915 #include "confdefs.h"
4918 int *___errno(){return &myerrno;}
4919 main(){connect(0,buf,255); exit(!myerrno);}
4921 if { (eval echo configure:4922: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4923 wine_cv_libc_r___errno=yes
4925 echo "configure: failed program was:" >&5
4926 cat conftest.$ac_ext >&5
4928 wine_cv_libc_r___errno=no
4936 echo "$ac_t""$wine_cv_libc_r___errno" 1>&6
4937 if test "$wine_cv_libc_r___errno" = "yes"
4939 cat >> confdefs.h <<\EOF
4940 #define HAVE___ERRNO 1
4943 wine_cv_libc_reentrant=___errno
4945 echo $ac_n "checking "for reentrant libc: __thr_errno"""... $ac_c" 1>&6
4946 echo "configure:4947: checking "for reentrant libc: __thr_errno"" >&5
4947 if eval "test \"`echo '$''{'wine_cv_libc_r__thr_errno'+set}'`\" = set"; then
4948 echo $ac_n "(cached) $ac_c" 1>&6
4950 if test "$cross_compiling" = yes; then
4951 wine_cv_libc_r__thr_errno=yes
4953 cat > conftest.$ac_ext <<EOF
4954 #line 4955 "configure"
4955 #include "confdefs.h"
4958 int *__thr_errno(){return &myerrno;}
4959 main(){connect(0,buf,255); exit(!myerrno);}
4961 if { (eval echo configure:4962: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4963 wine_cv_libc_r__thr_errno=yes
4965 echo "configure: failed program was:" >&5
4966 cat conftest.$ac_ext >&5
4968 wine_cv_libc_r__thr_errno=no
4976 echo "$ac_t""$wine_cv_libc_r__thr_errno" 1>&6
4977 if test "$wine_cv_libc_r__thr_errno" = "yes"
4979 cat >> confdefs.h <<\EOF
4980 #define HAVE__THR_ERRNO 1
4983 wine_cv_libc_reentrant=__thr_errno
4985 if test "$wine_cv_libc_reentrant" = "no"
4987 cat >> confdefs.h <<\EOF
4988 #define NO_REENTRANT_LIBC 1
4994 if test "$have_x" = "yes" -a "$wine_cv_libc_reentrant" != "no"
4996 echo $ac_n "checking "for reentrant X libraries"""... $ac_c" 1>&6
4997 echo "configure:4998: checking "for reentrant X libraries"" >&5
4998 if eval "test \"`echo '$''{'wine_cv_x_reentrant'+set}'`\" = set"; then
4999 echo $ac_n "(cached) $ac_c" 1>&6
5001 if test "x$with_reentrant_x" = "xno"
5003 wine_cv_x_reentrant=no
5006 for dir in "$x_libraries" /usr/lib /usr/local/lib /lib; do
5007 if test -r $dir/libX11.so; then
5008 libX11_check="-D $dir/libX11.so"
5011 if test -r $dir/libX11.a; then
5012 libX11_check="$dir/libX11.a"
5016 if test "$libX11_check" != "none"; then
5017 if nm $libX11_check | grep $wine_cv_libc_reentrant >/dev/null 2>&1
5019 wine_cv_x_reentrant=yes
5021 wine_cv_x_reentrant=no
5024 wine_cv_x_reentrant=unknown
5029 echo "$ac_t""$wine_cv_x_reentrant" 1>&6
5031 wine_cv_x_reentrant=no
5033 if test "$wine_cv_x_reentrant" = "no"
5035 cat >> confdefs.h <<\EOF
5036 #define NO_REENTRANT_X11 1
5042 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
5043 echo "configure:5044: checking whether byte ordering is bigendian" >&5
5044 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
5045 echo $ac_n "(cached) $ac_c" 1>&6
5047 ac_cv_c_bigendian=unknown
5048 # See if sys/param.h defines the BYTE_ORDER macro.
5049 cat > conftest.$ac_ext <<EOF
5050 #line 5051 "configure"
5051 #include "confdefs.h"
5052 #include <sys/types.h>
5053 #include <sys/param.h>
5056 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
5061 if { (eval echo configure:5062: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5063 # It does; now see whether it defined to BIG_ENDIAN or not.
5064 cat > conftest.$ac_ext <<EOF
5065 #line 5066 "configure"
5066 #include "confdefs.h"
5067 #include <sys/types.h>
5068 #include <sys/param.h>
5071 #if BYTE_ORDER != BIG_ENDIAN
5076 if { (eval echo configure:5077: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5078 ac_cv_c_bigendian=yes
5080 echo "configure: failed program was:" >&5
5081 cat conftest.$ac_ext >&5
5083 ac_cv_c_bigendian=no
5087 echo "configure: failed program was:" >&5
5088 cat conftest.$ac_ext >&5
5091 if test $ac_cv_c_bigendian = unknown; then
5092 if test "$cross_compiling" = yes; then
5093 { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
5095 cat > conftest.$ac_ext <<EOF
5096 #line 5097 "configure"
5097 #include "confdefs.h"
5099 /* Are we little or big endian? From Harbison&Steele. */
5103 char c[sizeof (long)];
5106 exit (u.c[sizeof (long) - 1] == 1);
5109 if { (eval echo configure:5110: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5111 ac_cv_c_bigendian=no
5113 echo "configure: failed program was:" >&5
5114 cat conftest.$ac_ext >&5
5116 ac_cv_c_bigendian=yes
5124 echo "$ac_t""$ac_cv_c_bigendian" 1>&6
5125 if test $ac_cv_c_bigendian = yes; then
5126 cat >> confdefs.h <<\EOF
5127 #define WORDS_BIGENDIAN 1
5134 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
5135 # for constant arguments. Useless!
5136 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
5137 echo "configure:5138: checking for working alloca.h" >&5
5138 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
5139 echo $ac_n "(cached) $ac_c" 1>&6
5141 cat > conftest.$ac_ext <<EOF
5142 #line 5143 "configure"
5143 #include "confdefs.h"
5146 void *p = alloca(2 * sizeof(int));
5149 if { (eval echo configure:5150: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5151 ac_cv_header_alloca_h=yes
5153 echo "configure: failed program was:" >&5
5154 cat conftest.$ac_ext >&5
5156 ac_cv_header_alloca_h=no
5161 echo "$ac_t""$ac_cv_header_alloca_h" 1>&6
5162 if test $ac_cv_header_alloca_h = yes; then
5163 cat >> confdefs.h <<\EOF
5164 #define HAVE_ALLOCA_H 1
5169 echo $ac_n "checking for alloca""... $ac_c" 1>&6
5170 echo "configure:5171: checking for alloca" >&5
5171 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
5172 echo $ac_n "(cached) $ac_c" 1>&6
5174 cat > conftest.$ac_ext <<EOF
5175 #line 5176 "configure"
5176 #include "confdefs.h"
5179 # define alloca __builtin_alloca
5182 # include <malloc.h>
5183 # define alloca _alloca
5186 # include <alloca.h>
5191 # ifndef alloca /* predefined by HP cc +Olibcalls */
5200 char *p = (char *) alloca(1);
5203 if { (eval echo configure:5204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5205 ac_cv_func_alloca_works=yes
5207 echo "configure: failed program was:" >&5
5208 cat conftest.$ac_ext >&5
5210 ac_cv_func_alloca_works=no
5215 echo "$ac_t""$ac_cv_func_alloca_works" 1>&6
5216 if test $ac_cv_func_alloca_works = yes; then
5217 cat >> confdefs.h <<\EOF
5218 #define HAVE_ALLOCA 1
5223 if test $ac_cv_func_alloca_works = no; then
5224 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
5225 # that cause trouble. Some versions do not even contain alloca or
5226 # contain a buggy version. If you still want to use their alloca,
5227 # use ar to extract alloca.o from them instead of compiling alloca.c.
5228 ALLOCA=alloca.${ac_objext}
5229 cat >> confdefs.h <<\EOF
5234 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
5235 echo "configure:5236: checking whether alloca needs Cray hooks" >&5
5236 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
5237 echo $ac_n "(cached) $ac_c" 1>&6
5239 cat > conftest.$ac_ext <<EOF
5240 #line 5241 "configure"
5241 #include "confdefs.h"
5242 #if defined(CRAY) && ! defined(CRAY2)
5249 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5250 egrep "webecray" >/dev/null 2>&1; then
5261 echo "$ac_t""$ac_cv_os_cray" 1>&6
5262 if test $ac_cv_os_cray = yes; then
5263 for ac_func in _getb67 GETB67 getb67; do
5264 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5265 echo "configure:5266: checking for $ac_func" >&5
5266 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5267 echo $ac_n "(cached) $ac_c" 1>&6
5269 cat > conftest.$ac_ext <<EOF
5270 #line 5271 "configure"
5271 #include "confdefs.h"
5272 /* System header to define __stub macros and hopefully few prototypes,
5273 which can conflict with char $ac_func(); below. */
5275 /* Override any gcc2 internal prototype to avoid an error. */
5276 /* We use char because int might match the return type of a gcc2
5277 builtin and then its argument prototype would still apply. */
5282 /* The GNU C library defines this for functions which it implements
5283 to always fail with ENOSYS. Some functions are actually named
5284 something starting with __ and the normal name is an alias. */
5285 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5293 if { (eval echo configure:5294: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5295 eval "ac_cv_func_$ac_func=yes"
5297 echo "configure: failed program was:" >&5
5298 cat conftest.$ac_ext >&5
5300 eval "ac_cv_func_$ac_func=no"
5305 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5306 echo "$ac_t""yes" 1>&6
5307 cat >> confdefs.h <<EOF
5308 #define CRAY_STACKSEG_END $ac_func
5313 echo "$ac_t""no" 1>&6
5319 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
5320 echo "configure:5321: checking stack direction for C alloca" >&5
5321 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
5322 echo $ac_n "(cached) $ac_c" 1>&6
5324 if test "$cross_compiling" = yes; then
5325 ac_cv_c_stack_direction=0
5327 cat > conftest.$ac_ext <<EOF
5328 #line 5329 "configure"
5329 #include "confdefs.h"
5330 find_stack_direction ()
5332 static char *addr = 0;
5337 return find_stack_direction ();
5340 return (&dummy > addr) ? 1 : -1;
5344 exit (find_stack_direction() < 0);
5347 if { (eval echo configure:5348: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5349 ac_cv_c_stack_direction=1
5351 echo "configure: failed program was:" >&5
5352 cat conftest.$ac_ext >&5
5354 ac_cv_c_stack_direction=-1
5361 echo "$ac_t""$ac_cv_c_stack_direction" 1>&6
5362 cat >> confdefs.h <<EOF
5363 #define STACK_DIRECTION $ac_cv_c_stack_direction
5398 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5399 echo "configure:5400: checking for $ac_func" >&5
5400 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5401 echo $ac_n "(cached) $ac_c" 1>&6
5403 cat > conftest.$ac_ext <<EOF
5404 #line 5405 "configure"
5405 #include "confdefs.h"
5406 /* System header to define __stub macros and hopefully few prototypes,
5407 which can conflict with char $ac_func(); below. */
5409 /* Override any gcc2 internal prototype to avoid an error. */
5410 /* We use char because int might match the return type of a gcc2
5411 builtin and then its argument prototype would still apply. */
5416 /* The GNU C library defines this for functions which it implements
5417 to always fail with ENOSYS. Some functions are actually named
5418 something starting with __ and the normal name is an alias. */
5419 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5427 if { (eval echo configure:5428: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5429 eval "ac_cv_func_$ac_func=yes"
5431 echo "configure: failed program was:" >&5
5432 cat conftest.$ac_ext >&5
5434 eval "ac_cv_func_$ac_func=no"
5439 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5440 echo "$ac_t""yes" 1>&6
5441 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5442 cat >> confdefs.h <<EOF
5443 #define $ac_tr_func 1
5447 echo "$ac_t""no" 1>&6
5502 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5503 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5504 echo "configure:5505: checking for $ac_hdr" >&5
5505 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5506 echo $ac_n "(cached) $ac_c" 1>&6
5508 cat > conftest.$ac_ext <<EOF
5509 #line 5510 "configure"
5510 #include "confdefs.h"
5513 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5514 { (eval echo configure:5515: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5515 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5516 if test -z "$ac_err"; then
5518 eval "ac_cv_header_$ac_safe=yes"
5521 echo "configure: failed program was:" >&5
5522 cat conftest.$ac_ext >&5
5524 eval "ac_cv_header_$ac_safe=no"
5528 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5529 echo "$ac_t""yes" 1>&6
5530 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5531 cat >> confdefs.h <<EOF
5532 #define $ac_tr_hdr 1
5536 echo "$ac_t""no" 1>&6
5540 echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6
5541 echo "configure:5542: checking whether stat file-mode macros are broken" >&5
5542 if eval "test \"`echo '$''{'ac_cv_header_stat_broken'+set}'`\" = set"; then
5543 echo $ac_n "(cached) $ac_c" 1>&6
5545 cat > conftest.$ac_ext <<EOF
5546 #line 5547 "configure"
5547 #include "confdefs.h"
5548 #include <sys/types.h>
5549 #include <sys/stat.h>
5551 #if defined(S_ISBLK) && defined(S_IFDIR)
5552 # if S_ISBLK (S_IFDIR)
5557 #if defined(S_ISBLK) && defined(S_IFCHR)
5558 # if S_ISBLK (S_IFCHR)
5563 #if defined(S_ISLNK) && defined(S_IFREG)
5564 # if S_ISLNK (S_IFREG)
5569 #if defined(S_ISSOCK) && defined(S_IFREG)
5570 # if S_ISSOCK (S_IFREG)
5576 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5577 egrep "You lose" >/dev/null 2>&1; then
5579 ac_cv_header_stat_broken=yes
5582 ac_cv_header_stat_broken=no
5588 echo "$ac_t""$ac_cv_header_stat_broken" 1>&6
5589 if test $ac_cv_header_stat_broken = yes; then
5590 cat >> confdefs.h <<\EOF
5591 #define STAT_MACROS_BROKEN 1
5598 echo $ac_n "checking for working const""... $ac_c" 1>&6
5599 echo "configure:5600: checking for working const" >&5
5600 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
5601 echo $ac_n "(cached) $ac_c" 1>&6
5603 cat > conftest.$ac_ext <<EOF
5604 #line 5605 "configure"
5605 #include "confdefs.h"
5609 /* Ultrix mips cc rejects this. */
5610 typedef int charset[2]; const charset x = {0,0};
5611 /* SunOS 4.1.1 cc rejects this. */
5612 char const *const *ccp;
5614 /* NEC SVR4.0.2 mips cc rejects this. */
5615 struct point {int x, y;};
5616 static struct point const zero = {0,0};
5617 /* AIX XL C 1.02.0.0 rejects this.
5618 It does not let you subtract one const X* pointer from another in an arm
5619 of an if-expression whose if-part is not a constant expression */
5620 const char *g = "string";
5621 ccp = &g + (g ? g-g : 0);
5622 /* HPUX 7.0 cc rejects these. */
5625 ccp = (char const *const *) p;
5626 { /* SCO 3.2v4 cc rejects this. */
5628 char const *s = 0 ? (char *) 0 : (char const *) 0;
5632 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
5634 const int *foo = &x[0];
5637 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
5638 typedef const int *iptr;
5642 { /* AIX XL C 1.02.0.0 rejects this saying
5643 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
5644 struct s { int j; const int *ap[3]; };
5645 struct s *b; b->j = 5;
5647 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
5653 if { (eval echo configure:5654: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5657 echo "configure: failed program was:" >&5
5658 cat conftest.$ac_ext >&5
5665 echo "$ac_t""$ac_cv_c_const" 1>&6
5666 if test $ac_cv_c_const = no; then
5667 cat >> confdefs.h <<\EOF
5673 echo $ac_n "checking for inline""... $ac_c" 1>&6
5674 echo "configure:5675: checking for inline" >&5
5675 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
5676 echo $ac_n "(cached) $ac_c" 1>&6
5679 for ac_kw in inline __inline__ __inline; do
5680 cat > conftest.$ac_ext <<EOF
5681 #line 5682 "configure"
5682 #include "confdefs.h"
5685 } int $ac_kw foo() {
5688 if { (eval echo configure:5689: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5690 ac_cv_c_inline=$ac_kw; break
5692 echo "configure: failed program was:" >&5
5693 cat conftest.$ac_ext >&5
5700 echo "$ac_t""$ac_cv_c_inline" 1>&6
5701 case "$ac_cv_c_inline" in
5703 no) cat >> confdefs.h <<\EOF
5707 *) cat >> confdefs.h <<EOF
5708 #define inline $ac_cv_c_inline
5713 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
5714 echo "configure:5715: checking for ANSI C header files" >&5
5715 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
5716 echo $ac_n "(cached) $ac_c" 1>&6
5718 cat > conftest.$ac_ext <<EOF
5719 #line 5720 "configure"
5720 #include "confdefs.h"
5726 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5727 { (eval echo configure:5728: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5728 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5729 if test -z "$ac_err"; then
5731 ac_cv_header_stdc=yes
5734 echo "configure: failed program was:" >&5
5735 cat conftest.$ac_ext >&5
5737 ac_cv_header_stdc=no
5741 if test $ac_cv_header_stdc = yes; then
5742 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5743 cat > conftest.$ac_ext <<EOF
5744 #line 5745 "configure"
5745 #include "confdefs.h"
5748 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5749 egrep "memchr" >/dev/null 2>&1; then
5753 ac_cv_header_stdc=no
5759 if test $ac_cv_header_stdc = yes; then
5760 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5761 cat > conftest.$ac_ext <<EOF
5762 #line 5763 "configure"
5763 #include "confdefs.h"
5766 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5767 egrep "free" >/dev/null 2>&1; then
5771 ac_cv_header_stdc=no
5777 if test $ac_cv_header_stdc = yes; then
5778 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5779 if test "$cross_compiling" = yes; then
5782 cat > conftest.$ac_ext <<EOF
5783 #line 5784 "configure"
5784 #include "confdefs.h"
5786 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5787 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5788 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5789 int main () { int i; for (i = 0; i < 256; i++)
5790 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
5794 if { (eval echo configure:5795: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5798 echo "configure: failed program was:" >&5
5799 cat conftest.$ac_ext >&5
5801 ac_cv_header_stdc=no
5809 echo "$ac_t""$ac_cv_header_stdc" 1>&6
5810 if test $ac_cv_header_stdc = yes; then
5811 cat >> confdefs.h <<\EOF
5812 #define STDC_HEADERS 1
5817 echo $ac_n "checking for size_t""... $ac_c" 1>&6
5818 echo "configure:5819: checking for size_t" >&5
5819 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
5820 echo $ac_n "(cached) $ac_c" 1>&6
5822 cat > conftest.$ac_ext <<EOF
5823 #line 5824 "configure"
5824 #include "confdefs.h"
5825 #include <sys/types.h>
5831 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5832 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
5834 ac_cv_type_size_t=yes
5837 ac_cv_type_size_t=no
5842 echo "$ac_t""$ac_cv_type_size_t" 1>&6
5843 if test $ac_cv_type_size_t = no; then
5844 cat >> confdefs.h <<\EOF
5845 #define size_t unsigned
5850 echo $ac_n "checking size of long long""... $ac_c" 1>&6
5851 echo "configure:5852: checking size of long long" >&5
5852 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
5853 echo $ac_n "(cached) $ac_c" 1>&6
5855 if test "$cross_compiling" = yes; then
5856 ac_cv_sizeof_long_long=0
5858 cat > conftest.$ac_ext <<EOF
5859 #line 5860 "configure"
5860 #include "confdefs.h"
5864 FILE *f=fopen("conftestval", "w");
5866 fprintf(f, "%d\n", sizeof(long long));
5870 if { (eval echo configure:5871: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5872 ac_cv_sizeof_long_long=`cat conftestval`
5874 echo "configure: failed program was:" >&5
5875 cat conftest.$ac_ext >&5
5877 ac_cv_sizeof_long_long=0
5883 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
5884 cat >> confdefs.h <<EOF
5885 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
5891 echo $ac_n "checking "whether we can use re-entrant gethostbyname_r Linux style"""... $ac_c" 1>&6
5892 echo "configure:5893: checking "whether we can use re-entrant gethostbyname_r Linux style"" >&5
5893 if eval "test \"`echo '$''{'wine_cv_linux_gethostbyname_r_6'+set}'`\" = set"; then
5894 echo $ac_n "(cached) $ac_c" 1>&6
5896 cat > conftest.$ac_ext <<EOF
5897 #line 5898 "configure"
5898 #include "confdefs.h"
5906 struct hostent *result;
5913 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
5914 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
5918 if { (eval echo configure:5919: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5920 wine_cv_linux_gethostbyname_r_6=yes
5922 echo "configure: failed program was:" >&5
5923 cat conftest.$ac_ext >&5
5925 wine_cv_linux_gethostbyname_r_6=no
5932 echo "$ac_t""$wine_cv_linux_gethostbyname_r_6" 1>&6
5933 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
5935 cat >> confdefs.h <<\EOF
5936 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
5941 if test "$ac_cv_header_linux_joystick_h" = "yes"
5943 echo $ac_n "checking "whether linux/joystick.h uses the Linux 2.2+ API"""... $ac_c" 1>&6
5944 echo "configure:5945: checking "whether linux/joystick.h uses the Linux 2.2+ API"" >&5
5945 if eval "test \"`echo '$''{'wine_cv_linux_joystick_22_api'+set}'`\" = set"; then
5946 echo $ac_n "(cached) $ac_c" 1>&6
5948 cat > conftest.$ac_ext <<EOF
5949 #line 5950 "configure"
5950 #include "confdefs.h"
5952 #include <sys/ioctl.h>
5953 #include <linux/joystick.h>
5955 struct js_event blub;
5956 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
5957 #error "no 2.2 header"
5964 if { (eval echo configure:5965: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5966 wine_cv_linux_joystick_22_api=yes
5968 echo "configure: failed program was:" >&5
5969 cat conftest.$ac_ext >&5
5971 wine_cv_linux_joystick_22_api=no
5977 echo "$ac_t""$wine_cv_linux_joystick_22_api" 1>&6
5978 if test "$wine_cv_linux_joystick_22_api" = "yes"
5980 cat >> confdefs.h <<\EOF
5981 #define HAVE_LINUX_22_JOYSTICK_API 1
5988 if test "$ac_cv_header_sys_vfs_h" = "yes"
5990 echo $ac_n "checking "whether sys/vfs.h defines statfs"""... $ac_c" 1>&6
5991 echo "configure:5992: checking "whether sys/vfs.h defines statfs"" >&5
5992 if eval "test \"`echo '$''{'wine_cv_sys_vfs_has_statfs'+set}'`\" = set"; then
5993 echo $ac_n "(cached) $ac_c" 1>&6
5995 cat > conftest.$ac_ext <<EOF
5996 #line 5997 "configure"
5997 #include "confdefs.h"
5999 #include <sys/types.h>
6000 #ifdef HAVE_SYS_PARAM_H
6001 # include <sys/param.h>
6003 #include <sys/vfs.h>
6009 memset(&stfs,0,sizeof(stfs));
6013 if { (eval echo configure:6014: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6015 wine_cv_sys_vfs_has_statfs=yes
6017 echo "configure: failed program was:" >&5
6018 cat conftest.$ac_ext >&5
6020 wine_cv_sys_vfs_has_statfs=no
6027 echo "$ac_t""$wine_cv_sys_vfs_has_statfs" 1>&6
6028 if test "$wine_cv_sys_vfs_has_statfs" = "yes"
6030 cat >> confdefs.h <<\EOF
6031 #define STATFS_DEFINED_BY_SYS_VFS 1
6037 if test "$ac_cv_header_sys_statfs_h" = "yes"
6039 echo $ac_n "checking "whether sys/statfs.h defines statfs"""... $ac_c" 1>&6
6040 echo "configure:6041: checking "whether sys/statfs.h defines statfs"" >&5
6041 if eval "test \"`echo '$''{'wine_cv_sys_statfs_has_statfs'+set}'`\" = set"; then
6042 echo $ac_n "(cached) $ac_c" 1>&6
6044 cat > conftest.$ac_ext <<EOF
6045 #line 6046 "configure"
6046 #include "confdefs.h"
6048 #include <sys/types.h>
6049 #ifdef HAVE_SYS_PARAM_H
6050 # include <sys/param.h>
6052 #include <sys/statfs.h>
6060 if { (eval echo configure:6061: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6062 wine_cv_sys_statfs_has_statfs=yes
6064 echo "configure: failed program was:" >&5
6065 cat conftest.$ac_ext >&5
6067 wine_cv_sys_statfs_has_statfs=no
6074 echo "$ac_t""$wine_cv_sys_statfs_has_statfs" 1>&6
6075 if test "$wine_cv_sys_statfs_has_statfs" = "yes"
6077 cat >> confdefs.h <<\EOF
6078 #define STATFS_DEFINED_BY_SYS_STATFS 1
6084 if test "$ac_cv_header_sys_mount_h" = "yes"
6086 echo $ac_n "checking "whether sys/mount.h defines statfs"""... $ac_c" 1>&6
6087 echo "configure:6088: checking "whether sys/mount.h defines statfs"" >&5
6088 if eval "test \"`echo '$''{'wine_cv_sys_mount_has_statfs'+set}'`\" = set"; then
6089 echo $ac_n "(cached) $ac_c" 1>&6
6091 cat > conftest.$ac_ext <<EOF
6092 #line 6093 "configure"
6093 #include "confdefs.h"
6095 #include <sys/types.h>
6096 #ifdef HAVE_SYS_PARAM_H
6097 # include <sys/param.h>
6099 #include <sys/mount.h>
6107 if { (eval echo configure:6108: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6109 wine_cv_sys_mount_has_statfs=yes
6111 echo "configure: failed program was:" >&5
6112 cat conftest.$ac_ext >&5
6114 wine_cv_sys_mount_has_statfs=no
6121 echo "$ac_t""$wine_cv_sys_mount_has_statfs" 1>&6
6122 if test "$wine_cv_sys_mount_has_statfs" = "yes"
6124 cat >> confdefs.h <<\EOF
6125 #define STATFS_DEFINED_BY_SYS_MOUNT 1
6132 echo $ac_n "checking "for statfs.f_bfree"""... $ac_c" 1>&6
6133 echo "configure:6134: checking "for statfs.f_bfree"" >&5
6134 if eval "test \"`echo '$''{'wine_cv_statfs_bfree'+set}'`\" = set"; then
6135 echo $ac_n "(cached) $ac_c" 1>&6
6137 if test "x$statfs_bfree" = "xno"
6139 wine_cv_statfs_bfree=no
6141 cat > conftest.$ac_ext <<EOF
6142 #line 6143 "configure"
6143 #include "confdefs.h"
6145 #include <sys/types.h>
6146 #ifdef HAVE_SYS_PARAM_H
6147 # include <sys/param.h>
6149 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
6150 # include <sys/mount.h>
6152 # ifdef STATFS_DEFINED_BY_SYS_VFS
6153 # include <sys/vfs.h>
6155 # ifdef STATFS_DEFINED_BY_SYS_STATFS
6156 # include <sys/statfs.h>
6169 if { (eval echo configure:6170: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6171 wine_cv_statfs_bfree=yes
6173 echo "configure: failed program was:" >&5
6174 cat conftest.$ac_ext >&5
6176 wine_cv_statfs_bfree=no
6183 echo "$ac_t""$wine_cv_statfs_bfree" 1>&6
6184 if test "$wine_cv_statfs_bfree" = "yes"
6186 cat >> confdefs.h <<\EOF
6187 #define STATFS_HAS_BFREE 1
6192 echo $ac_n "checking "for statfs.f_bavail"""... $ac_c" 1>&6
6193 echo "configure:6194: checking "for statfs.f_bavail"" >&5
6194 if eval "test \"`echo '$''{'wine_cv_statfs_bavail'+set}'`\" = set"; then
6195 echo $ac_n "(cached) $ac_c" 1>&6
6197 if test "x$statfs_bavail" = "xno"
6199 wine_cv_statfs_bavail=no
6201 cat > conftest.$ac_ext <<EOF
6202 #line 6203 "configure"
6203 #include "confdefs.h"
6205 #include <sys/types.h>
6206 #ifdef HAVE_SYS_PARAM_H
6207 # include <sys/param.h>
6209 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
6210 # include <sys/mount.h>
6212 # ifdef STATFS_DEFINED_BY_SYS_VFS
6213 # include <sys/vfs.h>
6215 # ifdef STATFS_DEFINED_BY_SYS_STATFS
6216 # include <sys/statfs.h>
6229 if { (eval echo configure:6230: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6231 wine_cv_statfs_bavail=yes
6233 echo "configure: failed program was:" >&5
6234 cat conftest.$ac_ext >&5
6236 wine_cv_statfs_bavail=no
6243 echo "$ac_t""$wine_cv_statfs_bavail" 1>&6
6244 if test "$wine_cv_statfs_bavail" = "yes"
6246 cat >> confdefs.h <<\EOF
6247 #define STATFS_HAS_BAVAIL 1
6253 echo $ac_n "checking "for msg_accrights in struct msghdr"""... $ac_c" 1>&6
6254 echo "configure:6255: checking "for msg_accrights in struct msghdr"" >&5
6255 if eval "test \"`echo '$''{'ac_cv_c_msg_accrights'+set}'`\" = set"; then
6256 echo $ac_n "(cached) $ac_c" 1>&6
6258 cat > conftest.$ac_ext <<EOF
6259 #line 6260 "configure"
6260 #include "confdefs.h"
6261 #include <sys/types.h>
6262 #include <sys/socket.h>
6264 struct msghdr hdr; hdr.msg_accrights=0
6267 if { (eval echo configure:6268: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6269 ac_cv_c_msg_accrights="yes"
6271 echo "configure: failed program was:" >&5
6272 cat conftest.$ac_ext >&5
6274 ac_cv_c_msg_accrights="no"
6279 echo "$ac_t""$ac_cv_c_msg_accrights" 1>&6
6280 if test "$ac_cv_c_msg_accrights" = "yes"
6282 cat >> confdefs.h <<\EOF
6283 #define HAVE_MSGHDR_ACCRIGHTS 1
6289 echo $ac_n "checking "for sun_len in struct sockaddr_un"""... $ac_c" 1>&6
6290 echo "configure:6291: checking "for sun_len in struct sockaddr_un"" >&5
6291 if eval "test \"`echo '$''{'ac_cv_c_sun_len'+set}'`\" = set"; then
6292 echo $ac_n "(cached) $ac_c" 1>&6
6294 cat > conftest.$ac_ext <<EOF
6295 #line 6296 "configure"
6296 #include "confdefs.h"
6297 #include <sys/types.h>
6298 #include <sys/socket.h>
6301 static struct sockaddr_un addr; addr.sun_len = 1
6304 if { (eval echo configure:6305: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6306 ac_cv_c_sun_len="yes"
6308 echo "configure: failed program was:" >&5
6309 cat conftest.$ac_ext >&5
6311 ac_cv_c_sun_len="no"
6316 echo "$ac_t""$ac_cv_c_sun_len" 1>&6
6317 if test "$ac_cv_c_sun_len" = "yes"
6319 cat >> confdefs.h <<\EOF
6320 #define HAVE_SOCKADDR_SUN_LEN 1
6326 echo $ac_n "checking "whether we need to define __i386__"""... $ac_c" 1>&6
6327 echo "configure:6328: checking "whether we need to define __i386__"" >&5
6328 if eval "test \"`echo '$''{'ac_cv_cpp_def_i386'+set}'`\" = set"; then
6329 echo $ac_n "(cached) $ac_c" 1>&6
6331 cat > conftest.$ac_ext <<EOF
6332 #line 6333 "configure"
6333 #include "confdefs.h"
6334 #if (defined(i386) || defined(__i386)) && !defined(__i386__)
6338 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6339 egrep "yes" >/dev/null 2>&1; then
6341 ac_cv_cpp_def_i386="yes"
6344 ac_cv_cpp_def_i386="no"
6350 echo "$ac_t""$ac_cv_cpp_def_i386" 1>&6
6351 if test "$ac_cv_cpp_def_i386" = "yes"
6353 CFLAGS="$CFLAGS -D__i386__"
6354 LINTFLAGS="$LINTFLAGS -D__i386__"
6358 if test "$GCC" = "yes"
6360 GCC_NO_BUILTIN="-fno-builtin"
6367 MAKE_RULES=Make.rules
6370 MAKE_DLL_RULES=dlls/Makedll.rules
6373 MAKE_PROG_RULES=programs/Makeprog.rules
6377 cat > confcache <<\EOF
6378 # This file is a shell script that caches the results of configure
6379 # tests run on this system so they can be shared between configure
6380 # scripts and configure runs. It is not useful on other systems.
6381 # If it contains results you don't want to keep, you may remove or edit it.
6383 # By default, configure uses ./config.cache as the cache file,
6384 # creating it if it does not exist already. You can give configure
6385 # the --cache-file=FILE option to use a different cache file; that is
6386 # what configure does when it calls configure scripts in
6387 # subdirectories, so they share the cache.
6388 # Giving --cache-file=/dev/null disables caching, for debugging configure.
6389 # config.status only pays attention to the cache file if you give it the
6390 # --recheck option to rerun configure.
6393 # The following way of writing the cache mishandles newlines in values,
6394 # but we know of no workaround that is simple, portable, and efficient.
6395 # So, don't put newlines in cache variables' values.
6396 # Ultrix sh set writes to stderr and can't be redirected directly,
6397 # and sets the high bit in the cache file unless we assign to the vars.
6399 case `(ac_space=' '; set | grep ac_space) 2>&1` in
6401 # `set' does not quote correctly, so add quotes (double-quote substitution
6402 # turns \\\\ into \\, and sed turns \\ into \).
6404 -e "s/'/'\\\\''/g" \
6405 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
6408 # `set' quotes correctly as required by POSIX, so do not add quotes.
6409 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
6412 if cmp -s $cache_file confcache; then
6415 if test -w $cache_file; then
6416 echo "updating cache $cache_file"
6417 cat confcache > $cache_file
6419 echo "not updating unwritable cache $cache_file"
6424 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
6426 test "x$prefix" = xNONE && prefix=$ac_default_prefix
6427 # Let make expand exec_prefix.
6428 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6430 # Any assignment to VPATH causes Sun make to only execute
6431 # the first set of double-colon rules, so remove it if not needed.
6432 # If there is a colon in the path, we need to keep it.
6433 if test "x$srcdir" = x.; then
6434 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
6437 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
6439 DEFS=-DHAVE_CONFIG_H
6441 # Without the "./", some shells look in PATH for config.status.
6442 : ${CONFIG_STATUS=./config.status}
6444 echo creating $CONFIG_STATUS
6445 rm -f $CONFIG_STATUS
6446 cat > $CONFIG_STATUS <<EOF
6448 # Generated automatically by configure.
6449 # Run this file to recreate the current configuration.
6450 # This directory was configured as follows,
6451 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
6453 # $0 $ac_configure_args
6455 # Compiler output produced by configure, useful for debugging
6456 # configure, is in ./config.log if it exists.
6458 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
6461 case "\$ac_option" in
6462 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
6463 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
6464 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
6465 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
6466 echo "$CONFIG_STATUS generated by autoconf version 2.13"
6468 -help | --help | --hel | --he | --h)
6469 echo "\$ac_cs_usage"; exit 0 ;;
6470 *) echo "\$ac_cs_usage"; exit 1 ;;
6474 ac_given_srcdir=$srcdir
6475 ac_given_INSTALL="$INSTALL"
6477 trap 'rm -fr `echo "
6480 programs/Makeprog.rules
6486 dlls/advapi32/Makefile
6487 dlls/avifil32/Makefile
6488 dlls/comctl32/Makefile
6489 dlls/commdlg/Makefile
6490 dlls/crtdll/Makefile
6491 dlls/dciman32/Makefile
6493 dlls/dinput/Makefile
6495 dlls/dplayx/Makefile
6496 dlls/dsound/Makefile
6499 dlls/imagehlp/Makefile
6501 dlls/kernel/Makefile
6502 dlls/lzexpand/Makefile
6505 dlls/msnet32/Makefile
6506 dlls/msvideo/Makefile
6508 dlls/odbc32/Makefile
6510 dlls/oleaut32/Makefile
6511 dlls/olecli/Makefile
6512 dlls/oledlg/Makefile
6513 dlls/olepro32/Makefile
6514 dlls/olesvr/Makefile
6515 dlls/opengl32/Makefile
6517 dlls/rasapi32/Makefile
6518 dlls/richedit/Makefile
6519 dlls/rpcrt4/Makefile
6520 dlls/serialui/Makefile
6521 dlls/setupapi/Makefile
6522 dlls/shell32/Makefile
6523 dlls/shfolder/Makefile
6524 dlls/shlwapi/Makefile
6525 dlls/tapi32/Makefile
6526 dlls/ttydrv/Makefile
6527 dlls/urlmon/Makefile
6529 dlls/version/Makefile
6530 dlls/win32s/Makefile
6531 dlls/winaspi/Makefile
6532 dlls/wineps/Makefile
6533 dlls/wininet/Makefile
6535 dlls/winmm/joystick/Makefile
6536 dlls/winmm/mcianim/Makefile
6537 dlls/winmm/mciavi/Makefile
6538 dlls/winmm/mcicda/Makefile
6539 dlls/winmm/mciseq/Makefile
6540 dlls/winmm/mciwave/Makefile
6541 dlls/winmm/midimap/Makefile
6542 dlls/winmm/wavemap/Makefile
6543 dlls/winmm/wineoss/Makefile
6544 dlls/winsock/Makefile
6545 dlls/winspool/Makefile
6547 dlls/wsock32/Makefile
6548 dlls/x11drv/Makefile
6549 documentation/Makefile
6550 documentation/wine.conf.man
6551 documentation/wine.man
6554 graphics/enhmetafiledrv/Makefile
6555 graphics/metafiledrv/Makefile
6556 graphics/win16drv/Makefile
6557 graphics/x11drv/Makefile
6572 programs/avitools/Makefile
6573 programs/clock/Makefile
6574 programs/cmdlgtst/Makefile
6575 programs/control/Makefile
6576 programs/notepad/Makefile
6577 programs/osversioncheck/Makefile
6578 programs/progman/Makefile
6579 programs/regapi/Makefile
6580 programs/regtest/Makefile
6581 programs/uninstaller/Makefile
6582 programs/view/Makefile
6583 programs/wcmd/Makefile
6584 programs/winemine/Makefile
6585 programs/winhelp/Makefile
6586 programs/winver/Makefile
6591 tools/cvdump/Makefile
6592 tools/winebuild/Makefile
6600 windows/x11drv/Makefile include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
6602 cat >> $CONFIG_STATUS <<EOF
6604 # Protect against being on the right side of a sed subst in config.status.
6605 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
6606 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
6610 s%@CFLAGS@%$CFLAGS%g
6611 s%@CPPFLAGS@%$CPPFLAGS%g
6612 s%@CXXFLAGS@%$CXXFLAGS%g
6613 s%@FFLAGS@%$FFLAGS%g
6615 s%@LDFLAGS@%$LDFLAGS%g
6617 s%@exec_prefix@%$exec_prefix%g
6618 s%@prefix@%$prefix%g
6619 s%@program_transform_name@%$program_transform_name%g
6620 s%@bindir@%$bindir%g
6621 s%@sbindir@%$sbindir%g
6622 s%@libexecdir@%$libexecdir%g
6623 s%@datadir@%$datadir%g
6624 s%@sysconfdir@%$sysconfdir%g
6625 s%@sharedstatedir@%$sharedstatedir%g
6626 s%@localstatedir@%$localstatedir%g
6627 s%@libdir@%$libdir%g
6628 s%@includedir@%$includedir%g
6629 s%@oldincludedir@%$oldincludedir%g
6630 s%@infodir@%$infodir%g
6631 s%@mandir@%$mandir%g
6632 s%@OPTIONS@%$OPTIONS%g
6633 s%@SET_MAKE@%$SET_MAKE%g
6636 s%@X_CFLAGS@%$X_CFLAGS%g
6637 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
6638 s%@X_LIBS@%$X_LIBS%g
6639 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
6642 s%@LEXLIB@%$LEXLIB%g
6644 s%@LEX_OUTPUT_ROOT@%$LEX_OUTPUT_ROOT%g
6645 s%@RANLIB@%$RANLIB%g
6646 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
6647 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
6648 s%@INSTALL_DATA@%$INSTALL_DATA%g
6651 s%@LDCONFIG@%$LDCONFIG%g
6653 s%@LINTFLAGS@%$LINTFLAGS%g
6655 s%@X_DLLS@%$X_DLLS%g
6656 s%@XFILES@%$XFILES%g
6657 s%@OPENGLFILES@%$OPENGLFILES%g
6658 s%@OPENGL32_DLL@%$OPENGL32_DLL%g
6659 s%@DGA_SRCS@%$DGA_SRCS%g
6660 s%@DGA2_SRCS@%$DGA2_SRCS%g
6661 s%@MESA_SRCS@%$MESA_SRCS%g
6662 s%@DLL_LINK@%$DLL_LINK%g
6663 s%@DLLFLAGS@%$DLLFLAGS%g
6664 s%@LDSHARED@%$LDSHARED%g
6665 s%@LDDLLFLAGS@%$LDDLLFLAGS%g
6666 s%@LIBEXT@%$LIBEXT%g
6667 s%@ALLOCA@%$ALLOCA%g
6668 s%@GCC_NO_BUILTIN@%$GCC_NO_BUILTIN%g
6669 /@MAKE_RULES@/r $MAKE_RULES
6671 /@MAKE_DLL_RULES@/r $MAKE_DLL_RULES
6672 s%@MAKE_DLL_RULES@%%g
6673 /@MAKE_PROG_RULES@/r $MAKE_PROG_RULES
6674 s%@MAKE_PROG_RULES@%%g
6679 cat >> $CONFIG_STATUS <<\EOF
6681 # Split the substitutions into bite-sized pieces for seds with
6682 # small command number limits, like on Digital OSF/1 and HP-UX.
6683 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
6684 ac_file=1 # Number of current file.
6685 ac_beg=1 # First line for current file.
6686 ac_end=$ac_max_sed_cmds # Line after last line for current file.
6689 while $ac_more_lines; do
6690 if test $ac_beg -gt 1; then
6691 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
6693 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
6695 if test ! -s conftest.s$ac_file; then
6697 rm -f conftest.s$ac_file
6699 if test -z "$ac_sed_cmds"; then
6700 ac_sed_cmds="sed -f conftest.s$ac_file"
6702 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
6704 ac_file=`expr $ac_file + 1`
6706 ac_end=`expr $ac_end + $ac_max_sed_cmds`
6709 if test -z "$ac_sed_cmds"; then
6714 cat >> $CONFIG_STATUS <<EOF
6716 CONFIG_FILES=\${CONFIG_FILES-"Make.rules
6718 programs/Makeprog.rules
6724 dlls/advapi32/Makefile
6725 dlls/avifil32/Makefile
6726 dlls/comctl32/Makefile
6727 dlls/commdlg/Makefile
6728 dlls/crtdll/Makefile
6729 dlls/dciman32/Makefile
6731 dlls/dinput/Makefile
6733 dlls/dplayx/Makefile
6734 dlls/dsound/Makefile
6737 dlls/imagehlp/Makefile
6739 dlls/kernel/Makefile
6740 dlls/lzexpand/Makefile
6743 dlls/msnet32/Makefile
6744 dlls/msvideo/Makefile
6746 dlls/odbc32/Makefile
6748 dlls/oleaut32/Makefile
6749 dlls/olecli/Makefile
6750 dlls/oledlg/Makefile
6751 dlls/olepro32/Makefile
6752 dlls/olesvr/Makefile
6753 dlls/opengl32/Makefile
6755 dlls/rasapi32/Makefile
6756 dlls/richedit/Makefile
6757 dlls/rpcrt4/Makefile
6758 dlls/serialui/Makefile
6759 dlls/setupapi/Makefile
6760 dlls/shell32/Makefile
6761 dlls/shfolder/Makefile
6762 dlls/shlwapi/Makefile
6763 dlls/tapi32/Makefile
6764 dlls/ttydrv/Makefile
6765 dlls/urlmon/Makefile
6767 dlls/version/Makefile
6768 dlls/win32s/Makefile
6769 dlls/winaspi/Makefile
6770 dlls/wineps/Makefile
6771 dlls/wininet/Makefile
6773 dlls/winmm/joystick/Makefile
6774 dlls/winmm/mcianim/Makefile
6775 dlls/winmm/mciavi/Makefile
6776 dlls/winmm/mcicda/Makefile
6777 dlls/winmm/mciseq/Makefile
6778 dlls/winmm/mciwave/Makefile
6779 dlls/winmm/midimap/Makefile
6780 dlls/winmm/wavemap/Makefile
6781 dlls/winmm/wineoss/Makefile
6782 dlls/winsock/Makefile
6783 dlls/winspool/Makefile
6785 dlls/wsock32/Makefile
6786 dlls/x11drv/Makefile
6787 documentation/Makefile
6788 documentation/wine.conf.man
6789 documentation/wine.man
6792 graphics/enhmetafiledrv/Makefile
6793 graphics/metafiledrv/Makefile
6794 graphics/win16drv/Makefile
6795 graphics/x11drv/Makefile
6810 programs/avitools/Makefile
6811 programs/clock/Makefile
6812 programs/cmdlgtst/Makefile
6813 programs/control/Makefile
6814 programs/notepad/Makefile
6815 programs/osversioncheck/Makefile
6816 programs/progman/Makefile
6817 programs/regapi/Makefile
6818 programs/regtest/Makefile
6819 programs/uninstaller/Makefile
6820 programs/view/Makefile
6821 programs/wcmd/Makefile
6822 programs/winemine/Makefile
6823 programs/winhelp/Makefile
6824 programs/winver/Makefile
6829 tools/cvdump/Makefile
6830 tools/winebuild/Makefile
6838 windows/x11drv/Makefile "}
6840 cat >> $CONFIG_STATUS <<\EOF
6841 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
6842 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
6844 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
6845 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
6846 *) ac_file_in="${ac_file}.in" ;;
6849 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
6851 # Remove last slash and all that follows it. Not all systems have dirname.
6852 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
6853 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
6854 # The file is in a subdirectory.
6855 test ! -d "$ac_dir" && mkdir "$ac_dir"
6856 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
6857 # A "../" for each directory in $ac_dir_suffix.
6858 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
6860 ac_dir_suffix= ac_dots=
6863 case "$ac_given_srcdir" in
6865 if test -z "$ac_dots"; then top_srcdir=.
6866 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
6867 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
6869 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
6870 top_srcdir="$ac_dots$ac_given_srcdir" ;;
6873 case "$ac_given_INSTALL" in
6874 [/$]*) INSTALL="$ac_given_INSTALL" ;;
6875 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
6878 echo creating "$ac_file"
6880 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
6882 *Makefile*) ac_comsub="1i\\
6883 # $configure_input" ;;
6887 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
6889 s%@configure_input@%$configure_input%g
6890 s%@srcdir@%$srcdir%g
6891 s%@top_srcdir@%$top_srcdir%g
6892 s%@INSTALL@%$INSTALL%g
6893 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
6897 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
6898 # NAME is the cpp macro being defined and VALUE is the value it is being given.
6900 # ac_d sets the value in "#define NAME VALUE" lines.
6901 ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
6902 ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
6905 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
6906 ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
6907 ac_uB='\([ ]\)%\1#\2define\3'
6910 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
6911 ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
6912 ac_eB='$%\1#\2define\3'
6916 if test "${CONFIG_HEADERS+set}" != set; then
6918 cat >> $CONFIG_STATUS <<EOF
6919 CONFIG_HEADERS="include/config.h"
6921 cat >> $CONFIG_STATUS <<\EOF
6923 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
6924 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
6926 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
6927 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
6928 *) ac_file_in="${ac_file}.in" ;;
6931 echo creating $ac_file
6933 rm -f conftest.frag conftest.in conftest.out
6934 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
6935 cat $ac_file_inputs > conftest.in
6939 # Transform confdefs.h into a sed script conftest.vals that substitutes
6940 # the proper values into config.h.in to produce config.h. And first:
6941 # Protect against being on the right side of a sed subst in config.status.
6942 # Protect against being in an unquoted here document in config.status.
6944 cat > conftest.hdr <<\EOF
6947 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
6951 sed -n -f conftest.hdr confdefs.h > conftest.vals
6954 # This sed command replaces #undef with comments. This is necessary, for
6955 # example, in the case of _POSIX_SOURCE, which is predefined and required
6956 # on some systems where configure will not decide to define it.
6957 cat >> conftest.vals <<\EOF
6958 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
6961 # Break up conftest.vals because some shells have a limit on
6962 # the size of here documents, and old seds have small limits too.
6967 ac_lines=`grep -c . conftest.vals`
6968 # grep -c gives empty output for an empty file on some AIX systems.
6969 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
6970 # Write a limited-size here document to conftest.frag.
6971 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
6972 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
6974 sed -f conftest.frag conftest.in > conftest.out
6976 mv conftest.out conftest.in
6978 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
6980 mv conftest.tail conftest.vals
6984 cat >> $CONFIG_STATUS <<\EOF
6985 rm -f conftest.frag conftest.h
6986 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
6987 cat conftest.in >> conftest.h
6989 if cmp -s $ac_file conftest.h 2>/dev/null; then
6990 echo "$ac_file is unchanged"
6993 # Remove last slash and all that follows it. Not all systems have dirname.
6994 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
6995 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
6996 # The file is in a subdirectory.
6997 test ! -d "$ac_dir" && mkdir "$ac_dir"
7000 mv conftest.h $ac_file
7005 cat >> $CONFIG_STATUS <<EOF
7009 cat >> $CONFIG_STATUS <<\EOF
7012 dlls/ddraw/d3ddevice \
7013 dlls/ddraw/dclipper \
7015 dlls/ddraw/direct3d \
7016 dlls/ddraw/dpalette \
7017 dlls/ddraw/dsurface \
7018 dlls/dinput/joystick \
7019 dlls/dinput/keyboard \
7021 dlls/kernel/messages \
7022 dlls/user/resources \
7024 for i in $extra_subdirs; do [ -d $i ] || (echo "creating $i" && mkdir $i); done
7028 chmod +x $CONFIG_STATUS
7029 rm -fr confdefs* $ac_clean_files
7030 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
7033 if test "$have_x" = "no"
7036 echo "*** Warning: X development files not found. Wine will be built without"
7037 echo "*** X support, which currently does not work, and would probably not be"
7038 echo "*** what you want anyway. You will need to install devel packages of"
7039 echo "*** Xlib/Xfree86 and Xpm at the very least."
7040 elif test "$ac_cv_lib_Xpm_XpmCreatePixmapFromData" = "no"
7043 echo "*** Warning: Xpm development files not found. Wine will be built without"
7044 echo "*** Xpm support, which currently does not work. You will need to install"
7045 echo "*** devel packages of Xpm."
7048 if test "$ac_cv_lib_ncurses_resizeterm" = "no" -a "$ac_cv_lib_ncurses_waddch" = "yes"
7051 echo "*** Warning: resizeterm not found in ncurses. Wine will be built without"
7052 echo "*** terminal resize support. Consider upgrading ncurses."
7055 if test "$wine_cv_libc_reentrant" = "no"
7058 echo "*** Warning: non-reentrant libc detected. Wine will be build without"
7059 echo "*** thread support. Consider upgrading libc to a more recent"
7060 echo "*** reentrant version of libc."
7063 if test "$wine_cv_opengl_version_OK" = "no"
7066 echo "*** Warning: old Mesa headers detected. Wine will be built without Direct3D"
7067 echo "*** support. Consider upgrading your Mesa libraries (http://www.mesa3d.org/)."
7070 if test "$wine_cv_opengl_version_threadsafe" = "yes" -a $OPENGL = "normal"
7073 echo "*** Warning: the OpenGL version you have installed relies on libpthread for"
7074 echo "*** thread-safety. To prevent crashes, OpenGL support has been removed."
7075 echo "*** A fix for glibc 2.1.3 that seem to work is included in this version of Wine,"
7076 echo "*** start configure with '--enable-opengl' to force OpenGL support."
7079 if test "$wine_cv_opengl_version_threadsafe" = "yes" -a $OPENGL = "yes"
7082 echo "*** Warning: you explicitely linked in a thread-safe OpenGL version. If you"
7083 echo "*** experience unusual crashes on DirectDraw games, try first to disable OpenGL"
7084 echo "*** support before reporting bugs."
7089 echo "Configure finished. Do 'make depend && make' to compile Wine."