msxml3: Store selected query language in backend document instance.
[wine] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for Wine 1.3.2.
4 #
5 # Report bugs to <wine-devel@winehq.org>.
6 #
7 #
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
10 # Inc.
11 #
12 #
13 # This configure script is free software; the Free Software Foundation
14 # gives unlimited permission to copy, distribute and modify it.
15 ## -------------------- ##
16 ## M4sh Initialization. ##
17 ## -------------------- ##
18
19 # Be more Bourne compatible
20 DUALCASE=1; export DUALCASE # for MKS sh
21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22   emulate sh
23   NULLCMD=:
24   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25   # is contrary to our usage.  Disable this feature.
26   alias -g '${1+"$@"}'='"$@"'
27   setopt NO_GLOB_SUBST
28 else
29   case `(set -o) 2>/dev/null` in #(
30   *posix*) :
31     set -o posix ;; #(
32   *) :
33      ;;
34 esac
35 fi
36
37
38 as_nl='
39 '
40 export as_nl
41 # Printing a long string crashes Solaris 7 /usr/bin/printf.
42 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45 # Prefer a ksh shell builtin over an external printf program on Solaris,
46 # but without wasting forks for bash or zsh.
47 if test -z "$BASH_VERSION$ZSH_VERSION" \
48     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49   as_echo='print -r --'
50   as_echo_n='print -rn --'
51 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52   as_echo='printf %s\n'
53   as_echo_n='printf %s'
54 else
55   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57     as_echo_n='/usr/ucb/echo -n'
58   else
59     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60     as_echo_n_body='eval
61       arg=$1;
62       case $arg in #(
63       *"$as_nl"*)
64         expr "X$arg" : "X\\(.*\\)$as_nl";
65         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66       esac;
67       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
68     '
69     export as_echo_n_body
70     as_echo_n='sh -c $as_echo_n_body as_echo'
71   fi
72   export as_echo_body
73   as_echo='sh -c $as_echo_body as_echo'
74 fi
75
76 # The user is always right.
77 if test "${PATH_SEPARATOR+set}" != set; then
78   PATH_SEPARATOR=:
79   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81       PATH_SEPARATOR=';'
82   }
83 fi
84
85
86 # IFS
87 # We need space, tab and new line, in precisely that order.  Quoting is
88 # there to prevent editors from complaining about space-tab.
89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
90 # splitting by setting IFS to empty value.)
91 IFS=" ""        $as_nl"
92
93 # Find who we are.  Look in the path if we contain no directory separator.
94 case $0 in #((
95   *[\\/]* ) as_myself=$0 ;;
96   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 for as_dir in $PATH
98 do
99   IFS=$as_save_IFS
100   test -z "$as_dir" && as_dir=.
101     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
102   done
103 IFS=$as_save_IFS
104
105      ;;
106 esac
107 # We did not find ourselves, most probably we were run as `sh COMMAND'
108 # in which case we are not to be found in the path.
109 if test "x$as_myself" = x; then
110   as_myself=$0
111 fi
112 if test ! -f "$as_myself"; then
113   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114   exit 1
115 fi
116
117 # Unset variables that we do not need and which cause bugs (e.g. in
118 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
119 # suppresses any "Segmentation fault" message there.  '((' could
120 # trigger a bug in pdksh 5.2.14.
121 for as_var in BASH_ENV ENV MAIL MAILPATH
122 do eval test x\${$as_var+set} = xset \
123   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
124 done
125 PS1='$ '
126 PS2='> '
127 PS4='+ '
128
129 # NLS nuisances.
130 LC_ALL=C
131 export LC_ALL
132 LANGUAGE=C
133 export LANGUAGE
134
135 # CDPATH.
136 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137
138 if test "x$CONFIG_SHELL" = x; then
139   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140   emulate sh
141   NULLCMD=:
142   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
143   # is contrary to our usage.  Disable this feature.
144   alias -g '\${1+\"\$@\"}'='\"\$@\"'
145   setopt NO_GLOB_SUBST
146 else
147   case \`(set -o) 2>/dev/null\` in #(
148   *posix*) :
149     set -o posix ;; #(
150   *) :
151      ;;
152 esac
153 fi
154 "
155   as_required="as_fn_return () { (exit \$1); }
156 as_fn_success () { as_fn_return 0; }
157 as_fn_failure () { as_fn_return 1; }
158 as_fn_ret_success () { return 0; }
159 as_fn_ret_failure () { return 1; }
160
161 exitcode=0
162 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
163 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
164 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
165 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
166 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
167
168 else
169   exitcode=1; echo positional parameters were not saved.
170 fi
171 test x\$exitcode = x0 || exit 1"
172   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
173   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
175   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
176 test \$(( 1 + 1 )) = 2 || exit 1"
177   if (eval "$as_required") 2>/dev/null; then :
178   as_have_required=yes
179 else
180   as_have_required=no
181 fi
182   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
183
184 else
185   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
186 as_found=false
187 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
188 do
189   IFS=$as_save_IFS
190   test -z "$as_dir" && as_dir=.
191   as_found=:
192   case $as_dir in #(
193          /*)
194            for as_base in sh bash ksh sh5; do
195              # Try only shells that exist, to save several forks.
196              as_shell=$as_dir/$as_base
197              if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
198                     { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
199   CONFIG_SHELL=$as_shell as_have_required=yes
200                    if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
201   break 2
202 fi
203 fi
204            done;;
205        esac
206   as_found=false
207 done
208 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
209               { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
210   CONFIG_SHELL=$SHELL as_have_required=yes
211 fi; }
212 IFS=$as_save_IFS
213
214
215       if test "x$CONFIG_SHELL" != x; then :
216   # We cannot yet assume a decent shell, so we have to provide a
217         # neutralization value for shells without unset; and this also
218         # works around shells that cannot unset nonexistent variables.
219         BASH_ENV=/dev/null
220         ENV=/dev/null
221         (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
222         export CONFIG_SHELL
223         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
224 fi
225
226     if test x$as_have_required = xno; then :
227   $as_echo "$0: This script requires a shell more modern than all"
228   $as_echo "$0: the shells that I found on your system."
229   if test x${ZSH_VERSION+set} = xset ; then
230     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
231     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
232   else
233     $as_echo "$0: Please tell bug-autoconf@gnu.org and
234 $0: wine-devel@winehq.org about your system, including any
235 $0: error possibly output before this message. Then install
236 $0: a modern shell, or manually run the script under such a
237 $0: shell if you do have one."
238   fi
239   exit 1
240 fi
241 fi
242 fi
243 SHELL=${CONFIG_SHELL-/bin/sh}
244 export SHELL
245 # Unset more variables known to interfere with behavior of common tools.
246 CLICOLOR_FORCE= GREP_OPTIONS=
247 unset CLICOLOR_FORCE GREP_OPTIONS
248
249 ## --------------------- ##
250 ## M4sh Shell Functions. ##
251 ## --------------------- ##
252 # as_fn_unset VAR
253 # ---------------
254 # Portably unset VAR.
255 as_fn_unset ()
256 {
257   { eval $1=; unset $1;}
258 }
259 as_unset=as_fn_unset
260
261 # as_fn_set_status STATUS
262 # -----------------------
263 # Set $? to STATUS, without forking.
264 as_fn_set_status ()
265 {
266   return $1
267 } # as_fn_set_status
268
269 # as_fn_exit STATUS
270 # -----------------
271 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
272 as_fn_exit ()
273 {
274   set +e
275   as_fn_set_status $1
276   exit $1
277 } # as_fn_exit
278
279 # as_fn_mkdir_p
280 # -------------
281 # Create "$as_dir" as a directory, including parents if necessary.
282 as_fn_mkdir_p ()
283 {
284
285   case $as_dir in #(
286   -*) as_dir=./$as_dir;;
287   esac
288   test -d "$as_dir" || eval $as_mkdir_p || {
289     as_dirs=
290     while :; do
291       case $as_dir in #(
292       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
293       *) as_qdir=$as_dir;;
294       esac
295       as_dirs="'$as_qdir' $as_dirs"
296       as_dir=`$as_dirname -- "$as_dir" ||
297 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
298          X"$as_dir" : 'X\(//\)[^/]' \| \
299          X"$as_dir" : 'X\(//\)$' \| \
300          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
301 $as_echo X"$as_dir" |
302     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
303             s//\1/
304             q
305           }
306           /^X\(\/\/\)[^/].*/{
307             s//\1/
308             q
309           }
310           /^X\(\/\/\)$/{
311             s//\1/
312             q
313           }
314           /^X\(\/\).*/{
315             s//\1/
316             q
317           }
318           s/.*/./; q'`
319       test -d "$as_dir" && break
320     done
321     test -z "$as_dirs" || eval "mkdir $as_dirs"
322   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
323
324
325 } # as_fn_mkdir_p
326 # as_fn_append VAR VALUE
327 # ----------------------
328 # Append the text in VALUE to the end of the definition contained in VAR. Take
329 # advantage of any shell optimizations that allow amortized linear growth over
330 # repeated appends, instead of the typical quadratic growth present in naive
331 # implementations.
332 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
333   eval 'as_fn_append ()
334   {
335     eval $1+=\$2
336   }'
337 else
338   as_fn_append ()
339   {
340     eval $1=\$$1\$2
341   }
342 fi # as_fn_append
343
344 # as_fn_arith ARG...
345 # ------------------
346 # Perform arithmetic evaluation on the ARGs, and store the result in the
347 # global $as_val. Take advantage of shells that can avoid forks. The arguments
348 # must be portable across $(()) and expr.
349 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
350   eval 'as_fn_arith ()
351   {
352     as_val=$(( $* ))
353   }'
354 else
355   as_fn_arith ()
356   {
357     as_val=`expr "$@" || test $? -eq 1`
358   }
359 fi # as_fn_arith
360
361
362 # as_fn_error ERROR [LINENO LOG_FD]
363 # ---------------------------------
364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
365 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
366 # script with status $?, using 1 if that was 0.
367 as_fn_error ()
368 {
369   as_status=$?; test $as_status -eq 0 && as_status=1
370   if test "$3"; then
371     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
372     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
373   fi
374   $as_echo "$as_me: error: $1" >&2
375   as_fn_exit $as_status
376 } # as_fn_error
377
378 if expr a : '\(a\)' >/dev/null 2>&1 &&
379    test "X`expr 00001 : '.*\(...\)'`" = X001; then
380   as_expr=expr
381 else
382   as_expr=false
383 fi
384
385 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
386   as_basename=basename
387 else
388   as_basename=false
389 fi
390
391 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
392   as_dirname=dirname
393 else
394   as_dirname=false
395 fi
396
397 as_me=`$as_basename -- "$0" ||
398 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
399          X"$0" : 'X\(//\)$' \| \
400          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
401 $as_echo X/"$0" |
402     sed '/^.*\/\([^/][^/]*\)\/*$/{
403             s//\1/
404             q
405           }
406           /^X\/\(\/\/\)$/{
407             s//\1/
408             q
409           }
410           /^X\/\(\/\).*/{
411             s//\1/
412             q
413           }
414           s/.*/./; q'`
415
416 # Avoid depending upon Character Ranges.
417 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
418 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
419 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
420 as_cr_digits='0123456789'
421 as_cr_alnum=$as_cr_Letters$as_cr_digits
422
423
424   as_lineno_1=$LINENO as_lineno_1a=$LINENO
425   as_lineno_2=$LINENO as_lineno_2a=$LINENO
426   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
427   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
428   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
429   sed -n '
430     p
431     /[$]LINENO/=
432   ' <$as_myself |
433     sed '
434       s/[$]LINENO.*/&-/
435       t lineno
436       b
437       :lineno
438       N
439       :loop
440       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
441       t loop
442       s/-\n.*//
443     ' >$as_me.lineno &&
444   chmod +x "$as_me.lineno" ||
445     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
446
447   # Don't try to exec as it changes $[0], causing all sort of problems
448   # (the dirname of $[0] is not the place where we might find the
449   # original and so on.  Autoconf is especially sensitive to this).
450   . "./$as_me.lineno"
451   # Exit status is that of the last command.
452   exit
453 }
454
455 ECHO_C= ECHO_N= ECHO_T=
456 case `echo -n x` in #(((((
457 -n*)
458   case `echo 'xy\c'` in
459   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
460   xy)  ECHO_C='\c';;
461   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
462        ECHO_T=' ';;
463   esac;;
464 *)
465   ECHO_N='-n';;
466 esac
467
468 rm -f conf$$ conf$$.exe conf$$.file
469 if test -d conf$$.dir; then
470   rm -f conf$$.dir/conf$$.file
471 else
472   rm -f conf$$.dir
473   mkdir conf$$.dir 2>/dev/null
474 fi
475 if (echo >conf$$.file) 2>/dev/null; then
476   if ln -s conf$$.file conf$$ 2>/dev/null; then
477     as_ln_s='ln -s'
478     # ... but there are two gotchas:
479     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
480     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
481     # In both cases, we have to default to `cp -p'.
482     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
483       as_ln_s='cp -p'
484   elif ln conf$$.file conf$$ 2>/dev/null; then
485     as_ln_s=ln
486   else
487     as_ln_s='cp -p'
488   fi
489 else
490   as_ln_s='cp -p'
491 fi
492 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
493 rmdir conf$$.dir 2>/dev/null
494
495 if mkdir -p . 2>/dev/null; then
496   as_mkdir_p='mkdir -p "$as_dir"'
497 else
498   test -d ./-p && rmdir ./-p
499   as_mkdir_p=false
500 fi
501
502 if test -x / >/dev/null 2>&1; then
503   as_test_x='test -x'
504 else
505   if ls -dL / >/dev/null 2>&1; then
506     as_ls_L_option=L
507   else
508     as_ls_L_option=
509   fi
510   as_test_x='
511     eval sh -c '\''
512       if test -d "$1"; then
513         test -d "$1/.";
514       else
515         case $1 in #(
516         -*)set "./$1";;
517         esac;
518         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
519         ???[sx]*):;;*)false;;esac;fi
520     '\'' sh
521   '
522 fi
523 as_executable_p=$as_test_x
524
525 # Sed expression to map a string onto a valid CPP name.
526 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
527
528 # Sed expression to map a string onto a valid variable name.
529 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
530
531
532 test -n "$DJDIR" || exec 7<&0 </dev/null
533 exec 6>&1
534
535 # Name of the host.
536 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
537 # so uname gets run too.
538 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
539
540 #
541 # Initializations.
542 #
543 ac_default_prefix=/usr/local
544 ac_clean_files=
545 ac_config_libobj_dir=.
546 LIBOBJS=
547 cross_compiling=no
548 subdirs=
549 MFLAGS=
550 MAKEFLAGS=
551
552 # Identity of this package.
553 PACKAGE_NAME='Wine'
554 PACKAGE_TARNAME='wine'
555 PACKAGE_VERSION='1.3.2'
556 PACKAGE_STRING='Wine 1.3.2'
557 PACKAGE_BUGREPORT='wine-devel@winehq.org'
558 PACKAGE_URL='http://www.winehq.org'
559
560 ac_unique_file="server/atom.c"
561 # Factoring default headers for most tests.
562 ac_includes_default="\
563 #include <stdio.h>
564 #ifdef HAVE_SYS_TYPES_H
565 # include <sys/types.h>
566 #endif
567 #ifdef HAVE_SYS_STAT_H
568 # include <sys/stat.h>
569 #endif
570 #ifdef STDC_HEADERS
571 # include <stdlib.h>
572 # include <stddef.h>
573 #else
574 # ifdef HAVE_STDLIB_H
575 #  include <stdlib.h>
576 # endif
577 #endif
578 #ifdef HAVE_STRING_H
579 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
580 #  include <memory.h>
581 # endif
582 # include <string.h>
583 #endif
584 #ifdef HAVE_STRINGS_H
585 # include <strings.h>
586 #endif
587 #ifdef HAVE_INTTYPES_H
588 # include <inttypes.h>
589 #endif
590 #ifdef HAVE_STDINT_H
591 # include <stdint.h>
592 #endif
593 #ifdef HAVE_UNISTD_H
594 # include <unistd.h>
595 #endif"
596
597 ac_subst_vars='LTLIBOBJS
598 LIBOBJS
599 ALL_TEST_BINARIES
600 ALL_WINETEST_DEPENDS
601 LDAPLIBS
602 LIBPOLL
603 LIBDL
604 EXTRA_BINARIES
605 MAIN_BINARY
606 SOCKETLIBS
607 CRTLIBS
608 TOOLSEXT
609 LDPATH
610 UNWINDFLAGS
611 BUILTINFLAG
612 EXTRACFLAGS
613 LIBKSTAT
614 LIBOPENAL
615 LIBMPG123
616 PNGINCL
617 FONTCONFIGINCL
618 CUPSINCL
619 AUDIOIOLIBS
620 ALSALIBS
621 ESDLIBS
622 ESDINCL
623 ESDCONFIG
624 ZLIB
625 FREETYPEINCL
626 FREETYPELIBS
627 ft_devel
628 LCMSLIBS
629 RESOLVLIBS
630 GPHOTO2INCL
631 GPHOTO2LIBS
632 gphoto2port_devel
633 gphoto2_devel
634 SANEINCL
635 sane_devel
636 GNUTLSINCL
637 HALINCL
638 XSLTINCL
639 XML2INCL
640 XML2LIBS
641 NASLIBS
642 X_EXTRA_LIBS
643 X_LIBS
644 X_PRE_LIBS
645 X_CFLAGS
646 XMKMF
647 LIBPTHREAD
648 CROSSTARGET
649 CROSSCC
650 CROSSTEST_DISABLE
651 PRELINK
652 CARBONLIB
653 FRAMEWORK_OPENAL
654 COREAUDIO
655 DISKARBITRATIONLIB
656 LDEXECFLAGS
657 IOKITLIB
658 COREFOUNDATIONLIB
659 SECURITYLIB
660 DLLWRAP
661 DLLTOOL
662 LDD
663 LDRPATH_LOCAL
664 LDRPATH_INSTALL
665 IMPLIBEXT
666 LIBEXT
667 LDDLLFLAGS
668 LDSHARED
669 DLLFLAGS
670 DLLEXT
671 CPP
672 OPENGL_LIBS
673 XLIB
674 MAINTAINER_MODE
675 ICOTOOL
676 CONVERT
677 RSVG
678 PKG_CONFIG
679 FONTFORGE
680 LINTFLAGS
681 LINT
682 INSTALL_DATA
683 INSTALL_SCRIPT
684 INSTALL_PROGRAM
685 LDCONFIG
686 EGREP
687 GREP
688 LN_S
689 STRIP
690 RANLIB
691 ARFLAGS
692 ac_ct_AR
693 AR
694 BISON
695 FLEX
696 TOOLSDIR
697 WOW64_DISABLE
698 TARGETFLAGS
699 CPPBIN
700 ac_ct_CXX
701 CXXFLAGS
702 CXX
703 OBJEXT
704 EXEEXT
705 ac_ct_CC
706 CPPFLAGS
707 LDFLAGS
708 CFLAGS
709 CC
710 SET_MAKE
711 host_os
712 host_vendor
713 host_cpu
714 host
715 build_os
716 build_vendor
717 build_cpu
718 build
719 target_alias
720 host_alias
721 build_alias
722 LIBS
723 ECHO_T
724 ECHO_N
725 ECHO_C
726 DEFS
727 mandir
728 localedir
729 libdir
730 psdir
731 pdfdir
732 dvidir
733 htmldir
734 infodir
735 docdir
736 oldincludedir
737 includedir
738 localstatedir
739 sharedstatedir
740 sysconfdir
741 datadir
742 datarootdir
743 libexecdir
744 sbindir
745 bindir
746 program_transform_name
747 prefix
748 exec_prefix
749 PACKAGE_URL
750 PACKAGE_BUGREPORT
751 PACKAGE_STRING
752 PACKAGE_VERSION
753 PACKAGE_TARNAME
754 PACKAGE_NAME
755 PATH_SEPARATOR
756 SHELL'
757 ac_subst_files='MAKE_RULES
758 MAKE_TEST_RULES
759 MAKE_DLL_RULES
760 MAKE_IMPLIB_RULES
761 MAKE_PROG_RULES'
762 ac_user_opts='
763 enable_option_checking
764 enable_win16
765 enable_win64
766 enable_tests
767 enable_maintainer_mode
768 with_alsa
769 with_audioio
770 with_capi
771 with_cms
772 with_coreaudio
773 with_cups
774 with_curses
775 with_esd
776 with_fontconfig
777 with_freetype
778 with_gphoto
779 with_glu
780 with_gnutls
781 with_gsm
782 with_hal
783 with_icns
784 with_jack
785 with_jpeg
786 with_ldap
787 with_mpg123
788 with_nas
789 with_openal
790 with_opengl
791 with_openssl
792 with_oss
793 with_png
794 with_pthread
795 with_sane
796 with_tiff
797 with_v4l
798 with_xcomposite
799 with_xcursor
800 with_xinerama
801 with_xinput
802 with_xml
803 with_xrandr
804 with_xrender
805 with_xshape
806 with_xshm
807 with_xslt
808 with_xxf86vm
809 with_wine_tools
810 with_wine64
811 enable_largefile
812 with_x
813 '
814       ac_precious_vars='build_alias
815 host_alias
816 target_alias
817 CC
818 CFLAGS
819 LDFLAGS
820 LIBS
821 CPPFLAGS
822 CXX
823 CXXFLAGS
824 CCC
825 CPP
826 XMKMF'
827
828
829 # Initialize some variables set by options.
830 ac_init_help=
831 ac_init_version=false
832 ac_unrecognized_opts=
833 ac_unrecognized_sep=
834 # The variables have the same names as the options, with
835 # dashes changed to underlines.
836 cache_file=/dev/null
837 exec_prefix=NONE
838 no_create=
839 no_recursion=
840 prefix=NONE
841 program_prefix=NONE
842 program_suffix=NONE
843 program_transform_name=s,x,x,
844 silent=
845 site=
846 srcdir=
847 verbose=
848 x_includes=NONE
849 x_libraries=NONE
850
851 # Installation directory options.
852 # These are left unexpanded so users can "make install exec_prefix=/foo"
853 # and all the variables that are supposed to be based on exec_prefix
854 # by default will actually change.
855 # Use braces instead of parens because sh, perl, etc. also accept them.
856 # (The list follows the same order as the GNU Coding Standards.)
857 bindir='${exec_prefix}/bin'
858 sbindir='${exec_prefix}/sbin'
859 libexecdir='${exec_prefix}/libexec'
860 datarootdir='${prefix}/share'
861 datadir='${datarootdir}'
862 sysconfdir='${prefix}/etc'
863 sharedstatedir='${prefix}/com'
864 localstatedir='${prefix}/var'
865 includedir='${prefix}/include'
866 oldincludedir='/usr/include'
867 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
868 infodir='${datarootdir}/info'
869 htmldir='${docdir}'
870 dvidir='${docdir}'
871 pdfdir='${docdir}'
872 psdir='${docdir}'
873 libdir='${exec_prefix}/lib'
874 localedir='${datarootdir}/locale'
875 mandir='${datarootdir}/man'
876
877 ac_prev=
878 ac_dashdash=
879 for ac_option
880 do
881   # If the previous option needs an argument, assign it.
882   if test -n "$ac_prev"; then
883     eval $ac_prev=\$ac_option
884     ac_prev=
885     continue
886   fi
887
888   case $ac_option in
889   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
890   *)    ac_optarg=yes ;;
891   esac
892
893   # Accept the important Cygnus configure options, so we can diagnose typos.
894
895   case $ac_dashdash$ac_option in
896   --)
897     ac_dashdash=yes ;;
898
899   -bindir | --bindir | --bindi | --bind | --bin | --bi)
900     ac_prev=bindir ;;
901   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
902     bindir=$ac_optarg ;;
903
904   -build | --build | --buil | --bui | --bu)
905     ac_prev=build_alias ;;
906   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
907     build_alias=$ac_optarg ;;
908
909   -cache-file | --cache-file | --cache-fil | --cache-fi \
910   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
911     ac_prev=cache_file ;;
912   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
913   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
914     cache_file=$ac_optarg ;;
915
916   --config-cache | -C)
917     cache_file=config.cache ;;
918
919   -datadir | --datadir | --datadi | --datad)
920     ac_prev=datadir ;;
921   -datadir=* | --datadir=* | --datadi=* | --datad=*)
922     datadir=$ac_optarg ;;
923
924   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
925   | --dataroo | --dataro | --datar)
926     ac_prev=datarootdir ;;
927   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
928   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
929     datarootdir=$ac_optarg ;;
930
931   -disable-* | --disable-*)
932     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
933     # Reject names that are not valid shell variable names.
934     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
935       as_fn_error "invalid feature name: $ac_useropt"
936     ac_useropt_orig=$ac_useropt
937     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
938     case $ac_user_opts in
939       *"
940 "enable_$ac_useropt"
941 "*) ;;
942       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
943          ac_unrecognized_sep=', ';;
944     esac
945     eval enable_$ac_useropt=no ;;
946
947   -docdir | --docdir | --docdi | --doc | --do)
948     ac_prev=docdir ;;
949   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
950     docdir=$ac_optarg ;;
951
952   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
953     ac_prev=dvidir ;;
954   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
955     dvidir=$ac_optarg ;;
956
957   -enable-* | --enable-*)
958     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
959     # Reject names that are not valid shell variable names.
960     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
961       as_fn_error "invalid feature name: $ac_useropt"
962     ac_useropt_orig=$ac_useropt
963     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
964     case $ac_user_opts in
965       *"
966 "enable_$ac_useropt"
967 "*) ;;
968       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
969          ac_unrecognized_sep=', ';;
970     esac
971     eval enable_$ac_useropt=\$ac_optarg ;;
972
973   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
974   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
975   | --exec | --exe | --ex)
976     ac_prev=exec_prefix ;;
977   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
978   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
979   | --exec=* | --exe=* | --ex=*)
980     exec_prefix=$ac_optarg ;;
981
982   -gas | --gas | --ga | --g)
983     # Obsolete; use --with-gas.
984     with_gas=yes ;;
985
986   -help | --help | --hel | --he | -h)
987     ac_init_help=long ;;
988   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
989     ac_init_help=recursive ;;
990   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
991     ac_init_help=short ;;
992
993   -host | --host | --hos | --ho)
994     ac_prev=host_alias ;;
995   -host=* | --host=* | --hos=* | --ho=*)
996     host_alias=$ac_optarg ;;
997
998   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
999     ac_prev=htmldir ;;
1000   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1001   | --ht=*)
1002     htmldir=$ac_optarg ;;
1003
1004   -includedir | --includedir | --includedi | --included | --include \
1005   | --includ | --inclu | --incl | --inc)
1006     ac_prev=includedir ;;
1007   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1008   | --includ=* | --inclu=* | --incl=* | --inc=*)
1009     includedir=$ac_optarg ;;
1010
1011   -infodir | --infodir | --infodi | --infod | --info | --inf)
1012     ac_prev=infodir ;;
1013   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1014     infodir=$ac_optarg ;;
1015
1016   -libdir | --libdir | --libdi | --libd)
1017     ac_prev=libdir ;;
1018   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1019     libdir=$ac_optarg ;;
1020
1021   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1022   | --libexe | --libex | --libe)
1023     ac_prev=libexecdir ;;
1024   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1025   | --libexe=* | --libex=* | --libe=*)
1026     libexecdir=$ac_optarg ;;
1027
1028   -localedir | --localedir | --localedi | --localed | --locale)
1029     ac_prev=localedir ;;
1030   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1031     localedir=$ac_optarg ;;
1032
1033   -localstatedir | --localstatedir | --localstatedi | --localstated \
1034   | --localstate | --localstat | --localsta | --localst | --locals)
1035     ac_prev=localstatedir ;;
1036   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1037   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1038     localstatedir=$ac_optarg ;;
1039
1040   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1041     ac_prev=mandir ;;
1042   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1043     mandir=$ac_optarg ;;
1044
1045   -nfp | --nfp | --nf)
1046     # Obsolete; use --without-fp.
1047     with_fp=no ;;
1048
1049   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1050   | --no-cr | --no-c | -n)
1051     no_create=yes ;;
1052
1053   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1054   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1055     no_recursion=yes ;;
1056
1057   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1058   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1059   | --oldin | --oldi | --old | --ol | --o)
1060     ac_prev=oldincludedir ;;
1061   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1062   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1063   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1064     oldincludedir=$ac_optarg ;;
1065
1066   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1067     ac_prev=prefix ;;
1068   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1069     prefix=$ac_optarg ;;
1070
1071   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1072   | --program-pre | --program-pr | --program-p)
1073     ac_prev=program_prefix ;;
1074   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1075   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1076     program_prefix=$ac_optarg ;;
1077
1078   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1079   | --program-suf | --program-su | --program-s)
1080     ac_prev=program_suffix ;;
1081   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1082   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1083     program_suffix=$ac_optarg ;;
1084
1085   -program-transform-name | --program-transform-name \
1086   | --program-transform-nam | --program-transform-na \
1087   | --program-transform-n | --program-transform- \
1088   | --program-transform | --program-transfor \
1089   | --program-transfo | --program-transf \
1090   | --program-trans | --program-tran \
1091   | --progr-tra | --program-tr | --program-t)
1092     ac_prev=program_transform_name ;;
1093   -program-transform-name=* | --program-transform-name=* \
1094   | --program-transform-nam=* | --program-transform-na=* \
1095   | --program-transform-n=* | --program-transform-=* \
1096   | --program-transform=* | --program-transfor=* \
1097   | --program-transfo=* | --program-transf=* \
1098   | --program-trans=* | --program-tran=* \
1099   | --progr-tra=* | --program-tr=* | --program-t=*)
1100     program_transform_name=$ac_optarg ;;
1101
1102   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1103     ac_prev=pdfdir ;;
1104   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1105     pdfdir=$ac_optarg ;;
1106
1107   -psdir | --psdir | --psdi | --psd | --ps)
1108     ac_prev=psdir ;;
1109   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1110     psdir=$ac_optarg ;;
1111
1112   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1113   | -silent | --silent | --silen | --sile | --sil)
1114     silent=yes ;;
1115
1116   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1117     ac_prev=sbindir ;;
1118   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1119   | --sbi=* | --sb=*)
1120     sbindir=$ac_optarg ;;
1121
1122   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1123   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1124   | --sharedst | --shareds | --shared | --share | --shar \
1125   | --sha | --sh)
1126     ac_prev=sharedstatedir ;;
1127   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1128   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1129   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1130   | --sha=* | --sh=*)
1131     sharedstatedir=$ac_optarg ;;
1132
1133   -site | --site | --sit)
1134     ac_prev=site ;;
1135   -site=* | --site=* | --sit=*)
1136     site=$ac_optarg ;;
1137
1138   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1139     ac_prev=srcdir ;;
1140   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1141     srcdir=$ac_optarg ;;
1142
1143   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1144   | --syscon | --sysco | --sysc | --sys | --sy)
1145     ac_prev=sysconfdir ;;
1146   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1147   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1148     sysconfdir=$ac_optarg ;;
1149
1150   -target | --target | --targe | --targ | --tar | --ta | --t)
1151     ac_prev=target_alias ;;
1152   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1153     target_alias=$ac_optarg ;;
1154
1155   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1156     verbose=yes ;;
1157
1158   -version | --version | --versio | --versi | --vers | -V)
1159     ac_init_version=: ;;
1160
1161   -with-* | --with-*)
1162     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1163     # Reject names that are not valid shell variable names.
1164     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1165       as_fn_error "invalid package name: $ac_useropt"
1166     ac_useropt_orig=$ac_useropt
1167     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1168     case $ac_user_opts in
1169       *"
1170 "with_$ac_useropt"
1171 "*) ;;
1172       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1173          ac_unrecognized_sep=', ';;
1174     esac
1175     eval with_$ac_useropt=\$ac_optarg ;;
1176
1177   -without-* | --without-*)
1178     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1179     # Reject names that are not valid shell variable names.
1180     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1181       as_fn_error "invalid package name: $ac_useropt"
1182     ac_useropt_orig=$ac_useropt
1183     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1184     case $ac_user_opts in
1185       *"
1186 "with_$ac_useropt"
1187 "*) ;;
1188       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1189          ac_unrecognized_sep=', ';;
1190     esac
1191     eval with_$ac_useropt=no ;;
1192
1193   --x)
1194     # Obsolete; use --with-x.
1195     with_x=yes ;;
1196
1197   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1198   | --x-incl | --x-inc | --x-in | --x-i)
1199     ac_prev=x_includes ;;
1200   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1201   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1202     x_includes=$ac_optarg ;;
1203
1204   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1205   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1206     ac_prev=x_libraries ;;
1207   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1208   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1209     x_libraries=$ac_optarg ;;
1210
1211   -*) as_fn_error "unrecognized option: \`$ac_option'
1212 Try \`$0 --help' for more information."
1213     ;;
1214
1215   *=*)
1216     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1217     # Reject names that are not valid shell variable names.
1218     case $ac_envvar in #(
1219       '' | [0-9]* | *[!_$as_cr_alnum]* )
1220       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1221     esac
1222     eval $ac_envvar=\$ac_optarg
1223     export $ac_envvar ;;
1224
1225   *)
1226     # FIXME: should be removed in autoconf 3.0.
1227     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1228     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1229       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1230     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1231     ;;
1232
1233   esac
1234 done
1235
1236 if test -n "$ac_prev"; then
1237   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1238   as_fn_error "missing argument to $ac_option"
1239 fi
1240
1241 if test -n "$ac_unrecognized_opts"; then
1242   case $enable_option_checking in
1243     no) ;;
1244     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1245     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1246   esac
1247 fi
1248
1249 # Check all directory arguments for consistency.
1250 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1251                 datadir sysconfdir sharedstatedir localstatedir includedir \
1252                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1253                 libdir localedir mandir
1254 do
1255   eval ac_val=\$$ac_var
1256   # Remove trailing slashes.
1257   case $ac_val in
1258     */ )
1259       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1260       eval $ac_var=\$ac_val;;
1261   esac
1262   # Be sure to have absolute directory names.
1263   case $ac_val in
1264     [\\/$]* | ?:[\\/]* )  continue;;
1265     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1266   esac
1267   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1268 done
1269
1270 # There might be people who depend on the old broken behavior: `$host'
1271 # used to hold the argument of --host etc.
1272 # FIXME: To remove some day.
1273 build=$build_alias
1274 host=$host_alias
1275 target=$target_alias
1276
1277 # FIXME: To remove some day.
1278 if test "x$host_alias" != x; then
1279   if test "x$build_alias" = x; then
1280     cross_compiling=maybe
1281     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1282     If a cross compiler is detected then cross compile mode will be used." >&2
1283   elif test "x$build_alias" != "x$host_alias"; then
1284     cross_compiling=yes
1285   fi
1286 fi
1287
1288 ac_tool_prefix=
1289 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1290
1291 test "$silent" = yes && exec 6>/dev/null
1292
1293
1294 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1295 ac_ls_di=`ls -di .` &&
1296 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1297   as_fn_error "working directory cannot be determined"
1298 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1299   as_fn_error "pwd does not report name of working directory"
1300
1301
1302 # Find the source files, if location was not specified.
1303 if test -z "$srcdir"; then
1304   ac_srcdir_defaulted=yes
1305   # Try the directory containing this script, then the parent directory.
1306   ac_confdir=`$as_dirname -- "$as_myself" ||
1307 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1308          X"$as_myself" : 'X\(//\)[^/]' \| \
1309          X"$as_myself" : 'X\(//\)$' \| \
1310          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1311 $as_echo X"$as_myself" |
1312     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1313             s//\1/
1314             q
1315           }
1316           /^X\(\/\/\)[^/].*/{
1317             s//\1/
1318             q
1319           }
1320           /^X\(\/\/\)$/{
1321             s//\1/
1322             q
1323           }
1324           /^X\(\/\).*/{
1325             s//\1/
1326             q
1327           }
1328           s/.*/./; q'`
1329   srcdir=$ac_confdir
1330   if test ! -r "$srcdir/$ac_unique_file"; then
1331     srcdir=..
1332   fi
1333 else
1334   ac_srcdir_defaulted=no
1335 fi
1336 if test ! -r "$srcdir/$ac_unique_file"; then
1337   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1338   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1339 fi
1340 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1341 ac_abs_confdir=`(
1342         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1343         pwd)`
1344 # When building in place, set srcdir=.
1345 if test "$ac_abs_confdir" = "$ac_pwd"; then
1346   srcdir=.
1347 fi
1348 # Remove unnecessary trailing slashes from srcdir.
1349 # Double slashes in file names in object file debugging info
1350 # mess up M-x gdb in Emacs.
1351 case $srcdir in
1352 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1353 esac
1354 for ac_var in $ac_precious_vars; do
1355   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1356   eval ac_env_${ac_var}_value=\$${ac_var}
1357   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1358   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1359 done
1360
1361 #
1362 # Report the --help message.
1363 #
1364 if test "$ac_init_help" = "long"; then
1365   # Omit some internal or obsolete options to make the list less imposing.
1366   # This message is too long to be a string in the A/UX 3.1 sh.
1367   cat <<_ACEOF
1368 \`configure' configures Wine 1.3.2 to adapt to many kinds of systems.
1369
1370 Usage: $0 [OPTION]... [VAR=VALUE]...
1371
1372 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1373 VAR=VALUE.  See below for descriptions of some of the useful variables.
1374
1375 Defaults for the options are specified in brackets.
1376
1377 Configuration:
1378   -h, --help              display this help and exit
1379       --help=short        display options specific to this package
1380       --help=recursive    display the short help of all the included packages
1381   -V, --version           display version information and exit
1382   -q, --quiet, --silent   do not print \`checking...' messages
1383       --cache-file=FILE   cache test results in FILE [disabled]
1384   -C, --config-cache      alias for \`--cache-file=config.cache'
1385   -n, --no-create         do not create output files
1386       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1387
1388 Installation directories:
1389   --prefix=PREFIX         install architecture-independent files in PREFIX
1390                           [$ac_default_prefix]
1391   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1392                           [PREFIX]
1393
1394 By default, \`make install' will install all the files in
1395 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1396 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1397 for instance \`--prefix=\$HOME'.
1398
1399 For better control, use the options below.
1400
1401 Fine tuning of the installation directories:
1402   --bindir=DIR            user executables [EPREFIX/bin]
1403   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1404   --libexecdir=DIR        program executables [EPREFIX/libexec]
1405   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1406   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1407   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1408   --libdir=DIR            object code libraries [EPREFIX/lib]
1409   --includedir=DIR        C header files [PREFIX/include]
1410   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1411   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1412   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1413   --infodir=DIR           info documentation [DATAROOTDIR/info]
1414   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1415   --mandir=DIR            man documentation [DATAROOTDIR/man]
1416   --docdir=DIR            documentation root [DATAROOTDIR/doc/wine]
1417   --htmldir=DIR           html documentation [DOCDIR]
1418   --dvidir=DIR            dvi documentation [DOCDIR]
1419   --pdfdir=DIR            pdf documentation [DOCDIR]
1420   --psdir=DIR             ps documentation [DOCDIR]
1421 _ACEOF
1422
1423   cat <<\_ACEOF
1424
1425 X features:
1426   --x-includes=DIR    X include files are in DIR
1427   --x-libraries=DIR   X library files are in DIR
1428
1429 System types:
1430   --build=BUILD     configure for building on BUILD [guessed]
1431   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1432 _ACEOF
1433 fi
1434
1435 if test -n "$ac_init_help"; then
1436   case $ac_init_help in
1437      short | recursive ) echo "Configuration of Wine 1.3.2:";;
1438    esac
1439   cat <<\_ACEOF
1440
1441 Optional Features:
1442   --disable-option-checking  ignore unrecognized --enable/--with options
1443   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1444   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1445   --disable-win16         do not include Win16 support
1446   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1447                           binaries)
1448   --disable-tests         do not build the regression tests
1449   --enable-maintainer-mode
1450                           enable maintainer-specific build rules
1451   --disable-largefile     omit support for large files
1452
1453 Optional Packages:
1454   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1455   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1456   --without-alsa          do not use the Alsa sound support
1457   --without-audioio       do not use the AudioIO sound support
1458   --without-capi          do not use CAPI (ISDN support)
1459   --without-cms           do not use CMS (color management support)
1460   --without-coreaudio     do not use the CoreAudio sound support
1461   --without-cups          do not use CUPS
1462   --without-curses        do not use (n)curses
1463   --without-esd           do not use the EsounD sound support
1464   --without-fontconfig    do not use fontconfig
1465   --without-freetype      do not use the FreeType library
1466   --without-gphoto        do not use gphoto (Digital Camera support)
1467   --without-glu           do not use the GLU library
1468   --without-gnutls        do not use GnuTLS (schannel support)
1469   --without-gsm           do not use libgsm (GSM 06.10 codec support)
1470   --without-hal           do not use HAL (dynamic device support)
1471   --without-icns          do not use ICNS icon support
1472   --without-jack          do not use the Jack sound support
1473   --without-jpeg          do not use JPEG
1474   --without-ldap          do not use LDAP
1475   --without-mpg123        do not use the mpg123 library
1476   --without-nas           do not use the NAS sound support
1477   --without-openal        do not use OpenAL
1478   --without-opengl        do not use OpenGL
1479   --without-openssl       do not use OpenSSL
1480   --without-oss           do not use the OSS sound support
1481   --without-png           do not use PNG
1482   --without-pthread       do not use the pthread library
1483   --without-sane          do not use SANE (scanner support)
1484   --without-tiff          do not use TIFF
1485   --without-v4l           do not use v4l1 (v4l support)
1486   --without-xcomposite    do not use the Xcomposite extension
1487   --without-xcursor       do not use the Xcursor extension
1488   --without-xinerama      do not use Xinerama (multi-monitor support)
1489   --without-xinput        do not use the Xinput extension
1490   --without-xml           do not use XML
1491   --without-xrandr        do not use Xrandr (resolution changes)
1492   --without-xrender       do not use the Xrender extension
1493   --without-xshape        do not use the Xshape extension
1494   --without-xshm          do not use XShm (shared memory extension)
1495   --without-xslt          do not use XSLT
1496   --without-xxf86vm       do not use XFree video mode extension
1497   --with-wine-tools=DIR   use Wine tools from directory DIR
1498   --with-wine64=DIR       use the 64-bit Wine in DIR for a Wow64 build
1499   --with-x                use the X Window System
1500
1501 Some influential environment variables:
1502   CC          C compiler command
1503   CFLAGS      C compiler flags
1504   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1505               nonstandard directory <lib dir>
1506   LIBS        libraries to pass to the linker, e.g. -l<library>
1507   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1508               you have headers in a nonstandard directory <include dir>
1509   CXX         C++ compiler command
1510   CXXFLAGS    C++ compiler flags
1511   CPP         C preprocessor
1512   XMKMF       Path to xmkmf, Makefile generator for X Window System
1513
1514 Use these variables to override the choices made by `configure' or to help
1515 it to find libraries and programs with nonstandard names/locations.
1516
1517 Report bugs to <wine-devel@winehq.org>.
1518 Wine home page: <http://www.winehq.org>.
1519 _ACEOF
1520 ac_status=$?
1521 fi
1522
1523 if test "$ac_init_help" = "recursive"; then
1524   # If there are subdirs, report their specific --help.
1525   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1526     test -d "$ac_dir" ||
1527       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1528       continue
1529     ac_builddir=.
1530
1531 case "$ac_dir" in
1532 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1533 *)
1534   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1535   # A ".." for each directory in $ac_dir_suffix.
1536   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1537   case $ac_top_builddir_sub in
1538   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1539   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1540   esac ;;
1541 esac
1542 ac_abs_top_builddir=$ac_pwd
1543 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1544 # for backward compatibility:
1545 ac_top_builddir=$ac_top_build_prefix
1546
1547 case $srcdir in
1548   .)  # We are building in place.
1549     ac_srcdir=.
1550     ac_top_srcdir=$ac_top_builddir_sub
1551     ac_abs_top_srcdir=$ac_pwd ;;
1552   [\\/]* | ?:[\\/]* )  # Absolute name.
1553     ac_srcdir=$srcdir$ac_dir_suffix;
1554     ac_top_srcdir=$srcdir
1555     ac_abs_top_srcdir=$srcdir ;;
1556   *) # Relative name.
1557     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1558     ac_top_srcdir=$ac_top_build_prefix$srcdir
1559     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1560 esac
1561 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1562
1563     cd "$ac_dir" || { ac_status=$?; continue; }
1564     # Check for guested configure.
1565     if test -f "$ac_srcdir/configure.gnu"; then
1566       echo &&
1567       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1568     elif test -f "$ac_srcdir/configure"; then
1569       echo &&
1570       $SHELL "$ac_srcdir/configure" --help=recursive
1571     else
1572       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1573     fi || ac_status=$?
1574     cd "$ac_pwd" || { ac_status=$?; break; }
1575   done
1576 fi
1577
1578 test -n "$ac_init_help" && exit $ac_status
1579 if $ac_init_version; then
1580   cat <<\_ACEOF
1581 Wine configure 1.3.2
1582 generated by GNU Autoconf 2.65
1583
1584 Copyright (C) 2009 Free Software Foundation, Inc.
1585 This configure script is free software; the Free Software Foundation
1586 gives unlimited permission to copy, distribute and modify it.
1587 _ACEOF
1588   exit
1589 fi
1590
1591 ## ------------------------ ##
1592 ## Autoconf initialization. ##
1593 ## ------------------------ ##
1594
1595 # ac_fn_c_try_compile LINENO
1596 # --------------------------
1597 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1598 ac_fn_c_try_compile ()
1599 {
1600   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1601   rm -f conftest.$ac_objext
1602   if { { ac_try="$ac_compile"
1603 case "(($ac_try" in
1604   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1605   *) ac_try_echo=$ac_try;;
1606 esac
1607 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1608 $as_echo "$ac_try_echo"; } >&5
1609   (eval "$ac_compile") 2>conftest.err
1610   ac_status=$?
1611   if test -s conftest.err; then
1612     grep -v '^ *+' conftest.err >conftest.er1
1613     cat conftest.er1 >&5
1614     mv -f conftest.er1 conftest.err
1615   fi
1616   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1617   test $ac_status = 0; } && {
1618          test -z "$ac_c_werror_flag" ||
1619          test ! -s conftest.err
1620        } && test -s conftest.$ac_objext; then :
1621   ac_retval=0
1622 else
1623   $as_echo "$as_me: failed program was:" >&5
1624 sed 's/^/| /' conftest.$ac_ext >&5
1625
1626         ac_retval=1
1627 fi
1628   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1629   as_fn_set_status $ac_retval
1630
1631 } # ac_fn_c_try_compile
1632
1633 # ac_fn_cxx_try_compile LINENO
1634 # ----------------------------
1635 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1636 ac_fn_cxx_try_compile ()
1637 {
1638   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1639   rm -f conftest.$ac_objext
1640   if { { ac_try="$ac_compile"
1641 case "(($ac_try" in
1642   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1643   *) ac_try_echo=$ac_try;;
1644 esac
1645 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1646 $as_echo "$ac_try_echo"; } >&5
1647   (eval "$ac_compile") 2>conftest.err
1648   ac_status=$?
1649   if test -s conftest.err; then
1650     grep -v '^ *+' conftest.err >conftest.er1
1651     cat conftest.er1 >&5
1652     mv -f conftest.er1 conftest.err
1653   fi
1654   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1655   test $ac_status = 0; } && {
1656          test -z "$ac_cxx_werror_flag" ||
1657          test ! -s conftest.err
1658        } && test -s conftest.$ac_objext; then :
1659   ac_retval=0
1660 else
1661   $as_echo "$as_me: failed program was:" >&5
1662 sed 's/^/| /' conftest.$ac_ext >&5
1663
1664         ac_retval=1
1665 fi
1666   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1667   as_fn_set_status $ac_retval
1668
1669 } # ac_fn_cxx_try_compile
1670
1671 # ac_fn_c_try_link LINENO
1672 # -----------------------
1673 # Try to link conftest.$ac_ext, and return whether this succeeded.
1674 ac_fn_c_try_link ()
1675 {
1676   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1677   rm -f conftest.$ac_objext conftest$ac_exeext
1678   if { { ac_try="$ac_link"
1679 case "(($ac_try" in
1680   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1681   *) ac_try_echo=$ac_try;;
1682 esac
1683 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1684 $as_echo "$ac_try_echo"; } >&5
1685   (eval "$ac_link") 2>conftest.err
1686   ac_status=$?
1687   if test -s conftest.err; then
1688     grep -v '^ *+' conftest.err >conftest.er1
1689     cat conftest.er1 >&5
1690     mv -f conftest.er1 conftest.err
1691   fi
1692   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1693   test $ac_status = 0; } && {
1694          test -z "$ac_c_werror_flag" ||
1695          test ! -s conftest.err
1696        } && test -s conftest$ac_exeext && {
1697          test "$cross_compiling" = yes ||
1698          $as_test_x conftest$ac_exeext
1699        }; then :
1700   ac_retval=0
1701 else
1702   $as_echo "$as_me: failed program was:" >&5
1703 sed 's/^/| /' conftest.$ac_ext >&5
1704
1705         ac_retval=1
1706 fi
1707   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1708   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1709   # interfere with the next link command; also delete a directory that is
1710   # left behind by Apple's compiler.  We do this before executing the actions.
1711   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1712   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1713   as_fn_set_status $ac_retval
1714
1715 } # ac_fn_c_try_link
1716
1717 # ac_fn_c_try_cpp LINENO
1718 # ----------------------
1719 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1720 ac_fn_c_try_cpp ()
1721 {
1722   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1723   if { { ac_try="$ac_cpp conftest.$ac_ext"
1724 case "(($ac_try" in
1725   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1726   *) ac_try_echo=$ac_try;;
1727 esac
1728 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1729 $as_echo "$ac_try_echo"; } >&5
1730   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1731   ac_status=$?
1732   if test -s conftest.err; then
1733     grep -v '^ *+' conftest.err >conftest.er1
1734     cat conftest.er1 >&5
1735     mv -f conftest.er1 conftest.err
1736   fi
1737   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1738   test $ac_status = 0; } >/dev/null && {
1739          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1740          test ! -s conftest.err
1741        }; then :
1742   ac_retval=0
1743 else
1744   $as_echo "$as_me: failed program was:" >&5
1745 sed 's/^/| /' conftest.$ac_ext >&5
1746
1747     ac_retval=1
1748 fi
1749   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1750   as_fn_set_status $ac_retval
1751
1752 } # ac_fn_c_try_cpp
1753
1754 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1755 # -------------------------------------------------------
1756 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1757 # the include files in INCLUDES and setting the cache variable VAR
1758 # accordingly.
1759 ac_fn_c_check_header_mongrel ()
1760 {
1761   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1762   if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1763   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1764 $as_echo_n "checking for $2... " >&6; }
1765 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1766   $as_echo_n "(cached) " >&6
1767 fi
1768 eval ac_res=\$$3
1769                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1770 $as_echo "$ac_res" >&6; }
1771 else
1772   # Is the header compilable?
1773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1774 $as_echo_n "checking $2 usability... " >&6; }
1775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1776 /* end confdefs.h.  */
1777 $4
1778 #include <$2>
1779 _ACEOF
1780 if ac_fn_c_try_compile "$LINENO"; then :
1781   ac_header_compiler=yes
1782 else
1783   ac_header_compiler=no
1784 fi
1785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1787 $as_echo "$ac_header_compiler" >&6; }
1788
1789 # Is the header present?
1790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1791 $as_echo_n "checking $2 presence... " >&6; }
1792 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1793 /* end confdefs.h.  */
1794 #include <$2>
1795 _ACEOF
1796 if ac_fn_c_try_cpp "$LINENO"; then :
1797   ac_header_preproc=yes
1798 else
1799   ac_header_preproc=no
1800 fi
1801 rm -f conftest.err conftest.$ac_ext
1802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1803 $as_echo "$ac_header_preproc" >&6; }
1804
1805 # So?  What about this header?
1806 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1807   yes:no: )
1808     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1809 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1810     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1811 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1812     ;;
1813   no:yes:* )
1814     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1815 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1816     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1817 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1818     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1819 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1820     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1821 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1822     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1823 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1824 ( cat <<\_ASBOX
1825 ## ------------------------------------ ##
1826 ## Report this to wine-devel@winehq.org ##
1827 ## ------------------------------------ ##
1828 _ASBOX
1829      ) | sed "s/^/$as_me: WARNING:     /" >&2
1830     ;;
1831 esac
1832   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1833 $as_echo_n "checking for $2... " >&6; }
1834 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1835   $as_echo_n "(cached) " >&6
1836 else
1837   eval "$3=\$ac_header_compiler"
1838 fi
1839 eval ac_res=\$$3
1840                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1841 $as_echo "$ac_res" >&6; }
1842 fi
1843   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1844
1845 } # ac_fn_c_check_header_mongrel
1846
1847 # ac_fn_c_try_run LINENO
1848 # ----------------------
1849 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1850 # that executables *can* be run.
1851 ac_fn_c_try_run ()
1852 {
1853   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1854   if { { ac_try="$ac_link"
1855 case "(($ac_try" in
1856   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1857   *) ac_try_echo=$ac_try;;
1858 esac
1859 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1860 $as_echo "$ac_try_echo"; } >&5
1861   (eval "$ac_link") 2>&5
1862   ac_status=$?
1863   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1864   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1865   { { case "(($ac_try" in
1866   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1867   *) ac_try_echo=$ac_try;;
1868 esac
1869 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1870 $as_echo "$ac_try_echo"; } >&5
1871   (eval "$ac_try") 2>&5
1872   ac_status=$?
1873   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1874   test $ac_status = 0; }; }; then :
1875   ac_retval=0
1876 else
1877   $as_echo "$as_me: program exited with status $ac_status" >&5
1878        $as_echo "$as_me: failed program was:" >&5
1879 sed 's/^/| /' conftest.$ac_ext >&5
1880
1881        ac_retval=$ac_status
1882 fi
1883   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1884   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1885   as_fn_set_status $ac_retval
1886
1887 } # ac_fn_c_try_run
1888
1889 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1890 # -------------------------------------------------------
1891 # Tests whether HEADER exists and can be compiled using the include files in
1892 # INCLUDES, setting the cache variable VAR accordingly.
1893 ac_fn_c_check_header_compile ()
1894 {
1895   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1896   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1897 $as_echo_n "checking for $2... " >&6; }
1898 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1899   $as_echo_n "(cached) " >&6
1900 else
1901   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1902 /* end confdefs.h.  */
1903 $4
1904 #include <$2>
1905 _ACEOF
1906 if ac_fn_c_try_compile "$LINENO"; then :
1907   eval "$3=yes"
1908 else
1909   eval "$3=no"
1910 fi
1911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1912 fi
1913 eval ac_res=\$$3
1914                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1915 $as_echo "$ac_res" >&6; }
1916   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1917
1918 } # ac_fn_c_check_header_compile
1919
1920 # ac_fn_c_check_func LINENO FUNC VAR
1921 # ----------------------------------
1922 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1923 ac_fn_c_check_func ()
1924 {
1925   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1926   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1927 $as_echo_n "checking for $2... " >&6; }
1928 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1929   $as_echo_n "(cached) " >&6
1930 else
1931   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1932 /* end confdefs.h.  */
1933 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1934    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1935 #define $2 innocuous_$2
1936
1937 /* System header to define __stub macros and hopefully few prototypes,
1938     which can conflict with char $2 (); below.
1939     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1940     <limits.h> exists even on freestanding compilers.  */
1941
1942 #ifdef __STDC__
1943 # include <limits.h>
1944 #else
1945 # include <assert.h>
1946 #endif
1947
1948 #undef $2
1949
1950 /* Override any GCC internal prototype to avoid an error.
1951    Use char because int might match the return type of a GCC
1952    builtin and then its argument prototype would still apply.  */
1953 #ifdef __cplusplus
1954 extern "C"
1955 #endif
1956 char $2 ();
1957 /* The GNU C library defines this for functions which it implements
1958     to always fail with ENOSYS.  Some functions are actually named
1959     something starting with __ and the normal name is an alias.  */
1960 #if defined __stub_$2 || defined __stub___$2
1961 choke me
1962 #endif
1963
1964 int
1965 main ()
1966 {
1967 return $2 ();
1968   ;
1969   return 0;
1970 }
1971 _ACEOF
1972 if ac_fn_c_try_link "$LINENO"; then :
1973   eval "$3=yes"
1974 else
1975   eval "$3=no"
1976 fi
1977 rm -f core conftest.err conftest.$ac_objext \
1978     conftest$ac_exeext conftest.$ac_ext
1979 fi
1980 eval ac_res=\$$3
1981                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1982 $as_echo "$ac_res" >&6; }
1983   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1984
1985 } # ac_fn_c_check_func
1986
1987 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1988 # ----------------------------------------------------
1989 # Tries to find if the field MEMBER exists in type AGGR, after including
1990 # INCLUDES, setting cache variable VAR accordingly.
1991 ac_fn_c_check_member ()
1992 {
1993   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1994   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1995 $as_echo_n "checking for $2.$3... " >&6; }
1996 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1997   $as_echo_n "(cached) " >&6
1998 else
1999   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2000 /* end confdefs.h.  */
2001 $5
2002 int
2003 main ()
2004 {
2005 static $2 ac_aggr;
2006 if (ac_aggr.$3)
2007 return 0;
2008   ;
2009   return 0;
2010 }
2011 _ACEOF
2012 if ac_fn_c_try_compile "$LINENO"; then :
2013   eval "$4=yes"
2014 else
2015   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2016 /* end confdefs.h.  */
2017 $5
2018 int
2019 main ()
2020 {
2021 static $2 ac_aggr;
2022 if (sizeof ac_aggr.$3)
2023 return 0;
2024   ;
2025   return 0;
2026 }
2027 _ACEOF
2028 if ac_fn_c_try_compile "$LINENO"; then :
2029   eval "$4=yes"
2030 else
2031   eval "$4=no"
2032 fi
2033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2034 fi
2035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2036 fi
2037 eval ac_res=\$$4
2038                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2039 $as_echo "$ac_res" >&6; }
2040   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2041
2042 } # ac_fn_c_check_member
2043
2044 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2045 # -------------------------------------------
2046 # Tests whether TYPE exists after having included INCLUDES, setting cache
2047 # variable VAR accordingly.
2048 ac_fn_c_check_type ()
2049 {
2050   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2051   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2052 $as_echo_n "checking for $2... " >&6; }
2053 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2054   $as_echo_n "(cached) " >&6
2055 else
2056   eval "$3=no"
2057   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2058 /* end confdefs.h.  */
2059 $4
2060 int
2061 main ()
2062 {
2063 if (sizeof ($2))
2064          return 0;
2065   ;
2066   return 0;
2067 }
2068 _ACEOF
2069 if ac_fn_c_try_compile "$LINENO"; then :
2070   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2071 /* end confdefs.h.  */
2072 $4
2073 int
2074 main ()
2075 {
2076 if (sizeof (($2)))
2077             return 0;
2078   ;
2079   return 0;
2080 }
2081 _ACEOF
2082 if ac_fn_c_try_compile "$LINENO"; then :
2083
2084 else
2085   eval "$3=yes"
2086 fi
2087 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2088 fi
2089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2090 fi
2091 eval ac_res=\$$3
2092                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2093 $as_echo "$ac_res" >&6; }
2094   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2095
2096 } # ac_fn_c_check_type
2097 cat >config.log <<_ACEOF
2098 This file contains any messages produced by compilers while
2099 running configure, to aid debugging if configure makes a mistake.
2100
2101 It was created by Wine $as_me 1.3.2, which was
2102 generated by GNU Autoconf 2.65.  Invocation command line was
2103
2104   $ $0 $@
2105
2106 _ACEOF
2107 exec 5>>config.log
2108 {
2109 cat <<_ASUNAME
2110 ## --------- ##
2111 ## Platform. ##
2112 ## --------- ##
2113
2114 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2115 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2116 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2117 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2118 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2119
2120 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2121 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2122
2123 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2124 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2125 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2126 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2127 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2128 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2129 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2130
2131 _ASUNAME
2132
2133 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2134 for as_dir in $PATH
2135 do
2136   IFS=$as_save_IFS
2137   test -z "$as_dir" && as_dir=.
2138     $as_echo "PATH: $as_dir"
2139   done
2140 IFS=$as_save_IFS
2141
2142 } >&5
2143
2144 cat >&5 <<_ACEOF
2145
2146
2147 ## ----------- ##
2148 ## Core tests. ##
2149 ## ----------- ##
2150
2151 _ACEOF
2152
2153
2154 # Keep a trace of the command line.
2155 # Strip out --no-create and --no-recursion so they do not pile up.
2156 # Strip out --silent because we don't want to record it for future runs.
2157 # Also quote any args containing shell meta-characters.
2158 # Make two passes to allow for proper duplicate-argument suppression.
2159 ac_configure_args=
2160 ac_configure_args0=
2161 ac_configure_args1=
2162 ac_must_keep_next=false
2163 for ac_pass in 1 2
2164 do
2165   for ac_arg
2166   do
2167     case $ac_arg in
2168     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2169     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2170     | -silent | --silent | --silen | --sile | --sil)
2171       continue ;;
2172     *\'*)
2173       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2174     esac
2175     case $ac_pass in
2176     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2177     2)
2178       as_fn_append ac_configure_args1 " '$ac_arg'"
2179       if test $ac_must_keep_next = true; then
2180         ac_must_keep_next=false # Got value, back to normal.
2181       else
2182         case $ac_arg in
2183           *=* | --config-cache | -C | -disable-* | --disable-* \
2184           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2185           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2186           | -with-* | --with-* | -without-* | --without-* | --x)
2187             case "$ac_configure_args0 " in
2188               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2189             esac
2190             ;;
2191           -* ) ac_must_keep_next=true ;;
2192         esac
2193       fi
2194       as_fn_append ac_configure_args " '$ac_arg'"
2195       ;;
2196     esac
2197   done
2198 done
2199 { ac_configure_args0=; unset ac_configure_args0;}
2200 { ac_configure_args1=; unset ac_configure_args1;}
2201
2202 # When interrupted or exit'd, cleanup temporary files, and complete
2203 # config.log.  We remove comments because anyway the quotes in there
2204 # would cause problems or look ugly.
2205 # WARNING: Use '\'' to represent an apostrophe within the trap.
2206 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2207 trap 'exit_status=$?
2208   # Save into config.log some information that might help in debugging.
2209   {
2210     echo
2211
2212     cat <<\_ASBOX
2213 ## ---------------- ##
2214 ## Cache variables. ##
2215 ## ---------------- ##
2216 _ASBOX
2217     echo
2218     # The following way of writing the cache mishandles newlines in values,
2219 (
2220   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2221     eval ac_val=\$$ac_var
2222     case $ac_val in #(
2223     *${as_nl}*)
2224       case $ac_var in #(
2225       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2226 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2227       esac
2228       case $ac_var in #(
2229       _ | IFS | as_nl) ;; #(
2230       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2231       *) { eval $ac_var=; unset $ac_var;} ;;
2232       esac ;;
2233     esac
2234   done
2235   (set) 2>&1 |
2236     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2237     *${as_nl}ac_space=\ *)
2238       sed -n \
2239         "s/'\''/'\''\\\\'\'''\''/g;
2240           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2241       ;; #(
2242     *)
2243       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2244       ;;
2245     esac |
2246     sort
2247 )
2248     echo
2249
2250     cat <<\_ASBOX
2251 ## ----------------- ##
2252 ## Output variables. ##
2253 ## ----------------- ##
2254 _ASBOX
2255     echo
2256     for ac_var in $ac_subst_vars
2257     do
2258       eval ac_val=\$$ac_var
2259       case $ac_val in
2260       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2261       esac
2262       $as_echo "$ac_var='\''$ac_val'\''"
2263     done | sort
2264     echo
2265
2266     if test -n "$ac_subst_files"; then
2267       cat <<\_ASBOX
2268 ## ------------------- ##
2269 ## File substitutions. ##
2270 ## ------------------- ##
2271 _ASBOX
2272       echo
2273       for ac_var in $ac_subst_files
2274       do
2275         eval ac_val=\$$ac_var
2276         case $ac_val in
2277         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2278         esac
2279         $as_echo "$ac_var='\''$ac_val'\''"
2280       done | sort
2281       echo
2282     fi
2283
2284     if test -s confdefs.h; then
2285       cat <<\_ASBOX
2286 ## ----------- ##
2287 ## confdefs.h. ##
2288 ## ----------- ##
2289 _ASBOX
2290       echo
2291       cat confdefs.h
2292       echo
2293     fi
2294     test "$ac_signal" != 0 &&
2295       $as_echo "$as_me: caught signal $ac_signal"
2296     $as_echo "$as_me: exit $exit_status"
2297   } >&5
2298   rm -f core *.core core.conftest.* &&
2299     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2300     exit $exit_status
2301 ' 0
2302 for ac_signal in 1 2 13 15; do
2303   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2304 done
2305 ac_signal=0
2306
2307 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2308 rm -f -r conftest* confdefs.h
2309
2310 $as_echo "/* confdefs.h */" > confdefs.h
2311
2312 # Predefined preprocessor variables.
2313
2314 cat >>confdefs.h <<_ACEOF
2315 #define PACKAGE_NAME "$PACKAGE_NAME"
2316 _ACEOF
2317
2318 cat >>confdefs.h <<_ACEOF
2319 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2320 _ACEOF
2321
2322 cat >>confdefs.h <<_ACEOF
2323 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2324 _ACEOF
2325
2326 cat >>confdefs.h <<_ACEOF
2327 #define PACKAGE_STRING "$PACKAGE_STRING"
2328 _ACEOF
2329
2330 cat >>confdefs.h <<_ACEOF
2331 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2332 _ACEOF
2333
2334 cat >>confdefs.h <<_ACEOF
2335 #define PACKAGE_URL "$PACKAGE_URL"
2336 _ACEOF
2337
2338
2339 # Let the site file select an alternate cache file if it wants to.
2340 # Prefer an explicitly selected file to automatically selected ones.
2341 ac_site_file1=NONE
2342 ac_site_file2=NONE
2343 if test -n "$CONFIG_SITE"; then
2344   ac_site_file1=$CONFIG_SITE
2345 elif test "x$prefix" != xNONE; then
2346   ac_site_file1=$prefix/share/config.site
2347   ac_site_file2=$prefix/etc/config.site
2348 else
2349   ac_site_file1=$ac_default_prefix/share/config.site
2350   ac_site_file2=$ac_default_prefix/etc/config.site
2351 fi
2352 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2353 do
2354   test "x$ac_site_file" = xNONE && continue
2355   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2356     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2357 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2358     sed 's/^/| /' "$ac_site_file" >&5
2359     . "$ac_site_file"
2360   fi
2361 done
2362
2363 if test -r "$cache_file"; then
2364   # Some versions of bash will fail to source /dev/null (special files
2365   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
2366   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2367     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2368 $as_echo "$as_me: loading cache $cache_file" >&6;}
2369     case $cache_file in
2370       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2371       *)                      . "./$cache_file";;
2372     esac
2373   fi
2374 else
2375   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2376 $as_echo "$as_me: creating cache $cache_file" >&6;}
2377   >$cache_file
2378 fi
2379
2380 # Check that the precious variables saved in the cache have kept the same
2381 # value.
2382 ac_cache_corrupted=false
2383 for ac_var in $ac_precious_vars; do
2384   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2385   eval ac_new_set=\$ac_env_${ac_var}_set
2386   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2387   eval ac_new_val=\$ac_env_${ac_var}_value
2388   case $ac_old_set,$ac_new_set in
2389     set,)
2390       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2391 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2392       ac_cache_corrupted=: ;;
2393     ,set)
2394       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2395 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2396       ac_cache_corrupted=: ;;
2397     ,);;
2398     *)
2399       if test "x$ac_old_val" != "x$ac_new_val"; then
2400         # differences in whitespace do not lead to failure.
2401         ac_old_val_w=`echo x $ac_old_val`
2402         ac_new_val_w=`echo x $ac_new_val`
2403         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2404           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2405 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2406           ac_cache_corrupted=:
2407         else
2408           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2409 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2410           eval $ac_var=\$ac_old_val
2411         fi
2412         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2413 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2414         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2415 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2416       fi;;
2417   esac
2418   # Pass precious variables to config.status.
2419   if test "$ac_new_set" = set; then
2420     case $ac_new_val in
2421     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2422     *) ac_arg=$ac_var=$ac_new_val ;;
2423     esac
2424     case " $ac_configure_args " in
2425       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2426       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2427     esac
2428   fi
2429 done
2430 if $ac_cache_corrupted; then
2431   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2432 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2433   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2434 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2435   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2436 fi
2437 ## -------------------- ##
2438 ## Main body of script. ##
2439 ## -------------------- ##
2440
2441 ac_ext=c
2442 ac_cpp='$CPP $CPPFLAGS'
2443 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2444 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2445 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2446
2447
2448
2449 ac_config_headers="$ac_config_headers include/config.h"
2450
2451 ac_aux_dir=
2452 for ac_dir in tools "$srcdir"/tools; do
2453   for ac_t in install-sh install.sh shtool; do
2454     if test -f "$ac_dir/$ac_t"; then
2455       ac_aux_dir=$ac_dir
2456       ac_install_sh="$ac_aux_dir/$ac_t -c"
2457       break 2
2458     fi
2459   done
2460 done
2461 if test -z "$ac_aux_dir"; then
2462   as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2463 fi
2464
2465 # These three variables are undocumented and unsupported,
2466 # and are intended to be withdrawn in a future Autoconf release.
2467 # They can cause serious problems if a builder's source tree is in a directory
2468 # whose full name contains unusual characters.
2469 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2470 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2471 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2472
2473
2474
2475
2476
2477 # Check whether --enable-win16 was given.
2478 if test "${enable_win16+set}" = set; then :
2479   enableval=$enable_win16;
2480 fi
2481
2482 # Check whether --enable-win64 was given.
2483 if test "${enable_win64+set}" = set; then :
2484   enableval=$enable_win64;
2485 fi
2486
2487 # Check whether --enable-tests was given.
2488 if test "${enable_tests+set}" = set; then :
2489   enableval=$enable_tests;
2490 fi
2491
2492 # Check whether --enable-maintainer-mode was given.
2493 if test "${enable_maintainer_mode+set}" = set; then :
2494   enableval=$enable_maintainer_mode;
2495 fi
2496
2497
2498
2499 # Check whether --with-alsa was given.
2500 if test "${with_alsa+set}" = set; then :
2501   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2502 fi
2503
2504
2505 # Check whether --with-audioio was given.
2506 if test "${with_audioio+set}" = set; then :
2507   withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2508 fi
2509
2510
2511 # Check whether --with-capi was given.
2512 if test "${with_capi+set}" = set; then :
2513   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2514 fi
2515
2516
2517 # Check whether --with-cms was given.
2518 if test "${with_cms+set}" = set; then :
2519   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2520 fi
2521
2522
2523 # Check whether --with-coreaudio was given.
2524 if test "${with_coreaudio+set}" = set; then :
2525   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2526 fi
2527
2528
2529 # Check whether --with-cups was given.
2530 if test "${with_cups+set}" = set; then :
2531   withval=$with_cups;
2532 fi
2533
2534
2535 # Check whether --with-curses was given.
2536 if test "${with_curses+set}" = set; then :
2537   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2538 fi
2539
2540
2541 # Check whether --with-esd was given.
2542 if test "${with_esd+set}" = set; then :
2543   withval=$with_esd;
2544 fi
2545
2546
2547 # Check whether --with-fontconfig was given.
2548 if test "${with_fontconfig+set}" = set; then :
2549   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2550 fi
2551
2552
2553 # Check whether --with-freetype was given.
2554 if test "${with_freetype+set}" = set; then :
2555   withval=$with_freetype;
2556 fi
2557
2558
2559 # Check whether --with-gphoto was given.
2560 if test "${with_gphoto+set}" = set; then :
2561   withval=$with_gphoto;
2562 fi
2563
2564
2565 # Check whether --with-glu was given.
2566 if test "${with_glu+set}" = set; then :
2567   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2568 fi
2569
2570
2571 # Check whether --with-gnutls was given.
2572 if test "${with_gnutls+set}" = set; then :
2573   withval=$with_gnutls;
2574 fi
2575
2576
2577 # Check whether --with-gsm was given.
2578 if test "${with_gsm+set}" = set; then :
2579   withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2580 fi
2581
2582
2583 # Check whether --with-hal was given.
2584 if test "${with_hal+set}" = set; then :
2585   withval=$with_hal;
2586 fi
2587
2588
2589 # Check whether --with-icns was given.
2590 if test "${with_icns+set}" = set; then :
2591   withval=$with_icns; if test "x$withval" = "xno"; then ac_cv_header_icns_h=no; fi
2592 fi
2593
2594
2595 # Check whether --with-jack was given.
2596 if test "${with_jack+set}" = set; then :
2597   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2598 fi
2599
2600
2601 # Check whether --with-jpeg was given.
2602 if test "${with_jpeg+set}" = set; then :
2603   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2604 fi
2605
2606
2607 # Check whether --with-ldap was given.
2608 if test "${with_ldap+set}" = set; then :
2609   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2610 fi
2611
2612
2613 # Check whether --with-mpg123 was given.
2614 if test "${with_mpg123+set}" = set; then :
2615   withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2616 fi
2617
2618
2619 # Check whether --with-nas was given.
2620 if test "${with_nas+set}" = set; then :
2621   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2622 fi
2623
2624
2625 # Check whether --with-openal was given.
2626 if test "${with_openal+set}" = set; then :
2627   withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2628 fi
2629
2630
2631 # Check whether --with-opengl was given.
2632 if test "${with_opengl+set}" = set; then :
2633   withval=$with_opengl;
2634 fi
2635
2636
2637 # Check whether --with-openssl was given.
2638 if test "${with_openssl+set}" = set; then :
2639   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2640 fi
2641
2642
2643 # Check whether --with-oss was given.
2644 if test "${with_oss+set}" = set; then :
2645   withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2646 fi
2647
2648
2649 # Check whether --with-png was given.
2650 if test "${with_png+set}" = set; then :
2651   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2652 fi
2653
2654
2655 # Check whether --with-pthread was given.
2656 if test "${with_pthread+set}" = set; then :
2657   withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2658 fi
2659
2660
2661 # Check whether --with-sane was given.
2662 if test "${with_sane+set}" = set; then :
2663   withval=$with_sane;
2664 fi
2665
2666
2667 # Check whether --with-tiff was given.
2668 if test "${with_tiff+set}" = set; then :
2669   withval=$with_tiff; if test "x$withval" = "xno"; then ac_cv_header_tiffio_h=no; fi
2670 fi
2671
2672
2673 # Check whether --with-v4l was given.
2674 if test "${with_v4l+set}" = set; then :
2675   withval=$with_v4l;
2676 fi
2677
2678
2679 # Check whether --with-xcomposite was given.
2680 if test "${with_xcomposite+set}" = set; then :
2681   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2682 fi
2683
2684
2685 # Check whether --with-xcursor was given.
2686 if test "${with_xcursor+set}" = set; then :
2687   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2688 fi
2689
2690
2691 # Check whether --with-xinerama was given.
2692 if test "${with_xinerama+set}" = set; then :
2693   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2694 fi
2695
2696
2697 # Check whether --with-xinput was given.
2698 if test "${with_xinput+set}" = set; then :
2699   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2700 fi
2701
2702
2703 # Check whether --with-xml was given.
2704 if test "${with_xml+set}" = set; then :
2705   withval=$with_xml;
2706 fi
2707
2708
2709 # Check whether --with-xrandr was given.
2710 if test "${with_xrandr+set}" = set; then :
2711   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2712 fi
2713
2714
2715 # Check whether --with-xrender was given.
2716 if test "${with_xrender+set}" = set; then :
2717   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2718 fi
2719
2720
2721 # Check whether --with-xshape was given.
2722 if test "${with_xshape+set}" = set; then :
2723   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2724 fi
2725
2726
2727 # Check whether --with-xshm was given.
2728 if test "${with_xshm+set}" = set; then :
2729   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2730 fi
2731
2732
2733 # Check whether --with-xslt was given.
2734 if test "${with_xslt+set}" = set; then :
2735   withval=$with_xslt;
2736 fi
2737
2738
2739 # Check whether --with-xxf86vm was given.
2740 if test "${with_xxf86vm+set}" = set; then :
2741   withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; ac_cv_header_X11_extensions_xf86vmproto_h=no; fi
2742 fi
2743
2744
2745
2746 # Check whether --with-wine-tools was given.
2747 if test "${with_wine_tools+set}" = set; then :
2748   withval=$with_wine_tools;
2749 fi
2750
2751
2752 # Check whether --with-wine64 was given.
2753 if test "${with_wine64+set}" = set; then :
2754   withval=$with_wine64;
2755 fi
2756
2757
2758 # Make sure we can run config.sub.
2759 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2760   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2761
2762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2763 $as_echo_n "checking build system type... " >&6; }
2764 if test "${ac_cv_build+set}" = set; then :
2765   $as_echo_n "(cached) " >&6
2766 else
2767   ac_build_alias=$build_alias
2768 test "x$ac_build_alias" = x &&
2769   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2770 test "x$ac_build_alias" = x &&
2771   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2772 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2773   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2774
2775 fi
2776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2777 $as_echo "$ac_cv_build" >&6; }
2778 case $ac_cv_build in
2779 *-*-*) ;;
2780 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2781 esac
2782 build=$ac_cv_build
2783 ac_save_IFS=$IFS; IFS='-'
2784 set x $ac_cv_build
2785 shift
2786 build_cpu=$1
2787 build_vendor=$2
2788 shift; shift
2789 # Remember, the first character of IFS is used to create $*,
2790 # except with old shells:
2791 build_os=$*
2792 IFS=$ac_save_IFS
2793 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2794
2795
2796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2797 $as_echo_n "checking host system type... " >&6; }
2798 if test "${ac_cv_host+set}" = set; then :
2799   $as_echo_n "(cached) " >&6
2800 else
2801   if test "x$host_alias" = x; then
2802   ac_cv_host=$ac_cv_build
2803 else
2804   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2805     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2806 fi
2807
2808 fi
2809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2810 $as_echo "$ac_cv_host" >&6; }
2811 case $ac_cv_host in
2812 *-*-*) ;;
2813 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2814 esac
2815 host=$ac_cv_host
2816 ac_save_IFS=$IFS; IFS='-'
2817 set x $ac_cv_host
2818 shift
2819 host_cpu=$1
2820 host_vendor=$2
2821 shift; shift
2822 # Remember, the first character of IFS is used to create $*,
2823 # except with old shells:
2824 host_os=$*
2825 IFS=$ac_save_IFS
2826 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2827
2828
2829
2830 case "$srcdir" in
2831  .) ;;
2832  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2833       as_fn_error "you are building out of the source tree, but the source tree contains object files.
2834 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2835     fi ;;
2836 esac
2837
2838
2839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2840 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2841 set x ${MAKE-make}
2842 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2843 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2844   $as_echo_n "(cached) " >&6
2845 else
2846   cat >conftest.make <<\_ACEOF
2847 SHELL = /bin/sh
2848 all:
2849         @echo '@@@%%%=$(MAKE)=@@@%%%'
2850 _ACEOF
2851 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2852 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2853   *@@@%%%=?*=@@@%%%*)
2854     eval ac_cv_prog_make_${ac_make}_set=yes;;
2855   *)
2856     eval ac_cv_prog_make_${ac_make}_set=no;;
2857 esac
2858 rm -f conftest.make
2859 fi
2860 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2861   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2862 $as_echo "yes" >&6; }
2863   SET_MAKE=
2864 else
2865   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2866 $as_echo "no" >&6; }
2867   SET_MAKE="MAKE=${MAKE-make}"
2868 fi
2869
2870 ac_ext=c
2871 ac_cpp='$CPP $CPPFLAGS'
2872 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2873 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2874 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2875 if test -n "$ac_tool_prefix"; then
2876   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2877 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2879 $as_echo_n "checking for $ac_word... " >&6; }
2880 if test "${ac_cv_prog_CC+set}" = set; then :
2881   $as_echo_n "(cached) " >&6
2882 else
2883   if test -n "$CC"; then
2884   ac_cv_prog_CC="$CC" # Let the user override the test.
2885 else
2886 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2887 for as_dir in $PATH
2888 do
2889   IFS=$as_save_IFS
2890   test -z "$as_dir" && as_dir=.
2891     for ac_exec_ext in '' $ac_executable_extensions; do
2892   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2893     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2894     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2895     break 2
2896   fi
2897 done
2898   done
2899 IFS=$as_save_IFS
2900
2901 fi
2902 fi
2903 CC=$ac_cv_prog_CC
2904 if test -n "$CC"; then
2905   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2906 $as_echo "$CC" >&6; }
2907 else
2908   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2909 $as_echo "no" >&6; }
2910 fi
2911
2912
2913 fi
2914 if test -z "$ac_cv_prog_CC"; then
2915   ac_ct_CC=$CC
2916   # Extract the first word of "gcc", so it can be a program name with args.
2917 set dummy gcc; ac_word=$2
2918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2919 $as_echo_n "checking for $ac_word... " >&6; }
2920 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2921   $as_echo_n "(cached) " >&6
2922 else
2923   if test -n "$ac_ct_CC"; then
2924   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2925 else
2926 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2927 for as_dir in $PATH
2928 do
2929   IFS=$as_save_IFS
2930   test -z "$as_dir" && as_dir=.
2931     for ac_exec_ext in '' $ac_executable_extensions; do
2932   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2933     ac_cv_prog_ac_ct_CC="gcc"
2934     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2935     break 2
2936   fi
2937 done
2938   done
2939 IFS=$as_save_IFS
2940
2941 fi
2942 fi
2943 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2944 if test -n "$ac_ct_CC"; then
2945   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2946 $as_echo "$ac_ct_CC" >&6; }
2947 else
2948   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2949 $as_echo "no" >&6; }
2950 fi
2951
2952   if test "x$ac_ct_CC" = x; then
2953     CC=""
2954   else
2955     case $cross_compiling:$ac_tool_warned in
2956 yes:)
2957 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2958 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2959 ac_tool_warned=yes ;;
2960 esac
2961     CC=$ac_ct_CC
2962   fi
2963 else
2964   CC="$ac_cv_prog_CC"
2965 fi
2966
2967 if test -z "$CC"; then
2968           if test -n "$ac_tool_prefix"; then
2969     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2970 set dummy ${ac_tool_prefix}cc; ac_word=$2
2971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2972 $as_echo_n "checking for $ac_word... " >&6; }
2973 if test "${ac_cv_prog_CC+set}" = set; then :
2974   $as_echo_n "(cached) " >&6
2975 else
2976   if test -n "$CC"; then
2977   ac_cv_prog_CC="$CC" # Let the user override the test.
2978 else
2979 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2980 for as_dir in $PATH
2981 do
2982   IFS=$as_save_IFS
2983   test -z "$as_dir" && as_dir=.
2984     for ac_exec_ext in '' $ac_executable_extensions; do
2985   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2986     ac_cv_prog_CC="${ac_tool_prefix}cc"
2987     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2988     break 2
2989   fi
2990 done
2991   done
2992 IFS=$as_save_IFS
2993
2994 fi
2995 fi
2996 CC=$ac_cv_prog_CC
2997 if test -n "$CC"; then
2998   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2999 $as_echo "$CC" >&6; }
3000 else
3001   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3002 $as_echo "no" >&6; }
3003 fi
3004
3005
3006   fi
3007 fi
3008 if test -z "$CC"; then
3009   # Extract the first word of "cc", so it can be a program name with args.
3010 set dummy cc; ac_word=$2
3011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3012 $as_echo_n "checking for $ac_word... " >&6; }
3013 if test "${ac_cv_prog_CC+set}" = set; then :
3014   $as_echo_n "(cached) " >&6
3015 else
3016   if test -n "$CC"; then
3017   ac_cv_prog_CC="$CC" # Let the user override the test.
3018 else
3019   ac_prog_rejected=no
3020 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3021 for as_dir in $PATH
3022 do
3023   IFS=$as_save_IFS
3024   test -z "$as_dir" && as_dir=.
3025     for ac_exec_ext in '' $ac_executable_extensions; do
3026   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3027     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3028        ac_prog_rejected=yes
3029        continue
3030      fi
3031     ac_cv_prog_CC="cc"
3032     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3033     break 2
3034   fi
3035 done
3036   done
3037 IFS=$as_save_IFS
3038
3039 if test $ac_prog_rejected = yes; then
3040   # We found a bogon in the path, so make sure we never use it.
3041   set dummy $ac_cv_prog_CC
3042   shift
3043   if test $# != 0; then
3044     # We chose a different compiler from the bogus one.
3045     # However, it has the same basename, so the bogon will be chosen
3046     # first if we set CC to just the basename; use the full file name.
3047     shift
3048     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3049   fi
3050 fi
3051 fi
3052 fi
3053 CC=$ac_cv_prog_CC
3054 if test -n "$CC"; then
3055   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3056 $as_echo "$CC" >&6; }
3057 else
3058   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3059 $as_echo "no" >&6; }
3060 fi
3061
3062
3063 fi
3064 if test -z "$CC"; then
3065   if test -n "$ac_tool_prefix"; then
3066   for ac_prog in cl.exe
3067   do
3068     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3069 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3071 $as_echo_n "checking for $ac_word... " >&6; }
3072 if test "${ac_cv_prog_CC+set}" = set; then :
3073   $as_echo_n "(cached) " >&6
3074 else
3075   if test -n "$CC"; then
3076   ac_cv_prog_CC="$CC" # Let the user override the test.
3077 else
3078 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3079 for as_dir in $PATH
3080 do
3081   IFS=$as_save_IFS
3082   test -z "$as_dir" && as_dir=.
3083     for ac_exec_ext in '' $ac_executable_extensions; do
3084   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3085     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3086     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3087     break 2
3088   fi
3089 done
3090   done
3091 IFS=$as_save_IFS
3092
3093 fi
3094 fi
3095 CC=$ac_cv_prog_CC
3096 if test -n "$CC"; then
3097   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3098 $as_echo "$CC" >&6; }
3099 else
3100   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3101 $as_echo "no" >&6; }
3102 fi
3103
3104
3105     test -n "$CC" && break
3106   done
3107 fi
3108 if test -z "$CC"; then
3109   ac_ct_CC=$CC
3110   for ac_prog in cl.exe
3111 do
3112   # Extract the first word of "$ac_prog", so it can be a program name with args.
3113 set dummy $ac_prog; ac_word=$2
3114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3115 $as_echo_n "checking for $ac_word... " >&6; }
3116 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3117   $as_echo_n "(cached) " >&6
3118 else
3119   if test -n "$ac_ct_CC"; then
3120   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3121 else
3122 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3123 for as_dir in $PATH
3124 do
3125   IFS=$as_save_IFS
3126   test -z "$as_dir" && as_dir=.
3127     for ac_exec_ext in '' $ac_executable_extensions; do
3128   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3129     ac_cv_prog_ac_ct_CC="$ac_prog"
3130     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3131     break 2
3132   fi
3133 done
3134   done
3135 IFS=$as_save_IFS
3136
3137 fi
3138 fi
3139 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3140 if test -n "$ac_ct_CC"; then
3141   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3142 $as_echo "$ac_ct_CC" >&6; }
3143 else
3144   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3145 $as_echo "no" >&6; }
3146 fi
3147
3148
3149   test -n "$ac_ct_CC" && break
3150 done
3151
3152   if test "x$ac_ct_CC" = x; then
3153     CC=""
3154   else
3155     case $cross_compiling:$ac_tool_warned in
3156 yes:)
3157 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3158 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3159 ac_tool_warned=yes ;;
3160 esac
3161     CC=$ac_ct_CC
3162   fi
3163 fi
3164
3165 fi
3166
3167
3168 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3169 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3170 as_fn_error "no acceptable C compiler found in \$PATH
3171 See \`config.log' for more details." "$LINENO" 5; }
3172
3173 # Provide some information about the compiler.
3174 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3175 set X $ac_compile
3176 ac_compiler=$2
3177 for ac_option in --version -v -V -qversion; do
3178   { { ac_try="$ac_compiler $ac_option >&5"
3179 case "(($ac_try" in
3180   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3181   *) ac_try_echo=$ac_try;;
3182 esac
3183 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3184 $as_echo "$ac_try_echo"; } >&5
3185   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3186   ac_status=$?
3187   if test -s conftest.err; then
3188     sed '10a\
3189 ... rest of stderr output deleted ...
3190          10q' conftest.err >conftest.er1
3191     cat conftest.er1 >&5
3192   fi
3193   rm -f conftest.er1 conftest.err
3194   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3195   test $ac_status = 0; }
3196 done
3197
3198 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3199 /* end confdefs.h.  */
3200
3201 int
3202 main ()
3203 {
3204
3205   ;
3206   return 0;
3207 }
3208 _ACEOF
3209 ac_clean_files_save=$ac_clean_files
3210 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3211 # Try to create an executable without -o first, disregard a.out.
3212 # It will help us diagnose broken compilers, and finding out an intuition
3213 # of exeext.
3214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3215 $as_echo_n "checking whether the C compiler works... " >&6; }
3216 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3217
3218 # The possible output files:
3219 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3220
3221 ac_rmfiles=
3222 for ac_file in $ac_files
3223 do
3224   case $ac_file in
3225     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3226     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3227   esac
3228 done
3229 rm -f $ac_rmfiles
3230
3231 if { { ac_try="$ac_link_default"
3232 case "(($ac_try" in
3233   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3234   *) ac_try_echo=$ac_try;;
3235 esac
3236 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3237 $as_echo "$ac_try_echo"; } >&5
3238   (eval "$ac_link_default") 2>&5
3239   ac_status=$?
3240   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3241   test $ac_status = 0; }; then :
3242   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3243 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3244 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3245 # so that the user can short-circuit this test for compilers unknown to
3246 # Autoconf.
3247 for ac_file in $ac_files ''
3248 do
3249   test -f "$ac_file" || continue
3250   case $ac_file in
3251     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3252         ;;
3253     [ab].out )
3254         # We found the default executable, but exeext='' is most
3255         # certainly right.
3256         break;;
3257     *.* )
3258         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3259         then :; else
3260            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3261         fi
3262         # We set ac_cv_exeext here because the later test for it is not
3263         # safe: cross compilers may not add the suffix if given an `-o'
3264         # argument, so we may need to know it at that point already.
3265         # Even if this section looks crufty: it has the advantage of
3266         # actually working.
3267         break;;
3268     * )
3269         break;;
3270   esac
3271 done
3272 test "$ac_cv_exeext" = no && ac_cv_exeext=
3273
3274 else
3275   ac_file=''
3276 fi
3277 if test -z "$ac_file"; then :
3278   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3279 $as_echo "no" >&6; }
3280 $as_echo "$as_me: failed program was:" >&5
3281 sed 's/^/| /' conftest.$ac_ext >&5
3282
3283 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3284 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3285 { as_fn_set_status 77
3286 as_fn_error "C compiler cannot create executables
3287 See \`config.log' for more details." "$LINENO" 5; }; }
3288 else
3289   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3290 $as_echo "yes" >&6; }
3291 fi
3292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3293 $as_echo_n "checking for C compiler default output file name... " >&6; }
3294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3295 $as_echo "$ac_file" >&6; }
3296 ac_exeext=$ac_cv_exeext
3297
3298 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3299 ac_clean_files=$ac_clean_files_save
3300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3301 $as_echo_n "checking for suffix of executables... " >&6; }
3302 if { { ac_try="$ac_link"
3303 case "(($ac_try" in
3304   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3305   *) ac_try_echo=$ac_try;;
3306 esac
3307 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3308 $as_echo "$ac_try_echo"; } >&5
3309   (eval "$ac_link") 2>&5
3310   ac_status=$?
3311   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3312   test $ac_status = 0; }; then :
3313   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3314 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3315 # work properly (i.e., refer to `conftest.exe'), while it won't with
3316 # `rm'.
3317 for ac_file in conftest.exe conftest conftest.*; do
3318   test -f "$ac_file" || continue
3319   case $ac_file in
3320     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3321     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3322           break;;
3323     * ) break;;
3324   esac
3325 done
3326 else
3327   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3328 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3329 as_fn_error "cannot compute suffix of executables: cannot compile and link
3330 See \`config.log' for more details." "$LINENO" 5; }
3331 fi
3332 rm -f conftest conftest$ac_cv_exeext
3333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3334 $as_echo "$ac_cv_exeext" >&6; }
3335
3336 rm -f conftest.$ac_ext
3337 EXEEXT=$ac_cv_exeext
3338 ac_exeext=$EXEEXT
3339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3340 /* end confdefs.h.  */
3341 #include <stdio.h>
3342 int
3343 main ()
3344 {
3345 FILE *f = fopen ("conftest.out", "w");
3346  return ferror (f) || fclose (f) != 0;
3347
3348   ;
3349   return 0;
3350 }
3351 _ACEOF
3352 ac_clean_files="$ac_clean_files conftest.out"
3353 # Check that the compiler produces executables we can run.  If not, either
3354 # the compiler is broken, or we cross compile.
3355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3356 $as_echo_n "checking whether we are cross compiling... " >&6; }
3357 if test "$cross_compiling" != yes; then
3358   { { ac_try="$ac_link"
3359 case "(($ac_try" in
3360   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3361   *) ac_try_echo=$ac_try;;
3362 esac
3363 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3364 $as_echo "$ac_try_echo"; } >&5
3365   (eval "$ac_link") 2>&5
3366   ac_status=$?
3367   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3368   test $ac_status = 0; }
3369   if { ac_try='./conftest$ac_cv_exeext'
3370   { { case "(($ac_try" in
3371   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3372   *) ac_try_echo=$ac_try;;
3373 esac
3374 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3375 $as_echo "$ac_try_echo"; } >&5
3376   (eval "$ac_try") 2>&5
3377   ac_status=$?
3378   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3379   test $ac_status = 0; }; }; then
3380     cross_compiling=no
3381   else
3382     if test "$cross_compiling" = maybe; then
3383         cross_compiling=yes
3384     else
3385         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3386 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3387 as_fn_error "cannot run C compiled programs.
3388 If you meant to cross compile, use \`--host'.
3389 See \`config.log' for more details." "$LINENO" 5; }
3390     fi
3391   fi
3392 fi
3393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3394 $as_echo "$cross_compiling" >&6; }
3395
3396 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3397 ac_clean_files=$ac_clean_files_save
3398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3399 $as_echo_n "checking for suffix of object files... " >&6; }
3400 if test "${ac_cv_objext+set}" = set; then :
3401   $as_echo_n "(cached) " >&6
3402 else
3403   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3404 /* end confdefs.h.  */
3405
3406 int
3407 main ()
3408 {
3409
3410   ;
3411   return 0;
3412 }
3413 _ACEOF
3414 rm -f conftest.o conftest.obj
3415 if { { ac_try="$ac_compile"
3416 case "(($ac_try" in
3417   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3418   *) ac_try_echo=$ac_try;;
3419 esac
3420 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3421 $as_echo "$ac_try_echo"; } >&5
3422   (eval "$ac_compile") 2>&5
3423   ac_status=$?
3424   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3425   test $ac_status = 0; }; then :
3426   for ac_file in conftest.o conftest.obj conftest.*; do
3427   test -f "$ac_file" || continue;
3428   case $ac_file in
3429     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3430     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3431        break;;
3432   esac
3433 done
3434 else
3435   $as_echo "$as_me: failed program was:" >&5
3436 sed 's/^/| /' conftest.$ac_ext >&5
3437
3438 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3439 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3440 as_fn_error "cannot compute suffix of object files: cannot compile
3441 See \`config.log' for more details." "$LINENO" 5; }
3442 fi
3443 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3444 fi
3445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3446 $as_echo "$ac_cv_objext" >&6; }
3447 OBJEXT=$ac_cv_objext
3448 ac_objext=$OBJEXT
3449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3450 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3451 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3452   $as_echo_n "(cached) " >&6
3453 else
3454   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3455 /* end confdefs.h.  */
3456
3457 int
3458 main ()
3459 {
3460 #ifndef __GNUC__
3461        choke me
3462 #endif
3463
3464   ;
3465   return 0;
3466 }
3467 _ACEOF
3468 if ac_fn_c_try_compile "$LINENO"; then :
3469   ac_compiler_gnu=yes
3470 else
3471   ac_compiler_gnu=no
3472 fi
3473 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3474 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3475
3476 fi
3477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3478 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3479 if test $ac_compiler_gnu = yes; then
3480   GCC=yes
3481 else
3482   GCC=
3483 fi
3484 ac_test_CFLAGS=${CFLAGS+set}
3485 ac_save_CFLAGS=$CFLAGS
3486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3487 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3488 if test "${ac_cv_prog_cc_g+set}" = set; then :
3489   $as_echo_n "(cached) " >&6
3490 else
3491   ac_save_c_werror_flag=$ac_c_werror_flag
3492    ac_c_werror_flag=yes
3493    ac_cv_prog_cc_g=no
3494    CFLAGS="-g"
3495    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3496 /* end confdefs.h.  */
3497
3498 int
3499 main ()
3500 {
3501
3502   ;
3503   return 0;
3504 }
3505 _ACEOF
3506 if ac_fn_c_try_compile "$LINENO"; then :
3507   ac_cv_prog_cc_g=yes
3508 else
3509   CFLAGS=""
3510       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3511 /* end confdefs.h.  */
3512
3513 int
3514 main ()
3515 {
3516
3517   ;
3518   return 0;
3519 }
3520 _ACEOF
3521 if ac_fn_c_try_compile "$LINENO"; then :
3522
3523 else
3524   ac_c_werror_flag=$ac_save_c_werror_flag
3525          CFLAGS="-g"
3526          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3527 /* end confdefs.h.  */
3528
3529 int
3530 main ()
3531 {
3532
3533   ;
3534   return 0;
3535 }
3536 _ACEOF
3537 if ac_fn_c_try_compile "$LINENO"; then :
3538   ac_cv_prog_cc_g=yes
3539 fi
3540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3541 fi
3542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3543 fi
3544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3545    ac_c_werror_flag=$ac_save_c_werror_flag
3546 fi
3547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3548 $as_echo "$ac_cv_prog_cc_g" >&6; }
3549 if test "$ac_test_CFLAGS" = set; then
3550   CFLAGS=$ac_save_CFLAGS
3551 elif test $ac_cv_prog_cc_g = yes; then
3552   if test "$GCC" = yes; then
3553     CFLAGS="-g -O2"
3554   else
3555     CFLAGS="-g"
3556   fi
3557 else
3558   if test "$GCC" = yes; then
3559     CFLAGS="-O2"
3560   else
3561     CFLAGS=
3562   fi
3563 fi
3564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3565 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3566 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3567   $as_echo_n "(cached) " >&6
3568 else
3569   ac_cv_prog_cc_c89=no
3570 ac_save_CC=$CC
3571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3572 /* end confdefs.h.  */
3573 #include <stdarg.h>
3574 #include <stdio.h>
3575 #include <sys/types.h>
3576 #include <sys/stat.h>
3577 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3578 struct buf { int x; };
3579 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3580 static char *e (p, i)
3581      char **p;
3582      int i;
3583 {
3584   return p[i];
3585 }
3586 static char *f (char * (*g) (char **, int), char **p, ...)
3587 {
3588   char *s;
3589   va_list v;
3590   va_start (v,p);
3591   s = g (p, va_arg (v,int));
3592   va_end (v);
3593   return s;
3594 }
3595
3596 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3597    function prototypes and stuff, but not '\xHH' hex character constants.
3598    These don't provoke an error unfortunately, instead are silently treated
3599    as 'x'.  The following induces an error, until -std is added to get
3600    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3601    array size at least.  It's necessary to write '\x00'==0 to get something
3602    that's true only with -std.  */
3603 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3604
3605 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3606    inside strings and character constants.  */
3607 #define FOO(x) 'x'
3608 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3609
3610 int test (int i, double x);
3611 struct s1 {int (*f) (int a);};
3612 struct s2 {int (*f) (double a);};
3613 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3614 int argc;
3615 char **argv;
3616 int
3617 main ()
3618 {
3619 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3620   ;
3621   return 0;
3622 }
3623 _ACEOF
3624 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3625         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3626 do
3627   CC="$ac_save_CC $ac_arg"
3628   if ac_fn_c_try_compile "$LINENO"; then :
3629   ac_cv_prog_cc_c89=$ac_arg
3630 fi
3631 rm -f core conftest.err conftest.$ac_objext
3632   test "x$ac_cv_prog_cc_c89" != "xno" && break
3633 done
3634 rm -f conftest.$ac_ext
3635 CC=$ac_save_CC
3636
3637 fi
3638 # AC_CACHE_VAL
3639 case "x$ac_cv_prog_cc_c89" in
3640   x)
3641     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3642 $as_echo "none needed" >&6; } ;;
3643   xno)
3644     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3645 $as_echo "unsupported" >&6; } ;;
3646   *)
3647     CC="$CC $ac_cv_prog_cc_c89"
3648     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3649 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3650 esac
3651 if test "x$ac_cv_prog_cc_c89" != xno; then :
3652
3653 fi
3654
3655 ac_ext=c
3656 ac_cpp='$CPP $CPPFLAGS'
3657 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3658 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3659 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3660
3661 ac_ext=cpp
3662 ac_cpp='$CXXCPP $CPPFLAGS'
3663 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3664 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3665 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3666 if test -z "$CXX"; then
3667   if test -n "$CCC"; then
3668     CXX=$CCC
3669   else
3670     if test -n "$ac_tool_prefix"; then
3671   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3672   do
3673     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3674 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3676 $as_echo_n "checking for $ac_word... " >&6; }
3677 if test "${ac_cv_prog_CXX+set}" = set; then :
3678   $as_echo_n "(cached) " >&6
3679 else
3680   if test -n "$CXX"; then
3681   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3682 else
3683 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3684 for as_dir in $PATH
3685 do
3686   IFS=$as_save_IFS
3687   test -z "$as_dir" && as_dir=.
3688     for ac_exec_ext in '' $ac_executable_extensions; do
3689   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3690     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3691     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3692     break 2
3693   fi
3694 done
3695   done
3696 IFS=$as_save_IFS
3697
3698 fi
3699 fi
3700 CXX=$ac_cv_prog_CXX
3701 if test -n "$CXX"; then
3702   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3703 $as_echo "$CXX" >&6; }
3704 else
3705   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3706 $as_echo "no" >&6; }
3707 fi
3708
3709
3710     test -n "$CXX" && break
3711   done
3712 fi
3713 if test -z "$CXX"; then
3714   ac_ct_CXX=$CXX
3715   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3716 do
3717   # Extract the first word of "$ac_prog", so it can be a program name with args.
3718 set dummy $ac_prog; ac_word=$2
3719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3720 $as_echo_n "checking for $ac_word... " >&6; }
3721 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3722   $as_echo_n "(cached) " >&6
3723 else
3724   if test -n "$ac_ct_CXX"; then
3725   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3726 else
3727 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3728 for as_dir in $PATH
3729 do
3730   IFS=$as_save_IFS
3731   test -z "$as_dir" && as_dir=.
3732     for ac_exec_ext in '' $ac_executable_extensions; do
3733   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3734     ac_cv_prog_ac_ct_CXX="$ac_prog"
3735     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3736     break 2
3737   fi
3738 done
3739   done
3740 IFS=$as_save_IFS
3741
3742 fi
3743 fi
3744 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3745 if test -n "$ac_ct_CXX"; then
3746   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3747 $as_echo "$ac_ct_CXX" >&6; }
3748 else
3749   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3750 $as_echo "no" >&6; }
3751 fi
3752
3753
3754   test -n "$ac_ct_CXX" && break
3755 done
3756
3757   if test "x$ac_ct_CXX" = x; then
3758     CXX="g++"
3759   else
3760     case $cross_compiling:$ac_tool_warned in
3761 yes:)
3762 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3763 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3764 ac_tool_warned=yes ;;
3765 esac
3766     CXX=$ac_ct_CXX
3767   fi
3768 fi
3769
3770   fi
3771 fi
3772 # Provide some information about the compiler.
3773 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3774 set X $ac_compile
3775 ac_compiler=$2
3776 for ac_option in --version -v -V -qversion; do
3777   { { ac_try="$ac_compiler $ac_option >&5"
3778 case "(($ac_try" in
3779   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3780   *) ac_try_echo=$ac_try;;
3781 esac
3782 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3783 $as_echo "$ac_try_echo"; } >&5
3784   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3785   ac_status=$?
3786   if test -s conftest.err; then
3787     sed '10a\
3788 ... rest of stderr output deleted ...
3789          10q' conftest.err >conftest.er1
3790     cat conftest.er1 >&5
3791   fi
3792   rm -f conftest.er1 conftest.err
3793   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3794   test $ac_status = 0; }
3795 done
3796
3797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3798 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3799 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3800   $as_echo_n "(cached) " >&6
3801 else
3802   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3803 /* end confdefs.h.  */
3804
3805 int
3806 main ()
3807 {
3808 #ifndef __GNUC__
3809        choke me
3810 #endif
3811
3812   ;
3813   return 0;
3814 }
3815 _ACEOF
3816 if ac_fn_cxx_try_compile "$LINENO"; then :
3817   ac_compiler_gnu=yes
3818 else
3819   ac_compiler_gnu=no
3820 fi
3821 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3822 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3823
3824 fi
3825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3826 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3827 if test $ac_compiler_gnu = yes; then
3828   GXX=yes
3829 else
3830   GXX=
3831 fi
3832 ac_test_CXXFLAGS=${CXXFLAGS+set}
3833 ac_save_CXXFLAGS=$CXXFLAGS
3834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3835 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3836 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3837   $as_echo_n "(cached) " >&6
3838 else
3839   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3840    ac_cxx_werror_flag=yes
3841    ac_cv_prog_cxx_g=no
3842    CXXFLAGS="-g"
3843    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3844 /* end confdefs.h.  */
3845
3846 int
3847 main ()
3848 {
3849
3850   ;
3851   return 0;
3852 }
3853 _ACEOF
3854 if ac_fn_cxx_try_compile "$LINENO"; then :
3855   ac_cv_prog_cxx_g=yes
3856 else
3857   CXXFLAGS=""
3858       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3859 /* end confdefs.h.  */
3860
3861 int
3862 main ()
3863 {
3864
3865   ;
3866   return 0;
3867 }
3868 _ACEOF
3869 if ac_fn_cxx_try_compile "$LINENO"; then :
3870
3871 else
3872   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3873          CXXFLAGS="-g"
3874          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3875 /* end confdefs.h.  */
3876
3877 int
3878 main ()
3879 {
3880
3881   ;
3882   return 0;
3883 }
3884 _ACEOF
3885 if ac_fn_cxx_try_compile "$LINENO"; then :
3886   ac_cv_prog_cxx_g=yes
3887 fi
3888 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3889 fi
3890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3891 fi
3892 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3893    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3894 fi
3895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3896 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3897 if test "$ac_test_CXXFLAGS" = set; then
3898   CXXFLAGS=$ac_save_CXXFLAGS
3899 elif test $ac_cv_prog_cxx_g = yes; then
3900   if test "$GXX" = yes; then
3901     CXXFLAGS="-g -O2"
3902   else
3903     CXXFLAGS="-g"
3904   fi
3905 else
3906   if test "$GXX" = yes; then
3907     CXXFLAGS="-O2"
3908   else
3909     CXXFLAGS=
3910   fi
3911 fi
3912 ac_ext=c
3913 ac_cpp='$CPP $CPPFLAGS'
3914 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3915 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3916 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3917
3918 if test -n "$ac_tool_prefix"; then
3919   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3920 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3922 $as_echo_n "checking for $ac_word... " >&6; }
3923 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3924   $as_echo_n "(cached) " >&6
3925 else
3926   if test -n "$CPPBIN"; then
3927   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3928 else
3929 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3930 for as_dir in $PATH
3931 do
3932   IFS=$as_save_IFS
3933   test -z "$as_dir" && as_dir=.
3934     for ac_exec_ext in '' $ac_executable_extensions; do
3935   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3936     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3937     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3938     break 2
3939   fi
3940 done
3941   done
3942 IFS=$as_save_IFS
3943
3944 fi
3945 fi
3946 CPPBIN=$ac_cv_prog_CPPBIN
3947 if test -n "$CPPBIN"; then
3948   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3949 $as_echo "$CPPBIN" >&6; }
3950 else
3951   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3952 $as_echo "no" >&6; }
3953 fi
3954
3955
3956 fi
3957 if test -z "$ac_cv_prog_CPPBIN"; then
3958   ac_ct_CPPBIN=$CPPBIN
3959   # Extract the first word of "cpp", so it can be a program name with args.
3960 set dummy cpp; ac_word=$2
3961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3962 $as_echo_n "checking for $ac_word... " >&6; }
3963 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3964   $as_echo_n "(cached) " >&6
3965 else
3966   if test -n "$ac_ct_CPPBIN"; then
3967   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3968 else
3969 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3970 for as_dir in $PATH
3971 do
3972   IFS=$as_save_IFS
3973   test -z "$as_dir" && as_dir=.
3974     for ac_exec_ext in '' $ac_executable_extensions; do
3975   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3976     ac_cv_prog_ac_ct_CPPBIN="cpp"
3977     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3978     break 2
3979   fi
3980 done
3981   done
3982 IFS=$as_save_IFS
3983
3984 fi
3985 fi
3986 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3987 if test -n "$ac_ct_CPPBIN"; then
3988   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3989 $as_echo "$ac_ct_CPPBIN" >&6; }
3990 else
3991   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3992 $as_echo "no" >&6; }
3993 fi
3994
3995   if test "x$ac_ct_CPPBIN" = x; then
3996     CPPBIN="cpp"
3997   else
3998     case $cross_compiling:$ac_tool_warned in
3999 yes:)
4000 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4001 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4002 ac_tool_warned=yes ;;
4003 esac
4004     CPPBIN=$ac_ct_CPPBIN
4005   fi
4006 else
4007   CPPBIN="$ac_cv_prog_CPPBIN"
4008 fi
4009
4010
4011 cat >>confdefs.h <<_ACEOF
4012 #define EXEEXT "$ac_exeext"
4013 _ACEOF
4014
4015
4016 case $host in
4017   *-darwin*)
4018     if test "x$enable_win64" = "xyes"
4019     then
4020       CC="$CC -m64"
4021       CXX="$CXX -m64"
4022       LD="${LD:-ld} -arch x86_64"
4023       AS="${AS:-as} -arch x86_64"
4024       host_cpu="x86_64"
4025       notice_platform="64-bit "
4026       TARGETFLAGS="-m64"
4027
4028     else
4029       CC="$CC -m32"
4030       CXX="$CXX -m32"
4031       LD="${LD:-ld} -arch i386"
4032       AS="${AS:-as} -arch i386"
4033       host_cpu="i386"
4034       notice_platform="32-bit "
4035       TARGETFLAGS="-m32"
4036
4037       enable_win16=${enable_win16:-yes}
4038     fi
4039     ;;
4040   x86_64*)
4041     if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4042     then
4043       CC="$CC -m32"
4044       CXX="$CXX -m32"
4045       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4046 $as_echo_n "checking whether $CC works... " >&6; }
4047
4048 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4049 /* end confdefs.h.  */
4050
4051 int
4052 main ()
4053 {
4054
4055   ;
4056   return 0;
4057 }
4058 _ACEOF
4059 if ac_fn_c_try_link "$LINENO"; then :
4060   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4061 $as_echo "yes" >&6; }
4062 else
4063   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4064 $as_echo "no" >&6; }
4065                       as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4066 fi
4067 rm -f core conftest.err conftest.$ac_objext \
4068     conftest$ac_exeext conftest.$ac_ext
4069       LD="${LD:-ld} -m elf_i386"
4070       AS="${AS:-as} --32"
4071       host_cpu="i386"
4072       notice_platform="32-bit "
4073       TARGETFLAGS="-m32"
4074
4075       enable_win16=${enable_win16:-yes}
4076     else
4077       if test "x${GCC}" = "xyes"
4078       then
4079         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4080 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4081         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4082 /* end confdefs.h.  */
4083 #include <stdarg.h>
4084 int
4085 main ()
4086 {
4087 void func(__builtin_ms_va_list *args);
4088   ;
4089   return 0;
4090 }
4091 _ACEOF
4092 if ac_fn_c_try_compile "$LINENO"; then :
4093   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4094 $as_echo "yes" >&6; }
4095 else
4096   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4097 $as_echo "no" >&6; }
4098                            as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4099 fi
4100 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4101       fi
4102       TARGETFLAGS="-m64"
4103
4104     fi
4105     ;;
4106   *-mingw32*|*-cygwin*)
4107     enable_win16=${enable_win16:-no}
4108     CFLAGS="$CFLAGS -D_WIN32"
4109     ;;
4110   i[3456789]86*)
4111     enable_win16=${enable_win16:-yes}
4112     ;;
4113 esac
4114
4115 enable_win16=${enable_win16:-no}
4116
4117 enable_winetest=${enable_winetest:-$enable_tests}
4118
4119 if test -n "$with_wine64"
4120 then
4121     if test "x$enable_win64" = "xyes"
4122     then
4123         as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4124 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4125     fi
4126     WOW64_DISABLE=\#
4127
4128     enable_fonts=${enable_fonts:-no}
4129     enable_server=${enable_server:-no}
4130     enable_tools=${enable_tools:-no}
4131 elif test "x$enable_win64" = "xyes"
4132 then
4133     test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
4134 fi
4135
4136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4137 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4138 if test "${wine_cv_toolsdir+set}" = set; then :
4139   $as_echo_n "(cached) " >&6
4140 else
4141   wine_cv_toolsdir="$with_wine_tools"
4142    if test -z "$with_wine_tools"; then
4143      if test "$cross_compiling" = "yes"; then
4144        as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4145      elif test -n "$with_wine64"; then
4146        wine_cv_toolsdir="$with_wine64"
4147      fi
4148    fi
4149    if test -z "$wine_cv_toolsdir"; then
4150      wine_cv_toolsdir="\$(TOPOBJDIR)"
4151    elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4152      case "$wine_cv_toolsdir" in
4153        /*) ;;
4154        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4155      esac
4156    else
4157      as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4158    fi
4159 fi
4160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4161 $as_echo "$wine_cv_toolsdir" >&6; }
4162 TOOLSDIR=$wine_cv_toolsdir
4163
4164 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4165 then
4166     TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4167
4168 fi
4169
4170 for ac_prog in flex
4171 do
4172   # Extract the first word of "$ac_prog", so it can be a program name with args.
4173 set dummy $ac_prog; ac_word=$2
4174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4175 $as_echo_n "checking for $ac_word... " >&6; }
4176 if test "${ac_cv_prog_FLEX+set}" = set; then :
4177   $as_echo_n "(cached) " >&6
4178 else
4179   if test -n "$FLEX"; then
4180   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4181 else
4182 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4183 for as_dir in $PATH
4184 do
4185   IFS=$as_save_IFS
4186   test -z "$as_dir" && as_dir=.
4187     for ac_exec_ext in '' $ac_executable_extensions; do
4188   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4189     ac_cv_prog_FLEX="$ac_prog"
4190     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4191     break 2
4192   fi
4193 done
4194   done
4195 IFS=$as_save_IFS
4196
4197 fi
4198 fi
4199 FLEX=$ac_cv_prog_FLEX
4200 if test -n "$FLEX"; then
4201   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4202 $as_echo "$FLEX" >&6; }
4203 else
4204   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4205 $as_echo "no" >&6; }
4206 fi
4207
4208
4209   test -n "$FLEX" && break
4210 done
4211 test -n "$FLEX" || FLEX="none"
4212
4213 if test "$FLEX" = "none"
4214 then
4215   as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4216 fi
4217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4218 $as_echo_n "checking whether flex is recent enough... " >&6; }
4219 cat >conftest.l <<EOF
4220 %top{
4221 #include "prediluvian.h"
4222 }
4223 %%
4224 EOF
4225 if $FLEX -t conftest.l >/dev/null 2>&5
4226 then
4227   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4228 $as_echo "yes" >&6; }
4229 else
4230   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4231 $as_echo "no" >&6; }
4232   as_fn_error "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4233 fi
4234
4235 for ac_prog in bison
4236 do
4237   # Extract the first word of "$ac_prog", so it can be a program name with args.
4238 set dummy $ac_prog; ac_word=$2
4239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4240 $as_echo_n "checking for $ac_word... " >&6; }
4241 if test "${ac_cv_prog_BISON+set}" = set; then :
4242   $as_echo_n "(cached) " >&6
4243 else
4244   if test -n "$BISON"; then
4245   ac_cv_prog_BISON="$BISON" # Let the user override the test.
4246 else
4247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4248 for as_dir in $PATH
4249 do
4250   IFS=$as_save_IFS
4251   test -z "$as_dir" && as_dir=.
4252     for ac_exec_ext in '' $ac_executable_extensions; do
4253   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4254     ac_cv_prog_BISON="$ac_prog"
4255     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4256     break 2
4257   fi
4258 done
4259   done
4260 IFS=$as_save_IFS
4261
4262 fi
4263 fi
4264 BISON=$ac_cv_prog_BISON
4265 if test -n "$BISON"; then
4266   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4267 $as_echo "$BISON" >&6; }
4268 else
4269   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4270 $as_echo "no" >&6; }
4271 fi
4272
4273
4274   test -n "$BISON" && break
4275 done
4276 test -n "$BISON" || BISON="none"
4277
4278 if test "$BISON" = "none"
4279 then
4280   as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4281 fi
4282
4283 if test -n "$ac_tool_prefix"; then
4284   for ac_prog in ar gar
4285   do
4286     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4287 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4289 $as_echo_n "checking for $ac_word... " >&6; }
4290 if test "${ac_cv_prog_AR+set}" = set; then :
4291   $as_echo_n "(cached) " >&6
4292 else
4293   if test -n "$AR"; then
4294   ac_cv_prog_AR="$AR" # Let the user override the test.
4295 else
4296 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4297 for as_dir in $PATH
4298 do
4299   IFS=$as_save_IFS
4300   test -z "$as_dir" && as_dir=.
4301     for ac_exec_ext in '' $ac_executable_extensions; do
4302   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4303     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4304     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4305     break 2
4306   fi
4307 done
4308   done
4309 IFS=$as_save_IFS
4310
4311 fi
4312 fi
4313 AR=$ac_cv_prog_AR
4314 if test -n "$AR"; then
4315   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4316 $as_echo "$AR" >&6; }
4317 else
4318   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4319 $as_echo "no" >&6; }
4320 fi
4321
4322
4323     test -n "$AR" && break
4324   done
4325 fi
4326 if test -z "$AR"; then
4327   ac_ct_AR=$AR
4328   for ac_prog in ar gar
4329 do
4330   # Extract the first word of "$ac_prog", so it can be a program name with args.
4331 set dummy $ac_prog; ac_word=$2
4332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4333 $as_echo_n "checking for $ac_word... " >&6; }
4334 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4335   $as_echo_n "(cached) " >&6
4336 else
4337   if test -n "$ac_ct_AR"; then
4338   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4339 else
4340 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4341 for as_dir in $PATH
4342 do
4343   IFS=$as_save_IFS
4344   test -z "$as_dir" && as_dir=.
4345     for ac_exec_ext in '' $ac_executable_extensions; do
4346   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4347     ac_cv_prog_ac_ct_AR="$ac_prog"
4348     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4349     break 2
4350   fi
4351 done
4352   done
4353 IFS=$as_save_IFS
4354
4355 fi
4356 fi
4357 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4358 if test -n "$ac_ct_AR"; then
4359   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4360 $as_echo "$ac_ct_AR" >&6; }
4361 else
4362   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4363 $as_echo "no" >&6; }
4364 fi
4365
4366
4367   test -n "$ac_ct_AR" && break
4368 done
4369
4370   if test "x$ac_ct_AR" = x; then
4371     AR="ar"
4372   else
4373     case $cross_compiling:$ac_tool_warned in
4374 yes:)
4375 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4376 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4377 ac_tool_warned=yes ;;
4378 esac
4379     AR=$ac_ct_AR
4380   fi
4381 fi
4382
4383 ARFLAGS=rc
4384
4385 if test -n "$ac_tool_prefix"; then
4386   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4387 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4389 $as_echo_n "checking for $ac_word... " >&6; }
4390 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4391   $as_echo_n "(cached) " >&6
4392 else
4393   if test -n "$RANLIB"; then
4394   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4395 else
4396 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4397 for as_dir in $PATH
4398 do
4399   IFS=$as_save_IFS
4400   test -z "$as_dir" && as_dir=.
4401     for ac_exec_ext in '' $ac_executable_extensions; do
4402   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4403     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4404     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4405     break 2
4406   fi
4407 done
4408   done
4409 IFS=$as_save_IFS
4410
4411 fi
4412 fi
4413 RANLIB=$ac_cv_prog_RANLIB
4414 if test -n "$RANLIB"; then
4415   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4416 $as_echo "$RANLIB" >&6; }
4417 else
4418   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4419 $as_echo "no" >&6; }
4420 fi
4421
4422
4423 fi
4424 if test -z "$ac_cv_prog_RANLIB"; then
4425   ac_ct_RANLIB=$RANLIB
4426   # Extract the first word of "ranlib", so it can be a program name with args.
4427 set dummy ranlib; ac_word=$2
4428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4429 $as_echo_n "checking for $ac_word... " >&6; }
4430 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4431   $as_echo_n "(cached) " >&6
4432 else
4433   if test -n "$ac_ct_RANLIB"; then
4434   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4435 else
4436 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4437 for as_dir in $PATH
4438 do
4439   IFS=$as_save_IFS
4440   test -z "$as_dir" && as_dir=.
4441     for ac_exec_ext in '' $ac_executable_extensions; do
4442   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4443     ac_cv_prog_ac_ct_RANLIB="ranlib"
4444     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4445     break 2
4446   fi
4447 done
4448   done
4449 IFS=$as_save_IFS
4450
4451 fi
4452 fi
4453 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4454 if test -n "$ac_ct_RANLIB"; then
4455   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4456 $as_echo "$ac_ct_RANLIB" >&6; }
4457 else
4458   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4459 $as_echo "no" >&6; }
4460 fi
4461
4462   if test "x$ac_ct_RANLIB" = x; then
4463     RANLIB=":"
4464   else
4465     case $cross_compiling:$ac_tool_warned in
4466 yes:)
4467 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4468 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4469 ac_tool_warned=yes ;;
4470 esac
4471     RANLIB=$ac_ct_RANLIB
4472   fi
4473 else
4474   RANLIB="$ac_cv_prog_RANLIB"
4475 fi
4476
4477 if test -n "$ac_tool_prefix"; then
4478   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4479 set dummy ${ac_tool_prefix}strip; ac_word=$2
4480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4481 $as_echo_n "checking for $ac_word... " >&6; }
4482 if test "${ac_cv_prog_STRIP+set}" = set; then :
4483   $as_echo_n "(cached) " >&6
4484 else
4485   if test -n "$STRIP"; then
4486   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4487 else
4488 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4489 for as_dir in $PATH
4490 do
4491   IFS=$as_save_IFS
4492   test -z "$as_dir" && as_dir=.
4493     for ac_exec_ext in '' $ac_executable_extensions; do
4494   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4495     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4496     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4497     break 2
4498   fi
4499 done
4500   done
4501 IFS=$as_save_IFS
4502
4503 fi
4504 fi
4505 STRIP=$ac_cv_prog_STRIP
4506 if test -n "$STRIP"; then
4507   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4508 $as_echo "$STRIP" >&6; }
4509 else
4510   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4511 $as_echo "no" >&6; }
4512 fi
4513
4514
4515 fi
4516 if test -z "$ac_cv_prog_STRIP"; then
4517   ac_ct_STRIP=$STRIP
4518   # Extract the first word of "strip", so it can be a program name with args.
4519 set dummy strip; ac_word=$2
4520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4521 $as_echo_n "checking for $ac_word... " >&6; }
4522 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4523   $as_echo_n "(cached) " >&6
4524 else
4525   if test -n "$ac_ct_STRIP"; then
4526   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4527 else
4528 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4529 for as_dir in $PATH
4530 do
4531   IFS=$as_save_IFS
4532   test -z "$as_dir" && as_dir=.
4533     for ac_exec_ext in '' $ac_executable_extensions; do
4534   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4535     ac_cv_prog_ac_ct_STRIP="strip"
4536     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4537     break 2
4538   fi
4539 done
4540   done
4541 IFS=$as_save_IFS
4542
4543 fi
4544 fi
4545 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4546 if test -n "$ac_ct_STRIP"; then
4547   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4548 $as_echo "$ac_ct_STRIP" >&6; }
4549 else
4550   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4551 $as_echo "no" >&6; }
4552 fi
4553
4554   if test "x$ac_ct_STRIP" = x; then
4555     STRIP="strip"
4556   else
4557     case $cross_compiling:$ac_tool_warned in
4558 yes:)
4559 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4560 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4561 ac_tool_warned=yes ;;
4562 esac
4563     STRIP=$ac_ct_STRIP
4564   fi
4565 else
4566   STRIP="$ac_cv_prog_STRIP"
4567 fi
4568
4569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4570 $as_echo_n "checking whether ln -s works... " >&6; }
4571 LN_S=$as_ln_s
4572 if test "$LN_S" = "ln -s"; then
4573   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4574 $as_echo "yes" >&6; }
4575 else
4576   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4577 $as_echo "no, using $LN_S" >&6; }
4578 fi
4579
4580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4581 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4582 if test "${ac_cv_path_GREP+set}" = set; then :
4583   $as_echo_n "(cached) " >&6
4584 else
4585   if test -z "$GREP"; then
4586   ac_path_GREP_found=false
4587   # Loop through the user's path and test for each of PROGNAME-LIST
4588   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4589 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4590 do
4591   IFS=$as_save_IFS
4592   test -z "$as_dir" && as_dir=.
4593     for ac_prog in grep ggrep; do
4594     for ac_exec_ext in '' $ac_executable_extensions; do
4595       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4596       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4597 # Check for GNU ac_path_GREP and select it if it is found.
4598   # Check for GNU $ac_path_GREP
4599 case `"$ac_path_GREP" --version 2>&1` in
4600 *GNU*)
4601   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4602 *)
4603   ac_count=0
4604   $as_echo_n 0123456789 >"conftest.in"
4605   while :
4606   do
4607     cat "conftest.in" "conftest.in" >"conftest.tmp"
4608     mv "conftest.tmp" "conftest.in"
4609     cp "conftest.in" "conftest.nl"
4610     $as_echo 'GREP' >> "conftest.nl"
4611     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4612     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4613     as_fn_arith $ac_count + 1 && ac_count=$as_val
4614     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4615       # Best one so far, save it but keep looking for a better one
4616       ac_cv_path_GREP="$ac_path_GREP"
4617       ac_path_GREP_max=$ac_count
4618     fi
4619     # 10*(2^10) chars as input seems more than enough
4620     test $ac_count -gt 10 && break
4621   done
4622   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4623 esac
4624
4625       $ac_path_GREP_found && break 3
4626     done
4627   done
4628   done
4629 IFS=$as_save_IFS
4630   if test -z "$ac_cv_path_GREP"; then
4631     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4632   fi
4633 else
4634   ac_cv_path_GREP=$GREP
4635 fi
4636
4637 fi
4638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4639 $as_echo "$ac_cv_path_GREP" >&6; }
4640  GREP="$ac_cv_path_GREP"
4641
4642
4643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4644 $as_echo_n "checking for egrep... " >&6; }
4645 if test "${ac_cv_path_EGREP+set}" = set; then :
4646   $as_echo_n "(cached) " >&6
4647 else
4648   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4649    then ac_cv_path_EGREP="$GREP -E"
4650    else
4651      if test -z "$EGREP"; then
4652   ac_path_EGREP_found=false
4653   # Loop through the user's path and test for each of PROGNAME-LIST
4654   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4655 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4656 do
4657   IFS=$as_save_IFS
4658   test -z "$as_dir" && as_dir=.
4659     for ac_prog in egrep; do
4660     for ac_exec_ext in '' $ac_executable_extensions; do
4661       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4662       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4663 # Check for GNU ac_path_EGREP and select it if it is found.
4664   # Check for GNU $ac_path_EGREP
4665 case `"$ac_path_EGREP" --version 2>&1` in
4666 *GNU*)
4667   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4668 *)
4669   ac_count=0
4670   $as_echo_n 0123456789 >"conftest.in"
4671   while :
4672   do
4673     cat "conftest.in" "conftest.in" >"conftest.tmp"
4674     mv "conftest.tmp" "conftest.in"
4675     cp "conftest.in" "conftest.nl"
4676     $as_echo 'EGREP' >> "conftest.nl"
4677     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4678     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4679     as_fn_arith $ac_count + 1 && ac_count=$as_val
4680     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4681       # Best one so far, save it but keep looking for a better one
4682       ac_cv_path_EGREP="$ac_path_EGREP"
4683       ac_path_EGREP_max=$ac_count
4684     fi
4685     # 10*(2^10) chars as input seems more than enough
4686     test $ac_count -gt 10 && break
4687   done
4688   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4689 esac
4690
4691       $ac_path_EGREP_found && break 3
4692     done
4693   done
4694   done
4695 IFS=$as_save_IFS
4696   if test -z "$ac_cv_path_EGREP"; then
4697     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4698   fi
4699 else
4700   ac_cv_path_EGREP=$EGREP
4701 fi
4702
4703    fi
4704 fi
4705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4706 $as_echo "$ac_cv_path_EGREP" >&6; }
4707  EGREP="$ac_cv_path_EGREP"
4708
4709
4710 # Extract the first word of "ldconfig", so it can be a program name with args.
4711 set dummy ldconfig; ac_word=$2
4712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4713 $as_echo_n "checking for $ac_word... " >&6; }
4714 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4715   $as_echo_n "(cached) " >&6
4716 else
4717   case $LDCONFIG in
4718   [\\/]* | ?:[\\/]*)
4719   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4720   ;;
4721   *)
4722   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4723 for as_dir in /sbin /usr/sbin $PATH
4724 do
4725   IFS=$as_save_IFS
4726   test -z "$as_dir" && as_dir=.
4727     for ac_exec_ext in '' $ac_executable_extensions; do
4728   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4729     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4730     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4731     break 2
4732   fi
4733 done
4734   done
4735 IFS=$as_save_IFS
4736
4737   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4738   ;;
4739 esac
4740 fi
4741 LDCONFIG=$ac_cv_path_LDCONFIG
4742 if test -n "$LDCONFIG"; then
4743   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4744 $as_echo "$LDCONFIG" >&6; }
4745 else
4746   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4747 $as_echo "no" >&6; }
4748 fi
4749
4750
4751 # Find a good install program.  We prefer a C program (faster),
4752 # so one script is as good as another.  But avoid the broken or
4753 # incompatible versions:
4754 # SysV /etc/install, /usr/sbin/install
4755 # SunOS /usr/etc/install
4756 # IRIX /sbin/install
4757 # AIX /bin/install
4758 # AmigaOS /C/install, which installs bootblocks on floppy discs
4759 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4760 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4761 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4762 # OS/2's system install, which has a completely different semantic
4763 # ./install, which can be erroneously created by make from ./install.sh.
4764 # Reject install programs that cannot install multiple files.
4765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4766 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4767 if test -z "$INSTALL"; then
4768 if test "${ac_cv_path_install+set}" = set; then :
4769   $as_echo_n "(cached) " >&6
4770 else
4771   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4772 for as_dir in $PATH
4773 do
4774   IFS=$as_save_IFS
4775   test -z "$as_dir" && as_dir=.
4776     # Account for people who put trailing slashes in PATH elements.
4777 case $as_dir/ in #((
4778   ./ | .// | /[cC]/* | \
4779   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4780   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4781   /usr/ucb/* ) ;;
4782   *)
4783     # OSF1 and SCO ODT 3.0 have their own names for install.
4784     # Don't use installbsd from OSF since it installs stuff as root
4785     # by default.
4786     for ac_prog in ginstall scoinst install; do
4787       for ac_exec_ext in '' $ac_executable_extensions; do
4788         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4789           if test $ac_prog = install &&
4790             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4791             # AIX install.  It has an incompatible calling convention.
4792             :
4793           elif test $ac_prog = install &&
4794             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4795             # program-specific install script used by HP pwplus--don't use.
4796             :
4797           else
4798             rm -rf conftest.one conftest.two conftest.dir
4799             echo one > conftest.one
4800             echo two > conftest.two
4801             mkdir conftest.dir
4802             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4803               test -s conftest.one && test -s conftest.two &&
4804               test -s conftest.dir/conftest.one &&
4805               test -s conftest.dir/conftest.two
4806             then
4807               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4808               break 3
4809             fi
4810           fi
4811         fi
4812       done
4813     done
4814     ;;
4815 esac
4816
4817   done
4818 IFS=$as_save_IFS
4819
4820 rm -rf conftest.one conftest.two conftest.dir
4821
4822 fi
4823   if test "${ac_cv_path_install+set}" = set; then
4824     INSTALL=$ac_cv_path_install
4825   else
4826     # As a last resort, use the slow shell script.  Don't cache a
4827     # value for INSTALL within a source directory, because that will
4828     # break other packages using the cache if that directory is
4829     # removed, or if the value is a relative name.
4830     INSTALL=$ac_install_sh
4831   fi
4832 fi
4833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4834 $as_echo "$INSTALL" >&6; }
4835
4836 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4837 # It thinks the first close brace ends the variable substitution.
4838 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4839
4840 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4841
4842 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4843
4844 case "$INSTALL" in
4845   [\\/$]* | ?:[\\/]* ) ;;
4846   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4847 esac
4848
4849 for ac_prog in lclint lint
4850 do
4851   # Extract the first word of "$ac_prog", so it can be a program name with args.
4852 set dummy $ac_prog; ac_word=$2
4853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4854 $as_echo_n "checking for $ac_word... " >&6; }
4855 if test "${ac_cv_prog_LINT+set}" = set; then :
4856   $as_echo_n "(cached) " >&6
4857 else
4858   if test -n "$LINT"; then
4859   ac_cv_prog_LINT="$LINT" # Let the user override the test.
4860 else
4861 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4862 for as_dir in $PATH
4863 do
4864   IFS=$as_save_IFS
4865   test -z "$as_dir" && as_dir=.
4866     for ac_exec_ext in '' $ac_executable_extensions; do
4867   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4868     ac_cv_prog_LINT="$ac_prog"
4869     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4870     break 2
4871   fi
4872 done
4873   done
4874 IFS=$as_save_IFS
4875
4876 fi
4877 fi
4878 LINT=$ac_cv_prog_LINT
4879 if test -n "$LINT"; then
4880   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4881 $as_echo "$LINT" >&6; }
4882 else
4883   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4884 $as_echo "no" >&6; }
4885 fi
4886
4887
4888   test -n "$LINT" && break
4889 done
4890
4891 if test "$LINT" = "lint"
4892 then
4893   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4894   fi
4895
4896
4897
4898 for ac_prog in fontforge
4899 do
4900   # Extract the first word of "$ac_prog", so it can be a program name with args.
4901 set dummy $ac_prog; ac_word=$2
4902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4903 $as_echo_n "checking for $ac_word... " >&6; }
4904 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4905   $as_echo_n "(cached) " >&6
4906 else
4907   if test -n "$FONTFORGE"; then
4908   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4909 else
4910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4911 for as_dir in $PATH
4912 do
4913   IFS=$as_save_IFS
4914   test -z "$as_dir" && as_dir=.
4915     for ac_exec_ext in '' $ac_executable_extensions; do
4916   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4917     ac_cv_prog_FONTFORGE="$ac_prog"
4918     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4919     break 2
4920   fi
4921 done
4922   done
4923 IFS=$as_save_IFS
4924
4925 fi
4926 fi
4927 FONTFORGE=$ac_cv_prog_FONTFORGE
4928 if test -n "$FONTFORGE"; then
4929   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4930 $as_echo "$FONTFORGE" >&6; }
4931 else
4932   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4933 $as_echo "no" >&6; }
4934 fi
4935
4936
4937   test -n "$FONTFORGE" && break
4938 done
4939 test -n "$FONTFORGE" || FONTFORGE="false"
4940
4941 for ac_prog in pkg-config
4942 do
4943   # Extract the first word of "$ac_prog", so it can be a program name with args.
4944 set dummy $ac_prog; ac_word=$2
4945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4946 $as_echo_n "checking for $ac_word... " >&6; }
4947 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4948   $as_echo_n "(cached) " >&6
4949 else
4950   if test -n "$PKG_CONFIG"; then
4951   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4952 else
4953 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4954 for as_dir in $PATH
4955 do
4956   IFS=$as_save_IFS
4957   test -z "$as_dir" && as_dir=.
4958     for ac_exec_ext in '' $ac_executable_extensions; do
4959   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4960     ac_cv_prog_PKG_CONFIG="$ac_prog"
4961     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4962     break 2
4963   fi
4964 done
4965   done
4966 IFS=$as_save_IFS
4967
4968 fi
4969 fi
4970 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4971 if test -n "$PKG_CONFIG"; then
4972   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4973 $as_echo "$PKG_CONFIG" >&6; }
4974 else
4975   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4976 $as_echo "no" >&6; }
4977 fi
4978
4979
4980   test -n "$PKG_CONFIG" && break
4981 done
4982 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4983
4984 for ac_prog in rsvg
4985 do
4986   # Extract the first word of "$ac_prog", so it can be a program name with args.
4987 set dummy $ac_prog; ac_word=$2
4988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4989 $as_echo_n "checking for $ac_word... " >&6; }
4990 if test "${ac_cv_prog_RSVG+set}" = set; then :
4991   $as_echo_n "(cached) " >&6
4992 else
4993   if test -n "$RSVG"; then
4994   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4995 else
4996 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4997 for as_dir in $PATH
4998 do
4999   IFS=$as_save_IFS
5000   test -z "$as_dir" && as_dir=.
5001     for ac_exec_ext in '' $ac_executable_extensions; do
5002   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5003     ac_cv_prog_RSVG="$ac_prog"
5004     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5005     break 2
5006   fi
5007 done
5008   done
5009 IFS=$as_save_IFS
5010
5011 fi
5012 fi
5013 RSVG=$ac_cv_prog_RSVG
5014 if test -n "$RSVG"; then
5015   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5016 $as_echo "$RSVG" >&6; }
5017 else
5018   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5019 $as_echo "no" >&6; }
5020 fi
5021
5022
5023   test -n "$RSVG" && break
5024 done
5025 test -n "$RSVG" || RSVG="false"
5026
5027 for ac_prog in convert
5028 do
5029   # Extract the first word of "$ac_prog", so it can be a program name with args.
5030 set dummy $ac_prog; ac_word=$2
5031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5032 $as_echo_n "checking for $ac_word... " >&6; }
5033 if test "${ac_cv_prog_CONVERT+set}" = set; then :
5034   $as_echo_n "(cached) " >&6
5035 else
5036   if test -n "$CONVERT"; then
5037   ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
5038 else
5039 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5040 for as_dir in $PATH
5041 do
5042   IFS=$as_save_IFS
5043   test -z "$as_dir" && as_dir=.
5044     for ac_exec_ext in '' $ac_executable_extensions; do
5045   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5046     ac_cv_prog_CONVERT="$ac_prog"
5047     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5048     break 2
5049   fi
5050 done
5051   done
5052 IFS=$as_save_IFS
5053
5054 fi
5055 fi
5056 CONVERT=$ac_cv_prog_CONVERT
5057 if test -n "$CONVERT"; then
5058   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5059 $as_echo "$CONVERT" >&6; }
5060 else
5061   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5062 $as_echo "no" >&6; }
5063 fi
5064
5065
5066   test -n "$CONVERT" && break
5067 done
5068 test -n "$CONVERT" || CONVERT="false"
5069
5070 for ac_prog in icotool
5071 do
5072   # Extract the first word of "$ac_prog", so it can be a program name with args.
5073 set dummy $ac_prog; ac_word=$2
5074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5075 $as_echo_n "checking for $ac_word... " >&6; }
5076 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5077   $as_echo_n "(cached) " >&6
5078 else
5079   if test -n "$ICOTOOL"; then
5080   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5081 else
5082 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5083 for as_dir in $PATH
5084 do
5085   IFS=$as_save_IFS
5086   test -z "$as_dir" && as_dir=.
5087     for ac_exec_ext in '' $ac_executable_extensions; do
5088   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5089     ac_cv_prog_ICOTOOL="$ac_prog"
5090     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5091     break 2
5092   fi
5093 done
5094   done
5095 IFS=$as_save_IFS
5096
5097 fi
5098 fi
5099 ICOTOOL=$ac_cv_prog_ICOTOOL
5100 if test -n "$ICOTOOL"; then
5101   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5102 $as_echo "$ICOTOOL" >&6; }
5103 else
5104   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5105 $as_echo "no" >&6; }
5106 fi
5107
5108
5109   test -n "$ICOTOOL" && break
5110 done
5111 test -n "$ICOTOOL" || ICOTOOL="false"
5112
5113
5114 if test "x$enable_maintainer_mode" != "xyes"
5115 then
5116   MAINTAINER_MODE=\#
5117
5118 else
5119   if test "$FONTFORGE" = "false"; then as_fn_error "You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5; fi
5120   if test "$RSVG" = "false"; then as_fn_error "You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5; fi
5121
5122     if test "$CONVERT" = false
5123   then
5124     as_fn_error "You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
5125   else
5126     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
5127 $as_echo_n "checking for recent enough imagemagick... " >&6; }
5128     convert_version=`convert --version | head -n1`
5129     if test "x$convert_version" != "x"
5130     then
5131       convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
5132       convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
5133       if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
5134       then
5135         CONVERT=false
5136       fi
5137     fi
5138     if test "$CONVERT" = false
5139     then
5140       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
5141 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
5142       as_fn_error "You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5143     else
5144       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
5145 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
5146     fi
5147   fi
5148
5149     if test "$ICOTOOL" = false
5150   then
5151     as_fn_error "You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
5152   else
5153     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
5154 $as_echo_n "checking for recent enough icotool... " >&6; }
5155     icotool_version=`icotool --version | head -n1`
5156     if test "x$icotool_version" != "x"
5157     then
5158       icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
5159       icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
5160       if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
5161       then
5162         ICOTOOL=false
5163         as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
5164       fi
5165     fi
5166     if test "$ICOTOOL" = false
5167     then
5168       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
5169 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
5170       as_fn_error "You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5171     else
5172       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
5173 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
5174     fi
5175   fi
5176
5177 fi
5178
5179
5180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5181 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5182 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5183   $as_echo_n "(cached) " >&6
5184 else
5185   ac_check_lib_save_LIBS=$LIBS
5186 LIBS="-li386  $LIBS"
5187 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5188 /* end confdefs.h.  */
5189
5190 /* Override any GCC internal prototype to avoid an error.
5191    Use char because int might match the return type of a GCC
5192    builtin and then its argument prototype would still apply.  */
5193 #ifdef __cplusplus
5194 extern "C"
5195 #endif
5196 char i386_set_ldt ();
5197 int
5198 main ()
5199 {
5200 return i386_set_ldt ();
5201   ;
5202   return 0;
5203 }
5204 _ACEOF
5205 if ac_fn_c_try_link "$LINENO"; then :
5206   ac_cv_lib_i386_i386_set_ldt=yes
5207 else
5208   ac_cv_lib_i386_i386_set_ldt=no
5209 fi
5210 rm -f core conftest.err conftest.$ac_objext \
5211     conftest$ac_exeext conftest.$ac_ext
5212 LIBS=$ac_check_lib_save_LIBS
5213 fi
5214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5215 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5216 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5217   cat >>confdefs.h <<_ACEOF
5218 #define HAVE_LIBI386 1
5219 _ACEOF
5220
5221   LIBS="-li386 $LIBS"
5222
5223 fi
5224
5225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5226 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5227 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5228   $as_echo_n "(cached) " >&6
5229 else
5230   ac_check_lib_save_LIBS=$LIBS
5231 LIBS="-lossaudio  $LIBS"
5232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5233 /* end confdefs.h.  */
5234
5235 /* Override any GCC internal prototype to avoid an error.
5236    Use char because int might match the return type of a GCC
5237    builtin and then its argument prototype would still apply.  */
5238 #ifdef __cplusplus
5239 extern "C"
5240 #endif
5241 char _oss_ioctl ();
5242 int
5243 main ()
5244 {
5245 return _oss_ioctl ();
5246   ;
5247   return 0;
5248 }
5249 _ACEOF
5250 if ac_fn_c_try_link "$LINENO"; then :
5251   ac_cv_lib_ossaudio__oss_ioctl=yes
5252 else
5253   ac_cv_lib_ossaudio__oss_ioctl=no
5254 fi
5255 rm -f core conftest.err conftest.$ac_objext \
5256     conftest$ac_exeext conftest.$ac_ext
5257 LIBS=$ac_check_lib_save_LIBS
5258 fi
5259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5260 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5261 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5262   cat >>confdefs.h <<_ACEOF
5263 #define HAVE_LIBOSSAUDIO 1
5264 _ACEOF
5265
5266   LIBS="-lossaudio $LIBS"
5267
5268 fi
5269
5270
5271 XLIB=""
5272
5273 OPENGL_LIBS=""
5274
5275
5276
5277 # Check whether --enable-largefile was given.
5278 if test "${enable_largefile+set}" = set; then :
5279   enableval=$enable_largefile;
5280 fi
5281
5282 if test "$enable_largefile" != no; then
5283
5284   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5285 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5286 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5287   $as_echo_n "(cached) " >&6
5288 else
5289   ac_cv_sys_largefile_CC=no
5290      if test "$GCC" != yes; then
5291        ac_save_CC=$CC
5292        while :; do
5293          # IRIX 6.2 and later do not support large files by default,
5294          # so use the C compiler's -n32 option if that helps.
5295          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5296 /* end confdefs.h.  */
5297 #include <sys/types.h>
5298  /* Check that off_t can represent 2**63 - 1 correctly.
5299     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5300     since some C++ compilers masquerading as C compilers
5301     incorrectly reject 9223372036854775807.  */
5302 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5303   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5304                        && LARGE_OFF_T % 2147483647 == 1)
5305                       ? 1 : -1];
5306 int
5307 main ()
5308 {
5309
5310   ;
5311   return 0;
5312 }
5313 _ACEOF
5314          if ac_fn_c_try_compile "$LINENO"; then :
5315   break
5316 fi
5317 rm -f core conftest.err conftest.$ac_objext
5318          CC="$CC -n32"
5319          if ac_fn_c_try_compile "$LINENO"; then :
5320   ac_cv_sys_largefile_CC=' -n32'; break
5321 fi
5322 rm -f core conftest.err conftest.$ac_objext
5323          break
5324        done
5325        CC=$ac_save_CC
5326        rm -f conftest.$ac_ext
5327     fi
5328 fi
5329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5330 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5331   if test "$ac_cv_sys_largefile_CC" != no; then
5332     CC=$CC$ac_cv_sys_largefile_CC
5333   fi
5334
5335   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5336 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5337 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5338   $as_echo_n "(cached) " >&6
5339 else
5340   while :; do
5341   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5342 /* end confdefs.h.  */
5343 #include <sys/types.h>
5344  /* Check that off_t can represent 2**63 - 1 correctly.
5345     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5346     since some C++ compilers masquerading as C compilers
5347     incorrectly reject 9223372036854775807.  */
5348 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5349   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5350                        && LARGE_OFF_T % 2147483647 == 1)
5351                       ? 1 : -1];
5352 int
5353 main ()
5354 {
5355
5356   ;
5357   return 0;
5358 }
5359 _ACEOF
5360 if ac_fn_c_try_compile "$LINENO"; then :
5361   ac_cv_sys_file_offset_bits=no; break
5362 fi
5363 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5364   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5365 /* end confdefs.h.  */
5366 #define _FILE_OFFSET_BITS 64
5367 #include <sys/types.h>
5368  /* Check that off_t can represent 2**63 - 1 correctly.
5369     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5370     since some C++ compilers masquerading as C compilers
5371     incorrectly reject 9223372036854775807.  */
5372 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5373   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5374                        && LARGE_OFF_T % 2147483647 == 1)
5375                       ? 1 : -1];
5376 int
5377 main ()
5378 {
5379
5380   ;
5381   return 0;
5382 }
5383 _ACEOF
5384 if ac_fn_c_try_compile "$LINENO"; then :
5385   ac_cv_sys_file_offset_bits=64; break
5386 fi
5387 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5388   ac_cv_sys_file_offset_bits=unknown
5389   break
5390 done
5391 fi
5392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5393 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5394 case $ac_cv_sys_file_offset_bits in #(
5395   no | unknown) ;;
5396   *)
5397 cat >>confdefs.h <<_ACEOF
5398 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5399 _ACEOF
5400 ;;
5401 esac
5402 rm -rf conftest*
5403   if test $ac_cv_sys_file_offset_bits = unknown; then
5404     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5405 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5406 if test "${ac_cv_sys_large_files+set}" = set; then :
5407   $as_echo_n "(cached) " >&6
5408 else
5409   while :; do
5410   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5411 /* end confdefs.h.  */
5412 #include <sys/types.h>
5413  /* Check that off_t can represent 2**63 - 1 correctly.
5414     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5415     since some C++ compilers masquerading as C compilers
5416     incorrectly reject 9223372036854775807.  */
5417 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5418   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5419                        && LARGE_OFF_T % 2147483647 == 1)
5420                       ? 1 : -1];
5421 int
5422 main ()
5423 {
5424
5425   ;
5426   return 0;
5427 }
5428 _ACEOF
5429 if ac_fn_c_try_compile "$LINENO"; then :
5430   ac_cv_sys_large_files=no; break
5431 fi
5432 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5433   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5434 /* end confdefs.h.  */
5435 #define _LARGE_FILES 1
5436 #include <sys/types.h>
5437  /* Check that off_t can represent 2**63 - 1 correctly.
5438     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5439     since some C++ compilers masquerading as C compilers
5440     incorrectly reject 9223372036854775807.  */
5441 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5442   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5443                        && LARGE_OFF_T % 2147483647 == 1)
5444                       ? 1 : -1];
5445 int
5446 main ()
5447 {
5448
5449   ;
5450   return 0;
5451 }
5452 _ACEOF
5453 if ac_fn_c_try_compile "$LINENO"; then :
5454   ac_cv_sys_large_files=1; break
5455 fi
5456 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5457   ac_cv_sys_large_files=unknown
5458   break
5459 done
5460 fi
5461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5462 $as_echo "$ac_cv_sys_large_files" >&6; }
5463 case $ac_cv_sys_large_files in #(
5464   no | unknown) ;;
5465   *)
5466 cat >>confdefs.h <<_ACEOF
5467 #define _LARGE_FILES $ac_cv_sys_large_files
5468 _ACEOF
5469 ;;
5470 esac
5471 rm -rf conftest*
5472   fi
5473 fi
5474
5475
5476 ac_ext=c
5477 ac_cpp='$CPP $CPPFLAGS'
5478 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5479 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5480 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5482 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5483 # On Suns, sometimes $CPP names a directory.
5484 if test -n "$CPP" && test -d "$CPP"; then
5485   CPP=
5486 fi
5487 if test -z "$CPP"; then
5488   if test "${ac_cv_prog_CPP+set}" = set; then :
5489   $as_echo_n "(cached) " >&6
5490 else
5491       # Double quotes because CPP needs to be expanded
5492     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5493     do
5494       ac_preproc_ok=false
5495 for ac_c_preproc_warn_flag in '' yes
5496 do
5497   # Use a header file that comes with gcc, so configuring glibc
5498   # with a fresh cross-compiler works.
5499   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5500   # <limits.h> exists even on freestanding compilers.
5501   # On the NeXT, cc -E runs the code through the compiler's parser,
5502   # not just through cpp. "Syntax error" is here to catch this case.
5503   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5504 /* end confdefs.h.  */
5505 #ifdef __STDC__
5506 # include <limits.h>
5507 #else
5508 # include <assert.h>
5509 #endif
5510                      Syntax error
5511 _ACEOF
5512 if ac_fn_c_try_cpp "$LINENO"; then :
5513
5514 else
5515   # Broken: fails on valid input.
5516 continue
5517 fi
5518 rm -f conftest.err conftest.$ac_ext
5519
5520   # OK, works on sane cases.  Now check whether nonexistent headers
5521   # can be detected and how.
5522   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5523 /* end confdefs.h.  */
5524 #include <ac_nonexistent.h>
5525 _ACEOF
5526 if ac_fn_c_try_cpp "$LINENO"; then :
5527   # Broken: success on invalid input.
5528 continue
5529 else
5530   # Passes both tests.
5531 ac_preproc_ok=:
5532 break
5533 fi
5534 rm -f conftest.err conftest.$ac_ext
5535
5536 done
5537 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5538 rm -f conftest.err conftest.$ac_ext
5539 if $ac_preproc_ok; then :
5540   break
5541 fi
5542
5543     done
5544     ac_cv_prog_CPP=$CPP
5545
5546 fi
5547   CPP=$ac_cv_prog_CPP
5548 else
5549   ac_cv_prog_CPP=$CPP
5550 fi
5551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5552 $as_echo "$CPP" >&6; }
5553 ac_preproc_ok=false
5554 for ac_c_preproc_warn_flag in '' yes
5555 do
5556   # Use a header file that comes with gcc, so configuring glibc
5557   # with a fresh cross-compiler works.
5558   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5559   # <limits.h> exists even on freestanding compilers.
5560   # On the NeXT, cc -E runs the code through the compiler's parser,
5561   # not just through cpp. "Syntax error" is here to catch this case.
5562   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5563 /* end confdefs.h.  */
5564 #ifdef __STDC__
5565 # include <limits.h>
5566 #else
5567 # include <assert.h>
5568 #endif
5569                      Syntax error
5570 _ACEOF
5571 if ac_fn_c_try_cpp "$LINENO"; then :
5572
5573 else
5574   # Broken: fails on valid input.
5575 continue
5576 fi
5577 rm -f conftest.err conftest.$ac_ext
5578
5579   # OK, works on sane cases.  Now check whether nonexistent headers
5580   # can be detected and how.
5581   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5582 /* end confdefs.h.  */
5583 #include <ac_nonexistent.h>
5584 _ACEOF
5585 if ac_fn_c_try_cpp "$LINENO"; then :
5586   # Broken: success on invalid input.
5587 continue
5588 else
5589   # Passes both tests.
5590 ac_preproc_ok=:
5591 break
5592 fi
5593 rm -f conftest.err conftest.$ac_ext
5594
5595 done
5596 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5597 rm -f conftest.err conftest.$ac_ext
5598 if $ac_preproc_ok; then :
5599
5600 else
5601   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5602 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5603 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5604 See \`config.log' for more details." "$LINENO" 5; }
5605 fi
5606
5607 ac_ext=c
5608 ac_cpp='$CPP $CPPFLAGS'
5609 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5610 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5611 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5612
5613
5614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5615 $as_echo_n "checking for ANSI C header files... " >&6; }
5616 if test "${ac_cv_header_stdc+set}" = set; then :
5617   $as_echo_n "(cached) " >&6
5618 else
5619   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5620 /* end confdefs.h.  */
5621 #include <stdlib.h>
5622 #include <stdarg.h>
5623 #include <string.h>
5624 #include <float.h>
5625
5626 int
5627 main ()
5628 {
5629
5630   ;
5631   return 0;
5632 }
5633 _ACEOF
5634 if ac_fn_c_try_compile "$LINENO"; then :
5635   ac_cv_header_stdc=yes
5636 else
5637   ac_cv_header_stdc=no
5638 fi
5639 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5640
5641 if test $ac_cv_header_stdc = yes; then
5642   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5643   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5644 /* end confdefs.h.  */
5645 #include <string.h>
5646
5647 _ACEOF
5648 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5649   $EGREP "memchr" >/dev/null 2>&1; then :
5650
5651 else
5652   ac_cv_header_stdc=no
5653 fi
5654 rm -f conftest*
5655
5656 fi
5657
5658 if test $ac_cv_header_stdc = yes; then
5659   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5660   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5661 /* end confdefs.h.  */
5662 #include <stdlib.h>
5663
5664 _ACEOF
5665 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5666   $EGREP "free" >/dev/null 2>&1; then :
5667
5668 else
5669   ac_cv_header_stdc=no
5670 fi
5671 rm -f conftest*
5672
5673 fi
5674
5675 if test $ac_cv_header_stdc = yes; then
5676   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5677   if test "$cross_compiling" = yes; then :
5678   :
5679 else
5680   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5681 /* end confdefs.h.  */
5682 #include <ctype.h>
5683 #include <stdlib.h>
5684 #if ((' ' & 0x0FF) == 0x020)
5685 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5686 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5687 #else
5688 # define ISLOWER(c) \
5689                    (('a' <= (c) && (c) <= 'i') \
5690                      || ('j' <= (c) && (c) <= 'r') \
5691                      || ('s' <= (c) && (c) <= 'z'))
5692 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5693 #endif
5694
5695 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5696 int
5697 main ()
5698 {
5699   int i;
5700   for (i = 0; i < 256; i++)
5701     if (XOR (islower (i), ISLOWER (i))
5702         || toupper (i) != TOUPPER (i))
5703       return 2;
5704   return 0;
5705 }
5706 _ACEOF
5707 if ac_fn_c_try_run "$LINENO"; then :
5708
5709 else
5710   ac_cv_header_stdc=no
5711 fi
5712 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5713   conftest.$ac_objext conftest.beam conftest.$ac_ext
5714 fi
5715
5716 fi
5717 fi
5718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5719 $as_echo "$ac_cv_header_stdc" >&6; }
5720 if test $ac_cv_header_stdc = yes; then
5721
5722 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5723
5724 fi
5725
5726 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5727 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5728                   inttypes.h stdint.h unistd.h
5729 do :
5730   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5731 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5732 "
5733 eval as_val=\$$as_ac_Header
5734    if test "x$as_val" = x""yes; then :
5735   cat >>confdefs.h <<_ACEOF
5736 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5737 _ACEOF
5738
5739 fi
5740
5741 done
5742
5743
5744 for ac_header in \
5745         AL/al.h \
5746         AudioToolbox/AudioConverter.h \
5747         AudioUnit/AudioUnit.h \
5748         Carbon/Carbon.h \
5749         CoreAudio/CoreAudio.h \
5750         DiskArbitration/DiskArbitration.h \
5751         IOKit/IOKitLib.h \
5752         IOKit/hid/IOHIDLib.h \
5753         OpenAL/al.h \
5754         alias.h \
5755         alsa/asoundlib.h \
5756         arpa/inet.h \
5757         arpa/nameser.h \
5758         asm/types.h \
5759         capi20.h \
5760         curses.h \
5761         direct.h \
5762         dirent.h \
5763         dlfcn.h \
5764         elf.h \
5765         float.h \
5766         fnmatch.h \
5767         fontconfig/fontconfig.h \
5768         getopt.h \
5769         grp.h \
5770         gsm.h \
5771         gsm/gsm.h \
5772         icns.h \
5773         ieeefp.h \
5774         inet/mib2.h \
5775         io.h \
5776         jack/jack.h \
5777         jpeglib.h \
5778         kstat.h \
5779         lber.h \
5780         lcms.h \
5781         lcms/lcms.h \
5782         ldap.h \
5783         libaudioio.h \
5784         link.h \
5785         linux/cdrom.h \
5786         linux/compiler.h \
5787         linux/hdreg.h \
5788         linux/input.h \
5789         linux/ioctl.h \
5790         linux/joystick.h \
5791         linux/major.h \
5792         linux/param.h \
5793         linux/serial.h \
5794         linux/types.h \
5795         linux/ucdrom.h \
5796         mach-o/nlist.h \
5797         mach/mach.h \
5798         mach/machine.h \
5799         machine/cpu.h \
5800         machine/limits.h \
5801         machine/soundcard.h \
5802         machine/sysarch.h \
5803         mntent.h \
5804         mpg123.h \
5805         ncurses.h \
5806         netdb.h \
5807         netinet/in.h \
5808         netinet/in_systm.h \
5809         netinet/tcp.h \
5810         netinet/tcp_fsm.h \
5811         openssl/err.h \
5812         openssl/ssl.h \
5813         png.h \
5814         poll.h \
5815         port.h \
5816         process.h \
5817         pthread.h \
5818         pwd.h \
5819         regex.h \
5820         sched.h \
5821         scsi/scsi.h \
5822         scsi/scsi_ioctl.h \
5823         scsi/sg.h \
5824         soundcard.h \
5825         stdbool.h \
5826         stdint.h \
5827         strings.h \
5828         stropts.h \
5829         sys/asoundlib.h \
5830         sys/cdio.h \
5831         sys/elf32.h \
5832         sys/epoll.h \
5833         sys/errno.h \
5834         sys/event.h \
5835         sys/exec_elf.h \
5836         sys/filio.h \
5837         sys/inotify.h \
5838         sys/ioctl.h \
5839         sys/ipc.h \
5840         sys/limits.h \
5841         sys/link.h \
5842         sys/mman.h \
5843         sys/modem.h \
5844         sys/msg.h \
5845         sys/mtio.h \
5846         sys/param.h \
5847         sys/poll.h \
5848         sys/prctl.h \
5849         sys/protosw.h \
5850         sys/ptrace.h \
5851         sys/resource.h \
5852         sys/scsiio.h \
5853         sys/shm.h \
5854         sys/signal.h \
5855         sys/socket.h \
5856         sys/socketvar.h \
5857         sys/sockio.h \
5858         sys/soundcard.h \
5859         sys/statvfs.h \
5860         sys/strtio.h \
5861         sys/syscall.h \
5862         sys/tihdr.h \
5863         sys/time.h \
5864         sys/timeout.h \
5865         sys/times.h \
5866         sys/uio.h \
5867         sys/un.h \
5868         sys/utsname.h \
5869         sys/vm86.h \
5870         sys/wait.h \
5871         syscall.h \
5872         termios.h \
5873         tiffio.h \
5874         unistd.h \
5875         utime.h \
5876         valgrind/memcheck.h \
5877         valgrind/valgrind.h \
5878         zlib.h
5879
5880 do :
5881   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5882 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5883 eval as_val=\$$as_ac_Header
5884    if test "x$as_val" = x""yes; then :
5885   cat >>confdefs.h <<_ACEOF
5886 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5887 _ACEOF
5888
5889 fi
5890
5891 done
5892
5893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5894 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5895 if test "${ac_cv_header_stat_broken+set}" = set; then :
5896   $as_echo_n "(cached) " >&6
5897 else
5898   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5899 /* end confdefs.h.  */
5900 #include <sys/types.h>
5901 #include <sys/stat.h>
5902
5903 #if defined S_ISBLK && defined S_IFDIR
5904 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5905 #endif
5906
5907 #if defined S_ISBLK && defined S_IFCHR
5908 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5909 #endif
5910
5911 #if defined S_ISLNK && defined S_IFREG
5912 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5913 #endif
5914
5915 #if defined S_ISSOCK && defined S_IFREG
5916 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5917 #endif
5918
5919 _ACEOF
5920 if ac_fn_c_try_compile "$LINENO"; then :
5921   ac_cv_header_stat_broken=no
5922 else
5923   ac_cv_header_stat_broken=yes
5924 fi
5925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5926 fi
5927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5928 $as_echo "$ac_cv_header_stat_broken" >&6; }
5929 if test $ac_cv_header_stat_broken = yes; then
5930
5931 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5932
5933 fi
5934
5935
5936
5937 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5938 do :
5939   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5940 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5941      #ifdef HAVE_SYS_PARAM_H
5942      # include <sys/param.h>
5943      #endif
5944 "
5945 eval as_val=\$$as_ac_Header
5946    if test "x$as_val" = x""yes; then :
5947   cat >>confdefs.h <<_ACEOF
5948 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5949 _ACEOF
5950
5951 fi
5952
5953 done
5954
5955
5956 for ac_header in \
5957         netinet/ip.h \
5958         net/if.h \
5959         net/if_arp.h \
5960         net/if_dl.h \
5961         net/if_types.h \
5962         net/route.h \
5963         netinet/if_ether.h \
5964         netinet/if_inarp.h \
5965         netinet/in_pcb.h \
5966         netinet/ip_icmp.h \
5967         netinet/ip_var.h \
5968         netinet/udp.h \
5969         netipx/ipx.h \
5970
5971 do :
5972   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5973 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5974      #ifdef HAVE_SYS_SOCKET_H
5975      # include <sys/socket.h>
5976      #endif
5977      #ifdef HAVE_SYS_SOCKETVAR_H
5978      # include <sys/socketvar.h>
5979      #endif
5980      #ifdef HAVE_NET_ROUTE_H
5981      # include <net/route.h>
5982      #endif
5983      #ifdef HAVE_NETINET_IN_H
5984      # include <netinet/in.h>
5985      #endif
5986      #ifdef HAVE_NETINET_IN_SYSTM_H
5987      # include <netinet/in_systm.h>
5988      #endif
5989      #ifdef HAVE_NET_IF_H
5990      # include <net/if.h>
5991      #endif
5992      #ifdef HAVE_NETINET_IP_H
5993      # include <netinet/ip.h>
5994      #endif
5995 "
5996 eval as_val=\$$as_ac_Header
5997    if test "x$as_val" = x""yes; then :
5998   cat >>confdefs.h <<_ACEOF
5999 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6000 _ACEOF
6001
6002 fi
6003
6004 done
6005
6006
6007 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6008 do :
6009   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6010 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6011      #ifdef HAVE_ALIAS_H
6012      # include <alias.h>
6013      #endif
6014      #ifdef HAVE_SYS_SOCKET_H
6015      # include <sys/socket.h>
6016      #endif
6017      #ifdef HAVE_SYS_SOCKETVAR_H
6018      # include <sys/socketvar.h>
6019      #endif
6020      #ifdef HAVE_SYS_TIMEOUT_H
6021      # include <sys/timeout.h>
6022      #endif
6023      #ifdef HAVE_NETINET_IN_H
6024      # include <netinet/in.h>
6025      #endif
6026      #ifdef HAVE_NETINET_IN_SYSTM_H
6027      # include <netinet/in_systm.h>
6028      #endif
6029      #ifdef HAVE_NETINET_IP_H
6030      # include <netinet/ip.h>
6031      #endif
6032      #ifdef HAVE_NETINET_IP_VAR_H
6033      # include <netinet/ip_var.h>
6034      #endif
6035      #ifdef HAVE_NETINET_IP_ICMP_H
6036      # include <netinet/ip_icmp.h>
6037      #endif
6038      #ifdef HAVE_NETINET_UDP_H
6039      # include <netinet/udp.h>
6040      #endif
6041      #ifdef HAVE_NETINET_TCP_H
6042      # include <netinet/tcp.h>
6043      #endif
6044      #ifdef HAVE_NETINET_TCP_TIMER_H
6045      #include <netinet/tcp_timer.h>
6046      #endif
6047 "
6048 eval as_val=\$$as_ac_Header
6049    if test "x$as_val" = x""yes; then :
6050   cat >>confdefs.h <<_ACEOF
6051 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6052 _ACEOF
6053
6054 fi
6055
6056 done
6057
6058
6059 for ac_header in linux/ipx.h linux/irda.h
6060 do :
6061   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6062 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6063      #ifdef HAVE_ASM_TYPES_H
6064      # include <asm/types.h>
6065      #endif
6066      #ifdef HAVE_SYS_SOCKET_H
6067      # include <sys/socket.h>
6068      #endif
6069      #ifdef HAVE_LINUX_TYPES_H
6070      # include <linux/types.h>
6071      #endif
6072 "
6073 eval as_val=\$$as_ac_Header
6074    if test "x$as_val" = x""yes; then :
6075   cat >>confdefs.h <<_ACEOF
6076 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6077 _ACEOF
6078
6079 fi
6080
6081 done
6082
6083
6084 for ac_header in mach-o/dyld_images.h
6085 do :
6086   ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6087      # include <stdbool.h>
6088      #endif
6089      #ifdef HAVE_STDINT_H
6090      # include <stdint.h>
6091      #endif
6092 "
6093 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6094   cat >>confdefs.h <<_ACEOF
6095 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6096 _ACEOF
6097
6098 fi
6099
6100 done
6101
6102
6103 for ac_header in resolv.h
6104 do :
6105   ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6106      #ifdef HAVE_SYS_SOCKET_H
6107      # include <sys/socket.h>
6108      #endif
6109      #ifdef HAVE_NETINET_IN_H
6110      # include <netinet/in.h>
6111      #endif
6112      #ifdef HAVE_ARPA_NAMESER_H
6113      # include <arpa/nameser.h>
6114      #endif
6115 "
6116 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6117   cat >>confdefs.h <<_ACEOF
6118 #define HAVE_RESOLV_H 1
6119 _ACEOF
6120
6121 fi
6122
6123 done
6124
6125
6126 for ac_header in ifaddrs.h
6127 do :
6128   ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
6129 "
6130 if test "x$ac_cv_header_ifaddrs_h" = x""yes; then :
6131   cat >>confdefs.h <<_ACEOF
6132 #define HAVE_IFADDRS_H 1
6133 _ACEOF
6134
6135 fi
6136
6137 done
6138
6139
6140 for ac_header in ucontext.h
6141 do :
6142   ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6143 "
6144 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6145   cat >>confdefs.h <<_ACEOF
6146 #define HAVE_UCONTEXT_H 1
6147 _ACEOF
6148
6149 fi
6150
6151 done
6152
6153
6154 for ac_header in sys/thr.h
6155 do :
6156   ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6157 #ifdef HAVE_UCONTEXT_H
6158 #include <ucontext.h>
6159 #endif
6160 "
6161 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6162   cat >>confdefs.h <<_ACEOF
6163 #define HAVE_SYS_THR_H 1
6164 _ACEOF
6165
6166 fi
6167
6168 done
6169
6170
6171 for ac_header in pthread_np.h
6172 do :
6173   ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6174 #include <pthread.h>
6175 #endif
6176 "
6177 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6178   cat >>confdefs.h <<_ACEOF
6179 #define HAVE_PTHREAD_NP_H 1
6180 _ACEOF
6181
6182 fi
6183
6184 done
6185
6186
6187 for ac_header in linux/videodev.h
6188 do :
6189   ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6190 #include <sys/time.h>
6191 #endif
6192 #include <sys/types.h>
6193 #ifdef HAVE_ASM_TYPES_H
6194 #include <asm/types.h>
6195 #endif
6196 "
6197 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6198   cat >>confdefs.h <<_ACEOF
6199 #define HAVE_LINUX_VIDEODEV_H 1
6200 _ACEOF
6201
6202 fi
6203
6204 done
6205
6206
6207 for ac_header in linux/capi.h
6208 do :
6209   ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6210 "
6211 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6212   cat >>confdefs.h <<_ACEOF
6213 #define HAVE_LINUX_CAPI_H 1
6214 _ACEOF
6215
6216 fi
6217
6218 done
6219
6220
6221
6222 DLLEXT=""
6223
6224 DLLFLAGS="-D_REENTRANT"
6225
6226 LDSHARED=""
6227
6228 LDDLLFLAGS=""
6229
6230 LIBEXT="so"
6231
6232 IMPLIBEXT="def"
6233
6234 LDRPATH_INSTALL=""
6235
6236 LDRPATH_LOCAL=""
6237
6238 STATIC_IMPLIBEXT="def.a"
6239 # Extract the first word of "ldd", so it can be a program name with args.
6240 set dummy ldd; ac_word=$2
6241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6242 $as_echo_n "checking for $ac_word... " >&6; }
6243 if test "${ac_cv_path_LDD+set}" = set; then :
6244   $as_echo_n "(cached) " >&6
6245 else
6246   case $LDD in
6247   [\\/]* | ?:[\\/]*)
6248   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6249   ;;
6250   *)
6251   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6252 as_dummy="/sbin:/usr/sbin:$PATH"
6253 for as_dir in $as_dummy
6254 do
6255   IFS=$as_save_IFS
6256   test -z "$as_dir" && as_dir=.
6257     for ac_exec_ext in '' $ac_executable_extensions; do
6258   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6259     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6260     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6261     break 2
6262   fi
6263 done
6264   done
6265 IFS=$as_save_IFS
6266
6267   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6268   ;;
6269 esac
6270 fi
6271 LDD=$ac_cv_path_LDD
6272 if test -n "$LDD"; then
6273   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6274 $as_echo "$LDD" >&6; }
6275 else
6276   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6277 $as_echo "no" >&6; }
6278 fi
6279
6280
6281
6282 case $host_os in
6283   cygwin*|mingw32*)
6284     if test -n "$ac_tool_prefix"; then
6285   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6286 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6288 $as_echo_n "checking for $ac_word... " >&6; }
6289 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6290   $as_echo_n "(cached) " >&6
6291 else
6292   if test -n "$DLLTOOL"; then
6293   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6294 else
6295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6296 for as_dir in $PATH
6297 do
6298   IFS=$as_save_IFS
6299   test -z "$as_dir" && as_dir=.
6300     for ac_exec_ext in '' $ac_executable_extensions; do
6301   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6302     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6303     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6304     break 2
6305   fi
6306 done
6307   done
6308 IFS=$as_save_IFS
6309
6310 fi
6311 fi
6312 DLLTOOL=$ac_cv_prog_DLLTOOL
6313 if test -n "$DLLTOOL"; then
6314   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6315 $as_echo "$DLLTOOL" >&6; }
6316 else
6317   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6318 $as_echo "no" >&6; }
6319 fi
6320
6321
6322 fi
6323 if test -z "$ac_cv_prog_DLLTOOL"; then
6324   ac_ct_DLLTOOL=$DLLTOOL
6325   # Extract the first word of "dlltool", so it can be a program name with args.
6326 set dummy dlltool; ac_word=$2
6327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6328 $as_echo_n "checking for $ac_word... " >&6; }
6329 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6330   $as_echo_n "(cached) " >&6
6331 else
6332   if test -n "$ac_ct_DLLTOOL"; then
6333   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6334 else
6335 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6336 for as_dir in $PATH
6337 do
6338   IFS=$as_save_IFS
6339   test -z "$as_dir" && as_dir=.
6340     for ac_exec_ext in '' $ac_executable_extensions; do
6341   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6342     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6343     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6344     break 2
6345   fi
6346 done
6347   done
6348 IFS=$as_save_IFS
6349
6350 fi
6351 fi
6352 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6353 if test -n "$ac_ct_DLLTOOL"; then
6354   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6355 $as_echo "$ac_ct_DLLTOOL" >&6; }
6356 else
6357   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6358 $as_echo "no" >&6; }
6359 fi
6360
6361   if test "x$ac_ct_DLLTOOL" = x; then
6362     DLLTOOL="false"
6363   else
6364     case $cross_compiling:$ac_tool_warned in
6365 yes:)
6366 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6367 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6368 ac_tool_warned=yes ;;
6369 esac
6370     DLLTOOL=$ac_ct_DLLTOOL
6371   fi
6372 else
6373   DLLTOOL="$ac_cv_prog_DLLTOOL"
6374 fi
6375
6376     if test -n "$ac_tool_prefix"; then
6377   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6378 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6380 $as_echo_n "checking for $ac_word... " >&6; }
6381 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6382   $as_echo_n "(cached) " >&6
6383 else
6384   if test -n "$DLLWRAP"; then
6385   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6386 else
6387 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6388 for as_dir in $PATH
6389 do
6390   IFS=$as_save_IFS
6391   test -z "$as_dir" && as_dir=.
6392     for ac_exec_ext in '' $ac_executable_extensions; do
6393   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6394     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6395     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6396     break 2
6397   fi
6398 done
6399   done
6400 IFS=$as_save_IFS
6401
6402 fi
6403 fi
6404 DLLWRAP=$ac_cv_prog_DLLWRAP
6405 if test -n "$DLLWRAP"; then
6406   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6407 $as_echo "$DLLWRAP" >&6; }
6408 else
6409   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6410 $as_echo "no" >&6; }
6411 fi
6412
6413
6414 fi
6415 if test -z "$ac_cv_prog_DLLWRAP"; then
6416   ac_ct_DLLWRAP=$DLLWRAP
6417   # Extract the first word of "dllwrap", so it can be a program name with args.
6418 set dummy dllwrap; ac_word=$2
6419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6420 $as_echo_n "checking for $ac_word... " >&6; }
6421 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6422   $as_echo_n "(cached) " >&6
6423 else
6424   if test -n "$ac_ct_DLLWRAP"; then
6425   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6426 else
6427 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6428 for as_dir in $PATH
6429 do
6430   IFS=$as_save_IFS
6431   test -z "$as_dir" && as_dir=.
6432     for ac_exec_ext in '' $ac_executable_extensions; do
6433   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6434     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6435     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6436     break 2
6437   fi
6438 done
6439   done
6440 IFS=$as_save_IFS
6441
6442 fi
6443 fi
6444 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6445 if test -n "$ac_ct_DLLWRAP"; then
6446   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6447 $as_echo "$ac_ct_DLLWRAP" >&6; }
6448 else
6449   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6450 $as_echo "no" >&6; }
6451 fi
6452
6453   if test "x$ac_ct_DLLWRAP" = x; then
6454     DLLWRAP="false"
6455   else
6456     case $cross_compiling:$ac_tool_warned in
6457 yes:)
6458 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6459 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6460 ac_tool_warned=yes ;;
6461 esac
6462     DLLWRAP=$ac_ct_DLLWRAP
6463   fi
6464 else
6465   DLLWRAP="$ac_cv_prog_DLLWRAP"
6466 fi
6467
6468     if test "$DLLWRAP" = "false"; then
6469       LIBEXT="a"
6470     else
6471             LIBEXT="dll"
6472     fi
6473     IMPLIBEXT="a"
6474     STATIC_IMPLIBEXT="a"
6475         enable_iphlpapi=${enable_iphlpapi:-no}
6476     enable_kernel32=${enable_kernel32:-no}
6477     enable_msvcrt=${enable_msvcrt:-no}
6478     enable_ntdll=${enable_ntdll:-no}
6479     enable_ws2_32=${enable_ws2_32:-no}
6480     enable_loader=${enable_loader:-no}
6481     enable_server=${enable_server:-no}
6482         with_x=${with_x:-no}
6483     with_pthread=${with_pthread:-no}
6484     ;;
6485   darwin*|macosx*)
6486     DLLEXT=".so"
6487     LIBEXT="dylib"
6488     DLLFLAGS="$DLLFLAGS -fPIC"
6489     LDDLLFLAGS="-bundle -multiply_defined suppress"
6490     LIBWINE_LDFLAGS="-multiply_defined suppress"
6491     LDSHARED="\$(CC) -dynamiclib"
6492     STRIP="$STRIP -x"
6493     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6494         SECURITYLIB="-framework Security -framework CoreFoundation"
6495
6496     COREFOUNDATIONLIB="-framework CoreFoundation"
6497
6498     IOKITLIB="-framework IOKit -framework CoreFoundation"
6499
6500     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6501
6502     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6503     then
6504                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6505
6506     fi
6507     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6508     then
6509                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6510
6511     fi
6512     if test "$ac_cv_header_OpenAL_al_h" = "yes"
6513     then
6514         FRAMEWORK_OPENAL="-framework OpenAL"
6515
6516
6517 cat >>confdefs.h <<_ACEOF
6518 #define HAVE_OPENAL 1
6519 _ACEOF
6520
6521         ac_cv_lib_openal=yes
6522     fi
6523     if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6524     then
6525         ac_save_LIBS="$LIBS"
6526         LIBS="$LIBS $IOKITLIB"
6527         for ac_func in IOHIDManagerCreate
6528 do :
6529   ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6530 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6531   cat >>confdefs.h <<_ACEOF
6532 #define HAVE_IOHIDMANAGERCREATE 1
6533 _ACEOF
6534
6535 fi
6536 done
6537
6538         LIBS="$ac_save_LIBS"
6539     fi
6540     case $host_cpu in
6541       *powerpc*)
6542         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
6543     esac
6544         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6545     then
6546         CARBONLIB="-framework Carbon"
6547
6548         enable_winequartz_drv=${enable_winequartz_drv:-yes}
6549     fi
6550         if test "x$enable_win16" = "xyes"
6551     then
6552         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6553 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6554         if test "$cross_compiling" = yes; then :
6555   { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6556 $as_echo "cross-compiling, assuming yes" >&6; }
6557 else
6558   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6559 /* end confdefs.h.  */
6560 asm(".text\n"
6561                                             "bad:\tnop;nop\n"
6562                                             "good:\tnop;nop\n\t"
6563                                             ".globl _testfunc\n"
6564                                             "_testfunc:\tcallw good");
6565                                         extern void testfunc();
6566 int
6567 main ()
6568 {
6569 unsigned short *p = (unsigned short *)testfunc;
6570                                         return p[0] != 0xe866 || p[1] != 0xfffa
6571   ;
6572   return 0;
6573 }
6574 _ACEOF
6575 if ac_fn_c_try_run "$LINENO"; then :
6576   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6577 $as_echo "yes" >&6; }
6578 else
6579   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6580 $as_echo "no" >&6; }
6581                                        as_fn_error "Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support." "$LINENO" 5
6582 fi
6583 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6584   conftest.$ac_objext conftest.beam conftest.$ac_ext
6585 fi
6586
6587     fi
6588     ;;
6589   *)
6590     DLLFLAGS="$DLLFLAGS -fPIC"
6591     DLLEXT=".so"
6592     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6593 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6594 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6595   $as_echo_n "(cached) " >&6
6596 else
6597   ac_wine_try_cflags_saved=$CFLAGS
6598 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6600 /* end confdefs.h.  */
6601 void myfunc() {}
6602 _ACEOF
6603 if ac_fn_c_try_link "$LINENO"; then :
6604   ac_cv_c_dll_gnuelf="yes"
6605 else
6606   ac_cv_c_dll_gnuelf="no"
6607 fi
6608 rm -f core conftest.err conftest.$ac_objext \
6609     conftest$ac_exeext conftest.$ac_ext
6610 CFLAGS=$ac_wine_try_cflags_saved
6611 fi
6612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6613 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6614     if test "$ac_cv_c_dll_gnuelf" = "yes"
6615     then
6616       LDSHARED="\$(CC) -shared"
6617       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6618       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6619 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6620 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6621   $as_echo_n "(cached) " >&6
6622 else
6623   ac_wine_try_cflags_saved=$CFLAGS
6624 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6626 /* end confdefs.h.  */
6627 int main(int argc, char **argv) { return 0; }
6628 _ACEOF
6629 if ac_fn_c_try_link "$LINENO"; then :
6630   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6631 else
6632   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6633 fi
6634 rm -f core conftest.err conftest.$ac_objext \
6635     conftest$ac_exeext conftest.$ac_ext
6636 CFLAGS=$ac_wine_try_cflags_saved
6637 fi
6638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6639 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6640 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6641   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6642 else
6643   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6644 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6645 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6646   $as_echo_n "(cached) " >&6
6647 else
6648   ac_wine_try_cflags_saved=$CFLAGS
6649 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6650 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6651 /* end confdefs.h.  */
6652 int main(int argc, char **argv) { return 0; }
6653 _ACEOF
6654 if ac_fn_c_try_link "$LINENO"; then :
6655   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6656 else
6657   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6658 fi
6659 rm -f core conftest.err conftest.$ac_objext \
6660     conftest$ac_exeext conftest.$ac_ext
6661 CFLAGS=$ac_wine_try_cflags_saved
6662 fi
6663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6664 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6665 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6666   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6667 fi
6668 fi
6669
6670       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6671 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6672 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6673   $as_echo_n "(cached) " >&6
6674 else
6675   ac_wine_try_cflags_saved=$CFLAGS
6676 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6678 /* end confdefs.h.  */
6679 int main(int argc, char **argv) { return 0; }
6680 _ACEOF
6681 if ac_fn_c_try_link "$LINENO"; then :
6682   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6683 else
6684   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6685 fi
6686 rm -f core conftest.err conftest.$ac_objext \
6687     conftest$ac_exeext conftest.$ac_ext
6688 CFLAGS=$ac_wine_try_cflags_saved
6689 fi
6690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6691 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6692 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6693   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6694 fi
6695
6696       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
6697 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6698 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6699   $as_echo_n "(cached) " >&6
6700 else
6701   ac_wine_try_cflags_saved=$CFLAGS
6702 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6704 /* end confdefs.h.  */
6705 int main(int argc, char **argv) { return 0; }
6706 _ACEOF
6707 if ac_fn_c_try_link "$LINENO"; then :
6708   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6709 else
6710   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6711 fi
6712 rm -f core conftest.err conftest.$ac_objext \
6713     conftest$ac_exeext conftest.$ac_ext
6714 CFLAGS=$ac_wine_try_cflags_saved
6715 fi
6716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6717 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6718 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6719   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6720 fi
6721
6722       echo '{ global: *; };' >conftest.map
6723       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6724 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6725 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6726   $as_echo_n "(cached) " >&6
6727 else
6728   ac_wine_try_cflags_saved=$CFLAGS
6729 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6731 /* end confdefs.h.  */
6732 int main(int argc, char **argv) { return 0; }
6733 _ACEOF
6734 if ac_fn_c_try_link "$LINENO"; then :
6735   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6736 else
6737   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6738 fi
6739 rm -f core conftest.err conftest.$ac_objext \
6740     conftest$ac_exeext conftest.$ac_ext
6741 CFLAGS=$ac_wine_try_cflags_saved
6742 fi
6743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6744 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6745 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6746   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6747 fi
6748       rm -f conftest.map
6749
6750       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6751 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6752 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6753   $as_echo_n "(cached) " >&6
6754 else
6755   ac_wine_try_cflags_saved=$CFLAGS
6756 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6758 /* end confdefs.h.  */
6759 int main(int argc, char **argv) { return 0; }
6760 _ACEOF
6761 if ac_fn_c_try_link "$LINENO"; then :
6762   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6763 else
6764   ac_cv_cflags__fPIC__Wl___export_dynamic=no
6765 fi
6766 rm -f core conftest.err conftest.$ac_objext \
6767     conftest$ac_exeext conftest.$ac_ext
6768 CFLAGS=$ac_wine_try_cflags_saved
6769 fi
6770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6771 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6772 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6773   LDEXECFLAGS="-Wl,--export-dynamic"
6774
6775 fi
6776
6777       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6779 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6780 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6781   $as_echo_n "(cached) " >&6
6782 else
6783   ac_wine_try_cflags_saved=$CFLAGS
6784 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6786 /* end confdefs.h.  */
6787 int main(int argc, char **argv) { return 0; }
6788 _ACEOF
6789 if ac_fn_c_try_link "$LINENO"; then :
6790   eval "$as_ac_var=yes"
6791 else
6792   eval "$as_ac_var=no"
6793 fi
6794 rm -f core conftest.err conftest.$ac_objext \
6795     conftest$ac_exeext conftest.$ac_ext
6796 CFLAGS=$ac_wine_try_cflags_saved
6797 fi
6798 eval ac_res=\$$as_ac_var
6799                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6800 $as_echo "$ac_res" >&6; }
6801 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6802   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6803                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6804 else
6805   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6807 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6808 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6809   $as_echo_n "(cached) " >&6
6810 else
6811   ac_wine_try_cflags_saved=$CFLAGS
6812 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6813 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6814 /* end confdefs.h.  */
6815 int main(int argc, char **argv) { return 0; }
6816 _ACEOF
6817 if ac_fn_c_try_link "$LINENO"; then :
6818   eval "$as_ac_var=yes"
6819 else
6820   eval "$as_ac_var=no"
6821 fi
6822 rm -f core conftest.err conftest.$ac_objext \
6823     conftest$ac_exeext conftest.$ac_ext
6824 CFLAGS=$ac_wine_try_cflags_saved
6825 fi
6826 eval ac_res=\$$as_ac_var
6827                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6828 $as_echo "$ac_res" >&6; }
6829 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6830   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6831                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6832 fi
6833 fi
6834
6835       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6836 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6837 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6838   $as_echo_n "(cached) " >&6
6839 else
6840   ac_wine_try_cflags_saved=$CFLAGS
6841 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6842 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6843 /* end confdefs.h.  */
6844 int main(int argc, char **argv) { return 0; }
6845 _ACEOF
6846 if ac_fn_c_try_link "$LINENO"; then :
6847   ac_cv_cflags__Wl___enable_new_dtags=yes
6848 else
6849   ac_cv_cflags__Wl___enable_new_dtags=no
6850 fi
6851 rm -f core conftest.err conftest.$ac_objext \
6852     conftest$ac_exeext conftest.$ac_ext
6853 CFLAGS=$ac_wine_try_cflags_saved
6854 fi
6855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6856 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6857 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6858   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6859 fi
6860
6861       case $host_cpu in
6862         *i[3456789]86* | x86_64)
6863           { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6864 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6865 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6866   $as_echo_n "(cached) " >&6
6867 else
6868   ac_wine_try_cflags_saved=$CFLAGS
6869 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6871 /* end confdefs.h.  */
6872 int main(int argc, char **argv) { return 0; }
6873 _ACEOF
6874 if ac_fn_c_try_link "$LINENO"; then :
6875   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6876 else
6877   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6878 fi
6879 rm -f core conftest.err conftest.$ac_objext \
6880     conftest$ac_exeext conftest.$ac_ext
6881 CFLAGS=$ac_wine_try_cflags_saved
6882 fi
6883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6884 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6885 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6886   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6887 fi
6888           # Extract the first word of "prelink", so it can be a program name with args.
6889 set dummy prelink; ac_word=$2
6890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6891 $as_echo_n "checking for $ac_word... " >&6; }
6892 if test "${ac_cv_path_PRELINK+set}" = set; then :
6893   $as_echo_n "(cached) " >&6
6894 else
6895   case $PRELINK in
6896   [\\/]* | ?:[\\/]*)
6897   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6898   ;;
6899   *)
6900   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6901 for as_dir in /sbin /usr/sbin $PATH
6902 do
6903   IFS=$as_save_IFS
6904   test -z "$as_dir" && as_dir=.
6905     for ac_exec_ext in '' $ac_executable_extensions; do
6906   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6907     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6908     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6909     break 2
6910   fi
6911 done
6912   done
6913 IFS=$as_save_IFS
6914
6915   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6916   ;;
6917 esac
6918 fi
6919 PRELINK=$ac_cv_path_PRELINK
6920 if test -n "$PRELINK"; then
6921   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
6922 $as_echo "$PRELINK" >&6; }
6923 else
6924   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6925 $as_echo "no" >&6; }
6926 fi
6927
6928
6929           if test "x$PRELINK" = xfalse
6930           then
6931               as_fn_append wine_warnings "|prelink not found, base address of core dlls won't be set correctly."
6932           fi
6933           ;;
6934       esac
6935
6936     else
6937       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6938 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6939 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6940   $as_echo_n "(cached) " >&6
6941 else
6942   ac_wine_try_cflags_saved=$CFLAGS
6943 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6944 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6945 /* end confdefs.h.  */
6946 void myfunc() {}
6947 _ACEOF
6948 if ac_fn_c_try_link "$LINENO"; then :
6949   ac_cv_c_dll_unixware="yes"
6950 else
6951   ac_cv_c_dll_unixware="no"
6952 fi
6953 rm -f core conftest.err conftest.$ac_objext \
6954     conftest$ac_exeext conftest.$ac_ext
6955 CFLAGS=$ac_wine_try_cflags_saved
6956 fi
6957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6958 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6959       if test "$ac_cv_c_dll_unixware" = "yes"
6960       then
6961         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6962         LDDLLFLAGS="-Wl,-G,-B,symbolic"
6963
6964       else
6965         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6966 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6967 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6968   $as_echo_n "(cached) " >&6
6969 else
6970   ac_wine_try_cflags_saved=$CFLAGS
6971 CFLAGS="$CFLAGS -shared"
6972 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6973 /* end confdefs.h.  */
6974 void myfunc() {}
6975 _ACEOF
6976 if ac_fn_c_try_link "$LINENO"; then :
6977   ac_cv_c_dll_hpux="yes"
6978 else
6979   ac_cv_c_dll_hpux="no"
6980 fi
6981 rm -f core conftest.err conftest.$ac_objext \
6982     conftest$ac_exeext conftest.$ac_ext
6983 CFLAGS=$ac_wine_try_cflags_saved
6984 fi
6985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6986 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6987         if test "$ac_cv_c_dll_hpux" = "yes"
6988         then
6989           LIBEXT="sl"
6990           DLLEXT=".sl"
6991           LDDLLFLAGS="-shared -fPIC"
6992           LDSHARED="\$(CC) -shared"
6993         fi
6994       fi
6995     fi
6996     ;;
6997 esac
6998
6999 enable_winequartz_drv=${enable_winequartz_drv:-no}
7000
7001 if test "$LIBEXT" = "a"; then
7002   as_fn_error "could not find a way to build shared libraries.
7003 It is currently not possible to build Wine without shared library
7004 (.so) support to allow transparent switch between .so and .dll files.
7005 If you are using Linux, you will need a newer binutils.
7006 " "$LINENO" 5
7007 fi
7008
7009 CROSSTEST_DISABLE=\#
7010
7011 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno -a "$LIBEXT" != "dll"
7012 then
7013     case "$host_cpu" in
7014   i[3456789]86*)
7015     ac_prefix_list="i686-pc-mingw32-gcc i586-pc-mingw32-gcc i486-pc-mingw32-gcc i386-pc-mingw32-gcc i686-mingw32msvc-gcc i586-mingw32msvc-gcc i486-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc " ;;
7016   x86_64)
7017     ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
7018   *)
7019     ac_prefix_list="" ;;
7020 esac
7021 for ac_prog in $ac_prefix_list
7022 do
7023   # Extract the first word of "$ac_prog", so it can be a program name with args.
7024 set dummy $ac_prog; ac_word=$2
7025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7026 $as_echo_n "checking for $ac_word... " >&6; }
7027 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
7028   $as_echo_n "(cached) " >&6
7029 else
7030   if test -n "$CROSSCC"; then
7031   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
7032 else
7033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7034 for as_dir in $PATH
7035 do
7036   IFS=$as_save_IFS
7037   test -z "$as_dir" && as_dir=.
7038     for ac_exec_ext in '' $ac_executable_extensions; do
7039   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7040     ac_cv_prog_CROSSCC="$ac_prog"
7041     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7042     break 2
7043   fi
7044 done
7045   done
7046 IFS=$as_save_IFS
7047
7048 fi
7049 fi
7050 CROSSCC=$ac_cv_prog_CROSSCC
7051 if test -n "$CROSSCC"; then
7052   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
7053 $as_echo "$CROSSCC" >&6; }
7054 else
7055   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7056 $as_echo "no" >&6; }
7057 fi
7058
7059
7060   test -n "$CROSSCC" && break
7061 done
7062 test -n "$CROSSCC" || CROSSCC="false"
7063
7064     if test "$CROSSCC" != "false"
7065     then
7066         ac_save_CC="$CC"
7067         CC="$CROSSCC"
7068         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
7069 $as_echo_n "checking whether $CROSSCC works... " >&6; }
7070         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7071 /* end confdefs.h.  */
7072
7073 int
7074 main ()
7075 {
7076
7077   ;
7078   return 0;
7079 }
7080 _ACEOF
7081 if ac_fn_c_try_compile "$LINENO"; then :
7082   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7083 $as_echo "yes" >&6; }
7084                            set x $CROSSCC
7085                            shift
7086                            target=""
7087                            while test $# -ge 1
7088                            do
7089                                case "$1" in
7090                                  *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
7091                                esac
7092                                shift
7093                            done
7094                            if test -n "$target"
7095                            then
7096                                CROSSTEST_DISABLE=""
7097                                CROSSTARGET="$target"
7098
7099                            fi
7100 else
7101   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7102 $as_echo "no" >&6; }
7103 fi
7104 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7105         CC="$ac_save_CC"
7106     fi
7107 fi
7108
7109
7110 if test "$ac_cv_header_pthread_h" = "yes"
7111 then
7112     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
7113 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7114 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
7115   $as_echo_n "(cached) " >&6
7116 else
7117   ac_check_lib_save_LIBS=$LIBS
7118 LIBS="-lpthread  $LIBS"
7119 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7120 /* end confdefs.h.  */
7121
7122 /* Override any GCC internal prototype to avoid an error.
7123    Use char because int might match the return type of a GCC
7124    builtin and then its argument prototype would still apply.  */
7125 #ifdef __cplusplus
7126 extern "C"
7127 #endif
7128 char pthread_create ();
7129 int
7130 main ()
7131 {
7132 return pthread_create ();
7133   ;
7134   return 0;
7135 }
7136 _ACEOF
7137 if ac_fn_c_try_link "$LINENO"; then :
7138   ac_cv_lib_pthread_pthread_create=yes
7139 else
7140   ac_cv_lib_pthread_pthread_create=no
7141 fi
7142 rm -f core conftest.err conftest.$ac_objext \
7143     conftest$ac_exeext conftest.$ac_ext
7144 LIBS=$ac_check_lib_save_LIBS
7145 fi
7146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7147 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7148 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
7149   LIBPTHREAD="-lpthread"
7150
7151 fi
7152
7153 fi
7154 if test "x$LIBPTHREAD" = "x"; then :
7155   case "x$with_pthread" in
7156   xno) ;;
7157   *)   as_fn_error "pthread ${notice_platform}development files not found.
7158 Wine cannot support threads without libpthread.
7159 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7160 esac
7161 fi
7162
7163
7164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7165 $as_echo_n "checking for X... " >&6; }
7166
7167
7168 # Check whether --with-x was given.
7169 if test "${with_x+set}" = set; then :
7170   withval=$with_x;
7171 fi
7172
7173 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7174 if test "x$with_x" = xno; then
7175   # The user explicitly disabled X.
7176   have_x=disabled
7177 else
7178   case $x_includes,$x_libraries in #(
7179     *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7180     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7181   $as_echo_n "(cached) " >&6
7182 else
7183   # One or both of the vars are not set, and there is no cached value.
7184 ac_x_includes=no ac_x_libraries=no
7185 rm -f -r conftest.dir
7186 if mkdir conftest.dir; then
7187   cd conftest.dir
7188   cat >Imakefile <<'_ACEOF'
7189 incroot:
7190         @echo incroot='${INCROOT}'
7191 usrlibdir:
7192         @echo usrlibdir='${USRLIBDIR}'
7193 libdir:
7194         @echo libdir='${LIBDIR}'
7195 _ACEOF
7196   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7197     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7198     for ac_var in incroot usrlibdir libdir; do
7199       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7200     done
7201     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7202     for ac_extension in a so sl dylib la dll; do
7203       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7204          test -f "$ac_im_libdir/libX11.$ac_extension"; then
7205         ac_im_usrlibdir=$ac_im_libdir; break
7206       fi
7207     done
7208     # Screen out bogus values from the imake configuration.  They are
7209     # bogus both because they are the default anyway, and because
7210     # using them would break gcc on systems where it needs fixed includes.
7211     case $ac_im_incroot in
7212         /usr/include) ac_x_includes= ;;
7213         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7214     esac
7215     case $ac_im_usrlibdir in
7216         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7217         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7218     esac
7219   fi
7220   cd ..
7221   rm -f -r conftest.dir
7222 fi
7223
7224 # Standard set of common directories for X headers.
7225 # Check X11 before X11Rn because it is often a symlink to the current release.
7226 ac_x_header_dirs='
7227 /usr/X11/include
7228 /usr/X11R7/include
7229 /usr/X11R6/include
7230 /usr/X11R5/include
7231 /usr/X11R4/include
7232
7233 /usr/include/X11
7234 /usr/include/X11R7
7235 /usr/include/X11R6
7236 /usr/include/X11R5
7237 /usr/include/X11R4
7238
7239 /usr/local/X11/include
7240 /usr/local/X11R7/include
7241 /usr/local/X11R6/include
7242 /usr/local/X11R5/include
7243 /usr/local/X11R4/include
7244
7245 /usr/local/include/X11
7246 /usr/local/include/X11R7
7247 /usr/local/include/X11R6
7248 /usr/local/include/X11R5
7249 /usr/local/include/X11R4
7250
7251 /usr/X386/include
7252 /usr/x386/include
7253 /usr/XFree86/include/X11
7254
7255 /usr/include
7256 /usr/local/include
7257 /usr/unsupported/include
7258 /usr/athena/include
7259 /usr/local/x11r5/include
7260 /usr/lpp/Xamples/include
7261
7262 /usr/openwin/include
7263 /usr/openwin/share/include'
7264
7265 if test "$ac_x_includes" = no; then
7266   # Guess where to find include files, by looking for Xlib.h.
7267   # First, try using that file with no special directory specified.
7268   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7269 /* end confdefs.h.  */
7270 #include <X11/Xlib.h>
7271 _ACEOF
7272 if ac_fn_c_try_cpp "$LINENO"; then :
7273   # We can compile using X headers with no special include directory.
7274 ac_x_includes=
7275 else
7276   for ac_dir in $ac_x_header_dirs; do
7277   if test -r "$ac_dir/X11/Xlib.h"; then
7278     ac_x_includes=$ac_dir
7279     break
7280   fi
7281 done
7282 fi
7283 rm -f conftest.err conftest.$ac_ext
7284 fi # $ac_x_includes = no
7285
7286 if test "$ac_x_libraries" = no; then
7287   # Check for the libraries.
7288   # See if we find them without any special options.
7289   # Don't add to $LIBS permanently.
7290   ac_save_LIBS=$LIBS
7291   LIBS="-lX11 $LIBS"
7292   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7293 /* end confdefs.h.  */
7294 #include <X11/Xlib.h>
7295 int
7296 main ()
7297 {
7298 XrmInitialize ()
7299   ;
7300   return 0;
7301 }
7302 _ACEOF
7303 if ac_fn_c_try_link "$LINENO"; then :
7304   LIBS=$ac_save_LIBS
7305 # We can link X programs with no special library path.
7306 ac_x_libraries=
7307 else
7308   LIBS=$ac_save_LIBS
7309 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7310 do
7311   # Don't even attempt the hair of trying to link an X program!
7312   for ac_extension in a so sl dylib la dll; do
7313     if test -r "$ac_dir/libX11.$ac_extension"; then
7314       ac_x_libraries=$ac_dir
7315       break 2
7316     fi
7317   done
7318 done
7319 fi
7320 rm -f core conftest.err conftest.$ac_objext \
7321     conftest$ac_exeext conftest.$ac_ext
7322 fi # $ac_x_libraries = no
7323
7324 case $ac_x_includes,$ac_x_libraries in #(
7325   no,* | *,no | *\'*)
7326     # Didn't find X, or a directory has "'" in its name.
7327     ac_cv_have_x="have_x=no";; #(
7328   *)
7329     # Record where we found X for the cache.
7330     ac_cv_have_x="have_x=yes\
7331         ac_x_includes='$ac_x_includes'\
7332         ac_x_libraries='$ac_x_libraries'"
7333 esac
7334 fi
7335 ;; #(
7336     *) have_x=yes;;
7337   esac
7338   eval "$ac_cv_have_x"
7339 fi # $with_x != no
7340
7341 if test "$have_x" != yes; then
7342   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7343 $as_echo "$have_x" >&6; }
7344   no_x=yes
7345 else
7346   # If each of the values was on the command line, it overrides each guess.
7347   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7348   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7349   # Update the cache value to reflect the command line values.
7350   ac_cv_have_x="have_x=yes\
7351         ac_x_includes='$x_includes'\
7352         ac_x_libraries='$x_libraries'"
7353   { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7354 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7355 fi
7356
7357 if test "$no_x" = yes; then
7358   # Not all programs may use this symbol, but it does not hurt to define it.
7359
7360 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7361
7362   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7363 else
7364   if test -n "$x_includes"; then
7365     X_CFLAGS="$X_CFLAGS -I$x_includes"
7366   fi
7367
7368   # It would also be nice to do this for all -L options, not just this one.
7369   if test -n "$x_libraries"; then
7370     X_LIBS="$X_LIBS -L$x_libraries"
7371     # For Solaris; some versions of Sun CC require a space after -R and
7372     # others require no space.  Words are not sufficient . . . .
7373     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7374 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7375     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7376     ac_xsave_c_werror_flag=$ac_c_werror_flag
7377     ac_c_werror_flag=yes
7378     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7379 /* end confdefs.h.  */
7380
7381 int
7382 main ()
7383 {
7384
7385   ;
7386   return 0;
7387 }
7388 _ACEOF
7389 if ac_fn_c_try_link "$LINENO"; then :
7390   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7391 $as_echo "no" >&6; }
7392        X_LIBS="$X_LIBS -R$x_libraries"
7393 else
7394   LIBS="$ac_xsave_LIBS -R $x_libraries"
7395        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7396 /* end confdefs.h.  */
7397
7398 int
7399 main ()
7400 {
7401
7402   ;
7403   return 0;
7404 }
7405 _ACEOF
7406 if ac_fn_c_try_link "$LINENO"; then :
7407   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7408 $as_echo "yes" >&6; }
7409           X_LIBS="$X_LIBS -R $x_libraries"
7410 else
7411   { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7412 $as_echo "neither works" >&6; }
7413 fi
7414 rm -f core conftest.err conftest.$ac_objext \
7415     conftest$ac_exeext conftest.$ac_ext
7416 fi
7417 rm -f core conftest.err conftest.$ac_objext \
7418     conftest$ac_exeext conftest.$ac_ext
7419     ac_c_werror_flag=$ac_xsave_c_werror_flag
7420     LIBS=$ac_xsave_LIBS
7421   fi
7422
7423   # Check for system-dependent libraries X programs must link with.
7424   # Do this before checking for the system-independent R6 libraries
7425   # (-lICE), since we may need -lsocket or whatever for X linking.
7426
7427   if test "$ISC" = yes; then
7428     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7429   else
7430     # Martyn Johnson says this is needed for Ultrix, if the X
7431     # libraries were built with DECnet support.  And Karl Berry says
7432     # the Alpha needs dnet_stub (dnet does not exist).
7433     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7434     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7435 /* end confdefs.h.  */
7436
7437 /* Override any GCC internal prototype to avoid an error.
7438    Use char because int might match the return type of a GCC
7439    builtin and then its argument prototype would still apply.  */
7440 #ifdef __cplusplus
7441 extern "C"
7442 #endif
7443 char XOpenDisplay ();
7444 int
7445 main ()
7446 {
7447 return XOpenDisplay ();
7448   ;
7449   return 0;
7450 }
7451 _ACEOF
7452 if ac_fn_c_try_link "$LINENO"; then :
7453
7454 else
7455   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7456 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7457 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7458   $as_echo_n "(cached) " >&6
7459 else
7460   ac_check_lib_save_LIBS=$LIBS
7461 LIBS="-ldnet  $LIBS"
7462 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7463 /* end confdefs.h.  */
7464
7465 /* Override any GCC internal prototype to avoid an error.
7466    Use char because int might match the return type of a GCC
7467    builtin and then its argument prototype would still apply.  */
7468 #ifdef __cplusplus
7469 extern "C"
7470 #endif
7471 char dnet_ntoa ();
7472 int
7473 main ()
7474 {
7475 return dnet_ntoa ();
7476   ;
7477   return 0;
7478 }
7479 _ACEOF
7480 if ac_fn_c_try_link "$LINENO"; then :
7481   ac_cv_lib_dnet_dnet_ntoa=yes
7482 else
7483   ac_cv_lib_dnet_dnet_ntoa=no
7484 fi
7485 rm -f core conftest.err conftest.$ac_objext \
7486     conftest$ac_exeext conftest.$ac_ext
7487 LIBS=$ac_check_lib_save_LIBS
7488 fi
7489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7490 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7491 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7492   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7493 fi
7494
7495     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7496       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7497 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7498 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7499   $as_echo_n "(cached) " >&6
7500 else
7501   ac_check_lib_save_LIBS=$LIBS
7502 LIBS="-ldnet_stub  $LIBS"
7503 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7504 /* end confdefs.h.  */
7505
7506 /* Override any GCC internal prototype to avoid an error.
7507    Use char because int might match the return type of a GCC
7508    builtin and then its argument prototype would still apply.  */
7509 #ifdef __cplusplus
7510 extern "C"
7511 #endif
7512 char dnet_ntoa ();
7513 int
7514 main ()
7515 {
7516 return dnet_ntoa ();
7517   ;
7518   return 0;
7519 }
7520 _ACEOF
7521 if ac_fn_c_try_link "$LINENO"; then :
7522   ac_cv_lib_dnet_stub_dnet_ntoa=yes
7523 else
7524   ac_cv_lib_dnet_stub_dnet_ntoa=no
7525 fi
7526 rm -f core conftest.err conftest.$ac_objext \
7527     conftest$ac_exeext conftest.$ac_ext
7528 LIBS=$ac_check_lib_save_LIBS
7529 fi
7530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7531 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7532 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7533   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7534 fi
7535
7536     fi
7537 fi
7538 rm -f core conftest.err conftest.$ac_objext \
7539     conftest$ac_exeext conftest.$ac_ext
7540     LIBS="$ac_xsave_LIBS"
7541
7542     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7543     # to get the SysV transport functions.
7544     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7545     # needs -lnsl.
7546     # The nsl library prevents programs from opening the X display
7547     # on Irix 5.2, according to T.E. Dickey.
7548     # The functions gethostbyname, getservbyname, and inet_addr are
7549     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7550     ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7551 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7552
7553 fi
7554
7555     if test $ac_cv_func_gethostbyname = no; then
7556       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7557 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7558 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7559   $as_echo_n "(cached) " >&6
7560 else
7561   ac_check_lib_save_LIBS=$LIBS
7562 LIBS="-lnsl  $LIBS"
7563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7564 /* end confdefs.h.  */
7565
7566 /* Override any GCC internal prototype to avoid an error.
7567    Use char because int might match the return type of a GCC
7568    builtin and then its argument prototype would still apply.  */
7569 #ifdef __cplusplus
7570 extern "C"
7571 #endif
7572 char gethostbyname ();
7573 int
7574 main ()
7575 {
7576 return gethostbyname ();
7577   ;
7578   return 0;
7579 }
7580 _ACEOF
7581 if ac_fn_c_try_link "$LINENO"; then :
7582   ac_cv_lib_nsl_gethostbyname=yes
7583 else
7584   ac_cv_lib_nsl_gethostbyname=no
7585 fi
7586 rm -f core conftest.err conftest.$ac_objext \
7587     conftest$ac_exeext conftest.$ac_ext
7588 LIBS=$ac_check_lib_save_LIBS
7589 fi
7590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7591 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7592 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7593   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7594 fi
7595
7596       if test $ac_cv_lib_nsl_gethostbyname = no; then
7597         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7598 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7599 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7600   $as_echo_n "(cached) " >&6
7601 else
7602   ac_check_lib_save_LIBS=$LIBS
7603 LIBS="-lbsd  $LIBS"
7604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7605 /* end confdefs.h.  */
7606
7607 /* Override any GCC internal prototype to avoid an error.
7608    Use char because int might match the return type of a GCC
7609    builtin and then its argument prototype would still apply.  */
7610 #ifdef __cplusplus
7611 extern "C"
7612 #endif
7613 char gethostbyname ();
7614 int
7615 main ()
7616 {
7617 return gethostbyname ();
7618   ;
7619   return 0;
7620 }
7621 _ACEOF
7622 if ac_fn_c_try_link "$LINENO"; then :
7623   ac_cv_lib_bsd_gethostbyname=yes
7624 else
7625   ac_cv_lib_bsd_gethostbyname=no
7626 fi
7627 rm -f core conftest.err conftest.$ac_objext \
7628     conftest$ac_exeext conftest.$ac_ext
7629 LIBS=$ac_check_lib_save_LIBS
7630 fi
7631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7632 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7633 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7634   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7635 fi
7636
7637       fi
7638     fi
7639
7640     # lieder@skyler.mavd.honeywell.com says without -lsocket,
7641     # socket/setsockopt and other routines are undefined under SCO ODT
7642     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
7643     # on later versions), says Simon Leinen: it contains gethostby*
7644     # variants that don't use the name server (or something).  -lsocket
7645     # must be given before -lnsl if both are needed.  We assume that
7646     # if connect needs -lnsl, so does gethostbyname.
7647     ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7648 if test "x$ac_cv_func_connect" = x""yes; then :
7649
7650 fi
7651
7652     if test $ac_cv_func_connect = no; then
7653       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7654 $as_echo_n "checking for connect in -lsocket... " >&6; }
7655 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7656   $as_echo_n "(cached) " >&6
7657 else
7658   ac_check_lib_save_LIBS=$LIBS
7659 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7661 /* end confdefs.h.  */
7662
7663 /* Override any GCC internal prototype to avoid an error.
7664    Use char because int might match the return type of a GCC
7665    builtin and then its argument prototype would still apply.  */
7666 #ifdef __cplusplus
7667 extern "C"
7668 #endif
7669 char connect ();
7670 int
7671 main ()
7672 {
7673 return connect ();
7674   ;
7675   return 0;
7676 }
7677 _ACEOF
7678 if ac_fn_c_try_link "$LINENO"; then :
7679   ac_cv_lib_socket_connect=yes
7680 else
7681   ac_cv_lib_socket_connect=no
7682 fi
7683 rm -f core conftest.err conftest.$ac_objext \
7684     conftest$ac_exeext conftest.$ac_ext
7685 LIBS=$ac_check_lib_save_LIBS
7686 fi
7687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7688 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7689 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7690   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7691 fi
7692
7693     fi
7694
7695     # Guillermo Gomez says -lposix is necessary on A/UX.
7696     ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7697 if test "x$ac_cv_func_remove" = x""yes; then :
7698
7699 fi
7700
7701     if test $ac_cv_func_remove = no; then
7702       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7703 $as_echo_n "checking for remove in -lposix... " >&6; }
7704 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7705   $as_echo_n "(cached) " >&6
7706 else
7707   ac_check_lib_save_LIBS=$LIBS
7708 LIBS="-lposix  $LIBS"
7709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7710 /* end confdefs.h.  */
7711
7712 /* Override any GCC internal prototype to avoid an error.
7713    Use char because int might match the return type of a GCC
7714    builtin and then its argument prototype would still apply.  */
7715 #ifdef __cplusplus
7716 extern "C"
7717 #endif
7718 char remove ();
7719 int
7720 main ()
7721 {
7722 return remove ();
7723   ;
7724   return 0;
7725 }
7726 _ACEOF
7727 if ac_fn_c_try_link "$LINENO"; then :
7728   ac_cv_lib_posix_remove=yes
7729 else
7730   ac_cv_lib_posix_remove=no
7731 fi
7732 rm -f core conftest.err conftest.$ac_objext \
7733     conftest$ac_exeext conftest.$ac_ext
7734 LIBS=$ac_check_lib_save_LIBS
7735 fi
7736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7737 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7738 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7739   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7740 fi
7741
7742     fi
7743
7744     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7745     ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7746 if test "x$ac_cv_func_shmat" = x""yes; then :
7747
7748 fi
7749
7750     if test $ac_cv_func_shmat = no; then
7751       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7752 $as_echo_n "checking for shmat in -lipc... " >&6; }
7753 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7754   $as_echo_n "(cached) " >&6
7755 else
7756   ac_check_lib_save_LIBS=$LIBS
7757 LIBS="-lipc  $LIBS"
7758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7759 /* end confdefs.h.  */
7760
7761 /* Override any GCC internal prototype to avoid an error.
7762    Use char because int might match the return type of a GCC
7763    builtin and then its argument prototype would still apply.  */
7764 #ifdef __cplusplus
7765 extern "C"
7766 #endif
7767 char shmat ();
7768 int
7769 main ()
7770 {
7771 return shmat ();
7772   ;
7773   return 0;
7774 }
7775 _ACEOF
7776 if ac_fn_c_try_link "$LINENO"; then :
7777   ac_cv_lib_ipc_shmat=yes
7778 else
7779   ac_cv_lib_ipc_shmat=no
7780 fi
7781 rm -f core conftest.err conftest.$ac_objext \
7782     conftest$ac_exeext conftest.$ac_ext
7783 LIBS=$ac_check_lib_save_LIBS
7784 fi
7785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7786 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7787 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7788   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7789 fi
7790
7791     fi
7792   fi
7793
7794   # Check for libraries that X11R6 Xt/Xaw programs need.
7795   ac_save_LDFLAGS=$LDFLAGS
7796   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7797   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7798   # check for ICE first), but we must link in the order -lSM -lICE or
7799   # we get undefined symbols.  So assume we have SM if we have ICE.
7800   # These have to be linked with before -lX11, unlike the other
7801   # libraries we check for below, so use a different variable.
7802   # John Interrante, Karl Berry
7803   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7804 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7805 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7806   $as_echo_n "(cached) " >&6
7807 else
7808   ac_check_lib_save_LIBS=$LIBS
7809 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7811 /* end confdefs.h.  */
7812
7813 /* Override any GCC internal prototype to avoid an error.
7814    Use char because int might match the return type of a GCC
7815    builtin and then its argument prototype would still apply.  */
7816 #ifdef __cplusplus
7817 extern "C"
7818 #endif
7819 char IceConnectionNumber ();
7820 int
7821 main ()
7822 {
7823 return IceConnectionNumber ();
7824   ;
7825   return 0;
7826 }
7827 _ACEOF
7828 if ac_fn_c_try_link "$LINENO"; then :
7829   ac_cv_lib_ICE_IceConnectionNumber=yes
7830 else
7831   ac_cv_lib_ICE_IceConnectionNumber=no
7832 fi
7833 rm -f core conftest.err conftest.$ac_objext \
7834     conftest$ac_exeext conftest.$ac_ext
7835 LIBS=$ac_check_lib_save_LIBS
7836 fi
7837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7838 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7839 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7840   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7841 fi
7842
7843   LDFLAGS=$ac_save_LDFLAGS
7844
7845 fi
7846
7847
7848 if test "$have_x" = "yes"
7849 then
7850     XLIB="-lX11"
7851     ac_save_CPPFLAGS="$CPPFLAGS"
7852     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7853
7854     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7855 $as_echo_n "checking for -lX11... " >&6; }
7856 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7857   $as_echo_n "(cached) " >&6
7858 else
7859   ac_check_soname_save_LIBS=$LIBS
7860 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7861   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7862 /* end confdefs.h.  */
7863
7864 /* Override any GCC internal prototype to avoid an error.
7865    Use char because int might match the return type of a GCC
7866    builtin and then its argument prototype would still apply.  */
7867 #ifdef __cplusplus
7868 extern "C"
7869 #endif
7870 char XCreateWindow ();
7871 int
7872 main ()
7873 {
7874 return XCreateWindow ();
7875   ;
7876   return 0;
7877 }
7878 _ACEOF
7879 if ac_fn_c_try_link "$LINENO"; then :
7880   case "$LIBEXT" in
7881     dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7882     dylib) ac_cv_lib_soname_X11=`otool -L conftest$ac_exeext | grep "libX11\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libX11\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
7883     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
7884   esac
7885 fi
7886 rm -f core conftest.err conftest.$ac_objext \
7887     conftest$ac_exeext conftest.$ac_ext
7888   LIBS=$ac_check_soname_save_LIBS
7889 fi
7890 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7891   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7892 $as_echo "not found" >&6; }
7893
7894 else
7895   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7896 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7897
7898 cat >>confdefs.h <<_ACEOF
7899 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7900 _ACEOF
7901
7902
7903 fi
7904     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7905 $as_echo_n "checking for -lXext... " >&6; }
7906 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7907   $as_echo_n "(cached) " >&6
7908 else
7909   ac_check_soname_save_LIBS=$LIBS
7910 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7911   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7912 /* end confdefs.h.  */
7913
7914 /* Override any GCC internal prototype to avoid an error.
7915    Use char because int might match the return type of a GCC
7916    builtin and then its argument prototype would still apply.  */
7917 #ifdef __cplusplus
7918 extern "C"
7919 #endif
7920 char XextCreateExtension ();
7921 int
7922 main ()
7923 {
7924 return XextCreateExtension ();
7925   ;
7926   return 0;
7927 }
7928 _ACEOF
7929 if ac_fn_c_try_link "$LINENO"; then :
7930   case "$LIBEXT" in
7931     dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7932     dylib) ac_cv_lib_soname_Xext=`otool -L conftest$ac_exeext | grep "libXext\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXext\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
7933     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
7934   esac
7935 fi
7936 rm -f core conftest.err conftest.$ac_objext \
7937     conftest$ac_exeext conftest.$ac_ext
7938   LIBS=$ac_check_soname_save_LIBS
7939 fi
7940 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7941   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7942 $as_echo "not found" >&6; }
7943
7944 else
7945   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7946 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7947
7948 cat >>confdefs.h <<_ACEOF
7949 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7950 _ACEOF
7951
7952        XLIB="-lXext $XLIB"
7953 fi
7954
7955         for ac_header in X11/Xlib.h \
7956                       X11/XKBlib.h \
7957                       X11/Xutil.h \
7958                       X11/Xcursor/Xcursor.h \
7959                       X11/extensions/shape.h \
7960                       X11/extensions/XInput.h \
7961                       X11/extensions/XShm.h \
7962                       X11/extensions/Xcomposite.h \
7963                       X11/extensions/Xinerama.h \
7964                       X11/extensions/Xrandr.h \
7965                       X11/extensions/Xrender.h \
7966                       X11/extensions/xf86vmode.h \
7967                       X11/extensions/xf86vmproto.h
7968 do :
7969   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7970 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7971 # include <X11/Xlib.h>
7972 #endif
7973 #ifdef HAVE_X11_XUTIL_H
7974 # include <X11/Xutil.h>
7975 #endif
7976 "
7977 eval as_val=\$$as_ac_Header
7978    if test "x$as_val" = x""yes; then :
7979   cat >>confdefs.h <<_ACEOF
7980 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7981 _ACEOF
7982
7983 fi
7984
7985 done
7986
7987
7988                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7989         then
7990               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7991 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7992 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7993   $as_echo_n "(cached) " >&6
7994 else
7995   ac_check_lib_save_LIBS=$LIBS
7996 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7997 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7998 /* end confdefs.h.  */
7999
8000 /* Override any GCC internal prototype to avoid an error.
8001    Use char because int might match the return type of a GCC
8002    builtin and then its argument prototype would still apply.  */
8003 #ifdef __cplusplus
8004 extern "C"
8005 #endif
8006 char XkbQueryExtension ();
8007 int
8008 main ()
8009 {
8010 return XkbQueryExtension ();
8011   ;
8012   return 0;
8013 }
8014 _ACEOF
8015 if ac_fn_c_try_link "$LINENO"; then :
8016   ac_cv_lib_X11_XkbQueryExtension=yes
8017 else
8018   ac_cv_lib_X11_XkbQueryExtension=no
8019 fi
8020 rm -f core conftest.err conftest.$ac_objext \
8021     conftest$ac_exeext conftest.$ac_ext
8022 LIBS=$ac_check_lib_save_LIBS
8023 fi
8024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
8025 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
8026 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
8027
8028 $as_echo "#define HAVE_XKB 1" >>confdefs.h
8029
8030 fi
8031
8032         fi
8033
8034                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
8035         then
8036             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
8037 $as_echo_n "checking for -lXcursor... " >&6; }
8038 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
8039   $as_echo_n "(cached) " >&6
8040 else
8041   ac_check_soname_save_LIBS=$LIBS
8042 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8043   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8044 /* end confdefs.h.  */
8045
8046 /* Override any GCC internal prototype to avoid an error.
8047    Use char because int might match the return type of a GCC
8048    builtin and then its argument prototype would still apply.  */
8049 #ifdef __cplusplus
8050 extern "C"
8051 #endif
8052 char XcursorImageLoadCursor ();
8053 int
8054 main ()
8055 {
8056 return XcursorImageLoadCursor ();
8057   ;
8058   return 0;
8059 }
8060 _ACEOF
8061 if ac_fn_c_try_link "$LINENO"; then :
8062   case "$LIBEXT" in
8063     dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8064     dylib) ac_cv_lib_soname_Xcursor=`otool -L conftest$ac_exeext | grep "libXcursor\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcursor\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8065     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8066   esac
8067 fi
8068 rm -f core conftest.err conftest.$ac_objext \
8069     conftest$ac_exeext conftest.$ac_ext
8070   LIBS=$ac_check_soname_save_LIBS
8071 fi
8072 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8073   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8074 $as_echo "not found" >&6; }
8075
8076 else
8077   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
8078 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
8079
8080 cat >>confdefs.h <<_ACEOF
8081 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
8082 _ACEOF
8083
8084
8085 fi
8086         fi
8087         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8088   case "x$with_xcursor" in
8089   x)   as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
8090   xno) ;;
8091   *)   as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
8092 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
8093 esac
8094 fi
8095
8096                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
8097         then
8098             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
8099 $as_echo_n "checking for -lXi... " >&6; }
8100 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
8101   $as_echo_n "(cached) " >&6
8102 else
8103   ac_check_soname_save_LIBS=$LIBS
8104 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8105   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8106 /* end confdefs.h.  */
8107
8108 /* Override any GCC internal prototype to avoid an error.
8109    Use char because int might match the return type of a GCC
8110    builtin and then its argument prototype would still apply.  */
8111 #ifdef __cplusplus
8112 extern "C"
8113 #endif
8114 char XOpenDevice ();
8115 int
8116 main ()
8117 {
8118 return XOpenDevice ();
8119   ;
8120   return 0;
8121 }
8122 _ACEOF
8123 if ac_fn_c_try_link "$LINENO"; then :
8124   case "$LIBEXT" in
8125     dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8126     dylib) ac_cv_lib_soname_Xi=`otool -L conftest$ac_exeext | grep "libXi\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXi\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8127     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8128   esac
8129 fi
8130 rm -f core conftest.err conftest.$ac_objext \
8131     conftest$ac_exeext conftest.$ac_ext
8132   LIBS=$ac_check_soname_save_LIBS
8133 fi
8134 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8135   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8136 $as_echo "not found" >&6; }
8137
8138 else
8139   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8140 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8141
8142 cat >>confdefs.h <<_ACEOF
8143 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8144 _ACEOF
8145
8146
8147 fi
8148         fi
8149         if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8150   case "x$with_xinput" in
8151   x)   as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8152   xno) ;;
8153   *)   as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8154 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8155 esac
8156 fi
8157
8158                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8159         then
8160               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8161 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8162 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8163   $as_echo_n "(cached) " >&6
8164 else
8165   ac_check_lib_save_LIBS=$LIBS
8166 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8167 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8168 /* end confdefs.h.  */
8169
8170 /* Override any GCC internal prototype to avoid an error.
8171    Use char because int might match the return type of a GCC
8172    builtin and then its argument prototype would still apply.  */
8173 #ifdef __cplusplus
8174 extern "C"
8175 #endif
8176 char XShmQueryExtension ();
8177 int
8178 main ()
8179 {
8180 return XShmQueryExtension ();
8181   ;
8182   return 0;
8183 }
8184 _ACEOF
8185 if ac_fn_c_try_link "$LINENO"; then :
8186   ac_cv_lib_Xext_XShmQueryExtension=yes
8187 else
8188   ac_cv_lib_Xext_XShmQueryExtension=no
8189 fi
8190 rm -f core conftest.err conftest.$ac_objext \
8191     conftest$ac_exeext conftest.$ac_ext
8192 LIBS=$ac_check_lib_save_LIBS
8193 fi
8194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8195 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8196 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8197
8198 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8199
8200 fi
8201
8202         fi
8203         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8204   case "x$with_xshm" in
8205   x)   as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8206   xno) ;;
8207   *)   as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8208 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8209 esac
8210 fi
8211
8212                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8213         then
8214               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8215 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8216 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8217   $as_echo_n "(cached) " >&6
8218 else
8219   ac_check_lib_save_LIBS=$LIBS
8220 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8221 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8222 /* end confdefs.h.  */
8223
8224 /* Override any GCC internal prototype to avoid an error.
8225    Use char because int might match the return type of a GCC
8226    builtin and then its argument prototype would still apply.  */
8227 #ifdef __cplusplus
8228 extern "C"
8229 #endif
8230 char XShapeQueryExtension ();
8231 int
8232 main ()
8233 {
8234 return XShapeQueryExtension ();
8235   ;
8236   return 0;
8237 }
8238 _ACEOF
8239 if ac_fn_c_try_link "$LINENO"; then :
8240   ac_cv_lib_Xext_XShapeQueryExtension=yes
8241 else
8242   ac_cv_lib_Xext_XShapeQueryExtension=no
8243 fi
8244 rm -f core conftest.err conftest.$ac_objext \
8245     conftest$ac_exeext conftest.$ac_ext
8246 LIBS=$ac_check_lib_save_LIBS
8247 fi
8248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8249 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8250 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8251
8252 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8253
8254 fi
8255
8256         fi
8257         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8258   case "x$with_xshape" in
8259   x)   as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8260   xno) ;;
8261   *)   as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8262 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8263 esac
8264 fi
8265
8266                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8267         then
8268             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8269 $as_echo_n "checking for -lXxf86vm... " >&6; }
8270 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8271   $as_echo_n "(cached) " >&6
8272 else
8273   ac_check_soname_save_LIBS=$LIBS
8274 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8275   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8276 /* end confdefs.h.  */
8277
8278 /* Override any GCC internal prototype to avoid an error.
8279    Use char because int might match the return type of a GCC
8280    builtin and then its argument prototype would still apply.  */
8281 #ifdef __cplusplus
8282 extern "C"
8283 #endif
8284 char XF86VidModeQueryExtension ();
8285 int
8286 main ()
8287 {
8288 return XF86VidModeQueryExtension ();
8289   ;
8290   return 0;
8291 }
8292 _ACEOF
8293 if ac_fn_c_try_link "$LINENO"; then :
8294   case "$LIBEXT" in
8295     dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8296     dylib) ac_cv_lib_soname_Xxf86vm=`otool -L conftest$ac_exeext | grep "libXxf86vm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXxf86vm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8297     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8298   esac
8299 fi
8300 rm -f core conftest.err conftest.$ac_objext \
8301     conftest$ac_exeext conftest.$ac_ext
8302   LIBS=$ac_check_soname_save_LIBS
8303 fi
8304 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8305   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8306 $as_echo "not found" >&6; }
8307
8308 else
8309   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8310 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8311
8312 cat >>confdefs.h <<_ACEOF
8313 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8314 _ACEOF
8315
8316
8317 fi
8318         fi
8319         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8320   case "x$with_xxf86vm" in
8321   x)   as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8322   xno) ;;
8323   *)   as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8324 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8325 esac
8326 fi
8327
8328                 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x" -a "x$ac_cv_lib_soname_Xext" != "x"
8329         then
8330             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8331 $as_echo_n "checking for -lXrender... " >&6; }
8332 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8333   $as_echo_n "(cached) " >&6
8334 else
8335   ac_check_soname_save_LIBS=$LIBS
8336 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8337   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8338 /* end confdefs.h.  */
8339
8340 /* Override any GCC internal prototype to avoid an error.
8341    Use char because int might match the return type of a GCC
8342    builtin and then its argument prototype would still apply.  */
8343 #ifdef __cplusplus
8344 extern "C"
8345 #endif
8346 char XRenderQueryExtension ();
8347 int
8348 main ()
8349 {
8350 return XRenderQueryExtension ();
8351   ;
8352   return 0;
8353 }
8354 _ACEOF
8355 if ac_fn_c_try_link "$LINENO"; then :
8356   case "$LIBEXT" in
8357     dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8358     dylib) ac_cv_lib_soname_Xrender=`otool -L conftest$ac_exeext | grep "libXrender\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrender\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8359     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8360   esac
8361 fi
8362 rm -f core conftest.err conftest.$ac_objext \
8363     conftest$ac_exeext conftest.$ac_ext
8364   LIBS=$ac_check_soname_save_LIBS
8365 fi
8366 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8367   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8368 $as_echo "not found" >&6; }
8369
8370 else
8371   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8372 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8373
8374 cat >>confdefs.h <<_ACEOF
8375 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8376 _ACEOF
8377
8378        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8379 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8380 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8381   $as_echo_n "(cached) " >&6
8382 else
8383   ac_check_lib_save_LIBS=$LIBS
8384 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8385 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8386 /* end confdefs.h.  */
8387
8388 /* Override any GCC internal prototype to avoid an error.
8389    Use char because int might match the return type of a GCC
8390    builtin and then its argument prototype would still apply.  */
8391 #ifdef __cplusplus
8392 extern "C"
8393 #endif
8394 char XRenderSetPictureTransform ();
8395 int
8396 main ()
8397 {
8398 return XRenderSetPictureTransform ();
8399   ;
8400   return 0;
8401 }
8402 _ACEOF
8403 if ac_fn_c_try_link "$LINENO"; then :
8404   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8405 else
8406   ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8407 fi
8408 rm -f core conftest.err conftest.$ac_objext \
8409     conftest$ac_exeext conftest.$ac_ext
8410 LIBS=$ac_check_lib_save_LIBS
8411 fi
8412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8413 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8414 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8415
8416 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8417
8418 fi
8419
8420 fi
8421
8422         fi
8423         if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8424   case "x$with_xrender" in
8425   x)   as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8426   xno) ;;
8427   *)   as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8428 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8429 esac
8430 fi
8431
8432                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8433         then
8434                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8435 /* end confdefs.h.  */
8436 #include <X11/Xlib.h>
8437 #include <X11/extensions/Xrandr.h>
8438 int
8439 main ()
8440 {
8441 static typeof(XRRSetScreenConfigAndRate) * func;
8442   ;
8443   return 0;
8444 }
8445 _ACEOF
8446 if ac_fn_c_try_compile "$LINENO"; then :
8447   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8448 $as_echo_n "checking for -lXrandr... " >&6; }
8449 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8450   $as_echo_n "(cached) " >&6
8451 else
8452   ac_check_soname_save_LIBS=$LIBS
8453 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8454   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8455 /* end confdefs.h.  */
8456
8457 /* Override any GCC internal prototype to avoid an error.
8458    Use char because int might match the return type of a GCC
8459    builtin and then its argument prototype would still apply.  */
8460 #ifdef __cplusplus
8461 extern "C"
8462 #endif
8463 char XRRQueryExtension ();
8464 int
8465 main ()
8466 {
8467 return XRRQueryExtension ();
8468   ;
8469   return 0;
8470 }
8471 _ACEOF
8472 if ac_fn_c_try_link "$LINENO"; then :
8473   case "$LIBEXT" in
8474     dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8475     dylib) ac_cv_lib_soname_Xrandr=`otool -L conftest$ac_exeext | grep "libXrandr\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrandr\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8476     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
8477   esac
8478 fi
8479 rm -f core conftest.err conftest.$ac_objext \
8480     conftest$ac_exeext conftest.$ac_ext
8481   LIBS=$ac_check_soname_save_LIBS
8482 fi
8483 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8484   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8485 $as_echo "not found" >&6; }
8486
8487 else
8488   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8489 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8490
8491 cat >>confdefs.h <<_ACEOF
8492 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8493 _ACEOF
8494
8495
8496 fi
8497 fi
8498 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8499         fi
8500         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8501   case "x$with_xrandr" in
8502   x)   as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8503   xno) ;;
8504   *)   as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8505 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8506 esac
8507 fi
8508
8509                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8510         then
8511                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8512 /* end confdefs.h.  */
8513 #include <X11/Xlib.h>
8514 #include <X11/extensions/Xinerama.h>
8515 int
8516 main ()
8517 {
8518 static typeof(XineramaQueryScreens) * func;
8519   ;
8520   return 0;
8521 }
8522 _ACEOF
8523 if ac_fn_c_try_compile "$LINENO"; then :
8524   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8525 $as_echo_n "checking for -lXinerama... " >&6; }
8526 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8527   $as_echo_n "(cached) " >&6
8528 else
8529   ac_check_soname_save_LIBS=$LIBS
8530 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8531   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8532 /* end confdefs.h.  */
8533
8534 /* Override any GCC internal prototype to avoid an error.
8535    Use char because int might match the return type of a GCC
8536    builtin and then its argument prototype would still apply.  */
8537 #ifdef __cplusplus
8538 extern "C"
8539 #endif
8540 char XineramaQueryScreens ();
8541 int
8542 main ()
8543 {
8544 return XineramaQueryScreens ();
8545   ;
8546   return 0;
8547 }
8548 _ACEOF
8549 if ac_fn_c_try_link "$LINENO"; then :
8550   case "$LIBEXT" in
8551     dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8552     dylib) ac_cv_lib_soname_Xinerama=`otool -L conftest$ac_exeext | grep "libXinerama\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXinerama\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8553     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
8554   esac
8555 fi
8556 rm -f core conftest.err conftest.$ac_objext \
8557     conftest$ac_exeext conftest.$ac_ext
8558   LIBS=$ac_check_soname_save_LIBS
8559 fi
8560 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8561   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8562 $as_echo "not found" >&6; }
8563
8564 else
8565   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8566 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8567
8568 cat >>confdefs.h <<_ACEOF
8569 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8570 _ACEOF
8571
8572
8573 fi
8574 fi
8575 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8576         fi
8577         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8578   case "x$with_xinerama" in
8579   x)   as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8580   xno) ;;
8581   *)   as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8582 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8583 esac
8584 fi
8585
8586                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8587         then
8588             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8589 $as_echo_n "checking for -lXcomposite... " >&6; }
8590 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8591   $as_echo_n "(cached) " >&6
8592 else
8593   ac_check_soname_save_LIBS=$LIBS
8594 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8595   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8596 /* end confdefs.h.  */
8597
8598 /* Override any GCC internal prototype to avoid an error.
8599    Use char because int might match the return type of a GCC
8600    builtin and then its argument prototype would still apply.  */
8601 #ifdef __cplusplus
8602 extern "C"
8603 #endif
8604 char XCompositeRedirectWindow ();
8605 int
8606 main ()
8607 {
8608 return XCompositeRedirectWindow ();
8609   ;
8610   return 0;
8611 }
8612 _ACEOF
8613 if ac_fn_c_try_link "$LINENO"; then :
8614   case "$LIBEXT" in
8615     dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8616     dylib) ac_cv_lib_soname_Xcomposite=`otool -L conftest$ac_exeext | grep "libXcomposite\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcomposite\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8617     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8618   esac
8619 fi
8620 rm -f core conftest.err conftest.$ac_objext \
8621     conftest$ac_exeext conftest.$ac_ext
8622   LIBS=$ac_check_soname_save_LIBS
8623 fi
8624 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8625   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8626 $as_echo "not found" >&6; }
8627
8628 else
8629   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8630 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8631
8632 cat >>confdefs.h <<_ACEOF
8633 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8634 _ACEOF
8635
8636
8637 fi
8638         fi
8639         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8640   case "x$with_xcomposite" in
8641   x)   as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8642   xno) ;;
8643   *)   as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8644 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8645 esac
8646 fi
8647
8648                 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8649 #include <X11/Xlib.h>
8650 #endif
8651 "
8652 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8653
8654 cat >>confdefs.h <<_ACEOF
8655 #define HAVE_XICCALLBACK_CALLBACK 1
8656 _ACEOF
8657
8658
8659 fi
8660
8661
8662
8663         opengl_msg=""
8664     if test "x$with_opengl" != "xno"
8665     then
8666         for ac_header in GL/gl.h GL/glx.h GL/glu.h
8667 do :
8668   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8669 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8670 # include <GL/glx.h>
8671 #endif
8672 "
8673 eval as_val=\$$as_ac_Header
8674    if test "x$as_val" = x""yes; then :
8675   cat >>confdefs.h <<_ACEOF
8676 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8677 _ACEOF
8678
8679 fi
8680
8681 done
8682
8683         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8684         then
8685                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8686 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8687 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8688   $as_echo_n "(cached) " >&6
8689 else
8690   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8691 /* end confdefs.h.  */
8692 #include <GL/gl.h>
8693 int
8694 main ()
8695 {
8696 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8697   ;
8698   return 0;
8699 }
8700 _ACEOF
8701 if ac_fn_c_try_compile "$LINENO"; then :
8702   wine_cv_opengl_header_version_OK="yes"
8703 else
8704   wine_cv_opengl_header_version_OK="no"
8705 fi
8706 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8707 fi
8708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8709 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8710
8711             if test "$wine_cv_opengl_header_version_OK" = "yes"
8712             then
8713                                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8714 $as_echo_n "checking for -lGL... " >&6; }
8715 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8716   $as_echo_n "(cached) " >&6
8717 else
8718   ac_check_soname_save_LIBS=$LIBS
8719 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8720   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8721 /* end confdefs.h.  */
8722
8723 /* Override any GCC internal prototype to avoid an error.
8724    Use char because int might match the return type of a GCC
8725    builtin and then its argument prototype would still apply.  */
8726 #ifdef __cplusplus
8727 extern "C"
8728 #endif
8729 char glXCreateContext ();
8730 int
8731 main ()
8732 {
8733 return glXCreateContext ();
8734   ;
8735   return 0;
8736 }
8737 _ACEOF
8738 if ac_fn_c_try_link "$LINENO"; then :
8739   case "$LIBEXT" in
8740     dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8741     dylib) ac_cv_lib_soname_GL=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8742     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8743   esac
8744 fi
8745 rm -f core conftest.err conftest.$ac_objext \
8746     conftest$ac_exeext conftest.$ac_ext
8747   LIBS=$ac_check_soname_save_LIBS
8748 fi
8749 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8750   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8751 $as_echo "not found" >&6; }
8752        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8753 $as_echo_n "checking for -lGL... " >&6; }
8754 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8755   $as_echo_n "(cached) " >&6
8756 else
8757   ac_check_soname_save_LIBS=$LIBS
8758 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib $LIBS"
8759   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8760 /* end confdefs.h.  */
8761
8762 /* Override any GCC internal prototype to avoid an error.
8763    Use char because int might match the return type of a GCC
8764    builtin and then its argument prototype would still apply.  */
8765 #ifdef __cplusplus
8766 extern "C"
8767 #endif
8768 char glXCreateContext ();
8769 int
8770 main ()
8771 {
8772 return glXCreateContext ();
8773   ;
8774   return 0;
8775 }
8776 _ACEOF
8777 if ac_fn_c_try_link "$LINENO"; then :
8778   case "$LIBEXT" in
8779     dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8780     dylib) ac_cv_lib_soname_GL=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8781     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8782   esac
8783 fi
8784 rm -f core conftest.err conftest.$ac_objext \
8785     conftest$ac_exeext conftest.$ac_ext
8786   LIBS=$ac_check_soname_save_LIBS
8787 fi
8788 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8789   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8790 $as_echo "not found" >&6; }
8791        if test -f /usr/X11R6/lib/libGL.a
8792                                     then
8793                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8794 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8795                                     else
8796                                         opengl_msg="No OpenGL library found on this system."
8797                                     fi
8798 else
8799   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8800 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8801
8802 cat >>confdefs.h <<_ACEOF
8803 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8804 _ACEOF
8805
8806        OPENGL_LIBS="-Xlinker -dylib_file -Xlinker /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -lGL"
8807
8808 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8809
8810 fi
8811 else
8812   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8813 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8814
8815 cat >>confdefs.h <<_ACEOF
8816 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8817 _ACEOF
8818
8819        OPENGL_LIBS="-lGL"
8820
8821 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8822
8823 fi
8824                  if test "$ac_cv_header_GL_glu_h" = "yes"
8825                  then
8826                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8827 $as_echo_n "checking for -lGLU... " >&6; }
8828 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8829   $as_echo_n "(cached) " >&6
8830 else
8831   ac_check_soname_save_LIBS=$LIBS
8832 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8833   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8834 /* end confdefs.h.  */
8835
8836 /* Override any GCC internal prototype to avoid an error.
8837    Use char because int might match the return type of a GCC
8838    builtin and then its argument prototype would still apply.  */
8839 #ifdef __cplusplus
8840 extern "C"
8841 #endif
8842 char gluLookAt ();
8843 int
8844 main ()
8845 {
8846 return gluLookAt ();
8847   ;
8848   return 0;
8849 }
8850 _ACEOF
8851 if ac_fn_c_try_link "$LINENO"; then :
8852   case "$LIBEXT" in
8853     dll) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8854     dylib) ac_cv_lib_soname_GLU=`otool -L conftest$ac_exeext | grep "libGLU\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGLU\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8855     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
8856   esac
8857 fi
8858 rm -f core conftest.err conftest.$ac_objext \
8859     conftest$ac_exeext conftest.$ac_ext
8860   LIBS=$ac_check_soname_save_LIBS
8861 fi
8862 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8863   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8864 $as_echo "not found" >&6; }
8865
8866 else
8867   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8868 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8869
8870 cat >>confdefs.h <<_ACEOF
8871 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8872 _ACEOF
8873
8874
8875 fi
8876                  fi
8877                  if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8878   case "x$with_glu" in
8879   x)   as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8880   xno) ;;
8881   *)   as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8882 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8883 esac
8884 fi
8885              else
8886                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8887              fi
8888          else
8889              opengl_msg="OpenGL development headers not found."
8890          fi
8891          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8892          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8893     else
8894          enable_opengl32=${enable_opengl32:-no}
8895          enable_glu32=${enable_glu32:-no}
8896     fi
8897     if test -n "$opengl_msg"; then :
8898   case "x$with_opengl" in
8899   x)   as_fn_append wine_warnings "|$opengl_msg
8900 OpenGL and Direct3D won't be supported." ;;
8901   xno) ;;
8902   *)   as_fn_error "$opengl_msg
8903 OpenGL and Direct3D won't be supported.
8904 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8905 esac
8906 fi
8907
8908         NASLIBS=""
8909
8910     for ac_header in audio/audiolib.h
8911 do :
8912   ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8913 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8914   cat >>confdefs.h <<_ACEOF
8915 #define HAVE_AUDIO_AUDIOLIB_H 1
8916 _ACEOF
8917  for ac_header in audio/soundlib.h
8918 do :
8919   ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8920 "
8921 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8922   cat >>confdefs.h <<_ACEOF
8923 #define HAVE_AUDIO_SOUNDLIB_H 1
8924 _ACEOF
8925
8926 fi
8927
8928 done
8929
8930           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8931 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8932 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8933   $as_echo_n "(cached) " >&6
8934 else
8935   ac_check_lib_save_LIBS=$LIBS
8936 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8937 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8938 /* end confdefs.h.  */
8939
8940 /* Override any GCC internal prototype to avoid an error.
8941    Use char because int might match the return type of a GCC
8942    builtin and then its argument prototype would still apply.  */
8943 #ifdef __cplusplus
8944 extern "C"
8945 #endif
8946 char AuCreateFlow ();
8947 int
8948 main ()
8949 {
8950 return AuCreateFlow ();
8951   ;
8952   return 0;
8953 }
8954 _ACEOF
8955 if ac_fn_c_try_link "$LINENO"; then :
8956   ac_cv_lib_audio_AuCreateFlow=yes
8957 else
8958   ac_cv_lib_audio_AuCreateFlow=no
8959 fi
8960 rm -f core conftest.err conftest.$ac_objext \
8961     conftest$ac_exeext conftest.$ac_ext
8962 LIBS=$ac_check_lib_save_LIBS
8963 fi
8964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8965 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8966 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8967
8968 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8969
8970                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8971 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8972 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8973   $as_echo_n "(cached) " >&6
8974 else
8975   ac_check_lib_save_LIBS=$LIBS
8976 LIBS="-lXau $X_LIBS $LIBS"
8977 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8978 /* end confdefs.h.  */
8979
8980 /* Override any GCC internal prototype to avoid an error.
8981    Use char because int might match the return type of a GCC
8982    builtin and then its argument prototype would still apply.  */
8983 #ifdef __cplusplus
8984 extern "C"
8985 #endif
8986 char XauGetBestAuthByAddr ();
8987 int
8988 main ()
8989 {
8990 return XauGetBestAuthByAddr ();
8991   ;
8992   return 0;
8993 }
8994 _ACEOF
8995 if ac_fn_c_try_link "$LINENO"; then :
8996   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8997 else
8998   ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8999 fi
9000 rm -f core conftest.err conftest.$ac_objext \
9001     conftest$ac_exeext conftest.$ac_ext
9002 LIBS=$ac_check_lib_save_LIBS
9003 fi
9004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
9005 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
9006 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
9007   NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
9008 else
9009   NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
9010 fi
9011
9012
9013 fi
9014
9015 fi
9016
9017 done
9018
9019
9020     CPPFLAGS="$ac_save_CPPFLAGS"
9021 else
9022     XLIB=""
9023     X_CFLAGS=""
9024     X_LIBS=""
9025     enable_winex11_drv=${enable_winex11_drv:-no}
9026     enable_opengl32=${enable_opengl32:-no}
9027     enable_glu32=${enable_glu32:-no}
9028 fi
9029 if test "x$XLIB" = "x"; then :
9030   case "x$with_x" in
9031   xno) ;;
9032   *)   as_fn_error "X ${notice_platform}development files not found. Wine will be built
9033 without X support, which probably isn't what you want. You will need to install
9034 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
9035 Use the --without-x option if you really want this." "$LINENO" 5 ;;
9036 esac
9037 fi
9038
9039
9040 XML2LIBS=""
9041
9042 XML2INCL=""
9043
9044 XSLTINCL=""
9045
9046 if test "x$with_xml" != "xno"
9047 then
9048     ac_save_CPPFLAGS="$CPPFLAGS"
9049     if test "$PKG_CONFIG" != "false"
9050     then
9051         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
9052         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
9053     else
9054         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
9055         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
9056     fi
9057     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
9058     for ac_header in libxml/parser.h
9059 do :
9060   ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
9061 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
9062   cat >>confdefs.h <<_ACEOF
9063 #define HAVE_LIBXML_PARSER_H 1
9064 _ACEOF
9065  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
9066 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
9067 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
9068   $as_echo_n "(cached) " >&6
9069 else
9070   ac_check_lib_save_LIBS=$LIBS
9071 LIBS="-lxml2 $ac_xml_libs $LIBS"
9072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9073 /* end confdefs.h.  */
9074
9075 /* Override any GCC internal prototype to avoid an error.
9076    Use char because int might match the return type of a GCC
9077    builtin and then its argument prototype would still apply.  */
9078 #ifdef __cplusplus
9079 extern "C"
9080 #endif
9081 char xmlParseMemory ();
9082 int
9083 main ()
9084 {
9085 return xmlParseMemory ();
9086   ;
9087   return 0;
9088 }
9089 _ACEOF
9090 if ac_fn_c_try_link "$LINENO"; then :
9091   ac_cv_lib_xml2_xmlParseMemory=yes
9092 else
9093   ac_cv_lib_xml2_xmlParseMemory=no
9094 fi
9095 rm -f core conftest.err conftest.$ac_objext \
9096     conftest$ac_exeext conftest.$ac_ext
9097 LIBS=$ac_check_lib_save_LIBS
9098 fi
9099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
9100 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
9101 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
9102
9103 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
9104
9105                  XML2LIBS="$ac_xml_libs"
9106                  XML2INCL="$ac_xml_cflags"
9107 fi
9108
9109              { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
9110 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
9111 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
9112   $as_echo_n "(cached) " >&6
9113 else
9114   ac_check_lib_save_LIBS=$LIBS
9115 LIBS="-lxml2 $ac_xml_libs $LIBS"
9116 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9117 /* end confdefs.h.  */
9118
9119 /* Override any GCC internal prototype to avoid an error.
9120    Use char because int might match the return type of a GCC
9121    builtin and then its argument prototype would still apply.  */
9122 #ifdef __cplusplus
9123 extern "C"
9124 #endif
9125 char xmlReadMemory ();
9126 int
9127 main ()
9128 {
9129 return xmlReadMemory ();
9130   ;
9131   return 0;
9132 }
9133 _ACEOF
9134 if ac_fn_c_try_link "$LINENO"; then :
9135   ac_cv_lib_xml2_xmlReadMemory=yes
9136 else
9137   ac_cv_lib_xml2_xmlReadMemory=no
9138 fi
9139 rm -f core conftest.err conftest.$ac_objext \
9140     conftest$ac_exeext conftest.$ac_ext
9141 LIBS=$ac_check_lib_save_LIBS
9142 fi
9143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9144 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9145 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
9146
9147 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9148
9149 fi
9150
9151              { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9152 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9153 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9154   $as_echo_n "(cached) " >&6
9155 else
9156   ac_check_lib_save_LIBS=$LIBS
9157 LIBS="-lxml2 $ac_xml_libs $LIBS"
9158 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9159 /* end confdefs.h.  */
9160
9161 /* Override any GCC internal prototype to avoid an error.
9162    Use char because int might match the return type of a GCC
9163    builtin and then its argument prototype would still apply.  */
9164 #ifdef __cplusplus
9165 extern "C"
9166 #endif
9167 char xmlNewDocPI ();
9168 int
9169 main ()
9170 {
9171 return xmlNewDocPI ();
9172   ;
9173   return 0;
9174 }
9175 _ACEOF
9176 if ac_fn_c_try_link "$LINENO"; then :
9177   ac_cv_lib_xml2_xmlNewDocPI=yes
9178 else
9179   ac_cv_lib_xml2_xmlNewDocPI=no
9180 fi
9181 rm -f core conftest.err conftest.$ac_objext \
9182     conftest$ac_exeext conftest.$ac_ext
9183 LIBS=$ac_check_lib_save_LIBS
9184 fi
9185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9186 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9187 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9188
9189 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9190
9191 fi
9192
9193
9194 fi
9195
9196 done
9197
9198     CPPFLAGS="$ac_save_CPPFLAGS"
9199 fi
9200 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9201   case "x$with_xml" in
9202   x)   as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9203   xno) ;;
9204   *)   as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9205 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9206 esac
9207 fi
9208
9209 if test "x$with_xslt" != "xno"
9210 then
9211     if test "$PKG_CONFIG" != "false"
9212     then
9213         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9214         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9215     else
9216         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9217         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9218     fi
9219     ac_save_CPPFLAGS="$CPPFLAGS"
9220     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9221     for ac_header in libxslt/pattern.h libxslt/transform.h
9222 do :
9223   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9224 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9225 # include <libxslt/pattern.h>
9226 #endif
9227 "
9228 eval as_val=\$$as_ac_Header
9229    if test "x$as_val" = x""yes; then :
9230   cat >>confdefs.h <<_ACEOF
9231 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9232 _ACEOF
9233
9234 fi
9235
9236 done
9237
9238     CPPFLAGS="$ac_save_CPPFLAGS"
9239     if test "$ac_cv_header_libxslt_transform_h" = "yes"
9240     then
9241         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9242 $as_echo_n "checking for -lxslt... " >&6; }
9243 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9244   $as_echo_n "(cached) " >&6
9245 else
9246   ac_check_soname_save_LIBS=$LIBS
9247 LIBS="-lxslt $ac_xslt_libs $LIBS"
9248   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9249 /* end confdefs.h.  */
9250
9251 /* Override any GCC internal prototype to avoid an error.
9252    Use char because int might match the return type of a GCC
9253    builtin and then its argument prototype would still apply.  */
9254 #ifdef __cplusplus
9255 extern "C"
9256 #endif
9257 char xsltCompilePattern ();
9258 int
9259 main ()
9260 {
9261 return xsltCompilePattern ();
9262   ;
9263   return 0;
9264 }
9265 _ACEOF
9266 if ac_fn_c_try_link "$LINENO"; then :
9267   case "$LIBEXT" in
9268     dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9269     dylib) ac_cv_lib_soname_xslt=`otool -L conftest$ac_exeext | grep "libxslt\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libxslt\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9270     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9271   esac
9272 fi
9273 rm -f core conftest.err conftest.$ac_objext \
9274     conftest$ac_exeext conftest.$ac_ext
9275   LIBS=$ac_check_soname_save_LIBS
9276 fi
9277 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9278   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9279 $as_echo "not found" >&6; }
9280
9281 else
9282   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9283 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9284
9285 cat >>confdefs.h <<_ACEOF
9286 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9287 _ACEOF
9288
9289        XSLTINCL="$ac_xslt_cflags"
9290 fi
9291     fi
9292 fi
9293 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9294   case "x$with_xslt" in
9295   x)   as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9296   xno) ;;
9297   *)   as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9298 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9299 esac
9300 fi
9301
9302 HALINCL=""
9303
9304 if test "x$with_hal" != "xno"
9305 then
9306     ac_save_CPPFLAGS="$CPPFLAGS"
9307     if test "$PKG_CONFIG" != "false"
9308     then
9309         ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9310         ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9311         CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9312     fi
9313     for ac_header in dbus/dbus.h hal/libhal.h
9314 do :
9315   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9316 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9317 eval as_val=\$$as_ac_Header
9318    if test "x$as_val" = x""yes; then :
9319   cat >>confdefs.h <<_ACEOF
9320 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9321 _ACEOF
9322
9323 fi
9324
9325 done
9326
9327     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9328     then
9329         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9330 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9331 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9332   $as_echo_n "(cached) " >&6
9333 else
9334   ac_check_lib_save_LIBS=$LIBS
9335 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9337 /* end confdefs.h.  */
9338
9339 /* Override any GCC internal prototype to avoid an error.
9340    Use char because int might match the return type of a GCC
9341    builtin and then its argument prototype would still apply.  */
9342 #ifdef __cplusplus
9343 extern "C"
9344 #endif
9345 char dbus_connection_close ();
9346 int
9347 main ()
9348 {
9349 return dbus_connection_close ();
9350   ;
9351   return 0;
9352 }
9353 _ACEOF
9354 if ac_fn_c_try_link "$LINENO"; then :
9355   ac_cv_lib_dbus_1_dbus_connection_close=yes
9356 else
9357   ac_cv_lib_dbus_1_dbus_connection_close=no
9358 fi
9359 rm -f core conftest.err conftest.$ac_objext \
9360     conftest$ac_exeext conftest.$ac_ext
9361 LIBS=$ac_check_lib_save_LIBS
9362 fi
9363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9364 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9365 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9366   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9367 $as_echo_n "checking for -lhal... " >&6; }
9368 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9369   $as_echo_n "(cached) " >&6
9370 else
9371   ac_check_soname_save_LIBS=$LIBS
9372 LIBS="-lhal $ac_hal_libs $LIBS"
9373   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9374 /* end confdefs.h.  */
9375
9376 /* Override any GCC internal prototype to avoid an error.
9377    Use char because int might match the return type of a GCC
9378    builtin and then its argument prototype would still apply.  */
9379 #ifdef __cplusplus
9380 extern "C"
9381 #endif
9382 char libhal_ctx_new ();
9383 int
9384 main ()
9385 {
9386 return libhal_ctx_new ();
9387   ;
9388   return 0;
9389 }
9390 _ACEOF
9391 if ac_fn_c_try_link "$LINENO"; then :
9392   case "$LIBEXT" in
9393     dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9394     dylib) ac_cv_lib_soname_hal=`otool -L conftest$ac_exeext | grep "libhal\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libhal\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9395     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
9396   esac
9397 fi
9398 rm -f core conftest.err conftest.$ac_objext \
9399     conftest$ac_exeext conftest.$ac_ext
9400   LIBS=$ac_check_soname_save_LIBS
9401 fi
9402 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9403   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9404 $as_echo "not found" >&6; }
9405
9406 else
9407   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9408 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9409
9410 cat >>confdefs.h <<_ACEOF
9411 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9412 _ACEOF
9413
9414        HALINCL="$ac_hal_cflags"
9415 fi
9416 fi
9417
9418     fi
9419     CPPFLAGS="$ac_save_CPPFLAGS"
9420 fi
9421 if test "x$ac_cv_lib_soname_hal" = "x" -a "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
9422   case "x$with_hal" in
9423   x)   as_fn_append wine_notices "|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9424   xno) ;;
9425   *)   as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9426 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9427 esac
9428 fi
9429
9430 if test "x$with_gnutls" != "xno"
9431 then
9432     ac_save_CPPFLAGS="$CPPFLAGS"
9433     if test "$PKG_CONFIG" != "false"
9434     then
9435         ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9436         ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9437         CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9438     fi
9439     ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9440 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9441   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9442 /* end confdefs.h.  */
9443 #include <gnutls/gnutls.h>
9444 int
9445 main ()
9446 {
9447 typeof(gnutls_mac_get_key_size) *pfunc;
9448   ;
9449   return 0;
9450 }
9451 _ACEOF
9452 if ac_fn_c_try_compile "$LINENO"; then :
9453   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9454 $as_echo_n "checking for -lgnutls... " >&6; }
9455 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9456   $as_echo_n "(cached) " >&6
9457 else
9458   ac_check_soname_save_LIBS=$LIBS
9459 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9460   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9461 /* end confdefs.h.  */
9462
9463 /* Override any GCC internal prototype to avoid an error.
9464    Use char because int might match the return type of a GCC
9465    builtin and then its argument prototype would still apply.  */
9466 #ifdef __cplusplus
9467 extern "C"
9468 #endif
9469 char gnutls_global_init ();
9470 int
9471 main ()
9472 {
9473 return gnutls_global_init ();
9474   ;
9475   return 0;
9476 }
9477 _ACEOF
9478 if ac_fn_c_try_link "$LINENO"; then :
9479   case "$LIBEXT" in
9480     dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9481     dylib) ac_cv_lib_soname_gnutls=`otool -L conftest$ac_exeext | grep "libgnutls\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgnutls\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9482     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9483   esac
9484 fi
9485 rm -f core conftest.err conftest.$ac_objext \
9486     conftest$ac_exeext conftest.$ac_ext
9487   LIBS=$ac_check_soname_save_LIBS
9488 fi
9489 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9490   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9491 $as_echo "not found" >&6; }
9492
9493 else
9494   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9495 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9496
9497 cat >>confdefs.h <<_ACEOF
9498 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9499 _ACEOF
9500
9501        GNUTLSINCL="$ac_gnutls_cflags"
9502
9503 fi
9504 fi
9505 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9506 fi
9507
9508
9509     CPPFLAGS="$ac_save_CPPFLAGS"
9510 fi
9511 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9512   case "x$with_gnutls" in
9513   x)   as_fn_append wine_notices "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9514   xno) ;;
9515   *)   as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9516 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9517 esac
9518 fi
9519
9520 CURSESLIBS=""
9521 if test "$ac_cv_header_ncurses_h" = "yes"
9522 then
9523     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9524 $as_echo_n "checking for -lncurses... " >&6; }
9525 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9526   $as_echo_n "(cached) " >&6
9527 else
9528   ac_check_soname_save_LIBS=$LIBS
9529 LIBS="-lncurses  $LIBS"
9530   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9531 /* end confdefs.h.  */
9532
9533 /* Override any GCC internal prototype to avoid an error.
9534    Use char because int might match the return type of a GCC
9535    builtin and then its argument prototype would still apply.  */
9536 #ifdef __cplusplus
9537 extern "C"
9538 #endif
9539 char waddch ();
9540 int
9541 main ()
9542 {
9543 return waddch ();
9544   ;
9545   return 0;
9546 }
9547 _ACEOF
9548 if ac_fn_c_try_link "$LINENO"; then :
9549   case "$LIBEXT" in
9550     dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9551     dylib) ac_cv_lib_soname_ncurses=`otool -L conftest$ac_exeext | grep "libncurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libncurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9552     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
9553   esac
9554 fi
9555 rm -f core conftest.err conftest.$ac_objext \
9556     conftest$ac_exeext conftest.$ac_ext
9557   LIBS=$ac_check_soname_save_LIBS
9558 fi
9559 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9560   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9561 $as_echo "not found" >&6; }
9562
9563 else
9564   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9565 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9566
9567 cat >>confdefs.h <<_ACEOF
9568 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9569 _ACEOF
9570
9571        CURSESLIBS="-lncurses"
9572 fi
9573 elif test "$ac_cv_header_curses_h" = "yes"
9574 then
9575     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9576 $as_echo_n "checking for -lcurses... " >&6; }
9577 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9578   $as_echo_n "(cached) " >&6
9579 else
9580   ac_check_soname_save_LIBS=$LIBS
9581 LIBS="-lcurses  $LIBS"
9582   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9583 /* end confdefs.h.  */
9584
9585 /* Override any GCC internal prototype to avoid an error.
9586    Use char because int might match the return type of a GCC
9587    builtin and then its argument prototype would still apply.  */
9588 #ifdef __cplusplus
9589 extern "C"
9590 #endif
9591 char waddch ();
9592 int
9593 main ()
9594 {
9595 return waddch ();
9596   ;
9597   return 0;
9598 }
9599 _ACEOF
9600 if ac_fn_c_try_link "$LINENO"; then :
9601   case "$LIBEXT" in
9602     dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9603     dylib) ac_cv_lib_soname_curses=`otool -L conftest$ac_exeext | grep "libcurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9604     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9605   esac
9606 fi
9607 rm -f core conftest.err conftest.$ac_objext \
9608     conftest$ac_exeext conftest.$ac_ext
9609   LIBS=$ac_check_soname_save_LIBS
9610 fi
9611 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9612   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9613 $as_echo "not found" >&6; }
9614
9615 else
9616   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9617 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9618
9619 cat >>confdefs.h <<_ACEOF
9620 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9621 _ACEOF
9622
9623        CURSESLIBS="-lcurses"
9624 fi
9625 fi
9626 ac_save_LIBS="$LIBS"
9627 LIBS="$LIBS $CURSESLIBS"
9628 for ac_func in mousemask
9629 do :
9630   ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9631 if test "x$ac_cv_func_mousemask" = x""yes; then :
9632   cat >>confdefs.h <<_ACEOF
9633 #define HAVE_MOUSEMASK 1
9634 _ACEOF
9635
9636 fi
9637 done
9638
9639 LIBS="$ac_save_LIBS"
9640 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9641   case "x$with_curses" in
9642   x)   as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9643   xno) ;;
9644   *)   as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9645 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9646 esac
9647 fi
9648
9649 if test "x$with_sane" != "xno"
9650 then
9651     ac_save_CPPFLAGS="$CPPFLAGS"
9652     # Extract the first word of "sane-config", so it can be a program name with args.
9653 set dummy sane-config; ac_word=$2
9654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9655 $as_echo_n "checking for $ac_word... " >&6; }
9656 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9657   $as_echo_n "(cached) " >&6
9658 else
9659   if test -n "$sane_devel"; then
9660   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9661 else
9662 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9663 for as_dir in $PATH
9664 do
9665   IFS=$as_save_IFS
9666   test -z "$as_dir" && as_dir=.
9667     for ac_exec_ext in '' $ac_executable_extensions; do
9668   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9669     ac_cv_prog_sane_devel="sane-config"
9670     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9671     break 2
9672   fi
9673 done
9674   done
9675 IFS=$as_save_IFS
9676
9677   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9678 fi
9679 fi
9680 sane_devel=$ac_cv_prog_sane_devel
9681 if test -n "$sane_devel"; then
9682   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9683 $as_echo "$sane_devel" >&6; }
9684 else
9685   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9686 $as_echo "no" >&6; }
9687 fi
9688
9689
9690     if test "$sane_devel" != "no"
9691     then
9692         ac_sane_incl="`$sane_devel --cflags`"
9693         ac_sane_libs="`$sane_devel --ldflags`"
9694         CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9695     fi
9696     ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9697 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9698   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9699 $as_echo_n "checking for -lsane... " >&6; }
9700 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9701   $as_echo_n "(cached) " >&6
9702 else
9703   ac_check_soname_save_LIBS=$LIBS
9704 LIBS="-lsane $ac_sane_libs $LIBS"
9705   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9706 /* end confdefs.h.  */
9707
9708 /* Override any GCC internal prototype to avoid an error.
9709    Use char because int might match the return type of a GCC
9710    builtin and then its argument prototype would still apply.  */
9711 #ifdef __cplusplus
9712 extern "C"
9713 #endif
9714 char sane_init ();
9715 int
9716 main ()
9717 {
9718 return sane_init ();
9719   ;
9720   return 0;
9721 }
9722 _ACEOF
9723 if ac_fn_c_try_link "$LINENO"; then :
9724   case "$LIBEXT" in
9725     dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9726     dylib) ac_cv_lib_soname_sane=`otool -L conftest$ac_exeext | grep "libsane\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libsane\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9727     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9728   esac
9729 fi
9730 rm -f core conftest.err conftest.$ac_objext \
9731     conftest$ac_exeext conftest.$ac_ext
9732   LIBS=$ac_check_soname_save_LIBS
9733 fi
9734 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9735   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9736 $as_echo "not found" >&6; }
9737
9738 else
9739   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9740 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9741
9742 cat >>confdefs.h <<_ACEOF
9743 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9744 _ACEOF
9745
9746        SANEINCL="$ac_sane_incl"
9747
9748 fi
9749 fi
9750
9751
9752     CPPFLAGS="$ac_save_CPPFLAGS"
9753 fi
9754 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9755   case "x$with_sane" in
9756   x)   as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9757   xno) ;;
9758   *)   as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9759 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9760 esac
9761 fi
9762
9763 if test "x$with_v4l" != "xno"
9764 then
9765     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
9766 $as_echo_n "checking for -lv4l1... " >&6; }
9767 if test "${ac_cv_lib_soname_v4l1+set}" = set; then :
9768   $as_echo_n "(cached) " >&6
9769 else
9770   ac_check_soname_save_LIBS=$LIBS
9771 LIBS="-lv4l1  $LIBS"
9772   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9773 /* end confdefs.h.  */
9774
9775 /* Override any GCC internal prototype to avoid an error.
9776    Use char because int might match the return type of a GCC
9777    builtin and then its argument prototype would still apply.  */
9778 #ifdef __cplusplus
9779 extern "C"
9780 #endif
9781 char v4l1_open ();
9782 int
9783 main ()
9784 {
9785 return v4l1_open ();
9786   ;
9787   return 0;
9788 }
9789 _ACEOF
9790 if ac_fn_c_try_link "$LINENO"; then :
9791   case "$LIBEXT" in
9792     dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9793     dylib) ac_cv_lib_soname_v4l1=`otool -L conftest$ac_exeext | grep "libv4l1\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libv4l1\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9794     *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9795   esac
9796 fi
9797 rm -f core conftest.err conftest.$ac_objext \
9798     conftest$ac_exeext conftest.$ac_ext
9799   LIBS=$ac_check_soname_save_LIBS
9800 fi
9801 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9802   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9803 $as_echo "not found" >&6; }
9804
9805 else
9806   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
9807 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
9808
9809 cat >>confdefs.h <<_ACEOF
9810 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
9811 _ACEOF
9812
9813
9814 fi
9815 fi
9816 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9817   case "x$with_v4l" in
9818   x)   as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
9819   xno) ;;
9820   *)   as_fn_error "libv4l ${notice_platform}development files not found.
9821 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
9822 esac
9823 fi
9824
9825 if test "x$with_gphoto" != "xno"
9826 then
9827     ac_save_CPPFLAGS="$CPPFLAGS"
9828     # Extract the first word of "gphoto2-config", so it can be a program name with args.
9829 set dummy gphoto2-config; ac_word=$2
9830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9831 $as_echo_n "checking for $ac_word... " >&6; }
9832 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9833   $as_echo_n "(cached) " >&6
9834 else
9835   if test -n "$gphoto2_devel"; then
9836   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9837 else
9838 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9839 for as_dir in $PATH
9840 do
9841   IFS=$as_save_IFS
9842   test -z "$as_dir" && as_dir=.
9843     for ac_exec_ext in '' $ac_executable_extensions; do
9844   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9845     ac_cv_prog_gphoto2_devel="gphoto2-config"
9846     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9847     break 2
9848   fi
9849 done
9850   done
9851 IFS=$as_save_IFS
9852
9853   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9854 fi
9855 fi
9856 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9857 if test -n "$gphoto2_devel"; then
9858   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9859 $as_echo "$gphoto2_devel" >&6; }
9860 else
9861   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9862 $as_echo "no" >&6; }
9863 fi
9864
9865
9866     # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9867 set dummy gphoto2-port-config; ac_word=$2
9868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9869 $as_echo_n "checking for $ac_word... " >&6; }
9870 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9871   $as_echo_n "(cached) " >&6
9872 else
9873   if test -n "$gphoto2port_devel"; then
9874   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9875 else
9876 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9877 for as_dir in $PATH
9878 do
9879   IFS=$as_save_IFS
9880   test -z "$as_dir" && as_dir=.
9881     for ac_exec_ext in '' $ac_executable_extensions; do
9882   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9883     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9884     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9885     break 2
9886   fi
9887 done
9888   done
9889 IFS=$as_save_IFS
9890
9891   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9892 fi
9893 fi
9894 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9895 if test -n "$gphoto2port_devel"; then
9896   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9897 $as_echo "$gphoto2port_devel" >&6; }
9898 else
9899   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9900 $as_echo "no" >&6; }
9901 fi
9902
9903
9904     if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9905     then
9906         ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9907         ac_gphoto2_libs=""
9908         for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9909         do
9910             case "$i" in
9911             -L/usr/lib|-L/usr/lib64) ;;
9912             -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9913             esac
9914         done
9915         CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9916     fi
9917     ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9918     ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9919 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9920   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9921 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9922 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9923   $as_echo_n "(cached) " >&6
9924 else
9925   ac_check_lib_save_LIBS=$LIBS
9926 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9927 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9928 /* end confdefs.h.  */
9929
9930 /* Override any GCC internal prototype to avoid an error.
9931    Use char because int might match the return type of a GCC
9932    builtin and then its argument prototype would still apply.  */
9933 #ifdef __cplusplus
9934 extern "C"
9935 #endif
9936 char gp_camera_new ();
9937 int
9938 main ()
9939 {
9940 return gp_camera_new ();
9941   ;
9942   return 0;
9943 }
9944 _ACEOF
9945 if ac_fn_c_try_link "$LINENO"; then :
9946   ac_cv_lib_gphoto2_gp_camera_new=yes
9947 else
9948   ac_cv_lib_gphoto2_gp_camera_new=no
9949 fi
9950 rm -f core conftest.err conftest.$ac_objext \
9951     conftest$ac_exeext conftest.$ac_ext
9952 LIBS=$ac_check_lib_save_LIBS
9953 fi
9954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9955 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9956 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9957
9958 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9959
9960                                    GPHOTO2LIBS="$ac_gphoto2_libs"
9961
9962                                    GPHOTO2INCL="$ac_gphoto2_incl"
9963
9964 fi
9965
9966 fi
9967
9968
9969     CPPFLAGS="$ac_save_CPPFLAGS"
9970 fi
9971 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9972   case "x$with_gphoto" in
9973   x)   as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9974   xno) ;;
9975   *)   as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9976 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9977 esac
9978 fi
9979
9980
9981 RESOLVLIBS=""
9982
9983 if test "$ac_cv_header_resolv_h" = "yes"
9984 then
9985     ac_save_LIBS="$LIBS"
9986     LIBS="$LIBS -lresolv"
9987     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9988 /* end confdefs.h.  */
9989 #ifdef HAVE_NETINET_IN_H
9990 #include <netinet/in.h>
9991 #endif
9992 #include <resolv.h>
9993 int
9994 main ()
9995 {
9996 res_init();
9997   ;
9998   return 0;
9999 }
10000 _ACEOF
10001 if ac_fn_c_try_link "$LINENO"; then :
10002
10003 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
10004
10005          RESOLVLIBS="-lresolv"
10006 fi
10007 rm -f core conftest.err conftest.$ac_objext \
10008     conftest$ac_exeext conftest.$ac_ext
10009     LIBS="$ac_save_LIBS"
10010 fi
10011
10012 LCMSLIBS=""
10013
10014 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
10015 then
10016     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
10017 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
10018 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
10019   $as_echo_n "(cached) " >&6
10020 else
10021   ac_check_lib_save_LIBS=$LIBS
10022 LIBS="-llcms  $LIBS"
10023 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10024 /* end confdefs.h.  */
10025
10026 /* Override any GCC internal prototype to avoid an error.
10027    Use char because int might match the return type of a GCC
10028    builtin and then its argument prototype would still apply.  */
10029 #ifdef __cplusplus
10030 extern "C"
10031 #endif
10032 char cmsOpenProfileFromFile ();
10033 int
10034 main ()
10035 {
10036 return cmsOpenProfileFromFile ();
10037   ;
10038   return 0;
10039 }
10040 _ACEOF
10041 if ac_fn_c_try_link "$LINENO"; then :
10042   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
10043 else
10044   ac_cv_lib_lcms_cmsOpenProfileFromFile=no
10045 fi
10046 rm -f core conftest.err conftest.$ac_objext \
10047     conftest$ac_exeext conftest.$ac_ext
10048 LIBS=$ac_check_lib_save_LIBS
10049 fi
10050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
10051 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
10052 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
10053
10054 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
10055
10056          LCMSLIBS="-llcms"
10057 fi
10058
10059 fi
10060 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
10061   case "x$with_cms" in
10062   x)   as_fn_append wine_notices "|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
10063   xno) ;;
10064   *)   as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
10065 This is an error since --with-cms was requested." "$LINENO" 5 ;;
10066 esac
10067 fi
10068
10069 if test "x$with_freetype" != "xno"
10070 then
10071     for ac_prog in freetype-config freetype2-config
10072 do
10073   # Extract the first word of "$ac_prog", so it can be a program name with args.
10074 set dummy $ac_prog; ac_word=$2
10075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10076 $as_echo_n "checking for $ac_word... " >&6; }
10077 if test "${ac_cv_prog_ft_devel+set}" = set; then :
10078   $as_echo_n "(cached) " >&6
10079 else
10080   if test -n "$ft_devel"; then
10081   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
10082 else
10083 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10084 for as_dir in $PATH
10085 do
10086   IFS=$as_save_IFS
10087   test -z "$as_dir" && as_dir=.
10088     for ac_exec_ext in '' $ac_executable_extensions; do
10089   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10090     ac_cv_prog_ft_devel="$ac_prog"
10091     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10092     break 2
10093   fi
10094 done
10095   done
10096 IFS=$as_save_IFS
10097
10098 fi
10099 fi
10100 ft_devel=$ac_cv_prog_ft_devel
10101 if test -n "$ft_devel"; then
10102   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
10103 $as_echo "$ft_devel" >&6; }
10104 else
10105   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10106 $as_echo "no" >&6; }
10107 fi
10108
10109
10110   test -n "$ft_devel" && break
10111 done
10112 test -n "$ft_devel" || ft_devel="no"
10113
10114     if test "$ft_devel" != "no"
10115     then
10116         ac_freetype_incl=`$ft_devel --cflags`
10117         ac_freetype_libs=`$ft_devel --libs`
10118     fi
10119     ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
10120     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
10121 $as_echo_n "checking for -lfreetype... " >&6; }
10122 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
10123   $as_echo_n "(cached) " >&6
10124 else
10125   ac_check_soname_save_LIBS=$LIBS
10126 LIBS="-lfreetype $ac_freetype_libs $LIBS"
10127   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10128 /* end confdefs.h.  */
10129
10130 /* Override any GCC internal prototype to avoid an error.
10131    Use char because int might match the return type of a GCC
10132    builtin and then its argument prototype would still apply.  */
10133 #ifdef __cplusplus
10134 extern "C"
10135 #endif
10136 char FT_Init_FreeType ();
10137 int
10138 main ()
10139 {
10140 return FT_Init_FreeType ();
10141   ;
10142   return 0;
10143 }
10144 _ACEOF
10145 if ac_fn_c_try_link "$LINENO"; then :
10146   case "$LIBEXT" in
10147     dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10148     dylib) ac_cv_lib_soname_freetype=`otool -L conftest$ac_exeext | grep "libfreetype\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfreetype\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10149     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
10150   esac
10151 fi
10152 rm -f core conftest.err conftest.$ac_objext \
10153     conftest$ac_exeext conftest.$ac_ext
10154   LIBS=$ac_check_soname_save_LIBS
10155 fi
10156 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10157   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10158 $as_echo "not found" >&6; }
10159        ft_lib=no
10160 else
10161   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10162 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10163
10164 cat >>confdefs.h <<_ACEOF
10165 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10166 _ACEOF
10167
10168        ft_lib=yes
10169 fi
10170     if test "$ft_lib" = "yes"
10171     then
10172         ac_save_CPPFLAGS="$CPPFLAGS"
10173         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10174         for ac_header in ft2build.h \
10175                          freetype/freetype.h \
10176                          freetype/ftglyph.h \
10177                          freetype/fttypes.h \
10178                          freetype/tttables.h \
10179                          freetype/ftsnames.h \
10180                          freetype/ttnameid.h \
10181                          freetype/ftoutln.h \
10182                          freetype/ftwinfnt.h \
10183                          freetype/ftmodapi.h \
10184                          freetype/ftlcdfil.h \
10185                          freetype/internal/sfnt.h
10186 do :
10187   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10188 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10189                           # include <ft2build.h>
10190                           #endif
10191 "
10192 eval as_val=\$$as_ac_Header
10193    if test "x$as_val" = x""yes; then :
10194   cat >>confdefs.h <<_ACEOF
10195 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10196 _ACEOF
10197
10198 fi
10199
10200 done
10201
10202         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10203 /* end confdefs.h.  */
10204 #include <ft2build.h>
10205                     #include <freetype/fttrigon.h>
10206 _ACEOF
10207 if ac_fn_c_try_cpp "$LINENO"; then :
10208
10209 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10210
10211                     wine_cv_fttrigon=yes
10212 else
10213   wine_cv_fttrigon=no
10214 fi
10215 rm -f conftest.err conftest.$ac_ext
10216         ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10217 "
10218 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10219
10220 cat >>confdefs.h <<_ACEOF
10221 #define HAVE_FT_TRUETYPEENGINETYPE 1
10222 _ACEOF
10223
10224
10225 fi
10226
10227         ac_save_CFLAGS="$CFLAGS"
10228         CFLAGS="$CFLAGS $ac_freetype_libs"
10229         for ac_func in FT_Load_Sfnt_Table
10230 do :
10231   ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10232 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10233   cat >>confdefs.h <<_ACEOF
10234 #define HAVE_FT_LOAD_SFNT_TABLE 1
10235 _ACEOF
10236
10237 fi
10238 done
10239
10240         CFLAGS="$ac_save_CFLAGS"
10241         CPPFLAGS="$ac_save_CPPFLAGS"
10242                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10243         then
10244
10245 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10246
10247             FREETYPELIBS="$ac_freetype_libs"
10248
10249             FREETYPEINCL="$ac_freetype_incl"
10250
10251         fi
10252     fi
10253 fi
10254 if test "x$FREETYPELIBS" = "x"; then :
10255   case "x$with_freetype" in
10256   xno) ;;
10257   *)   as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10258 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10259 esac
10260 fi
10261 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10262
10263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10264 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10265 if test "${ac_cv_c_ppdev+set}" = set; then :
10266   $as_echo_n "(cached) " >&6
10267 else
10268   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10269 /* end confdefs.h.  */
10270 #ifdef HAVE_SYS_IOCTL_H
10271 # include <sys/ioctl.h>
10272 #endif
10273 #include <linux/ppdev.h>
10274 int
10275 main ()
10276 {
10277 ioctl (1,PPCLAIM,0)
10278   ;
10279   return 0;
10280 }
10281 _ACEOF
10282 if ac_fn_c_try_compile "$LINENO"; then :
10283   ac_cv_c_ppdev="yes"
10284 else
10285   ac_cv_c_ppdev="no"
10286 fi
10287 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10288 fi
10289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10290 $as_echo "$ac_cv_c_ppdev" >&6; }
10291 if test "$ac_cv_c_ppdev" = "yes"
10292 then
10293
10294 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10295
10296 fi
10297
10298 ac_wine_check_funcs_save_LIBS="$LIBS"
10299 LIBS="$LIBS $LIBPTHREAD"
10300 for ac_func in \
10301         pthread_attr_get_np \
10302         pthread_getattr_np \
10303         pthread_get_stackaddr_np \
10304         pthread_get_stacksize_np
10305 do :
10306   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10307 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10308 eval as_val=\$$as_ac_var
10309    if test "x$as_val" = x""yes; then :
10310   cat >>confdefs.h <<_ACEOF
10311 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10312 _ACEOF
10313
10314 fi
10315 done
10316
10317 LIBS="$ac_wine_check_funcs_save_LIBS"
10318
10319 if test "$ac_cv_header_zlib_h" = "yes"
10320 then
10321     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10322 $as_echo_n "checking for inflate in -lz... " >&6; }
10323 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10324   $as_echo_n "(cached) " >&6
10325 else
10326   ac_check_lib_save_LIBS=$LIBS
10327 LIBS="-lz  $LIBS"
10328 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10329 /* end confdefs.h.  */
10330
10331 /* Override any GCC internal prototype to avoid an error.
10332    Use char because int might match the return type of a GCC
10333    builtin and then its argument prototype would still apply.  */
10334 #ifdef __cplusplus
10335 extern "C"
10336 #endif
10337 char inflate ();
10338 int
10339 main ()
10340 {
10341 return inflate ();
10342   ;
10343   return 0;
10344 }
10345 _ACEOF
10346 if ac_fn_c_try_link "$LINENO"; then :
10347   ac_cv_lib_z_inflate=yes
10348 else
10349   ac_cv_lib_z_inflate=no
10350 fi
10351 rm -f core conftest.err conftest.$ac_objext \
10352     conftest$ac_exeext conftest.$ac_ext
10353 LIBS=$ac_check_lib_save_LIBS
10354 fi
10355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10356 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10357 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10358
10359 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10360
10361                             ZLIB="-lz"
10362
10363 fi
10364
10365 fi
10366
10367 if test "x$with_esd" != xno
10368 then
10369     save_CFLAGS="$CFLAGS"
10370     # Extract the first word of "esd-config", so it can be a program name with args.
10371 set dummy esd-config; ac_word=$2
10372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10373 $as_echo_n "checking for $ac_word... " >&6; }
10374 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10375   $as_echo_n "(cached) " >&6
10376 else
10377   case $ESDCONFIG in
10378   [\\/]* | ?:[\\/]*)
10379   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10380   ;;
10381   *)
10382   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10383 for as_dir in $PATH
10384 do
10385   IFS=$as_save_IFS
10386   test -z "$as_dir" && as_dir=.
10387     for ac_exec_ext in '' $ac_executable_extensions; do
10388   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10389     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10390     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10391     break 2
10392   fi
10393 done
10394   done
10395 IFS=$as_save_IFS
10396
10397   test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10398   ;;
10399 esac
10400 fi
10401 ESDCONFIG=$ac_cv_path_ESDCONFIG
10402 if test -n "$ESDCONFIG"; then
10403   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10404 $as_echo "$ESDCONFIG" >&6; }
10405 else
10406   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10407 $as_echo "no" >&6; }
10408 fi
10409
10410
10411     if test "x$ESDCONFIG" != "xno"
10412     then
10413         ac_esd_incl=""
10414         for i in `$ESDCONFIG --cflags`
10415         do
10416             case "$i" in
10417                 -I*) ac_esd_incl="$ac_esd_incl $i";;
10418             esac
10419         done
10420         ac_esd_libs=`$ESDCONFIG --libs`
10421         CFLAGS="$CFLAGS $ac_esd_incl"
10422     fi
10423     ac_esd_libs=${ac_esd_libs:-"-lesd"}
10424     ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10425 if test "x$ac_cv_header_esd_h" = x""yes; then :
10426   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10427 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10428 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10429   $as_echo_n "(cached) " >&6
10430 else
10431   ac_check_lib_save_LIBS=$LIBS
10432 LIBS="-lesd $ac_esd_libs $LIBS"
10433 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10434 /* end confdefs.h.  */
10435
10436 /* Override any GCC internal prototype to avoid an error.
10437    Use char because int might match the return type of a GCC
10438    builtin and then its argument prototype would still apply.  */
10439 #ifdef __cplusplus
10440 extern "C"
10441 #endif
10442 char esd_open_sound ();
10443 int
10444 main ()
10445 {
10446 return esd_open_sound ();
10447   ;
10448   return 0;
10449 }
10450 _ACEOF
10451 if ac_fn_c_try_link "$LINENO"; then :
10452   ac_cv_lib_esd_esd_open_sound=yes
10453 else
10454   ac_cv_lib_esd_esd_open_sound=no
10455 fi
10456 rm -f core conftest.err conftest.$ac_objext \
10457     conftest$ac_exeext conftest.$ac_ext
10458 LIBS=$ac_check_lib_save_LIBS
10459 fi
10460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10461 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10462 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10463   ESDINCL="$ac_esd_incl"
10464
10465              ESDLIBS="$ac_esd_libs"
10466
10467
10468 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10469
10470 fi
10471
10472 fi
10473
10474
10475     CFLAGS="$save_CFLAGS"
10476 fi
10477
10478 ALSALIBS=""
10479
10480 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10481 then
10482     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10483 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10484 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10485   $as_echo_n "(cached) " >&6
10486 else
10487   ac_check_lib_save_LIBS=$LIBS
10488 LIBS="-lasound  $LIBS"
10489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10490 /* end confdefs.h.  */
10491
10492 /* Override any GCC internal prototype to avoid an error.
10493    Use char because int might match the return type of a GCC
10494    builtin and then its argument prototype would still apply.  */
10495 #ifdef __cplusplus
10496 extern "C"
10497 #endif
10498 char snd_pcm_hw_params_get_access ();
10499 int
10500 main ()
10501 {
10502 return snd_pcm_hw_params_get_access ();
10503   ;
10504   return 0;
10505 }
10506 _ACEOF
10507 if ac_fn_c_try_link "$LINENO"; then :
10508   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10509 else
10510   ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10511 fi
10512 rm -f core conftest.err conftest.$ac_objext \
10513     conftest$ac_exeext conftest.$ac_ext
10514 LIBS=$ac_check_lib_save_LIBS
10515 fi
10516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10517 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10518 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10519   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10520 /* end confdefs.h.  */
10521 #ifdef HAVE_ALSA_ASOUNDLIB_H
10522 #include <alsa/asoundlib.h>
10523 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10524 #include <sys/asoundlib.h>
10525 #endif
10526 int
10527 main ()
10528 {
10529 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10530   ;
10531   return 0;
10532 }
10533 _ACEOF
10534 if ac_fn_c_try_compile "$LINENO"; then :
10535
10536 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10537
10538                          ALSALIBS="-lasound"
10539 fi
10540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10541 fi
10542
10543 fi
10544
10545 AUDIOIOLIBS=""
10546
10547 if test "$ac_cv_header_libaudioio_h" = "yes"
10548 then
10549     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10550 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10551 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10552   $as_echo_n "(cached) " >&6
10553 else
10554   ac_check_lib_save_LIBS=$LIBS
10555 LIBS="-laudioio  $LIBS"
10556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10557 /* end confdefs.h.  */
10558
10559 /* Override any GCC internal prototype to avoid an error.
10560    Use char because int might match the return type of a GCC
10561    builtin and then its argument prototype would still apply.  */
10562 #ifdef __cplusplus
10563 extern "C"
10564 #endif
10565 char AudioIOGetVersion ();
10566 int
10567 main ()
10568 {
10569 return AudioIOGetVersion ();
10570   ;
10571   return 0;
10572 }
10573 _ACEOF
10574 if ac_fn_c_try_link "$LINENO"; then :
10575   ac_cv_lib_audioio_AudioIOGetVersion=yes
10576 else
10577   ac_cv_lib_audioio_AudioIOGetVersion=no
10578 fi
10579 rm -f core conftest.err conftest.$ac_objext \
10580     conftest$ac_exeext conftest.$ac_ext
10581 LIBS=$ac_check_lib_save_LIBS
10582 fi
10583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10584 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10585 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10586   AUDIOIOLIBS="-laudioio"
10587
10588 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10589
10590 fi
10591
10592 fi
10593
10594
10595 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10596 then
10597     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10598 $as_echo_n "checking for -lcapi20... " >&6; }
10599 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10600   $as_echo_n "(cached) " >&6
10601 else
10602   ac_check_soname_save_LIBS=$LIBS
10603 LIBS="-lcapi20  $LIBS"
10604   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10605 /* end confdefs.h.  */
10606
10607 /* Override any GCC internal prototype to avoid an error.
10608    Use char because int might match the return type of a GCC
10609    builtin and then its argument prototype would still apply.  */
10610 #ifdef __cplusplus
10611 extern "C"
10612 #endif
10613 char capi20_register ();
10614 int
10615 main ()
10616 {
10617 return capi20_register ();
10618   ;
10619   return 0;
10620 }
10621 _ACEOF
10622 if ac_fn_c_try_link "$LINENO"; then :
10623   case "$LIBEXT" in
10624     dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10625     dylib) ac_cv_lib_soname_capi20=`otool -L conftest$ac_exeext | grep "libcapi20\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcapi20\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10626     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10627   esac
10628 fi
10629 rm -f core conftest.err conftest.$ac_objext \
10630     conftest$ac_exeext conftest.$ac_ext
10631   LIBS=$ac_check_soname_save_LIBS
10632 fi
10633 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10634   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10635 $as_echo "not found" >&6; }
10636
10637 else
10638   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10639 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10640
10641 cat >>confdefs.h <<_ACEOF
10642 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10643 _ACEOF
10644
10645
10646 fi
10647 fi
10648 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10649   case "x$with_capi" in
10650   x)   as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10651   xno) ;;
10652   *)   as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10653 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10654 esac
10655 fi
10656
10657 CUPSINCL=""
10658
10659 if test "x$with_cups" != "xno"
10660 then
10661     ac_save_CPPFLAGS="$CPPFLAGS"
10662     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10663     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10664     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10665     for ac_header in cups/cups.h
10666 do :
10667   ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10668 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10669   cat >>confdefs.h <<_ACEOF
10670 #define HAVE_CUPS_CUPS_H 1
10671 _ACEOF
10672  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10673 $as_echo_n "checking for -lcups... " >&6; }
10674 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10675   $as_echo_n "(cached) " >&6
10676 else
10677   ac_check_soname_save_LIBS=$LIBS
10678 LIBS="-lcups $ac_cups_libs $LIBS"
10679   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10680 /* end confdefs.h.  */
10681
10682 /* Override any GCC internal prototype to avoid an error.
10683    Use char because int might match the return type of a GCC
10684    builtin and then its argument prototype would still apply.  */
10685 #ifdef __cplusplus
10686 extern "C"
10687 #endif
10688 char cupsGetDefault ();
10689 int
10690 main ()
10691 {
10692 return cupsGetDefault ();
10693   ;
10694   return 0;
10695 }
10696 _ACEOF
10697 if ac_fn_c_try_link "$LINENO"; then :
10698   case "$LIBEXT" in
10699     dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10700     dylib) ac_cv_lib_soname_cups=`otool -L conftest$ac_exeext | grep "libcups\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcups\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10701     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10702   esac
10703 fi
10704 rm -f core conftest.err conftest.$ac_objext \
10705     conftest$ac_exeext conftest.$ac_ext
10706   LIBS=$ac_check_soname_save_LIBS
10707 fi
10708 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10709   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10710 $as_echo "not found" >&6; }
10711
10712 else
10713   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10714 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10715
10716 cat >>confdefs.h <<_ACEOF
10717 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10718 _ACEOF
10719
10720        CUPSINCL="$ac_cups_cflags"
10721 fi
10722 fi
10723
10724 done
10725
10726     CPPFLAGS="$ac_save_CPPFLAGS"
10727 fi
10728 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10729   case "x$with_cups" in
10730   x)   as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10731   xno) ;;
10732   *)   as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10733 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10734 esac
10735 fi
10736
10737 if test "$ac_cv_header_jack_jack_h" = "yes"
10738 then
10739     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10740 $as_echo_n "checking for -ljack... " >&6; }
10741 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10742   $as_echo_n "(cached) " >&6
10743 else
10744   ac_check_soname_save_LIBS=$LIBS
10745 LIBS="-ljack  $LIBS"
10746   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10747 /* end confdefs.h.  */
10748
10749 /* Override any GCC internal prototype to avoid an error.
10750    Use char because int might match the return type of a GCC
10751    builtin and then its argument prototype would still apply.  */
10752 #ifdef __cplusplus
10753 extern "C"
10754 #endif
10755 char jack_client_new ();
10756 int
10757 main ()
10758 {
10759 return jack_client_new ();
10760   ;
10761   return 0;
10762 }
10763 _ACEOF
10764 if ac_fn_c_try_link "$LINENO"; then :
10765   case "$LIBEXT" in
10766     dll) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest.exe | grep "jack" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10767     dylib) ac_cv_lib_soname_jack=`otool -L conftest$ac_exeext | grep "libjack-*[0-9.]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjack-*[0-9.]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10768     *) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjack-*[0-9.]*\\.$LIBEXT" | sed -e "s/^.*\(libjack-*[0-9.]*\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10769   esac
10770 fi
10771 rm -f core conftest.err conftest.$ac_objext \
10772     conftest$ac_exeext conftest.$ac_ext
10773   LIBS=$ac_check_soname_save_LIBS
10774 fi
10775 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10776   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10777 $as_echo "not found" >&6; }
10778
10779 else
10780   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10781 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10782
10783 cat >>confdefs.h <<_ACEOF
10784 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10785 _ACEOF
10786
10787
10788 fi
10789 fi
10790
10791 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10792 then
10793     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10794 $as_echo_n "checking for -lfontconfig... " >&6; }
10795 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10796   $as_echo_n "(cached) " >&6
10797 else
10798   ac_check_soname_save_LIBS=$LIBS
10799 LIBS="-lfontconfig  $LIBS"
10800   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10801 /* end confdefs.h.  */
10802
10803 /* Override any GCC internal prototype to avoid an error.
10804    Use char because int might match the return type of a GCC
10805    builtin and then its argument prototype would still apply.  */
10806 #ifdef __cplusplus
10807 extern "C"
10808 #endif
10809 char FcInit ();
10810 int
10811 main ()
10812 {
10813 return FcInit ();
10814   ;
10815   return 0;
10816 }
10817 _ACEOF
10818 if ac_fn_c_try_link "$LINENO"; then :
10819   case "$LIBEXT" in
10820     dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10821     dylib) ac_cv_lib_soname_fontconfig=`otool -L conftest$ac_exeext | grep "libfontconfig\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfontconfig\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10822     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10823   esac
10824 fi
10825 rm -f core conftest.err conftest.$ac_objext \
10826     conftest$ac_exeext conftest.$ac_ext
10827   LIBS=$ac_check_soname_save_LIBS
10828 fi
10829 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10830   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10831 $as_echo "not found" >&6; }
10832
10833 else
10834   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10835 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10836
10837 cat >>confdefs.h <<_ACEOF
10838 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10839 _ACEOF
10840
10841
10842 fi
10843 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10844 then
10845         ac_save_CPPFLAGS="$CPPFLAGS"
10846     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10847     $as_unset ac_cv_header_fontconfig_fontconfig_h
10848     for ac_header in fontconfig/fontconfig.h
10849 do :
10850   ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10851 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10852   cat >>confdefs.h <<_ACEOF
10853 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10854 _ACEOF
10855
10856 fi
10857
10858 done
10859
10860     CPPFLAGS="$ac_save_CPPFLAGS"
10861     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10862     then
10863         FONTCONFIGINCL="$X_CFLAGS"
10864
10865         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10866 $as_echo_n "checking for -lfontconfig... " >&6; }
10867 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10868   $as_echo_n "(cached) " >&6
10869 else
10870   ac_check_soname_save_LIBS=$LIBS
10871 LIBS="-lfontconfig $X_LIBS $LIBS"
10872   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10873 /* end confdefs.h.  */
10874
10875 /* Override any GCC internal prototype to avoid an error.
10876    Use char because int might match the return type of a GCC
10877    builtin and then its argument prototype would still apply.  */
10878 #ifdef __cplusplus
10879 extern "C"
10880 #endif
10881 char FcInit ();
10882 int
10883 main ()
10884 {
10885 return FcInit ();
10886   ;
10887   return 0;
10888 }
10889 _ACEOF
10890 if ac_fn_c_try_link "$LINENO"; then :
10891   case "$LIBEXT" in
10892     dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10893     dylib) ac_cv_lib_soname_fontconfig=`otool -L conftest$ac_exeext | grep "libfontconfig\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfontconfig\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10894     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10895   esac
10896 fi
10897 rm -f core conftest.err conftest.$ac_objext \
10898     conftest$ac_exeext conftest.$ac_ext
10899   LIBS=$ac_check_soname_save_LIBS
10900 fi
10901 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10902   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10903 $as_echo "not found" >&6; }
10904
10905 else
10906   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10907 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10908
10909 cat >>confdefs.h <<_ACEOF
10910 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10911 _ACEOF
10912
10913
10914 fi
10915     fi
10916 fi
10917 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10918   case "x$with_fontconfig" in
10919   x)   as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10920   xno) ;;
10921   *)   as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10922 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10923 esac
10924 fi
10925
10926 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10927 then
10928     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10929 $as_echo_n "checking for -lssl... " >&6; }
10930 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10931   $as_echo_n "(cached) " >&6
10932 else
10933   ac_check_soname_save_LIBS=$LIBS
10934 LIBS="-lssl  $LIBS"
10935   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10936 /* end confdefs.h.  */
10937
10938 /* Override any GCC internal prototype to avoid an error.
10939    Use char because int might match the return type of a GCC
10940    builtin and then its argument prototype would still apply.  */
10941 #ifdef __cplusplus
10942 extern "C"
10943 #endif
10944 char SSL_library_init ();
10945 int
10946 main ()
10947 {
10948 return SSL_library_init ();
10949   ;
10950   return 0;
10951 }
10952 _ACEOF
10953 if ac_fn_c_try_link "$LINENO"; then :
10954   case "$LIBEXT" in
10955     dll) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest.exe | grep "ssl" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10956     dylib) ac_cv_lib_soname_ssl=`otool -L conftest$ac_exeext | grep "libssl\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libssl\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10957     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10958   esac
10959 fi
10960 rm -f core conftest.err conftest.$ac_objext \
10961     conftest$ac_exeext conftest.$ac_ext
10962   LIBS=$ac_check_soname_save_LIBS
10963 fi
10964 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10965   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10966 $as_echo "not found" >&6; }
10967
10968 else
10969   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10970 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10971
10972 cat >>confdefs.h <<_ACEOF
10973 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10974 _ACEOF
10975
10976
10977 fi
10978     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10979 $as_echo_n "checking for -lcrypto... " >&6; }
10980 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10981   $as_echo_n "(cached) " >&6
10982 else
10983   ac_check_soname_save_LIBS=$LIBS
10984 LIBS="-lcrypto  $LIBS"
10985   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10986 /* end confdefs.h.  */
10987
10988 /* Override any GCC internal prototype to avoid an error.
10989    Use char because int might match the return type of a GCC
10990    builtin and then its argument prototype would still apply.  */
10991 #ifdef __cplusplus
10992 extern "C"
10993 #endif
10994 char BIO_new_socket ();
10995 int
10996 main ()
10997 {
10998 return BIO_new_socket ();
10999   ;
11000   return 0;
11001 }
11002 _ACEOF
11003 if ac_fn_c_try_link "$LINENO"; then :
11004   case "$LIBEXT" in
11005     dll) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest.exe | grep "crypto" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11006     dylib) ac_cv_lib_soname_crypto=`otool -L conftest$ac_exeext | grep "libcrypto\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcrypto\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11007     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
11008   esac
11009 fi
11010 rm -f core conftest.err conftest.$ac_objext \
11011     conftest$ac_exeext conftest.$ac_ext
11012   LIBS=$ac_check_soname_save_LIBS
11013 fi
11014 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
11015   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11016 $as_echo "not found" >&6; }
11017
11018 else
11019   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
11020 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
11021
11022 cat >>confdefs.h <<_ACEOF
11023 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
11024 _ACEOF
11025
11026
11027 fi
11028 fi
11029 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
11030   case "x$with_openssl" in
11031   x)   as_fn_append wine_warnings "|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
11032   xno) ;;
11033   *)   as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
11034 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
11035 esac
11036 fi
11037
11038 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
11039 then
11040     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
11041 $as_echo_n "checking for -lgsm... " >&6; }
11042 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
11043   $as_echo_n "(cached) " >&6
11044 else
11045   ac_check_soname_save_LIBS=$LIBS
11046 LIBS="-lgsm  $LIBS"
11047   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11048 /* end confdefs.h.  */
11049
11050 /* Override any GCC internal prototype to avoid an error.
11051    Use char because int might match the return type of a GCC
11052    builtin and then its argument prototype would still apply.  */
11053 #ifdef __cplusplus
11054 extern "C"
11055 #endif
11056 char gsm_create ();
11057 int
11058 main ()
11059 {
11060 return gsm_create ();
11061   ;
11062   return 0;
11063 }
11064 _ACEOF
11065 if ac_fn_c_try_link "$LINENO"; then :
11066   case "$LIBEXT" in
11067     dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11068     dylib) ac_cv_lib_soname_gsm=`otool -L conftest$ac_exeext | grep "libgsm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgsm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11069     *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11070   esac
11071 fi
11072 rm -f core conftest.err conftest.$ac_objext \
11073     conftest$ac_exeext conftest.$ac_ext
11074   LIBS=$ac_check_soname_save_LIBS
11075 fi
11076 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11077   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11078 $as_echo "not found" >&6; }
11079
11080 else
11081   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
11082 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
11083
11084 cat >>confdefs.h <<_ACEOF
11085 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
11086 _ACEOF
11087
11088
11089 fi
11090 fi
11091 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11092   case "x$with_gsm" in
11093   x)   as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
11094   xno) ;;
11095   *)   as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
11096 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
11097 esac
11098 fi
11099
11100 if test "$ac_cv_header_icns_h" = "yes"
11101 then
11102     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -licns" >&5
11103 $as_echo_n "checking for -licns... " >&6; }
11104 if test "${ac_cv_lib_soname_icns+set}" = set; then :
11105   $as_echo_n "(cached) " >&6
11106 else
11107   ac_check_soname_save_LIBS=$LIBS
11108 LIBS="-licns  $LIBS"
11109   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11110 /* end confdefs.h.  */
11111
11112 /* Override any GCC internal prototype to avoid an error.
11113    Use char because int might match the return type of a GCC
11114    builtin and then its argument prototype would still apply.  */
11115 #ifdef __cplusplus
11116 extern "C"
11117 #endif
11118 char icns_write_family_to_file ();
11119 int
11120 main ()
11121 {
11122 return icns_write_family_to_file ();
11123   ;
11124   return 0;
11125 }
11126 _ACEOF
11127 if ac_fn_c_try_link "$LINENO"; then :
11128   case "$LIBEXT" in
11129     dll) ac_cv_lib_soname_icns=`$ac_cv_path_LDD conftest.exe | grep "icns" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11130     dylib) ac_cv_lib_soname_icns=`otool -L conftest$ac_exeext | grep "libicns\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libicns\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11131     *) ac_cv_lib_soname_icns=`$ac_cv_path_LDD conftest$ac_exeext | grep "libicns\\.$LIBEXT" | sed -e "s/^.*\(libicns\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11132   esac
11133 fi
11134 rm -f core conftest.err conftest.$ac_objext \
11135     conftest$ac_exeext conftest.$ac_ext
11136   LIBS=$ac_check_soname_save_LIBS
11137 fi
11138 if test "x$ac_cv_lib_soname_icns" = "x"; then :
11139   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11140 $as_echo "not found" >&6; }
11141
11142 else
11143   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_icns" >&5
11144 $as_echo "$ac_cv_lib_soname_icns" >&6; }
11145
11146 cat >>confdefs.h <<_ACEOF
11147 #define SONAME_LIBICNS "$ac_cv_lib_soname_icns"
11148 _ACEOF
11149
11150
11151 fi
11152 fi
11153 case $host_os in
11154   darwin*|macosx*)
11155     if test "x$ac_cv_lib_soname_icns" = "x"; then :
11156   case "x$with_icns" in
11157   x)   as_fn_append wine_notices "|libicns ${notice_platform}development files not found, ICNS icons won't be supported." ;;
11158   xno) ;;
11159   *)   as_fn_error "libicns ${notice_platform}development files not found, ICNS icons won't be supported.
11160 This is an error since --with-icns was requested." "$LINENO" 5 ;;
11161 esac
11162 fi ;;
11163 esac
11164
11165 if test "$ac_cv_header_jpeglib_h" = "yes"
11166 then
11167     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
11168 $as_echo_n "checking for -ljpeg... " >&6; }
11169 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
11170   $as_echo_n "(cached) " >&6
11171 else
11172   ac_check_soname_save_LIBS=$LIBS
11173 LIBS="-ljpeg  $LIBS"
11174   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11175 /* end confdefs.h.  */
11176
11177 /* Override any GCC internal prototype to avoid an error.
11178    Use char because int might match the return type of a GCC
11179    builtin and then its argument prototype would still apply.  */
11180 #ifdef __cplusplus
11181 extern "C"
11182 #endif
11183 char jpeg_start_decompress ();
11184 int
11185 main ()
11186 {
11187 return jpeg_start_decompress ();
11188   ;
11189   return 0;
11190 }
11191 _ACEOF
11192 if ac_fn_c_try_link "$LINENO"; then :
11193   case "$LIBEXT" in
11194     dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11195     dylib) ac_cv_lib_soname_jpeg=`otool -L conftest$ac_exeext | grep "libjpeg\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjpeg\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11196     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11197   esac
11198 fi
11199 rm -f core conftest.err conftest.$ac_objext \
11200     conftest$ac_exeext conftest.$ac_ext
11201   LIBS=$ac_check_soname_save_LIBS
11202 fi
11203 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11204   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11205 $as_echo "not found" >&6; }
11206
11207 else
11208   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
11209 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
11210
11211 cat >>confdefs.h <<_ACEOF
11212 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11213 _ACEOF
11214
11215
11216 fi
11217 fi
11218 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11219   case "x$with_jpeg" in
11220   x)   as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11221   xno) ;;
11222   *)   as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11223 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11224 esac
11225 fi
11226
11227 if test "$ac_cv_header_png_h" = "yes"
11228 then
11229     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11230 $as_echo_n "checking for -lpng... " >&6; }
11231 if test "${ac_cv_lib_soname_png+set}" = set; then :
11232   $as_echo_n "(cached) " >&6
11233 else
11234   ac_check_soname_save_LIBS=$LIBS
11235 LIBS="-lpng -lm -lz $LIBS"
11236   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11237 /* end confdefs.h.  */
11238
11239 /* Override any GCC internal prototype to avoid an error.
11240    Use char because int might match the return type of a GCC
11241    builtin and then its argument prototype would still apply.  */
11242 #ifdef __cplusplus
11243 extern "C"
11244 #endif
11245 char png_create_read_struct ();
11246 int
11247 main ()
11248 {
11249 return png_create_read_struct ();
11250   ;
11251   return 0;
11252 }
11253 _ACEOF
11254 if ac_fn_c_try_link "$LINENO"; then :
11255   case "$LIBEXT" in
11256     dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11257     dylib) ac_cv_lib_soname_png=`otool -L conftest$ac_exeext | grep "libpng[0-9]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libpng[0-9]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11258     *) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
11259   esac
11260 fi
11261 rm -f core conftest.err conftest.$ac_objext \
11262     conftest$ac_exeext conftest.$ac_ext
11263   LIBS=$ac_check_soname_save_LIBS
11264 fi
11265 if test "x$ac_cv_lib_soname_png" = "x"; then :
11266   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11267 $as_echo "not found" >&6; }
11268
11269 else
11270   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11271 $as_echo "$ac_cv_lib_soname_png" >&6; }
11272
11273 cat >>confdefs.h <<_ACEOF
11274 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11275 _ACEOF
11276
11277
11278 fi
11279     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11280 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11281 if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11282   $as_echo_n "(cached) " >&6
11283 else
11284   ac_check_lib_save_LIBS=$LIBS
11285 LIBS="-lpng -lm -lz $LIBS"
11286 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11287 /* end confdefs.h.  */
11288
11289 /* Override any GCC internal prototype to avoid an error.
11290    Use char because int might match the return type of a GCC
11291    builtin and then its argument prototype would still apply.  */
11292 #ifdef __cplusplus
11293 extern "C"
11294 #endif
11295 char png_set_expand_gray_1_2_4_to_8 ();
11296 int
11297 main ()
11298 {
11299 return png_set_expand_gray_1_2_4_to_8 ();
11300   ;
11301   return 0;
11302 }
11303 _ACEOF
11304 if ac_fn_c_try_link "$LINENO"; then :
11305   ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11306 else
11307   ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11308 fi
11309 rm -f core conftest.err conftest.$ac_objext \
11310     conftest$ac_exeext conftest.$ac_ext
11311 LIBS=$ac_check_lib_save_LIBS
11312 fi
11313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11314 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11315 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11316
11317 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11318
11319
11320 fi
11321
11322 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11323 then
11324         ac_save_CPPFLAGS="$CPPFLAGS"
11325     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11326     $as_unset ac_cv_header_png_h
11327     for ac_header in png.h
11328 do :
11329   ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11330 if test "x$ac_cv_header_png_h" = x""yes; then :
11331   cat >>confdefs.h <<_ACEOF
11332 #define HAVE_PNG_H 1
11333 _ACEOF
11334
11335 fi
11336
11337 done
11338
11339     CPPFLAGS="$ac_save_CPPFLAGS"
11340     if test "$ac_cv_header_png_h" = "yes"
11341     then
11342         PNGINCL="$X_CFLAGS"
11343
11344         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11345 $as_echo_n "checking for -lpng... " >&6; }
11346 if test "${ac_cv_lib_soname_png+set}" = set; then :
11347   $as_echo_n "(cached) " >&6
11348 else
11349   ac_check_soname_save_LIBS=$LIBS
11350 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11351   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11352 /* end confdefs.h.  */
11353
11354 /* Override any GCC internal prototype to avoid an error.
11355    Use char because int might match the return type of a GCC
11356    builtin and then its argument prototype would still apply.  */
11357 #ifdef __cplusplus
11358 extern "C"
11359 #endif
11360 char png_create_read_struct ();
11361 int
11362 main ()
11363 {
11364 return png_create_read_struct ();
11365   ;
11366   return 0;
11367 }
11368 _ACEOF
11369 if ac_fn_c_try_link "$LINENO"; then :
11370   case "$LIBEXT" in
11371     dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11372     dylib) ac_cv_lib_soname_png=`otool -L conftest$ac_exeext | grep "libpng[0-9]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libpng[0-9]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11373     *) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
11374   esac
11375 fi
11376 rm -f core conftest.err conftest.$ac_objext \
11377     conftest$ac_exeext conftest.$ac_ext
11378   LIBS=$ac_check_soname_save_LIBS
11379 fi
11380 if test "x$ac_cv_lib_soname_png" = "x"; then :
11381   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11382 $as_echo "not found" >&6; }
11383
11384 else
11385   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11386 $as_echo "$ac_cv_lib_soname_png" >&6; }
11387
11388 cat >>confdefs.h <<_ACEOF
11389 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11390 _ACEOF
11391
11392
11393 fi
11394         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11395 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11396 if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11397   $as_echo_n "(cached) " >&6
11398 else
11399   ac_check_lib_save_LIBS=$LIBS
11400 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11402 /* end confdefs.h.  */
11403
11404 /* Override any GCC internal prototype to avoid an error.
11405    Use char because int might match the return type of a GCC
11406    builtin and then its argument prototype would still apply.  */
11407 #ifdef __cplusplus
11408 extern "C"
11409 #endif
11410 char png_set_expand_gray_1_2_4_to_8 ();
11411 int
11412 main ()
11413 {
11414 return png_set_expand_gray_1_2_4_to_8 ();
11415   ;
11416   return 0;
11417 }
11418 _ACEOF
11419 if ac_fn_c_try_link "$LINENO"; then :
11420   ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11421 else
11422   ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11423 fi
11424 rm -f core conftest.err conftest.$ac_objext \
11425     conftest$ac_exeext conftest.$ac_ext
11426 LIBS=$ac_check_lib_save_LIBS
11427 fi
11428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11429 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11430 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11431   $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11432
11433 fi
11434
11435     fi
11436 fi
11437 if test "x$ac_cv_lib_soname_png" = "x"; then :
11438   case "x$with_png" in
11439   x)   as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11440   xno) ;;
11441   *)   as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11442 This is an error since --with-png was requested." "$LINENO" 5 ;;
11443 esac
11444 fi
11445
11446 if test "$ac_cv_header_tiffio_h" = "yes"
11447 then
11448     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
11449 $as_echo_n "checking for -ltiff... " >&6; }
11450 if test "${ac_cv_lib_soname_tiff+set}" = set; then :
11451   $as_echo_n "(cached) " >&6
11452 else
11453   ac_check_soname_save_LIBS=$LIBS
11454 LIBS="-ltiff  $LIBS"
11455   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11456 /* end confdefs.h.  */
11457
11458 /* Override any GCC internal prototype to avoid an error.
11459    Use char because int might match the return type of a GCC
11460    builtin and then its argument prototype would still apply.  */
11461 #ifdef __cplusplus
11462 extern "C"
11463 #endif
11464 char TIFFClientOpen ();
11465 int
11466 main ()
11467 {
11468 return TIFFClientOpen ();
11469   ;
11470   return 0;
11471 }
11472 _ACEOF
11473 if ac_fn_c_try_link "$LINENO"; then :
11474   case "$LIBEXT" in
11475     dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11476     dylib) ac_cv_lib_soname_tiff=`otool -L conftest$ac_exeext | grep "libtiff\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libtiff\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11477     *) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11478   esac
11479 fi
11480 rm -f core conftest.err conftest.$ac_objext \
11481     conftest$ac_exeext conftest.$ac_ext
11482   LIBS=$ac_check_soname_save_LIBS
11483 fi
11484 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11485   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11486 $as_echo "not found" >&6; }
11487
11488 else
11489   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
11490 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
11491
11492 cat >>confdefs.h <<_ACEOF
11493 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
11494 _ACEOF
11495
11496
11497 fi
11498 fi
11499 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11500   case "x$with_tiff" in
11501   x)   as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
11502   xno) ;;
11503   *)   as_fn_error "libtiff ${notice_platform}development files not found, TIFF won't be supported.
11504 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
11505 esac
11506 fi
11507
11508 if test "$ac_cv_header_mpg123_h" = "yes"
11509 then
11510     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11511 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11512 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11513   $as_echo_n "(cached) " >&6
11514 else
11515   ac_check_lib_save_LIBS=$LIBS
11516 LIBS="-lmpg123  $LIBS"
11517 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11518 /* end confdefs.h.  */
11519
11520 /* Override any GCC internal prototype to avoid an error.
11521    Use char because int might match the return type of a GCC
11522    builtin and then its argument prototype would still apply.  */
11523 #ifdef __cplusplus
11524 extern "C"
11525 #endif
11526 char mpg123_feed ();
11527 int
11528 main ()
11529 {
11530 return mpg123_feed ();
11531   ;
11532   return 0;
11533 }
11534 _ACEOF
11535 if ac_fn_c_try_link "$LINENO"; then :
11536   ac_cv_lib_mpg123_mpg123_feed=yes
11537 else
11538   ac_cv_lib_mpg123_mpg123_feed=no
11539 fi
11540 rm -f core conftest.err conftest.$ac_objext \
11541     conftest$ac_exeext conftest.$ac_ext
11542 LIBS=$ac_check_lib_save_LIBS
11543 fi
11544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11545 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11546 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11547   LIBMPG123="-lmpg123"
11548
11549 fi
11550
11551 fi
11552 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
11553   case "x$with_mpg123" in
11554   x)   as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11555   xno) ;;
11556   *)   as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11557 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11558 esac
11559 fi
11560 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes -o "x$ac_cv_header_AudioToolbox_AudioConverter_h" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11561
11562 if test "$ac_cv_header_AL_al_h" = "yes"
11563 then
11564     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
11565 $as_echo_n "checking for -lopenal... " >&6; }
11566 if test "${ac_cv_lib_soname_openal+set}" = set; then :
11567   $as_echo_n "(cached) " >&6
11568 else
11569   ac_check_soname_save_LIBS=$LIBS
11570 LIBS="-lopenal  $LIBS"
11571   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11572 /* end confdefs.h.  */
11573
11574 /* Override any GCC internal prototype to avoid an error.
11575    Use char because int might match the return type of a GCC
11576    builtin and then its argument prototype would still apply.  */
11577 #ifdef __cplusplus
11578 extern "C"
11579 #endif
11580 char alGetSource3i ();
11581 int
11582 main ()
11583 {
11584 return alGetSource3i ();
11585   ;
11586   return 0;
11587 }
11588 _ACEOF
11589 if ac_fn_c_try_link "$LINENO"; then :
11590   case "$LIBEXT" in
11591     dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11592     dylib) ac_cv_lib_soname_openal=`otool -L conftest$ac_exeext | grep "libopenal\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libopenal\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11593     *) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
11594   esac
11595 fi
11596 rm -f core conftest.err conftest.$ac_objext \
11597     conftest$ac_exeext conftest.$ac_ext
11598   LIBS=$ac_check_soname_save_LIBS
11599 fi
11600 if test "x$ac_cv_lib_soname_openal" = "x"; then :
11601   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11602 $as_echo "not found" >&6; }
11603
11604 else
11605   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
11606 $as_echo "$ac_cv_lib_soname_openal" >&6; }
11607
11608 cat >>confdefs.h <<_ACEOF
11609 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
11610 _ACEOF
11611
11612        LIBOPENAL="-lopenal"
11613
11614                       ac_cv_lib_openal=yes
11615
11616 cat >>confdefs.h <<_ACEOF
11617 #define HAVE_OPENAL 1
11618 _ACEOF
11619
11620 fi
11621 fi
11622 if test "x$ac_cv_lib_openal" != xyes; then :
11623   case "x$with_openal" in
11624   x)   as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11625   xno) ;;
11626   *)   as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11627 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11628 esac
11629 fi
11630 test "x$ac_cv_lib_openal" = xyes || enable_openal32=${enable_openal32:-no}
11631
11632 if test "$ac_cv_header_kstat_h" = "yes"
11633 then
11634     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11635 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11636 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11637   $as_echo_n "(cached) " >&6
11638 else
11639   ac_check_lib_save_LIBS=$LIBS
11640 LIBS="-lkstat  $LIBS"
11641 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11642 /* end confdefs.h.  */
11643
11644 /* Override any GCC internal prototype to avoid an error.
11645    Use char because int might match the return type of a GCC
11646    builtin and then its argument prototype would still apply.  */
11647 #ifdef __cplusplus
11648 extern "C"
11649 #endif
11650 char kstat_open ();
11651 int
11652 main ()
11653 {
11654 return kstat_open ();
11655   ;
11656   return 0;
11657 }
11658 _ACEOF
11659 if ac_fn_c_try_link "$LINENO"; then :
11660   ac_cv_lib_kstat_kstat_open=yes
11661 else
11662   ac_cv_lib_kstat_kstat_open=no
11663 fi
11664 rm -f core conftest.err conftest.$ac_objext \
11665     conftest$ac_exeext conftest.$ac_ext
11666 LIBS=$ac_check_lib_save_LIBS
11667 fi
11668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11669 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11670 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11671
11672 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11673
11674                   LIBKSTAT="-lkstat"
11675
11676 fi
11677
11678 fi
11679
11680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11681 $as_echo_n "checking for -lodbc... " >&6; }
11682 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11683   $as_echo_n "(cached) " >&6
11684 else
11685   ac_check_soname_save_LIBS=$LIBS
11686 LIBS="-lodbc  $LIBS"
11687   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11688 /* end confdefs.h.  */
11689
11690 /* Override any GCC internal prototype to avoid an error.
11691    Use char because int might match the return type of a GCC
11692    builtin and then its argument prototype would still apply.  */
11693 #ifdef __cplusplus
11694 extern "C"
11695 #endif
11696 char SQLConnect ();
11697 int
11698 main ()
11699 {
11700 return SQLConnect ();
11701   ;
11702   return 0;
11703 }
11704 _ACEOF
11705 if ac_fn_c_try_link "$LINENO"; then :
11706   case "$LIBEXT" in
11707     dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11708     dylib) ac_cv_lib_soname_odbc=`otool -L conftest$ac_exeext | grep "libodbc\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libodbc\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11709     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11710   esac
11711 fi
11712 rm -f core conftest.err conftest.$ac_objext \
11713     conftest$ac_exeext conftest.$ac_ext
11714   LIBS=$ac_check_soname_save_LIBS
11715 fi
11716 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11717   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11718 $as_echo "not found" >&6; }
11719        cat >>confdefs.h <<_ACEOF
11720 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11721 _ACEOF
11722
11723 else
11724   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11725 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11726
11727 cat >>confdefs.h <<_ACEOF
11728 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11729 _ACEOF
11730
11731
11732 fi
11733
11734 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11735         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11736         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11737         "$ac_cv_header_soundcard_h" != "yes" -a \
11738         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11739 then
11740     as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
11741 fi
11742
11743
11744 EXTRACFLAGS=""
11745
11746 if test "x${GCC}" = "xyes"
11747 then
11748   EXTRACFLAGS="-Wall -pipe"
11749
11750     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11751 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11752 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11753   $as_echo_n "(cached) " >&6
11754 else
11755   if test "$cross_compiling" = yes; then :
11756   ac_cv_c_gcc_strength_bug="yes"
11757 else
11758   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11759 /* end confdefs.h.  */
11760 int L[4] = {0,1,2,3};
11761 int
11762 main ()
11763 {
11764 static int Array[3];
11765   unsigned int B = 3;
11766   int i;
11767   for(i=0; i<B; i++) Array[i] = i - 3;
11768   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11769   L[i] = 4;
11770   return (Array[1] != -2 || L[2] != 3)
11771   ;
11772   return 0;
11773 }
11774 _ACEOF
11775 if ac_fn_c_try_run "$LINENO"; then :
11776   ac_cv_c_gcc_strength_bug="no"
11777 else
11778   ac_cv_c_gcc_strength_bug="yes"
11779 fi
11780 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11781   conftest.$ac_objext conftest.beam conftest.$ac_ext
11782 fi
11783
11784 fi
11785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11786 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11787   if test "$ac_cv_c_gcc_strength_bug" = "yes"
11788   then
11789     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11790   fi
11791
11792     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11793 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11794 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11795   $as_echo_n "(cached) " >&6
11796 else
11797   ac_wine_try_cflags_saved=$CFLAGS
11798 CFLAGS="$CFLAGS -fno-builtin"
11799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11800 /* end confdefs.h.  */
11801 int main(int argc, char **argv) { return 0; }
11802 _ACEOF
11803 if ac_fn_c_try_link "$LINENO"; then :
11804   ac_cv_cflags__fno_builtin=yes
11805 else
11806   ac_cv_cflags__fno_builtin=no
11807 fi
11808 rm -f core conftest.err conftest.$ac_objext \
11809     conftest$ac_exeext conftest.$ac_ext
11810 CFLAGS=$ac_wine_try_cflags_saved
11811 fi
11812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11813 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11814 if test $ac_cv_cflags__fno_builtin = yes; then :
11815   BUILTINFLAG="-fno-builtin"
11816
11817 fi
11818   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11819 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11820 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11821   $as_echo_n "(cached) " >&6
11822 else
11823   ac_wine_try_cflags_saved=$CFLAGS
11824 CFLAGS="$CFLAGS -fno-strict-aliasing"
11825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11826 /* end confdefs.h.  */
11827 int main(int argc, char **argv) { return 0; }
11828 _ACEOF
11829 if ac_fn_c_try_link "$LINENO"; then :
11830   ac_cv_cflags__fno_strict_aliasing=yes
11831 else
11832   ac_cv_cflags__fno_strict_aliasing=no
11833 fi
11834 rm -f core conftest.err conftest.$ac_objext \
11835     conftest$ac_exeext conftest.$ac_ext
11836 CFLAGS=$ac_wine_try_cflags_saved
11837 fi
11838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11839 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11840 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11841   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11842 fi
11843   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11844 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11845 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11846   $as_echo_n "(cached) " >&6
11847 else
11848   ac_wine_try_cflags_saved=$CFLAGS
11849 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11850 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11851 /* end confdefs.h.  */
11852 int main(int argc, char **argv) { return 0; }
11853 _ACEOF
11854 if ac_fn_c_try_link "$LINENO"; then :
11855   ac_cv_cflags__Wdeclaration_after_statement=yes
11856 else
11857   ac_cv_cflags__Wdeclaration_after_statement=no
11858 fi
11859 rm -f core conftest.err conftest.$ac_objext \
11860     conftest$ac_exeext conftest.$ac_ext
11861 CFLAGS=$ac_wine_try_cflags_saved
11862 fi
11863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11864 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11865 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11866   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11867 fi
11868   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11869 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11870 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11871   $as_echo_n "(cached) " >&6
11872 else
11873   ac_wine_try_cflags_saved=$CFLAGS
11874 CFLAGS="$CFLAGS -Wstrict-prototypes"
11875 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11876 /* end confdefs.h.  */
11877 int main(int argc, char **argv) { return 0; }
11878 _ACEOF
11879 if ac_fn_c_try_link "$LINENO"; then :
11880   ac_cv_cflags__Wstrict_prototypes=yes
11881 else
11882   ac_cv_cflags__Wstrict_prototypes=no
11883 fi
11884 rm -f core conftest.err conftest.$ac_objext \
11885     conftest$ac_exeext conftest.$ac_ext
11886 CFLAGS=$ac_wine_try_cflags_saved
11887 fi
11888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11889 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11890 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11891   EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11892 fi
11893   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11894 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11895 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11896   $as_echo_n "(cached) " >&6
11897 else
11898   ac_wine_try_cflags_saved=$CFLAGS
11899 CFLAGS="$CFLAGS -Wtype-limits"
11900 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11901 /* end confdefs.h.  */
11902 int main(int argc, char **argv) { return 0; }
11903 _ACEOF
11904 if ac_fn_c_try_link "$LINENO"; then :
11905   ac_cv_cflags__Wtype_limits=yes
11906 else
11907   ac_cv_cflags__Wtype_limits=no
11908 fi
11909 rm -f core conftest.err conftest.$ac_objext \
11910     conftest$ac_exeext conftest.$ac_ext
11911 CFLAGS=$ac_wine_try_cflags_saved
11912 fi
11913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11914 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11915 if test $ac_cv_cflags__Wtype_limits = yes; then :
11916   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11917 fi
11918   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11919 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11920 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11921   $as_echo_n "(cached) " >&6
11922 else
11923   ac_wine_try_cflags_saved=$CFLAGS
11924 CFLAGS="$CFLAGS -Wwrite-strings"
11925 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11926 /* end confdefs.h.  */
11927 int main(int argc, char **argv) { return 0; }
11928 _ACEOF
11929 if ac_fn_c_try_link "$LINENO"; then :
11930   ac_cv_cflags__Wwrite_strings=yes
11931 else
11932   ac_cv_cflags__Wwrite_strings=no
11933 fi
11934 rm -f core conftest.err conftest.$ac_objext \
11935     conftest$ac_exeext conftest.$ac_ext
11936 CFLAGS=$ac_wine_try_cflags_saved
11937 fi
11938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11939 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11940 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11941   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11942 fi
11943
11944     saved_CFLAGS="$CFLAGS"
11945   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11946   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11947 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11948 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11949   $as_echo_n "(cached) " >&6
11950 else
11951   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11952 /* end confdefs.h.  */
11953 #include <string.h>
11954 int
11955 main ()
11956 {
11957
11958   ;
11959   return 0;
11960 }
11961 _ACEOF
11962 if ac_fn_c_try_compile "$LINENO"; then :
11963   ac_cv_c_string_h_warnings=no
11964 else
11965   ac_cv_c_string_h_warnings=yes
11966 fi
11967 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11968 fi
11969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11970 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11971   CFLAGS="$saved_CFLAGS"
11972   if test "$ac_cv_c_string_h_warnings" = "no"
11973   then
11974     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11975   fi
11976
11977     saved_CFLAGS="$CFLAGS"
11978   CFLAGS="$CFLAGS -Werror"
11979   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken unused result warnings" >&5
11980 $as_echo_n "checking for broken unused result warnings... " >&6; }
11981 if test "${ac_cv_c_unused_result_warnings+set}" = set; then :
11982   $as_echo_n "(cached) " >&6
11983 else
11984   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11985 /* end confdefs.h.  */
11986 #include <unistd.h>
11987 int
11988 main ()
11989 {
11990 write(2,"a",1)
11991   ;
11992   return 0;
11993 }
11994 _ACEOF
11995 if ac_fn_c_try_compile "$LINENO"; then :
11996   ac_cv_c_unused_result_warnings=no
11997 else
11998   ac_cv_c_unused_result_warnings=yes
11999 fi
12000 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12001 fi
12002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_unused_result_warnings" >&5
12003 $as_echo "$ac_cv_c_unused_result_warnings" >&6; }
12004   CFLAGS="$saved_CFLAGS"
12005   if test "$ac_cv_c_unused_result_warnings" = "yes"
12006   then
12007     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-unused-result" >&5
12008 $as_echo_n "checking whether the compiler supports -Wno-unused-result... " >&6; }
12009 if test "${ac_cv_cflags__Wno_unused_result+set}" = set; then :
12010   $as_echo_n "(cached) " >&6
12011 else
12012   ac_wine_try_cflags_saved=$CFLAGS
12013 CFLAGS="$CFLAGS -Wno-unused-result"
12014 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12015 /* end confdefs.h.  */
12016 int main(int argc, char **argv) { return 0; }
12017 _ACEOF
12018 if ac_fn_c_try_link "$LINENO"; then :
12019   ac_cv_cflags__Wno_unused_result=yes
12020 else
12021   ac_cv_cflags__Wno_unused_result=no
12022 fi
12023 rm -f core conftest.err conftest.$ac_objext \
12024     conftest$ac_exeext conftest.$ac_ext
12025 CFLAGS=$ac_wine_try_cflags_saved
12026 fi
12027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_unused_result" >&5
12028 $as_echo "$ac_cv_cflags__Wno_unused_result" >&6; }
12029 if test $ac_cv_cflags__Wno_unused_result = yes; then :
12030   EXTRACFLAGS="$EXTRACFLAGS -Wno-unused-result"
12031 fi
12032   fi
12033
12034     if test "x$enable_maintainer_mode" = "xyes"
12035   then
12036       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
12037 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
12038 if test "${ac_cv_cflags__Werror+set}" = set; then :
12039   $as_echo_n "(cached) " >&6
12040 else
12041   ac_wine_try_cflags_saved=$CFLAGS
12042 CFLAGS="$CFLAGS -Werror"
12043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12044 /* end confdefs.h.  */
12045 int main(int argc, char **argv) { return 0; }
12046 _ACEOF
12047 if ac_fn_c_try_link "$LINENO"; then :
12048   ac_cv_cflags__Werror=yes
12049 else
12050   ac_cv_cflags__Werror=no
12051 fi
12052 rm -f core conftest.err conftest.$ac_objext \
12053     conftest$ac_exeext conftest.$ac_ext
12054 CFLAGS=$ac_wine_try_cflags_saved
12055 fi
12056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
12057 $as_echo "$ac_cv_cflags__Werror" >&6; }
12058 if test $ac_cv_cflags__Werror = yes; then :
12059   EXTRACFLAGS="$EXTRACFLAGS -Werror"
12060 fi
12061   fi
12062
12063     saved_CFLAGS="$CFLAGS"
12064   CFLAGS="$CFLAGS -Werror"
12065   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
12066 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
12067 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
12068   $as_echo_n "(cached) " >&6
12069 else
12070   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12071 /* end confdefs.h.  */
12072 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
12073 int
12074 main ()
12075 {
12076
12077   ;
12078   return 0;
12079 }
12080 _ACEOF
12081 if ac_fn_c_try_compile "$LINENO"; then :
12082   ac_cv_have_ms_hook_prologue="yes"
12083 else
12084   ac_cv_have_ms_hook_prologue="no"
12085 fi
12086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12087 fi
12088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
12089 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
12090   CFLAGS="$saved_CFLAGS"
12091   if test "$ac_cv_have_ms_hook_prologue" = "yes"
12092   then
12093
12094 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
12095
12096   else
12097       $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
12098
12099   fi
12100 fi
12101
12102
12103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
12104 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
12105 if test "${ac_cv_c_extern_prefix+set}" = set; then :
12106   $as_echo_n "(cached) " >&6
12107 else
12108   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12109 /* end confdefs.h.  */
12110 extern int ac_test;
12111 int
12112 main ()
12113 {
12114 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
12115   ;
12116   return 0;
12117 }
12118 _ACEOF
12119 if ac_fn_c_try_link "$LINENO"; then :
12120   ac_cv_c_extern_prefix="yes"
12121 else
12122   ac_cv_c_extern_prefix="no"
12123 fi
12124 rm -f core conftest.err conftest.$ac_objext \
12125     conftest$ac_exeext conftest.$ac_ext
12126 fi
12127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
12128 $as_echo "$ac_cv_c_extern_prefix" >&6; }
12129
12130 case $host_cpu in
12131   *i[3456789]86*)
12132     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
12133 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
12134 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
12135   $as_echo_n "(cached) " >&6
12136 else
12137   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12138 /* end confdefs.h.  */
12139 #ifndef _MSC_VER
12140 #define __stdcall __attribute__((__stdcall__))
12141 #endif
12142 int __stdcall ac_test(int i) { return i; }
12143 int
12144 main ()
12145 {
12146 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
12147   ;
12148   return 0;
12149 }
12150 _ACEOF
12151 if ac_fn_c_try_link "$LINENO"; then :
12152   ac_cv_c_stdcall_suffix="yes"
12153 else
12154   ac_cv_c_stdcall_suffix="no"
12155 fi
12156 rm -f core conftest.err conftest.$ac_objext \
12157     conftest$ac_exeext conftest.$ac_ext
12158 fi
12159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
12160 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
12161   *) ac_cv_c_stdcall_suffix="no" ;;
12162 esac
12163
12164
12165 if test "$ac_cv_c_extern_prefix" = "yes"
12166 then
12167     $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
12168
12169     asm_name_prefix="_"
12170 else
12171     $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
12172
12173     asm_name_prefix=""
12174 fi
12175
12176
12177 if test "$ac_cv_c_stdcall_suffix" = "yes"
12178 then
12179     $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
12180
12181 else
12182     $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
12183
12184 fi
12185
12186
12187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
12188 $as_echo_n "checking how to define a function in assembly code... " >&6; }
12189 if test "${ac_cv_asm_func_def+set}" = set; then :
12190   $as_echo_n "(cached) " >&6
12191 else
12192   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12193 /* end confdefs.h.  */
12194
12195 int
12196 main ()
12197 {
12198 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
12199   ;
12200   return 0;
12201 }
12202 _ACEOF
12203 if ac_fn_c_try_link "$LINENO"; then :
12204   ac_cv_asm_func_def=".def"
12205 else
12206   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12207 /* end confdefs.h.  */
12208
12209 int
12210 main ()
12211 {
12212 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
12213   ;
12214   return 0;
12215 }
12216 _ACEOF
12217 if ac_fn_c_try_link "$LINENO"; then :
12218   ac_cv_asm_func_def=".type @function"
12219 else
12220   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12221 /* end confdefs.h.  */
12222
12223 int
12224 main ()
12225 {
12226 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
12227   ;
12228   return 0;
12229 }
12230 _ACEOF
12231 if ac_fn_c_try_link "$LINENO"; then :
12232   ac_cv_asm_func_def=".type 2"
12233 else
12234   ac_cv_asm_func_def="unknown"
12235 fi
12236 rm -f core conftest.err conftest.$ac_objext \
12237     conftest$ac_exeext conftest.$ac_ext
12238 fi
12239 rm -f core conftest.err conftest.$ac_objext \
12240     conftest$ac_exeext conftest.$ac_ext
12241 fi
12242 rm -f core conftest.err conftest.$ac_objext \
12243     conftest$ac_exeext conftest.$ac_ext
12244 fi
12245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
12246 $as_echo "$ac_cv_asm_func_def" >&6; }
12247
12248
12249 case "$ac_cv_asm_func_def" in
12250   ".def")
12251      $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
12252
12253      asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
12254   ".type @function")
12255      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
12256
12257      asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
12258   ".type 2")
12259      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
12260
12261      asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
12262   *)
12263      $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
12264
12265      asm_func_header="" ;;
12266 esac
12267
12268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
12269 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
12270 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
12271   $as_echo_n "(cached) " >&6
12272 else
12273   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12274 /* end confdefs.h.  */
12275 asm(".text\n\t.long 0");
12276 int
12277 main ()
12278 {
12279
12280   ;
12281   return 0;
12282 }
12283 _ACEOF
12284 if ac_fn_c_try_compile "$LINENO"; then :
12285   ac_cv_c_asm_outside_funcs="yes"
12286 else
12287   ac_cv_c_asm_outside_funcs="no"
12288 fi
12289 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12290 fi
12291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
12292 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
12293
12294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
12295 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
12296 if test "${ac_cv_c_dot_previous+set}" = set; then :
12297   $as_echo_n "(cached) " >&6
12298 else
12299   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12300 /* end confdefs.h.  */
12301
12302 int
12303 main ()
12304 {
12305 asm(".text\nac_test:\t.long 0\n\t.previous");
12306   ;
12307   return 0;
12308 }
12309 _ACEOF
12310 if ac_fn_c_try_link "$LINENO"; then :
12311   ac_cv_c_dot_previous="yes"
12312 else
12313   ac_cv_c_dot_previous="no"
12314 fi
12315 rm -f core conftest.err conftest.$ac_objext \
12316     conftest$ac_exeext conftest.$ac_ext
12317 fi
12318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
12319 $as_echo "$ac_cv_c_dot_previous" >&6; }
12320
12321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
12322 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
12323 if test "${ac_cv_c_cfi_support+set}" = set; then :
12324   $as_echo_n "(cached) " >&6
12325 else
12326   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12327 /* end confdefs.h.  */
12328 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
12329 int
12330 main ()
12331 {
12332
12333   ;
12334   return 0;
12335 }
12336 _ACEOF
12337 if ac_fn_c_try_compile "$LINENO"; then :
12338   ac_cv_c_cfi_support="yes"
12339 else
12340   ac_cv_c_cfi_support="no"
12341 fi
12342 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12343 fi
12344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
12345 $as_echo "$ac_cv_c_cfi_support" >&6; }
12346
12347 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
12348 asm_func_trailer=""
12349 if test "$ac_cv_c_dot_previous" = "yes"
12350 then
12351    asm_func_trailer="\\n\\t.previous"
12352 fi
12353 if test "$ac_cv_c_cfi_support" = "yes"
12354 then
12355    asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
12356    asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
12357
12358 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
12359
12360    UNWINDFLAGS=-fasynchronous-unwind-tables
12361
12362 else
12363    $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
12364
12365 fi
12366
12367 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
12368
12369
12370 if test "$ac_cv_c_asm_outside_funcs" = "yes"
12371 then
12372     cat >>confdefs.h <<_ACEOF
12373 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
12374 _ACEOF
12375
12376 else
12377     cat >>confdefs.h <<_ACEOF
12378 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
12379 _ACEOF
12380
12381 fi
12382
12383 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
12384
12385
12386 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
12387
12388
12389
12390 LDPATH=""
12391
12392 case $build_os in
12393   cygwin*|mingw32*)
12394     TOOLSEXT=".exe"
12395
12396     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
12397     ;;
12398   darwin*|macosx*)
12399     ;;
12400   *)
12401     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
12402     ;;
12403 esac
12404
12405 case $host_os in
12406   mingw32*)
12407     CRTLIBS="-lmsvcrt"
12408
12409     SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
12410
12411     ;;
12412 esac
12413
12414 MAIN_BINARY="wine"
12415
12416 test "x$enable_win64" != "xyes" || MAIN_BINARY="wine64"
12417
12418 case $host_cpu in
12419   *i[3456789]86*)
12420     case $host_os in
12421       linux*)
12422         EXTRA_BINARIES="wine-preloader"
12423  ;;
12424     esac
12425     ;;
12426 esac
12427
12428
12429 ac_save_CFLAGS="$CFLAGS"
12430 CFLAGS="$CFLAGS $BUILTINFLAG"
12431 for ac_func in \
12432         _pclose \
12433         _popen \
12434         _snprintf \
12435         _spawnvp \
12436         _strdup \
12437         _stricmp \
12438         _strnicmp \
12439         _strtoi64 \
12440         _strtoui64 \
12441         _vsnprintf \
12442         asctime_r \
12443         chsize \
12444         dlopen \
12445         epoll_create \
12446         ffs \
12447         finite \
12448         fnmatch \
12449         fork \
12450         fpclass \
12451         fstatfs \
12452         fstatvfs \
12453         ftruncate \
12454         futimes \
12455         futimesat \
12456         getdirentries \
12457         getopt_long \
12458         getpagesize \
12459         getpwuid \
12460         gettid \
12461         gettimeofday \
12462         getuid \
12463         kqueue \
12464         lstat \
12465         memmove \
12466         mmap \
12467         pclose \
12468         pipe2 \
12469         poll \
12470         popen \
12471         port_create \
12472         prctl \
12473         pread \
12474         pwrite \
12475         readdir \
12476         readlink \
12477         sched_setaffinity \
12478         sched_yield \
12479         select \
12480         setproctitle \
12481         setrlimit \
12482         settimeofday \
12483         sigaltstack \
12484         sigprocmask \
12485         snprintf \
12486         spawnvp \
12487         statfs \
12488         statvfs \
12489         strcasecmp \
12490         strdup \
12491         strerror \
12492         strncasecmp \
12493         strtold \
12494         strtoll \
12495         strtoull \
12496         symlink \
12497         tcgetattr \
12498         thr_kill2 \
12499         timegm \
12500         usleep \
12501         vsnprintf \
12502         wait4 \
12503         waitpid \
12504
12505 do :
12506   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12507 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12508 eval as_val=\$$as_ac_var
12509    if test "x$as_val" = x""yes; then :
12510   cat >>confdefs.h <<_ACEOF
12511 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12512 _ACEOF
12513
12514 fi
12515 done
12516
12517 CFLAGS="$ac_save_CFLAGS"
12518
12519 if test "$ac_cv_func_dlopen" = no
12520 then
12521     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12522 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12523 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12524   $as_echo_n "(cached) " >&6
12525 else
12526   ac_check_lib_save_LIBS=$LIBS
12527 LIBS="-ldl  $LIBS"
12528 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12529 /* end confdefs.h.  */
12530
12531 /* Override any GCC internal prototype to avoid an error.
12532    Use char because int might match the return type of a GCC
12533    builtin and then its argument prototype would still apply.  */
12534 #ifdef __cplusplus
12535 extern "C"
12536 #endif
12537 char dlopen ();
12538 int
12539 main ()
12540 {
12541 return dlopen ();
12542   ;
12543   return 0;
12544 }
12545 _ACEOF
12546 if ac_fn_c_try_link "$LINENO"; then :
12547   ac_cv_lib_dl_dlopen=yes
12548 else
12549   ac_cv_lib_dl_dlopen=no
12550 fi
12551 rm -f core conftest.err conftest.$ac_objext \
12552     conftest$ac_exeext conftest.$ac_ext
12553 LIBS=$ac_check_lib_save_LIBS
12554 fi
12555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12556 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12557 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12558   $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12559  LIBDL="-ldl"
12560
12561 fi
12562
12563 fi
12564 ac_wine_check_funcs_save_LIBS="$LIBS"
12565 LIBS="$LIBS $LIBDL"
12566 for ac_func in dladdr
12567 do :
12568   ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12569 if test "x$ac_cv_func_dladdr" = x""yes; then :
12570   cat >>confdefs.h <<_ACEOF
12571 #define HAVE_DLADDR 1
12572 _ACEOF
12573
12574 fi
12575 done
12576
12577 LIBS="$ac_wine_check_funcs_save_LIBS"
12578
12579 if test "$ac_cv_func_poll" = no
12580 then
12581     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12582 $as_echo_n "checking for poll in -lpoll... " >&6; }
12583 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12584   $as_echo_n "(cached) " >&6
12585 else
12586   ac_check_lib_save_LIBS=$LIBS
12587 LIBS="-lpoll  $LIBS"
12588 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12589 /* end confdefs.h.  */
12590
12591 /* Override any GCC internal prototype to avoid an error.
12592    Use char because int might match the return type of a GCC
12593    builtin and then its argument prototype would still apply.  */
12594 #ifdef __cplusplus
12595 extern "C"
12596 #endif
12597 char poll ();
12598 int
12599 main ()
12600 {
12601 return poll ();
12602   ;
12603   return 0;
12604 }
12605 _ACEOF
12606 if ac_fn_c_try_link "$LINENO"; then :
12607   ac_cv_lib_poll_poll=yes
12608 else
12609   ac_cv_lib_poll_poll=no
12610 fi
12611 rm -f core conftest.err conftest.$ac_objext \
12612     conftest$ac_exeext conftest.$ac_ext
12613 LIBS=$ac_check_lib_save_LIBS
12614 fi
12615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12616 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12617 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12618   $as_echo "#define HAVE_POLL 1" >>confdefs.h
12619  LIBPOLL="-lpoll"
12620
12621 fi
12622
12623 fi
12624
12625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12626 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12627 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12628   $as_echo_n "(cached) " >&6
12629 else
12630   ac_func_search_save_LIBS=$LIBS
12631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12632 /* end confdefs.h.  */
12633
12634 /* Override any GCC internal prototype to avoid an error.
12635    Use char because int might match the return type of a GCC
12636    builtin and then its argument prototype would still apply.  */
12637 #ifdef __cplusplus
12638 extern "C"
12639 #endif
12640 char gethostbyname ();
12641 int
12642 main ()
12643 {
12644 return gethostbyname ();
12645   ;
12646   return 0;
12647 }
12648 _ACEOF
12649 for ac_lib in '' nsl; do
12650   if test -z "$ac_lib"; then
12651     ac_res="none required"
12652   else
12653     ac_res=-l$ac_lib
12654     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12655   fi
12656   if ac_fn_c_try_link "$LINENO"; then :
12657   ac_cv_search_gethostbyname=$ac_res
12658 fi
12659 rm -f core conftest.err conftest.$ac_objext \
12660     conftest$ac_exeext
12661   if test "${ac_cv_search_gethostbyname+set}" = set; then :
12662   break
12663 fi
12664 done
12665 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12666
12667 else
12668   ac_cv_search_gethostbyname=no
12669 fi
12670 rm conftest.$ac_ext
12671 LIBS=$ac_func_search_save_LIBS
12672 fi
12673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12674 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12675 ac_res=$ac_cv_search_gethostbyname
12676 if test "$ac_res" != no; then :
12677   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12678
12679 fi
12680
12681
12682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12683 $as_echo_n "checking for library containing connect... " >&6; }
12684 if test "${ac_cv_search_connect+set}" = set; then :
12685   $as_echo_n "(cached) " >&6
12686 else
12687   ac_func_search_save_LIBS=$LIBS
12688 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12689 /* end confdefs.h.  */
12690
12691 /* Override any GCC internal prototype to avoid an error.
12692    Use char because int might match the return type of a GCC
12693    builtin and then its argument prototype would still apply.  */
12694 #ifdef __cplusplus
12695 extern "C"
12696 #endif
12697 char connect ();
12698 int
12699 main ()
12700 {
12701 return connect ();
12702   ;
12703   return 0;
12704 }
12705 _ACEOF
12706 for ac_lib in '' socket; do
12707   if test -z "$ac_lib"; then
12708     ac_res="none required"
12709   else
12710     ac_res=-l$ac_lib
12711     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12712   fi
12713   if ac_fn_c_try_link "$LINENO"; then :
12714   ac_cv_search_connect=$ac_res
12715 fi
12716 rm -f core conftest.err conftest.$ac_objext \
12717     conftest$ac_exeext
12718   if test "${ac_cv_search_connect+set}" = set; then :
12719   break
12720 fi
12721 done
12722 if test "${ac_cv_search_connect+set}" = set; then :
12723
12724 else
12725   ac_cv_search_connect=no
12726 fi
12727 rm conftest.$ac_ext
12728 LIBS=$ac_func_search_save_LIBS
12729 fi
12730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12731 $as_echo "$ac_cv_search_connect" >&6; }
12732 ac_res=$ac_cv_search_connect
12733 if test "$ac_res" != no; then :
12734   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12735
12736 fi
12737
12738
12739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12740 $as_echo_n "checking for library containing inet_aton... " >&6; }
12741 if test "${ac_cv_search_inet_aton+set}" = set; then :
12742   $as_echo_n "(cached) " >&6
12743 else
12744   ac_func_search_save_LIBS=$LIBS
12745 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12746 /* end confdefs.h.  */
12747
12748 /* Override any GCC internal prototype to avoid an error.
12749    Use char because int might match the return type of a GCC
12750    builtin and then its argument prototype would still apply.  */
12751 #ifdef __cplusplus
12752 extern "C"
12753 #endif
12754 char inet_aton ();
12755 int
12756 main ()
12757 {
12758 return inet_aton ();
12759   ;
12760   return 0;
12761 }
12762 _ACEOF
12763 for ac_lib in '' resolv; do
12764   if test -z "$ac_lib"; then
12765     ac_res="none required"
12766   else
12767     ac_res=-l$ac_lib
12768     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12769   fi
12770   if ac_fn_c_try_link "$LINENO"; then :
12771   ac_cv_search_inet_aton=$ac_res
12772 fi
12773 rm -f core conftest.err conftest.$ac_objext \
12774     conftest$ac_exeext
12775   if test "${ac_cv_search_inet_aton+set}" = set; then :
12776   break
12777 fi
12778 done
12779 if test "${ac_cv_search_inet_aton+set}" = set; then :
12780
12781 else
12782   ac_cv_search_inet_aton=no
12783 fi
12784 rm conftest.$ac_ext
12785 LIBS=$ac_func_search_save_LIBS
12786 fi
12787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12788 $as_echo "$ac_cv_search_inet_aton" >&6; }
12789 ac_res=$ac_cv_search_inet_aton
12790 if test "$ac_res" != no; then :
12791   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12792
12793 fi
12794
12795
12796 for ac_func in \
12797         getaddrinfo \
12798         getnameinfo \
12799         getnetbyname \
12800         getprotobyname \
12801         getprotobynumber \
12802         getservbyport \
12803         inet_network \
12804         inet_ntop \
12805         inet_pton \
12806         sendmsg \
12807         socketpair \
12808
12809 do :
12810   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12811 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12812 eval as_val=\$$as_ac_var
12813    if test "x$as_val" = x""yes; then :
12814   cat >>confdefs.h <<_ACEOF
12815 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12816 _ACEOF
12817
12818 fi
12819 done
12820
12821
12822 LDAPLIBS=""
12823
12824 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12825 then
12826     ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12827 "
12828 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12829   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12830 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12831 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12832   $as_echo_n "(cached) " >&6
12833 else
12834   ac_check_lib_save_LIBS=$LIBS
12835 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12837 /* end confdefs.h.  */
12838
12839 /* Override any GCC internal prototype to avoid an error.
12840    Use char because int might match the return type of a GCC
12841    builtin and then its argument prototype would still apply.  */
12842 #ifdef __cplusplus
12843 extern "C"
12844 #endif
12845 char ldap_initialize ();
12846 int
12847 main ()
12848 {
12849 return ldap_initialize ();
12850   ;
12851   return 0;
12852 }
12853 _ACEOF
12854 if ac_fn_c_try_link "$LINENO"; then :
12855   ac_cv_lib_ldap_r_ldap_initialize=yes
12856 else
12857   ac_cv_lib_ldap_r_ldap_initialize=no
12858 fi
12859 rm -f core conftest.err conftest.$ac_objext \
12860     conftest$ac_exeext conftest.$ac_ext
12861 LIBS=$ac_check_lib_save_LIBS
12862 fi
12863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12864 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12865 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12866   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12867 $as_echo_n "checking for ber_init in -llber... " >&6; }
12868 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12869   $as_echo_n "(cached) " >&6
12870 else
12871   ac_check_lib_save_LIBS=$LIBS
12872 LIBS="-llber $LIBPTHREAD $LIBS"
12873 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12874 /* end confdefs.h.  */
12875
12876 /* Override any GCC internal prototype to avoid an error.
12877    Use char because int might match the return type of a GCC
12878    builtin and then its argument prototype would still apply.  */
12879 #ifdef __cplusplus
12880 extern "C"
12881 #endif
12882 char ber_init ();
12883 int
12884 main ()
12885 {
12886 return ber_init ();
12887   ;
12888   return 0;
12889 }
12890 _ACEOF
12891 if ac_fn_c_try_link "$LINENO"; then :
12892   ac_cv_lib_lber_ber_init=yes
12893 else
12894   ac_cv_lib_lber_ber_init=no
12895 fi
12896 rm -f core conftest.err conftest.$ac_objext \
12897     conftest$ac_exeext conftest.$ac_ext
12898 LIBS=$ac_check_lib_save_LIBS
12899 fi
12900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12901 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12902 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12903
12904 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12905
12906                  LDAPLIBS="-lldap_r -llber"
12907 fi
12908
12909 fi
12910
12911 fi
12912
12913     ac_wine_check_funcs_save_LIBS="$LIBS"
12914 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12915 for ac_func in \
12916         ldap_count_references \
12917         ldap_first_reference \
12918         ldap_next_reference \
12919         ldap_parse_reference \
12920         ldap_parse_sort_control \
12921         ldap_parse_sortresponse_control \
12922         ldap_parse_vlv_control \
12923         ldap_parse_vlvresponse_control
12924 do :
12925   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12926 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12927 eval as_val=\$$as_ac_var
12928    if test "x$as_val" = x""yes; then :
12929   cat >>confdefs.h <<_ACEOF
12930 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12931 _ACEOF
12932
12933 fi
12934 done
12935
12936 LIBS="$ac_wine_check_funcs_save_LIBS"
12937 fi
12938 if test "x$LDAPLIBS" = "x"; then :
12939   case "x$with_ldap" in
12940   x)   as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12941   xno) ;;
12942   *)   as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12943 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12944 esac
12945 fi
12946
12947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12948 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12949 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12950   $as_echo_n "(cached) " >&6
12951 else
12952   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12953 /* end confdefs.h.  */
12954 #include <sys/stat.h>
12955 int
12956 main ()
12957 {
12958 mkdir("foo");
12959   ;
12960   return 0;
12961 }
12962 _ACEOF
12963 if ac_fn_c_try_compile "$LINENO"; then :
12964   wine_cv_one_arg_mkdir=yes
12965 else
12966   wine_cv_one_arg_mkdir=no
12967 fi
12968 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12969 fi
12970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12971 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12972 if test "$wine_cv_one_arg_mkdir" = "yes"
12973 then
12974
12975 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12976
12977 fi
12978
12979
12980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12981 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12982 if test "${ac_cv_c_const+set}" = set; then :
12983   $as_echo_n "(cached) " >&6
12984 else
12985   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12986 /* end confdefs.h.  */
12987
12988 int
12989 main ()
12990 {
12991 /* FIXME: Include the comments suggested by Paul. */
12992 #ifndef __cplusplus
12993   /* Ultrix mips cc rejects this.  */
12994   typedef int charset[2];
12995   const charset cs;
12996   /* SunOS 4.1.1 cc rejects this.  */
12997   char const *const *pcpcc;
12998   char **ppc;
12999   /* NEC SVR4.0.2 mips cc rejects this.  */
13000   struct point {int x, y;};
13001   static struct point const zero = {0,0};
13002   /* AIX XL C 1.02.0.0 rejects this.
13003      It does not let you subtract one const X* pointer from another in
13004      an arm of an if-expression whose if-part is not a constant
13005      expression */
13006   const char *g = "string";
13007   pcpcc = &g + (g ? g-g : 0);
13008   /* HPUX 7.0 cc rejects these. */
13009   ++pcpcc;
13010   ppc = (char**) pcpcc;
13011   pcpcc = (char const *const *) ppc;
13012   { /* SCO 3.2v4 cc rejects this.  */
13013     char *t;
13014     char const *s = 0 ? (char *) 0 : (char const *) 0;
13015
13016     *t++ = 0;
13017     if (s) return 0;
13018   }
13019   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
13020     int x[] = {25, 17};
13021     const int *foo = &x[0];
13022     ++foo;
13023   }
13024   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
13025     typedef const int *iptr;
13026     iptr p = 0;
13027     ++p;
13028   }
13029   { /* AIX XL C 1.02.0.0 rejects this saying
13030        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
13031     struct s { int j; const int *ap[3]; };
13032     struct s *b; b->j = 5;
13033   }
13034   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
13035     const int foo = 10;
13036     if (!foo) return 0;
13037   }
13038   return !cs[0] && !zero.x;
13039 #endif
13040
13041   ;
13042   return 0;
13043 }
13044 _ACEOF
13045 if ac_fn_c_try_compile "$LINENO"; then :
13046   ac_cv_c_const=yes
13047 else
13048   ac_cv_c_const=no
13049 fi
13050 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13051 fi
13052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
13053 $as_echo "$ac_cv_c_const" >&6; }
13054 if test $ac_cv_c_const = no; then
13055
13056 $as_echo "#define const /**/" >>confdefs.h
13057
13058 fi
13059
13060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
13061 $as_echo_n "checking for inline... " >&6; }
13062 if test "${ac_cv_c_inline+set}" = set; then :
13063   $as_echo_n "(cached) " >&6
13064 else
13065   ac_cv_c_inline=no
13066 for ac_kw in inline __inline__ __inline; do
13067   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13068 /* end confdefs.h.  */
13069 #ifndef __cplusplus
13070 typedef int foo_t;
13071 static $ac_kw foo_t static_foo () {return 0; }
13072 $ac_kw foo_t foo () {return 0; }
13073 #endif
13074
13075 _ACEOF
13076 if ac_fn_c_try_compile "$LINENO"; then :
13077   ac_cv_c_inline=$ac_kw
13078 fi
13079 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13080   test "$ac_cv_c_inline" != no && break
13081 done
13082
13083 fi
13084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
13085 $as_echo "$ac_cv_c_inline" >&6; }
13086
13087 case $ac_cv_c_inline in
13088   inline | yes) ;;
13089   *)
13090     case $ac_cv_c_inline in
13091       no) ac_val=;;
13092       *) ac_val=$ac_cv_c_inline;;
13093     esac
13094     cat >>confdefs.h <<_ACEOF
13095 #ifndef __cplusplus
13096 #define inline $ac_val
13097 #endif
13098 _ACEOF
13099     ;;
13100 esac
13101
13102 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
13103 if test "x$ac_cv_type_mode_t" = x""yes; then :
13104
13105 cat >>confdefs.h <<_ACEOF
13106 #define HAVE_MODE_T 1
13107 _ACEOF
13108
13109
13110 fi
13111 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
13112 if test "x$ac_cv_type_off_t" = x""yes; then :
13113
13114 cat >>confdefs.h <<_ACEOF
13115 #define HAVE_OFF_T 1
13116 _ACEOF
13117
13118
13119 fi
13120 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
13121 if test "x$ac_cv_type_pid_t" = x""yes; then :
13122
13123 cat >>confdefs.h <<_ACEOF
13124 #define HAVE_PID_T 1
13125 _ACEOF
13126
13127
13128 fi
13129 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
13130 if test "x$ac_cv_type_size_t" = x""yes; then :
13131
13132 cat >>confdefs.h <<_ACEOF
13133 #define HAVE_SIZE_T 1
13134 _ACEOF
13135
13136
13137 fi
13138 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
13139 if test "x$ac_cv_type_ssize_t" = x""yes; then :
13140
13141 cat >>confdefs.h <<_ACEOF
13142 #define HAVE_SSIZE_T 1
13143 _ACEOF
13144
13145
13146 fi
13147 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
13148 if test "x$ac_cv_type_long_long" = x""yes; then :
13149
13150 cat >>confdefs.h <<_ACEOF
13151 #define HAVE_LONG_LONG 1
13152 _ACEOF
13153
13154
13155 fi
13156 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
13157 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
13158
13159 cat >>confdefs.h <<_ACEOF
13160 #define HAVE_FSBLKCNT_T 1
13161 _ACEOF
13162
13163
13164 fi
13165 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
13166 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
13167
13168 cat >>confdefs.h <<_ACEOF
13169 #define HAVE_FSFILCNT_T 1
13170 _ACEOF
13171
13172
13173 fi
13174
13175 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
13176 #include <signal.h>
13177 "
13178 if test "x$ac_cv_type_sigset_t" = x""yes; then :
13179
13180 cat >>confdefs.h <<_ACEOF
13181 #define HAVE_SIGSET_T 1
13182 _ACEOF
13183
13184
13185 fi
13186
13187 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
13188 "
13189 if test "x$ac_cv_type_request_sense" = x""yes; then :
13190
13191 cat >>confdefs.h <<_ACEOF
13192 #define HAVE_REQUEST_SENSE 1
13193 _ACEOF
13194
13195
13196 fi
13197
13198
13199 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
13200 #ifdef HAVE_SYS_SOCKET_H
13201 #include <sys/socket.h>
13202 #endif
13203 #ifdef HAVE_SYS_SOCKETVAR_H
13204 #include <sys/socketvar.h>
13205 #endif
13206 #ifdef HAVE_NET_ROUTE_H
13207 #include <net/route.h>
13208 #endif
13209 #ifdef HAVE_NETINET_IN_H
13210 #include <netinet/in.h>
13211 #endif
13212 #ifdef HAVE_NETINET_IN_SYSTM_H
13213 #include <netinet/in_systm.h>
13214 #endif
13215 #ifdef HAVE_NETINET_IP_H
13216 #include <netinet/ip.h>
13217 #endif
13218 #ifdef HAVE_NETINET_IN_PCB_H
13219 #include <netinet/in_pcb.h>
13220 #endif
13221 "
13222 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
13223
13224 cat >>confdefs.h <<_ACEOF
13225 #define HAVE_STRUCT_XINPGEN 1
13226 _ACEOF
13227
13228
13229 fi
13230
13231
13232 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
13233 #include <linux/input.h>
13234 #endif
13235 "
13236 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
13237
13238 cat >>confdefs.h <<_ACEOF
13239 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
13240 _ACEOF
13241
13242
13243 fi
13244
13245
13246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
13247 $as_echo_n "checking for sigaddset... " >&6; }
13248 if test "${wine_cv_have_sigaddset+set}" = set; then :
13249   $as_echo_n "(cached) " >&6
13250 else
13251   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13252 /* end confdefs.h.  */
13253 #include <signal.h>
13254 int
13255 main ()
13256 {
13257 sigset_t set; sigaddset(&set,SIGTERM);
13258   ;
13259   return 0;
13260 }
13261 _ACEOF
13262 if ac_fn_c_try_link "$LINENO"; then :
13263   wine_cv_have_sigaddset=yes
13264 else
13265   wine_cv_have_sigaddset=no
13266 fi
13267 rm -f core conftest.err conftest.$ac_objext \
13268     conftest$ac_exeext conftest.$ac_ext
13269 fi
13270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
13271 $as_echo "$wine_cv_have_sigaddset" >&6; }
13272 if test "$wine_cv_have_sigaddset" = "yes"
13273 then
13274
13275 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
13276
13277 fi
13278
13279
13280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
13281 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
13282 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
13283   $as_echo_n "(cached) " >&6
13284 else
13285   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13286 /* end confdefs.h.  */
13287 #include <netdb.h>
13288 int
13289 main ()
13290 {
13291
13292     char *name=0;
13293     struct hostent he;
13294     struct hostent *result;
13295     char *buf=0;
13296     int bufsize=0;
13297     int res,errnr;
13298     char *addr=0;
13299     int addrlen=0;
13300     int addrtype=0;
13301     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
13302     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
13303
13304   ;
13305   return 0;
13306 }
13307 _ACEOF
13308 if ac_fn_c_try_link "$LINENO"; then :
13309   wine_cv_linux_gethostbyname_r_6=yes
13310 else
13311   wine_cv_linux_gethostbyname_r_6=no
13312
13313 fi
13314 rm -f core conftest.err conftest.$ac_objext \
13315     conftest$ac_exeext conftest.$ac_ext
13316
13317 fi
13318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
13319 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
13320    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
13321    then
13322
13323 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
13324
13325    fi
13326
13327 if test "$ac_cv_header_linux_joystick_h" = "yes"
13328 then
13329    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
13330 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
13331 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
13332   $as_echo_n "(cached) " >&6
13333 else
13334   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13335 /* end confdefs.h.  */
13336
13337         #include <sys/ioctl.h>
13338         #include <sys/types.h>
13339         #include <linux/joystick.h>
13340
13341         struct js_event blub;
13342         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
13343         #error "no 2.2 header"
13344         #endif
13345
13346 int
13347 main ()
13348 {
13349 /*empty*/
13350   ;
13351   return 0;
13352 }
13353 _ACEOF
13354 if ac_fn_c_try_compile "$LINENO"; then :
13355   wine_cv_linux_joystick_22_api=yes
13356 else
13357   wine_cv_linux_joystick_22_api=no
13358 fi
13359 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13360
13361 fi
13362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
13363 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
13364    if test "$wine_cv_linux_joystick_22_api" = "yes"
13365    then
13366
13367 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
13368
13369    fi
13370 fi
13371
13372
13373 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
13374 #ifdef HAVE_SYS_PARAM_H
13375 # include <sys/param.h>
13376 #endif
13377 #ifdef HAVE_SYS_MOUNT_H
13378 # include <sys/mount.h>
13379 #endif
13380 #ifdef HAVE_SYS_VFS_H
13381 # include <sys/vfs.h>
13382 #endif
13383 #ifdef HAVE_SYS_STATFS_H
13384 # include <sys/statfs.h>
13385 #endif
13386 "
13387 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
13388
13389 cat >>confdefs.h <<_ACEOF
13390 #define HAVE_STRUCT_STATFS_F_BFREE 1
13391 _ACEOF
13392
13393
13394 fi
13395 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
13396 #ifdef HAVE_SYS_PARAM_H
13397 # include <sys/param.h>
13398 #endif
13399 #ifdef HAVE_SYS_MOUNT_H
13400 # include <sys/mount.h>
13401 #endif
13402 #ifdef HAVE_SYS_VFS_H
13403 # include <sys/vfs.h>
13404 #endif
13405 #ifdef HAVE_SYS_STATFS_H
13406 # include <sys/statfs.h>
13407 #endif
13408 "
13409 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
13410
13411 cat >>confdefs.h <<_ACEOF
13412 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
13413 _ACEOF
13414
13415
13416 fi
13417 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
13418 #ifdef HAVE_SYS_PARAM_H
13419 # include <sys/param.h>
13420 #endif
13421 #ifdef HAVE_SYS_MOUNT_H
13422 # include <sys/mount.h>
13423 #endif
13424 #ifdef HAVE_SYS_VFS_H
13425 # include <sys/vfs.h>
13426 #endif
13427 #ifdef HAVE_SYS_STATFS_H
13428 # include <sys/statfs.h>
13429 #endif
13430 "
13431 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
13432
13433 cat >>confdefs.h <<_ACEOF
13434 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
13435 _ACEOF
13436
13437
13438 fi
13439 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13440 #ifdef HAVE_SYS_PARAM_H
13441 # include <sys/param.h>
13442 #endif
13443 #ifdef HAVE_SYS_MOUNT_H
13444 # include <sys/mount.h>
13445 #endif
13446 #ifdef HAVE_SYS_VFS_H
13447 # include <sys/vfs.h>
13448 #endif
13449 #ifdef HAVE_SYS_STATFS_H
13450 # include <sys/statfs.h>
13451 #endif
13452 "
13453 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13454
13455 cat >>confdefs.h <<_ACEOF
13456 #define HAVE_STRUCT_STATFS_F_FFREE 1
13457 _ACEOF
13458
13459
13460 fi
13461 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13462 #ifdef HAVE_SYS_PARAM_H
13463 # include <sys/param.h>
13464 #endif
13465 #ifdef HAVE_SYS_MOUNT_H
13466 # include <sys/mount.h>
13467 #endif
13468 #ifdef HAVE_SYS_VFS_H
13469 # include <sys/vfs.h>
13470 #endif
13471 #ifdef HAVE_SYS_STATFS_H
13472 # include <sys/statfs.h>
13473 #endif
13474 "
13475 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13476
13477 cat >>confdefs.h <<_ACEOF
13478 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13479 _ACEOF
13480
13481
13482 fi
13483 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13484 #ifdef HAVE_SYS_PARAM_H
13485 # include <sys/param.h>
13486 #endif
13487 #ifdef HAVE_SYS_MOUNT_H
13488 # include <sys/mount.h>
13489 #endif
13490 #ifdef HAVE_SYS_VFS_H
13491 # include <sys/vfs.h>
13492 #endif
13493 #ifdef HAVE_SYS_STATFS_H
13494 # include <sys/statfs.h>
13495 #endif
13496 "
13497 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13498
13499 cat >>confdefs.h <<_ACEOF
13500 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13501 _ACEOF
13502
13503
13504 fi
13505
13506
13507 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13508 #include <sys/statvfs.h>
13509 #endif
13510 "
13511 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13512
13513 cat >>confdefs.h <<_ACEOF
13514 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13515 _ACEOF
13516
13517
13518 fi
13519
13520
13521 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13522 #ifdef HAVE_SYS_SOCKET_H
13523 # include <sys/socket.h>
13524 #endif
13525 #ifdef HAVE_SYS_UN_H
13526 # include <sys/un.h>
13527 #endif
13528 "
13529 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13530
13531 cat >>confdefs.h <<_ACEOF
13532 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13533 _ACEOF
13534
13535
13536 fi
13537 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13538 #ifdef HAVE_SYS_SOCKET_H
13539 # include <sys/socket.h>
13540 #endif
13541 #ifdef HAVE_SYS_UN_H
13542 # include <sys/un.h>
13543 #endif
13544 "
13545 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13546
13547 cat >>confdefs.h <<_ACEOF
13548 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13549 _ACEOF
13550
13551
13552 fi
13553 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13554 #ifdef HAVE_SYS_SOCKET_H
13555 # include <sys/socket.h>
13556 #endif
13557 #ifdef HAVE_SYS_UN_H
13558 # include <sys/un.h>
13559 #endif
13560 "
13561 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13562
13563 cat >>confdefs.h <<_ACEOF
13564 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13565 _ACEOF
13566
13567
13568 fi
13569
13570
13571 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13572 #ifdef HAVE_SCSI_SG_H
13573 #include <scsi/sg.h>
13574 #endif
13575 "
13576 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13577
13578 cat >>confdefs.h <<_ACEOF
13579 #define HAVE_SCSIREQ_T_CMD 1
13580 _ACEOF
13581
13582
13583 fi
13584 ac_fn_c_check_member "$LINENO" "sg_io_hdr_t" "interface_id" "ac_cv_member_sg_io_hdr_t_interface_id" "#include <sys/types.h>
13585 #ifdef HAVE_SCSI_SG_H
13586 #include <scsi/sg.h>
13587 #endif
13588 "
13589 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13590
13591 cat >>confdefs.h <<_ACEOF
13592 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13593 _ACEOF
13594
13595
13596 fi
13597
13598
13599 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13600 "
13601 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13602
13603 cat >>confdefs.h <<_ACEOF
13604 #define HAVE_SIGINFO_T_SI_FD 1
13605 _ACEOF
13606
13607
13608 fi
13609
13610
13611 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13612 #ifdef HAVE_SYS_MTIO_H
13613 #include <sys/mtio.h>
13614 #endif
13615 "
13616 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13617
13618 cat >>confdefs.h <<_ACEOF
13619 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13620 _ACEOF
13621
13622
13623 fi
13624 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13625 #ifdef HAVE_SYS_MTIO_H
13626 #include <sys/mtio.h>
13627 #endif
13628 "
13629 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13630
13631 cat >>confdefs.h <<_ACEOF
13632 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13633 _ACEOF
13634
13635
13636 fi
13637 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13638 #ifdef HAVE_SYS_MTIO_H
13639 #include <sys/mtio.h>
13640 #endif
13641 "
13642 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13643
13644 cat >>confdefs.h <<_ACEOF
13645 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13646 _ACEOF
13647
13648
13649 fi
13650
13651
13652 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13653 #include <getopt.h>
13654 #endif
13655 "
13656 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13657
13658 cat >>confdefs.h <<_ACEOF
13659 #define HAVE_STRUCT_OPTION_NAME 1
13660 _ACEOF
13661
13662
13663 fi
13664
13665
13666 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13667 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13668
13669 cat >>confdefs.h <<_ACEOF
13670 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13671 _ACEOF
13672
13673
13674 fi
13675 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13676 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13677
13678 cat >>confdefs.h <<_ACEOF
13679 #define HAVE_STRUCT_STAT_ST_MTIM 1
13680 _ACEOF
13681
13682
13683 fi
13684 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13685 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13686
13687 cat >>confdefs.h <<_ACEOF
13688 #define HAVE_STRUCT_STAT_ST_CTIM 1
13689 _ACEOF
13690
13691
13692 fi
13693 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13694 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13695
13696 cat >>confdefs.h <<_ACEOF
13697 #define HAVE_STRUCT_STAT_ST_ATIM 1
13698 _ACEOF
13699
13700
13701 fi
13702
13703
13704 ac_fn_c_check_member "$LINENO" "struct sockaddr_in6" "sin6_scope_id" "ac_cv_member_struct_sockaddr_in6_sin6_scope_id" "#ifdef HAVE_SYS_TYPES_H
13705 #include <sys/types.h>
13706 #endif
13707 #ifdef HAVE_NETINET_IN_H
13708 #include <netinet/in.h>
13709 #endif
13710 "
13711 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13712
13713 cat >>confdefs.h <<_ACEOF
13714 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13715 _ACEOF
13716
13717
13718 fi
13719
13720
13721 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13722 #include <sys/types.h>
13723 #endif
13724 #ifdef HAVE_NETINET_IN_H
13725 # include <netinet/in.h>
13726 #endif
13727 #ifdef HAVE_ARPA_NAMESER_H
13728 # include <arpa/nameser.h>
13729 #endif
13730 "
13731 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13732
13733 cat >>confdefs.h <<_ACEOF
13734 #define HAVE_NS_MSG__MSG_PTR 1
13735 _ACEOF
13736
13737
13738 fi
13739
13740
13741 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13742 #include <sys/types.h>
13743 #endif
13744 #ifdef HAVE_ALIAS_H
13745 #include <alias.h>
13746 #endif
13747 #ifdef HAVE_SYS_SOCKET_H
13748 #include <sys/socket.h>
13749 #endif
13750 #ifdef HAVE_SYS_SOCKETVAR_H
13751 #include <sys/socketvar.h>
13752 #endif
13753 #ifdef HAVE_SYS_TIMEOUT_H
13754 #include <sys/timeout.h>
13755 #endif
13756 #ifdef HAVE_NETINET_IN_H
13757 #include <netinet/in.h>
13758 #endif
13759 #ifdef HAVE_NETINET_IN_SYSTM_H
13760 #include <netinet/in_systm.h>
13761 #endif
13762 #ifdef HAVE_NETINET_IP_H
13763 #include <netinet/ip.h>
13764 #endif
13765 #ifdef HAVE_NETINET_IP_VAR_H
13766 #include <netinet/ip_var.h>
13767 #endif
13768 #ifdef HAVE_NETINET_IP_ICMP_H
13769 #include <netinet/ip_icmp.h>
13770 #endif
13771 #ifdef HAVE_NETINET_ICMP_VAR
13772 #include <netinet/icmp_var.h>
13773 #endif
13774 "
13775 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13776
13777 cat >>confdefs.h <<_ACEOF
13778 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13779 _ACEOF
13780
13781
13782 fi
13783
13784
13785 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
13786 #include <sys/types.h>
13787 #endif
13788 #ifdef HAVE_NET_IF_H
13789 # include <net/if.h>
13790 #endif
13791 "
13792 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then :
13793
13794 cat >>confdefs.h <<_ACEOF
13795 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
13796 _ACEOF
13797
13798
13799 fi
13800
13801
13802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13803 $as_echo_n "checking for timezone variable... " >&6; }
13804 if test "${ac_cv_have_timezone+set}" = set; then :
13805   $as_echo_n "(cached) " >&6
13806 else
13807   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13808 /* end confdefs.h.  */
13809 #include <time.h>
13810 int
13811 main ()
13812 {
13813 timezone = 1
13814   ;
13815   return 0;
13816 }
13817 _ACEOF
13818 if ac_fn_c_try_link "$LINENO"; then :
13819   ac_cv_have_timezone="yes"
13820 else
13821   ac_cv_have_timezone="no"
13822 fi
13823 rm -f core conftest.err conftest.$ac_objext \
13824     conftest$ac_exeext conftest.$ac_ext
13825 fi
13826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13827 $as_echo "$ac_cv_have_timezone" >&6; }
13828 if test "$ac_cv_have_timezone" = "yes"
13829 then
13830
13831 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13832
13833 fi
13834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13835 $as_echo_n "checking for daylight variable... " >&6; }
13836 if test "${ac_cv_have_daylight+set}" = set; then :
13837   $as_echo_n "(cached) " >&6
13838 else
13839   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13840 /* end confdefs.h.  */
13841 #include <time.h>
13842 int
13843 main ()
13844 {
13845 daylight = 1
13846   ;
13847   return 0;
13848 }
13849 _ACEOF
13850 if ac_fn_c_try_link "$LINENO"; then :
13851   ac_cv_have_daylight="yes"
13852 else
13853   ac_cv_have_daylight="no"
13854 fi
13855 rm -f core conftest.err conftest.$ac_objext \
13856     conftest$ac_exeext conftest.$ac_ext
13857 fi
13858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13859 $as_echo "$ac_cv_have_daylight" >&6; }
13860 if test "$ac_cv_have_daylight" = "yes"
13861 then
13862
13863 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13864
13865 fi
13866
13867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13868 $as_echo_n "checking for isinf... " >&6; }
13869 if test "${ac_cv_have_isinf+set}" = set; then :
13870   $as_echo_n "(cached) " >&6
13871 else
13872   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13873 /* end confdefs.h.  */
13874 #include <math.h>
13875 int
13876 main ()
13877 {
13878 float f = 0.0; int i=isinf(f)
13879   ;
13880   return 0;
13881 }
13882 _ACEOF
13883 if ac_fn_c_try_link "$LINENO"; then :
13884   ac_cv_have_isinf="yes"
13885 else
13886   ac_cv_have_isinf="no"
13887 fi
13888 rm -f core conftest.err conftest.$ac_objext \
13889     conftest$ac_exeext conftest.$ac_ext
13890 fi
13891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13892 $as_echo "$ac_cv_have_isinf" >&6; }
13893 if test "$ac_cv_have_isinf" = "yes"
13894 then
13895
13896 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13897
13898 fi
13899
13900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13901 $as_echo_n "checking for isnan... " >&6; }
13902 if test "${ac_cv_have_isnan+set}" = set; then :
13903   $as_echo_n "(cached) " >&6
13904 else
13905   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13906 /* end confdefs.h.  */
13907 #include <math.h>
13908 int
13909 main ()
13910 {
13911 float f = 0.0; int i=isnan(f)
13912   ;
13913   return 0;
13914 }
13915 _ACEOF
13916 if ac_fn_c_try_link "$LINENO"; then :
13917   ac_cv_have_isnan="yes"
13918 else
13919   ac_cv_have_isnan="no"
13920 fi
13921 rm -f core conftest.err conftest.$ac_objext \
13922     conftest$ac_exeext conftest.$ac_ext
13923 fi
13924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13925 $as_echo "$ac_cv_have_isnan" >&6; }
13926 if test "$ac_cv_have_isnan" = "yes"
13927 then
13928
13929 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13930
13931 fi
13932
13933
13934 case $host_cpu in
13935   *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13936 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13937 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13938   $as_echo_n "(cached) " >&6
13939 else
13940   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13941 /* end confdefs.h.  */
13942 #ifndef __i386__
13943 yes
13944 #endif
13945 _ACEOF
13946 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13947   $EGREP "yes" >/dev/null 2>&1; then :
13948   ac_cv_cpp_def___i386__=yes
13949 else
13950   ac_cv_cpp_def___i386__=no
13951 fi
13952 rm -f conftest*
13953
13954 fi
13955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13956 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13957 if test $ac_cv_cpp_def___i386__ = yes; then :
13958   CFLAGS="$CFLAGS -D__i386__"
13959   LINTFLAGS="$LINTFLAGS -D__i386__"
13960 fi ;;
13961   *x86_64*)         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13962 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13963 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13964   $as_echo_n "(cached) " >&6
13965 else
13966   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13967 /* end confdefs.h.  */
13968 #ifndef __x86_64__
13969 yes
13970 #endif
13971 _ACEOF
13972 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13973   $EGREP "yes" >/dev/null 2>&1; then :
13974   ac_cv_cpp_def___x86_64__=yes
13975 else
13976   ac_cv_cpp_def___x86_64__=no
13977 fi
13978 rm -f conftest*
13979
13980 fi
13981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13982 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13983 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13984   CFLAGS="$CFLAGS -D__x86_64__"
13985   LINTFLAGS="$LINTFLAGS -D__x86_64__"
13986 fi ;;
13987   *alpha*)          { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13988 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13989 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13990   $as_echo_n "(cached) " >&6
13991 else
13992   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13993 /* end confdefs.h.  */
13994 #ifndef __ALPHA__
13995 yes
13996 #endif
13997 _ACEOF
13998 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13999   $EGREP "yes" >/dev/null 2>&1; then :
14000   ac_cv_cpp_def___ALPHA__=yes
14001 else
14002   ac_cv_cpp_def___ALPHA__=no
14003 fi
14004 rm -f conftest*
14005
14006 fi
14007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
14008 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
14009 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
14010   CFLAGS="$CFLAGS -D__ALPHA__"
14011   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
14012 fi ;;
14013   *sparc*)          { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
14014 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
14015 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
14016   $as_echo_n "(cached) " >&6
14017 else
14018   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14019 /* end confdefs.h.  */
14020 #ifndef __sparc__
14021 yes
14022 #endif
14023 _ACEOF
14024 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14025   $EGREP "yes" >/dev/null 2>&1; then :
14026   ac_cv_cpp_def___sparc__=yes
14027 else
14028   ac_cv_cpp_def___sparc__=no
14029 fi
14030 rm -f conftest*
14031
14032 fi
14033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
14034 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
14035 if test $ac_cv_cpp_def___sparc__ = yes; then :
14036   CFLAGS="$CFLAGS -D__sparc__"
14037   LINTFLAGS="$LINTFLAGS -D__sparc__"
14038 fi ;;
14039   *powerpc*)        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
14040 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
14041 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
14042   $as_echo_n "(cached) " >&6
14043 else
14044   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14045 /* end confdefs.h.  */
14046 #ifndef __powerpc__
14047 yes
14048 #endif
14049 _ACEOF
14050 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14051   $EGREP "yes" >/dev/null 2>&1; then :
14052   ac_cv_cpp_def___powerpc__=yes
14053 else
14054   ac_cv_cpp_def___powerpc__=no
14055 fi
14056 rm -f conftest*
14057
14058 fi
14059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
14060 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
14061 if test $ac_cv_cpp_def___powerpc__ = yes; then :
14062   CFLAGS="$CFLAGS -D__powerpc__"
14063   LINTFLAGS="$LINTFLAGS -D__powerpc__"
14064 fi ;;
14065 esac
14066
14067 case $host_vendor in
14068   *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
14069 $as_echo_n "checking whether we need to define __sun__... " >&6; }
14070 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
14071   $as_echo_n "(cached) " >&6
14072 else
14073   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14074 /* end confdefs.h.  */
14075 #ifndef __sun__
14076 yes
14077 #endif
14078 _ACEOF
14079 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14080   $EGREP "yes" >/dev/null 2>&1; then :
14081   ac_cv_cpp_def___sun__=yes
14082 else
14083   ac_cv_cpp_def___sun__=no
14084 fi
14085 rm -f conftest*
14086
14087 fi
14088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
14089 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
14090 if test $ac_cv_cpp_def___sun__ = yes; then :
14091   CFLAGS="$CFLAGS -D__sun__"
14092   LINTFLAGS="$LINTFLAGS -D__sun__"
14093 fi ;;
14094 esac
14095
14096
14097
14098
14099
14100 ac_config_commands="$ac_config_commands include/stamp-h"
14101
14102
14103 ALL_MAKEFILE_DEPENDS="
14104 # Rules automatically generated by configure
14105
14106 .INIT: Makefile
14107 .MAKEFILEDEPS:
14108 all: Makefile
14109 Makefile: Makefile.in Make.rules config.status
14110         @./config.status Make.tmp Makefile"
14111
14112 ALL_WINETEST_DEPENDS="# Test binaries"
14113
14114 ALL_TEST_BINARIES=""
14115
14116
14117 wine_fn_append_file ()
14118 {
14119     as_fn_append $1 " \\$as_nl  $2"
14120 }
14121
14122 wine_fn_append_rule ()
14123 {
14124     as_fn_append $1 "$as_nl$2"
14125 }
14126
14127 wine_fn_all_dir_rules ()
14128 {
14129     wine_fn_append_file ALL_DIRS $1
14130     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14131 "__clean__: $1/__clean__
14132 .PHONY: $1/__clean__
14133 $1/__clean__: $1/Makefile
14134         @cd $1 && \$(MAKE) clean
14135         \$(RM) $1/Makefile
14136 $1/Makefile: $1/Makefile.in config.status $2
14137         @./config.status --file $1/Makefile && cd $1 && \$(MAKE) depend
14138 depend: $1/__depend__
14139 .PHONY: $1/__depend__
14140 $1/__depend__: \$(MAKEDEP) dummy
14141         @./config.status --file $1/Makefile && cd $1 && \$(MAKE) depend"
14142 }
14143
14144 wine_fn_config_makefile ()
14145 {
14146     ac_dir=$1
14147     ac_enable=$2
14148     eval as_val=\$$ac_enable
14149    if test "x$as_val" = x""no; then :
14150   return 0
14151 fi
14152
14153     wine_fn_all_dir_rules $ac_dir "Make.rules \$(MAKEDEP)"
14154     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14155 "all: $ac_dir
14156 .PHONY: $ac_dir
14157 $ac_dir: $ac_dir/Makefile dummy
14158         @cd $ac_dir && \$(MAKE)
14159 install:: $ac_dir
14160         @cd $ac_dir && \$(MAKE) install
14161 install-lib:: $ac_dir
14162         @cd $ac_dir && \$(MAKE) install-lib
14163 install-dev:: $ac_dir
14164         @cd $ac_dir && \$(MAKE) install-dev
14165 uninstall:: $ac_dir/Makefile
14166         @cd $ac_dir && \$(MAKE) uninstall"
14167 }
14168
14169 wine_fn_config_lib ()
14170 {
14171     ac_name=$1
14172     ac_dir=dlls/$ac_name
14173     wine_fn_all_dir_rules $ac_dir "dlls/Makeimplib.rules \$(MAKEDEP)"
14174     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14175 "all __builddeps__: $ac_dir
14176 $ac_dir: $ac_dir/Makefile tools/widl tools/winebuild tools/winegcc include dummy
14177         @cd $ac_dir && \$(MAKE)
14178 install install-dev:: $ac_dir
14179         @cd $ac_dir && \$(MAKE) install
14180 uninstall:: $ac_dir/Makefile
14181         @cd $ac_dir && \$(MAKE) uninstall"
14182 }
14183
14184 wine_fn_config_dll ()
14185 {
14186     ac_dir=$1
14187     ac_enable=$2
14188     ac_implib=$3
14189     ac_implibsrc=$4
14190     ac_file="dlls/$ac_dir/lib$ac_implib"
14191     ac_deps="tools/widl tools/winebuild tools/winegcc include"
14192     ac_implibflags=""
14193
14194     case $ac_dir in
14195       *16) ac_implibflags=" -m16" ;;
14196     esac
14197
14198     wine_fn_all_dir_rules dlls/$ac_dir "dlls/Makedll.rules \$(MAKEDEP)"
14199
14200     eval as_val=\$$ac_enable
14201    if test "x$as_val" = x""no; then :
14202                 test "$ac_enable" != enable_win16 || return 0
14203 else
14204   wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14205 "all: dlls/$ac_dir
14206 .PHONY: dlls/$ac_dir
14207 dlls/$ac_dir: dlls/$ac_dir/Makefile __builddeps__ dummy
14208         @cd dlls/$ac_dir && \$(MAKE)
14209 install:: dlls/$ac_dir/Makefile __builddeps__
14210         @cd dlls/$ac_dir && \$(MAKE) install
14211 install-lib:: dlls/$ac_dir/Makefile __builddeps__
14212         @cd dlls/$ac_dir && \$(MAKE) install-lib
14213 uninstall manpages htmlpages sgmlpages xmlpages:: dlls/$ac_dir/Makefile
14214         @cd dlls/$ac_dir && \$(MAKE) \$@"
14215 fi
14216
14217     if test -n "$ac_implibsrc"
14218     then
14219         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14220 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
14221 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
14222 $ac_file.def: dlls/$ac_dir/$ac_dir.spec dlls/$ac_dir/Makefile
14223         @cd dlls/$ac_dir && \$(MAKE) lib$ac_implib.def
14224 $ac_file.$STATIC_IMPLIBEXT: dlls/$ac_dir/Makefile dummy
14225         @cd dlls/$ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
14226 install-dev:: dlls/$ac_dir/Makefile __builddeps__
14227         @cd dlls/$ac_dir && \$(MAKE) install-dev"
14228         if test "x$CROSSTEST_DISABLE" = x
14229         then
14230             wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14231 "__builddeps__: $ac_file.cross.a
14232 $ac_file.cross.a: dlls/$ac_dir/Makefile dummy
14233         @cd dlls/$ac_dir && \$(MAKE) lib$ac_implib.cross.a"
14234         fi
14235
14236     elif test -n "$ac_implib"
14237     then
14238         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14239 "__builddeps__: $ac_file.$IMPLIBEXT
14240 $ac_file.def: dlls/$ac_dir/$ac_dir.spec dlls/$ac_dir/Makefile \$(WINEBUILD)
14241         \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export \$(SRCDIR)/dlls/$ac_dir/$ac_dir.spec
14242 $ac_file.a: dlls/$ac_dir/$ac_dir.spec dlls/$ac_dir/Makefile \$(WINEBUILD)
14243         \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export \$(SRCDIR)/dlls/$ac_dir/$ac_dir.spec
14244 install-dev:: dlls/$ac_dir/Makefile __builddeps__
14245         @cd dlls/$ac_dir && \$(MAKE) install-dev"
14246         if test "x$CROSSTEST_DISABLE" = x
14247         then
14248             wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14249 "__builddeps__: $ac_file.cross.a
14250 $ac_file.cross.a: dlls/$ac_dir/$ac_dir.spec dlls/$ac_dir/Makefile \$(WINEBUILD)
14251         \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export \$(SRCDIR)/dlls/$ac_dir/$ac_dir.spec"
14252         fi
14253
14254         if test "$ac_dir" != "$ac_implib"
14255         then
14256             wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14257 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
14258 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
14259         \$(RM) \$@ && \$(LN_S) $ac_dir/lib$ac_implib.$IMPLIBEXT \$@
14260 clean::
14261         \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
14262             if test "x$CROSSTEST_DISABLE" = x
14263             then
14264                 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14265 "__builddeps__: dlls/lib$ac_implib.cross.a
14266 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
14267         \$(RM) \$@ && \$(LN_S) $ac_dir/lib$ac_implib.cross.a \$@"
14268             fi
14269         fi
14270     fi
14271 }
14272
14273 wine_fn_config_program ()
14274 {
14275     ac_dir=$1
14276     ac_enable=$2
14277     ac_install=$3
14278     wine_fn_all_dir_rules programs/$ac_dir "programs/Makeprog.rules \$(MAKEDEP)"
14279
14280     eval as_val=\$$ac_enable
14281    if test "x$as_val" = x""no; then :
14282
14283 else
14284   wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14285 "all: programs/$ac_dir
14286 .PHONY: programs/$ac_dir
14287 programs/$ac_dir: programs/$ac_dir/Makefile __builddeps__ dummy
14288         @cd programs/$ac_dir && \$(MAKE)"
14289
14290     test -n "$ac_install" || return
14291     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14292 "install install-lib:: programs/$ac_dir/Makefile __builddeps__
14293         @cd programs/$ac_dir && \$(MAKE) install
14294 uninstall:: programs/$ac_dir/Makefile
14295         @cd programs/$ac_dir && \$(MAKE) uninstall"
14296     if test "$ac_install" = installbin -a -n "$DLLEXT" -a "x$enable_tools" != xno
14297     then
14298         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14299 "install install-lib:: tools \$(DESTDIR)\$(bindir)
14300         \$(INSTALL_SCRIPT) tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_dir
14301 uninstall::
14302         \$(RM) \$(DESTDIR)\$(bindir)/$ac_dir"
14303     fi
14304 fi
14305 }
14306
14307 wine_fn_config_test ()
14308 {
14309     ac_dir=$1
14310     ac_name=$2
14311     wine_fn_append_file ALL_TEST_BINARIES $ac_name.exe
14312     wine_fn_append_rule ALL_WINETEST_DEPENDS \
14313 "$ac_name.exe: \$(TOPOBJDIR)/$ac_dir/$ac_name.exe$DLLEXT
14314         cp \$(TOPOBJDIR)/$ac_dir/$ac_name.exe$DLLEXT \$@ && \$(STRIP) \$@
14315 $ac_name.rc:
14316         echo \"$ac_name.exe TESTRES \\\"$ac_name.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14317 $ac_name.res: $ac_name.rc $ac_name.exe"
14318     wine_fn_all_dir_rules $ac_dir "Maketest.rules \$(MAKEDEP)"
14319
14320     if test "x$enable_tests" = x""no; then :
14321
14322 else
14323   wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14324 "all programs/winetest: $ac_dir
14325 .PHONY: $ac_dir
14326 $ac_dir: $ac_dir/Makefile __builddeps__ dummy
14327         @cd $ac_dir && \$(MAKE)
14328 test: $ac_dir/__test__
14329 .PHONY: $ac_dir/__test__
14330 $ac_dir/__test__: dummy
14331         @cd $ac_dir && \$(MAKE) test
14332 testclean::
14333         \$(RM) $ac_dir/*.ok"
14334
14335         if test "x$CROSSTEST_DISABLE" = x
14336         then
14337             wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14338 "crosstest: $ac_dir/__crosstest__
14339 .PHONY: $ac_dir/__crosstest__
14340 $ac_dir/__crosstest__: $ac_dir/Makefile __builddeps__ dummy
14341         @cd $ac_dir && \$(MAKE) crosstest"
14342         fi
14343 fi
14344 }
14345
14346 wine_fn_config_tool ()
14347 {
14348     ac_dir=$1
14349     ac_deps="Make.rules"
14350     if test "$ac_dir" != tools
14351     then
14352                 ac_deps="$ac_deps \$(MAKEDEP)"
14353     fi
14354     wine_fn_all_dir_rules $ac_dir "$ac_deps"
14355
14356     if test "x$enable_tools" = x""no; then :
14357
14358 else
14359   case $ac_dir in
14360             tools) wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14361 "install:: $ac_dir
14362         @cd $ac_dir && \$(MAKE) install
14363 install-lib:: $ac_dir
14364         @cd $ac_dir && \$(MAKE) install-lib
14365 install-dev:: $ac_dir
14366         @cd $ac_dir && \$(MAKE) install-dev" ;;
14367       *)     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14368 "install install-dev:: $ac_dir
14369         @cd $ac_dir && \$(MAKE) install" ;;
14370       esac
14371       wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14372 "uninstall:: $ac_dir/Makefile
14373         @cd $ac_dir && \$(MAKE) uninstall
14374 all __tooldeps__: $ac_dir
14375 .PHONY: $ac_dir
14376 $ac_dir: $ac_dir/Makefile libs/port dummy
14377         @cd $ac_dir && \$(MAKE)"
14378       case $ac_dir in
14379         tools/winebuild) wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(WINEBUILD): $ac_dir" ;;
14380       esac
14381 fi
14382 }
14383
14384 wine_fn_config_makerules ()
14385 {
14386     ac_rules=$1
14387     ac_deps=$2
14388     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14389 "$ac_rules: $ac_rules.in $ac_deps config.status
14390         @./config.status $ac_rules
14391 distclean::
14392         \$(RM) $ac_rules"
14393 }
14394
14395 wine_fn_config_symlink ()
14396 {
14397     ac_link=$1
14398     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14399 "$ac_link:
14400         @./config.status $ac_link
14401 distclean::
14402         \$(RM) $ac_link"
14403 }
14404
14405 if test "x$CROSSTEST_DISABLE" != x
14406 then
14407     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14408 "crosstest:
14409         @echo \"crosstest is not supported (mingw not installed?)\" && false"
14410 fi
14411 ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
14412 test "$srcdir" = "." || wine_fn_config_symlink dlls/wineps.drv/generic.ppd
14413 if test "x$enable_fonts" != xno; then
14414 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
14415 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf
14416 fi
14417 if test "x$enable_fonts" != xno; then
14418 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
14419 test "$srcdir" = "." || wine_fn_config_symlink fonts/symbol.ttf
14420 fi
14421 if test "x$enable_fonts" != xno; then
14422 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
14423 test "$srcdir" = "." || wine_fn_config_symlink fonts/tahoma.ttf
14424 fi
14425 if test "x$enable_fonts" != xno; then
14426 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
14427 test "$srcdir" = "." || wine_fn_config_symlink fonts/tahomabd.ttf
14428 fi
14429 ac_config_links="$ac_config_links tools/l_intl.nls:tools/l_intl.nls"
14430 test "$srcdir" = "." || wine_fn_config_symlink tools/l_intl.nls
14431 ac_config_links="$ac_config_links wine:tools/winewrapper"
14432 wine_fn_config_symlink wine
14433
14434 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
14435
14436 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
14437
14438 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
14439
14440 ac_config_commands="$ac_config_commands dlls/user32/resources"
14441
14442 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
14443
14444 ac_config_commands="$ac_config_commands include/wine"
14445
14446
14447 wine_fn_config_makerules Make.rules
14448 MAKE_RULES=Make.rules
14449 ac_config_files="$ac_config_files Make.rules"
14450
14451 wine_fn_config_makerules Maketest.rules Make.rules
14452 MAKE_TEST_RULES=Maketest.rules
14453 ac_config_files="$ac_config_files Maketest.rules"
14454
14455 wine_fn_config_makerules dlls/Makedll.rules Make.rules
14456 MAKE_DLL_RULES=dlls/Makedll.rules
14457 ac_config_files="$ac_config_files dlls/Makedll.rules"
14458
14459 wine_fn_config_makerules dlls/Makeimplib.rules Make.rules
14460 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
14461 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
14462
14463 wine_fn_config_makerules programs/Makeprog.rules Make.rules
14464 MAKE_PROG_RULES=programs/Makeprog.rules
14465 ac_config_files="$ac_config_files programs/Makeprog.rules"
14466
14467
14468 wine_fn_config_dll acledit enable_acledit
14469 wine_fn_config_dll aclui enable_aclui aclui
14470 wine_fn_config_dll activeds enable_activeds activeds
14471 wine_fn_config_dll actxprxy enable_actxprxy
14472 wine_fn_config_lib adsiid
14473 wine_fn_config_dll advapi32 enable_advapi32 advapi32
14474 wine_fn_config_test dlls/advapi32/tests advapi32_test
14475 wine_fn_config_dll advpack enable_advpack advpack
14476 wine_fn_config_test dlls/advpack/tests advpack_test
14477 wine_fn_config_dll amstream enable_amstream
14478 wine_fn_config_test dlls/amstream/tests amstream_test
14479 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl
14480 wine_fn_config_dll atl enable_atl atl
14481 wine_fn_config_test dlls/atl/tests atl_test
14482 wine_fn_config_dll authz enable_authz
14483 wine_fn_config_dll avicap32 enable_avicap32 avicap32
14484 wine_fn_config_dll avifil32 enable_avifil32 avifil32
14485 wine_fn_config_test dlls/avifil32/tests avifil32_test
14486 wine_fn_config_dll avifile.dll16 enable_win16
14487 wine_fn_config_dll avrt enable_avrt avrt
14488 wine_fn_config_dll bcrypt enable_bcrypt
14489 wine_fn_config_dll browseui enable_browseui
14490 wine_fn_config_test dlls/browseui/tests browseui_test
14491 wine_fn_config_dll cabinet enable_cabinet cabinet
14492 wine_fn_config_test dlls/cabinet/tests cabinet_test
14493 wine_fn_config_dll capi2032 enable_capi2032 capi2032
14494 wine_fn_config_dll cards enable_cards cards
14495 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 cfgmgr32
14496 wine_fn_config_dll clusapi enable_clusapi clusapi
14497 wine_fn_config_dll comcat enable_comcat
14498 wine_fn_config_test dlls/comcat/tests comcat_test
14499 wine_fn_config_dll comctl32 enable_comctl32 comctl32
14500 wine_fn_config_test dlls/comctl32/tests comctl32_test
14501 wine_fn_config_dll comdlg32 enable_comdlg32 comdlg32
14502 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
14503 wine_fn_config_dll comm.drv16 enable_win16
14504 wine_fn_config_dll commdlg.dll16 enable_win16
14505 wine_fn_config_dll compobj.dll16 enable_win16
14506 wine_fn_config_dll compstui enable_compstui compstui
14507 wine_fn_config_dll credui enable_credui credui
14508 wine_fn_config_test dlls/credui/tests credui_test
14509 wine_fn_config_dll crtdll enable_crtdll crtdll
14510 wine_fn_config_dll crypt32 enable_crypt32 crypt32
14511 wine_fn_config_test dlls/crypt32/tests crypt32_test
14512 wine_fn_config_dll cryptdlg enable_cryptdlg
14513 wine_fn_config_dll cryptdll enable_cryptdll cryptdll
14514 wine_fn_config_dll cryptnet enable_cryptnet cryptnet
14515 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
14516 wine_fn_config_dll cryptui enable_cryptui cryptui
14517 wine_fn_config_test dlls/cryptui/tests cryptui_test
14518 wine_fn_config_dll ctapi32 enable_ctapi32
14519 wine_fn_config_dll ctl3d.dll16 enable_win16
14520 wine_fn_config_dll ctl3d32 enable_ctl3d32 ctl3d32
14521 wine_fn_config_dll ctl3dv2.dll16 enable_win16
14522 wine_fn_config_dll d3d10 enable_d3d10 d3d10
14523 wine_fn_config_test dlls/d3d10/tests d3d10_test
14524 wine_fn_config_dll d3d10core enable_d3d10core d3d10core
14525 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
14526 wine_fn_config_dll d3d8 enable_d3d8 d3d8
14527 wine_fn_config_test dlls/d3d8/tests d3d8_test
14528 wine_fn_config_dll d3d9 enable_d3d9 d3d9
14529 wine_fn_config_test dlls/d3d9/tests d3d9_test
14530 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
14531 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
14532 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
14533 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
14534 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
14535 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
14536 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
14537 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
14538 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
14539 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
14540 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 d3dcompiler
14541 wine_fn_config_test dlls/d3dcompiler_43/tests d3dcompiler_43_test
14542 wine_fn_config_dll d3dim enable_d3dim d3dim
14543 wine_fn_config_dll d3drm enable_d3drm d3drm
14544 wine_fn_config_test dlls/d3drm/tests d3drm_test
14545 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
14546 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
14547 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
14548 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
14549 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
14550 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
14551 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
14552 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
14553 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
14554 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
14555 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
14556 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
14557 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
14558 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
14559 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
14560 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
14561 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
14562 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
14563 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
14564 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
14565 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
14566 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
14567 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
14568 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 d3dx9
14569 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
14570 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
14571 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
14572 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
14573 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
14574 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
14575 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
14576 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
14577 wine_fn_config_dll d3dxof enable_d3dxof d3dxof
14578 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
14579 wine_fn_config_dll dbghelp enable_dbghelp dbghelp
14580 wine_fn_config_dll dciman32 enable_dciman32 dciman32
14581 wine_fn_config_dll ddeml.dll16 enable_win16
14582 wine_fn_config_dll ddraw enable_ddraw ddraw
14583 wine_fn_config_test dlls/ddraw/tests ddraw_test
14584 wine_fn_config_dll ddrawex enable_ddrawex
14585 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
14586 wine_fn_config_dll devenum enable_devenum
14587 wine_fn_config_dll dinput enable_dinput dinput "data_formats.c"
14588 wine_fn_config_test dlls/dinput/tests dinput_test
14589 wine_fn_config_dll dinput8 enable_dinput8 dinput8
14590 wine_fn_config_dll dispdib.dll16 enable_win16
14591 wine_fn_config_dll dispex enable_dispex
14592 wine_fn_config_test dlls/dispex/tests dispex_test
14593 wine_fn_config_dll display.drv16 enable_win16
14594 wine_fn_config_dll dmband enable_dmband
14595 wine_fn_config_dll dmcompos enable_dmcompos
14596 wine_fn_config_dll dmime enable_dmime
14597 wine_fn_config_test dlls/dmime/tests dmime_test
14598 wine_fn_config_dll dmloader enable_dmloader
14599 wine_fn_config_test dlls/dmloader/tests dmloader_test
14600 wine_fn_config_dll dmscript enable_dmscript
14601 wine_fn_config_dll dmstyle enable_dmstyle
14602 wine_fn_config_dll dmsynth enable_dmsynth
14603 wine_fn_config_dll dmusic enable_dmusic
14604 wine_fn_config_dll dmusic32 enable_dmusic32 dmusic32
14605 wine_fn_config_dll dnsapi enable_dnsapi dnsapi
14606 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
14607 wine_fn_config_dll dplay enable_dplay dplay
14608 wine_fn_config_dll dplayx enable_dplayx dplayx
14609 wine_fn_config_test dlls/dplayx/tests dplayx_test
14610 wine_fn_config_dll dpnaddr enable_dpnaddr
14611 wine_fn_config_dll dpnet enable_dpnet dpnet
14612 wine_fn_config_dll dpnhpast enable_dpnhpast
14613 wine_fn_config_dll dpnlobby enable_dpnlobby
14614 wine_fn_config_dll dpwsockx enable_dpwsockx
14615 wine_fn_config_dll drmclien enable_drmclien
14616 wine_fn_config_dll dsound enable_dsound dsound
14617 wine_fn_config_test dlls/dsound/tests dsound_test
14618 wine_fn_config_dll dssenh enable_dssenh
14619 wine_fn_config_dll dswave enable_dswave
14620 wine_fn_config_dll dwmapi enable_dwmapi dwmapi
14621 wine_fn_config_dll dxdiagn enable_dxdiagn
14622 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
14623 wine_fn_config_lib dxerr8
14624 wine_fn_config_lib dxerr9
14625 wine_fn_config_dll dxgi enable_dxgi dxgi
14626 wine_fn_config_test dlls/dxgi/tests dxgi_test
14627 wine_fn_config_lib dxguid
14628 wine_fn_config_dll explorerframe enable_explorerframe
14629 wine_fn_config_test dlls/explorerframe/tests explorerframe_test
14630 wine_fn_config_dll faultrep enable_faultrep
14631 wine_fn_config_dll fltlib enable_fltlib
14632 wine_fn_config_dll fusion enable_fusion
14633 wine_fn_config_test dlls/fusion/tests fusion_test
14634 wine_fn_config_dll fwpuclnt enable_fwpuclnt
14635 wine_fn_config_dll gameux enable_gameux
14636 wine_fn_config_test dlls/gameux/tests gameux_test
14637 wine_fn_config_dll gdi.exe16 enable_win16
14638 wine_fn_config_dll gdi32 enable_gdi32 gdi32
14639 wine_fn_config_test dlls/gdi32/tests gdi32_test
14640 wine_fn_config_dll gdiplus enable_gdiplus gdiplus
14641 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
14642 wine_fn_config_dll glu32 enable_glu32 glu32
14643 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds
14644 wine_fn_config_dll gpkcsp enable_gpkcsp
14645 wine_fn_config_dll hal enable_hal
14646 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx
14647 wine_fn_config_dll hid enable_hid hid
14648 wine_fn_config_dll hlink enable_hlink hlink
14649 wine_fn_config_test dlls/hlink/tests hlink_test
14650 wine_fn_config_dll hnetcfg enable_hnetcfg
14651 wine_fn_config_dll httpapi enable_httpapi
14652 wine_fn_config_dll iccvid enable_iccvid
14653 wine_fn_config_dll icmp enable_icmp
14654 wine_fn_config_dll ifsmgr.vxd enable_win16
14655 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
14656 wine_fn_config_dll imagehlp enable_imagehlp imagehlp
14657 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
14658 wine_fn_config_dll imm.dll16 enable_win16
14659 wine_fn_config_dll imm32 enable_imm32 imm32
14660 wine_fn_config_test dlls/imm32/tests imm32_test
14661 wine_fn_config_dll inetcomm enable_inetcomm inetcomm
14662 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
14663 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl
14664 wine_fn_config_dll inetmib1 enable_inetmib1
14665 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
14666 wine_fn_config_dll infosoft enable_infosoft
14667 wine_fn_config_test dlls/infosoft/tests infosoft_test
14668 wine_fn_config_dll initpki enable_initpki
14669 wine_fn_config_dll inkobj enable_inkobj
14670 wine_fn_config_dll inseng enable_inseng
14671 wine_fn_config_dll iphlpapi enable_iphlpapi iphlpapi
14672 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
14673 wine_fn_config_dll itircl enable_itircl
14674 wine_fn_config_dll itss enable_itss
14675 wine_fn_config_test dlls/itss/tests itss_test
14676 wine_fn_config_dll jscript enable_jscript
14677 wine_fn_config_test dlls/jscript/tests jscript_test
14678 wine_fn_config_dll kernel32 enable_kernel32 kernel32
14679 wine_fn_config_test dlls/kernel32/tests kernel32_test
14680 wine_fn_config_dll keyboard.drv16 enable_win16
14681 wine_fn_config_dll krnl386.exe16 enable_win16 kernel
14682 wine_fn_config_dll loadperf enable_loadperf loadperf
14683 wine_fn_config_dll localspl enable_localspl
14684 wine_fn_config_test dlls/localspl/tests localspl_test
14685 wine_fn_config_dll localui enable_localui
14686 wine_fn_config_test dlls/localui/tests localui_test
14687 wine_fn_config_dll lz32 enable_lz32 lz32
14688 wine_fn_config_test dlls/lz32/tests lz32_test
14689 wine_fn_config_dll lzexpand.dll16 enable_win16
14690 wine_fn_config_dll mapi32 enable_mapi32 mapi32
14691 wine_fn_config_test dlls/mapi32/tests mapi32_test
14692 wine_fn_config_dll mapistub enable_mapistub
14693 wine_fn_config_dll mciavi32 enable_mciavi32
14694 wine_fn_config_dll mcicda enable_mcicda
14695 wine_fn_config_dll mciqtz32 enable_mciqtz32
14696 wine_fn_config_dll mciseq enable_mciseq
14697 wine_fn_config_dll mciwave enable_mciwave
14698 wine_fn_config_dll midimap enable_midimap
14699 wine_fn_config_dll mlang enable_mlang mlang
14700 wine_fn_config_test dlls/mlang/tests mlang_test
14701 wine_fn_config_dll mmdevapi enable_mmdevapi
14702 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
14703 wine_fn_config_dll mmdevldr.vxd enable_win16
14704 wine_fn_config_dll mmsystem.dll16 enable_win16
14705 wine_fn_config_dll monodebg.vxd enable_win16
14706 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
14707 wine_fn_config_dll mouse.drv16 enable_win16
14708 wine_fn_config_dll mpr enable_mpr mpr
14709 wine_fn_config_dll mprapi enable_mprapi mprapi
14710 wine_fn_config_dll msacm.dll16 enable_win16
14711 wine_fn_config_dll msacm32.drv enable_msacm32_drv
14712 wine_fn_config_dll msacm32 enable_msacm32 msacm32
14713 wine_fn_config_test dlls/msacm32/tests msacm32_test
14714 wine_fn_config_dll msadp32.acm enable_msadp32_acm
14715 wine_fn_config_dll mscat32 enable_mscat32
14716 wine_fn_config_dll mscms enable_mscms mscms
14717 wine_fn_config_test dlls/mscms/tests mscms_test
14718 wine_fn_config_dll mscoree enable_mscoree
14719 wine_fn_config_test dlls/mscoree/tests mscoree_test
14720 wine_fn_config_dll msctf enable_msctf
14721 wine_fn_config_test dlls/msctf/tests msctf_test
14722 wine_fn_config_dll msdaps enable_msdaps
14723 wine_fn_config_dll msdmo enable_msdmo msdmo
14724 wine_fn_config_dll msftedit enable_msftedit
14725 wine_fn_config_dll msg711.acm enable_msg711_acm
14726 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
14727 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb
14728 wine_fn_config_dll mshtml enable_mshtml mshtml
14729 wine_fn_config_test dlls/mshtml/tests mshtml_test
14730 wine_fn_config_dll msi enable_msi msi
14731 wine_fn_config_test dlls/msi/tests msi_test
14732 wine_fn_config_dll msimg32 enable_msimg32 msimg32
14733 wine_fn_config_dll msimtf enable_msimtf
14734 wine_fn_config_dll msisip enable_msisip
14735 wine_fn_config_dll msisys.ocx enable_msisys_ocx
14736 wine_fn_config_dll msnet32 enable_msnet32
14737 wine_fn_config_dll msrle32 enable_msrle32
14738 wine_fn_config_dll mssign32 enable_mssign32
14739 wine_fn_config_dll mssip32 enable_mssip32
14740 wine_fn_config_dll mstask enable_mstask
14741 wine_fn_config_test dlls/mstask/tests mstask_test
14742 wine_fn_config_dll msvcirt enable_msvcirt
14743 wine_fn_config_dll msvcp80 enable_msvcp80
14744 wine_fn_config_dll msvcp90 enable_msvcp90
14745 wine_fn_config_test dlls/msvcp90/tests msvcp90_test
14746 wine_fn_config_dll msvcr100 enable_msvcr100
14747 wine_fn_config_dll msvcr70 enable_msvcr70 msvcr70
14748 wine_fn_config_dll msvcr71 enable_msvcr71 msvcr71
14749 wine_fn_config_dll msvcr80 enable_msvcr80
14750 wine_fn_config_dll msvcr90 enable_msvcr90
14751 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
14752 wine_fn_config_dll msvcrt enable_msvcrt msvcrt
14753 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
14754 wine_fn_config_dll msvcrt20 enable_msvcrt20 msvcrt20
14755 wine_fn_config_dll msvcrt40 enable_msvcrt40 msvcrt40
14756 wine_fn_config_dll msvcrtd enable_msvcrtd msvcrtd
14757 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
14758 wine_fn_config_dll msvfw32 enable_msvfw32 msvfw32
14759 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
14760 wine_fn_config_dll msvidc32 enable_msvidc32
14761 wine_fn_config_dll msvideo.dll16 enable_win16
14762 wine_fn_config_dll mswsock enable_mswsock mswsock
14763 wine_fn_config_dll msxml3 enable_msxml3
14764 wine_fn_config_test dlls/msxml3/tests msxml3_test
14765 wine_fn_config_dll msxml4 enable_msxml4
14766 wine_fn_config_dll msxml6 enable_msxml6
14767 wine_fn_config_dll nddeapi enable_nddeapi nddeapi
14768 wine_fn_config_dll netapi32 enable_netapi32 netapi32
14769 wine_fn_config_test dlls/netapi32/tests netapi32_test
14770 wine_fn_config_dll newdev enable_newdev newdev
14771 wine_fn_config_dll ntdll enable_ntdll ntdll
14772 wine_fn_config_test dlls/ntdll/tests ntdll_test
14773 wine_fn_config_dll ntdsapi enable_ntdsapi ntdsapi
14774 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
14775 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe ntoskrnl.exe
14776 wine_fn_config_dll ntprint enable_ntprint
14777 wine_fn_config_test dlls/ntprint/tests ntprint_test
14778 wine_fn_config_dll objsel enable_objsel
14779 wine_fn_config_dll odbc32 enable_odbc32 odbc32
14780 wine_fn_config_dll odbccp32 enable_odbccp32 odbccp32
14781 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
14782 wine_fn_config_dll ole2.dll16 enable_win16
14783 wine_fn_config_dll ole2conv.dll16 enable_win16
14784 wine_fn_config_dll ole2disp.dll16 enable_win16
14785 wine_fn_config_dll ole2nls.dll16 enable_win16
14786 wine_fn_config_dll ole2prox.dll16 enable_win16
14787 wine_fn_config_dll ole2thk.dll16 enable_win16
14788 wine_fn_config_dll ole32 enable_ole32 ole32
14789 wine_fn_config_test dlls/ole32/tests ole32_test
14790 wine_fn_config_dll oleacc enable_oleacc oleacc
14791 wine_fn_config_test dlls/oleacc/tests oleacc_test
14792 wine_fn_config_dll oleaut32 enable_oleaut32 oleaut32
14793 wine_fn_config_test dlls/oleaut32/tests oleaut32_test
14794 wine_fn_config_dll olecli.dll16 enable_win16
14795 wine_fn_config_dll olecli32 enable_olecli32 olecli32
14796 wine_fn_config_dll oledb32 enable_oledb32
14797 wine_fn_config_test dlls/oledb32/tests oledb32_test
14798 wine_fn_config_dll oledlg enable_oledlg oledlg
14799 wine_fn_config_dll olepro32 enable_olepro32 olepro32
14800 wine_fn_config_dll olesvr.dll16 enable_win16
14801 wine_fn_config_dll olesvr32 enable_olesvr32 olesvr32
14802 wine_fn_config_dll olethk32 enable_olethk32
14803 wine_fn_config_dll openal32 enable_openal32
14804 wine_fn_config_dll opengl32 enable_opengl32 opengl32
14805 wine_fn_config_test dlls/opengl32/tests opengl32_test
14806 wine_fn_config_dll pdh enable_pdh pdh
14807 wine_fn_config_test dlls/pdh/tests pdh_test
14808 wine_fn_config_dll pidgen enable_pidgen
14809 wine_fn_config_dll powrprof enable_powrprof powrprof
14810 wine_fn_config_dll printui enable_printui
14811 wine_fn_config_dll propsys enable_propsys propsys
14812 wine_fn_config_test dlls/propsys/tests propsys_test
14813 wine_fn_config_dll psapi enable_psapi psapi
14814 wine_fn_config_test dlls/psapi/tests psapi_test
14815 wine_fn_config_dll pstorec enable_pstorec
14816 wine_fn_config_dll qcap enable_qcap
14817 wine_fn_config_dll qedit enable_qedit
14818 wine_fn_config_test dlls/qedit/tests qedit_test
14819 wine_fn_config_dll qmgr enable_qmgr
14820 wine_fn_config_test dlls/qmgr/tests qmgr_test
14821 wine_fn_config_dll qmgrprxy enable_qmgrprxy
14822 wine_fn_config_dll quartz enable_quartz quartz
14823 wine_fn_config_test dlls/quartz/tests quartz_test
14824 wine_fn_config_dll query enable_query
14825 wine_fn_config_dll rasapi16.dll16 enable_win16
14826 wine_fn_config_dll rasapi32 enable_rasapi32 rasapi32
14827 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
14828 wine_fn_config_dll rasdlg enable_rasdlg rasdlg
14829 wine_fn_config_dll resutils enable_resutils resutils
14830 wine_fn_config_dll riched20 enable_riched20 riched20
14831 wine_fn_config_test dlls/riched20/tests riched20_test
14832 wine_fn_config_dll riched32 enable_riched32
14833 wine_fn_config_test dlls/riched32/tests riched32_test
14834 wine_fn_config_dll rpcrt4 enable_rpcrt4 rpcrt4
14835 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test
14836 wine_fn_config_dll rsabase enable_rsabase
14837 wine_fn_config_dll rsaenh enable_rsaenh rsaenh
14838 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
14839 wine_fn_config_dll rstrtmgr enable_rstrtmgr
14840 wine_fn_config_dll rtutils enable_rtutils rtutils
14841 wine_fn_config_dll samlib enable_samlib
14842 wine_fn_config_dll sane.ds enable_sane_ds
14843 wine_fn_config_dll sccbase enable_sccbase
14844 wine_fn_config_dll schannel enable_schannel
14845 wine_fn_config_test dlls/schannel/tests schannel_test
14846 wine_fn_config_dll secur32 enable_secur32 secur32
14847 wine_fn_config_test dlls/secur32/tests secur32_test
14848 wine_fn_config_dll security enable_security
14849 wine_fn_config_dll sensapi enable_sensapi sensapi
14850 wine_fn_config_dll serialui enable_serialui serialui
14851 wine_fn_config_test dlls/serialui/tests serialui_test
14852 wine_fn_config_dll setupapi enable_setupapi setupapi
14853 wine_fn_config_test dlls/setupapi/tests setupapi_test
14854 wine_fn_config_dll setupx.dll16 enable_win16
14855 wine_fn_config_dll sfc enable_sfc sfc
14856 wine_fn_config_dll sfc_os enable_sfc_os sfc_os
14857 wine_fn_config_dll shdoclc enable_shdoclc
14858 wine_fn_config_dll shdocvw enable_shdocvw shdocvw
14859 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
14860 wine_fn_config_dll shell.dll16 enable_win16
14861 wine_fn_config_dll shell32 enable_shell32 shell32
14862 wine_fn_config_test dlls/shell32/tests shell32_test
14863 wine_fn_config_dll shfolder enable_shfolder shfolder
14864 wine_fn_config_dll shlwapi enable_shlwapi shlwapi
14865 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
14866 wine_fn_config_dll slbcsp enable_slbcsp
14867 wine_fn_config_dll slc enable_slc slc
14868 wine_fn_config_dll snmpapi enable_snmpapi snmpapi
14869 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
14870 wine_fn_config_dll softpub enable_softpub
14871 wine_fn_config_dll sound.drv16 enable_win16
14872 wine_fn_config_dll spoolss enable_spoolss spoolss
14873 wine_fn_config_test dlls/spoolss/tests spoolss_test
14874 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb
14875 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb
14876 wine_fn_config_dll sti enable_sti sti
14877 wine_fn_config_test dlls/sti/tests sti_test
14878 wine_fn_config_dll storage.dll16 enable_win16
14879 wine_fn_config_dll stress.dll16 enable_win16
14880 wine_fn_config_lib strmiids
14881 wine_fn_config_dll svrapi enable_svrapi
14882 wine_fn_config_dll sxs enable_sxs
14883 wine_fn_config_dll system.drv16 enable_win16
14884 wine_fn_config_dll t2embed enable_t2embed
14885 wine_fn_config_dll tapi32 enable_tapi32 tapi32
14886 wine_fn_config_dll toolhelp.dll16 enable_win16
14887 wine_fn_config_dll traffic enable_traffic
14888 wine_fn_config_dll twain.dll16 enable_win16
14889 wine_fn_config_dll twain_32 enable_twain_32
14890 wine_fn_config_test dlls/twain_32/tests twain_32_test
14891 wine_fn_config_dll typelib.dll16 enable_win16
14892 wine_fn_config_dll unicows enable_unicows unicows
14893 wine_fn_config_dll updspapi enable_updspapi
14894 wine_fn_config_dll url enable_url url
14895 wine_fn_config_dll urlmon enable_urlmon urlmon
14896 wine_fn_config_test dlls/urlmon/tests urlmon_test
14897 wine_fn_config_dll usbd.sys enable_usbd_sys usbd.sys
14898 wine_fn_config_dll user.exe16 enable_win16
14899 wine_fn_config_dll user32 enable_user32 user32
14900 wine_fn_config_test dlls/user32/tests user32_test
14901 wine_fn_config_dll userenv enable_userenv userenv
14902 wine_fn_config_test dlls/userenv/tests userenv_test
14903 wine_fn_config_dll usp10 enable_usp10 usp10
14904 wine_fn_config_test dlls/usp10/tests usp10_test
14905 wine_fn_config_lib uuid
14906 wine_fn_config_dll uxtheme enable_uxtheme uxtheme
14907 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
14908 wine_fn_config_dll vdhcp.vxd enable_win16
14909 wine_fn_config_dll vdmdbg enable_vdmdbg vdmdbg
14910 wine_fn_config_dll ver.dll16 enable_win16
14911 wine_fn_config_dll version enable_version version
14912 wine_fn_config_test dlls/version/tests version_test
14913 wine_fn_config_dll vmm.vxd enable_win16
14914 wine_fn_config_dll vnbt.vxd enable_win16
14915 wine_fn_config_dll vnetbios.vxd enable_win16
14916 wine_fn_config_dll vtdapi.vxd enable_win16
14917 wine_fn_config_dll vwin32.vxd enable_win16
14918 wine_fn_config_dll w32skrnl enable_win16
14919 wine_fn_config_dll w32sys.dll16 enable_win16
14920 wine_fn_config_dll wbemprox enable_wbemprox
14921 wine_fn_config_dll wer enable_wer
14922 wine_fn_config_dll wiaservc enable_wiaservc
14923 wine_fn_config_dll win32s16.dll16 enable_win16
14924 wine_fn_config_dll win87em.dll16 enable_win16
14925 wine_fn_config_dll winaspi.dll16 enable_win16
14926 wine_fn_config_dll windebug.dll16 enable_win16
14927 wine_fn_config_dll windowscodecs enable_windowscodecs windowscodecs
14928 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
14929 wine_fn_config_dll winealsa.drv enable_winealsa_drv
14930 wine_fn_config_dll wineaudioio.drv enable_wineaudioio_drv
14931 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
14932 wine_fn_config_lib winecrt0
14933 wine_fn_config_dll wined3d enable_wined3d wined3d
14934 wine_fn_config_dll wineesd.drv enable_wineesd_drv
14935 wine_fn_config_dll winejack.drv enable_winejack_drv
14936 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
14937 wine_fn_config_dll winemapi enable_winemapi
14938 wine_fn_config_dll winemp3.acm enable_winemp3_acm
14939 wine_fn_config_dll winenas.drv enable_winenas_drv
14940 wine_fn_config_dll wineoss.drv enable_wineoss_drv
14941 wine_fn_config_dll wineps.drv enable_wineps_drv
14942 wine_fn_config_dll wineps16.drv16 enable_win16
14943 wine_fn_config_dll winequartz.drv enable_winequartz_drv
14944 wine_fn_config_dll winex11.drv enable_winex11_drv
14945 wine_fn_config_dll wing.dll16 enable_win16
14946 wine_fn_config_dll wing32 enable_wing32
14947 wine_fn_config_dll winhttp enable_winhttp winhttp
14948 wine_fn_config_test dlls/winhttp/tests winhttp_test
14949 wine_fn_config_dll wininet enable_wininet wininet
14950 wine_fn_config_test dlls/wininet/tests wininet_test
14951 wine_fn_config_dll winmm enable_winmm winmm
14952 wine_fn_config_test dlls/winmm/tests winmm_test
14953 wine_fn_config_dll winnls.dll16 enable_win16
14954 wine_fn_config_dll winnls32 enable_winnls32 winnls32
14955 wine_fn_config_dll winscard enable_winscard winscard
14956 wine_fn_config_dll winsock.dll16 enable_win16
14957 wine_fn_config_dll winspool.drv enable_winspool_drv winspool
14958 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
14959 wine_fn_config_dll wintab.dll16 enable_win16
14960 wine_fn_config_dll wintab32 enable_wintab32 wintab32
14961 wine_fn_config_test dlls/wintab32/tests wintab32_test
14962 wine_fn_config_dll wintrust enable_wintrust wintrust
14963 wine_fn_config_test dlls/wintrust/tests wintrust_test
14964 wine_fn_config_dll wldap32 enable_wldap32 wldap32
14965 wine_fn_config_test dlls/wldap32/tests wldap32_test
14966 wine_fn_config_dll wmi enable_wmi
14967 wine_fn_config_dll wmiutils enable_wmiutils
14968 wine_fn_config_dll wnaspi32 enable_wnaspi32 wnaspi32
14969 wine_fn_config_dll wow32 enable_win16 wow32
14970 wine_fn_config_dll ws2_32 enable_ws2_32 ws2_32
14971 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
14972 wine_fn_config_dll wsock32 enable_wsock32 wsock32
14973 wine_fn_config_dll wtsapi32 enable_wtsapi32 wtsapi32
14974 wine_fn_config_dll wuapi enable_wuapi
14975 wine_fn_config_dll wuaueng enable_wuaueng
14976 wine_fn_config_dll xinput1_1 enable_xinput1_1
14977 wine_fn_config_dll xinput1_2 enable_xinput1_2
14978 wine_fn_config_dll xinput1_3 enable_xinput1_3 xinput
14979 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
14980 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
14981 wine_fn_config_dll xmllite enable_xmllite
14982 wine_fn_config_test dlls/xmllite/tests xmllite_test
14983 wine_fn_config_makefile documentation enable_documentation
14984 wine_fn_config_makefile fonts enable_fonts
14985 wine_fn_config_makefile include enable_include
14986 wine_fn_config_makefile libs/port enable_libs_port
14987 wine_fn_config_makefile libs/wine enable_libs_wine
14988 wine_fn_config_makefile libs/wpp enable_libs_wpp
14989 wine_fn_config_makefile loader enable_loader
14990 wine_fn_config_program attrib enable_attrib install
14991 wine_fn_config_program cacls enable_cacls install
14992 wine_fn_config_program clock enable_clock install
14993 wine_fn_config_program cmd enable_cmd install
14994 wine_fn_config_test programs/cmd/tests cmd.exe_test
14995 wine_fn_config_program cmdlgtst enable_cmdlgtst
14996 wine_fn_config_program control enable_control install
14997 wine_fn_config_program dxdiag enable_dxdiag install
14998 wine_fn_config_program eject enable_eject install
14999 wine_fn_config_program expand enable_expand install
15000 wine_fn_config_program explorer enable_explorer install
15001 wine_fn_config_program extrac32 enable_extrac32 install
15002 wine_fn_config_program hh enable_hh install
15003 wine_fn_config_program icinfo enable_icinfo install
15004 wine_fn_config_program iexplore enable_iexplore install
15005 wine_fn_config_program ipconfig enable_ipconfig install
15006 wine_fn_config_program lodctr enable_lodctr install
15007 wine_fn_config_program mshta enable_mshta install
15008 wine_fn_config_program msiexec enable_msiexec installbin
15009 wine_fn_config_program net enable_net install
15010 wine_fn_config_program ngen enable_ngen install
15011 wine_fn_config_program notepad enable_notepad installbin
15012 wine_fn_config_program oleview enable_oleview install
15013 wine_fn_config_program ping enable_ping install
15014 wine_fn_config_program progman enable_progman install
15015 wine_fn_config_program reg enable_reg install
15016 wine_fn_config_program regedit enable_regedit installbin
15017 wine_fn_config_test programs/regedit/tests regedit.exe_test
15018 wine_fn_config_program regsvr32 enable_regsvr32 installbin
15019 wine_fn_config_program rpcss enable_rpcss install
15020 wine_fn_config_program rundll.exe16 enable_win16 install
15021 wine_fn_config_program rundll32 enable_rundll32 install
15022 wine_fn_config_program sc enable_sc install
15023 wine_fn_config_program secedit enable_secedit install
15024 wine_fn_config_program services enable_services install
15025 wine_fn_config_program spoolsv enable_spoolsv install
15026 wine_fn_config_program start enable_start install
15027 wine_fn_config_program svchost enable_svchost install
15028 wine_fn_config_program taskmgr enable_taskmgr install
15029 wine_fn_config_program termsv enable_termsv install
15030 wine_fn_config_program uninstaller enable_uninstaller install
15031 wine_fn_config_program unlodctr enable_unlodctr install
15032 wine_fn_config_program view enable_view
15033 wine_fn_config_program wineboot enable_wineboot installbin
15034 wine_fn_config_program winebrowser enable_winebrowser install
15035 wine_fn_config_program winecfg enable_winecfg installbin
15036 wine_fn_config_program wineconsole enable_wineconsole installbin
15037 wine_fn_config_program winedbg enable_winedbg installbin
15038 wine_fn_config_program winedevice enable_winedevice install
15039 wine_fn_config_program winefile enable_winefile installbin
15040 wine_fn_config_program winemenubuilder enable_winemenubuilder install
15041 wine_fn_config_program winemine enable_winemine installbin
15042 wine_fn_config_program winepath enable_winepath installbin
15043 wine_fn_config_program winetest enable_winetest
15044 wine_fn_config_program winevdm enable_win16 install
15045 wine_fn_config_program winhelp.exe16 enable_win16 install
15046 wine_fn_config_program winhlp32 enable_winhlp32 install
15047 wine_fn_config_program winoldap.mod16 enable_win16 install
15048 wine_fn_config_program winver enable_winver install
15049 wine_fn_config_program wordpad enable_wordpad install
15050 wine_fn_config_program write enable_write install
15051 wine_fn_config_program wscript enable_wscript install
15052 wine_fn_config_program xcopy enable_xcopy install
15053 wine_fn_config_makefile server enable_server
15054 wine_fn_config_tool tools
15055 wine_fn_config_tool tools/widl
15056 wine_fn_config_tool tools/winebuild
15057 wine_fn_config_tool tools/winedump
15058 wine_fn_config_tool tools/winegcc
15059 wine_fn_config_tool tools/wmc
15060 wine_fn_config_tool tools/wrc
15061
15062 ac_config_commands="$ac_config_commands Makefile"
15063
15064
15065 ac_config_files="$ac_config_files Make.tmp:Makefile.in"
15066
15067
15068
15069 if test -n "$with_wine64"
15070 then
15071 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "all: fonts server $with_wine64/loader/wine
15072 fonts server:
15073         \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
15074 $with_wine64/loader/wine:
15075         \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
15076 clean::
15077         \$(RM) fonts server $with_wine64/loader/wine"
15078 fi
15079
15080 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "uninstall::
15081         -rmdir \$(DESTDIR)\$(datadir)/wine \$(DESTDIR)\$(fakedlldir) \$(DESTDIR)\$(dlldir)"
15082
15083 cat >confcache <<\_ACEOF
15084 # This file is a shell script that caches the results of configure
15085 # tests run on this system so they can be shared between configure
15086 # scripts and configure runs, see configure's option --config-cache.
15087 # It is not useful on other systems.  If it contains results you don't
15088 # want to keep, you may remove or edit it.
15089 #
15090 # config.status only pays attention to the cache file if you give it
15091 # the --recheck option to rerun configure.
15092 #
15093 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15094 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15095 # following values.
15096
15097 _ACEOF
15098
15099 # The following way of writing the cache mishandles newlines in values,
15100 # but we know of no workaround that is simple, portable, and efficient.
15101 # So, we kill variables containing newlines.
15102 # Ultrix sh set writes to stderr and can't be redirected directly,
15103 # and sets the high bit in the cache file unless we assign to the vars.
15104 (
15105   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15106     eval ac_val=\$$ac_var
15107     case $ac_val in #(
15108     *${as_nl}*)
15109       case $ac_var in #(
15110       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15111 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15112       esac
15113       case $ac_var in #(
15114       _ | IFS | as_nl) ;; #(
15115       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15116       *) { eval $ac_var=; unset $ac_var;} ;;
15117       esac ;;
15118     esac
15119   done
15120
15121   (set) 2>&1 |
15122     case $as_nl`(ac_space=' '; set) 2>&1` in #(
15123     *${as_nl}ac_space=\ *)
15124       # `set' does not quote correctly, so add quotes: double-quote
15125       # substitution turns \\\\ into \\, and sed turns \\ into \.
15126       sed -n \
15127         "s/'/'\\\\''/g;
15128           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15129       ;; #(
15130     *)
15131       # `set' quotes correctly as required by POSIX, so do not add quotes.
15132       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15133       ;;
15134     esac |
15135     sort
15136 ) |
15137   sed '
15138      /^ac_cv_env_/b end
15139      t clear
15140      :clear
15141      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15142      t end
15143      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15144      :end' >>confcache
15145 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15146   if test -w "$cache_file"; then
15147     test "x$cache_file" != "x/dev/null" &&
15148       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15149 $as_echo "$as_me: updating cache $cache_file" >&6;}
15150     cat confcache >$cache_file
15151   else
15152     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15153 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15154   fi
15155 fi
15156 rm -f confcache
15157
15158 test "x$prefix" = xNONE && prefix=$ac_default_prefix
15159 # Let make expand exec_prefix.
15160 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15161
15162 DEFS=-DHAVE_CONFIG_H
15163
15164 ac_libobjs=
15165 ac_ltlibobjs=
15166 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15167   # 1. Remove the extension, and $U if already installed.
15168   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15169   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15170   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
15171   #    will be set to the directory where LIBOBJS objects are built.
15172   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15173   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
15174 done
15175 LIBOBJS=$ac_libobjs
15176
15177 LTLIBOBJS=$ac_ltlibobjs
15178
15179
15180
15181 : ${CONFIG_STATUS=./config.status}
15182 ac_write_fail=0
15183 ac_clean_files_save=$ac_clean_files
15184 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15185 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15186 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15187 as_write_fail=0
15188 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15189 #! $SHELL
15190 # Generated by $as_me.
15191 # Run this file to recreate the current configuration.
15192 # Compiler output produced by configure, useful for debugging
15193 # configure, is in config.log if it exists.
15194
15195 debug=false
15196 ac_cs_recheck=false
15197 ac_cs_silent=false
15198
15199 SHELL=\${CONFIG_SHELL-$SHELL}
15200 export SHELL
15201 _ASEOF
15202 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15203 ## -------------------- ##
15204 ## M4sh Initialization. ##
15205 ## -------------------- ##
15206
15207 # Be more Bourne compatible
15208 DUALCASE=1; export DUALCASE # for MKS sh
15209 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15210   emulate sh
15211   NULLCMD=:
15212   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15213   # is contrary to our usage.  Disable this feature.
15214   alias -g '${1+"$@"}'='"$@"'
15215   setopt NO_GLOB_SUBST
15216 else
15217   case `(set -o) 2>/dev/null` in #(
15218   *posix*) :
15219     set -o posix ;; #(
15220   *) :
15221      ;;
15222 esac
15223 fi
15224
15225
15226 as_nl='
15227 '
15228 export as_nl
15229 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15230 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15231 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15232 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15233 # Prefer a ksh shell builtin over an external printf program on Solaris,
15234 # but without wasting forks for bash or zsh.
15235 if test -z "$BASH_VERSION$ZSH_VERSION" \
15236     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15237   as_echo='print -r --'
15238   as_echo_n='print -rn --'
15239 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15240   as_echo='printf %s\n'
15241   as_echo_n='printf %s'
15242 else
15243   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15244     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15245     as_echo_n='/usr/ucb/echo -n'
15246   else
15247     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15248     as_echo_n_body='eval
15249       arg=$1;
15250       case $arg in #(
15251       *"$as_nl"*)
15252         expr "X$arg" : "X\\(.*\\)$as_nl";
15253         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15254       esac;
15255       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15256     '
15257     export as_echo_n_body
15258     as_echo_n='sh -c $as_echo_n_body as_echo'
15259   fi
15260   export as_echo_body
15261   as_echo='sh -c $as_echo_body as_echo'
15262 fi
15263
15264 # The user is always right.
15265 if test "${PATH_SEPARATOR+set}" != set; then
15266   PATH_SEPARATOR=:
15267   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15268     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15269       PATH_SEPARATOR=';'
15270   }
15271 fi
15272
15273
15274 # IFS
15275 # We need space, tab and new line, in precisely that order.  Quoting is
15276 # there to prevent editors from complaining about space-tab.
15277 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15278 # splitting by setting IFS to empty value.)
15279 IFS=" ""        $as_nl"
15280
15281 # Find who we are.  Look in the path if we contain no directory separator.
15282 case $0 in #((
15283   *[\\/]* ) as_myself=$0 ;;
15284   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15285 for as_dir in $PATH
15286 do
15287   IFS=$as_save_IFS
15288   test -z "$as_dir" && as_dir=.
15289     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15290   done
15291 IFS=$as_save_IFS
15292
15293      ;;
15294 esac
15295 # We did not find ourselves, most probably we were run as `sh COMMAND'
15296 # in which case we are not to be found in the path.
15297 if test "x$as_myself" = x; then
15298   as_myself=$0
15299 fi
15300 if test ! -f "$as_myself"; then
15301   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15302   exit 1
15303 fi
15304
15305 # Unset variables that we do not need and which cause bugs (e.g. in
15306 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
15307 # suppresses any "Segmentation fault" message there.  '((' could
15308 # trigger a bug in pdksh 5.2.14.
15309 for as_var in BASH_ENV ENV MAIL MAILPATH
15310 do eval test x\${$as_var+set} = xset \
15311   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15312 done
15313 PS1='$ '
15314 PS2='> '
15315 PS4='+ '
15316
15317 # NLS nuisances.
15318 LC_ALL=C
15319 export LC_ALL
15320 LANGUAGE=C
15321 export LANGUAGE
15322
15323 # CDPATH.
15324 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15325
15326
15327 # as_fn_error ERROR [LINENO LOG_FD]
15328 # ---------------------------------
15329 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15330 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15331 # script with status $?, using 1 if that was 0.
15332 as_fn_error ()
15333 {
15334   as_status=$?; test $as_status -eq 0 && as_status=1
15335   if test "$3"; then
15336     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15337     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
15338   fi
15339   $as_echo "$as_me: error: $1" >&2
15340   as_fn_exit $as_status
15341 } # as_fn_error
15342
15343
15344 # as_fn_set_status STATUS
15345 # -----------------------
15346 # Set $? to STATUS, without forking.
15347 as_fn_set_status ()
15348 {
15349   return $1
15350 } # as_fn_set_status
15351
15352 # as_fn_exit STATUS
15353 # -----------------
15354 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15355 as_fn_exit ()
15356 {
15357   set +e
15358   as_fn_set_status $1
15359   exit $1
15360 } # as_fn_exit
15361
15362 # as_fn_unset VAR
15363 # ---------------
15364 # Portably unset VAR.
15365 as_fn_unset ()
15366 {
15367   { eval $1=; unset $1;}
15368 }
15369 as_unset=as_fn_unset
15370 # as_fn_append VAR VALUE
15371 # ----------------------
15372 # Append the text in VALUE to the end of the definition contained in VAR. Take
15373 # advantage of any shell optimizations that allow amortized linear growth over
15374 # repeated appends, instead of the typical quadratic growth present in naive
15375 # implementations.
15376 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15377   eval 'as_fn_append ()
15378   {
15379     eval $1+=\$2
15380   }'
15381 else
15382   as_fn_append ()
15383   {
15384     eval $1=\$$1\$2
15385   }
15386 fi # as_fn_append
15387
15388 # as_fn_arith ARG...
15389 # ------------------
15390 # Perform arithmetic evaluation on the ARGs, and store the result in the
15391 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15392 # must be portable across $(()) and expr.
15393 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15394   eval 'as_fn_arith ()
15395   {
15396     as_val=$(( $* ))
15397   }'
15398 else
15399   as_fn_arith ()
15400   {
15401     as_val=`expr "$@" || test $? -eq 1`
15402   }
15403 fi # as_fn_arith
15404
15405
15406 if expr a : '\(a\)' >/dev/null 2>&1 &&
15407    test "X`expr 00001 : '.*\(...\)'`" = X001; then
15408   as_expr=expr
15409 else
15410   as_expr=false
15411 fi
15412
15413 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15414   as_basename=basename
15415 else
15416   as_basename=false
15417 fi
15418
15419 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15420   as_dirname=dirname
15421 else
15422   as_dirname=false
15423 fi
15424
15425 as_me=`$as_basename -- "$0" ||
15426 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15427          X"$0" : 'X\(//\)$' \| \
15428          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15429 $as_echo X/"$0" |
15430     sed '/^.*\/\([^/][^/]*\)\/*$/{
15431             s//\1/
15432             q
15433           }
15434           /^X\/\(\/\/\)$/{
15435             s//\1/
15436             q
15437           }
15438           /^X\/\(\/\).*/{
15439             s//\1/
15440             q
15441           }
15442           s/.*/./; q'`
15443
15444 # Avoid depending upon Character Ranges.
15445 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15446 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15447 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15448 as_cr_digits='0123456789'
15449 as_cr_alnum=$as_cr_Letters$as_cr_digits
15450
15451 ECHO_C= ECHO_N= ECHO_T=
15452 case `echo -n x` in #(((((
15453 -n*)
15454   case `echo 'xy\c'` in
15455   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
15456   xy)  ECHO_C='\c';;
15457   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
15458        ECHO_T=' ';;
15459   esac;;
15460 *)
15461   ECHO_N='-n';;
15462 esac
15463
15464 rm -f conf$$ conf$$.exe conf$$.file
15465 if test -d conf$$.dir; then
15466   rm -f conf$$.dir/conf$$.file
15467 else
15468   rm -f conf$$.dir
15469   mkdir conf$$.dir 2>/dev/null
15470 fi
15471 if (echo >conf$$.file) 2>/dev/null; then
15472   if ln -s conf$$.file conf$$ 2>/dev/null; then
15473     as_ln_s='ln -s'
15474     # ... but there are two gotchas:
15475     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15476     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15477     # In both cases, we have to default to `cp -p'.
15478     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15479       as_ln_s='cp -p'
15480   elif ln conf$$.file conf$$ 2>/dev/null; then
15481     as_ln_s=ln
15482   else
15483     as_ln_s='cp -p'
15484   fi
15485 else
15486   as_ln_s='cp -p'
15487 fi
15488 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15489 rmdir conf$$.dir 2>/dev/null
15490
15491
15492 # as_fn_mkdir_p
15493 # -------------
15494 # Create "$as_dir" as a directory, including parents if necessary.
15495 as_fn_mkdir_p ()
15496 {
15497
15498   case $as_dir in #(
15499   -*) as_dir=./$as_dir;;
15500   esac
15501   test -d "$as_dir" || eval $as_mkdir_p || {
15502     as_dirs=
15503     while :; do
15504       case $as_dir in #(
15505       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15506       *) as_qdir=$as_dir;;
15507       esac
15508       as_dirs="'$as_qdir' $as_dirs"
15509       as_dir=`$as_dirname -- "$as_dir" ||
15510 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15511          X"$as_dir" : 'X\(//\)[^/]' \| \
15512          X"$as_dir" : 'X\(//\)$' \| \
15513          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15514 $as_echo X"$as_dir" |
15515     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15516             s//\1/
15517             q
15518           }
15519           /^X\(\/\/\)[^/].*/{
15520             s//\1/
15521             q
15522           }
15523           /^X\(\/\/\)$/{
15524             s//\1/
15525             q
15526           }
15527           /^X\(\/\).*/{
15528             s//\1/
15529             q
15530           }
15531           s/.*/./; q'`
15532       test -d "$as_dir" && break
15533     done
15534     test -z "$as_dirs" || eval "mkdir $as_dirs"
15535   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15536
15537
15538 } # as_fn_mkdir_p
15539 if mkdir -p . 2>/dev/null; then
15540   as_mkdir_p='mkdir -p "$as_dir"'
15541 else
15542   test -d ./-p && rmdir ./-p
15543   as_mkdir_p=false
15544 fi
15545
15546 if test -x / >/dev/null 2>&1; then
15547   as_test_x='test -x'
15548 else
15549   if ls -dL / >/dev/null 2>&1; then
15550     as_ls_L_option=L
15551   else
15552     as_ls_L_option=
15553   fi
15554   as_test_x='
15555     eval sh -c '\''
15556       if test -d "$1"; then
15557         test -d "$1/.";
15558       else
15559         case $1 in #(
15560         -*)set "./$1";;
15561         esac;
15562         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15563         ???[sx]*):;;*)false;;esac;fi
15564     '\'' sh
15565   '
15566 fi
15567 as_executable_p=$as_test_x
15568
15569 # Sed expression to map a string onto a valid CPP name.
15570 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15571
15572 # Sed expression to map a string onto a valid variable name.
15573 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15574
15575
15576 exec 6>&1
15577 ## ----------------------------------- ##
15578 ## Main body of $CONFIG_STATUS script. ##
15579 ## ----------------------------------- ##
15580 _ASEOF
15581 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15582
15583 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15584 # Save the log message, to keep $0 and so on meaningful, and to
15585 # report actual input values of CONFIG_FILES etc. instead of their
15586 # values after options handling.
15587 ac_log="
15588 This file was extended by Wine $as_me 1.3.2, which was
15589 generated by GNU Autoconf 2.65.  Invocation command line was
15590
15591   CONFIG_FILES    = $CONFIG_FILES
15592   CONFIG_HEADERS  = $CONFIG_HEADERS
15593   CONFIG_LINKS    = $CONFIG_LINKS
15594   CONFIG_COMMANDS = $CONFIG_COMMANDS
15595   $ $0 $@
15596
15597 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15598 "
15599
15600 _ACEOF
15601
15602 case $ac_config_files in *"
15603 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15604 esac
15605
15606 case $ac_config_headers in *"
15607 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15608 esac
15609
15610
15611 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15612 # Files that config.status was made for.
15613 config_files="$ac_config_files"
15614 config_headers="$ac_config_headers"
15615 config_links="$ac_config_links"
15616 config_commands="$ac_config_commands"
15617
15618 _ACEOF
15619
15620 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15621 ac_cs_usage="\
15622 \`$as_me' instantiates files and other configuration actions
15623 from templates according to the current configuration.  Unless the files
15624 and actions are specified as TAGs, all are instantiated by default.
15625
15626 Usage: $0 [OPTION]... [TAG]...
15627
15628   -h, --help       print this help, then exit
15629   -V, --version    print version number and configuration settings, then exit
15630       --config     print configuration, then exit
15631   -q, --quiet, --silent
15632                    do not print progress messages
15633   -d, --debug      don't remove temporary files
15634       --recheck    update $as_me by reconfiguring in the same conditions
15635       --file=FILE[:TEMPLATE]
15636                    instantiate the configuration file FILE
15637       --header=FILE[:TEMPLATE]
15638                    instantiate the configuration header FILE
15639
15640 Configuration files:
15641 $config_files
15642
15643 Configuration headers:
15644 $config_headers
15645
15646 Configuration links:
15647 $config_links
15648
15649 Configuration commands:
15650 $config_commands
15651
15652 Report bugs to <wine-devel@winehq.org>.
15653 Wine home page: <http://www.winehq.org>."
15654
15655 _ACEOF
15656 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15657 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15658 ac_cs_version="\\
15659 Wine config.status 1.3.2
15660 configured by $0, generated by GNU Autoconf 2.65,
15661   with options \\"\$ac_cs_config\\"
15662
15663 Copyright (C) 2009 Free Software Foundation, Inc.
15664 This config.status script is free software; the Free Software Foundation
15665 gives unlimited permission to copy, distribute and modify it."
15666
15667 ac_pwd='$ac_pwd'
15668 srcdir='$srcdir'
15669 INSTALL='$INSTALL'
15670 test -n "\$AWK" || AWK=awk
15671 _ACEOF
15672
15673 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15674 # The default lists apply if the user does not specify any file.
15675 ac_need_defaults=:
15676 while test $# != 0
15677 do
15678   case $1 in
15679   --*=*)
15680     ac_option=`expr "X$1" : 'X\([^=]*\)='`
15681     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15682     ac_shift=:
15683     ;;
15684   *)
15685     ac_option=$1
15686     ac_optarg=$2
15687     ac_shift=shift
15688     ;;
15689   esac
15690
15691   case $ac_option in
15692   # Handling of the options.
15693   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15694     ac_cs_recheck=: ;;
15695   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15696     $as_echo "$ac_cs_version"; exit ;;
15697   --config | --confi | --conf | --con | --co | --c )
15698     $as_echo "$ac_cs_config"; exit ;;
15699   --debug | --debu | --deb | --de | --d | -d )
15700     debug=: ;;
15701   --file | --fil | --fi | --f )
15702     $ac_shift
15703     case $ac_optarg in
15704     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15705     esac
15706     as_fn_append CONFIG_FILES " '$ac_optarg'"
15707     ac_need_defaults=false;;
15708   --header | --heade | --head | --hea )
15709     $ac_shift
15710     case $ac_optarg in
15711     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15712     esac
15713     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15714     ac_need_defaults=false;;
15715   --he | --h)
15716     # Conflict between --help and --header
15717     as_fn_error "ambiguous option: \`$1'
15718 Try \`$0 --help' for more information.";;
15719   --help | --hel | -h )
15720     $as_echo "$ac_cs_usage"; exit ;;
15721   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15722   | -silent | --silent | --silen | --sile | --sil | --si | --s)
15723     ac_cs_silent=: ;;
15724
15725   # This is an error.
15726   -*) as_fn_error "unrecognized option: \`$1'
15727 Try \`$0 --help' for more information." ;;
15728
15729   *) as_fn_append ac_config_targets " $1"
15730      ac_need_defaults=false ;;
15731
15732   esac
15733   shift
15734 done
15735
15736 ac_configure_extra_args=
15737
15738 if $ac_cs_silent; then
15739   exec 6>/dev/null
15740   ac_configure_extra_args="$ac_configure_extra_args --silent"
15741 fi
15742
15743 _ACEOF
15744 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15745 if \$ac_cs_recheck; then
15746   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15747   shift
15748   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15749   CONFIG_SHELL='$SHELL'
15750   export CONFIG_SHELL
15751   exec "\$@"
15752 fi
15753
15754 _ACEOF
15755 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15756 exec 5>>config.log
15757 {
15758   echo
15759   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15760 ## Running $as_me. ##
15761 _ASBOX
15762   $as_echo "$ac_log"
15763 } >&5
15764
15765 _ACEOF
15766 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15767 #
15768 # INIT-COMMANDS
15769 #
15770 wine_fn_output_makefile ()
15771 {
15772     cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && return
15773 $ALL_MAKEFILE_DEPENDS
15774 _WINE_EOF
15775     as_fn_error "could not create Makefile" "$LINENO" 5
15776 }
15777
15778 _ACEOF
15779
15780 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15781
15782 # Handling of arguments.
15783 for ac_config_target in $ac_config_targets
15784 do
15785   case $ac_config_target in
15786     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
15787     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
15788     "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
15789     "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
15790     "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
15791     "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
15792     "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
15793     "tools/l_intl.nls") CONFIG_LINKS="$CONFIG_LINKS tools/l_intl.nls:tools/l_intl.nls" ;;
15794     "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
15795     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
15796     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
15797     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
15798     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
15799     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
15800     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
15801     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
15802     "Maketest.rules") CONFIG_FILES="$CONFIG_FILES Maketest.rules" ;;
15803     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
15804     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
15805     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
15806     "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
15807     "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Makefile.in" ;;
15808
15809   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15810   esac
15811 done
15812
15813
15814 # If the user did not use the arguments to specify the items to instantiate,
15815 # then the envvar interface is used.  Set only those that are not.
15816 # We use the long form for the default assignment because of an extremely
15817 # bizarre bug on SunOS 4.1.3.
15818 if $ac_need_defaults; then
15819   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15820   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15821   test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
15822   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15823 fi
15824
15825 # Have a temporary directory for convenience.  Make it in the build tree
15826 # simply because there is no reason against having it here, and in addition,
15827 # creating and moving files from /tmp can sometimes cause problems.
15828 # Hook for its removal unless debugging.
15829 # Note that there is a small window in which the directory will not be cleaned:
15830 # after its creation but before its name has been assigned to `$tmp'.
15831 $debug ||
15832 {
15833   tmp=
15834   trap 'exit_status=$?
15835   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15836 ' 0
15837   trap 'as_fn_exit 1' 1 2 13 15
15838 }
15839 # Create a (secure) tmp directory for tmp files.
15840
15841 {
15842   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15843   test -n "$tmp" && test -d "$tmp"
15844 }  ||
15845 {
15846   tmp=./conf$$-$RANDOM
15847   (umask 077 && mkdir "$tmp")
15848 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15849
15850 # Set up the scripts for CONFIG_FILES section.
15851 # No need to generate them if there are no CONFIG_FILES.
15852 # This happens for instance with `./config.status config.h'.
15853 if test -n "$CONFIG_FILES"; then
15854
15855 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15856   ac_cs_awk_getline=:
15857   ac_cs_awk_pipe_init=
15858   ac_cs_awk_read_file='
15859       while ((getline aline < (F[key])) > 0)
15860         print(aline)
15861       close(F[key])'
15862   ac_cs_awk_pipe_fini=
15863 else
15864   ac_cs_awk_getline=false
15865   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15866   ac_cs_awk_read_file='
15867       print "|#_!!_#|"
15868       print "cat " F[key] " &&"
15869       '$ac_cs_awk_pipe_init
15870   # The final `:' finishes the AND list.
15871   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15872 fi
15873 ac_cr=`echo X | tr X '\015'`
15874 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15875 # But we know of no other shell where ac_cr would be empty at this
15876 # point, so we can use a bashism as a fallback.
15877 if test "x$ac_cr" = x; then
15878   eval ac_cr=\$\'\\r\'
15879 fi
15880 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15881 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15882   ac_cs_awk_cr='\r'
15883 else
15884   ac_cs_awk_cr=$ac_cr
15885 fi
15886
15887 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15888 _ACEOF
15889
15890 # Create commands to substitute file output variables.
15891 {
15892   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15893   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15894   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15895   echo "_ACAWK" &&
15896   echo "_ACEOF"
15897 } >conf$$files.sh &&
15898 . ./conf$$files.sh ||
15899   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15900 rm -f conf$$files.sh
15901
15902 {
15903   echo "cat >conf$$subs.awk <<_ACEOF" &&
15904   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15905   echo "_ACEOF"
15906 } >conf$$subs.sh ||
15907   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15908 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15909 ac_delim='%!_!# '
15910 for ac_last_try in false false false false false :; do
15911   . ./conf$$subs.sh ||
15912     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15913
15914   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15915   if test $ac_delim_n = $ac_delim_num; then
15916     break
15917   elif $ac_last_try; then
15918     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15919   else
15920     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15921   fi
15922 done
15923 rm -f conf$$subs.sh
15924
15925 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15926 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15927 _ACEOF
15928 sed -n '
15929 h
15930 s/^/S["/; s/!.*/"]=/
15931 p
15932 g
15933 s/^[^!]*!//
15934 :repl
15935 t repl
15936 s/'"$ac_delim"'$//
15937 t delim
15938 :nl
15939 h
15940 s/\(.\{148\}\)..*/\1/
15941 t more1
15942 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15943 p
15944 n
15945 b repl
15946 :more1
15947 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15948 p
15949 g
15950 s/.\{148\}//
15951 t nl
15952 :delim
15953 h
15954 s/\(.\{148\}\)..*/\1/
15955 t more2
15956 s/["\\]/\\&/g; s/^/"/; s/$/"/
15957 p
15958 b
15959 :more2
15960 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15961 p
15962 g
15963 s/.\{148\}//
15964 t delim
15965 ' <conf$$subs.awk | sed '
15966 /^[^""]/{
15967   N
15968   s/\n//
15969 }
15970 ' >>$CONFIG_STATUS || ac_write_fail=1
15971 rm -f conf$$subs.awk
15972 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15973 _ACAWK
15974 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15975   for (key in S) S_is_set[key] = 1
15976   FS = "\a"
15977   \$ac_cs_awk_pipe_init
15978 }
15979 {
15980   line = $ 0
15981   nfields = split(line, field, "@")
15982   substed = 0
15983   len = length(field[1])
15984   for (i = 2; i < nfields; i++) {
15985     key = field[i]
15986     keylen = length(key)
15987     if (S_is_set[key]) {
15988       value = S[key]
15989       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15990       len += length(value) + length(field[++i])
15991       substed = 1
15992     } else
15993       len += 1 + keylen
15994   }
15995   if (nfields == 3 && !substed) {
15996     key = field[2]
15997     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
15998       \$ac_cs_awk_read_file
15999       next
16000     }
16001   }
16002   print line
16003 }
16004 \$ac_cs_awk_pipe_fini
16005 _ACAWK
16006 _ACEOF
16007 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16008 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16009   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16010 else
16011   cat
16012 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
16013   || as_fn_error "could not setup config files machinery" "$LINENO" 5
16014 _ACEOF
16015
16016 # VPATH may cause trouble with some makes, so we remove $(srcdir),
16017 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
16018 # trailing colons and then remove the whole line if VPATH becomes empty
16019 # (actually we leave an empty line to preserve line numbers).
16020 if test "x$srcdir" = x.; then
16021   ac_vpsub='/^[  ]*VPATH[        ]*=/{
16022 s/:*\$(srcdir):*/:/
16023 s/:*\${srcdir}:*/:/
16024 s/:*@srcdir@:*/:/
16025 s/^\([^=]*=[     ]*\):*/\1/
16026 s/:*$//
16027 s/^[^=]*=[       ]*$//
16028 }'
16029 fi
16030
16031 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16032 fi # test -n "$CONFIG_FILES"
16033
16034 # Set up the scripts for CONFIG_HEADERS section.
16035 # No need to generate them if there are no CONFIG_HEADERS.
16036 # This happens for instance with `./config.status Makefile'.
16037 if test -n "$CONFIG_HEADERS"; then
16038 cat >"$tmp/defines.awk" <<\_ACAWK ||
16039 BEGIN {
16040 _ACEOF
16041
16042 # Transform confdefs.h into an awk script `defines.awk', embedded as
16043 # here-document in config.status, that substitutes the proper values into
16044 # config.h.in to produce config.h.
16045
16046 # Create a delimiter string that does not exist in confdefs.h, to ease
16047 # handling of long lines.
16048 ac_delim='%!_!# '
16049 for ac_last_try in false false :; do
16050   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
16051   if test -z "$ac_t"; then
16052     break
16053   elif $ac_last_try; then
16054     as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
16055   else
16056     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16057   fi
16058 done
16059
16060 # For the awk script, D is an array of macro values keyed by name,
16061 # likewise P contains macro parameters if any.  Preserve backslash
16062 # newline sequences.
16063
16064 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16065 sed -n '
16066 s/.\{148\}/&'"$ac_delim"'/g
16067 t rset
16068 :rset
16069 s/^[     ]*#[    ]*define[       ][      ]*/ /
16070 t def
16071 d
16072 :def
16073 s/\\$//
16074 t bsnl
16075 s/["\\]/\\&/g
16076 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
16077 D["\1"]=" \3"/p
16078 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
16079 d
16080 :bsnl
16081 s/["\\]/\\&/g
16082 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
16083 D["\1"]=" \3\\\\\\n"\\/p
16084 t cont
16085 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16086 t cont
16087 d
16088 :cont
16089 n
16090 s/.\{148\}/&'"$ac_delim"'/g
16091 t clear
16092 :clear
16093 s/\\$//
16094 t bsnlc
16095 s/["\\]/\\&/g; s/^/"/; s/$/"/p
16096 d
16097 :bsnlc
16098 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16099 b cont
16100 ' <confdefs.h | sed '
16101 s/'"$ac_delim"'/"\\\
16102 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16103
16104 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16105   for (key in D) D_is_set[key] = 1
16106   FS = "\a"
16107 }
16108 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16109   line = \$ 0
16110   split(line, arg, " ")
16111   if (arg[1] == "#") {
16112     defundef = arg[2]
16113     mac1 = arg[3]
16114   } else {
16115     defundef = substr(arg[1], 2)
16116     mac1 = arg[2]
16117   }
16118   split(mac1, mac2, "(") #)
16119   macro = mac2[1]
16120   prefix = substr(line, 1, index(line, defundef) - 1)
16121   if (D_is_set[macro]) {
16122     # Preserve the white space surrounding the "#".
16123     print prefix "define", macro P[macro] D[macro]
16124     next
16125   } else {
16126     # Replace #undef with comments.  This is necessary, for example,
16127     # in the case of _POSIX_SOURCE, which is predefined and required
16128     # on some systems where configure will not decide to define it.
16129     if (defundef == "undef") {
16130       print "/*", prefix defundef, macro, "*/"
16131       next
16132     }
16133   }
16134 }
16135 { print }
16136 _ACAWK
16137 _ACEOF
16138 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16139   as_fn_error "could not setup config headers machinery" "$LINENO" 5
16140 fi # test -n "$CONFIG_HEADERS"
16141
16142
16143 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS  :L $CONFIG_LINKS  :C $CONFIG_COMMANDS"
16144 shift
16145 for ac_tag
16146 do
16147   case $ac_tag in
16148   :[FHLC]) ac_mode=$ac_tag; continue;;
16149   esac
16150   case $ac_mode$ac_tag in
16151   :[FHL]*:*);;
16152   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
16153   :[FH]-) ac_tag=-:-;;
16154   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16155   esac
16156   ac_save_IFS=$IFS
16157   IFS=:
16158   set x $ac_tag
16159   IFS=$ac_save_IFS
16160   shift
16161   ac_file=$1
16162   shift
16163
16164   case $ac_mode in
16165   :L) ac_source=$1;;
16166   :[FH])
16167     ac_file_inputs=
16168     for ac_f
16169     do
16170       case $ac_f in
16171       -) ac_f="$tmp/stdin";;
16172       *) # Look for the file first in the build tree, then in the source tree
16173          # (if the path is not absolute).  The absolute path cannot be DOS-style,
16174          # because $ac_f cannot contain `:'.
16175          test -f "$ac_f" ||
16176            case $ac_f in
16177            [\\/$]*) false;;
16178            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16179            esac ||
16180            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16181       esac
16182       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16183       as_fn_append ac_file_inputs " '$ac_f'"
16184     done
16185
16186     # Let's still pretend it is `configure' which instantiates (i.e., don't
16187     # use $as_me), people would be surprised to read:
16188     #    /* config.h.  Generated by config.status.  */
16189     configure_input='Generated from '`
16190           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16191         `' by configure.'
16192     if test x"$ac_file" != x-; then
16193       configure_input="$ac_file.  $configure_input"
16194       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16195 $as_echo "$as_me: creating $ac_file" >&6;}
16196     fi
16197     # Neutralize special characters interpreted by sed in replacement strings.
16198     case $configure_input in #(
16199     *\&* | *\|* | *\\* )
16200        ac_sed_conf_input=`$as_echo "$configure_input" |
16201        sed 's/[\\\\&|]/\\\\&/g'`;; #(
16202     *) ac_sed_conf_input=$configure_input;;
16203     esac
16204
16205     case $ac_tag in
16206     *:-:* | *:-) cat >"$tmp/stdin" \
16207       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
16208     esac
16209     ;;
16210   esac
16211
16212   ac_dir=`$as_dirname -- "$ac_file" ||
16213 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16214          X"$ac_file" : 'X\(//\)[^/]' \| \
16215          X"$ac_file" : 'X\(//\)$' \| \
16216          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16217 $as_echo X"$ac_file" |
16218     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16219             s//\1/
16220             q
16221           }
16222           /^X\(\/\/\)[^/].*/{
16223             s//\1/
16224             q
16225           }
16226           /^X\(\/\/\)$/{
16227             s//\1/
16228             q
16229           }
16230           /^X\(\/\).*/{
16231             s//\1/
16232             q
16233           }
16234           s/.*/./; q'`
16235   as_dir="$ac_dir"; as_fn_mkdir_p
16236   ac_builddir=.
16237
16238 case "$ac_dir" in
16239 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16240 *)
16241   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16242   # A ".." for each directory in $ac_dir_suffix.
16243   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16244   case $ac_top_builddir_sub in
16245   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16246   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16247   esac ;;
16248 esac
16249 ac_abs_top_builddir=$ac_pwd
16250 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16251 # for backward compatibility:
16252 ac_top_builddir=$ac_top_build_prefix
16253
16254 case $srcdir in
16255   .)  # We are building in place.
16256     ac_srcdir=.
16257     ac_top_srcdir=$ac_top_builddir_sub
16258     ac_abs_top_srcdir=$ac_pwd ;;
16259   [\\/]* | ?:[\\/]* )  # Absolute name.
16260     ac_srcdir=$srcdir$ac_dir_suffix;
16261     ac_top_srcdir=$srcdir
16262     ac_abs_top_srcdir=$srcdir ;;
16263   *) # Relative name.
16264     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16265     ac_top_srcdir=$ac_top_build_prefix$srcdir
16266     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16267 esac
16268 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16269
16270
16271   case $ac_mode in
16272   :F)
16273   #
16274   # CONFIG_FILE
16275   #
16276
16277   case $INSTALL in
16278   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16279   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16280   esac
16281 _ACEOF
16282
16283 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16284 # If the template does not know about datarootdir, expand it.
16285 # FIXME: This hack should be removed a few years after 2.60.
16286 ac_datarootdir_hack=; ac_datarootdir_seen=
16287 ac_sed_dataroot='
16288 /datarootdir/ {
16289   p
16290   q
16291 }
16292 /@datadir@/p
16293 /@docdir@/p
16294 /@infodir@/p
16295 /@localedir@/p
16296 /@mandir@/p'
16297 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16298 *datarootdir*) ac_datarootdir_seen=yes;;
16299 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16300   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16301 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16302 _ACEOF
16303 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16304   ac_datarootdir_hack='
16305   s&@datadir@&$datadir&g
16306   s&@docdir@&$docdir&g
16307   s&@infodir@&$infodir&g
16308   s&@localedir@&$localedir&g
16309   s&@mandir@&$mandir&g
16310   s&\\\${datarootdir}&$datarootdir&g' ;;
16311 esac
16312 _ACEOF
16313
16314 # Neutralize VPATH when `$srcdir' = `.'.
16315 # Shell code in configure.ac might set extrasub.
16316 # FIXME: do we really want to maintain this feature?
16317 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16318 ac_sed_extra="$ac_vpsub
16319 $extrasub
16320 _ACEOF
16321 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16322 :t
16323 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16324 s|@configure_input@|$ac_sed_conf_input|;t t
16325 s&@top_builddir@&$ac_top_builddir_sub&;t t
16326 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16327 s&@srcdir@&$ac_srcdir&;t t
16328 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16329 s&@top_srcdir@&$ac_top_srcdir&;t t
16330 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16331 s&@builddir@&$ac_builddir&;t t
16332 s&@abs_builddir@&$ac_abs_builddir&;t t
16333 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16334 s&@INSTALL@&$ac_INSTALL&;t t
16335 $ac_datarootdir_hack
16336 "
16337 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
16338 if $ac_cs_awk_getline; then
16339   $AWK -f "$tmp/subs.awk"
16340 else
16341   $AWK -f "$tmp/subs.awk" | $SHELL
16342 fi >$tmp/out \
16343   || as_fn_error "could not create $ac_file" "$LINENO" 5
16344
16345 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16346   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16347   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16348   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16349 which seems to be undefined.  Please make sure it is defined." >&5
16350 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16351 which seems to be undefined.  Please make sure it is defined." >&2;}
16352
16353   rm -f "$tmp/stdin"
16354   case $ac_file in
16355   -) cat "$tmp/out" && rm -f "$tmp/out";;
16356   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16357   esac \
16358   || as_fn_error "could not create $ac_file" "$LINENO" 5
16359  ;;
16360   :H)
16361   #
16362   # CONFIG_HEADER
16363   #
16364   if test x"$ac_file" != x-; then
16365     {
16366       $as_echo "/* $configure_input  */" \
16367       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16368     } >"$tmp/config.h" \
16369       || as_fn_error "could not create $ac_file" "$LINENO" 5
16370     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16371       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16372 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16373     else
16374       rm -f "$ac_file"
16375       mv "$tmp/config.h" "$ac_file" \
16376         || as_fn_error "could not create $ac_file" "$LINENO" 5
16377     fi
16378   else
16379     $as_echo "/* $configure_input  */" \
16380       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16381       || as_fn_error "could not create -" "$LINENO" 5
16382   fi
16383  ;;
16384   :L)
16385   #
16386   # CONFIG_LINK
16387   #
16388
16389   if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
16390     :
16391   else
16392     # Prefer the file from the source tree if names are identical.
16393     if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
16394       ac_source=$srcdir/$ac_source
16395     fi
16396
16397     { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
16398 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
16399
16400     if test ! -r "$ac_source"; then
16401       as_fn_error "$ac_source: file not found" "$LINENO" 5
16402     fi
16403     rm -f "$ac_file"
16404
16405     # Try a relative symlink, then a hard link, then a copy.
16406     case $srcdir in
16407     [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
16408         *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
16409     esac
16410     ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
16411       ln "$ac_source" "$ac_file" 2>/dev/null ||
16412       cp -p "$ac_source" "$ac_file" ||
16413       as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
16414   fi
16415  ;;
16416   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16417 $as_echo "$as_me: executing $ac_file commands" >&6;}
16418  ;;
16419   esac
16420
16421
16422   case $ac_file$ac_mode in
16423     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
16424     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
16425 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;}; as_dir="dlls/gdi32/enhmfdrv"; as_fn_mkdir_p; } ;;
16426     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
16427 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;}; as_dir="dlls/gdi32/mfdrv"; as_fn_mkdir_p; } ;;
16428     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
16429 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;}; as_dir="dlls/kernel32/nls"; as_fn_mkdir_p; } ;;
16430     "dlls/user32/resources":C) test -d "dlls/user32/resources" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
16431 $as_echo "$as_me: creating dlls/user32/resources" >&6;}; as_dir="dlls/user32/resources"; as_fn_mkdir_p; } ;;
16432     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
16433 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;}; as_dir="dlls/wineps.drv/data"; as_fn_mkdir_p; } ;;
16434     "include/wine":C) test -d "include/wine" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
16435 $as_echo "$as_me: creating include/wine" >&6;}; as_dir="include/wine"; as_fn_mkdir_p; } ;;
16436     "Makefile":C) wine_fn_output_makefile Makefile ;;
16437
16438   esac
16439 done # for ac_tag
16440
16441
16442 as_fn_exit 0
16443 _ACEOF
16444 ac_clean_files=$ac_clean_files_save
16445
16446 test $ac_write_fail = 0 ||
16447   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16448
16449
16450 # configure is writing to config.log, and then calls config.status.
16451 # config.status does its own redirection, appending to config.log.
16452 # Unfortunately, on DOS this fails, as config.log is still kept open
16453 # by configure, so config.status won't be able to write to it; its
16454 # output is simply discarded.  So we exec the FD to /dev/null,
16455 # effectively closing config.log, so it can be properly (re)opened and
16456 # appended to by config.status.  When coming back to configure, we
16457 # need to make the FD available again.
16458 if test "$no_create" != yes; then
16459   ac_cs_success=:
16460   ac_config_status_args=
16461   test "$silent" = yes &&
16462     ac_config_status_args="$ac_config_status_args --quiet"
16463   exec 5>/dev/null
16464   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16465   exec 5>>config.log
16466   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16467   # would make configure fail if this is the last instruction.
16468   $ac_cs_success || as_fn_exit $?
16469 fi
16470 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16471   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16472 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16473 fi
16474
16475
16476 if test "$no_create" = "yes"
16477 then
16478   exit 0
16479 fi
16480
16481 ac_save_IFS="$IFS"
16482 if test "x$wine_notices != "x; then
16483     echo >&6
16484     IFS="|"
16485     for msg in $wine_notices; do
16486         IFS="$ac_save_IFS"
16487         if test -n "$msg"; then
16488             { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
16489 $as_echo "$as_me: $msg" >&6;}
16490         fi
16491     done
16492 fi
16493 IFS="|"
16494 for msg in $wine_warnings; do
16495     IFS="$ac_save_IFS"
16496     if test -n "$msg"; then
16497         echo >&2
16498         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
16499 $as_echo "$as_me: WARNING: $msg" >&2;}
16500     fi
16501 done
16502 IFS="$ac_save_IFS"
16503
16504 echo "
16505 $as_me: Finished.  Do '${ac_make}' to compile Wine.
16506 " >&6
16507