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 via pthread"
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
2183 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
2184 echo "configure:2185: checking for Cygwin environment" >&5
2185 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
2186 echo $ac_n "(cached) $ac_c" 1>&6
2188 cat > conftest.$ac_ext <<EOF
2189 #line 2190 "configure"
2190 #include "confdefs.h"
2195 #define __CYGWIN__ __CYGWIN32__
2200 if { (eval echo configure:2201: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2204 echo "configure: failed program was:" >&5
2205 cat conftest.$ac_ext >&5
2213 echo "$ac_t""$ac_cv_cygwin" 1>&6
2215 test "$ac_cv_cygwin" = yes && CYGWIN=yes
2216 # Extract the first word of "dllwrap", so it can be a program name with args.
2217 set dummy dllwrap; ac_word=$2
2218 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2219 echo "configure:2220: checking for $ac_word" >&5
2220 if eval "test \"`echo '$''{'ac_cv_prog_DLLWRAP'+set}'`\" = set"; then
2221 echo $ac_n "(cached) $ac_c" 1>&6
2223 if test -n "$DLLWRAP"; then
2224 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
2226 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2228 for ac_dir in $ac_dummy; do
2229 test -z "$ac_dir" && ac_dir=.
2230 if test -f $ac_dir/$ac_word; then
2231 ac_cv_prog_DLLWRAP="dllwrap"
2236 test -z "$ac_cv_prog_DLLWRAP" && ac_cv_prog_DLLWRAP="false"
2239 DLLWRAP="$ac_cv_prog_DLLWRAP"
2240 if test -n "$DLLWRAP"; then
2241 echo "$ac_t""$DLLWRAP" 1>&6
2243 echo "$ac_t""no" 1>&6
2247 for ac_prog in lclint lint
2249 # Extract the first word of "$ac_prog", so it can be a program name with args.
2250 set dummy $ac_prog; ac_word=$2
2251 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2252 echo "configure:2253: checking for $ac_word" >&5
2253 if eval "test \"`echo '$''{'ac_cv_prog_LINT'+set}'`\" = set"; then
2254 echo $ac_n "(cached) $ac_c" 1>&6
2256 if test -n "$LINT"; then
2257 ac_cv_prog_LINT="$LINT" # Let the user override the test.
2259 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2261 for ac_dir in $ac_dummy; do
2262 test -z "$ac_dir" && ac_dir=.
2263 if test -f $ac_dir/$ac_word; then
2264 ac_cv_prog_LINT="$ac_prog"
2271 LINT="$ac_cv_prog_LINT"
2272 if test -n "$LINT"; then
2273 echo "$ac_t""$LINT" 1>&6
2275 echo "$ac_t""no" 1>&6
2278 test -n "$LINT" && break
2281 if test "$LINT" = "lint"
2283 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
2288 if test "$CYGWIN" = "yes"
2290 LDCOMBINE="ld -r --enable-stdcall-fixup"
2297 echo $ac_n "checking for sqrt in -lm""... $ac_c" 1>&6
2298 echo "configure:2299: checking for sqrt in -lm" >&5
2299 ac_lib_var=`echo m'_'sqrt | sed 'y%./+-%__p_%'`
2300 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2301 echo $ac_n "(cached) $ac_c" 1>&6
2303 ac_save_LIBS="$LIBS"
2305 cat > conftest.$ac_ext <<EOF
2306 #line 2307 "configure"
2307 #include "confdefs.h"
2308 /* Override any gcc2 internal prototype to avoid an error. */
2309 /* We use char because int might match the return type of a gcc2
2310 builtin and then its argument prototype would still apply. */
2317 if { (eval echo configure:2318: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2319 eval "ac_cv_lib_$ac_lib_var=yes"
2321 echo "configure: failed program was:" >&5
2322 cat conftest.$ac_ext >&5
2324 eval "ac_cv_lib_$ac_lib_var=no"
2327 LIBS="$ac_save_LIBS"
2330 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2331 echo "$ac_t""yes" 1>&6
2332 ac_tr_lib=HAVE_LIB`echo m | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2333 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2334 cat >> confdefs.h <<EOF
2335 #define $ac_tr_lib 1
2341 echo "$ac_t""no" 1>&6
2344 echo $ac_n "checking for i386_set_ldt in -li386""... $ac_c" 1>&6
2345 echo "configure:2346: checking for i386_set_ldt in -li386" >&5
2346 ac_lib_var=`echo i386'_'i386_set_ldt | sed 'y%./+-%__p_%'`
2347 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2348 echo $ac_n "(cached) $ac_c" 1>&6
2350 ac_save_LIBS="$LIBS"
2352 cat > conftest.$ac_ext <<EOF
2353 #line 2354 "configure"
2354 #include "confdefs.h"
2355 /* Override any gcc2 internal prototype to avoid an error. */
2356 /* We use char because int might match the return type of a gcc2
2357 builtin and then its argument prototype would still apply. */
2358 char i386_set_ldt();
2364 if { (eval echo configure:2365: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2366 eval "ac_cv_lib_$ac_lib_var=yes"
2368 echo "configure: failed program was:" >&5
2369 cat conftest.$ac_ext >&5
2371 eval "ac_cv_lib_$ac_lib_var=no"
2374 LIBS="$ac_save_LIBS"
2377 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2378 echo "$ac_t""yes" 1>&6
2379 ac_tr_lib=HAVE_LIB`echo i386 | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2380 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2381 cat >> confdefs.h <<EOF
2382 #define $ac_tr_lib 1
2388 echo "$ac_t""no" 1>&6
2391 echo $ac_n "checking for _oss_ioctl in -lossaudio""... $ac_c" 1>&6
2392 echo "configure:2393: checking for _oss_ioctl in -lossaudio" >&5
2393 ac_lib_var=`echo ossaudio'_'_oss_ioctl | sed 'y%./+-%__p_%'`
2394 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2395 echo $ac_n "(cached) $ac_c" 1>&6
2397 ac_save_LIBS="$LIBS"
2398 LIBS="-lossaudio $LIBS"
2399 cat > conftest.$ac_ext <<EOF
2400 #line 2401 "configure"
2401 #include "confdefs.h"
2402 /* Override any gcc2 internal prototype to avoid an error. */
2403 /* We use char because int might match the return type of a gcc2
2404 builtin and then its argument prototype would still apply. */
2411 if { (eval echo configure:2412: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2413 eval "ac_cv_lib_$ac_lib_var=yes"
2415 echo "configure: failed program was:" >&5
2416 cat conftest.$ac_ext >&5
2418 eval "ac_cv_lib_$ac_lib_var=no"
2421 LIBS="$ac_save_LIBS"
2424 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2425 echo "$ac_t""yes" 1>&6
2426 ac_tr_lib=HAVE_LIB`echo ossaudio | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2427 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2428 cat >> confdefs.h <<EOF
2429 #define $ac_tr_lib 1
2432 LIBS="-lossaudio $LIBS"
2435 echo "$ac_t""no" 1>&6
2438 for ac_func in iswalnum
2440 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2441 echo "configure:2442: checking for $ac_func" >&5
2442 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2443 echo $ac_n "(cached) $ac_c" 1>&6
2445 cat > conftest.$ac_ext <<EOF
2446 #line 2447 "configure"
2447 #include "confdefs.h"
2448 /* System header to define __stub macros and hopefully few prototypes,
2449 which can conflict with char $ac_func(); below. */
2451 /* Override any gcc2 internal prototype to avoid an error. */
2452 /* We use char because int might match the return type of a gcc2
2453 builtin and then its argument prototype would still apply. */
2458 /* The GNU C library defines this for functions which it implements
2459 to always fail with ENOSYS. Some functions are actually named
2460 something starting with __ and the normal name is an alias. */
2461 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2469 if { (eval echo configure:2470: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2471 eval "ac_cv_func_$ac_func=yes"
2473 echo "configure: failed program was:" >&5
2474 cat conftest.$ac_ext >&5
2476 eval "ac_cv_func_$ac_func=no"
2481 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2482 echo "$ac_t""yes" 1>&6
2483 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2484 cat >> confdefs.h <<EOF
2485 #define $ac_tr_func 1
2489 echo "$ac_t""no" 1>&6
2490 echo $ac_n "checking for iswalnum in -lw""... $ac_c" 1>&6
2491 echo "configure:2492: checking for iswalnum in -lw" >&5
2492 ac_lib_var=`echo w'_'iswalnum | sed 'y%./+-%__p_%'`
2493 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2494 echo $ac_n "(cached) $ac_c" 1>&6
2496 ac_save_LIBS="$LIBS"
2498 cat > conftest.$ac_ext <<EOF
2499 #line 2500 "configure"
2500 #include "confdefs.h"
2501 /* Override any gcc2 internal prototype to avoid an error. */
2502 /* We use char because int might match the return type of a gcc2
2503 builtin and then its argument prototype would still apply. */
2510 if { (eval echo configure:2511: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2512 eval "ac_cv_lib_$ac_lib_var=yes"
2514 echo "configure: failed program was:" >&5
2515 cat conftest.$ac_ext >&5
2517 eval "ac_cv_lib_$ac_lib_var=no"
2520 LIBS="$ac_save_LIBS"
2523 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2524 echo "$ac_t""yes" 1>&6
2525 ac_tr_lib=HAVE_LIB`echo w | sed -e 's/^a-zA-Z0-9_/_/g' \
2526 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2527 cat >> confdefs.h <<EOF
2528 #define $ac_tr_lib 1
2534 echo "$ac_t""no" 1>&6
2540 for ac_func in gethostbyname
2542 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2543 echo "configure:2544: checking for $ac_func" >&5
2544 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2545 echo $ac_n "(cached) $ac_c" 1>&6
2547 cat > conftest.$ac_ext <<EOF
2548 #line 2549 "configure"
2549 #include "confdefs.h"
2550 /* System header to define __stub macros and hopefully few prototypes,
2551 which can conflict with char $ac_func(); below. */
2553 /* Override any gcc2 internal prototype to avoid an error. */
2554 /* We use char because int might match the return type of a gcc2
2555 builtin and then its argument prototype would still apply. */
2560 /* The GNU C library defines this for functions which it implements
2561 to always fail with ENOSYS. Some functions are actually named
2562 something starting with __ and the normal name is an alias. */
2563 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2571 if { (eval echo configure:2572: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2573 eval "ac_cv_func_$ac_func=yes"
2575 echo "configure: failed program was:" >&5
2576 cat conftest.$ac_ext >&5
2578 eval "ac_cv_func_$ac_func=no"
2583 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2584 echo "$ac_t""yes" 1>&6
2585 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2586 cat >> confdefs.h <<EOF
2587 #define $ac_tr_func 1
2591 echo "$ac_t""no" 1>&6
2592 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
2593 echo "configure:2594: checking for gethostbyname in -lnsl" >&5
2594 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
2595 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2596 echo $ac_n "(cached) $ac_c" 1>&6
2598 ac_save_LIBS="$LIBS"
2600 cat > conftest.$ac_ext <<EOF
2601 #line 2602 "configure"
2602 #include "confdefs.h"
2603 /* Override any gcc2 internal prototype to avoid an error. */
2604 /* We use char because int might match the return type of a gcc2
2605 builtin and then its argument prototype would still apply. */
2606 char gethostbyname();
2612 if { (eval echo configure:2613: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2614 eval "ac_cv_lib_$ac_lib_var=yes"
2616 echo "configure: failed program was:" >&5
2617 cat conftest.$ac_ext >&5
2619 eval "ac_cv_lib_$ac_lib_var=no"
2622 LIBS="$ac_save_LIBS"
2625 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2626 echo "$ac_t""yes" 1>&6
2627 ac_tr_lib=HAVE_LIB`echo nsl | sed -e 's/^a-zA-Z0-9_/_/g' \
2628 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2629 cat >> confdefs.h <<EOF
2630 #define $ac_tr_lib 1
2636 echo "$ac_t""no" 1>&6
2642 for ac_func in connect
2644 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2645 echo "configure:2646: checking for $ac_func" >&5
2646 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2647 echo $ac_n "(cached) $ac_c" 1>&6
2649 cat > conftest.$ac_ext <<EOF
2650 #line 2651 "configure"
2651 #include "confdefs.h"
2652 /* System header to define __stub macros and hopefully few prototypes,
2653 which can conflict with char $ac_func(); below. */
2655 /* Override any gcc2 internal prototype to avoid an error. */
2656 /* We use char because int might match the return type of a gcc2
2657 builtin and then its argument prototype would still apply. */
2662 /* The GNU C library defines this for functions which it implements
2663 to always fail with ENOSYS. Some functions are actually named
2664 something starting with __ and the normal name is an alias. */
2665 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2673 if { (eval echo configure:2674: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2675 eval "ac_cv_func_$ac_func=yes"
2677 echo "configure: failed program was:" >&5
2678 cat conftest.$ac_ext >&5
2680 eval "ac_cv_func_$ac_func=no"
2685 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2686 echo "$ac_t""yes" 1>&6
2687 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2688 cat >> confdefs.h <<EOF
2689 #define $ac_tr_func 1
2693 echo "$ac_t""no" 1>&6
2694 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
2695 echo "configure:2696: checking for connect in -lsocket" >&5
2696 ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
2697 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2698 echo $ac_n "(cached) $ac_c" 1>&6
2700 ac_save_LIBS="$LIBS"
2701 LIBS="-lsocket $LIBS"
2702 cat > conftest.$ac_ext <<EOF
2703 #line 2704 "configure"
2704 #include "confdefs.h"
2705 /* Override any gcc2 internal prototype to avoid an error. */
2706 /* We use char because int might match the return type of a gcc2
2707 builtin and then its argument prototype would still apply. */
2714 if { (eval echo configure:2715: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2716 eval "ac_cv_lib_$ac_lib_var=yes"
2718 echo "configure: failed program was:" >&5
2719 cat conftest.$ac_ext >&5
2721 eval "ac_cv_lib_$ac_lib_var=no"
2724 LIBS="$ac_save_LIBS"
2727 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2728 echo "$ac_t""yes" 1>&6
2729 ac_tr_lib=HAVE_LIB`echo socket | sed -e 's/^a-zA-Z0-9_/_/g' \
2730 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2731 cat >> confdefs.h <<EOF
2732 #define $ac_tr_lib 1
2735 LIBS="-lsocket $LIBS"
2738 echo "$ac_t""no" 1>&6
2744 echo $ac_n "checking for _xpg4_setrunelocale in -lxpg4""... $ac_c" 1>&6
2745 echo "configure:2746: checking for _xpg4_setrunelocale in -lxpg4" >&5
2746 ac_lib_var=`echo xpg4'_'_xpg4_setrunelocale | sed 'y%./+-%__p_%'`
2747 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2748 echo $ac_n "(cached) $ac_c" 1>&6
2750 ac_save_LIBS="$LIBS"
2752 cat > conftest.$ac_ext <<EOF
2753 #line 2754 "configure"
2754 #include "confdefs.h"
2755 /* Override any gcc2 internal prototype to avoid an error. */
2756 /* We use char because int might match the return type of a gcc2
2757 builtin and then its argument prototype would still apply. */
2758 char _xpg4_setrunelocale();
2761 _xpg4_setrunelocale()
2764 if { (eval echo configure:2765: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2766 eval "ac_cv_lib_$ac_lib_var=yes"
2768 echo "configure: failed program was:" >&5
2769 cat conftest.$ac_ext >&5
2771 eval "ac_cv_lib_$ac_lib_var=no"
2774 LIBS="$ac_save_LIBS"
2777 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2778 echo "$ac_t""yes" 1>&6
2779 ac_tr_lib=HAVE_LIB`echo xpg4 | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2780 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2781 cat >> confdefs.h <<EOF
2782 #define $ac_tr_lib 1
2788 echo "$ac_t""no" 1>&6
2791 echo $ac_n "checking for mmap in -lmmap""... $ac_c" 1>&6
2792 echo "configure:2793: checking for mmap in -lmmap" >&5
2793 ac_lib_var=`echo mmap'_'mmap | sed 'y%./+-%__p_%'`
2794 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2795 echo $ac_n "(cached) $ac_c" 1>&6
2797 ac_save_LIBS="$LIBS"
2799 cat > conftest.$ac_ext <<EOF
2800 #line 2801 "configure"
2801 #include "confdefs.h"
2802 /* Override any gcc2 internal prototype to avoid an error. */
2803 /* We use char because int might match the return type of a gcc2
2804 builtin and then its argument prototype would still apply. */
2811 if { (eval echo configure:2812: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2813 eval "ac_cv_lib_$ac_lib_var=yes"
2815 echo "configure: failed program was:" >&5
2816 cat conftest.$ac_ext >&5
2818 eval "ac_cv_lib_$ac_lib_var=no"
2821 LIBS="$ac_save_LIBS"
2824 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2825 echo "$ac_t""yes" 1>&6
2826 ac_tr_lib=HAVE_LIB`echo mmap | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2827 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2828 cat >> confdefs.h <<EOF
2829 #define $ac_tr_lib 1
2835 echo "$ac_t""no" 1>&6
2838 for ac_func in openpty
2840 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2841 echo "configure:2842: checking for $ac_func" >&5
2842 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2843 echo $ac_n "(cached) $ac_c" 1>&6
2845 cat > conftest.$ac_ext <<EOF
2846 #line 2847 "configure"
2847 #include "confdefs.h"
2848 /* System header to define __stub macros and hopefully few prototypes,
2849 which can conflict with char $ac_func(); below. */
2851 /* Override any gcc2 internal prototype to avoid an error. */
2852 /* We use char because int might match the return type of a gcc2
2853 builtin and then its argument prototype would still apply. */
2858 /* The GNU C library defines this for functions which it implements
2859 to always fail with ENOSYS. Some functions are actually named
2860 something starting with __ and the normal name is an alias. */
2861 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2869 if { (eval echo configure:2870: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2871 eval "ac_cv_func_$ac_func=yes"
2873 echo "configure: failed program was:" >&5
2874 cat conftest.$ac_ext >&5
2876 eval "ac_cv_func_$ac_func=no"
2881 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2882 echo "$ac_t""yes" 1>&6
2883 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2884 cat >> confdefs.h <<EOF
2885 #define $ac_tr_func 1
2889 echo "$ac_t""no" 1>&6
2890 echo $ac_n "checking for openpty in -lutil""... $ac_c" 1>&6
2891 echo "configure:2892: checking for openpty in -lutil" >&5
2892 ac_lib_var=`echo util'_'openpty | sed 'y%./+-%__p_%'`
2893 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2894 echo $ac_n "(cached) $ac_c" 1>&6
2896 ac_save_LIBS="$LIBS"
2898 cat > conftest.$ac_ext <<EOF
2899 #line 2900 "configure"
2900 #include "confdefs.h"
2901 /* Override any gcc2 internal prototype to avoid an error. */
2902 /* We use char because int might match the return type of a gcc2
2903 builtin and then its argument prototype would still apply. */
2910 if { (eval echo configure:2911: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2912 eval "ac_cv_lib_$ac_lib_var=yes"
2914 echo "configure: failed program was:" >&5
2915 cat conftest.$ac_ext >&5
2917 eval "ac_cv_lib_$ac_lib_var=no"
2920 LIBS="$ac_save_LIBS"
2923 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2924 echo "$ac_t""yes" 1>&6
2925 cat >> confdefs.h <<\EOF
2926 #define HAVE_OPENPTY 1
2932 echo "$ac_t""no" 1>&6
2939 for ac_hdr in dlfcn.h
2941 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2942 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2943 echo "configure:2944: checking for $ac_hdr" >&5
2944 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2945 echo $ac_n "(cached) $ac_c" 1>&6
2947 cat > conftest.$ac_ext <<EOF
2948 #line 2949 "configure"
2949 #include "confdefs.h"
2952 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2953 { (eval echo configure:2954: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2954 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2955 if test -z "$ac_err"; then
2957 eval "ac_cv_header_$ac_safe=yes"
2960 echo "configure: failed program was:" >&5
2961 cat conftest.$ac_ext >&5
2963 eval "ac_cv_header_$ac_safe=no"
2967 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2968 echo "$ac_t""yes" 1>&6
2969 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2970 cat >> confdefs.h <<EOF
2971 #define $ac_tr_hdr 1
2973 for ac_func in dlopen
2975 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2976 echo "configure:2977: checking for $ac_func" >&5
2977 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2978 echo $ac_n "(cached) $ac_c" 1>&6
2980 cat > conftest.$ac_ext <<EOF
2981 #line 2982 "configure"
2982 #include "confdefs.h"
2983 /* System header to define __stub macros and hopefully few prototypes,
2984 which can conflict with char $ac_func(); below. */
2986 /* Override any gcc2 internal prototype to avoid an error. */
2987 /* We use char because int might match the return type of a gcc2
2988 builtin and then its argument prototype would still apply. */
2993 /* The GNU C library defines this for functions which it implements
2994 to always fail with ENOSYS. Some functions are actually named
2995 something starting with __ and the normal name is an alias. */
2996 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3004 if { (eval echo configure:3005: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3006 eval "ac_cv_func_$ac_func=yes"
3008 echo "configure: failed program was:" >&5
3009 cat conftest.$ac_ext >&5
3011 eval "ac_cv_func_$ac_func=no"
3016 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3017 echo "$ac_t""yes" 1>&6
3018 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3019 cat >> confdefs.h <<EOF
3020 #define $ac_tr_func 1
3022 cat >> confdefs.h <<\EOF
3023 #define HAVE_DL_API 1
3027 echo "$ac_t""no" 1>&6
3028 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
3029 echo "configure:3030: checking for dlopen in -ldl" >&5
3030 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
3031 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3032 echo $ac_n "(cached) $ac_c" 1>&6
3034 ac_save_LIBS="$LIBS"
3036 cat > conftest.$ac_ext <<EOF
3037 #line 3038 "configure"
3038 #include "confdefs.h"
3039 /* Override any gcc2 internal prototype to avoid an error. */
3040 /* We use char because int might match the return type of a gcc2
3041 builtin and then its argument prototype would still apply. */
3048 if { (eval echo configure:3049: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3050 eval "ac_cv_lib_$ac_lib_var=yes"
3052 echo "configure: failed program was:" >&5
3053 cat conftest.$ac_ext >&5
3055 eval "ac_cv_lib_$ac_lib_var=no"
3058 LIBS="$ac_save_LIBS"
3061 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3062 echo "$ac_t""yes" 1>&6
3063 cat >> confdefs.h <<\EOF
3064 #define HAVE_DL_API 1
3069 echo "$ac_t""no" 1>&6
3079 echo "$ac_t""no" 1>&6
3094 if test "$have_x" = "yes"
3097 ac_save_CPPFLAGS="$CPPFLAGS"
3098 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
3100 for ac_hdr in X11/xpm.h
3102 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3103 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3104 echo "configure:3105: checking for $ac_hdr" >&5
3105 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3106 echo $ac_n "(cached) $ac_c" 1>&6
3108 cat > conftest.$ac_ext <<EOF
3109 #line 3110 "configure"
3110 #include "confdefs.h"
3113 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3114 { (eval echo configure:3115: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3115 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3116 if test -z "$ac_err"; then
3118 eval "ac_cv_header_$ac_safe=yes"
3121 echo "configure: failed program was:" >&5
3122 cat conftest.$ac_ext >&5
3124 eval "ac_cv_header_$ac_safe=no"
3128 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3129 echo "$ac_t""yes" 1>&6
3130 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3131 cat >> confdefs.h <<EOF
3132 #define $ac_tr_hdr 1
3134 echo $ac_n "checking for XpmCreatePixmapFromData in -lXpm""... $ac_c" 1>&6
3135 echo "configure:3136: checking for XpmCreatePixmapFromData in -lXpm" >&5
3136 ac_lib_var=`echo Xpm'_'XpmCreatePixmapFromData | sed 'y%./+-%__p_%'`
3137 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3138 echo $ac_n "(cached) $ac_c" 1>&6
3140 ac_save_LIBS="$LIBS"
3141 LIBS="-lXpm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS
3143 cat > conftest.$ac_ext <<EOF
3144 #line 3145 "configure"
3145 #include "confdefs.h"
3146 /* Override any gcc2 internal prototype to avoid an error. */
3147 /* We use char because int might match the return type of a gcc2
3148 builtin and then its argument prototype would still apply. */
3149 char XpmCreatePixmapFromData();
3152 XpmCreatePixmapFromData()
3155 if { (eval echo configure:3156: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3157 eval "ac_cv_lib_$ac_lib_var=yes"
3159 echo "configure: failed program was:" >&5
3160 cat conftest.$ac_ext >&5
3162 eval "ac_cv_lib_$ac_lib_var=no"
3165 LIBS="$ac_save_LIBS"
3168 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3169 echo "$ac_t""yes" 1>&6
3170 cat >> confdefs.h <<\EOF
3171 #define HAVE_LIBXXPM 1
3173 X_PRE_LIBS="$X_PRE_LIBS -lXpm"
3175 echo "$ac_t""no" 1>&6
3180 echo "$ac_t""no" 1>&6
3181 echo "Redhat : xpm xpm-devel"
3182 echo "Caldera OpenLinux : xpm xpm-devel xpm-devel-static"
3184 echo "Debian/Corel Linux: xpm4g xpm4g-dev"
3186 echo "Or get the sources from ftp.x.org and all its mirror sites from "
3187 echo "the directory /contrib/libraries."
3196 for ac_hdr in X11/Xlib.h
3198 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3199 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3200 echo "configure:3201: checking for $ac_hdr" >&5
3201 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3202 echo $ac_n "(cached) $ac_c" 1>&6
3204 cat > conftest.$ac_ext <<EOF
3205 #line 3206 "configure"
3206 #include "confdefs.h"
3209 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3210 { (eval echo configure:3211: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3211 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3212 if test -z "$ac_err"; then
3214 eval "ac_cv_header_$ac_safe=yes"
3217 echo "configure: failed program was:" >&5
3218 cat conftest.$ac_ext >&5
3220 eval "ac_cv_header_$ac_safe=no"
3224 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3225 echo "$ac_t""yes" 1>&6
3226 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3227 cat >> confdefs.h <<EOF
3228 #define $ac_tr_hdr 1
3231 for ac_hdr in X11/XKBlib.h
3233 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3234 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3235 echo "configure:3236: checking for $ac_hdr" >&5
3236 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3237 echo $ac_n "(cached) $ac_c" 1>&6
3239 cat > conftest.$ac_ext <<EOF
3240 #line 3241 "configure"
3241 #include "confdefs.h"
3244 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3245 { (eval echo configure:3246: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3246 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3247 if test -z "$ac_err"; then
3249 eval "ac_cv_header_$ac_safe=yes"
3252 echo "configure: failed program was:" >&5
3253 cat conftest.$ac_ext >&5
3255 eval "ac_cv_header_$ac_safe=no"
3259 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3260 echo "$ac_t""yes" 1>&6
3261 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3262 cat >> confdefs.h <<EOF
3263 #define $ac_tr_hdr 1
3265 echo $ac_n "checking for XkbQueryExtension in -lX11""... $ac_c" 1>&6
3266 echo "configure:3267: checking for XkbQueryExtension in -lX11" >&5
3267 ac_lib_var=`echo X11'_'XkbQueryExtension | sed 'y%./+-%__p_%'`
3268 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3269 echo $ac_n "(cached) $ac_c" 1>&6
3271 ac_save_LIBS="$LIBS"
3272 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
3273 cat > conftest.$ac_ext <<EOF
3274 #line 3275 "configure"
3275 #include "confdefs.h"
3276 /* Override any gcc2 internal prototype to avoid an error. */
3277 /* We use char because int might match the return type of a gcc2
3278 builtin and then its argument prototype would still apply. */
3279 char XkbQueryExtension();
3285 if { (eval echo configure:3286: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3287 eval "ac_cv_lib_$ac_lib_var=yes"
3289 echo "configure: failed program was:" >&5
3290 cat conftest.$ac_ext >&5
3292 eval "ac_cv_lib_$ac_lib_var=no"
3295 LIBS="$ac_save_LIBS"
3298 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3299 echo "$ac_t""yes" 1>&6
3300 cat >> confdefs.h <<\EOF
3305 echo "$ac_t""no" 1>&6
3310 echo "$ac_t""no" 1>&6
3311 echo "configure: warning: XKB extension not found!!" 1>&2
3317 for ac_hdr in X11/extensions/XShm.h
3319 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3320 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3321 echo "configure:3322: checking for $ac_hdr" >&5
3322 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3323 echo $ac_n "(cached) $ac_c" 1>&6
3325 cat > conftest.$ac_ext <<EOF
3326 #line 3327 "configure"
3327 #include "confdefs.h"
3330 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3331 { (eval echo configure:3332: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3332 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3333 if test -z "$ac_err"; then
3335 eval "ac_cv_header_$ac_safe=yes"
3338 echo "configure: failed program was:" >&5
3339 cat conftest.$ac_ext >&5
3341 eval "ac_cv_header_$ac_safe=no"
3345 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3346 echo "$ac_t""yes" 1>&6
3347 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3348 cat >> confdefs.h <<EOF
3349 #define $ac_tr_hdr 1
3351 echo $ac_n "checking for XShmQueryExtension in -lXext""... $ac_c" 1>&6
3352 echo "configure:3353: checking for XShmQueryExtension in -lXext" >&5
3353 ac_lib_var=`echo Xext'_'XShmQueryExtension | sed 'y%./+-%__p_%'`
3354 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3355 echo $ac_n "(cached) $ac_c" 1>&6
3357 ac_save_LIBS="$LIBS"
3358 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $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 XShmQueryExtension();
3368 XShmQueryExtension()
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_LIBXXSHM 1
3391 echo "$ac_t""no" 1>&6
3396 echo "$ac_t""no" 1>&6
3397 echo "configure: warning: Xshm extension not found!!" 1>&2
3403 for ac_hdr in X11/extensions/shape.h
3405 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3406 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3407 echo "configure:3408: checking for $ac_hdr" >&5
3408 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3409 echo $ac_n "(cached) $ac_c" 1>&6
3411 cat > conftest.$ac_ext <<EOF
3412 #line 3413 "configure"
3413 #include "confdefs.h"
3416 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3417 { (eval echo configure:3418: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3418 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3419 if test -z "$ac_err"; then
3421 eval "ac_cv_header_$ac_safe=yes"
3424 echo "configure: failed program was:" >&5
3425 cat conftest.$ac_ext >&5
3427 eval "ac_cv_header_$ac_safe=no"
3431 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3432 echo "$ac_t""yes" 1>&6
3433 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3434 cat >> confdefs.h <<EOF
3435 #define $ac_tr_hdr 1
3437 echo $ac_n "checking for XShapeQueryExtension in -lXext""... $ac_c" 1>&6
3438 echo "configure:3439: checking for XShapeQueryExtension in -lXext" >&5
3439 ac_lib_var=`echo Xext'_'XShapeQueryExtension | sed 'y%./+-%__p_%'`
3440 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3441 echo $ac_n "(cached) $ac_c" 1>&6
3443 ac_save_LIBS="$LIBS"
3444 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
3445 cat > conftest.$ac_ext <<EOF
3446 #line 3447 "configure"
3447 #include "confdefs.h"
3448 /* Override any gcc2 internal prototype to avoid an error. */
3449 /* We use char because int might match the return type of a gcc2
3450 builtin and then its argument prototype would still apply. */
3451 char XShapeQueryExtension();
3454 XShapeQueryExtension()
3457 if { (eval echo configure:3458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3459 eval "ac_cv_lib_$ac_lib_var=yes"
3461 echo "configure: failed program was:" >&5
3462 cat conftest.$ac_ext >&5
3464 eval "ac_cv_lib_$ac_lib_var=no"
3467 LIBS="$ac_save_LIBS"
3470 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3471 echo "$ac_t""yes" 1>&6
3472 cat >> confdefs.h <<\EOF
3473 #define HAVE_LIBXSHAPE 1
3477 echo "$ac_t""no" 1>&6
3482 echo "$ac_t""no" 1>&6
3483 echo "configure: warning: XShape extension not found!!" 1>&2
3489 for ac_hdr in X11/extensions/xf86dga.h
3491 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3492 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3493 echo "configure:3494: checking for $ac_hdr" >&5
3494 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3495 echo $ac_n "(cached) $ac_c" 1>&6
3497 cat > conftest.$ac_ext <<EOF
3498 #line 3499 "configure"
3499 #include "confdefs.h"
3502 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3503 { (eval echo configure:3504: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3504 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3505 if test -z "$ac_err"; then
3507 eval "ac_cv_header_$ac_safe=yes"
3510 echo "configure: failed program was:" >&5
3511 cat conftest.$ac_ext >&5
3513 eval "ac_cv_header_$ac_safe=no"
3517 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3518 echo "$ac_t""yes" 1>&6
3519 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3520 cat >> confdefs.h <<EOF
3521 #define $ac_tr_hdr 1
3523 echo $ac_n "checking for XDGAQueryExtension in -lXxf86dga""... $ac_c" 1>&6
3524 echo "configure:3525: checking for XDGAQueryExtension in -lXxf86dga" >&5
3525 ac_lib_var=`echo Xxf86dga'_'XDGAQueryExtension | sed 'y%./+-%__p_%'`
3526 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3527 echo $ac_n "(cached) $ac_c" 1>&6
3529 ac_save_LIBS="$LIBS"
3530 LIBS="-lXxf86dga $X_LIBS -lXext -lX11 $X_EXTRA_LIBS
3532 cat > conftest.$ac_ext <<EOF
3533 #line 3534 "configure"
3534 #include "confdefs.h"
3535 /* Override any gcc2 internal prototype to avoid an error. */
3536 /* We use char because int might match the return type of a gcc2
3537 builtin and then its argument prototype would still apply. */
3538 char XDGAQueryExtension();
3541 XDGAQueryExtension()
3544 if { (eval echo configure:3545: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3546 eval "ac_cv_lib_$ac_lib_var=yes"
3548 echo "configure: failed program was:" >&5
3549 cat conftest.$ac_ext >&5
3551 eval "ac_cv_lib_$ac_lib_var=no"
3554 LIBS="$ac_save_LIBS"
3557 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3558 echo "$ac_t""yes" 1>&6
3559 cat >> confdefs.h <<\EOF
3560 #define HAVE_LIBXXF86DGA2 1
3563 cat >> confdefs.h <<\EOF
3564 #define HAVE_LIBXXF86DGA 1
3567 X_PRE_LIBS="$X_PRE_LIBS -lXxf86dga"
3570 echo "$ac_t""no" 1>&6
3571 echo $ac_n "checking for XF86DGAQueryExtension in -lXxf86dga""... $ac_c" 1>&6
3572 echo "configure:3573: checking for XF86DGAQueryExtension in -lXxf86dga" >&5
3573 ac_lib_var=`echo Xxf86dga'_'XF86DGAQueryExtension | sed 'y%./+-%__p_%'`
3574 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3575 echo $ac_n "(cached) $ac_c" 1>&6
3577 ac_save_LIBS="$LIBS"
3578 LIBS="-lXxf86dga $X_LIBS -lXext -lX11 $X_EXTRA_LIBS
3580 cat > conftest.$ac_ext <<EOF
3581 #line 3582 "configure"
3582 #include "confdefs.h"
3583 /* Override any gcc2 internal prototype to avoid an error. */
3584 /* We use char because int might match the return type of a gcc2
3585 builtin and then its argument prototype would still apply. */
3586 char XF86DGAQueryExtension();
3589 XF86DGAQueryExtension()
3592 if { (eval echo configure:3593: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3594 eval "ac_cv_lib_$ac_lib_var=yes"
3596 echo "configure: failed program was:" >&5
3597 cat conftest.$ac_ext >&5
3599 eval "ac_cv_lib_$ac_lib_var=no"
3602 LIBS="$ac_save_LIBS"
3605 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3606 echo "$ac_t""yes" 1>&6
3607 cat >> confdefs.h <<\EOF
3608 #define HAVE_LIBXXF86DGA 1
3611 X_PRE_LIBS="$X_PRE_LIBS -lXxf86dga"
3614 echo "$ac_t""no" 1>&6
3622 echo "$ac_t""no" 1>&6
3623 echo "configure: warning: DGA extension not found!!" 1>&2
3629 for ac_hdr in X11/extensions/xf86vmode.h
3631 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3632 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3633 echo "configure:3634: checking for $ac_hdr" >&5
3634 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3635 echo $ac_n "(cached) $ac_c" 1>&6
3637 cat > conftest.$ac_ext <<EOF
3638 #line 3639 "configure"
3639 #include "confdefs.h"
3642 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3643 { (eval echo configure:3644: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3644 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3645 if test -z "$ac_err"; then
3647 eval "ac_cv_header_$ac_safe=yes"
3650 echo "configure: failed program was:" >&5
3651 cat conftest.$ac_ext >&5
3653 eval "ac_cv_header_$ac_safe=no"
3657 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3658 echo "$ac_t""yes" 1>&6
3659 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3660 cat >> confdefs.h <<EOF
3661 #define $ac_tr_hdr 1
3663 echo $ac_n "checking for XF86VidModeQueryExtension in -lXxf86vm""... $ac_c" 1>&6
3664 echo "configure:3665: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
3665 ac_lib_var=`echo Xxf86vm'_'XF86VidModeQueryExtension | sed 'y%./+-%__p_%'`
3666 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3667 echo $ac_n "(cached) $ac_c" 1>&6
3669 ac_save_LIBS="$LIBS"
3670 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS
3672 cat > conftest.$ac_ext <<EOF
3673 #line 3674 "configure"
3674 #include "confdefs.h"
3675 /* Override any gcc2 internal prototype to avoid an error. */
3676 /* We use char because int might match the return type of a gcc2
3677 builtin and then its argument prototype would still apply. */
3678 char XF86VidModeQueryExtension();
3681 XF86VidModeQueryExtension()
3684 if { (eval echo configure:3685: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3686 eval "ac_cv_lib_$ac_lib_var=yes"
3688 echo "configure: failed program was:" >&5
3689 cat conftest.$ac_ext >&5
3691 eval "ac_cv_lib_$ac_lib_var=no"
3694 LIBS="$ac_save_LIBS"
3697 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3698 echo "$ac_t""yes" 1>&6
3699 cat >> confdefs.h <<\EOF
3700 #define HAVE_LIBXXF86VM 1
3703 X_PRE_LIBS="$X_PRE_LIBS -lXxf86vm"
3706 echo "$ac_t""no" 1>&6
3711 echo "$ac_t""no" 1>&6
3712 echo "configure: warning: XFree86 VMODE extension not found!!" 1>&2
3718 for ac_hdr in X11/extensions/Xvlib.h
3720 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3721 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3722 echo "configure:3723: checking for $ac_hdr" >&5
3723 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3724 echo $ac_n "(cached) $ac_c" 1>&6
3726 cat > conftest.$ac_ext <<EOF
3727 #line 3728 "configure"
3728 #include "confdefs.h"
3731 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3732 { (eval echo configure:3733: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3733 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3734 if test -z "$ac_err"; then
3736 eval "ac_cv_header_$ac_safe=yes"
3739 echo "configure: failed program was:" >&5
3740 cat conftest.$ac_ext >&5
3742 eval "ac_cv_header_$ac_safe=no"
3746 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3747 echo "$ac_t""yes" 1>&6
3748 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3749 cat >> confdefs.h <<EOF
3750 #define $ac_tr_hdr 1
3752 echo $ac_n "checking for XvShmCreateImage in -lXv""... $ac_c" 1>&6
3753 echo "configure:3754: checking for XvShmCreateImage in -lXv" >&5
3754 ac_lib_var=`echo Xv'_'XvShmCreateImage | sed 'y%./+-%__p_%'`
3755 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3756 echo $ac_n "(cached) $ac_c" 1>&6
3758 ac_save_LIBS="$LIBS"
3759 LIBS="-lXv $X_LIBS -lXext -lX11 $X_EXTRA_LIBS
3761 cat > conftest.$ac_ext <<EOF
3762 #line 3763 "configure"
3763 #include "confdefs.h"
3764 /* Override any gcc2 internal prototype to avoid an error. */
3765 /* We use char because int might match the return type of a gcc2
3766 builtin and then its argument prototype would still apply. */
3767 char XvShmCreateImage();
3773 if { (eval echo configure:3774: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3775 eval "ac_cv_lib_$ac_lib_var=yes"
3777 echo "configure: failed program was:" >&5
3778 cat conftest.$ac_ext >&5
3780 eval "ac_cv_lib_$ac_lib_var=no"
3783 LIBS="$ac_save_LIBS"
3786 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3787 echo "$ac_t""yes" 1>&6
3788 cat >> confdefs.h <<\EOF
3789 #define HAVE_XVIDEO 1
3792 X_PRE_LIBS="$X_PRE_LIBS -lXv"
3795 echo "$ac_t""no" 1>&6
3800 echo "$ac_t""no" 1>&6
3801 echo "configure: warning: XVideo extension not found !!" 1>&2
3810 echo "$ac_t""no" 1>&6
3814 if test $OPENGL = "yes" -o $OPENGL = "normal"
3816 for ac_hdr in GL/gl.h GL/glx.h GL/glext.h
3818 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3819 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3820 echo "configure:3821: checking for $ac_hdr" >&5
3821 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3822 echo $ac_n "(cached) $ac_c" 1>&6
3824 cat > conftest.$ac_ext <<EOF
3825 #line 3826 "configure"
3826 #include "confdefs.h"
3829 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3830 { (eval echo configure:3831: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3831 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3832 if test -z "$ac_err"; then
3834 eval "ac_cv_header_$ac_safe=yes"
3837 echo "configure: failed program was:" >&5
3838 cat conftest.$ac_ext >&5
3840 eval "ac_cv_header_$ac_safe=no"
3844 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3845 echo "$ac_t""yes" 1>&6
3846 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3847 cat >> confdefs.h <<EOF
3848 #define $ac_tr_hdr 1
3852 echo "$ac_t""no" 1>&6
3856 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
3858 echo $ac_n "checking "for up-to-date OpenGL version"""... $ac_c" 1>&6
3859 echo "configure:3860: checking "for up-to-date OpenGL version"" >&5
3860 if eval "test \"`echo '$''{'wine_cv_opengl_version_OK'+set}'`\" = set"; then
3861 echo $ac_n "(cached) $ac_c" 1>&6
3863 cat > conftest.$ac_ext <<EOF
3864 #line 3865 "configure"
3865 #include "confdefs.h"
3868 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
3871 if { (eval echo configure:3872: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3873 wine_cv_opengl_version_OK="yes"
3875 echo "configure: failed program was:" >&5
3876 cat conftest.$ac_ext >&5
3878 wine_cv_opengl_version_OK="no"
3885 echo "$ac_t""$wine_cv_opengl_version_OK" 1>&6
3887 echo $ac_n "checking "for thread-safe OpenGL version"""... $ac_c" 1>&6
3888 echo "configure:3889: checking "for thread-safe OpenGL version"" >&5
3889 if eval "test \"`echo '$''{'wine_cv_opengl_version_threadsafe'+set}'`\" = set"; then
3890 echo $ac_n "(cached) $ac_c" 1>&6
3894 cat > conftest.$ac_ext <<EOF
3895 #line 3896 "configure"
3896 #include "confdefs.h"
3899 pthread_getspecific();
3902 if { (eval echo configure:3903: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3904 wine_cv_opengl_version_threadsafe="yes"
3906 echo "configure: failed program was:" >&5
3907 cat conftest.$ac_ext >&5
3909 wine_cv_opengl_version_threadsafe="no"
3916 echo "$ac_t""$wine_cv_opengl_version_threadsafe" 1>&6
3918 if test "$wine_cv_opengl_version_OK" = "yes" -a \( "$wine_cv_opengl_version_threadsafe" = "no" -o $OPENGL = "yes" \)
3920 echo $ac_n "checking for glXCreateContext in -lGL""... $ac_c" 1>&6
3921 echo "configure:3922: checking for glXCreateContext in -lGL" >&5
3922 ac_lib_var=`echo GL'_'glXCreateContext | sed 'y%./+-%__p_%'`
3923 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3924 echo $ac_n "(cached) $ac_c" 1>&6
3926 ac_save_LIBS="$LIBS"
3927 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
3928 cat > conftest.$ac_ext <<EOF
3929 #line 3930 "configure"
3930 #include "confdefs.h"
3931 /* Override any gcc2 internal prototype to avoid an error. */
3932 /* We use char because int might match the return type of a gcc2
3933 builtin and then its argument prototype would still apply. */
3934 char glXCreateContext();
3940 if { (eval echo configure:3941: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3942 eval "ac_cv_lib_$ac_lib_var=yes"
3944 echo "configure: failed program was:" >&5
3945 cat conftest.$ac_ext >&5
3947 eval "ac_cv_lib_$ac_lib_var=no"
3950 LIBS="$ac_save_LIBS"
3953 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3954 echo "$ac_t""yes" 1>&6
3955 X_PRE_LIBS="$X_PRE_LIBS -lGL"
3958 echo "$ac_t""no" 1>&6
3962 if test $ac_cv_lib_GL_glXCreateContext = "yes"
3965 OPENGLFILES='$(OPENGLFILES)'
3966 cat >> confdefs.h <<\EOF
3967 #define HAVE_OPENGL 1
3971 echo $ac_n "checking for glXGetProcAddressARB in -lGL""... $ac_c" 1>&6
3972 echo "configure:3973: checking for glXGetProcAddressARB in -lGL" >&5
3973 ac_lib_var=`echo GL'_'glXGetProcAddressARB | sed 'y%./+-%__p_%'`
3974 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3975 echo $ac_n "(cached) $ac_c" 1>&6
3977 ac_save_LIBS="$LIBS"
3978 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
3979 cat > conftest.$ac_ext <<EOF
3980 #line 3981 "configure"
3981 #include "confdefs.h"
3982 /* Override any gcc2 internal prototype to avoid an error. */
3983 /* We use char because int might match the return type of a gcc2
3984 builtin and then its argument prototype would still apply. */
3985 char glXGetProcAddressARB();
3988 glXGetProcAddressARB()
3991 if { (eval echo configure:3992: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3993 eval "ac_cv_lib_$ac_lib_var=yes"
3995 echo "configure: failed program was:" >&5
3996 cat conftest.$ac_ext >&5
3998 eval "ac_cv_lib_$ac_lib_var=no"
4001 LIBS="$ac_save_LIBS"
4004 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4005 echo "$ac_t""yes" 1>&6
4006 cat >> confdefs.h <<\EOF
4007 #define HAVE_GLX_GETPROCADDRESS 1
4011 echo "$ac_t""no" 1>&6
4015 if test $ac_cv_lib_GL_glXGetProcAddressARB = "yes"
4017 echo $ac_n "checking "for OpenGL extension functions prototypes"""... $ac_c" 1>&6
4018 echo "configure:4019: checking "for OpenGL extension functions prototypes"" >&5
4019 if eval "test \"`echo '$''{'wine_cv_extension_prototypes'+set}'`\" = set"; then
4020 echo $ac_n "(cached) $ac_c" 1>&6
4022 cat > conftest.$ac_ext <<EOF
4023 #line 4024 "configure"
4024 #include "confdefs.h"
4026 #ifdef HAVE_GL_GLEXT_H
4027 # include <GL/glext.h>
4031 PFNGLCOLORTABLEEXTPROC test_proc;
4034 if { (eval echo configure:4035: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4036 wine_cv_extension_prototypes="yes"
4038 echo "configure: failed program was:" >&5
4039 cat conftest.$ac_ext >&5
4041 wine_cv_extension_prototypes="no"
4048 echo "$ac_t""$wine_cv_extension_prototypes" 1>&6
4049 if test $wine_cv_extension_prototypes = "yes"
4051 cat >> confdefs.h <<\EOF
4052 #define HAVE_GLEXT_PROTOTYPES 1
4057 OPENGL32_DLL=opengl32
4060 for ac_hdr in GL/osmesa.h
4062 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4063 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4064 echo "configure:4065: checking for $ac_hdr" >&5
4065 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4066 echo $ac_n "(cached) $ac_c" 1>&6
4068 cat > conftest.$ac_ext <<EOF
4069 #line 4070 "configure"
4070 #include "confdefs.h"
4073 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4074 { (eval echo configure:4075: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4075 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4076 if test -z "$ac_err"; then
4078 eval "ac_cv_header_$ac_safe=yes"
4081 echo "configure: failed program was:" >&5
4082 cat conftest.$ac_ext >&5
4084 eval "ac_cv_header_$ac_safe=no"
4088 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4089 echo "$ac_t""yes" 1>&6
4090 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4091 cat >> confdefs.h <<EOF
4092 #define $ac_tr_hdr 1
4094 echo $ac_n "checking for OSMesaCreateContext in -lGL""... $ac_c" 1>&6
4095 echo "configure:4096: checking for OSMesaCreateContext in -lGL" >&5
4096 ac_lib_var=`echo GL'_'OSMesaCreateContext | sed 'y%./+-%__p_%'`
4097 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4098 echo $ac_n "(cached) $ac_c" 1>&6
4100 ac_save_LIBS="$LIBS"
4101 LIBS="-lGL $X_LIBS -lXext -lX11 $X_EXTRA_LIBS
4103 cat > conftest.$ac_ext <<EOF
4104 #line 4105 "configure"
4105 #include "confdefs.h"
4106 /* Override any gcc2 internal prototype to avoid an error. */
4107 /* We use char because int might match the return type of a gcc2
4108 builtin and then its argument prototype would still apply. */
4109 char OSMesaCreateContext();
4112 OSMesaCreateContext()
4115 if { (eval echo configure:4116: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4117 eval "ac_cv_lib_$ac_lib_var=yes"
4119 echo "configure: failed program was:" >&5
4120 cat conftest.$ac_ext >&5
4122 eval "ac_cv_lib_$ac_lib_var=no"
4125 LIBS="$ac_save_LIBS"
4128 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4129 echo "$ac_t""yes" 1>&6
4130 cat >> confdefs.h <<\EOF
4131 #define HAVE_OSMESA 1
4135 echo "$ac_t""no" 1>&6
4136 echo $ac_n "checking for OSMesaCreateContext in -lOSMesa""... $ac_c" 1>&6
4137 echo "configure:4138: checking for OSMesaCreateContext in -lOSMesa" >&5
4138 ac_lib_var=`echo OSMesa'_'OSMesaCreateContext | sed 'y%./+-%__p_%'`
4139 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4140 echo $ac_n "(cached) $ac_c" 1>&6
4142 ac_save_LIBS="$LIBS"
4143 LIBS="-lOSMesa $LIBS"
4144 cat > conftest.$ac_ext <<EOF
4145 #line 4146 "configure"
4146 #include "confdefs.h"
4147 /* Override any gcc2 internal prototype to avoid an error. */
4148 /* We use char because int might match the return type of a gcc2
4149 builtin and then its argument prototype would still apply. */
4150 char OSMesaCreateContext();
4153 OSMesaCreateContext()
4156 if { (eval echo configure:4157: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4158 eval "ac_cv_lib_$ac_lib_var=yes"
4160 echo "configure: failed program was:" >&5
4161 cat conftest.$ac_ext >&5
4163 eval "ac_cv_lib_$ac_lib_var=no"
4166 LIBS="$ac_save_LIBS"
4169 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4170 echo "$ac_t""yes" 1>&6
4171 cat >> confdefs.h <<\EOF
4172 #define HAVE_OSMESA 1
4175 X_PRE_LIBS="$X_PRE_LIBS -lOSMesa"
4178 echo "$ac_t""no" 1>&6
4185 echo "$ac_t""no" 1>&6
4186 echo "configure: warning: OSMesa not found!!" 1>&2
4196 CPPFLAGS="$ac_save_CPPFLAGS"
4205 if test "$CURSES" = "yes"
4207 for ac_hdr in ncurses.h
4209 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4210 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4211 echo "configure:4212: checking for $ac_hdr" >&5
4212 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4213 echo $ac_n "(cached) $ac_c" 1>&6
4215 cat > conftest.$ac_ext <<EOF
4216 #line 4217 "configure"
4217 #include "confdefs.h"
4220 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4221 { (eval echo configure:4222: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4222 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4223 if test -z "$ac_err"; then
4225 eval "ac_cv_header_$ac_safe=yes"
4228 echo "configure: failed program was:" >&5
4229 cat conftest.$ac_ext >&5
4231 eval "ac_cv_header_$ac_safe=no"
4235 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4236 echo "$ac_t""yes" 1>&6
4237 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4238 cat >> confdefs.h <<EOF
4239 #define $ac_tr_hdr 1
4243 echo "$ac_t""no" 1>&6
4247 if test "$ac_cv_header_ncurses_h" = "yes"
4249 echo $ac_n "checking for waddch in -lncurses""... $ac_c" 1>&6
4250 echo "configure:4251: checking for waddch in -lncurses" >&5
4251 ac_lib_var=`echo ncurses'_'waddch | sed 'y%./+-%__p_%'`
4252 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4253 echo $ac_n "(cached) $ac_c" 1>&6
4255 ac_save_LIBS="$LIBS"
4256 LIBS="-lncurses $LIBS"
4257 cat > conftest.$ac_ext <<EOF
4258 #line 4259 "configure"
4259 #include "confdefs.h"
4260 /* Override any gcc2 internal prototype to avoid an error. */
4261 /* We use char because int might match the return type of a gcc2
4262 builtin and then its argument prototype would still apply. */
4269 if { (eval echo configure:4270: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4271 eval "ac_cv_lib_$ac_lib_var=yes"
4273 echo "configure: failed program was:" >&5
4274 cat conftest.$ac_ext >&5
4276 eval "ac_cv_lib_$ac_lib_var=no"
4279 LIBS="$ac_save_LIBS"
4282 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4283 echo "$ac_t""yes" 1>&6
4284 ac_tr_lib=HAVE_LIB`echo ncurses | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4285 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
4286 cat >> confdefs.h <<EOF
4287 #define $ac_tr_lib 1
4290 LIBS="-lncurses $LIBS"
4293 echo "$ac_t""no" 1>&6
4297 if test "$ac_cv_lib_ncurses_waddch" = "yes"
4299 echo $ac_n "checking for resizeterm in -lncurses""... $ac_c" 1>&6
4300 echo "configure:4301: checking for resizeterm in -lncurses" >&5
4301 ac_lib_var=`echo ncurses'_'resizeterm | sed 'y%./+-%__p_%'`
4302 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4303 echo $ac_n "(cached) $ac_c" 1>&6
4305 ac_save_LIBS="$LIBS"
4306 LIBS="-lncurses $LIBS"
4307 cat > conftest.$ac_ext <<EOF
4308 #line 4309 "configure"
4309 #include "confdefs.h"
4310 /* Override any gcc2 internal prototype to avoid an error. */
4311 /* We use char because int might match the return type of a gcc2
4312 builtin and then its argument prototype would still apply. */
4319 if { (eval echo configure:4320: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4321 eval "ac_cv_lib_$ac_lib_var=yes"
4323 echo "configure: failed program was:" >&5
4324 cat conftest.$ac_ext >&5
4326 eval "ac_cv_lib_$ac_lib_var=no"
4329 LIBS="$ac_save_LIBS"
4332 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4333 echo "$ac_t""yes" 1>&6
4334 cat >> confdefs.h <<\EOF
4335 #define HAVE_RESIZETERM 1
4339 echo "$ac_t""no" 1>&6
4342 echo $ac_n "checking for getbkgd in -lncurses""... $ac_c" 1>&6
4343 echo "configure:4344: checking for getbkgd in -lncurses" >&5
4344 ac_lib_var=`echo ncurses'_'getbkgd | sed 'y%./+-%__p_%'`
4345 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4346 echo $ac_n "(cached) $ac_c" 1>&6
4348 ac_save_LIBS="$LIBS"
4349 LIBS="-lncurses $LIBS"
4350 cat > conftest.$ac_ext <<EOF
4351 #line 4352 "configure"
4352 #include "confdefs.h"
4353 /* Override any gcc2 internal prototype to avoid an error. */
4354 /* We use char because int might match the return type of a gcc2
4355 builtin and then its argument prototype would still apply. */
4362 if { (eval echo configure:4363: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4364 eval "ac_cv_lib_$ac_lib_var=yes"
4366 echo "configure: failed program was:" >&5
4367 cat conftest.$ac_ext >&5
4369 eval "ac_cv_lib_$ac_lib_var=no"
4372 LIBS="$ac_save_LIBS"
4375 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4376 echo "$ac_t""yes" 1>&6
4377 cat >> confdefs.h <<\EOF
4378 #define HAVE_GETBKGD 1
4382 echo "$ac_t""no" 1>&6
4386 for ac_hdr in curses.h
4388 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4389 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4390 echo "configure:4391: checking for $ac_hdr" >&5
4391 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4392 echo $ac_n "(cached) $ac_c" 1>&6
4394 cat > conftest.$ac_ext <<EOF
4395 #line 4396 "configure"
4396 #include "confdefs.h"
4399 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4400 { (eval echo configure:4401: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4401 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4402 if test -z "$ac_err"; then
4404 eval "ac_cv_header_$ac_safe=yes"
4407 echo "configure: failed program was:" >&5
4408 cat conftest.$ac_ext >&5
4410 eval "ac_cv_header_$ac_safe=no"
4414 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4415 echo "$ac_t""yes" 1>&6
4416 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4417 cat >> confdefs.h <<EOF
4418 #define $ac_tr_hdr 1
4422 echo "$ac_t""no" 1>&6
4426 if test "$ac_cv_header_curses_h" = "yes"
4428 echo $ac_n "checking for waddch in -lcurses""... $ac_c" 1>&6
4429 echo "configure:4430: checking for waddch in -lcurses" >&5
4430 ac_lib_var=`echo curses'_'waddch | sed 'y%./+-%__p_%'`
4431 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4432 echo $ac_n "(cached) $ac_c" 1>&6
4434 ac_save_LIBS="$LIBS"
4435 LIBS="-lcurses $LIBS"
4436 cat > conftest.$ac_ext <<EOF
4437 #line 4438 "configure"
4438 #include "confdefs.h"
4439 /* Override any gcc2 internal prototype to avoid an error. */
4440 /* We use char because int might match the return type of a gcc2
4441 builtin and then its argument prototype would still apply. */
4448 if { (eval echo configure:4449: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4450 eval "ac_cv_lib_$ac_lib_var=yes"
4452 echo "configure: failed program was:" >&5
4453 cat conftest.$ac_ext >&5
4455 eval "ac_cv_lib_$ac_lib_var=no"
4458 LIBS="$ac_save_LIBS"
4461 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4462 echo "$ac_t""yes" 1>&6
4463 ac_tr_lib=HAVE_LIB`echo curses | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4464 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
4465 cat >> confdefs.h <<EOF
4466 #define $ac_tr_lib 1
4469 LIBS="-lcurses $LIBS"
4472 echo "$ac_t""no" 1>&6
4475 if test "$ac_cv_lib_curses_waddch" = "yes"
4477 echo $ac_n "checking for resizeterm in -lcurses""... $ac_c" 1>&6
4478 echo "configure:4479: checking for resizeterm in -lcurses" >&5
4479 ac_lib_var=`echo curses'_'resizeterm | sed 'y%./+-%__p_%'`
4480 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4481 echo $ac_n "(cached) $ac_c" 1>&6
4483 ac_save_LIBS="$LIBS"
4484 LIBS="-lcurses $LIBS"
4485 cat > conftest.$ac_ext <<EOF
4486 #line 4487 "configure"
4487 #include "confdefs.h"
4488 /* Override any gcc2 internal prototype to avoid an error. */
4489 /* We use char because int might match the return type of a gcc2
4490 builtin and then its argument prototype would still apply. */
4497 if { (eval echo configure:4498: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4499 eval "ac_cv_lib_$ac_lib_var=yes"
4501 echo "configure: failed program was:" >&5
4502 cat conftest.$ac_ext >&5
4504 eval "ac_cv_lib_$ac_lib_var=no"
4507 LIBS="$ac_save_LIBS"
4510 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4511 echo "$ac_t""yes" 1>&6
4512 cat >> confdefs.h <<\EOF
4513 #define HAVE_RESIZETERM 1
4517 echo "$ac_t""no" 1>&6
4520 echo $ac_n "checking for getbkgd in -lcurses""... $ac_c" 1>&6
4521 echo "configure:4522: checking for getbkgd in -lcurses" >&5
4522 ac_lib_var=`echo curses'_'getbkgd | sed 'y%./+-%__p_%'`
4523 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4524 echo $ac_n "(cached) $ac_c" 1>&6
4526 ac_save_LIBS="$LIBS"
4527 LIBS="-lcurses $LIBS"
4528 cat > conftest.$ac_ext <<EOF
4529 #line 4530 "configure"
4530 #include "confdefs.h"
4531 /* Override any gcc2 internal prototype to avoid an error. */
4532 /* We use char because int might match the return type of a gcc2
4533 builtin and then its argument prototype would still apply. */
4540 if { (eval echo configure:4541: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4542 eval "ac_cv_lib_$ac_lib_var=yes"
4544 echo "configure: failed program was:" >&5
4545 cat conftest.$ac_ext >&5
4547 eval "ac_cv_lib_$ac_lib_var=no"
4550 LIBS="$ac_save_LIBS"
4553 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4554 echo "$ac_t""yes" 1>&6
4555 cat >> confdefs.h <<\EOF
4556 #define HAVE_GETBKGD 1
4560 echo "$ac_t""no" 1>&6
4569 wine_cv_warn_cups_h=no
4570 echo $ac_n "checking for cupsGetPPD in -lcups""... $ac_c" 1>&6
4571 echo "configure:4572: checking for cupsGetPPD in -lcups" >&5
4572 ac_lib_var=`echo cups'_'cupsGetPPD | sed 'y%./+-%__p_%'`
4573 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4574 echo $ac_n "(cached) $ac_c" 1>&6
4576 ac_save_LIBS="$LIBS"
4578 cat > conftest.$ac_ext <<EOF
4579 #line 4580 "configure"
4580 #include "confdefs.h"
4581 /* Override any gcc2 internal prototype to avoid an error. */
4582 /* We use char because int might match the return type of a gcc2
4583 builtin and then its argument prototype would still apply. */
4590 if { (eval echo configure:4591: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4592 eval "ac_cv_lib_$ac_lib_var=yes"
4594 echo "configure: failed program was:" >&5
4595 cat conftest.$ac_ext >&5
4597 eval "ac_cv_lib_$ac_lib_var=no"
4600 LIBS="$ac_save_LIBS"
4603 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4604 echo "$ac_t""yes" 1>&6
4605 ac_safe=`echo "cups/cups.h" | sed 'y%./+-%__p_%'`
4606 echo $ac_n "checking for cups/cups.h""... $ac_c" 1>&6
4607 echo "configure:4608: checking for cups/cups.h" >&5
4608 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4609 echo $ac_n "(cached) $ac_c" 1>&6
4611 cat > conftest.$ac_ext <<EOF
4612 #line 4613 "configure"
4613 #include "confdefs.h"
4614 #include <cups/cups.h>
4616 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4617 { (eval echo configure:4618: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4618 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4619 if test -z "$ac_err"; then
4621 eval "ac_cv_header_$ac_safe=yes"
4624 echo "configure: failed program was:" >&5
4625 cat conftest.$ac_ext >&5
4627 eval "ac_cv_header_$ac_safe=no"
4631 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4632 echo "$ac_t""yes" 1>&6
4633 cat >> confdefs.h <<\EOF
4639 echo "$ac_t""no" 1>&6
4640 wine_cv_warn_cups_h=yes
4645 echo "$ac_t""no" 1>&6
4650 echo $ac_n "checking "for GNU style IPX support"""... $ac_c" 1>&6
4651 echo "configure:4652: checking "for GNU style IPX support"" >&5
4652 if eval "test \"`echo '$''{'ac_cv_c_ipx_gnu'+set}'`\" = set"; then
4653 echo $ac_n "(cached) $ac_c" 1>&6
4655 cat > conftest.$ac_ext <<EOF
4656 #line 4657 "configure"
4657 #include "confdefs.h"
4658 #include <sys/socket.h>
4659 #include <netipx/ipx.h>
4661 ((struct sockaddr_ipx *)0)->sipx_family == AF_IPX
4664 if { (eval echo configure:4665: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4666 ac_cv_c_ipx_gnu="yes"
4668 echo "configure: failed program was:" >&5
4669 cat conftest.$ac_ext >&5
4671 ac_cv_c_ipx_gnu="no"
4677 echo "$ac_t""$ac_cv_c_ipx_gnu" 1>&6
4678 if test "$ac_cv_c_ipx_gnu" = "yes"
4680 cat >> confdefs.h <<\EOF
4681 #define HAVE_IPX_GNU 1
4686 if test "$ac_cv_c_ipx_gnu" = "no"
4688 echo $ac_n "checking "for linux style IPX support"""... $ac_c" 1>&6
4689 echo "configure:4690: checking "for linux style IPX support"" >&5
4690 if eval "test \"`echo '$''{'ac_cv_c_ipx_linux'+set}'`\" = set"; then
4691 echo $ac_n "(cached) $ac_c" 1>&6
4693 cat > conftest.$ac_ext <<EOF
4694 #line 4695 "configure"
4695 #include "confdefs.h"
4696 #include <sys/socket.h>
4697 #include <asm/types.h>
4698 #include <linux/ipx.h>
4700 ((struct sockaddr_ipx *)0)->sipx_family == AF_IPX
4703 if { (eval echo configure:4704: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4705 ac_cv_c_ipx_linux="yes"
4707 echo "configure: failed program was:" >&5
4708 cat conftest.$ac_ext >&5
4710 ac_cv_c_ipx_linux="no"
4716 echo "$ac_t""$ac_cv_c_ipx_linux" 1>&6
4717 if test "$ac_cv_c_ipx_linux" = "yes"
4719 cat >> confdefs.h <<\EOF
4720 #define HAVE_IPX_LINUX 1
4726 for ac_hdr in sys/soundcard.h machine/soundcard.h soundcard.h
4728 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4729 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4730 echo "configure:4731: checking for $ac_hdr" >&5
4731 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4732 echo $ac_n "(cached) $ac_c" 1>&6
4734 cat > conftest.$ac_ext <<EOF
4735 #line 4736 "configure"
4736 #include "confdefs.h"
4739 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4740 { (eval echo configure:4741: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4741 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4742 if test -z "$ac_err"; then
4744 eval "ac_cv_header_$ac_safe=yes"
4747 echo "configure: failed program was:" >&5
4748 cat conftest.$ac_ext >&5
4750 eval "ac_cv_header_$ac_safe=no"
4754 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4755 echo "$ac_t""yes" 1>&6
4756 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4757 cat >> confdefs.h <<EOF
4758 #define $ac_tr_hdr 1
4762 echo "$ac_t""no" 1>&6
4767 echo $ac_n "checking "for Open Sound System"""... $ac_c" 1>&6
4768 echo "configure:4769: checking "for Open Sound System"" >&5
4769 if eval "test \"`echo '$''{'ac_cv_c_opensoundsystem'+set}'`\" = set"; then
4770 echo $ac_n "(cached) $ac_c" 1>&6
4772 cat > conftest.$ac_ext <<EOF
4773 #line 4774 "configure"
4774 #include "confdefs.h"
4776 #if defined(HAVE_SYS_SOUNDCARD_H)
4777 #include <sys/soundcard.h>
4778 #elif defined(HAVE_MACHINE_SOUNDCARD_H)
4779 #include <machine/soundcard.h>
4780 #elif defined(HAVE_SOUNDCARD_H)
4781 #include <soundcard.h>
4787 /* check for one of the Open Sound System specific SNDCTL_ defines */
4788 #if !defined(SNDCTL_DSP_STEREO)
4789 #error No open sound system
4794 if { (eval echo configure:4795: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4796 ac_cv_c_opensoundsystem="yes"
4798 echo "configure: failed program was:" >&5
4799 cat conftest.$ac_ext >&5
4801 ac_cv_c_opensoundsystem="no"
4806 echo "$ac_t""$ac_cv_c_opensoundsystem" 1>&6
4808 if test "$ac_cv_c_opensoundsystem" = "yes"
4810 cat >> confdefs.h <<\EOF
4816 echo $ac_n "checking "for Open Sound System/MIDI interface"""... $ac_c" 1>&6
4817 echo "configure:4818: checking "for Open Sound System/MIDI interface"" >&5
4818 if eval "test \"`echo '$''{'ac_cv_c_opensoundsystem_midi'+set}'`\" = set"; then
4819 echo $ac_n "(cached) $ac_c" 1>&6
4821 cat > conftest.$ac_ext <<EOF
4822 #line 4823 "configure"
4823 #include "confdefs.h"
4825 #if defined(HAVE_SYS_SOUNDCARD_H)
4826 #include <sys/soundcard.h>
4827 #elif defined(HAVE_MACHINE_SOUNDCARD_H)
4828 #include <machine/soundcard.h>
4829 #elif defined(HAVE_SOUNDCARD_H)
4830 #include <soundcard.h>
4836 /* check for one of the Open Sound System specific SNDCTL_SEQ defines */
4837 #if !defined(SNDCTL_SEQ_SYNC)
4838 #error No open sound system MIDI interface
4843 if { (eval echo configure:4844: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4845 ac_cv_c_opensoundsystem_midi="yes"
4847 echo "configure: failed program was:" >&5
4848 cat conftest.$ac_ext >&5
4850 ac_cv_c_opensoundsystem_midi="no"
4855 echo "$ac_t""$ac_cv_c_opensoundsystem_midi" 1>&6
4857 if test "$ac_cv_c_opensoundsystem_midi" = "yes"
4859 cat >> confdefs.h <<\EOF
4860 #define HAVE_OSS_MIDI 1
4865 if test "$ac_cv_prog_LN_S" = "ln -s"; then : ; else LN_S=cp ; fi
4868 if test "x${GCC}" = "xyes"
4870 CFLAGS="$CFLAGS -Wall"
4871 echo $ac_n "checking "for gcc strength-reduce bug"""... $ac_c" 1>&6
4872 echo "configure:4873: checking "for gcc strength-reduce bug"" >&5
4873 if eval "test \"`echo '$''{'ac_cv_c_gcc_strength_bug'+set}'`\" = set"; then
4874 echo $ac_n "(cached) $ac_c" 1>&6
4876 if test "$cross_compiling" = yes; then
4877 ac_cv_c_gcc_strength_bug="yes"
4879 cat > conftest.$ac_ext <<EOF
4880 #line 4881 "configure"
4881 #include "confdefs.h"
4883 int L[4] = {0,1,2,3};
4885 static int Array[3];
4888 for(i=0; i<B; i++) Array[i] = i - 3;
4889 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
4892 exit( Array[1] != -2 || L[2] != 3);
4895 if { (eval echo configure:4896: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4897 ac_cv_c_gcc_strength_bug="no"
4899 echo "configure: failed program was:" >&5
4900 cat conftest.$ac_ext >&5
4902 ac_cv_c_gcc_strength_bug="yes"
4909 echo "$ac_t""$ac_cv_c_gcc_strength_bug" 1>&6
4910 if test "$ac_cv_c_gcc_strength_bug" = "yes"
4912 CFLAGS="$CFLAGS -fno-strength-reduce"
4915 echo $ac_n "checking "for gcc -mpreferred-stack-boundary=2 support"""... $ac_c" 1>&6
4916 echo "configure:4917: checking "for gcc -mpreferred-stack-boundary=2 support"" >&5
4917 if eval "test \"`echo '$''{'ac_cv_c_gcc_stack_boundary'+set}'`\" = set"; then
4918 echo $ac_n "(cached) $ac_c" 1>&6
4920 saved_cflags=$CFLAGS
4921 CFLAGS="$CFLAGS -mpreferred-stack-boundary=2"
4922 cat > conftest.$ac_ext <<EOF
4923 #line 4924 "configure"
4924 #include "confdefs.h"
4930 if { (eval echo configure:4931: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4932 ac_cv_c_gcc_stack_boundary="yes"
4934 echo "configure: failed program was:" >&5
4935 cat conftest.$ac_ext >&5
4937 ac_cv_c_gcc_stack_boundary="no"
4940 CFLAGS=$saved_cflags
4944 echo "$ac_t""$ac_cv_c_gcc_stack_boundary" 1>&6
4945 if test "$ac_cv_c_gcc_stack_boundary" = "yes"
4947 CFLAGS="$CFLAGS -mpreferred-stack-boundary=2"
4952 echo $ac_n "checking "whether .type must sit inside a .def directive"""... $ac_c" 1>&6
4953 echo "configure:4954: checking "whether .type must sit inside a .def directive"" >&5
4954 if eval "test \"`echo '$''{'ac_cv_c_type_in_def'+set}'`\" = set"; then
4955 echo $ac_n "(cached) $ac_c" 1>&6
4958 LIBS="conftest_asm.s $LIBS"
4959 cat > conftest_asm.s <<EOF
4961 .def _ac_test; .scl 2; .type 32; .endef
4965 cat > conftest.$ac_ext <<EOF
4966 #line 4967 "configure"
4967 #include "confdefs.h"
4973 if { (eval echo configure:4974: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4975 ac_cv_c_type_in_def="yes"
4977 echo "configure: failed program was:" >&5
4978 cat conftest.$ac_ext >&5
4980 ac_cv_c_type_in_def="no"
4986 echo "$ac_t""$ac_cv_c_type_in_def" 1>&6
4987 if test "$ac_cv_c_type_in_def" = "yes"
4989 cat >> confdefs.h <<\EOF
4990 #define NEED_TYPE_IN_DEF 1
4996 echo $ac_n "checking "whether external symbols need an underscore prefix"""... $ac_c" 1>&6
4997 echo "configure:4998: checking "whether external symbols need an underscore prefix"" >&5
4998 if eval "test \"`echo '$''{'ac_cv_c_extern_prefix'+set}'`\" = set"; then
4999 echo $ac_n "(cached) $ac_c" 1>&6
5002 LIBS="conftest_asm.s $LIBS"
5003 cat > conftest_asm.s <<EOF
5008 cat > conftest.$ac_ext <<EOF
5009 #line 5010 "configure"
5010 #include "confdefs.h"
5013 if (ac_test) return 1
5016 if { (eval echo configure:5017: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5018 ac_cv_c_extern_prefix="yes"
5020 echo "configure: failed program was:" >&5
5021 cat conftest.$ac_ext >&5
5023 ac_cv_c_extern_prefix="no"
5029 echo "$ac_t""$ac_cv_c_extern_prefix" 1>&6
5030 if test "$ac_cv_c_extern_prefix" = "yes"
5032 cat >> confdefs.h <<\EOF
5033 #define NEED_UNDERSCORE_PREFIX 1
5039 echo $ac_n "checking "whether assembler accepts .string"""... $ac_c" 1>&6
5040 echo "configure:5041: checking "whether assembler accepts .string"" >&5
5041 if eval "test \"`echo '$''{'ac_cv_c_asm_string'+set}'`\" = set"; then
5042 echo $ac_n "(cached) $ac_c" 1>&6
5045 LIBS="conftest_asm.s $LIBS"
5046 cat > conftest_asm.s <<EOF
5049 cat > conftest.$ac_ext <<EOF
5050 #line 5051 "configure"
5051 #include "confdefs.h"
5057 if { (eval echo configure:5058: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5059 ac_cv_c_asm_string="yes"
5061 echo "configure: failed program was:" >&5
5062 cat conftest.$ac_ext >&5
5064 ac_cv_c_asm_string="no"
5070 echo "$ac_t""$ac_cv_c_asm_string" 1>&6
5071 if test "$ac_cv_c_asm_string" = "yes"
5073 cat >> confdefs.h <<\EOF
5074 #define HAVE_ASM_STRING 1
5082 if test "$LIBEXT" = "so"
5084 echo $ac_n "checking "whether we can build a Linux dll"""... $ac_c" 1>&6
5085 echo "configure:5086: checking "whether we can build a Linux dll"" >&5
5086 if eval "test \"`echo '$''{'ac_cv_c_dll_linux'+set}'`\" = set"; then
5087 echo $ac_n "(cached) $ac_c" 1>&6
5089 saved_cflags=$CFLAGS
5090 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,conftest.so.1.0,-Bsymbolic"
5091 cat > conftest.$ac_ext <<EOF
5092 #line 5093 "configure"
5093 #include "confdefs.h"
5099 if { (eval echo configure:5100: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5101 ac_cv_c_dll_linux="yes"
5103 echo "configure: failed program was:" >&5
5104 cat conftest.$ac_ext >&5
5106 ac_cv_c_dll_linux="no"
5109 CFLAGS=$saved_cflags
5113 echo "$ac_t""$ac_cv_c_dll_linux" 1>&6
5114 if test "$ac_cv_c_dll_linux" = "yes"
5116 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%) -Wl,-rpath,\$(libdir)"
5117 LDDLLFLAGS="-Wl,-Bsymbolic"
5119 echo $ac_n "checking whether we can build a UnixWare (Solaris) dll""... $ac_c" 1>&6
5120 echo "configure:5121: checking whether we can build a UnixWare (Solaris) dll" >&5
5121 if eval "test \"`echo '$''{'ac_cv_c_dll_unixware'+set}'`\" = set"; then
5122 echo $ac_n "(cached) $ac_c" 1>&6
5124 saved_cflags=$CFLAGS
5125 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
5126 cat > conftest.$ac_ext <<EOF
5127 #line 5128 "configure"
5128 #include "confdefs.h"
5134 if { (eval echo configure:5135: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5136 ac_cv_c_dll_unixware="yes"
5138 echo "configure: failed program was:" >&5
5139 cat conftest.$ac_ext >&5
5141 ac_cv_c_dll_unixware="no"
5144 CFLAGS=$saved_cflags
5148 echo "$ac_t""$ac_cv_c_dll_unixware" 1>&6
5149 if test "$ac_cv_c_dll_unixware" = "yes"
5151 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,\$(libdir)/%)"
5152 LDDLLFLAGS="-Wl,-B,symbolic"
5154 echo $ac_n "checking "whether we can build a NetBSD dll"""... $ac_c" 1>&6
5155 echo "configure:5156: checking "whether we can build a NetBSD dll"" >&5
5156 if eval "test \"`echo '$''{'ac_cv_c_dll_netbsd'+set}'`\" = set"; then
5157 echo $ac_n "(cached) $ac_c" 1>&6
5159 saved_cflags=$CFLAGS
5160 CFLAGS="$CFLAGS -fPIC -Wl,-Bshareable,-Bforcearchive"
5161 cat > conftest.$ac_ext <<EOF
5162 #line 5163 "configure"
5163 #include "confdefs.h"
5169 if { (eval echo configure:5170: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5171 ac_cv_c_dll_netbsd="yes"
5173 echo "configure: failed program was:" >&5
5174 cat conftest.$ac_ext >&5
5176 ac_cv_c_dll_netbsd="no"
5179 CFLAGS=$saved_cflags
5183 echo "$ac_t""$ac_cv_c_dll_netbsd" 1>&6
5184 if test "$ac_cv_c_dll_netbsd" = "yes"
5186 LDSHARED="\$(CC) -Wl,-Bshareable,-Bforcearchive"
5187 LDDLLFLAGS="" #FIXME
5191 if test "$ac_cv_c_dll_linux" = "no" -a "$ac_cv_c_dll_unixware" = "no" -a "$ac_cv_c_dll_netbsd" = "no"
5194 if test "$DLLWRAP" = "dllwrap"; then
5195 if test "$CYGWIN" = "yes"; then
5196 echo "*** use dllwrap for building shared library."
5203 if test "$LIBEXT" = "a"; then
5204 echo "*** It is currently not possible to build WINE without shared"
5205 echo "*** library (.so) support to allow transparent switch between .so"
5206 echo "*** and .dll files."
5207 echo "*** If you are using Linux, you will need a newer binutils."
5214 if test "$LIBEXT" = "so"; then
5216 DLL_LINK="-L\$(DLLDIR) \$(IMPORTS:%=-l%) \$(LIBWINE) \$(LIBUNICODE)"
5217 LDPATH="LD_LIBRARY_PATH=\"\$(TOPOBJDIR)/unicode:\$\$LD_LIBRARY_PATH\""
5218 elif test "$LIBEXT" = "dll"; then
5219 #DLLFLAGS="-fPIC" # -fPIC doesn't work(at least in cygwin-b20) - FIXME
5220 DLL_LINK="-L\$(DLLDIR) \$(IMPORTS:%=-l%) \$(LIBWINE) \$(LIBUNICODE)"
5221 LDPATH="PATH=\"\$(TOPOBJDIR)/unicode:\$\$PATH\""
5223 DLL_LINK="-L\$(DLLDIR) \$(DLLS:%=-l%) \$(LIBWINE) \$(LIBUNICODE) \$(X_LIBS) \$(XLIB)"
5224 echo $ac_n "checking whether the linker supports --[no]-whole-archive (Linux)""... $ac_c" 1>&6
5225 echo "configure:5226: checking whether the linker supports --[no]-whole-archive (Linux)" >&5
5226 if eval "test \"`echo '$''{'ac_cv_c_whole_archive'+set}'`\" = set"; then
5227 echo $ac_n "(cached) $ac_c" 1>&6
5229 saved_cflags=$CFLAGS
5230 CFLAGS="$CFLAGS -Wl,--whole-archive -Wl,--no-whole-archive"
5231 cat > conftest.$ac_ext <<EOF
5232 #line 5233 "configure"
5233 #include "confdefs.h"
5239 if { (eval echo configure:5240: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5241 ac_cv_c_whole_archive="yes"
5243 echo "configure: failed program was:" >&5
5244 cat conftest.$ac_ext >&5
5246 ac_cv_c_whole_archive="no"
5249 CFLAGS=$saved_cflags
5253 echo "$ac_t""$ac_cv_c_whole_archive" 1>&6
5254 if test "$ac_cv_c_whole_archive" = "yes"
5256 DLL_LINK="-Wl,--whole-archive $DLL_LINK -Wl,--no-whole-archive"
5258 echo $ac_n "checking whether the linker supports -z {all,default}extract (Linux)""... $ac_c" 1>&6
5259 echo "configure:5260: checking whether the linker supports -z {all,default}extract (Linux)" >&5
5260 if eval "test \"`echo '$''{'ac_cv_c_allextract'+set}'`\" = set"; then
5261 echo $ac_n "(cached) $ac_c" 1>&6
5263 saved_cflags=$CFLAGS
5264 CFLAGS="$CFLAGS -Wl,-z,allextract -Wl,-z,defaultextract"
5265 cat > conftest.$ac_ext <<EOF
5266 #line 5267 "configure"
5267 #include "confdefs.h"
5273 if { (eval echo configure:5274: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5275 ac_cv_c_allextract="yes"
5277 echo "configure: failed program was:" >&5
5278 cat conftest.$ac_ext >&5
5280 ac_cv_c_allextract="no"
5283 CFLAGS=$saved_cflags
5287 echo "$ac_t""$ac_cv_c_allextract" 1>&6
5288 if test "$ac_cv_c_allextract" = "yes"
5290 DLL_LINK="-Wl,-z,allextract $DLL_LINK -Wl,-z,defaultextract"
5305 wine_cv_libc_reentrant=no
5307 echo $ac_n "checking for reentrant libc: __errno_location""... $ac_c" 1>&6
5308 echo "configure:5309: checking for reentrant libc: __errno_location" >&5
5309 if eval "test \"`echo '$''{'wine_cv_libc_r___errno_location'+set}'`\" = set"; then
5310 echo $ac_n "(cached) $ac_c" 1>&6
5312 if test "$cross_compiling" = yes; then
5313 wine_cv_libc_r___errno_location=yes
5315 cat > conftest.$ac_ext <<EOF
5316 #line 5317 "configure"
5317 #include "confdefs.h"
5320 int *__errno_location(){return &myerrno;}
5321 main(){connect(0,buf,255); exit(!myerrno);}
5323 if { (eval echo configure:5324: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5325 wine_cv_libc_r___errno_location=yes
5327 echo "configure: failed program was:" >&5
5328 cat conftest.$ac_ext >&5
5330 wine_cv_libc_r___errno_location=no
5338 echo "$ac_t""$wine_cv_libc_r___errno_location" 1>&6
5339 if test "$wine_cv_libc_r___errno_location" = "yes"
5341 wine_cv_libc_reentrant=__errno_location
5345 echo $ac_n "checking for reentrant libc: __error""... $ac_c" 1>&6
5346 echo "configure:5347: checking for reentrant libc: __error" >&5
5347 if eval "test \"`echo '$''{'wine_cv_libc_r___error'+set}'`\" = set"; then
5348 echo $ac_n "(cached) $ac_c" 1>&6
5350 if test "$cross_compiling" = yes; then
5351 wine_cv_libc_r___error=yes
5353 cat > conftest.$ac_ext <<EOF
5354 #line 5355 "configure"
5355 #include "confdefs.h"
5358 int *__error(){return &myerrno;}
5359 main(){connect(0,buf,255); exit(!myerrno);}
5361 if { (eval echo configure:5362: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5363 wine_cv_libc_r___error=yes
5365 echo "configure: failed program was:" >&5
5366 cat conftest.$ac_ext >&5
5368 wine_cv_libc_r___error=no
5376 echo "$ac_t""$wine_cv_libc_r___error" 1>&6
5377 if test "$wine_cv_libc_r___error" = "yes"
5379 wine_cv_libc_reentrant=__error
5383 echo $ac_n "checking for reentrant libc: ___errno""... $ac_c" 1>&6
5384 echo "configure:5385: checking for reentrant libc: ___errno" >&5
5385 if eval "test \"`echo '$''{'wine_cv_libc_r____errno'+set}'`\" = set"; then
5386 echo $ac_n "(cached) $ac_c" 1>&6
5388 if test "$cross_compiling" = yes; then
5389 wine_cv_libc_r____errno=yes
5391 cat > conftest.$ac_ext <<EOF
5392 #line 5393 "configure"
5393 #include "confdefs.h"
5396 int *___errno(){return &myerrno;}
5397 main(){connect(0,buf,255); exit(!myerrno);}
5399 if { (eval echo configure:5400: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5401 wine_cv_libc_r____errno=yes
5403 echo "configure: failed program was:" >&5
5404 cat conftest.$ac_ext >&5
5406 wine_cv_libc_r____errno=no
5414 echo "$ac_t""$wine_cv_libc_r____errno" 1>&6
5415 if test "$wine_cv_libc_r____errno" = "yes"
5417 wine_cv_libc_reentrant=___errno
5421 echo $ac_n "checking for reentrant libc: __thr_errno""... $ac_c" 1>&6
5422 echo "configure:5423: checking for reentrant libc: __thr_errno" >&5
5423 if eval "test \"`echo '$''{'wine_cv_libc_r___thr_errno'+set}'`\" = set"; then
5424 echo $ac_n "(cached) $ac_c" 1>&6
5426 if test "$cross_compiling" = yes; then
5427 wine_cv_libc_r___thr_errno=yes
5429 cat > conftest.$ac_ext <<EOF
5430 #line 5431 "configure"
5431 #include "confdefs.h"
5434 int *__thr_errno(){return &myerrno;}
5435 main(){connect(0,buf,255); exit(!myerrno);}
5437 if { (eval echo configure:5438: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5439 wine_cv_libc_r___thr_errno=yes
5441 echo "configure: failed program was:" >&5
5442 cat conftest.$ac_ext >&5
5444 wine_cv_libc_r___thr_errno=no
5452 echo "$ac_t""$wine_cv_libc_r___thr_errno" 1>&6
5453 if test "$wine_cv_libc_r___thr_errno" = "yes"
5455 wine_cv_libc_reentrant=__thr_errno
5459 if test "$wine_cv_libc_reentrant" != "no"
5461 cat >> confdefs.h <<EOF
5462 #define ERRNO_LOCATION $wine_cv_libc_reentrant
5468 if test "$have_x" = "yes" -a "$wine_cv_libc_reentrant" != "no"
5470 echo $ac_n "checking "for reentrant X libraries"""... $ac_c" 1>&6
5471 echo "configure:5472: checking "for reentrant X libraries"" >&5
5472 if eval "test \"`echo '$''{'wine_cv_x_reentrant'+set}'`\" = set"; then
5473 echo $ac_n "(cached) $ac_c" 1>&6
5475 if test "x$with_reentrant_x" = "xno"
5477 wine_cv_x_reentrant=no
5480 for dir in "$x_libraries" /usr/lib /usr/local/lib /lib; do
5481 if test -r $dir/libX11.so; then
5482 libX11_check="-D $dir/libX11.so"
5485 if test -r $dir/libX11.a; then
5486 libX11_check="$dir/libX11.a"
5490 if test "$libX11_check" != "none"; then
5491 if nm $libX11_check | grep $wine_cv_libc_reentrant >/dev/null 2>&1
5493 wine_cv_x_reentrant=yes
5495 wine_cv_x_reentrant=no
5498 wine_cv_x_reentrant=unknown
5503 echo "$ac_t""$wine_cv_x_reentrant" 1>&6
5505 wine_cv_x_reentrant=no
5507 if test "$wine_cv_x_reentrant" = "no"
5509 cat >> confdefs.h <<\EOF
5510 #define NO_REENTRANT_X11 1
5517 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
5518 # for constant arguments. Useless!
5519 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
5520 echo "configure:5521: checking for working alloca.h" >&5
5521 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
5522 echo $ac_n "(cached) $ac_c" 1>&6
5524 cat > conftest.$ac_ext <<EOF
5525 #line 5526 "configure"
5526 #include "confdefs.h"
5529 void *p = alloca(2 * sizeof(int));
5532 if { (eval echo configure:5533: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5534 ac_cv_header_alloca_h=yes
5536 echo "configure: failed program was:" >&5
5537 cat conftest.$ac_ext >&5
5539 ac_cv_header_alloca_h=no
5544 echo "$ac_t""$ac_cv_header_alloca_h" 1>&6
5545 if test $ac_cv_header_alloca_h = yes; then
5546 cat >> confdefs.h <<\EOF
5547 #define HAVE_ALLOCA_H 1
5552 echo $ac_n "checking for alloca""... $ac_c" 1>&6
5553 echo "configure:5554: checking for alloca" >&5
5554 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
5555 echo $ac_n "(cached) $ac_c" 1>&6
5557 cat > conftest.$ac_ext <<EOF
5558 #line 5559 "configure"
5559 #include "confdefs.h"
5562 # define alloca __builtin_alloca
5565 # include <malloc.h>
5566 # define alloca _alloca
5569 # include <alloca.h>
5574 # ifndef alloca /* predefined by HP cc +Olibcalls */
5583 char *p = (char *) alloca(1);
5586 if { (eval echo configure:5587: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5588 ac_cv_func_alloca_works=yes
5590 echo "configure: failed program was:" >&5
5591 cat conftest.$ac_ext >&5
5593 ac_cv_func_alloca_works=no
5598 echo "$ac_t""$ac_cv_func_alloca_works" 1>&6
5599 if test $ac_cv_func_alloca_works = yes; then
5600 cat >> confdefs.h <<\EOF
5601 #define HAVE_ALLOCA 1
5606 if test $ac_cv_func_alloca_works = no; then
5607 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
5608 # that cause trouble. Some versions do not even contain alloca or
5609 # contain a buggy version. If you still want to use their alloca,
5610 # use ar to extract alloca.o from them instead of compiling alloca.c.
5611 ALLOCA=alloca.${ac_objext}
5612 cat >> confdefs.h <<\EOF
5617 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
5618 echo "configure:5619: checking whether alloca needs Cray hooks" >&5
5619 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
5620 echo $ac_n "(cached) $ac_c" 1>&6
5622 cat > conftest.$ac_ext <<EOF
5623 #line 5624 "configure"
5624 #include "confdefs.h"
5625 #if defined(CRAY) && ! defined(CRAY2)
5632 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5633 egrep "webecray" >/dev/null 2>&1; then
5644 echo "$ac_t""$ac_cv_os_cray" 1>&6
5645 if test $ac_cv_os_cray = yes; then
5646 for ac_func in _getb67 GETB67 getb67; do
5647 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5648 echo "configure:5649: checking for $ac_func" >&5
5649 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5650 echo $ac_n "(cached) $ac_c" 1>&6
5652 cat > conftest.$ac_ext <<EOF
5653 #line 5654 "configure"
5654 #include "confdefs.h"
5655 /* System header to define __stub macros and hopefully few prototypes,
5656 which can conflict with char $ac_func(); below. */
5658 /* Override any gcc2 internal prototype to avoid an error. */
5659 /* We use char because int might match the return type of a gcc2
5660 builtin and then its argument prototype would still apply. */
5665 /* The GNU C library defines this for functions which it implements
5666 to always fail with ENOSYS. Some functions are actually named
5667 something starting with __ and the normal name is an alias. */
5668 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5676 if { (eval echo configure:5677: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5678 eval "ac_cv_func_$ac_func=yes"
5680 echo "configure: failed program was:" >&5
5681 cat conftest.$ac_ext >&5
5683 eval "ac_cv_func_$ac_func=no"
5688 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5689 echo "$ac_t""yes" 1>&6
5690 cat >> confdefs.h <<EOF
5691 #define CRAY_STACKSEG_END $ac_func
5696 echo "$ac_t""no" 1>&6
5702 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
5703 echo "configure:5704: checking stack direction for C alloca" >&5
5704 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
5705 echo $ac_n "(cached) $ac_c" 1>&6
5707 if test "$cross_compiling" = yes; then
5708 ac_cv_c_stack_direction=0
5710 cat > conftest.$ac_ext <<EOF
5711 #line 5712 "configure"
5712 #include "confdefs.h"
5713 find_stack_direction ()
5715 static char *addr = 0;
5720 return find_stack_direction ();
5723 return (&dummy > addr) ? 1 : -1;
5727 exit (find_stack_direction() < 0);
5730 if { (eval echo configure:5731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5732 ac_cv_c_stack_direction=1
5734 echo "configure: failed program was:" >&5
5735 cat conftest.$ac_ext >&5
5737 ac_cv_c_stack_direction=-1
5744 echo "$ac_t""$ac_cv_c_stack_direction" 1>&6
5745 cat >> confdefs.h <<EOF
5746 #define STACK_DIRECTION $ac_cv_c_stack_direction
5787 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5788 echo "configure:5789: checking for $ac_func" >&5
5789 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5790 echo $ac_n "(cached) $ac_c" 1>&6
5792 cat > conftest.$ac_ext <<EOF
5793 #line 5794 "configure"
5794 #include "confdefs.h"
5795 /* System header to define __stub macros and hopefully few prototypes,
5796 which can conflict with char $ac_func(); below. */
5798 /* Override any gcc2 internal prototype to avoid an error. */
5799 /* We use char because int might match the return type of a gcc2
5800 builtin and then its argument prototype would still apply. */
5805 /* The GNU C library defines this for functions which it implements
5806 to always fail with ENOSYS. Some functions are actually named
5807 something starting with __ and the normal name is an alias. */
5808 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5816 if { (eval echo configure:5817: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5818 eval "ac_cv_func_$ac_func=yes"
5820 echo "configure: failed program was:" >&5
5821 cat conftest.$ac_ext >&5
5823 eval "ac_cv_func_$ac_func=no"
5828 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5829 echo "$ac_t""yes" 1>&6
5830 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5831 cat >> confdefs.h <<EOF
5832 #define $ac_tr_func 1
5836 echo "$ac_t""no" 1>&6
5858 netinet/in_systm.h \
5896 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5897 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5898 echo "configure:5899: checking for $ac_hdr" >&5
5899 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5900 echo $ac_n "(cached) $ac_c" 1>&6
5902 cat > conftest.$ac_ext <<EOF
5903 #line 5904 "configure"
5904 #include "confdefs.h"
5907 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5908 { (eval echo configure:5909: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5909 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5910 if test -z "$ac_err"; then
5912 eval "ac_cv_header_$ac_safe=yes"
5915 echo "configure: failed program was:" >&5
5916 cat conftest.$ac_ext >&5
5918 eval "ac_cv_header_$ac_safe=no"
5922 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5923 echo "$ac_t""yes" 1>&6
5924 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5925 cat >> confdefs.h <<EOF
5926 #define $ac_tr_hdr 1
5930 echo "$ac_t""no" 1>&6
5934 echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6
5935 echo "configure:5936: checking whether stat file-mode macros are broken" >&5
5936 if eval "test \"`echo '$''{'ac_cv_header_stat_broken'+set}'`\" = set"; then
5937 echo $ac_n "(cached) $ac_c" 1>&6
5939 cat > conftest.$ac_ext <<EOF
5940 #line 5941 "configure"
5941 #include "confdefs.h"
5942 #include <sys/types.h>
5943 #include <sys/stat.h>
5945 #if defined(S_ISBLK) && defined(S_IFDIR)
5946 # if S_ISBLK (S_IFDIR)
5951 #if defined(S_ISBLK) && defined(S_IFCHR)
5952 # if S_ISBLK (S_IFCHR)
5957 #if defined(S_ISLNK) && defined(S_IFREG)
5958 # if S_ISLNK (S_IFREG)
5963 #if defined(S_ISSOCK) && defined(S_IFREG)
5964 # if S_ISSOCK (S_IFREG)
5970 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5971 egrep "You lose" >/dev/null 2>&1; then
5973 ac_cv_header_stat_broken=yes
5976 ac_cv_header_stat_broken=no
5982 echo "$ac_t""$ac_cv_header_stat_broken" 1>&6
5983 if test $ac_cv_header_stat_broken = yes; then
5984 cat >> confdefs.h <<\EOF
5985 #define STAT_MACROS_BROKEN 1
5992 echo $ac_n "checking for working const""... $ac_c" 1>&6
5993 echo "configure:5994: checking for working const" >&5
5994 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
5995 echo $ac_n "(cached) $ac_c" 1>&6
5997 cat > conftest.$ac_ext <<EOF
5998 #line 5999 "configure"
5999 #include "confdefs.h"
6003 /* Ultrix mips cc rejects this. */
6004 typedef int charset[2]; const charset x = {0,0};
6005 /* SunOS 4.1.1 cc rejects this. */
6006 char const *const *ccp;
6008 /* NEC SVR4.0.2 mips cc rejects this. */
6009 struct point {int x, y;};
6010 static struct point const zero = {0,0};
6011 /* AIX XL C 1.02.0.0 rejects this.
6012 It does not let you subtract one const X* pointer from another in an arm
6013 of an if-expression whose if-part is not a constant expression */
6014 const char *g = "string";
6015 ccp = &g + (g ? g-g : 0);
6016 /* HPUX 7.0 cc rejects these. */
6019 ccp = (char const *const *) p;
6020 { /* SCO 3.2v4 cc rejects this. */
6022 char const *s = 0 ? (char *) 0 : (char const *) 0;
6026 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
6028 const int *foo = &x[0];
6031 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
6032 typedef const int *iptr;
6036 { /* AIX XL C 1.02.0.0 rejects this saying
6037 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
6038 struct s { int j; const int *ap[3]; };
6039 struct s *b; b->j = 5;
6041 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
6047 if { (eval echo configure:6048: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6051 echo "configure: failed program was:" >&5
6052 cat conftest.$ac_ext >&5
6059 echo "$ac_t""$ac_cv_c_const" 1>&6
6060 if test $ac_cv_c_const = no; then
6061 cat >> confdefs.h <<\EOF
6067 echo $ac_n "checking for inline""... $ac_c" 1>&6
6068 echo "configure:6069: checking for inline" >&5
6069 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
6070 echo $ac_n "(cached) $ac_c" 1>&6
6073 for ac_kw in inline __inline__ __inline; do
6074 cat > conftest.$ac_ext <<EOF
6075 #line 6076 "configure"
6076 #include "confdefs.h"
6079 } int $ac_kw foo() {
6082 if { (eval echo configure:6083: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6084 ac_cv_c_inline=$ac_kw; break
6086 echo "configure: failed program was:" >&5
6087 cat conftest.$ac_ext >&5
6094 echo "$ac_t""$ac_cv_c_inline" 1>&6
6095 case "$ac_cv_c_inline" in
6097 no) cat >> confdefs.h <<\EOF
6101 *) cat >> confdefs.h <<EOF
6102 #define inline $ac_cv_c_inline
6107 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
6108 echo "configure:6109: checking for ANSI C header files" >&5
6109 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
6110 echo $ac_n "(cached) $ac_c" 1>&6
6112 cat > conftest.$ac_ext <<EOF
6113 #line 6114 "configure"
6114 #include "confdefs.h"
6120 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6121 { (eval echo configure:6122: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6122 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6123 if test -z "$ac_err"; then
6125 ac_cv_header_stdc=yes
6128 echo "configure: failed program was:" >&5
6129 cat conftest.$ac_ext >&5
6131 ac_cv_header_stdc=no
6135 if test $ac_cv_header_stdc = yes; then
6136 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6137 cat > conftest.$ac_ext <<EOF
6138 #line 6139 "configure"
6139 #include "confdefs.h"
6142 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6143 egrep "memchr" >/dev/null 2>&1; then
6147 ac_cv_header_stdc=no
6153 if test $ac_cv_header_stdc = yes; then
6154 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6155 cat > conftest.$ac_ext <<EOF
6156 #line 6157 "configure"
6157 #include "confdefs.h"
6160 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6161 egrep "free" >/dev/null 2>&1; then
6165 ac_cv_header_stdc=no
6171 if test $ac_cv_header_stdc = yes; then
6172 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6173 if test "$cross_compiling" = yes; then
6176 cat > conftest.$ac_ext <<EOF
6177 #line 6178 "configure"
6178 #include "confdefs.h"
6180 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6181 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6182 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6183 int main () { int i; for (i = 0; i < 256; i++)
6184 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
6188 if { (eval echo configure:6189: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6192 echo "configure: failed program was:" >&5
6193 cat conftest.$ac_ext >&5
6195 ac_cv_header_stdc=no
6203 echo "$ac_t""$ac_cv_header_stdc" 1>&6
6204 if test $ac_cv_header_stdc = yes; then
6205 cat >> confdefs.h <<\EOF
6206 #define STDC_HEADERS 1
6211 echo $ac_n "checking for size_t""... $ac_c" 1>&6
6212 echo "configure:6213: checking for size_t" >&5
6213 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
6214 echo $ac_n "(cached) $ac_c" 1>&6
6216 cat > conftest.$ac_ext <<EOF
6217 #line 6218 "configure"
6218 #include "confdefs.h"
6219 #include <sys/types.h>
6225 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6226 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
6228 ac_cv_type_size_t=yes
6231 ac_cv_type_size_t=no
6236 echo "$ac_t""$ac_cv_type_size_t" 1>&6
6237 if test $ac_cv_type_size_t = no; then
6238 cat >> confdefs.h <<\EOF
6239 #define size_t unsigned
6244 echo $ac_n "checking size of long long""... $ac_c" 1>&6
6245 echo "configure:6246: checking size of long long" >&5
6246 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
6247 echo $ac_n "(cached) $ac_c" 1>&6
6249 if test "$cross_compiling" = yes; then
6250 ac_cv_sizeof_long_long=0
6252 cat > conftest.$ac_ext <<EOF
6253 #line 6254 "configure"
6254 #include "confdefs.h"
6258 FILE *f=fopen("conftestval", "w");
6260 fprintf(f, "%d\n", sizeof(long long));
6264 if { (eval echo configure:6265: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6266 ac_cv_sizeof_long_long=`cat conftestval`
6268 echo "configure: failed program was:" >&5
6269 cat conftest.$ac_ext >&5
6271 ac_cv_sizeof_long_long=0
6277 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
6278 cat >> confdefs.h <<EOF
6279 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
6284 echo $ac_n "checking "whether linux/input.h is for real"""... $ac_c" 1>&6
6285 echo "configure:6286: checking "whether linux/input.h is for real"" >&5
6286 if eval "test \"`echo '$''{'wine_cv_linux_input_h'+set}'`\" = set"; then
6287 echo $ac_n "(cached) $ac_c" 1>&6
6289 cat > conftest.$ac_ext <<EOF
6290 #line 6291 "configure"
6291 #include "confdefs.h"
6293 #include <linux/input.h>
6297 int foo = EVIOCGBIT(EV_ABS,42);
6298 int bar = BTN_PINKIE;
6303 if { (eval echo configure:6304: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6305 wine_cv_linux_input_h=yes
6307 echo "configure: failed program was:" >&5
6308 cat conftest.$ac_ext >&5
6310 wine_cv_linux_input_h=no
6316 echo "$ac_t""$wine_cv_linux_input_h" 1>&6
6317 if test "$wine_cv_linux_input_h" = "yes"
6319 cat >> confdefs.h <<\EOF
6320 #define HAVE_CORRECT_LINUXINPUT_H 1
6326 echo $ac_n "checking "whether we can use re-entrant gethostbyname_r Linux style"""... $ac_c" 1>&6
6327 echo "configure:6328: checking "whether we can use re-entrant gethostbyname_r Linux style"" >&5
6328 if eval "test \"`echo '$''{'wine_cv_linux_gethostbyname_r_6'+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"
6341 struct hostent *result;
6348 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
6349 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
6353 if { (eval echo configure:6354: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6355 wine_cv_linux_gethostbyname_r_6=yes
6357 echo "configure: failed program was:" >&5
6358 cat conftest.$ac_ext >&5
6360 wine_cv_linux_gethostbyname_r_6=no
6367 echo "$ac_t""$wine_cv_linux_gethostbyname_r_6" 1>&6
6368 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
6370 cat >> confdefs.h <<\EOF
6371 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
6376 if test "$ac_cv_header_linux_joystick_h" = "yes"
6378 echo $ac_n "checking "whether linux/joystick.h uses the Linux 2.2+ API"""... $ac_c" 1>&6
6379 echo "configure:6380: checking "whether linux/joystick.h uses the Linux 2.2+ API"" >&5
6380 if eval "test \"`echo '$''{'wine_cv_linux_joystick_22_api'+set}'`\" = set"; then
6381 echo $ac_n "(cached) $ac_c" 1>&6
6383 cat > conftest.$ac_ext <<EOF
6384 #line 6385 "configure"
6385 #include "confdefs.h"
6387 #include <sys/ioctl.h>
6388 #include <linux/joystick.h>
6390 struct js_event blub;
6391 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
6392 #error "no 2.2 header"
6399 if { (eval echo configure:6400: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6401 wine_cv_linux_joystick_22_api=yes
6403 echo "configure: failed program was:" >&5
6404 cat conftest.$ac_ext >&5
6406 wine_cv_linux_joystick_22_api=no
6412 echo "$ac_t""$wine_cv_linux_joystick_22_api" 1>&6
6413 if test "$wine_cv_linux_joystick_22_api" = "yes"
6415 cat >> confdefs.h <<\EOF
6416 #define HAVE_LINUX_22_JOYSTICK_API 1
6423 if test "$ac_cv_header_sys_vfs_h" = "yes"
6425 echo $ac_n "checking "whether sys/vfs.h defines statfs"""... $ac_c" 1>&6
6426 echo "configure:6427: checking "whether sys/vfs.h defines statfs"" >&5
6427 if eval "test \"`echo '$''{'wine_cv_sys_vfs_has_statfs'+set}'`\" = set"; then
6428 echo $ac_n "(cached) $ac_c" 1>&6
6430 cat > conftest.$ac_ext <<EOF
6431 #line 6432 "configure"
6432 #include "confdefs.h"
6434 #include <sys/types.h>
6435 #ifdef HAVE_SYS_PARAM_H
6436 # include <sys/param.h>
6438 #include <sys/vfs.h>
6444 memset(&stfs,0,sizeof(stfs));
6448 if { (eval echo configure:6449: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6450 wine_cv_sys_vfs_has_statfs=yes
6452 echo "configure: failed program was:" >&5
6453 cat conftest.$ac_ext >&5
6455 wine_cv_sys_vfs_has_statfs=no
6462 echo "$ac_t""$wine_cv_sys_vfs_has_statfs" 1>&6
6463 if test "$wine_cv_sys_vfs_has_statfs" = "yes"
6465 cat >> confdefs.h <<\EOF
6466 #define STATFS_DEFINED_BY_SYS_VFS 1
6472 if test "$ac_cv_header_sys_statfs_h" = "yes"
6474 echo $ac_n "checking "whether sys/statfs.h defines statfs"""... $ac_c" 1>&6
6475 echo "configure:6476: checking "whether sys/statfs.h defines statfs"" >&5
6476 if eval "test \"`echo '$''{'wine_cv_sys_statfs_has_statfs'+set}'`\" = set"; then
6477 echo $ac_n "(cached) $ac_c" 1>&6
6479 cat > conftest.$ac_ext <<EOF
6480 #line 6481 "configure"
6481 #include "confdefs.h"
6483 #include <sys/types.h>
6484 #ifdef HAVE_SYS_PARAM_H
6485 # include <sys/param.h>
6487 #include <sys/statfs.h>
6495 if { (eval echo configure:6496: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6497 wine_cv_sys_statfs_has_statfs=yes
6499 echo "configure: failed program was:" >&5
6500 cat conftest.$ac_ext >&5
6502 wine_cv_sys_statfs_has_statfs=no
6509 echo "$ac_t""$wine_cv_sys_statfs_has_statfs" 1>&6
6510 if test "$wine_cv_sys_statfs_has_statfs" = "yes"
6512 cat >> confdefs.h <<\EOF
6513 #define STATFS_DEFINED_BY_SYS_STATFS 1
6519 if test "$ac_cv_header_sys_mount_h" = "yes"
6521 echo $ac_n "checking "whether sys/mount.h defines statfs"""... $ac_c" 1>&6
6522 echo "configure:6523: checking "whether sys/mount.h defines statfs"" >&5
6523 if eval "test \"`echo '$''{'wine_cv_sys_mount_has_statfs'+set}'`\" = set"; then
6524 echo $ac_n "(cached) $ac_c" 1>&6
6526 cat > conftest.$ac_ext <<EOF
6527 #line 6528 "configure"
6528 #include "confdefs.h"
6530 #include <sys/types.h>
6531 #ifdef HAVE_SYS_PARAM_H
6532 # include <sys/param.h>
6534 #include <sys/mount.h>
6542 if { (eval echo configure:6543: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6544 wine_cv_sys_mount_has_statfs=yes
6546 echo "configure: failed program was:" >&5
6547 cat conftest.$ac_ext >&5
6549 wine_cv_sys_mount_has_statfs=no
6556 echo "$ac_t""$wine_cv_sys_mount_has_statfs" 1>&6
6557 if test "$wine_cv_sys_mount_has_statfs" = "yes"
6559 cat >> confdefs.h <<\EOF
6560 #define STATFS_DEFINED_BY_SYS_MOUNT 1
6567 echo $ac_n "checking "for statfs.f_bfree"""... $ac_c" 1>&6
6568 echo "configure:6569: checking "for statfs.f_bfree"" >&5
6569 if eval "test \"`echo '$''{'wine_cv_statfs_bfree'+set}'`\" = set"; then
6570 echo $ac_n "(cached) $ac_c" 1>&6
6572 if test "x$statfs_bfree" = "xno"
6574 wine_cv_statfs_bfree=no
6576 cat > conftest.$ac_ext <<EOF
6577 #line 6578 "configure"
6578 #include "confdefs.h"
6580 #include <sys/types.h>
6581 #ifdef HAVE_SYS_PARAM_H
6582 # include <sys/param.h>
6584 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
6585 # include <sys/mount.h>
6587 # ifdef STATFS_DEFINED_BY_SYS_VFS
6588 # include <sys/vfs.h>
6590 # ifdef STATFS_DEFINED_BY_SYS_STATFS
6591 # include <sys/statfs.h>
6604 if { (eval echo configure:6605: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6606 wine_cv_statfs_bfree=yes
6608 echo "configure: failed program was:" >&5
6609 cat conftest.$ac_ext >&5
6611 wine_cv_statfs_bfree=no
6618 echo "$ac_t""$wine_cv_statfs_bfree" 1>&6
6619 if test "$wine_cv_statfs_bfree" = "yes"
6621 cat >> confdefs.h <<\EOF
6622 #define STATFS_HAS_BFREE 1
6627 echo $ac_n "checking "for statfs.f_bavail"""... $ac_c" 1>&6
6628 echo "configure:6629: checking "for statfs.f_bavail"" >&5
6629 if eval "test \"`echo '$''{'wine_cv_statfs_bavail'+set}'`\" = set"; then
6630 echo $ac_n "(cached) $ac_c" 1>&6
6632 if test "x$statfs_bavail" = "xno"
6634 wine_cv_statfs_bavail=no
6636 cat > conftest.$ac_ext <<EOF
6637 #line 6638 "configure"
6638 #include "confdefs.h"
6640 #include <sys/types.h>
6641 #ifdef HAVE_SYS_PARAM_H
6642 # include <sys/param.h>
6644 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
6645 # include <sys/mount.h>
6647 # ifdef STATFS_DEFINED_BY_SYS_VFS
6648 # include <sys/vfs.h>
6650 # ifdef STATFS_DEFINED_BY_SYS_STATFS
6651 # include <sys/statfs.h>
6664 if { (eval echo configure:6665: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6666 wine_cv_statfs_bavail=yes
6668 echo "configure: failed program was:" >&5
6669 cat conftest.$ac_ext >&5
6671 wine_cv_statfs_bavail=no
6678 echo "$ac_t""$wine_cv_statfs_bavail" 1>&6
6679 if test "$wine_cv_statfs_bavail" = "yes"
6681 cat >> confdefs.h <<\EOF
6682 #define STATFS_HAS_BAVAIL 1
6688 echo $ac_n "checking "for msg_accrights in struct msghdr"""... $ac_c" 1>&6
6689 echo "configure:6690: checking "for msg_accrights in struct msghdr"" >&5
6690 if eval "test \"`echo '$''{'ac_cv_c_msg_accrights'+set}'`\" = set"; then
6691 echo $ac_n "(cached) $ac_c" 1>&6
6693 cat > conftest.$ac_ext <<EOF
6694 #line 6695 "configure"
6695 #include "confdefs.h"
6696 #include <sys/types.h>
6697 #include <sys/socket.h>
6699 struct msghdr hdr; hdr.msg_accrights=0
6702 if { (eval echo configure:6703: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6704 ac_cv_c_msg_accrights="yes"
6706 echo "configure: failed program was:" >&5
6707 cat conftest.$ac_ext >&5
6709 ac_cv_c_msg_accrights="no"
6714 echo "$ac_t""$ac_cv_c_msg_accrights" 1>&6
6715 if test "$ac_cv_c_msg_accrights" = "yes"
6717 cat >> confdefs.h <<\EOF
6718 #define HAVE_MSGHDR_ACCRIGHTS 1
6724 echo $ac_n "checking "for sun_len in struct sockaddr_un"""... $ac_c" 1>&6
6725 echo "configure:6726: checking "for sun_len in struct sockaddr_un"" >&5
6726 if eval "test \"`echo '$''{'ac_cv_c_sun_len'+set}'`\" = set"; then
6727 echo $ac_n "(cached) $ac_c" 1>&6
6729 cat > conftest.$ac_ext <<EOF
6730 #line 6731 "configure"
6731 #include "confdefs.h"
6732 #include <sys/types.h>
6733 #include <sys/socket.h>
6736 static struct sockaddr_un addr; addr.sun_len = 1
6739 if { (eval echo configure:6740: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6741 ac_cv_c_sun_len="yes"
6743 echo "configure: failed program was:" >&5
6744 cat conftest.$ac_ext >&5
6746 ac_cv_c_sun_len="no"
6751 echo "$ac_t""$ac_cv_c_sun_len" 1>&6
6752 if test "$ac_cv_c_sun_len" = "yes"
6754 cat >> confdefs.h <<\EOF
6755 #define HAVE_SOCKADDR_SUN_LEN 1
6761 echo $ac_n "checking "whether we need to define __i386__"""... $ac_c" 1>&6
6762 echo "configure:6763: checking "whether we need to define __i386__"" >&5
6763 if eval "test \"`echo '$''{'ac_cv_cpp_def_i386'+set}'`\" = set"; then
6764 echo $ac_n "(cached) $ac_c" 1>&6
6766 cat > conftest.$ac_ext <<EOF
6767 #line 6768 "configure"
6768 #include "confdefs.h"
6769 #if (defined(i386) || defined(__i386)) && !defined(__i386__)
6773 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6774 egrep "yes" >/dev/null 2>&1; then
6776 ac_cv_cpp_def_i386="yes"
6779 ac_cv_cpp_def_i386="no"
6785 echo "$ac_t""$ac_cv_cpp_def_i386" 1>&6
6786 if test "$ac_cv_cpp_def_i386" = "yes"
6788 CFLAGS="$CFLAGS -D__i386__"
6789 LINTFLAGS="$LINTFLAGS -D__i386__"
6793 if test "$GCC" = "yes"
6795 GCC_NO_BUILTIN="-fno-builtin"
6802 MAKE_RULES=Make.rules
6805 MAKE_DLL_RULES=dlls/Makedll.rules
6808 MAKE_PROG_RULES=programs/Makeprog.rules
6812 cat > confcache <<\EOF
6813 # This file is a shell script that caches the results of configure
6814 # tests run on this system so they can be shared between configure
6815 # scripts and configure runs. It is not useful on other systems.
6816 # If it contains results you don't want to keep, you may remove or edit it.
6818 # By default, configure uses ./config.cache as the cache file,
6819 # creating it if it does not exist already. You can give configure
6820 # the --cache-file=FILE option to use a different cache file; that is
6821 # what configure does when it calls configure scripts in
6822 # subdirectories, so they share the cache.
6823 # Giving --cache-file=/dev/null disables caching, for debugging configure.
6824 # config.status only pays attention to the cache file if you give it the
6825 # --recheck option to rerun configure.
6828 # The following way of writing the cache mishandles newlines in values,
6829 # but we know of no workaround that is simple, portable, and efficient.
6830 # So, don't put newlines in cache variables' values.
6831 # Ultrix sh set writes to stderr and can't be redirected directly,
6832 # and sets the high bit in the cache file unless we assign to the vars.
6834 case `(ac_space=' '; set | grep ac_space) 2>&1` in
6836 # `set' does not quote correctly, so add quotes (double-quote substitution
6837 # turns \\\\ into \\, and sed turns \\ into \).
6839 -e "s/'/'\\\\''/g" \
6840 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
6843 # `set' quotes correctly as required by POSIX, so do not add quotes.
6844 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
6847 if cmp -s $cache_file confcache; then
6850 if test -w $cache_file; then
6851 echo "updating cache $cache_file"
6852 cat confcache > $cache_file
6854 echo "not updating unwritable cache $cache_file"
6859 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
6861 test "x$prefix" = xNONE && prefix=$ac_default_prefix
6862 # Let make expand exec_prefix.
6863 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6865 # Any assignment to VPATH causes Sun make to only execute
6866 # the first set of double-colon rules, so remove it if not needed.
6867 # If there is a colon in the path, we need to keep it.
6868 if test "x$srcdir" = x.; then
6869 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
6872 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
6874 DEFS=-DHAVE_CONFIG_H
6876 # Without the "./", some shells look in PATH for config.status.
6877 : ${CONFIG_STATUS=./config.status}
6879 echo creating $CONFIG_STATUS
6880 rm -f $CONFIG_STATUS
6881 cat > $CONFIG_STATUS <<EOF
6883 # Generated automatically by configure.
6884 # Run this file to recreate the current configuration.
6885 # This directory was configured as follows,
6886 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
6888 # $0 $ac_configure_args
6890 # Compiler output produced by configure, useful for debugging
6891 # configure, is in ./config.log if it exists.
6893 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
6896 case "\$ac_option" in
6897 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
6898 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
6899 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
6900 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
6901 echo "$CONFIG_STATUS generated by autoconf version 2.13"
6903 -help | --help | --hel | --he | --h)
6904 echo "\$ac_cs_usage"; exit 0 ;;
6905 *) echo "\$ac_cs_usage"; exit 1 ;;
6909 ac_given_srcdir=$srcdir
6910 ac_given_INSTALL="$INSTALL"
6912 trap 'rm -fr `echo "
6915 programs/Makeprog.rules
6921 dlls/advapi32/Makefile
6922 dlls/avifil32/Makefile
6923 dlls/comctl32/Makefile
6924 dlls/commdlg/Makefile
6925 dlls/crtdll/Makefile
6926 dlls/dciman32/Makefile
6928 dlls/dinput/Makefile
6930 dlls/dplayx/Makefile
6931 dlls/dsound/Makefile
6934 dlls/imagehlp/Makefile
6936 dlls/kernel/Makefile
6937 dlls/lzexpand/Makefile
6940 dlls/msnet32/Makefile
6941 dlls/msvcrt/Makefile
6942 dlls/msvideo/Makefile
6944 dlls/odbc32/Makefile
6946 dlls/oleaut32/Makefile
6947 dlls/olecli/Makefile
6948 dlls/oledlg/Makefile
6949 dlls/olepro32/Makefile
6950 dlls/olesvr/Makefile
6951 dlls/opengl32/Makefile
6953 dlls/rasapi32/Makefile
6954 dlls/richedit/Makefile
6955 dlls/rpcrt4/Makefile
6956 dlls/serialui/Makefile
6957 dlls/setupapi/Makefile
6958 dlls/shdocvw/Makefile
6959 dlls/shell32/Makefile
6960 dlls/shfolder/Makefile
6961 dlls/shlwapi/Makefile
6962 dlls/tapi32/Makefile
6963 dlls/ttydrv/Makefile
6964 dlls/urlmon/Makefile
6966 dlls/version/Makefile
6967 dlls/win32s/Makefile
6968 dlls/winaspi/Makefile
6969 dlls/winedos/Makefile
6970 dlls/wineps/Makefile
6971 dlls/wininet/Makefile
6973 dlls/winmm/joystick/Makefile
6974 dlls/winmm/mcianim/Makefile
6975 dlls/winmm/mciavi/Makefile
6976 dlls/winmm/mcicda/Makefile
6977 dlls/winmm/mciseq/Makefile
6978 dlls/winmm/mciwave/Makefile
6979 dlls/winmm/midimap/Makefile
6980 dlls/winmm/wavemap/Makefile
6981 dlls/winmm/wineoss/Makefile
6982 dlls/winnls/Makefile
6983 dlls/winsock/Makefile
6984 dlls/winspool/Makefile
6985 dlls/wintrust/Makefile
6987 dlls/wsock32/Makefile
6988 dlls/x11drv/Makefile
6989 documentation/Makefile
6990 documentation/wine.conf.man
6991 documentation/wine.man
6994 graphics/enhmetafiledrv/Makefile
6995 graphics/metafiledrv/Makefile
6996 graphics/win16drv/Makefile
6997 graphics/x11drv/Makefile
7012 programs/avitools/Makefile
7013 programs/clock/Makefile
7014 programs/cmdlgtst/Makefile
7015 programs/control/Makefile
7016 programs/notepad/Makefile
7017 programs/osversioncheck/Makefile
7018 programs/progman/Makefile
7019 programs/regapi/Makefile
7020 programs/regtest/Makefile
7021 programs/uninstaller/Makefile
7022 programs/view/Makefile
7023 programs/wcmd/Makefile
7024 programs/winemine/Makefile
7025 programs/winetest/Makefile
7026 programs/winhelp/Makefile
7027 programs/winver/Makefile
7032 tools/cvdump/Makefile
7033 tools/specmaker/Makefile
7034 tools/winebuild/Makefile
7042 windows/x11drv/Makefile include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
7044 cat >> $CONFIG_STATUS <<EOF
7046 # Protect against being on the right side of a sed subst in config.status.
7047 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
7048 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
7052 s%@CFLAGS@%$CFLAGS%g
7053 s%@CPPFLAGS@%$CPPFLAGS%g
7054 s%@CXXFLAGS@%$CXXFLAGS%g
7055 s%@FFLAGS@%$FFLAGS%g
7057 s%@LDFLAGS@%$LDFLAGS%g
7059 s%@exec_prefix@%$exec_prefix%g
7060 s%@prefix@%$prefix%g
7061 s%@program_transform_name@%$program_transform_name%g
7062 s%@bindir@%$bindir%g
7063 s%@sbindir@%$sbindir%g
7064 s%@libexecdir@%$libexecdir%g
7065 s%@datadir@%$datadir%g
7066 s%@sysconfdir@%$sysconfdir%g
7067 s%@sharedstatedir@%$sharedstatedir%g
7068 s%@localstatedir@%$localstatedir%g
7069 s%@libdir@%$libdir%g
7070 s%@includedir@%$includedir%g
7071 s%@oldincludedir@%$oldincludedir%g
7072 s%@infodir@%$infodir%g
7073 s%@mandir@%$mandir%g
7074 s%@OPTIONS@%$OPTIONS%g
7075 s%@SET_MAKE@%$SET_MAKE%g
7078 s%@X_CFLAGS@%$X_CFLAGS%g
7079 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
7080 s%@X_LIBS@%$X_LIBS%g
7081 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
7084 s%@LEXLIB@%$LEXLIB%g
7086 s%@LEX_OUTPUT_ROOT@%$LEX_OUTPUT_ROOT%g
7087 s%@RANLIB@%$RANLIB%g
7088 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
7089 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
7090 s%@INSTALL_DATA@%$INSTALL_DATA%g
7093 s%@LDCONFIG@%$LDCONFIG%g
7094 s%@DLLWRAP@%$DLLWRAP%g
7096 s%@LINTFLAGS@%$LINTFLAGS%g
7097 s%@LDCOMBINE@%$LDCOMBINE%g
7099 s%@X_DLLS@%$X_DLLS%g
7100 s%@XFILES@%$XFILES%g
7101 s%@OPENGLFILES@%$OPENGLFILES%g
7102 s%@OPENGL32_DLL@%$OPENGL32_DLL%g
7103 s%@CUPSLIBS@%$CUPSLIBS%g
7104 s%@DLL_LINK@%$DLL_LINK%g
7105 s%@DLLFLAGS@%$DLLFLAGS%g
7106 s%@LDSHARED@%$LDSHARED%g
7107 s%@LDDLLFLAGS@%$LDDLLFLAGS%g
7108 s%@LIBEXT@%$LIBEXT%g
7109 s%@LDPATH@%$LDPATH%g
7110 s%@ALLOCA@%$ALLOCA%g
7111 s%@GCC_NO_BUILTIN@%$GCC_NO_BUILTIN%g
7112 /@MAKE_RULES@/r $MAKE_RULES
7114 /@MAKE_DLL_RULES@/r $MAKE_DLL_RULES
7115 s%@MAKE_DLL_RULES@%%g
7116 /@MAKE_PROG_RULES@/r $MAKE_PROG_RULES
7117 s%@MAKE_PROG_RULES@%%g
7122 cat >> $CONFIG_STATUS <<\EOF
7124 # Split the substitutions into bite-sized pieces for seds with
7125 # small command number limits, like on Digital OSF/1 and HP-UX.
7126 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
7127 ac_file=1 # Number of current file.
7128 ac_beg=1 # First line for current file.
7129 ac_end=$ac_max_sed_cmds # Line after last line for current file.
7132 while $ac_more_lines; do
7133 if test $ac_beg -gt 1; then
7134 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
7136 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
7138 if test ! -s conftest.s$ac_file; then
7140 rm -f conftest.s$ac_file
7142 if test -z "$ac_sed_cmds"; then
7143 ac_sed_cmds="sed -f conftest.s$ac_file"
7145 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
7147 ac_file=`expr $ac_file + 1`
7149 ac_end=`expr $ac_end + $ac_max_sed_cmds`
7152 if test -z "$ac_sed_cmds"; then
7157 cat >> $CONFIG_STATUS <<EOF
7159 CONFIG_FILES=\${CONFIG_FILES-"Make.rules
7161 programs/Makeprog.rules
7167 dlls/advapi32/Makefile
7168 dlls/avifil32/Makefile
7169 dlls/comctl32/Makefile
7170 dlls/commdlg/Makefile
7171 dlls/crtdll/Makefile
7172 dlls/dciman32/Makefile
7174 dlls/dinput/Makefile
7176 dlls/dplayx/Makefile
7177 dlls/dsound/Makefile
7180 dlls/imagehlp/Makefile
7182 dlls/kernel/Makefile
7183 dlls/lzexpand/Makefile
7186 dlls/msnet32/Makefile
7187 dlls/msvcrt/Makefile
7188 dlls/msvideo/Makefile
7190 dlls/odbc32/Makefile
7192 dlls/oleaut32/Makefile
7193 dlls/olecli/Makefile
7194 dlls/oledlg/Makefile
7195 dlls/olepro32/Makefile
7196 dlls/olesvr/Makefile
7197 dlls/opengl32/Makefile
7199 dlls/rasapi32/Makefile
7200 dlls/richedit/Makefile
7201 dlls/rpcrt4/Makefile
7202 dlls/serialui/Makefile
7203 dlls/setupapi/Makefile
7204 dlls/shdocvw/Makefile
7205 dlls/shell32/Makefile
7206 dlls/shfolder/Makefile
7207 dlls/shlwapi/Makefile
7208 dlls/tapi32/Makefile
7209 dlls/ttydrv/Makefile
7210 dlls/urlmon/Makefile
7212 dlls/version/Makefile
7213 dlls/win32s/Makefile
7214 dlls/winaspi/Makefile
7215 dlls/winedos/Makefile
7216 dlls/wineps/Makefile
7217 dlls/wininet/Makefile
7219 dlls/winmm/joystick/Makefile
7220 dlls/winmm/mcianim/Makefile
7221 dlls/winmm/mciavi/Makefile
7222 dlls/winmm/mcicda/Makefile
7223 dlls/winmm/mciseq/Makefile
7224 dlls/winmm/mciwave/Makefile
7225 dlls/winmm/midimap/Makefile
7226 dlls/winmm/wavemap/Makefile
7227 dlls/winmm/wineoss/Makefile
7228 dlls/winnls/Makefile
7229 dlls/winsock/Makefile
7230 dlls/winspool/Makefile
7231 dlls/wintrust/Makefile
7233 dlls/wsock32/Makefile
7234 dlls/x11drv/Makefile
7235 documentation/Makefile
7236 documentation/wine.conf.man
7237 documentation/wine.man
7240 graphics/enhmetafiledrv/Makefile
7241 graphics/metafiledrv/Makefile
7242 graphics/win16drv/Makefile
7243 graphics/x11drv/Makefile
7258 programs/avitools/Makefile
7259 programs/clock/Makefile
7260 programs/cmdlgtst/Makefile
7261 programs/control/Makefile
7262 programs/notepad/Makefile
7263 programs/osversioncheck/Makefile
7264 programs/progman/Makefile
7265 programs/regapi/Makefile
7266 programs/regtest/Makefile
7267 programs/uninstaller/Makefile
7268 programs/view/Makefile
7269 programs/wcmd/Makefile
7270 programs/winemine/Makefile
7271 programs/winetest/Makefile
7272 programs/winhelp/Makefile
7273 programs/winver/Makefile
7278 tools/cvdump/Makefile
7279 tools/specmaker/Makefile
7280 tools/winebuild/Makefile
7288 windows/x11drv/Makefile "}
7290 cat >> $CONFIG_STATUS <<\EOF
7291 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
7292 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
7294 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
7295 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
7296 *) ac_file_in="${ac_file}.in" ;;
7299 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
7301 # Remove last slash and all that follows it. Not all systems have dirname.
7302 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
7303 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
7304 # The file is in a subdirectory.
7305 test ! -d "$ac_dir" && mkdir "$ac_dir"
7306 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
7307 # A "../" for each directory in $ac_dir_suffix.
7308 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
7310 ac_dir_suffix= ac_dots=
7313 case "$ac_given_srcdir" in
7315 if test -z "$ac_dots"; then top_srcdir=.
7316 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
7317 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
7319 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
7320 top_srcdir="$ac_dots$ac_given_srcdir" ;;
7323 case "$ac_given_INSTALL" in
7324 [/$]*) INSTALL="$ac_given_INSTALL" ;;
7325 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
7328 echo creating "$ac_file"
7330 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
7332 *Makefile*) ac_comsub="1i\\
7333 # $configure_input" ;;
7337 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
7339 s%@configure_input@%$configure_input%g
7340 s%@srcdir@%$srcdir%g
7341 s%@top_srcdir@%$top_srcdir%g
7342 s%@INSTALL@%$INSTALL%g
7343 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
7347 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
7348 # NAME is the cpp macro being defined and VALUE is the value it is being given.
7350 # ac_d sets the value in "#define NAME VALUE" lines.
7351 ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
7352 ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
7355 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
7356 ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
7357 ac_uB='\([ ]\)%\1#\2define\3'
7360 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
7361 ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
7362 ac_eB='$%\1#\2define\3'
7366 if test "${CONFIG_HEADERS+set}" != set; then
7368 cat >> $CONFIG_STATUS <<EOF
7369 CONFIG_HEADERS="include/config.h"
7371 cat >> $CONFIG_STATUS <<\EOF
7373 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
7374 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
7376 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
7377 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
7378 *) ac_file_in="${ac_file}.in" ;;
7381 echo creating $ac_file
7383 rm -f conftest.frag conftest.in conftest.out
7384 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
7385 cat $ac_file_inputs > conftest.in
7389 # Transform confdefs.h into a sed script conftest.vals that substitutes
7390 # the proper values into config.h.in to produce config.h. And first:
7391 # Protect against being on the right side of a sed subst in config.status.
7392 # Protect against being in an unquoted here document in config.status.
7394 cat > conftest.hdr <<\EOF
7397 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
7401 sed -n -f conftest.hdr confdefs.h > conftest.vals
7404 # This sed command replaces #undef with comments. This is necessary, for
7405 # example, in the case of _POSIX_SOURCE, which is predefined and required
7406 # on some systems where configure will not decide to define it.
7407 cat >> conftest.vals <<\EOF
7408 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
7411 # Break up conftest.vals because some shells have a limit on
7412 # the size of here documents, and old seds have small limits too.
7417 ac_lines=`grep -c . conftest.vals`
7418 # grep -c gives empty output for an empty file on some AIX systems.
7419 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
7420 # Write a limited-size here document to conftest.frag.
7421 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
7422 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
7424 sed -f conftest.frag conftest.in > conftest.out
7426 mv conftest.out conftest.in
7428 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
7430 mv conftest.tail conftest.vals
7434 cat >> $CONFIG_STATUS <<\EOF
7435 rm -f conftest.frag conftest.h
7436 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
7437 cat conftest.in >> conftest.h
7439 if cmp -s $ac_file conftest.h 2>/dev/null; then
7440 echo "$ac_file is unchanged"
7443 # Remove last slash and all that follows it. Not all systems have dirname.
7444 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
7445 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
7446 # The file is in a subdirectory.
7447 test ! -d "$ac_dir" && mkdir "$ac_dir"
7450 mv conftest.h $ac_file
7455 cat >> $CONFIG_STATUS <<EOF
7459 cat >> $CONFIG_STATUS <<\EOF
7462 dlls/ddraw/d3ddevice \
7463 dlls/ddraw/dclipper \
7465 dlls/ddraw/direct3d \
7466 dlls/ddraw/dpalette \
7467 dlls/ddraw/dsurface \
7468 dlls/dinput/joystick \
7469 dlls/dinput/keyboard \
7471 dlls/kernel/messages \
7472 dlls/user/resources \
7474 for i in $extra_subdirs; do [ -d $i ] || (echo "creating $i" && mkdir $i); done
7478 chmod +x $CONFIG_STATUS
7479 rm -fr confdefs* $ac_clean_files
7480 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
7483 if test "$have_x" = "no"
7486 echo "*** Warning: X development files not found. Wine will be built without"
7487 echo "*** X support, which currently does not work, and would probably not be"
7488 echo "*** what you want anyway. You will need to install devel packages of"
7489 echo "*** Xlib/Xfree86 and Xpm at the very least."
7490 elif test "$ac_cv_lib_Xpm_XpmCreatePixmapFromData" = "no"
7493 echo "*** Warning: Xpm development files not found. Wine will be built without"
7494 echo "*** Xpm support, which currently does not work. You will need to install"
7495 echo "*** devel packages of Xpm."
7498 if test "$ac_cv_lib_ncurses_resizeterm" = "no" -a "$ac_cv_lib_ncurses_waddch" = "yes"
7501 echo "*** Warning: resizeterm not found in ncurses. Wine will be built without"
7502 echo "*** terminal resize support. Consider upgrading ncurses."
7505 if test "$wine_cv_libc_reentrant" = "no"
7508 echo "*** Warning: non-reentrant libc detected. Wine will be build without"
7509 echo "*** thread support. Consider upgrading libc to a more recent"
7510 echo "*** reentrant version of libc."
7513 if test "$wine_cv_opengl_version_OK" = "no"
7516 echo "*** Warning: old Mesa headers detected. Wine will be built without Direct3D"
7517 echo "*** support. Consider upgrading your Mesa libraries (http://www.mesa3d.org/)."
7520 if test "$wine_cv_opengl_version_threadsafe" = "yes" -a $OPENGL = "normal"
7523 echo "*** Warning: the OpenGL version you have installed relies on libpthread for"
7524 echo "*** thread-safety. To prevent crashes, OpenGL support has been removed."
7525 echo "*** A fix for glibc 2.1.3 that seems to work is included in this version of Wine,"
7526 echo "*** start configure with '--enable-opengl' to force OpenGL support."
7529 if test "$wine_cv_opengl_version_threadsafe" = "yes" -a $OPENGL = "yes"
7532 echo "*** Warning: you explicitly linked in a thread-safe OpenGL version. If you"
7533 echo "*** experience unusual crashes on DirectDraw games, try first to disable OpenGL"
7534 echo "*** support before reporting bugs."
7537 if test "$wine_cv_warn_cups_h" = "yes"
7540 echo "*** Note: You have cups runtime libraries, but no development"
7541 echo "*** libraries. Install the cups-devel package or whichever package"
7542 echo "*** contains cups.h to enable CUPS support in WINE."
7546 echo "Configure finished. Do 'make depend && make' to compile Wine."