programs: Add a stub implementation of aspnet_regiis.exe.
[wine] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.67 for Wine 1.3.4.
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, 2010 Free Software
10 # Foundation, 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 STATUS 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=$1; test $as_status -eq 0 && as_status=1
370   if test "$4"; then
371     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
372     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
373   fi
374   $as_echo "$as_me: error: $2" >&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, old GNU/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.4'
556 PACKAGE_STRING='Wine 1.3.4'
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= ;;
891   *)    ac_optarg=yes ;;
892   esac
893
894   # Accept the important Cygnus configure options, so we can diagnose typos.
895
896   case $ac_dashdash$ac_option in
897   --)
898     ac_dashdash=yes ;;
899
900   -bindir | --bindir | --bindi | --bind | --bin | --bi)
901     ac_prev=bindir ;;
902   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
903     bindir=$ac_optarg ;;
904
905   -build | --build | --buil | --bui | --bu)
906     ac_prev=build_alias ;;
907   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
908     build_alias=$ac_optarg ;;
909
910   -cache-file | --cache-file | --cache-fil | --cache-fi \
911   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
912     ac_prev=cache_file ;;
913   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
914   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
915     cache_file=$ac_optarg ;;
916
917   --config-cache | -C)
918     cache_file=config.cache ;;
919
920   -datadir | --datadir | --datadi | --datad)
921     ac_prev=datadir ;;
922   -datadir=* | --datadir=* | --datadi=* | --datad=*)
923     datadir=$ac_optarg ;;
924
925   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
926   | --dataroo | --dataro | --datar)
927     ac_prev=datarootdir ;;
928   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
929   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
930     datarootdir=$ac_optarg ;;
931
932   -disable-* | --disable-*)
933     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
934     # Reject names that are not valid shell variable names.
935     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
936       as_fn_error $? "invalid feature name: $ac_useropt"
937     ac_useropt_orig=$ac_useropt
938     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
939     case $ac_user_opts in
940       *"
941 "enable_$ac_useropt"
942 "*) ;;
943       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
944          ac_unrecognized_sep=', ';;
945     esac
946     eval enable_$ac_useropt=no ;;
947
948   -docdir | --docdir | --docdi | --doc | --do)
949     ac_prev=docdir ;;
950   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
951     docdir=$ac_optarg ;;
952
953   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
954     ac_prev=dvidir ;;
955   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
956     dvidir=$ac_optarg ;;
957
958   -enable-* | --enable-*)
959     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
960     # Reject names that are not valid shell variable names.
961     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
962       as_fn_error $? "invalid feature name: $ac_useropt"
963     ac_useropt_orig=$ac_useropt
964     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
965     case $ac_user_opts in
966       *"
967 "enable_$ac_useropt"
968 "*) ;;
969       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
970          ac_unrecognized_sep=', ';;
971     esac
972     eval enable_$ac_useropt=\$ac_optarg ;;
973
974   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
975   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
976   | --exec | --exe | --ex)
977     ac_prev=exec_prefix ;;
978   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
979   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
980   | --exec=* | --exe=* | --ex=*)
981     exec_prefix=$ac_optarg ;;
982
983   -gas | --gas | --ga | --g)
984     # Obsolete; use --with-gas.
985     with_gas=yes ;;
986
987   -help | --help | --hel | --he | -h)
988     ac_init_help=long ;;
989   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
990     ac_init_help=recursive ;;
991   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
992     ac_init_help=short ;;
993
994   -host | --host | --hos | --ho)
995     ac_prev=host_alias ;;
996   -host=* | --host=* | --hos=* | --ho=*)
997     host_alias=$ac_optarg ;;
998
999   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1000     ac_prev=htmldir ;;
1001   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1002   | --ht=*)
1003     htmldir=$ac_optarg ;;
1004
1005   -includedir | --includedir | --includedi | --included | --include \
1006   | --includ | --inclu | --incl | --inc)
1007     ac_prev=includedir ;;
1008   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1009   | --includ=* | --inclu=* | --incl=* | --inc=*)
1010     includedir=$ac_optarg ;;
1011
1012   -infodir | --infodir | --infodi | --infod | --info | --inf)
1013     ac_prev=infodir ;;
1014   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1015     infodir=$ac_optarg ;;
1016
1017   -libdir | --libdir | --libdi | --libd)
1018     ac_prev=libdir ;;
1019   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1020     libdir=$ac_optarg ;;
1021
1022   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1023   | --libexe | --libex | --libe)
1024     ac_prev=libexecdir ;;
1025   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1026   | --libexe=* | --libex=* | --libe=*)
1027     libexecdir=$ac_optarg ;;
1028
1029   -localedir | --localedir | --localedi | --localed | --locale)
1030     ac_prev=localedir ;;
1031   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1032     localedir=$ac_optarg ;;
1033
1034   -localstatedir | --localstatedir | --localstatedi | --localstated \
1035   | --localstate | --localstat | --localsta | --localst | --locals)
1036     ac_prev=localstatedir ;;
1037   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1038   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1039     localstatedir=$ac_optarg ;;
1040
1041   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1042     ac_prev=mandir ;;
1043   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1044     mandir=$ac_optarg ;;
1045
1046   -nfp | --nfp | --nf)
1047     # Obsolete; use --without-fp.
1048     with_fp=no ;;
1049
1050   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1051   | --no-cr | --no-c | -n)
1052     no_create=yes ;;
1053
1054   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1055   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1056     no_recursion=yes ;;
1057
1058   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1059   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1060   | --oldin | --oldi | --old | --ol | --o)
1061     ac_prev=oldincludedir ;;
1062   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1063   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1064   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1065     oldincludedir=$ac_optarg ;;
1066
1067   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1068     ac_prev=prefix ;;
1069   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1070     prefix=$ac_optarg ;;
1071
1072   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1073   | --program-pre | --program-pr | --program-p)
1074     ac_prev=program_prefix ;;
1075   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1076   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1077     program_prefix=$ac_optarg ;;
1078
1079   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1080   | --program-suf | --program-su | --program-s)
1081     ac_prev=program_suffix ;;
1082   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1083   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1084     program_suffix=$ac_optarg ;;
1085
1086   -program-transform-name | --program-transform-name \
1087   | --program-transform-nam | --program-transform-na \
1088   | --program-transform-n | --program-transform- \
1089   | --program-transform | --program-transfor \
1090   | --program-transfo | --program-transf \
1091   | --program-trans | --program-tran \
1092   | --progr-tra | --program-tr | --program-t)
1093     ac_prev=program_transform_name ;;
1094   -program-transform-name=* | --program-transform-name=* \
1095   | --program-transform-nam=* | --program-transform-na=* \
1096   | --program-transform-n=* | --program-transform-=* \
1097   | --program-transform=* | --program-transfor=* \
1098   | --program-transfo=* | --program-transf=* \
1099   | --program-trans=* | --program-tran=* \
1100   | --progr-tra=* | --program-tr=* | --program-t=*)
1101     program_transform_name=$ac_optarg ;;
1102
1103   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1104     ac_prev=pdfdir ;;
1105   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1106     pdfdir=$ac_optarg ;;
1107
1108   -psdir | --psdir | --psdi | --psd | --ps)
1109     ac_prev=psdir ;;
1110   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1111     psdir=$ac_optarg ;;
1112
1113   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1114   | -silent | --silent | --silen | --sile | --sil)
1115     silent=yes ;;
1116
1117   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1118     ac_prev=sbindir ;;
1119   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1120   | --sbi=* | --sb=*)
1121     sbindir=$ac_optarg ;;
1122
1123   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1124   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1125   | --sharedst | --shareds | --shared | --share | --shar \
1126   | --sha | --sh)
1127     ac_prev=sharedstatedir ;;
1128   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1129   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1130   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1131   | --sha=* | --sh=*)
1132     sharedstatedir=$ac_optarg ;;
1133
1134   -site | --site | --sit)
1135     ac_prev=site ;;
1136   -site=* | --site=* | --sit=*)
1137     site=$ac_optarg ;;
1138
1139   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1140     ac_prev=srcdir ;;
1141   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1142     srcdir=$ac_optarg ;;
1143
1144   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1145   | --syscon | --sysco | --sysc | --sys | --sy)
1146     ac_prev=sysconfdir ;;
1147   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1148   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1149     sysconfdir=$ac_optarg ;;
1150
1151   -target | --target | --targe | --targ | --tar | --ta | --t)
1152     ac_prev=target_alias ;;
1153   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1154     target_alias=$ac_optarg ;;
1155
1156   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1157     verbose=yes ;;
1158
1159   -version | --version | --versio | --versi | --vers | -V)
1160     ac_init_version=: ;;
1161
1162   -with-* | --with-*)
1163     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1164     # Reject names that are not valid shell variable names.
1165     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1166       as_fn_error $? "invalid package name: $ac_useropt"
1167     ac_useropt_orig=$ac_useropt
1168     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1169     case $ac_user_opts in
1170       *"
1171 "with_$ac_useropt"
1172 "*) ;;
1173       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1174          ac_unrecognized_sep=', ';;
1175     esac
1176     eval with_$ac_useropt=\$ac_optarg ;;
1177
1178   -without-* | --without-*)
1179     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1180     # Reject names that are not valid shell variable names.
1181     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1182       as_fn_error $? "invalid package name: $ac_useropt"
1183     ac_useropt_orig=$ac_useropt
1184     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1185     case $ac_user_opts in
1186       *"
1187 "with_$ac_useropt"
1188 "*) ;;
1189       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1190          ac_unrecognized_sep=', ';;
1191     esac
1192     eval with_$ac_useropt=no ;;
1193
1194   --x)
1195     # Obsolete; use --with-x.
1196     with_x=yes ;;
1197
1198   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1199   | --x-incl | --x-inc | --x-in | --x-i)
1200     ac_prev=x_includes ;;
1201   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1202   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1203     x_includes=$ac_optarg ;;
1204
1205   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1206   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1207     ac_prev=x_libraries ;;
1208   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1209   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1210     x_libraries=$ac_optarg ;;
1211
1212   -*) as_fn_error $? "unrecognized option: \`$ac_option'
1213 Try \`$0 --help' for more information"
1214     ;;
1215
1216   *=*)
1217     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1218     # Reject names that are not valid shell variable names.
1219     case $ac_envvar in #(
1220       '' | [0-9]* | *[!_$as_cr_alnum]* )
1221       as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1222     esac
1223     eval $ac_envvar=\$ac_optarg
1224     export $ac_envvar ;;
1225
1226   *)
1227     # FIXME: should be removed in autoconf 3.0.
1228     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1229     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1230       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1231     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1232     ;;
1233
1234   esac
1235 done
1236
1237 if test -n "$ac_prev"; then
1238   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1239   as_fn_error $? "missing argument to $ac_option"
1240 fi
1241
1242 if test -n "$ac_unrecognized_opts"; then
1243   case $enable_option_checking in
1244     no) ;;
1245     fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1246     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1247   esac
1248 fi
1249
1250 # Check all directory arguments for consistency.
1251 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1252                 datadir sysconfdir sharedstatedir localstatedir includedir \
1253                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1254                 libdir localedir mandir
1255 do
1256   eval ac_val=\$$ac_var
1257   # Remove trailing slashes.
1258   case $ac_val in
1259     */ )
1260       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1261       eval $ac_var=\$ac_val;;
1262   esac
1263   # Be sure to have absolute directory names.
1264   case $ac_val in
1265     [\\/$]* | ?:[\\/]* )  continue;;
1266     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1267   esac
1268   as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1269 done
1270
1271 # There might be people who depend on the old broken behavior: `$host'
1272 # used to hold the argument of --host etc.
1273 # FIXME: To remove some day.
1274 build=$build_alias
1275 host=$host_alias
1276 target=$target_alias
1277
1278 # FIXME: To remove some day.
1279 if test "x$host_alias" != x; then
1280   if test "x$build_alias" = x; then
1281     cross_compiling=maybe
1282     $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1283     If a cross compiler is detected then cross compile mode will be used" >&2
1284   elif test "x$build_alias" != "x$host_alias"; then
1285     cross_compiling=yes
1286   fi
1287 fi
1288
1289 ac_tool_prefix=
1290 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1291
1292 test "$silent" = yes && exec 6>/dev/null
1293
1294
1295 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1296 ac_ls_di=`ls -di .` &&
1297 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1298   as_fn_error $? "working directory cannot be determined"
1299 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1300   as_fn_error $? "pwd does not report name of working directory"
1301
1302
1303 # Find the source files, if location was not specified.
1304 if test -z "$srcdir"; then
1305   ac_srcdir_defaulted=yes
1306   # Try the directory containing this script, then the parent directory.
1307   ac_confdir=`$as_dirname -- "$as_myself" ||
1308 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1309          X"$as_myself" : 'X\(//\)[^/]' \| \
1310          X"$as_myself" : 'X\(//\)$' \| \
1311          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1312 $as_echo X"$as_myself" |
1313     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1314             s//\1/
1315             q
1316           }
1317           /^X\(\/\/\)[^/].*/{
1318             s//\1/
1319             q
1320           }
1321           /^X\(\/\/\)$/{
1322             s//\1/
1323             q
1324           }
1325           /^X\(\/\).*/{
1326             s//\1/
1327             q
1328           }
1329           s/.*/./; q'`
1330   srcdir=$ac_confdir
1331   if test ! -r "$srcdir/$ac_unique_file"; then
1332     srcdir=..
1333   fi
1334 else
1335   ac_srcdir_defaulted=no
1336 fi
1337 if test ! -r "$srcdir/$ac_unique_file"; then
1338   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1339   as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1340 fi
1341 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1342 ac_abs_confdir=`(
1343         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1344         pwd)`
1345 # When building in place, set srcdir=.
1346 if test "$ac_abs_confdir" = "$ac_pwd"; then
1347   srcdir=.
1348 fi
1349 # Remove unnecessary trailing slashes from srcdir.
1350 # Double slashes in file names in object file debugging info
1351 # mess up M-x gdb in Emacs.
1352 case $srcdir in
1353 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1354 esac
1355 for ac_var in $ac_precious_vars; do
1356   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1357   eval ac_env_${ac_var}_value=\$${ac_var}
1358   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1359   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1360 done
1361
1362 #
1363 # Report the --help message.
1364 #
1365 if test "$ac_init_help" = "long"; then
1366   # Omit some internal or obsolete options to make the list less imposing.
1367   # This message is too long to be a string in the A/UX 3.1 sh.
1368   cat <<_ACEOF
1369 \`configure' configures Wine 1.3.4 to adapt to many kinds of systems.
1370
1371 Usage: $0 [OPTION]... [VAR=VALUE]...
1372
1373 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1374 VAR=VALUE.  See below for descriptions of some of the useful variables.
1375
1376 Defaults for the options are specified in brackets.
1377
1378 Configuration:
1379   -h, --help              display this help and exit
1380       --help=short        display options specific to this package
1381       --help=recursive    display the short help of all the included packages
1382   -V, --version           display version information and exit
1383   -q, --quiet, --silent   do not print \`checking ...' messages
1384       --cache-file=FILE   cache test results in FILE [disabled]
1385   -C, --config-cache      alias for \`--cache-file=config.cache'
1386   -n, --no-create         do not create output files
1387       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1388
1389 Installation directories:
1390   --prefix=PREFIX         install architecture-independent files in PREFIX
1391                           [$ac_default_prefix]
1392   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1393                           [PREFIX]
1394
1395 By default, \`make install' will install all the files in
1396 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1397 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1398 for instance \`--prefix=\$HOME'.
1399
1400 For better control, use the options below.
1401
1402 Fine tuning of the installation directories:
1403   --bindir=DIR            user executables [EPREFIX/bin]
1404   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1405   --libexecdir=DIR        program executables [EPREFIX/libexec]
1406   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1407   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1408   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1409   --libdir=DIR            object code libraries [EPREFIX/lib]
1410   --includedir=DIR        C header files [PREFIX/include]
1411   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1412   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1413   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1414   --infodir=DIR           info documentation [DATAROOTDIR/info]
1415   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1416   --mandir=DIR            man documentation [DATAROOTDIR/man]
1417   --docdir=DIR            documentation root [DATAROOTDIR/doc/wine]
1418   --htmldir=DIR           html documentation [DOCDIR]
1419   --dvidir=DIR            dvi documentation [DOCDIR]
1420   --pdfdir=DIR            pdf documentation [DOCDIR]
1421   --psdir=DIR             ps documentation [DOCDIR]
1422 _ACEOF
1423
1424   cat <<\_ACEOF
1425
1426 X features:
1427   --x-includes=DIR    X include files are in DIR
1428   --x-libraries=DIR   X library files are in DIR
1429
1430 System types:
1431   --build=BUILD     configure for building on BUILD [guessed]
1432   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1433 _ACEOF
1434 fi
1435
1436 if test -n "$ac_init_help"; then
1437   case $ac_init_help in
1438      short | recursive ) echo "Configuration of Wine 1.3.4:";;
1439    esac
1440   cat <<\_ACEOF
1441
1442 Optional Features:
1443   --disable-option-checking  ignore unrecognized --enable/--with options
1444   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1445   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1446   --disable-win16         do not include Win16 support
1447   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1448                           binaries)
1449   --disable-tests         do not build the regression tests
1450   --enable-maintainer-mode
1451                           enable maintainer-specific build rules
1452   --disable-largefile     omit support for large files
1453
1454 Optional Packages:
1455   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1456   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1457   --without-alsa          do not use the Alsa sound support
1458   --without-audioio       do not use the AudioIO sound support
1459   --without-capi          do not use CAPI (ISDN support)
1460   --without-cms           do not use CMS (color management support)
1461   --without-coreaudio     do not use the CoreAudio sound support
1462   --without-cups          do not use CUPS
1463   --without-curses        do not use (n)curses
1464   --without-esd           do not use the EsounD sound support
1465   --without-fontconfig    do not use fontconfig
1466   --without-freetype      do not use the FreeType library
1467   --without-gphoto        do not use gphoto (Digital Camera support)
1468   --without-glu           do not use the GLU library
1469   --without-gnutls        do not use GnuTLS (schannel support)
1470   --without-gsm           do not use libgsm (GSM 06.10 codec support)
1471   --without-hal           do not use HAL (dynamic device support)
1472   --without-icns          do not use ICNS icon support
1473   --without-jack          do not use the Jack sound support
1474   --without-jpeg          do not use JPEG
1475   --without-ldap          do not use LDAP
1476   --without-mpg123        do not use the mpg123 library
1477   --without-nas           do not use the NAS sound support
1478   --without-openal        do not use OpenAL
1479   --without-opengl        do not use OpenGL
1480   --without-openssl       do not use OpenSSL
1481   --without-oss           do not use the OSS sound support
1482   --without-png           do not use PNG
1483   --without-pthread       do not use the pthread library
1484   --without-sane          do not use SANE (scanner support)
1485   --without-tiff          do not use TIFF
1486   --without-v4l           do not use v4l1 (v4l support)
1487   --without-xcomposite    do not use the Xcomposite extension
1488   --without-xcursor       do not use the Xcursor extension
1489   --without-xinerama      do not use Xinerama (multi-monitor support)
1490   --without-xinput        do not use the Xinput extension
1491   --without-xml           do not use XML
1492   --without-xrandr        do not use Xrandr (resolution changes)
1493   --without-xrender       do not use the Xrender extension
1494   --without-xshape        do not use the Xshape extension
1495   --without-xshm          do not use XShm (shared memory extension)
1496   --without-xslt          do not use XSLT
1497   --without-xxf86vm       do not use XFree video mode extension
1498   --with-wine-tools=DIR   use Wine tools from directory DIR
1499   --with-wine64=DIR       use the 64-bit Wine in DIR for a Wow64 build
1500   --with-x                use the X Window System
1501
1502 Some influential environment variables:
1503   CC          C compiler command
1504   CFLAGS      C compiler flags
1505   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1506               nonstandard directory <lib dir>
1507   LIBS        libraries to pass to the linker, e.g. -l<library>
1508   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1509               you have headers in a nonstandard directory <include dir>
1510   CXX         C++ compiler command
1511   CXXFLAGS    C++ compiler flags
1512   CPP         C preprocessor
1513   XMKMF       Path to xmkmf, Makefile generator for X Window System
1514
1515 Use these variables to override the choices made by `configure' or to help
1516 it to find libraries and programs with nonstandard names/locations.
1517
1518 Report bugs to <wine-devel@winehq.org>.
1519 Wine home page: <http://www.winehq.org>.
1520 _ACEOF
1521 ac_status=$?
1522 fi
1523
1524 if test "$ac_init_help" = "recursive"; then
1525   # If there are subdirs, report their specific --help.
1526   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1527     test -d "$ac_dir" ||
1528       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1529       continue
1530     ac_builddir=.
1531
1532 case "$ac_dir" in
1533 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1534 *)
1535   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1536   # A ".." for each directory in $ac_dir_suffix.
1537   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1538   case $ac_top_builddir_sub in
1539   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1540   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1541   esac ;;
1542 esac
1543 ac_abs_top_builddir=$ac_pwd
1544 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1545 # for backward compatibility:
1546 ac_top_builddir=$ac_top_build_prefix
1547
1548 case $srcdir in
1549   .)  # We are building in place.
1550     ac_srcdir=.
1551     ac_top_srcdir=$ac_top_builddir_sub
1552     ac_abs_top_srcdir=$ac_pwd ;;
1553   [\\/]* | ?:[\\/]* )  # Absolute name.
1554     ac_srcdir=$srcdir$ac_dir_suffix;
1555     ac_top_srcdir=$srcdir
1556     ac_abs_top_srcdir=$srcdir ;;
1557   *) # Relative name.
1558     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1559     ac_top_srcdir=$ac_top_build_prefix$srcdir
1560     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1561 esac
1562 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1563
1564     cd "$ac_dir" || { ac_status=$?; continue; }
1565     # Check for guested configure.
1566     if test -f "$ac_srcdir/configure.gnu"; then
1567       echo &&
1568       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1569     elif test -f "$ac_srcdir/configure"; then
1570       echo &&
1571       $SHELL "$ac_srcdir/configure" --help=recursive
1572     else
1573       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1574     fi || ac_status=$?
1575     cd "$ac_pwd" || { ac_status=$?; break; }
1576   done
1577 fi
1578
1579 test -n "$ac_init_help" && exit $ac_status
1580 if $ac_init_version; then
1581   cat <<\_ACEOF
1582 Wine configure 1.3.4
1583 generated by GNU Autoconf 2.67
1584
1585 Copyright (C) 2010 Free Software Foundation, Inc.
1586 This configure script is free software; the Free Software Foundation
1587 gives unlimited permission to copy, distribute and modify it.
1588 _ACEOF
1589   exit
1590 fi
1591
1592 ## ------------------------ ##
1593 ## Autoconf initialization. ##
1594 ## ------------------------ ##
1595
1596 # ac_fn_c_try_compile LINENO
1597 # --------------------------
1598 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1599 ac_fn_c_try_compile ()
1600 {
1601   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1602   rm -f conftest.$ac_objext
1603   if { { ac_try="$ac_compile"
1604 case "(($ac_try" in
1605   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1606   *) ac_try_echo=$ac_try;;
1607 esac
1608 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1609 $as_echo "$ac_try_echo"; } >&5
1610   (eval "$ac_compile") 2>conftest.err
1611   ac_status=$?
1612   if test -s conftest.err; then
1613     grep -v '^ *+' conftest.err >conftest.er1
1614     cat conftest.er1 >&5
1615     mv -f conftest.er1 conftest.err
1616   fi
1617   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1618   test $ac_status = 0; } && {
1619          test -z "$ac_c_werror_flag" ||
1620          test ! -s conftest.err
1621        } && test -s conftest.$ac_objext; then :
1622   ac_retval=0
1623 else
1624   $as_echo "$as_me: failed program was:" >&5
1625 sed 's/^/| /' conftest.$ac_ext >&5
1626
1627         ac_retval=1
1628 fi
1629   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1630   as_fn_set_status $ac_retval
1631
1632 } # ac_fn_c_try_compile
1633
1634 # ac_fn_cxx_try_compile LINENO
1635 # ----------------------------
1636 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1637 ac_fn_cxx_try_compile ()
1638 {
1639   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1640   rm -f conftest.$ac_objext
1641   if { { ac_try="$ac_compile"
1642 case "(($ac_try" in
1643   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1644   *) ac_try_echo=$ac_try;;
1645 esac
1646 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1647 $as_echo "$ac_try_echo"; } >&5
1648   (eval "$ac_compile") 2>conftest.err
1649   ac_status=$?
1650   if test -s conftest.err; then
1651     grep -v '^ *+' conftest.err >conftest.er1
1652     cat conftest.er1 >&5
1653     mv -f conftest.er1 conftest.err
1654   fi
1655   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1656   test $ac_status = 0; } && {
1657          test -z "$ac_cxx_werror_flag" ||
1658          test ! -s conftest.err
1659        } && test -s conftest.$ac_objext; then :
1660   ac_retval=0
1661 else
1662   $as_echo "$as_me: failed program was:" >&5
1663 sed 's/^/| /' conftest.$ac_ext >&5
1664
1665         ac_retval=1
1666 fi
1667   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1668   as_fn_set_status $ac_retval
1669
1670 } # ac_fn_cxx_try_compile
1671
1672 # ac_fn_c_try_link LINENO
1673 # -----------------------
1674 # Try to link conftest.$ac_ext, and return whether this succeeded.
1675 ac_fn_c_try_link ()
1676 {
1677   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1678   rm -f conftest.$ac_objext conftest$ac_exeext
1679   if { { ac_try="$ac_link"
1680 case "(($ac_try" in
1681   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1682   *) ac_try_echo=$ac_try;;
1683 esac
1684 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1685 $as_echo "$ac_try_echo"; } >&5
1686   (eval "$ac_link") 2>conftest.err
1687   ac_status=$?
1688   if test -s conftest.err; then
1689     grep -v '^ *+' conftest.err >conftest.er1
1690     cat conftest.er1 >&5
1691     mv -f conftest.er1 conftest.err
1692   fi
1693   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1694   test $ac_status = 0; } && {
1695          test -z "$ac_c_werror_flag" ||
1696          test ! -s conftest.err
1697        } && test -s conftest$ac_exeext && {
1698          test "$cross_compiling" = yes ||
1699          $as_test_x conftest$ac_exeext
1700        }; then :
1701   ac_retval=0
1702 else
1703   $as_echo "$as_me: failed program was:" >&5
1704 sed 's/^/| /' conftest.$ac_ext >&5
1705
1706         ac_retval=1
1707 fi
1708   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1709   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1710   # interfere with the next link command; also delete a directory that is
1711   # left behind by Apple's compiler.  We do this before executing the actions.
1712   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1713   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1714   as_fn_set_status $ac_retval
1715
1716 } # ac_fn_c_try_link
1717
1718 # ac_fn_c_try_cpp LINENO
1719 # ----------------------
1720 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1721 ac_fn_c_try_cpp ()
1722 {
1723   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1724   if { { ac_try="$ac_cpp conftest.$ac_ext"
1725 case "(($ac_try" in
1726   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1727   *) ac_try_echo=$ac_try;;
1728 esac
1729 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1730 $as_echo "$ac_try_echo"; } >&5
1731   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1732   ac_status=$?
1733   if test -s conftest.err; then
1734     grep -v '^ *+' conftest.err >conftest.er1
1735     cat conftest.er1 >&5
1736     mv -f conftest.er1 conftest.err
1737   fi
1738   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1739   test $ac_status = 0; } > conftest.i && {
1740          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1741          test ! -s conftest.err
1742        }; then :
1743   ac_retval=0
1744 else
1745   $as_echo "$as_me: failed program was:" >&5
1746 sed 's/^/| /' conftest.$ac_ext >&5
1747
1748     ac_retval=1
1749 fi
1750   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1751   as_fn_set_status $ac_retval
1752
1753 } # ac_fn_c_try_cpp
1754
1755 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1756 # -------------------------------------------------------
1757 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1758 # the include files in INCLUDES and setting the cache variable VAR
1759 # accordingly.
1760 ac_fn_c_check_header_mongrel ()
1761 {
1762   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1763   if eval "test \"\${$3+set}\"" = set; then :
1764   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1765 $as_echo_n "checking for $2... " >&6; }
1766 if eval "test \"\${$3+set}\"" = set; then :
1767   $as_echo_n "(cached) " >&6
1768 fi
1769 eval ac_res=\$$3
1770                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1771 $as_echo "$ac_res" >&6; }
1772 else
1773   # Is the header compilable?
1774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1775 $as_echo_n "checking $2 usability... " >&6; }
1776 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1777 /* end confdefs.h.  */
1778 $4
1779 #include <$2>
1780 _ACEOF
1781 if ac_fn_c_try_compile "$LINENO"; then :
1782   ac_header_compiler=yes
1783 else
1784   ac_header_compiler=no
1785 fi
1786 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1788 $as_echo "$ac_header_compiler" >&6; }
1789
1790 # Is the header present?
1791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1792 $as_echo_n "checking $2 presence... " >&6; }
1793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1794 /* end confdefs.h.  */
1795 #include <$2>
1796 _ACEOF
1797 if ac_fn_c_try_cpp "$LINENO"; then :
1798   ac_header_preproc=yes
1799 else
1800   ac_header_preproc=no
1801 fi
1802 rm -f conftest.err conftest.i conftest.$ac_ext
1803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1804 $as_echo "$ac_header_preproc" >&6; }
1805
1806 # So?  What about this header?
1807 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1808   yes:no: )
1809     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1810 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1811     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1812 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1813     ;;
1814   no:yes:* )
1815     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1816 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1817     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1818 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1819     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1820 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1821     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1822 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1823     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1824 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1825 ( $as_echo "## ------------------------------------ ##
1826 ## Report this to wine-devel@winehq.org ##
1827 ## ------------------------------------ ##"
1828      ) | sed "s/^/$as_me: WARNING:     /" >&2
1829     ;;
1830 esac
1831   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1832 $as_echo_n "checking for $2... " >&6; }
1833 if eval "test \"\${$3+set}\"" = set; then :
1834   $as_echo_n "(cached) " >&6
1835 else
1836   eval "$3=\$ac_header_compiler"
1837 fi
1838 eval ac_res=\$$3
1839                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1840 $as_echo "$ac_res" >&6; }
1841 fi
1842   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1843
1844 } # ac_fn_c_check_header_mongrel
1845
1846 # ac_fn_c_try_run LINENO
1847 # ----------------------
1848 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1849 # that executables *can* be run.
1850 ac_fn_c_try_run ()
1851 {
1852   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1853   if { { ac_try="$ac_link"
1854 case "(($ac_try" in
1855   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1856   *) ac_try_echo=$ac_try;;
1857 esac
1858 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1859 $as_echo "$ac_try_echo"; } >&5
1860   (eval "$ac_link") 2>&5
1861   ac_status=$?
1862   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1863   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1864   { { case "(($ac_try" in
1865   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1866   *) ac_try_echo=$ac_try;;
1867 esac
1868 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1869 $as_echo "$ac_try_echo"; } >&5
1870   (eval "$ac_try") 2>&5
1871   ac_status=$?
1872   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1873   test $ac_status = 0; }; }; then :
1874   ac_retval=0
1875 else
1876   $as_echo "$as_me: program exited with status $ac_status" >&5
1877        $as_echo "$as_me: failed program was:" >&5
1878 sed 's/^/| /' conftest.$ac_ext >&5
1879
1880        ac_retval=$ac_status
1881 fi
1882   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1883   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1884   as_fn_set_status $ac_retval
1885
1886 } # ac_fn_c_try_run
1887
1888 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1889 # -------------------------------------------------------
1890 # Tests whether HEADER exists and can be compiled using the include files in
1891 # INCLUDES, setting the cache variable VAR accordingly.
1892 ac_fn_c_check_header_compile ()
1893 {
1894   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1895   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1896 $as_echo_n "checking for $2... " >&6; }
1897 if eval "test \"\${$3+set}\"" = set; then :
1898   $as_echo_n "(cached) " >&6
1899 else
1900   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1901 /* end confdefs.h.  */
1902 $4
1903 #include <$2>
1904 _ACEOF
1905 if ac_fn_c_try_compile "$LINENO"; then :
1906   eval "$3=yes"
1907 else
1908   eval "$3=no"
1909 fi
1910 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1911 fi
1912 eval ac_res=\$$3
1913                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1914 $as_echo "$ac_res" >&6; }
1915   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1916
1917 } # ac_fn_c_check_header_compile
1918
1919 # ac_fn_c_check_func LINENO FUNC VAR
1920 # ----------------------------------
1921 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1922 ac_fn_c_check_func ()
1923 {
1924   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1925   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1926 $as_echo_n "checking for $2... " >&6; }
1927 if eval "test \"\${$3+set}\"" = set; then :
1928   $as_echo_n "(cached) " >&6
1929 else
1930   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1931 /* end confdefs.h.  */
1932 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1933    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1934 #define $2 innocuous_$2
1935
1936 /* System header to define __stub macros and hopefully few prototypes,
1937     which can conflict with char $2 (); below.
1938     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1939     <limits.h> exists even on freestanding compilers.  */
1940
1941 #ifdef __STDC__
1942 # include <limits.h>
1943 #else
1944 # include <assert.h>
1945 #endif
1946
1947 #undef $2
1948
1949 /* Override any GCC internal prototype to avoid an error.
1950    Use char because int might match the return type of a GCC
1951    builtin and then its argument prototype would still apply.  */
1952 #ifdef __cplusplus
1953 extern "C"
1954 #endif
1955 char $2 ();
1956 /* The GNU C library defines this for functions which it implements
1957     to always fail with ENOSYS.  Some functions are actually named
1958     something starting with __ and the normal name is an alias.  */
1959 #if defined __stub_$2 || defined __stub___$2
1960 choke me
1961 #endif
1962
1963 int
1964 main ()
1965 {
1966 return $2 ();
1967   ;
1968   return 0;
1969 }
1970 _ACEOF
1971 if ac_fn_c_try_link "$LINENO"; then :
1972   eval "$3=yes"
1973 else
1974   eval "$3=no"
1975 fi
1976 rm -f core conftest.err conftest.$ac_objext \
1977     conftest$ac_exeext conftest.$ac_ext
1978 fi
1979 eval ac_res=\$$3
1980                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1981 $as_echo "$ac_res" >&6; }
1982   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1983
1984 } # ac_fn_c_check_func
1985
1986 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1987 # ----------------------------------------------------
1988 # Tries to find if the field MEMBER exists in type AGGR, after including
1989 # INCLUDES, setting cache variable VAR accordingly.
1990 ac_fn_c_check_member ()
1991 {
1992   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1993   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1994 $as_echo_n "checking for $2.$3... " >&6; }
1995 if eval "test \"\${$4+set}\"" = set; then :
1996   $as_echo_n "(cached) " >&6
1997 else
1998   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1999 /* end confdefs.h.  */
2000 $5
2001 int
2002 main ()
2003 {
2004 static $2 ac_aggr;
2005 if (ac_aggr.$3)
2006 return 0;
2007   ;
2008   return 0;
2009 }
2010 _ACEOF
2011 if ac_fn_c_try_compile "$LINENO"; then :
2012   eval "$4=yes"
2013 else
2014   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2015 /* end confdefs.h.  */
2016 $5
2017 int
2018 main ()
2019 {
2020 static $2 ac_aggr;
2021 if (sizeof ac_aggr.$3)
2022 return 0;
2023   ;
2024   return 0;
2025 }
2026 _ACEOF
2027 if ac_fn_c_try_compile "$LINENO"; then :
2028   eval "$4=yes"
2029 else
2030   eval "$4=no"
2031 fi
2032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2033 fi
2034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2035 fi
2036 eval ac_res=\$$4
2037                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2038 $as_echo "$ac_res" >&6; }
2039   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2040
2041 } # ac_fn_c_check_member
2042
2043 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2044 # -------------------------------------------
2045 # Tests whether TYPE exists after having included INCLUDES, setting cache
2046 # variable VAR accordingly.
2047 ac_fn_c_check_type ()
2048 {
2049   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2050   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2051 $as_echo_n "checking for $2... " >&6; }
2052 if eval "test \"\${$3+set}\"" = set; then :
2053   $as_echo_n "(cached) " >&6
2054 else
2055   eval "$3=no"
2056   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2057 /* end confdefs.h.  */
2058 $4
2059 int
2060 main ()
2061 {
2062 if (sizeof ($2))
2063          return 0;
2064   ;
2065   return 0;
2066 }
2067 _ACEOF
2068 if ac_fn_c_try_compile "$LINENO"; then :
2069   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2070 /* end confdefs.h.  */
2071 $4
2072 int
2073 main ()
2074 {
2075 if (sizeof (($2)))
2076             return 0;
2077   ;
2078   return 0;
2079 }
2080 _ACEOF
2081 if ac_fn_c_try_compile "$LINENO"; then :
2082
2083 else
2084   eval "$3=yes"
2085 fi
2086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2087 fi
2088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2089 fi
2090 eval ac_res=\$$3
2091                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2092 $as_echo "$ac_res" >&6; }
2093   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2094
2095 } # ac_fn_c_check_type
2096 cat >config.log <<_ACEOF
2097 This file contains any messages produced by compilers while
2098 running configure, to aid debugging if configure makes a mistake.
2099
2100 It was created by Wine $as_me 1.3.4, which was
2101 generated by GNU Autoconf 2.67.  Invocation command line was
2102
2103   $ $0 $@
2104
2105 _ACEOF
2106 exec 5>>config.log
2107 {
2108 cat <<_ASUNAME
2109 ## --------- ##
2110 ## Platform. ##
2111 ## --------- ##
2112
2113 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2114 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2115 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2116 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2117 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2118
2119 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2120 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2121
2122 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2123 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2124 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2125 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2126 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2127 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2128 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2129
2130 _ASUNAME
2131
2132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2133 for as_dir in $PATH
2134 do
2135   IFS=$as_save_IFS
2136   test -z "$as_dir" && as_dir=.
2137     $as_echo "PATH: $as_dir"
2138   done
2139 IFS=$as_save_IFS
2140
2141 } >&5
2142
2143 cat >&5 <<_ACEOF
2144
2145
2146 ## ----------- ##
2147 ## Core tests. ##
2148 ## ----------- ##
2149
2150 _ACEOF
2151
2152
2153 # Keep a trace of the command line.
2154 # Strip out --no-create and --no-recursion so they do not pile up.
2155 # Strip out --silent because we don't want to record it for future runs.
2156 # Also quote any args containing shell meta-characters.
2157 # Make two passes to allow for proper duplicate-argument suppression.
2158 ac_configure_args=
2159 ac_configure_args0=
2160 ac_configure_args1=
2161 ac_must_keep_next=false
2162 for ac_pass in 1 2
2163 do
2164   for ac_arg
2165   do
2166     case $ac_arg in
2167     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2168     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2169     | -silent | --silent | --silen | --sile | --sil)
2170       continue ;;
2171     *\'*)
2172       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2173     esac
2174     case $ac_pass in
2175     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2176     2)
2177       as_fn_append ac_configure_args1 " '$ac_arg'"
2178       if test $ac_must_keep_next = true; then
2179         ac_must_keep_next=false # Got value, back to normal.
2180       else
2181         case $ac_arg in
2182           *=* | --config-cache | -C | -disable-* | --disable-* \
2183           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2184           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2185           | -with-* | --with-* | -without-* | --without-* | --x)
2186             case "$ac_configure_args0 " in
2187               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2188             esac
2189             ;;
2190           -* ) ac_must_keep_next=true ;;
2191         esac
2192       fi
2193       as_fn_append ac_configure_args " '$ac_arg'"
2194       ;;
2195     esac
2196   done
2197 done
2198 { ac_configure_args0=; unset ac_configure_args0;}
2199 { ac_configure_args1=; unset ac_configure_args1;}
2200
2201 # When interrupted or exit'd, cleanup temporary files, and complete
2202 # config.log.  We remove comments because anyway the quotes in there
2203 # would cause problems or look ugly.
2204 # WARNING: Use '\'' to represent an apostrophe within the trap.
2205 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2206 trap 'exit_status=$?
2207   # Save into config.log some information that might help in debugging.
2208   {
2209     echo
2210
2211     $as_echo "## ---------------- ##
2212 ## Cache variables. ##
2213 ## ---------------- ##"
2214     echo
2215     # The following way of writing the cache mishandles newlines in values,
2216 (
2217   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2218     eval ac_val=\$$ac_var
2219     case $ac_val in #(
2220     *${as_nl}*)
2221       case $ac_var in #(
2222       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2223 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2224       esac
2225       case $ac_var in #(
2226       _ | IFS | as_nl) ;; #(
2227       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2228       *) { eval $ac_var=; unset $ac_var;} ;;
2229       esac ;;
2230     esac
2231   done
2232   (set) 2>&1 |
2233     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2234     *${as_nl}ac_space=\ *)
2235       sed -n \
2236         "s/'\''/'\''\\\\'\'''\''/g;
2237           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2238       ;; #(
2239     *)
2240       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2241       ;;
2242     esac |
2243     sort
2244 )
2245     echo
2246
2247     $as_echo "## ----------------- ##
2248 ## Output variables. ##
2249 ## ----------------- ##"
2250     echo
2251     for ac_var in $ac_subst_vars
2252     do
2253       eval ac_val=\$$ac_var
2254       case $ac_val in
2255       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2256       esac
2257       $as_echo "$ac_var='\''$ac_val'\''"
2258     done | sort
2259     echo
2260
2261     if test -n "$ac_subst_files"; then
2262       $as_echo "## ------------------- ##
2263 ## File substitutions. ##
2264 ## ------------------- ##"
2265       echo
2266       for ac_var in $ac_subst_files
2267       do
2268         eval ac_val=\$$ac_var
2269         case $ac_val in
2270         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2271         esac
2272         $as_echo "$ac_var='\''$ac_val'\''"
2273       done | sort
2274       echo
2275     fi
2276
2277     if test -s confdefs.h; then
2278       $as_echo "## ----------- ##
2279 ## confdefs.h. ##
2280 ## ----------- ##"
2281       echo
2282       cat confdefs.h
2283       echo
2284     fi
2285     test "$ac_signal" != 0 &&
2286       $as_echo "$as_me: caught signal $ac_signal"
2287     $as_echo "$as_me: exit $exit_status"
2288   } >&5
2289   rm -f core *.core core.conftest.* &&
2290     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2291     exit $exit_status
2292 ' 0
2293 for ac_signal in 1 2 13 15; do
2294   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2295 done
2296 ac_signal=0
2297
2298 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2299 rm -f -r conftest* confdefs.h
2300
2301 $as_echo "/* confdefs.h */" > confdefs.h
2302
2303 # Predefined preprocessor variables.
2304
2305 cat >>confdefs.h <<_ACEOF
2306 #define PACKAGE_NAME "$PACKAGE_NAME"
2307 _ACEOF
2308
2309 cat >>confdefs.h <<_ACEOF
2310 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2311 _ACEOF
2312
2313 cat >>confdefs.h <<_ACEOF
2314 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2315 _ACEOF
2316
2317 cat >>confdefs.h <<_ACEOF
2318 #define PACKAGE_STRING "$PACKAGE_STRING"
2319 _ACEOF
2320
2321 cat >>confdefs.h <<_ACEOF
2322 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2323 _ACEOF
2324
2325 cat >>confdefs.h <<_ACEOF
2326 #define PACKAGE_URL "$PACKAGE_URL"
2327 _ACEOF
2328
2329
2330 # Let the site file select an alternate cache file if it wants to.
2331 # Prefer an explicitly selected file to automatically selected ones.
2332 ac_site_file1=NONE
2333 ac_site_file2=NONE
2334 if test -n "$CONFIG_SITE"; then
2335   # We do not want a PATH search for config.site.
2336   case $CONFIG_SITE in #((
2337     -*)  ac_site_file1=./$CONFIG_SITE;;
2338     */*) ac_site_file1=$CONFIG_SITE;;
2339     *)   ac_site_file1=./$CONFIG_SITE;;
2340   esac
2341 elif test "x$prefix" != xNONE; then
2342   ac_site_file1=$prefix/share/config.site
2343   ac_site_file2=$prefix/etc/config.site
2344 else
2345   ac_site_file1=$ac_default_prefix/share/config.site
2346   ac_site_file2=$ac_default_prefix/etc/config.site
2347 fi
2348 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2349 do
2350   test "x$ac_site_file" = xNONE && continue
2351   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2352     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2353 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2354     sed 's/^/| /' "$ac_site_file" >&5
2355     . "$ac_site_file" \
2356       || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2357 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2358 as_fn_error $? "failed to load site script $ac_site_file
2359 See \`config.log' for more details" "$LINENO" 5 ; }
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   if test -f "$ac_dir/install-sh"; then
2454     ac_aux_dir=$ac_dir
2455     ac_install_sh="$ac_aux_dir/install-sh -c"
2456     break
2457   elif test -f "$ac_dir/install.sh"; then
2458     ac_aux_dir=$ac_dir
2459     ac_install_sh="$ac_aux_dir/install.sh -c"
2460     break
2461   elif test -f "$ac_dir/shtool"; then
2462     ac_aux_dir=$ac_dir
2463     ac_install_sh="$ac_aux_dir/shtool install -c"
2464     break
2465   fi
2466 done
2467 if test -z "$ac_aux_dir"; then
2468   as_fn_error $? "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2469 fi
2470
2471 # These three variables are undocumented and unsupported,
2472 # and are intended to be withdrawn in a future Autoconf release.
2473 # They can cause serious problems if a builder's source tree is in a directory
2474 # whose full name contains unusual characters.
2475 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2476 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2477 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2478
2479
2480
2481
2482
2483 # Check whether --enable-win16 was given.
2484 if test "${enable_win16+set}" = set; then :
2485   enableval=$enable_win16;
2486 fi
2487
2488 # Check whether --enable-win64 was given.
2489 if test "${enable_win64+set}" = set; then :
2490   enableval=$enable_win64;
2491 fi
2492
2493 # Check whether --enable-tests was given.
2494 if test "${enable_tests+set}" = set; then :
2495   enableval=$enable_tests;
2496 fi
2497
2498 # Check whether --enable-maintainer-mode was given.
2499 if test "${enable_maintainer_mode+set}" = set; then :
2500   enableval=$enable_maintainer_mode;
2501 fi
2502
2503
2504
2505 # Check whether --with-alsa was given.
2506 if test "${with_alsa+set}" = set; then :
2507   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2508 fi
2509
2510
2511 # Check whether --with-audioio was given.
2512 if test "${with_audioio+set}" = set; then :
2513   withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2514 fi
2515
2516
2517 # Check whether --with-capi was given.
2518 if test "${with_capi+set}" = set; then :
2519   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2520 fi
2521
2522
2523 # Check whether --with-cms was given.
2524 if test "${with_cms+set}" = set; then :
2525   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2526 fi
2527
2528
2529 # Check whether --with-coreaudio was given.
2530 if test "${with_coreaudio+set}" = set; then :
2531   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2532 fi
2533
2534
2535 # Check whether --with-cups was given.
2536 if test "${with_cups+set}" = set; then :
2537   withval=$with_cups;
2538 fi
2539
2540
2541 # Check whether --with-curses was given.
2542 if test "${with_curses+set}" = set; then :
2543   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2544 fi
2545
2546
2547 # Check whether --with-esd was given.
2548 if test "${with_esd+set}" = set; then :
2549   withval=$with_esd;
2550 fi
2551
2552
2553 # Check whether --with-fontconfig was given.
2554 if test "${with_fontconfig+set}" = set; then :
2555   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2556 fi
2557
2558
2559 # Check whether --with-freetype was given.
2560 if test "${with_freetype+set}" = set; then :
2561   withval=$with_freetype;
2562 fi
2563
2564
2565 # Check whether --with-gphoto was given.
2566 if test "${with_gphoto+set}" = set; then :
2567   withval=$with_gphoto;
2568 fi
2569
2570
2571 # Check whether --with-glu was given.
2572 if test "${with_glu+set}" = set; then :
2573   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2574 fi
2575
2576
2577 # Check whether --with-gnutls was given.
2578 if test "${with_gnutls+set}" = set; then :
2579   withval=$with_gnutls;
2580 fi
2581
2582
2583 # Check whether --with-gsm was given.
2584 if test "${with_gsm+set}" = set; then :
2585   withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2586 fi
2587
2588
2589 # Check whether --with-hal was given.
2590 if test "${with_hal+set}" = set; then :
2591   withval=$with_hal;
2592 fi
2593
2594
2595 # Check whether --with-icns was given.
2596 if test "${with_icns+set}" = set; then :
2597   withval=$with_icns; if test "x$withval" = "xno"; then ac_cv_header_icns_h=no; fi
2598 fi
2599
2600
2601 # Check whether --with-jack was given.
2602 if test "${with_jack+set}" = set; then :
2603   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2604 fi
2605
2606
2607 # Check whether --with-jpeg was given.
2608 if test "${with_jpeg+set}" = set; then :
2609   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2610 fi
2611
2612
2613 # Check whether --with-ldap was given.
2614 if test "${with_ldap+set}" = set; then :
2615   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2616 fi
2617
2618
2619 # Check whether --with-mpg123 was given.
2620 if test "${with_mpg123+set}" = set; then :
2621   withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2622 fi
2623
2624
2625 # Check whether --with-nas was given.
2626 if test "${with_nas+set}" = set; then :
2627   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2628 fi
2629
2630
2631 # Check whether --with-openal was given.
2632 if test "${with_openal+set}" = set; then :
2633   withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2634 fi
2635
2636
2637 # Check whether --with-opengl was given.
2638 if test "${with_opengl+set}" = set; then :
2639   withval=$with_opengl;
2640 fi
2641
2642
2643 # Check whether --with-openssl was given.
2644 if test "${with_openssl+set}" = set; then :
2645   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2646 fi
2647
2648
2649 # Check whether --with-oss was given.
2650 if test "${with_oss+set}" = set; then :
2651   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
2652 fi
2653
2654
2655 # Check whether --with-png was given.
2656 if test "${with_png+set}" = set; then :
2657   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2658 fi
2659
2660
2661 # Check whether --with-pthread was given.
2662 if test "${with_pthread+set}" = set; then :
2663   withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2664 fi
2665
2666
2667 # Check whether --with-sane was given.
2668 if test "${with_sane+set}" = set; then :
2669   withval=$with_sane;
2670 fi
2671
2672
2673 # Check whether --with-tiff was given.
2674 if test "${with_tiff+set}" = set; then :
2675   withval=$with_tiff; if test "x$withval" = "xno"; then ac_cv_header_tiffio_h=no; fi
2676 fi
2677
2678
2679 # Check whether --with-v4l was given.
2680 if test "${with_v4l+set}" = set; then :
2681   withval=$with_v4l;
2682 fi
2683
2684
2685 # Check whether --with-xcomposite was given.
2686 if test "${with_xcomposite+set}" = set; then :
2687   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2688 fi
2689
2690
2691 # Check whether --with-xcursor was given.
2692 if test "${with_xcursor+set}" = set; then :
2693   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2694 fi
2695
2696
2697 # Check whether --with-xinerama was given.
2698 if test "${with_xinerama+set}" = set; then :
2699   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2700 fi
2701
2702
2703 # Check whether --with-xinput was given.
2704 if test "${with_xinput+set}" = set; then :
2705   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2706 fi
2707
2708
2709 # Check whether --with-xml was given.
2710 if test "${with_xml+set}" = set; then :
2711   withval=$with_xml;
2712 fi
2713
2714
2715 # Check whether --with-xrandr was given.
2716 if test "${with_xrandr+set}" = set; then :
2717   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2718 fi
2719
2720
2721 # Check whether --with-xrender was given.
2722 if test "${with_xrender+set}" = set; then :
2723   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2724 fi
2725
2726
2727 # Check whether --with-xshape was given.
2728 if test "${with_xshape+set}" = set; then :
2729   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2730 fi
2731
2732
2733 # Check whether --with-xshm was given.
2734 if test "${with_xshm+set}" = set; then :
2735   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2736 fi
2737
2738
2739 # Check whether --with-xslt was given.
2740 if test "${with_xslt+set}" = set; then :
2741   withval=$with_xslt;
2742 fi
2743
2744
2745 # Check whether --with-xxf86vm was given.
2746 if test "${with_xxf86vm+set}" = set; then :
2747   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
2748 fi
2749
2750
2751
2752 # Check whether --with-wine-tools was given.
2753 if test "${with_wine_tools+set}" = set; then :
2754   withval=$with_wine_tools;
2755 fi
2756
2757
2758 # Check whether --with-wine64 was given.
2759 if test "${with_wine64+set}" = set; then :
2760   withval=$with_wine64;
2761 fi
2762
2763
2764 # Make sure we can run config.sub.
2765 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2766   as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2767
2768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2769 $as_echo_n "checking build system type... " >&6; }
2770 if test "${ac_cv_build+set}" = set; then :
2771   $as_echo_n "(cached) " >&6
2772 else
2773   ac_build_alias=$build_alias
2774 test "x$ac_build_alias" = x &&
2775   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2776 test "x$ac_build_alias" = x &&
2777   as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2778 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2779   as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2780
2781 fi
2782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2783 $as_echo "$ac_cv_build" >&6; }
2784 case $ac_cv_build in
2785 *-*-*) ;;
2786 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
2787 esac
2788 build=$ac_cv_build
2789 ac_save_IFS=$IFS; IFS='-'
2790 set x $ac_cv_build
2791 shift
2792 build_cpu=$1
2793 build_vendor=$2
2794 shift; shift
2795 # Remember, the first character of IFS is used to create $*,
2796 # except with old shells:
2797 build_os=$*
2798 IFS=$ac_save_IFS
2799 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2800
2801
2802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2803 $as_echo_n "checking host system type... " >&6; }
2804 if test "${ac_cv_host+set}" = set; then :
2805   $as_echo_n "(cached) " >&6
2806 else
2807   if test "x$host_alias" = x; then
2808   ac_cv_host=$ac_cv_build
2809 else
2810   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2811     as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2812 fi
2813
2814 fi
2815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2816 $as_echo "$ac_cv_host" >&6; }
2817 case $ac_cv_host in
2818 *-*-*) ;;
2819 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
2820 esac
2821 host=$ac_cv_host
2822 ac_save_IFS=$IFS; IFS='-'
2823 set x $ac_cv_host
2824 shift
2825 host_cpu=$1
2826 host_vendor=$2
2827 shift; shift
2828 # Remember, the first character of IFS is used to create $*,
2829 # except with old shells:
2830 host_os=$*
2831 IFS=$ac_save_IFS
2832 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2833
2834
2835
2836 case "$srcdir" in
2837  .) ;;
2838  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2839       as_fn_error $? "you are building out of the source tree, but the source tree contains object files.
2840 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2841     fi ;;
2842 esac
2843
2844
2845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2846 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2847 set x ${MAKE-make}
2848 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2849 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
2850   $as_echo_n "(cached) " >&6
2851 else
2852   cat >conftest.make <<\_ACEOF
2853 SHELL = /bin/sh
2854 all:
2855         @echo '@@@%%%=$(MAKE)=@@@%%%'
2856 _ACEOF
2857 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2858 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2859   *@@@%%%=?*=@@@%%%*)
2860     eval ac_cv_prog_make_${ac_make}_set=yes;;
2861   *)
2862     eval ac_cv_prog_make_${ac_make}_set=no;;
2863 esac
2864 rm -f conftest.make
2865 fi
2866 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2867   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2868 $as_echo "yes" >&6; }
2869   SET_MAKE=
2870 else
2871   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2872 $as_echo "no" >&6; }
2873   SET_MAKE="MAKE=${MAKE-make}"
2874 fi
2875
2876 ac_ext=c
2877 ac_cpp='$CPP $CPPFLAGS'
2878 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2879 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2880 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2881 if test -n "$ac_tool_prefix"; then
2882   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2883 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2885 $as_echo_n "checking for $ac_word... " >&6; }
2886 if test "${ac_cv_prog_CC+set}" = set; then :
2887   $as_echo_n "(cached) " >&6
2888 else
2889   if test -n "$CC"; then
2890   ac_cv_prog_CC="$CC" # Let the user override the test.
2891 else
2892 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2893 for as_dir in $PATH
2894 do
2895   IFS=$as_save_IFS
2896   test -z "$as_dir" && as_dir=.
2897     for ac_exec_ext in '' $ac_executable_extensions; do
2898   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2899     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2900     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2901     break 2
2902   fi
2903 done
2904   done
2905 IFS=$as_save_IFS
2906
2907 fi
2908 fi
2909 CC=$ac_cv_prog_CC
2910 if test -n "$CC"; then
2911   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2912 $as_echo "$CC" >&6; }
2913 else
2914   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2915 $as_echo "no" >&6; }
2916 fi
2917
2918
2919 fi
2920 if test -z "$ac_cv_prog_CC"; then
2921   ac_ct_CC=$CC
2922   # Extract the first word of "gcc", so it can be a program name with args.
2923 set dummy gcc; ac_word=$2
2924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2925 $as_echo_n "checking for $ac_word... " >&6; }
2926 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2927   $as_echo_n "(cached) " >&6
2928 else
2929   if test -n "$ac_ct_CC"; then
2930   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2931 else
2932 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2933 for as_dir in $PATH
2934 do
2935   IFS=$as_save_IFS
2936   test -z "$as_dir" && as_dir=.
2937     for ac_exec_ext in '' $ac_executable_extensions; do
2938   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2939     ac_cv_prog_ac_ct_CC="gcc"
2940     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2941     break 2
2942   fi
2943 done
2944   done
2945 IFS=$as_save_IFS
2946
2947 fi
2948 fi
2949 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2950 if test -n "$ac_ct_CC"; then
2951   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2952 $as_echo "$ac_ct_CC" >&6; }
2953 else
2954   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2955 $as_echo "no" >&6; }
2956 fi
2957
2958   if test "x$ac_ct_CC" = x; then
2959     CC=""
2960   else
2961     case $cross_compiling:$ac_tool_warned in
2962 yes:)
2963 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2964 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2965 ac_tool_warned=yes ;;
2966 esac
2967     CC=$ac_ct_CC
2968   fi
2969 else
2970   CC="$ac_cv_prog_CC"
2971 fi
2972
2973 if test -z "$CC"; then
2974           if test -n "$ac_tool_prefix"; then
2975     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2976 set dummy ${ac_tool_prefix}cc; ac_word=$2
2977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2978 $as_echo_n "checking for $ac_word... " >&6; }
2979 if test "${ac_cv_prog_CC+set}" = set; then :
2980   $as_echo_n "(cached) " >&6
2981 else
2982   if test -n "$CC"; then
2983   ac_cv_prog_CC="$CC" # Let the user override the test.
2984 else
2985 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2986 for as_dir in $PATH
2987 do
2988   IFS=$as_save_IFS
2989   test -z "$as_dir" && as_dir=.
2990     for ac_exec_ext in '' $ac_executable_extensions; do
2991   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2992     ac_cv_prog_CC="${ac_tool_prefix}cc"
2993     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2994     break 2
2995   fi
2996 done
2997   done
2998 IFS=$as_save_IFS
2999
3000 fi
3001 fi
3002 CC=$ac_cv_prog_CC
3003 if test -n "$CC"; then
3004   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3005 $as_echo "$CC" >&6; }
3006 else
3007   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3008 $as_echo "no" >&6; }
3009 fi
3010
3011
3012   fi
3013 fi
3014 if test -z "$CC"; then
3015   # Extract the first word of "cc", so it can be a program name with args.
3016 set dummy cc; ac_word=$2
3017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3018 $as_echo_n "checking for $ac_word... " >&6; }
3019 if test "${ac_cv_prog_CC+set}" = set; then :
3020   $as_echo_n "(cached) " >&6
3021 else
3022   if test -n "$CC"; then
3023   ac_cv_prog_CC="$CC" # Let the user override the test.
3024 else
3025   ac_prog_rejected=no
3026 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3027 for as_dir in $PATH
3028 do
3029   IFS=$as_save_IFS
3030   test -z "$as_dir" && as_dir=.
3031     for ac_exec_ext in '' $ac_executable_extensions; do
3032   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3033     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3034        ac_prog_rejected=yes
3035        continue
3036      fi
3037     ac_cv_prog_CC="cc"
3038     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3039     break 2
3040   fi
3041 done
3042   done
3043 IFS=$as_save_IFS
3044
3045 if test $ac_prog_rejected = yes; then
3046   # We found a bogon in the path, so make sure we never use it.
3047   set dummy $ac_cv_prog_CC
3048   shift
3049   if test $# != 0; then
3050     # We chose a different compiler from the bogus one.
3051     # However, it has the same basename, so the bogon will be chosen
3052     # first if we set CC to just the basename; use the full file name.
3053     shift
3054     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3055   fi
3056 fi
3057 fi
3058 fi
3059 CC=$ac_cv_prog_CC
3060 if test -n "$CC"; then
3061   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3062 $as_echo "$CC" >&6; }
3063 else
3064   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3065 $as_echo "no" >&6; }
3066 fi
3067
3068
3069 fi
3070 if test -z "$CC"; then
3071   if test -n "$ac_tool_prefix"; then
3072   for ac_prog in cl.exe
3073   do
3074     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3075 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3077 $as_echo_n "checking for $ac_word... " >&6; }
3078 if test "${ac_cv_prog_CC+set}" = set; then :
3079   $as_echo_n "(cached) " >&6
3080 else
3081   if test -n "$CC"; then
3082   ac_cv_prog_CC="$CC" # Let the user override the test.
3083 else
3084 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3085 for as_dir in $PATH
3086 do
3087   IFS=$as_save_IFS
3088   test -z "$as_dir" && as_dir=.
3089     for ac_exec_ext in '' $ac_executable_extensions; do
3090   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3091     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3092     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3093     break 2
3094   fi
3095 done
3096   done
3097 IFS=$as_save_IFS
3098
3099 fi
3100 fi
3101 CC=$ac_cv_prog_CC
3102 if test -n "$CC"; then
3103   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3104 $as_echo "$CC" >&6; }
3105 else
3106   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3107 $as_echo "no" >&6; }
3108 fi
3109
3110
3111     test -n "$CC" && break
3112   done
3113 fi
3114 if test -z "$CC"; then
3115   ac_ct_CC=$CC
3116   for ac_prog in cl.exe
3117 do
3118   # Extract the first word of "$ac_prog", so it can be a program name with args.
3119 set dummy $ac_prog; ac_word=$2
3120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3121 $as_echo_n "checking for $ac_word... " >&6; }
3122 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3123   $as_echo_n "(cached) " >&6
3124 else
3125   if test -n "$ac_ct_CC"; then
3126   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3127 else
3128 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3129 for as_dir in $PATH
3130 do
3131   IFS=$as_save_IFS
3132   test -z "$as_dir" && as_dir=.
3133     for ac_exec_ext in '' $ac_executable_extensions; do
3134   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3135     ac_cv_prog_ac_ct_CC="$ac_prog"
3136     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3137     break 2
3138   fi
3139 done
3140   done
3141 IFS=$as_save_IFS
3142
3143 fi
3144 fi
3145 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3146 if test -n "$ac_ct_CC"; then
3147   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3148 $as_echo "$ac_ct_CC" >&6; }
3149 else
3150   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3151 $as_echo "no" >&6; }
3152 fi
3153
3154
3155   test -n "$ac_ct_CC" && break
3156 done
3157
3158   if test "x$ac_ct_CC" = x; then
3159     CC=""
3160   else
3161     case $cross_compiling:$ac_tool_warned in
3162 yes:)
3163 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3164 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3165 ac_tool_warned=yes ;;
3166 esac
3167     CC=$ac_ct_CC
3168   fi
3169 fi
3170
3171 fi
3172
3173
3174 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3175 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3176 as_fn_error $? "no acceptable C compiler found in \$PATH
3177 See \`config.log' for more details" "$LINENO" 5 ; }
3178
3179 # Provide some information about the compiler.
3180 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3181 set X $ac_compile
3182 ac_compiler=$2
3183 for ac_option in --version -v -V -qversion; do
3184   { { ac_try="$ac_compiler $ac_option >&5"
3185 case "(($ac_try" in
3186   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3187   *) ac_try_echo=$ac_try;;
3188 esac
3189 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3190 $as_echo "$ac_try_echo"; } >&5
3191   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3192   ac_status=$?
3193   if test -s conftest.err; then
3194     sed '10a\
3195 ... rest of stderr output deleted ...
3196          10q' conftest.err >conftest.er1
3197     cat conftest.er1 >&5
3198   fi
3199   rm -f conftest.er1 conftest.err
3200   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3201   test $ac_status = 0; }
3202 done
3203
3204 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3205 /* end confdefs.h.  */
3206
3207 int
3208 main ()
3209 {
3210
3211   ;
3212   return 0;
3213 }
3214 _ACEOF
3215 ac_clean_files_save=$ac_clean_files
3216 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3217 # Try to create an executable without -o first, disregard a.out.
3218 # It will help us diagnose broken compilers, and finding out an intuition
3219 # of exeext.
3220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3221 $as_echo_n "checking whether the C compiler works... " >&6; }
3222 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3223
3224 # The possible output files:
3225 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3226
3227 ac_rmfiles=
3228 for ac_file in $ac_files
3229 do
3230   case $ac_file in
3231     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3232     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3233   esac
3234 done
3235 rm -f $ac_rmfiles
3236
3237 if { { ac_try="$ac_link_default"
3238 case "(($ac_try" in
3239   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3240   *) ac_try_echo=$ac_try;;
3241 esac
3242 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3243 $as_echo "$ac_try_echo"; } >&5
3244   (eval "$ac_link_default") 2>&5
3245   ac_status=$?
3246   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3247   test $ac_status = 0; }; then :
3248   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3249 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3250 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3251 # so that the user can short-circuit this test for compilers unknown to
3252 # Autoconf.
3253 for ac_file in $ac_files ''
3254 do
3255   test -f "$ac_file" || continue
3256   case $ac_file in
3257     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3258         ;;
3259     [ab].out )
3260         # We found the default executable, but exeext='' is most
3261         # certainly right.
3262         break;;
3263     *.* )
3264         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3265         then :; else
3266            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3267         fi
3268         # We set ac_cv_exeext here because the later test for it is not
3269         # safe: cross compilers may not add the suffix if given an `-o'
3270         # argument, so we may need to know it at that point already.
3271         # Even if this section looks crufty: it has the advantage of
3272         # actually working.
3273         break;;
3274     * )
3275         break;;
3276   esac
3277 done
3278 test "$ac_cv_exeext" = no && ac_cv_exeext=
3279
3280 else
3281   ac_file=''
3282 fi
3283 if test -z "$ac_file"; then :
3284   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3285 $as_echo "no" >&6; }
3286 $as_echo "$as_me: failed program was:" >&5
3287 sed 's/^/| /' conftest.$ac_ext >&5
3288
3289 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3290 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3291 as_fn_error 77 "C compiler cannot create executables
3292 See \`config.log' for more details" "$LINENO" 5 ; }
3293 else
3294   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3295 $as_echo "yes" >&6; }
3296 fi
3297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3298 $as_echo_n "checking for C compiler default output file name... " >&6; }
3299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3300 $as_echo "$ac_file" >&6; }
3301 ac_exeext=$ac_cv_exeext
3302
3303 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3304 ac_clean_files=$ac_clean_files_save
3305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3306 $as_echo_n "checking for suffix of executables... " >&6; }
3307 if { { ac_try="$ac_link"
3308 case "(($ac_try" in
3309   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3310   *) ac_try_echo=$ac_try;;
3311 esac
3312 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3313 $as_echo "$ac_try_echo"; } >&5
3314   (eval "$ac_link") 2>&5
3315   ac_status=$?
3316   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3317   test $ac_status = 0; }; then :
3318   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3319 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3320 # work properly (i.e., refer to `conftest.exe'), while it won't with
3321 # `rm'.
3322 for ac_file in conftest.exe conftest conftest.*; do
3323   test -f "$ac_file" || continue
3324   case $ac_file in
3325     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3326     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3327           break;;
3328     * ) break;;
3329   esac
3330 done
3331 else
3332   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3333 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3334 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3335 See \`config.log' for more details" "$LINENO" 5 ; }
3336 fi
3337 rm -f conftest conftest$ac_cv_exeext
3338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3339 $as_echo "$ac_cv_exeext" >&6; }
3340
3341 rm -f conftest.$ac_ext
3342 EXEEXT=$ac_cv_exeext
3343 ac_exeext=$EXEEXT
3344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3345 /* end confdefs.h.  */
3346 #include <stdio.h>
3347 int
3348 main ()
3349 {
3350 FILE *f = fopen ("conftest.out", "w");
3351  return ferror (f) || fclose (f) != 0;
3352
3353   ;
3354   return 0;
3355 }
3356 _ACEOF
3357 ac_clean_files="$ac_clean_files conftest.out"
3358 # Check that the compiler produces executables we can run.  If not, either
3359 # the compiler is broken, or we cross compile.
3360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3361 $as_echo_n "checking whether we are cross compiling... " >&6; }
3362 if test "$cross_compiling" != yes; then
3363   { { ac_try="$ac_link"
3364 case "(($ac_try" in
3365   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3366   *) ac_try_echo=$ac_try;;
3367 esac
3368 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3369 $as_echo "$ac_try_echo"; } >&5
3370   (eval "$ac_link") 2>&5
3371   ac_status=$?
3372   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3373   test $ac_status = 0; }
3374   if { ac_try='./conftest$ac_cv_exeext'
3375   { { case "(($ac_try" in
3376   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3377   *) ac_try_echo=$ac_try;;
3378 esac
3379 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3380 $as_echo "$ac_try_echo"; } >&5
3381   (eval "$ac_try") 2>&5
3382   ac_status=$?
3383   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3384   test $ac_status = 0; }; }; then
3385     cross_compiling=no
3386   else
3387     if test "$cross_compiling" = maybe; then
3388         cross_compiling=yes
3389     else
3390         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3391 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3392 as_fn_error $? "cannot run C compiled programs.
3393 If you meant to cross compile, use \`--host'.
3394 See \`config.log' for more details" "$LINENO" 5 ; }
3395     fi
3396   fi
3397 fi
3398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3399 $as_echo "$cross_compiling" >&6; }
3400
3401 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3402 ac_clean_files=$ac_clean_files_save
3403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3404 $as_echo_n "checking for suffix of object files... " >&6; }
3405 if test "${ac_cv_objext+set}" = set; then :
3406   $as_echo_n "(cached) " >&6
3407 else
3408   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3409 /* end confdefs.h.  */
3410
3411 int
3412 main ()
3413 {
3414
3415   ;
3416   return 0;
3417 }
3418 _ACEOF
3419 rm -f conftest.o conftest.obj
3420 if { { ac_try="$ac_compile"
3421 case "(($ac_try" in
3422   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3423   *) ac_try_echo=$ac_try;;
3424 esac
3425 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3426 $as_echo "$ac_try_echo"; } >&5
3427   (eval "$ac_compile") 2>&5
3428   ac_status=$?
3429   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3430   test $ac_status = 0; }; then :
3431   for ac_file in conftest.o conftest.obj conftest.*; do
3432   test -f "$ac_file" || continue;
3433   case $ac_file in
3434     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3435     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3436        break;;
3437   esac
3438 done
3439 else
3440   $as_echo "$as_me: failed program was:" >&5
3441 sed 's/^/| /' conftest.$ac_ext >&5
3442
3443 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3444 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3445 as_fn_error $? "cannot compute suffix of object files: cannot compile
3446 See \`config.log' for more details" "$LINENO" 5 ; }
3447 fi
3448 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3449 fi
3450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3451 $as_echo "$ac_cv_objext" >&6; }
3452 OBJEXT=$ac_cv_objext
3453 ac_objext=$OBJEXT
3454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3455 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3456 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3457   $as_echo_n "(cached) " >&6
3458 else
3459   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3460 /* end confdefs.h.  */
3461
3462 int
3463 main ()
3464 {
3465 #ifndef __GNUC__
3466        choke me
3467 #endif
3468
3469   ;
3470   return 0;
3471 }
3472 _ACEOF
3473 if ac_fn_c_try_compile "$LINENO"; then :
3474   ac_compiler_gnu=yes
3475 else
3476   ac_compiler_gnu=no
3477 fi
3478 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3479 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3480
3481 fi
3482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3483 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3484 if test $ac_compiler_gnu = yes; then
3485   GCC=yes
3486 else
3487   GCC=
3488 fi
3489 ac_test_CFLAGS=${CFLAGS+set}
3490 ac_save_CFLAGS=$CFLAGS
3491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3492 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3493 if test "${ac_cv_prog_cc_g+set}" = set; then :
3494   $as_echo_n "(cached) " >&6
3495 else
3496   ac_save_c_werror_flag=$ac_c_werror_flag
3497    ac_c_werror_flag=yes
3498    ac_cv_prog_cc_g=no
3499    CFLAGS="-g"
3500    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3501 /* end confdefs.h.  */
3502
3503 int
3504 main ()
3505 {
3506
3507   ;
3508   return 0;
3509 }
3510 _ACEOF
3511 if ac_fn_c_try_compile "$LINENO"; then :
3512   ac_cv_prog_cc_g=yes
3513 else
3514   CFLAGS=""
3515       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3516 /* end confdefs.h.  */
3517
3518 int
3519 main ()
3520 {
3521
3522   ;
3523   return 0;
3524 }
3525 _ACEOF
3526 if ac_fn_c_try_compile "$LINENO"; then :
3527
3528 else
3529   ac_c_werror_flag=$ac_save_c_werror_flag
3530          CFLAGS="-g"
3531          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3532 /* end confdefs.h.  */
3533
3534 int
3535 main ()
3536 {
3537
3538   ;
3539   return 0;
3540 }
3541 _ACEOF
3542 if ac_fn_c_try_compile "$LINENO"; then :
3543   ac_cv_prog_cc_g=yes
3544 fi
3545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3546 fi
3547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3548 fi
3549 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3550    ac_c_werror_flag=$ac_save_c_werror_flag
3551 fi
3552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3553 $as_echo "$ac_cv_prog_cc_g" >&6; }
3554 if test "$ac_test_CFLAGS" = set; then
3555   CFLAGS=$ac_save_CFLAGS
3556 elif test $ac_cv_prog_cc_g = yes; then
3557   if test "$GCC" = yes; then
3558     CFLAGS="-g -O2"
3559   else
3560     CFLAGS="-g"
3561   fi
3562 else
3563   if test "$GCC" = yes; then
3564     CFLAGS="-O2"
3565   else
3566     CFLAGS=
3567   fi
3568 fi
3569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3570 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3571 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3572   $as_echo_n "(cached) " >&6
3573 else
3574   ac_cv_prog_cc_c89=no
3575 ac_save_CC=$CC
3576 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3577 /* end confdefs.h.  */
3578 #include <stdarg.h>
3579 #include <stdio.h>
3580 #include <sys/types.h>
3581 #include <sys/stat.h>
3582 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3583 struct buf { int x; };
3584 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3585 static char *e (p, i)
3586      char **p;
3587      int i;
3588 {
3589   return p[i];
3590 }
3591 static char *f (char * (*g) (char **, int), char **p, ...)
3592 {
3593   char *s;
3594   va_list v;
3595   va_start (v,p);
3596   s = g (p, va_arg (v,int));
3597   va_end (v);
3598   return s;
3599 }
3600
3601 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3602    function prototypes and stuff, but not '\xHH' hex character constants.
3603    These don't provoke an error unfortunately, instead are silently treated
3604    as 'x'.  The following induces an error, until -std is added to get
3605    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3606    array size at least.  It's necessary to write '\x00'==0 to get something
3607    that's true only with -std.  */
3608 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3609
3610 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3611    inside strings and character constants.  */
3612 #define FOO(x) 'x'
3613 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3614
3615 int test (int i, double x);
3616 struct s1 {int (*f) (int a);};
3617 struct s2 {int (*f) (double a);};
3618 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3619 int argc;
3620 char **argv;
3621 int
3622 main ()
3623 {
3624 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3625   ;
3626   return 0;
3627 }
3628 _ACEOF
3629 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3630         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3631 do
3632   CC="$ac_save_CC $ac_arg"
3633   if ac_fn_c_try_compile "$LINENO"; then :
3634   ac_cv_prog_cc_c89=$ac_arg
3635 fi
3636 rm -f core conftest.err conftest.$ac_objext
3637   test "x$ac_cv_prog_cc_c89" != "xno" && break
3638 done
3639 rm -f conftest.$ac_ext
3640 CC=$ac_save_CC
3641
3642 fi
3643 # AC_CACHE_VAL
3644 case "x$ac_cv_prog_cc_c89" in
3645   x)
3646     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3647 $as_echo "none needed" >&6; } ;;
3648   xno)
3649     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3650 $as_echo "unsupported" >&6; } ;;
3651   *)
3652     CC="$CC $ac_cv_prog_cc_c89"
3653     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3654 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3655 esac
3656 if test "x$ac_cv_prog_cc_c89" != xno; then :
3657
3658 fi
3659
3660 ac_ext=c
3661 ac_cpp='$CPP $CPPFLAGS'
3662 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3663 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3664 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3665
3666 ac_ext=cpp
3667 ac_cpp='$CXXCPP $CPPFLAGS'
3668 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3669 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3670 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3671 if test -z "$CXX"; then
3672   if test -n "$CCC"; then
3673     CXX=$CCC
3674   else
3675     if test -n "$ac_tool_prefix"; then
3676   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3677   do
3678     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3679 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3681 $as_echo_n "checking for $ac_word... " >&6; }
3682 if test "${ac_cv_prog_CXX+set}" = set; then :
3683   $as_echo_n "(cached) " >&6
3684 else
3685   if test -n "$CXX"; then
3686   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3687 else
3688 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3689 for as_dir in $PATH
3690 do
3691   IFS=$as_save_IFS
3692   test -z "$as_dir" && as_dir=.
3693     for ac_exec_ext in '' $ac_executable_extensions; do
3694   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3695     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3696     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3697     break 2
3698   fi
3699 done
3700   done
3701 IFS=$as_save_IFS
3702
3703 fi
3704 fi
3705 CXX=$ac_cv_prog_CXX
3706 if test -n "$CXX"; then
3707   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3708 $as_echo "$CXX" >&6; }
3709 else
3710   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3711 $as_echo "no" >&6; }
3712 fi
3713
3714
3715     test -n "$CXX" && break
3716   done
3717 fi
3718 if test -z "$CXX"; then
3719   ac_ct_CXX=$CXX
3720   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3721 do
3722   # Extract the first word of "$ac_prog", so it can be a program name with args.
3723 set dummy $ac_prog; ac_word=$2
3724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3725 $as_echo_n "checking for $ac_word... " >&6; }
3726 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3727   $as_echo_n "(cached) " >&6
3728 else
3729   if test -n "$ac_ct_CXX"; then
3730   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3731 else
3732 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3733 for as_dir in $PATH
3734 do
3735   IFS=$as_save_IFS
3736   test -z "$as_dir" && as_dir=.
3737     for ac_exec_ext in '' $ac_executable_extensions; do
3738   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3739     ac_cv_prog_ac_ct_CXX="$ac_prog"
3740     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3741     break 2
3742   fi
3743 done
3744   done
3745 IFS=$as_save_IFS
3746
3747 fi
3748 fi
3749 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3750 if test -n "$ac_ct_CXX"; then
3751   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3752 $as_echo "$ac_ct_CXX" >&6; }
3753 else
3754   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3755 $as_echo "no" >&6; }
3756 fi
3757
3758
3759   test -n "$ac_ct_CXX" && break
3760 done
3761
3762   if test "x$ac_ct_CXX" = x; then
3763     CXX="g++"
3764   else
3765     case $cross_compiling:$ac_tool_warned in
3766 yes:)
3767 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3768 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3769 ac_tool_warned=yes ;;
3770 esac
3771     CXX=$ac_ct_CXX
3772   fi
3773 fi
3774
3775   fi
3776 fi
3777 # Provide some information about the compiler.
3778 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3779 set X $ac_compile
3780 ac_compiler=$2
3781 for ac_option in --version -v -V -qversion; do
3782   { { ac_try="$ac_compiler $ac_option >&5"
3783 case "(($ac_try" in
3784   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3785   *) ac_try_echo=$ac_try;;
3786 esac
3787 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3788 $as_echo "$ac_try_echo"; } >&5
3789   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3790   ac_status=$?
3791   if test -s conftest.err; then
3792     sed '10a\
3793 ... rest of stderr output deleted ...
3794          10q' conftest.err >conftest.er1
3795     cat conftest.er1 >&5
3796   fi
3797   rm -f conftest.er1 conftest.err
3798   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3799   test $ac_status = 0; }
3800 done
3801
3802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3803 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3804 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3805   $as_echo_n "(cached) " >&6
3806 else
3807   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3808 /* end confdefs.h.  */
3809
3810 int
3811 main ()
3812 {
3813 #ifndef __GNUC__
3814        choke me
3815 #endif
3816
3817   ;
3818   return 0;
3819 }
3820 _ACEOF
3821 if ac_fn_cxx_try_compile "$LINENO"; then :
3822   ac_compiler_gnu=yes
3823 else
3824   ac_compiler_gnu=no
3825 fi
3826 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3827 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3828
3829 fi
3830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3831 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3832 if test $ac_compiler_gnu = yes; then
3833   GXX=yes
3834 else
3835   GXX=
3836 fi
3837 ac_test_CXXFLAGS=${CXXFLAGS+set}
3838 ac_save_CXXFLAGS=$CXXFLAGS
3839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3840 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3841 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3842   $as_echo_n "(cached) " >&6
3843 else
3844   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3845    ac_cxx_werror_flag=yes
3846    ac_cv_prog_cxx_g=no
3847    CXXFLAGS="-g"
3848    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3849 /* end confdefs.h.  */
3850
3851 int
3852 main ()
3853 {
3854
3855   ;
3856   return 0;
3857 }
3858 _ACEOF
3859 if ac_fn_cxx_try_compile "$LINENO"; then :
3860   ac_cv_prog_cxx_g=yes
3861 else
3862   CXXFLAGS=""
3863       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3864 /* end confdefs.h.  */
3865
3866 int
3867 main ()
3868 {
3869
3870   ;
3871   return 0;
3872 }
3873 _ACEOF
3874 if ac_fn_cxx_try_compile "$LINENO"; then :
3875
3876 else
3877   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3878          CXXFLAGS="-g"
3879          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3880 /* end confdefs.h.  */
3881
3882 int
3883 main ()
3884 {
3885
3886   ;
3887   return 0;
3888 }
3889 _ACEOF
3890 if ac_fn_cxx_try_compile "$LINENO"; then :
3891   ac_cv_prog_cxx_g=yes
3892 fi
3893 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3894 fi
3895 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3896 fi
3897 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3898    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3899 fi
3900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3901 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3902 if test "$ac_test_CXXFLAGS" = set; then
3903   CXXFLAGS=$ac_save_CXXFLAGS
3904 elif test $ac_cv_prog_cxx_g = yes; then
3905   if test "$GXX" = yes; then
3906     CXXFLAGS="-g -O2"
3907   else
3908     CXXFLAGS="-g"
3909   fi
3910 else
3911   if test "$GXX" = yes; then
3912     CXXFLAGS="-O2"
3913   else
3914     CXXFLAGS=
3915   fi
3916 fi
3917 ac_ext=c
3918 ac_cpp='$CPP $CPPFLAGS'
3919 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3920 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3921 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3922
3923 if test -n "$ac_tool_prefix"; then
3924   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3925 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3927 $as_echo_n "checking for $ac_word... " >&6; }
3928 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3929   $as_echo_n "(cached) " >&6
3930 else
3931   if test -n "$CPPBIN"; then
3932   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3933 else
3934 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3935 for as_dir in $PATH
3936 do
3937   IFS=$as_save_IFS
3938   test -z "$as_dir" && as_dir=.
3939     for ac_exec_ext in '' $ac_executable_extensions; do
3940   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3941     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3942     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3943     break 2
3944   fi
3945 done
3946   done
3947 IFS=$as_save_IFS
3948
3949 fi
3950 fi
3951 CPPBIN=$ac_cv_prog_CPPBIN
3952 if test -n "$CPPBIN"; then
3953   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3954 $as_echo "$CPPBIN" >&6; }
3955 else
3956   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3957 $as_echo "no" >&6; }
3958 fi
3959
3960
3961 fi
3962 if test -z "$ac_cv_prog_CPPBIN"; then
3963   ac_ct_CPPBIN=$CPPBIN
3964   # Extract the first word of "cpp", so it can be a program name with args.
3965 set dummy cpp; ac_word=$2
3966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3967 $as_echo_n "checking for $ac_word... " >&6; }
3968 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3969   $as_echo_n "(cached) " >&6
3970 else
3971   if test -n "$ac_ct_CPPBIN"; then
3972   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3973 else
3974 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3975 for as_dir in $PATH
3976 do
3977   IFS=$as_save_IFS
3978   test -z "$as_dir" && as_dir=.
3979     for ac_exec_ext in '' $ac_executable_extensions; do
3980   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3981     ac_cv_prog_ac_ct_CPPBIN="cpp"
3982     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3983     break 2
3984   fi
3985 done
3986   done
3987 IFS=$as_save_IFS
3988
3989 fi
3990 fi
3991 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3992 if test -n "$ac_ct_CPPBIN"; then
3993   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3994 $as_echo "$ac_ct_CPPBIN" >&6; }
3995 else
3996   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3997 $as_echo "no" >&6; }
3998 fi
3999
4000   if test "x$ac_ct_CPPBIN" = x; then
4001     CPPBIN="cpp"
4002   else
4003     case $cross_compiling:$ac_tool_warned in
4004 yes:)
4005 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4006 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4007 ac_tool_warned=yes ;;
4008 esac
4009     CPPBIN=$ac_ct_CPPBIN
4010   fi
4011 else
4012   CPPBIN="$ac_cv_prog_CPPBIN"
4013 fi
4014
4015
4016 cat >>confdefs.h <<_ACEOF
4017 #define EXEEXT "$ac_exeext"
4018 _ACEOF
4019
4020
4021 case $host in
4022   *-darwin*)
4023     if test "x$enable_win64" = "xyes"
4024     then
4025       CC="$CC -m64"
4026       CXX="$CXX -m64"
4027       LD="${LD:-ld} -arch x86_64"
4028       AS="${AS:-as} -arch x86_64"
4029       host_cpu="x86_64"
4030       notice_platform="64-bit "
4031       TARGETFLAGS="-m64"
4032
4033     else
4034       CC="$CC -m32"
4035       CXX="$CXX -m32"
4036       LD="${LD:-ld} -arch i386"
4037       AS="${AS:-as} -arch i386"
4038       host_cpu="i386"
4039       notice_platform="32-bit "
4040       TARGETFLAGS="-m32"
4041
4042       enable_win16=${enable_win16:-yes}
4043     fi
4044     ;;
4045   x86_64*)
4046     if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4047     then
4048       CC="$CC -m32"
4049       CXX="$CXX -m32"
4050       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4051 $as_echo_n "checking whether $CC works... " >&6; }
4052
4053 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4054 /* end confdefs.h.  */
4055
4056 int
4057 main ()
4058 {
4059
4060   ;
4061   return 0;
4062 }
4063 _ACEOF
4064 if ac_fn_c_try_link "$LINENO"; then :
4065   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4066 $as_echo "yes" >&6; }
4067 else
4068   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4069 $as_echo "no" >&6; }
4070                       as_fn_error $? "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4071 fi
4072 rm -f core conftest.err conftest.$ac_objext \
4073     conftest$ac_exeext conftest.$ac_ext
4074       LD="${LD:-ld} -m elf_i386"
4075       AS="${AS:-as} --32"
4076       host_cpu="i386"
4077       notice_platform="32-bit "
4078       TARGETFLAGS="-m32"
4079
4080       enable_win16=${enable_win16:-yes}
4081     else
4082       if test "x${GCC}" = "xyes"
4083       then
4084         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4085 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4086         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4087 /* end confdefs.h.  */
4088 #include <stdarg.h>
4089 int
4090 main ()
4091 {
4092 void func(__builtin_ms_va_list *args);
4093   ;
4094   return 0;
4095 }
4096 _ACEOF
4097 if ac_fn_c_try_compile "$LINENO"; then :
4098   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4099 $as_echo "yes" >&6; }
4100 else
4101   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4102 $as_echo "no" >&6; }
4103                            as_fn_error $? "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4104 fi
4105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4106       fi
4107       TARGETFLAGS="-m64"
4108
4109     fi
4110     ;;
4111   *-mingw32*|*-cygwin*)
4112     enable_win16=${enable_win16:-no}
4113     CFLAGS="$CFLAGS -D_WIN32"
4114     ;;
4115   i[3456789]86*)
4116     enable_win16=${enable_win16:-yes}
4117     ;;
4118 esac
4119
4120 enable_win16=${enable_win16:-no}
4121
4122 enable_winetest=${enable_winetest:-$enable_tests}
4123
4124 if test -n "$with_wine64"
4125 then
4126     if test "x$enable_win64" = "xyes"
4127     then
4128         as_fn_error $? "--enable-win64 and --with-wine64 are mutually exclusive.
4129 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4130     fi
4131     WOW64_DISABLE=\#
4132
4133     enable_fonts=${enable_fonts:-no}
4134     enable_server=${enable_server:-no}
4135     enable_tools=${enable_tools:-no}
4136 elif test "x$enable_win64" = "xyes"
4137 then
4138     test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
4139 fi
4140
4141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4142 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4143 if test "${wine_cv_toolsdir+set}" = set; then :
4144   $as_echo_n "(cached) " >&6
4145 else
4146   wine_cv_toolsdir="$with_wine_tools"
4147    if test -z "$with_wine_tools"; then
4148      if test "$cross_compiling" = "yes"; then
4149        as_fn_error $? "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4150      elif test -n "$with_wine64"; then
4151        wine_cv_toolsdir="$with_wine64"
4152      fi
4153    fi
4154    if test -z "$wine_cv_toolsdir"; then
4155      wine_cv_toolsdir="\$(top_builddir)"
4156    elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4157      case "$wine_cv_toolsdir" in
4158        /*) ;;
4159        *)  wine_cv_toolsdir="\$(top_builddir)/$wine_cv_toolsdir" ;;
4160      esac
4161    else
4162      as_fn_error $? "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4163    fi
4164 fi
4165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4166 $as_echo "$wine_cv_toolsdir" >&6; }
4167 TOOLSDIR=$wine_cv_toolsdir
4168
4169 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4170 then
4171     TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4172
4173 fi
4174
4175 for ac_prog in flex
4176 do
4177   # Extract the first word of "$ac_prog", so it can be a program name with args.
4178 set dummy $ac_prog; ac_word=$2
4179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4180 $as_echo_n "checking for $ac_word... " >&6; }
4181 if test "${ac_cv_prog_FLEX+set}" = set; then :
4182   $as_echo_n "(cached) " >&6
4183 else
4184   if test -n "$FLEX"; then
4185   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4186 else
4187 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4188 for as_dir in $PATH
4189 do
4190   IFS=$as_save_IFS
4191   test -z "$as_dir" && as_dir=.
4192     for ac_exec_ext in '' $ac_executable_extensions; do
4193   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4194     ac_cv_prog_FLEX="$ac_prog"
4195     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4196     break 2
4197   fi
4198 done
4199   done
4200 IFS=$as_save_IFS
4201
4202 fi
4203 fi
4204 FLEX=$ac_cv_prog_FLEX
4205 if test -n "$FLEX"; then
4206   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4207 $as_echo "$FLEX" >&6; }
4208 else
4209   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4210 $as_echo "no" >&6; }
4211 fi
4212
4213
4214   test -n "$FLEX" && break
4215 done
4216 test -n "$FLEX" || FLEX="none"
4217
4218 if test "$FLEX" = "none"
4219 then
4220   as_fn_error $? "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4221 fi
4222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4223 $as_echo_n "checking whether flex is recent enough... " >&6; }
4224 cat >conftest.l <<EOF
4225 %top{
4226 #include "prediluvian.h"
4227 }
4228 %%
4229 EOF
4230 if $FLEX -t conftest.l >/dev/null 2>&5
4231 then
4232   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4233 $as_echo "yes" >&6; }
4234 else
4235   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4236 $as_echo "no" >&6; }
4237   as_fn_error $? "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4238 fi
4239
4240 for ac_prog in bison
4241 do
4242   # Extract the first word of "$ac_prog", so it can be a program name with args.
4243 set dummy $ac_prog; ac_word=$2
4244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4245 $as_echo_n "checking for $ac_word... " >&6; }
4246 if test "${ac_cv_prog_BISON+set}" = set; then :
4247   $as_echo_n "(cached) " >&6
4248 else
4249   if test -n "$BISON"; then
4250   ac_cv_prog_BISON="$BISON" # Let the user override the test.
4251 else
4252 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4253 for as_dir in $PATH
4254 do
4255   IFS=$as_save_IFS
4256   test -z "$as_dir" && as_dir=.
4257     for ac_exec_ext in '' $ac_executable_extensions; do
4258   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4259     ac_cv_prog_BISON="$ac_prog"
4260     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4261     break 2
4262   fi
4263 done
4264   done
4265 IFS=$as_save_IFS
4266
4267 fi
4268 fi
4269 BISON=$ac_cv_prog_BISON
4270 if test -n "$BISON"; then
4271   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4272 $as_echo "$BISON" >&6; }
4273 else
4274   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4275 $as_echo "no" >&6; }
4276 fi
4277
4278
4279   test -n "$BISON" && break
4280 done
4281 test -n "$BISON" || BISON="none"
4282
4283 if test "$BISON" = "none"
4284 then
4285   as_fn_error $? "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4286 fi
4287
4288 if test -n "$ac_tool_prefix"; then
4289   for ac_prog in ar gar
4290   do
4291     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4292 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4294 $as_echo_n "checking for $ac_word... " >&6; }
4295 if test "${ac_cv_prog_AR+set}" = set; then :
4296   $as_echo_n "(cached) " >&6
4297 else
4298   if test -n "$AR"; then
4299   ac_cv_prog_AR="$AR" # Let the user override the test.
4300 else
4301 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4302 for as_dir in $PATH
4303 do
4304   IFS=$as_save_IFS
4305   test -z "$as_dir" && as_dir=.
4306     for ac_exec_ext in '' $ac_executable_extensions; do
4307   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4308     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4309     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4310     break 2
4311   fi
4312 done
4313   done
4314 IFS=$as_save_IFS
4315
4316 fi
4317 fi
4318 AR=$ac_cv_prog_AR
4319 if test -n "$AR"; then
4320   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4321 $as_echo "$AR" >&6; }
4322 else
4323   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4324 $as_echo "no" >&6; }
4325 fi
4326
4327
4328     test -n "$AR" && break
4329   done
4330 fi
4331 if test -z "$AR"; then
4332   ac_ct_AR=$AR
4333   for ac_prog in ar gar
4334 do
4335   # Extract the first word of "$ac_prog", so it can be a program name with args.
4336 set dummy $ac_prog; ac_word=$2
4337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4338 $as_echo_n "checking for $ac_word... " >&6; }
4339 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4340   $as_echo_n "(cached) " >&6
4341 else
4342   if test -n "$ac_ct_AR"; then
4343   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4344 else
4345 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4346 for as_dir in $PATH
4347 do
4348   IFS=$as_save_IFS
4349   test -z "$as_dir" && as_dir=.
4350     for ac_exec_ext in '' $ac_executable_extensions; do
4351   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4352     ac_cv_prog_ac_ct_AR="$ac_prog"
4353     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4354     break 2
4355   fi
4356 done
4357   done
4358 IFS=$as_save_IFS
4359
4360 fi
4361 fi
4362 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4363 if test -n "$ac_ct_AR"; then
4364   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4365 $as_echo "$ac_ct_AR" >&6; }
4366 else
4367   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4368 $as_echo "no" >&6; }
4369 fi
4370
4371
4372   test -n "$ac_ct_AR" && break
4373 done
4374
4375   if test "x$ac_ct_AR" = x; then
4376     AR="ar"
4377   else
4378     case $cross_compiling:$ac_tool_warned in
4379 yes:)
4380 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4381 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4382 ac_tool_warned=yes ;;
4383 esac
4384     AR=$ac_ct_AR
4385   fi
4386 fi
4387
4388 ARFLAGS=rc
4389
4390 if test -n "$ac_tool_prefix"; then
4391   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4392 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4394 $as_echo_n "checking for $ac_word... " >&6; }
4395 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4396   $as_echo_n "(cached) " >&6
4397 else
4398   if test -n "$RANLIB"; then
4399   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4400 else
4401 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4402 for as_dir in $PATH
4403 do
4404   IFS=$as_save_IFS
4405   test -z "$as_dir" && as_dir=.
4406     for ac_exec_ext in '' $ac_executable_extensions; do
4407   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4408     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4409     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4410     break 2
4411   fi
4412 done
4413   done
4414 IFS=$as_save_IFS
4415
4416 fi
4417 fi
4418 RANLIB=$ac_cv_prog_RANLIB
4419 if test -n "$RANLIB"; then
4420   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4421 $as_echo "$RANLIB" >&6; }
4422 else
4423   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4424 $as_echo "no" >&6; }
4425 fi
4426
4427
4428 fi
4429 if test -z "$ac_cv_prog_RANLIB"; then
4430   ac_ct_RANLIB=$RANLIB
4431   # Extract the first word of "ranlib", so it can be a program name with args.
4432 set dummy ranlib; ac_word=$2
4433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4434 $as_echo_n "checking for $ac_word... " >&6; }
4435 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4436   $as_echo_n "(cached) " >&6
4437 else
4438   if test -n "$ac_ct_RANLIB"; then
4439   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4440 else
4441 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4442 for as_dir in $PATH
4443 do
4444   IFS=$as_save_IFS
4445   test -z "$as_dir" && as_dir=.
4446     for ac_exec_ext in '' $ac_executable_extensions; do
4447   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4448     ac_cv_prog_ac_ct_RANLIB="ranlib"
4449     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4450     break 2
4451   fi
4452 done
4453   done
4454 IFS=$as_save_IFS
4455
4456 fi
4457 fi
4458 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4459 if test -n "$ac_ct_RANLIB"; then
4460   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4461 $as_echo "$ac_ct_RANLIB" >&6; }
4462 else
4463   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4464 $as_echo "no" >&6; }
4465 fi
4466
4467   if test "x$ac_ct_RANLIB" = x; then
4468     RANLIB=":"
4469   else
4470     case $cross_compiling:$ac_tool_warned in
4471 yes:)
4472 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4473 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4474 ac_tool_warned=yes ;;
4475 esac
4476     RANLIB=$ac_ct_RANLIB
4477   fi
4478 else
4479   RANLIB="$ac_cv_prog_RANLIB"
4480 fi
4481
4482 if test -n "$ac_tool_prefix"; then
4483   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4484 set dummy ${ac_tool_prefix}strip; ac_word=$2
4485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4486 $as_echo_n "checking for $ac_word... " >&6; }
4487 if test "${ac_cv_prog_STRIP+set}" = set; then :
4488   $as_echo_n "(cached) " >&6
4489 else
4490   if test -n "$STRIP"; then
4491   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4492 else
4493 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4494 for as_dir in $PATH
4495 do
4496   IFS=$as_save_IFS
4497   test -z "$as_dir" && as_dir=.
4498     for ac_exec_ext in '' $ac_executable_extensions; do
4499   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4500     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4501     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4502     break 2
4503   fi
4504 done
4505   done
4506 IFS=$as_save_IFS
4507
4508 fi
4509 fi
4510 STRIP=$ac_cv_prog_STRIP
4511 if test -n "$STRIP"; then
4512   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4513 $as_echo "$STRIP" >&6; }
4514 else
4515   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4516 $as_echo "no" >&6; }
4517 fi
4518
4519
4520 fi
4521 if test -z "$ac_cv_prog_STRIP"; then
4522   ac_ct_STRIP=$STRIP
4523   # Extract the first word of "strip", so it can be a program name with args.
4524 set dummy strip; ac_word=$2
4525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4526 $as_echo_n "checking for $ac_word... " >&6; }
4527 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4528   $as_echo_n "(cached) " >&6
4529 else
4530   if test -n "$ac_ct_STRIP"; then
4531   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4532 else
4533 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4534 for as_dir in $PATH
4535 do
4536   IFS=$as_save_IFS
4537   test -z "$as_dir" && as_dir=.
4538     for ac_exec_ext in '' $ac_executable_extensions; do
4539   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4540     ac_cv_prog_ac_ct_STRIP="strip"
4541     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4542     break 2
4543   fi
4544 done
4545   done
4546 IFS=$as_save_IFS
4547
4548 fi
4549 fi
4550 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4551 if test -n "$ac_ct_STRIP"; then
4552   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4553 $as_echo "$ac_ct_STRIP" >&6; }
4554 else
4555   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4556 $as_echo "no" >&6; }
4557 fi
4558
4559   if test "x$ac_ct_STRIP" = x; then
4560     STRIP="strip"
4561   else
4562     case $cross_compiling:$ac_tool_warned in
4563 yes:)
4564 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4565 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4566 ac_tool_warned=yes ;;
4567 esac
4568     STRIP=$ac_ct_STRIP
4569   fi
4570 else
4571   STRIP="$ac_cv_prog_STRIP"
4572 fi
4573
4574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4575 $as_echo_n "checking whether ln -s works... " >&6; }
4576 LN_S=$as_ln_s
4577 if test "$LN_S" = "ln -s"; then
4578   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4579 $as_echo "yes" >&6; }
4580 else
4581   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4582 $as_echo "no, using $LN_S" >&6; }
4583 fi
4584
4585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4586 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4587 if test "${ac_cv_path_GREP+set}" = set; then :
4588   $as_echo_n "(cached) " >&6
4589 else
4590   if test -z "$GREP"; then
4591   ac_path_GREP_found=false
4592   # Loop through the user's path and test for each of PROGNAME-LIST
4593   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4594 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4595 do
4596   IFS=$as_save_IFS
4597   test -z "$as_dir" && as_dir=.
4598     for ac_prog in grep ggrep; do
4599     for ac_exec_ext in '' $ac_executable_extensions; do
4600       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4601       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4602 # Check for GNU ac_path_GREP and select it if it is found.
4603   # Check for GNU $ac_path_GREP
4604 case `"$ac_path_GREP" --version 2>&1` in
4605 *GNU*)
4606   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4607 *)
4608   ac_count=0
4609   $as_echo_n 0123456789 >"conftest.in"
4610   while :
4611   do
4612     cat "conftest.in" "conftest.in" >"conftest.tmp"
4613     mv "conftest.tmp" "conftest.in"
4614     cp "conftest.in" "conftest.nl"
4615     $as_echo 'GREP' >> "conftest.nl"
4616     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4617     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4618     as_fn_arith $ac_count + 1 && ac_count=$as_val
4619     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4620       # Best one so far, save it but keep looking for a better one
4621       ac_cv_path_GREP="$ac_path_GREP"
4622       ac_path_GREP_max=$ac_count
4623     fi
4624     # 10*(2^10) chars as input seems more than enough
4625     test $ac_count -gt 10 && break
4626   done
4627   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4628 esac
4629
4630       $ac_path_GREP_found && break 3
4631     done
4632   done
4633   done
4634 IFS=$as_save_IFS
4635   if test -z "$ac_cv_path_GREP"; then
4636     as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4637   fi
4638 else
4639   ac_cv_path_GREP=$GREP
4640 fi
4641
4642 fi
4643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4644 $as_echo "$ac_cv_path_GREP" >&6; }
4645  GREP="$ac_cv_path_GREP"
4646
4647
4648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4649 $as_echo_n "checking for egrep... " >&6; }
4650 if test "${ac_cv_path_EGREP+set}" = set; then :
4651   $as_echo_n "(cached) " >&6
4652 else
4653   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4654    then ac_cv_path_EGREP="$GREP -E"
4655    else
4656      if test -z "$EGREP"; then
4657   ac_path_EGREP_found=false
4658   # Loop through the user's path and test for each of PROGNAME-LIST
4659   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4660 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4661 do
4662   IFS=$as_save_IFS
4663   test -z "$as_dir" && as_dir=.
4664     for ac_prog in egrep; do
4665     for ac_exec_ext in '' $ac_executable_extensions; do
4666       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4667       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4668 # Check for GNU ac_path_EGREP and select it if it is found.
4669   # Check for GNU $ac_path_EGREP
4670 case `"$ac_path_EGREP" --version 2>&1` in
4671 *GNU*)
4672   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4673 *)
4674   ac_count=0
4675   $as_echo_n 0123456789 >"conftest.in"
4676   while :
4677   do
4678     cat "conftest.in" "conftest.in" >"conftest.tmp"
4679     mv "conftest.tmp" "conftest.in"
4680     cp "conftest.in" "conftest.nl"
4681     $as_echo 'EGREP' >> "conftest.nl"
4682     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4683     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4684     as_fn_arith $ac_count + 1 && ac_count=$as_val
4685     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4686       # Best one so far, save it but keep looking for a better one
4687       ac_cv_path_EGREP="$ac_path_EGREP"
4688       ac_path_EGREP_max=$ac_count
4689     fi
4690     # 10*(2^10) chars as input seems more than enough
4691     test $ac_count -gt 10 && break
4692   done
4693   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4694 esac
4695
4696       $ac_path_EGREP_found && break 3
4697     done
4698   done
4699   done
4700 IFS=$as_save_IFS
4701   if test -z "$ac_cv_path_EGREP"; then
4702     as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4703   fi
4704 else
4705   ac_cv_path_EGREP=$EGREP
4706 fi
4707
4708    fi
4709 fi
4710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4711 $as_echo "$ac_cv_path_EGREP" >&6; }
4712  EGREP="$ac_cv_path_EGREP"
4713
4714
4715 # Extract the first word of "ldconfig", so it can be a program name with args.
4716 set dummy ldconfig; ac_word=$2
4717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4718 $as_echo_n "checking for $ac_word... " >&6; }
4719 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4720   $as_echo_n "(cached) " >&6
4721 else
4722   case $LDCONFIG in
4723   [\\/]* | ?:[\\/]*)
4724   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4725   ;;
4726   *)
4727   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4728 for as_dir in /sbin /usr/sbin $PATH
4729 do
4730   IFS=$as_save_IFS
4731   test -z "$as_dir" && as_dir=.
4732     for ac_exec_ext in '' $ac_executable_extensions; do
4733   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4734     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4735     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4736     break 2
4737   fi
4738 done
4739   done
4740 IFS=$as_save_IFS
4741
4742   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4743   ;;
4744 esac
4745 fi
4746 LDCONFIG=$ac_cv_path_LDCONFIG
4747 if test -n "$LDCONFIG"; then
4748   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4749 $as_echo "$LDCONFIG" >&6; }
4750 else
4751   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4752 $as_echo "no" >&6; }
4753 fi
4754
4755
4756 # Find a good install program.  We prefer a C program (faster),
4757 # so one script is as good as another.  But avoid the broken or
4758 # incompatible versions:
4759 # SysV /etc/install, /usr/sbin/install
4760 # SunOS /usr/etc/install
4761 # IRIX /sbin/install
4762 # AIX /bin/install
4763 # AmigaOS /C/install, which installs bootblocks on floppy discs
4764 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4765 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4766 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4767 # OS/2's system install, which has a completely different semantic
4768 # ./install, which can be erroneously created by make from ./install.sh.
4769 # Reject install programs that cannot install multiple files.
4770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4771 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4772 if test -z "$INSTALL"; then
4773 if test "${ac_cv_path_install+set}" = set; then :
4774   $as_echo_n "(cached) " >&6
4775 else
4776   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4777 for as_dir in $PATH
4778 do
4779   IFS=$as_save_IFS
4780   test -z "$as_dir" && as_dir=.
4781     # Account for people who put trailing slashes in PATH elements.
4782 case $as_dir/ in #((
4783   ./ | .// | /[cC]/* | \
4784   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4785   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4786   /usr/ucb/* ) ;;
4787   *)
4788     # OSF1 and SCO ODT 3.0 have their own names for install.
4789     # Don't use installbsd from OSF since it installs stuff as root
4790     # by default.
4791     for ac_prog in ginstall scoinst install; do
4792       for ac_exec_ext in '' $ac_executable_extensions; do
4793         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4794           if test $ac_prog = install &&
4795             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4796             # AIX install.  It has an incompatible calling convention.
4797             :
4798           elif test $ac_prog = install &&
4799             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4800             # program-specific install script used by HP pwplus--don't use.
4801             :
4802           else
4803             rm -rf conftest.one conftest.two conftest.dir
4804             echo one > conftest.one
4805             echo two > conftest.two
4806             mkdir conftest.dir
4807             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4808               test -s conftest.one && test -s conftest.two &&
4809               test -s conftest.dir/conftest.one &&
4810               test -s conftest.dir/conftest.two
4811             then
4812               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4813               break 3
4814             fi
4815           fi
4816         fi
4817       done
4818     done
4819     ;;
4820 esac
4821
4822   done
4823 IFS=$as_save_IFS
4824
4825 rm -rf conftest.one conftest.two conftest.dir
4826
4827 fi
4828   if test "${ac_cv_path_install+set}" = set; then
4829     INSTALL=$ac_cv_path_install
4830   else
4831     # As a last resort, use the slow shell script.  Don't cache a
4832     # value for INSTALL within a source directory, because that will
4833     # break other packages using the cache if that directory is
4834     # removed, or if the value is a relative name.
4835     INSTALL=$ac_install_sh
4836   fi
4837 fi
4838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4839 $as_echo "$INSTALL" >&6; }
4840
4841 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4842 # It thinks the first close brace ends the variable substitution.
4843 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4844
4845 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4846
4847 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4848
4849 case "$INSTALL" in
4850   [\\/$]* | ?:[\\/]* ) ;;
4851   *)  INSTALL="\\\$(top_srcdir)/$INSTALL" ;;
4852 esac
4853
4854 for ac_prog in lclint lint
4855 do
4856   # Extract the first word of "$ac_prog", so it can be a program name with args.
4857 set dummy $ac_prog; ac_word=$2
4858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4859 $as_echo_n "checking for $ac_word... " >&6; }
4860 if test "${ac_cv_prog_LINT+set}" = set; then :
4861   $as_echo_n "(cached) " >&6
4862 else
4863   if test -n "$LINT"; then
4864   ac_cv_prog_LINT="$LINT" # Let the user override the test.
4865 else
4866 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4867 for as_dir in $PATH
4868 do
4869   IFS=$as_save_IFS
4870   test -z "$as_dir" && as_dir=.
4871     for ac_exec_ext in '' $ac_executable_extensions; do
4872   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4873     ac_cv_prog_LINT="$ac_prog"
4874     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4875     break 2
4876   fi
4877 done
4878   done
4879 IFS=$as_save_IFS
4880
4881 fi
4882 fi
4883 LINT=$ac_cv_prog_LINT
4884 if test -n "$LINT"; then
4885   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4886 $as_echo "$LINT" >&6; }
4887 else
4888   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4889 $as_echo "no" >&6; }
4890 fi
4891
4892
4893   test -n "$LINT" && break
4894 done
4895
4896 if test "$LINT" = "lint"
4897 then
4898   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4899   fi
4900
4901
4902
4903 for ac_prog in fontforge
4904 do
4905   # Extract the first word of "$ac_prog", so it can be a program name with args.
4906 set dummy $ac_prog; ac_word=$2
4907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4908 $as_echo_n "checking for $ac_word... " >&6; }
4909 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4910   $as_echo_n "(cached) " >&6
4911 else
4912   if test -n "$FONTFORGE"; then
4913   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4914 else
4915 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4916 for as_dir in $PATH
4917 do
4918   IFS=$as_save_IFS
4919   test -z "$as_dir" && as_dir=.
4920     for ac_exec_ext in '' $ac_executable_extensions; do
4921   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4922     ac_cv_prog_FONTFORGE="$ac_prog"
4923     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4924     break 2
4925   fi
4926 done
4927   done
4928 IFS=$as_save_IFS
4929
4930 fi
4931 fi
4932 FONTFORGE=$ac_cv_prog_FONTFORGE
4933 if test -n "$FONTFORGE"; then
4934   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4935 $as_echo "$FONTFORGE" >&6; }
4936 else
4937   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4938 $as_echo "no" >&6; }
4939 fi
4940
4941
4942   test -n "$FONTFORGE" && break
4943 done
4944 test -n "$FONTFORGE" || FONTFORGE="false"
4945
4946 for ac_prog in pkg-config
4947 do
4948   # Extract the first word of "$ac_prog", so it can be a program name with args.
4949 set dummy $ac_prog; ac_word=$2
4950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4951 $as_echo_n "checking for $ac_word... " >&6; }
4952 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4953   $as_echo_n "(cached) " >&6
4954 else
4955   if test -n "$PKG_CONFIG"; then
4956   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4957 else
4958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4959 for as_dir in $PATH
4960 do
4961   IFS=$as_save_IFS
4962   test -z "$as_dir" && as_dir=.
4963     for ac_exec_ext in '' $ac_executable_extensions; do
4964   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4965     ac_cv_prog_PKG_CONFIG="$ac_prog"
4966     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4967     break 2
4968   fi
4969 done
4970   done
4971 IFS=$as_save_IFS
4972
4973 fi
4974 fi
4975 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4976 if test -n "$PKG_CONFIG"; then
4977   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4978 $as_echo "$PKG_CONFIG" >&6; }
4979 else
4980   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4981 $as_echo "no" >&6; }
4982 fi
4983
4984
4985   test -n "$PKG_CONFIG" && break
4986 done
4987 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4988
4989 for ac_prog in rsvg
4990 do
4991   # Extract the first word of "$ac_prog", so it can be a program name with args.
4992 set dummy $ac_prog; ac_word=$2
4993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4994 $as_echo_n "checking for $ac_word... " >&6; }
4995 if test "${ac_cv_prog_RSVG+set}" = set; then :
4996   $as_echo_n "(cached) " >&6
4997 else
4998   if test -n "$RSVG"; then
4999   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5000 else
5001 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5002 for as_dir in $PATH
5003 do
5004   IFS=$as_save_IFS
5005   test -z "$as_dir" && as_dir=.
5006     for ac_exec_ext in '' $ac_executable_extensions; do
5007   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5008     ac_cv_prog_RSVG="$ac_prog"
5009     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5010     break 2
5011   fi
5012 done
5013   done
5014 IFS=$as_save_IFS
5015
5016 fi
5017 fi
5018 RSVG=$ac_cv_prog_RSVG
5019 if test -n "$RSVG"; then
5020   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5021 $as_echo "$RSVG" >&6; }
5022 else
5023   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5024 $as_echo "no" >&6; }
5025 fi
5026
5027
5028   test -n "$RSVG" && break
5029 done
5030 test -n "$RSVG" || RSVG="false"
5031
5032 for ac_prog in convert
5033 do
5034   # Extract the first word of "$ac_prog", so it can be a program name with args.
5035 set dummy $ac_prog; ac_word=$2
5036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5037 $as_echo_n "checking for $ac_word... " >&6; }
5038 if test "${ac_cv_prog_CONVERT+set}" = set; then :
5039   $as_echo_n "(cached) " >&6
5040 else
5041   if test -n "$CONVERT"; then
5042   ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
5043 else
5044 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5045 for as_dir in $PATH
5046 do
5047   IFS=$as_save_IFS
5048   test -z "$as_dir" && as_dir=.
5049     for ac_exec_ext in '' $ac_executable_extensions; do
5050   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5051     ac_cv_prog_CONVERT="$ac_prog"
5052     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5053     break 2
5054   fi
5055 done
5056   done
5057 IFS=$as_save_IFS
5058
5059 fi
5060 fi
5061 CONVERT=$ac_cv_prog_CONVERT
5062 if test -n "$CONVERT"; then
5063   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5064 $as_echo "$CONVERT" >&6; }
5065 else
5066   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5067 $as_echo "no" >&6; }
5068 fi
5069
5070
5071   test -n "$CONVERT" && break
5072 done
5073 test -n "$CONVERT" || CONVERT="false"
5074
5075 for ac_prog in icotool
5076 do
5077   # Extract the first word of "$ac_prog", so it can be a program name with args.
5078 set dummy $ac_prog; ac_word=$2
5079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5080 $as_echo_n "checking for $ac_word... " >&6; }
5081 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5082   $as_echo_n "(cached) " >&6
5083 else
5084   if test -n "$ICOTOOL"; then
5085   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5086 else
5087 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5088 for as_dir in $PATH
5089 do
5090   IFS=$as_save_IFS
5091   test -z "$as_dir" && as_dir=.
5092     for ac_exec_ext in '' $ac_executable_extensions; do
5093   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5094     ac_cv_prog_ICOTOOL="$ac_prog"
5095     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5096     break 2
5097   fi
5098 done
5099   done
5100 IFS=$as_save_IFS
5101
5102 fi
5103 fi
5104 ICOTOOL=$ac_cv_prog_ICOTOOL
5105 if test -n "$ICOTOOL"; then
5106   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5107 $as_echo "$ICOTOOL" >&6; }
5108 else
5109   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5110 $as_echo "no" >&6; }
5111 fi
5112
5113
5114   test -n "$ICOTOOL" && break
5115 done
5116 test -n "$ICOTOOL" || ICOTOOL="false"
5117
5118
5119 if test "x$enable_maintainer_mode" != "xyes"
5120 then
5121   MAINTAINER_MODE=\#
5122
5123 else
5124   if test "$FONTFORGE" = "false"; then as_fn_error $? "You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5 ; fi
5125   if test "$RSVG" = "false"; then as_fn_error $? "You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5 ; fi
5126
5127     if test "$CONVERT" = false
5128   then
5129     as_fn_error $? "You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
5130   else
5131     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
5132 $as_echo_n "checking for recent enough imagemagick... " >&6; }
5133     convert_version=`convert --version | head -n1`
5134     if test "x$convert_version" != "x"
5135     then
5136       convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
5137       convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
5138       if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
5139       then
5140         CONVERT=false
5141       fi
5142     fi
5143     if test "$CONVERT" = false
5144     then
5145       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
5146 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
5147       as_fn_error $? "You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5148     else
5149       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
5150 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
5151     fi
5152   fi
5153
5154     if test "$ICOTOOL" = false
5155   then
5156     as_fn_error $? "You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
5157   else
5158     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
5159 $as_echo_n "checking for recent enough icotool... " >&6; }
5160     icotool_version=`icotool --version | head -n1`
5161     if test "x$icotool_version" != "x"
5162     then
5163       icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
5164       icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
5165       if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
5166       then
5167         ICOTOOL=false
5168         as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
5169       fi
5170     fi
5171     if test "$ICOTOOL" = false
5172     then
5173       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
5174 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
5175       as_fn_error $? "You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5176     else
5177       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
5178 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
5179     fi
5180   fi
5181
5182 fi
5183
5184
5185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5186 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5187 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5188   $as_echo_n "(cached) " >&6
5189 else
5190   ac_check_lib_save_LIBS=$LIBS
5191 LIBS="-li386  $LIBS"
5192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5193 /* end confdefs.h.  */
5194
5195 /* Override any GCC internal prototype to avoid an error.
5196    Use char because int might match the return type of a GCC
5197    builtin and then its argument prototype would still apply.  */
5198 #ifdef __cplusplus
5199 extern "C"
5200 #endif
5201 char i386_set_ldt ();
5202 int
5203 main ()
5204 {
5205 return i386_set_ldt ();
5206   ;
5207   return 0;
5208 }
5209 _ACEOF
5210 if ac_fn_c_try_link "$LINENO"; then :
5211   ac_cv_lib_i386_i386_set_ldt=yes
5212 else
5213   ac_cv_lib_i386_i386_set_ldt=no
5214 fi
5215 rm -f core conftest.err conftest.$ac_objext \
5216     conftest$ac_exeext conftest.$ac_ext
5217 LIBS=$ac_check_lib_save_LIBS
5218 fi
5219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5220 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5221 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5222   cat >>confdefs.h <<_ACEOF
5223 #define HAVE_LIBI386 1
5224 _ACEOF
5225
5226   LIBS="-li386 $LIBS"
5227
5228 fi
5229
5230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5231 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5232 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5233   $as_echo_n "(cached) " >&6
5234 else
5235   ac_check_lib_save_LIBS=$LIBS
5236 LIBS="-lossaudio  $LIBS"
5237 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5238 /* end confdefs.h.  */
5239
5240 /* Override any GCC internal prototype to avoid an error.
5241    Use char because int might match the return type of a GCC
5242    builtin and then its argument prototype would still apply.  */
5243 #ifdef __cplusplus
5244 extern "C"
5245 #endif
5246 char _oss_ioctl ();
5247 int
5248 main ()
5249 {
5250 return _oss_ioctl ();
5251   ;
5252   return 0;
5253 }
5254 _ACEOF
5255 if ac_fn_c_try_link "$LINENO"; then :
5256   ac_cv_lib_ossaudio__oss_ioctl=yes
5257 else
5258   ac_cv_lib_ossaudio__oss_ioctl=no
5259 fi
5260 rm -f core conftest.err conftest.$ac_objext \
5261     conftest$ac_exeext conftest.$ac_ext
5262 LIBS=$ac_check_lib_save_LIBS
5263 fi
5264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5265 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5266 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5267   cat >>confdefs.h <<_ACEOF
5268 #define HAVE_LIBOSSAUDIO 1
5269 _ACEOF
5270
5271   LIBS="-lossaudio $LIBS"
5272
5273 fi
5274
5275
5276 XLIB=""
5277
5278 OPENGL_LIBS=""
5279
5280
5281
5282 # Check whether --enable-largefile was given.
5283 if test "${enable_largefile+set}" = set; then :
5284   enableval=$enable_largefile;
5285 fi
5286
5287 if test "$enable_largefile" != no; then
5288
5289   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5290 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5291 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5292   $as_echo_n "(cached) " >&6
5293 else
5294   ac_cv_sys_largefile_CC=no
5295      if test "$GCC" != yes; then
5296        ac_save_CC=$CC
5297        while :; do
5298          # IRIX 6.2 and later do not support large files by default,
5299          # so use the C compiler's -n32 option if that helps.
5300          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5301 /* end confdefs.h.  */
5302 #include <sys/types.h>
5303  /* Check that off_t can represent 2**63 - 1 correctly.
5304     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5305     since some C++ compilers masquerading as C compilers
5306     incorrectly reject 9223372036854775807.  */
5307 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5308   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5309                        && LARGE_OFF_T % 2147483647 == 1)
5310                       ? 1 : -1];
5311 int
5312 main ()
5313 {
5314
5315   ;
5316   return 0;
5317 }
5318 _ACEOF
5319          if ac_fn_c_try_compile "$LINENO"; then :
5320   break
5321 fi
5322 rm -f core conftest.err conftest.$ac_objext
5323          CC="$CC -n32"
5324          if ac_fn_c_try_compile "$LINENO"; then :
5325   ac_cv_sys_largefile_CC=' -n32'; break
5326 fi
5327 rm -f core conftest.err conftest.$ac_objext
5328          break
5329        done
5330        CC=$ac_save_CC
5331        rm -f conftest.$ac_ext
5332     fi
5333 fi
5334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5335 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5336   if test "$ac_cv_sys_largefile_CC" != no; then
5337     CC=$CC$ac_cv_sys_largefile_CC
5338   fi
5339
5340   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5341 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5342 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5343   $as_echo_n "(cached) " >&6
5344 else
5345   while :; do
5346   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5347 /* end confdefs.h.  */
5348 #include <sys/types.h>
5349  /* Check that off_t can represent 2**63 - 1 correctly.
5350     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5351     since some C++ compilers masquerading as C compilers
5352     incorrectly reject 9223372036854775807.  */
5353 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5354   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5355                        && LARGE_OFF_T % 2147483647 == 1)
5356                       ? 1 : -1];
5357 int
5358 main ()
5359 {
5360
5361   ;
5362   return 0;
5363 }
5364 _ACEOF
5365 if ac_fn_c_try_compile "$LINENO"; then :
5366   ac_cv_sys_file_offset_bits=no; break
5367 fi
5368 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5369   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5370 /* end confdefs.h.  */
5371 #define _FILE_OFFSET_BITS 64
5372 #include <sys/types.h>
5373  /* Check that off_t can represent 2**63 - 1 correctly.
5374     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5375     since some C++ compilers masquerading as C compilers
5376     incorrectly reject 9223372036854775807.  */
5377 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5378   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5379                        && LARGE_OFF_T % 2147483647 == 1)
5380                       ? 1 : -1];
5381 int
5382 main ()
5383 {
5384
5385   ;
5386   return 0;
5387 }
5388 _ACEOF
5389 if ac_fn_c_try_compile "$LINENO"; then :
5390   ac_cv_sys_file_offset_bits=64; break
5391 fi
5392 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5393   ac_cv_sys_file_offset_bits=unknown
5394   break
5395 done
5396 fi
5397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5398 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5399 case $ac_cv_sys_file_offset_bits in #(
5400   no | unknown) ;;
5401   *)
5402 cat >>confdefs.h <<_ACEOF
5403 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5404 _ACEOF
5405 ;;
5406 esac
5407 rm -rf conftest*
5408   if test $ac_cv_sys_file_offset_bits = unknown; then
5409     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5410 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5411 if test "${ac_cv_sys_large_files+set}" = set; then :
5412   $as_echo_n "(cached) " >&6
5413 else
5414   while :; do
5415   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5416 /* end confdefs.h.  */
5417 #include <sys/types.h>
5418  /* Check that off_t can represent 2**63 - 1 correctly.
5419     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5420     since some C++ compilers masquerading as C compilers
5421     incorrectly reject 9223372036854775807.  */
5422 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5423   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5424                        && LARGE_OFF_T % 2147483647 == 1)
5425                       ? 1 : -1];
5426 int
5427 main ()
5428 {
5429
5430   ;
5431   return 0;
5432 }
5433 _ACEOF
5434 if ac_fn_c_try_compile "$LINENO"; then :
5435   ac_cv_sys_large_files=no; break
5436 fi
5437 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5438   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5439 /* end confdefs.h.  */
5440 #define _LARGE_FILES 1
5441 #include <sys/types.h>
5442  /* Check that off_t can represent 2**63 - 1 correctly.
5443     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5444     since some C++ compilers masquerading as C compilers
5445     incorrectly reject 9223372036854775807.  */
5446 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5447   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5448                        && LARGE_OFF_T % 2147483647 == 1)
5449                       ? 1 : -1];
5450 int
5451 main ()
5452 {
5453
5454   ;
5455   return 0;
5456 }
5457 _ACEOF
5458 if ac_fn_c_try_compile "$LINENO"; then :
5459   ac_cv_sys_large_files=1; break
5460 fi
5461 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5462   ac_cv_sys_large_files=unknown
5463   break
5464 done
5465 fi
5466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5467 $as_echo "$ac_cv_sys_large_files" >&6; }
5468 case $ac_cv_sys_large_files in #(
5469   no | unknown) ;;
5470   *)
5471 cat >>confdefs.h <<_ACEOF
5472 #define _LARGE_FILES $ac_cv_sys_large_files
5473 _ACEOF
5474 ;;
5475 esac
5476 rm -rf conftest*
5477   fi
5478 fi
5479
5480
5481 ac_ext=c
5482 ac_cpp='$CPP $CPPFLAGS'
5483 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5484 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5485 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5487 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5488 # On Suns, sometimes $CPP names a directory.
5489 if test -n "$CPP" && test -d "$CPP"; then
5490   CPP=
5491 fi
5492 if test -z "$CPP"; then
5493   if test "${ac_cv_prog_CPP+set}" = set; then :
5494   $as_echo_n "(cached) " >&6
5495 else
5496       # Double quotes because CPP needs to be expanded
5497     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5498     do
5499       ac_preproc_ok=false
5500 for ac_c_preproc_warn_flag in '' yes
5501 do
5502   # Use a header file that comes with gcc, so configuring glibc
5503   # with a fresh cross-compiler works.
5504   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5505   # <limits.h> exists even on freestanding compilers.
5506   # On the NeXT, cc -E runs the code through the compiler's parser,
5507   # not just through cpp. "Syntax error" is here to catch this case.
5508   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5509 /* end confdefs.h.  */
5510 #ifdef __STDC__
5511 # include <limits.h>
5512 #else
5513 # include <assert.h>
5514 #endif
5515                      Syntax error
5516 _ACEOF
5517 if ac_fn_c_try_cpp "$LINENO"; then :
5518
5519 else
5520   # Broken: fails on valid input.
5521 continue
5522 fi
5523 rm -f conftest.err conftest.i conftest.$ac_ext
5524
5525   # OK, works on sane cases.  Now check whether nonexistent headers
5526   # can be detected and how.
5527   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5528 /* end confdefs.h.  */
5529 #include <ac_nonexistent.h>
5530 _ACEOF
5531 if ac_fn_c_try_cpp "$LINENO"; then :
5532   # Broken: success on invalid input.
5533 continue
5534 else
5535   # Passes both tests.
5536 ac_preproc_ok=:
5537 break
5538 fi
5539 rm -f conftest.err conftest.i conftest.$ac_ext
5540
5541 done
5542 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5543 rm -f conftest.i conftest.err conftest.$ac_ext
5544 if $ac_preproc_ok; then :
5545   break
5546 fi
5547
5548     done
5549     ac_cv_prog_CPP=$CPP
5550
5551 fi
5552   CPP=$ac_cv_prog_CPP
5553 else
5554   ac_cv_prog_CPP=$CPP
5555 fi
5556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5557 $as_echo "$CPP" >&6; }
5558 ac_preproc_ok=false
5559 for ac_c_preproc_warn_flag in '' yes
5560 do
5561   # Use a header file that comes with gcc, so configuring glibc
5562   # with a fresh cross-compiler works.
5563   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5564   # <limits.h> exists even on freestanding compilers.
5565   # On the NeXT, cc -E runs the code through the compiler's parser,
5566   # not just through cpp. "Syntax error" is here to catch this case.
5567   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5568 /* end confdefs.h.  */
5569 #ifdef __STDC__
5570 # include <limits.h>
5571 #else
5572 # include <assert.h>
5573 #endif
5574                      Syntax error
5575 _ACEOF
5576 if ac_fn_c_try_cpp "$LINENO"; then :
5577
5578 else
5579   # Broken: fails on valid input.
5580 continue
5581 fi
5582 rm -f conftest.err conftest.i conftest.$ac_ext
5583
5584   # OK, works on sane cases.  Now check whether nonexistent headers
5585   # can be detected and how.
5586   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5587 /* end confdefs.h.  */
5588 #include <ac_nonexistent.h>
5589 _ACEOF
5590 if ac_fn_c_try_cpp "$LINENO"; then :
5591   # Broken: success on invalid input.
5592 continue
5593 else
5594   # Passes both tests.
5595 ac_preproc_ok=:
5596 break
5597 fi
5598 rm -f conftest.err conftest.i conftest.$ac_ext
5599
5600 done
5601 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5602 rm -f conftest.i conftest.err conftest.$ac_ext
5603 if $ac_preproc_ok; then :
5604
5605 else
5606   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5607 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5608 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5609 See \`config.log' for more details" "$LINENO" 5 ; }
5610 fi
5611
5612 ac_ext=c
5613 ac_cpp='$CPP $CPPFLAGS'
5614 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5615 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5616 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5617
5618
5619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5620 $as_echo_n "checking for ANSI C header files... " >&6; }
5621 if test "${ac_cv_header_stdc+set}" = set; then :
5622   $as_echo_n "(cached) " >&6
5623 else
5624   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5625 /* end confdefs.h.  */
5626 #include <stdlib.h>
5627 #include <stdarg.h>
5628 #include <string.h>
5629 #include <float.h>
5630
5631 int
5632 main ()
5633 {
5634
5635   ;
5636   return 0;
5637 }
5638 _ACEOF
5639 if ac_fn_c_try_compile "$LINENO"; then :
5640   ac_cv_header_stdc=yes
5641 else
5642   ac_cv_header_stdc=no
5643 fi
5644 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5645
5646 if test $ac_cv_header_stdc = yes; then
5647   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5648   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5649 /* end confdefs.h.  */
5650 #include <string.h>
5651
5652 _ACEOF
5653 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5654   $EGREP "memchr" >/dev/null 2>&1; then :
5655
5656 else
5657   ac_cv_header_stdc=no
5658 fi
5659 rm -f conftest*
5660
5661 fi
5662
5663 if test $ac_cv_header_stdc = yes; then
5664   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5665   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5666 /* end confdefs.h.  */
5667 #include <stdlib.h>
5668
5669 _ACEOF
5670 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5671   $EGREP "free" >/dev/null 2>&1; then :
5672
5673 else
5674   ac_cv_header_stdc=no
5675 fi
5676 rm -f conftest*
5677
5678 fi
5679
5680 if test $ac_cv_header_stdc = yes; then
5681   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5682   if test "$cross_compiling" = yes; then :
5683   :
5684 else
5685   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5686 /* end confdefs.h.  */
5687 #include <ctype.h>
5688 #include <stdlib.h>
5689 #if ((' ' & 0x0FF) == 0x020)
5690 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5691 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5692 #else
5693 # define ISLOWER(c) \
5694                    (('a' <= (c) && (c) <= 'i') \
5695                      || ('j' <= (c) && (c) <= 'r') \
5696                      || ('s' <= (c) && (c) <= 'z'))
5697 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5698 #endif
5699
5700 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5701 int
5702 main ()
5703 {
5704   int i;
5705   for (i = 0; i < 256; i++)
5706     if (XOR (islower (i), ISLOWER (i))
5707         || toupper (i) != TOUPPER (i))
5708       return 2;
5709   return 0;
5710 }
5711 _ACEOF
5712 if ac_fn_c_try_run "$LINENO"; then :
5713
5714 else
5715   ac_cv_header_stdc=no
5716 fi
5717 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5718   conftest.$ac_objext conftest.beam conftest.$ac_ext
5719 fi
5720
5721 fi
5722 fi
5723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5724 $as_echo "$ac_cv_header_stdc" >&6; }
5725 if test $ac_cv_header_stdc = yes; then
5726
5727 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5728
5729 fi
5730
5731 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5732 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5733                   inttypes.h stdint.h unistd.h
5734 do :
5735   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5736 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5737 "
5738 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5739   cat >>confdefs.h <<_ACEOF
5740 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5741 _ACEOF
5742
5743 fi
5744
5745 done
5746
5747
5748 for ac_header in \
5749         AL/al.h \
5750         AudioToolbox/AudioConverter.h \
5751         AudioUnit/AudioUnit.h \
5752         Carbon/Carbon.h \
5753         CoreAudio/CoreAudio.h \
5754         DiskArbitration/DiskArbitration.h \
5755         IOKit/IOKitLib.h \
5756         IOKit/hid/IOHIDLib.h \
5757         OpenAL/al.h \
5758         alias.h \
5759         alsa/asoundlib.h \
5760         arpa/inet.h \
5761         arpa/nameser.h \
5762         asm/types.h \
5763         capi20.h \
5764         curses.h \
5765         direct.h \
5766         dirent.h \
5767         dlfcn.h \
5768         elf.h \
5769         float.h \
5770         fnmatch.h \
5771         fontconfig/fontconfig.h \
5772         getopt.h \
5773         grp.h \
5774         gsm.h \
5775         gsm/gsm.h \
5776         icns.h \
5777         ieeefp.h \
5778         inet/mib2.h \
5779         io.h \
5780         jack/jack.h \
5781         jpeglib.h \
5782         kstat.h \
5783         lber.h \
5784         lcms.h \
5785         lcms/lcms.h \
5786         ldap.h \
5787         libaudioio.h \
5788         link.h \
5789         linux/cdrom.h \
5790         linux/compiler.h \
5791         linux/hdreg.h \
5792         linux/input.h \
5793         linux/ioctl.h \
5794         linux/joystick.h \
5795         linux/major.h \
5796         linux/param.h \
5797         linux/serial.h \
5798         linux/types.h \
5799         linux/ucdrom.h \
5800         mach-o/nlist.h \
5801         mach-o/loader.h \
5802         mach/mach.h \
5803         mach/machine.h \
5804         machine/cpu.h \
5805         machine/limits.h \
5806         machine/soundcard.h \
5807         machine/sysarch.h \
5808         mntent.h \
5809         mpg123.h \
5810         ncurses.h \
5811         netdb.h \
5812         netinet/in.h \
5813         netinet/in_systm.h \
5814         netinet/tcp.h \
5815         netinet/tcp_fsm.h \
5816         openssl/err.h \
5817         openssl/ssl.h \
5818         png.h \
5819         poll.h \
5820         port.h \
5821         process.h \
5822         pthread.h \
5823         pwd.h \
5824         regex.h \
5825         sched.h \
5826         scsi/scsi.h \
5827         scsi/scsi_ioctl.h \
5828         scsi/sg.h \
5829         soundcard.h \
5830         stdbool.h \
5831         stdint.h \
5832         strings.h \
5833         stropts.h \
5834         sys/asoundlib.h \
5835         sys/cdio.h \
5836         sys/elf32.h \
5837         sys/epoll.h \
5838         sys/errno.h \
5839         sys/event.h \
5840         sys/exec_elf.h \
5841         sys/filio.h \
5842         sys/inotify.h \
5843         sys/ioctl.h \
5844         sys/ipc.h \
5845         sys/limits.h \
5846         sys/link.h \
5847         sys/mman.h \
5848         sys/modem.h \
5849         sys/msg.h \
5850         sys/mtio.h \
5851         sys/param.h \
5852         sys/poll.h \
5853         sys/prctl.h \
5854         sys/protosw.h \
5855         sys/ptrace.h \
5856         sys/resource.h \
5857         sys/scsiio.h \
5858         sys/shm.h \
5859         sys/signal.h \
5860         sys/socket.h \
5861         sys/socketvar.h \
5862         sys/sockio.h \
5863         sys/soundcard.h \
5864         sys/statvfs.h \
5865         sys/strtio.h \
5866         sys/syscall.h \
5867         sys/tihdr.h \
5868         sys/time.h \
5869         sys/timeout.h \
5870         sys/times.h \
5871         sys/uio.h \
5872         sys/un.h \
5873         sys/utsname.h \
5874         sys/vm86.h \
5875         sys/wait.h \
5876         syscall.h \
5877         termios.h \
5878         tiffio.h \
5879         unistd.h \
5880         utime.h \
5881         valgrind/memcheck.h \
5882         valgrind/valgrind.h \
5883         zlib.h
5884
5885 do :
5886   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5887 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5888 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5889   cat >>confdefs.h <<_ACEOF
5890 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5891 _ACEOF
5892
5893 fi
5894
5895 done
5896
5897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5898 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5899 if test "${ac_cv_header_stat_broken+set}" = set; then :
5900   $as_echo_n "(cached) " >&6
5901 else
5902   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5903 /* end confdefs.h.  */
5904 #include <sys/types.h>
5905 #include <sys/stat.h>
5906
5907 #if defined S_ISBLK && defined S_IFDIR
5908 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5909 #endif
5910
5911 #if defined S_ISBLK && defined S_IFCHR
5912 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5913 #endif
5914
5915 #if defined S_ISLNK && defined S_IFREG
5916 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5917 #endif
5918
5919 #if defined S_ISSOCK && defined S_IFREG
5920 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5921 #endif
5922
5923 _ACEOF
5924 if ac_fn_c_try_compile "$LINENO"; then :
5925   ac_cv_header_stat_broken=no
5926 else
5927   ac_cv_header_stat_broken=yes
5928 fi
5929 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5930 fi
5931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5932 $as_echo "$ac_cv_header_stat_broken" >&6; }
5933 if test $ac_cv_header_stat_broken = yes; then
5934
5935 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5936
5937 fi
5938
5939
5940
5941 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5942 do :
5943   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5944 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5945      #ifdef HAVE_SYS_PARAM_H
5946      # include <sys/param.h>
5947      #endif
5948 "
5949 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5950   cat >>confdefs.h <<_ACEOF
5951 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5952 _ACEOF
5953
5954 fi
5955
5956 done
5957
5958
5959 for ac_header in \
5960         netinet/ip.h \
5961         net/if.h \
5962         net/if_arp.h \
5963         net/if_dl.h \
5964         net/if_types.h \
5965         net/route.h \
5966         netinet/if_ether.h \
5967         netinet/if_inarp.h \
5968         netinet/in_pcb.h \
5969         netinet/ip_icmp.h \
5970         netinet/ip_var.h \
5971         netinet/udp.h \
5972         netipx/ipx.h \
5973
5974 do :
5975   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5976 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5977      #ifdef HAVE_SYS_SOCKET_H
5978      # include <sys/socket.h>
5979      #endif
5980      #ifdef HAVE_SYS_SOCKETVAR_H
5981      # include <sys/socketvar.h>
5982      #endif
5983      #ifdef HAVE_NET_ROUTE_H
5984      # include <net/route.h>
5985      #endif
5986      #ifdef HAVE_NETINET_IN_H
5987      # include <netinet/in.h>
5988      #endif
5989      #ifdef HAVE_NETINET_IN_SYSTM_H
5990      # include <netinet/in_systm.h>
5991      #endif
5992      #ifdef HAVE_NET_IF_H
5993      # include <net/if.h>
5994      #endif
5995      #ifdef HAVE_NETINET_IP_H
5996      # include <netinet/ip.h>
5997      #endif
5998 "
5999 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6000   cat >>confdefs.h <<_ACEOF
6001 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6002 _ACEOF
6003
6004 fi
6005
6006 done
6007
6008
6009 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6010 do :
6011   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6012 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6013      #ifdef HAVE_ALIAS_H
6014      # include <alias.h>
6015      #endif
6016      #ifdef HAVE_SYS_SOCKET_H
6017      # include <sys/socket.h>
6018      #endif
6019      #ifdef HAVE_SYS_SOCKETVAR_H
6020      # include <sys/socketvar.h>
6021      #endif
6022      #ifdef HAVE_SYS_TIMEOUT_H
6023      # include <sys/timeout.h>
6024      #endif
6025      #ifdef HAVE_NETINET_IN_H
6026      # include <netinet/in.h>
6027      #endif
6028      #ifdef HAVE_NETINET_IN_SYSTM_H
6029      # include <netinet/in_systm.h>
6030      #endif
6031      #ifdef HAVE_NETINET_IP_H
6032      # include <netinet/ip.h>
6033      #endif
6034      #ifdef HAVE_NETINET_IP_VAR_H
6035      # include <netinet/ip_var.h>
6036      #endif
6037      #ifdef HAVE_NETINET_IP_ICMP_H
6038      # include <netinet/ip_icmp.h>
6039      #endif
6040      #ifdef HAVE_NETINET_UDP_H
6041      # include <netinet/udp.h>
6042      #endif
6043      #ifdef HAVE_NETINET_TCP_H
6044      # include <netinet/tcp.h>
6045      #endif
6046      #ifdef HAVE_NETINET_TCP_TIMER_H
6047      #include <netinet/tcp_timer.h>
6048      #endif
6049 "
6050 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6051   cat >>confdefs.h <<_ACEOF
6052 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6053 _ACEOF
6054
6055 fi
6056
6057 done
6058
6059
6060 for ac_header in linux/ipx.h linux/irda.h
6061 do :
6062   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6063 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6064      #ifdef HAVE_ASM_TYPES_H
6065      # include <asm/types.h>
6066      #endif
6067      #ifdef HAVE_SYS_SOCKET_H
6068      # include <sys/socket.h>
6069      #endif
6070      #ifdef HAVE_LINUX_TYPES_H
6071      # include <linux/types.h>
6072      #endif
6073 "
6074 if eval test \"x\$"$as_ac_Header"\" = 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/\$(top_builddir)/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_ac_var=`$as_echo "ac_cv_cflags_-fPIC -shared -Wl,--version-script=conftest.map" | $as_tr_sh`
6724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6725 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6726 if eval "test \"\${$as_ac_var+set}\"" = set; then :
6727   $as_echo_n "(cached) " >&6
6728 else
6729   ac_wine_try_cflags_saved=$CFLAGS
6730 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6732 /* end confdefs.h.  */
6733 int main(int argc, char **argv) { return 0; }
6734 _ACEOF
6735 if ac_fn_c_try_link "$LINENO"; then :
6736   eval "$as_ac_var=yes"
6737 else
6738   eval "$as_ac_var=no"
6739 fi
6740 rm -f core conftest.err conftest.$ac_objext \
6741     conftest$ac_exeext conftest.$ac_ext
6742 CFLAGS=$ac_wine_try_cflags_saved
6743 fi
6744 eval ac_res=\$$as_ac_var
6745                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6746 $as_echo "$ac_res" >&6; }
6747 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6748   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6749 fi
6750       rm -f conftest.map
6751
6752       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6753 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6754 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6755   $as_echo_n "(cached) " >&6
6756 else
6757   ac_wine_try_cflags_saved=$CFLAGS
6758 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6760 /* end confdefs.h.  */
6761 int main(int argc, char **argv) { return 0; }
6762 _ACEOF
6763 if ac_fn_c_try_link "$LINENO"; then :
6764   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6765 else
6766   ac_cv_cflags__fPIC__Wl___export_dynamic=no
6767 fi
6768 rm -f core conftest.err conftest.$ac_objext \
6769     conftest$ac_exeext conftest.$ac_ext
6770 CFLAGS=$ac_wine_try_cflags_saved
6771 fi
6772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6773 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6774 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6775   LDEXECFLAGS="-Wl,--export-dynamic"
6776
6777 fi
6778
6779       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6781 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6782 if eval "test \"\${$as_ac_var+set}\"" = set; then :
6783   $as_echo_n "(cached) " >&6
6784 else
6785   ac_wine_try_cflags_saved=$CFLAGS
6786 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6788 /* end confdefs.h.  */
6789 int main(int argc, char **argv) { return 0; }
6790 _ACEOF
6791 if ac_fn_c_try_link "$LINENO"; then :
6792   eval "$as_ac_var=yes"
6793 else
6794   eval "$as_ac_var=no"
6795 fi
6796 rm -f core conftest.err conftest.$ac_objext \
6797     conftest$ac_exeext conftest.$ac_ext
6798 CFLAGS=$ac_wine_try_cflags_saved
6799 fi
6800 eval ac_res=\$$as_ac_var
6801                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6802 $as_echo "$ac_res" >&6; }
6803 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6804   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6805                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
6806 else
6807   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6809 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6810 if eval "test \"\${$as_ac_var+set}\"" = set; then :
6811   $as_echo_n "(cached) " >&6
6812 else
6813   ac_wine_try_cflags_saved=$CFLAGS
6814 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6815 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6816 /* end confdefs.h.  */
6817 int main(int argc, char **argv) { return 0; }
6818 _ACEOF
6819 if ac_fn_c_try_link "$LINENO"; then :
6820   eval "$as_ac_var=yes"
6821 else
6822   eval "$as_ac_var=no"
6823 fi
6824 rm -f core conftest.err conftest.$ac_objext \
6825     conftest$ac_exeext conftest.$ac_ext
6826 CFLAGS=$ac_wine_try_cflags_saved
6827 fi
6828 eval ac_res=\$$as_ac_var
6829                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6830 $as_echo "$ac_res" >&6; }
6831 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6832   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6833                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
6834 fi
6835 fi
6836
6837       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6838 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6839 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6840   $as_echo_n "(cached) " >&6
6841 else
6842   ac_wine_try_cflags_saved=$CFLAGS
6843 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6844 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6845 /* end confdefs.h.  */
6846 int main(int argc, char **argv) { return 0; }
6847 _ACEOF
6848 if ac_fn_c_try_link "$LINENO"; then :
6849   ac_cv_cflags__Wl___enable_new_dtags=yes
6850 else
6851   ac_cv_cflags__Wl___enable_new_dtags=no
6852 fi
6853 rm -f core conftest.err conftest.$ac_objext \
6854     conftest$ac_exeext conftest.$ac_ext
6855 CFLAGS=$ac_wine_try_cflags_saved
6856 fi
6857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6858 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6859 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6860   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6861 fi
6862
6863       case $host_cpu in
6864         *i[3456789]86* | x86_64)
6865           as_ac_var=`$as_echo "ac_cv_cflags_-Wl,--section-start,.interp=0x7bf00400" | $as_tr_sh`
6866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6867 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6868 if eval "test \"\${$as_ac_var+set}\"" = set; then :
6869   $as_echo_n "(cached) " >&6
6870 else
6871   ac_wine_try_cflags_saved=$CFLAGS
6872 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6873 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6874 /* end confdefs.h.  */
6875 int main(int argc, char **argv) { return 0; }
6876 _ACEOF
6877 if ac_fn_c_try_link "$LINENO"; then :
6878   eval "$as_ac_var=yes"
6879 else
6880   eval "$as_ac_var=no"
6881 fi
6882 rm -f core conftest.err conftest.$ac_objext \
6883     conftest$ac_exeext conftest.$ac_ext
6884 CFLAGS=$ac_wine_try_cflags_saved
6885 fi
6886 eval ac_res=\$$as_ac_var
6887                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6888 $as_echo "$ac_res" >&6; }
6889 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6890   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6891 fi
6892           # Extract the first word of "prelink", so it can be a program name with args.
6893 set dummy prelink; ac_word=$2
6894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6895 $as_echo_n "checking for $ac_word... " >&6; }
6896 if test "${ac_cv_path_PRELINK+set}" = set; then :
6897   $as_echo_n "(cached) " >&6
6898 else
6899   case $PRELINK in
6900   [\\/]* | ?:[\\/]*)
6901   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6902   ;;
6903   *)
6904   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6905 for as_dir in /sbin /usr/sbin $PATH
6906 do
6907   IFS=$as_save_IFS
6908   test -z "$as_dir" && as_dir=.
6909     for ac_exec_ext in '' $ac_executable_extensions; do
6910   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6911     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6912     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6913     break 2
6914   fi
6915 done
6916   done
6917 IFS=$as_save_IFS
6918
6919   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6920   ;;
6921 esac
6922 fi
6923 PRELINK=$ac_cv_path_PRELINK
6924 if test -n "$PRELINK"; then
6925   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
6926 $as_echo "$PRELINK" >&6; }
6927 else
6928   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6929 $as_echo "no" >&6; }
6930 fi
6931
6932
6933           if test "x$PRELINK" = xfalse
6934           then
6935               as_fn_append wine_warnings "|prelink not found, base address of core dlls won't be set correctly."
6936           fi
6937           ;;
6938       esac
6939
6940     else
6941       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6942 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6943 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6944   $as_echo_n "(cached) " >&6
6945 else
6946   ac_wine_try_cflags_saved=$CFLAGS
6947 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6949 /* end confdefs.h.  */
6950 void myfunc() {}
6951 _ACEOF
6952 if ac_fn_c_try_link "$LINENO"; then :
6953   ac_cv_c_dll_unixware="yes"
6954 else
6955   ac_cv_c_dll_unixware="no"
6956 fi
6957 rm -f core conftest.err conftest.$ac_objext \
6958     conftest$ac_exeext conftest.$ac_ext
6959 CFLAGS=$ac_wine_try_cflags_saved
6960 fi
6961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6962 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6963       if test "$ac_cv_c_dll_unixware" = "yes"
6964       then
6965         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6966         LDDLLFLAGS="-Wl,-G,-B,symbolic"
6967
6968       else
6969         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6970 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6971 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6972   $as_echo_n "(cached) " >&6
6973 else
6974   ac_wine_try_cflags_saved=$CFLAGS
6975 CFLAGS="$CFLAGS -shared"
6976 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6977 /* end confdefs.h.  */
6978 void myfunc() {}
6979 _ACEOF
6980 if ac_fn_c_try_link "$LINENO"; then :
6981   ac_cv_c_dll_hpux="yes"
6982 else
6983   ac_cv_c_dll_hpux="no"
6984 fi
6985 rm -f core conftest.err conftest.$ac_objext \
6986     conftest$ac_exeext conftest.$ac_ext
6987 CFLAGS=$ac_wine_try_cflags_saved
6988 fi
6989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6990 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6991         if test "$ac_cv_c_dll_hpux" = "yes"
6992         then
6993           LIBEXT="sl"
6994           DLLEXT=".sl"
6995           LDDLLFLAGS="-shared -fPIC"
6996           LDSHARED="\$(CC) -shared"
6997         fi
6998       fi
6999     fi
7000     ;;
7001 esac
7002
7003 enable_winequartz_drv=${enable_winequartz_drv:-no}
7004
7005 if test "$LIBEXT" = "a"; then
7006   as_fn_error $? "could not find a way to build shared libraries.
7007 It is currently not possible to build Wine without shared library
7008 (.so) support to allow transparent switch between .so and .dll files.
7009 If you are using Linux, you will need a newer binutils.
7010 " "$LINENO" 5
7011 fi
7012
7013 CROSSTEST_DISABLE=\#
7014
7015 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno -a "$LIBEXT" != "dll"
7016 then
7017     case "$host_cpu" in
7018   i[3456789]86*)
7019     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 " ;;
7020   x86_64)
7021     ac_prefix_list="x86_64-pc-mingw32-gcc amd64-pc-mingw32-gcc x86_64-w64-mingw32-gcc amd64-w64-mingw32-gcc x86_64-mingw32msvc-gcc amd64-mingw32msvc-gcc " ;;
7022   *)
7023     ac_prefix_list="" ;;
7024 esac
7025 for ac_prog in $ac_prefix_list
7026 do
7027   # Extract the first word of "$ac_prog", so it can be a program name with args.
7028 set dummy $ac_prog; ac_word=$2
7029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7030 $as_echo_n "checking for $ac_word... " >&6; }
7031 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
7032   $as_echo_n "(cached) " >&6
7033 else
7034   if test -n "$CROSSCC"; then
7035   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
7036 else
7037 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7038 for as_dir in $PATH
7039 do
7040   IFS=$as_save_IFS
7041   test -z "$as_dir" && as_dir=.
7042     for ac_exec_ext in '' $ac_executable_extensions; do
7043   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7044     ac_cv_prog_CROSSCC="$ac_prog"
7045     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7046     break 2
7047   fi
7048 done
7049   done
7050 IFS=$as_save_IFS
7051
7052 fi
7053 fi
7054 CROSSCC=$ac_cv_prog_CROSSCC
7055 if test -n "$CROSSCC"; then
7056   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
7057 $as_echo "$CROSSCC" >&6; }
7058 else
7059   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7060 $as_echo "no" >&6; }
7061 fi
7062
7063
7064   test -n "$CROSSCC" && break
7065 done
7066 test -n "$CROSSCC" || CROSSCC="false"
7067
7068     if test "$CROSSCC" != "false"
7069     then
7070         ac_save_CC="$CC"
7071         CC="$CROSSCC"
7072         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
7073 $as_echo_n "checking whether $CROSSCC works... " >&6; }
7074         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7075 /* end confdefs.h.  */
7076
7077 int
7078 main ()
7079 {
7080
7081   ;
7082   return 0;
7083 }
7084 _ACEOF
7085 if ac_fn_c_try_compile "$LINENO"; then :
7086   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7087 $as_echo "yes" >&6; }
7088                            set x $CROSSCC
7089                            shift
7090                            target=""
7091                            while test $# -ge 1
7092                            do
7093                                case "$1" in
7094                                  *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
7095                                esac
7096                                shift
7097                            done
7098                            if test -n "$target"
7099                            then
7100                                CROSSTEST_DISABLE=""
7101                                CROSSTARGET="$target"
7102
7103                            fi
7104 else
7105   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7106 $as_echo "no" >&6; }
7107 fi
7108 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7109         CC="$ac_save_CC"
7110     fi
7111 fi
7112
7113
7114 if test "$ac_cv_header_pthread_h" = "yes"
7115 then
7116     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
7117 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7118 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
7119   $as_echo_n "(cached) " >&6
7120 else
7121   ac_check_lib_save_LIBS=$LIBS
7122 LIBS="-lpthread  $LIBS"
7123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7124 /* end confdefs.h.  */
7125
7126 /* Override any GCC internal prototype to avoid an error.
7127    Use char because int might match the return type of a GCC
7128    builtin and then its argument prototype would still apply.  */
7129 #ifdef __cplusplus
7130 extern "C"
7131 #endif
7132 char pthread_create ();
7133 int
7134 main ()
7135 {
7136 return pthread_create ();
7137   ;
7138   return 0;
7139 }
7140 _ACEOF
7141 if ac_fn_c_try_link "$LINENO"; then :
7142   ac_cv_lib_pthread_pthread_create=yes
7143 else
7144   ac_cv_lib_pthread_pthread_create=no
7145 fi
7146 rm -f core conftest.err conftest.$ac_objext \
7147     conftest$ac_exeext conftest.$ac_ext
7148 LIBS=$ac_check_lib_save_LIBS
7149 fi
7150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7151 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7152 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
7153   LIBPTHREAD="-lpthread"
7154
7155 fi
7156
7157 fi
7158 if test "x$LIBPTHREAD" = "x"; then :
7159   case "x$with_pthread" in
7160   xno) ;;
7161   *)   as_fn_error $? "pthread ${notice_platform}development files not found.
7162 Wine cannot support threads without libpthread.
7163 Use the --without-pthread option if you really want this." "$LINENO" 5  ;;
7164 esac
7165 fi
7166
7167
7168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7169 $as_echo_n "checking for X... " >&6; }
7170
7171
7172 # Check whether --with-x was given.
7173 if test "${with_x+set}" = set; then :
7174   withval=$with_x;
7175 fi
7176
7177 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7178 if test "x$with_x" = xno; then
7179   # The user explicitly disabled X.
7180   have_x=disabled
7181 else
7182   case $x_includes,$x_libraries in #(
7183     *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5 ;; #(
7184     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7185   $as_echo_n "(cached) " >&6
7186 else
7187   # One or both of the vars are not set, and there is no cached value.
7188 ac_x_includes=no ac_x_libraries=no
7189 rm -f -r conftest.dir
7190 if mkdir conftest.dir; then
7191   cd conftest.dir
7192   cat >Imakefile <<'_ACEOF'
7193 incroot:
7194         @echo incroot='${INCROOT}'
7195 usrlibdir:
7196         @echo usrlibdir='${USRLIBDIR}'
7197 libdir:
7198         @echo libdir='${LIBDIR}'
7199 _ACEOF
7200   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7201     # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
7202     for ac_var in incroot usrlibdir libdir; do
7203       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7204     done
7205     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7206     for ac_extension in a so sl dylib la dll; do
7207       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7208          test -f "$ac_im_libdir/libX11.$ac_extension"; then
7209         ac_im_usrlibdir=$ac_im_libdir; break
7210       fi
7211     done
7212     # Screen out bogus values from the imake configuration.  They are
7213     # bogus both because they are the default anyway, and because
7214     # using them would break gcc on systems where it needs fixed includes.
7215     case $ac_im_incroot in
7216         /usr/include) ac_x_includes= ;;
7217         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7218     esac
7219     case $ac_im_usrlibdir in
7220         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7221         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7222     esac
7223   fi
7224   cd ..
7225   rm -f -r conftest.dir
7226 fi
7227
7228 # Standard set of common directories for X headers.
7229 # Check X11 before X11Rn because it is often a symlink to the current release.
7230 ac_x_header_dirs='
7231 /usr/X11/include
7232 /usr/X11R7/include
7233 /usr/X11R6/include
7234 /usr/X11R5/include
7235 /usr/X11R4/include
7236
7237 /usr/include/X11
7238 /usr/include/X11R7
7239 /usr/include/X11R6
7240 /usr/include/X11R5
7241 /usr/include/X11R4
7242
7243 /usr/local/X11/include
7244 /usr/local/X11R7/include
7245 /usr/local/X11R6/include
7246 /usr/local/X11R5/include
7247 /usr/local/X11R4/include
7248
7249 /usr/local/include/X11
7250 /usr/local/include/X11R7
7251 /usr/local/include/X11R6
7252 /usr/local/include/X11R5
7253 /usr/local/include/X11R4
7254
7255 /usr/X386/include
7256 /usr/x386/include
7257 /usr/XFree86/include/X11
7258
7259 /usr/include
7260 /usr/local/include
7261 /usr/unsupported/include
7262 /usr/athena/include
7263 /usr/local/x11r5/include
7264 /usr/lpp/Xamples/include
7265
7266 /usr/openwin/include
7267 /usr/openwin/share/include'
7268
7269 if test "$ac_x_includes" = no; then
7270   # Guess where to find include files, by looking for Xlib.h.
7271   # First, try using that file with no special directory specified.
7272   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7273 /* end confdefs.h.  */
7274 #include <X11/Xlib.h>
7275 _ACEOF
7276 if ac_fn_c_try_cpp "$LINENO"; then :
7277   # We can compile using X headers with no special include directory.
7278 ac_x_includes=
7279 else
7280   for ac_dir in $ac_x_header_dirs; do
7281   if test -r "$ac_dir/X11/Xlib.h"; then
7282     ac_x_includes=$ac_dir
7283     break
7284   fi
7285 done
7286 fi
7287 rm -f conftest.err conftest.i conftest.$ac_ext
7288 fi # $ac_x_includes = no
7289
7290 if test "$ac_x_libraries" = no; then
7291   # Check for the libraries.
7292   # See if we find them without any special options.
7293   # Don't add to $LIBS permanently.
7294   ac_save_LIBS=$LIBS
7295   LIBS="-lX11 $LIBS"
7296   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7297 /* end confdefs.h.  */
7298 #include <X11/Xlib.h>
7299 int
7300 main ()
7301 {
7302 XrmInitialize ()
7303   ;
7304   return 0;
7305 }
7306 _ACEOF
7307 if ac_fn_c_try_link "$LINENO"; then :
7308   LIBS=$ac_save_LIBS
7309 # We can link X programs with no special library path.
7310 ac_x_libraries=
7311 else
7312   LIBS=$ac_save_LIBS
7313 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7314 do
7315   # Don't even attempt the hair of trying to link an X program!
7316   for ac_extension in a so sl dylib la dll; do
7317     if test -r "$ac_dir/libX11.$ac_extension"; then
7318       ac_x_libraries=$ac_dir
7319       break 2
7320     fi
7321   done
7322 done
7323 fi
7324 rm -f core conftest.err conftest.$ac_objext \
7325     conftest$ac_exeext conftest.$ac_ext
7326 fi # $ac_x_libraries = no
7327
7328 case $ac_x_includes,$ac_x_libraries in #(
7329   no,* | *,no | *\'*)
7330     # Didn't find X, or a directory has "'" in its name.
7331     ac_cv_have_x="have_x=no";; #(
7332   *)
7333     # Record where we found X for the cache.
7334     ac_cv_have_x="have_x=yes\
7335         ac_x_includes='$ac_x_includes'\
7336         ac_x_libraries='$ac_x_libraries'"
7337 esac
7338 fi
7339 ;; #(
7340     *) have_x=yes;;
7341   esac
7342   eval "$ac_cv_have_x"
7343 fi # $with_x != no
7344
7345 if test "$have_x" != yes; then
7346   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7347 $as_echo "$have_x" >&6; }
7348   no_x=yes
7349 else
7350   # If each of the values was on the command line, it overrides each guess.
7351   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7352   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7353   # Update the cache value to reflect the command line values.
7354   ac_cv_have_x="have_x=yes\
7355         ac_x_includes='$x_includes'\
7356         ac_x_libraries='$x_libraries'"
7357   { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7358 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7359 fi
7360
7361 if test "$no_x" = yes; then
7362   # Not all programs may use this symbol, but it does not hurt to define it.
7363
7364 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7365
7366   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7367 else
7368   if test -n "$x_includes"; then
7369     X_CFLAGS="$X_CFLAGS -I$x_includes"
7370   fi
7371
7372   # It would also be nice to do this for all -L options, not just this one.
7373   if test -n "$x_libraries"; then
7374     X_LIBS="$X_LIBS -L$x_libraries"
7375     # For Solaris; some versions of Sun CC require a space after -R and
7376     # others require no space.  Words are not sufficient . . . .
7377     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7378 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7379     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7380     ac_xsave_c_werror_flag=$ac_c_werror_flag
7381     ac_c_werror_flag=yes
7382     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7383 /* end confdefs.h.  */
7384
7385 int
7386 main ()
7387 {
7388
7389   ;
7390   return 0;
7391 }
7392 _ACEOF
7393 if ac_fn_c_try_link "$LINENO"; then :
7394   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7395 $as_echo "no" >&6; }
7396        X_LIBS="$X_LIBS -R$x_libraries"
7397 else
7398   LIBS="$ac_xsave_LIBS -R $x_libraries"
7399        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7400 /* end confdefs.h.  */
7401
7402 int
7403 main ()
7404 {
7405
7406   ;
7407   return 0;
7408 }
7409 _ACEOF
7410 if ac_fn_c_try_link "$LINENO"; then :
7411   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7412 $as_echo "yes" >&6; }
7413           X_LIBS="$X_LIBS -R $x_libraries"
7414 else
7415   { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7416 $as_echo "neither works" >&6; }
7417 fi
7418 rm -f core conftest.err conftest.$ac_objext \
7419     conftest$ac_exeext conftest.$ac_ext
7420 fi
7421 rm -f core conftest.err conftest.$ac_objext \
7422     conftest$ac_exeext conftest.$ac_ext
7423     ac_c_werror_flag=$ac_xsave_c_werror_flag
7424     LIBS=$ac_xsave_LIBS
7425   fi
7426
7427   # Check for system-dependent libraries X programs must link with.
7428   # Do this before checking for the system-independent R6 libraries
7429   # (-lICE), since we may need -lsocket or whatever for X linking.
7430
7431   if test "$ISC" = yes; then
7432     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7433   else
7434     # Martyn Johnson says this is needed for Ultrix, if the X
7435     # libraries were built with DECnet support.  And Karl Berry says
7436     # the Alpha needs dnet_stub (dnet does not exist).
7437     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7438     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7439 /* end confdefs.h.  */
7440
7441 /* Override any GCC internal prototype to avoid an error.
7442    Use char because int might match the return type of a GCC
7443    builtin and then its argument prototype would still apply.  */
7444 #ifdef __cplusplus
7445 extern "C"
7446 #endif
7447 char XOpenDisplay ();
7448 int
7449 main ()
7450 {
7451 return XOpenDisplay ();
7452   ;
7453   return 0;
7454 }
7455 _ACEOF
7456 if ac_fn_c_try_link "$LINENO"; then :
7457
7458 else
7459   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7460 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7461 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7462   $as_echo_n "(cached) " >&6
7463 else
7464   ac_check_lib_save_LIBS=$LIBS
7465 LIBS="-ldnet  $LIBS"
7466 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7467 /* end confdefs.h.  */
7468
7469 /* Override any GCC internal prototype to avoid an error.
7470    Use char because int might match the return type of a GCC
7471    builtin and then its argument prototype would still apply.  */
7472 #ifdef __cplusplus
7473 extern "C"
7474 #endif
7475 char dnet_ntoa ();
7476 int
7477 main ()
7478 {
7479 return dnet_ntoa ();
7480   ;
7481   return 0;
7482 }
7483 _ACEOF
7484 if ac_fn_c_try_link "$LINENO"; then :
7485   ac_cv_lib_dnet_dnet_ntoa=yes
7486 else
7487   ac_cv_lib_dnet_dnet_ntoa=no
7488 fi
7489 rm -f core conftest.err conftest.$ac_objext \
7490     conftest$ac_exeext conftest.$ac_ext
7491 LIBS=$ac_check_lib_save_LIBS
7492 fi
7493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7494 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7495 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7496   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7497 fi
7498
7499     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7500       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7501 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7502 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7503   $as_echo_n "(cached) " >&6
7504 else
7505   ac_check_lib_save_LIBS=$LIBS
7506 LIBS="-ldnet_stub  $LIBS"
7507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7508 /* end confdefs.h.  */
7509
7510 /* Override any GCC internal prototype to avoid an error.
7511    Use char because int might match the return type of a GCC
7512    builtin and then its argument prototype would still apply.  */
7513 #ifdef __cplusplus
7514 extern "C"
7515 #endif
7516 char dnet_ntoa ();
7517 int
7518 main ()
7519 {
7520 return dnet_ntoa ();
7521   ;
7522   return 0;
7523 }
7524 _ACEOF
7525 if ac_fn_c_try_link "$LINENO"; then :
7526   ac_cv_lib_dnet_stub_dnet_ntoa=yes
7527 else
7528   ac_cv_lib_dnet_stub_dnet_ntoa=no
7529 fi
7530 rm -f core conftest.err conftest.$ac_objext \
7531     conftest$ac_exeext conftest.$ac_ext
7532 LIBS=$ac_check_lib_save_LIBS
7533 fi
7534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7535 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7536 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7537   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7538 fi
7539
7540     fi
7541 fi
7542 rm -f core conftest.err conftest.$ac_objext \
7543     conftest$ac_exeext conftest.$ac_ext
7544     LIBS="$ac_xsave_LIBS"
7545
7546     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7547     # to get the SysV transport functions.
7548     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7549     # needs -lnsl.
7550     # The nsl library prevents programs from opening the X display
7551     # on Irix 5.2, according to T.E. Dickey.
7552     # The functions gethostbyname, getservbyname, and inet_addr are
7553     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7554     ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7555 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7556
7557 fi
7558
7559     if test $ac_cv_func_gethostbyname = no; then
7560       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7561 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7562 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7563   $as_echo_n "(cached) " >&6
7564 else
7565   ac_check_lib_save_LIBS=$LIBS
7566 LIBS="-lnsl  $LIBS"
7567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7568 /* end confdefs.h.  */
7569
7570 /* Override any GCC internal prototype to avoid an error.
7571    Use char because int might match the return type of a GCC
7572    builtin and then its argument prototype would still apply.  */
7573 #ifdef __cplusplus
7574 extern "C"
7575 #endif
7576 char gethostbyname ();
7577 int
7578 main ()
7579 {
7580 return gethostbyname ();
7581   ;
7582   return 0;
7583 }
7584 _ACEOF
7585 if ac_fn_c_try_link "$LINENO"; then :
7586   ac_cv_lib_nsl_gethostbyname=yes
7587 else
7588   ac_cv_lib_nsl_gethostbyname=no
7589 fi
7590 rm -f core conftest.err conftest.$ac_objext \
7591     conftest$ac_exeext conftest.$ac_ext
7592 LIBS=$ac_check_lib_save_LIBS
7593 fi
7594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7595 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7596 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7597   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7598 fi
7599
7600       if test $ac_cv_lib_nsl_gethostbyname = no; then
7601         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7602 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7603 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7604   $as_echo_n "(cached) " >&6
7605 else
7606   ac_check_lib_save_LIBS=$LIBS
7607 LIBS="-lbsd  $LIBS"
7608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7609 /* end confdefs.h.  */
7610
7611 /* Override any GCC internal prototype to avoid an error.
7612    Use char because int might match the return type of a GCC
7613    builtin and then its argument prototype would still apply.  */
7614 #ifdef __cplusplus
7615 extern "C"
7616 #endif
7617 char gethostbyname ();
7618 int
7619 main ()
7620 {
7621 return gethostbyname ();
7622   ;
7623   return 0;
7624 }
7625 _ACEOF
7626 if ac_fn_c_try_link "$LINENO"; then :
7627   ac_cv_lib_bsd_gethostbyname=yes
7628 else
7629   ac_cv_lib_bsd_gethostbyname=no
7630 fi
7631 rm -f core conftest.err conftest.$ac_objext \
7632     conftest$ac_exeext conftest.$ac_ext
7633 LIBS=$ac_check_lib_save_LIBS
7634 fi
7635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7636 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7637 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7638   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7639 fi
7640
7641       fi
7642     fi
7643
7644     # lieder@skyler.mavd.honeywell.com says without -lsocket,
7645     # socket/setsockopt and other routines are undefined under SCO ODT
7646     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
7647     # on later versions), says Simon Leinen: it contains gethostby*
7648     # variants that don't use the name server (or something).  -lsocket
7649     # must be given before -lnsl if both are needed.  We assume that
7650     # if connect needs -lnsl, so does gethostbyname.
7651     ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7652 if test "x$ac_cv_func_connect" = x""yes; then :
7653
7654 fi
7655
7656     if test $ac_cv_func_connect = no; then
7657       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7658 $as_echo_n "checking for connect in -lsocket... " >&6; }
7659 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7660   $as_echo_n "(cached) " >&6
7661 else
7662   ac_check_lib_save_LIBS=$LIBS
7663 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7664 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7665 /* end confdefs.h.  */
7666
7667 /* Override any GCC internal prototype to avoid an error.
7668    Use char because int might match the return type of a GCC
7669    builtin and then its argument prototype would still apply.  */
7670 #ifdef __cplusplus
7671 extern "C"
7672 #endif
7673 char connect ();
7674 int
7675 main ()
7676 {
7677 return connect ();
7678   ;
7679   return 0;
7680 }
7681 _ACEOF
7682 if ac_fn_c_try_link "$LINENO"; then :
7683   ac_cv_lib_socket_connect=yes
7684 else
7685   ac_cv_lib_socket_connect=no
7686 fi
7687 rm -f core conftest.err conftest.$ac_objext \
7688     conftest$ac_exeext conftest.$ac_ext
7689 LIBS=$ac_check_lib_save_LIBS
7690 fi
7691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7692 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7693 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7694   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7695 fi
7696
7697     fi
7698
7699     # Guillermo Gomez says -lposix is necessary on A/UX.
7700     ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7701 if test "x$ac_cv_func_remove" = x""yes; then :
7702
7703 fi
7704
7705     if test $ac_cv_func_remove = no; then
7706       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7707 $as_echo_n "checking for remove in -lposix... " >&6; }
7708 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7709   $as_echo_n "(cached) " >&6
7710 else
7711   ac_check_lib_save_LIBS=$LIBS
7712 LIBS="-lposix  $LIBS"
7713 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7714 /* end confdefs.h.  */
7715
7716 /* Override any GCC internal prototype to avoid an error.
7717    Use char because int might match the return type of a GCC
7718    builtin and then its argument prototype would still apply.  */
7719 #ifdef __cplusplus
7720 extern "C"
7721 #endif
7722 char remove ();
7723 int
7724 main ()
7725 {
7726 return remove ();
7727   ;
7728   return 0;
7729 }
7730 _ACEOF
7731 if ac_fn_c_try_link "$LINENO"; then :
7732   ac_cv_lib_posix_remove=yes
7733 else
7734   ac_cv_lib_posix_remove=no
7735 fi
7736 rm -f core conftest.err conftest.$ac_objext \
7737     conftest$ac_exeext conftest.$ac_ext
7738 LIBS=$ac_check_lib_save_LIBS
7739 fi
7740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7741 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7742 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7743   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7744 fi
7745
7746     fi
7747
7748     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7749     ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7750 if test "x$ac_cv_func_shmat" = x""yes; then :
7751
7752 fi
7753
7754     if test $ac_cv_func_shmat = no; then
7755       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7756 $as_echo_n "checking for shmat in -lipc... " >&6; }
7757 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7758   $as_echo_n "(cached) " >&6
7759 else
7760   ac_check_lib_save_LIBS=$LIBS
7761 LIBS="-lipc  $LIBS"
7762 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7763 /* end confdefs.h.  */
7764
7765 /* Override any GCC internal prototype to avoid an error.
7766    Use char because int might match the return type of a GCC
7767    builtin and then its argument prototype would still apply.  */
7768 #ifdef __cplusplus
7769 extern "C"
7770 #endif
7771 char shmat ();
7772 int
7773 main ()
7774 {
7775 return shmat ();
7776   ;
7777   return 0;
7778 }
7779 _ACEOF
7780 if ac_fn_c_try_link "$LINENO"; then :
7781   ac_cv_lib_ipc_shmat=yes
7782 else
7783   ac_cv_lib_ipc_shmat=no
7784 fi
7785 rm -f core conftest.err conftest.$ac_objext \
7786     conftest$ac_exeext conftest.$ac_ext
7787 LIBS=$ac_check_lib_save_LIBS
7788 fi
7789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7790 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7791 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7792   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7793 fi
7794
7795     fi
7796   fi
7797
7798   # Check for libraries that X11R6 Xt/Xaw programs need.
7799   ac_save_LDFLAGS=$LDFLAGS
7800   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7801   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7802   # check for ICE first), but we must link in the order -lSM -lICE or
7803   # we get undefined symbols.  So assume we have SM if we have ICE.
7804   # These have to be linked with before -lX11, unlike the other
7805   # libraries we check for below, so use a different variable.
7806   # John Interrante, Karl Berry
7807   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7808 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7809 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7810   $as_echo_n "(cached) " >&6
7811 else
7812   ac_check_lib_save_LIBS=$LIBS
7813 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7814 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7815 /* end confdefs.h.  */
7816
7817 /* Override any GCC internal prototype to avoid an error.
7818    Use char because int might match the return type of a GCC
7819    builtin and then its argument prototype would still apply.  */
7820 #ifdef __cplusplus
7821 extern "C"
7822 #endif
7823 char IceConnectionNumber ();
7824 int
7825 main ()
7826 {
7827 return IceConnectionNumber ();
7828   ;
7829   return 0;
7830 }
7831 _ACEOF
7832 if ac_fn_c_try_link "$LINENO"; then :
7833   ac_cv_lib_ICE_IceConnectionNumber=yes
7834 else
7835   ac_cv_lib_ICE_IceConnectionNumber=no
7836 fi
7837 rm -f core conftest.err conftest.$ac_objext \
7838     conftest$ac_exeext conftest.$ac_ext
7839 LIBS=$ac_check_lib_save_LIBS
7840 fi
7841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7842 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7843 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7844   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7845 fi
7846
7847   LDFLAGS=$ac_save_LDFLAGS
7848
7849 fi
7850
7851
7852 if test "$have_x" = "yes"
7853 then
7854     XLIB="-lX11"
7855     ac_save_CPPFLAGS="$CPPFLAGS"
7856     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7857
7858     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7859 $as_echo_n "checking for -lX11... " >&6; }
7860 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7861   $as_echo_n "(cached) " >&6
7862 else
7863   ac_check_soname_save_LIBS=$LIBS
7864 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7865   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7866 /* end confdefs.h.  */
7867
7868 /* Override any GCC internal prototype to avoid an error.
7869    Use char because int might match the return type of a GCC
7870    builtin and then its argument prototype would still apply.  */
7871 #ifdef __cplusplus
7872 extern "C"
7873 #endif
7874 char XCreateWindow ();
7875 int
7876 main ()
7877 {
7878 return XCreateWindow ();
7879   ;
7880   return 0;
7881 }
7882 _ACEOF
7883 if ac_fn_c_try_link "$LINENO"; then :
7884   case "$LIBEXT" in
7885     dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7886     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'` ;;
7887     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
7888   esac
7889 fi
7890 rm -f core conftest.err conftest.$ac_objext \
7891     conftest$ac_exeext conftest.$ac_ext
7892   LIBS=$ac_check_soname_save_LIBS
7893 fi
7894 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7895   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7896 $as_echo "not found" >&6; }
7897
7898 else
7899   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7900 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7901
7902 cat >>confdefs.h <<_ACEOF
7903 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7904 _ACEOF
7905
7906
7907 fi
7908     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7909 $as_echo_n "checking for -lXext... " >&6; }
7910 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7911   $as_echo_n "(cached) " >&6
7912 else
7913   ac_check_soname_save_LIBS=$LIBS
7914 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7915   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7916 /* end confdefs.h.  */
7917
7918 /* Override any GCC internal prototype to avoid an error.
7919    Use char because int might match the return type of a GCC
7920    builtin and then its argument prototype would still apply.  */
7921 #ifdef __cplusplus
7922 extern "C"
7923 #endif
7924 char XextCreateExtension ();
7925 int
7926 main ()
7927 {
7928 return XextCreateExtension ();
7929   ;
7930   return 0;
7931 }
7932 _ACEOF
7933 if ac_fn_c_try_link "$LINENO"; then :
7934   case "$LIBEXT" in
7935     dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7936     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'` ;;
7937     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
7938   esac
7939 fi
7940 rm -f core conftest.err conftest.$ac_objext \
7941     conftest$ac_exeext conftest.$ac_ext
7942   LIBS=$ac_check_soname_save_LIBS
7943 fi
7944 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7945   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7946 $as_echo "not found" >&6; }
7947
7948 else
7949   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7950 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7951
7952 cat >>confdefs.h <<_ACEOF
7953 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7954 _ACEOF
7955
7956        XLIB="-lXext $XLIB"
7957 fi
7958
7959         for ac_header in X11/Xlib.h \
7960                       X11/XKBlib.h \
7961                       X11/Xutil.h \
7962                       X11/Xcursor/Xcursor.h \
7963                       X11/extensions/shape.h \
7964                       X11/extensions/XInput.h \
7965                       X11/extensions/XShm.h \
7966                       X11/extensions/Xcomposite.h \
7967                       X11/extensions/Xinerama.h \
7968                       X11/extensions/Xrandr.h \
7969                       X11/extensions/Xrender.h \
7970                       X11/extensions/xf86vmode.h \
7971                       X11/extensions/xf86vmproto.h
7972 do :
7973   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7974 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7975 # include <X11/Xlib.h>
7976 #endif
7977 #ifdef HAVE_X11_XUTIL_H
7978 # include <X11/Xutil.h>
7979 #endif
7980 "
7981 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7982   cat >>confdefs.h <<_ACEOF
7983 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7984 _ACEOF
7985
7986 fi
7987
7988 done
7989
7990
7991                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7992         then
7993               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7994 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7995 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7996   $as_echo_n "(cached) " >&6
7997 else
7998   ac_check_lib_save_LIBS=$LIBS
7999 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8001 /* end confdefs.h.  */
8002
8003 /* Override any GCC internal prototype to avoid an error.
8004    Use char because int might match the return type of a GCC
8005    builtin and then its argument prototype would still apply.  */
8006 #ifdef __cplusplus
8007 extern "C"
8008 #endif
8009 char XkbQueryExtension ();
8010 int
8011 main ()
8012 {
8013 return XkbQueryExtension ();
8014   ;
8015   return 0;
8016 }
8017 _ACEOF
8018 if ac_fn_c_try_link "$LINENO"; then :
8019   ac_cv_lib_X11_XkbQueryExtension=yes
8020 else
8021   ac_cv_lib_X11_XkbQueryExtension=no
8022 fi
8023 rm -f core conftest.err conftest.$ac_objext \
8024     conftest$ac_exeext conftest.$ac_ext
8025 LIBS=$ac_check_lib_save_LIBS
8026 fi
8027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
8028 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
8029 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
8030
8031 $as_echo "#define HAVE_XKB 1" >>confdefs.h
8032
8033 fi
8034
8035         fi
8036
8037                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
8038         then
8039             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
8040 $as_echo_n "checking for -lXcursor... " >&6; }
8041 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
8042   $as_echo_n "(cached) " >&6
8043 else
8044   ac_check_soname_save_LIBS=$LIBS
8045 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8046   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8047 /* end confdefs.h.  */
8048
8049 /* Override any GCC internal prototype to avoid an error.
8050    Use char because int might match the return type of a GCC
8051    builtin and then its argument prototype would still apply.  */
8052 #ifdef __cplusplus
8053 extern "C"
8054 #endif
8055 char XcursorImageLoadCursor ();
8056 int
8057 main ()
8058 {
8059 return XcursorImageLoadCursor ();
8060   ;
8061   return 0;
8062 }
8063 _ACEOF
8064 if ac_fn_c_try_link "$LINENO"; then :
8065   case "$LIBEXT" in
8066     dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8067     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'` ;;
8068     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8069   esac
8070 fi
8071 rm -f core conftest.err conftest.$ac_objext \
8072     conftest$ac_exeext conftest.$ac_ext
8073   LIBS=$ac_check_soname_save_LIBS
8074 fi
8075 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8076   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8077 $as_echo "not found" >&6; }
8078
8079 else
8080   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
8081 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
8082
8083 cat >>confdefs.h <<_ACEOF
8084 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
8085 _ACEOF
8086
8087
8088 fi
8089         fi
8090         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8091   case "x$with_xcursor" in
8092   x)   as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
8093   xno) ;;
8094   *)   as_fn_error $? "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
8095 This is an error since --with-xcursor was requested." "$LINENO" 5  ;;
8096 esac
8097 fi
8098
8099                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
8100         then
8101             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
8102 $as_echo_n "checking for -lXi... " >&6; }
8103 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
8104   $as_echo_n "(cached) " >&6
8105 else
8106   ac_check_soname_save_LIBS=$LIBS
8107 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8108   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8109 /* end confdefs.h.  */
8110
8111 /* Override any GCC internal prototype to avoid an error.
8112    Use char because int might match the return type of a GCC
8113    builtin and then its argument prototype would still apply.  */
8114 #ifdef __cplusplus
8115 extern "C"
8116 #endif
8117 char XOpenDevice ();
8118 int
8119 main ()
8120 {
8121 return XOpenDevice ();
8122   ;
8123   return 0;
8124 }
8125 _ACEOF
8126 if ac_fn_c_try_link "$LINENO"; then :
8127   case "$LIBEXT" in
8128     dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8129     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'` ;;
8130     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8131   esac
8132 fi
8133 rm -f core conftest.err conftest.$ac_objext \
8134     conftest$ac_exeext conftest.$ac_ext
8135   LIBS=$ac_check_soname_save_LIBS
8136 fi
8137 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8138   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8139 $as_echo "not found" >&6; }
8140
8141 else
8142   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8143 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8144
8145 cat >>confdefs.h <<_ACEOF
8146 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8147 _ACEOF
8148
8149
8150 fi
8151         fi
8152         if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8153   case "x$with_xinput" in
8154   x)   as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8155   xno) ;;
8156   *)   as_fn_error $? "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8157 This is an error since --with-xinput was requested." "$LINENO" 5  ;;
8158 esac
8159 fi
8160
8161                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8162         then
8163               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8164 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8165 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8166   $as_echo_n "(cached) " >&6
8167 else
8168   ac_check_lib_save_LIBS=$LIBS
8169 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8170 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8171 /* end confdefs.h.  */
8172
8173 /* Override any GCC internal prototype to avoid an error.
8174    Use char because int might match the return type of a GCC
8175    builtin and then its argument prototype would still apply.  */
8176 #ifdef __cplusplus
8177 extern "C"
8178 #endif
8179 char XShmQueryExtension ();
8180 int
8181 main ()
8182 {
8183 return XShmQueryExtension ();
8184   ;
8185   return 0;
8186 }
8187 _ACEOF
8188 if ac_fn_c_try_link "$LINENO"; then :
8189   ac_cv_lib_Xext_XShmQueryExtension=yes
8190 else
8191   ac_cv_lib_Xext_XShmQueryExtension=no
8192 fi
8193 rm -f core conftest.err conftest.$ac_objext \
8194     conftest$ac_exeext conftest.$ac_ext
8195 LIBS=$ac_check_lib_save_LIBS
8196 fi
8197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8198 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8199 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8200
8201 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8202
8203 fi
8204
8205         fi
8206         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8207   case "x$with_xshm" in
8208   x)   as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8209   xno) ;;
8210   *)   as_fn_error $? "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8211 This is an error since --with-xshm was requested." "$LINENO" 5  ;;
8212 esac
8213 fi
8214
8215                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8216         then
8217               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8218 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8219 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8220   $as_echo_n "(cached) " >&6
8221 else
8222   ac_check_lib_save_LIBS=$LIBS
8223 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8225 /* end confdefs.h.  */
8226
8227 /* Override any GCC internal prototype to avoid an error.
8228    Use char because int might match the return type of a GCC
8229    builtin and then its argument prototype would still apply.  */
8230 #ifdef __cplusplus
8231 extern "C"
8232 #endif
8233 char XShapeQueryExtension ();
8234 int
8235 main ()
8236 {
8237 return XShapeQueryExtension ();
8238   ;
8239   return 0;
8240 }
8241 _ACEOF
8242 if ac_fn_c_try_link "$LINENO"; then :
8243   ac_cv_lib_Xext_XShapeQueryExtension=yes
8244 else
8245   ac_cv_lib_Xext_XShapeQueryExtension=no
8246 fi
8247 rm -f core conftest.err conftest.$ac_objext \
8248     conftest$ac_exeext conftest.$ac_ext
8249 LIBS=$ac_check_lib_save_LIBS
8250 fi
8251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8252 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8253 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8254
8255 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8256
8257 fi
8258
8259         fi
8260         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8261   case "x$with_xshape" in
8262   x)   as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8263   xno) ;;
8264   *)   as_fn_error $? "XShape ${notice_platform}development files not found, XShape won't be supported.
8265 This is an error since --with-xshape was requested." "$LINENO" 5  ;;
8266 esac
8267 fi
8268
8269                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8270         then
8271             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8272 $as_echo_n "checking for -lXxf86vm... " >&6; }
8273 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8274   $as_echo_n "(cached) " >&6
8275 else
8276   ac_check_soname_save_LIBS=$LIBS
8277 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8278   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8279 /* end confdefs.h.  */
8280
8281 /* Override any GCC internal prototype to avoid an error.
8282    Use char because int might match the return type of a GCC
8283    builtin and then its argument prototype would still apply.  */
8284 #ifdef __cplusplus
8285 extern "C"
8286 #endif
8287 char XF86VidModeQueryExtension ();
8288 int
8289 main ()
8290 {
8291 return XF86VidModeQueryExtension ();
8292   ;
8293   return 0;
8294 }
8295 _ACEOF
8296 if ac_fn_c_try_link "$LINENO"; then :
8297   case "$LIBEXT" in
8298     dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8299     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'` ;;
8300     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8301   esac
8302 fi
8303 rm -f core conftest.err conftest.$ac_objext \
8304     conftest$ac_exeext conftest.$ac_ext
8305   LIBS=$ac_check_soname_save_LIBS
8306 fi
8307 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8308   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8309 $as_echo "not found" >&6; }
8310
8311 else
8312   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8313 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8314
8315 cat >>confdefs.h <<_ACEOF
8316 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8317 _ACEOF
8318
8319
8320 fi
8321         fi
8322         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8323   case "x$with_xxf86vm" in
8324   x)   as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8325   xno) ;;
8326   *)   as_fn_error $? "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8327 This is an error since --with-xxf86vm was requested." "$LINENO" 5  ;;
8328 esac
8329 fi
8330
8331                 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"
8332         then
8333             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8334 $as_echo_n "checking for -lXrender... " >&6; }
8335 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8336   $as_echo_n "(cached) " >&6
8337 else
8338   ac_check_soname_save_LIBS=$LIBS
8339 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8340   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8341 /* end confdefs.h.  */
8342
8343 /* Override any GCC internal prototype to avoid an error.
8344    Use char because int might match the return type of a GCC
8345    builtin and then its argument prototype would still apply.  */
8346 #ifdef __cplusplus
8347 extern "C"
8348 #endif
8349 char XRenderQueryExtension ();
8350 int
8351 main ()
8352 {
8353 return XRenderQueryExtension ();
8354   ;
8355   return 0;
8356 }
8357 _ACEOF
8358 if ac_fn_c_try_link "$LINENO"; then :
8359   case "$LIBEXT" in
8360     dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8361     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'` ;;
8362     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8363   esac
8364 fi
8365 rm -f core conftest.err conftest.$ac_objext \
8366     conftest$ac_exeext conftest.$ac_ext
8367   LIBS=$ac_check_soname_save_LIBS
8368 fi
8369 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8370   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8371 $as_echo "not found" >&6; }
8372
8373 else
8374   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8375 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8376
8377 cat >>confdefs.h <<_ACEOF
8378 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8379 _ACEOF
8380
8381        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8382 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8383 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8384   $as_echo_n "(cached) " >&6
8385 else
8386   ac_check_lib_save_LIBS=$LIBS
8387 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8388 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8389 /* end confdefs.h.  */
8390
8391 /* Override any GCC internal prototype to avoid an error.
8392    Use char because int might match the return type of a GCC
8393    builtin and then its argument prototype would still apply.  */
8394 #ifdef __cplusplus
8395 extern "C"
8396 #endif
8397 char XRenderSetPictureTransform ();
8398 int
8399 main ()
8400 {
8401 return XRenderSetPictureTransform ();
8402   ;
8403   return 0;
8404 }
8405 _ACEOF
8406 if ac_fn_c_try_link "$LINENO"; then :
8407   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8408 else
8409   ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8410 fi
8411 rm -f core conftest.err conftest.$ac_objext \
8412     conftest$ac_exeext conftest.$ac_ext
8413 LIBS=$ac_check_lib_save_LIBS
8414 fi
8415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8416 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8417 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8418
8419 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8420
8421 fi
8422
8423 fi
8424
8425         fi
8426         if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8427   case "x$with_xrender" in
8428   x)   as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8429   xno) ;;
8430   *)   as_fn_error $? "libxrender ${notice_platform}development files not found, XRender won't be supported.
8431 This is an error since --with-xrender was requested." "$LINENO" 5  ;;
8432 esac
8433 fi
8434
8435                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8436         then
8437                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8438 /* end confdefs.h.  */
8439 #include <X11/Xlib.h>
8440 #include <X11/extensions/Xrandr.h>
8441 int
8442 main ()
8443 {
8444 static typeof(XRRSetScreenConfigAndRate) * func;
8445   ;
8446   return 0;
8447 }
8448 _ACEOF
8449 if ac_fn_c_try_compile "$LINENO"; then :
8450   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8451 $as_echo_n "checking for -lXrandr... " >&6; }
8452 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8453   $as_echo_n "(cached) " >&6
8454 else
8455   ac_check_soname_save_LIBS=$LIBS
8456 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8457   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8458 /* end confdefs.h.  */
8459
8460 /* Override any GCC internal prototype to avoid an error.
8461    Use char because int might match the return type of a GCC
8462    builtin and then its argument prototype would still apply.  */
8463 #ifdef __cplusplus
8464 extern "C"
8465 #endif
8466 char XRRQueryExtension ();
8467 int
8468 main ()
8469 {
8470 return XRRQueryExtension ();
8471   ;
8472   return 0;
8473 }
8474 _ACEOF
8475 if ac_fn_c_try_link "$LINENO"; then :
8476   case "$LIBEXT" in
8477     dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8478     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'` ;;
8479     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
8480   esac
8481 fi
8482 rm -f core conftest.err conftest.$ac_objext \
8483     conftest$ac_exeext conftest.$ac_ext
8484   LIBS=$ac_check_soname_save_LIBS
8485 fi
8486 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8487   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8488 $as_echo "not found" >&6; }
8489
8490 else
8491   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8492 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8493
8494 cat >>confdefs.h <<_ACEOF
8495 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8496 _ACEOF
8497
8498
8499 fi
8500 fi
8501 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8502         fi
8503         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8504   case "x$with_xrandr" in
8505   x)   as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8506   xno) ;;
8507   *)   as_fn_error $? "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8508 This is an error since --with-xrandr was requested." "$LINENO" 5  ;;
8509 esac
8510 fi
8511
8512                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8513         then
8514                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8515 /* end confdefs.h.  */
8516 #include <X11/Xlib.h>
8517 #include <X11/extensions/Xinerama.h>
8518 int
8519 main ()
8520 {
8521 static typeof(XineramaQueryScreens) * func;
8522   ;
8523   return 0;
8524 }
8525 _ACEOF
8526 if ac_fn_c_try_compile "$LINENO"; then :
8527   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8528 $as_echo_n "checking for -lXinerama... " >&6; }
8529 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8530   $as_echo_n "(cached) " >&6
8531 else
8532   ac_check_soname_save_LIBS=$LIBS
8533 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8534   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8535 /* end confdefs.h.  */
8536
8537 /* Override any GCC internal prototype to avoid an error.
8538    Use char because int might match the return type of a GCC
8539    builtin and then its argument prototype would still apply.  */
8540 #ifdef __cplusplus
8541 extern "C"
8542 #endif
8543 char XineramaQueryScreens ();
8544 int
8545 main ()
8546 {
8547 return XineramaQueryScreens ();
8548   ;
8549   return 0;
8550 }
8551 _ACEOF
8552 if ac_fn_c_try_link "$LINENO"; then :
8553   case "$LIBEXT" in
8554     dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8555     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'` ;;
8556     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
8557   esac
8558 fi
8559 rm -f core conftest.err conftest.$ac_objext \
8560     conftest$ac_exeext conftest.$ac_ext
8561   LIBS=$ac_check_soname_save_LIBS
8562 fi
8563 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8564   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8565 $as_echo "not found" >&6; }
8566
8567 else
8568   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8569 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8570
8571 cat >>confdefs.h <<_ACEOF
8572 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8573 _ACEOF
8574
8575
8576 fi
8577 fi
8578 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8579         fi
8580         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8581   case "x$with_xinerama" in
8582   x)   as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8583   xno) ;;
8584   *)   as_fn_error $? "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8585 This is an error since --with-xinerama was requested." "$LINENO" 5  ;;
8586 esac
8587 fi
8588
8589                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8590         then
8591             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8592 $as_echo_n "checking for -lXcomposite... " >&6; }
8593 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8594   $as_echo_n "(cached) " >&6
8595 else
8596   ac_check_soname_save_LIBS=$LIBS
8597 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8598   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8599 /* end confdefs.h.  */
8600
8601 /* Override any GCC internal prototype to avoid an error.
8602    Use char because int might match the return type of a GCC
8603    builtin and then its argument prototype would still apply.  */
8604 #ifdef __cplusplus
8605 extern "C"
8606 #endif
8607 char XCompositeRedirectWindow ();
8608 int
8609 main ()
8610 {
8611 return XCompositeRedirectWindow ();
8612   ;
8613   return 0;
8614 }
8615 _ACEOF
8616 if ac_fn_c_try_link "$LINENO"; then :
8617   case "$LIBEXT" in
8618     dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8619     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'` ;;
8620     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8621   esac
8622 fi
8623 rm -f core conftest.err conftest.$ac_objext \
8624     conftest$ac_exeext conftest.$ac_ext
8625   LIBS=$ac_check_soname_save_LIBS
8626 fi
8627 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8628   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8629 $as_echo "not found" >&6; }
8630
8631 else
8632   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8633 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8634
8635 cat >>confdefs.h <<_ACEOF
8636 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8637 _ACEOF
8638
8639
8640 fi
8641         fi
8642         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8643   case "x$with_xcomposite" in
8644   x)   as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8645   xno) ;;
8646   *)   as_fn_error $? "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8647 This is an error since --with-xcomposite was requested." "$LINENO" 5  ;;
8648 esac
8649 fi
8650
8651                 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8652 #include <X11/Xlib.h>
8653 #endif
8654 "
8655 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8656
8657 cat >>confdefs.h <<_ACEOF
8658 #define HAVE_XICCALLBACK_CALLBACK 1
8659 _ACEOF
8660
8661
8662 fi
8663
8664
8665
8666         opengl_msg=""
8667     if test "x$with_opengl" != "xno"
8668     then
8669         for ac_header in GL/gl.h GL/glx.h GL/glu.h
8670 do :
8671   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8672 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8673 # include <GL/glx.h>
8674 #endif
8675 "
8676 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
8677   cat >>confdefs.h <<_ACEOF
8678 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8679 _ACEOF
8680
8681 fi
8682
8683 done
8684
8685         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8686         then
8687                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8688 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8689 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8690   $as_echo_n "(cached) " >&6
8691 else
8692   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8693 /* end confdefs.h.  */
8694 #include <GL/gl.h>
8695 int
8696 main ()
8697 {
8698 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8699   ;
8700   return 0;
8701 }
8702 _ACEOF
8703 if ac_fn_c_try_compile "$LINENO"; then :
8704   wine_cv_opengl_header_version_OK="yes"
8705 else
8706   wine_cv_opengl_header_version_OK="no"
8707 fi
8708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8709 fi
8710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8711 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8712
8713             if test "$wine_cv_opengl_header_version_OK" = "yes"
8714             then
8715                                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8716 $as_echo_n "checking for -lGL... " >&6; }
8717 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8718   $as_echo_n "(cached) " >&6
8719 else
8720   ac_check_soname_save_LIBS=$LIBS
8721 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8722   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8723 /* end confdefs.h.  */
8724
8725 /* Override any GCC internal prototype to avoid an error.
8726    Use char because int might match the return type of a GCC
8727    builtin and then its argument prototype would still apply.  */
8728 #ifdef __cplusplus
8729 extern "C"
8730 #endif
8731 char glXCreateContext ();
8732 int
8733 main ()
8734 {
8735 return glXCreateContext ();
8736   ;
8737   return 0;
8738 }
8739 _ACEOF
8740 if ac_fn_c_try_link "$LINENO"; then :
8741   case "$LIBEXT" in
8742     dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8743     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'` ;;
8744     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8745   esac
8746 fi
8747 rm -f core conftest.err conftest.$ac_objext \
8748     conftest$ac_exeext conftest.$ac_ext
8749   LIBS=$ac_check_soname_save_LIBS
8750 fi
8751 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8752   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8753 $as_echo "not found" >&6; }
8754        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8755 $as_echo_n "checking for -lGL... " >&6; }
8756 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8757   $as_echo_n "(cached) " >&6
8758 else
8759   ac_check_soname_save_LIBS=$LIBS
8760 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"
8761   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8762 /* end confdefs.h.  */
8763
8764 /* Override any GCC internal prototype to avoid an error.
8765    Use char because int might match the return type of a GCC
8766    builtin and then its argument prototype would still apply.  */
8767 #ifdef __cplusplus
8768 extern "C"
8769 #endif
8770 char glXCreateContext ();
8771 int
8772 main ()
8773 {
8774 return glXCreateContext ();
8775   ;
8776   return 0;
8777 }
8778 _ACEOF
8779 if ac_fn_c_try_link "$LINENO"; then :
8780   case "$LIBEXT" in
8781     dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8782     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'` ;;
8783     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8784   esac
8785 fi
8786 rm -f core conftest.err conftest.$ac_objext \
8787     conftest$ac_exeext conftest.$ac_ext
8788   LIBS=$ac_check_soname_save_LIBS
8789 fi
8790 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8791   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8792 $as_echo "not found" >&6; }
8793        if test -f /usr/X11R6/lib/libGL.a
8794                                     then
8795                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8796 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8797                                     else
8798                                         opengl_msg="No OpenGL library found on this system."
8799                                     fi
8800 else
8801   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8802 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8803
8804 cat >>confdefs.h <<_ACEOF
8805 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8806 _ACEOF
8807
8808        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"
8809
8810 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8811
8812 fi
8813 else
8814   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8815 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8816
8817 cat >>confdefs.h <<_ACEOF
8818 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8819 _ACEOF
8820
8821        OPENGL_LIBS="-lGL"
8822
8823 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8824
8825 fi
8826                  if test "$ac_cv_header_GL_glu_h" = "yes"
8827                  then
8828                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8829 $as_echo_n "checking for -lGLU... " >&6; }
8830 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8831   $as_echo_n "(cached) " >&6
8832 else
8833   ac_check_soname_save_LIBS=$LIBS
8834 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8835   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8836 /* end confdefs.h.  */
8837
8838 /* Override any GCC internal prototype to avoid an error.
8839    Use char because int might match the return type of a GCC
8840    builtin and then its argument prototype would still apply.  */
8841 #ifdef __cplusplus
8842 extern "C"
8843 #endif
8844 char gluLookAt ();
8845 int
8846 main ()
8847 {
8848 return gluLookAt ();
8849   ;
8850   return 0;
8851 }
8852 _ACEOF
8853 if ac_fn_c_try_link "$LINENO"; then :
8854   case "$LIBEXT" in
8855     dll) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8856     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'` ;;
8857     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
8858   esac
8859 fi
8860 rm -f core conftest.err conftest.$ac_objext \
8861     conftest$ac_exeext conftest.$ac_ext
8862   LIBS=$ac_check_soname_save_LIBS
8863 fi
8864 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8865   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8866 $as_echo "not found" >&6; }
8867
8868 else
8869   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8870 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8871
8872 cat >>confdefs.h <<_ACEOF
8873 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8874 _ACEOF
8875
8876
8877 fi
8878                  fi
8879                  if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8880   case "x$with_glu" in
8881   x)   as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8882   xno) ;;
8883   *)   as_fn_error $? "libGLU ${notice_platform}development files not found, GLU won't be supported.
8884 This is an error since --with-glu was requested." "$LINENO" 5  ;;
8885 esac
8886 fi
8887              else
8888                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8889              fi
8890          else
8891              opengl_msg="OpenGL development headers not found."
8892          fi
8893          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8894          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8895     else
8896          enable_opengl32=${enable_opengl32:-no}
8897          enable_glu32=${enable_glu32:-no}
8898     fi
8899     if test -n "$opengl_msg"; then :
8900   case "x$with_opengl" in
8901   x)   as_fn_append wine_warnings "|$opengl_msg
8902 OpenGL and Direct3D won't be supported." ;;
8903   xno) ;;
8904   *)   as_fn_error $? "$opengl_msg
8905 OpenGL and Direct3D won't be supported.
8906 This is an error since --with-opengl was requested." "$LINENO" 5  ;;
8907 esac
8908 fi
8909
8910         NASLIBS=""
8911
8912     for ac_header in audio/audiolib.h
8913 do :
8914   ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8915 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8916   cat >>confdefs.h <<_ACEOF
8917 #define HAVE_AUDIO_AUDIOLIB_H 1
8918 _ACEOF
8919  for ac_header in audio/soundlib.h
8920 do :
8921   ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8922 "
8923 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8924   cat >>confdefs.h <<_ACEOF
8925 #define HAVE_AUDIO_SOUNDLIB_H 1
8926 _ACEOF
8927
8928 fi
8929
8930 done
8931
8932           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8933 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8934 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8935   $as_echo_n "(cached) " >&6
8936 else
8937   ac_check_lib_save_LIBS=$LIBS
8938 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8940 /* end confdefs.h.  */
8941
8942 /* Override any GCC internal prototype to avoid an error.
8943    Use char because int might match the return type of a GCC
8944    builtin and then its argument prototype would still apply.  */
8945 #ifdef __cplusplus
8946 extern "C"
8947 #endif
8948 char AuCreateFlow ();
8949 int
8950 main ()
8951 {
8952 return AuCreateFlow ();
8953   ;
8954   return 0;
8955 }
8956 _ACEOF
8957 if ac_fn_c_try_link "$LINENO"; then :
8958   ac_cv_lib_audio_AuCreateFlow=yes
8959 else
8960   ac_cv_lib_audio_AuCreateFlow=no
8961 fi
8962 rm -f core conftest.err conftest.$ac_objext \
8963     conftest$ac_exeext conftest.$ac_ext
8964 LIBS=$ac_check_lib_save_LIBS
8965 fi
8966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8967 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8968 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8969
8970 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8971
8972                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8973 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8974 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8975   $as_echo_n "(cached) " >&6
8976 else
8977   ac_check_lib_save_LIBS=$LIBS
8978 LIBS="-lXau $X_LIBS $LIBS"
8979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8980 /* end confdefs.h.  */
8981
8982 /* Override any GCC internal prototype to avoid an error.
8983    Use char because int might match the return type of a GCC
8984    builtin and then its argument prototype would still apply.  */
8985 #ifdef __cplusplus
8986 extern "C"
8987 #endif
8988 char XauGetBestAuthByAddr ();
8989 int
8990 main ()
8991 {
8992 return XauGetBestAuthByAddr ();
8993   ;
8994   return 0;
8995 }
8996 _ACEOF
8997 if ac_fn_c_try_link "$LINENO"; then :
8998   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8999 else
9000   ac_cv_lib_Xau_XauGetBestAuthByAddr=no
9001 fi
9002 rm -f core conftest.err conftest.$ac_objext \
9003     conftest$ac_exeext conftest.$ac_ext
9004 LIBS=$ac_check_lib_save_LIBS
9005 fi
9006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
9007 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
9008 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
9009   NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
9010 else
9011   NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
9012 fi
9013
9014
9015 fi
9016
9017 fi
9018
9019 done
9020
9021
9022     CPPFLAGS="$ac_save_CPPFLAGS"
9023 else
9024     XLIB=""
9025     X_CFLAGS=""
9026     X_LIBS=""
9027     enable_winex11_drv=${enable_winex11_drv:-no}
9028     enable_opengl32=${enable_opengl32:-no}
9029     enable_glu32=${enable_glu32:-no}
9030 fi
9031 if test "x$XLIB" = "x"; then :
9032   case "x$with_x" in
9033   xno) ;;
9034   *)   as_fn_error $? "X ${notice_platform}development files not found. Wine will be built
9035 without X support, which probably isn't what you want. You will need
9036 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
9037 Use the --without-x option if you really want this." "$LINENO" 5  ;;
9038 esac
9039 fi
9040
9041
9042 XML2LIBS=""
9043
9044 XML2INCL=""
9045
9046 XSLTINCL=""
9047
9048 if test "x$with_xml" != "xno"
9049 then
9050     ac_save_CPPFLAGS="$CPPFLAGS"
9051     if test "$PKG_CONFIG" != "false"
9052     then
9053         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
9054         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
9055     else
9056         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
9057         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
9058     fi
9059     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
9060     for ac_header in libxml/parser.h
9061 do :
9062   ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
9063 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
9064   cat >>confdefs.h <<_ACEOF
9065 #define HAVE_LIBXML_PARSER_H 1
9066 _ACEOF
9067  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
9068 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
9069 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
9070   $as_echo_n "(cached) " >&6
9071 else
9072   ac_check_lib_save_LIBS=$LIBS
9073 LIBS="-lxml2 $ac_xml_libs $LIBS"
9074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9075 /* end confdefs.h.  */
9076
9077 /* Override any GCC internal prototype to avoid an error.
9078    Use char because int might match the return type of a GCC
9079    builtin and then its argument prototype would still apply.  */
9080 #ifdef __cplusplus
9081 extern "C"
9082 #endif
9083 char xmlParseMemory ();
9084 int
9085 main ()
9086 {
9087 return xmlParseMemory ();
9088   ;
9089   return 0;
9090 }
9091 _ACEOF
9092 if ac_fn_c_try_link "$LINENO"; then :
9093   ac_cv_lib_xml2_xmlParseMemory=yes
9094 else
9095   ac_cv_lib_xml2_xmlParseMemory=no
9096 fi
9097 rm -f core conftest.err conftest.$ac_objext \
9098     conftest$ac_exeext conftest.$ac_ext
9099 LIBS=$ac_check_lib_save_LIBS
9100 fi
9101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
9102 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
9103 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
9104
9105 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
9106
9107                  XML2LIBS="$ac_xml_libs"
9108                  XML2INCL="$ac_xml_cflags"
9109 fi
9110
9111              { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
9112 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
9113 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
9114   $as_echo_n "(cached) " >&6
9115 else
9116   ac_check_lib_save_LIBS=$LIBS
9117 LIBS="-lxml2 $ac_xml_libs $LIBS"
9118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9119 /* end confdefs.h.  */
9120
9121 /* Override any GCC internal prototype to avoid an error.
9122    Use char because int might match the return type of a GCC
9123    builtin and then its argument prototype would still apply.  */
9124 #ifdef __cplusplus
9125 extern "C"
9126 #endif
9127 char xmlReadMemory ();
9128 int
9129 main ()
9130 {
9131 return xmlReadMemory ();
9132   ;
9133   return 0;
9134 }
9135 _ACEOF
9136 if ac_fn_c_try_link "$LINENO"; then :
9137   ac_cv_lib_xml2_xmlReadMemory=yes
9138 else
9139   ac_cv_lib_xml2_xmlReadMemory=no
9140 fi
9141 rm -f core conftest.err conftest.$ac_objext \
9142     conftest$ac_exeext conftest.$ac_ext
9143 LIBS=$ac_check_lib_save_LIBS
9144 fi
9145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9146 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9147 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
9148
9149 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9150
9151 fi
9152
9153              { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9154 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9155 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9156   $as_echo_n "(cached) " >&6
9157 else
9158   ac_check_lib_save_LIBS=$LIBS
9159 LIBS="-lxml2 $ac_xml_libs $LIBS"
9160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9161 /* end confdefs.h.  */
9162
9163 /* Override any GCC internal prototype to avoid an error.
9164    Use char because int might match the return type of a GCC
9165    builtin and then its argument prototype would still apply.  */
9166 #ifdef __cplusplus
9167 extern "C"
9168 #endif
9169 char xmlNewDocPI ();
9170 int
9171 main ()
9172 {
9173 return xmlNewDocPI ();
9174   ;
9175   return 0;
9176 }
9177 _ACEOF
9178 if ac_fn_c_try_link "$LINENO"; then :
9179   ac_cv_lib_xml2_xmlNewDocPI=yes
9180 else
9181   ac_cv_lib_xml2_xmlNewDocPI=no
9182 fi
9183 rm -f core conftest.err conftest.$ac_objext \
9184     conftest$ac_exeext conftest.$ac_ext
9185 LIBS=$ac_check_lib_save_LIBS
9186 fi
9187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9188 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9189 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9190
9191 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9192
9193 fi
9194
9195
9196 fi
9197
9198 done
9199
9200     CPPFLAGS="$ac_save_CPPFLAGS"
9201 fi
9202 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9203   case "x$with_xml" in
9204   x)   as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9205   xno) ;;
9206   *)   as_fn_error $? "libxml2 ${notice_platform}development files not found, XML won't be supported.
9207 This is an error since --with-xml was requested." "$LINENO" 5  ;;
9208 esac
9209 fi
9210
9211 if test "x$with_xslt" != "xno"
9212 then
9213     if test "$PKG_CONFIG" != "false"
9214     then
9215         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9216         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9217     else
9218         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9219         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9220     fi
9221     ac_save_CPPFLAGS="$CPPFLAGS"
9222     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9223     for ac_header in libxslt/pattern.h libxslt/transform.h
9224 do :
9225   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9226 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9227 # include <libxslt/pattern.h>
9228 #endif
9229 "
9230 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9231   cat >>confdefs.h <<_ACEOF
9232 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9233 _ACEOF
9234
9235 fi
9236
9237 done
9238
9239     CPPFLAGS="$ac_save_CPPFLAGS"
9240     if test "$ac_cv_header_libxslt_transform_h" = "yes"
9241     then
9242         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9243 $as_echo_n "checking for -lxslt... " >&6; }
9244 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9245   $as_echo_n "(cached) " >&6
9246 else
9247   ac_check_soname_save_LIBS=$LIBS
9248 LIBS="-lxslt $ac_xslt_libs $LIBS"
9249   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9250 /* end confdefs.h.  */
9251
9252 /* Override any GCC internal prototype to avoid an error.
9253    Use char because int might match the return type of a GCC
9254    builtin and then its argument prototype would still apply.  */
9255 #ifdef __cplusplus
9256 extern "C"
9257 #endif
9258 char xsltCompilePattern ();
9259 int
9260 main ()
9261 {
9262 return xsltCompilePattern ();
9263   ;
9264   return 0;
9265 }
9266 _ACEOF
9267 if ac_fn_c_try_link "$LINENO"; then :
9268   case "$LIBEXT" in
9269     dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9270     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'` ;;
9271     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9272   esac
9273 fi
9274 rm -f core conftest.err conftest.$ac_objext \
9275     conftest$ac_exeext conftest.$ac_ext
9276   LIBS=$ac_check_soname_save_LIBS
9277 fi
9278 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9279   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9280 $as_echo "not found" >&6; }
9281
9282 else
9283   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9284 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9285
9286 cat >>confdefs.h <<_ACEOF
9287 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9288 _ACEOF
9289
9290        XSLTINCL="$ac_xslt_cflags"
9291 fi
9292     fi
9293 fi
9294 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9295   case "x$with_xslt" in
9296   x)   as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9297   xno) ;;
9298   *)   as_fn_error $? "libxslt ${notice_platform}development files not found, xslt won't be supported.
9299 This is an error since --with-xslt was requested." "$LINENO" 5  ;;
9300 esac
9301 fi
9302
9303 HALINCL=""
9304
9305 if test "x$with_hal" != "xno"
9306 then
9307     ac_save_CPPFLAGS="$CPPFLAGS"
9308     if test "$PKG_CONFIG" != "false"
9309     then
9310         ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9311         ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9312         CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9313     fi
9314     for ac_header in dbus/dbus.h hal/libhal.h
9315 do :
9316   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9317 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9318 if eval test \"x\$"$as_ac_Header"\" = 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 if test "$ac_cv_header_resolv_h" = "yes"
9982 then
9983     ac_save_LIBS="$LIBS"
9984     for lib in '' -lresolv
9985     do
9986       LIBS="$lib $ac_save_LIBS"
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_query("foo",ns_c_in,0,0,0);
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="$lib"
10006
10007 fi
10008 rm -f core conftest.err conftest.$ac_objext \
10009     conftest$ac_exeext conftest.$ac_ext
10010       if test "${RESOLVLIBS+set}" = set; then
10011         break
10012       fi
10013     done
10014     LIBS="$ac_save_LIBS"
10015 fi
10016
10017 LCMSLIBS=""
10018
10019 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
10020 then
10021     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
10022 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
10023 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
10024   $as_echo_n "(cached) " >&6
10025 else
10026   ac_check_lib_save_LIBS=$LIBS
10027 LIBS="-llcms  $LIBS"
10028 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10029 /* end confdefs.h.  */
10030
10031 /* Override any GCC internal prototype to avoid an error.
10032    Use char because int might match the return type of a GCC
10033    builtin and then its argument prototype would still apply.  */
10034 #ifdef __cplusplus
10035 extern "C"
10036 #endif
10037 char cmsOpenProfileFromFile ();
10038 int
10039 main ()
10040 {
10041 return cmsOpenProfileFromFile ();
10042   ;
10043   return 0;
10044 }
10045 _ACEOF
10046 if ac_fn_c_try_link "$LINENO"; then :
10047   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
10048 else
10049   ac_cv_lib_lcms_cmsOpenProfileFromFile=no
10050 fi
10051 rm -f core conftest.err conftest.$ac_objext \
10052     conftest$ac_exeext conftest.$ac_ext
10053 LIBS=$ac_check_lib_save_LIBS
10054 fi
10055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
10056 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
10057 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
10058
10059 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
10060
10061          LCMSLIBS="-llcms"
10062 fi
10063
10064 fi
10065 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
10066   case "x$with_cms" in
10067   x)   as_fn_append wine_notices "|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
10068   xno) ;;
10069   *)   as_fn_error $? "liblcms ${notice_platform}development files not found, Color Management won't be supported.
10070 This is an error since --with-cms was requested." "$LINENO" 5  ;;
10071 esac
10072 fi
10073
10074 if test "x$with_freetype" != "xno"
10075 then
10076     for ac_prog in freetype-config freetype2-config
10077 do
10078   # Extract the first word of "$ac_prog", so it can be a program name with args.
10079 set dummy $ac_prog; ac_word=$2
10080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10081 $as_echo_n "checking for $ac_word... " >&6; }
10082 if test "${ac_cv_prog_ft_devel+set}" = set; then :
10083   $as_echo_n "(cached) " >&6
10084 else
10085   if test -n "$ft_devel"; then
10086   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
10087 else
10088 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10089 for as_dir in $PATH
10090 do
10091   IFS=$as_save_IFS
10092   test -z "$as_dir" && as_dir=.
10093     for ac_exec_ext in '' $ac_executable_extensions; do
10094   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10095     ac_cv_prog_ft_devel="$ac_prog"
10096     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10097     break 2
10098   fi
10099 done
10100   done
10101 IFS=$as_save_IFS
10102
10103 fi
10104 fi
10105 ft_devel=$ac_cv_prog_ft_devel
10106 if test -n "$ft_devel"; then
10107   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
10108 $as_echo "$ft_devel" >&6; }
10109 else
10110   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10111 $as_echo "no" >&6; }
10112 fi
10113
10114
10115   test -n "$ft_devel" && break
10116 done
10117 test -n "$ft_devel" || ft_devel="no"
10118
10119     if test "$ft_devel" != "no"
10120     then
10121         ac_freetype_incl=`$ft_devel --cflags`
10122         ac_freetype_libs=`$ft_devel --libs`
10123     fi
10124     ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
10125     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
10126 $as_echo_n "checking for -lfreetype... " >&6; }
10127 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
10128   $as_echo_n "(cached) " >&6
10129 else
10130   ac_check_soname_save_LIBS=$LIBS
10131 LIBS="-lfreetype $ac_freetype_libs $LIBS"
10132   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10133 /* end confdefs.h.  */
10134
10135 /* Override any GCC internal prototype to avoid an error.
10136    Use char because int might match the return type of a GCC
10137    builtin and then its argument prototype would still apply.  */
10138 #ifdef __cplusplus
10139 extern "C"
10140 #endif
10141 char FT_Init_FreeType ();
10142 int
10143 main ()
10144 {
10145 return FT_Init_FreeType ();
10146   ;
10147   return 0;
10148 }
10149 _ACEOF
10150 if ac_fn_c_try_link "$LINENO"; then :
10151   case "$LIBEXT" in
10152     dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10153     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'` ;;
10154     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
10155   esac
10156 fi
10157 rm -f core conftest.err conftest.$ac_objext \
10158     conftest$ac_exeext conftest.$ac_ext
10159   LIBS=$ac_check_soname_save_LIBS
10160 fi
10161 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10162   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10163 $as_echo "not found" >&6; }
10164        ft_lib=no
10165 else
10166   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10167 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10168
10169 cat >>confdefs.h <<_ACEOF
10170 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10171 _ACEOF
10172
10173        ft_lib=yes
10174 fi
10175     if test "$ft_lib" = "yes"
10176     then
10177         ac_save_CPPFLAGS="$CPPFLAGS"
10178         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10179         for ac_header in ft2build.h \
10180                          freetype/freetype.h \
10181                          freetype/ftglyph.h \
10182                          freetype/fttypes.h \
10183                          freetype/tttables.h \
10184                          freetype/ftsnames.h \
10185                          freetype/ttnameid.h \
10186                          freetype/ftoutln.h \
10187                          freetype/ftwinfnt.h \
10188                          freetype/ftmodapi.h \
10189                          freetype/ftlcdfil.h \
10190                          freetype/internal/sfnt.h
10191 do :
10192   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10193 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10194                           # include <ft2build.h>
10195                           #endif
10196 "
10197 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
10198   cat >>confdefs.h <<_ACEOF
10199 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10200 _ACEOF
10201
10202 fi
10203
10204 done
10205
10206         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10207 /* end confdefs.h.  */
10208 #include <ft2build.h>
10209                     #include <freetype/fttrigon.h>
10210 _ACEOF
10211 if ac_fn_c_try_cpp "$LINENO"; then :
10212
10213 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10214
10215                     wine_cv_fttrigon=yes
10216 else
10217   wine_cv_fttrigon=no
10218 fi
10219 rm -f conftest.err conftest.i conftest.$ac_ext
10220         ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10221 "
10222 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10223
10224 cat >>confdefs.h <<_ACEOF
10225 #define HAVE_FT_TRUETYPEENGINETYPE 1
10226 _ACEOF
10227
10228
10229 fi
10230
10231         ac_save_CFLAGS="$CFLAGS"
10232         CFLAGS="$CFLAGS $ac_freetype_libs"
10233         for ac_func in FT_Load_Sfnt_Table
10234 do :
10235   ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10236 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10237   cat >>confdefs.h <<_ACEOF
10238 #define HAVE_FT_LOAD_SFNT_TABLE 1
10239 _ACEOF
10240
10241 fi
10242 done
10243
10244         CFLAGS="$ac_save_CFLAGS"
10245         CPPFLAGS="$ac_save_CPPFLAGS"
10246                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10247         then
10248
10249 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10250
10251             FREETYPELIBS="$ac_freetype_libs"
10252
10253             FREETYPEINCL="$ac_freetype_incl"
10254
10255         fi
10256     fi
10257 fi
10258 if test "x$FREETYPELIBS" = "x"; then :
10259   case "x$with_freetype" in
10260   xno) ;;
10261   *)   as_fn_error $? "FreeType ${notice_platform}development files not found. Fonts will not be built.
10262 Use the --without-freetype option if you really want this." "$LINENO" 5  ;;
10263 esac
10264 fi
10265 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10266
10267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10268 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10269 if test "${ac_cv_c_ppdev+set}" = set; then :
10270   $as_echo_n "(cached) " >&6
10271 else
10272   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10273 /* end confdefs.h.  */
10274 #ifdef HAVE_SYS_IOCTL_H
10275 # include <sys/ioctl.h>
10276 #endif
10277 #include <linux/ppdev.h>
10278 int
10279 main ()
10280 {
10281 ioctl (1,PPCLAIM,0)
10282   ;
10283   return 0;
10284 }
10285 _ACEOF
10286 if ac_fn_c_try_compile "$LINENO"; then :
10287   ac_cv_c_ppdev="yes"
10288 else
10289   ac_cv_c_ppdev="no"
10290 fi
10291 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10292 fi
10293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10294 $as_echo "$ac_cv_c_ppdev" >&6; }
10295 if test "$ac_cv_c_ppdev" = "yes"
10296 then
10297
10298 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10299
10300 fi
10301
10302 ac_wine_check_funcs_save_LIBS="$LIBS"
10303 LIBS="$LIBS $LIBPTHREAD"
10304 for ac_func in \
10305         pthread_attr_get_np \
10306         pthread_getattr_np \
10307         pthread_get_stackaddr_np \
10308         pthread_get_stacksize_np
10309 do :
10310   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10311 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10312 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
10313   cat >>confdefs.h <<_ACEOF
10314 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10315 _ACEOF
10316
10317 fi
10318 done
10319
10320 LIBS="$ac_wine_check_funcs_save_LIBS"
10321
10322 if test "$ac_cv_header_zlib_h" = "yes"
10323 then
10324     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10325 $as_echo_n "checking for inflate in -lz... " >&6; }
10326 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10327   $as_echo_n "(cached) " >&6
10328 else
10329   ac_check_lib_save_LIBS=$LIBS
10330 LIBS="-lz  $LIBS"
10331 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10332 /* end confdefs.h.  */
10333
10334 /* Override any GCC internal prototype to avoid an error.
10335    Use char because int might match the return type of a GCC
10336    builtin and then its argument prototype would still apply.  */
10337 #ifdef __cplusplus
10338 extern "C"
10339 #endif
10340 char inflate ();
10341 int
10342 main ()
10343 {
10344 return inflate ();
10345   ;
10346   return 0;
10347 }
10348 _ACEOF
10349 if ac_fn_c_try_link "$LINENO"; then :
10350   ac_cv_lib_z_inflate=yes
10351 else
10352   ac_cv_lib_z_inflate=no
10353 fi
10354 rm -f core conftest.err conftest.$ac_objext \
10355     conftest$ac_exeext conftest.$ac_ext
10356 LIBS=$ac_check_lib_save_LIBS
10357 fi
10358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10359 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10360 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10361
10362 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10363
10364                             ZLIB="-lz"
10365
10366 fi
10367
10368 fi
10369
10370 if test "x$with_esd" != xno
10371 then
10372     save_CFLAGS="$CFLAGS"
10373     # Extract the first word of "esd-config", so it can be a program name with args.
10374 set dummy esd-config; ac_word=$2
10375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10376 $as_echo_n "checking for $ac_word... " >&6; }
10377 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10378   $as_echo_n "(cached) " >&6
10379 else
10380   case $ESDCONFIG in
10381   [\\/]* | ?:[\\/]*)
10382   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10383   ;;
10384   *)
10385   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10386 for as_dir in $PATH
10387 do
10388   IFS=$as_save_IFS
10389   test -z "$as_dir" && as_dir=.
10390     for ac_exec_ext in '' $ac_executable_extensions; do
10391   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10392     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10393     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10394     break 2
10395   fi
10396 done
10397   done
10398 IFS=$as_save_IFS
10399
10400   test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10401   ;;
10402 esac
10403 fi
10404 ESDCONFIG=$ac_cv_path_ESDCONFIG
10405 if test -n "$ESDCONFIG"; then
10406   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10407 $as_echo "$ESDCONFIG" >&6; }
10408 else
10409   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10410 $as_echo "no" >&6; }
10411 fi
10412
10413
10414     if test "x$ESDCONFIG" != "xno"
10415     then
10416         ac_esd_incl=""
10417         for i in `$ESDCONFIG --cflags`
10418         do
10419             case "$i" in
10420                 -I*) ac_esd_incl="$ac_esd_incl $i";;
10421             esac
10422         done
10423         ac_esd_libs=`$ESDCONFIG --libs`
10424         CFLAGS="$CFLAGS $ac_esd_incl"
10425     fi
10426     ac_esd_libs=${ac_esd_libs:-"-lesd"}
10427     ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10428 if test "x$ac_cv_header_esd_h" = x""yes; then :
10429   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10430 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10431 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10432   $as_echo_n "(cached) " >&6
10433 else
10434   ac_check_lib_save_LIBS=$LIBS
10435 LIBS="-lesd $ac_esd_libs $LIBS"
10436 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10437 /* end confdefs.h.  */
10438
10439 /* Override any GCC internal prototype to avoid an error.
10440    Use char because int might match the return type of a GCC
10441    builtin and then its argument prototype would still apply.  */
10442 #ifdef __cplusplus
10443 extern "C"
10444 #endif
10445 char esd_open_sound ();
10446 int
10447 main ()
10448 {
10449 return esd_open_sound ();
10450   ;
10451   return 0;
10452 }
10453 _ACEOF
10454 if ac_fn_c_try_link "$LINENO"; then :
10455   ac_cv_lib_esd_esd_open_sound=yes
10456 else
10457   ac_cv_lib_esd_esd_open_sound=no
10458 fi
10459 rm -f core conftest.err conftest.$ac_objext \
10460     conftest$ac_exeext conftest.$ac_ext
10461 LIBS=$ac_check_lib_save_LIBS
10462 fi
10463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10464 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10465 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10466   ESDINCL="$ac_esd_incl"
10467
10468              ESDLIBS="$ac_esd_libs"
10469
10470
10471 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10472
10473 fi
10474
10475 fi
10476
10477
10478     CFLAGS="$save_CFLAGS"
10479 fi
10480
10481 ALSALIBS=""
10482
10483 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10484 then
10485     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10486 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10487 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10488   $as_echo_n "(cached) " >&6
10489 else
10490   ac_check_lib_save_LIBS=$LIBS
10491 LIBS="-lasound  $LIBS"
10492 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10493 /* end confdefs.h.  */
10494
10495 /* Override any GCC internal prototype to avoid an error.
10496    Use char because int might match the return type of a GCC
10497    builtin and then its argument prototype would still apply.  */
10498 #ifdef __cplusplus
10499 extern "C"
10500 #endif
10501 char snd_pcm_hw_params_get_access ();
10502 int
10503 main ()
10504 {
10505 return snd_pcm_hw_params_get_access ();
10506   ;
10507   return 0;
10508 }
10509 _ACEOF
10510 if ac_fn_c_try_link "$LINENO"; then :
10511   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10512 else
10513   ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10514 fi
10515 rm -f core conftest.err conftest.$ac_objext \
10516     conftest$ac_exeext conftest.$ac_ext
10517 LIBS=$ac_check_lib_save_LIBS
10518 fi
10519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10520 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10521 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10522   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10523 /* end confdefs.h.  */
10524 #ifdef HAVE_ALSA_ASOUNDLIB_H
10525 #include <alsa/asoundlib.h>
10526 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10527 #include <sys/asoundlib.h>
10528 #endif
10529 int
10530 main ()
10531 {
10532 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10533   ;
10534   return 0;
10535 }
10536 _ACEOF
10537 if ac_fn_c_try_compile "$LINENO"; then :
10538
10539 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10540
10541                          ALSALIBS="-lasound"
10542 fi
10543 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10544 fi
10545
10546 fi
10547
10548 AUDIOIOLIBS=""
10549
10550 if test "$ac_cv_header_libaudioio_h" = "yes"
10551 then
10552     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10553 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10554 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10555   $as_echo_n "(cached) " >&6
10556 else
10557   ac_check_lib_save_LIBS=$LIBS
10558 LIBS="-laudioio  $LIBS"
10559 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10560 /* end confdefs.h.  */
10561
10562 /* Override any GCC internal prototype to avoid an error.
10563    Use char because int might match the return type of a GCC
10564    builtin and then its argument prototype would still apply.  */
10565 #ifdef __cplusplus
10566 extern "C"
10567 #endif
10568 char AudioIOGetVersion ();
10569 int
10570 main ()
10571 {
10572 return AudioIOGetVersion ();
10573   ;
10574   return 0;
10575 }
10576 _ACEOF
10577 if ac_fn_c_try_link "$LINENO"; then :
10578   ac_cv_lib_audioio_AudioIOGetVersion=yes
10579 else
10580   ac_cv_lib_audioio_AudioIOGetVersion=no
10581 fi
10582 rm -f core conftest.err conftest.$ac_objext \
10583     conftest$ac_exeext conftest.$ac_ext
10584 LIBS=$ac_check_lib_save_LIBS
10585 fi
10586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10587 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10588 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10589   AUDIOIOLIBS="-laudioio"
10590
10591 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10592
10593 fi
10594
10595 fi
10596
10597
10598 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10599 then
10600     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10601 $as_echo_n "checking for -lcapi20... " >&6; }
10602 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10603   $as_echo_n "(cached) " >&6
10604 else
10605   ac_check_soname_save_LIBS=$LIBS
10606 LIBS="-lcapi20  $LIBS"
10607   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10608 /* end confdefs.h.  */
10609
10610 /* Override any GCC internal prototype to avoid an error.
10611    Use char because int might match the return type of a GCC
10612    builtin and then its argument prototype would still apply.  */
10613 #ifdef __cplusplus
10614 extern "C"
10615 #endif
10616 char capi20_register ();
10617 int
10618 main ()
10619 {
10620 return capi20_register ();
10621   ;
10622   return 0;
10623 }
10624 _ACEOF
10625 if ac_fn_c_try_link "$LINENO"; then :
10626   case "$LIBEXT" in
10627     dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10628     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'` ;;
10629     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10630   esac
10631 fi
10632 rm -f core conftest.err conftest.$ac_objext \
10633     conftest$ac_exeext conftest.$ac_ext
10634   LIBS=$ac_check_soname_save_LIBS
10635 fi
10636 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10637   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10638 $as_echo "not found" >&6; }
10639
10640 else
10641   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10642 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10643
10644 cat >>confdefs.h <<_ACEOF
10645 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10646 _ACEOF
10647
10648
10649 fi
10650 fi
10651 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10652   case "x$with_capi" in
10653   x)   as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10654   xno) ;;
10655   *)   as_fn_error $? "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10656 This is an error since --with-capi was requested." "$LINENO" 5  ;;
10657 esac
10658 fi
10659
10660 CUPSINCL=""
10661
10662 if test "x$with_cups" != "xno"
10663 then
10664     ac_save_CPPFLAGS="$CPPFLAGS"
10665     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10666     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10667     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10668     for ac_header in cups/cups.h
10669 do :
10670   ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10671 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10672   cat >>confdefs.h <<_ACEOF
10673 #define HAVE_CUPS_CUPS_H 1
10674 _ACEOF
10675  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10676 $as_echo_n "checking for -lcups... " >&6; }
10677 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10678   $as_echo_n "(cached) " >&6
10679 else
10680   ac_check_soname_save_LIBS=$LIBS
10681 LIBS="-lcups $ac_cups_libs $LIBS"
10682   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10683 /* end confdefs.h.  */
10684
10685 /* Override any GCC internal prototype to avoid an error.
10686    Use char because int might match the return type of a GCC
10687    builtin and then its argument prototype would still apply.  */
10688 #ifdef __cplusplus
10689 extern "C"
10690 #endif
10691 char cupsGetDefault ();
10692 int
10693 main ()
10694 {
10695 return cupsGetDefault ();
10696   ;
10697   return 0;
10698 }
10699 _ACEOF
10700 if ac_fn_c_try_link "$LINENO"; then :
10701   case "$LIBEXT" in
10702     dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10703     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'` ;;
10704     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10705   esac
10706 fi
10707 rm -f core conftest.err conftest.$ac_objext \
10708     conftest$ac_exeext conftest.$ac_ext
10709   LIBS=$ac_check_soname_save_LIBS
10710 fi
10711 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10712   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10713 $as_echo "not found" >&6; }
10714
10715 else
10716   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10717 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10718
10719 cat >>confdefs.h <<_ACEOF
10720 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10721 _ACEOF
10722
10723        CUPSINCL="$ac_cups_cflags"
10724 fi
10725 fi
10726
10727 done
10728
10729     CPPFLAGS="$ac_save_CPPFLAGS"
10730 fi
10731 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10732   case "x$with_cups" in
10733   x)   as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10734   xno) ;;
10735   *)   as_fn_error $? "libcups ${notice_platform}development files not found, CUPS won't be supported.
10736 This is an error since --with-cups was requested." "$LINENO" 5  ;;
10737 esac
10738 fi
10739
10740 if test "$ac_cv_header_jack_jack_h" = "yes"
10741 then
10742     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10743 $as_echo_n "checking for -ljack... " >&6; }
10744 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10745   $as_echo_n "(cached) " >&6
10746 else
10747   ac_check_soname_save_LIBS=$LIBS
10748 LIBS="-ljack  $LIBS"
10749   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10750 /* end confdefs.h.  */
10751
10752 /* Override any GCC internal prototype to avoid an error.
10753    Use char because int might match the return type of a GCC
10754    builtin and then its argument prototype would still apply.  */
10755 #ifdef __cplusplus
10756 extern "C"
10757 #endif
10758 char jack_client_new ();
10759 int
10760 main ()
10761 {
10762 return jack_client_new ();
10763   ;
10764   return 0;
10765 }
10766 _ACEOF
10767 if ac_fn_c_try_link "$LINENO"; then :
10768   case "$LIBEXT" in
10769     dll) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest.exe | grep "jack" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10770     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'` ;;
10771     *) 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'` ;;
10772   esac
10773 fi
10774 rm -f core conftest.err conftest.$ac_objext \
10775     conftest$ac_exeext conftest.$ac_ext
10776   LIBS=$ac_check_soname_save_LIBS
10777 fi
10778 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10779   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10780 $as_echo "not found" >&6; }
10781
10782 else
10783   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10784 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10785
10786 cat >>confdefs.h <<_ACEOF
10787 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10788 _ACEOF
10789
10790
10791 fi
10792 fi
10793
10794 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10795 then
10796     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10797 $as_echo_n "checking for -lfontconfig... " >&6; }
10798 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10799   $as_echo_n "(cached) " >&6
10800 else
10801   ac_check_soname_save_LIBS=$LIBS
10802 LIBS="-lfontconfig  $LIBS"
10803   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10804 /* end confdefs.h.  */
10805
10806 /* Override any GCC internal prototype to avoid an error.
10807    Use char because int might match the return type of a GCC
10808    builtin and then its argument prototype would still apply.  */
10809 #ifdef __cplusplus
10810 extern "C"
10811 #endif
10812 char FcInit ();
10813 int
10814 main ()
10815 {
10816 return FcInit ();
10817   ;
10818   return 0;
10819 }
10820 _ACEOF
10821 if ac_fn_c_try_link "$LINENO"; then :
10822   case "$LIBEXT" in
10823     dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10824     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'` ;;
10825     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10826   esac
10827 fi
10828 rm -f core conftest.err conftest.$ac_objext \
10829     conftest$ac_exeext conftest.$ac_ext
10830   LIBS=$ac_check_soname_save_LIBS
10831 fi
10832 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10833   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10834 $as_echo "not found" >&6; }
10835
10836 else
10837   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10838 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10839
10840 cat >>confdefs.h <<_ACEOF
10841 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10842 _ACEOF
10843
10844
10845 fi
10846 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10847 then
10848         ac_save_CPPFLAGS="$CPPFLAGS"
10849     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10850     $as_unset ac_cv_header_fontconfig_fontconfig_h
10851     for ac_header in fontconfig/fontconfig.h
10852 do :
10853   ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10854 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10855   cat >>confdefs.h <<_ACEOF
10856 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10857 _ACEOF
10858
10859 fi
10860
10861 done
10862
10863     CPPFLAGS="$ac_save_CPPFLAGS"
10864     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10865     then
10866         FONTCONFIGINCL="$X_CFLAGS"
10867
10868         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10869 $as_echo_n "checking for -lfontconfig... " >&6; }
10870 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10871   $as_echo_n "(cached) " >&6
10872 else
10873   ac_check_soname_save_LIBS=$LIBS
10874 LIBS="-lfontconfig $X_LIBS $LIBS"
10875   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10876 /* end confdefs.h.  */
10877
10878 /* Override any GCC internal prototype to avoid an error.
10879    Use char because int might match the return type of a GCC
10880    builtin and then its argument prototype would still apply.  */
10881 #ifdef __cplusplus
10882 extern "C"
10883 #endif
10884 char FcInit ();
10885 int
10886 main ()
10887 {
10888 return FcInit ();
10889   ;
10890   return 0;
10891 }
10892 _ACEOF
10893 if ac_fn_c_try_link "$LINENO"; then :
10894   case "$LIBEXT" in
10895     dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10896     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'` ;;
10897     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10898   esac
10899 fi
10900 rm -f core conftest.err conftest.$ac_objext \
10901     conftest$ac_exeext conftest.$ac_ext
10902   LIBS=$ac_check_soname_save_LIBS
10903 fi
10904 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10905   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10906 $as_echo "not found" >&6; }
10907
10908 else
10909   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10910 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10911
10912 cat >>confdefs.h <<_ACEOF
10913 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10914 _ACEOF
10915
10916
10917 fi
10918     fi
10919 fi
10920 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10921   case "x$with_fontconfig" in
10922   x)   as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10923   xno) ;;
10924   *)   as_fn_error $? "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10925 This is an error since --with-fontconfig was requested." "$LINENO" 5  ;;
10926 esac
10927 fi
10928
10929 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10930 then
10931     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10932 $as_echo_n "checking for -lssl... " >&6; }
10933 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10934   $as_echo_n "(cached) " >&6
10935 else
10936   ac_check_soname_save_LIBS=$LIBS
10937 LIBS="-lssl  $LIBS"
10938   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10939 /* end confdefs.h.  */
10940
10941 /* Override any GCC internal prototype to avoid an error.
10942    Use char because int might match the return type of a GCC
10943    builtin and then its argument prototype would still apply.  */
10944 #ifdef __cplusplus
10945 extern "C"
10946 #endif
10947 char SSL_library_init ();
10948 int
10949 main ()
10950 {
10951 return SSL_library_init ();
10952   ;
10953   return 0;
10954 }
10955 _ACEOF
10956 if ac_fn_c_try_link "$LINENO"; then :
10957   case "$LIBEXT" in
10958     dll) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest.exe | grep "ssl" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10959     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'` ;;
10960     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10961   esac
10962 fi
10963 rm -f core conftest.err conftest.$ac_objext \
10964     conftest$ac_exeext conftest.$ac_ext
10965   LIBS=$ac_check_soname_save_LIBS
10966 fi
10967 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10968   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10969 $as_echo "not found" >&6; }
10970
10971 else
10972   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10973 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10974
10975 cat >>confdefs.h <<_ACEOF
10976 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10977 _ACEOF
10978
10979
10980 fi
10981     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10982 $as_echo_n "checking for -lcrypto... " >&6; }
10983 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10984   $as_echo_n "(cached) " >&6
10985 else
10986   ac_check_soname_save_LIBS=$LIBS
10987 LIBS="-lcrypto  $LIBS"
10988   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10989 /* end confdefs.h.  */
10990
10991 /* Override any GCC internal prototype to avoid an error.
10992    Use char because int might match the return type of a GCC
10993    builtin and then its argument prototype would still apply.  */
10994 #ifdef __cplusplus
10995 extern "C"
10996 #endif
10997 char BIO_new_socket ();
10998 int
10999 main ()
11000 {
11001 return BIO_new_socket ();
11002   ;
11003   return 0;
11004 }
11005 _ACEOF
11006 if ac_fn_c_try_link "$LINENO"; then :
11007   case "$LIBEXT" in
11008     dll) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest.exe | grep "crypto" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11009     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'` ;;
11010     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
11011   esac
11012 fi
11013 rm -f core conftest.err conftest.$ac_objext \
11014     conftest$ac_exeext conftest.$ac_ext
11015   LIBS=$ac_check_soname_save_LIBS
11016 fi
11017 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
11018   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11019 $as_echo "not found" >&6; }
11020
11021 else
11022   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
11023 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
11024
11025 cat >>confdefs.h <<_ACEOF
11026 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
11027 _ACEOF
11028
11029
11030 fi
11031 fi
11032 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
11033   case "x$with_openssl" in
11034   x)   as_fn_append wine_warnings "|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
11035   xno) ;;
11036   *)   as_fn_error $? "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
11037 This is an error since --with-openssl was requested." "$LINENO" 5  ;;
11038 esac
11039 fi
11040
11041 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
11042 then
11043     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
11044 $as_echo_n "checking for -lgsm... " >&6; }
11045 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
11046   $as_echo_n "(cached) " >&6
11047 else
11048   ac_check_soname_save_LIBS=$LIBS
11049 LIBS="-lgsm  $LIBS"
11050   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11051 /* end confdefs.h.  */
11052
11053 /* Override any GCC internal prototype to avoid an error.
11054    Use char because int might match the return type of a GCC
11055    builtin and then its argument prototype would still apply.  */
11056 #ifdef __cplusplus
11057 extern "C"
11058 #endif
11059 char gsm_create ();
11060 int
11061 main ()
11062 {
11063 return gsm_create ();
11064   ;
11065   return 0;
11066 }
11067 _ACEOF
11068 if ac_fn_c_try_link "$LINENO"; then :
11069   case "$LIBEXT" in
11070     dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11071     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'` ;;
11072     *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11073   esac
11074 fi
11075 rm -f core conftest.err conftest.$ac_objext \
11076     conftest$ac_exeext conftest.$ac_ext
11077   LIBS=$ac_check_soname_save_LIBS
11078 fi
11079 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11080   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11081 $as_echo "not found" >&6; }
11082
11083 else
11084   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
11085 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
11086
11087 cat >>confdefs.h <<_ACEOF
11088 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
11089 _ACEOF
11090
11091
11092 fi
11093 fi
11094 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11095   case "x$with_gsm" in
11096   x)   as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
11097   xno) ;;
11098   *)   as_fn_error $? "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
11099 This is an error since --with-gsm was requested." "$LINENO" 5  ;;
11100 esac
11101 fi
11102
11103 if test "$ac_cv_header_icns_h" = "yes"
11104 then
11105     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -licns" >&5
11106 $as_echo_n "checking for -licns... " >&6; }
11107 if test "${ac_cv_lib_soname_icns+set}" = set; then :
11108   $as_echo_n "(cached) " >&6
11109 else
11110   ac_check_soname_save_LIBS=$LIBS
11111 LIBS="-licns  $LIBS"
11112   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11113 /* end confdefs.h.  */
11114
11115 /* Override any GCC internal prototype to avoid an error.
11116    Use char because int might match the return type of a GCC
11117    builtin and then its argument prototype would still apply.  */
11118 #ifdef __cplusplus
11119 extern "C"
11120 #endif
11121 char icns_write_family_to_file ();
11122 int
11123 main ()
11124 {
11125 return icns_write_family_to_file ();
11126   ;
11127   return 0;
11128 }
11129 _ACEOF
11130 if ac_fn_c_try_link "$LINENO"; then :
11131   case "$LIBEXT" in
11132     dll) ac_cv_lib_soname_icns=`$ac_cv_path_LDD conftest.exe | grep "icns" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11133     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'` ;;
11134     *) ac_cv_lib_soname_icns=`$ac_cv_path_LDD conftest$ac_exeext | grep "libicns\\.$LIBEXT" | sed -e "s/^.*\(libicns\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11135   esac
11136 fi
11137 rm -f core conftest.err conftest.$ac_objext \
11138     conftest$ac_exeext conftest.$ac_ext
11139   LIBS=$ac_check_soname_save_LIBS
11140 fi
11141 if test "x$ac_cv_lib_soname_icns" = "x"; then :
11142   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11143 $as_echo "not found" >&6; }
11144
11145 else
11146   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_icns" >&5
11147 $as_echo "$ac_cv_lib_soname_icns" >&6; }
11148
11149 cat >>confdefs.h <<_ACEOF
11150 #define SONAME_LIBICNS "$ac_cv_lib_soname_icns"
11151 _ACEOF
11152
11153
11154 fi
11155 fi
11156 case $host_os in
11157   darwin*|macosx*)
11158     if test "x$ac_cv_lib_soname_icns" = "x"; then :
11159   case "x$with_icns" in
11160   x)   as_fn_append wine_notices "|libicns ${notice_platform}development files not found, ICNS icons won't be supported." ;;
11161   xno) ;;
11162   *)   as_fn_error $? "libicns ${notice_platform}development files not found, ICNS icons won't be supported.
11163 This is an error since --with-icns was requested." "$LINENO" 5  ;;
11164 esac
11165 fi ;;
11166 esac
11167
11168 if test "$ac_cv_header_jpeglib_h" = "yes"
11169 then
11170     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
11171 $as_echo_n "checking for -ljpeg... " >&6; }
11172 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
11173   $as_echo_n "(cached) " >&6
11174 else
11175   ac_check_soname_save_LIBS=$LIBS
11176 LIBS="-ljpeg  $LIBS"
11177   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11178 /* end confdefs.h.  */
11179
11180 /* Override any GCC internal prototype to avoid an error.
11181    Use char because int might match the return type of a GCC
11182    builtin and then its argument prototype would still apply.  */
11183 #ifdef __cplusplus
11184 extern "C"
11185 #endif
11186 char jpeg_start_decompress ();
11187 int
11188 main ()
11189 {
11190 return jpeg_start_decompress ();
11191   ;
11192   return 0;
11193 }
11194 _ACEOF
11195 if ac_fn_c_try_link "$LINENO"; then :
11196   case "$LIBEXT" in
11197     dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11198     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'` ;;
11199     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11200   esac
11201 fi
11202 rm -f core conftest.err conftest.$ac_objext \
11203     conftest$ac_exeext conftest.$ac_ext
11204   LIBS=$ac_check_soname_save_LIBS
11205 fi
11206 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11207   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11208 $as_echo "not found" >&6; }
11209
11210 else
11211   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
11212 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
11213
11214 cat >>confdefs.h <<_ACEOF
11215 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11216 _ACEOF
11217
11218
11219 fi
11220 fi
11221 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11222   case "x$with_jpeg" in
11223   x)   as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11224   xno) ;;
11225   *)   as_fn_error $? "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11226 This is an error since --with-jpeg was requested." "$LINENO" 5  ;;
11227 esac
11228 fi
11229
11230 if test "$ac_cv_header_png_h" = "yes"
11231 then
11232     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11233 $as_echo_n "checking for -lpng... " >&6; }
11234 if test "${ac_cv_lib_soname_png+set}" = set; then :
11235   $as_echo_n "(cached) " >&6
11236 else
11237   ac_check_soname_save_LIBS=$LIBS
11238 LIBS="-lpng -lm -lz $LIBS"
11239   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11240 /* end confdefs.h.  */
11241
11242 /* Override any GCC internal prototype to avoid an error.
11243    Use char because int might match the return type of a GCC
11244    builtin and then its argument prototype would still apply.  */
11245 #ifdef __cplusplus
11246 extern "C"
11247 #endif
11248 char png_create_read_struct ();
11249 int
11250 main ()
11251 {
11252 return png_create_read_struct ();
11253   ;
11254   return 0;
11255 }
11256 _ACEOF
11257 if ac_fn_c_try_link "$LINENO"; then :
11258   case "$LIBEXT" in
11259     dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11260     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'` ;;
11261     *) 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'` ;;
11262   esac
11263 fi
11264 rm -f core conftest.err conftest.$ac_objext \
11265     conftest$ac_exeext conftest.$ac_ext
11266   LIBS=$ac_check_soname_save_LIBS
11267 fi
11268 if test "x$ac_cv_lib_soname_png" = "x"; then :
11269   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11270 $as_echo "not found" >&6; }
11271
11272 else
11273   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11274 $as_echo "$ac_cv_lib_soname_png" >&6; }
11275
11276 cat >>confdefs.h <<_ACEOF
11277 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11278 _ACEOF
11279
11280
11281 fi
11282     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11283 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11284 if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11285   $as_echo_n "(cached) " >&6
11286 else
11287   ac_check_lib_save_LIBS=$LIBS
11288 LIBS="-lpng -lm -lz $LIBS"
11289 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11290 /* end confdefs.h.  */
11291
11292 /* Override any GCC internal prototype to avoid an error.
11293    Use char because int might match the return type of a GCC
11294    builtin and then its argument prototype would still apply.  */
11295 #ifdef __cplusplus
11296 extern "C"
11297 #endif
11298 char png_set_expand_gray_1_2_4_to_8 ();
11299 int
11300 main ()
11301 {
11302 return png_set_expand_gray_1_2_4_to_8 ();
11303   ;
11304   return 0;
11305 }
11306 _ACEOF
11307 if ac_fn_c_try_link "$LINENO"; then :
11308   ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11309 else
11310   ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11311 fi
11312 rm -f core conftest.err conftest.$ac_objext \
11313     conftest$ac_exeext conftest.$ac_ext
11314 LIBS=$ac_check_lib_save_LIBS
11315 fi
11316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11317 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11318 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11319
11320 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11321
11322
11323 fi
11324
11325 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11326 then
11327         ac_save_CPPFLAGS="$CPPFLAGS"
11328     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11329     $as_unset ac_cv_header_png_h
11330     for ac_header in png.h
11331 do :
11332   ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11333 if test "x$ac_cv_header_png_h" = x""yes; then :
11334   cat >>confdefs.h <<_ACEOF
11335 #define HAVE_PNG_H 1
11336 _ACEOF
11337
11338 fi
11339
11340 done
11341
11342     CPPFLAGS="$ac_save_CPPFLAGS"
11343     if test "$ac_cv_header_png_h" = "yes"
11344     then
11345         PNGINCL="$X_CFLAGS"
11346
11347         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11348 $as_echo_n "checking for -lpng... " >&6; }
11349 if test "${ac_cv_lib_soname_png+set}" = set; then :
11350   $as_echo_n "(cached) " >&6
11351 else
11352   ac_check_soname_save_LIBS=$LIBS
11353 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11354   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11355 /* end confdefs.h.  */
11356
11357 /* Override any GCC internal prototype to avoid an error.
11358    Use char because int might match the return type of a GCC
11359    builtin and then its argument prototype would still apply.  */
11360 #ifdef __cplusplus
11361 extern "C"
11362 #endif
11363 char png_create_read_struct ();
11364 int
11365 main ()
11366 {
11367 return png_create_read_struct ();
11368   ;
11369   return 0;
11370 }
11371 _ACEOF
11372 if ac_fn_c_try_link "$LINENO"; then :
11373   case "$LIBEXT" in
11374     dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11375     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'` ;;
11376     *) 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'` ;;
11377   esac
11378 fi
11379 rm -f core conftest.err conftest.$ac_objext \
11380     conftest$ac_exeext conftest.$ac_ext
11381   LIBS=$ac_check_soname_save_LIBS
11382 fi
11383 if test "x$ac_cv_lib_soname_png" = "x"; then :
11384   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11385 $as_echo "not found" >&6; }
11386
11387 else
11388   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11389 $as_echo "$ac_cv_lib_soname_png" >&6; }
11390
11391 cat >>confdefs.h <<_ACEOF
11392 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11393 _ACEOF
11394
11395
11396 fi
11397         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11398 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11399 if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11400   $as_echo_n "(cached) " >&6
11401 else
11402   ac_check_lib_save_LIBS=$LIBS
11403 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11404 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11405 /* end confdefs.h.  */
11406
11407 /* Override any GCC internal prototype to avoid an error.
11408    Use char because int might match the return type of a GCC
11409    builtin and then its argument prototype would still apply.  */
11410 #ifdef __cplusplus
11411 extern "C"
11412 #endif
11413 char png_set_expand_gray_1_2_4_to_8 ();
11414 int
11415 main ()
11416 {
11417 return png_set_expand_gray_1_2_4_to_8 ();
11418   ;
11419   return 0;
11420 }
11421 _ACEOF
11422 if ac_fn_c_try_link "$LINENO"; then :
11423   ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11424 else
11425   ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11426 fi
11427 rm -f core conftest.err conftest.$ac_objext \
11428     conftest$ac_exeext conftest.$ac_ext
11429 LIBS=$ac_check_lib_save_LIBS
11430 fi
11431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11432 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11433 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11434   $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11435
11436 fi
11437
11438     fi
11439 fi
11440 if test "x$ac_cv_lib_soname_png" = "x"; then :
11441   case "x$with_png" in
11442   x)   as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11443   xno) ;;
11444   *)   as_fn_error $? "libpng ${notice_platform}development files not found, PNG won't be supported.
11445 This is an error since --with-png was requested." "$LINENO" 5  ;;
11446 esac
11447 fi
11448
11449 if test "$ac_cv_header_tiffio_h" = "yes"
11450 then
11451     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
11452 $as_echo_n "checking for -ltiff... " >&6; }
11453 if test "${ac_cv_lib_soname_tiff+set}" = set; then :
11454   $as_echo_n "(cached) " >&6
11455 else
11456   ac_check_soname_save_LIBS=$LIBS
11457 LIBS="-ltiff  $LIBS"
11458   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11459 /* end confdefs.h.  */
11460
11461 /* Override any GCC internal prototype to avoid an error.
11462    Use char because int might match the return type of a GCC
11463    builtin and then its argument prototype would still apply.  */
11464 #ifdef __cplusplus
11465 extern "C"
11466 #endif
11467 char TIFFClientOpen ();
11468 int
11469 main ()
11470 {
11471 return TIFFClientOpen ();
11472   ;
11473   return 0;
11474 }
11475 _ACEOF
11476 if ac_fn_c_try_link "$LINENO"; then :
11477   case "$LIBEXT" in
11478     dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11479     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'` ;;
11480     *) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11481   esac
11482 fi
11483 rm -f core conftest.err conftest.$ac_objext \
11484     conftest$ac_exeext conftest.$ac_ext
11485   LIBS=$ac_check_soname_save_LIBS
11486 fi
11487 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11488   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11489 $as_echo "not found" >&6; }
11490
11491 else
11492   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
11493 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
11494
11495 cat >>confdefs.h <<_ACEOF
11496 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
11497 _ACEOF
11498
11499
11500 fi
11501 fi
11502 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11503   case "x$with_tiff" in
11504   x)   as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
11505   xno) ;;
11506   *)   as_fn_error $? "libtiff ${notice_platform}development files not found, TIFF won't be supported.
11507 This is an error since --with-tiff was requested." "$LINENO" 5  ;;
11508 esac
11509 fi
11510
11511 if test "$ac_cv_header_mpg123_h" = "yes"
11512 then
11513     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11514 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11515 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11516   $as_echo_n "(cached) " >&6
11517 else
11518   ac_check_lib_save_LIBS=$LIBS
11519 LIBS="-lmpg123  $LIBS"
11520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11521 /* end confdefs.h.  */
11522
11523 /* Override any GCC internal prototype to avoid an error.
11524    Use char because int might match the return type of a GCC
11525    builtin and then its argument prototype would still apply.  */
11526 #ifdef __cplusplus
11527 extern "C"
11528 #endif
11529 char mpg123_feed ();
11530 int
11531 main ()
11532 {
11533 return mpg123_feed ();
11534   ;
11535   return 0;
11536 }
11537 _ACEOF
11538 if ac_fn_c_try_link "$LINENO"; then :
11539   ac_cv_lib_mpg123_mpg123_feed=yes
11540 else
11541   ac_cv_lib_mpg123_mpg123_feed=no
11542 fi
11543 rm -f core conftest.err conftest.$ac_objext \
11544     conftest$ac_exeext conftest.$ac_ext
11545 LIBS=$ac_check_lib_save_LIBS
11546 fi
11547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11548 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11549 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11550   LIBMPG123="-lmpg123"
11551
11552 fi
11553
11554 fi
11555 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
11556   case "x$with_mpg123" in
11557   x)   as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11558   xno) ;;
11559   *)   as_fn_error $? "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11560 This is an error since --with-mpg123 was requested." "$LINENO" 5  ;;
11561 esac
11562 fi
11563 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}
11564
11565 if test "$ac_cv_header_AL_al_h" = "yes"
11566 then
11567     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
11568 $as_echo_n "checking for -lopenal... " >&6; }
11569 if test "${ac_cv_lib_soname_openal+set}" = set; then :
11570   $as_echo_n "(cached) " >&6
11571 else
11572   ac_check_soname_save_LIBS=$LIBS
11573 LIBS="-lopenal  $LIBS"
11574   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11575 /* end confdefs.h.  */
11576
11577 /* Override any GCC internal prototype to avoid an error.
11578    Use char because int might match the return type of a GCC
11579    builtin and then its argument prototype would still apply.  */
11580 #ifdef __cplusplus
11581 extern "C"
11582 #endif
11583 char alGetSource3i ();
11584 int
11585 main ()
11586 {
11587 return alGetSource3i ();
11588   ;
11589   return 0;
11590 }
11591 _ACEOF
11592 if ac_fn_c_try_link "$LINENO"; then :
11593   case "$LIBEXT" in
11594     dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11595     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'` ;;
11596     *) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
11597   esac
11598 fi
11599 rm -f core conftest.err conftest.$ac_objext \
11600     conftest$ac_exeext conftest.$ac_ext
11601   LIBS=$ac_check_soname_save_LIBS
11602 fi
11603 if test "x$ac_cv_lib_soname_openal" = "x"; then :
11604   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11605 $as_echo "not found" >&6; }
11606
11607 else
11608   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
11609 $as_echo "$ac_cv_lib_soname_openal" >&6; }
11610
11611 cat >>confdefs.h <<_ACEOF
11612 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
11613 _ACEOF
11614
11615        LIBOPENAL="-lopenal"
11616
11617                       ac_cv_lib_openal=yes
11618
11619 cat >>confdefs.h <<_ACEOF
11620 #define HAVE_OPENAL 1
11621 _ACEOF
11622
11623 fi
11624 fi
11625 if test "x$ac_cv_lib_openal" != xyes; then :
11626   case "x$with_openal" in
11627   x)   as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11628   xno) ;;
11629   *)   as_fn_error $? "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11630 This is an error since --with-openal was requested." "$LINENO" 5  ;;
11631 esac
11632 fi
11633 test "x$ac_cv_lib_openal" = xyes || enable_openal32=${enable_openal32:-no}
11634
11635 if test "$ac_cv_header_kstat_h" = "yes"
11636 then
11637     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11638 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11639 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11640   $as_echo_n "(cached) " >&6
11641 else
11642   ac_check_lib_save_LIBS=$LIBS
11643 LIBS="-lkstat  $LIBS"
11644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11645 /* end confdefs.h.  */
11646
11647 /* Override any GCC internal prototype to avoid an error.
11648    Use char because int might match the return type of a GCC
11649    builtin and then its argument prototype would still apply.  */
11650 #ifdef __cplusplus
11651 extern "C"
11652 #endif
11653 char kstat_open ();
11654 int
11655 main ()
11656 {
11657 return kstat_open ();
11658   ;
11659   return 0;
11660 }
11661 _ACEOF
11662 if ac_fn_c_try_link "$LINENO"; then :
11663   ac_cv_lib_kstat_kstat_open=yes
11664 else
11665   ac_cv_lib_kstat_kstat_open=no
11666 fi
11667 rm -f core conftest.err conftest.$ac_objext \
11668     conftest$ac_exeext conftest.$ac_ext
11669 LIBS=$ac_check_lib_save_LIBS
11670 fi
11671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11672 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11673 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11674
11675 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11676
11677                   LIBKSTAT="-lkstat"
11678
11679 fi
11680
11681 fi
11682
11683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11684 $as_echo_n "checking for -lodbc... " >&6; }
11685 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11686   $as_echo_n "(cached) " >&6
11687 else
11688   ac_check_soname_save_LIBS=$LIBS
11689 LIBS="-lodbc  $LIBS"
11690   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11691 /* end confdefs.h.  */
11692
11693 /* Override any GCC internal prototype to avoid an error.
11694    Use char because int might match the return type of a GCC
11695    builtin and then its argument prototype would still apply.  */
11696 #ifdef __cplusplus
11697 extern "C"
11698 #endif
11699 char SQLConnect ();
11700 int
11701 main ()
11702 {
11703 return SQLConnect ();
11704   ;
11705   return 0;
11706 }
11707 _ACEOF
11708 if ac_fn_c_try_link "$LINENO"; then :
11709   case "$LIBEXT" in
11710     dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11711     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'` ;;
11712     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11713   esac
11714 fi
11715 rm -f core conftest.err conftest.$ac_objext \
11716     conftest$ac_exeext conftest.$ac_ext
11717   LIBS=$ac_check_soname_save_LIBS
11718 fi
11719 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11720   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11721 $as_echo "not found" >&6; }
11722        cat >>confdefs.h <<_ACEOF
11723 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11724 _ACEOF
11725
11726 else
11727   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11728 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11729
11730 cat >>confdefs.h <<_ACEOF
11731 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11732 _ACEOF
11733
11734
11735 fi
11736
11737 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11738         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11739         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11740         "$ac_cv_header_soundcard_h" != "yes" -a \
11741         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11742 then
11743     as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
11744 fi
11745
11746
11747 EXTRACFLAGS=""
11748
11749 if test "x${GCC}" = "xyes"
11750 then
11751   EXTRACFLAGS="-Wall -pipe"
11752
11753     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11754 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11755 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11756   $as_echo_n "(cached) " >&6
11757 else
11758   if test "$cross_compiling" = yes; then :
11759   ac_cv_c_gcc_strength_bug="yes"
11760 else
11761   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11762 /* end confdefs.h.  */
11763 int L[4] = {0,1,2,3};
11764 int
11765 main ()
11766 {
11767 static int Array[3];
11768   unsigned int B = 3;
11769   int i;
11770   for(i=0; i<B; i++) Array[i] = i - 3;
11771   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11772   L[i] = 4;
11773   return (Array[1] != -2 || L[2] != 3)
11774   ;
11775   return 0;
11776 }
11777 _ACEOF
11778 if ac_fn_c_try_run "$LINENO"; then :
11779   ac_cv_c_gcc_strength_bug="no"
11780 else
11781   ac_cv_c_gcc_strength_bug="yes"
11782 fi
11783 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11784   conftest.$ac_objext conftest.beam conftest.$ac_ext
11785 fi
11786
11787 fi
11788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11789 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11790   if test "$ac_cv_c_gcc_strength_bug" = "yes"
11791   then
11792     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11793   fi
11794
11795     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11796 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11797 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11798   $as_echo_n "(cached) " >&6
11799 else
11800   ac_wine_try_cflags_saved=$CFLAGS
11801 CFLAGS="$CFLAGS -fno-builtin"
11802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11803 /* end confdefs.h.  */
11804 int main(int argc, char **argv) { return 0; }
11805 _ACEOF
11806 if ac_fn_c_try_link "$LINENO"; then :
11807   ac_cv_cflags__fno_builtin=yes
11808 else
11809   ac_cv_cflags__fno_builtin=no
11810 fi
11811 rm -f core conftest.err conftest.$ac_objext \
11812     conftest$ac_exeext conftest.$ac_ext
11813 CFLAGS=$ac_wine_try_cflags_saved
11814 fi
11815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11816 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11817 if test $ac_cv_cflags__fno_builtin = yes; then :
11818   BUILTINFLAG="-fno-builtin"
11819
11820 fi
11821   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11822 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11823 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11824   $as_echo_n "(cached) " >&6
11825 else
11826   ac_wine_try_cflags_saved=$CFLAGS
11827 CFLAGS="$CFLAGS -fno-strict-aliasing"
11828 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11829 /* end confdefs.h.  */
11830 int main(int argc, char **argv) { return 0; }
11831 _ACEOF
11832 if ac_fn_c_try_link "$LINENO"; then :
11833   ac_cv_cflags__fno_strict_aliasing=yes
11834 else
11835   ac_cv_cflags__fno_strict_aliasing=no
11836 fi
11837 rm -f core conftest.err conftest.$ac_objext \
11838     conftest$ac_exeext conftest.$ac_ext
11839 CFLAGS=$ac_wine_try_cflags_saved
11840 fi
11841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11842 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11843 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11844   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11845 fi
11846   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11847 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11848 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11849   $as_echo_n "(cached) " >&6
11850 else
11851   ac_wine_try_cflags_saved=$CFLAGS
11852 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11853 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11854 /* end confdefs.h.  */
11855 int main(int argc, char **argv) { return 0; }
11856 _ACEOF
11857 if ac_fn_c_try_link "$LINENO"; then :
11858   ac_cv_cflags__Wdeclaration_after_statement=yes
11859 else
11860   ac_cv_cflags__Wdeclaration_after_statement=no
11861 fi
11862 rm -f core conftest.err conftest.$ac_objext \
11863     conftest$ac_exeext conftest.$ac_ext
11864 CFLAGS=$ac_wine_try_cflags_saved
11865 fi
11866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11867 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11868 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11869   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11870 fi
11871   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11872 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11873 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11874   $as_echo_n "(cached) " >&6
11875 else
11876   ac_wine_try_cflags_saved=$CFLAGS
11877 CFLAGS="$CFLAGS -Wstrict-prototypes"
11878 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11879 /* end confdefs.h.  */
11880 int main(int argc, char **argv) { return 0; }
11881 _ACEOF
11882 if ac_fn_c_try_link "$LINENO"; then :
11883   ac_cv_cflags__Wstrict_prototypes=yes
11884 else
11885   ac_cv_cflags__Wstrict_prototypes=no
11886 fi
11887 rm -f core conftest.err conftest.$ac_objext \
11888     conftest$ac_exeext conftest.$ac_ext
11889 CFLAGS=$ac_wine_try_cflags_saved
11890 fi
11891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11892 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11893 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11894   EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11895 fi
11896   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11897 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11898 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11899   $as_echo_n "(cached) " >&6
11900 else
11901   ac_wine_try_cflags_saved=$CFLAGS
11902 CFLAGS="$CFLAGS -Wtype-limits"
11903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11904 /* end confdefs.h.  */
11905 int main(int argc, char **argv) { return 0; }
11906 _ACEOF
11907 if ac_fn_c_try_link "$LINENO"; then :
11908   ac_cv_cflags__Wtype_limits=yes
11909 else
11910   ac_cv_cflags__Wtype_limits=no
11911 fi
11912 rm -f core conftest.err conftest.$ac_objext \
11913     conftest$ac_exeext conftest.$ac_ext
11914 CFLAGS=$ac_wine_try_cflags_saved
11915 fi
11916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11917 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11918 if test $ac_cv_cflags__Wtype_limits = yes; then :
11919   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11920 fi
11921   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11922 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11923 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11924   $as_echo_n "(cached) " >&6
11925 else
11926   ac_wine_try_cflags_saved=$CFLAGS
11927 CFLAGS="$CFLAGS -Wwrite-strings"
11928 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11929 /* end confdefs.h.  */
11930 int main(int argc, char **argv) { return 0; }
11931 _ACEOF
11932 if ac_fn_c_try_link "$LINENO"; then :
11933   ac_cv_cflags__Wwrite_strings=yes
11934 else
11935   ac_cv_cflags__Wwrite_strings=no
11936 fi
11937 rm -f core conftest.err conftest.$ac_objext \
11938     conftest$ac_exeext conftest.$ac_ext
11939 CFLAGS=$ac_wine_try_cflags_saved
11940 fi
11941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11942 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11943 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11944   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11945 fi
11946
11947     saved_CFLAGS="$CFLAGS"
11948   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11949   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11950 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11951 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11952   $as_echo_n "(cached) " >&6
11953 else
11954   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11955 /* end confdefs.h.  */
11956 #include <string.h>
11957 int
11958 main ()
11959 {
11960
11961   ;
11962   return 0;
11963 }
11964 _ACEOF
11965 if ac_fn_c_try_compile "$LINENO"; then :
11966   ac_cv_c_string_h_warnings=no
11967 else
11968   ac_cv_c_string_h_warnings=yes
11969 fi
11970 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11971 fi
11972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11973 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11974   CFLAGS="$saved_CFLAGS"
11975   if test "$ac_cv_c_string_h_warnings" = "no"
11976   then
11977     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11978   fi
11979
11980     saved_CFLAGS="$CFLAGS"
11981   CFLAGS="$CFLAGS -Werror"
11982   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken unused result warnings" >&5
11983 $as_echo_n "checking for broken unused result warnings... " >&6; }
11984 if test "${ac_cv_c_unused_result_warnings+set}" = set; then :
11985   $as_echo_n "(cached) " >&6
11986 else
11987   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11988 /* end confdefs.h.  */
11989 #include <unistd.h>
11990 int
11991 main ()
11992 {
11993 write(2,"a",1)
11994   ;
11995   return 0;
11996 }
11997 _ACEOF
11998 if ac_fn_c_try_compile "$LINENO"; then :
11999   ac_cv_c_unused_result_warnings=no
12000 else
12001   ac_cv_c_unused_result_warnings=yes
12002 fi
12003 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12004 fi
12005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_unused_result_warnings" >&5
12006 $as_echo "$ac_cv_c_unused_result_warnings" >&6; }
12007   CFLAGS="$saved_CFLAGS"
12008   if test "$ac_cv_c_unused_result_warnings" = "yes"
12009   then
12010     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-unused-result" >&5
12011 $as_echo_n "checking whether the compiler supports -Wno-unused-result... " >&6; }
12012 if test "${ac_cv_cflags__Wno_unused_result+set}" = set; then :
12013   $as_echo_n "(cached) " >&6
12014 else
12015   ac_wine_try_cflags_saved=$CFLAGS
12016 CFLAGS="$CFLAGS -Wno-unused-result"
12017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12018 /* end confdefs.h.  */
12019 int main(int argc, char **argv) { return 0; }
12020 _ACEOF
12021 if ac_fn_c_try_link "$LINENO"; then :
12022   ac_cv_cflags__Wno_unused_result=yes
12023 else
12024   ac_cv_cflags__Wno_unused_result=no
12025 fi
12026 rm -f core conftest.err conftest.$ac_objext \
12027     conftest$ac_exeext conftest.$ac_ext
12028 CFLAGS=$ac_wine_try_cflags_saved
12029 fi
12030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_unused_result" >&5
12031 $as_echo "$ac_cv_cflags__Wno_unused_result" >&6; }
12032 if test $ac_cv_cflags__Wno_unused_result = yes; then :
12033   EXTRACFLAGS="$EXTRACFLAGS -Wno-unused-result"
12034 fi
12035   fi
12036
12037     if test "x$enable_maintainer_mode" = "xyes"
12038   then
12039       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
12040 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
12041 if test "${ac_cv_cflags__Werror+set}" = set; then :
12042   $as_echo_n "(cached) " >&6
12043 else
12044   ac_wine_try_cflags_saved=$CFLAGS
12045 CFLAGS="$CFLAGS -Werror"
12046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12047 /* end confdefs.h.  */
12048 int main(int argc, char **argv) { return 0; }
12049 _ACEOF
12050 if ac_fn_c_try_link "$LINENO"; then :
12051   ac_cv_cflags__Werror=yes
12052 else
12053   ac_cv_cflags__Werror=no
12054 fi
12055 rm -f core conftest.err conftest.$ac_objext \
12056     conftest$ac_exeext conftest.$ac_ext
12057 CFLAGS=$ac_wine_try_cflags_saved
12058 fi
12059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
12060 $as_echo "$ac_cv_cflags__Werror" >&6; }
12061 if test $ac_cv_cflags__Werror = yes; then :
12062   EXTRACFLAGS="$EXTRACFLAGS -Werror"
12063 fi
12064   fi
12065
12066     saved_CFLAGS="$CFLAGS"
12067   CFLAGS="$CFLAGS -Werror"
12068   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
12069 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
12070 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
12071   $as_echo_n "(cached) " >&6
12072 else
12073   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12074 /* end confdefs.h.  */
12075 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
12076 int
12077 main ()
12078 {
12079
12080   ;
12081   return 0;
12082 }
12083 _ACEOF
12084 if ac_fn_c_try_compile "$LINENO"; then :
12085   ac_cv_have_ms_hook_prologue="yes"
12086 else
12087   ac_cv_have_ms_hook_prologue="no"
12088 fi
12089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12090 fi
12091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
12092 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
12093   CFLAGS="$saved_CFLAGS"
12094   if test "$ac_cv_have_ms_hook_prologue" = "yes"
12095   then
12096
12097 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
12098
12099   else
12100       $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
12101
12102   fi
12103 fi
12104
12105
12106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
12107 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
12108 if test "${ac_cv_c_extern_prefix+set}" = set; then :
12109   $as_echo_n "(cached) " >&6
12110 else
12111   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12112 /* end confdefs.h.  */
12113 extern int ac_test;
12114 int
12115 main ()
12116 {
12117 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
12118   ;
12119   return 0;
12120 }
12121 _ACEOF
12122 if ac_fn_c_try_link "$LINENO"; then :
12123   ac_cv_c_extern_prefix="yes"
12124 else
12125   ac_cv_c_extern_prefix="no"
12126 fi
12127 rm -f core conftest.err conftest.$ac_objext \
12128     conftest$ac_exeext conftest.$ac_ext
12129 fi
12130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
12131 $as_echo "$ac_cv_c_extern_prefix" >&6; }
12132
12133 case $host_cpu in
12134   *i[3456789]86*)
12135     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
12136 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
12137 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
12138   $as_echo_n "(cached) " >&6
12139 else
12140   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12141 /* end confdefs.h.  */
12142 #ifndef _MSC_VER
12143 #define __stdcall __attribute__((__stdcall__))
12144 #endif
12145 int __stdcall ac_test(int i) { return i; }
12146 int
12147 main ()
12148 {
12149 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
12150   ;
12151   return 0;
12152 }
12153 _ACEOF
12154 if ac_fn_c_try_link "$LINENO"; then :
12155   ac_cv_c_stdcall_suffix="yes"
12156 else
12157   ac_cv_c_stdcall_suffix="no"
12158 fi
12159 rm -f core conftest.err conftest.$ac_objext \
12160     conftest$ac_exeext conftest.$ac_ext
12161 fi
12162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
12163 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
12164   *) ac_cv_c_stdcall_suffix="no" ;;
12165 esac
12166
12167
12168 if test "$ac_cv_c_extern_prefix" = "yes"
12169 then
12170     $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
12171
12172     asm_name_prefix="_"
12173 else
12174     $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
12175
12176     asm_name_prefix=""
12177 fi
12178
12179
12180 if test "$ac_cv_c_stdcall_suffix" = "yes"
12181 then
12182     $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
12183
12184 else
12185     $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
12186
12187 fi
12188
12189
12190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
12191 $as_echo_n "checking how to define a function in assembly code... " >&6; }
12192 if test "${ac_cv_asm_func_def+set}" = set; then :
12193   $as_echo_n "(cached) " >&6
12194 else
12195   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12196 /* end confdefs.h.  */
12197
12198 int
12199 main ()
12200 {
12201 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
12202   ;
12203   return 0;
12204 }
12205 _ACEOF
12206 if ac_fn_c_try_link "$LINENO"; then :
12207   ac_cv_asm_func_def=".def"
12208 else
12209   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12210 /* end confdefs.h.  */
12211
12212 int
12213 main ()
12214 {
12215 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
12216   ;
12217   return 0;
12218 }
12219 _ACEOF
12220 if ac_fn_c_try_link "$LINENO"; then :
12221   ac_cv_asm_func_def=".type @function"
12222 else
12223   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12224 /* end confdefs.h.  */
12225
12226 int
12227 main ()
12228 {
12229 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
12230   ;
12231   return 0;
12232 }
12233 _ACEOF
12234 if ac_fn_c_try_link "$LINENO"; then :
12235   ac_cv_asm_func_def=".type 2"
12236 else
12237   ac_cv_asm_func_def="unknown"
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 rm -f core conftest.err conftest.$ac_objext \
12246     conftest$ac_exeext conftest.$ac_ext
12247 fi
12248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
12249 $as_echo "$ac_cv_asm_func_def" >&6; }
12250
12251
12252 case "$ac_cv_asm_func_def" in
12253   ".def")
12254      $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
12255
12256      asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
12257   ".type @function")
12258      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
12259
12260      asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
12261   ".type 2")
12262      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
12263
12264      asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
12265   *)
12266      $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
12267
12268      asm_func_header="" ;;
12269 esac
12270
12271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
12272 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
12273 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
12274   $as_echo_n "(cached) " >&6
12275 else
12276   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12277 /* end confdefs.h.  */
12278 asm(".text\n\t.long 0");
12279 int
12280 main ()
12281 {
12282
12283   ;
12284   return 0;
12285 }
12286 _ACEOF
12287 if ac_fn_c_try_compile "$LINENO"; then :
12288   ac_cv_c_asm_outside_funcs="yes"
12289 else
12290   ac_cv_c_asm_outside_funcs="no"
12291 fi
12292 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12293 fi
12294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
12295 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
12296
12297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
12298 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
12299 if test "${ac_cv_c_dot_previous+set}" = set; then :
12300   $as_echo_n "(cached) " >&6
12301 else
12302   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12303 /* end confdefs.h.  */
12304
12305 int
12306 main ()
12307 {
12308 asm(".text\nac_test:\t.long 0\n\t.previous");
12309   ;
12310   return 0;
12311 }
12312 _ACEOF
12313 if ac_fn_c_try_link "$LINENO"; then :
12314   ac_cv_c_dot_previous="yes"
12315 else
12316   ac_cv_c_dot_previous="no"
12317 fi
12318 rm -f core conftest.err conftest.$ac_objext \
12319     conftest$ac_exeext conftest.$ac_ext
12320 fi
12321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
12322 $as_echo "$ac_cv_c_dot_previous" >&6; }
12323
12324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
12325 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
12326 if test "${ac_cv_c_cfi_support+set}" = set; then :
12327   $as_echo_n "(cached) " >&6
12328 else
12329   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12330 /* end confdefs.h.  */
12331 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
12332 int
12333 main ()
12334 {
12335
12336   ;
12337   return 0;
12338 }
12339 _ACEOF
12340 if ac_fn_c_try_compile "$LINENO"; then :
12341   ac_cv_c_cfi_support="yes"
12342 else
12343   ac_cv_c_cfi_support="no"
12344 fi
12345 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12346 fi
12347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
12348 $as_echo "$ac_cv_c_cfi_support" >&6; }
12349
12350 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
12351 asm_func_trailer=""
12352 if test "$ac_cv_c_dot_previous" = "yes"
12353 then
12354    asm_func_trailer="\\n\\t.previous"
12355 fi
12356 if test "$ac_cv_c_cfi_support" = "yes"
12357 then
12358    asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
12359    asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
12360
12361 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
12362
12363    UNWINDFLAGS=-fasynchronous-unwind-tables
12364
12365 else
12366    $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
12367
12368 fi
12369
12370 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
12371
12372
12373 if test "$ac_cv_c_asm_outside_funcs" = "yes"
12374 then
12375     cat >>confdefs.h <<_ACEOF
12376 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
12377 _ACEOF
12378
12379 else
12380     cat >>confdefs.h <<_ACEOF
12381 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
12382 _ACEOF
12383
12384 fi
12385
12386 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
12387
12388
12389 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
12390
12391
12392
12393 LDPATH=""
12394
12395 case $build_os in
12396   cygwin*|mingw32*)
12397     TOOLSEXT=".exe"
12398
12399     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
12400     ;;
12401   darwin*|macosx*)
12402     ;;
12403   *)
12404     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
12405     ;;
12406 esac
12407
12408 case $host_os in
12409   mingw32*)
12410     CRTLIBS="-lmsvcrt"
12411
12412     SOCKETLIBS="-L\$(top_builddir)/dlls/ws2_32 -lws2_32"
12413
12414     ;;
12415 esac
12416
12417 MAIN_BINARY="wine"
12418
12419 test "x$enable_win64" != "xyes" || MAIN_BINARY="wine64"
12420
12421 case $host_cpu in
12422   *i[3456789]86*)
12423     case $host_os in
12424       linux*)
12425         EXTRA_BINARIES="wine-preloader"
12426  ;;
12427     esac
12428     ;;
12429 esac
12430
12431
12432 ac_save_CFLAGS="$CFLAGS"
12433 CFLAGS="$CFLAGS $BUILTINFLAG"
12434 for ac_func in \
12435         _pclose \
12436         _popen \
12437         _snprintf \
12438         _spawnvp \
12439         _strdup \
12440         _stricmp \
12441         _strnicmp \
12442         _strtoi64 \
12443         _strtoui64 \
12444         _vsnprintf \
12445         asctime_r \
12446         chsize \
12447         dlopen \
12448         epoll_create \
12449         ffs \
12450         finite \
12451         fnmatch \
12452         fork \
12453         fpclass \
12454         fstatfs \
12455         fstatvfs \
12456         ftruncate \
12457         futimes \
12458         futimesat \
12459         getdirentries \
12460         getopt_long \
12461         getpagesize \
12462         getpwuid \
12463         gettid \
12464         gettimeofday \
12465         getuid \
12466         kqueue \
12467         lstat \
12468         memmove \
12469         mmap \
12470         pclose \
12471         pipe2 \
12472         poll \
12473         popen \
12474         port_create \
12475         prctl \
12476         pread \
12477         pwrite \
12478         readdir \
12479         readlink \
12480         sched_setaffinity \
12481         sched_yield \
12482         select \
12483         setproctitle \
12484         setrlimit \
12485         settimeofday \
12486         sigaltstack \
12487         sigprocmask \
12488         snprintf \
12489         spawnvp \
12490         statfs \
12491         statvfs \
12492         strcasecmp \
12493         strdup \
12494         strerror \
12495         strncasecmp \
12496         strtold \
12497         strtoll \
12498         strtoull \
12499         symlink \
12500         tcgetattr \
12501         thr_kill2 \
12502         timegm \
12503         usleep \
12504         vsnprintf \
12505         wait4 \
12506         waitpid \
12507
12508 do :
12509   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12510 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12511 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12512   cat >>confdefs.h <<_ACEOF
12513 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12514 _ACEOF
12515
12516 fi
12517 done
12518
12519 CFLAGS="$ac_save_CFLAGS"
12520
12521 if test "$ac_cv_func_dlopen" = no
12522 then
12523     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12524 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12525 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12526   $as_echo_n "(cached) " >&6
12527 else
12528   ac_check_lib_save_LIBS=$LIBS
12529 LIBS="-ldl  $LIBS"
12530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12531 /* end confdefs.h.  */
12532
12533 /* Override any GCC internal prototype to avoid an error.
12534    Use char because int might match the return type of a GCC
12535    builtin and then its argument prototype would still apply.  */
12536 #ifdef __cplusplus
12537 extern "C"
12538 #endif
12539 char dlopen ();
12540 int
12541 main ()
12542 {
12543 return dlopen ();
12544   ;
12545   return 0;
12546 }
12547 _ACEOF
12548 if ac_fn_c_try_link "$LINENO"; then :
12549   ac_cv_lib_dl_dlopen=yes
12550 else
12551   ac_cv_lib_dl_dlopen=no
12552 fi
12553 rm -f core conftest.err conftest.$ac_objext \
12554     conftest$ac_exeext conftest.$ac_ext
12555 LIBS=$ac_check_lib_save_LIBS
12556 fi
12557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12558 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12559 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12560   $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12561  LIBDL="-ldl"
12562
12563 fi
12564
12565 fi
12566 ac_wine_check_funcs_save_LIBS="$LIBS"
12567 LIBS="$LIBS $LIBDL"
12568 for ac_func in dladdr
12569 do :
12570   ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12571 if test "x$ac_cv_func_dladdr" = x""yes; then :
12572   cat >>confdefs.h <<_ACEOF
12573 #define HAVE_DLADDR 1
12574 _ACEOF
12575
12576 fi
12577 done
12578
12579 LIBS="$ac_wine_check_funcs_save_LIBS"
12580
12581 if test "$ac_cv_func_poll" = no
12582 then
12583     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12584 $as_echo_n "checking for poll in -lpoll... " >&6; }
12585 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12586   $as_echo_n "(cached) " >&6
12587 else
12588   ac_check_lib_save_LIBS=$LIBS
12589 LIBS="-lpoll  $LIBS"
12590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12591 /* end confdefs.h.  */
12592
12593 /* Override any GCC internal prototype to avoid an error.
12594    Use char because int might match the return type of a GCC
12595    builtin and then its argument prototype would still apply.  */
12596 #ifdef __cplusplus
12597 extern "C"
12598 #endif
12599 char poll ();
12600 int
12601 main ()
12602 {
12603 return poll ();
12604   ;
12605   return 0;
12606 }
12607 _ACEOF
12608 if ac_fn_c_try_link "$LINENO"; then :
12609   ac_cv_lib_poll_poll=yes
12610 else
12611   ac_cv_lib_poll_poll=no
12612 fi
12613 rm -f core conftest.err conftest.$ac_objext \
12614     conftest$ac_exeext conftest.$ac_ext
12615 LIBS=$ac_check_lib_save_LIBS
12616 fi
12617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12618 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12619 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12620   $as_echo "#define HAVE_POLL 1" >>confdefs.h
12621  LIBPOLL="-lpoll"
12622
12623 fi
12624
12625 fi
12626
12627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12628 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12629 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12630   $as_echo_n "(cached) " >&6
12631 else
12632   ac_func_search_save_LIBS=$LIBS
12633 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12634 /* end confdefs.h.  */
12635
12636 /* Override any GCC internal prototype to avoid an error.
12637    Use char because int might match the return type of a GCC
12638    builtin and then its argument prototype would still apply.  */
12639 #ifdef __cplusplus
12640 extern "C"
12641 #endif
12642 char gethostbyname ();
12643 int
12644 main ()
12645 {
12646 return gethostbyname ();
12647   ;
12648   return 0;
12649 }
12650 _ACEOF
12651 for ac_lib in '' nsl; do
12652   if test -z "$ac_lib"; then
12653     ac_res="none required"
12654   else
12655     ac_res=-l$ac_lib
12656     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12657   fi
12658   if ac_fn_c_try_link "$LINENO"; then :
12659   ac_cv_search_gethostbyname=$ac_res
12660 fi
12661 rm -f core conftest.err conftest.$ac_objext \
12662     conftest$ac_exeext
12663   if test "${ac_cv_search_gethostbyname+set}" = set; then :
12664   break
12665 fi
12666 done
12667 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12668
12669 else
12670   ac_cv_search_gethostbyname=no
12671 fi
12672 rm conftest.$ac_ext
12673 LIBS=$ac_func_search_save_LIBS
12674 fi
12675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12676 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12677 ac_res=$ac_cv_search_gethostbyname
12678 if test "$ac_res" != no; then :
12679   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12680
12681 fi
12682
12683
12684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12685 $as_echo_n "checking for library containing connect... " >&6; }
12686 if test "${ac_cv_search_connect+set}" = set; then :
12687   $as_echo_n "(cached) " >&6
12688 else
12689   ac_func_search_save_LIBS=$LIBS
12690 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12691 /* end confdefs.h.  */
12692
12693 /* Override any GCC internal prototype to avoid an error.
12694    Use char because int might match the return type of a GCC
12695    builtin and then its argument prototype would still apply.  */
12696 #ifdef __cplusplus
12697 extern "C"
12698 #endif
12699 char connect ();
12700 int
12701 main ()
12702 {
12703 return connect ();
12704   ;
12705   return 0;
12706 }
12707 _ACEOF
12708 for ac_lib in '' socket; do
12709   if test -z "$ac_lib"; then
12710     ac_res="none required"
12711   else
12712     ac_res=-l$ac_lib
12713     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12714   fi
12715   if ac_fn_c_try_link "$LINENO"; then :
12716   ac_cv_search_connect=$ac_res
12717 fi
12718 rm -f core conftest.err conftest.$ac_objext \
12719     conftest$ac_exeext
12720   if test "${ac_cv_search_connect+set}" = set; then :
12721   break
12722 fi
12723 done
12724 if test "${ac_cv_search_connect+set}" = set; then :
12725
12726 else
12727   ac_cv_search_connect=no
12728 fi
12729 rm conftest.$ac_ext
12730 LIBS=$ac_func_search_save_LIBS
12731 fi
12732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12733 $as_echo "$ac_cv_search_connect" >&6; }
12734 ac_res=$ac_cv_search_connect
12735 if test "$ac_res" != no; then :
12736   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12737
12738 fi
12739
12740
12741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12742 $as_echo_n "checking for library containing inet_aton... " >&6; }
12743 if test "${ac_cv_search_inet_aton+set}" = set; then :
12744   $as_echo_n "(cached) " >&6
12745 else
12746   ac_func_search_save_LIBS=$LIBS
12747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12748 /* end confdefs.h.  */
12749
12750 /* Override any GCC internal prototype to avoid an error.
12751    Use char because int might match the return type of a GCC
12752    builtin and then its argument prototype would still apply.  */
12753 #ifdef __cplusplus
12754 extern "C"
12755 #endif
12756 char inet_aton ();
12757 int
12758 main ()
12759 {
12760 return inet_aton ();
12761   ;
12762   return 0;
12763 }
12764 _ACEOF
12765 for ac_lib in '' resolv; do
12766   if test -z "$ac_lib"; then
12767     ac_res="none required"
12768   else
12769     ac_res=-l$ac_lib
12770     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12771   fi
12772   if ac_fn_c_try_link "$LINENO"; then :
12773   ac_cv_search_inet_aton=$ac_res
12774 fi
12775 rm -f core conftest.err conftest.$ac_objext \
12776     conftest$ac_exeext
12777   if test "${ac_cv_search_inet_aton+set}" = set; then :
12778   break
12779 fi
12780 done
12781 if test "${ac_cv_search_inet_aton+set}" = set; then :
12782
12783 else
12784   ac_cv_search_inet_aton=no
12785 fi
12786 rm conftest.$ac_ext
12787 LIBS=$ac_func_search_save_LIBS
12788 fi
12789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12790 $as_echo "$ac_cv_search_inet_aton" >&6; }
12791 ac_res=$ac_cv_search_inet_aton
12792 if test "$ac_res" != no; then :
12793   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12794
12795 fi
12796
12797
12798 for ac_func in \
12799         getaddrinfo \
12800         getnameinfo \
12801         getnetbyname \
12802         getprotobyname \
12803         getprotobynumber \
12804         getservbyport \
12805         inet_network \
12806         inet_ntop \
12807         inet_pton \
12808         sendmsg \
12809         socketpair \
12810
12811 do :
12812   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12813 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12814 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12815   cat >>confdefs.h <<_ACEOF
12816 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12817 _ACEOF
12818
12819 fi
12820 done
12821
12822
12823 LDAPLIBS=""
12824
12825 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12826 then
12827     ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12828 "
12829 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12830   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12831 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12832 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12833   $as_echo_n "(cached) " >&6
12834 else
12835   ac_check_lib_save_LIBS=$LIBS
12836 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12837 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12838 /* end confdefs.h.  */
12839
12840 /* Override any GCC internal prototype to avoid an error.
12841    Use char because int might match the return type of a GCC
12842    builtin and then its argument prototype would still apply.  */
12843 #ifdef __cplusplus
12844 extern "C"
12845 #endif
12846 char ldap_initialize ();
12847 int
12848 main ()
12849 {
12850 return ldap_initialize ();
12851   ;
12852   return 0;
12853 }
12854 _ACEOF
12855 if ac_fn_c_try_link "$LINENO"; then :
12856   ac_cv_lib_ldap_r_ldap_initialize=yes
12857 else
12858   ac_cv_lib_ldap_r_ldap_initialize=no
12859 fi
12860 rm -f core conftest.err conftest.$ac_objext \
12861     conftest$ac_exeext conftest.$ac_ext
12862 LIBS=$ac_check_lib_save_LIBS
12863 fi
12864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12865 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12866 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12867   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12868 $as_echo_n "checking for ber_init in -llber... " >&6; }
12869 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12870   $as_echo_n "(cached) " >&6
12871 else
12872   ac_check_lib_save_LIBS=$LIBS
12873 LIBS="-llber $LIBPTHREAD $LIBS"
12874 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12875 /* end confdefs.h.  */
12876
12877 /* Override any GCC internal prototype to avoid an error.
12878    Use char because int might match the return type of a GCC
12879    builtin and then its argument prototype would still apply.  */
12880 #ifdef __cplusplus
12881 extern "C"
12882 #endif
12883 char ber_init ();
12884 int
12885 main ()
12886 {
12887 return ber_init ();
12888   ;
12889   return 0;
12890 }
12891 _ACEOF
12892 if ac_fn_c_try_link "$LINENO"; then :
12893   ac_cv_lib_lber_ber_init=yes
12894 else
12895   ac_cv_lib_lber_ber_init=no
12896 fi
12897 rm -f core conftest.err conftest.$ac_objext \
12898     conftest$ac_exeext conftest.$ac_ext
12899 LIBS=$ac_check_lib_save_LIBS
12900 fi
12901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12902 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12903 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12904
12905 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12906
12907                  LDAPLIBS="-lldap_r -llber"
12908 fi
12909
12910 fi
12911
12912 fi
12913
12914     ac_wine_check_funcs_save_LIBS="$LIBS"
12915 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12916 for ac_func in \
12917         ldap_count_references \
12918         ldap_first_reference \
12919         ldap_next_reference \
12920         ldap_parse_reference \
12921         ldap_parse_sort_control \
12922         ldap_parse_sortresponse_control \
12923         ldap_parse_vlv_control \
12924         ldap_parse_vlvresponse_control
12925 do :
12926   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12927 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12928 if eval test \"x\$"$as_ac_var"\" = 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.vars.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     ac_dir=$1
14130     ac_alldeps=$2
14131     ac_makedep="\$(MAKEDEP)"
14132     ac_input=Make.vars.in:$ac_dir/Makefile.in
14133     if test $ac_dir != tools
14134     then
14135                 ac_alldeps="$2 $ac_makedep"
14136     fi
14137     case $2 in
14138       *.in) ac_input=$ac_input:$2 ;;
14139       *) ac_makedep="$2 $ac_makedep" ;;
14140     esac
14141
14142     wine_fn_append_file ALL_DIRS $ac_dir
14143     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14144 "__clean__: $ac_dir/__clean__
14145 .PHONY: $ac_dir/__clean__
14146 $ac_dir/__clean__: $ac_dir/Makefile
14147         @cd $ac_dir && \$(MAKE) clean
14148         \$(RM) $ac_dir/Makefile
14149 $ac_dir/Makefile: $ac_dir/Makefile.in Make.vars.in config.status $ac_alldeps
14150         @./config.status --file $ac_dir/Makefile:$ac_input && cd $ac_dir && \$(MAKE) depend
14151 depend: $ac_dir/__depend__
14152 .PHONY: $ac_dir/__depend__
14153 $ac_dir/__depend__: $ac_makedep dummy
14154         @./config.status --file $ac_dir/Makefile:$ac_input && cd $ac_dir && \$(MAKE) depend"
14155 }
14156
14157 wine_fn_config_makefile ()
14158 {
14159     ac_dir=$1
14160     ac_enable=$2
14161     if eval test \"x\$"$ac_enable"\" = x"no"; then :
14162   return 0
14163 fi
14164
14165     wine_fn_all_dir_rules $ac_dir Make.rules
14166     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14167 "all: $ac_dir
14168 .PHONY: $ac_dir
14169 $ac_dir: $ac_dir/Makefile dummy
14170         @cd $ac_dir && \$(MAKE)
14171 install:: $ac_dir
14172         @cd $ac_dir && \$(MAKE) install
14173 install-lib:: $ac_dir
14174         @cd $ac_dir && \$(MAKE) install-lib
14175 install-dev:: $ac_dir
14176         @cd $ac_dir && \$(MAKE) install-dev
14177 uninstall:: $ac_dir/Makefile
14178         @cd $ac_dir && \$(MAKE) uninstall"
14179 }
14180
14181 wine_fn_config_lib ()
14182 {
14183     ac_name=$1
14184     ac_dir=dlls/$ac_name
14185     wine_fn_all_dir_rules $ac_dir dlls/Makeimplib.rules
14186     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14187 "all __builddeps__: $ac_dir
14188 $ac_dir: $ac_dir/Makefile tools/widl tools/winebuild tools/winegcc include dummy
14189         @cd $ac_dir && \$(MAKE)
14190 install install-dev:: $ac_dir
14191         @cd $ac_dir && \$(MAKE) install
14192 uninstall:: $ac_dir/Makefile
14193         @cd $ac_dir && \$(MAKE) uninstall"
14194 }
14195
14196 wine_fn_config_dll ()
14197 {
14198     ac_name=$1
14199     ac_dir=dlls/$ac_name
14200     ac_enable=$2
14201     ac_implib=$3
14202     ac_implibsrc=$4
14203     ac_file=$ac_dir/lib$ac_implib
14204     ac_deps="tools/widl tools/winebuild tools/winegcc include"
14205     ac_implibflags=""
14206
14207     case $ac_name in
14208       *16) ac_implibflags=" -m16" ;;
14209     esac
14210
14211     wine_fn_all_dir_rules $ac_dir dlls/Makedll.rules
14212
14213     if eval test \"x\$"$ac_enable"\" = x"no"; then :
14214                 test "$ac_enable" != enable_win16 || return 0
14215 else
14216   wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14217 "all: $ac_dir
14218 .PHONY: $ac_dir
14219 $ac_dir: $ac_dir/Makefile __builddeps__ dummy
14220         @cd $ac_dir && \$(MAKE)
14221 install:: $ac_dir/Makefile __builddeps__
14222         @cd $ac_dir && \$(MAKE) install
14223 install-lib:: $ac_dir/Makefile __builddeps__
14224         @cd $ac_dir && \$(MAKE) install-lib
14225 uninstall manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
14226         @cd $ac_dir && \$(MAKE) \$@"
14227 fi
14228
14229     if test -n "$ac_implibsrc"
14230     then
14231         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14232 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
14233 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
14234 $ac_file.def: $ac_dir/$ac_name.spec $ac_dir/Makefile
14235         @cd $ac_dir && \$(MAKE) lib$ac_implib.def
14236 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
14237         @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
14238 install-dev:: $ac_dir/Makefile __builddeps__
14239         @cd $ac_dir && \$(MAKE) install-dev"
14240         if test "x$CROSSTEST_DISABLE" = x
14241         then
14242             wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14243 "__builddeps__: $ac_file.cross.a
14244 $ac_file.cross.a: $ac_dir/Makefile dummy
14245         @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
14246         fi
14247
14248     elif test -n "$ac_implib"
14249     then
14250         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14251 "__builddeps__: $ac_file.$IMPLIBEXT
14252 $ac_file.def: $ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
14253         \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export \$(srcdir)/$ac_dir/$ac_name.spec
14254 $ac_file.a: $ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
14255         \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export \$(srcdir)/$ac_dir/$ac_name.spec
14256 install-dev:: $ac_dir/Makefile __builddeps__
14257         @cd $ac_dir && \$(MAKE) install-dev"
14258         if test "x$CROSSTEST_DISABLE" = x
14259         then
14260             wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14261 "__builddeps__: $ac_file.cross.a
14262 $ac_file.cross.a: $ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
14263         \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export \$(srcdir)/$ac_dir/$ac_name.spec"
14264         fi
14265
14266         if test "$ac_name" != "$ac_implib"
14267         then
14268             wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14269 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
14270 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
14271         \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
14272 clean::
14273         \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
14274             if test "x$CROSSTEST_DISABLE" = x
14275             then
14276                 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14277 "__builddeps__: dlls/lib$ac_implib.cross.a
14278 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
14279         \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@"
14280             fi
14281         fi
14282     fi
14283 }
14284
14285 wine_fn_config_program ()
14286 {
14287     ac_name=$1
14288     ac_dir=programs/$ac_name
14289     ac_enable=$2
14290     ac_install=$3
14291     wine_fn_all_dir_rules $ac_dir programs/Makeprog.rules
14292
14293     if eval test \"x\$"$ac_enable"\" = x"no"; then :
14294
14295 else
14296   wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14297 "all: $ac_dir
14298 .PHONY: $ac_dir
14299 $ac_dir: $ac_dir/Makefile __builddeps__ dummy
14300         @cd $ac_dir && \$(MAKE)"
14301
14302     test -n "$ac_install" || return
14303     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14304 "install install-lib:: $ac_dir/Makefile __builddeps__
14305         @cd $ac_dir && \$(MAKE) install
14306 uninstall:: $ac_dir/Makefile
14307         @cd $ac_dir && \$(MAKE) uninstall"
14308     if test "$ac_install" = installbin -a -n "$DLLEXT" -a "x$enable_tools" != xno
14309     then
14310         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14311 "install install-lib:: tools \$(DESTDIR)\$(bindir)
14312         \$(INSTALL_SCRIPT) tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
14313 uninstall::
14314         \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
14315     fi
14316 fi
14317 }
14318
14319 wine_fn_config_test ()
14320 {
14321     ac_dir=$1
14322     ac_name=$2
14323     wine_fn_append_file ALL_TEST_BINARIES $ac_name.exe
14324     wine_fn_append_rule ALL_WINETEST_DEPENDS \
14325 "$ac_name.exe: \$(top_builddir)/$ac_dir/$ac_name.exe$DLLEXT
14326         cp \$(top_builddir)/$ac_dir/$ac_name.exe$DLLEXT \$@ && \$(STRIP) \$@
14327 $ac_name.rc:
14328         echo \"$ac_name.exe TESTRES \\\"$ac_name.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14329 $ac_name.res: $ac_name.rc $ac_name.exe"
14330     wine_fn_all_dir_rules $ac_dir Maketest.rules
14331
14332     if test "x$enable_tests" = x""no; then :
14333
14334 else
14335   wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14336 "all programs/winetest: $ac_dir
14337 .PHONY: $ac_dir
14338 $ac_dir: $ac_dir/Makefile __builddeps__ dummy
14339         @cd $ac_dir && \$(MAKE)
14340 test: $ac_dir/__test__
14341 .PHONY: $ac_dir/__test__
14342 $ac_dir/__test__: dummy
14343         @cd $ac_dir && \$(MAKE) test
14344 testclean::
14345         \$(RM) $ac_dir/*.ok"
14346
14347         if test "x$CROSSTEST_DISABLE" = x
14348         then
14349             wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14350 "crosstest: $ac_dir/__crosstest__
14351 .PHONY: $ac_dir/__crosstest__
14352 $ac_dir/__crosstest__: $ac_dir/Makefile __builddeps__ dummy
14353         @cd $ac_dir && \$(MAKE) crosstest"
14354         fi
14355 fi
14356 }
14357
14358 wine_fn_config_tool ()
14359 {
14360     ac_dir=$1
14361     wine_fn_all_dir_rules $ac_dir Make.rules
14362
14363     if test "x$enable_tools" = x""no; then :
14364
14365 else
14366   case $ac_dir in
14367             tools) wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14368 "install:: $ac_dir
14369         @cd $ac_dir && \$(MAKE) install
14370 install-lib:: $ac_dir
14371         @cd $ac_dir && \$(MAKE) install-lib
14372 install-dev:: $ac_dir
14373         @cd $ac_dir && \$(MAKE) install-dev" ;;
14374       *)     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14375 "install install-dev:: $ac_dir
14376         @cd $ac_dir && \$(MAKE) install" ;;
14377       esac
14378       wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14379 "uninstall:: $ac_dir/Makefile
14380         @cd $ac_dir && \$(MAKE) uninstall
14381 all __tooldeps__: $ac_dir
14382 .PHONY: $ac_dir
14383 $ac_dir: $ac_dir/Makefile libs/port dummy
14384         @cd $ac_dir && \$(MAKE)"
14385       case $ac_dir in
14386         tools/winebuild) wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(WINEBUILD): $ac_dir" ;;
14387       esac
14388 fi
14389 }
14390
14391 wine_fn_config_makerules ()
14392 {
14393     ac_rules=$1
14394     ac_deps=$2
14395     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14396 "$ac_rules: $ac_rules.in $ac_deps config.status
14397         @./config.status $ac_rules
14398 distclean::
14399         \$(RM) $ac_rules"
14400 }
14401
14402 wine_fn_config_symlink ()
14403 {
14404     ac_link=$1
14405     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14406 "$ac_link:
14407         @./config.status $ac_link
14408 distclean::
14409         \$(RM) $ac_link"
14410 }
14411
14412 if test "x$CROSSTEST_DISABLE" != x
14413 then
14414     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14415 "crosstest:
14416         @echo \"crosstest is not supported (mingw not installed?)\" && false"
14417 fi
14418 ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
14419 test "$srcdir" = "." || wine_fn_config_symlink dlls/wineps.drv/generic.ppd
14420 if test "x$enable_fonts" != xno; then
14421 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
14422 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf
14423 fi
14424 if test "x$enable_fonts" != xno; then
14425 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
14426 test "$srcdir" = "." || wine_fn_config_symlink fonts/symbol.ttf
14427 fi
14428 if test "x$enable_fonts" != xno; then
14429 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
14430 test "$srcdir" = "." || wine_fn_config_symlink fonts/tahoma.ttf
14431 fi
14432 if test "x$enable_fonts" != xno; then
14433 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
14434 test "$srcdir" = "." || wine_fn_config_symlink fonts/tahomabd.ttf
14435 fi
14436 ac_config_links="$ac_config_links tools/l_intl.nls:tools/l_intl.nls"
14437 test "$srcdir" = "." || wine_fn_config_symlink tools/l_intl.nls
14438 ac_config_links="$ac_config_links wine:tools/winewrapper"
14439 wine_fn_config_symlink wine
14440
14441 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
14442
14443 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
14444
14445 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
14446
14447 ac_config_commands="$ac_config_commands dlls/user32/resources"
14448
14449 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
14450
14451 ac_config_commands="$ac_config_commands include/wine"
14452
14453
14454 wine_fn_config_makerules Make.rules
14455 MAKE_RULES=Make.rules
14456 ac_config_files="$ac_config_files Make.rules"
14457
14458 wine_fn_config_makerules Maketest.rules Make.rules
14459 MAKE_TEST_RULES=Maketest.rules
14460 ac_config_files="$ac_config_files Maketest.rules"
14461
14462 wine_fn_config_makerules dlls/Makedll.rules Make.rules
14463 MAKE_DLL_RULES=dlls/Makedll.rules
14464 ac_config_files="$ac_config_files dlls/Makedll.rules"
14465
14466 wine_fn_config_makerules dlls/Makeimplib.rules Make.rules
14467 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
14468 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
14469
14470 wine_fn_config_makerules programs/Makeprog.rules Make.rules
14471 MAKE_PROG_RULES=programs/Makeprog.rules
14472 ac_config_files="$ac_config_files programs/Makeprog.rules"
14473
14474
14475 wine_fn_config_dll acledit enable_acledit
14476 wine_fn_config_dll aclui enable_aclui aclui
14477 wine_fn_config_dll activeds enable_activeds activeds
14478 wine_fn_config_dll actxprxy enable_actxprxy
14479 wine_fn_config_lib adsiid
14480 wine_fn_config_dll advapi32 enable_advapi32 advapi32
14481 wine_fn_config_test dlls/advapi32/tests advapi32_test
14482 wine_fn_config_dll advpack enable_advpack advpack
14483 wine_fn_config_test dlls/advpack/tests advpack_test
14484 wine_fn_config_dll amstream enable_amstream
14485 wine_fn_config_test dlls/amstream/tests amstream_test
14486 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl
14487 wine_fn_config_dll atl enable_atl atl
14488 wine_fn_config_test dlls/atl/tests atl_test
14489 wine_fn_config_dll authz enable_authz
14490 wine_fn_config_dll avicap32 enable_avicap32 avicap32
14491 wine_fn_config_dll avifil32 enable_avifil32 avifil32
14492 wine_fn_config_test dlls/avifil32/tests avifil32_test
14493 wine_fn_config_dll avifile.dll16 enable_win16
14494 wine_fn_config_dll avrt enable_avrt avrt
14495 wine_fn_config_dll bcrypt enable_bcrypt
14496 wine_fn_config_dll browseui enable_browseui
14497 wine_fn_config_test dlls/browseui/tests browseui_test
14498 wine_fn_config_dll cabinet enable_cabinet cabinet
14499 wine_fn_config_test dlls/cabinet/tests cabinet_test
14500 wine_fn_config_dll capi2032 enable_capi2032 capi2032
14501 wine_fn_config_dll cards enable_cards cards
14502 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 cfgmgr32
14503 wine_fn_config_dll clusapi enable_clusapi clusapi
14504 wine_fn_config_dll comcat enable_comcat
14505 wine_fn_config_test dlls/comcat/tests comcat_test
14506 wine_fn_config_dll comctl32 enable_comctl32 comctl32
14507 wine_fn_config_test dlls/comctl32/tests comctl32_test
14508 wine_fn_config_dll comdlg32 enable_comdlg32 comdlg32
14509 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
14510 wine_fn_config_dll comm.drv16 enable_win16
14511 wine_fn_config_dll commdlg.dll16 enable_win16
14512 wine_fn_config_dll compobj.dll16 enable_win16
14513 wine_fn_config_dll compstui enable_compstui compstui
14514 wine_fn_config_dll credui enable_credui credui
14515 wine_fn_config_test dlls/credui/tests credui_test
14516 wine_fn_config_dll crtdll enable_crtdll crtdll
14517 wine_fn_config_dll crypt32 enable_crypt32 crypt32
14518 wine_fn_config_test dlls/crypt32/tests crypt32_test
14519 wine_fn_config_dll cryptdlg enable_cryptdlg
14520 wine_fn_config_dll cryptdll enable_cryptdll cryptdll
14521 wine_fn_config_dll cryptnet enable_cryptnet cryptnet
14522 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
14523 wine_fn_config_dll cryptui enable_cryptui cryptui
14524 wine_fn_config_test dlls/cryptui/tests cryptui_test
14525 wine_fn_config_dll ctapi32 enable_ctapi32
14526 wine_fn_config_dll ctl3d.dll16 enable_win16
14527 wine_fn_config_dll ctl3d32 enable_ctl3d32 ctl3d32
14528 wine_fn_config_dll ctl3dv2.dll16 enable_win16
14529 wine_fn_config_dll d3d10 enable_d3d10 d3d10
14530 wine_fn_config_test dlls/d3d10/tests d3d10_test
14531 wine_fn_config_dll d3d10core enable_d3d10core d3d10core
14532 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
14533 wine_fn_config_dll d3d8 enable_d3d8 d3d8
14534 wine_fn_config_test dlls/d3d8/tests d3d8_test
14535 wine_fn_config_dll d3d9 enable_d3d9 d3d9
14536 wine_fn_config_test dlls/d3d9/tests d3d9_test
14537 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
14538 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
14539 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
14540 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
14541 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
14542 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
14543 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
14544 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
14545 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
14546 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
14547 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 d3dcompiler
14548 wine_fn_config_test dlls/d3dcompiler_43/tests d3dcompiler_43_test
14549 wine_fn_config_dll d3dim enable_d3dim d3dim
14550 wine_fn_config_dll d3drm enable_d3drm d3drm
14551 wine_fn_config_test dlls/d3drm/tests d3drm_test
14552 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
14553 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
14554 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
14555 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
14556 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
14557 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
14558 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
14559 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
14560 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
14561 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
14562 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
14563 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
14564 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
14565 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
14566 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
14567 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
14568 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
14569 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
14570 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
14571 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
14572 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
14573 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
14574 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
14575 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 d3dx9
14576 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
14577 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
14578 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
14579 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
14580 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
14581 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
14582 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
14583 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
14584 wine_fn_config_dll d3dxof enable_d3dxof d3dxof
14585 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
14586 wine_fn_config_dll dbghelp enable_dbghelp dbghelp
14587 wine_fn_config_dll dciman32 enable_dciman32 dciman32
14588 wine_fn_config_dll ddeml.dll16 enable_win16
14589 wine_fn_config_dll ddraw enable_ddraw ddraw
14590 wine_fn_config_test dlls/ddraw/tests ddraw_test
14591 wine_fn_config_dll ddrawex enable_ddrawex
14592 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
14593 wine_fn_config_dll devenum enable_devenum
14594 wine_fn_config_dll dinput enable_dinput dinput "data_formats.c"
14595 wine_fn_config_test dlls/dinput/tests dinput_test
14596 wine_fn_config_dll dinput8 enable_dinput8 dinput8
14597 wine_fn_config_dll dispdib.dll16 enable_win16
14598 wine_fn_config_dll dispex enable_dispex
14599 wine_fn_config_test dlls/dispex/tests dispex_test
14600 wine_fn_config_dll display.drv16 enable_win16
14601 wine_fn_config_dll dmband enable_dmband
14602 wine_fn_config_dll dmcompos enable_dmcompos
14603 wine_fn_config_dll dmime enable_dmime
14604 wine_fn_config_test dlls/dmime/tests dmime_test
14605 wine_fn_config_dll dmloader enable_dmloader
14606 wine_fn_config_test dlls/dmloader/tests dmloader_test
14607 wine_fn_config_dll dmscript enable_dmscript
14608 wine_fn_config_dll dmstyle enable_dmstyle
14609 wine_fn_config_dll dmsynth enable_dmsynth
14610 wine_fn_config_dll dmusic enable_dmusic
14611 wine_fn_config_dll dmusic32 enable_dmusic32 dmusic32
14612 wine_fn_config_dll dnsapi enable_dnsapi dnsapi
14613 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
14614 wine_fn_config_dll dplay enable_dplay dplay
14615 wine_fn_config_dll dplayx enable_dplayx dplayx
14616 wine_fn_config_test dlls/dplayx/tests dplayx_test
14617 wine_fn_config_dll dpnaddr enable_dpnaddr
14618 wine_fn_config_dll dpnet enable_dpnet dpnet
14619 wine_fn_config_dll dpnhpast enable_dpnhpast
14620 wine_fn_config_dll dpnlobby enable_dpnlobby
14621 wine_fn_config_dll dpwsockx enable_dpwsockx
14622 wine_fn_config_dll drmclien enable_drmclien
14623 wine_fn_config_dll dsound enable_dsound dsound
14624 wine_fn_config_test dlls/dsound/tests dsound_test
14625 wine_fn_config_dll dssenh enable_dssenh
14626 wine_fn_config_dll dswave enable_dswave
14627 wine_fn_config_dll dwmapi enable_dwmapi dwmapi
14628 wine_fn_config_dll dxdiagn enable_dxdiagn
14629 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
14630 wine_fn_config_lib dxerr8
14631 wine_fn_config_lib dxerr9
14632 wine_fn_config_dll dxgi enable_dxgi dxgi
14633 wine_fn_config_test dlls/dxgi/tests dxgi_test
14634 wine_fn_config_lib dxguid
14635 wine_fn_config_dll explorerframe enable_explorerframe
14636 wine_fn_config_test dlls/explorerframe/tests explorerframe_test
14637 wine_fn_config_dll faultrep enable_faultrep
14638 wine_fn_config_dll fltlib enable_fltlib
14639 wine_fn_config_dll fusion enable_fusion
14640 wine_fn_config_test dlls/fusion/tests fusion_test
14641 wine_fn_config_dll fwpuclnt enable_fwpuclnt
14642 wine_fn_config_dll gameux enable_gameux
14643 wine_fn_config_test dlls/gameux/tests gameux_test
14644 wine_fn_config_dll gdi.exe16 enable_win16
14645 wine_fn_config_dll gdi32 enable_gdi32 gdi32
14646 wine_fn_config_test dlls/gdi32/tests gdi32_test
14647 wine_fn_config_dll gdiplus enable_gdiplus gdiplus
14648 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
14649 wine_fn_config_dll glu32 enable_glu32 glu32
14650 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds
14651 wine_fn_config_dll gpkcsp enable_gpkcsp
14652 wine_fn_config_dll hal enable_hal
14653 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx
14654 wine_fn_config_dll hid enable_hid hid
14655 wine_fn_config_dll hlink enable_hlink hlink
14656 wine_fn_config_test dlls/hlink/tests hlink_test
14657 wine_fn_config_dll hnetcfg enable_hnetcfg
14658 wine_fn_config_dll httpapi enable_httpapi
14659 wine_fn_config_dll iccvid enable_iccvid
14660 wine_fn_config_dll icmp enable_icmp
14661 wine_fn_config_dll ifsmgr.vxd enable_win16
14662 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
14663 wine_fn_config_dll imagehlp enable_imagehlp imagehlp
14664 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
14665 wine_fn_config_dll imm.dll16 enable_win16
14666 wine_fn_config_dll imm32 enable_imm32 imm32
14667 wine_fn_config_test dlls/imm32/tests imm32_test
14668 wine_fn_config_dll inetcomm enable_inetcomm inetcomm
14669 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
14670 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl
14671 wine_fn_config_dll inetmib1 enable_inetmib1
14672 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
14673 wine_fn_config_dll infosoft enable_infosoft
14674 wine_fn_config_test dlls/infosoft/tests infosoft_test
14675 wine_fn_config_dll initpki enable_initpki
14676 wine_fn_config_dll inkobj enable_inkobj
14677 wine_fn_config_dll inseng enable_inseng
14678 wine_fn_config_dll iphlpapi enable_iphlpapi iphlpapi
14679 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
14680 wine_fn_config_dll itircl enable_itircl
14681 wine_fn_config_dll itss enable_itss
14682 wine_fn_config_test dlls/itss/tests itss_test
14683 wine_fn_config_dll jscript enable_jscript
14684 wine_fn_config_test dlls/jscript/tests jscript_test
14685 wine_fn_config_dll kernel32 enable_kernel32 kernel32
14686 wine_fn_config_test dlls/kernel32/tests kernel32_test
14687 wine_fn_config_dll keyboard.drv16 enable_win16
14688 wine_fn_config_dll krnl386.exe16 enable_win16 kernel
14689 wine_fn_config_dll ktmw32 enable_ktmw32
14690 wine_fn_config_dll loadperf enable_loadperf loadperf
14691 wine_fn_config_dll localspl enable_localspl
14692 wine_fn_config_test dlls/localspl/tests localspl_test
14693 wine_fn_config_dll localui enable_localui
14694 wine_fn_config_test dlls/localui/tests localui_test
14695 wine_fn_config_dll lz32 enable_lz32 lz32
14696 wine_fn_config_test dlls/lz32/tests lz32_test
14697 wine_fn_config_dll lzexpand.dll16 enable_win16
14698 wine_fn_config_dll mapi32 enable_mapi32 mapi32
14699 wine_fn_config_test dlls/mapi32/tests mapi32_test
14700 wine_fn_config_dll mapistub enable_mapistub
14701 wine_fn_config_dll mciavi32 enable_mciavi32
14702 wine_fn_config_dll mcicda enable_mcicda
14703 wine_fn_config_dll mciqtz32 enable_mciqtz32
14704 wine_fn_config_dll mciseq enable_mciseq
14705 wine_fn_config_dll mciwave enable_mciwave
14706 wine_fn_config_dll midimap enable_midimap
14707 wine_fn_config_dll mlang enable_mlang mlang
14708 wine_fn_config_test dlls/mlang/tests mlang_test
14709 wine_fn_config_dll mmdevapi enable_mmdevapi
14710 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
14711 wine_fn_config_dll mmdevldr.vxd enable_win16
14712 wine_fn_config_dll mmsystem.dll16 enable_win16
14713 wine_fn_config_dll monodebg.vxd enable_win16
14714 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
14715 wine_fn_config_dll mouse.drv16 enable_win16
14716 wine_fn_config_dll mpr enable_mpr mpr
14717 wine_fn_config_dll mprapi enable_mprapi mprapi
14718 wine_fn_config_dll msacm.dll16 enable_win16
14719 wine_fn_config_dll msacm32.drv enable_msacm32_drv
14720 wine_fn_config_dll msacm32 enable_msacm32 msacm32
14721 wine_fn_config_test dlls/msacm32/tests msacm32_test
14722 wine_fn_config_dll msadp32.acm enable_msadp32_acm
14723 wine_fn_config_dll mscat32 enable_mscat32
14724 wine_fn_config_dll mscms enable_mscms mscms
14725 wine_fn_config_test dlls/mscms/tests mscms_test
14726 wine_fn_config_dll mscoree enable_mscoree
14727 wine_fn_config_test dlls/mscoree/tests mscoree_test
14728 wine_fn_config_dll msctf enable_msctf
14729 wine_fn_config_test dlls/msctf/tests msctf_test
14730 wine_fn_config_dll msdaps enable_msdaps
14731 wine_fn_config_dll msdmo enable_msdmo msdmo
14732 wine_fn_config_dll msftedit enable_msftedit
14733 wine_fn_config_dll msg711.acm enable_msg711_acm
14734 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
14735 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb
14736 wine_fn_config_dll mshtml enable_mshtml mshtml
14737 wine_fn_config_test dlls/mshtml/tests mshtml_test
14738 wine_fn_config_dll msi enable_msi msi
14739 wine_fn_config_test dlls/msi/tests msi_test
14740 wine_fn_config_dll msimg32 enable_msimg32 msimg32
14741 wine_fn_config_dll msimtf enable_msimtf
14742 wine_fn_config_dll msisip enable_msisip
14743 wine_fn_config_dll msisys.ocx enable_msisys_ocx
14744 wine_fn_config_dll msnet32 enable_msnet32
14745 wine_fn_config_dll msrle32 enable_msrle32
14746 wine_fn_config_dll mssign32 enable_mssign32
14747 wine_fn_config_dll mssip32 enable_mssip32
14748 wine_fn_config_dll mstask enable_mstask
14749 wine_fn_config_test dlls/mstask/tests mstask_test
14750 wine_fn_config_dll msvcirt enable_msvcirt
14751 wine_fn_config_dll msvcp80 enable_msvcp80
14752 wine_fn_config_dll msvcp90 enable_msvcp90
14753 wine_fn_config_test dlls/msvcp90/tests msvcp90_test
14754 wine_fn_config_dll msvcr100 enable_msvcr100
14755 wine_fn_config_dll msvcr70 enable_msvcr70 msvcr70
14756 wine_fn_config_dll msvcr71 enable_msvcr71 msvcr71
14757 wine_fn_config_dll msvcr80 enable_msvcr80
14758 wine_fn_config_dll msvcr90 enable_msvcr90
14759 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
14760 wine_fn_config_dll msvcrt enable_msvcrt msvcrt
14761 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
14762 wine_fn_config_dll msvcrt20 enable_msvcrt20 msvcrt20
14763 wine_fn_config_dll msvcrt40 enable_msvcrt40 msvcrt40
14764 wine_fn_config_dll msvcrtd enable_msvcrtd msvcrtd
14765 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
14766 wine_fn_config_dll msvfw32 enable_msvfw32 msvfw32
14767 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
14768 wine_fn_config_dll msvidc32 enable_msvidc32
14769 wine_fn_config_dll msvideo.dll16 enable_win16
14770 wine_fn_config_dll mswsock enable_mswsock mswsock
14771 wine_fn_config_dll msxml3 enable_msxml3
14772 wine_fn_config_test dlls/msxml3/tests msxml3_test
14773 wine_fn_config_dll msxml4 enable_msxml4
14774 wine_fn_config_dll msxml6 enable_msxml6
14775 wine_fn_config_dll nddeapi enable_nddeapi nddeapi
14776 wine_fn_config_dll netapi32 enable_netapi32 netapi32
14777 wine_fn_config_test dlls/netapi32/tests netapi32_test
14778 wine_fn_config_dll newdev enable_newdev newdev
14779 wine_fn_config_dll ntdll enable_ntdll ntdll
14780 wine_fn_config_test dlls/ntdll/tests ntdll_test
14781 wine_fn_config_dll ntdsapi enable_ntdsapi ntdsapi
14782 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
14783 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe ntoskrnl.exe
14784 wine_fn_config_dll ntprint enable_ntprint
14785 wine_fn_config_test dlls/ntprint/tests ntprint_test
14786 wine_fn_config_dll objsel enable_objsel
14787 wine_fn_config_dll odbc32 enable_odbc32 odbc32
14788 wine_fn_config_dll odbccp32 enable_odbccp32 odbccp32
14789 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
14790 wine_fn_config_dll ole2.dll16 enable_win16
14791 wine_fn_config_dll ole2conv.dll16 enable_win16
14792 wine_fn_config_dll ole2disp.dll16 enable_win16
14793 wine_fn_config_dll ole2nls.dll16 enable_win16
14794 wine_fn_config_dll ole2prox.dll16 enable_win16
14795 wine_fn_config_dll ole2thk.dll16 enable_win16
14796 wine_fn_config_dll ole32 enable_ole32 ole32
14797 wine_fn_config_test dlls/ole32/tests ole32_test
14798 wine_fn_config_dll oleacc enable_oleacc oleacc
14799 wine_fn_config_test dlls/oleacc/tests oleacc_test
14800 wine_fn_config_dll oleaut32 enable_oleaut32 oleaut32
14801 wine_fn_config_test dlls/oleaut32/tests oleaut32_test
14802 wine_fn_config_dll olecli.dll16 enable_win16
14803 wine_fn_config_dll olecli32 enable_olecli32 olecli32
14804 wine_fn_config_dll oledb32 enable_oledb32
14805 wine_fn_config_test dlls/oledb32/tests oledb32_test
14806 wine_fn_config_dll oledlg enable_oledlg oledlg
14807 wine_fn_config_dll olepro32 enable_olepro32 olepro32
14808 wine_fn_config_dll olesvr.dll16 enable_win16
14809 wine_fn_config_dll olesvr32 enable_olesvr32 olesvr32
14810 wine_fn_config_dll olethk32 enable_olethk32
14811 wine_fn_config_dll openal32 enable_openal32
14812 wine_fn_config_dll opengl32 enable_opengl32 opengl32
14813 wine_fn_config_test dlls/opengl32/tests opengl32_test
14814 wine_fn_config_dll pdh enable_pdh pdh
14815 wine_fn_config_test dlls/pdh/tests pdh_test
14816 wine_fn_config_dll pidgen enable_pidgen
14817 wine_fn_config_dll powrprof enable_powrprof powrprof
14818 wine_fn_config_dll printui enable_printui
14819 wine_fn_config_dll propsys enable_propsys propsys
14820 wine_fn_config_test dlls/propsys/tests propsys_test
14821 wine_fn_config_dll psapi enable_psapi psapi
14822 wine_fn_config_test dlls/psapi/tests psapi_test
14823 wine_fn_config_dll pstorec enable_pstorec
14824 wine_fn_config_dll qcap enable_qcap
14825 wine_fn_config_dll qedit enable_qedit
14826 wine_fn_config_test dlls/qedit/tests qedit_test
14827 wine_fn_config_dll qmgr enable_qmgr
14828 wine_fn_config_test dlls/qmgr/tests qmgr_test
14829 wine_fn_config_dll qmgrprxy enable_qmgrprxy
14830 wine_fn_config_dll quartz enable_quartz quartz
14831 wine_fn_config_test dlls/quartz/tests quartz_test
14832 wine_fn_config_dll query enable_query
14833 wine_fn_config_dll rasapi16.dll16 enable_win16
14834 wine_fn_config_dll rasapi32 enable_rasapi32 rasapi32
14835 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
14836 wine_fn_config_dll rasdlg enable_rasdlg rasdlg
14837 wine_fn_config_dll resutils enable_resutils resutils
14838 wine_fn_config_dll riched20 enable_riched20 riched20
14839 wine_fn_config_test dlls/riched20/tests riched20_test
14840 wine_fn_config_dll riched32 enable_riched32
14841 wine_fn_config_test dlls/riched32/tests riched32_test
14842 wine_fn_config_dll rpcrt4 enable_rpcrt4 rpcrt4
14843 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test
14844 wine_fn_config_dll rsabase enable_rsabase
14845 wine_fn_config_dll rsaenh enable_rsaenh rsaenh
14846 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
14847 wine_fn_config_dll rstrtmgr enable_rstrtmgr
14848 wine_fn_config_dll rtutils enable_rtutils rtutils
14849 wine_fn_config_dll samlib enable_samlib
14850 wine_fn_config_dll sane.ds enable_sane_ds
14851 wine_fn_config_dll sccbase enable_sccbase
14852 wine_fn_config_dll schannel enable_schannel
14853 wine_fn_config_test dlls/schannel/tests schannel_test
14854 wine_fn_config_dll secur32 enable_secur32 secur32
14855 wine_fn_config_test dlls/secur32/tests secur32_test
14856 wine_fn_config_dll security enable_security
14857 wine_fn_config_dll sensapi enable_sensapi sensapi
14858 wine_fn_config_dll serialui enable_serialui serialui
14859 wine_fn_config_test dlls/serialui/tests serialui_test
14860 wine_fn_config_dll setupapi enable_setupapi setupapi
14861 wine_fn_config_test dlls/setupapi/tests setupapi_test
14862 wine_fn_config_dll setupx.dll16 enable_win16
14863 wine_fn_config_dll sfc enable_sfc sfc
14864 wine_fn_config_dll sfc_os enable_sfc_os sfc_os
14865 wine_fn_config_dll shdoclc enable_shdoclc
14866 wine_fn_config_dll shdocvw enable_shdocvw shdocvw
14867 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
14868 wine_fn_config_dll shell.dll16 enable_win16
14869 wine_fn_config_dll shell32 enable_shell32 shell32
14870 wine_fn_config_test dlls/shell32/tests shell32_test
14871 wine_fn_config_dll shfolder enable_shfolder shfolder
14872 wine_fn_config_dll shlwapi enable_shlwapi shlwapi
14873 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
14874 wine_fn_config_dll slbcsp enable_slbcsp
14875 wine_fn_config_dll slc enable_slc slc
14876 wine_fn_config_dll snmpapi enable_snmpapi snmpapi
14877 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
14878 wine_fn_config_dll softpub enable_softpub
14879 wine_fn_config_dll sound.drv16 enable_win16
14880 wine_fn_config_dll spoolss enable_spoolss spoolss
14881 wine_fn_config_test dlls/spoolss/tests spoolss_test
14882 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb
14883 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb
14884 wine_fn_config_dll sti enable_sti sti
14885 wine_fn_config_test dlls/sti/tests sti_test
14886 wine_fn_config_dll storage.dll16 enable_win16
14887 wine_fn_config_dll stress.dll16 enable_win16
14888 wine_fn_config_lib strmbase
14889 wine_fn_config_lib strmiids
14890 wine_fn_config_dll svrapi enable_svrapi
14891 wine_fn_config_dll sxs enable_sxs
14892 wine_fn_config_dll system.drv16 enable_win16
14893 wine_fn_config_dll t2embed enable_t2embed
14894 wine_fn_config_dll tapi32 enable_tapi32 tapi32
14895 wine_fn_config_dll toolhelp.dll16 enable_win16
14896 wine_fn_config_dll traffic enable_traffic
14897 wine_fn_config_dll twain.dll16 enable_win16
14898 wine_fn_config_dll twain_32 enable_twain_32
14899 wine_fn_config_test dlls/twain_32/tests twain_32_test
14900 wine_fn_config_dll typelib.dll16 enable_win16
14901 wine_fn_config_dll unicows enable_unicows unicows
14902 wine_fn_config_dll updspapi enable_updspapi
14903 wine_fn_config_dll url enable_url url
14904 wine_fn_config_dll urlmon enable_urlmon urlmon
14905 wine_fn_config_test dlls/urlmon/tests urlmon_test
14906 wine_fn_config_dll usbd.sys enable_usbd_sys usbd.sys
14907 wine_fn_config_dll user.exe16 enable_win16
14908 wine_fn_config_dll user32 enable_user32 user32
14909 wine_fn_config_test dlls/user32/tests user32_test
14910 wine_fn_config_dll userenv enable_userenv userenv
14911 wine_fn_config_test dlls/userenv/tests userenv_test
14912 wine_fn_config_dll usp10 enable_usp10 usp10
14913 wine_fn_config_test dlls/usp10/tests usp10_test
14914 wine_fn_config_lib uuid
14915 wine_fn_config_dll uxtheme enable_uxtheme uxtheme
14916 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
14917 wine_fn_config_dll vdhcp.vxd enable_win16
14918 wine_fn_config_dll vdmdbg enable_vdmdbg vdmdbg
14919 wine_fn_config_dll ver.dll16 enable_win16
14920 wine_fn_config_dll version enable_version version
14921 wine_fn_config_test dlls/version/tests version_test
14922 wine_fn_config_dll vmm.vxd enable_win16
14923 wine_fn_config_dll vnbt.vxd enable_win16
14924 wine_fn_config_dll vnetbios.vxd enable_win16
14925 wine_fn_config_dll vtdapi.vxd enable_win16
14926 wine_fn_config_dll vwin32.vxd enable_win16
14927 wine_fn_config_dll w32skrnl enable_win16
14928 wine_fn_config_dll w32sys.dll16 enable_win16
14929 wine_fn_config_dll wbemprox enable_wbemprox
14930 wine_fn_config_dll wer enable_wer
14931 wine_fn_config_dll wiaservc enable_wiaservc
14932 wine_fn_config_dll win32s16.dll16 enable_win16
14933 wine_fn_config_dll win87em.dll16 enable_win16
14934 wine_fn_config_dll winaspi.dll16 enable_win16
14935 wine_fn_config_dll windebug.dll16 enable_win16
14936 wine_fn_config_dll windowscodecs enable_windowscodecs windowscodecs
14937 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
14938 wine_fn_config_dll winealsa.drv enable_winealsa_drv
14939 wine_fn_config_dll wineaudioio.drv enable_wineaudioio_drv
14940 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
14941 wine_fn_config_lib winecrt0
14942 wine_fn_config_dll wined3d enable_wined3d wined3d
14943 wine_fn_config_dll wineesd.drv enable_wineesd_drv
14944 wine_fn_config_dll winejack.drv enable_winejack_drv
14945 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
14946 wine_fn_config_dll winemapi enable_winemapi
14947 wine_fn_config_dll winemp3.acm enable_winemp3_acm
14948 wine_fn_config_dll winenas.drv enable_winenas_drv
14949 wine_fn_config_dll wineoss.drv enable_wineoss_drv
14950 wine_fn_config_dll wineps.drv enable_wineps_drv
14951 wine_fn_config_dll wineps16.drv16 enable_win16
14952 wine_fn_config_dll winequartz.drv enable_winequartz_drv
14953 wine_fn_config_dll winex11.drv enable_winex11_drv
14954 wine_fn_config_dll wing.dll16 enable_win16
14955 wine_fn_config_dll wing32 enable_wing32
14956 wine_fn_config_dll winhttp enable_winhttp winhttp
14957 wine_fn_config_test dlls/winhttp/tests winhttp_test
14958 wine_fn_config_dll wininet enable_wininet wininet
14959 wine_fn_config_test dlls/wininet/tests wininet_test
14960 wine_fn_config_dll winmm enable_winmm winmm
14961 wine_fn_config_test dlls/winmm/tests winmm_test
14962 wine_fn_config_dll winnls.dll16 enable_win16
14963 wine_fn_config_dll winnls32 enable_winnls32 winnls32
14964 wine_fn_config_dll winscard enable_winscard winscard
14965 wine_fn_config_dll winsock.dll16 enable_win16
14966 wine_fn_config_dll winspool.drv enable_winspool_drv winspool
14967 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
14968 wine_fn_config_dll wintab.dll16 enable_win16
14969 wine_fn_config_dll wintab32 enable_wintab32 wintab32
14970 wine_fn_config_test dlls/wintab32/tests wintab32_test
14971 wine_fn_config_dll wintrust enable_wintrust wintrust
14972 wine_fn_config_test dlls/wintrust/tests wintrust_test
14973 wine_fn_config_dll wldap32 enable_wldap32 wldap32
14974 wine_fn_config_test dlls/wldap32/tests wldap32_test
14975 wine_fn_config_dll wmi enable_wmi
14976 wine_fn_config_dll wmiutils enable_wmiutils
14977 wine_fn_config_dll wnaspi32 enable_wnaspi32 wnaspi32
14978 wine_fn_config_dll wow32 enable_win16 wow32
14979 wine_fn_config_dll ws2_32 enable_ws2_32 ws2_32
14980 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
14981 wine_fn_config_dll wsock32 enable_wsock32 wsock32
14982 wine_fn_config_dll wtsapi32 enable_wtsapi32 wtsapi32
14983 wine_fn_config_dll wuapi enable_wuapi
14984 wine_fn_config_dll wuaueng enable_wuaueng
14985 wine_fn_config_dll xinput1_1 enable_xinput1_1
14986 wine_fn_config_dll xinput1_2 enable_xinput1_2
14987 wine_fn_config_dll xinput1_3 enable_xinput1_3 xinput
14988 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
14989 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
14990 wine_fn_config_dll xmllite enable_xmllite
14991 wine_fn_config_test dlls/xmllite/tests xmllite_test
14992 wine_fn_config_makefile documentation enable_documentation
14993 wine_fn_config_makefile fonts enable_fonts
14994 wine_fn_config_makefile include enable_include
14995 wine_fn_config_makefile libs/port enable_libs_port
14996 wine_fn_config_makefile libs/wine enable_libs_wine
14997 wine_fn_config_makefile libs/wpp enable_libs_wpp
14998 wine_fn_config_makefile loader enable_loader
14999 wine_fn_config_program aspnet_regiis enable_aspnet_regiis install
15000 wine_fn_config_program attrib enable_attrib install
15001 wine_fn_config_program cacls enable_cacls install
15002 wine_fn_config_program clock enable_clock install
15003 wine_fn_config_program cmd enable_cmd install
15004 wine_fn_config_test programs/cmd/tests cmd.exe_test
15005 wine_fn_config_program cmdlgtst enable_cmdlgtst
15006 wine_fn_config_program control enable_control install
15007 wine_fn_config_program dxdiag enable_dxdiag install
15008 wine_fn_config_program eject enable_eject install
15009 wine_fn_config_program expand enable_expand install
15010 wine_fn_config_program explorer enable_explorer install
15011 wine_fn_config_program extrac32 enable_extrac32 install
15012 wine_fn_config_program hh enable_hh install
15013 wine_fn_config_program icinfo enable_icinfo install
15014 wine_fn_config_program iexplore enable_iexplore install
15015 wine_fn_config_program ipconfig enable_ipconfig install
15016 wine_fn_config_program lodctr enable_lodctr install
15017 wine_fn_config_program mofcomp enable_mofcomp install
15018 wine_fn_config_program mshta enable_mshta install
15019 wine_fn_config_program msiexec enable_msiexec installbin
15020 wine_fn_config_program net enable_net install
15021 wine_fn_config_program ngen enable_ngen install
15022 wine_fn_config_program notepad enable_notepad installbin
15023 wine_fn_config_program oleview enable_oleview install
15024 wine_fn_config_program ping enable_ping install
15025 wine_fn_config_program progman enable_progman install
15026 wine_fn_config_program reg enable_reg install
15027 wine_fn_config_program regedit enable_regedit installbin
15028 wine_fn_config_test programs/regedit/tests regedit.exe_test
15029 wine_fn_config_program regsvr32 enable_regsvr32 installbin
15030 wine_fn_config_program rpcss enable_rpcss install
15031 wine_fn_config_program rundll.exe16 enable_win16 install
15032 wine_fn_config_program rundll32 enable_rundll32 install
15033 wine_fn_config_program sc enable_sc install
15034 wine_fn_config_program secedit enable_secedit install
15035 wine_fn_config_program services enable_services install
15036 wine_fn_config_program spoolsv enable_spoolsv install
15037 wine_fn_config_program start enable_start install
15038 wine_fn_config_program svchost enable_svchost install
15039 wine_fn_config_program taskkill enable_taskkill install
15040 wine_fn_config_program taskmgr enable_taskmgr install
15041 wine_fn_config_program termsv enable_termsv install
15042 wine_fn_config_program uninstaller enable_uninstaller install
15043 wine_fn_config_program unlodctr enable_unlodctr install
15044 wine_fn_config_program view enable_view
15045 wine_fn_config_program wineboot enable_wineboot installbin
15046 wine_fn_config_program winebrowser enable_winebrowser install
15047 wine_fn_config_program winecfg enable_winecfg installbin
15048 wine_fn_config_program wineconsole enable_wineconsole installbin
15049 wine_fn_config_program winedbg enable_winedbg installbin
15050 wine_fn_config_program winedevice enable_winedevice install
15051 wine_fn_config_program winefile enable_winefile installbin
15052 wine_fn_config_program winemenubuilder enable_winemenubuilder install
15053 wine_fn_config_program winemine enable_winemine installbin
15054 wine_fn_config_program winepath enable_winepath installbin
15055 wine_fn_config_program winetest enable_winetest
15056 wine_fn_config_program winevdm enable_win16 install
15057 wine_fn_config_program winhelp.exe16 enable_win16 install
15058 wine_fn_config_program winhlp32 enable_winhlp32 install
15059 wine_fn_config_program winoldap.mod16 enable_win16 install
15060 wine_fn_config_program winver enable_winver install
15061 wine_fn_config_program wordpad enable_wordpad install
15062 wine_fn_config_program write enable_write install
15063 wine_fn_config_program wscript enable_wscript install
15064 wine_fn_config_program xcopy enable_xcopy install
15065 wine_fn_config_makefile server enable_server
15066 wine_fn_config_tool tools
15067 wine_fn_config_tool tools/widl
15068 wine_fn_config_tool tools/winebuild
15069 wine_fn_config_tool tools/winedump
15070 wine_fn_config_tool tools/winegcc
15071 wine_fn_config_tool tools/wmc
15072 wine_fn_config_tool tools/wrc
15073
15074 ac_config_commands="$ac_config_commands Makefile"
15075
15076
15077 ac_config_files="$ac_config_files Make.tmp:Make.vars.in:Makefile.in"
15078
15079
15080
15081 if test -n "$with_wine64"
15082 then
15083 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "all: fonts server $with_wine64/loader/wine
15084 fonts server:
15085         \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
15086 $with_wine64/loader/wine:
15087         \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
15088 clean::
15089         \$(RM) fonts server $with_wine64/loader/wine"
15090 fi
15091
15092 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "uninstall::
15093         -rmdir \$(DESTDIR)\$(datadir)/wine \$(DESTDIR)\$(fakedlldir) \$(DESTDIR)\$(dlldir)"
15094
15095 cat >confcache <<\_ACEOF
15096 # This file is a shell script that caches the results of configure
15097 # tests run on this system so they can be shared between configure
15098 # scripts and configure runs, see configure's option --config-cache.
15099 # It is not useful on other systems.  If it contains results you don't
15100 # want to keep, you may remove or edit it.
15101 #
15102 # config.status only pays attention to the cache file if you give it
15103 # the --recheck option to rerun configure.
15104 #
15105 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15106 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15107 # following values.
15108
15109 _ACEOF
15110
15111 # The following way of writing the cache mishandles newlines in values,
15112 # but we know of no workaround that is simple, portable, and efficient.
15113 # So, we kill variables containing newlines.
15114 # Ultrix sh set writes to stderr and can't be redirected directly,
15115 # and sets the high bit in the cache file unless we assign to the vars.
15116 (
15117   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15118     eval ac_val=\$$ac_var
15119     case $ac_val in #(
15120     *${as_nl}*)
15121       case $ac_var in #(
15122       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15123 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15124       esac
15125       case $ac_var in #(
15126       _ | IFS | as_nl) ;; #(
15127       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15128       *) { eval $ac_var=; unset $ac_var;} ;;
15129       esac ;;
15130     esac
15131   done
15132
15133   (set) 2>&1 |
15134     case $as_nl`(ac_space=' '; set) 2>&1` in #(
15135     *${as_nl}ac_space=\ *)
15136       # `set' does not quote correctly, so add quotes: double-quote
15137       # substitution turns \\\\ into \\, and sed turns \\ into \.
15138       sed -n \
15139         "s/'/'\\\\''/g;
15140           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15141       ;; #(
15142     *)
15143       # `set' quotes correctly as required by POSIX, so do not add quotes.
15144       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15145       ;;
15146     esac |
15147     sort
15148 ) |
15149   sed '
15150      /^ac_cv_env_/b end
15151      t clear
15152      :clear
15153      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15154      t end
15155      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15156      :end' >>confcache
15157 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15158   if test -w "$cache_file"; then
15159     test "x$cache_file" != "x/dev/null" &&
15160       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15161 $as_echo "$as_me: updating cache $cache_file" >&6;}
15162     cat confcache >$cache_file
15163   else
15164     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15165 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15166   fi
15167 fi
15168 rm -f confcache
15169
15170 test "x$prefix" = xNONE && prefix=$ac_default_prefix
15171 # Let make expand exec_prefix.
15172 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15173
15174 DEFS=-DHAVE_CONFIG_H
15175
15176 ac_libobjs=
15177 ac_ltlibobjs=
15178 U=
15179 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15180   # 1. Remove the extension, and $U if already installed.
15181   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15182   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15183   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
15184   #    will be set to the directory where LIBOBJS objects are built.
15185   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15186   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
15187 done
15188 LIBOBJS=$ac_libobjs
15189
15190 LTLIBOBJS=$ac_ltlibobjs
15191
15192
15193
15194 : ${CONFIG_STATUS=./config.status}
15195 ac_write_fail=0
15196 ac_clean_files_save=$ac_clean_files
15197 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15198 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15199 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15200 as_write_fail=0
15201 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15202 #! $SHELL
15203 # Generated by $as_me.
15204 # Run this file to recreate the current configuration.
15205 # Compiler output produced by configure, useful for debugging
15206 # configure, is in config.log if it exists.
15207
15208 debug=false
15209 ac_cs_recheck=false
15210 ac_cs_silent=false
15211
15212 SHELL=\${CONFIG_SHELL-$SHELL}
15213 export SHELL
15214 _ASEOF
15215 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15216 ## -------------------- ##
15217 ## M4sh Initialization. ##
15218 ## -------------------- ##
15219
15220 # Be more Bourne compatible
15221 DUALCASE=1; export DUALCASE # for MKS sh
15222 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15223   emulate sh
15224   NULLCMD=:
15225   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15226   # is contrary to our usage.  Disable this feature.
15227   alias -g '${1+"$@"}'='"$@"'
15228   setopt NO_GLOB_SUBST
15229 else
15230   case `(set -o) 2>/dev/null` in #(
15231   *posix*) :
15232     set -o posix ;; #(
15233   *) :
15234      ;;
15235 esac
15236 fi
15237
15238
15239 as_nl='
15240 '
15241 export as_nl
15242 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15243 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15244 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15245 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15246 # Prefer a ksh shell builtin over an external printf program on Solaris,
15247 # but without wasting forks for bash or zsh.
15248 if test -z "$BASH_VERSION$ZSH_VERSION" \
15249     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15250   as_echo='print -r --'
15251   as_echo_n='print -rn --'
15252 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15253   as_echo='printf %s\n'
15254   as_echo_n='printf %s'
15255 else
15256   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15257     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15258     as_echo_n='/usr/ucb/echo -n'
15259   else
15260     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15261     as_echo_n_body='eval
15262       arg=$1;
15263       case $arg in #(
15264       *"$as_nl"*)
15265         expr "X$arg" : "X\\(.*\\)$as_nl";
15266         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15267       esac;
15268       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15269     '
15270     export as_echo_n_body
15271     as_echo_n='sh -c $as_echo_n_body as_echo'
15272   fi
15273   export as_echo_body
15274   as_echo='sh -c $as_echo_body as_echo'
15275 fi
15276
15277 # The user is always right.
15278 if test "${PATH_SEPARATOR+set}" != set; then
15279   PATH_SEPARATOR=:
15280   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15281     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15282       PATH_SEPARATOR=';'
15283   }
15284 fi
15285
15286
15287 # IFS
15288 # We need space, tab and new line, in precisely that order.  Quoting is
15289 # there to prevent editors from complaining about space-tab.
15290 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15291 # splitting by setting IFS to empty value.)
15292 IFS=" ""        $as_nl"
15293
15294 # Find who we are.  Look in the path if we contain no directory separator.
15295 case $0 in #((
15296   *[\\/]* ) as_myself=$0 ;;
15297   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15298 for as_dir in $PATH
15299 do
15300   IFS=$as_save_IFS
15301   test -z "$as_dir" && as_dir=.
15302     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15303   done
15304 IFS=$as_save_IFS
15305
15306      ;;
15307 esac
15308 # We did not find ourselves, most probably we were run as `sh COMMAND'
15309 # in which case we are not to be found in the path.
15310 if test "x$as_myself" = x; then
15311   as_myself=$0
15312 fi
15313 if test ! -f "$as_myself"; then
15314   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15315   exit 1
15316 fi
15317
15318 # Unset variables that we do not need and which cause bugs (e.g. in
15319 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
15320 # suppresses any "Segmentation fault" message there.  '((' could
15321 # trigger a bug in pdksh 5.2.14.
15322 for as_var in BASH_ENV ENV MAIL MAILPATH
15323 do eval test x\${$as_var+set} = xset \
15324   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15325 done
15326 PS1='$ '
15327 PS2='> '
15328 PS4='+ '
15329
15330 # NLS nuisances.
15331 LC_ALL=C
15332 export LC_ALL
15333 LANGUAGE=C
15334 export LANGUAGE
15335
15336 # CDPATH.
15337 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15338
15339
15340 # as_fn_error STATUS ERROR [LINENO LOG_FD]
15341 # ----------------------------------------
15342 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15343 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15344 # script with STATUS, using 1 if that was 0.
15345 as_fn_error ()
15346 {
15347   as_status=$1; test $as_status -eq 0 && as_status=1
15348   if test "$4"; then
15349     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15350     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
15351   fi
15352   $as_echo "$as_me: error: $2" >&2
15353   as_fn_exit $as_status
15354 } # as_fn_error
15355
15356
15357 # as_fn_set_status STATUS
15358 # -----------------------
15359 # Set $? to STATUS, without forking.
15360 as_fn_set_status ()
15361 {
15362   return $1
15363 } # as_fn_set_status
15364
15365 # as_fn_exit STATUS
15366 # -----------------
15367 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15368 as_fn_exit ()
15369 {
15370   set +e
15371   as_fn_set_status $1
15372   exit $1
15373 } # as_fn_exit
15374
15375 # as_fn_unset VAR
15376 # ---------------
15377 # Portably unset VAR.
15378 as_fn_unset ()
15379 {
15380   { eval $1=; unset $1;}
15381 }
15382 as_unset=as_fn_unset
15383 # as_fn_append VAR VALUE
15384 # ----------------------
15385 # Append the text in VALUE to the end of the definition contained in VAR. Take
15386 # advantage of any shell optimizations that allow amortized linear growth over
15387 # repeated appends, instead of the typical quadratic growth present in naive
15388 # implementations.
15389 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15390   eval 'as_fn_append ()
15391   {
15392     eval $1+=\$2
15393   }'
15394 else
15395   as_fn_append ()
15396   {
15397     eval $1=\$$1\$2
15398   }
15399 fi # as_fn_append
15400
15401 # as_fn_arith ARG...
15402 # ------------------
15403 # Perform arithmetic evaluation on the ARGs, and store the result in the
15404 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15405 # must be portable across $(()) and expr.
15406 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15407   eval 'as_fn_arith ()
15408   {
15409     as_val=$(( $* ))
15410   }'
15411 else
15412   as_fn_arith ()
15413   {
15414     as_val=`expr "$@" || test $? -eq 1`
15415   }
15416 fi # as_fn_arith
15417
15418
15419 if expr a : '\(a\)' >/dev/null 2>&1 &&
15420    test "X`expr 00001 : '.*\(...\)'`" = X001; then
15421   as_expr=expr
15422 else
15423   as_expr=false
15424 fi
15425
15426 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15427   as_basename=basename
15428 else
15429   as_basename=false
15430 fi
15431
15432 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15433   as_dirname=dirname
15434 else
15435   as_dirname=false
15436 fi
15437
15438 as_me=`$as_basename -- "$0" ||
15439 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15440          X"$0" : 'X\(//\)$' \| \
15441          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15442 $as_echo X/"$0" |
15443     sed '/^.*\/\([^/][^/]*\)\/*$/{
15444             s//\1/
15445             q
15446           }
15447           /^X\/\(\/\/\)$/{
15448             s//\1/
15449             q
15450           }
15451           /^X\/\(\/\).*/{
15452             s//\1/
15453             q
15454           }
15455           s/.*/./; q'`
15456
15457 # Avoid depending upon Character Ranges.
15458 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15459 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15460 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15461 as_cr_digits='0123456789'
15462 as_cr_alnum=$as_cr_Letters$as_cr_digits
15463
15464 ECHO_C= ECHO_N= ECHO_T=
15465 case `echo -n x` in #(((((
15466 -n*)
15467   case `echo 'xy\c'` in
15468   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
15469   xy)  ECHO_C='\c';;
15470   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
15471        ECHO_T=' ';;
15472   esac;;
15473 *)
15474   ECHO_N='-n';;
15475 esac
15476
15477 rm -f conf$$ conf$$.exe conf$$.file
15478 if test -d conf$$.dir; then
15479   rm -f conf$$.dir/conf$$.file
15480 else
15481   rm -f conf$$.dir
15482   mkdir conf$$.dir 2>/dev/null
15483 fi
15484 if (echo >conf$$.file) 2>/dev/null; then
15485   if ln -s conf$$.file conf$$ 2>/dev/null; then
15486     as_ln_s='ln -s'
15487     # ... but there are two gotchas:
15488     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15489     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15490     # In both cases, we have to default to `cp -p'.
15491     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15492       as_ln_s='cp -p'
15493   elif ln conf$$.file conf$$ 2>/dev/null; then
15494     as_ln_s=ln
15495   else
15496     as_ln_s='cp -p'
15497   fi
15498 else
15499   as_ln_s='cp -p'
15500 fi
15501 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15502 rmdir conf$$.dir 2>/dev/null
15503
15504
15505 # as_fn_mkdir_p
15506 # -------------
15507 # Create "$as_dir" as a directory, including parents if necessary.
15508 as_fn_mkdir_p ()
15509 {
15510
15511   case $as_dir in #(
15512   -*) as_dir=./$as_dir;;
15513   esac
15514   test -d "$as_dir" || eval $as_mkdir_p || {
15515     as_dirs=
15516     while :; do
15517       case $as_dir in #(
15518       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15519       *) as_qdir=$as_dir;;
15520       esac
15521       as_dirs="'$as_qdir' $as_dirs"
15522       as_dir=`$as_dirname -- "$as_dir" ||
15523 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15524          X"$as_dir" : 'X\(//\)[^/]' \| \
15525          X"$as_dir" : 'X\(//\)$' \| \
15526          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15527 $as_echo X"$as_dir" |
15528     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15529             s//\1/
15530             q
15531           }
15532           /^X\(\/\/\)[^/].*/{
15533             s//\1/
15534             q
15535           }
15536           /^X\(\/\/\)$/{
15537             s//\1/
15538             q
15539           }
15540           /^X\(\/\).*/{
15541             s//\1/
15542             q
15543           }
15544           s/.*/./; q'`
15545       test -d "$as_dir" && break
15546     done
15547     test -z "$as_dirs" || eval "mkdir $as_dirs"
15548   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
15549
15550
15551 } # as_fn_mkdir_p
15552 if mkdir -p . 2>/dev/null; then
15553   as_mkdir_p='mkdir -p "$as_dir"'
15554 else
15555   test -d ./-p && rmdir ./-p
15556   as_mkdir_p=false
15557 fi
15558
15559 if test -x / >/dev/null 2>&1; then
15560   as_test_x='test -x'
15561 else
15562   if ls -dL / >/dev/null 2>&1; then
15563     as_ls_L_option=L
15564   else
15565     as_ls_L_option=
15566   fi
15567   as_test_x='
15568     eval sh -c '\''
15569       if test -d "$1"; then
15570         test -d "$1/.";
15571       else
15572         case $1 in #(
15573         -*)set "./$1";;
15574         esac;
15575         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15576         ???[sx]*):;;*)false;;esac;fi
15577     '\'' sh
15578   '
15579 fi
15580 as_executable_p=$as_test_x
15581
15582 # Sed expression to map a string onto a valid CPP name.
15583 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15584
15585 # Sed expression to map a string onto a valid variable name.
15586 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15587
15588
15589 exec 6>&1
15590 ## ----------------------------------- ##
15591 ## Main body of $CONFIG_STATUS script. ##
15592 ## ----------------------------------- ##
15593 _ASEOF
15594 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15595
15596 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15597 # Save the log message, to keep $0 and so on meaningful, and to
15598 # report actual input values of CONFIG_FILES etc. instead of their
15599 # values after options handling.
15600 ac_log="
15601 This file was extended by Wine $as_me 1.3.4, which was
15602 generated by GNU Autoconf 2.67.  Invocation command line was
15603
15604   CONFIG_FILES    = $CONFIG_FILES
15605   CONFIG_HEADERS  = $CONFIG_HEADERS
15606   CONFIG_LINKS    = $CONFIG_LINKS
15607   CONFIG_COMMANDS = $CONFIG_COMMANDS
15608   $ $0 $@
15609
15610 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15611 "
15612
15613 _ACEOF
15614
15615 case $ac_config_files in *"
15616 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15617 esac
15618
15619 case $ac_config_headers in *"
15620 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15621 esac
15622
15623
15624 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15625 # Files that config.status was made for.
15626 config_files="$ac_config_files"
15627 config_headers="$ac_config_headers"
15628 config_links="$ac_config_links"
15629 config_commands="$ac_config_commands"
15630
15631 _ACEOF
15632
15633 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15634 ac_cs_usage="\
15635 \`$as_me' instantiates files and other configuration actions
15636 from templates according to the current configuration.  Unless the files
15637 and actions are specified as TAGs, all are instantiated by default.
15638
15639 Usage: $0 [OPTION]... [TAG]...
15640
15641   -h, --help       print this help, then exit
15642   -V, --version    print version number and configuration settings, then exit
15643       --config     print configuration, then exit
15644   -q, --quiet, --silent
15645                    do not print progress messages
15646   -d, --debug      don't remove temporary files
15647       --recheck    update $as_me by reconfiguring in the same conditions
15648       --file=FILE[:TEMPLATE]
15649                    instantiate the configuration file FILE
15650       --header=FILE[:TEMPLATE]
15651                    instantiate the configuration header FILE
15652
15653 Configuration files:
15654 $config_files
15655
15656 Configuration headers:
15657 $config_headers
15658
15659 Configuration links:
15660 $config_links
15661
15662 Configuration commands:
15663 $config_commands
15664
15665 Report bugs to <wine-devel@winehq.org>.
15666 Wine home page: <http://www.winehq.org>."
15667
15668 _ACEOF
15669 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15670 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15671 ac_cs_version="\\
15672 Wine config.status 1.3.4
15673 configured by $0, generated by GNU Autoconf 2.67,
15674   with options \\"\$ac_cs_config\\"
15675
15676 Copyright (C) 2010 Free Software Foundation, Inc.
15677 This config.status script is free software; the Free Software Foundation
15678 gives unlimited permission to copy, distribute and modify it."
15679
15680 ac_pwd='$ac_pwd'
15681 srcdir='$srcdir'
15682 INSTALL='$INSTALL'
15683 test -n "\$AWK" || AWK=awk
15684 _ACEOF
15685
15686 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15687 # The default lists apply if the user does not specify any file.
15688 ac_need_defaults=:
15689 while test $# != 0
15690 do
15691   case $1 in
15692   --*=?*)
15693     ac_option=`expr "X$1" : 'X\([^=]*\)='`
15694     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15695     ac_shift=:
15696     ;;
15697   --*=)
15698     ac_option=`expr "X$1" : 'X\([^=]*\)='`
15699     ac_optarg=
15700     ac_shift=:
15701     ;;
15702   *)
15703     ac_option=$1
15704     ac_optarg=$2
15705     ac_shift=shift
15706     ;;
15707   esac
15708
15709   case $ac_option in
15710   # Handling of the options.
15711   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15712     ac_cs_recheck=: ;;
15713   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15714     $as_echo "$ac_cs_version"; exit ;;
15715   --config | --confi | --conf | --con | --co | --c )
15716     $as_echo "$ac_cs_config"; exit ;;
15717   --debug | --debu | --deb | --de | --d | -d )
15718     debug=: ;;
15719   --file | --fil | --fi | --f )
15720     $ac_shift
15721     case $ac_optarg in
15722     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15723     '') as_fn_error $? "missing file argument" ;;
15724     esac
15725     as_fn_append CONFIG_FILES " '$ac_optarg'"
15726     ac_need_defaults=false;;
15727   --header | --heade | --head | --hea )
15728     $ac_shift
15729     case $ac_optarg in
15730     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15731     esac
15732     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15733     ac_need_defaults=false;;
15734   --he | --h)
15735     # Conflict between --help and --header
15736     as_fn_error $? "ambiguous option: \`$1'
15737 Try \`$0 --help' for more information.";;
15738   --help | --hel | -h )
15739     $as_echo "$ac_cs_usage"; exit ;;
15740   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15741   | -silent | --silent | --silen | --sile | --sil | --si | --s)
15742     ac_cs_silent=: ;;
15743
15744   # This is an error.
15745   -*) as_fn_error $? "unrecognized option: \`$1'
15746 Try \`$0 --help' for more information." ;;
15747
15748   *) as_fn_append ac_config_targets " $1"
15749      ac_need_defaults=false ;;
15750
15751   esac
15752   shift
15753 done
15754
15755 ac_configure_extra_args=
15756
15757 if $ac_cs_silent; then
15758   exec 6>/dev/null
15759   ac_configure_extra_args="$ac_configure_extra_args --silent"
15760 fi
15761
15762 _ACEOF
15763 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15764 if \$ac_cs_recheck; then
15765   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15766   shift
15767   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15768   CONFIG_SHELL='$SHELL'
15769   export CONFIG_SHELL
15770   exec "\$@"
15771 fi
15772
15773 _ACEOF
15774 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15775 exec 5>>config.log
15776 {
15777   echo
15778   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15779 ## Running $as_me. ##
15780 _ASBOX
15781   $as_echo "$ac_log"
15782 } >&5
15783
15784 _ACEOF
15785 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15786 #
15787 # INIT-COMMANDS
15788 #
15789 wine_fn_output_makefile ()
15790 {
15791     cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && return
15792 $ALL_MAKEFILE_DEPENDS
15793 _WINE_EOF
15794     as_fn_error $? "could not create Makefile" "$LINENO" 5
15795 }
15796
15797 _ACEOF
15798
15799 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15800
15801 # Handling of arguments.
15802 for ac_config_target in $ac_config_targets
15803 do
15804   case $ac_config_target in
15805     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
15806     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
15807     "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
15808     "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
15809     "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
15810     "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
15811     "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
15812     "tools/l_intl.nls") CONFIG_LINKS="$CONFIG_LINKS tools/l_intl.nls:tools/l_intl.nls" ;;
15813     "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
15814     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
15815     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
15816     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
15817     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
15818     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
15819     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
15820     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
15821     "Maketest.rules") CONFIG_FILES="$CONFIG_FILES Maketest.rules" ;;
15822     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
15823     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
15824     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
15825     "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
15826     "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Make.vars.in:Makefile.in" ;;
15827
15828   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
15829   esac
15830 done
15831
15832
15833 # If the user did not use the arguments to specify the items to instantiate,
15834 # then the envvar interface is used.  Set only those that are not.
15835 # We use the long form for the default assignment because of an extremely
15836 # bizarre bug on SunOS 4.1.3.
15837 if $ac_need_defaults; then
15838   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15839   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15840   test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
15841   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15842 fi
15843
15844 # Have a temporary directory for convenience.  Make it in the build tree
15845 # simply because there is no reason against having it here, and in addition,
15846 # creating and moving files from /tmp can sometimes cause problems.
15847 # Hook for its removal unless debugging.
15848 # Note that there is a small window in which the directory will not be cleaned:
15849 # after its creation but before its name has been assigned to `$tmp'.
15850 $debug ||
15851 {
15852   tmp=
15853   trap 'exit_status=$?
15854   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15855 ' 0
15856   trap 'as_fn_exit 1' 1 2 13 15
15857 }
15858 # Create a (secure) tmp directory for tmp files.
15859
15860 {
15861   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15862   test -n "$tmp" && test -d "$tmp"
15863 }  ||
15864 {
15865   tmp=./conf$$-$RANDOM
15866   (umask 077 && mkdir "$tmp")
15867 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
15868
15869 # Set up the scripts for CONFIG_FILES section.
15870 # No need to generate them if there are no CONFIG_FILES.
15871 # This happens for instance with `./config.status config.h'.
15872 if test -n "$CONFIG_FILES"; then
15873
15874 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15875   ac_cs_awk_getline=:
15876   ac_cs_awk_pipe_init=
15877   ac_cs_awk_read_file='
15878       while ((getline aline < (F[key])) > 0)
15879         print(aline)
15880       close(F[key])'
15881   ac_cs_awk_pipe_fini=
15882 else
15883   ac_cs_awk_getline=false
15884   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15885   ac_cs_awk_read_file='
15886       print "|#_!!_#|"
15887       print "cat " F[key] " &&"
15888       '$ac_cs_awk_pipe_init
15889   # The final `:' finishes the AND list.
15890   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15891 fi
15892 ac_cr=`echo X | tr X '\015'`
15893 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15894 # But we know of no other shell where ac_cr would be empty at this
15895 # point, so we can use a bashism as a fallback.
15896 if test "x$ac_cr" = x; then
15897   eval ac_cr=\$\'\\r\'
15898 fi
15899 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15900 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15901   ac_cs_awk_cr='\\r'
15902 else
15903   ac_cs_awk_cr=$ac_cr
15904 fi
15905
15906 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15907 _ACEOF
15908
15909 # Create commands to substitute file output variables.
15910 {
15911   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15912   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15913   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15914   echo "_ACAWK" &&
15915   echo "_ACEOF"
15916 } >conf$$files.sh &&
15917 . ./conf$$files.sh ||
15918   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15919 rm -f conf$$files.sh
15920
15921 {
15922   echo "cat >conf$$subs.awk <<_ACEOF" &&
15923   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15924   echo "_ACEOF"
15925 } >conf$$subs.sh ||
15926   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15927 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
15928 ac_delim='%!_!# '
15929 for ac_last_try in false false false false false :; do
15930   . ./conf$$subs.sh ||
15931     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15932
15933   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15934   if test $ac_delim_n = $ac_delim_num; then
15935     break
15936   elif $ac_last_try; then
15937     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15938   else
15939     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15940   fi
15941 done
15942 rm -f conf$$subs.sh
15943
15944 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15945 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15946 _ACEOF
15947 sed -n '
15948 h
15949 s/^/S["/; s/!.*/"]=/
15950 p
15951 g
15952 s/^[^!]*!//
15953 :repl
15954 t repl
15955 s/'"$ac_delim"'$//
15956 t delim
15957 :nl
15958 h
15959 s/\(.\{148\}\)..*/\1/
15960 t more1
15961 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15962 p
15963 n
15964 b repl
15965 :more1
15966 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15967 p
15968 g
15969 s/.\{148\}//
15970 t nl
15971 :delim
15972 h
15973 s/\(.\{148\}\)..*/\1/
15974 t more2
15975 s/["\\]/\\&/g; s/^/"/; s/$/"/
15976 p
15977 b
15978 :more2
15979 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15980 p
15981 g
15982 s/.\{148\}//
15983 t delim
15984 ' <conf$$subs.awk | sed '
15985 /^[^""]/{
15986   N
15987   s/\n//
15988 }
15989 ' >>$CONFIG_STATUS || ac_write_fail=1
15990 rm -f conf$$subs.awk
15991 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15992 _ACAWK
15993 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15994   for (key in S) S_is_set[key] = 1
15995   FS = "\a"
15996   \$ac_cs_awk_pipe_init
15997 }
15998 {
15999   line = $ 0
16000   nfields = split(line, field, "@")
16001   substed = 0
16002   len = length(field[1])
16003   for (i = 2; i < nfields; i++) {
16004     key = field[i]
16005     keylen = length(key)
16006     if (S_is_set[key]) {
16007       value = S[key]
16008       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16009       len += length(value) + length(field[++i])
16010       substed = 1
16011     } else
16012       len += 1 + keylen
16013   }
16014   if (nfields == 3 && !substed) {
16015     key = field[2]
16016     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
16017       \$ac_cs_awk_read_file
16018       next
16019     }
16020   }
16021   print line
16022 }
16023 \$ac_cs_awk_pipe_fini
16024 _ACAWK
16025 _ACEOF
16026 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16027 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16028   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16029 else
16030   cat
16031 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
16032   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
16033 _ACEOF
16034
16035 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16036 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
16037 # trailing colons and then remove the whole line if VPATH becomes empty
16038 # (actually we leave an empty line to preserve line numbers).
16039 if test "x$srcdir" = x.; then
16040   ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
16041 h
16042 s///
16043 s/^/:/
16044 s/[      ]*$/:/
16045 s/:\$(srcdir):/:/g
16046 s/:\${srcdir}:/:/g
16047 s/:@srcdir@:/:/g
16048 s/^:*//
16049 s/:*$//
16050 x
16051 s/\(=[   ]*\).*/\1/
16052 G
16053 s/\n//
16054 s/^[^=]*=[       ]*$//
16055 }'
16056 fi
16057
16058 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16059 fi # test -n "$CONFIG_FILES"
16060
16061 # Set up the scripts for CONFIG_HEADERS section.
16062 # No need to generate them if there are no CONFIG_HEADERS.
16063 # This happens for instance with `./config.status Makefile'.
16064 if test -n "$CONFIG_HEADERS"; then
16065 cat >"$tmp/defines.awk" <<\_ACAWK ||
16066 BEGIN {
16067 _ACEOF
16068
16069 # Transform confdefs.h into an awk script `defines.awk', embedded as
16070 # here-document in config.status, that substitutes the proper values into
16071 # config.h.in to produce config.h.
16072
16073 # Create a delimiter string that does not exist in confdefs.h, to ease
16074 # handling of long lines.
16075 ac_delim='%!_!# '
16076 for ac_last_try in false false :; do
16077   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
16078   if test -z "$ac_t"; then
16079     break
16080   elif $ac_last_try; then
16081     as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
16082   else
16083     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16084   fi
16085 done
16086
16087 # For the awk script, D is an array of macro values keyed by name,
16088 # likewise P contains macro parameters if any.  Preserve backslash
16089 # newline sequences.
16090
16091 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16092 sed -n '
16093 s/.\{148\}/&'"$ac_delim"'/g
16094 t rset
16095 :rset
16096 s/^[     ]*#[    ]*define[       ][      ]*/ /
16097 t def
16098 d
16099 :def
16100 s/\\$//
16101 t bsnl
16102 s/["\\]/\\&/g
16103 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
16104 D["\1"]=" \3"/p
16105 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
16106 d
16107 :bsnl
16108 s/["\\]/\\&/g
16109 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
16110 D["\1"]=" \3\\\\\\n"\\/p
16111 t cont
16112 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16113 t cont
16114 d
16115 :cont
16116 n
16117 s/.\{148\}/&'"$ac_delim"'/g
16118 t clear
16119 :clear
16120 s/\\$//
16121 t bsnlc
16122 s/["\\]/\\&/g; s/^/"/; s/$/"/p
16123 d
16124 :bsnlc
16125 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16126 b cont
16127 ' <confdefs.h | sed '
16128 s/'"$ac_delim"'/"\\\
16129 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16130
16131 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16132   for (key in D) D_is_set[key] = 1
16133   FS = "\a"
16134 }
16135 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16136   line = \$ 0
16137   split(line, arg, " ")
16138   if (arg[1] == "#") {
16139     defundef = arg[2]
16140     mac1 = arg[3]
16141   } else {
16142     defundef = substr(arg[1], 2)
16143     mac1 = arg[2]
16144   }
16145   split(mac1, mac2, "(") #)
16146   macro = mac2[1]
16147   prefix = substr(line, 1, index(line, defundef) - 1)
16148   if (D_is_set[macro]) {
16149     # Preserve the white space surrounding the "#".
16150     print prefix "define", macro P[macro] D[macro]
16151     next
16152   } else {
16153     # Replace #undef with comments.  This is necessary, for example,
16154     # in the case of _POSIX_SOURCE, which is predefined and required
16155     # on some systems where configure will not decide to define it.
16156     if (defundef == "undef") {
16157       print "/*", prefix defundef, macro, "*/"
16158       next
16159     }
16160   }
16161 }
16162 { print }
16163 _ACAWK
16164 _ACEOF
16165 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16166   as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
16167 fi # test -n "$CONFIG_HEADERS"
16168
16169
16170 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS  :L $CONFIG_LINKS  :C $CONFIG_COMMANDS"
16171 shift
16172 for ac_tag
16173 do
16174   case $ac_tag in
16175   :[FHLC]) ac_mode=$ac_tag; continue;;
16176   esac
16177   case $ac_mode$ac_tag in
16178   :[FHL]*:*);;
16179   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
16180   :[FH]-) ac_tag=-:-;;
16181   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16182   esac
16183   ac_save_IFS=$IFS
16184   IFS=:
16185   set x $ac_tag
16186   IFS=$ac_save_IFS
16187   shift
16188   ac_file=$1
16189   shift
16190
16191   case $ac_mode in
16192   :L) ac_source=$1;;
16193   :[FH])
16194     ac_file_inputs=
16195     for ac_f
16196     do
16197       case $ac_f in
16198       -) ac_f="$tmp/stdin";;
16199       *) # Look for the file first in the build tree, then in the source tree
16200          # (if the path is not absolute).  The absolute path cannot be DOS-style,
16201          # because $ac_f cannot contain `:'.
16202          test -f "$ac_f" ||
16203            case $ac_f in
16204            [\\/$]*) false;;
16205            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16206            esac ||
16207            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
16208       esac
16209       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16210       as_fn_append ac_file_inputs " '$ac_f'"
16211     done
16212
16213     # Let's still pretend it is `configure' which instantiates (i.e., don't
16214     # use $as_me), people would be surprised to read:
16215     #    /* config.h.  Generated by config.status.  */
16216     configure_input='Generated from '`
16217           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16218         `' by configure.'
16219     if test x"$ac_file" != x-; then
16220       configure_input="$ac_file.  $configure_input"
16221       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16222 $as_echo "$as_me: creating $ac_file" >&6;}
16223     fi
16224     # Neutralize special characters interpreted by sed in replacement strings.
16225     case $configure_input in #(
16226     *\&* | *\|* | *\\* )
16227        ac_sed_conf_input=`$as_echo "$configure_input" |
16228        sed 's/[\\\\&|]/\\\\&/g'`;; #(
16229     *) ac_sed_conf_input=$configure_input;;
16230     esac
16231
16232     case $ac_tag in
16233     *:-:* | *:-) cat >"$tmp/stdin" \
16234       || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
16235     esac
16236     ;;
16237   esac
16238
16239   ac_dir=`$as_dirname -- "$ac_file" ||
16240 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16241          X"$ac_file" : 'X\(//\)[^/]' \| \
16242          X"$ac_file" : 'X\(//\)$' \| \
16243          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16244 $as_echo X"$ac_file" |
16245     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16246             s//\1/
16247             q
16248           }
16249           /^X\(\/\/\)[^/].*/{
16250             s//\1/
16251             q
16252           }
16253           /^X\(\/\/\)$/{
16254             s//\1/
16255             q
16256           }
16257           /^X\(\/\).*/{
16258             s//\1/
16259             q
16260           }
16261           s/.*/./; q'`
16262   as_dir="$ac_dir"; as_fn_mkdir_p
16263   ac_builddir=.
16264
16265 case "$ac_dir" in
16266 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16267 *)
16268   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16269   # A ".." for each directory in $ac_dir_suffix.
16270   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16271   case $ac_top_builddir_sub in
16272   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16273   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16274   esac ;;
16275 esac
16276 ac_abs_top_builddir=$ac_pwd
16277 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16278 # for backward compatibility:
16279 ac_top_builddir=$ac_top_build_prefix
16280
16281 case $srcdir in
16282   .)  # We are building in place.
16283     ac_srcdir=.
16284     ac_top_srcdir=$ac_top_builddir_sub
16285     ac_abs_top_srcdir=$ac_pwd ;;
16286   [\\/]* | ?:[\\/]* )  # Absolute name.
16287     ac_srcdir=$srcdir$ac_dir_suffix;
16288     ac_top_srcdir=$srcdir
16289     ac_abs_top_srcdir=$srcdir ;;
16290   *) # Relative name.
16291     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16292     ac_top_srcdir=$ac_top_build_prefix$srcdir
16293     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16294 esac
16295 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16296
16297
16298   case $ac_mode in
16299   :F)
16300   #
16301   # CONFIG_FILE
16302   #
16303
16304   case $INSTALL in
16305   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16306   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16307   esac
16308 _ACEOF
16309
16310 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16311 # If the template does not know about datarootdir, expand it.
16312 # FIXME: This hack should be removed a few years after 2.60.
16313 ac_datarootdir_hack=; ac_datarootdir_seen=
16314 ac_sed_dataroot='
16315 /datarootdir/ {
16316   p
16317   q
16318 }
16319 /@datadir@/p
16320 /@docdir@/p
16321 /@infodir@/p
16322 /@localedir@/p
16323 /@mandir@/p'
16324 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16325 *datarootdir*) ac_datarootdir_seen=yes;;
16326 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16327   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16328 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16329 _ACEOF
16330 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16331   ac_datarootdir_hack='
16332   s&@datadir@&$datadir&g
16333   s&@docdir@&$docdir&g
16334   s&@infodir@&$infodir&g
16335   s&@localedir@&$localedir&g
16336   s&@mandir@&$mandir&g
16337   s&\\\${datarootdir}&$datarootdir&g' ;;
16338 esac
16339 _ACEOF
16340
16341 # Neutralize VPATH when `$srcdir' = `.'.
16342 # Shell code in configure.ac might set extrasub.
16343 # FIXME: do we really want to maintain this feature?
16344 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16345 ac_sed_extra="$ac_vpsub
16346 $extrasub
16347 _ACEOF
16348 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16349 :t
16350 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16351 s|@configure_input@|$ac_sed_conf_input|;t t
16352 s&@top_builddir@&$ac_top_builddir_sub&;t t
16353 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16354 s&@srcdir@&$ac_srcdir&;t t
16355 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16356 s&@top_srcdir@&$ac_top_srcdir&;t t
16357 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16358 s&@builddir@&$ac_builddir&;t t
16359 s&@abs_builddir@&$ac_abs_builddir&;t t
16360 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16361 s&@INSTALL@&$ac_INSTALL&;t t
16362 $ac_datarootdir_hack
16363 "
16364 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
16365 if $ac_cs_awk_getline; then
16366   $AWK -f "$tmp/subs.awk"
16367 else
16368   $AWK -f "$tmp/subs.awk" | $SHELL
16369 fi >$tmp/out \
16370   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16371
16372 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16373   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16374   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16375   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16376 which seems to be undefined.  Please make sure it is defined" >&5
16377 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16378 which seems to be undefined.  Please make sure it is defined" >&2;}
16379
16380   rm -f "$tmp/stdin"
16381   case $ac_file in
16382   -) cat "$tmp/out" && rm -f "$tmp/out";;
16383   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16384   esac \
16385   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16386  ;;
16387   :H)
16388   #
16389   # CONFIG_HEADER
16390   #
16391   if test x"$ac_file" != x-; then
16392     {
16393       $as_echo "/* $configure_input  */" \
16394       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16395     } >"$tmp/config.h" \
16396       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16397     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16398       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16399 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16400     else
16401       rm -f "$ac_file"
16402       mv "$tmp/config.h" "$ac_file" \
16403         || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16404     fi
16405   else
16406     $as_echo "/* $configure_input  */" \
16407       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16408       || as_fn_error $? "could not create -" "$LINENO" 5
16409   fi
16410  ;;
16411   :L)
16412   #
16413   # CONFIG_LINK
16414   #
16415
16416   if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
16417     :
16418   else
16419     # Prefer the file from the source tree if names are identical.
16420     if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
16421       ac_source=$srcdir/$ac_source
16422     fi
16423
16424     { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
16425 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
16426
16427     if test ! -r "$ac_source"; then
16428       as_fn_error $? "$ac_source: file not found" "$LINENO" 5
16429     fi
16430     rm -f "$ac_file"
16431
16432     # Try a relative symlink, then a hard link, then a copy.
16433     case $ac_source in
16434     [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
16435         *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
16436     esac
16437     ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
16438       ln "$ac_source" "$ac_file" 2>/dev/null ||
16439       cp -p "$ac_source" "$ac_file" ||
16440       as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
16441   fi
16442  ;;
16443   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16444 $as_echo "$as_me: executing $ac_file commands" >&6;}
16445  ;;
16446   esac
16447
16448
16449   case $ac_file$ac_mode in
16450     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
16451     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
16452 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;}; as_dir="dlls/gdi32/enhmfdrv"; as_fn_mkdir_p; } ;;
16453     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
16454 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;}; as_dir="dlls/gdi32/mfdrv"; as_fn_mkdir_p; } ;;
16455     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
16456 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;}; as_dir="dlls/kernel32/nls"; as_fn_mkdir_p; } ;;
16457     "dlls/user32/resources":C) test -d "dlls/user32/resources" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
16458 $as_echo "$as_me: creating dlls/user32/resources" >&6;}; as_dir="dlls/user32/resources"; as_fn_mkdir_p; } ;;
16459     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
16460 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;}; as_dir="dlls/wineps.drv/data"; as_fn_mkdir_p; } ;;
16461     "include/wine":C) test -d "include/wine" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
16462 $as_echo "$as_me: creating include/wine" >&6;}; as_dir="include/wine"; as_fn_mkdir_p; } ;;
16463     "Makefile":C) wine_fn_output_makefile Makefile ;;
16464
16465   esac
16466 done # for ac_tag
16467
16468
16469 as_fn_exit 0
16470 _ACEOF
16471 ac_clean_files=$ac_clean_files_save
16472
16473 test $ac_write_fail = 0 ||
16474   as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
16475
16476
16477 # configure is writing to config.log, and then calls config.status.
16478 # config.status does its own redirection, appending to config.log.
16479 # Unfortunately, on DOS this fails, as config.log is still kept open
16480 # by configure, so config.status won't be able to write to it; its
16481 # output is simply discarded.  So we exec the FD to /dev/null,
16482 # effectively closing config.log, so it can be properly (re)opened and
16483 # appended to by config.status.  When coming back to configure, we
16484 # need to make the FD available again.
16485 if test "$no_create" != yes; then
16486   ac_cs_success=:
16487   ac_config_status_args=
16488   test "$silent" = yes &&
16489     ac_config_status_args="$ac_config_status_args --quiet"
16490   exec 5>/dev/null
16491   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16492   exec 5>>config.log
16493   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16494   # would make configure fail if this is the last instruction.
16495   $ac_cs_success || as_fn_exit 1
16496 fi
16497 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16498   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16499 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16500 fi
16501
16502
16503 if test "$no_create" = "yes"
16504 then
16505   exit 0
16506 fi
16507
16508 ac_save_IFS="$IFS"
16509 if test "x$wine_notices != "x; then
16510     echo >&6
16511     IFS="|"
16512     for msg in $wine_notices; do
16513         IFS="$ac_save_IFS"
16514         if test -n "$msg"; then
16515             { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
16516 $as_echo "$as_me: $msg" >&6;}
16517         fi
16518     done
16519 fi
16520 IFS="|"
16521 for msg in $wine_warnings; do
16522     IFS="$ac_save_IFS"
16523     if test -n "$msg"; then
16524         echo >&2
16525         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
16526 $as_echo "$as_me: WARNING: $msg" >&2;}
16527     fi
16528 done
16529 IFS="$ac_save_IFS"
16530
16531 echo "
16532 $as_me: Finished.  Do '${ac_make}' to compile Wine.
16533 " >&6
16534