include: Remove useless todo's.
[wine] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.5.6.
4 #
5 # Report bugs to <wine-devel@winehq.org>.
6 #
7 #
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9 #
10 #
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
16
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20   emulate sh
21   NULLCMD=:
22   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23   # is contrary to our usage.  Disable this feature.
24   alias -g '${1+"$@"}'='"$@"'
25   setopt NO_GLOB_SUBST
26 else
27   case `(set -o) 2>/dev/null` in #(
28   *posix*) :
29     set -o posix ;; #(
30   *) :
31      ;;
32 esac
33 fi
34
35
36 as_nl='
37 '
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47   as_echo='print -r --'
48   as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50   as_echo='printf %s\n'
51   as_echo_n='printf %s'
52 else
53   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55     as_echo_n='/usr/ucb/echo -n'
56   else
57     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58     as_echo_n_body='eval
59       arg=$1;
60       case $arg in #(
61       *"$as_nl"*)
62         expr "X$arg" : "X\\(.*\\)$as_nl";
63         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64       esac;
65       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66     '
67     export as_echo_n_body
68     as_echo_n='sh -c $as_echo_n_body as_echo'
69   fi
70   export as_echo_body
71   as_echo='sh -c $as_echo_body as_echo'
72 fi
73
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76   PATH_SEPARATOR=:
77   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79       PATH_SEPARATOR=';'
80   }
81 fi
82
83
84 # IFS
85 # We need space, tab and new line, in precisely that order.  Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
89 IFS=" ""        $as_nl"
90
91 # Find who we are.  Look in the path if we contain no directory separator.
92 as_myself=
93 case $0 in #((
94   *[\\/]* ) as_myself=$0 ;;
95   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 for as_dir in $PATH
97 do
98   IFS=$as_save_IFS
99   test -z "$as_dir" && as_dir=.
100     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101   done
102 IFS=$as_save_IFS
103
104      ;;
105 esac
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x; then
109   as_myself=$0
110 fi
111 if test ! -f "$as_myself"; then
112   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113   exit 1
114 fi
115
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there.  '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\${$as_var+set} = xset \
122   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123 done
124 PS1='$ '
125 PS2='> '
126 PS4='+ '
127
128 # NLS nuisances.
129 LC_ALL=C
130 export LC_ALL
131 LANGUAGE=C
132 export LANGUAGE
133
134 # CDPATH.
135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136
137 # Use a proper internal environment variable to ensure we don't fall
138   # into an infinite loop, continuously re-executing ourselves.
139   if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
140     _as_can_reexec=no; export _as_can_reexec;
141     # We cannot yet assume a decent shell, so we have to provide a
142 # neutralization value for shells without unset; and this also
143 # works around shells that cannot unset nonexistent variables.
144 # Preserve -v and -x to the replacement shell.
145 BASH_ENV=/dev/null
146 ENV=/dev/null
147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148 case $- in # ((((
149   *v*x* | *x*v* ) as_opts=-vx ;;
150   *v* ) as_opts=-v ;;
151   *x* ) as_opts=-x ;;
152   * ) as_opts= ;;
153 esac
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155 # Admittedly, this is quite paranoid, since all the known shells bail
156 # out after a failed `exec'.
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158 as_fn_exit 255
159   fi
160   # We don't want this to propagate to other subprocesses.
161           { _as_can_reexec=; unset _as_can_reexec;}
162 if test "x$CONFIG_SHELL" = x; then
163   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164   emulate sh
165   NULLCMD=:
166   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167   # is contrary to our usage.  Disable this feature.
168   alias -g '\${1+\"\$@\"}'='\"\$@\"'
169   setopt NO_GLOB_SUBST
170 else
171   case \`(set -o) 2>/dev/null\` in #(
172   *posix*) :
173     set -o posix ;; #(
174   *) :
175      ;;
176 esac
177 fi
178 "
179   as_required="as_fn_return () { (exit \$1); }
180 as_fn_success () { as_fn_return 0; }
181 as_fn_failure () { as_fn_return 1; }
182 as_fn_ret_success () { return 0; }
183 as_fn_ret_failure () { return 1; }
184
185 exitcode=0
186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
191
192 else
193   exitcode=1; echo positional parameters were not saved.
194 fi
195 test x\$exitcode = x0 || exit 1
196 test -x / || exit 1"
197   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
198   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
199   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
201 test \$(( 1 + 1 )) = 2 || exit 1"
202   if (eval "$as_required") 2>/dev/null; then :
203   as_have_required=yes
204 else
205   as_have_required=no
206 fi
207   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
208
209 else
210   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
211 as_found=false
212 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
213 do
214   IFS=$as_save_IFS
215   test -z "$as_dir" && as_dir=.
216   as_found=:
217   case $as_dir in #(
218          /*)
219            for as_base in sh bash ksh sh5; do
220              # Try only shells that exist, to save several forks.
221              as_shell=$as_dir/$as_base
222              if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
223                     { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
224   CONFIG_SHELL=$as_shell as_have_required=yes
225                    if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
226   break 2
227 fi
228 fi
229            done;;
230        esac
231   as_found=false
232 done
233 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
234               { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
235   CONFIG_SHELL=$SHELL as_have_required=yes
236 fi; }
237 IFS=$as_save_IFS
238
239
240       if test "x$CONFIG_SHELL" != x; then :
241   export CONFIG_SHELL
242              # We cannot yet assume a decent shell, so we have to provide a
243 # neutralization value for shells without unset; and this also
244 # works around shells that cannot unset nonexistent variables.
245 # Preserve -v and -x to the replacement shell.
246 BASH_ENV=/dev/null
247 ENV=/dev/null
248 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
249 case $- in # ((((
250   *v*x* | *x*v* ) as_opts=-vx ;;
251   *v* ) as_opts=-v ;;
252   *x* ) as_opts=-x ;;
253   * ) as_opts= ;;
254 esac
255 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
256 # Admittedly, this is quite paranoid, since all the known shells bail
257 # out after a failed `exec'.
258 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
259 exit 255
260 fi
261
262     if test x$as_have_required = xno; then :
263   $as_echo "$0: This script requires a shell more modern than all"
264   $as_echo "$0: the shells that I found on your system."
265   if test x${ZSH_VERSION+set} = xset ; then
266     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
267     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
268   else
269     $as_echo "$0: Please tell bug-autoconf@gnu.org and
270 $0: wine-devel@winehq.org about your system, including any
271 $0: error possibly output before this message. Then install
272 $0: a modern shell, or manually run the script under such a
273 $0: shell if you do have one."
274   fi
275   exit 1
276 fi
277 fi
278 fi
279 SHELL=${CONFIG_SHELL-/bin/sh}
280 export SHELL
281 # Unset more variables known to interfere with behavior of common tools.
282 CLICOLOR_FORCE= GREP_OPTIONS=
283 unset CLICOLOR_FORCE GREP_OPTIONS
284
285 ## --------------------- ##
286 ## M4sh Shell Functions. ##
287 ## --------------------- ##
288 # as_fn_unset VAR
289 # ---------------
290 # Portably unset VAR.
291 as_fn_unset ()
292 {
293   { eval $1=; unset $1;}
294 }
295 as_unset=as_fn_unset
296
297 # as_fn_set_status STATUS
298 # -----------------------
299 # Set $? to STATUS, without forking.
300 as_fn_set_status ()
301 {
302   return $1
303 } # as_fn_set_status
304
305 # as_fn_exit STATUS
306 # -----------------
307 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
308 as_fn_exit ()
309 {
310   set +e
311   as_fn_set_status $1
312   exit $1
313 } # as_fn_exit
314
315 # as_fn_mkdir_p
316 # -------------
317 # Create "$as_dir" as a directory, including parents if necessary.
318 as_fn_mkdir_p ()
319 {
320
321   case $as_dir in #(
322   -*) as_dir=./$as_dir;;
323   esac
324   test -d "$as_dir" || eval $as_mkdir_p || {
325     as_dirs=
326     while :; do
327       case $as_dir in #(
328       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
329       *) as_qdir=$as_dir;;
330       esac
331       as_dirs="'$as_qdir' $as_dirs"
332       as_dir=`$as_dirname -- "$as_dir" ||
333 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
334          X"$as_dir" : 'X\(//\)[^/]' \| \
335          X"$as_dir" : 'X\(//\)$' \| \
336          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
337 $as_echo X"$as_dir" |
338     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
339             s//\1/
340             q
341           }
342           /^X\(\/\/\)[^/].*/{
343             s//\1/
344             q
345           }
346           /^X\(\/\/\)$/{
347             s//\1/
348             q
349           }
350           /^X\(\/\).*/{
351             s//\1/
352             q
353           }
354           s/.*/./; q'`
355       test -d "$as_dir" && break
356     done
357     test -z "$as_dirs" || eval "mkdir $as_dirs"
358   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
359
360
361 } # as_fn_mkdir_p
362
363 # as_fn_executable_p FILE
364 # -----------------------
365 # Test if FILE is an executable regular file.
366 as_fn_executable_p ()
367 {
368   test -f "$1" && test -x "$1"
369 } # as_fn_executable_p
370 # as_fn_append VAR VALUE
371 # ----------------------
372 # Append the text in VALUE to the end of the definition contained in VAR. Take
373 # advantage of any shell optimizations that allow amortized linear growth over
374 # repeated appends, instead of the typical quadratic growth present in naive
375 # implementations.
376 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
377   eval 'as_fn_append ()
378   {
379     eval $1+=\$2
380   }'
381 else
382   as_fn_append ()
383   {
384     eval $1=\$$1\$2
385   }
386 fi # as_fn_append
387
388 # as_fn_arith ARG...
389 # ------------------
390 # Perform arithmetic evaluation on the ARGs, and store the result in the
391 # global $as_val. Take advantage of shells that can avoid forks. The arguments
392 # must be portable across $(()) and expr.
393 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
394   eval 'as_fn_arith ()
395   {
396     as_val=$(( $* ))
397   }'
398 else
399   as_fn_arith ()
400   {
401     as_val=`expr "$@" || test $? -eq 1`
402   }
403 fi # as_fn_arith
404
405
406 # as_fn_error STATUS ERROR [LINENO LOG_FD]
407 # ----------------------------------------
408 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
409 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
410 # script with STATUS, using 1 if that was 0.
411 as_fn_error ()
412 {
413   as_status=$1; test $as_status -eq 0 && as_status=1
414   if test "$4"; then
415     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
416     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
417   fi
418   $as_echo "$as_me: error: $2" >&2
419   as_fn_exit $as_status
420 } # as_fn_error
421
422 if expr a : '\(a\)' >/dev/null 2>&1 &&
423    test "X`expr 00001 : '.*\(...\)'`" = X001; then
424   as_expr=expr
425 else
426   as_expr=false
427 fi
428
429 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
430   as_basename=basename
431 else
432   as_basename=false
433 fi
434
435 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
436   as_dirname=dirname
437 else
438   as_dirname=false
439 fi
440
441 as_me=`$as_basename -- "$0" ||
442 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
443          X"$0" : 'X\(//\)$' \| \
444          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
445 $as_echo X/"$0" |
446     sed '/^.*\/\([^/][^/]*\)\/*$/{
447             s//\1/
448             q
449           }
450           /^X\/\(\/\/\)$/{
451             s//\1/
452             q
453           }
454           /^X\/\(\/\).*/{
455             s//\1/
456             q
457           }
458           s/.*/./; q'`
459
460 # Avoid depending upon Character Ranges.
461 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
462 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
463 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
464 as_cr_digits='0123456789'
465 as_cr_alnum=$as_cr_Letters$as_cr_digits
466
467
468   as_lineno_1=$LINENO as_lineno_1a=$LINENO
469   as_lineno_2=$LINENO as_lineno_2a=$LINENO
470   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
471   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
472   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
473   sed -n '
474     p
475     /[$]LINENO/=
476   ' <$as_myself |
477     sed '
478       s/[$]LINENO.*/&-/
479       t lineno
480       b
481       :lineno
482       N
483       :loop
484       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
485       t loop
486       s/-\n.*//
487     ' >$as_me.lineno &&
488   chmod +x "$as_me.lineno" ||
489     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
490
491   # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
492   # already done that, so ensure we don't try to do so again and fall
493   # in an infinite loop.  This has already happened in practice.
494   _as_can_reexec=no; export _as_can_reexec
495   # Don't try to exec as it changes $[0], causing all sort of problems
496   # (the dirname of $[0] is not the place where we might find the
497   # original and so on.  Autoconf is especially sensitive to this).
498   . "./$as_me.lineno"
499   # Exit status is that of the last command.
500   exit
501 }
502
503 ECHO_C= ECHO_N= ECHO_T=
504 case `echo -n x` in #(((((
505 -n*)
506   case `echo 'xy\c'` in
507   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
508   xy)  ECHO_C='\c';;
509   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
510        ECHO_T=' ';;
511   esac;;
512 *)
513   ECHO_N='-n';;
514 esac
515
516 rm -f conf$$ conf$$.exe conf$$.file
517 if test -d conf$$.dir; then
518   rm -f conf$$.dir/conf$$.file
519 else
520   rm -f conf$$.dir
521   mkdir conf$$.dir 2>/dev/null
522 fi
523 if (echo >conf$$.file) 2>/dev/null; then
524   if ln -s conf$$.file conf$$ 2>/dev/null; then
525     as_ln_s='ln -s'
526     # ... but there are two gotchas:
527     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
528     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
529     # In both cases, we have to default to `cp -pR'.
530     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
531       as_ln_s='cp -pR'
532   elif ln conf$$.file conf$$ 2>/dev/null; then
533     as_ln_s=ln
534   else
535     as_ln_s='cp -pR'
536   fi
537 else
538   as_ln_s='cp -pR'
539 fi
540 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
541 rmdir conf$$.dir 2>/dev/null
542
543 if mkdir -p . 2>/dev/null; then
544   as_mkdir_p='mkdir -p "$as_dir"'
545 else
546   test -d ./-p && rmdir ./-p
547   as_mkdir_p=false
548 fi
549
550 as_test_x='test -x'
551 as_executable_p=as_fn_executable_p
552
553 # Sed expression to map a string onto a valid CPP name.
554 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
555
556 # Sed expression to map a string onto a valid variable name.
557 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
558
559
560 test -n "$DJDIR" || exec 7<&0 </dev/null
561 exec 6>&1
562
563 # Name of the host.
564 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
565 # so uname gets run too.
566 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
567
568 #
569 # Initializations.
570 #
571 ac_default_prefix=/usr/local
572 ac_clean_files=
573 ac_config_libobj_dir=.
574 LIBOBJS=
575 cross_compiling=no
576 subdirs=
577 MFLAGS=
578 MAKEFLAGS=
579
580 # Identity of this package.
581 PACKAGE_NAME='Wine'
582 PACKAGE_TARNAME='wine'
583 PACKAGE_VERSION='1.5.6'
584 PACKAGE_STRING='Wine 1.5.6'
585 PACKAGE_BUGREPORT='wine-devel@winehq.org'
586 PACKAGE_URL='http://www.winehq.org'
587
588 ac_unique_file="server/atom.c"
589 # Factoring default headers for most tests.
590 ac_includes_default="\
591 #include <stdio.h>
592 #ifdef HAVE_SYS_TYPES_H
593 # include <sys/types.h>
594 #endif
595 #ifdef HAVE_SYS_STAT_H
596 # include <sys/stat.h>
597 #endif
598 #ifdef STDC_HEADERS
599 # include <stdlib.h>
600 # include <stddef.h>
601 #else
602 # ifdef HAVE_STDLIB_H
603 #  include <stdlib.h>
604 # endif
605 #endif
606 #ifdef HAVE_STRING_H
607 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
608 #  include <memory.h>
609 # endif
610 # include <string.h>
611 #endif
612 #ifdef HAVE_STRINGS_H
613 # include <strings.h>
614 #endif
615 #ifdef HAVE_INTTYPES_H
616 # include <inttypes.h>
617 #endif
618 #ifdef HAVE_STDINT_H
619 # include <stdint.h>
620 #endif
621 #ifdef HAVE_UNISTD_H
622 # include <unistd.h>
623 #endif"
624
625 ac_subst_vars='LTLIBOBJS
626 LIBOBJS
627 PORCFLAGS
628 LINGUAS
629 ALL_TEST_RESOURCES
630 LDAPLIBS
631 LIBPOLL
632 LIBDL
633 EXTRA_BINARIES
634 MAIN_BINARY
635 SOCKETLIBS
636 CRTLIBS
637 TOOLSEXT
638 LDPATH
639 UNWINDFLAGS
640 BUILTINFLAG
641 EXTRACFLAGS
642 LIBKSTAT
643 LIBOPENAL
644 LIBMPG123
645 PNGINCL
646 FONTCONFIGINCL
647 CUPSINCL
648 OSS4INCL
649 ALSALIBS
650 GSTREAMER_INCL
651 GSTREAMER_LIBS
652 LIBGETTEXTPO
653 ZLIB
654 FREETYPEINCL
655 FREETYPELIBS
656 ft_devel
657 LCMSLIBS
658 RESOLVLIBS
659 GPHOTO2INCL
660 GPHOTO2LIBS
661 gphoto2port_devel
662 gphoto2_devel
663 SANEINCL
664 sane_devel
665 GNUTLSINCL
666 HALINCL
667 DBUSINCL
668 XSLTINCL
669 XML2INCL
670 XML2LIBS
671 X_EXTRA_LIBS
672 X_LIBS
673 X_PRE_LIBS
674 X_CFLAGS
675 XMKMF
676 LIBPTHREAD
677 CROSSTARGET
678 CROSSCC
679 CROSSTEST_DISABLE
680 PRELINK
681 CARBONLIB
682 QUICKTIMELIB
683 LIBOPENCL
684 FRAMEWORK_OPENAL
685 COREAUDIO
686 SECURITYLIB
687 DISKARBITRATIONLIB
688 LDEXECFLAGS
689 CORESERVICESLIB
690 APPLICATIONSERVICESLIB
691 IOKITLIB
692 COREFOUNDATIONLIB
693 DLLWRAP
694 DLLTOOL
695 LDD
696 LDRPATH_LOCAL
697 LDRPATH_INSTALL
698 IMPLIBEXT
699 LIBEXT
700 LDDLLFLAGS
701 LDSHARED
702 DLLFLAGS
703 DLLEXT
704 CPP
705 OPENGL_LIBS
706 XLIB
707 MAINTAINER_MODE
708 MSGFMT
709 ICOTOOL
710 CONVERT
711 RSVG
712 PKG_CONFIG
713 FONTFORGE
714 LINTFLAGS
715 LINT
716 INSTALL_DATA
717 INSTALL_SCRIPT
718 INSTALL_PROGRAM
719 LDCONFIG
720 EGREP
721 GREP
722 LN_S
723 RANLIB
724 ARFLAGS
725 ac_ct_AR
726 AR
727 BISON
728 FLEX
729 TOOLSDIR
730 WOW64_DISABLE
731 TARGETFLAGS
732 CPPBIN
733 ac_ct_CXX
734 CXXFLAGS
735 CXX
736 OBJEXT
737 EXEEXT
738 ac_ct_CC
739 CPPFLAGS
740 LDFLAGS
741 CFLAGS
742 CC
743 SET_MAKE
744 host_os
745 host_vendor
746 host_cpu
747 host
748 build_os
749 build_vendor
750 build_cpu
751 build
752 target_alias
753 host_alias
754 build_alias
755 LIBS
756 ECHO_T
757 ECHO_N
758 ECHO_C
759 DEFS
760 mandir
761 localedir
762 libdir
763 psdir
764 pdfdir
765 dvidir
766 htmldir
767 infodir
768 docdir
769 oldincludedir
770 includedir
771 localstatedir
772 sharedstatedir
773 sysconfdir
774 datadir
775 datarootdir
776 libexecdir
777 sbindir
778 bindir
779 program_transform_name
780 prefix
781 exec_prefix
782 PACKAGE_URL
783 PACKAGE_BUGREPORT
784 PACKAGE_STRING
785 PACKAGE_VERSION
786 PACKAGE_TARNAME
787 PACKAGE_NAME
788 PATH_SEPARATOR
789 SHELL'
790 ac_subst_files='MAKE_RULES
791 MAKE_TEST_RULES
792 MAKE_DLL_RULES
793 MAKE_IMPLIB_RULES
794 MAKE_PROG_RULES'
795 ac_user_opts='
796 enable_option_checking
797 enable_win16
798 enable_win64
799 enable_tests
800 enable_maintainer_mode
801 with_alsa
802 with_capi
803 with_cms
804 with_coreaudio
805 with_cups
806 with_curses
807 with_dbus
808 with_fontconfig
809 with_freetype
810 with_gettext
811 with_gettextpo
812 with_gphoto
813 with_glu
814 with_gnutls
815 with_gsm
816 with_gstreamer
817 with_hal
818 with_jpeg
819 with_ldap
820 with_mpg123
821 with_openal
822 with_opencl
823 with_opengl
824 with_openssl
825 with_oss
826 with_png
827 with_pthread
828 with_sane
829 with_tiff
830 with_v4l
831 with_xcomposite
832 with_xcursor
833 with_xinerama
834 with_xinput
835 with_xinput2
836 with_xml
837 with_xrandr
838 with_xrender
839 with_xshape
840 with_xslt
841 with_xxf86vm
842 with_zlib
843 with_wine_tools
844 with_wine64
845 enable_largefile
846 with_x
847 '
848       ac_precious_vars='build_alias
849 host_alias
850 target_alias
851 CC
852 CFLAGS
853 LDFLAGS
854 LIBS
855 CPPFLAGS
856 CXX
857 CXXFLAGS
858 CCC
859 CPP
860 XMKMF'
861
862
863 # Initialize some variables set by options.
864 ac_init_help=
865 ac_init_version=false
866 ac_unrecognized_opts=
867 ac_unrecognized_sep=
868 # The variables have the same names as the options, with
869 # dashes changed to underlines.
870 cache_file=/dev/null
871 exec_prefix=NONE
872 no_create=
873 no_recursion=
874 prefix=NONE
875 program_prefix=NONE
876 program_suffix=NONE
877 program_transform_name=s,x,x,
878 silent=
879 site=
880 srcdir=
881 verbose=
882 x_includes=NONE
883 x_libraries=NONE
884
885 # Installation directory options.
886 # These are left unexpanded so users can "make install exec_prefix=/foo"
887 # and all the variables that are supposed to be based on exec_prefix
888 # by default will actually change.
889 # Use braces instead of parens because sh, perl, etc. also accept them.
890 # (The list follows the same order as the GNU Coding Standards.)
891 bindir='${exec_prefix}/bin'
892 sbindir='${exec_prefix}/sbin'
893 libexecdir='${exec_prefix}/libexec'
894 datarootdir='${prefix}/share'
895 datadir='${datarootdir}'
896 sysconfdir='${prefix}/etc'
897 sharedstatedir='${prefix}/com'
898 localstatedir='${prefix}/var'
899 includedir='${prefix}/include'
900 oldincludedir='/usr/include'
901 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
902 infodir='${datarootdir}/info'
903 htmldir='${docdir}'
904 dvidir='${docdir}'
905 pdfdir='${docdir}'
906 psdir='${docdir}'
907 libdir='${exec_prefix}/lib'
908 localedir='${datarootdir}/locale'
909 mandir='${datarootdir}/man'
910
911 ac_prev=
912 ac_dashdash=
913 for ac_option
914 do
915   # If the previous option needs an argument, assign it.
916   if test -n "$ac_prev"; then
917     eval $ac_prev=\$ac_option
918     ac_prev=
919     continue
920   fi
921
922   case $ac_option in
923   *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
924   *=)   ac_optarg= ;;
925   *)    ac_optarg=yes ;;
926   esac
927
928   # Accept the important Cygnus configure options, so we can diagnose typos.
929
930   case $ac_dashdash$ac_option in
931   --)
932     ac_dashdash=yes ;;
933
934   -bindir | --bindir | --bindi | --bind | --bin | --bi)
935     ac_prev=bindir ;;
936   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
937     bindir=$ac_optarg ;;
938
939   -build | --build | --buil | --bui | --bu)
940     ac_prev=build_alias ;;
941   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
942     build_alias=$ac_optarg ;;
943
944   -cache-file | --cache-file | --cache-fil | --cache-fi \
945   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
946     ac_prev=cache_file ;;
947   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
948   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
949     cache_file=$ac_optarg ;;
950
951   --config-cache | -C)
952     cache_file=config.cache ;;
953
954   -datadir | --datadir | --datadi | --datad)
955     ac_prev=datadir ;;
956   -datadir=* | --datadir=* | --datadi=* | --datad=*)
957     datadir=$ac_optarg ;;
958
959   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
960   | --dataroo | --dataro | --datar)
961     ac_prev=datarootdir ;;
962   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
963   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
964     datarootdir=$ac_optarg ;;
965
966   -disable-* | --disable-*)
967     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
968     # Reject names that are not valid shell variable names.
969     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
970       as_fn_error $? "invalid feature name: $ac_useropt"
971     ac_useropt_orig=$ac_useropt
972     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
973     case $ac_user_opts in
974       *"
975 "enable_$ac_useropt"
976 "*) ;;
977       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
978          ac_unrecognized_sep=', ';;
979     esac
980     eval enable_$ac_useropt=no ;;
981
982   -docdir | --docdir | --docdi | --doc | --do)
983     ac_prev=docdir ;;
984   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
985     docdir=$ac_optarg ;;
986
987   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
988     ac_prev=dvidir ;;
989   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
990     dvidir=$ac_optarg ;;
991
992   -enable-* | --enable-*)
993     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
994     # Reject names that are not valid shell variable names.
995     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
996       as_fn_error $? "invalid feature name: $ac_useropt"
997     ac_useropt_orig=$ac_useropt
998     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
999     case $ac_user_opts in
1000       *"
1001 "enable_$ac_useropt"
1002 "*) ;;
1003       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1004          ac_unrecognized_sep=', ';;
1005     esac
1006     eval enable_$ac_useropt=\$ac_optarg ;;
1007
1008   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1009   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1010   | --exec | --exe | --ex)
1011     ac_prev=exec_prefix ;;
1012   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1013   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1014   | --exec=* | --exe=* | --ex=*)
1015     exec_prefix=$ac_optarg ;;
1016
1017   -gas | --gas | --ga | --g)
1018     # Obsolete; use --with-gas.
1019     with_gas=yes ;;
1020
1021   -help | --help | --hel | --he | -h)
1022     ac_init_help=long ;;
1023   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1024     ac_init_help=recursive ;;
1025   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1026     ac_init_help=short ;;
1027
1028   -host | --host | --hos | --ho)
1029     ac_prev=host_alias ;;
1030   -host=* | --host=* | --hos=* | --ho=*)
1031     host_alias=$ac_optarg ;;
1032
1033   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1034     ac_prev=htmldir ;;
1035   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1036   | --ht=*)
1037     htmldir=$ac_optarg ;;
1038
1039   -includedir | --includedir | --includedi | --included | --include \
1040   | --includ | --inclu | --incl | --inc)
1041     ac_prev=includedir ;;
1042   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1043   | --includ=* | --inclu=* | --incl=* | --inc=*)
1044     includedir=$ac_optarg ;;
1045
1046   -infodir | --infodir | --infodi | --infod | --info | --inf)
1047     ac_prev=infodir ;;
1048   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1049     infodir=$ac_optarg ;;
1050
1051   -libdir | --libdir | --libdi | --libd)
1052     ac_prev=libdir ;;
1053   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1054     libdir=$ac_optarg ;;
1055
1056   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1057   | --libexe | --libex | --libe)
1058     ac_prev=libexecdir ;;
1059   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1060   | --libexe=* | --libex=* | --libe=*)
1061     libexecdir=$ac_optarg ;;
1062
1063   -localedir | --localedir | --localedi | --localed | --locale)
1064     ac_prev=localedir ;;
1065   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1066     localedir=$ac_optarg ;;
1067
1068   -localstatedir | --localstatedir | --localstatedi | --localstated \
1069   | --localstate | --localstat | --localsta | --localst | --locals)
1070     ac_prev=localstatedir ;;
1071   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1072   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1073     localstatedir=$ac_optarg ;;
1074
1075   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1076     ac_prev=mandir ;;
1077   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1078     mandir=$ac_optarg ;;
1079
1080   -nfp | --nfp | --nf)
1081     # Obsolete; use --without-fp.
1082     with_fp=no ;;
1083
1084   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1085   | --no-cr | --no-c | -n)
1086     no_create=yes ;;
1087
1088   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1089   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1090     no_recursion=yes ;;
1091
1092   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1093   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1094   | --oldin | --oldi | --old | --ol | --o)
1095     ac_prev=oldincludedir ;;
1096   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1097   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1098   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1099     oldincludedir=$ac_optarg ;;
1100
1101   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1102     ac_prev=prefix ;;
1103   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1104     prefix=$ac_optarg ;;
1105
1106   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1107   | --program-pre | --program-pr | --program-p)
1108     ac_prev=program_prefix ;;
1109   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1110   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1111     program_prefix=$ac_optarg ;;
1112
1113   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1114   | --program-suf | --program-su | --program-s)
1115     ac_prev=program_suffix ;;
1116   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1117   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1118     program_suffix=$ac_optarg ;;
1119
1120   -program-transform-name | --program-transform-name \
1121   | --program-transform-nam | --program-transform-na \
1122   | --program-transform-n | --program-transform- \
1123   | --program-transform | --program-transfor \
1124   | --program-transfo | --program-transf \
1125   | --program-trans | --program-tran \
1126   | --progr-tra | --program-tr | --program-t)
1127     ac_prev=program_transform_name ;;
1128   -program-transform-name=* | --program-transform-name=* \
1129   | --program-transform-nam=* | --program-transform-na=* \
1130   | --program-transform-n=* | --program-transform-=* \
1131   | --program-transform=* | --program-transfor=* \
1132   | --program-transfo=* | --program-transf=* \
1133   | --program-trans=* | --program-tran=* \
1134   | --progr-tra=* | --program-tr=* | --program-t=*)
1135     program_transform_name=$ac_optarg ;;
1136
1137   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1138     ac_prev=pdfdir ;;
1139   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1140     pdfdir=$ac_optarg ;;
1141
1142   -psdir | --psdir | --psdi | --psd | --ps)
1143     ac_prev=psdir ;;
1144   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1145     psdir=$ac_optarg ;;
1146
1147   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1148   | -silent | --silent | --silen | --sile | --sil)
1149     silent=yes ;;
1150
1151   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1152     ac_prev=sbindir ;;
1153   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1154   | --sbi=* | --sb=*)
1155     sbindir=$ac_optarg ;;
1156
1157   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1158   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1159   | --sharedst | --shareds | --shared | --share | --shar \
1160   | --sha | --sh)
1161     ac_prev=sharedstatedir ;;
1162   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1163   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1164   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1165   | --sha=* | --sh=*)
1166     sharedstatedir=$ac_optarg ;;
1167
1168   -site | --site | --sit)
1169     ac_prev=site ;;
1170   -site=* | --site=* | --sit=*)
1171     site=$ac_optarg ;;
1172
1173   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1174     ac_prev=srcdir ;;
1175   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1176     srcdir=$ac_optarg ;;
1177
1178   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1179   | --syscon | --sysco | --sysc | --sys | --sy)
1180     ac_prev=sysconfdir ;;
1181   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1182   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1183     sysconfdir=$ac_optarg ;;
1184
1185   -target | --target | --targe | --targ | --tar | --ta | --t)
1186     ac_prev=target_alias ;;
1187   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1188     target_alias=$ac_optarg ;;
1189
1190   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1191     verbose=yes ;;
1192
1193   -version | --version | --versio | --versi | --vers | -V)
1194     ac_init_version=: ;;
1195
1196   -with-* | --with-*)
1197     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1198     # Reject names that are not valid shell variable names.
1199     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1200       as_fn_error $? "invalid package name: $ac_useropt"
1201     ac_useropt_orig=$ac_useropt
1202     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1203     case $ac_user_opts in
1204       *"
1205 "with_$ac_useropt"
1206 "*) ;;
1207       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1208          ac_unrecognized_sep=', ';;
1209     esac
1210     eval with_$ac_useropt=\$ac_optarg ;;
1211
1212   -without-* | --without-*)
1213     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1214     # Reject names that are not valid shell variable names.
1215     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1216       as_fn_error $? "invalid package name: $ac_useropt"
1217     ac_useropt_orig=$ac_useropt
1218     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1219     case $ac_user_opts in
1220       *"
1221 "with_$ac_useropt"
1222 "*) ;;
1223       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1224          ac_unrecognized_sep=', ';;
1225     esac
1226     eval with_$ac_useropt=no ;;
1227
1228   --x)
1229     # Obsolete; use --with-x.
1230     with_x=yes ;;
1231
1232   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1233   | --x-incl | --x-inc | --x-in | --x-i)
1234     ac_prev=x_includes ;;
1235   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1236   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1237     x_includes=$ac_optarg ;;
1238
1239   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1240   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1241     ac_prev=x_libraries ;;
1242   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1243   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1244     x_libraries=$ac_optarg ;;
1245
1246   -*) as_fn_error $? "unrecognized option: \`$ac_option'
1247 Try \`$0 --help' for more information"
1248     ;;
1249
1250   *=*)
1251     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1252     # Reject names that are not valid shell variable names.
1253     case $ac_envvar in #(
1254       '' | [0-9]* | *[!_$as_cr_alnum]* )
1255       as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1256     esac
1257     eval $ac_envvar=\$ac_optarg
1258     export $ac_envvar ;;
1259
1260   *)
1261     # FIXME: should be removed in autoconf 3.0.
1262     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1263     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1264       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1265     : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1266     ;;
1267
1268   esac
1269 done
1270
1271 if test -n "$ac_prev"; then
1272   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1273   as_fn_error $? "missing argument to $ac_option"
1274 fi
1275
1276 if test -n "$ac_unrecognized_opts"; then
1277   case $enable_option_checking in
1278     no) ;;
1279     fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1280     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1281   esac
1282 fi
1283
1284 # Check all directory arguments for consistency.
1285 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1286                 datadir sysconfdir sharedstatedir localstatedir includedir \
1287                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1288                 libdir localedir mandir
1289 do
1290   eval ac_val=\$$ac_var
1291   # Remove trailing slashes.
1292   case $ac_val in
1293     */ )
1294       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1295       eval $ac_var=\$ac_val;;
1296   esac
1297   # Be sure to have absolute directory names.
1298   case $ac_val in
1299     [\\/$]* | ?:[\\/]* )  continue;;
1300     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1301   esac
1302   as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1303 done
1304
1305 # There might be people who depend on the old broken behavior: `$host'
1306 # used to hold the argument of --host etc.
1307 # FIXME: To remove some day.
1308 build=$build_alias
1309 host=$host_alias
1310 target=$target_alias
1311
1312 # FIXME: To remove some day.
1313 if test "x$host_alias" != x; then
1314   if test "x$build_alias" = x; then
1315     cross_compiling=maybe
1316   elif test "x$build_alias" != "x$host_alias"; then
1317     cross_compiling=yes
1318   fi
1319 fi
1320
1321 ac_tool_prefix=
1322 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1323
1324 test "$silent" = yes && exec 6>/dev/null
1325
1326
1327 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1328 ac_ls_di=`ls -di .` &&
1329 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1330   as_fn_error $? "working directory cannot be determined"
1331 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1332   as_fn_error $? "pwd does not report name of working directory"
1333
1334
1335 # Find the source files, if location was not specified.
1336 if test -z "$srcdir"; then
1337   ac_srcdir_defaulted=yes
1338   # Try the directory containing this script, then the parent directory.
1339   ac_confdir=`$as_dirname -- "$as_myself" ||
1340 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1341          X"$as_myself" : 'X\(//\)[^/]' \| \
1342          X"$as_myself" : 'X\(//\)$' \| \
1343          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1344 $as_echo X"$as_myself" |
1345     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1346             s//\1/
1347             q
1348           }
1349           /^X\(\/\/\)[^/].*/{
1350             s//\1/
1351             q
1352           }
1353           /^X\(\/\/\)$/{
1354             s//\1/
1355             q
1356           }
1357           /^X\(\/\).*/{
1358             s//\1/
1359             q
1360           }
1361           s/.*/./; q'`
1362   srcdir=$ac_confdir
1363   if test ! -r "$srcdir/$ac_unique_file"; then
1364     srcdir=..
1365   fi
1366 else
1367   ac_srcdir_defaulted=no
1368 fi
1369 if test ! -r "$srcdir/$ac_unique_file"; then
1370   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1371   as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1372 fi
1373 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1374 ac_abs_confdir=`(
1375         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1376         pwd)`
1377 # When building in place, set srcdir=.
1378 if test "$ac_abs_confdir" = "$ac_pwd"; then
1379   srcdir=.
1380 fi
1381 # Remove unnecessary trailing slashes from srcdir.
1382 # Double slashes in file names in object file debugging info
1383 # mess up M-x gdb in Emacs.
1384 case $srcdir in
1385 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1386 esac
1387 for ac_var in $ac_precious_vars; do
1388   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1389   eval ac_env_${ac_var}_value=\$${ac_var}
1390   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1391   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1392 done
1393
1394 #
1395 # Report the --help message.
1396 #
1397 if test "$ac_init_help" = "long"; then
1398   # Omit some internal or obsolete options to make the list less imposing.
1399   # This message is too long to be a string in the A/UX 3.1 sh.
1400   cat <<_ACEOF
1401 \`configure' configures Wine 1.5.6 to adapt to many kinds of systems.
1402
1403 Usage: $0 [OPTION]... [VAR=VALUE]...
1404
1405 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1406 VAR=VALUE.  See below for descriptions of some of the useful variables.
1407
1408 Defaults for the options are specified in brackets.
1409
1410 Configuration:
1411   -h, --help              display this help and exit
1412       --help=short        display options specific to this package
1413       --help=recursive    display the short help of all the included packages
1414   -V, --version           display version information and exit
1415   -q, --quiet, --silent   do not print \`checking ...' messages
1416       --cache-file=FILE   cache test results in FILE [disabled]
1417   -C, --config-cache      alias for \`--cache-file=config.cache'
1418   -n, --no-create         do not create output files
1419       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1420
1421 Installation directories:
1422   --prefix=PREFIX         install architecture-independent files in PREFIX
1423                           [$ac_default_prefix]
1424   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1425                           [PREFIX]
1426
1427 By default, \`make install' will install all the files in
1428 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1429 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1430 for instance \`--prefix=\$HOME'.
1431
1432 For better control, use the options below.
1433
1434 Fine tuning of the installation directories:
1435   --bindir=DIR            user executables [EPREFIX/bin]
1436   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1437   --libexecdir=DIR        program executables [EPREFIX/libexec]
1438   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1439   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1440   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1441   --libdir=DIR            object code libraries [EPREFIX/lib]
1442   --includedir=DIR        C header files [PREFIX/include]
1443   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1444   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1445   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1446   --infodir=DIR           info documentation [DATAROOTDIR/info]
1447   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1448   --mandir=DIR            man documentation [DATAROOTDIR/man]
1449   --docdir=DIR            documentation root [DATAROOTDIR/doc/wine]
1450   --htmldir=DIR           html documentation [DOCDIR]
1451   --dvidir=DIR            dvi documentation [DOCDIR]
1452   --pdfdir=DIR            pdf documentation [DOCDIR]
1453   --psdir=DIR             ps documentation [DOCDIR]
1454 _ACEOF
1455
1456   cat <<\_ACEOF
1457
1458 X features:
1459   --x-includes=DIR    X include files are in DIR
1460   --x-libraries=DIR   X library files are in DIR
1461
1462 System types:
1463   --build=BUILD     configure for building on BUILD [guessed]
1464   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1465 _ACEOF
1466 fi
1467
1468 if test -n "$ac_init_help"; then
1469   case $ac_init_help in
1470      short | recursive ) echo "Configuration of Wine 1.5.6:";;
1471    esac
1472   cat <<\_ACEOF
1473
1474 Optional Features:
1475   --disable-option-checking  ignore unrecognized --enable/--with options
1476   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1477   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1478   --disable-win16         do not include Win16 support
1479   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1480                           binaries)
1481   --disable-tests         do not build the regression tests
1482   --enable-maintainer-mode
1483                           enable maintainer-specific build rules
1484   --disable-largefile     omit support for large files
1485
1486 Optional Packages:
1487   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1488   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1489   --without-alsa          do not use the Alsa sound support
1490   --without-capi          do not use CAPI (ISDN support)
1491   --without-cms           do not use CMS (color management support)
1492   --without-coreaudio     do not use the CoreAudio sound support
1493   --without-cups          do not use CUPS
1494   --without-curses        do not use (n)curses
1495   --without-dbus          do not use DBus (dynamic device support)
1496   --without-fontconfig    do not use fontconfig
1497   --without-freetype      do not use the FreeType library
1498   --without-gettext       do not use gettext
1499   --with-gettextpo        use the GetTextPO library to rebuild po files
1500   --without-gphoto        do not use gphoto (Digital Camera support)
1501   --without-glu           do not use the GLU library
1502   --without-gnutls        do not use GnuTLS (schannel support)
1503   --without-gsm           do not use libgsm (GSM 06.10 codec support)
1504   --without-gstreamer     do not use GStreamer (codecs support)
1505   --without-hal           do not use HAL (dynamic device support)
1506   --without-jpeg          do not use JPEG
1507   --without-ldap          do not use LDAP
1508   --without-mpg123        do not use the mpg123 library
1509   --without-openal        do not use OpenAL
1510   --without-opencl        do not use OpenCL
1511   --without-opengl        do not use OpenGL
1512   --without-openssl       do not use OpenSSL
1513   --without-oss           do not use the OSS sound support
1514   --without-png           do not use PNG
1515   --without-pthread       do not use the pthread library
1516   --without-sane          do not use SANE (scanner support)
1517   --without-tiff          do not use TIFF
1518   --without-v4l           do not use v4l1 (v4l support)
1519   --without-xcomposite    do not use the Xcomposite extension
1520   --without-xcursor       do not use the Xcursor extension
1521   --without-xinerama      do not use Xinerama (multi-monitor support)
1522   --without-xinput        do not use the Xinput extension
1523   --without-xinput2       do not use the Xinput 2 extension
1524   --without-xml           do not use XML
1525   --without-xrandr        do not use Xrandr (resolution changes)
1526   --without-xrender       do not use the Xrender extension
1527   --without-xshape        do not use the Xshape extension
1528   --without-xslt          do not use XSLT
1529   --without-xxf86vm       do not use XFree video mode extension
1530   --without-zlib          do not use Zlib (data compression)
1531   --with-wine-tools=DIR   use Wine tools from directory DIR
1532   --with-wine64=DIR       use the 64-bit Wine in DIR for a Wow64 build
1533   --with-x                use the X Window System
1534
1535 Some influential environment variables:
1536   CC          C compiler command
1537   CFLAGS      C compiler flags
1538   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1539               nonstandard directory <lib dir>
1540   LIBS        libraries to pass to the linker, e.g. -l<library>
1541   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1542               you have headers in a nonstandard directory <include dir>
1543   CXX         C++ compiler command
1544   CXXFLAGS    C++ compiler flags
1545   CPP         C preprocessor
1546   XMKMF       Path to xmkmf, Makefile generator for X Window System
1547
1548 Use these variables to override the choices made by `configure' or to help
1549 it to find libraries and programs with nonstandard names/locations.
1550
1551 Report bugs to <wine-devel@winehq.org>.
1552 Wine home page: <http://www.winehq.org>.
1553 _ACEOF
1554 ac_status=$?
1555 fi
1556
1557 if test "$ac_init_help" = "recursive"; then
1558   # If there are subdirs, report their specific --help.
1559   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1560     test -d "$ac_dir" ||
1561       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1562       continue
1563     ac_builddir=.
1564
1565 case "$ac_dir" in
1566 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1567 *)
1568   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1569   # A ".." for each directory in $ac_dir_suffix.
1570   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1571   case $ac_top_builddir_sub in
1572   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1573   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1574   esac ;;
1575 esac
1576 ac_abs_top_builddir=$ac_pwd
1577 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1578 # for backward compatibility:
1579 ac_top_builddir=$ac_top_build_prefix
1580
1581 case $srcdir in
1582   .)  # We are building in place.
1583     ac_srcdir=.
1584     ac_top_srcdir=$ac_top_builddir_sub
1585     ac_abs_top_srcdir=$ac_pwd ;;
1586   [\\/]* | ?:[\\/]* )  # Absolute name.
1587     ac_srcdir=$srcdir$ac_dir_suffix;
1588     ac_top_srcdir=$srcdir
1589     ac_abs_top_srcdir=$srcdir ;;
1590   *) # Relative name.
1591     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1592     ac_top_srcdir=$ac_top_build_prefix$srcdir
1593     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1594 esac
1595 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1596
1597     cd "$ac_dir" || { ac_status=$?; continue; }
1598     # Check for guested configure.
1599     if test -f "$ac_srcdir/configure.gnu"; then
1600       echo &&
1601       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1602     elif test -f "$ac_srcdir/configure"; then
1603       echo &&
1604       $SHELL "$ac_srcdir/configure" --help=recursive
1605     else
1606       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1607     fi || ac_status=$?
1608     cd "$ac_pwd" || { ac_status=$?; break; }
1609   done
1610 fi
1611
1612 test -n "$ac_init_help" && exit $ac_status
1613 if $ac_init_version; then
1614   cat <<\_ACEOF
1615 Wine configure 1.5.6
1616 generated by GNU Autoconf 2.69
1617
1618 Copyright (C) 2012 Free Software Foundation, Inc.
1619 This configure script is free software; the Free Software Foundation
1620 gives unlimited permission to copy, distribute and modify it.
1621 _ACEOF
1622   exit
1623 fi
1624
1625 ## ------------------------ ##
1626 ## Autoconf initialization. ##
1627 ## ------------------------ ##
1628
1629 # ac_fn_c_try_compile LINENO
1630 # --------------------------
1631 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1632 ac_fn_c_try_compile ()
1633 {
1634   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1635   rm -f conftest.$ac_objext
1636   if { { ac_try="$ac_compile"
1637 case "(($ac_try" in
1638   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1639   *) ac_try_echo=$ac_try;;
1640 esac
1641 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1642 $as_echo "$ac_try_echo"; } >&5
1643   (eval "$ac_compile") 2>conftest.err
1644   ac_status=$?
1645   if test -s conftest.err; then
1646     grep -v '^ *+' conftest.err >conftest.er1
1647     cat conftest.er1 >&5
1648     mv -f conftest.er1 conftest.err
1649   fi
1650   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1651   test $ac_status = 0; } && {
1652          test -z "$ac_c_werror_flag" ||
1653          test ! -s conftest.err
1654        } && test -s conftest.$ac_objext; then :
1655   ac_retval=0
1656 else
1657   $as_echo "$as_me: failed program was:" >&5
1658 sed 's/^/| /' conftest.$ac_ext >&5
1659
1660         ac_retval=1
1661 fi
1662   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1663   as_fn_set_status $ac_retval
1664
1665 } # ac_fn_c_try_compile
1666
1667 # ac_fn_cxx_try_compile LINENO
1668 # ----------------------------
1669 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1670 ac_fn_cxx_try_compile ()
1671 {
1672   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1673   rm -f conftest.$ac_objext
1674   if { { ac_try="$ac_compile"
1675 case "(($ac_try" in
1676   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1677   *) ac_try_echo=$ac_try;;
1678 esac
1679 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1680 $as_echo "$ac_try_echo"; } >&5
1681   (eval "$ac_compile") 2>conftest.err
1682   ac_status=$?
1683   if test -s conftest.err; then
1684     grep -v '^ *+' conftest.err >conftest.er1
1685     cat conftest.er1 >&5
1686     mv -f conftest.er1 conftest.err
1687   fi
1688   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1689   test $ac_status = 0; } && {
1690          test -z "$ac_cxx_werror_flag" ||
1691          test ! -s conftest.err
1692        } && test -s conftest.$ac_objext; then :
1693   ac_retval=0
1694 else
1695   $as_echo "$as_me: failed program was:" >&5
1696 sed 's/^/| /' conftest.$ac_ext >&5
1697
1698         ac_retval=1
1699 fi
1700   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1701   as_fn_set_status $ac_retval
1702
1703 } # ac_fn_cxx_try_compile
1704
1705 # ac_fn_c_try_link LINENO
1706 # -----------------------
1707 # Try to link conftest.$ac_ext, and return whether this succeeded.
1708 ac_fn_c_try_link ()
1709 {
1710   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1711   rm -f conftest.$ac_objext conftest$ac_exeext
1712   if { { ac_try="$ac_link"
1713 case "(($ac_try" in
1714   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1715   *) ac_try_echo=$ac_try;;
1716 esac
1717 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1718 $as_echo "$ac_try_echo"; } >&5
1719   (eval "$ac_link") 2>conftest.err
1720   ac_status=$?
1721   if test -s conftest.err; then
1722     grep -v '^ *+' conftest.err >conftest.er1
1723     cat conftest.er1 >&5
1724     mv -f conftest.er1 conftest.err
1725   fi
1726   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1727   test $ac_status = 0; } && {
1728          test -z "$ac_c_werror_flag" ||
1729          test ! -s conftest.err
1730        } && test -s conftest$ac_exeext && {
1731          test "$cross_compiling" = yes ||
1732          test -x conftest$ac_exeext
1733        }; then :
1734   ac_retval=0
1735 else
1736   $as_echo "$as_me: failed program was:" >&5
1737 sed 's/^/| /' conftest.$ac_ext >&5
1738
1739         ac_retval=1
1740 fi
1741   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1742   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1743   # interfere with the next link command; also delete a directory that is
1744   # left behind by Apple's compiler.  We do this before executing the actions.
1745   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1746   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1747   as_fn_set_status $ac_retval
1748
1749 } # ac_fn_c_try_link
1750
1751 # ac_fn_c_try_cpp LINENO
1752 # ----------------------
1753 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1754 ac_fn_c_try_cpp ()
1755 {
1756   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1757   if { { ac_try="$ac_cpp conftest.$ac_ext"
1758 case "(($ac_try" in
1759   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1760   *) ac_try_echo=$ac_try;;
1761 esac
1762 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1763 $as_echo "$ac_try_echo"; } >&5
1764   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1765   ac_status=$?
1766   if test -s conftest.err; then
1767     grep -v '^ *+' conftest.err >conftest.er1
1768     cat conftest.er1 >&5
1769     mv -f conftest.er1 conftest.err
1770   fi
1771   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1772   test $ac_status = 0; } > conftest.i && {
1773          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1774          test ! -s conftest.err
1775        }; then :
1776   ac_retval=0
1777 else
1778   $as_echo "$as_me: failed program was:" >&5
1779 sed 's/^/| /' conftest.$ac_ext >&5
1780
1781     ac_retval=1
1782 fi
1783   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1784   as_fn_set_status $ac_retval
1785
1786 } # ac_fn_c_try_cpp
1787
1788 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1789 # -------------------------------------------------------
1790 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1791 # the include files in INCLUDES and setting the cache variable VAR
1792 # accordingly.
1793 ac_fn_c_check_header_mongrel ()
1794 {
1795   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1796   if eval \${$3+:} false; then :
1797   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1798 $as_echo_n "checking for $2... " >&6; }
1799 if eval \${$3+:} false; then :
1800   $as_echo_n "(cached) " >&6
1801 fi
1802 eval ac_res=\$$3
1803                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1804 $as_echo "$ac_res" >&6; }
1805 else
1806   # Is the header compilable?
1807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1808 $as_echo_n "checking $2 usability... " >&6; }
1809 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1810 /* end confdefs.h.  */
1811 $4
1812 #include <$2>
1813 _ACEOF
1814 if ac_fn_c_try_compile "$LINENO"; then :
1815   ac_header_compiler=yes
1816 else
1817   ac_header_compiler=no
1818 fi
1819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1821 $as_echo "$ac_header_compiler" >&6; }
1822
1823 # Is the header present?
1824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1825 $as_echo_n "checking $2 presence... " >&6; }
1826 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1827 /* end confdefs.h.  */
1828 #include <$2>
1829 _ACEOF
1830 if ac_fn_c_try_cpp "$LINENO"; then :
1831   ac_header_preproc=yes
1832 else
1833   ac_header_preproc=no
1834 fi
1835 rm -f conftest.err conftest.i conftest.$ac_ext
1836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1837 $as_echo "$ac_header_preproc" >&6; }
1838
1839 # So?  What about this header?
1840 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1841   yes:no: )
1842     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1843 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1844     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1845 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1846     ;;
1847   no:yes:* )
1848     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1849 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1850     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1851 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1852     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1853 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1854     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1855 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1856     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1857 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1858 ( $as_echo "## ------------------------------------ ##
1859 ## Report this to wine-devel@winehq.org ##
1860 ## ------------------------------------ ##"
1861      ) | sed "s/^/$as_me: WARNING:     /" >&2
1862     ;;
1863 esac
1864   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1865 $as_echo_n "checking for $2... " >&6; }
1866 if eval \${$3+:} false; then :
1867   $as_echo_n "(cached) " >&6
1868 else
1869   eval "$3=\$ac_header_compiler"
1870 fi
1871 eval ac_res=\$$3
1872                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1873 $as_echo "$ac_res" >&6; }
1874 fi
1875   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1876
1877 } # ac_fn_c_check_header_mongrel
1878
1879 # ac_fn_c_try_run LINENO
1880 # ----------------------
1881 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1882 # that executables *can* be run.
1883 ac_fn_c_try_run ()
1884 {
1885   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1886   if { { ac_try="$ac_link"
1887 case "(($ac_try" in
1888   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1889   *) ac_try_echo=$ac_try;;
1890 esac
1891 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1892 $as_echo "$ac_try_echo"; } >&5
1893   (eval "$ac_link") 2>&5
1894   ac_status=$?
1895   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1896   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1897   { { case "(($ac_try" in
1898   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1899   *) ac_try_echo=$ac_try;;
1900 esac
1901 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1902 $as_echo "$ac_try_echo"; } >&5
1903   (eval "$ac_try") 2>&5
1904   ac_status=$?
1905   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1906   test $ac_status = 0; }; }; then :
1907   ac_retval=0
1908 else
1909   $as_echo "$as_me: program exited with status $ac_status" >&5
1910        $as_echo "$as_me: failed program was:" >&5
1911 sed 's/^/| /' conftest.$ac_ext >&5
1912
1913        ac_retval=$ac_status
1914 fi
1915   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1916   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1917   as_fn_set_status $ac_retval
1918
1919 } # ac_fn_c_try_run
1920
1921 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1922 # -------------------------------------------------------
1923 # Tests whether HEADER exists and can be compiled using the include files in
1924 # INCLUDES, setting the cache variable VAR accordingly.
1925 ac_fn_c_check_header_compile ()
1926 {
1927   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1928   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1929 $as_echo_n "checking for $2... " >&6; }
1930 if eval \${$3+:} false; then :
1931   $as_echo_n "(cached) " >&6
1932 else
1933   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1934 /* end confdefs.h.  */
1935 $4
1936 #include <$2>
1937 _ACEOF
1938 if ac_fn_c_try_compile "$LINENO"; then :
1939   eval "$3=yes"
1940 else
1941   eval "$3=no"
1942 fi
1943 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1944 fi
1945 eval ac_res=\$$3
1946                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1947 $as_echo "$ac_res" >&6; }
1948   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1949
1950 } # ac_fn_c_check_header_compile
1951
1952 # ac_fn_c_check_func LINENO FUNC VAR
1953 # ----------------------------------
1954 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1955 ac_fn_c_check_func ()
1956 {
1957   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1958   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1959 $as_echo_n "checking for $2... " >&6; }
1960 if eval \${$3+:} false; then :
1961   $as_echo_n "(cached) " >&6
1962 else
1963   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1964 /* end confdefs.h.  */
1965 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1966    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1967 #define $2 innocuous_$2
1968
1969 /* System header to define __stub macros and hopefully few prototypes,
1970     which can conflict with char $2 (); below.
1971     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1972     <limits.h> exists even on freestanding compilers.  */
1973
1974 #ifdef __STDC__
1975 # include <limits.h>
1976 #else
1977 # include <assert.h>
1978 #endif
1979
1980 #undef $2
1981
1982 /* Override any GCC internal prototype to avoid an error.
1983    Use char because int might match the return type of a GCC
1984    builtin and then its argument prototype would still apply.  */
1985 #ifdef __cplusplus
1986 extern "C"
1987 #endif
1988 char $2 ();
1989 /* The GNU C library defines this for functions which it implements
1990     to always fail with ENOSYS.  Some functions are actually named
1991     something starting with __ and the normal name is an alias.  */
1992 #if defined __stub_$2 || defined __stub___$2
1993 choke me
1994 #endif
1995
1996 int
1997 main ()
1998 {
1999 return $2 ();
2000   ;
2001   return 0;
2002 }
2003 _ACEOF
2004 if ac_fn_c_try_link "$LINENO"; then :
2005   eval "$3=yes"
2006 else
2007   eval "$3=no"
2008 fi
2009 rm -f core conftest.err conftest.$ac_objext \
2010     conftest$ac_exeext conftest.$ac_ext
2011 fi
2012 eval ac_res=\$$3
2013                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2014 $as_echo "$ac_res" >&6; }
2015   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2016
2017 } # ac_fn_c_check_func
2018
2019 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2020 # ----------------------------------------------------
2021 # Tries to find if the field MEMBER exists in type AGGR, after including
2022 # INCLUDES, setting cache variable VAR accordingly.
2023 ac_fn_c_check_member ()
2024 {
2025   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2026   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2027 $as_echo_n "checking for $2.$3... " >&6; }
2028 if eval \${$4+:} false; then :
2029   $as_echo_n "(cached) " >&6
2030 else
2031   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2032 /* end confdefs.h.  */
2033 $5
2034 int
2035 main ()
2036 {
2037 static $2 ac_aggr;
2038 if (ac_aggr.$3)
2039 return 0;
2040   ;
2041   return 0;
2042 }
2043 _ACEOF
2044 if ac_fn_c_try_compile "$LINENO"; then :
2045   eval "$4=yes"
2046 else
2047   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2048 /* end confdefs.h.  */
2049 $5
2050 int
2051 main ()
2052 {
2053 static $2 ac_aggr;
2054 if (sizeof ac_aggr.$3)
2055 return 0;
2056   ;
2057   return 0;
2058 }
2059 _ACEOF
2060 if ac_fn_c_try_compile "$LINENO"; then :
2061   eval "$4=yes"
2062 else
2063   eval "$4=no"
2064 fi
2065 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2066 fi
2067 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2068 fi
2069 eval ac_res=\$$4
2070                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2071 $as_echo "$ac_res" >&6; }
2072   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2073
2074 } # ac_fn_c_check_member
2075
2076 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2077 # -------------------------------------------
2078 # Tests whether TYPE exists after having included INCLUDES, setting cache
2079 # variable VAR accordingly.
2080 ac_fn_c_check_type ()
2081 {
2082   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2083   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2084 $as_echo_n "checking for $2... " >&6; }
2085 if eval \${$3+:} false; then :
2086   $as_echo_n "(cached) " >&6
2087 else
2088   eval "$3=no"
2089   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2090 /* end confdefs.h.  */
2091 $4
2092 int
2093 main ()
2094 {
2095 if (sizeof ($2))
2096          return 0;
2097   ;
2098   return 0;
2099 }
2100 _ACEOF
2101 if ac_fn_c_try_compile "$LINENO"; then :
2102   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2103 /* end confdefs.h.  */
2104 $4
2105 int
2106 main ()
2107 {
2108 if (sizeof (($2)))
2109             return 0;
2110   ;
2111   return 0;
2112 }
2113 _ACEOF
2114 if ac_fn_c_try_compile "$LINENO"; then :
2115
2116 else
2117   eval "$3=yes"
2118 fi
2119 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2120 fi
2121 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2122 fi
2123 eval ac_res=\$$3
2124                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2125 $as_echo "$ac_res" >&6; }
2126   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2127
2128 } # ac_fn_c_check_type
2129 cat >config.log <<_ACEOF
2130 This file contains any messages produced by compilers while
2131 running configure, to aid debugging if configure makes a mistake.
2132
2133 It was created by Wine $as_me 1.5.6, which was
2134 generated by GNU Autoconf 2.69.  Invocation command line was
2135
2136   $ $0 $@
2137
2138 _ACEOF
2139 exec 5>>config.log
2140 {
2141 cat <<_ASUNAME
2142 ## --------- ##
2143 ## Platform. ##
2144 ## --------- ##
2145
2146 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2147 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2148 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2149 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2150 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2151
2152 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2153 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2154
2155 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2156 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2157 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2158 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2159 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2160 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2161 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2162
2163 _ASUNAME
2164
2165 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2166 for as_dir in $PATH
2167 do
2168   IFS=$as_save_IFS
2169   test -z "$as_dir" && as_dir=.
2170     $as_echo "PATH: $as_dir"
2171   done
2172 IFS=$as_save_IFS
2173
2174 } >&5
2175
2176 cat >&5 <<_ACEOF
2177
2178
2179 ## ----------- ##
2180 ## Core tests. ##
2181 ## ----------- ##
2182
2183 _ACEOF
2184
2185
2186 # Keep a trace of the command line.
2187 # Strip out --no-create and --no-recursion so they do not pile up.
2188 # Strip out --silent because we don't want to record it for future runs.
2189 # Also quote any args containing shell meta-characters.
2190 # Make two passes to allow for proper duplicate-argument suppression.
2191 ac_configure_args=
2192 ac_configure_args0=
2193 ac_configure_args1=
2194 ac_must_keep_next=false
2195 for ac_pass in 1 2
2196 do
2197   for ac_arg
2198   do
2199     case $ac_arg in
2200     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2201     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2202     | -silent | --silent | --silen | --sile | --sil)
2203       continue ;;
2204     *\'*)
2205       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2206     esac
2207     case $ac_pass in
2208     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2209     2)
2210       as_fn_append ac_configure_args1 " '$ac_arg'"
2211       if test $ac_must_keep_next = true; then
2212         ac_must_keep_next=false # Got value, back to normal.
2213       else
2214         case $ac_arg in
2215           *=* | --config-cache | -C | -disable-* | --disable-* \
2216           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2217           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2218           | -with-* | --with-* | -without-* | --without-* | --x)
2219             case "$ac_configure_args0 " in
2220               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2221             esac
2222             ;;
2223           -* ) ac_must_keep_next=true ;;
2224         esac
2225       fi
2226       as_fn_append ac_configure_args " '$ac_arg'"
2227       ;;
2228     esac
2229   done
2230 done
2231 { ac_configure_args0=; unset ac_configure_args0;}
2232 { ac_configure_args1=; unset ac_configure_args1;}
2233
2234 # When interrupted or exit'd, cleanup temporary files, and complete
2235 # config.log.  We remove comments because anyway the quotes in there
2236 # would cause problems or look ugly.
2237 # WARNING: Use '\'' to represent an apostrophe within the trap.
2238 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2239 trap 'exit_status=$?
2240   # Save into config.log some information that might help in debugging.
2241   {
2242     echo
2243
2244     $as_echo "## ---------------- ##
2245 ## Cache variables. ##
2246 ## ---------------- ##"
2247     echo
2248     # The following way of writing the cache mishandles newlines in values,
2249 (
2250   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2251     eval ac_val=\$$ac_var
2252     case $ac_val in #(
2253     *${as_nl}*)
2254       case $ac_var in #(
2255       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2256 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2257       esac
2258       case $ac_var in #(
2259       _ | IFS | as_nl) ;; #(
2260       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2261       *) { eval $ac_var=; unset $ac_var;} ;;
2262       esac ;;
2263     esac
2264   done
2265   (set) 2>&1 |
2266     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2267     *${as_nl}ac_space=\ *)
2268       sed -n \
2269         "s/'\''/'\''\\\\'\'''\''/g;
2270           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2271       ;; #(
2272     *)
2273       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2274       ;;
2275     esac |
2276     sort
2277 )
2278     echo
2279
2280     $as_echo "## ----------------- ##
2281 ## Output variables. ##
2282 ## ----------------- ##"
2283     echo
2284     for ac_var in $ac_subst_vars
2285     do
2286       eval ac_val=\$$ac_var
2287       case $ac_val in
2288       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2289       esac
2290       $as_echo "$ac_var='\''$ac_val'\''"
2291     done | sort
2292     echo
2293
2294     if test -n "$ac_subst_files"; then
2295       $as_echo "## ------------------- ##
2296 ## File substitutions. ##
2297 ## ------------------- ##"
2298       echo
2299       for ac_var in $ac_subst_files
2300       do
2301         eval ac_val=\$$ac_var
2302         case $ac_val in
2303         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2304         esac
2305         $as_echo "$ac_var='\''$ac_val'\''"
2306       done | sort
2307       echo
2308     fi
2309
2310     if test -s confdefs.h; then
2311       $as_echo "## ----------- ##
2312 ## confdefs.h. ##
2313 ## ----------- ##"
2314       echo
2315       cat confdefs.h
2316       echo
2317     fi
2318     test "$ac_signal" != 0 &&
2319       $as_echo "$as_me: caught signal $ac_signal"
2320     $as_echo "$as_me: exit $exit_status"
2321   } >&5
2322   rm -f core *.core core.conftest.* &&
2323     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2324     exit $exit_status
2325 ' 0
2326 for ac_signal in 1 2 13 15; do
2327   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2328 done
2329 ac_signal=0
2330
2331 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2332 rm -f -r conftest* confdefs.h
2333
2334 $as_echo "/* confdefs.h */" > confdefs.h
2335
2336 # Predefined preprocessor variables.
2337
2338 cat >>confdefs.h <<_ACEOF
2339 #define PACKAGE_NAME "$PACKAGE_NAME"
2340 _ACEOF
2341
2342 cat >>confdefs.h <<_ACEOF
2343 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2344 _ACEOF
2345
2346 cat >>confdefs.h <<_ACEOF
2347 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2348 _ACEOF
2349
2350 cat >>confdefs.h <<_ACEOF
2351 #define PACKAGE_STRING "$PACKAGE_STRING"
2352 _ACEOF
2353
2354 cat >>confdefs.h <<_ACEOF
2355 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2356 _ACEOF
2357
2358 cat >>confdefs.h <<_ACEOF
2359 #define PACKAGE_URL "$PACKAGE_URL"
2360 _ACEOF
2361
2362
2363 # Let the site file select an alternate cache file if it wants to.
2364 # Prefer an explicitly selected file to automatically selected ones.
2365 ac_site_file1=NONE
2366 ac_site_file2=NONE
2367 if test -n "$CONFIG_SITE"; then
2368   # We do not want a PATH search for config.site.
2369   case $CONFIG_SITE in #((
2370     -*)  ac_site_file1=./$CONFIG_SITE;;
2371     */*) ac_site_file1=$CONFIG_SITE;;
2372     *)   ac_site_file1=./$CONFIG_SITE;;
2373   esac
2374 elif test "x$prefix" != xNONE; then
2375   ac_site_file1=$prefix/share/config.site
2376   ac_site_file2=$prefix/etc/config.site
2377 else
2378   ac_site_file1=$ac_default_prefix/share/config.site
2379   ac_site_file2=$ac_default_prefix/etc/config.site
2380 fi
2381 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2382 do
2383   test "x$ac_site_file" = xNONE && continue
2384   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2385     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2386 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2387     sed 's/^/| /' "$ac_site_file" >&5
2388     . "$ac_site_file" \
2389       || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2390 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2391 as_fn_error $? "failed to load site script $ac_site_file
2392 See \`config.log' for more details" "$LINENO" 5; }
2393   fi
2394 done
2395
2396 if test -r "$cache_file"; then
2397   # Some versions of bash will fail to source /dev/null (special files
2398   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
2399   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2400     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2401 $as_echo "$as_me: loading cache $cache_file" >&6;}
2402     case $cache_file in
2403       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2404       *)                      . "./$cache_file";;
2405     esac
2406   fi
2407 else
2408   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2409 $as_echo "$as_me: creating cache $cache_file" >&6;}
2410   >$cache_file
2411 fi
2412
2413 # Check that the precious variables saved in the cache have kept the same
2414 # value.
2415 ac_cache_corrupted=false
2416 for ac_var in $ac_precious_vars; do
2417   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2418   eval ac_new_set=\$ac_env_${ac_var}_set
2419   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2420   eval ac_new_val=\$ac_env_${ac_var}_value
2421   case $ac_old_set,$ac_new_set in
2422     set,)
2423       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2424 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2425       ac_cache_corrupted=: ;;
2426     ,set)
2427       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2428 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2429       ac_cache_corrupted=: ;;
2430     ,);;
2431     *)
2432       if test "x$ac_old_val" != "x$ac_new_val"; then
2433         # differences in whitespace do not lead to failure.
2434         ac_old_val_w=`echo x $ac_old_val`
2435         ac_new_val_w=`echo x $ac_new_val`
2436         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2437           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2438 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2439           ac_cache_corrupted=:
2440         else
2441           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2442 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2443           eval $ac_var=\$ac_old_val
2444         fi
2445         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2446 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2447         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2448 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2449       fi;;
2450   esac
2451   # Pass precious variables to config.status.
2452   if test "$ac_new_set" = set; then
2453     case $ac_new_val in
2454     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2455     *) ac_arg=$ac_var=$ac_new_val ;;
2456     esac
2457     case " $ac_configure_args " in
2458       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2459       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2460     esac
2461   fi
2462 done
2463 if $ac_cache_corrupted; then
2464   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2465 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2466   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2467 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2468   as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2469 fi
2470 ## -------------------- ##
2471 ## Main body of script. ##
2472 ## -------------------- ##
2473
2474 ac_ext=c
2475 ac_cpp='$CPP $CPPFLAGS'
2476 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2477 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2478 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2479
2480
2481
2482 ac_config_headers="$ac_config_headers include/config.h"
2483
2484 ac_aux_dir=
2485 for ac_dir in tools "$srcdir"/tools; do
2486   if test -f "$ac_dir/install-sh"; then
2487     ac_aux_dir=$ac_dir
2488     ac_install_sh="$ac_aux_dir/install-sh -c"
2489     break
2490   elif test -f "$ac_dir/install.sh"; then
2491     ac_aux_dir=$ac_dir
2492     ac_install_sh="$ac_aux_dir/install.sh -c"
2493     break
2494   elif test -f "$ac_dir/shtool"; then
2495     ac_aux_dir=$ac_dir
2496     ac_install_sh="$ac_aux_dir/shtool install -c"
2497     break
2498   fi
2499 done
2500 if test -z "$ac_aux_dir"; then
2501   as_fn_error $? "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2502 fi
2503
2504 # These three variables are undocumented and unsupported,
2505 # and are intended to be withdrawn in a future Autoconf release.
2506 # They can cause serious problems if a builder's source tree is in a directory
2507 # whose full name contains unusual characters.
2508 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2509 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2510 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2511
2512
2513
2514
2515
2516 # Check whether --enable-win16 was given.
2517 if test "${enable_win16+set}" = set; then :
2518   enableval=$enable_win16;
2519 fi
2520
2521 # Check whether --enable-win64 was given.
2522 if test "${enable_win64+set}" = set; then :
2523   enableval=$enable_win64;
2524 fi
2525
2526 # Check whether --enable-tests was given.
2527 if test "${enable_tests+set}" = set; then :
2528   enableval=$enable_tests;
2529 fi
2530
2531 # Check whether --enable-maintainer-mode was given.
2532 if test "${enable_maintainer_mode+set}" = set; then :
2533   enableval=$enable_maintainer_mode;
2534 fi
2535
2536
2537
2538 # Check whether --with-alsa was given.
2539 if test "${with_alsa+set}" = set; then :
2540   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2541 fi
2542
2543
2544 # Check whether --with-capi was given.
2545 if test "${with_capi+set}" = set; then :
2546   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2547 fi
2548
2549
2550 # Check whether --with-cms was given.
2551 if test "${with_cms+set}" = set; then :
2552   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2553 fi
2554
2555
2556 # Check whether --with-coreaudio was given.
2557 if test "${with_coreaudio+set}" = set; then :
2558   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2559 fi
2560
2561
2562 # Check whether --with-cups was given.
2563 if test "${with_cups+set}" = set; then :
2564   withval=$with_cups;
2565 fi
2566
2567
2568 # Check whether --with-curses was given.
2569 if test "${with_curses+set}" = set; then :
2570   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2571 fi
2572
2573
2574 # Check whether --with-dbus was given.
2575 if test "${with_dbus+set}" = set; then :
2576   withval=$with_dbus;
2577 fi
2578
2579
2580 # Check whether --with-fontconfig was given.
2581 if test "${with_fontconfig+set}" = set; then :
2582   withval=$with_fontconfig;
2583 fi
2584
2585
2586 # Check whether --with-freetype was given.
2587 if test "${with_freetype+set}" = set; then :
2588   withval=$with_freetype;
2589 fi
2590
2591
2592 # Check whether --with-gettext was given.
2593 if test "${with_gettext+set}" = set; then :
2594   withval=$with_gettext;
2595 fi
2596
2597
2598 # Check whether --with-gettextpo was given.
2599 if test "${with_gettextpo+set}" = set; then :
2600   withval=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h=no; fi
2601 fi
2602
2603
2604 # Check whether --with-gphoto was given.
2605 if test "${with_gphoto+set}" = set; then :
2606   withval=$with_gphoto;
2607 fi
2608
2609
2610 # Check whether --with-glu was given.
2611 if test "${with_glu+set}" = set; then :
2612   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2613 fi
2614
2615
2616 # Check whether --with-gnutls was given.
2617 if test "${with_gnutls+set}" = set; then :
2618   withval=$with_gnutls;
2619 fi
2620
2621
2622 # Check whether --with-gsm was given.
2623 if test "${with_gsm+set}" = set; then :
2624   withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2625 fi
2626
2627
2628 # Check whether --with-gstreamer was given.
2629 if test "${with_gstreamer+set}" = set; then :
2630   withval=$with_gstreamer;
2631 fi
2632
2633
2634 # Check whether --with-hal was given.
2635 if test "${with_hal+set}" = set; then :
2636   withval=$with_hal;
2637 fi
2638
2639
2640 # Check whether --with-jpeg was given.
2641 if test "${with_jpeg+set}" = set; then :
2642   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2643 fi
2644
2645
2646 # Check whether --with-ldap was given.
2647 if test "${with_ldap+set}" = set; then :
2648   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2649 fi
2650
2651
2652 # Check whether --with-mpg123 was given.
2653 if test "${with_mpg123+set}" = set; then :
2654   withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2655 fi
2656
2657
2658 # Check whether --with-openal was given.
2659 if test "${with_openal+set}" = set; then :
2660   withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2661 fi
2662
2663
2664 # Check whether --with-opencl was given.
2665 if test "${with_opencl+set}" = set; then :
2666   withval=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h=no; ac_cv_header_OpenCL_opencl_h=no; fi
2667 fi
2668
2669
2670 # Check whether --with-opengl was given.
2671 if test "${with_opengl+set}" = set; then :
2672   withval=$with_opengl;
2673 fi
2674
2675
2676 # Check whether --with-openssl was given.
2677 if test "${with_openssl+set}" = set; then :
2678   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2679 fi
2680
2681
2682 # Check whether --with-oss was given.
2683 if test "${with_oss+set}" = set; then :
2684   withval=$with_oss;
2685 fi
2686
2687
2688 # Check whether --with-png was given.
2689 if test "${with_png+set}" = set; then :
2690   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2691 fi
2692
2693
2694 # Check whether --with-pthread was given.
2695 if test "${with_pthread+set}" = set; then :
2696   withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2697 fi
2698
2699
2700 # Check whether --with-sane was given.
2701 if test "${with_sane+set}" = set; then :
2702   withval=$with_sane;
2703 fi
2704
2705
2706 # Check whether --with-tiff was given.
2707 if test "${with_tiff+set}" = set; then :
2708   withval=$with_tiff; if test "x$withval" = "xno"; then ac_cv_header_tiffio_h=no; fi
2709 fi
2710
2711
2712 # Check whether --with-v4l was given.
2713 if test "${with_v4l+set}" = set; then :
2714   withval=$with_v4l;
2715 fi
2716
2717
2718 # Check whether --with-xcomposite was given.
2719 if test "${with_xcomposite+set}" = set; then :
2720   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2721 fi
2722
2723
2724 # Check whether --with-xcursor was given.
2725 if test "${with_xcursor+set}" = set; then :
2726   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2727 fi
2728
2729
2730 # Check whether --with-xinerama was given.
2731 if test "${with_xinerama+set}" = set; then :
2732   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2733 fi
2734
2735
2736 # Check whether --with-xinput was given.
2737 if test "${with_xinput+set}" = set; then :
2738   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2739 fi
2740
2741
2742 # Check whether --with-xinput2 was given.
2743 if test "${with_xinput2+set}" = set; then :
2744   withval=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h=no; fi
2745 fi
2746
2747
2748 # Check whether --with-xml was given.
2749 if test "${with_xml+set}" = set; then :
2750   withval=$with_xml;
2751 fi
2752
2753
2754 # Check whether --with-xrandr was given.
2755 if test "${with_xrandr+set}" = set; then :
2756   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2757 fi
2758
2759
2760 # Check whether --with-xrender was given.
2761 if test "${with_xrender+set}" = set; then :
2762   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2763 fi
2764
2765
2766 # Check whether --with-xshape was given.
2767 if test "${with_xshape+set}" = set; then :
2768   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2769 fi
2770
2771
2772 # Check whether --with-xslt was given.
2773 if test "${with_xslt+set}" = set; then :
2774   withval=$with_xslt;
2775 fi
2776
2777
2778 # Check whether --with-xxf86vm was given.
2779 if test "${with_xxf86vm+set}" = set; then :
2780   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
2781 fi
2782
2783
2784 # Check whether --with-zlib was given.
2785 if test "${with_zlib+set}" = set; then :
2786   withval=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h=no; fi
2787 fi
2788
2789
2790
2791 # Check whether --with-wine-tools was given.
2792 if test "${with_wine_tools+set}" = set; then :
2793   withval=$with_wine_tools;
2794 fi
2795
2796
2797 # Check whether --with-wine64 was given.
2798 if test "${with_wine64+set}" = set; then :
2799   withval=$with_wine64;
2800 fi
2801
2802
2803 # Make sure we can run config.sub.
2804 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2805   as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2806
2807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2808 $as_echo_n "checking build system type... " >&6; }
2809 if ${ac_cv_build+:} false; then :
2810   $as_echo_n "(cached) " >&6
2811 else
2812   ac_build_alias=$build_alias
2813 test "x$ac_build_alias" = x &&
2814   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2815 test "x$ac_build_alias" = x &&
2816   as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2817 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2818   as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2819
2820 fi
2821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2822 $as_echo "$ac_cv_build" >&6; }
2823 case $ac_cv_build in
2824 *-*-*) ;;
2825 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2826 esac
2827 build=$ac_cv_build
2828 ac_save_IFS=$IFS; IFS='-'
2829 set x $ac_cv_build
2830 shift
2831 build_cpu=$1
2832 build_vendor=$2
2833 shift; shift
2834 # Remember, the first character of IFS is used to create $*,
2835 # except with old shells:
2836 build_os=$*
2837 IFS=$ac_save_IFS
2838 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2839
2840
2841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2842 $as_echo_n "checking host system type... " >&6; }
2843 if ${ac_cv_host+:} false; then :
2844   $as_echo_n "(cached) " >&6
2845 else
2846   if test "x$host_alias" = x; then
2847   ac_cv_host=$ac_cv_build
2848 else
2849   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2850     as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2851 fi
2852
2853 fi
2854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2855 $as_echo "$ac_cv_host" >&6; }
2856 case $ac_cv_host in
2857 *-*-*) ;;
2858 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2859 esac
2860 host=$ac_cv_host
2861 ac_save_IFS=$IFS; IFS='-'
2862 set x $ac_cv_host
2863 shift
2864 host_cpu=$1
2865 host_vendor=$2
2866 shift; shift
2867 # Remember, the first character of IFS is used to create $*,
2868 # except with old shells:
2869 host_os=$*
2870 IFS=$ac_save_IFS
2871 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2872
2873
2874
2875 case "$srcdir" in
2876  .) ;;
2877  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2878       as_fn_error $? "you are building out of the source tree, but the source tree contains object files.
2879 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2880     fi ;;
2881 esac
2882
2883
2884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2885 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2886 set x ${MAKE-make}
2887 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2888 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2889   $as_echo_n "(cached) " >&6
2890 else
2891   cat >conftest.make <<\_ACEOF
2892 SHELL = /bin/sh
2893 all:
2894         @echo '@@@%%%=$(MAKE)=@@@%%%'
2895 _ACEOF
2896 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2897 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2898   *@@@%%%=?*=@@@%%%*)
2899     eval ac_cv_prog_make_${ac_make}_set=yes;;
2900   *)
2901     eval ac_cv_prog_make_${ac_make}_set=no;;
2902 esac
2903 rm -f conftest.make
2904 fi
2905 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2906   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2907 $as_echo "yes" >&6; }
2908   SET_MAKE=
2909 else
2910   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2911 $as_echo "no" >&6; }
2912   SET_MAKE="MAKE=${MAKE-make}"
2913 fi
2914
2915 ac_ext=c
2916 ac_cpp='$CPP $CPPFLAGS'
2917 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2918 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2919 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2920 if test -n "$ac_tool_prefix"; then
2921   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2922 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2924 $as_echo_n "checking for $ac_word... " >&6; }
2925 if ${ac_cv_prog_CC+:} false; then :
2926   $as_echo_n "(cached) " >&6
2927 else
2928   if test -n "$CC"; then
2929   ac_cv_prog_CC="$CC" # Let the user override the test.
2930 else
2931 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2932 for as_dir in $PATH
2933 do
2934   IFS=$as_save_IFS
2935   test -z "$as_dir" && as_dir=.
2936     for ac_exec_ext in '' $ac_executable_extensions; do
2937   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2938     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2939     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2940     break 2
2941   fi
2942 done
2943   done
2944 IFS=$as_save_IFS
2945
2946 fi
2947 fi
2948 CC=$ac_cv_prog_CC
2949 if test -n "$CC"; then
2950   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2951 $as_echo "$CC" >&6; }
2952 else
2953   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2954 $as_echo "no" >&6; }
2955 fi
2956
2957
2958 fi
2959 if test -z "$ac_cv_prog_CC"; then
2960   ac_ct_CC=$CC
2961   # Extract the first word of "gcc", so it can be a program name with args.
2962 set dummy gcc; ac_word=$2
2963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2964 $as_echo_n "checking for $ac_word... " >&6; }
2965 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2966   $as_echo_n "(cached) " >&6
2967 else
2968   if test -n "$ac_ct_CC"; then
2969   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2970 else
2971 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2972 for as_dir in $PATH
2973 do
2974   IFS=$as_save_IFS
2975   test -z "$as_dir" && as_dir=.
2976     for ac_exec_ext in '' $ac_executable_extensions; do
2977   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2978     ac_cv_prog_ac_ct_CC="gcc"
2979     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2980     break 2
2981   fi
2982 done
2983   done
2984 IFS=$as_save_IFS
2985
2986 fi
2987 fi
2988 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2989 if test -n "$ac_ct_CC"; then
2990   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2991 $as_echo "$ac_ct_CC" >&6; }
2992 else
2993   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2994 $as_echo "no" >&6; }
2995 fi
2996
2997   if test "x$ac_ct_CC" = x; then
2998     CC=""
2999   else
3000     case $cross_compiling:$ac_tool_warned in
3001 yes:)
3002 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3003 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3004 ac_tool_warned=yes ;;
3005 esac
3006     CC=$ac_ct_CC
3007   fi
3008 else
3009   CC="$ac_cv_prog_CC"
3010 fi
3011
3012 if test -z "$CC"; then
3013           if test -n "$ac_tool_prefix"; then
3014     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3015 set dummy ${ac_tool_prefix}cc; ac_word=$2
3016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3017 $as_echo_n "checking for $ac_word... " >&6; }
3018 if ${ac_cv_prog_CC+:} false; then :
3019   $as_echo_n "(cached) " >&6
3020 else
3021   if test -n "$CC"; then
3022   ac_cv_prog_CC="$CC" # Let the user override the test.
3023 else
3024 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3025 for as_dir in $PATH
3026 do
3027   IFS=$as_save_IFS
3028   test -z "$as_dir" && as_dir=.
3029     for ac_exec_ext in '' $ac_executable_extensions; do
3030   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3031     ac_cv_prog_CC="${ac_tool_prefix}cc"
3032     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3033     break 2
3034   fi
3035 done
3036   done
3037 IFS=$as_save_IFS
3038
3039 fi
3040 fi
3041 CC=$ac_cv_prog_CC
3042 if test -n "$CC"; then
3043   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3044 $as_echo "$CC" >&6; }
3045 else
3046   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3047 $as_echo "no" >&6; }
3048 fi
3049
3050
3051   fi
3052 fi
3053 if test -z "$CC"; then
3054   # Extract the first word of "cc", so it can be a program name with args.
3055 set dummy cc; ac_word=$2
3056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3057 $as_echo_n "checking for $ac_word... " >&6; }
3058 if ${ac_cv_prog_CC+:} false; then :
3059   $as_echo_n "(cached) " >&6
3060 else
3061   if test -n "$CC"; then
3062   ac_cv_prog_CC="$CC" # Let the user override the test.
3063 else
3064   ac_prog_rejected=no
3065 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3066 for as_dir in $PATH
3067 do
3068   IFS=$as_save_IFS
3069   test -z "$as_dir" && as_dir=.
3070     for ac_exec_ext in '' $ac_executable_extensions; do
3071   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3072     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3073        ac_prog_rejected=yes
3074        continue
3075      fi
3076     ac_cv_prog_CC="cc"
3077     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3078     break 2
3079   fi
3080 done
3081   done
3082 IFS=$as_save_IFS
3083
3084 if test $ac_prog_rejected = yes; then
3085   # We found a bogon in the path, so make sure we never use it.
3086   set dummy $ac_cv_prog_CC
3087   shift
3088   if test $# != 0; then
3089     # We chose a different compiler from the bogus one.
3090     # However, it has the same basename, so the bogon will be chosen
3091     # first if we set CC to just the basename; use the full file name.
3092     shift
3093     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3094   fi
3095 fi
3096 fi
3097 fi
3098 CC=$ac_cv_prog_CC
3099 if test -n "$CC"; then
3100   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3101 $as_echo "$CC" >&6; }
3102 else
3103   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3104 $as_echo "no" >&6; }
3105 fi
3106
3107
3108 fi
3109 if test -z "$CC"; then
3110   if test -n "$ac_tool_prefix"; then
3111   for ac_prog in cl.exe
3112   do
3113     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3114 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3116 $as_echo_n "checking for $ac_word... " >&6; }
3117 if ${ac_cv_prog_CC+:} false; then :
3118   $as_echo_n "(cached) " >&6
3119 else
3120   if test -n "$CC"; then
3121   ac_cv_prog_CC="$CC" # Let the user override the test.
3122 else
3123 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3124 for as_dir in $PATH
3125 do
3126   IFS=$as_save_IFS
3127   test -z "$as_dir" && as_dir=.
3128     for ac_exec_ext in '' $ac_executable_extensions; do
3129   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3130     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3131     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3132     break 2
3133   fi
3134 done
3135   done
3136 IFS=$as_save_IFS
3137
3138 fi
3139 fi
3140 CC=$ac_cv_prog_CC
3141 if test -n "$CC"; then
3142   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3143 $as_echo "$CC" >&6; }
3144 else
3145   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3146 $as_echo "no" >&6; }
3147 fi
3148
3149
3150     test -n "$CC" && break
3151   done
3152 fi
3153 if test -z "$CC"; then
3154   ac_ct_CC=$CC
3155   for ac_prog in cl.exe
3156 do
3157   # Extract the first word of "$ac_prog", so it can be a program name with args.
3158 set dummy $ac_prog; ac_word=$2
3159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3160 $as_echo_n "checking for $ac_word... " >&6; }
3161 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3162   $as_echo_n "(cached) " >&6
3163 else
3164   if test -n "$ac_ct_CC"; then
3165   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3166 else
3167 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3168 for as_dir in $PATH
3169 do
3170   IFS=$as_save_IFS
3171   test -z "$as_dir" && as_dir=.
3172     for ac_exec_ext in '' $ac_executable_extensions; do
3173   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3174     ac_cv_prog_ac_ct_CC="$ac_prog"
3175     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3176     break 2
3177   fi
3178 done
3179   done
3180 IFS=$as_save_IFS
3181
3182 fi
3183 fi
3184 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3185 if test -n "$ac_ct_CC"; then
3186   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3187 $as_echo "$ac_ct_CC" >&6; }
3188 else
3189   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3190 $as_echo "no" >&6; }
3191 fi
3192
3193
3194   test -n "$ac_ct_CC" && break
3195 done
3196
3197   if test "x$ac_ct_CC" = x; then
3198     CC=""
3199   else
3200     case $cross_compiling:$ac_tool_warned in
3201 yes:)
3202 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3203 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3204 ac_tool_warned=yes ;;
3205 esac
3206     CC=$ac_ct_CC
3207   fi
3208 fi
3209
3210 fi
3211
3212
3213 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3214 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3215 as_fn_error $? "no acceptable C compiler found in \$PATH
3216 See \`config.log' for more details" "$LINENO" 5; }
3217
3218 # Provide some information about the compiler.
3219 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3220 set X $ac_compile
3221 ac_compiler=$2
3222 for ac_option in --version -v -V -qversion; do
3223   { { ac_try="$ac_compiler $ac_option >&5"
3224 case "(($ac_try" in
3225   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3226   *) ac_try_echo=$ac_try;;
3227 esac
3228 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3229 $as_echo "$ac_try_echo"; } >&5
3230   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3231   ac_status=$?
3232   if test -s conftest.err; then
3233     sed '10a\
3234 ... rest of stderr output deleted ...
3235          10q' conftest.err >conftest.er1
3236     cat conftest.er1 >&5
3237   fi
3238   rm -f conftest.er1 conftest.err
3239   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3240   test $ac_status = 0; }
3241 done
3242
3243 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3244 /* end confdefs.h.  */
3245
3246 int
3247 main ()
3248 {
3249
3250   ;
3251   return 0;
3252 }
3253 _ACEOF
3254 ac_clean_files_save=$ac_clean_files
3255 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3256 # Try to create an executable without -o first, disregard a.out.
3257 # It will help us diagnose broken compilers, and finding out an intuition
3258 # of exeext.
3259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3260 $as_echo_n "checking whether the C compiler works... " >&6; }
3261 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3262
3263 # The possible output files:
3264 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3265
3266 ac_rmfiles=
3267 for ac_file in $ac_files
3268 do
3269   case $ac_file in
3270     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3271     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3272   esac
3273 done
3274 rm -f $ac_rmfiles
3275
3276 if { { ac_try="$ac_link_default"
3277 case "(($ac_try" in
3278   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3279   *) ac_try_echo=$ac_try;;
3280 esac
3281 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3282 $as_echo "$ac_try_echo"; } >&5
3283   (eval "$ac_link_default") 2>&5
3284   ac_status=$?
3285   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3286   test $ac_status = 0; }; then :
3287   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3288 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3289 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3290 # so that the user can short-circuit this test for compilers unknown to
3291 # Autoconf.
3292 for ac_file in $ac_files ''
3293 do
3294   test -f "$ac_file" || continue
3295   case $ac_file in
3296     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3297         ;;
3298     [ab].out )
3299         # We found the default executable, but exeext='' is most
3300         # certainly right.
3301         break;;
3302     *.* )
3303         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3304         then :; else
3305            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3306         fi
3307         # We set ac_cv_exeext here because the later test for it is not
3308         # safe: cross compilers may not add the suffix if given an `-o'
3309         # argument, so we may need to know it at that point already.
3310         # Even if this section looks crufty: it has the advantage of
3311         # actually working.
3312         break;;
3313     * )
3314         break;;
3315   esac
3316 done
3317 test "$ac_cv_exeext" = no && ac_cv_exeext=
3318
3319 else
3320   ac_file=''
3321 fi
3322 if test -z "$ac_file"; then :
3323   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3324 $as_echo "no" >&6; }
3325 $as_echo "$as_me: failed program was:" >&5
3326 sed 's/^/| /' conftest.$ac_ext >&5
3327
3328 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3329 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3330 as_fn_error 77 "C compiler cannot create executables
3331 See \`config.log' for more details" "$LINENO" 5; }
3332 else
3333   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3334 $as_echo "yes" >&6; }
3335 fi
3336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3337 $as_echo_n "checking for C compiler default output file name... " >&6; }
3338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3339 $as_echo "$ac_file" >&6; }
3340 ac_exeext=$ac_cv_exeext
3341
3342 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3343 ac_clean_files=$ac_clean_files_save
3344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3345 $as_echo_n "checking for suffix of executables... " >&6; }
3346 if { { ac_try="$ac_link"
3347 case "(($ac_try" in
3348   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3349   *) ac_try_echo=$ac_try;;
3350 esac
3351 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3352 $as_echo "$ac_try_echo"; } >&5
3353   (eval "$ac_link") 2>&5
3354   ac_status=$?
3355   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3356   test $ac_status = 0; }; then :
3357   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3358 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3359 # work properly (i.e., refer to `conftest.exe'), while it won't with
3360 # `rm'.
3361 for ac_file in conftest.exe conftest conftest.*; do
3362   test -f "$ac_file" || continue
3363   case $ac_file in
3364     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3365     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3366           break;;
3367     * ) break;;
3368   esac
3369 done
3370 else
3371   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3372 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3373 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3374 See \`config.log' for more details" "$LINENO" 5; }
3375 fi
3376 rm -f conftest conftest$ac_cv_exeext
3377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3378 $as_echo "$ac_cv_exeext" >&6; }
3379
3380 rm -f conftest.$ac_ext
3381 EXEEXT=$ac_cv_exeext
3382 ac_exeext=$EXEEXT
3383 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3384 /* end confdefs.h.  */
3385 #include <stdio.h>
3386 int
3387 main ()
3388 {
3389 FILE *f = fopen ("conftest.out", "w");
3390  return ferror (f) || fclose (f) != 0;
3391
3392   ;
3393   return 0;
3394 }
3395 _ACEOF
3396 ac_clean_files="$ac_clean_files conftest.out"
3397 # Check that the compiler produces executables we can run.  If not, either
3398 # the compiler is broken, or we cross compile.
3399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3400 $as_echo_n "checking whether we are cross compiling... " >&6; }
3401 if test "$cross_compiling" != yes; then
3402   { { ac_try="$ac_link"
3403 case "(($ac_try" in
3404   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3405   *) ac_try_echo=$ac_try;;
3406 esac
3407 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3408 $as_echo "$ac_try_echo"; } >&5
3409   (eval "$ac_link") 2>&5
3410   ac_status=$?
3411   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3412   test $ac_status = 0; }
3413   if { ac_try='./conftest$ac_cv_exeext'
3414   { { case "(($ac_try" in
3415   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3416   *) ac_try_echo=$ac_try;;
3417 esac
3418 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3419 $as_echo "$ac_try_echo"; } >&5
3420   (eval "$ac_try") 2>&5
3421   ac_status=$?
3422   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3423   test $ac_status = 0; }; }; then
3424     cross_compiling=no
3425   else
3426     if test "$cross_compiling" = maybe; then
3427         cross_compiling=yes
3428     else
3429         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3430 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3431 as_fn_error $? "cannot run C compiled programs.
3432 If you meant to cross compile, use \`--host'.
3433 See \`config.log' for more details" "$LINENO" 5; }
3434     fi
3435   fi
3436 fi
3437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3438 $as_echo "$cross_compiling" >&6; }
3439
3440 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3441 ac_clean_files=$ac_clean_files_save
3442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3443 $as_echo_n "checking for suffix of object files... " >&6; }
3444 if ${ac_cv_objext+:} false; then :
3445   $as_echo_n "(cached) " >&6
3446 else
3447   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3448 /* end confdefs.h.  */
3449
3450 int
3451 main ()
3452 {
3453
3454   ;
3455   return 0;
3456 }
3457 _ACEOF
3458 rm -f conftest.o conftest.obj
3459 if { { ac_try="$ac_compile"
3460 case "(($ac_try" in
3461   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3462   *) ac_try_echo=$ac_try;;
3463 esac
3464 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3465 $as_echo "$ac_try_echo"; } >&5
3466   (eval "$ac_compile") 2>&5
3467   ac_status=$?
3468   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3469   test $ac_status = 0; }; then :
3470   for ac_file in conftest.o conftest.obj conftest.*; do
3471   test -f "$ac_file" || continue;
3472   case $ac_file in
3473     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3474     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3475        break;;
3476   esac
3477 done
3478 else
3479   $as_echo "$as_me: failed program was:" >&5
3480 sed 's/^/| /' conftest.$ac_ext >&5
3481
3482 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3483 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3484 as_fn_error $? "cannot compute suffix of object files: cannot compile
3485 See \`config.log' for more details" "$LINENO" 5; }
3486 fi
3487 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3488 fi
3489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3490 $as_echo "$ac_cv_objext" >&6; }
3491 OBJEXT=$ac_cv_objext
3492 ac_objext=$OBJEXT
3493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3494 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3495 if ${ac_cv_c_compiler_gnu+:} false; then :
3496   $as_echo_n "(cached) " >&6
3497 else
3498   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3499 /* end confdefs.h.  */
3500
3501 int
3502 main ()
3503 {
3504 #ifndef __GNUC__
3505        choke me
3506 #endif
3507
3508   ;
3509   return 0;
3510 }
3511 _ACEOF
3512 if ac_fn_c_try_compile "$LINENO"; then :
3513   ac_compiler_gnu=yes
3514 else
3515   ac_compiler_gnu=no
3516 fi
3517 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3518 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3519
3520 fi
3521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3522 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3523 if test $ac_compiler_gnu = yes; then
3524   GCC=yes
3525 else
3526   GCC=
3527 fi
3528 ac_test_CFLAGS=${CFLAGS+set}
3529 ac_save_CFLAGS=$CFLAGS
3530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3531 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3532 if ${ac_cv_prog_cc_g+:} false; then :
3533   $as_echo_n "(cached) " >&6
3534 else
3535   ac_save_c_werror_flag=$ac_c_werror_flag
3536    ac_c_werror_flag=yes
3537    ac_cv_prog_cc_g=no
3538    CFLAGS="-g"
3539    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3540 /* end confdefs.h.  */
3541
3542 int
3543 main ()
3544 {
3545
3546   ;
3547   return 0;
3548 }
3549 _ACEOF
3550 if ac_fn_c_try_compile "$LINENO"; then :
3551   ac_cv_prog_cc_g=yes
3552 else
3553   CFLAGS=""
3554       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3555 /* end confdefs.h.  */
3556
3557 int
3558 main ()
3559 {
3560
3561   ;
3562   return 0;
3563 }
3564 _ACEOF
3565 if ac_fn_c_try_compile "$LINENO"; then :
3566
3567 else
3568   ac_c_werror_flag=$ac_save_c_werror_flag
3569          CFLAGS="-g"
3570          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3571 /* end confdefs.h.  */
3572
3573 int
3574 main ()
3575 {
3576
3577   ;
3578   return 0;
3579 }
3580 _ACEOF
3581 if ac_fn_c_try_compile "$LINENO"; then :
3582   ac_cv_prog_cc_g=yes
3583 fi
3584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3585 fi
3586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3587 fi
3588 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3589    ac_c_werror_flag=$ac_save_c_werror_flag
3590 fi
3591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3592 $as_echo "$ac_cv_prog_cc_g" >&6; }
3593 if test "$ac_test_CFLAGS" = set; then
3594   CFLAGS=$ac_save_CFLAGS
3595 elif test $ac_cv_prog_cc_g = yes; then
3596   if test "$GCC" = yes; then
3597     CFLAGS="-g -O2"
3598   else
3599     CFLAGS="-g"
3600   fi
3601 else
3602   if test "$GCC" = yes; then
3603     CFLAGS="-O2"
3604   else
3605     CFLAGS=
3606   fi
3607 fi
3608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3609 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3610 if ${ac_cv_prog_cc_c89+:} false; then :
3611   $as_echo_n "(cached) " >&6
3612 else
3613   ac_cv_prog_cc_c89=no
3614 ac_save_CC=$CC
3615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3616 /* end confdefs.h.  */
3617 #include <stdarg.h>
3618 #include <stdio.h>
3619 struct stat;
3620 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3621 struct buf { int x; };
3622 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3623 static char *e (p, i)
3624      char **p;
3625      int i;
3626 {
3627   return p[i];
3628 }
3629 static char *f (char * (*g) (char **, int), char **p, ...)
3630 {
3631   char *s;
3632   va_list v;
3633   va_start (v,p);
3634   s = g (p, va_arg (v,int));
3635   va_end (v);
3636   return s;
3637 }
3638
3639 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3640    function prototypes and stuff, but not '\xHH' hex character constants.
3641    These don't provoke an error unfortunately, instead are silently treated
3642    as 'x'.  The following induces an error, until -std is added to get
3643    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3644    array size at least.  It's necessary to write '\x00'==0 to get something
3645    that's true only with -std.  */
3646 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3647
3648 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3649    inside strings and character constants.  */
3650 #define FOO(x) 'x'
3651 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3652
3653 int test (int i, double x);
3654 struct s1 {int (*f) (int a);};
3655 struct s2 {int (*f) (double a);};
3656 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3657 int argc;
3658 char **argv;
3659 int
3660 main ()
3661 {
3662 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3663   ;
3664   return 0;
3665 }
3666 _ACEOF
3667 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3668         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3669 do
3670   CC="$ac_save_CC $ac_arg"
3671   if ac_fn_c_try_compile "$LINENO"; then :
3672   ac_cv_prog_cc_c89=$ac_arg
3673 fi
3674 rm -f core conftest.err conftest.$ac_objext
3675   test "x$ac_cv_prog_cc_c89" != "xno" && break
3676 done
3677 rm -f conftest.$ac_ext
3678 CC=$ac_save_CC
3679
3680 fi
3681 # AC_CACHE_VAL
3682 case "x$ac_cv_prog_cc_c89" in
3683   x)
3684     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3685 $as_echo "none needed" >&6; } ;;
3686   xno)
3687     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3688 $as_echo "unsupported" >&6; } ;;
3689   *)
3690     CC="$CC $ac_cv_prog_cc_c89"
3691     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3692 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3693 esac
3694 if test "x$ac_cv_prog_cc_c89" != xno; then :
3695
3696 fi
3697
3698 ac_ext=c
3699 ac_cpp='$CPP $CPPFLAGS'
3700 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3701 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3702 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3703
3704 ac_ext=cpp
3705 ac_cpp='$CXXCPP $CPPFLAGS'
3706 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3707 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3708 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3709 if test -z "$CXX"; then
3710   if test -n "$CCC"; then
3711     CXX=$CCC
3712   else
3713     if test -n "$ac_tool_prefix"; then
3714   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3715   do
3716     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3717 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3719 $as_echo_n "checking for $ac_word... " >&6; }
3720 if ${ac_cv_prog_CXX+:} false; then :
3721   $as_echo_n "(cached) " >&6
3722 else
3723   if test -n "$CXX"; then
3724   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3725 else
3726 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3727 for as_dir in $PATH
3728 do
3729   IFS=$as_save_IFS
3730   test -z "$as_dir" && as_dir=.
3731     for ac_exec_ext in '' $ac_executable_extensions; do
3732   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3733     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3734     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3735     break 2
3736   fi
3737 done
3738   done
3739 IFS=$as_save_IFS
3740
3741 fi
3742 fi
3743 CXX=$ac_cv_prog_CXX
3744 if test -n "$CXX"; then
3745   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3746 $as_echo "$CXX" >&6; }
3747 else
3748   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3749 $as_echo "no" >&6; }
3750 fi
3751
3752
3753     test -n "$CXX" && break
3754   done
3755 fi
3756 if test -z "$CXX"; then
3757   ac_ct_CXX=$CXX
3758   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3759 do
3760   # Extract the first word of "$ac_prog", so it can be a program name with args.
3761 set dummy $ac_prog; ac_word=$2
3762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3763 $as_echo_n "checking for $ac_word... " >&6; }
3764 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
3765   $as_echo_n "(cached) " >&6
3766 else
3767   if test -n "$ac_ct_CXX"; then
3768   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3769 else
3770 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3771 for as_dir in $PATH
3772 do
3773   IFS=$as_save_IFS
3774   test -z "$as_dir" && as_dir=.
3775     for ac_exec_ext in '' $ac_executable_extensions; do
3776   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3777     ac_cv_prog_ac_ct_CXX="$ac_prog"
3778     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3779     break 2
3780   fi
3781 done
3782   done
3783 IFS=$as_save_IFS
3784
3785 fi
3786 fi
3787 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3788 if test -n "$ac_ct_CXX"; then
3789   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3790 $as_echo "$ac_ct_CXX" >&6; }
3791 else
3792   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3793 $as_echo "no" >&6; }
3794 fi
3795
3796
3797   test -n "$ac_ct_CXX" && break
3798 done
3799
3800   if test "x$ac_ct_CXX" = x; then
3801     CXX="g++"
3802   else
3803     case $cross_compiling:$ac_tool_warned in
3804 yes:)
3805 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3806 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3807 ac_tool_warned=yes ;;
3808 esac
3809     CXX=$ac_ct_CXX
3810   fi
3811 fi
3812
3813   fi
3814 fi
3815 # Provide some information about the compiler.
3816 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3817 set X $ac_compile
3818 ac_compiler=$2
3819 for ac_option in --version -v -V -qversion; do
3820   { { ac_try="$ac_compiler $ac_option >&5"
3821 case "(($ac_try" in
3822   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3823   *) ac_try_echo=$ac_try;;
3824 esac
3825 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3826 $as_echo "$ac_try_echo"; } >&5
3827   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3828   ac_status=$?
3829   if test -s conftest.err; then
3830     sed '10a\
3831 ... rest of stderr output deleted ...
3832          10q' conftest.err >conftest.er1
3833     cat conftest.er1 >&5
3834   fi
3835   rm -f conftest.er1 conftest.err
3836   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3837   test $ac_status = 0; }
3838 done
3839
3840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3841 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3842 if ${ac_cv_cxx_compiler_gnu+:} false; then :
3843   $as_echo_n "(cached) " >&6
3844 else
3845   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3846 /* end confdefs.h.  */
3847
3848 int
3849 main ()
3850 {
3851 #ifndef __GNUC__
3852        choke me
3853 #endif
3854
3855   ;
3856   return 0;
3857 }
3858 _ACEOF
3859 if ac_fn_cxx_try_compile "$LINENO"; then :
3860   ac_compiler_gnu=yes
3861 else
3862   ac_compiler_gnu=no
3863 fi
3864 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3865 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3866
3867 fi
3868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3869 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3870 if test $ac_compiler_gnu = yes; then
3871   GXX=yes
3872 else
3873   GXX=
3874 fi
3875 ac_test_CXXFLAGS=${CXXFLAGS+set}
3876 ac_save_CXXFLAGS=$CXXFLAGS
3877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3878 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3879 if ${ac_cv_prog_cxx_g+:} false; then :
3880   $as_echo_n "(cached) " >&6
3881 else
3882   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3883    ac_cxx_werror_flag=yes
3884    ac_cv_prog_cxx_g=no
3885    CXXFLAGS="-g"
3886    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3887 /* end confdefs.h.  */
3888
3889 int
3890 main ()
3891 {
3892
3893   ;
3894   return 0;
3895 }
3896 _ACEOF
3897 if ac_fn_cxx_try_compile "$LINENO"; then :
3898   ac_cv_prog_cxx_g=yes
3899 else
3900   CXXFLAGS=""
3901       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3902 /* end confdefs.h.  */
3903
3904 int
3905 main ()
3906 {
3907
3908   ;
3909   return 0;
3910 }
3911 _ACEOF
3912 if ac_fn_cxx_try_compile "$LINENO"; then :
3913
3914 else
3915   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3916          CXXFLAGS="-g"
3917          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3918 /* end confdefs.h.  */
3919
3920 int
3921 main ()
3922 {
3923
3924   ;
3925   return 0;
3926 }
3927 _ACEOF
3928 if ac_fn_cxx_try_compile "$LINENO"; then :
3929   ac_cv_prog_cxx_g=yes
3930 fi
3931 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3932 fi
3933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3934 fi
3935 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3936    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3937 fi
3938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3939 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3940 if test "$ac_test_CXXFLAGS" = set; then
3941   CXXFLAGS=$ac_save_CXXFLAGS
3942 elif test $ac_cv_prog_cxx_g = yes; then
3943   if test "$GXX" = yes; then
3944     CXXFLAGS="-g -O2"
3945   else
3946     CXXFLAGS="-g"
3947   fi
3948 else
3949   if test "$GXX" = yes; then
3950     CXXFLAGS="-O2"
3951   else
3952     CXXFLAGS=
3953   fi
3954 fi
3955 ac_ext=c
3956 ac_cpp='$CPP $CPPFLAGS'
3957 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3958 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3959 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3960
3961 if test -n "$ac_tool_prefix"; then
3962   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3963 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3965 $as_echo_n "checking for $ac_word... " >&6; }
3966 if ${ac_cv_prog_CPPBIN+:} false; then :
3967   $as_echo_n "(cached) " >&6
3968 else
3969   if test -n "$CPPBIN"; then
3970   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3971 else
3972 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3973 for as_dir in $PATH
3974 do
3975   IFS=$as_save_IFS
3976   test -z "$as_dir" && as_dir=.
3977     for ac_exec_ext in '' $ac_executable_extensions; do
3978   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3979     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3980     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3981     break 2
3982   fi
3983 done
3984   done
3985 IFS=$as_save_IFS
3986
3987 fi
3988 fi
3989 CPPBIN=$ac_cv_prog_CPPBIN
3990 if test -n "$CPPBIN"; then
3991   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3992 $as_echo "$CPPBIN" >&6; }
3993 else
3994   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3995 $as_echo "no" >&6; }
3996 fi
3997
3998
3999 fi
4000 if test -z "$ac_cv_prog_CPPBIN"; then
4001   ac_ct_CPPBIN=$CPPBIN
4002   # Extract the first word of "cpp", so it can be a program name with args.
4003 set dummy cpp; ac_word=$2
4004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4005 $as_echo_n "checking for $ac_word... " >&6; }
4006 if ${ac_cv_prog_ac_ct_CPPBIN+:} false; then :
4007   $as_echo_n "(cached) " >&6
4008 else
4009   if test -n "$ac_ct_CPPBIN"; then
4010   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
4011 else
4012 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4013 for as_dir in $PATH
4014 do
4015   IFS=$as_save_IFS
4016   test -z "$as_dir" && as_dir=.
4017     for ac_exec_ext in '' $ac_executable_extensions; do
4018   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4019     ac_cv_prog_ac_ct_CPPBIN="cpp"
4020     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4021     break 2
4022   fi
4023 done
4024   done
4025 IFS=$as_save_IFS
4026
4027 fi
4028 fi
4029 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
4030 if test -n "$ac_ct_CPPBIN"; then
4031   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4032 $as_echo "$ac_ct_CPPBIN" >&6; }
4033 else
4034   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4035 $as_echo "no" >&6; }
4036 fi
4037
4038   if test "x$ac_ct_CPPBIN" = x; then
4039     CPPBIN="cpp"
4040   else
4041     case $cross_compiling:$ac_tool_warned in
4042 yes:)
4043 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4044 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4045 ac_tool_warned=yes ;;
4046 esac
4047     CPPBIN=$ac_ct_CPPBIN
4048   fi
4049 else
4050   CPPBIN="$ac_cv_prog_CPPBIN"
4051 fi
4052
4053
4054 cat >>confdefs.h <<_ACEOF
4055 #define EXEEXT "$ac_exeext"
4056 _ACEOF
4057
4058
4059 case $host in
4060   *-darwin*)
4061     if test "x$enable_win64" = "xyes"
4062     then
4063       CC="$CC -m64"
4064       CXX="$CXX -m64"
4065       host_cpu="x86_64"
4066       notice_platform="64-bit "
4067       TARGETFLAGS="-m64"
4068
4069     else
4070       CC="$CC -m32"
4071       CXX="$CXX -m32"
4072       host_cpu="i386"
4073       notice_platform="32-bit "
4074       TARGETFLAGS="-m32"
4075
4076       enable_win16=${enable_win16:-yes}
4077     fi
4078     with_fontconfig=${with_fontconfig:-no}
4079     ;;
4080   x86_64*)
4081     if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4082     then
4083       CC="$CC -m32"
4084       CXX="$CXX -m32"
4085       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4086 $as_echo_n "checking whether $CC works... " >&6; }
4087
4088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4089 /* end confdefs.h.  */
4090
4091 int
4092 main ()
4093 {
4094
4095   ;
4096   return 0;
4097 }
4098 _ACEOF
4099 if ac_fn_c_try_link "$LINENO"; then :
4100   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4101 $as_echo "yes" >&6; }
4102 else
4103   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4104 $as_echo "no" >&6; }
4105                       as_fn_error $? "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4106 fi
4107 rm -f core conftest.err conftest.$ac_objext \
4108     conftest$ac_exeext conftest.$ac_ext
4109       host_cpu="i386"
4110       notice_platform="32-bit "
4111       TARGETFLAGS="-m32"
4112
4113       enable_win16=${enable_win16:-yes}
4114     else
4115       if test "x${GCC}" = "xyes"
4116       then
4117         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4118 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4119         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4120 /* end confdefs.h.  */
4121 #include <stdarg.h>
4122 int
4123 main ()
4124 {
4125 void func(__builtin_ms_va_list *args);
4126   ;
4127   return 0;
4128 }
4129 _ACEOF
4130 if ac_fn_c_try_compile "$LINENO"; then :
4131   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4132 $as_echo "yes" >&6; }
4133 else
4134   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4135 $as_echo "no" >&6; }
4136                            as_fn_error $? "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4137 fi
4138 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4139       fi
4140       TARGETFLAGS="-m64"
4141
4142     fi
4143     ;;
4144   arm*)
4145     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb2" >&5
4146 $as_echo_n "checking whether $CC supports Thumb2... " >&6; }
4147     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4148 /* end confdefs.h.  */
4149 int ac_test(int i) { return i; }
4150 int
4151 main ()
4152 {
4153 asm(".syntax unified\n.thumb\nb.w ac_test\n.arm"); if (ac_test(1)) return 1
4154   ;
4155   return 0;
4156 }
4157 _ACEOF
4158 if ac_fn_c_try_link "$LINENO"; then :
4159   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4160 $as_echo "yes" >&6; }
4161 else
4162   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4163 $as_echo "no" >&6; }
4164                        as_fn_error $? "You need a target with Thumb2 support to build Wine for ARM." "$LINENO" 5
4165 fi
4166 rm -f core conftest.err conftest.$ac_objext \
4167     conftest$ac_exeext conftest.$ac_ext
4168     CFLAGS="$CFLAGS -marm"
4169     ;;
4170   *-mingw32*|*-cygwin*)
4171     enable_win16=${enable_win16:-no}
4172     CFLAGS="$CFLAGS -D_WIN32"
4173     ;;
4174   i[3456789]86*)
4175     enable_win16=${enable_win16:-yes}
4176     ;;
4177 esac
4178
4179 enable_win16=${enable_win16:-no}
4180 enable_win64=${enable_win64:-no}
4181
4182 enable_winetest=${enable_winetest:-$enable_tests}
4183
4184 if test -n "$with_wine64"
4185 then
4186     if test "x$enable_win64" = "xyes"
4187     then
4188         as_fn_error $? "--enable-win64 and --with-wine64 are mutually exclusive.
4189 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4190     fi
4191     WOW64_DISABLE=\#
4192
4193     enable_fonts=${enable_fonts:-no}
4194     enable_server=${enable_server:-no}
4195     enable_tools=${enable_tools:-no}
4196 elif test "x$enable_win64" = "xyes"
4197 then
4198     test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
4199 fi
4200
4201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4202 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4203 if ${wine_cv_toolsdir+:} false; then :
4204   $as_echo_n "(cached) " >&6
4205 else
4206   wine_cv_toolsdir="$with_wine_tools"
4207    if test -z "$with_wine_tools"; then
4208      if test "$cross_compiling" = "yes"; then
4209        as_fn_error $? "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4210      elif test -n "$with_wine64"; then
4211        wine_cv_toolsdir="$with_wine64"
4212      fi
4213    fi
4214    if test -z "$wine_cv_toolsdir"; then
4215      wine_cv_toolsdir="\$(top_builddir)"
4216    elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4217      case "$wine_cv_toolsdir" in
4218        /*) ;;
4219        *)  wine_cv_toolsdir="\$(top_builddir)/$wine_cv_toolsdir" ;;
4220      esac
4221    else
4222      as_fn_error $? "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4223    fi
4224 fi
4225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4226 $as_echo "$wine_cv_toolsdir" >&6; }
4227 TOOLSDIR=$wine_cv_toolsdir
4228
4229 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4230 then
4231     TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4232
4233 fi
4234
4235 for ac_prog in flex
4236 do
4237   # Extract the first word of "$ac_prog", so it can be a program name with args.
4238 set dummy $ac_prog; ac_word=$2
4239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4240 $as_echo_n "checking for $ac_word... " >&6; }
4241 if ${ac_cv_prog_FLEX+:} false; then :
4242   $as_echo_n "(cached) " >&6
4243 else
4244   if test -n "$FLEX"; then
4245   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4246 else
4247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4248 for as_dir in $PATH
4249 do
4250   IFS=$as_save_IFS
4251   test -z "$as_dir" && as_dir=.
4252     for ac_exec_ext in '' $ac_executable_extensions; do
4253   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4254     ac_cv_prog_FLEX="$ac_prog"
4255     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4256     break 2
4257   fi
4258 done
4259   done
4260 IFS=$as_save_IFS
4261
4262 fi
4263 fi
4264 FLEX=$ac_cv_prog_FLEX
4265 if test -n "$FLEX"; then
4266   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4267 $as_echo "$FLEX" >&6; }
4268 else
4269   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4270 $as_echo "no" >&6; }
4271 fi
4272
4273
4274   test -n "$FLEX" && break
4275 done
4276 test -n "$FLEX" || FLEX="none"
4277
4278 if test "$FLEX" = "none"
4279 then
4280   as_fn_error $? "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4281 fi
4282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4283 $as_echo_n "checking whether flex is recent enough... " >&6; }
4284 cat >conftest.l <<EOF
4285 %top{
4286 #include "prediluvian.h"
4287 }
4288 %%
4289 EOF
4290 if $FLEX -t conftest.l >/dev/null 2>&5
4291 then
4292   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4293 $as_echo "yes" >&6; }
4294 else
4295   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4296 $as_echo "no" >&6; }
4297   as_fn_error $? "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4298 fi
4299
4300 for ac_prog in bison
4301 do
4302   # Extract the first word of "$ac_prog", so it can be a program name with args.
4303 set dummy $ac_prog; ac_word=$2
4304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4305 $as_echo_n "checking for $ac_word... " >&6; }
4306 if ${ac_cv_prog_BISON+:} false; then :
4307   $as_echo_n "(cached) " >&6
4308 else
4309   if test -n "$BISON"; then
4310   ac_cv_prog_BISON="$BISON" # Let the user override the test.
4311 else
4312 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4313 for as_dir in $PATH
4314 do
4315   IFS=$as_save_IFS
4316   test -z "$as_dir" && as_dir=.
4317     for ac_exec_ext in '' $ac_executable_extensions; do
4318   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4319     ac_cv_prog_BISON="$ac_prog"
4320     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4321     break 2
4322   fi
4323 done
4324   done
4325 IFS=$as_save_IFS
4326
4327 fi
4328 fi
4329 BISON=$ac_cv_prog_BISON
4330 if test -n "$BISON"; then
4331   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4332 $as_echo "$BISON" >&6; }
4333 else
4334   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4335 $as_echo "no" >&6; }
4336 fi
4337
4338
4339   test -n "$BISON" && break
4340 done
4341 test -n "$BISON" || BISON="none"
4342
4343 if test "$BISON" = "none"
4344 then
4345   as_fn_error $? "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4346 fi
4347
4348 if test -n "$ac_tool_prefix"; then
4349   for ac_prog in ar gar
4350   do
4351     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4352 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4354 $as_echo_n "checking for $ac_word... " >&6; }
4355 if ${ac_cv_prog_AR+:} false; then :
4356   $as_echo_n "(cached) " >&6
4357 else
4358   if test -n "$AR"; then
4359   ac_cv_prog_AR="$AR" # Let the user override the test.
4360 else
4361 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4362 for as_dir in $PATH
4363 do
4364   IFS=$as_save_IFS
4365   test -z "$as_dir" && as_dir=.
4366     for ac_exec_ext in '' $ac_executable_extensions; do
4367   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4368     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4369     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4370     break 2
4371   fi
4372 done
4373   done
4374 IFS=$as_save_IFS
4375
4376 fi
4377 fi
4378 AR=$ac_cv_prog_AR
4379 if test -n "$AR"; then
4380   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4381 $as_echo "$AR" >&6; }
4382 else
4383   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4384 $as_echo "no" >&6; }
4385 fi
4386
4387
4388     test -n "$AR" && break
4389   done
4390 fi
4391 if test -z "$AR"; then
4392   ac_ct_AR=$AR
4393   for ac_prog in ar gar
4394 do
4395   # Extract the first word of "$ac_prog", so it can be a program name with args.
4396 set dummy $ac_prog; ac_word=$2
4397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4398 $as_echo_n "checking for $ac_word... " >&6; }
4399 if ${ac_cv_prog_ac_ct_AR+:} false; then :
4400   $as_echo_n "(cached) " >&6
4401 else
4402   if test -n "$ac_ct_AR"; then
4403   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4404 else
4405 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4406 for as_dir in $PATH
4407 do
4408   IFS=$as_save_IFS
4409   test -z "$as_dir" && as_dir=.
4410     for ac_exec_ext in '' $ac_executable_extensions; do
4411   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4412     ac_cv_prog_ac_ct_AR="$ac_prog"
4413     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4414     break 2
4415   fi
4416 done
4417   done
4418 IFS=$as_save_IFS
4419
4420 fi
4421 fi
4422 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4423 if test -n "$ac_ct_AR"; then
4424   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4425 $as_echo "$ac_ct_AR" >&6; }
4426 else
4427   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4428 $as_echo "no" >&6; }
4429 fi
4430
4431
4432   test -n "$ac_ct_AR" && break
4433 done
4434
4435   if test "x$ac_ct_AR" = x; then
4436     AR="ar"
4437   else
4438     case $cross_compiling:$ac_tool_warned in
4439 yes:)
4440 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4441 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4442 ac_tool_warned=yes ;;
4443 esac
4444     AR=$ac_ct_AR
4445   fi
4446 fi
4447
4448 ARFLAGS=rc
4449
4450 if test -n "$ac_tool_prefix"; then
4451   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4452 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4454 $as_echo_n "checking for $ac_word... " >&6; }
4455 if ${ac_cv_prog_RANLIB+:} false; then :
4456   $as_echo_n "(cached) " >&6
4457 else
4458   if test -n "$RANLIB"; then
4459   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4460 else
4461 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4462 for as_dir in $PATH
4463 do
4464   IFS=$as_save_IFS
4465   test -z "$as_dir" && as_dir=.
4466     for ac_exec_ext in '' $ac_executable_extensions; do
4467   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4468     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4469     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4470     break 2
4471   fi
4472 done
4473   done
4474 IFS=$as_save_IFS
4475
4476 fi
4477 fi
4478 RANLIB=$ac_cv_prog_RANLIB
4479 if test -n "$RANLIB"; then
4480   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4481 $as_echo "$RANLIB" >&6; }
4482 else
4483   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4484 $as_echo "no" >&6; }
4485 fi
4486
4487
4488 fi
4489 if test -z "$ac_cv_prog_RANLIB"; then
4490   ac_ct_RANLIB=$RANLIB
4491   # Extract the first word of "ranlib", so it can be a program name with args.
4492 set dummy ranlib; ac_word=$2
4493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4494 $as_echo_n "checking for $ac_word... " >&6; }
4495 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
4496   $as_echo_n "(cached) " >&6
4497 else
4498   if test -n "$ac_ct_RANLIB"; then
4499   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4500 else
4501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4502 for as_dir in $PATH
4503 do
4504   IFS=$as_save_IFS
4505   test -z "$as_dir" && as_dir=.
4506     for ac_exec_ext in '' $ac_executable_extensions; do
4507   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4508     ac_cv_prog_ac_ct_RANLIB="ranlib"
4509     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4510     break 2
4511   fi
4512 done
4513   done
4514 IFS=$as_save_IFS
4515
4516 fi
4517 fi
4518 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4519 if test -n "$ac_ct_RANLIB"; then
4520   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4521 $as_echo "$ac_ct_RANLIB" >&6; }
4522 else
4523   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4524 $as_echo "no" >&6; }
4525 fi
4526
4527   if test "x$ac_ct_RANLIB" = x; then
4528     RANLIB=":"
4529   else
4530     case $cross_compiling:$ac_tool_warned in
4531 yes:)
4532 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4533 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4534 ac_tool_warned=yes ;;
4535 esac
4536     RANLIB=$ac_ct_RANLIB
4537   fi
4538 else
4539   RANLIB="$ac_cv_prog_RANLIB"
4540 fi
4541
4542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4543 $as_echo_n "checking whether ln -s works... " >&6; }
4544 LN_S=$as_ln_s
4545 if test "$LN_S" = "ln -s"; then
4546   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4547 $as_echo "yes" >&6; }
4548 else
4549   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4550 $as_echo "no, using $LN_S" >&6; }
4551 fi
4552
4553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4554 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4555 if ${ac_cv_path_GREP+:} false; then :
4556   $as_echo_n "(cached) " >&6
4557 else
4558   if test -z "$GREP"; then
4559   ac_path_GREP_found=false
4560   # Loop through the user's path and test for each of PROGNAME-LIST
4561   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4562 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4563 do
4564   IFS=$as_save_IFS
4565   test -z "$as_dir" && as_dir=.
4566     for ac_prog in grep ggrep; do
4567     for ac_exec_ext in '' $ac_executable_extensions; do
4568       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4569       as_fn_executable_p "$ac_path_GREP" || continue
4570 # Check for GNU ac_path_GREP and select it if it is found.
4571   # Check for GNU $ac_path_GREP
4572 case `"$ac_path_GREP" --version 2>&1` in
4573 *GNU*)
4574   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4575 *)
4576   ac_count=0
4577   $as_echo_n 0123456789 >"conftest.in"
4578   while :
4579   do
4580     cat "conftest.in" "conftest.in" >"conftest.tmp"
4581     mv "conftest.tmp" "conftest.in"
4582     cp "conftest.in" "conftest.nl"
4583     $as_echo 'GREP' >> "conftest.nl"
4584     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4585     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4586     as_fn_arith $ac_count + 1 && ac_count=$as_val
4587     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4588       # Best one so far, save it but keep looking for a better one
4589       ac_cv_path_GREP="$ac_path_GREP"
4590       ac_path_GREP_max=$ac_count
4591     fi
4592     # 10*(2^10) chars as input seems more than enough
4593     test $ac_count -gt 10 && break
4594   done
4595   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4596 esac
4597
4598       $ac_path_GREP_found && break 3
4599     done
4600   done
4601   done
4602 IFS=$as_save_IFS
4603   if test -z "$ac_cv_path_GREP"; then
4604     as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4605   fi
4606 else
4607   ac_cv_path_GREP=$GREP
4608 fi
4609
4610 fi
4611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4612 $as_echo "$ac_cv_path_GREP" >&6; }
4613  GREP="$ac_cv_path_GREP"
4614
4615
4616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4617 $as_echo_n "checking for egrep... " >&6; }
4618 if ${ac_cv_path_EGREP+:} false; then :
4619   $as_echo_n "(cached) " >&6
4620 else
4621   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4622    then ac_cv_path_EGREP="$GREP -E"
4623    else
4624      if test -z "$EGREP"; then
4625   ac_path_EGREP_found=false
4626   # Loop through the user's path and test for each of PROGNAME-LIST
4627   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4628 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4629 do
4630   IFS=$as_save_IFS
4631   test -z "$as_dir" && as_dir=.
4632     for ac_prog in egrep; do
4633     for ac_exec_ext in '' $ac_executable_extensions; do
4634       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4635       as_fn_executable_p "$ac_path_EGREP" || continue
4636 # Check for GNU ac_path_EGREP and select it if it is found.
4637   # Check for GNU $ac_path_EGREP
4638 case `"$ac_path_EGREP" --version 2>&1` in
4639 *GNU*)
4640   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4641 *)
4642   ac_count=0
4643   $as_echo_n 0123456789 >"conftest.in"
4644   while :
4645   do
4646     cat "conftest.in" "conftest.in" >"conftest.tmp"
4647     mv "conftest.tmp" "conftest.in"
4648     cp "conftest.in" "conftest.nl"
4649     $as_echo 'EGREP' >> "conftest.nl"
4650     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4651     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4652     as_fn_arith $ac_count + 1 && ac_count=$as_val
4653     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4654       # Best one so far, save it but keep looking for a better one
4655       ac_cv_path_EGREP="$ac_path_EGREP"
4656       ac_path_EGREP_max=$ac_count
4657     fi
4658     # 10*(2^10) chars as input seems more than enough
4659     test $ac_count -gt 10 && break
4660   done
4661   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4662 esac
4663
4664       $ac_path_EGREP_found && break 3
4665     done
4666   done
4667   done
4668 IFS=$as_save_IFS
4669   if test -z "$ac_cv_path_EGREP"; then
4670     as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4671   fi
4672 else
4673   ac_cv_path_EGREP=$EGREP
4674 fi
4675
4676    fi
4677 fi
4678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4679 $as_echo "$ac_cv_path_EGREP" >&6; }
4680  EGREP="$ac_cv_path_EGREP"
4681
4682
4683 # Extract the first word of "ldconfig", so it can be a program name with args.
4684 set dummy ldconfig; ac_word=$2
4685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4686 $as_echo_n "checking for $ac_word... " >&6; }
4687 if ${ac_cv_path_LDCONFIG+:} false; then :
4688   $as_echo_n "(cached) " >&6
4689 else
4690   case $LDCONFIG in
4691   [\\/]* | ?:[\\/]*)
4692   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4693   ;;
4694   *)
4695   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4696 for as_dir in /sbin /usr/sbin $PATH
4697 do
4698   IFS=$as_save_IFS
4699   test -z "$as_dir" && as_dir=.
4700     for ac_exec_ext in '' $ac_executable_extensions; do
4701   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4702     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4703     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4704     break 2
4705   fi
4706 done
4707   done
4708 IFS=$as_save_IFS
4709
4710   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4711   ;;
4712 esac
4713 fi
4714 LDCONFIG=$ac_cv_path_LDCONFIG
4715 if test -n "$LDCONFIG"; then
4716   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4717 $as_echo "$LDCONFIG" >&6; }
4718 else
4719   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4720 $as_echo "no" >&6; }
4721 fi
4722
4723
4724 # Find a good install program.  We prefer a C program (faster),
4725 # so one script is as good as another.  But avoid the broken or
4726 # incompatible versions:
4727 # SysV /etc/install, /usr/sbin/install
4728 # SunOS /usr/etc/install
4729 # IRIX /sbin/install
4730 # AIX /bin/install
4731 # AmigaOS /C/install, which installs bootblocks on floppy discs
4732 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4733 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4734 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4735 # OS/2's system install, which has a completely different semantic
4736 # ./install, which can be erroneously created by make from ./install.sh.
4737 # Reject install programs that cannot install multiple files.
4738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4739 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4740 if test -z "$INSTALL"; then
4741 if ${ac_cv_path_install+:} false; then :
4742   $as_echo_n "(cached) " >&6
4743 else
4744   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4745 for as_dir in $PATH
4746 do
4747   IFS=$as_save_IFS
4748   test -z "$as_dir" && as_dir=.
4749     # Account for people who put trailing slashes in PATH elements.
4750 case $as_dir/ in #((
4751   ./ | .// | /[cC]/* | \
4752   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4753   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4754   /usr/ucb/* ) ;;
4755   *)
4756     # OSF1 and SCO ODT 3.0 have their own names for install.
4757     # Don't use installbsd from OSF since it installs stuff as root
4758     # by default.
4759     for ac_prog in ginstall scoinst install; do
4760       for ac_exec_ext in '' $ac_executable_extensions; do
4761         if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
4762           if test $ac_prog = install &&
4763             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4764             # AIX install.  It has an incompatible calling convention.
4765             :
4766           elif test $ac_prog = install &&
4767             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4768             # program-specific install script used by HP pwplus--don't use.
4769             :
4770           else
4771             rm -rf conftest.one conftest.two conftest.dir
4772             echo one > conftest.one
4773             echo two > conftest.two
4774             mkdir conftest.dir
4775             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4776               test -s conftest.one && test -s conftest.two &&
4777               test -s conftest.dir/conftest.one &&
4778               test -s conftest.dir/conftest.two
4779             then
4780               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4781               break 3
4782             fi
4783           fi
4784         fi
4785       done
4786     done
4787     ;;
4788 esac
4789
4790   done
4791 IFS=$as_save_IFS
4792
4793 rm -rf conftest.one conftest.two conftest.dir
4794
4795 fi
4796   if test "${ac_cv_path_install+set}" = set; then
4797     INSTALL=$ac_cv_path_install
4798   else
4799     # As a last resort, use the slow shell script.  Don't cache a
4800     # value for INSTALL within a source directory, because that will
4801     # break other packages using the cache if that directory is
4802     # removed, or if the value is a relative name.
4803     INSTALL=$ac_install_sh
4804   fi
4805 fi
4806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4807 $as_echo "$INSTALL" >&6; }
4808
4809 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4810 # It thinks the first close brace ends the variable substitution.
4811 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4812
4813 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4814
4815 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4816
4817 case "$INSTALL" in
4818   [\\/$]* | ?:[\\/]* ) ;;
4819   *)  INSTALL="\\\$(top_srcdir)/$INSTALL" ;;
4820 esac
4821
4822 for ac_prog in lclint lint
4823 do
4824   # Extract the first word of "$ac_prog", so it can be a program name with args.
4825 set dummy $ac_prog; ac_word=$2
4826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4827 $as_echo_n "checking for $ac_word... " >&6; }
4828 if ${ac_cv_prog_LINT+:} false; then :
4829   $as_echo_n "(cached) " >&6
4830 else
4831   if test -n "$LINT"; then
4832   ac_cv_prog_LINT="$LINT" # Let the user override the test.
4833 else
4834 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4835 for as_dir in $PATH
4836 do
4837   IFS=$as_save_IFS
4838   test -z "$as_dir" && as_dir=.
4839     for ac_exec_ext in '' $ac_executable_extensions; do
4840   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4841     ac_cv_prog_LINT="$ac_prog"
4842     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4843     break 2
4844   fi
4845 done
4846   done
4847 IFS=$as_save_IFS
4848
4849 fi
4850 fi
4851 LINT=$ac_cv_prog_LINT
4852 if test -n "$LINT"; then
4853   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4854 $as_echo "$LINT" >&6; }
4855 else
4856   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4857 $as_echo "no" >&6; }
4858 fi
4859
4860
4861   test -n "$LINT" && break
4862 done
4863
4864 if test "$LINT" = "lint"
4865 then
4866   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4867   fi
4868
4869
4870 for ac_prog in fontforge
4871 do
4872   # Extract the first word of "$ac_prog", so it can be a program name with args.
4873 set dummy $ac_prog; ac_word=$2
4874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4875 $as_echo_n "checking for $ac_word... " >&6; }
4876 if ${ac_cv_prog_FONTFORGE+:} false; then :
4877   $as_echo_n "(cached) " >&6
4878 else
4879   if test -n "$FONTFORGE"; then
4880   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4881 else
4882 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4883 for as_dir in $PATH
4884 do
4885   IFS=$as_save_IFS
4886   test -z "$as_dir" && as_dir=.
4887     for ac_exec_ext in '' $ac_executable_extensions; do
4888   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4889     ac_cv_prog_FONTFORGE="$ac_prog"
4890     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4891     break 2
4892   fi
4893 done
4894   done
4895 IFS=$as_save_IFS
4896
4897 fi
4898 fi
4899 FONTFORGE=$ac_cv_prog_FONTFORGE
4900 if test -n "$FONTFORGE"; then
4901   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4902 $as_echo "$FONTFORGE" >&6; }
4903 else
4904   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4905 $as_echo "no" >&6; }
4906 fi
4907
4908
4909   test -n "$FONTFORGE" && break
4910 done
4911 test -n "$FONTFORGE" || FONTFORGE="false"
4912
4913 for ac_prog in pkg-config
4914 do
4915   # Extract the first word of "$ac_prog", so it can be a program name with args.
4916 set dummy $ac_prog; ac_word=$2
4917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4918 $as_echo_n "checking for $ac_word... " >&6; }
4919 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
4920   $as_echo_n "(cached) " >&6
4921 else
4922   if test -n "$PKG_CONFIG"; then
4923   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4924 else
4925 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4926 for as_dir in $PATH
4927 do
4928   IFS=$as_save_IFS
4929   test -z "$as_dir" && as_dir=.
4930     for ac_exec_ext in '' $ac_executable_extensions; do
4931   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4932     ac_cv_prog_PKG_CONFIG="$ac_prog"
4933     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4934     break 2
4935   fi
4936 done
4937   done
4938 IFS=$as_save_IFS
4939
4940 fi
4941 fi
4942 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4943 if test -n "$PKG_CONFIG"; then
4944   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4945 $as_echo "$PKG_CONFIG" >&6; }
4946 else
4947   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4948 $as_echo "no" >&6; }
4949 fi
4950
4951
4952   test -n "$PKG_CONFIG" && break
4953 done
4954 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4955
4956 for ac_prog in rsvg
4957 do
4958   # Extract the first word of "$ac_prog", so it can be a program name with args.
4959 set dummy $ac_prog; ac_word=$2
4960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4961 $as_echo_n "checking for $ac_word... " >&6; }
4962 if ${ac_cv_prog_RSVG+:} false; then :
4963   $as_echo_n "(cached) " >&6
4964 else
4965   if test -n "$RSVG"; then
4966   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4967 else
4968 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4969 for as_dir in $PATH
4970 do
4971   IFS=$as_save_IFS
4972   test -z "$as_dir" && as_dir=.
4973     for ac_exec_ext in '' $ac_executable_extensions; do
4974   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4975     ac_cv_prog_RSVG="$ac_prog"
4976     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4977     break 2
4978   fi
4979 done
4980   done
4981 IFS=$as_save_IFS
4982
4983 fi
4984 fi
4985 RSVG=$ac_cv_prog_RSVG
4986 if test -n "$RSVG"; then
4987   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
4988 $as_echo "$RSVG" >&6; }
4989 else
4990   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4991 $as_echo "no" >&6; }
4992 fi
4993
4994
4995   test -n "$RSVG" && break
4996 done
4997 test -n "$RSVG" || RSVG="false"
4998
4999 for ac_prog in convert
5000 do
5001   # Extract the first word of "$ac_prog", so it can be a program name with args.
5002 set dummy $ac_prog; ac_word=$2
5003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5004 $as_echo_n "checking for $ac_word... " >&6; }
5005 if ${ac_cv_prog_CONVERT+:} false; then :
5006   $as_echo_n "(cached) " >&6
5007 else
5008   if test -n "$CONVERT"; then
5009   ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
5010 else
5011 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5012 for as_dir in $PATH
5013 do
5014   IFS=$as_save_IFS
5015   test -z "$as_dir" && as_dir=.
5016     for ac_exec_ext in '' $ac_executable_extensions; do
5017   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5018     ac_cv_prog_CONVERT="$ac_prog"
5019     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5020     break 2
5021   fi
5022 done
5023   done
5024 IFS=$as_save_IFS
5025
5026 fi
5027 fi
5028 CONVERT=$ac_cv_prog_CONVERT
5029 if test -n "$CONVERT"; then
5030   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5031 $as_echo "$CONVERT" >&6; }
5032 else
5033   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5034 $as_echo "no" >&6; }
5035 fi
5036
5037
5038   test -n "$CONVERT" && break
5039 done
5040 test -n "$CONVERT" || CONVERT="false"
5041
5042 for ac_prog in icotool
5043 do
5044   # Extract the first word of "$ac_prog", so it can be a program name with args.
5045 set dummy $ac_prog; ac_word=$2
5046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5047 $as_echo_n "checking for $ac_word... " >&6; }
5048 if ${ac_cv_prog_ICOTOOL+:} false; then :
5049   $as_echo_n "(cached) " >&6
5050 else
5051   if test -n "$ICOTOOL"; then
5052   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5053 else
5054 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5055 for as_dir in $PATH
5056 do
5057   IFS=$as_save_IFS
5058   test -z "$as_dir" && as_dir=.
5059     for ac_exec_ext in '' $ac_executable_extensions; do
5060   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5061     ac_cv_prog_ICOTOOL="$ac_prog"
5062     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5063     break 2
5064   fi
5065 done
5066   done
5067 IFS=$as_save_IFS
5068
5069 fi
5070 fi
5071 ICOTOOL=$ac_cv_prog_ICOTOOL
5072 if test -n "$ICOTOOL"; then
5073   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5074 $as_echo "$ICOTOOL" >&6; }
5075 else
5076   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5077 $as_echo "no" >&6; }
5078 fi
5079
5080
5081   test -n "$ICOTOOL" && break
5082 done
5083 test -n "$ICOTOOL" || ICOTOOL="false"
5084
5085 for ac_prog in msgfmt
5086 do
5087   # Extract the first word of "$ac_prog", so it can be a program name with args.
5088 set dummy $ac_prog; ac_word=$2
5089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5090 $as_echo_n "checking for $ac_word... " >&6; }
5091 if ${ac_cv_prog_MSGFMT+:} false; then :
5092   $as_echo_n "(cached) " >&6
5093 else
5094   if test -n "$MSGFMT"; then
5095   ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
5096 else
5097 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5098 for as_dir in $PATH
5099 do
5100   IFS=$as_save_IFS
5101   test -z "$as_dir" && as_dir=.
5102     for ac_exec_ext in '' $ac_executable_extensions; do
5103   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5104     ac_cv_prog_MSGFMT="$ac_prog"
5105     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5106     break 2
5107   fi
5108 done
5109   done
5110 IFS=$as_save_IFS
5111
5112 fi
5113 fi
5114 MSGFMT=$ac_cv_prog_MSGFMT
5115 if test -n "$MSGFMT"; then
5116   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5117 $as_echo "$MSGFMT" >&6; }
5118 else
5119   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5120 $as_echo "no" >&6; }
5121 fi
5122
5123
5124   test -n "$MSGFMT" && break
5125 done
5126 test -n "$MSGFMT" || MSGFMT="false"
5127
5128
5129 if test "x$enable_maintainer_mode" != "xyes"
5130 then
5131   MAINTAINER_MODE=\#
5132
5133 else
5134   if test "$FONTFORGE" = "false"; then as_fn_error $? "You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5; fi
5135   if test "$RSVG" = "false"; then as_fn_error $? "You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5; fi
5136
5137     if test "$CONVERT" = false
5138   then
5139     as_fn_error $? "You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
5140   else
5141     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
5142 $as_echo_n "checking for recent enough imagemagick... " >&6; }
5143     convert_version=`convert --version | head -n1`
5144     if test "x$convert_version" != "x"
5145     then
5146       convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
5147       convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
5148       if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
5149       then
5150         CONVERT=false
5151       fi
5152     fi
5153     if test "$CONVERT" = false
5154     then
5155       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
5156 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
5157       as_fn_error $? "You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5158     else
5159       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
5160 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
5161     fi
5162   fi
5163
5164     if test "$ICOTOOL" = false
5165   then
5166     as_fn_error $? "You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
5167   else
5168     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
5169 $as_echo_n "checking for recent enough icotool... " >&6; }
5170     icotool_version=`icotool --version | head -n1`
5171     if test "x$icotool_version" != "x"
5172     then
5173       icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
5174       icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
5175       if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
5176       then
5177         ICOTOOL=false
5178         as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
5179       fi
5180     fi
5181     if test "$ICOTOOL" = false
5182     then
5183       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
5184 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
5185       as_fn_error $? "You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5186     else
5187       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
5188 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
5189     fi
5190   fi
5191
5192     with_gettext=yes
5193   with_gettextpo=yes
5194   { ac_cv_header_gettext_po_h=; unset ac_cv_header_gettext_po_h;}
5195 fi
5196
5197 test "x$with_gettext" != xno || MSGFMT=false
5198 if test "$MSGFMT" != "false"
5199 then
5200   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
5201 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
5202   cat >conftest.po <<EOF
5203 # comment
5204 msgctxt "ctxt"
5205 msgid "id"
5206 msgstr "str"
5207 EOF
5208   if $MSGFMT -o /dev/null conftest.po 2>&5
5209   then
5210     { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5211 $as_echo "yes" >&6; }
5212   else
5213     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5214 $as_echo "no" >&6; }
5215     MSGFMT=false
5216   fi
5217 fi
5218 if test "$MSGFMT" = false; then :
5219   case "x$with_gettext" in
5220   x)   as_fn_append wine_warnings "|gettext tools not found (or too old), translations won't be built." ;;
5221   xno) ;;
5222   *)   as_fn_error $? "gettext tools not found (or too old), translations won't be built.
5223 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
5224 esac
5225 fi
5226
5227
5228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5229 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5230 if ${ac_cv_lib_i386_i386_set_ldt+:} false; then :
5231   $as_echo_n "(cached) " >&6
5232 else
5233   ac_check_lib_save_LIBS=$LIBS
5234 LIBS="-li386  $LIBS"
5235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5236 /* end confdefs.h.  */
5237
5238 /* Override any GCC internal prototype to avoid an error.
5239    Use char because int might match the return type of a GCC
5240    builtin and then its argument prototype would still apply.  */
5241 #ifdef __cplusplus
5242 extern "C"
5243 #endif
5244 char i386_set_ldt ();
5245 int
5246 main ()
5247 {
5248 return i386_set_ldt ();
5249   ;
5250   return 0;
5251 }
5252 _ACEOF
5253 if ac_fn_c_try_link "$LINENO"; then :
5254   ac_cv_lib_i386_i386_set_ldt=yes
5255 else
5256   ac_cv_lib_i386_i386_set_ldt=no
5257 fi
5258 rm -f core conftest.err conftest.$ac_objext \
5259     conftest$ac_exeext conftest.$ac_ext
5260 LIBS=$ac_check_lib_save_LIBS
5261 fi
5262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5263 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5264 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes; then :
5265   cat >>confdefs.h <<_ACEOF
5266 #define HAVE_LIBI386 1
5267 _ACEOF
5268
5269   LIBS="-li386 $LIBS"
5270
5271 fi
5272
5273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5274 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5275 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then :
5276   $as_echo_n "(cached) " >&6
5277 else
5278   ac_check_lib_save_LIBS=$LIBS
5279 LIBS="-lossaudio  $LIBS"
5280 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5281 /* end confdefs.h.  */
5282
5283 /* Override any GCC internal prototype to avoid an error.
5284    Use char because int might match the return type of a GCC
5285    builtin and then its argument prototype would still apply.  */
5286 #ifdef __cplusplus
5287 extern "C"
5288 #endif
5289 char _oss_ioctl ();
5290 int
5291 main ()
5292 {
5293 return _oss_ioctl ();
5294   ;
5295   return 0;
5296 }
5297 _ACEOF
5298 if ac_fn_c_try_link "$LINENO"; then :
5299   ac_cv_lib_ossaudio__oss_ioctl=yes
5300 else
5301   ac_cv_lib_ossaudio__oss_ioctl=no
5302 fi
5303 rm -f core conftest.err conftest.$ac_objext \
5304     conftest$ac_exeext conftest.$ac_ext
5305 LIBS=$ac_check_lib_save_LIBS
5306 fi
5307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5308 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5309 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then :
5310   cat >>confdefs.h <<_ACEOF
5311 #define HAVE_LIBOSSAUDIO 1
5312 _ACEOF
5313
5314   LIBS="-lossaudio $LIBS"
5315
5316 fi
5317
5318
5319 XLIB=""
5320
5321 OPENGL_LIBS=""
5322
5323
5324
5325 test "x$with_fontconfig" != "xno" || ac_cv_header_fontconfig_fontconfig_h=no
5326
5327 # Check whether --enable-largefile was given.
5328 if test "${enable_largefile+set}" = set; then :
5329   enableval=$enable_largefile;
5330 fi
5331
5332 if test "$enable_largefile" != no; then
5333
5334   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5335 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5336 if ${ac_cv_sys_largefile_CC+:} false; then :
5337   $as_echo_n "(cached) " >&6
5338 else
5339   ac_cv_sys_largefile_CC=no
5340      if test "$GCC" != yes; then
5341        ac_save_CC=$CC
5342        while :; do
5343          # IRIX 6.2 and later do not support large files by default,
5344          # so use the C compiler's -n32 option if that helps.
5345          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5346 /* end confdefs.h.  */
5347 #include <sys/types.h>
5348  /* Check that off_t can represent 2**63 - 1 correctly.
5349     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5350     since some C++ compilers masquerading as C compilers
5351     incorrectly reject 9223372036854775807.  */
5352 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5353   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5354                        && LARGE_OFF_T % 2147483647 == 1)
5355                       ? 1 : -1];
5356 int
5357 main ()
5358 {
5359
5360   ;
5361   return 0;
5362 }
5363 _ACEOF
5364          if ac_fn_c_try_compile "$LINENO"; then :
5365   break
5366 fi
5367 rm -f core conftest.err conftest.$ac_objext
5368          CC="$CC -n32"
5369          if ac_fn_c_try_compile "$LINENO"; then :
5370   ac_cv_sys_largefile_CC=' -n32'; break
5371 fi
5372 rm -f core conftest.err conftest.$ac_objext
5373          break
5374        done
5375        CC=$ac_save_CC
5376        rm -f conftest.$ac_ext
5377     fi
5378 fi
5379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5380 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5381   if test "$ac_cv_sys_largefile_CC" != no; then
5382     CC=$CC$ac_cv_sys_largefile_CC
5383   fi
5384
5385   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5386 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5387 if ${ac_cv_sys_file_offset_bits+:} false; then :
5388   $as_echo_n "(cached) " >&6
5389 else
5390   while :; do
5391   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5392 /* end confdefs.h.  */
5393 #include <sys/types.h>
5394  /* Check that off_t can represent 2**63 - 1 correctly.
5395     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5396     since some C++ compilers masquerading as C compilers
5397     incorrectly reject 9223372036854775807.  */
5398 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5399   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5400                        && LARGE_OFF_T % 2147483647 == 1)
5401                       ? 1 : -1];
5402 int
5403 main ()
5404 {
5405
5406   ;
5407   return 0;
5408 }
5409 _ACEOF
5410 if ac_fn_c_try_compile "$LINENO"; then :
5411   ac_cv_sys_file_offset_bits=no; break
5412 fi
5413 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5414   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5415 /* end confdefs.h.  */
5416 #define _FILE_OFFSET_BITS 64
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_file_offset_bits=64; break
5436 fi
5437 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5438   ac_cv_sys_file_offset_bits=unknown
5439   break
5440 done
5441 fi
5442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5443 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5444 case $ac_cv_sys_file_offset_bits in #(
5445   no | unknown) ;;
5446   *)
5447 cat >>confdefs.h <<_ACEOF
5448 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5449 _ACEOF
5450 ;;
5451 esac
5452 rm -rf conftest*
5453   if test $ac_cv_sys_file_offset_bits = unknown; then
5454     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5455 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5456 if ${ac_cv_sys_large_files+:} false; then :
5457   $as_echo_n "(cached) " >&6
5458 else
5459   while :; do
5460   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5461 /* end confdefs.h.  */
5462 #include <sys/types.h>
5463  /* Check that off_t can represent 2**63 - 1 correctly.
5464     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5465     since some C++ compilers masquerading as C compilers
5466     incorrectly reject 9223372036854775807.  */
5467 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5468   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5469                        && LARGE_OFF_T % 2147483647 == 1)
5470                       ? 1 : -1];
5471 int
5472 main ()
5473 {
5474
5475   ;
5476   return 0;
5477 }
5478 _ACEOF
5479 if ac_fn_c_try_compile "$LINENO"; then :
5480   ac_cv_sys_large_files=no; break
5481 fi
5482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5483   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5484 /* end confdefs.h.  */
5485 #define _LARGE_FILES 1
5486 #include <sys/types.h>
5487  /* Check that off_t can represent 2**63 - 1 correctly.
5488     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5489     since some C++ compilers masquerading as C compilers
5490     incorrectly reject 9223372036854775807.  */
5491 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5492   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5493                        && LARGE_OFF_T % 2147483647 == 1)
5494                       ? 1 : -1];
5495 int
5496 main ()
5497 {
5498
5499   ;
5500   return 0;
5501 }
5502 _ACEOF
5503 if ac_fn_c_try_compile "$LINENO"; then :
5504   ac_cv_sys_large_files=1; break
5505 fi
5506 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5507   ac_cv_sys_large_files=unknown
5508   break
5509 done
5510 fi
5511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5512 $as_echo "$ac_cv_sys_large_files" >&6; }
5513 case $ac_cv_sys_large_files in #(
5514   no | unknown) ;;
5515   *)
5516 cat >>confdefs.h <<_ACEOF
5517 #define _LARGE_FILES $ac_cv_sys_large_files
5518 _ACEOF
5519 ;;
5520 esac
5521 rm -rf conftest*
5522   fi
5523
5524
5525 fi
5526
5527
5528 ac_ext=c
5529 ac_cpp='$CPP $CPPFLAGS'
5530 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5531 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5532 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5534 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5535 # On Suns, sometimes $CPP names a directory.
5536 if test -n "$CPP" && test -d "$CPP"; then
5537   CPP=
5538 fi
5539 if test -z "$CPP"; then
5540   if ${ac_cv_prog_CPP+:} false; then :
5541   $as_echo_n "(cached) " >&6
5542 else
5543       # Double quotes because CPP needs to be expanded
5544     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5545     do
5546       ac_preproc_ok=false
5547 for ac_c_preproc_warn_flag in '' yes
5548 do
5549   # Use a header file that comes with gcc, so configuring glibc
5550   # with a fresh cross-compiler works.
5551   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5552   # <limits.h> exists even on freestanding compilers.
5553   # On the NeXT, cc -E runs the code through the compiler's parser,
5554   # not just through cpp. "Syntax error" is here to catch this case.
5555   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5556 /* end confdefs.h.  */
5557 #ifdef __STDC__
5558 # include <limits.h>
5559 #else
5560 # include <assert.h>
5561 #endif
5562                      Syntax error
5563 _ACEOF
5564 if ac_fn_c_try_cpp "$LINENO"; then :
5565
5566 else
5567   # Broken: fails on valid input.
5568 continue
5569 fi
5570 rm -f conftest.err conftest.i conftest.$ac_ext
5571
5572   # OK, works on sane cases.  Now check whether nonexistent headers
5573   # can be detected and how.
5574   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5575 /* end confdefs.h.  */
5576 #include <ac_nonexistent.h>
5577 _ACEOF
5578 if ac_fn_c_try_cpp "$LINENO"; then :
5579   # Broken: success on invalid input.
5580 continue
5581 else
5582   # Passes both tests.
5583 ac_preproc_ok=:
5584 break
5585 fi
5586 rm -f conftest.err conftest.i conftest.$ac_ext
5587
5588 done
5589 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5590 rm -f conftest.i conftest.err conftest.$ac_ext
5591 if $ac_preproc_ok; then :
5592   break
5593 fi
5594
5595     done
5596     ac_cv_prog_CPP=$CPP
5597
5598 fi
5599   CPP=$ac_cv_prog_CPP
5600 else
5601   ac_cv_prog_CPP=$CPP
5602 fi
5603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5604 $as_echo "$CPP" >&6; }
5605 ac_preproc_ok=false
5606 for ac_c_preproc_warn_flag in '' yes
5607 do
5608   # Use a header file that comes with gcc, so configuring glibc
5609   # with a fresh cross-compiler works.
5610   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5611   # <limits.h> exists even on freestanding compilers.
5612   # On the NeXT, cc -E runs the code through the compiler's parser,
5613   # not just through cpp. "Syntax error" is here to catch this case.
5614   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5615 /* end confdefs.h.  */
5616 #ifdef __STDC__
5617 # include <limits.h>
5618 #else
5619 # include <assert.h>
5620 #endif
5621                      Syntax error
5622 _ACEOF
5623 if ac_fn_c_try_cpp "$LINENO"; then :
5624
5625 else
5626   # Broken: fails on valid input.
5627 continue
5628 fi
5629 rm -f conftest.err conftest.i conftest.$ac_ext
5630
5631   # OK, works on sane cases.  Now check whether nonexistent headers
5632   # can be detected and how.
5633   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5634 /* end confdefs.h.  */
5635 #include <ac_nonexistent.h>
5636 _ACEOF
5637 if ac_fn_c_try_cpp "$LINENO"; then :
5638   # Broken: success on invalid input.
5639 continue
5640 else
5641   # Passes both tests.
5642 ac_preproc_ok=:
5643 break
5644 fi
5645 rm -f conftest.err conftest.i conftest.$ac_ext
5646
5647 done
5648 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5649 rm -f conftest.i conftest.err conftest.$ac_ext
5650 if $ac_preproc_ok; then :
5651
5652 else
5653   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5654 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5655 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5656 See \`config.log' for more details" "$LINENO" 5; }
5657 fi
5658
5659 ac_ext=c
5660 ac_cpp='$CPP $CPPFLAGS'
5661 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5662 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5663 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5664
5665
5666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5667 $as_echo_n "checking for ANSI C header files... " >&6; }
5668 if ${ac_cv_header_stdc+:} false; then :
5669   $as_echo_n "(cached) " >&6
5670 else
5671   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5672 /* end confdefs.h.  */
5673 #include <stdlib.h>
5674 #include <stdarg.h>
5675 #include <string.h>
5676 #include <float.h>
5677
5678 int
5679 main ()
5680 {
5681
5682   ;
5683   return 0;
5684 }
5685 _ACEOF
5686 if ac_fn_c_try_compile "$LINENO"; then :
5687   ac_cv_header_stdc=yes
5688 else
5689   ac_cv_header_stdc=no
5690 fi
5691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5692
5693 if test $ac_cv_header_stdc = yes; then
5694   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5695   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5696 /* end confdefs.h.  */
5697 #include <string.h>
5698
5699 _ACEOF
5700 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5701   $EGREP "memchr" >/dev/null 2>&1; then :
5702
5703 else
5704   ac_cv_header_stdc=no
5705 fi
5706 rm -f conftest*
5707
5708 fi
5709
5710 if test $ac_cv_header_stdc = yes; then
5711   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5712   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5713 /* end confdefs.h.  */
5714 #include <stdlib.h>
5715
5716 _ACEOF
5717 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5718   $EGREP "free" >/dev/null 2>&1; then :
5719
5720 else
5721   ac_cv_header_stdc=no
5722 fi
5723 rm -f conftest*
5724
5725 fi
5726
5727 if test $ac_cv_header_stdc = yes; then
5728   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5729   if test "$cross_compiling" = yes; then :
5730   :
5731 else
5732   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5733 /* end confdefs.h.  */
5734 #include <ctype.h>
5735 #include <stdlib.h>
5736 #if ((' ' & 0x0FF) == 0x020)
5737 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5738 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5739 #else
5740 # define ISLOWER(c) \
5741                    (('a' <= (c) && (c) <= 'i') \
5742                      || ('j' <= (c) && (c) <= 'r') \
5743                      || ('s' <= (c) && (c) <= 'z'))
5744 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5745 #endif
5746
5747 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5748 int
5749 main ()
5750 {
5751   int i;
5752   for (i = 0; i < 256; i++)
5753     if (XOR (islower (i), ISLOWER (i))
5754         || toupper (i) != TOUPPER (i))
5755       return 2;
5756   return 0;
5757 }
5758 _ACEOF
5759 if ac_fn_c_try_run "$LINENO"; then :
5760
5761 else
5762   ac_cv_header_stdc=no
5763 fi
5764 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5765   conftest.$ac_objext conftest.beam conftest.$ac_ext
5766 fi
5767
5768 fi
5769 fi
5770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5771 $as_echo "$ac_cv_header_stdc" >&6; }
5772 if test $ac_cv_header_stdc = yes; then
5773
5774 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5775
5776 fi
5777
5778 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5779 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5780                   inttypes.h stdint.h unistd.h
5781 do :
5782   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5783 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5784 "
5785 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5786   cat >>confdefs.h <<_ACEOF
5787 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5788 _ACEOF
5789
5790 fi
5791
5792 done
5793
5794
5795 for ac_header in \
5796         AL/al.h \
5797         ApplicationServices/ApplicationServices.h \
5798         AudioToolbox/AudioConverter.h \
5799         AudioUnit/AudioUnit.h \
5800         AudioUnit/AudioComponent.h \
5801         CL/cl.h \
5802         Carbon/Carbon.h \
5803         CoreAudio/CoreAudio.h \
5804         CoreServices/CoreServices.h \
5805         DiskArbitration/DiskArbitration.h \
5806         IOKit/IOKitLib.h \
5807         IOKit/hid/IOHIDLib.h \
5808         OpenAL/al.h \
5809         OpenCL/opencl.h \
5810         QuickTime/ImageCompression.h \
5811         Security/Security.h \
5812         alias.h \
5813         alsa/asoundlib.h \
5814         arpa/inet.h \
5815         arpa/nameser.h \
5816         asm/types.h \
5817         capi20.h \
5818         curses.h \
5819         direct.h \
5820         dirent.h \
5821         dlfcn.h \
5822         elf.h \
5823         float.h \
5824         fnmatch.h \
5825         fontconfig/fontconfig.h \
5826         getopt.h \
5827         gettext-po.h \
5828         grp.h \
5829         gsm.h \
5830         gsm/gsm.h \
5831         ieeefp.h \
5832         inet/mib2.h \
5833         io.h \
5834         jpeglib.h \
5835         kstat.h \
5836         lber.h \
5837         lcms.h \
5838         lcms/lcms.h \
5839         ldap.h \
5840         link.h \
5841         linux/cdrom.h \
5842         linux/compiler.h \
5843         linux/hdreg.h \
5844         linux/input.h \
5845         linux/ioctl.h \
5846         linux/joystick.h \
5847         linux/major.h \
5848         linux/param.h \
5849         linux/serial.h \
5850         linux/types.h \
5851         linux/ucdrom.h \
5852         mach-o/nlist.h \
5853         mach-o/loader.h \
5854         mach/mach.h \
5855         mach/machine.h \
5856         machine/cpu.h \
5857         machine/limits.h \
5858         machine/sysarch.h \
5859         mntent.h \
5860         mpg123.h \
5861         ncurses.h \
5862         netdb.h \
5863         netinet/in.h \
5864         netinet/in_systm.h \
5865         netinet/tcp.h \
5866         netinet/tcp_fsm.h \
5867         openssl/err.h \
5868         openssl/ssl.h \
5869         png.h \
5870         poll.h \
5871         port.h \
5872         process.h \
5873         pthread.h \
5874         pwd.h \
5875         sched.h \
5876         scsi/scsi.h \
5877         scsi/scsi_ioctl.h \
5878         scsi/sg.h \
5879         stdbool.h \
5880         stdint.h \
5881         strings.h \
5882         stropts.h \
5883         sys/asoundlib.h \
5884         sys/attr.h \
5885         sys/cdio.h \
5886         sys/elf32.h \
5887         sys/epoll.h \
5888         sys/event.h \
5889         sys/exec_elf.h \
5890         sys/filio.h \
5891         sys/inotify.h \
5892         sys/ioctl.h \
5893         sys/ipc.h \
5894         sys/limits.h \
5895         sys/link.h \
5896         sys/mman.h \
5897         sys/modem.h \
5898         sys/msg.h \
5899         sys/mtio.h \
5900         sys/param.h \
5901         sys/poll.h \
5902         sys/prctl.h \
5903         sys/protosw.h \
5904         sys/ptrace.h \
5905         sys/resource.h \
5906         sys/scsiio.h \
5907         sys/shm.h \
5908         sys/signal.h \
5909         sys/socket.h \
5910         sys/socketvar.h \
5911         sys/sockio.h \
5912         sys/statvfs.h \
5913         sys/strtio.h \
5914         sys/syscall.h \
5915         sys/tihdr.h \
5916         sys/time.h \
5917         sys/timeout.h \
5918         sys/times.h \
5919         sys/uio.h \
5920         sys/un.h \
5921         sys/utsname.h \
5922         sys/vm86.h \
5923         sys/wait.h \
5924         syscall.h \
5925         termios.h \
5926         tiffio.h \
5927         unistd.h \
5928         utime.h \
5929         valgrind/memcheck.h \
5930         valgrind/valgrind.h \
5931         zlib.h
5932
5933 do :
5934   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5935 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5936 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5937   cat >>confdefs.h <<_ACEOF
5938 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5939 _ACEOF
5940
5941 fi
5942
5943 done
5944
5945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5946 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5947 if ${ac_cv_header_stat_broken+:} false; then :
5948   $as_echo_n "(cached) " >&6
5949 else
5950   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5951 /* end confdefs.h.  */
5952 #include <sys/types.h>
5953 #include <sys/stat.h>
5954
5955 #if defined S_ISBLK && defined S_IFDIR
5956 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5957 #endif
5958
5959 #if defined S_ISBLK && defined S_IFCHR
5960 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5961 #endif
5962
5963 #if defined S_ISLNK && defined S_IFREG
5964 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5965 #endif
5966
5967 #if defined S_ISSOCK && defined S_IFREG
5968 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5969 #endif
5970
5971 _ACEOF
5972 if ac_fn_c_try_compile "$LINENO"; then :
5973   ac_cv_header_stat_broken=no
5974 else
5975   ac_cv_header_stat_broken=yes
5976 fi
5977 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5978 fi
5979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5980 $as_echo "$ac_cv_header_stat_broken" >&6; }
5981 if test $ac_cv_header_stat_broken = yes; then
5982
5983 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5984
5985 fi
5986
5987
5988
5989 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5990 do :
5991   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5992 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5993      #ifdef HAVE_SYS_PARAM_H
5994      # include <sys/param.h>
5995      #endif
5996 "
5997 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5998   cat >>confdefs.h <<_ACEOF
5999 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6000 _ACEOF
6001
6002 fi
6003
6004 done
6005
6006
6007 for ac_header in \
6008         netinet/ip.h \
6009         net/if.h \
6010         net/if_arp.h \
6011         net/if_dl.h \
6012         net/if_types.h \
6013         net/route.h \
6014         netinet/if_ether.h \
6015         netinet/if_inarp.h \
6016         netinet/in_pcb.h \
6017         netinet/ip_icmp.h \
6018         netinet/ip_var.h \
6019         netinet/udp.h \
6020         netipx/ipx.h \
6021
6022 do :
6023   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6024 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6025      #ifdef HAVE_SYS_SOCKET_H
6026      # include <sys/socket.h>
6027      #endif
6028      #ifdef HAVE_SYS_SOCKETVAR_H
6029      # include <sys/socketvar.h>
6030      #endif
6031      #ifdef HAVE_NET_ROUTE_H
6032      # include <net/route.h>
6033      #endif
6034      #ifdef HAVE_NETINET_IN_H
6035      # include <netinet/in.h>
6036      #endif
6037      #ifdef HAVE_NETINET_IN_SYSTM_H
6038      # include <netinet/in_systm.h>
6039      #endif
6040      #ifdef HAVE_NET_IF_H
6041      # include <net/if.h>
6042      #endif
6043      #ifdef HAVE_NETINET_IP_H
6044      # include <netinet/ip.h>
6045      #endif
6046 "
6047 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6048   cat >>confdefs.h <<_ACEOF
6049 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6050 _ACEOF
6051
6052 fi
6053
6054 done
6055
6056
6057 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6058 do :
6059   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6060 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6061      #ifdef HAVE_ALIAS_H
6062      # include <alias.h>
6063      #endif
6064      #ifdef HAVE_SYS_SOCKET_H
6065      # include <sys/socket.h>
6066      #endif
6067      #ifdef HAVE_SYS_SOCKETVAR_H
6068      # include <sys/socketvar.h>
6069      #endif
6070      #ifdef HAVE_SYS_TIMEOUT_H
6071      # include <sys/timeout.h>
6072      #endif
6073      #ifdef HAVE_NETINET_IN_H
6074      # include <netinet/in.h>
6075      #endif
6076      #ifdef HAVE_NETINET_IN_SYSTM_H
6077      # include <netinet/in_systm.h>
6078      #endif
6079      #ifdef HAVE_NETINET_IP_H
6080      # include <netinet/ip.h>
6081      #endif
6082      #ifdef HAVE_NETINET_IP_VAR_H
6083      # include <netinet/ip_var.h>
6084      #endif
6085      #ifdef HAVE_NETINET_IP_ICMP_H
6086      # include <netinet/ip_icmp.h>
6087      #endif
6088      #ifdef HAVE_NETINET_UDP_H
6089      # include <netinet/udp.h>
6090      #endif
6091      #ifdef HAVE_NETINET_TCP_H
6092      # include <netinet/tcp.h>
6093      #endif
6094      #ifdef HAVE_NETINET_TCP_TIMER_H
6095      #include <netinet/tcp_timer.h>
6096      #endif
6097 "
6098 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6099   cat >>confdefs.h <<_ACEOF
6100 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6101 _ACEOF
6102
6103 fi
6104
6105 done
6106
6107
6108 for ac_header in linux/ipx.h linux/irda.h
6109 do :
6110   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6111 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6112      #ifdef HAVE_ASM_TYPES_H
6113      # include <asm/types.h>
6114      #endif
6115      #ifdef HAVE_SYS_SOCKET_H
6116      # include <sys/socket.h>
6117      #endif
6118      #ifdef HAVE_LINUX_TYPES_H
6119      # include <linux/types.h>
6120      #endif
6121 "
6122 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6123   cat >>confdefs.h <<_ACEOF
6124 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6125 _ACEOF
6126
6127 fi
6128
6129 done
6130
6131
6132 for ac_header in mach-o/dyld_images.h
6133 do :
6134   ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6135      # include <stdbool.h>
6136      #endif
6137      #ifdef HAVE_STDINT_H
6138      # include <stdint.h>
6139      #endif
6140 "
6141 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes; then :
6142   cat >>confdefs.h <<_ACEOF
6143 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6144 _ACEOF
6145
6146 fi
6147
6148 done
6149
6150
6151 for ac_header in resolv.h
6152 do :
6153   ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6154      #ifdef HAVE_SYS_SOCKET_H
6155      # include <sys/socket.h>
6156      #endif
6157      #ifdef HAVE_NETINET_IN_H
6158      # include <netinet/in.h>
6159      #endif
6160      #ifdef HAVE_ARPA_NAMESER_H
6161      # include <arpa/nameser.h>
6162      #endif
6163 "
6164 if test "x$ac_cv_header_resolv_h" = xyes; then :
6165   cat >>confdefs.h <<_ACEOF
6166 #define HAVE_RESOLV_H 1
6167 _ACEOF
6168
6169 fi
6170
6171 done
6172
6173
6174 for ac_header in ifaddrs.h
6175 do :
6176   ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
6177 "
6178 if test "x$ac_cv_header_ifaddrs_h" = xyes; then :
6179   cat >>confdefs.h <<_ACEOF
6180 #define HAVE_IFADDRS_H 1
6181 _ACEOF
6182
6183 fi
6184
6185 done
6186
6187
6188 for ac_header in ucontext.h
6189 do :
6190   ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6191 "
6192 if test "x$ac_cv_header_ucontext_h" = xyes; then :
6193   cat >>confdefs.h <<_ACEOF
6194 #define HAVE_UCONTEXT_H 1
6195 _ACEOF
6196
6197 fi
6198
6199 done
6200
6201
6202 for ac_header in sys/thr.h
6203 do :
6204   ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6205 #ifdef HAVE_UCONTEXT_H
6206 #include <ucontext.h>
6207 #endif
6208 "
6209 if test "x$ac_cv_header_sys_thr_h" = xyes; then :
6210   cat >>confdefs.h <<_ACEOF
6211 #define HAVE_SYS_THR_H 1
6212 _ACEOF
6213
6214 fi
6215
6216 done
6217
6218
6219 for ac_header in pthread_np.h
6220 do :
6221   ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6222 #include <pthread.h>
6223 #endif
6224 "
6225 if test "x$ac_cv_header_pthread_np_h" = xyes; then :
6226   cat >>confdefs.h <<_ACEOF
6227 #define HAVE_PTHREAD_NP_H 1
6228 _ACEOF
6229
6230 fi
6231
6232 done
6233
6234
6235 for ac_header in linux/videodev.h linux/videodev2.h
6236 do :
6237   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6238 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
6239 #include <sys/time.h>
6240 #endif
6241 #include <sys/types.h>
6242 #ifdef HAVE_ASM_TYPES_H
6243 #include <asm/types.h>
6244 #endif
6245 "
6246 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6247   cat >>confdefs.h <<_ACEOF
6248 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6249 _ACEOF
6250
6251 fi
6252
6253 done
6254
6255
6256 for ac_header in linux/capi.h
6257 do :
6258   ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6259 "
6260 if test "x$ac_cv_header_linux_capi_h" = xyes; then :
6261   cat >>confdefs.h <<_ACEOF
6262 #define HAVE_LINUX_CAPI_H 1
6263 _ACEOF
6264
6265 fi
6266
6267 done
6268
6269
6270
6271 DLLEXT=""
6272
6273 DLLFLAGS="-D_REENTRANT"
6274
6275 LDSHARED=""
6276
6277 LDDLLFLAGS=""
6278
6279 LIBEXT="so"
6280
6281 IMPLIBEXT="def"
6282
6283 LDRPATH_INSTALL=""
6284
6285 LDRPATH_LOCAL=""
6286
6287 STATIC_IMPLIBEXT="def.a"
6288 # Extract the first word of "ldd", so it can be a program name with args.
6289 set dummy ldd; ac_word=$2
6290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6291 $as_echo_n "checking for $ac_word... " >&6; }
6292 if ${ac_cv_path_LDD+:} false; then :
6293   $as_echo_n "(cached) " >&6
6294 else
6295   case $LDD in
6296   [\\/]* | ?:[\\/]*)
6297   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6298   ;;
6299   *)
6300   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6301 as_dummy="/sbin:/usr/sbin:$PATH"
6302 for as_dir in $as_dummy
6303 do
6304   IFS=$as_save_IFS
6305   test -z "$as_dir" && as_dir=.
6306     for ac_exec_ext in '' $ac_executable_extensions; do
6307   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6308     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6309     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6310     break 2
6311   fi
6312 done
6313   done
6314 IFS=$as_save_IFS
6315
6316   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6317   ;;
6318 esac
6319 fi
6320 LDD=$ac_cv_path_LDD
6321 if test -n "$LDD"; then
6322   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6323 $as_echo "$LDD" >&6; }
6324 else
6325   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6326 $as_echo "no" >&6; }
6327 fi
6328
6329
6330
6331 case $host_os in
6332   cygwin*|mingw32*)
6333     if test -n "$ac_tool_prefix"; then
6334   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6335 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6337 $as_echo_n "checking for $ac_word... " >&6; }
6338 if ${ac_cv_prog_DLLTOOL+:} false; then :
6339   $as_echo_n "(cached) " >&6
6340 else
6341   if test -n "$DLLTOOL"; then
6342   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6343 else
6344 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6345 for as_dir in $PATH
6346 do
6347   IFS=$as_save_IFS
6348   test -z "$as_dir" && as_dir=.
6349     for ac_exec_ext in '' $ac_executable_extensions; do
6350   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6351     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6352     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6353     break 2
6354   fi
6355 done
6356   done
6357 IFS=$as_save_IFS
6358
6359 fi
6360 fi
6361 DLLTOOL=$ac_cv_prog_DLLTOOL
6362 if test -n "$DLLTOOL"; then
6363   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6364 $as_echo "$DLLTOOL" >&6; }
6365 else
6366   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6367 $as_echo "no" >&6; }
6368 fi
6369
6370
6371 fi
6372 if test -z "$ac_cv_prog_DLLTOOL"; then
6373   ac_ct_DLLTOOL=$DLLTOOL
6374   # Extract the first word of "dlltool", so it can be a program name with args.
6375 set dummy dlltool; ac_word=$2
6376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6377 $as_echo_n "checking for $ac_word... " >&6; }
6378 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
6379   $as_echo_n "(cached) " >&6
6380 else
6381   if test -n "$ac_ct_DLLTOOL"; then
6382   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6383 else
6384 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6385 for as_dir in $PATH
6386 do
6387   IFS=$as_save_IFS
6388   test -z "$as_dir" && as_dir=.
6389     for ac_exec_ext in '' $ac_executable_extensions; do
6390   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6391     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6392     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6393     break 2
6394   fi
6395 done
6396   done
6397 IFS=$as_save_IFS
6398
6399 fi
6400 fi
6401 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6402 if test -n "$ac_ct_DLLTOOL"; then
6403   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6404 $as_echo "$ac_ct_DLLTOOL" >&6; }
6405 else
6406   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6407 $as_echo "no" >&6; }
6408 fi
6409
6410   if test "x$ac_ct_DLLTOOL" = x; then
6411     DLLTOOL="false"
6412   else
6413     case $cross_compiling:$ac_tool_warned in
6414 yes:)
6415 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6416 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6417 ac_tool_warned=yes ;;
6418 esac
6419     DLLTOOL=$ac_ct_DLLTOOL
6420   fi
6421 else
6422   DLLTOOL="$ac_cv_prog_DLLTOOL"
6423 fi
6424
6425     if test -n "$ac_tool_prefix"; then
6426   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6427 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6429 $as_echo_n "checking for $ac_word... " >&6; }
6430 if ${ac_cv_prog_DLLWRAP+:} false; then :
6431   $as_echo_n "(cached) " >&6
6432 else
6433   if test -n "$DLLWRAP"; then
6434   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6435 else
6436 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6437 for as_dir in $PATH
6438 do
6439   IFS=$as_save_IFS
6440   test -z "$as_dir" && as_dir=.
6441     for ac_exec_ext in '' $ac_executable_extensions; do
6442   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6443     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6444     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6445     break 2
6446   fi
6447 done
6448   done
6449 IFS=$as_save_IFS
6450
6451 fi
6452 fi
6453 DLLWRAP=$ac_cv_prog_DLLWRAP
6454 if test -n "$DLLWRAP"; then
6455   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6456 $as_echo "$DLLWRAP" >&6; }
6457 else
6458   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6459 $as_echo "no" >&6; }
6460 fi
6461
6462
6463 fi
6464 if test -z "$ac_cv_prog_DLLWRAP"; then
6465   ac_ct_DLLWRAP=$DLLWRAP
6466   # Extract the first word of "dllwrap", so it can be a program name with args.
6467 set dummy dllwrap; ac_word=$2
6468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6469 $as_echo_n "checking for $ac_word... " >&6; }
6470 if ${ac_cv_prog_ac_ct_DLLWRAP+:} false; then :
6471   $as_echo_n "(cached) " >&6
6472 else
6473   if test -n "$ac_ct_DLLWRAP"; then
6474   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6475 else
6476 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6477 for as_dir in $PATH
6478 do
6479   IFS=$as_save_IFS
6480   test -z "$as_dir" && as_dir=.
6481     for ac_exec_ext in '' $ac_executable_extensions; do
6482   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6483     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6484     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6485     break 2
6486   fi
6487 done
6488   done
6489 IFS=$as_save_IFS
6490
6491 fi
6492 fi
6493 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6494 if test -n "$ac_ct_DLLWRAP"; then
6495   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6496 $as_echo "$ac_ct_DLLWRAP" >&6; }
6497 else
6498   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6499 $as_echo "no" >&6; }
6500 fi
6501
6502   if test "x$ac_ct_DLLWRAP" = x; then
6503     DLLWRAP="false"
6504   else
6505     case $cross_compiling:$ac_tool_warned in
6506 yes:)
6507 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6508 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6509 ac_tool_warned=yes ;;
6510 esac
6511     DLLWRAP=$ac_ct_DLLWRAP
6512   fi
6513 else
6514   DLLWRAP="$ac_cv_prog_DLLWRAP"
6515 fi
6516
6517     if test "$DLLWRAP" = "false"; then
6518       LIBEXT="a"
6519     else
6520             LIBEXT="dll"
6521     fi
6522     IMPLIBEXT="a"
6523     STATIC_IMPLIBEXT="a"
6524         enable_iphlpapi=${enable_iphlpapi:-no}
6525     enable_kernel32=${enable_kernel32:-no}
6526     enable_msvcrt=${enable_msvcrt:-no}
6527     enable_ntdll=${enable_ntdll:-no}
6528     enable_ws2_32=${enable_ws2_32:-no}
6529     enable_loader=${enable_loader:-no}
6530     enable_server=${enable_server:-no}
6531         with_x=${with_x:-no}
6532     with_pthread=${with_pthread:-no}
6533     ;;
6534   darwin*|macosx*)
6535     DLLEXT=".so"
6536     LIBEXT="dylib"
6537     DLLFLAGS="$DLLFLAGS -fPIC"
6538     LDDLLFLAGS="-bundle -multiply_defined suppress"
6539     LIBWINE_LDFLAGS="-multiply_defined suppress"
6540     LDSHARED="\$(CC) -dynamiclib"
6541     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(top_builddir)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6542         COREFOUNDATIONLIB="-framework CoreFoundation"
6543
6544     IOKITLIB="-framework IOKit -framework CoreFoundation"
6545
6546     APPLICATIONSERVICESLIB="-framework ApplicationServices"
6547
6548     CORESERVICESLIB="-framework CoreServices"
6549
6550     case $host_os in
6551       darwin11*)
6552         LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-macosx_version_min,10.6,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6553  ;;
6554       *)
6555         LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6556  ;;
6557     esac
6558     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6559     then
6560                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6561
6562     fi
6563     if test "$ac_cv_header_Security_Security_h" = "yes"
6564     then
6565         SECURITYLIB="-framework Security -framework CoreFoundation"
6566
6567                 ac_save_LIBS="$LIBS"
6568         LIBS="$LIBS $SECURITYLIB"
6569         for ac_func in SSLCopyPeerCertificates
6570 do :
6571   ac_fn_c_check_func "$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
6572 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes; then :
6573   cat >>confdefs.h <<_ACEOF
6574 #define HAVE_SSLCOPYPEERCERTIFICATES 1
6575 _ACEOF
6576
6577 fi
6578 done
6579
6580         LIBS="$ac_save_LIBS"
6581         with_gnutls=${with_gnutls:-no}
6582     fi
6583     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6584     then
6585         if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
6586         then
6587             COREAUDIO="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
6588
6589         else
6590                         COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6591
6592         fi
6593                 ac_save_LIBS="$LIBS"
6594         LIBS="$LIBS $COREAUDIO"
6595         for ac_func in AUGraphAddNode
6596 do :
6597   ac_fn_c_check_func "$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
6598 if test "x$ac_cv_func_AUGraphAddNode" = xyes; then :
6599   cat >>confdefs.h <<_ACEOF
6600 #define HAVE_AUGRAPHADDNODE 1
6601 _ACEOF
6602
6603 fi
6604 done
6605
6606         LIBS="$ac_save_LIBS"
6607     fi
6608     if test "$ac_cv_header_OpenAL_al_h" = "yes"
6609     then
6610         FRAMEWORK_OPENAL="-framework OpenAL"
6611
6612
6613 cat >>confdefs.h <<_ACEOF
6614 #define HAVE_OPENAL 1
6615 _ACEOF
6616
6617         ac_cv_lib_openal=yes
6618     fi
6619     if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
6620     then
6621         LIBOPENCL="-framework OpenCL"
6622
6623         ac_cv_lib_OpenCL_clGetPlatformInfo=yes
6624     fi
6625     if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6626     then
6627         ac_save_LIBS="$LIBS"
6628         LIBS="$LIBS $IOKITLIB"
6629         for ac_func in IOHIDManagerCreate
6630 do :
6631   ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6632 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes; then :
6633   cat >>confdefs.h <<_ACEOF
6634 #define HAVE_IOHIDMANAGERCREATE 1
6635 _ACEOF
6636
6637 fi
6638 done
6639
6640         LIBS="$ac_save_LIBS"
6641     fi
6642     case $host_cpu in
6643       *powerpc*)
6644         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
6645     esac
6646     if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
6647     then
6648         QUICKTIMELIB="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
6649
6650         enable_wineqtdecoder=${enable_wineqtdecoder:-yes}
6651     else
6652         as_fn_append wine_notices "|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
6653     fi
6654         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6655     then
6656         CARBONLIB="-framework Carbon"
6657
6658         enable_winequartz_drv=${enable_winequartz_drv:-yes}
6659     fi
6660         if test "x$enable_win16" = "xyes"
6661     then
6662         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6663 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6664         if test "$cross_compiling" = yes; then :
6665   { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6666 $as_echo "cross-compiling, assuming yes" >&6; }
6667 else
6668   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6669 /* end confdefs.h.  */
6670 asm(".text\n"
6671                                             "bad:\tnop;nop\n"
6672                                             "good:\tnop;nop\n\t"
6673                                             ".globl _testfunc\n"
6674                                             "_testfunc:\tcallw good");
6675                                         extern void testfunc();
6676 int
6677 main ()
6678 {
6679 unsigned short *p = (unsigned short *)testfunc;
6680                                         return p[0] != 0xe866 || p[1] != 0xfffa
6681   ;
6682   return 0;
6683 }
6684 _ACEOF
6685 if ac_fn_c_try_run "$LINENO"; then :
6686   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6687 $as_echo "yes" >&6; }
6688 else
6689   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6690 $as_echo "no" >&6; }
6691                                        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
6692 fi
6693 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6694   conftest.$ac_objext conftest.beam conftest.$ac_ext
6695 fi
6696
6697     fi
6698     ;;
6699   *)
6700     DLLFLAGS="$DLLFLAGS -fPIC"
6701     DLLEXT=".so"
6702     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6703 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6704 if ${ac_cv_c_dll_gnuelf+:} false; then :
6705   $as_echo_n "(cached) " >&6
6706 else
6707   ac_wine_try_cflags_saved=$CFLAGS
6708 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6710 /* end confdefs.h.  */
6711 void myfunc() {}
6712 _ACEOF
6713 if ac_fn_c_try_link "$LINENO"; then :
6714   ac_cv_c_dll_gnuelf="yes"
6715 else
6716   ac_cv_c_dll_gnuelf="no"
6717 fi
6718 rm -f core conftest.err conftest.$ac_objext \
6719     conftest$ac_exeext conftest.$ac_ext
6720 CFLAGS=$ac_wine_try_cflags_saved
6721 fi
6722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6723 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6724     if test "$ac_cv_c_dll_gnuelf" = "yes"
6725     then
6726       LDSHARED="\$(CC) -shared"
6727       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6728       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6729 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6730 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false; then :
6731   $as_echo_n "(cached) " >&6
6732 else
6733   ac_wine_try_cflags_saved=$CFLAGS
6734 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6735 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6736 /* end confdefs.h.  */
6737 int main(int argc, char **argv) { return 0; }
6738 _ACEOF
6739 if ac_fn_c_try_link "$LINENO"; then :
6740   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6741 else
6742   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6743 fi
6744 rm -f core conftest.err conftest.$ac_objext \
6745     conftest$ac_exeext conftest.$ac_ext
6746 CFLAGS=$ac_wine_try_cflags_saved
6747 fi
6748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6749 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6750 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6751   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6752 else
6753   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6754 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6755 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false; then :
6756   $as_echo_n "(cached) " >&6
6757 else
6758   ac_wine_try_cflags_saved=$CFLAGS
6759 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6761 /* end confdefs.h.  */
6762 int main(int argc, char **argv) { return 0; }
6763 _ACEOF
6764 if ac_fn_c_try_link "$LINENO"; then :
6765   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6766 else
6767   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6768 fi
6769 rm -f core conftest.err conftest.$ac_objext \
6770     conftest$ac_exeext conftest.$ac_ext
6771 CFLAGS=$ac_wine_try_cflags_saved
6772 fi
6773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6774 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6775 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6776   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6777 fi
6778 fi
6779
6780       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6781 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6782 if ${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+:} false; then :
6783   $as_echo_n "(cached) " >&6
6784 else
6785   ac_wine_try_cflags_saved=$CFLAGS
6786 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
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   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6793 else
6794   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=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 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6801 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6802 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6803   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6804 fi
6805
6806       { $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
6807 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6808 if ${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+:} false; then :
6809   $as_echo_n "(cached) " >&6
6810 else
6811   ac_wine_try_cflags_saved=$CFLAGS
6812 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6813 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6814 /* end confdefs.h.  */
6815 int main(int argc, char **argv) { return 0; }
6816 _ACEOF
6817 if ac_fn_c_try_link "$LINENO"; then :
6818   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6819 else
6820   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6821 fi
6822 rm -f core conftest.err conftest.$ac_objext \
6823     conftest$ac_exeext conftest.$ac_ext
6824 CFLAGS=$ac_wine_try_cflags_saved
6825 fi
6826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6827 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6828 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6829   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6830 fi
6831
6832       echo '{ global: *; };' >conftest.map
6833       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6834 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6835 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false; then :
6836   $as_echo_n "(cached) " >&6
6837 else
6838   ac_wine_try_cflags_saved=$CFLAGS
6839 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6841 /* end confdefs.h.  */
6842 int main(int argc, char **argv) { return 0; }
6843 _ACEOF
6844 if ac_fn_c_try_link "$LINENO"; then :
6845   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6846 else
6847   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6848 fi
6849 rm -f core conftest.err conftest.$ac_objext \
6850     conftest$ac_exeext conftest.$ac_ext
6851 CFLAGS=$ac_wine_try_cflags_saved
6852 fi
6853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6854 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6855 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6856   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6857 fi
6858       rm -f conftest.map
6859
6860       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6861 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6862 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
6863   $as_echo_n "(cached) " >&6
6864 else
6865   ac_wine_try_cflags_saved=$CFLAGS
6866 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6867 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6868 /* end confdefs.h.  */
6869 int main(int argc, char **argv) { return 0; }
6870 _ACEOF
6871 if ac_fn_c_try_link "$LINENO"; then :
6872   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6873 else
6874   ac_cv_cflags__fPIC__Wl___export_dynamic=no
6875 fi
6876 rm -f core conftest.err conftest.$ac_objext \
6877     conftest$ac_exeext conftest.$ac_ext
6878 CFLAGS=$ac_wine_try_cflags_saved
6879 fi
6880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6881 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6882 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6883   LDEXECFLAGS="-Wl,--export-dynamic"
6884
6885 fi
6886
6887       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6889 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6890 if eval \${$as_ac_var+:} false; then :
6891   $as_echo_n "(cached) " >&6
6892 else
6893   ac_wine_try_cflags_saved=$CFLAGS
6894 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6896 /* end confdefs.h.  */
6897 int main(int argc, char **argv) { return 0; }
6898 _ACEOF
6899 if ac_fn_c_try_link "$LINENO"; then :
6900   eval "$as_ac_var=yes"
6901 else
6902   eval "$as_ac_var=no"
6903 fi
6904 rm -f core conftest.err conftest.$ac_objext \
6905     conftest$ac_exeext conftest.$ac_ext
6906 CFLAGS=$ac_wine_try_cflags_saved
6907 fi
6908 eval ac_res=\$$as_ac_var
6909                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6910 $as_echo "$ac_res" >&6; }
6911 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6912   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6913                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
6914 else
6915   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6917 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6918 if eval \${$as_ac_var+:} false; then :
6919   $as_echo_n "(cached) " >&6
6920 else
6921   ac_wine_try_cflags_saved=$CFLAGS
6922 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6923 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6924 /* end confdefs.h.  */
6925 int main(int argc, char **argv) { return 0; }
6926 _ACEOF
6927 if ac_fn_c_try_link "$LINENO"; then :
6928   eval "$as_ac_var=yes"
6929 else
6930   eval "$as_ac_var=no"
6931 fi
6932 rm -f core conftest.err conftest.$ac_objext \
6933     conftest$ac_exeext conftest.$ac_ext
6934 CFLAGS=$ac_wine_try_cflags_saved
6935 fi
6936 eval ac_res=\$$as_ac_var
6937                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6938 $as_echo "$ac_res" >&6; }
6939 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6940   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6941                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
6942 fi
6943 fi
6944
6945       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6946 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6947 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
6948   $as_echo_n "(cached) " >&6
6949 else
6950   ac_wine_try_cflags_saved=$CFLAGS
6951 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6952 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6953 /* end confdefs.h.  */
6954 int main(int argc, char **argv) { return 0; }
6955 _ACEOF
6956 if ac_fn_c_try_link "$LINENO"; then :
6957   ac_cv_cflags__Wl___enable_new_dtags=yes
6958 else
6959   ac_cv_cflags__Wl___enable_new_dtags=no
6960 fi
6961 rm -f core conftest.err conftest.$ac_objext \
6962     conftest$ac_exeext conftest.$ac_ext
6963 CFLAGS=$ac_wine_try_cflags_saved
6964 fi
6965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6966 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6967 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6968   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6969 fi
6970
6971       case $host_cpu in
6972         *i[3456789]86* | x86_64)
6973           { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6974 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6975 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false; then :
6976   $as_echo_n "(cached) " >&6
6977 else
6978   ac_wine_try_cflags_saved=$CFLAGS
6979 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6980 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6981 /* end confdefs.h.  */
6982 int main(int argc, char **argv) { return 0; }
6983 _ACEOF
6984 if ac_fn_c_try_link "$LINENO"; then :
6985   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6986 else
6987   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6988 fi
6989 rm -f core conftest.err conftest.$ac_objext \
6990     conftest$ac_exeext conftest.$ac_ext
6991 CFLAGS=$ac_wine_try_cflags_saved
6992 fi
6993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6994 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6995 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6996   case $host_os in
6997                            freebsd* | kfreebsd*-gnu) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
6998                            *) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
6999                            esac
7000
7001 fi
7002           # Extract the first word of "prelink", so it can be a program name with args.
7003 set dummy prelink; ac_word=$2
7004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7005 $as_echo_n "checking for $ac_word... " >&6; }
7006 if ${ac_cv_path_PRELINK+:} false; then :
7007   $as_echo_n "(cached) " >&6
7008 else
7009   case $PRELINK in
7010   [\\/]* | ?:[\\/]*)
7011   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
7012   ;;
7013   *)
7014   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7015 for as_dir in /sbin /usr/sbin $PATH
7016 do
7017   IFS=$as_save_IFS
7018   test -z "$as_dir" && as_dir=.
7019     for ac_exec_ext in '' $ac_executable_extensions; do
7020   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7021     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
7022     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7023     break 2
7024   fi
7025 done
7026   done
7027 IFS=$as_save_IFS
7028
7029   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
7030   ;;
7031 esac
7032 fi
7033 PRELINK=$ac_cv_path_PRELINK
7034 if test -n "$PRELINK"; then
7035   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
7036 $as_echo "$PRELINK" >&6; }
7037 else
7038   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7039 $as_echo "no" >&6; }
7040 fi
7041
7042
7043           if test "x$PRELINK" = xfalse
7044           then
7045               as_fn_append wine_warnings "|prelink not found, base address of core dlls won't be set correctly."
7046           fi
7047           ;;
7048       esac
7049
7050     else
7051       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
7052 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
7053 if ${ac_cv_c_dll_unixware+:} false; then :
7054   $as_echo_n "(cached) " >&6
7055 else
7056   ac_wine_try_cflags_saved=$CFLAGS
7057 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
7058 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7059 /* end confdefs.h.  */
7060 void myfunc() {}
7061 _ACEOF
7062 if ac_fn_c_try_link "$LINENO"; then :
7063   ac_cv_c_dll_unixware="yes"
7064 else
7065   ac_cv_c_dll_unixware="no"
7066 fi
7067 rm -f core conftest.err conftest.$ac_objext \
7068     conftest$ac_exeext conftest.$ac_ext
7069 CFLAGS=$ac_wine_try_cflags_saved
7070 fi
7071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
7072 $as_echo "$ac_cv_c_dll_unixware" >&6; }
7073       if test "$ac_cv_c_dll_unixware" = "yes"
7074       then
7075         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
7076         LDDLLFLAGS="-Wl,-G,-B,symbolic"
7077
7078       else
7079         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
7080 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
7081 if ${ac_cv_c_dll_hpux+:} false; then :
7082   $as_echo_n "(cached) " >&6
7083 else
7084   ac_wine_try_cflags_saved=$CFLAGS
7085 CFLAGS="$CFLAGS -shared"
7086 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7087 /* end confdefs.h.  */
7088 void myfunc() {}
7089 _ACEOF
7090 if ac_fn_c_try_link "$LINENO"; then :
7091   ac_cv_c_dll_hpux="yes"
7092 else
7093   ac_cv_c_dll_hpux="no"
7094 fi
7095 rm -f core conftest.err conftest.$ac_objext \
7096     conftest$ac_exeext conftest.$ac_ext
7097 CFLAGS=$ac_wine_try_cflags_saved
7098 fi
7099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
7100 $as_echo "$ac_cv_c_dll_hpux" >&6; }
7101         if test "$ac_cv_c_dll_hpux" = "yes"
7102         then
7103           LIBEXT="sl"
7104           DLLEXT=".sl"
7105           LDDLLFLAGS="-shared -fPIC"
7106           LDSHARED="\$(CC) -shared"
7107         fi
7108       fi
7109     fi
7110     ;;
7111 esac
7112
7113 enable_wineqtdecoder=${enable_wineqtdecoder:-no}
7114 enable_winequartz_drv=${enable_winequartz_drv:-no}
7115
7116 if test "$LIBEXT" = "a"; then
7117   as_fn_error $? "could not find a way to build shared libraries.
7118 It is currently not possible to build Wine without shared library
7119 (.so) support to allow transparent switch between .so and .dll files.
7120 If you are using Linux, you will need a newer binutils.
7121 " "$LINENO" 5
7122 fi
7123
7124 CROSSTEST_DISABLE=\#
7125
7126 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno -a "$LIBEXT" != "dll"
7127 then
7128     case "$host_cpu" in
7129   i[3456789]86*)
7130     ac_prefix_list="i686-w64-mingw32-gcc i586-w64-mingw32-gcc i486-w64-mingw32-gcc i386-w64-mingw32-gcc 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 " ;;
7131   x86_64)
7132     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 " ;;
7133   *)
7134     ac_prefix_list="" ;;
7135 esac
7136 for ac_prog in $ac_prefix_list
7137 do
7138   # Extract the first word of "$ac_prog", so it can be a program name with args.
7139 set dummy $ac_prog; ac_word=$2
7140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7141 $as_echo_n "checking for $ac_word... " >&6; }
7142 if ${ac_cv_prog_CROSSCC+:} false; then :
7143   $as_echo_n "(cached) " >&6
7144 else
7145   if test -n "$CROSSCC"; then
7146   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
7147 else
7148 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7149 for as_dir in $PATH
7150 do
7151   IFS=$as_save_IFS
7152   test -z "$as_dir" && as_dir=.
7153     for ac_exec_ext in '' $ac_executable_extensions; do
7154   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7155     ac_cv_prog_CROSSCC="$ac_prog"
7156     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7157     break 2
7158   fi
7159 done
7160   done
7161 IFS=$as_save_IFS
7162
7163 fi
7164 fi
7165 CROSSCC=$ac_cv_prog_CROSSCC
7166 if test -n "$CROSSCC"; then
7167   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
7168 $as_echo "$CROSSCC" >&6; }
7169 else
7170   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7171 $as_echo "no" >&6; }
7172 fi
7173
7174
7175   test -n "$CROSSCC" && break
7176 done
7177 test -n "$CROSSCC" || CROSSCC="false"
7178
7179     if test "$CROSSCC" != "false"
7180     then
7181         ac_save_CC="$CC"
7182         CC="$CROSSCC"
7183         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
7184 $as_echo_n "checking whether $CROSSCC works... " >&6; }
7185         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7186 /* end confdefs.h.  */
7187
7188 int
7189 main ()
7190 {
7191
7192   ;
7193   return 0;
7194 }
7195 _ACEOF
7196 if ac_fn_c_try_compile "$LINENO"; then :
7197   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7198 $as_echo "yes" >&6; }
7199                            set x $CROSSCC
7200                            shift
7201                            target=""
7202                            while test $# -ge 1
7203                            do
7204                                case "$1" in
7205                                  *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
7206                                esac
7207                                shift
7208                            done
7209                            if test -n "$target"
7210                            then
7211                                CROSSTEST_DISABLE=""
7212                                CROSSTARGET="$target"
7213
7214                            fi
7215 else
7216   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7217 $as_echo "no" >&6; }
7218 fi
7219 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7220         CC="$ac_save_CC"
7221     fi
7222 fi
7223
7224
7225 if test "$ac_cv_header_pthread_h" = "yes"
7226 then
7227     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
7228 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7229 if ${ac_cv_lib_pthread_pthread_create+:} false; then :
7230   $as_echo_n "(cached) " >&6
7231 else
7232   ac_check_lib_save_LIBS=$LIBS
7233 LIBS="-lpthread  $LIBS"
7234 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7235 /* end confdefs.h.  */
7236
7237 /* Override any GCC internal prototype to avoid an error.
7238    Use char because int might match the return type of a GCC
7239    builtin and then its argument prototype would still apply.  */
7240 #ifdef __cplusplus
7241 extern "C"
7242 #endif
7243 char pthread_create ();
7244 int
7245 main ()
7246 {
7247 return pthread_create ();
7248   ;
7249   return 0;
7250 }
7251 _ACEOF
7252 if ac_fn_c_try_link "$LINENO"; then :
7253   ac_cv_lib_pthread_pthread_create=yes
7254 else
7255   ac_cv_lib_pthread_pthread_create=no
7256 fi
7257 rm -f core conftest.err conftest.$ac_objext \
7258     conftest$ac_exeext conftest.$ac_ext
7259 LIBS=$ac_check_lib_save_LIBS
7260 fi
7261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7262 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7263 if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then :
7264   LIBPTHREAD="-lpthread"
7265
7266 fi
7267
7268 fi
7269 if test "x$LIBPTHREAD" = "x"; then :
7270   case "x$with_pthread" in
7271   xno) ;;
7272   *)   as_fn_error $? "pthread ${notice_platform}development files not found.
7273 Wine cannot support threads without libpthread.
7274 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7275 esac
7276 fi
7277
7278
7279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7280 $as_echo_n "checking for X... " >&6; }
7281
7282
7283 # Check whether --with-x was given.
7284 if test "${with_x+set}" = set; then :
7285   withval=$with_x;
7286 fi
7287
7288 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7289 if test "x$with_x" = xno; then
7290   # The user explicitly disabled X.
7291   have_x=disabled
7292 else
7293   case $x_includes,$x_libraries in #(
7294     *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
7295     *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
7296   $as_echo_n "(cached) " >&6
7297 else
7298   # One or both of the vars are not set, and there is no cached value.
7299 ac_x_includes=no ac_x_libraries=no
7300 rm -f -r conftest.dir
7301 if mkdir conftest.dir; then
7302   cd conftest.dir
7303   cat >Imakefile <<'_ACEOF'
7304 incroot:
7305         @echo incroot='${INCROOT}'
7306 usrlibdir:
7307         @echo usrlibdir='${USRLIBDIR}'
7308 libdir:
7309         @echo libdir='${LIBDIR}'
7310 _ACEOF
7311   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7312     # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
7313     for ac_var in incroot usrlibdir libdir; do
7314       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7315     done
7316     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7317     for ac_extension in a so sl dylib la dll; do
7318       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7319          test -f "$ac_im_libdir/libX11.$ac_extension"; then
7320         ac_im_usrlibdir=$ac_im_libdir; break
7321       fi
7322     done
7323     # Screen out bogus values from the imake configuration.  They are
7324     # bogus both because they are the default anyway, and because
7325     # using them would break gcc on systems where it needs fixed includes.
7326     case $ac_im_incroot in
7327         /usr/include) ac_x_includes= ;;
7328         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7329     esac
7330     case $ac_im_usrlibdir in
7331         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7332         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7333     esac
7334   fi
7335   cd ..
7336   rm -f -r conftest.dir
7337 fi
7338
7339 # Standard set of common directories for X headers.
7340 # Check X11 before X11Rn because it is often a symlink to the current release.
7341 ac_x_header_dirs='
7342 /usr/X11/include
7343 /usr/X11R7/include
7344 /usr/X11R6/include
7345 /usr/X11R5/include
7346 /usr/X11R4/include
7347
7348 /usr/include/X11
7349 /usr/include/X11R7
7350 /usr/include/X11R6
7351 /usr/include/X11R5
7352 /usr/include/X11R4
7353
7354 /usr/local/X11/include
7355 /usr/local/X11R7/include
7356 /usr/local/X11R6/include
7357 /usr/local/X11R5/include
7358 /usr/local/X11R4/include
7359
7360 /usr/local/include/X11
7361 /usr/local/include/X11R7
7362 /usr/local/include/X11R6
7363 /usr/local/include/X11R5
7364 /usr/local/include/X11R4
7365
7366 /usr/X386/include
7367 /usr/x386/include
7368 /usr/XFree86/include/X11
7369
7370 /usr/include
7371 /usr/local/include
7372 /usr/unsupported/include
7373 /usr/athena/include
7374 /usr/local/x11r5/include
7375 /usr/lpp/Xamples/include
7376
7377 /usr/openwin/include
7378 /usr/openwin/share/include'
7379
7380 if test "$ac_x_includes" = no; then
7381   # Guess where to find include files, by looking for Xlib.h.
7382   # First, try using that file with no special directory specified.
7383   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7384 /* end confdefs.h.  */
7385 #include <X11/Xlib.h>
7386 _ACEOF
7387 if ac_fn_c_try_cpp "$LINENO"; then :
7388   # We can compile using X headers with no special include directory.
7389 ac_x_includes=
7390 else
7391   for ac_dir in $ac_x_header_dirs; do
7392   if test -r "$ac_dir/X11/Xlib.h"; then
7393     ac_x_includes=$ac_dir
7394     break
7395   fi
7396 done
7397 fi
7398 rm -f conftest.err conftest.i conftest.$ac_ext
7399 fi # $ac_x_includes = no
7400
7401 if test "$ac_x_libraries" = no; then
7402   # Check for the libraries.
7403   # See if we find them without any special options.
7404   # Don't add to $LIBS permanently.
7405   ac_save_LIBS=$LIBS
7406   LIBS="-lX11 $LIBS"
7407   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7408 /* end confdefs.h.  */
7409 #include <X11/Xlib.h>
7410 int
7411 main ()
7412 {
7413 XrmInitialize ()
7414   ;
7415   return 0;
7416 }
7417 _ACEOF
7418 if ac_fn_c_try_link "$LINENO"; then :
7419   LIBS=$ac_save_LIBS
7420 # We can link X programs with no special library path.
7421 ac_x_libraries=
7422 else
7423   LIBS=$ac_save_LIBS
7424 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7425 do
7426   # Don't even attempt the hair of trying to link an X program!
7427   for ac_extension in a so sl dylib la dll; do
7428     if test -r "$ac_dir/libX11.$ac_extension"; then
7429       ac_x_libraries=$ac_dir
7430       break 2
7431     fi
7432   done
7433 done
7434 fi
7435 rm -f core conftest.err conftest.$ac_objext \
7436     conftest$ac_exeext conftest.$ac_ext
7437 fi # $ac_x_libraries = no
7438
7439 case $ac_x_includes,$ac_x_libraries in #(
7440   no,* | *,no | *\'*)
7441     # Didn't find X, or a directory has "'" in its name.
7442     ac_cv_have_x="have_x=no";; #(
7443   *)
7444     # Record where we found X for the cache.
7445     ac_cv_have_x="have_x=yes\
7446         ac_x_includes='$ac_x_includes'\
7447         ac_x_libraries='$ac_x_libraries'"
7448 esac
7449 fi
7450 ;; #(
7451     *) have_x=yes;;
7452   esac
7453   eval "$ac_cv_have_x"
7454 fi # $with_x != no
7455
7456 if test "$have_x" != yes; then
7457   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7458 $as_echo "$have_x" >&6; }
7459   no_x=yes
7460 else
7461   # If each of the values was on the command line, it overrides each guess.
7462   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7463   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7464   # Update the cache value to reflect the command line values.
7465   ac_cv_have_x="have_x=yes\
7466         ac_x_includes='$x_includes'\
7467         ac_x_libraries='$x_libraries'"
7468   { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7469 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7470 fi
7471
7472 if test "$no_x" = yes; then
7473   # Not all programs may use this symbol, but it does not hurt to define it.
7474
7475 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7476
7477   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7478 else
7479   if test -n "$x_includes"; then
7480     X_CFLAGS="$X_CFLAGS -I$x_includes"
7481   fi
7482
7483   # It would also be nice to do this for all -L options, not just this one.
7484   if test -n "$x_libraries"; then
7485     X_LIBS="$X_LIBS -L$x_libraries"
7486     # For Solaris; some versions of Sun CC require a space after -R and
7487     # others require no space.  Words are not sufficient . . . .
7488     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7489 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7490     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7491     ac_xsave_c_werror_flag=$ac_c_werror_flag
7492     ac_c_werror_flag=yes
7493     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7494 /* end confdefs.h.  */
7495
7496 int
7497 main ()
7498 {
7499
7500   ;
7501   return 0;
7502 }
7503 _ACEOF
7504 if ac_fn_c_try_link "$LINENO"; then :
7505   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7506 $as_echo "no" >&6; }
7507        X_LIBS="$X_LIBS -R$x_libraries"
7508 else
7509   LIBS="$ac_xsave_LIBS -R $x_libraries"
7510        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7511 /* end confdefs.h.  */
7512
7513 int
7514 main ()
7515 {
7516
7517   ;
7518   return 0;
7519 }
7520 _ACEOF
7521 if ac_fn_c_try_link "$LINENO"; then :
7522   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7523 $as_echo "yes" >&6; }
7524           X_LIBS="$X_LIBS -R $x_libraries"
7525 else
7526   { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7527 $as_echo "neither works" >&6; }
7528 fi
7529 rm -f core conftest.err conftest.$ac_objext \
7530     conftest$ac_exeext conftest.$ac_ext
7531 fi
7532 rm -f core conftest.err conftest.$ac_objext \
7533     conftest$ac_exeext conftest.$ac_ext
7534     ac_c_werror_flag=$ac_xsave_c_werror_flag
7535     LIBS=$ac_xsave_LIBS
7536   fi
7537
7538   # Check for system-dependent libraries X programs must link with.
7539   # Do this before checking for the system-independent R6 libraries
7540   # (-lICE), since we may need -lsocket or whatever for X linking.
7541
7542   if test "$ISC" = yes; then
7543     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7544   else
7545     # Martyn Johnson says this is needed for Ultrix, if the X
7546     # libraries were built with DECnet support.  And Karl Berry says
7547     # the Alpha needs dnet_stub (dnet does not exist).
7548     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7549     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7550 /* end confdefs.h.  */
7551
7552 /* Override any GCC internal prototype to avoid an error.
7553    Use char because int might match the return type of a GCC
7554    builtin and then its argument prototype would still apply.  */
7555 #ifdef __cplusplus
7556 extern "C"
7557 #endif
7558 char XOpenDisplay ();
7559 int
7560 main ()
7561 {
7562 return XOpenDisplay ();
7563   ;
7564   return 0;
7565 }
7566 _ACEOF
7567 if ac_fn_c_try_link "$LINENO"; then :
7568
7569 else
7570   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7571 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7572 if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
7573   $as_echo_n "(cached) " >&6
7574 else
7575   ac_check_lib_save_LIBS=$LIBS
7576 LIBS="-ldnet  $LIBS"
7577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7578 /* end confdefs.h.  */
7579
7580 /* Override any GCC internal prototype to avoid an error.
7581    Use char because int might match the return type of a GCC
7582    builtin and then its argument prototype would still apply.  */
7583 #ifdef __cplusplus
7584 extern "C"
7585 #endif
7586 char dnet_ntoa ();
7587 int
7588 main ()
7589 {
7590 return dnet_ntoa ();
7591   ;
7592   return 0;
7593 }
7594 _ACEOF
7595 if ac_fn_c_try_link "$LINENO"; then :
7596   ac_cv_lib_dnet_dnet_ntoa=yes
7597 else
7598   ac_cv_lib_dnet_dnet_ntoa=no
7599 fi
7600 rm -f core conftest.err conftest.$ac_objext \
7601     conftest$ac_exeext conftest.$ac_ext
7602 LIBS=$ac_check_lib_save_LIBS
7603 fi
7604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7605 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7606 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
7607   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7608 fi
7609
7610     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7611       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7612 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7613 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
7614   $as_echo_n "(cached) " >&6
7615 else
7616   ac_check_lib_save_LIBS=$LIBS
7617 LIBS="-ldnet_stub  $LIBS"
7618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7619 /* end confdefs.h.  */
7620
7621 /* Override any GCC internal prototype to avoid an error.
7622    Use char because int might match the return type of a GCC
7623    builtin and then its argument prototype would still apply.  */
7624 #ifdef __cplusplus
7625 extern "C"
7626 #endif
7627 char dnet_ntoa ();
7628 int
7629 main ()
7630 {
7631 return dnet_ntoa ();
7632   ;
7633   return 0;
7634 }
7635 _ACEOF
7636 if ac_fn_c_try_link "$LINENO"; then :
7637   ac_cv_lib_dnet_stub_dnet_ntoa=yes
7638 else
7639   ac_cv_lib_dnet_stub_dnet_ntoa=no
7640 fi
7641 rm -f core conftest.err conftest.$ac_objext \
7642     conftest$ac_exeext conftest.$ac_ext
7643 LIBS=$ac_check_lib_save_LIBS
7644 fi
7645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7646 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7647 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
7648   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7649 fi
7650
7651     fi
7652 fi
7653 rm -f core conftest.err conftest.$ac_objext \
7654     conftest$ac_exeext conftest.$ac_ext
7655     LIBS="$ac_xsave_LIBS"
7656
7657     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7658     # to get the SysV transport functions.
7659     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7660     # needs -lnsl.
7661     # The nsl library prevents programs from opening the X display
7662     # on Irix 5.2, according to T.E. Dickey.
7663     # The functions gethostbyname, getservbyname, and inet_addr are
7664     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7665     ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7666 if test "x$ac_cv_func_gethostbyname" = xyes; then :
7667
7668 fi
7669
7670     if test $ac_cv_func_gethostbyname = no; then
7671       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7672 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7673 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
7674   $as_echo_n "(cached) " >&6
7675 else
7676   ac_check_lib_save_LIBS=$LIBS
7677 LIBS="-lnsl  $LIBS"
7678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7679 /* end confdefs.h.  */
7680
7681 /* Override any GCC internal prototype to avoid an error.
7682    Use char because int might match the return type of a GCC
7683    builtin and then its argument prototype would still apply.  */
7684 #ifdef __cplusplus
7685 extern "C"
7686 #endif
7687 char gethostbyname ();
7688 int
7689 main ()
7690 {
7691 return gethostbyname ();
7692   ;
7693   return 0;
7694 }
7695 _ACEOF
7696 if ac_fn_c_try_link "$LINENO"; then :
7697   ac_cv_lib_nsl_gethostbyname=yes
7698 else
7699   ac_cv_lib_nsl_gethostbyname=no
7700 fi
7701 rm -f core conftest.err conftest.$ac_objext \
7702     conftest$ac_exeext conftest.$ac_ext
7703 LIBS=$ac_check_lib_save_LIBS
7704 fi
7705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7706 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7707 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
7708   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7709 fi
7710
7711       if test $ac_cv_lib_nsl_gethostbyname = no; then
7712         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7713 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7714 if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
7715   $as_echo_n "(cached) " >&6
7716 else
7717   ac_check_lib_save_LIBS=$LIBS
7718 LIBS="-lbsd  $LIBS"
7719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7720 /* end confdefs.h.  */
7721
7722 /* Override any GCC internal prototype to avoid an error.
7723    Use char because int might match the return type of a GCC
7724    builtin and then its argument prototype would still apply.  */
7725 #ifdef __cplusplus
7726 extern "C"
7727 #endif
7728 char gethostbyname ();
7729 int
7730 main ()
7731 {
7732 return gethostbyname ();
7733   ;
7734   return 0;
7735 }
7736 _ACEOF
7737 if ac_fn_c_try_link "$LINENO"; then :
7738   ac_cv_lib_bsd_gethostbyname=yes
7739 else
7740   ac_cv_lib_bsd_gethostbyname=no
7741 fi
7742 rm -f core conftest.err conftest.$ac_objext \
7743     conftest$ac_exeext conftest.$ac_ext
7744 LIBS=$ac_check_lib_save_LIBS
7745 fi
7746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7747 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7748 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
7749   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7750 fi
7751
7752       fi
7753     fi
7754
7755     # lieder@skyler.mavd.honeywell.com says without -lsocket,
7756     # socket/setsockopt and other routines are undefined under SCO ODT
7757     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
7758     # on later versions), says Simon Leinen: it contains gethostby*
7759     # variants that don't use the name server (or something).  -lsocket
7760     # must be given before -lnsl if both are needed.  We assume that
7761     # if connect needs -lnsl, so does gethostbyname.
7762     ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7763 if test "x$ac_cv_func_connect" = xyes; then :
7764
7765 fi
7766
7767     if test $ac_cv_func_connect = no; then
7768       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7769 $as_echo_n "checking for connect in -lsocket... " >&6; }
7770 if ${ac_cv_lib_socket_connect+:} false; then :
7771   $as_echo_n "(cached) " >&6
7772 else
7773   ac_check_lib_save_LIBS=$LIBS
7774 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7776 /* end confdefs.h.  */
7777
7778 /* Override any GCC internal prototype to avoid an error.
7779    Use char because int might match the return type of a GCC
7780    builtin and then its argument prototype would still apply.  */
7781 #ifdef __cplusplus
7782 extern "C"
7783 #endif
7784 char connect ();
7785 int
7786 main ()
7787 {
7788 return connect ();
7789   ;
7790   return 0;
7791 }
7792 _ACEOF
7793 if ac_fn_c_try_link "$LINENO"; then :
7794   ac_cv_lib_socket_connect=yes
7795 else
7796   ac_cv_lib_socket_connect=no
7797 fi
7798 rm -f core conftest.err conftest.$ac_objext \
7799     conftest$ac_exeext conftest.$ac_ext
7800 LIBS=$ac_check_lib_save_LIBS
7801 fi
7802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7803 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7804 if test "x$ac_cv_lib_socket_connect" = xyes; then :
7805   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7806 fi
7807
7808     fi
7809
7810     # Guillermo Gomez says -lposix is necessary on A/UX.
7811     ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7812 if test "x$ac_cv_func_remove" = xyes; then :
7813
7814 fi
7815
7816     if test $ac_cv_func_remove = no; then
7817       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7818 $as_echo_n "checking for remove in -lposix... " >&6; }
7819 if ${ac_cv_lib_posix_remove+:} false; then :
7820   $as_echo_n "(cached) " >&6
7821 else
7822   ac_check_lib_save_LIBS=$LIBS
7823 LIBS="-lposix  $LIBS"
7824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7825 /* end confdefs.h.  */
7826
7827 /* Override any GCC internal prototype to avoid an error.
7828    Use char because int might match the return type of a GCC
7829    builtin and then its argument prototype would still apply.  */
7830 #ifdef __cplusplus
7831 extern "C"
7832 #endif
7833 char remove ();
7834 int
7835 main ()
7836 {
7837 return remove ();
7838   ;
7839   return 0;
7840 }
7841 _ACEOF
7842 if ac_fn_c_try_link "$LINENO"; then :
7843   ac_cv_lib_posix_remove=yes
7844 else
7845   ac_cv_lib_posix_remove=no
7846 fi
7847 rm -f core conftest.err conftest.$ac_objext \
7848     conftest$ac_exeext conftest.$ac_ext
7849 LIBS=$ac_check_lib_save_LIBS
7850 fi
7851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7852 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7853 if test "x$ac_cv_lib_posix_remove" = xyes; then :
7854   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7855 fi
7856
7857     fi
7858
7859     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7860     ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7861 if test "x$ac_cv_func_shmat" = xyes; then :
7862
7863 fi
7864
7865     if test $ac_cv_func_shmat = no; then
7866       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7867 $as_echo_n "checking for shmat in -lipc... " >&6; }
7868 if ${ac_cv_lib_ipc_shmat+:} false; then :
7869   $as_echo_n "(cached) " >&6
7870 else
7871   ac_check_lib_save_LIBS=$LIBS
7872 LIBS="-lipc  $LIBS"
7873 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7874 /* end confdefs.h.  */
7875
7876 /* Override any GCC internal prototype to avoid an error.
7877    Use char because int might match the return type of a GCC
7878    builtin and then its argument prototype would still apply.  */
7879 #ifdef __cplusplus
7880 extern "C"
7881 #endif
7882 char shmat ();
7883 int
7884 main ()
7885 {
7886 return shmat ();
7887   ;
7888   return 0;
7889 }
7890 _ACEOF
7891 if ac_fn_c_try_link "$LINENO"; then :
7892   ac_cv_lib_ipc_shmat=yes
7893 else
7894   ac_cv_lib_ipc_shmat=no
7895 fi
7896 rm -f core conftest.err conftest.$ac_objext \
7897     conftest$ac_exeext conftest.$ac_ext
7898 LIBS=$ac_check_lib_save_LIBS
7899 fi
7900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7901 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7902 if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
7903   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7904 fi
7905
7906     fi
7907   fi
7908
7909   # Check for libraries that X11R6 Xt/Xaw programs need.
7910   ac_save_LDFLAGS=$LDFLAGS
7911   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7912   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7913   # check for ICE first), but we must link in the order -lSM -lICE or
7914   # we get undefined symbols.  So assume we have SM if we have ICE.
7915   # These have to be linked with before -lX11, unlike the other
7916   # libraries we check for below, so use a different variable.
7917   # John Interrante, Karl Berry
7918   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7919 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7920 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
7921   $as_echo_n "(cached) " >&6
7922 else
7923   ac_check_lib_save_LIBS=$LIBS
7924 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7925 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7926 /* end confdefs.h.  */
7927
7928 /* Override any GCC internal prototype to avoid an error.
7929    Use char because int might match the return type of a GCC
7930    builtin and then its argument prototype would still apply.  */
7931 #ifdef __cplusplus
7932 extern "C"
7933 #endif
7934 char IceConnectionNumber ();
7935 int
7936 main ()
7937 {
7938 return IceConnectionNumber ();
7939   ;
7940   return 0;
7941 }
7942 _ACEOF
7943 if ac_fn_c_try_link "$LINENO"; then :
7944   ac_cv_lib_ICE_IceConnectionNumber=yes
7945 else
7946   ac_cv_lib_ICE_IceConnectionNumber=no
7947 fi
7948 rm -f core conftest.err conftest.$ac_objext \
7949     conftest$ac_exeext conftest.$ac_ext
7950 LIBS=$ac_check_lib_save_LIBS
7951 fi
7952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7953 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7954 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
7955   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7956 fi
7957
7958   LDFLAGS=$ac_save_LDFLAGS
7959
7960 fi
7961
7962
7963 if test "$have_x" = "yes"
7964 then
7965     XLIB="-lX11"
7966     ac_save_CPPFLAGS="$CPPFLAGS"
7967     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7968
7969     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7970 $as_echo_n "checking for -lX11... " >&6; }
7971 if ${ac_cv_lib_soname_X11+:} false; then :
7972   $as_echo_n "(cached) " >&6
7973 else
7974   ac_check_soname_save_LIBS=$LIBS
7975 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7976   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7977 /* end confdefs.h.  */
7978
7979 /* Override any GCC internal prototype to avoid an error.
7980    Use char because int might match the return type of a GCC
7981    builtin and then its argument prototype would still apply.  */
7982 #ifdef __cplusplus
7983 extern "C"
7984 #endif
7985 char XCreateWindow ();
7986 int
7987 main ()
7988 {
7989 return XCreateWindow ();
7990   ;
7991   return 0;
7992 }
7993 _ACEOF
7994 if ac_fn_c_try_link "$LINENO"; then :
7995   case "$LIBEXT" in
7996     dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7997     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'` ;;
7998     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
7999   esac
8000 fi
8001 rm -f core conftest.err conftest.$ac_objext \
8002     conftest$ac_exeext conftest.$ac_ext
8003   LIBS=$ac_check_soname_save_LIBS
8004 fi
8005 if test "x$ac_cv_lib_soname_X11" = "x"; then :
8006   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8007 $as_echo "not found" >&6; }
8008
8009 else
8010   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
8011 $as_echo "$ac_cv_lib_soname_X11" >&6; }
8012
8013 cat >>confdefs.h <<_ACEOF
8014 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
8015 _ACEOF
8016
8017
8018 fi
8019     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
8020 $as_echo_n "checking for -lXext... " >&6; }
8021 if ${ac_cv_lib_soname_Xext+:} false; then :
8022   $as_echo_n "(cached) " >&6
8023 else
8024   ac_check_soname_save_LIBS=$LIBS
8025 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
8026   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8027 /* end confdefs.h.  */
8028
8029 /* Override any GCC internal prototype to avoid an error.
8030    Use char because int might match the return type of a GCC
8031    builtin and then its argument prototype would still apply.  */
8032 #ifdef __cplusplus
8033 extern "C"
8034 #endif
8035 char XextCreateExtension ();
8036 int
8037 main ()
8038 {
8039 return XextCreateExtension ();
8040   ;
8041   return 0;
8042 }
8043 _ACEOF
8044 if ac_fn_c_try_link "$LINENO"; then :
8045   case "$LIBEXT" in
8046     dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8047     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'` ;;
8048     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
8049   esac
8050 fi
8051 rm -f core conftest.err conftest.$ac_objext \
8052     conftest$ac_exeext conftest.$ac_ext
8053   LIBS=$ac_check_soname_save_LIBS
8054 fi
8055 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
8056   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8057 $as_echo "not found" >&6; }
8058
8059 else
8060   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
8061 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
8062
8063 cat >>confdefs.h <<_ACEOF
8064 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
8065 _ACEOF
8066
8067        XLIB="-lXext $XLIB"
8068 fi
8069
8070         for ac_header in X11/Xlib.h \
8071                       X11/XKBlib.h \
8072                       X11/Xutil.h \
8073                       X11/Xcursor/Xcursor.h \
8074                       X11/extensions/shape.h \
8075                       X11/extensions/XInput.h \
8076                       X11/extensions/XInput2.h \
8077                       X11/extensions/Xcomposite.h \
8078                       X11/extensions/Xinerama.h \
8079                       X11/extensions/Xrandr.h \
8080                       X11/extensions/Xrender.h \
8081                       X11/extensions/xf86vmode.h \
8082                       X11/extensions/xf86vmproto.h
8083 do :
8084   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8085 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
8086 # include <X11/Xlib.h>
8087 #endif
8088 #ifdef HAVE_X11_XUTIL_H
8089 # include <X11/Xutil.h>
8090 #endif
8091 "
8092 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
8093   cat >>confdefs.h <<_ACEOF
8094 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8095 _ACEOF
8096
8097 fi
8098
8099 done
8100
8101
8102                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
8103         then
8104               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
8105 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
8106 if ${ac_cv_lib_X11_XkbQueryExtension+:} false; then :
8107   $as_echo_n "(cached) " >&6
8108 else
8109   ac_check_lib_save_LIBS=$LIBS
8110 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8111 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8112 /* end confdefs.h.  */
8113
8114 /* Override any GCC internal prototype to avoid an error.
8115    Use char because int might match the return type of a GCC
8116    builtin and then its argument prototype would still apply.  */
8117 #ifdef __cplusplus
8118 extern "C"
8119 #endif
8120 char XkbQueryExtension ();
8121 int
8122 main ()
8123 {
8124 return XkbQueryExtension ();
8125   ;
8126   return 0;
8127 }
8128 _ACEOF
8129 if ac_fn_c_try_link "$LINENO"; then :
8130   ac_cv_lib_X11_XkbQueryExtension=yes
8131 else
8132   ac_cv_lib_X11_XkbQueryExtension=no
8133 fi
8134 rm -f core conftest.err conftest.$ac_objext \
8135     conftest$ac_exeext conftest.$ac_ext
8136 LIBS=$ac_check_lib_save_LIBS
8137 fi
8138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
8139 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
8140 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes; then :
8141
8142 $as_echo "#define HAVE_XKB 1" >>confdefs.h
8143
8144 fi
8145
8146         fi
8147
8148                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
8149         then
8150             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
8151 $as_echo_n "checking for -lXcursor... " >&6; }
8152 if ${ac_cv_lib_soname_Xcursor+:} false; then :
8153   $as_echo_n "(cached) " >&6
8154 else
8155   ac_check_soname_save_LIBS=$LIBS
8156 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8157   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8158 /* end confdefs.h.  */
8159
8160 /* Override any GCC internal prototype to avoid an error.
8161    Use char because int might match the return type of a GCC
8162    builtin and then its argument prototype would still apply.  */
8163 #ifdef __cplusplus
8164 extern "C"
8165 #endif
8166 char XcursorImageLoadCursor ();
8167 int
8168 main ()
8169 {
8170 return XcursorImageLoadCursor ();
8171   ;
8172   return 0;
8173 }
8174 _ACEOF
8175 if ac_fn_c_try_link "$LINENO"; then :
8176   case "$LIBEXT" in
8177     dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8178     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'` ;;
8179     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8180   esac
8181 fi
8182 rm -f core conftest.err conftest.$ac_objext \
8183     conftest$ac_exeext conftest.$ac_ext
8184   LIBS=$ac_check_soname_save_LIBS
8185 fi
8186 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8187   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8188 $as_echo "not found" >&6; }
8189
8190 else
8191   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
8192 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
8193
8194 cat >>confdefs.h <<_ACEOF
8195 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
8196 _ACEOF
8197
8198
8199 fi
8200         fi
8201         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8202   case "x$with_xcursor" in
8203   x)   as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
8204   xno) ;;
8205   *)   as_fn_error $? "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
8206 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
8207 esac
8208 fi
8209
8210                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
8211         then
8212             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
8213 $as_echo_n "checking for -lXi... " >&6; }
8214 if ${ac_cv_lib_soname_Xi+:} false; then :
8215   $as_echo_n "(cached) " >&6
8216 else
8217   ac_check_soname_save_LIBS=$LIBS
8218 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8219   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8220 /* end confdefs.h.  */
8221
8222 /* Override any GCC internal prototype to avoid an error.
8223    Use char because int might match the return type of a GCC
8224    builtin and then its argument prototype would still apply.  */
8225 #ifdef __cplusplus
8226 extern "C"
8227 #endif
8228 char XOpenDevice ();
8229 int
8230 main ()
8231 {
8232 return XOpenDevice ();
8233   ;
8234   return 0;
8235 }
8236 _ACEOF
8237 if ac_fn_c_try_link "$LINENO"; then :
8238   case "$LIBEXT" in
8239     dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8240     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'` ;;
8241     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8242   esac
8243 fi
8244 rm -f core conftest.err conftest.$ac_objext \
8245     conftest$ac_exeext conftest.$ac_ext
8246   LIBS=$ac_check_soname_save_LIBS
8247 fi
8248 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8249   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8250 $as_echo "not found" >&6; }
8251
8252 else
8253   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8254 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8255
8256 cat >>confdefs.h <<_ACEOF
8257 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8258 _ACEOF
8259
8260
8261 fi
8262         fi
8263         if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8264   case "x$with_xinput" in
8265   x)   as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8266   xno) ;;
8267   *)   as_fn_error $? "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8268 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8269 esac
8270 fi
8271
8272                 if test "x$ac_cv_lib_soname_Xi" != x
8273         then
8274             if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
8275   case "x$with_xinput2" in
8276   x)   as_fn_append wine_notices "|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
8277   xno) ;;
8278   *)   as_fn_error $? "XInput2 headers not found, the XInput 2 extension won't be supported.
8279 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
8280 esac
8281 fi
8282         fi
8283
8284                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8285         then
8286               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8287 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8288 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then :
8289   $as_echo_n "(cached) " >&6
8290 else
8291   ac_check_lib_save_LIBS=$LIBS
8292 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8293 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8294 /* end confdefs.h.  */
8295
8296 /* Override any GCC internal prototype to avoid an error.
8297    Use char because int might match the return type of a GCC
8298    builtin and then its argument prototype would still apply.  */
8299 #ifdef __cplusplus
8300 extern "C"
8301 #endif
8302 char XShapeQueryExtension ();
8303 int
8304 main ()
8305 {
8306 return XShapeQueryExtension ();
8307   ;
8308   return 0;
8309 }
8310 _ACEOF
8311 if ac_fn_c_try_link "$LINENO"; then :
8312   ac_cv_lib_Xext_XShapeQueryExtension=yes
8313 else
8314   ac_cv_lib_Xext_XShapeQueryExtension=no
8315 fi
8316 rm -f core conftest.err conftest.$ac_objext \
8317     conftest$ac_exeext conftest.$ac_ext
8318 LIBS=$ac_check_lib_save_LIBS
8319 fi
8320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8321 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8322 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then :
8323
8324 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8325
8326 fi
8327
8328         fi
8329         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8330   case "x$with_xshape" in
8331   x)   as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8332   xno) ;;
8333   *)   as_fn_error $? "XShape ${notice_platform}development files not found, XShape won't be supported.
8334 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8335 esac
8336 fi
8337
8338                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8339         then
8340             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8341 $as_echo_n "checking for -lXxf86vm... " >&6; }
8342 if ${ac_cv_lib_soname_Xxf86vm+:} false; then :
8343   $as_echo_n "(cached) " >&6
8344 else
8345   ac_check_soname_save_LIBS=$LIBS
8346 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8347   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8348 /* end confdefs.h.  */
8349
8350 /* Override any GCC internal prototype to avoid an error.
8351    Use char because int might match the return type of a GCC
8352    builtin and then its argument prototype would still apply.  */
8353 #ifdef __cplusplus
8354 extern "C"
8355 #endif
8356 char XF86VidModeQueryExtension ();
8357 int
8358 main ()
8359 {
8360 return XF86VidModeQueryExtension ();
8361   ;
8362   return 0;
8363 }
8364 _ACEOF
8365 if ac_fn_c_try_link "$LINENO"; then :
8366   case "$LIBEXT" in
8367     dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8368     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'` ;;
8369     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8370   esac
8371 fi
8372 rm -f core conftest.err conftest.$ac_objext \
8373     conftest$ac_exeext conftest.$ac_ext
8374   LIBS=$ac_check_soname_save_LIBS
8375 fi
8376 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8377   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8378 $as_echo "not found" >&6; }
8379
8380 else
8381   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8382 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8383
8384 cat >>confdefs.h <<_ACEOF
8385 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8386 _ACEOF
8387
8388
8389 fi
8390         fi
8391         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8392   case "x$with_xxf86vm" in
8393   x)   as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8394   xno) ;;
8395   *)   as_fn_error $? "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8396 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8397 esac
8398 fi
8399
8400                 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"
8401         then
8402             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8403 $as_echo_n "checking for -lXrender... " >&6; }
8404 if ${ac_cv_lib_soname_Xrender+:} false; then :
8405   $as_echo_n "(cached) " >&6
8406 else
8407   ac_check_soname_save_LIBS=$LIBS
8408 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8409   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8410 /* end confdefs.h.  */
8411
8412 /* Override any GCC internal prototype to avoid an error.
8413    Use char because int might match the return type of a GCC
8414    builtin and then its argument prototype would still apply.  */
8415 #ifdef __cplusplus
8416 extern "C"
8417 #endif
8418 char XRenderQueryExtension ();
8419 int
8420 main ()
8421 {
8422 return XRenderQueryExtension ();
8423   ;
8424   return 0;
8425 }
8426 _ACEOF
8427 if ac_fn_c_try_link "$LINENO"; then :
8428   case "$LIBEXT" in
8429     dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8430     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'` ;;
8431     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8432   esac
8433 fi
8434 rm -f core conftest.err conftest.$ac_objext \
8435     conftest$ac_exeext conftest.$ac_ext
8436   LIBS=$ac_check_soname_save_LIBS
8437 fi
8438 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8439   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8440 $as_echo "not found" >&6; }
8441
8442 else
8443   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8444 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8445
8446 cat >>confdefs.h <<_ACEOF
8447 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8448 _ACEOF
8449
8450        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8451 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8452 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false; then :
8453   $as_echo_n "(cached) " >&6
8454 else
8455   ac_check_lib_save_LIBS=$LIBS
8456 LIBS="-lXrender $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 XRenderSetPictureTransform ();
8467 int
8468 main ()
8469 {
8470 return XRenderSetPictureTransform ();
8471   ;
8472   return 0;
8473 }
8474 _ACEOF
8475 if ac_fn_c_try_link "$LINENO"; then :
8476   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8477 else
8478   ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8479 fi
8480 rm -f core conftest.err conftest.$ac_objext \
8481     conftest$ac_exeext conftest.$ac_ext
8482 LIBS=$ac_check_lib_save_LIBS
8483 fi
8484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8485 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8486 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes; then :
8487
8488 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8489
8490 fi
8491
8492                { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
8493 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
8494 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false; then :
8495   $as_echo_n "(cached) " >&6
8496 else
8497   ac_check_lib_save_LIBS=$LIBS
8498 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8499 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8500 /* end confdefs.h.  */
8501
8502 /* Override any GCC internal prototype to avoid an error.
8503    Use char because int might match the return type of a GCC
8504    builtin and then its argument prototype would still apply.  */
8505 #ifdef __cplusplus
8506 extern "C"
8507 #endif
8508 char XRenderCreateLinearGradient ();
8509 int
8510 main ()
8511 {
8512 return XRenderCreateLinearGradient ();
8513   ;
8514   return 0;
8515 }
8516 _ACEOF
8517 if ac_fn_c_try_link "$LINENO"; then :
8518   ac_cv_lib_Xrender_XRenderCreateLinearGradient=yes
8519 else
8520   ac_cv_lib_Xrender_XRenderCreateLinearGradient=no
8521 fi
8522 rm -f core conftest.err conftest.$ac_objext \
8523     conftest$ac_exeext conftest.$ac_ext
8524 LIBS=$ac_check_lib_save_LIBS
8525 fi
8526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
8527 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
8528 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes; then :
8529
8530 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
8531
8532 fi
8533
8534 fi
8535
8536         fi
8537         if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8538   case "x$with_xrender" in
8539   x)   as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8540   xno) ;;
8541   *)   as_fn_error $? "libxrender ${notice_platform}development files not found, XRender won't be supported.
8542 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8543 esac
8544 fi
8545
8546                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8547         then
8548                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8549 /* end confdefs.h.  */
8550 #include <X11/Xlib.h>
8551 #include <X11/extensions/Xrandr.h>
8552 int
8553 main ()
8554 {
8555 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
8556   ;
8557   return 0;
8558 }
8559 _ACEOF
8560 if ac_fn_c_try_compile "$LINENO"; then :
8561   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8562 $as_echo_n "checking for -lXrandr... " >&6; }
8563 if ${ac_cv_lib_soname_Xrandr+:} false; then :
8564   $as_echo_n "(cached) " >&6
8565 else
8566   ac_check_soname_save_LIBS=$LIBS
8567 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8568   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8569 /* end confdefs.h.  */
8570
8571 /* Override any GCC internal prototype to avoid an error.
8572    Use char because int might match the return type of a GCC
8573    builtin and then its argument prototype would still apply.  */
8574 #ifdef __cplusplus
8575 extern "C"
8576 #endif
8577 char XRRQueryExtension ();
8578 int
8579 main ()
8580 {
8581 return XRRQueryExtension ();
8582   ;
8583   return 0;
8584 }
8585 _ACEOF
8586 if ac_fn_c_try_link "$LINENO"; then :
8587   case "$LIBEXT" in
8588     dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8589     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'` ;;
8590     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
8591   esac
8592 fi
8593 rm -f core conftest.err conftest.$ac_objext \
8594     conftest$ac_exeext conftest.$ac_ext
8595   LIBS=$ac_check_soname_save_LIBS
8596 fi
8597 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8598   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8599 $as_echo "not found" >&6; }
8600
8601 else
8602   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8603 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8604
8605 cat >>confdefs.h <<_ACEOF
8606 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8607 _ACEOF
8608
8609
8610 fi
8611 fi
8612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8613         fi
8614         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8615   case "x$with_xrandr" in
8616   x)   as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8617   xno) ;;
8618   *)   as_fn_error $? "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8619 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8620 esac
8621 fi
8622
8623                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8624         then
8625                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8626 /* end confdefs.h.  */
8627 #include <X11/Xlib.h>
8628 #include <X11/extensions/Xinerama.h>
8629 int
8630 main ()
8631 {
8632 static typeof(XineramaQueryScreens) * func; if (func) return 0;
8633   ;
8634   return 0;
8635 }
8636 _ACEOF
8637 if ac_fn_c_try_compile "$LINENO"; then :
8638   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8639 $as_echo_n "checking for -lXinerama... " >&6; }
8640 if ${ac_cv_lib_soname_Xinerama+:} false; then :
8641   $as_echo_n "(cached) " >&6
8642 else
8643   ac_check_soname_save_LIBS=$LIBS
8644 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8645   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8646 /* end confdefs.h.  */
8647
8648 /* Override any GCC internal prototype to avoid an error.
8649    Use char because int might match the return type of a GCC
8650    builtin and then its argument prototype would still apply.  */
8651 #ifdef __cplusplus
8652 extern "C"
8653 #endif
8654 char XineramaQueryScreens ();
8655 int
8656 main ()
8657 {
8658 return XineramaQueryScreens ();
8659   ;
8660   return 0;
8661 }
8662 _ACEOF
8663 if ac_fn_c_try_link "$LINENO"; then :
8664   case "$LIBEXT" in
8665     dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8666     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'` ;;
8667     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
8668   esac
8669 fi
8670 rm -f core conftest.err conftest.$ac_objext \
8671     conftest$ac_exeext conftest.$ac_ext
8672   LIBS=$ac_check_soname_save_LIBS
8673 fi
8674 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8675   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8676 $as_echo "not found" >&6; }
8677
8678 else
8679   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8680 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8681
8682 cat >>confdefs.h <<_ACEOF
8683 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8684 _ACEOF
8685
8686
8687 fi
8688 fi
8689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8690         fi
8691         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8692   case "x$with_xinerama" in
8693   x)   as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8694   xno) ;;
8695   *)   as_fn_error $? "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8696 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8697 esac
8698 fi
8699
8700                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8701         then
8702             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8703 $as_echo_n "checking for -lXcomposite... " >&6; }
8704 if ${ac_cv_lib_soname_Xcomposite+:} false; then :
8705   $as_echo_n "(cached) " >&6
8706 else
8707   ac_check_soname_save_LIBS=$LIBS
8708 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8709   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8710 /* end confdefs.h.  */
8711
8712 /* Override any GCC internal prototype to avoid an error.
8713    Use char because int might match the return type of a GCC
8714    builtin and then its argument prototype would still apply.  */
8715 #ifdef __cplusplus
8716 extern "C"
8717 #endif
8718 char XCompositeRedirectWindow ();
8719 int
8720 main ()
8721 {
8722 return XCompositeRedirectWindow ();
8723   ;
8724   return 0;
8725 }
8726 _ACEOF
8727 if ac_fn_c_try_link "$LINENO"; then :
8728   case "$LIBEXT" in
8729     dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8730     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'` ;;
8731     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8732   esac
8733 fi
8734 rm -f core conftest.err conftest.$ac_objext \
8735     conftest$ac_exeext conftest.$ac_ext
8736   LIBS=$ac_check_soname_save_LIBS
8737 fi
8738 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8739   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8740 $as_echo "not found" >&6; }
8741
8742 else
8743   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8744 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8745
8746 cat >>confdefs.h <<_ACEOF
8747 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8748 _ACEOF
8749
8750
8751 fi
8752         fi
8753         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8754   case "x$with_xcomposite" in
8755   x)   as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8756   xno) ;;
8757   *)   as_fn_error $? "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8758 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8759 esac
8760 fi
8761
8762                 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8763 #include <X11/Xlib.h>
8764 #endif
8765 "
8766 if test "x$ac_cv_member_XICCallback_callback" = xyes; then :
8767
8768 cat >>confdefs.h <<_ACEOF
8769 #define HAVE_XICCALLBACK_CALLBACK 1
8770 _ACEOF
8771
8772
8773 fi
8774 ac_fn_c_check_member "$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
8775 #include <X11/Xlib.h>
8776 #endif
8777 "
8778 if test "x$ac_cv_member_XEvent_xcookie" = xyes; then :
8779
8780 cat >>confdefs.h <<_ACEOF
8781 #define HAVE_XEVENT_XCOOKIE 1
8782 _ACEOF
8783
8784
8785 fi
8786
8787
8788
8789         opengl_msg=""
8790     if test "x$with_opengl" != "xno"
8791     then
8792         for ac_header in GL/gl.h GL/glx.h GL/glu.h
8793 do :
8794   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8795 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8796 # include <GL/glx.h>
8797 #endif
8798 "
8799 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
8800   cat >>confdefs.h <<_ACEOF
8801 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8802 _ACEOF
8803
8804 fi
8805
8806 done
8807
8808         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8809         then
8810                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8811 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8812 if ${wine_cv_opengl_header_version_OK+:} false; then :
8813   $as_echo_n "(cached) " >&6
8814 else
8815   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8816 /* end confdefs.h.  */
8817 #include <GL/gl.h>
8818 int
8819 main ()
8820 {
8821 GLenum test = GL_UNSIGNED_SHORT_5_6_5;  return (test == GL_UNSIGNED_SHORT_5_6_5);
8822   ;
8823   return 0;
8824 }
8825 _ACEOF
8826 if ac_fn_c_try_compile "$LINENO"; then :
8827   wine_cv_opengl_header_version_OK="yes"
8828 else
8829   wine_cv_opengl_header_version_OK="no"
8830 fi
8831 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8832 fi
8833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8834 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8835
8836             if test "$wine_cv_opengl_header_version_OK" = "yes"
8837             then
8838                                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8839 $as_echo_n "checking for -lGL... " >&6; }
8840 if ${ac_cv_lib_soname_GL+:} false; then :
8841   $as_echo_n "(cached) " >&6
8842 else
8843   ac_check_soname_save_LIBS=$LIBS
8844 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8845   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8846 /* end confdefs.h.  */
8847
8848 /* Override any GCC internal prototype to avoid an error.
8849    Use char because int might match the return type of a GCC
8850    builtin and then its argument prototype would still apply.  */
8851 #ifdef __cplusplus
8852 extern "C"
8853 #endif
8854 char glXCreateContext ();
8855 int
8856 main ()
8857 {
8858 return glXCreateContext ();
8859   ;
8860   return 0;
8861 }
8862 _ACEOF
8863 if ac_fn_c_try_link "$LINENO"; then :
8864   case "$LIBEXT" in
8865     dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8866     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'` ;;
8867     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8868   esac
8869 fi
8870 rm -f core conftest.err conftest.$ac_objext \
8871     conftest$ac_exeext conftest.$ac_ext
8872   LIBS=$ac_check_soname_save_LIBS
8873 fi
8874 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8875   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8876 $as_echo "not found" >&6; }
8877        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8878 $as_echo_n "checking for -lGL... " >&6; }
8879 if ${ac_cv_lib_soname_GL+:} false; then :
8880   $as_echo_n "(cached) " >&6
8881 else
8882   ac_check_soname_save_LIBS=$LIBS
8883 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"
8884   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8885 /* end confdefs.h.  */
8886
8887 /* Override any GCC internal prototype to avoid an error.
8888    Use char because int might match the return type of a GCC
8889    builtin and then its argument prototype would still apply.  */
8890 #ifdef __cplusplus
8891 extern "C"
8892 #endif
8893 char glXCreateContext ();
8894 int
8895 main ()
8896 {
8897 return glXCreateContext ();
8898   ;
8899   return 0;
8900 }
8901 _ACEOF
8902 if ac_fn_c_try_link "$LINENO"; then :
8903   case "$LIBEXT" in
8904     dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8905     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'` ;;
8906     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8907   esac
8908 fi
8909 rm -f core conftest.err conftest.$ac_objext \
8910     conftest$ac_exeext conftest.$ac_ext
8911   LIBS=$ac_check_soname_save_LIBS
8912 fi
8913 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8914   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8915 $as_echo "not found" >&6; }
8916        if test -f /usr/X11R6/lib/libGL.a
8917                                     then
8918                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8919 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8920                                     else
8921                                         opengl_msg="No OpenGL library found on this system."
8922                                     fi
8923 else
8924   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8925 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8926
8927 cat >>confdefs.h <<_ACEOF
8928 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8929 _ACEOF
8930
8931        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"
8932
8933 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8934
8935 fi
8936 else
8937   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8938 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8939
8940 cat >>confdefs.h <<_ACEOF
8941 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8942 _ACEOF
8943
8944        OPENGL_LIBS="-lGL"
8945
8946 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8947
8948 fi
8949                  if test "$ac_cv_header_GL_glu_h" = "yes"
8950                  then
8951                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8952 $as_echo_n "checking for -lGLU... " >&6; }
8953 if ${ac_cv_lib_soname_GLU+:} false; then :
8954   $as_echo_n "(cached) " >&6
8955 else
8956   ac_check_soname_save_LIBS=$LIBS
8957 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8958   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8959 /* end confdefs.h.  */
8960
8961 /* Override any GCC internal prototype to avoid an error.
8962    Use char because int might match the return type of a GCC
8963    builtin and then its argument prototype would still apply.  */
8964 #ifdef __cplusplus
8965 extern "C"
8966 #endif
8967 char gluLookAt ();
8968 int
8969 main ()
8970 {
8971 return gluLookAt ();
8972   ;
8973   return 0;
8974 }
8975 _ACEOF
8976 if ac_fn_c_try_link "$LINENO"; then :
8977   case "$LIBEXT" in
8978     dll) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8979     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'` ;;
8980     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
8981   esac
8982 fi
8983 rm -f core conftest.err conftest.$ac_objext \
8984     conftest$ac_exeext conftest.$ac_ext
8985   LIBS=$ac_check_soname_save_LIBS
8986 fi
8987 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8988   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8989 $as_echo "not found" >&6; }
8990
8991 else
8992   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8993 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8994
8995 cat >>confdefs.h <<_ACEOF
8996 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8997 _ACEOF
8998
8999
9000 fi
9001                  fi
9002                  if test "x$ac_cv_lib_soname_GLU" = "x"; then :
9003   case "x$with_glu" in
9004   x)   as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
9005   xno) ;;
9006   *)   as_fn_error $? "libGLU ${notice_platform}development files not found, GLU won't be supported.
9007 This is an error since --with-glu was requested." "$LINENO" 5 ;;
9008 esac
9009 fi
9010              else
9011                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
9012              fi
9013          else
9014              opengl_msg="OpenGL development headers not found."
9015          fi
9016          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
9017          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
9018     else
9019          enable_opengl32=${enable_opengl32:-no}
9020          enable_glu32=${enable_glu32:-no}
9021     fi
9022     if test -n "$opengl_msg"; then :
9023   case "x$with_opengl" in
9024   x)   as_fn_append wine_warnings "|$opengl_msg
9025 OpenGL and Direct3D won't be supported." ;;
9026   xno) ;;
9027   *)   as_fn_error $? "$opengl_msg
9028 OpenGL and Direct3D won't be supported.
9029 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
9030 esac
9031 fi
9032
9033     CPPFLAGS="$ac_save_CPPFLAGS"
9034 else
9035     XLIB=""
9036     X_CFLAGS=""
9037     X_LIBS=""
9038     enable_winex11_drv=${enable_winex11_drv:-no}
9039     enable_opengl32=${enable_opengl32:-no}
9040     enable_glu32=${enable_glu32:-no}
9041 fi
9042 if test "x$XLIB" = "x"; then :
9043   case "x$with_x" in
9044   xno) ;;
9045   *)   as_fn_error $? "X ${notice_platform}development files not found. Wine will be built
9046 without X support, which probably isn't what you want. You will need
9047 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
9048 Use the --without-x option if you really want this." "$LINENO" 5 ;;
9049 esac
9050 fi
9051
9052 if test "$ac_cv_header_CL_cl_h" = "yes"
9053 then
9054     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
9055 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
9056 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false; then :
9057   $as_echo_n "(cached) " >&6
9058 else
9059   ac_check_lib_save_LIBS=$LIBS
9060 LIBS="-lOpenCL  $LIBS"
9061 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9062 /* end confdefs.h.  */
9063
9064 /* Override any GCC internal prototype to avoid an error.
9065    Use char because int might match the return type of a GCC
9066    builtin and then its argument prototype would still apply.  */
9067 #ifdef __cplusplus
9068 extern "C"
9069 #endif
9070 char clGetPlatformInfo ();
9071 int
9072 main ()
9073 {
9074 return clGetPlatformInfo ();
9075   ;
9076   return 0;
9077 }
9078 _ACEOF
9079 if ac_fn_c_try_link "$LINENO"; then :
9080   ac_cv_lib_OpenCL_clGetPlatformInfo=yes
9081 else
9082   ac_cv_lib_OpenCL_clGetPlatformInfo=no
9083 fi
9084 rm -f core conftest.err conftest.$ac_objext \
9085     conftest$ac_exeext conftest.$ac_ext
9086 LIBS=$ac_check_lib_save_LIBS
9087 fi
9088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
9089 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
9090 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes; then :
9091   LIBOPENCL="-lOpenCL"
9092
9093 fi
9094
9095 fi
9096 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes; then :
9097   case "x$with_opencl" in
9098   x)   as_fn_append wine_notices "|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
9099   xno) ;;
9100   *)   as_fn_error $? "OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
9101 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
9102 esac
9103 fi
9104 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes && enable_opencl=${enable_opencl:-no}
9105
9106
9107 XML2LIBS=""
9108
9109 XML2INCL=""
9110
9111 XSLTINCL=""
9112
9113 if test "x$with_xml" != "xno"
9114 then
9115     ac_save_CPPFLAGS="$CPPFLAGS"
9116     if test "$PKG_CONFIG" != "false"
9117     then
9118         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
9119         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
9120     else
9121         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
9122         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
9123     fi
9124     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
9125     for ac_header in libxml/parser.h libxml/xmlsave.h libxml/SAX2.h
9126 do :
9127   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9128 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9129 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9130   cat >>confdefs.h <<_ACEOF
9131 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9132 _ACEOF
9133
9134 fi
9135
9136 done
9137
9138     if test "$ac_cv_header_libxml_parser_h" = "yes" -a "$ac_cv_header_libxml_xmlsave_h" = "yes" -a "$ac_cv_header_libxml_SAX2_h" = "yes"
9139     then
9140         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
9141 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
9142 if ${ac_cv_lib_xml2_xmlParseMemory+:} false; then :
9143   $as_echo_n "(cached) " >&6
9144 else
9145   ac_check_lib_save_LIBS=$LIBS
9146 LIBS="-lxml2 $ac_xml_libs $LIBS"
9147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9148 /* end confdefs.h.  */
9149
9150 /* Override any GCC internal prototype to avoid an error.
9151    Use char because int might match the return type of a GCC
9152    builtin and then its argument prototype would still apply.  */
9153 #ifdef __cplusplus
9154 extern "C"
9155 #endif
9156 char xmlParseMemory ();
9157 int
9158 main ()
9159 {
9160 return xmlParseMemory ();
9161   ;
9162   return 0;
9163 }
9164 _ACEOF
9165 if ac_fn_c_try_link "$LINENO"; then :
9166   ac_cv_lib_xml2_xmlParseMemory=yes
9167 else
9168   ac_cv_lib_xml2_xmlParseMemory=no
9169 fi
9170 rm -f core conftest.err conftest.$ac_objext \
9171     conftest$ac_exeext conftest.$ac_ext
9172 LIBS=$ac_check_lib_save_LIBS
9173 fi
9174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
9175 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
9176 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes; then :
9177
9178 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
9179
9180              XML2LIBS="$ac_xml_libs"
9181              XML2INCL="$ac_xml_cflags"
9182 fi
9183
9184         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
9185 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
9186 if ${ac_cv_lib_xml2_xmlReadMemory+:} false; then :
9187   $as_echo_n "(cached) " >&6
9188 else
9189   ac_check_lib_save_LIBS=$LIBS
9190 LIBS="-lxml2 $ac_xml_libs $LIBS"
9191 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9192 /* end confdefs.h.  */
9193
9194 /* Override any GCC internal prototype to avoid an error.
9195    Use char because int might match the return type of a GCC
9196    builtin and then its argument prototype would still apply.  */
9197 #ifdef __cplusplus
9198 extern "C"
9199 #endif
9200 char xmlReadMemory ();
9201 int
9202 main ()
9203 {
9204 return xmlReadMemory ();
9205   ;
9206   return 0;
9207 }
9208 _ACEOF
9209 if ac_fn_c_try_link "$LINENO"; then :
9210   ac_cv_lib_xml2_xmlReadMemory=yes
9211 else
9212   ac_cv_lib_xml2_xmlReadMemory=no
9213 fi
9214 rm -f core conftest.err conftest.$ac_objext \
9215     conftest$ac_exeext conftest.$ac_ext
9216 LIBS=$ac_check_lib_save_LIBS
9217 fi
9218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9219 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9220 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes; then :
9221
9222 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9223
9224 fi
9225
9226         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9227 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9228 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false; then :
9229   $as_echo_n "(cached) " >&6
9230 else
9231   ac_check_lib_save_LIBS=$LIBS
9232 LIBS="-lxml2 $ac_xml_libs $LIBS"
9233 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9234 /* end confdefs.h.  */
9235
9236 /* Override any GCC internal prototype to avoid an error.
9237    Use char because int might match the return type of a GCC
9238    builtin and then its argument prototype would still apply.  */
9239 #ifdef __cplusplus
9240 extern "C"
9241 #endif
9242 char xmlNewDocPI ();
9243 int
9244 main ()
9245 {
9246 return xmlNewDocPI ();
9247   ;
9248   return 0;
9249 }
9250 _ACEOF
9251 if ac_fn_c_try_link "$LINENO"; then :
9252   ac_cv_lib_xml2_xmlNewDocPI=yes
9253 else
9254   ac_cv_lib_xml2_xmlNewDocPI=no
9255 fi
9256 rm -f core conftest.err conftest.$ac_objext \
9257     conftest$ac_exeext conftest.$ac_ext
9258 LIBS=$ac_check_lib_save_LIBS
9259 fi
9260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9261 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9262 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes; then :
9263
9264 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9265
9266 fi
9267
9268         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
9269 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
9270 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false; then :
9271   $as_echo_n "(cached) " >&6
9272 else
9273   ac_check_lib_save_LIBS=$LIBS
9274 LIBS="-lxml2 $ac_xml_libs $LIBS"
9275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9276 /* end confdefs.h.  */
9277
9278 /* Override any GCC internal prototype to avoid an error.
9279    Use char because int might match the return type of a GCC
9280    builtin and then its argument prototype would still apply.  */
9281 #ifdef __cplusplus
9282 extern "C"
9283 #endif
9284 char xmlSchemaSetParserStructuredErrors ();
9285 int
9286 main ()
9287 {
9288 return xmlSchemaSetParserStructuredErrors ();
9289   ;
9290   return 0;
9291 }
9292 _ACEOF
9293 if ac_fn_c_try_link "$LINENO"; then :
9294   ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=yes
9295 else
9296   ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=no
9297 fi
9298 rm -f core conftest.err conftest.$ac_objext \
9299     conftest$ac_exeext conftest.$ac_ext
9300 LIBS=$ac_check_lib_save_LIBS
9301 fi
9302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
9303 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
9304 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes; then :
9305
9306 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
9307
9308 fi
9309
9310         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
9311 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
9312 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false; then :
9313   $as_echo_n "(cached) " >&6
9314 else
9315   ac_check_lib_save_LIBS=$LIBS
9316 LIBS="-lxml2 $ac_xml_libs $LIBS"
9317 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9318 /* end confdefs.h.  */
9319
9320 /* Override any GCC internal prototype to avoid an error.
9321    Use char because int might match the return type of a GCC
9322    builtin and then its argument prototype would still apply.  */
9323 #ifdef __cplusplus
9324 extern "C"
9325 #endif
9326 char xmlSchemaSetValidStructuredErrors ();
9327 int
9328 main ()
9329 {
9330 return xmlSchemaSetValidStructuredErrors ();
9331   ;
9332   return 0;
9333 }
9334 _ACEOF
9335 if ac_fn_c_try_link "$LINENO"; then :
9336   ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=yes
9337 else
9338   ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=no
9339 fi
9340 rm -f core conftest.err conftest.$ac_objext \
9341     conftest$ac_exeext conftest.$ac_ext
9342 LIBS=$ac_check_lib_save_LIBS
9343 fi
9344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
9345 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
9346 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes; then :
9347
9348 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
9349
9350 fi
9351
9352         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
9353 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
9354 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false; then :
9355   $as_echo_n "(cached) " >&6
9356 else
9357   ac_check_lib_save_LIBS=$LIBS
9358 LIBS="-lxml2 $ac_xml_libs $LIBS"
9359 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9360 /* end confdefs.h.  */
9361
9362 /* Override any GCC internal prototype to avoid an error.
9363    Use char because int might match the return type of a GCC
9364    builtin and then its argument prototype would still apply.  */
9365 #ifdef __cplusplus
9366 extern "C"
9367 #endif
9368 char xmlFirstElementChild ();
9369 int
9370 main ()
9371 {
9372 return xmlFirstElementChild ();
9373   ;
9374   return 0;
9375 }
9376 _ACEOF
9377 if ac_fn_c_try_link "$LINENO"; then :
9378   ac_cv_lib_xml2_xmlFirstElementChild=yes
9379 else
9380   ac_cv_lib_xml2_xmlFirstElementChild=no
9381 fi
9382 rm -f core conftest.err conftest.$ac_objext \
9383     conftest$ac_exeext conftest.$ac_ext
9384 LIBS=$ac_check_lib_save_LIBS
9385 fi
9386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
9387 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
9388 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes; then :
9389
9390 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
9391
9392 fi
9393
9394         ac_fn_c_check_type "$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
9395 "
9396 if test "x$ac_cv_type_xmlDocProperties" = xyes; then :
9397
9398 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
9399
9400 fi
9401
9402     fi
9403     CPPFLAGS="$ac_save_CPPFLAGS"
9404 fi
9405 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9406   case "x$with_xml" in
9407   x)   as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
9408   xno) ;;
9409   *)   as_fn_error $? "libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
9410 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9411 esac
9412 fi
9413
9414 if test "x$with_xslt" != "xno"
9415 then
9416     if test "$PKG_CONFIG" != "false"
9417     then
9418         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9419         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9420     else
9421         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9422         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9423     fi
9424     ac_save_CPPFLAGS="$CPPFLAGS"
9425     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9426     for ac_header in libxslt/pattern.h libxslt/transform.h
9427 do :
9428   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9429 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9430 # include <libxslt/pattern.h>
9431 #endif
9432 "
9433 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9434   cat >>confdefs.h <<_ACEOF
9435 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9436 _ACEOF
9437
9438 fi
9439
9440 done
9441
9442     CPPFLAGS="$ac_save_CPPFLAGS"
9443     if test "$ac_cv_header_libxslt_transform_h" = "yes"
9444     then
9445         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9446 $as_echo_n "checking for -lxslt... " >&6; }
9447 if ${ac_cv_lib_soname_xslt+:} false; then :
9448   $as_echo_n "(cached) " >&6
9449 else
9450   ac_check_soname_save_LIBS=$LIBS
9451 LIBS="-lxslt $ac_xslt_libs $LIBS"
9452   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9453 /* end confdefs.h.  */
9454
9455 /* Override any GCC internal prototype to avoid an error.
9456    Use char because int might match the return type of a GCC
9457    builtin and then its argument prototype would still apply.  */
9458 #ifdef __cplusplus
9459 extern "C"
9460 #endif
9461 char xsltCompilePattern ();
9462 int
9463 main ()
9464 {
9465 return xsltCompilePattern ();
9466   ;
9467   return 0;
9468 }
9469 _ACEOF
9470 if ac_fn_c_try_link "$LINENO"; then :
9471   case "$LIBEXT" in
9472     dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9473     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'` ;;
9474     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9475   esac
9476 fi
9477 rm -f core conftest.err conftest.$ac_objext \
9478     conftest$ac_exeext conftest.$ac_ext
9479   LIBS=$ac_check_soname_save_LIBS
9480 fi
9481 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9482   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9483 $as_echo "not found" >&6; }
9484
9485 else
9486   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9487 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9488
9489 cat >>confdefs.h <<_ACEOF
9490 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9491 _ACEOF
9492
9493        XSLTINCL="$ac_xslt_cflags"
9494 fi
9495     fi
9496 fi
9497 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9498   case "x$with_xslt" in
9499   x)   as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9500   xno) ;;
9501   *)   as_fn_error $? "libxslt ${notice_platform}development files not found, xslt won't be supported.
9502 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9503 esac
9504 fi
9505
9506 if test "x$with_dbus" != "xno"
9507 then
9508     ac_save_CPPFLAGS="$CPPFLAGS"
9509     if test "$PKG_CONFIG" != "false"
9510     then
9511         ac_dbus_libs="`$PKG_CONFIG --libs dbus-1 2>/dev/null`"
9512         ac_dbus_cflags="`$PKG_CONFIG --cflags dbus-1 2>/dev/null`"
9513         CPPFLAGS="$CPPFLAGS $ac_dbus_cflags"
9514     fi
9515     ac_fn_c_check_header_mongrel "$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
9516 if test "x$ac_cv_header_dbus_dbus_h" = xyes; then :
9517   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
9518 $as_echo_n "checking for -ldbus-1... " >&6; }
9519 if ${ac_cv_lib_soname_dbus_1+:} false; then :
9520   $as_echo_n "(cached) " >&6
9521 else
9522   ac_check_soname_save_LIBS=$LIBS
9523 LIBS="-ldbus-1 $ac_dbus_libs $LIBS"
9524   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9525 /* end confdefs.h.  */
9526
9527 /* Override any GCC internal prototype to avoid an error.
9528    Use char because int might match the return type of a GCC
9529    builtin and then its argument prototype would still apply.  */
9530 #ifdef __cplusplus
9531 extern "C"
9532 #endif
9533 char dbus_connection_close ();
9534 int
9535 main ()
9536 {
9537 return dbus_connection_close ();
9538   ;
9539   return 0;
9540 }
9541 _ACEOF
9542 if ac_fn_c_try_link "$LINENO"; then :
9543   case "$LIBEXT" in
9544     dll) ac_cv_lib_soname_dbus_1=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9545     dylib) ac_cv_lib_soname_dbus_1=`otool -L conftest$ac_exeext | grep "libdbus-1\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libdbus-1\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9546     *) ac_cv_lib_soname_dbus_1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9547   esac
9548 fi
9549 rm -f core conftest.err conftest.$ac_objext \
9550     conftest$ac_exeext conftest.$ac_ext
9551   LIBS=$ac_check_soname_save_LIBS
9552 fi
9553 if test "x$ac_cv_lib_soname_dbus_1" = "x"; then :
9554   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9555 $as_echo "not found" >&6; }
9556
9557 else
9558   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
9559 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
9560
9561 cat >>confdefs.h <<_ACEOF
9562 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
9563 _ACEOF
9564
9565        DBUSINCL="$ac_dbus_cflags"
9566
9567 fi
9568 fi
9569
9570
9571     CPPFLAGS="$ac_save_CPPFLAGS"
9572 fi
9573 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
9574                             "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
9575   case "x$with_dbus" in
9576   x)   as_fn_append wine_notices "|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9577   xno) ;;
9578   *)   as_fn_error $? "libdbus ${notice_platform}development files not found, no dynamic device support.
9579 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
9580 esac
9581 fi
9582
9583 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
9584 then
9585     ac_save_CPPFLAGS="$CPPFLAGS"
9586     if test "$PKG_CONFIG" != "false"
9587     then
9588         ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9589         ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9590         CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9591     fi
9592     ac_fn_c_check_header_mongrel "$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
9593 if test "x$ac_cv_header_hal_libhal_h" = xyes; then :
9594   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9595 $as_echo_n "checking for -lhal... " >&6; }
9596 if ${ac_cv_lib_soname_hal+:} false; then :
9597   $as_echo_n "(cached) " >&6
9598 else
9599   ac_check_soname_save_LIBS=$LIBS
9600 LIBS="-lhal $ac_hal_libs $LIBS"
9601   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9602 /* end confdefs.h.  */
9603
9604 /* Override any GCC internal prototype to avoid an error.
9605    Use char because int might match the return type of a GCC
9606    builtin and then its argument prototype would still apply.  */
9607 #ifdef __cplusplus
9608 extern "C"
9609 #endif
9610 char libhal_ctx_new ();
9611 int
9612 main ()
9613 {
9614 return libhal_ctx_new ();
9615   ;
9616   return 0;
9617 }
9618 _ACEOF
9619 if ac_fn_c_try_link "$LINENO"; then :
9620   case "$LIBEXT" in
9621     dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9622     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'` ;;
9623     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
9624   esac
9625 fi
9626 rm -f core conftest.err conftest.$ac_objext \
9627     conftest$ac_exeext conftest.$ac_ext
9628   LIBS=$ac_check_soname_save_LIBS
9629 fi
9630 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9631   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9632 $as_echo "not found" >&6; }
9633
9634 else
9635   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9636 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9637
9638 cat >>confdefs.h <<_ACEOF
9639 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9640 _ACEOF
9641
9642        HALINCL="$ac_hal_cflags"
9643
9644 fi
9645 fi
9646
9647
9648     CPPFLAGS="$ac_save_CPPFLAGS"
9649     if test "x$ac_cv_lib_soname_hal" = "x" -a \
9650                                "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
9651   case "x$with_hal" in
9652   x)   as_fn_append wine_notices "|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
9653   xno) ;;
9654   *)   as_fn_error $? "libhal ${notice_platform}development files not found, no legacy dynamic device support.
9655 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9656 esac
9657 fi
9658 fi
9659
9660 if test "x$with_gnutls" != "xno"
9661 then
9662     ac_save_CPPFLAGS="$CPPFLAGS"
9663     if test "$PKG_CONFIG" != "false"
9664     then
9665         ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9666         ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9667         CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9668     fi
9669     ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9670 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes; then :
9671   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9672 /* end confdefs.h.  */
9673 #include <gnutls/gnutls.h>
9674 int
9675 main ()
9676 {
9677 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
9678   ;
9679   return 0;
9680 }
9681 _ACEOF
9682 if ac_fn_c_try_compile "$LINENO"; then :
9683   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9684 $as_echo_n "checking for -lgnutls... " >&6; }
9685 if ${ac_cv_lib_soname_gnutls+:} false; then :
9686   $as_echo_n "(cached) " >&6
9687 else
9688   ac_check_soname_save_LIBS=$LIBS
9689 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9690   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9691 /* end confdefs.h.  */
9692
9693 /* Override any GCC internal prototype to avoid an error.
9694    Use char because int might match the return type of a GCC
9695    builtin and then its argument prototype would still apply.  */
9696 #ifdef __cplusplus
9697 extern "C"
9698 #endif
9699 char gnutls_global_init ();
9700 int
9701 main ()
9702 {
9703 return gnutls_global_init ();
9704   ;
9705   return 0;
9706 }
9707 _ACEOF
9708 if ac_fn_c_try_link "$LINENO"; then :
9709   case "$LIBEXT" in
9710     dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9711     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'` ;;
9712     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9713   esac
9714 fi
9715 rm -f core conftest.err conftest.$ac_objext \
9716     conftest$ac_exeext conftest.$ac_ext
9717   LIBS=$ac_check_soname_save_LIBS
9718 fi
9719 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9720   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9721 $as_echo "not found" >&6; }
9722
9723 else
9724   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9725 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9726
9727 cat >>confdefs.h <<_ACEOF
9728 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9729 _ACEOF
9730
9731        GNUTLSINCL="$ac_gnutls_cflags"
9732
9733 fi
9734 fi
9735 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9736 fi
9737
9738
9739     CPPFLAGS="$ac_save_CPPFLAGS"
9740 fi
9741 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9742   case "x$with_gnutls" in
9743   x)   as_fn_append wine_notices "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9744   xno) ;;
9745   *)   as_fn_error $? "libgnutls ${notice_platform}development files not found, no schannel support.
9746 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9747 esac
9748 fi
9749
9750 CURSESLIBS=""
9751 if test "$ac_cv_header_ncurses_h" = "yes"
9752 then
9753     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9754 $as_echo_n "checking for -lncurses... " >&6; }
9755 if ${ac_cv_lib_soname_ncurses+:} false; then :
9756   $as_echo_n "(cached) " >&6
9757 else
9758   ac_check_soname_save_LIBS=$LIBS
9759 LIBS="-lncurses  $LIBS"
9760   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9761 /* end confdefs.h.  */
9762
9763 /* Override any GCC internal prototype to avoid an error.
9764    Use char because int might match the return type of a GCC
9765    builtin and then its argument prototype would still apply.  */
9766 #ifdef __cplusplus
9767 extern "C"
9768 #endif
9769 char waddch ();
9770 int
9771 main ()
9772 {
9773 return waddch ();
9774   ;
9775   return 0;
9776 }
9777 _ACEOF
9778 if ac_fn_c_try_link "$LINENO"; then :
9779   case "$LIBEXT" in
9780     dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9781     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'` ;;
9782     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
9783   esac
9784 fi
9785 rm -f core conftest.err conftest.$ac_objext \
9786     conftest$ac_exeext conftest.$ac_ext
9787   LIBS=$ac_check_soname_save_LIBS
9788 fi
9789 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9790   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9791 $as_echo "not found" >&6; }
9792
9793 else
9794   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9795 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9796
9797 cat >>confdefs.h <<_ACEOF
9798 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9799 _ACEOF
9800
9801        CURSESLIBS="-lncurses"
9802 fi
9803 elif test "$ac_cv_header_curses_h" = "yes"
9804 then
9805     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9806 $as_echo_n "checking for -lcurses... " >&6; }
9807 if ${ac_cv_lib_soname_curses+:} false; then :
9808   $as_echo_n "(cached) " >&6
9809 else
9810   ac_check_soname_save_LIBS=$LIBS
9811 LIBS="-lcurses  $LIBS"
9812   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9813 /* end confdefs.h.  */
9814
9815 /* Override any GCC internal prototype to avoid an error.
9816    Use char because int might match the return type of a GCC
9817    builtin and then its argument prototype would still apply.  */
9818 #ifdef __cplusplus
9819 extern "C"
9820 #endif
9821 char waddch ();
9822 int
9823 main ()
9824 {
9825 return waddch ();
9826   ;
9827   return 0;
9828 }
9829 _ACEOF
9830 if ac_fn_c_try_link "$LINENO"; then :
9831   case "$LIBEXT" in
9832     dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9833     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'` ;;
9834     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9835   esac
9836 fi
9837 rm -f core conftest.err conftest.$ac_objext \
9838     conftest$ac_exeext conftest.$ac_ext
9839   LIBS=$ac_check_soname_save_LIBS
9840 fi
9841 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9842   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9843 $as_echo "not found" >&6; }
9844
9845 else
9846   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9847 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9848
9849 cat >>confdefs.h <<_ACEOF
9850 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9851 _ACEOF
9852
9853        CURSESLIBS="-lcurses"
9854 fi
9855 fi
9856 ac_save_LIBS="$LIBS"
9857 LIBS="$LIBS $CURSESLIBS"
9858 for ac_func in mousemask
9859 do :
9860   ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9861 if test "x$ac_cv_func_mousemask" = xyes; then :
9862   cat >>confdefs.h <<_ACEOF
9863 #define HAVE_MOUSEMASK 1
9864 _ACEOF
9865
9866 fi
9867 done
9868
9869 LIBS="$ac_save_LIBS"
9870 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9871   case "x$with_curses" in
9872   x)   as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9873   xno) ;;
9874   *)   as_fn_error $? "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9875 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9876 esac
9877 fi
9878
9879 if test "x$with_sane" != "xno"
9880 then
9881     ac_save_CPPFLAGS="$CPPFLAGS"
9882     # Extract the first word of "sane-config", so it can be a program name with args.
9883 set dummy sane-config; ac_word=$2
9884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9885 $as_echo_n "checking for $ac_word... " >&6; }
9886 if ${ac_cv_prog_sane_devel+:} false; then :
9887   $as_echo_n "(cached) " >&6
9888 else
9889   if test -n "$sane_devel"; then
9890   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9891 else
9892 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9893 for as_dir in $PATH
9894 do
9895   IFS=$as_save_IFS
9896   test -z "$as_dir" && as_dir=.
9897     for ac_exec_ext in '' $ac_executable_extensions; do
9898   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9899     ac_cv_prog_sane_devel="sane-config"
9900     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9901     break 2
9902   fi
9903 done
9904   done
9905 IFS=$as_save_IFS
9906
9907   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9908 fi
9909 fi
9910 sane_devel=$ac_cv_prog_sane_devel
9911 if test -n "$sane_devel"; then
9912   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9913 $as_echo "$sane_devel" >&6; }
9914 else
9915   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9916 $as_echo "no" >&6; }
9917 fi
9918
9919
9920     if test "$sane_devel" != "no"
9921     then
9922         ac_sane_incl="`$sane_devel --cflags`"
9923         ac_sane_libs="`$sane_devel --ldflags`"
9924         CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9925     fi
9926     ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9927 if test "x$ac_cv_header_sane_sane_h" = xyes; then :
9928   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9929 $as_echo_n "checking for -lsane... " >&6; }
9930 if ${ac_cv_lib_soname_sane+:} false; then :
9931   $as_echo_n "(cached) " >&6
9932 else
9933   ac_check_soname_save_LIBS=$LIBS
9934 LIBS="-lsane $ac_sane_libs $LIBS"
9935   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9936 /* end confdefs.h.  */
9937
9938 /* Override any GCC internal prototype to avoid an error.
9939    Use char because int might match the return type of a GCC
9940    builtin and then its argument prototype would still apply.  */
9941 #ifdef __cplusplus
9942 extern "C"
9943 #endif
9944 char sane_init ();
9945 int
9946 main ()
9947 {
9948 return sane_init ();
9949   ;
9950   return 0;
9951 }
9952 _ACEOF
9953 if ac_fn_c_try_link "$LINENO"; then :
9954   case "$LIBEXT" in
9955     dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9956     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'` ;;
9957     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9958   esac
9959 fi
9960 rm -f core conftest.err conftest.$ac_objext \
9961     conftest$ac_exeext conftest.$ac_ext
9962   LIBS=$ac_check_soname_save_LIBS
9963 fi
9964 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9965   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9966 $as_echo "not found" >&6; }
9967
9968 else
9969   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9970 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9971
9972 cat >>confdefs.h <<_ACEOF
9973 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9974 _ACEOF
9975
9976        SANEINCL="$ac_sane_incl"
9977
9978 fi
9979 fi
9980
9981
9982     CPPFLAGS="$ac_save_CPPFLAGS"
9983 fi
9984 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9985   case "x$with_sane" in
9986   x)   as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9987   xno) ;;
9988   *)   as_fn_error $? "libsane ${notice_platform}development files not found, scanners won't be supported.
9989 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9990 esac
9991 fi
9992
9993 if test "x$with_v4l" != "xno"
9994 then
9995     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
9996 $as_echo_n "checking for -lv4l1... " >&6; }
9997 if ${ac_cv_lib_soname_v4l1+:} false; then :
9998   $as_echo_n "(cached) " >&6
9999 else
10000   ac_check_soname_save_LIBS=$LIBS
10001 LIBS="-lv4l1  $LIBS"
10002   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10003 /* end confdefs.h.  */
10004
10005 /* Override any GCC internal prototype to avoid an error.
10006    Use char because int might match the return type of a GCC
10007    builtin and then its argument prototype would still apply.  */
10008 #ifdef __cplusplus
10009 extern "C"
10010 #endif
10011 char v4l1_open ();
10012 int
10013 main ()
10014 {
10015 return v4l1_open ();
10016   ;
10017   return 0;
10018 }
10019 _ACEOF
10020 if ac_fn_c_try_link "$LINENO"; then :
10021   case "$LIBEXT" in
10022     dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10023     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'` ;;
10024     *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10025   esac
10026 fi
10027 rm -f core conftest.err conftest.$ac_objext \
10028     conftest$ac_exeext conftest.$ac_ext
10029   LIBS=$ac_check_soname_save_LIBS
10030 fi
10031 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
10032   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10033 $as_echo "not found" >&6; }
10034
10035 else
10036   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
10037 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
10038
10039 cat >>confdefs.h <<_ACEOF
10040 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
10041 _ACEOF
10042
10043
10044 fi
10045 fi
10046 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
10047   case "x$with_v4l" in
10048   x)   as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
10049   xno) ;;
10050   *)   as_fn_error $? "libv4l ${notice_platform}development files not found.
10051 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
10052 esac
10053 fi
10054
10055 if test "x$with_gphoto" != "xno"
10056 then
10057     ac_save_CPPFLAGS="$CPPFLAGS"
10058     # Extract the first word of "gphoto2-config", so it can be a program name with args.
10059 set dummy gphoto2-config; ac_word=$2
10060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10061 $as_echo_n "checking for $ac_word... " >&6; }
10062 if ${ac_cv_prog_gphoto2_devel+:} false; then :
10063   $as_echo_n "(cached) " >&6
10064 else
10065   if test -n "$gphoto2_devel"; then
10066   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
10067 else
10068 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10069 for as_dir in $PATH
10070 do
10071   IFS=$as_save_IFS
10072   test -z "$as_dir" && as_dir=.
10073     for ac_exec_ext in '' $ac_executable_extensions; do
10074   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10075     ac_cv_prog_gphoto2_devel="gphoto2-config"
10076     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10077     break 2
10078   fi
10079 done
10080   done
10081 IFS=$as_save_IFS
10082
10083   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
10084 fi
10085 fi
10086 gphoto2_devel=$ac_cv_prog_gphoto2_devel
10087 if test -n "$gphoto2_devel"; then
10088   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
10089 $as_echo "$gphoto2_devel" >&6; }
10090 else
10091   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10092 $as_echo "no" >&6; }
10093 fi
10094
10095
10096     # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
10097 set dummy gphoto2-port-config; ac_word=$2
10098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10099 $as_echo_n "checking for $ac_word... " >&6; }
10100 if ${ac_cv_prog_gphoto2port_devel+:} false; then :
10101   $as_echo_n "(cached) " >&6
10102 else
10103   if test -n "$gphoto2port_devel"; then
10104   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
10105 else
10106 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10107 for as_dir in $PATH
10108 do
10109   IFS=$as_save_IFS
10110   test -z "$as_dir" && as_dir=.
10111     for ac_exec_ext in '' $ac_executable_extensions; do
10112   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10113     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
10114     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10115     break 2
10116   fi
10117 done
10118   done
10119 IFS=$as_save_IFS
10120
10121   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
10122 fi
10123 fi
10124 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
10125 if test -n "$gphoto2port_devel"; then
10126   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
10127 $as_echo "$gphoto2port_devel" >&6; }
10128 else
10129   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10130 $as_echo "no" >&6; }
10131 fi
10132
10133
10134     if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
10135     then
10136         ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
10137         ac_gphoto2_libs=""
10138         for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
10139         do
10140             case "$i" in
10141             -L/usr/lib|-L/usr/lib64) ;;
10142             -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
10143             esac
10144         done
10145         CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
10146     fi
10147     ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
10148     ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
10149 if test "x$ac_cv_header_gphoto2_camera_h" = xyes; then :
10150   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
10151 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
10152 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false; then :
10153   $as_echo_n "(cached) " >&6
10154 else
10155   ac_check_lib_save_LIBS=$LIBS
10156 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
10157 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10158 /* end confdefs.h.  */
10159
10160 /* Override any GCC internal prototype to avoid an error.
10161    Use char because int might match the return type of a GCC
10162    builtin and then its argument prototype would still apply.  */
10163 #ifdef __cplusplus
10164 extern "C"
10165 #endif
10166 char gp_camera_new ();
10167 int
10168 main ()
10169 {
10170 return gp_camera_new ();
10171   ;
10172   return 0;
10173 }
10174 _ACEOF
10175 if ac_fn_c_try_link "$LINENO"; then :
10176   ac_cv_lib_gphoto2_gp_camera_new=yes
10177 else
10178   ac_cv_lib_gphoto2_gp_camera_new=no
10179 fi
10180 rm -f core conftest.err conftest.$ac_objext \
10181     conftest$ac_exeext conftest.$ac_ext
10182 LIBS=$ac_check_lib_save_LIBS
10183 fi
10184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
10185 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
10186 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes; then :
10187
10188 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
10189
10190                                    GPHOTO2LIBS="$ac_gphoto2_libs"
10191
10192                                    GPHOTO2INCL="$ac_gphoto2_incl"
10193
10194 fi
10195
10196 fi
10197
10198
10199     CPPFLAGS="$ac_save_CPPFLAGS"
10200 fi
10201 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
10202   case "x$with_gphoto" in
10203   x)   as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
10204   xno) ;;
10205   *)   as_fn_error $? "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
10206 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
10207 esac
10208 fi
10209
10210
10211 if test "$ac_cv_header_resolv_h" = "yes"
10212 then
10213     ac_save_LIBS="$LIBS"
10214     for lib in '' -lresolv
10215     do
10216       LIBS="$lib $ac_save_LIBS"
10217       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10218 /* end confdefs.h.  */
10219 #ifdef HAVE_NETINET_IN_H
10220 #include <netinet/in.h>
10221 #endif
10222 #include <resolv.h>
10223 int
10224 main ()
10225 {
10226 res_query("foo",ns_c_in,0,0,0);
10227   ;
10228   return 0;
10229 }
10230 _ACEOF
10231 if ac_fn_c_try_link "$LINENO"; then :
10232
10233 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
10234
10235          RESOLVLIBS="$lib"
10236
10237 fi
10238 rm -f core conftest.err conftest.$ac_objext \
10239     conftest$ac_exeext conftest.$ac_ext
10240       if test "${RESOLVLIBS+set}" = set; then
10241         break
10242       fi
10243     done
10244     LIBS="$ac_save_LIBS"
10245 fi
10246
10247 LCMSLIBS=""
10248
10249 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
10250 then
10251     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
10252 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
10253 if ${ac_cv_lib_lcms_cmsOpenProfileFromFile+:} false; then :
10254   $as_echo_n "(cached) " >&6
10255 else
10256   ac_check_lib_save_LIBS=$LIBS
10257 LIBS="-llcms  $LIBS"
10258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10259 /* end confdefs.h.  */
10260
10261 /* Override any GCC internal prototype to avoid an error.
10262    Use char because int might match the return type of a GCC
10263    builtin and then its argument prototype would still apply.  */
10264 #ifdef __cplusplus
10265 extern "C"
10266 #endif
10267 char cmsOpenProfileFromFile ();
10268 int
10269 main ()
10270 {
10271 return cmsOpenProfileFromFile ();
10272   ;
10273   return 0;
10274 }
10275 _ACEOF
10276 if ac_fn_c_try_link "$LINENO"; then :
10277   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
10278 else
10279   ac_cv_lib_lcms_cmsOpenProfileFromFile=no
10280 fi
10281 rm -f core conftest.err conftest.$ac_objext \
10282     conftest$ac_exeext conftest.$ac_ext
10283 LIBS=$ac_check_lib_save_LIBS
10284 fi
10285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
10286 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
10287 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = xyes; then :
10288
10289 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
10290
10291          LCMSLIBS="-llcms"
10292 fi
10293
10294 fi
10295 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
10296   case "x$with_cms" in
10297   x)   as_fn_append wine_notices "|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
10298   xno) ;;
10299   *)   as_fn_error $? "liblcms ${notice_platform}development files not found, Color Management won't be supported.
10300 This is an error since --with-cms was requested." "$LINENO" 5 ;;
10301 esac
10302 fi
10303
10304 if test "x$with_freetype" != "xno"
10305 then
10306     if test "$PKG_CONFIG" != "false"
10307     then
10308         ac_freetype_incl="`$PKG_CONFIG --cflags freetype2 2>/dev/null`"
10309         ac_freetype_libs="`$PKG_CONFIG --libs freetype2 2>/dev/null`"
10310     else
10311         for ac_prog in freetype-config freetype2-config
10312 do
10313   # Extract the first word of "$ac_prog", so it can be a program name with args.
10314 set dummy $ac_prog; ac_word=$2
10315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10316 $as_echo_n "checking for $ac_word... " >&6; }
10317 if ${ac_cv_prog_ft_devel+:} false; then :
10318   $as_echo_n "(cached) " >&6
10319 else
10320   if test -n "$ft_devel"; then
10321   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
10322 else
10323 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10324 for as_dir in $PATH
10325 do
10326   IFS=$as_save_IFS
10327   test -z "$as_dir" && as_dir=.
10328     for ac_exec_ext in '' $ac_executable_extensions; do
10329   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10330     ac_cv_prog_ft_devel="$ac_prog"
10331     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10332     break 2
10333   fi
10334 done
10335   done
10336 IFS=$as_save_IFS
10337
10338 fi
10339 fi
10340 ft_devel=$ac_cv_prog_ft_devel
10341 if test -n "$ft_devel"; then
10342   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
10343 $as_echo "$ft_devel" >&6; }
10344 else
10345   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10346 $as_echo "no" >&6; }
10347 fi
10348
10349
10350   test -n "$ft_devel" && break
10351 done
10352 test -n "$ft_devel" || ft_devel="no"
10353
10354         if test "$ft_devel" != "no"
10355         then
10356             ac_freetype_incl=`$ft_devel --cflags`
10357             ac_freetype_libs=`$ft_devel --libs`
10358         fi
10359     fi
10360     ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
10361     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
10362 $as_echo_n "checking for -lfreetype... " >&6; }
10363 if ${ac_cv_lib_soname_freetype+:} false; then :
10364   $as_echo_n "(cached) " >&6
10365 else
10366   ac_check_soname_save_LIBS=$LIBS
10367 LIBS="-lfreetype $ac_freetype_libs $LIBS"
10368   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10369 /* end confdefs.h.  */
10370
10371 /* Override any GCC internal prototype to avoid an error.
10372    Use char because int might match the return type of a GCC
10373    builtin and then its argument prototype would still apply.  */
10374 #ifdef __cplusplus
10375 extern "C"
10376 #endif
10377 char FT_Init_FreeType ();
10378 int
10379 main ()
10380 {
10381 return FT_Init_FreeType ();
10382   ;
10383   return 0;
10384 }
10385 _ACEOF
10386 if ac_fn_c_try_link "$LINENO"; then :
10387   case "$LIBEXT" in
10388     dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10389     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'` ;;
10390     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
10391   esac
10392 fi
10393 rm -f core conftest.err conftest.$ac_objext \
10394     conftest$ac_exeext conftest.$ac_ext
10395   LIBS=$ac_check_soname_save_LIBS
10396 fi
10397 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10398   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10399 $as_echo "not found" >&6; }
10400        ft_lib=no
10401 else
10402   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10403 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10404
10405 cat >>confdefs.h <<_ACEOF
10406 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10407 _ACEOF
10408
10409        ft_lib=yes
10410 fi
10411     if test "$ft_lib" = "yes"
10412     then
10413         ac_save_CPPFLAGS="$CPPFLAGS"
10414         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10415         for ac_header in ft2build.h \
10416                          freetype/freetype.h \
10417                          freetype/ftglyph.h \
10418                          freetype/fttypes.h \
10419                          freetype/tttables.h \
10420                          freetype/ftsnames.h \
10421                          freetype/ttnameid.h \
10422                          freetype/ftoutln.h \
10423                          freetype/ftwinfnt.h \
10424                          freetype/ftmodapi.h \
10425                          freetype/ftlcdfil.h
10426 do :
10427   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10428 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10429                           # include <ft2build.h>
10430                           #endif
10431 "
10432 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
10433   cat >>confdefs.h <<_ACEOF
10434 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10435 _ACEOF
10436
10437 fi
10438
10439 done
10440
10441         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10442 /* end confdefs.h.  */
10443 #include <ft2build.h>
10444                     #include <freetype/fttrigon.h>
10445 _ACEOF
10446 if ac_fn_c_try_cpp "$LINENO"; then :
10447
10448 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10449
10450                     wine_cv_fttrigon=yes
10451 else
10452   wine_cv_fttrigon=no
10453 fi
10454 rm -f conftest.err conftest.i conftest.$ac_ext
10455         ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10456 "
10457 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes; then :
10458
10459 cat >>confdefs.h <<_ACEOF
10460 #define HAVE_FT_TRUETYPEENGINETYPE 1
10461 _ACEOF
10462
10463
10464 fi
10465
10466                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10467         then
10468
10469 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10470
10471             FREETYPELIBS="$ac_freetype_libs"
10472
10473             FREETYPEINCL="$ac_freetype_incl"
10474
10475         fi
10476     fi
10477 fi
10478 if test "x$FREETYPELIBS" = "x"; then :
10479   case "x$with_freetype" in
10480   xno) ;;
10481   *)   as_fn_error $? "FreeType ${notice_platform}development files not found. Fonts will not be built.
10482 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10483 esac
10484 fi
10485 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10486
10487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10488 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10489 if ${ac_cv_c_ppdev+:} false; then :
10490   $as_echo_n "(cached) " >&6
10491 else
10492   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10493 /* end confdefs.h.  */
10494 #ifdef HAVE_SYS_IOCTL_H
10495 # include <sys/ioctl.h>
10496 #endif
10497 #include <linux/ppdev.h>
10498 int
10499 main ()
10500 {
10501 ioctl (1,PPCLAIM,0)
10502   ;
10503   return 0;
10504 }
10505 _ACEOF
10506 if ac_fn_c_try_compile "$LINENO"; then :
10507   ac_cv_c_ppdev="yes"
10508 else
10509   ac_cv_c_ppdev="no"
10510 fi
10511 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10512 fi
10513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10514 $as_echo "$ac_cv_c_ppdev" >&6; }
10515 if test "$ac_cv_c_ppdev" = "yes"
10516 then
10517
10518 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10519
10520 fi
10521
10522 ac_wine_check_funcs_save_LIBS="$LIBS"
10523 LIBS="$LIBS $LIBPTHREAD"
10524 for ac_func in \
10525         pthread_attr_get_np \
10526         pthread_getattr_np \
10527         pthread_get_stackaddr_np \
10528         pthread_get_stacksize_np
10529 do :
10530   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10531 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10532 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
10533   cat >>confdefs.h <<_ACEOF
10534 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10535 _ACEOF
10536
10537 fi
10538 done
10539
10540 LIBS="$ac_wine_check_funcs_save_LIBS"
10541
10542 if test "$ac_cv_header_zlib_h" = "yes"
10543 then
10544     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10545 $as_echo_n "checking for inflate in -lz... " >&6; }
10546 if ${ac_cv_lib_z_inflate+:} false; then :
10547   $as_echo_n "(cached) " >&6
10548 else
10549   ac_check_lib_save_LIBS=$LIBS
10550 LIBS="-lz  $LIBS"
10551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10552 /* end confdefs.h.  */
10553
10554 /* Override any GCC internal prototype to avoid an error.
10555    Use char because int might match the return type of a GCC
10556    builtin and then its argument prototype would still apply.  */
10557 #ifdef __cplusplus
10558 extern "C"
10559 #endif
10560 char inflate ();
10561 int
10562 main ()
10563 {
10564 return inflate ();
10565   ;
10566   return 0;
10567 }
10568 _ACEOF
10569 if ac_fn_c_try_link "$LINENO"; then :
10570   ac_cv_lib_z_inflate=yes
10571 else
10572   ac_cv_lib_z_inflate=no
10573 fi
10574 rm -f core conftest.err conftest.$ac_objext \
10575     conftest$ac_exeext conftest.$ac_ext
10576 LIBS=$ac_check_lib_save_LIBS
10577 fi
10578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10579 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10580 if test "x$ac_cv_lib_z_inflate" = xyes; then :
10581
10582 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10583
10584                             ZLIB="-lz"
10585
10586 fi
10587
10588 fi
10589 if test "x$ZLIB" = "x"; then :
10590   case "x$with_zlib" in
10591   x)   as_fn_append wine_notices "|libz ${notice_platform}development files not found, data compression won't be supported." ;;
10592   xno) ;;
10593   *)   as_fn_error $? "libz ${notice_platform}development files not found, data compression won't be supported.
10594 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
10595 esac
10596 fi
10597
10598 if test "x$enable_tools" != xno
10599 then
10600     if test "$ac_cv_header_gettext_po_h" = "yes"
10601     then
10602         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
10603 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
10604 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false; then :
10605   $as_echo_n "(cached) " >&6
10606 else
10607   ac_check_lib_save_LIBS=$LIBS
10608 LIBS="-lgettextpo  $LIBS"
10609 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10610 /* end confdefs.h.  */
10611
10612 /* Override any GCC internal prototype to avoid an error.
10613    Use char because int might match the return type of a GCC
10614    builtin and then its argument prototype would still apply.  */
10615 #ifdef __cplusplus
10616 extern "C"
10617 #endif
10618 char po_message_msgctxt ();
10619 int
10620 main ()
10621 {
10622 return po_message_msgctxt ();
10623   ;
10624   return 0;
10625 }
10626 _ACEOF
10627 if ac_fn_c_try_link "$LINENO"; then :
10628   ac_cv_lib_gettextpo_po_message_msgctxt=yes
10629 else
10630   ac_cv_lib_gettextpo_po_message_msgctxt=no
10631 fi
10632 rm -f core conftest.err conftest.$ac_objext \
10633     conftest$ac_exeext conftest.$ac_ext
10634 LIBS=$ac_check_lib_save_LIBS
10635 fi
10636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
10637 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
10638 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes; then :
10639
10640 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
10641
10642                       LIBGETTEXTPO="-lgettextpo"
10643
10644 fi
10645
10646     fi
10647     test "x$with_gettextpo" != xyes || if test "x$LIBGETTEXTPO" = "x"; then :
10648   case "x$with_gettextpo" in
10649   x)   as_fn_append wine_notices "|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
10650   xno) ;;
10651   *)   as_fn_error $? "GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
10652 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
10653 esac
10654 fi
10655 fi
10656
10657 if test "x$with_gstreamer" != "xno"
10658 then
10659     ac_save_CPPFLAGS="$CPPFLAGS"
10660     if test "$PKG_CONFIG" != "false"; then
10661         ac_gst_incl=""
10662         for i in `$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
10663         do
10664             case "$i" in
10665                 -I*) ac_gst_incl="$ac_gst_incl $i";;
10666             esac
10667         done
10668         ac_gst_libs="`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`"
10669         CPPFLAGS="$CPPFLAGS $ac_gst_incl"
10670         ac_fn_c_check_header_mongrel "$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
10671 if test "x$ac_cv_header_gst_gstpad_h" = xyes; then :
10672   ac_fn_c_check_header_mongrel "$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
10673 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes; then :
10674   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
10675 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
10676               cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10677 /* end confdefs.h.  */
10678 #include <gst/app/gstappsink.h>
10679 int
10680 main ()
10681 {
10682 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
10683   ;
10684   return 0;
10685 }
10686 _ACEOF
10687 if ac_fn_c_try_compile "$LINENO"; then :
10688   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10689 $as_echo "yes" >&6; }
10690                  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
10691 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
10692 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false; then :
10693   $as_echo_n "(cached) " >&6
10694 else
10695   ac_check_lib_save_LIBS=$LIBS
10696 LIBS="-lgstreamer-0.10  $LIBS"
10697 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10698 /* end confdefs.h.  */
10699
10700 /* Override any GCC internal prototype to avoid an error.
10701    Use char because int might match the return type of a GCC
10702    builtin and then its argument prototype would still apply.  */
10703 #ifdef __cplusplus
10704 extern "C"
10705 #endif
10706 char gst_pad_get_caps_reffed ();
10707 int
10708 main ()
10709 {
10710 return gst_pad_get_caps_reffed ();
10711   ;
10712   return 0;
10713 }
10714 _ACEOF
10715 if ac_fn_c_try_link "$LINENO"; then :
10716   ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=yes
10717 else
10718   ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=no
10719 fi
10720 rm -f core conftest.err conftest.$ac_objext \
10721     conftest$ac_exeext conftest.$ac_ext
10722 LIBS=$ac_check_lib_save_LIBS
10723 fi
10724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
10725 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
10726 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes; then :
10727   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
10728 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
10729 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false; then :
10730   $as_echo_n "(cached) " >&6
10731 else
10732   ac_check_lib_save_LIBS=$LIBS
10733 LIBS="-lgstapp-0.10 $ac_gst_libs $LIBS"
10734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10735 /* end confdefs.h.  */
10736
10737 /* Override any GCC internal prototype to avoid an error.
10738    Use char because int might match the return type of a GCC
10739    builtin and then its argument prototype would still apply.  */
10740 #ifdef __cplusplus
10741 extern "C"
10742 #endif
10743 char gst_app_buffer_new ();
10744 int
10745 main ()
10746 {
10747 return gst_app_buffer_new ();
10748   ;
10749   return 0;
10750 }
10751 _ACEOF
10752 if ac_fn_c_try_link "$LINENO"; then :
10753   ac_cv_lib_gstapp_0_10_gst_app_buffer_new=yes
10754 else
10755   ac_cv_lib_gstapp_0_10_gst_app_buffer_new=no
10756 fi
10757 rm -f core conftest.err conftest.$ac_objext \
10758     conftest$ac_exeext conftest.$ac_ext
10759 LIBS=$ac_check_lib_save_LIBS
10760 fi
10761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
10762 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
10763 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes; then :
10764   GSTREAMER_LIBS="$ac_gst_libs"
10765
10766                        GSTREAMER_INCL="$ac_gst_incl"
10767
10768 fi
10769
10770 fi
10771
10772 else
10773   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10774 $as_echo "no" >&6; }
10775 fi
10776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10777 fi
10778
10779
10780 fi
10781
10782
10783     fi
10784     CPPFLAGS="$ac_save_CPPFLAGS"
10785 fi
10786 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes -a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes; then :
10787   case "x$with_gstreamer" in
10788   x)   as_fn_append wine_notices "|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
10789   xno) ;;
10790   *)   as_fn_error $? "gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
10791 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
10792 esac
10793 fi
10794 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer=${enable_winegstreamer:-no}
10795
10796 ALSALIBS=""
10797
10798 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10799 then
10800     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
10801 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
10802 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false; then :
10803   $as_echo_n "(cached) " >&6
10804 else
10805   ac_check_lib_save_LIBS=$LIBS
10806 LIBS="-lasound  $LIBS"
10807 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10808 /* end confdefs.h.  */
10809
10810 /* Override any GCC internal prototype to avoid an error.
10811    Use char because int might match the return type of a GCC
10812    builtin and then its argument prototype would still apply.  */
10813 #ifdef __cplusplus
10814 extern "C"
10815 #endif
10816 char snd_pcm_hw_params_get_access_mask ();
10817 int
10818 main ()
10819 {
10820 return snd_pcm_hw_params_get_access_mask ();
10821   ;
10822   return 0;
10823 }
10824 _ACEOF
10825 if ac_fn_c_try_link "$LINENO"; then :
10826   ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=yes
10827 else
10828   ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=no
10829 fi
10830 rm -f core conftest.err conftest.$ac_objext \
10831     conftest$ac_exeext conftest.$ac_ext
10832 LIBS=$ac_check_lib_save_LIBS
10833 fi
10834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
10835 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
10836 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes; then :
10837   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10838 /* end confdefs.h.  */
10839 #ifdef HAVE_ALSA_ASOUNDLIB_H
10840 #include <alsa/asoundlib.h>
10841 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10842 #include <sys/asoundlib.h>
10843 #endif
10844 int
10845 main ()
10846 {
10847 snd_pcm_hw_params_get_access_mask(NULL, NULL)
10848   ;
10849   return 0;
10850 }
10851 _ACEOF
10852 if ac_fn_c_try_compile "$LINENO"; then :
10853   ALSALIBS="-lasound"
10854 fi
10855 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10856 fi
10857
10858 fi
10859
10860 if test "x$with_oss" != xno
10861 then
10862     ac_save_CPPFLAGS="$CPPFLAGS"
10863     if test -f /etc/oss.conf
10864     then
10865         . /etc/oss.conf
10866     fi
10867     ac_oss_incl="-I${OSSLIBDIR:-/usr/lib/oss}/include"
10868     CPPFLAGS="$CPPFLAGS $ac_oss_incl"
10869     ac_fn_c_check_header_mongrel "$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
10870 if test "x$ac_cv_header_sys_soundcard_h" = xyes; then :
10871   ac_fn_c_check_member "$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
10872 "
10873 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes; then :
10874
10875 cat >>confdefs.h <<_ACEOF
10876 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
10877 _ACEOF
10878
10879 OSS4INCL="$ac_oss_incl"
10880
10881 fi
10882
10883 fi
10884
10885
10886     CPPFLAGS="$ac_save_CPPFLAGS"
10887     if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
10888     then
10889         as_fn_append wine_notices "|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
10890     fi
10891 fi
10892
10893
10894 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10895 then
10896     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10897 $as_echo_n "checking for -lcapi20... " >&6; }
10898 if ${ac_cv_lib_soname_capi20+:} false; then :
10899   $as_echo_n "(cached) " >&6
10900 else
10901   ac_check_soname_save_LIBS=$LIBS
10902 LIBS="-lcapi20  $LIBS"
10903   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10904 /* end confdefs.h.  */
10905
10906 /* Override any GCC internal prototype to avoid an error.
10907    Use char because int might match the return type of a GCC
10908    builtin and then its argument prototype would still apply.  */
10909 #ifdef __cplusplus
10910 extern "C"
10911 #endif
10912 char capi20_register ();
10913 int
10914 main ()
10915 {
10916 return capi20_register ();
10917   ;
10918   return 0;
10919 }
10920 _ACEOF
10921 if ac_fn_c_try_link "$LINENO"; then :
10922   case "$LIBEXT" in
10923     dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10924     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'` ;;
10925     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10926   esac
10927 fi
10928 rm -f core conftest.err conftest.$ac_objext \
10929     conftest$ac_exeext conftest.$ac_ext
10930   LIBS=$ac_check_soname_save_LIBS
10931 fi
10932 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10933   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10934 $as_echo "not found" >&6; }
10935
10936 else
10937   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10938 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10939
10940 cat >>confdefs.h <<_ACEOF
10941 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10942 _ACEOF
10943
10944
10945 fi
10946 fi
10947 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10948   case "x$with_capi" in
10949   x)   as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10950   xno) ;;
10951   *)   as_fn_error $? "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10952 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10953 esac
10954 fi
10955
10956 CUPSINCL=""
10957
10958 if test "x$with_cups" != "xno"
10959 then
10960     ac_save_CPPFLAGS="$CPPFLAGS"
10961     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10962     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10963     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10964     for ac_header in cups/cups.h
10965 do :
10966   ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10967 if test "x$ac_cv_header_cups_cups_h" = xyes; then :
10968   cat >>confdefs.h <<_ACEOF
10969 #define HAVE_CUPS_CUPS_H 1
10970 _ACEOF
10971  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10972 $as_echo_n "checking for -lcups... " >&6; }
10973 if ${ac_cv_lib_soname_cups+:} false; then :
10974   $as_echo_n "(cached) " >&6
10975 else
10976   ac_check_soname_save_LIBS=$LIBS
10977 LIBS="-lcups $ac_cups_libs $LIBS"
10978   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10979 /* end confdefs.h.  */
10980
10981 /* Override any GCC internal prototype to avoid an error.
10982    Use char because int might match the return type of a GCC
10983    builtin and then its argument prototype would still apply.  */
10984 #ifdef __cplusplus
10985 extern "C"
10986 #endif
10987 char cupsGetDefault ();
10988 int
10989 main ()
10990 {
10991 return cupsGetDefault ();
10992   ;
10993   return 0;
10994 }
10995 _ACEOF
10996 if ac_fn_c_try_link "$LINENO"; then :
10997   case "$LIBEXT" in
10998     dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10999     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'` ;;
11000     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11001   esac
11002 fi
11003 rm -f core conftest.err conftest.$ac_objext \
11004     conftest$ac_exeext conftest.$ac_ext
11005   LIBS=$ac_check_soname_save_LIBS
11006 fi
11007 if test "x$ac_cv_lib_soname_cups" = "x"; then :
11008   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11009 $as_echo "not found" >&6; }
11010
11011 else
11012   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
11013 $as_echo "$ac_cv_lib_soname_cups" >&6; }
11014
11015 cat >>confdefs.h <<_ACEOF
11016 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
11017 _ACEOF
11018
11019        CUPSINCL="$ac_cups_cflags"
11020 fi
11021 fi
11022
11023 done
11024
11025     CPPFLAGS="$ac_save_CPPFLAGS"
11026 fi
11027 if test "x$ac_cv_lib_soname_cups" = "x"; then :
11028   case "x$with_cups" in
11029   x)   as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
11030   xno) ;;
11031   *)   as_fn_error $? "libcups ${notice_platform}development files not found, CUPS won't be supported.
11032 This is an error since --with-cups was requested." "$LINENO" 5 ;;
11033 esac
11034 fi
11035
11036 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
11037 then
11038     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
11039 $as_echo_n "checking for -lfontconfig... " >&6; }
11040 if ${ac_cv_lib_soname_fontconfig+:} false; then :
11041   $as_echo_n "(cached) " >&6
11042 else
11043   ac_check_soname_save_LIBS=$LIBS
11044 LIBS="-lfontconfig  $LIBS"
11045   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11046 /* end confdefs.h.  */
11047
11048 /* Override any GCC internal prototype to avoid an error.
11049    Use char because int might match the return type of a GCC
11050    builtin and then its argument prototype would still apply.  */
11051 #ifdef __cplusplus
11052 extern "C"
11053 #endif
11054 char FcInit ();
11055 int
11056 main ()
11057 {
11058 return FcInit ();
11059   ;
11060   return 0;
11061 }
11062 _ACEOF
11063 if ac_fn_c_try_link "$LINENO"; then :
11064   case "$LIBEXT" in
11065     dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11066     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'` ;;
11067     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11068   esac
11069 fi
11070 rm -f core conftest.err conftest.$ac_objext \
11071     conftest$ac_exeext conftest.$ac_ext
11072   LIBS=$ac_check_soname_save_LIBS
11073 fi
11074 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
11075   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11076 $as_echo "not found" >&6; }
11077
11078 else
11079   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
11080 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
11081
11082 cat >>confdefs.h <<_ACEOF
11083 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
11084 _ACEOF
11085
11086
11087 fi
11088 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
11089 then
11090         ac_save_CPPFLAGS="$CPPFLAGS"
11091     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11092     $as_unset ac_cv_header_fontconfig_fontconfig_h
11093     for ac_header in fontconfig/fontconfig.h
11094 do :
11095   ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
11096 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes; then :
11097   cat >>confdefs.h <<_ACEOF
11098 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
11099 _ACEOF
11100
11101 fi
11102
11103 done
11104
11105     CPPFLAGS="$ac_save_CPPFLAGS"
11106     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
11107     then
11108         FONTCONFIGINCL="$X_CFLAGS"
11109
11110         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
11111 $as_echo_n "checking for -lfontconfig... " >&6; }
11112 if ${ac_cv_lib_soname_fontconfig+:} false; then :
11113   $as_echo_n "(cached) " >&6
11114 else
11115   ac_check_soname_save_LIBS=$LIBS
11116 LIBS="-lfontconfig $X_LIBS $LIBS"
11117   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11118 /* end confdefs.h.  */
11119
11120 /* Override any GCC internal prototype to avoid an error.
11121    Use char because int might match the return type of a GCC
11122    builtin and then its argument prototype would still apply.  */
11123 #ifdef __cplusplus
11124 extern "C"
11125 #endif
11126 char FcInit ();
11127 int
11128 main ()
11129 {
11130 return FcInit ();
11131   ;
11132   return 0;
11133 }
11134 _ACEOF
11135 if ac_fn_c_try_link "$LINENO"; then :
11136   case "$LIBEXT" in
11137     dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11138     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'` ;;
11139     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11140   esac
11141 fi
11142 rm -f core conftest.err conftest.$ac_objext \
11143     conftest$ac_exeext conftest.$ac_ext
11144   LIBS=$ac_check_soname_save_LIBS
11145 fi
11146 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
11147   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11148 $as_echo "not found" >&6; }
11149
11150 else
11151   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
11152 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
11153
11154 cat >>confdefs.h <<_ACEOF
11155 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
11156 _ACEOF
11157
11158
11159 fi
11160     fi
11161 fi
11162 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
11163   case "x$with_fontconfig" in
11164   x)   as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
11165   xno) ;;
11166   *)   as_fn_error $? "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
11167 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
11168 esac
11169 fi
11170
11171 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
11172 then
11173     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
11174 $as_echo_n "checking for -lssl... " >&6; }
11175 if ${ac_cv_lib_soname_ssl+:} false; then :
11176   $as_echo_n "(cached) " >&6
11177 else
11178   ac_check_soname_save_LIBS=$LIBS
11179 LIBS="-lssl  $LIBS"
11180   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11181 /* end confdefs.h.  */
11182
11183 /* Override any GCC internal prototype to avoid an error.
11184    Use char because int might match the return type of a GCC
11185    builtin and then its argument prototype would still apply.  */
11186 #ifdef __cplusplus
11187 extern "C"
11188 #endif
11189 char SSL_library_init ();
11190 int
11191 main ()
11192 {
11193 return SSL_library_init ();
11194   ;
11195   return 0;
11196 }
11197 _ACEOF
11198 if ac_fn_c_try_link "$LINENO"; then :
11199   case "$LIBEXT" in
11200     dll) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest.exe | grep "ssl" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11201     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'` ;;
11202     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11203   esac
11204 fi
11205 rm -f core conftest.err conftest.$ac_objext \
11206     conftest$ac_exeext conftest.$ac_ext
11207   LIBS=$ac_check_soname_save_LIBS
11208 fi
11209 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
11210   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11211 $as_echo "not found" >&6; }
11212
11213 else
11214   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
11215 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
11216
11217 cat >>confdefs.h <<_ACEOF
11218 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
11219 _ACEOF
11220
11221
11222 fi
11223     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
11224 $as_echo_n "checking for -lcrypto... " >&6; }
11225 if ${ac_cv_lib_soname_crypto+:} false; then :
11226   $as_echo_n "(cached) " >&6
11227 else
11228   ac_check_soname_save_LIBS=$LIBS
11229 LIBS="-lcrypto  $LIBS"
11230   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11231 /* end confdefs.h.  */
11232
11233 /* Override any GCC internal prototype to avoid an error.
11234    Use char because int might match the return type of a GCC
11235    builtin and then its argument prototype would still apply.  */
11236 #ifdef __cplusplus
11237 extern "C"
11238 #endif
11239 char BIO_new_socket ();
11240 int
11241 main ()
11242 {
11243 return BIO_new_socket ();
11244   ;
11245   return 0;
11246 }
11247 _ACEOF
11248 if ac_fn_c_try_link "$LINENO"; then :
11249   case "$LIBEXT" in
11250     dll) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest.exe | grep "crypto" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11251     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'` ;;
11252     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
11253   esac
11254 fi
11255 rm -f core conftest.err conftest.$ac_objext \
11256     conftest$ac_exeext conftest.$ac_ext
11257   LIBS=$ac_check_soname_save_LIBS
11258 fi
11259 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
11260   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11261 $as_echo "not found" >&6; }
11262
11263 else
11264   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
11265 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
11266
11267 cat >>confdefs.h <<_ACEOF
11268 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
11269 _ACEOF
11270
11271
11272 fi
11273 fi
11274 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
11275   case "x$with_openssl" in
11276   x)   as_fn_append wine_warnings "|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
11277   xno) ;;
11278   *)   as_fn_error $? "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
11279 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
11280 esac
11281 fi
11282
11283 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
11284 then
11285     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
11286 $as_echo_n "checking for -lgsm... " >&6; }
11287 if ${ac_cv_lib_soname_gsm+:} false; then :
11288   $as_echo_n "(cached) " >&6
11289 else
11290   ac_check_soname_save_LIBS=$LIBS
11291 LIBS="-lgsm  $LIBS"
11292   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11293 /* end confdefs.h.  */
11294
11295 /* Override any GCC internal prototype to avoid an error.
11296    Use char because int might match the return type of a GCC
11297    builtin and then its argument prototype would still apply.  */
11298 #ifdef __cplusplus
11299 extern "C"
11300 #endif
11301 char gsm_create ();
11302 int
11303 main ()
11304 {
11305 return gsm_create ();
11306   ;
11307   return 0;
11308 }
11309 _ACEOF
11310 if ac_fn_c_try_link "$LINENO"; then :
11311   case "$LIBEXT" in
11312     dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11313     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'` ;;
11314     *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11315   esac
11316 fi
11317 rm -f core conftest.err conftest.$ac_objext \
11318     conftest$ac_exeext conftest.$ac_ext
11319   LIBS=$ac_check_soname_save_LIBS
11320 fi
11321 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11322   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11323 $as_echo "not found" >&6; }
11324
11325 else
11326   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
11327 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
11328
11329 cat >>confdefs.h <<_ACEOF
11330 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
11331 _ACEOF
11332
11333
11334 fi
11335 fi
11336 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11337   case "x$with_gsm" in
11338   x)   as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
11339   xno) ;;
11340   *)   as_fn_error $? "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
11341 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
11342 esac
11343 fi
11344
11345 if test "$ac_cv_header_jpeglib_h" = "yes"
11346 then
11347     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
11348 $as_echo_n "checking for -ljpeg... " >&6; }
11349 if ${ac_cv_lib_soname_jpeg+:} false; then :
11350   $as_echo_n "(cached) " >&6
11351 else
11352   ac_check_soname_save_LIBS=$LIBS
11353 LIBS="-ljpeg  $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 jpeg_start_decompress ();
11364 int
11365 main ()
11366 {
11367 return jpeg_start_decompress ();
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_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11375     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'` ;;
11376     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$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_jpeg" = "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_jpeg" >&5
11389 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
11390
11391 cat >>confdefs.h <<_ACEOF
11392 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11393 _ACEOF
11394
11395
11396 fi
11397 fi
11398 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11399   case "x$with_jpeg" in
11400   x)   as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11401   xno) ;;
11402   *)   as_fn_error $? "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11403 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11404 esac
11405 fi
11406
11407 if test "$ac_cv_header_png_h" = "yes"
11408 then
11409     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11410 $as_echo_n "checking for -lpng... " >&6; }
11411 if ${ac_cv_lib_soname_png+:} false; then :
11412   $as_echo_n "(cached) " >&6
11413 else
11414   ac_check_soname_save_LIBS=$LIBS
11415 LIBS="-lpng -lm -lz $LIBS"
11416   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11417 /* end confdefs.h.  */
11418
11419 /* Override any GCC internal prototype to avoid an error.
11420    Use char because int might match the return type of a GCC
11421    builtin and then its argument prototype would still apply.  */
11422 #ifdef __cplusplus
11423 extern "C"
11424 #endif
11425 char png_create_read_struct ();
11426 int
11427 main ()
11428 {
11429 return png_create_read_struct ();
11430   ;
11431   return 0;
11432 }
11433 _ACEOF
11434 if ac_fn_c_try_link "$LINENO"; then :
11435   case "$LIBEXT" in
11436     dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11437     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'` ;;
11438     *) 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'` ;;
11439   esac
11440 fi
11441 rm -f core conftest.err conftest.$ac_objext \
11442     conftest$ac_exeext conftest.$ac_ext
11443   LIBS=$ac_check_soname_save_LIBS
11444 fi
11445 if test "x$ac_cv_lib_soname_png" = "x"; then :
11446   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11447 $as_echo "not found" >&6; }
11448
11449 else
11450   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11451 $as_echo "$ac_cv_lib_soname_png" >&6; }
11452
11453 cat >>confdefs.h <<_ACEOF
11454 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11455 _ACEOF
11456
11457
11458 fi
11459     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11460 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11461 if ${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+:} false; then :
11462   $as_echo_n "(cached) " >&6
11463 else
11464   ac_check_lib_save_LIBS=$LIBS
11465 LIBS="-lpng -lm -lz $LIBS"
11466 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11467 /* end confdefs.h.  */
11468
11469 /* Override any GCC internal prototype to avoid an error.
11470    Use char because int might match the return type of a GCC
11471    builtin and then its argument prototype would still apply.  */
11472 #ifdef __cplusplus
11473 extern "C"
11474 #endif
11475 char png_set_expand_gray_1_2_4_to_8 ();
11476 int
11477 main ()
11478 {
11479 return png_set_expand_gray_1_2_4_to_8 ();
11480   ;
11481   return 0;
11482 }
11483 _ACEOF
11484 if ac_fn_c_try_link "$LINENO"; then :
11485   ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11486 else
11487   ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11488 fi
11489 rm -f core conftest.err conftest.$ac_objext \
11490     conftest$ac_exeext conftest.$ac_ext
11491 LIBS=$ac_check_lib_save_LIBS
11492 fi
11493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11494 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11495 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = xyes; then :
11496
11497 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11498
11499
11500 fi
11501
11502 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11503 then
11504         ac_save_CPPFLAGS="$CPPFLAGS"
11505     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11506     $as_unset ac_cv_header_png_h
11507     for ac_header in png.h
11508 do :
11509   ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11510 if test "x$ac_cv_header_png_h" = xyes; then :
11511   cat >>confdefs.h <<_ACEOF
11512 #define HAVE_PNG_H 1
11513 _ACEOF
11514
11515 fi
11516
11517 done
11518
11519     CPPFLAGS="$ac_save_CPPFLAGS"
11520     if test "$ac_cv_header_png_h" = "yes"
11521     then
11522         PNGINCL="$X_CFLAGS"
11523
11524         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11525 $as_echo_n "checking for -lpng... " >&6; }
11526 if ${ac_cv_lib_soname_png+:} false; then :
11527   $as_echo_n "(cached) " >&6
11528 else
11529   ac_check_soname_save_LIBS=$LIBS
11530 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11531   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11532 /* end confdefs.h.  */
11533
11534 /* Override any GCC internal prototype to avoid an error.
11535    Use char because int might match the return type of a GCC
11536    builtin and then its argument prototype would still apply.  */
11537 #ifdef __cplusplus
11538 extern "C"
11539 #endif
11540 char png_create_read_struct ();
11541 int
11542 main ()
11543 {
11544 return png_create_read_struct ();
11545   ;
11546   return 0;
11547 }
11548 _ACEOF
11549 if ac_fn_c_try_link "$LINENO"; then :
11550   case "$LIBEXT" in
11551     dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11552     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'` ;;
11553     *) 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'` ;;
11554   esac
11555 fi
11556 rm -f core conftest.err conftest.$ac_objext \
11557     conftest$ac_exeext conftest.$ac_ext
11558   LIBS=$ac_check_soname_save_LIBS
11559 fi
11560 if test "x$ac_cv_lib_soname_png" = "x"; then :
11561   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11562 $as_echo "not found" >&6; }
11563
11564 else
11565   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11566 $as_echo "$ac_cv_lib_soname_png" >&6; }
11567
11568 cat >>confdefs.h <<_ACEOF
11569 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11570 _ACEOF
11571
11572
11573 fi
11574         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11575 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11576 if ${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+:} false; then :
11577   $as_echo_n "(cached) " >&6
11578 else
11579   ac_check_lib_save_LIBS=$LIBS
11580 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11582 /* end confdefs.h.  */
11583
11584 /* Override any GCC internal prototype to avoid an error.
11585    Use char because int might match the return type of a GCC
11586    builtin and then its argument prototype would still apply.  */
11587 #ifdef __cplusplus
11588 extern "C"
11589 #endif
11590 char png_set_expand_gray_1_2_4_to_8 ();
11591 int
11592 main ()
11593 {
11594 return png_set_expand_gray_1_2_4_to_8 ();
11595   ;
11596   return 0;
11597 }
11598 _ACEOF
11599 if ac_fn_c_try_link "$LINENO"; then :
11600   ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11601 else
11602   ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11603 fi
11604 rm -f core conftest.err conftest.$ac_objext \
11605     conftest$ac_exeext conftest.$ac_ext
11606 LIBS=$ac_check_lib_save_LIBS
11607 fi
11608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11609 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11610 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = xyes; then :
11611   $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11612
11613 fi
11614
11615     fi
11616 fi
11617 if test "x$ac_cv_lib_soname_png" = "x"; then :
11618   case "x$with_png" in
11619   x)   as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11620   xno) ;;
11621   *)   as_fn_error $? "libpng ${notice_platform}development files not found, PNG won't be supported.
11622 This is an error since --with-png was requested." "$LINENO" 5 ;;
11623 esac
11624 fi
11625
11626 if test "$ac_cv_header_tiffio_h" = "yes"
11627 then
11628     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
11629 $as_echo_n "checking for -ltiff... " >&6; }
11630 if ${ac_cv_lib_soname_tiff+:} false; then :
11631   $as_echo_n "(cached) " >&6
11632 else
11633   ac_check_soname_save_LIBS=$LIBS
11634 LIBS="-ltiff  $LIBS"
11635   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11636 /* end confdefs.h.  */
11637
11638 /* Override any GCC internal prototype to avoid an error.
11639    Use char because int might match the return type of a GCC
11640    builtin and then its argument prototype would still apply.  */
11641 #ifdef __cplusplus
11642 extern "C"
11643 #endif
11644 char TIFFClientOpen ();
11645 int
11646 main ()
11647 {
11648 return TIFFClientOpen ();
11649   ;
11650   return 0;
11651 }
11652 _ACEOF
11653 if ac_fn_c_try_link "$LINENO"; then :
11654   case "$LIBEXT" in
11655     dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11656     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'` ;;
11657     *) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11658   esac
11659 fi
11660 rm -f core conftest.err conftest.$ac_objext \
11661     conftest$ac_exeext conftest.$ac_ext
11662   LIBS=$ac_check_soname_save_LIBS
11663 fi
11664 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11665   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11666 $as_echo "not found" >&6; }
11667
11668 else
11669   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
11670 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
11671
11672 cat >>confdefs.h <<_ACEOF
11673 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
11674 _ACEOF
11675
11676
11677 fi
11678 fi
11679 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11680   case "x$with_tiff" in
11681   x)   as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
11682   xno) ;;
11683   *)   as_fn_error $? "libtiff ${notice_platform}development files not found, TIFF won't be supported.
11684 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
11685 esac
11686 fi
11687
11688 if test "$ac_cv_header_mpg123_h" = "yes"
11689 then
11690     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11691 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11692 if ${ac_cv_lib_mpg123_mpg123_feed+:} false; then :
11693   $as_echo_n "(cached) " >&6
11694 else
11695   ac_check_lib_save_LIBS=$LIBS
11696 LIBS="-lmpg123  $LIBS"
11697 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11698 /* end confdefs.h.  */
11699
11700 /* Override any GCC internal prototype to avoid an error.
11701    Use char because int might match the return type of a GCC
11702    builtin and then its argument prototype would still apply.  */
11703 #ifdef __cplusplus
11704 extern "C"
11705 #endif
11706 char mpg123_feed ();
11707 int
11708 main ()
11709 {
11710 return mpg123_feed ();
11711   ;
11712   return 0;
11713 }
11714 _ACEOF
11715 if ac_fn_c_try_link "$LINENO"; then :
11716   ac_cv_lib_mpg123_mpg123_feed=yes
11717 else
11718   ac_cv_lib_mpg123_mpg123_feed=no
11719 fi
11720 rm -f core conftest.err conftest.$ac_objext \
11721     conftest$ac_exeext conftest.$ac_ext
11722 LIBS=$ac_check_lib_save_LIBS
11723 fi
11724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11725 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11726 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes; then :
11727   LIBMPG123="-lmpg123"
11728
11729 fi
11730
11731 fi
11732 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
11733   case "x$with_mpg123" in
11734   x)   as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11735   xno) ;;
11736   *)   as_fn_error $? "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11737 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11738 esac
11739 fi
11740 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}
11741
11742 if test "$ac_cv_header_AL_al_h" = "yes"
11743 then
11744     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
11745 $as_echo_n "checking for -lopenal... " >&6; }
11746 if ${ac_cv_lib_soname_openal+:} false; then :
11747   $as_echo_n "(cached) " >&6
11748 else
11749   ac_check_soname_save_LIBS=$LIBS
11750 LIBS="-lopenal  $LIBS"
11751   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11752 /* end confdefs.h.  */
11753
11754 /* Override any GCC internal prototype to avoid an error.
11755    Use char because int might match the return type of a GCC
11756    builtin and then its argument prototype would still apply.  */
11757 #ifdef __cplusplus
11758 extern "C"
11759 #endif
11760 char alGetSource3i ();
11761 int
11762 main ()
11763 {
11764 return alGetSource3i ();
11765   ;
11766   return 0;
11767 }
11768 _ACEOF
11769 if ac_fn_c_try_link "$LINENO"; then :
11770   case "$LIBEXT" in
11771     dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11772     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'` ;;
11773     *) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
11774   esac
11775 fi
11776 rm -f core conftest.err conftest.$ac_objext \
11777     conftest$ac_exeext conftest.$ac_ext
11778   LIBS=$ac_check_soname_save_LIBS
11779 fi
11780 if test "x$ac_cv_lib_soname_openal" = "x"; then :
11781   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11782 $as_echo "not found" >&6; }
11783
11784 else
11785   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
11786 $as_echo "$ac_cv_lib_soname_openal" >&6; }
11787
11788 cat >>confdefs.h <<_ACEOF
11789 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
11790 _ACEOF
11791
11792        LIBOPENAL="-lopenal"
11793
11794                       ac_cv_lib_openal=yes
11795
11796 cat >>confdefs.h <<_ACEOF
11797 #define HAVE_OPENAL 1
11798 _ACEOF
11799
11800 fi
11801 fi
11802 if test "x$ac_cv_lib_openal" != xyes; then :
11803   case "x$with_openal" in
11804   x)   as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11805   xno) ;;
11806   *)   as_fn_error $? "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11807 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11808 esac
11809 fi
11810 test "x$ac_cv_lib_openal" = xyes || enable_openal32=${enable_openal32:-no}
11811
11812 if test "$ac_cv_header_kstat_h" = "yes"
11813 then
11814     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11815 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11816 if ${ac_cv_lib_kstat_kstat_open+:} false; then :
11817   $as_echo_n "(cached) " >&6
11818 else
11819   ac_check_lib_save_LIBS=$LIBS
11820 LIBS="-lkstat  $LIBS"
11821 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11822 /* end confdefs.h.  */
11823
11824 /* Override any GCC internal prototype to avoid an error.
11825    Use char because int might match the return type of a GCC
11826    builtin and then its argument prototype would still apply.  */
11827 #ifdef __cplusplus
11828 extern "C"
11829 #endif
11830 char kstat_open ();
11831 int
11832 main ()
11833 {
11834 return kstat_open ();
11835   ;
11836   return 0;
11837 }
11838 _ACEOF
11839 if ac_fn_c_try_link "$LINENO"; then :
11840   ac_cv_lib_kstat_kstat_open=yes
11841 else
11842   ac_cv_lib_kstat_kstat_open=no
11843 fi
11844 rm -f core conftest.err conftest.$ac_objext \
11845     conftest$ac_exeext conftest.$ac_ext
11846 LIBS=$ac_check_lib_save_LIBS
11847 fi
11848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11849 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11850 if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then :
11851
11852 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11853
11854                   LIBKSTAT="-lkstat"
11855
11856 fi
11857
11858 fi
11859
11860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11861 $as_echo_n "checking for -lodbc... " >&6; }
11862 if ${ac_cv_lib_soname_odbc+:} false; then :
11863   $as_echo_n "(cached) " >&6
11864 else
11865   ac_check_soname_save_LIBS=$LIBS
11866 LIBS="-lodbc  $LIBS"
11867   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11868 /* end confdefs.h.  */
11869
11870 /* Override any GCC internal prototype to avoid an error.
11871    Use char because int might match the return type of a GCC
11872    builtin and then its argument prototype would still apply.  */
11873 #ifdef __cplusplus
11874 extern "C"
11875 #endif
11876 char SQLConnect ();
11877 int
11878 main ()
11879 {
11880 return SQLConnect ();
11881   ;
11882   return 0;
11883 }
11884 _ACEOF
11885 if ac_fn_c_try_link "$LINENO"; then :
11886   case "$LIBEXT" in
11887     dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11888     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'` ;;
11889     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11890   esac
11891 fi
11892 rm -f core conftest.err conftest.$ac_objext \
11893     conftest$ac_exeext conftest.$ac_ext
11894   LIBS=$ac_check_soname_save_LIBS
11895 fi
11896 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11897   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11898 $as_echo "not found" >&6; }
11899        cat >>confdefs.h <<_ACEOF
11900 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11901 _ACEOF
11902
11903 else
11904   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11905 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11906
11907 cat >>confdefs.h <<_ACEOF
11908 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11909 _ACEOF
11910
11911
11912 fi
11913
11914 test -n "$ALSALIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
11915 test -n "$COREAUDIO" || enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
11916 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv=${enable_wineoss_drv:-no}
11917 test "$ac_cv_header_linux_joystick_h" = "yes" || enable_winejoystick_drv=${enable_winejoystick_drv:-no}
11918
11919 if test "x$ALSALIBS$COREAUDIO" = "x" -a \
11920         "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes -a \
11921         "x$with_alsa$with_coreaudio$with_oss" != xnonono
11922 then
11923     as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
11924 fi
11925
11926
11927 EXTRACFLAGS=""
11928
11929 if test "x${GCC}" = "xyes"
11930 then
11931   EXTRACFLAGS="-Wall -pipe"
11932
11933     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11934 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11935 if ${ac_cv_c_gcc_strength_bug+:} false; then :
11936   $as_echo_n "(cached) " >&6
11937 else
11938   if test "$cross_compiling" = yes; then :
11939   ac_cv_c_gcc_strength_bug="yes"
11940 else
11941   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11942 /* end confdefs.h.  */
11943 int L[4] = {0,1,2,3};
11944 int
11945 main ()
11946 {
11947 static int Array[3];
11948   unsigned int B = 3;
11949   int i;
11950   for(i=0; i<B; i++) Array[i] = i - 3;
11951   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11952   L[i] = 4;
11953   return (Array[1] != -2 || L[2] != 3)
11954   ;
11955   return 0;
11956 }
11957 _ACEOF
11958 if ac_fn_c_try_run "$LINENO"; then :
11959   ac_cv_c_gcc_strength_bug="no"
11960 else
11961   ac_cv_c_gcc_strength_bug="yes"
11962 fi
11963 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11964   conftest.$ac_objext conftest.beam conftest.$ac_ext
11965 fi
11966
11967 fi
11968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11969 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11970   if test "$ac_cv_c_gcc_strength_bug" = "yes"
11971   then
11972     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11973   fi
11974
11975     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11976 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11977 if ${ac_cv_cflags__fno_builtin+:} false; then :
11978   $as_echo_n "(cached) " >&6
11979 else
11980   ac_wine_try_cflags_saved=$CFLAGS
11981 CFLAGS="$CFLAGS -fno-builtin"
11982 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11983 /* end confdefs.h.  */
11984 int main(int argc, char **argv) { return 0; }
11985 _ACEOF
11986 if ac_fn_c_try_link "$LINENO"; then :
11987   ac_cv_cflags__fno_builtin=yes
11988 else
11989   ac_cv_cflags__fno_builtin=no
11990 fi
11991 rm -f core conftest.err conftest.$ac_objext \
11992     conftest$ac_exeext conftest.$ac_ext
11993 CFLAGS=$ac_wine_try_cflags_saved
11994 fi
11995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11996 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11997 if test $ac_cv_cflags__fno_builtin = yes; then :
11998   BUILTINFLAG="-fno-builtin"
11999
12000 fi
12001   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
12002 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
12003 if ${ac_cv_cflags__fno_strict_aliasing+:} false; then :
12004   $as_echo_n "(cached) " >&6
12005 else
12006   ac_wine_try_cflags_saved=$CFLAGS
12007 CFLAGS="$CFLAGS -fno-strict-aliasing"
12008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12009 /* end confdefs.h.  */
12010 int main(int argc, char **argv) { return 0; }
12011 _ACEOF
12012 if ac_fn_c_try_link "$LINENO"; then :
12013   ac_cv_cflags__fno_strict_aliasing=yes
12014 else
12015   ac_cv_cflags__fno_strict_aliasing=no
12016 fi
12017 rm -f core conftest.err conftest.$ac_objext \
12018     conftest$ac_exeext conftest.$ac_ext
12019 CFLAGS=$ac_wine_try_cflags_saved
12020 fi
12021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
12022 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
12023 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
12024   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
12025 fi
12026   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
12027 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
12028 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false; then :
12029   $as_echo_n "(cached) " >&6
12030 else
12031   ac_wine_try_cflags_saved=$CFLAGS
12032 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
12033 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12034 /* end confdefs.h.  */
12035 int main(int argc, char **argv) { return 0; }
12036 _ACEOF
12037 if ac_fn_c_try_link "$LINENO"; then :
12038   ac_cv_cflags__Wdeclaration_after_statement=yes
12039 else
12040   ac_cv_cflags__Wdeclaration_after_statement=no
12041 fi
12042 rm -f core conftest.err conftest.$ac_objext \
12043     conftest$ac_exeext conftest.$ac_ext
12044 CFLAGS=$ac_wine_try_cflags_saved
12045 fi
12046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
12047 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
12048 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
12049   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
12050 fi
12051   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
12052 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
12053 if ${ac_cv_cflags__Wempty_body+:} false; then :
12054   $as_echo_n "(cached) " >&6
12055 else
12056   ac_wine_try_cflags_saved=$CFLAGS
12057 CFLAGS="$CFLAGS -Wempty-body"
12058 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12059 /* end confdefs.h.  */
12060 int main(int argc, char **argv) { return 0; }
12061 _ACEOF
12062 if ac_fn_c_try_link "$LINENO"; then :
12063   ac_cv_cflags__Wempty_body=yes
12064 else
12065   ac_cv_cflags__Wempty_body=no
12066 fi
12067 rm -f core conftest.err conftest.$ac_objext \
12068     conftest$ac_exeext conftest.$ac_ext
12069 CFLAGS=$ac_wine_try_cflags_saved
12070 fi
12071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
12072 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
12073 if test $ac_cv_cflags__Wempty_body = yes; then :
12074   EXTRACFLAGS="$EXTRACFLAGS -Wempty-body"
12075 fi
12076   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
12077 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
12078 if ${ac_cv_cflags__Wignored_qualifiers+:} false; then :
12079   $as_echo_n "(cached) " >&6
12080 else
12081   ac_wine_try_cflags_saved=$CFLAGS
12082 CFLAGS="$CFLAGS -Wignored-qualifiers"
12083 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12084 /* end confdefs.h.  */
12085 int main(int argc, char **argv) { return 0; }
12086 _ACEOF
12087 if ac_fn_c_try_link "$LINENO"; then :
12088   ac_cv_cflags__Wignored_qualifiers=yes
12089 else
12090   ac_cv_cflags__Wignored_qualifiers=no
12091 fi
12092 rm -f core conftest.err conftest.$ac_objext \
12093     conftest$ac_exeext conftest.$ac_ext
12094 CFLAGS=$ac_wine_try_cflags_saved
12095 fi
12096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
12097 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
12098 if test $ac_cv_cflags__Wignored_qualifiers = yes; then :
12099   EXTRACFLAGS="$EXTRACFLAGS -Wignored-qualifiers"
12100 fi
12101   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
12102 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
12103 if ${ac_cv_cflags__Wstrict_prototypes+:} false; then :
12104   $as_echo_n "(cached) " >&6
12105 else
12106   ac_wine_try_cflags_saved=$CFLAGS
12107 CFLAGS="$CFLAGS -Wstrict-prototypes"
12108 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12109 /* end confdefs.h.  */
12110 int main(int argc, char **argv) { return 0; }
12111 _ACEOF
12112 if ac_fn_c_try_link "$LINENO"; then :
12113   ac_cv_cflags__Wstrict_prototypes=yes
12114 else
12115   ac_cv_cflags__Wstrict_prototypes=no
12116 fi
12117 rm -f core conftest.err conftest.$ac_objext \
12118     conftest$ac_exeext conftest.$ac_ext
12119 CFLAGS=$ac_wine_try_cflags_saved
12120 fi
12121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
12122 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
12123 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
12124   EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
12125 fi
12126   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
12127 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
12128 if ${ac_cv_cflags__Wtype_limits+:} false; then :
12129   $as_echo_n "(cached) " >&6
12130 else
12131   ac_wine_try_cflags_saved=$CFLAGS
12132 CFLAGS="$CFLAGS -Wtype-limits"
12133 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12134 /* end confdefs.h.  */
12135 int main(int argc, char **argv) { return 0; }
12136 _ACEOF
12137 if ac_fn_c_try_link "$LINENO"; then :
12138   ac_cv_cflags__Wtype_limits=yes
12139 else
12140   ac_cv_cflags__Wtype_limits=no
12141 fi
12142 rm -f core conftest.err conftest.$ac_objext \
12143     conftest$ac_exeext conftest.$ac_ext
12144 CFLAGS=$ac_wine_try_cflags_saved
12145 fi
12146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
12147 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
12148 if test $ac_cv_cflags__Wtype_limits = yes; then :
12149   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
12150 fi
12151   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
12152 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
12153 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false; then :
12154   $as_echo_n "(cached) " >&6
12155 else
12156   ac_wine_try_cflags_saved=$CFLAGS
12157 CFLAGS="$CFLAGS -Wunused-but-set-parameter"
12158 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12159 /* end confdefs.h.  */
12160 int main(int argc, char **argv) { return 0; }
12161 _ACEOF
12162 if ac_fn_c_try_link "$LINENO"; then :
12163   ac_cv_cflags__Wunused_but_set_parameter=yes
12164 else
12165   ac_cv_cflags__Wunused_but_set_parameter=no
12166 fi
12167 rm -f core conftest.err conftest.$ac_objext \
12168     conftest$ac_exeext conftest.$ac_ext
12169 CFLAGS=$ac_wine_try_cflags_saved
12170 fi
12171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
12172 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
12173 if test $ac_cv_cflags__Wunused_but_set_parameter = yes; then :
12174   EXTRACFLAGS="$EXTRACFLAGS -Wunused-but-set-parameter"
12175 fi
12176   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
12177 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
12178 if ${ac_cv_cflags__Wwrite_strings+:} false; then :
12179   $as_echo_n "(cached) " >&6
12180 else
12181   ac_wine_try_cflags_saved=$CFLAGS
12182 CFLAGS="$CFLAGS -Wwrite-strings"
12183 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12184 /* end confdefs.h.  */
12185 int main(int argc, char **argv) { return 0; }
12186 _ACEOF
12187 if ac_fn_c_try_link "$LINENO"; then :
12188   ac_cv_cflags__Wwrite_strings=yes
12189 else
12190   ac_cv_cflags__Wwrite_strings=no
12191 fi
12192 rm -f core conftest.err conftest.$ac_objext \
12193     conftest$ac_exeext conftest.$ac_ext
12194 CFLAGS=$ac_wine_try_cflags_saved
12195 fi
12196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
12197 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
12198 if test $ac_cv_cflags__Wwrite_strings = yes; then :
12199   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
12200 fi
12201
12202     case $host_cpu in
12203     *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
12204 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
12205 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false; then :
12206   $as_echo_n "(cached) " >&6
12207 else
12208   ac_wine_try_cflags_saved=$CFLAGS
12209 CFLAGS="$CFLAGS -fno-omit-frame-pointer"
12210 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12211 /* end confdefs.h.  */
12212 int main(int argc, char **argv) { return 0; }
12213 _ACEOF
12214 if ac_fn_c_try_link "$LINENO"; then :
12215   ac_cv_cflags__fno_omit_frame_pointer=yes
12216 else
12217   ac_cv_cflags__fno_omit_frame_pointer=no
12218 fi
12219 rm -f core conftest.err conftest.$ac_objext \
12220     conftest$ac_exeext conftest.$ac_ext
12221 CFLAGS=$ac_wine_try_cflags_saved
12222 fi
12223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
12224 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
12225 if test $ac_cv_cflags__fno_omit_frame_pointer = yes; then :
12226   EXTRACFLAGS="$EXTRACFLAGS -fno-omit-frame-pointer"
12227 fi ;;
12228   esac
12229
12230     case $host in
12231     x86_64-*mingw32*|x86_64-*cygwin*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
12232 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
12233 if ${ac_cv_cflags__Wno_format+:} false; then :
12234   $as_echo_n "(cached) " >&6
12235 else
12236   ac_wine_try_cflags_saved=$CFLAGS
12237 CFLAGS="$CFLAGS -Wno-format"
12238 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12239 /* end confdefs.h.  */
12240 int main(int argc, char **argv) { return 0; }
12241 _ACEOF
12242 if ac_fn_c_try_link "$LINENO"; then :
12243   ac_cv_cflags__Wno_format=yes
12244 else
12245   ac_cv_cflags__Wno_format=no
12246 fi
12247 rm -f core conftest.err conftest.$ac_objext \
12248     conftest$ac_exeext conftest.$ac_ext
12249 CFLAGS=$ac_wine_try_cflags_saved
12250 fi
12251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
12252 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
12253 if test $ac_cv_cflags__Wno_format = yes; then :
12254   EXTRACFLAGS="$EXTRACFLAGS -Wno-format"
12255 fi ;;
12256   esac
12257
12258     saved_CFLAGS="$CFLAGS"
12259   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
12260   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
12261 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
12262 if ${ac_cv_c_string_h_warnings+:} false; then :
12263   $as_echo_n "(cached) " >&6
12264 else
12265   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12266 /* end confdefs.h.  */
12267 #include <string.h>
12268 int
12269 main ()
12270 {
12271
12272   ;
12273   return 0;
12274 }
12275 _ACEOF
12276 if ac_fn_c_try_compile "$LINENO"; then :
12277   ac_cv_c_string_h_warnings=no
12278 else
12279   ac_cv_c_string_h_warnings=yes
12280 fi
12281 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12282 fi
12283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
12284 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
12285   CFLAGS="$saved_CFLAGS"
12286   if test "$ac_cv_c_string_h_warnings" = "no"
12287   then
12288     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
12289   fi
12290
12291     saved_CFLAGS="$CFLAGS"
12292   CFLAGS="$CFLAGS -Wlogical-op -Werror"
12293   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
12294 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
12295 if ${ac_cv_c_logicalop_noisy+:} false; then :
12296   $as_echo_n "(cached) " >&6
12297 else
12298   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12299 /* end confdefs.h.  */
12300 #include <string.h>
12301 int
12302 main ()
12303 {
12304 char*f(const char *h,char n) {return strchr(h,n);}
12305   ;
12306   return 0;
12307 }
12308 _ACEOF
12309 if ac_fn_c_try_compile "$LINENO"; then :
12310   ac_cv_c_logicalop_noisy=no
12311 else
12312   ac_cv_c_logicalop_noisy=yes
12313 fi
12314 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12315 fi
12316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
12317 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
12318   CFLAGS="$saved_CFLAGS"
12319   if test "$ac_cv_c_logicalop_noisy" = "no"
12320   then
12321     EXTRACFLAGS="$EXTRACFLAGS -Wlogical-op"
12322   fi
12323
12324     if test "x$enable_maintainer_mode" = "xyes"
12325   then
12326       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
12327 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
12328 if ${ac_cv_cflags__Werror+:} false; then :
12329   $as_echo_n "(cached) " >&6
12330 else
12331   ac_wine_try_cflags_saved=$CFLAGS
12332 CFLAGS="$CFLAGS -Werror"
12333 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12334 /* end confdefs.h.  */
12335 int main(int argc, char **argv) { return 0; }
12336 _ACEOF
12337 if ac_fn_c_try_link "$LINENO"; then :
12338   ac_cv_cflags__Werror=yes
12339 else
12340   ac_cv_cflags__Werror=no
12341 fi
12342 rm -f core conftest.err conftest.$ac_objext \
12343     conftest$ac_exeext conftest.$ac_ext
12344 CFLAGS=$ac_wine_try_cflags_saved
12345 fi
12346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
12347 $as_echo "$ac_cv_cflags__Werror" >&6; }
12348 if test $ac_cv_cflags__Werror = yes; then :
12349   EXTRACFLAGS="$EXTRACFLAGS -Werror"
12350 fi
12351   fi
12352
12353     saved_CFLAGS="$CFLAGS"
12354   CFLAGS="$CFLAGS -Werror"
12355   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
12356 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
12357 if ${ac_cv_have_ms_hook_prologue+:} false; then :
12358   $as_echo_n "(cached) " >&6
12359 else
12360   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12361 /* end confdefs.h.  */
12362 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
12363 int
12364 main ()
12365 {
12366
12367   ;
12368   return 0;
12369 }
12370 _ACEOF
12371 if ac_fn_c_try_compile "$LINENO"; then :
12372   ac_cv_have_ms_hook_prologue="yes"
12373 else
12374   ac_cv_have_ms_hook_prologue="no"
12375 fi
12376 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12377 fi
12378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
12379 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
12380   CFLAGS="$saved_CFLAGS"
12381   if test "$ac_cv_have_ms_hook_prologue" = "yes"
12382   then
12383
12384 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
12385
12386   else
12387       $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
12388
12389   fi
12390 fi
12391
12392
12393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
12394 $as_echo_n "checking for the need to disable Fortify... " >&6; }
12395 if ${ac_cv_c_fortify_enabled+:} false; then :
12396   $as_echo_n "(cached) " >&6
12397 else
12398   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12399 /* end confdefs.h.  */
12400 #include <string.h>
12401 int
12402 main ()
12403 {
12404 #if defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0
12405 #error Fortify enabled
12406 #endif
12407   ;
12408   return 0;
12409 }
12410 _ACEOF
12411 if ac_fn_c_try_compile "$LINENO"; then :
12412   ac_cv_c_fortify_enabled=no
12413 else
12414   ac_cv_c_fortify_enabled=yes
12415 fi
12416 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12417 fi
12418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
12419 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
12420 if test "$ac_cv_c_fortify_enabled" = yes
12421 then
12422     CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
12423 fi
12424
12425
12426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
12427 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
12428 if ${ac_cv_c_extern_prefix+:} false; then :
12429   $as_echo_n "(cached) " >&6
12430 else
12431   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12432 /* end confdefs.h.  */
12433 extern int ac_test;
12434 int
12435 main ()
12436 {
12437 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
12438   ;
12439   return 0;
12440 }
12441 _ACEOF
12442 if ac_fn_c_try_link "$LINENO"; then :
12443   ac_cv_c_extern_prefix="yes"
12444 else
12445   ac_cv_c_extern_prefix="no"
12446 fi
12447 rm -f core conftest.err conftest.$ac_objext \
12448     conftest$ac_exeext conftest.$ac_ext
12449 fi
12450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
12451 $as_echo "$ac_cv_c_extern_prefix" >&6; }
12452
12453 case $host_cpu in
12454   *i[3456789]86*)
12455     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
12456 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
12457 if ${ac_cv_c_stdcall_suffix+:} false; then :
12458   $as_echo_n "(cached) " >&6
12459 else
12460   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12461 /* end confdefs.h.  */
12462 #ifndef _MSC_VER
12463 #define __stdcall __attribute__((__stdcall__))
12464 #endif
12465 int __stdcall ac_test(int i) { return i; }
12466 int
12467 main ()
12468 {
12469 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
12470   ;
12471   return 0;
12472 }
12473 _ACEOF
12474 if ac_fn_c_try_link "$LINENO"; then :
12475   ac_cv_c_stdcall_suffix="yes"
12476 else
12477   ac_cv_c_stdcall_suffix="no"
12478 fi
12479 rm -f core conftest.err conftest.$ac_objext \
12480     conftest$ac_exeext conftest.$ac_ext
12481 fi
12482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
12483 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
12484   *) ac_cv_c_stdcall_suffix="no" ;;
12485 esac
12486
12487
12488 if test "$ac_cv_c_extern_prefix" = "yes"
12489 then
12490     $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
12491
12492     asm_name_prefix="_"
12493 else
12494     $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
12495
12496     asm_name_prefix=""
12497 fi
12498
12499
12500 if test "$ac_cv_c_stdcall_suffix" = "yes"
12501 then
12502     $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
12503
12504 else
12505     $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
12506
12507 fi
12508
12509
12510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
12511 $as_echo_n "checking how to define a function in assembly code... " >&6; }
12512 if ${ac_cv_asm_func_def+:} false; then :
12513   $as_echo_n "(cached) " >&6
12514 else
12515   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12516 /* end confdefs.h.  */
12517
12518 int
12519 main ()
12520 {
12521 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
12522   ;
12523   return 0;
12524 }
12525 _ACEOF
12526 if ac_fn_c_try_link "$LINENO"; then :
12527   ac_cv_asm_func_def=".def"
12528 else
12529   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12530 /* end confdefs.h.  */
12531
12532 int
12533 main ()
12534 {
12535 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
12536   ;
12537   return 0;
12538 }
12539 _ACEOF
12540 if ac_fn_c_try_link "$LINENO"; then :
12541   ac_cv_asm_func_def=".type @function"
12542 else
12543   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12544 /* end confdefs.h.  */
12545
12546 int
12547 main ()
12548 {
12549 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
12550   ;
12551   return 0;
12552 }
12553 _ACEOF
12554 if ac_fn_c_try_link "$LINENO"; then :
12555   ac_cv_asm_func_def=".type 2"
12556 else
12557   ac_cv_asm_func_def="unknown"
12558 fi
12559 rm -f core conftest.err conftest.$ac_objext \
12560     conftest$ac_exeext conftest.$ac_ext
12561 fi
12562 rm -f core conftest.err conftest.$ac_objext \
12563     conftest$ac_exeext conftest.$ac_ext
12564 fi
12565 rm -f core conftest.err conftest.$ac_objext \
12566     conftest$ac_exeext conftest.$ac_ext
12567 fi
12568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
12569 $as_echo "$ac_cv_asm_func_def" >&6; }
12570
12571
12572 case "$ac_cv_asm_func_def" in
12573   ".def")
12574      $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
12575
12576      asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
12577   ".type @function")
12578      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
12579
12580      asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
12581   ".type 2")
12582      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
12583
12584      asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
12585   *)
12586      $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
12587
12588      asm_func_header="" ;;
12589 esac
12590
12591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
12592 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
12593 if ${ac_cv_c_asm_outside_funcs+:} false; then :
12594   $as_echo_n "(cached) " >&6
12595 else
12596   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12597 /* end confdefs.h.  */
12598 asm(".text\n\t.long 0");
12599 int
12600 main ()
12601 {
12602
12603   ;
12604   return 0;
12605 }
12606 _ACEOF
12607 if ac_fn_c_try_compile "$LINENO"; then :
12608   ac_cv_c_asm_outside_funcs="yes"
12609 else
12610   ac_cv_c_asm_outside_funcs="no"
12611 fi
12612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12613 fi
12614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
12615 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
12616
12617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
12618 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
12619 if ${ac_cv_c_dot_previous+:} false; then :
12620   $as_echo_n "(cached) " >&6
12621 else
12622   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12623 /* end confdefs.h.  */
12624
12625 int
12626 main ()
12627 {
12628 asm(".text\nac_test:\t.long 0\n\t.previous");
12629   ;
12630   return 0;
12631 }
12632 _ACEOF
12633 if ac_fn_c_try_link "$LINENO"; then :
12634   ac_cv_c_dot_previous="yes"
12635 else
12636   ac_cv_c_dot_previous="no"
12637 fi
12638 rm -f core conftest.err conftest.$ac_objext \
12639     conftest$ac_exeext conftest.$ac_ext
12640 fi
12641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
12642 $as_echo "$ac_cv_c_dot_previous" >&6; }
12643
12644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
12645 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
12646 if ${ac_cv_c_cfi_support+:} false; then :
12647   $as_echo_n "(cached) " >&6
12648 else
12649   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12650 /* end confdefs.h.  */
12651 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
12652 int
12653 main ()
12654 {
12655
12656   ;
12657   return 0;
12658 }
12659 _ACEOF
12660 if ac_fn_c_try_compile "$LINENO"; then :
12661   ac_cv_c_cfi_support="yes"
12662 else
12663   ac_cv_c_cfi_support="no"
12664 fi
12665 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12666 fi
12667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
12668 $as_echo "$ac_cv_c_cfi_support" >&6; }
12669
12670 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
12671 asm_func_trailer=""
12672 if test "$ac_cv_c_dot_previous" = "yes"
12673 then
12674    asm_func_trailer="\\n\\t.previous"
12675 fi
12676 if test "$ac_cv_c_cfi_support" = "yes"
12677 then
12678    asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
12679    asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
12680
12681 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
12682
12683    UNWINDFLAGS=-fasynchronous-unwind-tables
12684
12685 else
12686    $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
12687
12688 fi
12689
12690 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
12691
12692
12693 if test "$ac_cv_c_asm_outside_funcs" = "yes"
12694 then
12695     cat >>confdefs.h <<_ACEOF
12696 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
12697 _ACEOF
12698
12699 else
12700     cat >>confdefs.h <<_ACEOF
12701 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
12702 _ACEOF
12703
12704 fi
12705
12706 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
12707
12708
12709 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
12710
12711
12712
12713 LDPATH=""
12714
12715 case $build_os in
12716   cygwin*|mingw32*)
12717     TOOLSEXT=".exe"
12718
12719     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
12720     ;;
12721   darwin*|macosx*)
12722     ;;
12723   *)
12724     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
12725     ;;
12726 esac
12727
12728 case $host_os in
12729   mingw32*)
12730     CRTLIBS="-lmsvcrt"
12731
12732     SOCKETLIBS="-L\$(top_builddir)/dlls/ws2_32 -lws2_32"
12733
12734     ;;
12735 esac
12736
12737 MAIN_BINARY="wine"
12738
12739 test "x$enable_win64" != "xyes" || MAIN_BINARY="wine64"
12740
12741 case $host_os in
12742   linux*)
12743     case $host_cpu in
12744       *i[3456789]86*) EXTRA_BINARIES="wine-preloader"
12745  ;;
12746       x86_64*) EXTRA_BINARIES="wine64-preloader"
12747  ;;
12748     esac
12749     ;;
12750 esac
12751
12752
12753 ac_save_CFLAGS="$CFLAGS"
12754 CFLAGS="$CFLAGS $BUILTINFLAG"
12755 for ac_func in \
12756         _finite \
12757         _isnan \
12758         _pclose \
12759         _popen \
12760         _snprintf \
12761         _spawnvp \
12762         _strdup \
12763         _stricmp \
12764         _strnicmp \
12765         _strtoi64 \
12766         _strtoui64 \
12767         _vsnprintf \
12768         asctime_r \
12769         chsize \
12770         dlopen \
12771         epoll_create \
12772         ffs \
12773         finite \
12774         fnmatch \
12775         fork \
12776         fpclass \
12777         fstatfs \
12778         fstatvfs \
12779         ftruncate \
12780         futimes \
12781         futimesat \
12782         getattrlist \
12783         getdirentries \
12784         getopt_long \
12785         getpagesize \
12786         getpwuid \
12787         gettimeofday \
12788         getuid \
12789         kqueue \
12790         lstat \
12791         memmove \
12792         mmap \
12793         pclose \
12794         pipe2 \
12795         poll \
12796         popen \
12797         port_create \
12798         prctl \
12799         pread \
12800         pwrite \
12801         readdir \
12802         readlink \
12803         sched_yield \
12804         select \
12805         setproctitle \
12806         setrlimit \
12807         settimeofday \
12808         sigaltstack \
12809         sigprocmask \
12810         snprintf \
12811         spawnvp \
12812         statfs \
12813         statvfs \
12814         strcasecmp \
12815         strdup \
12816         strerror \
12817         strncasecmp \
12818         strtold \
12819         strtoll \
12820         strtoull \
12821         symlink \
12822         tcgetattr \
12823         thr_kill2 \
12824         timegm \
12825         usleep \
12826         vsnprintf \
12827         wait4 \
12828         waitpid \
12829
12830 do :
12831   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12832 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12833 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12834   cat >>confdefs.h <<_ACEOF
12835 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12836 _ACEOF
12837
12838 fi
12839 done
12840
12841 CFLAGS="$ac_save_CFLAGS"
12842
12843 if test "$ac_cv_func_dlopen" = no
12844 then
12845     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12846 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12847 if ${ac_cv_lib_dl_dlopen+:} false; then :
12848   $as_echo_n "(cached) " >&6
12849 else
12850   ac_check_lib_save_LIBS=$LIBS
12851 LIBS="-ldl  $LIBS"
12852 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12853 /* end confdefs.h.  */
12854
12855 /* Override any GCC internal prototype to avoid an error.
12856    Use char because int might match the return type of a GCC
12857    builtin and then its argument prototype would still apply.  */
12858 #ifdef __cplusplus
12859 extern "C"
12860 #endif
12861 char dlopen ();
12862 int
12863 main ()
12864 {
12865 return dlopen ();
12866   ;
12867   return 0;
12868 }
12869 _ACEOF
12870 if ac_fn_c_try_link "$LINENO"; then :
12871   ac_cv_lib_dl_dlopen=yes
12872 else
12873   ac_cv_lib_dl_dlopen=no
12874 fi
12875 rm -f core conftest.err conftest.$ac_objext \
12876     conftest$ac_exeext conftest.$ac_ext
12877 LIBS=$ac_check_lib_save_LIBS
12878 fi
12879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12880 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12881 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
12882   $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12883  LIBDL="-ldl"
12884
12885 fi
12886
12887 fi
12888 ac_wine_check_funcs_save_LIBS="$LIBS"
12889 LIBS="$LIBS $LIBDL"
12890 for ac_func in dladdr
12891 do :
12892   ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12893 if test "x$ac_cv_func_dladdr" = xyes; then :
12894   cat >>confdefs.h <<_ACEOF
12895 #define HAVE_DLADDR 1
12896 _ACEOF
12897
12898 fi
12899 done
12900
12901 LIBS="$ac_wine_check_funcs_save_LIBS"
12902
12903 if test "$ac_cv_func_poll" = no
12904 then
12905     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12906 $as_echo_n "checking for poll in -lpoll... " >&6; }
12907 if ${ac_cv_lib_poll_poll+:} false; then :
12908   $as_echo_n "(cached) " >&6
12909 else
12910   ac_check_lib_save_LIBS=$LIBS
12911 LIBS="-lpoll  $LIBS"
12912 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12913 /* end confdefs.h.  */
12914
12915 /* Override any GCC internal prototype to avoid an error.
12916    Use char because int might match the return type of a GCC
12917    builtin and then its argument prototype would still apply.  */
12918 #ifdef __cplusplus
12919 extern "C"
12920 #endif
12921 char poll ();
12922 int
12923 main ()
12924 {
12925 return poll ();
12926   ;
12927   return 0;
12928 }
12929 _ACEOF
12930 if ac_fn_c_try_link "$LINENO"; then :
12931   ac_cv_lib_poll_poll=yes
12932 else
12933   ac_cv_lib_poll_poll=no
12934 fi
12935 rm -f core conftest.err conftest.$ac_objext \
12936     conftest$ac_exeext conftest.$ac_ext
12937 LIBS=$ac_check_lib_save_LIBS
12938 fi
12939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12940 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12941 if test "x$ac_cv_lib_poll_poll" = xyes; then :
12942   $as_echo "#define HAVE_POLL 1" >>confdefs.h
12943  LIBPOLL="-lpoll"
12944
12945 fi
12946
12947 fi
12948
12949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12950 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12951 if ${ac_cv_search_gethostbyname+:} false; then :
12952   $as_echo_n "(cached) " >&6
12953 else
12954   ac_func_search_save_LIBS=$LIBS
12955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12956 /* end confdefs.h.  */
12957
12958 /* Override any GCC internal prototype to avoid an error.
12959    Use char because int might match the return type of a GCC
12960    builtin and then its argument prototype would still apply.  */
12961 #ifdef __cplusplus
12962 extern "C"
12963 #endif
12964 char gethostbyname ();
12965 int
12966 main ()
12967 {
12968 return gethostbyname ();
12969   ;
12970   return 0;
12971 }
12972 _ACEOF
12973 for ac_lib in '' nsl; do
12974   if test -z "$ac_lib"; then
12975     ac_res="none required"
12976   else
12977     ac_res=-l$ac_lib
12978     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12979   fi
12980   if ac_fn_c_try_link "$LINENO"; then :
12981   ac_cv_search_gethostbyname=$ac_res
12982 fi
12983 rm -f core conftest.err conftest.$ac_objext \
12984     conftest$ac_exeext
12985   if ${ac_cv_search_gethostbyname+:} false; then :
12986   break
12987 fi
12988 done
12989 if ${ac_cv_search_gethostbyname+:} false; then :
12990
12991 else
12992   ac_cv_search_gethostbyname=no
12993 fi
12994 rm conftest.$ac_ext
12995 LIBS=$ac_func_search_save_LIBS
12996 fi
12997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12998 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12999 ac_res=$ac_cv_search_gethostbyname
13000 if test "$ac_res" != no; then :
13001   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13002
13003 fi
13004
13005
13006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
13007 $as_echo_n "checking for library containing connect... " >&6; }
13008 if ${ac_cv_search_connect+:} false; then :
13009   $as_echo_n "(cached) " >&6
13010 else
13011   ac_func_search_save_LIBS=$LIBS
13012 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13013 /* end confdefs.h.  */
13014
13015 /* Override any GCC internal prototype to avoid an error.
13016    Use char because int might match the return type of a GCC
13017    builtin and then its argument prototype would still apply.  */
13018 #ifdef __cplusplus
13019 extern "C"
13020 #endif
13021 char connect ();
13022 int
13023 main ()
13024 {
13025 return connect ();
13026   ;
13027   return 0;
13028 }
13029 _ACEOF
13030 for ac_lib in '' socket; do
13031   if test -z "$ac_lib"; then
13032     ac_res="none required"
13033   else
13034     ac_res=-l$ac_lib
13035     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13036   fi
13037   if ac_fn_c_try_link "$LINENO"; then :
13038   ac_cv_search_connect=$ac_res
13039 fi
13040 rm -f core conftest.err conftest.$ac_objext \
13041     conftest$ac_exeext
13042   if ${ac_cv_search_connect+:} false; then :
13043   break
13044 fi
13045 done
13046 if ${ac_cv_search_connect+:} false; then :
13047
13048 else
13049   ac_cv_search_connect=no
13050 fi
13051 rm conftest.$ac_ext
13052 LIBS=$ac_func_search_save_LIBS
13053 fi
13054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
13055 $as_echo "$ac_cv_search_connect" >&6; }
13056 ac_res=$ac_cv_search_connect
13057 if test "$ac_res" != no; then :
13058   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13059
13060 fi
13061
13062
13063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
13064 $as_echo_n "checking for library containing inet_aton... " >&6; }
13065 if ${ac_cv_search_inet_aton+:} false; then :
13066   $as_echo_n "(cached) " >&6
13067 else
13068   ac_func_search_save_LIBS=$LIBS
13069 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13070 /* end confdefs.h.  */
13071
13072 /* Override any GCC internal prototype to avoid an error.
13073    Use char because int might match the return type of a GCC
13074    builtin and then its argument prototype would still apply.  */
13075 #ifdef __cplusplus
13076 extern "C"
13077 #endif
13078 char inet_aton ();
13079 int
13080 main ()
13081 {
13082 return inet_aton ();
13083   ;
13084   return 0;
13085 }
13086 _ACEOF
13087 for ac_lib in '' resolv; do
13088   if test -z "$ac_lib"; then
13089     ac_res="none required"
13090   else
13091     ac_res=-l$ac_lib
13092     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13093   fi
13094   if ac_fn_c_try_link "$LINENO"; then :
13095   ac_cv_search_inet_aton=$ac_res
13096 fi
13097 rm -f core conftest.err conftest.$ac_objext \
13098     conftest$ac_exeext
13099   if ${ac_cv_search_inet_aton+:} false; then :
13100   break
13101 fi
13102 done
13103 if ${ac_cv_search_inet_aton+:} false; then :
13104
13105 else
13106   ac_cv_search_inet_aton=no
13107 fi
13108 rm conftest.$ac_ext
13109 LIBS=$ac_func_search_save_LIBS
13110 fi
13111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
13112 $as_echo "$ac_cv_search_inet_aton" >&6; }
13113 ac_res=$ac_cv_search_inet_aton
13114 if test "$ac_res" != no; then :
13115   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13116
13117 fi
13118
13119
13120 for ac_func in \
13121         getaddrinfo \
13122         getnameinfo \
13123         getnetbyname \
13124         getprotobyname \
13125         getprotobynumber \
13126         getservbyport \
13127         inet_network \
13128         inet_ntop \
13129         inet_pton \
13130         sendmsg \
13131         socketpair \
13132
13133 do :
13134   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13135 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13136 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13137   cat >>confdefs.h <<_ACEOF
13138 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13139 _ACEOF
13140
13141 fi
13142 done
13143
13144
13145 LDAPLIBS=""
13146
13147 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
13148 then
13149     ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
13150 "
13151 if test "x$ac_cv_type_LDAPSortKey" = xyes; then :
13152   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
13153 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
13154 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false; then :
13155   $as_echo_n "(cached) " >&6
13156 else
13157   ac_check_lib_save_LIBS=$LIBS
13158 LIBS="-lldap_r $LIBPTHREAD $LIBS"
13159 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13160 /* end confdefs.h.  */
13161
13162 /* Override any GCC internal prototype to avoid an error.
13163    Use char because int might match the return type of a GCC
13164    builtin and then its argument prototype would still apply.  */
13165 #ifdef __cplusplus
13166 extern "C"
13167 #endif
13168 char ldap_initialize ();
13169 int
13170 main ()
13171 {
13172 return ldap_initialize ();
13173   ;
13174   return 0;
13175 }
13176 _ACEOF
13177 if ac_fn_c_try_link "$LINENO"; then :
13178   ac_cv_lib_ldap_r_ldap_initialize=yes
13179 else
13180   ac_cv_lib_ldap_r_ldap_initialize=no
13181 fi
13182 rm -f core conftest.err conftest.$ac_objext \
13183     conftest$ac_exeext conftest.$ac_ext
13184 LIBS=$ac_check_lib_save_LIBS
13185 fi
13186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
13187 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
13188 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes; then :
13189   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
13190 $as_echo_n "checking for ber_init in -llber... " >&6; }
13191 if ${ac_cv_lib_lber_ber_init+:} false; then :
13192   $as_echo_n "(cached) " >&6
13193 else
13194   ac_check_lib_save_LIBS=$LIBS
13195 LIBS="-llber $LIBPTHREAD $LIBS"
13196 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13197 /* end confdefs.h.  */
13198
13199 /* Override any GCC internal prototype to avoid an error.
13200    Use char because int might match the return type of a GCC
13201    builtin and then its argument prototype would still apply.  */
13202 #ifdef __cplusplus
13203 extern "C"
13204 #endif
13205 char ber_init ();
13206 int
13207 main ()
13208 {
13209 return ber_init ();
13210   ;
13211   return 0;
13212 }
13213 _ACEOF
13214 if ac_fn_c_try_link "$LINENO"; then :
13215   ac_cv_lib_lber_ber_init=yes
13216 else
13217   ac_cv_lib_lber_ber_init=no
13218 fi
13219 rm -f core conftest.err conftest.$ac_objext \
13220     conftest$ac_exeext conftest.$ac_ext
13221 LIBS=$ac_check_lib_save_LIBS
13222 fi
13223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
13224 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
13225 if test "x$ac_cv_lib_lber_ber_init" = xyes; then :
13226
13227 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
13228
13229                  LDAPLIBS="-lldap_r -llber"
13230 fi
13231
13232 fi
13233
13234 fi
13235
13236     ac_wine_check_funcs_save_LIBS="$LIBS"
13237 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
13238 for ac_func in \
13239         ldap_count_references \
13240         ldap_first_reference \
13241         ldap_next_reference \
13242         ldap_parse_reference \
13243         ldap_parse_sort_control \
13244         ldap_parse_sortresponse_control \
13245         ldap_parse_vlv_control \
13246         ldap_parse_vlvresponse_control
13247 do :
13248   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13249 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13250 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13251   cat >>confdefs.h <<_ACEOF
13252 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13253 _ACEOF
13254
13255 fi
13256 done
13257
13258 LIBS="$ac_wine_check_funcs_save_LIBS"
13259 fi
13260 if test "x$LDAPLIBS" = "x"; then :
13261   case "x$with_ldap" in
13262   x)   as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
13263   xno) ;;
13264   *)   as_fn_error $? "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
13265 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
13266 esac
13267 fi
13268
13269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
13270 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
13271 if ${wine_cv_one_arg_mkdir+:} false; then :
13272   $as_echo_n "(cached) " >&6
13273 else
13274   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13275 /* end confdefs.h.  */
13276 #include <sys/stat.h>
13277 int
13278 main ()
13279 {
13280 mkdir("foo");
13281   ;
13282   return 0;
13283 }
13284 _ACEOF
13285 if ac_fn_c_try_compile "$LINENO"; then :
13286   wine_cv_one_arg_mkdir=yes
13287 else
13288   wine_cv_one_arg_mkdir=no
13289 fi
13290 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13291 fi
13292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
13293 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
13294 if test "$wine_cv_one_arg_mkdir" = "yes"
13295 then
13296
13297 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
13298
13299 fi
13300
13301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
13302 $as_echo_n "checking for sched_setaffinity... " >&6; }
13303 if ${wine_cv_have_sched_setaffinity+:} false; then :
13304   $as_echo_n "(cached) " >&6
13305 else
13306   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13307 /* end confdefs.h.  */
13308 #define _GNU_SOURCE
13309 #include <sched.h>
13310 int
13311 main ()
13312 {
13313 sched_setaffinity(0, 0, 0);
13314   ;
13315   return 0;
13316 }
13317 _ACEOF
13318 if ac_fn_c_try_link "$LINENO"; then :
13319   wine_cv_have_sched_setaffinity=yes
13320 else
13321   wine_cv_have_sched_setaffinity=no
13322 fi
13323 rm -f core conftest.err conftest.$ac_objext \
13324     conftest$ac_exeext conftest.$ac_ext
13325 fi
13326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
13327 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
13328 if test "$wine_cv_have_sched_setaffinity" = "yes"
13329 then
13330
13331 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
13332
13333 fi
13334
13335
13336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
13337 $as_echo_n "checking for inline... " >&6; }
13338 if ${ac_cv_c_inline+:} false; then :
13339   $as_echo_n "(cached) " >&6
13340 else
13341   ac_cv_c_inline=no
13342 for ac_kw in inline __inline__ __inline; do
13343   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13344 /* end confdefs.h.  */
13345 #ifndef __cplusplus
13346 typedef int foo_t;
13347 static $ac_kw foo_t static_foo () {return 0; }
13348 $ac_kw foo_t foo () {return 0; }
13349 #endif
13350
13351 _ACEOF
13352 if ac_fn_c_try_compile "$LINENO"; then :
13353   ac_cv_c_inline=$ac_kw
13354 fi
13355 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13356   test "$ac_cv_c_inline" != no && break
13357 done
13358
13359 fi
13360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
13361 $as_echo "$ac_cv_c_inline" >&6; }
13362
13363 case $ac_cv_c_inline in
13364   inline | yes) ;;
13365   *)
13366     case $ac_cv_c_inline in
13367       no) ac_val=;;
13368       *) ac_val=$ac_cv_c_inline;;
13369     esac
13370     cat >>confdefs.h <<_ACEOF
13371 #ifndef __cplusplus
13372 #define inline $ac_val
13373 #endif
13374 _ACEOF
13375     ;;
13376 esac
13377
13378 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
13379 if test "x$ac_cv_type_mode_t" = xyes; then :
13380
13381 cat >>confdefs.h <<_ACEOF
13382 #define HAVE_MODE_T 1
13383 _ACEOF
13384
13385
13386 fi
13387 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
13388 if test "x$ac_cv_type_off_t" = xyes; then :
13389
13390 cat >>confdefs.h <<_ACEOF
13391 #define HAVE_OFF_T 1
13392 _ACEOF
13393
13394
13395 fi
13396 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
13397 if test "x$ac_cv_type_pid_t" = xyes; then :
13398
13399 cat >>confdefs.h <<_ACEOF
13400 #define HAVE_PID_T 1
13401 _ACEOF
13402
13403
13404 fi
13405 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
13406 if test "x$ac_cv_type_size_t" = xyes; then :
13407
13408 cat >>confdefs.h <<_ACEOF
13409 #define HAVE_SIZE_T 1
13410 _ACEOF
13411
13412
13413 fi
13414 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
13415 if test "x$ac_cv_type_ssize_t" = xyes; then :
13416
13417 cat >>confdefs.h <<_ACEOF
13418 #define HAVE_SSIZE_T 1
13419 _ACEOF
13420
13421
13422 fi
13423 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
13424 if test "x$ac_cv_type_long_long" = xyes; then :
13425
13426 cat >>confdefs.h <<_ACEOF
13427 #define HAVE_LONG_LONG 1
13428 _ACEOF
13429
13430
13431 fi
13432 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
13433 if test "x$ac_cv_type_fsblkcnt_t" = xyes; then :
13434
13435 cat >>confdefs.h <<_ACEOF
13436 #define HAVE_FSBLKCNT_T 1
13437 _ACEOF
13438
13439
13440 fi
13441 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
13442 if test "x$ac_cv_type_fsfilcnt_t" = xyes; then :
13443
13444 cat >>confdefs.h <<_ACEOF
13445 #define HAVE_FSFILCNT_T 1
13446 _ACEOF
13447
13448
13449 fi
13450
13451 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
13452 #include <signal.h>
13453 "
13454 if test "x$ac_cv_type_sigset_t" = xyes; then :
13455
13456 cat >>confdefs.h <<_ACEOF
13457 #define HAVE_SIGSET_T 1
13458 _ACEOF
13459
13460
13461 fi
13462
13463 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
13464 "
13465 if test "x$ac_cv_type_request_sense" = xyes; then :
13466
13467 cat >>confdefs.h <<_ACEOF
13468 #define HAVE_REQUEST_SENSE 1
13469 _ACEOF
13470
13471
13472 fi
13473
13474
13475 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
13476 #ifdef HAVE_SYS_SOCKET_H
13477 #include <sys/socket.h>
13478 #endif
13479 #ifdef HAVE_SYS_SOCKETVAR_H
13480 #include <sys/socketvar.h>
13481 #endif
13482 #ifdef HAVE_NET_ROUTE_H
13483 #include <net/route.h>
13484 #endif
13485 #ifdef HAVE_NETINET_IN_H
13486 #include <netinet/in.h>
13487 #endif
13488 #ifdef HAVE_NETINET_IN_SYSTM_H
13489 #include <netinet/in_systm.h>
13490 #endif
13491 #ifdef HAVE_NETINET_IP_H
13492 #include <netinet/ip.h>
13493 #endif
13494 #ifdef HAVE_NETINET_IN_PCB_H
13495 #include <netinet/in_pcb.h>
13496 #endif
13497 "
13498 if test "x$ac_cv_type_struct_xinpgen" = xyes; then :
13499
13500 cat >>confdefs.h <<_ACEOF
13501 #define HAVE_STRUCT_XINPGEN 1
13502 _ACEOF
13503
13504
13505 fi
13506
13507
13508 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
13509 #include <linux/input.h>
13510 #endif
13511 "
13512 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes; then :
13513
13514 cat >>confdefs.h <<_ACEOF
13515 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
13516 _ACEOF
13517
13518
13519 fi
13520
13521
13522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
13523 $as_echo_n "checking for sigaddset... " >&6; }
13524 if ${wine_cv_have_sigaddset+:} false; then :
13525   $as_echo_n "(cached) " >&6
13526 else
13527   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13528 /* end confdefs.h.  */
13529 #include <signal.h>
13530 int
13531 main ()
13532 {
13533 sigset_t set; sigaddset(&set,SIGTERM);
13534   ;
13535   return 0;
13536 }
13537 _ACEOF
13538 if ac_fn_c_try_link "$LINENO"; then :
13539   wine_cv_have_sigaddset=yes
13540 else
13541   wine_cv_have_sigaddset=no
13542 fi
13543 rm -f core conftest.err conftest.$ac_objext \
13544     conftest$ac_exeext conftest.$ac_ext
13545 fi
13546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
13547 $as_echo "$wine_cv_have_sigaddset" >&6; }
13548 if test "$wine_cv_have_sigaddset" = "yes"
13549 then
13550
13551 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
13552
13553 fi
13554
13555
13556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
13557 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
13558 if ${wine_cv_linux_gethostbyname_r_6+:} false; then :
13559   $as_echo_n "(cached) " >&6
13560 else
13561   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13562 /* end confdefs.h.  */
13563 #include <netdb.h>
13564 int
13565 main ()
13566 {
13567
13568     char *name=0;
13569     struct hostent he;
13570     struct hostent *result;
13571     char *buf=0;
13572     int bufsize=0;
13573     int errnr;
13574     char *addr=0;
13575     int addrlen=0;
13576     int addrtype=0;
13577     gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
13578     gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
13579
13580   ;
13581   return 0;
13582 }
13583 _ACEOF
13584 if ac_fn_c_try_link "$LINENO"; then :
13585   wine_cv_linux_gethostbyname_r_6=yes
13586 else
13587   wine_cv_linux_gethostbyname_r_6=no
13588
13589 fi
13590 rm -f core conftest.err conftest.$ac_objext \
13591     conftest$ac_exeext conftest.$ac_ext
13592
13593 fi
13594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
13595 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
13596    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
13597    then
13598
13599 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
13600
13601    fi
13602
13603 if test "$ac_cv_header_linux_joystick_h" = "yes"
13604 then
13605    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
13606 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
13607 if ${wine_cv_linux_joystick_22_api+:} false; then :
13608   $as_echo_n "(cached) " >&6
13609 else
13610   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13611 /* end confdefs.h.  */
13612
13613         #include <sys/ioctl.h>
13614         #include <sys/types.h>
13615         #include <linux/joystick.h>
13616
13617         struct js_event blub;
13618         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
13619         #error "no 2.2 header"
13620         #endif
13621
13622 int
13623 main ()
13624 {
13625 /*empty*/
13626   ;
13627   return 0;
13628 }
13629 _ACEOF
13630 if ac_fn_c_try_compile "$LINENO"; then :
13631   wine_cv_linux_joystick_22_api=yes
13632 else
13633   wine_cv_linux_joystick_22_api=no
13634 fi
13635 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13636
13637 fi
13638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
13639 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
13640    if test "$wine_cv_linux_joystick_22_api" = "yes"
13641    then
13642
13643 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
13644
13645    fi
13646 fi
13647
13648
13649 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
13650 #ifdef HAVE_SYS_PARAM_H
13651 # include <sys/param.h>
13652 #endif
13653 #ifdef HAVE_SYS_MOUNT_H
13654 # include <sys/mount.h>
13655 #endif
13656 #ifdef HAVE_SYS_VFS_H
13657 # include <sys/vfs.h>
13658 #endif
13659 #ifdef HAVE_SYS_STATFS_H
13660 # include <sys/statfs.h>
13661 #endif
13662 "
13663 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes; then :
13664
13665 cat >>confdefs.h <<_ACEOF
13666 #define HAVE_STRUCT_STATFS_F_BFREE 1
13667 _ACEOF
13668
13669
13670 fi
13671 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
13672 #ifdef HAVE_SYS_PARAM_H
13673 # include <sys/param.h>
13674 #endif
13675 #ifdef HAVE_SYS_MOUNT_H
13676 # include <sys/mount.h>
13677 #endif
13678 #ifdef HAVE_SYS_VFS_H
13679 # include <sys/vfs.h>
13680 #endif
13681 #ifdef HAVE_SYS_STATFS_H
13682 # include <sys/statfs.h>
13683 #endif
13684 "
13685 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes; then :
13686
13687 cat >>confdefs.h <<_ACEOF
13688 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
13689 _ACEOF
13690
13691
13692 fi
13693 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
13694 #ifdef HAVE_SYS_PARAM_H
13695 # include <sys/param.h>
13696 #endif
13697 #ifdef HAVE_SYS_MOUNT_H
13698 # include <sys/mount.h>
13699 #endif
13700 #ifdef HAVE_SYS_VFS_H
13701 # include <sys/vfs.h>
13702 #endif
13703 #ifdef HAVE_SYS_STATFS_H
13704 # include <sys/statfs.h>
13705 #endif
13706 "
13707 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes; then :
13708
13709 cat >>confdefs.h <<_ACEOF
13710 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
13711 _ACEOF
13712
13713
13714 fi
13715 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13716 #ifdef HAVE_SYS_PARAM_H
13717 # include <sys/param.h>
13718 #endif
13719 #ifdef HAVE_SYS_MOUNT_H
13720 # include <sys/mount.h>
13721 #endif
13722 #ifdef HAVE_SYS_VFS_H
13723 # include <sys/vfs.h>
13724 #endif
13725 #ifdef HAVE_SYS_STATFS_H
13726 # include <sys/statfs.h>
13727 #endif
13728 "
13729 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes; then :
13730
13731 cat >>confdefs.h <<_ACEOF
13732 #define HAVE_STRUCT_STATFS_F_FFREE 1
13733 _ACEOF
13734
13735
13736 fi
13737 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13738 #ifdef HAVE_SYS_PARAM_H
13739 # include <sys/param.h>
13740 #endif
13741 #ifdef HAVE_SYS_MOUNT_H
13742 # include <sys/mount.h>
13743 #endif
13744 #ifdef HAVE_SYS_VFS_H
13745 # include <sys/vfs.h>
13746 #endif
13747 #ifdef HAVE_SYS_STATFS_H
13748 # include <sys/statfs.h>
13749 #endif
13750 "
13751 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes; then :
13752
13753 cat >>confdefs.h <<_ACEOF
13754 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13755 _ACEOF
13756
13757
13758 fi
13759 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13760 #ifdef HAVE_SYS_PARAM_H
13761 # include <sys/param.h>
13762 #endif
13763 #ifdef HAVE_SYS_MOUNT_H
13764 # include <sys/mount.h>
13765 #endif
13766 #ifdef HAVE_SYS_VFS_H
13767 # include <sys/vfs.h>
13768 #endif
13769 #ifdef HAVE_SYS_STATFS_H
13770 # include <sys/statfs.h>
13771 #endif
13772 "
13773 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes; then :
13774
13775 cat >>confdefs.h <<_ACEOF
13776 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13777 _ACEOF
13778
13779
13780 fi
13781
13782
13783 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13784 #include <sys/statvfs.h>
13785 #endif
13786 "
13787 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes; then :
13788
13789 cat >>confdefs.h <<_ACEOF
13790 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13791 _ACEOF
13792
13793
13794 fi
13795
13796
13797 ac_fn_c_check_member "$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
13798 #include <dirent.h>
13799 #endif
13800 "
13801 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes; then :
13802
13803 cat >>confdefs.h <<_ACEOF
13804 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
13805 _ACEOF
13806
13807
13808 fi
13809
13810
13811 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13812 #ifdef HAVE_SYS_SOCKET_H
13813 # include <sys/socket.h>
13814 #endif
13815 #ifdef HAVE_SYS_UN_H
13816 # include <sys/un.h>
13817 #endif
13818 "
13819 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes; then :
13820
13821 cat >>confdefs.h <<_ACEOF
13822 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13823 _ACEOF
13824
13825
13826 fi
13827 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13828 #ifdef HAVE_SYS_SOCKET_H
13829 # include <sys/socket.h>
13830 #endif
13831 #ifdef HAVE_SYS_UN_H
13832 # include <sys/un.h>
13833 #endif
13834 "
13835 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes; then :
13836
13837 cat >>confdefs.h <<_ACEOF
13838 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13839 _ACEOF
13840
13841
13842 fi
13843 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13844 #ifdef HAVE_SYS_SOCKET_H
13845 # include <sys/socket.h>
13846 #endif
13847 #ifdef HAVE_SYS_UN_H
13848 # include <sys/un.h>
13849 #endif
13850 "
13851 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes; then :
13852
13853 cat >>confdefs.h <<_ACEOF
13854 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13855 _ACEOF
13856
13857
13858 fi
13859
13860
13861 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13862 #ifdef HAVE_SCSI_SG_H
13863 #include <scsi/sg.h>
13864 #endif
13865 "
13866 if test "x$ac_cv_member_scsireq_t_cmd" = xyes; then :
13867
13868 cat >>confdefs.h <<_ACEOF
13869 #define HAVE_SCSIREQ_T_CMD 1
13870 _ACEOF
13871
13872
13873 fi
13874 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>
13875 #ifdef HAVE_SCSI_SG_H
13876 #include <scsi/sg.h>
13877 #endif
13878 "
13879 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes; then :
13880
13881 cat >>confdefs.h <<_ACEOF
13882 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13883 _ACEOF
13884
13885
13886 fi
13887
13888
13889 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13890 "
13891 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes; then :
13892
13893 cat >>confdefs.h <<_ACEOF
13894 #define HAVE_SIGINFO_T_SI_FD 1
13895 _ACEOF
13896
13897
13898 fi
13899
13900
13901 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13902 #ifdef HAVE_SYS_MTIO_H
13903 #include <sys/mtio.h>
13904 #endif
13905 "
13906 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes; then :
13907
13908 cat >>confdefs.h <<_ACEOF
13909 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13910 _ACEOF
13911
13912
13913 fi
13914 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13915 #ifdef HAVE_SYS_MTIO_H
13916 #include <sys/mtio.h>
13917 #endif
13918 "
13919 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes; then :
13920
13921 cat >>confdefs.h <<_ACEOF
13922 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13923 _ACEOF
13924
13925
13926 fi
13927 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13928 #ifdef HAVE_SYS_MTIO_H
13929 #include <sys/mtio.h>
13930 #endif
13931 "
13932 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes; then :
13933
13934 cat >>confdefs.h <<_ACEOF
13935 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13936 _ACEOF
13937
13938
13939 fi
13940
13941
13942 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13943 #include <getopt.h>
13944 #endif
13945 "
13946 if test "x$ac_cv_member_struct_option_name" = xyes; then :
13947
13948 cat >>confdefs.h <<_ACEOF
13949 #define HAVE_STRUCT_OPTION_NAME 1
13950 _ACEOF
13951
13952
13953 fi
13954
13955
13956 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13957 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
13958
13959 cat >>confdefs.h <<_ACEOF
13960 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13961 _ACEOF
13962
13963
13964 fi
13965 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13966 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes; then :
13967
13968 cat >>confdefs.h <<_ACEOF
13969 #define HAVE_STRUCT_STAT_ST_MTIM 1
13970 _ACEOF
13971
13972
13973 fi
13974 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13975 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes; then :
13976
13977 cat >>confdefs.h <<_ACEOF
13978 #define HAVE_STRUCT_STAT_ST_CTIM 1
13979 _ACEOF
13980
13981
13982 fi
13983 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13984 if test "x$ac_cv_member_struct_stat_st_atim" = xyes; then :
13985
13986 cat >>confdefs.h <<_ACEOF
13987 #define HAVE_STRUCT_STAT_ST_ATIM 1
13988 _ACEOF
13989
13990
13991 fi
13992
13993
13994 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
13995 #include <sys/types.h>
13996 #endif
13997 #ifdef HAVE_NETINET_IN_H
13998 #include <netinet/in.h>
13999 #endif
14000 "
14001 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes; then :
14002
14003 cat >>confdefs.h <<_ACEOF
14004 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
14005 _ACEOF
14006
14007
14008 fi
14009
14010
14011 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
14012 #include <sys/types.h>
14013 #endif
14014 #ifdef HAVE_NETINET_IN_H
14015 # include <netinet/in.h>
14016 #endif
14017 #ifdef HAVE_ARPA_NAMESER_H
14018 # include <arpa/nameser.h>
14019 #endif
14020 "
14021 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes; then :
14022
14023 cat >>confdefs.h <<_ACEOF
14024 #define HAVE_NS_MSG__MSG_PTR 1
14025 _ACEOF
14026
14027
14028 fi
14029
14030
14031 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_NETINET_ICMP_VAR
14032 #include <netinet/icmp_var.h>
14033 #endif
14034 "
14035 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes; then :
14036
14037 cat >>confdefs.h <<_ACEOF
14038 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
14039 _ACEOF
14040
14041
14042 fi
14043
14044
14045 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
14046 #include <sys/types.h>
14047 #endif
14048 #ifdef HAVE_ALIAS_H
14049 #include <alias.h>
14050 #endif
14051 #ifdef HAVE_SYS_SOCKET_H
14052 #include <sys/socket.h>
14053 #endif
14054 #ifdef HAVE_SYS_SOCKETVAR_H
14055 #include <sys/socketvar.h>
14056 #endif
14057 #ifdef HAVE_SYS_TIMEOUT_H
14058 #include <sys/timeout.h>
14059 #endif
14060 #ifdef HAVE_NETINET_IN_H
14061 #include <netinet/in.h>
14062 #endif
14063 #ifdef HAVE_NETINET_IN_SYSTM_H
14064 #include <netinet/in_systm.h>
14065 #endif
14066 #ifdef HAVE_NETINET_IP_H
14067 #include <netinet/ip.h>
14068 #endif
14069 #ifdef HAVE_NETINET_IP_VAR_H
14070 #include <netinet/ip_var.h>
14071 #endif
14072 #ifdef HAVE_NETINET_IP_ICMP_H
14073 #include <netinet/ip_icmp.h>
14074 #endif
14075 #ifdef HAVE_NETINET_ICMP_VAR
14076 #include <netinet/icmp_var.h>
14077 #endif
14078 "
14079 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes; then :
14080
14081 cat >>confdefs.h <<_ACEOF
14082 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
14083 _ACEOF
14084
14085
14086 fi
14087
14088
14089 ac_fn_c_check_member "$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_NETINET_IP_VAR_H
14090 #include <netinet/ip_var.h>
14091 #endif
14092 "
14093 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes; then :
14094
14095 cat >>confdefs.h <<_ACEOF
14096 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
14097 _ACEOF
14098
14099
14100 fi
14101
14102
14103 ac_fn_c_check_member "$LINENO" "struct ip_stats" "ips_total" "ac_cv_member_struct_ip_stats_ips_total" "#ifdef HAVE_NETINET_IP_VAR_H
14104 #include <netinet/ip_var.h>
14105 #endif
14106 "
14107 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes; then :
14108
14109 cat >>confdefs.h <<_ACEOF
14110 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
14111 _ACEOF
14112
14113
14114 fi
14115
14116
14117 ac_fn_c_check_member "$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_NETINET_TCP_VAR_H
14118 #include <netinet/tcp_var.h>
14119 #endif
14120 "
14121 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes; then :
14122
14123 cat >>confdefs.h <<_ACEOF
14124 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
14125 _ACEOF
14126
14127
14128 fi
14129
14130
14131 ac_fn_c_check_member "$LINENO" "struct tcp_stats" "tcps_connattempt" "ac_cv_member_struct_tcp_stats_tcps_connattempt" "#ifdef HAVE_NETINET_TCP_VAR_H
14132 #include <netinet/tcp_var.h>
14133 #endif
14134 "
14135 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes; then :
14136
14137 cat >>confdefs.h <<_ACEOF
14138 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
14139 _ACEOF
14140
14141
14142 fi
14143
14144
14145 ac_fn_c_check_member "$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_NETINET_UDP_VAR_H
14146 #include <netinet/udp_var.h>
14147 #endif
14148 "
14149 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes; then :
14150
14151 cat >>confdefs.h <<_ACEOF
14152 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
14153 _ACEOF
14154
14155
14156 fi
14157
14158
14159 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
14160 #include <sys/types.h>
14161 #endif
14162 #ifdef HAVE_NET_IF_H
14163 # include <net/if.h>
14164 #endif
14165 "
14166 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then :
14167
14168 cat >>confdefs.h <<_ACEOF
14169 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
14170 _ACEOF
14171
14172
14173 fi
14174
14175
14176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
14177 $as_echo_n "checking for timezone variable... " >&6; }
14178 if ${ac_cv_have_timezone+:} false; then :
14179   $as_echo_n "(cached) " >&6
14180 else
14181   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14182 /* end confdefs.h.  */
14183 #include <time.h>
14184 int
14185 main ()
14186 {
14187 timezone = 1
14188   ;
14189   return 0;
14190 }
14191 _ACEOF
14192 if ac_fn_c_try_link "$LINENO"; then :
14193   ac_cv_have_timezone="yes"
14194 else
14195   ac_cv_have_timezone="no"
14196 fi
14197 rm -f core conftest.err conftest.$ac_objext \
14198     conftest$ac_exeext conftest.$ac_ext
14199 fi
14200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
14201 $as_echo "$ac_cv_have_timezone" >&6; }
14202 if test "$ac_cv_have_timezone" = "yes"
14203 then
14204
14205 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
14206
14207 fi
14208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
14209 $as_echo_n "checking for daylight variable... " >&6; }
14210 if ${ac_cv_have_daylight+:} false; then :
14211   $as_echo_n "(cached) " >&6
14212 else
14213   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14214 /* end confdefs.h.  */
14215 #include <time.h>
14216 int
14217 main ()
14218 {
14219 daylight = 1
14220   ;
14221   return 0;
14222 }
14223 _ACEOF
14224 if ac_fn_c_try_link "$LINENO"; then :
14225   ac_cv_have_daylight="yes"
14226 else
14227   ac_cv_have_daylight="no"
14228 fi
14229 rm -f core conftest.err conftest.$ac_objext \
14230     conftest$ac_exeext conftest.$ac_ext
14231 fi
14232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
14233 $as_echo "$ac_cv_have_daylight" >&6; }
14234 if test "$ac_cv_have_daylight" = "yes"
14235 then
14236
14237 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
14238
14239 fi
14240
14241 ac_save_LIBS="$LIBS"
14242 LIBS="$LIBS -lm"
14243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
14244 $as_echo_n "checking for isinf... " >&6; }
14245 if ${ac_cv_have_isinf+:} false; then :
14246   $as_echo_n "(cached) " >&6
14247 else
14248   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14249 /* end confdefs.h.  */
14250 #include <math.h>
14251 int
14252 main ()
14253 {
14254 float f = 0.0; return isinf(f)
14255   ;
14256   return 0;
14257 }
14258 _ACEOF
14259 if ac_fn_c_try_link "$LINENO"; then :
14260   ac_cv_have_isinf="yes"
14261 else
14262   ac_cv_have_isinf="no"
14263 fi
14264 rm -f core conftest.err conftest.$ac_objext \
14265     conftest$ac_exeext conftest.$ac_ext
14266 fi
14267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
14268 $as_echo "$ac_cv_have_isinf" >&6; }
14269 if test "$ac_cv_have_isinf" = "yes"
14270 then
14271
14272 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
14273
14274 fi
14275
14276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
14277 $as_echo_n "checking for isnan... " >&6; }
14278 if ${ac_cv_have_isnan+:} false; then :
14279   $as_echo_n "(cached) " >&6
14280 else
14281   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14282 /* end confdefs.h.  */
14283 #include <math.h>
14284 int
14285 main ()
14286 {
14287 float f = 0.0; return isnan(f)
14288   ;
14289   return 0;
14290 }
14291 _ACEOF
14292 if ac_fn_c_try_link "$LINENO"; then :
14293   ac_cv_have_isnan="yes"
14294 else
14295   ac_cv_have_isnan="no"
14296 fi
14297 rm -f core conftest.err conftest.$ac_objext \
14298     conftest$ac_exeext conftest.$ac_ext
14299 fi
14300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
14301 $as_echo "$ac_cv_have_isnan" >&6; }
14302 if test "$ac_cv_have_isnan" = "yes"
14303 then
14304
14305 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
14306
14307 fi
14308 LIBS="$ac_save_LIBS"
14309
14310
14311 case $host_cpu in
14312   *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
14313 $as_echo_n "checking whether we need to define __i386__... " >&6; }
14314 if ${ac_cv_cpp_def___i386__+:} false; then :
14315   $as_echo_n "(cached) " >&6
14316 else
14317   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14318 /* end confdefs.h.  */
14319 #ifndef __i386__
14320 yes
14321 #endif
14322 _ACEOF
14323 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14324   $EGREP "yes" >/dev/null 2>&1; then :
14325   ac_cv_cpp_def___i386__=yes
14326 else
14327   ac_cv_cpp_def___i386__=no
14328 fi
14329 rm -f conftest*
14330
14331 fi
14332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
14333 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
14334 if test $ac_cv_cpp_def___i386__ = yes; then :
14335   CFLAGS="$CFLAGS -D__i386__"
14336   LINTFLAGS="$LINTFLAGS -D__i386__"
14337 fi ;;
14338   *x86_64*)         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
14339 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
14340 if ${ac_cv_cpp_def___x86_64__+:} false; then :
14341   $as_echo_n "(cached) " >&6
14342 else
14343   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14344 /* end confdefs.h.  */
14345 #ifndef __x86_64__
14346 yes
14347 #endif
14348 _ACEOF
14349 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14350   $EGREP "yes" >/dev/null 2>&1; then :
14351   ac_cv_cpp_def___x86_64__=yes
14352 else
14353   ac_cv_cpp_def___x86_64__=no
14354 fi
14355 rm -f conftest*
14356
14357 fi
14358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
14359 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
14360 if test $ac_cv_cpp_def___x86_64__ = yes; then :
14361   CFLAGS="$CFLAGS -D__x86_64__"
14362   LINTFLAGS="$LINTFLAGS -D__x86_64__"
14363 fi ;;
14364   *sparc64*)        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
14365 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
14366 if ${ac_cv_cpp_def___sparc64__+:} false; then :
14367   $as_echo_n "(cached) " >&6
14368 else
14369   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14370 /* end confdefs.h.  */
14371 #ifndef __sparc64__
14372 yes
14373 #endif
14374 _ACEOF
14375 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14376   $EGREP "yes" >/dev/null 2>&1; then :
14377   ac_cv_cpp_def___sparc64__=yes
14378 else
14379   ac_cv_cpp_def___sparc64__=no
14380 fi
14381 rm -f conftest*
14382
14383 fi
14384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
14385 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
14386 if test $ac_cv_cpp_def___sparc64__ = yes; then :
14387   CFLAGS="$CFLAGS -D__sparc64__"
14388   LINTFLAGS="$LINTFLAGS -D__sparc64__"
14389 fi ;;
14390   *sparc*)          { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
14391 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
14392 if ${ac_cv_cpp_def___sparc__+:} false; then :
14393   $as_echo_n "(cached) " >&6
14394 else
14395   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14396 /* end confdefs.h.  */
14397 #ifndef __sparc__
14398 yes
14399 #endif
14400 _ACEOF
14401 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14402   $EGREP "yes" >/dev/null 2>&1; then :
14403   ac_cv_cpp_def___sparc__=yes
14404 else
14405   ac_cv_cpp_def___sparc__=no
14406 fi
14407 rm -f conftest*
14408
14409 fi
14410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
14411 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
14412 if test $ac_cv_cpp_def___sparc__ = yes; then :
14413   CFLAGS="$CFLAGS -D__sparc__"
14414   LINTFLAGS="$LINTFLAGS -D__sparc__"
14415 fi ;;
14416   *powerpc64*)      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
14417 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
14418 if ${ac_cv_cpp_def___powerpc64__+:} false; then :
14419   $as_echo_n "(cached) " >&6
14420 else
14421   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14422 /* end confdefs.h.  */
14423 #ifndef __powerpc64__
14424 yes
14425 #endif
14426 _ACEOF
14427 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14428   $EGREP "yes" >/dev/null 2>&1; then :
14429   ac_cv_cpp_def___powerpc64__=yes
14430 else
14431   ac_cv_cpp_def___powerpc64__=no
14432 fi
14433 rm -f conftest*
14434
14435 fi
14436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
14437 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
14438 if test $ac_cv_cpp_def___powerpc64__ = yes; then :
14439   CFLAGS="$CFLAGS -D__powerpc64__"
14440   LINTFLAGS="$LINTFLAGS -D__powerpc64__"
14441 fi ;;
14442   *powerpc*)        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
14443 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
14444 if ${ac_cv_cpp_def___powerpc__+:} false; then :
14445   $as_echo_n "(cached) " >&6
14446 else
14447   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14448 /* end confdefs.h.  */
14449 #ifndef __powerpc__
14450 yes
14451 #endif
14452 _ACEOF
14453 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14454   $EGREP "yes" >/dev/null 2>&1; then :
14455   ac_cv_cpp_def___powerpc__=yes
14456 else
14457   ac_cv_cpp_def___powerpc__=no
14458 fi
14459 rm -f conftest*
14460
14461 fi
14462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
14463 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
14464 if test $ac_cv_cpp_def___powerpc__ = yes; then :
14465   CFLAGS="$CFLAGS -D__powerpc__"
14466   LINTFLAGS="$LINTFLAGS -D__powerpc__"
14467 fi ;;
14468   *arm*)            { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
14469 $as_echo_n "checking whether we need to define __arm__... " >&6; }
14470 if ${ac_cv_cpp_def___arm__+:} false; then :
14471   $as_echo_n "(cached) " >&6
14472 else
14473   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14474 /* end confdefs.h.  */
14475 #ifndef __arm__
14476 yes
14477 #endif
14478 _ACEOF
14479 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14480   $EGREP "yes" >/dev/null 2>&1; then :
14481   ac_cv_cpp_def___arm__=yes
14482 else
14483   ac_cv_cpp_def___arm__=no
14484 fi
14485 rm -f conftest*
14486
14487 fi
14488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
14489 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
14490 if test $ac_cv_cpp_def___arm__ = yes; then :
14491   CFLAGS="$CFLAGS -D__arm__"
14492   LINTFLAGS="$LINTFLAGS -D__arm__"
14493 fi ;;
14494 esac
14495
14496 case $host_vendor in
14497   *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
14498 $as_echo_n "checking whether we need to define __sun__... " >&6; }
14499 if ${ac_cv_cpp_def___sun__+:} false; then :
14500   $as_echo_n "(cached) " >&6
14501 else
14502   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14503 /* end confdefs.h.  */
14504 #ifndef __sun__
14505 yes
14506 #endif
14507 _ACEOF
14508 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14509   $EGREP "yes" >/dev/null 2>&1; then :
14510   ac_cv_cpp_def___sun__=yes
14511 else
14512   ac_cv_cpp_def___sun__=no
14513 fi
14514 rm -f conftest*
14515
14516 fi
14517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
14518 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
14519 if test $ac_cv_cpp_def___sun__ = yes; then :
14520   CFLAGS="$CFLAGS -D__sun__"
14521   LINTFLAGS="$LINTFLAGS -D__sun__"
14522 fi ;;
14523 esac
14524
14525
14526
14527
14528
14529 ac_config_commands="$ac_config_commands include/stamp-h"
14530
14531
14532 ALL_MAKEFILE_DEPENDS="
14533 # Rules automatically generated by configure
14534
14535 .INIT: Makefile
14536 .MAKEFILEDEPS:
14537 all: Makefile
14538 Makefile: Makefile.in Make.vars.in Make.rules config.status
14539         @./config.status Make.tmp Makefile"
14540
14541 ALL_POT_FILES=""
14542 ALL_TEST_RESOURCES=""
14543
14544
14545 wine_fn_append_file ()
14546 {
14547     as_fn_append $1 " \\$as_nl  $2"
14548 }
14549
14550 wine_fn_append_rule ()
14551 {
14552     as_fn_append $1 "$as_nl$2"
14553 }
14554
14555 wine_fn_has_flag ()
14556 {
14557     expr ",$2," : ".*,$1,.*" >/dev/null
14558 }
14559
14560 wine_fn_all_dir_rules ()
14561 {
14562     ac_dir=$1
14563     ac_alldeps=$2
14564     ac_makedep="\$(MAKEDEP)"
14565     ac_input=Make.vars.in:$ac_dir/Makefile.in
14566     if test $ac_dir != tools
14567     then
14568                 ac_alldeps="$2 $ac_makedep"
14569     fi
14570     case $2 in
14571       *.in) ac_input=$ac_input:$2 ;;
14572       *) ac_makedep="$2 $ac_makedep" ;;
14573     esac
14574
14575     wine_fn_append_file ALL_DIRS $ac_dir
14576     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14577 "__clean__: $ac_dir/__clean__
14578 .PHONY: $ac_dir/__clean__
14579 $ac_dir/__clean__: $ac_dir/Makefile
14580         @cd $ac_dir && \$(MAKE) clean
14581         \$(RM) $ac_dir/Makefile
14582 $ac_dir/Makefile: $ac_dir/Makefile.in Make.vars.in config.status $ac_alldeps
14583         @./config.status --file $ac_dir/Makefile:$ac_input && cd $ac_dir && \$(MAKE) depend
14584 depend: $ac_dir/__depend__
14585 .PHONY: $ac_dir/__depend__
14586 $ac_dir/__depend__: $ac_makedep dummy
14587         @./config.status --file $ac_dir/Makefile:$ac_input && cd $ac_dir && \$(MAKE) depend"
14588 }
14589
14590 wine_fn_pot_rules ()
14591 {
14592     ac_dir=$1
14593     ac_flags=$2
14594
14595     test "x$with_gettextpo" = xyes || return
14596
14597     if wine_fn_has_flag mc $ac_flags
14598     then
14599         wine_fn_append_file ALL_POT_FILES $ac_dir/msg.pot
14600         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14601 "$ac_dir/msg.pot: $ac_dir/Makefile dummy
14602         @cd $ac_dir && \$(MAKE) msg.pot
14603 $ac_dir/msg.pot: tools/wmc include"
14604     fi
14605     if wine_fn_has_flag po $ac_flags
14606     then
14607         wine_fn_append_file ALL_POT_FILES $ac_dir/rsrc.pot
14608         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14609 "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy
14610         @cd $ac_dir && \$(MAKE) rsrc.pot
14611 $ac_dir/rsrc.pot: tools/wrc include"
14612     fi
14613 }
14614
14615 wine_fn_config_makefile ()
14616 {
14617     ac_dir=$1
14618     ac_enable=$2
14619     ac_flags=$3
14620     ac_rules=$4
14621     if eval test \"x\$"$ac_enable"\" = x"no"; then :
14622   return 0
14623 fi
14624
14625     wine_fn_all_dir_rules $ac_dir ${ac_rules:-Make.rules}
14626     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14627 "all: $ac_dir
14628 .PHONY: $ac_dir
14629 $ac_dir: $ac_dir/Makefile dummy
14630         @cd $ac_dir && \$(MAKE)"
14631
14632     wine_fn_has_flag install-lib $ac_flags || wine_fn_has_flag install-dev $ac_flags || return
14633
14634     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14635 ".PHONY: $ac_dir/__install__ $ac_dir/__uninstall__
14636 $ac_dir/__install__:: $ac_dir
14637         @cd $ac_dir && \$(MAKE) install
14638 $ac_dir/__uninstall__:: $ac_dir/Makefile
14639         @cd $ac_dir && \$(MAKE) uninstall
14640 install:: $ac_dir/__install__
14641 __uninstall__: $ac_dir/__uninstall__"
14642
14643     if wine_fn_has_flag install-lib $ac_flags
14644     then
14645         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14646 ".PHONY: $ac_dir/__install-lib__
14647 $ac_dir/__install-lib__:: $ac_dir
14648         @cd $ac_dir && \$(MAKE) install-lib
14649 install-lib:: $ac_dir/__install-lib__"
14650     fi
14651
14652     if wine_fn_has_flag install-dev $ac_flags
14653     then
14654         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14655 ".PHONY: $ac_dir/__install-dev
14656 $ac_dir/__install-dev__:: $ac_dir
14657         @cd $ac_dir && \$(MAKE) install-dev
14658 install-dev:: $ac_dir/__install-dev__"
14659     fi
14660 }
14661
14662 wine_fn_config_lib ()
14663 {
14664     ac_name=$1
14665     ac_flags=$2
14666     ac_dir=dlls/$ac_name
14667     wine_fn_config_makefile $ac_dir enable_$ac_name "$ac_flags" dlls/Makeimplib.rules
14668
14669     if wine_fn_has_flag install-dev $ac_flags
14670     then :
14671     else
14672         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14673 ".PHONY: $ac_dir/__install__ $ac_dir/__uninstall__
14674 $ac_dir/__install__:: $ac_dir \$(DESTDIR)\$(dlldir)
14675         \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
14676 $ac_dir/__uninstall__::
14677         \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
14678 install install-dev:: $ac_dir/__install__
14679 __uninstall__: $ac_dir/__uninstall__"
14680     fi
14681
14682     wine_fn_append_rule ALL_MAKEFILE_DEPENDS "__builddeps__: $ac_dir"
14683     wine_fn_append_rule ALL_MAKEFILE_DEPENDS "$ac_dir: tools/widl tools/winebuild tools/winegcc include"
14684 }
14685
14686 wine_fn_config_dll ()
14687 {
14688     ac_name=$1
14689     ac_dir=dlls/$ac_name
14690     ac_enable=$2
14691     ac_flags=$3
14692     ac_implib=${4:-$ac_name}
14693     ac_file=$ac_dir/lib$ac_implib
14694     ac_dll=$ac_name
14695     ac_deps="tools/widl tools/winebuild tools/winegcc include"
14696     ac_implibflags=""
14697
14698     case $ac_name in
14699       *16) ac_implibflags=" -m16" ;;
14700       *.*) ;;
14701       *)   ac_dll=$ac_dll.dll ;;
14702     esac
14703
14704     wine_fn_config_makefile $ac_dir $ac_enable "$ac_flags" dlls/Makedll.rules
14705
14706     if eval test \"x\$"$ac_enable"\" = x"no"; then :
14707                 test "$ac_enable" != enable_win16 || return 0
14708                wine_fn_has_flag implib $ac_flags && wine_fn_all_dir_rules $ac_dir dlls/Makedll.rules
14709 else
14710   wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14711 "$ac_dir: __builddeps__
14712 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
14713         @cd $ac_dir && \$(MAKE) \$@"
14714
14715         if wine_fn_has_flag install-lib $ac_flags
14716         then :
14717         else
14718             wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14719 ".PHONY: $ac_dir/__install-lib__ $ac_dir/__uninstall__
14720 install install-lib:: $ac_dir/__install-lib__
14721 __uninstall__: $ac_dir/__uninstall__"
14722             if test -n "$DLLEXT"
14723             then
14724                 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14725 "$ac_dir/__install-lib__:: $ac_dir \$(DESTDIR)\$(dlldir) \$(DESTDIR)\$(fakedlldir)
14726         \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT
14727         \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
14728 $ac_dir/__uninstall__::
14729         \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
14730             else
14731                 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14732 "$ac_dir/__install-lib__:: $ac_dir \$(DESTDIR)\$(dlldir)
14733         \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
14734 $ac_dir/__uninstall__::
14735         \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
14736             fi
14737         fi
14738
14739         wine_fn_pot_rules $ac_dir $ac_flags
14740 fi
14741
14742     if wine_fn_has_flag staticimplib $ac_flags
14743     then
14744         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14745 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
14746 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
14747 $ac_file.def: $ac_dir/$ac_name.spec $ac_dir/Makefile
14748         @cd $ac_dir && \$(MAKE) lib$ac_implib.def
14749 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
14750         @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
14751 .PHONY: $ac_dir/__install-dev__ $ac_dir/__uninstall__
14752 $ac_dir/__install-dev__:: $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)
14753         \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
14754 $ac_dir/__uninstall__::
14755         \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
14756 install install-dev:: $ac_dir/__install-dev__
14757 __uninstall__: $ac_dir/__uninstall__"
14758
14759         if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
14760         then
14761             wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14762 "$ac_dir/__install-dev__:: $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir) __builddeps__
14763         \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
14764 $ac_dir/__uninstall__::
14765         \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
14766         fi
14767
14768         if test "x$CROSSTEST_DISABLE" = x
14769         then
14770             wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14771 "__builddeps__: $ac_file.cross.a
14772 $ac_file.cross.a: $ac_dir/Makefile dummy
14773         @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
14774         fi
14775
14776     elif wine_fn_has_flag implib $ac_flags
14777     then
14778         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14779 "__builddeps__: $ac_file.$IMPLIBEXT
14780 $ac_file.def: $ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
14781         \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export \$(srcdir)/$ac_dir/$ac_name.spec
14782 $ac_file.a: $ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
14783         \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export \$(srcdir)/$ac_dir/$ac_name.spec
14784 .PHONY: $ac_dir/__install-dev__ $ac_dir/__uninstall__
14785 $ac_dir/__install-dev__:: $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)
14786         \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
14787 $ac_dir/__uninstall__::
14788         \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
14789 install install-dev:: $ac_dir/__install-dev__
14790 __uninstall__: $ac_dir/__uninstall__"
14791         if test "x$CROSSTEST_DISABLE" = x
14792         then
14793             wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14794 "__builddeps__: $ac_file.cross.a
14795 $ac_file.cross.a: $ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
14796         \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export \$(srcdir)/$ac_dir/$ac_name.spec"
14797         fi
14798
14799         if test "$ac_name" != "$ac_implib"
14800         then
14801             wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14802 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
14803 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
14804         \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
14805 clean::
14806         \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
14807             if test "x$CROSSTEST_DISABLE" = x
14808             then
14809                 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14810 "__builddeps__: dlls/lib$ac_implib.cross.a
14811 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
14812         \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@"
14813             fi
14814         fi
14815     fi
14816 }
14817
14818 wine_fn_config_program ()
14819 {
14820     ac_name=$1
14821     ac_dir=programs/$ac_name
14822     ac_enable=$2
14823     ac_flags=$3
14824     ac_program=$ac_name
14825
14826     case $ac_name in
14827       *.*) ;;
14828       *)   ac_program=$ac_program.exe ;;
14829     esac
14830
14831     wine_fn_config_makefile $ac_dir $ac_enable "$ac_flags" programs/Makeprog.rules
14832
14833     if eval test \"x\$"$ac_enable"\" = x"no"; then :
14834
14835 else
14836   wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14837 "$ac_dir: __builddeps__"
14838
14839     wine_fn_pot_rules $ac_dir $ac_flags
14840
14841     wine_fn_has_flag install $ac_flags || return
14842     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14843 ".PHONY: $ac_dir/__install__ $ac_dir/__uninstall__
14844 install install-lib:: $ac_dir/__install__
14845 __uninstall__: $ac_dir/__uninstall__"
14846
14847     if test -n "$DLLEXT"
14848     then
14849         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14850 "$ac_dir/__install__:: $ac_dir \$(DESTDIR)\$(dlldir) \$(DESTDIR)\$(fakedlldir)
14851         \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT
14852         \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
14853 $ac_dir/__uninstall__::
14854         \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
14855
14856         if test "x$enable_tools" != xno && wine_fn_has_flag installbin $ac_flags
14857         then
14858             wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14859 "$ac_dir/__install__:: tools \$(DESTDIR)\$(bindir)
14860         \$(INSTALL_SCRIPT) tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
14861 $ac_dir/__uninstall__::
14862         \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
14863         fi
14864     else
14865         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14866 "$ac_dir/__install-lib__:: $ac_dir \$(DESTDIR)\$(dlldir)
14867         \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(dlldir)/$ac_program
14868 $ac_dir/__uninstall__::
14869         \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program"
14870     fi
14871
14872     if test "x$enable_tools" != xno && wine_fn_has_flag manpage $ac_flags
14873     then
14874         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14875 "$ac_dir/__install__:: $ac_dir \$(DESTDIR)\$(mandir)/man\$(prog_manext)
14876         \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
14877 $ac_dir/__uninstall__::
14878         \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
14879     fi
14880 fi
14881 }
14882
14883 wine_fn_config_test ()
14884 {
14885     ac_dir=$1
14886     ac_name=$2
14887     ac_flags=$3
14888     wine_fn_append_file ALL_TEST_RESOURCES $ac_name.res
14889     wine_fn_all_dir_rules $ac_dir Maketest.rules
14890
14891     if test "x$enable_tests" = xno; then :
14892
14893 else
14894   wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14895 "all: $ac_dir
14896 .PHONY: $ac_dir
14897 $ac_dir: $ac_dir/Makefile programs/winetest/Makefile __builddeps__ dummy
14898         @cd $ac_dir && \$(MAKE)
14899 programs/winetest: $ac_dir
14900 check test: $ac_dir/__test__
14901 .PHONY: $ac_dir/__test__
14902 $ac_dir/__test__: dummy
14903         @cd $ac_dir && \$(MAKE) test
14904 testclean::
14905         \$(RM) $ac_dir/*.ok"
14906
14907         if test "x$CROSSTEST_DISABLE" = x
14908         then
14909             wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14910 "crosstest: $ac_dir/__crosstest__
14911 .PHONY: $ac_dir/__crosstest__
14912 $ac_dir/__crosstest__: $ac_dir/Makefile __builddeps__ dummy
14913         @cd $ac_dir && \$(MAKE) crosstest"
14914         fi
14915 fi
14916 }
14917
14918 wine_fn_config_tool ()
14919 {
14920     ac_dir=$1
14921     ac_flags=$2
14922     if test "x$enable_tools" = xno; then :
14923   return 0
14924 fi
14925
14926     wine_fn_config_makefile $ac_dir enable_tools $ac_flags
14927
14928     wine_fn_append_rule ALL_MAKEFILE_DEPENDS "__tooldeps__: $ac_dir"
14929     wine_fn_append_rule ALL_MAKEFILE_DEPENDS "$ac_dir: libs/port"
14930     case $ac_dir in
14931       tools/winebuild) wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(WINEBUILD): $ac_dir" ;;
14932     esac
14933 }
14934
14935 wine_fn_config_makerules ()
14936 {
14937     ac_rules=$1
14938     ac_deps=$2
14939     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14940 "$ac_rules: $ac_rules.in $ac_deps config.status
14941         @./config.status $ac_rules
14942 distclean::
14943         \$(RM) $ac_rules"
14944 }
14945
14946 wine_fn_config_symlink ()
14947 {
14948     ac_link=$1
14949     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14950 "$ac_link:
14951         @./config.status $ac_link
14952 distclean::
14953         \$(RM) $ac_link"
14954 }
14955
14956 if test "x$CROSSTEST_DISABLE" != x
14957 then
14958     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14959 "crosstest:
14960         @echo \"crosstest is not supported (mingw not installed?)\" && false"
14961 fi
14962 ac_config_links="$ac_config_links dlls/shell32/AUTHORS:AUTHORS"
14963 wine_fn_config_symlink dlls/shell32/AUTHORS
14964 ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
14965 test "$srcdir" = "." || wine_fn_config_symlink dlls/wineps.drv/generic.ppd
14966 if test "x$enable_fonts" != xno; then
14967 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
14968 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf
14969 fi
14970 if test "x$enable_fonts" != xno; then
14971 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
14972 test "$srcdir" = "." || wine_fn_config_symlink fonts/symbol.ttf
14973 fi
14974 if test "x$enable_fonts" != xno; then
14975 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
14976 test "$srcdir" = "." || wine_fn_config_symlink fonts/tahoma.ttf
14977 fi
14978 if test "x$enable_fonts" != xno; then
14979 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
14980 test "$srcdir" = "." || wine_fn_config_symlink fonts/tahomabd.ttf
14981 fi
14982 ac_config_links="$ac_config_links po/LINGUAS:po/LINGUAS"
14983 test "$srcdir" = "." || wine_fn_config_symlink po/LINGUAS
14984 if test "x$enable_tools" != xno; then
14985 ac_config_links="$ac_config_links tools/l_intl.nls:tools/l_intl.nls"
14986 test "$srcdir" = "." || wine_fn_config_symlink tools/l_intl.nls
14987 fi
14988 ac_config_links="$ac_config_links wine:tools/winewrapper"
14989 wine_fn_config_symlink wine
14990 if test "x$enable_win64" != xno; then
14991 ac_config_links="$ac_config_links wine64:tools/winewrapper"
14992 wine_fn_config_symlink wine64
14993 fi
14994
14995 ac_config_commands="$ac_config_commands dlls/gdi32/dibdrv"
14996
14997 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
14998
14999 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
15000
15001 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
15002
15003 ac_config_commands="$ac_config_commands dlls/user32/resources"
15004
15005 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
15006
15007 ac_config_commands="$ac_config_commands include/wine"
15008
15009
15010 wine_fn_config_makerules Make.rules
15011 MAKE_RULES=Make.rules
15012 ac_config_files="$ac_config_files Make.rules"
15013
15014 wine_fn_config_makerules Maketest.rules Make.rules
15015 MAKE_TEST_RULES=Maketest.rules
15016 ac_config_files="$ac_config_files Maketest.rules"
15017
15018 wine_fn_config_makerules dlls/Makedll.rules Make.rules
15019 MAKE_DLL_RULES=dlls/Makedll.rules
15020 ac_config_files="$ac_config_files dlls/Makedll.rules"
15021
15022 wine_fn_config_makerules dlls/Makeimplib.rules Make.rules
15023 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
15024 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
15025
15026 wine_fn_config_makerules programs/Makeprog.rules Make.rules
15027 MAKE_PROG_RULES=programs/Makeprog.rules
15028 ac_config_files="$ac_config_files programs/Makeprog.rules"
15029
15030
15031 wine_fn_config_dll acledit enable_acledit
15032 wine_fn_config_dll aclui enable_aclui implib
15033 wine_fn_config_dll activeds enable_activeds implib
15034 wine_fn_config_dll actxprxy enable_actxprxy
15035 wine_fn_config_lib adsiid
15036 wine_fn_config_dll advapi32 enable_advapi32 implib
15037 wine_fn_config_test dlls/advapi32/tests advapi32_test
15038 wine_fn_config_dll advpack enable_advpack implib
15039 wine_fn_config_test dlls/advpack/tests advpack_test
15040 wine_fn_config_dll amstream enable_amstream
15041 wine_fn_config_test dlls/amstream/tests amstream_test
15042 wine_fn_config_dll apphelp enable_apphelp
15043 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
15044 wine_fn_config_dll atl enable_atl implib
15045 wine_fn_config_test dlls/atl/tests atl_test
15046 wine_fn_config_dll atl80 enable_atl80
15047 wine_fn_config_dll authz enable_authz
15048 wine_fn_config_dll avicap32 enable_avicap32 implib
15049 wine_fn_config_dll avifil32 enable_avifil32 implib,po
15050 wine_fn_config_test dlls/avifil32/tests avifil32_test
15051 wine_fn_config_dll avifile.dll16 enable_win16
15052 wine_fn_config_dll avrt enable_avrt implib
15053 wine_fn_config_dll bcrypt enable_bcrypt
15054 wine_fn_config_dll browseui enable_browseui po
15055 wine_fn_config_test dlls/browseui/tests browseui_test
15056 wine_fn_config_dll cabinet enable_cabinet implib
15057 wine_fn_config_test dlls/cabinet/tests cabinet_test
15058 wine_fn_config_dll capi2032 enable_capi2032 implib
15059 wine_fn_config_dll cards enable_cards implib
15060 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
15061 wine_fn_config_dll clusapi enable_clusapi implib
15062 wine_fn_config_dll comcat enable_comcat
15063 wine_fn_config_test dlls/comcat/tests comcat_test
15064 wine_fn_config_dll comctl32 enable_comctl32 implib,po
15065 wine_fn_config_test dlls/comctl32/tests comctl32_test
15066 wine_fn_config_dll comdlg32 enable_comdlg32 implib,po
15067 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
15068 wine_fn_config_dll comm.drv16 enable_win16
15069 wine_fn_config_dll commdlg.dll16 enable_win16
15070 wine_fn_config_dll compobj.dll16 enable_win16
15071 wine_fn_config_dll compstui enable_compstui implib
15072 wine_fn_config_dll credui enable_credui implib,po
15073 wine_fn_config_test dlls/credui/tests credui_test
15074 wine_fn_config_dll crtdll enable_crtdll implib
15075 wine_fn_config_dll crypt32 enable_crypt32 implib,po
15076 wine_fn_config_test dlls/crypt32/tests crypt32_test
15077 wine_fn_config_dll cryptdlg enable_cryptdlg po
15078 wine_fn_config_dll cryptdll enable_cryptdll implib
15079 wine_fn_config_dll cryptnet enable_cryptnet implib
15080 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
15081 wine_fn_config_dll cryptui enable_cryptui implib,po
15082 wine_fn_config_test dlls/cryptui/tests cryptui_test
15083 wine_fn_config_dll ctapi32 enable_ctapi32
15084 wine_fn_config_dll ctl3d.dll16 enable_win16
15085 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
15086 wine_fn_config_dll ctl3dv2.dll16 enable_win16
15087 wine_fn_config_dll d3d10 enable_d3d10 implib
15088 wine_fn_config_test dlls/d3d10/tests d3d10_test
15089 wine_fn_config_dll d3d10core enable_d3d10core implib
15090 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
15091 wine_fn_config_dll d3d8 enable_d3d8 implib
15092 wine_fn_config_test dlls/d3d8/tests d3d8_test
15093 wine_fn_config_dll d3d9 enable_d3d9 implib
15094 wine_fn_config_test dlls/d3d9/tests d3d9_test
15095 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
15096 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
15097 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
15098 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
15099 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
15100 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
15101 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
15102 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
15103 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
15104 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
15105 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
15106 wine_fn_config_test dlls/d3dcompiler_43/tests d3dcompiler_43_test
15107 wine_fn_config_dll d3dim enable_d3dim implib
15108 wine_fn_config_dll d3drm enable_d3drm implib
15109 wine_fn_config_test dlls/d3drm/tests d3drm_test
15110 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
15111 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
15112 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
15113 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
15114 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
15115 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
15116 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
15117 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
15118 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
15119 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
15120 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
15121 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
15122 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
15123 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
15124 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
15125 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
15126 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
15127 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
15128 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
15129 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
15130 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
15131 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
15132 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
15133 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
15134 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
15135 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
15136 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
15137 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
15138 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
15139 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
15140 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
15141 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
15142 wine_fn_config_dll d3dxof enable_d3dxof implib
15143 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
15144 wine_fn_config_dll dbgeng enable_dbgeng implib
15145 wine_fn_config_dll dbghelp enable_dbghelp implib
15146 wine_fn_config_dll dciman32 enable_dciman32 implib
15147 wine_fn_config_dll ddeml.dll16 enable_win16
15148 wine_fn_config_dll ddraw enable_ddraw implib
15149 wine_fn_config_test dlls/ddraw/tests ddraw_test
15150 wine_fn_config_dll ddrawex enable_ddrawex
15151 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
15152 wine_fn_config_dll devenum enable_devenum po
15153 wine_fn_config_test dlls/devenum/tests devenum_test
15154 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
15155 wine_fn_config_dll dinput enable_dinput implib,po,staticimplib
15156 wine_fn_config_test dlls/dinput/tests dinput_test
15157 wine_fn_config_dll dinput8 enable_dinput8 implib
15158 wine_fn_config_test dlls/dinput8/tests dinput8_test
15159 wine_fn_config_dll dispdib.dll16 enable_win16
15160 wine_fn_config_dll dispex enable_dispex
15161 wine_fn_config_test dlls/dispex/tests dispex_test
15162 wine_fn_config_dll display.drv16 enable_win16
15163 wine_fn_config_dll dmband enable_dmband
15164 wine_fn_config_test dlls/dmband/tests dmband_test
15165 wine_fn_config_dll dmcompos enable_dmcompos
15166 wine_fn_config_dll dmime enable_dmime
15167 wine_fn_config_test dlls/dmime/tests dmime_test
15168 wine_fn_config_dll dmloader enable_dmloader
15169 wine_fn_config_test dlls/dmloader/tests dmloader_test
15170 wine_fn_config_dll dmscript enable_dmscript
15171 wine_fn_config_dll dmstyle enable_dmstyle
15172 wine_fn_config_dll dmsynth enable_dmsynth
15173 wine_fn_config_test dlls/dmsynth/tests dmsynth_test
15174 wine_fn_config_dll dmusic enable_dmusic
15175 wine_fn_config_test dlls/dmusic/tests dmusic_test
15176 wine_fn_config_dll dmusic32 enable_dmusic32 implib
15177 wine_fn_config_dll dnsapi enable_dnsapi implib
15178 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
15179 wine_fn_config_dll dplay enable_dplay implib
15180 wine_fn_config_dll dplayx enable_dplayx implib
15181 wine_fn_config_test dlls/dplayx/tests dplayx_test
15182 wine_fn_config_dll dpnaddr enable_dpnaddr
15183 wine_fn_config_dll dpnet enable_dpnet implib
15184 wine_fn_config_test dlls/dpnet/tests dpnet_test
15185 wine_fn_config_dll dpnhpast enable_dpnhpast
15186 wine_fn_config_dll dpnlobby enable_dpnlobby
15187 wine_fn_config_dll dpwsockx enable_dpwsockx
15188 wine_fn_config_dll drmclien enable_drmclien
15189 wine_fn_config_dll dsound enable_dsound implib
15190 wine_fn_config_test dlls/dsound/tests dsound_test
15191 wine_fn_config_dll dssenh enable_dssenh
15192 wine_fn_config_dll dswave enable_dswave
15193 wine_fn_config_dll dwmapi enable_dwmapi implib
15194 wine_fn_config_dll dxdiagn enable_dxdiagn po
15195 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
15196 wine_fn_config_lib dxerr8
15197 wine_fn_config_lib dxerr9
15198 wine_fn_config_dll dxgi enable_dxgi implib
15199 wine_fn_config_test dlls/dxgi/tests dxgi_test
15200 wine_fn_config_lib dxguid
15201 wine_fn_config_dll explorerframe enable_explorerframe
15202 wine_fn_config_test dlls/explorerframe/tests explorerframe_test
15203 wine_fn_config_dll faultrep enable_faultrep implib
15204 wine_fn_config_test dlls/faultrep/tests faultrep_test
15205 wine_fn_config_dll fltlib enable_fltlib
15206 wine_fn_config_dll fusion enable_fusion
15207 wine_fn_config_test dlls/fusion/tests fusion_test
15208 wine_fn_config_dll fwpuclnt enable_fwpuclnt
15209 wine_fn_config_dll gameux enable_gameux
15210 wine_fn_config_test dlls/gameux/tests gameux_test
15211 wine_fn_config_dll gdi.exe16 enable_win16
15212 wine_fn_config_dll gdi32 enable_gdi32 implib,po
15213 wine_fn_config_test dlls/gdi32/tests gdi32_test
15214 wine_fn_config_dll gdiplus enable_gdiplus implib
15215 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
15216 wine_fn_config_dll glu32 enable_glu32 implib
15217 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
15218 wine_fn_config_dll gpkcsp enable_gpkcsp
15219 wine_fn_config_dll hal enable_hal
15220 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx po
15221 wine_fn_config_dll hid enable_hid implib
15222 wine_fn_config_dll hlink enable_hlink implib
15223 wine_fn_config_test dlls/hlink/tests hlink_test
15224 wine_fn_config_dll hnetcfg enable_hnetcfg
15225 wine_fn_config_dll httpapi enable_httpapi
15226 wine_fn_config_dll iccvid enable_iccvid po
15227 wine_fn_config_dll icmp enable_icmp
15228 wine_fn_config_dll ieframe enable_ieframe implib,po
15229 wine_fn_config_test dlls/ieframe/tests ieframe_test
15230 wine_fn_config_dll ifsmgr.vxd enable_win16
15231 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
15232 wine_fn_config_dll imagehlp enable_imagehlp implib
15233 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
15234 wine_fn_config_dll imm.dll16 enable_win16
15235 wine_fn_config_dll imm32 enable_imm32 implib
15236 wine_fn_config_test dlls/imm32/tests imm32_test
15237 wine_fn_config_dll inetcomm enable_inetcomm implib
15238 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
15239 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
15240 wine_fn_config_dll inetmib1 enable_inetmib1
15241 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
15242 wine_fn_config_dll infosoft enable_infosoft
15243 wine_fn_config_test dlls/infosoft/tests infosoft_test
15244 wine_fn_config_dll initpki enable_initpki
15245 wine_fn_config_dll inkobj enable_inkobj
15246 wine_fn_config_dll inseng enable_inseng
15247 wine_fn_config_dll iphlpapi enable_iphlpapi implib
15248 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
15249 wine_fn_config_dll itircl enable_itircl
15250 wine_fn_config_dll itss enable_itss
15251 wine_fn_config_test dlls/itss/tests itss_test
15252 wine_fn_config_dll joy.cpl enable_joy_cpl po
15253 wine_fn_config_dll jscript enable_jscript po
15254 wine_fn_config_test dlls/jscript/tests jscript_test
15255 wine_fn_config_dll kernel32 enable_kernel32 implib,mc
15256 wine_fn_config_test dlls/kernel32/tests kernel32_test
15257 wine_fn_config_dll keyboard.drv16 enable_win16
15258 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
15259 wine_fn_config_dll ktmw32 enable_ktmw32
15260 wine_fn_config_dll loadperf enable_loadperf implib
15261 wine_fn_config_dll localspl enable_localspl po
15262 wine_fn_config_test dlls/localspl/tests localspl_test
15263 wine_fn_config_dll localui enable_localui po
15264 wine_fn_config_test dlls/localui/tests localui_test
15265 wine_fn_config_dll lz32 enable_lz32 implib
15266 wine_fn_config_test dlls/lz32/tests lz32_test
15267 wine_fn_config_dll lzexpand.dll16 enable_win16
15268 wine_fn_config_dll mapi32 enable_mapi32 implib,po
15269 wine_fn_config_test dlls/mapi32/tests mapi32_test
15270 wine_fn_config_dll mapistub enable_mapistub
15271 wine_fn_config_dll mciavi32 enable_mciavi32
15272 wine_fn_config_dll mcicda enable_mcicda
15273 wine_fn_config_dll mciqtz32 enable_mciqtz32
15274 wine_fn_config_dll mciseq enable_mciseq
15275 wine_fn_config_dll mciwave enable_mciwave
15276 wine_fn_config_dll mgmtapi enable_mgmtapi
15277 wine_fn_config_dll midimap enable_midimap
15278 wine_fn_config_dll mlang enable_mlang implib
15279 wine_fn_config_test dlls/mlang/tests mlang_test
15280 wine_fn_config_dll mmcndmgr enable_mmcndmgr
15281 wine_fn_config_dll mmdevapi enable_mmdevapi
15282 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
15283 wine_fn_config_dll mmdevldr.vxd enable_win16
15284 wine_fn_config_dll mmsystem.dll16 enable_win16
15285 wine_fn_config_dll monodebg.vxd enable_win16
15286 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
15287 wine_fn_config_dll mouse.drv16 enable_win16
15288 wine_fn_config_dll mpr enable_mpr implib,po
15289 wine_fn_config_dll mprapi enable_mprapi implib
15290 wine_fn_config_dll msacm.dll16 enable_win16
15291 wine_fn_config_dll msacm32.drv enable_msacm32_drv
15292 wine_fn_config_dll msacm32 enable_msacm32 implib,po
15293 wine_fn_config_test dlls/msacm32/tests msacm32_test
15294 wine_fn_config_dll msadp32.acm enable_msadp32_acm
15295 wine_fn_config_dll mscat32 enable_mscat32
15296 wine_fn_config_dll mscms enable_mscms implib
15297 wine_fn_config_test dlls/mscms/tests mscms_test
15298 wine_fn_config_dll mscoree enable_mscoree
15299 wine_fn_config_test dlls/mscoree/tests mscoree_test
15300 wine_fn_config_dll msctf enable_msctf
15301 wine_fn_config_test dlls/msctf/tests msctf_test
15302 wine_fn_config_dll msdaps enable_msdaps
15303 wine_fn_config_dll msdmo enable_msdmo implib
15304 wine_fn_config_dll msftedit enable_msftedit
15305 wine_fn_config_dll msg711.acm enable_msg711_acm
15306 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
15307 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb
15308 wine_fn_config_dll mshtml enable_mshtml implib,po
15309 wine_fn_config_test dlls/mshtml/tests mshtml_test
15310 wine_fn_config_dll msi enable_msi implib,po
15311 wine_fn_config_test dlls/msi/tests msi_test
15312 wine_fn_config_dll msident enable_msident
15313 wine_fn_config_dll msimg32 enable_msimg32 implib
15314 wine_fn_config_dll msimsg enable_msimsg
15315 wine_fn_config_dll msimtf enable_msimtf
15316 wine_fn_config_dll msisip enable_msisip
15317 wine_fn_config_dll msisys.ocx enable_msisys_ocx
15318 wine_fn_config_dll msnet32 enable_msnet32
15319 wine_fn_config_dll mspatcha enable_mspatcha
15320 wine_fn_config_dll msrle32 enable_msrle32 po
15321 wine_fn_config_dll mssign32 enable_mssign32
15322 wine_fn_config_dll mssip32 enable_mssip32
15323 wine_fn_config_dll mstask enable_mstask
15324 wine_fn_config_test dlls/mstask/tests mstask_test
15325 wine_fn_config_dll msvcirt enable_msvcirt
15326 wine_fn_config_dll msvcm80 enable_msvcm80
15327 wine_fn_config_dll msvcm90 enable_msvcm90
15328 wine_fn_config_dll msvcp100 enable_msvcp100
15329 wine_fn_config_dll msvcp60 enable_msvcp60
15330 wine_fn_config_dll msvcp70 enable_msvcp70
15331 wine_fn_config_dll msvcp71 enable_msvcp71
15332 wine_fn_config_dll msvcp80 enable_msvcp80
15333 wine_fn_config_dll msvcp90 enable_msvcp90
15334 wine_fn_config_test dlls/msvcp90/tests msvcp90_test
15335 wine_fn_config_dll msvcr100 enable_msvcr100
15336 wine_fn_config_dll msvcr70 enable_msvcr70 implib
15337 wine_fn_config_dll msvcr71 enable_msvcr71 implib
15338 wine_fn_config_dll msvcr80 enable_msvcr80
15339 wine_fn_config_dll msvcr90 enable_msvcr90
15340 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
15341 wine_fn_config_dll msvcrt enable_msvcrt implib
15342 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
15343 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
15344 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
15345 wine_fn_config_dll msvcrtd enable_msvcrtd implib
15346 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
15347 wine_fn_config_dll msvfw32 enable_msvfw32 implib,po
15348 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
15349 wine_fn_config_dll msvidc32 enable_msvidc32 po
15350 wine_fn_config_dll msvideo.dll16 enable_win16
15351 wine_fn_config_dll mswsock enable_mswsock implib
15352 wine_fn_config_dll msxml enable_msxml
15353 wine_fn_config_dll msxml2 enable_msxml2
15354 wine_fn_config_dll msxml3 enable_msxml3
15355 wine_fn_config_test dlls/msxml3/tests msxml3_test
15356 wine_fn_config_dll msxml4 enable_msxml4
15357 wine_fn_config_dll msxml6 enable_msxml6
15358 wine_fn_config_dll nddeapi enable_nddeapi implib
15359 wine_fn_config_dll netapi32 enable_netapi32 implib
15360 wine_fn_config_test dlls/netapi32/tests netapi32_test
15361 wine_fn_config_dll newdev enable_newdev implib
15362 wine_fn_config_dll normaliz enable_normaliz implib
15363 wine_fn_config_dll npmshtml enable_npmshtml
15364 wine_fn_config_dll ntdll enable_ntdll implib
15365 wine_fn_config_test dlls/ntdll/tests ntdll_test
15366 wine_fn_config_dll ntdsapi enable_ntdsapi implib
15367 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
15368 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
15369 wine_fn_config_dll ntprint enable_ntprint
15370 wine_fn_config_test dlls/ntprint/tests ntprint_test
15371 wine_fn_config_dll objsel enable_objsel
15372 wine_fn_config_dll odbc32 enable_odbc32 implib
15373 wine_fn_config_dll odbccp32 enable_odbccp32 implib
15374 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
15375 wine_fn_config_dll ole2.dll16 enable_win16
15376 wine_fn_config_dll ole2conv.dll16 enable_win16
15377 wine_fn_config_dll ole2disp.dll16 enable_win16
15378 wine_fn_config_dll ole2nls.dll16 enable_win16
15379 wine_fn_config_dll ole2prox.dll16 enable_win16
15380 wine_fn_config_dll ole2thk.dll16 enable_win16
15381 wine_fn_config_dll ole32 enable_ole32 implib
15382 wine_fn_config_test dlls/ole32/tests ole32_test
15383 wine_fn_config_dll oleacc enable_oleacc implib,po
15384 wine_fn_config_test dlls/oleacc/tests oleacc_test
15385 wine_fn_config_dll oleaut32 enable_oleaut32 implib,po
15386 wine_fn_config_test dlls/oleaut32/tests oleaut32_test
15387 wine_fn_config_dll olecli.dll16 enable_win16
15388 wine_fn_config_dll olecli32 enable_olecli32 implib
15389 wine_fn_config_dll oledb32 enable_oledb32
15390 wine_fn_config_test dlls/oledb32/tests oledb32_test
15391 wine_fn_config_dll oledlg enable_oledlg implib,po
15392 wine_fn_config_dll olepro32 enable_olepro32 implib
15393 wine_fn_config_dll olesvr.dll16 enable_win16
15394 wine_fn_config_dll olesvr32 enable_olesvr32 implib
15395 wine_fn_config_dll olethk32 enable_olethk32
15396 wine_fn_config_dll openal32 enable_openal32
15397 wine_fn_config_dll opencl enable_opencl
15398 wine_fn_config_dll opengl32 enable_opengl32 implib
15399 wine_fn_config_test dlls/opengl32/tests opengl32_test
15400 wine_fn_config_dll pdh enable_pdh implib
15401 wine_fn_config_test dlls/pdh/tests pdh_test
15402 wine_fn_config_dll photometadatahandler enable_photometadatahandler
15403 wine_fn_config_dll pidgen enable_pidgen
15404 wine_fn_config_dll powrprof enable_powrprof implib
15405 wine_fn_config_dll printui enable_printui
15406 wine_fn_config_dll propsys enable_propsys implib
15407 wine_fn_config_test dlls/propsys/tests propsys_test
15408 wine_fn_config_dll psapi enable_psapi implib
15409 wine_fn_config_test dlls/psapi/tests psapi_test
15410 wine_fn_config_dll pstorec enable_pstorec
15411 wine_fn_config_dll qcap enable_qcap
15412 wine_fn_config_dll qedit enable_qedit
15413 wine_fn_config_test dlls/qedit/tests qedit_test
15414 wine_fn_config_dll qmgr enable_qmgr
15415 wine_fn_config_test dlls/qmgr/tests qmgr_test
15416 wine_fn_config_dll qmgrprxy enable_qmgrprxy
15417 wine_fn_config_dll quartz enable_quartz implib
15418 wine_fn_config_test dlls/quartz/tests quartz_test
15419 wine_fn_config_dll query enable_query
15420 wine_fn_config_dll rasapi16.dll16 enable_win16
15421 wine_fn_config_dll rasapi32 enable_rasapi32 implib
15422 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
15423 wine_fn_config_dll rasdlg enable_rasdlg implib
15424 wine_fn_config_dll regapi enable_regapi
15425 wine_fn_config_dll resutils enable_resutils implib
15426 wine_fn_config_dll riched20 enable_riched20 implib
15427 wine_fn_config_test dlls/riched20/tests riched20_test
15428 wine_fn_config_dll riched32 enable_riched32
15429 wine_fn_config_test dlls/riched32/tests riched32_test
15430 wine_fn_config_dll rpcrt4 enable_rpcrt4 implib
15431 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test
15432 wine_fn_config_dll rsabase enable_rsabase
15433 wine_fn_config_dll rsaenh enable_rsaenh implib
15434 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
15435 wine_fn_config_dll rstrtmgr enable_rstrtmgr
15436 wine_fn_config_dll rtutils enable_rtutils implib
15437 wine_fn_config_dll samlib enable_samlib
15438 wine_fn_config_dll sane.ds enable_sane_ds po
15439 wine_fn_config_dll scarddlg enable_scarddlg
15440 wine_fn_config_dll sccbase enable_sccbase
15441 wine_fn_config_dll schannel enable_schannel
15442 wine_fn_config_test dlls/schannel/tests schannel_test
15443 wine_fn_config_dll scrrun enable_scrrun
15444 wine_fn_config_test dlls/scrrun/tests scrrun_test
15445 wine_fn_config_dll secur32 enable_secur32 implib
15446 wine_fn_config_test dlls/secur32/tests secur32_test
15447 wine_fn_config_dll security enable_security
15448 wine_fn_config_dll sensapi enable_sensapi implib
15449 wine_fn_config_dll serialui enable_serialui implib,po
15450 wine_fn_config_test dlls/serialui/tests serialui_test
15451 wine_fn_config_dll setupapi enable_setupapi implib,po
15452 wine_fn_config_test dlls/setupapi/tests setupapi_test
15453 wine_fn_config_dll setupx.dll16 enable_win16
15454 wine_fn_config_dll sfc enable_sfc implib
15455 wine_fn_config_dll sfc_os enable_sfc_os implib
15456 wine_fn_config_dll shdoclc enable_shdoclc po
15457 wine_fn_config_dll shdocvw enable_shdocvw implib
15458 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
15459 wine_fn_config_dll shell.dll16 enable_win16
15460 wine_fn_config_dll shell32 enable_shell32 implib,po
15461 wine_fn_config_test dlls/shell32/tests shell32_test
15462 wine_fn_config_dll shfolder enable_shfolder implib
15463 wine_fn_config_dll shlwapi enable_shlwapi implib,po
15464 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
15465 wine_fn_config_dll slbcsp enable_slbcsp
15466 wine_fn_config_dll slc enable_slc implib
15467 wine_fn_config_dll snmpapi enable_snmpapi implib
15468 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
15469 wine_fn_config_dll softpub enable_softpub
15470 wine_fn_config_dll sound.drv16 enable_win16
15471 wine_fn_config_dll spoolss enable_spoolss implib
15472 wine_fn_config_test dlls/spoolss/tests spoolss_test
15473 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb
15474 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb
15475 wine_fn_config_dll sti enable_sti implib
15476 wine_fn_config_test dlls/sti/tests sti_test
15477 wine_fn_config_dll storage.dll16 enable_win16
15478 wine_fn_config_dll stress.dll16 enable_win16
15479 wine_fn_config_lib strmbase
15480 wine_fn_config_lib strmiids
15481 wine_fn_config_dll svrapi enable_svrapi
15482 wine_fn_config_dll sxs enable_sxs implib
15483 wine_fn_config_test dlls/sxs/tests sxs_test
15484 wine_fn_config_dll system.drv16 enable_win16
15485 wine_fn_config_dll t2embed enable_t2embed
15486 wine_fn_config_dll tapi32 enable_tapi32 implib
15487 wine_fn_config_dll toolhelp.dll16 enable_win16
15488 wine_fn_config_dll traffic enable_traffic
15489 wine_fn_config_dll twain.dll16 enable_win16
15490 wine_fn_config_dll twain_32 enable_twain_32
15491 wine_fn_config_test dlls/twain_32/tests twain_32_test
15492 wine_fn_config_dll typelib.dll16 enable_win16
15493 wine_fn_config_dll unicows enable_unicows implib
15494 wine_fn_config_dll updspapi enable_updspapi
15495 wine_fn_config_dll url enable_url implib
15496 wine_fn_config_dll urlmon enable_urlmon implib
15497 wine_fn_config_test dlls/urlmon/tests urlmon_test
15498 wine_fn_config_dll usbd.sys enable_usbd_sys implib
15499 wine_fn_config_dll user.exe16 enable_win16
15500 wine_fn_config_dll user32 enable_user32 implib,po
15501 wine_fn_config_test dlls/user32/tests user32_test
15502 wine_fn_config_dll userenv enable_userenv implib
15503 wine_fn_config_test dlls/userenv/tests userenv_test
15504 wine_fn_config_dll usp10 enable_usp10 implib
15505 wine_fn_config_test dlls/usp10/tests usp10_test
15506 wine_fn_config_lib uuid
15507 wine_fn_config_dll uxtheme enable_uxtheme implib
15508 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
15509 wine_fn_config_dll vbscript enable_vbscript
15510 wine_fn_config_test dlls/vbscript/tests vbscript_test
15511 wine_fn_config_dll vcomp enable_vcomp
15512 wine_fn_config_dll vcomp100 enable_vcomp100
15513 wine_fn_config_dll vdhcp.vxd enable_win16
15514 wine_fn_config_dll vdmdbg enable_vdmdbg implib
15515 wine_fn_config_dll ver.dll16 enable_win16
15516 wine_fn_config_dll version enable_version implib
15517 wine_fn_config_test dlls/version/tests version_test
15518 wine_fn_config_dll vmm.vxd enable_win16
15519 wine_fn_config_dll vnbt.vxd enable_win16
15520 wine_fn_config_dll vnetbios.vxd enable_win16
15521 wine_fn_config_dll vtdapi.vxd enable_win16
15522 wine_fn_config_dll vwin32.vxd enable_win16
15523 wine_fn_config_dll w32skrnl enable_win16
15524 wine_fn_config_dll w32sys.dll16 enable_win16
15525 wine_fn_config_dll wbemprox enable_wbemprox
15526 wine_fn_config_dll wer enable_wer implib
15527 wine_fn_config_test dlls/wer/tests wer_test
15528 wine_fn_config_dll wevtapi enable_wevtapi
15529 wine_fn_config_dll wiaservc enable_wiaservc
15530 wine_fn_config_dll win32s16.dll16 enable_win16
15531 wine_fn_config_dll win87em.dll16 enable_win16
15532 wine_fn_config_dll winaspi.dll16 enable_win16
15533 wine_fn_config_dll windebug.dll16 enable_win16
15534 wine_fn_config_dll windowscodecs enable_windowscodecs implib
15535 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
15536 wine_fn_config_dll winealsa.drv enable_winealsa_drv
15537 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
15538 wine_fn_config_lib winecrt0
15539 wine_fn_config_dll wined3d enable_wined3d implib
15540 wine_fn_config_dll winegstreamer enable_winegstreamer
15541 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
15542 wine_fn_config_dll winemapi enable_winemapi
15543 wine_fn_config_dll winemp3.acm enable_winemp3_acm
15544 wine_fn_config_dll wineoss.drv enable_wineoss_drv
15545 wine_fn_config_dll wineps.drv enable_wineps_drv install-lib,po
15546 wine_fn_config_dll wineps16.drv16 enable_win16
15547 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
15548 wine_fn_config_dll winequartz.drv enable_winequartz_drv
15549 wine_fn_config_dll winex11.drv enable_winex11_drv
15550 wine_fn_config_dll wing.dll16 enable_win16
15551 wine_fn_config_dll wing32 enable_wing32
15552 wine_fn_config_dll winhttp enable_winhttp implib
15553 wine_fn_config_test dlls/winhttp/tests winhttp_test
15554 wine_fn_config_dll wininet enable_wininet implib,po
15555 wine_fn_config_test dlls/wininet/tests wininet_test
15556 wine_fn_config_dll winmm enable_winmm implib,po
15557 wine_fn_config_test dlls/winmm/tests winmm_test
15558 wine_fn_config_dll winnls.dll16 enable_win16
15559 wine_fn_config_dll winnls32 enable_winnls32 implib
15560 wine_fn_config_dll winscard enable_winscard implib
15561 wine_fn_config_dll winsock.dll16 enable_win16
15562 wine_fn_config_dll winspool.drv enable_winspool_drv implib,po winspool
15563 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
15564 wine_fn_config_dll winsta enable_winsta
15565 wine_fn_config_dll wintab.dll16 enable_win16
15566 wine_fn_config_dll wintab32 enable_wintab32 implib
15567 wine_fn_config_test dlls/wintab32/tests wintab32_test
15568 wine_fn_config_dll wintrust enable_wintrust implib
15569 wine_fn_config_test dlls/wintrust/tests wintrust_test
15570 wine_fn_config_dll wlanapi enable_wlanapi
15571 wine_fn_config_dll wldap32 enable_wldap32 implib,po
15572 wine_fn_config_test dlls/wldap32/tests wldap32_test
15573 wine_fn_config_dll wmi enable_wmi
15574 wine_fn_config_dll wmiutils enable_wmiutils
15575 wine_fn_config_dll wmvcore enable_wmvcore
15576 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
15577 wine_fn_config_dll wow32 enable_win16 implib
15578 wine_fn_config_dll ws2_32 enable_ws2_32 implib
15579 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
15580 wine_fn_config_dll wshom.ocx enable_wshom_ocx
15581 wine_fn_config_test dlls/wshom.ocx/tests wshom.ocx_test
15582 wine_fn_config_dll wsnmp32 enable_wsnmp32
15583 wine_fn_config_dll wsock32 enable_wsock32 implib
15584 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
15585 wine_fn_config_dll wuapi enable_wuapi
15586 wine_fn_config_dll wuaueng enable_wuaueng
15587 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
15588 wine_fn_config_dll xinput1_1 enable_xinput1_1
15589 wine_fn_config_dll xinput1_2 enable_xinput1_2
15590 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
15591 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
15592 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
15593 wine_fn_config_dll xmllite enable_xmllite
15594 wine_fn_config_test dlls/xmllite/tests xmllite_test
15595 wine_fn_config_dll xolehlp enable_xolehlp
15596 wine_fn_config_dll xpsprint enable_xpsprint
15597 wine_fn_config_makefile documentation enable_documentation
15598 wine_fn_config_makefile fonts enable_fonts install-lib
15599 wine_fn_config_makefile include enable_include install-dev
15600 wine_fn_config_makefile libs/port enable_libs_port
15601 wine_fn_config_makefile libs/wine enable_libs_wine install-dev,install-lib
15602 wine_fn_config_makefile libs/wpp enable_libs_wpp
15603 wine_fn_config_makefile loader enable_loader install-lib,manpage
15604 wine_fn_config_program aspnet_regiis enable_aspnet_regiis install
15605 wine_fn_config_program attrib enable_attrib install,po
15606 wine_fn_config_program cabarc enable_cabarc install
15607 wine_fn_config_program cacls enable_cacls install
15608 wine_fn_config_program clock enable_clock install,po
15609 wine_fn_config_program cmd enable_cmd install,po
15610 wine_fn_config_test programs/cmd/tests cmd.exe_test
15611 wine_fn_config_program control enable_control install
15612 wine_fn_config_program cscript enable_cscript install
15613 wine_fn_config_program dxdiag enable_dxdiag install,po
15614 wine_fn_config_program eject enable_eject install
15615 wine_fn_config_program expand enable_expand install
15616 wine_fn_config_program explorer enable_explorer install,po
15617 wine_fn_config_program extrac32 enable_extrac32 install
15618 wine_fn_config_program hh enable_hh install
15619 wine_fn_config_program hostname enable_hostname install,po
15620 wine_fn_config_program icinfo enable_icinfo install
15621 wine_fn_config_program iexplore enable_iexplore install
15622 wine_fn_config_program ipconfig enable_ipconfig install,po
15623 wine_fn_config_program lodctr enable_lodctr install
15624 wine_fn_config_program mofcomp enable_mofcomp install
15625 wine_fn_config_program mshta enable_mshta install
15626 wine_fn_config_program msiexec enable_msiexec install,installbin,manpage
15627 wine_fn_config_program net enable_net install,po
15628 wine_fn_config_program netsh enable_netsh install
15629 wine_fn_config_program ngen enable_ngen install
15630 wine_fn_config_program notepad enable_notepad install,installbin,manpage,po
15631 wine_fn_config_program oleview enable_oleview install,po
15632 wine_fn_config_program ping enable_ping install
15633 wine_fn_config_program plugplay enable_plugplay install
15634 wine_fn_config_program presentationfontcache enable_presentationfontcache install
15635 wine_fn_config_program progman enable_progman install,po
15636 wine_fn_config_program reg enable_reg install,po
15637 wine_fn_config_program regasm enable_regasm install
15638 wine_fn_config_program regedit enable_regedit install,installbin,manpage,po
15639 wine_fn_config_test programs/regedit/tests regedit.exe_test
15640 wine_fn_config_program regsvcs enable_regsvcs install
15641 wine_fn_config_program regsvr32 enable_regsvr32 install,installbin,manpage
15642 wine_fn_config_program rpcss enable_rpcss install
15643 wine_fn_config_program rundll.exe16 enable_win16 install
15644 wine_fn_config_program rundll32 enable_rundll32 install
15645 wine_fn_config_program sc enable_sc install
15646 wine_fn_config_program secedit enable_secedit install
15647 wine_fn_config_program servicemodelreg enable_servicemodelreg install
15648 wine_fn_config_program services enable_services install
15649 wine_fn_config_program spoolsv enable_spoolsv install
15650 wine_fn_config_program start enable_start install,po
15651 wine_fn_config_program svchost enable_svchost install
15652 wine_fn_config_program taskkill enable_taskkill install,po
15653 wine_fn_config_program taskmgr enable_taskmgr install,po
15654 wine_fn_config_program termsv enable_termsv install
15655 wine_fn_config_program uninstaller enable_uninstaller install,po
15656 wine_fn_config_program unlodctr enable_unlodctr install
15657 wine_fn_config_program view enable_view install,po
15658 wine_fn_config_program wineboot enable_wineboot install,installbin,manpage,po
15659 wine_fn_config_program winebrowser enable_winebrowser install
15660 wine_fn_config_program winecfg enable_winecfg install,installbin,manpage,po
15661 wine_fn_config_program wineconsole enable_wineconsole install,installbin,manpage,po
15662 wine_fn_config_program winedbg enable_winedbg install,installbin,manpage,po
15663 wine_fn_config_program winedevice enable_winedevice install
15664 wine_fn_config_program winefile enable_winefile install,installbin,manpage,po
15665 wine_fn_config_program winemenubuilder enable_winemenubuilder install
15666 wine_fn_config_program winemine enable_winemine install,installbin,manpage,po
15667 wine_fn_config_program winemsibuilder enable_winemsibuilder install
15668 wine_fn_config_program winepath enable_winepath install,installbin,manpage
15669 wine_fn_config_program winetest enable_winetest
15670 wine_fn_config_program winevdm enable_win16 install
15671 wine_fn_config_program winhelp.exe16 enable_win16 install
15672 wine_fn_config_program winhlp32 enable_winhlp32 install,po
15673 wine_fn_config_program winoldap.mod16 enable_win16 install
15674 wine_fn_config_program winver enable_winver install
15675 wine_fn_config_program wmic enable_wmic install
15676 wine_fn_config_program wordpad enable_wordpad install,po
15677 wine_fn_config_program write enable_write install,po
15678 wine_fn_config_program wscript enable_wscript install
15679 wine_fn_config_test programs/wscript/tests wscript.exe_test
15680 wine_fn_config_program wusa enable_wusa install
15681 wine_fn_config_program xcopy enable_xcopy install,po
15682 wine_fn_config_makefile server enable_server install-lib,manpage
15683 wine_fn_config_tool tools install-dev,install-lib,manpage
15684 wine_fn_config_tool tools/widl install-dev,manpage
15685 wine_fn_config_tool tools/winebuild install-dev,manpage
15686 wine_fn_config_tool tools/winedump install-dev,manpage
15687 wine_fn_config_tool tools/winegcc install-dev,manpage
15688 wine_fn_config_tool tools/wmc install-dev,manpage
15689 wine_fn_config_tool tools/wrc install-dev,manpage
15690
15691 LINGUAS="\
15692 ar \
15693 bg \
15694 ca \
15695 cs \
15696 da \
15697 de \
15698 el \
15699 en \
15700 en_US \
15701 eo \
15702 es \
15703 fa \
15704 fi \
15705 fr \
15706 he \
15707 hi \
15708 hu \
15709 it \
15710 ja \
15711 ko \
15712 lt \
15713 ml \
15714 nb_NO \
15715 nl \
15716 or \
15717 pa \
15718 pl \
15719 pt_BR \
15720 pt_PT \
15721 rm \
15722 ro \
15723 ru \
15724 sk \
15725 sl \
15726 sr_RS@cyrillic \
15727 sr_RS@latin \
15728 sv \
15729 te \
15730 th \
15731 tr \
15732 uk \
15733 wa \
15734 zh_CN \
15735 zh_TW"
15736
15737
15738
15739 ac_config_commands="$ac_config_commands Makefile"
15740
15741
15742 ac_config_files="$ac_config_files Make.tmp:Make.vars.in:Makefile.in"
15743
15744
15745
15746 if test "x$enable_maintainer_mode" = xyes
15747 then
15748     wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(srcdir)/configure: configure.ac aclocal.m4
15749         cd \$(srcdir) && autoconf --warnings=all
15750 \$(srcdir)/include/config.h.in: include/stamp-h.in
15751 \$(srcdir)/include/stamp-h.in: configure.ac aclocal.m4
15752         cd \$(srcdir) && autoheader --warnings=all
15753         @echo timestamp > \$@"
15754 fi
15755
15756 if test "x$with_gettextpo" = xyes
15757 then
15758     test "$srcdir" = . || as_fn_error $? "Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
15759     wine_fn_append_rule ALL_MAKEFILE_DEPENDS "ALL_POT_FILES =$ALL_POT_FILES
15760 \$(LINGUAS:%=po/%.po): \$(srcdir)/po/wine.pot
15761         msgmerge --previous -q \$@ \$(srcdir)/po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
15762 \$(srcdir)/po/wine.pot: \$(ALL_POT_FILES)
15763         msgcat -o \$@ \$(ALL_POT_FILES)"
15764 fi
15765
15766 if test "$MSGFMT" != false
15767 then
15768     PORCFLAGS="--po-dir=\$(top_builddir)/po"
15769
15770     wine_fn_append_rule ALL_MAKEFILE_DEPENDS "__builddeps__: \$(ALL_MO_FILES)"
15771 else
15772     LINGUAS=
15773 fi
15774
15775 if test "x$enable_tools" != xno
15776 then
15777     wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(MAKEDEP): tools/Makefile
15778 clean:: __clean__
15779         \$(RM) tools/makedep\$(EXEEXT)"
15780 fi
15781
15782 if test -n "$with_wine64"
15783 then
15784 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
15785 fonts server tools:
15786         \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
15787 $with_wine64/loader/wine:
15788         \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
15789 $with_wine64/loader/wine-preloader:
15790         \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
15791 clean::
15792         \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
15793 fi
15794
15795 cat >confcache <<\_ACEOF
15796 # This file is a shell script that caches the results of configure
15797 # tests run on this system so they can be shared between configure
15798 # scripts and configure runs, see configure's option --config-cache.
15799 # It is not useful on other systems.  If it contains results you don't
15800 # want to keep, you may remove or edit it.
15801 #
15802 # config.status only pays attention to the cache file if you give it
15803 # the --recheck option to rerun configure.
15804 #
15805 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15806 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15807 # following values.
15808
15809 _ACEOF
15810
15811 # The following way of writing the cache mishandles newlines in values,
15812 # but we know of no workaround that is simple, portable, and efficient.
15813 # So, we kill variables containing newlines.
15814 # Ultrix sh set writes to stderr and can't be redirected directly,
15815 # and sets the high bit in the cache file unless we assign to the vars.
15816 (
15817   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15818     eval ac_val=\$$ac_var
15819     case $ac_val in #(
15820     *${as_nl}*)
15821       case $ac_var in #(
15822       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15823 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15824       esac
15825       case $ac_var in #(
15826       _ | IFS | as_nl) ;; #(
15827       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15828       *) { eval $ac_var=; unset $ac_var;} ;;
15829       esac ;;
15830     esac
15831   done
15832
15833   (set) 2>&1 |
15834     case $as_nl`(ac_space=' '; set) 2>&1` in #(
15835     *${as_nl}ac_space=\ *)
15836       # `set' does not quote correctly, so add quotes: double-quote
15837       # substitution turns \\\\ into \\, and sed turns \\ into \.
15838       sed -n \
15839         "s/'/'\\\\''/g;
15840           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15841       ;; #(
15842     *)
15843       # `set' quotes correctly as required by POSIX, so do not add quotes.
15844       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15845       ;;
15846     esac |
15847     sort
15848 ) |
15849   sed '
15850      /^ac_cv_env_/b end
15851      t clear
15852      :clear
15853      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15854      t end
15855      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15856      :end' >>confcache
15857 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15858   if test -w "$cache_file"; then
15859     if test "x$cache_file" != "x/dev/null"; then
15860       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15861 $as_echo "$as_me: updating cache $cache_file" >&6;}
15862       if test ! -f "$cache_file" || test -h "$cache_file"; then
15863         cat confcache >"$cache_file"
15864       else
15865         case $cache_file in #(
15866         */* | ?:*)
15867           mv -f confcache "$cache_file"$$ &&
15868           mv -f "$cache_file"$$ "$cache_file" ;; #(
15869         *)
15870           mv -f confcache "$cache_file" ;;
15871         esac
15872       fi
15873     fi
15874   else
15875     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15876 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15877   fi
15878 fi
15879 rm -f confcache
15880
15881 test "x$prefix" = xNONE && prefix=$ac_default_prefix
15882 # Let make expand exec_prefix.
15883 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15884
15885 DEFS=-DHAVE_CONFIG_H
15886
15887 ac_libobjs=
15888 ac_ltlibobjs=
15889 U=
15890 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15891   # 1. Remove the extension, and $U if already installed.
15892   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15893   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15894   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
15895   #    will be set to the directory where LIBOBJS objects are built.
15896   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15897   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
15898 done
15899 LIBOBJS=$ac_libobjs
15900
15901 LTLIBOBJS=$ac_ltlibobjs
15902
15903
15904
15905 : "${CONFIG_STATUS=./config.status}"
15906 ac_write_fail=0
15907 ac_clean_files_save=$ac_clean_files
15908 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15909 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15910 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15911 as_write_fail=0
15912 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15913 #! $SHELL
15914 # Generated by $as_me.
15915 # Run this file to recreate the current configuration.
15916 # Compiler output produced by configure, useful for debugging
15917 # configure, is in config.log if it exists.
15918
15919 debug=false
15920 ac_cs_recheck=false
15921 ac_cs_silent=false
15922
15923 SHELL=\${CONFIG_SHELL-$SHELL}
15924 export SHELL
15925 _ASEOF
15926 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15927 ## -------------------- ##
15928 ## M4sh Initialization. ##
15929 ## -------------------- ##
15930
15931 # Be more Bourne compatible
15932 DUALCASE=1; export DUALCASE # for MKS sh
15933 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15934   emulate sh
15935   NULLCMD=:
15936   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15937   # is contrary to our usage.  Disable this feature.
15938   alias -g '${1+"$@"}'='"$@"'
15939   setopt NO_GLOB_SUBST
15940 else
15941   case `(set -o) 2>/dev/null` in #(
15942   *posix*) :
15943     set -o posix ;; #(
15944   *) :
15945      ;;
15946 esac
15947 fi
15948
15949
15950 as_nl='
15951 '
15952 export as_nl
15953 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15954 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15955 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15956 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15957 # Prefer a ksh shell builtin over an external printf program on Solaris,
15958 # but without wasting forks for bash or zsh.
15959 if test -z "$BASH_VERSION$ZSH_VERSION" \
15960     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15961   as_echo='print -r --'
15962   as_echo_n='print -rn --'
15963 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15964   as_echo='printf %s\n'
15965   as_echo_n='printf %s'
15966 else
15967   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15968     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15969     as_echo_n='/usr/ucb/echo -n'
15970   else
15971     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15972     as_echo_n_body='eval
15973       arg=$1;
15974       case $arg in #(
15975       *"$as_nl"*)
15976         expr "X$arg" : "X\\(.*\\)$as_nl";
15977         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15978       esac;
15979       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15980     '
15981     export as_echo_n_body
15982     as_echo_n='sh -c $as_echo_n_body as_echo'
15983   fi
15984   export as_echo_body
15985   as_echo='sh -c $as_echo_body as_echo'
15986 fi
15987
15988 # The user is always right.
15989 if test "${PATH_SEPARATOR+set}" != set; then
15990   PATH_SEPARATOR=:
15991   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15992     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15993       PATH_SEPARATOR=';'
15994   }
15995 fi
15996
15997
15998 # IFS
15999 # We need space, tab and new line, in precisely that order.  Quoting is
16000 # there to prevent editors from complaining about space-tab.
16001 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
16002 # splitting by setting IFS to empty value.)
16003 IFS=" ""        $as_nl"
16004
16005 # Find who we are.  Look in the path if we contain no directory separator.
16006 as_myself=
16007 case $0 in #((
16008   *[\\/]* ) as_myself=$0 ;;
16009   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16010 for as_dir in $PATH
16011 do
16012   IFS=$as_save_IFS
16013   test -z "$as_dir" && as_dir=.
16014     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
16015   done
16016 IFS=$as_save_IFS
16017
16018      ;;
16019 esac
16020 # We did not find ourselves, most probably we were run as `sh COMMAND'
16021 # in which case we are not to be found in the path.
16022 if test "x$as_myself" = x; then
16023   as_myself=$0
16024 fi
16025 if test ! -f "$as_myself"; then
16026   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
16027   exit 1
16028 fi
16029
16030 # Unset variables that we do not need and which cause bugs (e.g. in
16031 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
16032 # suppresses any "Segmentation fault" message there.  '((' could
16033 # trigger a bug in pdksh 5.2.14.
16034 for as_var in BASH_ENV ENV MAIL MAILPATH
16035 do eval test x\${$as_var+set} = xset \
16036   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
16037 done
16038 PS1='$ '
16039 PS2='> '
16040 PS4='+ '
16041
16042 # NLS nuisances.
16043 LC_ALL=C
16044 export LC_ALL
16045 LANGUAGE=C
16046 export LANGUAGE
16047
16048 # CDPATH.
16049 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16050
16051
16052 # as_fn_error STATUS ERROR [LINENO LOG_FD]
16053 # ----------------------------------------
16054 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
16055 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
16056 # script with STATUS, using 1 if that was 0.
16057 as_fn_error ()
16058 {
16059   as_status=$1; test $as_status -eq 0 && as_status=1
16060   if test "$4"; then
16061     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16062     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
16063   fi
16064   $as_echo "$as_me: error: $2" >&2
16065   as_fn_exit $as_status
16066 } # as_fn_error
16067
16068
16069 # as_fn_set_status STATUS
16070 # -----------------------
16071 # Set $? to STATUS, without forking.
16072 as_fn_set_status ()
16073 {
16074   return $1
16075 } # as_fn_set_status
16076
16077 # as_fn_exit STATUS
16078 # -----------------
16079 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
16080 as_fn_exit ()
16081 {
16082   set +e
16083   as_fn_set_status $1
16084   exit $1
16085 } # as_fn_exit
16086
16087 # as_fn_unset VAR
16088 # ---------------
16089 # Portably unset VAR.
16090 as_fn_unset ()
16091 {
16092   { eval $1=; unset $1;}
16093 }
16094 as_unset=as_fn_unset
16095 # as_fn_append VAR VALUE
16096 # ----------------------
16097 # Append the text in VALUE to the end of the definition contained in VAR. Take
16098 # advantage of any shell optimizations that allow amortized linear growth over
16099 # repeated appends, instead of the typical quadratic growth present in naive
16100 # implementations.
16101 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
16102   eval 'as_fn_append ()
16103   {
16104     eval $1+=\$2
16105   }'
16106 else
16107   as_fn_append ()
16108   {
16109     eval $1=\$$1\$2
16110   }
16111 fi # as_fn_append
16112
16113 # as_fn_arith ARG...
16114 # ------------------
16115 # Perform arithmetic evaluation on the ARGs, and store the result in the
16116 # global $as_val. Take advantage of shells that can avoid forks. The arguments
16117 # must be portable across $(()) and expr.
16118 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
16119   eval 'as_fn_arith ()
16120   {
16121     as_val=$(( $* ))
16122   }'
16123 else
16124   as_fn_arith ()
16125   {
16126     as_val=`expr "$@" || test $? -eq 1`
16127   }
16128 fi # as_fn_arith
16129
16130
16131 if expr a : '\(a\)' >/dev/null 2>&1 &&
16132    test "X`expr 00001 : '.*\(...\)'`" = X001; then
16133   as_expr=expr
16134 else
16135   as_expr=false
16136 fi
16137
16138 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
16139   as_basename=basename
16140 else
16141   as_basename=false
16142 fi
16143
16144 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
16145   as_dirname=dirname
16146 else
16147   as_dirname=false
16148 fi
16149
16150 as_me=`$as_basename -- "$0" ||
16151 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16152          X"$0" : 'X\(//\)$' \| \
16153          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
16154 $as_echo X/"$0" |
16155     sed '/^.*\/\([^/][^/]*\)\/*$/{
16156             s//\1/
16157             q
16158           }
16159           /^X\/\(\/\/\)$/{
16160             s//\1/
16161             q
16162           }
16163           /^X\/\(\/\).*/{
16164             s//\1/
16165             q
16166           }
16167           s/.*/./; q'`
16168
16169 # Avoid depending upon Character Ranges.
16170 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
16171 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16172 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
16173 as_cr_digits='0123456789'
16174 as_cr_alnum=$as_cr_Letters$as_cr_digits
16175
16176 ECHO_C= ECHO_N= ECHO_T=
16177 case `echo -n x` in #(((((
16178 -n*)
16179   case `echo 'xy\c'` in
16180   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
16181   xy)  ECHO_C='\c';;
16182   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
16183        ECHO_T=' ';;
16184   esac;;
16185 *)
16186   ECHO_N='-n';;
16187 esac
16188
16189 rm -f conf$$ conf$$.exe conf$$.file
16190 if test -d conf$$.dir; then
16191   rm -f conf$$.dir/conf$$.file
16192 else
16193   rm -f conf$$.dir
16194   mkdir conf$$.dir 2>/dev/null
16195 fi
16196 if (echo >conf$$.file) 2>/dev/null; then
16197   if ln -s conf$$.file conf$$ 2>/dev/null; then
16198     as_ln_s='ln -s'
16199     # ... but there are two gotchas:
16200     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16201     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16202     # In both cases, we have to default to `cp -pR'.
16203     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
16204       as_ln_s='cp -pR'
16205   elif ln conf$$.file conf$$ 2>/dev/null; then
16206     as_ln_s=ln
16207   else
16208     as_ln_s='cp -pR'
16209   fi
16210 else
16211   as_ln_s='cp -pR'
16212 fi
16213 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
16214 rmdir conf$$.dir 2>/dev/null
16215
16216
16217 # as_fn_mkdir_p
16218 # -------------
16219 # Create "$as_dir" as a directory, including parents if necessary.
16220 as_fn_mkdir_p ()
16221 {
16222
16223   case $as_dir in #(
16224   -*) as_dir=./$as_dir;;
16225   esac
16226   test -d "$as_dir" || eval $as_mkdir_p || {
16227     as_dirs=
16228     while :; do
16229       case $as_dir in #(
16230       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16231       *) as_qdir=$as_dir;;
16232       esac
16233       as_dirs="'$as_qdir' $as_dirs"
16234       as_dir=`$as_dirname -- "$as_dir" ||
16235 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16236          X"$as_dir" : 'X\(//\)[^/]' \| \
16237          X"$as_dir" : 'X\(//\)$' \| \
16238          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16239 $as_echo X"$as_dir" |
16240     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16241             s//\1/
16242             q
16243           }
16244           /^X\(\/\/\)[^/].*/{
16245             s//\1/
16246             q
16247           }
16248           /^X\(\/\/\)$/{
16249             s//\1/
16250             q
16251           }
16252           /^X\(\/\).*/{
16253             s//\1/
16254             q
16255           }
16256           s/.*/./; q'`
16257       test -d "$as_dir" && break
16258     done
16259     test -z "$as_dirs" || eval "mkdir $as_dirs"
16260   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
16261
16262
16263 } # as_fn_mkdir_p
16264 if mkdir -p . 2>/dev/null; then
16265   as_mkdir_p='mkdir -p "$as_dir"'
16266 else
16267   test -d ./-p && rmdir ./-p
16268   as_mkdir_p=false
16269 fi
16270
16271
16272 # as_fn_executable_p FILE
16273 # -----------------------
16274 # Test if FILE is an executable regular file.
16275 as_fn_executable_p ()
16276 {
16277   test -f "$1" && test -x "$1"
16278 } # as_fn_executable_p
16279 as_test_x='test -x'
16280 as_executable_p=as_fn_executable_p
16281
16282 # Sed expression to map a string onto a valid CPP name.
16283 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16284
16285 # Sed expression to map a string onto a valid variable name.
16286 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16287
16288
16289 exec 6>&1
16290 ## ----------------------------------- ##
16291 ## Main body of $CONFIG_STATUS script. ##
16292 ## ----------------------------------- ##
16293 _ASEOF
16294 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
16295
16296 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16297 # Save the log message, to keep $0 and so on meaningful, and to
16298 # report actual input values of CONFIG_FILES etc. instead of their
16299 # values after options handling.
16300 ac_log="
16301 This file was extended by Wine $as_me 1.5.6, which was
16302 generated by GNU Autoconf 2.69.  Invocation command line was
16303
16304   CONFIG_FILES    = $CONFIG_FILES
16305   CONFIG_HEADERS  = $CONFIG_HEADERS
16306   CONFIG_LINKS    = $CONFIG_LINKS
16307   CONFIG_COMMANDS = $CONFIG_COMMANDS
16308   $ $0 $@
16309
16310 on `(hostname || uname -n) 2>/dev/null | sed 1q`
16311 "
16312
16313 _ACEOF
16314
16315 case $ac_config_files in *"
16316 "*) set x $ac_config_files; shift; ac_config_files=$*;;
16317 esac
16318
16319 case $ac_config_headers in *"
16320 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
16321 esac
16322
16323
16324 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16325 # Files that config.status was made for.
16326 config_files="$ac_config_files"
16327 config_headers="$ac_config_headers"
16328 config_links="$ac_config_links"
16329 config_commands="$ac_config_commands"
16330
16331 _ACEOF
16332
16333 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16334 ac_cs_usage="\
16335 \`$as_me' instantiates files and other configuration actions
16336 from templates according to the current configuration.  Unless the files
16337 and actions are specified as TAGs, all are instantiated by default.
16338
16339 Usage: $0 [OPTION]... [TAG]...
16340
16341   -h, --help       print this help, then exit
16342   -V, --version    print version number and configuration settings, then exit
16343       --config     print configuration, then exit
16344   -q, --quiet, --silent
16345                    do not print progress messages
16346   -d, --debug      don't remove temporary files
16347       --recheck    update $as_me by reconfiguring in the same conditions
16348       --file=FILE[:TEMPLATE]
16349                    instantiate the configuration file FILE
16350       --header=FILE[:TEMPLATE]
16351                    instantiate the configuration header FILE
16352
16353 Configuration files:
16354 $config_files
16355
16356 Configuration headers:
16357 $config_headers
16358
16359 Configuration links:
16360 $config_links
16361
16362 Configuration commands:
16363 $config_commands
16364
16365 Report bugs to <wine-devel@winehq.org>.
16366 Wine home page: <http://www.winehq.org>."
16367
16368 _ACEOF
16369 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16370 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16371 ac_cs_version="\\
16372 Wine config.status 1.5.6
16373 configured by $0, generated by GNU Autoconf 2.69,
16374   with options \\"\$ac_cs_config\\"
16375
16376 Copyright (C) 2012 Free Software Foundation, Inc.
16377 This config.status script is free software; the Free Software Foundation
16378 gives unlimited permission to copy, distribute and modify it."
16379
16380 ac_pwd='$ac_pwd'
16381 srcdir='$srcdir'
16382 INSTALL='$INSTALL'
16383 test -n "\$AWK" || AWK=awk
16384 _ACEOF
16385
16386 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16387 # The default lists apply if the user does not specify any file.
16388 ac_need_defaults=:
16389 while test $# != 0
16390 do
16391   case $1 in
16392   --*=?*)
16393     ac_option=`expr "X$1" : 'X\([^=]*\)='`
16394     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
16395     ac_shift=:
16396     ;;
16397   --*=)
16398     ac_option=`expr "X$1" : 'X\([^=]*\)='`
16399     ac_optarg=
16400     ac_shift=:
16401     ;;
16402   *)
16403     ac_option=$1
16404     ac_optarg=$2
16405     ac_shift=shift
16406     ;;
16407   esac
16408
16409   case $ac_option in
16410   # Handling of the options.
16411   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
16412     ac_cs_recheck=: ;;
16413   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
16414     $as_echo "$ac_cs_version"; exit ;;
16415   --config | --confi | --conf | --con | --co | --c )
16416     $as_echo "$ac_cs_config"; exit ;;
16417   --debug | --debu | --deb | --de | --d | -d )
16418     debug=: ;;
16419   --file | --fil | --fi | --f )
16420     $ac_shift
16421     case $ac_optarg in
16422     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16423     '') as_fn_error $? "missing file argument" ;;
16424     esac
16425     as_fn_append CONFIG_FILES " '$ac_optarg'"
16426     ac_need_defaults=false;;
16427   --header | --heade | --head | --hea )
16428     $ac_shift
16429     case $ac_optarg in
16430     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16431     esac
16432     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
16433     ac_need_defaults=false;;
16434   --he | --h)
16435     # Conflict between --help and --header
16436     as_fn_error $? "ambiguous option: \`$1'
16437 Try \`$0 --help' for more information.";;
16438   --help | --hel | -h )
16439     $as_echo "$ac_cs_usage"; exit ;;
16440   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16441   | -silent | --silent | --silen | --sile | --sil | --si | --s)
16442     ac_cs_silent=: ;;
16443
16444   # This is an error.
16445   -*) as_fn_error $? "unrecognized option: \`$1'
16446 Try \`$0 --help' for more information." ;;
16447
16448   *) as_fn_append ac_config_targets " $1"
16449      ac_need_defaults=false ;;
16450
16451   esac
16452   shift
16453 done
16454
16455 ac_configure_extra_args=
16456
16457 if $ac_cs_silent; then
16458   exec 6>/dev/null
16459   ac_configure_extra_args="$ac_configure_extra_args --silent"
16460 fi
16461
16462 _ACEOF
16463 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16464 if \$ac_cs_recheck; then
16465   set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16466   shift
16467   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16468   CONFIG_SHELL='$SHELL'
16469   export CONFIG_SHELL
16470   exec "\$@"
16471 fi
16472
16473 _ACEOF
16474 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16475 exec 5>>config.log
16476 {
16477   echo
16478   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16479 ## Running $as_me. ##
16480 _ASBOX
16481   $as_echo "$ac_log"
16482 } >&5
16483
16484 _ACEOF
16485 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16486 #
16487 # INIT-COMMANDS
16488 #
16489 wine_fn_output_makefile ()
16490 {
16491     cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && return
16492 $ALL_MAKEFILE_DEPENDS
16493 _WINE_EOF
16494     as_fn_error $? "could not create Makefile" "$LINENO" 5
16495 }
16496
16497 _ACEOF
16498
16499 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16500
16501 # Handling of arguments.
16502 for ac_config_target in $ac_config_targets
16503 do
16504   case $ac_config_target in
16505     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
16506     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
16507     "dlls/shell32/AUTHORS") CONFIG_LINKS="$CONFIG_LINKS dlls/shell32/AUTHORS:AUTHORS" ;;
16508     "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
16509     "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
16510     "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
16511     "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
16512     "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
16513     "po/LINGUAS") CONFIG_LINKS="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
16514     "tools/l_intl.nls") CONFIG_LINKS="$CONFIG_LINKS tools/l_intl.nls:tools/l_intl.nls" ;;
16515     "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
16516     "wine64") CONFIG_LINKS="$CONFIG_LINKS wine64:tools/winewrapper" ;;
16517     "dlls/gdi32/dibdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/dibdrv" ;;
16518     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
16519     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
16520     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
16521     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
16522     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
16523     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
16524     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
16525     "Maketest.rules") CONFIG_FILES="$CONFIG_FILES Maketest.rules" ;;
16526     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
16527     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
16528     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
16529     "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
16530     "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Make.vars.in:Makefile.in" ;;
16531
16532   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16533   esac
16534 done
16535
16536
16537 # If the user did not use the arguments to specify the items to instantiate,
16538 # then the envvar interface is used.  Set only those that are not.
16539 # We use the long form for the default assignment because of an extremely
16540 # bizarre bug on SunOS 4.1.3.
16541 if $ac_need_defaults; then
16542   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16543   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16544   test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
16545   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16546 fi
16547
16548 # Have a temporary directory for convenience.  Make it in the build tree
16549 # simply because there is no reason against having it here, and in addition,
16550 # creating and moving files from /tmp can sometimes cause problems.
16551 # Hook for its removal unless debugging.
16552 # Note that there is a small window in which the directory will not be cleaned:
16553 # after its creation but before its name has been assigned to `$tmp'.
16554 $debug ||
16555 {
16556   tmp= ac_tmp=
16557   trap 'exit_status=$?
16558   : "${ac_tmp:=$tmp}"
16559   { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
16560 ' 0
16561   trap 'as_fn_exit 1' 1 2 13 15
16562 }
16563 # Create a (secure) tmp directory for tmp files.
16564
16565 {
16566   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16567   test -d "$tmp"
16568 }  ||
16569 {
16570   tmp=./conf$$-$RANDOM
16571   (umask 077 && mkdir "$tmp")
16572 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16573 ac_tmp=$tmp
16574
16575 # Set up the scripts for CONFIG_FILES section.
16576 # No need to generate them if there are no CONFIG_FILES.
16577 # This happens for instance with `./config.status config.h'.
16578 if test -n "$CONFIG_FILES"; then
16579
16580 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
16581   ac_cs_awk_getline=:
16582   ac_cs_awk_pipe_init=
16583   ac_cs_awk_read_file='
16584       while ((getline aline < (F[key])) > 0)
16585         print(aline)
16586       close(F[key])'
16587   ac_cs_awk_pipe_fini=
16588 else
16589   ac_cs_awk_getline=false
16590   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
16591   ac_cs_awk_read_file='
16592       print "|#_!!_#|"
16593       print "cat " F[key] " &&"
16594       '$ac_cs_awk_pipe_init
16595   # The final `:' finishes the AND list.
16596   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
16597 fi
16598 ac_cr=`echo X | tr X '\015'`
16599 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16600 # But we know of no other shell where ac_cr would be empty at this
16601 # point, so we can use a bashism as a fallback.
16602 if test "x$ac_cr" = x; then
16603   eval ac_cr=\$\'\\r\'
16604 fi
16605 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16606 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16607   ac_cs_awk_cr='\\r'
16608 else
16609   ac_cs_awk_cr=$ac_cr
16610 fi
16611
16612 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
16613 _ACEOF
16614
16615 # Create commands to substitute file output variables.
16616 {
16617   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
16618   echo 'cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&' &&
16619   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
16620   echo "_ACAWK" &&
16621   echo "_ACEOF"
16622 } >conf$$files.sh &&
16623 . ./conf$$files.sh ||
16624   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16625 rm -f conf$$files.sh
16626
16627 {
16628   echo "cat >conf$$subs.awk <<_ACEOF" &&
16629   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16630   echo "_ACEOF"
16631 } >conf$$subs.sh ||
16632   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16633 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16634 ac_delim='%!_!# '
16635 for ac_last_try in false false false false false :; do
16636   . ./conf$$subs.sh ||
16637     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16638
16639   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16640   if test $ac_delim_n = $ac_delim_num; then
16641     break
16642   elif $ac_last_try; then
16643     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16644   else
16645     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16646   fi
16647 done
16648 rm -f conf$$subs.sh
16649
16650 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16651 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
16652 _ACEOF
16653 sed -n '
16654 h
16655 s/^/S["/; s/!.*/"]=/
16656 p
16657 g
16658 s/^[^!]*!//
16659 :repl
16660 t repl
16661 s/'"$ac_delim"'$//
16662 t delim
16663 :nl
16664 h
16665 s/\(.\{148\}\)..*/\1/
16666 t more1
16667 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16668 p
16669 n
16670 b repl
16671 :more1
16672 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16673 p
16674 g
16675 s/.\{148\}//
16676 t nl
16677 :delim
16678 h
16679 s/\(.\{148\}\)..*/\1/
16680 t more2
16681 s/["\\]/\\&/g; s/^/"/; s/$/"/
16682 p
16683 b
16684 :more2
16685 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16686 p
16687 g
16688 s/.\{148\}//
16689 t delim
16690 ' <conf$$subs.awk | sed '
16691 /^[^""]/{
16692   N
16693   s/\n//
16694 }
16695 ' >>$CONFIG_STATUS || ac_write_fail=1
16696 rm -f conf$$subs.awk
16697 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16698 _ACAWK
16699 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
16700   for (key in S) S_is_set[key] = 1
16701   FS = "\a"
16702   \$ac_cs_awk_pipe_init
16703 }
16704 {
16705   line = $ 0
16706   nfields = split(line, field, "@")
16707   substed = 0
16708   len = length(field[1])
16709   for (i = 2; i < nfields; i++) {
16710     key = field[i]
16711     keylen = length(key)
16712     if (S_is_set[key]) {
16713       value = S[key]
16714       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16715       len += length(value) + length(field[++i])
16716       substed = 1
16717     } else
16718       len += 1 + keylen
16719   }
16720   if (nfields == 3 && !substed) {
16721     key = field[2]
16722     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
16723       \$ac_cs_awk_read_file
16724       next
16725     }
16726   }
16727   print line
16728 }
16729 \$ac_cs_awk_pipe_fini
16730 _ACAWK
16731 _ACEOF
16732 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16733 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16734   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16735 else
16736   cat
16737 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16738   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
16739 _ACEOF
16740
16741 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16742 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
16743 # trailing colons and then remove the whole line if VPATH becomes empty
16744 # (actually we leave an empty line to preserve line numbers).
16745 if test "x$srcdir" = x.; then
16746   ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
16747 h
16748 s///
16749 s/^/:/
16750 s/[      ]*$/:/
16751 s/:\$(srcdir):/:/g
16752 s/:\${srcdir}:/:/g
16753 s/:@srcdir@:/:/g
16754 s/^:*//
16755 s/:*$//
16756 x
16757 s/\(=[   ]*\).*/\1/
16758 G
16759 s/\n//
16760 s/^[^=]*=[       ]*$//
16761 }'
16762 fi
16763
16764 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16765 fi # test -n "$CONFIG_FILES"
16766
16767 # Set up the scripts for CONFIG_HEADERS section.
16768 # No need to generate them if there are no CONFIG_HEADERS.
16769 # This happens for instance with `./config.status Makefile'.
16770 if test -n "$CONFIG_HEADERS"; then
16771 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
16772 BEGIN {
16773 _ACEOF
16774
16775 # Transform confdefs.h into an awk script `defines.awk', embedded as
16776 # here-document in config.status, that substitutes the proper values into
16777 # config.h.in to produce config.h.
16778
16779 # Create a delimiter string that does not exist in confdefs.h, to ease
16780 # handling of long lines.
16781 ac_delim='%!_!# '
16782 for ac_last_try in false false :; do
16783   ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
16784   if test -z "$ac_tt"; then
16785     break
16786   elif $ac_last_try; then
16787     as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
16788   else
16789     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16790   fi
16791 done
16792
16793 # For the awk script, D is an array of macro values keyed by name,
16794 # likewise P contains macro parameters if any.  Preserve backslash
16795 # newline sequences.
16796
16797 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16798 sed -n '
16799 s/.\{148\}/&'"$ac_delim"'/g
16800 t rset
16801 :rset
16802 s/^[     ]*#[    ]*define[       ][      ]*/ /
16803 t def
16804 d
16805 :def
16806 s/\\$//
16807 t bsnl
16808 s/["\\]/\\&/g
16809 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
16810 D["\1"]=" \3"/p
16811 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
16812 d
16813 :bsnl
16814 s/["\\]/\\&/g
16815 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
16816 D["\1"]=" \3\\\\\\n"\\/p
16817 t cont
16818 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16819 t cont
16820 d
16821 :cont
16822 n
16823 s/.\{148\}/&'"$ac_delim"'/g
16824 t clear
16825 :clear
16826 s/\\$//
16827 t bsnlc
16828 s/["\\]/\\&/g; s/^/"/; s/$/"/p
16829 d
16830 :bsnlc
16831 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16832 b cont
16833 ' <confdefs.h | sed '
16834 s/'"$ac_delim"'/"\\\
16835 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16836
16837 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16838   for (key in D) D_is_set[key] = 1
16839   FS = "\a"
16840 }
16841 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16842   line = \$ 0
16843   split(line, arg, " ")
16844   if (arg[1] == "#") {
16845     defundef = arg[2]
16846     mac1 = arg[3]
16847   } else {
16848     defundef = substr(arg[1], 2)
16849     mac1 = arg[2]
16850   }
16851   split(mac1, mac2, "(") #)
16852   macro = mac2[1]
16853   prefix = substr(line, 1, index(line, defundef) - 1)
16854   if (D_is_set[macro]) {
16855     # Preserve the white space surrounding the "#".
16856     print prefix "define", macro P[macro] D[macro]
16857     next
16858   } else {
16859     # Replace #undef with comments.  This is necessary, for example,
16860     # in the case of _POSIX_SOURCE, which is predefined and required
16861     # on some systems where configure will not decide to define it.
16862     if (defundef == "undef") {
16863       print "/*", prefix defundef, macro, "*/"
16864       next
16865     }
16866   }
16867 }
16868 { print }
16869 _ACAWK
16870 _ACEOF
16871 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16872   as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
16873 fi # test -n "$CONFIG_HEADERS"
16874
16875
16876 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS  :L $CONFIG_LINKS  :C $CONFIG_COMMANDS"
16877 shift
16878 for ac_tag
16879 do
16880   case $ac_tag in
16881   :[FHLC]) ac_mode=$ac_tag; continue;;
16882   esac
16883   case $ac_mode$ac_tag in
16884   :[FHL]*:*);;
16885   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
16886   :[FH]-) ac_tag=-:-;;
16887   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16888   esac
16889   ac_save_IFS=$IFS
16890   IFS=:
16891   set x $ac_tag
16892   IFS=$ac_save_IFS
16893   shift
16894   ac_file=$1
16895   shift
16896
16897   case $ac_mode in
16898   :L) ac_source=$1;;
16899   :[FH])
16900     ac_file_inputs=
16901     for ac_f
16902     do
16903       case $ac_f in
16904       -) ac_f="$ac_tmp/stdin";;
16905       *) # Look for the file first in the build tree, then in the source tree
16906          # (if the path is not absolute).  The absolute path cannot be DOS-style,
16907          # because $ac_f cannot contain `:'.
16908          test -f "$ac_f" ||
16909            case $ac_f in
16910            [\\/$]*) false;;
16911            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16912            esac ||
16913            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16914       esac
16915       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16916       as_fn_append ac_file_inputs " '$ac_f'"
16917     done
16918
16919     # Let's still pretend it is `configure' which instantiates (i.e., don't
16920     # use $as_me), people would be surprised to read:
16921     #    /* config.h.  Generated by config.status.  */
16922     configure_input='Generated from '`
16923           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16924         `' by configure.'
16925     if test x"$ac_file" != x-; then
16926       configure_input="$ac_file.  $configure_input"
16927       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16928 $as_echo "$as_me: creating $ac_file" >&6;}
16929     fi
16930     # Neutralize special characters interpreted by sed in replacement strings.
16931     case $configure_input in #(
16932     *\&* | *\|* | *\\* )
16933        ac_sed_conf_input=`$as_echo "$configure_input" |
16934        sed 's/[\\\\&|]/\\\\&/g'`;; #(
16935     *) ac_sed_conf_input=$configure_input;;
16936     esac
16937
16938     case $ac_tag in
16939     *:-:* | *:-) cat >"$ac_tmp/stdin" \
16940       || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
16941     esac
16942     ;;
16943   esac
16944
16945   ac_dir=`$as_dirname -- "$ac_file" ||
16946 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16947          X"$ac_file" : 'X\(//\)[^/]' \| \
16948          X"$ac_file" : 'X\(//\)$' \| \
16949          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16950 $as_echo X"$ac_file" |
16951     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16952             s//\1/
16953             q
16954           }
16955           /^X\(\/\/\)[^/].*/{
16956             s//\1/
16957             q
16958           }
16959           /^X\(\/\/\)$/{
16960             s//\1/
16961             q
16962           }
16963           /^X\(\/\).*/{
16964             s//\1/
16965             q
16966           }
16967           s/.*/./; q'`
16968   as_dir="$ac_dir"; as_fn_mkdir_p
16969   ac_builddir=.
16970
16971 case "$ac_dir" in
16972 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16973 *)
16974   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16975   # A ".." for each directory in $ac_dir_suffix.
16976   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16977   case $ac_top_builddir_sub in
16978   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16979   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16980   esac ;;
16981 esac
16982 ac_abs_top_builddir=$ac_pwd
16983 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16984 # for backward compatibility:
16985 ac_top_builddir=$ac_top_build_prefix
16986
16987 case $srcdir in
16988   .)  # We are building in place.
16989     ac_srcdir=.
16990     ac_top_srcdir=$ac_top_builddir_sub
16991     ac_abs_top_srcdir=$ac_pwd ;;
16992   [\\/]* | ?:[\\/]* )  # Absolute name.
16993     ac_srcdir=$srcdir$ac_dir_suffix;
16994     ac_top_srcdir=$srcdir
16995     ac_abs_top_srcdir=$srcdir ;;
16996   *) # Relative name.
16997     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16998     ac_top_srcdir=$ac_top_build_prefix$srcdir
16999     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
17000 esac
17001 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
17002
17003
17004   case $ac_mode in
17005   :F)
17006   #
17007   # CONFIG_FILE
17008   #
17009
17010   case $INSTALL in
17011   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
17012   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
17013   esac
17014 _ACEOF
17015
17016 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17017 # If the template does not know about datarootdir, expand it.
17018 # FIXME: This hack should be removed a few years after 2.60.
17019 ac_datarootdir_hack=; ac_datarootdir_seen=
17020 ac_sed_dataroot='
17021 /datarootdir/ {
17022   p
17023   q
17024 }
17025 /@datadir@/p
17026 /@docdir@/p
17027 /@infodir@/p
17028 /@localedir@/p
17029 /@mandir@/p'
17030 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
17031 *datarootdir*) ac_datarootdir_seen=yes;;
17032 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
17033   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
17034 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
17035 _ACEOF
17036 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17037   ac_datarootdir_hack='
17038   s&@datadir@&$datadir&g
17039   s&@docdir@&$docdir&g
17040   s&@infodir@&$infodir&g
17041   s&@localedir@&$localedir&g
17042   s&@mandir@&$mandir&g
17043   s&\\\${datarootdir}&$datarootdir&g' ;;
17044 esac
17045 _ACEOF
17046
17047 # Neutralize VPATH when `$srcdir' = `.'.
17048 # Shell code in configure.ac might set extrasub.
17049 # FIXME: do we really want to maintain this feature?
17050 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17051 ac_sed_extra="$ac_vpsub
17052 $extrasub
17053 _ACEOF
17054 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17055 :t
17056 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
17057 s|@configure_input@|$ac_sed_conf_input|;t t
17058 s&@top_builddir@&$ac_top_builddir_sub&;t t
17059 s&@top_build_prefix@&$ac_top_build_prefix&;t t
17060 s&@srcdir@&$ac_srcdir&;t t
17061 s&@abs_srcdir@&$ac_abs_srcdir&;t t
17062 s&@top_srcdir@&$ac_top_srcdir&;t t
17063 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
17064 s&@builddir@&$ac_builddir&;t t
17065 s&@abs_builddir@&$ac_abs_builddir&;t t
17066 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
17067 s&@INSTALL@&$ac_INSTALL&;t t
17068 $ac_datarootdir_hack
17069 "
17070 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
17071 if $ac_cs_awk_getline; then
17072   $AWK -f "$ac_tmp/subs.awk"
17073 else
17074   $AWK -f "$ac_tmp/subs.awk" | $SHELL
17075 fi \
17076   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17077
17078 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
17079   { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
17080   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
17081       "$ac_tmp/out"`; test -z "$ac_out"; } &&
17082   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17083 which seems to be undefined.  Please make sure it is defined" >&5
17084 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17085 which seems to be undefined.  Please make sure it is defined" >&2;}
17086
17087   rm -f "$ac_tmp/stdin"
17088   case $ac_file in
17089   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
17090   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
17091   esac \
17092   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17093  ;;
17094   :H)
17095   #
17096   # CONFIG_HEADER
17097   #
17098   if test x"$ac_file" != x-; then
17099     {
17100       $as_echo "/* $configure_input  */" \
17101       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
17102     } >"$ac_tmp/config.h" \
17103       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17104     if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
17105       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
17106 $as_echo "$as_me: $ac_file is unchanged" >&6;}
17107     else
17108       rm -f "$ac_file"
17109       mv "$ac_tmp/config.h" "$ac_file" \
17110         || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17111     fi
17112   else
17113     $as_echo "/* $configure_input  */" \
17114       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
17115       || as_fn_error $? "could not create -" "$LINENO" 5
17116   fi
17117  ;;
17118   :L)
17119   #
17120   # CONFIG_LINK
17121   #
17122
17123   if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
17124     :
17125   else
17126     # Prefer the file from the source tree if names are identical.
17127     if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
17128       ac_source=$srcdir/$ac_source
17129     fi
17130
17131     { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
17132 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
17133
17134     if test ! -r "$ac_source"; then
17135       as_fn_error $? "$ac_source: file not found" "$LINENO" 5
17136     fi
17137     rm -f "$ac_file"
17138
17139     # Try a relative symlink, then a hard link, then a copy.
17140     case $ac_source in
17141     [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
17142         *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
17143     esac
17144     ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
17145       ln "$ac_source" "$ac_file" 2>/dev/null ||
17146       cp -p "$ac_source" "$ac_file" ||
17147       as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
17148   fi
17149  ;;
17150   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
17151 $as_echo "$as_me: executing $ac_file commands" >&6;}
17152  ;;
17153   esac
17154
17155
17156   case $ac_file$ac_mode in
17157     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
17158     "dlls/gdi32/dibdrv":C) test -d "dlls/gdi32/dibdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/dibdrv" >&5
17159 $as_echo "$as_me: creating dlls/gdi32/dibdrv" >&6;}; as_dir="dlls/gdi32/dibdrv"; as_fn_mkdir_p; } ;;
17160     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
17161 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;}; as_dir="dlls/gdi32/enhmfdrv"; as_fn_mkdir_p; } ;;
17162     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
17163 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;}; as_dir="dlls/gdi32/mfdrv"; as_fn_mkdir_p; } ;;
17164     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
17165 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;}; as_dir="dlls/kernel32/nls"; as_fn_mkdir_p; } ;;
17166     "dlls/user32/resources":C) test -d "dlls/user32/resources" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
17167 $as_echo "$as_me: creating dlls/user32/resources" >&6;}; as_dir="dlls/user32/resources"; as_fn_mkdir_p; } ;;
17168     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
17169 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;}; as_dir="dlls/wineps.drv/data"; as_fn_mkdir_p; } ;;
17170     "include/wine":C) test -d "include/wine" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
17171 $as_echo "$as_me: creating include/wine" >&6;}; as_dir="include/wine"; as_fn_mkdir_p; } ;;
17172     "Makefile":C) wine_fn_output_makefile Makefile ;;
17173
17174   esac
17175 done # for ac_tag
17176
17177
17178 as_fn_exit 0
17179 _ACEOF
17180 ac_clean_files=$ac_clean_files_save
17181
17182 test $ac_write_fail = 0 ||
17183   as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
17184
17185
17186 # configure is writing to config.log, and then calls config.status.
17187 # config.status does its own redirection, appending to config.log.
17188 # Unfortunately, on DOS this fails, as config.log is still kept open
17189 # by configure, so config.status won't be able to write to it; its
17190 # output is simply discarded.  So we exec the FD to /dev/null,
17191 # effectively closing config.log, so it can be properly (re)opened and
17192 # appended to by config.status.  When coming back to configure, we
17193 # need to make the FD available again.
17194 if test "$no_create" != yes; then
17195   ac_cs_success=:
17196   ac_config_status_args=
17197   test "$silent" = yes &&
17198     ac_config_status_args="$ac_config_status_args --quiet"
17199   exec 5>/dev/null
17200   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17201   exec 5>>config.log
17202   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17203   # would make configure fail if this is the last instruction.
17204   $ac_cs_success || as_fn_exit 1
17205 fi
17206 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17207   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17208 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
17209 fi
17210
17211
17212 if test "$no_create" = "yes"
17213 then
17214   exit 0
17215 fi
17216
17217 ac_save_IFS="$IFS"
17218 if test "x$wine_notices != "x; then
17219     echo >&6
17220     IFS="|"
17221     for msg in $wine_notices; do
17222         IFS="$ac_save_IFS"
17223         if test -n "$msg"; then
17224             { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
17225 $as_echo "$as_me: $msg" >&6;}
17226         fi
17227     done
17228 fi
17229 IFS="|"
17230 for msg in $wine_warnings; do
17231     IFS="$ac_save_IFS"
17232     if test -n "$msg"; then
17233         echo >&2
17234         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
17235 $as_echo "$as_me: WARNING: $msg" >&2;}
17236     fi
17237 done
17238 IFS="$ac_save_IFS"
17239
17240 echo "
17241 $as_me: Finished.  Do '${ac_make}' to compile Wine.
17242 " >&6
17243