Release 1.5.14.
[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.14.
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.14'
584 PACKAGE_STRING='Wine 1.5.14'
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_osmesa
826 with_oss
827 with_png
828 with_pthread
829 with_sane
830 with_tiff
831 with_v4l
832 with_xcomposite
833 with_xcursor
834 with_xinerama
835 with_xinput
836 with_xinput2
837 with_xml
838 with_xrandr
839 with_xrender
840 with_xshape
841 with_xslt
842 with_xxf86vm
843 with_zlib
844 with_wine_tools
845 with_wine64
846 enable_largefile
847 with_x
848 '
849       ac_precious_vars='build_alias
850 host_alias
851 target_alias
852 CC
853 CFLAGS
854 LDFLAGS
855 LIBS
856 CPPFLAGS
857 CXX
858 CXXFLAGS
859 CCC
860 CPP
861 XMKMF'
862
863
864 # Initialize some variables set by options.
865 ac_init_help=
866 ac_init_version=false
867 ac_unrecognized_opts=
868 ac_unrecognized_sep=
869 # The variables have the same names as the options, with
870 # dashes changed to underlines.
871 cache_file=/dev/null
872 exec_prefix=NONE
873 no_create=
874 no_recursion=
875 prefix=NONE
876 program_prefix=NONE
877 program_suffix=NONE
878 program_transform_name=s,x,x,
879 silent=
880 site=
881 srcdir=
882 verbose=
883 x_includes=NONE
884 x_libraries=NONE
885
886 # Installation directory options.
887 # These are left unexpanded so users can "make install exec_prefix=/foo"
888 # and all the variables that are supposed to be based on exec_prefix
889 # by default will actually change.
890 # Use braces instead of parens because sh, perl, etc. also accept them.
891 # (The list follows the same order as the GNU Coding Standards.)
892 bindir='${exec_prefix}/bin'
893 sbindir='${exec_prefix}/sbin'
894 libexecdir='${exec_prefix}/libexec'
895 datarootdir='${prefix}/share'
896 datadir='${datarootdir}'
897 sysconfdir='${prefix}/etc'
898 sharedstatedir='${prefix}/com'
899 localstatedir='${prefix}/var'
900 includedir='${prefix}/include'
901 oldincludedir='/usr/include'
902 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
903 infodir='${datarootdir}/info'
904 htmldir='${docdir}'
905 dvidir='${docdir}'
906 pdfdir='${docdir}'
907 psdir='${docdir}'
908 libdir='${exec_prefix}/lib'
909 localedir='${datarootdir}/locale'
910 mandir='${datarootdir}/man'
911
912 ac_prev=
913 ac_dashdash=
914 for ac_option
915 do
916   # If the previous option needs an argument, assign it.
917   if test -n "$ac_prev"; then
918     eval $ac_prev=\$ac_option
919     ac_prev=
920     continue
921   fi
922
923   case $ac_option in
924   *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
925   *=)   ac_optarg= ;;
926   *)    ac_optarg=yes ;;
927   esac
928
929   # Accept the important Cygnus configure options, so we can diagnose typos.
930
931   case $ac_dashdash$ac_option in
932   --)
933     ac_dashdash=yes ;;
934
935   -bindir | --bindir | --bindi | --bind | --bin | --bi)
936     ac_prev=bindir ;;
937   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
938     bindir=$ac_optarg ;;
939
940   -build | --build | --buil | --bui | --bu)
941     ac_prev=build_alias ;;
942   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
943     build_alias=$ac_optarg ;;
944
945   -cache-file | --cache-file | --cache-fil | --cache-fi \
946   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
947     ac_prev=cache_file ;;
948   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
949   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
950     cache_file=$ac_optarg ;;
951
952   --config-cache | -C)
953     cache_file=config.cache ;;
954
955   -datadir | --datadir | --datadi | --datad)
956     ac_prev=datadir ;;
957   -datadir=* | --datadir=* | --datadi=* | --datad=*)
958     datadir=$ac_optarg ;;
959
960   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
961   | --dataroo | --dataro | --datar)
962     ac_prev=datarootdir ;;
963   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
964   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
965     datarootdir=$ac_optarg ;;
966
967   -disable-* | --disable-*)
968     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
969     # Reject names that are not valid shell variable names.
970     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
971       as_fn_error $? "invalid feature name: $ac_useropt"
972     ac_useropt_orig=$ac_useropt
973     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
974     case $ac_user_opts in
975       *"
976 "enable_$ac_useropt"
977 "*) ;;
978       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
979          ac_unrecognized_sep=', ';;
980     esac
981     eval enable_$ac_useropt=no ;;
982
983   -docdir | --docdir | --docdi | --doc | --do)
984     ac_prev=docdir ;;
985   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
986     docdir=$ac_optarg ;;
987
988   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
989     ac_prev=dvidir ;;
990   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
991     dvidir=$ac_optarg ;;
992
993   -enable-* | --enable-*)
994     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
995     # Reject names that are not valid shell variable names.
996     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
997       as_fn_error $? "invalid feature name: $ac_useropt"
998     ac_useropt_orig=$ac_useropt
999     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1000     case $ac_user_opts in
1001       *"
1002 "enable_$ac_useropt"
1003 "*) ;;
1004       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1005          ac_unrecognized_sep=', ';;
1006     esac
1007     eval enable_$ac_useropt=\$ac_optarg ;;
1008
1009   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1010   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1011   | --exec | --exe | --ex)
1012     ac_prev=exec_prefix ;;
1013   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1014   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1015   | --exec=* | --exe=* | --ex=*)
1016     exec_prefix=$ac_optarg ;;
1017
1018   -gas | --gas | --ga | --g)
1019     # Obsolete; use --with-gas.
1020     with_gas=yes ;;
1021
1022   -help | --help | --hel | --he | -h)
1023     ac_init_help=long ;;
1024   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1025     ac_init_help=recursive ;;
1026   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1027     ac_init_help=short ;;
1028
1029   -host | --host | --hos | --ho)
1030     ac_prev=host_alias ;;
1031   -host=* | --host=* | --hos=* | --ho=*)
1032     host_alias=$ac_optarg ;;
1033
1034   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1035     ac_prev=htmldir ;;
1036   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1037   | --ht=*)
1038     htmldir=$ac_optarg ;;
1039
1040   -includedir | --includedir | --includedi | --included | --include \
1041   | --includ | --inclu | --incl | --inc)
1042     ac_prev=includedir ;;
1043   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1044   | --includ=* | --inclu=* | --incl=* | --inc=*)
1045     includedir=$ac_optarg ;;
1046
1047   -infodir | --infodir | --infodi | --infod | --info | --inf)
1048     ac_prev=infodir ;;
1049   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1050     infodir=$ac_optarg ;;
1051
1052   -libdir | --libdir | --libdi | --libd)
1053     ac_prev=libdir ;;
1054   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1055     libdir=$ac_optarg ;;
1056
1057   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1058   | --libexe | --libex | --libe)
1059     ac_prev=libexecdir ;;
1060   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1061   | --libexe=* | --libex=* | --libe=*)
1062     libexecdir=$ac_optarg ;;
1063
1064   -localedir | --localedir | --localedi | --localed | --locale)
1065     ac_prev=localedir ;;
1066   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1067     localedir=$ac_optarg ;;
1068
1069   -localstatedir | --localstatedir | --localstatedi | --localstated \
1070   | --localstate | --localstat | --localsta | --localst | --locals)
1071     ac_prev=localstatedir ;;
1072   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1073   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1074     localstatedir=$ac_optarg ;;
1075
1076   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1077     ac_prev=mandir ;;
1078   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1079     mandir=$ac_optarg ;;
1080
1081   -nfp | --nfp | --nf)
1082     # Obsolete; use --without-fp.
1083     with_fp=no ;;
1084
1085   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1086   | --no-cr | --no-c | -n)
1087     no_create=yes ;;
1088
1089   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1090   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1091     no_recursion=yes ;;
1092
1093   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1094   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1095   | --oldin | --oldi | --old | --ol | --o)
1096     ac_prev=oldincludedir ;;
1097   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1098   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1099   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1100     oldincludedir=$ac_optarg ;;
1101
1102   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1103     ac_prev=prefix ;;
1104   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1105     prefix=$ac_optarg ;;
1106
1107   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1108   | --program-pre | --program-pr | --program-p)
1109     ac_prev=program_prefix ;;
1110   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1111   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1112     program_prefix=$ac_optarg ;;
1113
1114   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1115   | --program-suf | --program-su | --program-s)
1116     ac_prev=program_suffix ;;
1117   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1118   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1119     program_suffix=$ac_optarg ;;
1120
1121   -program-transform-name | --program-transform-name \
1122   | --program-transform-nam | --program-transform-na \
1123   | --program-transform-n | --program-transform- \
1124   | --program-transform | --program-transfor \
1125   | --program-transfo | --program-transf \
1126   | --program-trans | --program-tran \
1127   | --progr-tra | --program-tr | --program-t)
1128     ac_prev=program_transform_name ;;
1129   -program-transform-name=* | --program-transform-name=* \
1130   | --program-transform-nam=* | --program-transform-na=* \
1131   | --program-transform-n=* | --program-transform-=* \
1132   | --program-transform=* | --program-transfor=* \
1133   | --program-transfo=* | --program-transf=* \
1134   | --program-trans=* | --program-tran=* \
1135   | --progr-tra=* | --program-tr=* | --program-t=*)
1136     program_transform_name=$ac_optarg ;;
1137
1138   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1139     ac_prev=pdfdir ;;
1140   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1141     pdfdir=$ac_optarg ;;
1142
1143   -psdir | --psdir | --psdi | --psd | --ps)
1144     ac_prev=psdir ;;
1145   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1146     psdir=$ac_optarg ;;
1147
1148   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1149   | -silent | --silent | --silen | --sile | --sil)
1150     silent=yes ;;
1151
1152   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1153     ac_prev=sbindir ;;
1154   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1155   | --sbi=* | --sb=*)
1156     sbindir=$ac_optarg ;;
1157
1158   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1159   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1160   | --sharedst | --shareds | --shared | --share | --shar \
1161   | --sha | --sh)
1162     ac_prev=sharedstatedir ;;
1163   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1164   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1165   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1166   | --sha=* | --sh=*)
1167     sharedstatedir=$ac_optarg ;;
1168
1169   -site | --site | --sit)
1170     ac_prev=site ;;
1171   -site=* | --site=* | --sit=*)
1172     site=$ac_optarg ;;
1173
1174   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1175     ac_prev=srcdir ;;
1176   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1177     srcdir=$ac_optarg ;;
1178
1179   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1180   | --syscon | --sysco | --sysc | --sys | --sy)
1181     ac_prev=sysconfdir ;;
1182   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1183   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1184     sysconfdir=$ac_optarg ;;
1185
1186   -target | --target | --targe | --targ | --tar | --ta | --t)
1187     ac_prev=target_alias ;;
1188   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1189     target_alias=$ac_optarg ;;
1190
1191   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1192     verbose=yes ;;
1193
1194   -version | --version | --versio | --versi | --vers | -V)
1195     ac_init_version=: ;;
1196
1197   -with-* | --with-*)
1198     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1199     # Reject names that are not valid shell variable names.
1200     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1201       as_fn_error $? "invalid package name: $ac_useropt"
1202     ac_useropt_orig=$ac_useropt
1203     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1204     case $ac_user_opts in
1205       *"
1206 "with_$ac_useropt"
1207 "*) ;;
1208       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1209          ac_unrecognized_sep=', ';;
1210     esac
1211     eval with_$ac_useropt=\$ac_optarg ;;
1212
1213   -without-* | --without-*)
1214     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1215     # Reject names that are not valid shell variable names.
1216     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1217       as_fn_error $? "invalid package name: $ac_useropt"
1218     ac_useropt_orig=$ac_useropt
1219     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1220     case $ac_user_opts in
1221       *"
1222 "with_$ac_useropt"
1223 "*) ;;
1224       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1225          ac_unrecognized_sep=', ';;
1226     esac
1227     eval with_$ac_useropt=no ;;
1228
1229   --x)
1230     # Obsolete; use --with-x.
1231     with_x=yes ;;
1232
1233   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1234   | --x-incl | --x-inc | --x-in | --x-i)
1235     ac_prev=x_includes ;;
1236   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1237   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1238     x_includes=$ac_optarg ;;
1239
1240   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1241   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1242     ac_prev=x_libraries ;;
1243   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1244   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1245     x_libraries=$ac_optarg ;;
1246
1247   -*) as_fn_error $? "unrecognized option: \`$ac_option'
1248 Try \`$0 --help' for more information"
1249     ;;
1250
1251   *=*)
1252     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1253     # Reject names that are not valid shell variable names.
1254     case $ac_envvar in #(
1255       '' | [0-9]* | *[!_$as_cr_alnum]* )
1256       as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1257     esac
1258     eval $ac_envvar=\$ac_optarg
1259     export $ac_envvar ;;
1260
1261   *)
1262     # FIXME: should be removed in autoconf 3.0.
1263     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1264     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1265       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1266     : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1267     ;;
1268
1269   esac
1270 done
1271
1272 if test -n "$ac_prev"; then
1273   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1274   as_fn_error $? "missing argument to $ac_option"
1275 fi
1276
1277 if test -n "$ac_unrecognized_opts"; then
1278   case $enable_option_checking in
1279     no) ;;
1280     fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1281     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1282   esac
1283 fi
1284
1285 # Check all directory arguments for consistency.
1286 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1287                 datadir sysconfdir sharedstatedir localstatedir includedir \
1288                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1289                 libdir localedir mandir
1290 do
1291   eval ac_val=\$$ac_var
1292   # Remove trailing slashes.
1293   case $ac_val in
1294     */ )
1295       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1296       eval $ac_var=\$ac_val;;
1297   esac
1298   # Be sure to have absolute directory names.
1299   case $ac_val in
1300     [\\/$]* | ?:[\\/]* )  continue;;
1301     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1302   esac
1303   as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1304 done
1305
1306 # There might be people who depend on the old broken behavior: `$host'
1307 # used to hold the argument of --host etc.
1308 # FIXME: To remove some day.
1309 build=$build_alias
1310 host=$host_alias
1311 target=$target_alias
1312
1313 # FIXME: To remove some day.
1314 if test "x$host_alias" != x; then
1315   if test "x$build_alias" = x; then
1316     cross_compiling=maybe
1317   elif test "x$build_alias" != "x$host_alias"; then
1318     cross_compiling=yes
1319   fi
1320 fi
1321
1322 ac_tool_prefix=
1323 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1324
1325 test "$silent" = yes && exec 6>/dev/null
1326
1327
1328 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1329 ac_ls_di=`ls -di .` &&
1330 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1331   as_fn_error $? "working directory cannot be determined"
1332 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1333   as_fn_error $? "pwd does not report name of working directory"
1334
1335
1336 # Find the source files, if location was not specified.
1337 if test -z "$srcdir"; then
1338   ac_srcdir_defaulted=yes
1339   # Try the directory containing this script, then the parent directory.
1340   ac_confdir=`$as_dirname -- "$as_myself" ||
1341 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1342          X"$as_myself" : 'X\(//\)[^/]' \| \
1343          X"$as_myself" : 'X\(//\)$' \| \
1344          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1345 $as_echo X"$as_myself" |
1346     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1347             s//\1/
1348             q
1349           }
1350           /^X\(\/\/\)[^/].*/{
1351             s//\1/
1352             q
1353           }
1354           /^X\(\/\/\)$/{
1355             s//\1/
1356             q
1357           }
1358           /^X\(\/\).*/{
1359             s//\1/
1360             q
1361           }
1362           s/.*/./; q'`
1363   srcdir=$ac_confdir
1364   if test ! -r "$srcdir/$ac_unique_file"; then
1365     srcdir=..
1366   fi
1367 else
1368   ac_srcdir_defaulted=no
1369 fi
1370 if test ! -r "$srcdir/$ac_unique_file"; then
1371   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1372   as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1373 fi
1374 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1375 ac_abs_confdir=`(
1376         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1377         pwd)`
1378 # When building in place, set srcdir=.
1379 if test "$ac_abs_confdir" = "$ac_pwd"; then
1380   srcdir=.
1381 fi
1382 # Remove unnecessary trailing slashes from srcdir.
1383 # Double slashes in file names in object file debugging info
1384 # mess up M-x gdb in Emacs.
1385 case $srcdir in
1386 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1387 esac
1388 for ac_var in $ac_precious_vars; do
1389   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1390   eval ac_env_${ac_var}_value=\$${ac_var}
1391   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1392   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1393 done
1394
1395 #
1396 # Report the --help message.
1397 #
1398 if test "$ac_init_help" = "long"; then
1399   # Omit some internal or obsolete options to make the list less imposing.
1400   # This message is too long to be a string in the A/UX 3.1 sh.
1401   cat <<_ACEOF
1402 \`configure' configures Wine 1.5.14 to adapt to many kinds of systems.
1403
1404 Usage: $0 [OPTION]... [VAR=VALUE]...
1405
1406 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1407 VAR=VALUE.  See below for descriptions of some of the useful variables.
1408
1409 Defaults for the options are specified in brackets.
1410
1411 Configuration:
1412   -h, --help              display this help and exit
1413       --help=short        display options specific to this package
1414       --help=recursive    display the short help of all the included packages
1415   -V, --version           display version information and exit
1416   -q, --quiet, --silent   do not print \`checking ...' messages
1417       --cache-file=FILE   cache test results in FILE [disabled]
1418   -C, --config-cache      alias for \`--cache-file=config.cache'
1419   -n, --no-create         do not create output files
1420       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1421
1422 Installation directories:
1423   --prefix=PREFIX         install architecture-independent files in PREFIX
1424                           [$ac_default_prefix]
1425   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1426                           [PREFIX]
1427
1428 By default, \`make install' will install all the files in
1429 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1430 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1431 for instance \`--prefix=\$HOME'.
1432
1433 For better control, use the options below.
1434
1435 Fine tuning of the installation directories:
1436   --bindir=DIR            user executables [EPREFIX/bin]
1437   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1438   --libexecdir=DIR        program executables [EPREFIX/libexec]
1439   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1440   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1441   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1442   --libdir=DIR            object code libraries [EPREFIX/lib]
1443   --includedir=DIR        C header files [PREFIX/include]
1444   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1445   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1446   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1447   --infodir=DIR           info documentation [DATAROOTDIR/info]
1448   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1449   --mandir=DIR            man documentation [DATAROOTDIR/man]
1450   --docdir=DIR            documentation root [DATAROOTDIR/doc/wine]
1451   --htmldir=DIR           html documentation [DOCDIR]
1452   --dvidir=DIR            dvi documentation [DOCDIR]
1453   --pdfdir=DIR            pdf documentation [DOCDIR]
1454   --psdir=DIR             ps documentation [DOCDIR]
1455 _ACEOF
1456
1457   cat <<\_ACEOF
1458
1459 X features:
1460   --x-includes=DIR    X include files are in DIR
1461   --x-libraries=DIR   X library files are in DIR
1462
1463 System types:
1464   --build=BUILD     configure for building on BUILD [guessed]
1465   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1466 _ACEOF
1467 fi
1468
1469 if test -n "$ac_init_help"; then
1470   case $ac_init_help in
1471      short | recursive ) echo "Configuration of Wine 1.5.14:";;
1472    esac
1473   cat <<\_ACEOF
1474
1475 Optional Features:
1476   --disable-option-checking  ignore unrecognized --enable/--with options
1477   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1478   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1479   --disable-win16         do not include Win16 support
1480   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1481                           binaries)
1482   --disable-tests         do not build the regression tests
1483   --enable-maintainer-mode
1484                           enable maintainer-specific build rules
1485   --disable-largefile     omit support for large files
1486
1487 Optional Packages:
1488   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1489   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1490   --without-alsa          do not use the Alsa sound support
1491   --without-capi          do not use CAPI (ISDN support)
1492   --without-cms           do not use CMS (color management support)
1493   --without-coreaudio     do not use the CoreAudio sound support
1494   --without-cups          do not use CUPS
1495   --without-curses        do not use (n)curses
1496   --without-dbus          do not use DBus (dynamic device support)
1497   --without-fontconfig    do not use fontconfig
1498   --without-freetype      do not use the FreeType library
1499   --without-gettext       do not use gettext
1500   --with-gettextpo        use the GetTextPO library to rebuild po files
1501   --without-gphoto        do not use gphoto (Digital Camera support)
1502   --without-glu           do not use the GLU library
1503   --without-gnutls        do not use GnuTLS (schannel support)
1504   --without-gsm           do not use libgsm (GSM 06.10 codec support)
1505   --without-gstreamer     do not use GStreamer (codecs support)
1506   --without-hal           do not use HAL (dynamic device support)
1507   --without-jpeg          do not use JPEG
1508   --without-ldap          do not use LDAP
1509   --without-mpg123        do not use the mpg123 library
1510   --without-openal        do not use OpenAL
1511   --without-opencl        do not use OpenCL
1512   --without-opengl        do not use OpenGL
1513   --without-openssl       do not use OpenSSL
1514   --without-osmesa        do not use the OSMesa library
1515   --without-oss           do not use the OSS sound support
1516   --without-png           do not use PNG
1517   --without-pthread       do not use the pthread library
1518   --without-sane          do not use SANE (scanner support)
1519   --without-tiff          do not use TIFF
1520   --without-v4l           do not use v4l1 (v4l support)
1521   --without-xcomposite    do not use the Xcomposite extension
1522   --without-xcursor       do not use the Xcursor extension
1523   --without-xinerama      do not use Xinerama (multi-monitor support)
1524   --without-xinput        do not use the Xinput extension
1525   --without-xinput2       do not use the Xinput 2 extension
1526   --without-xml           do not use XML
1527   --without-xrandr        do not use Xrandr (resolution changes)
1528   --without-xrender       do not use the Xrender extension
1529   --without-xshape        do not use the Xshape extension
1530   --without-xslt          do not use XSLT
1531   --without-xxf86vm       do not use XFree video mode extension
1532   --without-zlib          do not use Zlib (data compression)
1533   --with-wine-tools=DIR   use Wine tools from directory DIR
1534   --with-wine64=DIR       use the 64-bit Wine in DIR for a Wow64 build
1535   --with-x                use the X Window System
1536
1537 Some influential environment variables:
1538   CC          C compiler command
1539   CFLAGS      C compiler flags
1540   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1541               nonstandard directory <lib dir>
1542   LIBS        libraries to pass to the linker, e.g. -l<library>
1543   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1544               you have headers in a nonstandard directory <include dir>
1545   CXX         C++ compiler command
1546   CXXFLAGS    C++ compiler flags
1547   CPP         C preprocessor
1548   XMKMF       Path to xmkmf, Makefile generator for X Window System
1549
1550 Use these variables to override the choices made by `configure' or to help
1551 it to find libraries and programs with nonstandard names/locations.
1552
1553 Report bugs to <wine-devel@winehq.org>.
1554 Wine home page: <http://www.winehq.org>.
1555 _ACEOF
1556 ac_status=$?
1557 fi
1558
1559 if test "$ac_init_help" = "recursive"; then
1560   # If there are subdirs, report their specific --help.
1561   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1562     test -d "$ac_dir" ||
1563       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1564       continue
1565     ac_builddir=.
1566
1567 case "$ac_dir" in
1568 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1569 *)
1570   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1571   # A ".." for each directory in $ac_dir_suffix.
1572   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1573   case $ac_top_builddir_sub in
1574   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1575   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1576   esac ;;
1577 esac
1578 ac_abs_top_builddir=$ac_pwd
1579 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1580 # for backward compatibility:
1581 ac_top_builddir=$ac_top_build_prefix
1582
1583 case $srcdir in
1584   .)  # We are building in place.
1585     ac_srcdir=.
1586     ac_top_srcdir=$ac_top_builddir_sub
1587     ac_abs_top_srcdir=$ac_pwd ;;
1588   [\\/]* | ?:[\\/]* )  # Absolute name.
1589     ac_srcdir=$srcdir$ac_dir_suffix;
1590     ac_top_srcdir=$srcdir
1591     ac_abs_top_srcdir=$srcdir ;;
1592   *) # Relative name.
1593     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1594     ac_top_srcdir=$ac_top_build_prefix$srcdir
1595     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1596 esac
1597 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1598
1599     cd "$ac_dir" || { ac_status=$?; continue; }
1600     # Check for guested configure.
1601     if test -f "$ac_srcdir/configure.gnu"; then
1602       echo &&
1603       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1604     elif test -f "$ac_srcdir/configure"; then
1605       echo &&
1606       $SHELL "$ac_srcdir/configure" --help=recursive
1607     else
1608       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1609     fi || ac_status=$?
1610     cd "$ac_pwd" || { ac_status=$?; break; }
1611   done
1612 fi
1613
1614 test -n "$ac_init_help" && exit $ac_status
1615 if $ac_init_version; then
1616   cat <<\_ACEOF
1617 Wine configure 1.5.14
1618 generated by GNU Autoconf 2.69
1619
1620 Copyright (C) 2012 Free Software Foundation, Inc.
1621 This configure script is free software; the Free Software Foundation
1622 gives unlimited permission to copy, distribute and modify it.
1623 _ACEOF
1624   exit
1625 fi
1626
1627 ## ------------------------ ##
1628 ## Autoconf initialization. ##
1629 ## ------------------------ ##
1630
1631 # ac_fn_c_try_compile LINENO
1632 # --------------------------
1633 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1634 ac_fn_c_try_compile ()
1635 {
1636   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1637   rm -f conftest.$ac_objext
1638   if { { ac_try="$ac_compile"
1639 case "(($ac_try" in
1640   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1641   *) ac_try_echo=$ac_try;;
1642 esac
1643 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1644 $as_echo "$ac_try_echo"; } >&5
1645   (eval "$ac_compile") 2>conftest.err
1646   ac_status=$?
1647   if test -s conftest.err; then
1648     grep -v '^ *+' conftest.err >conftest.er1
1649     cat conftest.er1 >&5
1650     mv -f conftest.er1 conftest.err
1651   fi
1652   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1653   test $ac_status = 0; } && {
1654          test -z "$ac_c_werror_flag" ||
1655          test ! -s conftest.err
1656        } && test -s conftest.$ac_objext; then :
1657   ac_retval=0
1658 else
1659   $as_echo "$as_me: failed program was:" >&5
1660 sed 's/^/| /' conftest.$ac_ext >&5
1661
1662         ac_retval=1
1663 fi
1664   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1665   as_fn_set_status $ac_retval
1666
1667 } # ac_fn_c_try_compile
1668
1669 # ac_fn_cxx_try_compile LINENO
1670 # ----------------------------
1671 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1672 ac_fn_cxx_try_compile ()
1673 {
1674   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1675   rm -f conftest.$ac_objext
1676   if { { ac_try="$ac_compile"
1677 case "(($ac_try" in
1678   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1679   *) ac_try_echo=$ac_try;;
1680 esac
1681 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1682 $as_echo "$ac_try_echo"; } >&5
1683   (eval "$ac_compile") 2>conftest.err
1684   ac_status=$?
1685   if test -s conftest.err; then
1686     grep -v '^ *+' conftest.err >conftest.er1
1687     cat conftest.er1 >&5
1688     mv -f conftest.er1 conftest.err
1689   fi
1690   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1691   test $ac_status = 0; } && {
1692          test -z "$ac_cxx_werror_flag" ||
1693          test ! -s conftest.err
1694        } && test -s conftest.$ac_objext; then :
1695   ac_retval=0
1696 else
1697   $as_echo "$as_me: failed program was:" >&5
1698 sed 's/^/| /' conftest.$ac_ext >&5
1699
1700         ac_retval=1
1701 fi
1702   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1703   as_fn_set_status $ac_retval
1704
1705 } # ac_fn_cxx_try_compile
1706
1707 # ac_fn_c_try_link LINENO
1708 # -----------------------
1709 # Try to link conftest.$ac_ext, and return whether this succeeded.
1710 ac_fn_c_try_link ()
1711 {
1712   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1713   rm -f conftest.$ac_objext conftest$ac_exeext
1714   if { { ac_try="$ac_link"
1715 case "(($ac_try" in
1716   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1717   *) ac_try_echo=$ac_try;;
1718 esac
1719 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1720 $as_echo "$ac_try_echo"; } >&5
1721   (eval "$ac_link") 2>conftest.err
1722   ac_status=$?
1723   if test -s conftest.err; then
1724     grep -v '^ *+' conftest.err >conftest.er1
1725     cat conftest.er1 >&5
1726     mv -f conftest.er1 conftest.err
1727   fi
1728   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1729   test $ac_status = 0; } && {
1730          test -z "$ac_c_werror_flag" ||
1731          test ! -s conftest.err
1732        } && test -s conftest$ac_exeext && {
1733          test "$cross_compiling" = yes ||
1734          test -x conftest$ac_exeext
1735        }; then :
1736   ac_retval=0
1737 else
1738   $as_echo "$as_me: failed program was:" >&5
1739 sed 's/^/| /' conftest.$ac_ext >&5
1740
1741         ac_retval=1
1742 fi
1743   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1744   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1745   # interfere with the next link command; also delete a directory that is
1746   # left behind by Apple's compiler.  We do this before executing the actions.
1747   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1748   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1749   as_fn_set_status $ac_retval
1750
1751 } # ac_fn_c_try_link
1752
1753 # ac_fn_c_try_cpp LINENO
1754 # ----------------------
1755 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1756 ac_fn_c_try_cpp ()
1757 {
1758   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1759   if { { ac_try="$ac_cpp conftest.$ac_ext"
1760 case "(($ac_try" in
1761   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1762   *) ac_try_echo=$ac_try;;
1763 esac
1764 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1765 $as_echo "$ac_try_echo"; } >&5
1766   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1767   ac_status=$?
1768   if test -s conftest.err; then
1769     grep -v '^ *+' conftest.err >conftest.er1
1770     cat conftest.er1 >&5
1771     mv -f conftest.er1 conftest.err
1772   fi
1773   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1774   test $ac_status = 0; } > conftest.i && {
1775          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1776          test ! -s conftest.err
1777        }; then :
1778   ac_retval=0
1779 else
1780   $as_echo "$as_me: failed program was:" >&5
1781 sed 's/^/| /' conftest.$ac_ext >&5
1782
1783     ac_retval=1
1784 fi
1785   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1786   as_fn_set_status $ac_retval
1787
1788 } # ac_fn_c_try_cpp
1789
1790 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1791 # -------------------------------------------------------
1792 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1793 # the include files in INCLUDES and setting the cache variable VAR
1794 # accordingly.
1795 ac_fn_c_check_header_mongrel ()
1796 {
1797   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1798   if eval \${$3+:} false; then :
1799   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1800 $as_echo_n "checking for $2... " >&6; }
1801 if eval \${$3+:} false; then :
1802   $as_echo_n "(cached) " >&6
1803 fi
1804 eval ac_res=\$$3
1805                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1806 $as_echo "$ac_res" >&6; }
1807 else
1808   # Is the header compilable?
1809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1810 $as_echo_n "checking $2 usability... " >&6; }
1811 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1812 /* end confdefs.h.  */
1813 $4
1814 #include <$2>
1815 _ACEOF
1816 if ac_fn_c_try_compile "$LINENO"; then :
1817   ac_header_compiler=yes
1818 else
1819   ac_header_compiler=no
1820 fi
1821 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1823 $as_echo "$ac_header_compiler" >&6; }
1824
1825 # Is the header present?
1826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1827 $as_echo_n "checking $2 presence... " >&6; }
1828 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1829 /* end confdefs.h.  */
1830 #include <$2>
1831 _ACEOF
1832 if ac_fn_c_try_cpp "$LINENO"; then :
1833   ac_header_preproc=yes
1834 else
1835   ac_header_preproc=no
1836 fi
1837 rm -f conftest.err conftest.i conftest.$ac_ext
1838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1839 $as_echo "$ac_header_preproc" >&6; }
1840
1841 # So?  What about this header?
1842 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1843   yes:no: )
1844     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1845 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1846     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1847 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1848     ;;
1849   no:yes:* )
1850     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1851 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1852     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1853 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1854     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1855 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1856     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1857 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1858     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1859 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1860 ( $as_echo "## ------------------------------------ ##
1861 ## Report this to wine-devel@winehq.org ##
1862 ## ------------------------------------ ##"
1863      ) | sed "s/^/$as_me: WARNING:     /" >&2
1864     ;;
1865 esac
1866   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1867 $as_echo_n "checking for $2... " >&6; }
1868 if eval \${$3+:} false; then :
1869   $as_echo_n "(cached) " >&6
1870 else
1871   eval "$3=\$ac_header_compiler"
1872 fi
1873 eval ac_res=\$$3
1874                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1875 $as_echo "$ac_res" >&6; }
1876 fi
1877   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1878
1879 } # ac_fn_c_check_header_mongrel
1880
1881 # ac_fn_c_try_run LINENO
1882 # ----------------------
1883 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1884 # that executables *can* be run.
1885 ac_fn_c_try_run ()
1886 {
1887   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1888   if { { ac_try="$ac_link"
1889 case "(($ac_try" in
1890   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1891   *) ac_try_echo=$ac_try;;
1892 esac
1893 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1894 $as_echo "$ac_try_echo"; } >&5
1895   (eval "$ac_link") 2>&5
1896   ac_status=$?
1897   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1898   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1899   { { case "(($ac_try" in
1900   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1901   *) ac_try_echo=$ac_try;;
1902 esac
1903 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1904 $as_echo "$ac_try_echo"; } >&5
1905   (eval "$ac_try") 2>&5
1906   ac_status=$?
1907   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1908   test $ac_status = 0; }; }; then :
1909   ac_retval=0
1910 else
1911   $as_echo "$as_me: program exited with status $ac_status" >&5
1912        $as_echo "$as_me: failed program was:" >&5
1913 sed 's/^/| /' conftest.$ac_ext >&5
1914
1915        ac_retval=$ac_status
1916 fi
1917   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1918   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1919   as_fn_set_status $ac_retval
1920
1921 } # ac_fn_c_try_run
1922
1923 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1924 # -------------------------------------------------------
1925 # Tests whether HEADER exists and can be compiled using the include files in
1926 # INCLUDES, setting the cache variable VAR accordingly.
1927 ac_fn_c_check_header_compile ()
1928 {
1929   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1930   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1931 $as_echo_n "checking for $2... " >&6; }
1932 if eval \${$3+:} false; then :
1933   $as_echo_n "(cached) " >&6
1934 else
1935   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1936 /* end confdefs.h.  */
1937 $4
1938 #include <$2>
1939 _ACEOF
1940 if ac_fn_c_try_compile "$LINENO"; then :
1941   eval "$3=yes"
1942 else
1943   eval "$3=no"
1944 fi
1945 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1946 fi
1947 eval ac_res=\$$3
1948                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1949 $as_echo "$ac_res" >&6; }
1950   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1951
1952 } # ac_fn_c_check_header_compile
1953
1954 # ac_fn_c_check_func LINENO FUNC VAR
1955 # ----------------------------------
1956 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1957 ac_fn_c_check_func ()
1958 {
1959   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1960   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1961 $as_echo_n "checking for $2... " >&6; }
1962 if eval \${$3+:} false; then :
1963   $as_echo_n "(cached) " >&6
1964 else
1965   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1966 /* end confdefs.h.  */
1967 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1968    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1969 #define $2 innocuous_$2
1970
1971 /* System header to define __stub macros and hopefully few prototypes,
1972     which can conflict with char $2 (); below.
1973     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1974     <limits.h> exists even on freestanding compilers.  */
1975
1976 #ifdef __STDC__
1977 # include <limits.h>
1978 #else
1979 # include <assert.h>
1980 #endif
1981
1982 #undef $2
1983
1984 /* Override any GCC internal prototype to avoid an error.
1985    Use char because int might match the return type of a GCC
1986    builtin and then its argument prototype would still apply.  */
1987 #ifdef __cplusplus
1988 extern "C"
1989 #endif
1990 char $2 ();
1991 /* The GNU C library defines this for functions which it implements
1992     to always fail with ENOSYS.  Some functions are actually named
1993     something starting with __ and the normal name is an alias.  */
1994 #if defined __stub_$2 || defined __stub___$2
1995 choke me
1996 #endif
1997
1998 int
1999 main ()
2000 {
2001 return $2 ();
2002   ;
2003   return 0;
2004 }
2005 _ACEOF
2006 if ac_fn_c_try_link "$LINENO"; then :
2007   eval "$3=yes"
2008 else
2009   eval "$3=no"
2010 fi
2011 rm -f core conftest.err conftest.$ac_objext \
2012     conftest$ac_exeext conftest.$ac_ext
2013 fi
2014 eval ac_res=\$$3
2015                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2016 $as_echo "$ac_res" >&6; }
2017   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2018
2019 } # ac_fn_c_check_func
2020
2021 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2022 # ----------------------------------------------------
2023 # Tries to find if the field MEMBER exists in type AGGR, after including
2024 # INCLUDES, setting cache variable VAR accordingly.
2025 ac_fn_c_check_member ()
2026 {
2027   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2028   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2029 $as_echo_n "checking for $2.$3... " >&6; }
2030 if eval \${$4+:} false; then :
2031   $as_echo_n "(cached) " >&6
2032 else
2033   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2034 /* end confdefs.h.  */
2035 $5
2036 int
2037 main ()
2038 {
2039 static $2 ac_aggr;
2040 if (ac_aggr.$3)
2041 return 0;
2042   ;
2043   return 0;
2044 }
2045 _ACEOF
2046 if ac_fn_c_try_compile "$LINENO"; then :
2047   eval "$4=yes"
2048 else
2049   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2050 /* end confdefs.h.  */
2051 $5
2052 int
2053 main ()
2054 {
2055 static $2 ac_aggr;
2056 if (sizeof ac_aggr.$3)
2057 return 0;
2058   ;
2059   return 0;
2060 }
2061 _ACEOF
2062 if ac_fn_c_try_compile "$LINENO"; then :
2063   eval "$4=yes"
2064 else
2065   eval "$4=no"
2066 fi
2067 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2068 fi
2069 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2070 fi
2071 eval ac_res=\$$4
2072                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2073 $as_echo "$ac_res" >&6; }
2074   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2075
2076 } # ac_fn_c_check_member
2077
2078 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2079 # -------------------------------------------
2080 # Tests whether TYPE exists after having included INCLUDES, setting cache
2081 # variable VAR accordingly.
2082 ac_fn_c_check_type ()
2083 {
2084   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2085   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2086 $as_echo_n "checking for $2... " >&6; }
2087 if eval \${$3+:} false; then :
2088   $as_echo_n "(cached) " >&6
2089 else
2090   eval "$3=no"
2091   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2092 /* end confdefs.h.  */
2093 $4
2094 int
2095 main ()
2096 {
2097 if (sizeof ($2))
2098          return 0;
2099   ;
2100   return 0;
2101 }
2102 _ACEOF
2103 if ac_fn_c_try_compile "$LINENO"; then :
2104   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2105 /* end confdefs.h.  */
2106 $4
2107 int
2108 main ()
2109 {
2110 if (sizeof (($2)))
2111             return 0;
2112   ;
2113   return 0;
2114 }
2115 _ACEOF
2116 if ac_fn_c_try_compile "$LINENO"; then :
2117
2118 else
2119   eval "$3=yes"
2120 fi
2121 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2122 fi
2123 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2124 fi
2125 eval ac_res=\$$3
2126                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2127 $as_echo "$ac_res" >&6; }
2128   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2129
2130 } # ac_fn_c_check_type
2131 cat >config.log <<_ACEOF
2132 This file contains any messages produced by compilers while
2133 running configure, to aid debugging if configure makes a mistake.
2134
2135 It was created by Wine $as_me 1.5.14, which was
2136 generated by GNU Autoconf 2.69.  Invocation command line was
2137
2138   $ $0 $@
2139
2140 _ACEOF
2141 exec 5>>config.log
2142 {
2143 cat <<_ASUNAME
2144 ## --------- ##
2145 ## Platform. ##
2146 ## --------- ##
2147
2148 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2149 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2150 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2151 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2152 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2153
2154 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2155 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2156
2157 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2158 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2159 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2160 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2161 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2162 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2163 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2164
2165 _ASUNAME
2166
2167 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2168 for as_dir in $PATH
2169 do
2170   IFS=$as_save_IFS
2171   test -z "$as_dir" && as_dir=.
2172     $as_echo "PATH: $as_dir"
2173   done
2174 IFS=$as_save_IFS
2175
2176 } >&5
2177
2178 cat >&5 <<_ACEOF
2179
2180
2181 ## ----------- ##
2182 ## Core tests. ##
2183 ## ----------- ##
2184
2185 _ACEOF
2186
2187
2188 # Keep a trace of the command line.
2189 # Strip out --no-create and --no-recursion so they do not pile up.
2190 # Strip out --silent because we don't want to record it for future runs.
2191 # Also quote any args containing shell meta-characters.
2192 # Make two passes to allow for proper duplicate-argument suppression.
2193 ac_configure_args=
2194 ac_configure_args0=
2195 ac_configure_args1=
2196 ac_must_keep_next=false
2197 for ac_pass in 1 2
2198 do
2199   for ac_arg
2200   do
2201     case $ac_arg in
2202     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2203     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2204     | -silent | --silent | --silen | --sile | --sil)
2205       continue ;;
2206     *\'*)
2207       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2208     esac
2209     case $ac_pass in
2210     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2211     2)
2212       as_fn_append ac_configure_args1 " '$ac_arg'"
2213       if test $ac_must_keep_next = true; then
2214         ac_must_keep_next=false # Got value, back to normal.
2215       else
2216         case $ac_arg in
2217           *=* | --config-cache | -C | -disable-* | --disable-* \
2218           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2219           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2220           | -with-* | --with-* | -without-* | --without-* | --x)
2221             case "$ac_configure_args0 " in
2222               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2223             esac
2224             ;;
2225           -* ) ac_must_keep_next=true ;;
2226         esac
2227       fi
2228       as_fn_append ac_configure_args " '$ac_arg'"
2229       ;;
2230     esac
2231   done
2232 done
2233 { ac_configure_args0=; unset ac_configure_args0;}
2234 { ac_configure_args1=; unset ac_configure_args1;}
2235
2236 # When interrupted or exit'd, cleanup temporary files, and complete
2237 # config.log.  We remove comments because anyway the quotes in there
2238 # would cause problems or look ugly.
2239 # WARNING: Use '\'' to represent an apostrophe within the trap.
2240 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2241 trap 'exit_status=$?
2242   # Save into config.log some information that might help in debugging.
2243   {
2244     echo
2245
2246     $as_echo "## ---------------- ##
2247 ## Cache variables. ##
2248 ## ---------------- ##"
2249     echo
2250     # The following way of writing the cache mishandles newlines in values,
2251 (
2252   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2253     eval ac_val=\$$ac_var
2254     case $ac_val in #(
2255     *${as_nl}*)
2256       case $ac_var in #(
2257       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2258 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2259       esac
2260       case $ac_var in #(
2261       _ | IFS | as_nl) ;; #(
2262       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2263       *) { eval $ac_var=; unset $ac_var;} ;;
2264       esac ;;
2265     esac
2266   done
2267   (set) 2>&1 |
2268     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2269     *${as_nl}ac_space=\ *)
2270       sed -n \
2271         "s/'\''/'\''\\\\'\'''\''/g;
2272           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2273       ;; #(
2274     *)
2275       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2276       ;;
2277     esac |
2278     sort
2279 )
2280     echo
2281
2282     $as_echo "## ----------------- ##
2283 ## Output variables. ##
2284 ## ----------------- ##"
2285     echo
2286     for ac_var in $ac_subst_vars
2287     do
2288       eval ac_val=\$$ac_var
2289       case $ac_val in
2290       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2291       esac
2292       $as_echo "$ac_var='\''$ac_val'\''"
2293     done | sort
2294     echo
2295
2296     if test -n "$ac_subst_files"; then
2297       $as_echo "## ------------------- ##
2298 ## File substitutions. ##
2299 ## ------------------- ##"
2300       echo
2301       for ac_var in $ac_subst_files
2302       do
2303         eval ac_val=\$$ac_var
2304         case $ac_val in
2305         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2306         esac
2307         $as_echo "$ac_var='\''$ac_val'\''"
2308       done | sort
2309       echo
2310     fi
2311
2312     if test -s confdefs.h; then
2313       $as_echo "## ----------- ##
2314 ## confdefs.h. ##
2315 ## ----------- ##"
2316       echo
2317       cat confdefs.h
2318       echo
2319     fi
2320     test "$ac_signal" != 0 &&
2321       $as_echo "$as_me: caught signal $ac_signal"
2322     $as_echo "$as_me: exit $exit_status"
2323   } >&5
2324   rm -f core *.core core.conftest.* &&
2325     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2326     exit $exit_status
2327 ' 0
2328 for ac_signal in 1 2 13 15; do
2329   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2330 done
2331 ac_signal=0
2332
2333 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2334 rm -f -r conftest* confdefs.h
2335
2336 $as_echo "/* confdefs.h */" > confdefs.h
2337
2338 # Predefined preprocessor variables.
2339
2340 cat >>confdefs.h <<_ACEOF
2341 #define PACKAGE_NAME "$PACKAGE_NAME"
2342 _ACEOF
2343
2344 cat >>confdefs.h <<_ACEOF
2345 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2346 _ACEOF
2347
2348 cat >>confdefs.h <<_ACEOF
2349 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2350 _ACEOF
2351
2352 cat >>confdefs.h <<_ACEOF
2353 #define PACKAGE_STRING "$PACKAGE_STRING"
2354 _ACEOF
2355
2356 cat >>confdefs.h <<_ACEOF
2357 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2358 _ACEOF
2359
2360 cat >>confdefs.h <<_ACEOF
2361 #define PACKAGE_URL "$PACKAGE_URL"
2362 _ACEOF
2363
2364
2365 # Let the site file select an alternate cache file if it wants to.
2366 # Prefer an explicitly selected file to automatically selected ones.
2367 ac_site_file1=NONE
2368 ac_site_file2=NONE
2369 if test -n "$CONFIG_SITE"; then
2370   # We do not want a PATH search for config.site.
2371   case $CONFIG_SITE in #((
2372     -*)  ac_site_file1=./$CONFIG_SITE;;
2373     */*) ac_site_file1=$CONFIG_SITE;;
2374     *)   ac_site_file1=./$CONFIG_SITE;;
2375   esac
2376 elif test "x$prefix" != xNONE; then
2377   ac_site_file1=$prefix/share/config.site
2378   ac_site_file2=$prefix/etc/config.site
2379 else
2380   ac_site_file1=$ac_default_prefix/share/config.site
2381   ac_site_file2=$ac_default_prefix/etc/config.site
2382 fi
2383 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2384 do
2385   test "x$ac_site_file" = xNONE && continue
2386   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2387     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2388 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2389     sed 's/^/| /' "$ac_site_file" >&5
2390     . "$ac_site_file" \
2391       || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2392 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2393 as_fn_error $? "failed to load site script $ac_site_file
2394 See \`config.log' for more details" "$LINENO" 5; }
2395   fi
2396 done
2397
2398 if test -r "$cache_file"; then
2399   # Some versions of bash will fail to source /dev/null (special files
2400   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
2401   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2402     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2403 $as_echo "$as_me: loading cache $cache_file" >&6;}
2404     case $cache_file in
2405       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2406       *)                      . "./$cache_file";;
2407     esac
2408   fi
2409 else
2410   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2411 $as_echo "$as_me: creating cache $cache_file" >&6;}
2412   >$cache_file
2413 fi
2414
2415 # Check that the precious variables saved in the cache have kept the same
2416 # value.
2417 ac_cache_corrupted=false
2418 for ac_var in $ac_precious_vars; do
2419   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2420   eval ac_new_set=\$ac_env_${ac_var}_set
2421   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2422   eval ac_new_val=\$ac_env_${ac_var}_value
2423   case $ac_old_set,$ac_new_set in
2424     set,)
2425       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2426 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2427       ac_cache_corrupted=: ;;
2428     ,set)
2429       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2430 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2431       ac_cache_corrupted=: ;;
2432     ,);;
2433     *)
2434       if test "x$ac_old_val" != "x$ac_new_val"; then
2435         # differences in whitespace do not lead to failure.
2436         ac_old_val_w=`echo x $ac_old_val`
2437         ac_new_val_w=`echo x $ac_new_val`
2438         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2439           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2440 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2441           ac_cache_corrupted=:
2442         else
2443           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2444 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2445           eval $ac_var=\$ac_old_val
2446         fi
2447         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2448 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2449         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2450 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2451       fi;;
2452   esac
2453   # Pass precious variables to config.status.
2454   if test "$ac_new_set" = set; then
2455     case $ac_new_val in
2456     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2457     *) ac_arg=$ac_var=$ac_new_val ;;
2458     esac
2459     case " $ac_configure_args " in
2460       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2461       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2462     esac
2463   fi
2464 done
2465 if $ac_cache_corrupted; then
2466   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2467 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2468   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2469 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2470   as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2471 fi
2472 ## -------------------- ##
2473 ## Main body of script. ##
2474 ## -------------------- ##
2475
2476 ac_ext=c
2477 ac_cpp='$CPP $CPPFLAGS'
2478 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2479 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2480 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2481
2482
2483
2484 ac_config_headers="$ac_config_headers include/config.h"
2485
2486 ac_aux_dir=
2487 for ac_dir in tools "$srcdir"/tools; do
2488   if test -f "$ac_dir/install-sh"; then
2489     ac_aux_dir=$ac_dir
2490     ac_install_sh="$ac_aux_dir/install-sh -c"
2491     break
2492   elif test -f "$ac_dir/install.sh"; then
2493     ac_aux_dir=$ac_dir
2494     ac_install_sh="$ac_aux_dir/install.sh -c"
2495     break
2496   elif test -f "$ac_dir/shtool"; then
2497     ac_aux_dir=$ac_dir
2498     ac_install_sh="$ac_aux_dir/shtool install -c"
2499     break
2500   fi
2501 done
2502 if test -z "$ac_aux_dir"; then
2503   as_fn_error $? "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2504 fi
2505
2506 # These three variables are undocumented and unsupported,
2507 # and are intended to be withdrawn in a future Autoconf release.
2508 # They can cause serious problems if a builder's source tree is in a directory
2509 # whose full name contains unusual characters.
2510 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2511 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2512 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2513
2514
2515
2516
2517
2518 # Check whether --enable-win16 was given.
2519 if test "${enable_win16+set}" = set; then :
2520   enableval=$enable_win16;
2521 fi
2522
2523 # Check whether --enable-win64 was given.
2524 if test "${enable_win64+set}" = set; then :
2525   enableval=$enable_win64;
2526 fi
2527
2528 # Check whether --enable-tests was given.
2529 if test "${enable_tests+set}" = set; then :
2530   enableval=$enable_tests;
2531 fi
2532
2533 # Check whether --enable-maintainer-mode was given.
2534 if test "${enable_maintainer_mode+set}" = set; then :
2535   enableval=$enable_maintainer_mode;
2536 fi
2537
2538
2539
2540 # Check whether --with-alsa was given.
2541 if test "${with_alsa+set}" = set; then :
2542   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2543 fi
2544
2545
2546 # Check whether --with-capi was given.
2547 if test "${with_capi+set}" = set; then :
2548   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2549 fi
2550
2551
2552 # Check whether --with-cms was given.
2553 if test "${with_cms+set}" = set; then :
2554   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2555 fi
2556
2557
2558 # Check whether --with-coreaudio was given.
2559 if test "${with_coreaudio+set}" = set; then :
2560   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2561 fi
2562
2563
2564 # Check whether --with-cups was given.
2565 if test "${with_cups+set}" = set; then :
2566   withval=$with_cups;
2567 fi
2568
2569
2570 # Check whether --with-curses was given.
2571 if test "${with_curses+set}" = set; then :
2572   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2573 fi
2574
2575
2576 # Check whether --with-dbus was given.
2577 if test "${with_dbus+set}" = set; then :
2578   withval=$with_dbus;
2579 fi
2580
2581
2582 # Check whether --with-fontconfig was given.
2583 if test "${with_fontconfig+set}" = set; then :
2584   withval=$with_fontconfig;
2585 fi
2586
2587
2588 # Check whether --with-freetype was given.
2589 if test "${with_freetype+set}" = set; then :
2590   withval=$with_freetype;
2591 fi
2592
2593
2594 # Check whether --with-gettext was given.
2595 if test "${with_gettext+set}" = set; then :
2596   withval=$with_gettext;
2597 fi
2598
2599
2600 # Check whether --with-gettextpo was given.
2601 if test "${with_gettextpo+set}" = set; then :
2602   withval=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h=no; fi
2603 fi
2604
2605
2606 # Check whether --with-gphoto was given.
2607 if test "${with_gphoto+set}" = set; then :
2608   withval=$with_gphoto;
2609 fi
2610
2611
2612 # Check whether --with-glu was given.
2613 if test "${with_glu+set}" = set; then :
2614   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2615 fi
2616
2617
2618 # Check whether --with-gnutls was given.
2619 if test "${with_gnutls+set}" = set; then :
2620   withval=$with_gnutls;
2621 fi
2622
2623
2624 # Check whether --with-gsm was given.
2625 if test "${with_gsm+set}" = set; then :
2626   withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2627 fi
2628
2629
2630 # Check whether --with-gstreamer was given.
2631 if test "${with_gstreamer+set}" = set; then :
2632   withval=$with_gstreamer;
2633 fi
2634
2635
2636 # Check whether --with-hal was given.
2637 if test "${with_hal+set}" = set; then :
2638   withval=$with_hal;
2639 fi
2640
2641
2642 # Check whether --with-jpeg was given.
2643 if test "${with_jpeg+set}" = set; then :
2644   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2645 fi
2646
2647
2648 # Check whether --with-ldap was given.
2649 if test "${with_ldap+set}" = set; then :
2650   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2651 fi
2652
2653
2654 # Check whether --with-mpg123 was given.
2655 if test "${with_mpg123+set}" = set; then :
2656   withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2657 fi
2658
2659
2660 # Check whether --with-openal was given.
2661 if test "${with_openal+set}" = set; then :
2662   withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2663 fi
2664
2665
2666 # Check whether --with-opencl was given.
2667 if test "${with_opencl+set}" = set; then :
2668   withval=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h=no; ac_cv_header_OpenCL_opencl_h=no; fi
2669 fi
2670
2671
2672 # Check whether --with-opengl was given.
2673 if test "${with_opengl+set}" = set; then :
2674   withval=$with_opengl;
2675 fi
2676
2677
2678 # Check whether --with-openssl was given.
2679 if test "${with_openssl+set}" = set; then :
2680   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2681 fi
2682
2683
2684 # Check whether --with-osmesa was given.
2685 if test "${with_osmesa+set}" = set; then :
2686   withval=$with_osmesa; if test "x$withval" = "xno"; then ac_cv_header_GL_osmesa_h=no; fi
2687 fi
2688
2689
2690 # Check whether --with-oss was given.
2691 if test "${with_oss+set}" = set; then :
2692   withval=$with_oss;
2693 fi
2694
2695
2696 # Check whether --with-png was given.
2697 if test "${with_png+set}" = set; then :
2698   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2699 fi
2700
2701
2702 # Check whether --with-pthread was given.
2703 if test "${with_pthread+set}" = set; then :
2704   withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2705 fi
2706
2707
2708 # Check whether --with-sane was given.
2709 if test "${with_sane+set}" = set; then :
2710   withval=$with_sane;
2711 fi
2712
2713
2714 # Check whether --with-tiff was given.
2715 if test "${with_tiff+set}" = set; then :
2716   withval=$with_tiff; if test "x$withval" = "xno"; then ac_cv_header_tiffio_h=no; fi
2717 fi
2718
2719
2720 # Check whether --with-v4l was given.
2721 if test "${with_v4l+set}" = set; then :
2722   withval=$with_v4l;
2723 fi
2724
2725
2726 # Check whether --with-xcomposite was given.
2727 if test "${with_xcomposite+set}" = set; then :
2728   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2729 fi
2730
2731
2732 # Check whether --with-xcursor was given.
2733 if test "${with_xcursor+set}" = set; then :
2734   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2735 fi
2736
2737
2738 # Check whether --with-xinerama was given.
2739 if test "${with_xinerama+set}" = set; then :
2740   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2741 fi
2742
2743
2744 # Check whether --with-xinput was given.
2745 if test "${with_xinput+set}" = set; then :
2746   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2747 fi
2748
2749
2750 # Check whether --with-xinput2 was given.
2751 if test "${with_xinput2+set}" = set; then :
2752   withval=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h=no; fi
2753 fi
2754
2755
2756 # Check whether --with-xml was given.
2757 if test "${with_xml+set}" = set; then :
2758   withval=$with_xml;
2759 fi
2760
2761
2762 # Check whether --with-xrandr was given.
2763 if test "${with_xrandr+set}" = set; then :
2764   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2765 fi
2766
2767
2768 # Check whether --with-xrender was given.
2769 if test "${with_xrender+set}" = set; then :
2770   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2771 fi
2772
2773
2774 # Check whether --with-xshape was given.
2775 if test "${with_xshape+set}" = set; then :
2776   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2777 fi
2778
2779
2780 # Check whether --with-xslt was given.
2781 if test "${with_xslt+set}" = set; then :
2782   withval=$with_xslt;
2783 fi
2784
2785
2786 # Check whether --with-xxf86vm was given.
2787 if test "${with_xxf86vm+set}" = set; then :
2788   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
2789 fi
2790
2791
2792 # Check whether --with-zlib was given.
2793 if test "${with_zlib+set}" = set; then :
2794   withval=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h=no; fi
2795 fi
2796
2797
2798
2799 # Check whether --with-wine-tools was given.
2800 if test "${with_wine_tools+set}" = set; then :
2801   withval=$with_wine_tools;
2802 fi
2803
2804
2805 # Check whether --with-wine64 was given.
2806 if test "${with_wine64+set}" = set; then :
2807   withval=$with_wine64;
2808 fi
2809
2810
2811 # Make sure we can run config.sub.
2812 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2813   as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2814
2815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2816 $as_echo_n "checking build system type... " >&6; }
2817 if ${ac_cv_build+:} false; then :
2818   $as_echo_n "(cached) " >&6
2819 else
2820   ac_build_alias=$build_alias
2821 test "x$ac_build_alias" = x &&
2822   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2823 test "x$ac_build_alias" = x &&
2824   as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2825 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2826   as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2827
2828 fi
2829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2830 $as_echo "$ac_cv_build" >&6; }
2831 case $ac_cv_build in
2832 *-*-*) ;;
2833 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2834 esac
2835 build=$ac_cv_build
2836 ac_save_IFS=$IFS; IFS='-'
2837 set x $ac_cv_build
2838 shift
2839 build_cpu=$1
2840 build_vendor=$2
2841 shift; shift
2842 # Remember, the first character of IFS is used to create $*,
2843 # except with old shells:
2844 build_os=$*
2845 IFS=$ac_save_IFS
2846 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2847
2848
2849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2850 $as_echo_n "checking host system type... " >&6; }
2851 if ${ac_cv_host+:} false; then :
2852   $as_echo_n "(cached) " >&6
2853 else
2854   if test "x$host_alias" = x; then
2855   ac_cv_host=$ac_cv_build
2856 else
2857   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2858     as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2859 fi
2860
2861 fi
2862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2863 $as_echo "$ac_cv_host" >&6; }
2864 case $ac_cv_host in
2865 *-*-*) ;;
2866 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2867 esac
2868 host=$ac_cv_host
2869 ac_save_IFS=$IFS; IFS='-'
2870 set x $ac_cv_host
2871 shift
2872 host_cpu=$1
2873 host_vendor=$2
2874 shift; shift
2875 # Remember, the first character of IFS is used to create $*,
2876 # except with old shells:
2877 host_os=$*
2878 IFS=$ac_save_IFS
2879 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2880
2881
2882
2883 case "$srcdir" in
2884  .) ;;
2885  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2886       as_fn_error $? "you are building out of the source tree, but the source tree contains object files.
2887 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2888     fi ;;
2889 esac
2890
2891
2892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2893 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2894 set x ${MAKE-make}
2895 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2896 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2897   $as_echo_n "(cached) " >&6
2898 else
2899   cat >conftest.make <<\_ACEOF
2900 SHELL = /bin/sh
2901 all:
2902         @echo '@@@%%%=$(MAKE)=@@@%%%'
2903 _ACEOF
2904 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2905 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2906   *@@@%%%=?*=@@@%%%*)
2907     eval ac_cv_prog_make_${ac_make}_set=yes;;
2908   *)
2909     eval ac_cv_prog_make_${ac_make}_set=no;;
2910 esac
2911 rm -f conftest.make
2912 fi
2913 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2914   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2915 $as_echo "yes" >&6; }
2916   SET_MAKE=
2917 else
2918   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2919 $as_echo "no" >&6; }
2920   SET_MAKE="MAKE=${MAKE-make}"
2921 fi
2922
2923 ac_ext=c
2924 ac_cpp='$CPP $CPPFLAGS'
2925 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2926 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2927 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2928 if test -n "$ac_tool_prefix"; then
2929   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2930 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2932 $as_echo_n "checking for $ac_word... " >&6; }
2933 if ${ac_cv_prog_CC+:} false; then :
2934   $as_echo_n "(cached) " >&6
2935 else
2936   if test -n "$CC"; then
2937   ac_cv_prog_CC="$CC" # Let the user override the test.
2938 else
2939 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2940 for as_dir in $PATH
2941 do
2942   IFS=$as_save_IFS
2943   test -z "$as_dir" && as_dir=.
2944     for ac_exec_ext in '' $ac_executable_extensions; do
2945   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2946     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2947     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2948     break 2
2949   fi
2950 done
2951   done
2952 IFS=$as_save_IFS
2953
2954 fi
2955 fi
2956 CC=$ac_cv_prog_CC
2957 if test -n "$CC"; then
2958   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2959 $as_echo "$CC" >&6; }
2960 else
2961   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2962 $as_echo "no" >&6; }
2963 fi
2964
2965
2966 fi
2967 if test -z "$ac_cv_prog_CC"; then
2968   ac_ct_CC=$CC
2969   # Extract the first word of "gcc", so it can be a program name with args.
2970 set dummy gcc; ac_word=$2
2971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2972 $as_echo_n "checking for $ac_word... " >&6; }
2973 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2974   $as_echo_n "(cached) " >&6
2975 else
2976   if test -n "$ac_ct_CC"; then
2977   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2978 else
2979 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2980 for as_dir in $PATH
2981 do
2982   IFS=$as_save_IFS
2983   test -z "$as_dir" && as_dir=.
2984     for ac_exec_ext in '' $ac_executable_extensions; do
2985   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2986     ac_cv_prog_ac_ct_CC="gcc"
2987     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2988     break 2
2989   fi
2990 done
2991   done
2992 IFS=$as_save_IFS
2993
2994 fi
2995 fi
2996 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2997 if test -n "$ac_ct_CC"; then
2998   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2999 $as_echo "$ac_ct_CC" >&6; }
3000 else
3001   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3002 $as_echo "no" >&6; }
3003 fi
3004
3005   if test "x$ac_ct_CC" = x; then
3006     CC=""
3007   else
3008     case $cross_compiling:$ac_tool_warned in
3009 yes:)
3010 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3011 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3012 ac_tool_warned=yes ;;
3013 esac
3014     CC=$ac_ct_CC
3015   fi
3016 else
3017   CC="$ac_cv_prog_CC"
3018 fi
3019
3020 if test -z "$CC"; then
3021           if test -n "$ac_tool_prefix"; then
3022     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3023 set dummy ${ac_tool_prefix}cc; ac_word=$2
3024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3025 $as_echo_n "checking for $ac_word... " >&6; }
3026 if ${ac_cv_prog_CC+:} false; then :
3027   $as_echo_n "(cached) " >&6
3028 else
3029   if test -n "$CC"; then
3030   ac_cv_prog_CC="$CC" # Let the user override the test.
3031 else
3032 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3033 for as_dir in $PATH
3034 do
3035   IFS=$as_save_IFS
3036   test -z "$as_dir" && as_dir=.
3037     for ac_exec_ext in '' $ac_executable_extensions; do
3038   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3039     ac_cv_prog_CC="${ac_tool_prefix}cc"
3040     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3041     break 2
3042   fi
3043 done
3044   done
3045 IFS=$as_save_IFS
3046
3047 fi
3048 fi
3049 CC=$ac_cv_prog_CC
3050 if test -n "$CC"; then
3051   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3052 $as_echo "$CC" >&6; }
3053 else
3054   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3055 $as_echo "no" >&6; }
3056 fi
3057
3058
3059   fi
3060 fi
3061 if test -z "$CC"; then
3062   # Extract the first word of "cc", so it can be a program name with args.
3063 set dummy cc; ac_word=$2
3064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3065 $as_echo_n "checking for $ac_word... " >&6; }
3066 if ${ac_cv_prog_CC+:} false; then :
3067   $as_echo_n "(cached) " >&6
3068 else
3069   if test -n "$CC"; then
3070   ac_cv_prog_CC="$CC" # Let the user override the test.
3071 else
3072   ac_prog_rejected=no
3073 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3074 for as_dir in $PATH
3075 do
3076   IFS=$as_save_IFS
3077   test -z "$as_dir" && as_dir=.
3078     for ac_exec_ext in '' $ac_executable_extensions; do
3079   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3080     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3081        ac_prog_rejected=yes
3082        continue
3083      fi
3084     ac_cv_prog_CC="cc"
3085     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3086     break 2
3087   fi
3088 done
3089   done
3090 IFS=$as_save_IFS
3091
3092 if test $ac_prog_rejected = yes; then
3093   # We found a bogon in the path, so make sure we never use it.
3094   set dummy $ac_cv_prog_CC
3095   shift
3096   if test $# != 0; then
3097     # We chose a different compiler from the bogus one.
3098     # However, it has the same basename, so the bogon will be chosen
3099     # first if we set CC to just the basename; use the full file name.
3100     shift
3101     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3102   fi
3103 fi
3104 fi
3105 fi
3106 CC=$ac_cv_prog_CC
3107 if test -n "$CC"; then
3108   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3109 $as_echo "$CC" >&6; }
3110 else
3111   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3112 $as_echo "no" >&6; }
3113 fi
3114
3115
3116 fi
3117 if test -z "$CC"; then
3118   if test -n "$ac_tool_prefix"; then
3119   for ac_prog in cl.exe
3120   do
3121     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3122 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3124 $as_echo_n "checking for $ac_word... " >&6; }
3125 if ${ac_cv_prog_CC+:} false; then :
3126   $as_echo_n "(cached) " >&6
3127 else
3128   if test -n "$CC"; then
3129   ac_cv_prog_CC="$CC" # Let the user override the test.
3130 else
3131 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3132 for as_dir in $PATH
3133 do
3134   IFS=$as_save_IFS
3135   test -z "$as_dir" && as_dir=.
3136     for ac_exec_ext in '' $ac_executable_extensions; do
3137   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3138     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3139     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3140     break 2
3141   fi
3142 done
3143   done
3144 IFS=$as_save_IFS
3145
3146 fi
3147 fi
3148 CC=$ac_cv_prog_CC
3149 if test -n "$CC"; then
3150   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3151 $as_echo "$CC" >&6; }
3152 else
3153   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3154 $as_echo "no" >&6; }
3155 fi
3156
3157
3158     test -n "$CC" && break
3159   done
3160 fi
3161 if test -z "$CC"; then
3162   ac_ct_CC=$CC
3163   for ac_prog in cl.exe
3164 do
3165   # Extract the first word of "$ac_prog", so it can be a program name with args.
3166 set dummy $ac_prog; ac_word=$2
3167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3168 $as_echo_n "checking for $ac_word... " >&6; }
3169 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3170   $as_echo_n "(cached) " >&6
3171 else
3172   if test -n "$ac_ct_CC"; then
3173   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3174 else
3175 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3176 for as_dir in $PATH
3177 do
3178   IFS=$as_save_IFS
3179   test -z "$as_dir" && as_dir=.
3180     for ac_exec_ext in '' $ac_executable_extensions; do
3181   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3182     ac_cv_prog_ac_ct_CC="$ac_prog"
3183     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3184     break 2
3185   fi
3186 done
3187   done
3188 IFS=$as_save_IFS
3189
3190 fi
3191 fi
3192 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3193 if test -n "$ac_ct_CC"; then
3194   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3195 $as_echo "$ac_ct_CC" >&6; }
3196 else
3197   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3198 $as_echo "no" >&6; }
3199 fi
3200
3201
3202   test -n "$ac_ct_CC" && break
3203 done
3204
3205   if test "x$ac_ct_CC" = x; then
3206     CC=""
3207   else
3208     case $cross_compiling:$ac_tool_warned in
3209 yes:)
3210 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3211 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3212 ac_tool_warned=yes ;;
3213 esac
3214     CC=$ac_ct_CC
3215   fi
3216 fi
3217
3218 fi
3219
3220
3221 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3222 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3223 as_fn_error $? "no acceptable C compiler found in \$PATH
3224 See \`config.log' for more details" "$LINENO" 5; }
3225
3226 # Provide some information about the compiler.
3227 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3228 set X $ac_compile
3229 ac_compiler=$2
3230 for ac_option in --version -v -V -qversion; do
3231   { { ac_try="$ac_compiler $ac_option >&5"
3232 case "(($ac_try" in
3233   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3234   *) ac_try_echo=$ac_try;;
3235 esac
3236 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3237 $as_echo "$ac_try_echo"; } >&5
3238   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3239   ac_status=$?
3240   if test -s conftest.err; then
3241     sed '10a\
3242 ... rest of stderr output deleted ...
3243          10q' conftest.err >conftest.er1
3244     cat conftest.er1 >&5
3245   fi
3246   rm -f conftest.er1 conftest.err
3247   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3248   test $ac_status = 0; }
3249 done
3250
3251 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3252 /* end confdefs.h.  */
3253
3254 int
3255 main ()
3256 {
3257
3258   ;
3259   return 0;
3260 }
3261 _ACEOF
3262 ac_clean_files_save=$ac_clean_files
3263 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3264 # Try to create an executable without -o first, disregard a.out.
3265 # It will help us diagnose broken compilers, and finding out an intuition
3266 # of exeext.
3267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3268 $as_echo_n "checking whether the C compiler works... " >&6; }
3269 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3270
3271 # The possible output files:
3272 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3273
3274 ac_rmfiles=
3275 for ac_file in $ac_files
3276 do
3277   case $ac_file in
3278     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3279     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3280   esac
3281 done
3282 rm -f $ac_rmfiles
3283
3284 if { { ac_try="$ac_link_default"
3285 case "(($ac_try" in
3286   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3287   *) ac_try_echo=$ac_try;;
3288 esac
3289 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3290 $as_echo "$ac_try_echo"; } >&5
3291   (eval "$ac_link_default") 2>&5
3292   ac_status=$?
3293   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3294   test $ac_status = 0; }; then :
3295   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3296 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3297 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3298 # so that the user can short-circuit this test for compilers unknown to
3299 # Autoconf.
3300 for ac_file in $ac_files ''
3301 do
3302   test -f "$ac_file" || continue
3303   case $ac_file in
3304     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3305         ;;
3306     [ab].out )
3307         # We found the default executable, but exeext='' is most
3308         # certainly right.
3309         break;;
3310     *.* )
3311         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3312         then :; else
3313            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3314         fi
3315         # We set ac_cv_exeext here because the later test for it is not
3316         # safe: cross compilers may not add the suffix if given an `-o'
3317         # argument, so we may need to know it at that point already.
3318         # Even if this section looks crufty: it has the advantage of
3319         # actually working.
3320         break;;
3321     * )
3322         break;;
3323   esac
3324 done
3325 test "$ac_cv_exeext" = no && ac_cv_exeext=
3326
3327 else
3328   ac_file=''
3329 fi
3330 if test -z "$ac_file"; then :
3331   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3332 $as_echo "no" >&6; }
3333 $as_echo "$as_me: failed program was:" >&5
3334 sed 's/^/| /' conftest.$ac_ext >&5
3335
3336 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3337 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3338 as_fn_error 77 "C compiler cannot create executables
3339 See \`config.log' for more details" "$LINENO" 5; }
3340 else
3341   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3342 $as_echo "yes" >&6; }
3343 fi
3344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3345 $as_echo_n "checking for C compiler default output file name... " >&6; }
3346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3347 $as_echo "$ac_file" >&6; }
3348 ac_exeext=$ac_cv_exeext
3349
3350 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3351 ac_clean_files=$ac_clean_files_save
3352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3353 $as_echo_n "checking for suffix of executables... " >&6; }
3354 if { { ac_try="$ac_link"
3355 case "(($ac_try" in
3356   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3357   *) ac_try_echo=$ac_try;;
3358 esac
3359 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3360 $as_echo "$ac_try_echo"; } >&5
3361   (eval "$ac_link") 2>&5
3362   ac_status=$?
3363   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3364   test $ac_status = 0; }; then :
3365   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3366 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3367 # work properly (i.e., refer to `conftest.exe'), while it won't with
3368 # `rm'.
3369 for ac_file in conftest.exe conftest conftest.*; do
3370   test -f "$ac_file" || continue
3371   case $ac_file in
3372     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3373     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3374           break;;
3375     * ) break;;
3376   esac
3377 done
3378 else
3379   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3380 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3381 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3382 See \`config.log' for more details" "$LINENO" 5; }
3383 fi
3384 rm -f conftest conftest$ac_cv_exeext
3385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3386 $as_echo "$ac_cv_exeext" >&6; }
3387
3388 rm -f conftest.$ac_ext
3389 EXEEXT=$ac_cv_exeext
3390 ac_exeext=$EXEEXT
3391 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3392 /* end confdefs.h.  */
3393 #include <stdio.h>
3394 int
3395 main ()
3396 {
3397 FILE *f = fopen ("conftest.out", "w");
3398  return ferror (f) || fclose (f) != 0;
3399
3400   ;
3401   return 0;
3402 }
3403 _ACEOF
3404 ac_clean_files="$ac_clean_files conftest.out"
3405 # Check that the compiler produces executables we can run.  If not, either
3406 # the compiler is broken, or we cross compile.
3407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3408 $as_echo_n "checking whether we are cross compiling... " >&6; }
3409 if test "$cross_compiling" != yes; then
3410   { { ac_try="$ac_link"
3411 case "(($ac_try" in
3412   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3413   *) ac_try_echo=$ac_try;;
3414 esac
3415 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3416 $as_echo "$ac_try_echo"; } >&5
3417   (eval "$ac_link") 2>&5
3418   ac_status=$?
3419   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3420   test $ac_status = 0; }
3421   if { ac_try='./conftest$ac_cv_exeext'
3422   { { case "(($ac_try" in
3423   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3424   *) ac_try_echo=$ac_try;;
3425 esac
3426 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3427 $as_echo "$ac_try_echo"; } >&5
3428   (eval "$ac_try") 2>&5
3429   ac_status=$?
3430   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3431   test $ac_status = 0; }; }; then
3432     cross_compiling=no
3433   else
3434     if test "$cross_compiling" = maybe; then
3435         cross_compiling=yes
3436     else
3437         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3438 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3439 as_fn_error $? "cannot run C compiled programs.
3440 If you meant to cross compile, use \`--host'.
3441 See \`config.log' for more details" "$LINENO" 5; }
3442     fi
3443   fi
3444 fi
3445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3446 $as_echo "$cross_compiling" >&6; }
3447
3448 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3449 ac_clean_files=$ac_clean_files_save
3450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3451 $as_echo_n "checking for suffix of object files... " >&6; }
3452 if ${ac_cv_objext+:} false; then :
3453   $as_echo_n "(cached) " >&6
3454 else
3455   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3456 /* end confdefs.h.  */
3457
3458 int
3459 main ()
3460 {
3461
3462   ;
3463   return 0;
3464 }
3465 _ACEOF
3466 rm -f conftest.o conftest.obj
3467 if { { ac_try="$ac_compile"
3468 case "(($ac_try" in
3469   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3470   *) ac_try_echo=$ac_try;;
3471 esac
3472 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3473 $as_echo "$ac_try_echo"; } >&5
3474   (eval "$ac_compile") 2>&5
3475   ac_status=$?
3476   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3477   test $ac_status = 0; }; then :
3478   for ac_file in conftest.o conftest.obj conftest.*; do
3479   test -f "$ac_file" || continue;
3480   case $ac_file in
3481     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3482     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3483        break;;
3484   esac
3485 done
3486 else
3487   $as_echo "$as_me: failed program was:" >&5
3488 sed 's/^/| /' conftest.$ac_ext >&5
3489
3490 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3491 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3492 as_fn_error $? "cannot compute suffix of object files: cannot compile
3493 See \`config.log' for more details" "$LINENO" 5; }
3494 fi
3495 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3496 fi
3497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3498 $as_echo "$ac_cv_objext" >&6; }
3499 OBJEXT=$ac_cv_objext
3500 ac_objext=$OBJEXT
3501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3502 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3503 if ${ac_cv_c_compiler_gnu+:} false; then :
3504   $as_echo_n "(cached) " >&6
3505 else
3506   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3507 /* end confdefs.h.  */
3508
3509 int
3510 main ()
3511 {
3512 #ifndef __GNUC__
3513        choke me
3514 #endif
3515
3516   ;
3517   return 0;
3518 }
3519 _ACEOF
3520 if ac_fn_c_try_compile "$LINENO"; then :
3521   ac_compiler_gnu=yes
3522 else
3523   ac_compiler_gnu=no
3524 fi
3525 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3526 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3527
3528 fi
3529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3530 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3531 if test $ac_compiler_gnu = yes; then
3532   GCC=yes
3533 else
3534   GCC=
3535 fi
3536 ac_test_CFLAGS=${CFLAGS+set}
3537 ac_save_CFLAGS=$CFLAGS
3538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3539 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3540 if ${ac_cv_prog_cc_g+:} false; then :
3541   $as_echo_n "(cached) " >&6
3542 else
3543   ac_save_c_werror_flag=$ac_c_werror_flag
3544    ac_c_werror_flag=yes
3545    ac_cv_prog_cc_g=no
3546    CFLAGS="-g"
3547    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3548 /* end confdefs.h.  */
3549
3550 int
3551 main ()
3552 {
3553
3554   ;
3555   return 0;
3556 }
3557 _ACEOF
3558 if ac_fn_c_try_compile "$LINENO"; then :
3559   ac_cv_prog_cc_g=yes
3560 else
3561   CFLAGS=""
3562       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3563 /* end confdefs.h.  */
3564
3565 int
3566 main ()
3567 {
3568
3569   ;
3570   return 0;
3571 }
3572 _ACEOF
3573 if ac_fn_c_try_compile "$LINENO"; then :
3574
3575 else
3576   ac_c_werror_flag=$ac_save_c_werror_flag
3577          CFLAGS="-g"
3578          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3579 /* end confdefs.h.  */
3580
3581 int
3582 main ()
3583 {
3584
3585   ;
3586   return 0;
3587 }
3588 _ACEOF
3589 if ac_fn_c_try_compile "$LINENO"; then :
3590   ac_cv_prog_cc_g=yes
3591 fi
3592 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3593 fi
3594 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3595 fi
3596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3597    ac_c_werror_flag=$ac_save_c_werror_flag
3598 fi
3599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3600 $as_echo "$ac_cv_prog_cc_g" >&6; }
3601 if test "$ac_test_CFLAGS" = set; then
3602   CFLAGS=$ac_save_CFLAGS
3603 elif test $ac_cv_prog_cc_g = yes; then
3604   if test "$GCC" = yes; then
3605     CFLAGS="-g -O2"
3606   else
3607     CFLAGS="-g"
3608   fi
3609 else
3610   if test "$GCC" = yes; then
3611     CFLAGS="-O2"
3612   else
3613     CFLAGS=
3614   fi
3615 fi
3616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3617 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3618 if ${ac_cv_prog_cc_c89+:} false; then :
3619   $as_echo_n "(cached) " >&6
3620 else
3621   ac_cv_prog_cc_c89=no
3622 ac_save_CC=$CC
3623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3624 /* end confdefs.h.  */
3625 #include <stdarg.h>
3626 #include <stdio.h>
3627 struct stat;
3628 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3629 struct buf { int x; };
3630 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3631 static char *e (p, i)
3632      char **p;
3633      int i;
3634 {
3635   return p[i];
3636 }
3637 static char *f (char * (*g) (char **, int), char **p, ...)
3638 {
3639   char *s;
3640   va_list v;
3641   va_start (v,p);
3642   s = g (p, va_arg (v,int));
3643   va_end (v);
3644   return s;
3645 }
3646
3647 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3648    function prototypes and stuff, but not '\xHH' hex character constants.
3649    These don't provoke an error unfortunately, instead are silently treated
3650    as 'x'.  The following induces an error, until -std is added to get
3651    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3652    array size at least.  It's necessary to write '\x00'==0 to get something
3653    that's true only with -std.  */
3654 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3655
3656 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3657    inside strings and character constants.  */
3658 #define FOO(x) 'x'
3659 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3660
3661 int test (int i, double x);
3662 struct s1 {int (*f) (int a);};
3663 struct s2 {int (*f) (double a);};
3664 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3665 int argc;
3666 char **argv;
3667 int
3668 main ()
3669 {
3670 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3671   ;
3672   return 0;
3673 }
3674 _ACEOF
3675 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3676         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3677 do
3678   CC="$ac_save_CC $ac_arg"
3679   if ac_fn_c_try_compile "$LINENO"; then :
3680   ac_cv_prog_cc_c89=$ac_arg
3681 fi
3682 rm -f core conftest.err conftest.$ac_objext
3683   test "x$ac_cv_prog_cc_c89" != "xno" && break
3684 done
3685 rm -f conftest.$ac_ext
3686 CC=$ac_save_CC
3687
3688 fi
3689 # AC_CACHE_VAL
3690 case "x$ac_cv_prog_cc_c89" in
3691   x)
3692     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3693 $as_echo "none needed" >&6; } ;;
3694   xno)
3695     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3696 $as_echo "unsupported" >&6; } ;;
3697   *)
3698     CC="$CC $ac_cv_prog_cc_c89"
3699     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3700 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3701 esac
3702 if test "x$ac_cv_prog_cc_c89" != xno; then :
3703
3704 fi
3705
3706 ac_ext=c
3707 ac_cpp='$CPP $CPPFLAGS'
3708 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3709 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3710 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3711
3712 ac_ext=cpp
3713 ac_cpp='$CXXCPP $CPPFLAGS'
3714 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3715 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3716 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3717 if test -z "$CXX"; then
3718   if test -n "$CCC"; then
3719     CXX=$CCC
3720   else
3721     if test -n "$ac_tool_prefix"; then
3722   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3723   do
3724     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3725 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3727 $as_echo_n "checking for $ac_word... " >&6; }
3728 if ${ac_cv_prog_CXX+:} false; then :
3729   $as_echo_n "(cached) " >&6
3730 else
3731   if test -n "$CXX"; then
3732   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3733 else
3734 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3735 for as_dir in $PATH
3736 do
3737   IFS=$as_save_IFS
3738   test -z "$as_dir" && as_dir=.
3739     for ac_exec_ext in '' $ac_executable_extensions; do
3740   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3741     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3742     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3743     break 2
3744   fi
3745 done
3746   done
3747 IFS=$as_save_IFS
3748
3749 fi
3750 fi
3751 CXX=$ac_cv_prog_CXX
3752 if test -n "$CXX"; then
3753   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3754 $as_echo "$CXX" >&6; }
3755 else
3756   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3757 $as_echo "no" >&6; }
3758 fi
3759
3760
3761     test -n "$CXX" && break
3762   done
3763 fi
3764 if test -z "$CXX"; then
3765   ac_ct_CXX=$CXX
3766   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3767 do
3768   # Extract the first word of "$ac_prog", so it can be a program name with args.
3769 set dummy $ac_prog; ac_word=$2
3770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3771 $as_echo_n "checking for $ac_word... " >&6; }
3772 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
3773   $as_echo_n "(cached) " >&6
3774 else
3775   if test -n "$ac_ct_CXX"; then
3776   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3777 else
3778 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3779 for as_dir in $PATH
3780 do
3781   IFS=$as_save_IFS
3782   test -z "$as_dir" && as_dir=.
3783     for ac_exec_ext in '' $ac_executable_extensions; do
3784   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3785     ac_cv_prog_ac_ct_CXX="$ac_prog"
3786     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3787     break 2
3788   fi
3789 done
3790   done
3791 IFS=$as_save_IFS
3792
3793 fi
3794 fi
3795 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3796 if test -n "$ac_ct_CXX"; then
3797   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3798 $as_echo "$ac_ct_CXX" >&6; }
3799 else
3800   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3801 $as_echo "no" >&6; }
3802 fi
3803
3804
3805   test -n "$ac_ct_CXX" && break
3806 done
3807
3808   if test "x$ac_ct_CXX" = x; then
3809     CXX="g++"
3810   else
3811     case $cross_compiling:$ac_tool_warned in
3812 yes:)
3813 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3814 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3815 ac_tool_warned=yes ;;
3816 esac
3817     CXX=$ac_ct_CXX
3818   fi
3819 fi
3820
3821   fi
3822 fi
3823 # Provide some information about the compiler.
3824 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3825 set X $ac_compile
3826 ac_compiler=$2
3827 for ac_option in --version -v -V -qversion; do
3828   { { ac_try="$ac_compiler $ac_option >&5"
3829 case "(($ac_try" in
3830   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3831   *) ac_try_echo=$ac_try;;
3832 esac
3833 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3834 $as_echo "$ac_try_echo"; } >&5
3835   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3836   ac_status=$?
3837   if test -s conftest.err; then
3838     sed '10a\
3839 ... rest of stderr output deleted ...
3840          10q' conftest.err >conftest.er1
3841     cat conftest.er1 >&5
3842   fi
3843   rm -f conftest.er1 conftest.err
3844   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3845   test $ac_status = 0; }
3846 done
3847
3848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3849 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3850 if ${ac_cv_cxx_compiler_gnu+:} false; then :
3851   $as_echo_n "(cached) " >&6
3852 else
3853   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3854 /* end confdefs.h.  */
3855
3856 int
3857 main ()
3858 {
3859 #ifndef __GNUC__
3860        choke me
3861 #endif
3862
3863   ;
3864   return 0;
3865 }
3866 _ACEOF
3867 if ac_fn_cxx_try_compile "$LINENO"; then :
3868   ac_compiler_gnu=yes
3869 else
3870   ac_compiler_gnu=no
3871 fi
3872 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3873 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3874
3875 fi
3876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3877 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3878 if test $ac_compiler_gnu = yes; then
3879   GXX=yes
3880 else
3881   GXX=
3882 fi
3883 ac_test_CXXFLAGS=${CXXFLAGS+set}
3884 ac_save_CXXFLAGS=$CXXFLAGS
3885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3886 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3887 if ${ac_cv_prog_cxx_g+:} false; then :
3888   $as_echo_n "(cached) " >&6
3889 else
3890   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3891    ac_cxx_werror_flag=yes
3892    ac_cv_prog_cxx_g=no
3893    CXXFLAGS="-g"
3894    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3895 /* end confdefs.h.  */
3896
3897 int
3898 main ()
3899 {
3900
3901   ;
3902   return 0;
3903 }
3904 _ACEOF
3905 if ac_fn_cxx_try_compile "$LINENO"; then :
3906   ac_cv_prog_cxx_g=yes
3907 else
3908   CXXFLAGS=""
3909       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3910 /* end confdefs.h.  */
3911
3912 int
3913 main ()
3914 {
3915
3916   ;
3917   return 0;
3918 }
3919 _ACEOF
3920 if ac_fn_cxx_try_compile "$LINENO"; then :
3921
3922 else
3923   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3924          CXXFLAGS="-g"
3925          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3926 /* end confdefs.h.  */
3927
3928 int
3929 main ()
3930 {
3931
3932   ;
3933   return 0;
3934 }
3935 _ACEOF
3936 if ac_fn_cxx_try_compile "$LINENO"; then :
3937   ac_cv_prog_cxx_g=yes
3938 fi
3939 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3940 fi
3941 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3942 fi
3943 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3944    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3945 fi
3946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3947 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3948 if test "$ac_test_CXXFLAGS" = set; then
3949   CXXFLAGS=$ac_save_CXXFLAGS
3950 elif test $ac_cv_prog_cxx_g = yes; then
3951   if test "$GXX" = yes; then
3952     CXXFLAGS="-g -O2"
3953   else
3954     CXXFLAGS="-g"
3955   fi
3956 else
3957   if test "$GXX" = yes; then
3958     CXXFLAGS="-O2"
3959   else
3960     CXXFLAGS=
3961   fi
3962 fi
3963 ac_ext=c
3964 ac_cpp='$CPP $CPPFLAGS'
3965 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3966 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3967 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3968
3969 if test -n "$ac_tool_prefix"; then
3970   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3971 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3973 $as_echo_n "checking for $ac_word... " >&6; }
3974 if ${ac_cv_prog_CPPBIN+:} false; then :
3975   $as_echo_n "(cached) " >&6
3976 else
3977   if test -n "$CPPBIN"; then
3978   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3979 else
3980 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3981 for as_dir in $PATH
3982 do
3983   IFS=$as_save_IFS
3984   test -z "$as_dir" && as_dir=.
3985     for ac_exec_ext in '' $ac_executable_extensions; do
3986   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3987     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3988     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3989     break 2
3990   fi
3991 done
3992   done
3993 IFS=$as_save_IFS
3994
3995 fi
3996 fi
3997 CPPBIN=$ac_cv_prog_CPPBIN
3998 if test -n "$CPPBIN"; then
3999   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4000 $as_echo "$CPPBIN" >&6; }
4001 else
4002   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4003 $as_echo "no" >&6; }
4004 fi
4005
4006
4007 fi
4008 if test -z "$ac_cv_prog_CPPBIN"; then
4009   ac_ct_CPPBIN=$CPPBIN
4010   # Extract the first word of "cpp", so it can be a program name with args.
4011 set dummy cpp; ac_word=$2
4012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4013 $as_echo_n "checking for $ac_word... " >&6; }
4014 if ${ac_cv_prog_ac_ct_CPPBIN+:} false; then :
4015   $as_echo_n "(cached) " >&6
4016 else
4017   if test -n "$ac_ct_CPPBIN"; then
4018   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
4019 else
4020 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4021 for as_dir in $PATH
4022 do
4023   IFS=$as_save_IFS
4024   test -z "$as_dir" && as_dir=.
4025     for ac_exec_ext in '' $ac_executable_extensions; do
4026   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4027     ac_cv_prog_ac_ct_CPPBIN="cpp"
4028     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4029     break 2
4030   fi
4031 done
4032   done
4033 IFS=$as_save_IFS
4034
4035 fi
4036 fi
4037 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
4038 if test -n "$ac_ct_CPPBIN"; then
4039   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4040 $as_echo "$ac_ct_CPPBIN" >&6; }
4041 else
4042   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4043 $as_echo "no" >&6; }
4044 fi
4045
4046   if test "x$ac_ct_CPPBIN" = x; then
4047     CPPBIN="cpp"
4048   else
4049     case $cross_compiling:$ac_tool_warned in
4050 yes:)
4051 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4052 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4053 ac_tool_warned=yes ;;
4054 esac
4055     CPPBIN=$ac_ct_CPPBIN
4056   fi
4057 else
4058   CPPBIN="$ac_cv_prog_CPPBIN"
4059 fi
4060
4061
4062 cat >>confdefs.h <<_ACEOF
4063 #define EXEEXT "$ac_exeext"
4064 _ACEOF
4065
4066
4067 case $host in
4068   *-darwin*)
4069     if test "x$enable_win64" = "xyes"
4070     then
4071       CC="$CC -m64"
4072       CXX="$CXX -m64"
4073       host_cpu="x86_64"
4074       notice_platform="64-bit "
4075       TARGETFLAGS="-m64"
4076
4077     else
4078       CC="$CC -m32"
4079       CXX="$CXX -m32"
4080       host_cpu="i386"
4081       notice_platform="32-bit "
4082       TARGETFLAGS="-m32"
4083
4084       enable_win16=${enable_win16:-yes}
4085     fi
4086     with_fontconfig=${with_fontconfig:-no}
4087     ;;
4088   x86_64*)
4089     if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4090     then
4091       CC="$CC -m32"
4092       CXX="$CXX -m32"
4093       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4094 $as_echo_n "checking whether $CC works... " >&6; }
4095
4096 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4097 /* end confdefs.h.  */
4098
4099 int
4100 main ()
4101 {
4102
4103   ;
4104   return 0;
4105 }
4106 _ACEOF
4107 if ac_fn_c_try_link "$LINENO"; then :
4108   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4109 $as_echo "yes" >&6; }
4110 else
4111   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4112 $as_echo "no" >&6; }
4113                       as_fn_error $? "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4114 fi
4115 rm -f core conftest.err conftest.$ac_objext \
4116     conftest$ac_exeext conftest.$ac_ext
4117       host_cpu="i386"
4118       notice_platform="32-bit "
4119       TARGETFLAGS="-m32"
4120
4121       enable_win16=${enable_win16:-yes}
4122     else
4123       if test "x${GCC}" = "xyes"
4124       then
4125         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4126 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4127         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4128 /* end confdefs.h.  */
4129 #include <stdarg.h>
4130 int
4131 main ()
4132 {
4133 void func(__builtin_ms_va_list *args);
4134   ;
4135   return 0;
4136 }
4137 _ACEOF
4138 if ac_fn_c_try_compile "$LINENO"; then :
4139   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4140 $as_echo "yes" >&6; }
4141 else
4142   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4143 $as_echo "no" >&6; }
4144                            as_fn_error $? "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4145 fi
4146 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4147       fi
4148       TARGETFLAGS="-m64"
4149
4150     fi
4151     ;;
4152   arm*)
4153     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
4154 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
4155     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4156 /* end confdefs.h.  */
4157 int ac_test(int i) { return i; }
4158 int
4159 main ()
4160 {
4161 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
4162   ;
4163   return 0;
4164 }
4165 _ACEOF
4166 if ac_fn_c_try_link "$LINENO"; then :
4167   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4168 $as_echo "yes" >&6; }
4169 else
4170   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4171 $as_echo "no" >&6; }
4172                        as_fn_error $? "You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
4173 fi
4174 rm -f core conftest.err conftest.$ac_objext \
4175     conftest$ac_exeext conftest.$ac_ext
4176     CFLAGS="$CFLAGS -marm"
4177     ;;
4178   *-mingw32*|*-cygwin*)
4179     enable_win16=${enable_win16:-no}
4180     CFLAGS="$CFLAGS -D_WIN32"
4181     ;;
4182   i[3456789]86*)
4183     enable_win16=${enable_win16:-yes}
4184     ;;
4185 esac
4186
4187 enable_win16=${enable_win16:-no}
4188 enable_win64=${enable_win64:-no}
4189
4190 enable_winetest=${enable_winetest:-$enable_tests}
4191
4192 if test -n "$with_wine64"
4193 then
4194     if test "x$enable_win64" = "xyes"
4195     then
4196         as_fn_error $? "--enable-win64 and --with-wine64 are mutually exclusive.
4197 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4198     fi
4199     WOW64_DISABLE=\#
4200
4201     enable_fonts=${enable_fonts:-no}
4202     enable_server=${enable_server:-no}
4203     enable_tools=${enable_tools:-no}
4204 elif test "x$enable_win64" = "xyes"
4205 then
4206     test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
4207 fi
4208
4209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4210 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4211 if ${wine_cv_toolsdir+:} false; then :
4212   $as_echo_n "(cached) " >&6
4213 else
4214   wine_cv_toolsdir="$with_wine_tools"
4215    if test -z "$with_wine_tools"; then
4216      if test "$cross_compiling" = "yes"; then
4217        as_fn_error $? "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4218      elif test -n "$with_wine64"; then
4219        wine_cv_toolsdir="$with_wine64"
4220      fi
4221    fi
4222    if test -z "$wine_cv_toolsdir"; then
4223      wine_cv_toolsdir="\$(top_builddir)"
4224    elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4225      case "$wine_cv_toolsdir" in
4226        /*) ;;
4227        *)  wine_cv_toolsdir="\$(top_builddir)/$wine_cv_toolsdir" ;;
4228      esac
4229    else
4230      as_fn_error $? "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4231    fi
4232 fi
4233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4234 $as_echo "$wine_cv_toolsdir" >&6; }
4235 TOOLSDIR=$wine_cv_toolsdir
4236
4237 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4238 then
4239     TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4240
4241 fi
4242
4243 for ac_prog in flex
4244 do
4245   # Extract the first word of "$ac_prog", so it can be a program name with args.
4246 set dummy $ac_prog; ac_word=$2
4247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4248 $as_echo_n "checking for $ac_word... " >&6; }
4249 if ${ac_cv_prog_FLEX+:} false; then :
4250   $as_echo_n "(cached) " >&6
4251 else
4252   if test -n "$FLEX"; then
4253   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4254 else
4255 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4256 for as_dir in $PATH
4257 do
4258   IFS=$as_save_IFS
4259   test -z "$as_dir" && as_dir=.
4260     for ac_exec_ext in '' $ac_executable_extensions; do
4261   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4262     ac_cv_prog_FLEX="$ac_prog"
4263     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4264     break 2
4265   fi
4266 done
4267   done
4268 IFS=$as_save_IFS
4269
4270 fi
4271 fi
4272 FLEX=$ac_cv_prog_FLEX
4273 if test -n "$FLEX"; then
4274   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4275 $as_echo "$FLEX" >&6; }
4276 else
4277   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4278 $as_echo "no" >&6; }
4279 fi
4280
4281
4282   test -n "$FLEX" && break
4283 done
4284 test -n "$FLEX" || FLEX="none"
4285
4286 if test "$FLEX" = "none"
4287 then
4288   as_fn_error $? "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4289 fi
4290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4291 $as_echo_n "checking whether flex is recent enough... " >&6; }
4292 cat >conftest.l <<EOF
4293 %top{
4294 #include "prediluvian.h"
4295 }
4296 %%
4297 EOF
4298 if $FLEX -t conftest.l >/dev/null 2>&5
4299 then
4300   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4301 $as_echo "yes" >&6; }
4302 else
4303   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4304 $as_echo "no" >&6; }
4305   as_fn_error $? "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4306 fi
4307
4308 for ac_prog in bison
4309 do
4310   # Extract the first word of "$ac_prog", so it can be a program name with args.
4311 set dummy $ac_prog; ac_word=$2
4312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4313 $as_echo_n "checking for $ac_word... " >&6; }
4314 if ${ac_cv_prog_BISON+:} false; then :
4315   $as_echo_n "(cached) " >&6
4316 else
4317   if test -n "$BISON"; then
4318   ac_cv_prog_BISON="$BISON" # Let the user override the test.
4319 else
4320 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4321 for as_dir in $PATH
4322 do
4323   IFS=$as_save_IFS
4324   test -z "$as_dir" && as_dir=.
4325     for ac_exec_ext in '' $ac_executable_extensions; do
4326   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4327     ac_cv_prog_BISON="$ac_prog"
4328     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4329     break 2
4330   fi
4331 done
4332   done
4333 IFS=$as_save_IFS
4334
4335 fi
4336 fi
4337 BISON=$ac_cv_prog_BISON
4338 if test -n "$BISON"; then
4339   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4340 $as_echo "$BISON" >&6; }
4341 else
4342   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4343 $as_echo "no" >&6; }
4344 fi
4345
4346
4347   test -n "$BISON" && break
4348 done
4349 test -n "$BISON" || BISON="none"
4350
4351 if test "$BISON" = "none"
4352 then
4353   as_fn_error $? "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4354 fi
4355
4356 if test -n "$ac_tool_prefix"; then
4357   for ac_prog in ar gar
4358   do
4359     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4360 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4362 $as_echo_n "checking for $ac_word... " >&6; }
4363 if ${ac_cv_prog_AR+:} false; then :
4364   $as_echo_n "(cached) " >&6
4365 else
4366   if test -n "$AR"; then
4367   ac_cv_prog_AR="$AR" # Let the user override the test.
4368 else
4369 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4370 for as_dir in $PATH
4371 do
4372   IFS=$as_save_IFS
4373   test -z "$as_dir" && as_dir=.
4374     for ac_exec_ext in '' $ac_executable_extensions; do
4375   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4376     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4377     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4378     break 2
4379   fi
4380 done
4381   done
4382 IFS=$as_save_IFS
4383
4384 fi
4385 fi
4386 AR=$ac_cv_prog_AR
4387 if test -n "$AR"; then
4388   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4389 $as_echo "$AR" >&6; }
4390 else
4391   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4392 $as_echo "no" >&6; }
4393 fi
4394
4395
4396     test -n "$AR" && break
4397   done
4398 fi
4399 if test -z "$AR"; then
4400   ac_ct_AR=$AR
4401   for ac_prog in ar gar
4402 do
4403   # Extract the first word of "$ac_prog", so it can be a program name with args.
4404 set dummy $ac_prog; ac_word=$2
4405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4406 $as_echo_n "checking for $ac_word... " >&6; }
4407 if ${ac_cv_prog_ac_ct_AR+:} false; then :
4408   $as_echo_n "(cached) " >&6
4409 else
4410   if test -n "$ac_ct_AR"; then
4411   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4412 else
4413 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4414 for as_dir in $PATH
4415 do
4416   IFS=$as_save_IFS
4417   test -z "$as_dir" && as_dir=.
4418     for ac_exec_ext in '' $ac_executable_extensions; do
4419   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4420     ac_cv_prog_ac_ct_AR="$ac_prog"
4421     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4422     break 2
4423   fi
4424 done
4425   done
4426 IFS=$as_save_IFS
4427
4428 fi
4429 fi
4430 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4431 if test -n "$ac_ct_AR"; then
4432   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4433 $as_echo "$ac_ct_AR" >&6; }
4434 else
4435   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4436 $as_echo "no" >&6; }
4437 fi
4438
4439
4440   test -n "$ac_ct_AR" && break
4441 done
4442
4443   if test "x$ac_ct_AR" = x; then
4444     AR="ar"
4445   else
4446     case $cross_compiling:$ac_tool_warned in
4447 yes:)
4448 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4449 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4450 ac_tool_warned=yes ;;
4451 esac
4452     AR=$ac_ct_AR
4453   fi
4454 fi
4455
4456 ARFLAGS=rc
4457
4458 if test -n "$ac_tool_prefix"; then
4459   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4460 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4462 $as_echo_n "checking for $ac_word... " >&6; }
4463 if ${ac_cv_prog_RANLIB+:} false; then :
4464   $as_echo_n "(cached) " >&6
4465 else
4466   if test -n "$RANLIB"; then
4467   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4468 else
4469 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4470 for as_dir in $PATH
4471 do
4472   IFS=$as_save_IFS
4473   test -z "$as_dir" && as_dir=.
4474     for ac_exec_ext in '' $ac_executable_extensions; do
4475   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4476     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4477     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4478     break 2
4479   fi
4480 done
4481   done
4482 IFS=$as_save_IFS
4483
4484 fi
4485 fi
4486 RANLIB=$ac_cv_prog_RANLIB
4487 if test -n "$RANLIB"; then
4488   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4489 $as_echo "$RANLIB" >&6; }
4490 else
4491   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4492 $as_echo "no" >&6; }
4493 fi
4494
4495
4496 fi
4497 if test -z "$ac_cv_prog_RANLIB"; then
4498   ac_ct_RANLIB=$RANLIB
4499   # Extract the first word of "ranlib", so it can be a program name with args.
4500 set dummy ranlib; ac_word=$2
4501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4502 $as_echo_n "checking for $ac_word... " >&6; }
4503 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
4504   $as_echo_n "(cached) " >&6
4505 else
4506   if test -n "$ac_ct_RANLIB"; then
4507   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4508 else
4509 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4510 for as_dir in $PATH
4511 do
4512   IFS=$as_save_IFS
4513   test -z "$as_dir" && as_dir=.
4514     for ac_exec_ext in '' $ac_executable_extensions; do
4515   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4516     ac_cv_prog_ac_ct_RANLIB="ranlib"
4517     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4518     break 2
4519   fi
4520 done
4521   done
4522 IFS=$as_save_IFS
4523
4524 fi
4525 fi
4526 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4527 if test -n "$ac_ct_RANLIB"; then
4528   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4529 $as_echo "$ac_ct_RANLIB" >&6; }
4530 else
4531   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4532 $as_echo "no" >&6; }
4533 fi
4534
4535   if test "x$ac_ct_RANLIB" = x; then
4536     RANLIB=":"
4537   else
4538     case $cross_compiling:$ac_tool_warned in
4539 yes:)
4540 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4541 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4542 ac_tool_warned=yes ;;
4543 esac
4544     RANLIB=$ac_ct_RANLIB
4545   fi
4546 else
4547   RANLIB="$ac_cv_prog_RANLIB"
4548 fi
4549
4550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4551 $as_echo_n "checking whether ln -s works... " >&6; }
4552 LN_S=$as_ln_s
4553 if test "$LN_S" = "ln -s"; then
4554   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4555 $as_echo "yes" >&6; }
4556 else
4557   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4558 $as_echo "no, using $LN_S" >&6; }
4559 fi
4560
4561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4562 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4563 if ${ac_cv_path_GREP+:} false; then :
4564   $as_echo_n "(cached) " >&6
4565 else
4566   if test -z "$GREP"; then
4567   ac_path_GREP_found=false
4568   # Loop through the user's path and test for each of PROGNAME-LIST
4569   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4570 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4571 do
4572   IFS=$as_save_IFS
4573   test -z "$as_dir" && as_dir=.
4574     for ac_prog in grep ggrep; do
4575     for ac_exec_ext in '' $ac_executable_extensions; do
4576       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4577       as_fn_executable_p "$ac_path_GREP" || continue
4578 # Check for GNU ac_path_GREP and select it if it is found.
4579   # Check for GNU $ac_path_GREP
4580 case `"$ac_path_GREP" --version 2>&1` in
4581 *GNU*)
4582   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4583 *)
4584   ac_count=0
4585   $as_echo_n 0123456789 >"conftest.in"
4586   while :
4587   do
4588     cat "conftest.in" "conftest.in" >"conftest.tmp"
4589     mv "conftest.tmp" "conftest.in"
4590     cp "conftest.in" "conftest.nl"
4591     $as_echo 'GREP' >> "conftest.nl"
4592     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4593     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4594     as_fn_arith $ac_count + 1 && ac_count=$as_val
4595     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4596       # Best one so far, save it but keep looking for a better one
4597       ac_cv_path_GREP="$ac_path_GREP"
4598       ac_path_GREP_max=$ac_count
4599     fi
4600     # 10*(2^10) chars as input seems more than enough
4601     test $ac_count -gt 10 && break
4602   done
4603   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4604 esac
4605
4606       $ac_path_GREP_found && break 3
4607     done
4608   done
4609   done
4610 IFS=$as_save_IFS
4611   if test -z "$ac_cv_path_GREP"; then
4612     as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4613   fi
4614 else
4615   ac_cv_path_GREP=$GREP
4616 fi
4617
4618 fi
4619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4620 $as_echo "$ac_cv_path_GREP" >&6; }
4621  GREP="$ac_cv_path_GREP"
4622
4623
4624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4625 $as_echo_n "checking for egrep... " >&6; }
4626 if ${ac_cv_path_EGREP+:} false; then :
4627   $as_echo_n "(cached) " >&6
4628 else
4629   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4630    then ac_cv_path_EGREP="$GREP -E"
4631    else
4632      if test -z "$EGREP"; then
4633   ac_path_EGREP_found=false
4634   # Loop through the user's path and test for each of PROGNAME-LIST
4635   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4636 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4637 do
4638   IFS=$as_save_IFS
4639   test -z "$as_dir" && as_dir=.
4640     for ac_prog in egrep; do
4641     for ac_exec_ext in '' $ac_executable_extensions; do
4642       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4643       as_fn_executable_p "$ac_path_EGREP" || continue
4644 # Check for GNU ac_path_EGREP and select it if it is found.
4645   # Check for GNU $ac_path_EGREP
4646 case `"$ac_path_EGREP" --version 2>&1` in
4647 *GNU*)
4648   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4649 *)
4650   ac_count=0
4651   $as_echo_n 0123456789 >"conftest.in"
4652   while :
4653   do
4654     cat "conftest.in" "conftest.in" >"conftest.tmp"
4655     mv "conftest.tmp" "conftest.in"
4656     cp "conftest.in" "conftest.nl"
4657     $as_echo 'EGREP' >> "conftest.nl"
4658     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4659     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4660     as_fn_arith $ac_count + 1 && ac_count=$as_val
4661     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4662       # Best one so far, save it but keep looking for a better one
4663       ac_cv_path_EGREP="$ac_path_EGREP"
4664       ac_path_EGREP_max=$ac_count
4665     fi
4666     # 10*(2^10) chars as input seems more than enough
4667     test $ac_count -gt 10 && break
4668   done
4669   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4670 esac
4671
4672       $ac_path_EGREP_found && break 3
4673     done
4674   done
4675   done
4676 IFS=$as_save_IFS
4677   if test -z "$ac_cv_path_EGREP"; then
4678     as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4679   fi
4680 else
4681   ac_cv_path_EGREP=$EGREP
4682 fi
4683
4684    fi
4685 fi
4686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4687 $as_echo "$ac_cv_path_EGREP" >&6; }
4688  EGREP="$ac_cv_path_EGREP"
4689
4690
4691 # Extract the first word of "ldconfig", so it can be a program name with args.
4692 set dummy ldconfig; ac_word=$2
4693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4694 $as_echo_n "checking for $ac_word... " >&6; }
4695 if ${ac_cv_path_LDCONFIG+:} false; then :
4696   $as_echo_n "(cached) " >&6
4697 else
4698   case $LDCONFIG in
4699   [\\/]* | ?:[\\/]*)
4700   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4701   ;;
4702   *)
4703   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4704 for as_dir in /sbin /usr/sbin $PATH
4705 do
4706   IFS=$as_save_IFS
4707   test -z "$as_dir" && as_dir=.
4708     for ac_exec_ext in '' $ac_executable_extensions; do
4709   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4710     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4711     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4712     break 2
4713   fi
4714 done
4715   done
4716 IFS=$as_save_IFS
4717
4718   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4719   ;;
4720 esac
4721 fi
4722 LDCONFIG=$ac_cv_path_LDCONFIG
4723 if test -n "$LDCONFIG"; then
4724   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4725 $as_echo "$LDCONFIG" >&6; }
4726 else
4727   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4728 $as_echo "no" >&6; }
4729 fi
4730
4731
4732 # Find a good install program.  We prefer a C program (faster),
4733 # so one script is as good as another.  But avoid the broken or
4734 # incompatible versions:
4735 # SysV /etc/install, /usr/sbin/install
4736 # SunOS /usr/etc/install
4737 # IRIX /sbin/install
4738 # AIX /bin/install
4739 # AmigaOS /C/install, which installs bootblocks on floppy discs
4740 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4741 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4742 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4743 # OS/2's system install, which has a completely different semantic
4744 # ./install, which can be erroneously created by make from ./install.sh.
4745 # Reject install programs that cannot install multiple files.
4746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4747 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4748 if test -z "$INSTALL"; then
4749 if ${ac_cv_path_install+:} false; then :
4750   $as_echo_n "(cached) " >&6
4751 else
4752   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4753 for as_dir in $PATH
4754 do
4755   IFS=$as_save_IFS
4756   test -z "$as_dir" && as_dir=.
4757     # Account for people who put trailing slashes in PATH elements.
4758 case $as_dir/ in #((
4759   ./ | .// | /[cC]/* | \
4760   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4761   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4762   /usr/ucb/* ) ;;
4763   *)
4764     # OSF1 and SCO ODT 3.0 have their own names for install.
4765     # Don't use installbsd from OSF since it installs stuff as root
4766     # by default.
4767     for ac_prog in ginstall scoinst install; do
4768       for ac_exec_ext in '' $ac_executable_extensions; do
4769         if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
4770           if test $ac_prog = install &&
4771             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4772             # AIX install.  It has an incompatible calling convention.
4773             :
4774           elif test $ac_prog = install &&
4775             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4776             # program-specific install script used by HP pwplus--don't use.
4777             :
4778           else
4779             rm -rf conftest.one conftest.two conftest.dir
4780             echo one > conftest.one
4781             echo two > conftest.two
4782             mkdir conftest.dir
4783             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4784               test -s conftest.one && test -s conftest.two &&
4785               test -s conftest.dir/conftest.one &&
4786               test -s conftest.dir/conftest.two
4787             then
4788               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4789               break 3
4790             fi
4791           fi
4792         fi
4793       done
4794     done
4795     ;;
4796 esac
4797
4798   done
4799 IFS=$as_save_IFS
4800
4801 rm -rf conftest.one conftest.two conftest.dir
4802
4803 fi
4804   if test "${ac_cv_path_install+set}" = set; then
4805     INSTALL=$ac_cv_path_install
4806   else
4807     # As a last resort, use the slow shell script.  Don't cache a
4808     # value for INSTALL within a source directory, because that will
4809     # break other packages using the cache if that directory is
4810     # removed, or if the value is a relative name.
4811     INSTALL=$ac_install_sh
4812   fi
4813 fi
4814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4815 $as_echo "$INSTALL" >&6; }
4816
4817 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4818 # It thinks the first close brace ends the variable substitution.
4819 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4820
4821 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4822
4823 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4824
4825 case "$INSTALL" in
4826   [\\/$]* | ?:[\\/]* ) ;;
4827   *)  INSTALL="\\\$(top_srcdir)/$INSTALL" ;;
4828 esac
4829
4830 for ac_prog in lclint lint
4831 do
4832   # Extract the first word of "$ac_prog", so it can be a program name with args.
4833 set dummy $ac_prog; ac_word=$2
4834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4835 $as_echo_n "checking for $ac_word... " >&6; }
4836 if ${ac_cv_prog_LINT+:} false; then :
4837   $as_echo_n "(cached) " >&6
4838 else
4839   if test -n "$LINT"; then
4840   ac_cv_prog_LINT="$LINT" # Let the user override the test.
4841 else
4842 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4843 for as_dir in $PATH
4844 do
4845   IFS=$as_save_IFS
4846   test -z "$as_dir" && as_dir=.
4847     for ac_exec_ext in '' $ac_executable_extensions; do
4848   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4849     ac_cv_prog_LINT="$ac_prog"
4850     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4851     break 2
4852   fi
4853 done
4854   done
4855 IFS=$as_save_IFS
4856
4857 fi
4858 fi
4859 LINT=$ac_cv_prog_LINT
4860 if test -n "$LINT"; then
4861   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4862 $as_echo "$LINT" >&6; }
4863 else
4864   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4865 $as_echo "no" >&6; }
4866 fi
4867
4868
4869   test -n "$LINT" && break
4870 done
4871
4872 if test "$LINT" = "lint"
4873 then
4874   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4875   fi
4876
4877
4878 for ac_prog in fontforge
4879 do
4880   # Extract the first word of "$ac_prog", so it can be a program name with args.
4881 set dummy $ac_prog; ac_word=$2
4882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4883 $as_echo_n "checking for $ac_word... " >&6; }
4884 if ${ac_cv_prog_FONTFORGE+:} false; then :
4885   $as_echo_n "(cached) " >&6
4886 else
4887   if test -n "$FONTFORGE"; then
4888   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4889 else
4890 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4891 for as_dir in $PATH
4892 do
4893   IFS=$as_save_IFS
4894   test -z "$as_dir" && as_dir=.
4895     for ac_exec_ext in '' $ac_executable_extensions; do
4896   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4897     ac_cv_prog_FONTFORGE="$ac_prog"
4898     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4899     break 2
4900   fi
4901 done
4902   done
4903 IFS=$as_save_IFS
4904
4905 fi
4906 fi
4907 FONTFORGE=$ac_cv_prog_FONTFORGE
4908 if test -n "$FONTFORGE"; then
4909   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4910 $as_echo "$FONTFORGE" >&6; }
4911 else
4912   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4913 $as_echo "no" >&6; }
4914 fi
4915
4916
4917   test -n "$FONTFORGE" && break
4918 done
4919 test -n "$FONTFORGE" || FONTFORGE="false"
4920
4921 for ac_prog in pkg-config
4922 do
4923   # Extract the first word of "$ac_prog", so it can be a program name with args.
4924 set dummy $ac_prog; ac_word=$2
4925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4926 $as_echo_n "checking for $ac_word... " >&6; }
4927 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
4928   $as_echo_n "(cached) " >&6
4929 else
4930   if test -n "$PKG_CONFIG"; then
4931   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4932 else
4933 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4934 for as_dir in $PATH
4935 do
4936   IFS=$as_save_IFS
4937   test -z "$as_dir" && as_dir=.
4938     for ac_exec_ext in '' $ac_executable_extensions; do
4939   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4940     ac_cv_prog_PKG_CONFIG="$ac_prog"
4941     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4942     break 2
4943   fi
4944 done
4945   done
4946 IFS=$as_save_IFS
4947
4948 fi
4949 fi
4950 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4951 if test -n "$PKG_CONFIG"; then
4952   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4953 $as_echo "$PKG_CONFIG" >&6; }
4954 else
4955   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4956 $as_echo "no" >&6; }
4957 fi
4958
4959
4960   test -n "$PKG_CONFIG" && break
4961 done
4962 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4963
4964 for ac_prog in rsvg
4965 do
4966   # Extract the first word of "$ac_prog", so it can be a program name with args.
4967 set dummy $ac_prog; ac_word=$2
4968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4969 $as_echo_n "checking for $ac_word... " >&6; }
4970 if ${ac_cv_prog_RSVG+:} false; then :
4971   $as_echo_n "(cached) " >&6
4972 else
4973   if test -n "$RSVG"; then
4974   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4975 else
4976 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4977 for as_dir in $PATH
4978 do
4979   IFS=$as_save_IFS
4980   test -z "$as_dir" && as_dir=.
4981     for ac_exec_ext in '' $ac_executable_extensions; do
4982   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4983     ac_cv_prog_RSVG="$ac_prog"
4984     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4985     break 2
4986   fi
4987 done
4988   done
4989 IFS=$as_save_IFS
4990
4991 fi
4992 fi
4993 RSVG=$ac_cv_prog_RSVG
4994 if test -n "$RSVG"; then
4995   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
4996 $as_echo "$RSVG" >&6; }
4997 else
4998   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4999 $as_echo "no" >&6; }
5000 fi
5001
5002
5003   test -n "$RSVG" && break
5004 done
5005 test -n "$RSVG" || RSVG="false"
5006
5007 for ac_prog in convert
5008 do
5009   # Extract the first word of "$ac_prog", so it can be a program name with args.
5010 set dummy $ac_prog; ac_word=$2
5011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5012 $as_echo_n "checking for $ac_word... " >&6; }
5013 if ${ac_cv_prog_CONVERT+:} false; then :
5014   $as_echo_n "(cached) " >&6
5015 else
5016   if test -n "$CONVERT"; then
5017   ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
5018 else
5019 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5020 for as_dir in $PATH
5021 do
5022   IFS=$as_save_IFS
5023   test -z "$as_dir" && as_dir=.
5024     for ac_exec_ext in '' $ac_executable_extensions; do
5025   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5026     ac_cv_prog_CONVERT="$ac_prog"
5027     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5028     break 2
5029   fi
5030 done
5031   done
5032 IFS=$as_save_IFS
5033
5034 fi
5035 fi
5036 CONVERT=$ac_cv_prog_CONVERT
5037 if test -n "$CONVERT"; then
5038   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5039 $as_echo "$CONVERT" >&6; }
5040 else
5041   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5042 $as_echo "no" >&6; }
5043 fi
5044
5045
5046   test -n "$CONVERT" && break
5047 done
5048 test -n "$CONVERT" || CONVERT="false"
5049
5050 for ac_prog in icotool
5051 do
5052   # Extract the first word of "$ac_prog", so it can be a program name with args.
5053 set dummy $ac_prog; ac_word=$2
5054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5055 $as_echo_n "checking for $ac_word... " >&6; }
5056 if ${ac_cv_prog_ICOTOOL+:} false; then :
5057   $as_echo_n "(cached) " >&6
5058 else
5059   if test -n "$ICOTOOL"; then
5060   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5061 else
5062 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5063 for as_dir in $PATH
5064 do
5065   IFS=$as_save_IFS
5066   test -z "$as_dir" && as_dir=.
5067     for ac_exec_ext in '' $ac_executable_extensions; do
5068   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5069     ac_cv_prog_ICOTOOL="$ac_prog"
5070     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5071     break 2
5072   fi
5073 done
5074   done
5075 IFS=$as_save_IFS
5076
5077 fi
5078 fi
5079 ICOTOOL=$ac_cv_prog_ICOTOOL
5080 if test -n "$ICOTOOL"; then
5081   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5082 $as_echo "$ICOTOOL" >&6; }
5083 else
5084   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5085 $as_echo "no" >&6; }
5086 fi
5087
5088
5089   test -n "$ICOTOOL" && break
5090 done
5091 test -n "$ICOTOOL" || ICOTOOL="false"
5092
5093 for ac_prog in msgfmt
5094 do
5095   # Extract the first word of "$ac_prog", so it can be a program name with args.
5096 set dummy $ac_prog; ac_word=$2
5097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5098 $as_echo_n "checking for $ac_word... " >&6; }
5099 if ${ac_cv_prog_MSGFMT+:} false; then :
5100   $as_echo_n "(cached) " >&6
5101 else
5102   if test -n "$MSGFMT"; then
5103   ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
5104 else
5105 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5106 for as_dir in $PATH
5107 do
5108   IFS=$as_save_IFS
5109   test -z "$as_dir" && as_dir=.
5110     for ac_exec_ext in '' $ac_executable_extensions; do
5111   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5112     ac_cv_prog_MSGFMT="$ac_prog"
5113     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5114     break 2
5115   fi
5116 done
5117   done
5118 IFS=$as_save_IFS
5119
5120 fi
5121 fi
5122 MSGFMT=$ac_cv_prog_MSGFMT
5123 if test -n "$MSGFMT"; then
5124   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5125 $as_echo "$MSGFMT" >&6; }
5126 else
5127   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5128 $as_echo "no" >&6; }
5129 fi
5130
5131
5132   test -n "$MSGFMT" && break
5133 done
5134 test -n "$MSGFMT" || MSGFMT="false"
5135
5136
5137 if test "x$enable_maintainer_mode" != "xyes"
5138 then
5139   MAINTAINER_MODE=\#
5140
5141 else
5142   if test "$FONTFORGE" = "false"; then as_fn_error $? "You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5; fi
5143   if test "$RSVG" = "false"; then as_fn_error $? "You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5; fi
5144
5145     if test "$CONVERT" = false
5146   then
5147     as_fn_error $? "You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
5148   else
5149     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
5150 $as_echo_n "checking for recent enough imagemagick... " >&6; }
5151     convert_version=`convert --version | head -n1`
5152     if test "x$convert_version" != "x"
5153     then
5154       convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
5155       convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
5156       if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
5157       then
5158         CONVERT=false
5159       fi
5160     fi
5161     if test "$CONVERT" = false
5162     then
5163       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
5164 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
5165       as_fn_error $? "You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5166     else
5167       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
5168 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
5169     fi
5170   fi
5171
5172     if test "$ICOTOOL" = false
5173   then
5174     as_fn_error $? "You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
5175   else
5176     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
5177 $as_echo_n "checking for recent enough icotool... " >&6; }
5178     icotool_version=`icotool --version | head -n1`
5179     if test "x$icotool_version" != "x"
5180     then
5181       icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
5182       icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
5183       if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
5184       then
5185         ICOTOOL=false
5186         as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
5187       fi
5188     fi
5189     if test "$ICOTOOL" = false
5190     then
5191       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
5192 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
5193       as_fn_error $? "You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5194     else
5195       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
5196 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
5197     fi
5198   fi
5199
5200     with_gettext=yes
5201   with_gettextpo=yes
5202   { ac_cv_header_gettext_po_h=; unset ac_cv_header_gettext_po_h;}
5203 fi
5204
5205 test "x$with_gettext" != xno || MSGFMT=false
5206 if test "$MSGFMT" != "false"
5207 then
5208   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
5209 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
5210   cat >conftest.po <<EOF
5211 # comment
5212 msgctxt "ctxt"
5213 msgid "id"
5214 msgstr "str"
5215 EOF
5216   if $MSGFMT -o /dev/null conftest.po 2>&5
5217   then
5218     { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5219 $as_echo "yes" >&6; }
5220   else
5221     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5222 $as_echo "no" >&6; }
5223     MSGFMT=false
5224   fi
5225 fi
5226 if test "$MSGFMT" = false; then :
5227   case "x$with_gettext" in
5228   x)   as_fn_append wine_warnings "|gettext tools not found (or too old), translations won't be built." ;;
5229   xno) ;;
5230   *)   as_fn_error $? "gettext tools not found (or too old), translations won't be built.
5231 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
5232 esac
5233 fi
5234
5235
5236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5237 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5238 if ${ac_cv_lib_i386_i386_set_ldt+:} false; then :
5239   $as_echo_n "(cached) " >&6
5240 else
5241   ac_check_lib_save_LIBS=$LIBS
5242 LIBS="-li386  $LIBS"
5243 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5244 /* end confdefs.h.  */
5245
5246 /* Override any GCC internal prototype to avoid an error.
5247    Use char because int might match the return type of a GCC
5248    builtin and then its argument prototype would still apply.  */
5249 #ifdef __cplusplus
5250 extern "C"
5251 #endif
5252 char i386_set_ldt ();
5253 int
5254 main ()
5255 {
5256 return i386_set_ldt ();
5257   ;
5258   return 0;
5259 }
5260 _ACEOF
5261 if ac_fn_c_try_link "$LINENO"; then :
5262   ac_cv_lib_i386_i386_set_ldt=yes
5263 else
5264   ac_cv_lib_i386_i386_set_ldt=no
5265 fi
5266 rm -f core conftest.err conftest.$ac_objext \
5267     conftest$ac_exeext conftest.$ac_ext
5268 LIBS=$ac_check_lib_save_LIBS
5269 fi
5270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5271 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5272 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes; then :
5273   cat >>confdefs.h <<_ACEOF
5274 #define HAVE_LIBI386 1
5275 _ACEOF
5276
5277   LIBS="-li386 $LIBS"
5278
5279 fi
5280
5281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5282 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5283 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then :
5284   $as_echo_n "(cached) " >&6
5285 else
5286   ac_check_lib_save_LIBS=$LIBS
5287 LIBS="-lossaudio  $LIBS"
5288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5289 /* end confdefs.h.  */
5290
5291 /* Override any GCC internal prototype to avoid an error.
5292    Use char because int might match the return type of a GCC
5293    builtin and then its argument prototype would still apply.  */
5294 #ifdef __cplusplus
5295 extern "C"
5296 #endif
5297 char _oss_ioctl ();
5298 int
5299 main ()
5300 {
5301 return _oss_ioctl ();
5302   ;
5303   return 0;
5304 }
5305 _ACEOF
5306 if ac_fn_c_try_link "$LINENO"; then :
5307   ac_cv_lib_ossaudio__oss_ioctl=yes
5308 else
5309   ac_cv_lib_ossaudio__oss_ioctl=no
5310 fi
5311 rm -f core conftest.err conftest.$ac_objext \
5312     conftest$ac_exeext conftest.$ac_ext
5313 LIBS=$ac_check_lib_save_LIBS
5314 fi
5315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5316 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5317 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then :
5318   cat >>confdefs.h <<_ACEOF
5319 #define HAVE_LIBOSSAUDIO 1
5320 _ACEOF
5321
5322   LIBS="-lossaudio $LIBS"
5323
5324 fi
5325
5326
5327 XLIB=""
5328
5329 OPENGL_LIBS=""
5330
5331
5332
5333 test "x$with_fontconfig" != "xno" || ac_cv_header_fontconfig_fontconfig_h=no
5334
5335 # Check whether --enable-largefile was given.
5336 if test "${enable_largefile+set}" = set; then :
5337   enableval=$enable_largefile;
5338 fi
5339
5340 if test "$enable_largefile" != no; then
5341
5342   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5343 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5344 if ${ac_cv_sys_largefile_CC+:} false; then :
5345   $as_echo_n "(cached) " >&6
5346 else
5347   ac_cv_sys_largefile_CC=no
5348      if test "$GCC" != yes; then
5349        ac_save_CC=$CC
5350        while :; do
5351          # IRIX 6.2 and later do not support large files by default,
5352          # so use the C compiler's -n32 option if that helps.
5353          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5354 /* end confdefs.h.  */
5355 #include <sys/types.h>
5356  /* Check that off_t can represent 2**63 - 1 correctly.
5357     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5358     since some C++ compilers masquerading as C compilers
5359     incorrectly reject 9223372036854775807.  */
5360 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5361   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5362                        && LARGE_OFF_T % 2147483647 == 1)
5363                       ? 1 : -1];
5364 int
5365 main ()
5366 {
5367
5368   ;
5369   return 0;
5370 }
5371 _ACEOF
5372          if ac_fn_c_try_compile "$LINENO"; then :
5373   break
5374 fi
5375 rm -f core conftest.err conftest.$ac_objext
5376          CC="$CC -n32"
5377          if ac_fn_c_try_compile "$LINENO"; then :
5378   ac_cv_sys_largefile_CC=' -n32'; break
5379 fi
5380 rm -f core conftest.err conftest.$ac_objext
5381          break
5382        done
5383        CC=$ac_save_CC
5384        rm -f conftest.$ac_ext
5385     fi
5386 fi
5387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5388 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5389   if test "$ac_cv_sys_largefile_CC" != no; then
5390     CC=$CC$ac_cv_sys_largefile_CC
5391   fi
5392
5393   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5394 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5395 if ${ac_cv_sys_file_offset_bits+:} false; then :
5396   $as_echo_n "(cached) " >&6
5397 else
5398   while :; do
5399   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5400 /* end confdefs.h.  */
5401 #include <sys/types.h>
5402  /* Check that off_t can represent 2**63 - 1 correctly.
5403     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5404     since some C++ compilers masquerading as C compilers
5405     incorrectly reject 9223372036854775807.  */
5406 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5407   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5408                        && LARGE_OFF_T % 2147483647 == 1)
5409                       ? 1 : -1];
5410 int
5411 main ()
5412 {
5413
5414   ;
5415   return 0;
5416 }
5417 _ACEOF
5418 if ac_fn_c_try_compile "$LINENO"; then :
5419   ac_cv_sys_file_offset_bits=no; break
5420 fi
5421 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5422   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5423 /* end confdefs.h.  */
5424 #define _FILE_OFFSET_BITS 64
5425 #include <sys/types.h>
5426  /* Check that off_t can represent 2**63 - 1 correctly.
5427     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5428     since some C++ compilers masquerading as C compilers
5429     incorrectly reject 9223372036854775807.  */
5430 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5431   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5432                        && LARGE_OFF_T % 2147483647 == 1)
5433                       ? 1 : -1];
5434 int
5435 main ()
5436 {
5437
5438   ;
5439   return 0;
5440 }
5441 _ACEOF
5442 if ac_fn_c_try_compile "$LINENO"; then :
5443   ac_cv_sys_file_offset_bits=64; break
5444 fi
5445 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5446   ac_cv_sys_file_offset_bits=unknown
5447   break
5448 done
5449 fi
5450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5451 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5452 case $ac_cv_sys_file_offset_bits in #(
5453   no | unknown) ;;
5454   *)
5455 cat >>confdefs.h <<_ACEOF
5456 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5457 _ACEOF
5458 ;;
5459 esac
5460 rm -rf conftest*
5461   if test $ac_cv_sys_file_offset_bits = unknown; then
5462     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5463 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5464 if ${ac_cv_sys_large_files+:} false; then :
5465   $as_echo_n "(cached) " >&6
5466 else
5467   while :; do
5468   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5469 /* end confdefs.h.  */
5470 #include <sys/types.h>
5471  /* Check that off_t can represent 2**63 - 1 correctly.
5472     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5473     since some C++ compilers masquerading as C compilers
5474     incorrectly reject 9223372036854775807.  */
5475 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5476   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5477                        && LARGE_OFF_T % 2147483647 == 1)
5478                       ? 1 : -1];
5479 int
5480 main ()
5481 {
5482
5483   ;
5484   return 0;
5485 }
5486 _ACEOF
5487 if ac_fn_c_try_compile "$LINENO"; then :
5488   ac_cv_sys_large_files=no; break
5489 fi
5490 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5491   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5492 /* end confdefs.h.  */
5493 #define _LARGE_FILES 1
5494 #include <sys/types.h>
5495  /* Check that off_t can represent 2**63 - 1 correctly.
5496     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5497     since some C++ compilers masquerading as C compilers
5498     incorrectly reject 9223372036854775807.  */
5499 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5500   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5501                        && LARGE_OFF_T % 2147483647 == 1)
5502                       ? 1 : -1];
5503 int
5504 main ()
5505 {
5506
5507   ;
5508   return 0;
5509 }
5510 _ACEOF
5511 if ac_fn_c_try_compile "$LINENO"; then :
5512   ac_cv_sys_large_files=1; break
5513 fi
5514 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5515   ac_cv_sys_large_files=unknown
5516   break
5517 done
5518 fi
5519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5520 $as_echo "$ac_cv_sys_large_files" >&6; }
5521 case $ac_cv_sys_large_files in #(
5522   no | unknown) ;;
5523   *)
5524 cat >>confdefs.h <<_ACEOF
5525 #define _LARGE_FILES $ac_cv_sys_large_files
5526 _ACEOF
5527 ;;
5528 esac
5529 rm -rf conftest*
5530   fi
5531
5532
5533 fi
5534
5535
5536 ac_ext=c
5537 ac_cpp='$CPP $CPPFLAGS'
5538 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5539 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5540 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5542 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5543 # On Suns, sometimes $CPP names a directory.
5544 if test -n "$CPP" && test -d "$CPP"; then
5545   CPP=
5546 fi
5547 if test -z "$CPP"; then
5548   if ${ac_cv_prog_CPP+:} false; then :
5549   $as_echo_n "(cached) " >&6
5550 else
5551       # Double quotes because CPP needs to be expanded
5552     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5553     do
5554       ac_preproc_ok=false
5555 for ac_c_preproc_warn_flag in '' yes
5556 do
5557   # Use a header file that comes with gcc, so configuring glibc
5558   # with a fresh cross-compiler works.
5559   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5560   # <limits.h> exists even on freestanding compilers.
5561   # On the NeXT, cc -E runs the code through the compiler's parser,
5562   # not just through cpp. "Syntax error" is here to catch this case.
5563   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5564 /* end confdefs.h.  */
5565 #ifdef __STDC__
5566 # include <limits.h>
5567 #else
5568 # include <assert.h>
5569 #endif
5570                      Syntax error
5571 _ACEOF
5572 if ac_fn_c_try_cpp "$LINENO"; then :
5573
5574 else
5575   # Broken: fails on valid input.
5576 continue
5577 fi
5578 rm -f conftest.err conftest.i conftest.$ac_ext
5579
5580   # OK, works on sane cases.  Now check whether nonexistent headers
5581   # can be detected and how.
5582   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5583 /* end confdefs.h.  */
5584 #include <ac_nonexistent.h>
5585 _ACEOF
5586 if ac_fn_c_try_cpp "$LINENO"; then :
5587   # Broken: success on invalid input.
5588 continue
5589 else
5590   # Passes both tests.
5591 ac_preproc_ok=:
5592 break
5593 fi
5594 rm -f conftest.err conftest.i conftest.$ac_ext
5595
5596 done
5597 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5598 rm -f conftest.i conftest.err conftest.$ac_ext
5599 if $ac_preproc_ok; then :
5600   break
5601 fi
5602
5603     done
5604     ac_cv_prog_CPP=$CPP
5605
5606 fi
5607   CPP=$ac_cv_prog_CPP
5608 else
5609   ac_cv_prog_CPP=$CPP
5610 fi
5611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5612 $as_echo "$CPP" >&6; }
5613 ac_preproc_ok=false
5614 for ac_c_preproc_warn_flag in '' yes
5615 do
5616   # Use a header file that comes with gcc, so configuring glibc
5617   # with a fresh cross-compiler works.
5618   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5619   # <limits.h> exists even on freestanding compilers.
5620   # On the NeXT, cc -E runs the code through the compiler's parser,
5621   # not just through cpp. "Syntax error" is here to catch this case.
5622   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5623 /* end confdefs.h.  */
5624 #ifdef __STDC__
5625 # include <limits.h>
5626 #else
5627 # include <assert.h>
5628 #endif
5629                      Syntax error
5630 _ACEOF
5631 if ac_fn_c_try_cpp "$LINENO"; then :
5632
5633 else
5634   # Broken: fails on valid input.
5635 continue
5636 fi
5637 rm -f conftest.err conftest.i conftest.$ac_ext
5638
5639   # OK, works on sane cases.  Now check whether nonexistent headers
5640   # can be detected and how.
5641   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5642 /* end confdefs.h.  */
5643 #include <ac_nonexistent.h>
5644 _ACEOF
5645 if ac_fn_c_try_cpp "$LINENO"; then :
5646   # Broken: success on invalid input.
5647 continue
5648 else
5649   # Passes both tests.
5650 ac_preproc_ok=:
5651 break
5652 fi
5653 rm -f conftest.err conftest.i conftest.$ac_ext
5654
5655 done
5656 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5657 rm -f conftest.i conftest.err conftest.$ac_ext
5658 if $ac_preproc_ok; then :
5659
5660 else
5661   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5662 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5663 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5664 See \`config.log' for more details" "$LINENO" 5; }
5665 fi
5666
5667 ac_ext=c
5668 ac_cpp='$CPP $CPPFLAGS'
5669 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5670 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5671 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5672
5673
5674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5675 $as_echo_n "checking for ANSI C header files... " >&6; }
5676 if ${ac_cv_header_stdc+:} false; then :
5677   $as_echo_n "(cached) " >&6
5678 else
5679   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5680 /* end confdefs.h.  */
5681 #include <stdlib.h>
5682 #include <stdarg.h>
5683 #include <string.h>
5684 #include <float.h>
5685
5686 int
5687 main ()
5688 {
5689
5690   ;
5691   return 0;
5692 }
5693 _ACEOF
5694 if ac_fn_c_try_compile "$LINENO"; then :
5695   ac_cv_header_stdc=yes
5696 else
5697   ac_cv_header_stdc=no
5698 fi
5699 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5700
5701 if test $ac_cv_header_stdc = yes; then
5702   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5703   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5704 /* end confdefs.h.  */
5705 #include <string.h>
5706
5707 _ACEOF
5708 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5709   $EGREP "memchr" >/dev/null 2>&1; then :
5710
5711 else
5712   ac_cv_header_stdc=no
5713 fi
5714 rm -f conftest*
5715
5716 fi
5717
5718 if test $ac_cv_header_stdc = yes; then
5719   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5720   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5721 /* end confdefs.h.  */
5722 #include <stdlib.h>
5723
5724 _ACEOF
5725 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5726   $EGREP "free" >/dev/null 2>&1; then :
5727
5728 else
5729   ac_cv_header_stdc=no
5730 fi
5731 rm -f conftest*
5732
5733 fi
5734
5735 if test $ac_cv_header_stdc = yes; then
5736   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5737   if test "$cross_compiling" = yes; then :
5738   :
5739 else
5740   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5741 /* end confdefs.h.  */
5742 #include <ctype.h>
5743 #include <stdlib.h>
5744 #if ((' ' & 0x0FF) == 0x020)
5745 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5746 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5747 #else
5748 # define ISLOWER(c) \
5749                    (('a' <= (c) && (c) <= 'i') \
5750                      || ('j' <= (c) && (c) <= 'r') \
5751                      || ('s' <= (c) && (c) <= 'z'))
5752 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5753 #endif
5754
5755 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5756 int
5757 main ()
5758 {
5759   int i;
5760   for (i = 0; i < 256; i++)
5761     if (XOR (islower (i), ISLOWER (i))
5762         || toupper (i) != TOUPPER (i))
5763       return 2;
5764   return 0;
5765 }
5766 _ACEOF
5767 if ac_fn_c_try_run "$LINENO"; then :
5768
5769 else
5770   ac_cv_header_stdc=no
5771 fi
5772 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5773   conftest.$ac_objext conftest.beam conftest.$ac_ext
5774 fi
5775
5776 fi
5777 fi
5778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5779 $as_echo "$ac_cv_header_stdc" >&6; }
5780 if test $ac_cv_header_stdc = yes; then
5781
5782 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5783
5784 fi
5785
5786 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5787 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5788                   inttypes.h stdint.h unistd.h
5789 do :
5790   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5791 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5792 "
5793 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5794   cat >>confdefs.h <<_ACEOF
5795 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5796 _ACEOF
5797
5798 fi
5799
5800 done
5801
5802
5803 for ac_header in \
5804         AL/al.h \
5805         ApplicationServices/ApplicationServices.h \
5806         AudioToolbox/AudioConverter.h \
5807         AudioUnit/AudioUnit.h \
5808         AudioUnit/AudioComponent.h \
5809         CL/cl.h \
5810         Carbon/Carbon.h \
5811         CoreAudio/CoreAudio.h \
5812         CoreServices/CoreServices.h \
5813         DiskArbitration/DiskArbitration.h \
5814         IOKit/IOKitLib.h \
5815         IOKit/hid/IOHIDLib.h \
5816         OpenAL/al.h \
5817         OpenCL/opencl.h \
5818         QuickTime/ImageCompression.h \
5819         Security/Security.h \
5820         alias.h \
5821         alsa/asoundlib.h \
5822         arpa/inet.h \
5823         arpa/nameser.h \
5824         asm/types.h \
5825         capi20.h \
5826         curses.h \
5827         direct.h \
5828         dirent.h \
5829         dlfcn.h \
5830         elf.h \
5831         float.h \
5832         fnmatch.h \
5833         fontconfig/fontconfig.h \
5834         getopt.h \
5835         gettext-po.h \
5836         grp.h \
5837         gsm.h \
5838         gsm/gsm.h \
5839         ieeefp.h \
5840         inet/mib2.h \
5841         io.h \
5842         jpeglib.h \
5843         kstat.h \
5844         lber.h \
5845         lcms.h \
5846         lcms/lcms.h \
5847         ldap.h \
5848         link.h \
5849         linux/cdrom.h \
5850         linux/compiler.h \
5851         linux/hdreg.h \
5852         linux/input.h \
5853         linux/ioctl.h \
5854         linux/joystick.h \
5855         linux/major.h \
5856         linux/param.h \
5857         linux/serial.h \
5858         linux/types.h \
5859         linux/ucdrom.h \
5860         lwp.h \
5861         mach-o/nlist.h \
5862         mach-o/loader.h \
5863         mach/mach.h \
5864         mach/machine.h \
5865         machine/cpu.h \
5866         machine/limits.h \
5867         machine/sysarch.h \
5868         mntent.h \
5869         mpg123.h \
5870         ncurses.h \
5871         netdb.h \
5872         netinet/in.h \
5873         netinet/in_systm.h \
5874         netinet/tcp.h \
5875         netinet/tcp_fsm.h \
5876         openssl/err.h \
5877         openssl/ssl.h \
5878         png.h \
5879         poll.h \
5880         port.h \
5881         process.h \
5882         pthread.h \
5883         pwd.h \
5884         sched.h \
5885         scsi/scsi.h \
5886         scsi/scsi_ioctl.h \
5887         scsi/sg.h \
5888         stdbool.h \
5889         stdint.h \
5890         strings.h \
5891         stropts.h \
5892         sys/asoundlib.h \
5893         sys/attr.h \
5894         sys/cdio.h \
5895         sys/elf32.h \
5896         sys/epoll.h \
5897         sys/event.h \
5898         sys/exec_elf.h \
5899         sys/filio.h \
5900         sys/inotify.h \
5901         sys/ioctl.h \
5902         sys/ipc.h \
5903         sys/limits.h \
5904         sys/link.h \
5905         sys/mman.h \
5906         sys/modem.h \
5907         sys/msg.h \
5908         sys/mtio.h \
5909         sys/param.h \
5910         sys/poll.h \
5911         sys/prctl.h \
5912         sys/protosw.h \
5913         sys/ptrace.h \
5914         sys/resource.h \
5915         sys/scsiio.h \
5916         sys/shm.h \
5917         sys/signal.h \
5918         sys/socket.h \
5919         sys/socketvar.h \
5920         sys/sockio.h \
5921         sys/statvfs.h \
5922         sys/strtio.h \
5923         sys/syscall.h \
5924         sys/tihdr.h \
5925         sys/time.h \
5926         sys/timeout.h \
5927         sys/times.h \
5928         sys/uio.h \
5929         sys/un.h \
5930         sys/utsname.h \
5931         sys/vm86.h \
5932         sys/wait.h \
5933         syscall.h \
5934         termios.h \
5935         tiffio.h \
5936         unistd.h \
5937         utime.h \
5938         valgrind/memcheck.h \
5939         valgrind/valgrind.h \
5940         zlib.h
5941
5942 do :
5943   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5944 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5945 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5946   cat >>confdefs.h <<_ACEOF
5947 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5948 _ACEOF
5949
5950 fi
5951
5952 done
5953
5954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5955 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5956 if ${ac_cv_header_stat_broken+:} false; then :
5957   $as_echo_n "(cached) " >&6
5958 else
5959   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5960 /* end confdefs.h.  */
5961 #include <sys/types.h>
5962 #include <sys/stat.h>
5963
5964 #if defined S_ISBLK && defined S_IFDIR
5965 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5966 #endif
5967
5968 #if defined S_ISBLK && defined S_IFCHR
5969 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5970 #endif
5971
5972 #if defined S_ISLNK && defined S_IFREG
5973 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5974 #endif
5975
5976 #if defined S_ISSOCK && defined S_IFREG
5977 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5978 #endif
5979
5980 _ACEOF
5981 if ac_fn_c_try_compile "$LINENO"; then :
5982   ac_cv_header_stat_broken=no
5983 else
5984   ac_cv_header_stat_broken=yes
5985 fi
5986 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5987 fi
5988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5989 $as_echo "$ac_cv_header_stat_broken" >&6; }
5990 if test $ac_cv_header_stat_broken = yes; then
5991
5992 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5993
5994 fi
5995
5996
5997
5998 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5999 do :
6000   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6001 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6002      #ifdef HAVE_SYS_PARAM_H
6003      # include <sys/param.h>
6004      #endif
6005 "
6006 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6007   cat >>confdefs.h <<_ACEOF
6008 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6009 _ACEOF
6010
6011 fi
6012
6013 done
6014
6015
6016 for ac_header in \
6017         netinet/ip.h \
6018         net/if.h \
6019         net/if_arp.h \
6020         net/if_dl.h \
6021         net/if_types.h \
6022         net/route.h \
6023         netinet/if_ether.h \
6024         netinet/if_inarp.h \
6025         netinet/in_pcb.h \
6026         netinet/ip_icmp.h \
6027         netinet/ip_var.h \
6028         netinet/udp.h \
6029         netipx/ipx.h \
6030
6031 do :
6032   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6033 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6034      #ifdef HAVE_SYS_SOCKET_H
6035      # include <sys/socket.h>
6036      #endif
6037      #ifdef HAVE_SYS_SOCKETVAR_H
6038      # include <sys/socketvar.h>
6039      #endif
6040      #ifdef HAVE_NET_ROUTE_H
6041      # include <net/route.h>
6042      #endif
6043      #ifdef HAVE_NETINET_IN_H
6044      # include <netinet/in.h>
6045      #endif
6046      #ifdef HAVE_NETINET_IN_SYSTM_H
6047      # include <netinet/in_systm.h>
6048      #endif
6049      #ifdef HAVE_NET_IF_H
6050      # include <net/if.h>
6051      #endif
6052      #ifdef HAVE_NETINET_IP_H
6053      # include <netinet/ip.h>
6054      #endif
6055 "
6056 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6057   cat >>confdefs.h <<_ACEOF
6058 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6059 _ACEOF
6060
6061 fi
6062
6063 done
6064
6065
6066 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6067 do :
6068   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6069 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6070      #ifdef HAVE_ALIAS_H
6071      # include <alias.h>
6072      #endif
6073      #ifdef HAVE_SYS_SOCKET_H
6074      # include <sys/socket.h>
6075      #endif
6076      #ifdef HAVE_SYS_SOCKETVAR_H
6077      # include <sys/socketvar.h>
6078      #endif
6079      #ifdef HAVE_SYS_TIMEOUT_H
6080      # include <sys/timeout.h>
6081      #endif
6082      #ifdef HAVE_NETINET_IN_H
6083      # include <netinet/in.h>
6084      #endif
6085      #ifdef HAVE_NETINET_IN_SYSTM_H
6086      # include <netinet/in_systm.h>
6087      #endif
6088      #ifdef HAVE_NETINET_IP_H
6089      # include <netinet/ip.h>
6090      #endif
6091      #ifdef HAVE_NETINET_IP_VAR_H
6092      # include <netinet/ip_var.h>
6093      #endif
6094      #ifdef HAVE_NETINET_IP_ICMP_H
6095      # include <netinet/ip_icmp.h>
6096      #endif
6097      #ifdef HAVE_NETINET_UDP_H
6098      # include <netinet/udp.h>
6099      #endif
6100      #ifdef HAVE_NETINET_TCP_H
6101      # include <netinet/tcp.h>
6102      #endif
6103      #ifdef HAVE_NETINET_TCP_TIMER_H
6104      #include <netinet/tcp_timer.h>
6105      #endif
6106 "
6107 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6108   cat >>confdefs.h <<_ACEOF
6109 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6110 _ACEOF
6111
6112 fi
6113
6114 done
6115
6116
6117 for ac_header in linux/ipx.h linux/irda.h
6118 do :
6119   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6120 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6121      #ifdef HAVE_ASM_TYPES_H
6122      # include <asm/types.h>
6123      #endif
6124      #ifdef HAVE_SYS_SOCKET_H
6125      # include <sys/socket.h>
6126      #endif
6127      #ifdef HAVE_LINUX_TYPES_H
6128      # include <linux/types.h>
6129      #endif
6130 "
6131 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6132   cat >>confdefs.h <<_ACEOF
6133 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6134 _ACEOF
6135
6136 fi
6137
6138 done
6139
6140
6141 for ac_header in mach-o/dyld_images.h
6142 do :
6143   ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6144      # include <stdbool.h>
6145      #endif
6146      #ifdef HAVE_STDINT_H
6147      # include <stdint.h>
6148      #endif
6149 "
6150 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes; then :
6151   cat >>confdefs.h <<_ACEOF
6152 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6153 _ACEOF
6154
6155 fi
6156
6157 done
6158
6159
6160 for ac_header in resolv.h
6161 do :
6162   ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6163      #ifdef HAVE_SYS_SOCKET_H
6164      # include <sys/socket.h>
6165      #endif
6166      #ifdef HAVE_NETINET_IN_H
6167      # include <netinet/in.h>
6168      #endif
6169      #ifdef HAVE_ARPA_NAMESER_H
6170      # include <arpa/nameser.h>
6171      #endif
6172 "
6173 if test "x$ac_cv_header_resolv_h" = xyes; then :
6174   cat >>confdefs.h <<_ACEOF
6175 #define HAVE_RESOLV_H 1
6176 _ACEOF
6177
6178 fi
6179
6180 done
6181
6182
6183 for ac_header in ifaddrs.h
6184 do :
6185   ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
6186 "
6187 if test "x$ac_cv_header_ifaddrs_h" = xyes; then :
6188   cat >>confdefs.h <<_ACEOF
6189 #define HAVE_IFADDRS_H 1
6190 _ACEOF
6191
6192 fi
6193
6194 done
6195
6196
6197 for ac_header in ucontext.h
6198 do :
6199   ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6200 "
6201 if test "x$ac_cv_header_ucontext_h" = xyes; then :
6202   cat >>confdefs.h <<_ACEOF
6203 #define HAVE_UCONTEXT_H 1
6204 _ACEOF
6205
6206 fi
6207
6208 done
6209
6210
6211 for ac_header in sys/thr.h
6212 do :
6213   ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6214 #ifdef HAVE_UCONTEXT_H
6215 #include <ucontext.h>
6216 #endif
6217 "
6218 if test "x$ac_cv_header_sys_thr_h" = xyes; then :
6219   cat >>confdefs.h <<_ACEOF
6220 #define HAVE_SYS_THR_H 1
6221 _ACEOF
6222
6223 fi
6224
6225 done
6226
6227
6228 for ac_header in pthread_np.h
6229 do :
6230   ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6231 #include <pthread.h>
6232 #endif
6233 "
6234 if test "x$ac_cv_header_pthread_np_h" = xyes; then :
6235   cat >>confdefs.h <<_ACEOF
6236 #define HAVE_PTHREAD_NP_H 1
6237 _ACEOF
6238
6239 fi
6240
6241 done
6242
6243
6244 for ac_header in linux/videodev.h linux/videodev2.h
6245 do :
6246   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6247 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
6248 #include <sys/time.h>
6249 #endif
6250 #include <sys/types.h>
6251 #ifdef HAVE_ASM_TYPES_H
6252 #include <asm/types.h>
6253 #endif
6254 "
6255 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6256   cat >>confdefs.h <<_ACEOF
6257 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6258 _ACEOF
6259
6260 fi
6261
6262 done
6263
6264
6265 for ac_header in linux/capi.h
6266 do :
6267   ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6268 "
6269 if test "x$ac_cv_header_linux_capi_h" = xyes; then :
6270   cat >>confdefs.h <<_ACEOF
6271 #define HAVE_LINUX_CAPI_H 1
6272 _ACEOF
6273
6274 fi
6275
6276 done
6277
6278
6279
6280 DLLEXT=""
6281
6282 DLLFLAGS="-D_REENTRANT"
6283
6284 LDSHARED=""
6285
6286 LDDLLFLAGS=""
6287
6288 LIBEXT="so"
6289
6290 IMPLIBEXT="def"
6291
6292 LDRPATH_INSTALL=""
6293
6294 LDRPATH_LOCAL=""
6295
6296 STATIC_IMPLIBEXT="def.a"
6297 # Extract the first word of "ldd", so it can be a program name with args.
6298 set dummy ldd; ac_word=$2
6299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6300 $as_echo_n "checking for $ac_word... " >&6; }
6301 if ${ac_cv_path_LDD+:} false; then :
6302   $as_echo_n "(cached) " >&6
6303 else
6304   case $LDD in
6305   [\\/]* | ?:[\\/]*)
6306   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6307   ;;
6308   *)
6309   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6310 as_dummy="/sbin:/usr/sbin:$PATH"
6311 for as_dir in $as_dummy
6312 do
6313   IFS=$as_save_IFS
6314   test -z "$as_dir" && as_dir=.
6315     for ac_exec_ext in '' $ac_executable_extensions; do
6316   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6317     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6318     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6319     break 2
6320   fi
6321 done
6322   done
6323 IFS=$as_save_IFS
6324
6325   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6326   ;;
6327 esac
6328 fi
6329 LDD=$ac_cv_path_LDD
6330 if test -n "$LDD"; then
6331   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6332 $as_echo "$LDD" >&6; }
6333 else
6334   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6335 $as_echo "no" >&6; }
6336 fi
6337
6338
6339
6340 case $host_os in
6341   cygwin*|mingw32*)
6342     if test -n "$ac_tool_prefix"; then
6343   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6344 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6346 $as_echo_n "checking for $ac_word... " >&6; }
6347 if ${ac_cv_prog_DLLTOOL+:} false; then :
6348   $as_echo_n "(cached) " >&6
6349 else
6350   if test -n "$DLLTOOL"; then
6351   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6352 else
6353 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6354 for as_dir in $PATH
6355 do
6356   IFS=$as_save_IFS
6357   test -z "$as_dir" && as_dir=.
6358     for ac_exec_ext in '' $ac_executable_extensions; do
6359   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6360     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6361     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6362     break 2
6363   fi
6364 done
6365   done
6366 IFS=$as_save_IFS
6367
6368 fi
6369 fi
6370 DLLTOOL=$ac_cv_prog_DLLTOOL
6371 if test -n "$DLLTOOL"; then
6372   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6373 $as_echo "$DLLTOOL" >&6; }
6374 else
6375   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6376 $as_echo "no" >&6; }
6377 fi
6378
6379
6380 fi
6381 if test -z "$ac_cv_prog_DLLTOOL"; then
6382   ac_ct_DLLTOOL=$DLLTOOL
6383   # Extract the first word of "dlltool", so it can be a program name with args.
6384 set dummy dlltool; ac_word=$2
6385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6386 $as_echo_n "checking for $ac_word... " >&6; }
6387 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
6388   $as_echo_n "(cached) " >&6
6389 else
6390   if test -n "$ac_ct_DLLTOOL"; then
6391   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6392 else
6393 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6394 for as_dir in $PATH
6395 do
6396   IFS=$as_save_IFS
6397   test -z "$as_dir" && as_dir=.
6398     for ac_exec_ext in '' $ac_executable_extensions; do
6399   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6400     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6401     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6402     break 2
6403   fi
6404 done
6405   done
6406 IFS=$as_save_IFS
6407
6408 fi
6409 fi
6410 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6411 if test -n "$ac_ct_DLLTOOL"; then
6412   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6413 $as_echo "$ac_ct_DLLTOOL" >&6; }
6414 else
6415   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6416 $as_echo "no" >&6; }
6417 fi
6418
6419   if test "x$ac_ct_DLLTOOL" = x; then
6420     DLLTOOL="false"
6421   else
6422     case $cross_compiling:$ac_tool_warned in
6423 yes:)
6424 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6425 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6426 ac_tool_warned=yes ;;
6427 esac
6428     DLLTOOL=$ac_ct_DLLTOOL
6429   fi
6430 else
6431   DLLTOOL="$ac_cv_prog_DLLTOOL"
6432 fi
6433
6434     if test -n "$ac_tool_prefix"; then
6435   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6436 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6438 $as_echo_n "checking for $ac_word... " >&6; }
6439 if ${ac_cv_prog_DLLWRAP+:} false; then :
6440   $as_echo_n "(cached) " >&6
6441 else
6442   if test -n "$DLLWRAP"; then
6443   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6444 else
6445 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6446 for as_dir in $PATH
6447 do
6448   IFS=$as_save_IFS
6449   test -z "$as_dir" && as_dir=.
6450     for ac_exec_ext in '' $ac_executable_extensions; do
6451   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6452     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6453     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6454     break 2
6455   fi
6456 done
6457   done
6458 IFS=$as_save_IFS
6459
6460 fi
6461 fi
6462 DLLWRAP=$ac_cv_prog_DLLWRAP
6463 if test -n "$DLLWRAP"; then
6464   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6465 $as_echo "$DLLWRAP" >&6; }
6466 else
6467   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6468 $as_echo "no" >&6; }
6469 fi
6470
6471
6472 fi
6473 if test -z "$ac_cv_prog_DLLWRAP"; then
6474   ac_ct_DLLWRAP=$DLLWRAP
6475   # Extract the first word of "dllwrap", so it can be a program name with args.
6476 set dummy dllwrap; ac_word=$2
6477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6478 $as_echo_n "checking for $ac_word... " >&6; }
6479 if ${ac_cv_prog_ac_ct_DLLWRAP+:} false; then :
6480   $as_echo_n "(cached) " >&6
6481 else
6482   if test -n "$ac_ct_DLLWRAP"; then
6483   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6484 else
6485 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6486 for as_dir in $PATH
6487 do
6488   IFS=$as_save_IFS
6489   test -z "$as_dir" && as_dir=.
6490     for ac_exec_ext in '' $ac_executable_extensions; do
6491   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6492     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6493     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6494     break 2
6495   fi
6496 done
6497   done
6498 IFS=$as_save_IFS
6499
6500 fi
6501 fi
6502 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6503 if test -n "$ac_ct_DLLWRAP"; then
6504   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6505 $as_echo "$ac_ct_DLLWRAP" >&6; }
6506 else
6507   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6508 $as_echo "no" >&6; }
6509 fi
6510
6511   if test "x$ac_ct_DLLWRAP" = x; then
6512     DLLWRAP="false"
6513   else
6514     case $cross_compiling:$ac_tool_warned in
6515 yes:)
6516 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6517 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6518 ac_tool_warned=yes ;;
6519 esac
6520     DLLWRAP=$ac_ct_DLLWRAP
6521   fi
6522 else
6523   DLLWRAP="$ac_cv_prog_DLLWRAP"
6524 fi
6525
6526     if test "$DLLWRAP" = "false"; then
6527       LIBEXT="a"
6528     else
6529             LIBEXT="dll"
6530     fi
6531     IMPLIBEXT="a"
6532     STATIC_IMPLIBEXT="a"
6533         enable_iphlpapi=${enable_iphlpapi:-no}
6534     enable_kernel32=${enable_kernel32:-no}
6535     enable_msvcrt=${enable_msvcrt:-no}
6536     enable_ntdll=${enable_ntdll:-no}
6537     enable_ws2_32=${enable_ws2_32:-no}
6538     enable_loader=${enable_loader:-no}
6539     enable_server=${enable_server:-no}
6540         with_x=${with_x:-no}
6541     with_pthread=${with_pthread:-no}
6542     ;;
6543   darwin*|macosx*)
6544     DLLEXT=".so"
6545     LIBEXT="dylib"
6546     DLLFLAGS="$DLLFLAGS -fPIC"
6547     LDDLLFLAGS="-bundle -multiply_defined suppress"
6548     LIBWINE_LDFLAGS="-multiply_defined suppress"
6549     LDSHARED="\$(CC) -dynamiclib"
6550     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(top_builddir)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6551         COREFOUNDATIONLIB="-framework CoreFoundation"
6552
6553     IOKITLIB="-framework IOKit -framework CoreFoundation"
6554
6555     APPLICATIONSERVICESLIB="-framework ApplicationServices"
6556
6557     CORESERVICESLIB="-framework CoreServices"
6558
6559     case $host_os in
6560       darwin11*)
6561         LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-macosx_version_min,10.6,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6562  ;;
6563       *)
6564         LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6565  ;;
6566     esac
6567     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6568     then
6569                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6570
6571     fi
6572     if test "$ac_cv_header_Security_Security_h" = "yes"
6573     then
6574         SECURITYLIB="-framework Security -framework CoreFoundation"
6575
6576                 ac_save_LIBS="$LIBS"
6577         LIBS="$LIBS $SECURITYLIB"
6578         for ac_func in SSLCopyPeerCertificates
6579 do :
6580   ac_fn_c_check_func "$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
6581 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes; then :
6582   cat >>confdefs.h <<_ACEOF
6583 #define HAVE_SSLCOPYPEERCERTIFICATES 1
6584 _ACEOF
6585
6586 fi
6587 done
6588
6589         LIBS="$ac_save_LIBS"
6590         with_gnutls=${with_gnutls:-no}
6591     fi
6592     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6593     then
6594         if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
6595         then
6596             COREAUDIO="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
6597
6598         else
6599                         COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6600
6601         fi
6602                 ac_save_LIBS="$LIBS"
6603         LIBS="$LIBS $COREAUDIO"
6604         for ac_func in AUGraphAddNode
6605 do :
6606   ac_fn_c_check_func "$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
6607 if test "x$ac_cv_func_AUGraphAddNode" = xyes; then :
6608   cat >>confdefs.h <<_ACEOF
6609 #define HAVE_AUGRAPHADDNODE 1
6610 _ACEOF
6611
6612 fi
6613 done
6614
6615         LIBS="$ac_save_LIBS"
6616     fi
6617     if test "$ac_cv_header_OpenAL_al_h" = "yes"
6618     then
6619         FRAMEWORK_OPENAL="-framework OpenAL"
6620
6621
6622 cat >>confdefs.h <<_ACEOF
6623 #define HAVE_OPENAL 1
6624 _ACEOF
6625
6626         ac_cv_lib_openal=yes
6627     fi
6628     if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
6629     then
6630         LIBOPENCL="-framework OpenCL"
6631
6632         ac_cv_lib_OpenCL_clGetPlatformInfo=yes
6633     fi
6634     if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6635     then
6636         ac_save_LIBS="$LIBS"
6637         LIBS="$LIBS $IOKITLIB"
6638         for ac_func in IOHIDManagerCreate
6639 do :
6640   ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6641 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes; then :
6642   cat >>confdefs.h <<_ACEOF
6643 #define HAVE_IOHIDMANAGERCREATE 1
6644 _ACEOF
6645
6646 fi
6647 done
6648
6649         LIBS="$ac_save_LIBS"
6650     fi
6651     case $host_cpu in
6652       *powerpc*)
6653         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
6654     esac
6655     if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
6656     then
6657         QUICKTIMELIB="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
6658
6659         enable_wineqtdecoder=${enable_wineqtdecoder:-yes}
6660     else
6661         as_fn_append wine_notices "|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
6662     fi
6663         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6664     then
6665         CARBONLIB="-framework Carbon"
6666
6667         enable_winequartz_drv=${enable_winequartz_drv:-yes}
6668     fi
6669         if test "x$enable_win16" = "xyes"
6670     then
6671         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6672 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6673         if test "$cross_compiling" = yes; then :
6674   { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6675 $as_echo "cross-compiling, assuming yes" >&6; }
6676 else
6677   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6678 /* end confdefs.h.  */
6679 asm(".text\n"
6680                                             "bad:\tnop;nop\n"
6681                                             "good:\tnop;nop\n\t"
6682                                             ".globl _testfunc\n"
6683                                             "_testfunc:\tcallw good");
6684                                         extern void testfunc();
6685 int
6686 main ()
6687 {
6688 unsigned short *p = (unsigned short *)testfunc;
6689                                         return p[0] != 0xe866 || p[1] != 0xfffa
6690   ;
6691   return 0;
6692 }
6693 _ACEOF
6694 if ac_fn_c_try_run "$LINENO"; then :
6695   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6696 $as_echo "yes" >&6; }
6697 else
6698   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6699 $as_echo "no" >&6; }
6700                                        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
6701 fi
6702 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6703   conftest.$ac_objext conftest.beam conftest.$ac_ext
6704 fi
6705
6706     fi
6707     ;;
6708   *)
6709     DLLFLAGS="$DLLFLAGS -fPIC"
6710     DLLEXT=".so"
6711     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6712 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6713 if ${ac_cv_c_dll_gnuelf+:} false; then :
6714   $as_echo_n "(cached) " >&6
6715 else
6716   ac_wine_try_cflags_saved=$CFLAGS
6717 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6718 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6719 /* end confdefs.h.  */
6720 void myfunc() {}
6721 _ACEOF
6722 if ac_fn_c_try_link "$LINENO"; then :
6723   ac_cv_c_dll_gnuelf="yes"
6724 else
6725   ac_cv_c_dll_gnuelf="no"
6726 fi
6727 rm -f core conftest.err conftest.$ac_objext \
6728     conftest$ac_exeext conftest.$ac_ext
6729 CFLAGS=$ac_wine_try_cflags_saved
6730 fi
6731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6732 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6733     if test "$ac_cv_c_dll_gnuelf" = "yes"
6734     then
6735       LDSHARED="\$(CC) -shared"
6736       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6737       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6738 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6739 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false; then :
6740   $as_echo_n "(cached) " >&6
6741 else
6742   ac_wine_try_cflags_saved=$CFLAGS
6743 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6744 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6745 /* end confdefs.h.  */
6746 int main(int argc, char **argv) { return 0; }
6747 _ACEOF
6748 if ac_fn_c_try_link "$LINENO"; then :
6749   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6750 else
6751   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6752 fi
6753 rm -f core conftest.err conftest.$ac_objext \
6754     conftest$ac_exeext conftest.$ac_ext
6755 CFLAGS=$ac_wine_try_cflags_saved
6756 fi
6757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6758 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6759 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6760   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6761 else
6762   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6763 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6764 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false; then :
6765   $as_echo_n "(cached) " >&6
6766 else
6767   ac_wine_try_cflags_saved=$CFLAGS
6768 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6770 /* end confdefs.h.  */
6771 int main(int argc, char **argv) { return 0; }
6772 _ACEOF
6773 if ac_fn_c_try_link "$LINENO"; then :
6774   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6775 else
6776   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6777 fi
6778 rm -f core conftest.err conftest.$ac_objext \
6779     conftest$ac_exeext conftest.$ac_ext
6780 CFLAGS=$ac_wine_try_cflags_saved
6781 fi
6782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6783 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6784 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6785   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6786 fi
6787 fi
6788
6789       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6790 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6791 if ${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+:} false; then :
6792   $as_echo_n "(cached) " >&6
6793 else
6794   ac_wine_try_cflags_saved=$CFLAGS
6795 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6797 /* end confdefs.h.  */
6798 int main(int argc, char **argv) { return 0; }
6799 _ACEOF
6800 if ac_fn_c_try_link "$LINENO"; then :
6801   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6802 else
6803   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6804 fi
6805 rm -f core conftest.err conftest.$ac_objext \
6806     conftest$ac_exeext conftest.$ac_ext
6807 CFLAGS=$ac_wine_try_cflags_saved
6808 fi
6809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6810 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6811 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6812   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6813 fi
6814
6815       { $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
6816 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6817 if ${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+:} false; then :
6818   $as_echo_n "(cached) " >&6
6819 else
6820   ac_wine_try_cflags_saved=$CFLAGS
6821 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6823 /* end confdefs.h.  */
6824 int main(int argc, char **argv) { return 0; }
6825 _ACEOF
6826 if ac_fn_c_try_link "$LINENO"; then :
6827   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6828 else
6829   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6830 fi
6831 rm -f core conftest.err conftest.$ac_objext \
6832     conftest$ac_exeext conftest.$ac_ext
6833 CFLAGS=$ac_wine_try_cflags_saved
6834 fi
6835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6836 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6837 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6838   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6839 fi
6840
6841       echo '{ global: *; };' >conftest.map
6842       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6843 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6844 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false; then :
6845   $as_echo_n "(cached) " >&6
6846 else
6847   ac_wine_try_cflags_saved=$CFLAGS
6848 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6849 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6850 /* end confdefs.h.  */
6851 int main(int argc, char **argv) { return 0; }
6852 _ACEOF
6853 if ac_fn_c_try_link "$LINENO"; then :
6854   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6855 else
6856   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6857 fi
6858 rm -f core conftest.err conftest.$ac_objext \
6859     conftest$ac_exeext conftest.$ac_ext
6860 CFLAGS=$ac_wine_try_cflags_saved
6861 fi
6862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6863 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6864 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6865   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6866 fi
6867       rm -f conftest.map
6868
6869       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6870 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6871 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
6872   $as_echo_n "(cached) " >&6
6873 else
6874   ac_wine_try_cflags_saved=$CFLAGS
6875 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6876 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6877 /* end confdefs.h.  */
6878 int main(int argc, char **argv) { return 0; }
6879 _ACEOF
6880 if ac_fn_c_try_link "$LINENO"; then :
6881   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6882 else
6883   ac_cv_cflags__fPIC__Wl___export_dynamic=no
6884 fi
6885 rm -f core conftest.err conftest.$ac_objext \
6886     conftest$ac_exeext conftest.$ac_ext
6887 CFLAGS=$ac_wine_try_cflags_saved
6888 fi
6889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6890 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6891 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6892   LDEXECFLAGS="-Wl,--export-dynamic"
6893
6894 fi
6895
6896       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6898 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6899 if eval \${$as_ac_var+:} false; then :
6900   $as_echo_n "(cached) " >&6
6901 else
6902   ac_wine_try_cflags_saved=$CFLAGS
6903 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6904 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6905 /* end confdefs.h.  */
6906 int main(int argc, char **argv) { return 0; }
6907 _ACEOF
6908 if ac_fn_c_try_link "$LINENO"; then :
6909   eval "$as_ac_var=yes"
6910 else
6911   eval "$as_ac_var=no"
6912 fi
6913 rm -f core conftest.err conftest.$ac_objext \
6914     conftest$ac_exeext conftest.$ac_ext
6915 CFLAGS=$ac_wine_try_cflags_saved
6916 fi
6917 eval ac_res=\$$as_ac_var
6918                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6919 $as_echo "$ac_res" >&6; }
6920 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6921   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6922                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
6923 else
6924   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6926 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6927 if eval \${$as_ac_var+:} false; then :
6928   $as_echo_n "(cached) " >&6
6929 else
6930   ac_wine_try_cflags_saved=$CFLAGS
6931 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6933 /* end confdefs.h.  */
6934 int main(int argc, char **argv) { return 0; }
6935 _ACEOF
6936 if ac_fn_c_try_link "$LINENO"; then :
6937   eval "$as_ac_var=yes"
6938 else
6939   eval "$as_ac_var=no"
6940 fi
6941 rm -f core conftest.err conftest.$ac_objext \
6942     conftest$ac_exeext conftest.$ac_ext
6943 CFLAGS=$ac_wine_try_cflags_saved
6944 fi
6945 eval ac_res=\$$as_ac_var
6946                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6947 $as_echo "$ac_res" >&6; }
6948 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6949   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6950                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
6951 fi
6952 fi
6953
6954       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6955 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6956 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
6957   $as_echo_n "(cached) " >&6
6958 else
6959   ac_wine_try_cflags_saved=$CFLAGS
6960 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6961 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6962 /* end confdefs.h.  */
6963 int main(int argc, char **argv) { return 0; }
6964 _ACEOF
6965 if ac_fn_c_try_link "$LINENO"; then :
6966   ac_cv_cflags__Wl___enable_new_dtags=yes
6967 else
6968   ac_cv_cflags__Wl___enable_new_dtags=no
6969 fi
6970 rm -f core conftest.err conftest.$ac_objext \
6971     conftest$ac_exeext conftest.$ac_ext
6972 CFLAGS=$ac_wine_try_cflags_saved
6973 fi
6974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6975 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6976 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6977   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6978 fi
6979
6980       case $host_cpu in
6981         *i[3456789]86* | x86_64)
6982           { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6983 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6984 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false; then :
6985   $as_echo_n "(cached) " >&6
6986 else
6987   ac_wine_try_cflags_saved=$CFLAGS
6988 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6989 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6990 /* end confdefs.h.  */
6991 int main(int argc, char **argv) { return 0; }
6992 _ACEOF
6993 if ac_fn_c_try_link "$LINENO"; then :
6994   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6995 else
6996   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6997 fi
6998 rm -f core conftest.err conftest.$ac_objext \
6999     conftest$ac_exeext conftest.$ac_ext
7000 CFLAGS=$ac_wine_try_cflags_saved
7001 fi
7002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
7003 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
7004 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
7005   case $host_os in
7006                            freebsd* | kfreebsd*-gnu) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
7007                            *) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
7008                            esac
7009
7010 fi
7011           # Extract the first word of "prelink", so it can be a program name with args.
7012 set dummy prelink; ac_word=$2
7013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7014 $as_echo_n "checking for $ac_word... " >&6; }
7015 if ${ac_cv_path_PRELINK+:} false; then :
7016   $as_echo_n "(cached) " >&6
7017 else
7018   case $PRELINK in
7019   [\\/]* | ?:[\\/]*)
7020   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
7021   ;;
7022   *)
7023   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7024 for as_dir in /sbin /usr/sbin $PATH
7025 do
7026   IFS=$as_save_IFS
7027   test -z "$as_dir" && as_dir=.
7028     for ac_exec_ext in '' $ac_executable_extensions; do
7029   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7030     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
7031     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7032     break 2
7033   fi
7034 done
7035   done
7036 IFS=$as_save_IFS
7037
7038   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
7039   ;;
7040 esac
7041 fi
7042 PRELINK=$ac_cv_path_PRELINK
7043 if test -n "$PRELINK"; then
7044   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
7045 $as_echo "$PRELINK" >&6; }
7046 else
7047   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7048 $as_echo "no" >&6; }
7049 fi
7050
7051
7052           if test "x$PRELINK" = xfalse
7053           then
7054               as_fn_append wine_warnings "|prelink not found, base address of core dlls won't be set correctly."
7055           fi
7056           ;;
7057       esac
7058
7059     else
7060       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
7061 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
7062 if ${ac_cv_c_dll_unixware+:} false; then :
7063   $as_echo_n "(cached) " >&6
7064 else
7065   ac_wine_try_cflags_saved=$CFLAGS
7066 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
7067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7068 /* end confdefs.h.  */
7069 void myfunc() {}
7070 _ACEOF
7071 if ac_fn_c_try_link "$LINENO"; then :
7072   ac_cv_c_dll_unixware="yes"
7073 else
7074   ac_cv_c_dll_unixware="no"
7075 fi
7076 rm -f core conftest.err conftest.$ac_objext \
7077     conftest$ac_exeext conftest.$ac_ext
7078 CFLAGS=$ac_wine_try_cflags_saved
7079 fi
7080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
7081 $as_echo "$ac_cv_c_dll_unixware" >&6; }
7082       if test "$ac_cv_c_dll_unixware" = "yes"
7083       then
7084         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
7085         LDDLLFLAGS="-Wl,-G,-B,symbolic"
7086
7087       else
7088         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
7089 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
7090 if ${ac_cv_c_dll_hpux+:} false; then :
7091   $as_echo_n "(cached) " >&6
7092 else
7093   ac_wine_try_cflags_saved=$CFLAGS
7094 CFLAGS="$CFLAGS -shared"
7095 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7096 /* end confdefs.h.  */
7097 void myfunc() {}
7098 _ACEOF
7099 if ac_fn_c_try_link "$LINENO"; then :
7100   ac_cv_c_dll_hpux="yes"
7101 else
7102   ac_cv_c_dll_hpux="no"
7103 fi
7104 rm -f core conftest.err conftest.$ac_objext \
7105     conftest$ac_exeext conftest.$ac_ext
7106 CFLAGS=$ac_wine_try_cflags_saved
7107 fi
7108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
7109 $as_echo "$ac_cv_c_dll_hpux" >&6; }
7110         if test "$ac_cv_c_dll_hpux" = "yes"
7111         then
7112           LIBEXT="sl"
7113           DLLEXT=".sl"
7114           LDDLLFLAGS="-shared -fPIC"
7115           LDSHARED="\$(CC) -shared"
7116         fi
7117       fi
7118     fi
7119     ;;
7120 esac
7121
7122 enable_wineqtdecoder=${enable_wineqtdecoder:-no}
7123 enable_winequartz_drv=${enable_winequartz_drv:-no}
7124
7125 if test "$LIBEXT" = "a"; then
7126   as_fn_error $? "could not find a way to build shared libraries.
7127 It is currently not possible to build Wine without shared library
7128 (.so) support to allow transparent switch between .so and .dll files.
7129 If you are using Linux, you will need a newer binutils.
7130 " "$LINENO" 5
7131 fi
7132
7133 CROSSTEST_DISABLE=\#
7134
7135 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno -a "$LIBEXT" != "dll"
7136 then
7137     case "$host_cpu" in
7138   i[3456789]86*)
7139     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
7140                         mingw32-gcc" ;;
7141   x86_64)
7142     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 " ;;
7143   *)
7144     ac_prefix_list="" ;;
7145 esac
7146 for ac_prog in $ac_prefix_list
7147 do
7148   # Extract the first word of "$ac_prog", so it can be a program name with args.
7149 set dummy $ac_prog; ac_word=$2
7150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7151 $as_echo_n "checking for $ac_word... " >&6; }
7152 if ${ac_cv_prog_CROSSCC+:} false; then :
7153   $as_echo_n "(cached) " >&6
7154 else
7155   if test -n "$CROSSCC"; then
7156   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
7157 else
7158 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7159 for as_dir in $PATH
7160 do
7161   IFS=$as_save_IFS
7162   test -z "$as_dir" && as_dir=.
7163     for ac_exec_ext in '' $ac_executable_extensions; do
7164   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7165     ac_cv_prog_CROSSCC="$ac_prog"
7166     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7167     break 2
7168   fi
7169 done
7170   done
7171 IFS=$as_save_IFS
7172
7173 fi
7174 fi
7175 CROSSCC=$ac_cv_prog_CROSSCC
7176 if test -n "$CROSSCC"; then
7177   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
7178 $as_echo "$CROSSCC" >&6; }
7179 else
7180   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7181 $as_echo "no" >&6; }
7182 fi
7183
7184
7185   test -n "$CROSSCC" && break
7186 done
7187 test -n "$CROSSCC" || CROSSCC="false"
7188
7189     if test "$CROSSCC" != "false"
7190     then
7191         ac_save_CC="$CC"
7192         CC="$CROSSCC"
7193         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
7194 $as_echo_n "checking whether $CROSSCC works... " >&6; }
7195         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7196 /* end confdefs.h.  */
7197
7198 int
7199 main ()
7200 {
7201
7202   ;
7203   return 0;
7204 }
7205 _ACEOF
7206 if ac_fn_c_try_compile "$LINENO"; then :
7207   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7208 $as_echo "yes" >&6; }
7209                            set x $CROSSCC
7210                            shift
7211                            target=""
7212                            while test $# -ge 1
7213                            do
7214                                case "$1" in
7215                                  *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
7216                                esac
7217                                shift
7218                            done
7219                            if test -n "$target"
7220                            then
7221                                CROSSTEST_DISABLE=""
7222                                CROSSTARGET="$target"
7223
7224                            fi
7225 else
7226   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7227 $as_echo "no" >&6; }
7228 fi
7229 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7230         CC="$ac_save_CC"
7231     fi
7232 fi
7233
7234
7235 if test "$ac_cv_header_pthread_h" = "yes"
7236 then
7237     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
7238 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7239 if ${ac_cv_lib_pthread_pthread_create+:} false; then :
7240   $as_echo_n "(cached) " >&6
7241 else
7242   ac_check_lib_save_LIBS=$LIBS
7243 LIBS="-lpthread  $LIBS"
7244 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7245 /* end confdefs.h.  */
7246
7247 /* Override any GCC internal prototype to avoid an error.
7248    Use char because int might match the return type of a GCC
7249    builtin and then its argument prototype would still apply.  */
7250 #ifdef __cplusplus
7251 extern "C"
7252 #endif
7253 char pthread_create ();
7254 int
7255 main ()
7256 {
7257 return pthread_create ();
7258   ;
7259   return 0;
7260 }
7261 _ACEOF
7262 if ac_fn_c_try_link "$LINENO"; then :
7263   ac_cv_lib_pthread_pthread_create=yes
7264 else
7265   ac_cv_lib_pthread_pthread_create=no
7266 fi
7267 rm -f core conftest.err conftest.$ac_objext \
7268     conftest$ac_exeext conftest.$ac_ext
7269 LIBS=$ac_check_lib_save_LIBS
7270 fi
7271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7272 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7273 if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then :
7274   LIBPTHREAD="-lpthread"
7275
7276 fi
7277
7278 fi
7279 if test "x$LIBPTHREAD" = "x"; then :
7280   case "x$with_pthread" in
7281   xno) ;;
7282   *)   as_fn_error $? "pthread ${notice_platform}development files not found.
7283 Wine cannot support threads without libpthread.
7284 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7285 esac
7286 fi
7287
7288
7289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7290 $as_echo_n "checking for X... " >&6; }
7291
7292
7293 # Check whether --with-x was given.
7294 if test "${with_x+set}" = set; then :
7295   withval=$with_x;
7296 fi
7297
7298 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7299 if test "x$with_x" = xno; then
7300   # The user explicitly disabled X.
7301   have_x=disabled
7302 else
7303   case $x_includes,$x_libraries in #(
7304     *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
7305     *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
7306   $as_echo_n "(cached) " >&6
7307 else
7308   # One or both of the vars are not set, and there is no cached value.
7309 ac_x_includes=no ac_x_libraries=no
7310 rm -f -r conftest.dir
7311 if mkdir conftest.dir; then
7312   cd conftest.dir
7313   cat >Imakefile <<'_ACEOF'
7314 incroot:
7315         @echo incroot='${INCROOT}'
7316 usrlibdir:
7317         @echo usrlibdir='${USRLIBDIR}'
7318 libdir:
7319         @echo libdir='${LIBDIR}'
7320 _ACEOF
7321   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7322     # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
7323     for ac_var in incroot usrlibdir libdir; do
7324       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7325     done
7326     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7327     for ac_extension in a so sl dylib la dll; do
7328       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7329          test -f "$ac_im_libdir/libX11.$ac_extension"; then
7330         ac_im_usrlibdir=$ac_im_libdir; break
7331       fi
7332     done
7333     # Screen out bogus values from the imake configuration.  They are
7334     # bogus both because they are the default anyway, and because
7335     # using them would break gcc on systems where it needs fixed includes.
7336     case $ac_im_incroot in
7337         /usr/include) ac_x_includes= ;;
7338         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7339     esac
7340     case $ac_im_usrlibdir in
7341         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7342         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7343     esac
7344   fi
7345   cd ..
7346   rm -f -r conftest.dir
7347 fi
7348
7349 # Standard set of common directories for X headers.
7350 # Check X11 before X11Rn because it is often a symlink to the current release.
7351 ac_x_header_dirs='
7352 /usr/X11/include
7353 /usr/X11R7/include
7354 /usr/X11R6/include
7355 /usr/X11R5/include
7356 /usr/X11R4/include
7357
7358 /usr/include/X11
7359 /usr/include/X11R7
7360 /usr/include/X11R6
7361 /usr/include/X11R5
7362 /usr/include/X11R4
7363
7364 /usr/local/X11/include
7365 /usr/local/X11R7/include
7366 /usr/local/X11R6/include
7367 /usr/local/X11R5/include
7368 /usr/local/X11R4/include
7369
7370 /usr/local/include/X11
7371 /usr/local/include/X11R7
7372 /usr/local/include/X11R6
7373 /usr/local/include/X11R5
7374 /usr/local/include/X11R4
7375
7376 /usr/X386/include
7377 /usr/x386/include
7378 /usr/XFree86/include/X11
7379
7380 /usr/include
7381 /usr/local/include
7382 /usr/unsupported/include
7383 /usr/athena/include
7384 /usr/local/x11r5/include
7385 /usr/lpp/Xamples/include
7386
7387 /usr/openwin/include
7388 /usr/openwin/share/include'
7389
7390 if test "$ac_x_includes" = no; then
7391   # Guess where to find include files, by looking for Xlib.h.
7392   # First, try using that file with no special directory specified.
7393   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7394 /* end confdefs.h.  */
7395 #include <X11/Xlib.h>
7396 _ACEOF
7397 if ac_fn_c_try_cpp "$LINENO"; then :
7398   # We can compile using X headers with no special include directory.
7399 ac_x_includes=
7400 else
7401   for ac_dir in $ac_x_header_dirs; do
7402   if test -r "$ac_dir/X11/Xlib.h"; then
7403     ac_x_includes=$ac_dir
7404     break
7405   fi
7406 done
7407 fi
7408 rm -f conftest.err conftest.i conftest.$ac_ext
7409 fi # $ac_x_includes = no
7410
7411 if test "$ac_x_libraries" = no; then
7412   # Check for the libraries.
7413   # See if we find them without any special options.
7414   # Don't add to $LIBS permanently.
7415   ac_save_LIBS=$LIBS
7416   LIBS="-lX11 $LIBS"
7417   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7418 /* end confdefs.h.  */
7419 #include <X11/Xlib.h>
7420 int
7421 main ()
7422 {
7423 XrmInitialize ()
7424   ;
7425   return 0;
7426 }
7427 _ACEOF
7428 if ac_fn_c_try_link "$LINENO"; then :
7429   LIBS=$ac_save_LIBS
7430 # We can link X programs with no special library path.
7431 ac_x_libraries=
7432 else
7433   LIBS=$ac_save_LIBS
7434 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7435 do
7436   # Don't even attempt the hair of trying to link an X program!
7437   for ac_extension in a so sl dylib la dll; do
7438     if test -r "$ac_dir/libX11.$ac_extension"; then
7439       ac_x_libraries=$ac_dir
7440       break 2
7441     fi
7442   done
7443 done
7444 fi
7445 rm -f core conftest.err conftest.$ac_objext \
7446     conftest$ac_exeext conftest.$ac_ext
7447 fi # $ac_x_libraries = no
7448
7449 case $ac_x_includes,$ac_x_libraries in #(
7450   no,* | *,no | *\'*)
7451     # Didn't find X, or a directory has "'" in its name.
7452     ac_cv_have_x="have_x=no";; #(
7453   *)
7454     # Record where we found X for the cache.
7455     ac_cv_have_x="have_x=yes\
7456         ac_x_includes='$ac_x_includes'\
7457         ac_x_libraries='$ac_x_libraries'"
7458 esac
7459 fi
7460 ;; #(
7461     *) have_x=yes;;
7462   esac
7463   eval "$ac_cv_have_x"
7464 fi # $with_x != no
7465
7466 if test "$have_x" != yes; then
7467   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7468 $as_echo "$have_x" >&6; }
7469   no_x=yes
7470 else
7471   # If each of the values was on the command line, it overrides each guess.
7472   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7473   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7474   # Update the cache value to reflect the command line values.
7475   ac_cv_have_x="have_x=yes\
7476         ac_x_includes='$x_includes'\
7477         ac_x_libraries='$x_libraries'"
7478   { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7479 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7480 fi
7481
7482 if test "$no_x" = yes; then
7483   # Not all programs may use this symbol, but it does not hurt to define it.
7484
7485 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7486
7487   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7488 else
7489   if test -n "$x_includes"; then
7490     X_CFLAGS="$X_CFLAGS -I$x_includes"
7491   fi
7492
7493   # It would also be nice to do this for all -L options, not just this one.
7494   if test -n "$x_libraries"; then
7495     X_LIBS="$X_LIBS -L$x_libraries"
7496     # For Solaris; some versions of Sun CC require a space after -R and
7497     # others require no space.  Words are not sufficient . . . .
7498     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7499 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7500     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7501     ac_xsave_c_werror_flag=$ac_c_werror_flag
7502     ac_c_werror_flag=yes
7503     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7504 /* end confdefs.h.  */
7505
7506 int
7507 main ()
7508 {
7509
7510   ;
7511   return 0;
7512 }
7513 _ACEOF
7514 if ac_fn_c_try_link "$LINENO"; then :
7515   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7516 $as_echo "no" >&6; }
7517        X_LIBS="$X_LIBS -R$x_libraries"
7518 else
7519   LIBS="$ac_xsave_LIBS -R $x_libraries"
7520        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7521 /* end confdefs.h.  */
7522
7523 int
7524 main ()
7525 {
7526
7527   ;
7528   return 0;
7529 }
7530 _ACEOF
7531 if ac_fn_c_try_link "$LINENO"; then :
7532   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7533 $as_echo "yes" >&6; }
7534           X_LIBS="$X_LIBS -R $x_libraries"
7535 else
7536   { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7537 $as_echo "neither works" >&6; }
7538 fi
7539 rm -f core conftest.err conftest.$ac_objext \
7540     conftest$ac_exeext conftest.$ac_ext
7541 fi
7542 rm -f core conftest.err conftest.$ac_objext \
7543     conftest$ac_exeext conftest.$ac_ext
7544     ac_c_werror_flag=$ac_xsave_c_werror_flag
7545     LIBS=$ac_xsave_LIBS
7546   fi
7547
7548   # Check for system-dependent libraries X programs must link with.
7549   # Do this before checking for the system-independent R6 libraries
7550   # (-lICE), since we may need -lsocket or whatever for X linking.
7551
7552   if test "$ISC" = yes; then
7553     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7554   else
7555     # Martyn Johnson says this is needed for Ultrix, if the X
7556     # libraries were built with DECnet support.  And Karl Berry says
7557     # the Alpha needs dnet_stub (dnet does not exist).
7558     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7559     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7560 /* end confdefs.h.  */
7561
7562 /* Override any GCC internal prototype to avoid an error.
7563    Use char because int might match the return type of a GCC
7564    builtin and then its argument prototype would still apply.  */
7565 #ifdef __cplusplus
7566 extern "C"
7567 #endif
7568 char XOpenDisplay ();
7569 int
7570 main ()
7571 {
7572 return XOpenDisplay ();
7573   ;
7574   return 0;
7575 }
7576 _ACEOF
7577 if ac_fn_c_try_link "$LINENO"; then :
7578
7579 else
7580   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7581 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7582 if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
7583   $as_echo_n "(cached) " >&6
7584 else
7585   ac_check_lib_save_LIBS=$LIBS
7586 LIBS="-ldnet  $LIBS"
7587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7588 /* end confdefs.h.  */
7589
7590 /* Override any GCC internal prototype to avoid an error.
7591    Use char because int might match the return type of a GCC
7592    builtin and then its argument prototype would still apply.  */
7593 #ifdef __cplusplus
7594 extern "C"
7595 #endif
7596 char dnet_ntoa ();
7597 int
7598 main ()
7599 {
7600 return dnet_ntoa ();
7601   ;
7602   return 0;
7603 }
7604 _ACEOF
7605 if ac_fn_c_try_link "$LINENO"; then :
7606   ac_cv_lib_dnet_dnet_ntoa=yes
7607 else
7608   ac_cv_lib_dnet_dnet_ntoa=no
7609 fi
7610 rm -f core conftest.err conftest.$ac_objext \
7611     conftest$ac_exeext conftest.$ac_ext
7612 LIBS=$ac_check_lib_save_LIBS
7613 fi
7614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7615 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7616 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
7617   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7618 fi
7619
7620     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7621       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7622 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7623 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
7624   $as_echo_n "(cached) " >&6
7625 else
7626   ac_check_lib_save_LIBS=$LIBS
7627 LIBS="-ldnet_stub  $LIBS"
7628 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7629 /* end confdefs.h.  */
7630
7631 /* Override any GCC internal prototype to avoid an error.
7632    Use char because int might match the return type of a GCC
7633    builtin and then its argument prototype would still apply.  */
7634 #ifdef __cplusplus
7635 extern "C"
7636 #endif
7637 char dnet_ntoa ();
7638 int
7639 main ()
7640 {
7641 return dnet_ntoa ();
7642   ;
7643   return 0;
7644 }
7645 _ACEOF
7646 if ac_fn_c_try_link "$LINENO"; then :
7647   ac_cv_lib_dnet_stub_dnet_ntoa=yes
7648 else
7649   ac_cv_lib_dnet_stub_dnet_ntoa=no
7650 fi
7651 rm -f core conftest.err conftest.$ac_objext \
7652     conftest$ac_exeext conftest.$ac_ext
7653 LIBS=$ac_check_lib_save_LIBS
7654 fi
7655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7656 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7657 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
7658   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7659 fi
7660
7661     fi
7662 fi
7663 rm -f core conftest.err conftest.$ac_objext \
7664     conftest$ac_exeext conftest.$ac_ext
7665     LIBS="$ac_xsave_LIBS"
7666
7667     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7668     # to get the SysV transport functions.
7669     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7670     # needs -lnsl.
7671     # The nsl library prevents programs from opening the X display
7672     # on Irix 5.2, according to T.E. Dickey.
7673     # The functions gethostbyname, getservbyname, and inet_addr are
7674     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7675     ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7676 if test "x$ac_cv_func_gethostbyname" = xyes; then :
7677
7678 fi
7679
7680     if test $ac_cv_func_gethostbyname = no; then
7681       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7682 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7683 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
7684   $as_echo_n "(cached) " >&6
7685 else
7686   ac_check_lib_save_LIBS=$LIBS
7687 LIBS="-lnsl  $LIBS"
7688 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7689 /* end confdefs.h.  */
7690
7691 /* Override any GCC internal prototype to avoid an error.
7692    Use char because int might match the return type of a GCC
7693    builtin and then its argument prototype would still apply.  */
7694 #ifdef __cplusplus
7695 extern "C"
7696 #endif
7697 char gethostbyname ();
7698 int
7699 main ()
7700 {
7701 return gethostbyname ();
7702   ;
7703   return 0;
7704 }
7705 _ACEOF
7706 if ac_fn_c_try_link "$LINENO"; then :
7707   ac_cv_lib_nsl_gethostbyname=yes
7708 else
7709   ac_cv_lib_nsl_gethostbyname=no
7710 fi
7711 rm -f core conftest.err conftest.$ac_objext \
7712     conftest$ac_exeext conftest.$ac_ext
7713 LIBS=$ac_check_lib_save_LIBS
7714 fi
7715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7716 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7717 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
7718   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7719 fi
7720
7721       if test $ac_cv_lib_nsl_gethostbyname = no; then
7722         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7723 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7724 if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
7725   $as_echo_n "(cached) " >&6
7726 else
7727   ac_check_lib_save_LIBS=$LIBS
7728 LIBS="-lbsd  $LIBS"
7729 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7730 /* end confdefs.h.  */
7731
7732 /* Override any GCC internal prototype to avoid an error.
7733    Use char because int might match the return type of a GCC
7734    builtin and then its argument prototype would still apply.  */
7735 #ifdef __cplusplus
7736 extern "C"
7737 #endif
7738 char gethostbyname ();
7739 int
7740 main ()
7741 {
7742 return gethostbyname ();
7743   ;
7744   return 0;
7745 }
7746 _ACEOF
7747 if ac_fn_c_try_link "$LINENO"; then :
7748   ac_cv_lib_bsd_gethostbyname=yes
7749 else
7750   ac_cv_lib_bsd_gethostbyname=no
7751 fi
7752 rm -f core conftest.err conftest.$ac_objext \
7753     conftest$ac_exeext conftest.$ac_ext
7754 LIBS=$ac_check_lib_save_LIBS
7755 fi
7756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7757 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7758 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
7759   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7760 fi
7761
7762       fi
7763     fi
7764
7765     # lieder@skyler.mavd.honeywell.com says without -lsocket,
7766     # socket/setsockopt and other routines are undefined under SCO ODT
7767     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
7768     # on later versions), says Simon Leinen: it contains gethostby*
7769     # variants that don't use the name server (or something).  -lsocket
7770     # must be given before -lnsl if both are needed.  We assume that
7771     # if connect needs -lnsl, so does gethostbyname.
7772     ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7773 if test "x$ac_cv_func_connect" = xyes; then :
7774
7775 fi
7776
7777     if test $ac_cv_func_connect = no; then
7778       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7779 $as_echo_n "checking for connect in -lsocket... " >&6; }
7780 if ${ac_cv_lib_socket_connect+:} false; then :
7781   $as_echo_n "(cached) " >&6
7782 else
7783   ac_check_lib_save_LIBS=$LIBS
7784 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7786 /* end confdefs.h.  */
7787
7788 /* Override any GCC internal prototype to avoid an error.
7789    Use char because int might match the return type of a GCC
7790    builtin and then its argument prototype would still apply.  */
7791 #ifdef __cplusplus
7792 extern "C"
7793 #endif
7794 char connect ();
7795 int
7796 main ()
7797 {
7798 return connect ();
7799   ;
7800   return 0;
7801 }
7802 _ACEOF
7803 if ac_fn_c_try_link "$LINENO"; then :
7804   ac_cv_lib_socket_connect=yes
7805 else
7806   ac_cv_lib_socket_connect=no
7807 fi
7808 rm -f core conftest.err conftest.$ac_objext \
7809     conftest$ac_exeext conftest.$ac_ext
7810 LIBS=$ac_check_lib_save_LIBS
7811 fi
7812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7813 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7814 if test "x$ac_cv_lib_socket_connect" = xyes; then :
7815   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7816 fi
7817
7818     fi
7819
7820     # Guillermo Gomez says -lposix is necessary on A/UX.
7821     ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7822 if test "x$ac_cv_func_remove" = xyes; then :
7823
7824 fi
7825
7826     if test $ac_cv_func_remove = no; then
7827       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7828 $as_echo_n "checking for remove in -lposix... " >&6; }
7829 if ${ac_cv_lib_posix_remove+:} false; then :
7830   $as_echo_n "(cached) " >&6
7831 else
7832   ac_check_lib_save_LIBS=$LIBS
7833 LIBS="-lposix  $LIBS"
7834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7835 /* end confdefs.h.  */
7836
7837 /* Override any GCC internal prototype to avoid an error.
7838    Use char because int might match the return type of a GCC
7839    builtin and then its argument prototype would still apply.  */
7840 #ifdef __cplusplus
7841 extern "C"
7842 #endif
7843 char remove ();
7844 int
7845 main ()
7846 {
7847 return remove ();
7848   ;
7849   return 0;
7850 }
7851 _ACEOF
7852 if ac_fn_c_try_link "$LINENO"; then :
7853   ac_cv_lib_posix_remove=yes
7854 else
7855   ac_cv_lib_posix_remove=no
7856 fi
7857 rm -f core conftest.err conftest.$ac_objext \
7858     conftest$ac_exeext conftest.$ac_ext
7859 LIBS=$ac_check_lib_save_LIBS
7860 fi
7861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7862 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7863 if test "x$ac_cv_lib_posix_remove" = xyes; then :
7864   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7865 fi
7866
7867     fi
7868
7869     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7870     ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7871 if test "x$ac_cv_func_shmat" = xyes; then :
7872
7873 fi
7874
7875     if test $ac_cv_func_shmat = no; then
7876       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7877 $as_echo_n "checking for shmat in -lipc... " >&6; }
7878 if ${ac_cv_lib_ipc_shmat+:} false; then :
7879   $as_echo_n "(cached) " >&6
7880 else
7881   ac_check_lib_save_LIBS=$LIBS
7882 LIBS="-lipc  $LIBS"
7883 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7884 /* end confdefs.h.  */
7885
7886 /* Override any GCC internal prototype to avoid an error.
7887    Use char because int might match the return type of a GCC
7888    builtin and then its argument prototype would still apply.  */
7889 #ifdef __cplusplus
7890 extern "C"
7891 #endif
7892 char shmat ();
7893 int
7894 main ()
7895 {
7896 return shmat ();
7897   ;
7898   return 0;
7899 }
7900 _ACEOF
7901 if ac_fn_c_try_link "$LINENO"; then :
7902   ac_cv_lib_ipc_shmat=yes
7903 else
7904   ac_cv_lib_ipc_shmat=no
7905 fi
7906 rm -f core conftest.err conftest.$ac_objext \
7907     conftest$ac_exeext conftest.$ac_ext
7908 LIBS=$ac_check_lib_save_LIBS
7909 fi
7910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7911 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7912 if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
7913   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7914 fi
7915
7916     fi
7917   fi
7918
7919   # Check for libraries that X11R6 Xt/Xaw programs need.
7920   ac_save_LDFLAGS=$LDFLAGS
7921   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7922   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7923   # check for ICE first), but we must link in the order -lSM -lICE or
7924   # we get undefined symbols.  So assume we have SM if we have ICE.
7925   # These have to be linked with before -lX11, unlike the other
7926   # libraries we check for below, so use a different variable.
7927   # John Interrante, Karl Berry
7928   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7929 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7930 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
7931   $as_echo_n "(cached) " >&6
7932 else
7933   ac_check_lib_save_LIBS=$LIBS
7934 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7935 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7936 /* end confdefs.h.  */
7937
7938 /* Override any GCC internal prototype to avoid an error.
7939    Use char because int might match the return type of a GCC
7940    builtin and then its argument prototype would still apply.  */
7941 #ifdef __cplusplus
7942 extern "C"
7943 #endif
7944 char IceConnectionNumber ();
7945 int
7946 main ()
7947 {
7948 return IceConnectionNumber ();
7949   ;
7950   return 0;
7951 }
7952 _ACEOF
7953 if ac_fn_c_try_link "$LINENO"; then :
7954   ac_cv_lib_ICE_IceConnectionNumber=yes
7955 else
7956   ac_cv_lib_ICE_IceConnectionNumber=no
7957 fi
7958 rm -f core conftest.err conftest.$ac_objext \
7959     conftest$ac_exeext conftest.$ac_ext
7960 LIBS=$ac_check_lib_save_LIBS
7961 fi
7962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7963 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7964 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
7965   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7966 fi
7967
7968   LDFLAGS=$ac_save_LDFLAGS
7969
7970 fi
7971
7972
7973 if test "$have_x" = "yes"
7974 then
7975     XLIB="-lX11"
7976     ac_save_CPPFLAGS="$CPPFLAGS"
7977     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7978
7979     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7980 $as_echo_n "checking for -lX11... " >&6; }
7981 if ${ac_cv_lib_soname_X11+:} false; then :
7982   $as_echo_n "(cached) " >&6
7983 else
7984   ac_check_soname_save_LIBS=$LIBS
7985 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7986   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7987 /* end confdefs.h.  */
7988
7989 /* Override any GCC internal prototype to avoid an error.
7990    Use char because int might match the return type of a GCC
7991    builtin and then its argument prototype would still apply.  */
7992 #ifdef __cplusplus
7993 extern "C"
7994 #endif
7995 char XCreateWindow ();
7996 int
7997 main ()
7998 {
7999 return XCreateWindow ();
8000   ;
8001   return 0;
8002 }
8003 _ACEOF
8004 if ac_fn_c_try_link "$LINENO"; then :
8005   case "$LIBEXT" in
8006     dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8007     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'` ;;
8008     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
8009   esac
8010 fi
8011 rm -f core conftest.err conftest.$ac_objext \
8012     conftest$ac_exeext conftest.$ac_ext
8013   LIBS=$ac_check_soname_save_LIBS
8014 fi
8015 if test "x$ac_cv_lib_soname_X11" = "x"; then :
8016   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8017 $as_echo "not found" >&6; }
8018
8019 else
8020   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
8021 $as_echo "$ac_cv_lib_soname_X11" >&6; }
8022
8023 cat >>confdefs.h <<_ACEOF
8024 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
8025 _ACEOF
8026
8027
8028 fi
8029     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
8030 $as_echo_n "checking for -lXext... " >&6; }
8031 if ${ac_cv_lib_soname_Xext+:} false; then :
8032   $as_echo_n "(cached) " >&6
8033 else
8034   ac_check_soname_save_LIBS=$LIBS
8035 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
8036   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8037 /* end confdefs.h.  */
8038
8039 /* Override any GCC internal prototype to avoid an error.
8040    Use char because int might match the return type of a GCC
8041    builtin and then its argument prototype would still apply.  */
8042 #ifdef __cplusplus
8043 extern "C"
8044 #endif
8045 char XextCreateExtension ();
8046 int
8047 main ()
8048 {
8049 return XextCreateExtension ();
8050   ;
8051   return 0;
8052 }
8053 _ACEOF
8054 if ac_fn_c_try_link "$LINENO"; then :
8055   case "$LIBEXT" in
8056     dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8057     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'` ;;
8058     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
8059   esac
8060 fi
8061 rm -f core conftest.err conftest.$ac_objext \
8062     conftest$ac_exeext conftest.$ac_ext
8063   LIBS=$ac_check_soname_save_LIBS
8064 fi
8065 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
8066   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8067 $as_echo "not found" >&6; }
8068
8069 else
8070   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
8071 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
8072
8073 cat >>confdefs.h <<_ACEOF
8074 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
8075 _ACEOF
8076
8077        XLIB="-lXext $XLIB"
8078 fi
8079
8080         for ac_header in X11/Xlib.h \
8081                       X11/XKBlib.h \
8082                       X11/Xutil.h \
8083                       X11/Xcursor/Xcursor.h \
8084                       X11/extensions/shape.h \
8085                       X11/extensions/XInput.h \
8086                       X11/extensions/XInput2.h \
8087                       X11/extensions/Xcomposite.h \
8088                       X11/extensions/Xinerama.h \
8089                       X11/extensions/Xrandr.h \
8090                       X11/extensions/Xrender.h \
8091                       X11/extensions/xf86vmode.h \
8092                       X11/extensions/xf86vmproto.h
8093 do :
8094   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8095 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
8096 # include <X11/Xlib.h>
8097 #endif
8098 #ifdef HAVE_X11_XUTIL_H
8099 # include <X11/Xutil.h>
8100 #endif
8101 "
8102 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
8103   cat >>confdefs.h <<_ACEOF
8104 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8105 _ACEOF
8106
8107 fi
8108
8109 done
8110
8111
8112                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
8113         then
8114               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
8115 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
8116 if ${ac_cv_lib_X11_XkbQueryExtension+:} false; then :
8117   $as_echo_n "(cached) " >&6
8118 else
8119   ac_check_lib_save_LIBS=$LIBS
8120 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8121 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8122 /* end confdefs.h.  */
8123
8124 /* Override any GCC internal prototype to avoid an error.
8125    Use char because int might match the return type of a GCC
8126    builtin and then its argument prototype would still apply.  */
8127 #ifdef __cplusplus
8128 extern "C"
8129 #endif
8130 char XkbQueryExtension ();
8131 int
8132 main ()
8133 {
8134 return XkbQueryExtension ();
8135   ;
8136   return 0;
8137 }
8138 _ACEOF
8139 if ac_fn_c_try_link "$LINENO"; then :
8140   ac_cv_lib_X11_XkbQueryExtension=yes
8141 else
8142   ac_cv_lib_X11_XkbQueryExtension=no
8143 fi
8144 rm -f core conftest.err conftest.$ac_objext \
8145     conftest$ac_exeext conftest.$ac_ext
8146 LIBS=$ac_check_lib_save_LIBS
8147 fi
8148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
8149 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
8150 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes; then :
8151
8152 $as_echo "#define HAVE_XKB 1" >>confdefs.h
8153
8154 fi
8155
8156         fi
8157
8158                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
8159         then
8160             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
8161 $as_echo_n "checking for -lXcursor... " >&6; }
8162 if ${ac_cv_lib_soname_Xcursor+:} false; then :
8163   $as_echo_n "(cached) " >&6
8164 else
8165   ac_check_soname_save_LIBS=$LIBS
8166 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8167   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8168 /* end confdefs.h.  */
8169
8170 /* Override any GCC internal prototype to avoid an error.
8171    Use char because int might match the return type of a GCC
8172    builtin and then its argument prototype would still apply.  */
8173 #ifdef __cplusplus
8174 extern "C"
8175 #endif
8176 char XcursorImageLoadCursor ();
8177 int
8178 main ()
8179 {
8180 return XcursorImageLoadCursor ();
8181   ;
8182   return 0;
8183 }
8184 _ACEOF
8185 if ac_fn_c_try_link "$LINENO"; then :
8186   case "$LIBEXT" in
8187     dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8188     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'` ;;
8189     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8190   esac
8191 fi
8192 rm -f core conftest.err conftest.$ac_objext \
8193     conftest$ac_exeext conftest.$ac_ext
8194   LIBS=$ac_check_soname_save_LIBS
8195 fi
8196 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8197   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8198 $as_echo "not found" >&6; }
8199
8200 else
8201   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
8202 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
8203
8204 cat >>confdefs.h <<_ACEOF
8205 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
8206 _ACEOF
8207
8208
8209 fi
8210         fi
8211         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8212   case "x$with_xcursor" in
8213   x)   as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
8214   xno) ;;
8215   *)   as_fn_error $? "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
8216 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
8217 esac
8218 fi
8219
8220                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
8221         then
8222             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
8223 $as_echo_n "checking for -lXi... " >&6; }
8224 if ${ac_cv_lib_soname_Xi+:} false; then :
8225   $as_echo_n "(cached) " >&6
8226 else
8227   ac_check_soname_save_LIBS=$LIBS
8228 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8229   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8230 /* end confdefs.h.  */
8231
8232 /* Override any GCC internal prototype to avoid an error.
8233    Use char because int might match the return type of a GCC
8234    builtin and then its argument prototype would still apply.  */
8235 #ifdef __cplusplus
8236 extern "C"
8237 #endif
8238 char XOpenDevice ();
8239 int
8240 main ()
8241 {
8242 return XOpenDevice ();
8243   ;
8244   return 0;
8245 }
8246 _ACEOF
8247 if ac_fn_c_try_link "$LINENO"; then :
8248   case "$LIBEXT" in
8249     dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8250     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'` ;;
8251     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8252   esac
8253 fi
8254 rm -f core conftest.err conftest.$ac_objext \
8255     conftest$ac_exeext conftest.$ac_ext
8256   LIBS=$ac_check_soname_save_LIBS
8257 fi
8258 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8259   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8260 $as_echo "not found" >&6; }
8261
8262 else
8263   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8264 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8265
8266 cat >>confdefs.h <<_ACEOF
8267 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8268 _ACEOF
8269
8270
8271 fi
8272         fi
8273         if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8274   case "x$with_xinput" in
8275   x)   as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8276   xno) ;;
8277   *)   as_fn_error $? "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8278 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8279 esac
8280 fi
8281
8282                 if test "x$ac_cv_lib_soname_Xi" != x
8283         then
8284             if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
8285   case "x$with_xinput2" in
8286   x)   as_fn_append wine_notices "|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
8287   xno) ;;
8288   *)   as_fn_error $? "XInput2 headers not found, the XInput 2 extension won't be supported.
8289 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
8290 esac
8291 fi
8292         fi
8293
8294                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8295         then
8296               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8297 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8298 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then :
8299   $as_echo_n "(cached) " >&6
8300 else
8301   ac_check_lib_save_LIBS=$LIBS
8302 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8304 /* end confdefs.h.  */
8305
8306 /* Override any GCC internal prototype to avoid an error.
8307    Use char because int might match the return type of a GCC
8308    builtin and then its argument prototype would still apply.  */
8309 #ifdef __cplusplus
8310 extern "C"
8311 #endif
8312 char XShapeQueryExtension ();
8313 int
8314 main ()
8315 {
8316 return XShapeQueryExtension ();
8317   ;
8318   return 0;
8319 }
8320 _ACEOF
8321 if ac_fn_c_try_link "$LINENO"; then :
8322   ac_cv_lib_Xext_XShapeQueryExtension=yes
8323 else
8324   ac_cv_lib_Xext_XShapeQueryExtension=no
8325 fi
8326 rm -f core conftest.err conftest.$ac_objext \
8327     conftest$ac_exeext conftest.$ac_ext
8328 LIBS=$ac_check_lib_save_LIBS
8329 fi
8330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8331 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8332 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then :
8333
8334 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8335
8336 fi
8337
8338         fi
8339         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8340   case "x$with_xshape" in
8341   x)   as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8342   xno) ;;
8343   *)   as_fn_error $? "XShape ${notice_platform}development files not found, XShape won't be supported.
8344 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8345 esac
8346 fi
8347
8348                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8349         then
8350             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8351 $as_echo_n "checking for -lXxf86vm... " >&6; }
8352 if ${ac_cv_lib_soname_Xxf86vm+:} false; then :
8353   $as_echo_n "(cached) " >&6
8354 else
8355   ac_check_soname_save_LIBS=$LIBS
8356 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8357   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8358 /* end confdefs.h.  */
8359
8360 /* Override any GCC internal prototype to avoid an error.
8361    Use char because int might match the return type of a GCC
8362    builtin and then its argument prototype would still apply.  */
8363 #ifdef __cplusplus
8364 extern "C"
8365 #endif
8366 char XF86VidModeQueryExtension ();
8367 int
8368 main ()
8369 {
8370 return XF86VidModeQueryExtension ();
8371   ;
8372   return 0;
8373 }
8374 _ACEOF
8375 if ac_fn_c_try_link "$LINENO"; then :
8376   case "$LIBEXT" in
8377     dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8378     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'` ;;
8379     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8380   esac
8381 fi
8382 rm -f core conftest.err conftest.$ac_objext \
8383     conftest$ac_exeext conftest.$ac_ext
8384   LIBS=$ac_check_soname_save_LIBS
8385 fi
8386 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8387   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8388 $as_echo "not found" >&6; }
8389
8390 else
8391   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8392 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8393
8394 cat >>confdefs.h <<_ACEOF
8395 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8396 _ACEOF
8397
8398
8399 fi
8400         fi
8401         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8402   case "x$with_xxf86vm" in
8403   x)   as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8404   xno) ;;
8405   *)   as_fn_error $? "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8406 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8407 esac
8408 fi
8409
8410                 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"
8411         then
8412             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8413 $as_echo_n "checking for -lXrender... " >&6; }
8414 if ${ac_cv_lib_soname_Xrender+:} false; then :
8415   $as_echo_n "(cached) " >&6
8416 else
8417   ac_check_soname_save_LIBS=$LIBS
8418 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8419   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8420 /* end confdefs.h.  */
8421
8422 /* Override any GCC internal prototype to avoid an error.
8423    Use char because int might match the return type of a GCC
8424    builtin and then its argument prototype would still apply.  */
8425 #ifdef __cplusplus
8426 extern "C"
8427 #endif
8428 char XRenderQueryExtension ();
8429 int
8430 main ()
8431 {
8432 return XRenderQueryExtension ();
8433   ;
8434   return 0;
8435 }
8436 _ACEOF
8437 if ac_fn_c_try_link "$LINENO"; then :
8438   case "$LIBEXT" in
8439     dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8440     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'` ;;
8441     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8442   esac
8443 fi
8444 rm -f core conftest.err conftest.$ac_objext \
8445     conftest$ac_exeext conftest.$ac_ext
8446   LIBS=$ac_check_soname_save_LIBS
8447 fi
8448 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8449   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8450 $as_echo "not found" >&6; }
8451
8452 else
8453   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8454 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8455
8456 cat >>confdefs.h <<_ACEOF
8457 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8458 _ACEOF
8459
8460        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8461 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8462 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false; then :
8463   $as_echo_n "(cached) " >&6
8464 else
8465   ac_check_lib_save_LIBS=$LIBS
8466 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8468 /* end confdefs.h.  */
8469
8470 /* Override any GCC internal prototype to avoid an error.
8471    Use char because int might match the return type of a GCC
8472    builtin and then its argument prototype would still apply.  */
8473 #ifdef __cplusplus
8474 extern "C"
8475 #endif
8476 char XRenderSetPictureTransform ();
8477 int
8478 main ()
8479 {
8480 return XRenderSetPictureTransform ();
8481   ;
8482   return 0;
8483 }
8484 _ACEOF
8485 if ac_fn_c_try_link "$LINENO"; then :
8486   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8487 else
8488   ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8489 fi
8490 rm -f core conftest.err conftest.$ac_objext \
8491     conftest$ac_exeext conftest.$ac_ext
8492 LIBS=$ac_check_lib_save_LIBS
8493 fi
8494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8495 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8496 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes; then :
8497
8498 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8499
8500 fi
8501
8502                { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
8503 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
8504 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false; then :
8505   $as_echo_n "(cached) " >&6
8506 else
8507   ac_check_lib_save_LIBS=$LIBS
8508 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8509 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8510 /* end confdefs.h.  */
8511
8512 /* Override any GCC internal prototype to avoid an error.
8513    Use char because int might match the return type of a GCC
8514    builtin and then its argument prototype would still apply.  */
8515 #ifdef __cplusplus
8516 extern "C"
8517 #endif
8518 char XRenderCreateLinearGradient ();
8519 int
8520 main ()
8521 {
8522 return XRenderCreateLinearGradient ();
8523   ;
8524   return 0;
8525 }
8526 _ACEOF
8527 if ac_fn_c_try_link "$LINENO"; then :
8528   ac_cv_lib_Xrender_XRenderCreateLinearGradient=yes
8529 else
8530   ac_cv_lib_Xrender_XRenderCreateLinearGradient=no
8531 fi
8532 rm -f core conftest.err conftest.$ac_objext \
8533     conftest$ac_exeext conftest.$ac_ext
8534 LIBS=$ac_check_lib_save_LIBS
8535 fi
8536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
8537 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
8538 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes; then :
8539
8540 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
8541
8542 fi
8543
8544 fi
8545
8546         fi
8547         if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8548   case "x$with_xrender" in
8549   x)   as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8550   xno) ;;
8551   *)   as_fn_error $? "libxrender ${notice_platform}development files not found, XRender won't be supported.
8552 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8553 esac
8554 fi
8555
8556                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8557         then
8558                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8559 /* end confdefs.h.  */
8560 #include <X11/Xlib.h>
8561 #include <X11/extensions/Xrandr.h>
8562 int
8563 main ()
8564 {
8565 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
8566   ;
8567   return 0;
8568 }
8569 _ACEOF
8570 if ac_fn_c_try_compile "$LINENO"; then :
8571   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8572 $as_echo_n "checking for -lXrandr... " >&6; }
8573 if ${ac_cv_lib_soname_Xrandr+:} false; then :
8574   $as_echo_n "(cached) " >&6
8575 else
8576   ac_check_soname_save_LIBS=$LIBS
8577 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8578   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8579 /* end confdefs.h.  */
8580
8581 /* Override any GCC internal prototype to avoid an error.
8582    Use char because int might match the return type of a GCC
8583    builtin and then its argument prototype would still apply.  */
8584 #ifdef __cplusplus
8585 extern "C"
8586 #endif
8587 char XRRQueryExtension ();
8588 int
8589 main ()
8590 {
8591 return XRRQueryExtension ();
8592   ;
8593   return 0;
8594 }
8595 _ACEOF
8596 if ac_fn_c_try_link "$LINENO"; then :
8597   case "$LIBEXT" in
8598     dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8599     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'` ;;
8600     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
8601   esac
8602 fi
8603 rm -f core conftest.err conftest.$ac_objext \
8604     conftest$ac_exeext conftest.$ac_ext
8605   LIBS=$ac_check_soname_save_LIBS
8606 fi
8607 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8608   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8609 $as_echo "not found" >&6; }
8610
8611 else
8612   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8613 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8614
8615 cat >>confdefs.h <<_ACEOF
8616 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8617 _ACEOF
8618
8619        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8620 /* end confdefs.h.  */
8621 #include <X11/extensions/Xrandr.h>
8622 int
8623 main ()
8624 {
8625 static typeof(XRRGetScreenResources) *f; if (f) return 0;
8626   ;
8627   return 0;
8628 }
8629 _ACEOF
8630 if ac_fn_c_try_compile "$LINENO"; then :
8631
8632 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
8633
8634 fi
8635 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8636 fi
8637 fi
8638 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8639         fi
8640         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8641   case "x$with_xrandr" in
8642   x)   as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8643   xno) ;;
8644   *)   as_fn_error $? "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8645 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8646 esac
8647 fi
8648
8649                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8650         then
8651                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8652 /* end confdefs.h.  */
8653 #include <X11/Xlib.h>
8654 #include <X11/extensions/Xinerama.h>
8655 int
8656 main ()
8657 {
8658 static typeof(XineramaQueryScreens) * func; if (func) return 0;
8659   ;
8660   return 0;
8661 }
8662 _ACEOF
8663 if ac_fn_c_try_compile "$LINENO"; then :
8664   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8665 $as_echo_n "checking for -lXinerama... " >&6; }
8666 if ${ac_cv_lib_soname_Xinerama+:} false; then :
8667   $as_echo_n "(cached) " >&6
8668 else
8669   ac_check_soname_save_LIBS=$LIBS
8670 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8671   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8672 /* end confdefs.h.  */
8673
8674 /* Override any GCC internal prototype to avoid an error.
8675    Use char because int might match the return type of a GCC
8676    builtin and then its argument prototype would still apply.  */
8677 #ifdef __cplusplus
8678 extern "C"
8679 #endif
8680 char XineramaQueryScreens ();
8681 int
8682 main ()
8683 {
8684 return XineramaQueryScreens ();
8685   ;
8686   return 0;
8687 }
8688 _ACEOF
8689 if ac_fn_c_try_link "$LINENO"; then :
8690   case "$LIBEXT" in
8691     dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8692     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'` ;;
8693     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
8694   esac
8695 fi
8696 rm -f core conftest.err conftest.$ac_objext \
8697     conftest$ac_exeext conftest.$ac_ext
8698   LIBS=$ac_check_soname_save_LIBS
8699 fi
8700 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8701   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8702 $as_echo "not found" >&6; }
8703
8704 else
8705   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8706 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8707
8708 cat >>confdefs.h <<_ACEOF
8709 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8710 _ACEOF
8711
8712
8713 fi
8714 fi
8715 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8716         fi
8717         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8718   case "x$with_xinerama" in
8719   x)   as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8720   xno) ;;
8721   *)   as_fn_error $? "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8722 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8723 esac
8724 fi
8725
8726                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8727         then
8728             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8729 $as_echo_n "checking for -lXcomposite... " >&6; }
8730 if ${ac_cv_lib_soname_Xcomposite+:} false; then :
8731   $as_echo_n "(cached) " >&6
8732 else
8733   ac_check_soname_save_LIBS=$LIBS
8734 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8735   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8736 /* end confdefs.h.  */
8737
8738 /* Override any GCC internal prototype to avoid an error.
8739    Use char because int might match the return type of a GCC
8740    builtin and then its argument prototype would still apply.  */
8741 #ifdef __cplusplus
8742 extern "C"
8743 #endif
8744 char XCompositeRedirectWindow ();
8745 int
8746 main ()
8747 {
8748 return XCompositeRedirectWindow ();
8749   ;
8750   return 0;
8751 }
8752 _ACEOF
8753 if ac_fn_c_try_link "$LINENO"; then :
8754   case "$LIBEXT" in
8755     dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8756     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'` ;;
8757     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8758   esac
8759 fi
8760 rm -f core conftest.err conftest.$ac_objext \
8761     conftest$ac_exeext conftest.$ac_ext
8762   LIBS=$ac_check_soname_save_LIBS
8763 fi
8764 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8765   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8766 $as_echo "not found" >&6; }
8767
8768 else
8769   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8770 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8771
8772 cat >>confdefs.h <<_ACEOF
8773 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8774 _ACEOF
8775
8776
8777 fi
8778         fi
8779         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8780   case "x$with_xcomposite" in
8781   x)   as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8782   xno) ;;
8783   *)   as_fn_error $? "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8784 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8785 esac
8786 fi
8787
8788                 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8789 #include <X11/Xlib.h>
8790 #endif
8791 "
8792 if test "x$ac_cv_member_XICCallback_callback" = xyes; then :
8793
8794 cat >>confdefs.h <<_ACEOF
8795 #define HAVE_XICCALLBACK_CALLBACK 1
8796 _ACEOF
8797
8798
8799 fi
8800 ac_fn_c_check_member "$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
8801 #include <X11/Xlib.h>
8802 #endif
8803 "
8804 if test "x$ac_cv_member_XEvent_xcookie" = xyes; then :
8805
8806 cat >>confdefs.h <<_ACEOF
8807 #define HAVE_XEVENT_XCOOKIE 1
8808 _ACEOF
8809
8810
8811 fi
8812
8813
8814
8815         opengl_msg=""
8816     if test "x$with_opengl" != "xno"
8817     then
8818         for ac_header in GL/gl.h GL/glx.h GL/glu.h GL/osmesa.h
8819 do :
8820   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8821 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8822 # include <GL/glx.h>
8823 #endif
8824 "
8825 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
8826   cat >>confdefs.h <<_ACEOF
8827 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8828 _ACEOF
8829
8830 fi
8831
8832 done
8833
8834         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8835         then
8836                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8837 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8838 if ${wine_cv_opengl_header_version_OK+:} false; then :
8839   $as_echo_n "(cached) " >&6
8840 else
8841   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8842 /* end confdefs.h.  */
8843 #include <GL/gl.h>
8844 int
8845 main ()
8846 {
8847 GLenum test = GL_UNSIGNED_SHORT_5_6_5;  return (test == GL_UNSIGNED_SHORT_5_6_5);
8848   ;
8849   return 0;
8850 }
8851 _ACEOF
8852 if ac_fn_c_try_compile "$LINENO"; then :
8853   wine_cv_opengl_header_version_OK="yes"
8854 else
8855   wine_cv_opengl_header_version_OK="no"
8856 fi
8857 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8858 fi
8859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8860 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8861
8862             if test "$wine_cv_opengl_header_version_OK" = "yes"
8863             then
8864                                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8865 $as_echo_n "checking for -lGL... " >&6; }
8866 if ${ac_cv_lib_soname_GL+:} false; then :
8867   $as_echo_n "(cached) " >&6
8868 else
8869   ac_check_soname_save_LIBS=$LIBS
8870 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8871   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8872 /* end confdefs.h.  */
8873
8874 /* Override any GCC internal prototype to avoid an error.
8875    Use char because int might match the return type of a GCC
8876    builtin and then its argument prototype would still apply.  */
8877 #ifdef __cplusplus
8878 extern "C"
8879 #endif
8880 char glXCreateContext ();
8881 int
8882 main ()
8883 {
8884 return glXCreateContext ();
8885   ;
8886   return 0;
8887 }
8888 _ACEOF
8889 if ac_fn_c_try_link "$LINENO"; then :
8890   case "$LIBEXT" in
8891     dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8892     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'` ;;
8893     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8894   esac
8895 fi
8896 rm -f core conftest.err conftest.$ac_objext \
8897     conftest$ac_exeext conftest.$ac_ext
8898   LIBS=$ac_check_soname_save_LIBS
8899 fi
8900 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8901   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8902 $as_echo "not found" >&6; }
8903        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8904 $as_echo_n "checking for -lGL... " >&6; }
8905 if ${ac_cv_lib_soname_GL+:} false; then :
8906   $as_echo_n "(cached) " >&6
8907 else
8908   ac_check_soname_save_LIBS=$LIBS
8909 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"
8910   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8911 /* end confdefs.h.  */
8912
8913 /* Override any GCC internal prototype to avoid an error.
8914    Use char because int might match the return type of a GCC
8915    builtin and then its argument prototype would still apply.  */
8916 #ifdef __cplusplus
8917 extern "C"
8918 #endif
8919 char glXCreateContext ();
8920 int
8921 main ()
8922 {
8923 return glXCreateContext ();
8924   ;
8925   return 0;
8926 }
8927 _ACEOF
8928 if ac_fn_c_try_link "$LINENO"; then :
8929   case "$LIBEXT" in
8930     dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8931     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'` ;;
8932     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8933   esac
8934 fi
8935 rm -f core conftest.err conftest.$ac_objext \
8936     conftest$ac_exeext conftest.$ac_ext
8937   LIBS=$ac_check_soname_save_LIBS
8938 fi
8939 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8940   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8941 $as_echo "not found" >&6; }
8942        if test -f /usr/X11R6/lib/libGL.a
8943                                     then
8944                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8945 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8946                                     else
8947                                         opengl_msg="No OpenGL library found on this system."
8948                                     fi
8949 else
8950   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8951 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8952
8953 cat >>confdefs.h <<_ACEOF
8954 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8955 _ACEOF
8956
8957        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"
8958
8959 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8960
8961 fi
8962 else
8963   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8964 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8965
8966 cat >>confdefs.h <<_ACEOF
8967 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8968 _ACEOF
8969
8970        OPENGL_LIBS="-lGL"
8971
8972 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8973
8974 fi
8975                  if test "$ac_cv_header_GL_glu_h" = "yes"
8976                  then
8977                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8978 $as_echo_n "checking for -lGLU... " >&6; }
8979 if ${ac_cv_lib_soname_GLU+:} false; then :
8980   $as_echo_n "(cached) " >&6
8981 else
8982   ac_check_soname_save_LIBS=$LIBS
8983 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8984   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8985 /* end confdefs.h.  */
8986
8987 /* Override any GCC internal prototype to avoid an error.
8988    Use char because int might match the return type of a GCC
8989    builtin and then its argument prototype would still apply.  */
8990 #ifdef __cplusplus
8991 extern "C"
8992 #endif
8993 char gluLookAt ();
8994 int
8995 main ()
8996 {
8997 return gluLookAt ();
8998   ;
8999   return 0;
9000 }
9001 _ACEOF
9002 if ac_fn_c_try_link "$LINENO"; then :
9003   case "$LIBEXT" in
9004     dll) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9005     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'` ;;
9006     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
9007   esac
9008 fi
9009 rm -f core conftest.err conftest.$ac_objext \
9010     conftest$ac_exeext conftest.$ac_ext
9011   LIBS=$ac_check_soname_save_LIBS
9012 fi
9013 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
9014   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9015 $as_echo "not found" >&6; }
9016
9017 else
9018   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
9019 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
9020
9021 cat >>confdefs.h <<_ACEOF
9022 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
9023 _ACEOF
9024
9025
9026 fi
9027                  fi
9028                  if test "x$ac_cv_lib_soname_GLU" = "x"; then :
9029   case "x$with_glu" in
9030   x)   as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
9031   xno) ;;
9032   *)   as_fn_error $? "libGLU ${notice_platform}development files not found, GLU won't be supported.
9033 This is an error since --with-glu was requested." "$LINENO" 5 ;;
9034 esac
9035 fi
9036
9037                  if test "$ac_cv_header_GL_osmesa_h" = "yes"
9038                  then
9039                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
9040 $as_echo_n "checking for -lOSMesa... " >&6; }
9041 if ${ac_cv_lib_soname_OSMesa+:} false; then :
9042   $as_echo_n "(cached) " >&6
9043 else
9044   ac_check_soname_save_LIBS=$LIBS
9045 LIBS="-lOSMesa $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
9046   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9047 /* end confdefs.h.  */
9048
9049 /* Override any GCC internal prototype to avoid an error.
9050    Use char because int might match the return type of a GCC
9051    builtin and then its argument prototype would still apply.  */
9052 #ifdef __cplusplus
9053 extern "C"
9054 #endif
9055 char glAccum ();
9056 int
9057 main ()
9058 {
9059 return glAccum ();
9060   ;
9061   return 0;
9062 }
9063 _ACEOF
9064 if ac_fn_c_try_link "$LINENO"; then :
9065   case "$LIBEXT" in
9066     dll) ac_cv_lib_soname_OSMesa=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9067     dylib) ac_cv_lib_soname_OSMesa=`otool -L conftest$ac_exeext | grep "libOSMesa\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libOSMesa\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9068     *) ac_cv_lib_soname_OSMesa=`$ac_cv_path_LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9069   esac
9070 fi
9071 rm -f core conftest.err conftest.$ac_objext \
9072     conftest$ac_exeext conftest.$ac_ext
9073   LIBS=$ac_check_soname_save_LIBS
9074 fi
9075 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
9076   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9077 $as_echo "not found" >&6; }
9078
9079 else
9080   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
9081 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
9082
9083 cat >>confdefs.h <<_ACEOF
9084 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
9085 _ACEOF
9086
9087
9088 fi
9089                  fi
9090                  if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
9091   case "x$with_osmesa" in
9092   x)   as_fn_append wine_notices "|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
9093   xno) ;;
9094   *)   as_fn_error $? "libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
9095 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
9096 esac
9097 fi
9098              else
9099                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
9100              fi
9101          else
9102              opengl_msg="OpenGL development headers not found."
9103          fi
9104          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
9105          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
9106     else
9107          enable_opengl32=${enable_opengl32:-no}
9108          enable_glu32=${enable_glu32:-no}
9109     fi
9110     if test -n "$opengl_msg"; then :
9111   case "x$with_opengl" in
9112   x)   as_fn_append wine_warnings "|$opengl_msg
9113 OpenGL and Direct3D won't be supported." ;;
9114   xno) ;;
9115   *)   as_fn_error $? "$opengl_msg
9116 OpenGL and Direct3D won't be supported.
9117 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
9118 esac
9119 fi
9120
9121     CPPFLAGS="$ac_save_CPPFLAGS"
9122 else
9123     XLIB=""
9124     X_CFLAGS=""
9125     X_LIBS=""
9126     enable_winex11_drv=${enable_winex11_drv:-no}
9127     enable_opengl32=${enable_opengl32:-no}
9128     enable_glu32=${enable_glu32:-no}
9129 fi
9130 if test "x$XLIB" = "x"; then :
9131   case "x$with_x" in
9132   xno) ;;
9133   *)   as_fn_error $? "X ${notice_platform}development files not found. Wine will be built
9134 without X support, which probably isn't what you want. You will need
9135 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
9136 Use the --without-x option if you really want this." "$LINENO" 5 ;;
9137 esac
9138 fi
9139
9140 if test "$ac_cv_header_CL_cl_h" = "yes"
9141 then
9142     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
9143 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
9144 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false; then :
9145   $as_echo_n "(cached) " >&6
9146 else
9147   ac_check_lib_save_LIBS=$LIBS
9148 LIBS="-lOpenCL  $LIBS"
9149 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9150 /* end confdefs.h.  */
9151
9152 /* Override any GCC internal prototype to avoid an error.
9153    Use char because int might match the return type of a GCC
9154    builtin and then its argument prototype would still apply.  */
9155 #ifdef __cplusplus
9156 extern "C"
9157 #endif
9158 char clGetPlatformInfo ();
9159 int
9160 main ()
9161 {
9162 return clGetPlatformInfo ();
9163   ;
9164   return 0;
9165 }
9166 _ACEOF
9167 if ac_fn_c_try_link "$LINENO"; then :
9168   ac_cv_lib_OpenCL_clGetPlatformInfo=yes
9169 else
9170   ac_cv_lib_OpenCL_clGetPlatformInfo=no
9171 fi
9172 rm -f core conftest.err conftest.$ac_objext \
9173     conftest$ac_exeext conftest.$ac_ext
9174 LIBS=$ac_check_lib_save_LIBS
9175 fi
9176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
9177 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
9178 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes; then :
9179   LIBOPENCL="-lOpenCL"
9180
9181 fi
9182
9183 fi
9184 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes; then :
9185   case "x$with_opencl" in
9186   x)   as_fn_append wine_notices "|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
9187   xno) ;;
9188   *)   as_fn_error $? "OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
9189 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
9190 esac
9191 fi
9192 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes && enable_opencl=${enable_opencl:-no}
9193
9194
9195 XML2LIBS=""
9196
9197 XML2INCL=""
9198
9199 XSLTINCL=""
9200
9201 if test "x$with_xml" != "xno"
9202 then
9203     ac_save_CPPFLAGS="$CPPFLAGS"
9204     if test "$PKG_CONFIG" != "false"
9205     then
9206         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
9207         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
9208     else
9209         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
9210         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
9211     fi
9212     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
9213     for ac_header in libxml/parser.h libxml/xmlsave.h libxml/SAX2.h
9214 do :
9215   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9216 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9217 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9218   cat >>confdefs.h <<_ACEOF
9219 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9220 _ACEOF
9221
9222 fi
9223
9224 done
9225
9226     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"
9227     then
9228         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
9229 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
9230 if ${ac_cv_lib_xml2_xmlParseMemory+:} false; then :
9231   $as_echo_n "(cached) " >&6
9232 else
9233   ac_check_lib_save_LIBS=$LIBS
9234 LIBS="-lxml2 $ac_xml_libs $LIBS"
9235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9236 /* end confdefs.h.  */
9237
9238 /* Override any GCC internal prototype to avoid an error.
9239    Use char because int might match the return type of a GCC
9240    builtin and then its argument prototype would still apply.  */
9241 #ifdef __cplusplus
9242 extern "C"
9243 #endif
9244 char xmlParseMemory ();
9245 int
9246 main ()
9247 {
9248 return xmlParseMemory ();
9249   ;
9250   return 0;
9251 }
9252 _ACEOF
9253 if ac_fn_c_try_link "$LINENO"; then :
9254   ac_cv_lib_xml2_xmlParseMemory=yes
9255 else
9256   ac_cv_lib_xml2_xmlParseMemory=no
9257 fi
9258 rm -f core conftest.err conftest.$ac_objext \
9259     conftest$ac_exeext conftest.$ac_ext
9260 LIBS=$ac_check_lib_save_LIBS
9261 fi
9262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
9263 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
9264 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes; then :
9265
9266 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
9267
9268              XML2LIBS="$ac_xml_libs"
9269              XML2INCL="$ac_xml_cflags"
9270 fi
9271
9272         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
9273 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
9274 if ${ac_cv_lib_xml2_xmlReadMemory+:} false; then :
9275   $as_echo_n "(cached) " >&6
9276 else
9277   ac_check_lib_save_LIBS=$LIBS
9278 LIBS="-lxml2 $ac_xml_libs $LIBS"
9279 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9280 /* end confdefs.h.  */
9281
9282 /* Override any GCC internal prototype to avoid an error.
9283    Use char because int might match the return type of a GCC
9284    builtin and then its argument prototype would still apply.  */
9285 #ifdef __cplusplus
9286 extern "C"
9287 #endif
9288 char xmlReadMemory ();
9289 int
9290 main ()
9291 {
9292 return xmlReadMemory ();
9293   ;
9294   return 0;
9295 }
9296 _ACEOF
9297 if ac_fn_c_try_link "$LINENO"; then :
9298   ac_cv_lib_xml2_xmlReadMemory=yes
9299 else
9300   ac_cv_lib_xml2_xmlReadMemory=no
9301 fi
9302 rm -f core conftest.err conftest.$ac_objext \
9303     conftest$ac_exeext conftest.$ac_ext
9304 LIBS=$ac_check_lib_save_LIBS
9305 fi
9306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9307 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9308 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes; then :
9309
9310 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9311
9312 fi
9313
9314         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9315 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9316 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false; then :
9317   $as_echo_n "(cached) " >&6
9318 else
9319   ac_check_lib_save_LIBS=$LIBS
9320 LIBS="-lxml2 $ac_xml_libs $LIBS"
9321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9322 /* end confdefs.h.  */
9323
9324 /* Override any GCC internal prototype to avoid an error.
9325    Use char because int might match the return type of a GCC
9326    builtin and then its argument prototype would still apply.  */
9327 #ifdef __cplusplus
9328 extern "C"
9329 #endif
9330 char xmlNewDocPI ();
9331 int
9332 main ()
9333 {
9334 return xmlNewDocPI ();
9335   ;
9336   return 0;
9337 }
9338 _ACEOF
9339 if ac_fn_c_try_link "$LINENO"; then :
9340   ac_cv_lib_xml2_xmlNewDocPI=yes
9341 else
9342   ac_cv_lib_xml2_xmlNewDocPI=no
9343 fi
9344 rm -f core conftest.err conftest.$ac_objext \
9345     conftest$ac_exeext conftest.$ac_ext
9346 LIBS=$ac_check_lib_save_LIBS
9347 fi
9348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9349 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9350 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes; then :
9351
9352 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9353
9354 fi
9355
9356         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
9357 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
9358 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false; then :
9359   $as_echo_n "(cached) " >&6
9360 else
9361   ac_check_lib_save_LIBS=$LIBS
9362 LIBS="-lxml2 $ac_xml_libs $LIBS"
9363 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9364 /* end confdefs.h.  */
9365
9366 /* Override any GCC internal prototype to avoid an error.
9367    Use char because int might match the return type of a GCC
9368    builtin and then its argument prototype would still apply.  */
9369 #ifdef __cplusplus
9370 extern "C"
9371 #endif
9372 char xmlSchemaSetParserStructuredErrors ();
9373 int
9374 main ()
9375 {
9376 return xmlSchemaSetParserStructuredErrors ();
9377   ;
9378   return 0;
9379 }
9380 _ACEOF
9381 if ac_fn_c_try_link "$LINENO"; then :
9382   ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=yes
9383 else
9384   ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=no
9385 fi
9386 rm -f core conftest.err conftest.$ac_objext \
9387     conftest$ac_exeext conftest.$ac_ext
9388 LIBS=$ac_check_lib_save_LIBS
9389 fi
9390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
9391 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
9392 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes; then :
9393
9394 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
9395
9396 fi
9397
9398         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
9399 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
9400 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false; then :
9401   $as_echo_n "(cached) " >&6
9402 else
9403   ac_check_lib_save_LIBS=$LIBS
9404 LIBS="-lxml2 $ac_xml_libs $LIBS"
9405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9406 /* end confdefs.h.  */
9407
9408 /* Override any GCC internal prototype to avoid an error.
9409    Use char because int might match the return type of a GCC
9410    builtin and then its argument prototype would still apply.  */
9411 #ifdef __cplusplus
9412 extern "C"
9413 #endif
9414 char xmlSchemaSetValidStructuredErrors ();
9415 int
9416 main ()
9417 {
9418 return xmlSchemaSetValidStructuredErrors ();
9419   ;
9420   return 0;
9421 }
9422 _ACEOF
9423 if ac_fn_c_try_link "$LINENO"; then :
9424   ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=yes
9425 else
9426   ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=no
9427 fi
9428 rm -f core conftest.err conftest.$ac_objext \
9429     conftest$ac_exeext conftest.$ac_ext
9430 LIBS=$ac_check_lib_save_LIBS
9431 fi
9432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
9433 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
9434 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes; then :
9435
9436 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
9437
9438 fi
9439
9440         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
9441 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
9442 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false; then :
9443   $as_echo_n "(cached) " >&6
9444 else
9445   ac_check_lib_save_LIBS=$LIBS
9446 LIBS="-lxml2 $ac_xml_libs $LIBS"
9447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9448 /* end confdefs.h.  */
9449
9450 /* Override any GCC internal prototype to avoid an error.
9451    Use char because int might match the return type of a GCC
9452    builtin and then its argument prototype would still apply.  */
9453 #ifdef __cplusplus
9454 extern "C"
9455 #endif
9456 char xmlFirstElementChild ();
9457 int
9458 main ()
9459 {
9460 return xmlFirstElementChild ();
9461   ;
9462   return 0;
9463 }
9464 _ACEOF
9465 if ac_fn_c_try_link "$LINENO"; then :
9466   ac_cv_lib_xml2_xmlFirstElementChild=yes
9467 else
9468   ac_cv_lib_xml2_xmlFirstElementChild=no
9469 fi
9470 rm -f core conftest.err conftest.$ac_objext \
9471     conftest$ac_exeext conftest.$ac_ext
9472 LIBS=$ac_check_lib_save_LIBS
9473 fi
9474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
9475 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
9476 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes; then :
9477
9478 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
9479
9480 fi
9481
9482         ac_fn_c_check_type "$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
9483 "
9484 if test "x$ac_cv_type_xmlDocProperties" = xyes; then :
9485
9486 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
9487
9488 fi
9489
9490     fi
9491     CPPFLAGS="$ac_save_CPPFLAGS"
9492 fi
9493 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9494   case "x$with_xml" in
9495   x)   as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
9496   xno) ;;
9497   *)   as_fn_error $? "libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
9498 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9499 esac
9500 fi
9501
9502 if test "x$with_xslt" != "xno"
9503 then
9504     if test "$PKG_CONFIG" != "false"
9505     then
9506         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9507         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9508     else
9509         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9510         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9511     fi
9512     ac_save_CPPFLAGS="$CPPFLAGS"
9513     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9514     for ac_header in libxslt/pattern.h libxslt/transform.h
9515 do :
9516   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9517 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9518 # include <libxslt/pattern.h>
9519 #endif
9520 "
9521 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9522   cat >>confdefs.h <<_ACEOF
9523 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9524 _ACEOF
9525
9526 fi
9527
9528 done
9529
9530     CPPFLAGS="$ac_save_CPPFLAGS"
9531     if test "$ac_cv_header_libxslt_transform_h" = "yes"
9532     then
9533         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9534 $as_echo_n "checking for -lxslt... " >&6; }
9535 if ${ac_cv_lib_soname_xslt+:} false; then :
9536   $as_echo_n "(cached) " >&6
9537 else
9538   ac_check_soname_save_LIBS=$LIBS
9539 LIBS="-lxslt $ac_xslt_libs $LIBS"
9540   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9541 /* end confdefs.h.  */
9542
9543 /* Override any GCC internal prototype to avoid an error.
9544    Use char because int might match the return type of a GCC
9545    builtin and then its argument prototype would still apply.  */
9546 #ifdef __cplusplus
9547 extern "C"
9548 #endif
9549 char xsltCompilePattern ();
9550 int
9551 main ()
9552 {
9553 return xsltCompilePattern ();
9554   ;
9555   return 0;
9556 }
9557 _ACEOF
9558 if ac_fn_c_try_link "$LINENO"; then :
9559   case "$LIBEXT" in
9560     dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9561     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'` ;;
9562     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9563   esac
9564 fi
9565 rm -f core conftest.err conftest.$ac_objext \
9566     conftest$ac_exeext conftest.$ac_ext
9567   LIBS=$ac_check_soname_save_LIBS
9568 fi
9569 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9570   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9571 $as_echo "not found" >&6; }
9572
9573 else
9574   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9575 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9576
9577 cat >>confdefs.h <<_ACEOF
9578 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9579 _ACEOF
9580
9581        XSLTINCL="$ac_xslt_cflags"
9582 fi
9583     fi
9584 fi
9585 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9586   case "x$with_xslt" in
9587   x)   as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9588   xno) ;;
9589   *)   as_fn_error $? "libxslt ${notice_platform}development files not found, xslt won't be supported.
9590 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9591 esac
9592 fi
9593
9594 if test "x$with_dbus" != "xno"
9595 then
9596     ac_save_CPPFLAGS="$CPPFLAGS"
9597     if test "$PKG_CONFIG" != "false"
9598     then
9599         ac_dbus_libs="`$PKG_CONFIG --libs dbus-1 2>/dev/null`"
9600         ac_dbus_cflags="`$PKG_CONFIG --cflags dbus-1 2>/dev/null`"
9601         CPPFLAGS="$CPPFLAGS $ac_dbus_cflags"
9602     fi
9603     ac_fn_c_check_header_mongrel "$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
9604 if test "x$ac_cv_header_dbus_dbus_h" = xyes; then :
9605   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
9606 $as_echo_n "checking for -ldbus-1... " >&6; }
9607 if ${ac_cv_lib_soname_dbus_1+:} false; then :
9608   $as_echo_n "(cached) " >&6
9609 else
9610   ac_check_soname_save_LIBS=$LIBS
9611 LIBS="-ldbus-1 $ac_dbus_libs $LIBS"
9612   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9613 /* end confdefs.h.  */
9614
9615 /* Override any GCC internal prototype to avoid an error.
9616    Use char because int might match the return type of a GCC
9617    builtin and then its argument prototype would still apply.  */
9618 #ifdef __cplusplus
9619 extern "C"
9620 #endif
9621 char dbus_connection_close ();
9622 int
9623 main ()
9624 {
9625 return dbus_connection_close ();
9626   ;
9627   return 0;
9628 }
9629 _ACEOF
9630 if ac_fn_c_try_link "$LINENO"; then :
9631   case "$LIBEXT" in
9632     dll) ac_cv_lib_soname_dbus_1=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9633     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'` ;;
9634     *) 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'` ;;
9635   esac
9636 fi
9637 rm -f core conftest.err conftest.$ac_objext \
9638     conftest$ac_exeext conftest.$ac_ext
9639   LIBS=$ac_check_soname_save_LIBS
9640 fi
9641 if test "x$ac_cv_lib_soname_dbus_1" = "x"; then :
9642   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9643 $as_echo "not found" >&6; }
9644
9645 else
9646   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
9647 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
9648
9649 cat >>confdefs.h <<_ACEOF
9650 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
9651 _ACEOF
9652
9653        DBUSINCL="$ac_dbus_cflags"
9654
9655 fi
9656 fi
9657
9658
9659     CPPFLAGS="$ac_save_CPPFLAGS"
9660 fi
9661 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
9662                             "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
9663   case "x$with_dbus" in
9664   x)   as_fn_append wine_notices "|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9665   xno) ;;
9666   *)   as_fn_error $? "libdbus ${notice_platform}development files not found, no dynamic device support.
9667 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
9668 esac
9669 fi
9670
9671 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
9672 then
9673     ac_save_CPPFLAGS="$CPPFLAGS"
9674     if test "$PKG_CONFIG" != "false"
9675     then
9676         ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9677         ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9678         CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9679     fi
9680     ac_fn_c_check_header_mongrel "$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
9681 if test "x$ac_cv_header_hal_libhal_h" = xyes; then :
9682   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9683 $as_echo_n "checking for -lhal... " >&6; }
9684 if ${ac_cv_lib_soname_hal+:} false; then :
9685   $as_echo_n "(cached) " >&6
9686 else
9687   ac_check_soname_save_LIBS=$LIBS
9688 LIBS="-lhal $ac_hal_libs $LIBS"
9689   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9690 /* end confdefs.h.  */
9691
9692 /* Override any GCC internal prototype to avoid an error.
9693    Use char because int might match the return type of a GCC
9694    builtin and then its argument prototype would still apply.  */
9695 #ifdef __cplusplus
9696 extern "C"
9697 #endif
9698 char libhal_ctx_new ();
9699 int
9700 main ()
9701 {
9702 return libhal_ctx_new ();
9703   ;
9704   return 0;
9705 }
9706 _ACEOF
9707 if ac_fn_c_try_link "$LINENO"; then :
9708   case "$LIBEXT" in
9709     dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9710     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'` ;;
9711     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
9712   esac
9713 fi
9714 rm -f core conftest.err conftest.$ac_objext \
9715     conftest$ac_exeext conftest.$ac_ext
9716   LIBS=$ac_check_soname_save_LIBS
9717 fi
9718 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9719   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9720 $as_echo "not found" >&6; }
9721
9722 else
9723   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9724 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9725
9726 cat >>confdefs.h <<_ACEOF
9727 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9728 _ACEOF
9729
9730        HALINCL="$ac_hal_cflags"
9731
9732 fi
9733 fi
9734
9735
9736     CPPFLAGS="$ac_save_CPPFLAGS"
9737     if test "x$ac_cv_lib_soname_hal" = "x" -a \
9738                                "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
9739   case "x$with_hal" in
9740   x)   as_fn_append wine_notices "|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
9741   xno) ;;
9742   *)   as_fn_error $? "libhal ${notice_platform}development files not found, no legacy dynamic device support.
9743 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9744 esac
9745 fi
9746 fi
9747
9748 if test "x$with_gnutls" != "xno"
9749 then
9750     ac_save_CPPFLAGS="$CPPFLAGS"
9751     if test "$PKG_CONFIG" != "false"
9752     then
9753         ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9754         ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9755         CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9756     fi
9757     ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9758 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes; then :
9759   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9760 /* end confdefs.h.  */
9761 #include <gnutls/gnutls.h>
9762 int
9763 main ()
9764 {
9765 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
9766   ;
9767   return 0;
9768 }
9769 _ACEOF
9770 if ac_fn_c_try_compile "$LINENO"; then :
9771   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9772 $as_echo_n "checking for -lgnutls... " >&6; }
9773 if ${ac_cv_lib_soname_gnutls+:} false; then :
9774   $as_echo_n "(cached) " >&6
9775 else
9776   ac_check_soname_save_LIBS=$LIBS
9777 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9778   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9779 /* end confdefs.h.  */
9780
9781 /* Override any GCC internal prototype to avoid an error.
9782    Use char because int might match the return type of a GCC
9783    builtin and then its argument prototype would still apply.  */
9784 #ifdef __cplusplus
9785 extern "C"
9786 #endif
9787 char gnutls_global_init ();
9788 int
9789 main ()
9790 {
9791 return gnutls_global_init ();
9792   ;
9793   return 0;
9794 }
9795 _ACEOF
9796 if ac_fn_c_try_link "$LINENO"; then :
9797   case "$LIBEXT" in
9798     dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9799     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'` ;;
9800     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9801   esac
9802 fi
9803 rm -f core conftest.err conftest.$ac_objext \
9804     conftest$ac_exeext conftest.$ac_ext
9805   LIBS=$ac_check_soname_save_LIBS
9806 fi
9807 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9808   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9809 $as_echo "not found" >&6; }
9810
9811 else
9812   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9813 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9814
9815 cat >>confdefs.h <<_ACEOF
9816 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9817 _ACEOF
9818
9819        GNUTLSINCL="$ac_gnutls_cflags"
9820
9821 fi
9822 fi
9823 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9824 fi
9825
9826
9827     CPPFLAGS="$ac_save_CPPFLAGS"
9828 fi
9829 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9830   case "x$with_gnutls" in
9831   x)   as_fn_append wine_notices "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9832   xno) ;;
9833   *)   as_fn_error $? "libgnutls ${notice_platform}development files not found, no schannel support.
9834 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9835 esac
9836 fi
9837
9838 CURSESLIBS=""
9839 if test "$ac_cv_header_ncurses_h" = "yes"
9840 then
9841     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9842 $as_echo_n "checking for -lncurses... " >&6; }
9843 if ${ac_cv_lib_soname_ncurses+:} false; then :
9844   $as_echo_n "(cached) " >&6
9845 else
9846   ac_check_soname_save_LIBS=$LIBS
9847 LIBS="-lncurses  $LIBS"
9848   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9849 /* end confdefs.h.  */
9850
9851 /* Override any GCC internal prototype to avoid an error.
9852    Use char because int might match the return type of a GCC
9853    builtin and then its argument prototype would still apply.  */
9854 #ifdef __cplusplus
9855 extern "C"
9856 #endif
9857 char waddch ();
9858 int
9859 main ()
9860 {
9861 return waddch ();
9862   ;
9863   return 0;
9864 }
9865 _ACEOF
9866 if ac_fn_c_try_link "$LINENO"; then :
9867   case "$LIBEXT" in
9868     dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9869     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'` ;;
9870     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
9871   esac
9872 fi
9873 rm -f core conftest.err conftest.$ac_objext \
9874     conftest$ac_exeext conftest.$ac_ext
9875   LIBS=$ac_check_soname_save_LIBS
9876 fi
9877 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9878   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9879 $as_echo "not found" >&6; }
9880
9881 else
9882   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9883 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9884
9885 cat >>confdefs.h <<_ACEOF
9886 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9887 _ACEOF
9888
9889        CURSESLIBS="-lncurses"
9890 fi
9891 elif test "$ac_cv_header_curses_h" = "yes"
9892 then
9893     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9894 $as_echo_n "checking for -lcurses... " >&6; }
9895 if ${ac_cv_lib_soname_curses+:} false; then :
9896   $as_echo_n "(cached) " >&6
9897 else
9898   ac_check_soname_save_LIBS=$LIBS
9899 LIBS="-lcurses  $LIBS"
9900   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9901 /* end confdefs.h.  */
9902
9903 /* Override any GCC internal prototype to avoid an error.
9904    Use char because int might match the return type of a GCC
9905    builtin and then its argument prototype would still apply.  */
9906 #ifdef __cplusplus
9907 extern "C"
9908 #endif
9909 char waddch ();
9910 int
9911 main ()
9912 {
9913 return waddch ();
9914   ;
9915   return 0;
9916 }
9917 _ACEOF
9918 if ac_fn_c_try_link "$LINENO"; then :
9919   case "$LIBEXT" in
9920     dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9921     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'` ;;
9922     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9923   esac
9924 fi
9925 rm -f core conftest.err conftest.$ac_objext \
9926     conftest$ac_exeext conftest.$ac_ext
9927   LIBS=$ac_check_soname_save_LIBS
9928 fi
9929 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9930   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9931 $as_echo "not found" >&6; }
9932
9933 else
9934   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9935 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9936
9937 cat >>confdefs.h <<_ACEOF
9938 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9939 _ACEOF
9940
9941        CURSESLIBS="-lcurses"
9942 fi
9943 fi
9944 ac_save_LIBS="$LIBS"
9945 LIBS="$LIBS $CURSESLIBS"
9946 for ac_func in mousemask
9947 do :
9948   ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9949 if test "x$ac_cv_func_mousemask" = xyes; then :
9950   cat >>confdefs.h <<_ACEOF
9951 #define HAVE_MOUSEMASK 1
9952 _ACEOF
9953
9954 fi
9955 done
9956
9957 LIBS="$ac_save_LIBS"
9958 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9959   case "x$with_curses" in
9960   x)   as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9961   xno) ;;
9962   *)   as_fn_error $? "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9963 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9964 esac
9965 fi
9966
9967 if test "x$with_sane" != "xno"
9968 then
9969     ac_save_CPPFLAGS="$CPPFLAGS"
9970     # Extract the first word of "sane-config", so it can be a program name with args.
9971 set dummy sane-config; ac_word=$2
9972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9973 $as_echo_n "checking for $ac_word... " >&6; }
9974 if ${ac_cv_prog_sane_devel+:} false; then :
9975   $as_echo_n "(cached) " >&6
9976 else
9977   if test -n "$sane_devel"; then
9978   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9979 else
9980 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9981 for as_dir in $PATH
9982 do
9983   IFS=$as_save_IFS
9984   test -z "$as_dir" && as_dir=.
9985     for ac_exec_ext in '' $ac_executable_extensions; do
9986   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9987     ac_cv_prog_sane_devel="sane-config"
9988     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9989     break 2
9990   fi
9991 done
9992   done
9993 IFS=$as_save_IFS
9994
9995   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9996 fi
9997 fi
9998 sane_devel=$ac_cv_prog_sane_devel
9999 if test -n "$sane_devel"; then
10000   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
10001 $as_echo "$sane_devel" >&6; }
10002 else
10003   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10004 $as_echo "no" >&6; }
10005 fi
10006
10007
10008     if test "$sane_devel" != "no"
10009     then
10010         ac_sane_incl="`$sane_devel --cflags`"
10011         ac_sane_libs="`$sane_devel --ldflags`"
10012         CPPFLAGS="$CPPFLAGS $ac_sane_incl"
10013     fi
10014     ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
10015 if test "x$ac_cv_header_sane_sane_h" = xyes; then :
10016   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
10017 $as_echo_n "checking for -lsane... " >&6; }
10018 if ${ac_cv_lib_soname_sane+:} false; then :
10019   $as_echo_n "(cached) " >&6
10020 else
10021   ac_check_soname_save_LIBS=$LIBS
10022 LIBS="-lsane $ac_sane_libs $LIBS"
10023   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10024 /* end confdefs.h.  */
10025
10026 /* Override any GCC internal prototype to avoid an error.
10027    Use char because int might match the return type of a GCC
10028    builtin and then its argument prototype would still apply.  */
10029 #ifdef __cplusplus
10030 extern "C"
10031 #endif
10032 char sane_init ();
10033 int
10034 main ()
10035 {
10036 return sane_init ();
10037   ;
10038   return 0;
10039 }
10040 _ACEOF
10041 if ac_fn_c_try_link "$LINENO"; then :
10042   case "$LIBEXT" in
10043     dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10044     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'` ;;
10045     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10046   esac
10047 fi
10048 rm -f core conftest.err conftest.$ac_objext \
10049     conftest$ac_exeext conftest.$ac_ext
10050   LIBS=$ac_check_soname_save_LIBS
10051 fi
10052 if test "x$ac_cv_lib_soname_sane" = "x"; then :
10053   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10054 $as_echo "not found" >&6; }
10055
10056 else
10057   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
10058 $as_echo "$ac_cv_lib_soname_sane" >&6; }
10059
10060 cat >>confdefs.h <<_ACEOF
10061 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
10062 _ACEOF
10063
10064        SANEINCL="$ac_sane_incl"
10065
10066 fi
10067 fi
10068
10069
10070     CPPFLAGS="$ac_save_CPPFLAGS"
10071 fi
10072 if test "x$ac_cv_lib_soname_sane" = "x"; then :
10073   case "x$with_sane" in
10074   x)   as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
10075   xno) ;;
10076   *)   as_fn_error $? "libsane ${notice_platform}development files not found, scanners won't be supported.
10077 This is an error since --with-sane was requested." "$LINENO" 5 ;;
10078 esac
10079 fi
10080
10081 if test "x$with_v4l" != "xno"
10082 then
10083     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
10084 $as_echo_n "checking for -lv4l1... " >&6; }
10085 if ${ac_cv_lib_soname_v4l1+:} false; then :
10086   $as_echo_n "(cached) " >&6
10087 else
10088   ac_check_soname_save_LIBS=$LIBS
10089 LIBS="-lv4l1  $LIBS"
10090   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10091 /* end confdefs.h.  */
10092
10093 /* Override any GCC internal prototype to avoid an error.
10094    Use char because int might match the return type of a GCC
10095    builtin and then its argument prototype would still apply.  */
10096 #ifdef __cplusplus
10097 extern "C"
10098 #endif
10099 char v4l1_open ();
10100 int
10101 main ()
10102 {
10103 return v4l1_open ();
10104   ;
10105   return 0;
10106 }
10107 _ACEOF
10108 if ac_fn_c_try_link "$LINENO"; then :
10109   case "$LIBEXT" in
10110     dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10111     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'` ;;
10112     *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10113   esac
10114 fi
10115 rm -f core conftest.err conftest.$ac_objext \
10116     conftest$ac_exeext conftest.$ac_ext
10117   LIBS=$ac_check_soname_save_LIBS
10118 fi
10119 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
10120   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10121 $as_echo "not found" >&6; }
10122
10123 else
10124   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
10125 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
10126
10127 cat >>confdefs.h <<_ACEOF
10128 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
10129 _ACEOF
10130
10131
10132 fi
10133 fi
10134 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
10135   case "x$with_v4l" in
10136   x)   as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
10137   xno) ;;
10138   *)   as_fn_error $? "libv4l ${notice_platform}development files not found.
10139 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
10140 esac
10141 fi
10142
10143 if test "x$with_gphoto" != "xno"
10144 then
10145     ac_save_CPPFLAGS="$CPPFLAGS"
10146     # Extract the first word of "gphoto2-config", so it can be a program name with args.
10147 set dummy gphoto2-config; ac_word=$2
10148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10149 $as_echo_n "checking for $ac_word... " >&6; }
10150 if ${ac_cv_prog_gphoto2_devel+:} false; then :
10151   $as_echo_n "(cached) " >&6
10152 else
10153   if test -n "$gphoto2_devel"; then
10154   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
10155 else
10156 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10157 for as_dir in $PATH
10158 do
10159   IFS=$as_save_IFS
10160   test -z "$as_dir" && as_dir=.
10161     for ac_exec_ext in '' $ac_executable_extensions; do
10162   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10163     ac_cv_prog_gphoto2_devel="gphoto2-config"
10164     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10165     break 2
10166   fi
10167 done
10168   done
10169 IFS=$as_save_IFS
10170
10171   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
10172 fi
10173 fi
10174 gphoto2_devel=$ac_cv_prog_gphoto2_devel
10175 if test -n "$gphoto2_devel"; then
10176   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
10177 $as_echo "$gphoto2_devel" >&6; }
10178 else
10179   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10180 $as_echo "no" >&6; }
10181 fi
10182
10183
10184     # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
10185 set dummy gphoto2-port-config; ac_word=$2
10186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10187 $as_echo_n "checking for $ac_word... " >&6; }
10188 if ${ac_cv_prog_gphoto2port_devel+:} false; then :
10189   $as_echo_n "(cached) " >&6
10190 else
10191   if test -n "$gphoto2port_devel"; then
10192   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
10193 else
10194 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10195 for as_dir in $PATH
10196 do
10197   IFS=$as_save_IFS
10198   test -z "$as_dir" && as_dir=.
10199     for ac_exec_ext in '' $ac_executable_extensions; do
10200   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10201     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
10202     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10203     break 2
10204   fi
10205 done
10206   done
10207 IFS=$as_save_IFS
10208
10209   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
10210 fi
10211 fi
10212 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
10213 if test -n "$gphoto2port_devel"; then
10214   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
10215 $as_echo "$gphoto2port_devel" >&6; }
10216 else
10217   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10218 $as_echo "no" >&6; }
10219 fi
10220
10221
10222     if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
10223     then
10224         ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
10225         ac_gphoto2_libs=""
10226         for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
10227         do
10228             case "$i" in
10229             -L/usr/lib|-L/usr/lib64) ;;
10230             -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
10231             esac
10232         done
10233         CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
10234     fi
10235     ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
10236     ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
10237 if test "x$ac_cv_header_gphoto2_camera_h" = xyes; then :
10238   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
10239 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
10240 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false; then :
10241   $as_echo_n "(cached) " >&6
10242 else
10243   ac_check_lib_save_LIBS=$LIBS
10244 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
10245 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10246 /* end confdefs.h.  */
10247
10248 /* Override any GCC internal prototype to avoid an error.
10249    Use char because int might match the return type of a GCC
10250    builtin and then its argument prototype would still apply.  */
10251 #ifdef __cplusplus
10252 extern "C"
10253 #endif
10254 char gp_camera_new ();
10255 int
10256 main ()
10257 {
10258 return gp_camera_new ();
10259   ;
10260   return 0;
10261 }
10262 _ACEOF
10263 if ac_fn_c_try_link "$LINENO"; then :
10264   ac_cv_lib_gphoto2_gp_camera_new=yes
10265 else
10266   ac_cv_lib_gphoto2_gp_camera_new=no
10267 fi
10268 rm -f core conftest.err conftest.$ac_objext \
10269     conftest$ac_exeext conftest.$ac_ext
10270 LIBS=$ac_check_lib_save_LIBS
10271 fi
10272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
10273 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
10274 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes; then :
10275
10276 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
10277
10278                                    GPHOTO2LIBS="$ac_gphoto2_libs"
10279
10280                                    GPHOTO2INCL="$ac_gphoto2_incl"
10281
10282 fi
10283
10284 fi
10285
10286
10287     CPPFLAGS="$ac_save_CPPFLAGS"
10288 fi
10289 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
10290   case "x$with_gphoto" in
10291   x)   as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
10292   xno) ;;
10293   *)   as_fn_error $? "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
10294 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
10295 esac
10296 fi
10297
10298
10299 if test "$ac_cv_header_resolv_h" = "yes"
10300 then
10301     ac_save_LIBS="$LIBS"
10302     for lib in '' -lresolv
10303     do
10304       LIBS="$lib $ac_save_LIBS"
10305       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10306 /* end confdefs.h.  */
10307 #ifdef HAVE_NETINET_IN_H
10308 #include <netinet/in.h>
10309 #endif
10310 #include <resolv.h>
10311 int
10312 main ()
10313 {
10314 res_query("foo",ns_c_in,0,0,0);
10315   ;
10316   return 0;
10317 }
10318 _ACEOF
10319 if ac_fn_c_try_link "$LINENO"; then :
10320
10321 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
10322
10323          RESOLVLIBS="$lib"
10324
10325 fi
10326 rm -f core conftest.err conftest.$ac_objext \
10327     conftest$ac_exeext conftest.$ac_ext
10328       if test "${RESOLVLIBS+set}" = set; then
10329         break
10330       fi
10331     done
10332     LIBS="$ac_save_LIBS"
10333 fi
10334
10335 LCMSLIBS=""
10336
10337 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
10338 then
10339     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
10340 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
10341 if ${ac_cv_lib_lcms_cmsOpenProfileFromFile+:} false; then :
10342   $as_echo_n "(cached) " >&6
10343 else
10344   ac_check_lib_save_LIBS=$LIBS
10345 LIBS="-llcms  $LIBS"
10346 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10347 /* end confdefs.h.  */
10348
10349 /* Override any GCC internal prototype to avoid an error.
10350    Use char because int might match the return type of a GCC
10351    builtin and then its argument prototype would still apply.  */
10352 #ifdef __cplusplus
10353 extern "C"
10354 #endif
10355 char cmsOpenProfileFromFile ();
10356 int
10357 main ()
10358 {
10359 return cmsOpenProfileFromFile ();
10360   ;
10361   return 0;
10362 }
10363 _ACEOF
10364 if ac_fn_c_try_link "$LINENO"; then :
10365   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
10366 else
10367   ac_cv_lib_lcms_cmsOpenProfileFromFile=no
10368 fi
10369 rm -f core conftest.err conftest.$ac_objext \
10370     conftest$ac_exeext conftest.$ac_ext
10371 LIBS=$ac_check_lib_save_LIBS
10372 fi
10373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
10374 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
10375 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = xyes; then :
10376
10377 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
10378
10379          LCMSLIBS="-llcms"
10380 fi
10381
10382 fi
10383 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
10384   case "x$with_cms" in
10385   x)   as_fn_append wine_notices "|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
10386   xno) ;;
10387   *)   as_fn_error $? "liblcms ${notice_platform}development files not found, Color Management won't be supported.
10388 This is an error since --with-cms was requested." "$LINENO" 5 ;;
10389 esac
10390 fi
10391
10392 if test "x$with_freetype" != "xno"
10393 then
10394     if test "$PKG_CONFIG" != "false"
10395     then
10396         ac_freetype_incl="`$PKG_CONFIG --cflags freetype2 2>/dev/null`"
10397         ac_freetype_libs="`$PKG_CONFIG --libs freetype2 2>/dev/null`"
10398     else
10399         for ac_prog in freetype-config freetype2-config
10400 do
10401   # Extract the first word of "$ac_prog", so it can be a program name with args.
10402 set dummy $ac_prog; ac_word=$2
10403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10404 $as_echo_n "checking for $ac_word... " >&6; }
10405 if ${ac_cv_prog_ft_devel+:} false; then :
10406   $as_echo_n "(cached) " >&6
10407 else
10408   if test -n "$ft_devel"; then
10409   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
10410 else
10411 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10412 for as_dir in $PATH
10413 do
10414   IFS=$as_save_IFS
10415   test -z "$as_dir" && as_dir=.
10416     for ac_exec_ext in '' $ac_executable_extensions; do
10417   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10418     ac_cv_prog_ft_devel="$ac_prog"
10419     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10420     break 2
10421   fi
10422 done
10423   done
10424 IFS=$as_save_IFS
10425
10426 fi
10427 fi
10428 ft_devel=$ac_cv_prog_ft_devel
10429 if test -n "$ft_devel"; then
10430   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
10431 $as_echo "$ft_devel" >&6; }
10432 else
10433   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10434 $as_echo "no" >&6; }
10435 fi
10436
10437
10438   test -n "$ft_devel" && break
10439 done
10440 test -n "$ft_devel" || ft_devel="no"
10441
10442         if test "$ft_devel" != "no"
10443         then
10444             ac_freetype_incl=`$ft_devel --cflags`
10445             ac_freetype_libs=`$ft_devel --libs`
10446         fi
10447     fi
10448     ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
10449     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
10450 $as_echo_n "checking for -lfreetype... " >&6; }
10451 if ${ac_cv_lib_soname_freetype+:} false; then :
10452   $as_echo_n "(cached) " >&6
10453 else
10454   ac_check_soname_save_LIBS=$LIBS
10455 LIBS="-lfreetype $ac_freetype_libs $LIBS"
10456   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10457 /* end confdefs.h.  */
10458
10459 /* Override any GCC internal prototype to avoid an error.
10460    Use char because int might match the return type of a GCC
10461    builtin and then its argument prototype would still apply.  */
10462 #ifdef __cplusplus
10463 extern "C"
10464 #endif
10465 char FT_Init_FreeType ();
10466 int
10467 main ()
10468 {
10469 return FT_Init_FreeType ();
10470   ;
10471   return 0;
10472 }
10473 _ACEOF
10474 if ac_fn_c_try_link "$LINENO"; then :
10475   case "$LIBEXT" in
10476     dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10477     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'` ;;
10478     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
10479   esac
10480 fi
10481 rm -f core conftest.err conftest.$ac_objext \
10482     conftest$ac_exeext conftest.$ac_ext
10483   LIBS=$ac_check_soname_save_LIBS
10484 fi
10485 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10486   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10487 $as_echo "not found" >&6; }
10488        ft_lib=no
10489 else
10490   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10491 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10492
10493 cat >>confdefs.h <<_ACEOF
10494 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10495 _ACEOF
10496
10497        ft_lib=yes
10498 fi
10499     if test "$ft_lib" = "yes"
10500     then
10501         ac_save_CPPFLAGS="$CPPFLAGS"
10502         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10503         for ac_header in ft2build.h \
10504                          freetype/freetype.h \
10505                          freetype/ftglyph.h \
10506                          freetype/fttypes.h \
10507                          freetype/tttables.h \
10508                          freetype/ftsnames.h \
10509                          freetype/ttnameid.h \
10510                          freetype/ftoutln.h \
10511                          freetype/ftwinfnt.h \
10512                          freetype/ftmodapi.h \
10513                          freetype/ftlcdfil.h
10514 do :
10515   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10516 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10517                           # include <ft2build.h>
10518                           #endif
10519 "
10520 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
10521   cat >>confdefs.h <<_ACEOF
10522 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10523 _ACEOF
10524
10525 fi
10526
10527 done
10528
10529         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10530 /* end confdefs.h.  */
10531 #include <ft2build.h>
10532                     #include <freetype/fttrigon.h>
10533 _ACEOF
10534 if ac_fn_c_try_cpp "$LINENO"; then :
10535
10536 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10537
10538                     wine_cv_fttrigon=yes
10539 else
10540   wine_cv_fttrigon=no
10541 fi
10542 rm -f conftest.err conftest.i conftest.$ac_ext
10543         ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10544 "
10545 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes; then :
10546
10547 cat >>confdefs.h <<_ACEOF
10548 #define HAVE_FT_TRUETYPEENGINETYPE 1
10549 _ACEOF
10550
10551
10552 fi
10553
10554                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10555         then
10556
10557 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10558
10559             FREETYPELIBS="$ac_freetype_libs"
10560
10561             FREETYPEINCL="$ac_freetype_incl"
10562
10563         fi
10564     fi
10565 fi
10566 if test "x$FREETYPELIBS" = "x"; then :
10567   case "x$with_freetype" in
10568   xno) ;;
10569   *)   as_fn_error $? "FreeType ${notice_platform}development files not found. Fonts will not be built.
10570 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10571 esac
10572 fi
10573 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10574
10575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10576 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10577 if ${ac_cv_c_ppdev+:} false; then :
10578   $as_echo_n "(cached) " >&6
10579 else
10580   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10581 /* end confdefs.h.  */
10582 #ifdef HAVE_SYS_IOCTL_H
10583 # include <sys/ioctl.h>
10584 #endif
10585 #include <linux/ppdev.h>
10586 int
10587 main ()
10588 {
10589 ioctl (1,PPCLAIM,0)
10590   ;
10591   return 0;
10592 }
10593 _ACEOF
10594 if ac_fn_c_try_compile "$LINENO"; then :
10595   ac_cv_c_ppdev="yes"
10596 else
10597   ac_cv_c_ppdev="no"
10598 fi
10599 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10600 fi
10601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10602 $as_echo "$ac_cv_c_ppdev" >&6; }
10603 if test "$ac_cv_c_ppdev" = "yes"
10604 then
10605
10606 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10607
10608 fi
10609
10610 ac_wine_check_funcs_save_LIBS="$LIBS"
10611 LIBS="$LIBS $LIBPTHREAD"
10612 for ac_func in \
10613         pthread_attr_get_np \
10614         pthread_getattr_np \
10615         pthread_getthreadid_np \
10616         pthread_get_stackaddr_np \
10617         pthread_get_stacksize_np
10618 do :
10619   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10620 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10621 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
10622   cat >>confdefs.h <<_ACEOF
10623 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10624 _ACEOF
10625
10626 fi
10627 done
10628
10629 LIBS="$ac_wine_check_funcs_save_LIBS"
10630
10631 if test "$ac_cv_header_zlib_h" = "yes"
10632 then
10633     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10634 $as_echo_n "checking for inflate in -lz... " >&6; }
10635 if ${ac_cv_lib_z_inflate+:} false; then :
10636   $as_echo_n "(cached) " >&6
10637 else
10638   ac_check_lib_save_LIBS=$LIBS
10639 LIBS="-lz  $LIBS"
10640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10641 /* end confdefs.h.  */
10642
10643 /* Override any GCC internal prototype to avoid an error.
10644    Use char because int might match the return type of a GCC
10645    builtin and then its argument prototype would still apply.  */
10646 #ifdef __cplusplus
10647 extern "C"
10648 #endif
10649 char inflate ();
10650 int
10651 main ()
10652 {
10653 return inflate ();
10654   ;
10655   return 0;
10656 }
10657 _ACEOF
10658 if ac_fn_c_try_link "$LINENO"; then :
10659   ac_cv_lib_z_inflate=yes
10660 else
10661   ac_cv_lib_z_inflate=no
10662 fi
10663 rm -f core conftest.err conftest.$ac_objext \
10664     conftest$ac_exeext conftest.$ac_ext
10665 LIBS=$ac_check_lib_save_LIBS
10666 fi
10667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10668 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10669 if test "x$ac_cv_lib_z_inflate" = xyes; then :
10670
10671 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10672
10673                             ZLIB="-lz"
10674
10675 fi
10676
10677 fi
10678 if test "x$ZLIB" = "x"; then :
10679   case "x$with_zlib" in
10680   x)   as_fn_append wine_notices "|libz ${notice_platform}development files not found, data compression won't be supported." ;;
10681   xno) ;;
10682   *)   as_fn_error $? "libz ${notice_platform}development files not found, data compression won't be supported.
10683 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
10684 esac
10685 fi
10686
10687 if test "x$enable_tools" != xno
10688 then
10689     if test "$ac_cv_header_gettext_po_h" = "yes"
10690     then
10691         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
10692 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
10693 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false; then :
10694   $as_echo_n "(cached) " >&6
10695 else
10696   ac_check_lib_save_LIBS=$LIBS
10697 LIBS="-lgettextpo  $LIBS"
10698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10699 /* end confdefs.h.  */
10700
10701 /* Override any GCC internal prototype to avoid an error.
10702    Use char because int might match the return type of a GCC
10703    builtin and then its argument prototype would still apply.  */
10704 #ifdef __cplusplus
10705 extern "C"
10706 #endif
10707 char po_message_msgctxt ();
10708 int
10709 main ()
10710 {
10711 return po_message_msgctxt ();
10712   ;
10713   return 0;
10714 }
10715 _ACEOF
10716 if ac_fn_c_try_link "$LINENO"; then :
10717   ac_cv_lib_gettextpo_po_message_msgctxt=yes
10718 else
10719   ac_cv_lib_gettextpo_po_message_msgctxt=no
10720 fi
10721 rm -f core conftest.err conftest.$ac_objext \
10722     conftest$ac_exeext conftest.$ac_ext
10723 LIBS=$ac_check_lib_save_LIBS
10724 fi
10725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
10726 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
10727 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes; then :
10728
10729 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
10730
10731                       LIBGETTEXTPO="-lgettextpo"
10732
10733 fi
10734
10735     fi
10736     test "x$with_gettextpo" != xyes || if test "x$LIBGETTEXTPO" = "x"; then :
10737   case "x$with_gettextpo" in
10738   x)   as_fn_append wine_notices "|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
10739   xno) ;;
10740   *)   as_fn_error $? "GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
10741 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
10742 esac
10743 fi
10744 fi
10745
10746 if test "x$with_gstreamer" != "xno"
10747 then
10748     ac_save_CPPFLAGS="$CPPFLAGS"
10749     if test "$PKG_CONFIG" != "false"; then
10750         ac_gst_incl=""
10751         for i in `$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
10752         do
10753             case "$i" in
10754                 -I*) ac_gst_incl="$ac_gst_incl $i";;
10755             esac
10756         done
10757         ac_gst_libs="`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`"
10758         CPPFLAGS="$CPPFLAGS $ac_gst_incl"
10759         ac_fn_c_check_header_mongrel "$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
10760 if test "x$ac_cv_header_gst_gstpad_h" = xyes; then :
10761   ac_fn_c_check_header_mongrel "$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
10762 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes; then :
10763   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
10764 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
10765               cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10766 /* end confdefs.h.  */
10767 #include <gst/app/gstappsink.h>
10768 int
10769 main ()
10770 {
10771 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
10772   ;
10773   return 0;
10774 }
10775 _ACEOF
10776 if ac_fn_c_try_compile "$LINENO"; then :
10777   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10778 $as_echo "yes" >&6; }
10779                  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
10780 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
10781 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false; then :
10782   $as_echo_n "(cached) " >&6
10783 else
10784   ac_check_lib_save_LIBS=$LIBS
10785 LIBS="-lgstreamer-0.10  $LIBS"
10786 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10787 /* end confdefs.h.  */
10788
10789 /* Override any GCC internal prototype to avoid an error.
10790    Use char because int might match the return type of a GCC
10791    builtin and then its argument prototype would still apply.  */
10792 #ifdef __cplusplus
10793 extern "C"
10794 #endif
10795 char gst_pad_get_caps_reffed ();
10796 int
10797 main ()
10798 {
10799 return gst_pad_get_caps_reffed ();
10800   ;
10801   return 0;
10802 }
10803 _ACEOF
10804 if ac_fn_c_try_link "$LINENO"; then :
10805   ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=yes
10806 else
10807   ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=no
10808 fi
10809 rm -f core conftest.err conftest.$ac_objext \
10810     conftest$ac_exeext conftest.$ac_ext
10811 LIBS=$ac_check_lib_save_LIBS
10812 fi
10813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
10814 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
10815 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes; then :
10816   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
10817 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
10818 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false; then :
10819   $as_echo_n "(cached) " >&6
10820 else
10821   ac_check_lib_save_LIBS=$LIBS
10822 LIBS="-lgstapp-0.10 $ac_gst_libs $LIBS"
10823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10824 /* end confdefs.h.  */
10825
10826 /* Override any GCC internal prototype to avoid an error.
10827    Use char because int might match the return type of a GCC
10828    builtin and then its argument prototype would still apply.  */
10829 #ifdef __cplusplus
10830 extern "C"
10831 #endif
10832 char gst_app_buffer_new ();
10833 int
10834 main ()
10835 {
10836 return gst_app_buffer_new ();
10837   ;
10838   return 0;
10839 }
10840 _ACEOF
10841 if ac_fn_c_try_link "$LINENO"; then :
10842   ac_cv_lib_gstapp_0_10_gst_app_buffer_new=yes
10843 else
10844   ac_cv_lib_gstapp_0_10_gst_app_buffer_new=no
10845 fi
10846 rm -f core conftest.err conftest.$ac_objext \
10847     conftest$ac_exeext conftest.$ac_ext
10848 LIBS=$ac_check_lib_save_LIBS
10849 fi
10850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
10851 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
10852 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes; then :
10853   GSTREAMER_LIBS="$ac_gst_libs"
10854
10855                        GSTREAMER_INCL="$ac_gst_incl"
10856
10857 fi
10858
10859 fi
10860
10861 else
10862   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10863 $as_echo "no" >&6; }
10864 fi
10865 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10866 fi
10867
10868
10869 fi
10870
10871
10872     fi
10873     CPPFLAGS="$ac_save_CPPFLAGS"
10874 fi
10875 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes -a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes; then :
10876   case "x$with_gstreamer" in
10877   x)   as_fn_append wine_notices "|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
10878   xno) ;;
10879   *)   as_fn_error $? "gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
10880 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
10881 esac
10882 fi
10883 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer=${enable_winegstreamer:-no}
10884
10885 ALSALIBS=""
10886
10887 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10888 then
10889     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
10890 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
10891 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false; then :
10892   $as_echo_n "(cached) " >&6
10893 else
10894   ac_check_lib_save_LIBS=$LIBS
10895 LIBS="-lasound  $LIBS"
10896 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10897 /* end confdefs.h.  */
10898
10899 /* Override any GCC internal prototype to avoid an error.
10900    Use char because int might match the return type of a GCC
10901    builtin and then its argument prototype would still apply.  */
10902 #ifdef __cplusplus
10903 extern "C"
10904 #endif
10905 char snd_pcm_hw_params_get_access_mask ();
10906 int
10907 main ()
10908 {
10909 return snd_pcm_hw_params_get_access_mask ();
10910   ;
10911   return 0;
10912 }
10913 _ACEOF
10914 if ac_fn_c_try_link "$LINENO"; then :
10915   ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=yes
10916 else
10917   ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=no
10918 fi
10919 rm -f core conftest.err conftest.$ac_objext \
10920     conftest$ac_exeext conftest.$ac_ext
10921 LIBS=$ac_check_lib_save_LIBS
10922 fi
10923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
10924 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
10925 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes; then :
10926   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10927 /* end confdefs.h.  */
10928 #ifdef HAVE_ALSA_ASOUNDLIB_H
10929 #include <alsa/asoundlib.h>
10930 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10931 #include <sys/asoundlib.h>
10932 #endif
10933 int
10934 main ()
10935 {
10936 snd_pcm_hw_params_get_access_mask(NULL, NULL)
10937   ;
10938   return 0;
10939 }
10940 _ACEOF
10941 if ac_fn_c_try_compile "$LINENO"; then :
10942   ALSALIBS="-lasound"
10943 fi
10944 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10945 fi
10946
10947 fi
10948
10949 if test "x$with_oss" != xno
10950 then
10951     ac_save_CPPFLAGS="$CPPFLAGS"
10952     if test -f /etc/oss.conf
10953     then
10954         . /etc/oss.conf
10955     fi
10956     ac_oss_incl="-I${OSSLIBDIR:-/usr/lib/oss}/include"
10957     CPPFLAGS="$CPPFLAGS $ac_oss_incl"
10958     ac_fn_c_check_header_mongrel "$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
10959 if test "x$ac_cv_header_sys_soundcard_h" = xyes; then :
10960   ac_fn_c_check_member "$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
10961 "
10962 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes; then :
10963
10964 cat >>confdefs.h <<_ACEOF
10965 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
10966 _ACEOF
10967
10968 OSS4INCL="$ac_oss_incl"
10969
10970 fi
10971
10972 fi
10973
10974
10975     CPPFLAGS="$ac_save_CPPFLAGS"
10976     if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
10977     then
10978         as_fn_append wine_notices "|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
10979     fi
10980 fi
10981
10982
10983 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10984 then
10985     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10986 $as_echo_n "checking for -lcapi20... " >&6; }
10987 if ${ac_cv_lib_soname_capi20+:} false; then :
10988   $as_echo_n "(cached) " >&6
10989 else
10990   ac_check_soname_save_LIBS=$LIBS
10991 LIBS="-lcapi20  $LIBS"
10992   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10993 /* end confdefs.h.  */
10994
10995 /* Override any GCC internal prototype to avoid an error.
10996    Use char because int might match the return type of a GCC
10997    builtin and then its argument prototype would still apply.  */
10998 #ifdef __cplusplus
10999 extern "C"
11000 #endif
11001 char capi20_register ();
11002 int
11003 main ()
11004 {
11005 return capi20_register ();
11006   ;
11007   return 0;
11008 }
11009 _ACEOF
11010 if ac_fn_c_try_link "$LINENO"; then :
11011   case "$LIBEXT" in
11012     dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11013     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'` ;;
11014     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
11015   esac
11016 fi
11017 rm -f core conftest.err conftest.$ac_objext \
11018     conftest$ac_exeext conftest.$ac_ext
11019   LIBS=$ac_check_soname_save_LIBS
11020 fi
11021 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
11022   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11023 $as_echo "not found" >&6; }
11024
11025 else
11026   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
11027 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
11028
11029 cat >>confdefs.h <<_ACEOF
11030 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
11031 _ACEOF
11032
11033
11034 fi
11035 fi
11036 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
11037   case "x$with_capi" in
11038   x)   as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
11039   xno) ;;
11040   *)   as_fn_error $? "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
11041 This is an error since --with-capi was requested." "$LINENO" 5 ;;
11042 esac
11043 fi
11044
11045 CUPSINCL=""
11046
11047 if test "x$with_cups" != "xno"
11048 then
11049     ac_save_CPPFLAGS="$CPPFLAGS"
11050     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
11051     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
11052     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
11053     for ac_header in cups/cups.h
11054 do :
11055   ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
11056 if test "x$ac_cv_header_cups_cups_h" = xyes; then :
11057   cat >>confdefs.h <<_ACEOF
11058 #define HAVE_CUPS_CUPS_H 1
11059 _ACEOF
11060  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
11061 $as_echo_n "checking for -lcups... " >&6; }
11062 if ${ac_cv_lib_soname_cups+:} false; then :
11063   $as_echo_n "(cached) " >&6
11064 else
11065   ac_check_soname_save_LIBS=$LIBS
11066 LIBS="-lcups $ac_cups_libs $LIBS"
11067   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11068 /* end confdefs.h.  */
11069
11070 /* Override any GCC internal prototype to avoid an error.
11071    Use char because int might match the return type of a GCC
11072    builtin and then its argument prototype would still apply.  */
11073 #ifdef __cplusplus
11074 extern "C"
11075 #endif
11076 char cupsGetDefault ();
11077 int
11078 main ()
11079 {
11080 return cupsGetDefault ();
11081   ;
11082   return 0;
11083 }
11084 _ACEOF
11085 if ac_fn_c_try_link "$LINENO"; then :
11086   case "$LIBEXT" in
11087     dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11088     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'` ;;
11089     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11090   esac
11091 fi
11092 rm -f core conftest.err conftest.$ac_objext \
11093     conftest$ac_exeext conftest.$ac_ext
11094   LIBS=$ac_check_soname_save_LIBS
11095 fi
11096 if test "x$ac_cv_lib_soname_cups" = "x"; then :
11097   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11098 $as_echo "not found" >&6; }
11099
11100 else
11101   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
11102 $as_echo "$ac_cv_lib_soname_cups" >&6; }
11103
11104 cat >>confdefs.h <<_ACEOF
11105 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
11106 _ACEOF
11107
11108        CUPSINCL="$ac_cups_cflags"
11109 fi
11110 fi
11111
11112 done
11113
11114     CPPFLAGS="$ac_save_CPPFLAGS"
11115 fi
11116 if test "x$ac_cv_lib_soname_cups" = "x"; then :
11117   case "x$with_cups" in
11118   x)   as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
11119   xno) ;;
11120   *)   as_fn_error $? "libcups ${notice_platform}development files not found, CUPS won't be supported.
11121 This is an error since --with-cups was requested." "$LINENO" 5 ;;
11122 esac
11123 fi
11124
11125 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
11126 then
11127     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
11128 $as_echo_n "checking for -lfontconfig... " >&6; }
11129 if ${ac_cv_lib_soname_fontconfig+:} false; then :
11130   $as_echo_n "(cached) " >&6
11131 else
11132   ac_check_soname_save_LIBS=$LIBS
11133 LIBS="-lfontconfig  $LIBS"
11134   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11135 /* end confdefs.h.  */
11136
11137 /* Override any GCC internal prototype to avoid an error.
11138    Use char because int might match the return type of a GCC
11139    builtin and then its argument prototype would still apply.  */
11140 #ifdef __cplusplus
11141 extern "C"
11142 #endif
11143 char FcInit ();
11144 int
11145 main ()
11146 {
11147 return FcInit ();
11148   ;
11149   return 0;
11150 }
11151 _ACEOF
11152 if ac_fn_c_try_link "$LINENO"; then :
11153   case "$LIBEXT" in
11154     dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11155     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'` ;;
11156     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11157   esac
11158 fi
11159 rm -f core conftest.err conftest.$ac_objext \
11160     conftest$ac_exeext conftest.$ac_ext
11161   LIBS=$ac_check_soname_save_LIBS
11162 fi
11163 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
11164   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11165 $as_echo "not found" >&6; }
11166
11167 else
11168   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
11169 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
11170
11171 cat >>confdefs.h <<_ACEOF
11172 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
11173 _ACEOF
11174
11175
11176 fi
11177 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
11178 then
11179         ac_save_CPPFLAGS="$CPPFLAGS"
11180     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11181     $as_unset ac_cv_header_fontconfig_fontconfig_h
11182     for ac_header in fontconfig/fontconfig.h
11183 do :
11184   ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
11185 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes; then :
11186   cat >>confdefs.h <<_ACEOF
11187 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
11188 _ACEOF
11189
11190 fi
11191
11192 done
11193
11194     CPPFLAGS="$ac_save_CPPFLAGS"
11195     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
11196     then
11197         FONTCONFIGINCL="$X_CFLAGS"
11198
11199         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
11200 $as_echo_n "checking for -lfontconfig... " >&6; }
11201 if ${ac_cv_lib_soname_fontconfig+:} false; then :
11202   $as_echo_n "(cached) " >&6
11203 else
11204   ac_check_soname_save_LIBS=$LIBS
11205 LIBS="-lfontconfig $X_LIBS $LIBS"
11206   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11207 /* end confdefs.h.  */
11208
11209 /* Override any GCC internal prototype to avoid an error.
11210    Use char because int might match the return type of a GCC
11211    builtin and then its argument prototype would still apply.  */
11212 #ifdef __cplusplus
11213 extern "C"
11214 #endif
11215 char FcInit ();
11216 int
11217 main ()
11218 {
11219 return FcInit ();
11220   ;
11221   return 0;
11222 }
11223 _ACEOF
11224 if ac_fn_c_try_link "$LINENO"; then :
11225   case "$LIBEXT" in
11226     dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11227     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'` ;;
11228     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11229   esac
11230 fi
11231 rm -f core conftest.err conftest.$ac_objext \
11232     conftest$ac_exeext conftest.$ac_ext
11233   LIBS=$ac_check_soname_save_LIBS
11234 fi
11235 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
11236   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11237 $as_echo "not found" >&6; }
11238
11239 else
11240   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
11241 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
11242
11243 cat >>confdefs.h <<_ACEOF
11244 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
11245 _ACEOF
11246
11247
11248 fi
11249     fi
11250 fi
11251 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
11252   case "x$with_fontconfig" in
11253   x)   as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
11254   xno) ;;
11255   *)   as_fn_error $? "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
11256 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
11257 esac
11258 fi
11259
11260 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
11261 then
11262     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
11263 $as_echo_n "checking for -lssl... " >&6; }
11264 if ${ac_cv_lib_soname_ssl+:} false; then :
11265   $as_echo_n "(cached) " >&6
11266 else
11267   ac_check_soname_save_LIBS=$LIBS
11268 LIBS="-lssl  $LIBS"
11269   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11270 /* end confdefs.h.  */
11271
11272 /* Override any GCC internal prototype to avoid an error.
11273    Use char because int might match the return type of a GCC
11274    builtin and then its argument prototype would still apply.  */
11275 #ifdef __cplusplus
11276 extern "C"
11277 #endif
11278 char SSL_library_init ();
11279 int
11280 main ()
11281 {
11282 return SSL_library_init ();
11283   ;
11284   return 0;
11285 }
11286 _ACEOF
11287 if ac_fn_c_try_link "$LINENO"; then :
11288   case "$LIBEXT" in
11289     dll) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest.exe | grep "ssl" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11290     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'` ;;
11291     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11292   esac
11293 fi
11294 rm -f core conftest.err conftest.$ac_objext \
11295     conftest$ac_exeext conftest.$ac_ext
11296   LIBS=$ac_check_soname_save_LIBS
11297 fi
11298 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
11299   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11300 $as_echo "not found" >&6; }
11301
11302 else
11303   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
11304 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
11305
11306 cat >>confdefs.h <<_ACEOF
11307 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
11308 _ACEOF
11309
11310
11311 fi
11312     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
11313 $as_echo_n "checking for -lcrypto... " >&6; }
11314 if ${ac_cv_lib_soname_crypto+:} false; then :
11315   $as_echo_n "(cached) " >&6
11316 else
11317   ac_check_soname_save_LIBS=$LIBS
11318 LIBS="-lcrypto  $LIBS"
11319   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11320 /* end confdefs.h.  */
11321
11322 /* Override any GCC internal prototype to avoid an error.
11323    Use char because int might match the return type of a GCC
11324    builtin and then its argument prototype would still apply.  */
11325 #ifdef __cplusplus
11326 extern "C"
11327 #endif
11328 char BIO_new_socket ();
11329 int
11330 main ()
11331 {
11332 return BIO_new_socket ();
11333   ;
11334   return 0;
11335 }
11336 _ACEOF
11337 if ac_fn_c_try_link "$LINENO"; then :
11338   case "$LIBEXT" in
11339     dll) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest.exe | grep "crypto" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11340     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'` ;;
11341     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
11342   esac
11343 fi
11344 rm -f core conftest.err conftest.$ac_objext \
11345     conftest$ac_exeext conftest.$ac_ext
11346   LIBS=$ac_check_soname_save_LIBS
11347 fi
11348 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
11349   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11350 $as_echo "not found" >&6; }
11351
11352 else
11353   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
11354 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
11355
11356 cat >>confdefs.h <<_ACEOF
11357 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
11358 _ACEOF
11359
11360
11361 fi
11362 fi
11363 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
11364   case "x$with_openssl" in
11365   x)   as_fn_append wine_warnings "|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
11366   xno) ;;
11367   *)   as_fn_error $? "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
11368 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
11369 esac
11370 fi
11371
11372 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
11373 then
11374     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
11375 $as_echo_n "checking for -lgsm... " >&6; }
11376 if ${ac_cv_lib_soname_gsm+:} false; then :
11377   $as_echo_n "(cached) " >&6
11378 else
11379   ac_check_soname_save_LIBS=$LIBS
11380 LIBS="-lgsm  $LIBS"
11381   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11382 /* end confdefs.h.  */
11383
11384 /* Override any GCC internal prototype to avoid an error.
11385    Use char because int might match the return type of a GCC
11386    builtin and then its argument prototype would still apply.  */
11387 #ifdef __cplusplus
11388 extern "C"
11389 #endif
11390 char gsm_create ();
11391 int
11392 main ()
11393 {
11394 return gsm_create ();
11395   ;
11396   return 0;
11397 }
11398 _ACEOF
11399 if ac_fn_c_try_link "$LINENO"; then :
11400   case "$LIBEXT" in
11401     dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11402     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'` ;;
11403     *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11404   esac
11405 fi
11406 rm -f core conftest.err conftest.$ac_objext \
11407     conftest$ac_exeext conftest.$ac_ext
11408   LIBS=$ac_check_soname_save_LIBS
11409 fi
11410 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11411   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11412 $as_echo "not found" >&6; }
11413
11414 else
11415   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
11416 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
11417
11418 cat >>confdefs.h <<_ACEOF
11419 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
11420 _ACEOF
11421
11422
11423 fi
11424 fi
11425 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11426   case "x$with_gsm" in
11427   x)   as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
11428   xno) ;;
11429   *)   as_fn_error $? "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
11430 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
11431 esac
11432 fi
11433
11434 if test "$ac_cv_header_jpeglib_h" = "yes"
11435 then
11436     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
11437 $as_echo_n "checking for -ljpeg... " >&6; }
11438 if ${ac_cv_lib_soname_jpeg+:} false; then :
11439   $as_echo_n "(cached) " >&6
11440 else
11441   ac_check_soname_save_LIBS=$LIBS
11442 LIBS="-ljpeg  $LIBS"
11443   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11444 /* end confdefs.h.  */
11445
11446 /* Override any GCC internal prototype to avoid an error.
11447    Use char because int might match the return type of a GCC
11448    builtin and then its argument prototype would still apply.  */
11449 #ifdef __cplusplus
11450 extern "C"
11451 #endif
11452 char jpeg_start_decompress ();
11453 int
11454 main ()
11455 {
11456 return jpeg_start_decompress ();
11457   ;
11458   return 0;
11459 }
11460 _ACEOF
11461 if ac_fn_c_try_link "$LINENO"; then :
11462   case "$LIBEXT" in
11463     dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11464     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'` ;;
11465     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11466   esac
11467 fi
11468 rm -f core conftest.err conftest.$ac_objext \
11469     conftest$ac_exeext conftest.$ac_ext
11470   LIBS=$ac_check_soname_save_LIBS
11471 fi
11472 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11473   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11474 $as_echo "not found" >&6; }
11475
11476 else
11477   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
11478 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
11479
11480 cat >>confdefs.h <<_ACEOF
11481 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11482 _ACEOF
11483
11484
11485 fi
11486 fi
11487 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11488   case "x$with_jpeg" in
11489   x)   as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11490   xno) ;;
11491   *)   as_fn_error $? "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11492 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11493 esac
11494 fi
11495
11496 if test "$ac_cv_header_png_h" = "yes"
11497 then
11498     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11499 $as_echo_n "checking for -lpng... " >&6; }
11500 if ${ac_cv_lib_soname_png+:} false; then :
11501   $as_echo_n "(cached) " >&6
11502 else
11503   ac_check_soname_save_LIBS=$LIBS
11504 LIBS="-lpng -lm -lz $LIBS"
11505   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11506 /* end confdefs.h.  */
11507
11508 /* Override any GCC internal prototype to avoid an error.
11509    Use char because int might match the return type of a GCC
11510    builtin and then its argument prototype would still apply.  */
11511 #ifdef __cplusplus
11512 extern "C"
11513 #endif
11514 char png_create_read_struct ();
11515 int
11516 main ()
11517 {
11518 return png_create_read_struct ();
11519   ;
11520   return 0;
11521 }
11522 _ACEOF
11523 if ac_fn_c_try_link "$LINENO"; then :
11524   case "$LIBEXT" in
11525     dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11526     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'` ;;
11527     *) 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'` ;;
11528   esac
11529 fi
11530 rm -f core conftest.err conftest.$ac_objext \
11531     conftest$ac_exeext conftest.$ac_ext
11532   LIBS=$ac_check_soname_save_LIBS
11533 fi
11534 if test "x$ac_cv_lib_soname_png" = "x"; then :
11535   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11536 $as_echo "not found" >&6; }
11537
11538 else
11539   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11540 $as_echo "$ac_cv_lib_soname_png" >&6; }
11541
11542 cat >>confdefs.h <<_ACEOF
11543 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11544 _ACEOF
11545
11546
11547 fi
11548     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11549 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11550 if ${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+:} false; then :
11551   $as_echo_n "(cached) " >&6
11552 else
11553   ac_check_lib_save_LIBS=$LIBS
11554 LIBS="-lpng -lm -lz $LIBS"
11555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11556 /* end confdefs.h.  */
11557
11558 /* Override any GCC internal prototype to avoid an error.
11559    Use char because int might match the return type of a GCC
11560    builtin and then its argument prototype would still apply.  */
11561 #ifdef __cplusplus
11562 extern "C"
11563 #endif
11564 char png_set_expand_gray_1_2_4_to_8 ();
11565 int
11566 main ()
11567 {
11568 return png_set_expand_gray_1_2_4_to_8 ();
11569   ;
11570   return 0;
11571 }
11572 _ACEOF
11573 if ac_fn_c_try_link "$LINENO"; then :
11574   ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11575 else
11576   ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11577 fi
11578 rm -f core conftest.err conftest.$ac_objext \
11579     conftest$ac_exeext conftest.$ac_ext
11580 LIBS=$ac_check_lib_save_LIBS
11581 fi
11582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11583 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11584 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = xyes; then :
11585
11586 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11587
11588
11589 fi
11590
11591 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11592 then
11593         ac_save_CPPFLAGS="$CPPFLAGS"
11594     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11595     $as_unset ac_cv_header_png_h
11596     for ac_header in png.h
11597 do :
11598   ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11599 if test "x$ac_cv_header_png_h" = xyes; then :
11600   cat >>confdefs.h <<_ACEOF
11601 #define HAVE_PNG_H 1
11602 _ACEOF
11603
11604 fi
11605
11606 done
11607
11608     CPPFLAGS="$ac_save_CPPFLAGS"
11609     if test "$ac_cv_header_png_h" = "yes"
11610     then
11611         PNGINCL="$X_CFLAGS"
11612
11613         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11614 $as_echo_n "checking for -lpng... " >&6; }
11615 if ${ac_cv_lib_soname_png+:} false; then :
11616   $as_echo_n "(cached) " >&6
11617 else
11618   ac_check_soname_save_LIBS=$LIBS
11619 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11620   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11621 /* end confdefs.h.  */
11622
11623 /* Override any GCC internal prototype to avoid an error.
11624    Use char because int might match the return type of a GCC
11625    builtin and then its argument prototype would still apply.  */
11626 #ifdef __cplusplus
11627 extern "C"
11628 #endif
11629 char png_create_read_struct ();
11630 int
11631 main ()
11632 {
11633 return png_create_read_struct ();
11634   ;
11635   return 0;
11636 }
11637 _ACEOF
11638 if ac_fn_c_try_link "$LINENO"; then :
11639   case "$LIBEXT" in
11640     dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11641     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'` ;;
11642     *) 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'` ;;
11643   esac
11644 fi
11645 rm -f core conftest.err conftest.$ac_objext \
11646     conftest$ac_exeext conftest.$ac_ext
11647   LIBS=$ac_check_soname_save_LIBS
11648 fi
11649 if test "x$ac_cv_lib_soname_png" = "x"; then :
11650   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11651 $as_echo "not found" >&6; }
11652
11653 else
11654   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11655 $as_echo "$ac_cv_lib_soname_png" >&6; }
11656
11657 cat >>confdefs.h <<_ACEOF
11658 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11659 _ACEOF
11660
11661
11662 fi
11663         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11664 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11665 if ${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+:} false; then :
11666   $as_echo_n "(cached) " >&6
11667 else
11668   ac_check_lib_save_LIBS=$LIBS
11669 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11671 /* end confdefs.h.  */
11672
11673 /* Override any GCC internal prototype to avoid an error.
11674    Use char because int might match the return type of a GCC
11675    builtin and then its argument prototype would still apply.  */
11676 #ifdef __cplusplus
11677 extern "C"
11678 #endif
11679 char png_set_expand_gray_1_2_4_to_8 ();
11680 int
11681 main ()
11682 {
11683 return png_set_expand_gray_1_2_4_to_8 ();
11684   ;
11685   return 0;
11686 }
11687 _ACEOF
11688 if ac_fn_c_try_link "$LINENO"; then :
11689   ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11690 else
11691   ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11692 fi
11693 rm -f core conftest.err conftest.$ac_objext \
11694     conftest$ac_exeext conftest.$ac_ext
11695 LIBS=$ac_check_lib_save_LIBS
11696 fi
11697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11698 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11699 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = xyes; then :
11700   $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11701
11702 fi
11703
11704     fi
11705 fi
11706 if test "x$ac_cv_lib_soname_png" = "x"; then :
11707   case "x$with_png" in
11708   x)   as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11709   xno) ;;
11710   *)   as_fn_error $? "libpng ${notice_platform}development files not found, PNG won't be supported.
11711 This is an error since --with-png was requested." "$LINENO" 5 ;;
11712 esac
11713 fi
11714
11715 if test "$ac_cv_header_tiffio_h" = "yes"
11716 then
11717     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
11718 $as_echo_n "checking for -ltiff... " >&6; }
11719 if ${ac_cv_lib_soname_tiff+:} false; then :
11720   $as_echo_n "(cached) " >&6
11721 else
11722   ac_check_soname_save_LIBS=$LIBS
11723 LIBS="-ltiff  $LIBS"
11724   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11725 /* end confdefs.h.  */
11726
11727 /* Override any GCC internal prototype to avoid an error.
11728    Use char because int might match the return type of a GCC
11729    builtin and then its argument prototype would still apply.  */
11730 #ifdef __cplusplus
11731 extern "C"
11732 #endif
11733 char TIFFClientOpen ();
11734 int
11735 main ()
11736 {
11737 return TIFFClientOpen ();
11738   ;
11739   return 0;
11740 }
11741 _ACEOF
11742 if ac_fn_c_try_link "$LINENO"; then :
11743   case "$LIBEXT" in
11744     dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11745     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'` ;;
11746     *) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11747   esac
11748 fi
11749 rm -f core conftest.err conftest.$ac_objext \
11750     conftest$ac_exeext conftest.$ac_ext
11751   LIBS=$ac_check_soname_save_LIBS
11752 fi
11753 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11754   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11755 $as_echo "not found" >&6; }
11756
11757 else
11758   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
11759 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
11760
11761 cat >>confdefs.h <<_ACEOF
11762 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
11763 _ACEOF
11764
11765
11766 fi
11767 fi
11768 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11769   case "x$with_tiff" in
11770   x)   as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
11771   xno) ;;
11772   *)   as_fn_error $? "libtiff ${notice_platform}development files not found, TIFF won't be supported.
11773 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
11774 esac
11775 fi
11776
11777 if test "$ac_cv_header_mpg123_h" = "yes"
11778 then
11779     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11780 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11781 if ${ac_cv_lib_mpg123_mpg123_feed+:} false; then :
11782   $as_echo_n "(cached) " >&6
11783 else
11784   ac_check_lib_save_LIBS=$LIBS
11785 LIBS="-lmpg123  $LIBS"
11786 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11787 /* end confdefs.h.  */
11788
11789 /* Override any GCC internal prototype to avoid an error.
11790    Use char because int might match the return type of a GCC
11791    builtin and then its argument prototype would still apply.  */
11792 #ifdef __cplusplus
11793 extern "C"
11794 #endif
11795 char mpg123_feed ();
11796 int
11797 main ()
11798 {
11799 return mpg123_feed ();
11800   ;
11801   return 0;
11802 }
11803 _ACEOF
11804 if ac_fn_c_try_link "$LINENO"; then :
11805   ac_cv_lib_mpg123_mpg123_feed=yes
11806 else
11807   ac_cv_lib_mpg123_mpg123_feed=no
11808 fi
11809 rm -f core conftest.err conftest.$ac_objext \
11810     conftest$ac_exeext conftest.$ac_ext
11811 LIBS=$ac_check_lib_save_LIBS
11812 fi
11813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11814 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11815 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes; then :
11816   LIBMPG123="-lmpg123"
11817
11818 fi
11819
11820 fi
11821 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
11822   case "x$with_mpg123" in
11823   x)   as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11824   xno) ;;
11825   *)   as_fn_error $? "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11826 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11827 esac
11828 fi
11829 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}
11830
11831 if test "$ac_cv_header_AL_al_h" = "yes"
11832 then
11833     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
11834 $as_echo_n "checking for -lopenal... " >&6; }
11835 if ${ac_cv_lib_soname_openal+:} false; then :
11836   $as_echo_n "(cached) " >&6
11837 else
11838   ac_check_soname_save_LIBS=$LIBS
11839 LIBS="-lopenal  $LIBS"
11840   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11841 /* end confdefs.h.  */
11842
11843 /* Override any GCC internal prototype to avoid an error.
11844    Use char because int might match the return type of a GCC
11845    builtin and then its argument prototype would still apply.  */
11846 #ifdef __cplusplus
11847 extern "C"
11848 #endif
11849 char alGetSource3i ();
11850 int
11851 main ()
11852 {
11853 return alGetSource3i ();
11854   ;
11855   return 0;
11856 }
11857 _ACEOF
11858 if ac_fn_c_try_link "$LINENO"; then :
11859   case "$LIBEXT" in
11860     dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11861     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'` ;;
11862     *) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
11863   esac
11864 fi
11865 rm -f core conftest.err conftest.$ac_objext \
11866     conftest$ac_exeext conftest.$ac_ext
11867   LIBS=$ac_check_soname_save_LIBS
11868 fi
11869 if test "x$ac_cv_lib_soname_openal" = "x"; then :
11870   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11871 $as_echo "not found" >&6; }
11872
11873 else
11874   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
11875 $as_echo "$ac_cv_lib_soname_openal" >&6; }
11876
11877 cat >>confdefs.h <<_ACEOF
11878 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
11879 _ACEOF
11880
11881        LIBOPENAL="-lopenal"
11882
11883                       ac_cv_lib_openal=yes
11884
11885 cat >>confdefs.h <<_ACEOF
11886 #define HAVE_OPENAL 1
11887 _ACEOF
11888
11889 fi
11890 fi
11891 if test "x$ac_cv_lib_openal" != xyes; then :
11892   case "x$with_openal" in
11893   x)   as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11894   xno) ;;
11895   *)   as_fn_error $? "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11896 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11897 esac
11898 fi
11899 test "x$ac_cv_lib_openal" = xyes || enable_openal32=${enable_openal32:-no}
11900
11901 if test "$ac_cv_header_kstat_h" = "yes"
11902 then
11903     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11904 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11905 if ${ac_cv_lib_kstat_kstat_open+:} false; then :
11906   $as_echo_n "(cached) " >&6
11907 else
11908   ac_check_lib_save_LIBS=$LIBS
11909 LIBS="-lkstat  $LIBS"
11910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11911 /* end confdefs.h.  */
11912
11913 /* Override any GCC internal prototype to avoid an error.
11914    Use char because int might match the return type of a GCC
11915    builtin and then its argument prototype would still apply.  */
11916 #ifdef __cplusplus
11917 extern "C"
11918 #endif
11919 char kstat_open ();
11920 int
11921 main ()
11922 {
11923 return kstat_open ();
11924   ;
11925   return 0;
11926 }
11927 _ACEOF
11928 if ac_fn_c_try_link "$LINENO"; then :
11929   ac_cv_lib_kstat_kstat_open=yes
11930 else
11931   ac_cv_lib_kstat_kstat_open=no
11932 fi
11933 rm -f core conftest.err conftest.$ac_objext \
11934     conftest$ac_exeext conftest.$ac_ext
11935 LIBS=$ac_check_lib_save_LIBS
11936 fi
11937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11938 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11939 if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then :
11940
11941 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11942
11943                   LIBKSTAT="-lkstat"
11944
11945 fi
11946
11947 fi
11948
11949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11950 $as_echo_n "checking for -lodbc... " >&6; }
11951 if ${ac_cv_lib_soname_odbc+:} false; then :
11952   $as_echo_n "(cached) " >&6
11953 else
11954   ac_check_soname_save_LIBS=$LIBS
11955 LIBS="-lodbc  $LIBS"
11956   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11957 /* end confdefs.h.  */
11958
11959 /* Override any GCC internal prototype to avoid an error.
11960    Use char because int might match the return type of a GCC
11961    builtin and then its argument prototype would still apply.  */
11962 #ifdef __cplusplus
11963 extern "C"
11964 #endif
11965 char SQLConnect ();
11966 int
11967 main ()
11968 {
11969 return SQLConnect ();
11970   ;
11971   return 0;
11972 }
11973 _ACEOF
11974 if ac_fn_c_try_link "$LINENO"; then :
11975   case "$LIBEXT" in
11976     dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11977     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'` ;;
11978     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11979   esac
11980 fi
11981 rm -f core conftest.err conftest.$ac_objext \
11982     conftest$ac_exeext conftest.$ac_ext
11983   LIBS=$ac_check_soname_save_LIBS
11984 fi
11985 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11986   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11987 $as_echo "not found" >&6; }
11988        cat >>confdefs.h <<_ACEOF
11989 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11990 _ACEOF
11991
11992 else
11993   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11994 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11995
11996 cat >>confdefs.h <<_ACEOF
11997 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11998 _ACEOF
11999
12000
12001 fi
12002
12003 test -n "$ALSALIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
12004 test -n "$COREAUDIO" || enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
12005 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv=${enable_wineoss_drv:-no}
12006 test "$ac_cv_header_linux_joystick_h" = "yes" || enable_winejoystick_drv=${enable_winejoystick_drv:-no}
12007
12008 if test "x$ALSALIBS$COREAUDIO" = "x" -a \
12009         "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes -a \
12010         "x$with_alsa$with_coreaudio$with_oss" != xnonono
12011 then
12012     as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
12013 fi
12014
12015
12016 EXTRACFLAGS=""
12017
12018 if test "x${GCC}" = "xyes"
12019 then
12020   EXTRACFLAGS="-Wall -pipe"
12021
12022     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
12023 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
12024 if ${ac_cv_c_gcc_strength_bug+:} false; then :
12025   $as_echo_n "(cached) " >&6
12026 else
12027   if test "$cross_compiling" = yes; then :
12028   ac_cv_c_gcc_strength_bug="yes"
12029 else
12030   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12031 /* end confdefs.h.  */
12032 int L[4] = {0,1,2,3};
12033 int
12034 main ()
12035 {
12036 static int Array[3];
12037   unsigned int B = 3;
12038   int i;
12039   for(i=0; i<B; i++) Array[i] = i - 3;
12040   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
12041   L[i] = 4;
12042   return (Array[1] != -2 || L[2] != 3)
12043   ;
12044   return 0;
12045 }
12046 _ACEOF
12047 if ac_fn_c_try_run "$LINENO"; then :
12048   ac_cv_c_gcc_strength_bug="no"
12049 else
12050   ac_cv_c_gcc_strength_bug="yes"
12051 fi
12052 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12053   conftest.$ac_objext conftest.beam conftest.$ac_ext
12054 fi
12055
12056 fi
12057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
12058 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
12059   if test "$ac_cv_c_gcc_strength_bug" = "yes"
12060   then
12061     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
12062   fi
12063
12064     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
12065 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
12066 if ${ac_cv_cflags__fno_builtin+:} false; then :
12067   $as_echo_n "(cached) " >&6
12068 else
12069   ac_wine_try_cflags_saved=$CFLAGS
12070 CFLAGS="$CFLAGS -fno-builtin"
12071 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12072 /* end confdefs.h.  */
12073 int main(int argc, char **argv) { return 0; }
12074 _ACEOF
12075 if ac_fn_c_try_link "$LINENO"; then :
12076   ac_cv_cflags__fno_builtin=yes
12077 else
12078   ac_cv_cflags__fno_builtin=no
12079 fi
12080 rm -f core conftest.err conftest.$ac_objext \
12081     conftest$ac_exeext conftest.$ac_ext
12082 CFLAGS=$ac_wine_try_cflags_saved
12083 fi
12084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
12085 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
12086 if test $ac_cv_cflags__fno_builtin = yes; then :
12087   BUILTINFLAG="-fno-builtin"
12088
12089 fi
12090   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
12091 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
12092 if ${ac_cv_cflags__fno_strict_aliasing+:} false; then :
12093   $as_echo_n "(cached) " >&6
12094 else
12095   ac_wine_try_cflags_saved=$CFLAGS
12096 CFLAGS="$CFLAGS -fno-strict-aliasing"
12097 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12098 /* end confdefs.h.  */
12099 int main(int argc, char **argv) { return 0; }
12100 _ACEOF
12101 if ac_fn_c_try_link "$LINENO"; then :
12102   ac_cv_cflags__fno_strict_aliasing=yes
12103 else
12104   ac_cv_cflags__fno_strict_aliasing=no
12105 fi
12106 rm -f core conftest.err conftest.$ac_objext \
12107     conftest$ac_exeext conftest.$ac_ext
12108 CFLAGS=$ac_wine_try_cflags_saved
12109 fi
12110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
12111 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
12112 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
12113   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
12114 fi
12115   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
12116 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
12117 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false; then :
12118   $as_echo_n "(cached) " >&6
12119 else
12120   ac_wine_try_cflags_saved=$CFLAGS
12121 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
12122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12123 /* end confdefs.h.  */
12124 int main(int argc, char **argv) { return 0; }
12125 _ACEOF
12126 if ac_fn_c_try_link "$LINENO"; then :
12127   ac_cv_cflags__Wdeclaration_after_statement=yes
12128 else
12129   ac_cv_cflags__Wdeclaration_after_statement=no
12130 fi
12131 rm -f core conftest.err conftest.$ac_objext \
12132     conftest$ac_exeext conftest.$ac_ext
12133 CFLAGS=$ac_wine_try_cflags_saved
12134 fi
12135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
12136 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
12137 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
12138   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
12139 fi
12140   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
12141 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
12142 if ${ac_cv_cflags__Wempty_body+:} false; then :
12143   $as_echo_n "(cached) " >&6
12144 else
12145   ac_wine_try_cflags_saved=$CFLAGS
12146 CFLAGS="$CFLAGS -Wempty-body"
12147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12148 /* end confdefs.h.  */
12149 int main(int argc, char **argv) { return 0; }
12150 _ACEOF
12151 if ac_fn_c_try_link "$LINENO"; then :
12152   ac_cv_cflags__Wempty_body=yes
12153 else
12154   ac_cv_cflags__Wempty_body=no
12155 fi
12156 rm -f core conftest.err conftest.$ac_objext \
12157     conftest$ac_exeext conftest.$ac_ext
12158 CFLAGS=$ac_wine_try_cflags_saved
12159 fi
12160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
12161 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
12162 if test $ac_cv_cflags__Wempty_body = yes; then :
12163   EXTRACFLAGS="$EXTRACFLAGS -Wempty-body"
12164 fi
12165   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
12166 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
12167 if ${ac_cv_cflags__Wignored_qualifiers+:} false; then :
12168   $as_echo_n "(cached) " >&6
12169 else
12170   ac_wine_try_cflags_saved=$CFLAGS
12171 CFLAGS="$CFLAGS -Wignored-qualifiers"
12172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12173 /* end confdefs.h.  */
12174 int main(int argc, char **argv) { return 0; }
12175 _ACEOF
12176 if ac_fn_c_try_link "$LINENO"; then :
12177   ac_cv_cflags__Wignored_qualifiers=yes
12178 else
12179   ac_cv_cflags__Wignored_qualifiers=no
12180 fi
12181 rm -f core conftest.err conftest.$ac_objext \
12182     conftest$ac_exeext conftest.$ac_ext
12183 CFLAGS=$ac_wine_try_cflags_saved
12184 fi
12185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
12186 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
12187 if test $ac_cv_cflags__Wignored_qualifiers = yes; then :
12188   EXTRACFLAGS="$EXTRACFLAGS -Wignored-qualifiers"
12189 fi
12190   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
12191 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
12192 if ${ac_cv_cflags__Wstrict_prototypes+:} false; then :
12193   $as_echo_n "(cached) " >&6
12194 else
12195   ac_wine_try_cflags_saved=$CFLAGS
12196 CFLAGS="$CFLAGS -Wstrict-prototypes"
12197 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12198 /* end confdefs.h.  */
12199 int main(int argc, char **argv) { return 0; }
12200 _ACEOF
12201 if ac_fn_c_try_link "$LINENO"; then :
12202   ac_cv_cflags__Wstrict_prototypes=yes
12203 else
12204   ac_cv_cflags__Wstrict_prototypes=no
12205 fi
12206 rm -f core conftest.err conftest.$ac_objext \
12207     conftest$ac_exeext conftest.$ac_ext
12208 CFLAGS=$ac_wine_try_cflags_saved
12209 fi
12210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
12211 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
12212 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
12213   EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
12214 fi
12215   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
12216 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
12217 if ${ac_cv_cflags__Wtype_limits+:} false; then :
12218   $as_echo_n "(cached) " >&6
12219 else
12220   ac_wine_try_cflags_saved=$CFLAGS
12221 CFLAGS="$CFLAGS -Wtype-limits"
12222 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12223 /* end confdefs.h.  */
12224 int main(int argc, char **argv) { return 0; }
12225 _ACEOF
12226 if ac_fn_c_try_link "$LINENO"; then :
12227   ac_cv_cflags__Wtype_limits=yes
12228 else
12229   ac_cv_cflags__Wtype_limits=no
12230 fi
12231 rm -f core conftest.err conftest.$ac_objext \
12232     conftest$ac_exeext conftest.$ac_ext
12233 CFLAGS=$ac_wine_try_cflags_saved
12234 fi
12235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
12236 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
12237 if test $ac_cv_cflags__Wtype_limits = yes; then :
12238   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
12239 fi
12240   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
12241 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
12242 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false; then :
12243   $as_echo_n "(cached) " >&6
12244 else
12245   ac_wine_try_cflags_saved=$CFLAGS
12246 CFLAGS="$CFLAGS -Wunused-but-set-parameter"
12247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12248 /* end confdefs.h.  */
12249 int main(int argc, char **argv) { return 0; }
12250 _ACEOF
12251 if ac_fn_c_try_link "$LINENO"; then :
12252   ac_cv_cflags__Wunused_but_set_parameter=yes
12253 else
12254   ac_cv_cflags__Wunused_but_set_parameter=no
12255 fi
12256 rm -f core conftest.err conftest.$ac_objext \
12257     conftest$ac_exeext conftest.$ac_ext
12258 CFLAGS=$ac_wine_try_cflags_saved
12259 fi
12260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
12261 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
12262 if test $ac_cv_cflags__Wunused_but_set_parameter = yes; then :
12263   EXTRACFLAGS="$EXTRACFLAGS -Wunused-but-set-parameter"
12264 fi
12265   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
12266 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
12267 if ${ac_cv_cflags__Wwrite_strings+:} false; then :
12268   $as_echo_n "(cached) " >&6
12269 else
12270   ac_wine_try_cflags_saved=$CFLAGS
12271 CFLAGS="$CFLAGS -Wwrite-strings"
12272 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12273 /* end confdefs.h.  */
12274 int main(int argc, char **argv) { return 0; }
12275 _ACEOF
12276 if ac_fn_c_try_link "$LINENO"; then :
12277   ac_cv_cflags__Wwrite_strings=yes
12278 else
12279   ac_cv_cflags__Wwrite_strings=no
12280 fi
12281 rm -f core conftest.err conftest.$ac_objext \
12282     conftest$ac_exeext conftest.$ac_ext
12283 CFLAGS=$ac_wine_try_cflags_saved
12284 fi
12285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
12286 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
12287 if test $ac_cv_cflags__Wwrite_strings = yes; then :
12288   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
12289 fi
12290
12291     for ac_flag in $CFLAGS; do
12292     case $ac_flag in
12293       -g) case $host_os in
12294             darwin*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstabs+" >&5
12295 $as_echo_n "checking whether the compiler supports -gstabs+... " >&6; }
12296 if ${ac_cv_cflags__gstabsp+:} false; then :
12297   $as_echo_n "(cached) " >&6
12298 else
12299   ac_wine_try_cflags_saved=$CFLAGS
12300 CFLAGS="$CFLAGS -gstabs+"
12301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12302 /* end confdefs.h.  */
12303 int main(int argc, char **argv) { return 0; }
12304 _ACEOF
12305 if ac_fn_c_try_link "$LINENO"; then :
12306   ac_cv_cflags__gstabsp=yes
12307 else
12308   ac_cv_cflags__gstabsp=no
12309 fi
12310 rm -f core conftest.err conftest.$ac_objext \
12311     conftest$ac_exeext conftest.$ac_ext
12312 CFLAGS=$ac_wine_try_cflags_saved
12313 fi
12314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstabsp" >&5
12315 $as_echo "$ac_cv_cflags__gstabsp" >&6; }
12316 if test $ac_cv_cflags__gstabsp = yes; then :
12317   EXTRACFLAGS="$EXTRACFLAGS -gstabs+"
12318 fi ;;
12319             *) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
12320 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
12321 if ${ac_cv_cflags__gdwarf_2+:} false; then :
12322   $as_echo_n "(cached) " >&6
12323 else
12324   ac_wine_try_cflags_saved=$CFLAGS
12325 CFLAGS="$CFLAGS -gdwarf-2"
12326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12327 /* end confdefs.h.  */
12328 int main(int argc, char **argv) { return 0; }
12329 _ACEOF
12330 if ac_fn_c_try_link "$LINENO"; then :
12331   ac_cv_cflags__gdwarf_2=yes
12332 else
12333   ac_cv_cflags__gdwarf_2=no
12334 fi
12335 rm -f core conftest.err conftest.$ac_objext \
12336     conftest$ac_exeext conftest.$ac_ext
12337 CFLAGS=$ac_wine_try_cflags_saved
12338 fi
12339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
12340 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
12341 if test $ac_cv_cflags__gdwarf_2 = yes; then :
12342   EXTRACFLAGS="$EXTRACFLAGS -gdwarf-2"
12343 fi
12344                { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
12345 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
12346 if ${ac_cv_cflags__gstrict_dwarf+:} false; then :
12347   $as_echo_n "(cached) " >&6
12348 else
12349   ac_wine_try_cflags_saved=$CFLAGS
12350 CFLAGS="$CFLAGS -gstrict-dwarf"
12351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12352 /* end confdefs.h.  */
12353 int main(int argc, char **argv) { return 0; }
12354 _ACEOF
12355 if ac_fn_c_try_link "$LINENO"; then :
12356   ac_cv_cflags__gstrict_dwarf=yes
12357 else
12358   ac_cv_cflags__gstrict_dwarf=no
12359 fi
12360 rm -f core conftest.err conftest.$ac_objext \
12361     conftest$ac_exeext conftest.$ac_ext
12362 CFLAGS=$ac_wine_try_cflags_saved
12363 fi
12364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
12365 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
12366 if test $ac_cv_cflags__gstrict_dwarf = yes; then :
12367   EXTRACFLAGS="$EXTRACFLAGS -gstrict-dwarf"
12368 fi ;;
12369           esac ;;
12370     esac
12371   done
12372
12373     case $host_cpu in
12374     *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
12375 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
12376 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false; then :
12377   $as_echo_n "(cached) " >&6
12378 else
12379   ac_wine_try_cflags_saved=$CFLAGS
12380 CFLAGS="$CFLAGS -fno-omit-frame-pointer"
12381 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12382 /* end confdefs.h.  */
12383 int main(int argc, char **argv) { return 0; }
12384 _ACEOF
12385 if ac_fn_c_try_link "$LINENO"; then :
12386   ac_cv_cflags__fno_omit_frame_pointer=yes
12387 else
12388   ac_cv_cflags__fno_omit_frame_pointer=no
12389 fi
12390 rm -f core conftest.err conftest.$ac_objext \
12391     conftest$ac_exeext conftest.$ac_ext
12392 CFLAGS=$ac_wine_try_cflags_saved
12393 fi
12394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
12395 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
12396 if test $ac_cv_cflags__fno_omit_frame_pointer = yes; then :
12397   EXTRACFLAGS="$EXTRACFLAGS -fno-omit-frame-pointer"
12398 fi ;;
12399   esac
12400
12401     case $host in
12402     x86_64-*mingw32*|x86_64-*cygwin*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
12403 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
12404 if ${ac_cv_cflags__Wno_format+:} false; then :
12405   $as_echo_n "(cached) " >&6
12406 else
12407   ac_wine_try_cflags_saved=$CFLAGS
12408 CFLAGS="$CFLAGS -Wno-format"
12409 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12410 /* end confdefs.h.  */
12411 int main(int argc, char **argv) { return 0; }
12412 _ACEOF
12413 if ac_fn_c_try_link "$LINENO"; then :
12414   ac_cv_cflags__Wno_format=yes
12415 else
12416   ac_cv_cflags__Wno_format=no
12417 fi
12418 rm -f core conftest.err conftest.$ac_objext \
12419     conftest$ac_exeext conftest.$ac_ext
12420 CFLAGS=$ac_wine_try_cflags_saved
12421 fi
12422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
12423 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
12424 if test $ac_cv_cflags__Wno_format = yes; then :
12425   EXTRACFLAGS="$EXTRACFLAGS -Wno-format"
12426 fi ;;
12427   esac
12428
12429     saved_CFLAGS="$CFLAGS"
12430   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
12431   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
12432 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
12433 if ${ac_cv_c_string_h_warnings+:} false; then :
12434   $as_echo_n "(cached) " >&6
12435 else
12436   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12437 /* end confdefs.h.  */
12438 #include <string.h>
12439 int
12440 main ()
12441 {
12442
12443   ;
12444   return 0;
12445 }
12446 _ACEOF
12447 if ac_fn_c_try_compile "$LINENO"; then :
12448   ac_cv_c_string_h_warnings=no
12449 else
12450   ac_cv_c_string_h_warnings=yes
12451 fi
12452 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12453 fi
12454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
12455 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
12456   CFLAGS="$saved_CFLAGS"
12457   if test "$ac_cv_c_string_h_warnings" = "no"
12458   then
12459     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
12460   fi
12461
12462     saved_CFLAGS="$CFLAGS"
12463   CFLAGS="$CFLAGS -Wlogical-op -Werror"
12464   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
12465 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
12466 if ${ac_cv_c_logicalop_noisy+:} false; then :
12467   $as_echo_n "(cached) " >&6
12468 else
12469   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12470 /* end confdefs.h.  */
12471 #include <string.h>
12472 int
12473 main ()
12474 {
12475 char*f(const char *h,char n) {return strchr(h,n);}
12476   ;
12477   return 0;
12478 }
12479 _ACEOF
12480 if ac_fn_c_try_compile "$LINENO"; then :
12481   ac_cv_c_logicalop_noisy=no
12482 else
12483   ac_cv_c_logicalop_noisy=yes
12484 fi
12485 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12486 fi
12487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
12488 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
12489   CFLAGS="$saved_CFLAGS"
12490   if test "$ac_cv_c_logicalop_noisy" = "no"
12491   then
12492     EXTRACFLAGS="$EXTRACFLAGS -Wlogical-op"
12493   fi
12494
12495     if test "x$enable_maintainer_mode" = "xyes"
12496   then
12497       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
12498 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
12499 if ${ac_cv_cflags__Werror+:} false; then :
12500   $as_echo_n "(cached) " >&6
12501 else
12502   ac_wine_try_cflags_saved=$CFLAGS
12503 CFLAGS="$CFLAGS -Werror"
12504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12505 /* end confdefs.h.  */
12506 int main(int argc, char **argv) { return 0; }
12507 _ACEOF
12508 if ac_fn_c_try_link "$LINENO"; then :
12509   ac_cv_cflags__Werror=yes
12510 else
12511   ac_cv_cflags__Werror=no
12512 fi
12513 rm -f core conftest.err conftest.$ac_objext \
12514     conftest$ac_exeext conftest.$ac_ext
12515 CFLAGS=$ac_wine_try_cflags_saved
12516 fi
12517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
12518 $as_echo "$ac_cv_cflags__Werror" >&6; }
12519 if test $ac_cv_cflags__Werror = yes; then :
12520   EXTRACFLAGS="$EXTRACFLAGS -Werror"
12521 fi
12522   fi
12523
12524     saved_CFLAGS="$CFLAGS"
12525   CFLAGS="$CFLAGS -Werror"
12526   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
12527 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
12528 if ${ac_cv_have_ms_hook_prologue+:} false; then :
12529   $as_echo_n "(cached) " >&6
12530 else
12531   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12532 /* end confdefs.h.  */
12533 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
12534 int
12535 main ()
12536 {
12537
12538   ;
12539   return 0;
12540 }
12541 _ACEOF
12542 if ac_fn_c_try_compile "$LINENO"; then :
12543   ac_cv_have_ms_hook_prologue="yes"
12544 else
12545   ac_cv_have_ms_hook_prologue="no"
12546 fi
12547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12548 fi
12549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
12550 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
12551   CFLAGS="$saved_CFLAGS"
12552   if test "$ac_cv_have_ms_hook_prologue" = "yes"
12553   then
12554
12555 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
12556
12557   else
12558       $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
12559
12560   fi
12561 fi
12562
12563
12564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
12565 $as_echo_n "checking for the need to disable Fortify... " >&6; }
12566 if ${ac_cv_c_fortify_enabled+:} false; then :
12567   $as_echo_n "(cached) " >&6
12568 else
12569   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12570 /* end confdefs.h.  */
12571 #include <string.h>
12572 int
12573 main ()
12574 {
12575 #if defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0
12576 #error Fortify enabled
12577 #endif
12578   ;
12579   return 0;
12580 }
12581 _ACEOF
12582 if ac_fn_c_try_compile "$LINENO"; then :
12583   ac_cv_c_fortify_enabled=no
12584 else
12585   ac_cv_c_fortify_enabled=yes
12586 fi
12587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12588 fi
12589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
12590 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
12591 if test "$ac_cv_c_fortify_enabled" = yes
12592 then
12593     CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
12594 fi
12595
12596
12597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
12598 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
12599 if ${ac_cv_c_extern_prefix+:} false; then :
12600   $as_echo_n "(cached) " >&6
12601 else
12602   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12603 /* end confdefs.h.  */
12604 extern int ac_test;
12605 int
12606 main ()
12607 {
12608 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
12609   ;
12610   return 0;
12611 }
12612 _ACEOF
12613 if ac_fn_c_try_link "$LINENO"; then :
12614   ac_cv_c_extern_prefix="yes"
12615 else
12616   ac_cv_c_extern_prefix="no"
12617 fi
12618 rm -f core conftest.err conftest.$ac_objext \
12619     conftest$ac_exeext conftest.$ac_ext
12620 fi
12621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
12622 $as_echo "$ac_cv_c_extern_prefix" >&6; }
12623
12624 case $host_cpu in
12625   *i[3456789]86*)
12626     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
12627 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
12628 if ${ac_cv_c_stdcall_suffix+:} false; then :
12629   $as_echo_n "(cached) " >&6
12630 else
12631   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12632 /* end confdefs.h.  */
12633 #ifndef _MSC_VER
12634 #define __stdcall __attribute__((__stdcall__))
12635 #endif
12636 int __stdcall ac_test(int i) { return i; }
12637 int
12638 main ()
12639 {
12640 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
12641   ;
12642   return 0;
12643 }
12644 _ACEOF
12645 if ac_fn_c_try_link "$LINENO"; then :
12646   ac_cv_c_stdcall_suffix="yes"
12647 else
12648   ac_cv_c_stdcall_suffix="no"
12649 fi
12650 rm -f core conftest.err conftest.$ac_objext \
12651     conftest$ac_exeext conftest.$ac_ext
12652 fi
12653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
12654 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
12655   *) ac_cv_c_stdcall_suffix="no" ;;
12656 esac
12657
12658
12659 if test "$ac_cv_c_extern_prefix" = "yes"
12660 then
12661     $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
12662
12663     asm_name_prefix="_"
12664 else
12665     $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
12666
12667     asm_name_prefix=""
12668 fi
12669
12670
12671 if test "$ac_cv_c_stdcall_suffix" = "yes"
12672 then
12673     $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
12674
12675 else
12676     $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
12677
12678 fi
12679
12680
12681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
12682 $as_echo_n "checking how to define a function in assembly code... " >&6; }
12683 if ${ac_cv_asm_func_def+:} false; then :
12684   $as_echo_n "(cached) " >&6
12685 else
12686   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12687 /* end confdefs.h.  */
12688
12689 int
12690 main ()
12691 {
12692 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
12693   ;
12694   return 0;
12695 }
12696 _ACEOF
12697 if ac_fn_c_try_link "$LINENO"; then :
12698   ac_cv_asm_func_def=".def"
12699 else
12700   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12701 /* end confdefs.h.  */
12702
12703 int
12704 main ()
12705 {
12706 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
12707   ;
12708   return 0;
12709 }
12710 _ACEOF
12711 if ac_fn_c_try_link "$LINENO"; then :
12712   ac_cv_asm_func_def=".type @function"
12713 else
12714   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12715 /* end confdefs.h.  */
12716
12717 int
12718 main ()
12719 {
12720 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
12721   ;
12722   return 0;
12723 }
12724 _ACEOF
12725 if ac_fn_c_try_link "$LINENO"; then :
12726   ac_cv_asm_func_def=".type 2"
12727 else
12728   ac_cv_asm_func_def="unknown"
12729 fi
12730 rm -f core conftest.err conftest.$ac_objext \
12731     conftest$ac_exeext conftest.$ac_ext
12732 fi
12733 rm -f core conftest.err conftest.$ac_objext \
12734     conftest$ac_exeext conftest.$ac_ext
12735 fi
12736 rm -f core conftest.err conftest.$ac_objext \
12737     conftest$ac_exeext conftest.$ac_ext
12738 fi
12739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
12740 $as_echo "$ac_cv_asm_func_def" >&6; }
12741
12742
12743 case "$ac_cv_asm_func_def" in
12744   ".def")
12745      $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
12746
12747      asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
12748   ".type @function")
12749      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
12750
12751      asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
12752   ".type 2")
12753      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
12754
12755      asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
12756   *)
12757      $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
12758
12759      asm_func_header="" ;;
12760 esac
12761
12762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
12763 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
12764 if ${ac_cv_c_asm_outside_funcs+:} false; then :
12765   $as_echo_n "(cached) " >&6
12766 else
12767   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12768 /* end confdefs.h.  */
12769 asm(".text\n\t.long 0");
12770 int
12771 main ()
12772 {
12773
12774   ;
12775   return 0;
12776 }
12777 _ACEOF
12778 if ac_fn_c_try_compile "$LINENO"; then :
12779   ac_cv_c_asm_outside_funcs="yes"
12780 else
12781   ac_cv_c_asm_outside_funcs="no"
12782 fi
12783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12784 fi
12785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
12786 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
12787
12788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
12789 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
12790 if ${ac_cv_c_dot_previous+:} false; then :
12791   $as_echo_n "(cached) " >&6
12792 else
12793   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12794 /* end confdefs.h.  */
12795
12796 int
12797 main ()
12798 {
12799 asm(".text\nac_test:\t.long 0\n\t.previous");
12800   ;
12801   return 0;
12802 }
12803 _ACEOF
12804 if ac_fn_c_try_link "$LINENO"; then :
12805   ac_cv_c_dot_previous="yes"
12806 else
12807   ac_cv_c_dot_previous="no"
12808 fi
12809 rm -f core conftest.err conftest.$ac_objext \
12810     conftest$ac_exeext conftest.$ac_ext
12811 fi
12812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
12813 $as_echo "$ac_cv_c_dot_previous" >&6; }
12814
12815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
12816 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
12817 if ${ac_cv_c_cfi_support+:} false; then :
12818   $as_echo_n "(cached) " >&6
12819 else
12820   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12821 /* end confdefs.h.  */
12822 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
12823 int
12824 main ()
12825 {
12826
12827   ;
12828   return 0;
12829 }
12830 _ACEOF
12831 if ac_fn_c_try_compile "$LINENO"; then :
12832   ac_cv_c_cfi_support="yes"
12833 else
12834   ac_cv_c_cfi_support="no"
12835 fi
12836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12837 fi
12838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
12839 $as_echo "$ac_cv_c_cfi_support" >&6; }
12840
12841 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
12842 asm_func_trailer=""
12843 if test "$ac_cv_c_dot_previous" = "yes"
12844 then
12845    asm_func_trailer="\\n\\t.previous"
12846 fi
12847 if test "$ac_cv_c_cfi_support" = "yes"
12848 then
12849    asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
12850    asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
12851
12852 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
12853
12854    UNWINDFLAGS=-fasynchronous-unwind-tables
12855
12856 else
12857    $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
12858
12859 fi
12860
12861 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
12862
12863
12864 if test "$ac_cv_c_asm_outside_funcs" = "yes"
12865 then
12866     cat >>confdefs.h <<_ACEOF
12867 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
12868 _ACEOF
12869
12870 else
12871     cat >>confdefs.h <<_ACEOF
12872 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
12873 _ACEOF
12874
12875 fi
12876
12877 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
12878
12879
12880 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
12881
12882
12883
12884 LDPATH=""
12885
12886 case $build_os in
12887   cygwin*|mingw32*)
12888     TOOLSEXT=".exe"
12889
12890     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
12891     ;;
12892   darwin*|macosx*)
12893     ;;
12894   *)
12895     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
12896     ;;
12897 esac
12898
12899 case $host_os in
12900   mingw32*)
12901     CRTLIBS="-lmsvcrt"
12902
12903     SOCKETLIBS="-L\$(top_builddir)/dlls/ws2_32 -lws2_32"
12904
12905     ;;
12906 esac
12907
12908 MAIN_BINARY="wine"
12909
12910 test "x$enable_win64" != "xyes" || MAIN_BINARY="wine64"
12911
12912 case $host_os in
12913   linux*)
12914     case $host_cpu in
12915       *i[3456789]86*) EXTRA_BINARIES="wine-preloader"
12916  ;;
12917       x86_64*) EXTRA_BINARIES="wine64-preloader"
12918  ;;
12919     esac
12920     ;;
12921 esac
12922
12923
12924 ac_save_CFLAGS="$CFLAGS"
12925 CFLAGS="$CFLAGS $BUILTINFLAG"
12926 for ac_func in \
12927         _finite \
12928         _isnan \
12929         _pclose \
12930         _popen \
12931         _snprintf \
12932         _spawnvp \
12933         _strdup \
12934         _stricmp \
12935         _strnicmp \
12936         _strtoi64 \
12937         _strtoui64 \
12938         _vsnprintf \
12939         asctime_r \
12940         chsize \
12941         dlopen \
12942         epoll_create \
12943         ffs \
12944         finite \
12945         fnmatch \
12946         fork \
12947         fpclass \
12948         fstatfs \
12949         fstatvfs \
12950         ftruncate \
12951         futimes \
12952         futimesat \
12953         getattrlist \
12954         getdirentries \
12955         getopt_long \
12956         getpagesize \
12957         getpwuid \
12958         gettimeofday \
12959         getuid \
12960         kqueue \
12961         lstat \
12962         memmove \
12963         mmap \
12964         pclose \
12965         pipe2 \
12966         poll \
12967         popen \
12968         port_create \
12969         prctl \
12970         pread \
12971         pwrite \
12972         readdir \
12973         readlink \
12974         sched_yield \
12975         select \
12976         setproctitle \
12977         setrlimit \
12978         settimeofday \
12979         sigaltstack \
12980         sigprocmask \
12981         snprintf \
12982         spawnvp \
12983         statfs \
12984         statvfs \
12985         strcasecmp \
12986         strdup \
12987         strerror \
12988         strncasecmp \
12989         strtold \
12990         strtoll \
12991         strtoull \
12992         symlink \
12993         tcgetattr \
12994         thr_kill2 \
12995         timegm \
12996         usleep \
12997         vsnprintf
12998
12999 do :
13000   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13001 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13002 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13003   cat >>confdefs.h <<_ACEOF
13004 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13005 _ACEOF
13006
13007 fi
13008 done
13009
13010 CFLAGS="$ac_save_CFLAGS"
13011
13012 if test "$ac_cv_func_dlopen" = no
13013 then
13014     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
13015 $as_echo_n "checking for dlopen in -ldl... " >&6; }
13016 if ${ac_cv_lib_dl_dlopen+:} false; then :
13017   $as_echo_n "(cached) " >&6
13018 else
13019   ac_check_lib_save_LIBS=$LIBS
13020 LIBS="-ldl  $LIBS"
13021 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13022 /* end confdefs.h.  */
13023
13024 /* Override any GCC internal prototype to avoid an error.
13025    Use char because int might match the return type of a GCC
13026    builtin and then its argument prototype would still apply.  */
13027 #ifdef __cplusplus
13028 extern "C"
13029 #endif
13030 char dlopen ();
13031 int
13032 main ()
13033 {
13034 return dlopen ();
13035   ;
13036   return 0;
13037 }
13038 _ACEOF
13039 if ac_fn_c_try_link "$LINENO"; then :
13040   ac_cv_lib_dl_dlopen=yes
13041 else
13042   ac_cv_lib_dl_dlopen=no
13043 fi
13044 rm -f core conftest.err conftest.$ac_objext \
13045     conftest$ac_exeext conftest.$ac_ext
13046 LIBS=$ac_check_lib_save_LIBS
13047 fi
13048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
13049 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
13050 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
13051   $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
13052  LIBDL="-ldl"
13053
13054 fi
13055
13056 fi
13057 ac_wine_check_funcs_save_LIBS="$LIBS"
13058 LIBS="$LIBS $LIBDL"
13059 for ac_func in dladdr
13060 do :
13061   ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
13062 if test "x$ac_cv_func_dladdr" = xyes; then :
13063   cat >>confdefs.h <<_ACEOF
13064 #define HAVE_DLADDR 1
13065 _ACEOF
13066
13067 fi
13068 done
13069
13070 LIBS="$ac_wine_check_funcs_save_LIBS"
13071
13072 if test "$ac_cv_func_poll" = no
13073 then
13074     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
13075 $as_echo_n "checking for poll in -lpoll... " >&6; }
13076 if ${ac_cv_lib_poll_poll+:} false; then :
13077   $as_echo_n "(cached) " >&6
13078 else
13079   ac_check_lib_save_LIBS=$LIBS
13080 LIBS="-lpoll  $LIBS"
13081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13082 /* end confdefs.h.  */
13083
13084 /* Override any GCC internal prototype to avoid an error.
13085    Use char because int might match the return type of a GCC
13086    builtin and then its argument prototype would still apply.  */
13087 #ifdef __cplusplus
13088 extern "C"
13089 #endif
13090 char poll ();
13091 int
13092 main ()
13093 {
13094 return poll ();
13095   ;
13096   return 0;
13097 }
13098 _ACEOF
13099 if ac_fn_c_try_link "$LINENO"; then :
13100   ac_cv_lib_poll_poll=yes
13101 else
13102   ac_cv_lib_poll_poll=no
13103 fi
13104 rm -f core conftest.err conftest.$ac_objext \
13105     conftest$ac_exeext conftest.$ac_ext
13106 LIBS=$ac_check_lib_save_LIBS
13107 fi
13108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
13109 $as_echo "$ac_cv_lib_poll_poll" >&6; }
13110 if test "x$ac_cv_lib_poll_poll" = xyes; then :
13111   $as_echo "#define HAVE_POLL 1" >>confdefs.h
13112  LIBPOLL="-lpoll"
13113
13114 fi
13115
13116 fi
13117
13118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
13119 $as_echo_n "checking for library containing gethostbyname... " >&6; }
13120 if ${ac_cv_search_gethostbyname+:} false; then :
13121   $as_echo_n "(cached) " >&6
13122 else
13123   ac_func_search_save_LIBS=$LIBS
13124 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13125 /* end confdefs.h.  */
13126
13127 /* Override any GCC internal prototype to avoid an error.
13128    Use char because int might match the return type of a GCC
13129    builtin and then its argument prototype would still apply.  */
13130 #ifdef __cplusplus
13131 extern "C"
13132 #endif
13133 char gethostbyname ();
13134 int
13135 main ()
13136 {
13137 return gethostbyname ();
13138   ;
13139   return 0;
13140 }
13141 _ACEOF
13142 for ac_lib in '' nsl; do
13143   if test -z "$ac_lib"; then
13144     ac_res="none required"
13145   else
13146     ac_res=-l$ac_lib
13147     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13148   fi
13149   if ac_fn_c_try_link "$LINENO"; then :
13150   ac_cv_search_gethostbyname=$ac_res
13151 fi
13152 rm -f core conftest.err conftest.$ac_objext \
13153     conftest$ac_exeext
13154   if ${ac_cv_search_gethostbyname+:} false; then :
13155   break
13156 fi
13157 done
13158 if ${ac_cv_search_gethostbyname+:} false; then :
13159
13160 else
13161   ac_cv_search_gethostbyname=no
13162 fi
13163 rm conftest.$ac_ext
13164 LIBS=$ac_func_search_save_LIBS
13165 fi
13166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
13167 $as_echo "$ac_cv_search_gethostbyname" >&6; }
13168 ac_res=$ac_cv_search_gethostbyname
13169 if test "$ac_res" != no; then :
13170   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13171
13172 fi
13173
13174
13175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
13176 $as_echo_n "checking for library containing connect... " >&6; }
13177 if ${ac_cv_search_connect+:} false; then :
13178   $as_echo_n "(cached) " >&6
13179 else
13180   ac_func_search_save_LIBS=$LIBS
13181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13182 /* end confdefs.h.  */
13183
13184 /* Override any GCC internal prototype to avoid an error.
13185    Use char because int might match the return type of a GCC
13186    builtin and then its argument prototype would still apply.  */
13187 #ifdef __cplusplus
13188 extern "C"
13189 #endif
13190 char connect ();
13191 int
13192 main ()
13193 {
13194 return connect ();
13195   ;
13196   return 0;
13197 }
13198 _ACEOF
13199 for ac_lib in '' socket; do
13200   if test -z "$ac_lib"; then
13201     ac_res="none required"
13202   else
13203     ac_res=-l$ac_lib
13204     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13205   fi
13206   if ac_fn_c_try_link "$LINENO"; then :
13207   ac_cv_search_connect=$ac_res
13208 fi
13209 rm -f core conftest.err conftest.$ac_objext \
13210     conftest$ac_exeext
13211   if ${ac_cv_search_connect+:} false; then :
13212   break
13213 fi
13214 done
13215 if ${ac_cv_search_connect+:} false; then :
13216
13217 else
13218   ac_cv_search_connect=no
13219 fi
13220 rm conftest.$ac_ext
13221 LIBS=$ac_func_search_save_LIBS
13222 fi
13223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
13224 $as_echo "$ac_cv_search_connect" >&6; }
13225 ac_res=$ac_cv_search_connect
13226 if test "$ac_res" != no; then :
13227   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13228
13229 fi
13230
13231
13232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
13233 $as_echo_n "checking for library containing inet_aton... " >&6; }
13234 if ${ac_cv_search_inet_aton+:} false; then :
13235   $as_echo_n "(cached) " >&6
13236 else
13237   ac_func_search_save_LIBS=$LIBS
13238 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13239 /* end confdefs.h.  */
13240
13241 /* Override any GCC internal prototype to avoid an error.
13242    Use char because int might match the return type of a GCC
13243    builtin and then its argument prototype would still apply.  */
13244 #ifdef __cplusplus
13245 extern "C"
13246 #endif
13247 char inet_aton ();
13248 int
13249 main ()
13250 {
13251 return inet_aton ();
13252   ;
13253   return 0;
13254 }
13255 _ACEOF
13256 for ac_lib in '' resolv; do
13257   if test -z "$ac_lib"; then
13258     ac_res="none required"
13259   else
13260     ac_res=-l$ac_lib
13261     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13262   fi
13263   if ac_fn_c_try_link "$LINENO"; then :
13264   ac_cv_search_inet_aton=$ac_res
13265 fi
13266 rm -f core conftest.err conftest.$ac_objext \
13267     conftest$ac_exeext
13268   if ${ac_cv_search_inet_aton+:} false; then :
13269   break
13270 fi
13271 done
13272 if ${ac_cv_search_inet_aton+:} false; then :
13273
13274 else
13275   ac_cv_search_inet_aton=no
13276 fi
13277 rm conftest.$ac_ext
13278 LIBS=$ac_func_search_save_LIBS
13279 fi
13280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
13281 $as_echo "$ac_cv_search_inet_aton" >&6; }
13282 ac_res=$ac_cv_search_inet_aton
13283 if test "$ac_res" != no; then :
13284   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13285
13286 fi
13287
13288
13289 for ac_func in \
13290         getaddrinfo \
13291         getnameinfo \
13292         getnetbyname \
13293         getprotobyname \
13294         getprotobynumber \
13295         getservbyport \
13296         inet_network \
13297         inet_ntop \
13298         inet_pton \
13299         sendmsg \
13300         socketpair \
13301
13302 do :
13303   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13304 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13305 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13306   cat >>confdefs.h <<_ACEOF
13307 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13308 _ACEOF
13309
13310 fi
13311 done
13312
13313
13314 LDAPLIBS=""
13315
13316 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
13317 then
13318     ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
13319 "
13320 if test "x$ac_cv_type_LDAPSortKey" = xyes; then :
13321   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
13322 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
13323 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false; then :
13324   $as_echo_n "(cached) " >&6
13325 else
13326   ac_check_lib_save_LIBS=$LIBS
13327 LIBS="-lldap_r $LIBPTHREAD $LIBS"
13328 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13329 /* end confdefs.h.  */
13330
13331 /* Override any GCC internal prototype to avoid an error.
13332    Use char because int might match the return type of a GCC
13333    builtin and then its argument prototype would still apply.  */
13334 #ifdef __cplusplus
13335 extern "C"
13336 #endif
13337 char ldap_initialize ();
13338 int
13339 main ()
13340 {
13341 return ldap_initialize ();
13342   ;
13343   return 0;
13344 }
13345 _ACEOF
13346 if ac_fn_c_try_link "$LINENO"; then :
13347   ac_cv_lib_ldap_r_ldap_initialize=yes
13348 else
13349   ac_cv_lib_ldap_r_ldap_initialize=no
13350 fi
13351 rm -f core conftest.err conftest.$ac_objext \
13352     conftest$ac_exeext conftest.$ac_ext
13353 LIBS=$ac_check_lib_save_LIBS
13354 fi
13355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
13356 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
13357 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes; then :
13358   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
13359 $as_echo_n "checking for ber_init in -llber... " >&6; }
13360 if ${ac_cv_lib_lber_ber_init+:} false; then :
13361   $as_echo_n "(cached) " >&6
13362 else
13363   ac_check_lib_save_LIBS=$LIBS
13364 LIBS="-llber $LIBPTHREAD $LIBS"
13365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13366 /* end confdefs.h.  */
13367
13368 /* Override any GCC internal prototype to avoid an error.
13369    Use char because int might match the return type of a GCC
13370    builtin and then its argument prototype would still apply.  */
13371 #ifdef __cplusplus
13372 extern "C"
13373 #endif
13374 char ber_init ();
13375 int
13376 main ()
13377 {
13378 return ber_init ();
13379   ;
13380   return 0;
13381 }
13382 _ACEOF
13383 if ac_fn_c_try_link "$LINENO"; then :
13384   ac_cv_lib_lber_ber_init=yes
13385 else
13386   ac_cv_lib_lber_ber_init=no
13387 fi
13388 rm -f core conftest.err conftest.$ac_objext \
13389     conftest$ac_exeext conftest.$ac_ext
13390 LIBS=$ac_check_lib_save_LIBS
13391 fi
13392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
13393 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
13394 if test "x$ac_cv_lib_lber_ber_init" = xyes; then :
13395
13396 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
13397
13398                  LDAPLIBS="-lldap_r -llber"
13399 fi
13400
13401 fi
13402
13403 fi
13404
13405     ac_wine_check_funcs_save_LIBS="$LIBS"
13406 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
13407 for ac_func in \
13408         ldap_count_references \
13409         ldap_first_reference \
13410         ldap_next_reference \
13411         ldap_parse_reference \
13412         ldap_parse_sort_control \
13413         ldap_parse_sortresponse_control \
13414         ldap_parse_vlv_control \
13415         ldap_parse_vlvresponse_control
13416 do :
13417   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13418 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13419 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13420   cat >>confdefs.h <<_ACEOF
13421 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13422 _ACEOF
13423
13424 fi
13425 done
13426
13427 LIBS="$ac_wine_check_funcs_save_LIBS"
13428 fi
13429 if test "x$LDAPLIBS" = "x"; then :
13430   case "x$with_ldap" in
13431   x)   as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
13432   xno) ;;
13433   *)   as_fn_error $? "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
13434 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
13435 esac
13436 fi
13437
13438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
13439 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
13440 if ${wine_cv_one_arg_mkdir+:} false; then :
13441   $as_echo_n "(cached) " >&6
13442 else
13443   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13444 /* end confdefs.h.  */
13445 #include <sys/stat.h>
13446 int
13447 main ()
13448 {
13449 mkdir("foo");
13450   ;
13451   return 0;
13452 }
13453 _ACEOF
13454 if ac_fn_c_try_compile "$LINENO"; then :
13455   wine_cv_one_arg_mkdir=yes
13456 else
13457   wine_cv_one_arg_mkdir=no
13458 fi
13459 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13460 fi
13461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
13462 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
13463 if test "$wine_cv_one_arg_mkdir" = "yes"
13464 then
13465
13466 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
13467
13468 fi
13469
13470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
13471 $as_echo_n "checking for sched_setaffinity... " >&6; }
13472 if ${wine_cv_have_sched_setaffinity+:} false; then :
13473   $as_echo_n "(cached) " >&6
13474 else
13475   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13476 /* end confdefs.h.  */
13477 #define _GNU_SOURCE
13478 #include <sched.h>
13479 int
13480 main ()
13481 {
13482 sched_setaffinity(0, 0, 0);
13483   ;
13484   return 0;
13485 }
13486 _ACEOF
13487 if ac_fn_c_try_link "$LINENO"; then :
13488   wine_cv_have_sched_setaffinity=yes
13489 else
13490   wine_cv_have_sched_setaffinity=no
13491 fi
13492 rm -f core conftest.err conftest.$ac_objext \
13493     conftest$ac_exeext conftest.$ac_ext
13494 fi
13495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
13496 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
13497 if test "$wine_cv_have_sched_setaffinity" = "yes"
13498 then
13499
13500 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
13501
13502 fi
13503
13504
13505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
13506 $as_echo_n "checking for inline... " >&6; }
13507 if ${ac_cv_c_inline+:} false; then :
13508   $as_echo_n "(cached) " >&6
13509 else
13510   ac_cv_c_inline=no
13511 for ac_kw in inline __inline__ __inline; do
13512   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13513 /* end confdefs.h.  */
13514 #ifndef __cplusplus
13515 typedef int foo_t;
13516 static $ac_kw foo_t static_foo () {return 0; }
13517 $ac_kw foo_t foo () {return 0; }
13518 #endif
13519
13520 _ACEOF
13521 if ac_fn_c_try_compile "$LINENO"; then :
13522   ac_cv_c_inline=$ac_kw
13523 fi
13524 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13525   test "$ac_cv_c_inline" != no && break
13526 done
13527
13528 fi
13529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
13530 $as_echo "$ac_cv_c_inline" >&6; }
13531
13532 case $ac_cv_c_inline in
13533   inline | yes) ;;
13534   *)
13535     case $ac_cv_c_inline in
13536       no) ac_val=;;
13537       *) ac_val=$ac_cv_c_inline;;
13538     esac
13539     cat >>confdefs.h <<_ACEOF
13540 #ifndef __cplusplus
13541 #define inline $ac_val
13542 #endif
13543 _ACEOF
13544     ;;
13545 esac
13546
13547 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
13548 if test "x$ac_cv_type_mode_t" = xyes; then :
13549
13550 cat >>confdefs.h <<_ACEOF
13551 #define HAVE_MODE_T 1
13552 _ACEOF
13553
13554
13555 fi
13556 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
13557 if test "x$ac_cv_type_off_t" = xyes; then :
13558
13559 cat >>confdefs.h <<_ACEOF
13560 #define HAVE_OFF_T 1
13561 _ACEOF
13562
13563
13564 fi
13565 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
13566 if test "x$ac_cv_type_pid_t" = xyes; then :
13567
13568 cat >>confdefs.h <<_ACEOF
13569 #define HAVE_PID_T 1
13570 _ACEOF
13571
13572
13573 fi
13574 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
13575 if test "x$ac_cv_type_size_t" = xyes; then :
13576
13577 cat >>confdefs.h <<_ACEOF
13578 #define HAVE_SIZE_T 1
13579 _ACEOF
13580
13581
13582 fi
13583 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
13584 if test "x$ac_cv_type_ssize_t" = xyes; then :
13585
13586 cat >>confdefs.h <<_ACEOF
13587 #define HAVE_SSIZE_T 1
13588 _ACEOF
13589
13590
13591 fi
13592 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
13593 if test "x$ac_cv_type_long_long" = xyes; then :
13594
13595 cat >>confdefs.h <<_ACEOF
13596 #define HAVE_LONG_LONG 1
13597 _ACEOF
13598
13599
13600 fi
13601 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
13602 if test "x$ac_cv_type_fsblkcnt_t" = xyes; then :
13603
13604 cat >>confdefs.h <<_ACEOF
13605 #define HAVE_FSBLKCNT_T 1
13606 _ACEOF
13607
13608
13609 fi
13610 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
13611 if test "x$ac_cv_type_fsfilcnt_t" = xyes; then :
13612
13613 cat >>confdefs.h <<_ACEOF
13614 #define HAVE_FSFILCNT_T 1
13615 _ACEOF
13616
13617
13618 fi
13619
13620 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
13621 #include <signal.h>
13622 "
13623 if test "x$ac_cv_type_sigset_t" = xyes; then :
13624
13625 cat >>confdefs.h <<_ACEOF
13626 #define HAVE_SIGSET_T 1
13627 _ACEOF
13628
13629
13630 fi
13631
13632 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
13633 "
13634 if test "x$ac_cv_type_request_sense" = xyes; then :
13635
13636 cat >>confdefs.h <<_ACEOF
13637 #define HAVE_REQUEST_SENSE 1
13638 _ACEOF
13639
13640
13641 fi
13642
13643
13644 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
13645 #ifdef HAVE_SYS_SOCKET_H
13646 #include <sys/socket.h>
13647 #endif
13648 #ifdef HAVE_SYS_SOCKETVAR_H
13649 #include <sys/socketvar.h>
13650 #endif
13651 #ifdef HAVE_NET_ROUTE_H
13652 #include <net/route.h>
13653 #endif
13654 #ifdef HAVE_NETINET_IN_H
13655 #include <netinet/in.h>
13656 #endif
13657 #ifdef HAVE_NETINET_IN_SYSTM_H
13658 #include <netinet/in_systm.h>
13659 #endif
13660 #ifdef HAVE_NETINET_IP_H
13661 #include <netinet/ip.h>
13662 #endif
13663 #ifdef HAVE_NETINET_IN_PCB_H
13664 #include <netinet/in_pcb.h>
13665 #endif
13666 "
13667 if test "x$ac_cv_type_struct_xinpgen" = xyes; then :
13668
13669 cat >>confdefs.h <<_ACEOF
13670 #define HAVE_STRUCT_XINPGEN 1
13671 _ACEOF
13672
13673
13674 fi
13675
13676
13677 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
13678 #include <linux/input.h>
13679 #endif
13680 "
13681 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes; then :
13682
13683 cat >>confdefs.h <<_ACEOF
13684 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
13685 _ACEOF
13686
13687
13688 fi
13689
13690
13691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
13692 $as_echo_n "checking for sigaddset... " >&6; }
13693 if ${wine_cv_have_sigaddset+:} false; then :
13694   $as_echo_n "(cached) " >&6
13695 else
13696   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13697 /* end confdefs.h.  */
13698 #include <signal.h>
13699 int
13700 main ()
13701 {
13702 sigset_t set; sigaddset(&set,SIGTERM);
13703   ;
13704   return 0;
13705 }
13706 _ACEOF
13707 if ac_fn_c_try_link "$LINENO"; then :
13708   wine_cv_have_sigaddset=yes
13709 else
13710   wine_cv_have_sigaddset=no
13711 fi
13712 rm -f core conftest.err conftest.$ac_objext \
13713     conftest$ac_exeext conftest.$ac_ext
13714 fi
13715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
13716 $as_echo "$wine_cv_have_sigaddset" >&6; }
13717 if test "$wine_cv_have_sigaddset" = "yes"
13718 then
13719
13720 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
13721
13722 fi
13723
13724
13725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
13726 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
13727 if ${wine_cv_linux_gethostbyname_r_6+:} false; then :
13728   $as_echo_n "(cached) " >&6
13729 else
13730   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13731 /* end confdefs.h.  */
13732 #include <netdb.h>
13733 int
13734 main ()
13735 {
13736
13737     char *name=0;
13738     struct hostent he;
13739     struct hostent *result;
13740     char *buf=0;
13741     int bufsize=0;
13742     int errnr;
13743     char *addr=0;
13744     int addrlen=0;
13745     int addrtype=0;
13746     gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
13747     gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
13748
13749   ;
13750   return 0;
13751 }
13752 _ACEOF
13753 if ac_fn_c_try_link "$LINENO"; then :
13754   wine_cv_linux_gethostbyname_r_6=yes
13755 else
13756   wine_cv_linux_gethostbyname_r_6=no
13757
13758 fi
13759 rm -f core conftest.err conftest.$ac_objext \
13760     conftest$ac_exeext conftest.$ac_ext
13761
13762 fi
13763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
13764 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
13765    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
13766    then
13767
13768 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
13769
13770    fi
13771
13772 if test "$ac_cv_header_linux_joystick_h" = "yes"
13773 then
13774    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
13775 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
13776 if ${wine_cv_linux_joystick_22_api+:} false; then :
13777   $as_echo_n "(cached) " >&6
13778 else
13779   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13780 /* end confdefs.h.  */
13781
13782         #include <sys/ioctl.h>
13783         #include <sys/types.h>
13784         #include <linux/joystick.h>
13785
13786         struct js_event blub;
13787         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
13788         #error "no 2.2 header"
13789         #endif
13790
13791 int
13792 main ()
13793 {
13794 /*empty*/
13795   ;
13796   return 0;
13797 }
13798 _ACEOF
13799 if ac_fn_c_try_compile "$LINENO"; then :
13800   wine_cv_linux_joystick_22_api=yes
13801 else
13802   wine_cv_linux_joystick_22_api=no
13803 fi
13804 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13805
13806 fi
13807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
13808 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
13809    if test "$wine_cv_linux_joystick_22_api" = "yes"
13810    then
13811
13812 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
13813
13814    fi
13815 fi
13816
13817
13818 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
13819 #ifdef HAVE_SYS_PARAM_H
13820 # include <sys/param.h>
13821 #endif
13822 #ifdef HAVE_SYS_MOUNT_H
13823 # include <sys/mount.h>
13824 #endif
13825 #ifdef HAVE_SYS_VFS_H
13826 # include <sys/vfs.h>
13827 #endif
13828 #ifdef HAVE_SYS_STATFS_H
13829 # include <sys/statfs.h>
13830 #endif
13831 "
13832 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes; then :
13833
13834 cat >>confdefs.h <<_ACEOF
13835 #define HAVE_STRUCT_STATFS_F_BFREE 1
13836 _ACEOF
13837
13838
13839 fi
13840 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
13841 #ifdef HAVE_SYS_PARAM_H
13842 # include <sys/param.h>
13843 #endif
13844 #ifdef HAVE_SYS_MOUNT_H
13845 # include <sys/mount.h>
13846 #endif
13847 #ifdef HAVE_SYS_VFS_H
13848 # include <sys/vfs.h>
13849 #endif
13850 #ifdef HAVE_SYS_STATFS_H
13851 # include <sys/statfs.h>
13852 #endif
13853 "
13854 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes; then :
13855
13856 cat >>confdefs.h <<_ACEOF
13857 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
13858 _ACEOF
13859
13860
13861 fi
13862 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
13863 #ifdef HAVE_SYS_PARAM_H
13864 # include <sys/param.h>
13865 #endif
13866 #ifdef HAVE_SYS_MOUNT_H
13867 # include <sys/mount.h>
13868 #endif
13869 #ifdef HAVE_SYS_VFS_H
13870 # include <sys/vfs.h>
13871 #endif
13872 #ifdef HAVE_SYS_STATFS_H
13873 # include <sys/statfs.h>
13874 #endif
13875 "
13876 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes; then :
13877
13878 cat >>confdefs.h <<_ACEOF
13879 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
13880 _ACEOF
13881
13882
13883 fi
13884 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13885 #ifdef HAVE_SYS_PARAM_H
13886 # include <sys/param.h>
13887 #endif
13888 #ifdef HAVE_SYS_MOUNT_H
13889 # include <sys/mount.h>
13890 #endif
13891 #ifdef HAVE_SYS_VFS_H
13892 # include <sys/vfs.h>
13893 #endif
13894 #ifdef HAVE_SYS_STATFS_H
13895 # include <sys/statfs.h>
13896 #endif
13897 "
13898 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes; then :
13899
13900 cat >>confdefs.h <<_ACEOF
13901 #define HAVE_STRUCT_STATFS_F_FFREE 1
13902 _ACEOF
13903
13904
13905 fi
13906 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13907 #ifdef HAVE_SYS_PARAM_H
13908 # include <sys/param.h>
13909 #endif
13910 #ifdef HAVE_SYS_MOUNT_H
13911 # include <sys/mount.h>
13912 #endif
13913 #ifdef HAVE_SYS_VFS_H
13914 # include <sys/vfs.h>
13915 #endif
13916 #ifdef HAVE_SYS_STATFS_H
13917 # include <sys/statfs.h>
13918 #endif
13919 "
13920 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes; then :
13921
13922 cat >>confdefs.h <<_ACEOF
13923 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13924 _ACEOF
13925
13926
13927 fi
13928 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13929 #ifdef HAVE_SYS_PARAM_H
13930 # include <sys/param.h>
13931 #endif
13932 #ifdef HAVE_SYS_MOUNT_H
13933 # include <sys/mount.h>
13934 #endif
13935 #ifdef HAVE_SYS_VFS_H
13936 # include <sys/vfs.h>
13937 #endif
13938 #ifdef HAVE_SYS_STATFS_H
13939 # include <sys/statfs.h>
13940 #endif
13941 "
13942 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes; then :
13943
13944 cat >>confdefs.h <<_ACEOF
13945 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13946 _ACEOF
13947
13948
13949 fi
13950
13951
13952 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13953 #include <sys/statvfs.h>
13954 #endif
13955 "
13956 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes; then :
13957
13958 cat >>confdefs.h <<_ACEOF
13959 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13960 _ACEOF
13961
13962
13963 fi
13964
13965
13966 ac_fn_c_check_member "$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
13967 #include <dirent.h>
13968 #endif
13969 "
13970 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes; then :
13971
13972 cat >>confdefs.h <<_ACEOF
13973 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
13974 _ACEOF
13975
13976
13977 fi
13978
13979
13980 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13981 #ifdef HAVE_SYS_SOCKET_H
13982 # include <sys/socket.h>
13983 #endif
13984 #ifdef HAVE_SYS_UN_H
13985 # include <sys/un.h>
13986 #endif
13987 "
13988 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes; then :
13989
13990 cat >>confdefs.h <<_ACEOF
13991 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13992 _ACEOF
13993
13994
13995 fi
13996 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13997 #ifdef HAVE_SYS_SOCKET_H
13998 # include <sys/socket.h>
13999 #endif
14000 #ifdef HAVE_SYS_UN_H
14001 # include <sys/un.h>
14002 #endif
14003 "
14004 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes; then :
14005
14006 cat >>confdefs.h <<_ACEOF
14007 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
14008 _ACEOF
14009
14010
14011 fi
14012 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
14013 #ifdef HAVE_SYS_SOCKET_H
14014 # include <sys/socket.h>
14015 #endif
14016 #ifdef HAVE_SYS_UN_H
14017 # include <sys/un.h>
14018 #endif
14019 "
14020 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes; then :
14021
14022 cat >>confdefs.h <<_ACEOF
14023 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
14024 _ACEOF
14025
14026
14027 fi
14028
14029
14030 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
14031 #ifdef HAVE_SCSI_SG_H
14032 #include <scsi/sg.h>
14033 #endif
14034 "
14035 if test "x$ac_cv_member_scsireq_t_cmd" = xyes; then :
14036
14037 cat >>confdefs.h <<_ACEOF
14038 #define HAVE_SCSIREQ_T_CMD 1
14039 _ACEOF
14040
14041
14042 fi
14043 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>
14044 #ifdef HAVE_SCSI_SG_H
14045 #include <scsi/sg.h>
14046 #endif
14047 "
14048 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes; then :
14049
14050 cat >>confdefs.h <<_ACEOF
14051 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
14052 _ACEOF
14053
14054
14055 fi
14056
14057
14058 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
14059 "
14060 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes; then :
14061
14062 cat >>confdefs.h <<_ACEOF
14063 #define HAVE_SIGINFO_T_SI_FD 1
14064 _ACEOF
14065
14066
14067 fi
14068
14069
14070 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
14071 #ifdef HAVE_SYS_MTIO_H
14072 #include <sys/mtio.h>
14073 #endif
14074 "
14075 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes; then :
14076
14077 cat >>confdefs.h <<_ACEOF
14078 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
14079 _ACEOF
14080
14081
14082 fi
14083 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
14084 #ifdef HAVE_SYS_MTIO_H
14085 #include <sys/mtio.h>
14086 #endif
14087 "
14088 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes; then :
14089
14090 cat >>confdefs.h <<_ACEOF
14091 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
14092 _ACEOF
14093
14094
14095 fi
14096 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
14097 #ifdef HAVE_SYS_MTIO_H
14098 #include <sys/mtio.h>
14099 #endif
14100 "
14101 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes; then :
14102
14103 cat >>confdefs.h <<_ACEOF
14104 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
14105 _ACEOF
14106
14107
14108 fi
14109
14110
14111 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
14112 #include <getopt.h>
14113 #endif
14114 "
14115 if test "x$ac_cv_member_struct_option_name" = xyes; then :
14116
14117 cat >>confdefs.h <<_ACEOF
14118 #define HAVE_STRUCT_OPTION_NAME 1
14119 _ACEOF
14120
14121
14122 fi
14123
14124
14125 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
14126 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
14127
14128 cat >>confdefs.h <<_ACEOF
14129 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
14130 _ACEOF
14131
14132
14133 fi
14134 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
14135 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes; then :
14136
14137 cat >>confdefs.h <<_ACEOF
14138 #define HAVE_STRUCT_STAT_ST_MTIM 1
14139 _ACEOF
14140
14141
14142 fi
14143 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
14144 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes; then :
14145
14146 cat >>confdefs.h <<_ACEOF
14147 #define HAVE_STRUCT_STAT_ST_CTIM 1
14148 _ACEOF
14149
14150
14151 fi
14152 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
14153 if test "x$ac_cv_member_struct_stat_st_atim" = xyes; then :
14154
14155 cat >>confdefs.h <<_ACEOF
14156 #define HAVE_STRUCT_STAT_ST_ATIM 1
14157 _ACEOF
14158
14159
14160 fi
14161
14162
14163 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
14164 #include <sys/types.h>
14165 #endif
14166 #ifdef HAVE_NETINET_IN_H
14167 #include <netinet/in.h>
14168 #endif
14169 "
14170 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes; then :
14171
14172 cat >>confdefs.h <<_ACEOF
14173 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
14174 _ACEOF
14175
14176
14177 fi
14178
14179
14180 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
14181 #include <sys/types.h>
14182 #endif
14183 #ifdef HAVE_NETINET_IN_H
14184 # include <netinet/in.h>
14185 #endif
14186 #ifdef HAVE_ARPA_NAMESER_H
14187 # include <arpa/nameser.h>
14188 #endif
14189 "
14190 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes; then :
14191
14192 cat >>confdefs.h <<_ACEOF
14193 #define HAVE_NS_MSG__MSG_PTR 1
14194 _ACEOF
14195
14196
14197 fi
14198
14199
14200 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
14201 #include <sys/types.h>
14202 #endif
14203 #ifdef HAVE_NETINET_IP_H
14204 #include <netinet/ip.h>
14205 #endif
14206 #ifdef HAVE_NETINET_IP_ICMP_H
14207 #include <netinet/ip_icmp.h>
14208 #endif
14209 #ifdef HAVE_NETINET_ICMP_VAR_H
14210 #include <netinet/icmp_var.h>
14211 #endif
14212 "
14213 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes; then :
14214
14215 cat >>confdefs.h <<_ACEOF
14216 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
14217 _ACEOF
14218
14219
14220 fi
14221
14222
14223 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
14224 #include <sys/types.h>
14225 #endif
14226 #ifdef HAVE_ALIAS_H
14227 #include <alias.h>
14228 #endif
14229 #ifdef HAVE_SYS_SOCKET_H
14230 #include <sys/socket.h>
14231 #endif
14232 #ifdef HAVE_SYS_SOCKETVAR_H
14233 #include <sys/socketvar.h>
14234 #endif
14235 #ifdef HAVE_SYS_TIMEOUT_H
14236 #include <sys/timeout.h>
14237 #endif
14238 #ifdef HAVE_NETINET_IN_H
14239 #include <netinet/in.h>
14240 #endif
14241 #ifdef HAVE_NETINET_IN_SYSTM_H
14242 #include <netinet/in_systm.h>
14243 #endif
14244 #ifdef HAVE_NETINET_IP_H
14245 #include <netinet/ip.h>
14246 #endif
14247 #ifdef HAVE_NETINET_IP_VAR_H
14248 #include <netinet/ip_var.h>
14249 #endif
14250 #ifdef HAVE_NETINET_IP_ICMP_H
14251 #include <netinet/ip_icmp.h>
14252 #endif
14253 #ifdef HAVE_NETINET_ICMP_VAR_H
14254 #include <netinet/icmp_var.h>
14255 #endif
14256 "
14257 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes; then :
14258
14259 cat >>confdefs.h <<_ACEOF
14260 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
14261 _ACEOF
14262
14263
14264 fi
14265
14266
14267 ac_fn_c_check_member "$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
14268 #include <sys/types.h>
14269 #endif
14270 #ifdef HAVE_SYS_SOCKETVAR_H
14271 #include <sys/socketvar.h>
14272 #endif
14273 #ifdef HAVE_NETINET_IN_H
14274 #include <netinet/in.h>
14275 #endif
14276 #ifdef HAVE_NETINET_IP_VAR_H
14277 #include <netinet/ip_var.h>
14278 #endif
14279 "
14280 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes; then :
14281
14282 cat >>confdefs.h <<_ACEOF
14283 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
14284 _ACEOF
14285
14286
14287 fi
14288
14289
14290 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
14291 #include <netinet/ip_var.h>
14292 #endif
14293 "
14294 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes; then :
14295
14296 cat >>confdefs.h <<_ACEOF
14297 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
14298 _ACEOF
14299
14300
14301 fi
14302
14303
14304 ac_fn_c_check_member "$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
14305 #include <sys/types.h>
14306 #endif
14307 #ifdef HAVE_SYS_SOCKETVAR_H
14308 #include <sys/socketvar.h>
14309 #endif
14310 #ifdef HAVE_NETINET_IN_H
14311 #include <netinet/in.h>
14312 #endif
14313 #ifdef HAVE_NETINET_TCP_H
14314 #include <netinet/tcp.h>
14315 #endif
14316 #ifdef HAVE_NETINET_TCP_VAR_H
14317 #include <netinet/tcp_var.h>
14318 #endif
14319 "
14320 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes; then :
14321
14322 cat >>confdefs.h <<_ACEOF
14323 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
14324 _ACEOF
14325
14326
14327 fi
14328
14329
14330 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
14331 #include <netinet/tcp_var.h>
14332 #endif
14333 "
14334 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes; then :
14335
14336 cat >>confdefs.h <<_ACEOF
14337 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
14338 _ACEOF
14339
14340
14341 fi
14342
14343
14344 ac_fn_c_check_member "$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
14345 #include <sys/types.h>
14346 #endif
14347 #ifdef HAVE_NETINET_IN_H
14348 #include <netinet/in.h>
14349 #endif
14350 #ifdef HAVE_NETINET_IP_VAR_H
14351 #include <netinet/ip_var.h>
14352 #endif
14353 #ifdef HAVE_NETINET_UDP_H
14354 #include <netinet/udp.h>
14355 #endif
14356 #ifdef HAVE_NETINET_UDP_VAR_H
14357 #include <netinet/udp_var.h>
14358 #endif
14359 "
14360 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes; then :
14361
14362 cat >>confdefs.h <<_ACEOF
14363 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
14364 _ACEOF
14365
14366
14367 fi
14368
14369
14370 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
14371 #include <sys/types.h>
14372 #endif
14373 #ifdef HAVE_NET_IF_H
14374 # include <net/if.h>
14375 #endif
14376 "
14377 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then :
14378
14379 cat >>confdefs.h <<_ACEOF
14380 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
14381 _ACEOF
14382
14383
14384 fi
14385
14386
14387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
14388 $as_echo_n "checking for timezone variable... " >&6; }
14389 if ${ac_cv_have_timezone+:} false; then :
14390   $as_echo_n "(cached) " >&6
14391 else
14392   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14393 /* end confdefs.h.  */
14394 #include <time.h>
14395 int
14396 main ()
14397 {
14398 timezone = 1
14399   ;
14400   return 0;
14401 }
14402 _ACEOF
14403 if ac_fn_c_try_link "$LINENO"; then :
14404   ac_cv_have_timezone="yes"
14405 else
14406   ac_cv_have_timezone="no"
14407 fi
14408 rm -f core conftest.err conftest.$ac_objext \
14409     conftest$ac_exeext conftest.$ac_ext
14410 fi
14411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
14412 $as_echo "$ac_cv_have_timezone" >&6; }
14413 if test "$ac_cv_have_timezone" = "yes"
14414 then
14415
14416 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
14417
14418 fi
14419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
14420 $as_echo_n "checking for daylight variable... " >&6; }
14421 if ${ac_cv_have_daylight+:} false; then :
14422   $as_echo_n "(cached) " >&6
14423 else
14424   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14425 /* end confdefs.h.  */
14426 #include <time.h>
14427 int
14428 main ()
14429 {
14430 daylight = 1
14431   ;
14432   return 0;
14433 }
14434 _ACEOF
14435 if ac_fn_c_try_link "$LINENO"; then :
14436   ac_cv_have_daylight="yes"
14437 else
14438   ac_cv_have_daylight="no"
14439 fi
14440 rm -f core conftest.err conftest.$ac_objext \
14441     conftest$ac_exeext conftest.$ac_ext
14442 fi
14443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
14444 $as_echo "$ac_cv_have_daylight" >&6; }
14445 if test "$ac_cv_have_daylight" = "yes"
14446 then
14447
14448 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
14449
14450 fi
14451
14452 ac_save_LIBS="$LIBS"
14453 LIBS="$LIBS -lm"
14454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
14455 $as_echo_n "checking for isinf... " >&6; }
14456 if ${ac_cv_have_isinf+:} false; then :
14457   $as_echo_n "(cached) " >&6
14458 else
14459   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14460 /* end confdefs.h.  */
14461 #include <math.h>
14462 int
14463 main ()
14464 {
14465 float f = 0.0; return isinf(f)
14466   ;
14467   return 0;
14468 }
14469 _ACEOF
14470 if ac_fn_c_try_link "$LINENO"; then :
14471   ac_cv_have_isinf="yes"
14472 else
14473   ac_cv_have_isinf="no"
14474 fi
14475 rm -f core conftest.err conftest.$ac_objext \
14476     conftest$ac_exeext conftest.$ac_ext
14477 fi
14478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
14479 $as_echo "$ac_cv_have_isinf" >&6; }
14480 if test "$ac_cv_have_isinf" = "yes"
14481 then
14482
14483 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
14484
14485 fi
14486
14487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
14488 $as_echo_n "checking for isnan... " >&6; }
14489 if ${ac_cv_have_isnan+:} false; then :
14490   $as_echo_n "(cached) " >&6
14491 else
14492   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14493 /* end confdefs.h.  */
14494 #include <math.h>
14495 int
14496 main ()
14497 {
14498 float f = 0.0; return isnan(f)
14499   ;
14500   return 0;
14501 }
14502 _ACEOF
14503 if ac_fn_c_try_link "$LINENO"; then :
14504   ac_cv_have_isnan="yes"
14505 else
14506   ac_cv_have_isnan="no"
14507 fi
14508 rm -f core conftest.err conftest.$ac_objext \
14509     conftest$ac_exeext conftest.$ac_ext
14510 fi
14511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
14512 $as_echo "$ac_cv_have_isnan" >&6; }
14513 if test "$ac_cv_have_isnan" = "yes"
14514 then
14515
14516 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
14517
14518 fi
14519 LIBS="$ac_save_LIBS"
14520
14521
14522 case $host_cpu in
14523   *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
14524 $as_echo_n "checking whether we need to define __i386__... " >&6; }
14525 if ${ac_cv_cpp_def___i386__+:} false; then :
14526   $as_echo_n "(cached) " >&6
14527 else
14528   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14529 /* end confdefs.h.  */
14530 #ifndef __i386__
14531 yes
14532 #endif
14533 _ACEOF
14534 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14535   $EGREP "yes" >/dev/null 2>&1; then :
14536   ac_cv_cpp_def___i386__=yes
14537 else
14538   ac_cv_cpp_def___i386__=no
14539 fi
14540 rm -f conftest*
14541
14542 fi
14543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
14544 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
14545 if test $ac_cv_cpp_def___i386__ = yes; then :
14546   CFLAGS="$CFLAGS -D__i386__"
14547   LINTFLAGS="$LINTFLAGS -D__i386__"
14548 fi ;;
14549   *x86_64*)         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
14550 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
14551 if ${ac_cv_cpp_def___x86_64__+:} false; then :
14552   $as_echo_n "(cached) " >&6
14553 else
14554   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14555 /* end confdefs.h.  */
14556 #ifndef __x86_64__
14557 yes
14558 #endif
14559 _ACEOF
14560 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14561   $EGREP "yes" >/dev/null 2>&1; then :
14562   ac_cv_cpp_def___x86_64__=yes
14563 else
14564   ac_cv_cpp_def___x86_64__=no
14565 fi
14566 rm -f conftest*
14567
14568 fi
14569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
14570 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
14571 if test $ac_cv_cpp_def___x86_64__ = yes; then :
14572   CFLAGS="$CFLAGS -D__x86_64__"
14573   LINTFLAGS="$LINTFLAGS -D__x86_64__"
14574 fi ;;
14575   *sparc64*)        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
14576 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
14577 if ${ac_cv_cpp_def___sparc64__+:} false; then :
14578   $as_echo_n "(cached) " >&6
14579 else
14580   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14581 /* end confdefs.h.  */
14582 #ifndef __sparc64__
14583 yes
14584 #endif
14585 _ACEOF
14586 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14587   $EGREP "yes" >/dev/null 2>&1; then :
14588   ac_cv_cpp_def___sparc64__=yes
14589 else
14590   ac_cv_cpp_def___sparc64__=no
14591 fi
14592 rm -f conftest*
14593
14594 fi
14595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
14596 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
14597 if test $ac_cv_cpp_def___sparc64__ = yes; then :
14598   CFLAGS="$CFLAGS -D__sparc64__"
14599   LINTFLAGS="$LINTFLAGS -D__sparc64__"
14600 fi ;;
14601   *sparc*)          { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
14602 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
14603 if ${ac_cv_cpp_def___sparc__+:} false; then :
14604   $as_echo_n "(cached) " >&6
14605 else
14606   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14607 /* end confdefs.h.  */
14608 #ifndef __sparc__
14609 yes
14610 #endif
14611 _ACEOF
14612 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14613   $EGREP "yes" >/dev/null 2>&1; then :
14614   ac_cv_cpp_def___sparc__=yes
14615 else
14616   ac_cv_cpp_def___sparc__=no
14617 fi
14618 rm -f conftest*
14619
14620 fi
14621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
14622 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
14623 if test $ac_cv_cpp_def___sparc__ = yes; then :
14624   CFLAGS="$CFLAGS -D__sparc__"
14625   LINTFLAGS="$LINTFLAGS -D__sparc__"
14626 fi ;;
14627   *powerpc64*)      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
14628 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
14629 if ${ac_cv_cpp_def___powerpc64__+:} false; then :
14630   $as_echo_n "(cached) " >&6
14631 else
14632   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14633 /* end confdefs.h.  */
14634 #ifndef __powerpc64__
14635 yes
14636 #endif
14637 _ACEOF
14638 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14639   $EGREP "yes" >/dev/null 2>&1; then :
14640   ac_cv_cpp_def___powerpc64__=yes
14641 else
14642   ac_cv_cpp_def___powerpc64__=no
14643 fi
14644 rm -f conftest*
14645
14646 fi
14647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
14648 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
14649 if test $ac_cv_cpp_def___powerpc64__ = yes; then :
14650   CFLAGS="$CFLAGS -D__powerpc64__"
14651   LINTFLAGS="$LINTFLAGS -D__powerpc64__"
14652 fi ;;
14653   *powerpc*)        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
14654 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
14655 if ${ac_cv_cpp_def___powerpc__+:} false; then :
14656   $as_echo_n "(cached) " >&6
14657 else
14658   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14659 /* end confdefs.h.  */
14660 #ifndef __powerpc__
14661 yes
14662 #endif
14663 _ACEOF
14664 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14665   $EGREP "yes" >/dev/null 2>&1; then :
14666   ac_cv_cpp_def___powerpc__=yes
14667 else
14668   ac_cv_cpp_def___powerpc__=no
14669 fi
14670 rm -f conftest*
14671
14672 fi
14673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
14674 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
14675 if test $ac_cv_cpp_def___powerpc__ = yes; then :
14676   CFLAGS="$CFLAGS -D__powerpc__"
14677   LINTFLAGS="$LINTFLAGS -D__powerpc__"
14678 fi ;;
14679   *arm*)            { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
14680 $as_echo_n "checking whether we need to define __arm__... " >&6; }
14681 if ${ac_cv_cpp_def___arm__+:} false; then :
14682   $as_echo_n "(cached) " >&6
14683 else
14684   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14685 /* end confdefs.h.  */
14686 #ifndef __arm__
14687 yes
14688 #endif
14689 _ACEOF
14690 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14691   $EGREP "yes" >/dev/null 2>&1; then :
14692   ac_cv_cpp_def___arm__=yes
14693 else
14694   ac_cv_cpp_def___arm__=no
14695 fi
14696 rm -f conftest*
14697
14698 fi
14699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
14700 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
14701 if test $ac_cv_cpp_def___arm__ = yes; then :
14702   CFLAGS="$CFLAGS -D__arm__"
14703   LINTFLAGS="$LINTFLAGS -D__arm__"
14704 fi ;;
14705 esac
14706
14707 case $host_vendor in
14708   *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
14709 $as_echo_n "checking whether we need to define __sun__... " >&6; }
14710 if ${ac_cv_cpp_def___sun__+:} false; then :
14711   $as_echo_n "(cached) " >&6
14712 else
14713   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14714 /* end confdefs.h.  */
14715 #ifndef __sun__
14716 yes
14717 #endif
14718 _ACEOF
14719 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14720   $EGREP "yes" >/dev/null 2>&1; then :
14721   ac_cv_cpp_def___sun__=yes
14722 else
14723   ac_cv_cpp_def___sun__=no
14724 fi
14725 rm -f conftest*
14726
14727 fi
14728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
14729 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
14730 if test $ac_cv_cpp_def___sun__ = yes; then :
14731   CFLAGS="$CFLAGS -D__sun__"
14732   LINTFLAGS="$LINTFLAGS -D__sun__"
14733 fi ;;
14734 esac
14735
14736
14737
14738
14739
14740 ac_config_commands="$ac_config_commands include/stamp-h"
14741
14742
14743 ALL_MAKEFILE_DEPENDS="
14744 # Rules automatically generated by configure
14745
14746 .INIT: Makefile
14747 .MAKEFILEDEPS:
14748 all: Makefile
14749 Makefile: Makefile.in Make.vars.in Make.rules config.status
14750         @./config.status Make.tmp Makefile"
14751
14752 ALL_POT_FILES=""
14753 ALL_TEST_RESOURCES=""
14754
14755
14756 wine_fn_append_file ()
14757 {
14758     as_fn_append $1 " \\$as_nl  $2"
14759 }
14760
14761 wine_fn_append_rule ()
14762 {
14763     as_fn_append $1 "$as_nl$2"
14764 }
14765
14766 wine_fn_has_flag ()
14767 {
14768     expr ",$2," : ".*,$1,.*" >/dev/null
14769 }
14770
14771 wine_fn_all_dir_rules ()
14772 {
14773     ac_dir=$1
14774     ac_alldeps=$2
14775     ac_makedep="\$(MAKEDEP)"
14776     ac_input=Make.vars.in:$ac_dir/Makefile.in
14777     if test $ac_dir != tools
14778     then
14779                 ac_alldeps="$2 $ac_makedep"
14780     fi
14781     case $2 in
14782       *.in) ac_input=$ac_input:$2 ;;
14783       *) ac_makedep="$2 $ac_makedep" ;;
14784     esac
14785
14786     wine_fn_append_file ALL_DIRS $ac_dir
14787     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14788 "__clean__: $ac_dir/__clean__
14789 .PHONY: $ac_dir/__clean__
14790 $ac_dir/__clean__: $ac_dir/Makefile
14791         @cd $ac_dir && \$(MAKE) clean
14792         \$(RM) $ac_dir/Makefile
14793 $ac_dir/Makefile: $ac_dir/Makefile.in Make.vars.in config.status $ac_alldeps
14794         @./config.status --file $ac_dir/Makefile:$ac_input && cd $ac_dir && \$(MAKE) depend
14795 depend: $ac_dir/__depend__
14796 .PHONY: $ac_dir/__depend__
14797 $ac_dir/__depend__: $ac_makedep dummy
14798         @./config.status --file $ac_dir/Makefile:$ac_input && cd $ac_dir && \$(MAKE) depend"
14799 }
14800
14801 wine_fn_pot_rules ()
14802 {
14803     ac_dir=$1
14804     ac_flags=$2
14805
14806     test "x$with_gettextpo" = xyes || return
14807
14808     if wine_fn_has_flag mc $ac_flags
14809     then
14810         wine_fn_append_file ALL_POT_FILES $ac_dir/msg.pot
14811         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14812 "$ac_dir/msg.pot: $ac_dir/Makefile dummy
14813         @cd $ac_dir && \$(MAKE) msg.pot
14814 $ac_dir/msg.pot: tools/wmc include"
14815     fi
14816     if wine_fn_has_flag po $ac_flags
14817     then
14818         wine_fn_append_file ALL_POT_FILES $ac_dir/rsrc.pot
14819         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14820 "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy
14821         @cd $ac_dir && \$(MAKE) rsrc.pot
14822 $ac_dir/rsrc.pot: tools/wrc include"
14823     fi
14824 }
14825
14826 wine_fn_config_makefile ()
14827 {
14828     ac_dir=$1
14829     ac_enable=$2
14830     ac_flags=$3
14831     ac_rules=$4
14832     if eval test \"x\$"$ac_enable"\" = x"no"; then :
14833   return 0
14834 fi
14835
14836     wine_fn_all_dir_rules $ac_dir ${ac_rules:-Make.rules}
14837     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14838 "all: $ac_dir
14839 .PHONY: $ac_dir
14840 $ac_dir: $ac_dir/Makefile dummy
14841         @cd $ac_dir && \$(MAKE)"
14842
14843     wine_fn_has_flag install-lib $ac_flags || wine_fn_has_flag install-dev $ac_flags || return
14844
14845     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14846 ".PHONY: $ac_dir/__install__ $ac_dir/__uninstall__
14847 $ac_dir/__install__:: $ac_dir
14848         @cd $ac_dir && \$(MAKE) install
14849 $ac_dir/__uninstall__:: $ac_dir/Makefile
14850         @cd $ac_dir && \$(MAKE) uninstall
14851 install:: $ac_dir/__install__
14852 __uninstall__: $ac_dir/__uninstall__"
14853
14854     if wine_fn_has_flag install-lib $ac_flags
14855     then
14856         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14857 ".PHONY: $ac_dir/__install-lib__
14858 $ac_dir/__install-lib__:: $ac_dir
14859         @cd $ac_dir && \$(MAKE) install-lib
14860 install-lib:: $ac_dir/__install-lib__"
14861     fi
14862
14863     if wine_fn_has_flag install-dev $ac_flags
14864     then
14865         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14866 ".PHONY: $ac_dir/__install-dev
14867 $ac_dir/__install-dev__:: $ac_dir
14868         @cd $ac_dir && \$(MAKE) install-dev
14869 install-dev:: $ac_dir/__install-dev__"
14870     fi
14871 }
14872
14873 wine_fn_config_lib ()
14874 {
14875     ac_name=$1
14876     ac_flags=$2
14877     ac_dir=dlls/$ac_name
14878     wine_fn_config_makefile $ac_dir enable_$ac_name "$ac_flags" dlls/Makeimplib.rules
14879
14880     if wine_fn_has_flag install-dev $ac_flags
14881     then :
14882     else
14883         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14884 ".PHONY: $ac_dir/__install__ $ac_dir/__uninstall__
14885 $ac_dir/__install__:: $ac_dir \$(DESTDIR)\$(dlldir)
14886         \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
14887 $ac_dir/__uninstall__::
14888         \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
14889 install install-dev:: $ac_dir/__install__
14890 __uninstall__: $ac_dir/__uninstall__"
14891     fi
14892
14893     wine_fn_append_rule ALL_MAKEFILE_DEPENDS "__builddeps__: $ac_dir"
14894     wine_fn_append_rule ALL_MAKEFILE_DEPENDS "$ac_dir: tools/widl tools/winebuild tools/winegcc include"
14895 }
14896
14897 wine_fn_config_dll ()
14898 {
14899     ac_name=$1
14900     ac_dir=dlls/$ac_name
14901     ac_enable=$2
14902     ac_flags=$3
14903     ac_implib=${4:-$ac_name}
14904     ac_file=$ac_dir/lib$ac_implib
14905     ac_dll=$ac_name
14906     ac_deps="tools/widl tools/winebuild tools/winegcc include"
14907     ac_implibflags=""
14908
14909     case $ac_name in
14910       *16) ac_implibflags=" -m16" ;;
14911       *.*) ;;
14912       *)   ac_dll=$ac_dll.dll ;;
14913     esac
14914
14915     wine_fn_config_makefile $ac_dir $ac_enable "$ac_flags" dlls/Makedll.rules
14916
14917     if eval test \"x\$"$ac_enable"\" = x"no"; then :
14918                 test "$ac_enable" != enable_win16 || return 0
14919                wine_fn_has_flag implib $ac_flags && wine_fn_all_dir_rules $ac_dir dlls/Makedll.rules
14920 else
14921   wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14922 "$ac_dir: __builddeps__
14923 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
14924         @cd $ac_dir && \$(MAKE) \$@"
14925
14926         if wine_fn_has_flag install-lib $ac_flags
14927         then :
14928         else
14929             wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14930 ".PHONY: $ac_dir/__install-lib__ $ac_dir/__uninstall__
14931 install install-lib:: $ac_dir/__install-lib__
14932 __uninstall__: $ac_dir/__uninstall__"
14933             if test -n "$DLLEXT"
14934             then
14935                 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14936 "$ac_dir/__install-lib__:: $ac_dir \$(DESTDIR)\$(dlldir) \$(DESTDIR)\$(fakedlldir)
14937         \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT
14938         \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
14939 $ac_dir/__uninstall__::
14940         \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
14941             else
14942                 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14943 "$ac_dir/__install-lib__:: $ac_dir \$(DESTDIR)\$(dlldir)
14944         \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
14945 $ac_dir/__uninstall__::
14946         \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
14947             fi
14948         fi
14949
14950         wine_fn_pot_rules $ac_dir $ac_flags
14951 fi
14952
14953     if wine_fn_has_flag staticimplib $ac_flags
14954     then
14955         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14956 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
14957 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
14958 $ac_file.def: $ac_dir/$ac_name.spec $ac_dir/Makefile
14959         @cd $ac_dir && \$(MAKE) lib$ac_implib.def
14960 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
14961         @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
14962 .PHONY: $ac_dir/__install-dev__ $ac_dir/__uninstall__
14963 $ac_dir/__install-dev__:: $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)
14964         \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
14965 $ac_dir/__uninstall__::
14966         \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
14967 install install-dev:: $ac_dir/__install-dev__
14968 __uninstall__: $ac_dir/__uninstall__"
14969
14970         if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
14971         then
14972             wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14973 "$ac_dir/__install-dev__:: $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir) __builddeps__
14974         \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
14975 $ac_dir/__uninstall__::
14976         \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
14977         fi
14978
14979         if test "x$CROSSTEST_DISABLE" = x
14980         then
14981             wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14982 "__builddeps__: $ac_file.cross.a
14983 $ac_file.cross.a: $ac_dir/Makefile dummy
14984         @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
14985         fi
14986
14987     elif wine_fn_has_flag implib $ac_flags
14988     then
14989         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14990 "__builddeps__: $ac_file.$IMPLIBEXT
14991 $ac_file.def: $ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
14992         \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export \$(srcdir)/$ac_dir/$ac_name.spec
14993 $ac_file.a: $ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
14994         \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export \$(srcdir)/$ac_dir/$ac_name.spec
14995 .PHONY: $ac_dir/__install-dev__ $ac_dir/__uninstall__
14996 $ac_dir/__install-dev__:: $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)
14997         \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
14998 $ac_dir/__uninstall__::
14999         \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
15000 install install-dev:: $ac_dir/__install-dev__
15001 __uninstall__: $ac_dir/__uninstall__"
15002         if test "x$CROSSTEST_DISABLE" = x
15003         then
15004             wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15005 "__builddeps__: $ac_file.cross.a
15006 $ac_file.cross.a: $ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
15007         \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export \$(srcdir)/$ac_dir/$ac_name.spec"
15008         fi
15009
15010         if test "$ac_name" != "$ac_implib"
15011         then
15012             wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15013 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
15014 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
15015         \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
15016 clean::
15017         \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
15018             if test "x$CROSSTEST_DISABLE" = x
15019             then
15020                 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15021 "__builddeps__: dlls/lib$ac_implib.cross.a
15022 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
15023         \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@"
15024             fi
15025         fi
15026     fi
15027 }
15028
15029 wine_fn_config_program ()
15030 {
15031     ac_name=$1
15032     ac_dir=programs/$ac_name
15033     ac_enable=$2
15034     ac_flags=$3
15035     ac_program=$ac_name
15036
15037     case $ac_name in
15038       *.*) ;;
15039       *)   ac_program=$ac_program.exe ;;
15040     esac
15041
15042     wine_fn_config_makefile $ac_dir $ac_enable "$ac_flags" programs/Makeprog.rules
15043
15044     if eval test \"x\$"$ac_enable"\" = x"no"; then :
15045
15046 else
15047   wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15048 "$ac_dir: __builddeps__"
15049
15050     wine_fn_pot_rules $ac_dir $ac_flags
15051
15052     wine_fn_has_flag install $ac_flags || return
15053     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15054 ".PHONY: $ac_dir/__install__ $ac_dir/__uninstall__
15055 install install-lib:: $ac_dir/__install__
15056 __uninstall__: $ac_dir/__uninstall__"
15057
15058     if test -n "$DLLEXT"
15059     then
15060         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15061 "$ac_dir/__install__:: $ac_dir \$(DESTDIR)\$(dlldir) \$(DESTDIR)\$(fakedlldir)
15062         \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT
15063         \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
15064 $ac_dir/__uninstall__::
15065         \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
15066
15067         if test "x$enable_tools" != xno && wine_fn_has_flag installbin $ac_flags
15068         then
15069             wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15070 "$ac_dir/__install__:: tools \$(DESTDIR)\$(bindir)
15071         \$(INSTALL_SCRIPT) tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
15072 $ac_dir/__uninstall__::
15073         \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
15074         fi
15075     else
15076         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15077 "$ac_dir/__install-lib__:: $ac_dir \$(DESTDIR)\$(dlldir)
15078         \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(dlldir)/$ac_program
15079 $ac_dir/__uninstall__::
15080         \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program"
15081     fi
15082
15083     if test "x$enable_tools" != xno && wine_fn_has_flag manpage $ac_flags
15084     then
15085         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15086 "$ac_dir/__install__:: $ac_dir \$(DESTDIR)\$(mandir)/man\$(prog_manext)
15087         \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
15088 $ac_dir/__uninstall__::
15089         \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
15090     fi
15091 fi
15092 }
15093
15094 wine_fn_config_test ()
15095 {
15096     ac_dir=$1
15097     ac_name=$2
15098     ac_flags=$3
15099     wine_fn_append_file ALL_TEST_RESOURCES $ac_name.res
15100     wine_fn_all_dir_rules $ac_dir Maketest.rules
15101
15102     if test "x$enable_tests" = xno; then :
15103
15104 else
15105   wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15106 "all: $ac_dir
15107 .PHONY: $ac_dir
15108 $ac_dir: $ac_dir/Makefile programs/winetest/Makefile __builddeps__ dummy
15109         @cd $ac_dir && \$(MAKE)
15110 programs/winetest: $ac_dir
15111 check test: $ac_dir/__test__
15112 .PHONY: $ac_dir/__test__
15113 $ac_dir/__test__: dummy
15114         @cd $ac_dir && \$(MAKE) test
15115 testclean::
15116         \$(RM) $ac_dir/*.ok"
15117
15118         if test "x$CROSSTEST_DISABLE" = x
15119         then
15120             wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15121 "crosstest: $ac_dir/__crosstest__
15122 .PHONY: $ac_dir/__crosstest__
15123 $ac_dir/__crosstest__: $ac_dir/Makefile __builddeps__ dummy
15124         @cd $ac_dir && \$(MAKE) crosstest"
15125         fi
15126 fi
15127 }
15128
15129 wine_fn_config_tool ()
15130 {
15131     ac_dir=$1
15132     ac_flags=$2
15133     if test "x$enable_tools" = xno; then :
15134   return 0
15135 fi
15136
15137     wine_fn_config_makefile $ac_dir enable_tools $ac_flags
15138
15139     wine_fn_append_rule ALL_MAKEFILE_DEPENDS "__tooldeps__: $ac_dir"
15140     wine_fn_append_rule ALL_MAKEFILE_DEPENDS "$ac_dir: libs/port"
15141     case $ac_dir in
15142       tools/winebuild) wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(WINEBUILD): $ac_dir" ;;
15143     esac
15144 }
15145
15146 wine_fn_config_makerules ()
15147 {
15148     ac_rules=$1
15149     ac_deps=$2
15150     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15151 "$ac_rules: $ac_rules.in $ac_deps config.status
15152         @./config.status $ac_rules
15153 distclean::
15154         \$(RM) $ac_rules"
15155 }
15156
15157 wine_fn_config_symlink ()
15158 {
15159     ac_link=$1
15160     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15161 "$ac_link:
15162         @./config.status $ac_link
15163 distclean::
15164         \$(RM) $ac_link"
15165 }
15166
15167 if test "x$CROSSTEST_DISABLE" != x
15168 then
15169     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15170 "crosstest:
15171         @echo \"crosstest is not supported (mingw not installed?)\" && false"
15172 fi
15173 ac_config_links="$ac_config_links dlls/shell32/AUTHORS:AUTHORS"
15174 wine_fn_config_symlink dlls/shell32/AUTHORS
15175 ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
15176 test "$srcdir" = "." || wine_fn_config_symlink dlls/wineps.drv/generic.ppd
15177 if test "x$enable_fonts" != xno; then
15178 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
15179 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf
15180 fi
15181 if test "x$enable_fonts" != xno; then
15182 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
15183 test "$srcdir" = "." || wine_fn_config_symlink fonts/symbol.ttf
15184 fi
15185 if test "x$enable_fonts" != xno; then
15186 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
15187 test "$srcdir" = "." || wine_fn_config_symlink fonts/tahoma.ttf
15188 fi
15189 if test "x$enable_fonts" != xno; then
15190 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
15191 test "$srcdir" = "." || wine_fn_config_symlink fonts/tahomabd.ttf
15192 fi
15193 ac_config_links="$ac_config_links po/LINGUAS:po/LINGUAS"
15194 test "$srcdir" = "." || wine_fn_config_symlink po/LINGUAS
15195 if test "x$enable_tools" != xno; then
15196 ac_config_links="$ac_config_links tools/l_intl.nls:tools/l_intl.nls"
15197 test "$srcdir" = "." || wine_fn_config_symlink tools/l_intl.nls
15198 fi
15199 ac_config_links="$ac_config_links wine:tools/winewrapper"
15200 wine_fn_config_symlink wine
15201 if test "x$enable_win64" != xno; then
15202 ac_config_links="$ac_config_links wine64:tools/winewrapper"
15203 wine_fn_config_symlink wine64
15204 fi
15205
15206 ac_config_commands="$ac_config_commands dlls/gdi32/dibdrv"
15207
15208 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
15209
15210 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
15211
15212 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
15213
15214 ac_config_commands="$ac_config_commands dlls/user32/resources"
15215
15216 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
15217
15218 ac_config_commands="$ac_config_commands include/wine"
15219
15220
15221 wine_fn_config_makerules Make.rules
15222 MAKE_RULES=Make.rules
15223 ac_config_files="$ac_config_files Make.rules"
15224
15225 wine_fn_config_makerules Maketest.rules Make.rules
15226 MAKE_TEST_RULES=Maketest.rules
15227 ac_config_files="$ac_config_files Maketest.rules"
15228
15229 wine_fn_config_makerules dlls/Makedll.rules Make.rules
15230 MAKE_DLL_RULES=dlls/Makedll.rules
15231 ac_config_files="$ac_config_files dlls/Makedll.rules"
15232
15233 wine_fn_config_makerules dlls/Makeimplib.rules Make.rules
15234 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
15235 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
15236
15237 wine_fn_config_makerules programs/Makeprog.rules Make.rules
15238 MAKE_PROG_RULES=programs/Makeprog.rules
15239 ac_config_files="$ac_config_files programs/Makeprog.rules"
15240
15241
15242 wine_fn_config_dll acledit enable_acledit
15243 wine_fn_config_dll aclui enable_aclui implib
15244 wine_fn_config_dll activeds enable_activeds implib
15245 wine_fn_config_dll actxprxy enable_actxprxy
15246 wine_fn_config_lib adsiid
15247 wine_fn_config_dll advapi32 enable_advapi32 implib
15248 wine_fn_config_test dlls/advapi32/tests advapi32_test
15249 wine_fn_config_dll advpack enable_advpack implib
15250 wine_fn_config_test dlls/advpack/tests advpack_test
15251 wine_fn_config_dll amstream enable_amstream
15252 wine_fn_config_test dlls/amstream/tests amstream_test
15253 wine_fn_config_dll apphelp enable_apphelp
15254 wine_fn_config_test dlls/apphelp/tests apphelp_test
15255 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
15256 wine_fn_config_dll atl enable_atl implib
15257 wine_fn_config_test dlls/atl/tests atl_test
15258 wine_fn_config_dll atl80 enable_atl80
15259 wine_fn_config_dll authz enable_authz
15260 wine_fn_config_dll avicap32 enable_avicap32 implib
15261 wine_fn_config_dll avifil32 enable_avifil32 implib,po
15262 wine_fn_config_test dlls/avifil32/tests avifil32_test
15263 wine_fn_config_dll avifile.dll16 enable_win16
15264 wine_fn_config_dll avrt enable_avrt implib
15265 wine_fn_config_dll bcrypt enable_bcrypt
15266 wine_fn_config_dll browseui enable_browseui po
15267 wine_fn_config_test dlls/browseui/tests browseui_test
15268 wine_fn_config_dll cabinet enable_cabinet implib
15269 wine_fn_config_test dlls/cabinet/tests cabinet_test
15270 wine_fn_config_dll capi2032 enable_capi2032 implib
15271 wine_fn_config_dll cards enable_cards implib
15272 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
15273 wine_fn_config_dll clusapi enable_clusapi implib
15274 wine_fn_config_dll comcat enable_comcat
15275 wine_fn_config_test dlls/comcat/tests comcat_test
15276 wine_fn_config_dll comctl32 enable_comctl32 implib,po
15277 wine_fn_config_test dlls/comctl32/tests comctl32_test
15278 wine_fn_config_dll comdlg32 enable_comdlg32 implib,po
15279 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
15280 wine_fn_config_dll comm.drv16 enable_win16
15281 wine_fn_config_dll commdlg.dll16 enable_win16
15282 wine_fn_config_dll compobj.dll16 enable_win16
15283 wine_fn_config_dll compstui enable_compstui implib
15284 wine_fn_config_dll credui enable_credui implib,po
15285 wine_fn_config_test dlls/credui/tests credui_test
15286 wine_fn_config_dll crtdll enable_crtdll implib
15287 wine_fn_config_dll crypt32 enable_crypt32 implib,po
15288 wine_fn_config_test dlls/crypt32/tests crypt32_test
15289 wine_fn_config_dll cryptdlg enable_cryptdlg po
15290 wine_fn_config_dll cryptdll enable_cryptdll implib
15291 wine_fn_config_dll cryptnet enable_cryptnet implib
15292 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
15293 wine_fn_config_dll cryptui enable_cryptui implib,po
15294 wine_fn_config_test dlls/cryptui/tests cryptui_test
15295 wine_fn_config_dll ctapi32 enable_ctapi32
15296 wine_fn_config_dll ctl3d.dll16 enable_win16
15297 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
15298 wine_fn_config_dll ctl3dv2.dll16 enable_win16
15299 wine_fn_config_dll d3d10 enable_d3d10 implib
15300 wine_fn_config_test dlls/d3d10/tests d3d10_test
15301 wine_fn_config_dll d3d10core enable_d3d10core implib
15302 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
15303 wine_fn_config_dll d3d8 enable_d3d8 implib
15304 wine_fn_config_test dlls/d3d8/tests d3d8_test
15305 wine_fn_config_dll d3d9 enable_d3d9 implib
15306 wine_fn_config_test dlls/d3d9/tests d3d9_test
15307 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
15308 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
15309 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
15310 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
15311 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
15312 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
15313 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
15314 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
15315 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
15316 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
15317 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
15318 wine_fn_config_test dlls/d3dcompiler_43/tests d3dcompiler_43_test
15319 wine_fn_config_dll d3dim enable_d3dim implib
15320 wine_fn_config_dll d3drm enable_d3drm implib
15321 wine_fn_config_test dlls/d3drm/tests d3drm_test
15322 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
15323 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
15324 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
15325 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
15326 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
15327 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
15328 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
15329 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
15330 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
15331 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
15332 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
15333 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
15334 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
15335 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
15336 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
15337 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
15338 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
15339 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
15340 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
15341 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
15342 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
15343 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
15344 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
15345 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
15346 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
15347 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
15348 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
15349 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
15350 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
15351 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
15352 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
15353 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
15354 wine_fn_config_dll d3dxof enable_d3dxof implib
15355 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
15356 wine_fn_config_dll dbgeng enable_dbgeng implib
15357 wine_fn_config_dll dbghelp enable_dbghelp implib
15358 wine_fn_config_dll dciman32 enable_dciman32 implib
15359 wine_fn_config_dll ddeml.dll16 enable_win16
15360 wine_fn_config_dll ddraw enable_ddraw implib
15361 wine_fn_config_test dlls/ddraw/tests ddraw_test
15362 wine_fn_config_dll ddrawex enable_ddrawex
15363 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
15364 wine_fn_config_dll devenum enable_devenum po
15365 wine_fn_config_test dlls/devenum/tests devenum_test
15366 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
15367 wine_fn_config_dll dinput enable_dinput implib,po,staticimplib
15368 wine_fn_config_test dlls/dinput/tests dinput_test
15369 wine_fn_config_dll dinput8 enable_dinput8 implib
15370 wine_fn_config_test dlls/dinput8/tests dinput8_test
15371 wine_fn_config_dll dispdib.dll16 enable_win16
15372 wine_fn_config_dll dispex enable_dispex
15373 wine_fn_config_test dlls/dispex/tests dispex_test
15374 wine_fn_config_dll display.drv16 enable_win16
15375 wine_fn_config_dll dmband enable_dmband
15376 wine_fn_config_test dlls/dmband/tests dmband_test
15377 wine_fn_config_dll dmcompos enable_dmcompos
15378 wine_fn_config_dll dmime enable_dmime
15379 wine_fn_config_test dlls/dmime/tests dmime_test
15380 wine_fn_config_dll dmloader enable_dmloader
15381 wine_fn_config_test dlls/dmloader/tests dmloader_test
15382 wine_fn_config_dll dmscript enable_dmscript
15383 wine_fn_config_dll dmstyle enable_dmstyle
15384 wine_fn_config_dll dmsynth enable_dmsynth
15385 wine_fn_config_test dlls/dmsynth/tests dmsynth_test
15386 wine_fn_config_dll dmusic enable_dmusic
15387 wine_fn_config_test dlls/dmusic/tests dmusic_test
15388 wine_fn_config_dll dmusic32 enable_dmusic32 implib
15389 wine_fn_config_dll dnsapi enable_dnsapi implib
15390 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
15391 wine_fn_config_dll dplay enable_dplay implib
15392 wine_fn_config_dll dplayx enable_dplayx implib
15393 wine_fn_config_test dlls/dplayx/tests dplayx_test
15394 wine_fn_config_dll dpnaddr enable_dpnaddr
15395 wine_fn_config_dll dpnet enable_dpnet implib
15396 wine_fn_config_test dlls/dpnet/tests dpnet_test
15397 wine_fn_config_dll dpnhpast enable_dpnhpast
15398 wine_fn_config_dll dpnlobby enable_dpnlobby
15399 wine_fn_config_dll dpwsockx enable_dpwsockx
15400 wine_fn_config_dll drmclien enable_drmclien
15401 wine_fn_config_dll dsound enable_dsound implib
15402 wine_fn_config_test dlls/dsound/tests dsound_test
15403 wine_fn_config_dll dssenh enable_dssenh
15404 wine_fn_config_test dlls/dssenh/tests dssenh_test
15405 wine_fn_config_dll dswave enable_dswave
15406 wine_fn_config_dll dwmapi enable_dwmapi implib
15407 wine_fn_config_dll dwrite enable_dwrite implib
15408 wine_fn_config_test dlls/dwrite/tests dwrite_test
15409 wine_fn_config_dll dxdiagn enable_dxdiagn po
15410 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
15411 wine_fn_config_lib dxerr8
15412 wine_fn_config_lib dxerr9
15413 wine_fn_config_dll dxgi enable_dxgi implib
15414 wine_fn_config_test dlls/dxgi/tests dxgi_test
15415 wine_fn_config_lib dxguid
15416 wine_fn_config_dll explorerframe enable_explorerframe
15417 wine_fn_config_test dlls/explorerframe/tests explorerframe_test
15418 wine_fn_config_dll faultrep enable_faultrep implib
15419 wine_fn_config_test dlls/faultrep/tests faultrep_test
15420 wine_fn_config_dll fltlib enable_fltlib
15421 wine_fn_config_dll fusion enable_fusion
15422 wine_fn_config_test dlls/fusion/tests fusion_test
15423 wine_fn_config_dll fwpuclnt enable_fwpuclnt
15424 wine_fn_config_dll gameux enable_gameux
15425 wine_fn_config_test dlls/gameux/tests gameux_test
15426 wine_fn_config_dll gdi.exe16 enable_win16
15427 wine_fn_config_dll gdi32 enable_gdi32 implib,po
15428 wine_fn_config_test dlls/gdi32/tests gdi32_test
15429 wine_fn_config_dll gdiplus enable_gdiplus implib
15430 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
15431 wine_fn_config_dll glu32 enable_glu32 implib
15432 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
15433 wine_fn_config_dll gpkcsp enable_gpkcsp
15434 wine_fn_config_dll hal enable_hal
15435 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx po
15436 wine_fn_config_dll hid enable_hid implib
15437 wine_fn_config_dll hlink enable_hlink implib
15438 wine_fn_config_test dlls/hlink/tests hlink_test
15439 wine_fn_config_dll hnetcfg enable_hnetcfg
15440 wine_fn_config_dll httpapi enable_httpapi
15441 wine_fn_config_dll iccvid enable_iccvid po
15442 wine_fn_config_dll icmp enable_icmp
15443 wine_fn_config_dll ieframe enable_ieframe implib,po
15444 wine_fn_config_test dlls/ieframe/tests ieframe_test
15445 wine_fn_config_dll ifsmgr.vxd enable_win16
15446 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
15447 wine_fn_config_dll imagehlp enable_imagehlp implib
15448 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
15449 wine_fn_config_dll imm.dll16 enable_win16
15450 wine_fn_config_dll imm32 enable_imm32 implib
15451 wine_fn_config_test dlls/imm32/tests imm32_test
15452 wine_fn_config_dll inetcomm enable_inetcomm implib
15453 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
15454 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
15455 wine_fn_config_dll inetmib1 enable_inetmib1
15456 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
15457 wine_fn_config_dll infosoft enable_infosoft
15458 wine_fn_config_test dlls/infosoft/tests infosoft_test
15459 wine_fn_config_dll initpki enable_initpki
15460 wine_fn_config_dll inkobj enable_inkobj
15461 wine_fn_config_dll inseng enable_inseng
15462 wine_fn_config_dll iphlpapi enable_iphlpapi implib
15463 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
15464 wine_fn_config_dll itircl enable_itircl
15465 wine_fn_config_dll itss enable_itss
15466 wine_fn_config_test dlls/itss/tests itss_test
15467 wine_fn_config_dll joy.cpl enable_joy_cpl po
15468 wine_fn_config_dll jscript enable_jscript po
15469 wine_fn_config_test dlls/jscript/tests jscript_test
15470 wine_fn_config_dll kernel32 enable_kernel32 implib,mc
15471 wine_fn_config_test dlls/kernel32/tests kernel32_test
15472 wine_fn_config_dll keyboard.drv16 enable_win16
15473 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
15474 wine_fn_config_dll ktmw32 enable_ktmw32
15475 wine_fn_config_dll loadperf enable_loadperf implib
15476 wine_fn_config_dll localspl enable_localspl po
15477 wine_fn_config_test dlls/localspl/tests localspl_test
15478 wine_fn_config_dll localui enable_localui po
15479 wine_fn_config_test dlls/localui/tests localui_test
15480 wine_fn_config_dll lz32 enable_lz32 implib
15481 wine_fn_config_test dlls/lz32/tests lz32_test
15482 wine_fn_config_dll lzexpand.dll16 enable_win16
15483 wine_fn_config_dll mapi32 enable_mapi32 implib,po
15484 wine_fn_config_test dlls/mapi32/tests mapi32_test
15485 wine_fn_config_dll mapistub enable_mapistub
15486 wine_fn_config_dll mciavi32 enable_mciavi32
15487 wine_fn_config_dll mcicda enable_mcicda
15488 wine_fn_config_dll mciqtz32 enable_mciqtz32
15489 wine_fn_config_dll mciseq enable_mciseq
15490 wine_fn_config_dll mciwave enable_mciwave
15491 wine_fn_config_dll mgmtapi enable_mgmtapi
15492 wine_fn_config_dll midimap enable_midimap
15493 wine_fn_config_dll mlang enable_mlang implib
15494 wine_fn_config_test dlls/mlang/tests mlang_test
15495 wine_fn_config_dll mmcndmgr enable_mmcndmgr
15496 wine_fn_config_test dlls/mmcndmgr/tests mmcndmgr_test
15497 wine_fn_config_dll mmdevapi enable_mmdevapi
15498 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
15499 wine_fn_config_dll mmdevldr.vxd enable_win16
15500 wine_fn_config_dll mmsystem.dll16 enable_win16
15501 wine_fn_config_dll monodebg.vxd enable_win16
15502 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
15503 wine_fn_config_dll mouse.drv16 enable_win16
15504 wine_fn_config_dll mpr enable_mpr implib,po
15505 wine_fn_config_test dlls/mpr/tests mpr_test
15506 wine_fn_config_dll mprapi enable_mprapi implib
15507 wine_fn_config_dll msacm.dll16 enable_win16
15508 wine_fn_config_dll msacm32.drv enable_msacm32_drv
15509 wine_fn_config_dll msacm32 enable_msacm32 implib,po
15510 wine_fn_config_test dlls/msacm32/tests msacm32_test
15511 wine_fn_config_dll msadp32.acm enable_msadp32_acm
15512 wine_fn_config_dll mscat32 enable_mscat32
15513 wine_fn_config_dll mscms enable_mscms implib
15514 wine_fn_config_test dlls/mscms/tests mscms_test
15515 wine_fn_config_dll mscoree enable_mscoree
15516 wine_fn_config_test dlls/mscoree/tests mscoree_test
15517 wine_fn_config_dll msctf enable_msctf
15518 wine_fn_config_test dlls/msctf/tests msctf_test
15519 wine_fn_config_dll msdaps enable_msdaps
15520 wine_fn_config_dll msdmo enable_msdmo implib
15521 wine_fn_config_dll msftedit enable_msftedit
15522 wine_fn_config_dll msg711.acm enable_msg711_acm
15523 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
15524 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb
15525 wine_fn_config_dll mshtml enable_mshtml implib,po
15526 wine_fn_config_test dlls/mshtml/tests mshtml_test
15527 wine_fn_config_dll msi enable_msi implib,po
15528 wine_fn_config_test dlls/msi/tests msi_test
15529 wine_fn_config_dll msident enable_msident
15530 wine_fn_config_dll msimg32 enable_msimg32 implib
15531 wine_fn_config_dll msimsg enable_msimsg
15532 wine_fn_config_dll msimtf enable_msimtf
15533 wine_fn_config_dll msisip enable_msisip
15534 wine_fn_config_dll msisys.ocx enable_msisys_ocx
15535 wine_fn_config_dll msls31 enable_msls31
15536 wine_fn_config_dll msnet32 enable_msnet32
15537 wine_fn_config_dll mspatcha enable_mspatcha
15538 wine_fn_config_dll msrle32 enable_msrle32 po
15539 wine_fn_config_dll mssign32 enable_mssign32
15540 wine_fn_config_dll mssip32 enable_mssip32
15541 wine_fn_config_dll mstask enable_mstask
15542 wine_fn_config_test dlls/mstask/tests mstask_test
15543 wine_fn_config_dll msvcirt enable_msvcirt
15544 wine_fn_config_dll msvcm80 enable_msvcm80
15545 wine_fn_config_dll msvcm90 enable_msvcm90
15546 wine_fn_config_dll msvcp100 enable_msvcp100
15547 wine_fn_config_dll msvcp60 enable_msvcp60
15548 wine_fn_config_dll msvcp70 enable_msvcp70
15549 wine_fn_config_dll msvcp71 enable_msvcp71
15550 wine_fn_config_dll msvcp80 enable_msvcp80
15551 wine_fn_config_dll msvcp90 enable_msvcp90
15552 wine_fn_config_test dlls/msvcp90/tests msvcp90_test
15553 wine_fn_config_dll msvcr100 enable_msvcr100
15554 wine_fn_config_test dlls/msvcr100/tests msvcr100_test
15555 wine_fn_config_dll msvcr70 enable_msvcr70 implib
15556 wine_fn_config_dll msvcr71 enable_msvcr71 implib
15557 wine_fn_config_dll msvcr80 enable_msvcr80
15558 wine_fn_config_dll msvcr90 enable_msvcr90
15559 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
15560 wine_fn_config_dll msvcrt enable_msvcrt implib
15561 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
15562 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
15563 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
15564 wine_fn_config_dll msvcrtd enable_msvcrtd implib
15565 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
15566 wine_fn_config_dll msvfw32 enable_msvfw32 implib,po
15567 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
15568 wine_fn_config_dll msvidc32 enable_msvidc32 po
15569 wine_fn_config_dll msvideo.dll16 enable_win16
15570 wine_fn_config_dll mswsock enable_mswsock implib
15571 wine_fn_config_dll msxml enable_msxml
15572 wine_fn_config_dll msxml2 enable_msxml2
15573 wine_fn_config_dll msxml3 enable_msxml3
15574 wine_fn_config_test dlls/msxml3/tests msxml3_test
15575 wine_fn_config_dll msxml4 enable_msxml4
15576 wine_fn_config_dll msxml6 enable_msxml6
15577 wine_fn_config_dll nddeapi enable_nddeapi implib
15578 wine_fn_config_dll netapi32 enable_netapi32 implib
15579 wine_fn_config_test dlls/netapi32/tests netapi32_test
15580 wine_fn_config_dll newdev enable_newdev implib
15581 wine_fn_config_dll normaliz enable_normaliz implib
15582 wine_fn_config_dll npmshtml enable_npmshtml
15583 wine_fn_config_dll ntdll enable_ntdll implib
15584 wine_fn_config_test dlls/ntdll/tests ntdll_test
15585 wine_fn_config_dll ntdsapi enable_ntdsapi implib
15586 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
15587 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
15588 wine_fn_config_dll ntprint enable_ntprint
15589 wine_fn_config_test dlls/ntprint/tests ntprint_test
15590 wine_fn_config_dll objsel enable_objsel
15591 wine_fn_config_dll odbc32 enable_odbc32 implib
15592 wine_fn_config_dll odbccp32 enable_odbccp32 implib
15593 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
15594 wine_fn_config_dll odbccu32 enable_odbccu32
15595 wine_fn_config_dll ole2.dll16 enable_win16
15596 wine_fn_config_dll ole2conv.dll16 enable_win16
15597 wine_fn_config_dll ole2disp.dll16 enable_win16
15598 wine_fn_config_dll ole2nls.dll16 enable_win16
15599 wine_fn_config_dll ole2prox.dll16 enable_win16
15600 wine_fn_config_dll ole2thk.dll16 enable_win16
15601 wine_fn_config_dll ole32 enable_ole32 implib
15602 wine_fn_config_test dlls/ole32/tests ole32_test
15603 wine_fn_config_dll oleacc enable_oleacc implib,po
15604 wine_fn_config_test dlls/oleacc/tests oleacc_test
15605 wine_fn_config_dll oleaut32 enable_oleaut32 implib,po
15606 wine_fn_config_test dlls/oleaut32/tests oleaut32_test
15607 wine_fn_config_dll olecli.dll16 enable_win16
15608 wine_fn_config_dll olecli32 enable_olecli32 implib
15609 wine_fn_config_dll oledb32 enable_oledb32
15610 wine_fn_config_test dlls/oledb32/tests oledb32_test
15611 wine_fn_config_dll oledlg enable_oledlg implib,po
15612 wine_fn_config_dll olepro32 enable_olepro32 implib
15613 wine_fn_config_dll olesvr.dll16 enable_win16
15614 wine_fn_config_dll olesvr32 enable_olesvr32 implib
15615 wine_fn_config_dll olethk32 enable_olethk32
15616 wine_fn_config_dll openal32 enable_openal32
15617 wine_fn_config_dll opencl enable_opencl
15618 wine_fn_config_dll opengl32 enable_opengl32 implib
15619 wine_fn_config_test dlls/opengl32/tests opengl32_test
15620 wine_fn_config_dll pdh enable_pdh implib
15621 wine_fn_config_test dlls/pdh/tests pdh_test
15622 wine_fn_config_dll photometadatahandler enable_photometadatahandler
15623 wine_fn_config_dll pidgen enable_pidgen
15624 wine_fn_config_dll powrprof enable_powrprof implib
15625 wine_fn_config_dll printui enable_printui
15626 wine_fn_config_dll propsys enable_propsys implib
15627 wine_fn_config_test dlls/propsys/tests propsys_test
15628 wine_fn_config_dll psapi enable_psapi implib
15629 wine_fn_config_test dlls/psapi/tests psapi_test
15630 wine_fn_config_dll pstorec enable_pstorec
15631 wine_fn_config_dll qcap enable_qcap
15632 wine_fn_config_dll qedit enable_qedit
15633 wine_fn_config_test dlls/qedit/tests qedit_test
15634 wine_fn_config_dll qmgr enable_qmgr
15635 wine_fn_config_test dlls/qmgr/tests qmgr_test
15636 wine_fn_config_dll qmgrprxy enable_qmgrprxy
15637 wine_fn_config_dll quartz enable_quartz implib
15638 wine_fn_config_test dlls/quartz/tests quartz_test
15639 wine_fn_config_dll query enable_query
15640 wine_fn_config_dll rasapi16.dll16 enable_win16
15641 wine_fn_config_dll rasapi32 enable_rasapi32 implib
15642 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
15643 wine_fn_config_dll rasdlg enable_rasdlg implib
15644 wine_fn_config_dll regapi enable_regapi
15645 wine_fn_config_dll resutils enable_resutils implib
15646 wine_fn_config_dll riched20 enable_riched20 implib
15647 wine_fn_config_test dlls/riched20/tests riched20_test
15648 wine_fn_config_dll riched32 enable_riched32
15649 wine_fn_config_test dlls/riched32/tests riched32_test
15650 wine_fn_config_dll rpcrt4 enable_rpcrt4 implib
15651 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test
15652 wine_fn_config_dll rsabase enable_rsabase
15653 wine_fn_config_dll rsaenh enable_rsaenh implib
15654 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
15655 wine_fn_config_dll rstrtmgr enable_rstrtmgr
15656 wine_fn_config_dll rtutils enable_rtutils implib
15657 wine_fn_config_dll samlib enable_samlib
15658 wine_fn_config_dll sane.ds enable_sane_ds po
15659 wine_fn_config_dll scarddlg enable_scarddlg
15660 wine_fn_config_dll sccbase enable_sccbase
15661 wine_fn_config_dll schannel enable_schannel
15662 wine_fn_config_test dlls/schannel/tests schannel_test
15663 wine_fn_config_dll scrrun enable_scrrun
15664 wine_fn_config_test dlls/scrrun/tests scrrun_test
15665 wine_fn_config_dll secur32 enable_secur32 implib
15666 wine_fn_config_test dlls/secur32/tests secur32_test
15667 wine_fn_config_dll security enable_security
15668 wine_fn_config_dll sensapi enable_sensapi implib
15669 wine_fn_config_dll serialui enable_serialui implib,po
15670 wine_fn_config_test dlls/serialui/tests serialui_test
15671 wine_fn_config_dll setupapi enable_setupapi implib,po
15672 wine_fn_config_test dlls/setupapi/tests setupapi_test
15673 wine_fn_config_dll setupx.dll16 enable_win16
15674 wine_fn_config_dll sfc enable_sfc implib
15675 wine_fn_config_dll sfc_os enable_sfc_os implib
15676 wine_fn_config_dll shdoclc enable_shdoclc po
15677 wine_fn_config_dll shdocvw enable_shdocvw implib
15678 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
15679 wine_fn_config_dll shell.dll16 enable_win16
15680 wine_fn_config_dll shell32 enable_shell32 implib,po
15681 wine_fn_config_test dlls/shell32/tests shell32_test
15682 wine_fn_config_dll shfolder enable_shfolder implib
15683 wine_fn_config_dll shlwapi enable_shlwapi implib,po
15684 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
15685 wine_fn_config_dll slbcsp enable_slbcsp
15686 wine_fn_config_dll slc enable_slc implib
15687 wine_fn_config_dll snmpapi enable_snmpapi implib
15688 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
15689 wine_fn_config_dll softpub enable_softpub
15690 wine_fn_config_dll sound.drv16 enable_win16
15691 wine_fn_config_dll spoolss enable_spoolss implib
15692 wine_fn_config_test dlls/spoolss/tests spoolss_test
15693 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb
15694 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb
15695 wine_fn_config_dll sti enable_sti implib
15696 wine_fn_config_test dlls/sti/tests sti_test
15697 wine_fn_config_dll storage.dll16 enable_win16
15698 wine_fn_config_dll stress.dll16 enable_win16
15699 wine_fn_config_lib strmbase
15700 wine_fn_config_lib strmiids
15701 wine_fn_config_dll svrapi enable_svrapi
15702 wine_fn_config_dll sxs enable_sxs implib
15703 wine_fn_config_test dlls/sxs/tests sxs_test
15704 wine_fn_config_dll system.drv16 enable_win16
15705 wine_fn_config_dll t2embed enable_t2embed
15706 wine_fn_config_dll tapi32 enable_tapi32 implib
15707 wine_fn_config_dll toolhelp.dll16 enable_win16
15708 wine_fn_config_dll traffic enable_traffic
15709 wine_fn_config_dll twain.dll16 enable_win16
15710 wine_fn_config_dll twain_32 enable_twain_32
15711 wine_fn_config_test dlls/twain_32/tests twain_32_test
15712 wine_fn_config_dll typelib.dll16 enable_win16
15713 wine_fn_config_dll unicows enable_unicows implib
15714 wine_fn_config_dll updspapi enable_updspapi
15715 wine_fn_config_dll url enable_url implib
15716 wine_fn_config_dll urlmon enable_urlmon implib
15717 wine_fn_config_test dlls/urlmon/tests urlmon_test
15718 wine_fn_config_dll usbd.sys enable_usbd_sys implib
15719 wine_fn_config_dll user.exe16 enable_win16
15720 wine_fn_config_dll user32 enable_user32 implib,po
15721 wine_fn_config_test dlls/user32/tests user32_test
15722 wine_fn_config_dll userenv enable_userenv implib
15723 wine_fn_config_test dlls/userenv/tests userenv_test
15724 wine_fn_config_dll usp10 enable_usp10 implib
15725 wine_fn_config_test dlls/usp10/tests usp10_test
15726 wine_fn_config_lib uuid
15727 wine_fn_config_dll uxtheme enable_uxtheme implib
15728 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
15729 wine_fn_config_dll vbscript enable_vbscript
15730 wine_fn_config_test dlls/vbscript/tests vbscript_test
15731 wine_fn_config_dll vcomp enable_vcomp
15732 wine_fn_config_dll vcomp100 enable_vcomp100
15733 wine_fn_config_dll vcomp90 enable_vcomp90
15734 wine_fn_config_dll vdhcp.vxd enable_win16
15735 wine_fn_config_dll vdmdbg enable_vdmdbg implib
15736 wine_fn_config_dll ver.dll16 enable_win16
15737 wine_fn_config_dll version enable_version implib
15738 wine_fn_config_test dlls/version/tests version_test
15739 wine_fn_config_dll vmm.vxd enable_win16
15740 wine_fn_config_dll vnbt.vxd enable_win16
15741 wine_fn_config_dll vnetbios.vxd enable_win16
15742 wine_fn_config_dll vtdapi.vxd enable_win16
15743 wine_fn_config_dll vwin32.vxd enable_win16
15744 wine_fn_config_dll w32skrnl enable_win16
15745 wine_fn_config_dll w32sys.dll16 enable_win16
15746 wine_fn_config_dll wbemprox enable_wbemprox
15747 wine_fn_config_test dlls/wbemprox/tests wbemprox_test
15748 wine_fn_config_dll wer enable_wer implib
15749 wine_fn_config_test dlls/wer/tests wer_test
15750 wine_fn_config_dll wevtapi enable_wevtapi
15751 wine_fn_config_dll wiaservc enable_wiaservc
15752 wine_fn_config_dll win32s16.dll16 enable_win16
15753 wine_fn_config_dll win87em.dll16 enable_win16
15754 wine_fn_config_dll winaspi.dll16 enable_win16
15755 wine_fn_config_dll windebug.dll16 enable_win16
15756 wine_fn_config_dll windowscodecs enable_windowscodecs implib
15757 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
15758 wine_fn_config_dll winealsa.drv enable_winealsa_drv
15759 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
15760 wine_fn_config_lib winecrt0
15761 wine_fn_config_dll wined3d enable_wined3d implib
15762 wine_fn_config_dll winegstreamer enable_winegstreamer
15763 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
15764 wine_fn_config_dll winemapi enable_winemapi
15765 wine_fn_config_dll winemp3.acm enable_winemp3_acm
15766 wine_fn_config_dll wineoss.drv enable_wineoss_drv
15767 wine_fn_config_dll wineps.drv enable_wineps_drv install-lib,po
15768 wine_fn_config_dll wineps16.drv16 enable_win16
15769 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
15770 wine_fn_config_dll winequartz.drv enable_winequartz_drv
15771 wine_fn_config_dll winex11.drv enable_winex11_drv
15772 wine_fn_config_dll wing.dll16 enable_win16
15773 wine_fn_config_dll wing32 enable_wing32
15774 wine_fn_config_dll winhttp enable_winhttp implib
15775 wine_fn_config_test dlls/winhttp/tests winhttp_test
15776 wine_fn_config_dll wininet enable_wininet implib,po
15777 wine_fn_config_test dlls/wininet/tests wininet_test
15778 wine_fn_config_dll winmm enable_winmm implib,po
15779 wine_fn_config_test dlls/winmm/tests winmm_test
15780 wine_fn_config_dll winnls.dll16 enable_win16
15781 wine_fn_config_dll winnls32 enable_winnls32 implib
15782 wine_fn_config_dll winscard enable_winscard implib
15783 wine_fn_config_dll winsock.dll16 enable_win16
15784 wine_fn_config_dll winspool.drv enable_winspool_drv implib,po winspool
15785 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
15786 wine_fn_config_dll winsta enable_winsta
15787 wine_fn_config_dll wintab.dll16 enable_win16
15788 wine_fn_config_dll wintab32 enable_wintab32 implib
15789 wine_fn_config_test dlls/wintab32/tests wintab32_test
15790 wine_fn_config_dll wintrust enable_wintrust implib
15791 wine_fn_config_test dlls/wintrust/tests wintrust_test
15792 wine_fn_config_dll wlanapi enable_wlanapi
15793 wine_fn_config_dll wldap32 enable_wldap32 implib,po
15794 wine_fn_config_test dlls/wldap32/tests wldap32_test
15795 wine_fn_config_dll wmi enable_wmi
15796 wine_fn_config_dll wmiutils enable_wmiutils
15797 wine_fn_config_dll wmvcore enable_wmvcore
15798 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
15799 wine_fn_config_dll wow32 enable_win16 implib
15800 wine_fn_config_dll ws2_32 enable_ws2_32 implib
15801 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
15802 wine_fn_config_dll wshom.ocx enable_wshom_ocx
15803 wine_fn_config_test dlls/wshom.ocx/tests wshom.ocx_test
15804 wine_fn_config_dll wsnmp32 enable_wsnmp32
15805 wine_fn_config_dll wsock32 enable_wsock32 implib
15806 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
15807 wine_fn_config_dll wuapi enable_wuapi
15808 wine_fn_config_dll wuaueng enable_wuaueng
15809 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
15810 wine_fn_config_dll xinput1_1 enable_xinput1_1
15811 wine_fn_config_dll xinput1_2 enable_xinput1_2
15812 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
15813 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
15814 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
15815 wine_fn_config_dll xmllite enable_xmllite
15816 wine_fn_config_test dlls/xmllite/tests xmllite_test
15817 wine_fn_config_dll xolehlp enable_xolehlp
15818 wine_fn_config_dll xpsprint enable_xpsprint
15819 wine_fn_config_makefile documentation enable_documentation
15820 wine_fn_config_makefile fonts enable_fonts install-lib
15821 wine_fn_config_makefile include enable_include install-dev
15822 wine_fn_config_makefile libs/port enable_libs_port
15823 wine_fn_config_makefile libs/wine enable_libs_wine install-dev,install-lib
15824 wine_fn_config_makefile libs/wpp enable_libs_wpp
15825 wine_fn_config_makefile loader enable_loader install-lib,manpage
15826 wine_fn_config_program aspnet_regiis enable_aspnet_regiis install
15827 wine_fn_config_program attrib enable_attrib install,po
15828 wine_fn_config_program cabarc enable_cabarc install
15829 wine_fn_config_program cacls enable_cacls install
15830 wine_fn_config_program clock enable_clock install,po
15831 wine_fn_config_program cmd enable_cmd install,po
15832 wine_fn_config_test programs/cmd/tests cmd.exe_test
15833 wine_fn_config_program control enable_control install
15834 wine_fn_config_program cscript enable_cscript install
15835 wine_fn_config_program dxdiag enable_dxdiag install,po
15836 wine_fn_config_program eject enable_eject install
15837 wine_fn_config_program expand enable_expand install
15838 wine_fn_config_program explorer enable_explorer install,po
15839 wine_fn_config_program extrac32 enable_extrac32 install
15840 wine_fn_config_program hh enable_hh install
15841 wine_fn_config_program hostname enable_hostname install,po
15842 wine_fn_config_program icinfo enable_icinfo install
15843 wine_fn_config_program iexplore enable_iexplore install
15844 wine_fn_config_program ipconfig enable_ipconfig install,po
15845 wine_fn_config_program lodctr enable_lodctr install
15846 wine_fn_config_program mofcomp enable_mofcomp install
15847 wine_fn_config_program mshta enable_mshta install
15848 wine_fn_config_program msiexec enable_msiexec install,installbin,manpage
15849 wine_fn_config_program net enable_net install,po
15850 wine_fn_config_program netsh enable_netsh install
15851 wine_fn_config_program ngen enable_ngen install
15852 wine_fn_config_program notepad enable_notepad install,installbin,manpage,po
15853 wine_fn_config_program oleview enable_oleview install,po
15854 wine_fn_config_program ping enable_ping install
15855 wine_fn_config_program plugplay enable_plugplay install
15856 wine_fn_config_program presentationfontcache enable_presentationfontcache install
15857 wine_fn_config_program progman enable_progman install,po
15858 wine_fn_config_program reg enable_reg install,po
15859 wine_fn_config_program regasm enable_regasm install
15860 wine_fn_config_program regedit enable_regedit install,installbin,manpage,po
15861 wine_fn_config_test programs/regedit/tests regedit.exe_test
15862 wine_fn_config_program regsvcs enable_regsvcs install
15863 wine_fn_config_program regsvr32 enable_regsvr32 install,installbin,manpage
15864 wine_fn_config_program rpcss enable_rpcss install
15865 wine_fn_config_program rundll.exe16 enable_win16 install
15866 wine_fn_config_program rundll32 enable_rundll32 install
15867 wine_fn_config_program sc enable_sc install
15868 wine_fn_config_program secedit enable_secedit install
15869 wine_fn_config_program servicemodelreg enable_servicemodelreg install
15870 wine_fn_config_program services enable_services install
15871 wine_fn_config_test programs/services/tests services.exe_test
15872 wine_fn_config_program spoolsv enable_spoolsv install
15873 wine_fn_config_program start enable_start install,po
15874 wine_fn_config_program svchost enable_svchost install
15875 wine_fn_config_program taskkill enable_taskkill install,po
15876 wine_fn_config_program taskmgr enable_taskmgr install,po
15877 wine_fn_config_program termsv enable_termsv install
15878 wine_fn_config_program uninstaller enable_uninstaller install,po
15879 wine_fn_config_program unlodctr enable_unlodctr install
15880 wine_fn_config_program view enable_view install,po
15881 wine_fn_config_program wineboot enable_wineboot install,installbin,manpage,po
15882 wine_fn_config_program winebrowser enable_winebrowser install
15883 wine_fn_config_program winecfg enable_winecfg install,installbin,manpage,po
15884 wine_fn_config_program wineconsole enable_wineconsole install,installbin,manpage,po
15885 wine_fn_config_program winedbg enable_winedbg install,installbin,manpage,po
15886 wine_fn_config_program winedevice enable_winedevice install
15887 wine_fn_config_program winefile enable_winefile install,installbin,manpage,po
15888 wine_fn_config_program winemenubuilder enable_winemenubuilder install
15889 wine_fn_config_program winemine enable_winemine install,installbin,manpage,po
15890 wine_fn_config_program winemsibuilder enable_winemsibuilder install
15891 wine_fn_config_program winepath enable_winepath install,installbin,manpage
15892 wine_fn_config_program winetest enable_winetest
15893 wine_fn_config_program winevdm enable_win16 install
15894 wine_fn_config_program winhelp.exe16 enable_win16 install
15895 wine_fn_config_program winhlp32 enable_winhlp32 install,po
15896 wine_fn_config_program winoldap.mod16 enable_win16 install
15897 wine_fn_config_program winver enable_winver install
15898 wine_fn_config_program wmic enable_wmic install,po
15899 wine_fn_config_program wordpad enable_wordpad install,po
15900 wine_fn_config_program write enable_write install,po
15901 wine_fn_config_program wscript enable_wscript install
15902 wine_fn_config_test programs/wscript/tests wscript.exe_test
15903 wine_fn_config_program wusa enable_wusa install
15904 wine_fn_config_program xcopy enable_xcopy install,po
15905 wine_fn_config_makefile server enable_server install-lib,manpage
15906 wine_fn_config_tool tools install-dev,install-lib,manpage
15907 wine_fn_config_tool tools/widl install-dev,manpage
15908 wine_fn_config_tool tools/winebuild install-dev,manpage
15909 wine_fn_config_tool tools/winedump install-dev,manpage
15910 wine_fn_config_tool tools/winegcc install-dev,manpage
15911 wine_fn_config_tool tools/wmc install-dev,manpage
15912 wine_fn_config_tool tools/wrc install-dev,manpage
15913
15914 LINGUAS="\
15915 ar \
15916 bg \
15917 ca \
15918 cs \
15919 da \
15920 de \
15921 el \
15922 en \
15923 en_US \
15924 eo \
15925 es \
15926 fa \
15927 fi \
15928 fr \
15929 he \
15930 hi \
15931 hu \
15932 it \
15933 ja \
15934 ko \
15935 lt \
15936 ml \
15937 nb_NO \
15938 nl \
15939 or \
15940 pa \
15941 pl \
15942 pt_BR \
15943 pt_PT \
15944 rm \
15945 ro \
15946 ru \
15947 sk \
15948 sl \
15949 sr_RS@cyrillic \
15950 sr_RS@latin \
15951 sv \
15952 te \
15953 th \
15954 tr \
15955 uk \
15956 wa \
15957 zh_CN \
15958 zh_TW"
15959
15960
15961
15962 ac_config_commands="$ac_config_commands Makefile"
15963
15964
15965 ac_config_files="$ac_config_files Make.tmp:Make.vars.in:Makefile.in"
15966
15967
15968
15969 if test "x$enable_maintainer_mode" = xyes
15970 then
15971     wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(srcdir)/configure: configure.ac aclocal.m4
15972         cd \$(srcdir) && autoconf --warnings=all
15973 \$(srcdir)/include/config.h.in: include/stamp-h.in
15974 \$(srcdir)/include/stamp-h.in: configure.ac aclocal.m4
15975         cd \$(srcdir) && autoheader --warnings=all
15976         @echo timestamp > \$@"
15977 fi
15978
15979 if test "x$with_gettextpo" = xyes
15980 then
15981     test "$srcdir" = . || as_fn_error $? "Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
15982     wine_fn_append_rule ALL_MAKEFILE_DEPENDS "ALL_POT_FILES =$ALL_POT_FILES
15983 \$(LINGUAS:%=po/%.po): \$(srcdir)/po/wine.pot
15984         msgmerge --previous -q \$@ \$(srcdir)/po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
15985 \$(srcdir)/po/wine.pot: \$(ALL_POT_FILES)
15986         msgcat -o \$@ \$(ALL_POT_FILES)"
15987 fi
15988
15989 if test "$MSGFMT" != false
15990 then
15991     PORCFLAGS="--po-dir=\$(top_builddir)/po"
15992
15993     wine_fn_append_rule ALL_MAKEFILE_DEPENDS "__builddeps__: \$(ALL_MO_FILES)"
15994 else
15995     LINGUAS=
15996 fi
15997
15998 if test "x$enable_tools" != xno
15999 then
16000     wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(MAKEDEP): tools/Makefile
16001 clean:: __clean__
16002         \$(RM) tools/makedep\$(EXEEXT)"
16003 fi
16004
16005 if test -n "$with_wine64"
16006 then
16007 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
16008 fonts server tools:
16009         \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
16010 $with_wine64/loader/wine:
16011         \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
16012 $with_wine64/loader/wine-preloader:
16013         \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
16014 clean::
16015         \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
16016 fi
16017
16018 cat >confcache <<\_ACEOF
16019 # This file is a shell script that caches the results of configure
16020 # tests run on this system so they can be shared between configure
16021 # scripts and configure runs, see configure's option --config-cache.
16022 # It is not useful on other systems.  If it contains results you don't
16023 # want to keep, you may remove or edit it.
16024 #
16025 # config.status only pays attention to the cache file if you give it
16026 # the --recheck option to rerun configure.
16027 #
16028 # `ac_cv_env_foo' variables (set or unset) will be overridden when
16029 # loading this file, other *unset* `ac_cv_foo' will be assigned the
16030 # following values.
16031
16032 _ACEOF
16033
16034 # The following way of writing the cache mishandles newlines in values,
16035 # but we know of no workaround that is simple, portable, and efficient.
16036 # So, we kill variables containing newlines.
16037 # Ultrix sh set writes to stderr and can't be redirected directly,
16038 # and sets the high bit in the cache file unless we assign to the vars.
16039 (
16040   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
16041     eval ac_val=\$$ac_var
16042     case $ac_val in #(
16043     *${as_nl}*)
16044       case $ac_var in #(
16045       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
16046 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
16047       esac
16048       case $ac_var in #(
16049       _ | IFS | as_nl) ;; #(
16050       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
16051       *) { eval $ac_var=; unset $ac_var;} ;;
16052       esac ;;
16053     esac
16054   done
16055
16056   (set) 2>&1 |
16057     case $as_nl`(ac_space=' '; set) 2>&1` in #(
16058     *${as_nl}ac_space=\ *)
16059       # `set' does not quote correctly, so add quotes: double-quote
16060       # substitution turns \\\\ into \\, and sed turns \\ into \.
16061       sed -n \
16062         "s/'/'\\\\''/g;
16063           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
16064       ;; #(
16065     *)
16066       # `set' quotes correctly as required by POSIX, so do not add quotes.
16067       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
16068       ;;
16069     esac |
16070     sort
16071 ) |
16072   sed '
16073      /^ac_cv_env_/b end
16074      t clear
16075      :clear
16076      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16077      t end
16078      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16079      :end' >>confcache
16080 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
16081   if test -w "$cache_file"; then
16082     if test "x$cache_file" != "x/dev/null"; then
16083       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
16084 $as_echo "$as_me: updating cache $cache_file" >&6;}
16085       if test ! -f "$cache_file" || test -h "$cache_file"; then
16086         cat confcache >"$cache_file"
16087       else
16088         case $cache_file in #(
16089         */* | ?:*)
16090           mv -f confcache "$cache_file"$$ &&
16091           mv -f "$cache_file"$$ "$cache_file" ;; #(
16092         *)
16093           mv -f confcache "$cache_file" ;;
16094         esac
16095       fi
16096     fi
16097   else
16098     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
16099 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
16100   fi
16101 fi
16102 rm -f confcache
16103
16104 test "x$prefix" = xNONE && prefix=$ac_default_prefix
16105 # Let make expand exec_prefix.
16106 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
16107
16108 DEFS=-DHAVE_CONFIG_H
16109
16110 ac_libobjs=
16111 ac_ltlibobjs=
16112 U=
16113 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
16114   # 1. Remove the extension, and $U if already installed.
16115   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
16116   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
16117   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
16118   #    will be set to the directory where LIBOBJS objects are built.
16119   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
16120   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
16121 done
16122 LIBOBJS=$ac_libobjs
16123
16124 LTLIBOBJS=$ac_ltlibobjs
16125
16126
16127
16128 : "${CONFIG_STATUS=./config.status}"
16129 ac_write_fail=0
16130 ac_clean_files_save=$ac_clean_files
16131 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
16132 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
16133 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
16134 as_write_fail=0
16135 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
16136 #! $SHELL
16137 # Generated by $as_me.
16138 # Run this file to recreate the current configuration.
16139 # Compiler output produced by configure, useful for debugging
16140 # configure, is in config.log if it exists.
16141
16142 debug=false
16143 ac_cs_recheck=false
16144 ac_cs_silent=false
16145
16146 SHELL=\${CONFIG_SHELL-$SHELL}
16147 export SHELL
16148 _ASEOF
16149 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
16150 ## -------------------- ##
16151 ## M4sh Initialization. ##
16152 ## -------------------- ##
16153
16154 # Be more Bourne compatible
16155 DUALCASE=1; export DUALCASE # for MKS sh
16156 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
16157   emulate sh
16158   NULLCMD=:
16159   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
16160   # is contrary to our usage.  Disable this feature.
16161   alias -g '${1+"$@"}'='"$@"'
16162   setopt NO_GLOB_SUBST
16163 else
16164   case `(set -o) 2>/dev/null` in #(
16165   *posix*) :
16166     set -o posix ;; #(
16167   *) :
16168      ;;
16169 esac
16170 fi
16171
16172
16173 as_nl='
16174 '
16175 export as_nl
16176 # Printing a long string crashes Solaris 7 /usr/bin/printf.
16177 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
16178 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
16179 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
16180 # Prefer a ksh shell builtin over an external printf program on Solaris,
16181 # but without wasting forks for bash or zsh.
16182 if test -z "$BASH_VERSION$ZSH_VERSION" \
16183     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
16184   as_echo='print -r --'
16185   as_echo_n='print -rn --'
16186 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
16187   as_echo='printf %s\n'
16188   as_echo_n='printf %s'
16189 else
16190   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
16191     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
16192     as_echo_n='/usr/ucb/echo -n'
16193   else
16194     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
16195     as_echo_n_body='eval
16196       arg=$1;
16197       case $arg in #(
16198       *"$as_nl"*)
16199         expr "X$arg" : "X\\(.*\\)$as_nl";
16200         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
16201       esac;
16202       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
16203     '
16204     export as_echo_n_body
16205     as_echo_n='sh -c $as_echo_n_body as_echo'
16206   fi
16207   export as_echo_body
16208   as_echo='sh -c $as_echo_body as_echo'
16209 fi
16210
16211 # The user is always right.
16212 if test "${PATH_SEPARATOR+set}" != set; then
16213   PATH_SEPARATOR=:
16214   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
16215     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
16216       PATH_SEPARATOR=';'
16217   }
16218 fi
16219
16220
16221 # IFS
16222 # We need space, tab and new line, in precisely that order.  Quoting is
16223 # there to prevent editors from complaining about space-tab.
16224 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
16225 # splitting by setting IFS to empty value.)
16226 IFS=" ""        $as_nl"
16227
16228 # Find who we are.  Look in the path if we contain no directory separator.
16229 as_myself=
16230 case $0 in #((
16231   *[\\/]* ) as_myself=$0 ;;
16232   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16233 for as_dir in $PATH
16234 do
16235   IFS=$as_save_IFS
16236   test -z "$as_dir" && as_dir=.
16237     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
16238   done
16239 IFS=$as_save_IFS
16240
16241      ;;
16242 esac
16243 # We did not find ourselves, most probably we were run as `sh COMMAND'
16244 # in which case we are not to be found in the path.
16245 if test "x$as_myself" = x; then
16246   as_myself=$0
16247 fi
16248 if test ! -f "$as_myself"; then
16249   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
16250   exit 1
16251 fi
16252
16253 # Unset variables that we do not need and which cause bugs (e.g. in
16254 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
16255 # suppresses any "Segmentation fault" message there.  '((' could
16256 # trigger a bug in pdksh 5.2.14.
16257 for as_var in BASH_ENV ENV MAIL MAILPATH
16258 do eval test x\${$as_var+set} = xset \
16259   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
16260 done
16261 PS1='$ '
16262 PS2='> '
16263 PS4='+ '
16264
16265 # NLS nuisances.
16266 LC_ALL=C
16267 export LC_ALL
16268 LANGUAGE=C
16269 export LANGUAGE
16270
16271 # CDPATH.
16272 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16273
16274
16275 # as_fn_error STATUS ERROR [LINENO LOG_FD]
16276 # ----------------------------------------
16277 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
16278 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
16279 # script with STATUS, using 1 if that was 0.
16280 as_fn_error ()
16281 {
16282   as_status=$1; test $as_status -eq 0 && as_status=1
16283   if test "$4"; then
16284     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16285     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
16286   fi
16287   $as_echo "$as_me: error: $2" >&2
16288   as_fn_exit $as_status
16289 } # as_fn_error
16290
16291
16292 # as_fn_set_status STATUS
16293 # -----------------------
16294 # Set $? to STATUS, without forking.
16295 as_fn_set_status ()
16296 {
16297   return $1
16298 } # as_fn_set_status
16299
16300 # as_fn_exit STATUS
16301 # -----------------
16302 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
16303 as_fn_exit ()
16304 {
16305   set +e
16306   as_fn_set_status $1
16307   exit $1
16308 } # as_fn_exit
16309
16310 # as_fn_unset VAR
16311 # ---------------
16312 # Portably unset VAR.
16313 as_fn_unset ()
16314 {
16315   { eval $1=; unset $1;}
16316 }
16317 as_unset=as_fn_unset
16318 # as_fn_append VAR VALUE
16319 # ----------------------
16320 # Append the text in VALUE to the end of the definition contained in VAR. Take
16321 # advantage of any shell optimizations that allow amortized linear growth over
16322 # repeated appends, instead of the typical quadratic growth present in naive
16323 # implementations.
16324 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
16325   eval 'as_fn_append ()
16326   {
16327     eval $1+=\$2
16328   }'
16329 else
16330   as_fn_append ()
16331   {
16332     eval $1=\$$1\$2
16333   }
16334 fi # as_fn_append
16335
16336 # as_fn_arith ARG...
16337 # ------------------
16338 # Perform arithmetic evaluation on the ARGs, and store the result in the
16339 # global $as_val. Take advantage of shells that can avoid forks. The arguments
16340 # must be portable across $(()) and expr.
16341 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
16342   eval 'as_fn_arith ()
16343   {
16344     as_val=$(( $* ))
16345   }'
16346 else
16347   as_fn_arith ()
16348   {
16349     as_val=`expr "$@" || test $? -eq 1`
16350   }
16351 fi # as_fn_arith
16352
16353
16354 if expr a : '\(a\)' >/dev/null 2>&1 &&
16355    test "X`expr 00001 : '.*\(...\)'`" = X001; then
16356   as_expr=expr
16357 else
16358   as_expr=false
16359 fi
16360
16361 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
16362   as_basename=basename
16363 else
16364   as_basename=false
16365 fi
16366
16367 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
16368   as_dirname=dirname
16369 else
16370   as_dirname=false
16371 fi
16372
16373 as_me=`$as_basename -- "$0" ||
16374 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16375          X"$0" : 'X\(//\)$' \| \
16376          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
16377 $as_echo X/"$0" |
16378     sed '/^.*\/\([^/][^/]*\)\/*$/{
16379             s//\1/
16380             q
16381           }
16382           /^X\/\(\/\/\)$/{
16383             s//\1/
16384             q
16385           }
16386           /^X\/\(\/\).*/{
16387             s//\1/
16388             q
16389           }
16390           s/.*/./; q'`
16391
16392 # Avoid depending upon Character Ranges.
16393 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
16394 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16395 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
16396 as_cr_digits='0123456789'
16397 as_cr_alnum=$as_cr_Letters$as_cr_digits
16398
16399 ECHO_C= ECHO_N= ECHO_T=
16400 case `echo -n x` in #(((((
16401 -n*)
16402   case `echo 'xy\c'` in
16403   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
16404   xy)  ECHO_C='\c';;
16405   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
16406        ECHO_T=' ';;
16407   esac;;
16408 *)
16409   ECHO_N='-n';;
16410 esac
16411
16412 rm -f conf$$ conf$$.exe conf$$.file
16413 if test -d conf$$.dir; then
16414   rm -f conf$$.dir/conf$$.file
16415 else
16416   rm -f conf$$.dir
16417   mkdir conf$$.dir 2>/dev/null
16418 fi
16419 if (echo >conf$$.file) 2>/dev/null; then
16420   if ln -s conf$$.file conf$$ 2>/dev/null; then
16421     as_ln_s='ln -s'
16422     # ... but there are two gotchas:
16423     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16424     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16425     # In both cases, we have to default to `cp -pR'.
16426     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
16427       as_ln_s='cp -pR'
16428   elif ln conf$$.file conf$$ 2>/dev/null; then
16429     as_ln_s=ln
16430   else
16431     as_ln_s='cp -pR'
16432   fi
16433 else
16434   as_ln_s='cp -pR'
16435 fi
16436 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
16437 rmdir conf$$.dir 2>/dev/null
16438
16439
16440 # as_fn_mkdir_p
16441 # -------------
16442 # Create "$as_dir" as a directory, including parents if necessary.
16443 as_fn_mkdir_p ()
16444 {
16445
16446   case $as_dir in #(
16447   -*) as_dir=./$as_dir;;
16448   esac
16449   test -d "$as_dir" || eval $as_mkdir_p || {
16450     as_dirs=
16451     while :; do
16452       case $as_dir in #(
16453       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16454       *) as_qdir=$as_dir;;
16455       esac
16456       as_dirs="'$as_qdir' $as_dirs"
16457       as_dir=`$as_dirname -- "$as_dir" ||
16458 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16459          X"$as_dir" : 'X\(//\)[^/]' \| \
16460          X"$as_dir" : 'X\(//\)$' \| \
16461          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16462 $as_echo X"$as_dir" |
16463     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16464             s//\1/
16465             q
16466           }
16467           /^X\(\/\/\)[^/].*/{
16468             s//\1/
16469             q
16470           }
16471           /^X\(\/\/\)$/{
16472             s//\1/
16473             q
16474           }
16475           /^X\(\/\).*/{
16476             s//\1/
16477             q
16478           }
16479           s/.*/./; q'`
16480       test -d "$as_dir" && break
16481     done
16482     test -z "$as_dirs" || eval "mkdir $as_dirs"
16483   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
16484
16485
16486 } # as_fn_mkdir_p
16487 if mkdir -p . 2>/dev/null; then
16488   as_mkdir_p='mkdir -p "$as_dir"'
16489 else
16490   test -d ./-p && rmdir ./-p
16491   as_mkdir_p=false
16492 fi
16493
16494
16495 # as_fn_executable_p FILE
16496 # -----------------------
16497 # Test if FILE is an executable regular file.
16498 as_fn_executable_p ()
16499 {
16500   test -f "$1" && test -x "$1"
16501 } # as_fn_executable_p
16502 as_test_x='test -x'
16503 as_executable_p=as_fn_executable_p
16504
16505 # Sed expression to map a string onto a valid CPP name.
16506 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16507
16508 # Sed expression to map a string onto a valid variable name.
16509 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16510
16511
16512 exec 6>&1
16513 ## ----------------------------------- ##
16514 ## Main body of $CONFIG_STATUS script. ##
16515 ## ----------------------------------- ##
16516 _ASEOF
16517 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
16518
16519 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16520 # Save the log message, to keep $0 and so on meaningful, and to
16521 # report actual input values of CONFIG_FILES etc. instead of their
16522 # values after options handling.
16523 ac_log="
16524 This file was extended by Wine $as_me 1.5.14, which was
16525 generated by GNU Autoconf 2.69.  Invocation command line was
16526
16527   CONFIG_FILES    = $CONFIG_FILES
16528   CONFIG_HEADERS  = $CONFIG_HEADERS
16529   CONFIG_LINKS    = $CONFIG_LINKS
16530   CONFIG_COMMANDS = $CONFIG_COMMANDS
16531   $ $0 $@
16532
16533 on `(hostname || uname -n) 2>/dev/null | sed 1q`
16534 "
16535
16536 _ACEOF
16537
16538 case $ac_config_files in *"
16539 "*) set x $ac_config_files; shift; ac_config_files=$*;;
16540 esac
16541
16542 case $ac_config_headers in *"
16543 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
16544 esac
16545
16546
16547 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16548 # Files that config.status was made for.
16549 config_files="$ac_config_files"
16550 config_headers="$ac_config_headers"
16551 config_links="$ac_config_links"
16552 config_commands="$ac_config_commands"
16553
16554 _ACEOF
16555
16556 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16557 ac_cs_usage="\
16558 \`$as_me' instantiates files and other configuration actions
16559 from templates according to the current configuration.  Unless the files
16560 and actions are specified as TAGs, all are instantiated by default.
16561
16562 Usage: $0 [OPTION]... [TAG]...
16563
16564   -h, --help       print this help, then exit
16565   -V, --version    print version number and configuration settings, then exit
16566       --config     print configuration, then exit
16567   -q, --quiet, --silent
16568                    do not print progress messages
16569   -d, --debug      don't remove temporary files
16570       --recheck    update $as_me by reconfiguring in the same conditions
16571       --file=FILE[:TEMPLATE]
16572                    instantiate the configuration file FILE
16573       --header=FILE[:TEMPLATE]
16574                    instantiate the configuration header FILE
16575
16576 Configuration files:
16577 $config_files
16578
16579 Configuration headers:
16580 $config_headers
16581
16582 Configuration links:
16583 $config_links
16584
16585 Configuration commands:
16586 $config_commands
16587
16588 Report bugs to <wine-devel@winehq.org>.
16589 Wine home page: <http://www.winehq.org>."
16590
16591 _ACEOF
16592 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16593 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16594 ac_cs_version="\\
16595 Wine config.status 1.5.14
16596 configured by $0, generated by GNU Autoconf 2.69,
16597   with options \\"\$ac_cs_config\\"
16598
16599 Copyright (C) 2012 Free Software Foundation, Inc.
16600 This config.status script is free software; the Free Software Foundation
16601 gives unlimited permission to copy, distribute and modify it."
16602
16603 ac_pwd='$ac_pwd'
16604 srcdir='$srcdir'
16605 INSTALL='$INSTALL'
16606 test -n "\$AWK" || AWK=awk
16607 _ACEOF
16608
16609 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16610 # The default lists apply if the user does not specify any file.
16611 ac_need_defaults=:
16612 while test $# != 0
16613 do
16614   case $1 in
16615   --*=?*)
16616     ac_option=`expr "X$1" : 'X\([^=]*\)='`
16617     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
16618     ac_shift=:
16619     ;;
16620   --*=)
16621     ac_option=`expr "X$1" : 'X\([^=]*\)='`
16622     ac_optarg=
16623     ac_shift=:
16624     ;;
16625   *)
16626     ac_option=$1
16627     ac_optarg=$2
16628     ac_shift=shift
16629     ;;
16630   esac
16631
16632   case $ac_option in
16633   # Handling of the options.
16634   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
16635     ac_cs_recheck=: ;;
16636   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
16637     $as_echo "$ac_cs_version"; exit ;;
16638   --config | --confi | --conf | --con | --co | --c )
16639     $as_echo "$ac_cs_config"; exit ;;
16640   --debug | --debu | --deb | --de | --d | -d )
16641     debug=: ;;
16642   --file | --fil | --fi | --f )
16643     $ac_shift
16644     case $ac_optarg in
16645     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16646     '') as_fn_error $? "missing file argument" ;;
16647     esac
16648     as_fn_append CONFIG_FILES " '$ac_optarg'"
16649     ac_need_defaults=false;;
16650   --header | --heade | --head | --hea )
16651     $ac_shift
16652     case $ac_optarg in
16653     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16654     esac
16655     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
16656     ac_need_defaults=false;;
16657   --he | --h)
16658     # Conflict between --help and --header
16659     as_fn_error $? "ambiguous option: \`$1'
16660 Try \`$0 --help' for more information.";;
16661   --help | --hel | -h )
16662     $as_echo "$ac_cs_usage"; exit ;;
16663   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16664   | -silent | --silent | --silen | --sile | --sil | --si | --s)
16665     ac_cs_silent=: ;;
16666
16667   # This is an error.
16668   -*) as_fn_error $? "unrecognized option: \`$1'
16669 Try \`$0 --help' for more information." ;;
16670
16671   *) as_fn_append ac_config_targets " $1"
16672      ac_need_defaults=false ;;
16673
16674   esac
16675   shift
16676 done
16677
16678 ac_configure_extra_args=
16679
16680 if $ac_cs_silent; then
16681   exec 6>/dev/null
16682   ac_configure_extra_args="$ac_configure_extra_args --silent"
16683 fi
16684
16685 _ACEOF
16686 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16687 if \$ac_cs_recheck; then
16688   set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16689   shift
16690   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16691   CONFIG_SHELL='$SHELL'
16692   export CONFIG_SHELL
16693   exec "\$@"
16694 fi
16695
16696 _ACEOF
16697 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16698 exec 5>>config.log
16699 {
16700   echo
16701   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16702 ## Running $as_me. ##
16703 _ASBOX
16704   $as_echo "$ac_log"
16705 } >&5
16706
16707 _ACEOF
16708 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16709 #
16710 # INIT-COMMANDS
16711 #
16712 wine_fn_output_makefile ()
16713 {
16714     cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && return
16715 $ALL_MAKEFILE_DEPENDS
16716 _WINE_EOF
16717     as_fn_error $? "could not create Makefile" "$LINENO" 5
16718 }
16719
16720 _ACEOF
16721
16722 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16723
16724 # Handling of arguments.
16725 for ac_config_target in $ac_config_targets
16726 do
16727   case $ac_config_target in
16728     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
16729     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
16730     "dlls/shell32/AUTHORS") CONFIG_LINKS="$CONFIG_LINKS dlls/shell32/AUTHORS:AUTHORS" ;;
16731     "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
16732     "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
16733     "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
16734     "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
16735     "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
16736     "po/LINGUAS") CONFIG_LINKS="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
16737     "tools/l_intl.nls") CONFIG_LINKS="$CONFIG_LINKS tools/l_intl.nls:tools/l_intl.nls" ;;
16738     "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
16739     "wine64") CONFIG_LINKS="$CONFIG_LINKS wine64:tools/winewrapper" ;;
16740     "dlls/gdi32/dibdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/dibdrv" ;;
16741     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
16742     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
16743     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
16744     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
16745     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
16746     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
16747     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
16748     "Maketest.rules") CONFIG_FILES="$CONFIG_FILES Maketest.rules" ;;
16749     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
16750     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
16751     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
16752     "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
16753     "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Make.vars.in:Makefile.in" ;;
16754
16755   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16756   esac
16757 done
16758
16759
16760 # If the user did not use the arguments to specify the items to instantiate,
16761 # then the envvar interface is used.  Set only those that are not.
16762 # We use the long form for the default assignment because of an extremely
16763 # bizarre bug on SunOS 4.1.3.
16764 if $ac_need_defaults; then
16765   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16766   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16767   test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
16768   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16769 fi
16770
16771 # Have a temporary directory for convenience.  Make it in the build tree
16772 # simply because there is no reason against having it here, and in addition,
16773 # creating and moving files from /tmp can sometimes cause problems.
16774 # Hook for its removal unless debugging.
16775 # Note that there is a small window in which the directory will not be cleaned:
16776 # after its creation but before its name has been assigned to `$tmp'.
16777 $debug ||
16778 {
16779   tmp= ac_tmp=
16780   trap 'exit_status=$?
16781   : "${ac_tmp:=$tmp}"
16782   { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
16783 ' 0
16784   trap 'as_fn_exit 1' 1 2 13 15
16785 }
16786 # Create a (secure) tmp directory for tmp files.
16787
16788 {
16789   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16790   test -d "$tmp"
16791 }  ||
16792 {
16793   tmp=./conf$$-$RANDOM
16794   (umask 077 && mkdir "$tmp")
16795 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16796 ac_tmp=$tmp
16797
16798 # Set up the scripts for CONFIG_FILES section.
16799 # No need to generate them if there are no CONFIG_FILES.
16800 # This happens for instance with `./config.status config.h'.
16801 if test -n "$CONFIG_FILES"; then
16802
16803 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
16804   ac_cs_awk_getline=:
16805   ac_cs_awk_pipe_init=
16806   ac_cs_awk_read_file='
16807       while ((getline aline < (F[key])) > 0)
16808         print(aline)
16809       close(F[key])'
16810   ac_cs_awk_pipe_fini=
16811 else
16812   ac_cs_awk_getline=false
16813   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
16814   ac_cs_awk_read_file='
16815       print "|#_!!_#|"
16816       print "cat " F[key] " &&"
16817       '$ac_cs_awk_pipe_init
16818   # The final `:' finishes the AND list.
16819   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
16820 fi
16821 ac_cr=`echo X | tr X '\015'`
16822 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16823 # But we know of no other shell where ac_cr would be empty at this
16824 # point, so we can use a bashism as a fallback.
16825 if test "x$ac_cr" = x; then
16826   eval ac_cr=\$\'\\r\'
16827 fi
16828 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16829 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16830   ac_cs_awk_cr='\\r'
16831 else
16832   ac_cs_awk_cr=$ac_cr
16833 fi
16834
16835 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
16836 _ACEOF
16837
16838 # Create commands to substitute file output variables.
16839 {
16840   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
16841   echo 'cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&' &&
16842   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
16843   echo "_ACAWK" &&
16844   echo "_ACEOF"
16845 } >conf$$files.sh &&
16846 . ./conf$$files.sh ||
16847   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16848 rm -f conf$$files.sh
16849
16850 {
16851   echo "cat >conf$$subs.awk <<_ACEOF" &&
16852   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16853   echo "_ACEOF"
16854 } >conf$$subs.sh ||
16855   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16856 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16857 ac_delim='%!_!# '
16858 for ac_last_try in false false false false false :; do
16859   . ./conf$$subs.sh ||
16860     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16861
16862   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16863   if test $ac_delim_n = $ac_delim_num; then
16864     break
16865   elif $ac_last_try; then
16866     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16867   else
16868     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16869   fi
16870 done
16871 rm -f conf$$subs.sh
16872
16873 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16874 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
16875 _ACEOF
16876 sed -n '
16877 h
16878 s/^/S["/; s/!.*/"]=/
16879 p
16880 g
16881 s/^[^!]*!//
16882 :repl
16883 t repl
16884 s/'"$ac_delim"'$//
16885 t delim
16886 :nl
16887 h
16888 s/\(.\{148\}\)..*/\1/
16889 t more1
16890 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16891 p
16892 n
16893 b repl
16894 :more1
16895 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16896 p
16897 g
16898 s/.\{148\}//
16899 t nl
16900 :delim
16901 h
16902 s/\(.\{148\}\)..*/\1/
16903 t more2
16904 s/["\\]/\\&/g; s/^/"/; s/$/"/
16905 p
16906 b
16907 :more2
16908 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16909 p
16910 g
16911 s/.\{148\}//
16912 t delim
16913 ' <conf$$subs.awk | sed '
16914 /^[^""]/{
16915   N
16916   s/\n//
16917 }
16918 ' >>$CONFIG_STATUS || ac_write_fail=1
16919 rm -f conf$$subs.awk
16920 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16921 _ACAWK
16922 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
16923   for (key in S) S_is_set[key] = 1
16924   FS = "\a"
16925   \$ac_cs_awk_pipe_init
16926 }
16927 {
16928   line = $ 0
16929   nfields = split(line, field, "@")
16930   substed = 0
16931   len = length(field[1])
16932   for (i = 2; i < nfields; i++) {
16933     key = field[i]
16934     keylen = length(key)
16935     if (S_is_set[key]) {
16936       value = S[key]
16937       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16938       len += length(value) + length(field[++i])
16939       substed = 1
16940     } else
16941       len += 1 + keylen
16942   }
16943   if (nfields == 3 && !substed) {
16944     key = field[2]
16945     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
16946       \$ac_cs_awk_read_file
16947       next
16948     }
16949   }
16950   print line
16951 }
16952 \$ac_cs_awk_pipe_fini
16953 _ACAWK
16954 _ACEOF
16955 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16956 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16957   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16958 else
16959   cat
16960 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16961   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
16962 _ACEOF
16963
16964 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16965 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
16966 # trailing colons and then remove the whole line if VPATH becomes empty
16967 # (actually we leave an empty line to preserve line numbers).
16968 if test "x$srcdir" = x.; then
16969   ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
16970 h
16971 s///
16972 s/^/:/
16973 s/[      ]*$/:/
16974 s/:\$(srcdir):/:/g
16975 s/:\${srcdir}:/:/g
16976 s/:@srcdir@:/:/g
16977 s/^:*//
16978 s/:*$//
16979 x
16980 s/\(=[   ]*\).*/\1/
16981 G
16982 s/\n//
16983 s/^[^=]*=[       ]*$//
16984 }'
16985 fi
16986
16987 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16988 fi # test -n "$CONFIG_FILES"
16989
16990 # Set up the scripts for CONFIG_HEADERS section.
16991 # No need to generate them if there are no CONFIG_HEADERS.
16992 # This happens for instance with `./config.status Makefile'.
16993 if test -n "$CONFIG_HEADERS"; then
16994 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
16995 BEGIN {
16996 _ACEOF
16997
16998 # Transform confdefs.h into an awk script `defines.awk', embedded as
16999 # here-document in config.status, that substitutes the proper values into
17000 # config.h.in to produce config.h.
17001
17002 # Create a delimiter string that does not exist in confdefs.h, to ease
17003 # handling of long lines.
17004 ac_delim='%!_!# '
17005 for ac_last_try in false false :; do
17006   ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
17007   if test -z "$ac_tt"; then
17008     break
17009   elif $ac_last_try; then
17010     as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
17011   else
17012     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17013   fi
17014 done
17015
17016 # For the awk script, D is an array of macro values keyed by name,
17017 # likewise P contains macro parameters if any.  Preserve backslash
17018 # newline sequences.
17019
17020 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
17021 sed -n '
17022 s/.\{148\}/&'"$ac_delim"'/g
17023 t rset
17024 :rset
17025 s/^[     ]*#[    ]*define[       ][      ]*/ /
17026 t def
17027 d
17028 :def
17029 s/\\$//
17030 t bsnl
17031 s/["\\]/\\&/g
17032 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
17033 D["\1"]=" \3"/p
17034 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
17035 d
17036 :bsnl
17037 s/["\\]/\\&/g
17038 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
17039 D["\1"]=" \3\\\\\\n"\\/p
17040 t cont
17041 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
17042 t cont
17043 d
17044 :cont
17045 n
17046 s/.\{148\}/&'"$ac_delim"'/g
17047 t clear
17048 :clear
17049 s/\\$//
17050 t bsnlc
17051 s/["\\]/\\&/g; s/^/"/; s/$/"/p
17052 d
17053 :bsnlc
17054 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
17055 b cont
17056 ' <confdefs.h | sed '
17057 s/'"$ac_delim"'/"\\\
17058 "/g' >>$CONFIG_STATUS || ac_write_fail=1
17059
17060 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17061   for (key in D) D_is_set[key] = 1
17062   FS = "\a"
17063 }
17064 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
17065   line = \$ 0
17066   split(line, arg, " ")
17067   if (arg[1] == "#") {
17068     defundef = arg[2]
17069     mac1 = arg[3]
17070   } else {
17071     defundef = substr(arg[1], 2)
17072     mac1 = arg[2]
17073   }
17074   split(mac1, mac2, "(") #)
17075   macro = mac2[1]
17076   prefix = substr(line, 1, index(line, defundef) - 1)
17077   if (D_is_set[macro]) {
17078     # Preserve the white space surrounding the "#".
17079     print prefix "define", macro P[macro] D[macro]
17080     next
17081   } else {
17082     # Replace #undef with comments.  This is necessary, for example,
17083     # in the case of _POSIX_SOURCE, which is predefined and required
17084     # on some systems where configure will not decide to define it.
17085     if (defundef == "undef") {
17086       print "/*", prefix defundef, macro, "*/"
17087       next
17088     }
17089   }
17090 }
17091 { print }
17092 _ACAWK
17093 _ACEOF
17094 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17095   as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
17096 fi # test -n "$CONFIG_HEADERS"
17097
17098
17099 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS  :L $CONFIG_LINKS  :C $CONFIG_COMMANDS"
17100 shift
17101 for ac_tag
17102 do
17103   case $ac_tag in
17104   :[FHLC]) ac_mode=$ac_tag; continue;;
17105   esac
17106   case $ac_mode$ac_tag in
17107   :[FHL]*:*);;
17108   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
17109   :[FH]-) ac_tag=-:-;;
17110   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
17111   esac
17112   ac_save_IFS=$IFS
17113   IFS=:
17114   set x $ac_tag
17115   IFS=$ac_save_IFS
17116   shift
17117   ac_file=$1
17118   shift
17119
17120   case $ac_mode in
17121   :L) ac_source=$1;;
17122   :[FH])
17123     ac_file_inputs=
17124     for ac_f
17125     do
17126       case $ac_f in
17127       -) ac_f="$ac_tmp/stdin";;
17128       *) # Look for the file first in the build tree, then in the source tree
17129          # (if the path is not absolute).  The absolute path cannot be DOS-style,
17130          # because $ac_f cannot contain `:'.
17131          test -f "$ac_f" ||
17132            case $ac_f in
17133            [\\/$]*) false;;
17134            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
17135            esac ||
17136            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
17137       esac
17138       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
17139       as_fn_append ac_file_inputs " '$ac_f'"
17140     done
17141
17142     # Let's still pretend it is `configure' which instantiates (i.e., don't
17143     # use $as_me), people would be surprised to read:
17144     #    /* config.h.  Generated by config.status.  */
17145     configure_input='Generated from '`
17146           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
17147         `' by configure.'
17148     if test x"$ac_file" != x-; then
17149       configure_input="$ac_file.  $configure_input"
17150       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
17151 $as_echo "$as_me: creating $ac_file" >&6;}
17152     fi
17153     # Neutralize special characters interpreted by sed in replacement strings.
17154     case $configure_input in #(
17155     *\&* | *\|* | *\\* )
17156        ac_sed_conf_input=`$as_echo "$configure_input" |
17157        sed 's/[\\\\&|]/\\\\&/g'`;; #(
17158     *) ac_sed_conf_input=$configure_input;;
17159     esac
17160
17161     case $ac_tag in
17162     *:-:* | *:-) cat >"$ac_tmp/stdin" \
17163       || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
17164     esac
17165     ;;
17166   esac
17167
17168   ac_dir=`$as_dirname -- "$ac_file" ||
17169 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17170          X"$ac_file" : 'X\(//\)[^/]' \| \
17171          X"$ac_file" : 'X\(//\)$' \| \
17172          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
17173 $as_echo X"$ac_file" |
17174     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17175             s//\1/
17176             q
17177           }
17178           /^X\(\/\/\)[^/].*/{
17179             s//\1/
17180             q
17181           }
17182           /^X\(\/\/\)$/{
17183             s//\1/
17184             q
17185           }
17186           /^X\(\/\).*/{
17187             s//\1/
17188             q
17189           }
17190           s/.*/./; q'`
17191   as_dir="$ac_dir"; as_fn_mkdir_p
17192   ac_builddir=.
17193
17194 case "$ac_dir" in
17195 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
17196 *)
17197   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
17198   # A ".." for each directory in $ac_dir_suffix.
17199   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
17200   case $ac_top_builddir_sub in
17201   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
17202   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
17203   esac ;;
17204 esac
17205 ac_abs_top_builddir=$ac_pwd
17206 ac_abs_builddir=$ac_pwd$ac_dir_suffix
17207 # for backward compatibility:
17208 ac_top_builddir=$ac_top_build_prefix
17209
17210 case $srcdir in
17211   .)  # We are building in place.
17212     ac_srcdir=.
17213     ac_top_srcdir=$ac_top_builddir_sub
17214     ac_abs_top_srcdir=$ac_pwd ;;
17215   [\\/]* | ?:[\\/]* )  # Absolute name.
17216     ac_srcdir=$srcdir$ac_dir_suffix;
17217     ac_top_srcdir=$srcdir
17218     ac_abs_top_srcdir=$srcdir ;;
17219   *) # Relative name.
17220     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
17221     ac_top_srcdir=$ac_top_build_prefix$srcdir
17222     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
17223 esac
17224 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
17225
17226
17227   case $ac_mode in
17228   :F)
17229   #
17230   # CONFIG_FILE
17231   #
17232
17233   case $INSTALL in
17234   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
17235   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
17236   esac
17237 _ACEOF
17238
17239 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17240 # If the template does not know about datarootdir, expand it.
17241 # FIXME: This hack should be removed a few years after 2.60.
17242 ac_datarootdir_hack=; ac_datarootdir_seen=
17243 ac_sed_dataroot='
17244 /datarootdir/ {
17245   p
17246   q
17247 }
17248 /@datadir@/p
17249 /@docdir@/p
17250 /@infodir@/p
17251 /@localedir@/p
17252 /@mandir@/p'
17253 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
17254 *datarootdir*) ac_datarootdir_seen=yes;;
17255 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
17256   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
17257 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
17258 _ACEOF
17259 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17260   ac_datarootdir_hack='
17261   s&@datadir@&$datadir&g
17262   s&@docdir@&$docdir&g
17263   s&@infodir@&$infodir&g
17264   s&@localedir@&$localedir&g
17265   s&@mandir@&$mandir&g
17266   s&\\\${datarootdir}&$datarootdir&g' ;;
17267 esac
17268 _ACEOF
17269
17270 # Neutralize VPATH when `$srcdir' = `.'.
17271 # Shell code in configure.ac might set extrasub.
17272 # FIXME: do we really want to maintain this feature?
17273 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17274 ac_sed_extra="$ac_vpsub
17275 $extrasub
17276 _ACEOF
17277 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17278 :t
17279 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
17280 s|@configure_input@|$ac_sed_conf_input|;t t
17281 s&@top_builddir@&$ac_top_builddir_sub&;t t
17282 s&@top_build_prefix@&$ac_top_build_prefix&;t t
17283 s&@srcdir@&$ac_srcdir&;t t
17284 s&@abs_srcdir@&$ac_abs_srcdir&;t t
17285 s&@top_srcdir@&$ac_top_srcdir&;t t
17286 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
17287 s&@builddir@&$ac_builddir&;t t
17288 s&@abs_builddir@&$ac_abs_builddir&;t t
17289 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
17290 s&@INSTALL@&$ac_INSTALL&;t t
17291 $ac_datarootdir_hack
17292 "
17293 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
17294 if $ac_cs_awk_getline; then
17295   $AWK -f "$ac_tmp/subs.awk"
17296 else
17297   $AWK -f "$ac_tmp/subs.awk" | $SHELL
17298 fi \
17299   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17300
17301 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
17302   { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
17303   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
17304       "$ac_tmp/out"`; test -z "$ac_out"; } &&
17305   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17306 which seems to be undefined.  Please make sure it is defined" >&5
17307 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17308 which seems to be undefined.  Please make sure it is defined" >&2;}
17309
17310   rm -f "$ac_tmp/stdin"
17311   case $ac_file in
17312   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
17313   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
17314   esac \
17315   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17316  ;;
17317   :H)
17318   #
17319   # CONFIG_HEADER
17320   #
17321   if test x"$ac_file" != x-; then
17322     {
17323       $as_echo "/* $configure_input  */" \
17324       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
17325     } >"$ac_tmp/config.h" \
17326       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17327     if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
17328       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
17329 $as_echo "$as_me: $ac_file is unchanged" >&6;}
17330     else
17331       rm -f "$ac_file"
17332       mv "$ac_tmp/config.h" "$ac_file" \
17333         || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17334     fi
17335   else
17336     $as_echo "/* $configure_input  */" \
17337       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
17338       || as_fn_error $? "could not create -" "$LINENO" 5
17339   fi
17340  ;;
17341   :L)
17342   #
17343   # CONFIG_LINK
17344   #
17345
17346   if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
17347     :
17348   else
17349     # Prefer the file from the source tree if names are identical.
17350     if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
17351       ac_source=$srcdir/$ac_source
17352     fi
17353
17354     { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
17355 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
17356
17357     if test ! -r "$ac_source"; then
17358       as_fn_error $? "$ac_source: file not found" "$LINENO" 5
17359     fi
17360     rm -f "$ac_file"
17361
17362     # Try a relative symlink, then a hard link, then a copy.
17363     case $ac_source in
17364     [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
17365         *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
17366     esac
17367     ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
17368       ln "$ac_source" "$ac_file" 2>/dev/null ||
17369       cp -p "$ac_source" "$ac_file" ||
17370       as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
17371   fi
17372  ;;
17373   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
17374 $as_echo "$as_me: executing $ac_file commands" >&6;}
17375  ;;
17376   esac
17377
17378
17379   case $ac_file$ac_mode in
17380     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
17381     "dlls/gdi32/dibdrv":C) test -d "dlls/gdi32/dibdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/dibdrv" >&5
17382 $as_echo "$as_me: creating dlls/gdi32/dibdrv" >&6;}; as_dir="dlls/gdi32/dibdrv"; as_fn_mkdir_p; } ;;
17383     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
17384 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;}; as_dir="dlls/gdi32/enhmfdrv"; as_fn_mkdir_p; } ;;
17385     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
17386 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;}; as_dir="dlls/gdi32/mfdrv"; as_fn_mkdir_p; } ;;
17387     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
17388 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;}; as_dir="dlls/kernel32/nls"; as_fn_mkdir_p; } ;;
17389     "dlls/user32/resources":C) test -d "dlls/user32/resources" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
17390 $as_echo "$as_me: creating dlls/user32/resources" >&6;}; as_dir="dlls/user32/resources"; as_fn_mkdir_p; } ;;
17391     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
17392 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;}; as_dir="dlls/wineps.drv/data"; as_fn_mkdir_p; } ;;
17393     "include/wine":C) test -d "include/wine" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
17394 $as_echo "$as_me: creating include/wine" >&6;}; as_dir="include/wine"; as_fn_mkdir_p; } ;;
17395     "Makefile":C) wine_fn_output_makefile Makefile ;;
17396
17397   esac
17398 done # for ac_tag
17399
17400
17401 as_fn_exit 0
17402 _ACEOF
17403 ac_clean_files=$ac_clean_files_save
17404
17405 test $ac_write_fail = 0 ||
17406   as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
17407
17408
17409 # configure is writing to config.log, and then calls config.status.
17410 # config.status does its own redirection, appending to config.log.
17411 # Unfortunately, on DOS this fails, as config.log is still kept open
17412 # by configure, so config.status won't be able to write to it; its
17413 # output is simply discarded.  So we exec the FD to /dev/null,
17414 # effectively closing config.log, so it can be properly (re)opened and
17415 # appended to by config.status.  When coming back to configure, we
17416 # need to make the FD available again.
17417 if test "$no_create" != yes; then
17418   ac_cs_success=:
17419   ac_config_status_args=
17420   test "$silent" = yes &&
17421     ac_config_status_args="$ac_config_status_args --quiet"
17422   exec 5>/dev/null
17423   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17424   exec 5>>config.log
17425   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17426   # would make configure fail if this is the last instruction.
17427   $ac_cs_success || as_fn_exit 1
17428 fi
17429 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17430   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17431 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
17432 fi
17433
17434
17435 if test "$no_create" = "yes"
17436 then
17437   exit 0
17438 fi
17439
17440 ac_save_IFS="$IFS"
17441 if test "x$wine_notices != "x; then
17442     echo >&6
17443     IFS="|"
17444     for msg in $wine_notices; do
17445         IFS="$ac_save_IFS"
17446         if test -n "$msg"; then
17447             { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
17448 $as_echo "$as_me: $msg" >&6;}
17449         fi
17450     done
17451 fi
17452 IFS="|"
17453 for msg in $wine_warnings; do
17454     IFS="$ac_save_IFS"
17455     if test -n "$msg"; then
17456         echo >&2
17457         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
17458 $as_echo "$as_me: WARNING: $msg" >&2;}
17459     fi
17460 done
17461 IFS="$ac_save_IFS"
17462
17463 echo "
17464 $as_me: Finished.  Do '${ac_make}' to compile Wine.
17465 " >&6
17466