Added a make rules file for static import libraries.
[wine] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59 for Wine 20050725.
4 #
5 # Report bugs to <wine-devel@winehq.org>.
6 #
7 # Copyright (C) 2003 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.
10 ## --------------------- ##
11 ## M4sh Initialization.  ##
12 ## --------------------- ##
13
14 # Be Bourne compatible
15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16   emulate sh
17   NULLCMD=:
18   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
19   # is contrary to our usage.  Disable this feature.
20   alias -g '${1+"$@"}'='"$@"'
21 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
22   set -o posix
23 fi
24 DUALCASE=1; export DUALCASE # for MKS sh
25
26 # Support unset when possible.
27 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28   as_unset=unset
29 else
30   as_unset=false
31 fi
32
33
34 # Work around bugs in pre-3.0 UWIN ksh.
35 $as_unset ENV MAIL MAILPATH
36 PS1='$ '
37 PS2='> '
38 PS4='+ '
39
40 # NLS nuisances.
41 for as_var in \
42   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
43   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44   LC_TELEPHONE LC_TIME
45 do
46   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
47     eval $as_var=C; export $as_var
48   else
49     $as_unset $as_var
50   fi
51 done
52
53 # Required to use basename.
54 if expr a : '\(a\)' >/dev/null 2>&1; then
55   as_expr=expr
56 else
57   as_expr=false
58 fi
59
60 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
61   as_basename=basename
62 else
63   as_basename=false
64 fi
65
66
67 # Name of the executable.
68 as_me=`$as_basename "$0" ||
69 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
70          X"$0" : 'X\(//\)$' \| \
71          X"$0" : 'X\(/\)$' \| \
72          .     : '\(.\)' 2>/dev/null ||
73 echo X/"$0" |
74     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
75           /^X\/\(\/\/\)$/{ s//\1/; q; }
76           /^X\/\(\/\).*/{ s//\1/; q; }
77           s/.*/./; q'`
78
79
80 # PATH needs CR, and LINENO needs CR and PATH.
81 # Avoid depending upon Character Ranges.
82 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
83 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
84 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
85 as_cr_digits='0123456789'
86 as_cr_alnum=$as_cr_Letters$as_cr_digits
87
88 # The user is always right.
89 if test "${PATH_SEPARATOR+set}" != set; then
90   echo "#! /bin/sh" >conf$$.sh
91   echo  "exit 0"   >>conf$$.sh
92   chmod +x conf$$.sh
93   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
94     PATH_SEPARATOR=';'
95   else
96     PATH_SEPARATOR=:
97   fi
98   rm -f conf$$.sh
99 fi
100
101
102   as_lineno_1=$LINENO
103   as_lineno_2=$LINENO
104   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
105   test "x$as_lineno_1" != "x$as_lineno_2" &&
106   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
107   # Find who we are.  Look in the path if we contain no path at all
108   # relative or not.
109   case $0 in
110     *[\\/]* ) as_myself=$0 ;;
111     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
112 for as_dir in $PATH
113 do
114   IFS=$as_save_IFS
115   test -z "$as_dir" && as_dir=.
116   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
117 done
118
119        ;;
120   esac
121   # We did not find ourselves, most probably we were run as `sh COMMAND'
122   # in which case we are not to be found in the path.
123   if test "x$as_myself" = x; then
124     as_myself=$0
125   fi
126   if test ! -f "$as_myself"; then
127     { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
128    { (exit 1); exit 1; }; }
129   fi
130   case $CONFIG_SHELL in
131   '')
132     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
133 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
134 do
135   IFS=$as_save_IFS
136   test -z "$as_dir" && as_dir=.
137   for as_base in sh bash ksh sh5; do
138          case $as_dir in
139          /*)
140            if ("$as_dir/$as_base" -c '
141   as_lineno_1=$LINENO
142   as_lineno_2=$LINENO
143   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
144   test "x$as_lineno_1" != "x$as_lineno_2" &&
145   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
146              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
147              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
148              CONFIG_SHELL=$as_dir/$as_base
149              export CONFIG_SHELL
150              exec "$CONFIG_SHELL" "$0" ${1+"$@"}
151            fi;;
152          esac
153        done
154 done
155 ;;
156   esac
157
158   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
159   # uniformly replaced by the line number.  The first 'sed' inserts a
160   # line-number line before each line; the second 'sed' does the real
161   # work.  The second script uses 'N' to pair each line-number line
162   # with the numbered line, and appends trailing '-' during
163   # substitution so that $LINENO is not a special case at line end.
164   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
165   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
166   sed '=' <$as_myself |
167     sed '
168       N
169       s,$,-,
170       : loop
171       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172       t loop
173       s,-$,,
174       s,^['$as_cr_digits']*\n,,
175     ' >$as_me.lineno &&
176   chmod +x $as_me.lineno ||
177     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
178    { (exit 1); exit 1; }; }
179
180   # Don't try to exec as it changes $[0], causing all sort of problems
181   # (the dirname of $[0] is not the place where we might find the
182   # original and so on.  Autoconf is especially sensible to this).
183   . ./$as_me.lineno
184   # Exit status is that of the last command.
185   exit
186 }
187
188
189 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
190   *c*,-n*) ECHO_N= ECHO_C='
191 ' ECHO_T='      ' ;;
192   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
193   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
194 esac
195
196 if expr a : '\(a\)' >/dev/null 2>&1; then
197   as_expr=expr
198 else
199   as_expr=false
200 fi
201
202 rm -f conf$$ conf$$.exe conf$$.file
203 echo >conf$$.file
204 if ln -s conf$$.file conf$$ 2>/dev/null; then
205   # We could just check for DJGPP; but this test a) works b) is more generic
206   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
207   if test -f conf$$.exe; then
208     # Don't use ln at all; we don't have any links
209     as_ln_s='cp -p'
210   else
211     as_ln_s='ln -s'
212   fi
213 elif ln conf$$.file conf$$ 2>/dev/null; then
214   as_ln_s=ln
215 else
216   as_ln_s='cp -p'
217 fi
218 rm -f conf$$ conf$$.exe conf$$.file
219
220 if mkdir -p . 2>/dev/null; then
221   as_mkdir_p=:
222 else
223   test -d ./-p && rmdir ./-p
224   as_mkdir_p=false
225 fi
226
227 as_executable_p="test -f"
228
229 # Sed expression to map a string onto a valid CPP name.
230 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
231
232 # Sed expression to map a string onto a valid variable name.
233 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
234
235
236 # IFS
237 # We need space, tab and new line, in precisely that order.
238 as_nl='
239 '
240 IFS="   $as_nl"
241
242 # CDPATH.
243 $as_unset CDPATH
244
245
246 # Name of the host.
247 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
248 # so uname gets run too.
249 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
250
251 exec 6>&1
252
253 #
254 # Initializations.
255 #
256 ac_default_prefix=/usr/local
257 ac_config_libobj_dir=.
258 cross_compiling=no
259 subdirs=
260 MFLAGS=
261 MAKEFLAGS=
262 SHELL=${CONFIG_SHELL-/bin/sh}
263
264 # Maximum number of lines to put in a shell here document.
265 # This variable seems obsolete.  It should probably be removed, and
266 # only ac_max_sed_lines should be used.
267 : ${ac_max_here_lines=38}
268
269 # Identity of this package.
270 PACKAGE_NAME='Wine'
271 PACKAGE_TARNAME='wine'
272 PACKAGE_VERSION='20050725'
273 PACKAGE_STRING='Wine 20050725'
274 PACKAGE_BUGREPORT='wine-devel@winehq.org'
275
276 ac_unique_file="server/atom.c"
277 # Factoring default headers for most tests.
278 ac_includes_default="\
279 #include <stdio.h>
280 #if HAVE_SYS_TYPES_H
281 # include <sys/types.h>
282 #endif
283 #if HAVE_SYS_STAT_H
284 # include <sys/stat.h>
285 #endif
286 #if STDC_HEADERS
287 # include <stdlib.h>
288 # include <stddef.h>
289 #else
290 # if HAVE_STDLIB_H
291 #  include <stdlib.h>
292 # endif
293 #endif
294 #if HAVE_STRING_H
295 # if !STDC_HEADERS && HAVE_MEMORY_H
296 #  include <memory.h>
297 # endif
298 # include <string.h>
299 #endif
300 #if HAVE_STRINGS_H
301 # include <strings.h>
302 #endif
303 #if HAVE_INTTYPES_H
304 # include <inttypes.h>
305 #else
306 # if HAVE_STDINT_H
307 #  include <stdint.h>
308 # endif
309 #endif
310 #if HAVE_UNISTD_H
311 # include <unistd.h>
312 #endif"
313
314 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS DLLDEFS build build_cpu build_vendor build_os host host_cpu host_vendor host_os WIN16_FILES WIN16_INSTALL SET_MAKE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX CPPBIN ac_ct_CPPBIN TOOLSDIR CPP X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS LEX LEXLIB LEX_OUTPUT_ROOT XLEX BISON AS ac_ct_AS LD ac_ct_LD AR ac_ct_AR RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP WINDRES ac_ct_WINDRES LN_S LN EGREP LDCONFIG INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LINT LINTFLAGS FONTFORGE PKG_CONFIG PRELINK LIBPTHREAD XLIB XFILES OPENGLFILES GLU32FILES OPENGL_LIBS GLUT_LIBS GLUT32FILES NASLIBS XML2LIBS XML2INCL CURSESLIBS sane_devel SANELIBS SANEINCL ICULIBS LCMSLIBS LDAPLIBS FREETYPELIBS FREETYPEINCL ft_devel ft_devel2 FONTSSUBDIRS ARTSCCONFIG ARTSLIBS ARTSINCL ESDCONFIG ESDLIBS ESDINCL ALSALIBS AUDIOIOLIBS EXTRACFLAGS BUILTINFLAG DLLEXT DLLFLAGS DLLIBS LDSHARED LDDLLFLAGS LIBEXT IMPLIBEXT DLLTOOL ac_ct_DLLTOOL DLLWRAP ac_ct_DLLWRAP LDEXECFLAGS LDLIBWINEFLAGS COREFOUNDATIONLIB IOKITLIB CROSSTEST CROSSCC CROSSWINDRES LDPATH CRTLIBS SOCKETLIBS WINE_BINARIES MAIN_BINARY LDD LIBOBJS LTLIBOBJS'
315 ac_subst_files='MAKE_RULES MAKE_DLL_RULES MAKE_IMPLIB_RULES MAKE_TEST_RULES MAKE_LIB_RULES MAKE_PROG_RULES'
316
317 # Initialize some variables set by options.
318 ac_init_help=
319 ac_init_version=false
320 # The variables have the same names as the options, with
321 # dashes changed to underlines.
322 cache_file=/dev/null
323 exec_prefix=NONE
324 no_create=
325 no_recursion=
326 prefix=NONE
327 program_prefix=NONE
328 program_suffix=NONE
329 program_transform_name=s,x,x,
330 silent=
331 site=
332 srcdir=
333 verbose=
334 x_includes=NONE
335 x_libraries=NONE
336
337 # Installation directory options.
338 # These are left unexpanded so users can "make install exec_prefix=/foo"
339 # and all the variables that are supposed to be based on exec_prefix
340 # by default will actually change.
341 # Use braces instead of parens because sh, perl, etc. also accept them.
342 bindir='${exec_prefix}/bin'
343 sbindir='${exec_prefix}/sbin'
344 libexecdir='${exec_prefix}/libexec'
345 datadir='${prefix}/share'
346 sysconfdir='${prefix}/etc'
347 sharedstatedir='${prefix}/com'
348 localstatedir='${prefix}/var'
349 libdir='${exec_prefix}/lib'
350 includedir='${prefix}/include'
351 oldincludedir='/usr/include'
352 infodir='${prefix}/info'
353 mandir='${prefix}/man'
354
355 ac_prev=
356 for ac_option
357 do
358   # If the previous option needs an argument, assign it.
359   if test -n "$ac_prev"; then
360     eval "$ac_prev=\$ac_option"
361     ac_prev=
362     continue
363   fi
364
365   ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
366
367   # Accept the important Cygnus configure options, so we can diagnose typos.
368
369   case $ac_option in
370
371   -bindir | --bindir | --bindi | --bind | --bin | --bi)
372     ac_prev=bindir ;;
373   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
374     bindir=$ac_optarg ;;
375
376   -build | --build | --buil | --bui | --bu)
377     ac_prev=build_alias ;;
378   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
379     build_alias=$ac_optarg ;;
380
381   -cache-file | --cache-file | --cache-fil | --cache-fi \
382   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
383     ac_prev=cache_file ;;
384   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
385   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
386     cache_file=$ac_optarg ;;
387
388   --config-cache | -C)
389     cache_file=config.cache ;;
390
391   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
392     ac_prev=datadir ;;
393   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
394   | --da=*)
395     datadir=$ac_optarg ;;
396
397   -disable-* | --disable-*)
398     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
399     # Reject names that are not valid shell variable names.
400     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
401       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
402    { (exit 1); exit 1; }; }
403     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
404     eval "enable_$ac_feature=no" ;;
405
406   -enable-* | --enable-*)
407     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
408     # Reject names that are not valid shell variable names.
409     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
410       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
411    { (exit 1); exit 1; }; }
412     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
413     case $ac_option in
414       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
415       *) ac_optarg=yes ;;
416     esac
417     eval "enable_$ac_feature='$ac_optarg'" ;;
418
419   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
420   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
421   | --exec | --exe | --ex)
422     ac_prev=exec_prefix ;;
423   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
424   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
425   | --exec=* | --exe=* | --ex=*)
426     exec_prefix=$ac_optarg ;;
427
428   -gas | --gas | --ga | --g)
429     # Obsolete; use --with-gas.
430     with_gas=yes ;;
431
432   -help | --help | --hel | --he | -h)
433     ac_init_help=long ;;
434   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
435     ac_init_help=recursive ;;
436   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
437     ac_init_help=short ;;
438
439   -host | --host | --hos | --ho)
440     ac_prev=host_alias ;;
441   -host=* | --host=* | --hos=* | --ho=*)
442     host_alias=$ac_optarg ;;
443
444   -includedir | --includedir | --includedi | --included | --include \
445   | --includ | --inclu | --incl | --inc)
446     ac_prev=includedir ;;
447   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
448   | --includ=* | --inclu=* | --incl=* | --inc=*)
449     includedir=$ac_optarg ;;
450
451   -infodir | --infodir | --infodi | --infod | --info | --inf)
452     ac_prev=infodir ;;
453   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
454     infodir=$ac_optarg ;;
455
456   -libdir | --libdir | --libdi | --libd)
457     ac_prev=libdir ;;
458   -libdir=* | --libdir=* | --libdi=* | --libd=*)
459     libdir=$ac_optarg ;;
460
461   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
462   | --libexe | --libex | --libe)
463     ac_prev=libexecdir ;;
464   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
465   | --libexe=* | --libex=* | --libe=*)
466     libexecdir=$ac_optarg ;;
467
468   -localstatedir | --localstatedir | --localstatedi | --localstated \
469   | --localstate | --localstat | --localsta | --localst \
470   | --locals | --local | --loca | --loc | --lo)
471     ac_prev=localstatedir ;;
472   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
473   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
474   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
475     localstatedir=$ac_optarg ;;
476
477   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
478     ac_prev=mandir ;;
479   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
480     mandir=$ac_optarg ;;
481
482   -nfp | --nfp | --nf)
483     # Obsolete; use --without-fp.
484     with_fp=no ;;
485
486   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
487   | --no-cr | --no-c | -n)
488     no_create=yes ;;
489
490   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
491   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
492     no_recursion=yes ;;
493
494   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
495   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
496   | --oldin | --oldi | --old | --ol | --o)
497     ac_prev=oldincludedir ;;
498   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
499   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
500   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
501     oldincludedir=$ac_optarg ;;
502
503   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
504     ac_prev=prefix ;;
505   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
506     prefix=$ac_optarg ;;
507
508   -program-prefix | --program-prefix | --program-prefi | --program-pref \
509   | --program-pre | --program-pr | --program-p)
510     ac_prev=program_prefix ;;
511   -program-prefix=* | --program-prefix=* | --program-prefi=* \
512   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
513     program_prefix=$ac_optarg ;;
514
515   -program-suffix | --program-suffix | --program-suffi | --program-suff \
516   | --program-suf | --program-su | --program-s)
517     ac_prev=program_suffix ;;
518   -program-suffix=* | --program-suffix=* | --program-suffi=* \
519   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
520     program_suffix=$ac_optarg ;;
521
522   -program-transform-name | --program-transform-name \
523   | --program-transform-nam | --program-transform-na \
524   | --program-transform-n | --program-transform- \
525   | --program-transform | --program-transfor \
526   | --program-transfo | --program-transf \
527   | --program-trans | --program-tran \
528   | --progr-tra | --program-tr | --program-t)
529     ac_prev=program_transform_name ;;
530   -program-transform-name=* | --program-transform-name=* \
531   | --program-transform-nam=* | --program-transform-na=* \
532   | --program-transform-n=* | --program-transform-=* \
533   | --program-transform=* | --program-transfor=* \
534   | --program-transfo=* | --program-transf=* \
535   | --program-trans=* | --program-tran=* \
536   | --progr-tra=* | --program-tr=* | --program-t=*)
537     program_transform_name=$ac_optarg ;;
538
539   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
540   | -silent | --silent | --silen | --sile | --sil)
541     silent=yes ;;
542
543   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
544     ac_prev=sbindir ;;
545   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
546   | --sbi=* | --sb=*)
547     sbindir=$ac_optarg ;;
548
549   -sharedstatedir | --sharedstatedir | --sharedstatedi \
550   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
551   | --sharedst | --shareds | --shared | --share | --shar \
552   | --sha | --sh)
553     ac_prev=sharedstatedir ;;
554   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
555   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
556   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
557   | --sha=* | --sh=*)
558     sharedstatedir=$ac_optarg ;;
559
560   -site | --site | --sit)
561     ac_prev=site ;;
562   -site=* | --site=* | --sit=*)
563     site=$ac_optarg ;;
564
565   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
566     ac_prev=srcdir ;;
567   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
568     srcdir=$ac_optarg ;;
569
570   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
571   | --syscon | --sysco | --sysc | --sys | --sy)
572     ac_prev=sysconfdir ;;
573   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
574   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
575     sysconfdir=$ac_optarg ;;
576
577   -target | --target | --targe | --targ | --tar | --ta | --t)
578     ac_prev=target_alias ;;
579   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
580     target_alias=$ac_optarg ;;
581
582   -v | -verbose | --verbose | --verbos | --verbo | --verb)
583     verbose=yes ;;
584
585   -version | --version | --versio | --versi | --vers | -V)
586     ac_init_version=: ;;
587
588   -with-* | --with-*)
589     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
590     # Reject names that are not valid shell variable names.
591     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
592       { echo "$as_me: error: invalid package name: $ac_package" >&2
593    { (exit 1); exit 1; }; }
594     ac_package=`echo $ac_package| sed 's/-/_/g'`
595     case $ac_option in
596       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
597       *) ac_optarg=yes ;;
598     esac
599     eval "with_$ac_package='$ac_optarg'" ;;
600
601   -without-* | --without-*)
602     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
603     # Reject names that are not valid shell variable names.
604     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
605       { echo "$as_me: error: invalid package name: $ac_package" >&2
606    { (exit 1); exit 1; }; }
607     ac_package=`echo $ac_package | sed 's/-/_/g'`
608     eval "with_$ac_package=no" ;;
609
610   --x)
611     # Obsolete; use --with-x.
612     with_x=yes ;;
613
614   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
615   | --x-incl | --x-inc | --x-in | --x-i)
616     ac_prev=x_includes ;;
617   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
618   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
619     x_includes=$ac_optarg ;;
620
621   -x-libraries | --x-libraries | --x-librarie | --x-librari \
622   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
623     ac_prev=x_libraries ;;
624   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
625   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
626     x_libraries=$ac_optarg ;;
627
628   -*) { echo "$as_me: error: unrecognized option: $ac_option
629 Try \`$0 --help' for more information." >&2
630    { (exit 1); exit 1; }; }
631     ;;
632
633   *=*)
634     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
635     # Reject names that are not valid shell variable names.
636     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
637       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
638    { (exit 1); exit 1; }; }
639     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
640     eval "$ac_envvar='$ac_optarg'"
641     export $ac_envvar ;;
642
643   *)
644     # FIXME: should be removed in autoconf 3.0.
645     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
646     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
647       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
648     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
649     ;;
650
651   esac
652 done
653
654 if test -n "$ac_prev"; then
655   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
656   { echo "$as_me: error: missing argument to $ac_option" >&2
657    { (exit 1); exit 1; }; }
658 fi
659
660 # Be sure to have absolute paths.
661 for ac_var in exec_prefix prefix
662 do
663   eval ac_val=$`echo $ac_var`
664   case $ac_val in
665     [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
666     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
667    { (exit 1); exit 1; }; };;
668   esac
669 done
670
671 # Be sure to have absolute paths.
672 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
673               localstatedir libdir includedir oldincludedir infodir mandir
674 do
675   eval ac_val=$`echo $ac_var`
676   case $ac_val in
677     [\\/$]* | ?:[\\/]* ) ;;
678     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
679    { (exit 1); exit 1; }; };;
680   esac
681 done
682
683 # There might be people who depend on the old broken behavior: `$host'
684 # used to hold the argument of --host etc.
685 # FIXME: To remove some day.
686 build=$build_alias
687 host=$host_alias
688 target=$target_alias
689
690 # FIXME: To remove some day.
691 if test "x$host_alias" != x; then
692   if test "x$build_alias" = x; then
693     cross_compiling=maybe
694     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
695     If a cross compiler is detected then cross compile mode will be used." >&2
696   elif test "x$build_alias" != "x$host_alias"; then
697     cross_compiling=yes
698   fi
699 fi
700
701 ac_tool_prefix=
702 test -n "$host_alias" && ac_tool_prefix=$host_alias-
703
704 test "$silent" = yes && exec 6>/dev/null
705
706
707 # Find the source files, if location was not specified.
708 if test -z "$srcdir"; then
709   ac_srcdir_defaulted=yes
710   # Try the directory containing this script, then its parent.
711   ac_confdir=`(dirname "$0") 2>/dev/null ||
712 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
713          X"$0" : 'X\(//\)[^/]' \| \
714          X"$0" : 'X\(//\)$' \| \
715          X"$0" : 'X\(/\)' \| \
716          .     : '\(.\)' 2>/dev/null ||
717 echo X"$0" |
718     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
719           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
720           /^X\(\/\/\)$/{ s//\1/; q; }
721           /^X\(\/\).*/{ s//\1/; q; }
722           s/.*/./; q'`
723   srcdir=$ac_confdir
724   if test ! -r $srcdir/$ac_unique_file; then
725     srcdir=..
726   fi
727 else
728   ac_srcdir_defaulted=no
729 fi
730 if test ! -r $srcdir/$ac_unique_file; then
731   if test "$ac_srcdir_defaulted" = yes; then
732     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
733    { (exit 1); exit 1; }; }
734   else
735     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
736    { (exit 1); exit 1; }; }
737   fi
738 fi
739 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
740   { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
741    { (exit 1); exit 1; }; }
742 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
743 ac_env_build_alias_set=${build_alias+set}
744 ac_env_build_alias_value=$build_alias
745 ac_cv_env_build_alias_set=${build_alias+set}
746 ac_cv_env_build_alias_value=$build_alias
747 ac_env_host_alias_set=${host_alias+set}
748 ac_env_host_alias_value=$host_alias
749 ac_cv_env_host_alias_set=${host_alias+set}
750 ac_cv_env_host_alias_value=$host_alias
751 ac_env_target_alias_set=${target_alias+set}
752 ac_env_target_alias_value=$target_alias
753 ac_cv_env_target_alias_set=${target_alias+set}
754 ac_cv_env_target_alias_value=$target_alias
755 ac_env_CC_set=${CC+set}
756 ac_env_CC_value=$CC
757 ac_cv_env_CC_set=${CC+set}
758 ac_cv_env_CC_value=$CC
759 ac_env_CFLAGS_set=${CFLAGS+set}
760 ac_env_CFLAGS_value=$CFLAGS
761 ac_cv_env_CFLAGS_set=${CFLAGS+set}
762 ac_cv_env_CFLAGS_value=$CFLAGS
763 ac_env_LDFLAGS_set=${LDFLAGS+set}
764 ac_env_LDFLAGS_value=$LDFLAGS
765 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
766 ac_cv_env_LDFLAGS_value=$LDFLAGS
767 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
768 ac_env_CPPFLAGS_value=$CPPFLAGS
769 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
770 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
771 ac_env_CXX_set=${CXX+set}
772 ac_env_CXX_value=$CXX
773 ac_cv_env_CXX_set=${CXX+set}
774 ac_cv_env_CXX_value=$CXX
775 ac_env_CXXFLAGS_set=${CXXFLAGS+set}
776 ac_env_CXXFLAGS_value=$CXXFLAGS
777 ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
778 ac_cv_env_CXXFLAGS_value=$CXXFLAGS
779 ac_env_CPP_set=${CPP+set}
780 ac_env_CPP_value=$CPP
781 ac_cv_env_CPP_set=${CPP+set}
782 ac_cv_env_CPP_value=$CPP
783
784 #
785 # Report the --help message.
786 #
787 if test "$ac_init_help" = "long"; then
788   # Omit some internal or obsolete options to make the list less imposing.
789   # This message is too long to be a string in the A/UX 3.1 sh.
790   cat <<_ACEOF
791 \`configure' configures Wine 20050725 to adapt to many kinds of systems.
792
793 Usage: $0 [OPTION]... [VAR=VALUE]...
794
795 To assign environment variables (e.g., CC, CFLAGS...), specify them as
796 VAR=VALUE.  See below for descriptions of some of the useful variables.
797
798 Defaults for the options are specified in brackets.
799
800 Configuration:
801   -h, --help              display this help and exit
802       --help=short        display options specific to this package
803       --help=recursive    display the short help of all the included packages
804   -V, --version           display version information and exit
805   -q, --quiet, --silent   do not print \`checking...' messages
806       --cache-file=FILE   cache test results in FILE [disabled]
807   -C, --config-cache      alias for \`--cache-file=config.cache'
808   -n, --no-create         do not create output files
809       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
810
811 _ACEOF
812
813   cat <<_ACEOF
814 Installation directories:
815   --prefix=PREFIX         install architecture-independent files in PREFIX
816                           [$ac_default_prefix]
817   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
818                           [PREFIX]
819
820 By default, \`make install' will install all the files in
821 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
822 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
823 for instance \`--prefix=\$HOME'.
824
825 For better control, use the options below.
826
827 Fine tuning of the installation directories:
828   --bindir=DIR           user executables [EPREFIX/bin]
829   --sbindir=DIR          system admin executables [EPREFIX/sbin]
830   --libexecdir=DIR       program executables [EPREFIX/libexec]
831   --datadir=DIR          read-only architecture-independent data [PREFIX/share]
832   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
833   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
834   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
835   --libdir=DIR           object code libraries [EPREFIX/lib]
836   --includedir=DIR       C header files [PREFIX/include]
837   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
838   --infodir=DIR          info documentation [PREFIX/info]
839   --mandir=DIR           man documentation [PREFIX/man]
840 _ACEOF
841
842   cat <<\_ACEOF
843
844 X features:
845   --x-includes=DIR    X include files are in DIR
846   --x-libraries=DIR   X library files are in DIR
847
848 System types:
849   --build=BUILD     configure for building on BUILD [guessed]
850   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
851 _ACEOF
852 fi
853
854 if test -n "$ac_init_help"; then
855   case $ac_init_help in
856      short | recursive ) echo "Configuration of Wine 20050725:";;
857    esac
858   cat <<\_ACEOF
859
860 Optional Features:
861   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
862   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
863   --disable-win16         do not include Win16 support
864   --disable-debug         compile out all debugging messages
865   --disable-trace         compile out TRACE messages
866   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
867                           binaries)
868
869 Optional Packages:
870   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
871   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
872   --without-opengl        do not use OpenGL
873   --without-curses        do not use curses
874   --with-wine-tools=<dir> use Wine tools from directory <dir>
875   --with-x                use the X Window System
876
877 Some influential environment variables:
878   CC          C compiler command
879   CFLAGS      C compiler flags
880   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
881               nonstandard directory <lib dir>
882   CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
883               headers in a nonstandard directory <include dir>
884   CXX         C++ compiler command
885   CXXFLAGS    C++ compiler flags
886   CPP         C preprocessor
887
888 Use these variables to override the choices made by `configure' or to help
889 it to find libraries and programs with nonstandard names/locations.
890
891 Report bugs to <wine-devel@winehq.org>.
892 _ACEOF
893 fi
894
895 if test "$ac_init_help" = "recursive"; then
896   # If there are subdirs, report their specific --help.
897   ac_popdir=`pwd`
898   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
899     test -d $ac_dir || continue
900     ac_builddir=.
901
902 if test "$ac_dir" != .; then
903   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
904   # A "../" for each directory in $ac_dir_suffix.
905   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
906 else
907   ac_dir_suffix= ac_top_builddir=
908 fi
909
910 case $srcdir in
911   .)  # No --srcdir option.  We are building in place.
912     ac_srcdir=.
913     if test -z "$ac_top_builddir"; then
914        ac_top_srcdir=.
915     else
916        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
917     fi ;;
918   [\\/]* | ?:[\\/]* )  # Absolute path.
919     ac_srcdir=$srcdir$ac_dir_suffix;
920     ac_top_srcdir=$srcdir ;;
921   *) # Relative path.
922     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
923     ac_top_srcdir=$ac_top_builddir$srcdir ;;
924 esac
925
926 # Do not use `cd foo && pwd` to compute absolute paths, because
927 # the directories may not exist.
928 case `pwd` in
929 .) ac_abs_builddir="$ac_dir";;
930 *)
931   case "$ac_dir" in
932   .) ac_abs_builddir=`pwd`;;
933   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
934   *) ac_abs_builddir=`pwd`/"$ac_dir";;
935   esac;;
936 esac
937 case $ac_abs_builddir in
938 .) ac_abs_top_builddir=${ac_top_builddir}.;;
939 *)
940   case ${ac_top_builddir}. in
941   .) ac_abs_top_builddir=$ac_abs_builddir;;
942   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
943   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
944   esac;;
945 esac
946 case $ac_abs_builddir in
947 .) ac_abs_srcdir=$ac_srcdir;;
948 *)
949   case $ac_srcdir in
950   .) ac_abs_srcdir=$ac_abs_builddir;;
951   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
952   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
953   esac;;
954 esac
955 case $ac_abs_builddir in
956 .) ac_abs_top_srcdir=$ac_top_srcdir;;
957 *)
958   case $ac_top_srcdir in
959   .) ac_abs_top_srcdir=$ac_abs_builddir;;
960   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
961   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
962   esac;;
963 esac
964
965     cd $ac_dir
966     # Check for guested configure; otherwise get Cygnus style configure.
967     if test -f $ac_srcdir/configure.gnu; then
968       echo
969       $SHELL $ac_srcdir/configure.gnu  --help=recursive
970     elif test -f $ac_srcdir/configure; then
971       echo
972       $SHELL $ac_srcdir/configure  --help=recursive
973     elif test -f $ac_srcdir/configure.ac ||
974            test -f $ac_srcdir/configure.in; then
975       echo
976       $ac_configure --help
977     else
978       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
979     fi
980     cd "$ac_popdir"
981   done
982 fi
983
984 test -n "$ac_init_help" && exit 0
985 if $ac_init_version; then
986   cat <<\_ACEOF
987 Wine configure 20050725
988 generated by GNU Autoconf 2.59
989
990 Copyright (C) 2003 Free Software Foundation, Inc.
991 This configure script is free software; the Free Software Foundation
992 gives unlimited permission to copy, distribute and modify it.
993 _ACEOF
994   exit 0
995 fi
996 exec 5>config.log
997 cat >&5 <<_ACEOF
998 This file contains any messages produced by compilers while
999 running configure, to aid debugging if configure makes a mistake.
1000
1001 It was created by Wine $as_me 20050725, which was
1002 generated by GNU Autoconf 2.59.  Invocation command line was
1003
1004   $ $0 $@
1005
1006 _ACEOF
1007 {
1008 cat <<_ASUNAME
1009 ## --------- ##
1010 ## Platform. ##
1011 ## --------- ##
1012
1013 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1014 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1015 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1016 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1017 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1018
1019 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1020 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1021
1022 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1023 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1024 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1025 hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
1026 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1027 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1028 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1029
1030 _ASUNAME
1031
1032 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1033 for as_dir in $PATH
1034 do
1035   IFS=$as_save_IFS
1036   test -z "$as_dir" && as_dir=.
1037   echo "PATH: $as_dir"
1038 done
1039
1040 } >&5
1041
1042 cat >&5 <<_ACEOF
1043
1044
1045 ## ----------- ##
1046 ## Core tests. ##
1047 ## ----------- ##
1048
1049 _ACEOF
1050
1051
1052 # Keep a trace of the command line.
1053 # Strip out --no-create and --no-recursion so they do not pile up.
1054 # Strip out --silent because we don't want to record it for future runs.
1055 # Also quote any args containing shell meta-characters.
1056 # Make two passes to allow for proper duplicate-argument suppression.
1057 ac_configure_args=
1058 ac_configure_args0=
1059 ac_configure_args1=
1060 ac_sep=
1061 ac_must_keep_next=false
1062 for ac_pass in 1 2
1063 do
1064   for ac_arg
1065   do
1066     case $ac_arg in
1067     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1068     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1069     | -silent | --silent | --silen | --sile | --sil)
1070       continue ;;
1071     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1072       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1073     esac
1074     case $ac_pass in
1075     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1076     2)
1077       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1078       if test $ac_must_keep_next = true; then
1079         ac_must_keep_next=false # Got value, back to normal.
1080       else
1081         case $ac_arg in
1082           *=* | --config-cache | -C | -disable-* | --disable-* \
1083           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1084           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1085           | -with-* | --with-* | -without-* | --without-* | --x)
1086             case "$ac_configure_args0 " in
1087               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1088             esac
1089             ;;
1090           -* ) ac_must_keep_next=true ;;
1091         esac
1092       fi
1093       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1094       # Get rid of the leading space.
1095       ac_sep=" "
1096       ;;
1097     esac
1098   done
1099 done
1100 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1101 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1102
1103 # When interrupted or exit'd, cleanup temporary files, and complete
1104 # config.log.  We remove comments because anyway the quotes in there
1105 # would cause problems or look ugly.
1106 # WARNING: Be sure not to use single quotes in there, as some shells,
1107 # such as our DU 5.0 friend, will then `close' the trap.
1108 trap 'exit_status=$?
1109   # Save into config.log some information that might help in debugging.
1110   {
1111     echo
1112
1113     cat <<\_ASBOX
1114 ## ---------------- ##
1115 ## Cache variables. ##
1116 ## ---------------- ##
1117 _ASBOX
1118     echo
1119     # The following way of writing the cache mishandles newlines in values,
1120 {
1121   (set) 2>&1 |
1122     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1123     *ac_space=\ *)
1124       sed -n \
1125         "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1126           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1127       ;;
1128     *)
1129       sed -n \
1130         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1131       ;;
1132     esac;
1133 }
1134     echo
1135
1136     cat <<\_ASBOX
1137 ## ----------------- ##
1138 ## Output variables. ##
1139 ## ----------------- ##
1140 _ASBOX
1141     echo
1142     for ac_var in $ac_subst_vars
1143     do
1144       eval ac_val=$`echo $ac_var`
1145       echo "$ac_var='"'"'$ac_val'"'"'"
1146     done | sort
1147     echo
1148
1149     if test -n "$ac_subst_files"; then
1150       cat <<\_ASBOX
1151 ## ------------- ##
1152 ## Output files. ##
1153 ## ------------- ##
1154 _ASBOX
1155       echo
1156       for ac_var in $ac_subst_files
1157       do
1158         eval ac_val=$`echo $ac_var`
1159         echo "$ac_var='"'"'$ac_val'"'"'"
1160       done | sort
1161       echo
1162     fi
1163
1164     if test -s confdefs.h; then
1165       cat <<\_ASBOX
1166 ## ----------- ##
1167 ## confdefs.h. ##
1168 ## ----------- ##
1169 _ASBOX
1170       echo
1171       sed "/^$/d" confdefs.h | sort
1172       echo
1173     fi
1174     test "$ac_signal" != 0 &&
1175       echo "$as_me: caught signal $ac_signal"
1176     echo "$as_me: exit $exit_status"
1177   } >&5
1178   rm -f core *.core &&
1179   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1180     exit $exit_status
1181      ' 0
1182 for ac_signal in 1 2 13 15; do
1183   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1184 done
1185 ac_signal=0
1186
1187 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1188 rm -rf conftest* confdefs.h
1189 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1190 echo >confdefs.h
1191
1192 # Predefined preprocessor variables.
1193
1194 cat >>confdefs.h <<_ACEOF
1195 #define PACKAGE_NAME "$PACKAGE_NAME"
1196 _ACEOF
1197
1198
1199 cat >>confdefs.h <<_ACEOF
1200 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1201 _ACEOF
1202
1203
1204 cat >>confdefs.h <<_ACEOF
1205 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1206 _ACEOF
1207
1208
1209 cat >>confdefs.h <<_ACEOF
1210 #define PACKAGE_STRING "$PACKAGE_STRING"
1211 _ACEOF
1212
1213
1214 cat >>confdefs.h <<_ACEOF
1215 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1216 _ACEOF
1217
1218
1219 # Let the site file select an alternate cache file if it wants to.
1220 # Prefer explicitly selected file to automatically selected ones.
1221 if test -z "$CONFIG_SITE"; then
1222   if test "x$prefix" != xNONE; then
1223     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1224   else
1225     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1226   fi
1227 fi
1228 for ac_site_file in $CONFIG_SITE; do
1229   if test -r "$ac_site_file"; then
1230     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1231 echo "$as_me: loading site script $ac_site_file" >&6;}
1232     sed 's/^/| /' "$ac_site_file" >&5
1233     . "$ac_site_file"
1234   fi
1235 done
1236
1237 if test -r "$cache_file"; then
1238   # Some versions of bash will fail to source /dev/null (special
1239   # files actually), so we avoid doing that.
1240   if test -f "$cache_file"; then
1241     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1242 echo "$as_me: loading cache $cache_file" >&6;}
1243     case $cache_file in
1244       [\\/]* | ?:[\\/]* ) . $cache_file;;
1245       *)                      . ./$cache_file;;
1246     esac
1247   fi
1248 else
1249   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1250 echo "$as_me: creating cache $cache_file" >&6;}
1251   >$cache_file
1252 fi
1253
1254 # Check that the precious variables saved in the cache have kept the same
1255 # value.
1256 ac_cache_corrupted=false
1257 for ac_var in `(set) 2>&1 |
1258                sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1259   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1260   eval ac_new_set=\$ac_env_${ac_var}_set
1261   eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1262   eval ac_new_val="\$ac_env_${ac_var}_value"
1263   case $ac_old_set,$ac_new_set in
1264     set,)
1265       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1266 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1267       ac_cache_corrupted=: ;;
1268     ,set)
1269       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1270 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1271       ac_cache_corrupted=: ;;
1272     ,);;
1273     *)
1274       if test "x$ac_old_val" != "x$ac_new_val"; then
1275         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1276 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1277         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1278 echo "$as_me:   former value:  $ac_old_val" >&2;}
1279         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1280 echo "$as_me:   current value: $ac_new_val" >&2;}
1281         ac_cache_corrupted=:
1282       fi;;
1283   esac
1284   # Pass precious variables to config.status.
1285   if test "$ac_new_set" = set; then
1286     case $ac_new_val in
1287     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1288       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1289     *) ac_arg=$ac_var=$ac_new_val ;;
1290     esac
1291     case " $ac_configure_args " in
1292       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1293       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1294     esac
1295   fi
1296 done
1297 if $ac_cache_corrupted; then
1298   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1299 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1300   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1301 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1302    { (exit 1); exit 1; }; }
1303 fi
1304
1305 ac_ext=c
1306 ac_cpp='$CPP $CPPFLAGS'
1307 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1308 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1309 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338           ac_config_headers="$ac_config_headers include/config.h"
1339
1340 ac_aux_dir=
1341 for ac_dir in tools $srcdir/tools; do
1342   if test -f $ac_dir/install-sh; then
1343     ac_aux_dir=$ac_dir
1344     ac_install_sh="$ac_aux_dir/install-sh -c"
1345     break
1346   elif test -f $ac_dir/install.sh; then
1347     ac_aux_dir=$ac_dir
1348     ac_install_sh="$ac_aux_dir/install.sh -c"
1349     break
1350   elif test -f $ac_dir/shtool; then
1351     ac_aux_dir=$ac_dir
1352     ac_install_sh="$ac_aux_dir/shtool install -c"
1353     break
1354   fi
1355 done
1356 if test -z "$ac_aux_dir"; then
1357   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools $srcdir/tools" >&5
1358 echo "$as_me: error: cannot find install-sh or install.sh in tools $srcdir/tools" >&2;}
1359    { (exit 1); exit 1; }; }
1360 fi
1361 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1362 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1363 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1364
1365
1366
1367 # Check whether --enable-win16 or --disable-win16 was given.
1368 if test "${enable_win16+set}" = set; then
1369   enableval="$enable_win16"
1370
1371 fi;
1372 # Check whether --enable-debug or --disable-debug was given.
1373 if test "${enable_debug+set}" = set; then
1374   enableval="$enable_debug"
1375
1376 fi;
1377 # Check whether --enable-trace or --disable-trace was given.
1378 if test "${enable_trace+set}" = set; then
1379   enableval="$enable_trace"
1380
1381 fi;
1382 # Check whether --enable-win64 or --disable-win64 was given.
1383 if test "${enable_win64+set}" = set; then
1384   enableval="$enable_win64"
1385
1386 fi;
1387
1388
1389 # Check whether --with-opengl or --without-opengl was given.
1390 if test "${with_opengl+set}" = set; then
1391   withval="$with_opengl"
1392
1393 fi;
1394
1395 # Check whether --with-curses or --without-curses was given.
1396 if test "${with_curses+set}" = set; then
1397   withval="$with_curses"
1398
1399 fi;
1400
1401 # Check whether --with-wine-tools or --without-wine-tools was given.
1402 if test "${with_wine_tools+set}" = set; then
1403   withval="$with_wine_tools"
1404
1405 fi;
1406
1407 DLLDEFS=""
1408
1409 if test "x$enable_debug" = "xno"
1410 then
1411   DLLDEFS="$DLLDEFS -DWINE_NO_DEBUG_MSGS"
1412 fi
1413 if test "x$enable_trace" = "xno" -o "x$enable_debug" = "xno"
1414 then
1415   DLLDEFS="$DLLDEFS -DWINE_NO_TRACE_MSGS"
1416 fi
1417
1418 # Make sure we can run config.sub.
1419 $ac_config_sub sun4 >/dev/null 2>&1 ||
1420   { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1421 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1422    { (exit 1); exit 1; }; }
1423
1424 echo "$as_me:$LINENO: checking build system type" >&5
1425 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1426 if test "${ac_cv_build+set}" = set; then
1427   echo $ECHO_N "(cached) $ECHO_C" >&6
1428 else
1429   ac_cv_build_alias=$build_alias
1430 test -z "$ac_cv_build_alias" &&
1431   ac_cv_build_alias=`$ac_config_guess`
1432 test -z "$ac_cv_build_alias" &&
1433   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1434 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1435    { (exit 1); exit 1; }; }
1436 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1437   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1438 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1439    { (exit 1); exit 1; }; }
1440
1441 fi
1442 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1443 echo "${ECHO_T}$ac_cv_build" >&6
1444 build=$ac_cv_build
1445 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1446 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1447 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1448
1449
1450 echo "$as_me:$LINENO: checking host system type" >&5
1451 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1452 if test "${ac_cv_host+set}" = set; then
1453   echo $ECHO_N "(cached) $ECHO_C" >&6
1454 else
1455   ac_cv_host_alias=$host_alias
1456 test -z "$ac_cv_host_alias" &&
1457   ac_cv_host_alias=$ac_cv_build_alias
1458 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1459   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1460 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1461    { (exit 1); exit 1; }; }
1462
1463 fi
1464 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1465 echo "${ECHO_T}$ac_cv_host" >&6
1466 host=$ac_cv_host
1467 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1468 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1469 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1470
1471
1472 case $host in
1473   x86_64*linux*)
1474     if test "x$enable_win64" != "xyes"
1475     then
1476       test -n "$CC" || CC="gcc -m32"
1477       test -n "$LD" || LD="ld -m elf_i386"
1478       test -n "$AS" || AS="as --32"
1479       host_cpu="i386"
1480     fi
1481     ;;
1482 esac
1483
1484 case $host_cpu in
1485   *i[3456789]86*)
1486     if test "x$enable_win16" != "xno"
1487     then
1488       enable_win16="yes"
1489     fi
1490     ;;
1491 esac
1492
1493 WIN16_FILES="\$(WIN16_FILES)"
1494
1495 WIN16_INSTALL="\$(WIN16_INSTALL)"
1496
1497 if test "x$enable_win16" != "xyes"
1498 then
1499   WIN16_FILES=""
1500   WIN16_INSTALL=""
1501 fi
1502
1503
1504 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1505 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1506 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1507 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1508   echo $ECHO_N "(cached) $ECHO_C" >&6
1509 else
1510   cat >conftest.make <<\_ACEOF
1511 all:
1512         @echo 'ac_maketemp="$(MAKE)"'
1513 _ACEOF
1514 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1515 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1516 if test -n "$ac_maketemp"; then
1517   eval ac_cv_prog_make_${ac_make}_set=yes
1518 else
1519   eval ac_cv_prog_make_${ac_make}_set=no
1520 fi
1521 rm -f conftest.make
1522 fi
1523 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1524   echo "$as_me:$LINENO: result: yes" >&5
1525 echo "${ECHO_T}yes" >&6
1526   SET_MAKE=
1527 else
1528   echo "$as_me:$LINENO: result: no" >&5
1529 echo "${ECHO_T}no" >&6
1530   SET_MAKE="MAKE=${MAKE-make}"
1531 fi
1532
1533 ac_ext=c
1534 ac_cpp='$CPP $CPPFLAGS'
1535 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1536 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1537 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1538 if test -n "$ac_tool_prefix"; then
1539   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1540 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1541 echo "$as_me:$LINENO: checking for $ac_word" >&5
1542 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1543 if test "${ac_cv_prog_CC+set}" = set; then
1544   echo $ECHO_N "(cached) $ECHO_C" >&6
1545 else
1546   if test -n "$CC"; then
1547   ac_cv_prog_CC="$CC" # Let the user override the test.
1548 else
1549 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1550 for as_dir in $PATH
1551 do
1552   IFS=$as_save_IFS
1553   test -z "$as_dir" && as_dir=.
1554   for ac_exec_ext in '' $ac_executable_extensions; do
1555   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1556     ac_cv_prog_CC="${ac_tool_prefix}gcc"
1557     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1558     break 2
1559   fi
1560 done
1561 done
1562
1563 fi
1564 fi
1565 CC=$ac_cv_prog_CC
1566 if test -n "$CC"; then
1567   echo "$as_me:$LINENO: result: $CC" >&5
1568 echo "${ECHO_T}$CC" >&6
1569 else
1570   echo "$as_me:$LINENO: result: no" >&5
1571 echo "${ECHO_T}no" >&6
1572 fi
1573
1574 fi
1575 if test -z "$ac_cv_prog_CC"; then
1576   ac_ct_CC=$CC
1577   # Extract the first word of "gcc", so it can be a program name with args.
1578 set dummy gcc; ac_word=$2
1579 echo "$as_me:$LINENO: checking for $ac_word" >&5
1580 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1581 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1582   echo $ECHO_N "(cached) $ECHO_C" >&6
1583 else
1584   if test -n "$ac_ct_CC"; then
1585   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1586 else
1587 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1588 for as_dir in $PATH
1589 do
1590   IFS=$as_save_IFS
1591   test -z "$as_dir" && as_dir=.
1592   for ac_exec_ext in '' $ac_executable_extensions; do
1593   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1594     ac_cv_prog_ac_ct_CC="gcc"
1595     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1596     break 2
1597   fi
1598 done
1599 done
1600
1601 fi
1602 fi
1603 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1604 if test -n "$ac_ct_CC"; then
1605   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1606 echo "${ECHO_T}$ac_ct_CC" >&6
1607 else
1608   echo "$as_me:$LINENO: result: no" >&5
1609 echo "${ECHO_T}no" >&6
1610 fi
1611
1612   CC=$ac_ct_CC
1613 else
1614   CC="$ac_cv_prog_CC"
1615 fi
1616
1617 if test -z "$CC"; then
1618   if test -n "$ac_tool_prefix"; then
1619   # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1620 set dummy ${ac_tool_prefix}cc; ac_word=$2
1621 echo "$as_me:$LINENO: checking for $ac_word" >&5
1622 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1623 if test "${ac_cv_prog_CC+set}" = set; then
1624   echo $ECHO_N "(cached) $ECHO_C" >&6
1625 else
1626   if test -n "$CC"; then
1627   ac_cv_prog_CC="$CC" # Let the user override the test.
1628 else
1629 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1630 for as_dir in $PATH
1631 do
1632   IFS=$as_save_IFS
1633   test -z "$as_dir" && as_dir=.
1634   for ac_exec_ext in '' $ac_executable_extensions; do
1635   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1636     ac_cv_prog_CC="${ac_tool_prefix}cc"
1637     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1638     break 2
1639   fi
1640 done
1641 done
1642
1643 fi
1644 fi
1645 CC=$ac_cv_prog_CC
1646 if test -n "$CC"; then
1647   echo "$as_me:$LINENO: result: $CC" >&5
1648 echo "${ECHO_T}$CC" >&6
1649 else
1650   echo "$as_me:$LINENO: result: no" >&5
1651 echo "${ECHO_T}no" >&6
1652 fi
1653
1654 fi
1655 if test -z "$ac_cv_prog_CC"; then
1656   ac_ct_CC=$CC
1657   # Extract the first word of "cc", so it can be a program name with args.
1658 set dummy cc; ac_word=$2
1659 echo "$as_me:$LINENO: checking for $ac_word" >&5
1660 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1661 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1662   echo $ECHO_N "(cached) $ECHO_C" >&6
1663 else
1664   if test -n "$ac_ct_CC"; then
1665   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1666 else
1667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1668 for as_dir in $PATH
1669 do
1670   IFS=$as_save_IFS
1671   test -z "$as_dir" && as_dir=.
1672   for ac_exec_ext in '' $ac_executable_extensions; do
1673   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1674     ac_cv_prog_ac_ct_CC="cc"
1675     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1676     break 2
1677   fi
1678 done
1679 done
1680
1681 fi
1682 fi
1683 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1684 if test -n "$ac_ct_CC"; then
1685   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1686 echo "${ECHO_T}$ac_ct_CC" >&6
1687 else
1688   echo "$as_me:$LINENO: result: no" >&5
1689 echo "${ECHO_T}no" >&6
1690 fi
1691
1692   CC=$ac_ct_CC
1693 else
1694   CC="$ac_cv_prog_CC"
1695 fi
1696
1697 fi
1698 if test -z "$CC"; then
1699   # Extract the first word of "cc", so it can be a program name with args.
1700 set dummy cc; ac_word=$2
1701 echo "$as_me:$LINENO: checking for $ac_word" >&5
1702 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1703 if test "${ac_cv_prog_CC+set}" = set; then
1704   echo $ECHO_N "(cached) $ECHO_C" >&6
1705 else
1706   if test -n "$CC"; then
1707   ac_cv_prog_CC="$CC" # Let the user override the test.
1708 else
1709   ac_prog_rejected=no
1710 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1711 for as_dir in $PATH
1712 do
1713   IFS=$as_save_IFS
1714   test -z "$as_dir" && as_dir=.
1715   for ac_exec_ext in '' $ac_executable_extensions; do
1716   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1717     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1718        ac_prog_rejected=yes
1719        continue
1720      fi
1721     ac_cv_prog_CC="cc"
1722     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1723     break 2
1724   fi
1725 done
1726 done
1727
1728 if test $ac_prog_rejected = yes; then
1729   # We found a bogon in the path, so make sure we never use it.
1730   set dummy $ac_cv_prog_CC
1731   shift
1732   if test $# != 0; then
1733     # We chose a different compiler from the bogus one.
1734     # However, it has the same basename, so the bogon will be chosen
1735     # first if we set CC to just the basename; use the full file name.
1736     shift
1737     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1738   fi
1739 fi
1740 fi
1741 fi
1742 CC=$ac_cv_prog_CC
1743 if test -n "$CC"; then
1744   echo "$as_me:$LINENO: result: $CC" >&5
1745 echo "${ECHO_T}$CC" >&6
1746 else
1747   echo "$as_me:$LINENO: result: no" >&5
1748 echo "${ECHO_T}no" >&6
1749 fi
1750
1751 fi
1752 if test -z "$CC"; then
1753   if test -n "$ac_tool_prefix"; then
1754   for ac_prog in cl
1755   do
1756     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1757 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1758 echo "$as_me:$LINENO: checking for $ac_word" >&5
1759 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1760 if test "${ac_cv_prog_CC+set}" = set; then
1761   echo $ECHO_N "(cached) $ECHO_C" >&6
1762 else
1763   if test -n "$CC"; then
1764   ac_cv_prog_CC="$CC" # Let the user override the test.
1765 else
1766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1767 for as_dir in $PATH
1768 do
1769   IFS=$as_save_IFS
1770   test -z "$as_dir" && as_dir=.
1771   for ac_exec_ext in '' $ac_executable_extensions; do
1772   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1773     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1774     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1775     break 2
1776   fi
1777 done
1778 done
1779
1780 fi
1781 fi
1782 CC=$ac_cv_prog_CC
1783 if test -n "$CC"; then
1784   echo "$as_me:$LINENO: result: $CC" >&5
1785 echo "${ECHO_T}$CC" >&6
1786 else
1787   echo "$as_me:$LINENO: result: no" >&5
1788 echo "${ECHO_T}no" >&6
1789 fi
1790
1791     test -n "$CC" && break
1792   done
1793 fi
1794 if test -z "$CC"; then
1795   ac_ct_CC=$CC
1796   for ac_prog in cl
1797 do
1798   # Extract the first word of "$ac_prog", so it can be a program name with args.
1799 set dummy $ac_prog; ac_word=$2
1800 echo "$as_me:$LINENO: checking for $ac_word" >&5
1801 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1802 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1803   echo $ECHO_N "(cached) $ECHO_C" >&6
1804 else
1805   if test -n "$ac_ct_CC"; then
1806   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1807 else
1808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1809 for as_dir in $PATH
1810 do
1811   IFS=$as_save_IFS
1812   test -z "$as_dir" && as_dir=.
1813   for ac_exec_ext in '' $ac_executable_extensions; do
1814   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1815     ac_cv_prog_ac_ct_CC="$ac_prog"
1816     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1817     break 2
1818   fi
1819 done
1820 done
1821
1822 fi
1823 fi
1824 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1825 if test -n "$ac_ct_CC"; then
1826   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1827 echo "${ECHO_T}$ac_ct_CC" >&6
1828 else
1829   echo "$as_me:$LINENO: result: no" >&5
1830 echo "${ECHO_T}no" >&6
1831 fi
1832
1833   test -n "$ac_ct_CC" && break
1834 done
1835
1836   CC=$ac_ct_CC
1837 fi
1838
1839 fi
1840
1841
1842 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1843 See \`config.log' for more details." >&5
1844 echo "$as_me: error: no acceptable C compiler found in \$PATH
1845 See \`config.log' for more details." >&2;}
1846    { (exit 1); exit 1; }; }
1847
1848 # Provide some information about the compiler.
1849 echo "$as_me:$LINENO:" \
1850      "checking for C compiler version" >&5
1851 ac_compiler=`set X $ac_compile; echo $2`
1852 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1853   (eval $ac_compiler --version </dev/null >&5) 2>&5
1854   ac_status=$?
1855   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1856   (exit $ac_status); }
1857 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1858   (eval $ac_compiler -v </dev/null >&5) 2>&5
1859   ac_status=$?
1860   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1861   (exit $ac_status); }
1862 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1863   (eval $ac_compiler -V </dev/null >&5) 2>&5
1864   ac_status=$?
1865   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1866   (exit $ac_status); }
1867
1868 cat >conftest.$ac_ext <<_ACEOF
1869 /* confdefs.h.  */
1870 _ACEOF
1871 cat confdefs.h >>conftest.$ac_ext
1872 cat >>conftest.$ac_ext <<_ACEOF
1873 /* end confdefs.h.  */
1874
1875 int
1876 main ()
1877 {
1878
1879   ;
1880   return 0;
1881 }
1882 _ACEOF
1883 ac_clean_files_save=$ac_clean_files
1884 ac_clean_files="$ac_clean_files a.out a.exe b.out"
1885 # Try to create an executable without -o first, disregard a.out.
1886 # It will help us diagnose broken compilers, and finding out an intuition
1887 # of exeext.
1888 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1889 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1890 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1891 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1892   (eval $ac_link_default) 2>&5
1893   ac_status=$?
1894   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1895   (exit $ac_status); }; then
1896   # Find the output, starting from the most likely.  This scheme is
1897 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
1898 # resort.
1899
1900 # Be careful to initialize this variable, since it used to be cached.
1901 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1902 ac_cv_exeext=
1903 # b.out is created by i960 compilers.
1904 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1905 do
1906   test -f "$ac_file" || continue
1907   case $ac_file in
1908     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1909         ;;
1910     conftest.$ac_ext )
1911         # This is the source file.
1912         ;;
1913     [ab].out )
1914         # We found the default executable, but exeext='' is most
1915         # certainly right.
1916         break;;
1917     *.* )
1918         ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1919         # FIXME: I believe we export ac_cv_exeext for Libtool,
1920         # but it would be cool to find out if it's true.  Does anybody
1921         # maintain Libtool? --akim.
1922         export ac_cv_exeext
1923         break;;
1924     * )
1925         break;;
1926   esac
1927 done
1928 else
1929   echo "$as_me: failed program was:" >&5
1930 sed 's/^/| /' conftest.$ac_ext >&5
1931
1932 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
1933 See \`config.log' for more details." >&5
1934 echo "$as_me: error: C compiler cannot create executables
1935 See \`config.log' for more details." >&2;}
1936    { (exit 77); exit 77; }; }
1937 fi
1938
1939 ac_exeext=$ac_cv_exeext
1940 echo "$as_me:$LINENO: result: $ac_file" >&5
1941 echo "${ECHO_T}$ac_file" >&6
1942
1943 # Check the compiler produces executables we can run.  If not, either
1944 # the compiler is broken, or we cross compile.
1945 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1946 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1947 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1948 # If not cross compiling, check that we can run a simple program.
1949 if test "$cross_compiling" != yes; then
1950   if { ac_try='./$ac_file'
1951   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1952   (eval $ac_try) 2>&5
1953   ac_status=$?
1954   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1955   (exit $ac_status); }; }; then
1956     cross_compiling=no
1957   else
1958     if test "$cross_compiling" = maybe; then
1959         cross_compiling=yes
1960     else
1961         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
1962 If you meant to cross compile, use \`--host'.
1963 See \`config.log' for more details." >&5
1964 echo "$as_me: error: cannot run C compiled programs.
1965 If you meant to cross compile, use \`--host'.
1966 See \`config.log' for more details." >&2;}
1967    { (exit 1); exit 1; }; }
1968     fi
1969   fi
1970 fi
1971 echo "$as_me:$LINENO: result: yes" >&5
1972 echo "${ECHO_T}yes" >&6
1973
1974 rm -f a.out a.exe conftest$ac_cv_exeext b.out
1975 ac_clean_files=$ac_clean_files_save
1976 # Check the compiler produces executables we can run.  If not, either
1977 # the compiler is broken, or we cross compile.
1978 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
1979 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
1980 echo "$as_me:$LINENO: result: $cross_compiling" >&5
1981 echo "${ECHO_T}$cross_compiling" >&6
1982
1983 echo "$as_me:$LINENO: checking for suffix of executables" >&5
1984 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
1985 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1986   (eval $ac_link) 2>&5
1987   ac_status=$?
1988   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1989   (exit $ac_status); }; then
1990   # If both `conftest.exe' and `conftest' are `present' (well, observable)
1991 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
1992 # work properly (i.e., refer to `conftest.exe'), while it won't with
1993 # `rm'.
1994 for ac_file in conftest.exe conftest conftest.*; do
1995   test -f "$ac_file" || continue
1996   case $ac_file in
1997     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
1998     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1999           export ac_cv_exeext
2000           break;;
2001     * ) break;;
2002   esac
2003 done
2004 else
2005   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2006 See \`config.log' for more details." >&5
2007 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2008 See \`config.log' for more details." >&2;}
2009    { (exit 1); exit 1; }; }
2010 fi
2011
2012 rm -f conftest$ac_cv_exeext
2013 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2014 echo "${ECHO_T}$ac_cv_exeext" >&6
2015
2016 rm -f conftest.$ac_ext
2017 EXEEXT=$ac_cv_exeext
2018 ac_exeext=$EXEEXT
2019 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2020 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2021 if test "${ac_cv_objext+set}" = set; then
2022   echo $ECHO_N "(cached) $ECHO_C" >&6
2023 else
2024   cat >conftest.$ac_ext <<_ACEOF
2025 /* confdefs.h.  */
2026 _ACEOF
2027 cat confdefs.h >>conftest.$ac_ext
2028 cat >>conftest.$ac_ext <<_ACEOF
2029 /* end confdefs.h.  */
2030
2031 int
2032 main ()
2033 {
2034
2035   ;
2036   return 0;
2037 }
2038 _ACEOF
2039 rm -f conftest.o conftest.obj
2040 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2041   (eval $ac_compile) 2>&5
2042   ac_status=$?
2043   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2044   (exit $ac_status); }; then
2045   for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2046   case $ac_file in
2047     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2048     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2049        break;;
2050   esac
2051 done
2052 else
2053   echo "$as_me: failed program was:" >&5
2054 sed 's/^/| /' conftest.$ac_ext >&5
2055
2056 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2057 See \`config.log' for more details." >&5
2058 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2059 See \`config.log' for more details." >&2;}
2060    { (exit 1); exit 1; }; }
2061 fi
2062
2063 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2064 fi
2065 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2066 echo "${ECHO_T}$ac_cv_objext" >&6
2067 OBJEXT=$ac_cv_objext
2068 ac_objext=$OBJEXT
2069 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2070 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2071 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2072   echo $ECHO_N "(cached) $ECHO_C" >&6
2073 else
2074   cat >conftest.$ac_ext <<_ACEOF
2075 /* confdefs.h.  */
2076 _ACEOF
2077 cat confdefs.h >>conftest.$ac_ext
2078 cat >>conftest.$ac_ext <<_ACEOF
2079 /* end confdefs.h.  */
2080
2081 int
2082 main ()
2083 {
2084 #ifndef __GNUC__
2085        choke me
2086 #endif
2087
2088   ;
2089   return 0;
2090 }
2091 _ACEOF
2092 rm -f conftest.$ac_objext
2093 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2094   (eval $ac_compile) 2>conftest.er1
2095   ac_status=$?
2096   grep -v '^ *+' conftest.er1 >conftest.err
2097   rm -f conftest.er1
2098   cat conftest.err >&5
2099   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2100   (exit $ac_status); } &&
2101          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2102   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2103   (eval $ac_try) 2>&5
2104   ac_status=$?
2105   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2106   (exit $ac_status); }; } &&
2107          { ac_try='test -s conftest.$ac_objext'
2108   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2109   (eval $ac_try) 2>&5
2110   ac_status=$?
2111   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2112   (exit $ac_status); }; }; then
2113   ac_compiler_gnu=yes
2114 else
2115   echo "$as_me: failed program was:" >&5
2116 sed 's/^/| /' conftest.$ac_ext >&5
2117
2118 ac_compiler_gnu=no
2119 fi
2120 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2121 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2122
2123 fi
2124 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2125 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2126 GCC=`test $ac_compiler_gnu = yes && echo yes`
2127 ac_test_CFLAGS=${CFLAGS+set}
2128 ac_save_CFLAGS=$CFLAGS
2129 CFLAGS="-g"
2130 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2131 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2132 if test "${ac_cv_prog_cc_g+set}" = set; then
2133   echo $ECHO_N "(cached) $ECHO_C" >&6
2134 else
2135   cat >conftest.$ac_ext <<_ACEOF
2136 /* confdefs.h.  */
2137 _ACEOF
2138 cat confdefs.h >>conftest.$ac_ext
2139 cat >>conftest.$ac_ext <<_ACEOF
2140 /* end confdefs.h.  */
2141
2142 int
2143 main ()
2144 {
2145
2146   ;
2147   return 0;
2148 }
2149 _ACEOF
2150 rm -f conftest.$ac_objext
2151 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2152   (eval $ac_compile) 2>conftest.er1
2153   ac_status=$?
2154   grep -v '^ *+' conftest.er1 >conftest.err
2155   rm -f conftest.er1
2156   cat conftest.err >&5
2157   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2158   (exit $ac_status); } &&
2159          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2160   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2161   (eval $ac_try) 2>&5
2162   ac_status=$?
2163   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2164   (exit $ac_status); }; } &&
2165          { ac_try='test -s conftest.$ac_objext'
2166   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2167   (eval $ac_try) 2>&5
2168   ac_status=$?
2169   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2170   (exit $ac_status); }; }; then
2171   ac_cv_prog_cc_g=yes
2172 else
2173   echo "$as_me: failed program was:" >&5
2174 sed 's/^/| /' conftest.$ac_ext >&5
2175
2176 ac_cv_prog_cc_g=no
2177 fi
2178 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2179 fi
2180 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2181 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2182 if test "$ac_test_CFLAGS" = set; then
2183   CFLAGS=$ac_save_CFLAGS
2184 elif test $ac_cv_prog_cc_g = yes; then
2185   if test "$GCC" = yes; then
2186     CFLAGS="-g -O2"
2187   else
2188     CFLAGS="-g"
2189   fi
2190 else
2191   if test "$GCC" = yes; then
2192     CFLAGS="-O2"
2193   else
2194     CFLAGS=
2195   fi
2196 fi
2197 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2198 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2199 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2200   echo $ECHO_N "(cached) $ECHO_C" >&6
2201 else
2202   ac_cv_prog_cc_stdc=no
2203 ac_save_CC=$CC
2204 cat >conftest.$ac_ext <<_ACEOF
2205 /* confdefs.h.  */
2206 _ACEOF
2207 cat confdefs.h >>conftest.$ac_ext
2208 cat >>conftest.$ac_ext <<_ACEOF
2209 /* end confdefs.h.  */
2210 #include <stdarg.h>
2211 #include <stdio.h>
2212 #include <sys/types.h>
2213 #include <sys/stat.h>
2214 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
2215 struct buf { int x; };
2216 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2217 static char *e (p, i)
2218      char **p;
2219      int i;
2220 {
2221   return p[i];
2222 }
2223 static char *f (char * (*g) (char **, int), char **p, ...)
2224 {
2225   char *s;
2226   va_list v;
2227   va_start (v,p);
2228   s = g (p, va_arg (v,int));
2229   va_end (v);
2230   return s;
2231 }
2232
2233 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
2234    function prototypes and stuff, but not '\xHH' hex character constants.
2235    These don't provoke an error unfortunately, instead are silently treated
2236    as 'x'.  The following induces an error, until -std1 is added to get
2237    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
2238    array size at least.  It's necessary to write '\x00'==0 to get something
2239    that's true only with -std1.  */
2240 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2241
2242 int test (int i, double x);
2243 struct s1 {int (*f) (int a);};
2244 struct s2 {int (*f) (double a);};
2245 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2246 int argc;
2247 char **argv;
2248 int
2249 main ()
2250 {
2251 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
2252   ;
2253   return 0;
2254 }
2255 _ACEOF
2256 # Don't try gcc -ansi; that turns off useful extensions and
2257 # breaks some systems' header files.
2258 # AIX                   -qlanglvl=ansi
2259 # Ultrix and OSF/1      -std1
2260 # HP-UX 10.20 and later -Ae
2261 # HP-UX older versions  -Aa -D_HPUX_SOURCE
2262 # SVR4                  -Xc -D__EXTENSIONS__
2263 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2264 do
2265   CC="$ac_save_CC $ac_arg"
2266   rm -f conftest.$ac_objext
2267 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2268   (eval $ac_compile) 2>conftest.er1
2269   ac_status=$?
2270   grep -v '^ *+' conftest.er1 >conftest.err
2271   rm -f conftest.er1
2272   cat conftest.err >&5
2273   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2274   (exit $ac_status); } &&
2275          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2276   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2277   (eval $ac_try) 2>&5
2278   ac_status=$?
2279   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2280   (exit $ac_status); }; } &&
2281          { ac_try='test -s conftest.$ac_objext'
2282   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2283   (eval $ac_try) 2>&5
2284   ac_status=$?
2285   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2286   (exit $ac_status); }; }; then
2287   ac_cv_prog_cc_stdc=$ac_arg
2288 break
2289 else
2290   echo "$as_me: failed program was:" >&5
2291 sed 's/^/| /' conftest.$ac_ext >&5
2292
2293 fi
2294 rm -f conftest.err conftest.$ac_objext
2295 done
2296 rm -f conftest.$ac_ext conftest.$ac_objext
2297 CC=$ac_save_CC
2298
2299 fi
2300
2301 case "x$ac_cv_prog_cc_stdc" in
2302   x|xno)
2303     echo "$as_me:$LINENO: result: none needed" >&5
2304 echo "${ECHO_T}none needed" >&6 ;;
2305   *)
2306     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2307 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2308     CC="$CC $ac_cv_prog_cc_stdc" ;;
2309 esac
2310
2311 # Some people use a C++ compiler to compile C.  Since we use `exit',
2312 # in C++ we need to declare it.  In case someone uses the same compiler
2313 # for both compiling C and C++ we need to have the C++ compiler decide
2314 # the declaration of exit, since it's the most demanding environment.
2315 cat >conftest.$ac_ext <<_ACEOF
2316 #ifndef __cplusplus
2317   choke me
2318 #endif
2319 _ACEOF
2320 rm -f conftest.$ac_objext
2321 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2322   (eval $ac_compile) 2>conftest.er1
2323   ac_status=$?
2324   grep -v '^ *+' conftest.er1 >conftest.err
2325   rm -f conftest.er1
2326   cat conftest.err >&5
2327   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2328   (exit $ac_status); } &&
2329          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2330   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2331   (eval $ac_try) 2>&5
2332   ac_status=$?
2333   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2334   (exit $ac_status); }; } &&
2335          { ac_try='test -s conftest.$ac_objext'
2336   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2337   (eval $ac_try) 2>&5
2338   ac_status=$?
2339   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2340   (exit $ac_status); }; }; then
2341   for ac_declaration in \
2342    '' \
2343    'extern "C" void std::exit (int) throw (); using std::exit;' \
2344    'extern "C" void std::exit (int); using std::exit;' \
2345    'extern "C" void exit (int) throw ();' \
2346    'extern "C" void exit (int);' \
2347    'void exit (int);'
2348 do
2349   cat >conftest.$ac_ext <<_ACEOF
2350 /* confdefs.h.  */
2351 _ACEOF
2352 cat confdefs.h >>conftest.$ac_ext
2353 cat >>conftest.$ac_ext <<_ACEOF
2354 /* end confdefs.h.  */
2355 $ac_declaration
2356 #include <stdlib.h>
2357 int
2358 main ()
2359 {
2360 exit (42);
2361   ;
2362   return 0;
2363 }
2364 _ACEOF
2365 rm -f conftest.$ac_objext
2366 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2367   (eval $ac_compile) 2>conftest.er1
2368   ac_status=$?
2369   grep -v '^ *+' conftest.er1 >conftest.err
2370   rm -f conftest.er1
2371   cat conftest.err >&5
2372   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2373   (exit $ac_status); } &&
2374          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2375   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2376   (eval $ac_try) 2>&5
2377   ac_status=$?
2378   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2379   (exit $ac_status); }; } &&
2380          { ac_try='test -s conftest.$ac_objext'
2381   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2382   (eval $ac_try) 2>&5
2383   ac_status=$?
2384   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2385   (exit $ac_status); }; }; then
2386   :
2387 else
2388   echo "$as_me: failed program was:" >&5
2389 sed 's/^/| /' conftest.$ac_ext >&5
2390
2391 continue
2392 fi
2393 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2394   cat >conftest.$ac_ext <<_ACEOF
2395 /* confdefs.h.  */
2396 _ACEOF
2397 cat confdefs.h >>conftest.$ac_ext
2398 cat >>conftest.$ac_ext <<_ACEOF
2399 /* end confdefs.h.  */
2400 $ac_declaration
2401 int
2402 main ()
2403 {
2404 exit (42);
2405   ;
2406   return 0;
2407 }
2408 _ACEOF
2409 rm -f conftest.$ac_objext
2410 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2411   (eval $ac_compile) 2>conftest.er1
2412   ac_status=$?
2413   grep -v '^ *+' conftest.er1 >conftest.err
2414   rm -f conftest.er1
2415   cat conftest.err >&5
2416   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2417   (exit $ac_status); } &&
2418          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2419   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2420   (eval $ac_try) 2>&5
2421   ac_status=$?
2422   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2423   (exit $ac_status); }; } &&
2424          { ac_try='test -s conftest.$ac_objext'
2425   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2426   (eval $ac_try) 2>&5
2427   ac_status=$?
2428   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2429   (exit $ac_status); }; }; then
2430   break
2431 else
2432   echo "$as_me: failed program was:" >&5
2433 sed 's/^/| /' conftest.$ac_ext >&5
2434
2435 fi
2436 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2437 done
2438 rm -f conftest*
2439 if test -n "$ac_declaration"; then
2440   echo '#ifdef __cplusplus' >>confdefs.h
2441   echo $ac_declaration      >>confdefs.h
2442   echo '#endif'             >>confdefs.h
2443 fi
2444
2445 else
2446   echo "$as_me: failed program was:" >&5
2447 sed 's/^/| /' conftest.$ac_ext >&5
2448
2449 fi
2450 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2451 ac_ext=c
2452 ac_cpp='$CPP $CPPFLAGS'
2453 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2454 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2455 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2456
2457 ac_ext=cc
2458 ac_cpp='$CXXCPP $CPPFLAGS'
2459 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2460 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2461 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2462 if test -n "$ac_tool_prefix"; then
2463   for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2464   do
2465     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2466 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2467 echo "$as_me:$LINENO: checking for $ac_word" >&5
2468 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2469 if test "${ac_cv_prog_CXX+set}" = set; then
2470   echo $ECHO_N "(cached) $ECHO_C" >&6
2471 else
2472   if test -n "$CXX"; then
2473   ac_cv_prog_CXX="$CXX" # Let the user override the test.
2474 else
2475 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2476 for as_dir in $PATH
2477 do
2478   IFS=$as_save_IFS
2479   test -z "$as_dir" && as_dir=.
2480   for ac_exec_ext in '' $ac_executable_extensions; do
2481   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2482     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2483     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2484     break 2
2485   fi
2486 done
2487 done
2488
2489 fi
2490 fi
2491 CXX=$ac_cv_prog_CXX
2492 if test -n "$CXX"; then
2493   echo "$as_me:$LINENO: result: $CXX" >&5
2494 echo "${ECHO_T}$CXX" >&6
2495 else
2496   echo "$as_me:$LINENO: result: no" >&5
2497 echo "${ECHO_T}no" >&6
2498 fi
2499
2500     test -n "$CXX" && break
2501   done
2502 fi
2503 if test -z "$CXX"; then
2504   ac_ct_CXX=$CXX
2505   for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2506 do
2507   # Extract the first word of "$ac_prog", so it can be a program name with args.
2508 set dummy $ac_prog; ac_word=$2
2509 echo "$as_me:$LINENO: checking for $ac_word" >&5
2510 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2511 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
2512   echo $ECHO_N "(cached) $ECHO_C" >&6
2513 else
2514   if test -n "$ac_ct_CXX"; then
2515   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2516 else
2517 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2518 for as_dir in $PATH
2519 do
2520   IFS=$as_save_IFS
2521   test -z "$as_dir" && as_dir=.
2522   for ac_exec_ext in '' $ac_executable_extensions; do
2523   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2524     ac_cv_prog_ac_ct_CXX="$ac_prog"
2525     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2526     break 2
2527   fi
2528 done
2529 done
2530
2531 fi
2532 fi
2533 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2534 if test -n "$ac_ct_CXX"; then
2535   echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
2536 echo "${ECHO_T}$ac_ct_CXX" >&6
2537 else
2538   echo "$as_me:$LINENO: result: no" >&5
2539 echo "${ECHO_T}no" >&6
2540 fi
2541
2542   test -n "$ac_ct_CXX" && break
2543 done
2544 test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
2545
2546   CXX=$ac_ct_CXX
2547 fi
2548
2549
2550 # Provide some information about the compiler.
2551 echo "$as_me:$LINENO:" \
2552      "checking for C++ compiler version" >&5
2553 ac_compiler=`set X $ac_compile; echo $2`
2554 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2555   (eval $ac_compiler --version </dev/null >&5) 2>&5
2556   ac_status=$?
2557   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2558   (exit $ac_status); }
2559 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2560   (eval $ac_compiler -v </dev/null >&5) 2>&5
2561   ac_status=$?
2562   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2563   (exit $ac_status); }
2564 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2565   (eval $ac_compiler -V </dev/null >&5) 2>&5
2566   ac_status=$?
2567   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2568   (exit $ac_status); }
2569
2570 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
2571 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
2572 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
2573   echo $ECHO_N "(cached) $ECHO_C" >&6
2574 else
2575   cat >conftest.$ac_ext <<_ACEOF
2576 /* confdefs.h.  */
2577 _ACEOF
2578 cat confdefs.h >>conftest.$ac_ext
2579 cat >>conftest.$ac_ext <<_ACEOF
2580 /* end confdefs.h.  */
2581
2582 int
2583 main ()
2584 {
2585 #ifndef __GNUC__
2586        choke me
2587 #endif
2588
2589   ;
2590   return 0;
2591 }
2592 _ACEOF
2593 rm -f conftest.$ac_objext
2594 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2595   (eval $ac_compile) 2>conftest.er1
2596   ac_status=$?
2597   grep -v '^ *+' conftest.er1 >conftest.err
2598   rm -f conftest.er1
2599   cat conftest.err >&5
2600   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2601   (exit $ac_status); } &&
2602          { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
2603   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2604   (eval $ac_try) 2>&5
2605   ac_status=$?
2606   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2607   (exit $ac_status); }; } &&
2608          { ac_try='test -s conftest.$ac_objext'
2609   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2610   (eval $ac_try) 2>&5
2611   ac_status=$?
2612   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2613   (exit $ac_status); }; }; then
2614   ac_compiler_gnu=yes
2615 else
2616   echo "$as_me: failed program was:" >&5
2617 sed 's/^/| /' conftest.$ac_ext >&5
2618
2619 ac_compiler_gnu=no
2620 fi
2621 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2622 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
2623
2624 fi
2625 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
2626 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
2627 GXX=`test $ac_compiler_gnu = yes && echo yes`
2628 ac_test_CXXFLAGS=${CXXFLAGS+set}
2629 ac_save_CXXFLAGS=$CXXFLAGS
2630 CXXFLAGS="-g"
2631 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
2632 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
2633 if test "${ac_cv_prog_cxx_g+set}" = set; then
2634   echo $ECHO_N "(cached) $ECHO_C" >&6
2635 else
2636   cat >conftest.$ac_ext <<_ACEOF
2637 /* confdefs.h.  */
2638 _ACEOF
2639 cat confdefs.h >>conftest.$ac_ext
2640 cat >>conftest.$ac_ext <<_ACEOF
2641 /* end confdefs.h.  */
2642
2643 int
2644 main ()
2645 {
2646
2647   ;
2648   return 0;
2649 }
2650 _ACEOF
2651 rm -f conftest.$ac_objext
2652 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2653   (eval $ac_compile) 2>conftest.er1
2654   ac_status=$?
2655   grep -v '^ *+' conftest.er1 >conftest.err
2656   rm -f conftest.er1
2657   cat conftest.err >&5
2658   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2659   (exit $ac_status); } &&
2660          { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
2661   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2662   (eval $ac_try) 2>&5
2663   ac_status=$?
2664   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2665   (exit $ac_status); }; } &&
2666          { ac_try='test -s conftest.$ac_objext'
2667   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2668   (eval $ac_try) 2>&5
2669   ac_status=$?
2670   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2671   (exit $ac_status); }; }; then
2672   ac_cv_prog_cxx_g=yes
2673 else
2674   echo "$as_me: failed program was:" >&5
2675 sed 's/^/| /' conftest.$ac_ext >&5
2676
2677 ac_cv_prog_cxx_g=no
2678 fi
2679 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2680 fi
2681 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
2682 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
2683 if test "$ac_test_CXXFLAGS" = set; then
2684   CXXFLAGS=$ac_save_CXXFLAGS
2685 elif test $ac_cv_prog_cxx_g = yes; then
2686   if test "$GXX" = yes; then
2687     CXXFLAGS="-g -O2"
2688   else
2689     CXXFLAGS="-g"
2690   fi
2691 else
2692   if test "$GXX" = yes; then
2693     CXXFLAGS="-O2"
2694   else
2695     CXXFLAGS=
2696   fi
2697 fi
2698 for ac_declaration in \
2699    '' \
2700    'extern "C" void std::exit (int) throw (); using std::exit;' \
2701    'extern "C" void std::exit (int); using std::exit;' \
2702    'extern "C" void exit (int) throw ();' \
2703    'extern "C" void exit (int);' \
2704    'void exit (int);'
2705 do
2706   cat >conftest.$ac_ext <<_ACEOF
2707 /* confdefs.h.  */
2708 _ACEOF
2709 cat confdefs.h >>conftest.$ac_ext
2710 cat >>conftest.$ac_ext <<_ACEOF
2711 /* end confdefs.h.  */
2712 $ac_declaration
2713 #include <stdlib.h>
2714 int
2715 main ()
2716 {
2717 exit (42);
2718   ;
2719   return 0;
2720 }
2721 _ACEOF
2722 rm -f conftest.$ac_objext
2723 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2724   (eval $ac_compile) 2>conftest.er1
2725   ac_status=$?
2726   grep -v '^ *+' conftest.er1 >conftest.err
2727   rm -f conftest.er1
2728   cat conftest.err >&5
2729   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2730   (exit $ac_status); } &&
2731          { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
2732   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2733   (eval $ac_try) 2>&5
2734   ac_status=$?
2735   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2736   (exit $ac_status); }; } &&
2737          { ac_try='test -s conftest.$ac_objext'
2738   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2739   (eval $ac_try) 2>&5
2740   ac_status=$?
2741   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2742   (exit $ac_status); }; }; then
2743   :
2744 else
2745   echo "$as_me: failed program was:" >&5
2746 sed 's/^/| /' conftest.$ac_ext >&5
2747
2748 continue
2749 fi
2750 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2751   cat >conftest.$ac_ext <<_ACEOF
2752 /* confdefs.h.  */
2753 _ACEOF
2754 cat confdefs.h >>conftest.$ac_ext
2755 cat >>conftest.$ac_ext <<_ACEOF
2756 /* end confdefs.h.  */
2757 $ac_declaration
2758 int
2759 main ()
2760 {
2761 exit (42);
2762   ;
2763   return 0;
2764 }
2765 _ACEOF
2766 rm -f conftest.$ac_objext
2767 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2768   (eval $ac_compile) 2>conftest.er1
2769   ac_status=$?
2770   grep -v '^ *+' conftest.er1 >conftest.err
2771   rm -f conftest.er1
2772   cat conftest.err >&5
2773   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2774   (exit $ac_status); } &&
2775          { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
2776   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2777   (eval $ac_try) 2>&5
2778   ac_status=$?
2779   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2780   (exit $ac_status); }; } &&
2781          { ac_try='test -s conftest.$ac_objext'
2782   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2783   (eval $ac_try) 2>&5
2784   ac_status=$?
2785   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2786   (exit $ac_status); }; }; then
2787   break
2788 else
2789   echo "$as_me: failed program was:" >&5
2790 sed 's/^/| /' conftest.$ac_ext >&5
2791
2792 fi
2793 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2794 done
2795 rm -f conftest*
2796 if test -n "$ac_declaration"; then
2797   echo '#ifdef __cplusplus' >>confdefs.h
2798   echo $ac_declaration      >>confdefs.h
2799   echo '#endif'             >>confdefs.h
2800 fi
2801
2802 ac_ext=c
2803 ac_cpp='$CPP $CPPFLAGS'
2804 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2805 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2806 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2807
2808 if test -n "$ac_tool_prefix"; then
2809   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
2810 set dummy ${ac_tool_prefix}cpp; ac_word=$2
2811 echo "$as_me:$LINENO: checking for $ac_word" >&5
2812 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2813 if test "${ac_cv_prog_CPPBIN+set}" = set; then
2814   echo $ECHO_N "(cached) $ECHO_C" >&6
2815 else
2816   if test -n "$CPPBIN"; then
2817   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
2818 else
2819 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2820 for as_dir in $PATH
2821 do
2822   IFS=$as_save_IFS
2823   test -z "$as_dir" && as_dir=.
2824   for ac_exec_ext in '' $ac_executable_extensions; do
2825   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2826     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
2827     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2828     break 2
2829   fi
2830 done
2831 done
2832
2833 fi
2834 fi
2835 CPPBIN=$ac_cv_prog_CPPBIN
2836 if test -n "$CPPBIN"; then
2837   echo "$as_me:$LINENO: result: $CPPBIN" >&5
2838 echo "${ECHO_T}$CPPBIN" >&6
2839 else
2840   echo "$as_me:$LINENO: result: no" >&5
2841 echo "${ECHO_T}no" >&6
2842 fi
2843
2844 fi
2845 if test -z "$ac_cv_prog_CPPBIN"; then
2846   ac_ct_CPPBIN=$CPPBIN
2847   # Extract the first word of "cpp", so it can be a program name with args.
2848 set dummy cpp; ac_word=$2
2849 echo "$as_me:$LINENO: checking for $ac_word" >&5
2850 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2851 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
2852   echo $ECHO_N "(cached) $ECHO_C" >&6
2853 else
2854   if test -n "$ac_ct_CPPBIN"; then
2855   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
2856 else
2857 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2858 for as_dir in $PATH
2859 do
2860   IFS=$as_save_IFS
2861   test -z "$as_dir" && as_dir=.
2862   for ac_exec_ext in '' $ac_executable_extensions; do
2863   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2864     ac_cv_prog_ac_ct_CPPBIN="cpp"
2865     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2866     break 2
2867   fi
2868 done
2869 done
2870
2871   test -z "$ac_cv_prog_ac_ct_CPPBIN" && ac_cv_prog_ac_ct_CPPBIN="cpp"
2872 fi
2873 fi
2874 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
2875 if test -n "$ac_ct_CPPBIN"; then
2876   echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
2877 echo "${ECHO_T}$ac_ct_CPPBIN" >&6
2878 else
2879   echo "$as_me:$LINENO: result: no" >&5
2880 echo "${ECHO_T}no" >&6
2881 fi
2882
2883   CPPBIN=$ac_ct_CPPBIN
2884 else
2885   CPPBIN="$ac_cv_prog_CPPBIN"
2886 fi
2887
2888
2889 echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
2890 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6
2891 if test "${wine_cv_toolsdir+set}" = set; then
2892   echo $ECHO_N "(cached) $ECHO_C" >&6
2893 else
2894   if test -z "$with_wine_tools"; then
2895      if test "$cross_compiling" = "yes"; then
2896        { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
2897 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
2898    { (exit 1); exit 1; }; }
2899      else
2900        wine_cv_toolsdir="\$(TOPOBJDIR)"
2901      fi
2902    elif test -d "$with_wine_tools/tools/winebuild"; then
2903      case $with_wine_tools in
2904        /*) wine_cv_toolsdir="$with_wine_tools" ;;
2905        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
2906      esac
2907    else
2908      { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
2909 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
2910    { (exit 1); exit 1; }; }
2911    fi
2912 fi
2913 echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
2914 echo "${ECHO_T}$wine_cv_toolsdir" >&6
2915 TOOLSDIR=$wine_cv_toolsdir
2916
2917
2918
2919 ac_ext=c
2920 ac_cpp='$CPP $CPPFLAGS'
2921 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2922 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2923 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2924 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
2925 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
2926 # On Suns, sometimes $CPP names a directory.
2927 if test -n "$CPP" && test -d "$CPP"; then
2928   CPP=
2929 fi
2930 if test -z "$CPP"; then
2931   if test "${ac_cv_prog_CPP+set}" = set; then
2932   echo $ECHO_N "(cached) $ECHO_C" >&6
2933 else
2934       # Double quotes because CPP needs to be expanded
2935     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
2936     do
2937       ac_preproc_ok=false
2938 for ac_c_preproc_warn_flag in '' yes
2939 do
2940   # Use a header file that comes with gcc, so configuring glibc
2941   # with a fresh cross-compiler works.
2942   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2943   # <limits.h> exists even on freestanding compilers.
2944   # On the NeXT, cc -E runs the code through the compiler's parser,
2945   # not just through cpp. "Syntax error" is here to catch this case.
2946   cat >conftest.$ac_ext <<_ACEOF
2947 /* confdefs.h.  */
2948 _ACEOF
2949 cat confdefs.h >>conftest.$ac_ext
2950 cat >>conftest.$ac_ext <<_ACEOF
2951 /* end confdefs.h.  */
2952 #ifdef __STDC__
2953 # include <limits.h>
2954 #else
2955 # include <assert.h>
2956 #endif
2957                      Syntax error
2958 _ACEOF
2959 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2960   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2961   ac_status=$?
2962   grep -v '^ *+' conftest.er1 >conftest.err
2963   rm -f conftest.er1
2964   cat conftest.err >&5
2965   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2966   (exit $ac_status); } >/dev/null; then
2967   if test -s conftest.err; then
2968     ac_cpp_err=$ac_c_preproc_warn_flag
2969     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2970   else
2971     ac_cpp_err=
2972   fi
2973 else
2974   ac_cpp_err=yes
2975 fi
2976 if test -z "$ac_cpp_err"; then
2977   :
2978 else
2979   echo "$as_me: failed program was:" >&5
2980 sed 's/^/| /' conftest.$ac_ext >&5
2981
2982   # Broken: fails on valid input.
2983 continue
2984 fi
2985 rm -f conftest.err conftest.$ac_ext
2986
2987   # OK, works on sane cases.  Now check whether non-existent headers
2988   # can be detected and how.
2989   cat >conftest.$ac_ext <<_ACEOF
2990 /* confdefs.h.  */
2991 _ACEOF
2992 cat confdefs.h >>conftest.$ac_ext
2993 cat >>conftest.$ac_ext <<_ACEOF
2994 /* end confdefs.h.  */
2995 #include <ac_nonexistent.h>
2996 _ACEOF
2997 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2998   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2999   ac_status=$?
3000   grep -v '^ *+' conftest.er1 >conftest.err
3001   rm -f conftest.er1
3002   cat conftest.err >&5
3003   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3004   (exit $ac_status); } >/dev/null; then
3005   if test -s conftest.err; then
3006     ac_cpp_err=$ac_c_preproc_warn_flag
3007     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3008   else
3009     ac_cpp_err=
3010   fi
3011 else
3012   ac_cpp_err=yes
3013 fi
3014 if test -z "$ac_cpp_err"; then
3015   # Broken: success on invalid input.
3016 continue
3017 else
3018   echo "$as_me: failed program was:" >&5
3019 sed 's/^/| /' conftest.$ac_ext >&5
3020
3021   # Passes both tests.
3022 ac_preproc_ok=:
3023 break
3024 fi
3025 rm -f conftest.err conftest.$ac_ext
3026
3027 done
3028 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3029 rm -f conftest.err conftest.$ac_ext
3030 if $ac_preproc_ok; then
3031   break
3032 fi
3033
3034     done
3035     ac_cv_prog_CPP=$CPP
3036
3037 fi
3038   CPP=$ac_cv_prog_CPP
3039 else
3040   ac_cv_prog_CPP=$CPP
3041 fi
3042 echo "$as_me:$LINENO: result: $CPP" >&5
3043 echo "${ECHO_T}$CPP" >&6
3044 ac_preproc_ok=false
3045 for ac_c_preproc_warn_flag in '' yes
3046 do
3047   # Use a header file that comes with gcc, so configuring glibc
3048   # with a fresh cross-compiler works.
3049   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3050   # <limits.h> exists even on freestanding compilers.
3051   # On the NeXT, cc -E runs the code through the compiler's parser,
3052   # not just through cpp. "Syntax error" is here to catch this case.
3053   cat >conftest.$ac_ext <<_ACEOF
3054 /* confdefs.h.  */
3055 _ACEOF
3056 cat confdefs.h >>conftest.$ac_ext
3057 cat >>conftest.$ac_ext <<_ACEOF
3058 /* end confdefs.h.  */
3059 #ifdef __STDC__
3060 # include <limits.h>
3061 #else
3062 # include <assert.h>
3063 #endif
3064                      Syntax error
3065 _ACEOF
3066 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3067   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3068   ac_status=$?
3069   grep -v '^ *+' conftest.er1 >conftest.err
3070   rm -f conftest.er1
3071   cat conftest.err >&5
3072   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3073   (exit $ac_status); } >/dev/null; then
3074   if test -s conftest.err; then
3075     ac_cpp_err=$ac_c_preproc_warn_flag
3076     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3077   else
3078     ac_cpp_err=
3079   fi
3080 else
3081   ac_cpp_err=yes
3082 fi
3083 if test -z "$ac_cpp_err"; then
3084   :
3085 else
3086   echo "$as_me: failed program was:" >&5
3087 sed 's/^/| /' conftest.$ac_ext >&5
3088
3089   # Broken: fails on valid input.
3090 continue
3091 fi
3092 rm -f conftest.err conftest.$ac_ext
3093
3094   # OK, works on sane cases.  Now check whether non-existent headers
3095   # can be detected and how.
3096   cat >conftest.$ac_ext <<_ACEOF
3097 /* confdefs.h.  */
3098 _ACEOF
3099 cat confdefs.h >>conftest.$ac_ext
3100 cat >>conftest.$ac_ext <<_ACEOF
3101 /* end confdefs.h.  */
3102 #include <ac_nonexistent.h>
3103 _ACEOF
3104 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3105   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3106   ac_status=$?
3107   grep -v '^ *+' conftest.er1 >conftest.err
3108   rm -f conftest.er1
3109   cat conftest.err >&5
3110   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3111   (exit $ac_status); } >/dev/null; then
3112   if test -s conftest.err; then
3113     ac_cpp_err=$ac_c_preproc_warn_flag
3114     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3115   else
3116     ac_cpp_err=
3117   fi
3118 else
3119   ac_cpp_err=yes
3120 fi
3121 if test -z "$ac_cpp_err"; then
3122   # Broken: success on invalid input.
3123 continue
3124 else
3125   echo "$as_me: failed program was:" >&5
3126 sed 's/^/| /' conftest.$ac_ext >&5
3127
3128   # Passes both tests.
3129 ac_preproc_ok=:
3130 break
3131 fi
3132 rm -f conftest.err conftest.$ac_ext
3133
3134 done
3135 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3136 rm -f conftest.err conftest.$ac_ext
3137 if $ac_preproc_ok; then
3138   :
3139 else
3140   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3141 See \`config.log' for more details." >&5
3142 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3143 See \`config.log' for more details." >&2;}
3144    { (exit 1); exit 1; }; }
3145 fi
3146
3147 ac_ext=c
3148 ac_cpp='$CPP $CPPFLAGS'
3149 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3150 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3151 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3152
3153
3154
3155 if test "x$ac_path_x_has_been_run" != xyes; then
3156   echo "$as_me:$LINENO: checking for X" >&5
3157 echo $ECHO_N "checking for X... $ECHO_C" >&6
3158
3159 ac_path_x_has_been_run=yes
3160
3161 # Check whether --with-x or --without-x was given.
3162 if test "${with_x+set}" = set; then
3163   withval="$with_x"
3164
3165 fi;
3166 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3167 if test "x$with_x" = xno; then
3168   # The user explicitly disabled X.
3169   have_x=disabled
3170 else
3171   if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
3172     # Both variables are already set.
3173     have_x=yes
3174   else
3175     if test "${ac_cv_have_x+set}" = set; then
3176   echo $ECHO_N "(cached) $ECHO_C" >&6
3177 else
3178   # One or both of the vars are not set, and there is no cached value.
3179 ac_x_includes=no ac_x_libraries=no
3180 rm -fr conftest.dir
3181 if mkdir conftest.dir; then
3182   cd conftest.dir
3183   # Make sure to not put "make" in the Imakefile rules, since we grep it out.
3184   cat >Imakefile <<'_ACEOF'
3185 acfindx:
3186         @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
3187 _ACEOF
3188   if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
3189     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3190     eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
3191     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3192     for ac_extension in a so sl; do
3193       if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
3194          test -f $ac_im_libdir/libX11.$ac_extension; then
3195         ac_im_usrlibdir=$ac_im_libdir; break
3196       fi
3197     done
3198     # Screen out bogus values from the imake configuration.  They are
3199     # bogus both because they are the default anyway, and because
3200     # using them would break gcc on systems where it needs fixed includes.
3201     case $ac_im_incroot in
3202         /usr/include) ;;
3203         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3204     esac
3205     case $ac_im_usrlibdir in
3206         /usr/lib | /lib) ;;
3207         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
3208     esac
3209   fi
3210   cd ..
3211   rm -fr conftest.dir
3212 fi
3213
3214 # Standard set of common directories for X headers.
3215 # Check X11 before X11Rn because it is often a symlink to the current release.
3216 ac_x_header_dirs='
3217 /usr/X11/include
3218 /usr/X11R6/include
3219 /usr/X11R5/include
3220 /usr/X11R4/include
3221
3222 /usr/include/X11
3223 /usr/include/X11R6
3224 /usr/include/X11R5
3225 /usr/include/X11R4
3226
3227 /usr/local/X11/include
3228 /usr/local/X11R6/include
3229 /usr/local/X11R5/include
3230 /usr/local/X11R4/include
3231
3232 /usr/local/include/X11
3233 /usr/local/include/X11R6
3234 /usr/local/include/X11R5
3235 /usr/local/include/X11R4
3236
3237 /usr/X386/include
3238 /usr/x386/include
3239 /usr/XFree86/include/X11
3240
3241 /usr/include
3242 /usr/local/include
3243 /usr/unsupported/include
3244 /usr/athena/include
3245 /usr/local/x11r5/include
3246 /usr/lpp/Xamples/include
3247
3248 /usr/openwin/include
3249 /usr/openwin/share/include'
3250
3251 if test "$ac_x_includes" = no; then
3252   # Guess where to find include files, by looking for a specified header file.
3253   # First, try using that file with no special directory specified.
3254   cat >conftest.$ac_ext <<_ACEOF
3255 /* confdefs.h.  */
3256 _ACEOF
3257 cat confdefs.h >>conftest.$ac_ext
3258 cat >>conftest.$ac_ext <<_ACEOF
3259 /* end confdefs.h.  */
3260 #include <X11/Intrinsic.h>
3261 _ACEOF
3262 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3263   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3264   ac_status=$?
3265   grep -v '^ *+' conftest.er1 >conftest.err
3266   rm -f conftest.er1
3267   cat conftest.err >&5
3268   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3269   (exit $ac_status); } >/dev/null; then
3270   if test -s conftest.err; then
3271     ac_cpp_err=$ac_c_preproc_warn_flag
3272     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3273   else
3274     ac_cpp_err=
3275   fi
3276 else
3277   ac_cpp_err=yes
3278 fi
3279 if test -z "$ac_cpp_err"; then
3280   # We can compile using X headers with no special include directory.
3281 ac_x_includes=
3282 else
3283   echo "$as_me: failed program was:" >&5
3284 sed 's/^/| /' conftest.$ac_ext >&5
3285
3286   for ac_dir in $ac_x_header_dirs; do
3287   if test -r "$ac_dir/X11/Intrinsic.h"; then
3288     ac_x_includes=$ac_dir
3289     break
3290   fi
3291 done
3292 fi
3293 rm -f conftest.err conftest.$ac_ext
3294 fi # $ac_x_includes = no
3295
3296 if test "$ac_x_libraries" = no; then
3297   # Check for the libraries.
3298   # See if we find them without any special options.
3299   # Don't add to $LIBS permanently.
3300   ac_save_LIBS=$LIBS
3301   LIBS="-lXt $LIBS"
3302   cat >conftest.$ac_ext <<_ACEOF
3303 /* confdefs.h.  */
3304 _ACEOF
3305 cat confdefs.h >>conftest.$ac_ext
3306 cat >>conftest.$ac_ext <<_ACEOF
3307 /* end confdefs.h.  */
3308 #include <X11/Intrinsic.h>
3309 int
3310 main ()
3311 {
3312 XtMalloc (0)
3313   ;
3314   return 0;
3315 }
3316 _ACEOF
3317 rm -f conftest.$ac_objext conftest$ac_exeext
3318 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3319   (eval $ac_link) 2>conftest.er1
3320   ac_status=$?
3321   grep -v '^ *+' conftest.er1 >conftest.err
3322   rm -f conftest.er1
3323   cat conftest.err >&5
3324   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3325   (exit $ac_status); } &&
3326          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
3327   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3328   (eval $ac_try) 2>&5
3329   ac_status=$?
3330   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3331   (exit $ac_status); }; } &&
3332          { ac_try='test -s conftest$ac_exeext'
3333   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3334   (eval $ac_try) 2>&5
3335   ac_status=$?
3336   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3337   (exit $ac_status); }; }; then
3338   LIBS=$ac_save_LIBS
3339 # We can link X programs with no special library path.
3340 ac_x_libraries=
3341 else
3342   echo "$as_me: failed program was:" >&5
3343 sed 's/^/| /' conftest.$ac_ext >&5
3344
3345 LIBS=$ac_save_LIBS
3346 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
3347 do
3348   # Don't even attempt the hair of trying to link an X program!
3349   for ac_extension in a so sl; do
3350     if test -r $ac_dir/libXt.$ac_extension; then
3351       ac_x_libraries=$ac_dir
3352       break 2
3353     fi
3354   done
3355 done
3356 fi
3357 rm -f conftest.err conftest.$ac_objext \
3358       conftest$ac_exeext conftest.$ac_ext
3359 fi # $ac_x_libraries = no
3360
3361 if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
3362   # Didn't find X anywhere.  Cache the known absence of X.
3363   ac_cv_have_x="have_x=no"
3364 else
3365   # Record where we found X for the cache.
3366   ac_cv_have_x="have_x=yes \
3367                 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
3368 fi
3369 fi
3370
3371   fi
3372   eval "$ac_cv_have_x"
3373 fi # $with_x != no
3374
3375 if test "$have_x" != yes; then
3376   echo "$as_me:$LINENO: result: $have_x" >&5
3377 echo "${ECHO_T}$have_x" >&6
3378   no_x=yes
3379 else
3380   # If each of the values was on the command line, it overrides each guess.
3381   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
3382   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
3383   # Update the cache value to reflect the command line values.
3384   ac_cv_have_x="have_x=yes \
3385                 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
3386   # It might be that x_includes is empty (headers are found in the
3387   # standard search path. Then output the corresponding message
3388   ac_out_x_includes=$x_includes
3389   test "x$x_includes" = x && ac_out_x_includes="in standard search path"
3390   echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
3391 echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
3392 fi
3393
3394 fi
3395 if test "$no_x" = yes; then
3396   # Not all programs may use this symbol, but it does not hurt to define it.
3397
3398 cat >>confdefs.h <<\_ACEOF
3399 #define X_DISPLAY_MISSING 1
3400 _ACEOF
3401
3402   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
3403 else
3404   if test -n "$x_includes"; then
3405     X_CFLAGS="$X_CFLAGS -I$x_includes"
3406   fi
3407
3408   # It would also be nice to do this for all -L options, not just this one.
3409   if test -n "$x_libraries"; then
3410     X_LIBS="$X_LIBS -L$x_libraries"
3411     # For Solaris; some versions of Sun CC require a space after -R and
3412     # others require no space.  Words are not sufficient . . . .
3413     case `(uname -sr) 2>/dev/null` in
3414     "SunOS 5"*)
3415       echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
3416 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
3417       ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
3418       cat >conftest.$ac_ext <<_ACEOF
3419 /* confdefs.h.  */
3420 _ACEOF
3421 cat confdefs.h >>conftest.$ac_ext
3422 cat >>conftest.$ac_ext <<_ACEOF
3423 /* end confdefs.h.  */
3424
3425 int
3426 main ()
3427 {
3428
3429   ;
3430   return 0;
3431 }
3432 _ACEOF
3433 rm -f conftest.$ac_objext conftest$ac_exeext
3434 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3435   (eval $ac_link) 2>conftest.er1
3436   ac_status=$?
3437   grep -v '^ *+' conftest.er1 >conftest.err
3438   rm -f conftest.er1
3439   cat conftest.err >&5
3440   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3441   (exit $ac_status); } &&
3442          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
3443   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3444   (eval $ac_try) 2>&5
3445   ac_status=$?
3446   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3447   (exit $ac_status); }; } &&
3448          { ac_try='test -s conftest$ac_exeext'
3449   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3450   (eval $ac_try) 2>&5
3451   ac_status=$?
3452   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3453   (exit $ac_status); }; }; then
3454   ac_R_nospace=yes
3455 else
3456   echo "$as_me: failed program was:" >&5
3457 sed 's/^/| /' conftest.$ac_ext >&5
3458
3459 ac_R_nospace=no
3460 fi
3461 rm -f conftest.err conftest.$ac_objext \
3462       conftest$ac_exeext conftest.$ac_ext
3463       if test $ac_R_nospace = yes; then
3464         echo "$as_me:$LINENO: result: no" >&5
3465 echo "${ECHO_T}no" >&6
3466         X_LIBS="$X_LIBS -R$x_libraries"
3467       else
3468         LIBS="$ac_xsave_LIBS -R $x_libraries"
3469         cat >conftest.$ac_ext <<_ACEOF
3470 /* confdefs.h.  */
3471 _ACEOF
3472 cat confdefs.h >>conftest.$ac_ext
3473 cat >>conftest.$ac_ext <<_ACEOF
3474 /* end confdefs.h.  */
3475
3476 int
3477 main ()
3478 {
3479
3480   ;
3481   return 0;
3482 }
3483 _ACEOF
3484 rm -f conftest.$ac_objext conftest$ac_exeext
3485 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3486   (eval $ac_link) 2>conftest.er1
3487   ac_status=$?
3488   grep -v '^ *+' conftest.er1 >conftest.err
3489   rm -f conftest.er1
3490   cat conftest.err >&5
3491   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3492   (exit $ac_status); } &&
3493          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
3494   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3495   (eval $ac_try) 2>&5
3496   ac_status=$?
3497   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3498   (exit $ac_status); }; } &&
3499          { ac_try='test -s conftest$ac_exeext'
3500   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3501   (eval $ac_try) 2>&5
3502   ac_status=$?
3503   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3504   (exit $ac_status); }; }; then
3505   ac_R_space=yes
3506 else
3507   echo "$as_me: failed program was:" >&5
3508 sed 's/^/| /' conftest.$ac_ext >&5
3509
3510 ac_R_space=no
3511 fi
3512 rm -f conftest.err conftest.$ac_objext \
3513       conftest$ac_exeext conftest.$ac_ext
3514         if test $ac_R_space = yes; then
3515           echo "$as_me:$LINENO: result: yes" >&5
3516 echo "${ECHO_T}yes" >&6
3517           X_LIBS="$X_LIBS -R $x_libraries"
3518         else
3519           echo "$as_me:$LINENO: result: neither works" >&5
3520 echo "${ECHO_T}neither works" >&6
3521         fi
3522       fi
3523       LIBS=$ac_xsave_LIBS
3524     esac
3525   fi
3526
3527   # Check for system-dependent libraries X programs must link with.
3528   # Do this before checking for the system-independent R6 libraries
3529   # (-lICE), since we may need -lsocket or whatever for X linking.
3530
3531   if test "$ISC" = yes; then
3532     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
3533   else
3534     # Martyn Johnson says this is needed for Ultrix, if the X
3535     # libraries were built with DECnet support.  And Karl Berry says
3536     # the Alpha needs dnet_stub (dnet does not exist).
3537     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
3538     cat >conftest.$ac_ext <<_ACEOF
3539 /* confdefs.h.  */
3540 _ACEOF
3541 cat confdefs.h >>conftest.$ac_ext
3542 cat >>conftest.$ac_ext <<_ACEOF
3543 /* end confdefs.h.  */
3544
3545 /* Override any gcc2 internal prototype to avoid an error.  */
3546 #ifdef __cplusplus
3547 extern "C"
3548 #endif
3549 /* We use char because int might match the return type of a gcc2
3550    builtin and then its argument prototype would still apply.  */
3551 char XOpenDisplay ();
3552 int
3553 main ()
3554 {
3555 XOpenDisplay ();
3556   ;
3557   return 0;
3558 }
3559 _ACEOF
3560 rm -f conftest.$ac_objext conftest$ac_exeext
3561 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3562   (eval $ac_link) 2>conftest.er1
3563   ac_status=$?
3564   grep -v '^ *+' conftest.er1 >conftest.err
3565   rm -f conftest.er1
3566   cat conftest.err >&5
3567   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3568   (exit $ac_status); } &&
3569          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
3570   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3571   (eval $ac_try) 2>&5
3572   ac_status=$?
3573   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3574   (exit $ac_status); }; } &&
3575          { ac_try='test -s conftest$ac_exeext'
3576   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3577   (eval $ac_try) 2>&5
3578   ac_status=$?
3579   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3580   (exit $ac_status); }; }; then
3581   :
3582 else
3583   echo "$as_me: failed program was:" >&5
3584 sed 's/^/| /' conftest.$ac_ext >&5
3585
3586 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
3587 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
3588 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
3589   echo $ECHO_N "(cached) $ECHO_C" >&6
3590 else
3591   ac_check_lib_save_LIBS=$LIBS
3592 LIBS="-ldnet  $LIBS"
3593 cat >conftest.$ac_ext <<_ACEOF
3594 /* confdefs.h.  */
3595 _ACEOF
3596 cat confdefs.h >>conftest.$ac_ext
3597 cat >>conftest.$ac_ext <<_ACEOF
3598 /* end confdefs.h.  */
3599
3600 /* Override any gcc2 internal prototype to avoid an error.  */
3601 #ifdef __cplusplus
3602 extern "C"
3603 #endif
3604 /* We use char because int might match the return type of a gcc2
3605    builtin and then its argument prototype would still apply.  */
3606 char dnet_ntoa ();
3607 int
3608 main ()
3609 {
3610 dnet_ntoa ();
3611   ;
3612   return 0;
3613 }
3614 _ACEOF
3615 rm -f conftest.$ac_objext conftest$ac_exeext
3616 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3617   (eval $ac_link) 2>conftest.er1
3618   ac_status=$?
3619   grep -v '^ *+' conftest.er1 >conftest.err
3620   rm -f conftest.er1
3621   cat conftest.err >&5
3622   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3623   (exit $ac_status); } &&
3624          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
3625   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3626   (eval $ac_try) 2>&5
3627   ac_status=$?
3628   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3629   (exit $ac_status); }; } &&
3630          { ac_try='test -s conftest$ac_exeext'
3631   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3632   (eval $ac_try) 2>&5
3633   ac_status=$?
3634   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3635   (exit $ac_status); }; }; then
3636   ac_cv_lib_dnet_dnet_ntoa=yes
3637 else
3638   echo "$as_me: failed program was:" >&5
3639 sed 's/^/| /' conftest.$ac_ext >&5
3640
3641 ac_cv_lib_dnet_dnet_ntoa=no
3642 fi
3643 rm -f conftest.err conftest.$ac_objext \
3644       conftest$ac_exeext conftest.$ac_ext
3645 LIBS=$ac_check_lib_save_LIBS
3646 fi
3647 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
3648 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
3649 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
3650   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
3651 fi
3652
3653     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
3654       echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
3655 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
3656 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
3657   echo $ECHO_N "(cached) $ECHO_C" >&6
3658 else
3659   ac_check_lib_save_LIBS=$LIBS
3660 LIBS="-ldnet_stub  $LIBS"
3661 cat >conftest.$ac_ext <<_ACEOF
3662 /* confdefs.h.  */
3663 _ACEOF
3664 cat confdefs.h >>conftest.$ac_ext
3665 cat >>conftest.$ac_ext <<_ACEOF
3666 /* end confdefs.h.  */
3667
3668 /* Override any gcc2 internal prototype to avoid an error.  */
3669 #ifdef __cplusplus
3670 extern "C"
3671 #endif
3672 /* We use char because int might match the return type of a gcc2
3673    builtin and then its argument prototype would still apply.  */
3674 char dnet_ntoa ();
3675 int
3676 main ()
3677 {
3678 dnet_ntoa ();
3679   ;
3680   return 0;
3681 }
3682 _ACEOF
3683 rm -f conftest.$ac_objext conftest$ac_exeext
3684 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3685   (eval $ac_link) 2>conftest.er1
3686   ac_status=$?
3687   grep -v '^ *+' conftest.er1 >conftest.err
3688   rm -f conftest.er1
3689   cat conftest.err >&5
3690   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3691   (exit $ac_status); } &&
3692          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
3693   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3694   (eval $ac_try) 2>&5
3695   ac_status=$?
3696   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3697   (exit $ac_status); }; } &&
3698          { ac_try='test -s conftest$ac_exeext'
3699   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3700   (eval $ac_try) 2>&5
3701   ac_status=$?
3702   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3703   (exit $ac_status); }; }; then
3704   ac_cv_lib_dnet_stub_dnet_ntoa=yes
3705 else
3706   echo "$as_me: failed program was:" >&5
3707 sed 's/^/| /' conftest.$ac_ext >&5
3708
3709 ac_cv_lib_dnet_stub_dnet_ntoa=no
3710 fi
3711 rm -f conftest.err conftest.$ac_objext \
3712       conftest$ac_exeext conftest.$ac_ext
3713 LIBS=$ac_check_lib_save_LIBS
3714 fi
3715 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
3716 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
3717 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
3718   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
3719 fi
3720
3721     fi
3722 fi
3723 rm -f conftest.err conftest.$ac_objext \
3724       conftest$ac_exeext conftest.$ac_ext
3725     LIBS="$ac_xsave_LIBS"
3726
3727     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
3728     # to get the SysV transport functions.
3729     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
3730     # needs -lnsl.
3731     # The nsl library prevents programs from opening the X display
3732     # on Irix 5.2, according to T.E. Dickey.
3733     # The functions gethostbyname, getservbyname, and inet_addr are
3734     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
3735     echo "$as_me:$LINENO: checking for gethostbyname" >&5
3736 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
3737 if test "${ac_cv_func_gethostbyname+set}" = set; then
3738   echo $ECHO_N "(cached) $ECHO_C" >&6
3739 else
3740   cat >conftest.$ac_ext <<_ACEOF
3741 /* confdefs.h.  */
3742 _ACEOF
3743 cat confdefs.h >>conftest.$ac_ext
3744 cat >>conftest.$ac_ext <<_ACEOF
3745 /* end confdefs.h.  */
3746 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
3747    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
3748 #define gethostbyname innocuous_gethostbyname
3749
3750 /* System header to define __stub macros and hopefully few prototypes,
3751     which can conflict with char gethostbyname (); below.
3752     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3753     <limits.h> exists even on freestanding compilers.  */
3754
3755 #ifdef __STDC__
3756 # include <limits.h>
3757 #else
3758 # include <assert.h>
3759 #endif
3760
3761 #undef gethostbyname
3762
3763 /* Override any gcc2 internal prototype to avoid an error.  */
3764 #ifdef __cplusplus
3765 extern "C"
3766 {
3767 #endif
3768 /* We use char because int might match the return type of a gcc2
3769    builtin and then its argument prototype would still apply.  */
3770 char gethostbyname ();
3771 /* The GNU C library defines this for functions which it implements
3772     to always fail with ENOSYS.  Some functions are actually named
3773     something starting with __ and the normal name is an alias.  */
3774 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
3775 choke me
3776 #else
3777 char (*f) () = gethostbyname;
3778 #endif
3779 #ifdef __cplusplus
3780 }
3781 #endif
3782
3783 int
3784 main ()
3785 {
3786 return f != gethostbyname;
3787   ;
3788   return 0;
3789 }
3790 _ACEOF
3791 rm -f conftest.$ac_objext conftest$ac_exeext
3792 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3793   (eval $ac_link) 2>conftest.er1
3794   ac_status=$?
3795   grep -v '^ *+' conftest.er1 >conftest.err
3796   rm -f conftest.er1
3797   cat conftest.err >&5
3798   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3799   (exit $ac_status); } &&
3800          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
3801   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3802   (eval $ac_try) 2>&5
3803   ac_status=$?
3804   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3805   (exit $ac_status); }; } &&
3806          { ac_try='test -s conftest$ac_exeext'
3807   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3808   (eval $ac_try) 2>&5
3809   ac_status=$?
3810   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3811   (exit $ac_status); }; }; then
3812   ac_cv_func_gethostbyname=yes
3813 else
3814   echo "$as_me: failed program was:" >&5
3815 sed 's/^/| /' conftest.$ac_ext >&5
3816
3817 ac_cv_func_gethostbyname=no
3818 fi
3819 rm -f conftest.err conftest.$ac_objext \
3820       conftest$ac_exeext conftest.$ac_ext
3821 fi
3822 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
3823 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
3824
3825     if test $ac_cv_func_gethostbyname = no; then
3826       echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
3827 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
3828 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
3829   echo $ECHO_N "(cached) $ECHO_C" >&6
3830 else
3831   ac_check_lib_save_LIBS=$LIBS
3832 LIBS="-lnsl  $LIBS"
3833 cat >conftest.$ac_ext <<_ACEOF
3834 /* confdefs.h.  */
3835 _ACEOF
3836 cat confdefs.h >>conftest.$ac_ext
3837 cat >>conftest.$ac_ext <<_ACEOF
3838 /* end confdefs.h.  */
3839
3840 /* Override any gcc2 internal prototype to avoid an error.  */
3841 #ifdef __cplusplus
3842 extern "C"
3843 #endif
3844 /* We use char because int might match the return type of a gcc2
3845    builtin and then its argument prototype would still apply.  */
3846 char gethostbyname ();
3847 int
3848 main ()
3849 {
3850 gethostbyname ();
3851   ;
3852   return 0;
3853 }
3854 _ACEOF
3855 rm -f conftest.$ac_objext conftest$ac_exeext
3856 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3857   (eval $ac_link) 2>conftest.er1
3858   ac_status=$?
3859   grep -v '^ *+' conftest.er1 >conftest.err
3860   rm -f conftest.er1
3861   cat conftest.err >&5
3862   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3863   (exit $ac_status); } &&
3864          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
3865   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3866   (eval $ac_try) 2>&5
3867   ac_status=$?
3868   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3869   (exit $ac_status); }; } &&
3870          { ac_try='test -s conftest$ac_exeext'
3871   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3872   (eval $ac_try) 2>&5
3873   ac_status=$?
3874   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3875   (exit $ac_status); }; }; then
3876   ac_cv_lib_nsl_gethostbyname=yes
3877 else
3878   echo "$as_me: failed program was:" >&5
3879 sed 's/^/| /' conftest.$ac_ext >&5
3880
3881 ac_cv_lib_nsl_gethostbyname=no
3882 fi
3883 rm -f conftest.err conftest.$ac_objext \
3884       conftest$ac_exeext conftest.$ac_ext
3885 LIBS=$ac_check_lib_save_LIBS
3886 fi
3887 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
3888 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
3889 if test $ac_cv_lib_nsl_gethostbyname = yes; then
3890   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
3891 fi
3892
3893       if test $ac_cv_lib_nsl_gethostbyname = no; then
3894         echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
3895 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
3896 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
3897   echo $ECHO_N "(cached) $ECHO_C" >&6
3898 else
3899   ac_check_lib_save_LIBS=$LIBS
3900 LIBS="-lbsd  $LIBS"
3901 cat >conftest.$ac_ext <<_ACEOF
3902 /* confdefs.h.  */
3903 _ACEOF
3904 cat confdefs.h >>conftest.$ac_ext
3905 cat >>conftest.$ac_ext <<_ACEOF
3906 /* end confdefs.h.  */
3907
3908 /* Override any gcc2 internal prototype to avoid an error.  */
3909 #ifdef __cplusplus
3910 extern "C"
3911 #endif
3912 /* We use char because int might match the return type of a gcc2
3913    builtin and then its argument prototype would still apply.  */
3914 char gethostbyname ();
3915 int
3916 main ()
3917 {
3918 gethostbyname ();
3919   ;
3920   return 0;
3921 }
3922 _ACEOF
3923 rm -f conftest.$ac_objext conftest$ac_exeext
3924 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3925   (eval $ac_link) 2>conftest.er1
3926   ac_status=$?
3927   grep -v '^ *+' conftest.er1 >conftest.err
3928   rm -f conftest.er1
3929   cat conftest.err >&5
3930   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3931   (exit $ac_status); } &&
3932          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
3933   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3934   (eval $ac_try) 2>&5
3935   ac_status=$?
3936   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3937   (exit $ac_status); }; } &&
3938          { ac_try='test -s conftest$ac_exeext'
3939   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3940   (eval $ac_try) 2>&5
3941   ac_status=$?
3942   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3943   (exit $ac_status); }; }; then
3944   ac_cv_lib_bsd_gethostbyname=yes
3945 else
3946   echo "$as_me: failed program was:" >&5
3947 sed 's/^/| /' conftest.$ac_ext >&5
3948
3949 ac_cv_lib_bsd_gethostbyname=no
3950 fi
3951 rm -f conftest.err conftest.$ac_objext \
3952       conftest$ac_exeext conftest.$ac_ext
3953 LIBS=$ac_check_lib_save_LIBS
3954 fi
3955 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
3956 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
3957 if test $ac_cv_lib_bsd_gethostbyname = yes; then
3958   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
3959 fi
3960
3961       fi
3962     fi
3963
3964     # lieder@skyler.mavd.honeywell.com says without -lsocket,
3965     # socket/setsockopt and other routines are undefined under SCO ODT
3966     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
3967     # on later versions), says Simon Leinen: it contains gethostby*
3968     # variants that don't use the name server (or something).  -lsocket
3969     # must be given before -lnsl if both are needed.  We assume that
3970     # if connect needs -lnsl, so does gethostbyname.
3971     echo "$as_me:$LINENO: checking for connect" >&5
3972 echo $ECHO_N "checking for connect... $ECHO_C" >&6
3973 if test "${ac_cv_func_connect+set}" = set; then
3974   echo $ECHO_N "(cached) $ECHO_C" >&6
3975 else
3976   cat >conftest.$ac_ext <<_ACEOF
3977 /* confdefs.h.  */
3978 _ACEOF
3979 cat confdefs.h >>conftest.$ac_ext
3980 cat >>conftest.$ac_ext <<_ACEOF
3981 /* end confdefs.h.  */
3982 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
3983    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
3984 #define connect innocuous_connect
3985
3986 /* System header to define __stub macros and hopefully few prototypes,
3987     which can conflict with char connect (); below.
3988     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3989     <limits.h> exists even on freestanding compilers.  */
3990
3991 #ifdef __STDC__
3992 # include <limits.h>
3993 #else
3994 # include <assert.h>
3995 #endif
3996
3997 #undef connect
3998
3999 /* Override any gcc2 internal prototype to avoid an error.  */
4000 #ifdef __cplusplus
4001 extern "C"
4002 {
4003 #endif
4004 /* We use char because int might match the return type of a gcc2
4005    builtin and then its argument prototype would still apply.  */
4006 char connect ();
4007 /* The GNU C library defines this for functions which it implements
4008     to always fail with ENOSYS.  Some functions are actually named
4009     something starting with __ and the normal name is an alias.  */
4010 #if defined (__stub_connect) || defined (__stub___connect)
4011 choke me
4012 #else
4013 char (*f) () = connect;
4014 #endif
4015 #ifdef __cplusplus
4016 }
4017 #endif
4018
4019 int
4020 main ()
4021 {
4022 return f != connect;
4023   ;
4024   return 0;
4025 }
4026 _ACEOF
4027 rm -f conftest.$ac_objext conftest$ac_exeext
4028 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4029   (eval $ac_link) 2>conftest.er1
4030   ac_status=$?
4031   grep -v '^ *+' conftest.er1 >conftest.err
4032   rm -f conftest.er1
4033   cat conftest.err >&5
4034   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4035   (exit $ac_status); } &&
4036          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
4037   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4038   (eval $ac_try) 2>&5
4039   ac_status=$?
4040   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4041   (exit $ac_status); }; } &&
4042          { ac_try='test -s conftest$ac_exeext'
4043   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4044   (eval $ac_try) 2>&5
4045   ac_status=$?
4046   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4047   (exit $ac_status); }; }; then
4048   ac_cv_func_connect=yes
4049 else
4050   echo "$as_me: failed program was:" >&5
4051 sed 's/^/| /' conftest.$ac_ext >&5
4052
4053 ac_cv_func_connect=no
4054 fi
4055 rm -f conftest.err conftest.$ac_objext \
4056       conftest$ac_exeext conftest.$ac_ext
4057 fi
4058 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4059 echo "${ECHO_T}$ac_cv_func_connect" >&6
4060
4061     if test $ac_cv_func_connect = no; then
4062       echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4063 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
4064 if test "${ac_cv_lib_socket_connect+set}" = set; then
4065   echo $ECHO_N "(cached) $ECHO_C" >&6
4066 else
4067   ac_check_lib_save_LIBS=$LIBS
4068 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4069 cat >conftest.$ac_ext <<_ACEOF
4070 /* confdefs.h.  */
4071 _ACEOF
4072 cat confdefs.h >>conftest.$ac_ext
4073 cat >>conftest.$ac_ext <<_ACEOF
4074 /* end confdefs.h.  */
4075
4076 /* Override any gcc2 internal prototype to avoid an error.  */
4077 #ifdef __cplusplus
4078 extern "C"
4079 #endif
4080 /* We use char because int might match the return type of a gcc2
4081    builtin and then its argument prototype would still apply.  */
4082 char connect ();
4083 int
4084 main ()
4085 {
4086 connect ();
4087   ;
4088   return 0;
4089 }
4090 _ACEOF
4091 rm -f conftest.$ac_objext conftest$ac_exeext
4092 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4093   (eval $ac_link) 2>conftest.er1
4094   ac_status=$?
4095   grep -v '^ *+' conftest.er1 >conftest.err
4096   rm -f conftest.er1
4097   cat conftest.err >&5
4098   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4099   (exit $ac_status); } &&
4100          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
4101   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4102   (eval $ac_try) 2>&5
4103   ac_status=$?
4104   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4105   (exit $ac_status); }; } &&
4106          { ac_try='test -s conftest$ac_exeext'
4107   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4108   (eval $ac_try) 2>&5
4109   ac_status=$?
4110   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4111   (exit $ac_status); }; }; then
4112   ac_cv_lib_socket_connect=yes
4113 else
4114   echo "$as_me: failed program was:" >&5
4115 sed 's/^/| /' conftest.$ac_ext >&5
4116
4117 ac_cv_lib_socket_connect=no
4118 fi
4119 rm -f conftest.err conftest.$ac_objext \
4120       conftest$ac_exeext conftest.$ac_ext
4121 LIBS=$ac_check_lib_save_LIBS
4122 fi
4123 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4124 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
4125 if test $ac_cv_lib_socket_connect = yes; then
4126   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4127 fi
4128
4129     fi
4130
4131     # Guillermo Gomez says -lposix is necessary on A/UX.
4132     echo "$as_me:$LINENO: checking for remove" >&5
4133 echo $ECHO_N "checking for remove... $ECHO_C" >&6
4134 if test "${ac_cv_func_remove+set}" = set; then
4135   echo $ECHO_N "(cached) $ECHO_C" >&6
4136 else
4137   cat >conftest.$ac_ext <<_ACEOF
4138 /* confdefs.h.  */
4139 _ACEOF
4140 cat confdefs.h >>conftest.$ac_ext
4141 cat >>conftest.$ac_ext <<_ACEOF
4142 /* end confdefs.h.  */
4143 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4144    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4145 #define remove innocuous_remove
4146
4147 /* System header to define __stub macros and hopefully few prototypes,
4148     which can conflict with char remove (); below.
4149     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4150     <limits.h> exists even on freestanding compilers.  */
4151
4152 #ifdef __STDC__
4153 # include <limits.h>
4154 #else
4155 # include <assert.h>
4156 #endif
4157
4158 #undef remove
4159
4160 /* Override any gcc2 internal prototype to avoid an error.  */
4161 #ifdef __cplusplus
4162 extern "C"
4163 {
4164 #endif
4165 /* We use char because int might match the return type of a gcc2
4166    builtin and then its argument prototype would still apply.  */
4167 char remove ();
4168 /* The GNU C library defines this for functions which it implements
4169     to always fail with ENOSYS.  Some functions are actually named
4170     something starting with __ and the normal name is an alias.  */
4171 #if defined (__stub_remove) || defined (__stub___remove)
4172 choke me
4173 #else
4174 char (*f) () = remove;
4175 #endif
4176 #ifdef __cplusplus
4177 }
4178 #endif
4179
4180 int
4181 main ()
4182 {
4183 return f != remove;
4184   ;
4185   return 0;
4186 }
4187 _ACEOF
4188 rm -f conftest.$ac_objext conftest$ac_exeext
4189 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4190   (eval $ac_link) 2>conftest.er1
4191   ac_status=$?
4192   grep -v '^ *+' conftest.er1 >conftest.err
4193   rm -f conftest.er1
4194   cat conftest.err >&5
4195   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4196   (exit $ac_status); } &&
4197          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
4198   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4199   (eval $ac_try) 2>&5
4200   ac_status=$?
4201   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4202   (exit $ac_status); }; } &&
4203          { ac_try='test -s conftest$ac_exeext'
4204   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4205   (eval $ac_try) 2>&5
4206   ac_status=$?
4207   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4208   (exit $ac_status); }; }; then
4209   ac_cv_func_remove=yes
4210 else
4211   echo "$as_me: failed program was:" >&5
4212 sed 's/^/| /' conftest.$ac_ext >&5
4213
4214 ac_cv_func_remove=no
4215 fi
4216 rm -f conftest.err conftest.$ac_objext \
4217       conftest$ac_exeext conftest.$ac_ext
4218 fi
4219 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4220 echo "${ECHO_T}$ac_cv_func_remove" >&6
4221
4222     if test $ac_cv_func_remove = no; then
4223       echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4224 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
4225 if test "${ac_cv_lib_posix_remove+set}" = set; then
4226   echo $ECHO_N "(cached) $ECHO_C" >&6
4227 else
4228   ac_check_lib_save_LIBS=$LIBS
4229 LIBS="-lposix  $LIBS"
4230 cat >conftest.$ac_ext <<_ACEOF
4231 /* confdefs.h.  */
4232 _ACEOF
4233 cat confdefs.h >>conftest.$ac_ext
4234 cat >>conftest.$ac_ext <<_ACEOF
4235 /* end confdefs.h.  */
4236
4237 /* Override any gcc2 internal prototype to avoid an error.  */
4238 #ifdef __cplusplus
4239 extern "C"
4240 #endif
4241 /* We use char because int might match the return type of a gcc2
4242    builtin and then its argument prototype would still apply.  */
4243 char remove ();
4244 int
4245 main ()
4246 {
4247 remove ();
4248   ;
4249   return 0;
4250 }
4251 _ACEOF
4252 rm -f conftest.$ac_objext conftest$ac_exeext
4253 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4254   (eval $ac_link) 2>conftest.er1
4255   ac_status=$?
4256   grep -v '^ *+' conftest.er1 >conftest.err
4257   rm -f conftest.er1
4258   cat conftest.err >&5
4259   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4260   (exit $ac_status); } &&
4261          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
4262   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4263   (eval $ac_try) 2>&5
4264   ac_status=$?
4265   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4266   (exit $ac_status); }; } &&
4267          { ac_try='test -s conftest$ac_exeext'
4268   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4269   (eval $ac_try) 2>&5
4270   ac_status=$?
4271   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4272   (exit $ac_status); }; }; then
4273   ac_cv_lib_posix_remove=yes
4274 else
4275   echo "$as_me: failed program was:" >&5
4276 sed 's/^/| /' conftest.$ac_ext >&5
4277
4278 ac_cv_lib_posix_remove=no
4279 fi
4280 rm -f conftest.err conftest.$ac_objext \
4281       conftest$ac_exeext conftest.$ac_ext
4282 LIBS=$ac_check_lib_save_LIBS
4283 fi
4284 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
4285 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
4286 if test $ac_cv_lib_posix_remove = yes; then
4287   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
4288 fi
4289
4290     fi
4291
4292     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
4293     echo "$as_me:$LINENO: checking for shmat" >&5
4294 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
4295 if test "${ac_cv_func_shmat+set}" = set; then
4296   echo $ECHO_N "(cached) $ECHO_C" >&6
4297 else
4298   cat >conftest.$ac_ext <<_ACEOF
4299 /* confdefs.h.  */
4300 _ACEOF
4301 cat confdefs.h >>conftest.$ac_ext
4302 cat >>conftest.$ac_ext <<_ACEOF
4303 /* end confdefs.h.  */
4304 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
4305    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4306 #define shmat innocuous_shmat
4307
4308 /* System header to define __stub macros and hopefully few prototypes,
4309     which can conflict with char shmat (); below.
4310     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4311     <limits.h> exists even on freestanding compilers.  */
4312
4313 #ifdef __STDC__
4314 # include <limits.h>
4315 #else
4316 # include <assert.h>
4317 #endif
4318
4319 #undef shmat
4320
4321 /* Override any gcc2 internal prototype to avoid an error.  */
4322 #ifdef __cplusplus
4323 extern "C"
4324 {
4325 #endif
4326 /* We use char because int might match the return type of a gcc2
4327    builtin and then its argument prototype would still apply.  */
4328 char shmat ();
4329 /* The GNU C library defines this for functions which it implements
4330     to always fail with ENOSYS.  Some functions are actually named
4331     something starting with __ and the normal name is an alias.  */
4332 #if defined (__stub_shmat) || defined (__stub___shmat)
4333 choke me
4334 #else
4335 char (*f) () = shmat;
4336 #endif
4337 #ifdef __cplusplus
4338 }
4339 #endif
4340
4341 int
4342 main ()
4343 {
4344 return f != shmat;
4345   ;
4346   return 0;
4347 }
4348 _ACEOF
4349 rm -f conftest.$ac_objext conftest$ac_exeext
4350 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4351   (eval $ac_link) 2>conftest.er1
4352   ac_status=$?
4353   grep -v '^ *+' conftest.er1 >conftest.err
4354   rm -f conftest.er1
4355   cat conftest.err >&5
4356   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4357   (exit $ac_status); } &&
4358          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
4359   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4360   (eval $ac_try) 2>&5
4361   ac_status=$?
4362   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4363   (exit $ac_status); }; } &&
4364          { ac_try='test -s conftest$ac_exeext'
4365   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4366   (eval $ac_try) 2>&5
4367   ac_status=$?
4368   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4369   (exit $ac_status); }; }; then
4370   ac_cv_func_shmat=yes
4371 else
4372   echo "$as_me: failed program was:" >&5
4373 sed 's/^/| /' conftest.$ac_ext >&5
4374
4375 ac_cv_func_shmat=no
4376 fi
4377 rm -f conftest.err conftest.$ac_objext \
4378       conftest$ac_exeext conftest.$ac_ext
4379 fi
4380 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
4381 echo "${ECHO_T}$ac_cv_func_shmat" >&6
4382
4383     if test $ac_cv_func_shmat = no; then
4384       echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
4385 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
4386 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
4387   echo $ECHO_N "(cached) $ECHO_C" >&6
4388 else
4389   ac_check_lib_save_LIBS=$LIBS
4390 LIBS="-lipc  $LIBS"
4391 cat >conftest.$ac_ext <<_ACEOF
4392 /* confdefs.h.  */
4393 _ACEOF
4394 cat confdefs.h >>conftest.$ac_ext
4395 cat >>conftest.$ac_ext <<_ACEOF
4396 /* end confdefs.h.  */
4397
4398 /* Override any gcc2 internal prototype to avoid an error.  */
4399 #ifdef __cplusplus
4400 extern "C"
4401 #endif
4402 /* We use char because int might match the return type of a gcc2
4403    builtin and then its argument prototype would still apply.  */
4404 char shmat ();
4405 int
4406 main ()
4407 {
4408 shmat ();
4409   ;
4410   return 0;
4411 }
4412 _ACEOF
4413 rm -f conftest.$ac_objext conftest$ac_exeext
4414 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4415   (eval $ac_link) 2>conftest.er1
4416   ac_status=$?
4417   grep -v '^ *+' conftest.er1 >conftest.err
4418   rm -f conftest.er1
4419   cat conftest.err >&5
4420   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4421   (exit $ac_status); } &&
4422          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
4423   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4424   (eval $ac_try) 2>&5
4425   ac_status=$?
4426   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4427   (exit $ac_status); }; } &&
4428          { ac_try='test -s conftest$ac_exeext'
4429   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4430   (eval $ac_try) 2>&5
4431   ac_status=$?
4432   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4433   (exit $ac_status); }; }; then
4434   ac_cv_lib_ipc_shmat=yes
4435 else
4436   echo "$as_me: failed program was:" >&5
4437 sed 's/^/| /' conftest.$ac_ext >&5
4438
4439 ac_cv_lib_ipc_shmat=no
4440 fi
4441 rm -f conftest.err conftest.$ac_objext \
4442       conftest$ac_exeext conftest.$ac_ext
4443 LIBS=$ac_check_lib_save_LIBS
4444 fi
4445 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
4446 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
4447 if test $ac_cv_lib_ipc_shmat = yes; then
4448   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
4449 fi
4450
4451     fi
4452   fi
4453
4454   # Check for libraries that X11R6 Xt/Xaw programs need.
4455   ac_save_LDFLAGS=$LDFLAGS
4456   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
4457   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
4458   # check for ICE first), but we must link in the order -lSM -lICE or
4459   # we get undefined symbols.  So assume we have SM if we have ICE.
4460   # These have to be linked with before -lX11, unlike the other
4461   # libraries we check for below, so use a different variable.
4462   # John Interrante, Karl Berry
4463   echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
4464 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
4465 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
4466   echo $ECHO_N "(cached) $ECHO_C" >&6
4467 else
4468   ac_check_lib_save_LIBS=$LIBS
4469 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
4470 cat >conftest.$ac_ext <<_ACEOF
4471 /* confdefs.h.  */
4472 _ACEOF
4473 cat confdefs.h >>conftest.$ac_ext
4474 cat >>conftest.$ac_ext <<_ACEOF
4475 /* end confdefs.h.  */
4476
4477 /* Override any gcc2 internal prototype to avoid an error.  */
4478 #ifdef __cplusplus
4479 extern "C"
4480 #endif
4481 /* We use char because int might match the return type of a gcc2
4482    builtin and then its argument prototype would still apply.  */
4483 char IceConnectionNumber ();
4484 int
4485 main ()
4486 {
4487 IceConnectionNumber ();
4488   ;
4489   return 0;
4490 }
4491 _ACEOF
4492 rm -f conftest.$ac_objext conftest$ac_exeext
4493 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4494   (eval $ac_link) 2>conftest.er1
4495   ac_status=$?
4496   grep -v '^ *+' conftest.er1 >conftest.err
4497   rm -f conftest.er1
4498   cat conftest.err >&5
4499   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4500   (exit $ac_status); } &&
4501          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
4502   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4503   (eval $ac_try) 2>&5
4504   ac_status=$?
4505   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4506   (exit $ac_status); }; } &&
4507          { ac_try='test -s conftest$ac_exeext'
4508   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4509   (eval $ac_try) 2>&5
4510   ac_status=$?
4511   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4512   (exit $ac_status); }; }; then
4513   ac_cv_lib_ICE_IceConnectionNumber=yes
4514 else
4515   echo "$as_me: failed program was:" >&5
4516 sed 's/^/| /' conftest.$ac_ext >&5
4517
4518 ac_cv_lib_ICE_IceConnectionNumber=no
4519 fi
4520 rm -f conftest.err conftest.$ac_objext \
4521       conftest$ac_exeext conftest.$ac_ext
4522 LIBS=$ac_check_lib_save_LIBS
4523 fi
4524 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
4525 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
4526 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
4527   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
4528 fi
4529
4530   LDFLAGS=$ac_save_LDFLAGS
4531
4532 fi
4533
4534 for ac_prog in flex lex
4535 do
4536   # Extract the first word of "$ac_prog", so it can be a program name with args.
4537 set dummy $ac_prog; ac_word=$2
4538 echo "$as_me:$LINENO: checking for $ac_word" >&5
4539 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4540 if test "${ac_cv_prog_LEX+set}" = set; then
4541   echo $ECHO_N "(cached) $ECHO_C" >&6
4542 else
4543   if test -n "$LEX"; then
4544   ac_cv_prog_LEX="$LEX" # Let the user override the test.
4545 else
4546 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4547 for as_dir in $PATH
4548 do
4549   IFS=$as_save_IFS
4550   test -z "$as_dir" && as_dir=.
4551   for ac_exec_ext in '' $ac_executable_extensions; do
4552   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4553     ac_cv_prog_LEX="$ac_prog"
4554     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4555     break 2
4556   fi
4557 done
4558 done
4559
4560 fi
4561 fi
4562 LEX=$ac_cv_prog_LEX
4563 if test -n "$LEX"; then
4564   echo "$as_me:$LINENO: result: $LEX" >&5
4565 echo "${ECHO_T}$LEX" >&6
4566 else
4567   echo "$as_me:$LINENO: result: no" >&5
4568 echo "${ECHO_T}no" >&6
4569 fi
4570
4571   test -n "$LEX" && break
4572 done
4573 test -n "$LEX" || LEX=":"
4574
4575 if test -z "$LEXLIB"
4576 then
4577   echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
4578 echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
4579 if test "${ac_cv_lib_fl_yywrap+set}" = set; then
4580   echo $ECHO_N "(cached) $ECHO_C" >&6
4581 else
4582   ac_check_lib_save_LIBS=$LIBS
4583 LIBS="-lfl  $LIBS"
4584 cat >conftest.$ac_ext <<_ACEOF
4585 /* confdefs.h.  */
4586 _ACEOF
4587 cat confdefs.h >>conftest.$ac_ext
4588 cat >>conftest.$ac_ext <<_ACEOF
4589 /* end confdefs.h.  */
4590
4591 /* Override any gcc2 internal prototype to avoid an error.  */
4592 #ifdef __cplusplus
4593 extern "C"
4594 #endif
4595 /* We use char because int might match the return type of a gcc2
4596    builtin and then its argument prototype would still apply.  */
4597 char yywrap ();
4598 int
4599 main ()
4600 {
4601 yywrap ();
4602   ;
4603   return 0;
4604 }
4605 _ACEOF
4606 rm -f conftest.$ac_objext conftest$ac_exeext
4607 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4608   (eval $ac_link) 2>conftest.er1
4609   ac_status=$?
4610   grep -v '^ *+' conftest.er1 >conftest.err
4611   rm -f conftest.er1
4612   cat conftest.err >&5
4613   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4614   (exit $ac_status); } &&
4615          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
4616   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4617   (eval $ac_try) 2>&5
4618   ac_status=$?
4619   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4620   (exit $ac_status); }; } &&
4621          { ac_try='test -s conftest$ac_exeext'
4622   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4623   (eval $ac_try) 2>&5
4624   ac_status=$?
4625   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4626   (exit $ac_status); }; }; then
4627   ac_cv_lib_fl_yywrap=yes
4628 else
4629   echo "$as_me: failed program was:" >&5
4630 sed 's/^/| /' conftest.$ac_ext >&5
4631
4632 ac_cv_lib_fl_yywrap=no
4633 fi
4634 rm -f conftest.err conftest.$ac_objext \
4635       conftest$ac_exeext conftest.$ac_ext
4636 LIBS=$ac_check_lib_save_LIBS
4637 fi
4638 echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
4639 echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
4640 if test $ac_cv_lib_fl_yywrap = yes; then
4641   LEXLIB="-lfl"
4642 else
4643   echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
4644 echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
4645 if test "${ac_cv_lib_l_yywrap+set}" = set; then
4646   echo $ECHO_N "(cached) $ECHO_C" >&6
4647 else
4648   ac_check_lib_save_LIBS=$LIBS
4649 LIBS="-ll  $LIBS"
4650 cat >conftest.$ac_ext <<_ACEOF
4651 /* confdefs.h.  */
4652 _ACEOF
4653 cat confdefs.h >>conftest.$ac_ext
4654 cat >>conftest.$ac_ext <<_ACEOF
4655 /* end confdefs.h.  */
4656
4657 /* Override any gcc2 internal prototype to avoid an error.  */
4658 #ifdef __cplusplus
4659 extern "C"
4660 #endif
4661 /* We use char because int might match the return type of a gcc2
4662    builtin and then its argument prototype would still apply.  */
4663 char yywrap ();
4664 int
4665 main ()
4666 {
4667 yywrap ();
4668   ;
4669   return 0;
4670 }
4671 _ACEOF
4672 rm -f conftest.$ac_objext conftest$ac_exeext
4673 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4674   (eval $ac_link) 2>conftest.er1
4675   ac_status=$?
4676   grep -v '^ *+' conftest.er1 >conftest.err
4677   rm -f conftest.er1
4678   cat conftest.err >&5
4679   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4680   (exit $ac_status); } &&
4681          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
4682   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4683   (eval $ac_try) 2>&5
4684   ac_status=$?
4685   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4686   (exit $ac_status); }; } &&
4687          { ac_try='test -s conftest$ac_exeext'
4688   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4689   (eval $ac_try) 2>&5
4690   ac_status=$?
4691   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4692   (exit $ac_status); }; }; then
4693   ac_cv_lib_l_yywrap=yes
4694 else
4695   echo "$as_me: failed program was:" >&5
4696 sed 's/^/| /' conftest.$ac_ext >&5
4697
4698 ac_cv_lib_l_yywrap=no
4699 fi
4700 rm -f conftest.err conftest.$ac_objext \
4701       conftest$ac_exeext conftest.$ac_ext
4702 LIBS=$ac_check_lib_save_LIBS
4703 fi
4704 echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
4705 echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
4706 if test $ac_cv_lib_l_yywrap = yes; then
4707   LEXLIB="-ll"
4708 fi
4709
4710 fi
4711
4712 fi
4713
4714 if test "x$LEX" != "x:"; then
4715   echo "$as_me:$LINENO: checking lex output file root" >&5
4716 echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
4717 if test "${ac_cv_prog_lex_root+set}" = set; then
4718   echo $ECHO_N "(cached) $ECHO_C" >&6
4719 else
4720   # The minimal lex program is just a single line: %%.  But some broken lexes
4721 # (Solaris, I think it was) want two %% lines, so accommodate them.
4722 cat >conftest.l <<_ACEOF
4723 %%
4724 %%
4725 _ACEOF
4726 { (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
4727   (eval $LEX conftest.l) 2>&5
4728   ac_status=$?
4729   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4730   (exit $ac_status); }
4731 if test -f lex.yy.c; then
4732   ac_cv_prog_lex_root=lex.yy
4733 elif test -f lexyy.c; then
4734   ac_cv_prog_lex_root=lexyy
4735 else
4736   { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
4737 echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
4738    { (exit 1); exit 1; }; }
4739 fi
4740 fi
4741 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
4742 echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
4743 rm -f conftest.l
4744 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
4745
4746 echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
4747 echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
4748 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
4749   echo $ECHO_N "(cached) $ECHO_C" >&6
4750 else
4751   # POSIX says lex can declare yytext either as a pointer or an array; the
4752 # default is implementation-dependent. Figure out which it is, since
4753 # not all implementations provide the %pointer and %array declarations.
4754 ac_cv_prog_lex_yytext_pointer=no
4755 echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
4756 ac_save_LIBS=$LIBS
4757 LIBS="$LIBS $LEXLIB"
4758 cat >conftest.$ac_ext <<_ACEOF
4759 `cat $LEX_OUTPUT_ROOT.c`
4760 _ACEOF
4761 rm -f conftest.$ac_objext conftest$ac_exeext
4762 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4763   (eval $ac_link) 2>conftest.er1
4764   ac_status=$?
4765   grep -v '^ *+' conftest.er1 >conftest.err
4766   rm -f conftest.er1
4767   cat conftest.err >&5
4768   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4769   (exit $ac_status); } &&
4770          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
4771   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4772   (eval $ac_try) 2>&5
4773   ac_status=$?
4774   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4775   (exit $ac_status); }; } &&
4776          { ac_try='test -s conftest$ac_exeext'
4777   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4778   (eval $ac_try) 2>&5
4779   ac_status=$?
4780   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4781   (exit $ac_status); }; }; then
4782   ac_cv_prog_lex_yytext_pointer=yes
4783 else
4784   echo "$as_me: failed program was:" >&5
4785 sed 's/^/| /' conftest.$ac_ext >&5
4786
4787 fi
4788 rm -f conftest.err conftest.$ac_objext \
4789       conftest$ac_exeext conftest.$ac_ext
4790 LIBS=$ac_save_LIBS
4791 rm -f "${LEX_OUTPUT_ROOT}.c"
4792
4793 fi
4794 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
4795 echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
4796 if test $ac_cv_prog_lex_yytext_pointer = yes; then
4797
4798 cat >>confdefs.h <<\_ACEOF
4799 #define YYTEXT_POINTER 1
4800 _ACEOF
4801
4802 fi
4803
4804 fi
4805
4806 for ac_prog in $LEX flex lex
4807 do
4808   # Extract the first word of "$ac_prog", so it can be a program name with args.
4809 set dummy $ac_prog; ac_word=$2
4810 echo "$as_me:$LINENO: checking for $ac_word" >&5
4811 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4812 if test "${ac_cv_prog_XLEX+set}" = set; then
4813   echo $ECHO_N "(cached) $ECHO_C" >&6
4814 else
4815   if test -n "$XLEX"; then
4816   ac_cv_prog_XLEX="$XLEX" # Let the user override the test.
4817 else
4818 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4819 for as_dir in $PATH
4820 do
4821   IFS=$as_save_IFS
4822   test -z "$as_dir" && as_dir=.
4823   for ac_exec_ext in '' $ac_executable_extensions; do
4824   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4825     ac_cv_prog_XLEX="$ac_prog"
4826     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4827     break 2
4828   fi
4829 done
4830 done
4831
4832 fi
4833 fi
4834 XLEX=$ac_cv_prog_XLEX
4835 if test -n "$XLEX"; then
4836   echo "$as_me:$LINENO: result: $XLEX" >&5
4837 echo "${ECHO_T}$XLEX" >&6
4838 else
4839   echo "$as_me:$LINENO: result: no" >&5
4840 echo "${ECHO_T}no" >&6
4841 fi
4842
4843   test -n "$XLEX" && break
4844 done
4845 test -n "$XLEX" || XLEX="none"
4846
4847 if test "$XLEX" = "none"
4848 then
4849   { { echo "$as_me:$LINENO: error: no suitable lex found. Please install the 'flex' package." >&5
4850 echo "$as_me: error: no suitable lex found. Please install the 'flex' package." >&2;}
4851    { (exit 1); exit 1; }; }
4852 fi
4853
4854 for ac_prog in bison
4855 do
4856   # Extract the first word of "$ac_prog", so it can be a program name with args.
4857 set dummy $ac_prog; ac_word=$2
4858 echo "$as_me:$LINENO: checking for $ac_word" >&5
4859 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4860 if test "${ac_cv_prog_BISON+set}" = set; then
4861   echo $ECHO_N "(cached) $ECHO_C" >&6
4862 else
4863   if test -n "$BISON"; then
4864   ac_cv_prog_BISON="$BISON" # Let the user override the test.
4865 else
4866 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4867 for as_dir in $PATH
4868 do
4869   IFS=$as_save_IFS
4870   test -z "$as_dir" && as_dir=.
4871   for ac_exec_ext in '' $ac_executable_extensions; do
4872   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4873     ac_cv_prog_BISON="$ac_prog"
4874     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4875     break 2
4876   fi
4877 done
4878 done
4879
4880 fi
4881 fi
4882 BISON=$ac_cv_prog_BISON
4883 if test -n "$BISON"; then
4884   echo "$as_me:$LINENO: result: $BISON" >&5
4885 echo "${ECHO_T}$BISON" >&6
4886 else
4887   echo "$as_me:$LINENO: result: no" >&5
4888 echo "${ECHO_T}no" >&6
4889 fi
4890
4891   test -n "$BISON" && break
4892 done
4893 test -n "$BISON" || BISON="none"
4894
4895 if test "$BISON" = "none"
4896 then
4897   { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4898 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4899    { (exit 1); exit 1; }; }
4900 fi
4901
4902 if test -n "$ac_tool_prefix"; then
4903   for ac_prog in gas as
4904   do
4905     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4906 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4907 echo "$as_me:$LINENO: checking for $ac_word" >&5
4908 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4909 if test "${ac_cv_prog_AS+set}" = set; then
4910   echo $ECHO_N "(cached) $ECHO_C" >&6
4911 else
4912   if test -n "$AS"; then
4913   ac_cv_prog_AS="$AS" # Let the user override the test.
4914 else
4915 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4916 for as_dir in $PATH
4917 do
4918   IFS=$as_save_IFS
4919   test -z "$as_dir" && as_dir=.
4920   for ac_exec_ext in '' $ac_executable_extensions; do
4921   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4922     ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
4923     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4924     break 2
4925   fi
4926 done
4927 done
4928
4929 fi
4930 fi
4931 AS=$ac_cv_prog_AS
4932 if test -n "$AS"; then
4933   echo "$as_me:$LINENO: result: $AS" >&5
4934 echo "${ECHO_T}$AS" >&6
4935 else
4936   echo "$as_me:$LINENO: result: no" >&5
4937 echo "${ECHO_T}no" >&6
4938 fi
4939
4940     test -n "$AS" && break
4941   done
4942 fi
4943 if test -z "$AS"; then
4944   ac_ct_AS=$AS
4945   for ac_prog in gas as
4946 do
4947   # Extract the first word of "$ac_prog", so it can be a program name with args.
4948 set dummy $ac_prog; ac_word=$2
4949 echo "$as_me:$LINENO: checking for $ac_word" >&5
4950 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4951 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
4952   echo $ECHO_N "(cached) $ECHO_C" >&6
4953 else
4954   if test -n "$ac_ct_AS"; then
4955   ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
4956 else
4957 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4958 for as_dir in $PATH
4959 do
4960   IFS=$as_save_IFS
4961   test -z "$as_dir" && as_dir=.
4962   for ac_exec_ext in '' $ac_executable_extensions; do
4963   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4964     ac_cv_prog_ac_ct_AS="$ac_prog"
4965     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4966     break 2
4967   fi
4968 done
4969 done
4970
4971 fi
4972 fi
4973 ac_ct_AS=$ac_cv_prog_ac_ct_AS
4974 if test -n "$ac_ct_AS"; then
4975   echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
4976 echo "${ECHO_T}$ac_ct_AS" >&6
4977 else
4978   echo "$as_me:$LINENO: result: no" >&5
4979 echo "${ECHO_T}no" >&6
4980 fi
4981
4982   test -n "$ac_ct_AS" && break
4983 done
4984 test -n "$ac_ct_AS" || ac_ct_AS="as"
4985
4986   AS=$ac_ct_AS
4987 fi
4988
4989 if test -n "$ac_tool_prefix"; then
4990   # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4991 set dummy ${ac_tool_prefix}ld; ac_word=$2
4992 echo "$as_me:$LINENO: checking for $ac_word" >&5
4993 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4994 if test "${ac_cv_prog_LD+set}" = set; then
4995   echo $ECHO_N "(cached) $ECHO_C" >&6
4996 else
4997   if test -n "$LD"; then
4998   ac_cv_prog_LD="$LD" # Let the user override the test.
4999 else
5000 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5001 for as_dir in $PATH
5002 do
5003   IFS=$as_save_IFS
5004   test -z "$as_dir" && as_dir=.
5005   for ac_exec_ext in '' $ac_executable_extensions; do
5006   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5007     ac_cv_prog_LD="${ac_tool_prefix}ld"
5008     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5009     break 2
5010   fi
5011 done
5012 done
5013
5014 fi
5015 fi
5016 LD=$ac_cv_prog_LD
5017 if test -n "$LD"; then
5018   echo "$as_me:$LINENO: result: $LD" >&5
5019 echo "${ECHO_T}$LD" >&6
5020 else
5021   echo "$as_me:$LINENO: result: no" >&5
5022 echo "${ECHO_T}no" >&6
5023 fi
5024
5025 fi
5026 if test -z "$ac_cv_prog_LD"; then
5027   ac_ct_LD=$LD
5028   # Extract the first word of "ld", so it can be a program name with args.
5029 set dummy ld; ac_word=$2
5030 echo "$as_me:$LINENO: checking for $ac_word" >&5
5031 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5032 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5033   echo $ECHO_N "(cached) $ECHO_C" >&6
5034 else
5035   if test -n "$ac_ct_LD"; then
5036   ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5037 else
5038 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5039 for as_dir in $PATH
5040 do
5041   IFS=$as_save_IFS
5042   test -z "$as_dir" && as_dir=.
5043   for ac_exec_ext in '' $ac_executable_extensions; do
5044   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5045     ac_cv_prog_ac_ct_LD="ld"
5046     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5047     break 2
5048   fi
5049 done
5050 done
5051
5052   test -z "$ac_cv_prog_ac_ct_LD" && ac_cv_prog_ac_ct_LD="ld"
5053 fi
5054 fi
5055 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5056 if test -n "$ac_ct_LD"; then
5057   echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5058 echo "${ECHO_T}$ac_ct_LD" >&6
5059 else
5060   echo "$as_me:$LINENO: result: no" >&5
5061 echo "${ECHO_T}no" >&6
5062 fi
5063
5064   LD=$ac_ct_LD
5065 else
5066   LD="$ac_cv_prog_LD"
5067 fi
5068
5069 if test -n "$ac_tool_prefix"; then
5070   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5071 set dummy ${ac_tool_prefix}ar; ac_word=$2
5072 echo "$as_me:$LINENO: checking for $ac_word" >&5
5073 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5074 if test "${ac_cv_prog_AR+set}" = set; then
5075   echo $ECHO_N "(cached) $ECHO_C" >&6
5076 else
5077   if test -n "$AR"; then
5078   ac_cv_prog_AR="$AR" # Let the user override the test.
5079 else
5080 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5081 for as_dir in $PATH
5082 do
5083   IFS=$as_save_IFS
5084   test -z "$as_dir" && as_dir=.
5085   for ac_exec_ext in '' $ac_executable_extensions; do
5086   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5087     ac_cv_prog_AR="${ac_tool_prefix}ar"
5088     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5089     break 2
5090   fi
5091 done
5092 done
5093
5094 fi
5095 fi
5096 AR=$ac_cv_prog_AR
5097 if test -n "$AR"; then
5098   echo "$as_me:$LINENO: result: $AR" >&5
5099 echo "${ECHO_T}$AR" >&6
5100 else
5101   echo "$as_me:$LINENO: result: no" >&5
5102 echo "${ECHO_T}no" >&6
5103 fi
5104
5105 fi
5106 if test -z "$ac_cv_prog_AR"; then
5107   ac_ct_AR=$AR
5108   # Extract the first word of "ar", so it can be a program name with args.
5109 set dummy ar; ac_word=$2
5110 echo "$as_me:$LINENO: checking for $ac_word" >&5
5111 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5112 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5113   echo $ECHO_N "(cached) $ECHO_C" >&6
5114 else
5115   if test -n "$ac_ct_AR"; then
5116   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5117 else
5118 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5119 for as_dir in $PATH
5120 do
5121   IFS=$as_save_IFS
5122   test -z "$as_dir" && as_dir=.
5123   for ac_exec_ext in '' $ac_executable_extensions; do
5124   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5125     ac_cv_prog_ac_ct_AR="ar"
5126     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5127     break 2
5128   fi
5129 done
5130 done
5131
5132   test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="ar"
5133 fi
5134 fi
5135 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5136 if test -n "$ac_ct_AR"; then
5137   echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5138 echo "${ECHO_T}$ac_ct_AR" >&6
5139 else
5140   echo "$as_me:$LINENO: result: no" >&5
5141 echo "${ECHO_T}no" >&6
5142 fi
5143
5144   AR=$ac_ct_AR
5145 else
5146   AR="$ac_cv_prog_AR"
5147 fi
5148
5149 if test -n "$ac_tool_prefix"; then
5150   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5151 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5152 echo "$as_me:$LINENO: checking for $ac_word" >&5
5153 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5154 if test "${ac_cv_prog_RANLIB+set}" = set; then
5155   echo $ECHO_N "(cached) $ECHO_C" >&6
5156 else
5157   if test -n "$RANLIB"; then
5158   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5159 else
5160 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5161 for as_dir in $PATH
5162 do
5163   IFS=$as_save_IFS
5164   test -z "$as_dir" && as_dir=.
5165   for ac_exec_ext in '' $ac_executable_extensions; do
5166   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5167     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5168     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5169     break 2
5170   fi
5171 done
5172 done
5173
5174 fi
5175 fi
5176 RANLIB=$ac_cv_prog_RANLIB
5177 if test -n "$RANLIB"; then
5178   echo "$as_me:$LINENO: result: $RANLIB" >&5
5179 echo "${ECHO_T}$RANLIB" >&6
5180 else
5181   echo "$as_me:$LINENO: result: no" >&5
5182 echo "${ECHO_T}no" >&6
5183 fi
5184
5185 fi
5186 if test -z "$ac_cv_prog_RANLIB"; then
5187   ac_ct_RANLIB=$RANLIB
5188   # Extract the first word of "ranlib", so it can be a program name with args.
5189 set dummy ranlib; ac_word=$2
5190 echo "$as_me:$LINENO: checking for $ac_word" >&5
5191 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5192 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5193   echo $ECHO_N "(cached) $ECHO_C" >&6
5194 else
5195   if test -n "$ac_ct_RANLIB"; then
5196   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5197 else
5198 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5199 for as_dir in $PATH
5200 do
5201   IFS=$as_save_IFS
5202   test -z "$as_dir" && as_dir=.
5203   for ac_exec_ext in '' $ac_executable_extensions; do
5204   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5205     ac_cv_prog_ac_ct_RANLIB="ranlib"
5206     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5207     break 2
5208   fi
5209 done
5210 done
5211
5212   test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
5213 fi
5214 fi
5215 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5216 if test -n "$ac_ct_RANLIB"; then
5217   echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5218 echo "${ECHO_T}$ac_ct_RANLIB" >&6
5219 else
5220   echo "$as_me:$LINENO: result: no" >&5
5221 echo "${ECHO_T}no" >&6
5222 fi
5223
5224   RANLIB=$ac_ct_RANLIB
5225 else
5226   RANLIB="$ac_cv_prog_RANLIB"
5227 fi
5228
5229 if test -n "$ac_tool_prefix"; then
5230   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5231 set dummy ${ac_tool_prefix}strip; ac_word=$2
5232 echo "$as_me:$LINENO: checking for $ac_word" >&5
5233 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5234 if test "${ac_cv_prog_STRIP+set}" = set; then
5235   echo $ECHO_N "(cached) $ECHO_C" >&6
5236 else
5237   if test -n "$STRIP"; then
5238   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5239 else
5240 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5241 for as_dir in $PATH
5242 do
5243   IFS=$as_save_IFS
5244   test -z "$as_dir" && as_dir=.
5245   for ac_exec_ext in '' $ac_executable_extensions; do
5246   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5247     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5248     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5249     break 2
5250   fi
5251 done
5252 done
5253
5254 fi
5255 fi
5256 STRIP=$ac_cv_prog_STRIP
5257 if test -n "$STRIP"; then
5258   echo "$as_me:$LINENO: result: $STRIP" >&5
5259 echo "${ECHO_T}$STRIP" >&6
5260 else
5261   echo "$as_me:$LINENO: result: no" >&5
5262 echo "${ECHO_T}no" >&6
5263 fi
5264
5265 fi
5266 if test -z "$ac_cv_prog_STRIP"; then
5267   ac_ct_STRIP=$STRIP
5268   # Extract the first word of "strip", so it can be a program name with args.
5269 set dummy strip; ac_word=$2
5270 echo "$as_me:$LINENO: checking for $ac_word" >&5
5271 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5272 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5273   echo $ECHO_N "(cached) $ECHO_C" >&6
5274 else
5275   if test -n "$ac_ct_STRIP"; then
5276   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5277 else
5278 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5279 for as_dir in $PATH
5280 do
5281   IFS=$as_save_IFS
5282   test -z "$as_dir" && as_dir=.
5283   for ac_exec_ext in '' $ac_executable_extensions; do
5284   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5285     ac_cv_prog_ac_ct_STRIP="strip"
5286     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5287     break 2
5288   fi
5289 done
5290 done
5291
5292   test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP="strip"
5293 fi
5294 fi
5295 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5296 if test -n "$ac_ct_STRIP"; then
5297   echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5298 echo "${ECHO_T}$ac_ct_STRIP" >&6
5299 else
5300   echo "$as_me:$LINENO: result: no" >&5
5301 echo "${ECHO_T}no" >&6
5302 fi
5303
5304   STRIP=$ac_ct_STRIP
5305 else
5306   STRIP="$ac_cv_prog_STRIP"
5307 fi
5308
5309 if test -n "$ac_tool_prefix"; then
5310   # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5311 set dummy ${ac_tool_prefix}windres; ac_word=$2
5312 echo "$as_me:$LINENO: checking for $ac_word" >&5
5313 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5314 if test "${ac_cv_prog_WINDRES+set}" = set; then
5315   echo $ECHO_N "(cached) $ECHO_C" >&6
5316 else
5317   if test -n "$WINDRES"; then
5318   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5319 else
5320 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5321 for as_dir in $PATH
5322 do
5323   IFS=$as_save_IFS
5324   test -z "$as_dir" && as_dir=.
5325   for ac_exec_ext in '' $ac_executable_extensions; do
5326   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5327     ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
5328     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5329     break 2
5330   fi
5331 done
5332 done
5333
5334 fi
5335 fi
5336 WINDRES=$ac_cv_prog_WINDRES
5337 if test -n "$WINDRES"; then
5338   echo "$as_me:$LINENO: result: $WINDRES" >&5
5339 echo "${ECHO_T}$WINDRES" >&6
5340 else
5341   echo "$as_me:$LINENO: result: no" >&5
5342 echo "${ECHO_T}no" >&6
5343 fi
5344
5345 fi
5346 if test -z "$ac_cv_prog_WINDRES"; then
5347   ac_ct_WINDRES=$WINDRES
5348   # Extract the first word of "windres", so it can be a program name with args.
5349 set dummy windres; ac_word=$2
5350 echo "$as_me:$LINENO: checking for $ac_word" >&5
5351 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5352 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
5353   echo $ECHO_N "(cached) $ECHO_C" >&6
5354 else
5355   if test -n "$ac_ct_WINDRES"; then
5356   ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
5357 else
5358 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5359 for as_dir in $PATH
5360 do
5361   IFS=$as_save_IFS
5362   test -z "$as_dir" && as_dir=.
5363   for ac_exec_ext in '' $ac_executable_extensions; do
5364   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5365     ac_cv_prog_ac_ct_WINDRES="windres"
5366     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5367     break 2
5368   fi
5369 done
5370 done
5371
5372   test -z "$ac_cv_prog_ac_ct_WINDRES" && ac_cv_prog_ac_ct_WINDRES="false"
5373 fi
5374 fi
5375 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
5376 if test -n "$ac_ct_WINDRES"; then
5377   echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
5378 echo "${ECHO_T}$ac_ct_WINDRES" >&6
5379 else
5380   echo "$as_me:$LINENO: result: no" >&5
5381 echo "${ECHO_T}no" >&6
5382 fi
5383
5384   WINDRES=$ac_ct_WINDRES
5385 else
5386   WINDRES="$ac_cv_prog_WINDRES"
5387 fi
5388
5389 echo "$as_me:$LINENO: checking whether ln -s works" >&5
5390 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
5391 LN_S=$as_ln_s
5392 if test "$LN_S" = "ln -s"; then
5393   echo "$as_me:$LINENO: result: yes" >&5
5394 echo "${ECHO_T}yes" >&6
5395 else
5396   echo "$as_me:$LINENO: result: no, using $LN_S" >&5
5397 echo "${ECHO_T}no, using $LN_S" >&6
5398 fi
5399
5400 echo "$as_me:$LINENO: checking whether ln works" >&5
5401 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6
5402 rm -f conf$$ conf$$.file
5403 echo >conf$$.file
5404 if ln conf$$.file conf$$ 2>/dev/null; then
5405   LN=ln
5406
5407   echo "$as_me:$LINENO: result: yes" >&5
5408 echo "${ECHO_T}yes" >&6
5409 else
5410   LN="cp -p"
5411
5412   echo "$as_me:$LINENO: result: no, using $LN" >&5
5413 echo "${ECHO_T}no, using $LN" >&6
5414 fi
5415 rm -f conf$$ conf$$.file
5416 echo "$as_me:$LINENO: checking for egrep" >&5
5417 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
5418 if test "${ac_cv_prog_egrep+set}" = set; then
5419   echo $ECHO_N "(cached) $ECHO_C" >&6
5420 else
5421   if echo a | (grep -E '(a|b)') >/dev/null 2>&1
5422     then ac_cv_prog_egrep='grep -E'
5423     else ac_cv_prog_egrep='egrep'
5424     fi
5425 fi
5426 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
5427 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
5428  EGREP=$ac_cv_prog_egrep
5429
5430
5431 # Extract the first word of "ldconfig", so it can be a program name with args.
5432 set dummy ldconfig; ac_word=$2
5433 echo "$as_me:$LINENO: checking for $ac_word" >&5
5434 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5435 if test "${ac_cv_path_LDCONFIG+set}" = set; then
5436   echo $ECHO_N "(cached) $ECHO_C" >&6
5437 else
5438   case $LDCONFIG in
5439   [\\/]* | ?:[\\/]*)
5440   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
5441   ;;
5442   *)
5443   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5444 for as_dir in /sbin /usr/sbin $PATH
5445 do
5446   IFS=$as_save_IFS
5447   test -z "$as_dir" && as_dir=.
5448   for ac_exec_ext in '' $ac_executable_extensions; do
5449   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5450     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
5451     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5452     break 2
5453   fi
5454 done
5455 done
5456
5457   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
5458   ;;
5459 esac
5460 fi
5461 LDCONFIG=$ac_cv_path_LDCONFIG
5462
5463 if test -n "$LDCONFIG"; then
5464   echo "$as_me:$LINENO: result: $LDCONFIG" >&5
5465 echo "${ECHO_T}$LDCONFIG" >&6
5466 else
5467   echo "$as_me:$LINENO: result: no" >&5
5468 echo "${ECHO_T}no" >&6
5469 fi
5470
5471 # Find a good install program.  We prefer a C program (faster),
5472 # so one script is as good as another.  But avoid the broken or
5473 # incompatible versions:
5474 # SysV /etc/install, /usr/sbin/install
5475 # SunOS /usr/etc/install
5476 # IRIX /sbin/install
5477 # AIX /bin/install
5478 # AmigaOS /C/install, which installs bootblocks on floppy discs
5479 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5480 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
5481 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5482 # OS/2's system install, which has a completely different semantic
5483 # ./install, which can be erroneously created by make from ./install.sh.
5484 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
5485 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
5486 if test -z "$INSTALL"; then
5487 if test "${ac_cv_path_install+set}" = set; then
5488   echo $ECHO_N "(cached) $ECHO_C" >&6
5489 else
5490   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5491 for as_dir in $PATH
5492 do
5493   IFS=$as_save_IFS
5494   test -z "$as_dir" && as_dir=.
5495   # Account for people who put trailing slashes in PATH elements.
5496 case $as_dir/ in
5497   ./ | .// | /cC/* | \
5498   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5499   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
5500   /usr/ucb/* ) ;;
5501   *)
5502     # OSF1 and SCO ODT 3.0 have their own names for install.
5503     # Don't use installbsd from OSF since it installs stuff as root
5504     # by default.
5505     for ac_prog in ginstall scoinst install; do
5506       for ac_exec_ext in '' $ac_executable_extensions; do
5507         if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
5508           if test $ac_prog = install &&
5509             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5510             # AIX install.  It has an incompatible calling convention.
5511             :
5512           elif test $ac_prog = install &&
5513             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5514             # program-specific install script used by HP pwplus--don't use.
5515             :
5516           else
5517             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5518             break 3
5519           fi
5520         fi
5521       done
5522     done
5523     ;;
5524 esac
5525 done
5526
5527
5528 fi
5529   if test "${ac_cv_path_install+set}" = set; then
5530     INSTALL=$ac_cv_path_install
5531   else
5532     # As a last resort, use the slow shell script.  We don't cache a
5533     # path for INSTALL within a source directory, because that will
5534     # break other packages using the cache if that directory is
5535     # removed, or if the path is relative.
5536     INSTALL=$ac_install_sh
5537   fi
5538 fi
5539 echo "$as_me:$LINENO: result: $INSTALL" >&5
5540 echo "${ECHO_T}$INSTALL" >&6
5541
5542 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5543 # It thinks the first close brace ends the variable substitution.
5544 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5545
5546 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5547
5548 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5549
5550 case "$INSTALL" in
5551   [\\/$]* | ?:[\\/]* ) ;;
5552   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
5553 esac
5554
5555 for ac_prog in lclint lint
5556 do
5557   # Extract the first word of "$ac_prog", so it can be a program name with args.
5558 set dummy $ac_prog; ac_word=$2
5559 echo "$as_me:$LINENO: checking for $ac_word" >&5
5560 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5561 if test "${ac_cv_prog_LINT+set}" = set; then
5562   echo $ECHO_N "(cached) $ECHO_C" >&6
5563 else
5564   if test -n "$LINT"; then
5565   ac_cv_prog_LINT="$LINT" # Let the user override the test.
5566 else
5567 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5568 for as_dir in $PATH
5569 do
5570   IFS=$as_save_IFS
5571   test -z "$as_dir" && as_dir=.
5572   for ac_exec_ext in '' $ac_executable_extensions; do
5573   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5574     ac_cv_prog_LINT="$ac_prog"
5575     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5576     break 2
5577   fi
5578 done
5579 done
5580
5581 fi
5582 fi
5583 LINT=$ac_cv_prog_LINT
5584 if test -n "$LINT"; then
5585   echo "$as_me:$LINENO: result: $LINT" >&5
5586 echo "${ECHO_T}$LINT" >&6
5587 else
5588   echo "$as_me:$LINENO: result: no" >&5
5589 echo "${ECHO_T}no" >&6
5590 fi
5591
5592   test -n "$LINT" && break
5593 done
5594
5595 if test "$LINT" = "lint"
5596 then
5597   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
5598   fi
5599
5600
5601
5602 for ac_prog in fontforge
5603 do
5604   # Extract the first word of "$ac_prog", so it can be a program name with args.
5605 set dummy $ac_prog; ac_word=$2
5606 echo "$as_me:$LINENO: checking for $ac_word" >&5
5607 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5608 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
5609   echo $ECHO_N "(cached) $ECHO_C" >&6
5610 else
5611   if test -n "$FONTFORGE"; then
5612   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5613 else
5614 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5615 for as_dir in $PATH
5616 do
5617   IFS=$as_save_IFS
5618   test -z "$as_dir" && as_dir=.
5619   for ac_exec_ext in '' $ac_executable_extensions; do
5620   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5621     ac_cv_prog_FONTFORGE="$ac_prog"
5622     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5623     break 2
5624   fi
5625 done
5626 done
5627
5628 fi
5629 fi
5630 FONTFORGE=$ac_cv_prog_FONTFORGE
5631 if test -n "$FONTFORGE"; then
5632   echo "$as_me:$LINENO: result: $FONTFORGE" >&5
5633 echo "${ECHO_T}$FONTFORGE" >&6
5634 else
5635   echo "$as_me:$LINENO: result: no" >&5
5636 echo "${ECHO_T}no" >&6
5637 fi
5638
5639   test -n "$FONTFORGE" && break
5640 done
5641 test -n "$FONTFORGE" || FONTFORGE="false"
5642
5643 for ac_prog in pkg-config
5644 do
5645   # Extract the first word of "$ac_prog", so it can be a program name with args.
5646 set dummy $ac_prog; ac_word=$2
5647 echo "$as_me:$LINENO: checking for $ac_word" >&5
5648 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5649 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5650   echo $ECHO_N "(cached) $ECHO_C" >&6
5651 else
5652   if test -n "$PKG_CONFIG"; then
5653   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5654 else
5655 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5656 for as_dir in $PATH
5657 do
5658   IFS=$as_save_IFS
5659   test -z "$as_dir" && as_dir=.
5660   for ac_exec_ext in '' $ac_executable_extensions; do
5661   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5662     ac_cv_prog_PKG_CONFIG="$ac_prog"
5663     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5664     break 2
5665   fi
5666 done
5667 done
5668
5669 fi
5670 fi
5671 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5672 if test -n "$PKG_CONFIG"; then
5673   echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
5674 echo "${ECHO_T}$PKG_CONFIG" >&6
5675 else
5676   echo "$as_me:$LINENO: result: no" >&5
5677 echo "${ECHO_T}no" >&6
5678 fi
5679
5680   test -n "$PKG_CONFIG" && break
5681 done
5682 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5683
5684
5685 case $host_cpu in
5686   *i[3456789]86*)
5687     for ac_prog in prelink
5688 do
5689   # Extract the first word of "$ac_prog", so it can be a program name with args.
5690 set dummy $ac_prog; ac_word=$2
5691 echo "$as_me:$LINENO: checking for $ac_word" >&5
5692 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5693 if test "${ac_cv_prog_PRELINK+set}" = set; then
5694   echo $ECHO_N "(cached) $ECHO_C" >&6
5695 else
5696   if test -n "$PRELINK"; then
5697   ac_cv_prog_PRELINK="$PRELINK" # Let the user override the test.
5698 else
5699 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5700 for as_dir in /sbin /usr/sbin $PATH
5701 do
5702   IFS=$as_save_IFS
5703   test -z "$as_dir" && as_dir=.
5704   for ac_exec_ext in '' $ac_executable_extensions; do
5705   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5706     ac_cv_prog_PRELINK="$ac_prog"
5707     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5708     break 2
5709   fi
5710 done
5711 done
5712
5713 fi
5714 fi
5715 PRELINK=$ac_cv_prog_PRELINK
5716 if test -n "$PRELINK"; then
5717   echo "$as_me:$LINENO: result: $PRELINK" >&5
5718 echo "${ECHO_T}$PRELINK" >&6
5719 else
5720   echo "$as_me:$LINENO: result: no" >&5
5721 echo "${ECHO_T}no" >&6
5722 fi
5723
5724   test -n "$PRELINK" && break
5725 done
5726 test -n "$PRELINK" || PRELINK="false"
5727
5728     ;;
5729 esac
5730
5731
5732
5733 echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5734 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6
5735 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5736   echo $ECHO_N "(cached) $ECHO_C" >&6
5737 else
5738   ac_check_lib_save_LIBS=$LIBS
5739 LIBS="-li386  $LIBS"
5740 cat >conftest.$ac_ext <<_ACEOF
5741 /* confdefs.h.  */
5742 _ACEOF
5743 cat confdefs.h >>conftest.$ac_ext
5744 cat >>conftest.$ac_ext <<_ACEOF
5745 /* end confdefs.h.  */
5746
5747 /* Override any gcc2 internal prototype to avoid an error.  */
5748 #ifdef __cplusplus
5749 extern "C"
5750 #endif
5751 /* We use char because int might match the return type of a gcc2
5752    builtin and then its argument prototype would still apply.  */
5753 char i386_set_ldt ();
5754 int
5755 main ()
5756 {
5757 i386_set_ldt ();
5758   ;
5759   return 0;
5760 }
5761 _ACEOF
5762 rm -f conftest.$ac_objext conftest$ac_exeext
5763 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5764   (eval $ac_link) 2>conftest.er1
5765   ac_status=$?
5766   grep -v '^ *+' conftest.er1 >conftest.err
5767   rm -f conftest.er1
5768   cat conftest.err >&5
5769   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5770   (exit $ac_status); } &&
5771          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
5772   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5773   (eval $ac_try) 2>&5
5774   ac_status=$?
5775   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5776   (exit $ac_status); }; } &&
5777          { ac_try='test -s conftest$ac_exeext'
5778   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5779   (eval $ac_try) 2>&5
5780   ac_status=$?
5781   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5782   (exit $ac_status); }; }; then
5783   ac_cv_lib_i386_i386_set_ldt=yes
5784 else
5785   echo "$as_me: failed program was:" >&5
5786 sed 's/^/| /' conftest.$ac_ext >&5
5787
5788 ac_cv_lib_i386_i386_set_ldt=no
5789 fi
5790 rm -f conftest.err conftest.$ac_objext \
5791       conftest$ac_exeext conftest.$ac_ext
5792 LIBS=$ac_check_lib_save_LIBS
5793 fi
5794 echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5795 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6
5796 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
5797   cat >>confdefs.h <<_ACEOF
5798 #define HAVE_LIBI386 1
5799 _ACEOF
5800
5801   LIBS="-li386 $LIBS"
5802
5803 fi
5804
5805
5806 echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5807 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6
5808 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5809   echo $ECHO_N "(cached) $ECHO_C" >&6
5810 else
5811   ac_check_lib_save_LIBS=$LIBS
5812 LIBS="-lossaudio  $LIBS"
5813 cat >conftest.$ac_ext <<_ACEOF
5814 /* confdefs.h.  */
5815 _ACEOF
5816 cat confdefs.h >>conftest.$ac_ext
5817 cat >>conftest.$ac_ext <<_ACEOF
5818 /* end confdefs.h.  */
5819
5820 /* Override any gcc2 internal prototype to avoid an error.  */
5821 #ifdef __cplusplus
5822 extern "C"
5823 #endif
5824 /* We use char because int might match the return type of a gcc2
5825    builtin and then its argument prototype would still apply.  */
5826 char _oss_ioctl ();
5827 int
5828 main ()
5829 {
5830 _oss_ioctl ();
5831   ;
5832   return 0;
5833 }
5834 _ACEOF
5835 rm -f conftest.$ac_objext conftest$ac_exeext
5836 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5837   (eval $ac_link) 2>conftest.er1
5838   ac_status=$?
5839   grep -v '^ *+' conftest.er1 >conftest.err
5840   rm -f conftest.er1
5841   cat conftest.err >&5
5842   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5843   (exit $ac_status); } &&
5844          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
5845   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5846   (eval $ac_try) 2>&5
5847   ac_status=$?
5848   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5849   (exit $ac_status); }; } &&
5850          { ac_try='test -s conftest$ac_exeext'
5851   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5852   (eval $ac_try) 2>&5
5853   ac_status=$?
5854   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5855   (exit $ac_status); }; }; then
5856   ac_cv_lib_ossaudio__oss_ioctl=yes
5857 else
5858   echo "$as_me: failed program was:" >&5
5859 sed 's/^/| /' conftest.$ac_ext >&5
5860
5861 ac_cv_lib_ossaudio__oss_ioctl=no
5862 fi
5863 rm -f conftest.err conftest.$ac_objext \
5864       conftest$ac_exeext conftest.$ac_ext
5865 LIBS=$ac_check_lib_save_LIBS
5866 fi
5867 echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5868 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6
5869 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
5870   cat >>confdefs.h <<_ACEOF
5871 #define HAVE_LIBOSSAUDIO 1
5872 _ACEOF
5873
5874   LIBS="-lossaudio $LIBS"
5875
5876 fi
5877
5878
5879 for ac_func in gethostbyname
5880 do
5881 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5882 echo "$as_me:$LINENO: checking for $ac_func" >&5
5883 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
5884 if eval "test \"\${$as_ac_var+set}\" = set"; then
5885   echo $ECHO_N "(cached) $ECHO_C" >&6
5886 else
5887   cat >conftest.$ac_ext <<_ACEOF
5888 /* confdefs.h.  */
5889 _ACEOF
5890 cat confdefs.h >>conftest.$ac_ext
5891 cat >>conftest.$ac_ext <<_ACEOF
5892 /* end confdefs.h.  */
5893 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
5894    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5895 #define $ac_func innocuous_$ac_func
5896
5897 /* System header to define __stub macros and hopefully few prototypes,
5898     which can conflict with char $ac_func (); below.
5899     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5900     <limits.h> exists even on freestanding compilers.  */
5901
5902 #ifdef __STDC__
5903 # include <limits.h>
5904 #else
5905 # include <assert.h>
5906 #endif
5907
5908 #undef $ac_func
5909
5910 /* Override any gcc2 internal prototype to avoid an error.  */
5911 #ifdef __cplusplus
5912 extern "C"
5913 {
5914 #endif
5915 /* We use char because int might match the return type of a gcc2
5916    builtin and then its argument prototype would still apply.  */
5917 char $ac_func ();
5918 /* The GNU C library defines this for functions which it implements
5919     to always fail with ENOSYS.  Some functions are actually named
5920     something starting with __ and the normal name is an alias.  */
5921 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5922 choke me
5923 #else
5924 char (*f) () = $ac_func;
5925 #endif
5926 #ifdef __cplusplus
5927 }
5928 #endif
5929
5930 int
5931 main ()
5932 {
5933 return f != $ac_func;
5934   ;
5935   return 0;
5936 }
5937 _ACEOF
5938 rm -f conftest.$ac_objext conftest$ac_exeext
5939 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5940   (eval $ac_link) 2>conftest.er1
5941   ac_status=$?
5942   grep -v '^ *+' conftest.er1 >conftest.err
5943   rm -f conftest.er1
5944   cat conftest.err >&5
5945   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5946   (exit $ac_status); } &&
5947          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
5948   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5949   (eval $ac_try) 2>&5
5950   ac_status=$?
5951   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5952   (exit $ac_status); }; } &&
5953          { ac_try='test -s conftest$ac_exeext'
5954   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5955   (eval $ac_try) 2>&5
5956   ac_status=$?
5957   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5958   (exit $ac_status); }; }; then
5959   eval "$as_ac_var=yes"
5960 else
5961   echo "$as_me: failed program was:" >&5
5962 sed 's/^/| /' conftest.$ac_ext >&5
5963
5964 eval "$as_ac_var=no"
5965 fi
5966 rm -f conftest.err conftest.$ac_objext \
5967       conftest$ac_exeext conftest.$ac_ext
5968 fi
5969 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
5970 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5971 if test `eval echo '${'$as_ac_var'}'` = yes; then
5972   cat >>confdefs.h <<_ACEOF
5973 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
5974 _ACEOF
5975
5976 else
5977
5978 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
5979 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
5980 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
5981   echo $ECHO_N "(cached) $ECHO_C" >&6
5982 else
5983   ac_check_lib_save_LIBS=$LIBS
5984 LIBS="-lnsl  $LIBS"
5985 cat >conftest.$ac_ext <<_ACEOF
5986 /* confdefs.h.  */
5987 _ACEOF
5988 cat confdefs.h >>conftest.$ac_ext
5989 cat >>conftest.$ac_ext <<_ACEOF
5990 /* end confdefs.h.  */
5991
5992 /* Override any gcc2 internal prototype to avoid an error.  */
5993 #ifdef __cplusplus
5994 extern "C"
5995 #endif
5996 /* We use char because int might match the return type of a gcc2
5997    builtin and then its argument prototype would still apply.  */
5998 char gethostbyname ();
5999 int
6000 main ()
6001 {
6002 gethostbyname ();
6003   ;
6004   return 0;
6005 }
6006 _ACEOF
6007 rm -f conftest.$ac_objext conftest$ac_exeext
6008 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6009   (eval $ac_link) 2>conftest.er1
6010   ac_status=$?
6011   grep -v '^ *+' conftest.er1 >conftest.err
6012   rm -f conftest.er1
6013   cat conftest.err >&5
6014   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6015   (exit $ac_status); } &&
6016          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
6017   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6018   (eval $ac_try) 2>&5
6019   ac_status=$?
6020   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6021   (exit $ac_status); }; } &&
6022          { ac_try='test -s conftest$ac_exeext'
6023   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6024   (eval $ac_try) 2>&5
6025   ac_status=$?
6026   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6027   (exit $ac_status); }; }; then
6028   ac_cv_lib_nsl_gethostbyname=yes
6029 else
6030   echo "$as_me: failed program was:" >&5
6031 sed 's/^/| /' conftest.$ac_ext >&5
6032
6033 ac_cv_lib_nsl_gethostbyname=no
6034 fi
6035 rm -f conftest.err conftest.$ac_objext \
6036       conftest$ac_exeext conftest.$ac_ext
6037 LIBS=$ac_check_lib_save_LIBS
6038 fi
6039 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
6040 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
6041 if test $ac_cv_lib_nsl_gethostbyname = yes; then
6042   cat >>confdefs.h <<_ACEOF
6043 #define HAVE_LIBNSL 1
6044 _ACEOF
6045
6046   LIBS="-lnsl $LIBS"
6047
6048 fi
6049
6050 fi
6051 done
6052
6053
6054 for ac_func in connect
6055 do
6056 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6057 echo "$as_me:$LINENO: checking for $ac_func" >&5
6058 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6059 if eval "test \"\${$as_ac_var+set}\" = set"; then
6060   echo $ECHO_N "(cached) $ECHO_C" >&6
6061 else
6062   cat >conftest.$ac_ext <<_ACEOF
6063 /* confdefs.h.  */
6064 _ACEOF
6065 cat confdefs.h >>conftest.$ac_ext
6066 cat >>conftest.$ac_ext <<_ACEOF
6067 /* end confdefs.h.  */
6068 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6069    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
6070 #define $ac_func innocuous_$ac_func
6071
6072 /* System header to define __stub macros and hopefully few prototypes,
6073     which can conflict with char $ac_func (); below.
6074     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6075     <limits.h> exists even on freestanding compilers.  */
6076
6077 #ifdef __STDC__
6078 # include <limits.h>
6079 #else
6080 # include <assert.h>
6081 #endif
6082
6083 #undef $ac_func
6084
6085 /* Override any gcc2 internal prototype to avoid an error.  */
6086 #ifdef __cplusplus
6087 extern "C"
6088 {
6089 #endif
6090 /* We use char because int might match the return type of a gcc2
6091    builtin and then its argument prototype would still apply.  */
6092 char $ac_func ();
6093 /* The GNU C library defines this for functions which it implements
6094     to always fail with ENOSYS.  Some functions are actually named
6095     something starting with __ and the normal name is an alias.  */
6096 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6097 choke me
6098 #else
6099 char (*f) () = $ac_func;
6100 #endif
6101 #ifdef __cplusplus
6102 }
6103 #endif
6104
6105 int
6106 main ()
6107 {
6108 return f != $ac_func;
6109   ;
6110   return 0;
6111 }
6112 _ACEOF
6113 rm -f conftest.$ac_objext conftest$ac_exeext
6114 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6115   (eval $ac_link) 2>conftest.er1
6116   ac_status=$?
6117   grep -v '^ *+' conftest.er1 >conftest.err
6118   rm -f conftest.er1
6119   cat conftest.err >&5
6120   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6121   (exit $ac_status); } &&
6122          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
6123   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6124   (eval $ac_try) 2>&5
6125   ac_status=$?
6126   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6127   (exit $ac_status); }; } &&
6128          { ac_try='test -s conftest$ac_exeext'
6129   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6130   (eval $ac_try) 2>&5
6131   ac_status=$?
6132   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6133   (exit $ac_status); }; }; then
6134   eval "$as_ac_var=yes"
6135 else
6136   echo "$as_me: failed program was:" >&5
6137 sed 's/^/| /' conftest.$ac_ext >&5
6138
6139 eval "$as_ac_var=no"
6140 fi
6141 rm -f conftest.err conftest.$ac_objext \
6142       conftest$ac_exeext conftest.$ac_ext
6143 fi
6144 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
6145 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6146 if test `eval echo '${'$as_ac_var'}'` = yes; then
6147   cat >>confdefs.h <<_ACEOF
6148 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6149 _ACEOF
6150
6151 else
6152
6153 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
6154 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
6155 if test "${ac_cv_lib_socket_connect+set}" = set; then
6156   echo $ECHO_N "(cached) $ECHO_C" >&6
6157 else
6158   ac_check_lib_save_LIBS=$LIBS
6159 LIBS="-lsocket  $LIBS"
6160 cat >conftest.$ac_ext <<_ACEOF
6161 /* confdefs.h.  */
6162 _ACEOF
6163 cat confdefs.h >>conftest.$ac_ext
6164 cat >>conftest.$ac_ext <<_ACEOF
6165 /* end confdefs.h.  */
6166
6167 /* Override any gcc2 internal prototype to avoid an error.  */
6168 #ifdef __cplusplus
6169 extern "C"
6170 #endif
6171 /* We use char because int might match the return type of a gcc2
6172    builtin and then its argument prototype would still apply.  */
6173 char connect ();
6174 int
6175 main ()
6176 {
6177 connect ();
6178   ;
6179   return 0;
6180 }
6181 _ACEOF
6182 rm -f conftest.$ac_objext conftest$ac_exeext
6183 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6184   (eval $ac_link) 2>conftest.er1
6185   ac_status=$?
6186   grep -v '^ *+' conftest.er1 >conftest.err
6187   rm -f conftest.er1
6188   cat conftest.err >&5
6189   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6190   (exit $ac_status); } &&
6191          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
6192   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6193   (eval $ac_try) 2>&5
6194   ac_status=$?
6195   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6196   (exit $ac_status); }; } &&
6197          { ac_try='test -s conftest$ac_exeext'
6198   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6199   (eval $ac_try) 2>&5
6200   ac_status=$?
6201   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6202   (exit $ac_status); }; }; then
6203   ac_cv_lib_socket_connect=yes
6204 else
6205   echo "$as_me: failed program was:" >&5
6206 sed 's/^/| /' conftest.$ac_ext >&5
6207
6208 ac_cv_lib_socket_connect=no
6209 fi
6210 rm -f conftest.err conftest.$ac_objext \
6211       conftest$ac_exeext conftest.$ac_ext
6212 LIBS=$ac_check_lib_save_LIBS
6213 fi
6214 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
6215 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
6216 if test $ac_cv_lib_socket_connect = yes; then
6217   cat >>confdefs.h <<_ACEOF
6218 #define HAVE_LIBSOCKET 1
6219 _ACEOF
6220
6221   LIBS="-lsocket $LIBS"
6222
6223 fi
6224
6225 fi
6226 done
6227
6228
6229 for ac_func in inet_aton
6230 do
6231 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6232 echo "$as_me:$LINENO: checking for $ac_func" >&5
6233 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6234 if eval "test \"\${$as_ac_var+set}\" = set"; then
6235   echo $ECHO_N "(cached) $ECHO_C" >&6
6236 else
6237   cat >conftest.$ac_ext <<_ACEOF
6238 /* confdefs.h.  */
6239 _ACEOF
6240 cat confdefs.h >>conftest.$ac_ext
6241 cat >>conftest.$ac_ext <<_ACEOF
6242 /* end confdefs.h.  */
6243 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6244    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
6245 #define $ac_func innocuous_$ac_func
6246
6247 /* System header to define __stub macros and hopefully few prototypes,
6248     which can conflict with char $ac_func (); below.
6249     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6250     <limits.h> exists even on freestanding compilers.  */
6251
6252 #ifdef __STDC__
6253 # include <limits.h>
6254 #else
6255 # include <assert.h>
6256 #endif
6257
6258 #undef $ac_func
6259
6260 /* Override any gcc2 internal prototype to avoid an error.  */
6261 #ifdef __cplusplus
6262 extern "C"
6263 {
6264 #endif
6265 /* We use char because int might match the return type of a gcc2
6266    builtin and then its argument prototype would still apply.  */
6267 char $ac_func ();
6268 /* The GNU C library defines this for functions which it implements
6269     to always fail with ENOSYS.  Some functions are actually named
6270     something starting with __ and the normal name is an alias.  */
6271 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6272 choke me
6273 #else
6274 char (*f) () = $ac_func;
6275 #endif
6276 #ifdef __cplusplus
6277 }
6278 #endif
6279
6280 int
6281 main ()
6282 {
6283 return f != $ac_func;
6284   ;
6285   return 0;
6286 }
6287 _ACEOF
6288 rm -f conftest.$ac_objext conftest$ac_exeext
6289 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6290   (eval $ac_link) 2>conftest.er1
6291   ac_status=$?
6292   grep -v '^ *+' conftest.er1 >conftest.err
6293   rm -f conftest.er1
6294   cat conftest.err >&5
6295   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6296   (exit $ac_status); } &&
6297          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
6298   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6299   (eval $ac_try) 2>&5
6300   ac_status=$?
6301   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6302   (exit $ac_status); }; } &&
6303          { ac_try='test -s conftest$ac_exeext'
6304   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6305   (eval $ac_try) 2>&5
6306   ac_status=$?
6307   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6308   (exit $ac_status); }; }; then
6309   eval "$as_ac_var=yes"
6310 else
6311   echo "$as_me: failed program was:" >&5
6312 sed 's/^/| /' conftest.$ac_ext >&5
6313
6314 eval "$as_ac_var=no"
6315 fi
6316 rm -f conftest.err conftest.$ac_objext \
6317       conftest$ac_exeext conftest.$ac_ext
6318 fi
6319 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
6320 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6321 if test `eval echo '${'$as_ac_var'}'` = yes; then
6322   cat >>confdefs.h <<_ACEOF
6323 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6324 _ACEOF
6325
6326 else
6327
6328 echo "$as_me:$LINENO: checking for inet_aton in -lresolv" >&5
6329 echo $ECHO_N "checking for inet_aton in -lresolv... $ECHO_C" >&6
6330 if test "${ac_cv_lib_resolv_inet_aton+set}" = set; then
6331   echo $ECHO_N "(cached) $ECHO_C" >&6
6332 else
6333   ac_check_lib_save_LIBS=$LIBS
6334 LIBS="-lresolv  $LIBS"
6335 cat >conftest.$ac_ext <<_ACEOF
6336 /* confdefs.h.  */
6337 _ACEOF
6338 cat confdefs.h >>conftest.$ac_ext
6339 cat >>conftest.$ac_ext <<_ACEOF
6340 /* end confdefs.h.  */
6341
6342 /* Override any gcc2 internal prototype to avoid an error.  */
6343 #ifdef __cplusplus
6344 extern "C"
6345 #endif
6346 /* We use char because int might match the return type of a gcc2
6347    builtin and then its argument prototype would still apply.  */
6348 char inet_aton ();
6349 int
6350 main ()
6351 {
6352 inet_aton ();
6353   ;
6354   return 0;
6355 }
6356 _ACEOF
6357 rm -f conftest.$ac_objext conftest$ac_exeext
6358 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6359   (eval $ac_link) 2>conftest.er1
6360   ac_status=$?
6361   grep -v '^ *+' conftest.er1 >conftest.err
6362   rm -f conftest.er1
6363   cat conftest.err >&5
6364   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6365   (exit $ac_status); } &&
6366          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
6367   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6368   (eval $ac_try) 2>&5
6369   ac_status=$?
6370   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6371   (exit $ac_status); }; } &&
6372          { ac_try='test -s conftest$ac_exeext'
6373   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6374   (eval $ac_try) 2>&5
6375   ac_status=$?
6376   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6377   (exit $ac_status); }; }; then
6378   ac_cv_lib_resolv_inet_aton=yes
6379 else
6380   echo "$as_me: failed program was:" >&5
6381 sed 's/^/| /' conftest.$ac_ext >&5
6382
6383 ac_cv_lib_resolv_inet_aton=no
6384 fi
6385 rm -f conftest.err conftest.$ac_objext \
6386       conftest$ac_exeext conftest.$ac_ext
6387 LIBS=$ac_check_lib_save_LIBS
6388 fi
6389 echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_aton" >&5
6390 echo "${ECHO_T}$ac_cv_lib_resolv_inet_aton" >&6
6391 if test $ac_cv_lib_resolv_inet_aton = yes; then
6392   cat >>confdefs.h <<_ACEOF
6393 #define HAVE_LIBRESOLV 1
6394 _ACEOF
6395
6396   LIBS="-lresolv $LIBS"
6397
6398 fi
6399
6400 fi
6401 done
6402
6403
6404 echo "$as_me:$LINENO: checking for _xpg4_setrunelocale in -lxpg4" >&5
6405 echo $ECHO_N "checking for _xpg4_setrunelocale in -lxpg4... $ECHO_C" >&6
6406 if test "${ac_cv_lib_xpg4__xpg4_setrunelocale+set}" = set; then
6407   echo $ECHO_N "(cached) $ECHO_C" >&6
6408 else
6409   ac_check_lib_save_LIBS=$LIBS
6410 LIBS="-lxpg4  $LIBS"
6411 cat >conftest.$ac_ext <<_ACEOF
6412 /* confdefs.h.  */
6413 _ACEOF
6414 cat confdefs.h >>conftest.$ac_ext
6415 cat >>conftest.$ac_ext <<_ACEOF
6416 /* end confdefs.h.  */
6417
6418 /* Override any gcc2 internal prototype to avoid an error.  */
6419 #ifdef __cplusplus
6420 extern "C"
6421 #endif
6422 /* We use char because int might match the return type of a gcc2
6423    builtin and then its argument prototype would still apply.  */
6424 char _xpg4_setrunelocale ();
6425 int
6426 main ()
6427 {
6428 _xpg4_setrunelocale ();
6429   ;
6430   return 0;
6431 }
6432 _ACEOF
6433 rm -f conftest.$ac_objext conftest$ac_exeext
6434 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6435   (eval $ac_link) 2>conftest.er1
6436   ac_status=$?
6437   grep -v '^ *+' conftest.er1 >conftest.err
6438   rm -f conftest.er1
6439   cat conftest.err >&5
6440   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6441   (exit $ac_status); } &&
6442          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
6443   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6444   (eval $ac_try) 2>&5
6445   ac_status=$?
6446   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6447   (exit $ac_status); }; } &&
6448          { ac_try='test -s conftest$ac_exeext'
6449   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6450   (eval $ac_try) 2>&5
6451   ac_status=$?
6452   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6453   (exit $ac_status); }; }; then
6454   ac_cv_lib_xpg4__xpg4_setrunelocale=yes
6455 else
6456   echo "$as_me: failed program was:" >&5
6457 sed 's/^/| /' conftest.$ac_ext >&5
6458
6459 ac_cv_lib_xpg4__xpg4_setrunelocale=no
6460 fi
6461 rm -f conftest.err conftest.$ac_objext \
6462       conftest$ac_exeext conftest.$ac_ext
6463 LIBS=$ac_check_lib_save_LIBS
6464 fi
6465 echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4__xpg4_setrunelocale" >&5
6466 echo "${ECHO_T}$ac_cv_lib_xpg4__xpg4_setrunelocale" >&6
6467 if test $ac_cv_lib_xpg4__xpg4_setrunelocale = yes; then
6468   cat >>confdefs.h <<_ACEOF
6469 #define HAVE_LIBXPG4 1
6470 _ACEOF
6471
6472   LIBS="-lxpg4 $LIBS"
6473
6474 fi
6475
6476
6477 echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
6478 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6
6479 if test "${ac_cv_lib_poll_poll+set}" = set; then
6480   echo $ECHO_N "(cached) $ECHO_C" >&6
6481 else
6482   ac_check_lib_save_LIBS=$LIBS
6483 LIBS="-lpoll  $LIBS"
6484 cat >conftest.$ac_ext <<_ACEOF
6485 /* confdefs.h.  */
6486 _ACEOF
6487 cat confdefs.h >>conftest.$ac_ext
6488 cat >>conftest.$ac_ext <<_ACEOF
6489 /* end confdefs.h.  */
6490
6491 /* Override any gcc2 internal prototype to avoid an error.  */
6492 #ifdef __cplusplus
6493 extern "C"
6494 #endif
6495 /* We use char because int might match the return type of a gcc2
6496    builtin and then its argument prototype would still apply.  */
6497 char poll ();
6498 int
6499 main ()
6500 {
6501 poll ();
6502   ;
6503   return 0;
6504 }
6505 _ACEOF
6506 rm -f conftest.$ac_objext conftest$ac_exeext
6507 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6508   (eval $ac_link) 2>conftest.er1
6509   ac_status=$?
6510   grep -v '^ *+' conftest.er1 >conftest.err
6511   rm -f conftest.er1
6512   cat conftest.err >&5
6513   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6514   (exit $ac_status); } &&
6515          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
6516   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6517   (eval $ac_try) 2>&5
6518   ac_status=$?
6519   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6520   (exit $ac_status); }; } &&
6521          { ac_try='test -s conftest$ac_exeext'
6522   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6523   (eval $ac_try) 2>&5
6524   ac_status=$?
6525   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6526   (exit $ac_status); }; }; then
6527   ac_cv_lib_poll_poll=yes
6528 else
6529   echo "$as_me: failed program was:" >&5
6530 sed 's/^/| /' conftest.$ac_ext >&5
6531
6532 ac_cv_lib_poll_poll=no
6533 fi
6534 rm -f conftest.err conftest.$ac_objext \
6535       conftest$ac_exeext conftest.$ac_ext
6536 LIBS=$ac_check_lib_save_LIBS
6537 fi
6538 echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
6539 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6
6540 if test $ac_cv_lib_poll_poll = yes; then
6541   cat >>confdefs.h <<_ACEOF
6542 #define HAVE_LIBPOLL 1
6543 _ACEOF
6544
6545   LIBS="-lpoll $LIBS"
6546
6547 fi
6548
6549
6550 echo "$as_me:$LINENO: checking for res_9_init in -lresolv" >&5
6551 echo $ECHO_N "checking for res_9_init in -lresolv... $ECHO_C" >&6
6552 if test "${ac_cv_lib_resolv_res_9_init+set}" = set; then
6553   echo $ECHO_N "(cached) $ECHO_C" >&6
6554 else
6555   ac_check_lib_save_LIBS=$LIBS
6556 LIBS="-lresolv  $LIBS"
6557 cat >conftest.$ac_ext <<_ACEOF
6558 /* confdefs.h.  */
6559 _ACEOF
6560 cat confdefs.h >>conftest.$ac_ext
6561 cat >>conftest.$ac_ext <<_ACEOF
6562 /* end confdefs.h.  */
6563
6564 /* Override any gcc2 internal prototype to avoid an error.  */
6565 #ifdef __cplusplus
6566 extern "C"
6567 #endif
6568 /* We use char because int might match the return type of a gcc2
6569    builtin and then its argument prototype would still apply.  */
6570 char res_9_init ();
6571 int
6572 main ()
6573 {
6574 res_9_init ();
6575   ;
6576   return 0;
6577 }
6578 _ACEOF
6579 rm -f conftest.$ac_objext conftest$ac_exeext
6580 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6581   (eval $ac_link) 2>conftest.er1
6582   ac_status=$?
6583   grep -v '^ *+' conftest.er1 >conftest.err
6584   rm -f conftest.er1
6585   cat conftest.err >&5
6586   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6587   (exit $ac_status); } &&
6588          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
6589   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6590   (eval $ac_try) 2>&5
6591   ac_status=$?
6592   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6593   (exit $ac_status); }; } &&
6594          { ac_try='test -s conftest$ac_exeext'
6595   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6596   (eval $ac_try) 2>&5
6597   ac_status=$?
6598   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6599   (exit $ac_status); }; }; then
6600   ac_cv_lib_resolv_res_9_init=yes
6601 else
6602   echo "$as_me: failed program was:" >&5
6603 sed 's/^/| /' conftest.$ac_ext >&5
6604
6605 ac_cv_lib_resolv_res_9_init=no
6606 fi
6607 rm -f conftest.err conftest.$ac_objext \
6608       conftest$ac_exeext conftest.$ac_ext
6609 LIBS=$ac_check_lib_save_LIBS
6610 fi
6611 echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_9_init" >&5
6612 echo "${ECHO_T}$ac_cv_lib_resolv_res_9_init" >&6
6613 if test $ac_cv_lib_resolv_res_9_init = yes; then
6614   cat >>confdefs.h <<_ACEOF
6615 #define HAVE_LIBRESOLV 1
6616 _ACEOF
6617
6618   LIBS="-lresolv $LIBS"
6619
6620 fi
6621
6622 echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6623 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6
6624 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6625   echo $ECHO_N "(cached) $ECHO_C" >&6
6626 else
6627   ac_check_lib_save_LIBS=$LIBS
6628 LIBS="-lpthread  $LIBS"
6629 cat >conftest.$ac_ext <<_ACEOF
6630 /* confdefs.h.  */
6631 _ACEOF
6632 cat confdefs.h >>conftest.$ac_ext
6633 cat >>conftest.$ac_ext <<_ACEOF
6634 /* end confdefs.h.  */
6635
6636 /* Override any gcc2 internal prototype to avoid an error.  */
6637 #ifdef __cplusplus
6638 extern "C"
6639 #endif
6640 /* We use char because int might match the return type of a gcc2
6641    builtin and then its argument prototype would still apply.  */
6642 char pthread_create ();
6643 int
6644 main ()
6645 {
6646 pthread_create ();
6647   ;
6648   return 0;
6649 }
6650 _ACEOF
6651 rm -f conftest.$ac_objext conftest$ac_exeext
6652 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6653   (eval $ac_link) 2>conftest.er1
6654   ac_status=$?
6655   grep -v '^ *+' conftest.er1 >conftest.err
6656   rm -f conftest.er1
6657   cat conftest.err >&5
6658   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6659   (exit $ac_status); } &&
6660          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
6661   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6662   (eval $ac_try) 2>&5
6663   ac_status=$?
6664   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6665   (exit $ac_status); }; } &&
6666          { ac_try='test -s conftest$ac_exeext'
6667   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6668   (eval $ac_try) 2>&5
6669   ac_status=$?
6670   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6671   (exit $ac_status); }; }; then
6672   ac_cv_lib_pthread_pthread_create=yes
6673 else
6674   echo "$as_me: failed program was:" >&5
6675 sed 's/^/| /' conftest.$ac_ext >&5
6676
6677 ac_cv_lib_pthread_pthread_create=no
6678 fi
6679 rm -f conftest.err conftest.$ac_objext \
6680       conftest$ac_exeext conftest.$ac_ext
6681 LIBS=$ac_check_lib_save_LIBS
6682 fi
6683 echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6684 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6
6685 if test $ac_cv_lib_pthread_pthread_create = yes; then
6686   LIBPTHREAD="-lpthread"
6687
6688 fi
6689
6690
6691 XLIB=""
6692
6693 XFILES=""
6694
6695 OPENGLFILES=""
6696
6697 GLU32FILES=""
6698
6699 OPENGL_LIBS=""
6700
6701
6702
6703 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6704 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6705 if test "${ac_cv_header_stdc+set}" = set; then
6706   echo $ECHO_N "(cached) $ECHO_C" >&6
6707 else
6708   cat >conftest.$ac_ext <<_ACEOF
6709 /* confdefs.h.  */
6710 _ACEOF
6711 cat confdefs.h >>conftest.$ac_ext
6712 cat >>conftest.$ac_ext <<_ACEOF
6713 /* end confdefs.h.  */
6714 #include <stdlib.h>
6715 #include <stdarg.h>
6716 #include <string.h>
6717 #include <float.h>
6718
6719 int
6720 main ()
6721 {
6722
6723   ;
6724   return 0;
6725 }
6726 _ACEOF
6727 rm -f conftest.$ac_objext
6728 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6729   (eval $ac_compile) 2>conftest.er1
6730   ac_status=$?
6731   grep -v '^ *+' conftest.er1 >conftest.err
6732   rm -f conftest.er1
6733   cat conftest.err >&5
6734   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6735   (exit $ac_status); } &&
6736          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
6737   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6738   (eval $ac_try) 2>&5
6739   ac_status=$?
6740   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6741   (exit $ac_status); }; } &&
6742          { ac_try='test -s conftest.$ac_objext'
6743   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6744   (eval $ac_try) 2>&5
6745   ac_status=$?
6746   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6747   (exit $ac_status); }; }; then
6748   ac_cv_header_stdc=yes
6749 else
6750   echo "$as_me: failed program was:" >&5
6751 sed 's/^/| /' conftest.$ac_ext >&5
6752
6753 ac_cv_header_stdc=no
6754 fi
6755 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6756
6757 if test $ac_cv_header_stdc = yes; then
6758   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6759   cat >conftest.$ac_ext <<_ACEOF
6760 /* confdefs.h.  */
6761 _ACEOF
6762 cat confdefs.h >>conftest.$ac_ext
6763 cat >>conftest.$ac_ext <<_ACEOF
6764 /* end confdefs.h.  */
6765 #include <string.h>
6766
6767 _ACEOF
6768 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6769   $EGREP "memchr" >/dev/null 2>&1; then
6770   :
6771 else
6772   ac_cv_header_stdc=no
6773 fi
6774 rm -f conftest*
6775
6776 fi
6777
6778 if test $ac_cv_header_stdc = yes; then
6779   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6780   cat >conftest.$ac_ext <<_ACEOF
6781 /* confdefs.h.  */
6782 _ACEOF
6783 cat confdefs.h >>conftest.$ac_ext
6784 cat >>conftest.$ac_ext <<_ACEOF
6785 /* end confdefs.h.  */
6786 #include <stdlib.h>
6787
6788 _ACEOF
6789 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6790   $EGREP "free" >/dev/null 2>&1; then
6791   :
6792 else
6793   ac_cv_header_stdc=no
6794 fi
6795 rm -f conftest*
6796
6797 fi
6798
6799 if test $ac_cv_header_stdc = yes; then
6800   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6801   if test "$cross_compiling" = yes; then
6802   :
6803 else
6804   cat >conftest.$ac_ext <<_ACEOF
6805 /* confdefs.h.  */
6806 _ACEOF
6807 cat confdefs.h >>conftest.$ac_ext
6808 cat >>conftest.$ac_ext <<_ACEOF
6809 /* end confdefs.h.  */
6810 #include <ctype.h>
6811 #if ((' ' & 0x0FF) == 0x020)
6812 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6813 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6814 #else
6815 # define ISLOWER(c) \
6816                    (('a' <= (c) && (c) <= 'i') \
6817                      || ('j' <= (c) && (c) <= 'r') \
6818                      || ('s' <= (c) && (c) <= 'z'))
6819 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6820 #endif
6821
6822 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6823 int
6824 main ()
6825 {
6826   int i;
6827   for (i = 0; i < 256; i++)
6828     if (XOR (islower (i), ISLOWER (i))
6829         || toupper (i) != TOUPPER (i))
6830       exit(2);
6831   exit (0);
6832 }
6833 _ACEOF
6834 rm -f conftest$ac_exeext
6835 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6836   (eval $ac_link) 2>&5
6837   ac_status=$?
6838   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6839   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6840   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6841   (eval $ac_try) 2>&5
6842   ac_status=$?
6843   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6844   (exit $ac_status); }; }; then
6845   :
6846 else
6847   echo "$as_me: program exited with status $ac_status" >&5
6848 echo "$as_me: failed program was:" >&5
6849 sed 's/^/| /' conftest.$ac_ext >&5
6850
6851 ( exit $ac_status )
6852 ac_cv_header_stdc=no
6853 fi
6854 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6855 fi
6856 fi
6857 fi
6858 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6859 echo "${ECHO_T}$ac_cv_header_stdc" >&6
6860 if test $ac_cv_header_stdc = yes; then
6861
6862 cat >>confdefs.h <<\_ACEOF
6863 #define STDC_HEADERS 1
6864 _ACEOF
6865
6866 fi
6867
6868 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6869
6870
6871
6872
6873
6874
6875
6876
6877
6878 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6879                   inttypes.h stdint.h unistd.h
6880 do
6881 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6882 echo "$as_me:$LINENO: checking for $ac_header" >&5
6883 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6884 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6885   echo $ECHO_N "(cached) $ECHO_C" >&6
6886 else
6887   cat >conftest.$ac_ext <<_ACEOF
6888 /* confdefs.h.  */
6889 _ACEOF
6890 cat confdefs.h >>conftest.$ac_ext
6891 cat >>conftest.$ac_ext <<_ACEOF
6892 /* end confdefs.h.  */
6893 $ac_includes_default
6894
6895 #include <$ac_header>
6896 _ACEOF
6897 rm -f conftest.$ac_objext
6898 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6899   (eval $ac_compile) 2>conftest.er1
6900   ac_status=$?
6901   grep -v '^ *+' conftest.er1 >conftest.err
6902   rm -f conftest.er1
6903   cat conftest.err >&5
6904   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6905   (exit $ac_status); } &&
6906          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
6907   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6908   (eval $ac_try) 2>&5
6909   ac_status=$?
6910   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6911   (exit $ac_status); }; } &&
6912          { ac_try='test -s conftest.$ac_objext'
6913   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6914   (eval $ac_try) 2>&5
6915   ac_status=$?
6916   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6917   (exit $ac_status); }; }; then
6918   eval "$as_ac_Header=yes"
6919 else
6920   echo "$as_me: failed program was:" >&5
6921 sed 's/^/| /' conftest.$ac_ext >&5
6922
6923 eval "$as_ac_Header=no"
6924 fi
6925 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6926 fi
6927 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6928 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6929 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6930   cat >>confdefs.h <<_ACEOF
6931 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6932 _ACEOF
6933
6934 fi
6935
6936 done
6937
6938
6939
6940
6941
6942
6943
6944
6945
6946
6947
6948
6949
6950
6951
6952
6953
6954
6955
6956
6957
6958
6959
6960
6961
6962
6963
6964
6965
6966
6967
6968
6969
6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
7018
7019
7020
7021
7022
7023
7024
7025
7026
7027
7028
7029
7030
7031
7032
7033
7034
7035
7036
7037
7038
7039
7040 for ac_header in \
7041         IOKit/IOKitLib.h \
7042         alsa/asoundlib.h \
7043         arpa/inet.h \
7044         arpa/nameser.h \
7045         asm/types.h \
7046         capi20.h \
7047         cups/cups.h \
7048         curses.h \
7049         direct.h \
7050         dlfcn.h \
7051         elf.h \
7052         float.h \
7053         fontconfig/fontconfig.h \
7054         getopt.h \
7055         gif_lib.h \
7056         ieeefp.h \
7057         io.h \
7058         jack/jack.h \
7059         jpeglib.h \
7060         lber.h \
7061         lcms.h \
7062         lcms/lcms.h \
7063         ldap.h \
7064         libaudioio.h \
7065         link.h \
7066         linux/capi.h \
7067         linux/cdrom.h \
7068         linux/compiler.h \
7069         linux/hdreg.h \
7070         linux/input.h \
7071         linux/ioctl.h \
7072         linux/joystick.h \
7073         linux/major.h \
7074         linux/param.h \
7075         linux/serial.h \
7076         linux/ucdrom.h \
7077         mach/machine.h \
7078         machine/cpu.h \
7079         machine/limits.h \
7080         machine/soundcard.h \
7081         mntent.h \
7082         ncurses.h \
7083         netdb.h \
7084         netinet/in.h \
7085         netinet/in_systm.h \
7086         netinet/tcp.h \
7087         netinet/tcp_fsm.h \
7088         openssl/ssl.h \
7089         poll.h \
7090         process.h \
7091         pthread.h \
7092         pwd.h \
7093         regex.h \
7094         sched.h \
7095         scsi/scsi.h \
7096         scsi/scsi_ioctl.h \
7097         scsi/sg.h \
7098         soundcard.h \
7099         stdint.h \
7100         strings.h \
7101         sys/asoundlib.h \
7102         sys/cdio.h \
7103         sys/elf32.h \
7104         sys/epoll.h \
7105         sys/errno.h \
7106         sys/exec_elf.h \
7107         sys/filio.h \
7108         sys/ioctl.h \
7109         sys/ipc.h \
7110         sys/limits.h \
7111         sys/link.h \
7112         sys/lwp.h \
7113         sys/mman.h \
7114         sys/modem.h \
7115         sys/msg.h \
7116         sys/param.h \
7117         sys/poll.h \
7118         sys/ptrace.h \
7119         sys/reg.h \
7120         sys/scsiio.h \
7121         sys/shm.h \
7122         sys/signal.h \
7123         sys/socket.h \
7124         sys/sockio.h \
7125         sys/soundcard.h \
7126         sys/statvfs.h \
7127         sys/strtio.h \
7128         sys/syscall.h \
7129         sys/sysctl.h \
7130         sys/time.h \
7131         sys/times.h \
7132         sys/uio.h \
7133         sys/un.h \
7134         sys/vm86.h \
7135         sys/wait.h \
7136         syscall.h \
7137         termios.h \
7138         unicode/ubidi.h \
7139         unistd.h \
7140         utime.h \
7141         valgrind/memcheck.h
7142
7143 do
7144 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7145 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7146   echo "$as_me:$LINENO: checking for $ac_header" >&5
7147 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7148 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7149   echo $ECHO_N "(cached) $ECHO_C" >&6
7150 fi
7151 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7152 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7153 else
7154   # Is the header compilable?
7155 echo "$as_me:$LINENO: checking $ac_header usability" >&5
7156 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7157 cat >conftest.$ac_ext <<_ACEOF
7158 /* confdefs.h.  */
7159 _ACEOF
7160 cat confdefs.h >>conftest.$ac_ext
7161 cat >>conftest.$ac_ext <<_ACEOF
7162 /* end confdefs.h.  */
7163 $ac_includes_default
7164 #include <$ac_header>
7165 _ACEOF
7166 rm -f conftest.$ac_objext
7167 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7168   (eval $ac_compile) 2>conftest.er1
7169   ac_status=$?
7170   grep -v '^ *+' conftest.er1 >conftest.err
7171   rm -f conftest.er1
7172   cat conftest.err >&5
7173   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7174   (exit $ac_status); } &&
7175          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
7176   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7177   (eval $ac_try) 2>&5
7178   ac_status=$?
7179   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7180   (exit $ac_status); }; } &&
7181          { ac_try='test -s conftest.$ac_objext'
7182   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7183   (eval $ac_try) 2>&5
7184   ac_status=$?
7185   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7186   (exit $ac_status); }; }; then
7187   ac_header_compiler=yes
7188 else
7189   echo "$as_me: failed program was:" >&5
7190 sed 's/^/| /' conftest.$ac_ext >&5
7191
7192 ac_header_compiler=no
7193 fi
7194 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7195 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7196 echo "${ECHO_T}$ac_header_compiler" >&6
7197
7198 # Is the header present?
7199 echo "$as_me:$LINENO: checking $ac_header presence" >&5
7200 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7201 cat >conftest.$ac_ext <<_ACEOF
7202 /* confdefs.h.  */
7203 _ACEOF
7204 cat confdefs.h >>conftest.$ac_ext
7205 cat >>conftest.$ac_ext <<_ACEOF
7206 /* end confdefs.h.  */
7207 #include <$ac_header>
7208 _ACEOF
7209 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7210   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7211   ac_status=$?
7212   grep -v '^ *+' conftest.er1 >conftest.err
7213   rm -f conftest.er1
7214   cat conftest.err >&5
7215   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7216   (exit $ac_status); } >/dev/null; then
7217   if test -s conftest.err; then
7218     ac_cpp_err=$ac_c_preproc_warn_flag
7219     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7220   else
7221     ac_cpp_err=
7222   fi
7223 else
7224   ac_cpp_err=yes
7225 fi
7226 if test -z "$ac_cpp_err"; then
7227   ac_header_preproc=yes
7228 else
7229   echo "$as_me: failed program was:" >&5
7230 sed 's/^/| /' conftest.$ac_ext >&5
7231
7232   ac_header_preproc=no
7233 fi
7234 rm -f conftest.err conftest.$ac_ext
7235 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7236 echo "${ECHO_T}$ac_header_preproc" >&6
7237
7238 # So?  What about this header?
7239 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7240   yes:no: )
7241     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7242 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7243     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7244 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7245     ac_header_preproc=yes
7246     ;;
7247   no:yes:* )
7248     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7249 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7250     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
7251 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
7252     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7253 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7254     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
7255 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
7256     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7257 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7258     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7259 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7260     (
7261       cat <<\_ASBOX
7262 ## ------------------------------------ ##
7263 ## Report this to wine-devel@winehq.org ##
7264 ## ------------------------------------ ##
7265 _ASBOX
7266     ) |
7267       sed "s/^/$as_me: WARNING:     /" >&2
7268     ;;
7269 esac
7270 echo "$as_me:$LINENO: checking for $ac_header" >&5
7271 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7272 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7273   echo $ECHO_N "(cached) $ECHO_C" >&6
7274 else
7275   eval "$as_ac_Header=\$ac_header_preproc"
7276 fi
7277 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7278 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7279
7280 fi
7281 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7282   cat >>confdefs.h <<_ACEOF
7283 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7284 _ACEOF
7285
7286 fi
7287
7288 done
7289
7290 echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7291 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6
7292 if test "${ac_cv_header_stat_broken+set}" = set; then
7293   echo $ECHO_N "(cached) $ECHO_C" >&6
7294 else
7295   cat >conftest.$ac_ext <<_ACEOF
7296 /* confdefs.h.  */
7297 _ACEOF
7298 cat confdefs.h >>conftest.$ac_ext
7299 cat >>conftest.$ac_ext <<_ACEOF
7300 /* end confdefs.h.  */
7301 #include <sys/types.h>
7302 #include <sys/stat.h>
7303
7304 #if defined(S_ISBLK) && defined(S_IFDIR)
7305 # if S_ISBLK (S_IFDIR)
7306 You lose.
7307 # endif
7308 #endif
7309
7310 #if defined(S_ISBLK) && defined(S_IFCHR)
7311 # if S_ISBLK (S_IFCHR)
7312 You lose.
7313 # endif
7314 #endif
7315
7316 #if defined(S_ISLNK) && defined(S_IFREG)
7317 # if S_ISLNK (S_IFREG)
7318 You lose.
7319 # endif
7320 #endif
7321
7322 #if defined(S_ISSOCK) && defined(S_IFREG)
7323 # if S_ISSOCK (S_IFREG)
7324 You lose.
7325 # endif
7326 #endif
7327
7328 _ACEOF
7329 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7330   $EGREP "You lose" >/dev/null 2>&1; then
7331   ac_cv_header_stat_broken=yes
7332 else
7333   ac_cv_header_stat_broken=no
7334 fi
7335 rm -f conftest*
7336
7337 fi
7338 echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7339 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6
7340 if test $ac_cv_header_stat_broken = yes; then
7341
7342 cat >>confdefs.h <<\_ACEOF
7343 #define STAT_MACROS_BROKEN 1
7344 _ACEOF
7345
7346 fi
7347
7348
7349
7350 if test "$have_x" = "yes"
7351 then
7352     XLIB="-lXext -lX11"
7353     ac_save_CPPFLAGS="$CPPFLAGS"
7354     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7355
7356
7357
7358
7359
7360
7361
7362
7363
7364
7365
7366 for ac_header in X11/Xlib.h \
7367                       X11/XKBlib.h \
7368                       X11/Xutil.h \
7369                       X11/extensions/shape.h \
7370                       X11/extensions/XInput.h \
7371                       X11/extensions/XShm.h \
7372                       X11/extensions/Xrandr.h \
7373                       X11/extensions/Xrender.h \
7374                       X11/extensions/xf86dga.h \
7375                       X11/extensions/xf86vmode.h
7376 do
7377 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7378 echo "$as_me:$LINENO: checking for $ac_header" >&5
7379 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7380 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7381   echo $ECHO_N "(cached) $ECHO_C" >&6
7382 else
7383   cat >conftest.$ac_ext <<_ACEOF
7384 /* confdefs.h.  */
7385 _ACEOF
7386 cat confdefs.h >>conftest.$ac_ext
7387 cat >>conftest.$ac_ext <<_ACEOF
7388 /* end confdefs.h.  */
7389 #ifdef HAVE_X11_XLIB_H
7390 # include <X11/Xlib.h>
7391 #endif
7392 #ifdef HAVE_X11_XUTIL_H
7393 # include <X11/Xutil.h>
7394 #endif
7395
7396 #include <$ac_header>
7397 _ACEOF
7398 rm -f conftest.$ac_objext
7399 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7400   (eval $ac_compile) 2>conftest.er1
7401   ac_status=$?
7402   grep -v '^ *+' conftest.er1 >conftest.err
7403   rm -f conftest.er1
7404   cat conftest.err >&5
7405   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7406   (exit $ac_status); } &&
7407          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
7408   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7409   (eval $ac_try) 2>&5
7410   ac_status=$?
7411   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7412   (exit $ac_status); }; } &&
7413          { ac_try='test -s conftest.$ac_objext'
7414   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7415   (eval $ac_try) 2>&5
7416   ac_status=$?
7417   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7418   (exit $ac_status); }; }; then
7419   eval "$as_ac_Header=yes"
7420 else
7421   echo "$as_me: failed program was:" >&5
7422 sed 's/^/| /' conftest.$ac_ext >&5
7423
7424 eval "$as_ac_Header=no"
7425 fi
7426 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7427 fi
7428 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7429 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7430 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7431   cat >>confdefs.h <<_ACEOF
7432 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7433 _ACEOF
7434
7435 fi
7436
7437 done
7438
7439
7440                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7441         then
7442               echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
7443 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6
7444 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
7445   echo $ECHO_N "(cached) $ECHO_C" >&6
7446 else
7447   ac_check_lib_save_LIBS=$LIBS
7448 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
7449 cat >conftest.$ac_ext <<_ACEOF
7450 /* confdefs.h.  */
7451 _ACEOF
7452 cat confdefs.h >>conftest.$ac_ext
7453 cat >>conftest.$ac_ext <<_ACEOF
7454 /* end confdefs.h.  */
7455
7456 /* Override any gcc2 internal prototype to avoid an error.  */
7457 #ifdef __cplusplus
7458 extern "C"
7459 #endif
7460 /* We use char because int might match the return type of a gcc2
7461    builtin and then its argument prototype would still apply.  */
7462 char XkbQueryExtension ();
7463 int
7464 main ()
7465 {
7466 XkbQueryExtension ();
7467   ;
7468   return 0;
7469 }
7470 _ACEOF
7471 rm -f conftest.$ac_objext conftest$ac_exeext
7472 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7473   (eval $ac_link) 2>conftest.er1
7474   ac_status=$?
7475   grep -v '^ *+' conftest.er1 >conftest.err
7476   rm -f conftest.er1
7477   cat conftest.err >&5
7478   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7479   (exit $ac_status); } &&
7480          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
7481   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7482   (eval $ac_try) 2>&5
7483   ac_status=$?
7484   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7485   (exit $ac_status); }; } &&
7486          { ac_try='test -s conftest$ac_exeext'
7487   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7488   (eval $ac_try) 2>&5
7489   ac_status=$?
7490   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7491   (exit $ac_status); }; }; then
7492   ac_cv_lib_X11_XkbQueryExtension=yes
7493 else
7494   echo "$as_me: failed program was:" >&5
7495 sed 's/^/| /' conftest.$ac_ext >&5
7496
7497 ac_cv_lib_X11_XkbQueryExtension=no
7498 fi
7499 rm -f conftest.err conftest.$ac_objext \
7500       conftest$ac_exeext conftest.$ac_ext
7501 LIBS=$ac_check_lib_save_LIBS
7502 fi
7503 echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
7504 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6
7505 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
7506
7507 cat >>confdefs.h <<\_ACEOF
7508 #define HAVE_XKB 1
7509 _ACEOF
7510
7511 fi
7512
7513         fi
7514
7515                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
7516         then
7517               echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
7518 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6
7519 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
7520   echo $ECHO_N "(cached) $ECHO_C" >&6
7521 else
7522   ac_check_lib_save_LIBS=$LIBS
7523 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
7524 cat >conftest.$ac_ext <<_ACEOF
7525 /* confdefs.h.  */
7526 _ACEOF
7527 cat confdefs.h >>conftest.$ac_ext
7528 cat >>conftest.$ac_ext <<_ACEOF
7529 /* end confdefs.h.  */
7530
7531 /* Override any gcc2 internal prototype to avoid an error.  */
7532 #ifdef __cplusplus
7533 extern "C"
7534 #endif
7535 /* We use char because int might match the return type of a gcc2
7536    builtin and then its argument prototype would still apply.  */
7537 char XShmQueryExtension ();
7538 int
7539 main ()
7540 {
7541 XShmQueryExtension ();
7542   ;
7543   return 0;
7544 }
7545 _ACEOF
7546 rm -f conftest.$ac_objext conftest$ac_exeext
7547 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7548   (eval $ac_link) 2>conftest.er1
7549   ac_status=$?
7550   grep -v '^ *+' conftest.er1 >conftest.err
7551   rm -f conftest.er1
7552   cat conftest.err >&5
7553   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7554   (exit $ac_status); } &&
7555          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
7556   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7557   (eval $ac_try) 2>&5
7558   ac_status=$?
7559   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7560   (exit $ac_status); }; } &&
7561          { ac_try='test -s conftest$ac_exeext'
7562   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7563   (eval $ac_try) 2>&5
7564   ac_status=$?
7565   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7566   (exit $ac_status); }; }; then
7567   ac_cv_lib_Xext_XShmQueryExtension=yes
7568 else
7569   echo "$as_me: failed program was:" >&5
7570 sed 's/^/| /' conftest.$ac_ext >&5
7571
7572 ac_cv_lib_Xext_XShmQueryExtension=no
7573 fi
7574 rm -f conftest.err conftest.$ac_objext \
7575       conftest$ac_exeext conftest.$ac_ext
7576 LIBS=$ac_check_lib_save_LIBS
7577 fi
7578 echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
7579 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6
7580 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
7581
7582 cat >>confdefs.h <<\_ACEOF
7583 #define HAVE_LIBXXSHM 1
7584 _ACEOF
7585
7586 fi
7587
7588         fi
7589
7590                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
7591         then
7592               echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
7593 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
7594 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
7595   echo $ECHO_N "(cached) $ECHO_C" >&6
7596 else
7597   ac_check_lib_save_LIBS=$LIBS
7598 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
7599 cat >conftest.$ac_ext <<_ACEOF
7600 /* confdefs.h.  */
7601 _ACEOF
7602 cat confdefs.h >>conftest.$ac_ext
7603 cat >>conftest.$ac_ext <<_ACEOF
7604 /* end confdefs.h.  */
7605
7606 /* Override any gcc2 internal prototype to avoid an error.  */
7607 #ifdef __cplusplus
7608 extern "C"
7609 #endif
7610 /* We use char because int might match the return type of a gcc2
7611    builtin and then its argument prototype would still apply.  */
7612 char XShapeQueryExtension ();
7613 int
7614 main ()
7615 {
7616 XShapeQueryExtension ();
7617   ;
7618   return 0;
7619 }
7620 _ACEOF
7621 rm -f conftest.$ac_objext conftest$ac_exeext
7622 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7623   (eval $ac_link) 2>conftest.er1
7624   ac_status=$?
7625   grep -v '^ *+' conftest.er1 >conftest.err
7626   rm -f conftest.er1
7627   cat conftest.err >&5
7628   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7629   (exit $ac_status); } &&
7630          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
7631   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7632   (eval $ac_try) 2>&5
7633   ac_status=$?
7634   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7635   (exit $ac_status); }; } &&
7636          { ac_try='test -s conftest$ac_exeext'
7637   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7638   (eval $ac_try) 2>&5
7639   ac_status=$?
7640   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7641   (exit $ac_status); }; }; then
7642   ac_cv_lib_Xext_XShapeQueryExtension=yes
7643 else
7644   echo "$as_me: failed program was:" >&5
7645 sed 's/^/| /' conftest.$ac_ext >&5
7646
7647 ac_cv_lib_Xext_XShapeQueryExtension=no
7648 fi
7649 rm -f conftest.err conftest.$ac_objext \
7650       conftest$ac_exeext conftest.$ac_ext
7651 LIBS=$ac_check_lib_save_LIBS
7652 fi
7653 echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
7654 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
7655 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
7656
7657 cat >>confdefs.h <<\_ACEOF
7658 #define HAVE_LIBXSHAPE 1
7659 _ACEOF
7660
7661 fi
7662
7663         fi
7664
7665                 if test "$ac_cv_header_X11_extensions_xf86dga_h" = "yes"
7666         then
7667               echo "$as_me:$LINENO: checking for XDGAQueryExtension in -lXxf86dga" >&5
7668 echo $ECHO_N "checking for XDGAQueryExtension in -lXxf86dga... $ECHO_C" >&6
7669 if test "${ac_cv_lib_Xxf86dga_XDGAQueryExtension+set}" = set; then
7670   echo $ECHO_N "(cached) $ECHO_C" >&6
7671 else
7672   ac_check_lib_save_LIBS=$LIBS
7673 LIBS="-lXxf86dga $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
7674 cat >conftest.$ac_ext <<_ACEOF
7675 /* confdefs.h.  */
7676 _ACEOF
7677 cat confdefs.h >>conftest.$ac_ext
7678 cat >>conftest.$ac_ext <<_ACEOF
7679 /* end confdefs.h.  */
7680
7681 /* Override any gcc2 internal prototype to avoid an error.  */
7682 #ifdef __cplusplus
7683 extern "C"
7684 #endif
7685 /* We use char because int might match the return type of a gcc2
7686    builtin and then its argument prototype would still apply.  */
7687 char XDGAQueryExtension ();
7688 int
7689 main ()
7690 {
7691 XDGAQueryExtension ();
7692   ;
7693   return 0;
7694 }
7695 _ACEOF
7696 rm -f conftest.$ac_objext conftest$ac_exeext
7697 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7698   (eval $ac_link) 2>conftest.er1
7699   ac_status=$?
7700   grep -v '^ *+' conftest.er1 >conftest.err
7701   rm -f conftest.er1
7702   cat conftest.err >&5
7703   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7704   (exit $ac_status); } &&
7705          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
7706   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7707   (eval $ac_try) 2>&5
7708   ac_status=$?
7709   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7710   (exit $ac_status); }; } &&
7711          { ac_try='test -s conftest$ac_exeext'
7712   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7713   (eval $ac_try) 2>&5
7714   ac_status=$?
7715   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7716   (exit $ac_status); }; }; then
7717   ac_cv_lib_Xxf86dga_XDGAQueryExtension=yes
7718 else
7719   echo "$as_me: failed program was:" >&5
7720 sed 's/^/| /' conftest.$ac_ext >&5
7721
7722 ac_cv_lib_Xxf86dga_XDGAQueryExtension=no
7723 fi
7724 rm -f conftest.err conftest.$ac_objext \
7725       conftest$ac_exeext conftest.$ac_ext
7726 LIBS=$ac_check_lib_save_LIBS
7727 fi
7728 echo "$as_me:$LINENO: result: $ac_cv_lib_Xxf86dga_XDGAQueryExtension" >&5
7729 echo "${ECHO_T}$ac_cv_lib_Xxf86dga_XDGAQueryExtension" >&6
7730 if test $ac_cv_lib_Xxf86dga_XDGAQueryExtension = yes; then
7731
7732 cat >>confdefs.h <<\_ACEOF
7733 #define HAVE_LIBXXF86DGA2 1
7734 _ACEOF
7735
7736                   X_PRE_LIBS="$X_PRE_LIBS -lXxf86dga"
7737
7738 fi
7739
7740         fi
7741
7742                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
7743         then
7744                 echo "$as_me:$LINENO: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
7745 echo $ECHO_N "checking for XF86VidModeQueryExtension in -lXxf86vm... $ECHO_C" >&6
7746 if test "${ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension+set}" = set; then
7747   echo $ECHO_N "(cached) $ECHO_C" >&6
7748 else
7749   ac_check_lib_save_LIBS=$LIBS
7750 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
7751 cat >conftest.$ac_ext <<_ACEOF
7752 /* confdefs.h.  */
7753 _ACEOF
7754 cat confdefs.h >>conftest.$ac_ext
7755 cat >>conftest.$ac_ext <<_ACEOF
7756 /* end confdefs.h.  */
7757
7758 /* Override any gcc2 internal prototype to avoid an error.  */
7759 #ifdef __cplusplus
7760 extern "C"
7761 #endif
7762 /* We use char because int might match the return type of a gcc2
7763    builtin and then its argument prototype would still apply.  */
7764 char XF86VidModeQueryExtension ();
7765 int
7766 main ()
7767 {
7768 XF86VidModeQueryExtension ();
7769   ;
7770   return 0;
7771 }
7772 _ACEOF
7773 rm -f conftest.$ac_objext conftest$ac_exeext
7774 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7775   (eval $ac_link) 2>conftest.er1
7776   ac_status=$?
7777   grep -v '^ *+' conftest.er1 >conftest.err
7778   rm -f conftest.er1
7779   cat conftest.err >&5
7780   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7781   (exit $ac_status); } &&
7782          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
7783   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7784   (eval $ac_try) 2>&5
7785   ac_status=$?
7786   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7787   (exit $ac_status); }; } &&
7788          { ac_try='test -s conftest$ac_exeext'
7789   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7790   (eval $ac_try) 2>&5
7791   ac_status=$?
7792   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7793   (exit $ac_status); }; }; then
7794   ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=yes
7795 else
7796   echo "$as_me: failed program was:" >&5
7797 sed 's/^/| /' conftest.$ac_ext >&5
7798
7799 ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=no
7800 fi
7801 rm -f conftest.err conftest.$ac_objext \
7802       conftest$ac_exeext conftest.$ac_ext
7803 LIBS=$ac_check_lib_save_LIBS
7804 fi
7805 echo "$as_me:$LINENO: result: $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&5
7806 echo "${ECHO_T}$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&6
7807 if test $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension = yes; then
7808
7809 cat >>confdefs.h <<\_ACEOF
7810 #define HAVE_LIBXXF86VM 1
7811 _ACEOF
7812
7813                      X_PRE_LIBS="$X_PRE_LIBS -lXxf86vm"
7814
7815 fi
7816
7817         fi
7818
7819                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes"
7820         then
7821                 cat >conftest.$ac_ext <<_ACEOF
7822 /* confdefs.h.  */
7823 _ACEOF
7824 cat confdefs.h >>conftest.$ac_ext
7825 cat >>conftest.$ac_ext <<_ACEOF
7826 /* end confdefs.h.  */
7827 #include <X11/Xlib.h>
7828 #include <X11/extensions/Xrandr.h>
7829 int
7830 main ()
7831 {
7832 static typeof(XRRSetScreenConfigAndRate) * func;
7833   ;
7834   return 0;
7835 }
7836 _ACEOF
7837 rm -f conftest.$ac_objext
7838 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7839   (eval $ac_compile) 2>conftest.er1
7840   ac_status=$?
7841   grep -v '^ *+' conftest.er1 >conftest.err
7842   rm -f conftest.er1
7843   cat conftest.err >&5
7844   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7845   (exit $ac_status); } &&
7846          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
7847   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7848   (eval $ac_try) 2>&5
7849   ac_status=$?
7850   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7851   (exit $ac_status); }; } &&
7852          { ac_try='test -s conftest.$ac_objext'
7853   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7854   (eval $ac_try) 2>&5
7855   ac_status=$?
7856   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7857   (exit $ac_status); }; }; then
7858
7859 cat >>confdefs.h <<\_ACEOF
7860 #define HAVE_LIBXRANDR 1
7861 _ACEOF
7862
7863 else
7864   echo "$as_me: failed program was:" >&5
7865 sed 's/^/| /' conftest.$ac_ext >&5
7866
7867 fi
7868 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7869         fi
7870
7871                 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes"
7872         then
7873               echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
7874 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6
7875 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
7876   echo $ECHO_N "(cached) $ECHO_C" >&6
7877 else
7878   ac_check_lib_save_LIBS=$LIBS
7879 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
7880 cat >conftest.$ac_ext <<_ACEOF
7881 /* confdefs.h.  */
7882 _ACEOF
7883 cat confdefs.h >>conftest.$ac_ext
7884 cat >>conftest.$ac_ext <<_ACEOF
7885 /* end confdefs.h.  */
7886
7887 /* Override any gcc2 internal prototype to avoid an error.  */
7888 #ifdef __cplusplus
7889 extern "C"
7890 #endif
7891 /* We use char because int might match the return type of a gcc2
7892    builtin and then its argument prototype would still apply.  */
7893 char XRenderSetPictureTransform ();
7894 int
7895 main ()
7896 {
7897 XRenderSetPictureTransform ();
7898   ;
7899   return 0;
7900 }
7901 _ACEOF
7902 rm -f conftest.$ac_objext conftest$ac_exeext
7903 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7904   (eval $ac_link) 2>conftest.er1
7905   ac_status=$?
7906   grep -v '^ *+' conftest.er1 >conftest.err
7907   rm -f conftest.er1
7908   cat conftest.err >&5
7909   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7910   (exit $ac_status); } &&
7911          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
7912   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7913   (eval $ac_try) 2>&5
7914   ac_status=$?
7915   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7916   (exit $ac_status); }; } &&
7917          { ac_try='test -s conftest$ac_exeext'
7918   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7919   (eval $ac_try) 2>&5
7920   ac_status=$?
7921   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7922   (exit $ac_status); }; }; then
7923   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
7924 else
7925   echo "$as_me: failed program was:" >&5
7926 sed 's/^/| /' conftest.$ac_ext >&5
7927
7928 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
7929 fi
7930 rm -f conftest.err conftest.$ac_objext \
7931       conftest$ac_exeext conftest.$ac_ext
7932 LIBS=$ac_check_lib_save_LIBS
7933 fi
7934 echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
7935 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6
7936 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
7937
7938 cat >>confdefs.h <<\_ACEOF
7939 #define HAVE_XRENDERSETPICTURETRANSFORM 1
7940 _ACEOF
7941
7942 fi
7943
7944         fi
7945
7946         if test "x$with_opengl" != "xno"
7947     then
7948
7949
7950
7951 for ac_header in GL/gl.h GL/glx.h GL/glext.h
7952 do
7953 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7954 echo "$as_me:$LINENO: checking for $ac_header" >&5
7955 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7956 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7957   echo $ECHO_N "(cached) $ECHO_C" >&6
7958 else
7959   cat >conftest.$ac_ext <<_ACEOF
7960 /* confdefs.h.  */
7961 _ACEOF
7962 cat confdefs.h >>conftest.$ac_ext
7963 cat >>conftest.$ac_ext <<_ACEOF
7964 /* end confdefs.h.  */
7965 #ifdef HAVE_GL_GLX_H
7966 # include <GL/glx.h>
7967 #endif
7968
7969 #include <$ac_header>
7970 _ACEOF
7971 rm -f conftest.$ac_objext
7972 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7973   (eval $ac_compile) 2>conftest.er1
7974   ac_status=$?
7975   grep -v '^ *+' conftest.er1 >conftest.err
7976   rm -f conftest.er1
7977   cat conftest.err >&5
7978   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7979   (exit $ac_status); } &&
7980          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
7981   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7982   (eval $ac_try) 2>&5
7983   ac_status=$?
7984   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7985   (exit $ac_status); }; } &&
7986          { ac_try='test -s conftest.$ac_objext'
7987   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7988   (eval $ac_try) 2>&5
7989   ac_status=$?
7990   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7991   (exit $ac_status); }; }; then
7992   eval "$as_ac_Header=yes"
7993 else
7994   echo "$as_me: failed program was:" >&5
7995 sed 's/^/| /' conftest.$ac_ext >&5
7996
7997 eval "$as_ac_Header=no"
7998 fi
7999 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8000 fi
8001 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8002 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8003 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8004   cat >>confdefs.h <<_ACEOF
8005 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8006 _ACEOF
8007
8008 fi
8009
8010 done
8011
8012         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8013         then
8014                     echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
8015 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6
8016 if test "${wine_cv_opengl_version_OK+set}" = set; then
8017   echo $ECHO_N "(cached) $ECHO_C" >&6
8018 else
8019   cat >conftest.$ac_ext <<_ACEOF
8020 /* confdefs.h.  */
8021 _ACEOF
8022 cat confdefs.h >>conftest.$ac_ext
8023 cat >>conftest.$ac_ext <<_ACEOF
8024 /* end confdefs.h.  */
8025 #include <GL/gl.h>
8026 int
8027 main ()
8028 {
8029 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8030   ;
8031   return 0;
8032 }
8033 _ACEOF
8034 rm -f conftest.$ac_objext
8035 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8036   (eval $ac_compile) 2>conftest.er1
8037   ac_status=$?
8038   grep -v '^ *+' conftest.er1 >conftest.err
8039   rm -f conftest.er1
8040   cat conftest.err >&5
8041   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8042   (exit $ac_status); } &&
8043          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
8044   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8045   (eval $ac_try) 2>&5
8046   ac_status=$?
8047   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8048   (exit $ac_status); }; } &&
8049          { ac_try='test -s conftest.$ac_objext'
8050   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8051   (eval $ac_try) 2>&5
8052   ac_status=$?
8053   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8054   (exit $ac_status); }; }; then
8055   wine_cv_opengl_version_OK="yes"
8056 else
8057   echo "$as_me: failed program was:" >&5
8058 sed 's/^/| /' conftest.$ac_ext >&5
8059
8060 wine_cv_opengl_version_OK="no"
8061
8062 fi
8063 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8064
8065 fi
8066 echo "$as_me:$LINENO: result: $wine_cv_opengl_version_OK" >&5
8067 echo "${ECHO_T}$wine_cv_opengl_version_OK" >&6
8068
8069             if test "$wine_cv_opengl_version_OK" = "yes"
8070             then
8071                                 echo "$as_me:$LINENO: checking for glXCreateContext in -lGL" >&5
8072 echo $ECHO_N "checking for glXCreateContext in -lGL... $ECHO_C" >&6
8073 if test "${ac_cv_lib_GL_glXCreateContext+set}" = set; then
8074   echo $ECHO_N "(cached) $ECHO_C" >&6
8075 else
8076   ac_check_lib_save_LIBS=$LIBS
8077 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
8078 cat >conftest.$ac_ext <<_ACEOF
8079 /* confdefs.h.  */
8080 _ACEOF
8081 cat confdefs.h >>conftest.$ac_ext
8082 cat >>conftest.$ac_ext <<_ACEOF
8083 /* end confdefs.h.  */
8084
8085 /* Override any gcc2 internal prototype to avoid an error.  */
8086 #ifdef __cplusplus
8087 extern "C"
8088 #endif
8089 /* We use char because int might match the return type of a gcc2
8090    builtin and then its argument prototype would still apply.  */
8091 char glXCreateContext ();
8092 int
8093 main ()
8094 {
8095 glXCreateContext ();
8096   ;
8097   return 0;
8098 }
8099 _ACEOF
8100 rm -f conftest.$ac_objext conftest$ac_exeext
8101 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8102   (eval $ac_link) 2>conftest.er1
8103   ac_status=$?
8104   grep -v '^ *+' conftest.er1 >conftest.err
8105   rm -f conftest.er1
8106   cat conftest.err >&5
8107   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8108   (exit $ac_status); } &&
8109          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
8110   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8111   (eval $ac_try) 2>&5
8112   ac_status=$?
8113   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8114   (exit $ac_status); }; } &&
8115          { ac_try='test -s conftest$ac_exeext'
8116   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8117   (eval $ac_try) 2>&5
8118   ac_status=$?
8119   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8120   (exit $ac_status); }; }; then
8121   ac_cv_lib_GL_glXCreateContext=yes
8122 else
8123   echo "$as_me: failed program was:" >&5
8124 sed 's/^/| /' conftest.$ac_ext >&5
8125
8126 ac_cv_lib_GL_glXCreateContext=no
8127 fi
8128 rm -f conftest.err conftest.$ac_objext \
8129       conftest$ac_exeext conftest.$ac_ext
8130 LIBS=$ac_check_lib_save_LIBS
8131 fi
8132 echo "$as_me:$LINENO: result: $ac_cv_lib_GL_glXCreateContext" >&5
8133 echo "${ECHO_T}$ac_cv_lib_GL_glXCreateContext" >&6
8134 if test $ac_cv_lib_GL_glXCreateContext = yes; then
8135   OPENGL_LIBS="-lGL"
8136
8137 fi
8138
8139
8140                 if test "$ac_cv_lib_GL_glXCreateContext" = "yes"
8141                 then
8142                         OPENGLFILES='$(OPENGLFILES)'
8143
8144 cat >>confdefs.h <<\_ACEOF
8145 #define HAVE_OPENGL 1
8146 _ACEOF
8147
8148                 else
8149                     if test -f /usr/X11R6/lib/libGL.a
8150                     then
8151                        { { echo "$as_me:$LINENO: error: /usr/X11R6/lib/libGL.a is present on your system.
8152 This prevents linking to OpenGL. Delete the file and restart configure." >&5
8153 echo "$as_me: error: /usr/X11R6/lib/libGL.a is present on your system.
8154 This prevents linking to OpenGL. Delete the file and restart configure." >&2;}
8155    { (exit 1); exit 1; }; }
8156                     fi
8157                 fi
8158
8159                                 echo "$as_me:$LINENO: checking for gluLookAt in -lGLU" >&5
8160 echo $ECHO_N "checking for gluLookAt in -lGLU... $ECHO_C" >&6
8161 if test "${ac_cv_lib_GLU_gluLookAt+set}" = set; then
8162   echo $ECHO_N "(cached) $ECHO_C" >&6
8163 else
8164   ac_check_lib_save_LIBS=$LIBS
8165 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS
8166                  $LIBS"
8167 cat >conftest.$ac_ext <<_ACEOF
8168 /* confdefs.h.  */
8169 _ACEOF
8170 cat confdefs.h >>conftest.$ac_ext
8171 cat >>conftest.$ac_ext <<_ACEOF
8172 /* end confdefs.h.  */
8173
8174 /* Override any gcc2 internal prototype to avoid an error.  */
8175 #ifdef __cplusplus
8176 extern "C"
8177 #endif
8178 /* We use char because int might match the return type of a gcc2
8179    builtin and then its argument prototype would still apply.  */
8180 char gluLookAt ();
8181 int
8182 main ()
8183 {
8184 gluLookAt ();
8185   ;
8186   return 0;
8187 }
8188 _ACEOF
8189 rm -f conftest.$ac_objext conftest$ac_exeext
8190 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8191   (eval $ac_link) 2>conftest.er1
8192   ac_status=$?
8193   grep -v '^ *+' conftest.er1 >conftest.err
8194   rm -f conftest.er1
8195   cat conftest.err >&5
8196   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8197   (exit $ac_status); } &&
8198          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
8199   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8200   (eval $ac_try) 2>&5
8201   ac_status=$?
8202   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8203   (exit $ac_status); }; } &&
8204          { ac_try='test -s conftest$ac_exeext'
8205   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8206   (eval $ac_try) 2>&5
8207   ac_status=$?
8208   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8209   (exit $ac_status); }; }; then
8210   ac_cv_lib_GLU_gluLookAt=yes
8211 else
8212   echo "$as_me: failed program was:" >&5
8213 sed 's/^/| /' conftest.$ac_ext >&5
8214
8215 ac_cv_lib_GLU_gluLookAt=no
8216 fi
8217 rm -f conftest.err conftest.$ac_objext \
8218       conftest$ac_exeext conftest.$ac_ext
8219 LIBS=$ac_check_lib_save_LIBS
8220 fi
8221 echo "$as_me:$LINENO: result: $ac_cv_lib_GLU_gluLookAt" >&5
8222 echo "${ECHO_T}$ac_cv_lib_GLU_gluLookAt" >&6
8223 if test $ac_cv_lib_GLU_gluLookAt = yes; then
8224   OPENGL_LIBS="$OPENGL_LIBS -lGLU"
8225                              GLU32FILES='$(GLU32FILES)'
8226
8227 fi
8228
8229              fi
8230
8231                           echo "$as_me:$LINENO: checking for glutMainLoop in -lglut" >&5
8232 echo $ECHO_N "checking for glutMainLoop in -lglut... $ECHO_C" >&6
8233 if test "${ac_cv_lib_glut_glutMainLoop+set}" = set; then
8234   echo $ECHO_N "(cached) $ECHO_C" >&6
8235 else
8236   ac_check_lib_save_LIBS=$LIBS
8237 LIBS="-lglut $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXmu -lXi -lX11 $X_EXTRA_LIBS $LIBS"
8238 cat >conftest.$ac_ext <<_ACEOF
8239 /* confdefs.h.  */
8240 _ACEOF
8241 cat confdefs.h >>conftest.$ac_ext
8242 cat >>conftest.$ac_ext <<_ACEOF
8243 /* end confdefs.h.  */
8244
8245 /* Override any gcc2 internal prototype to avoid an error.  */
8246 #ifdef __cplusplus
8247 extern "C"
8248 #endif
8249 /* We use char because int might match the return type of a gcc2
8250    builtin and then its argument prototype would still apply.  */
8251 char glutMainLoop ();
8252 int
8253 main ()
8254 {
8255 glutMainLoop ();
8256   ;
8257   return 0;
8258 }
8259 _ACEOF
8260 rm -f conftest.$ac_objext conftest$ac_exeext
8261 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8262   (eval $ac_link) 2>conftest.er1
8263   ac_status=$?
8264   grep -v '^ *+' conftest.er1 >conftest.err
8265   rm -f conftest.er1
8266   cat conftest.err >&5
8267   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8268   (exit $ac_status); } &&
8269          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
8270   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8271   (eval $ac_try) 2>&5
8272   ac_status=$?
8273   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8274   (exit $ac_status); }; } &&
8275          { ac_try='test -s conftest$ac_exeext'
8276   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8277   (eval $ac_try) 2>&5
8278   ac_status=$?
8279   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8280   (exit $ac_status); }; }; then
8281   ac_cv_lib_glut_glutMainLoop=yes
8282 else
8283   echo "$as_me: failed program was:" >&5
8284 sed 's/^/| /' conftest.$ac_ext >&5
8285
8286 ac_cv_lib_glut_glutMainLoop=no
8287 fi
8288 rm -f conftest.err conftest.$ac_objext \
8289       conftest$ac_exeext conftest.$ac_ext
8290 LIBS=$ac_check_lib_save_LIBS
8291 fi
8292 echo "$as_me:$LINENO: result: $ac_cv_lib_glut_glutMainLoop" >&5
8293 echo "${ECHO_T}$ac_cv_lib_glut_glutMainLoop" >&6
8294 if test $ac_cv_lib_glut_glutMainLoop = yes; then
8295   GLUT_LIBS="-lglut -lXmu -lXi"
8296
8297                         GLUT32FILES='$(GLUT32FILES)'
8298
8299 fi
8300
8301          fi
8302     fi
8303
8304         NASLIBS=""
8305
8306
8307 for ac_header in audio/audiolib.h
8308 do
8309 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8310 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8311   echo "$as_me:$LINENO: checking for $ac_header" >&5
8312 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8313 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8314   echo $ECHO_N "(cached) $ECHO_C" >&6
8315 fi
8316 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8317 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8318 else
8319   # Is the header compilable?
8320 echo "$as_me:$LINENO: checking $ac_header usability" >&5
8321 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8322 cat >conftest.$ac_ext <<_ACEOF
8323 /* confdefs.h.  */
8324 _ACEOF
8325 cat confdefs.h >>conftest.$ac_ext
8326 cat >>conftest.$ac_ext <<_ACEOF
8327 /* end confdefs.h.  */
8328 $ac_includes_default
8329 #include <$ac_header>
8330 _ACEOF
8331 rm -f conftest.$ac_objext
8332 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8333   (eval $ac_compile) 2>conftest.er1
8334   ac_status=$?
8335   grep -v '^ *+' conftest.er1 >conftest.err
8336   rm -f conftest.er1
8337   cat conftest.err >&5
8338   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8339   (exit $ac_status); } &&
8340          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
8341   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8342   (eval $ac_try) 2>&5
8343   ac_status=$?
8344   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8345   (exit $ac_status); }; } &&
8346          { ac_try='test -s conftest.$ac_objext'
8347   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8348   (eval $ac_try) 2>&5
8349   ac_status=$?
8350   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8351   (exit $ac_status); }; }; then
8352   ac_header_compiler=yes
8353 else
8354   echo "$as_me: failed program was:" >&5
8355 sed 's/^/| /' conftest.$ac_ext >&5
8356
8357 ac_header_compiler=no
8358 fi
8359 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8360 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8361 echo "${ECHO_T}$ac_header_compiler" >&6
8362
8363 # Is the header present?
8364 echo "$as_me:$LINENO: checking $ac_header presence" >&5
8365 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8366 cat >conftest.$ac_ext <<_ACEOF
8367 /* confdefs.h.  */
8368 _ACEOF
8369 cat confdefs.h >>conftest.$ac_ext
8370 cat >>conftest.$ac_ext <<_ACEOF
8371 /* end confdefs.h.  */
8372 #include <$ac_header>
8373 _ACEOF
8374 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8375   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8376   ac_status=$?
8377   grep -v '^ *+' conftest.er1 >conftest.err
8378   rm -f conftest.er1
8379   cat conftest.err >&5
8380   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8381   (exit $ac_status); } >/dev/null; then
8382   if test -s conftest.err; then
8383     ac_cpp_err=$ac_c_preproc_warn_flag
8384     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
8385   else
8386     ac_cpp_err=
8387   fi
8388 else
8389   ac_cpp_err=yes
8390 fi
8391 if test -z "$ac_cpp_err"; then
8392   ac_header_preproc=yes
8393 else
8394   echo "$as_me: failed program was:" >&5
8395 sed 's/^/| /' conftest.$ac_ext >&5
8396
8397   ac_header_preproc=no
8398 fi
8399 rm -f conftest.err conftest.$ac_ext
8400 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8401 echo "${ECHO_T}$ac_header_preproc" >&6
8402
8403 # So?  What about this header?
8404 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8405   yes:no: )
8406     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8407 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8408     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
8409 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
8410     ac_header_preproc=yes
8411     ;;
8412   no:yes:* )
8413     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8414 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8415     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
8416 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
8417     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8418 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8419     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
8420 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
8421     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8422 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8423     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8424 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
8425     (
8426       cat <<\_ASBOX
8427 ## ------------------------------------ ##
8428 ## Report this to wine-devel@winehq.org ##
8429 ## ------------------------------------ ##
8430 _ASBOX
8431     ) |
8432       sed "s/^/$as_me: WARNING:     /" >&2
8433     ;;
8434 esac
8435 echo "$as_me:$LINENO: checking for $ac_header" >&5
8436 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8437 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8438   echo $ECHO_N "(cached) $ECHO_C" >&6
8439 else
8440   eval "$as_ac_Header=\$ac_header_preproc"
8441 fi
8442 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8443 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8444
8445 fi
8446 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8447   cat >>confdefs.h <<_ACEOF
8448 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8449 _ACEOF
8450
8451 for ac_header in audio/soundlib.h
8452 do
8453 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8454 echo "$as_me:$LINENO: checking for $ac_header" >&5
8455 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8456 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8457   echo $ECHO_N "(cached) $ECHO_C" >&6
8458 else
8459   cat >conftest.$ac_ext <<_ACEOF
8460 /* confdefs.h.  */
8461 _ACEOF
8462 cat confdefs.h >>conftest.$ac_ext
8463 cat >>conftest.$ac_ext <<_ACEOF
8464 /* end confdefs.h.  */
8465 #include <audio/audiolib.h>
8466
8467 #include <$ac_header>
8468 _ACEOF
8469 rm -f conftest.$ac_objext
8470 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8471   (eval $ac_compile) 2>conftest.er1
8472   ac_status=$?
8473   grep -v '^ *+' conftest.er1 >conftest.err
8474   rm -f conftest.er1
8475   cat conftest.err >&5
8476   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8477   (exit $ac_status); } &&
8478          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
8479   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8480   (eval $ac_try) 2>&5
8481   ac_status=$?
8482   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8483   (exit $ac_status); }; } &&
8484          { ac_try='test -s conftest.$ac_objext'
8485   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8486   (eval $ac_try) 2>&5
8487   ac_status=$?
8488   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8489   (exit $ac_status); }; }; then
8490   eval "$as_ac_Header=yes"
8491 else
8492   echo "$as_me: failed program was:" >&5
8493 sed 's/^/| /' conftest.$ac_ext >&5
8494
8495 eval "$as_ac_Header=no"
8496 fi
8497 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8498 fi
8499 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8500 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8501 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8502   cat >>confdefs.h <<_ACEOF
8503 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8504 _ACEOF
8505
8506 fi
8507
8508 done
8509
8510           echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
8511 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6
8512 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
8513   echo $ECHO_N "(cached) $ECHO_C" >&6
8514 else
8515   ac_check_lib_save_LIBS=$LIBS
8516 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8517 cat >conftest.$ac_ext <<_ACEOF
8518 /* confdefs.h.  */
8519 _ACEOF
8520 cat confdefs.h >>conftest.$ac_ext
8521 cat >>conftest.$ac_ext <<_ACEOF
8522 /* end confdefs.h.  */
8523
8524 /* Override any gcc2 internal prototype to avoid an error.  */
8525 #ifdef __cplusplus
8526 extern "C"
8527 #endif
8528 /* We use char because int might match the return type of a gcc2
8529    builtin and then its argument prototype would still apply.  */
8530 char AuCreateFlow ();
8531 int
8532 main ()
8533 {
8534 AuCreateFlow ();
8535   ;
8536   return 0;
8537 }
8538 _ACEOF
8539 rm -f conftest.$ac_objext conftest$ac_exeext
8540 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8541   (eval $ac_link) 2>conftest.er1
8542   ac_status=$?
8543   grep -v '^ *+' conftest.er1 >conftest.err
8544   rm -f conftest.er1
8545   cat conftest.err >&5
8546   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8547   (exit $ac_status); } &&
8548          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
8549   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8550   (eval $ac_try) 2>&5
8551   ac_status=$?
8552   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8553   (exit $ac_status); }; } &&
8554          { ac_try='test -s conftest$ac_exeext'
8555   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8556   (eval $ac_try) 2>&5
8557   ac_status=$?
8558   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8559   (exit $ac_status); }; }; then
8560   ac_cv_lib_audio_AuCreateFlow=yes
8561 else
8562   echo "$as_me: failed program was:" >&5
8563 sed 's/^/| /' conftest.$ac_ext >&5
8564
8565 ac_cv_lib_audio_AuCreateFlow=no
8566 fi
8567 rm -f conftest.err conftest.$ac_objext \
8568       conftest$ac_exeext conftest.$ac_ext
8569 LIBS=$ac_check_lib_save_LIBS
8570 fi
8571 echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8572 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6
8573 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
8574
8575 cat >>confdefs.h <<\_ACEOF
8576 #define HAVE_NAS 1
8577 _ACEOF
8578
8579                         NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
8580 fi
8581
8582 fi
8583
8584 done
8585
8586
8587     CPPFLAGS="$ac_save_CPPFLAGS"
8588     XFILES='$(XFILES)'
8589 else
8590     XLIB=""
8591     X_CFLAGS=""
8592     X_LIBS=""
8593 fi
8594
8595
8596 XML2LIBS=""
8597
8598 XML2INCL=""
8599
8600 if test "$PKG_CONFIG" != "false"
8601 then
8602     ac_save_CPPFLAGS="$CPPFLAGS"
8603     ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0`"
8604     ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0`"
8605     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
8606
8607 for ac_header in libxml/parser.h
8608 do
8609 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8610 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8611   echo "$as_me:$LINENO: checking for $ac_header" >&5
8612 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8613 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8614   echo $ECHO_N "(cached) $ECHO_C" >&6
8615 fi
8616 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8617 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8618 else
8619   # Is the header compilable?
8620 echo "$as_me:$LINENO: checking $ac_header usability" >&5
8621 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8622 cat >conftest.$ac_ext <<_ACEOF
8623 /* confdefs.h.  */
8624 _ACEOF
8625 cat confdefs.h >>conftest.$ac_ext
8626 cat >>conftest.$ac_ext <<_ACEOF
8627 /* end confdefs.h.  */
8628 $ac_includes_default
8629 #include <$ac_header>
8630 _ACEOF
8631 rm -f conftest.$ac_objext
8632 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8633   (eval $ac_compile) 2>conftest.er1
8634   ac_status=$?
8635   grep -v '^ *+' conftest.er1 >conftest.err
8636   rm -f conftest.er1
8637   cat conftest.err >&5
8638   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8639   (exit $ac_status); } &&
8640          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
8641   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8642   (eval $ac_try) 2>&5
8643   ac_status=$?
8644   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8645   (exit $ac_status); }; } &&
8646          { ac_try='test -s conftest.$ac_objext'
8647   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8648   (eval $ac_try) 2>&5
8649   ac_status=$?
8650   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8651   (exit $ac_status); }; }; then
8652   ac_header_compiler=yes
8653 else
8654   echo "$as_me: failed program was:" >&5
8655 sed 's/^/| /' conftest.$ac_ext >&5
8656
8657 ac_header_compiler=no
8658 fi
8659 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8660 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8661 echo "${ECHO_T}$ac_header_compiler" >&6
8662
8663 # Is the header present?
8664 echo "$as_me:$LINENO: checking $ac_header presence" >&5
8665 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8666 cat >conftest.$ac_ext <<_ACEOF
8667 /* confdefs.h.  */
8668 _ACEOF
8669 cat confdefs.h >>conftest.$ac_ext
8670 cat >>conftest.$ac_ext <<_ACEOF
8671 /* end confdefs.h.  */
8672 #include <$ac_header>
8673 _ACEOF
8674 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8675   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8676   ac_status=$?
8677   grep -v '^ *+' conftest.er1 >conftest.err
8678   rm -f conftest.er1
8679   cat conftest.err >&5
8680   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8681   (exit $ac_status); } >/dev/null; then
8682   if test -s conftest.err; then
8683     ac_cpp_err=$ac_c_preproc_warn_flag
8684     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
8685   else
8686     ac_cpp_err=
8687   fi
8688 else
8689   ac_cpp_err=yes
8690 fi
8691 if test -z "$ac_cpp_err"; then
8692   ac_header_preproc=yes
8693 else
8694   echo "$as_me: failed program was:" >&5
8695 sed 's/^/| /' conftest.$ac_ext >&5
8696
8697   ac_header_preproc=no
8698 fi
8699 rm -f conftest.err conftest.$ac_ext
8700 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8701 echo "${ECHO_T}$ac_header_preproc" >&6
8702
8703 # So?  What about this header?
8704 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8705   yes:no: )
8706     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8707 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8708     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
8709 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
8710     ac_header_preproc=yes
8711     ;;
8712   no:yes:* )
8713     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8714 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8715     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
8716 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
8717     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8718 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8719     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
8720 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
8721     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8722 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8723     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8724 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
8725     (
8726       cat <<\_ASBOX
8727 ## ------------------------------------ ##
8728 ## Report this to wine-devel@winehq.org ##
8729 ## ------------------------------------ ##
8730 _ASBOX
8731     ) |
8732       sed "s/^/$as_me: WARNING:     /" >&2
8733     ;;
8734 esac
8735 echo "$as_me:$LINENO: checking for $ac_header" >&5
8736 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8737 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8738   echo $ECHO_N "(cached) $ECHO_C" >&6
8739 else
8740   eval "$as_ac_Header=\$ac_header_preproc"
8741 fi
8742 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8743 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8744
8745 fi
8746 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8747   cat >>confdefs.h <<_ACEOF
8748 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8749 _ACEOF
8750  echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
8751 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6
8752 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
8753   echo $ECHO_N "(cached) $ECHO_C" >&6
8754 else
8755   ac_check_lib_save_LIBS=$LIBS
8756 LIBS="-lxml2 $ac_xml_libs $LIBS"
8757 cat >conftest.$ac_ext <<_ACEOF
8758 /* confdefs.h.  */
8759 _ACEOF
8760 cat confdefs.h >>conftest.$ac_ext
8761 cat >>conftest.$ac_ext <<_ACEOF
8762 /* end confdefs.h.  */
8763
8764 /* Override any gcc2 internal prototype to avoid an error.  */
8765 #ifdef __cplusplus
8766 extern "C"
8767 #endif
8768 /* We use char because int might match the return type of a gcc2
8769    builtin and then its argument prototype would still apply.  */
8770 char xmlParseMemory ();
8771 int
8772 main ()
8773 {
8774 xmlParseMemory ();
8775   ;
8776   return 0;
8777 }
8778 _ACEOF
8779 rm -f conftest.$ac_objext conftest$ac_exeext
8780 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8781   (eval $ac_link) 2>conftest.er1
8782   ac_status=$?
8783   grep -v '^ *+' conftest.er1 >conftest.err
8784   rm -f conftest.er1
8785   cat conftest.err >&5
8786   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8787   (exit $ac_status); } &&
8788          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
8789   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8790   (eval $ac_try) 2>&5
8791   ac_status=$?
8792   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8793   (exit $ac_status); }; } &&
8794          { ac_try='test -s conftest$ac_exeext'
8795   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8796   (eval $ac_try) 2>&5
8797   ac_status=$?
8798   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8799   (exit $ac_status); }; }; then
8800   ac_cv_lib_xml2_xmlParseMemory=yes
8801 else
8802   echo "$as_me: failed program was:" >&5
8803 sed 's/^/| /' conftest.$ac_ext >&5
8804
8805 ac_cv_lib_xml2_xmlParseMemory=no
8806 fi
8807 rm -f conftest.err conftest.$ac_objext \
8808       conftest$ac_exeext conftest.$ac_ext
8809 LIBS=$ac_check_lib_save_LIBS
8810 fi
8811 echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
8812 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6
8813 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
8814
8815 cat >>confdefs.h <<\_ACEOF
8816 #define HAVE_LIBXML2 1
8817 _ACEOF
8818
8819              XML2LIBS="$ac_xml_libs"
8820              XML2INCL="$ac_xml_cflags"
8821 fi
8822
8823          echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
8824 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6
8825 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
8826   echo $ECHO_N "(cached) $ECHO_C" >&6
8827 else
8828   ac_check_lib_save_LIBS=$LIBS
8829 LIBS="-lxml2  $LIBS"
8830 cat >conftest.$ac_ext <<_ACEOF
8831 /* confdefs.h.  */
8832 _ACEOF
8833 cat confdefs.h >>conftest.$ac_ext
8834 cat >>conftest.$ac_ext <<_ACEOF
8835 /* end confdefs.h.  */
8836
8837 /* Override any gcc2 internal prototype to avoid an error.  */
8838 #ifdef __cplusplus
8839 extern "C"
8840 #endif
8841 /* We use char because int might match the return type of a gcc2
8842    builtin and then its argument prototype would still apply.  */
8843 char xmlReadMemory ();
8844 int
8845 main ()
8846 {
8847 xmlReadMemory ();
8848   ;
8849   return 0;
8850 }
8851 _ACEOF
8852 rm -f conftest.$ac_objext conftest$ac_exeext
8853 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8854   (eval $ac_link) 2>conftest.er1
8855   ac_status=$?
8856   grep -v '^ *+' conftest.er1 >conftest.err
8857   rm -f conftest.er1
8858   cat conftest.err >&5
8859   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8860   (exit $ac_status); } &&
8861          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
8862   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8863   (eval $ac_try) 2>&5
8864   ac_status=$?
8865   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8866   (exit $ac_status); }; } &&
8867          { ac_try='test -s conftest$ac_exeext'
8868   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8869   (eval $ac_try) 2>&5
8870   ac_status=$?
8871   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8872   (exit $ac_status); }; }; then
8873   ac_cv_lib_xml2_xmlReadMemory=yes
8874 else
8875   echo "$as_me: failed program was:" >&5
8876 sed 's/^/| /' conftest.$ac_ext >&5
8877
8878 ac_cv_lib_xml2_xmlReadMemory=no
8879 fi
8880 rm -f conftest.err conftest.$ac_objext \
8881       conftest$ac_exeext conftest.$ac_ext
8882 LIBS=$ac_check_lib_save_LIBS
8883 fi
8884 echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
8885 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6
8886 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
8887
8888 cat >>confdefs.h <<\_ACEOF
8889 #define HAVE_XMLREADMEMORY 1
8890 _ACEOF
8891
8892 fi
8893
8894
8895 fi
8896
8897 done
8898
8899     CPPFLAGS="$ac_save_CPPFLAGS"
8900 fi
8901
8902 CURSESLIBS=""
8903 if test "x$with_curses" != "xno"
8904 then
8905     if test "$ac_cv_header_ncurses_h" = "yes"
8906     then
8907         echo "$as_me:$LINENO: checking for waddch in -lncurses" >&5
8908 echo $ECHO_N "checking for waddch in -lncurses... $ECHO_C" >&6
8909 if test "${ac_cv_lib_ncurses_waddch+set}" = set; then
8910   echo $ECHO_N "(cached) $ECHO_C" >&6
8911 else
8912   ac_check_lib_save_LIBS=$LIBS
8913 LIBS="-lncurses  $LIBS"
8914 cat >conftest.$ac_ext <<_ACEOF
8915 /* confdefs.h.  */
8916 _ACEOF
8917 cat confdefs.h >>conftest.$ac_ext
8918 cat >>conftest.$ac_ext <<_ACEOF
8919 /* end confdefs.h.  */
8920
8921 /* Override any gcc2 internal prototype to avoid an error.  */
8922 #ifdef __cplusplus
8923 extern "C"
8924 #endif
8925 /* We use char because int might match the return type of a gcc2
8926    builtin and then its argument prototype would still apply.  */
8927 char waddch ();
8928 int
8929 main ()
8930 {
8931 waddch ();
8932   ;
8933   return 0;
8934 }
8935 _ACEOF
8936 rm -f conftest.$ac_objext conftest$ac_exeext
8937 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8938   (eval $ac_link) 2>conftest.er1
8939   ac_status=$?
8940   grep -v '^ *+' conftest.er1 >conftest.err
8941   rm -f conftest.er1
8942   cat conftest.err >&5
8943   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8944   (exit $ac_status); } &&
8945          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
8946   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8947   (eval $ac_try) 2>&5
8948   ac_status=$?
8949   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8950   (exit $ac_status); }; } &&
8951          { ac_try='test -s conftest$ac_exeext'
8952   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8953   (eval $ac_try) 2>&5
8954   ac_status=$?
8955   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8956   (exit $ac_status); }; }; then
8957   ac_cv_lib_ncurses_waddch=yes
8958 else
8959   echo "$as_me: failed program was:" >&5
8960 sed 's/^/| /' conftest.$ac_ext >&5
8961
8962 ac_cv_lib_ncurses_waddch=no
8963 fi
8964 rm -f conftest.err conftest.$ac_objext \
8965       conftest$ac_exeext conftest.$ac_ext
8966 LIBS=$ac_check_lib_save_LIBS
8967 fi
8968 echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_waddch" >&5
8969 echo "${ECHO_T}$ac_cv_lib_ncurses_waddch" >&6
8970 if test $ac_cv_lib_ncurses_waddch = yes; then
8971
8972 cat >>confdefs.h <<\_ACEOF
8973 #define HAVE_LIBNCURSES 1
8974 _ACEOF
8975
8976              CURSESLIBS="-lncurses"
8977 fi
8978
8979     elif test "$ac_cv_header_curses_h" = "yes"
8980     then
8981         echo "$as_me:$LINENO: checking for waddch in -lcurses" >&5
8982 echo $ECHO_N "checking for waddch in -lcurses... $ECHO_C" >&6
8983 if test "${ac_cv_lib_curses_waddch+set}" = set; then
8984   echo $ECHO_N "(cached) $ECHO_C" >&6
8985 else
8986   ac_check_lib_save_LIBS=$LIBS
8987 LIBS="-lcurses  $LIBS"
8988 cat >conftest.$ac_ext <<_ACEOF
8989 /* confdefs.h.  */
8990 _ACEOF
8991 cat confdefs.h >>conftest.$ac_ext
8992 cat >>conftest.$ac_ext <<_ACEOF
8993 /* end confdefs.h.  */
8994
8995 /* Override any gcc2 internal prototype to avoid an error.  */
8996 #ifdef __cplusplus
8997 extern "C"
8998 #endif
8999 /* We use char because int might match the return type of a gcc2
9000    builtin and then its argument prototype would still apply.  */
9001 char waddch ();
9002 int
9003 main ()
9004 {
9005 waddch ();
9006   ;
9007   return 0;
9008 }
9009 _ACEOF
9010 rm -f conftest.$ac_objext conftest$ac_exeext
9011 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9012   (eval $ac_link) 2>conftest.er1
9013   ac_status=$?
9014   grep -v '^ *+' conftest.er1 >conftest.err
9015   rm -f conftest.er1
9016   cat conftest.err >&5
9017   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9018   (exit $ac_status); } &&
9019          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
9020   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9021   (eval $ac_try) 2>&5
9022   ac_status=$?
9023   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9024   (exit $ac_status); }; } &&
9025          { ac_try='test -s conftest$ac_exeext'
9026   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9027   (eval $ac_try) 2>&5
9028   ac_status=$?
9029   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9030   (exit $ac_status); }; }; then
9031   ac_cv_lib_curses_waddch=yes
9032 else
9033   echo "$as_me: failed program was:" >&5
9034 sed 's/^/| /' conftest.$ac_ext >&5
9035
9036 ac_cv_lib_curses_waddch=no
9037 fi
9038 rm -f conftest.err conftest.$ac_objext \
9039       conftest$ac_exeext conftest.$ac_ext
9040 LIBS=$ac_check_lib_save_LIBS
9041 fi
9042 echo "$as_me:$LINENO: result: $ac_cv_lib_curses_waddch" >&5
9043 echo "${ECHO_T}$ac_cv_lib_curses_waddch" >&6
9044 if test $ac_cv_lib_curses_waddch = yes; then
9045
9046 cat >>confdefs.h <<\_ACEOF
9047 #define HAVE_LIBCURSES 1
9048 _ACEOF
9049
9050              CURSESLIBS="-lcurses"
9051 fi
9052
9053     fi
9054 fi
9055
9056
9057 # Extract the first word of "sane-config", so it can be a program name with args.
9058 set dummy sane-config; ac_word=$2
9059 echo "$as_me:$LINENO: checking for $ac_word" >&5
9060 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9061 if test "${ac_cv_prog_sane_devel+set}" = set; then
9062   echo $ECHO_N "(cached) $ECHO_C" >&6
9063 else
9064   if test -n "$sane_devel"; then
9065   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9066 else
9067 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9068 for as_dir in $PATH
9069 do
9070   IFS=$as_save_IFS
9071   test -z "$as_dir" && as_dir=.
9072   for ac_exec_ext in '' $ac_executable_extensions; do
9073   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9074     ac_cv_prog_sane_devel="sane-config"
9075     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9076     break 2
9077   fi
9078 done
9079 done
9080
9081   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9082 fi
9083 fi
9084 sane_devel=$ac_cv_prog_sane_devel
9085 if test -n "$sane_devel"; then
9086   echo "$as_me:$LINENO: result: $sane_devel" >&5
9087 echo "${ECHO_T}$sane_devel" >&6
9088 else
9089   echo "$as_me:$LINENO: result: no" >&5
9090 echo "${ECHO_T}no" >&6
9091 fi
9092
9093 SANELIBS=""
9094
9095 SANEINCL=""
9096
9097 if test "$sane_devel" != "no"
9098 then
9099     SANELIBS="`$sane_devel --libs`"
9100     SANEINCL="`$sane_devel --cflags`"
9101     ac_save_CPPFLAGS="$CPPFLAGS"
9102     ac_save_LIBS="$LIBS"
9103     CPPFLAGS="$CPPFLAGS $SANEINCL"
9104     LIBS="$LIBS $SANELIBS"
9105     if test "${ac_cv_header_sane_sane_h+set}" = set; then
9106   echo "$as_me:$LINENO: checking for sane/sane.h" >&5
9107 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6
9108 if test "${ac_cv_header_sane_sane_h+set}" = set; then
9109   echo $ECHO_N "(cached) $ECHO_C" >&6
9110 fi
9111 echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
9112 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6
9113 else
9114   # Is the header compilable?
9115 echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
9116 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6
9117 cat >conftest.$ac_ext <<_ACEOF
9118 /* confdefs.h.  */
9119 _ACEOF
9120 cat confdefs.h >>conftest.$ac_ext
9121 cat >>conftest.$ac_ext <<_ACEOF
9122 /* end confdefs.h.  */
9123 $ac_includes_default
9124 #include <sane/sane.h>
9125 _ACEOF
9126 rm -f conftest.$ac_objext
9127 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9128   (eval $ac_compile) 2>conftest.er1
9129   ac_status=$?
9130   grep -v '^ *+' conftest.er1 >conftest.err
9131   rm -f conftest.er1
9132   cat conftest.err >&5
9133   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9134   (exit $ac_status); } &&
9135          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
9136   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9137   (eval $ac_try) 2>&5
9138   ac_status=$?
9139   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9140   (exit $ac_status); }; } &&
9141          { ac_try='test -s conftest.$ac_objext'
9142   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9143   (eval $ac_try) 2>&5
9144   ac_status=$?
9145   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9146   (exit $ac_status); }; }; then
9147   ac_header_compiler=yes
9148 else
9149   echo "$as_me: failed program was:" >&5
9150 sed 's/^/| /' conftest.$ac_ext >&5
9151
9152 ac_header_compiler=no
9153 fi
9154 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9155 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9156 echo "${ECHO_T}$ac_header_compiler" >&6
9157
9158 # Is the header present?
9159 echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
9160 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6
9161 cat >conftest.$ac_ext <<_ACEOF
9162 /* confdefs.h.  */
9163 _ACEOF
9164 cat confdefs.h >>conftest.$ac_ext
9165 cat >>conftest.$ac_ext <<_ACEOF
9166 /* end confdefs.h.  */
9167 #include <sane/sane.h>
9168 _ACEOF
9169 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9170   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9171   ac_status=$?
9172   grep -v '^ *+' conftest.er1 >conftest.err
9173   rm -f conftest.er1
9174   cat conftest.err >&5
9175   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9176   (exit $ac_status); } >/dev/null; then
9177   if test -s conftest.err; then
9178     ac_cpp_err=$ac_c_preproc_warn_flag
9179     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9180   else
9181     ac_cpp_err=
9182   fi
9183 else
9184   ac_cpp_err=yes
9185 fi
9186 if test -z "$ac_cpp_err"; then
9187   ac_header_preproc=yes
9188 else
9189   echo "$as_me: failed program was:" >&5
9190 sed 's/^/| /' conftest.$ac_ext >&5
9191
9192   ac_header_preproc=no
9193 fi
9194 rm -f conftest.err conftest.$ac_ext
9195 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9196 echo "${ECHO_T}$ac_header_preproc" >&6
9197
9198 # So?  What about this header?
9199 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9200   yes:no: )
9201     { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
9202 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9203     { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
9204 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
9205     ac_header_preproc=yes
9206     ;;
9207   no:yes:* )
9208     { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
9209 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
9210     { echo "$as_me:$LINENO: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&5
9211 echo "$as_me: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&2;}
9212     { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
9213 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
9214     { echo "$as_me:$LINENO: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&5
9215 echo "$as_me: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&2;}
9216     { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
9217 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
9218     { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
9219 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
9220     (
9221       cat <<\_ASBOX
9222 ## ------------------------------------ ##
9223 ## Report this to wine-devel@winehq.org ##
9224 ## ------------------------------------ ##
9225 _ASBOX
9226     ) |
9227       sed "s/^/$as_me: WARNING:     /" >&2
9228     ;;
9229 esac
9230 echo "$as_me:$LINENO: checking for sane/sane.h" >&5
9231 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6
9232 if test "${ac_cv_header_sane_sane_h+set}" = set; then
9233   echo $ECHO_N "(cached) $ECHO_C" >&6
9234 else
9235   ac_cv_header_sane_sane_h=$ac_header_preproc
9236 fi
9237 echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
9238 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6
9239
9240 fi
9241 if test $ac_cv_header_sane_sane_h = yes; then
9242   echo "$as_me:$LINENO: checking for sane_open in -lsane" >&5
9243 echo $ECHO_N "checking for sane_open in -lsane... $ECHO_C" >&6
9244 if test "${ac_cv_lib_sane_sane_open+set}" = set; then
9245   echo $ECHO_N "(cached) $ECHO_C" >&6
9246 else
9247   ac_check_lib_save_LIBS=$LIBS
9248 LIBS="-lsane  $LIBS"
9249 cat >conftest.$ac_ext <<_ACEOF
9250 /* confdefs.h.  */
9251 _ACEOF
9252 cat confdefs.h >>conftest.$ac_ext
9253 cat >>conftest.$ac_ext <<_ACEOF
9254 /* end confdefs.h.  */
9255
9256 /* Override any gcc2 internal prototype to avoid an error.  */
9257 #ifdef __cplusplus
9258 extern "C"
9259 #endif
9260 /* We use char because int might match the return type of a gcc2
9261    builtin and then its argument prototype would still apply.  */
9262 char sane_open ();
9263 int
9264 main ()
9265 {
9266 sane_open ();
9267   ;
9268   return 0;
9269 }
9270 _ACEOF
9271 rm -f conftest.$ac_objext conftest$ac_exeext
9272 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9273   (eval $ac_link) 2>conftest.er1
9274   ac_status=$?
9275   grep -v '^ *+' conftest.er1 >conftest.err
9276   rm -f conftest.er1
9277   cat conftest.err >&5
9278   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9279   (exit $ac_status); } &&
9280          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
9281   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9282   (eval $ac_try) 2>&5
9283   ac_status=$?
9284   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9285   (exit $ac_status); }; } &&
9286          { ac_try='test -s conftest$ac_exeext'
9287   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9288   (eval $ac_try) 2>&5
9289   ac_status=$?
9290   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9291   (exit $ac_status); }; }; then
9292   ac_cv_lib_sane_sane_open=yes
9293 else
9294   echo "$as_me: failed program was:" >&5
9295 sed 's/^/| /' conftest.$ac_ext >&5
9296
9297 ac_cv_lib_sane_sane_open=no
9298 fi
9299 rm -f conftest.err conftest.$ac_objext \
9300       conftest$ac_exeext conftest.$ac_ext
9301 LIBS=$ac_check_lib_save_LIBS
9302 fi
9303 echo "$as_me:$LINENO: result: $ac_cv_lib_sane_sane_open" >&5
9304 echo "${ECHO_T}$ac_cv_lib_sane_sane_open" >&6
9305 if test $ac_cv_lib_sane_sane_open = yes; then
9306
9307 cat >>confdefs.h <<\_ACEOF
9308 #define HAVE_SANE 1
9309 _ACEOF
9310
9311 else
9312   SANELIBS=""
9313                                   SANEINCL=""
9314 fi
9315
9316 else
9317   SANELIBS=""
9318                     SANEINCL=""
9319 fi
9320
9321
9322     LIBS="$ac_save_LIBS"
9323     CPPFLAGS="$ac_save_CPPFLAGS"
9324 fi
9325
9326 if test "$ac_cv_header_unicode_ubidi_h" = "yes"
9327 then
9328     saved_libs="$LIBS"
9329     ICU_LIB_DIR="${ICU_LIB_DIR-/usr/lib}"
9330     ICUUC_LIB="${ICUUC_LIB-$ICU_LIB_DIR/libsicuuc.a}"
9331     ICUDATA_LIB="${ICUDATA_LIB-$ICU_LIB_DIR/libsicudata.a}"
9332     echo "$as_me:$LINENO: checking whether can link with ICU libraries $ICUUC_LIB and $ICUDATA_LIB" >&5
9333 echo $ECHO_N "checking whether can link with ICU libraries $ICUUC_LIB and $ICUDATA_LIB... $ECHO_C" >&6
9334     LIBS="$LIBS $ICUUC_LIB $ICUDATA_LIB -lstdc++ -lgcc_s"
9335     cat >conftest.$ac_ext <<_ACEOF
9336 /* confdefs.h.  */
9337 _ACEOF
9338 cat confdefs.h >>conftest.$ac_ext
9339 cat >>conftest.$ac_ext <<_ACEOF
9340 /* end confdefs.h.  */
9341 #include <unicode/ubidi.h>
9342 int
9343 main ()
9344 {
9345 ubidi_open()
9346   ;
9347   return 0;
9348 }
9349 _ACEOF
9350 rm -f conftest.$ac_objext conftest$ac_exeext
9351 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9352   (eval $ac_link) 2>conftest.er1
9353   ac_status=$?
9354   grep -v '^ *+' conftest.er1 >conftest.err
9355   rm -f conftest.er1
9356   cat conftest.err >&5
9357   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9358   (exit $ac_status); } &&
9359          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
9360   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9361   (eval $ac_try) 2>&5
9362   ac_status=$?
9363   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9364   (exit $ac_status); }; } &&
9365          { ac_try='test -s conftest$ac_exeext'
9366   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9367   (eval $ac_try) 2>&5
9368   ac_status=$?
9369   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9370   (exit $ac_status); }; }; then
9371
9372 cat >>confdefs.h <<\_ACEOF
9373 #define HAVE_ICU 1
9374 _ACEOF
9375
9376                  ICULIBS="$ICUUC_LIB $ICUDATA_LIB -lstdc++ -lgcc_s"
9377
9378                  echo "$as_me:$LINENO: result: yes" >&5
9379 echo "${ECHO_T}yes" >&6
9380 else
9381   echo "$as_me: failed program was:" >&5
9382 sed 's/^/| /' conftest.$ac_ext >&5
9383
9384 echo "$as_me:$LINENO: result: no" >&5
9385 echo "${ECHO_T}no" >&6
9386 fi
9387 rm -f conftest.err conftest.$ac_objext \
9388       conftest$ac_exeext conftest.$ac_ext
9389     LIBS="$saved_libs"
9390 fi
9391
9392 LCMSLIBS=""
9393
9394 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9395 then
9396     echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
9397 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6
9398 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
9399   echo $ECHO_N "(cached) $ECHO_C" >&6
9400 else
9401   ac_check_lib_save_LIBS=$LIBS
9402 LIBS="-llcms  $LIBS"
9403 cat >conftest.$ac_ext <<_ACEOF
9404 /* confdefs.h.  */
9405 _ACEOF
9406 cat confdefs.h >>conftest.$ac_ext
9407 cat >>conftest.$ac_ext <<_ACEOF
9408 /* end confdefs.h.  */
9409
9410 /* Override any gcc2 internal prototype to avoid an error.  */
9411 #ifdef __cplusplus
9412 extern "C"
9413 #endif
9414 /* We use char because int might match the return type of a gcc2
9415    builtin and then its argument prototype would still apply.  */
9416 char cmsOpenProfileFromFile ();
9417 int
9418 main ()
9419 {
9420 cmsOpenProfileFromFile ();
9421   ;
9422   return 0;
9423 }
9424 _ACEOF
9425 rm -f conftest.$ac_objext conftest$ac_exeext
9426 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9427   (eval $ac_link) 2>conftest.er1
9428   ac_status=$?
9429   grep -v '^ *+' conftest.er1 >conftest.err
9430   rm -f conftest.er1
9431   cat conftest.err >&5
9432   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9433   (exit $ac_status); } &&
9434          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
9435   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9436   (eval $ac_try) 2>&5
9437   ac_status=$?
9438   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9439   (exit $ac_status); }; } &&
9440          { ac_try='test -s conftest$ac_exeext'
9441   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9442   (eval $ac_try) 2>&5
9443   ac_status=$?
9444   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9445   (exit $ac_status); }; }; then
9446   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
9447 else
9448   echo "$as_me: failed program was:" >&5
9449 sed 's/^/| /' conftest.$ac_ext >&5
9450
9451 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
9452 fi
9453 rm -f conftest.err conftest.$ac_objext \
9454       conftest$ac_exeext conftest.$ac_ext
9455 LIBS=$ac_check_lib_save_LIBS
9456 fi
9457 echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
9458 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6
9459 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
9460
9461 cat >>confdefs.h <<\_ACEOF
9462 #define HAVE_LCMS 1
9463 _ACEOF
9464
9465          LCMSLIBS="-llcms"
9466 fi
9467
9468 fi
9469
9470 LDAPLIBS=""
9471
9472 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
9473 then
9474     echo "$as_me:$LINENO: checking for ldap_init in -lldap" >&5
9475 echo $ECHO_N "checking for ldap_init in -lldap... $ECHO_C" >&6
9476 if test "${ac_cv_lib_ldap_ldap_init+set}" = set; then
9477   echo $ECHO_N "(cached) $ECHO_C" >&6
9478 else
9479   ac_check_lib_save_LIBS=$LIBS
9480 LIBS="-lldap  $LIBS"
9481 cat >conftest.$ac_ext <<_ACEOF
9482 /* confdefs.h.  */
9483 _ACEOF
9484 cat confdefs.h >>conftest.$ac_ext
9485 cat >>conftest.$ac_ext <<_ACEOF
9486 /* end confdefs.h.  */
9487
9488 /* Override any gcc2 internal prototype to avoid an error.  */
9489 #ifdef __cplusplus
9490 extern "C"
9491 #endif
9492 /* We use char because int might match the return type of a gcc2
9493    builtin and then its argument prototype would still apply.  */
9494 char ldap_init ();
9495 int
9496 main ()
9497 {
9498 ldap_init ();
9499   ;
9500   return 0;
9501 }
9502 _ACEOF
9503 rm -f conftest.$ac_objext conftest$ac_exeext
9504 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9505   (eval $ac_link) 2>conftest.er1
9506   ac_status=$?
9507   grep -v '^ *+' conftest.er1 >conftest.err
9508   rm -f conftest.er1
9509   cat conftest.err >&5
9510   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9511   (exit $ac_status); } &&
9512          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
9513   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9514   (eval $ac_try) 2>&5
9515   ac_status=$?
9516   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9517   (exit $ac_status); }; } &&
9518          { ac_try='test -s conftest$ac_exeext'
9519   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9520   (eval $ac_try) 2>&5
9521   ac_status=$?
9522   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9523   (exit $ac_status); }; }; then
9524   ac_cv_lib_ldap_ldap_init=yes
9525 else
9526   echo "$as_me: failed program was:" >&5
9527 sed 's/^/| /' conftest.$ac_ext >&5
9528
9529 ac_cv_lib_ldap_ldap_init=no
9530 fi
9531 rm -f conftest.err conftest.$ac_objext \
9532       conftest$ac_exeext conftest.$ac_ext
9533 LIBS=$ac_check_lib_save_LIBS
9534 fi
9535 echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_ldap_init" >&5
9536 echo "${ECHO_T}$ac_cv_lib_ldap_ldap_init" >&6
9537 if test $ac_cv_lib_ldap_ldap_init = yes; then
9538   echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
9539 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6
9540 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
9541   echo $ECHO_N "(cached) $ECHO_C" >&6
9542 else
9543   ac_check_lib_save_LIBS=$LIBS
9544 LIBS="-llber  $LIBS"
9545 cat >conftest.$ac_ext <<_ACEOF
9546 /* confdefs.h.  */
9547 _ACEOF
9548 cat confdefs.h >>conftest.$ac_ext
9549 cat >>conftest.$ac_ext <<_ACEOF
9550 /* end confdefs.h.  */
9551
9552 /* Override any gcc2 internal prototype to avoid an error.  */
9553 #ifdef __cplusplus
9554 extern "C"
9555 #endif
9556 /* We use char because int might match the return type of a gcc2
9557    builtin and then its argument prototype would still apply.  */
9558 char ber_init ();
9559 int
9560 main ()
9561 {
9562 ber_init ();
9563   ;
9564   return 0;
9565 }
9566 _ACEOF
9567 rm -f conftest.$ac_objext conftest$ac_exeext
9568 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9569   (eval $ac_link) 2>conftest.er1
9570   ac_status=$?
9571   grep -v '^ *+' conftest.er1 >conftest.err
9572   rm -f conftest.er1
9573   cat conftest.err >&5
9574   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9575   (exit $ac_status); } &&
9576          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
9577   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9578   (eval $ac_try) 2>&5
9579   ac_status=$?
9580   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9581   (exit $ac_status); }; } &&
9582          { ac_try='test -s conftest$ac_exeext'
9583   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9584   (eval $ac_try) 2>&5
9585   ac_status=$?
9586   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9587   (exit $ac_status); }; }; then
9588   ac_cv_lib_lber_ber_init=yes
9589 else
9590   echo "$as_me: failed program was:" >&5
9591 sed 's/^/| /' conftest.$ac_ext >&5
9592
9593 ac_cv_lib_lber_ber_init=no
9594 fi
9595 rm -f conftest.err conftest.$ac_objext \
9596       conftest$ac_exeext conftest.$ac_ext
9597 LIBS=$ac_check_lib_save_LIBS
9598 fi
9599 echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
9600 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6
9601 if test $ac_cv_lib_lber_ber_init = yes; then
9602
9603 cat >>confdefs.h <<\_ACEOF
9604 #define HAVE_LDAP 1
9605 _ACEOF
9606
9607              LDAPLIBS="-lldap -llber"
9608 fi
9609
9610 fi
9611
9612 fi
9613
9614 FREETYPELIBS=""
9615
9616 FREETYPEINCL=""
9617
9618 echo "$as_me:$LINENO: checking for FT_Init_FreeType in -lfreetype" >&5
9619 echo $ECHO_N "checking for FT_Init_FreeType in -lfreetype... $ECHO_C" >&6
9620 if test "${ac_cv_lib_freetype_FT_Init_FreeType+set}" = set; then
9621   echo $ECHO_N "(cached) $ECHO_C" >&6
9622 else
9623   ac_check_lib_save_LIBS=$LIBS
9624 LIBS="-lfreetype $X_LIBS $LIBS"
9625 cat >conftest.$ac_ext <<_ACEOF
9626 /* confdefs.h.  */
9627 _ACEOF
9628 cat confdefs.h >>conftest.$ac_ext
9629 cat >>conftest.$ac_ext <<_ACEOF
9630 /* end confdefs.h.  */
9631
9632 /* Override any gcc2 internal prototype to avoid an error.  */
9633 #ifdef __cplusplus
9634 extern "C"
9635 #endif
9636 /* We use char because int might match the return type of a gcc2
9637    builtin and then its argument prototype would still apply.  */
9638 char FT_Init_FreeType ();
9639 int
9640 main ()
9641 {
9642 FT_Init_FreeType ();
9643   ;
9644   return 0;
9645 }
9646 _ACEOF
9647 rm -f conftest.$ac_objext conftest$ac_exeext
9648 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9649   (eval $ac_link) 2>conftest.er1
9650   ac_status=$?
9651   grep -v '^ *+' conftest.er1 >conftest.err
9652   rm -f conftest.er1
9653   cat conftest.err >&5
9654   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9655   (exit $ac_status); } &&
9656          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
9657   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9658   (eval $ac_try) 2>&5
9659   ac_status=$?
9660   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9661   (exit $ac_status); }; } &&
9662          { ac_try='test -s conftest$ac_exeext'
9663   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9664   (eval $ac_try) 2>&5
9665   ac_status=$?
9666   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9667   (exit $ac_status); }; }; then
9668   ac_cv_lib_freetype_FT_Init_FreeType=yes
9669 else
9670   echo "$as_me: failed program was:" >&5
9671 sed 's/^/| /' conftest.$ac_ext >&5
9672
9673 ac_cv_lib_freetype_FT_Init_FreeType=no
9674 fi
9675 rm -f conftest.err conftest.$ac_objext \
9676       conftest$ac_exeext conftest.$ac_ext
9677 LIBS=$ac_check_lib_save_LIBS
9678 fi
9679 echo "$as_me:$LINENO: result: $ac_cv_lib_freetype_FT_Init_FreeType" >&5
9680 echo "${ECHO_T}$ac_cv_lib_freetype_FT_Init_FreeType" >&6
9681 if test $ac_cv_lib_freetype_FT_Init_FreeType = yes; then
9682   ft_lib=yes
9683 else
9684   ft_lib=no
9685 fi
9686
9687 if test "$ft_lib" = "no"
9688 then
9689     wine_cv_msg_freetype=no
9690 else
9691     # Extract the first word of "freetype-config", so it can be a program name with args.
9692 set dummy freetype-config; ac_word=$2
9693 echo "$as_me:$LINENO: checking for $ac_word" >&5
9694 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9695 if test "${ac_cv_prog_ft_devel+set}" = set; then
9696   echo $ECHO_N "(cached) $ECHO_C" >&6
9697 else
9698   if test -n "$ft_devel"; then
9699   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
9700 else
9701 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9702 for as_dir in $PATH
9703 do
9704   IFS=$as_save_IFS
9705   test -z "$as_dir" && as_dir=.
9706   for ac_exec_ext in '' $ac_executable_extensions; do
9707   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9708     ac_cv_prog_ft_devel="freetype-config"
9709     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9710     break 2
9711   fi
9712 done
9713 done
9714
9715   test -z "$ac_cv_prog_ft_devel" && ac_cv_prog_ft_devel="no"
9716 fi
9717 fi
9718 ft_devel=$ac_cv_prog_ft_devel
9719 if test -n "$ft_devel"; then
9720   echo "$as_me:$LINENO: result: $ft_devel" >&5
9721 echo "${ECHO_T}$ft_devel" >&6
9722 else
9723   echo "$as_me:$LINENO: result: no" >&5
9724 echo "${ECHO_T}no" >&6
9725 fi
9726
9727     if test "$ft_devel" = "no"
9728     then
9729         # Extract the first word of "freetype2-config", so it can be a program name with args.
9730 set dummy freetype2-config; ac_word=$2
9731 echo "$as_me:$LINENO: checking for $ac_word" >&5
9732 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9733 if test "${ac_cv_prog_ft_devel2+set}" = set; then
9734   echo $ECHO_N "(cached) $ECHO_C" >&6
9735 else
9736   if test -n "$ft_devel2"; then
9737   ac_cv_prog_ft_devel2="$ft_devel2" # Let the user override the test.
9738 else
9739 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9740 for as_dir in $PATH
9741 do
9742   IFS=$as_save_IFS
9743   test -z "$as_dir" && as_dir=.
9744   for ac_exec_ext in '' $ac_executable_extensions; do
9745   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9746     ac_cv_prog_ft_devel2="freetype2-config"
9747     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9748     break 2
9749   fi
9750 done
9751 done
9752
9753   test -z "$ac_cv_prog_ft_devel2" && ac_cv_prog_ft_devel2="no"
9754 fi
9755 fi
9756 ft_devel2=$ac_cv_prog_ft_devel2
9757 if test -n "$ft_devel2"; then
9758   echo "$as_me:$LINENO: result: $ft_devel2" >&5
9759 echo "${ECHO_T}$ft_devel2" >&6
9760 else
9761   echo "$as_me:$LINENO: result: no" >&5
9762 echo "${ECHO_T}no" >&6
9763 fi
9764
9765         if test "$ft_devel2" = "freetype2-config"
9766         then
9767                 ft_devel=$ft_devel2
9768         fi
9769     fi
9770     if test "$ft_devel" = "no"
9771     then
9772         wine_cv_msg_freetype=yes
9773     else
9774         FREETYPELIBS=`$ft_devel --libs`
9775         FREETYPEINCL=`$ft_devel --cflags`
9776         ac_save_CPPFLAGS="$CPPFLAGS"
9777         CPPFLAGS="$FREETYPEINCL $CPPFLAGS"
9778
9779
9780
9781
9782
9783
9784
9785
9786
9787
9788 for ac_header in ft2build.h \
9789                          freetype/freetype.h \
9790                          freetype/ftglyph.h \
9791                          freetype/tttables.h \
9792                          freetype/ftnames.h \
9793                          freetype/ftsnames.h \
9794                          freetype/ttnameid.h \
9795                          freetype/ftoutln.h \
9796                          freetype/ftwinfnt.h \
9797                          freetype/internal/sfnt.h
9798 do
9799 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9800 echo "$as_me:$LINENO: checking for $ac_header" >&5
9801 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9802 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9803   echo $ECHO_N "(cached) $ECHO_C" >&6
9804 else
9805   cat >conftest.$ac_ext <<_ACEOF
9806 /* confdefs.h.  */
9807 _ACEOF
9808 cat confdefs.h >>conftest.$ac_ext
9809 cat >>conftest.$ac_ext <<_ACEOF
9810 /* end confdefs.h.  */
9811 #if HAVE_FT2BUILD_H
9812                           #include <ft2build.h>
9813                           #endif
9814
9815 #include <$ac_header>
9816 _ACEOF
9817 rm -f conftest.$ac_objext
9818 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9819   (eval $ac_compile) 2>conftest.er1
9820   ac_status=$?
9821   grep -v '^ *+' conftest.er1 >conftest.err
9822   rm -f conftest.er1
9823   cat conftest.err >&5
9824   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9825   (exit $ac_status); } &&
9826          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
9827   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9828   (eval $ac_try) 2>&5
9829   ac_status=$?
9830   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9831   (exit $ac_status); }; } &&
9832          { ac_try='test -s conftest.$ac_objext'
9833   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9834   (eval $ac_try) 2>&5
9835   ac_status=$?
9836   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9837   (exit $ac_status); }; }; then
9838   eval "$as_ac_Header=yes"
9839 else
9840   echo "$as_me: failed program was:" >&5
9841 sed 's/^/| /' conftest.$ac_ext >&5
9842
9843 eval "$as_ac_Header=no"
9844 fi
9845 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9846 fi
9847 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9848 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9849 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9850   cat >>confdefs.h <<_ACEOF
9851 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9852 _ACEOF
9853
9854 fi
9855
9856 done
9857
9858         cat >conftest.$ac_ext <<_ACEOF
9859 /* confdefs.h.  */
9860 _ACEOF
9861 cat confdefs.h >>conftest.$ac_ext
9862 cat >>conftest.$ac_ext <<_ACEOF
9863 /* end confdefs.h.  */
9864 #include <ft2build.h>
9865                     #include <freetype/fttrigon.h>
9866 _ACEOF
9867 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9868   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9869   ac_status=$?
9870   grep -v '^ *+' conftest.er1 >conftest.err
9871   rm -f conftest.er1
9872   cat conftest.err >&5
9873   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9874   (exit $ac_status); } >/dev/null; then
9875   if test -s conftest.err; then
9876     ac_cpp_err=$ac_c_preproc_warn_flag
9877     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9878   else
9879     ac_cpp_err=
9880   fi
9881 else
9882   ac_cpp_err=yes
9883 fi
9884 if test -z "$ac_cpp_err"; then
9885
9886 cat >>confdefs.h <<\_ACEOF
9887 #define HAVE_FREETYPE_FTTRIGON_H 1
9888 _ACEOF
9889
9890                     wine_cv_fttrigon=yes
9891 else
9892   echo "$as_me: failed program was:" >&5
9893 sed 's/^/| /' conftest.$ac_ext >&5
9894
9895   wine_cv_fttrigon=no
9896 fi
9897 rm -f conftest.err conftest.$ac_ext
9898         CPPFLAGS="$ac_save_CPPFLAGS"
9899                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
9900         then
9901
9902 cat >>confdefs.h <<\_ACEOF
9903 #define HAVE_FREETYPE 1
9904 _ACEOF
9905
9906             wine_cv_msg_freetype=no
9907         else
9908             FREETYPELIBS=""
9909             FREETYPEINCL=""
9910             wine_cv_msg_freetype=yes
9911         fi
9912     fi
9913 fi
9914
9915 if test "$FONTFORGE" != "false" -a -n "$FREETYPELIBS"
9916 then
9917   FONTSSUBDIRS="fonts"
9918
9919 fi
9920
9921 echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
9922 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6
9923 if test "${ac_cv_c_ppdev+set}" = set; then
9924   echo $ECHO_N "(cached) $ECHO_C" >&6
9925 else
9926   cat >conftest.$ac_ext <<_ACEOF
9927 /* confdefs.h.  */
9928 _ACEOF
9929 cat confdefs.h >>conftest.$ac_ext
9930 cat >>conftest.$ac_ext <<_ACEOF
9931 /* end confdefs.h.  */
9932 #include <linux/ppdev.h>
9933 int
9934 main ()
9935 {
9936 ioctl (1,PPCLAIM,0)
9937   ;
9938   return 0;
9939 }
9940 _ACEOF
9941 rm -f conftest.$ac_objext
9942 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9943   (eval $ac_compile) 2>conftest.er1
9944   ac_status=$?
9945   grep -v '^ *+' conftest.er1 >conftest.err
9946   rm -f conftest.er1
9947   cat conftest.err >&5
9948   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9949   (exit $ac_status); } &&
9950          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
9951   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9952   (eval $ac_try) 2>&5
9953   ac_status=$?
9954   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9955   (exit $ac_status); }; } &&
9956          { ac_try='test -s conftest.$ac_objext'
9957   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9958   (eval $ac_try) 2>&5
9959   ac_status=$?
9960   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9961   (exit $ac_status); }; }; then
9962   ac_cv_c_ppdev="yes"
9963 else
9964   echo "$as_me: failed program was:" >&5
9965 sed 's/^/| /' conftest.$ac_ext >&5
9966
9967 ac_cv_c_ppdev="no"
9968 fi
9969 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9970
9971 fi
9972 echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
9973 echo "${ECHO_T}$ac_cv_c_ppdev" >&6
9974 if test "$ac_cv_c_ppdev" = "yes"
9975 then
9976
9977 cat >>confdefs.h <<\_ACEOF
9978 #define HAVE_PPDEV 1
9979 _ACEOF
9980
9981 fi
9982
9983 echo "$as_me:$LINENO: checking for va_copy" >&5
9984 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6
9985 if test "${ac_cv_c_va_copy+set}" = set; then
9986   echo $ECHO_N "(cached) $ECHO_C" >&6
9987 else
9988   cat >conftest.$ac_ext <<_ACEOF
9989 /* confdefs.h.  */
9990 _ACEOF
9991 cat confdefs.h >>conftest.$ac_ext
9992 cat >>conftest.$ac_ext <<_ACEOF
9993 /* end confdefs.h.  */
9994 #include <stdarg.h>
9995 int
9996 main ()
9997 {
9998 va_list ap1, ap2;
9999     va_copy(ap1,ap2);
10000
10001   ;
10002   return 0;
10003 }
10004 _ACEOF
10005 rm -f conftest.$ac_objext conftest$ac_exeext
10006 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10007   (eval $ac_link) 2>conftest.er1
10008   ac_status=$?
10009   grep -v '^ *+' conftest.er1 >conftest.err
10010   rm -f conftest.er1
10011   cat conftest.err >&5
10012   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10013   (exit $ac_status); } &&
10014          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
10015   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10016   (eval $ac_try) 2>&5
10017   ac_status=$?
10018   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10019   (exit $ac_status); }; } &&
10020          { ac_try='test -s conftest$ac_exeext'
10021   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10022   (eval $ac_try) 2>&5
10023   ac_status=$?
10024   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10025   (exit $ac_status); }; }; then
10026   ac_cv_c_va_copy="yes"
10027 else
10028   echo "$as_me: failed program was:" >&5
10029 sed 's/^/| /' conftest.$ac_ext >&5
10030
10031 ac_cv_c_va_copy="no"
10032 fi
10033 rm -f conftest.err conftest.$ac_objext \
10034       conftest$ac_exeext conftest.$ac_ext
10035
10036 fi
10037 echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
10038 echo "${ECHO_T}$ac_cv_c_va_copy" >&6
10039 if test "$ac_cv_c_va_copy" = "yes"
10040 then
10041
10042 cat >>confdefs.h <<\_ACEOF
10043 #define HAVE_VA_COPY 1
10044 _ACEOF
10045
10046 fi
10047 echo "$as_me:$LINENO: checking for __va_copy" >&5
10048 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6
10049 if test "${ac_cv_c___va_copy+set}" = set; then
10050   echo $ECHO_N "(cached) $ECHO_C" >&6
10051 else
10052   cat >conftest.$ac_ext <<_ACEOF
10053 /* confdefs.h.  */
10054 _ACEOF
10055 cat confdefs.h >>conftest.$ac_ext
10056 cat >>conftest.$ac_ext <<_ACEOF
10057 /* end confdefs.h.  */
10058 #include <stdarg.h>
10059 int
10060 main ()
10061 {
10062 va_list ap1, ap2;
10063     __va_copy(ap1,ap2);
10064
10065   ;
10066   return 0;
10067 }
10068 _ACEOF
10069 rm -f conftest.$ac_objext conftest$ac_exeext
10070 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10071   (eval $ac_link) 2>conftest.er1
10072   ac_status=$?
10073   grep -v '^ *+' conftest.er1 >conftest.err
10074   rm -f conftest.er1
10075   cat conftest.err >&5
10076   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10077   (exit $ac_status); } &&
10078          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
10079   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10080   (eval $ac_try) 2>&5
10081   ac_status=$?
10082   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10083   (exit $ac_status); }; } &&
10084          { ac_try='test -s conftest$ac_exeext'
10085   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10086   (eval $ac_try) 2>&5
10087   ac_status=$?
10088   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10089   (exit $ac_status); }; }; then
10090   ac_cv_c___va_copy="yes"
10091 else
10092   echo "$as_me: failed program was:" >&5
10093 sed 's/^/| /' conftest.$ac_ext >&5
10094
10095 ac_cv_c___va_copy="no"
10096 fi
10097 rm -f conftest.err conftest.$ac_objext \
10098       conftest$ac_exeext conftest.$ac_ext
10099
10100 fi
10101 echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
10102 echo "${ECHO_T}$ac_cv_c___va_copy" >&6
10103 if test "$ac_cv_c___va_copy" = "yes"
10104 then
10105
10106 cat >>confdefs.h <<\_ACEOF
10107 #define HAVE___VA_COPY 1
10108 _ACEOF
10109
10110 fi
10111
10112 echo "$as_me:$LINENO: checking for sigsetjmp" >&5
10113 echo $ECHO_N "checking for sigsetjmp... $ECHO_C" >&6
10114 if test "${ac_cv_c_sigsetjmp+set}" = set; then
10115   echo $ECHO_N "(cached) $ECHO_C" >&6
10116 else
10117   cat >conftest.$ac_ext <<_ACEOF
10118 /* confdefs.h.  */
10119 _ACEOF
10120 cat confdefs.h >>conftest.$ac_ext
10121 cat >>conftest.$ac_ext <<_ACEOF
10122 /* end confdefs.h.  */
10123 #include <setjmp.h>
10124 int
10125 main ()
10126 {
10127 sigjmp_buf buf;
10128     sigsetjmp( buf, 1 );
10129     siglongjmp( buf, 1 );
10130   ;
10131   return 0;
10132 }
10133 _ACEOF
10134 rm -f conftest.$ac_objext conftest$ac_exeext
10135 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10136   (eval $ac_link) 2>conftest.er1
10137   ac_status=$?
10138   grep -v '^ *+' conftest.er1 >conftest.err
10139   rm -f conftest.er1
10140   cat conftest.err >&5
10141   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10142   (exit $ac_status); } &&
10143          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
10144   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10145   (eval $ac_try) 2>&5
10146   ac_status=$?
10147   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10148   (exit $ac_status); }; } &&
10149          { ac_try='test -s conftest$ac_exeext'
10150   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10151   (eval $ac_try) 2>&5
10152   ac_status=$?
10153   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10154   (exit $ac_status); }; }; then
10155   ac_cv_c_sigsetjmp="yes"
10156 else
10157   echo "$as_me: failed program was:" >&5
10158 sed 's/^/| /' conftest.$ac_ext >&5
10159
10160 ac_cv_c_sigsetjmp="no"
10161 fi
10162 rm -f conftest.err conftest.$ac_objext \
10163       conftest$ac_exeext conftest.$ac_ext
10164
10165 fi
10166 echo "$as_me:$LINENO: result: $ac_cv_c_sigsetjmp" >&5
10167 echo "${ECHO_T}$ac_cv_c_sigsetjmp" >&6
10168 if test "$ac_cv_c_sigsetjmp" = "yes"
10169 then
10170
10171 cat >>confdefs.h <<\_ACEOF
10172 #define HAVE_SIGSETJMP 1
10173 _ACEOF
10174
10175 fi
10176
10177 echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
10178 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6
10179 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
10180   echo $ECHO_N "(cached) $ECHO_C" >&6
10181 else
10182   cat >conftest.$ac_ext <<_ACEOF
10183 /* confdefs.h.  */
10184 _ACEOF
10185 cat confdefs.h >>conftest.$ac_ext
10186 cat >>conftest.$ac_ext <<_ACEOF
10187 /* end confdefs.h.  */
10188 #define _GNU_SOURCE
10189 #include <pthread.h>
10190
10191 int
10192 main ()
10193 {
10194 if ((pthread_rwlock_t *) 0)
10195   return 0;
10196 if (sizeof (pthread_rwlock_t))
10197   return 0;
10198   ;
10199   return 0;
10200 }
10201 _ACEOF
10202 rm -f conftest.$ac_objext
10203 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10204   (eval $ac_compile) 2>conftest.er1
10205   ac_status=$?
10206   grep -v '^ *+' conftest.er1 >conftest.err
10207   rm -f conftest.er1
10208   cat conftest.err >&5
10209   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10210   (exit $ac_status); } &&
10211          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
10212   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10213   (eval $ac_try) 2>&5
10214   ac_status=$?
10215   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10216   (exit $ac_status); }; } &&
10217          { ac_try='test -s conftest.$ac_objext'
10218   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10219   (eval $ac_try) 2>&5
10220   ac_status=$?
10221   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10222   (exit $ac_status); }; }; then
10223   ac_cv_type_pthread_rwlock_t=yes
10224 else
10225   echo "$as_me: failed program was:" >&5
10226 sed 's/^/| /' conftest.$ac_ext >&5
10227
10228 ac_cv_type_pthread_rwlock_t=no
10229 fi
10230 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10231 fi
10232 echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
10233 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6
10234 if test $ac_cv_type_pthread_rwlock_t = yes; then
10235
10236 cat >>confdefs.h <<_ACEOF
10237 #define HAVE_PTHREAD_RWLOCK_T 1
10238 _ACEOF
10239
10240
10241 fi
10242 echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
10243 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6
10244 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
10245   echo $ECHO_N "(cached) $ECHO_C" >&6
10246 else
10247   cat >conftest.$ac_ext <<_ACEOF
10248 /* confdefs.h.  */
10249 _ACEOF
10250 cat confdefs.h >>conftest.$ac_ext
10251 cat >>conftest.$ac_ext <<_ACEOF
10252 /* end confdefs.h.  */
10253 #define _GNU_SOURCE
10254 #include <pthread.h>
10255
10256 int
10257 main ()
10258 {
10259 if ((pthread_rwlockattr_t *) 0)
10260   return 0;
10261 if (sizeof (pthread_rwlockattr_t))
10262   return 0;
10263   ;
10264   return 0;
10265 }
10266 _ACEOF
10267 rm -f conftest.$ac_objext
10268 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10269   (eval $ac_compile) 2>conftest.er1
10270   ac_status=$?
10271   grep -v '^ *+' conftest.er1 >conftest.err
10272   rm -f conftest.er1
10273   cat conftest.err >&5
10274   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10275   (exit $ac_status); } &&
10276          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
10277   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10278   (eval $ac_try) 2>&5
10279   ac_status=$?
10280   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10281   (exit $ac_status); }; } &&
10282          { ac_try='test -s conftest.$ac_objext'
10283   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10284   (eval $ac_try) 2>&5
10285   ac_status=$?
10286   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10287   (exit $ac_status); }; }; then
10288   ac_cv_type_pthread_rwlockattr_t=yes
10289 else
10290   echo "$as_me: failed program was:" >&5
10291 sed 's/^/| /' conftest.$ac_ext >&5
10292
10293 ac_cv_type_pthread_rwlockattr_t=no
10294 fi
10295 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10296 fi
10297 echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
10298 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6
10299 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
10300
10301 cat >>confdefs.h <<_ACEOF
10302 #define HAVE_PTHREAD_RWLOCKATTR_T 1
10303 _ACEOF
10304
10305
10306 fi
10307
10308
10309 ac_save_LIBS="$LIBS"
10310 LIBS="$LIBS $LIBPTHREAD"
10311
10312
10313
10314 for ac_func in \
10315         pthread_getattr_np \
10316         pthread_get_stackaddr_np \
10317         pthread_get_stacksize_np \
10318
10319 do
10320 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10321 echo "$as_me:$LINENO: checking for $ac_func" >&5
10322 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10323 if eval "test \"\${$as_ac_var+set}\" = set"; then
10324   echo $ECHO_N "(cached) $ECHO_C" >&6
10325 else
10326   cat >conftest.$ac_ext <<_ACEOF
10327 /* confdefs.h.  */
10328 _ACEOF
10329 cat confdefs.h >>conftest.$ac_ext
10330 cat >>conftest.$ac_ext <<_ACEOF
10331 /* end confdefs.h.  */
10332 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10333    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
10334 #define $ac_func innocuous_$ac_func
10335
10336 /* System header to define __stub macros and hopefully few prototypes,
10337     which can conflict with char $ac_func (); below.
10338     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10339     <limits.h> exists even on freestanding compilers.  */
10340
10341 #ifdef __STDC__
10342 # include <limits.h>
10343 #else
10344 # include <assert.h>
10345 #endif
10346
10347 #undef $ac_func
10348
10349 /* Override any gcc2 internal prototype to avoid an error.  */
10350 #ifdef __cplusplus
10351 extern "C"
10352 {
10353 #endif
10354 /* We use char because int might match the return type of a gcc2
10355    builtin and then its argument prototype would still apply.  */
10356 char $ac_func ();
10357 /* The GNU C library defines this for functions which it implements
10358     to always fail with ENOSYS.  Some functions are actually named
10359     something starting with __ and the normal name is an alias.  */
10360 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10361 choke me
10362 #else
10363 char (*f) () = $ac_func;
10364 #endif
10365 #ifdef __cplusplus
10366 }
10367 #endif
10368
10369 int
10370 main ()
10371 {
10372 return f != $ac_func;
10373   ;
10374   return 0;
10375 }
10376 _ACEOF
10377 rm -f conftest.$ac_objext conftest$ac_exeext
10378 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10379   (eval $ac_link) 2>conftest.er1
10380   ac_status=$?
10381   grep -v '^ *+' conftest.er1 >conftest.err
10382   rm -f conftest.er1
10383   cat conftest.err >&5
10384   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10385   (exit $ac_status); } &&
10386          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
10387   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10388   (eval $ac_try) 2>&5
10389   ac_status=$?
10390   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10391   (exit $ac_status); }; } &&
10392          { ac_try='test -s conftest$ac_exeext'
10393   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10394   (eval $ac_try) 2>&5
10395   ac_status=$?
10396   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10397   (exit $ac_status); }; }; then
10398   eval "$as_ac_var=yes"
10399 else
10400   echo "$as_me: failed program was:" >&5
10401 sed 's/^/| /' conftest.$ac_ext >&5
10402
10403 eval "$as_ac_var=no"
10404 fi
10405 rm -f conftest.err conftest.$ac_objext \
10406       conftest$ac_exeext conftest.$ac_ext
10407 fi
10408 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10409 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10410 if test `eval echo '${'$as_ac_var'}'` = yes; then
10411   cat >>confdefs.h <<_ACEOF
10412 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10413 _ACEOF
10414
10415 fi
10416 done
10417
10418 LIBS="$ac_save_LIBS"
10419
10420 # Extract the first word of "artsc-config", so it can be a program name with args.
10421 set dummy artsc-config; ac_word=$2
10422 echo "$as_me:$LINENO: checking for $ac_word" >&5
10423 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10424 if test "${ac_cv_path_ARTSCCONFIG+set}" = set; then
10425   echo $ECHO_N "(cached) $ECHO_C" >&6
10426 else
10427   case $ARTSCCONFIG in
10428   [\\/]* | ?:[\\/]*)
10429   ac_cv_path_ARTSCCONFIG="$ARTSCCONFIG" # Let the user override the test with a path.
10430   ;;
10431   *)
10432   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10433 for as_dir in $PATH
10434 do
10435   IFS=$as_save_IFS
10436   test -z "$as_dir" && as_dir=.
10437   for ac_exec_ext in '' $ac_executable_extensions; do
10438   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10439     ac_cv_path_ARTSCCONFIG="$as_dir/$ac_word$ac_exec_ext"
10440     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10441     break 2
10442   fi
10443 done
10444 done
10445
10446   ;;
10447 esac
10448 fi
10449 ARTSCCONFIG=$ac_cv_path_ARTSCCONFIG
10450
10451 if test -n "$ARTSCCONFIG"; then
10452   echo "$as_me:$LINENO: result: $ARTSCCONFIG" >&5
10453 echo "${ECHO_T}$ARTSCCONFIG" >&6
10454 else
10455   echo "$as_me:$LINENO: result: no" >&5
10456 echo "${ECHO_T}no" >&6
10457 fi
10458
10459 if test x$ARTSCCONFIG != x -a x$ARTSCCONFIG != x'"$ARTSCCONFIG"';
10460 then
10461     ARTSC_CFLAGS=""
10462     for i in `$ARTSCCONFIG --cflags`
10463     do
10464       case "$i" in
10465         -I*) ARTSC_CFLAGS="$ARTSC_CFLAGS $i";;
10466       esac
10467     done
10468     ARTSC_LIBS=`$ARTSCCONFIG --libs`
10469     save_CFLAGS="$CFLAGS"
10470     CFLAGS="$CFLAGS $ARTSC_CFLAGS"
10471     echo "$as_me:$LINENO: checking for arts_init in -lartsc" >&5
10472 echo $ECHO_N "checking for arts_init in -lartsc... $ECHO_C" >&6
10473 if test "${ac_cv_lib_artsc_arts_init+set}" = set; then
10474   echo $ECHO_N "(cached) $ECHO_C" >&6
10475 else
10476   ac_check_lib_save_LIBS=$LIBS
10477 LIBS="-lartsc $ARTSC_LIBS $LIBS"
10478 cat >conftest.$ac_ext <<_ACEOF
10479 /* confdefs.h.  */
10480 _ACEOF
10481 cat confdefs.h >>conftest.$ac_ext
10482 cat >>conftest.$ac_ext <<_ACEOF
10483 /* end confdefs.h.  */
10484
10485 /* Override any gcc2 internal prototype to avoid an error.  */
10486 #ifdef __cplusplus
10487 extern "C"
10488 #endif
10489 /* We use char because int might match the return type of a gcc2
10490    builtin and then its argument prototype would still apply.  */
10491 char arts_init ();
10492 int
10493 main ()
10494 {
10495 arts_init ();
10496   ;
10497   return 0;
10498 }
10499 _ACEOF
10500 rm -f conftest.$ac_objext conftest$ac_exeext
10501 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10502   (eval $ac_link) 2>conftest.er1
10503   ac_status=$?
10504   grep -v '^ *+' conftest.er1 >conftest.err
10505   rm -f conftest.er1
10506   cat conftest.err >&5
10507   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10508   (exit $ac_status); } &&
10509          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
10510   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10511   (eval $ac_try) 2>&5
10512   ac_status=$?
10513   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10514   (exit $ac_status); }; } &&
10515          { ac_try='test -s conftest$ac_exeext'
10516   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10517   (eval $ac_try) 2>&5
10518   ac_status=$?
10519   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10520   (exit $ac_status); }; }; then
10521   ac_cv_lib_artsc_arts_init=yes
10522 else
10523   echo "$as_me: failed program was:" >&5
10524 sed 's/^/| /' conftest.$ac_ext >&5
10525
10526 ac_cv_lib_artsc_arts_init=no
10527 fi
10528 rm -f conftest.err conftest.$ac_objext \
10529       conftest$ac_exeext conftest.$ac_ext
10530 LIBS=$ac_check_lib_save_LIBS
10531 fi
10532 echo "$as_me:$LINENO: result: $ac_cv_lib_artsc_arts_init" >&5
10533 echo "${ECHO_T}$ac_cv_lib_artsc_arts_init" >&6
10534 if test $ac_cv_lib_artsc_arts_init = yes; then
10535   cat >conftest.$ac_ext <<_ACEOF
10536 /* confdefs.h.  */
10537 _ACEOF
10538 cat confdefs.h >>conftest.$ac_ext
10539 cat >>conftest.$ac_ext <<_ACEOF
10540 /* end confdefs.h.  */
10541 #include <artsc.h>
10542 int
10543 main ()
10544 {
10545 arts_stream_t stream;
10546   ;
10547   return 0;
10548 }
10549 _ACEOF
10550 rm -f conftest.$ac_objext
10551 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10552   (eval $ac_compile) 2>conftest.er1
10553   ac_status=$?
10554   grep -v '^ *+' conftest.er1 >conftest.err
10555   rm -f conftest.er1
10556   cat conftest.err >&5
10557   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10558   (exit $ac_status); } &&
10559          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
10560   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10561   (eval $ac_try) 2>&5
10562   ac_status=$?
10563   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10564   (exit $ac_status); }; } &&
10565          { ac_try='test -s conftest.$ac_objext'
10566   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10567   (eval $ac_try) 2>&5
10568   ac_status=$?
10569   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10570   (exit $ac_status); }; }; then
10571   ARTSLIBS=$ARTSC_LIBS
10572
10573             ARTSINCL=$ARTSC_CFLAGS
10574
10575
10576 cat >>confdefs.h <<\_ACEOF
10577 #define HAVE_ARTS 1
10578 _ACEOF
10579
10580 else
10581   echo "$as_me: failed program was:" >&5
10582 sed 's/^/| /' conftest.$ac_ext >&5
10583
10584 fi
10585 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10586 fi
10587
10588     CFLAGS="$save_CFLAGS"
10589 fi
10590
10591 # Extract the first word of "esd-config", so it can be a program name with args.
10592 set dummy esd-config; ac_word=$2
10593 echo "$as_me:$LINENO: checking for $ac_word" >&5
10594 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10595 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
10596   echo $ECHO_N "(cached) $ECHO_C" >&6
10597 else
10598   case $ESDCONFIG in
10599   [\\/]* | ?:[\\/]*)
10600   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10601   ;;
10602   *)
10603   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10604 for as_dir in $PATH
10605 do
10606   IFS=$as_save_IFS
10607   test -z "$as_dir" && as_dir=.
10608   for ac_exec_ext in '' $ac_executable_extensions; do
10609   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10610     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10611     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10612     break 2
10613   fi
10614 done
10615 done
10616
10617   ;;
10618 esac
10619 fi
10620 ESDCONFIG=$ac_cv_path_ESDCONFIG
10621
10622 if test -n "$ESDCONFIG"; then
10623   echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
10624 echo "${ECHO_T}$ESDCONFIG" >&6
10625 else
10626   echo "$as_me:$LINENO: result: no" >&5
10627 echo "${ECHO_T}no" >&6
10628 fi
10629
10630 if test x$ESDCONFIG != x -a x$ESDCONFIG != x'"$ESDCONFIG"';
10631 then
10632     ESD_CFLAGS=""
10633     for i in `$ESDCONFIG --cflags`
10634     do
10635       case "$i" in
10636         -I*) ESD_CFLAGS="$ESD_CFLAGS $i";;
10637       esac
10638     done
10639     ESD_LIBS=`$ESDCONFIG --libs`
10640     save_CFLAGS="$CFLAGS"
10641     CFLAGS="$CFLAGS $ESD_CFLAGS"
10642     echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
10643 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6
10644 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
10645   echo $ECHO_N "(cached) $ECHO_C" >&6
10646 else
10647   ac_check_lib_save_LIBS=$LIBS
10648 LIBS="-lesd  $LIBS"
10649 cat >conftest.$ac_ext <<_ACEOF
10650 /* confdefs.h.  */
10651 _ACEOF
10652 cat confdefs.h >>conftest.$ac_ext
10653 cat >>conftest.$ac_ext <<_ACEOF
10654 /* end confdefs.h.  */
10655
10656 /* Override any gcc2 internal prototype to avoid an error.  */
10657 #ifdef __cplusplus
10658 extern "C"
10659 #endif
10660 /* We use char because int might match the return type of a gcc2
10661    builtin and then its argument prototype would still apply.  */
10662 char esd_open_sound ();
10663 int
10664 main ()
10665 {
10666 esd_open_sound ();
10667   ;
10668   return 0;
10669 }
10670 _ACEOF
10671 rm -f conftest.$ac_objext conftest$ac_exeext
10672 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10673   (eval $ac_link) 2>conftest.er1
10674   ac_status=$?
10675   grep -v '^ *+' conftest.er1 >conftest.err
10676   rm -f conftest.er1
10677   cat conftest.err >&5
10678   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10679   (exit $ac_status); } &&
10680          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
10681   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10682   (eval $ac_try) 2>&5
10683   ac_status=$?
10684   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10685   (exit $ac_status); }; } &&
10686          { ac_try='test -s conftest$ac_exeext'
10687   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10688   (eval $ac_try) 2>&5
10689   ac_status=$?
10690   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10691   (exit $ac_status); }; }; then
10692   ac_cv_lib_esd_esd_open_sound=yes
10693 else
10694   echo "$as_me: failed program was:" >&5
10695 sed 's/^/| /' conftest.$ac_ext >&5
10696
10697 ac_cv_lib_esd_esd_open_sound=no
10698 fi
10699 rm -f conftest.err conftest.$ac_objext \
10700       conftest$ac_exeext conftest.$ac_ext
10701 LIBS=$ac_check_lib_save_LIBS
10702 fi
10703 echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
10704 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6
10705 if test $ac_cv_lib_esd_esd_open_sound = yes; then
10706   ESDLIBS=$ESD_LIBS
10707
10708          ESDINCL=$ESD_CFLAGS
10709
10710
10711 cat >>confdefs.h <<\_ACEOF
10712 #define HAVE_ESD 1
10713 _ACEOF
10714
10715 fi
10716
10717     CFLAGS="$save_CFLAGS"
10718 fi
10719
10720 ALSALIBS=""
10721
10722 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10723 then
10724     echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10725 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6
10726 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
10727   echo $ECHO_N "(cached) $ECHO_C" >&6
10728 else
10729   ac_check_lib_save_LIBS=$LIBS
10730 LIBS="-lasound  $LIBS"
10731 cat >conftest.$ac_ext <<_ACEOF
10732 /* confdefs.h.  */
10733 _ACEOF
10734 cat confdefs.h >>conftest.$ac_ext
10735 cat >>conftest.$ac_ext <<_ACEOF
10736 /* end confdefs.h.  */
10737
10738 /* Override any gcc2 internal prototype to avoid an error.  */
10739 #ifdef __cplusplus
10740 extern "C"
10741 #endif
10742 /* We use char because int might match the return type of a gcc2
10743    builtin and then its argument prototype would still apply.  */
10744 char snd_pcm_hw_params_get_access ();
10745 int
10746 main ()
10747 {
10748 snd_pcm_hw_params_get_access ();
10749   ;
10750   return 0;
10751 }
10752 _ACEOF
10753 rm -f conftest.$ac_objext conftest$ac_exeext
10754 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10755   (eval $ac_link) 2>conftest.er1
10756   ac_status=$?
10757   grep -v '^ *+' conftest.er1 >conftest.err
10758   rm -f conftest.er1
10759   cat conftest.err >&5
10760   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10761   (exit $ac_status); } &&
10762          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
10763   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10764   (eval $ac_try) 2>&5
10765   ac_status=$?
10766   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10767   (exit $ac_status); }; } &&
10768          { ac_try='test -s conftest$ac_exeext'
10769   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10770   (eval $ac_try) 2>&5
10771   ac_status=$?
10772   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10773   (exit $ac_status); }; }; then
10774   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10775 else
10776   echo "$as_me: failed program was:" >&5
10777 sed 's/^/| /' conftest.$ac_ext >&5
10778
10779 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10780 fi
10781 rm -f conftest.err conftest.$ac_objext \
10782       conftest$ac_exeext conftest.$ac_ext
10783 LIBS=$ac_check_lib_save_LIBS
10784 fi
10785 echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10786 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6
10787 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
10788   cat >conftest.$ac_ext <<_ACEOF
10789 /* confdefs.h.  */
10790 _ACEOF
10791 cat confdefs.h >>conftest.$ac_ext
10792 cat >>conftest.$ac_ext <<_ACEOF
10793 /* end confdefs.h.  */
10794 #ifdef HAVE_ALSA_ASOUNDLIB_H
10795 #include <alsa/asoundlib.h>
10796 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10797 #include <sys/asoundlib.h>
10798 #endif
10799 int
10800 main ()
10801 {
10802 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10803   ;
10804   return 0;
10805 }
10806 _ACEOF
10807 rm -f conftest.$ac_objext
10808 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10809   (eval $ac_compile) 2>conftest.er1
10810   ac_status=$?
10811   grep -v '^ *+' conftest.er1 >conftest.err
10812   rm -f conftest.er1
10813   cat conftest.err >&5
10814   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10815   (exit $ac_status); } &&
10816          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
10817   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10818   (eval $ac_try) 2>&5
10819   ac_status=$?
10820   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10821   (exit $ac_status); }; } &&
10822          { ac_try='test -s conftest.$ac_objext'
10823   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10824   (eval $ac_try) 2>&5
10825   ac_status=$?
10826   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10827   (exit $ac_status); }; }; then
10828
10829 cat >>confdefs.h <<\_ACEOF
10830 #define HAVE_ALSA 1
10831 _ACEOF
10832
10833                          ALSALIBS="-lasound"
10834 else
10835   echo "$as_me: failed program was:" >&5
10836 sed 's/^/| /' conftest.$ac_ext >&5
10837
10838 fi
10839 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10840 fi
10841
10842 fi
10843
10844
10845 AUDIOIOLIBS=""
10846
10847 if test "$ac_cv_header_libaudioio_h" = "yes"
10848 then
10849     echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
10850 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6
10851 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
10852   echo $ECHO_N "(cached) $ECHO_C" >&6
10853 else
10854   ac_check_lib_save_LIBS=$LIBS
10855 LIBS="-laudioio  $LIBS"
10856 cat >conftest.$ac_ext <<_ACEOF
10857 /* confdefs.h.  */
10858 _ACEOF
10859 cat confdefs.h >>conftest.$ac_ext
10860 cat >>conftest.$ac_ext <<_ACEOF
10861 /* end confdefs.h.  */
10862
10863 /* Override any gcc2 internal prototype to avoid an error.  */
10864 #ifdef __cplusplus
10865 extern "C"
10866 #endif
10867 /* We use char because int might match the return type of a gcc2
10868    builtin and then its argument prototype would still apply.  */
10869 char AudioIOGetVersion ();
10870 int
10871 main ()
10872 {
10873 AudioIOGetVersion ();
10874   ;
10875   return 0;
10876 }
10877 _ACEOF
10878 rm -f conftest.$ac_objext conftest$ac_exeext
10879 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10880   (eval $ac_link) 2>conftest.er1
10881   ac_status=$?
10882   grep -v '^ *+' conftest.er1 >conftest.err
10883   rm -f conftest.er1
10884   cat conftest.err >&5
10885   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10886   (exit $ac_status); } &&
10887          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
10888   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10889   (eval $ac_try) 2>&5
10890   ac_status=$?
10891   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10892   (exit $ac_status); }; } &&
10893          { ac_try='test -s conftest$ac_exeext'
10894   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10895   (eval $ac_try) 2>&5
10896   ac_status=$?
10897   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10898   (exit $ac_status); }; }; then
10899   ac_cv_lib_audioio_AudioIOGetVersion=yes
10900 else
10901   echo "$as_me: failed program was:" >&5
10902 sed 's/^/| /' conftest.$ac_ext >&5
10903
10904 ac_cv_lib_audioio_AudioIOGetVersion=no
10905 fi
10906 rm -f conftest.err conftest.$ac_objext \
10907       conftest$ac_exeext conftest.$ac_ext
10908 LIBS=$ac_check_lib_save_LIBS
10909 fi
10910 echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10911 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6
10912 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
10913   AUDIOIOLIBS="-laudioio"
10914
10915 cat >>confdefs.h <<\_ACEOF
10916 #define HAVE_LIBAUDIOIO 1
10917 _ACEOF
10918
10919 fi
10920
10921 fi
10922
10923
10924 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10925 then
10926     echo "$as_me:$LINENO: checking for capi20_register in -lcapi20" >&5
10927 echo $ECHO_N "checking for capi20_register in -lcapi20... $ECHO_C" >&6
10928 if test "${ac_cv_lib_capi20_capi20_register+set}" = set; then
10929   echo $ECHO_N "(cached) $ECHO_C" >&6
10930 else
10931   ac_check_lib_save_LIBS=$LIBS
10932 LIBS="-lcapi20  $LIBS"
10933 cat >conftest.$ac_ext <<_ACEOF
10934 /* confdefs.h.  */
10935 _ACEOF
10936 cat confdefs.h >>conftest.$ac_ext
10937 cat >>conftest.$ac_ext <<_ACEOF
10938 /* end confdefs.h.  */
10939
10940 /* Override any gcc2 internal prototype to avoid an error.  */
10941 #ifdef __cplusplus
10942 extern "C"
10943 #endif
10944 /* We use char because int might match the return type of a gcc2
10945    builtin and then its argument prototype would still apply.  */
10946 char capi20_register ();
10947 int
10948 main ()
10949 {
10950 capi20_register ();
10951   ;
10952   return 0;
10953 }
10954 _ACEOF
10955 rm -f conftest.$ac_objext conftest$ac_exeext
10956 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10957   (eval $ac_link) 2>conftest.er1
10958   ac_status=$?
10959   grep -v '^ *+' conftest.er1 >conftest.err
10960   rm -f conftest.er1
10961   cat conftest.err >&5
10962   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10963   (exit $ac_status); } &&
10964          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
10965   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10966   (eval $ac_try) 2>&5
10967   ac_status=$?
10968   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10969   (exit $ac_status); }; } &&
10970          { ac_try='test -s conftest$ac_exeext'
10971   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10972   (eval $ac_try) 2>&5
10973   ac_status=$?
10974   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10975   (exit $ac_status); }; }; then
10976   ac_cv_lib_capi20_capi20_register=yes
10977 else
10978   echo "$as_me: failed program was:" >&5
10979 sed 's/^/| /' conftest.$ac_ext >&5
10980
10981 ac_cv_lib_capi20_capi20_register=no
10982 fi
10983 rm -f conftest.err conftest.$ac_objext \
10984       conftest$ac_exeext conftest.$ac_ext
10985 LIBS=$ac_check_lib_save_LIBS
10986 fi
10987 echo "$as_me:$LINENO: result: $ac_cv_lib_capi20_capi20_register" >&5
10988 echo "${ECHO_T}$ac_cv_lib_capi20_capi20_register" >&6
10989 if test $ac_cv_lib_capi20_capi20_register = yes; then
10990
10991 cat >>confdefs.h <<\_ACEOF
10992 #define HAVE_CAPI4LINUX 1
10993 _ACEOF
10994
10995 fi
10996
10997 fi
10998
10999
11000 EXTRACFLAGS=""
11001
11002 if test "x${GCC}" = "xyes"
11003 then
11004   EXTRACFLAGS="-Wall -pipe"
11005
11006     echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
11007 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6
11008 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
11009   echo $ECHO_N "(cached) $ECHO_C" >&6
11010 else
11011   if test "$cross_compiling" = yes; then
11012   ac_cv_c_gcc_strength_bug="yes"
11013 else
11014   cat >conftest.$ac_ext <<_ACEOF
11015 /* confdefs.h.  */
11016 _ACEOF
11017 cat confdefs.h >>conftest.$ac_ext
11018 cat >>conftest.$ac_ext <<_ACEOF
11019 /* end confdefs.h.  */
11020
11021 int     L[4] = {0,1,2,3};
11022 int main(void) {
11023   static int Array[3];
11024   unsigned int B = 3;
11025   int i;
11026   for(i=0; i<B; i++) Array[i] = i - 3;
11027   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11028   L[i] = 4;
11029
11030   exit( Array[1] != -2 || L[2] != 3);
11031 }
11032 _ACEOF
11033 rm -f conftest$ac_exeext
11034 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11035   (eval $ac_link) 2>&5
11036   ac_status=$?
11037   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11038   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11039   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11040   (eval $ac_try) 2>&5
11041   ac_status=$?
11042   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11043   (exit $ac_status); }; }; then
11044   ac_cv_c_gcc_strength_bug="no"
11045 else
11046   echo "$as_me: program exited with status $ac_status" >&5
11047 echo "$as_me: failed program was:" >&5
11048 sed 's/^/| /' conftest.$ac_ext >&5
11049
11050 ( exit $ac_status )
11051 ac_cv_c_gcc_strength_bug="yes"
11052 fi
11053 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11054 fi
11055 fi
11056 echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
11057 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6
11058   if test "$ac_cv_c_gcc_strength_bug" = "yes"
11059   then
11060     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11061   fi
11062
11063     echo "$as_me:$LINENO: checking for gcc -fshort-wchar support" >&5
11064 echo $ECHO_N "checking for gcc -fshort-wchar support... $ECHO_C" >&6
11065 if test "${ac_cv_c_gcc_fshort_wchar+set}" = set; then
11066   echo $ECHO_N "(cached) $ECHO_C" >&6
11067 else
11068   ac_wine_try_cflags_saved=$CFLAGS
11069 CFLAGS="$CFLAGS -fshort-wchar"
11070 cat >conftest.$ac_ext <<_ACEOF
11071 /* confdefs.h.  */
11072 _ACEOF
11073 cat confdefs.h >>conftest.$ac_ext
11074 cat >>conftest.$ac_ext <<_ACEOF
11075 /* end confdefs.h.  */
11076
11077 int
11078 main ()
11079 {
11080
11081   ;
11082   return 0;
11083 }
11084 _ACEOF
11085 rm -f conftest.$ac_objext conftest$ac_exeext
11086 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11087   (eval $ac_link) 2>conftest.er1
11088   ac_status=$?
11089   grep -v '^ *+' conftest.er1 >conftest.err
11090   rm -f conftest.er1
11091   cat conftest.err >&5
11092   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11093   (exit $ac_status); } &&
11094          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
11095   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11096   (eval $ac_try) 2>&5
11097   ac_status=$?
11098   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11099   (exit $ac_status); }; } &&
11100          { ac_try='test -s conftest$ac_exeext'
11101   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11102   (eval $ac_try) 2>&5
11103   ac_status=$?
11104   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11105   (exit $ac_status); }; }; then
11106   ac_cv_c_gcc_fshort_wchar="yes"
11107 else
11108   echo "$as_me: failed program was:" >&5
11109 sed 's/^/| /' conftest.$ac_ext >&5
11110
11111 ac_cv_c_gcc_fshort_wchar="no"
11112 fi
11113 rm -f conftest.err conftest.$ac_objext \
11114       conftest$ac_exeext conftest.$ac_ext
11115 CFLAGS=$ac_wine_try_cflags_saved
11116 fi
11117 echo "$as_me:$LINENO: result: $ac_cv_c_gcc_fshort_wchar" >&5
11118 echo "${ECHO_T}$ac_cv_c_gcc_fshort_wchar" >&6
11119   if test "$ac_cv_c_gcc_fshort_wchar" = "yes"
11120   then
11121
11122 cat >>confdefs.h <<\_ACEOF
11123 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
11124 _ACEOF
11125
11126   fi
11127
11128     echo "$as_me:$LINENO: checking for gcc -mpreferred-stack-boundary=2 support" >&5
11129 echo $ECHO_N "checking for gcc -mpreferred-stack-boundary=2 support... $ECHO_C" >&6
11130 if test "${ac_cv_c_gcc_stack_boundary+set}" = set; then
11131   echo $ECHO_N "(cached) $ECHO_C" >&6
11132 else
11133   ac_wine_try_cflags_saved=$CFLAGS
11134 CFLAGS="$CFLAGS -mpreferred-stack-boundary=2"
11135 cat >conftest.$ac_ext <<_ACEOF
11136 /* confdefs.h.  */
11137 _ACEOF
11138 cat confdefs.h >>conftest.$ac_ext
11139 cat >>conftest.$ac_ext <<_ACEOF
11140 /* end confdefs.h.  */
11141
11142 int
11143 main ()
11144 {
11145
11146   ;
11147   return 0;
11148 }
11149 _ACEOF
11150 rm -f conftest.$ac_objext conftest$ac_exeext
11151 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11152   (eval $ac_link) 2>conftest.er1
11153   ac_status=$?
11154   grep -v '^ *+' conftest.er1 >conftest.err
11155   rm -f conftest.er1
11156   cat conftest.err >&5
11157   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11158   (exit $ac_status); } &&
11159          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
11160   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11161   (eval $ac_try) 2>&5
11162   ac_status=$?
11163   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11164   (exit $ac_status); }; } &&
11165          { ac_try='test -s conftest$ac_exeext'
11166   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11167   (eval $ac_try) 2>&5
11168   ac_status=$?
11169   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11170   (exit $ac_status); }; }; then
11171   ac_cv_c_gcc_stack_boundary="yes"
11172 else
11173   echo "$as_me: failed program was:" >&5
11174 sed 's/^/| /' conftest.$ac_ext >&5
11175
11176 ac_cv_c_gcc_stack_boundary="no"
11177 fi
11178 rm -f conftest.err conftest.$ac_objext \
11179       conftest$ac_exeext conftest.$ac_ext
11180 CFLAGS=$ac_wine_try_cflags_saved
11181 fi
11182 echo "$as_me:$LINENO: result: $ac_cv_c_gcc_stack_boundary" >&5
11183 echo "${ECHO_T}$ac_cv_c_gcc_stack_boundary" >&6
11184   if test "$ac_cv_c_gcc_stack_boundary" = "yes"
11185   then
11186     EXTRACFLAGS="$EXTRACFLAGS -mpreferred-stack-boundary=2"
11187   fi
11188
11189     echo "$as_me:$LINENO: checking for gcc -fno-strict-aliasing support" >&5
11190 echo $ECHO_N "checking for gcc -fno-strict-aliasing support... $ECHO_C" >&6
11191 if test "${ac_cv_c_gcc_no_strict_aliasing+set}" = set; then
11192   echo $ECHO_N "(cached) $ECHO_C" >&6
11193 else
11194   ac_wine_try_cflags_saved=$CFLAGS
11195 CFLAGS="$CFLAGS -fno-strict-aliasing"
11196 cat >conftest.$ac_ext <<_ACEOF
11197 /* confdefs.h.  */
11198 _ACEOF
11199 cat confdefs.h >>conftest.$ac_ext
11200 cat >>conftest.$ac_ext <<_ACEOF
11201 /* end confdefs.h.  */
11202
11203 int
11204 main ()
11205 {
11206
11207   ;
11208   return 0;
11209 }
11210 _ACEOF
11211 rm -f conftest.$ac_objext conftest$ac_exeext
11212 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11213   (eval $ac_link) 2>conftest.er1
11214   ac_status=$?
11215   grep -v '^ *+' conftest.er1 >conftest.err
11216   rm -f conftest.er1
11217   cat conftest.err >&5
11218   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11219   (exit $ac_status); } &&
11220          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
11221   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11222   (eval $ac_try) 2>&5
11223   ac_status=$?
11224   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11225   (exit $ac_status); }; } &&
11226          { ac_try='test -s conftest$ac_exeext'
11227   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11228   (eval $ac_try) 2>&5
11229   ac_status=$?
11230   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11231   (exit $ac_status); }; }; then
11232   ac_cv_c_gcc_no_strict_aliasing="yes"
11233 else
11234   echo "$as_me: failed program was:" >&5
11235 sed 's/^/| /' conftest.$ac_ext >&5
11236
11237 ac_cv_c_gcc_no_strict_aliasing="no"
11238 fi
11239 rm -f conftest.err conftest.$ac_objext \
11240       conftest$ac_exeext conftest.$ac_ext
11241 CFLAGS=$ac_wine_try_cflags_saved
11242 fi
11243 echo "$as_me:$LINENO: result: $ac_cv_c_gcc_no_strict_aliasing" >&5
11244 echo "${ECHO_T}$ac_cv_c_gcc_no_strict_aliasing" >&6
11245   if test "$ac_cv_c_gcc_no_strict_aliasing" = "yes"
11246   then
11247     EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11248   fi
11249
11250     echo "$as_me:$LINENO: checking for gcc -gstabs+ support" >&5
11251 echo $ECHO_N "checking for gcc -gstabs+ support... $ECHO_C" >&6
11252 if test "${ac_cv_c_gcc_gstabs+set}" = set; then
11253   echo $ECHO_N "(cached) $ECHO_C" >&6
11254 else
11255   ac_wine_try_cflags_saved=$CFLAGS
11256 CFLAGS="$CFLAGS -gstabs+"
11257 cat >conftest.$ac_ext <<_ACEOF
11258 /* confdefs.h.  */
11259 _ACEOF
11260 cat confdefs.h >>conftest.$ac_ext
11261 cat >>conftest.$ac_ext <<_ACEOF
11262 /* end confdefs.h.  */
11263
11264 int
11265 main ()
11266 {
11267
11268   ;
11269   return 0;
11270 }
11271 _ACEOF
11272 rm -f conftest.$ac_objext conftest$ac_exeext
11273 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11274   (eval $ac_link) 2>conftest.er1
11275   ac_status=$?
11276   grep -v '^ *+' conftest.er1 >conftest.err
11277   rm -f conftest.er1
11278   cat conftest.err >&5
11279   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11280   (exit $ac_status); } &&
11281          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
11282   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11283   (eval $ac_try) 2>&5
11284   ac_status=$?
11285   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11286   (exit $ac_status); }; } &&
11287          { ac_try='test -s conftest$ac_exeext'
11288   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11289   (eval $ac_try) 2>&5
11290   ac_status=$?
11291   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11292   (exit $ac_status); }; }; then
11293   ac_cv_c_gcc_gstabs="yes"
11294 else
11295   echo "$as_me: failed program was:" >&5
11296 sed 's/^/| /' conftest.$ac_ext >&5
11297
11298 ac_cv_c_gcc_gstabs="no"
11299 fi
11300 rm -f conftest.err conftest.$ac_objext \
11301       conftest$ac_exeext conftest.$ac_ext
11302 CFLAGS=$ac_wine_try_cflags_saved
11303 fi
11304 echo "$as_me:$LINENO: result: $ac_cv_c_gcc_gstabs" >&5
11305 echo "${ECHO_T}$ac_cv_c_gcc_gstabs" >&6
11306   if test "$ac_cv_c_gcc_gstabs" = "yes"
11307   then
11308     EXTRACFLAGS="$EXTRACFLAGS -gstabs+"
11309   fi
11310
11311     saved_CFLAGS="$CFLAGS"
11312   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11313   echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
11314 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6
11315 if test "${ac_cv_c_string_h_warnings+set}" = set; then
11316   echo $ECHO_N "(cached) $ECHO_C" >&6
11317 else
11318   cat >conftest.$ac_ext <<_ACEOF
11319 /* confdefs.h.  */
11320 _ACEOF
11321 cat confdefs.h >>conftest.$ac_ext
11322 cat >>conftest.$ac_ext <<_ACEOF
11323 /* end confdefs.h.  */
11324 #include <string.h>
11325 int
11326 main ()
11327 {
11328
11329   ;
11330   return 0;
11331 }
11332 _ACEOF
11333 rm -f conftest.$ac_objext
11334 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11335   (eval $ac_compile) 2>conftest.er1
11336   ac_status=$?
11337   grep -v '^ *+' conftest.er1 >conftest.err
11338   rm -f conftest.er1
11339   cat conftest.err >&5
11340   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11341   (exit $ac_status); } &&
11342          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
11343   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11344   (eval $ac_try) 2>&5
11345   ac_status=$?
11346   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11347   (exit $ac_status); }; } &&
11348          { ac_try='test -s conftest.$ac_objext'
11349   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11350   (eval $ac_try) 2>&5
11351   ac_status=$?
11352   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11353   (exit $ac_status); }; }; then
11354   ac_cv_c_string_h_warnings=no
11355 else
11356   echo "$as_me: failed program was:" >&5
11357 sed 's/^/| /' conftest.$ac_ext >&5
11358
11359 ac_cv_c_string_h_warnings=yes
11360 fi
11361 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11362 fi
11363 echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
11364 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6
11365   CFLAGS="$saved_CFLAGS"
11366   if test "$ac_cv_c_string_h_warnings" = "no"
11367   then
11368     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11369   fi
11370
11371   BUILTINFLAG=""
11372
11373   saved_CFLAGS="$CFLAGS"
11374   CFLAGS="$CFLAGS -Werror"
11375   echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5
11376 echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6
11377 if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then
11378   echo $ECHO_N "(cached) $ECHO_C" >&6
11379 else
11380   cat >conftest.$ac_ext <<_ACEOF
11381 /* confdefs.h.  */
11382 _ACEOF
11383 cat confdefs.h >>conftest.$ac_ext
11384 cat >>conftest.$ac_ext <<_ACEOF
11385 /* end confdefs.h.  */
11386
11387 int
11388 main ()
11389 {
11390 int iswlower(unsigned short);
11391   ;
11392   return 0;
11393 }
11394 _ACEOF
11395 rm -f conftest.$ac_objext
11396 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11397   (eval $ac_compile) 2>conftest.er1
11398   ac_status=$?
11399   grep -v '^ *+' conftest.er1 >conftest.err
11400   rm -f conftest.er1
11401   cat conftest.err >&5
11402   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11403   (exit $ac_status); } &&
11404          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
11405   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11406   (eval $ac_try) 2>&5
11407   ac_status=$?
11408   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11409   (exit $ac_status); }; } &&
11410          { ac_try='test -s conftest.$ac_objext'
11411   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11412   (eval $ac_try) 2>&5
11413   ac_status=$?
11414   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11415   (exit $ac_status); }; }; then
11416   ac_cv_c_builtin_wchar_ctype=no
11417 else
11418   echo "$as_me: failed program was:" >&5
11419 sed 's/^/| /' conftest.$ac_ext >&5
11420
11421 ac_cv_c_builtin_wchar_ctype=yes
11422 fi
11423 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11424 fi
11425 echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5
11426 echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6
11427   CFLAGS="$saved_CFLAGS"
11428   if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
11429   then
11430     BUILTINFLAG=""
11431     for builtin in \
11432       iswalnum iswalpha iswcntrl iswdigit iswgraph iswlower \
11433       iswprint iswpunct iswspace iswupper iswxdigit towlower towupper
11434     do
11435       BUILTINFLAG="$BUILTINFLAG -fno-builtin-$builtin"
11436     done
11437   fi
11438 fi
11439
11440
11441 echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
11442 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6
11443 if test "${ac_cv_asm_func_def+set}" = set; then
11444   echo $ECHO_N "(cached) $ECHO_C" >&6
11445 else
11446   cat >conftest.$ac_ext <<_ACEOF
11447 /* confdefs.h.  */
11448 _ACEOF
11449 cat confdefs.h >>conftest.$ac_ext
11450 cat >>conftest.$ac_ext <<_ACEOF
11451 /* end confdefs.h.  */
11452 void ac_asm(void) { asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0"); }
11453
11454 int
11455 main ()
11456 {
11457
11458   ;
11459   return 0;
11460 }
11461 _ACEOF
11462 rm -f conftest.$ac_objext conftest$ac_exeext
11463 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11464   (eval $ac_link) 2>conftest.er1
11465   ac_status=$?
11466   grep -v '^ *+' conftest.er1 >conftest.err
11467   rm -f conftest.er1
11468   cat conftest.err >&5
11469   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11470   (exit $ac_status); } &&
11471          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
11472   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11473   (eval $ac_try) 2>&5
11474   ac_status=$?
11475   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11476   (exit $ac_status); }; } &&
11477          { ac_try='test -s conftest$ac_exeext'
11478   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11479   (eval $ac_try) 2>&5
11480   ac_status=$?
11481   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11482   (exit $ac_status); }; }; then
11483   ac_cv_asm_func_def=".def"
11484 else
11485   echo "$as_me: failed program was:" >&5
11486 sed 's/^/| /' conftest.$ac_ext >&5
11487
11488 cat >conftest.$ac_ext <<_ACEOF
11489 /* confdefs.h.  */
11490 _ACEOF
11491 cat confdefs.h >>conftest.$ac_ext
11492 cat >>conftest.$ac_ext <<_ACEOF
11493 /* end confdefs.h.  */
11494 void ac_asm(void) { asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0"); }
11495
11496 int
11497 main ()
11498 {
11499
11500   ;
11501   return 0;
11502 }
11503 _ACEOF
11504 rm -f conftest.$ac_objext conftest$ac_exeext
11505 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11506   (eval $ac_link) 2>conftest.er1
11507   ac_status=$?
11508   grep -v '^ *+' conftest.er1 >conftest.err
11509   rm -f conftest.er1
11510   cat conftest.err >&5
11511   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11512   (exit $ac_status); } &&
11513          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
11514   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11515   (eval $ac_try) 2>&5
11516   ac_status=$?
11517   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11518   (exit $ac_status); }; } &&
11519          { ac_try='test -s conftest$ac_exeext'
11520   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11521   (eval $ac_try) 2>&5
11522   ac_status=$?
11523   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11524   (exit $ac_status); }; }; then
11525   ac_cv_asm_func_def=".type @function"
11526 else
11527   echo "$as_me: failed program was:" >&5
11528 sed 's/^/| /' conftest.$ac_ext >&5
11529
11530 cat >conftest.$ac_ext <<_ACEOF
11531 /* confdefs.h.  */
11532 _ACEOF
11533 cat confdefs.h >>conftest.$ac_ext
11534 cat >>conftest.$ac_ext <<_ACEOF
11535 /* end confdefs.h.  */
11536 void ac_asm(void) { asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0"); }
11537
11538 int
11539 main ()
11540 {
11541
11542   ;
11543   return 0;
11544 }
11545 _ACEOF
11546 rm -f conftest.$ac_objext conftest$ac_exeext
11547 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11548   (eval $ac_link) 2>conftest.er1
11549   ac_status=$?
11550   grep -v '^ *+' conftest.er1 >conftest.err
11551   rm -f conftest.er1
11552   cat conftest.err >&5
11553   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11554   (exit $ac_status); } &&
11555          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
11556   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11557   (eval $ac_try) 2>&5
11558   ac_status=$?
11559   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11560   (exit $ac_status); }; } &&
11561          { ac_try='test -s conftest$ac_exeext'
11562   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11563   (eval $ac_try) 2>&5
11564   ac_status=$?
11565   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11566   (exit $ac_status); }; }; then
11567   ac_cv_asm_func_def=".type 2"
11568 else
11569   echo "$as_me: failed program was:" >&5
11570 sed 's/^/| /' conftest.$ac_ext >&5
11571
11572 ac_cv_asm_func_def="unknown"
11573 fi
11574 rm -f conftest.err conftest.$ac_objext \
11575       conftest$ac_exeext conftest.$ac_ext
11576 fi
11577 rm -f conftest.err conftest.$ac_objext \
11578       conftest$ac_exeext conftest.$ac_ext
11579 fi
11580 rm -f conftest.err conftest.$ac_objext \
11581       conftest$ac_exeext conftest.$ac_ext
11582 fi
11583 echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
11584 echo "${ECHO_T}$ac_cv_asm_func_def" >&6
11585
11586
11587
11588 case "$ac_cv_asm_func_def" in
11589   ".def")
11590      cat >>confdefs.h <<\_ACEOF
11591 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
11592 _ACEOF
11593  ;;
11594   ".type @function")
11595      cat >>confdefs.h <<\_ACEOF
11596 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
11597 _ACEOF
11598  ;;
11599   ".type 2")
11600      cat >>confdefs.h <<\_ACEOF
11601 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
11602 _ACEOF
11603  ;;
11604   *)
11605      cat >>confdefs.h <<\_ACEOF
11606 #define __ASM_FUNC(name) ""
11607 _ACEOF
11608  ;;
11609 esac
11610
11611
11612 echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
11613 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6
11614 if test "${ac_cv_c_extern_prefix+set}" = set; then
11615   echo $ECHO_N "(cached) $ECHO_C" >&6
11616 else
11617   cat >conftest.$ac_ext <<_ACEOF
11618 /* confdefs.h.  */
11619 _ACEOF
11620 cat confdefs.h >>conftest.$ac_ext
11621 cat >>conftest.$ac_ext <<_ACEOF
11622 /* end confdefs.h.  */
11623 void ac_asm(void) { asm(".globl _ac_test\n_ac_test:\t.long 0"); }
11624 extern int ac_test;
11625 int
11626 main ()
11627 {
11628 if (ac_test) return 1
11629   ;
11630   return 0;
11631 }
11632 _ACEOF
11633 rm -f conftest.$ac_objext conftest$ac_exeext
11634 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11635   (eval $ac_link) 2>conftest.er1
11636   ac_status=$?
11637   grep -v '^ *+' conftest.er1 >conftest.err
11638   rm -f conftest.er1
11639   cat conftest.err >&5
11640   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11641   (exit $ac_status); } &&
11642          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
11643   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11644   (eval $ac_try) 2>&5
11645   ac_status=$?
11646   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11647   (exit $ac_status); }; } &&
11648          { ac_try='test -s conftest$ac_exeext'
11649   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11650   (eval $ac_try) 2>&5
11651   ac_status=$?
11652   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11653   (exit $ac_status); }; }; then
11654   ac_cv_c_extern_prefix="yes"
11655 else
11656   echo "$as_me: failed program was:" >&5
11657 sed 's/^/| /' conftest.$ac_ext >&5
11658
11659 ac_cv_c_extern_prefix="no"
11660 fi
11661 rm -f conftest.err conftest.$ac_objext \
11662       conftest$ac_exeext conftest.$ac_ext
11663 fi
11664 echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
11665 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6
11666
11667
11668
11669 if test "$ac_cv_c_extern_prefix" = "yes"
11670 then
11671   cat >>confdefs.h <<\_ACEOF
11672 #define __ASM_NAME(name) "_" name
11673 _ACEOF
11674
11675 else
11676   cat >>confdefs.h <<\_ACEOF
11677 #define __ASM_NAME(name) name
11678 _ACEOF
11679
11680 fi
11681
11682
11683 DLLEXT=""
11684
11685 DLLFLAGS="-D_REENTRANT"
11686
11687 DLLIBS=""
11688
11689 LDSHARED=""
11690
11691 LDDLLFLAGS=""
11692
11693 LIBEXT="so"
11694
11695 IMPLIBEXT="def"
11696
11697
11698 case $host_os in
11699   cygwin*|mingw32*)
11700     if test -n "$ac_tool_prefix"; then
11701   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
11702 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
11703 echo "$as_me:$LINENO: checking for $ac_word" >&5
11704 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11705 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
11706   echo $ECHO_N "(cached) $ECHO_C" >&6
11707 else
11708   if test -n "$DLLTOOL"; then
11709   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
11710 else
11711 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11712 for as_dir in $PATH
11713 do
11714   IFS=$as_save_IFS
11715   test -z "$as_dir" && as_dir=.
11716   for ac_exec_ext in '' $ac_executable_extensions; do
11717   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11718     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
11719     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11720     break 2
11721   fi
11722 done
11723 done
11724
11725 fi
11726 fi
11727 DLLTOOL=$ac_cv_prog_DLLTOOL
11728 if test -n "$DLLTOOL"; then
11729   echo "$as_me:$LINENO: result: $DLLTOOL" >&5
11730 echo "${ECHO_T}$DLLTOOL" >&6
11731 else
11732   echo "$as_me:$LINENO: result: no" >&5
11733 echo "${ECHO_T}no" >&6
11734 fi
11735
11736 fi
11737 if test -z "$ac_cv_prog_DLLTOOL"; then
11738   ac_ct_DLLTOOL=$DLLTOOL
11739   # Extract the first word of "dlltool", so it can be a program name with args.
11740 set dummy dlltool; ac_word=$2
11741 echo "$as_me:$LINENO: checking for $ac_word" >&5
11742 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11743 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
11744   echo $ECHO_N "(cached) $ECHO_C" >&6
11745 else
11746   if test -n "$ac_ct_DLLTOOL"; then
11747   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
11748 else
11749 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11750 for as_dir in $PATH
11751 do
11752   IFS=$as_save_IFS
11753   test -z "$as_dir" && as_dir=.
11754   for ac_exec_ext in '' $ac_executable_extensions; do
11755   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11756     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
11757     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11758     break 2
11759   fi
11760 done
11761 done
11762
11763   test -z "$ac_cv_prog_ac_ct_DLLTOOL" && ac_cv_prog_ac_ct_DLLTOOL="false"
11764 fi
11765 fi
11766 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
11767 if test -n "$ac_ct_DLLTOOL"; then
11768   echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
11769 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6
11770 else
11771   echo "$as_me:$LINENO: result: no" >&5
11772 echo "${ECHO_T}no" >&6
11773 fi
11774
11775   DLLTOOL=$ac_ct_DLLTOOL
11776 else
11777   DLLTOOL="$ac_cv_prog_DLLTOOL"
11778 fi
11779
11780     if test -n "$ac_tool_prefix"; then
11781   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
11782 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
11783 echo "$as_me:$LINENO: checking for $ac_word" >&5
11784 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11785 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
11786   echo $ECHO_N "(cached) $ECHO_C" >&6
11787 else
11788   if test -n "$DLLWRAP"; then
11789   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
11790 else
11791 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11792 for as_dir in $PATH
11793 do
11794   IFS=$as_save_IFS
11795   test -z "$as_dir" && as_dir=.
11796   for ac_exec_ext in '' $ac_executable_extensions; do
11797   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11798     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
11799     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11800     break 2
11801   fi
11802 done
11803 done
11804
11805 fi
11806 fi
11807 DLLWRAP=$ac_cv_prog_DLLWRAP
11808 if test -n "$DLLWRAP"; then
11809   echo "$as_me:$LINENO: result: $DLLWRAP" >&5
11810 echo "${ECHO_T}$DLLWRAP" >&6
11811 else
11812   echo "$as_me:$LINENO: result: no" >&5
11813 echo "${ECHO_T}no" >&6
11814 fi
11815
11816 fi
11817 if test -z "$ac_cv_prog_DLLWRAP"; then
11818   ac_ct_DLLWRAP=$DLLWRAP
11819   # Extract the first word of "dllwrap", so it can be a program name with args.
11820 set dummy dllwrap; ac_word=$2
11821 echo "$as_me:$LINENO: checking for $ac_word" >&5
11822 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11823 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
11824   echo $ECHO_N "(cached) $ECHO_C" >&6
11825 else
11826   if test -n "$ac_ct_DLLWRAP"; then
11827   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
11828 else
11829 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11830 for as_dir in $PATH
11831 do
11832   IFS=$as_save_IFS
11833   test -z "$as_dir" && as_dir=.
11834   for ac_exec_ext in '' $ac_executable_extensions; do
11835   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11836     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
11837     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11838     break 2
11839   fi
11840 done
11841 done
11842
11843   test -z "$ac_cv_prog_ac_ct_DLLWRAP" && ac_cv_prog_ac_ct_DLLWRAP="false"
11844 fi
11845 fi
11846 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
11847 if test -n "$ac_ct_DLLWRAP"; then
11848   echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
11849 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6
11850 else
11851   echo "$as_me:$LINENO: result: no" >&5
11852 echo "${ECHO_T}no" >&6
11853 fi
11854
11855   DLLWRAP=$ac_ct_DLLWRAP
11856 else
11857   DLLWRAP="$ac_cv_prog_DLLWRAP"
11858 fi
11859
11860     if test "$DLLWRAP" = "false"; then
11861       LIBEXT="a"
11862     else
11863             LIBEXT="dll"
11864     fi
11865     IMPLIBEXT="a"
11866         WIN16_FILES=""
11867     WIN16_INSTALL=""
11868     ;;
11869   *)
11870     if test "$ac_cv_header_dlfcn_h" = "yes"
11871     then
11872
11873 for ac_func in dlopen
11874 do
11875 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11876 echo "$as_me:$LINENO: checking for $ac_func" >&5
11877 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11878 if eval "test \"\${$as_ac_var+set}\" = set"; then
11879   echo $ECHO_N "(cached) $ECHO_C" >&6
11880 else
11881   cat >conftest.$ac_ext <<_ACEOF
11882 /* confdefs.h.  */
11883 _ACEOF
11884 cat confdefs.h >>conftest.$ac_ext
11885 cat >>conftest.$ac_ext <<_ACEOF
11886 /* end confdefs.h.  */
11887 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11888    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
11889 #define $ac_func innocuous_$ac_func
11890
11891 /* System header to define __stub macros and hopefully few prototypes,
11892     which can conflict with char $ac_func (); below.
11893     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11894     <limits.h> exists even on freestanding compilers.  */
11895
11896 #ifdef __STDC__
11897 # include <limits.h>
11898 #else
11899 # include <assert.h>
11900 #endif
11901
11902 #undef $ac_func
11903
11904 /* Override any gcc2 internal prototype to avoid an error.  */
11905 #ifdef __cplusplus
11906 extern "C"
11907 {
11908 #endif
11909 /* We use char because int might match the return type of a gcc2
11910    builtin and then its argument prototype would still apply.  */
11911 char $ac_func ();
11912 /* The GNU C library defines this for functions which it implements
11913     to always fail with ENOSYS.  Some functions are actually named
11914     something starting with __ and the normal name is an alias.  */
11915 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11916 choke me
11917 #else
11918 char (*f) () = $ac_func;
11919 #endif
11920 #ifdef __cplusplus
11921 }
11922 #endif
11923
11924 int
11925 main ()
11926 {
11927 return f != $ac_func;
11928   ;
11929   return 0;
11930 }
11931 _ACEOF
11932 rm -f conftest.$ac_objext conftest$ac_exeext
11933 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11934   (eval $ac_link) 2>conftest.er1
11935   ac_status=$?
11936   grep -v '^ *+' conftest.er1 >conftest.err
11937   rm -f conftest.er1
11938   cat conftest.err >&5
11939   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11940   (exit $ac_status); } &&
11941          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
11942   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11943   (eval $ac_try) 2>&5
11944   ac_status=$?
11945   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11946   (exit $ac_status); }; } &&
11947          { ac_try='test -s conftest$ac_exeext'
11948   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11949   (eval $ac_try) 2>&5
11950   ac_status=$?
11951   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11952   (exit $ac_status); }; }; then
11953   eval "$as_ac_var=yes"
11954 else
11955   echo "$as_me: failed program was:" >&5
11956 sed 's/^/| /' conftest.$ac_ext >&5
11957
11958 eval "$as_ac_var=no"
11959 fi
11960 rm -f conftest.err conftest.$ac_objext \
11961       conftest$ac_exeext conftest.$ac_ext
11962 fi
11963 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
11964 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11965 if test `eval echo '${'$as_ac_var'}'` = yes; then
11966   cat >>confdefs.h <<_ACEOF
11967 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11968 _ACEOF
11969
11970 else
11971   echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
11972 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
11973 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
11974   echo $ECHO_N "(cached) $ECHO_C" >&6
11975 else
11976   ac_check_lib_save_LIBS=$LIBS
11977 LIBS="-ldl  $LIBS"
11978 cat >conftest.$ac_ext <<_ACEOF
11979 /* confdefs.h.  */
11980 _ACEOF
11981 cat confdefs.h >>conftest.$ac_ext
11982 cat >>conftest.$ac_ext <<_ACEOF
11983 /* end confdefs.h.  */
11984
11985 /* Override any gcc2 internal prototype to avoid an error.  */
11986 #ifdef __cplusplus
11987 extern "C"
11988 #endif
11989 /* We use char because int might match the return type of a gcc2
11990    builtin and then its argument prototype would still apply.  */
11991 char dlopen ();
11992 int
11993 main ()
11994 {
11995 dlopen ();
11996   ;
11997   return 0;
11998 }
11999 _ACEOF
12000 rm -f conftest.$ac_objext conftest$ac_exeext
12001 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12002   (eval $ac_link) 2>conftest.er1
12003   ac_status=$?
12004   grep -v '^ *+' conftest.er1 >conftest.err
12005   rm -f conftest.er1
12006   cat conftest.err >&5
12007   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12008   (exit $ac_status); } &&
12009          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
12010   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12011   (eval $ac_try) 2>&5
12012   ac_status=$?
12013   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12014   (exit $ac_status); }; } &&
12015          { ac_try='test -s conftest$ac_exeext'
12016   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12017   (eval $ac_try) 2>&5
12018   ac_status=$?
12019   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12020   (exit $ac_status); }; }; then
12021   ac_cv_lib_dl_dlopen=yes
12022 else
12023   echo "$as_me: failed program was:" >&5
12024 sed 's/^/| /' conftest.$ac_ext >&5
12025
12026 ac_cv_lib_dl_dlopen=no
12027 fi
12028 rm -f conftest.err conftest.$ac_objext \
12029       conftest$ac_exeext conftest.$ac_ext
12030 LIBS=$ac_check_lib_save_LIBS
12031 fi
12032 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
12033 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
12034 if test $ac_cv_lib_dl_dlopen = yes; then
12035
12036 cat >>confdefs.h <<\_ACEOF
12037 #define HAVE_DLOPEN 1
12038 _ACEOF
12039
12040                           DLLIBS="-ldl"
12041 else
12042   LIBEXT="a"
12043 fi
12044
12045 fi
12046 done
12047
12048     else
12049         LIBEXT="a"
12050     fi
12051
12052     if test "$LIBEXT" = "so"
12053     then
12054       DLLFLAGS="$DLLFLAGS -fPIC"
12055       DLLEXT=".so"
12056       echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
12057 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6
12058 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
12059   echo $ECHO_N "(cached) $ECHO_C" >&6
12060 else
12061   ac_wine_try_cflags_saved=$CFLAGS
12062 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,conftest.so.1.0,-Bsymbolic"
12063 cat >conftest.$ac_ext <<_ACEOF
12064 void myfunc() {}
12065 _ACEOF
12066 rm -f conftest.$ac_objext conftest$ac_exeext
12067 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12068   (eval $ac_link) 2>conftest.er1
12069   ac_status=$?
12070   grep -v '^ *+' conftest.er1 >conftest.err
12071   rm -f conftest.er1
12072   cat conftest.err >&5
12073   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12074   (exit $ac_status); } &&
12075          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
12076   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12077   (eval $ac_try) 2>&5
12078   ac_status=$?
12079   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12080   (exit $ac_status); }; } &&
12081          { ac_try='test -s conftest$ac_exeext'
12082   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12083   (eval $ac_try) 2>&5
12084   ac_status=$?
12085   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12086   (exit $ac_status); }; }; then
12087   ac_cv_c_dll_gnuelf="yes"
12088 else
12089   echo "$as_me: failed program was:" >&5
12090 sed 's/^/| /' conftest.$ac_ext >&5
12091
12092 ac_cv_c_dll_gnuelf="no"
12093 fi
12094 rm -f conftest.err conftest.$ac_objext \
12095       conftest$ac_exeext conftest.$ac_ext
12096 CFLAGS=$ac_wine_try_cflags_saved
12097 fi
12098 echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
12099 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6
12100       if test "$ac_cv_c_dll_gnuelf" = "yes"
12101       then
12102         LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
12103         LDDLLFLAGS="-shared -Wl,-Bsymbolic"
12104         echo "$as_me:$LINENO: checking whether the linker accepts -z defs" >&5
12105 echo $ECHO_N "checking whether the linker accepts -z defs... $ECHO_C" >&6
12106 if test "${ac_cv_c_dll_zdefs+set}" = set; then
12107   echo $ECHO_N "(cached) $ECHO_C" >&6
12108 else
12109   ac_wine_try_cflags_saved=$CFLAGS
12110 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
12111 cat >conftest.$ac_ext <<_ACEOF
12112 /* confdefs.h.  */
12113 _ACEOF
12114 cat confdefs.h >>conftest.$ac_ext
12115 cat >>conftest.$ac_ext <<_ACEOF
12116 /* end confdefs.h.  */
12117
12118 int
12119 main ()
12120 {
12121
12122   ;
12123   return 0;
12124 }
12125 _ACEOF
12126 rm -f conftest.$ac_objext conftest$ac_exeext
12127 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12128   (eval $ac_link) 2>conftest.er1
12129   ac_status=$?
12130   grep -v '^ *+' conftest.er1 >conftest.err
12131   rm -f conftest.er1
12132   cat conftest.err >&5
12133   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12134   (exit $ac_status); } &&
12135          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
12136   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12137   (eval $ac_try) 2>&5
12138   ac_status=$?
12139   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12140   (exit $ac_status); }; } &&
12141          { ac_try='test -s conftest$ac_exeext'
12142   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12143   (eval $ac_try) 2>&5
12144   ac_status=$?
12145   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12146   (exit $ac_status); }; }; then
12147   ac_cv_c_dll_zdefs="yes"
12148 else
12149   echo "$as_me: failed program was:" >&5
12150 sed 's/^/| /' conftest.$ac_ext >&5
12151
12152 ac_cv_c_dll_zdefs="no"
12153 fi
12154 rm -f conftest.err conftest.$ac_objext \
12155       conftest$ac_exeext conftest.$ac_ext
12156 CFLAGS=$ac_wine_try_cflags_saved
12157 fi
12158 echo "$as_me:$LINENO: result: $ac_cv_c_dll_zdefs" >&5
12159 echo "${ECHO_T}$ac_cv_c_dll_zdefs" >&6
12160         if test "$ac_cv_c_dll_zdefs" = "yes"
12161         then
12162           LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
12163         fi
12164
12165         echo "$as_me:$LINENO: checking whether the linker accepts -init and -fini" >&5
12166 echo $ECHO_N "checking whether the linker accepts -init and -fini... $ECHO_C" >&6
12167 if test "${ac_cv_c_dll_init_fini+set}" = set; then
12168   echo $ECHO_N "(cached) $ECHO_C" >&6
12169 else
12170   ac_wine_try_cflags_saved=$CFLAGS
12171 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
12172 cat >conftest.$ac_ext <<_ACEOF
12173 /* confdefs.h.  */
12174 _ACEOF
12175 cat confdefs.h >>conftest.$ac_ext
12176 cat >>conftest.$ac_ext <<_ACEOF
12177 /* end confdefs.h.  */
12178
12179 int
12180 main ()
12181 {
12182
12183   ;
12184   return 0;
12185 }
12186 _ACEOF
12187 rm -f conftest.$ac_objext conftest$ac_exeext
12188 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12189   (eval $ac_link) 2>conftest.er1
12190   ac_status=$?
12191   grep -v '^ *+' conftest.er1 >conftest.err
12192   rm -f conftest.er1
12193   cat conftest.err >&5
12194   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12195   (exit $ac_status); } &&
12196          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
12197   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12198   (eval $ac_try) 2>&5
12199   ac_status=$?
12200   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12201   (exit $ac_status); }; } &&
12202          { ac_try='test -s conftest$ac_exeext'
12203   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12204   (eval $ac_try) 2>&5
12205   ac_status=$?
12206   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12207   (exit $ac_status); }; }; then
12208   ac_cv_c_dll_init_fini="yes"
12209 else
12210   echo "$as_me: failed program was:" >&5
12211 sed 's/^/| /' conftest.$ac_ext >&5
12212
12213 ac_cv_c_dll_init_fini="no"
12214 fi
12215 rm -f conftest.err conftest.$ac_objext \
12216       conftest$ac_exeext conftest.$ac_ext
12217 CFLAGS=$ac_wine_try_cflags_saved
12218 fi
12219 echo "$as_me:$LINENO: result: $ac_cv_c_dll_init_fini" >&5
12220 echo "${ECHO_T}$ac_cv_c_dll_init_fini" >&6
12221         if test "$ac_cv_c_dll_init_fini" = "yes"
12222         then
12223           LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
12224         fi
12225
12226         echo "$as_me:$LINENO: checking whether the linker accepts version scripts" >&5
12227 echo $ECHO_N "checking whether the linker accepts version scripts... $ECHO_C" >&6
12228 if test "${ac_cv_c_ld_version_scripts+set}" = set; then
12229   echo $ECHO_N "(cached) $ECHO_C" >&6
12230 else
12231   echo '{ global: *; };' >conftest.map
12232            ac_wine_try_cflags_saved=$CFLAGS
12233 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
12234 cat >conftest.$ac_ext <<_ACEOF
12235 /* confdefs.h.  */
12236 _ACEOF
12237 cat confdefs.h >>conftest.$ac_ext
12238 cat >>conftest.$ac_ext <<_ACEOF
12239 /* end confdefs.h.  */
12240
12241 int
12242 main ()
12243 {
12244
12245   ;
12246   return 0;
12247 }
12248 _ACEOF
12249 rm -f conftest.$ac_objext conftest$ac_exeext
12250 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12251   (eval $ac_link) 2>conftest.er1
12252   ac_status=$?
12253   grep -v '^ *+' conftest.er1 >conftest.err
12254   rm -f conftest.er1
12255   cat conftest.err >&5
12256   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12257   (exit $ac_status); } &&
12258          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
12259   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12260   (eval $ac_try) 2>&5
12261   ac_status=$?
12262   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12263   (exit $ac_status); }; } &&
12264          { ac_try='test -s conftest$ac_exeext'
12265   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12266   (eval $ac_try) 2>&5
12267   ac_status=$?
12268   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12269   (exit $ac_status); }; }; then
12270   ac_cv_c_ld_version_scripts="yes"
12271 else
12272   echo "$as_me: failed program was:" >&5
12273 sed 's/^/| /' conftest.$ac_ext >&5
12274
12275 ac_cv_c_ld_version_scripts="no"
12276 fi
12277 rm -f conftest.err conftest.$ac_objext \
12278       conftest$ac_exeext conftest.$ac_ext
12279 CFLAGS=$ac_wine_try_cflags_saved
12280            rm -f conftest.map
12281 fi
12282 echo "$as_me:$LINENO: result: $ac_cv_c_ld_version_scripts" >&5
12283 echo "${ECHO_T}$ac_cv_c_ld_version_scripts" >&6
12284         if test "$ac_cv_c_ld_version_scripts" = "yes"
12285         then
12286           LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
12287         fi
12288
12289         echo "$as_me:$LINENO: checking whether the linker accepts --export-dynamic" >&5
12290 echo $ECHO_N "checking whether the linker accepts --export-dynamic... $ECHO_C" >&6
12291 if test "${ac_cv_c_export_dynamic+set}" = set; then
12292   echo $ECHO_N "(cached) $ECHO_C" >&6
12293 else
12294   ac_wine_try_cflags_saved=$CFLAGS
12295 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
12296 cat >conftest.$ac_ext <<_ACEOF
12297 /* confdefs.h.  */
12298 _ACEOF
12299 cat confdefs.h >>conftest.$ac_ext
12300 cat >>conftest.$ac_ext <<_ACEOF
12301 /* end confdefs.h.  */
12302
12303 int
12304 main ()
12305 {
12306
12307   ;
12308   return 0;
12309 }
12310 _ACEOF
12311 rm -f conftest.$ac_objext conftest$ac_exeext
12312 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12313   (eval $ac_link) 2>conftest.er1
12314   ac_status=$?
12315   grep -v '^ *+' conftest.er1 >conftest.err
12316   rm -f conftest.er1
12317   cat conftest.err >&5
12318   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12319   (exit $ac_status); } &&
12320          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
12321   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12322   (eval $ac_try) 2>&5
12323   ac_status=$?
12324   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12325   (exit $ac_status); }; } &&
12326          { ac_try='test -s conftest$ac_exeext'
12327   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12328   (eval $ac_try) 2>&5
12329   ac_status=$?
12330   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12331   (exit $ac_status); }; }; then
12332   ac_cv_c_export_dynamic="yes"
12333 else
12334   echo "$as_me: failed program was:" >&5
12335 sed 's/^/| /' conftest.$ac_ext >&5
12336
12337 ac_cv_c_export_dynamic="no"
12338 fi
12339 rm -f conftest.err conftest.$ac_objext \
12340       conftest$ac_exeext conftest.$ac_ext
12341 CFLAGS=$ac_wine_try_cflags_saved
12342 fi
12343 echo "$as_me:$LINENO: result: $ac_cv_c_export_dynamic" >&5
12344 echo "${ECHO_T}$ac_cv_c_export_dynamic" >&6
12345         if test "$ac_cv_c_export_dynamic" = "yes"
12346         then
12347           LDEXECFLAGS="-Wl,--export-dynamic"
12348
12349         fi
12350
12351         case $host_cpu in
12352           *i[3456789]86*)
12353             echo "$as_me:$LINENO: checking whether we can relocate the executable to 0x7bf00000" >&5
12354 echo $ECHO_N "checking whether we can relocate the executable to 0x7bf00000... $ECHO_C" >&6
12355 if test "${ac_cv_ld_reloc_exec+set}" = set; then
12356   echo $ECHO_N "(cached) $ECHO_C" >&6
12357 else
12358   ac_wine_try_cflags_saved=$CFLAGS
12359 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
12360 cat >conftest.$ac_ext <<_ACEOF
12361 /* confdefs.h.  */
12362 _ACEOF
12363 cat confdefs.h >>conftest.$ac_ext
12364 cat >>conftest.$ac_ext <<_ACEOF
12365 /* end confdefs.h.  */
12366
12367 int
12368 main ()
12369 {
12370
12371   ;
12372   return 0;
12373 }
12374 _ACEOF
12375 rm -f conftest.$ac_objext conftest$ac_exeext
12376 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12377   (eval $ac_link) 2>conftest.er1
12378   ac_status=$?
12379   grep -v '^ *+' conftest.er1 >conftest.err
12380   rm -f conftest.er1
12381   cat conftest.err >&5
12382   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12383   (exit $ac_status); } &&
12384          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
12385   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12386   (eval $ac_try) 2>&5
12387   ac_status=$?
12388   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12389   (exit $ac_status); }; } &&
12390          { ac_try='test -s conftest$ac_exeext'
12391   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12392   (eval $ac_try) 2>&5
12393   ac_status=$?
12394   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12395   (exit $ac_status); }; }; then
12396   ac_cv_ld_reloc_exec="yes"
12397 else
12398   echo "$as_me: failed program was:" >&5
12399 sed 's/^/| /' conftest.$ac_ext >&5
12400
12401 ac_cv_ld_reloc_exec="no"
12402 fi
12403 rm -f conftest.err conftest.$ac_objext \
12404       conftest$ac_exeext conftest.$ac_ext
12405 CFLAGS=$ac_wine_try_cflags_saved
12406 fi
12407 echo "$as_me:$LINENO: result: $ac_cv_ld_reloc_exec" >&5
12408 echo "${ECHO_T}$ac_cv_ld_reloc_exec" >&6
12409             if test "$ac_cv_ld_reloc_exec" = "yes"
12410             then
12411               LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
12412             fi
12413             ;;
12414         esac
12415
12416       else
12417         echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
12418 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6
12419 if test "${ac_cv_c_dll_unixware+set}" = set; then
12420   echo $ECHO_N "(cached) $ECHO_C" >&6
12421 else
12422   ac_wine_try_cflags_saved=$CFLAGS
12423 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
12424 cat >conftest.$ac_ext <<_ACEOF
12425 void myfunc() {}
12426 _ACEOF
12427 rm -f conftest.$ac_objext conftest$ac_exeext
12428 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12429   (eval $ac_link) 2>conftest.er1
12430   ac_status=$?
12431   grep -v '^ *+' conftest.er1 >conftest.err
12432   rm -f conftest.er1
12433   cat conftest.err >&5
12434   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12435   (exit $ac_status); } &&
12436          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
12437   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12438   (eval $ac_try) 2>&5
12439   ac_status=$?
12440   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12441   (exit $ac_status); }; } &&
12442          { ac_try='test -s conftest$ac_exeext'
12443   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12444   (eval $ac_try) 2>&5
12445   ac_status=$?
12446   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12447   (exit $ac_status); }; }; then
12448   ac_cv_c_dll_unixware="yes"
12449 else
12450   echo "$as_me: failed program was:" >&5
12451 sed 's/^/| /' conftest.$ac_ext >&5
12452
12453 ac_cv_c_dll_unixware="no"
12454 fi
12455 rm -f conftest.err conftest.$ac_objext \
12456       conftest$ac_exeext conftest.$ac_ext
12457 CFLAGS=$ac_wine_try_cflags_saved
12458 fi
12459 echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
12460 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6
12461         if test "$ac_cv_c_dll_unixware" = "yes"
12462         then
12463           LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
12464           LDDLLFLAGS="-Wl,-G,-B,symbolic"
12465
12466         else
12467           echo "$as_me:$LINENO: checking whether we can build a Mach-O (Mac OS X/Darwin) dll" >&5
12468 echo $ECHO_N "checking whether we can build a Mach-O (Mac OS X/Darwin) dll... $ECHO_C" >&6
12469 if test "${ac_cv_c_dll_macho+set}" = set; then
12470   echo $ECHO_N "(cached) $ECHO_C" >&6
12471 else
12472   ac_wine_try_cflags_saved=$CFLAGS
12473 CFLAGS="$CFLAGS -bundle"
12474 cat >conftest.$ac_ext <<_ACEOF
12475 void myfunc() {}
12476 _ACEOF
12477 rm -f conftest.$ac_objext conftest$ac_exeext
12478 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12479   (eval $ac_link) 2>conftest.er1
12480   ac_status=$?
12481   grep -v '^ *+' conftest.er1 >conftest.err
12482   rm -f conftest.er1
12483   cat conftest.err >&5
12484   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12485   (exit $ac_status); } &&
12486          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
12487   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12488   (eval $ac_try) 2>&5
12489   ac_status=$?
12490   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12491   (exit $ac_status); }; } &&
12492          { ac_try='test -s conftest$ac_exeext'
12493   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12494   (eval $ac_try) 2>&5
12495   ac_status=$?
12496   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12497   (exit $ac_status); }; }; then
12498   ac_cv_c_dll_macho="yes"
12499 else
12500   echo "$as_me: failed program was:" >&5
12501 sed 's/^/| /' conftest.$ac_ext >&5
12502
12503 ac_cv_c_dll_macho="no"
12504 fi
12505 rm -f conftest.err conftest.$ac_objext \
12506       conftest$ac_exeext conftest.$ac_ext
12507 CFLAGS=$ac_wine_try_cflags_saved
12508 fi
12509 echo "$as_me:$LINENO: result: $ac_cv_c_dll_macho" >&5
12510 echo "${ECHO_T}$ac_cv_c_dll_macho" >&6
12511           if test "$ac_cv_c_dll_macho" = "yes"
12512           then
12513             LIBEXT="dylib"
12514             LDDLLFLAGS="-bundle -flat_namespace -undefined suppress -read_only_relocs warning"
12515             LDSHARED="\$(CC) -dynamiclib"
12516             CFLAGS="$CFLAGS -ffixed-r13 -no-cpp-precomp"
12517             STRIP="$STRIP -u -r"
12518                         LDEXECFLAGS="-seg1addr 0x120000"
12519
12520                         LDLIBWINEFLAGS="-seg1addr 0x140000"
12521
12522                     COREFOUNDATIONLIB="-framework CoreFoundation"
12523
12524             IOKITLIB="-framework IOKit"
12525
12526                     IOKITLIB="$IOKITLIB $COREFOUNDATIONLIB"
12527           else
12528             echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
12529 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6
12530 if test "${ac_cv_c_dll_hpux+set}" = set; then
12531   echo $ECHO_N "(cached) $ECHO_C" >&6
12532 else
12533   ac_wine_try_cflags_saved=$CFLAGS
12534 CFLAGS="$CFLAGS -shared"
12535 cat >conftest.$ac_ext <<_ACEOF
12536 void myfunc() {}
12537 _ACEOF
12538 rm -f conftest.$ac_objext conftest$ac_exeext
12539 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12540   (eval $ac_link) 2>conftest.er1
12541   ac_status=$?
12542   grep -v '^ *+' conftest.er1 >conftest.err
12543   rm -f conftest.er1
12544   cat conftest.err >&5
12545   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12546   (exit $ac_status); } &&
12547          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
12548   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12549   (eval $ac_try) 2>&5
12550   ac_status=$?
12551   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12552   (exit $ac_status); }; } &&
12553          { ac_try='test -s conftest$ac_exeext'
12554   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12555   (eval $ac_try) 2>&5
12556   ac_status=$?
12557   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12558   (exit $ac_status); }; }; then
12559   ac_cv_c_dll_hpux="yes"
12560 else
12561   echo "$as_me: failed program was:" >&5
12562 sed 's/^/| /' conftest.$ac_ext >&5
12563
12564 ac_cv_c_dll_hpux="no"
12565 fi
12566 rm -f conftest.err conftest.$ac_objext \
12567       conftest$ac_exeext conftest.$ac_ext
12568 CFLAGS=$ac_wine_try_cflags_saved
12569 fi
12570 echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
12571 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6
12572             if test "$ac_cv_c_dll_hpux" = "yes"
12573             then
12574               LIBEXT="sl"
12575               DLLEXT=".sl"
12576               LDDLLFLAGS="-shared -fPIC"
12577               LDSHARED="\$(CC) -shared"
12578             fi
12579           fi
12580         fi
12581       fi
12582     fi
12583
12584         CROSSTEST=""
12585
12586     if test "$cross_compiling" = "no"
12587     then
12588       for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i386-mingw32-gcc mingw-gcc
12589 do
12590   # Extract the first word of "$ac_prog", so it can be a program name with args.
12591 set dummy $ac_prog; ac_word=$2
12592 echo "$as_me:$LINENO: checking for $ac_word" >&5
12593 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12594 if test "${ac_cv_prog_CROSSCC+set}" = set; then
12595   echo $ECHO_N "(cached) $ECHO_C" >&6
12596 else
12597   if test -n "$CROSSCC"; then
12598   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
12599 else
12600 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12601 for as_dir in $PATH
12602 do
12603   IFS=$as_save_IFS
12604   test -z "$as_dir" && as_dir=.
12605   for ac_exec_ext in '' $ac_executable_extensions; do
12606   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12607     ac_cv_prog_CROSSCC="$ac_prog"
12608     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12609     break 2
12610   fi
12611 done
12612 done
12613
12614 fi
12615 fi
12616 CROSSCC=$ac_cv_prog_CROSSCC
12617 if test -n "$CROSSCC"; then
12618   echo "$as_me:$LINENO: result: $CROSSCC" >&5
12619 echo "${ECHO_T}$CROSSCC" >&6
12620 else
12621   echo "$as_me:$LINENO: result: no" >&5
12622 echo "${ECHO_T}no" >&6
12623 fi
12624
12625   test -n "$CROSSCC" && break
12626 done
12627 test -n "$CROSSCC" || CROSSCC="false"
12628
12629       for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i386-mingw32-dlltool mingw-dlltool
12630 do
12631   # Extract the first word of "$ac_prog", so it can be a program name with args.
12632 set dummy $ac_prog; ac_word=$2
12633 echo "$as_me:$LINENO: checking for $ac_word" >&5
12634 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12635 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
12636   echo $ECHO_N "(cached) $ECHO_C" >&6
12637 else
12638   if test -n "$DLLTOOL"; then
12639   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
12640 else
12641 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12642 for as_dir in $PATH
12643 do
12644   IFS=$as_save_IFS
12645   test -z "$as_dir" && as_dir=.
12646   for ac_exec_ext in '' $ac_executable_extensions; do
12647   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12648     ac_cv_prog_DLLTOOL="$ac_prog"
12649     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12650     break 2
12651   fi
12652 done
12653 done
12654
12655 fi
12656 fi
12657 DLLTOOL=$ac_cv_prog_DLLTOOL
12658 if test -n "$DLLTOOL"; then
12659   echo "$as_me:$LINENO: result: $DLLTOOL" >&5
12660 echo "${ECHO_T}$DLLTOOL" >&6
12661 else
12662   echo "$as_me:$LINENO: result: no" >&5
12663 echo "${ECHO_T}no" >&6
12664 fi
12665
12666   test -n "$DLLTOOL" && break
12667 done
12668 test -n "$DLLTOOL" || DLLTOOL="false"
12669
12670       for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i386-mingw32-windres mingw-windres
12671 do
12672   # Extract the first word of "$ac_prog", so it can be a program name with args.
12673 set dummy $ac_prog; ac_word=$2
12674 echo "$as_me:$LINENO: checking for $ac_word" >&5
12675 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12676 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
12677   echo $ECHO_N "(cached) $ECHO_C" >&6
12678 else
12679   if test -n "$CROSSWINDRES"; then
12680   ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
12681 else
12682 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12683 for as_dir in $PATH
12684 do
12685   IFS=$as_save_IFS
12686   test -z "$as_dir" && as_dir=.
12687   for ac_exec_ext in '' $ac_executable_extensions; do
12688   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12689     ac_cv_prog_CROSSWINDRES="$ac_prog"
12690     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12691     break 2
12692   fi
12693 done
12694 done
12695
12696 fi
12697 fi
12698 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
12699 if test -n "$CROSSWINDRES"; then
12700   echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
12701 echo "${ECHO_T}$CROSSWINDRES" >&6
12702 else
12703   echo "$as_me:$LINENO: result: no" >&5
12704 echo "${ECHO_T}no" >&6
12705 fi
12706
12707   test -n "$CROSSWINDRES" && break
12708 done
12709 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
12710
12711       if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
12712     fi
12713     ;;
12714 esac
12715
12716 if test "$LIBEXT" = "a"; then
12717   { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
12718 It is currently not possible to build Wine without shared library
12719 (.so) support to allow transparent switch between .so and .dll files.
12720 If you are using Linux, you will need a newer binutils.
12721 " >&5
12722 echo "$as_me: error: could not find a way to build shared libraries.
12723 It is currently not possible to build Wine without shared library
12724 (.so) support to allow transparent switch between .so and .dll files.
12725 If you are using Linux, you will need a newer binutils.
12726 " >&2;}
12727    { (exit 1); exit 1; }; }
12728 fi
12729
12730 case $build_os in
12731   cygwin*|mingw32*)
12732     LDPATH="PATH=\"\$(TOOLSDIR)/libs/unicode:\$\$PATH\""
12733  ;;
12734   darwin*|macosx*)
12735     LDPATH="DYLD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/unicode:\$\$DYLD_LIBRARY_PATH\""
12736  ;;
12737   *)
12738     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/unicode:\$\$LD_LIBRARY_PATH\""
12739  ;;
12740 esac
12741
12742 case $host_os in
12743   mingw32*)
12744     CRTLIBS="-lmsvcrt"
12745
12746     SOCKETLIBS="-lws2_32"
12747
12748     ;;
12749 esac
12750
12751 case $host_os in
12752   linux*)
12753     case $host_cpu in
12754       *i[3456789]86*) WINE_BINARIES="wine-glibc wine-kthread wine-pthread wine-preloader"
12755  ;;
12756       *) WINE_BINARIES="wine-glibc wine-kthread wine-pthread"
12757  ;;
12758     esac
12759     MAIN_BINARY="wine-glibc"
12760
12761     ;;
12762   darwin*)
12763     WINE_BINARIES="wine-pthread"
12764
12765     MAIN_BINARY="wine-pthread"
12766
12767     ;;
12768   *)
12769     WINE_BINARIES="wine-kthread"
12770
12771     MAIN_BINARY="wine-kthread"
12772
12773     ;;
12774 esac
12775
12776
12777 if test "$LIBEXT" = "so" -o "$LIBEXT" = "dylib"
12778 then
12779   # Extract the first word of "ldd", so it can be a program name with args.
12780 set dummy ldd; ac_word=$2
12781 echo "$as_me:$LINENO: checking for $ac_word" >&5
12782 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12783 if test "${ac_cv_path_LDD+set}" = set; then
12784   echo $ECHO_N "(cached) $ECHO_C" >&6
12785 else
12786   case $LDD in
12787   [\\/]* | ?:[\\/]*)
12788   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
12789   ;;
12790   *)
12791   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12792 as_dummy="/sbin:/usr/sbin:$PATH"
12793 for as_dir in $as_dummy
12794 do
12795   IFS=$as_save_IFS
12796   test -z "$as_dir" && as_dir=.
12797   for ac_exec_ext in '' $ac_executable_extensions; do
12798   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12799     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
12800     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12801     break 2
12802   fi
12803 done
12804 done
12805
12806   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
12807   ;;
12808 esac
12809 fi
12810 LDD=$ac_cv_path_LDD
12811
12812 if test -n "$LDD"; then
12813   echo "$as_me:$LINENO: result: $LDD" >&5
12814 echo "${ECHO_T}$LDD" >&6
12815 else
12816   echo "$as_me:$LINENO: result: no" >&5
12817 echo "${ECHO_T}no" >&6
12818 fi
12819
12820
12821 echo "$as_me:$LINENO: checking for -lX11 soname" >&5
12822 echo $ECHO_N "checking for -lX11 soname... $ECHO_C" >&6
12823 if test "${ac_cv_lib_soname_X11+set}" = set; then
12824   echo $ECHO_N "(cached) $ECHO_C" >&6
12825 else
12826   ac_get_soname_save_LIBS=$LIBS
12827 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
12828   cat >conftest.$ac_ext <<_ACEOF
12829 /* confdefs.h.  */
12830 _ACEOF
12831 cat confdefs.h >>conftest.$ac_ext
12832 cat >>conftest.$ac_ext <<_ACEOF
12833 /* end confdefs.h.  */
12834
12835 /* Override any gcc2 internal prototype to avoid an error.  */
12836 #ifdef __cplusplus
12837 extern "C"
12838 #endif
12839 /* We use char because int might match the return type of a gcc2
12840    builtin and then its argument prototype would still apply.  */
12841 char XCreateWindow ();
12842 int
12843 main ()
12844 {
12845 XCreateWindow ();
12846   ;
12847   return 0;
12848 }
12849 _ACEOF
12850 rm -f conftest.$ac_objext conftest$ac_exeext
12851 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12852   (eval $ac_link) 2>conftest.er1
12853   ac_status=$?
12854   grep -v '^ *+' conftest.er1 >conftest.err
12855   rm -f conftest.er1
12856   cat conftest.err >&5
12857   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12858   (exit $ac_status); } &&
12859          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
12860   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12861   (eval $ac_try) 2>&5
12862   ac_status=$?
12863   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12864   (exit $ac_status); }; } &&
12865          { ac_try='test -s conftest$ac_exeext'
12866   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12867   (eval $ac_try) 2>&5
12868   ac_status=$?
12869   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12870   (exit $ac_status); }; }; then
12871   ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep libX11\\.$LIBEXT | sed "s/^.*\(libX11\.$LIBEXT[^       ]*\).*$/\1/"`
12872   if test "x$ac_cv_lib_soname_X11" = "x"
12873   then
12874      ac_cv_lib_soname_X11="libX11.$LIBEXT"
12875   fi
12876 else
12877   echo "$as_me: failed program was:" >&5
12878 sed 's/^/| /' conftest.$ac_ext >&5
12879
12880 ac_cv_lib_soname_X11="libX11.$LIBEXT"
12881 fi
12882 rm -f conftest.err conftest.$ac_objext \
12883       conftest$ac_exeext conftest.$ac_ext
12884   LIBS=$ac_get_soname_save_LIBS
12885 fi
12886 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
12887 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6
12888 if test "x$ac_cv_lib_soname_X11" != xNONE
12889 then
12890 cat >>confdefs.h <<_ACEOF
12891 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
12892 _ACEOF
12893 fi
12894
12895 echo "$as_me:$LINENO: checking for -lXext soname" >&5
12896 echo $ECHO_N "checking for -lXext soname... $ECHO_C" >&6
12897 if test "${ac_cv_lib_soname_Xext+set}" = set; then
12898   echo $ECHO_N "(cached) $ECHO_C" >&6
12899 else
12900   ac_get_soname_save_LIBS=$LIBS
12901 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
12902   cat >conftest.$ac_ext <<_ACEOF
12903 /* confdefs.h.  */
12904 _ACEOF
12905 cat confdefs.h >>conftest.$ac_ext
12906 cat >>conftest.$ac_ext <<_ACEOF
12907 /* end confdefs.h.  */
12908
12909 /* Override any gcc2 internal prototype to avoid an error.  */
12910 #ifdef __cplusplus
12911 extern "C"
12912 #endif
12913 /* We use char because int might match the return type of a gcc2
12914    builtin and then its argument prototype would still apply.  */
12915 char XextCreateExtension ();
12916 int
12917 main ()
12918 {
12919 XextCreateExtension ();
12920   ;
12921   return 0;
12922 }
12923 _ACEOF
12924 rm -f conftest.$ac_objext conftest$ac_exeext
12925 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12926   (eval $ac_link) 2>conftest.er1
12927   ac_status=$?
12928   grep -v '^ *+' conftest.er1 >conftest.err
12929   rm -f conftest.er1
12930   cat conftest.err >&5
12931   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12932   (exit $ac_status); } &&
12933          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
12934   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12935   (eval $ac_try) 2>&5
12936   ac_status=$?
12937   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12938   (exit $ac_status); }; } &&
12939          { ac_try='test -s conftest$ac_exeext'
12940   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12941   (eval $ac_try) 2>&5
12942   ac_status=$?
12943   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12944   (exit $ac_status); }; }; then
12945   ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep libXext\\.$LIBEXT | sed "s/^.*\(libXext\.$LIBEXT[^    ]*\).*$/\1/"`
12946   if test "x$ac_cv_lib_soname_Xext" = "x"
12947   then
12948      ac_cv_lib_soname_Xext="libXext.$LIBEXT"
12949   fi
12950 else
12951   echo "$as_me: failed program was:" >&5
12952 sed 's/^/| /' conftest.$ac_ext >&5
12953
12954 ac_cv_lib_soname_Xext="libXext.$LIBEXT"
12955 fi
12956 rm -f conftest.err conftest.$ac_objext \
12957       conftest$ac_exeext conftest.$ac_ext
12958   LIBS=$ac_get_soname_save_LIBS
12959 fi
12960 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
12961 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6
12962 if test "x$ac_cv_lib_soname_Xext" != xNONE
12963 then
12964 cat >>confdefs.h <<_ACEOF
12965 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
12966 _ACEOF
12967 fi
12968
12969 echo "$as_me:$LINENO: checking for -lXi soname" >&5
12970 echo $ECHO_N "checking for -lXi soname... $ECHO_C" >&6
12971 if test "${ac_cv_lib_soname_Xi+set}" = set; then
12972   echo $ECHO_N "(cached) $ECHO_C" >&6
12973 else
12974   ac_get_soname_save_LIBS=$LIBS
12975 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12976   cat >conftest.$ac_ext <<_ACEOF
12977 /* confdefs.h.  */
12978 _ACEOF
12979 cat confdefs.h >>conftest.$ac_ext
12980 cat >>conftest.$ac_ext <<_ACEOF
12981 /* end confdefs.h.  */
12982
12983 /* Override any gcc2 internal prototype to avoid an error.  */
12984 #ifdef __cplusplus
12985 extern "C"
12986 #endif
12987 /* We use char because int might match the return type of a gcc2
12988    builtin and then its argument prototype would still apply.  */
12989 char XOpenDevice ();
12990 int
12991 main ()
12992 {
12993 XOpenDevice ();
12994   ;
12995   return 0;
12996 }
12997 _ACEOF
12998 rm -f conftest.$ac_objext conftest$ac_exeext
12999 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13000   (eval $ac_link) 2>conftest.er1
13001   ac_status=$?
13002   grep -v '^ *+' conftest.er1 >conftest.err
13003   rm -f conftest.er1
13004   cat conftest.err >&5
13005   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13006   (exit $ac_status); } &&
13007          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13008   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13009   (eval $ac_try) 2>&5
13010   ac_status=$?
13011   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13012   (exit $ac_status); }; } &&
13013          { ac_try='test -s conftest$ac_exeext'
13014   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13015   (eval $ac_try) 2>&5
13016   ac_status=$?
13017   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13018   (exit $ac_status); }; }; then
13019   ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep libXi\\.$LIBEXT | sed "s/^.*\(libXi\.$LIBEXT[^  ]*\).*$/\1/"`
13020   if test "x$ac_cv_lib_soname_Xi" = "x"
13021   then
13022      ac_cv_lib_soname_Xi="libXi.$LIBEXT"
13023   fi
13024 else
13025   echo "$as_me: failed program was:" >&5
13026 sed 's/^/| /' conftest.$ac_ext >&5
13027
13028 ac_cv_lib_soname_Xi="libXi.$LIBEXT"
13029 fi
13030 rm -f conftest.err conftest.$ac_objext \
13031       conftest$ac_exeext conftest.$ac_ext
13032   LIBS=$ac_get_soname_save_LIBS
13033 fi
13034 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
13035 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6
13036 if test "x$ac_cv_lib_soname_Xi" != xNONE
13037 then
13038 cat >>confdefs.h <<_ACEOF
13039 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
13040 _ACEOF
13041 fi
13042
13043 echo "$as_me:$LINENO: checking for -lXrender soname" >&5
13044 echo $ECHO_N "checking for -lXrender soname... $ECHO_C" >&6
13045 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
13046   echo $ECHO_N "(cached) $ECHO_C" >&6
13047 else
13048   ac_get_soname_save_LIBS=$LIBS
13049 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
13050   cat >conftest.$ac_ext <<_ACEOF
13051 /* confdefs.h.  */
13052 _ACEOF
13053 cat confdefs.h >>conftest.$ac_ext
13054 cat >>conftest.$ac_ext <<_ACEOF
13055 /* end confdefs.h.  */
13056
13057 /* Override any gcc2 internal prototype to avoid an error.  */
13058 #ifdef __cplusplus
13059 extern "C"
13060 #endif
13061 /* We use char because int might match the return type of a gcc2
13062    builtin and then its argument prototype would still apply.  */
13063 char XRenderQueryExtension ();
13064 int
13065 main ()
13066 {
13067 XRenderQueryExtension ();
13068   ;
13069   return 0;
13070 }
13071 _ACEOF
13072 rm -f conftest.$ac_objext conftest$ac_exeext
13073 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13074   (eval $ac_link) 2>conftest.er1
13075   ac_status=$?
13076   grep -v '^ *+' conftest.er1 >conftest.err
13077   rm -f conftest.er1
13078   cat conftest.err >&5
13079   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13080   (exit $ac_status); } &&
13081          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13082   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13083   (eval $ac_try) 2>&5
13084   ac_status=$?
13085   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13086   (exit $ac_status); }; } &&
13087          { ac_try='test -s conftest$ac_exeext'
13088   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13089   (eval $ac_try) 2>&5
13090   ac_status=$?
13091   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13092   (exit $ac_status); }; }; then
13093   ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep libXrender\\.$LIBEXT | sed "s/^.*\(libXrender\.$LIBEXT[^   ]*\).*$/\1/"`
13094   if test "x$ac_cv_lib_soname_Xrender" = "x"
13095   then
13096      ac_cv_lib_soname_Xrender="libXrender.$LIBEXT"
13097   fi
13098 else
13099   echo "$as_me: failed program was:" >&5
13100 sed 's/^/| /' conftest.$ac_ext >&5
13101
13102 ac_cv_lib_soname_Xrender="libXrender.$LIBEXT"
13103 fi
13104 rm -f conftest.err conftest.$ac_objext \
13105       conftest$ac_exeext conftest.$ac_ext
13106   LIBS=$ac_get_soname_save_LIBS
13107 fi
13108 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
13109 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6
13110 if test "x$ac_cv_lib_soname_Xrender" != xNONE
13111 then
13112 cat >>confdefs.h <<_ACEOF
13113 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
13114 _ACEOF
13115 fi
13116
13117 echo "$as_me:$LINENO: checking for -lXrandr soname" >&5
13118 echo $ECHO_N "checking for -lXrandr soname... $ECHO_C" >&6
13119 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
13120   echo $ECHO_N "(cached) $ECHO_C" >&6
13121 else
13122   ac_get_soname_save_LIBS=$LIBS
13123 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
13124   cat >conftest.$ac_ext <<_ACEOF
13125 /* confdefs.h.  */
13126 _ACEOF
13127 cat confdefs.h >>conftest.$ac_ext
13128 cat >>conftest.$ac_ext <<_ACEOF
13129 /* end confdefs.h.  */
13130
13131 /* Override any gcc2 internal prototype to avoid an error.  */
13132 #ifdef __cplusplus
13133 extern "C"
13134 #endif
13135 /* We use char because int might match the return type of a gcc2
13136    builtin and then its argument prototype would still apply.  */
13137 char XRRQueryExtension ();
13138 int
13139 main ()
13140 {
13141 XRRQueryExtension ();
13142   ;
13143   return 0;
13144 }
13145 _ACEOF
13146 rm -f conftest.$ac_objext conftest$ac_exeext
13147 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13148   (eval $ac_link) 2>conftest.er1
13149   ac_status=$?
13150   grep -v '^ *+' conftest.er1 >conftest.err
13151   rm -f conftest.er1
13152   cat conftest.err >&5
13153   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13154   (exit $ac_status); } &&
13155          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13156   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13157   (eval $ac_try) 2>&5
13158   ac_status=$?
13159   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13160   (exit $ac_status); }; } &&
13161          { ac_try='test -s conftest$ac_exeext'
13162   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13163   (eval $ac_try) 2>&5
13164   ac_status=$?
13165   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13166   (exit $ac_status); }; }; then
13167   ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep libXrandr\\.$LIBEXT | sed "s/^.*\(libXrandr\.$LIBEXT[^      ]*\).*$/\1/"`
13168   if test "x$ac_cv_lib_soname_Xrandr" = "x"
13169   then
13170      ac_cv_lib_soname_Xrandr="libXrandr.$LIBEXT"
13171   fi
13172 else
13173   echo "$as_me: failed program was:" >&5
13174 sed 's/^/| /' conftest.$ac_ext >&5
13175
13176 ac_cv_lib_soname_Xrandr="libXrandr.$LIBEXT"
13177 fi
13178 rm -f conftest.err conftest.$ac_objext \
13179       conftest$ac_exeext conftest.$ac_ext
13180   LIBS=$ac_get_soname_save_LIBS
13181 fi
13182 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
13183 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6
13184 if test "x$ac_cv_lib_soname_Xrandr" != xNONE
13185 then
13186 cat >>confdefs.h <<_ACEOF
13187 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
13188 _ACEOF
13189 fi
13190
13191 echo "$as_me:$LINENO: checking for -lfreetype soname" >&5
13192 echo $ECHO_N "checking for -lfreetype soname... $ECHO_C" >&6
13193 if test "${ac_cv_lib_soname_freetype+set}" = set; then
13194   echo $ECHO_N "(cached) $ECHO_C" >&6
13195 else
13196   ac_get_soname_save_LIBS=$LIBS
13197 LIBS="-lfreetype $X_LIBS $LIBS"
13198   cat >conftest.$ac_ext <<_ACEOF
13199 /* confdefs.h.  */
13200 _ACEOF
13201 cat confdefs.h >>conftest.$ac_ext
13202 cat >>conftest.$ac_ext <<_ACEOF
13203 /* end confdefs.h.  */
13204
13205 /* Override any gcc2 internal prototype to avoid an error.  */
13206 #ifdef __cplusplus
13207 extern "C"
13208 #endif
13209 /* We use char because int might match the return type of a gcc2
13210    builtin and then its argument prototype would still apply.  */
13211 char FT_Init_FreeType ();
13212 int
13213 main ()
13214 {
13215 FT_Init_FreeType ();
13216   ;
13217   return 0;
13218 }
13219 _ACEOF
13220 rm -f conftest.$ac_objext conftest$ac_exeext
13221 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13222   (eval $ac_link) 2>conftest.er1
13223   ac_status=$?
13224   grep -v '^ *+' conftest.er1 >conftest.err
13225   rm -f conftest.er1
13226   cat conftest.err >&5
13227   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13228   (exit $ac_status); } &&
13229          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13230   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13231   (eval $ac_try) 2>&5
13232   ac_status=$?
13233   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13234   (exit $ac_status); }; } &&
13235          { ac_try='test -s conftest$ac_exeext'
13236   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13237   (eval $ac_try) 2>&5
13238   ac_status=$?
13239   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13240   (exit $ac_status); }; }; then
13241   ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep libfreetype\\.$LIBEXT | sed "s/^.*\(libfreetype\.$LIBEXT[^        ]*\).*$/\1/"`
13242   if test "x$ac_cv_lib_soname_freetype" = "x"
13243   then
13244      ac_cv_lib_soname_freetype="libfreetype.$LIBEXT"
13245   fi
13246 else
13247   echo "$as_me: failed program was:" >&5
13248 sed 's/^/| /' conftest.$ac_ext >&5
13249
13250 ac_cv_lib_soname_freetype="libfreetype.$LIBEXT"
13251 fi
13252 rm -f conftest.err conftest.$ac_objext \
13253       conftest$ac_exeext conftest.$ac_ext
13254   LIBS=$ac_get_soname_save_LIBS
13255 fi
13256 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
13257 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6
13258 if test "x$ac_cv_lib_soname_freetype" != xNONE
13259 then
13260 cat >>confdefs.h <<_ACEOF
13261 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
13262 _ACEOF
13263 fi
13264
13265 echo "$as_me:$LINENO: checking for -lGL soname" >&5
13266 echo $ECHO_N "checking for -lGL soname... $ECHO_C" >&6
13267 if test "${ac_cv_lib_soname_GL+set}" = set; then
13268   echo $ECHO_N "(cached) $ECHO_C" >&6
13269 else
13270   ac_get_soname_save_LIBS=$LIBS
13271 LIBS="-lGL $X_LIBS $X_EXTRA_LIBS $LIBS"
13272   cat >conftest.$ac_ext <<_ACEOF
13273 /* confdefs.h.  */
13274 _ACEOF
13275 cat confdefs.h >>conftest.$ac_ext
13276 cat >>conftest.$ac_ext <<_ACEOF
13277 /* end confdefs.h.  */
13278
13279 /* Override any gcc2 internal prototype to avoid an error.  */
13280 #ifdef __cplusplus
13281 extern "C"
13282 #endif
13283 /* We use char because int might match the return type of a gcc2
13284    builtin and then its argument prototype would still apply.  */
13285 char glXQueryExtension ();
13286 int
13287 main ()
13288 {
13289 glXQueryExtension ();
13290   ;
13291   return 0;
13292 }
13293 _ACEOF
13294 rm -f conftest.$ac_objext conftest$ac_exeext
13295 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13296   (eval $ac_link) 2>conftest.er1
13297   ac_status=$?
13298   grep -v '^ *+' conftest.er1 >conftest.err
13299   rm -f conftest.er1
13300   cat conftest.err >&5
13301   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13302   (exit $ac_status); } &&
13303          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13304   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13305   (eval $ac_try) 2>&5
13306   ac_status=$?
13307   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13308   (exit $ac_status); }; } &&
13309          { ac_try='test -s conftest$ac_exeext'
13310   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13311   (eval $ac_try) 2>&5
13312   ac_status=$?
13313   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13314   (exit $ac_status); }; }; then
13315   ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep libGL\\.$LIBEXT | sed "s/^.*\(libGL\.$LIBEXT[^  ]*\).*$/\1/"`
13316   if test "x$ac_cv_lib_soname_GL" = "x"
13317   then
13318      ac_cv_lib_soname_GL="libGL.$LIBEXT"
13319   fi
13320 else
13321   echo "$as_me: failed program was:" >&5
13322 sed 's/^/| /' conftest.$ac_ext >&5
13323
13324 ac_cv_lib_soname_GL="libGL.$LIBEXT"
13325 fi
13326 rm -f conftest.err conftest.$ac_objext \
13327       conftest$ac_exeext conftest.$ac_ext
13328   LIBS=$ac_get_soname_save_LIBS
13329 fi
13330 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
13331 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6
13332 if test "x$ac_cv_lib_soname_GL" != xNONE
13333 then
13334 cat >>confdefs.h <<_ACEOF
13335 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
13336 _ACEOF
13337 fi
13338
13339 echo "$as_me:$LINENO: checking for -ltxc_dxtn soname" >&5
13340 echo $ECHO_N "checking for -ltxc_dxtn soname... $ECHO_C" >&6
13341 if test "${ac_cv_lib_soname_txc_dxtn+set}" = set; then
13342   echo $ECHO_N "(cached) $ECHO_C" >&6
13343 else
13344   ac_get_soname_save_LIBS=$LIBS
13345 LIBS="-ltxc_dxtn  $LIBS"
13346   cat >conftest.$ac_ext <<_ACEOF
13347 /* confdefs.h.  */
13348 _ACEOF
13349 cat confdefs.h >>conftest.$ac_ext
13350 cat >>conftest.$ac_ext <<_ACEOF
13351 /* end confdefs.h.  */
13352
13353 /* Override any gcc2 internal prototype to avoid an error.  */
13354 #ifdef __cplusplus
13355 extern "C"
13356 #endif
13357 /* We use char because int might match the return type of a gcc2
13358    builtin and then its argument prototype would still apply.  */
13359 char fetch_2d_texel_rgba_dxt1 ();
13360 int
13361 main ()
13362 {
13363 fetch_2d_texel_rgba_dxt1 ();
13364   ;
13365   return 0;
13366 }
13367 _ACEOF
13368 rm -f conftest.$ac_objext conftest$ac_exeext
13369 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13370   (eval $ac_link) 2>conftest.er1
13371   ac_status=$?
13372   grep -v '^ *+' conftest.er1 >conftest.err
13373   rm -f conftest.er1
13374   cat conftest.err >&5
13375   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13376   (exit $ac_status); } &&
13377          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13378   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13379   (eval $ac_try) 2>&5
13380   ac_status=$?
13381   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13382   (exit $ac_status); }; } &&
13383          { ac_try='test -s conftest$ac_exeext'
13384   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13385   (eval $ac_try) 2>&5
13386   ac_status=$?
13387   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13388   (exit $ac_status); }; }; then
13389   ac_cv_lib_soname_txc_dxtn=`$ac_cv_path_LDD conftest$ac_exeext | grep libtxc_dxtn\\.$LIBEXT | sed "s/^.*\(libtxc_dxtn\.$LIBEXT[^        ]*\).*$/\1/"`
13390   if test "x$ac_cv_lib_soname_txc_dxtn" = "x"
13391   then
13392      ac_cv_lib_soname_txc_dxtn="libtxc_dxtn.$LIBEXT"
13393   fi
13394 else
13395   echo "$as_me: failed program was:" >&5
13396 sed 's/^/| /' conftest.$ac_ext >&5
13397
13398 ac_cv_lib_soname_txc_dxtn="libtxc_dxtn.$LIBEXT"
13399 fi
13400 rm -f conftest.err conftest.$ac_objext \
13401       conftest$ac_exeext conftest.$ac_ext
13402   LIBS=$ac_get_soname_save_LIBS
13403 fi
13404 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_txc_dxtn" >&5
13405 echo "${ECHO_T}$ac_cv_lib_soname_txc_dxtn" >&6
13406 if test "x$ac_cv_lib_soname_txc_dxtn" != xNONE
13407 then
13408 cat >>confdefs.h <<_ACEOF
13409 #define SONAME_LIBTXC_DXTN "$ac_cv_lib_soname_txc_dxtn"
13410 _ACEOF
13411 fi
13412
13413 echo "$as_me:$LINENO: checking for -lcups soname" >&5
13414 echo $ECHO_N "checking for -lcups soname... $ECHO_C" >&6
13415 if test "${ac_cv_lib_soname_cups+set}" = set; then
13416   echo $ECHO_N "(cached) $ECHO_C" >&6
13417 else
13418   ac_get_soname_save_LIBS=$LIBS
13419 LIBS="-lcups  $LIBS"
13420   cat >conftest.$ac_ext <<_ACEOF
13421 /* confdefs.h.  */
13422 _ACEOF
13423 cat confdefs.h >>conftest.$ac_ext
13424 cat >>conftest.$ac_ext <<_ACEOF
13425 /* end confdefs.h.  */
13426
13427 /* Override any gcc2 internal prototype to avoid an error.  */
13428 #ifdef __cplusplus
13429 extern "C"
13430 #endif
13431 /* We use char because int might match the return type of a gcc2
13432    builtin and then its argument prototype would still apply.  */
13433 char cupsGetDefault ();
13434 int
13435 main ()
13436 {
13437 cupsGetDefault ();
13438   ;
13439   return 0;
13440 }
13441 _ACEOF
13442 rm -f conftest.$ac_objext conftest$ac_exeext
13443 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13444   (eval $ac_link) 2>conftest.er1
13445   ac_status=$?
13446   grep -v '^ *+' conftest.er1 >conftest.err
13447   rm -f conftest.er1
13448   cat conftest.err >&5
13449   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13450   (exit $ac_status); } &&
13451          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13452   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13453   (eval $ac_try) 2>&5
13454   ac_status=$?
13455   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13456   (exit $ac_status); }; } &&
13457          { ac_try='test -s conftest$ac_exeext'
13458   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13459   (eval $ac_try) 2>&5
13460   ac_status=$?
13461   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13462   (exit $ac_status); }; }; then
13463   ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep libcups\\.$LIBEXT | sed "s/^.*\(libcups\.$LIBEXT[^    ]*\).*$/\1/"`
13464   if test "x$ac_cv_lib_soname_cups" = "x"
13465   then
13466      ac_cv_lib_soname_cups="libcups.$LIBEXT"
13467   fi
13468 else
13469   echo "$as_me: failed program was:" >&5
13470 sed 's/^/| /' conftest.$ac_ext >&5
13471
13472 ac_cv_lib_soname_cups="libcups.$LIBEXT"
13473 fi
13474 rm -f conftest.err conftest.$ac_objext \
13475       conftest$ac_exeext conftest.$ac_ext
13476   LIBS=$ac_get_soname_save_LIBS
13477 fi
13478 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
13479 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6
13480 if test "x$ac_cv_lib_soname_cups" != xNONE
13481 then
13482 cat >>confdefs.h <<_ACEOF
13483 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13484 _ACEOF
13485 fi
13486
13487 echo "$as_me:$LINENO: checking for -ljack soname" >&5
13488 echo $ECHO_N "checking for -ljack soname... $ECHO_C" >&6
13489 if test "${ac_cv_lib_soname_jack+set}" = set; then
13490   echo $ECHO_N "(cached) $ECHO_C" >&6
13491 else
13492   ac_get_soname_save_LIBS=$LIBS
13493 LIBS="-ljack  $LIBS"
13494   cat >conftest.$ac_ext <<_ACEOF
13495 /* confdefs.h.  */
13496 _ACEOF
13497 cat confdefs.h >>conftest.$ac_ext
13498 cat >>conftest.$ac_ext <<_ACEOF
13499 /* end confdefs.h.  */
13500
13501 /* Override any gcc2 internal prototype to avoid an error.  */
13502 #ifdef __cplusplus
13503 extern "C"
13504 #endif
13505 /* We use char because int might match the return type of a gcc2
13506    builtin and then its argument prototype would still apply.  */
13507 char jack_client_new ();
13508 int
13509 main ()
13510 {
13511 jack_client_new ();
13512   ;
13513   return 0;
13514 }
13515 _ACEOF
13516 rm -f conftest.$ac_objext conftest$ac_exeext
13517 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13518   (eval $ac_link) 2>conftest.er1
13519   ac_status=$?
13520   grep -v '^ *+' conftest.er1 >conftest.err
13521   rm -f conftest.er1
13522   cat conftest.err >&5
13523   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13524   (exit $ac_status); } &&
13525          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13526   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13527   (eval $ac_try) 2>&5
13528   ac_status=$?
13529   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13530   (exit $ac_status); }; } &&
13531          { ac_try='test -s conftest$ac_exeext'
13532   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13533   (eval $ac_try) 2>&5
13534   ac_status=$?
13535   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13536   (exit $ac_status); }; }; then
13537   ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest$ac_exeext | grep libjack\\.$LIBEXT | sed "s/^.*\(libjack\.$LIBEXT[^    ]*\).*$/\1/"`
13538   if test "x$ac_cv_lib_soname_jack" = "x"
13539   then
13540      ac_cv_lib_soname_jack="libjack.$LIBEXT"
13541   fi
13542 else
13543   echo "$as_me: failed program was:" >&5
13544 sed 's/^/| /' conftest.$ac_ext >&5
13545
13546 ac_cv_lib_soname_jack="libjack.$LIBEXT"
13547 fi
13548 rm -f conftest.err conftest.$ac_objext \
13549       conftest$ac_exeext conftest.$ac_ext
13550   LIBS=$ac_get_soname_save_LIBS
13551 fi
13552 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
13553 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6
13554 if test "x$ac_cv_lib_soname_jack" != xNONE
13555 then
13556 cat >>confdefs.h <<_ACEOF
13557 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
13558 _ACEOF
13559 fi
13560
13561 echo "$as_me:$LINENO: checking for -lfontconfig soname" >&5
13562 echo $ECHO_N "checking for -lfontconfig soname... $ECHO_C" >&6
13563 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
13564   echo $ECHO_N "(cached) $ECHO_C" >&6
13565 else
13566   ac_get_soname_save_LIBS=$LIBS
13567 LIBS="-lfontconfig  $LIBS"
13568   cat >conftest.$ac_ext <<_ACEOF
13569 /* confdefs.h.  */
13570 _ACEOF
13571 cat confdefs.h >>conftest.$ac_ext
13572 cat >>conftest.$ac_ext <<_ACEOF
13573 /* end confdefs.h.  */
13574
13575 /* Override any gcc2 internal prototype to avoid an error.  */
13576 #ifdef __cplusplus
13577 extern "C"
13578 #endif
13579 /* We use char because int might match the return type of a gcc2
13580    builtin and then its argument prototype would still apply.  */
13581 char FcInit ();
13582 int
13583 main ()
13584 {
13585 FcInit ();
13586   ;
13587   return 0;
13588 }
13589 _ACEOF
13590 rm -f conftest.$ac_objext conftest$ac_exeext
13591 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13592   (eval $ac_link) 2>conftest.er1
13593   ac_status=$?
13594   grep -v '^ *+' conftest.er1 >conftest.err
13595   rm -f conftest.er1
13596   cat conftest.err >&5
13597   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13598   (exit $ac_status); } &&
13599          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13600   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13601   (eval $ac_try) 2>&5
13602   ac_status=$?
13603   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13604   (exit $ac_status); }; } &&
13605          { ac_try='test -s conftest$ac_exeext'
13606   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13607   (eval $ac_try) 2>&5
13608   ac_status=$?
13609   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13610   (exit $ac_status); }; }; then
13611   ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep libfontconfig\\.$LIBEXT | sed "s/^.*\(libfontconfig\.$LIBEXT[^  ]*\).*$/\1/"`
13612   if test "x$ac_cv_lib_soname_fontconfig" = "x"
13613   then
13614      ac_cv_lib_soname_fontconfig="libfontconfig.$LIBEXT"
13615   fi
13616 else
13617   echo "$as_me: failed program was:" >&5
13618 sed 's/^/| /' conftest.$ac_ext >&5
13619
13620 ac_cv_lib_soname_fontconfig="libfontconfig.$LIBEXT"
13621 fi
13622 rm -f conftest.err conftest.$ac_objext \
13623       conftest$ac_exeext conftest.$ac_ext
13624   LIBS=$ac_get_soname_save_LIBS
13625 fi
13626 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
13627 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6
13628 if test "x$ac_cv_lib_soname_fontconfig" != xNONE
13629 then
13630 cat >>confdefs.h <<_ACEOF
13631 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13632 _ACEOF
13633 fi
13634
13635 echo "$as_me:$LINENO: checking for -lssl soname" >&5
13636 echo $ECHO_N "checking for -lssl soname... $ECHO_C" >&6
13637 if test "${ac_cv_lib_soname_ssl+set}" = set; then
13638   echo $ECHO_N "(cached) $ECHO_C" >&6
13639 else
13640   ac_get_soname_save_LIBS=$LIBS
13641 LIBS="-lssl  $LIBS"
13642   cat >conftest.$ac_ext <<_ACEOF
13643 /* confdefs.h.  */
13644 _ACEOF
13645 cat confdefs.h >>conftest.$ac_ext
13646 cat >>conftest.$ac_ext <<_ACEOF
13647 /* end confdefs.h.  */
13648
13649 /* Override any gcc2 internal prototype to avoid an error.  */
13650 #ifdef __cplusplus
13651 extern "C"
13652 #endif
13653 /* We use char because int might match the return type of a gcc2
13654    builtin and then its argument prototype would still apply.  */
13655 char SSL_library_init ();
13656 int
13657 main ()
13658 {
13659 SSL_library_init ();
13660   ;
13661   return 0;
13662 }
13663 _ACEOF
13664 rm -f conftest.$ac_objext conftest$ac_exeext
13665 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13666   (eval $ac_link) 2>conftest.er1
13667   ac_status=$?
13668   grep -v '^ *+' conftest.er1 >conftest.err
13669   rm -f conftest.er1
13670   cat conftest.err >&5
13671   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13672   (exit $ac_status); } &&
13673          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13674   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13675   (eval $ac_try) 2>&5
13676   ac_status=$?
13677   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13678   (exit $ac_status); }; } &&
13679          { ac_try='test -s conftest$ac_exeext'
13680   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13681   (eval $ac_try) 2>&5
13682   ac_status=$?
13683   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13684   (exit $ac_status); }; }; then
13685   ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep libssl\\.$LIBEXT | sed "s/^.*\(libssl\.$LIBEXT[^       ]*\).*$/\1/"`
13686   if test "x$ac_cv_lib_soname_ssl" = "x"
13687   then
13688      ac_cv_lib_soname_ssl="libssl.$LIBEXT"
13689   fi
13690 else
13691   echo "$as_me: failed program was:" >&5
13692 sed 's/^/| /' conftest.$ac_ext >&5
13693
13694 ac_cv_lib_soname_ssl="libssl.$LIBEXT"
13695 fi
13696 rm -f conftest.err conftest.$ac_objext \
13697       conftest$ac_exeext conftest.$ac_ext
13698   LIBS=$ac_get_soname_save_LIBS
13699 fi
13700 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
13701 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6
13702 if test "x$ac_cv_lib_soname_ssl" != xNONE
13703 then
13704 cat >>confdefs.h <<_ACEOF
13705 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
13706 _ACEOF
13707 fi
13708
13709 echo "$as_me:$LINENO: checking for -lcrypto soname" >&5
13710 echo $ECHO_N "checking for -lcrypto soname... $ECHO_C" >&6
13711 if test "${ac_cv_lib_soname_crypto+set}" = set; then
13712   echo $ECHO_N "(cached) $ECHO_C" >&6
13713 else
13714   ac_get_soname_save_LIBS=$LIBS
13715 LIBS="-lcrypto  $LIBS"
13716   cat >conftest.$ac_ext <<_ACEOF
13717 /* confdefs.h.  */
13718 _ACEOF
13719 cat confdefs.h >>conftest.$ac_ext
13720 cat >>conftest.$ac_ext <<_ACEOF
13721 /* end confdefs.h.  */
13722
13723 /* Override any gcc2 internal prototype to avoid an error.  */
13724 #ifdef __cplusplus
13725 extern "C"
13726 #endif
13727 /* We use char because int might match the return type of a gcc2
13728    builtin and then its argument prototype would still apply.  */
13729 char BIO_new_socket ();
13730 int
13731 main ()
13732 {
13733 BIO_new_socket ();
13734   ;
13735   return 0;
13736 }
13737 _ACEOF
13738 rm -f conftest.$ac_objext conftest$ac_exeext
13739 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13740   (eval $ac_link) 2>conftest.er1
13741   ac_status=$?
13742   grep -v '^ *+' conftest.er1 >conftest.err
13743   rm -f conftest.er1
13744   cat conftest.err >&5
13745   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13746   (exit $ac_status); } &&
13747          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13748   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13749   (eval $ac_try) 2>&5
13750   ac_status=$?
13751   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13752   (exit $ac_status); }; } &&
13753          { ac_try='test -s conftest$ac_exeext'
13754   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13755   (eval $ac_try) 2>&5
13756   ac_status=$?
13757   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13758   (exit $ac_status); }; }; then
13759   ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep libcrypto\\.$LIBEXT | sed "s/^.*\(libcrypto\.$LIBEXT[^      ]*\).*$/\1/"`
13760   if test "x$ac_cv_lib_soname_crypto" = "x"
13761   then
13762      ac_cv_lib_soname_crypto="libcrypto.$LIBEXT"
13763   fi
13764 else
13765   echo "$as_me: failed program was:" >&5
13766 sed 's/^/| /' conftest.$ac_ext >&5
13767
13768 ac_cv_lib_soname_crypto="libcrypto.$LIBEXT"
13769 fi
13770 rm -f conftest.err conftest.$ac_objext \
13771       conftest$ac_exeext conftest.$ac_ext
13772   LIBS=$ac_get_soname_save_LIBS
13773 fi
13774 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
13775 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6
13776 if test "x$ac_cv_lib_soname_crypto" != xNONE
13777 then
13778 cat >>confdefs.h <<_ACEOF
13779 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
13780 _ACEOF
13781 fi
13782
13783 echo "$as_me:$LINENO: checking for -lncurses soname" >&5
13784 echo $ECHO_N "checking for -lncurses soname... $ECHO_C" >&6
13785 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13786   echo $ECHO_N "(cached) $ECHO_C" >&6
13787 else
13788   ac_get_soname_save_LIBS=$LIBS
13789 LIBS="-lncurses  $LIBS"
13790   cat >conftest.$ac_ext <<_ACEOF
13791 /* confdefs.h.  */
13792 _ACEOF
13793 cat confdefs.h >>conftest.$ac_ext
13794 cat >>conftest.$ac_ext <<_ACEOF
13795 /* end confdefs.h.  */
13796
13797 /* Override any gcc2 internal prototype to avoid an error.  */
13798 #ifdef __cplusplus
13799 extern "C"
13800 #endif
13801 /* We use char because int might match the return type of a gcc2
13802    builtin and then its argument prototype would still apply.  */
13803 char waddch ();
13804 int
13805 main ()
13806 {
13807 waddch ();
13808   ;
13809   return 0;
13810 }
13811 _ACEOF
13812 rm -f conftest.$ac_objext conftest$ac_exeext
13813 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13814   (eval $ac_link) 2>conftest.er1
13815   ac_status=$?
13816   grep -v '^ *+' conftest.er1 >conftest.err
13817   rm -f conftest.er1
13818   cat conftest.err >&5
13819   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13820   (exit $ac_status); } &&
13821          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13822   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13823   (eval $ac_try) 2>&5
13824   ac_status=$?
13825   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13826   (exit $ac_status); }; } &&
13827          { ac_try='test -s conftest$ac_exeext'
13828   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13829   (eval $ac_try) 2>&5
13830   ac_status=$?
13831   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13832   (exit $ac_status); }; }; then
13833   ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep libncurses\\.$LIBEXT | sed "s/^.*\(libncurses\.$LIBEXT[^   ]*\).*$/\1/"`
13834   if test "x$ac_cv_lib_soname_ncurses" = "x"
13835   then
13836      ac_cv_lib_soname_ncurses="libncurses.$LIBEXT"
13837   fi
13838 else
13839   echo "$as_me: failed program was:" >&5
13840 sed 's/^/| /' conftest.$ac_ext >&5
13841
13842 ac_cv_lib_soname_ncurses="libncurses.$LIBEXT"
13843 fi
13844 rm -f conftest.err conftest.$ac_objext \
13845       conftest$ac_exeext conftest.$ac_ext
13846   LIBS=$ac_get_soname_save_LIBS
13847 fi
13848 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13849 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6
13850 if test "x$ac_cv_lib_soname_ncurses" != xNONE
13851 then
13852 cat >>confdefs.h <<_ACEOF
13853 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13854 _ACEOF
13855 fi
13856
13857 echo "$as_me:$LINENO: checking for -lcurses soname" >&5
13858 echo $ECHO_N "checking for -lcurses soname... $ECHO_C" >&6
13859 if test "${ac_cv_lib_soname_curses+set}" = set; then
13860   echo $ECHO_N "(cached) $ECHO_C" >&6
13861 else
13862   ac_get_soname_save_LIBS=$LIBS
13863 LIBS="-lcurses  $LIBS"
13864   cat >conftest.$ac_ext <<_ACEOF
13865 /* confdefs.h.  */
13866 _ACEOF
13867 cat confdefs.h >>conftest.$ac_ext
13868 cat >>conftest.$ac_ext <<_ACEOF
13869 /* end confdefs.h.  */
13870
13871 /* Override any gcc2 internal prototype to avoid an error.  */
13872 #ifdef __cplusplus
13873 extern "C"
13874 #endif
13875 /* We use char because int might match the return type of a gcc2
13876    builtin and then its argument prototype would still apply.  */
13877 char waddch ();
13878 int
13879 main ()
13880 {
13881 waddch ();
13882   ;
13883   return 0;
13884 }
13885 _ACEOF
13886 rm -f conftest.$ac_objext conftest$ac_exeext
13887 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13888   (eval $ac_link) 2>conftest.er1
13889   ac_status=$?
13890   grep -v '^ *+' conftest.er1 >conftest.err
13891   rm -f conftest.er1
13892   cat conftest.err >&5
13893   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13894   (exit $ac_status); } &&
13895          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13896   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13897   (eval $ac_try) 2>&5
13898   ac_status=$?
13899   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13900   (exit $ac_status); }; } &&
13901          { ac_try='test -s conftest$ac_exeext'
13902   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13903   (eval $ac_try) 2>&5
13904   ac_status=$?
13905   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13906   (exit $ac_status); }; }; then
13907   ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep libcurses\\.$LIBEXT | sed "s/^.*\(libcurses\.$LIBEXT[^      ]*\).*$/\1/"`
13908   if test "x$ac_cv_lib_soname_curses" = "x"
13909   then
13910      ac_cv_lib_soname_curses="libcurses.$LIBEXT"
13911   fi
13912 else
13913   echo "$as_me: failed program was:" >&5
13914 sed 's/^/| /' conftest.$ac_ext >&5
13915
13916 ac_cv_lib_soname_curses="libcurses.$LIBEXT"
13917 fi
13918 rm -f conftest.err conftest.$ac_objext \
13919       conftest$ac_exeext conftest.$ac_ext
13920   LIBS=$ac_get_soname_save_LIBS
13921 fi
13922 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13923 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6
13924 if test "x$ac_cv_lib_soname_curses" != xNONE
13925 then
13926 cat >>confdefs.h <<_ACEOF
13927 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13928 _ACEOF
13929 fi
13930
13931 echo "$as_me:$LINENO: checking for -ljpeg soname" >&5
13932 echo $ECHO_N "checking for -ljpeg soname... $ECHO_C" >&6
13933 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
13934   echo $ECHO_N "(cached) $ECHO_C" >&6
13935 else
13936   ac_get_soname_save_LIBS=$LIBS
13937 LIBS="-ljpeg  $LIBS"
13938   cat >conftest.$ac_ext <<_ACEOF
13939 /* confdefs.h.  */
13940 _ACEOF
13941 cat confdefs.h >>conftest.$ac_ext
13942 cat >>conftest.$ac_ext <<_ACEOF
13943 /* end confdefs.h.  */
13944
13945 /* Override any gcc2 internal prototype to avoid an error.  */
13946 #ifdef __cplusplus
13947 extern "C"
13948 #endif
13949 /* We use char because int might match the return type of a gcc2
13950    builtin and then its argument prototype would still apply.  */
13951 char jpeg_start_decompress ();
13952 int
13953 main ()
13954 {
13955 jpeg_start_decompress ();
13956   ;
13957   return 0;
13958 }
13959 _ACEOF
13960 rm -f conftest.$ac_objext conftest$ac_exeext
13961 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13962   (eval $ac_link) 2>conftest.er1
13963   ac_status=$?
13964   grep -v '^ *+' conftest.er1 >conftest.err
13965   rm -f conftest.er1
13966   cat conftest.err >&5
13967   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13968   (exit $ac_status); } &&
13969          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13970   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13971   (eval $ac_try) 2>&5
13972   ac_status=$?
13973   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13974   (exit $ac_status); }; } &&
13975          { ac_try='test -s conftest$ac_exeext'
13976   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13977   (eval $ac_try) 2>&5
13978   ac_status=$?
13979   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13980   (exit $ac_status); }; }; then
13981   ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep libjpeg\\.$LIBEXT | sed "s/^.*\(libjpeg\.$LIBEXT[^    ]*\).*$/\1/"`
13982   if test "x$ac_cv_lib_soname_jpeg" = "x"
13983   then
13984      ac_cv_lib_soname_jpeg="libjpeg.$LIBEXT"
13985   fi
13986 else
13987   echo "$as_me: failed program was:" >&5
13988 sed 's/^/| /' conftest.$ac_ext >&5
13989
13990 ac_cv_lib_soname_jpeg="libjpeg.$LIBEXT"
13991 fi
13992 rm -f conftest.err conftest.$ac_objext \
13993       conftest$ac_exeext conftest.$ac_ext
13994   LIBS=$ac_get_soname_save_LIBS
13995 fi
13996 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
13997 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6
13998 if test "x$ac_cv_lib_soname_jpeg" != xNONE
13999 then
14000 cat >>confdefs.h <<_ACEOF
14001 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
14002 _ACEOF
14003 fi
14004
14005 echo "$as_me:$LINENO: checking for -lungif soname" >&5
14006 echo $ECHO_N "checking for -lungif soname... $ECHO_C" >&6
14007 if test "${ac_cv_lib_soname_ungif+set}" = set; then
14008   echo $ECHO_N "(cached) $ECHO_C" >&6
14009 else
14010   ac_get_soname_save_LIBS=$LIBS
14011 LIBS="-lungif  $LIBS"
14012   cat >conftest.$ac_ext <<_ACEOF
14013 /* confdefs.h.  */
14014 _ACEOF
14015 cat confdefs.h >>conftest.$ac_ext
14016 cat >>conftest.$ac_ext <<_ACEOF
14017 /* end confdefs.h.  */
14018
14019 /* Override any gcc2 internal prototype to avoid an error.  */
14020 #ifdef __cplusplus
14021 extern "C"
14022 #endif
14023 /* We use char because int might match the return type of a gcc2
14024    builtin and then its argument prototype would still apply.  */
14025 char DGifOpen ();
14026 int
14027 main ()
14028 {
14029 DGifOpen ();
14030   ;
14031   return 0;
14032 }
14033 _ACEOF
14034 rm -f conftest.$ac_objext conftest$ac_exeext
14035 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14036   (eval $ac_link) 2>conftest.er1
14037   ac_status=$?
14038   grep -v '^ *+' conftest.er1 >conftest.err
14039   rm -f conftest.er1
14040   cat conftest.err >&5
14041   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14042   (exit $ac_status); } &&
14043          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
14044   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14045   (eval $ac_try) 2>&5
14046   ac_status=$?
14047   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14048   (exit $ac_status); }; } &&
14049          { ac_try='test -s conftest$ac_exeext'
14050   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14051   (eval $ac_try) 2>&5
14052   ac_status=$?
14053   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14054   (exit $ac_status); }; }; then
14055   ac_cv_lib_soname_ungif=`$ac_cv_path_LDD conftest$ac_exeext | grep libungif\\.$LIBEXT | sed "s/^.*\(libungif\.$LIBEXT[^         ]*\).*$/\1/"`
14056   if test "x$ac_cv_lib_soname_ungif" = "x"
14057   then
14058      ac_cv_lib_soname_ungif="libungif.$LIBEXT"
14059   fi
14060 else
14061   echo "$as_me: failed program was:" >&5
14062 sed 's/^/| /' conftest.$ac_ext >&5
14063
14064 ac_cv_lib_soname_ungif="libungif.$LIBEXT"
14065 fi
14066 rm -f conftest.err conftest.$ac_objext \
14067       conftest$ac_exeext conftest.$ac_ext
14068   LIBS=$ac_get_soname_save_LIBS
14069 fi
14070 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ungif" >&5
14071 echo "${ECHO_T}$ac_cv_lib_soname_ungif" >&6
14072 if test "x$ac_cv_lib_soname_ungif" != xNONE
14073 then
14074 cat >>confdefs.h <<_ACEOF
14075 #define SONAME_LIBUNGIF "$ac_cv_lib_soname_ungif"
14076 _ACEOF
14077 fi
14078
14079 echo "$as_me:$LINENO: checking for -lgif soname" >&5
14080 echo $ECHO_N "checking for -lgif soname... $ECHO_C" >&6
14081 if test "${ac_cv_lib_soname_gif+set}" = set; then
14082   echo $ECHO_N "(cached) $ECHO_C" >&6
14083 else
14084   ac_get_soname_save_LIBS=$LIBS
14085 LIBS="-lgif  $LIBS"
14086   cat >conftest.$ac_ext <<_ACEOF
14087 /* confdefs.h.  */
14088 _ACEOF
14089 cat confdefs.h >>conftest.$ac_ext
14090 cat >>conftest.$ac_ext <<_ACEOF
14091 /* end confdefs.h.  */
14092
14093 /* Override any gcc2 internal prototype to avoid an error.  */
14094 #ifdef __cplusplus
14095 extern "C"
14096 #endif
14097 /* We use char because int might match the return type of a gcc2
14098    builtin and then its argument prototype would still apply.  */
14099 char DGifOpen ();
14100 int
14101 main ()
14102 {
14103 DGifOpen ();
14104   ;
14105   return 0;
14106 }
14107 _ACEOF
14108 rm -f conftest.$ac_objext conftest$ac_exeext
14109 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14110   (eval $ac_link) 2>conftest.er1
14111   ac_status=$?
14112   grep -v '^ *+' conftest.er1 >conftest.err
14113   rm -f conftest.er1
14114   cat conftest.err >&5
14115   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14116   (exit $ac_status); } &&
14117          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
14118   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14119   (eval $ac_try) 2>&5
14120   ac_status=$?
14121   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14122   (exit $ac_status); }; } &&
14123          { ac_try='test -s conftest$ac_exeext'
14124   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14125   (eval $ac_try) 2>&5
14126   ac_status=$?
14127   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14128   (exit $ac_status); }; }; then
14129   ac_cv_lib_soname_gif=`$ac_cv_path_LDD conftest$ac_exeext | grep libgif\\.$LIBEXT | sed "s/^.*\(libgif\.$LIBEXT[^       ]*\).*$/\1/"`
14130   if test "x$ac_cv_lib_soname_gif" = "x"
14131   then
14132      ac_cv_lib_soname_gif="libgif.$LIBEXT"
14133   fi
14134 else
14135   echo "$as_me: failed program was:" >&5
14136 sed 's/^/| /' conftest.$ac_ext >&5
14137
14138 ac_cv_lib_soname_gif="libgif.$LIBEXT"
14139 fi
14140 rm -f conftest.err conftest.$ac_objext \
14141       conftest$ac_exeext conftest.$ac_ext
14142   LIBS=$ac_get_soname_save_LIBS
14143 fi
14144 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gif" >&5
14145 echo "${ECHO_T}$ac_cv_lib_soname_gif" >&6
14146 if test "x$ac_cv_lib_soname_gif" != xNONE
14147 then
14148 cat >>confdefs.h <<_ACEOF
14149 #define SONAME_LIBGIF "$ac_cv_lib_soname_gif"
14150 _ACEOF
14151 fi
14152
14153 echo "$as_me:$LINENO: checking for -lcapi20 soname" >&5
14154 echo $ECHO_N "checking for -lcapi20 soname... $ECHO_C" >&6
14155 if test "${ac_cv_lib_soname_capi20+set}" = set; then
14156   echo $ECHO_N "(cached) $ECHO_C" >&6
14157 else
14158   ac_get_soname_save_LIBS=$LIBS
14159 LIBS="-lcapi20  $LIBS"
14160   cat >conftest.$ac_ext <<_ACEOF
14161 /* confdefs.h.  */
14162 _ACEOF
14163 cat confdefs.h >>conftest.$ac_ext
14164 cat >>conftest.$ac_ext <<_ACEOF
14165 /* end confdefs.h.  */
14166
14167 /* Override any gcc2 internal prototype to avoid an error.  */
14168 #ifdef __cplusplus
14169 extern "C"
14170 #endif
14171 /* We use char because int might match the return type of a gcc2
14172    builtin and then its argument prototype would still apply.  */
14173 char capi20_isinstalled ();
14174 int
14175 main ()
14176 {
14177 capi20_isinstalled ();
14178   ;
14179   return 0;
14180 }
14181 _ACEOF
14182 rm -f conftest.$ac_objext conftest$ac_exeext
14183 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14184   (eval $ac_link) 2>conftest.er1
14185   ac_status=$?
14186   grep -v '^ *+' conftest.er1 >conftest.err
14187   rm -f conftest.er1
14188   cat conftest.err >&5
14189   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14190   (exit $ac_status); } &&
14191          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
14192   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14193   (eval $ac_try) 2>&5
14194   ac_status=$?
14195   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14196   (exit $ac_status); }; } &&
14197          { ac_try='test -s conftest$ac_exeext'
14198   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14199   (eval $ac_try) 2>&5
14200   ac_status=$?
14201   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14202   (exit $ac_status); }; }; then
14203   ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep libcapi20\\.$LIBEXT | sed "s/^.*\(libcapi20\.$LIBEXT[^      ]*\).*$/\1/"`
14204   if test "x$ac_cv_lib_soname_capi20" = "x"
14205   then
14206      ac_cv_lib_soname_capi20="libcapi20.$LIBEXT"
14207   fi
14208 else
14209   echo "$as_me: failed program was:" >&5
14210 sed 's/^/| /' conftest.$ac_ext >&5
14211
14212 ac_cv_lib_soname_capi20="libcapi20.$LIBEXT"
14213 fi
14214 rm -f conftest.err conftest.$ac_objext \
14215       conftest$ac_exeext conftest.$ac_ext
14216   LIBS=$ac_get_soname_save_LIBS
14217 fi
14218 echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
14219 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6
14220 if test "x$ac_cv_lib_soname_capi20" != xNONE
14221 then
14222 cat >>confdefs.h <<_ACEOF
14223 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
14224 _ACEOF
14225 fi
14226 fi
14227
14228
14229
14230
14231
14232
14233
14234
14235
14236
14237
14238
14239
14240
14241
14242
14243
14244
14245
14246
14247
14248
14249
14250
14251
14252
14253
14254
14255
14256
14257
14258
14259
14260
14261
14262
14263
14264
14265
14266
14267
14268
14269
14270
14271
14272
14273
14274
14275
14276
14277
14278
14279
14280
14281
14282
14283
14284
14285
14286
14287
14288
14289
14290 for ac_func in \
14291         _lwp_create \
14292         _lwp_self \
14293         _pclose \
14294         _popen \
14295         _snprintf \
14296         _spawnvp \
14297         _stricmp \
14298         _strnicmp \
14299         _vsnprintf \
14300         chsize \
14301         clone \
14302         epoll_create \
14303         ffs \
14304         finite \
14305         fork \
14306         fpclass \
14307         fstatfs \
14308         fstatvfs \
14309         ftruncate \
14310         futimes \
14311         futimesat \
14312         getnetbyname \
14313         getopt_long \
14314         getpagesize \
14315         getprotobyname \
14316         getprotobynumber \
14317         getpwuid \
14318         getservbyport \
14319         gettid \
14320         gettimeofday \
14321         getuid \
14322         inet_network \
14323         lstat \
14324         memmove \
14325         mmap \
14326         pclose \
14327         popen \
14328         pread \
14329         pwrite \
14330         readlink \
14331         rfork \
14332         sched_yield \
14333         select \
14334         sendmsg \
14335         settimeofday \
14336         sigaltstack \
14337         sigprocmask \
14338         snprintf \
14339         spawnvp \
14340         statfs \
14341         statvfs \
14342         strcasecmp \
14343         strerror \
14344         strncasecmp \
14345         tcgetattr \
14346         timegm \
14347         usleep \
14348         vsnprintf \
14349         wait4 \
14350         waitpid \
14351
14352 do
14353 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14354 echo "$as_me:$LINENO: checking for $ac_func" >&5
14355 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
14356 if eval "test \"\${$as_ac_var+set}\" = set"; then
14357   echo $ECHO_N "(cached) $ECHO_C" >&6
14358 else
14359   cat >conftest.$ac_ext <<_ACEOF
14360 /* confdefs.h.  */
14361 _ACEOF
14362 cat confdefs.h >>conftest.$ac_ext
14363 cat >>conftest.$ac_ext <<_ACEOF
14364 /* end confdefs.h.  */
14365 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14366    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14367 #define $ac_func innocuous_$ac_func
14368
14369 /* System header to define __stub macros and hopefully few prototypes,
14370     which can conflict with char $ac_func (); below.
14371     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14372     <limits.h> exists even on freestanding compilers.  */
14373
14374 #ifdef __STDC__
14375 # include <limits.h>
14376 #else
14377 # include <assert.h>
14378 #endif
14379
14380 #undef $ac_func
14381
14382 /* Override any gcc2 internal prototype to avoid an error.  */
14383 #ifdef __cplusplus
14384 extern "C"
14385 {
14386 #endif
14387 /* We use char because int might match the return type of a gcc2
14388    builtin and then its argument prototype would still apply.  */
14389 char $ac_func ();
14390 /* The GNU C library defines this for functions which it implements
14391     to always fail with ENOSYS.  Some functions are actually named
14392     something starting with __ and the normal name is an alias.  */
14393 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14394 choke me
14395 #else
14396 char (*f) () = $ac_func;
14397 #endif
14398 #ifdef __cplusplus
14399 }
14400 #endif
14401
14402 int
14403 main ()
14404 {
14405 return f != $ac_func;
14406   ;
14407   return 0;
14408 }
14409 _ACEOF
14410 rm -f conftest.$ac_objext conftest$ac_exeext
14411 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14412   (eval $ac_link) 2>conftest.er1
14413   ac_status=$?
14414   grep -v '^ *+' conftest.er1 >conftest.err
14415   rm -f conftest.er1
14416   cat conftest.err >&5
14417   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14418   (exit $ac_status); } &&
14419          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
14420   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14421   (eval $ac_try) 2>&5
14422   ac_status=$?
14423   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14424   (exit $ac_status); }; } &&
14425          { ac_try='test -s conftest$ac_exeext'
14426   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14427   (eval $ac_try) 2>&5
14428   ac_status=$?
14429   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14430   (exit $ac_status); }; }; then
14431   eval "$as_ac_var=yes"
14432 else
14433   echo "$as_me: failed program was:" >&5
14434 sed 's/^/| /' conftest.$ac_ext >&5
14435
14436 eval "$as_ac_var=no"
14437 fi
14438 rm -f conftest.err conftest.$ac_objext \
14439       conftest$ac_exeext conftest.$ac_ext
14440 fi
14441 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14442 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
14443 if test `eval echo '${'$as_ac_var'}'` = yes; then
14444   cat >>confdefs.h <<_ACEOF
14445 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14446 _ACEOF
14447
14448 fi
14449 done
14450
14451
14452
14453
14454
14455
14456
14457 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
14458 do
14459 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14460 echo "$as_me:$LINENO: checking for $ac_header" >&5
14461 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14462 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14463   echo $ECHO_N "(cached) $ECHO_C" >&6
14464 else
14465   cat >conftest.$ac_ext <<_ACEOF
14466 /* confdefs.h.  */
14467 _ACEOF
14468 cat confdefs.h >>conftest.$ac_ext
14469 cat >>conftest.$ac_ext <<_ACEOF
14470 /* end confdefs.h.  */
14471 #include <sys/types.h>
14472      #if HAVE_SYS_PARAM_H
14473      # include <sys/param.h>
14474      #endif
14475
14476 #include <$ac_header>
14477 _ACEOF
14478 rm -f conftest.$ac_objext
14479 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14480   (eval $ac_compile) 2>conftest.er1
14481   ac_status=$?
14482   grep -v '^ *+' conftest.er1 >conftest.err
14483   rm -f conftest.er1
14484   cat conftest.err >&5
14485   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14486   (exit $ac_status); } &&
14487          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
14488   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14489   (eval $ac_try) 2>&5
14490   ac_status=$?
14491   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14492   (exit $ac_status); }; } &&
14493          { ac_try='test -s conftest.$ac_objext'
14494   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14495   (eval $ac_try) 2>&5
14496   ac_status=$?
14497   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14498   (exit $ac_status); }; }; then
14499   eval "$as_ac_Header=yes"
14500 else
14501   echo "$as_me: failed program was:" >&5
14502 sed 's/^/| /' conftest.$ac_ext >&5
14503
14504 eval "$as_ac_Header=no"
14505 fi
14506 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14507 fi
14508 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14509 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14510 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14511   cat >>confdefs.h <<_ACEOF
14512 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14513 _ACEOF
14514
14515 fi
14516
14517 done
14518
14519
14520
14521
14522
14523
14524
14525
14526 for ac_header in net/if.h net/if_arp.h net/if_dl.h net/if_types.h net/route.h netipx/ipx.h
14527 do
14528 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14529 echo "$as_me:$LINENO: checking for $ac_header" >&5
14530 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14531 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14532   echo $ECHO_N "(cached) $ECHO_C" >&6
14533 else
14534   cat >conftest.$ac_ext <<_ACEOF
14535 /* confdefs.h.  */
14536 _ACEOF
14537 cat confdefs.h >>conftest.$ac_ext
14538 cat >>conftest.$ac_ext <<_ACEOF
14539 /* end confdefs.h.  */
14540 #include <sys/types.h>
14541      #if HAVE_SYS_SOCKET_H
14542      # include <sys/socket.h>
14543      #endif
14544
14545 #include <$ac_header>
14546 _ACEOF
14547 rm -f conftest.$ac_objext
14548 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14549   (eval $ac_compile) 2>conftest.er1
14550   ac_status=$?
14551   grep -v '^ *+' conftest.er1 >conftest.err
14552   rm -f conftest.er1
14553   cat conftest.err >&5
14554   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14555   (exit $ac_status); } &&
14556          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
14557   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14558   (eval $ac_try) 2>&5
14559   ac_status=$?
14560   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14561   (exit $ac_status); }; } &&
14562          { ac_try='test -s conftest.$ac_objext'
14563   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14564   (eval $ac_try) 2>&5
14565   ac_status=$?
14566   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14567   (exit $ac_status); }; }; then
14568   eval "$as_ac_Header=yes"
14569 else
14570   echo "$as_me: failed program was:" >&5
14571 sed 's/^/| /' conftest.$ac_ext >&5
14572
14573 eval "$as_ac_Header=no"
14574 fi
14575 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14576 fi
14577 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14578 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14579 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14580   cat >>confdefs.h <<_ACEOF
14581 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14582 _ACEOF
14583
14584 fi
14585
14586 done
14587
14588
14589
14590 for ac_header in resolv.h
14591 do
14592 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14593 echo "$as_me:$LINENO: checking for $ac_header" >&5
14594 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14595 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14596   echo $ECHO_N "(cached) $ECHO_C" >&6
14597 else
14598   cat >conftest.$ac_ext <<_ACEOF
14599 /* confdefs.h.  */
14600 _ACEOF
14601 cat confdefs.h >>conftest.$ac_ext
14602 cat >>conftest.$ac_ext <<_ACEOF
14603 /* end confdefs.h.  */
14604 #include <sys/types.h>
14605      #if HAVE_SYS_SOCKET_H
14606      # include <sys/socket.h>
14607      #endif
14608      #if HAVE_NETINET_IN_H
14609      # include <netinet/in.h>
14610      #endif
14611      #if HAVE_ARPA_NAMESER_H
14612      # include <arpa/nameser.h>
14613      #endif
14614
14615 #include <$ac_header>
14616 _ACEOF
14617 rm -f conftest.$ac_objext
14618 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14619   (eval $ac_compile) 2>conftest.er1
14620   ac_status=$?
14621   grep -v '^ *+' conftest.er1 >conftest.err
14622   rm -f conftest.er1
14623   cat conftest.err >&5
14624   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14625   (exit $ac_status); } &&
14626          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
14627   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14628   (eval $ac_try) 2>&5
14629   ac_status=$?
14630   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14631   (exit $ac_status); }; } &&
14632          { ac_try='test -s conftest.$ac_objext'
14633   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14634   (eval $ac_try) 2>&5
14635   ac_status=$?
14636   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14637   (exit $ac_status); }; }; then
14638   eval "$as_ac_Header=yes"
14639 else
14640   echo "$as_me: failed program was:" >&5
14641 sed 's/^/| /' conftest.$ac_ext >&5
14642
14643 eval "$as_ac_Header=no"
14644 fi
14645 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14646 fi
14647 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14648 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14649 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14650   cat >>confdefs.h <<_ACEOF
14651 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14652 _ACEOF
14653
14654 fi
14655
14656 done
14657
14658
14659
14660 for ac_header in ucontext.h
14661 do
14662 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14663 echo "$as_me:$LINENO: checking for $ac_header" >&5
14664 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14665 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14666   echo $ECHO_N "(cached) $ECHO_C" >&6
14667 else
14668   cat >conftest.$ac_ext <<_ACEOF
14669 /* confdefs.h.  */
14670 _ACEOF
14671 cat confdefs.h >>conftest.$ac_ext
14672 cat >>conftest.$ac_ext <<_ACEOF
14673 /* end confdefs.h.  */
14674 #include <signal.h>
14675
14676 #include <$ac_header>
14677 _ACEOF
14678 rm -f conftest.$ac_objext
14679 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14680   (eval $ac_compile) 2>conftest.er1
14681   ac_status=$?
14682   grep -v '^ *+' conftest.er1 >conftest.err
14683   rm -f conftest.er1
14684   cat conftest.err >&5
14685   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14686   (exit $ac_status); } &&
14687          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
14688   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14689   (eval $ac_try) 2>&5
14690   ac_status=$?
14691   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14692   (exit $ac_status); }; } &&
14693          { ac_try='test -s conftest.$ac_objext'
14694   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14695   (eval $ac_try) 2>&5
14696   ac_status=$?
14697   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14698   (exit $ac_status); }; }; then
14699   eval "$as_ac_Header=yes"
14700 else
14701   echo "$as_me: failed program was:" >&5
14702 sed 's/^/| /' conftest.$ac_ext >&5
14703
14704 eval "$as_ac_Header=no"
14705 fi
14706 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14707 fi
14708 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14709 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14710 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14711   cat >>confdefs.h <<_ACEOF
14712 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14713 _ACEOF
14714
14715 fi
14716
14717 done
14718
14719
14720
14721
14722 for ac_header in linux/ipx.h linux/videodev.h
14723 do
14724 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14725 echo "$as_me:$LINENO: checking for $ac_header" >&5
14726 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14727 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14728   echo $ECHO_N "(cached) $ECHO_C" >&6
14729 else
14730   cat >conftest.$ac_ext <<_ACEOF
14731 /* confdefs.h.  */
14732 _ACEOF
14733 cat confdefs.h >>conftest.$ac_ext
14734 cat >>conftest.$ac_ext <<_ACEOF
14735 /* end confdefs.h.  */
14736 #ifdef HAVE_SYS_TIME_H
14737 #include <sys/time.h>
14738 #endif
14739 #include <sys/types.h>
14740 #ifdef HAVE_ASM_TYPES_H
14741 #include <asm/types.h>
14742 #endif
14743
14744 #include <$ac_header>
14745 _ACEOF
14746 rm -f conftest.$ac_objext
14747 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14748   (eval $ac_compile) 2>conftest.er1
14749   ac_status=$?
14750   grep -v '^ *+' conftest.er1 >conftest.err
14751   rm -f conftest.er1
14752   cat conftest.err >&5
14753   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14754   (exit $ac_status); } &&
14755          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
14756   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14757   (eval $ac_try) 2>&5
14758   ac_status=$?
14759   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14760   (exit $ac_status); }; } &&
14761          { ac_try='test -s conftest.$ac_objext'
14762   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14763   (eval $ac_try) 2>&5
14764   ac_status=$?
14765   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14766   (exit $ac_status); }; }; then
14767   eval "$as_ac_Header=yes"
14768 else
14769   echo "$as_me: failed program was:" >&5
14770 sed 's/^/| /' conftest.$ac_ext >&5
14771
14772 eval "$as_ac_Header=no"
14773 fi
14774 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14775 fi
14776 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14777 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14778 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14779   cat >>confdefs.h <<_ACEOF
14780 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14781 _ACEOF
14782
14783 fi
14784
14785 done
14786
14787
14788
14789 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
14790 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
14791 if test "${ac_cv_c_const+set}" = set; then
14792   echo $ECHO_N "(cached) $ECHO_C" >&6
14793 else
14794   cat >conftest.$ac_ext <<_ACEOF
14795 /* confdefs.h.  */
14796 _ACEOF
14797 cat confdefs.h >>conftest.$ac_ext
14798 cat >>conftest.$ac_ext <<_ACEOF
14799 /* end confdefs.h.  */
14800
14801 int
14802 main ()
14803 {
14804 /* FIXME: Include the comments suggested by Paul. */
14805 #ifndef __cplusplus
14806   /* Ultrix mips cc rejects this.  */
14807   typedef int charset[2];
14808   const charset x;
14809   /* SunOS 4.1.1 cc rejects this.  */
14810   char const *const *ccp;
14811   char **p;
14812   /* NEC SVR4.0.2 mips cc rejects this.  */
14813   struct point {int x, y;};
14814   static struct point const zero = {0,0};
14815   /* AIX XL C 1.02.0.0 rejects this.
14816      It does not let you subtract one const X* pointer from another in
14817      an arm of an if-expression whose if-part is not a constant
14818      expression */
14819   const char *g = "string";
14820   ccp = &g + (g ? g-g : 0);
14821   /* HPUX 7.0 cc rejects these. */
14822   ++ccp;
14823   p = (char**) ccp;
14824   ccp = (char const *const *) p;
14825   { /* SCO 3.2v4 cc rejects this.  */
14826     char *t;
14827     char const *s = 0 ? (char *) 0 : (char const *) 0;
14828
14829     *t++ = 0;
14830   }
14831   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
14832     int x[] = {25, 17};
14833     const int *foo = &x[0];
14834     ++foo;
14835   }
14836   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
14837     typedef const int *iptr;
14838     iptr p = 0;
14839     ++p;
14840   }
14841   { /* AIX XL C 1.02.0.0 rejects this saying
14842        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
14843     struct s { int j; const int *ap[3]; };
14844     struct s *b; b->j = 5;
14845   }
14846   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
14847     const int foo = 10;
14848   }
14849 #endif
14850
14851   ;
14852   return 0;
14853 }
14854 _ACEOF
14855 rm -f conftest.$ac_objext
14856 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14857   (eval $ac_compile) 2>conftest.er1
14858   ac_status=$?
14859   grep -v '^ *+' conftest.er1 >conftest.err
14860   rm -f conftest.er1
14861   cat conftest.err >&5
14862   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14863   (exit $ac_status); } &&
14864          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
14865   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14866   (eval $ac_try) 2>&5
14867   ac_status=$?
14868   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14869   (exit $ac_status); }; } &&
14870          { ac_try='test -s conftest.$ac_objext'
14871   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14872   (eval $ac_try) 2>&5
14873   ac_status=$?
14874   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14875   (exit $ac_status); }; }; then
14876   ac_cv_c_const=yes
14877 else
14878   echo "$as_me: failed program was:" >&5
14879 sed 's/^/| /' conftest.$ac_ext >&5
14880
14881 ac_cv_c_const=no
14882 fi
14883 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14884 fi
14885 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
14886 echo "${ECHO_T}$ac_cv_c_const" >&6
14887 if test $ac_cv_c_const = no; then
14888
14889 cat >>confdefs.h <<\_ACEOF
14890 #define const
14891 _ACEOF
14892
14893 fi
14894
14895 echo "$as_me:$LINENO: checking for inline" >&5
14896 echo $ECHO_N "checking for inline... $ECHO_C" >&6
14897 if test "${ac_cv_c_inline+set}" = set; then
14898   echo $ECHO_N "(cached) $ECHO_C" >&6
14899 else
14900   ac_cv_c_inline=no
14901 for ac_kw in inline __inline__ __inline; do
14902   cat >conftest.$ac_ext <<_ACEOF
14903 /* confdefs.h.  */
14904 _ACEOF
14905 cat confdefs.h >>conftest.$ac_ext
14906 cat >>conftest.$ac_ext <<_ACEOF
14907 /* end confdefs.h.  */
14908 #ifndef __cplusplus
14909 typedef int foo_t;
14910 static $ac_kw foo_t static_foo () {return 0; }
14911 $ac_kw foo_t foo () {return 0; }
14912 #endif
14913
14914 _ACEOF
14915 rm -f conftest.$ac_objext
14916 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14917   (eval $ac_compile) 2>conftest.er1
14918   ac_status=$?
14919   grep -v '^ *+' conftest.er1 >conftest.err
14920   rm -f conftest.er1
14921   cat conftest.err >&5
14922   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14923   (exit $ac_status); } &&
14924          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
14925   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14926   (eval $ac_try) 2>&5
14927   ac_status=$?
14928   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14929   (exit $ac_status); }; } &&
14930          { ac_try='test -s conftest.$ac_objext'
14931   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14932   (eval $ac_try) 2>&5
14933   ac_status=$?
14934   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14935   (exit $ac_status); }; }; then
14936   ac_cv_c_inline=$ac_kw; break
14937 else
14938   echo "$as_me: failed program was:" >&5
14939 sed 's/^/| /' conftest.$ac_ext >&5
14940
14941 fi
14942 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14943 done
14944
14945 fi
14946 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
14947 echo "${ECHO_T}$ac_cv_c_inline" >&6
14948
14949
14950 case $ac_cv_c_inline in
14951   inline | yes) ;;
14952   *)
14953     case $ac_cv_c_inline in
14954       no) ac_val=;;
14955       *) ac_val=$ac_cv_c_inline;;
14956     esac
14957     cat >>confdefs.h <<_ACEOF
14958 #ifndef __cplusplus
14959 #define inline $ac_val
14960 #endif
14961 _ACEOF
14962     ;;
14963 esac
14964
14965 echo "$as_me:$LINENO: checking for mode_t" >&5
14966 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
14967 if test "${ac_cv_type_mode_t+set}" = set; then
14968   echo $ECHO_N "(cached) $ECHO_C" >&6
14969 else
14970   cat >conftest.$ac_ext <<_ACEOF
14971 /* confdefs.h.  */
14972 _ACEOF
14973 cat confdefs.h >>conftest.$ac_ext
14974 cat >>conftest.$ac_ext <<_ACEOF
14975 /* end confdefs.h.  */
14976 $ac_includes_default
14977 int
14978 main ()
14979 {
14980 if ((mode_t *) 0)
14981   return 0;
14982 if (sizeof (mode_t))
14983   return 0;
14984   ;
14985   return 0;
14986 }
14987 _ACEOF
14988 rm -f conftest.$ac_objext
14989 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14990   (eval $ac_compile) 2>conftest.er1
14991   ac_status=$?
14992   grep -v '^ *+' conftest.er1 >conftest.err
14993   rm -f conftest.er1
14994   cat conftest.err >&5
14995   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14996   (exit $ac_status); } &&
14997          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
14998   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14999   (eval $ac_try) 2>&5
15000   ac_status=$?
15001   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15002   (exit $ac_status); }; } &&
15003          { ac_try='test -s conftest.$ac_objext'
15004   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15005   (eval $ac_try) 2>&5
15006   ac_status=$?
15007   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15008   (exit $ac_status); }; }; then
15009   ac_cv_type_mode_t=yes
15010 else
15011   echo "$as_me: failed program was:" >&5
15012 sed 's/^/| /' conftest.$ac_ext >&5
15013
15014 ac_cv_type_mode_t=no
15015 fi
15016 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15017 fi
15018 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
15019 echo "${ECHO_T}$ac_cv_type_mode_t" >&6
15020 if test $ac_cv_type_mode_t = yes; then
15021
15022 cat >>confdefs.h <<_ACEOF
15023 #define HAVE_MODE_T 1
15024 _ACEOF
15025
15026
15027 fi
15028 echo "$as_me:$LINENO: checking for off_t" >&5
15029 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
15030 if test "${ac_cv_type_off_t+set}" = set; then
15031   echo $ECHO_N "(cached) $ECHO_C" >&6
15032 else
15033   cat >conftest.$ac_ext <<_ACEOF
15034 /* confdefs.h.  */
15035 _ACEOF
15036 cat confdefs.h >>conftest.$ac_ext
15037 cat >>conftest.$ac_ext <<_ACEOF
15038 /* end confdefs.h.  */
15039 $ac_includes_default
15040 int
15041 main ()
15042 {
15043 if ((off_t *) 0)
15044   return 0;
15045 if (sizeof (off_t))
15046   return 0;
15047   ;
15048   return 0;
15049 }
15050 _ACEOF
15051 rm -f conftest.$ac_objext
15052 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15053   (eval $ac_compile) 2>conftest.er1
15054   ac_status=$?
15055   grep -v '^ *+' conftest.er1 >conftest.err
15056   rm -f conftest.er1
15057   cat conftest.err >&5
15058   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15059   (exit $ac_status); } &&
15060          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
15061   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15062   (eval $ac_try) 2>&5
15063   ac_status=$?
15064   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15065   (exit $ac_status); }; } &&
15066          { ac_try='test -s conftest.$ac_objext'
15067   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15068   (eval $ac_try) 2>&5
15069   ac_status=$?
15070   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15071   (exit $ac_status); }; }; then
15072   ac_cv_type_off_t=yes
15073 else
15074   echo "$as_me: failed program was:" >&5
15075 sed 's/^/| /' conftest.$ac_ext >&5
15076
15077 ac_cv_type_off_t=no
15078 fi
15079 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15080 fi
15081 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
15082 echo "${ECHO_T}$ac_cv_type_off_t" >&6
15083 if test $ac_cv_type_off_t = yes; then
15084
15085 cat >>confdefs.h <<_ACEOF
15086 #define HAVE_OFF_T 1
15087 _ACEOF
15088
15089
15090 fi
15091 echo "$as_me:$LINENO: checking for pid_t" >&5
15092 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
15093 if test "${ac_cv_type_pid_t+set}" = set; then
15094   echo $ECHO_N "(cached) $ECHO_C" >&6
15095 else
15096   cat >conftest.$ac_ext <<_ACEOF
15097 /* confdefs.h.  */
15098 _ACEOF
15099 cat confdefs.h >>conftest.$ac_ext
15100 cat >>conftest.$ac_ext <<_ACEOF
15101 /* end confdefs.h.  */
15102 $ac_includes_default
15103 int
15104 main ()
15105 {
15106 if ((pid_t *) 0)
15107   return 0;
15108 if (sizeof (pid_t))
15109   return 0;
15110   ;
15111   return 0;
15112 }
15113 _ACEOF
15114 rm -f conftest.$ac_objext
15115 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15116   (eval $ac_compile) 2>conftest.er1
15117   ac_status=$?
15118   grep -v '^ *+' conftest.er1 >conftest.err
15119   rm -f conftest.er1
15120   cat conftest.err >&5
15121   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15122   (exit $ac_status); } &&
15123          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
15124   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15125   (eval $ac_try) 2>&5
15126   ac_status=$?
15127   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15128   (exit $ac_status); }; } &&
15129          { ac_try='test -s conftest.$ac_objext'
15130   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15131   (eval $ac_try) 2>&5
15132   ac_status=$?
15133   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15134   (exit $ac_status); }; }; then
15135   ac_cv_type_pid_t=yes
15136 else
15137   echo "$as_me: failed program was:" >&5
15138 sed 's/^/| /' conftest.$ac_ext >&5
15139
15140 ac_cv_type_pid_t=no
15141 fi
15142 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15143 fi
15144 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
15145 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
15146 if test $ac_cv_type_pid_t = yes; then
15147
15148 cat >>confdefs.h <<_ACEOF
15149 #define HAVE_PID_T 1
15150 _ACEOF
15151
15152
15153 fi
15154 echo "$as_me:$LINENO: checking for size_t" >&5
15155 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
15156 if test "${ac_cv_type_size_t+set}" = set; then
15157   echo $ECHO_N "(cached) $ECHO_C" >&6
15158 else
15159   cat >conftest.$ac_ext <<_ACEOF
15160 /* confdefs.h.  */
15161 _ACEOF
15162 cat confdefs.h >>conftest.$ac_ext
15163 cat >>conftest.$ac_ext <<_ACEOF
15164 /* end confdefs.h.  */
15165 $ac_includes_default
15166 int
15167 main ()
15168 {
15169 if ((size_t *) 0)
15170   return 0;
15171 if (sizeof (size_t))
15172   return 0;
15173   ;
15174   return 0;
15175 }
15176 _ACEOF
15177 rm -f conftest.$ac_objext
15178 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15179   (eval $ac_compile) 2>conftest.er1
15180   ac_status=$?
15181   grep -v '^ *+' conftest.er1 >conftest.err
15182   rm -f conftest.er1
15183   cat conftest.err >&5
15184   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15185   (exit $ac_status); } &&
15186          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
15187   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15188   (eval $ac_try) 2>&5
15189   ac_status=$?
15190   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15191   (exit $ac_status); }; } &&
15192          { ac_try='test -s conftest.$ac_objext'
15193   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15194   (eval $ac_try) 2>&5
15195   ac_status=$?
15196   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15197   (exit $ac_status); }; }; then
15198   ac_cv_type_size_t=yes
15199 else
15200   echo "$as_me: failed program was:" >&5
15201 sed 's/^/| /' conftest.$ac_ext >&5
15202
15203 ac_cv_type_size_t=no
15204 fi
15205 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15206 fi
15207 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
15208 echo "${ECHO_T}$ac_cv_type_size_t" >&6
15209 if test $ac_cv_type_size_t = yes; then
15210
15211 cat >>confdefs.h <<_ACEOF
15212 #define HAVE_SIZE_T 1
15213 _ACEOF
15214
15215
15216 fi
15217 echo "$as_me:$LINENO: checking for ssize_t" >&5
15218 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
15219 if test "${ac_cv_type_ssize_t+set}" = set; then
15220   echo $ECHO_N "(cached) $ECHO_C" >&6
15221 else
15222   cat >conftest.$ac_ext <<_ACEOF
15223 /* confdefs.h.  */
15224 _ACEOF
15225 cat confdefs.h >>conftest.$ac_ext
15226 cat >>conftest.$ac_ext <<_ACEOF
15227 /* end confdefs.h.  */
15228 $ac_includes_default
15229 int
15230 main ()
15231 {
15232 if ((ssize_t *) 0)
15233   return 0;
15234 if (sizeof (ssize_t))
15235   return 0;
15236   ;
15237   return 0;
15238 }
15239 _ACEOF
15240 rm -f conftest.$ac_objext
15241 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15242   (eval $ac_compile) 2>conftest.er1
15243   ac_status=$?
15244   grep -v '^ *+' conftest.er1 >conftest.err
15245   rm -f conftest.er1
15246   cat conftest.err >&5
15247   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15248   (exit $ac_status); } &&
15249          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
15250   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15251   (eval $ac_try) 2>&5
15252   ac_status=$?
15253   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15254   (exit $ac_status); }; } &&
15255          { ac_try='test -s conftest.$ac_objext'
15256   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15257   (eval $ac_try) 2>&5
15258   ac_status=$?
15259   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15260   (exit $ac_status); }; }; then
15261   ac_cv_type_ssize_t=yes
15262 else
15263   echo "$as_me: failed program was:" >&5
15264 sed 's/^/| /' conftest.$ac_ext >&5
15265
15266 ac_cv_type_ssize_t=no
15267 fi
15268 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15269 fi
15270 echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
15271 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6
15272 if test $ac_cv_type_ssize_t = yes; then
15273
15274 cat >>confdefs.h <<_ACEOF
15275 #define HAVE_SSIZE_T 1
15276 _ACEOF
15277
15278
15279 fi
15280 echo "$as_me:$LINENO: checking for long long" >&5
15281 echo $ECHO_N "checking for long long... $ECHO_C" >&6
15282 if test "${ac_cv_type_long_long+set}" = set; then
15283   echo $ECHO_N "(cached) $ECHO_C" >&6
15284 else
15285   cat >conftest.$ac_ext <<_ACEOF
15286 /* confdefs.h.  */
15287 _ACEOF
15288 cat confdefs.h >>conftest.$ac_ext
15289 cat >>conftest.$ac_ext <<_ACEOF
15290 /* end confdefs.h.  */
15291 $ac_includes_default
15292 int
15293 main ()
15294 {
15295 if ((long long *) 0)
15296   return 0;
15297 if (sizeof (long long))
15298   return 0;
15299   ;
15300   return 0;
15301 }
15302 _ACEOF
15303 rm -f conftest.$ac_objext
15304 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15305   (eval $ac_compile) 2>conftest.er1
15306   ac_status=$?
15307   grep -v '^ *+' conftest.er1 >conftest.err
15308   rm -f conftest.er1
15309   cat conftest.err >&5
15310   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15311   (exit $ac_status); } &&
15312          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
15313   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15314   (eval $ac_try) 2>&5
15315   ac_status=$?
15316   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15317   (exit $ac_status); }; } &&
15318          { ac_try='test -s conftest.$ac_objext'
15319   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15320   (eval $ac_try) 2>&5
15321   ac_status=$?
15322   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15323   (exit $ac_status); }; }; then
15324   ac_cv_type_long_long=yes
15325 else
15326   echo "$as_me: failed program was:" >&5
15327 sed 's/^/| /' conftest.$ac_ext >&5
15328
15329 ac_cv_type_long_long=no
15330 fi
15331 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15332 fi
15333 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
15334 echo "${ECHO_T}$ac_cv_type_long_long" >&6
15335 if test $ac_cv_type_long_long = yes; then
15336
15337 cat >>confdefs.h <<_ACEOF
15338 #define HAVE_LONG_LONG 1
15339 _ACEOF
15340
15341
15342 fi
15343 echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
15344 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6
15345 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
15346   echo $ECHO_N "(cached) $ECHO_C" >&6
15347 else
15348   cat >conftest.$ac_ext <<_ACEOF
15349 /* confdefs.h.  */
15350 _ACEOF
15351 cat confdefs.h >>conftest.$ac_ext
15352 cat >>conftest.$ac_ext <<_ACEOF
15353 /* end confdefs.h.  */
15354 $ac_includes_default
15355 int
15356 main ()
15357 {
15358 if ((fsblkcnt_t *) 0)
15359   return 0;
15360 if (sizeof (fsblkcnt_t))
15361   return 0;
15362   ;
15363   return 0;
15364 }
15365 _ACEOF
15366 rm -f conftest.$ac_objext
15367 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15368   (eval $ac_compile) 2>conftest.er1
15369   ac_status=$?
15370   grep -v '^ *+' conftest.er1 >conftest.err
15371   rm -f conftest.er1
15372   cat conftest.err >&5
15373   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15374   (exit $ac_status); } &&
15375          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
15376   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15377   (eval $ac_try) 2>&5
15378   ac_status=$?
15379   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15380   (exit $ac_status); }; } &&
15381          { ac_try='test -s conftest.$ac_objext'
15382   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15383   (eval $ac_try) 2>&5
15384   ac_status=$?
15385   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15386   (exit $ac_status); }; }; then
15387   ac_cv_type_fsblkcnt_t=yes
15388 else
15389   echo "$as_me: failed program was:" >&5
15390 sed 's/^/| /' conftest.$ac_ext >&5
15391
15392 ac_cv_type_fsblkcnt_t=no
15393 fi
15394 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15395 fi
15396 echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
15397 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6
15398 if test $ac_cv_type_fsblkcnt_t = yes; then
15399
15400 cat >>confdefs.h <<_ACEOF
15401 #define HAVE_FSBLKCNT_T 1
15402 _ACEOF
15403
15404
15405 fi
15406 echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
15407 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6
15408 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
15409   echo $ECHO_N "(cached) $ECHO_C" >&6
15410 else
15411   cat >conftest.$ac_ext <<_ACEOF
15412 /* confdefs.h.  */
15413 _ACEOF
15414 cat confdefs.h >>conftest.$ac_ext
15415 cat >>conftest.$ac_ext <<_ACEOF
15416 /* end confdefs.h.  */
15417 $ac_includes_default
15418 int
15419 main ()
15420 {
15421 if ((fsfilcnt_t *) 0)
15422   return 0;
15423 if (sizeof (fsfilcnt_t))
15424   return 0;
15425   ;
15426   return 0;
15427 }
15428 _ACEOF
15429 rm -f conftest.$ac_objext
15430 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15431   (eval $ac_compile) 2>conftest.er1
15432   ac_status=$?
15433   grep -v '^ *+' conftest.er1 >conftest.err
15434   rm -f conftest.er1
15435   cat conftest.err >&5
15436   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15437   (exit $ac_status); } &&
15438          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
15439   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15440   (eval $ac_try) 2>&5
15441   ac_status=$?
15442   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15443   (exit $ac_status); }; } &&
15444          { ac_try='test -s conftest.$ac_objext'
15445   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15446   (eval $ac_try) 2>&5
15447   ac_status=$?
15448   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15449   (exit $ac_status); }; }; then
15450   ac_cv_type_fsfilcnt_t=yes
15451 else
15452   echo "$as_me: failed program was:" >&5
15453 sed 's/^/| /' conftest.$ac_ext >&5
15454
15455 ac_cv_type_fsfilcnt_t=no
15456 fi
15457 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15458 fi
15459 echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
15460 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6
15461 if test $ac_cv_type_fsfilcnt_t = yes; then
15462
15463 cat >>confdefs.h <<_ACEOF
15464 #define HAVE_FSFILCNT_T 1
15465 _ACEOF
15466
15467
15468 fi
15469
15470 echo "$as_me:$LINENO: checking for sigset_t" >&5
15471 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6
15472 if test "${ac_cv_type_sigset_t+set}" = set; then
15473   echo $ECHO_N "(cached) $ECHO_C" >&6
15474 else
15475   cat >conftest.$ac_ext <<_ACEOF
15476 /* confdefs.h.  */
15477 _ACEOF
15478 cat confdefs.h >>conftest.$ac_ext
15479 cat >>conftest.$ac_ext <<_ACEOF
15480 /* end confdefs.h.  */
15481 #include <signal.h>
15482
15483 int
15484 main ()
15485 {
15486 if ((sigset_t *) 0)
15487   return 0;
15488 if (sizeof (sigset_t))
15489   return 0;
15490   ;
15491   return 0;
15492 }
15493 _ACEOF
15494 rm -f conftest.$ac_objext
15495 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15496   (eval $ac_compile) 2>conftest.er1
15497   ac_status=$?
15498   grep -v '^ *+' conftest.er1 >conftest.err
15499   rm -f conftest.er1
15500   cat conftest.err >&5
15501   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15502   (exit $ac_status); } &&
15503          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
15504   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15505   (eval $ac_try) 2>&5
15506   ac_status=$?
15507   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15508   (exit $ac_status); }; } &&
15509          { ac_try='test -s conftest.$ac_objext'
15510   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15511   (eval $ac_try) 2>&5
15512   ac_status=$?
15513   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15514   (exit $ac_status); }; }; then
15515   ac_cv_type_sigset_t=yes
15516 else
15517   echo "$as_me: failed program was:" >&5
15518 sed 's/^/| /' conftest.$ac_ext >&5
15519
15520 ac_cv_type_sigset_t=no
15521 fi
15522 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15523 fi
15524 echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
15525 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6
15526 if test $ac_cv_type_sigset_t = yes; then
15527
15528 cat >>confdefs.h <<_ACEOF
15529 #define HAVE_SIGSET_T 1
15530 _ACEOF
15531
15532
15533 fi
15534
15535 echo "$as_me:$LINENO: checking for request_sense" >&5
15536 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6
15537 if test "${ac_cv_type_request_sense+set}" = set; then
15538   echo $ECHO_N "(cached) $ECHO_C" >&6
15539 else
15540   cat >conftest.$ac_ext <<_ACEOF
15541 /* confdefs.h.  */
15542 _ACEOF
15543 cat confdefs.h >>conftest.$ac_ext
15544 cat >>conftest.$ac_ext <<_ACEOF
15545 /* end confdefs.h.  */
15546 #include <linux/cdrom.h>
15547
15548 int
15549 main ()
15550 {
15551 if ((request_sense *) 0)
15552   return 0;
15553 if (sizeof (request_sense))
15554   return 0;
15555   ;
15556   return 0;
15557 }
15558 _ACEOF
15559 rm -f conftest.$ac_objext
15560 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15561   (eval $ac_compile) 2>conftest.er1
15562   ac_status=$?
15563   grep -v '^ *+' conftest.er1 >conftest.err
15564   rm -f conftest.er1
15565   cat conftest.err >&5
15566   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15567   (exit $ac_status); } &&
15568          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
15569   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15570   (eval $ac_try) 2>&5
15571   ac_status=$?
15572   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15573   (exit $ac_status); }; } &&
15574          { ac_try='test -s conftest.$ac_objext'
15575   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15576   (eval $ac_try) 2>&5
15577   ac_status=$?
15578   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15579   (exit $ac_status); }; }; then
15580   ac_cv_type_request_sense=yes
15581 else
15582   echo "$as_me: failed program was:" >&5
15583 sed 's/^/| /' conftest.$ac_ext >&5
15584
15585 ac_cv_type_request_sense=no
15586 fi
15587 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15588 fi
15589 echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
15590 echo "${ECHO_T}$ac_cv_type_request_sense" >&6
15591 if test $ac_cv_type_request_sense = yes; then
15592
15593 cat >>confdefs.h <<_ACEOF
15594 #define HAVE_REQUEST_SENSE 1
15595 _ACEOF
15596
15597
15598 fi
15599
15600
15601 echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
15602 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6
15603 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
15604   echo $ECHO_N "(cached) $ECHO_C" >&6
15605 else
15606   cat >conftest.$ac_ext <<_ACEOF
15607 /* confdefs.h.  */
15608 _ACEOF
15609 cat confdefs.h >>conftest.$ac_ext
15610 cat >>conftest.$ac_ext <<_ACEOF
15611 /* end confdefs.h.  */
15612 #ifdef HAVE_LINUX_INPUT_H
15613 #include <linux/input.h>
15614 #endif
15615
15616 int
15617 main ()
15618 {
15619 static struct ff_effect ac_aggr;
15620 if (ac_aggr.direction)
15621 return 0;
15622   ;
15623   return 0;
15624 }
15625 _ACEOF
15626 rm -f conftest.$ac_objext
15627 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15628   (eval $ac_compile) 2>conftest.er1
15629   ac_status=$?
15630   grep -v '^ *+' conftest.er1 >conftest.err
15631   rm -f conftest.er1
15632   cat conftest.err >&5
15633   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15634   (exit $ac_status); } &&
15635          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
15636   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15637   (eval $ac_try) 2>&5
15638   ac_status=$?
15639   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15640   (exit $ac_status); }; } &&
15641          { ac_try='test -s conftest.$ac_objext'
15642   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15643   (eval $ac_try) 2>&5
15644   ac_status=$?
15645   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15646   (exit $ac_status); }; }; then
15647   ac_cv_member_struct_ff_effect_direction=yes
15648 else
15649   echo "$as_me: failed program was:" >&5
15650 sed 's/^/| /' conftest.$ac_ext >&5
15651
15652 cat >conftest.$ac_ext <<_ACEOF
15653 /* confdefs.h.  */
15654 _ACEOF
15655 cat confdefs.h >>conftest.$ac_ext
15656 cat >>conftest.$ac_ext <<_ACEOF
15657 /* end confdefs.h.  */
15658 #ifdef HAVE_LINUX_INPUT_H
15659 #include <linux/input.h>
15660 #endif
15661
15662 int
15663 main ()
15664 {
15665 static struct ff_effect ac_aggr;
15666 if (sizeof ac_aggr.direction)
15667 return 0;
15668   ;
15669   return 0;
15670 }
15671 _ACEOF
15672 rm -f conftest.$ac_objext
15673 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15674   (eval $ac_compile) 2>conftest.er1
15675   ac_status=$?
15676   grep -v '^ *+' conftest.er1 >conftest.err
15677   rm -f conftest.er1
15678   cat conftest.err >&5
15679   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15680   (exit $ac_status); } &&
15681          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
15682   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15683   (eval $ac_try) 2>&5
15684   ac_status=$?
15685   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15686   (exit $ac_status); }; } &&
15687          { ac_try='test -s conftest.$ac_objext'
15688   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15689   (eval $ac_try) 2>&5
15690   ac_status=$?
15691   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15692   (exit $ac_status); }; }; then
15693   ac_cv_member_struct_ff_effect_direction=yes
15694 else
15695   echo "$as_me: failed program was:" >&5
15696 sed 's/^/| /' conftest.$ac_ext >&5
15697
15698 ac_cv_member_struct_ff_effect_direction=no
15699 fi
15700 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15701 fi
15702 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15703 fi
15704 echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
15705 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6
15706 if test $ac_cv_member_struct_ff_effect_direction = yes; then
15707
15708 cat >>confdefs.h <<_ACEOF
15709 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15710 _ACEOF
15711
15712
15713 fi
15714
15715
15716 echo "$as_me:$LINENO: checking for sigaddset" >&5
15717 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6
15718 if test "${wine_cv_have_sigaddset+set}" = set; then
15719   echo $ECHO_N "(cached) $ECHO_C" >&6
15720 else
15721   cat >conftest.$ac_ext <<_ACEOF
15722 /* confdefs.h.  */
15723 _ACEOF
15724 cat confdefs.h >>conftest.$ac_ext
15725 cat >>conftest.$ac_ext <<_ACEOF
15726 /* end confdefs.h.  */
15727 #include <signal.h>
15728 int
15729 main ()
15730 {
15731 sigset_t set; sigaddset(&set,SIGTERM);
15732   ;
15733   return 0;
15734 }
15735 _ACEOF
15736 rm -f conftest.$ac_objext conftest$ac_exeext
15737 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15738   (eval $ac_link) 2>conftest.er1
15739   ac_status=$?
15740   grep -v '^ *+' conftest.er1 >conftest.err
15741   rm -f conftest.er1
15742   cat conftest.err >&5
15743   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15744   (exit $ac_status); } &&
15745          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
15746   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15747   (eval $ac_try) 2>&5
15748   ac_status=$?
15749   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15750   (exit $ac_status); }; } &&
15751          { ac_try='test -s conftest$ac_exeext'
15752   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15753   (eval $ac_try) 2>&5
15754   ac_status=$?
15755   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15756   (exit $ac_status); }; }; then
15757   wine_cv_have_sigaddset=yes
15758 else
15759   echo "$as_me: failed program was:" >&5
15760 sed 's/^/| /' conftest.$ac_ext >&5
15761
15762 wine_cv_have_sigaddset=no
15763 fi
15764 rm -f conftest.err conftest.$ac_objext \
15765       conftest$ac_exeext conftest.$ac_ext
15766 fi
15767 echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
15768 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6
15769 if test "$wine_cv_have_sigaddset" = "yes"
15770 then
15771
15772 cat >>confdefs.h <<\_ACEOF
15773 #define HAVE_SIGADDSET 1
15774 _ACEOF
15775
15776 fi
15777
15778
15779 echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15780 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6
15781 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
15782   echo $ECHO_N "(cached) $ECHO_C" >&6
15783 else
15784   cat >conftest.$ac_ext <<_ACEOF
15785 /* confdefs.h.  */
15786 _ACEOF
15787 cat confdefs.h >>conftest.$ac_ext
15788 cat >>conftest.$ac_ext <<_ACEOF
15789 /* end confdefs.h.  */
15790
15791 #include <netdb.h>
15792
15793 int
15794 main ()
15795 {
15796
15797     char *name=NULL;
15798     struct hostent he;
15799     struct hostent *result;
15800     char *buf=NULL;
15801     int bufsize=0;
15802     int res,errnr;
15803     char *addr=NULL;
15804     int addrlen=0;
15805     int addrtype=0;
15806     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
15807     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
15808
15809   ;
15810   return 0;
15811 }
15812 _ACEOF
15813 rm -f conftest.$ac_objext conftest$ac_exeext
15814 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15815   (eval $ac_link) 2>conftest.er1
15816   ac_status=$?
15817   grep -v '^ *+' conftest.er1 >conftest.err
15818   rm -f conftest.er1
15819   cat conftest.err >&5
15820   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15821   (exit $ac_status); } &&
15822          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
15823   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15824   (eval $ac_try) 2>&5
15825   ac_status=$?
15826   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15827   (exit $ac_status); }; } &&
15828          { ac_try='test -s conftest$ac_exeext'
15829   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15830   (eval $ac_try) 2>&5
15831   ac_status=$?
15832   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15833   (exit $ac_status); }; }; then
15834   wine_cv_linux_gethostbyname_r_6=yes
15835 else
15836   echo "$as_me: failed program was:" >&5
15837 sed 's/^/| /' conftest.$ac_ext >&5
15838
15839 wine_cv_linux_gethostbyname_r_6=no
15840
15841 fi
15842 rm -f conftest.err conftest.$ac_objext \
15843       conftest$ac_exeext conftest.$ac_ext
15844
15845 fi
15846 echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
15847 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6
15848    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
15849    then
15850
15851 cat >>confdefs.h <<\_ACEOF
15852 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
15853 _ACEOF
15854
15855    fi
15856
15857 if test "$ac_cv_header_linux_joystick_h" = "yes"
15858 then
15859    echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
15860 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6
15861 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
15862   echo $ECHO_N "(cached) $ECHO_C" >&6
15863 else
15864   cat >conftest.$ac_ext <<_ACEOF
15865 /* confdefs.h.  */
15866 _ACEOF
15867 cat confdefs.h >>conftest.$ac_ext
15868 cat >>conftest.$ac_ext <<_ACEOF
15869 /* end confdefs.h.  */
15870
15871         #include <sys/ioctl.h>
15872         #include <linux/joystick.h>
15873
15874         struct js_event blub;
15875         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
15876         #error "no 2.2 header"
15877         #endif
15878
15879 int
15880 main ()
15881 {
15882 /*empty*/
15883   ;
15884   return 0;
15885 }
15886 _ACEOF
15887 rm -f conftest.$ac_objext
15888 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15889   (eval $ac_compile) 2>conftest.er1
15890   ac_status=$?
15891   grep -v '^ *+' conftest.er1 >conftest.err
15892   rm -f conftest.er1
15893   cat conftest.err >&5
15894   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15895   (exit $ac_status); } &&
15896          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
15897   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15898   (eval $ac_try) 2>&5
15899   ac_status=$?
15900   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15901   (exit $ac_status); }; } &&
15902          { ac_try='test -s conftest.$ac_objext'
15903   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15904   (eval $ac_try) 2>&5
15905   ac_status=$?
15906   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15907   (exit $ac_status); }; }; then
15908   wine_cv_linux_joystick_22_api=yes
15909 else
15910   echo "$as_me: failed program was:" >&5
15911 sed 's/^/| /' conftest.$ac_ext >&5
15912
15913 wine_cv_linux_joystick_22_api=no
15914 fi
15915 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15916
15917 fi
15918 echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
15919 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6
15920    if test "$wine_cv_linux_joystick_22_api" = "yes"
15921    then
15922
15923 cat >>confdefs.h <<\_ACEOF
15924 #define HAVE_LINUX_22_JOYSTICK_API 1
15925 _ACEOF
15926
15927    fi
15928 fi
15929
15930
15931 if test "$ac_cv_header_sys_vfs_h" = "yes"
15932 then
15933     echo "$as_me:$LINENO: checking whether sys/vfs.h defines statfs" >&5
15934 echo $ECHO_N "checking whether sys/vfs.h defines statfs... $ECHO_C" >&6
15935 if test "${wine_cv_sys_vfs_has_statfs+set}" = set; then
15936   echo $ECHO_N "(cached) $ECHO_C" >&6
15937 else
15938   cat >conftest.$ac_ext <<_ACEOF
15939 /* confdefs.h.  */
15940 _ACEOF
15941 cat confdefs.h >>conftest.$ac_ext
15942 cat >>conftest.$ac_ext <<_ACEOF
15943 /* end confdefs.h.  */
15944
15945         #include <sys/types.h>
15946         #ifdef HAVE_SYS_PARAM_H
15947         # include <sys/param.h>
15948         #endif
15949         #include <sys/vfs.h>
15950
15951 int
15952 main ()
15953 {
15954
15955                 struct statfs stfs;
15956
15957                 memset(&stfs,0,sizeof(stfs));
15958
15959   ;
15960   return 0;
15961 }
15962 _ACEOF
15963 rm -f conftest.$ac_objext
15964 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15965   (eval $ac_compile) 2>conftest.er1
15966   ac_status=$?
15967   grep -v '^ *+' conftest.er1 >conftest.err
15968   rm -f conftest.er1
15969   cat conftest.err >&5
15970   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15971   (exit $ac_status); } &&
15972          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
15973   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15974   (eval $ac_try) 2>&5
15975   ac_status=$?
15976   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15977   (exit $ac_status); }; } &&
15978          { ac_try='test -s conftest.$ac_objext'
15979   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15980   (eval $ac_try) 2>&5
15981   ac_status=$?
15982   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15983   (exit $ac_status); }; }; then
15984   wine_cv_sys_vfs_has_statfs=yes
15985 else
15986   echo "$as_me: failed program was:" >&5
15987 sed 's/^/| /' conftest.$ac_ext >&5
15988
15989 wine_cv_sys_vfs_has_statfs=no
15990
15991 fi
15992 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15993
15994 fi
15995 echo "$as_me:$LINENO: result: $wine_cv_sys_vfs_has_statfs" >&5
15996 echo "${ECHO_T}$wine_cv_sys_vfs_has_statfs" >&6
15997     if test "$wine_cv_sys_vfs_has_statfs" = "yes"
15998     then
15999
16000 cat >>confdefs.h <<\_ACEOF
16001 #define STATFS_DEFINED_BY_SYS_VFS 1
16002 _ACEOF
16003
16004     fi
16005 fi
16006
16007 if test "$ac_cv_header_sys_statfs_h" = "yes"
16008 then
16009     echo "$as_me:$LINENO: checking whether sys/statfs.h defines statfs" >&5
16010 echo $ECHO_N "checking whether sys/statfs.h defines statfs... $ECHO_C" >&6
16011 if test "${wine_cv_sys_statfs_has_statfs+set}" = set; then
16012   echo $ECHO_N "(cached) $ECHO_C" >&6
16013 else
16014   cat >conftest.$ac_ext <<_ACEOF
16015 /* confdefs.h.  */
16016 _ACEOF
16017 cat confdefs.h >>conftest.$ac_ext
16018 cat >>conftest.$ac_ext <<_ACEOF
16019 /* end confdefs.h.  */
16020
16021         #include <sys/types.h>
16022         #ifdef HAVE_SYS_PARAM_H
16023         # include <sys/param.h>
16024         #endif
16025         #include <sys/statfs.h>
16026
16027 int
16028 main ()
16029 {
16030
16031                 struct statfs stfs;
16032
16033   ;
16034   return 0;
16035 }
16036 _ACEOF
16037 rm -f conftest.$ac_objext
16038 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16039   (eval $ac_compile) 2>conftest.er1
16040   ac_status=$?
16041   grep -v '^ *+' conftest.er1 >conftest.err
16042   rm -f conftest.er1
16043   cat conftest.err >&5
16044   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16045   (exit $ac_status); } &&
16046          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
16047   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16048   (eval $ac_try) 2>&5
16049   ac_status=$?
16050   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16051   (exit $ac_status); }; } &&
16052          { ac_try='test -s conftest.$ac_objext'
16053   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16054   (eval $ac_try) 2>&5
16055   ac_status=$?
16056   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16057   (exit $ac_status); }; }; then
16058   wine_cv_sys_statfs_has_statfs=yes
16059 else
16060   echo "$as_me: failed program was:" >&5
16061 sed 's/^/| /' conftest.$ac_ext >&5
16062
16063 wine_cv_sys_statfs_has_statfs=no
16064
16065 fi
16066 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16067
16068 fi
16069 echo "$as_me:$LINENO: result: $wine_cv_sys_statfs_has_statfs" >&5
16070 echo "${ECHO_T}$wine_cv_sys_statfs_has_statfs" >&6
16071     if test "$wine_cv_sys_statfs_has_statfs" = "yes"
16072     then
16073
16074 cat >>confdefs.h <<\_ACEOF
16075 #define STATFS_DEFINED_BY_SYS_STATFS 1
16076 _ACEOF
16077
16078     fi
16079 fi
16080
16081 if test "$ac_cv_header_sys_mount_h" = "yes"
16082 then
16083     echo "$as_me:$LINENO: checking whether sys/mount.h defines statfs" >&5
16084 echo $ECHO_N "checking whether sys/mount.h defines statfs... $ECHO_C" >&6
16085 if test "${wine_cv_sys_mount_has_statfs+set}" = set; then
16086   echo $ECHO_N "(cached) $ECHO_C" >&6
16087 else
16088   cat >conftest.$ac_ext <<_ACEOF
16089 /* confdefs.h.  */
16090 _ACEOF
16091 cat confdefs.h >>conftest.$ac_ext
16092 cat >>conftest.$ac_ext <<_ACEOF
16093 /* end confdefs.h.  */
16094
16095         #include <sys/types.h>
16096         #ifdef HAVE_SYS_PARAM_H
16097         # include <sys/param.h>
16098         #endif
16099         #include <sys/mount.h>
16100
16101 int
16102 main ()
16103 {
16104
16105                 struct statfs stfs;
16106
16107   ;
16108   return 0;
16109 }
16110 _ACEOF
16111 rm -f conftest.$ac_objext
16112 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16113   (eval $ac_compile) 2>conftest.er1
16114   ac_status=$?
16115   grep -v '^ *+' conftest.er1 >conftest.err
16116   rm -f conftest.er1
16117   cat conftest.err >&5
16118   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16119   (exit $ac_status); } &&
16120          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
16121   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16122   (eval $ac_try) 2>&5
16123   ac_status=$?
16124   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16125   (exit $ac_status); }; } &&
16126          { ac_try='test -s conftest.$ac_objext'
16127   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16128   (eval $ac_try) 2>&5
16129   ac_status=$?
16130   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16131   (exit $ac_status); }; }; then
16132   wine_cv_sys_mount_has_statfs=yes
16133 else
16134   echo "$as_me: failed program was:" >&5
16135 sed 's/^/| /' conftest.$ac_ext >&5
16136
16137 wine_cv_sys_mount_has_statfs=no
16138
16139 fi
16140 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16141
16142 fi
16143 echo "$as_me:$LINENO: result: $wine_cv_sys_mount_has_statfs" >&5
16144 echo "${ECHO_T}$wine_cv_sys_mount_has_statfs" >&6
16145     if test "$wine_cv_sys_mount_has_statfs" = "yes"
16146     then
16147
16148 cat >>confdefs.h <<\_ACEOF
16149 #define STATFS_DEFINED_BY_SYS_MOUNT 1
16150 _ACEOF
16151
16152     fi
16153 fi
16154
16155
16156 echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
16157 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6
16158 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
16159   echo $ECHO_N "(cached) $ECHO_C" >&6
16160 else
16161   cat >conftest.$ac_ext <<_ACEOF
16162 /* confdefs.h.  */
16163 _ACEOF
16164 cat confdefs.h >>conftest.$ac_ext
16165 cat >>conftest.$ac_ext <<_ACEOF
16166 /* end confdefs.h.  */
16167 #include <sys/types.h>
16168 #ifdef HAVE_SYS_PARAM_H
16169 # include <sys/param.h>
16170 #endif
16171 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
16172 # include <sys/mount.h>
16173 #else
16174 # ifdef STATFS_DEFINED_BY_SYS_VFS
16175 #  include <sys/vfs.h>
16176 # else
16177 #  ifdef STATFS_DEFINED_BY_SYS_STATFS
16178 #   include <sys/statfs.h>
16179 #  endif
16180 # endif
16181 #endif
16182
16183 int
16184 main ()
16185 {
16186 static struct statfs ac_aggr;
16187 if (ac_aggr.f_bfree)
16188 return 0;
16189   ;
16190   return 0;
16191 }
16192 _ACEOF
16193 rm -f conftest.$ac_objext
16194 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16195   (eval $ac_compile) 2>conftest.er1
16196   ac_status=$?
16197   grep -v '^ *+' conftest.er1 >conftest.err
16198   rm -f conftest.er1
16199   cat conftest.err >&5
16200   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16201   (exit $ac_status); } &&
16202          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
16203   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16204   (eval $ac_try) 2>&5
16205   ac_status=$?
16206   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16207   (exit $ac_status); }; } &&
16208          { ac_try='test -s conftest.$ac_objext'
16209   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16210   (eval $ac_try) 2>&5
16211   ac_status=$?
16212   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16213   (exit $ac_status); }; }; then
16214   ac_cv_member_struct_statfs_f_bfree=yes
16215 else
16216   echo "$as_me: failed program was:" >&5
16217 sed 's/^/| /' conftest.$ac_ext >&5
16218
16219 cat >conftest.$ac_ext <<_ACEOF
16220 /* confdefs.h.  */
16221 _ACEOF
16222 cat confdefs.h >>conftest.$ac_ext
16223 cat >>conftest.$ac_ext <<_ACEOF
16224 /* end confdefs.h.  */
16225 #include <sys/types.h>
16226 #ifdef HAVE_SYS_PARAM_H
16227 # include <sys/param.h>
16228 #endif
16229 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
16230 # include <sys/mount.h>
16231 #else
16232 # ifdef STATFS_DEFINED_BY_SYS_VFS
16233 #  include <sys/vfs.h>
16234 # else
16235 #  ifdef STATFS_DEFINED_BY_SYS_STATFS
16236 #   include <sys/statfs.h>
16237 #  endif
16238 # endif
16239 #endif
16240
16241 int
16242 main ()
16243 {
16244 static struct statfs ac_aggr;
16245 if (sizeof ac_aggr.f_bfree)
16246 return 0;
16247   ;
16248   return 0;
16249 }
16250 _ACEOF
16251 rm -f conftest.$ac_objext
16252 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16253   (eval $ac_compile) 2>conftest.er1
16254   ac_status=$?
16255   grep -v '^ *+' conftest.er1 >conftest.err
16256   rm -f conftest.er1
16257   cat conftest.err >&5
16258   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16259   (exit $ac_status); } &&
16260          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
16261   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16262   (eval $ac_try) 2>&5
16263   ac_status=$?
16264   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16265   (exit $ac_status); }; } &&
16266          { ac_try='test -s conftest.$ac_objext'
16267   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16268   (eval $ac_try) 2>&5
16269   ac_status=$?
16270   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16271   (exit $ac_status); }; }; then
16272   ac_cv_member_struct_statfs_f_bfree=yes
16273 else
16274   echo "$as_me: failed program was:" >&5
16275 sed 's/^/| /' conftest.$ac_ext >&5
16276
16277 ac_cv_member_struct_statfs_f_bfree=no
16278 fi
16279 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16280 fi
16281 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16282 fi
16283 echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
16284 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6
16285 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
16286
16287 cat >>confdefs.h <<_ACEOF
16288 #define HAVE_STRUCT_STATFS_F_BFREE 1
16289 _ACEOF
16290
16291
16292 fi
16293 echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
16294 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6
16295 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
16296   echo $ECHO_N "(cached) $ECHO_C" >&6
16297 else
16298   cat >conftest.$ac_ext <<_ACEOF
16299 /* confdefs.h.  */
16300 _ACEOF
16301 cat confdefs.h >>conftest.$ac_ext
16302 cat >>conftest.$ac_ext <<_ACEOF
16303 /* end confdefs.h.  */
16304 #include <sys/types.h>
16305 #ifdef HAVE_SYS_PARAM_H
16306 # include <sys/param.h>
16307 #endif
16308 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
16309 # include <sys/mount.h>
16310 #else
16311 # ifdef STATFS_DEFINED_BY_SYS_VFS
16312 #  include <sys/vfs.h>
16313 # else
16314 #  ifdef STATFS_DEFINED_BY_SYS_STATFS
16315 #   include <sys/statfs.h>
16316 #  endif
16317 # endif
16318 #endif
16319
16320 int
16321 main ()
16322 {
16323 static struct statfs ac_aggr;
16324 if (ac_aggr.f_bavail)
16325 return 0;
16326   ;
16327   return 0;
16328 }
16329 _ACEOF
16330 rm -f conftest.$ac_objext
16331 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16332   (eval $ac_compile) 2>conftest.er1
16333   ac_status=$?
16334   grep -v '^ *+' conftest.er1 >conftest.err
16335   rm -f conftest.er1
16336   cat conftest.err >&5
16337   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16338   (exit $ac_status); } &&
16339          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
16340   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16341   (eval $ac_try) 2>&5
16342   ac_status=$?
16343   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16344   (exit $ac_status); }; } &&
16345          { ac_try='test -s conftest.$ac_objext'
16346   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16347   (eval $ac_try) 2>&5
16348   ac_status=$?
16349   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16350   (exit $ac_status); }; }; then
16351   ac_cv_member_struct_statfs_f_bavail=yes
16352 else
16353   echo "$as_me: failed program was:" >&5
16354 sed 's/^/| /' conftest.$ac_ext >&5
16355
16356 cat >conftest.$ac_ext <<_ACEOF
16357 /* confdefs.h.  */
16358 _ACEOF
16359 cat confdefs.h >>conftest.$ac_ext
16360 cat >>conftest.$ac_ext <<_ACEOF
16361 /* end confdefs.h.  */
16362 #include <sys/types.h>
16363 #ifdef HAVE_SYS_PARAM_H
16364 # include <sys/param.h>
16365 #endif
16366 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
16367 # include <sys/mount.h>
16368 #else
16369 # ifdef STATFS_DEFINED_BY_SYS_VFS
16370 #  include <sys/vfs.h>
16371 # else
16372 #  ifdef STATFS_DEFINED_BY_SYS_STATFS
16373 #   include <sys/statfs.h>
16374 #  endif
16375 # endif
16376 #endif
16377
16378 int
16379 main ()
16380 {
16381 static struct statfs ac_aggr;
16382 if (sizeof ac_aggr.f_bavail)
16383 return 0;
16384   ;
16385   return 0;
16386 }
16387 _ACEOF
16388 rm -f conftest.$ac_objext
16389 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16390   (eval $ac_compile) 2>conftest.er1
16391   ac_status=$?
16392   grep -v '^ *+' conftest.er1 >conftest.err
16393   rm -f conftest.er1
16394   cat conftest.err >&5
16395   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16396   (exit $ac_status); } &&
16397          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
16398   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16399   (eval $ac_try) 2>&5
16400   ac_status=$?
16401   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16402   (exit $ac_status); }; } &&
16403          { ac_try='test -s conftest.$ac_objext'
16404   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16405   (eval $ac_try) 2>&5
16406   ac_status=$?
16407   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16408   (exit $ac_status); }; }; then
16409   ac_cv_member_struct_statfs_f_bavail=yes
16410 else
16411   echo "$as_me: failed program was:" >&5
16412 sed 's/^/| /' conftest.$ac_ext >&5
16413
16414 ac_cv_member_struct_statfs_f_bavail=no
16415 fi
16416 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16417 fi
16418 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16419 fi
16420 echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
16421 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6
16422 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
16423
16424 cat >>confdefs.h <<_ACEOF
16425 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
16426 _ACEOF
16427
16428
16429 fi
16430 echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
16431 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6
16432 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
16433   echo $ECHO_N "(cached) $ECHO_C" >&6
16434 else
16435   cat >conftest.$ac_ext <<_ACEOF
16436 /* confdefs.h.  */
16437 _ACEOF
16438 cat confdefs.h >>conftest.$ac_ext
16439 cat >>conftest.$ac_ext <<_ACEOF
16440 /* end confdefs.h.  */
16441 #include <sys/types.h>
16442 #ifdef HAVE_SYS_PARAM_H
16443 # include <sys/param.h>
16444 #endif
16445 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
16446 # include <sys/mount.h>
16447 #else
16448 # ifdef STATFS_DEFINED_BY_SYS_VFS
16449 #  include <sys/vfs.h>
16450 # else
16451 #  ifdef STATFS_DEFINED_BY_SYS_STATFS
16452 #   include <sys/statfs.h>
16453 #  endif
16454 # endif
16455 #endif
16456
16457 int
16458 main ()
16459 {
16460 static struct statfs ac_aggr;
16461 if (ac_aggr.f_frsize)
16462 return 0;
16463   ;
16464   return 0;
16465 }
16466 _ACEOF
16467 rm -f conftest.$ac_objext
16468 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16469   (eval $ac_compile) 2>conftest.er1
16470   ac_status=$?
16471   grep -v '^ *+' conftest.er1 >conftest.err
16472   rm -f conftest.er1
16473   cat conftest.err >&5
16474   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16475   (exit $ac_status); } &&
16476          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
16477   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16478   (eval $ac_try) 2>&5
16479   ac_status=$?
16480   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16481   (exit $ac_status); }; } &&
16482          { ac_try='test -s conftest.$ac_objext'
16483   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16484   (eval $ac_try) 2>&5
16485   ac_status=$?
16486   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16487   (exit $ac_status); }; }; then
16488   ac_cv_member_struct_statfs_f_frsize=yes
16489 else
16490   echo "$as_me: failed program was:" >&5
16491 sed 's/^/| /' conftest.$ac_ext >&5
16492
16493 cat >conftest.$ac_ext <<_ACEOF
16494 /* confdefs.h.  */
16495 _ACEOF
16496 cat confdefs.h >>conftest.$ac_ext
16497 cat >>conftest.$ac_ext <<_ACEOF
16498 /* end confdefs.h.  */
16499 #include <sys/types.h>
16500 #ifdef HAVE_SYS_PARAM_H
16501 # include <sys/param.h>
16502 #endif
16503 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
16504 # include <sys/mount.h>
16505 #else
16506 # ifdef STATFS_DEFINED_BY_SYS_VFS
16507 #  include <sys/vfs.h>
16508 # else
16509 #  ifdef STATFS_DEFINED_BY_SYS_STATFS
16510 #   include <sys/statfs.h>
16511 #  endif
16512 # endif
16513 #endif
16514
16515 int
16516 main ()
16517 {
16518 static struct statfs ac_aggr;
16519 if (sizeof ac_aggr.f_frsize)
16520 return 0;
16521   ;
16522   return 0;
16523 }
16524 _ACEOF
16525 rm -f conftest.$ac_objext
16526 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16527   (eval $ac_compile) 2>conftest.er1
16528   ac_status=$?
16529   grep -v '^ *+' conftest.er1 >conftest.err
16530   rm -f conftest.er1
16531   cat conftest.err >&5
16532   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16533   (exit $ac_status); } &&
16534          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
16535   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16536   (eval $ac_try) 2>&5
16537   ac_status=$?
16538   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16539   (exit $ac_status); }; } &&
16540          { ac_try='test -s conftest.$ac_objext'
16541   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16542   (eval $ac_try) 2>&5
16543   ac_status=$?
16544   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16545   (exit $ac_status); }; }; then
16546   ac_cv_member_struct_statfs_f_frsize=yes
16547 else
16548   echo "$as_me: failed program was:" >&5
16549 sed 's/^/| /' conftest.$ac_ext >&5
16550
16551 ac_cv_member_struct_statfs_f_frsize=no
16552 fi
16553 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16554 fi
16555 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16556 fi
16557 echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
16558 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6
16559 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
16560
16561 cat >>confdefs.h <<_ACEOF
16562 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
16563 _ACEOF
16564
16565
16566 fi
16567 echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
16568 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6
16569 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
16570   echo $ECHO_N "(cached) $ECHO_C" >&6
16571 else
16572   cat >conftest.$ac_ext <<_ACEOF
16573 /* confdefs.h.  */
16574 _ACEOF
16575 cat confdefs.h >>conftest.$ac_ext
16576 cat >>conftest.$ac_ext <<_ACEOF
16577 /* end confdefs.h.  */
16578 #include <sys/types.h>
16579 #ifdef HAVE_SYS_PARAM_H
16580 # include <sys/param.h>
16581 #endif
16582 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
16583 # include <sys/mount.h>
16584 #else
16585 # ifdef STATFS_DEFINED_BY_SYS_VFS
16586 #  include <sys/vfs.h>
16587 # else
16588 #  ifdef STATFS_DEFINED_BY_SYS_STATFS
16589 #   include <sys/statfs.h>
16590 #  endif
16591 # endif
16592 #endif
16593
16594 int
16595 main ()
16596 {
16597 static struct statfs ac_aggr;
16598 if (ac_aggr.f_ffree)
16599 return 0;
16600   ;
16601   return 0;
16602 }
16603 _ACEOF
16604 rm -f conftest.$ac_objext
16605 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16606   (eval $ac_compile) 2>conftest.er1
16607   ac_status=$?
16608   grep -v '^ *+' conftest.er1 >conftest.err
16609   rm -f conftest.er1
16610   cat conftest.err >&5
16611   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16612   (exit $ac_status); } &&
16613          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
16614   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16615   (eval $ac_try) 2>&5
16616   ac_status=$?
16617   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16618   (exit $ac_status); }; } &&
16619          { ac_try='test -s conftest.$ac_objext'
16620   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16621   (eval $ac_try) 2>&5
16622   ac_status=$?
16623   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16624   (exit $ac_status); }; }; then
16625   ac_cv_member_struct_statfs_f_ffree=yes
16626 else
16627   echo "$as_me: failed program was:" >&5
16628 sed 's/^/| /' conftest.$ac_ext >&5
16629
16630 cat >conftest.$ac_ext <<_ACEOF
16631 /* confdefs.h.  */
16632 _ACEOF
16633 cat confdefs.h >>conftest.$ac_ext
16634 cat >>conftest.$ac_ext <<_ACEOF
16635 /* end confdefs.h.  */
16636 #include <sys/types.h>
16637 #ifdef HAVE_SYS_PARAM_H
16638 # include <sys/param.h>
16639 #endif
16640 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
16641 # include <sys/mount.h>
16642 #else
16643 # ifdef STATFS_DEFINED_BY_SYS_VFS
16644 #  include <sys/vfs.h>
16645 # else
16646 #  ifdef STATFS_DEFINED_BY_SYS_STATFS
16647 #   include <sys/statfs.h>
16648 #  endif
16649 # endif
16650 #endif
16651
16652 int
16653 main ()
16654 {
16655 static struct statfs ac_aggr;
16656 if (sizeof ac_aggr.f_ffree)
16657 return 0;
16658   ;
16659   return 0;
16660 }
16661 _ACEOF
16662 rm -f conftest.$ac_objext
16663 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16664   (eval $ac_compile) 2>conftest.er1
16665   ac_status=$?
16666   grep -v '^ *+' conftest.er1 >conftest.err
16667   rm -f conftest.er1
16668   cat conftest.err >&5
16669   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16670   (exit $ac_status); } &&
16671          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
16672   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16673   (eval $ac_try) 2>&5
16674   ac_status=$?
16675   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16676   (exit $ac_status); }; } &&
16677          { ac_try='test -s conftest.$ac_objext'
16678   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16679   (eval $ac_try) 2>&5
16680   ac_status=$?
16681   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16682   (exit $ac_status); }; }; then
16683   ac_cv_member_struct_statfs_f_ffree=yes
16684 else
16685   echo "$as_me: failed program was:" >&5
16686 sed 's/^/| /' conftest.$ac_ext >&5
16687
16688 ac_cv_member_struct_statfs_f_ffree=no
16689 fi
16690 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16691 fi
16692 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16693 fi
16694 echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
16695 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6
16696 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
16697
16698 cat >>confdefs.h <<_ACEOF
16699 #define HAVE_STRUCT_STATFS_F_FFREE 1
16700 _ACEOF
16701
16702
16703 fi
16704 echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
16705 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6
16706 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
16707   echo $ECHO_N "(cached) $ECHO_C" >&6
16708 else
16709   cat >conftest.$ac_ext <<_ACEOF
16710 /* confdefs.h.  */
16711 _ACEOF
16712 cat confdefs.h >>conftest.$ac_ext
16713 cat >>conftest.$ac_ext <<_ACEOF
16714 /* end confdefs.h.  */
16715 #include <sys/types.h>
16716 #ifdef HAVE_SYS_PARAM_H
16717 # include <sys/param.h>
16718 #endif
16719 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
16720 # include <sys/mount.h>
16721 #else
16722 # ifdef STATFS_DEFINED_BY_SYS_VFS
16723 #  include <sys/vfs.h>
16724 # else
16725 #  ifdef STATFS_DEFINED_BY_SYS_STATFS
16726 #   include <sys/statfs.h>
16727 #  endif
16728 # endif
16729 #endif
16730
16731 int
16732 main ()
16733 {
16734 static struct statfs ac_aggr;
16735 if (ac_aggr.f_favail)
16736 return 0;
16737   ;
16738   return 0;
16739 }
16740 _ACEOF
16741 rm -f conftest.$ac_objext
16742 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16743   (eval $ac_compile) 2>conftest.er1
16744   ac_status=$?
16745   grep -v '^ *+' conftest.er1 >conftest.err
16746   rm -f conftest.er1
16747   cat conftest.err >&5
16748   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16749   (exit $ac_status); } &&
16750          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
16751   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16752   (eval $ac_try) 2>&5
16753   ac_status=$?
16754   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16755   (exit $ac_status); }; } &&
16756          { ac_try='test -s conftest.$ac_objext'
16757   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16758   (eval $ac_try) 2>&5
16759   ac_status=$?
16760   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16761   (exit $ac_status); }; }; then
16762   ac_cv_member_struct_statfs_f_favail=yes
16763 else
16764   echo "$as_me: failed program was:" >&5
16765 sed 's/^/| /' conftest.$ac_ext >&5
16766
16767 cat >conftest.$ac_ext <<_ACEOF
16768 /* confdefs.h.  */
16769 _ACEOF
16770 cat confdefs.h >>conftest.$ac_ext
16771 cat >>conftest.$ac_ext <<_ACEOF
16772 /* end confdefs.h.  */
16773 #include <sys/types.h>
16774 #ifdef HAVE_SYS_PARAM_H
16775 # include <sys/param.h>
16776 #endif
16777 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
16778 # include <sys/mount.h>
16779 #else
16780 # ifdef STATFS_DEFINED_BY_SYS_VFS
16781 #  include <sys/vfs.h>
16782 # else
16783 #  ifdef STATFS_DEFINED_BY_SYS_STATFS
16784 #   include <sys/statfs.h>
16785 #  endif
16786 # endif
16787 #endif
16788
16789 int
16790 main ()
16791 {
16792 static struct statfs ac_aggr;
16793 if (sizeof ac_aggr.f_favail)
16794 return 0;
16795   ;
16796   return 0;
16797 }
16798 _ACEOF
16799 rm -f conftest.$ac_objext
16800 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16801   (eval $ac_compile) 2>conftest.er1
16802   ac_status=$?
16803   grep -v '^ *+' conftest.er1 >conftest.err
16804   rm -f conftest.er1
16805   cat conftest.err >&5
16806   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16807   (exit $ac_status); } &&
16808          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
16809   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16810   (eval $ac_try) 2>&5
16811   ac_status=$?
16812   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16813   (exit $ac_status); }; } &&
16814          { ac_try='test -s conftest.$ac_objext'
16815   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16816   (eval $ac_try) 2>&5
16817   ac_status=$?
16818   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16819   (exit $ac_status); }; }; then
16820   ac_cv_member_struct_statfs_f_favail=yes
16821 else
16822   echo "$as_me: failed program was:" >&5
16823 sed 's/^/| /' conftest.$ac_ext >&5
16824
16825 ac_cv_member_struct_statfs_f_favail=no
16826 fi
16827 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16828 fi
16829 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16830 fi
16831 echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
16832 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6
16833 if test $ac_cv_member_struct_statfs_f_favail = yes; then
16834
16835 cat >>confdefs.h <<_ACEOF
16836 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16837 _ACEOF
16838
16839
16840 fi
16841 echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
16842 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6
16843 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
16844   echo $ECHO_N "(cached) $ECHO_C" >&6
16845 else
16846   cat >conftest.$ac_ext <<_ACEOF
16847 /* confdefs.h.  */
16848 _ACEOF
16849 cat confdefs.h >>conftest.$ac_ext
16850 cat >>conftest.$ac_ext <<_ACEOF
16851 /* end confdefs.h.  */
16852 #include <sys/types.h>
16853 #ifdef HAVE_SYS_PARAM_H
16854 # include <sys/param.h>
16855 #endif
16856 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
16857 # include <sys/mount.h>
16858 #else
16859 # ifdef STATFS_DEFINED_BY_SYS_VFS
16860 #  include <sys/vfs.h>
16861 # else
16862 #  ifdef STATFS_DEFINED_BY_SYS_STATFS
16863 #   include <sys/statfs.h>
16864 #  endif
16865 # endif
16866 #endif
16867
16868 int
16869 main ()
16870 {
16871 static struct statfs ac_aggr;
16872 if (ac_aggr.f_namelen)
16873 return 0;
16874   ;
16875   return 0;
16876 }
16877 _ACEOF
16878 rm -f conftest.$ac_objext
16879 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16880   (eval $ac_compile) 2>conftest.er1
16881   ac_status=$?
16882   grep -v '^ *+' conftest.er1 >conftest.err
16883   rm -f conftest.er1
16884   cat conftest.err >&5
16885   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16886   (exit $ac_status); } &&
16887          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
16888   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16889   (eval $ac_try) 2>&5
16890   ac_status=$?
16891   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16892   (exit $ac_status); }; } &&
16893          { ac_try='test -s conftest.$ac_objext'
16894   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16895   (eval $ac_try) 2>&5
16896   ac_status=$?
16897   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16898   (exit $ac_status); }; }; then
16899   ac_cv_member_struct_statfs_f_namelen=yes
16900 else
16901   echo "$as_me: failed program was:" >&5
16902 sed 's/^/| /' conftest.$ac_ext >&5
16903
16904 cat >conftest.$ac_ext <<_ACEOF
16905 /* confdefs.h.  */
16906 _ACEOF
16907 cat confdefs.h >>conftest.$ac_ext
16908 cat >>conftest.$ac_ext <<_ACEOF
16909 /* end confdefs.h.  */
16910 #include <sys/types.h>
16911 #ifdef HAVE_SYS_PARAM_H
16912 # include <sys/param.h>
16913 #endif
16914 #ifdef STATFS_DEFINED_BY_SYS_MOUNT
16915 # include <sys/mount.h>
16916 #else
16917 # ifdef STATFS_DEFINED_BY_SYS_VFS
16918 #  include <sys/vfs.h>
16919 # else
16920 #  ifdef STATFS_DEFINED_BY_SYS_STATFS
16921 #   include <sys/statfs.h>
16922 #  endif
16923 # endif
16924 #endif
16925
16926 int
16927 main ()
16928 {
16929 static struct statfs ac_aggr;
16930 if (sizeof ac_aggr.f_namelen)
16931 return 0;
16932   ;
16933   return 0;
16934 }
16935 _ACEOF
16936 rm -f conftest.$ac_objext
16937 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16938   (eval $ac_compile) 2>conftest.er1
16939   ac_status=$?
16940   grep -v '^ *+' conftest.er1 >conftest.err
16941   rm -f conftest.er1
16942   cat conftest.err >&5
16943   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16944   (exit $ac_status); } &&
16945          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
16946   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16947   (eval $ac_try) 2>&5
16948   ac_status=$?
16949   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16950   (exit $ac_status); }; } &&
16951          { ac_try='test -s conftest.$ac_objext'
16952   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16953   (eval $ac_try) 2>&5
16954   ac_status=$?
16955   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16956   (exit $ac_status); }; }; then
16957   ac_cv_member_struct_statfs_f_namelen=yes
16958 else
16959   echo "$as_me: failed program was:" >&5
16960 sed 's/^/| /' conftest.$ac_ext >&5
16961
16962 ac_cv_member_struct_statfs_f_namelen=no
16963 fi
16964 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16965 fi
16966 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16967 fi
16968 echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
16969 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6
16970 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
16971
16972 cat >>confdefs.h <<_ACEOF
16973 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16974 _ACEOF
16975
16976
16977 fi
16978
16979
16980 echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
16981 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6
16982 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
16983   echo $ECHO_N "(cached) $ECHO_C" >&6
16984 else
16985   cat >conftest.$ac_ext <<_ACEOF
16986 /* confdefs.h.  */
16987 _ACEOF
16988 cat confdefs.h >>conftest.$ac_ext
16989 cat >>conftest.$ac_ext <<_ACEOF
16990 /* end confdefs.h.  */
16991 #ifdef HAVE_SYS_STATVFS_H
16992 #include <sys/statvfs.h>
16993 #endif
16994
16995 int
16996 main ()
16997 {
16998 static struct statvfs ac_aggr;
16999 if (ac_aggr.f_blocks)
17000 return 0;
17001   ;
17002   return 0;
17003 }
17004 _ACEOF
17005 rm -f conftest.$ac_objext
17006 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17007   (eval $ac_compile) 2>conftest.er1
17008   ac_status=$?
17009   grep -v '^ *+' conftest.er1 >conftest.err
17010   rm -f conftest.er1
17011   cat conftest.err >&5
17012   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17013   (exit $ac_status); } &&
17014          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
17015   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17016   (eval $ac_try) 2>&5
17017   ac_status=$?
17018   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17019   (exit $ac_status); }; } &&
17020          { ac_try='test -s conftest.$ac_objext'
17021   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17022   (eval $ac_try) 2>&5
17023   ac_status=$?
17024   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17025   (exit $ac_status); }; }; then
17026   ac_cv_member_struct_statvfs_f_blocks=yes
17027 else
17028   echo "$as_me: failed program was:" >&5
17029 sed 's/^/| /' conftest.$ac_ext >&5
17030
17031 cat >conftest.$ac_ext <<_ACEOF
17032 /* confdefs.h.  */
17033 _ACEOF
17034 cat confdefs.h >>conftest.$ac_ext
17035 cat >>conftest.$ac_ext <<_ACEOF
17036 /* end confdefs.h.  */
17037 #ifdef HAVE_SYS_STATVFS_H
17038 #include <sys/statvfs.h>
17039 #endif
17040
17041 int
17042 main ()
17043 {
17044 static struct statvfs ac_aggr;
17045 if (sizeof ac_aggr.f_blocks)
17046 return 0;
17047   ;
17048   return 0;
17049 }
17050 _ACEOF
17051 rm -f conftest.$ac_objext
17052 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17053   (eval $ac_compile) 2>conftest.er1
17054   ac_status=$?
17055   grep -v '^ *+' conftest.er1 >conftest.err
17056   rm -f conftest.er1
17057   cat conftest.err >&5
17058   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17059   (exit $ac_status); } &&
17060          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
17061   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17062   (eval $ac_try) 2>&5
17063   ac_status=$?
17064   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17065   (exit $ac_status); }; } &&
17066          { ac_try='test -s conftest.$ac_objext'
17067   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17068   (eval $ac_try) 2>&5
17069   ac_status=$?
17070   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17071   (exit $ac_status); }; }; then
17072   ac_cv_member_struct_statvfs_f_blocks=yes
17073 else
17074   echo "$as_me: failed program was:" >&5
17075 sed 's/^/| /' conftest.$ac_ext >&5
17076
17077 ac_cv_member_struct_statvfs_f_blocks=no
17078 fi
17079 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17080 fi
17081 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17082 fi
17083 echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
17084 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6
17085 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
17086
17087 cat >>confdefs.h <<_ACEOF
17088 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
17089 _ACEOF
17090
17091
17092 fi
17093
17094
17095 echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
17096 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6
17097 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
17098   echo $ECHO_N "(cached) $ECHO_C" >&6
17099 else
17100   cat >conftest.$ac_ext <<_ACEOF
17101 /* confdefs.h.  */
17102 _ACEOF
17103 cat confdefs.h >>conftest.$ac_ext
17104 cat >>conftest.$ac_ext <<_ACEOF
17105 /* end confdefs.h.  */
17106 #include <sys/types.h>
17107 #ifdef HAVE_SYS_SOCKET_H
17108 # include <sys/socket.h>
17109 #endif
17110 #ifdef HAVE_SYS_UN_H
17111 # include <sys/un.h>
17112 #endif
17113
17114 int
17115 main ()
17116 {
17117 static struct msghdr ac_aggr;
17118 if (ac_aggr.msg_accrights)
17119 return 0;
17120   ;
17121   return 0;
17122 }
17123 _ACEOF
17124 rm -f conftest.$ac_objext
17125 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17126   (eval $ac_compile) 2>conftest.er1
17127   ac_status=$?
17128   grep -v '^ *+' conftest.er1 >conftest.err
17129   rm -f conftest.er1
17130   cat conftest.err >&5
17131   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17132   (exit $ac_status); } &&
17133          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
17134   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17135   (eval $ac_try) 2>&5
17136   ac_status=$?
17137   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17138   (exit $ac_status); }; } &&
17139          { ac_try='test -s conftest.$ac_objext'
17140   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17141   (eval $ac_try) 2>&5
17142   ac_status=$?
17143   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17144   (exit $ac_status); }; }; then
17145   ac_cv_member_struct_msghdr_msg_accrights=yes
17146 else
17147   echo "$as_me: failed program was:" >&5
17148 sed 's/^/| /' conftest.$ac_ext >&5
17149
17150 cat >conftest.$ac_ext <<_ACEOF
17151 /* confdefs.h.  */
17152 _ACEOF
17153 cat confdefs.h >>conftest.$ac_ext
17154 cat >>conftest.$ac_ext <<_ACEOF
17155 /* end confdefs.h.  */
17156 #include <sys/types.h>
17157 #ifdef HAVE_SYS_SOCKET_H
17158 # include <sys/socket.h>
17159 #endif
17160 #ifdef HAVE_SYS_UN_H
17161 # include <sys/un.h>
17162 #endif
17163
17164 int
17165 main ()
17166 {
17167 static struct msghdr ac_aggr;
17168 if (sizeof ac_aggr.msg_accrights)
17169 return 0;
17170   ;
17171   return 0;
17172 }
17173 _ACEOF
17174 rm -f conftest.$ac_objext
17175 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17176   (eval $ac_compile) 2>conftest.er1
17177   ac_status=$?
17178   grep -v '^ *+' conftest.er1 >conftest.err
17179   rm -f conftest.er1
17180   cat conftest.err >&5
17181   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17182   (exit $ac_status); } &&
17183          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
17184   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17185   (eval $ac_try) 2>&5
17186   ac_status=$?
17187   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17188   (exit $ac_status); }; } &&
17189          { ac_try='test -s conftest.$ac_objext'
17190   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17191   (eval $ac_try) 2>&5
17192   ac_status=$?
17193   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17194   (exit $ac_status); }; }; then
17195   ac_cv_member_struct_msghdr_msg_accrights=yes
17196 else
17197   echo "$as_me: failed program was:" >&5
17198 sed 's/^/| /' conftest.$ac_ext >&5
17199
17200 ac_cv_member_struct_msghdr_msg_accrights=no
17201 fi
17202 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17203 fi
17204 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17205 fi
17206 echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
17207 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6
17208 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
17209
17210 cat >>confdefs.h <<_ACEOF
17211 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
17212 _ACEOF
17213
17214
17215 fi
17216 echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
17217 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6
17218 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
17219   echo $ECHO_N "(cached) $ECHO_C" >&6
17220 else
17221   cat >conftest.$ac_ext <<_ACEOF
17222 /* confdefs.h.  */
17223 _ACEOF
17224 cat confdefs.h >>conftest.$ac_ext
17225 cat >>conftest.$ac_ext <<_ACEOF
17226 /* end confdefs.h.  */
17227 #include <sys/types.h>
17228 #ifdef HAVE_SYS_SOCKET_H
17229 # include <sys/socket.h>
17230 #endif
17231 #ifdef HAVE_SYS_UN_H
17232 # include <sys/un.h>
17233 #endif
17234
17235 int
17236 main ()
17237 {
17238 static struct sockaddr ac_aggr;
17239 if (ac_aggr.sa_len)
17240 return 0;
17241   ;
17242   return 0;
17243 }
17244 _ACEOF
17245 rm -f conftest.$ac_objext
17246 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17247   (eval $ac_compile) 2>conftest.er1
17248   ac_status=$?
17249   grep -v '^ *+' conftest.er1 >conftest.err
17250   rm -f conftest.er1
17251   cat conftest.err >&5
17252   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17253   (exit $ac_status); } &&
17254          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
17255   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17256   (eval $ac_try) 2>&5
17257   ac_status=$?
17258   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17259   (exit $ac_status); }; } &&
17260          { ac_try='test -s conftest.$ac_objext'
17261   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17262   (eval $ac_try) 2>&5
17263   ac_status=$?
17264   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17265   (exit $ac_status); }; }; then
17266   ac_cv_member_struct_sockaddr_sa_len=yes
17267 else
17268   echo "$as_me: failed program was:" >&5
17269 sed 's/^/| /' conftest.$ac_ext >&5
17270
17271 cat >conftest.$ac_ext <<_ACEOF
17272 /* confdefs.h.  */
17273 _ACEOF
17274 cat confdefs.h >>conftest.$ac_ext
17275 cat >>conftest.$ac_ext <<_ACEOF
17276 /* end confdefs.h.  */
17277 #include <sys/types.h>
17278 #ifdef HAVE_SYS_SOCKET_H
17279 # include <sys/socket.h>
17280 #endif
17281 #ifdef HAVE_SYS_UN_H
17282 # include <sys/un.h>
17283 #endif
17284
17285 int
17286 main ()
17287 {
17288 static struct sockaddr ac_aggr;
17289 if (sizeof ac_aggr.sa_len)
17290 return 0;
17291   ;
17292   return 0;
17293 }
17294 _ACEOF
17295 rm -f conftest.$ac_objext
17296 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17297   (eval $ac_compile) 2>conftest.er1
17298   ac_status=$?
17299   grep -v '^ *+' conftest.er1 >conftest.err
17300   rm -f conftest.er1
17301   cat conftest.err >&5
17302   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17303   (exit $ac_status); } &&
17304          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
17305   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17306   (eval $ac_try) 2>&5
17307   ac_status=$?
17308   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17309   (exit $ac_status); }; } &&
17310          { ac_try='test -s conftest.$ac_objext'
17311   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17312   (eval $ac_try) 2>&5
17313   ac_status=$?
17314   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17315   (exit $ac_status); }; }; then
17316   ac_cv_member_struct_sockaddr_sa_len=yes
17317 else
17318   echo "$as_me: failed program was:" >&5
17319 sed 's/^/| /' conftest.$ac_ext >&5
17320
17321 ac_cv_member_struct_sockaddr_sa_len=no
17322 fi
17323 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17324 fi
17325 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17326 fi
17327 echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
17328 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6
17329 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
17330
17331 cat >>confdefs.h <<_ACEOF
17332 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
17333 _ACEOF
17334
17335
17336 fi
17337 echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
17338 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6
17339 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
17340   echo $ECHO_N "(cached) $ECHO_C" >&6
17341 else
17342   cat >conftest.$ac_ext <<_ACEOF
17343 /* confdefs.h.  */
17344 _ACEOF
17345 cat confdefs.h >>conftest.$ac_ext
17346 cat >>conftest.$ac_ext <<_ACEOF
17347 /* end confdefs.h.  */
17348 #include <sys/types.h>
17349 #ifdef HAVE_SYS_SOCKET_H
17350 # include <sys/socket.h>
17351 #endif
17352 #ifdef HAVE_SYS_UN_H
17353 # include <sys/un.h>
17354 #endif
17355
17356 int
17357 main ()
17358 {
17359 static struct sockaddr_un ac_aggr;
17360 if (ac_aggr.sun_len)
17361 return 0;
17362   ;
17363   return 0;
17364 }
17365 _ACEOF
17366 rm -f conftest.$ac_objext
17367 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17368   (eval $ac_compile) 2>conftest.er1
17369   ac_status=$?
17370   grep -v '^ *+' conftest.er1 >conftest.err
17371   rm -f conftest.er1
17372   cat conftest.err >&5
17373   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17374   (exit $ac_status); } &&
17375          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
17376   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17377   (eval $ac_try) 2>&5
17378   ac_status=$?
17379   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17380   (exit $ac_status); }; } &&
17381          { ac_try='test -s conftest.$ac_objext'
17382   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17383   (eval $ac_try) 2>&5
17384   ac_status=$?
17385   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17386   (exit $ac_status); }; }; then
17387   ac_cv_member_struct_sockaddr_un_sun_len=yes
17388 else
17389   echo "$as_me: failed program was:" >&5
17390 sed 's/^/| /' conftest.$ac_ext >&5
17391
17392 cat >conftest.$ac_ext <<_ACEOF
17393 /* confdefs.h.  */
17394 _ACEOF
17395 cat confdefs.h >>conftest.$ac_ext
17396 cat >>conftest.$ac_ext <<_ACEOF
17397 /* end confdefs.h.  */
17398 #include <sys/types.h>
17399 #ifdef HAVE_SYS_SOCKET_H
17400 # include <sys/socket.h>
17401 #endif
17402 #ifdef HAVE_SYS_UN_H
17403 # include <sys/un.h>
17404 #endif
17405
17406 int
17407 main ()
17408 {
17409 static struct sockaddr_un ac_aggr;
17410 if (sizeof ac_aggr.sun_len)
17411 return 0;
17412   ;
17413   return 0;
17414 }
17415 _ACEOF
17416 rm -f conftest.$ac_objext
17417 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17418   (eval $ac_compile) 2>conftest.er1
17419   ac_status=$?
17420   grep -v '^ *+' conftest.er1 >conftest.err
17421   rm -f conftest.er1
17422   cat conftest.err >&5
17423   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17424   (exit $ac_status); } &&
17425          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
17426   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17427   (eval $ac_try) 2>&5
17428   ac_status=$?
17429   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17430   (exit $ac_status); }; } &&
17431          { ac_try='test -s conftest.$ac_objext'
17432   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17433   (eval $ac_try) 2>&5
17434   ac_status=$?
17435   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17436   (exit $ac_status); }; }; then
17437   ac_cv_member_struct_sockaddr_un_sun_len=yes
17438 else
17439   echo "$as_me: failed program was:" >&5
17440 sed 's/^/| /' conftest.$ac_ext >&5
17441
17442 ac_cv_member_struct_sockaddr_un_sun_len=no
17443 fi
17444 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17445 fi
17446 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17447 fi
17448 echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
17449 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6
17450 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
17451
17452 cat >>confdefs.h <<_ACEOF
17453 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
17454 _ACEOF
17455
17456
17457 fi
17458
17459
17460 echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
17461 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6
17462 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
17463   echo $ECHO_N "(cached) $ECHO_C" >&6
17464 else
17465   cat >conftest.$ac_ext <<_ACEOF
17466 /* confdefs.h.  */
17467 _ACEOF
17468 cat confdefs.h >>conftest.$ac_ext
17469 cat >>conftest.$ac_ext <<_ACEOF
17470 /* end confdefs.h.  */
17471 #include <sys/types.h>
17472 #ifdef HAVE_SCSI_SG_H
17473 #include <scsi/sg.h>
17474 #endif
17475
17476 int
17477 main ()
17478 {
17479 static scsireq_t ac_aggr;
17480 if (ac_aggr.cmd)
17481 return 0;
17482   ;
17483   return 0;
17484 }
17485 _ACEOF
17486 rm -f conftest.$ac_objext
17487 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17488   (eval $ac_compile) 2>conftest.er1
17489   ac_status=$?
17490   grep -v '^ *+' conftest.er1 >conftest.err
17491   rm -f conftest.er1
17492   cat conftest.err >&5
17493   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17494   (exit $ac_status); } &&
17495          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
17496   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17497   (eval $ac_try) 2>&5
17498   ac_status=$?
17499   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17500   (exit $ac_status); }; } &&
17501          { ac_try='test -s conftest.$ac_objext'
17502   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17503   (eval $ac_try) 2>&5
17504   ac_status=$?
17505   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17506   (exit $ac_status); }; }; then
17507   ac_cv_member_scsireq_t_cmd=yes
17508 else
17509   echo "$as_me: failed program was:" >&5
17510 sed 's/^/| /' conftest.$ac_ext >&5
17511
17512 cat >conftest.$ac_ext <<_ACEOF
17513 /* confdefs.h.  */
17514 _ACEOF
17515 cat confdefs.h >>conftest.$ac_ext
17516 cat >>conftest.$ac_ext <<_ACEOF
17517 /* end confdefs.h.  */
17518 #include <sys/types.h>
17519 #ifdef HAVE_SCSI_SG_H
17520 #include <scsi/sg.h>
17521 #endif
17522
17523 int
17524 main ()
17525 {
17526 static scsireq_t ac_aggr;
17527 if (sizeof ac_aggr.cmd)
17528 return 0;
17529   ;
17530   return 0;
17531 }
17532 _ACEOF
17533 rm -f conftest.$ac_objext
17534 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17535   (eval $ac_compile) 2>conftest.er1
17536   ac_status=$?
17537   grep -v '^ *+' conftest.er1 >conftest.err
17538   rm -f conftest.er1
17539   cat conftest.err >&5
17540   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17541   (exit $ac_status); } &&
17542          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
17543   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17544   (eval $ac_try) 2>&5
17545   ac_status=$?
17546   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17547   (exit $ac_status); }; } &&
17548          { ac_try='test -s conftest.$ac_objext'
17549   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17550   (eval $ac_try) 2>&5
17551   ac_status=$?
17552   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17553   (exit $ac_status); }; }; then
17554   ac_cv_member_scsireq_t_cmd=yes
17555 else
17556   echo "$as_me: failed program was:" >&5
17557 sed 's/^/| /' conftest.$ac_ext >&5
17558
17559 ac_cv_member_scsireq_t_cmd=no
17560 fi
17561 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17562 fi
17563 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17564 fi
17565 echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
17566 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6
17567 if test $ac_cv_member_scsireq_t_cmd = yes; then
17568
17569 cat >>confdefs.h <<_ACEOF
17570 #define HAVE_SCSIREQ_T_CMD 1
17571 _ACEOF
17572
17573
17574 fi
17575 echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
17576 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6
17577 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
17578   echo $ECHO_N "(cached) $ECHO_C" >&6
17579 else
17580   cat >conftest.$ac_ext <<_ACEOF
17581 /* confdefs.h.  */
17582 _ACEOF
17583 cat confdefs.h >>conftest.$ac_ext
17584 cat >>conftest.$ac_ext <<_ACEOF
17585 /* end confdefs.h.  */
17586 #include <sys/types.h>
17587 #ifdef HAVE_SCSI_SG_H
17588 #include <scsi/sg.h>
17589 #endif
17590
17591 int
17592 main ()
17593 {
17594 static sg_io_hdr_t ac_aggr;
17595 if (ac_aggr.interface_id)
17596 return 0;
17597   ;
17598   return 0;
17599 }
17600 _ACEOF
17601 rm -f conftest.$ac_objext
17602 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17603   (eval $ac_compile) 2>conftest.er1
17604   ac_status=$?
17605   grep -v '^ *+' conftest.er1 >conftest.err
17606   rm -f conftest.er1
17607   cat conftest.err >&5
17608   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17609   (exit $ac_status); } &&
17610          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
17611   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17612   (eval $ac_try) 2>&5
17613   ac_status=$?
17614   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17615   (exit $ac_status); }; } &&
17616          { ac_try='test -s conftest.$ac_objext'
17617   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17618   (eval $ac_try) 2>&5
17619   ac_status=$?
17620   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17621   (exit $ac_status); }; }; then
17622   ac_cv_member_sg_io_hdr_t_interface_id=yes
17623 else
17624   echo "$as_me: failed program was:" >&5
17625 sed 's/^/| /' conftest.$ac_ext >&5
17626
17627 cat >conftest.$ac_ext <<_ACEOF
17628 /* confdefs.h.  */
17629 _ACEOF
17630 cat confdefs.h >>conftest.$ac_ext
17631 cat >>conftest.$ac_ext <<_ACEOF
17632 /* end confdefs.h.  */
17633 #include <sys/types.h>
17634 #ifdef HAVE_SCSI_SG_H
17635 #include <scsi/sg.h>
17636 #endif
17637
17638 int
17639 main ()
17640 {
17641 static sg_io_hdr_t ac_aggr;
17642 if (sizeof ac_aggr.interface_id)
17643 return 0;
17644   ;
17645   return 0;
17646 }
17647 _ACEOF
17648 rm -f conftest.$ac_objext
17649 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17650   (eval $ac_compile) 2>conftest.er1
17651   ac_status=$?
17652   grep -v '^ *+' conftest.er1 >conftest.err
17653   rm -f conftest.er1
17654   cat conftest.err >&5
17655   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17656   (exit $ac_status); } &&
17657          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
17658   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17659   (eval $ac_try) 2>&5
17660   ac_status=$?
17661   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17662   (exit $ac_status); }; } &&
17663          { ac_try='test -s conftest.$ac_objext'
17664   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17665   (eval $ac_try) 2>&5
17666   ac_status=$?
17667   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17668   (exit $ac_status); }; }; then
17669   ac_cv_member_sg_io_hdr_t_interface_id=yes
17670 else
17671   echo "$as_me: failed program was:" >&5
17672 sed 's/^/| /' conftest.$ac_ext >&5
17673
17674 ac_cv_member_sg_io_hdr_t_interface_id=no
17675 fi
17676 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17677 fi
17678 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17679 fi
17680 echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
17681 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6
17682 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
17683
17684 cat >>confdefs.h <<_ACEOF
17685 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
17686 _ACEOF
17687
17688
17689 fi
17690
17691
17692 echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
17693 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6
17694 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
17695   echo $ECHO_N "(cached) $ECHO_C" >&6
17696 else
17697   cat >conftest.$ac_ext <<_ACEOF
17698 /* confdefs.h.  */
17699 _ACEOF
17700 cat confdefs.h >>conftest.$ac_ext
17701 cat >>conftest.$ac_ext <<_ACEOF
17702 /* end confdefs.h.  */
17703 #include <signal.h>
17704
17705 int
17706 main ()
17707 {
17708 static siginfo_t ac_aggr;
17709 if (ac_aggr.si_fd)
17710 return 0;
17711   ;
17712   return 0;
17713 }
17714 _ACEOF
17715 rm -f conftest.$ac_objext
17716 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17717   (eval $ac_compile) 2>conftest.er1
17718   ac_status=$?
17719   grep -v '^ *+' conftest.er1 >conftest.err
17720   rm -f conftest.er1
17721   cat conftest.err >&5
17722   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17723   (exit $ac_status); } &&
17724          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
17725   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17726   (eval $ac_try) 2>&5
17727   ac_status=$?
17728   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17729   (exit $ac_status); }; } &&
17730          { ac_try='test -s conftest.$ac_objext'
17731   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17732   (eval $ac_try) 2>&5
17733   ac_status=$?
17734   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17735   (exit $ac_status); }; }; then
17736   ac_cv_member_siginfo_t_si_fd=yes
17737 else
17738   echo "$as_me: failed program was:" >&5
17739 sed 's/^/| /' conftest.$ac_ext >&5
17740
17741 cat >conftest.$ac_ext <<_ACEOF
17742 /* confdefs.h.  */
17743 _ACEOF
17744 cat confdefs.h >>conftest.$ac_ext
17745 cat >>conftest.$ac_ext <<_ACEOF
17746 /* end confdefs.h.  */
17747 #include <signal.h>
17748
17749 int
17750 main ()
17751 {
17752 static siginfo_t ac_aggr;
17753 if (sizeof ac_aggr.si_fd)
17754 return 0;
17755   ;
17756   return 0;
17757 }
17758 _ACEOF
17759 rm -f conftest.$ac_objext
17760 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17761   (eval $ac_compile) 2>conftest.er1
17762   ac_status=$?
17763   grep -v '^ *+' conftest.er1 >conftest.err
17764   rm -f conftest.er1
17765   cat conftest.err >&5
17766   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17767   (exit $ac_status); } &&
17768          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
17769   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17770   (eval $ac_try) 2>&5
17771   ac_status=$?
17772   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17773   (exit $ac_status); }; } &&
17774          { ac_try='test -s conftest.$ac_objext'
17775   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17776   (eval $ac_try) 2>&5
17777   ac_status=$?
17778   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17779   (exit $ac_status); }; }; then
17780   ac_cv_member_siginfo_t_si_fd=yes
17781 else
17782   echo "$as_me: failed program was:" >&5
17783 sed 's/^/| /' conftest.$ac_ext >&5
17784
17785 ac_cv_member_siginfo_t_si_fd=no
17786 fi
17787 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17788 fi
17789 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17790 fi
17791 echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
17792 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6
17793 if test $ac_cv_member_siginfo_t_si_fd = yes; then
17794
17795 cat >>confdefs.h <<_ACEOF
17796 #define HAVE_SIGINFO_T_SI_FD 1
17797 _ACEOF
17798
17799
17800 fi
17801
17802
17803 echo "$as_me:$LINENO: checking for struct option.name" >&5
17804 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6
17805 if test "${ac_cv_member_struct_option_name+set}" = set; then
17806   echo $ECHO_N "(cached) $ECHO_C" >&6
17807 else
17808   cat >conftest.$ac_ext <<_ACEOF
17809 /* confdefs.h.  */
17810 _ACEOF
17811 cat confdefs.h >>conftest.$ac_ext
17812 cat >>conftest.$ac_ext <<_ACEOF
17813 /* end confdefs.h.  */
17814 #ifdef HAVE_GETOPT_H
17815 #include <getopt.h>
17816 #endif
17817
17818 int
17819 main ()
17820 {
17821 static struct option ac_aggr;
17822 if (ac_aggr.name)
17823 return 0;
17824   ;
17825   return 0;
17826 }
17827 _ACEOF
17828 rm -f conftest.$ac_objext
17829 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17830   (eval $ac_compile) 2>conftest.er1
17831   ac_status=$?
17832   grep -v '^ *+' conftest.er1 >conftest.err
17833   rm -f conftest.er1
17834   cat conftest.err >&5
17835   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17836   (exit $ac_status); } &&
17837          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
17838   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17839   (eval $ac_try) 2>&5
17840   ac_status=$?
17841   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17842   (exit $ac_status); }; } &&
17843          { ac_try='test -s conftest.$ac_objext'
17844   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17845   (eval $ac_try) 2>&5
17846   ac_status=$?
17847   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17848   (exit $ac_status); }; }; then
17849   ac_cv_member_struct_option_name=yes
17850 else
17851   echo "$as_me: failed program was:" >&5
17852 sed 's/^/| /' conftest.$ac_ext >&5
17853
17854 cat >conftest.$ac_ext <<_ACEOF
17855 /* confdefs.h.  */
17856 _ACEOF
17857 cat confdefs.h >>conftest.$ac_ext
17858 cat >>conftest.$ac_ext <<_ACEOF
17859 /* end confdefs.h.  */
17860 #ifdef HAVE_GETOPT_H
17861 #include <getopt.h>
17862 #endif
17863
17864 int
17865 main ()
17866 {
17867 static struct option ac_aggr;
17868 if (sizeof ac_aggr.name)
17869 return 0;
17870   ;
17871   return 0;
17872 }
17873 _ACEOF
17874 rm -f conftest.$ac_objext
17875 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17876   (eval $ac_compile) 2>conftest.er1
17877   ac_status=$?
17878   grep -v '^ *+' conftest.er1 >conftest.err
17879   rm -f conftest.er1
17880   cat conftest.err >&5
17881   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17882   (exit $ac_status); } &&
17883          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
17884   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17885   (eval $ac_try) 2>&5
17886   ac_status=$?
17887   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17888   (exit $ac_status); }; } &&
17889          { ac_try='test -s conftest.$ac_objext'
17890   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17891   (eval $ac_try) 2>&5
17892   ac_status=$?
17893   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17894   (exit $ac_status); }; }; then
17895   ac_cv_member_struct_option_name=yes
17896 else
17897   echo "$as_me: failed program was:" >&5
17898 sed 's/^/| /' conftest.$ac_ext >&5
17899
17900 ac_cv_member_struct_option_name=no
17901 fi
17902 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17903 fi
17904 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17905 fi
17906 echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
17907 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6
17908 if test $ac_cv_member_struct_option_name = yes; then
17909
17910 cat >>confdefs.h <<_ACEOF
17911 #define HAVE_STRUCT_OPTION_NAME 1
17912 _ACEOF
17913
17914
17915 fi
17916
17917
17918 echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
17919 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6
17920 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
17921   echo $ECHO_N "(cached) $ECHO_C" >&6
17922 else
17923   cat >conftest.$ac_ext <<_ACEOF
17924 /* confdefs.h.  */
17925 _ACEOF
17926 cat confdefs.h >>conftest.$ac_ext
17927 cat >>conftest.$ac_ext <<_ACEOF
17928 /* end confdefs.h.  */
17929 $ac_includes_default
17930 int
17931 main ()
17932 {
17933 static struct stat ac_aggr;
17934 if (ac_aggr.st_blocks)
17935 return 0;
17936   ;
17937   return 0;
17938 }
17939 _ACEOF
17940 rm -f conftest.$ac_objext
17941 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17942   (eval $ac_compile) 2>conftest.er1
17943   ac_status=$?
17944   grep -v '^ *+' conftest.er1 >conftest.err
17945   rm -f conftest.er1
17946   cat conftest.err >&5
17947   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17948   (exit $ac_status); } &&
17949          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
17950   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17951   (eval $ac_try) 2>&5
17952   ac_status=$?
17953   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17954   (exit $ac_status); }; } &&
17955          { ac_try='test -s conftest.$ac_objext'
17956   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17957   (eval $ac_try) 2>&5
17958   ac_status=$?
17959   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17960   (exit $ac_status); }; }; then
17961   ac_cv_member_struct_stat_st_blocks=yes
17962 else
17963   echo "$as_me: failed program was:" >&5
17964 sed 's/^/| /' conftest.$ac_ext >&5
17965
17966 cat >conftest.$ac_ext <<_ACEOF
17967 /* confdefs.h.  */
17968 _ACEOF
17969 cat confdefs.h >>conftest.$ac_ext
17970 cat >>conftest.$ac_ext <<_ACEOF
17971 /* end confdefs.h.  */
17972 $ac_includes_default
17973 int
17974 main ()
17975 {
17976 static struct stat ac_aggr;
17977 if (sizeof ac_aggr.st_blocks)
17978 return 0;
17979   ;
17980   return 0;
17981 }
17982 _ACEOF
17983 rm -f conftest.$ac_objext
17984 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17985   (eval $ac_compile) 2>conftest.er1
17986   ac_status=$?
17987   grep -v '^ *+' conftest.er1 >conftest.err
17988   rm -f conftest.er1
17989   cat conftest.err >&5
17990   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17991   (exit $ac_status); } &&
17992          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
17993   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17994   (eval $ac_try) 2>&5
17995   ac_status=$?
17996   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17997   (exit $ac_status); }; } &&
17998          { ac_try='test -s conftest.$ac_objext'
17999   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18000   (eval $ac_try) 2>&5
18001   ac_status=$?
18002   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18003   (exit $ac_status); }; }; then
18004   ac_cv_member_struct_stat_st_blocks=yes
18005 else
18006   echo "$as_me: failed program was:" >&5
18007 sed 's/^/| /' conftest.$ac_ext >&5
18008
18009 ac_cv_member_struct_stat_st_blocks=no
18010 fi
18011 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18012 fi
18013 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18014 fi
18015 echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
18016 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6
18017 if test $ac_cv_member_struct_stat_st_blocks = yes; then
18018
18019 cat >>confdefs.h <<_ACEOF
18020 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
18021 _ACEOF
18022
18023
18024 fi
18025
18026
18027 echo "$as_me:$LINENO: checking for timezone variable" >&5
18028 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6
18029 if test "${ac_cv_have_timezone+set}" = set; then
18030   echo $ECHO_N "(cached) $ECHO_C" >&6
18031 else
18032   cat >conftest.$ac_ext <<_ACEOF
18033 /* confdefs.h.  */
18034 _ACEOF
18035 cat confdefs.h >>conftest.$ac_ext
18036 cat >>conftest.$ac_ext <<_ACEOF
18037 /* end confdefs.h.  */
18038 #include <time.h>
18039 int
18040 main ()
18041 {
18042 timezone;
18043   ;
18044   return 0;
18045 }
18046 _ACEOF
18047 rm -f conftest.$ac_objext conftest$ac_exeext
18048 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18049   (eval $ac_link) 2>conftest.er1
18050   ac_status=$?
18051   grep -v '^ *+' conftest.er1 >conftest.err
18052   rm -f conftest.er1
18053   cat conftest.err >&5
18054   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18055   (exit $ac_status); } &&
18056          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
18057   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18058   (eval $ac_try) 2>&5
18059   ac_status=$?
18060   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18061   (exit $ac_status); }; } &&
18062          { ac_try='test -s conftest$ac_exeext'
18063   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18064   (eval $ac_try) 2>&5
18065   ac_status=$?
18066   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18067   (exit $ac_status); }; }; then
18068   ac_cv_have_timezone="yes"
18069 else
18070   echo "$as_me: failed program was:" >&5
18071 sed 's/^/| /' conftest.$ac_ext >&5
18072
18073 ac_cv_have_timezone="no"
18074 fi
18075 rm -f conftest.err conftest.$ac_objext \
18076       conftest$ac_exeext conftest.$ac_ext
18077 fi
18078 echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
18079 echo "${ECHO_T}$ac_cv_have_timezone" >&6
18080 if test "$ac_cv_have_timezone" = "yes"
18081 then
18082
18083 cat >>confdefs.h <<\_ACEOF
18084 #define HAVE_TIMEZONE 1
18085 _ACEOF
18086
18087 fi
18088 echo "$as_me:$LINENO: checking for daylight variable" >&5
18089 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6
18090 if test "${ac_cv_have_daylight+set}" = set; then
18091   echo $ECHO_N "(cached) $ECHO_C" >&6
18092 else
18093   cat >conftest.$ac_ext <<_ACEOF
18094 /* confdefs.h.  */
18095 _ACEOF
18096 cat confdefs.h >>conftest.$ac_ext
18097 cat >>conftest.$ac_ext <<_ACEOF
18098 /* end confdefs.h.  */
18099 #include <time.h>
18100 int
18101 main ()
18102 {
18103 daylight;
18104   ;
18105   return 0;
18106 }
18107 _ACEOF
18108 rm -f conftest.$ac_objext conftest$ac_exeext
18109 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18110   (eval $ac_link) 2>conftest.er1
18111   ac_status=$?
18112   grep -v '^ *+' conftest.er1 >conftest.err
18113   rm -f conftest.er1
18114   cat conftest.err >&5
18115   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18116   (exit $ac_status); } &&
18117          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
18118   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18119   (eval $ac_try) 2>&5
18120   ac_status=$?
18121   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18122   (exit $ac_status); }; } &&
18123          { ac_try='test -s conftest$ac_exeext'
18124   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18125   (eval $ac_try) 2>&5
18126   ac_status=$?
18127   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18128   (exit $ac_status); }; }; then
18129   ac_cv_have_daylight="yes"
18130 else
18131   echo "$as_me: failed program was:" >&5
18132 sed 's/^/| /' conftest.$ac_ext >&5
18133
18134 ac_cv_have_daylight="no"
18135 fi
18136 rm -f conftest.err conftest.$ac_objext \
18137       conftest$ac_exeext conftest.$ac_ext
18138 fi
18139 echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
18140 echo "${ECHO_T}$ac_cv_have_daylight" >&6
18141 if test "$ac_cv_have_daylight" = "yes"
18142 then
18143
18144 cat >>confdefs.h <<\_ACEOF
18145 #define HAVE_DAYLIGHT 1
18146 _ACEOF
18147
18148 fi
18149
18150
18151 case $host_cpu in
18152   *i[3456789]86*) echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
18153 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6
18154 if test "${ac_cv_cpp_def___i386__+set}" = set; then
18155   echo $ECHO_N "(cached) $ECHO_C" >&6
18156 else
18157   cat >conftest.$ac_ext <<_ACEOF
18158 /* confdefs.h.  */
18159 _ACEOF
18160 cat confdefs.h >>conftest.$ac_ext
18161 cat >>conftest.$ac_ext <<_ACEOF
18162 /* end confdefs.h.  */
18163 #ifndef __i386__
18164 yes
18165 #endif
18166 _ACEOF
18167 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18168   $EGREP "yes" >/dev/null 2>&1; then
18169   ac_cv_cpp_def___i386__=yes
18170 else
18171   ac_cv_cpp_def___i386__=no
18172 fi
18173 rm -f conftest*
18174
18175 fi
18176 echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
18177 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6
18178 if test $ac_cv_cpp_def___i386__ = yes; then
18179   CFLAGS="$CFLAGS -D__i386__"
18180   LINTFLAGS="$LINTFLAGS -D__i386__"
18181 fi
18182  ;;
18183   *alpha*)          echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
18184 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6
18185 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
18186   echo $ECHO_N "(cached) $ECHO_C" >&6
18187 else
18188   cat >conftest.$ac_ext <<_ACEOF
18189 /* confdefs.h.  */
18190 _ACEOF
18191 cat confdefs.h >>conftest.$ac_ext
18192 cat >>conftest.$ac_ext <<_ACEOF
18193 /* end confdefs.h.  */
18194 #ifndef __ALPHA__
18195 yes
18196 #endif
18197 _ACEOF
18198 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18199   $EGREP "yes" >/dev/null 2>&1; then
18200   ac_cv_cpp_def___ALPHA__=yes
18201 else
18202   ac_cv_cpp_def___ALPHA__=no
18203 fi
18204 rm -f conftest*
18205
18206 fi
18207 echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
18208 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6
18209 if test $ac_cv_cpp_def___ALPHA__ = yes; then
18210   CFLAGS="$CFLAGS -D__ALPHA__"
18211   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
18212 fi
18213  ;;
18214   *sparc*)          echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
18215 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6
18216 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
18217   echo $ECHO_N "(cached) $ECHO_C" >&6
18218 else
18219   cat >conftest.$ac_ext <<_ACEOF
18220 /* confdefs.h.  */
18221 _ACEOF
18222 cat confdefs.h >>conftest.$ac_ext
18223 cat >>conftest.$ac_ext <<_ACEOF
18224 /* end confdefs.h.  */
18225 #ifndef __sparc__
18226 yes
18227 #endif
18228 _ACEOF
18229 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18230   $EGREP "yes" >/dev/null 2>&1; then
18231   ac_cv_cpp_def___sparc__=yes
18232 else
18233   ac_cv_cpp_def___sparc__=no
18234 fi
18235 rm -f conftest*
18236
18237 fi
18238 echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
18239 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6
18240 if test $ac_cv_cpp_def___sparc__ = yes; then
18241   CFLAGS="$CFLAGS -D__sparc__"
18242   LINTFLAGS="$LINTFLAGS -D__sparc__"
18243 fi
18244  ;;
18245   *powerpc*)        echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
18246 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6
18247 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
18248   echo $ECHO_N "(cached) $ECHO_C" >&6
18249 else
18250   cat >conftest.$ac_ext <<_ACEOF
18251 /* confdefs.h.  */
18252 _ACEOF
18253 cat confdefs.h >>conftest.$ac_ext
18254 cat >>conftest.$ac_ext <<_ACEOF
18255 /* end confdefs.h.  */
18256 #ifndef __powerpc__
18257 yes
18258 #endif
18259 _ACEOF
18260 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18261   $EGREP "yes" >/dev/null 2>&1; then
18262   ac_cv_cpp_def___powerpc__=yes
18263 else
18264   ac_cv_cpp_def___powerpc__=no
18265 fi
18266 rm -f conftest*
18267
18268 fi
18269 echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
18270 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6
18271 if test $ac_cv_cpp_def___powerpc__ = yes; then
18272   CFLAGS="$CFLAGS -D__powerpc__"
18273   LINTFLAGS="$LINTFLAGS -D__powerpc__"
18274 fi
18275  ;;
18276 esac
18277
18278 case $host_vendor in
18279   *sun*) echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
18280 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6
18281 if test "${ac_cv_cpp_def___sun__+set}" = set; then
18282   echo $ECHO_N "(cached) $ECHO_C" >&6
18283 else
18284   cat >conftest.$ac_ext <<_ACEOF
18285 /* confdefs.h.  */
18286 _ACEOF
18287 cat confdefs.h >>conftest.$ac_ext
18288 cat >>conftest.$ac_ext <<_ACEOF
18289 /* end confdefs.h.  */
18290 #ifndef __sun__
18291 yes
18292 #endif
18293 _ACEOF
18294 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18295   $EGREP "yes" >/dev/null 2>&1; then
18296   ac_cv_cpp_def___sun__=yes
18297 else
18298   ac_cv_cpp_def___sun__=no
18299 fi
18300 rm -f conftest*
18301
18302 fi
18303 echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
18304 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6
18305 if test $ac_cv_cpp_def___sun__ = yes; then
18306   CFLAGS="$CFLAGS -D__sun__"
18307   LINTFLAGS="$LINTFLAGS -D__sun__"
18308 fi
18309  ;;
18310 esac
18311
18312
18313
18314
18315
18316           ac_config_commands="$ac_config_commands dlls/gdi/enhmfdrv"
18317
18318           ac_config_commands="$ac_config_commands dlls/gdi/mfdrv"
18319
18320           ac_config_commands="$ac_config_commands dlls/kernel/messages"
18321
18322           ac_config_commands="$ac_config_commands dlls/user/resources"
18323
18324           ac_config_commands="$ac_config_commands dlls/wineps/data"
18325
18326           ac_config_commands="$ac_config_commands include/wine"
18327
18328
18329 MAKE_RULES=Make.rules
18330
18331
18332 MAKE_DLL_RULES=dlls/Makedll.rules
18333
18334
18335 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
18336
18337
18338 MAKE_TEST_RULES=dlls/Maketest.rules
18339
18340
18341 MAKE_LIB_RULES=libs/Makelib.rules
18342
18343
18344 MAKE_PROG_RULES=programs/Makeprog.rules
18345
18346
18347                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ac_config_files="$ac_config_files Make.rules dlls/Makedll.rules dlls/Makeimplib.rules dlls/Maketest.rules libs/Makelib.rules programs/Makeprog.rules Makefile dlls/Makefile dlls/activeds/Makefile dlls/advapi32/Makefile dlls/advapi32/tests/Makefile dlls/advpack/Makefile dlls/advpack/tests/Makefile dlls/amstream/Makefile dlls/atl/Makefile dlls/avicap32/Makefile dlls/avifil32/Makefile dlls/cabinet/Makefile dlls/capi2032/Makefile dlls/cards/Makefile dlls/cfgmgr32/Makefile dlls/comcat/Makefile dlls/comctl32/Makefile dlls/comctl32/tests/Makefile dlls/commdlg/Makefile dlls/crtdll/Makefile dlls/crypt32/Makefile dlls/crypt32/tests/Makefile dlls/cryptdll/Makefile dlls/ctl3d/Makefile dlls/d3d8/Makefile dlls/d3d9/Makefile dlls/d3dim/Makefile dlls/d3drm/Makefile dlls/d3dx8/Makefile dlls/d3dxof/Makefile dlls/dbghelp/Makefile dlls/dciman32/Makefile dlls/ddraw/Makefile dlls/ddraw/tests/Makefile dlls/devenum/Makefile dlls/dinput/Makefile dlls/dinput/tests/Makefile dlls/dinput8/Makefile dlls/dmband/Makefile dlls/dmcompos/Makefile dlls/dmime/Makefile dlls/dmloader/Makefile dlls/dmscript/Makefile dlls/dmstyle/Makefile dlls/dmsynth/Makefile dlls/dmusic/Makefile dlls/dmusic32/Makefile dlls/dplay/Makefile dlls/dplayx/Makefile dlls/dpnet/Makefile dlls/dpnhpast/Makefile dlls/dsound/Makefile dlls/dsound/tests/Makefile dlls/dswave/Makefile dlls/dxdiagn/Makefile dlls/dxerr8/Makefile dlls/dxerr9/Makefile dlls/dxguid/Makefile dlls/gdi/Makefile dlls/gdi/tests/Makefile dlls/glu32/Makefile dlls/glut32/Makefile dlls/hhctrl.ocx/Makefile dlls/iccvid/Makefile dlls/icmp/Makefile dlls/ifsmgr.vxd/Makefile dlls/imagehlp/Makefile dlls/imm32/Makefile dlls/iphlpapi/Makefile dlls/iphlpapi/tests/Makefile dlls/itss/Makefile dlls/kernel/Makefile dlls/kernel/tests/Makefile dlls/lzexpand/Makefile dlls/lzexpand/tests/Makefile dlls/mapi32/Makefile dlls/mapi32/tests/Makefile dlls/mciavi32/Makefile dlls/mcicda/Makefile dlls/mciseq/Makefile dlls/midimap/Makefile dlls/mlang/Makefile dlls/mlang/tests/Makefile dlls/mmdevldr.vxd/Makefile dlls/monodebg.vxd/Makefile dlls/mpr/Makefile dlls/msacm/Makefile dlls/msacm/imaadp32/Makefile dlls/msacm/msadp32/Makefile dlls/msacm/msg711/Makefile dlls/msacm/tests/Makefile dlls/msacm/winemp3/Makefile dlls/mscms/Makefile dlls/mscms/tests/Makefile dlls/msdmo/Makefile dlls/mshtml/Makefile dlls/mshtml/tests/Makefile dlls/msi/Makefile dlls/msi/tests/Makefile dlls/msimg32/Makefile dlls/msisys/Makefile dlls/msnet32/Makefile dlls/msrle32/Makefile dlls/msvcrt/Makefile dlls/msvcrt/tests/Makefile dlls/msvcrt20/Makefile dlls/msvcrt40/Makefile dlls/msvcrtd/Makefile dlls/msvcrtd/tests/Makefile dlls/msvidc32/Makefile dlls/msvideo/Makefile dlls/mswsock/Makefile dlls/msxml3/Makefile dlls/msxml3/tests/Makefile dlls/netapi32/Makefile dlls/netapi32/tests/Makefile dlls/newdev/Makefile dlls/ntdll/Makefile dlls/ntdll/tests/Makefile dlls/objsel/Makefile dlls/odbc32/Makefile dlls/odbccp32/Makefile dlls/ole32/Makefile dlls/ole32/tests/Makefile dlls/oleacc/Makefile dlls/oleaut32/Makefile dlls/oleaut32/tests/Makefile dlls/olecli/Makefile dlls/oledlg/Makefile dlls/olepro32/Makefile dlls/olesvr/Makefile dlls/opengl32/Makefile dlls/powrprof/Makefile dlls/psapi/Makefile dlls/psapi/tests/Makefile dlls/qcap/Makefile dlls/quartz/Makefile dlls/quartz/tests/Makefile dlls/rasapi32/Makefile dlls/riched20/Makefile dlls/richedit/Makefile dlls/rpcrt4/Makefile dlls/rpcrt4/tests/Makefile dlls/rsabase/Makefile dlls/rsabase/tests/Makefile dlls/rsaenh/Makefile dlls/rsaenh/tests/Makefile dlls/secur32/Makefile dlls/secur32/tests/Makefile dlls/sensapi/Makefile dlls/serialui/Makefile dlls/setupapi/Makefile dlls/shdocvw/Makefile dlls/shell32/Makefile dlls/shell32/tests/Makefile dlls/shfolder/Makefile dlls/shlwapi/Makefile dlls/shlwapi/tests/Makefile dlls/snmpapi/Makefile dlls/stdole2.tlb/Makefile dlls/stdole32.tlb/Makefile dlls/sti/Makefile dlls/strmiids/Makefile dlls/tapi32/Makefile dlls/ttydrv/Makefile dlls/twain/Makefile dlls/unicows/Makefile dlls/url/Makefile dlls/urlmon/Makefile dlls/urlmon/tests/Makefile dlls/user/Makefile dlls/user/tests/Makefile dlls/usp10/Makefile dlls/uuid/Makefile dlls/uxtheme/Makefile dlls/vdhcp.vxd/Makefile dlls/vdmdbg/Makefile dlls/version/Makefile dlls/version/tests/Makefile dlls/vmm.vxd/Makefile dlls/vnbt.vxd/Makefile dlls/vnetbios.vxd/Makefile dlls/vtdapi.vxd/Makefile dlls/vwin32.vxd/Makefile dlls/win32s/Makefile dlls/winaspi/Makefile dlls/winecrt0/Makefile dlls/wined3d/Makefile dlls/winedos/Makefile dlls/wineps/Makefile dlls/wininet/Makefile dlls/wininet/tests/Makefile dlls/winmm/Makefile dlls/winmm/joystick/Makefile dlls/winmm/mciwave/Makefile dlls/winmm/tests/Makefile dlls/winmm/wavemap/Makefile dlls/winmm/winealsa/Makefile dlls/winmm/winearts/Makefile dlls/winmm/wineaudioio/Makefile dlls/winmm/wineesd/Makefile dlls/winmm/winejack/Makefile dlls/winmm/winenas/Makefile dlls/winmm/wineoss/Makefile dlls/winnls/Makefile dlls/winsock/Makefile dlls/winsock/tests/Makefile dlls/winspool/Makefile dlls/winspool/tests/Makefile dlls/wintab32/Makefile dlls/wintrust/Makefile dlls/wldap32/Makefile dlls/wow32/Makefile dlls/wsock32/Makefile dlls/wtsapi32/Makefile dlls/x11drv/Makefile documentation/Makefile fonts/Makefile include/Makefile libs/Makefile libs/port/Makefile libs/unicode/Makefile libs/wine/Makefile libs/wpp/Makefile loader/Makefile programs/Makefile programs/avitools/Makefile programs/clock/Makefile programs/cmdlgtst/Makefile programs/control/Makefile programs/expand/Makefile programs/hh/Makefile programs/msiexec/Makefile programs/notepad/Makefile programs/progman/Makefile programs/regedit/Makefile programs/regsvr32/Makefile programs/rpcss/Makefile programs/rundll32/Makefile programs/start/Makefile programs/taskmgr/Makefile programs/uninstaller/Makefile programs/view/Makefile programs/wcmd/Makefile programs/wineboot/Makefile programs/winebrowser/Makefile programs/winecfg/Makefile programs/wineconsole/Makefile programs/winedbg/Makefile programs/winefile/Makefile programs/winemenubuilder/Makefile programs/winemine/Makefile programs/winepath/Makefile programs/winetest/Makefile programs/winevdm/Makefile programs/winhelp/Makefile programs/winver/Makefile server/Makefile tools/Makefile tools/widl/Makefile tools/winapi/Makefile tools/winebuild/Makefile tools/winedump/Makefile tools/winegcc/Makefile tools/wmc/Makefile tools/wrc/Makefile"
18348
18349
18350 cat >confcache <<\_ACEOF
18351 # This file is a shell script that caches the results of configure
18352 # tests run on this system so they can be shared between configure
18353 # scripts and configure runs, see configure's option --config-cache.
18354 # It is not useful on other systems.  If it contains results you don't
18355 # want to keep, you may remove or edit it.
18356 #
18357 # config.status only pays attention to the cache file if you give it
18358 # the --recheck option to rerun configure.
18359 #
18360 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18361 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18362 # following values.
18363
18364 _ACEOF
18365
18366 # The following way of writing the cache mishandles newlines in values,
18367 # but we know of no workaround that is simple, portable, and efficient.
18368 # So, don't put newlines in cache variables' values.
18369 # Ultrix sh set writes to stderr and can't be redirected directly,
18370 # and sets the high bit in the cache file unless we assign to the vars.
18371 {
18372   (set) 2>&1 |
18373     case `(ac_space=' '; set | grep ac_space) 2>&1` in
18374     *ac_space=\ *)
18375       # `set' does not quote correctly, so add quotes (double-quote
18376       # substitution turns \\\\ into \\, and sed turns \\ into \).
18377       sed -n \
18378         "s/'/'\\\\''/g;
18379           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18380       ;;
18381     *)
18382       # `set' quotes correctly as required by POSIX, so do not add quotes.
18383       sed -n \
18384         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
18385       ;;
18386     esac;
18387 } |
18388   sed '
18389      t clear
18390      : clear
18391      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18392      t end
18393      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18394      : end' >>confcache
18395 if diff $cache_file confcache >/dev/null 2>&1; then :; else
18396   if test -w $cache_file; then
18397     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
18398     cat confcache >$cache_file
18399   else
18400     echo "not updating unwritable cache $cache_file"
18401   fi
18402 fi
18403 rm -f confcache
18404
18405 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18406 # Let make expand exec_prefix.
18407 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18408
18409 # VPATH may cause trouble with some makes, so we remove $(srcdir),
18410 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
18411 # trailing colons and then remove the whole line if VPATH becomes empty
18412 # (actually we leave an empty line to preserve line numbers).
18413 if test "x$srcdir" = x.; then
18414   ac_vpsub='/^[  ]*VPATH[        ]*=/{
18415 s/:*\$(srcdir):*/:/;
18416 s/:*\${srcdir}:*/:/;
18417 s/:*@srcdir@:*/:/;
18418 s/^\([^=]*=[     ]*\):*/\1/;
18419 s/:*$//;
18420 s/^[^=]*=[       ]*$//;
18421 }'
18422 fi
18423
18424 DEFS=-DHAVE_CONFIG_H
18425
18426 ac_libobjs=
18427 ac_ltlibobjs=
18428 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18429   # 1. Remove the extension, and $U if already installed.
18430   ac_i=`echo "$ac_i" |
18431          sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
18432   # 2. Add them.
18433   ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
18434   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
18435 done
18436 LIBOBJS=$ac_libobjs
18437
18438 LTLIBOBJS=$ac_ltlibobjs
18439
18440
18441
18442 : ${CONFIG_STATUS=./config.status}
18443 ac_clean_files_save=$ac_clean_files
18444 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18445 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
18446 echo "$as_me: creating $CONFIG_STATUS" >&6;}
18447 cat >$CONFIG_STATUS <<_ACEOF
18448 #! $SHELL
18449 # Generated by $as_me.
18450 # Run this file to recreate the current configuration.
18451 # Compiler output produced by configure, useful for debugging
18452 # configure, is in config.log if it exists.
18453
18454 debug=false
18455 ac_cs_recheck=false
18456 ac_cs_silent=false
18457 SHELL=\${CONFIG_SHELL-$SHELL}
18458 _ACEOF
18459
18460 cat >>$CONFIG_STATUS <<\_ACEOF
18461 ## --------------------- ##
18462 ## M4sh Initialization.  ##
18463 ## --------------------- ##
18464
18465 # Be Bourne compatible
18466 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18467   emulate sh
18468   NULLCMD=:
18469   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
18470   # is contrary to our usage.  Disable this feature.
18471   alias -g '${1+"$@"}'='"$@"'
18472 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
18473   set -o posix
18474 fi
18475 DUALCASE=1; export DUALCASE # for MKS sh
18476
18477 # Support unset when possible.
18478 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
18479   as_unset=unset
18480 else
18481   as_unset=false
18482 fi
18483
18484
18485 # Work around bugs in pre-3.0 UWIN ksh.
18486 $as_unset ENV MAIL MAILPATH
18487 PS1='$ '
18488 PS2='> '
18489 PS4='+ '
18490
18491 # NLS nuisances.
18492 for as_var in \
18493   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
18494   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
18495   LC_TELEPHONE LC_TIME
18496 do
18497   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
18498     eval $as_var=C; export $as_var
18499   else
18500     $as_unset $as_var
18501   fi
18502 done
18503
18504 # Required to use basename.
18505 if expr a : '\(a\)' >/dev/null 2>&1; then
18506   as_expr=expr
18507 else
18508   as_expr=false
18509 fi
18510
18511 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
18512   as_basename=basename
18513 else
18514   as_basename=false
18515 fi
18516
18517
18518 # Name of the executable.
18519 as_me=`$as_basename "$0" ||
18520 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18521          X"$0" : 'X\(//\)$' \| \
18522          X"$0" : 'X\(/\)$' \| \
18523          .     : '\(.\)' 2>/dev/null ||
18524 echo X/"$0" |
18525     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
18526           /^X\/\(\/\/\)$/{ s//\1/; q; }
18527           /^X\/\(\/\).*/{ s//\1/; q; }
18528           s/.*/./; q'`
18529
18530
18531 # PATH needs CR, and LINENO needs CR and PATH.
18532 # Avoid depending upon Character Ranges.
18533 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18534 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18535 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18536 as_cr_digits='0123456789'
18537 as_cr_alnum=$as_cr_Letters$as_cr_digits
18538
18539 # The user is always right.
18540 if test "${PATH_SEPARATOR+set}" != set; then
18541   echo "#! /bin/sh" >conf$$.sh
18542   echo  "exit 0"   >>conf$$.sh
18543   chmod +x conf$$.sh
18544   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
18545     PATH_SEPARATOR=';'
18546   else
18547     PATH_SEPARATOR=:
18548   fi
18549   rm -f conf$$.sh
18550 fi
18551
18552
18553   as_lineno_1=$LINENO
18554   as_lineno_2=$LINENO
18555   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
18556   test "x$as_lineno_1" != "x$as_lineno_2" &&
18557   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
18558   # Find who we are.  Look in the path if we contain no path at all
18559   # relative or not.
18560   case $0 in
18561     *[\\/]* ) as_myself=$0 ;;
18562     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18563 for as_dir in $PATH
18564 do
18565   IFS=$as_save_IFS
18566   test -z "$as_dir" && as_dir=.
18567   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18568 done
18569
18570        ;;
18571   esac
18572   # We did not find ourselves, most probably we were run as `sh COMMAND'
18573   # in which case we are not to be found in the path.
18574   if test "x$as_myself" = x; then
18575     as_myself=$0
18576   fi
18577   if test ! -f "$as_myself"; then
18578     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
18579 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
18580    { (exit 1); exit 1; }; }
18581   fi
18582   case $CONFIG_SHELL in
18583   '')
18584     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18585 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
18586 do
18587   IFS=$as_save_IFS
18588   test -z "$as_dir" && as_dir=.
18589   for as_base in sh bash ksh sh5; do
18590          case $as_dir in
18591          /*)
18592            if ("$as_dir/$as_base" -c '
18593   as_lineno_1=$LINENO
18594   as_lineno_2=$LINENO
18595   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
18596   test "x$as_lineno_1" != "x$as_lineno_2" &&
18597   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
18598              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
18599              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
18600              CONFIG_SHELL=$as_dir/$as_base
18601              export CONFIG_SHELL
18602              exec "$CONFIG_SHELL" "$0" ${1+"$@"}
18603            fi;;
18604          esac
18605        done
18606 done
18607 ;;
18608   esac
18609
18610   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
18611   # uniformly replaced by the line number.  The first 'sed' inserts a
18612   # line-number line before each line; the second 'sed' does the real
18613   # work.  The second script uses 'N' to pair each line-number line
18614   # with the numbered line, and appends trailing '-' during
18615   # substitution so that $LINENO is not a special case at line end.
18616   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
18617   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
18618   sed '=' <$as_myself |
18619     sed '
18620       N
18621       s,$,-,
18622       : loop
18623       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
18624       t loop
18625       s,-$,,
18626       s,^['$as_cr_digits']*\n,,
18627     ' >$as_me.lineno &&
18628   chmod +x $as_me.lineno ||
18629     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
18630 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
18631    { (exit 1); exit 1; }; }
18632
18633   # Don't try to exec as it changes $[0], causing all sort of problems
18634   # (the dirname of $[0] is not the place where we might find the
18635   # original and so on.  Autoconf is especially sensible to this).
18636   . ./$as_me.lineno
18637   # Exit status is that of the last command.
18638   exit
18639 }
18640
18641
18642 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
18643   *c*,-n*) ECHO_N= ECHO_C='
18644 ' ECHO_T='      ' ;;
18645   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
18646   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
18647 esac
18648
18649 if expr a : '\(a\)' >/dev/null 2>&1; then
18650   as_expr=expr
18651 else
18652   as_expr=false
18653 fi
18654
18655 rm -f conf$$ conf$$.exe conf$$.file
18656 echo >conf$$.file
18657 if ln -s conf$$.file conf$$ 2>/dev/null; then
18658   # We could just check for DJGPP; but this test a) works b) is more generic
18659   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
18660   if test -f conf$$.exe; then
18661     # Don't use ln at all; we don't have any links
18662     as_ln_s='cp -p'
18663   else
18664     as_ln_s='ln -s'
18665   fi
18666 elif ln conf$$.file conf$$ 2>/dev/null; then
18667   as_ln_s=ln
18668 else
18669   as_ln_s='cp -p'
18670 fi
18671 rm -f conf$$ conf$$.exe conf$$.file
18672
18673 if mkdir -p . 2>/dev/null; then
18674   as_mkdir_p=:
18675 else
18676   test -d ./-p && rmdir ./-p
18677   as_mkdir_p=false
18678 fi
18679
18680 as_executable_p="test -f"
18681
18682 # Sed expression to map a string onto a valid CPP name.
18683 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18684
18685 # Sed expression to map a string onto a valid variable name.
18686 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18687
18688
18689 # IFS
18690 # We need space, tab and new line, in precisely that order.
18691 as_nl='
18692 '
18693 IFS="   $as_nl"
18694
18695 # CDPATH.
18696 $as_unset CDPATH
18697
18698 exec 6>&1
18699
18700 # Open the log real soon, to keep \$[0] and so on meaningful, and to
18701 # report actual input values of CONFIG_FILES etc. instead of their
18702 # values after options handling.  Logging --version etc. is OK.
18703 exec 5>>config.log
18704 {
18705   echo
18706   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18707 ## Running $as_me. ##
18708 _ASBOX
18709 } >&5
18710 cat >&5 <<_CSEOF
18711
18712 This file was extended by Wine $as_me 20050725, which was
18713 generated by GNU Autoconf 2.59.  Invocation command line was
18714
18715   CONFIG_FILES    = $CONFIG_FILES
18716   CONFIG_HEADERS  = $CONFIG_HEADERS
18717   CONFIG_LINKS    = $CONFIG_LINKS
18718   CONFIG_COMMANDS = $CONFIG_COMMANDS
18719   $ $0 $@
18720
18721 _CSEOF
18722 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
18723 echo >&5
18724 _ACEOF
18725
18726 # Files that config.status was made for.
18727 if test -n "$ac_config_files"; then
18728   echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
18729 fi
18730
18731 if test -n "$ac_config_headers"; then
18732   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
18733 fi
18734
18735 if test -n "$ac_config_links"; then
18736   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
18737 fi
18738
18739 if test -n "$ac_config_commands"; then
18740   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
18741 fi
18742
18743 cat >>$CONFIG_STATUS <<\_ACEOF
18744
18745 ac_cs_usage="\
18746 \`$as_me' instantiates files from templates according to the
18747 current configuration.
18748
18749 Usage: $0 [OPTIONS] [FILE]...
18750
18751   -h, --help       print this help, then exit
18752   -V, --version    print version number, then exit
18753   -q, --quiet      do not print progress messages
18754   -d, --debug      don't remove temporary files
18755       --recheck    update $as_me by reconfiguring in the same conditions
18756   --file=FILE[:TEMPLATE]
18757                    instantiate the configuration file FILE
18758   --header=FILE[:TEMPLATE]
18759                    instantiate the configuration header FILE
18760
18761 Configuration files:
18762 $config_files
18763
18764 Configuration headers:
18765 $config_headers
18766
18767 Configuration commands:
18768 $config_commands
18769
18770 Report bugs to <bug-autoconf@gnu.org>."
18771 _ACEOF
18772
18773 cat >>$CONFIG_STATUS <<_ACEOF
18774 ac_cs_version="\\
18775 Wine config.status 20050725
18776 configured by $0, generated by GNU Autoconf 2.59,
18777   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
18778
18779 Copyright (C) 2003 Free Software Foundation, Inc.
18780 This config.status script is free software; the Free Software Foundation
18781 gives unlimited permission to copy, distribute and modify it."
18782 srcdir=$srcdir
18783 INSTALL="$INSTALL"
18784 _ACEOF
18785
18786 cat >>$CONFIG_STATUS <<\_ACEOF
18787 # If no file are specified by the user, then we need to provide default
18788 # value.  By we need to know if files were specified by the user.
18789 ac_need_defaults=:
18790 while test $# != 0
18791 do
18792   case $1 in
18793   --*=*)
18794     ac_option=`expr "x$1" : 'x\([^=]*\)='`
18795     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
18796     ac_shift=:
18797     ;;
18798   -*)
18799     ac_option=$1
18800     ac_optarg=$2
18801     ac_shift=shift
18802     ;;
18803   *) # This is not an option, so the user has probably given explicit
18804      # arguments.
18805      ac_option=$1
18806      ac_need_defaults=false;;
18807   esac
18808
18809   case $ac_option in
18810   # Handling of the options.
18811 _ACEOF
18812 cat >>$CONFIG_STATUS <<\_ACEOF
18813   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18814     ac_cs_recheck=: ;;
18815   --version | --vers* | -V )
18816     echo "$ac_cs_version"; exit 0 ;;
18817   --he | --h)
18818     # Conflict between --help and --header
18819     { { echo "$as_me:$LINENO: error: ambiguous option: $1
18820 Try \`$0 --help' for more information." >&5
18821 echo "$as_me: error: ambiguous option: $1
18822 Try \`$0 --help' for more information." >&2;}
18823    { (exit 1); exit 1; }; };;
18824   --help | --hel | -h )
18825     echo "$ac_cs_usage"; exit 0 ;;
18826   --debug | --d* | -d )
18827     debug=: ;;
18828   --file | --fil | --fi | --f )
18829     $ac_shift
18830     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
18831     ac_need_defaults=false;;
18832   --header | --heade | --head | --hea )
18833     $ac_shift
18834     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
18835     ac_need_defaults=false;;
18836   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18837   | -silent | --silent | --silen | --sile | --sil | --si | --s)
18838     ac_cs_silent=: ;;
18839
18840   # This is an error.
18841   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
18842 Try \`$0 --help' for more information." >&5
18843 echo "$as_me: error: unrecognized option: $1
18844 Try \`$0 --help' for more information." >&2;}
18845    { (exit 1); exit 1; }; } ;;
18846
18847   *) ac_config_targets="$ac_config_targets $1" ;;
18848
18849   esac
18850   shift
18851 done
18852
18853 ac_configure_extra_args=
18854
18855 if $ac_cs_silent; then
18856   exec 6>/dev/null
18857   ac_configure_extra_args="$ac_configure_extra_args --silent"
18858 fi
18859
18860 _ACEOF
18861 cat >>$CONFIG_STATUS <<_ACEOF
18862 if \$ac_cs_recheck; then
18863   echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
18864   exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18865 fi
18866
18867 _ACEOF
18868
18869
18870
18871
18872
18873 cat >>$CONFIG_STATUS <<\_ACEOF
18874 for ac_config_target in $ac_config_targets
18875 do
18876   case "$ac_config_target" in
18877   # Handling of arguments.
18878   "Make.rules" ) CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
18879   "dlls/Makedll.rules" ) CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
18880   "dlls/Makeimplib.rules" ) CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
18881   "dlls/Maketest.rules" ) CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
18882   "libs/Makelib.rules" ) CONFIG_FILES="$CONFIG_FILES libs/Makelib.rules" ;;
18883   "programs/Makeprog.rules" ) CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
18884   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
18885   "dlls/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
18886   "dlls/activeds/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
18887   "dlls/advapi32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
18888   "dlls/advapi32/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
18889   "dlls/advpack/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
18890   "dlls/advpack/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
18891   "dlls/amstream/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
18892   "dlls/atl/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
18893   "dlls/avicap32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
18894   "dlls/avifil32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
18895   "dlls/cabinet/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
18896   "dlls/capi2032/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
18897   "dlls/cards/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
18898   "dlls/cfgmgr32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
18899   "dlls/comcat/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
18900   "dlls/comctl32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
18901   "dlls/comctl32/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
18902   "dlls/commdlg/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/commdlg/Makefile" ;;
18903   "dlls/crtdll/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
18904   "dlls/crypt32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
18905   "dlls/crypt32/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
18906   "dlls/cryptdll/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
18907   "dlls/ctl3d/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/ctl3d/Makefile" ;;
18908   "dlls/d3d8/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
18909   "dlls/d3d9/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
18910   "dlls/d3dim/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
18911   "dlls/d3drm/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
18912   "dlls/d3dx8/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
18913   "dlls/d3dxof/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
18914   "dlls/dbghelp/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
18915   "dlls/dciman32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
18916   "dlls/ddraw/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
18917   "dlls/ddraw/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
18918   "dlls/devenum/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
18919   "dlls/dinput/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
18920   "dlls/dinput/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
18921   "dlls/dinput8/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
18922   "dlls/dmband/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
18923   "dlls/dmcompos/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
18924   "dlls/dmime/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
18925   "dlls/dmloader/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
18926   "dlls/dmscript/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
18927   "dlls/dmstyle/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
18928   "dlls/dmsynth/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
18929   "dlls/dmusic/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
18930   "dlls/dmusic32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
18931   "dlls/dplay/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
18932   "dlls/dplayx/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
18933   "dlls/dpnet/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
18934   "dlls/dpnhpast/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
18935   "dlls/dsound/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
18936   "dlls/dsound/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
18937   "dlls/dswave/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
18938   "dlls/dxdiagn/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
18939   "dlls/dxerr8/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
18940   "dlls/dxerr9/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
18941   "dlls/dxguid/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
18942   "dlls/gdi/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/gdi/Makefile" ;;
18943   "dlls/gdi/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/gdi/tests/Makefile" ;;
18944   "dlls/glu32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
18945   "dlls/glut32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/glut32/Makefile" ;;
18946   "dlls/hhctrl.ocx/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
18947   "dlls/iccvid/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
18948   "dlls/icmp/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
18949   "dlls/ifsmgr.vxd/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
18950   "dlls/imagehlp/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
18951   "dlls/imm32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
18952   "dlls/iphlpapi/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
18953   "dlls/iphlpapi/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
18954   "dlls/itss/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
18955   "dlls/kernel/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/kernel/Makefile" ;;
18956   "dlls/kernel/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/kernel/tests/Makefile" ;;
18957   "dlls/lzexpand/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/lzexpand/Makefile" ;;
18958   "dlls/lzexpand/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/lzexpand/tests/Makefile" ;;
18959   "dlls/mapi32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
18960   "dlls/mapi32/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
18961   "dlls/mciavi32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
18962   "dlls/mcicda/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
18963   "dlls/mciseq/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
18964   "dlls/midimap/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
18965   "dlls/mlang/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
18966   "dlls/mlang/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
18967   "dlls/mmdevldr.vxd/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
18968   "dlls/monodebg.vxd/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
18969   "dlls/mpr/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
18970   "dlls/msacm/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msacm/Makefile" ;;
18971   "dlls/msacm/imaadp32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msacm/imaadp32/Makefile" ;;
18972   "dlls/msacm/msadp32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msacm/msadp32/Makefile" ;;
18973   "dlls/msacm/msg711/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msacm/msg711/Makefile" ;;
18974   "dlls/msacm/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msacm/tests/Makefile" ;;
18975   "dlls/msacm/winemp3/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msacm/winemp3/Makefile" ;;
18976   "dlls/mscms/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
18977   "dlls/mscms/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
18978   "dlls/msdmo/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
18979   "dlls/mshtml/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
18980   "dlls/mshtml/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
18981   "dlls/msi/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
18982   "dlls/msi/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
18983   "dlls/msimg32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
18984   "dlls/msisys/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msisys/Makefile" ;;
18985   "dlls/msnet32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
18986   "dlls/msrle32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
18987   "dlls/msvcrt/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
18988   "dlls/msvcrt/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
18989   "dlls/msvcrt20/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
18990   "dlls/msvcrt40/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
18991   "dlls/msvcrtd/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
18992   "dlls/msvcrtd/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
18993   "dlls/msvidc32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
18994   "dlls/msvideo/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msvideo/Makefile" ;;
18995   "dlls/mswsock/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
18996   "dlls/msxml3/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
18997   "dlls/msxml3/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
18998   "dlls/netapi32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
18999   "dlls/netapi32/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
19000   "dlls/newdev/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
19001   "dlls/ntdll/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
19002   "dlls/ntdll/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
19003   "dlls/objsel/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
19004   "dlls/odbc32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
19005   "dlls/odbccp32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
19006   "dlls/ole32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
19007   "dlls/ole32/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
19008   "dlls/oleacc/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
19009   "dlls/oleaut32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
19010   "dlls/oleaut32/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
19011   "dlls/olecli/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/olecli/Makefile" ;;
19012   "dlls/oledlg/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
19013   "dlls/olepro32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
19014   "dlls/olesvr/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/olesvr/Makefile" ;;
19015   "dlls/opengl32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
19016   "dlls/powrprof/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
19017   "dlls/psapi/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
19018   "dlls/psapi/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
19019   "dlls/qcap/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
19020   "dlls/quartz/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
19021   "dlls/quartz/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
19022   "dlls/rasapi32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
19023   "dlls/riched20/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
19024   "dlls/richedit/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/richedit/Makefile" ;;
19025   "dlls/rpcrt4/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
19026   "dlls/rpcrt4/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
19027   "dlls/rsabase/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
19028   "dlls/rsabase/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/rsabase/tests/Makefile" ;;
19029   "dlls/rsaenh/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
19030   "dlls/rsaenh/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
19031   "dlls/secur32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
19032   "dlls/secur32/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
19033   "dlls/sensapi/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
19034   "dlls/serialui/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
19035   "dlls/setupapi/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
19036   "dlls/shdocvw/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
19037   "dlls/shell32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
19038   "dlls/shell32/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
19039   "dlls/shfolder/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
19040   "dlls/shlwapi/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
19041   "dlls/shlwapi/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
19042   "dlls/snmpapi/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
19043   "dlls/stdole2.tlb/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
19044   "dlls/stdole32.tlb/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
19045   "dlls/sti/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
19046   "dlls/strmiids/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
19047   "dlls/tapi32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
19048   "dlls/ttydrv/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/ttydrv/Makefile" ;;
19049   "dlls/twain/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/twain/Makefile" ;;
19050   "dlls/unicows/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
19051   "dlls/url/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
19052   "dlls/urlmon/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
19053   "dlls/urlmon/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
19054   "dlls/user/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/user/Makefile" ;;
19055   "dlls/user/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/user/tests/Makefile" ;;
19056   "dlls/usp10/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
19057   "dlls/uuid/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
19058   "dlls/uxtheme/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
19059   "dlls/vdhcp.vxd/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
19060   "dlls/vdmdbg/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
19061   "dlls/version/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
19062   "dlls/version/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
19063   "dlls/vmm.vxd/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
19064   "dlls/vnbt.vxd/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
19065   "dlls/vnetbios.vxd/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
19066   "dlls/vtdapi.vxd/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
19067   "dlls/vwin32.vxd/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
19068   "dlls/win32s/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/win32s/Makefile" ;;
19069   "dlls/winaspi/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winaspi/Makefile" ;;
19070   "dlls/winecrt0/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
19071   "dlls/wined3d/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
19072   "dlls/winedos/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
19073   "dlls/wineps/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/wineps/Makefile" ;;
19074   "dlls/wininet/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
19075   "dlls/wininet/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
19076   "dlls/winmm/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
19077   "dlls/winmm/joystick/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winmm/joystick/Makefile" ;;
19078   "dlls/winmm/mciwave/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winmm/mciwave/Makefile" ;;
19079   "dlls/winmm/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
19080   "dlls/winmm/wavemap/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winmm/wavemap/Makefile" ;;
19081   "dlls/winmm/winealsa/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winmm/winealsa/Makefile" ;;
19082   "dlls/winmm/winearts/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winmm/winearts/Makefile" ;;
19083   "dlls/winmm/wineaudioio/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winmm/wineaudioio/Makefile" ;;
19084   "dlls/winmm/wineesd/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winmm/wineesd/Makefile" ;;
19085   "dlls/winmm/winejack/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winmm/winejack/Makefile" ;;
19086   "dlls/winmm/winenas/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winmm/winenas/Makefile" ;;
19087   "dlls/winmm/wineoss/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winmm/wineoss/Makefile" ;;
19088   "dlls/winnls/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winnls/Makefile" ;;
19089   "dlls/winsock/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winsock/Makefile" ;;
19090   "dlls/winsock/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winsock/tests/Makefile" ;;
19091   "dlls/winspool/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winspool/Makefile" ;;
19092   "dlls/winspool/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winspool/tests/Makefile" ;;
19093   "dlls/wintab32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
19094   "dlls/wintrust/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
19095   "dlls/wldap32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
19096   "dlls/wow32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
19097   "dlls/wsock32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
19098   "dlls/wtsapi32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
19099   "dlls/x11drv/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/x11drv/Makefile" ;;
19100   "documentation/Makefile" ) CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
19101   "fonts/Makefile" ) CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
19102   "include/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
19103   "libs/Makefile" ) CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
19104   "libs/port/Makefile" ) CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
19105   "libs/unicode/Makefile" ) CONFIG_FILES="$CONFIG_FILES libs/unicode/Makefile" ;;
19106   "libs/wine/Makefile" ) CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
19107   "libs/wpp/Makefile" ) CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
19108   "loader/Makefile" ) CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
19109   "programs/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
19110   "programs/avitools/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/avitools/Makefile" ;;
19111   "programs/clock/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
19112   "programs/cmdlgtst/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
19113   "programs/control/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
19114   "programs/expand/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
19115   "programs/hh/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
19116   "programs/msiexec/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
19117   "programs/notepad/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
19118   "programs/progman/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
19119   "programs/regedit/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
19120   "programs/regsvr32/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
19121   "programs/rpcss/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
19122   "programs/rundll32/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
19123   "programs/start/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
19124   "programs/taskmgr/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
19125   "programs/uninstaller/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
19126   "programs/view/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
19127   "programs/wcmd/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/wcmd/Makefile" ;;
19128   "programs/wineboot/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
19129   "programs/winebrowser/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
19130   "programs/winecfg/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
19131   "programs/wineconsole/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
19132   "programs/winedbg/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
19133   "programs/winefile/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
19134   "programs/winemenubuilder/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
19135   "programs/winemine/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
19136   "programs/winepath/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
19137   "programs/winetest/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
19138   "programs/winevdm/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
19139   "programs/winhelp/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/winhelp/Makefile" ;;
19140   "programs/winver/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
19141   "server/Makefile" ) CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
19142   "tools/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
19143   "tools/widl/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
19144   "tools/winapi/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/winapi/Makefile" ;;
19145   "tools/winebuild/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
19146   "tools/winedump/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
19147   "tools/winegcc/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
19148   "tools/wmc/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
19149   "tools/wrc/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
19150   "dlls/gdi/enhmfdrv" ) CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi/enhmfdrv" ;;
19151   "dlls/gdi/mfdrv" ) CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi/mfdrv" ;;
19152   "dlls/kernel/messages" ) CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel/messages" ;;
19153   "dlls/user/resources" ) CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user/resources" ;;
19154   "dlls/wineps/data" ) CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps/data" ;;
19155   "include/wine" ) CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
19156   "include/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
19157   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
19158 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
19159    { (exit 1); exit 1; }; };;
19160   esac
19161 done
19162
19163 # If the user did not use the arguments to specify the items to instantiate,
19164 # then the envvar interface is used.  Set only those that are not.
19165 # We use the long form for the default assignment because of an extremely
19166 # bizarre bug on SunOS 4.1.3.
19167 if $ac_need_defaults; then
19168   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
19169   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
19170   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
19171 fi
19172
19173 # Have a temporary directory for convenience.  Make it in the build tree
19174 # simply because there is no reason to put it here, and in addition,
19175 # creating and moving files from /tmp can sometimes cause problems.
19176 # Create a temporary directory, and hook for its removal unless debugging.
19177 $debug ||
19178 {
19179   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
19180   trap '{ (exit 1); exit 1; }' 1 2 13 15
19181 }
19182
19183 # Create a (secure) tmp directory for tmp files.
19184
19185 {
19186   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
19187   test -n "$tmp" && test -d "$tmp"
19188 }  ||
19189 {
19190   tmp=./confstat$$-$RANDOM
19191   (umask 077 && mkdir $tmp)
19192 } ||
19193 {
19194    echo "$me: cannot create a temporary directory in ." >&2
19195    { (exit 1); exit 1; }
19196 }
19197
19198 _ACEOF
19199
19200 cat >>$CONFIG_STATUS <<_ACEOF
19201
19202 #
19203 # CONFIG_FILES section.
19204 #
19205
19206 # No need to generate the scripts if there are no CONFIG_FILES.
19207 # This happens for instance when ./config.status config.h
19208 if test -n "\$CONFIG_FILES"; then
19209   # Protect against being on the right side of a sed subst in config.status.
19210   sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
19211    s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
19212 s,@SHELL@,$SHELL,;t t
19213 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
19214 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
19215 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
19216 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
19217 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
19218 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
19219 s,@exec_prefix@,$exec_prefix,;t t
19220 s,@prefix@,$prefix,;t t
19221 s,@program_transform_name@,$program_transform_name,;t t
19222 s,@bindir@,$bindir,;t t
19223 s,@sbindir@,$sbindir,;t t
19224 s,@libexecdir@,$libexecdir,;t t
19225 s,@datadir@,$datadir,;t t
19226 s,@sysconfdir@,$sysconfdir,;t t
19227 s,@sharedstatedir@,$sharedstatedir,;t t
19228 s,@localstatedir@,$localstatedir,;t t
19229 s,@libdir@,$libdir,;t t
19230 s,@includedir@,$includedir,;t t
19231 s,@oldincludedir@,$oldincludedir,;t t
19232 s,@infodir@,$infodir,;t t
19233 s,@mandir@,$mandir,;t t
19234 s,@build_alias@,$build_alias,;t t
19235 s,@host_alias@,$host_alias,;t t
19236 s,@target_alias@,$target_alias,;t t
19237 s,@DEFS@,$DEFS,;t t
19238 s,@ECHO_C@,$ECHO_C,;t t
19239 s,@ECHO_N@,$ECHO_N,;t t
19240 s,@ECHO_T@,$ECHO_T,;t t
19241 s,@LIBS@,$LIBS,;t t
19242 s,@DLLDEFS@,$DLLDEFS,;t t
19243 s,@build@,$build,;t t
19244 s,@build_cpu@,$build_cpu,;t t
19245 s,@build_vendor@,$build_vendor,;t t
19246 s,@build_os@,$build_os,;t t
19247 s,@host@,$host,;t t
19248 s,@host_cpu@,$host_cpu,;t t
19249 s,@host_vendor@,$host_vendor,;t t
19250 s,@host_os@,$host_os,;t t
19251 s,@WIN16_FILES@,$WIN16_FILES,;t t
19252 s,@WIN16_INSTALL@,$WIN16_INSTALL,;t t
19253 s,@SET_MAKE@,$SET_MAKE,;t t
19254 s,@CC@,$CC,;t t
19255 s,@CFLAGS@,$CFLAGS,;t t
19256 s,@LDFLAGS@,$LDFLAGS,;t t
19257 s,@CPPFLAGS@,$CPPFLAGS,;t t
19258 s,@ac_ct_CC@,$ac_ct_CC,;t t
19259 s,@EXEEXT@,$EXEEXT,;t t
19260 s,@OBJEXT@,$OBJEXT,;t t
19261 s,@CXX@,$CXX,;t t
19262 s,@CXXFLAGS@,$CXXFLAGS,;t t
19263 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
19264 s,@CPPBIN@,$CPPBIN,;t t
19265 s,@ac_ct_CPPBIN@,$ac_ct_CPPBIN,;t t
19266 s,@TOOLSDIR@,$TOOLSDIR,;t t
19267 s,@CPP@,$CPP,;t t
19268 s,@X_CFLAGS@,$X_CFLAGS,;t t
19269 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
19270 s,@X_LIBS@,$X_LIBS,;t t
19271 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
19272 s,@LEX@,$LEX,;t t
19273 s,@LEXLIB@,$LEXLIB,;t t
19274 s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
19275 s,@XLEX@,$XLEX,;t t
19276 s,@BISON@,$BISON,;t t
19277 s,@AS@,$AS,;t t
19278 s,@ac_ct_AS@,$ac_ct_AS,;t t
19279 s,@LD@,$LD,;t t
19280 s,@ac_ct_LD@,$ac_ct_LD,;t t
19281 s,@AR@,$AR,;t t
19282 s,@ac_ct_AR@,$ac_ct_AR,;t t
19283 s,@RANLIB@,$RANLIB,;t t
19284 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
19285 s,@STRIP@,$STRIP,;t t
19286 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
19287 s,@WINDRES@,$WINDRES,;t t
19288 s,@ac_ct_WINDRES@,$ac_ct_WINDRES,;t t
19289 s,@LN_S@,$LN_S,;t t
19290 s,@LN@,$LN,;t t
19291 s,@EGREP@,$EGREP,;t t
19292 s,@LDCONFIG@,$LDCONFIG,;t t
19293 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
19294 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
19295 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
19296 s,@LINT@,$LINT,;t t
19297 s,@LINTFLAGS@,$LINTFLAGS,;t t
19298 s,@FONTFORGE@,$FONTFORGE,;t t
19299 s,@PKG_CONFIG@,$PKG_CONFIG,;t t
19300 s,@PRELINK@,$PRELINK,;t t
19301 s,@LIBPTHREAD@,$LIBPTHREAD,;t t
19302 s,@XLIB@,$XLIB,;t t
19303 s,@XFILES@,$XFILES,;t t
19304 s,@OPENGLFILES@,$OPENGLFILES,;t t
19305 s,@GLU32FILES@,$GLU32FILES,;t t
19306 s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
19307 s,@GLUT_LIBS@,$GLUT_LIBS,;t t
19308 s,@GLUT32FILES@,$GLUT32FILES,;t t
19309 s,@NASLIBS@,$NASLIBS,;t t
19310 s,@XML2LIBS@,$XML2LIBS,;t t
19311 s,@XML2INCL@,$XML2INCL,;t t
19312 s,@CURSESLIBS@,$CURSESLIBS,;t t
19313 s,@sane_devel@,$sane_devel,;t t
19314 s,@SANELIBS@,$SANELIBS,;t t
19315 s,@SANEINCL@,$SANEINCL,;t t
19316 s,@ICULIBS@,$ICULIBS,;t t
19317 s,@LCMSLIBS@,$LCMSLIBS,;t t
19318 s,@LDAPLIBS@,$LDAPLIBS,;t t
19319 s,@FREETYPELIBS@,$FREETYPELIBS,;t t
19320 s,@FREETYPEINCL@,$FREETYPEINCL,;t t
19321 s,@ft_devel@,$ft_devel,;t t
19322 s,@ft_devel2@,$ft_devel2,;t t
19323 s,@FONTSSUBDIRS@,$FONTSSUBDIRS,;t t
19324 s,@ARTSCCONFIG@,$ARTSCCONFIG,;t t
19325 s,@ARTSLIBS@,$ARTSLIBS,;t t
19326 s,@ARTSINCL@,$ARTSINCL,;t t
19327 s,@ESDCONFIG@,$ESDCONFIG,;t t
19328 s,@ESDLIBS@,$ESDLIBS,;t t
19329 s,@ESDINCL@,$ESDINCL,;t t
19330 s,@ALSALIBS@,$ALSALIBS,;t t
19331 s,@AUDIOIOLIBS@,$AUDIOIOLIBS,;t t
19332 s,@EXTRACFLAGS@,$EXTRACFLAGS,;t t
19333 s,@BUILTINFLAG@,$BUILTINFLAG,;t t
19334 s,@DLLEXT@,$DLLEXT,;t t
19335 s,@DLLFLAGS@,$DLLFLAGS,;t t
19336 s,@DLLIBS@,$DLLIBS,;t t
19337 s,@LDSHARED@,$LDSHARED,;t t
19338 s,@LDDLLFLAGS@,$LDDLLFLAGS,;t t
19339 s,@LIBEXT@,$LIBEXT,;t t
19340 s,@IMPLIBEXT@,$IMPLIBEXT,;t t
19341 s,@DLLTOOL@,$DLLTOOL,;t t
19342 s,@ac_ct_DLLTOOL@,$ac_ct_DLLTOOL,;t t
19343 s,@DLLWRAP@,$DLLWRAP,;t t
19344 s,@ac_ct_DLLWRAP@,$ac_ct_DLLWRAP,;t t
19345 s,@LDEXECFLAGS@,$LDEXECFLAGS,;t t
19346 s,@LDLIBWINEFLAGS@,$LDLIBWINEFLAGS,;t t
19347 s,@COREFOUNDATIONLIB@,$COREFOUNDATIONLIB,;t t
19348 s,@IOKITLIB@,$IOKITLIB,;t t
19349 s,@CROSSTEST@,$CROSSTEST,;t t
19350 s,@CROSSCC@,$CROSSCC,;t t
19351 s,@CROSSWINDRES@,$CROSSWINDRES,;t t
19352 s,@LDPATH@,$LDPATH,;t t
19353 s,@CRTLIBS@,$CRTLIBS,;t t
19354 s,@SOCKETLIBS@,$SOCKETLIBS,;t t
19355 s,@WINE_BINARIES@,$WINE_BINARIES,;t t
19356 s,@MAIN_BINARY@,$MAIN_BINARY,;t t
19357 s,@LDD@,$LDD,;t t
19358 s,@LIBOBJS@,$LIBOBJS,;t t
19359 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
19360 /@MAKE_RULES@/r $MAKE_RULES
19361 s,@MAKE_RULES@,,;t t
19362 /@MAKE_DLL_RULES@/r $MAKE_DLL_RULES
19363 s,@MAKE_DLL_RULES@,,;t t
19364 /@MAKE_IMPLIB_RULES@/r $MAKE_IMPLIB_RULES
19365 s,@MAKE_IMPLIB_RULES@,,;t t
19366 /@MAKE_TEST_RULES@/r $MAKE_TEST_RULES
19367 s,@MAKE_TEST_RULES@,,;t t
19368 /@MAKE_LIB_RULES@/r $MAKE_LIB_RULES
19369 s,@MAKE_LIB_RULES@,,;t t
19370 /@MAKE_PROG_RULES@/r $MAKE_PROG_RULES
19371 s,@MAKE_PROG_RULES@,,;t t
19372 CEOF
19373
19374 _ACEOF
19375
19376   cat >>$CONFIG_STATUS <<\_ACEOF
19377   # Split the substitutions into bite-sized pieces for seds with
19378   # small command number limits, like on Digital OSF/1 and HP-UX.
19379   ac_max_sed_lines=48
19380   ac_sed_frag=1 # Number of current file.
19381   ac_beg=1 # First line for current file.
19382   ac_end=$ac_max_sed_lines # Line after last line for current file.
19383   ac_more_lines=:
19384   ac_sed_cmds=
19385   while $ac_more_lines; do
19386     if test $ac_beg -gt 1; then
19387       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
19388     else
19389       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
19390     fi
19391     if test ! -s $tmp/subs.frag; then
19392       ac_more_lines=false
19393     else
19394       # The purpose of the label and of the branching condition is to
19395       # speed up the sed processing (if there are no `@' at all, there
19396       # is no need to browse any of the substitutions).
19397       # These are the two extra sed commands mentioned above.
19398       (echo ':t
19399   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
19400       if test -z "$ac_sed_cmds"; then
19401         ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
19402       else
19403         ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
19404       fi
19405       ac_sed_frag=`expr $ac_sed_frag + 1`
19406       ac_beg=$ac_end
19407       ac_end=`expr $ac_end + $ac_max_sed_lines`
19408     fi
19409   done
19410   if test -z "$ac_sed_cmds"; then
19411     ac_sed_cmds=cat
19412   fi
19413 fi # test -n "$CONFIG_FILES"
19414
19415 _ACEOF
19416 cat >>$CONFIG_STATUS <<\_ACEOF
19417 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
19418   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
19419   case $ac_file in
19420   - | *:- | *:-:* ) # input from stdin
19421         cat >$tmp/stdin
19422         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
19423         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
19424   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
19425         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
19426   * )   ac_file_in=$ac_file.in ;;
19427   esac
19428
19429   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
19430   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
19431 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19432          X"$ac_file" : 'X\(//\)[^/]' \| \
19433          X"$ac_file" : 'X\(//\)$' \| \
19434          X"$ac_file" : 'X\(/\)' \| \
19435          .     : '\(.\)' 2>/dev/null ||
19436 echo X"$ac_file" |
19437     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
19438           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
19439           /^X\(\/\/\)$/{ s//\1/; q; }
19440           /^X\(\/\).*/{ s//\1/; q; }
19441           s/.*/./; q'`
19442   { if $as_mkdir_p; then
19443     mkdir -p "$ac_dir"
19444   else
19445     as_dir="$ac_dir"
19446     as_dirs=
19447     while test ! -d "$as_dir"; do
19448       as_dirs="$as_dir $as_dirs"
19449       as_dir=`(dirname "$as_dir") 2>/dev/null ||
19450 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19451          X"$as_dir" : 'X\(//\)[^/]' \| \
19452          X"$as_dir" : 'X\(//\)$' \| \
19453          X"$as_dir" : 'X\(/\)' \| \
19454          .     : '\(.\)' 2>/dev/null ||
19455 echo X"$as_dir" |
19456     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
19457           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
19458           /^X\(\/\/\)$/{ s//\1/; q; }
19459           /^X\(\/\).*/{ s//\1/; q; }
19460           s/.*/./; q'`
19461     done
19462     test ! -n "$as_dirs" || mkdir $as_dirs
19463   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
19464 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
19465    { (exit 1); exit 1; }; }; }
19466
19467   ac_builddir=.
19468
19469 if test "$ac_dir" != .; then
19470   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
19471   # A "../" for each directory in $ac_dir_suffix.
19472   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
19473 else
19474   ac_dir_suffix= ac_top_builddir=
19475 fi
19476
19477 case $srcdir in
19478   .)  # No --srcdir option.  We are building in place.
19479     ac_srcdir=.
19480     if test -z "$ac_top_builddir"; then
19481        ac_top_srcdir=.
19482     else
19483        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
19484     fi ;;
19485   [\\/]* | ?:[\\/]* )  # Absolute path.
19486     ac_srcdir=$srcdir$ac_dir_suffix;
19487     ac_top_srcdir=$srcdir ;;
19488   *) # Relative path.
19489     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
19490     ac_top_srcdir=$ac_top_builddir$srcdir ;;
19491 esac
19492
19493 # Do not use `cd foo && pwd` to compute absolute paths, because
19494 # the directories may not exist.
19495 case `pwd` in
19496 .) ac_abs_builddir="$ac_dir";;
19497 *)
19498   case "$ac_dir" in
19499   .) ac_abs_builddir=`pwd`;;
19500   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
19501   *) ac_abs_builddir=`pwd`/"$ac_dir";;
19502   esac;;
19503 esac
19504 case $ac_abs_builddir in
19505 .) ac_abs_top_builddir=${ac_top_builddir}.;;
19506 *)
19507   case ${ac_top_builddir}. in
19508   .) ac_abs_top_builddir=$ac_abs_builddir;;
19509   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
19510   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
19511   esac;;
19512 esac
19513 case $ac_abs_builddir in
19514 .) ac_abs_srcdir=$ac_srcdir;;
19515 *)
19516   case $ac_srcdir in
19517   .) ac_abs_srcdir=$ac_abs_builddir;;
19518   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
19519   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
19520   esac;;
19521 esac
19522 case $ac_abs_builddir in
19523 .) ac_abs_top_srcdir=$ac_top_srcdir;;
19524 *)
19525   case $ac_top_srcdir in
19526   .) ac_abs_top_srcdir=$ac_abs_builddir;;
19527   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
19528   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
19529   esac;;
19530 esac
19531
19532
19533   case $INSTALL in
19534   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
19535   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
19536   esac
19537
19538   # Let's still pretend it is `configure' which instantiates (i.e., don't
19539   # use $as_me), people would be surprised to read:
19540   #    /* config.h.  Generated by config.status.  */
19541   if test x"$ac_file" = x-; then
19542     configure_input=
19543   else
19544     configure_input="$ac_file.  "
19545   fi
19546   configure_input=$configure_input"Generated from `echo $ac_file_in |
19547                                      sed 's,.*/,,'` by configure."
19548
19549   # First look for the input files in the build tree, otherwise in the
19550   # src tree.
19551   ac_file_inputs=`IFS=:
19552     for f in $ac_file_in; do
19553       case $f in
19554       -) echo $tmp/stdin ;;
19555       [\\/$]*)
19556          # Absolute (can't be DOS-style, as IFS=:)
19557          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
19558 echo "$as_me: error: cannot find input file: $f" >&2;}
19559    { (exit 1); exit 1; }; }
19560          echo "$f";;
19561       *) # Relative
19562          if test -f "$f"; then
19563            # Build tree
19564            echo "$f"
19565          elif test -f "$srcdir/$f"; then
19566            # Source tree
19567            echo "$srcdir/$f"
19568          else
19569            # /dev/null tree
19570            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
19571 echo "$as_me: error: cannot find input file: $f" >&2;}
19572    { (exit 1); exit 1; }; }
19573          fi;;
19574       esac
19575     done` || { (exit 1); exit 1; }
19576
19577   if test x"$ac_file" != x-; then
19578     { echo "$as_me:$LINENO: creating $ac_file" >&5
19579 echo "$as_me: creating $ac_file" >&6;}
19580     rm -f "$ac_file"
19581   fi
19582 _ACEOF
19583 cat >>$CONFIG_STATUS <<_ACEOF
19584   sed "$ac_vpsub
19585 $extrasub
19586 _ACEOF
19587 cat >>$CONFIG_STATUS <<\_ACEOF
19588 :t
19589 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19590 s,@configure_input@,$configure_input,;t t
19591 s,@srcdir@,$ac_srcdir,;t t
19592 s,@abs_srcdir@,$ac_abs_srcdir,;t t
19593 s,@top_srcdir@,$ac_top_srcdir,;t t
19594 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
19595 s,@builddir@,$ac_builddir,;t t
19596 s,@abs_builddir@,$ac_abs_builddir,;t t
19597 s,@top_builddir@,$ac_top_builddir,;t t
19598 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
19599 s,@INSTALL@,$ac_INSTALL,;t t
19600 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
19601   rm -f $tmp/stdin
19602   if test x"$ac_file" != x-; then
19603     mv $tmp/out $ac_file
19604   else
19605     cat $tmp/out
19606     rm -f $tmp/out
19607   fi
19608
19609 done
19610 _ACEOF
19611 cat >>$CONFIG_STATUS <<\_ACEOF
19612
19613 #
19614 # CONFIG_HEADER section.
19615 #
19616
19617 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
19618 # NAME is the cpp macro being defined and VALUE is the value it is being given.
19619 #
19620 # ac_d sets the value in "#define NAME VALUE" lines.
19621 ac_dA='s,^\([    ]*\)#\([        ]*define[       ][      ]*\)'
19622 ac_dB='[         ].*$,\1#\2'
19623 ac_dC=' '
19624 ac_dD=',;t'
19625 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
19626 ac_uA='s,^\([    ]*\)#\([        ]*\)undef\([    ][      ]*\)'
19627 ac_uB='$,\1#\2define\3'
19628 ac_uC=' '
19629 ac_uD=',;t'
19630
19631 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
19632   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
19633   case $ac_file in
19634   - | *:- | *:-:* ) # input from stdin
19635         cat >$tmp/stdin
19636         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
19637         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
19638   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
19639         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
19640   * )   ac_file_in=$ac_file.in ;;
19641   esac
19642
19643   test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
19644 echo "$as_me: creating $ac_file" >&6;}
19645
19646   # First look for the input files in the build tree, otherwise in the
19647   # src tree.
19648   ac_file_inputs=`IFS=:
19649     for f in $ac_file_in; do
19650       case $f in
19651       -) echo $tmp/stdin ;;
19652       [\\/$]*)
19653          # Absolute (can't be DOS-style, as IFS=:)
19654          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
19655 echo "$as_me: error: cannot find input file: $f" >&2;}
19656    { (exit 1); exit 1; }; }
19657          # Do quote $f, to prevent DOS paths from being IFS'd.
19658          echo "$f";;
19659       *) # Relative
19660          if test -f "$f"; then
19661            # Build tree
19662            echo "$f"
19663          elif test -f "$srcdir/$f"; then
19664            # Source tree
19665            echo "$srcdir/$f"
19666          else
19667            # /dev/null tree
19668            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
19669 echo "$as_me: error: cannot find input file: $f" >&2;}
19670    { (exit 1); exit 1; }; }
19671          fi;;
19672       esac
19673     done` || { (exit 1); exit 1; }
19674   # Remove the trailing spaces.
19675   sed 's/[       ]*$//' $ac_file_inputs >$tmp/in
19676
19677 _ACEOF
19678
19679 # Transform confdefs.h into two sed scripts, `conftest.defines' and
19680 # `conftest.undefs', that substitutes the proper values into
19681 # config.h.in to produce config.h.  The first handles `#define'
19682 # templates, and the second `#undef' templates.
19683 # And first: Protect against being on the right side of a sed subst in
19684 # config.status.  Protect against being in an unquoted here document
19685 # in config.status.
19686 rm -f conftest.defines conftest.undefs
19687 # Using a here document instead of a string reduces the quoting nightmare.
19688 # Putting comments in sed scripts is not portable.
19689 #
19690 # `end' is used to avoid that the second main sed command (meant for
19691 # 0-ary CPP macros) applies to n-ary macro definitions.
19692 # See the Autoconf documentation for `clear'.
19693 cat >confdef2sed.sed <<\_ACEOF
19694 s/[\\&,]/\\&/g
19695 s,[\\$`],\\&,g
19696 t clear
19697 : clear
19698 s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
19699 t end
19700 s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
19701 : end
19702 _ACEOF
19703 # If some macros were called several times there might be several times
19704 # the same #defines, which is useless.  Nevertheless, we may not want to
19705 # sort them, since we want the *last* AC-DEFINE to be honored.
19706 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
19707 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
19708 rm -f confdef2sed.sed
19709
19710 # This sed command replaces #undef with comments.  This is necessary, for
19711 # example, in the case of _POSIX_SOURCE, which is predefined and required
19712 # on some systems where configure will not decide to define it.
19713 cat >>conftest.undefs <<\_ACEOF
19714 s,^[     ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
19715 _ACEOF
19716
19717 # Break up conftest.defines because some shells have a limit on the size
19718 # of here documents, and old seds have small limits too (100 cmds).
19719 echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
19720 echo '  if grep "^[      ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
19721 echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
19722 echo '  :' >>$CONFIG_STATUS
19723 rm -f conftest.tail
19724 while grep . conftest.defines >/dev/null
19725 do
19726   # Write a limited-size here document to $tmp/defines.sed.
19727   echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
19728   # Speed up: don't consider the non `#define' lines.
19729   echo '/^[      ]*#[    ]*define/!b' >>$CONFIG_STATUS
19730   # Work around the forget-to-reset-the-flag bug.
19731   echo 't clr' >>$CONFIG_STATUS
19732   echo ': clr' >>$CONFIG_STATUS
19733   sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
19734   echo 'CEOF
19735   sed -f $tmp/defines.sed $tmp/in >$tmp/out
19736   rm -f $tmp/in
19737   mv $tmp/out $tmp/in
19738 ' >>$CONFIG_STATUS
19739   sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
19740   rm -f conftest.defines
19741   mv conftest.tail conftest.defines
19742 done
19743 rm -f conftest.defines
19744 echo '  fi # grep' >>$CONFIG_STATUS
19745 echo >>$CONFIG_STATUS
19746
19747 # Break up conftest.undefs because some shells have a limit on the size
19748 # of here documents, and old seds have small limits too (100 cmds).
19749 echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
19750 rm -f conftest.tail
19751 while grep . conftest.undefs >/dev/null
19752 do
19753   # Write a limited-size here document to $tmp/undefs.sed.
19754   echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
19755   # Speed up: don't consider the non `#undef'
19756   echo '/^[      ]*#[    ]*undef/!b' >>$CONFIG_STATUS
19757   # Work around the forget-to-reset-the-flag bug.
19758   echo 't clr' >>$CONFIG_STATUS
19759   echo ': clr' >>$CONFIG_STATUS
19760   sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
19761   echo 'CEOF
19762   sed -f $tmp/undefs.sed $tmp/in >$tmp/out
19763   rm -f $tmp/in
19764   mv $tmp/out $tmp/in
19765 ' >>$CONFIG_STATUS
19766   sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
19767   rm -f conftest.undefs
19768   mv conftest.tail conftest.undefs
19769 done
19770 rm -f conftest.undefs
19771
19772 cat >>$CONFIG_STATUS <<\_ACEOF
19773   # Let's still pretend it is `configure' which instantiates (i.e., don't
19774   # use $as_me), people would be surprised to read:
19775   #    /* config.h.  Generated by config.status.  */
19776   if test x"$ac_file" = x-; then
19777     echo "/* Generated by configure.  */" >$tmp/config.h
19778   else
19779     echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
19780   fi
19781   cat $tmp/in >>$tmp/config.h
19782   rm -f $tmp/in
19783   if test x"$ac_file" != x-; then
19784     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
19785       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
19786 echo "$as_me: $ac_file is unchanged" >&6;}
19787     else
19788       ac_dir=`(dirname "$ac_file") 2>/dev/null ||
19789 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19790          X"$ac_file" : 'X\(//\)[^/]' \| \
19791          X"$ac_file" : 'X\(//\)$' \| \
19792          X"$ac_file" : 'X\(/\)' \| \
19793          .     : '\(.\)' 2>/dev/null ||
19794 echo X"$ac_file" |
19795     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
19796           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
19797           /^X\(\/\/\)$/{ s//\1/; q; }
19798           /^X\(\/\).*/{ s//\1/; q; }
19799           s/.*/./; q'`
19800       { if $as_mkdir_p; then
19801     mkdir -p "$ac_dir"
19802   else
19803     as_dir="$ac_dir"
19804     as_dirs=
19805     while test ! -d "$as_dir"; do
19806       as_dirs="$as_dir $as_dirs"
19807       as_dir=`(dirname "$as_dir") 2>/dev/null ||
19808 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19809          X"$as_dir" : 'X\(//\)[^/]' \| \
19810          X"$as_dir" : 'X\(//\)$' \| \
19811          X"$as_dir" : 'X\(/\)' \| \
19812          .     : '\(.\)' 2>/dev/null ||
19813 echo X"$as_dir" |
19814     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
19815           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
19816           /^X\(\/\/\)$/{ s//\1/; q; }
19817           /^X\(\/\).*/{ s//\1/; q; }
19818           s/.*/./; q'`
19819     done
19820     test ! -n "$as_dirs" || mkdir $as_dirs
19821   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
19822 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
19823    { (exit 1); exit 1; }; }; }
19824
19825       rm -f $ac_file
19826       mv $tmp/config.h $ac_file
19827     fi
19828   else
19829     cat $tmp/config.h
19830     rm -f $tmp/config.h
19831   fi
19832 done
19833 _ACEOF
19834 cat >>$CONFIG_STATUS <<\_ACEOF
19835
19836 #
19837 # CONFIG_COMMANDS section.
19838 #
19839 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
19840   ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
19841   ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
19842   ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
19843 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19844          X"$ac_dest" : 'X\(//\)[^/]' \| \
19845          X"$ac_dest" : 'X\(//\)$' \| \
19846          X"$ac_dest" : 'X\(/\)' \| \
19847          .     : '\(.\)' 2>/dev/null ||
19848 echo X"$ac_dest" |
19849     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
19850           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
19851           /^X\(\/\/\)$/{ s//\1/; q; }
19852           /^X\(\/\).*/{ s//\1/; q; }
19853           s/.*/./; q'`
19854   { if $as_mkdir_p; then
19855     mkdir -p "$ac_dir"
19856   else
19857     as_dir="$ac_dir"
19858     as_dirs=
19859     while test ! -d "$as_dir"; do
19860       as_dirs="$as_dir $as_dirs"
19861       as_dir=`(dirname "$as_dir") 2>/dev/null ||
19862 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19863          X"$as_dir" : 'X\(//\)[^/]' \| \
19864          X"$as_dir" : 'X\(//\)$' \| \
19865          X"$as_dir" : 'X\(/\)' \| \
19866          .     : '\(.\)' 2>/dev/null ||
19867 echo X"$as_dir" |
19868     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
19869           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
19870           /^X\(\/\/\)$/{ s//\1/; q; }
19871           /^X\(\/\).*/{ s//\1/; q; }
19872           s/.*/./; q'`
19873     done
19874     test ! -n "$as_dirs" || mkdir $as_dirs
19875   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
19876 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
19877    { (exit 1); exit 1; }; }; }
19878
19879   ac_builddir=.
19880
19881 if test "$ac_dir" != .; then
19882   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
19883   # A "../" for each directory in $ac_dir_suffix.
19884   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
19885 else
19886   ac_dir_suffix= ac_top_builddir=
19887 fi
19888
19889 case $srcdir in
19890   .)  # No --srcdir option.  We are building in place.
19891     ac_srcdir=.
19892     if test -z "$ac_top_builddir"; then
19893        ac_top_srcdir=.
19894     else
19895        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
19896     fi ;;
19897   [\\/]* | ?:[\\/]* )  # Absolute path.
19898     ac_srcdir=$srcdir$ac_dir_suffix;
19899     ac_top_srcdir=$srcdir ;;
19900   *) # Relative path.
19901     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
19902     ac_top_srcdir=$ac_top_builddir$srcdir ;;
19903 esac
19904
19905 # Do not use `cd foo && pwd` to compute absolute paths, because
19906 # the directories may not exist.
19907 case `pwd` in
19908 .) ac_abs_builddir="$ac_dir";;
19909 *)
19910   case "$ac_dir" in
19911   .) ac_abs_builddir=`pwd`;;
19912   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
19913   *) ac_abs_builddir=`pwd`/"$ac_dir";;
19914   esac;;
19915 esac
19916 case $ac_abs_builddir in
19917 .) ac_abs_top_builddir=${ac_top_builddir}.;;
19918 *)
19919   case ${ac_top_builddir}. in
19920   .) ac_abs_top_builddir=$ac_abs_builddir;;
19921   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
19922   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
19923   esac;;
19924 esac
19925 case $ac_abs_builddir in
19926 .) ac_abs_srcdir=$ac_srcdir;;
19927 *)
19928   case $ac_srcdir in
19929   .) ac_abs_srcdir=$ac_abs_builddir;;
19930   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
19931   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
19932   esac;;
19933 esac
19934 case $ac_abs_builddir in
19935 .) ac_abs_top_srcdir=$ac_top_srcdir;;
19936 *)
19937   case $ac_top_srcdir in
19938   .) ac_abs_top_srcdir=$ac_abs_builddir;;
19939   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
19940   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
19941   esac;;
19942 esac
19943
19944
19945   { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
19946 echo "$as_me: executing $ac_dest commands" >&6;}
19947   case $ac_dest in
19948     dlls/gdi/enhmfdrv ) test -d "dlls/gdi/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi/enhmfdrv" >&5
19949 echo "$as_me: creating dlls/gdi/enhmfdrv" >&6;} && mkdir "dlls/gdi/enhmfdrv") ;;
19950     dlls/gdi/mfdrv ) test -d "dlls/gdi/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi/mfdrv" >&5
19951 echo "$as_me: creating dlls/gdi/mfdrv" >&6;} && mkdir "dlls/gdi/mfdrv") ;;
19952     dlls/kernel/messages ) test -d "dlls/kernel/messages" || ({ echo "$as_me:$LINENO: creating dlls/kernel/messages" >&5
19953 echo "$as_me: creating dlls/kernel/messages" >&6;} && mkdir "dlls/kernel/messages") ;;
19954     dlls/user/resources ) test -d "dlls/user/resources" || ({ echo "$as_me:$LINENO: creating dlls/user/resources" >&5
19955 echo "$as_me: creating dlls/user/resources" >&6;} && mkdir "dlls/user/resources") ;;
19956     dlls/wineps/data ) test -d "dlls/wineps/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps/data" >&5
19957 echo "$as_me: creating dlls/wineps/data" >&6;} && mkdir "dlls/wineps/data") ;;
19958     include/wine ) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
19959 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
19960   esac
19961 done
19962 _ACEOF
19963
19964 cat >>$CONFIG_STATUS <<\_ACEOF
19965
19966 { (exit 0); exit 0; }
19967 _ACEOF
19968 chmod +x $CONFIG_STATUS
19969 ac_clean_files=$ac_clean_files_save
19970
19971
19972 # configure is writing to config.log, and then calls config.status.
19973 # config.status does its own redirection, appending to config.log.
19974 # Unfortunately, on DOS this fails, as config.log is still kept open
19975 # by configure, so config.status won't be able to write to it; its
19976 # output is simply discarded.  So we exec the FD to /dev/null,
19977 # effectively closing config.log, so it can be properly (re)opened and
19978 # appended to by config.status.  When coming back to configure, we
19979 # need to make the FD available again.
19980 if test "$no_create" != yes; then
19981   ac_cs_success=:
19982   ac_config_status_args=
19983   test "$silent" = yes &&
19984     ac_config_status_args="$ac_config_status_args --quiet"
19985   exec 5>/dev/null
19986   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19987   exec 5>>config.log
19988   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19989   # would make configure fail if this is the last instruction.
19990   $ac_cs_success || { (exit 1); exit 1; }
19991 fi
19992
19993
19994 if test "$have_x" = "no"
19995 then
19996   echo
19997   echo "*** Warning: X development files not found. Wine will be built without"
19998   echo "*** X support, which currently does not work, and would probably not be"
19999   echo "*** what you want anyway. You will need to install devel packages of"
20000   echo "*** Xlib/Xfree86 at the very least."
20001 fi
20002
20003 if test "$wine_cv_opengl_version_OK" = "no"
20004 then
20005   echo
20006   echo "*** Warning: old Mesa headers detected. Wine will be built without Direct3D"
20007   echo "*** support. Consider upgrading your Mesa libraries (http://www.mesa3d.org/)."
20008 fi
20009
20010 if test "$wine_cv_msg_freetype" = "yes"
20011 then
20012   echo
20013   echo "*** Note: Your system appears to have the FreeType 2 runtime libraries"
20014   echo "*** installed, but 'freetype-config' is not in your PATH. Install the"
20015   echo "*** freetype-devel package (or its equivalent on your distribution) to"
20016   echo "*** enable Wine to use TrueType fonts."
20017 fi
20018
20019 if test -z "$ALSALIBS" -a \
20020         -z "$ARTSC_LIBS" -a \
20021         -z "$AUDIOIOLIBS" -a \
20022         -z "$NASLIBS" -a \
20023         -z "$ESD_LIBS" -a \
20024         -z "$ac_cv_lib_soname_jack" -a \
20025         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
20026         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
20027         "$ac_cv_header_soundcard_h" != "yes"
20028 then
20029     echo "*** No sound system was found. Windows applications will be silent."
20030     echo "*** The currently supported sound systems are:"
20031     echo "*** ALSA, ARTS, EsounD, AudioIO, Jack, NAS and OSS"
20032 fi
20033
20034 echo
20035 echo "Configure finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine."
20036 echo
20037