winmm: Remove driver implementation of waveIn*.
[wine] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.68 for Wine 1.3.24.
4 #
5 # Report bugs to <wine-devel@winehq.org>.
6 #
7 #
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
10 # Foundation, Inc.
11 #
12 #
13 # This configure script is free software; the Free Software Foundation
14 # gives unlimited permission to copy, distribute and modify it.
15 ## -------------------- ##
16 ## M4sh Initialization. ##
17 ## -------------------- ##
18
19 # Be more Bourne compatible
20 DUALCASE=1; export DUALCASE # for MKS sh
21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22   emulate sh
23   NULLCMD=:
24   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25   # is contrary to our usage.  Disable this feature.
26   alias -g '${1+"$@"}'='"$@"'
27   setopt NO_GLOB_SUBST
28 else
29   case `(set -o) 2>/dev/null` in #(
30   *posix*) :
31     set -o posix ;; #(
32   *) :
33      ;;
34 esac
35 fi
36
37
38 as_nl='
39 '
40 export as_nl
41 # Printing a long string crashes Solaris 7 /usr/bin/printf.
42 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45 # Prefer a ksh shell builtin over an external printf program on Solaris,
46 # but without wasting forks for bash or zsh.
47 if test -z "$BASH_VERSION$ZSH_VERSION" \
48     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49   as_echo='print -r --'
50   as_echo_n='print -rn --'
51 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52   as_echo='printf %s\n'
53   as_echo_n='printf %s'
54 else
55   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57     as_echo_n='/usr/ucb/echo -n'
58   else
59     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60     as_echo_n_body='eval
61       arg=$1;
62       case $arg in #(
63       *"$as_nl"*)
64         expr "X$arg" : "X\\(.*\\)$as_nl";
65         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66       esac;
67       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
68     '
69     export as_echo_n_body
70     as_echo_n='sh -c $as_echo_n_body as_echo'
71   fi
72   export as_echo_body
73   as_echo='sh -c $as_echo_body as_echo'
74 fi
75
76 # The user is always right.
77 if test "${PATH_SEPARATOR+set}" != set; then
78   PATH_SEPARATOR=:
79   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81       PATH_SEPARATOR=';'
82   }
83 fi
84
85
86 # IFS
87 # We need space, tab and new line, in precisely that order.  Quoting is
88 # there to prevent editors from complaining about space-tab.
89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
90 # splitting by setting IFS to empty value.)
91 IFS=" ""        $as_nl"
92
93 # Find who we are.  Look in the path if we contain no directory separator.
94 as_myself=
95 case $0 in #((
96   *[\\/]* ) as_myself=$0 ;;
97   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
98 for as_dir in $PATH
99 do
100   IFS=$as_save_IFS
101   test -z "$as_dir" && as_dir=.
102     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
103   done
104 IFS=$as_save_IFS
105
106      ;;
107 esac
108 # We did not find ourselves, most probably we were run as `sh COMMAND'
109 # in which case we are not to be found in the path.
110 if test "x$as_myself" = x; then
111   as_myself=$0
112 fi
113 if test ! -f "$as_myself"; then
114   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
115   exit 1
116 fi
117
118 # Unset variables that we do not need and which cause bugs (e.g. in
119 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
120 # suppresses any "Segmentation fault" message there.  '((' could
121 # trigger a bug in pdksh 5.2.14.
122 for as_var in BASH_ENV ENV MAIL MAILPATH
123 do eval test x\${$as_var+set} = xset \
124   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
125 done
126 PS1='$ '
127 PS2='> '
128 PS4='+ '
129
130 # NLS nuisances.
131 LC_ALL=C
132 export LC_ALL
133 LANGUAGE=C
134 export LANGUAGE
135
136 # CDPATH.
137 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138
139 if test "x$CONFIG_SHELL" = x; then
140   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
141   emulate sh
142   NULLCMD=:
143   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
144   # is contrary to our usage.  Disable this feature.
145   alias -g '\${1+\"\$@\"}'='\"\$@\"'
146   setopt NO_GLOB_SUBST
147 else
148   case \`(set -o) 2>/dev/null\` in #(
149   *posix*) :
150     set -o posix ;; #(
151   *) :
152      ;;
153 esac
154 fi
155 "
156   as_required="as_fn_return () { (exit \$1); }
157 as_fn_success () { as_fn_return 0; }
158 as_fn_failure () { as_fn_return 1; }
159 as_fn_ret_success () { return 0; }
160 as_fn_ret_failure () { return 1; }
161
162 exitcode=0
163 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
164 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
165 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
166 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
167 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
168
169 else
170   exitcode=1; echo positional parameters were not saved.
171 fi
172 test x\$exitcode = x0 || exit 1"
173   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
174   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
175   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
176   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
177 test \$(( 1 + 1 )) = 2 || exit 1"
178   if (eval "$as_required") 2>/dev/null; then :
179   as_have_required=yes
180 else
181   as_have_required=no
182 fi
183   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
184
185 else
186   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
187 as_found=false
188 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
189 do
190   IFS=$as_save_IFS
191   test -z "$as_dir" && as_dir=.
192   as_found=:
193   case $as_dir in #(
194          /*)
195            for as_base in sh bash ksh sh5; do
196              # Try only shells that exist, to save several forks.
197              as_shell=$as_dir/$as_base
198              if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
199                     { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
200   CONFIG_SHELL=$as_shell as_have_required=yes
201                    if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
202   break 2
203 fi
204 fi
205            done;;
206        esac
207   as_found=false
208 done
209 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
210               { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
211   CONFIG_SHELL=$SHELL as_have_required=yes
212 fi; }
213 IFS=$as_save_IFS
214
215
216       if test "x$CONFIG_SHELL" != x; then :
217   # We cannot yet assume a decent shell, so we have to provide a
218         # neutralization value for shells without unset; and this also
219         # works around shells that cannot unset nonexistent variables.
220         # Preserve -v and -x to the replacement shell.
221         BASH_ENV=/dev/null
222         ENV=/dev/null
223         (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
224         export CONFIG_SHELL
225         case $- in # ((((
226           *v*x* | *x*v* ) as_opts=-vx ;;
227           *v* ) as_opts=-v ;;
228           *x* ) as_opts=-x ;;
229           * ) as_opts= ;;
230         esac
231         exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
232 fi
233
234     if test x$as_have_required = xno; then :
235   $as_echo "$0: This script requires a shell more modern than all"
236   $as_echo "$0: the shells that I found on your system."
237   if test x${ZSH_VERSION+set} = xset ; then
238     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
239     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
240   else
241     $as_echo "$0: Please tell bug-autoconf@gnu.org and
242 $0: wine-devel@winehq.org about your system, including any
243 $0: error possibly output before this message. Then install
244 $0: a modern shell, or manually run the script under such a
245 $0: shell if you do have one."
246   fi
247   exit 1
248 fi
249 fi
250 fi
251 SHELL=${CONFIG_SHELL-/bin/sh}
252 export SHELL
253 # Unset more variables known to interfere with behavior of common tools.
254 CLICOLOR_FORCE= GREP_OPTIONS=
255 unset CLICOLOR_FORCE GREP_OPTIONS
256
257 ## --------------------- ##
258 ## M4sh Shell Functions. ##
259 ## --------------------- ##
260 # as_fn_unset VAR
261 # ---------------
262 # Portably unset VAR.
263 as_fn_unset ()
264 {
265   { eval $1=; unset $1;}
266 }
267 as_unset=as_fn_unset
268
269 # as_fn_set_status STATUS
270 # -----------------------
271 # Set $? to STATUS, without forking.
272 as_fn_set_status ()
273 {
274   return $1
275 } # as_fn_set_status
276
277 # as_fn_exit STATUS
278 # -----------------
279 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
280 as_fn_exit ()
281 {
282   set +e
283   as_fn_set_status $1
284   exit $1
285 } # as_fn_exit
286
287 # as_fn_mkdir_p
288 # -------------
289 # Create "$as_dir" as a directory, including parents if necessary.
290 as_fn_mkdir_p ()
291 {
292
293   case $as_dir in #(
294   -*) as_dir=./$as_dir;;
295   esac
296   test -d "$as_dir" || eval $as_mkdir_p || {
297     as_dirs=
298     while :; do
299       case $as_dir in #(
300       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
301       *) as_qdir=$as_dir;;
302       esac
303       as_dirs="'$as_qdir' $as_dirs"
304       as_dir=`$as_dirname -- "$as_dir" ||
305 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
306          X"$as_dir" : 'X\(//\)[^/]' \| \
307          X"$as_dir" : 'X\(//\)$' \| \
308          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
309 $as_echo X"$as_dir" |
310     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
311             s//\1/
312             q
313           }
314           /^X\(\/\/\)[^/].*/{
315             s//\1/
316             q
317           }
318           /^X\(\/\/\)$/{
319             s//\1/
320             q
321           }
322           /^X\(\/\).*/{
323             s//\1/
324             q
325           }
326           s/.*/./; q'`
327       test -d "$as_dir" && break
328     done
329     test -z "$as_dirs" || eval "mkdir $as_dirs"
330   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
331
332
333 } # as_fn_mkdir_p
334 # as_fn_append VAR VALUE
335 # ----------------------
336 # Append the text in VALUE to the end of the definition contained in VAR. Take
337 # advantage of any shell optimizations that allow amortized linear growth over
338 # repeated appends, instead of the typical quadratic growth present in naive
339 # implementations.
340 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
341   eval 'as_fn_append ()
342   {
343     eval $1+=\$2
344   }'
345 else
346   as_fn_append ()
347   {
348     eval $1=\$$1\$2
349   }
350 fi # as_fn_append
351
352 # as_fn_arith ARG...
353 # ------------------
354 # Perform arithmetic evaluation on the ARGs, and store the result in the
355 # global $as_val. Take advantage of shells that can avoid forks. The arguments
356 # must be portable across $(()) and expr.
357 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
358   eval 'as_fn_arith ()
359   {
360     as_val=$(( $* ))
361   }'
362 else
363   as_fn_arith ()
364   {
365     as_val=`expr "$@" || test $? -eq 1`
366   }
367 fi # as_fn_arith
368
369
370 # as_fn_error STATUS ERROR [LINENO LOG_FD]
371 # ----------------------------------------
372 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
373 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
374 # script with STATUS, using 1 if that was 0.
375 as_fn_error ()
376 {
377   as_status=$1; test $as_status -eq 0 && as_status=1
378   if test "$4"; then
379     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
380     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
381   fi
382   $as_echo "$as_me: error: $2" >&2
383   as_fn_exit $as_status
384 } # as_fn_error
385
386 if expr a : '\(a\)' >/dev/null 2>&1 &&
387    test "X`expr 00001 : '.*\(...\)'`" = X001; then
388   as_expr=expr
389 else
390   as_expr=false
391 fi
392
393 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
394   as_basename=basename
395 else
396   as_basename=false
397 fi
398
399 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
400   as_dirname=dirname
401 else
402   as_dirname=false
403 fi
404
405 as_me=`$as_basename -- "$0" ||
406 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
407          X"$0" : 'X\(//\)$' \| \
408          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
409 $as_echo X/"$0" |
410     sed '/^.*\/\([^/][^/]*\)\/*$/{
411             s//\1/
412             q
413           }
414           /^X\/\(\/\/\)$/{
415             s//\1/
416             q
417           }
418           /^X\/\(\/\).*/{
419             s//\1/
420             q
421           }
422           s/.*/./; q'`
423
424 # Avoid depending upon Character Ranges.
425 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
426 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
427 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
428 as_cr_digits='0123456789'
429 as_cr_alnum=$as_cr_Letters$as_cr_digits
430
431
432   as_lineno_1=$LINENO as_lineno_1a=$LINENO
433   as_lineno_2=$LINENO as_lineno_2a=$LINENO
434   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
435   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
436   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
437   sed -n '
438     p
439     /[$]LINENO/=
440   ' <$as_myself |
441     sed '
442       s/[$]LINENO.*/&-/
443       t lineno
444       b
445       :lineno
446       N
447       :loop
448       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
449       t loop
450       s/-\n.*//
451     ' >$as_me.lineno &&
452   chmod +x "$as_me.lineno" ||
453     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
454
455   # Don't try to exec as it changes $[0], causing all sort of problems
456   # (the dirname of $[0] is not the place where we might find the
457   # original and so on.  Autoconf is especially sensitive to this).
458   . "./$as_me.lineno"
459   # Exit status is that of the last command.
460   exit
461 }
462
463 ECHO_C= ECHO_N= ECHO_T=
464 case `echo -n x` in #(((((
465 -n*)
466   case `echo 'xy\c'` in
467   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
468   xy)  ECHO_C='\c';;
469   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
470        ECHO_T=' ';;
471   esac;;
472 *)
473   ECHO_N='-n';;
474 esac
475
476 rm -f conf$$ conf$$.exe conf$$.file
477 if test -d conf$$.dir; then
478   rm -f conf$$.dir/conf$$.file
479 else
480   rm -f conf$$.dir
481   mkdir conf$$.dir 2>/dev/null
482 fi
483 if (echo >conf$$.file) 2>/dev/null; then
484   if ln -s conf$$.file conf$$ 2>/dev/null; then
485     as_ln_s='ln -s'
486     # ... but there are two gotchas:
487     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
488     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
489     # In both cases, we have to default to `cp -p'.
490     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
491       as_ln_s='cp -p'
492   elif ln conf$$.file conf$$ 2>/dev/null; then
493     as_ln_s=ln
494   else
495     as_ln_s='cp -p'
496   fi
497 else
498   as_ln_s='cp -p'
499 fi
500 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
501 rmdir conf$$.dir 2>/dev/null
502
503 if mkdir -p . 2>/dev/null; then
504   as_mkdir_p='mkdir -p "$as_dir"'
505 else
506   test -d ./-p && rmdir ./-p
507   as_mkdir_p=false
508 fi
509
510 if test -x / >/dev/null 2>&1; then
511   as_test_x='test -x'
512 else
513   if ls -dL / >/dev/null 2>&1; then
514     as_ls_L_option=L
515   else
516     as_ls_L_option=
517   fi
518   as_test_x='
519     eval sh -c '\''
520       if test -d "$1"; then
521         test -d "$1/.";
522       else
523         case $1 in #(
524         -*)set "./$1";;
525         esac;
526         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
527         ???[sx]*):;;*)false;;esac;fi
528     '\'' sh
529   '
530 fi
531 as_executable_p=$as_test_x
532
533 # Sed expression to map a string onto a valid CPP name.
534 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
535
536 # Sed expression to map a string onto a valid variable name.
537 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
538
539
540 test -n "$DJDIR" || exec 7<&0 </dev/null
541 exec 6>&1
542
543 # Name of the host.
544 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
545 # so uname gets run too.
546 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
547
548 #
549 # Initializations.
550 #
551 ac_default_prefix=/usr/local
552 ac_clean_files=
553 ac_config_libobj_dir=.
554 LIBOBJS=
555 cross_compiling=no
556 subdirs=
557 MFLAGS=
558 MAKEFLAGS=
559
560 # Identity of this package.
561 PACKAGE_NAME='Wine'
562 PACKAGE_TARNAME='wine'
563 PACKAGE_VERSION='1.3.24'
564 PACKAGE_STRING='Wine 1.3.24'
565 PACKAGE_BUGREPORT='wine-devel@winehq.org'
566 PACKAGE_URL='http://www.winehq.org'
567
568 ac_unique_file="server/atom.c"
569 # Factoring default headers for most tests.
570 ac_includes_default="\
571 #include <stdio.h>
572 #ifdef HAVE_SYS_TYPES_H
573 # include <sys/types.h>
574 #endif
575 #ifdef HAVE_SYS_STAT_H
576 # include <sys/stat.h>
577 #endif
578 #ifdef STDC_HEADERS
579 # include <stdlib.h>
580 # include <stddef.h>
581 #else
582 # ifdef HAVE_STDLIB_H
583 #  include <stdlib.h>
584 # endif
585 #endif
586 #ifdef HAVE_STRING_H
587 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
588 #  include <memory.h>
589 # endif
590 # include <string.h>
591 #endif
592 #ifdef HAVE_STRINGS_H
593 # include <strings.h>
594 #endif
595 #ifdef HAVE_INTTYPES_H
596 # include <inttypes.h>
597 #endif
598 #ifdef HAVE_STDINT_H
599 # include <stdint.h>
600 #endif
601 #ifdef HAVE_UNISTD_H
602 # include <unistd.h>
603 #endif"
604
605 ac_subst_vars='LTLIBOBJS
606 LIBOBJS
607 LINGUAS
608 ALL_TEST_RESOURCES
609 LDAPLIBS
610 LIBPOLL
611 LIBDL
612 EXTRA_BINARIES
613 MAIN_BINARY
614 SOCKETLIBS
615 CRTLIBS
616 TOOLSEXT
617 LDPATH
618 UNWINDFLAGS
619 BUILTINFLAG
620 EXTRACFLAGS
621 LIBKSTAT
622 LIBOPENAL
623 LIBMPG123
624 PNGINCL
625 FONTCONFIGINCL
626 CUPSINCL
627 OSS4INCL
628 ALSALIBS
629 GSTREAMER_INCL
630 GSTREAMER_LIBS
631 ESDLIBS
632 ESDINCL
633 ESDCONFIG
634 LIBGETTEXTPO
635 ZLIB
636 FREETYPEINCL
637 FREETYPELIBS
638 ft_devel
639 LCMSLIBS
640 RESOLVLIBS
641 GPHOTO2INCL
642 GPHOTO2LIBS
643 gphoto2port_devel
644 gphoto2_devel
645 SANEINCL
646 sane_devel
647 GNUTLSINCL
648 HALINCL
649 XSLTINCL
650 XML2INCL
651 XML2LIBS
652 NASLIBS
653 X_EXTRA_LIBS
654 X_LIBS
655 X_PRE_LIBS
656 X_CFLAGS
657 XMKMF
658 LIBPTHREAD
659 CROSSTARGET
660 CROSSCC
661 CROSSTEST_DISABLE
662 PRELINK
663 CARBONLIB
664 QUICKTIMELIB
665 LIBOPENCL
666 FRAMEWORK_OPENAL
667 COREAUDIO
668 SECURITYLIB
669 DISKARBITRATIONLIB
670 LDEXECFLAGS
671 APPLICATIONSERVICESLIB
672 IOKITLIB
673 COREFOUNDATIONLIB
674 DLLWRAP
675 DLLTOOL
676 LDD
677 LDRPATH_LOCAL
678 LDRPATH_INSTALL
679 IMPLIBEXT
680 LIBEXT
681 LDDLLFLAGS
682 LDSHARED
683 DLLFLAGS
684 DLLEXT
685 CPP
686 OPENGL_LIBS
687 XLIB
688 MAINTAINER_MODE
689 ICOTOOL
690 CONVERT
691 RSVG
692 PKG_CONFIG
693 FONTFORGE
694 LINTFLAGS
695 LINT
696 INSTALL_DATA
697 INSTALL_SCRIPT
698 INSTALL_PROGRAM
699 LDCONFIG
700 EGREP
701 GREP
702 LN_S
703 RANLIB
704 ARFLAGS
705 ac_ct_AR
706 AR
707 BISON
708 FLEX
709 TOOLSDIR
710 WOW64_DISABLE
711 TARGETFLAGS
712 CPPBIN
713 ac_ct_CXX
714 CXXFLAGS
715 CXX
716 OBJEXT
717 EXEEXT
718 ac_ct_CC
719 CPPFLAGS
720 LDFLAGS
721 CFLAGS
722 CC
723 SET_MAKE
724 host_os
725 host_vendor
726 host_cpu
727 host
728 build_os
729 build_vendor
730 build_cpu
731 build
732 target_alias
733 host_alias
734 build_alias
735 LIBS
736 ECHO_T
737 ECHO_N
738 ECHO_C
739 DEFS
740 mandir
741 localedir
742 libdir
743 psdir
744 pdfdir
745 dvidir
746 htmldir
747 infodir
748 docdir
749 oldincludedir
750 includedir
751 localstatedir
752 sharedstatedir
753 sysconfdir
754 datadir
755 datarootdir
756 libexecdir
757 sbindir
758 bindir
759 program_transform_name
760 prefix
761 exec_prefix
762 PACKAGE_URL
763 PACKAGE_BUGREPORT
764 PACKAGE_STRING
765 PACKAGE_VERSION
766 PACKAGE_TARNAME
767 PACKAGE_NAME
768 PATH_SEPARATOR
769 SHELL'
770 ac_subst_files='MAKE_RULES
771 MAKE_TEST_RULES
772 MAKE_DLL_RULES
773 MAKE_IMPLIB_RULES
774 MAKE_PROG_RULES'
775 ac_user_opts='
776 enable_option_checking
777 enable_win16
778 enable_win64
779 enable_tests
780 enable_maintainer_mode
781 with_alsa
782 with_capi
783 with_cms
784 with_coreaudio
785 with_cups
786 with_curses
787 with_esd
788 with_fontconfig
789 with_freetype
790 with_gettextpo
791 with_gphoto
792 with_glu
793 with_gnutls
794 with_gsm
795 with_gstreamer
796 with_hal
797 with_jack
798 with_jpeg
799 with_ldap
800 with_mpg123
801 with_nas
802 with_openal
803 with_opencl
804 with_opengl
805 with_openssl
806 with_oss
807 with_png
808 with_pthread
809 with_sane
810 with_tiff
811 with_v4l
812 with_xcomposite
813 with_xcursor
814 with_xinerama
815 with_xinput
816 with_xinput2
817 with_xml
818 with_xrandr
819 with_xrender
820 with_xshape
821 with_xshm
822 with_xslt
823 with_xxf86vm
824 with_zlib
825 with_wine_tools
826 with_wine64
827 enable_largefile
828 with_x
829 '
830       ac_precious_vars='build_alias
831 host_alias
832 target_alias
833 CC
834 CFLAGS
835 LDFLAGS
836 LIBS
837 CPPFLAGS
838 CXX
839 CXXFLAGS
840 CCC
841 CPP
842 XMKMF'
843
844
845 # Initialize some variables set by options.
846 ac_init_help=
847 ac_init_version=false
848 ac_unrecognized_opts=
849 ac_unrecognized_sep=
850 # The variables have the same names as the options, with
851 # dashes changed to underlines.
852 cache_file=/dev/null
853 exec_prefix=NONE
854 no_create=
855 no_recursion=
856 prefix=NONE
857 program_prefix=NONE
858 program_suffix=NONE
859 program_transform_name=s,x,x,
860 silent=
861 site=
862 srcdir=
863 verbose=
864 x_includes=NONE
865 x_libraries=NONE
866
867 # Installation directory options.
868 # These are left unexpanded so users can "make install exec_prefix=/foo"
869 # and all the variables that are supposed to be based on exec_prefix
870 # by default will actually change.
871 # Use braces instead of parens because sh, perl, etc. also accept them.
872 # (The list follows the same order as the GNU Coding Standards.)
873 bindir='${exec_prefix}/bin'
874 sbindir='${exec_prefix}/sbin'
875 libexecdir='${exec_prefix}/libexec'
876 datarootdir='${prefix}/share'
877 datadir='${datarootdir}'
878 sysconfdir='${prefix}/etc'
879 sharedstatedir='${prefix}/com'
880 localstatedir='${prefix}/var'
881 includedir='${prefix}/include'
882 oldincludedir='/usr/include'
883 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
884 infodir='${datarootdir}/info'
885 htmldir='${docdir}'
886 dvidir='${docdir}'
887 pdfdir='${docdir}'
888 psdir='${docdir}'
889 libdir='${exec_prefix}/lib'
890 localedir='${datarootdir}/locale'
891 mandir='${datarootdir}/man'
892
893 ac_prev=
894 ac_dashdash=
895 for ac_option
896 do
897   # If the previous option needs an argument, assign it.
898   if test -n "$ac_prev"; then
899     eval $ac_prev=\$ac_option
900     ac_prev=
901     continue
902   fi
903
904   case $ac_option in
905   *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
906   *=)   ac_optarg= ;;
907   *)    ac_optarg=yes ;;
908   esac
909
910   # Accept the important Cygnus configure options, so we can diagnose typos.
911
912   case $ac_dashdash$ac_option in
913   --)
914     ac_dashdash=yes ;;
915
916   -bindir | --bindir | --bindi | --bind | --bin | --bi)
917     ac_prev=bindir ;;
918   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
919     bindir=$ac_optarg ;;
920
921   -build | --build | --buil | --bui | --bu)
922     ac_prev=build_alias ;;
923   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
924     build_alias=$ac_optarg ;;
925
926   -cache-file | --cache-file | --cache-fil | --cache-fi \
927   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
928     ac_prev=cache_file ;;
929   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
930   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
931     cache_file=$ac_optarg ;;
932
933   --config-cache | -C)
934     cache_file=config.cache ;;
935
936   -datadir | --datadir | --datadi | --datad)
937     ac_prev=datadir ;;
938   -datadir=* | --datadir=* | --datadi=* | --datad=*)
939     datadir=$ac_optarg ;;
940
941   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
942   | --dataroo | --dataro | --datar)
943     ac_prev=datarootdir ;;
944   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
945   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
946     datarootdir=$ac_optarg ;;
947
948   -disable-* | --disable-*)
949     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
950     # Reject names that are not valid shell variable names.
951     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
952       as_fn_error $? "invalid feature name: $ac_useropt"
953     ac_useropt_orig=$ac_useropt
954     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
955     case $ac_user_opts in
956       *"
957 "enable_$ac_useropt"
958 "*) ;;
959       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
960          ac_unrecognized_sep=', ';;
961     esac
962     eval enable_$ac_useropt=no ;;
963
964   -docdir | --docdir | --docdi | --doc | --do)
965     ac_prev=docdir ;;
966   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
967     docdir=$ac_optarg ;;
968
969   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
970     ac_prev=dvidir ;;
971   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
972     dvidir=$ac_optarg ;;
973
974   -enable-* | --enable-*)
975     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
976     # Reject names that are not valid shell variable names.
977     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
978       as_fn_error $? "invalid feature name: $ac_useropt"
979     ac_useropt_orig=$ac_useropt
980     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
981     case $ac_user_opts in
982       *"
983 "enable_$ac_useropt"
984 "*) ;;
985       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
986          ac_unrecognized_sep=', ';;
987     esac
988     eval enable_$ac_useropt=\$ac_optarg ;;
989
990   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
991   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
992   | --exec | --exe | --ex)
993     ac_prev=exec_prefix ;;
994   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
995   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
996   | --exec=* | --exe=* | --ex=*)
997     exec_prefix=$ac_optarg ;;
998
999   -gas | --gas | --ga | --g)
1000     # Obsolete; use --with-gas.
1001     with_gas=yes ;;
1002
1003   -help | --help | --hel | --he | -h)
1004     ac_init_help=long ;;
1005   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1006     ac_init_help=recursive ;;
1007   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1008     ac_init_help=short ;;
1009
1010   -host | --host | --hos | --ho)
1011     ac_prev=host_alias ;;
1012   -host=* | --host=* | --hos=* | --ho=*)
1013     host_alias=$ac_optarg ;;
1014
1015   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1016     ac_prev=htmldir ;;
1017   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1018   | --ht=*)
1019     htmldir=$ac_optarg ;;
1020
1021   -includedir | --includedir | --includedi | --included | --include \
1022   | --includ | --inclu | --incl | --inc)
1023     ac_prev=includedir ;;
1024   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1025   | --includ=* | --inclu=* | --incl=* | --inc=*)
1026     includedir=$ac_optarg ;;
1027
1028   -infodir | --infodir | --infodi | --infod | --info | --inf)
1029     ac_prev=infodir ;;
1030   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1031     infodir=$ac_optarg ;;
1032
1033   -libdir | --libdir | --libdi | --libd)
1034     ac_prev=libdir ;;
1035   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1036     libdir=$ac_optarg ;;
1037
1038   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1039   | --libexe | --libex | --libe)
1040     ac_prev=libexecdir ;;
1041   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1042   | --libexe=* | --libex=* | --libe=*)
1043     libexecdir=$ac_optarg ;;
1044
1045   -localedir | --localedir | --localedi | --localed | --locale)
1046     ac_prev=localedir ;;
1047   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1048     localedir=$ac_optarg ;;
1049
1050   -localstatedir | --localstatedir | --localstatedi | --localstated \
1051   | --localstate | --localstat | --localsta | --localst | --locals)
1052     ac_prev=localstatedir ;;
1053   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1054   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1055     localstatedir=$ac_optarg ;;
1056
1057   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1058     ac_prev=mandir ;;
1059   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1060     mandir=$ac_optarg ;;
1061
1062   -nfp | --nfp | --nf)
1063     # Obsolete; use --without-fp.
1064     with_fp=no ;;
1065
1066   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1067   | --no-cr | --no-c | -n)
1068     no_create=yes ;;
1069
1070   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1071   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1072     no_recursion=yes ;;
1073
1074   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1075   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1076   | --oldin | --oldi | --old | --ol | --o)
1077     ac_prev=oldincludedir ;;
1078   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1079   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1080   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1081     oldincludedir=$ac_optarg ;;
1082
1083   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1084     ac_prev=prefix ;;
1085   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1086     prefix=$ac_optarg ;;
1087
1088   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1089   | --program-pre | --program-pr | --program-p)
1090     ac_prev=program_prefix ;;
1091   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1092   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1093     program_prefix=$ac_optarg ;;
1094
1095   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1096   | --program-suf | --program-su | --program-s)
1097     ac_prev=program_suffix ;;
1098   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1099   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1100     program_suffix=$ac_optarg ;;
1101
1102   -program-transform-name | --program-transform-name \
1103   | --program-transform-nam | --program-transform-na \
1104   | --program-transform-n | --program-transform- \
1105   | --program-transform | --program-transfor \
1106   | --program-transfo | --program-transf \
1107   | --program-trans | --program-tran \
1108   | --progr-tra | --program-tr | --program-t)
1109     ac_prev=program_transform_name ;;
1110   -program-transform-name=* | --program-transform-name=* \
1111   | --program-transform-nam=* | --program-transform-na=* \
1112   | --program-transform-n=* | --program-transform-=* \
1113   | --program-transform=* | --program-transfor=* \
1114   | --program-transfo=* | --program-transf=* \
1115   | --program-trans=* | --program-tran=* \
1116   | --progr-tra=* | --program-tr=* | --program-t=*)
1117     program_transform_name=$ac_optarg ;;
1118
1119   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1120     ac_prev=pdfdir ;;
1121   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1122     pdfdir=$ac_optarg ;;
1123
1124   -psdir | --psdir | --psdi | --psd | --ps)
1125     ac_prev=psdir ;;
1126   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1127     psdir=$ac_optarg ;;
1128
1129   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1130   | -silent | --silent | --silen | --sile | --sil)
1131     silent=yes ;;
1132
1133   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1134     ac_prev=sbindir ;;
1135   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1136   | --sbi=* | --sb=*)
1137     sbindir=$ac_optarg ;;
1138
1139   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1140   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1141   | --sharedst | --shareds | --shared | --share | --shar \
1142   | --sha | --sh)
1143     ac_prev=sharedstatedir ;;
1144   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1145   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1146   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1147   | --sha=* | --sh=*)
1148     sharedstatedir=$ac_optarg ;;
1149
1150   -site | --site | --sit)
1151     ac_prev=site ;;
1152   -site=* | --site=* | --sit=*)
1153     site=$ac_optarg ;;
1154
1155   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1156     ac_prev=srcdir ;;
1157   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1158     srcdir=$ac_optarg ;;
1159
1160   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1161   | --syscon | --sysco | --sysc | --sys | --sy)
1162     ac_prev=sysconfdir ;;
1163   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1164   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1165     sysconfdir=$ac_optarg ;;
1166
1167   -target | --target | --targe | --targ | --tar | --ta | --t)
1168     ac_prev=target_alias ;;
1169   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1170     target_alias=$ac_optarg ;;
1171
1172   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1173     verbose=yes ;;
1174
1175   -version | --version | --versio | --versi | --vers | -V)
1176     ac_init_version=: ;;
1177
1178   -with-* | --with-*)
1179     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1180     # Reject names that are not valid shell variable names.
1181     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1182       as_fn_error $? "invalid package name: $ac_useropt"
1183     ac_useropt_orig=$ac_useropt
1184     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1185     case $ac_user_opts in
1186       *"
1187 "with_$ac_useropt"
1188 "*) ;;
1189       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1190          ac_unrecognized_sep=', ';;
1191     esac
1192     eval with_$ac_useropt=\$ac_optarg ;;
1193
1194   -without-* | --without-*)
1195     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1196     # Reject names that are not valid shell variable names.
1197     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1198       as_fn_error $? "invalid package name: $ac_useropt"
1199     ac_useropt_orig=$ac_useropt
1200     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1201     case $ac_user_opts in
1202       *"
1203 "with_$ac_useropt"
1204 "*) ;;
1205       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1206          ac_unrecognized_sep=', ';;
1207     esac
1208     eval with_$ac_useropt=no ;;
1209
1210   --x)
1211     # Obsolete; use --with-x.
1212     with_x=yes ;;
1213
1214   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1215   | --x-incl | --x-inc | --x-in | --x-i)
1216     ac_prev=x_includes ;;
1217   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1218   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1219     x_includes=$ac_optarg ;;
1220
1221   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1222   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1223     ac_prev=x_libraries ;;
1224   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1225   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1226     x_libraries=$ac_optarg ;;
1227
1228   -*) as_fn_error $? "unrecognized option: \`$ac_option'
1229 Try \`$0 --help' for more information"
1230     ;;
1231
1232   *=*)
1233     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1234     # Reject names that are not valid shell variable names.
1235     case $ac_envvar in #(
1236       '' | [0-9]* | *[!_$as_cr_alnum]* )
1237       as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1238     esac
1239     eval $ac_envvar=\$ac_optarg
1240     export $ac_envvar ;;
1241
1242   *)
1243     # FIXME: should be removed in autoconf 3.0.
1244     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1245     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1246       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1247     : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1248     ;;
1249
1250   esac
1251 done
1252
1253 if test -n "$ac_prev"; then
1254   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1255   as_fn_error $? "missing argument to $ac_option"
1256 fi
1257
1258 if test -n "$ac_unrecognized_opts"; then
1259   case $enable_option_checking in
1260     no) ;;
1261     fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1262     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1263   esac
1264 fi
1265
1266 # Check all directory arguments for consistency.
1267 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1268                 datadir sysconfdir sharedstatedir localstatedir includedir \
1269                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1270                 libdir localedir mandir
1271 do
1272   eval ac_val=\$$ac_var
1273   # Remove trailing slashes.
1274   case $ac_val in
1275     */ )
1276       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1277       eval $ac_var=\$ac_val;;
1278   esac
1279   # Be sure to have absolute directory names.
1280   case $ac_val in
1281     [\\/$]* | ?:[\\/]* )  continue;;
1282     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1283   esac
1284   as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1285 done
1286
1287 # There might be people who depend on the old broken behavior: `$host'
1288 # used to hold the argument of --host etc.
1289 # FIXME: To remove some day.
1290 build=$build_alias
1291 host=$host_alias
1292 target=$target_alias
1293
1294 # FIXME: To remove some day.
1295 if test "x$host_alias" != x; then
1296   if test "x$build_alias" = x; then
1297     cross_compiling=maybe
1298     $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1299     If a cross compiler is detected then cross compile mode will be used" >&2
1300   elif test "x$build_alias" != "x$host_alias"; then
1301     cross_compiling=yes
1302   fi
1303 fi
1304
1305 ac_tool_prefix=
1306 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1307
1308 test "$silent" = yes && exec 6>/dev/null
1309
1310
1311 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1312 ac_ls_di=`ls -di .` &&
1313 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1314   as_fn_error $? "working directory cannot be determined"
1315 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1316   as_fn_error $? "pwd does not report name of working directory"
1317
1318
1319 # Find the source files, if location was not specified.
1320 if test -z "$srcdir"; then
1321   ac_srcdir_defaulted=yes
1322   # Try the directory containing this script, then the parent directory.
1323   ac_confdir=`$as_dirname -- "$as_myself" ||
1324 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1325          X"$as_myself" : 'X\(//\)[^/]' \| \
1326          X"$as_myself" : 'X\(//\)$' \| \
1327          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1328 $as_echo X"$as_myself" |
1329     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1330             s//\1/
1331             q
1332           }
1333           /^X\(\/\/\)[^/].*/{
1334             s//\1/
1335             q
1336           }
1337           /^X\(\/\/\)$/{
1338             s//\1/
1339             q
1340           }
1341           /^X\(\/\).*/{
1342             s//\1/
1343             q
1344           }
1345           s/.*/./; q'`
1346   srcdir=$ac_confdir
1347   if test ! -r "$srcdir/$ac_unique_file"; then
1348     srcdir=..
1349   fi
1350 else
1351   ac_srcdir_defaulted=no
1352 fi
1353 if test ! -r "$srcdir/$ac_unique_file"; then
1354   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1355   as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1356 fi
1357 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1358 ac_abs_confdir=`(
1359         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1360         pwd)`
1361 # When building in place, set srcdir=.
1362 if test "$ac_abs_confdir" = "$ac_pwd"; then
1363   srcdir=.
1364 fi
1365 # Remove unnecessary trailing slashes from srcdir.
1366 # Double slashes in file names in object file debugging info
1367 # mess up M-x gdb in Emacs.
1368 case $srcdir in
1369 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1370 esac
1371 for ac_var in $ac_precious_vars; do
1372   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1373   eval ac_env_${ac_var}_value=\$${ac_var}
1374   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1375   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1376 done
1377
1378 #
1379 # Report the --help message.
1380 #
1381 if test "$ac_init_help" = "long"; then
1382   # Omit some internal or obsolete options to make the list less imposing.
1383   # This message is too long to be a string in the A/UX 3.1 sh.
1384   cat <<_ACEOF
1385 \`configure' configures Wine 1.3.24 to adapt to many kinds of systems.
1386
1387 Usage: $0 [OPTION]... [VAR=VALUE]...
1388
1389 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1390 VAR=VALUE.  See below for descriptions of some of the useful variables.
1391
1392 Defaults for the options are specified in brackets.
1393
1394 Configuration:
1395   -h, --help              display this help and exit
1396       --help=short        display options specific to this package
1397       --help=recursive    display the short help of all the included packages
1398   -V, --version           display version information and exit
1399   -q, --quiet, --silent   do not print \`checking ...' messages
1400       --cache-file=FILE   cache test results in FILE [disabled]
1401   -C, --config-cache      alias for \`--cache-file=config.cache'
1402   -n, --no-create         do not create output files
1403       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1404
1405 Installation directories:
1406   --prefix=PREFIX         install architecture-independent files in PREFIX
1407                           [$ac_default_prefix]
1408   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1409                           [PREFIX]
1410
1411 By default, \`make install' will install all the files in
1412 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1413 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1414 for instance \`--prefix=\$HOME'.
1415
1416 For better control, use the options below.
1417
1418 Fine tuning of the installation directories:
1419   --bindir=DIR            user executables [EPREFIX/bin]
1420   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1421   --libexecdir=DIR        program executables [EPREFIX/libexec]
1422   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1423   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1424   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1425   --libdir=DIR            object code libraries [EPREFIX/lib]
1426   --includedir=DIR        C header files [PREFIX/include]
1427   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1428   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1429   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1430   --infodir=DIR           info documentation [DATAROOTDIR/info]
1431   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1432   --mandir=DIR            man documentation [DATAROOTDIR/man]
1433   --docdir=DIR            documentation root [DATAROOTDIR/doc/wine]
1434   --htmldir=DIR           html documentation [DOCDIR]
1435   --dvidir=DIR            dvi documentation [DOCDIR]
1436   --pdfdir=DIR            pdf documentation [DOCDIR]
1437   --psdir=DIR             ps documentation [DOCDIR]
1438 _ACEOF
1439
1440   cat <<\_ACEOF
1441
1442 X features:
1443   --x-includes=DIR    X include files are in DIR
1444   --x-libraries=DIR   X library files are in DIR
1445
1446 System types:
1447   --build=BUILD     configure for building on BUILD [guessed]
1448   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1449 _ACEOF
1450 fi
1451
1452 if test -n "$ac_init_help"; then
1453   case $ac_init_help in
1454      short | recursive ) echo "Configuration of Wine 1.3.24:";;
1455    esac
1456   cat <<\_ACEOF
1457
1458 Optional Features:
1459   --disable-option-checking  ignore unrecognized --enable/--with options
1460   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1461   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1462   --disable-win16         do not include Win16 support
1463   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1464                           binaries)
1465   --disable-tests         do not build the regression tests
1466   --enable-maintainer-mode
1467                           enable maintainer-specific build rules
1468   --disable-largefile     omit support for large files
1469
1470 Optional Packages:
1471   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1472   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1473   --without-alsa          do not use the Alsa sound support
1474   --without-capi          do not use CAPI (ISDN support)
1475   --without-cms           do not use CMS (color management support)
1476   --without-coreaudio     do not use the CoreAudio sound support
1477   --without-cups          do not use CUPS
1478   --without-curses        do not use (n)curses
1479   --without-esd           do not use the EsounD sound support
1480   --without-fontconfig    do not use fontconfig
1481   --without-freetype      do not use the FreeType library
1482   --without-gettextpo     do not use the GetTextPO library
1483   --without-gphoto        do not use gphoto (Digital Camera support)
1484   --without-glu           do not use the GLU library
1485   --without-gnutls        do not use GnuTLS (schannel support)
1486   --without-gsm           do not use libgsm (GSM 06.10 codec support)
1487   --without-gstreamer     do not use GStreamer (codecs support)
1488   --without-hal           do not use HAL (dynamic device support)
1489   --without-jack          do not use the Jack sound support
1490   --without-jpeg          do not use JPEG
1491   --without-ldap          do not use LDAP
1492   --without-mpg123        do not use the mpg123 library
1493   --without-nas           do not use the NAS sound support
1494   --without-openal        do not use OpenAL
1495   --without-opencl        do not use OpenCL
1496   --without-opengl        do not use OpenGL
1497   --without-openssl       do not use OpenSSL
1498   --without-oss           do not use the OSS sound support
1499   --without-png           do not use PNG
1500   --without-pthread       do not use the pthread library
1501   --without-sane          do not use SANE (scanner support)
1502   --without-tiff          do not use TIFF
1503   --without-v4l           do not use v4l1 (v4l support)
1504   --without-xcomposite    do not use the Xcomposite extension
1505   --without-xcursor       do not use the Xcursor extension
1506   --without-xinerama      do not use Xinerama (multi-monitor support)
1507   --without-xinput        do not use the Xinput extension
1508   --without-xinput2       do not use the Xinput 2 extension
1509   --without-xml           do not use XML
1510   --without-xrandr        do not use Xrandr (resolution changes)
1511   --without-xrender       do not use the Xrender extension
1512   --without-xshape        do not use the Xshape extension
1513   --without-xshm          do not use XShm (shared memory extension)
1514   --without-xslt          do not use XSLT
1515   --without-xxf86vm       do not use XFree video mode extension
1516   --without-zlib          do not use Zlib (data compression)
1517   --with-wine-tools=DIR   use Wine tools from directory DIR
1518   --with-wine64=DIR       use the 64-bit Wine in DIR for a Wow64 build
1519   --with-x                use the X Window System
1520
1521 Some influential environment variables:
1522   CC          C compiler command
1523   CFLAGS      C compiler flags
1524   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1525               nonstandard directory <lib dir>
1526   LIBS        libraries to pass to the linker, e.g. -l<library>
1527   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1528               you have headers in a nonstandard directory <include dir>
1529   CXX         C++ compiler command
1530   CXXFLAGS    C++ compiler flags
1531   CPP         C preprocessor
1532   XMKMF       Path to xmkmf, Makefile generator for X Window System
1533
1534 Use these variables to override the choices made by `configure' or to help
1535 it to find libraries and programs with nonstandard names/locations.
1536
1537 Report bugs to <wine-devel@winehq.org>.
1538 Wine home page: <http://www.winehq.org>.
1539 _ACEOF
1540 ac_status=$?
1541 fi
1542
1543 if test "$ac_init_help" = "recursive"; then
1544   # If there are subdirs, report their specific --help.
1545   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1546     test -d "$ac_dir" ||
1547       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1548       continue
1549     ac_builddir=.
1550
1551 case "$ac_dir" in
1552 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1553 *)
1554   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1555   # A ".." for each directory in $ac_dir_suffix.
1556   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1557   case $ac_top_builddir_sub in
1558   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1559   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1560   esac ;;
1561 esac
1562 ac_abs_top_builddir=$ac_pwd
1563 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1564 # for backward compatibility:
1565 ac_top_builddir=$ac_top_build_prefix
1566
1567 case $srcdir in
1568   .)  # We are building in place.
1569     ac_srcdir=.
1570     ac_top_srcdir=$ac_top_builddir_sub
1571     ac_abs_top_srcdir=$ac_pwd ;;
1572   [\\/]* | ?:[\\/]* )  # Absolute name.
1573     ac_srcdir=$srcdir$ac_dir_suffix;
1574     ac_top_srcdir=$srcdir
1575     ac_abs_top_srcdir=$srcdir ;;
1576   *) # Relative name.
1577     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1578     ac_top_srcdir=$ac_top_build_prefix$srcdir
1579     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1580 esac
1581 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1582
1583     cd "$ac_dir" || { ac_status=$?; continue; }
1584     # Check for guested configure.
1585     if test -f "$ac_srcdir/configure.gnu"; then
1586       echo &&
1587       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1588     elif test -f "$ac_srcdir/configure"; then
1589       echo &&
1590       $SHELL "$ac_srcdir/configure" --help=recursive
1591     else
1592       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1593     fi || ac_status=$?
1594     cd "$ac_pwd" || { ac_status=$?; break; }
1595   done
1596 fi
1597
1598 test -n "$ac_init_help" && exit $ac_status
1599 if $ac_init_version; then
1600   cat <<\_ACEOF
1601 Wine configure 1.3.24
1602 generated by GNU Autoconf 2.68
1603
1604 Copyright (C) 2010 Free Software Foundation, Inc.
1605 This configure script is free software; the Free Software Foundation
1606 gives unlimited permission to copy, distribute and modify it.
1607 _ACEOF
1608   exit
1609 fi
1610
1611 ## ------------------------ ##
1612 ## Autoconf initialization. ##
1613 ## ------------------------ ##
1614
1615 # ac_fn_c_try_compile LINENO
1616 # --------------------------
1617 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1618 ac_fn_c_try_compile ()
1619 {
1620   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1621   rm -f conftest.$ac_objext
1622   if { { ac_try="$ac_compile"
1623 case "(($ac_try" in
1624   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1625   *) ac_try_echo=$ac_try;;
1626 esac
1627 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1628 $as_echo "$ac_try_echo"; } >&5
1629   (eval "$ac_compile") 2>conftest.err
1630   ac_status=$?
1631   if test -s conftest.err; then
1632     grep -v '^ *+' conftest.err >conftest.er1
1633     cat conftest.er1 >&5
1634     mv -f conftest.er1 conftest.err
1635   fi
1636   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1637   test $ac_status = 0; } && {
1638          test -z "$ac_c_werror_flag" ||
1639          test ! -s conftest.err
1640        } && test -s conftest.$ac_objext; then :
1641   ac_retval=0
1642 else
1643   $as_echo "$as_me: failed program was:" >&5
1644 sed 's/^/| /' conftest.$ac_ext >&5
1645
1646         ac_retval=1
1647 fi
1648   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1649   as_fn_set_status $ac_retval
1650
1651 } # ac_fn_c_try_compile
1652
1653 # ac_fn_cxx_try_compile LINENO
1654 # ----------------------------
1655 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1656 ac_fn_cxx_try_compile ()
1657 {
1658   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1659   rm -f conftest.$ac_objext
1660   if { { ac_try="$ac_compile"
1661 case "(($ac_try" in
1662   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1663   *) ac_try_echo=$ac_try;;
1664 esac
1665 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1666 $as_echo "$ac_try_echo"; } >&5
1667   (eval "$ac_compile") 2>conftest.err
1668   ac_status=$?
1669   if test -s conftest.err; then
1670     grep -v '^ *+' conftest.err >conftest.er1
1671     cat conftest.er1 >&5
1672     mv -f conftest.er1 conftest.err
1673   fi
1674   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1675   test $ac_status = 0; } && {
1676          test -z "$ac_cxx_werror_flag" ||
1677          test ! -s conftest.err
1678        } && test -s conftest.$ac_objext; then :
1679   ac_retval=0
1680 else
1681   $as_echo "$as_me: failed program was:" >&5
1682 sed 's/^/| /' conftest.$ac_ext >&5
1683
1684         ac_retval=1
1685 fi
1686   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1687   as_fn_set_status $ac_retval
1688
1689 } # ac_fn_cxx_try_compile
1690
1691 # ac_fn_c_try_link LINENO
1692 # -----------------------
1693 # Try to link conftest.$ac_ext, and return whether this succeeded.
1694 ac_fn_c_try_link ()
1695 {
1696   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1697   rm -f conftest.$ac_objext conftest$ac_exeext
1698   if { { ac_try="$ac_link"
1699 case "(($ac_try" in
1700   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1701   *) ac_try_echo=$ac_try;;
1702 esac
1703 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1704 $as_echo "$ac_try_echo"; } >&5
1705   (eval "$ac_link") 2>conftest.err
1706   ac_status=$?
1707   if test -s conftest.err; then
1708     grep -v '^ *+' conftest.err >conftest.er1
1709     cat conftest.er1 >&5
1710     mv -f conftest.er1 conftest.err
1711   fi
1712   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1713   test $ac_status = 0; } && {
1714          test -z "$ac_c_werror_flag" ||
1715          test ! -s conftest.err
1716        } && test -s conftest$ac_exeext && {
1717          test "$cross_compiling" = yes ||
1718          $as_test_x conftest$ac_exeext
1719        }; then :
1720   ac_retval=0
1721 else
1722   $as_echo "$as_me: failed program was:" >&5
1723 sed 's/^/| /' conftest.$ac_ext >&5
1724
1725         ac_retval=1
1726 fi
1727   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1728   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1729   # interfere with the next link command; also delete a directory that is
1730   # left behind by Apple's compiler.  We do this before executing the actions.
1731   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1732   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1733   as_fn_set_status $ac_retval
1734
1735 } # ac_fn_c_try_link
1736
1737 # ac_fn_c_try_cpp LINENO
1738 # ----------------------
1739 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1740 ac_fn_c_try_cpp ()
1741 {
1742   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1743   if { { ac_try="$ac_cpp conftest.$ac_ext"
1744 case "(($ac_try" in
1745   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1746   *) ac_try_echo=$ac_try;;
1747 esac
1748 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1749 $as_echo "$ac_try_echo"; } >&5
1750   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1751   ac_status=$?
1752   if test -s conftest.err; then
1753     grep -v '^ *+' conftest.err >conftest.er1
1754     cat conftest.er1 >&5
1755     mv -f conftest.er1 conftest.err
1756   fi
1757   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1758   test $ac_status = 0; } > conftest.i && {
1759          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1760          test ! -s conftest.err
1761        }; then :
1762   ac_retval=0
1763 else
1764   $as_echo "$as_me: failed program was:" >&5
1765 sed 's/^/| /' conftest.$ac_ext >&5
1766
1767     ac_retval=1
1768 fi
1769   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1770   as_fn_set_status $ac_retval
1771
1772 } # ac_fn_c_try_cpp
1773
1774 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1775 # -------------------------------------------------------
1776 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1777 # the include files in INCLUDES and setting the cache variable VAR
1778 # accordingly.
1779 ac_fn_c_check_header_mongrel ()
1780 {
1781   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1782   if eval \${$3+:} false; then :
1783   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1784 $as_echo_n "checking for $2... " >&6; }
1785 if eval \${$3+:} false; then :
1786   $as_echo_n "(cached) " >&6
1787 fi
1788 eval ac_res=\$$3
1789                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1790 $as_echo "$ac_res" >&6; }
1791 else
1792   # Is the header compilable?
1793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1794 $as_echo_n "checking $2 usability... " >&6; }
1795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1796 /* end confdefs.h.  */
1797 $4
1798 #include <$2>
1799 _ACEOF
1800 if ac_fn_c_try_compile "$LINENO"; then :
1801   ac_header_compiler=yes
1802 else
1803   ac_header_compiler=no
1804 fi
1805 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1807 $as_echo "$ac_header_compiler" >&6; }
1808
1809 # Is the header present?
1810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1811 $as_echo_n "checking $2 presence... " >&6; }
1812 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1813 /* end confdefs.h.  */
1814 #include <$2>
1815 _ACEOF
1816 if ac_fn_c_try_cpp "$LINENO"; then :
1817   ac_header_preproc=yes
1818 else
1819   ac_header_preproc=no
1820 fi
1821 rm -f conftest.err conftest.i conftest.$ac_ext
1822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1823 $as_echo "$ac_header_preproc" >&6; }
1824
1825 # So?  What about this header?
1826 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1827   yes:no: )
1828     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1829 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1830     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1831 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1832     ;;
1833   no:yes:* )
1834     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1835 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1836     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1837 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1838     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1839 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1840     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1841 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1842     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1843 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1844 ( $as_echo "## ------------------------------------ ##
1845 ## Report this to wine-devel@winehq.org ##
1846 ## ------------------------------------ ##"
1847      ) | sed "s/^/$as_me: WARNING:     /" >&2
1848     ;;
1849 esac
1850   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1851 $as_echo_n "checking for $2... " >&6; }
1852 if eval \${$3+:} false; then :
1853   $as_echo_n "(cached) " >&6
1854 else
1855   eval "$3=\$ac_header_compiler"
1856 fi
1857 eval ac_res=\$$3
1858                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1859 $as_echo "$ac_res" >&6; }
1860 fi
1861   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1862
1863 } # ac_fn_c_check_header_mongrel
1864
1865 # ac_fn_c_try_run LINENO
1866 # ----------------------
1867 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1868 # that executables *can* be run.
1869 ac_fn_c_try_run ()
1870 {
1871   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1872   if { { ac_try="$ac_link"
1873 case "(($ac_try" in
1874   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1875   *) ac_try_echo=$ac_try;;
1876 esac
1877 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1878 $as_echo "$ac_try_echo"; } >&5
1879   (eval "$ac_link") 2>&5
1880   ac_status=$?
1881   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1882   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1883   { { case "(($ac_try" in
1884   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1885   *) ac_try_echo=$ac_try;;
1886 esac
1887 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1888 $as_echo "$ac_try_echo"; } >&5
1889   (eval "$ac_try") 2>&5
1890   ac_status=$?
1891   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1892   test $ac_status = 0; }; }; then :
1893   ac_retval=0
1894 else
1895   $as_echo "$as_me: program exited with status $ac_status" >&5
1896        $as_echo "$as_me: failed program was:" >&5
1897 sed 's/^/| /' conftest.$ac_ext >&5
1898
1899        ac_retval=$ac_status
1900 fi
1901   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1902   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1903   as_fn_set_status $ac_retval
1904
1905 } # ac_fn_c_try_run
1906
1907 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1908 # -------------------------------------------------------
1909 # Tests whether HEADER exists and can be compiled using the include files in
1910 # INCLUDES, setting the cache variable VAR accordingly.
1911 ac_fn_c_check_header_compile ()
1912 {
1913   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1914   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1915 $as_echo_n "checking for $2... " >&6; }
1916 if eval \${$3+:} false; then :
1917   $as_echo_n "(cached) " >&6
1918 else
1919   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1920 /* end confdefs.h.  */
1921 $4
1922 #include <$2>
1923 _ACEOF
1924 if ac_fn_c_try_compile "$LINENO"; then :
1925   eval "$3=yes"
1926 else
1927   eval "$3=no"
1928 fi
1929 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1930 fi
1931 eval ac_res=\$$3
1932                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1933 $as_echo "$ac_res" >&6; }
1934   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1935
1936 } # ac_fn_c_check_header_compile
1937
1938 # ac_fn_c_check_func LINENO FUNC VAR
1939 # ----------------------------------
1940 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1941 ac_fn_c_check_func ()
1942 {
1943   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1944   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1945 $as_echo_n "checking for $2... " >&6; }
1946 if eval \${$3+:} false; then :
1947   $as_echo_n "(cached) " >&6
1948 else
1949   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1950 /* end confdefs.h.  */
1951 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1952    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1953 #define $2 innocuous_$2
1954
1955 /* System header to define __stub macros and hopefully few prototypes,
1956     which can conflict with char $2 (); below.
1957     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1958     <limits.h> exists even on freestanding compilers.  */
1959
1960 #ifdef __STDC__
1961 # include <limits.h>
1962 #else
1963 # include <assert.h>
1964 #endif
1965
1966 #undef $2
1967
1968 /* Override any GCC internal prototype to avoid an error.
1969    Use char because int might match the return type of a GCC
1970    builtin and then its argument prototype would still apply.  */
1971 #ifdef __cplusplus
1972 extern "C"
1973 #endif
1974 char $2 ();
1975 /* The GNU C library defines this for functions which it implements
1976     to always fail with ENOSYS.  Some functions are actually named
1977     something starting with __ and the normal name is an alias.  */
1978 #if defined __stub_$2 || defined __stub___$2
1979 choke me
1980 #endif
1981
1982 int
1983 main ()
1984 {
1985 return $2 ();
1986   ;
1987   return 0;
1988 }
1989 _ACEOF
1990 if ac_fn_c_try_link "$LINENO"; then :
1991   eval "$3=yes"
1992 else
1993   eval "$3=no"
1994 fi
1995 rm -f core conftest.err conftest.$ac_objext \
1996     conftest$ac_exeext conftest.$ac_ext
1997 fi
1998 eval ac_res=\$$3
1999                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2000 $as_echo "$ac_res" >&6; }
2001   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2002
2003 } # ac_fn_c_check_func
2004
2005 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2006 # ----------------------------------------------------
2007 # Tries to find if the field MEMBER exists in type AGGR, after including
2008 # INCLUDES, setting cache variable VAR accordingly.
2009 ac_fn_c_check_member ()
2010 {
2011   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2012   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2013 $as_echo_n "checking for $2.$3... " >&6; }
2014 if eval \${$4+:} false; then :
2015   $as_echo_n "(cached) " >&6
2016 else
2017   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2018 /* end confdefs.h.  */
2019 $5
2020 int
2021 main ()
2022 {
2023 static $2 ac_aggr;
2024 if (ac_aggr.$3)
2025 return 0;
2026   ;
2027   return 0;
2028 }
2029 _ACEOF
2030 if ac_fn_c_try_compile "$LINENO"; then :
2031   eval "$4=yes"
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 (sizeof 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   eval "$4=no"
2050 fi
2051 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2052 fi
2053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2054 fi
2055 eval ac_res=\$$4
2056                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2057 $as_echo "$ac_res" >&6; }
2058   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2059
2060 } # ac_fn_c_check_member
2061
2062 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2063 # -------------------------------------------
2064 # Tests whether TYPE exists after having included INCLUDES, setting cache
2065 # variable VAR accordingly.
2066 ac_fn_c_check_type ()
2067 {
2068   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2069   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2070 $as_echo_n "checking for $2... " >&6; }
2071 if eval \${$3+:} false; then :
2072   $as_echo_n "(cached) " >&6
2073 else
2074   eval "$3=no"
2075   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2076 /* end confdefs.h.  */
2077 $4
2078 int
2079 main ()
2080 {
2081 if (sizeof ($2))
2082          return 0;
2083   ;
2084   return 0;
2085 }
2086 _ACEOF
2087 if ac_fn_c_try_compile "$LINENO"; then :
2088   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2089 /* end confdefs.h.  */
2090 $4
2091 int
2092 main ()
2093 {
2094 if (sizeof (($2)))
2095             return 0;
2096   ;
2097   return 0;
2098 }
2099 _ACEOF
2100 if ac_fn_c_try_compile "$LINENO"; then :
2101
2102 else
2103   eval "$3=yes"
2104 fi
2105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2106 fi
2107 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2108 fi
2109 eval ac_res=\$$3
2110                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2111 $as_echo "$ac_res" >&6; }
2112   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2113
2114 } # ac_fn_c_check_type
2115 cat >config.log <<_ACEOF
2116 This file contains any messages produced by compilers while
2117 running configure, to aid debugging if configure makes a mistake.
2118
2119 It was created by Wine $as_me 1.3.24, which was
2120 generated by GNU Autoconf 2.68.  Invocation command line was
2121
2122   $ $0 $@
2123
2124 _ACEOF
2125 exec 5>>config.log
2126 {
2127 cat <<_ASUNAME
2128 ## --------- ##
2129 ## Platform. ##
2130 ## --------- ##
2131
2132 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2133 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2134 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2135 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2136 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2137
2138 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2139 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2140
2141 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2142 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2143 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2144 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2145 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2146 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2147 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2148
2149 _ASUNAME
2150
2151 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2152 for as_dir in $PATH
2153 do
2154   IFS=$as_save_IFS
2155   test -z "$as_dir" && as_dir=.
2156     $as_echo "PATH: $as_dir"
2157   done
2158 IFS=$as_save_IFS
2159
2160 } >&5
2161
2162 cat >&5 <<_ACEOF
2163
2164
2165 ## ----------- ##
2166 ## Core tests. ##
2167 ## ----------- ##
2168
2169 _ACEOF
2170
2171
2172 # Keep a trace of the command line.
2173 # Strip out --no-create and --no-recursion so they do not pile up.
2174 # Strip out --silent because we don't want to record it for future runs.
2175 # Also quote any args containing shell meta-characters.
2176 # Make two passes to allow for proper duplicate-argument suppression.
2177 ac_configure_args=
2178 ac_configure_args0=
2179 ac_configure_args1=
2180 ac_must_keep_next=false
2181 for ac_pass in 1 2
2182 do
2183   for ac_arg
2184   do
2185     case $ac_arg in
2186     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2187     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2188     | -silent | --silent | --silen | --sile | --sil)
2189       continue ;;
2190     *\'*)
2191       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2192     esac
2193     case $ac_pass in
2194     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2195     2)
2196       as_fn_append ac_configure_args1 " '$ac_arg'"
2197       if test $ac_must_keep_next = true; then
2198         ac_must_keep_next=false # Got value, back to normal.
2199       else
2200         case $ac_arg in
2201           *=* | --config-cache | -C | -disable-* | --disable-* \
2202           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2203           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2204           | -with-* | --with-* | -without-* | --without-* | --x)
2205             case "$ac_configure_args0 " in
2206               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2207             esac
2208             ;;
2209           -* ) ac_must_keep_next=true ;;
2210         esac
2211       fi
2212       as_fn_append ac_configure_args " '$ac_arg'"
2213       ;;
2214     esac
2215   done
2216 done
2217 { ac_configure_args0=; unset ac_configure_args0;}
2218 { ac_configure_args1=; unset ac_configure_args1;}
2219
2220 # When interrupted or exit'd, cleanup temporary files, and complete
2221 # config.log.  We remove comments because anyway the quotes in there
2222 # would cause problems or look ugly.
2223 # WARNING: Use '\'' to represent an apostrophe within the trap.
2224 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2225 trap 'exit_status=$?
2226   # Save into config.log some information that might help in debugging.
2227   {
2228     echo
2229
2230     $as_echo "## ---------------- ##
2231 ## Cache variables. ##
2232 ## ---------------- ##"
2233     echo
2234     # The following way of writing the cache mishandles newlines in values,
2235 (
2236   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2237     eval ac_val=\$$ac_var
2238     case $ac_val in #(
2239     *${as_nl}*)
2240       case $ac_var in #(
2241       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2242 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2243       esac
2244       case $ac_var in #(
2245       _ | IFS | as_nl) ;; #(
2246       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2247       *) { eval $ac_var=; unset $ac_var;} ;;
2248       esac ;;
2249     esac
2250   done
2251   (set) 2>&1 |
2252     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2253     *${as_nl}ac_space=\ *)
2254       sed -n \
2255         "s/'\''/'\''\\\\'\'''\''/g;
2256           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2257       ;; #(
2258     *)
2259       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2260       ;;
2261     esac |
2262     sort
2263 )
2264     echo
2265
2266     $as_echo "## ----------------- ##
2267 ## Output variables. ##
2268 ## ----------------- ##"
2269     echo
2270     for ac_var in $ac_subst_vars
2271     do
2272       eval ac_val=\$$ac_var
2273       case $ac_val in
2274       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2275       esac
2276       $as_echo "$ac_var='\''$ac_val'\''"
2277     done | sort
2278     echo
2279
2280     if test -n "$ac_subst_files"; then
2281       $as_echo "## ------------------- ##
2282 ## File substitutions. ##
2283 ## ------------------- ##"
2284       echo
2285       for ac_var in $ac_subst_files
2286       do
2287         eval ac_val=\$$ac_var
2288         case $ac_val in
2289         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2290         esac
2291         $as_echo "$ac_var='\''$ac_val'\''"
2292       done | sort
2293       echo
2294     fi
2295
2296     if test -s confdefs.h; then
2297       $as_echo "## ----------- ##
2298 ## confdefs.h. ##
2299 ## ----------- ##"
2300       echo
2301       cat confdefs.h
2302       echo
2303     fi
2304     test "$ac_signal" != 0 &&
2305       $as_echo "$as_me: caught signal $ac_signal"
2306     $as_echo "$as_me: exit $exit_status"
2307   } >&5
2308   rm -f core *.core core.conftest.* &&
2309     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2310     exit $exit_status
2311 ' 0
2312 for ac_signal in 1 2 13 15; do
2313   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2314 done
2315 ac_signal=0
2316
2317 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2318 rm -f -r conftest* confdefs.h
2319
2320 $as_echo "/* confdefs.h */" > confdefs.h
2321
2322 # Predefined preprocessor variables.
2323
2324 cat >>confdefs.h <<_ACEOF
2325 #define PACKAGE_NAME "$PACKAGE_NAME"
2326 _ACEOF
2327
2328 cat >>confdefs.h <<_ACEOF
2329 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2330 _ACEOF
2331
2332 cat >>confdefs.h <<_ACEOF
2333 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2334 _ACEOF
2335
2336 cat >>confdefs.h <<_ACEOF
2337 #define PACKAGE_STRING "$PACKAGE_STRING"
2338 _ACEOF
2339
2340 cat >>confdefs.h <<_ACEOF
2341 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2342 _ACEOF
2343
2344 cat >>confdefs.h <<_ACEOF
2345 #define PACKAGE_URL "$PACKAGE_URL"
2346 _ACEOF
2347
2348
2349 # Let the site file select an alternate cache file if it wants to.
2350 # Prefer an explicitly selected file to automatically selected ones.
2351 ac_site_file1=NONE
2352 ac_site_file2=NONE
2353 if test -n "$CONFIG_SITE"; then
2354   # We do not want a PATH search for config.site.
2355   case $CONFIG_SITE in #((
2356     -*)  ac_site_file1=./$CONFIG_SITE;;
2357     */*) ac_site_file1=$CONFIG_SITE;;
2358     *)   ac_site_file1=./$CONFIG_SITE;;
2359   esac
2360 elif test "x$prefix" != xNONE; then
2361   ac_site_file1=$prefix/share/config.site
2362   ac_site_file2=$prefix/etc/config.site
2363 else
2364   ac_site_file1=$ac_default_prefix/share/config.site
2365   ac_site_file2=$ac_default_prefix/etc/config.site
2366 fi
2367 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2368 do
2369   test "x$ac_site_file" = xNONE && continue
2370   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2371     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2372 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2373     sed 's/^/| /' "$ac_site_file" >&5
2374     . "$ac_site_file" \
2375       || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2376 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2377 as_fn_error $? "failed to load site script $ac_site_file
2378 See \`config.log' for more details" "$LINENO" 5; }
2379   fi
2380 done
2381
2382 if test -r "$cache_file"; then
2383   # Some versions of bash will fail to source /dev/null (special files
2384   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
2385   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2386     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2387 $as_echo "$as_me: loading cache $cache_file" >&6;}
2388     case $cache_file in
2389       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2390       *)                      . "./$cache_file";;
2391     esac
2392   fi
2393 else
2394   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2395 $as_echo "$as_me: creating cache $cache_file" >&6;}
2396   >$cache_file
2397 fi
2398
2399 # Check that the precious variables saved in the cache have kept the same
2400 # value.
2401 ac_cache_corrupted=false
2402 for ac_var in $ac_precious_vars; do
2403   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2404   eval ac_new_set=\$ac_env_${ac_var}_set
2405   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2406   eval ac_new_val=\$ac_env_${ac_var}_value
2407   case $ac_old_set,$ac_new_set in
2408     set,)
2409       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2410 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2411       ac_cache_corrupted=: ;;
2412     ,set)
2413       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2414 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2415       ac_cache_corrupted=: ;;
2416     ,);;
2417     *)
2418       if test "x$ac_old_val" != "x$ac_new_val"; then
2419         # differences in whitespace do not lead to failure.
2420         ac_old_val_w=`echo x $ac_old_val`
2421         ac_new_val_w=`echo x $ac_new_val`
2422         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2423           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2424 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2425           ac_cache_corrupted=:
2426         else
2427           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2428 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2429           eval $ac_var=\$ac_old_val
2430         fi
2431         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2432 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2433         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2434 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2435       fi;;
2436   esac
2437   # Pass precious variables to config.status.
2438   if test "$ac_new_set" = set; then
2439     case $ac_new_val in
2440     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2441     *) ac_arg=$ac_var=$ac_new_val ;;
2442     esac
2443     case " $ac_configure_args " in
2444       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2445       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2446     esac
2447   fi
2448 done
2449 if $ac_cache_corrupted; then
2450   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2451 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2452   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2453 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2454   as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2455 fi
2456 ## -------------------- ##
2457 ## Main body of script. ##
2458 ## -------------------- ##
2459
2460 ac_ext=c
2461 ac_cpp='$CPP $CPPFLAGS'
2462 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2463 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2464 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2465
2466
2467
2468 ac_config_headers="$ac_config_headers include/config.h"
2469
2470 ac_aux_dir=
2471 for ac_dir in tools "$srcdir"/tools; do
2472   if test -f "$ac_dir/install-sh"; then
2473     ac_aux_dir=$ac_dir
2474     ac_install_sh="$ac_aux_dir/install-sh -c"
2475     break
2476   elif test -f "$ac_dir/install.sh"; then
2477     ac_aux_dir=$ac_dir
2478     ac_install_sh="$ac_aux_dir/install.sh -c"
2479     break
2480   elif test -f "$ac_dir/shtool"; then
2481     ac_aux_dir=$ac_dir
2482     ac_install_sh="$ac_aux_dir/shtool install -c"
2483     break
2484   fi
2485 done
2486 if test -z "$ac_aux_dir"; then
2487   as_fn_error $? "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2488 fi
2489
2490 # These three variables are undocumented and unsupported,
2491 # and are intended to be withdrawn in a future Autoconf release.
2492 # They can cause serious problems if a builder's source tree is in a directory
2493 # whose full name contains unusual characters.
2494 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2495 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2496 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2497
2498
2499
2500
2501
2502 # Check whether --enable-win16 was given.
2503 if test "${enable_win16+set}" = set; then :
2504   enableval=$enable_win16;
2505 fi
2506
2507 # Check whether --enable-win64 was given.
2508 if test "${enable_win64+set}" = set; then :
2509   enableval=$enable_win64;
2510 fi
2511
2512 # Check whether --enable-tests was given.
2513 if test "${enable_tests+set}" = set; then :
2514   enableval=$enable_tests;
2515 fi
2516
2517 # Check whether --enable-maintainer-mode was given.
2518 if test "${enable_maintainer_mode+set}" = set; then :
2519   enableval=$enable_maintainer_mode;
2520 fi
2521
2522
2523
2524 # Check whether --with-alsa was given.
2525 if test "${with_alsa+set}" = set; then :
2526   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2527 fi
2528
2529
2530 # Check whether --with-capi was given.
2531 if test "${with_capi+set}" = set; then :
2532   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2533 fi
2534
2535
2536 # Check whether --with-cms was given.
2537 if test "${with_cms+set}" = set; then :
2538   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2539 fi
2540
2541
2542 # Check whether --with-coreaudio was given.
2543 if test "${with_coreaudio+set}" = set; then :
2544   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2545 fi
2546
2547
2548 # Check whether --with-cups was given.
2549 if test "${with_cups+set}" = set; then :
2550   withval=$with_cups;
2551 fi
2552
2553
2554 # Check whether --with-curses was given.
2555 if test "${with_curses+set}" = set; then :
2556   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2557 fi
2558
2559
2560 # Check whether --with-esd was given.
2561 if test "${with_esd+set}" = set; then :
2562   withval=$with_esd;
2563 fi
2564
2565
2566 # Check whether --with-fontconfig was given.
2567 if test "${with_fontconfig+set}" = set; then :
2568   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2569 fi
2570
2571
2572 # Check whether --with-freetype was given.
2573 if test "${with_freetype+set}" = set; then :
2574   withval=$with_freetype;
2575 fi
2576
2577
2578 # Check whether --with-gettextpo was given.
2579 if test "${with_gettextpo+set}" = set; then :
2580   withval=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h=no; fi
2581 fi
2582
2583
2584 # Check whether --with-gphoto was given.
2585 if test "${with_gphoto+set}" = set; then :
2586   withval=$with_gphoto;
2587 fi
2588
2589
2590 # Check whether --with-glu was given.
2591 if test "${with_glu+set}" = set; then :
2592   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2593 fi
2594
2595
2596 # Check whether --with-gnutls was given.
2597 if test "${with_gnutls+set}" = set; then :
2598   withval=$with_gnutls;
2599 fi
2600
2601
2602 # Check whether --with-gsm was given.
2603 if test "${with_gsm+set}" = set; then :
2604   withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2605 fi
2606
2607
2608 # Check whether --with-gstreamer was given.
2609 if test "${with_gstreamer+set}" = set; then :
2610   withval=$with_gstreamer;
2611 fi
2612
2613
2614 # Check whether --with-hal was given.
2615 if test "${with_hal+set}" = set; then :
2616   withval=$with_hal;
2617 fi
2618
2619
2620 # Check whether --with-jack was given.
2621 if test "${with_jack+set}" = set; then :
2622   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2623 fi
2624
2625
2626 # Check whether --with-jpeg was given.
2627 if test "${with_jpeg+set}" = set; then :
2628   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2629 fi
2630
2631
2632 # Check whether --with-ldap was given.
2633 if test "${with_ldap+set}" = set; then :
2634   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2635 fi
2636
2637
2638 # Check whether --with-mpg123 was given.
2639 if test "${with_mpg123+set}" = set; then :
2640   withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2641 fi
2642
2643
2644 # Check whether --with-nas was given.
2645 if test "${with_nas+set}" = set; then :
2646   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2647 fi
2648
2649
2650 # Check whether --with-openal was given.
2651 if test "${with_openal+set}" = set; then :
2652   withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2653 fi
2654
2655
2656 # Check whether --with-opencl was given.
2657 if test "${with_opencl+set}" = set; then :
2658   withval=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h=no; ac_cv_header_OpenCL_opencl_h=no; fi
2659 fi
2660
2661
2662 # Check whether --with-opengl was given.
2663 if test "${with_opengl+set}" = set; then :
2664   withval=$with_opengl;
2665 fi
2666
2667
2668 # Check whether --with-openssl was given.
2669 if test "${with_openssl+set}" = set; then :
2670   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2671 fi
2672
2673
2674 # Check whether --with-oss was given.
2675 if test "${with_oss+set}" = set; then :
2676   withval=$with_oss;
2677 fi
2678
2679
2680 # Check whether --with-png was given.
2681 if test "${with_png+set}" = set; then :
2682   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2683 fi
2684
2685
2686 # Check whether --with-pthread was given.
2687 if test "${with_pthread+set}" = set; then :
2688   withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2689 fi
2690
2691
2692 # Check whether --with-sane was given.
2693 if test "${with_sane+set}" = set; then :
2694   withval=$with_sane;
2695 fi
2696
2697
2698 # Check whether --with-tiff was given.
2699 if test "${with_tiff+set}" = set; then :
2700   withval=$with_tiff; if test "x$withval" = "xno"; then ac_cv_header_tiffio_h=no; fi
2701 fi
2702
2703
2704 # Check whether --with-v4l was given.
2705 if test "${with_v4l+set}" = set; then :
2706   withval=$with_v4l;
2707 fi
2708
2709
2710 # Check whether --with-xcomposite was given.
2711 if test "${with_xcomposite+set}" = set; then :
2712   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2713 fi
2714
2715
2716 # Check whether --with-xcursor was given.
2717 if test "${with_xcursor+set}" = set; then :
2718   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2719 fi
2720
2721
2722 # Check whether --with-xinerama was given.
2723 if test "${with_xinerama+set}" = set; then :
2724   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2725 fi
2726
2727
2728 # Check whether --with-xinput was given.
2729 if test "${with_xinput+set}" = set; then :
2730   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2731 fi
2732
2733
2734 # Check whether --with-xinput2 was given.
2735 if test "${with_xinput2+set}" = set; then :
2736   withval=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h=no; fi
2737 fi
2738
2739
2740 # Check whether --with-xml was given.
2741 if test "${with_xml+set}" = set; then :
2742   withval=$with_xml;
2743 fi
2744
2745
2746 # Check whether --with-xrandr was given.
2747 if test "${with_xrandr+set}" = set; then :
2748   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2749 fi
2750
2751
2752 # Check whether --with-xrender was given.
2753 if test "${with_xrender+set}" = set; then :
2754   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2755 fi
2756
2757
2758 # Check whether --with-xshape was given.
2759 if test "${with_xshape+set}" = set; then :
2760   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2761 fi
2762
2763
2764 # Check whether --with-xshm was given.
2765 if test "${with_xshm+set}" = set; then :
2766   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2767 fi
2768
2769
2770 # Check whether --with-xslt was given.
2771 if test "${with_xslt+set}" = set; then :
2772   withval=$with_xslt;
2773 fi
2774
2775
2776 # Check whether --with-xxf86vm was given.
2777 if test "${with_xxf86vm+set}" = set; then :
2778   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
2779 fi
2780
2781
2782 # Check whether --with-zlib was given.
2783 if test "${with_zlib+set}" = set; then :
2784   withval=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h=no; fi
2785 fi
2786
2787
2788
2789 # Check whether --with-wine-tools was given.
2790 if test "${with_wine_tools+set}" = set; then :
2791   withval=$with_wine_tools;
2792 fi
2793
2794
2795 # Check whether --with-wine64 was given.
2796 if test "${with_wine64+set}" = set; then :
2797   withval=$with_wine64;
2798 fi
2799
2800
2801 # Make sure we can run config.sub.
2802 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2803   as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2804
2805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2806 $as_echo_n "checking build system type... " >&6; }
2807 if ${ac_cv_build+:} false; then :
2808   $as_echo_n "(cached) " >&6
2809 else
2810   ac_build_alias=$build_alias
2811 test "x$ac_build_alias" = x &&
2812   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2813 test "x$ac_build_alias" = x &&
2814   as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2815 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2816   as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2817
2818 fi
2819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2820 $as_echo "$ac_cv_build" >&6; }
2821 case $ac_cv_build in
2822 *-*-*) ;;
2823 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2824 esac
2825 build=$ac_cv_build
2826 ac_save_IFS=$IFS; IFS='-'
2827 set x $ac_cv_build
2828 shift
2829 build_cpu=$1
2830 build_vendor=$2
2831 shift; shift
2832 # Remember, the first character of IFS is used to create $*,
2833 # except with old shells:
2834 build_os=$*
2835 IFS=$ac_save_IFS
2836 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2837
2838
2839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2840 $as_echo_n "checking host system type... " >&6; }
2841 if ${ac_cv_host+:} false; then :
2842   $as_echo_n "(cached) " >&6
2843 else
2844   if test "x$host_alias" = x; then
2845   ac_cv_host=$ac_cv_build
2846 else
2847   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2848     as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2849 fi
2850
2851 fi
2852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2853 $as_echo "$ac_cv_host" >&6; }
2854 case $ac_cv_host in
2855 *-*-*) ;;
2856 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2857 esac
2858 host=$ac_cv_host
2859 ac_save_IFS=$IFS; IFS='-'
2860 set x $ac_cv_host
2861 shift
2862 host_cpu=$1
2863 host_vendor=$2
2864 shift; shift
2865 # Remember, the first character of IFS is used to create $*,
2866 # except with old shells:
2867 host_os=$*
2868 IFS=$ac_save_IFS
2869 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2870
2871
2872
2873 case "$srcdir" in
2874  .) ;;
2875  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2876       as_fn_error $? "you are building out of the source tree, but the source tree contains object files.
2877 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2878     fi ;;
2879 esac
2880
2881
2882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2883 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2884 set x ${MAKE-make}
2885 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2886 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2887   $as_echo_n "(cached) " >&6
2888 else
2889   cat >conftest.make <<\_ACEOF
2890 SHELL = /bin/sh
2891 all:
2892         @echo '@@@%%%=$(MAKE)=@@@%%%'
2893 _ACEOF
2894 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2895 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2896   *@@@%%%=?*=@@@%%%*)
2897     eval ac_cv_prog_make_${ac_make}_set=yes;;
2898   *)
2899     eval ac_cv_prog_make_${ac_make}_set=no;;
2900 esac
2901 rm -f conftest.make
2902 fi
2903 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2904   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2905 $as_echo "yes" >&6; }
2906   SET_MAKE=
2907 else
2908   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2909 $as_echo "no" >&6; }
2910   SET_MAKE="MAKE=${MAKE-make}"
2911 fi
2912
2913 ac_ext=c
2914 ac_cpp='$CPP $CPPFLAGS'
2915 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2916 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2917 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2918 if test -n "$ac_tool_prefix"; then
2919   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2920 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2922 $as_echo_n "checking for $ac_word... " >&6; }
2923 if ${ac_cv_prog_CC+:} false; then :
2924   $as_echo_n "(cached) " >&6
2925 else
2926   if test -n "$CC"; then
2927   ac_cv_prog_CC="$CC" # Let the user override the test.
2928 else
2929 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2930 for as_dir in $PATH
2931 do
2932   IFS=$as_save_IFS
2933   test -z "$as_dir" && as_dir=.
2934     for ac_exec_ext in '' $ac_executable_extensions; do
2935   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2936     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2937     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2938     break 2
2939   fi
2940 done
2941   done
2942 IFS=$as_save_IFS
2943
2944 fi
2945 fi
2946 CC=$ac_cv_prog_CC
2947 if test -n "$CC"; then
2948   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2949 $as_echo "$CC" >&6; }
2950 else
2951   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2952 $as_echo "no" >&6; }
2953 fi
2954
2955
2956 fi
2957 if test -z "$ac_cv_prog_CC"; then
2958   ac_ct_CC=$CC
2959   # Extract the first word of "gcc", so it can be a program name with args.
2960 set dummy gcc; ac_word=$2
2961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2962 $as_echo_n "checking for $ac_word... " >&6; }
2963 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2964   $as_echo_n "(cached) " >&6
2965 else
2966   if test -n "$ac_ct_CC"; then
2967   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2968 else
2969 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2970 for as_dir in $PATH
2971 do
2972   IFS=$as_save_IFS
2973   test -z "$as_dir" && as_dir=.
2974     for ac_exec_ext in '' $ac_executable_extensions; do
2975   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2976     ac_cv_prog_ac_ct_CC="gcc"
2977     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2978     break 2
2979   fi
2980 done
2981   done
2982 IFS=$as_save_IFS
2983
2984 fi
2985 fi
2986 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2987 if test -n "$ac_ct_CC"; then
2988   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2989 $as_echo "$ac_ct_CC" >&6; }
2990 else
2991   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2992 $as_echo "no" >&6; }
2993 fi
2994
2995   if test "x$ac_ct_CC" = x; then
2996     CC=""
2997   else
2998     case $cross_compiling:$ac_tool_warned in
2999 yes:)
3000 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3001 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3002 ac_tool_warned=yes ;;
3003 esac
3004     CC=$ac_ct_CC
3005   fi
3006 else
3007   CC="$ac_cv_prog_CC"
3008 fi
3009
3010 if test -z "$CC"; then
3011           if test -n "$ac_tool_prefix"; then
3012     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3013 set dummy ${ac_tool_prefix}cc; ac_word=$2
3014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3015 $as_echo_n "checking for $ac_word... " >&6; }
3016 if ${ac_cv_prog_CC+:} false; then :
3017   $as_echo_n "(cached) " >&6
3018 else
3019   if test -n "$CC"; then
3020   ac_cv_prog_CC="$CC" # Let the user override the test.
3021 else
3022 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3023 for as_dir in $PATH
3024 do
3025   IFS=$as_save_IFS
3026   test -z "$as_dir" && as_dir=.
3027     for ac_exec_ext in '' $ac_executable_extensions; do
3028   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3029     ac_cv_prog_CC="${ac_tool_prefix}cc"
3030     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3031     break 2
3032   fi
3033 done
3034   done
3035 IFS=$as_save_IFS
3036
3037 fi
3038 fi
3039 CC=$ac_cv_prog_CC
3040 if test -n "$CC"; then
3041   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3042 $as_echo "$CC" >&6; }
3043 else
3044   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3045 $as_echo "no" >&6; }
3046 fi
3047
3048
3049   fi
3050 fi
3051 if test -z "$CC"; then
3052   # Extract the first word of "cc", so it can be a program name with args.
3053 set dummy cc; ac_word=$2
3054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3055 $as_echo_n "checking for $ac_word... " >&6; }
3056 if ${ac_cv_prog_CC+:} false; then :
3057   $as_echo_n "(cached) " >&6
3058 else
3059   if test -n "$CC"; then
3060   ac_cv_prog_CC="$CC" # Let the user override the test.
3061 else
3062   ac_prog_rejected=no
3063 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3064 for as_dir in $PATH
3065 do
3066   IFS=$as_save_IFS
3067   test -z "$as_dir" && as_dir=.
3068     for ac_exec_ext in '' $ac_executable_extensions; do
3069   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3070     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3071        ac_prog_rejected=yes
3072        continue
3073      fi
3074     ac_cv_prog_CC="cc"
3075     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3076     break 2
3077   fi
3078 done
3079   done
3080 IFS=$as_save_IFS
3081
3082 if test $ac_prog_rejected = yes; then
3083   # We found a bogon in the path, so make sure we never use it.
3084   set dummy $ac_cv_prog_CC
3085   shift
3086   if test $# != 0; then
3087     # We chose a different compiler from the bogus one.
3088     # However, it has the same basename, so the bogon will be chosen
3089     # first if we set CC to just the basename; use the full file name.
3090     shift
3091     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3092   fi
3093 fi
3094 fi
3095 fi
3096 CC=$ac_cv_prog_CC
3097 if test -n "$CC"; then
3098   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3099 $as_echo "$CC" >&6; }
3100 else
3101   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3102 $as_echo "no" >&6; }
3103 fi
3104
3105
3106 fi
3107 if test -z "$CC"; then
3108   if test -n "$ac_tool_prefix"; then
3109   for ac_prog in cl.exe
3110   do
3111     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3112 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3114 $as_echo_n "checking for $ac_word... " >&6; }
3115 if ${ac_cv_prog_CC+:} false; then :
3116   $as_echo_n "(cached) " >&6
3117 else
3118   if test -n "$CC"; then
3119   ac_cv_prog_CC="$CC" # Let the user override the test.
3120 else
3121 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3122 for as_dir in $PATH
3123 do
3124   IFS=$as_save_IFS
3125   test -z "$as_dir" && as_dir=.
3126     for ac_exec_ext in '' $ac_executable_extensions; do
3127   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3128     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3129     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3130     break 2
3131   fi
3132 done
3133   done
3134 IFS=$as_save_IFS
3135
3136 fi
3137 fi
3138 CC=$ac_cv_prog_CC
3139 if test -n "$CC"; then
3140   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3141 $as_echo "$CC" >&6; }
3142 else
3143   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3144 $as_echo "no" >&6; }
3145 fi
3146
3147
3148     test -n "$CC" && break
3149   done
3150 fi
3151 if test -z "$CC"; then
3152   ac_ct_CC=$CC
3153   for ac_prog in cl.exe
3154 do
3155   # Extract the first word of "$ac_prog", so it can be a program name with args.
3156 set dummy $ac_prog; ac_word=$2
3157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3158 $as_echo_n "checking for $ac_word... " >&6; }
3159 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3160   $as_echo_n "(cached) " >&6
3161 else
3162   if test -n "$ac_ct_CC"; then
3163   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3164 else
3165 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3166 for as_dir in $PATH
3167 do
3168   IFS=$as_save_IFS
3169   test -z "$as_dir" && as_dir=.
3170     for ac_exec_ext in '' $ac_executable_extensions; do
3171   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3172     ac_cv_prog_ac_ct_CC="$ac_prog"
3173     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3174     break 2
3175   fi
3176 done
3177   done
3178 IFS=$as_save_IFS
3179
3180 fi
3181 fi
3182 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3183 if test -n "$ac_ct_CC"; then
3184   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3185 $as_echo "$ac_ct_CC" >&6; }
3186 else
3187   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3188 $as_echo "no" >&6; }
3189 fi
3190
3191
3192   test -n "$ac_ct_CC" && break
3193 done
3194
3195   if test "x$ac_ct_CC" = x; then
3196     CC=""
3197   else
3198     case $cross_compiling:$ac_tool_warned in
3199 yes:)
3200 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3201 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3202 ac_tool_warned=yes ;;
3203 esac
3204     CC=$ac_ct_CC
3205   fi
3206 fi
3207
3208 fi
3209
3210
3211 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3212 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3213 as_fn_error $? "no acceptable C compiler found in \$PATH
3214 See \`config.log' for more details" "$LINENO" 5; }
3215
3216 # Provide some information about the compiler.
3217 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3218 set X $ac_compile
3219 ac_compiler=$2
3220 for ac_option in --version -v -V -qversion; do
3221   { { ac_try="$ac_compiler $ac_option >&5"
3222 case "(($ac_try" in
3223   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3224   *) ac_try_echo=$ac_try;;
3225 esac
3226 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3227 $as_echo "$ac_try_echo"; } >&5
3228   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3229   ac_status=$?
3230   if test -s conftest.err; then
3231     sed '10a\
3232 ... rest of stderr output deleted ...
3233          10q' conftest.err >conftest.er1
3234     cat conftest.er1 >&5
3235   fi
3236   rm -f conftest.er1 conftest.err
3237   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3238   test $ac_status = 0; }
3239 done
3240
3241 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3242 /* end confdefs.h.  */
3243
3244 int
3245 main ()
3246 {
3247
3248   ;
3249   return 0;
3250 }
3251 _ACEOF
3252 ac_clean_files_save=$ac_clean_files
3253 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3254 # Try to create an executable without -o first, disregard a.out.
3255 # It will help us diagnose broken compilers, and finding out an intuition
3256 # of exeext.
3257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3258 $as_echo_n "checking whether the C compiler works... " >&6; }
3259 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3260
3261 # The possible output files:
3262 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3263
3264 ac_rmfiles=
3265 for ac_file in $ac_files
3266 do
3267   case $ac_file in
3268     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3269     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3270   esac
3271 done
3272 rm -f $ac_rmfiles
3273
3274 if { { ac_try="$ac_link_default"
3275 case "(($ac_try" in
3276   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3277   *) ac_try_echo=$ac_try;;
3278 esac
3279 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3280 $as_echo "$ac_try_echo"; } >&5
3281   (eval "$ac_link_default") 2>&5
3282   ac_status=$?
3283   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3284   test $ac_status = 0; }; then :
3285   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3286 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3287 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3288 # so that the user can short-circuit this test for compilers unknown to
3289 # Autoconf.
3290 for ac_file in $ac_files ''
3291 do
3292   test -f "$ac_file" || continue
3293   case $ac_file in
3294     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3295         ;;
3296     [ab].out )
3297         # We found the default executable, but exeext='' is most
3298         # certainly right.
3299         break;;
3300     *.* )
3301         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3302         then :; else
3303            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3304         fi
3305         # We set ac_cv_exeext here because the later test for it is not
3306         # safe: cross compilers may not add the suffix if given an `-o'
3307         # argument, so we may need to know it at that point already.
3308         # Even if this section looks crufty: it has the advantage of
3309         # actually working.
3310         break;;
3311     * )
3312         break;;
3313   esac
3314 done
3315 test "$ac_cv_exeext" = no && ac_cv_exeext=
3316
3317 else
3318   ac_file=''
3319 fi
3320 if test -z "$ac_file"; then :
3321   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3322 $as_echo "no" >&6; }
3323 $as_echo "$as_me: failed program was:" >&5
3324 sed 's/^/| /' conftest.$ac_ext >&5
3325
3326 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3327 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3328 as_fn_error 77 "C compiler cannot create executables
3329 See \`config.log' for more details" "$LINENO" 5; }
3330 else
3331   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3332 $as_echo "yes" >&6; }
3333 fi
3334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3335 $as_echo_n "checking for C compiler default output file name... " >&6; }
3336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3337 $as_echo "$ac_file" >&6; }
3338 ac_exeext=$ac_cv_exeext
3339
3340 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3341 ac_clean_files=$ac_clean_files_save
3342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3343 $as_echo_n "checking for suffix of executables... " >&6; }
3344 if { { ac_try="$ac_link"
3345 case "(($ac_try" in
3346   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3347   *) ac_try_echo=$ac_try;;
3348 esac
3349 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3350 $as_echo "$ac_try_echo"; } >&5
3351   (eval "$ac_link") 2>&5
3352   ac_status=$?
3353   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3354   test $ac_status = 0; }; then :
3355   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3356 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3357 # work properly (i.e., refer to `conftest.exe'), while it won't with
3358 # `rm'.
3359 for ac_file in conftest.exe conftest conftest.*; do
3360   test -f "$ac_file" || continue
3361   case $ac_file in
3362     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3363     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3364           break;;
3365     * ) break;;
3366   esac
3367 done
3368 else
3369   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3370 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3371 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3372 See \`config.log' for more details" "$LINENO" 5; }
3373 fi
3374 rm -f conftest conftest$ac_cv_exeext
3375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3376 $as_echo "$ac_cv_exeext" >&6; }
3377
3378 rm -f conftest.$ac_ext
3379 EXEEXT=$ac_cv_exeext
3380 ac_exeext=$EXEEXT
3381 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3382 /* end confdefs.h.  */
3383 #include <stdio.h>
3384 int
3385 main ()
3386 {
3387 FILE *f = fopen ("conftest.out", "w");
3388  return ferror (f) || fclose (f) != 0;
3389
3390   ;
3391   return 0;
3392 }
3393 _ACEOF
3394 ac_clean_files="$ac_clean_files conftest.out"
3395 # Check that the compiler produces executables we can run.  If not, either
3396 # the compiler is broken, or we cross compile.
3397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3398 $as_echo_n "checking whether we are cross compiling... " >&6; }
3399 if test "$cross_compiling" != yes; then
3400   { { ac_try="$ac_link"
3401 case "(($ac_try" in
3402   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3403   *) ac_try_echo=$ac_try;;
3404 esac
3405 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3406 $as_echo "$ac_try_echo"; } >&5
3407   (eval "$ac_link") 2>&5
3408   ac_status=$?
3409   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3410   test $ac_status = 0; }
3411   if { ac_try='./conftest$ac_cv_exeext'
3412   { { case "(($ac_try" in
3413   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3414   *) ac_try_echo=$ac_try;;
3415 esac
3416 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3417 $as_echo "$ac_try_echo"; } >&5
3418   (eval "$ac_try") 2>&5
3419   ac_status=$?
3420   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3421   test $ac_status = 0; }; }; then
3422     cross_compiling=no
3423   else
3424     if test "$cross_compiling" = maybe; then
3425         cross_compiling=yes
3426     else
3427         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3428 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3429 as_fn_error $? "cannot run C compiled programs.
3430 If you meant to cross compile, use \`--host'.
3431 See \`config.log' for more details" "$LINENO" 5; }
3432     fi
3433   fi
3434 fi
3435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3436 $as_echo "$cross_compiling" >&6; }
3437
3438 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3439 ac_clean_files=$ac_clean_files_save
3440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3441 $as_echo_n "checking for suffix of object files... " >&6; }
3442 if ${ac_cv_objext+:} false; then :
3443   $as_echo_n "(cached) " >&6
3444 else
3445   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3446 /* end confdefs.h.  */
3447
3448 int
3449 main ()
3450 {
3451
3452   ;
3453   return 0;
3454 }
3455 _ACEOF
3456 rm -f conftest.o conftest.obj
3457 if { { ac_try="$ac_compile"
3458 case "(($ac_try" in
3459   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3460   *) ac_try_echo=$ac_try;;
3461 esac
3462 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3463 $as_echo "$ac_try_echo"; } >&5
3464   (eval "$ac_compile") 2>&5
3465   ac_status=$?
3466   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3467   test $ac_status = 0; }; then :
3468   for ac_file in conftest.o conftest.obj conftest.*; do
3469   test -f "$ac_file" || continue;
3470   case $ac_file in
3471     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3472     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3473        break;;
3474   esac
3475 done
3476 else
3477   $as_echo "$as_me: failed program was:" >&5
3478 sed 's/^/| /' conftest.$ac_ext >&5
3479
3480 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3481 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3482 as_fn_error $? "cannot compute suffix of object files: cannot compile
3483 See \`config.log' for more details" "$LINENO" 5; }
3484 fi
3485 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3486 fi
3487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3488 $as_echo "$ac_cv_objext" >&6; }
3489 OBJEXT=$ac_cv_objext
3490 ac_objext=$OBJEXT
3491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3492 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3493 if ${ac_cv_c_compiler_gnu+:} false; then :
3494   $as_echo_n "(cached) " >&6
3495 else
3496   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3497 /* end confdefs.h.  */
3498
3499 int
3500 main ()
3501 {
3502 #ifndef __GNUC__
3503        choke me
3504 #endif
3505
3506   ;
3507   return 0;
3508 }
3509 _ACEOF
3510 if ac_fn_c_try_compile "$LINENO"; then :
3511   ac_compiler_gnu=yes
3512 else
3513   ac_compiler_gnu=no
3514 fi
3515 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3516 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3517
3518 fi
3519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3520 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3521 if test $ac_compiler_gnu = yes; then
3522   GCC=yes
3523 else
3524   GCC=
3525 fi
3526 ac_test_CFLAGS=${CFLAGS+set}
3527 ac_save_CFLAGS=$CFLAGS
3528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3529 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3530 if ${ac_cv_prog_cc_g+:} false; then :
3531   $as_echo_n "(cached) " >&6
3532 else
3533   ac_save_c_werror_flag=$ac_c_werror_flag
3534    ac_c_werror_flag=yes
3535    ac_cv_prog_cc_g=no
3536    CFLAGS="-g"
3537    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3538 /* end confdefs.h.  */
3539
3540 int
3541 main ()
3542 {
3543
3544   ;
3545   return 0;
3546 }
3547 _ACEOF
3548 if ac_fn_c_try_compile "$LINENO"; then :
3549   ac_cv_prog_cc_g=yes
3550 else
3551   CFLAGS=""
3552       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3553 /* end confdefs.h.  */
3554
3555 int
3556 main ()
3557 {
3558
3559   ;
3560   return 0;
3561 }
3562 _ACEOF
3563 if ac_fn_c_try_compile "$LINENO"; then :
3564
3565 else
3566   ac_c_werror_flag=$ac_save_c_werror_flag
3567          CFLAGS="-g"
3568          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3569 /* end confdefs.h.  */
3570
3571 int
3572 main ()
3573 {
3574
3575   ;
3576   return 0;
3577 }
3578 _ACEOF
3579 if ac_fn_c_try_compile "$LINENO"; then :
3580   ac_cv_prog_cc_g=yes
3581 fi
3582 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3583 fi
3584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3585 fi
3586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3587    ac_c_werror_flag=$ac_save_c_werror_flag
3588 fi
3589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3590 $as_echo "$ac_cv_prog_cc_g" >&6; }
3591 if test "$ac_test_CFLAGS" = set; then
3592   CFLAGS=$ac_save_CFLAGS
3593 elif test $ac_cv_prog_cc_g = yes; then
3594   if test "$GCC" = yes; then
3595     CFLAGS="-g -O2"
3596   else
3597     CFLAGS="-g"
3598   fi
3599 else
3600   if test "$GCC" = yes; then
3601     CFLAGS="-O2"
3602   else
3603     CFLAGS=
3604   fi
3605 fi
3606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3607 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3608 if ${ac_cv_prog_cc_c89+:} false; then :
3609   $as_echo_n "(cached) " >&6
3610 else
3611   ac_cv_prog_cc_c89=no
3612 ac_save_CC=$CC
3613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3614 /* end confdefs.h.  */
3615 #include <stdarg.h>
3616 #include <stdio.h>
3617 #include <sys/types.h>
3618 #include <sys/stat.h>
3619 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3620 struct buf { int x; };
3621 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3622 static char *e (p, i)
3623      char **p;
3624      int i;
3625 {
3626   return p[i];
3627 }
3628 static char *f (char * (*g) (char **, int), char **p, ...)
3629 {
3630   char *s;
3631   va_list v;
3632   va_start (v,p);
3633   s = g (p, va_arg (v,int));
3634   va_end (v);
3635   return s;
3636 }
3637
3638 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3639    function prototypes and stuff, but not '\xHH' hex character constants.
3640    These don't provoke an error unfortunately, instead are silently treated
3641    as 'x'.  The following induces an error, until -std is added to get
3642    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3643    array size at least.  It's necessary to write '\x00'==0 to get something
3644    that's true only with -std.  */
3645 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3646
3647 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3648    inside strings and character constants.  */
3649 #define FOO(x) 'x'
3650 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3651
3652 int test (int i, double x);
3653 struct s1 {int (*f) (int a);};
3654 struct s2 {int (*f) (double a);};
3655 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3656 int argc;
3657 char **argv;
3658 int
3659 main ()
3660 {
3661 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3662   ;
3663   return 0;
3664 }
3665 _ACEOF
3666 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3667         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3668 do
3669   CC="$ac_save_CC $ac_arg"
3670   if ac_fn_c_try_compile "$LINENO"; then :
3671   ac_cv_prog_cc_c89=$ac_arg
3672 fi
3673 rm -f core conftest.err conftest.$ac_objext
3674   test "x$ac_cv_prog_cc_c89" != "xno" && break
3675 done
3676 rm -f conftest.$ac_ext
3677 CC=$ac_save_CC
3678
3679 fi
3680 # AC_CACHE_VAL
3681 case "x$ac_cv_prog_cc_c89" in
3682   x)
3683     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3684 $as_echo "none needed" >&6; } ;;
3685   xno)
3686     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3687 $as_echo "unsupported" >&6; } ;;
3688   *)
3689     CC="$CC $ac_cv_prog_cc_c89"
3690     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3691 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3692 esac
3693 if test "x$ac_cv_prog_cc_c89" != xno; then :
3694
3695 fi
3696
3697 ac_ext=c
3698 ac_cpp='$CPP $CPPFLAGS'
3699 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3700 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3701 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3702
3703 ac_ext=cpp
3704 ac_cpp='$CXXCPP $CPPFLAGS'
3705 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3706 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3707 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3708 if test -z "$CXX"; then
3709   if test -n "$CCC"; then
3710     CXX=$CCC
3711   else
3712     if test -n "$ac_tool_prefix"; then
3713   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3714   do
3715     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3716 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3718 $as_echo_n "checking for $ac_word... " >&6; }
3719 if ${ac_cv_prog_CXX+:} false; then :
3720   $as_echo_n "(cached) " >&6
3721 else
3722   if test -n "$CXX"; then
3723   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3724 else
3725 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3726 for as_dir in $PATH
3727 do
3728   IFS=$as_save_IFS
3729   test -z "$as_dir" && as_dir=.
3730     for ac_exec_ext in '' $ac_executable_extensions; do
3731   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3732     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3733     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3734     break 2
3735   fi
3736 done
3737   done
3738 IFS=$as_save_IFS
3739
3740 fi
3741 fi
3742 CXX=$ac_cv_prog_CXX
3743 if test -n "$CXX"; then
3744   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3745 $as_echo "$CXX" >&6; }
3746 else
3747   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3748 $as_echo "no" >&6; }
3749 fi
3750
3751
3752     test -n "$CXX" && break
3753   done
3754 fi
3755 if test -z "$CXX"; then
3756   ac_ct_CXX=$CXX
3757   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3758 do
3759   # Extract the first word of "$ac_prog", so it can be a program name with args.
3760 set dummy $ac_prog; ac_word=$2
3761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3762 $as_echo_n "checking for $ac_word... " >&6; }
3763 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
3764   $as_echo_n "(cached) " >&6
3765 else
3766   if test -n "$ac_ct_CXX"; then
3767   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3768 else
3769 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3770 for as_dir in $PATH
3771 do
3772   IFS=$as_save_IFS
3773   test -z "$as_dir" && as_dir=.
3774     for ac_exec_ext in '' $ac_executable_extensions; do
3775   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3776     ac_cv_prog_ac_ct_CXX="$ac_prog"
3777     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3778     break 2
3779   fi
3780 done
3781   done
3782 IFS=$as_save_IFS
3783
3784 fi
3785 fi
3786 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3787 if test -n "$ac_ct_CXX"; then
3788   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3789 $as_echo "$ac_ct_CXX" >&6; }
3790 else
3791   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3792 $as_echo "no" >&6; }
3793 fi
3794
3795
3796   test -n "$ac_ct_CXX" && break
3797 done
3798
3799   if test "x$ac_ct_CXX" = x; then
3800     CXX="g++"
3801   else
3802     case $cross_compiling:$ac_tool_warned in
3803 yes:)
3804 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3805 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3806 ac_tool_warned=yes ;;
3807 esac
3808     CXX=$ac_ct_CXX
3809   fi
3810 fi
3811
3812   fi
3813 fi
3814 # Provide some information about the compiler.
3815 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3816 set X $ac_compile
3817 ac_compiler=$2
3818 for ac_option in --version -v -V -qversion; do
3819   { { ac_try="$ac_compiler $ac_option >&5"
3820 case "(($ac_try" in
3821   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3822   *) ac_try_echo=$ac_try;;
3823 esac
3824 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3825 $as_echo "$ac_try_echo"; } >&5
3826   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3827   ac_status=$?
3828   if test -s conftest.err; then
3829     sed '10a\
3830 ... rest of stderr output deleted ...
3831          10q' conftest.err >conftest.er1
3832     cat conftest.er1 >&5
3833   fi
3834   rm -f conftest.er1 conftest.err
3835   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3836   test $ac_status = 0; }
3837 done
3838
3839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3840 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3841 if ${ac_cv_cxx_compiler_gnu+:} false; then :
3842   $as_echo_n "(cached) " >&6
3843 else
3844   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3845 /* end confdefs.h.  */
3846
3847 int
3848 main ()
3849 {
3850 #ifndef __GNUC__
3851        choke me
3852 #endif
3853
3854   ;
3855   return 0;
3856 }
3857 _ACEOF
3858 if ac_fn_cxx_try_compile "$LINENO"; then :
3859   ac_compiler_gnu=yes
3860 else
3861   ac_compiler_gnu=no
3862 fi
3863 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3864 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3865
3866 fi
3867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3868 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3869 if test $ac_compiler_gnu = yes; then
3870   GXX=yes
3871 else
3872   GXX=
3873 fi
3874 ac_test_CXXFLAGS=${CXXFLAGS+set}
3875 ac_save_CXXFLAGS=$CXXFLAGS
3876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3877 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3878 if ${ac_cv_prog_cxx_g+:} false; then :
3879   $as_echo_n "(cached) " >&6
3880 else
3881   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3882    ac_cxx_werror_flag=yes
3883    ac_cv_prog_cxx_g=no
3884    CXXFLAGS="-g"
3885    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3886 /* end confdefs.h.  */
3887
3888 int
3889 main ()
3890 {
3891
3892   ;
3893   return 0;
3894 }
3895 _ACEOF
3896 if ac_fn_cxx_try_compile "$LINENO"; then :
3897   ac_cv_prog_cxx_g=yes
3898 else
3899   CXXFLAGS=""
3900       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3901 /* end confdefs.h.  */
3902
3903 int
3904 main ()
3905 {
3906
3907   ;
3908   return 0;
3909 }
3910 _ACEOF
3911 if ac_fn_cxx_try_compile "$LINENO"; then :
3912
3913 else
3914   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3915          CXXFLAGS="-g"
3916          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3917 /* end confdefs.h.  */
3918
3919 int
3920 main ()
3921 {
3922
3923   ;
3924   return 0;
3925 }
3926 _ACEOF
3927 if ac_fn_cxx_try_compile "$LINENO"; then :
3928   ac_cv_prog_cxx_g=yes
3929 fi
3930 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3931 fi
3932 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3933 fi
3934 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3935    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3936 fi
3937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3938 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3939 if test "$ac_test_CXXFLAGS" = set; then
3940   CXXFLAGS=$ac_save_CXXFLAGS
3941 elif test $ac_cv_prog_cxx_g = yes; then
3942   if test "$GXX" = yes; then
3943     CXXFLAGS="-g -O2"
3944   else
3945     CXXFLAGS="-g"
3946   fi
3947 else
3948   if test "$GXX" = yes; then
3949     CXXFLAGS="-O2"
3950   else
3951     CXXFLAGS=
3952   fi
3953 fi
3954 ac_ext=c
3955 ac_cpp='$CPP $CPPFLAGS'
3956 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3957 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3958 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3959
3960 if test -n "$ac_tool_prefix"; then
3961   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3962 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3964 $as_echo_n "checking for $ac_word... " >&6; }
3965 if ${ac_cv_prog_CPPBIN+:} false; then :
3966   $as_echo_n "(cached) " >&6
3967 else
3968   if test -n "$CPPBIN"; then
3969   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3970 else
3971 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3972 for as_dir in $PATH
3973 do
3974   IFS=$as_save_IFS
3975   test -z "$as_dir" && as_dir=.
3976     for ac_exec_ext in '' $ac_executable_extensions; do
3977   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3978     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3979     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3980     break 2
3981   fi
3982 done
3983   done
3984 IFS=$as_save_IFS
3985
3986 fi
3987 fi
3988 CPPBIN=$ac_cv_prog_CPPBIN
3989 if test -n "$CPPBIN"; then
3990   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3991 $as_echo "$CPPBIN" >&6; }
3992 else
3993   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3994 $as_echo "no" >&6; }
3995 fi
3996
3997
3998 fi
3999 if test -z "$ac_cv_prog_CPPBIN"; then
4000   ac_ct_CPPBIN=$CPPBIN
4001   # Extract the first word of "cpp", so it can be a program name with args.
4002 set dummy cpp; ac_word=$2
4003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4004 $as_echo_n "checking for $ac_word... " >&6; }
4005 if ${ac_cv_prog_ac_ct_CPPBIN+:} false; then :
4006   $as_echo_n "(cached) " >&6
4007 else
4008   if test -n "$ac_ct_CPPBIN"; then
4009   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
4010 else
4011 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4012 for as_dir in $PATH
4013 do
4014   IFS=$as_save_IFS
4015   test -z "$as_dir" && as_dir=.
4016     for ac_exec_ext in '' $ac_executable_extensions; do
4017   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4018     ac_cv_prog_ac_ct_CPPBIN="cpp"
4019     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4020     break 2
4021   fi
4022 done
4023   done
4024 IFS=$as_save_IFS
4025
4026 fi
4027 fi
4028 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
4029 if test -n "$ac_ct_CPPBIN"; then
4030   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4031 $as_echo "$ac_ct_CPPBIN" >&6; }
4032 else
4033   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4034 $as_echo "no" >&6; }
4035 fi
4036
4037   if test "x$ac_ct_CPPBIN" = x; then
4038     CPPBIN="cpp"
4039   else
4040     case $cross_compiling:$ac_tool_warned in
4041 yes:)
4042 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4043 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4044 ac_tool_warned=yes ;;
4045 esac
4046     CPPBIN=$ac_ct_CPPBIN
4047   fi
4048 else
4049   CPPBIN="$ac_cv_prog_CPPBIN"
4050 fi
4051
4052
4053 cat >>confdefs.h <<_ACEOF
4054 #define EXEEXT "$ac_exeext"
4055 _ACEOF
4056
4057
4058 case $host in
4059   *-darwin*)
4060     if test "x$enable_win64" = "xyes"
4061     then
4062       CC="$CC -m64"
4063       CXX="$CXX -m64"
4064       LD="${LD:-ld} -arch x86_64"
4065       AS="${AS:-as} -arch x86_64"
4066       host_cpu="x86_64"
4067       notice_platform="64-bit "
4068       TARGETFLAGS="-m64"
4069
4070     else
4071       CC="$CC -m32"
4072       CXX="$CXX -m32"
4073       LD="${LD:-ld} -arch i386"
4074       AS="${AS:-as} -arch i386"
4075       host_cpu="i386"
4076       notice_platform="32-bit "
4077       TARGETFLAGS="-m32"
4078
4079       enable_win16=${enable_win16:-yes}
4080     fi
4081     ;;
4082   x86_64*)
4083     if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4084     then
4085       CC="$CC -m32"
4086       CXX="$CXX -m32"
4087       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4088 $as_echo_n "checking whether $CC works... " >&6; }
4089
4090 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4091 /* end confdefs.h.  */
4092
4093 int
4094 main ()
4095 {
4096
4097   ;
4098   return 0;
4099 }
4100 _ACEOF
4101 if ac_fn_c_try_link "$LINENO"; then :
4102   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4103 $as_echo "yes" >&6; }
4104 else
4105   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4106 $as_echo "no" >&6; }
4107                       as_fn_error $? "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4108 fi
4109 rm -f core conftest.err conftest.$ac_objext \
4110     conftest$ac_exeext conftest.$ac_ext
4111       LD="${LD:-ld} -m elf_i386"
4112       AS="${AS:-as} --32"
4113       host_cpu="i386"
4114       notice_platform="32-bit "
4115       TARGETFLAGS="-m32"
4116
4117       enable_win16=${enable_win16:-yes}
4118     else
4119       if test "x${GCC}" = "xyes"
4120       then
4121         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4122 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4123         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4124 /* end confdefs.h.  */
4125 #include <stdarg.h>
4126 int
4127 main ()
4128 {
4129 void func(__builtin_ms_va_list *args);
4130   ;
4131   return 0;
4132 }
4133 _ACEOF
4134 if ac_fn_c_try_compile "$LINENO"; then :
4135   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4136 $as_echo "yes" >&6; }
4137 else
4138   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4139 $as_echo "no" >&6; }
4140                            as_fn_error $? "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4141 fi
4142 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4143       fi
4144       TARGETFLAGS="-m64"
4145
4146     fi
4147     ;;
4148   *-mingw32*|*-cygwin*)
4149     enable_win16=${enable_win16:-no}
4150     CFLAGS="$CFLAGS -D_WIN32"
4151     ;;
4152   i[3456789]86*)
4153     enable_win16=${enable_win16:-yes}
4154     ;;
4155 esac
4156
4157 enable_win16=${enable_win16:-no}
4158 enable_win64=${enable_win64:-no}
4159
4160 enable_winetest=${enable_winetest:-$enable_tests}
4161
4162 if test -n "$with_wine64"
4163 then
4164     if test "x$enable_win64" = "xyes"
4165     then
4166         as_fn_error $? "--enable-win64 and --with-wine64 are mutually exclusive.
4167 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4168     fi
4169     WOW64_DISABLE=\#
4170
4171     enable_fonts=${enable_fonts:-no}
4172     enable_server=${enable_server:-no}
4173     enable_tools=${enable_tools:-no}
4174 elif test "x$enable_win64" = "xyes"
4175 then
4176     test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
4177 fi
4178
4179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4180 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4181 if ${wine_cv_toolsdir+:} false; then :
4182   $as_echo_n "(cached) " >&6
4183 else
4184   wine_cv_toolsdir="$with_wine_tools"
4185    if test -z "$with_wine_tools"; then
4186      if test "$cross_compiling" = "yes"; then
4187        as_fn_error $? "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4188      elif test -n "$with_wine64"; then
4189        wine_cv_toolsdir="$with_wine64"
4190      fi
4191    fi
4192    if test -z "$wine_cv_toolsdir"; then
4193      wine_cv_toolsdir="\$(top_builddir)"
4194    elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4195      case "$wine_cv_toolsdir" in
4196        /*) ;;
4197        *)  wine_cv_toolsdir="\$(top_builddir)/$wine_cv_toolsdir" ;;
4198      esac
4199    else
4200      as_fn_error $? "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4201    fi
4202 fi
4203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4204 $as_echo "$wine_cv_toolsdir" >&6; }
4205 TOOLSDIR=$wine_cv_toolsdir
4206
4207 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4208 then
4209     TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4210
4211 fi
4212
4213 for ac_prog in flex
4214 do
4215   # Extract the first word of "$ac_prog", so it can be a program name with args.
4216 set dummy $ac_prog; ac_word=$2
4217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4218 $as_echo_n "checking for $ac_word... " >&6; }
4219 if ${ac_cv_prog_FLEX+:} false; then :
4220   $as_echo_n "(cached) " >&6
4221 else
4222   if test -n "$FLEX"; then
4223   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4224 else
4225 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4226 for as_dir in $PATH
4227 do
4228   IFS=$as_save_IFS
4229   test -z "$as_dir" && as_dir=.
4230     for ac_exec_ext in '' $ac_executable_extensions; do
4231   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4232     ac_cv_prog_FLEX="$ac_prog"
4233     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4234     break 2
4235   fi
4236 done
4237   done
4238 IFS=$as_save_IFS
4239
4240 fi
4241 fi
4242 FLEX=$ac_cv_prog_FLEX
4243 if test -n "$FLEX"; then
4244   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4245 $as_echo "$FLEX" >&6; }
4246 else
4247   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4248 $as_echo "no" >&6; }
4249 fi
4250
4251
4252   test -n "$FLEX" && break
4253 done
4254 test -n "$FLEX" || FLEX="none"
4255
4256 if test "$FLEX" = "none"
4257 then
4258   as_fn_error $? "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4259 fi
4260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4261 $as_echo_n "checking whether flex is recent enough... " >&6; }
4262 cat >conftest.l <<EOF
4263 %top{
4264 #include "prediluvian.h"
4265 }
4266 %%
4267 EOF
4268 if $FLEX -t conftest.l >/dev/null 2>&5
4269 then
4270   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4271 $as_echo "yes" >&6; }
4272 else
4273   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4274 $as_echo "no" >&6; }
4275   as_fn_error $? "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4276 fi
4277
4278 for ac_prog in bison
4279 do
4280   # Extract the first word of "$ac_prog", so it can be a program name with args.
4281 set dummy $ac_prog; ac_word=$2
4282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4283 $as_echo_n "checking for $ac_word... " >&6; }
4284 if ${ac_cv_prog_BISON+:} false; then :
4285   $as_echo_n "(cached) " >&6
4286 else
4287   if test -n "$BISON"; then
4288   ac_cv_prog_BISON="$BISON" # Let the user override the test.
4289 else
4290 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4291 for as_dir in $PATH
4292 do
4293   IFS=$as_save_IFS
4294   test -z "$as_dir" && as_dir=.
4295     for ac_exec_ext in '' $ac_executable_extensions; do
4296   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4297     ac_cv_prog_BISON="$ac_prog"
4298     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4299     break 2
4300   fi
4301 done
4302   done
4303 IFS=$as_save_IFS
4304
4305 fi
4306 fi
4307 BISON=$ac_cv_prog_BISON
4308 if test -n "$BISON"; then
4309   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4310 $as_echo "$BISON" >&6; }
4311 else
4312   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4313 $as_echo "no" >&6; }
4314 fi
4315
4316
4317   test -n "$BISON" && break
4318 done
4319 test -n "$BISON" || BISON="none"
4320
4321 if test "$BISON" = "none"
4322 then
4323   as_fn_error $? "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4324 fi
4325
4326 if test -n "$ac_tool_prefix"; then
4327   for ac_prog in ar gar
4328   do
4329     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4330 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4332 $as_echo_n "checking for $ac_word... " >&6; }
4333 if ${ac_cv_prog_AR+:} false; then :
4334   $as_echo_n "(cached) " >&6
4335 else
4336   if test -n "$AR"; then
4337   ac_cv_prog_AR="$AR" # Let the user override the test.
4338 else
4339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4340 for as_dir in $PATH
4341 do
4342   IFS=$as_save_IFS
4343   test -z "$as_dir" && as_dir=.
4344     for ac_exec_ext in '' $ac_executable_extensions; do
4345   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4346     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4347     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4348     break 2
4349   fi
4350 done
4351   done
4352 IFS=$as_save_IFS
4353
4354 fi
4355 fi
4356 AR=$ac_cv_prog_AR
4357 if test -n "$AR"; then
4358   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4359 $as_echo "$AR" >&6; }
4360 else
4361   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4362 $as_echo "no" >&6; }
4363 fi
4364
4365
4366     test -n "$AR" && break
4367   done
4368 fi
4369 if test -z "$AR"; then
4370   ac_ct_AR=$AR
4371   for ac_prog in ar gar
4372 do
4373   # Extract the first word of "$ac_prog", so it can be a program name with args.
4374 set dummy $ac_prog; ac_word=$2
4375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4376 $as_echo_n "checking for $ac_word... " >&6; }
4377 if ${ac_cv_prog_ac_ct_AR+:} false; then :
4378   $as_echo_n "(cached) " >&6
4379 else
4380   if test -n "$ac_ct_AR"; then
4381   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4382 else
4383 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4384 for as_dir in $PATH
4385 do
4386   IFS=$as_save_IFS
4387   test -z "$as_dir" && as_dir=.
4388     for ac_exec_ext in '' $ac_executable_extensions; do
4389   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4390     ac_cv_prog_ac_ct_AR="$ac_prog"
4391     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4392     break 2
4393   fi
4394 done
4395   done
4396 IFS=$as_save_IFS
4397
4398 fi
4399 fi
4400 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4401 if test -n "$ac_ct_AR"; then
4402   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4403 $as_echo "$ac_ct_AR" >&6; }
4404 else
4405   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4406 $as_echo "no" >&6; }
4407 fi
4408
4409
4410   test -n "$ac_ct_AR" && break
4411 done
4412
4413   if test "x$ac_ct_AR" = x; then
4414     AR="ar"
4415   else
4416     case $cross_compiling:$ac_tool_warned in
4417 yes:)
4418 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4419 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4420 ac_tool_warned=yes ;;
4421 esac
4422     AR=$ac_ct_AR
4423   fi
4424 fi
4425
4426 ARFLAGS=rc
4427
4428 if test -n "$ac_tool_prefix"; then
4429   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4430 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4432 $as_echo_n "checking for $ac_word... " >&6; }
4433 if ${ac_cv_prog_RANLIB+:} false; then :
4434   $as_echo_n "(cached) " >&6
4435 else
4436   if test -n "$RANLIB"; then
4437   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4438 else
4439 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4440 for as_dir in $PATH
4441 do
4442   IFS=$as_save_IFS
4443   test -z "$as_dir" && as_dir=.
4444     for ac_exec_ext in '' $ac_executable_extensions; do
4445   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4446     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4447     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4448     break 2
4449   fi
4450 done
4451   done
4452 IFS=$as_save_IFS
4453
4454 fi
4455 fi
4456 RANLIB=$ac_cv_prog_RANLIB
4457 if test -n "$RANLIB"; then
4458   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4459 $as_echo "$RANLIB" >&6; }
4460 else
4461   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4462 $as_echo "no" >&6; }
4463 fi
4464
4465
4466 fi
4467 if test -z "$ac_cv_prog_RANLIB"; then
4468   ac_ct_RANLIB=$RANLIB
4469   # Extract the first word of "ranlib", so it can be a program name with args.
4470 set dummy ranlib; ac_word=$2
4471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4472 $as_echo_n "checking for $ac_word... " >&6; }
4473 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
4474   $as_echo_n "(cached) " >&6
4475 else
4476   if test -n "$ac_ct_RANLIB"; then
4477   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4478 else
4479 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4480 for as_dir in $PATH
4481 do
4482   IFS=$as_save_IFS
4483   test -z "$as_dir" && as_dir=.
4484     for ac_exec_ext in '' $ac_executable_extensions; do
4485   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4486     ac_cv_prog_ac_ct_RANLIB="ranlib"
4487     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4488     break 2
4489   fi
4490 done
4491   done
4492 IFS=$as_save_IFS
4493
4494 fi
4495 fi
4496 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4497 if test -n "$ac_ct_RANLIB"; then
4498   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4499 $as_echo "$ac_ct_RANLIB" >&6; }
4500 else
4501   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4502 $as_echo "no" >&6; }
4503 fi
4504
4505   if test "x$ac_ct_RANLIB" = x; then
4506     RANLIB=":"
4507   else
4508     case $cross_compiling:$ac_tool_warned in
4509 yes:)
4510 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4511 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4512 ac_tool_warned=yes ;;
4513 esac
4514     RANLIB=$ac_ct_RANLIB
4515   fi
4516 else
4517   RANLIB="$ac_cv_prog_RANLIB"
4518 fi
4519
4520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4521 $as_echo_n "checking whether ln -s works... " >&6; }
4522 LN_S=$as_ln_s
4523 if test "$LN_S" = "ln -s"; then
4524   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4525 $as_echo "yes" >&6; }
4526 else
4527   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4528 $as_echo "no, using $LN_S" >&6; }
4529 fi
4530
4531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4532 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4533 if ${ac_cv_path_GREP+:} false; then :
4534   $as_echo_n "(cached) " >&6
4535 else
4536   if test -z "$GREP"; then
4537   ac_path_GREP_found=false
4538   # Loop through the user's path and test for each of PROGNAME-LIST
4539   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4540 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4541 do
4542   IFS=$as_save_IFS
4543   test -z "$as_dir" && as_dir=.
4544     for ac_prog in grep ggrep; do
4545     for ac_exec_ext in '' $ac_executable_extensions; do
4546       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4547       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4548 # Check for GNU ac_path_GREP and select it if it is found.
4549   # Check for GNU $ac_path_GREP
4550 case `"$ac_path_GREP" --version 2>&1` in
4551 *GNU*)
4552   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4553 *)
4554   ac_count=0
4555   $as_echo_n 0123456789 >"conftest.in"
4556   while :
4557   do
4558     cat "conftest.in" "conftest.in" >"conftest.tmp"
4559     mv "conftest.tmp" "conftest.in"
4560     cp "conftest.in" "conftest.nl"
4561     $as_echo 'GREP' >> "conftest.nl"
4562     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4563     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4564     as_fn_arith $ac_count + 1 && ac_count=$as_val
4565     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4566       # Best one so far, save it but keep looking for a better one
4567       ac_cv_path_GREP="$ac_path_GREP"
4568       ac_path_GREP_max=$ac_count
4569     fi
4570     # 10*(2^10) chars as input seems more than enough
4571     test $ac_count -gt 10 && break
4572   done
4573   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4574 esac
4575
4576       $ac_path_GREP_found && break 3
4577     done
4578   done
4579   done
4580 IFS=$as_save_IFS
4581   if test -z "$ac_cv_path_GREP"; then
4582     as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4583   fi
4584 else
4585   ac_cv_path_GREP=$GREP
4586 fi
4587
4588 fi
4589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4590 $as_echo "$ac_cv_path_GREP" >&6; }
4591  GREP="$ac_cv_path_GREP"
4592
4593
4594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4595 $as_echo_n "checking for egrep... " >&6; }
4596 if ${ac_cv_path_EGREP+:} false; then :
4597   $as_echo_n "(cached) " >&6
4598 else
4599   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4600    then ac_cv_path_EGREP="$GREP -E"
4601    else
4602      if test -z "$EGREP"; then
4603   ac_path_EGREP_found=false
4604   # Loop through the user's path and test for each of PROGNAME-LIST
4605   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4606 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4607 do
4608   IFS=$as_save_IFS
4609   test -z "$as_dir" && as_dir=.
4610     for ac_prog in egrep; do
4611     for ac_exec_ext in '' $ac_executable_extensions; do
4612       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4613       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4614 # Check for GNU ac_path_EGREP and select it if it is found.
4615   # Check for GNU $ac_path_EGREP
4616 case `"$ac_path_EGREP" --version 2>&1` in
4617 *GNU*)
4618   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4619 *)
4620   ac_count=0
4621   $as_echo_n 0123456789 >"conftest.in"
4622   while :
4623   do
4624     cat "conftest.in" "conftest.in" >"conftest.tmp"
4625     mv "conftest.tmp" "conftest.in"
4626     cp "conftest.in" "conftest.nl"
4627     $as_echo 'EGREP' >> "conftest.nl"
4628     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4629     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4630     as_fn_arith $ac_count + 1 && ac_count=$as_val
4631     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4632       # Best one so far, save it but keep looking for a better one
4633       ac_cv_path_EGREP="$ac_path_EGREP"
4634       ac_path_EGREP_max=$ac_count
4635     fi
4636     # 10*(2^10) chars as input seems more than enough
4637     test $ac_count -gt 10 && break
4638   done
4639   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4640 esac
4641
4642       $ac_path_EGREP_found && break 3
4643     done
4644   done
4645   done
4646 IFS=$as_save_IFS
4647   if test -z "$ac_cv_path_EGREP"; then
4648     as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4649   fi
4650 else
4651   ac_cv_path_EGREP=$EGREP
4652 fi
4653
4654    fi
4655 fi
4656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4657 $as_echo "$ac_cv_path_EGREP" >&6; }
4658  EGREP="$ac_cv_path_EGREP"
4659
4660
4661 # Extract the first word of "ldconfig", so it can be a program name with args.
4662 set dummy ldconfig; ac_word=$2
4663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4664 $as_echo_n "checking for $ac_word... " >&6; }
4665 if ${ac_cv_path_LDCONFIG+:} false; then :
4666   $as_echo_n "(cached) " >&6
4667 else
4668   case $LDCONFIG in
4669   [\\/]* | ?:[\\/]*)
4670   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4671   ;;
4672   *)
4673   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4674 for as_dir in /sbin /usr/sbin $PATH
4675 do
4676   IFS=$as_save_IFS
4677   test -z "$as_dir" && as_dir=.
4678     for ac_exec_ext in '' $ac_executable_extensions; do
4679   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4680     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4681     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4682     break 2
4683   fi
4684 done
4685   done
4686 IFS=$as_save_IFS
4687
4688   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4689   ;;
4690 esac
4691 fi
4692 LDCONFIG=$ac_cv_path_LDCONFIG
4693 if test -n "$LDCONFIG"; then
4694   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4695 $as_echo "$LDCONFIG" >&6; }
4696 else
4697   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4698 $as_echo "no" >&6; }
4699 fi
4700
4701
4702 # Find a good install program.  We prefer a C program (faster),
4703 # so one script is as good as another.  But avoid the broken or
4704 # incompatible versions:
4705 # SysV /etc/install, /usr/sbin/install
4706 # SunOS /usr/etc/install
4707 # IRIX /sbin/install
4708 # AIX /bin/install
4709 # AmigaOS /C/install, which installs bootblocks on floppy discs
4710 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4711 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4712 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4713 # OS/2's system install, which has a completely different semantic
4714 # ./install, which can be erroneously created by make from ./install.sh.
4715 # Reject install programs that cannot install multiple files.
4716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4717 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4718 if test -z "$INSTALL"; then
4719 if ${ac_cv_path_install+:} false; then :
4720   $as_echo_n "(cached) " >&6
4721 else
4722   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4723 for as_dir in $PATH
4724 do
4725   IFS=$as_save_IFS
4726   test -z "$as_dir" && as_dir=.
4727     # Account for people who put trailing slashes in PATH elements.
4728 case $as_dir/ in #((
4729   ./ | .// | /[cC]/* | \
4730   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4731   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4732   /usr/ucb/* ) ;;
4733   *)
4734     # OSF1 and SCO ODT 3.0 have their own names for install.
4735     # Don't use installbsd from OSF since it installs stuff as root
4736     # by default.
4737     for ac_prog in ginstall scoinst install; do
4738       for ac_exec_ext in '' $ac_executable_extensions; do
4739         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4740           if test $ac_prog = install &&
4741             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4742             # AIX install.  It has an incompatible calling convention.
4743             :
4744           elif test $ac_prog = install &&
4745             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4746             # program-specific install script used by HP pwplus--don't use.
4747             :
4748           else
4749             rm -rf conftest.one conftest.two conftest.dir
4750             echo one > conftest.one
4751             echo two > conftest.two
4752             mkdir conftest.dir
4753             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4754               test -s conftest.one && test -s conftest.two &&
4755               test -s conftest.dir/conftest.one &&
4756               test -s conftest.dir/conftest.two
4757             then
4758               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4759               break 3
4760             fi
4761           fi
4762         fi
4763       done
4764     done
4765     ;;
4766 esac
4767
4768   done
4769 IFS=$as_save_IFS
4770
4771 rm -rf conftest.one conftest.two conftest.dir
4772
4773 fi
4774   if test "${ac_cv_path_install+set}" = set; then
4775     INSTALL=$ac_cv_path_install
4776   else
4777     # As a last resort, use the slow shell script.  Don't cache a
4778     # value for INSTALL within a source directory, because that will
4779     # break other packages using the cache if that directory is
4780     # removed, or if the value is a relative name.
4781     INSTALL=$ac_install_sh
4782   fi
4783 fi
4784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4785 $as_echo "$INSTALL" >&6; }
4786
4787 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4788 # It thinks the first close brace ends the variable substitution.
4789 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4790
4791 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4792
4793 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4794
4795 case "$INSTALL" in
4796   [\\/$]* | ?:[\\/]* ) ;;
4797   *)  INSTALL="\\\$(top_srcdir)/$INSTALL" ;;
4798 esac
4799
4800 for ac_prog in lclint lint
4801 do
4802   # Extract the first word of "$ac_prog", so it can be a program name with args.
4803 set dummy $ac_prog; ac_word=$2
4804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4805 $as_echo_n "checking for $ac_word... " >&6; }
4806 if ${ac_cv_prog_LINT+:} false; then :
4807   $as_echo_n "(cached) " >&6
4808 else
4809   if test -n "$LINT"; then
4810   ac_cv_prog_LINT="$LINT" # Let the user override the test.
4811 else
4812 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4813 for as_dir in $PATH
4814 do
4815   IFS=$as_save_IFS
4816   test -z "$as_dir" && as_dir=.
4817     for ac_exec_ext in '' $ac_executable_extensions; do
4818   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4819     ac_cv_prog_LINT="$ac_prog"
4820     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4821     break 2
4822   fi
4823 done
4824   done
4825 IFS=$as_save_IFS
4826
4827 fi
4828 fi
4829 LINT=$ac_cv_prog_LINT
4830 if test -n "$LINT"; then
4831   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4832 $as_echo "$LINT" >&6; }
4833 else
4834   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4835 $as_echo "no" >&6; }
4836 fi
4837
4838
4839   test -n "$LINT" && break
4840 done
4841
4842 if test "$LINT" = "lint"
4843 then
4844   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4845   fi
4846
4847
4848
4849 for ac_prog in fontforge
4850 do
4851   # Extract the first word of "$ac_prog", so it can be a program name with args.
4852 set dummy $ac_prog; ac_word=$2
4853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4854 $as_echo_n "checking for $ac_word... " >&6; }
4855 if ${ac_cv_prog_FONTFORGE+:} false; then :
4856   $as_echo_n "(cached) " >&6
4857 else
4858   if test -n "$FONTFORGE"; then
4859   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4860 else
4861 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4862 for as_dir in $PATH
4863 do
4864   IFS=$as_save_IFS
4865   test -z "$as_dir" && as_dir=.
4866     for ac_exec_ext in '' $ac_executable_extensions; do
4867   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4868     ac_cv_prog_FONTFORGE="$ac_prog"
4869     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4870     break 2
4871   fi
4872 done
4873   done
4874 IFS=$as_save_IFS
4875
4876 fi
4877 fi
4878 FONTFORGE=$ac_cv_prog_FONTFORGE
4879 if test -n "$FONTFORGE"; then
4880   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4881 $as_echo "$FONTFORGE" >&6; }
4882 else
4883   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4884 $as_echo "no" >&6; }
4885 fi
4886
4887
4888   test -n "$FONTFORGE" && break
4889 done
4890 test -n "$FONTFORGE" || FONTFORGE="false"
4891
4892 for ac_prog in pkg-config
4893 do
4894   # Extract the first word of "$ac_prog", so it can be a program name with args.
4895 set dummy $ac_prog; ac_word=$2
4896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4897 $as_echo_n "checking for $ac_word... " >&6; }
4898 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
4899   $as_echo_n "(cached) " >&6
4900 else
4901   if test -n "$PKG_CONFIG"; then
4902   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4903 else
4904 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4905 for as_dir in $PATH
4906 do
4907   IFS=$as_save_IFS
4908   test -z "$as_dir" && as_dir=.
4909     for ac_exec_ext in '' $ac_executable_extensions; do
4910   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4911     ac_cv_prog_PKG_CONFIG="$ac_prog"
4912     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4913     break 2
4914   fi
4915 done
4916   done
4917 IFS=$as_save_IFS
4918
4919 fi
4920 fi
4921 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4922 if test -n "$PKG_CONFIG"; then
4923   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4924 $as_echo "$PKG_CONFIG" >&6; }
4925 else
4926   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4927 $as_echo "no" >&6; }
4928 fi
4929
4930
4931   test -n "$PKG_CONFIG" && break
4932 done
4933 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4934
4935 for ac_prog in rsvg
4936 do
4937   # Extract the first word of "$ac_prog", so it can be a program name with args.
4938 set dummy $ac_prog; ac_word=$2
4939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4940 $as_echo_n "checking for $ac_word... " >&6; }
4941 if ${ac_cv_prog_RSVG+:} false; then :
4942   $as_echo_n "(cached) " >&6
4943 else
4944   if test -n "$RSVG"; then
4945   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4946 else
4947 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4948 for as_dir in $PATH
4949 do
4950   IFS=$as_save_IFS
4951   test -z "$as_dir" && as_dir=.
4952     for ac_exec_ext in '' $ac_executable_extensions; do
4953   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4954     ac_cv_prog_RSVG="$ac_prog"
4955     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4956     break 2
4957   fi
4958 done
4959   done
4960 IFS=$as_save_IFS
4961
4962 fi
4963 fi
4964 RSVG=$ac_cv_prog_RSVG
4965 if test -n "$RSVG"; then
4966   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
4967 $as_echo "$RSVG" >&6; }
4968 else
4969   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4970 $as_echo "no" >&6; }
4971 fi
4972
4973
4974   test -n "$RSVG" && break
4975 done
4976 test -n "$RSVG" || RSVG="false"
4977
4978 for ac_prog in convert
4979 do
4980   # Extract the first word of "$ac_prog", so it can be a program name with args.
4981 set dummy $ac_prog; ac_word=$2
4982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4983 $as_echo_n "checking for $ac_word... " >&6; }
4984 if ${ac_cv_prog_CONVERT+:} false; then :
4985   $as_echo_n "(cached) " >&6
4986 else
4987   if test -n "$CONVERT"; then
4988   ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
4989 else
4990 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4991 for as_dir in $PATH
4992 do
4993   IFS=$as_save_IFS
4994   test -z "$as_dir" && as_dir=.
4995     for ac_exec_ext in '' $ac_executable_extensions; do
4996   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4997     ac_cv_prog_CONVERT="$ac_prog"
4998     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4999     break 2
5000   fi
5001 done
5002   done
5003 IFS=$as_save_IFS
5004
5005 fi
5006 fi
5007 CONVERT=$ac_cv_prog_CONVERT
5008 if test -n "$CONVERT"; then
5009   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5010 $as_echo "$CONVERT" >&6; }
5011 else
5012   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5013 $as_echo "no" >&6; }
5014 fi
5015
5016
5017   test -n "$CONVERT" && break
5018 done
5019 test -n "$CONVERT" || CONVERT="false"
5020
5021 for ac_prog in icotool
5022 do
5023   # Extract the first word of "$ac_prog", so it can be a program name with args.
5024 set dummy $ac_prog; ac_word=$2
5025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5026 $as_echo_n "checking for $ac_word... " >&6; }
5027 if ${ac_cv_prog_ICOTOOL+:} false; then :
5028   $as_echo_n "(cached) " >&6
5029 else
5030   if test -n "$ICOTOOL"; then
5031   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5032 else
5033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5034 for as_dir in $PATH
5035 do
5036   IFS=$as_save_IFS
5037   test -z "$as_dir" && as_dir=.
5038     for ac_exec_ext in '' $ac_executable_extensions; do
5039   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5040     ac_cv_prog_ICOTOOL="$ac_prog"
5041     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5042     break 2
5043   fi
5044 done
5045   done
5046 IFS=$as_save_IFS
5047
5048 fi
5049 fi
5050 ICOTOOL=$ac_cv_prog_ICOTOOL
5051 if test -n "$ICOTOOL"; then
5052   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5053 $as_echo "$ICOTOOL" >&6; }
5054 else
5055   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5056 $as_echo "no" >&6; }
5057 fi
5058
5059
5060   test -n "$ICOTOOL" && break
5061 done
5062 test -n "$ICOTOOL" || ICOTOOL="false"
5063
5064
5065 if test "x$enable_maintainer_mode" != "xyes"
5066 then
5067   MAINTAINER_MODE=\#
5068
5069 else
5070   if test "$FONTFORGE" = "false"; then as_fn_error $? "You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5; fi
5071   if test "$RSVG" = "false"; then as_fn_error $? "You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5; fi
5072
5073     if test "$CONVERT" = false
5074   then
5075     as_fn_error $? "You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
5076   else
5077     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
5078 $as_echo_n "checking for recent enough imagemagick... " >&6; }
5079     convert_version=`convert --version | head -n1`
5080     if test "x$convert_version" != "x"
5081     then
5082       convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
5083       convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
5084       if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
5085       then
5086         CONVERT=false
5087       fi
5088     fi
5089     if test "$CONVERT" = false
5090     then
5091       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
5092 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
5093       as_fn_error $? "You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5094     else
5095       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
5096 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
5097     fi
5098   fi
5099
5100     if test "$ICOTOOL" = false
5101   then
5102     as_fn_error $? "You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
5103   else
5104     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
5105 $as_echo_n "checking for recent enough icotool... " >&6; }
5106     icotool_version=`icotool --version | head -n1`
5107     if test "x$icotool_version" != "x"
5108     then
5109       icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
5110       icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
5111       if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
5112       then
5113         ICOTOOL=false
5114         as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
5115       fi
5116     fi
5117     if test "$ICOTOOL" = false
5118     then
5119       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
5120 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
5121       as_fn_error $? "You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5122     else
5123       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
5124 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
5125     fi
5126   fi
5127
5128 fi
5129
5130
5131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5132 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5133 if ${ac_cv_lib_i386_i386_set_ldt+:} false; then :
5134   $as_echo_n "(cached) " >&6
5135 else
5136   ac_check_lib_save_LIBS=$LIBS
5137 LIBS="-li386  $LIBS"
5138 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5139 /* end confdefs.h.  */
5140
5141 /* Override any GCC internal prototype to avoid an error.
5142    Use char because int might match the return type of a GCC
5143    builtin and then its argument prototype would still apply.  */
5144 #ifdef __cplusplus
5145 extern "C"
5146 #endif
5147 char i386_set_ldt ();
5148 int
5149 main ()
5150 {
5151 return i386_set_ldt ();
5152   ;
5153   return 0;
5154 }
5155 _ACEOF
5156 if ac_fn_c_try_link "$LINENO"; then :
5157   ac_cv_lib_i386_i386_set_ldt=yes
5158 else
5159   ac_cv_lib_i386_i386_set_ldt=no
5160 fi
5161 rm -f core conftest.err conftest.$ac_objext \
5162     conftest$ac_exeext conftest.$ac_ext
5163 LIBS=$ac_check_lib_save_LIBS
5164 fi
5165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5166 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5167 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes; then :
5168   cat >>confdefs.h <<_ACEOF
5169 #define HAVE_LIBI386 1
5170 _ACEOF
5171
5172   LIBS="-li386 $LIBS"
5173
5174 fi
5175
5176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5177 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5178 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then :
5179   $as_echo_n "(cached) " >&6
5180 else
5181   ac_check_lib_save_LIBS=$LIBS
5182 LIBS="-lossaudio  $LIBS"
5183 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5184 /* end confdefs.h.  */
5185
5186 /* Override any GCC internal prototype to avoid an error.
5187    Use char because int might match the return type of a GCC
5188    builtin and then its argument prototype would still apply.  */
5189 #ifdef __cplusplus
5190 extern "C"
5191 #endif
5192 char _oss_ioctl ();
5193 int
5194 main ()
5195 {
5196 return _oss_ioctl ();
5197   ;
5198   return 0;
5199 }
5200 _ACEOF
5201 if ac_fn_c_try_link "$LINENO"; then :
5202   ac_cv_lib_ossaudio__oss_ioctl=yes
5203 else
5204   ac_cv_lib_ossaudio__oss_ioctl=no
5205 fi
5206 rm -f core conftest.err conftest.$ac_objext \
5207     conftest$ac_exeext conftest.$ac_ext
5208 LIBS=$ac_check_lib_save_LIBS
5209 fi
5210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5211 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5212 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then :
5213   cat >>confdefs.h <<_ACEOF
5214 #define HAVE_LIBOSSAUDIO 1
5215 _ACEOF
5216
5217   LIBS="-lossaudio $LIBS"
5218
5219 fi
5220
5221
5222 XLIB=""
5223
5224 OPENGL_LIBS=""
5225
5226
5227
5228 # Check whether --enable-largefile was given.
5229 if test "${enable_largefile+set}" = set; then :
5230   enableval=$enable_largefile;
5231 fi
5232
5233 if test "$enable_largefile" != no; then
5234
5235   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5236 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5237 if ${ac_cv_sys_largefile_CC+:} false; then :
5238   $as_echo_n "(cached) " >&6
5239 else
5240   ac_cv_sys_largefile_CC=no
5241      if test "$GCC" != yes; then
5242        ac_save_CC=$CC
5243        while :; do
5244          # IRIX 6.2 and later do not support large files by default,
5245          # so use the C compiler's -n32 option if that helps.
5246          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5247 /* end confdefs.h.  */
5248 #include <sys/types.h>
5249  /* Check that off_t can represent 2**63 - 1 correctly.
5250     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5251     since some C++ compilers masquerading as C compilers
5252     incorrectly reject 9223372036854775807.  */
5253 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5254   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5255                        && LARGE_OFF_T % 2147483647 == 1)
5256                       ? 1 : -1];
5257 int
5258 main ()
5259 {
5260
5261   ;
5262   return 0;
5263 }
5264 _ACEOF
5265          if ac_fn_c_try_compile "$LINENO"; then :
5266   break
5267 fi
5268 rm -f core conftest.err conftest.$ac_objext
5269          CC="$CC -n32"
5270          if ac_fn_c_try_compile "$LINENO"; then :
5271   ac_cv_sys_largefile_CC=' -n32'; break
5272 fi
5273 rm -f core conftest.err conftest.$ac_objext
5274          break
5275        done
5276        CC=$ac_save_CC
5277        rm -f conftest.$ac_ext
5278     fi
5279 fi
5280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5281 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5282   if test "$ac_cv_sys_largefile_CC" != no; then
5283     CC=$CC$ac_cv_sys_largefile_CC
5284   fi
5285
5286   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5287 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5288 if ${ac_cv_sys_file_offset_bits+:} false; then :
5289   $as_echo_n "(cached) " >&6
5290 else
5291   while :; do
5292   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5293 /* end confdefs.h.  */
5294 #include <sys/types.h>
5295  /* Check that off_t can represent 2**63 - 1 correctly.
5296     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5297     since some C++ compilers masquerading as C compilers
5298     incorrectly reject 9223372036854775807.  */
5299 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5300   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5301                        && LARGE_OFF_T % 2147483647 == 1)
5302                       ? 1 : -1];
5303 int
5304 main ()
5305 {
5306
5307   ;
5308   return 0;
5309 }
5310 _ACEOF
5311 if ac_fn_c_try_compile "$LINENO"; then :
5312   ac_cv_sys_file_offset_bits=no; break
5313 fi
5314 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5315   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5316 /* end confdefs.h.  */
5317 #define _FILE_OFFSET_BITS 64
5318 #include <sys/types.h>
5319  /* Check that off_t can represent 2**63 - 1 correctly.
5320     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5321     since some C++ compilers masquerading as C compilers
5322     incorrectly reject 9223372036854775807.  */
5323 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5324   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5325                        && LARGE_OFF_T % 2147483647 == 1)
5326                       ? 1 : -1];
5327 int
5328 main ()
5329 {
5330
5331   ;
5332   return 0;
5333 }
5334 _ACEOF
5335 if ac_fn_c_try_compile "$LINENO"; then :
5336   ac_cv_sys_file_offset_bits=64; break
5337 fi
5338 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5339   ac_cv_sys_file_offset_bits=unknown
5340   break
5341 done
5342 fi
5343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5344 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5345 case $ac_cv_sys_file_offset_bits in #(
5346   no | unknown) ;;
5347   *)
5348 cat >>confdefs.h <<_ACEOF
5349 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5350 _ACEOF
5351 ;;
5352 esac
5353 rm -rf conftest*
5354   if test $ac_cv_sys_file_offset_bits = unknown; then
5355     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5356 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5357 if ${ac_cv_sys_large_files+:} false; then :
5358   $as_echo_n "(cached) " >&6
5359 else
5360   while :; do
5361   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5362 /* end confdefs.h.  */
5363 #include <sys/types.h>
5364  /* Check that off_t can represent 2**63 - 1 correctly.
5365     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5366     since some C++ compilers masquerading as C compilers
5367     incorrectly reject 9223372036854775807.  */
5368 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5369   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5370                        && LARGE_OFF_T % 2147483647 == 1)
5371                       ? 1 : -1];
5372 int
5373 main ()
5374 {
5375
5376   ;
5377   return 0;
5378 }
5379 _ACEOF
5380 if ac_fn_c_try_compile "$LINENO"; then :
5381   ac_cv_sys_large_files=no; break
5382 fi
5383 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5384   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5385 /* end confdefs.h.  */
5386 #define _LARGE_FILES 1
5387 #include <sys/types.h>
5388  /* Check that off_t can represent 2**63 - 1 correctly.
5389     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5390     since some C++ compilers masquerading as C compilers
5391     incorrectly reject 9223372036854775807.  */
5392 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5393   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5394                        && LARGE_OFF_T % 2147483647 == 1)
5395                       ? 1 : -1];
5396 int
5397 main ()
5398 {
5399
5400   ;
5401   return 0;
5402 }
5403 _ACEOF
5404 if ac_fn_c_try_compile "$LINENO"; then :
5405   ac_cv_sys_large_files=1; break
5406 fi
5407 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5408   ac_cv_sys_large_files=unknown
5409   break
5410 done
5411 fi
5412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5413 $as_echo "$ac_cv_sys_large_files" >&6; }
5414 case $ac_cv_sys_large_files in #(
5415   no | unknown) ;;
5416   *)
5417 cat >>confdefs.h <<_ACEOF
5418 #define _LARGE_FILES $ac_cv_sys_large_files
5419 _ACEOF
5420 ;;
5421 esac
5422 rm -rf conftest*
5423   fi
5424 fi
5425
5426
5427 ac_ext=c
5428 ac_cpp='$CPP $CPPFLAGS'
5429 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5430 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5431 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5433 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5434 # On Suns, sometimes $CPP names a directory.
5435 if test -n "$CPP" && test -d "$CPP"; then
5436   CPP=
5437 fi
5438 if test -z "$CPP"; then
5439   if ${ac_cv_prog_CPP+:} false; then :
5440   $as_echo_n "(cached) " >&6
5441 else
5442       # Double quotes because CPP needs to be expanded
5443     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5444     do
5445       ac_preproc_ok=false
5446 for ac_c_preproc_warn_flag in '' yes
5447 do
5448   # Use a header file that comes with gcc, so configuring glibc
5449   # with a fresh cross-compiler works.
5450   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5451   # <limits.h> exists even on freestanding compilers.
5452   # On the NeXT, cc -E runs the code through the compiler's parser,
5453   # not just through cpp. "Syntax error" is here to catch this case.
5454   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5455 /* end confdefs.h.  */
5456 #ifdef __STDC__
5457 # include <limits.h>
5458 #else
5459 # include <assert.h>
5460 #endif
5461                      Syntax error
5462 _ACEOF
5463 if ac_fn_c_try_cpp "$LINENO"; then :
5464
5465 else
5466   # Broken: fails on valid input.
5467 continue
5468 fi
5469 rm -f conftest.err conftest.i conftest.$ac_ext
5470
5471   # OK, works on sane cases.  Now check whether nonexistent headers
5472   # can be detected and how.
5473   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5474 /* end confdefs.h.  */
5475 #include <ac_nonexistent.h>
5476 _ACEOF
5477 if ac_fn_c_try_cpp "$LINENO"; then :
5478   # Broken: success on invalid input.
5479 continue
5480 else
5481   # Passes both tests.
5482 ac_preproc_ok=:
5483 break
5484 fi
5485 rm -f conftest.err conftest.i conftest.$ac_ext
5486
5487 done
5488 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5489 rm -f conftest.i conftest.err conftest.$ac_ext
5490 if $ac_preproc_ok; then :
5491   break
5492 fi
5493
5494     done
5495     ac_cv_prog_CPP=$CPP
5496
5497 fi
5498   CPP=$ac_cv_prog_CPP
5499 else
5500   ac_cv_prog_CPP=$CPP
5501 fi
5502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5503 $as_echo "$CPP" >&6; }
5504 ac_preproc_ok=false
5505 for ac_c_preproc_warn_flag in '' yes
5506 do
5507   # Use a header file that comes with gcc, so configuring glibc
5508   # with a fresh cross-compiler works.
5509   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5510   # <limits.h> exists even on freestanding compilers.
5511   # On the NeXT, cc -E runs the code through the compiler's parser,
5512   # not just through cpp. "Syntax error" is here to catch this case.
5513   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5514 /* end confdefs.h.  */
5515 #ifdef __STDC__
5516 # include <limits.h>
5517 #else
5518 # include <assert.h>
5519 #endif
5520                      Syntax error
5521 _ACEOF
5522 if ac_fn_c_try_cpp "$LINENO"; then :
5523
5524 else
5525   # Broken: fails on valid input.
5526 continue
5527 fi
5528 rm -f conftest.err conftest.i conftest.$ac_ext
5529
5530   # OK, works on sane cases.  Now check whether nonexistent headers
5531   # can be detected and how.
5532   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5533 /* end confdefs.h.  */
5534 #include <ac_nonexistent.h>
5535 _ACEOF
5536 if ac_fn_c_try_cpp "$LINENO"; then :
5537   # Broken: success on invalid input.
5538 continue
5539 else
5540   # Passes both tests.
5541 ac_preproc_ok=:
5542 break
5543 fi
5544 rm -f conftest.err conftest.i conftest.$ac_ext
5545
5546 done
5547 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5548 rm -f conftest.i conftest.err conftest.$ac_ext
5549 if $ac_preproc_ok; then :
5550
5551 else
5552   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5553 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5554 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5555 See \`config.log' for more details" "$LINENO" 5; }
5556 fi
5557
5558 ac_ext=c
5559 ac_cpp='$CPP $CPPFLAGS'
5560 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5561 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5562 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5563
5564
5565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5566 $as_echo_n "checking for ANSI C header files... " >&6; }
5567 if ${ac_cv_header_stdc+:} false; then :
5568   $as_echo_n "(cached) " >&6
5569 else
5570   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5571 /* end confdefs.h.  */
5572 #include <stdlib.h>
5573 #include <stdarg.h>
5574 #include <string.h>
5575 #include <float.h>
5576
5577 int
5578 main ()
5579 {
5580
5581   ;
5582   return 0;
5583 }
5584 _ACEOF
5585 if ac_fn_c_try_compile "$LINENO"; then :
5586   ac_cv_header_stdc=yes
5587 else
5588   ac_cv_header_stdc=no
5589 fi
5590 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5591
5592 if test $ac_cv_header_stdc = yes; then
5593   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5594   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5595 /* end confdefs.h.  */
5596 #include <string.h>
5597
5598 _ACEOF
5599 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5600   $EGREP "memchr" >/dev/null 2>&1; then :
5601
5602 else
5603   ac_cv_header_stdc=no
5604 fi
5605 rm -f conftest*
5606
5607 fi
5608
5609 if test $ac_cv_header_stdc = yes; then
5610   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5611   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5612 /* end confdefs.h.  */
5613 #include <stdlib.h>
5614
5615 _ACEOF
5616 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5617   $EGREP "free" >/dev/null 2>&1; then :
5618
5619 else
5620   ac_cv_header_stdc=no
5621 fi
5622 rm -f conftest*
5623
5624 fi
5625
5626 if test $ac_cv_header_stdc = yes; then
5627   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5628   if test "$cross_compiling" = yes; then :
5629   :
5630 else
5631   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5632 /* end confdefs.h.  */
5633 #include <ctype.h>
5634 #include <stdlib.h>
5635 #if ((' ' & 0x0FF) == 0x020)
5636 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5637 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5638 #else
5639 # define ISLOWER(c) \
5640                    (('a' <= (c) && (c) <= 'i') \
5641                      || ('j' <= (c) && (c) <= 'r') \
5642                      || ('s' <= (c) && (c) <= 'z'))
5643 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5644 #endif
5645
5646 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5647 int
5648 main ()
5649 {
5650   int i;
5651   for (i = 0; i < 256; i++)
5652     if (XOR (islower (i), ISLOWER (i))
5653         || toupper (i) != TOUPPER (i))
5654       return 2;
5655   return 0;
5656 }
5657 _ACEOF
5658 if ac_fn_c_try_run "$LINENO"; then :
5659
5660 else
5661   ac_cv_header_stdc=no
5662 fi
5663 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5664   conftest.$ac_objext conftest.beam conftest.$ac_ext
5665 fi
5666
5667 fi
5668 fi
5669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5670 $as_echo "$ac_cv_header_stdc" >&6; }
5671 if test $ac_cv_header_stdc = yes; then
5672
5673 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5674
5675 fi
5676
5677 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5678 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5679                   inttypes.h stdint.h unistd.h
5680 do :
5681   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5682 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5683 "
5684 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5685   cat >>confdefs.h <<_ACEOF
5686 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5687 _ACEOF
5688
5689 fi
5690
5691 done
5692
5693
5694 for ac_header in \
5695         AL/al.h \
5696         ApplicationServices/ApplicationServices.h \
5697         AudioToolbox/AudioConverter.h \
5698         AudioUnit/AudioUnit.h \
5699         AudioUnit/AudioComponent.h \
5700         CL/cl.h \
5701         Carbon/Carbon.h \
5702         CoreAudio/CoreAudio.h \
5703         DiskArbitration/DiskArbitration.h \
5704         IOKit/IOKitLib.h \
5705         IOKit/hid/IOHIDLib.h \
5706         OpenAL/al.h \
5707         OpenCL/opencl.h \
5708         QuickTime/ImageCompression.h \
5709         Security/Security.h \
5710         alias.h \
5711         alsa/asoundlib.h \
5712         arpa/inet.h \
5713         arpa/nameser.h \
5714         asm/types.h \
5715         capi20.h \
5716         curses.h \
5717         direct.h \
5718         dirent.h \
5719         dlfcn.h \
5720         elf.h \
5721         float.h \
5722         fnmatch.h \
5723         fontconfig/fontconfig.h \
5724         getopt.h \
5725         gettext-po.h \
5726         grp.h \
5727         gsm.h \
5728         gsm/gsm.h \
5729         ieeefp.h \
5730         inet/mib2.h \
5731         io.h \
5732         jack/jack.h \
5733         jpeglib.h \
5734         kstat.h \
5735         lber.h \
5736         lcms.h \
5737         lcms/lcms.h \
5738         ldap.h \
5739         link.h \
5740         linux/cdrom.h \
5741         linux/compiler.h \
5742         linux/hdreg.h \
5743         linux/input.h \
5744         linux/ioctl.h \
5745         linux/joystick.h \
5746         linux/major.h \
5747         linux/param.h \
5748         linux/serial.h \
5749         linux/types.h \
5750         linux/ucdrom.h \
5751         mach-o/nlist.h \
5752         mach-o/loader.h \
5753         mach/mach.h \
5754         mach/machine.h \
5755         machine/cpu.h \
5756         machine/limits.h \
5757         machine/sysarch.h \
5758         mntent.h \
5759         mpg123.h \
5760         ncurses.h \
5761         netdb.h \
5762         netinet/in.h \
5763         netinet/in_systm.h \
5764         netinet/tcp.h \
5765         netinet/tcp_fsm.h \
5766         openssl/err.h \
5767         openssl/ssl.h \
5768         png.h \
5769         poll.h \
5770         port.h \
5771         process.h \
5772         pthread.h \
5773         pwd.h \
5774         regex.h \
5775         sched.h \
5776         scsi/scsi.h \
5777         scsi/scsi_ioctl.h \
5778         scsi/sg.h \
5779         stdbool.h \
5780         stdint.h \
5781         strings.h \
5782         stropts.h \
5783         sys/asoundlib.h \
5784         sys/attr.h \
5785         sys/cdio.h \
5786         sys/elf32.h \
5787         sys/epoll.h \
5788         sys/errno.h \
5789         sys/event.h \
5790         sys/exec_elf.h \
5791         sys/filio.h \
5792         sys/inotify.h \
5793         sys/ioctl.h \
5794         sys/ipc.h \
5795         sys/limits.h \
5796         sys/link.h \
5797         sys/mman.h \
5798         sys/modem.h \
5799         sys/msg.h \
5800         sys/mtio.h \
5801         sys/param.h \
5802         sys/poll.h \
5803         sys/prctl.h \
5804         sys/protosw.h \
5805         sys/ptrace.h \
5806         sys/resource.h \
5807         sys/scsiio.h \
5808         sys/shm.h \
5809         sys/signal.h \
5810         sys/socket.h \
5811         sys/socketvar.h \
5812         sys/sockio.h \
5813         sys/statvfs.h \
5814         sys/strtio.h \
5815         sys/syscall.h \
5816         sys/tihdr.h \
5817         sys/time.h \
5818         sys/timeout.h \
5819         sys/times.h \
5820         sys/uio.h \
5821         sys/un.h \
5822         sys/utsname.h \
5823         sys/vm86.h \
5824         sys/wait.h \
5825         syscall.h \
5826         termios.h \
5827         tiffio.h \
5828         unistd.h \
5829         utime.h \
5830         valgrind/memcheck.h \
5831         valgrind/valgrind.h \
5832         zlib.h
5833
5834 do :
5835   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5836 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5837 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5838   cat >>confdefs.h <<_ACEOF
5839 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5840 _ACEOF
5841
5842 fi
5843
5844 done
5845
5846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5847 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5848 if ${ac_cv_header_stat_broken+:} false; then :
5849   $as_echo_n "(cached) " >&6
5850 else
5851   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5852 /* end confdefs.h.  */
5853 #include <sys/types.h>
5854 #include <sys/stat.h>
5855
5856 #if defined S_ISBLK && defined S_IFDIR
5857 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5858 #endif
5859
5860 #if defined S_ISBLK && defined S_IFCHR
5861 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5862 #endif
5863
5864 #if defined S_ISLNK && defined S_IFREG
5865 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5866 #endif
5867
5868 #if defined S_ISSOCK && defined S_IFREG
5869 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5870 #endif
5871
5872 _ACEOF
5873 if ac_fn_c_try_compile "$LINENO"; then :
5874   ac_cv_header_stat_broken=no
5875 else
5876   ac_cv_header_stat_broken=yes
5877 fi
5878 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5879 fi
5880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5881 $as_echo "$ac_cv_header_stat_broken" >&6; }
5882 if test $ac_cv_header_stat_broken = yes; then
5883
5884 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5885
5886 fi
5887
5888
5889
5890 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5891 do :
5892   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5893 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5894      #ifdef HAVE_SYS_PARAM_H
5895      # include <sys/param.h>
5896      #endif
5897 "
5898 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5899   cat >>confdefs.h <<_ACEOF
5900 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5901 _ACEOF
5902
5903 fi
5904
5905 done
5906
5907
5908 for ac_header in \
5909         netinet/ip.h \
5910         net/if.h \
5911         net/if_arp.h \
5912         net/if_dl.h \
5913         net/if_types.h \
5914         net/route.h \
5915         netinet/if_ether.h \
5916         netinet/if_inarp.h \
5917         netinet/in_pcb.h \
5918         netinet/ip_icmp.h \
5919         netinet/ip_var.h \
5920         netinet/udp.h \
5921         netipx/ipx.h \
5922
5923 do :
5924   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5925 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5926      #ifdef HAVE_SYS_SOCKET_H
5927      # include <sys/socket.h>
5928      #endif
5929      #ifdef HAVE_SYS_SOCKETVAR_H
5930      # include <sys/socketvar.h>
5931      #endif
5932      #ifdef HAVE_NET_ROUTE_H
5933      # include <net/route.h>
5934      #endif
5935      #ifdef HAVE_NETINET_IN_H
5936      # include <netinet/in.h>
5937      #endif
5938      #ifdef HAVE_NETINET_IN_SYSTM_H
5939      # include <netinet/in_systm.h>
5940      #endif
5941      #ifdef HAVE_NET_IF_H
5942      # include <net/if.h>
5943      #endif
5944      #ifdef HAVE_NETINET_IP_H
5945      # include <netinet/ip.h>
5946      #endif
5947 "
5948 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5949   cat >>confdefs.h <<_ACEOF
5950 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5951 _ACEOF
5952
5953 fi
5954
5955 done
5956
5957
5958 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5959 do :
5960   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5961 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5962      #ifdef HAVE_ALIAS_H
5963      # include <alias.h>
5964      #endif
5965      #ifdef HAVE_SYS_SOCKET_H
5966      # include <sys/socket.h>
5967      #endif
5968      #ifdef HAVE_SYS_SOCKETVAR_H
5969      # include <sys/socketvar.h>
5970      #endif
5971      #ifdef HAVE_SYS_TIMEOUT_H
5972      # include <sys/timeout.h>
5973      #endif
5974      #ifdef HAVE_NETINET_IN_H
5975      # include <netinet/in.h>
5976      #endif
5977      #ifdef HAVE_NETINET_IN_SYSTM_H
5978      # include <netinet/in_systm.h>
5979      #endif
5980      #ifdef HAVE_NETINET_IP_H
5981      # include <netinet/ip.h>
5982      #endif
5983      #ifdef HAVE_NETINET_IP_VAR_H
5984      # include <netinet/ip_var.h>
5985      #endif
5986      #ifdef HAVE_NETINET_IP_ICMP_H
5987      # include <netinet/ip_icmp.h>
5988      #endif
5989      #ifdef HAVE_NETINET_UDP_H
5990      # include <netinet/udp.h>
5991      #endif
5992      #ifdef HAVE_NETINET_TCP_H
5993      # include <netinet/tcp.h>
5994      #endif
5995      #ifdef HAVE_NETINET_TCP_TIMER_H
5996      #include <netinet/tcp_timer.h>
5997      #endif
5998 "
5999 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6000   cat >>confdefs.h <<_ACEOF
6001 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6002 _ACEOF
6003
6004 fi
6005
6006 done
6007
6008
6009 for ac_header in linux/ipx.h linux/irda.h
6010 do :
6011   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6012 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6013      #ifdef HAVE_ASM_TYPES_H
6014      # include <asm/types.h>
6015      #endif
6016      #ifdef HAVE_SYS_SOCKET_H
6017      # include <sys/socket.h>
6018      #endif
6019      #ifdef HAVE_LINUX_TYPES_H
6020      # include <linux/types.h>
6021      #endif
6022 "
6023 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6024   cat >>confdefs.h <<_ACEOF
6025 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6026 _ACEOF
6027
6028 fi
6029
6030 done
6031
6032
6033 for ac_header in mach-o/dyld_images.h
6034 do :
6035   ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6036      # include <stdbool.h>
6037      #endif
6038      #ifdef HAVE_STDINT_H
6039      # include <stdint.h>
6040      #endif
6041 "
6042 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes; then :
6043   cat >>confdefs.h <<_ACEOF
6044 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6045 _ACEOF
6046
6047 fi
6048
6049 done
6050
6051
6052 for ac_header in resolv.h
6053 do :
6054   ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6055      #ifdef HAVE_SYS_SOCKET_H
6056      # include <sys/socket.h>
6057      #endif
6058      #ifdef HAVE_NETINET_IN_H
6059      # include <netinet/in.h>
6060      #endif
6061      #ifdef HAVE_ARPA_NAMESER_H
6062      # include <arpa/nameser.h>
6063      #endif
6064 "
6065 if test "x$ac_cv_header_resolv_h" = xyes; then :
6066   cat >>confdefs.h <<_ACEOF
6067 #define HAVE_RESOLV_H 1
6068 _ACEOF
6069
6070 fi
6071
6072 done
6073
6074
6075 for ac_header in ifaddrs.h
6076 do :
6077   ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
6078 "
6079 if test "x$ac_cv_header_ifaddrs_h" = xyes; then :
6080   cat >>confdefs.h <<_ACEOF
6081 #define HAVE_IFADDRS_H 1
6082 _ACEOF
6083
6084 fi
6085
6086 done
6087
6088
6089 for ac_header in ucontext.h
6090 do :
6091   ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6092 "
6093 if test "x$ac_cv_header_ucontext_h" = xyes; then :
6094   cat >>confdefs.h <<_ACEOF
6095 #define HAVE_UCONTEXT_H 1
6096 _ACEOF
6097
6098 fi
6099
6100 done
6101
6102
6103 for ac_header in sys/thr.h
6104 do :
6105   ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6106 #ifdef HAVE_UCONTEXT_H
6107 #include <ucontext.h>
6108 #endif
6109 "
6110 if test "x$ac_cv_header_sys_thr_h" = xyes; then :
6111   cat >>confdefs.h <<_ACEOF
6112 #define HAVE_SYS_THR_H 1
6113 _ACEOF
6114
6115 fi
6116
6117 done
6118
6119
6120 for ac_header in pthread_np.h
6121 do :
6122   ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6123 #include <pthread.h>
6124 #endif
6125 "
6126 if test "x$ac_cv_header_pthread_np_h" = xyes; then :
6127   cat >>confdefs.h <<_ACEOF
6128 #define HAVE_PTHREAD_NP_H 1
6129 _ACEOF
6130
6131 fi
6132
6133 done
6134
6135
6136 for ac_header in linux/videodev.h
6137 do :
6138   ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6139 #include <sys/time.h>
6140 #endif
6141 #include <sys/types.h>
6142 #ifdef HAVE_ASM_TYPES_H
6143 #include <asm/types.h>
6144 #endif
6145 "
6146 if test "x$ac_cv_header_linux_videodev_h" = xyes; then :
6147   cat >>confdefs.h <<_ACEOF
6148 #define HAVE_LINUX_VIDEODEV_H 1
6149 _ACEOF
6150
6151 fi
6152
6153 done
6154
6155
6156 for ac_header in linux/capi.h
6157 do :
6158   ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6159 "
6160 if test "x$ac_cv_header_linux_capi_h" = xyes; then :
6161   cat >>confdefs.h <<_ACEOF
6162 #define HAVE_LINUX_CAPI_H 1
6163 _ACEOF
6164
6165 fi
6166
6167 done
6168
6169
6170
6171 DLLEXT=""
6172
6173 DLLFLAGS="-D_REENTRANT"
6174
6175 LDSHARED=""
6176
6177 LDDLLFLAGS=""
6178
6179 LIBEXT="so"
6180
6181 IMPLIBEXT="def"
6182
6183 LDRPATH_INSTALL=""
6184
6185 LDRPATH_LOCAL=""
6186
6187 STATIC_IMPLIBEXT="def.a"
6188 # Extract the first word of "ldd", so it can be a program name with args.
6189 set dummy ldd; ac_word=$2
6190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6191 $as_echo_n "checking for $ac_word... " >&6; }
6192 if ${ac_cv_path_LDD+:} false; then :
6193   $as_echo_n "(cached) " >&6
6194 else
6195   case $LDD in
6196   [\\/]* | ?:[\\/]*)
6197   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6198   ;;
6199   *)
6200   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6201 as_dummy="/sbin:/usr/sbin:$PATH"
6202 for as_dir in $as_dummy
6203 do
6204   IFS=$as_save_IFS
6205   test -z "$as_dir" && as_dir=.
6206     for ac_exec_ext in '' $ac_executable_extensions; do
6207   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6208     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6209     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6210     break 2
6211   fi
6212 done
6213   done
6214 IFS=$as_save_IFS
6215
6216   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6217   ;;
6218 esac
6219 fi
6220 LDD=$ac_cv_path_LDD
6221 if test -n "$LDD"; then
6222   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6223 $as_echo "$LDD" >&6; }
6224 else
6225   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6226 $as_echo "no" >&6; }
6227 fi
6228
6229
6230
6231 case $host_os in
6232   cygwin*|mingw32*)
6233     if test -n "$ac_tool_prefix"; then
6234   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6235 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6237 $as_echo_n "checking for $ac_word... " >&6; }
6238 if ${ac_cv_prog_DLLTOOL+:} false; then :
6239   $as_echo_n "(cached) " >&6
6240 else
6241   if test -n "$DLLTOOL"; then
6242   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6243 else
6244 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6245 for as_dir in $PATH
6246 do
6247   IFS=$as_save_IFS
6248   test -z "$as_dir" && as_dir=.
6249     for ac_exec_ext in '' $ac_executable_extensions; do
6250   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6251     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6252     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6253     break 2
6254   fi
6255 done
6256   done
6257 IFS=$as_save_IFS
6258
6259 fi
6260 fi
6261 DLLTOOL=$ac_cv_prog_DLLTOOL
6262 if test -n "$DLLTOOL"; then
6263   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6264 $as_echo "$DLLTOOL" >&6; }
6265 else
6266   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6267 $as_echo "no" >&6; }
6268 fi
6269
6270
6271 fi
6272 if test -z "$ac_cv_prog_DLLTOOL"; then
6273   ac_ct_DLLTOOL=$DLLTOOL
6274   # Extract the first word of "dlltool", so it can be a program name with args.
6275 set dummy dlltool; ac_word=$2
6276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6277 $as_echo_n "checking for $ac_word... " >&6; }
6278 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
6279   $as_echo_n "(cached) " >&6
6280 else
6281   if test -n "$ac_ct_DLLTOOL"; then
6282   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6283 else
6284 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6285 for as_dir in $PATH
6286 do
6287   IFS=$as_save_IFS
6288   test -z "$as_dir" && as_dir=.
6289     for ac_exec_ext in '' $ac_executable_extensions; do
6290   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6291     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6292     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6293     break 2
6294   fi
6295 done
6296   done
6297 IFS=$as_save_IFS
6298
6299 fi
6300 fi
6301 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6302 if test -n "$ac_ct_DLLTOOL"; then
6303   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6304 $as_echo "$ac_ct_DLLTOOL" >&6; }
6305 else
6306   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6307 $as_echo "no" >&6; }
6308 fi
6309
6310   if test "x$ac_ct_DLLTOOL" = x; then
6311     DLLTOOL="false"
6312   else
6313     case $cross_compiling:$ac_tool_warned in
6314 yes:)
6315 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6316 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6317 ac_tool_warned=yes ;;
6318 esac
6319     DLLTOOL=$ac_ct_DLLTOOL
6320   fi
6321 else
6322   DLLTOOL="$ac_cv_prog_DLLTOOL"
6323 fi
6324
6325     if test -n "$ac_tool_prefix"; then
6326   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6327 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6329 $as_echo_n "checking for $ac_word... " >&6; }
6330 if ${ac_cv_prog_DLLWRAP+:} false; then :
6331   $as_echo_n "(cached) " >&6
6332 else
6333   if test -n "$DLLWRAP"; then
6334   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6335 else
6336 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6337 for as_dir in $PATH
6338 do
6339   IFS=$as_save_IFS
6340   test -z "$as_dir" && as_dir=.
6341     for ac_exec_ext in '' $ac_executable_extensions; do
6342   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6343     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6344     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6345     break 2
6346   fi
6347 done
6348   done
6349 IFS=$as_save_IFS
6350
6351 fi
6352 fi
6353 DLLWRAP=$ac_cv_prog_DLLWRAP
6354 if test -n "$DLLWRAP"; then
6355   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6356 $as_echo "$DLLWRAP" >&6; }
6357 else
6358   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6359 $as_echo "no" >&6; }
6360 fi
6361
6362
6363 fi
6364 if test -z "$ac_cv_prog_DLLWRAP"; then
6365   ac_ct_DLLWRAP=$DLLWRAP
6366   # Extract the first word of "dllwrap", so it can be a program name with args.
6367 set dummy dllwrap; ac_word=$2
6368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6369 $as_echo_n "checking for $ac_word... " >&6; }
6370 if ${ac_cv_prog_ac_ct_DLLWRAP+:} false; then :
6371   $as_echo_n "(cached) " >&6
6372 else
6373   if test -n "$ac_ct_DLLWRAP"; then
6374   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6375 else
6376 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6377 for as_dir in $PATH
6378 do
6379   IFS=$as_save_IFS
6380   test -z "$as_dir" && as_dir=.
6381     for ac_exec_ext in '' $ac_executable_extensions; do
6382   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6383     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6384     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6385     break 2
6386   fi
6387 done
6388   done
6389 IFS=$as_save_IFS
6390
6391 fi
6392 fi
6393 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6394 if test -n "$ac_ct_DLLWRAP"; then
6395   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6396 $as_echo "$ac_ct_DLLWRAP" >&6; }
6397 else
6398   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6399 $as_echo "no" >&6; }
6400 fi
6401
6402   if test "x$ac_ct_DLLWRAP" = x; then
6403     DLLWRAP="false"
6404   else
6405     case $cross_compiling:$ac_tool_warned in
6406 yes:)
6407 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6408 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6409 ac_tool_warned=yes ;;
6410 esac
6411     DLLWRAP=$ac_ct_DLLWRAP
6412   fi
6413 else
6414   DLLWRAP="$ac_cv_prog_DLLWRAP"
6415 fi
6416
6417     if test "$DLLWRAP" = "false"; then
6418       LIBEXT="a"
6419     else
6420             LIBEXT="dll"
6421     fi
6422     IMPLIBEXT="a"
6423     STATIC_IMPLIBEXT="a"
6424         enable_iphlpapi=${enable_iphlpapi:-no}
6425     enable_kernel32=${enable_kernel32:-no}
6426     enable_msvcrt=${enable_msvcrt:-no}
6427     enable_ntdll=${enable_ntdll:-no}
6428     enable_ws2_32=${enable_ws2_32:-no}
6429     enable_loader=${enable_loader:-no}
6430     enable_server=${enable_server:-no}
6431         with_x=${with_x:-no}
6432     with_pthread=${with_pthread:-no}
6433     ;;
6434   darwin*|macosx*)
6435     DLLEXT=".so"
6436     LIBEXT="dylib"
6437     DLLFLAGS="$DLLFLAGS -fPIC"
6438     LDDLLFLAGS="-bundle -multiply_defined suppress"
6439     LIBWINE_LDFLAGS="-multiply_defined suppress"
6440     LDSHARED="\$(CC) -dynamiclib"
6441     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(top_builddir)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6442         COREFOUNDATIONLIB="-framework CoreFoundation"
6443
6444     IOKITLIB="-framework IOKit -framework CoreFoundation"
6445
6446     APPLICATIONSERVICESLIB="-framework ApplicationServices"
6447
6448     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6449
6450     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6451     then
6452                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6453
6454     fi
6455     if test "$ac_cv_header_Security_Security_h" = "yes"
6456     then
6457         SECURITYLIB="-framework Security -framework CoreFoundation"
6458
6459         with_gnutls=${with_gnutls:-no}
6460     fi
6461     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6462     then
6463         if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
6464         then
6465             COREAUDIO="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
6466
6467         else
6468                         COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6469
6470         fi
6471                 ac_save_LIBS="$LIBS"
6472         LIBS="$LIBS $COREAUDIO"
6473         for ac_func in AUGraphAddNode
6474 do :
6475   ac_fn_c_check_func "$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
6476 if test "x$ac_cv_func_AUGraphAddNode" = xyes; then :
6477   cat >>confdefs.h <<_ACEOF
6478 #define HAVE_AUGRAPHADDNODE 1
6479 _ACEOF
6480
6481 fi
6482 done
6483
6484         LIBS="$ac_save_LIBS"
6485     fi
6486     if test "$ac_cv_header_OpenAL_al_h" = "yes"
6487     then
6488         FRAMEWORK_OPENAL="-framework OpenAL"
6489
6490
6491 cat >>confdefs.h <<_ACEOF
6492 #define HAVE_OPENAL 1
6493 _ACEOF
6494
6495         ac_cv_lib_openal=yes
6496     fi
6497     if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
6498     then
6499         LIBOPENCL="-framework OpenCL"
6500
6501         ac_cv_lib_OpenCL_clGetPlatformInfo=yes
6502     fi
6503     if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6504     then
6505         ac_save_LIBS="$LIBS"
6506         LIBS="$LIBS $IOKITLIB"
6507         for ac_func in IOHIDManagerCreate
6508 do :
6509   ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6510 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes; then :
6511   cat >>confdefs.h <<_ACEOF
6512 #define HAVE_IOHIDMANAGERCREATE 1
6513 _ACEOF
6514
6515 fi
6516 done
6517
6518         LIBS="$ac_save_LIBS"
6519     fi
6520     case $host_cpu in
6521       *powerpc*)
6522         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
6523     esac
6524     if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
6525     then
6526         QUICKTIMELIB="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
6527
6528         enable_wineqtdecoder=${enable_wineqtdecoder:-yes}
6529     else
6530         as_fn_append wine_notices "|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
6531     fi
6532         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6533     then
6534         CARBONLIB="-framework Carbon"
6535
6536         enable_winequartz_drv=${enable_winequartz_drv:-yes}
6537     fi
6538         if test "x$enable_win16" = "xyes"
6539     then
6540         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6541 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6542         if test "$cross_compiling" = yes; then :
6543   { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6544 $as_echo "cross-compiling, assuming yes" >&6; }
6545 else
6546   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6547 /* end confdefs.h.  */
6548 asm(".text\n"
6549                                             "bad:\tnop;nop\n"
6550                                             "good:\tnop;nop\n\t"
6551                                             ".globl _testfunc\n"
6552                                             "_testfunc:\tcallw good");
6553                                         extern void testfunc();
6554 int
6555 main ()
6556 {
6557 unsigned short *p = (unsigned short *)testfunc;
6558                                         return p[0] != 0xe866 || p[1] != 0xfffa
6559   ;
6560   return 0;
6561 }
6562 _ACEOF
6563 if ac_fn_c_try_run "$LINENO"; then :
6564   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6565 $as_echo "yes" >&6; }
6566 else
6567   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6568 $as_echo "no" >&6; }
6569                                        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
6570 fi
6571 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6572   conftest.$ac_objext conftest.beam conftest.$ac_ext
6573 fi
6574
6575     fi
6576     ;;
6577   *)
6578     DLLFLAGS="$DLLFLAGS -fPIC"
6579     DLLEXT=".so"
6580     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6581 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6582 if ${ac_cv_c_dll_gnuelf+:} false; then :
6583   $as_echo_n "(cached) " >&6
6584 else
6585   ac_wine_try_cflags_saved=$CFLAGS
6586 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6588 /* end confdefs.h.  */
6589 void myfunc() {}
6590 _ACEOF
6591 if ac_fn_c_try_link "$LINENO"; then :
6592   ac_cv_c_dll_gnuelf="yes"
6593 else
6594   ac_cv_c_dll_gnuelf="no"
6595 fi
6596 rm -f core conftest.err conftest.$ac_objext \
6597     conftest$ac_exeext conftest.$ac_ext
6598 CFLAGS=$ac_wine_try_cflags_saved
6599 fi
6600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6601 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6602     if test "$ac_cv_c_dll_gnuelf" = "yes"
6603     then
6604       LDSHARED="\$(CC) -shared"
6605       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6606       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6607 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6608 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false; then :
6609   $as_echo_n "(cached) " >&6
6610 else
6611   ac_wine_try_cflags_saved=$CFLAGS
6612 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6614 /* end confdefs.h.  */
6615 int main(int argc, char **argv) { return 0; }
6616 _ACEOF
6617 if ac_fn_c_try_link "$LINENO"; then :
6618   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6619 else
6620   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6621 fi
6622 rm -f core conftest.err conftest.$ac_objext \
6623     conftest$ac_exeext conftest.$ac_ext
6624 CFLAGS=$ac_wine_try_cflags_saved
6625 fi
6626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6627 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6628 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6629   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6630 else
6631   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6632 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6633 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false; then :
6634   $as_echo_n "(cached) " >&6
6635 else
6636   ac_wine_try_cflags_saved=$CFLAGS
6637 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6638 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6639 /* end confdefs.h.  */
6640 int main(int argc, char **argv) { return 0; }
6641 _ACEOF
6642 if ac_fn_c_try_link "$LINENO"; then :
6643   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6644 else
6645   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6646 fi
6647 rm -f core conftest.err conftest.$ac_objext \
6648     conftest$ac_exeext conftest.$ac_ext
6649 CFLAGS=$ac_wine_try_cflags_saved
6650 fi
6651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6652 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6653 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6654   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6655 fi
6656 fi
6657
6658       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6659 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6660 if ${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+:} false; then :
6661   $as_echo_n "(cached) " >&6
6662 else
6663   ac_wine_try_cflags_saved=$CFLAGS
6664 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6665 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6666 /* end confdefs.h.  */
6667 int main(int argc, char **argv) { return 0; }
6668 _ACEOF
6669 if ac_fn_c_try_link "$LINENO"; then :
6670   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6671 else
6672   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6673 fi
6674 rm -f core conftest.err conftest.$ac_objext \
6675     conftest$ac_exeext conftest.$ac_ext
6676 CFLAGS=$ac_wine_try_cflags_saved
6677 fi
6678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6679 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6680 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6681   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6682 fi
6683
6684       { $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
6685 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6686 if ${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+:} false; then :
6687   $as_echo_n "(cached) " >&6
6688 else
6689   ac_wine_try_cflags_saved=$CFLAGS
6690 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6691 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6692 /* end confdefs.h.  */
6693 int main(int argc, char **argv) { return 0; }
6694 _ACEOF
6695 if ac_fn_c_try_link "$LINENO"; then :
6696   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6697 else
6698   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6699 fi
6700 rm -f core conftest.err conftest.$ac_objext \
6701     conftest$ac_exeext conftest.$ac_ext
6702 CFLAGS=$ac_wine_try_cflags_saved
6703 fi
6704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6705 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6706 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6707   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6708 fi
6709
6710       echo '{ global: *; };' >conftest.map
6711       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -shared -Wl,--version-script=conftest.map" | $as_tr_sh`
6712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6713 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6714 if eval \${$as_ac_var+:} false; then :
6715   $as_echo_n "(cached) " >&6
6716 else
6717   ac_wine_try_cflags_saved=$CFLAGS
6718 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6720 /* end confdefs.h.  */
6721 int main(int argc, char **argv) { return 0; }
6722 _ACEOF
6723 if ac_fn_c_try_link "$LINENO"; then :
6724   eval "$as_ac_var=yes"
6725 else
6726   eval "$as_ac_var=no"
6727 fi
6728 rm -f core conftest.err conftest.$ac_objext \
6729     conftest$ac_exeext conftest.$ac_ext
6730 CFLAGS=$ac_wine_try_cflags_saved
6731 fi
6732 eval ac_res=\$$as_ac_var
6733                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6734 $as_echo "$ac_res" >&6; }
6735 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6736   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6737 fi
6738       rm -f conftest.map
6739
6740       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6741 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6742 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
6743   $as_echo_n "(cached) " >&6
6744 else
6745   ac_wine_try_cflags_saved=$CFLAGS
6746 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6748 /* end confdefs.h.  */
6749 int main(int argc, char **argv) { return 0; }
6750 _ACEOF
6751 if ac_fn_c_try_link "$LINENO"; then :
6752   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6753 else
6754   ac_cv_cflags__fPIC__Wl___export_dynamic=no
6755 fi
6756 rm -f core conftest.err conftest.$ac_objext \
6757     conftest$ac_exeext conftest.$ac_ext
6758 CFLAGS=$ac_wine_try_cflags_saved
6759 fi
6760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6761 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6762 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6763   LDEXECFLAGS="-Wl,--export-dynamic"
6764
6765 fi
6766
6767       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6769 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6770 if eval \${$as_ac_var+:} false; then :
6771   $as_echo_n "(cached) " >&6
6772 else
6773   ac_wine_try_cflags_saved=$CFLAGS
6774 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6776 /* end confdefs.h.  */
6777 int main(int argc, char **argv) { return 0; }
6778 _ACEOF
6779 if ac_fn_c_try_link "$LINENO"; then :
6780   eval "$as_ac_var=yes"
6781 else
6782   eval "$as_ac_var=no"
6783 fi
6784 rm -f core conftest.err conftest.$ac_objext \
6785     conftest$ac_exeext conftest.$ac_ext
6786 CFLAGS=$ac_wine_try_cflags_saved
6787 fi
6788 eval ac_res=\$$as_ac_var
6789                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6790 $as_echo "$ac_res" >&6; }
6791 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6792   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6793                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
6794 else
6795   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6797 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6798 if eval \${$as_ac_var+:} false; then :
6799   $as_echo_n "(cached) " >&6
6800 else
6801   ac_wine_try_cflags_saved=$CFLAGS
6802 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6804 /* end confdefs.h.  */
6805 int main(int argc, char **argv) { return 0; }
6806 _ACEOF
6807 if ac_fn_c_try_link "$LINENO"; then :
6808   eval "$as_ac_var=yes"
6809 else
6810   eval "$as_ac_var=no"
6811 fi
6812 rm -f core conftest.err conftest.$ac_objext \
6813     conftest$ac_exeext conftest.$ac_ext
6814 CFLAGS=$ac_wine_try_cflags_saved
6815 fi
6816 eval ac_res=\$$as_ac_var
6817                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6818 $as_echo "$ac_res" >&6; }
6819 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6820   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6821                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
6822 fi
6823 fi
6824
6825       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6826 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6827 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
6828   $as_echo_n "(cached) " >&6
6829 else
6830   ac_wine_try_cflags_saved=$CFLAGS
6831 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6833 /* end confdefs.h.  */
6834 int main(int argc, char **argv) { return 0; }
6835 _ACEOF
6836 if ac_fn_c_try_link "$LINENO"; then :
6837   ac_cv_cflags__Wl___enable_new_dtags=yes
6838 else
6839   ac_cv_cflags__Wl___enable_new_dtags=no
6840 fi
6841 rm -f core conftest.err conftest.$ac_objext \
6842     conftest$ac_exeext conftest.$ac_ext
6843 CFLAGS=$ac_wine_try_cflags_saved
6844 fi
6845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6846 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6847 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6848   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6849 fi
6850
6851       case $host_cpu in
6852         *i[3456789]86* | x86_64)
6853           as_ac_var=`$as_echo "ac_cv_cflags_-Wl,--section-start,.interp=0x7bf00400" | $as_tr_sh`
6854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6855 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6856 if eval \${$as_ac_var+:} false; then :
6857   $as_echo_n "(cached) " >&6
6858 else
6859   ac_wine_try_cflags_saved=$CFLAGS
6860 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6861 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6862 /* end confdefs.h.  */
6863 int main(int argc, char **argv) { return 0; }
6864 _ACEOF
6865 if ac_fn_c_try_link "$LINENO"; then :
6866   eval "$as_ac_var=yes"
6867 else
6868   eval "$as_ac_var=no"
6869 fi
6870 rm -f core conftest.err conftest.$ac_objext \
6871     conftest$ac_exeext conftest.$ac_ext
6872 CFLAGS=$ac_wine_try_cflags_saved
6873 fi
6874 eval ac_res=\$$as_ac_var
6875                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6876 $as_echo "$ac_res" >&6; }
6877 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6878   case $host_os in
6879                            freebsd*)  LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
6880                            *) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
6881                            esac
6882
6883 fi
6884           # Extract the first word of "prelink", so it can be a program name with args.
6885 set dummy prelink; ac_word=$2
6886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6887 $as_echo_n "checking for $ac_word... " >&6; }
6888 if ${ac_cv_path_PRELINK+:} false; then :
6889   $as_echo_n "(cached) " >&6
6890 else
6891   case $PRELINK in
6892   [\\/]* | ?:[\\/]*)
6893   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6894   ;;
6895   *)
6896   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6897 for as_dir in /sbin /usr/sbin $PATH
6898 do
6899   IFS=$as_save_IFS
6900   test -z "$as_dir" && as_dir=.
6901     for ac_exec_ext in '' $ac_executable_extensions; do
6902   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6903     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6904     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6905     break 2
6906   fi
6907 done
6908   done
6909 IFS=$as_save_IFS
6910
6911   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6912   ;;
6913 esac
6914 fi
6915 PRELINK=$ac_cv_path_PRELINK
6916 if test -n "$PRELINK"; then
6917   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
6918 $as_echo "$PRELINK" >&6; }
6919 else
6920   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6921 $as_echo "no" >&6; }
6922 fi
6923
6924
6925           if test "x$PRELINK" = xfalse
6926           then
6927               as_fn_append wine_warnings "|prelink not found, base address of core dlls won't be set correctly."
6928           fi
6929           ;;
6930       esac
6931
6932     else
6933       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6934 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6935 if ${ac_cv_c_dll_unixware+:} false; then :
6936   $as_echo_n "(cached) " >&6
6937 else
6938   ac_wine_try_cflags_saved=$CFLAGS
6939 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6940 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6941 /* end confdefs.h.  */
6942 void myfunc() {}
6943 _ACEOF
6944 if ac_fn_c_try_link "$LINENO"; then :
6945   ac_cv_c_dll_unixware="yes"
6946 else
6947   ac_cv_c_dll_unixware="no"
6948 fi
6949 rm -f core conftest.err conftest.$ac_objext \
6950     conftest$ac_exeext conftest.$ac_ext
6951 CFLAGS=$ac_wine_try_cflags_saved
6952 fi
6953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6954 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6955       if test "$ac_cv_c_dll_unixware" = "yes"
6956       then
6957         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6958         LDDLLFLAGS="-Wl,-G,-B,symbolic"
6959
6960       else
6961         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6962 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6963 if ${ac_cv_c_dll_hpux+:} false; then :
6964   $as_echo_n "(cached) " >&6
6965 else
6966   ac_wine_try_cflags_saved=$CFLAGS
6967 CFLAGS="$CFLAGS -shared"
6968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6969 /* end confdefs.h.  */
6970 void myfunc() {}
6971 _ACEOF
6972 if ac_fn_c_try_link "$LINENO"; then :
6973   ac_cv_c_dll_hpux="yes"
6974 else
6975   ac_cv_c_dll_hpux="no"
6976 fi
6977 rm -f core conftest.err conftest.$ac_objext \
6978     conftest$ac_exeext conftest.$ac_ext
6979 CFLAGS=$ac_wine_try_cflags_saved
6980 fi
6981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6982 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6983         if test "$ac_cv_c_dll_hpux" = "yes"
6984         then
6985           LIBEXT="sl"
6986           DLLEXT=".sl"
6987           LDDLLFLAGS="-shared -fPIC"
6988           LDSHARED="\$(CC) -shared"
6989         fi
6990       fi
6991     fi
6992     ;;
6993 esac
6994
6995 enable_wineqtdecoder=${enable_wineqtdecoder:-no}
6996 enable_winequartz_drv=${enable_winequartz_drv:-no}
6997
6998 if test "$LIBEXT" = "a"; then
6999   as_fn_error $? "could not find a way to build shared libraries.
7000 It is currently not possible to build Wine without shared library
7001 (.so) support to allow transparent switch between .so and .dll files.
7002 If you are using Linux, you will need a newer binutils.
7003 " "$LINENO" 5
7004 fi
7005
7006 CROSSTEST_DISABLE=\#
7007
7008 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno -a "$LIBEXT" != "dll"
7009 then
7010     case "$host_cpu" in
7011   i[3456789]86*)
7012     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 " ;;
7013   x86_64)
7014     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 " ;;
7015   *)
7016     ac_prefix_list="" ;;
7017 esac
7018 for ac_prog in $ac_prefix_list
7019 do
7020   # Extract the first word of "$ac_prog", so it can be a program name with args.
7021 set dummy $ac_prog; ac_word=$2
7022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7023 $as_echo_n "checking for $ac_word... " >&6; }
7024 if ${ac_cv_prog_CROSSCC+:} false; then :
7025   $as_echo_n "(cached) " >&6
7026 else
7027   if test -n "$CROSSCC"; then
7028   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
7029 else
7030 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7031 for as_dir in $PATH
7032 do
7033   IFS=$as_save_IFS
7034   test -z "$as_dir" && as_dir=.
7035     for ac_exec_ext in '' $ac_executable_extensions; do
7036   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7037     ac_cv_prog_CROSSCC="$ac_prog"
7038     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7039     break 2
7040   fi
7041 done
7042   done
7043 IFS=$as_save_IFS
7044
7045 fi
7046 fi
7047 CROSSCC=$ac_cv_prog_CROSSCC
7048 if test -n "$CROSSCC"; then
7049   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
7050 $as_echo "$CROSSCC" >&6; }
7051 else
7052   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7053 $as_echo "no" >&6; }
7054 fi
7055
7056
7057   test -n "$CROSSCC" && break
7058 done
7059 test -n "$CROSSCC" || CROSSCC="false"
7060
7061     if test "$CROSSCC" != "false"
7062     then
7063         ac_save_CC="$CC"
7064         CC="$CROSSCC"
7065         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
7066 $as_echo_n "checking whether $CROSSCC works... " >&6; }
7067         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7068 /* end confdefs.h.  */
7069
7070 int
7071 main ()
7072 {
7073
7074   ;
7075   return 0;
7076 }
7077 _ACEOF
7078 if ac_fn_c_try_compile "$LINENO"; then :
7079   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7080 $as_echo "yes" >&6; }
7081                            set x $CROSSCC
7082                            shift
7083                            target=""
7084                            while test $# -ge 1
7085                            do
7086                                case "$1" in
7087                                  *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
7088                                esac
7089                                shift
7090                            done
7091                            if test -n "$target"
7092                            then
7093                                CROSSTEST_DISABLE=""
7094                                CROSSTARGET="$target"
7095
7096                            fi
7097 else
7098   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7099 $as_echo "no" >&6; }
7100 fi
7101 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7102         CC="$ac_save_CC"
7103     fi
7104 fi
7105
7106
7107 if test "$ac_cv_header_pthread_h" = "yes"
7108 then
7109     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
7110 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7111 if ${ac_cv_lib_pthread_pthread_create+:} false; then :
7112   $as_echo_n "(cached) " >&6
7113 else
7114   ac_check_lib_save_LIBS=$LIBS
7115 LIBS="-lpthread  $LIBS"
7116 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7117 /* end confdefs.h.  */
7118
7119 /* Override any GCC internal prototype to avoid an error.
7120    Use char because int might match the return type of a GCC
7121    builtin and then its argument prototype would still apply.  */
7122 #ifdef __cplusplus
7123 extern "C"
7124 #endif
7125 char pthread_create ();
7126 int
7127 main ()
7128 {
7129 return pthread_create ();
7130   ;
7131   return 0;
7132 }
7133 _ACEOF
7134 if ac_fn_c_try_link "$LINENO"; then :
7135   ac_cv_lib_pthread_pthread_create=yes
7136 else
7137   ac_cv_lib_pthread_pthread_create=no
7138 fi
7139 rm -f core conftest.err conftest.$ac_objext \
7140     conftest$ac_exeext conftest.$ac_ext
7141 LIBS=$ac_check_lib_save_LIBS
7142 fi
7143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7144 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7145 if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then :
7146   LIBPTHREAD="-lpthread"
7147
7148 fi
7149
7150 fi
7151 if test "x$LIBPTHREAD" = "x"; then :
7152   case "x$with_pthread" in
7153   xno) ;;
7154   *)   as_fn_error $? "pthread ${notice_platform}development files not found.
7155 Wine cannot support threads without libpthread.
7156 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7157 esac
7158 fi
7159
7160
7161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7162 $as_echo_n "checking for X... " >&6; }
7163
7164
7165 # Check whether --with-x was given.
7166 if test "${with_x+set}" = set; then :
7167   withval=$with_x;
7168 fi
7169
7170 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7171 if test "x$with_x" = xno; then
7172   # The user explicitly disabled X.
7173   have_x=disabled
7174 else
7175   case $x_includes,$x_libraries in #(
7176     *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
7177     *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
7178   $as_echo_n "(cached) " >&6
7179 else
7180   # One or both of the vars are not set, and there is no cached value.
7181 ac_x_includes=no ac_x_libraries=no
7182 rm -f -r conftest.dir
7183 if mkdir conftest.dir; then
7184   cd conftest.dir
7185   cat >Imakefile <<'_ACEOF'
7186 incroot:
7187         @echo incroot='${INCROOT}'
7188 usrlibdir:
7189         @echo usrlibdir='${USRLIBDIR}'
7190 libdir:
7191         @echo libdir='${LIBDIR}'
7192 _ACEOF
7193   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7194     # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
7195     for ac_var in incroot usrlibdir libdir; do
7196       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7197     done
7198     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7199     for ac_extension in a so sl dylib la dll; do
7200       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7201          test -f "$ac_im_libdir/libX11.$ac_extension"; then
7202         ac_im_usrlibdir=$ac_im_libdir; break
7203       fi
7204     done
7205     # Screen out bogus values from the imake configuration.  They are
7206     # bogus both because they are the default anyway, and because
7207     # using them would break gcc on systems where it needs fixed includes.
7208     case $ac_im_incroot in
7209         /usr/include) ac_x_includes= ;;
7210         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7211     esac
7212     case $ac_im_usrlibdir in
7213         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7214         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7215     esac
7216   fi
7217   cd ..
7218   rm -f -r conftest.dir
7219 fi
7220
7221 # Standard set of common directories for X headers.
7222 # Check X11 before X11Rn because it is often a symlink to the current release.
7223 ac_x_header_dirs='
7224 /usr/X11/include
7225 /usr/X11R7/include
7226 /usr/X11R6/include
7227 /usr/X11R5/include
7228 /usr/X11R4/include
7229
7230 /usr/include/X11
7231 /usr/include/X11R7
7232 /usr/include/X11R6
7233 /usr/include/X11R5
7234 /usr/include/X11R4
7235
7236 /usr/local/X11/include
7237 /usr/local/X11R7/include
7238 /usr/local/X11R6/include
7239 /usr/local/X11R5/include
7240 /usr/local/X11R4/include
7241
7242 /usr/local/include/X11
7243 /usr/local/include/X11R7
7244 /usr/local/include/X11R6
7245 /usr/local/include/X11R5
7246 /usr/local/include/X11R4
7247
7248 /usr/X386/include
7249 /usr/x386/include
7250 /usr/XFree86/include/X11
7251
7252 /usr/include
7253 /usr/local/include
7254 /usr/unsupported/include
7255 /usr/athena/include
7256 /usr/local/x11r5/include
7257 /usr/lpp/Xamples/include
7258
7259 /usr/openwin/include
7260 /usr/openwin/share/include'
7261
7262 if test "$ac_x_includes" = no; then
7263   # Guess where to find include files, by looking for Xlib.h.
7264   # First, try using that file with no special directory specified.
7265   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7266 /* end confdefs.h.  */
7267 #include <X11/Xlib.h>
7268 _ACEOF
7269 if ac_fn_c_try_cpp "$LINENO"; then :
7270   # We can compile using X headers with no special include directory.
7271 ac_x_includes=
7272 else
7273   for ac_dir in $ac_x_header_dirs; do
7274   if test -r "$ac_dir/X11/Xlib.h"; then
7275     ac_x_includes=$ac_dir
7276     break
7277   fi
7278 done
7279 fi
7280 rm -f conftest.err conftest.i conftest.$ac_ext
7281 fi # $ac_x_includes = no
7282
7283 if test "$ac_x_libraries" = no; then
7284   # Check for the libraries.
7285   # See if we find them without any special options.
7286   # Don't add to $LIBS permanently.
7287   ac_save_LIBS=$LIBS
7288   LIBS="-lX11 $LIBS"
7289   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7290 /* end confdefs.h.  */
7291 #include <X11/Xlib.h>
7292 int
7293 main ()
7294 {
7295 XrmInitialize ()
7296   ;
7297   return 0;
7298 }
7299 _ACEOF
7300 if ac_fn_c_try_link "$LINENO"; then :
7301   LIBS=$ac_save_LIBS
7302 # We can link X programs with no special library path.
7303 ac_x_libraries=
7304 else
7305   LIBS=$ac_save_LIBS
7306 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7307 do
7308   # Don't even attempt the hair of trying to link an X program!
7309   for ac_extension in a so sl dylib la dll; do
7310     if test -r "$ac_dir/libX11.$ac_extension"; then
7311       ac_x_libraries=$ac_dir
7312       break 2
7313     fi
7314   done
7315 done
7316 fi
7317 rm -f core conftest.err conftest.$ac_objext \
7318     conftest$ac_exeext conftest.$ac_ext
7319 fi # $ac_x_libraries = no
7320
7321 case $ac_x_includes,$ac_x_libraries in #(
7322   no,* | *,no | *\'*)
7323     # Didn't find X, or a directory has "'" in its name.
7324     ac_cv_have_x="have_x=no";; #(
7325   *)
7326     # Record where we found X for the cache.
7327     ac_cv_have_x="have_x=yes\
7328         ac_x_includes='$ac_x_includes'\
7329         ac_x_libraries='$ac_x_libraries'"
7330 esac
7331 fi
7332 ;; #(
7333     *) have_x=yes;;
7334   esac
7335   eval "$ac_cv_have_x"
7336 fi # $with_x != no
7337
7338 if test "$have_x" != yes; then
7339   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7340 $as_echo "$have_x" >&6; }
7341   no_x=yes
7342 else
7343   # If each of the values was on the command line, it overrides each guess.
7344   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7345   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7346   # Update the cache value to reflect the command line values.
7347   ac_cv_have_x="have_x=yes\
7348         ac_x_includes='$x_includes'\
7349         ac_x_libraries='$x_libraries'"
7350   { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7351 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7352 fi
7353
7354 if test "$no_x" = yes; then
7355   # Not all programs may use this symbol, but it does not hurt to define it.
7356
7357 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7358
7359   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7360 else
7361   if test -n "$x_includes"; then
7362     X_CFLAGS="$X_CFLAGS -I$x_includes"
7363   fi
7364
7365   # It would also be nice to do this for all -L options, not just this one.
7366   if test -n "$x_libraries"; then
7367     X_LIBS="$X_LIBS -L$x_libraries"
7368     # For Solaris; some versions of Sun CC require a space after -R and
7369     # others require no space.  Words are not sufficient . . . .
7370     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7371 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7372     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7373     ac_xsave_c_werror_flag=$ac_c_werror_flag
7374     ac_c_werror_flag=yes
7375     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7376 /* end confdefs.h.  */
7377
7378 int
7379 main ()
7380 {
7381
7382   ;
7383   return 0;
7384 }
7385 _ACEOF
7386 if ac_fn_c_try_link "$LINENO"; then :
7387   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7388 $as_echo "no" >&6; }
7389        X_LIBS="$X_LIBS -R$x_libraries"
7390 else
7391   LIBS="$ac_xsave_LIBS -R $x_libraries"
7392        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7393 /* end confdefs.h.  */
7394
7395 int
7396 main ()
7397 {
7398
7399   ;
7400   return 0;
7401 }
7402 _ACEOF
7403 if ac_fn_c_try_link "$LINENO"; then :
7404   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7405 $as_echo "yes" >&6; }
7406           X_LIBS="$X_LIBS -R $x_libraries"
7407 else
7408   { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7409 $as_echo "neither works" >&6; }
7410 fi
7411 rm -f core conftest.err conftest.$ac_objext \
7412     conftest$ac_exeext conftest.$ac_ext
7413 fi
7414 rm -f core conftest.err conftest.$ac_objext \
7415     conftest$ac_exeext conftest.$ac_ext
7416     ac_c_werror_flag=$ac_xsave_c_werror_flag
7417     LIBS=$ac_xsave_LIBS
7418   fi
7419
7420   # Check for system-dependent libraries X programs must link with.
7421   # Do this before checking for the system-independent R6 libraries
7422   # (-lICE), since we may need -lsocket or whatever for X linking.
7423
7424   if test "$ISC" = yes; then
7425     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7426   else
7427     # Martyn Johnson says this is needed for Ultrix, if the X
7428     # libraries were built with DECnet support.  And Karl Berry says
7429     # the Alpha needs dnet_stub (dnet does not exist).
7430     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7431     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7432 /* end confdefs.h.  */
7433
7434 /* Override any GCC internal prototype to avoid an error.
7435    Use char because int might match the return type of a GCC
7436    builtin and then its argument prototype would still apply.  */
7437 #ifdef __cplusplus
7438 extern "C"
7439 #endif
7440 char XOpenDisplay ();
7441 int
7442 main ()
7443 {
7444 return XOpenDisplay ();
7445   ;
7446   return 0;
7447 }
7448 _ACEOF
7449 if ac_fn_c_try_link "$LINENO"; then :
7450
7451 else
7452   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7453 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7454 if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
7455   $as_echo_n "(cached) " >&6
7456 else
7457   ac_check_lib_save_LIBS=$LIBS
7458 LIBS="-ldnet  $LIBS"
7459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7460 /* end confdefs.h.  */
7461
7462 /* Override any GCC internal prototype to avoid an error.
7463    Use char because int might match the return type of a GCC
7464    builtin and then its argument prototype would still apply.  */
7465 #ifdef __cplusplus
7466 extern "C"
7467 #endif
7468 char dnet_ntoa ();
7469 int
7470 main ()
7471 {
7472 return dnet_ntoa ();
7473   ;
7474   return 0;
7475 }
7476 _ACEOF
7477 if ac_fn_c_try_link "$LINENO"; then :
7478   ac_cv_lib_dnet_dnet_ntoa=yes
7479 else
7480   ac_cv_lib_dnet_dnet_ntoa=no
7481 fi
7482 rm -f core conftest.err conftest.$ac_objext \
7483     conftest$ac_exeext conftest.$ac_ext
7484 LIBS=$ac_check_lib_save_LIBS
7485 fi
7486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7487 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7488 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
7489   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7490 fi
7491
7492     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7493       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7494 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7495 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
7496   $as_echo_n "(cached) " >&6
7497 else
7498   ac_check_lib_save_LIBS=$LIBS
7499 LIBS="-ldnet_stub  $LIBS"
7500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7501 /* end confdefs.h.  */
7502
7503 /* Override any GCC internal prototype to avoid an error.
7504    Use char because int might match the return type of a GCC
7505    builtin and then its argument prototype would still apply.  */
7506 #ifdef __cplusplus
7507 extern "C"
7508 #endif
7509 char dnet_ntoa ();
7510 int
7511 main ()
7512 {
7513 return dnet_ntoa ();
7514   ;
7515   return 0;
7516 }
7517 _ACEOF
7518 if ac_fn_c_try_link "$LINENO"; then :
7519   ac_cv_lib_dnet_stub_dnet_ntoa=yes
7520 else
7521   ac_cv_lib_dnet_stub_dnet_ntoa=no
7522 fi
7523 rm -f core conftest.err conftest.$ac_objext \
7524     conftest$ac_exeext conftest.$ac_ext
7525 LIBS=$ac_check_lib_save_LIBS
7526 fi
7527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7528 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7529 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
7530   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7531 fi
7532
7533     fi
7534 fi
7535 rm -f core conftest.err conftest.$ac_objext \
7536     conftest$ac_exeext conftest.$ac_ext
7537     LIBS="$ac_xsave_LIBS"
7538
7539     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7540     # to get the SysV transport functions.
7541     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7542     # needs -lnsl.
7543     # The nsl library prevents programs from opening the X display
7544     # on Irix 5.2, according to T.E. Dickey.
7545     # The functions gethostbyname, getservbyname, and inet_addr are
7546     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7547     ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7548 if test "x$ac_cv_func_gethostbyname" = xyes; then :
7549
7550 fi
7551
7552     if test $ac_cv_func_gethostbyname = no; then
7553       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7554 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7555 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
7556   $as_echo_n "(cached) " >&6
7557 else
7558   ac_check_lib_save_LIBS=$LIBS
7559 LIBS="-lnsl  $LIBS"
7560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7561 /* end confdefs.h.  */
7562
7563 /* Override any GCC internal prototype to avoid an error.
7564    Use char because int might match the return type of a GCC
7565    builtin and then its argument prototype would still apply.  */
7566 #ifdef __cplusplus
7567 extern "C"
7568 #endif
7569 char gethostbyname ();
7570 int
7571 main ()
7572 {
7573 return gethostbyname ();
7574   ;
7575   return 0;
7576 }
7577 _ACEOF
7578 if ac_fn_c_try_link "$LINENO"; then :
7579   ac_cv_lib_nsl_gethostbyname=yes
7580 else
7581   ac_cv_lib_nsl_gethostbyname=no
7582 fi
7583 rm -f core conftest.err conftest.$ac_objext \
7584     conftest$ac_exeext conftest.$ac_ext
7585 LIBS=$ac_check_lib_save_LIBS
7586 fi
7587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7588 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7589 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
7590   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7591 fi
7592
7593       if test $ac_cv_lib_nsl_gethostbyname = no; then
7594         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7595 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7596 if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
7597   $as_echo_n "(cached) " >&6
7598 else
7599   ac_check_lib_save_LIBS=$LIBS
7600 LIBS="-lbsd  $LIBS"
7601 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7602 /* end confdefs.h.  */
7603
7604 /* Override any GCC internal prototype to avoid an error.
7605    Use char because int might match the return type of a GCC
7606    builtin and then its argument prototype would still apply.  */
7607 #ifdef __cplusplus
7608 extern "C"
7609 #endif
7610 char gethostbyname ();
7611 int
7612 main ()
7613 {
7614 return gethostbyname ();
7615   ;
7616   return 0;
7617 }
7618 _ACEOF
7619 if ac_fn_c_try_link "$LINENO"; then :
7620   ac_cv_lib_bsd_gethostbyname=yes
7621 else
7622   ac_cv_lib_bsd_gethostbyname=no
7623 fi
7624 rm -f core conftest.err conftest.$ac_objext \
7625     conftest$ac_exeext conftest.$ac_ext
7626 LIBS=$ac_check_lib_save_LIBS
7627 fi
7628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7629 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7630 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
7631   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7632 fi
7633
7634       fi
7635     fi
7636
7637     # lieder@skyler.mavd.honeywell.com says without -lsocket,
7638     # socket/setsockopt and other routines are undefined under SCO ODT
7639     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
7640     # on later versions), says Simon Leinen: it contains gethostby*
7641     # variants that don't use the name server (or something).  -lsocket
7642     # must be given before -lnsl if both are needed.  We assume that
7643     # if connect needs -lnsl, so does gethostbyname.
7644     ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7645 if test "x$ac_cv_func_connect" = xyes; then :
7646
7647 fi
7648
7649     if test $ac_cv_func_connect = no; then
7650       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7651 $as_echo_n "checking for connect in -lsocket... " >&6; }
7652 if ${ac_cv_lib_socket_connect+:} false; then :
7653   $as_echo_n "(cached) " >&6
7654 else
7655   ac_check_lib_save_LIBS=$LIBS
7656 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7657 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7658 /* end confdefs.h.  */
7659
7660 /* Override any GCC internal prototype to avoid an error.
7661    Use char because int might match the return type of a GCC
7662    builtin and then its argument prototype would still apply.  */
7663 #ifdef __cplusplus
7664 extern "C"
7665 #endif
7666 char connect ();
7667 int
7668 main ()
7669 {
7670 return connect ();
7671   ;
7672   return 0;
7673 }
7674 _ACEOF
7675 if ac_fn_c_try_link "$LINENO"; then :
7676   ac_cv_lib_socket_connect=yes
7677 else
7678   ac_cv_lib_socket_connect=no
7679 fi
7680 rm -f core conftest.err conftest.$ac_objext \
7681     conftest$ac_exeext conftest.$ac_ext
7682 LIBS=$ac_check_lib_save_LIBS
7683 fi
7684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7685 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7686 if test "x$ac_cv_lib_socket_connect" = xyes; then :
7687   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7688 fi
7689
7690     fi
7691
7692     # Guillermo Gomez says -lposix is necessary on A/UX.
7693     ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7694 if test "x$ac_cv_func_remove" = xyes; then :
7695
7696 fi
7697
7698     if test $ac_cv_func_remove = no; then
7699       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7700 $as_echo_n "checking for remove in -lposix... " >&6; }
7701 if ${ac_cv_lib_posix_remove+:} false; then :
7702   $as_echo_n "(cached) " >&6
7703 else
7704   ac_check_lib_save_LIBS=$LIBS
7705 LIBS="-lposix  $LIBS"
7706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7707 /* end confdefs.h.  */
7708
7709 /* Override any GCC internal prototype to avoid an error.
7710    Use char because int might match the return type of a GCC
7711    builtin and then its argument prototype would still apply.  */
7712 #ifdef __cplusplus
7713 extern "C"
7714 #endif
7715 char remove ();
7716 int
7717 main ()
7718 {
7719 return remove ();
7720   ;
7721   return 0;
7722 }
7723 _ACEOF
7724 if ac_fn_c_try_link "$LINENO"; then :
7725   ac_cv_lib_posix_remove=yes
7726 else
7727   ac_cv_lib_posix_remove=no
7728 fi
7729 rm -f core conftest.err conftest.$ac_objext \
7730     conftest$ac_exeext conftest.$ac_ext
7731 LIBS=$ac_check_lib_save_LIBS
7732 fi
7733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7734 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7735 if test "x$ac_cv_lib_posix_remove" = xyes; then :
7736   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7737 fi
7738
7739     fi
7740
7741     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7742     ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7743 if test "x$ac_cv_func_shmat" = xyes; then :
7744
7745 fi
7746
7747     if test $ac_cv_func_shmat = no; then
7748       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7749 $as_echo_n "checking for shmat in -lipc... " >&6; }
7750 if ${ac_cv_lib_ipc_shmat+:} false; then :
7751   $as_echo_n "(cached) " >&6
7752 else
7753   ac_check_lib_save_LIBS=$LIBS
7754 LIBS="-lipc  $LIBS"
7755 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7756 /* end confdefs.h.  */
7757
7758 /* Override any GCC internal prototype to avoid an error.
7759    Use char because int might match the return type of a GCC
7760    builtin and then its argument prototype would still apply.  */
7761 #ifdef __cplusplus
7762 extern "C"
7763 #endif
7764 char shmat ();
7765 int
7766 main ()
7767 {
7768 return shmat ();
7769   ;
7770   return 0;
7771 }
7772 _ACEOF
7773 if ac_fn_c_try_link "$LINENO"; then :
7774   ac_cv_lib_ipc_shmat=yes
7775 else
7776   ac_cv_lib_ipc_shmat=no
7777 fi
7778 rm -f core conftest.err conftest.$ac_objext \
7779     conftest$ac_exeext conftest.$ac_ext
7780 LIBS=$ac_check_lib_save_LIBS
7781 fi
7782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7783 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7784 if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
7785   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7786 fi
7787
7788     fi
7789   fi
7790
7791   # Check for libraries that X11R6 Xt/Xaw programs need.
7792   ac_save_LDFLAGS=$LDFLAGS
7793   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7794   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7795   # check for ICE first), but we must link in the order -lSM -lICE or
7796   # we get undefined symbols.  So assume we have SM if we have ICE.
7797   # These have to be linked with before -lX11, unlike the other
7798   # libraries we check for below, so use a different variable.
7799   # John Interrante, Karl Berry
7800   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7801 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7802 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
7803   $as_echo_n "(cached) " >&6
7804 else
7805   ac_check_lib_save_LIBS=$LIBS
7806 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7807 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7808 /* end confdefs.h.  */
7809
7810 /* Override any GCC internal prototype to avoid an error.
7811    Use char because int might match the return type of a GCC
7812    builtin and then its argument prototype would still apply.  */
7813 #ifdef __cplusplus
7814 extern "C"
7815 #endif
7816 char IceConnectionNumber ();
7817 int
7818 main ()
7819 {
7820 return IceConnectionNumber ();
7821   ;
7822   return 0;
7823 }
7824 _ACEOF
7825 if ac_fn_c_try_link "$LINENO"; then :
7826   ac_cv_lib_ICE_IceConnectionNumber=yes
7827 else
7828   ac_cv_lib_ICE_IceConnectionNumber=no
7829 fi
7830 rm -f core conftest.err conftest.$ac_objext \
7831     conftest$ac_exeext conftest.$ac_ext
7832 LIBS=$ac_check_lib_save_LIBS
7833 fi
7834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7835 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7836 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
7837   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7838 fi
7839
7840   LDFLAGS=$ac_save_LDFLAGS
7841
7842 fi
7843
7844
7845 if test "$have_x" = "yes"
7846 then
7847     XLIB="-lX11"
7848     ac_save_CPPFLAGS="$CPPFLAGS"
7849     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7850
7851     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7852 $as_echo_n "checking for -lX11... " >&6; }
7853 if ${ac_cv_lib_soname_X11+:} false; then :
7854   $as_echo_n "(cached) " >&6
7855 else
7856   ac_check_soname_save_LIBS=$LIBS
7857 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7858   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7859 /* end confdefs.h.  */
7860
7861 /* Override any GCC internal prototype to avoid an error.
7862    Use char because int might match the return type of a GCC
7863    builtin and then its argument prototype would still apply.  */
7864 #ifdef __cplusplus
7865 extern "C"
7866 #endif
7867 char XCreateWindow ();
7868 int
7869 main ()
7870 {
7871 return XCreateWindow ();
7872   ;
7873   return 0;
7874 }
7875 _ACEOF
7876 if ac_fn_c_try_link "$LINENO"; then :
7877   case "$LIBEXT" in
7878     dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7879     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'` ;;
7880     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
7881   esac
7882 fi
7883 rm -f core conftest.err conftest.$ac_objext \
7884     conftest$ac_exeext conftest.$ac_ext
7885   LIBS=$ac_check_soname_save_LIBS
7886 fi
7887 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7888   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7889 $as_echo "not found" >&6; }
7890
7891 else
7892   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7893 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7894
7895 cat >>confdefs.h <<_ACEOF
7896 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7897 _ACEOF
7898
7899
7900 fi
7901     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7902 $as_echo_n "checking for -lXext... " >&6; }
7903 if ${ac_cv_lib_soname_Xext+:} false; then :
7904   $as_echo_n "(cached) " >&6
7905 else
7906   ac_check_soname_save_LIBS=$LIBS
7907 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7908   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7909 /* end confdefs.h.  */
7910
7911 /* Override any GCC internal prototype to avoid an error.
7912    Use char because int might match the return type of a GCC
7913    builtin and then its argument prototype would still apply.  */
7914 #ifdef __cplusplus
7915 extern "C"
7916 #endif
7917 char XextCreateExtension ();
7918 int
7919 main ()
7920 {
7921 return XextCreateExtension ();
7922   ;
7923   return 0;
7924 }
7925 _ACEOF
7926 if ac_fn_c_try_link "$LINENO"; then :
7927   case "$LIBEXT" in
7928     dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7929     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'` ;;
7930     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
7931   esac
7932 fi
7933 rm -f core conftest.err conftest.$ac_objext \
7934     conftest$ac_exeext conftest.$ac_ext
7935   LIBS=$ac_check_soname_save_LIBS
7936 fi
7937 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7938   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7939 $as_echo "not found" >&6; }
7940
7941 else
7942   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7943 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7944
7945 cat >>confdefs.h <<_ACEOF
7946 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7947 _ACEOF
7948
7949        XLIB="-lXext $XLIB"
7950 fi
7951
7952         for ac_header in X11/Xlib.h \
7953                       X11/XKBlib.h \
7954                       X11/Xutil.h \
7955                       X11/Xcursor/Xcursor.h \
7956                       X11/extensions/shape.h \
7957                       X11/extensions/XInput.h \
7958                       X11/extensions/XInput2.h \
7959                       X11/extensions/XShm.h \
7960                       X11/extensions/Xcomposite.h \
7961                       X11/extensions/Xinerama.h \
7962                       X11/extensions/Xrandr.h \
7963                       X11/extensions/Xrender.h \
7964                       X11/extensions/xf86vmode.h \
7965                       X11/extensions/xf86vmproto.h
7966 do :
7967   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7968 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7969 # include <X11/Xlib.h>
7970 #endif
7971 #ifdef HAVE_X11_XUTIL_H
7972 # include <X11/Xutil.h>
7973 #endif
7974 "
7975 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7976   cat >>confdefs.h <<_ACEOF
7977 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7978 _ACEOF
7979
7980 fi
7981
7982 done
7983
7984
7985                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7986         then
7987               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7988 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7989 if ${ac_cv_lib_X11_XkbQueryExtension+:} false; then :
7990   $as_echo_n "(cached) " >&6
7991 else
7992   ac_check_lib_save_LIBS=$LIBS
7993 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7995 /* end confdefs.h.  */
7996
7997 /* Override any GCC internal prototype to avoid an error.
7998    Use char because int might match the return type of a GCC
7999    builtin and then its argument prototype would still apply.  */
8000 #ifdef __cplusplus
8001 extern "C"
8002 #endif
8003 char XkbQueryExtension ();
8004 int
8005 main ()
8006 {
8007 return XkbQueryExtension ();
8008   ;
8009   return 0;
8010 }
8011 _ACEOF
8012 if ac_fn_c_try_link "$LINENO"; then :
8013   ac_cv_lib_X11_XkbQueryExtension=yes
8014 else
8015   ac_cv_lib_X11_XkbQueryExtension=no
8016 fi
8017 rm -f core conftest.err conftest.$ac_objext \
8018     conftest$ac_exeext conftest.$ac_ext
8019 LIBS=$ac_check_lib_save_LIBS
8020 fi
8021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
8022 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
8023 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes; then :
8024
8025 $as_echo "#define HAVE_XKB 1" >>confdefs.h
8026
8027 fi
8028
8029         fi
8030
8031                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
8032         then
8033             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
8034 $as_echo_n "checking for -lXcursor... " >&6; }
8035 if ${ac_cv_lib_soname_Xcursor+:} false; then :
8036   $as_echo_n "(cached) " >&6
8037 else
8038   ac_check_soname_save_LIBS=$LIBS
8039 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8040   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8041 /* end confdefs.h.  */
8042
8043 /* Override any GCC internal prototype to avoid an error.
8044    Use char because int might match the return type of a GCC
8045    builtin and then its argument prototype would still apply.  */
8046 #ifdef __cplusplus
8047 extern "C"
8048 #endif
8049 char XcursorImageLoadCursor ();
8050 int
8051 main ()
8052 {
8053 return XcursorImageLoadCursor ();
8054   ;
8055   return 0;
8056 }
8057 _ACEOF
8058 if ac_fn_c_try_link "$LINENO"; then :
8059   case "$LIBEXT" in
8060     dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8061     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'` ;;
8062     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8063   esac
8064 fi
8065 rm -f core conftest.err conftest.$ac_objext \
8066     conftest$ac_exeext conftest.$ac_ext
8067   LIBS=$ac_check_soname_save_LIBS
8068 fi
8069 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8070   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8071 $as_echo "not found" >&6; }
8072
8073 else
8074   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
8075 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
8076
8077 cat >>confdefs.h <<_ACEOF
8078 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
8079 _ACEOF
8080
8081
8082 fi
8083         fi
8084         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8085   case "x$with_xcursor" in
8086   x)   as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
8087   xno) ;;
8088   *)   as_fn_error $? "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
8089 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
8090 esac
8091 fi
8092
8093                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
8094         then
8095             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
8096 $as_echo_n "checking for -lXi... " >&6; }
8097 if ${ac_cv_lib_soname_Xi+:} false; then :
8098   $as_echo_n "(cached) " >&6
8099 else
8100   ac_check_soname_save_LIBS=$LIBS
8101 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8102   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8103 /* end confdefs.h.  */
8104
8105 /* Override any GCC internal prototype to avoid an error.
8106    Use char because int might match the return type of a GCC
8107    builtin and then its argument prototype would still apply.  */
8108 #ifdef __cplusplus
8109 extern "C"
8110 #endif
8111 char XOpenDevice ();
8112 int
8113 main ()
8114 {
8115 return XOpenDevice ();
8116   ;
8117   return 0;
8118 }
8119 _ACEOF
8120 if ac_fn_c_try_link "$LINENO"; then :
8121   case "$LIBEXT" in
8122     dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8123     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'` ;;
8124     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8125   esac
8126 fi
8127 rm -f core conftest.err conftest.$ac_objext \
8128     conftest$ac_exeext conftest.$ac_ext
8129   LIBS=$ac_check_soname_save_LIBS
8130 fi
8131 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8132   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8133 $as_echo "not found" >&6; }
8134
8135 else
8136   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8137 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8138
8139 cat >>confdefs.h <<_ACEOF
8140 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8141 _ACEOF
8142
8143
8144 fi
8145         fi
8146         if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8147   case "x$with_xinput" in
8148   x)   as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8149   xno) ;;
8150   *)   as_fn_error $? "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8151 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8152 esac
8153 fi
8154
8155                 if test "x$ac_cv_lib_soname_Xi" != x
8156         then
8157             if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
8158   case "x$with_xinput2" in
8159   x)   as_fn_append wine_notices "|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
8160   xno) ;;
8161   *)   as_fn_error $? "XInput2 headers not found, the XInput 2 extension won't be supported.
8162 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
8163 esac
8164 fi
8165         fi
8166
8167                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8168         then
8169               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8170 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8171 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false; then :
8172   $as_echo_n "(cached) " >&6
8173 else
8174   ac_check_lib_save_LIBS=$LIBS
8175 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8177 /* end confdefs.h.  */
8178
8179 /* Override any GCC internal prototype to avoid an error.
8180    Use char because int might match the return type of a GCC
8181    builtin and then its argument prototype would still apply.  */
8182 #ifdef __cplusplus
8183 extern "C"
8184 #endif
8185 char XShmQueryExtension ();
8186 int
8187 main ()
8188 {
8189 return XShmQueryExtension ();
8190   ;
8191   return 0;
8192 }
8193 _ACEOF
8194 if ac_fn_c_try_link "$LINENO"; then :
8195   ac_cv_lib_Xext_XShmQueryExtension=yes
8196 else
8197   ac_cv_lib_Xext_XShmQueryExtension=no
8198 fi
8199 rm -f core conftest.err conftest.$ac_objext \
8200     conftest$ac_exeext conftest.$ac_ext
8201 LIBS=$ac_check_lib_save_LIBS
8202 fi
8203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8204 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8205 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes; then :
8206
8207 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8208
8209 fi
8210
8211         fi
8212         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8213   case "x$with_xshm" in
8214   x)   as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8215   xno) ;;
8216   *)   as_fn_error $? "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8217 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8218 esac
8219 fi
8220
8221                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8222         then
8223               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8224 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8225 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then :
8226   $as_echo_n "(cached) " >&6
8227 else
8228   ac_check_lib_save_LIBS=$LIBS
8229 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8230 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8231 /* end confdefs.h.  */
8232
8233 /* Override any GCC internal prototype to avoid an error.
8234    Use char because int might match the return type of a GCC
8235    builtin and then its argument prototype would still apply.  */
8236 #ifdef __cplusplus
8237 extern "C"
8238 #endif
8239 char XShapeQueryExtension ();
8240 int
8241 main ()
8242 {
8243 return XShapeQueryExtension ();
8244   ;
8245   return 0;
8246 }
8247 _ACEOF
8248 if ac_fn_c_try_link "$LINENO"; then :
8249   ac_cv_lib_Xext_XShapeQueryExtension=yes
8250 else
8251   ac_cv_lib_Xext_XShapeQueryExtension=no
8252 fi
8253 rm -f core conftest.err conftest.$ac_objext \
8254     conftest$ac_exeext conftest.$ac_ext
8255 LIBS=$ac_check_lib_save_LIBS
8256 fi
8257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8258 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8259 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then :
8260
8261 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8262
8263 fi
8264
8265         fi
8266         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8267   case "x$with_xshape" in
8268   x)   as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8269   xno) ;;
8270   *)   as_fn_error $? "XShape ${notice_platform}development files not found, XShape won't be supported.
8271 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8272 esac
8273 fi
8274
8275                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8276         then
8277             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8278 $as_echo_n "checking for -lXxf86vm... " >&6; }
8279 if ${ac_cv_lib_soname_Xxf86vm+:} false; then :
8280   $as_echo_n "(cached) " >&6
8281 else
8282   ac_check_soname_save_LIBS=$LIBS
8283 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8284   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8285 /* end confdefs.h.  */
8286
8287 /* Override any GCC internal prototype to avoid an error.
8288    Use char because int might match the return type of a GCC
8289    builtin and then its argument prototype would still apply.  */
8290 #ifdef __cplusplus
8291 extern "C"
8292 #endif
8293 char XF86VidModeQueryExtension ();
8294 int
8295 main ()
8296 {
8297 return XF86VidModeQueryExtension ();
8298   ;
8299   return 0;
8300 }
8301 _ACEOF
8302 if ac_fn_c_try_link "$LINENO"; then :
8303   case "$LIBEXT" in
8304     dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8305     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'` ;;
8306     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8307   esac
8308 fi
8309 rm -f core conftest.err conftest.$ac_objext \
8310     conftest$ac_exeext conftest.$ac_ext
8311   LIBS=$ac_check_soname_save_LIBS
8312 fi
8313 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8314   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8315 $as_echo "not found" >&6; }
8316
8317 else
8318   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8319 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8320
8321 cat >>confdefs.h <<_ACEOF
8322 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8323 _ACEOF
8324
8325
8326 fi
8327         fi
8328         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8329   case "x$with_xxf86vm" in
8330   x)   as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8331   xno) ;;
8332   *)   as_fn_error $? "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8333 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8334 esac
8335 fi
8336
8337                 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"
8338         then
8339             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8340 $as_echo_n "checking for -lXrender... " >&6; }
8341 if ${ac_cv_lib_soname_Xrender+:} false; then :
8342   $as_echo_n "(cached) " >&6
8343 else
8344   ac_check_soname_save_LIBS=$LIBS
8345 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8346   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8347 /* end confdefs.h.  */
8348
8349 /* Override any GCC internal prototype to avoid an error.
8350    Use char because int might match the return type of a GCC
8351    builtin and then its argument prototype would still apply.  */
8352 #ifdef __cplusplus
8353 extern "C"
8354 #endif
8355 char XRenderQueryExtension ();
8356 int
8357 main ()
8358 {
8359 return XRenderQueryExtension ();
8360   ;
8361   return 0;
8362 }
8363 _ACEOF
8364 if ac_fn_c_try_link "$LINENO"; then :
8365   case "$LIBEXT" in
8366     dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8367     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'` ;;
8368     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8369   esac
8370 fi
8371 rm -f core conftest.err conftest.$ac_objext \
8372     conftest$ac_exeext conftest.$ac_ext
8373   LIBS=$ac_check_soname_save_LIBS
8374 fi
8375 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8376   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8377 $as_echo "not found" >&6; }
8378
8379 else
8380   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8381 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8382
8383 cat >>confdefs.h <<_ACEOF
8384 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8385 _ACEOF
8386
8387        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8388 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8389 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false; then :
8390   $as_echo_n "(cached) " >&6
8391 else
8392   ac_check_lib_save_LIBS=$LIBS
8393 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8395 /* end confdefs.h.  */
8396
8397 /* Override any GCC internal prototype to avoid an error.
8398    Use char because int might match the return type of a GCC
8399    builtin and then its argument prototype would still apply.  */
8400 #ifdef __cplusplus
8401 extern "C"
8402 #endif
8403 char XRenderSetPictureTransform ();
8404 int
8405 main ()
8406 {
8407 return XRenderSetPictureTransform ();
8408   ;
8409   return 0;
8410 }
8411 _ACEOF
8412 if ac_fn_c_try_link "$LINENO"; then :
8413   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8414 else
8415   ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8416 fi
8417 rm -f core conftest.err conftest.$ac_objext \
8418     conftest$ac_exeext conftest.$ac_ext
8419 LIBS=$ac_check_lib_save_LIBS
8420 fi
8421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8422 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8423 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes; then :
8424
8425 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8426
8427 fi
8428
8429 fi
8430
8431         fi
8432         if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8433   case "x$with_xrender" in
8434   x)   as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8435   xno) ;;
8436   *)   as_fn_error $? "libxrender ${notice_platform}development files not found, XRender won't be supported.
8437 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8438 esac
8439 fi
8440
8441                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8442         then
8443                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8444 /* end confdefs.h.  */
8445 #include <X11/Xlib.h>
8446 #include <X11/extensions/Xrandr.h>
8447 int
8448 main ()
8449 {
8450 static typeof(XRRSetScreenConfigAndRate) * func;
8451   ;
8452   return 0;
8453 }
8454 _ACEOF
8455 if ac_fn_c_try_compile "$LINENO"; then :
8456   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8457 $as_echo_n "checking for -lXrandr... " >&6; }
8458 if ${ac_cv_lib_soname_Xrandr+:} false; then :
8459   $as_echo_n "(cached) " >&6
8460 else
8461   ac_check_soname_save_LIBS=$LIBS
8462 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8463   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8464 /* end confdefs.h.  */
8465
8466 /* Override any GCC internal prototype to avoid an error.
8467    Use char because int might match the return type of a GCC
8468    builtin and then its argument prototype would still apply.  */
8469 #ifdef __cplusplus
8470 extern "C"
8471 #endif
8472 char XRRQueryExtension ();
8473 int
8474 main ()
8475 {
8476 return XRRQueryExtension ();
8477   ;
8478   return 0;
8479 }
8480 _ACEOF
8481 if ac_fn_c_try_link "$LINENO"; then :
8482   case "$LIBEXT" in
8483     dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8484     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'` ;;
8485     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
8486   esac
8487 fi
8488 rm -f core conftest.err conftest.$ac_objext \
8489     conftest$ac_exeext conftest.$ac_ext
8490   LIBS=$ac_check_soname_save_LIBS
8491 fi
8492 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8493   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8494 $as_echo "not found" >&6; }
8495
8496 else
8497   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8498 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8499
8500 cat >>confdefs.h <<_ACEOF
8501 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8502 _ACEOF
8503
8504
8505 fi
8506 fi
8507 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8508         fi
8509         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8510   case "x$with_xrandr" in
8511   x)   as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8512   xno) ;;
8513   *)   as_fn_error $? "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8514 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8515 esac
8516 fi
8517
8518                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8519         then
8520                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8521 /* end confdefs.h.  */
8522 #include <X11/Xlib.h>
8523 #include <X11/extensions/Xinerama.h>
8524 int
8525 main ()
8526 {
8527 static typeof(XineramaQueryScreens) * func;
8528   ;
8529   return 0;
8530 }
8531 _ACEOF
8532 if ac_fn_c_try_compile "$LINENO"; then :
8533   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8534 $as_echo_n "checking for -lXinerama... " >&6; }
8535 if ${ac_cv_lib_soname_Xinerama+:} false; then :
8536   $as_echo_n "(cached) " >&6
8537 else
8538   ac_check_soname_save_LIBS=$LIBS
8539 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8540   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8541 /* end confdefs.h.  */
8542
8543 /* Override any GCC internal prototype to avoid an error.
8544    Use char because int might match the return type of a GCC
8545    builtin and then its argument prototype would still apply.  */
8546 #ifdef __cplusplus
8547 extern "C"
8548 #endif
8549 char XineramaQueryScreens ();
8550 int
8551 main ()
8552 {
8553 return XineramaQueryScreens ();
8554   ;
8555   return 0;
8556 }
8557 _ACEOF
8558 if ac_fn_c_try_link "$LINENO"; then :
8559   case "$LIBEXT" in
8560     dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8561     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'` ;;
8562     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
8563   esac
8564 fi
8565 rm -f core conftest.err conftest.$ac_objext \
8566     conftest$ac_exeext conftest.$ac_ext
8567   LIBS=$ac_check_soname_save_LIBS
8568 fi
8569 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8570   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8571 $as_echo "not found" >&6; }
8572
8573 else
8574   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8575 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8576
8577 cat >>confdefs.h <<_ACEOF
8578 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8579 _ACEOF
8580
8581
8582 fi
8583 fi
8584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8585         fi
8586         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8587   case "x$with_xinerama" in
8588   x)   as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8589   xno) ;;
8590   *)   as_fn_error $? "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8591 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8592 esac
8593 fi
8594
8595                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8596         then
8597             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8598 $as_echo_n "checking for -lXcomposite... " >&6; }
8599 if ${ac_cv_lib_soname_Xcomposite+:} false; then :
8600   $as_echo_n "(cached) " >&6
8601 else
8602   ac_check_soname_save_LIBS=$LIBS
8603 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8604   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8605 /* end confdefs.h.  */
8606
8607 /* Override any GCC internal prototype to avoid an error.
8608    Use char because int might match the return type of a GCC
8609    builtin and then its argument prototype would still apply.  */
8610 #ifdef __cplusplus
8611 extern "C"
8612 #endif
8613 char XCompositeRedirectWindow ();
8614 int
8615 main ()
8616 {
8617 return XCompositeRedirectWindow ();
8618   ;
8619   return 0;
8620 }
8621 _ACEOF
8622 if ac_fn_c_try_link "$LINENO"; then :
8623   case "$LIBEXT" in
8624     dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8625     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'` ;;
8626     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8627   esac
8628 fi
8629 rm -f core conftest.err conftest.$ac_objext \
8630     conftest$ac_exeext conftest.$ac_ext
8631   LIBS=$ac_check_soname_save_LIBS
8632 fi
8633 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8634   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8635 $as_echo "not found" >&6; }
8636
8637 else
8638   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8639 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8640
8641 cat >>confdefs.h <<_ACEOF
8642 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8643 _ACEOF
8644
8645
8646 fi
8647         fi
8648         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8649   case "x$with_xcomposite" in
8650   x)   as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8651   xno) ;;
8652   *)   as_fn_error $? "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8653 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8654 esac
8655 fi
8656
8657                 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8658 #include <X11/Xlib.h>
8659 #endif
8660 "
8661 if test "x$ac_cv_member_XICCallback_callback" = xyes; then :
8662
8663 cat >>confdefs.h <<_ACEOF
8664 #define HAVE_XICCALLBACK_CALLBACK 1
8665 _ACEOF
8666
8667
8668 fi
8669 ac_fn_c_check_member "$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
8670 #include <X11/Xlib.h>
8671 #endif
8672 "
8673 if test "x$ac_cv_member_XEvent_xcookie" = xyes; then :
8674
8675 cat >>confdefs.h <<_ACEOF
8676 #define HAVE_XEVENT_XCOOKIE 1
8677 _ACEOF
8678
8679
8680 fi
8681
8682
8683
8684         opengl_msg=""
8685     if test "x$with_opengl" != "xno"
8686     then
8687         for ac_header in GL/gl.h GL/glx.h GL/glu.h
8688 do :
8689   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8690 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8691 # include <GL/glx.h>
8692 #endif
8693 "
8694 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
8695   cat >>confdefs.h <<_ACEOF
8696 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8697 _ACEOF
8698
8699 fi
8700
8701 done
8702
8703         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8704         then
8705                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8706 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8707 if ${wine_cv_opengl_header_version_OK+:} false; then :
8708   $as_echo_n "(cached) " >&6
8709 else
8710   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8711 /* end confdefs.h.  */
8712 #include <GL/gl.h>
8713 int
8714 main ()
8715 {
8716 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8717   ;
8718   return 0;
8719 }
8720 _ACEOF
8721 if ac_fn_c_try_compile "$LINENO"; then :
8722   wine_cv_opengl_header_version_OK="yes"
8723 else
8724   wine_cv_opengl_header_version_OK="no"
8725 fi
8726 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8727 fi
8728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8729 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8730
8731             if test "$wine_cv_opengl_header_version_OK" = "yes"
8732             then
8733                                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8734 $as_echo_n "checking for -lGL... " >&6; }
8735 if ${ac_cv_lib_soname_GL+:} false; then :
8736   $as_echo_n "(cached) " >&6
8737 else
8738   ac_check_soname_save_LIBS=$LIBS
8739 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8740   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8741 /* end confdefs.h.  */
8742
8743 /* Override any GCC internal prototype to avoid an error.
8744    Use char because int might match the return type of a GCC
8745    builtin and then its argument prototype would still apply.  */
8746 #ifdef __cplusplus
8747 extern "C"
8748 #endif
8749 char glXCreateContext ();
8750 int
8751 main ()
8752 {
8753 return glXCreateContext ();
8754   ;
8755   return 0;
8756 }
8757 _ACEOF
8758 if ac_fn_c_try_link "$LINENO"; then :
8759   case "$LIBEXT" in
8760     dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8761     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'` ;;
8762     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8763   esac
8764 fi
8765 rm -f core conftest.err conftest.$ac_objext \
8766     conftest$ac_exeext conftest.$ac_ext
8767   LIBS=$ac_check_soname_save_LIBS
8768 fi
8769 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8770   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8771 $as_echo "not found" >&6; }
8772        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8773 $as_echo_n "checking for -lGL... " >&6; }
8774 if ${ac_cv_lib_soname_GL+:} false; then :
8775   $as_echo_n "(cached) " >&6
8776 else
8777   ac_check_soname_save_LIBS=$LIBS
8778 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"
8779   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8780 /* end confdefs.h.  */
8781
8782 /* Override any GCC internal prototype to avoid an error.
8783    Use char because int might match the return type of a GCC
8784    builtin and then its argument prototype would still apply.  */
8785 #ifdef __cplusplus
8786 extern "C"
8787 #endif
8788 char glXCreateContext ();
8789 int
8790 main ()
8791 {
8792 return glXCreateContext ();
8793   ;
8794   return 0;
8795 }
8796 _ACEOF
8797 if ac_fn_c_try_link "$LINENO"; then :
8798   case "$LIBEXT" in
8799     dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8800     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'` ;;
8801     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8802   esac
8803 fi
8804 rm -f core conftest.err conftest.$ac_objext \
8805     conftest$ac_exeext conftest.$ac_ext
8806   LIBS=$ac_check_soname_save_LIBS
8807 fi
8808 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8809   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8810 $as_echo "not found" >&6; }
8811        if test -f /usr/X11R6/lib/libGL.a
8812                                     then
8813                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8814 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8815                                     else
8816                                         opengl_msg="No OpenGL library found on this system."
8817                                     fi
8818 else
8819   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8820 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8821
8822 cat >>confdefs.h <<_ACEOF
8823 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8824 _ACEOF
8825
8826        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"
8827
8828 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8829
8830 fi
8831 else
8832   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8833 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8834
8835 cat >>confdefs.h <<_ACEOF
8836 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8837 _ACEOF
8838
8839        OPENGL_LIBS="-lGL"
8840
8841 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8842
8843 fi
8844                  if test "$ac_cv_header_GL_glu_h" = "yes"
8845                  then
8846                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8847 $as_echo_n "checking for -lGLU... " >&6; }
8848 if ${ac_cv_lib_soname_GLU+:} false; then :
8849   $as_echo_n "(cached) " >&6
8850 else
8851   ac_check_soname_save_LIBS=$LIBS
8852 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8853   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8854 /* end confdefs.h.  */
8855
8856 /* Override any GCC internal prototype to avoid an error.
8857    Use char because int might match the return type of a GCC
8858    builtin and then its argument prototype would still apply.  */
8859 #ifdef __cplusplus
8860 extern "C"
8861 #endif
8862 char gluLookAt ();
8863 int
8864 main ()
8865 {
8866 return gluLookAt ();
8867   ;
8868   return 0;
8869 }
8870 _ACEOF
8871 if ac_fn_c_try_link "$LINENO"; then :
8872   case "$LIBEXT" in
8873     dll) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8874     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'` ;;
8875     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
8876   esac
8877 fi
8878 rm -f core conftest.err conftest.$ac_objext \
8879     conftest$ac_exeext conftest.$ac_ext
8880   LIBS=$ac_check_soname_save_LIBS
8881 fi
8882 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8883   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8884 $as_echo "not found" >&6; }
8885
8886 else
8887   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8888 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8889
8890 cat >>confdefs.h <<_ACEOF
8891 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8892 _ACEOF
8893
8894
8895 fi
8896                  fi
8897                  if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8898   case "x$with_glu" in
8899   x)   as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8900   xno) ;;
8901   *)   as_fn_error $? "libGLU ${notice_platform}development files not found, GLU won't be supported.
8902 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8903 esac
8904 fi
8905              else
8906                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8907              fi
8908          else
8909              opengl_msg="OpenGL development headers not found."
8910          fi
8911          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8912          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8913     else
8914          enable_opengl32=${enable_opengl32:-no}
8915          enable_glu32=${enable_glu32:-no}
8916     fi
8917     if test -n "$opengl_msg"; then :
8918   case "x$with_opengl" in
8919   x)   as_fn_append wine_warnings "|$opengl_msg
8920 OpenGL and Direct3D won't be supported." ;;
8921   xno) ;;
8922   *)   as_fn_error $? "$opengl_msg
8923 OpenGL and Direct3D won't be supported.
8924 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8925 esac
8926 fi
8927
8928         NASLIBS=""
8929
8930     for ac_header in audio/audiolib.h
8931 do :
8932   ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8933 if test "x$ac_cv_header_audio_audiolib_h" = xyes; then :
8934   cat >>confdefs.h <<_ACEOF
8935 #define HAVE_AUDIO_AUDIOLIB_H 1
8936 _ACEOF
8937  for ac_header in audio/soundlib.h
8938 do :
8939   ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8940 "
8941 if test "x$ac_cv_header_audio_soundlib_h" = xyes; then :
8942   cat >>confdefs.h <<_ACEOF
8943 #define HAVE_AUDIO_SOUNDLIB_H 1
8944 _ACEOF
8945
8946 fi
8947
8948 done
8949
8950           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8951 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8952 if ${ac_cv_lib_audio_AuCreateFlow+:} false; then :
8953   $as_echo_n "(cached) " >&6
8954 else
8955   ac_check_lib_save_LIBS=$LIBS
8956 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8957 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8958 /* end confdefs.h.  */
8959
8960 /* Override any GCC internal prototype to avoid an error.
8961    Use char because int might match the return type of a GCC
8962    builtin and then its argument prototype would still apply.  */
8963 #ifdef __cplusplus
8964 extern "C"
8965 #endif
8966 char AuCreateFlow ();
8967 int
8968 main ()
8969 {
8970 return AuCreateFlow ();
8971   ;
8972   return 0;
8973 }
8974 _ACEOF
8975 if ac_fn_c_try_link "$LINENO"; then :
8976   ac_cv_lib_audio_AuCreateFlow=yes
8977 else
8978   ac_cv_lib_audio_AuCreateFlow=no
8979 fi
8980 rm -f core conftest.err conftest.$ac_objext \
8981     conftest$ac_exeext conftest.$ac_ext
8982 LIBS=$ac_check_lib_save_LIBS
8983 fi
8984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8985 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8986 if test "x$ac_cv_lib_audio_AuCreateFlow" = xyes; then :
8987   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8988 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8989 if ${ac_cv_lib_Xau_XauGetBestAuthByAddr+:} false; then :
8990   $as_echo_n "(cached) " >&6
8991 else
8992   ac_check_lib_save_LIBS=$LIBS
8993 LIBS="-lXau $X_LIBS $LIBS"
8994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8995 /* end confdefs.h.  */
8996
8997 /* Override any GCC internal prototype to avoid an error.
8998    Use char because int might match the return type of a GCC
8999    builtin and then its argument prototype would still apply.  */
9000 #ifdef __cplusplus
9001 extern "C"
9002 #endif
9003 char XauGetBestAuthByAddr ();
9004 int
9005 main ()
9006 {
9007 return XauGetBestAuthByAddr ();
9008   ;
9009   return 0;
9010 }
9011 _ACEOF
9012 if ac_fn_c_try_link "$LINENO"; then :
9013   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
9014 else
9015   ac_cv_lib_Xau_XauGetBestAuthByAddr=no
9016 fi
9017 rm -f core conftest.err conftest.$ac_objext \
9018     conftest$ac_exeext conftest.$ac_ext
9019 LIBS=$ac_check_lib_save_LIBS
9020 fi
9021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
9022 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
9023 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = xyes; then :
9024   NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
9025 else
9026   NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
9027 fi
9028
9029
9030 fi
9031
9032 fi
9033
9034 done
9035
9036
9037     CPPFLAGS="$ac_save_CPPFLAGS"
9038 else
9039     XLIB=""
9040     X_CFLAGS=""
9041     X_LIBS=""
9042     enable_winex11_drv=${enable_winex11_drv:-no}
9043     enable_opengl32=${enable_opengl32:-no}
9044     enable_glu32=${enable_glu32:-no}
9045 fi
9046 if test "x$XLIB" = "x"; then :
9047   case "x$with_x" in
9048   xno) ;;
9049   *)   as_fn_error $? "X ${notice_platform}development files not found. Wine will be built
9050 without X support, which probably isn't what you want. You will need
9051 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
9052 Use the --without-x option if you really want this." "$LINENO" 5 ;;
9053 esac
9054 fi
9055
9056 if test "$ac_cv_header_CL_cl_h" = "yes"
9057 then
9058     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
9059 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
9060 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false; then :
9061   $as_echo_n "(cached) " >&6
9062 else
9063   ac_check_lib_save_LIBS=$LIBS
9064 LIBS="-lOpenCL  $LIBS"
9065 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9066 /* end confdefs.h.  */
9067
9068 /* Override any GCC internal prototype to avoid an error.
9069    Use char because int might match the return type of a GCC
9070    builtin and then its argument prototype would still apply.  */
9071 #ifdef __cplusplus
9072 extern "C"
9073 #endif
9074 char clGetPlatformInfo ();
9075 int
9076 main ()
9077 {
9078 return clGetPlatformInfo ();
9079   ;
9080   return 0;
9081 }
9082 _ACEOF
9083 if ac_fn_c_try_link "$LINENO"; then :
9084   ac_cv_lib_OpenCL_clGetPlatformInfo=yes
9085 else
9086   ac_cv_lib_OpenCL_clGetPlatformInfo=no
9087 fi
9088 rm -f core conftest.err conftest.$ac_objext \
9089     conftest$ac_exeext conftest.$ac_ext
9090 LIBS=$ac_check_lib_save_LIBS
9091 fi
9092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
9093 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
9094 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes; then :
9095   LIBOPENCL="-lOpenCL"
9096
9097 fi
9098
9099 fi
9100 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes; then :
9101   case "x$with_opencl" in
9102   x)   as_fn_append wine_notices "|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
9103   xno) ;;
9104   *)   as_fn_error $? "OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
9105 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
9106 esac
9107 fi
9108 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes && enable_opencl=${enable_opencl:-no}
9109
9110
9111 XML2LIBS=""
9112
9113 XML2INCL=""
9114
9115 XSLTINCL=""
9116
9117 if test "x$with_xml" != "xno"
9118 then
9119     ac_save_CPPFLAGS="$CPPFLAGS"
9120     if test "$PKG_CONFIG" != "false"
9121     then
9122         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
9123         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
9124     else
9125         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
9126         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
9127     fi
9128     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
9129     for ac_header in libxml/parser.h libxml/xmlsave.h libxml/SAX2.h
9130 do :
9131   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9132 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9133 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9134   cat >>confdefs.h <<_ACEOF
9135 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9136 _ACEOF
9137
9138 fi
9139
9140 done
9141
9142     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"
9143     then
9144         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
9145 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
9146 if ${ac_cv_lib_xml2_xmlParseMemory+:} false; then :
9147   $as_echo_n "(cached) " >&6
9148 else
9149   ac_check_lib_save_LIBS=$LIBS
9150 LIBS="-lxml2 $ac_xml_libs $LIBS"
9151 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9152 /* end confdefs.h.  */
9153
9154 /* Override any GCC internal prototype to avoid an error.
9155    Use char because int might match the return type of a GCC
9156    builtin and then its argument prototype would still apply.  */
9157 #ifdef __cplusplus
9158 extern "C"
9159 #endif
9160 char xmlParseMemory ();
9161 int
9162 main ()
9163 {
9164 return xmlParseMemory ();
9165   ;
9166   return 0;
9167 }
9168 _ACEOF
9169 if ac_fn_c_try_link "$LINENO"; then :
9170   ac_cv_lib_xml2_xmlParseMemory=yes
9171 else
9172   ac_cv_lib_xml2_xmlParseMemory=no
9173 fi
9174 rm -f core conftest.err conftest.$ac_objext \
9175     conftest$ac_exeext conftest.$ac_ext
9176 LIBS=$ac_check_lib_save_LIBS
9177 fi
9178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
9179 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
9180 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes; then :
9181
9182 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
9183
9184              XML2LIBS="$ac_xml_libs"
9185              XML2INCL="$ac_xml_cflags"
9186 fi
9187
9188         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
9189 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
9190 if ${ac_cv_lib_xml2_xmlReadMemory+:} false; then :
9191   $as_echo_n "(cached) " >&6
9192 else
9193   ac_check_lib_save_LIBS=$LIBS
9194 LIBS="-lxml2 $ac_xml_libs $LIBS"
9195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9196 /* end confdefs.h.  */
9197
9198 /* Override any GCC internal prototype to avoid an error.
9199    Use char because int might match the return type of a GCC
9200    builtin and then its argument prototype would still apply.  */
9201 #ifdef __cplusplus
9202 extern "C"
9203 #endif
9204 char xmlReadMemory ();
9205 int
9206 main ()
9207 {
9208 return xmlReadMemory ();
9209   ;
9210   return 0;
9211 }
9212 _ACEOF
9213 if ac_fn_c_try_link "$LINENO"; then :
9214   ac_cv_lib_xml2_xmlReadMemory=yes
9215 else
9216   ac_cv_lib_xml2_xmlReadMemory=no
9217 fi
9218 rm -f core conftest.err conftest.$ac_objext \
9219     conftest$ac_exeext conftest.$ac_ext
9220 LIBS=$ac_check_lib_save_LIBS
9221 fi
9222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9223 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9224 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes; then :
9225
9226 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9227
9228 fi
9229
9230         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9231 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9232 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false; then :
9233   $as_echo_n "(cached) " >&6
9234 else
9235   ac_check_lib_save_LIBS=$LIBS
9236 LIBS="-lxml2 $ac_xml_libs $LIBS"
9237 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9238 /* end confdefs.h.  */
9239
9240 /* Override any GCC internal prototype to avoid an error.
9241    Use char because int might match the return type of a GCC
9242    builtin and then its argument prototype would still apply.  */
9243 #ifdef __cplusplus
9244 extern "C"
9245 #endif
9246 char xmlNewDocPI ();
9247 int
9248 main ()
9249 {
9250 return xmlNewDocPI ();
9251   ;
9252   return 0;
9253 }
9254 _ACEOF
9255 if ac_fn_c_try_link "$LINENO"; then :
9256   ac_cv_lib_xml2_xmlNewDocPI=yes
9257 else
9258   ac_cv_lib_xml2_xmlNewDocPI=no
9259 fi
9260 rm -f core conftest.err conftest.$ac_objext \
9261     conftest$ac_exeext conftest.$ac_ext
9262 LIBS=$ac_check_lib_save_LIBS
9263 fi
9264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9265 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9266 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes; then :
9267
9268 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9269
9270 fi
9271
9272         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
9273 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
9274 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} 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 xmlSchemaSetParserStructuredErrors ();
9289 int
9290 main ()
9291 {
9292 return xmlSchemaSetParserStructuredErrors ();
9293   ;
9294   return 0;
9295 }
9296 _ACEOF
9297 if ac_fn_c_try_link "$LINENO"; then :
9298   ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=yes
9299 else
9300   ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=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_xmlSchemaSetParserStructuredErrors" >&5
9307 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
9308 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes; then :
9309
9310 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
9311
9312 fi
9313
9314         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
9315 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
9316 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} 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 xmlSchemaSetValidStructuredErrors ();
9331 int
9332 main ()
9333 {
9334 return xmlSchemaSetValidStructuredErrors ();
9335   ;
9336   return 0;
9337 }
9338 _ACEOF
9339 if ac_fn_c_try_link "$LINENO"; then :
9340   ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=yes
9341 else
9342   ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=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_xmlSchemaSetValidStructuredErrors" >&5
9349 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
9350 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes; then :
9351
9352 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
9353
9354 fi
9355
9356         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
9357 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
9358 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} 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 xmlFirstElementChild ();
9373 int
9374 main ()
9375 {
9376 return xmlFirstElementChild ();
9377   ;
9378   return 0;
9379 }
9380 _ACEOF
9381 if ac_fn_c_try_link "$LINENO"; then :
9382   ac_cv_lib_xml2_xmlFirstElementChild=yes
9383 else
9384   ac_cv_lib_xml2_xmlFirstElementChild=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_xmlFirstElementChild" >&5
9391 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
9392 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes; then :
9393
9394 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
9395
9396 fi
9397
9398         ac_fn_c_check_type "$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
9399 "
9400 if test "x$ac_cv_type_xmlDocProperties" = xyes; then :
9401
9402 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
9403
9404 fi
9405
9406     fi
9407     CPPFLAGS="$ac_save_CPPFLAGS"
9408 fi
9409 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9410   case "x$with_xml" in
9411   x)   as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
9412   xno) ;;
9413   *)   as_fn_error $? "libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
9414 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9415 esac
9416 fi
9417
9418 if test "x$with_xslt" != "xno"
9419 then
9420     if test "$PKG_CONFIG" != "false"
9421     then
9422         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9423         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9424     else
9425         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9426         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9427     fi
9428     ac_save_CPPFLAGS="$CPPFLAGS"
9429     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9430     for ac_header in libxslt/pattern.h libxslt/transform.h
9431 do :
9432   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9433 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9434 # include <libxslt/pattern.h>
9435 #endif
9436 "
9437 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9438   cat >>confdefs.h <<_ACEOF
9439 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9440 _ACEOF
9441
9442 fi
9443
9444 done
9445
9446     CPPFLAGS="$ac_save_CPPFLAGS"
9447     if test "$ac_cv_header_libxslt_transform_h" = "yes"
9448     then
9449         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9450 $as_echo_n "checking for -lxslt... " >&6; }
9451 if ${ac_cv_lib_soname_xslt+:} false; then :
9452   $as_echo_n "(cached) " >&6
9453 else
9454   ac_check_soname_save_LIBS=$LIBS
9455 LIBS="-lxslt $ac_xslt_libs $LIBS"
9456   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9457 /* end confdefs.h.  */
9458
9459 /* Override any GCC internal prototype to avoid an error.
9460    Use char because int might match the return type of a GCC
9461    builtin and then its argument prototype would still apply.  */
9462 #ifdef __cplusplus
9463 extern "C"
9464 #endif
9465 char xsltCompilePattern ();
9466 int
9467 main ()
9468 {
9469 return xsltCompilePattern ();
9470   ;
9471   return 0;
9472 }
9473 _ACEOF
9474 if ac_fn_c_try_link "$LINENO"; then :
9475   case "$LIBEXT" in
9476     dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9477     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'` ;;
9478     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9479   esac
9480 fi
9481 rm -f core conftest.err conftest.$ac_objext \
9482     conftest$ac_exeext conftest.$ac_ext
9483   LIBS=$ac_check_soname_save_LIBS
9484 fi
9485 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9486   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9487 $as_echo "not found" >&6; }
9488
9489 else
9490   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9491 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9492
9493 cat >>confdefs.h <<_ACEOF
9494 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9495 _ACEOF
9496
9497        XSLTINCL="$ac_xslt_cflags"
9498 fi
9499     fi
9500 fi
9501 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9502   case "x$with_xslt" in
9503   x)   as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9504   xno) ;;
9505   *)   as_fn_error $? "libxslt ${notice_platform}development files not found, xslt won't be supported.
9506 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9507 esac
9508 fi
9509
9510 HALINCL=""
9511
9512 if test "x$with_hal" != "xno"
9513 then
9514     ac_save_CPPFLAGS="$CPPFLAGS"
9515     if test "$PKG_CONFIG" != "false"
9516     then
9517         ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9518         ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9519         CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9520     fi
9521     for ac_header in dbus/dbus.h hal/libhal.h
9522 do :
9523   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9524 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9525 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9526   cat >>confdefs.h <<_ACEOF
9527 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9528 _ACEOF
9529
9530 fi
9531
9532 done
9533
9534     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9535     then
9536         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9537 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9538 if ${ac_cv_lib_dbus_1_dbus_connection_close+:} false; then :
9539   $as_echo_n "(cached) " >&6
9540 else
9541   ac_check_lib_save_LIBS=$LIBS
9542 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9544 /* end confdefs.h.  */
9545
9546 /* Override any GCC internal prototype to avoid an error.
9547    Use char because int might match the return type of a GCC
9548    builtin and then its argument prototype would still apply.  */
9549 #ifdef __cplusplus
9550 extern "C"
9551 #endif
9552 char dbus_connection_close ();
9553 int
9554 main ()
9555 {
9556 return dbus_connection_close ();
9557   ;
9558   return 0;
9559 }
9560 _ACEOF
9561 if ac_fn_c_try_link "$LINENO"; then :
9562   ac_cv_lib_dbus_1_dbus_connection_close=yes
9563 else
9564   ac_cv_lib_dbus_1_dbus_connection_close=no
9565 fi
9566 rm -f core conftest.err conftest.$ac_objext \
9567     conftest$ac_exeext conftest.$ac_ext
9568 LIBS=$ac_check_lib_save_LIBS
9569 fi
9570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9571 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9572 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = xyes; then :
9573   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9574 $as_echo_n "checking for -lhal... " >&6; }
9575 if ${ac_cv_lib_soname_hal+:} false; then :
9576   $as_echo_n "(cached) " >&6
9577 else
9578   ac_check_soname_save_LIBS=$LIBS
9579 LIBS="-lhal $ac_hal_libs $LIBS"
9580   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9581 /* end confdefs.h.  */
9582
9583 /* Override any GCC internal prototype to avoid an error.
9584    Use char because int might match the return type of a GCC
9585    builtin and then its argument prototype would still apply.  */
9586 #ifdef __cplusplus
9587 extern "C"
9588 #endif
9589 char libhal_ctx_new ();
9590 int
9591 main ()
9592 {
9593 return libhal_ctx_new ();
9594   ;
9595   return 0;
9596 }
9597 _ACEOF
9598 if ac_fn_c_try_link "$LINENO"; then :
9599   case "$LIBEXT" in
9600     dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9601     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'` ;;
9602     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
9603   esac
9604 fi
9605 rm -f core conftest.err conftest.$ac_objext \
9606     conftest$ac_exeext conftest.$ac_ext
9607   LIBS=$ac_check_soname_save_LIBS
9608 fi
9609 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9610   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9611 $as_echo "not found" >&6; }
9612
9613 else
9614   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9615 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9616
9617 cat >>confdefs.h <<_ACEOF
9618 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9619 _ACEOF
9620
9621        HALINCL="$ac_hal_cflags"
9622 fi
9623 fi
9624
9625     fi
9626     CPPFLAGS="$ac_save_CPPFLAGS"
9627 fi
9628 if test "x$ac_cv_lib_soname_hal" = "x" -a "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
9629   case "x$with_hal" in
9630   x)   as_fn_append wine_notices "|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9631   xno) ;;
9632   *)   as_fn_error $? "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9633 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9634 esac
9635 fi
9636
9637 if test "x$with_gnutls" != "xno"
9638 then
9639     ac_save_CPPFLAGS="$CPPFLAGS"
9640     if test "$PKG_CONFIG" != "false"
9641     then
9642         ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9643         ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9644         CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9645     fi
9646     ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9647 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes; then :
9648   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9649 /* end confdefs.h.  */
9650 #include <gnutls/gnutls.h>
9651 int
9652 main ()
9653 {
9654 typeof(gnutls_mac_get_key_size) *pfunc;
9655   ;
9656   return 0;
9657 }
9658 _ACEOF
9659 if ac_fn_c_try_compile "$LINENO"; then :
9660   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9661 $as_echo_n "checking for -lgnutls... " >&6; }
9662 if ${ac_cv_lib_soname_gnutls+:} false; then :
9663   $as_echo_n "(cached) " >&6
9664 else
9665   ac_check_soname_save_LIBS=$LIBS
9666 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9667   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9668 /* end confdefs.h.  */
9669
9670 /* Override any GCC internal prototype to avoid an error.
9671    Use char because int might match the return type of a GCC
9672    builtin and then its argument prototype would still apply.  */
9673 #ifdef __cplusplus
9674 extern "C"
9675 #endif
9676 char gnutls_global_init ();
9677 int
9678 main ()
9679 {
9680 return gnutls_global_init ();
9681   ;
9682   return 0;
9683 }
9684 _ACEOF
9685 if ac_fn_c_try_link "$LINENO"; then :
9686   case "$LIBEXT" in
9687     dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9688     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'` ;;
9689     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9690   esac
9691 fi
9692 rm -f core conftest.err conftest.$ac_objext \
9693     conftest$ac_exeext conftest.$ac_ext
9694   LIBS=$ac_check_soname_save_LIBS
9695 fi
9696 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9697   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9698 $as_echo "not found" >&6; }
9699
9700 else
9701   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9702 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9703
9704 cat >>confdefs.h <<_ACEOF
9705 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9706 _ACEOF
9707
9708        GNUTLSINCL="$ac_gnutls_cflags"
9709
9710 fi
9711 fi
9712 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9713 fi
9714
9715
9716     CPPFLAGS="$ac_save_CPPFLAGS"
9717 fi
9718 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9719   case "x$with_gnutls" in
9720   x)   as_fn_append wine_notices "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9721   xno) ;;
9722   *)   as_fn_error $? "libgnutls ${notice_platform}development files not found, no schannel support.
9723 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9724 esac
9725 fi
9726
9727 CURSESLIBS=""
9728 if test "$ac_cv_header_ncurses_h" = "yes"
9729 then
9730     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9731 $as_echo_n "checking for -lncurses... " >&6; }
9732 if ${ac_cv_lib_soname_ncurses+:} false; then :
9733   $as_echo_n "(cached) " >&6
9734 else
9735   ac_check_soname_save_LIBS=$LIBS
9736 LIBS="-lncurses  $LIBS"
9737   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9738 /* end confdefs.h.  */
9739
9740 /* Override any GCC internal prototype to avoid an error.
9741    Use char because int might match the return type of a GCC
9742    builtin and then its argument prototype would still apply.  */
9743 #ifdef __cplusplus
9744 extern "C"
9745 #endif
9746 char waddch ();
9747 int
9748 main ()
9749 {
9750 return waddch ();
9751   ;
9752   return 0;
9753 }
9754 _ACEOF
9755 if ac_fn_c_try_link "$LINENO"; then :
9756   case "$LIBEXT" in
9757     dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9758     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'` ;;
9759     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
9760   esac
9761 fi
9762 rm -f core conftest.err conftest.$ac_objext \
9763     conftest$ac_exeext conftest.$ac_ext
9764   LIBS=$ac_check_soname_save_LIBS
9765 fi
9766 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9767   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9768 $as_echo "not found" >&6; }
9769
9770 else
9771   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9772 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9773
9774 cat >>confdefs.h <<_ACEOF
9775 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9776 _ACEOF
9777
9778        CURSESLIBS="-lncurses"
9779 fi
9780 elif test "$ac_cv_header_curses_h" = "yes"
9781 then
9782     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9783 $as_echo_n "checking for -lcurses... " >&6; }
9784 if ${ac_cv_lib_soname_curses+:} false; then :
9785   $as_echo_n "(cached) " >&6
9786 else
9787   ac_check_soname_save_LIBS=$LIBS
9788 LIBS="-lcurses  $LIBS"
9789   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9790 /* end confdefs.h.  */
9791
9792 /* Override any GCC internal prototype to avoid an error.
9793    Use char because int might match the return type of a GCC
9794    builtin and then its argument prototype would still apply.  */
9795 #ifdef __cplusplus
9796 extern "C"
9797 #endif
9798 char waddch ();
9799 int
9800 main ()
9801 {
9802 return waddch ();
9803   ;
9804   return 0;
9805 }
9806 _ACEOF
9807 if ac_fn_c_try_link "$LINENO"; then :
9808   case "$LIBEXT" in
9809     dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9810     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'` ;;
9811     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9812   esac
9813 fi
9814 rm -f core conftest.err conftest.$ac_objext \
9815     conftest$ac_exeext conftest.$ac_ext
9816   LIBS=$ac_check_soname_save_LIBS
9817 fi
9818 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9819   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9820 $as_echo "not found" >&6; }
9821
9822 else
9823   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9824 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9825
9826 cat >>confdefs.h <<_ACEOF
9827 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9828 _ACEOF
9829
9830        CURSESLIBS="-lcurses"
9831 fi
9832 fi
9833 ac_save_LIBS="$LIBS"
9834 LIBS="$LIBS $CURSESLIBS"
9835 for ac_func in mousemask
9836 do :
9837   ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9838 if test "x$ac_cv_func_mousemask" = xyes; then :
9839   cat >>confdefs.h <<_ACEOF
9840 #define HAVE_MOUSEMASK 1
9841 _ACEOF
9842
9843 fi
9844 done
9845
9846 LIBS="$ac_save_LIBS"
9847 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9848   case "x$with_curses" in
9849   x)   as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9850   xno) ;;
9851   *)   as_fn_error $? "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9852 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9853 esac
9854 fi
9855
9856 if test "x$with_sane" != "xno"
9857 then
9858     ac_save_CPPFLAGS="$CPPFLAGS"
9859     # Extract the first word of "sane-config", so it can be a program name with args.
9860 set dummy sane-config; ac_word=$2
9861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9862 $as_echo_n "checking for $ac_word... " >&6; }
9863 if ${ac_cv_prog_sane_devel+:} false; then :
9864   $as_echo_n "(cached) " >&6
9865 else
9866   if test -n "$sane_devel"; then
9867   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9868 else
9869 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9870 for as_dir in $PATH
9871 do
9872   IFS=$as_save_IFS
9873   test -z "$as_dir" && as_dir=.
9874     for ac_exec_ext in '' $ac_executable_extensions; do
9875   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9876     ac_cv_prog_sane_devel="sane-config"
9877     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9878     break 2
9879   fi
9880 done
9881   done
9882 IFS=$as_save_IFS
9883
9884   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9885 fi
9886 fi
9887 sane_devel=$ac_cv_prog_sane_devel
9888 if test -n "$sane_devel"; then
9889   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9890 $as_echo "$sane_devel" >&6; }
9891 else
9892   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9893 $as_echo "no" >&6; }
9894 fi
9895
9896
9897     if test "$sane_devel" != "no"
9898     then
9899         ac_sane_incl="`$sane_devel --cflags`"
9900         ac_sane_libs="`$sane_devel --ldflags`"
9901         CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9902     fi
9903     ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9904 if test "x$ac_cv_header_sane_sane_h" = xyes; then :
9905   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9906 $as_echo_n "checking for -lsane... " >&6; }
9907 if ${ac_cv_lib_soname_sane+:} false; then :
9908   $as_echo_n "(cached) " >&6
9909 else
9910   ac_check_soname_save_LIBS=$LIBS
9911 LIBS="-lsane $ac_sane_libs $LIBS"
9912   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9913 /* end confdefs.h.  */
9914
9915 /* Override any GCC internal prototype to avoid an error.
9916    Use char because int might match the return type of a GCC
9917    builtin and then its argument prototype would still apply.  */
9918 #ifdef __cplusplus
9919 extern "C"
9920 #endif
9921 char sane_init ();
9922 int
9923 main ()
9924 {
9925 return sane_init ();
9926   ;
9927   return 0;
9928 }
9929 _ACEOF
9930 if ac_fn_c_try_link "$LINENO"; then :
9931   case "$LIBEXT" in
9932     dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9933     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'` ;;
9934     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9935   esac
9936 fi
9937 rm -f core conftest.err conftest.$ac_objext \
9938     conftest$ac_exeext conftest.$ac_ext
9939   LIBS=$ac_check_soname_save_LIBS
9940 fi
9941 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9942   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9943 $as_echo "not found" >&6; }
9944
9945 else
9946   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9947 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9948
9949 cat >>confdefs.h <<_ACEOF
9950 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9951 _ACEOF
9952
9953        SANEINCL="$ac_sane_incl"
9954
9955 fi
9956 fi
9957
9958
9959     CPPFLAGS="$ac_save_CPPFLAGS"
9960 fi
9961 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9962   case "x$with_sane" in
9963   x)   as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9964   xno) ;;
9965   *)   as_fn_error $? "libsane ${notice_platform}development files not found, scanners won't be supported.
9966 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9967 esac
9968 fi
9969
9970 if test "x$with_v4l" != "xno"
9971 then
9972     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
9973 $as_echo_n "checking for -lv4l1... " >&6; }
9974 if ${ac_cv_lib_soname_v4l1+:} false; then :
9975   $as_echo_n "(cached) " >&6
9976 else
9977   ac_check_soname_save_LIBS=$LIBS
9978 LIBS="-lv4l1  $LIBS"
9979   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9980 /* end confdefs.h.  */
9981
9982 /* Override any GCC internal prototype to avoid an error.
9983    Use char because int might match the return type of a GCC
9984    builtin and then its argument prototype would still apply.  */
9985 #ifdef __cplusplus
9986 extern "C"
9987 #endif
9988 char v4l1_open ();
9989 int
9990 main ()
9991 {
9992 return v4l1_open ();
9993   ;
9994   return 0;
9995 }
9996 _ACEOF
9997 if ac_fn_c_try_link "$LINENO"; then :
9998   case "$LIBEXT" in
9999     dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10000     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'` ;;
10001     *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10002   esac
10003 fi
10004 rm -f core conftest.err conftest.$ac_objext \
10005     conftest$ac_exeext conftest.$ac_ext
10006   LIBS=$ac_check_soname_save_LIBS
10007 fi
10008 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
10009   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10010 $as_echo "not found" >&6; }
10011
10012 else
10013   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
10014 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
10015
10016 cat >>confdefs.h <<_ACEOF
10017 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
10018 _ACEOF
10019
10020
10021 fi
10022 fi
10023 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
10024   case "x$with_v4l" in
10025   x)   as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
10026   xno) ;;
10027   *)   as_fn_error $? "libv4l ${notice_platform}development files not found.
10028 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
10029 esac
10030 fi
10031
10032 if test "x$with_gphoto" != "xno"
10033 then
10034     ac_save_CPPFLAGS="$CPPFLAGS"
10035     # Extract the first word of "gphoto2-config", so it can be a program name with args.
10036 set dummy gphoto2-config; ac_word=$2
10037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10038 $as_echo_n "checking for $ac_word... " >&6; }
10039 if ${ac_cv_prog_gphoto2_devel+:} false; then :
10040   $as_echo_n "(cached) " >&6
10041 else
10042   if test -n "$gphoto2_devel"; then
10043   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
10044 else
10045 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10046 for as_dir in $PATH
10047 do
10048   IFS=$as_save_IFS
10049   test -z "$as_dir" && as_dir=.
10050     for ac_exec_ext in '' $ac_executable_extensions; do
10051   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10052     ac_cv_prog_gphoto2_devel="gphoto2-config"
10053     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10054     break 2
10055   fi
10056 done
10057   done
10058 IFS=$as_save_IFS
10059
10060   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
10061 fi
10062 fi
10063 gphoto2_devel=$ac_cv_prog_gphoto2_devel
10064 if test -n "$gphoto2_devel"; then
10065   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
10066 $as_echo "$gphoto2_devel" >&6; }
10067 else
10068   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10069 $as_echo "no" >&6; }
10070 fi
10071
10072
10073     # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
10074 set dummy gphoto2-port-config; ac_word=$2
10075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10076 $as_echo_n "checking for $ac_word... " >&6; }
10077 if ${ac_cv_prog_gphoto2port_devel+:} false; then :
10078   $as_echo_n "(cached) " >&6
10079 else
10080   if test -n "$gphoto2port_devel"; then
10081   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
10082 else
10083 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10084 for as_dir in $PATH
10085 do
10086   IFS=$as_save_IFS
10087   test -z "$as_dir" && as_dir=.
10088     for ac_exec_ext in '' $ac_executable_extensions; do
10089   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10090     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
10091     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10092     break 2
10093   fi
10094 done
10095   done
10096 IFS=$as_save_IFS
10097
10098   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
10099 fi
10100 fi
10101 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
10102 if test -n "$gphoto2port_devel"; then
10103   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
10104 $as_echo "$gphoto2port_devel" >&6; }
10105 else
10106   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10107 $as_echo "no" >&6; }
10108 fi
10109
10110
10111     if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
10112     then
10113         ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
10114         ac_gphoto2_libs=""
10115         for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
10116         do
10117             case "$i" in
10118             -L/usr/lib|-L/usr/lib64) ;;
10119             -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
10120             esac
10121         done
10122         CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
10123     fi
10124     ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
10125     ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
10126 if test "x$ac_cv_header_gphoto2_camera_h" = xyes; then :
10127   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
10128 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
10129 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false; then :
10130   $as_echo_n "(cached) " >&6
10131 else
10132   ac_check_lib_save_LIBS=$LIBS
10133 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
10134 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10135 /* end confdefs.h.  */
10136
10137 /* Override any GCC internal prototype to avoid an error.
10138    Use char because int might match the return type of a GCC
10139    builtin and then its argument prototype would still apply.  */
10140 #ifdef __cplusplus
10141 extern "C"
10142 #endif
10143 char gp_camera_new ();
10144 int
10145 main ()
10146 {
10147 return gp_camera_new ();
10148   ;
10149   return 0;
10150 }
10151 _ACEOF
10152 if ac_fn_c_try_link "$LINENO"; then :
10153   ac_cv_lib_gphoto2_gp_camera_new=yes
10154 else
10155   ac_cv_lib_gphoto2_gp_camera_new=no
10156 fi
10157 rm -f core conftest.err conftest.$ac_objext \
10158     conftest$ac_exeext conftest.$ac_ext
10159 LIBS=$ac_check_lib_save_LIBS
10160 fi
10161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
10162 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
10163 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes; then :
10164
10165 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
10166
10167                                    GPHOTO2LIBS="$ac_gphoto2_libs"
10168
10169                                    GPHOTO2INCL="$ac_gphoto2_incl"
10170
10171 fi
10172
10173 fi
10174
10175
10176     CPPFLAGS="$ac_save_CPPFLAGS"
10177 fi
10178 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
10179   case "x$with_gphoto" in
10180   x)   as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
10181   xno) ;;
10182   *)   as_fn_error $? "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
10183 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
10184 esac
10185 fi
10186
10187
10188 if test "$ac_cv_header_resolv_h" = "yes"
10189 then
10190     ac_save_LIBS="$LIBS"
10191     for lib in '' -lresolv
10192     do
10193       LIBS="$lib $ac_save_LIBS"
10194       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10195 /* end confdefs.h.  */
10196 #ifdef HAVE_NETINET_IN_H
10197 #include <netinet/in.h>
10198 #endif
10199 #include <resolv.h>
10200 int
10201 main ()
10202 {
10203 res_query("foo",ns_c_in,0,0,0);
10204   ;
10205   return 0;
10206 }
10207 _ACEOF
10208 if ac_fn_c_try_link "$LINENO"; then :
10209
10210 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
10211
10212          RESOLVLIBS="$lib"
10213
10214 fi
10215 rm -f core conftest.err conftest.$ac_objext \
10216     conftest$ac_exeext conftest.$ac_ext
10217       if test "${RESOLVLIBS+set}" = set; then
10218         break
10219       fi
10220     done
10221     LIBS="$ac_save_LIBS"
10222 fi
10223
10224 LCMSLIBS=""
10225
10226 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
10227 then
10228     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
10229 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
10230 if ${ac_cv_lib_lcms_cmsOpenProfileFromFile+:} false; then :
10231   $as_echo_n "(cached) " >&6
10232 else
10233   ac_check_lib_save_LIBS=$LIBS
10234 LIBS="-llcms  $LIBS"
10235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10236 /* end confdefs.h.  */
10237
10238 /* Override any GCC internal prototype to avoid an error.
10239    Use char because int might match the return type of a GCC
10240    builtin and then its argument prototype would still apply.  */
10241 #ifdef __cplusplus
10242 extern "C"
10243 #endif
10244 char cmsOpenProfileFromFile ();
10245 int
10246 main ()
10247 {
10248 return cmsOpenProfileFromFile ();
10249   ;
10250   return 0;
10251 }
10252 _ACEOF
10253 if ac_fn_c_try_link "$LINENO"; then :
10254   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
10255 else
10256   ac_cv_lib_lcms_cmsOpenProfileFromFile=no
10257 fi
10258 rm -f core conftest.err conftest.$ac_objext \
10259     conftest$ac_exeext conftest.$ac_ext
10260 LIBS=$ac_check_lib_save_LIBS
10261 fi
10262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
10263 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
10264 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = xyes; then :
10265
10266 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
10267
10268          LCMSLIBS="-llcms"
10269 fi
10270
10271 fi
10272 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
10273   case "x$with_cms" in
10274   x)   as_fn_append wine_notices "|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
10275   xno) ;;
10276   *)   as_fn_error $? "liblcms ${notice_platform}development files not found, Color Management won't be supported.
10277 This is an error since --with-cms was requested." "$LINENO" 5 ;;
10278 esac
10279 fi
10280
10281 if test "x$with_freetype" != "xno"
10282 then
10283     for ac_prog in freetype-config freetype2-config
10284 do
10285   # Extract the first word of "$ac_prog", so it can be a program name with args.
10286 set dummy $ac_prog; ac_word=$2
10287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10288 $as_echo_n "checking for $ac_word... " >&6; }
10289 if ${ac_cv_prog_ft_devel+:} false; then :
10290   $as_echo_n "(cached) " >&6
10291 else
10292   if test -n "$ft_devel"; then
10293   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
10294 else
10295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10296 for as_dir in $PATH
10297 do
10298   IFS=$as_save_IFS
10299   test -z "$as_dir" && as_dir=.
10300     for ac_exec_ext in '' $ac_executable_extensions; do
10301   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10302     ac_cv_prog_ft_devel="$ac_prog"
10303     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10304     break 2
10305   fi
10306 done
10307   done
10308 IFS=$as_save_IFS
10309
10310 fi
10311 fi
10312 ft_devel=$ac_cv_prog_ft_devel
10313 if test -n "$ft_devel"; then
10314   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
10315 $as_echo "$ft_devel" >&6; }
10316 else
10317   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10318 $as_echo "no" >&6; }
10319 fi
10320
10321
10322   test -n "$ft_devel" && break
10323 done
10324 test -n "$ft_devel" || ft_devel="no"
10325
10326     if test "$ft_devel" != "no"
10327     then
10328         ac_freetype_incl=`$ft_devel --cflags`
10329         ac_freetype_libs=`$ft_devel --libs`
10330     fi
10331     ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
10332     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
10333 $as_echo_n "checking for -lfreetype... " >&6; }
10334 if ${ac_cv_lib_soname_freetype+:} false; then :
10335   $as_echo_n "(cached) " >&6
10336 else
10337   ac_check_soname_save_LIBS=$LIBS
10338 LIBS="-lfreetype $ac_freetype_libs $LIBS"
10339   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10340 /* end confdefs.h.  */
10341
10342 /* Override any GCC internal prototype to avoid an error.
10343    Use char because int might match the return type of a GCC
10344    builtin and then its argument prototype would still apply.  */
10345 #ifdef __cplusplus
10346 extern "C"
10347 #endif
10348 char FT_Init_FreeType ();
10349 int
10350 main ()
10351 {
10352 return FT_Init_FreeType ();
10353   ;
10354   return 0;
10355 }
10356 _ACEOF
10357 if ac_fn_c_try_link "$LINENO"; then :
10358   case "$LIBEXT" in
10359     dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10360     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'` ;;
10361     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
10362   esac
10363 fi
10364 rm -f core conftest.err conftest.$ac_objext \
10365     conftest$ac_exeext conftest.$ac_ext
10366   LIBS=$ac_check_soname_save_LIBS
10367 fi
10368 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10369   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10370 $as_echo "not found" >&6; }
10371        ft_lib=no
10372 else
10373   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10374 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10375
10376 cat >>confdefs.h <<_ACEOF
10377 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10378 _ACEOF
10379
10380        ft_lib=yes
10381 fi
10382     if test "$ft_lib" = "yes"
10383     then
10384         ac_save_CPPFLAGS="$CPPFLAGS"
10385         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10386         for ac_header in ft2build.h \
10387                          freetype/freetype.h \
10388                          freetype/ftglyph.h \
10389                          freetype/fttypes.h \
10390                          freetype/tttables.h \
10391                          freetype/ftsnames.h \
10392                          freetype/ttnameid.h \
10393                          freetype/ftoutln.h \
10394                          freetype/ftwinfnt.h \
10395                          freetype/ftmodapi.h \
10396                          freetype/ftlcdfil.h \
10397                          freetype/internal/sfnt.h
10398 do :
10399   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10400 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10401                           # include <ft2build.h>
10402                           #endif
10403 "
10404 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
10405   cat >>confdefs.h <<_ACEOF
10406 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10407 _ACEOF
10408
10409 fi
10410
10411 done
10412
10413         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10414 /* end confdefs.h.  */
10415 #include <ft2build.h>
10416                     #include <freetype/fttrigon.h>
10417 _ACEOF
10418 if ac_fn_c_try_cpp "$LINENO"; then :
10419
10420 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10421
10422                     wine_cv_fttrigon=yes
10423 else
10424   wine_cv_fttrigon=no
10425 fi
10426 rm -f conftest.err conftest.i conftest.$ac_ext
10427         ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10428 "
10429 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes; then :
10430
10431 cat >>confdefs.h <<_ACEOF
10432 #define HAVE_FT_TRUETYPEENGINETYPE 1
10433 _ACEOF
10434
10435
10436 fi
10437
10438         ac_save_CFLAGS="$CFLAGS"
10439         CFLAGS="$CFLAGS $ac_freetype_libs"
10440         for ac_func in FT_Load_Sfnt_Table
10441 do :
10442   ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10443 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = xyes; then :
10444   cat >>confdefs.h <<_ACEOF
10445 #define HAVE_FT_LOAD_SFNT_TABLE 1
10446 _ACEOF
10447
10448 fi
10449 done
10450
10451         CFLAGS="$ac_save_CFLAGS"
10452         CPPFLAGS="$ac_save_CPPFLAGS"
10453                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10454         then
10455
10456 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10457
10458             FREETYPELIBS="$ac_freetype_libs"
10459
10460             FREETYPEINCL="$ac_freetype_incl"
10461
10462         fi
10463     fi
10464 fi
10465 if test "x$FREETYPELIBS" = "x"; then :
10466   case "x$with_freetype" in
10467   xno) ;;
10468   *)   as_fn_error $? "FreeType ${notice_platform}development files not found. Fonts will not be built.
10469 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10470 esac
10471 fi
10472 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10473
10474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10475 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10476 if ${ac_cv_c_ppdev+:} false; then :
10477   $as_echo_n "(cached) " >&6
10478 else
10479   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10480 /* end confdefs.h.  */
10481 #ifdef HAVE_SYS_IOCTL_H
10482 # include <sys/ioctl.h>
10483 #endif
10484 #include <linux/ppdev.h>
10485 int
10486 main ()
10487 {
10488 ioctl (1,PPCLAIM,0)
10489   ;
10490   return 0;
10491 }
10492 _ACEOF
10493 if ac_fn_c_try_compile "$LINENO"; then :
10494   ac_cv_c_ppdev="yes"
10495 else
10496   ac_cv_c_ppdev="no"
10497 fi
10498 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10499 fi
10500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10501 $as_echo "$ac_cv_c_ppdev" >&6; }
10502 if test "$ac_cv_c_ppdev" = "yes"
10503 then
10504
10505 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10506
10507 fi
10508
10509 ac_wine_check_funcs_save_LIBS="$LIBS"
10510 LIBS="$LIBS $LIBPTHREAD"
10511 for ac_func in \
10512         pthread_attr_get_np \
10513         pthread_getattr_np \
10514         pthread_get_stackaddr_np \
10515         pthread_get_stacksize_np
10516 do :
10517   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10518 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10519 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
10520   cat >>confdefs.h <<_ACEOF
10521 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10522 _ACEOF
10523
10524 fi
10525 done
10526
10527 LIBS="$ac_wine_check_funcs_save_LIBS"
10528
10529 if test "$ac_cv_header_zlib_h" = "yes"
10530 then
10531     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10532 $as_echo_n "checking for inflate in -lz... " >&6; }
10533 if ${ac_cv_lib_z_inflate+:} false; then :
10534   $as_echo_n "(cached) " >&6
10535 else
10536   ac_check_lib_save_LIBS=$LIBS
10537 LIBS="-lz  $LIBS"
10538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10539 /* end confdefs.h.  */
10540
10541 /* Override any GCC internal prototype to avoid an error.
10542    Use char because int might match the return type of a GCC
10543    builtin and then its argument prototype would still apply.  */
10544 #ifdef __cplusplus
10545 extern "C"
10546 #endif
10547 char inflate ();
10548 int
10549 main ()
10550 {
10551 return inflate ();
10552   ;
10553   return 0;
10554 }
10555 _ACEOF
10556 if ac_fn_c_try_link "$LINENO"; then :
10557   ac_cv_lib_z_inflate=yes
10558 else
10559   ac_cv_lib_z_inflate=no
10560 fi
10561 rm -f core conftest.err conftest.$ac_objext \
10562     conftest$ac_exeext conftest.$ac_ext
10563 LIBS=$ac_check_lib_save_LIBS
10564 fi
10565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10566 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10567 if test "x$ac_cv_lib_z_inflate" = xyes; then :
10568
10569 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10570
10571                             ZLIB="-lz"
10572
10573 fi
10574
10575 fi
10576 if test "x$ZLIB" = "x"; then :
10577   case "x$with_zlib" in
10578   x)   as_fn_append wine_notices "|libz ${notice_platform}development files not found, data compression won't be supported." ;;
10579   xno) ;;
10580   *)   as_fn_error $? "libz ${notice_platform}development files not found, data compression won't be supported.
10581 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
10582 esac
10583 fi
10584
10585 if test "x$enable_tools" != xno
10586 then
10587     if test "$ac_cv_header_gettext_po_h" = "yes"
10588     then
10589         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
10590 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
10591 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false; then :
10592   $as_echo_n "(cached) " >&6
10593 else
10594   ac_check_lib_save_LIBS=$LIBS
10595 LIBS="-lgettextpo  $LIBS"
10596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10597 /* end confdefs.h.  */
10598
10599 /* Override any GCC internal prototype to avoid an error.
10600    Use char because int might match the return type of a GCC
10601    builtin and then its argument prototype would still apply.  */
10602 #ifdef __cplusplus
10603 extern "C"
10604 #endif
10605 char po_message_msgctxt ();
10606 int
10607 main ()
10608 {
10609 return po_message_msgctxt ();
10610   ;
10611   return 0;
10612 }
10613 _ACEOF
10614 if ac_fn_c_try_link "$LINENO"; then :
10615   ac_cv_lib_gettextpo_po_message_msgctxt=yes
10616 else
10617   ac_cv_lib_gettextpo_po_message_msgctxt=no
10618 fi
10619 rm -f core conftest.err conftest.$ac_objext \
10620     conftest$ac_exeext conftest.$ac_ext
10621 LIBS=$ac_check_lib_save_LIBS
10622 fi
10623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
10624 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
10625 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes; then :
10626
10627 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
10628
10629                       LIBGETTEXTPO="-lgettextpo"
10630
10631 fi
10632
10633     fi
10634     if test "x$LIBGETTEXTPO" = "x"; then :
10635   case "x$with_gettextpo" in
10636   x)   as_fn_append wine_warnings "|GetText ${notice_platform}development files not found (or too old). Internationalization won't be fully supported." ;;
10637   xno) ;;
10638   *)   as_fn_error $? "GetText ${notice_platform}development files not found (or too old). Internationalization won't be fully supported.
10639 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
10640 esac
10641 fi
10642 fi
10643
10644 if test "x$with_esd" != xno
10645 then
10646     save_CFLAGS="$CFLAGS"
10647     # Extract the first word of "esd-config", so it can be a program name with args.
10648 set dummy esd-config; ac_word=$2
10649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10650 $as_echo_n "checking for $ac_word... " >&6; }
10651 if ${ac_cv_path_ESDCONFIG+:} false; then :
10652   $as_echo_n "(cached) " >&6
10653 else
10654   case $ESDCONFIG in
10655   [\\/]* | ?:[\\/]*)
10656   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10657   ;;
10658   *)
10659   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10660 for as_dir in $PATH
10661 do
10662   IFS=$as_save_IFS
10663   test -z "$as_dir" && as_dir=.
10664     for ac_exec_ext in '' $ac_executable_extensions; do
10665   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10666     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10667     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10668     break 2
10669   fi
10670 done
10671   done
10672 IFS=$as_save_IFS
10673
10674   test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10675   ;;
10676 esac
10677 fi
10678 ESDCONFIG=$ac_cv_path_ESDCONFIG
10679 if test -n "$ESDCONFIG"; then
10680   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10681 $as_echo "$ESDCONFIG" >&6; }
10682 else
10683   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10684 $as_echo "no" >&6; }
10685 fi
10686
10687
10688     if test "x$ESDCONFIG" != "xno"
10689     then
10690         ac_esd_incl=""
10691         for i in `$ESDCONFIG --cflags`
10692         do
10693             case "$i" in
10694                 -I*) ac_esd_incl="$ac_esd_incl $i";;
10695             esac
10696         done
10697         ac_esd_libs=`$ESDCONFIG --libs`
10698         CFLAGS="$CFLAGS $ac_esd_incl"
10699     fi
10700     ac_esd_libs=${ac_esd_libs:-"-lesd"}
10701     ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10702 if test "x$ac_cv_header_esd_h" = xyes; then :
10703   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10704 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10705 if ${ac_cv_lib_esd_esd_open_sound+:} false; then :
10706   $as_echo_n "(cached) " >&6
10707 else
10708   ac_check_lib_save_LIBS=$LIBS
10709 LIBS="-lesd $ac_esd_libs $LIBS"
10710 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10711 /* end confdefs.h.  */
10712
10713 /* Override any GCC internal prototype to avoid an error.
10714    Use char because int might match the return type of a GCC
10715    builtin and then its argument prototype would still apply.  */
10716 #ifdef __cplusplus
10717 extern "C"
10718 #endif
10719 char esd_open_sound ();
10720 int
10721 main ()
10722 {
10723 return esd_open_sound ();
10724   ;
10725   return 0;
10726 }
10727 _ACEOF
10728 if ac_fn_c_try_link "$LINENO"; then :
10729   ac_cv_lib_esd_esd_open_sound=yes
10730 else
10731   ac_cv_lib_esd_esd_open_sound=no
10732 fi
10733 rm -f core conftest.err conftest.$ac_objext \
10734     conftest$ac_exeext conftest.$ac_ext
10735 LIBS=$ac_check_lib_save_LIBS
10736 fi
10737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10738 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10739 if test "x$ac_cv_lib_esd_esd_open_sound" = xyes; then :
10740   ESDINCL="$ac_esd_incl"
10741
10742              ESDLIBS="$ac_esd_libs"
10743
10744 fi
10745
10746 fi
10747
10748
10749     CFLAGS="$save_CFLAGS"
10750 fi
10751
10752 if test "x$with_gstreamer" != "xno"
10753 then
10754     ac_save_CPPFLAGS="$CPPFLAGS"
10755     if test "$PKG_CONFIG" != "false"; then
10756         ac_gst_incl=""
10757         for i in `$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
10758         do
10759             case "$i" in
10760                 -I*) ac_gst_incl="$ac_gst_incl $i";;
10761             esac
10762         done
10763         ac_gst_libs="`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`"
10764         CPPFLAGS="$CPPFLAGS $ac_gst_incl"
10765         ac_fn_c_check_header_mongrel "$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
10766 if test "x$ac_cv_header_gst_gstpad_h" = xyes; then :
10767   ac_fn_c_check_header_mongrel "$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
10768 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes; then :
10769   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
10770 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
10771 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false; then :
10772   $as_echo_n "(cached) " >&6
10773 else
10774   ac_check_lib_save_LIBS=$LIBS
10775 LIBS="-lgstreamer-0.10  $LIBS"
10776 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10777 /* end confdefs.h.  */
10778
10779 /* Override any GCC internal prototype to avoid an error.
10780    Use char because int might match the return type of a GCC
10781    builtin and then its argument prototype would still apply.  */
10782 #ifdef __cplusplus
10783 extern "C"
10784 #endif
10785 char gst_pad_get_caps_reffed ();
10786 int
10787 main ()
10788 {
10789 return gst_pad_get_caps_reffed ();
10790   ;
10791   return 0;
10792 }
10793 _ACEOF
10794 if ac_fn_c_try_link "$LINENO"; then :
10795   ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=yes
10796 else
10797   ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=no
10798 fi
10799 rm -f core conftest.err conftest.$ac_objext \
10800     conftest$ac_exeext conftest.$ac_ext
10801 LIBS=$ac_check_lib_save_LIBS
10802 fi
10803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
10804 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
10805 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes; then :
10806   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
10807 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
10808 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false; then :
10809   $as_echo_n "(cached) " >&6
10810 else
10811   ac_check_lib_save_LIBS=$LIBS
10812 LIBS="-lgstapp-0.10 $ac_gst_libs $LIBS"
10813 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10814 /* end confdefs.h.  */
10815
10816 /* Override any GCC internal prototype to avoid an error.
10817    Use char because int might match the return type of a GCC
10818    builtin and then its argument prototype would still apply.  */
10819 #ifdef __cplusplus
10820 extern "C"
10821 #endif
10822 char gst_app_buffer_new ();
10823 int
10824 main ()
10825 {
10826 return gst_app_buffer_new ();
10827   ;
10828   return 0;
10829 }
10830 _ACEOF
10831 if ac_fn_c_try_link "$LINENO"; then :
10832   ac_cv_lib_gstapp_0_10_gst_app_buffer_new=yes
10833 else
10834   ac_cv_lib_gstapp_0_10_gst_app_buffer_new=no
10835 fi
10836 rm -f core conftest.err conftest.$ac_objext \
10837     conftest$ac_exeext conftest.$ac_ext
10838 LIBS=$ac_check_lib_save_LIBS
10839 fi
10840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
10841 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
10842 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes; then :
10843   GSTREAMER_LIBS="$ac_gst_libs"
10844
10845                      GSTREAMER_INCL="$ac_gst_incl"
10846
10847 fi
10848
10849 fi
10850
10851 fi
10852
10853
10854 fi
10855
10856
10857     fi
10858     CPPFLAGS="$ac_save_CPPFLAGS"
10859 fi
10860 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes -a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes; then :
10861   case "x$with_gstreamer" in
10862   x)   as_fn_append wine_notices "|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
10863   xno) ;;
10864   *)   as_fn_error $? "gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
10865 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
10866 esac
10867 fi
10868 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer=${enable_winegstreamer:-no}
10869
10870 ALSALIBS=""
10871
10872 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10873 then
10874     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
10875 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
10876 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false; then :
10877   $as_echo_n "(cached) " >&6
10878 else
10879   ac_check_lib_save_LIBS=$LIBS
10880 LIBS="-lasound  $LIBS"
10881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10882 /* end confdefs.h.  */
10883
10884 /* Override any GCC internal prototype to avoid an error.
10885    Use char because int might match the return type of a GCC
10886    builtin and then its argument prototype would still apply.  */
10887 #ifdef __cplusplus
10888 extern "C"
10889 #endif
10890 char snd_pcm_hw_params_get_access_mask ();
10891 int
10892 main ()
10893 {
10894 return snd_pcm_hw_params_get_access_mask ();
10895   ;
10896   return 0;
10897 }
10898 _ACEOF
10899 if ac_fn_c_try_link "$LINENO"; then :
10900   ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=yes
10901 else
10902   ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=no
10903 fi
10904 rm -f core conftest.err conftest.$ac_objext \
10905     conftest$ac_exeext conftest.$ac_ext
10906 LIBS=$ac_check_lib_save_LIBS
10907 fi
10908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
10909 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
10910 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes; then :
10911   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10912 /* end confdefs.h.  */
10913 #ifdef HAVE_ALSA_ASOUNDLIB_H
10914 #include <alsa/asoundlib.h>
10915 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10916 #include <sys/asoundlib.h>
10917 #endif
10918 int
10919 main ()
10920 {
10921 snd_pcm_hw_params_get_access_mask(NULL, NULL)
10922   ;
10923   return 0;
10924 }
10925 _ACEOF
10926 if ac_fn_c_try_compile "$LINENO"; then :
10927   ALSALIBS="-lasound"
10928 fi
10929 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10930 fi
10931
10932 fi
10933
10934 if test "x$with_oss" != xno
10935 then
10936     ac_save_CPPFLAGS="$CPPFLAGS"
10937     if test -f /etc/oss.conf
10938     then
10939         . /etc/oss.conf
10940     fi
10941     ac_oss_incl="-I${OSSLIBDIR:-/usr/lib/oss}/include"
10942     CPPFLAGS="$CPPFLAGS $ac_oss_incl"
10943     ac_fn_c_check_header_mongrel "$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
10944 if test "x$ac_cv_header_sys_soundcard_h" = xyes; then :
10945   ac_fn_c_check_member "$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
10946 "
10947 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes; then :
10948
10949 cat >>confdefs.h <<_ACEOF
10950 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
10951 _ACEOF
10952
10953 OSS4INCL="$ac_oss_incl"
10954
10955 fi
10956
10957 fi
10958
10959
10960     CPPFLAGS="$ac_save_CPPFLAGS"
10961     if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
10962     then
10963         as_fn_append wine_notices "|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
10964     fi
10965 fi
10966
10967
10968 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10969 then
10970     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10971 $as_echo_n "checking for -lcapi20... " >&6; }
10972 if ${ac_cv_lib_soname_capi20+:} false; then :
10973   $as_echo_n "(cached) " >&6
10974 else
10975   ac_check_soname_save_LIBS=$LIBS
10976 LIBS="-lcapi20  $LIBS"
10977   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10978 /* end confdefs.h.  */
10979
10980 /* Override any GCC internal prototype to avoid an error.
10981    Use char because int might match the return type of a GCC
10982    builtin and then its argument prototype would still apply.  */
10983 #ifdef __cplusplus
10984 extern "C"
10985 #endif
10986 char capi20_register ();
10987 int
10988 main ()
10989 {
10990 return capi20_register ();
10991   ;
10992   return 0;
10993 }
10994 _ACEOF
10995 if ac_fn_c_try_link "$LINENO"; then :
10996   case "$LIBEXT" in
10997     dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10998     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'` ;;
10999     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
11000   esac
11001 fi
11002 rm -f core conftest.err conftest.$ac_objext \
11003     conftest$ac_exeext conftest.$ac_ext
11004   LIBS=$ac_check_soname_save_LIBS
11005 fi
11006 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
11007   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11008 $as_echo "not found" >&6; }
11009
11010 else
11011   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
11012 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
11013
11014 cat >>confdefs.h <<_ACEOF
11015 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
11016 _ACEOF
11017
11018
11019 fi
11020 fi
11021 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
11022   case "x$with_capi" in
11023   x)   as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
11024   xno) ;;
11025   *)   as_fn_error $? "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
11026 This is an error since --with-capi was requested." "$LINENO" 5 ;;
11027 esac
11028 fi
11029
11030 CUPSINCL=""
11031
11032 if test "x$with_cups" != "xno"
11033 then
11034     ac_save_CPPFLAGS="$CPPFLAGS"
11035     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
11036     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
11037     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
11038     for ac_header in cups/cups.h
11039 do :
11040   ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
11041 if test "x$ac_cv_header_cups_cups_h" = xyes; then :
11042   cat >>confdefs.h <<_ACEOF
11043 #define HAVE_CUPS_CUPS_H 1
11044 _ACEOF
11045  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
11046 $as_echo_n "checking for -lcups... " >&6; }
11047 if ${ac_cv_lib_soname_cups+:} false; then :
11048   $as_echo_n "(cached) " >&6
11049 else
11050   ac_check_soname_save_LIBS=$LIBS
11051 LIBS="-lcups $ac_cups_libs $LIBS"
11052   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11053 /* end confdefs.h.  */
11054
11055 /* Override any GCC internal prototype to avoid an error.
11056    Use char because int might match the return type of a GCC
11057    builtin and then its argument prototype would still apply.  */
11058 #ifdef __cplusplus
11059 extern "C"
11060 #endif
11061 char cupsGetDefault ();
11062 int
11063 main ()
11064 {
11065 return cupsGetDefault ();
11066   ;
11067   return 0;
11068 }
11069 _ACEOF
11070 if ac_fn_c_try_link "$LINENO"; then :
11071   case "$LIBEXT" in
11072     dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11073     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'` ;;
11074     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11075   esac
11076 fi
11077 rm -f core conftest.err conftest.$ac_objext \
11078     conftest$ac_exeext conftest.$ac_ext
11079   LIBS=$ac_check_soname_save_LIBS
11080 fi
11081 if test "x$ac_cv_lib_soname_cups" = "x"; then :
11082   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11083 $as_echo "not found" >&6; }
11084
11085 else
11086   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
11087 $as_echo "$ac_cv_lib_soname_cups" >&6; }
11088
11089 cat >>confdefs.h <<_ACEOF
11090 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
11091 _ACEOF
11092
11093        CUPSINCL="$ac_cups_cflags"
11094 fi
11095 fi
11096
11097 done
11098
11099     CPPFLAGS="$ac_save_CPPFLAGS"
11100 fi
11101 if test "x$ac_cv_lib_soname_cups" = "x"; then :
11102   case "x$with_cups" in
11103   x)   as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
11104   xno) ;;
11105   *)   as_fn_error $? "libcups ${notice_platform}development files not found, CUPS won't be supported.
11106 This is an error since --with-cups was requested." "$LINENO" 5 ;;
11107 esac
11108 fi
11109
11110 if test "$ac_cv_header_jack_jack_h" = "yes"
11111 then
11112     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
11113 $as_echo_n "checking for -ljack... " >&6; }
11114 if ${ac_cv_lib_soname_jack+:} false; then :
11115   $as_echo_n "(cached) " >&6
11116 else
11117   ac_check_soname_save_LIBS=$LIBS
11118 LIBS="-ljack  $LIBS"
11119   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11120 /* end confdefs.h.  */
11121
11122 /* Override any GCC internal prototype to avoid an error.
11123    Use char because int might match the return type of a GCC
11124    builtin and then its argument prototype would still apply.  */
11125 #ifdef __cplusplus
11126 extern "C"
11127 #endif
11128 char jack_client_new ();
11129 int
11130 main ()
11131 {
11132 return jack_client_new ();
11133   ;
11134   return 0;
11135 }
11136 _ACEOF
11137 if ac_fn_c_try_link "$LINENO"; then :
11138   case "$LIBEXT" in
11139     dll) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest.exe | grep "jack" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11140     dylib) ac_cv_lib_soname_jack=`otool -L conftest$ac_exeext | grep "libjack-*[0-9.]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjack-*[0-9.]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11141     *) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjack-*[0-9.]*\\.$LIBEXT" | sed -e "s/^.*\(libjack-*[0-9.]*\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11142   esac
11143 fi
11144 rm -f core conftest.err conftest.$ac_objext \
11145     conftest$ac_exeext conftest.$ac_ext
11146   LIBS=$ac_check_soname_save_LIBS
11147 fi
11148 if test "x$ac_cv_lib_soname_jack" = "x"; then :
11149   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11150 $as_echo "not found" >&6; }
11151
11152 else
11153   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
11154 $as_echo "$ac_cv_lib_soname_jack" >&6; }
11155
11156 cat >>confdefs.h <<_ACEOF
11157 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
11158 _ACEOF
11159
11160
11161 fi
11162 fi
11163
11164 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
11165 then
11166     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
11167 $as_echo_n "checking for -lfontconfig... " >&6; }
11168 if ${ac_cv_lib_soname_fontconfig+:} false; then :
11169   $as_echo_n "(cached) " >&6
11170 else
11171   ac_check_soname_save_LIBS=$LIBS
11172 LIBS="-lfontconfig  $LIBS"
11173   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11174 /* end confdefs.h.  */
11175
11176 /* Override any GCC internal prototype to avoid an error.
11177    Use char because int might match the return type of a GCC
11178    builtin and then its argument prototype would still apply.  */
11179 #ifdef __cplusplus
11180 extern "C"
11181 #endif
11182 char FcInit ();
11183 int
11184 main ()
11185 {
11186 return FcInit ();
11187   ;
11188   return 0;
11189 }
11190 _ACEOF
11191 if ac_fn_c_try_link "$LINENO"; then :
11192   case "$LIBEXT" in
11193     dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11194     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'` ;;
11195     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11196   esac
11197 fi
11198 rm -f core conftest.err conftest.$ac_objext \
11199     conftest$ac_exeext conftest.$ac_ext
11200   LIBS=$ac_check_soname_save_LIBS
11201 fi
11202 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
11203   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11204 $as_echo "not found" >&6; }
11205
11206 else
11207   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
11208 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
11209
11210 cat >>confdefs.h <<_ACEOF
11211 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
11212 _ACEOF
11213
11214
11215 fi
11216 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
11217 then
11218         ac_save_CPPFLAGS="$CPPFLAGS"
11219     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11220     $as_unset ac_cv_header_fontconfig_fontconfig_h
11221     for ac_header in fontconfig/fontconfig.h
11222 do :
11223   ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
11224 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes; then :
11225   cat >>confdefs.h <<_ACEOF
11226 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
11227 _ACEOF
11228
11229 fi
11230
11231 done
11232
11233     CPPFLAGS="$ac_save_CPPFLAGS"
11234     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
11235     then
11236         FONTCONFIGINCL="$X_CFLAGS"
11237
11238         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
11239 $as_echo_n "checking for -lfontconfig... " >&6; }
11240 if ${ac_cv_lib_soname_fontconfig+:} false; then :
11241   $as_echo_n "(cached) " >&6
11242 else
11243   ac_check_soname_save_LIBS=$LIBS
11244 LIBS="-lfontconfig $X_LIBS $LIBS"
11245   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11246 /* end confdefs.h.  */
11247
11248 /* Override any GCC internal prototype to avoid an error.
11249    Use char because int might match the return type of a GCC
11250    builtin and then its argument prototype would still apply.  */
11251 #ifdef __cplusplus
11252 extern "C"
11253 #endif
11254 char FcInit ();
11255 int
11256 main ()
11257 {
11258 return FcInit ();
11259   ;
11260   return 0;
11261 }
11262 _ACEOF
11263 if ac_fn_c_try_link "$LINENO"; then :
11264   case "$LIBEXT" in
11265     dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11266     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'` ;;
11267     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11268   esac
11269 fi
11270 rm -f core conftest.err conftest.$ac_objext \
11271     conftest$ac_exeext conftest.$ac_ext
11272   LIBS=$ac_check_soname_save_LIBS
11273 fi
11274 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
11275   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11276 $as_echo "not found" >&6; }
11277
11278 else
11279   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
11280 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
11281
11282 cat >>confdefs.h <<_ACEOF
11283 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
11284 _ACEOF
11285
11286
11287 fi
11288     fi
11289 fi
11290 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
11291   case "x$with_fontconfig" in
11292   x)   as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
11293   xno) ;;
11294   *)   as_fn_error $? "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
11295 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
11296 esac
11297 fi
11298
11299 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
11300 then
11301     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
11302 $as_echo_n "checking for -lssl... " >&6; }
11303 if ${ac_cv_lib_soname_ssl+:} false; then :
11304   $as_echo_n "(cached) " >&6
11305 else
11306   ac_check_soname_save_LIBS=$LIBS
11307 LIBS="-lssl  $LIBS"
11308   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11309 /* end confdefs.h.  */
11310
11311 /* Override any GCC internal prototype to avoid an error.
11312    Use char because int might match the return type of a GCC
11313    builtin and then its argument prototype would still apply.  */
11314 #ifdef __cplusplus
11315 extern "C"
11316 #endif
11317 char SSL_library_init ();
11318 int
11319 main ()
11320 {
11321 return SSL_library_init ();
11322   ;
11323   return 0;
11324 }
11325 _ACEOF
11326 if ac_fn_c_try_link "$LINENO"; then :
11327   case "$LIBEXT" in
11328     dll) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest.exe | grep "ssl" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11329     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'` ;;
11330     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11331   esac
11332 fi
11333 rm -f core conftest.err conftest.$ac_objext \
11334     conftest$ac_exeext conftest.$ac_ext
11335   LIBS=$ac_check_soname_save_LIBS
11336 fi
11337 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
11338   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11339 $as_echo "not found" >&6; }
11340
11341 else
11342   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
11343 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
11344
11345 cat >>confdefs.h <<_ACEOF
11346 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
11347 _ACEOF
11348
11349
11350 fi
11351     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
11352 $as_echo_n "checking for -lcrypto... " >&6; }
11353 if ${ac_cv_lib_soname_crypto+:} false; then :
11354   $as_echo_n "(cached) " >&6
11355 else
11356   ac_check_soname_save_LIBS=$LIBS
11357 LIBS="-lcrypto  $LIBS"
11358   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11359 /* end confdefs.h.  */
11360
11361 /* Override any GCC internal prototype to avoid an error.
11362    Use char because int might match the return type of a GCC
11363    builtin and then its argument prototype would still apply.  */
11364 #ifdef __cplusplus
11365 extern "C"
11366 #endif
11367 char BIO_new_socket ();
11368 int
11369 main ()
11370 {
11371 return BIO_new_socket ();
11372   ;
11373   return 0;
11374 }
11375 _ACEOF
11376 if ac_fn_c_try_link "$LINENO"; then :
11377   case "$LIBEXT" in
11378     dll) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest.exe | grep "crypto" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11379     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'` ;;
11380     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
11381   esac
11382 fi
11383 rm -f core conftest.err conftest.$ac_objext \
11384     conftest$ac_exeext conftest.$ac_ext
11385   LIBS=$ac_check_soname_save_LIBS
11386 fi
11387 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
11388   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11389 $as_echo "not found" >&6; }
11390
11391 else
11392   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
11393 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
11394
11395 cat >>confdefs.h <<_ACEOF
11396 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
11397 _ACEOF
11398
11399
11400 fi
11401 fi
11402 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
11403   case "x$with_openssl" in
11404   x)   as_fn_append wine_warnings "|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
11405   xno) ;;
11406   *)   as_fn_error $? "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
11407 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
11408 esac
11409 fi
11410
11411 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
11412 then
11413     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
11414 $as_echo_n "checking for -lgsm... " >&6; }
11415 if ${ac_cv_lib_soname_gsm+:} false; then :
11416   $as_echo_n "(cached) " >&6
11417 else
11418   ac_check_soname_save_LIBS=$LIBS
11419 LIBS="-lgsm  $LIBS"
11420   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11421 /* end confdefs.h.  */
11422
11423 /* Override any GCC internal prototype to avoid an error.
11424    Use char because int might match the return type of a GCC
11425    builtin and then its argument prototype would still apply.  */
11426 #ifdef __cplusplus
11427 extern "C"
11428 #endif
11429 char gsm_create ();
11430 int
11431 main ()
11432 {
11433 return gsm_create ();
11434   ;
11435   return 0;
11436 }
11437 _ACEOF
11438 if ac_fn_c_try_link "$LINENO"; then :
11439   case "$LIBEXT" in
11440     dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11441     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'` ;;
11442     *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11443   esac
11444 fi
11445 rm -f core conftest.err conftest.$ac_objext \
11446     conftest$ac_exeext conftest.$ac_ext
11447   LIBS=$ac_check_soname_save_LIBS
11448 fi
11449 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11450   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11451 $as_echo "not found" >&6; }
11452
11453 else
11454   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
11455 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
11456
11457 cat >>confdefs.h <<_ACEOF
11458 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
11459 _ACEOF
11460
11461
11462 fi
11463 fi
11464 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11465   case "x$with_gsm" in
11466   x)   as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
11467   xno) ;;
11468   *)   as_fn_error $? "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
11469 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
11470 esac
11471 fi
11472
11473 if test "$ac_cv_header_jpeglib_h" = "yes"
11474 then
11475     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
11476 $as_echo_n "checking for -ljpeg... " >&6; }
11477 if ${ac_cv_lib_soname_jpeg+:} false; then :
11478   $as_echo_n "(cached) " >&6
11479 else
11480   ac_check_soname_save_LIBS=$LIBS
11481 LIBS="-ljpeg  $LIBS"
11482   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11483 /* end confdefs.h.  */
11484
11485 /* Override any GCC internal prototype to avoid an error.
11486    Use char because int might match the return type of a GCC
11487    builtin and then its argument prototype would still apply.  */
11488 #ifdef __cplusplus
11489 extern "C"
11490 #endif
11491 char jpeg_start_decompress ();
11492 int
11493 main ()
11494 {
11495 return jpeg_start_decompress ();
11496   ;
11497   return 0;
11498 }
11499 _ACEOF
11500 if ac_fn_c_try_link "$LINENO"; then :
11501   case "$LIBEXT" in
11502     dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11503     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'` ;;
11504     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11505   esac
11506 fi
11507 rm -f core conftest.err conftest.$ac_objext \
11508     conftest$ac_exeext conftest.$ac_ext
11509   LIBS=$ac_check_soname_save_LIBS
11510 fi
11511 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11512   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11513 $as_echo "not found" >&6; }
11514
11515 else
11516   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
11517 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
11518
11519 cat >>confdefs.h <<_ACEOF
11520 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11521 _ACEOF
11522
11523
11524 fi
11525 fi
11526 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11527   case "x$with_jpeg" in
11528   x)   as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11529   xno) ;;
11530   *)   as_fn_error $? "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11531 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11532 esac
11533 fi
11534
11535 if test "$ac_cv_header_png_h" = "yes"
11536 then
11537     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11538 $as_echo_n "checking for -lpng... " >&6; }
11539 if ${ac_cv_lib_soname_png+:} false; then :
11540   $as_echo_n "(cached) " >&6
11541 else
11542   ac_check_soname_save_LIBS=$LIBS
11543 LIBS="-lpng -lm -lz $LIBS"
11544   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11545 /* end confdefs.h.  */
11546
11547 /* Override any GCC internal prototype to avoid an error.
11548    Use char because int might match the return type of a GCC
11549    builtin and then its argument prototype would still apply.  */
11550 #ifdef __cplusplus
11551 extern "C"
11552 #endif
11553 char png_create_read_struct ();
11554 int
11555 main ()
11556 {
11557 return png_create_read_struct ();
11558   ;
11559   return 0;
11560 }
11561 _ACEOF
11562 if ac_fn_c_try_link "$LINENO"; then :
11563   case "$LIBEXT" in
11564     dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11565     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'` ;;
11566     *) 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'` ;;
11567   esac
11568 fi
11569 rm -f core conftest.err conftest.$ac_objext \
11570     conftest$ac_exeext conftest.$ac_ext
11571   LIBS=$ac_check_soname_save_LIBS
11572 fi
11573 if test "x$ac_cv_lib_soname_png" = "x"; then :
11574   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11575 $as_echo "not found" >&6; }
11576
11577 else
11578   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11579 $as_echo "$ac_cv_lib_soname_png" >&6; }
11580
11581 cat >>confdefs.h <<_ACEOF
11582 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11583 _ACEOF
11584
11585
11586 fi
11587     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11588 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11589 if ${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+:} false; then :
11590   $as_echo_n "(cached) " >&6
11591 else
11592   ac_check_lib_save_LIBS=$LIBS
11593 LIBS="-lpng -lm -lz $LIBS"
11594 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11595 /* end confdefs.h.  */
11596
11597 /* Override any GCC internal prototype to avoid an error.
11598    Use char because int might match the return type of a GCC
11599    builtin and then its argument prototype would still apply.  */
11600 #ifdef __cplusplus
11601 extern "C"
11602 #endif
11603 char png_set_expand_gray_1_2_4_to_8 ();
11604 int
11605 main ()
11606 {
11607 return png_set_expand_gray_1_2_4_to_8 ();
11608   ;
11609   return 0;
11610 }
11611 _ACEOF
11612 if ac_fn_c_try_link "$LINENO"; then :
11613   ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11614 else
11615   ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11616 fi
11617 rm -f core conftest.err conftest.$ac_objext \
11618     conftest$ac_exeext conftest.$ac_ext
11619 LIBS=$ac_check_lib_save_LIBS
11620 fi
11621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11622 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11623 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = xyes; then :
11624
11625 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11626
11627
11628 fi
11629
11630 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11631 then
11632         ac_save_CPPFLAGS="$CPPFLAGS"
11633     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11634     $as_unset ac_cv_header_png_h
11635     for ac_header in png.h
11636 do :
11637   ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11638 if test "x$ac_cv_header_png_h" = xyes; then :
11639   cat >>confdefs.h <<_ACEOF
11640 #define HAVE_PNG_H 1
11641 _ACEOF
11642
11643 fi
11644
11645 done
11646
11647     CPPFLAGS="$ac_save_CPPFLAGS"
11648     if test "$ac_cv_header_png_h" = "yes"
11649     then
11650         PNGINCL="$X_CFLAGS"
11651
11652         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11653 $as_echo_n "checking for -lpng... " >&6; }
11654 if ${ac_cv_lib_soname_png+:} false; then :
11655   $as_echo_n "(cached) " >&6
11656 else
11657   ac_check_soname_save_LIBS=$LIBS
11658 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11659   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11660 /* end confdefs.h.  */
11661
11662 /* Override any GCC internal prototype to avoid an error.
11663    Use char because int might match the return type of a GCC
11664    builtin and then its argument prototype would still apply.  */
11665 #ifdef __cplusplus
11666 extern "C"
11667 #endif
11668 char png_create_read_struct ();
11669 int
11670 main ()
11671 {
11672 return png_create_read_struct ();
11673   ;
11674   return 0;
11675 }
11676 _ACEOF
11677 if ac_fn_c_try_link "$LINENO"; then :
11678   case "$LIBEXT" in
11679     dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11680     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'` ;;
11681     *) 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'` ;;
11682   esac
11683 fi
11684 rm -f core conftest.err conftest.$ac_objext \
11685     conftest$ac_exeext conftest.$ac_ext
11686   LIBS=$ac_check_soname_save_LIBS
11687 fi
11688 if test "x$ac_cv_lib_soname_png" = "x"; then :
11689   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11690 $as_echo "not found" >&6; }
11691
11692 else
11693   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11694 $as_echo "$ac_cv_lib_soname_png" >&6; }
11695
11696 cat >>confdefs.h <<_ACEOF
11697 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11698 _ACEOF
11699
11700
11701 fi
11702         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11703 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11704 if ${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+:} false; then :
11705   $as_echo_n "(cached) " >&6
11706 else
11707   ac_check_lib_save_LIBS=$LIBS
11708 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11710 /* end confdefs.h.  */
11711
11712 /* Override any GCC internal prototype to avoid an error.
11713    Use char because int might match the return type of a GCC
11714    builtin and then its argument prototype would still apply.  */
11715 #ifdef __cplusplus
11716 extern "C"
11717 #endif
11718 char png_set_expand_gray_1_2_4_to_8 ();
11719 int
11720 main ()
11721 {
11722 return png_set_expand_gray_1_2_4_to_8 ();
11723   ;
11724   return 0;
11725 }
11726 _ACEOF
11727 if ac_fn_c_try_link "$LINENO"; then :
11728   ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11729 else
11730   ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11731 fi
11732 rm -f core conftest.err conftest.$ac_objext \
11733     conftest$ac_exeext conftest.$ac_ext
11734 LIBS=$ac_check_lib_save_LIBS
11735 fi
11736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11737 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11738 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = xyes; then :
11739   $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11740
11741 fi
11742
11743     fi
11744 fi
11745 if test "x$ac_cv_lib_soname_png" = "x"; then :
11746   case "x$with_png" in
11747   x)   as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11748   xno) ;;
11749   *)   as_fn_error $? "libpng ${notice_platform}development files not found, PNG won't be supported.
11750 This is an error since --with-png was requested." "$LINENO" 5 ;;
11751 esac
11752 fi
11753
11754 if test "$ac_cv_header_tiffio_h" = "yes"
11755 then
11756     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
11757 $as_echo_n "checking for -ltiff... " >&6; }
11758 if ${ac_cv_lib_soname_tiff+:} false; then :
11759   $as_echo_n "(cached) " >&6
11760 else
11761   ac_check_soname_save_LIBS=$LIBS
11762 LIBS="-ltiff  $LIBS"
11763   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11764 /* end confdefs.h.  */
11765
11766 /* Override any GCC internal prototype to avoid an error.
11767    Use char because int might match the return type of a GCC
11768    builtin and then its argument prototype would still apply.  */
11769 #ifdef __cplusplus
11770 extern "C"
11771 #endif
11772 char TIFFClientOpen ();
11773 int
11774 main ()
11775 {
11776 return TIFFClientOpen ();
11777   ;
11778   return 0;
11779 }
11780 _ACEOF
11781 if ac_fn_c_try_link "$LINENO"; then :
11782   case "$LIBEXT" in
11783     dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11784     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'` ;;
11785     *) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11786   esac
11787 fi
11788 rm -f core conftest.err conftest.$ac_objext \
11789     conftest$ac_exeext conftest.$ac_ext
11790   LIBS=$ac_check_soname_save_LIBS
11791 fi
11792 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11793   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11794 $as_echo "not found" >&6; }
11795
11796 else
11797   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
11798 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
11799
11800 cat >>confdefs.h <<_ACEOF
11801 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
11802 _ACEOF
11803
11804
11805 fi
11806 fi
11807 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11808   case "x$with_tiff" in
11809   x)   as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
11810   xno) ;;
11811   *)   as_fn_error $? "libtiff ${notice_platform}development files not found, TIFF won't be supported.
11812 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
11813 esac
11814 fi
11815
11816 if test "$ac_cv_header_mpg123_h" = "yes"
11817 then
11818     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11819 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11820 if ${ac_cv_lib_mpg123_mpg123_feed+:} false; then :
11821   $as_echo_n "(cached) " >&6
11822 else
11823   ac_check_lib_save_LIBS=$LIBS
11824 LIBS="-lmpg123  $LIBS"
11825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11826 /* end confdefs.h.  */
11827
11828 /* Override any GCC internal prototype to avoid an error.
11829    Use char because int might match the return type of a GCC
11830    builtin and then its argument prototype would still apply.  */
11831 #ifdef __cplusplus
11832 extern "C"
11833 #endif
11834 char mpg123_feed ();
11835 int
11836 main ()
11837 {
11838 return mpg123_feed ();
11839   ;
11840   return 0;
11841 }
11842 _ACEOF
11843 if ac_fn_c_try_link "$LINENO"; then :
11844   ac_cv_lib_mpg123_mpg123_feed=yes
11845 else
11846   ac_cv_lib_mpg123_mpg123_feed=no
11847 fi
11848 rm -f core conftest.err conftest.$ac_objext \
11849     conftest$ac_exeext conftest.$ac_ext
11850 LIBS=$ac_check_lib_save_LIBS
11851 fi
11852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11853 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11854 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes; then :
11855   LIBMPG123="-lmpg123"
11856
11857 fi
11858
11859 fi
11860 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
11861   case "x$with_mpg123" in
11862   x)   as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11863   xno) ;;
11864   *)   as_fn_error $? "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11865 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11866 esac
11867 fi
11868 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}
11869
11870 if test "$ac_cv_header_AL_al_h" = "yes"
11871 then
11872     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
11873 $as_echo_n "checking for -lopenal... " >&6; }
11874 if ${ac_cv_lib_soname_openal+:} false; then :
11875   $as_echo_n "(cached) " >&6
11876 else
11877   ac_check_soname_save_LIBS=$LIBS
11878 LIBS="-lopenal  $LIBS"
11879   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11880 /* end confdefs.h.  */
11881
11882 /* Override any GCC internal prototype to avoid an error.
11883    Use char because int might match the return type of a GCC
11884    builtin and then its argument prototype would still apply.  */
11885 #ifdef __cplusplus
11886 extern "C"
11887 #endif
11888 char alGetSource3i ();
11889 int
11890 main ()
11891 {
11892 return alGetSource3i ();
11893   ;
11894   return 0;
11895 }
11896 _ACEOF
11897 if ac_fn_c_try_link "$LINENO"; then :
11898   case "$LIBEXT" in
11899     dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11900     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'` ;;
11901     *) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
11902   esac
11903 fi
11904 rm -f core conftest.err conftest.$ac_objext \
11905     conftest$ac_exeext conftest.$ac_ext
11906   LIBS=$ac_check_soname_save_LIBS
11907 fi
11908 if test "x$ac_cv_lib_soname_openal" = "x"; then :
11909   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11910 $as_echo "not found" >&6; }
11911
11912 else
11913   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
11914 $as_echo "$ac_cv_lib_soname_openal" >&6; }
11915
11916 cat >>confdefs.h <<_ACEOF
11917 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
11918 _ACEOF
11919
11920        LIBOPENAL="-lopenal"
11921
11922                       ac_cv_lib_openal=yes
11923
11924 cat >>confdefs.h <<_ACEOF
11925 #define HAVE_OPENAL 1
11926 _ACEOF
11927
11928 fi
11929 fi
11930 if test "x$ac_cv_lib_openal" != xyes; then :
11931   case "x$with_openal" in
11932   x)   as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11933   xno) ;;
11934   *)   as_fn_error $? "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11935 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11936 esac
11937 fi
11938 test "x$ac_cv_lib_openal" = xyes || enable_openal32=${enable_openal32:-no}
11939
11940 if test "$ac_cv_header_kstat_h" = "yes"
11941 then
11942     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11943 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11944 if ${ac_cv_lib_kstat_kstat_open+:} false; then :
11945   $as_echo_n "(cached) " >&6
11946 else
11947   ac_check_lib_save_LIBS=$LIBS
11948 LIBS="-lkstat  $LIBS"
11949 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11950 /* end confdefs.h.  */
11951
11952 /* Override any GCC internal prototype to avoid an error.
11953    Use char because int might match the return type of a GCC
11954    builtin and then its argument prototype would still apply.  */
11955 #ifdef __cplusplus
11956 extern "C"
11957 #endif
11958 char kstat_open ();
11959 int
11960 main ()
11961 {
11962 return kstat_open ();
11963   ;
11964   return 0;
11965 }
11966 _ACEOF
11967 if ac_fn_c_try_link "$LINENO"; then :
11968   ac_cv_lib_kstat_kstat_open=yes
11969 else
11970   ac_cv_lib_kstat_kstat_open=no
11971 fi
11972 rm -f core conftest.err conftest.$ac_objext \
11973     conftest$ac_exeext conftest.$ac_ext
11974 LIBS=$ac_check_lib_save_LIBS
11975 fi
11976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11977 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11978 if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then :
11979
11980 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11981
11982                   LIBKSTAT="-lkstat"
11983
11984 fi
11985
11986 fi
11987
11988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11989 $as_echo_n "checking for -lodbc... " >&6; }
11990 if ${ac_cv_lib_soname_odbc+:} false; then :
11991   $as_echo_n "(cached) " >&6
11992 else
11993   ac_check_soname_save_LIBS=$LIBS
11994 LIBS="-lodbc  $LIBS"
11995   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11996 /* end confdefs.h.  */
11997
11998 /* Override any GCC internal prototype to avoid an error.
11999    Use char because int might match the return type of a GCC
12000    builtin and then its argument prototype would still apply.  */
12001 #ifdef __cplusplus
12002 extern "C"
12003 #endif
12004 char SQLConnect ();
12005 int
12006 main ()
12007 {
12008 return SQLConnect ();
12009   ;
12010   return 0;
12011 }
12012 _ACEOF
12013 if ac_fn_c_try_link "$LINENO"; then :
12014   case "$LIBEXT" in
12015     dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12016     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'` ;;
12017     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
12018   esac
12019 fi
12020 rm -f core conftest.err conftest.$ac_objext \
12021     conftest$ac_exeext conftest.$ac_ext
12022   LIBS=$ac_check_soname_save_LIBS
12023 fi
12024 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
12025   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12026 $as_echo "not found" >&6; }
12027        cat >>confdefs.h <<_ACEOF
12028 #define SONAME_LIBODBC "libodbc.$LIBEXT"
12029 _ACEOF
12030
12031 else
12032   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
12033 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
12034
12035 cat >>confdefs.h <<_ACEOF
12036 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
12037 _ACEOF
12038
12039
12040 fi
12041
12042 test -n "$ALSALIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
12043 test -n "$COREAUDIO" || enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
12044 test -n "$NASLIBS" || enable_winenas_drv=${enable_winenas_drv:-no}
12045 test -n "$ESDLIBS" || enable_wineesd_drv=${enable_wineesd_drv:-no}
12046 test -n "$ac_cv_lib_soname_jack" || enable_winejack_drv=${enable_winejack_drv:-no}
12047 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv=${enable_wineoss_drv:-no}
12048 test "$ac_cv_header_linux_joystick_h" = "yes" || enable_winejoystick_drv=${enable_winejoystick_drv:-no}
12049
12050 if test "x$ALSALIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
12051         "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes -a \
12052         "x$with_alsa$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnononononono
12053 then
12054     as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
12055 fi
12056
12057
12058 EXTRACFLAGS=""
12059
12060 if test "x${GCC}" = "xyes"
12061 then
12062   EXTRACFLAGS="-Wall -pipe"
12063
12064     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
12065 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
12066 if ${ac_cv_c_gcc_strength_bug+:} false; then :
12067   $as_echo_n "(cached) " >&6
12068 else
12069   if test "$cross_compiling" = yes; then :
12070   ac_cv_c_gcc_strength_bug="yes"
12071 else
12072   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12073 /* end confdefs.h.  */
12074 int L[4] = {0,1,2,3};
12075 int
12076 main ()
12077 {
12078 static int Array[3];
12079   unsigned int B = 3;
12080   int i;
12081   for(i=0; i<B; i++) Array[i] = i - 3;
12082   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
12083   L[i] = 4;
12084   return (Array[1] != -2 || L[2] != 3)
12085   ;
12086   return 0;
12087 }
12088 _ACEOF
12089 if ac_fn_c_try_run "$LINENO"; then :
12090   ac_cv_c_gcc_strength_bug="no"
12091 else
12092   ac_cv_c_gcc_strength_bug="yes"
12093 fi
12094 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12095   conftest.$ac_objext conftest.beam conftest.$ac_ext
12096 fi
12097
12098 fi
12099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
12100 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
12101   if test "$ac_cv_c_gcc_strength_bug" = "yes"
12102   then
12103     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
12104   fi
12105
12106     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
12107 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
12108 if ${ac_cv_cflags__fno_builtin+:} false; then :
12109   $as_echo_n "(cached) " >&6
12110 else
12111   ac_wine_try_cflags_saved=$CFLAGS
12112 CFLAGS="$CFLAGS -fno-builtin"
12113 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12114 /* end confdefs.h.  */
12115 int main(int argc, char **argv) { return 0; }
12116 _ACEOF
12117 if ac_fn_c_try_link "$LINENO"; then :
12118   ac_cv_cflags__fno_builtin=yes
12119 else
12120   ac_cv_cflags__fno_builtin=no
12121 fi
12122 rm -f core conftest.err conftest.$ac_objext \
12123     conftest$ac_exeext conftest.$ac_ext
12124 CFLAGS=$ac_wine_try_cflags_saved
12125 fi
12126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
12127 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
12128 if test $ac_cv_cflags__fno_builtin = yes; then :
12129   BUILTINFLAG="-fno-builtin"
12130
12131 fi
12132   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
12133 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
12134 if ${ac_cv_cflags__fno_strict_aliasing+:} false; then :
12135   $as_echo_n "(cached) " >&6
12136 else
12137   ac_wine_try_cflags_saved=$CFLAGS
12138 CFLAGS="$CFLAGS -fno-strict-aliasing"
12139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12140 /* end confdefs.h.  */
12141 int main(int argc, char **argv) { return 0; }
12142 _ACEOF
12143 if ac_fn_c_try_link "$LINENO"; then :
12144   ac_cv_cflags__fno_strict_aliasing=yes
12145 else
12146   ac_cv_cflags__fno_strict_aliasing=no
12147 fi
12148 rm -f core conftest.err conftest.$ac_objext \
12149     conftest$ac_exeext conftest.$ac_ext
12150 CFLAGS=$ac_wine_try_cflags_saved
12151 fi
12152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
12153 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
12154 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
12155   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
12156 fi
12157   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
12158 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
12159 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false; then :
12160   $as_echo_n "(cached) " >&6
12161 else
12162   ac_wine_try_cflags_saved=$CFLAGS
12163 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
12164 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12165 /* end confdefs.h.  */
12166 int main(int argc, char **argv) { return 0; }
12167 _ACEOF
12168 if ac_fn_c_try_link "$LINENO"; then :
12169   ac_cv_cflags__Wdeclaration_after_statement=yes
12170 else
12171   ac_cv_cflags__Wdeclaration_after_statement=no
12172 fi
12173 rm -f core conftest.err conftest.$ac_objext \
12174     conftest$ac_exeext conftest.$ac_ext
12175 CFLAGS=$ac_wine_try_cflags_saved
12176 fi
12177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
12178 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
12179 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
12180   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
12181 fi
12182   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
12183 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
12184 if ${ac_cv_cflags__Wempty_body+:} false; then :
12185   $as_echo_n "(cached) " >&6
12186 else
12187   ac_wine_try_cflags_saved=$CFLAGS
12188 CFLAGS="$CFLAGS -Wempty-body"
12189 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12190 /* end confdefs.h.  */
12191 int main(int argc, char **argv) { return 0; }
12192 _ACEOF
12193 if ac_fn_c_try_link "$LINENO"; then :
12194   ac_cv_cflags__Wempty_body=yes
12195 else
12196   ac_cv_cflags__Wempty_body=no
12197 fi
12198 rm -f core conftest.err conftest.$ac_objext \
12199     conftest$ac_exeext conftest.$ac_ext
12200 CFLAGS=$ac_wine_try_cflags_saved
12201 fi
12202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
12203 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
12204 if test $ac_cv_cflags__Wempty_body = yes; then :
12205   EXTRACFLAGS="$EXTRACFLAGS -Wempty-body"
12206 fi
12207   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
12208 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
12209 if ${ac_cv_cflags__Wstrict_prototypes+:} false; then :
12210   $as_echo_n "(cached) " >&6
12211 else
12212   ac_wine_try_cflags_saved=$CFLAGS
12213 CFLAGS="$CFLAGS -Wstrict-prototypes"
12214 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12215 /* end confdefs.h.  */
12216 int main(int argc, char **argv) { return 0; }
12217 _ACEOF
12218 if ac_fn_c_try_link "$LINENO"; then :
12219   ac_cv_cflags__Wstrict_prototypes=yes
12220 else
12221   ac_cv_cflags__Wstrict_prototypes=no
12222 fi
12223 rm -f core conftest.err conftest.$ac_objext \
12224     conftest$ac_exeext conftest.$ac_ext
12225 CFLAGS=$ac_wine_try_cflags_saved
12226 fi
12227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
12228 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
12229 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
12230   EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
12231 fi
12232   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
12233 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
12234 if ${ac_cv_cflags__Wtype_limits+:} false; then :
12235   $as_echo_n "(cached) " >&6
12236 else
12237   ac_wine_try_cflags_saved=$CFLAGS
12238 CFLAGS="$CFLAGS -Wtype-limits"
12239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12240 /* end confdefs.h.  */
12241 int main(int argc, char **argv) { return 0; }
12242 _ACEOF
12243 if ac_fn_c_try_link "$LINENO"; then :
12244   ac_cv_cflags__Wtype_limits=yes
12245 else
12246   ac_cv_cflags__Wtype_limits=no
12247 fi
12248 rm -f core conftest.err conftest.$ac_objext \
12249     conftest$ac_exeext conftest.$ac_ext
12250 CFLAGS=$ac_wine_try_cflags_saved
12251 fi
12252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
12253 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
12254 if test $ac_cv_cflags__Wtype_limits = yes; then :
12255   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
12256 fi
12257   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
12258 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
12259 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false; then :
12260   $as_echo_n "(cached) " >&6
12261 else
12262   ac_wine_try_cflags_saved=$CFLAGS
12263 CFLAGS="$CFLAGS -Wunused-but-set-parameter"
12264 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12265 /* end confdefs.h.  */
12266 int main(int argc, char **argv) { return 0; }
12267 _ACEOF
12268 if ac_fn_c_try_link "$LINENO"; then :
12269   ac_cv_cflags__Wunused_but_set_parameter=yes
12270 else
12271   ac_cv_cflags__Wunused_but_set_parameter=no
12272 fi
12273 rm -f core conftest.err conftest.$ac_objext \
12274     conftest$ac_exeext conftest.$ac_ext
12275 CFLAGS=$ac_wine_try_cflags_saved
12276 fi
12277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
12278 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
12279 if test $ac_cv_cflags__Wunused_but_set_parameter = yes; then :
12280   EXTRACFLAGS="$EXTRACFLAGS -Wunused-but-set-parameter"
12281 fi
12282   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
12283 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
12284 if ${ac_cv_cflags__Wwrite_strings+:} false; then :
12285   $as_echo_n "(cached) " >&6
12286 else
12287   ac_wine_try_cflags_saved=$CFLAGS
12288 CFLAGS="$CFLAGS -Wwrite-strings"
12289 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12290 /* end confdefs.h.  */
12291 int main(int argc, char **argv) { return 0; }
12292 _ACEOF
12293 if ac_fn_c_try_link "$LINENO"; then :
12294   ac_cv_cflags__Wwrite_strings=yes
12295 else
12296   ac_cv_cflags__Wwrite_strings=no
12297 fi
12298 rm -f core conftest.err conftest.$ac_objext \
12299     conftest$ac_exeext conftest.$ac_ext
12300 CFLAGS=$ac_wine_try_cflags_saved
12301 fi
12302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
12303 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
12304 if test $ac_cv_cflags__Wwrite_strings = yes; then :
12305   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
12306 fi
12307
12308     saved_CFLAGS="$CFLAGS"
12309   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
12310   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
12311 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
12312 if ${ac_cv_c_string_h_warnings+:} false; then :
12313   $as_echo_n "(cached) " >&6
12314 else
12315   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12316 /* end confdefs.h.  */
12317 #include <string.h>
12318 int
12319 main ()
12320 {
12321
12322   ;
12323   return 0;
12324 }
12325 _ACEOF
12326 if ac_fn_c_try_compile "$LINENO"; then :
12327   ac_cv_c_string_h_warnings=no
12328 else
12329   ac_cv_c_string_h_warnings=yes
12330 fi
12331 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12332 fi
12333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
12334 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
12335   CFLAGS="$saved_CFLAGS"
12336   if test "$ac_cv_c_string_h_warnings" = "no"
12337   then
12338     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
12339   fi
12340
12341     saved_CFLAGS="$CFLAGS"
12342   CFLAGS="$CFLAGS -Wlogical-op -Werror"
12343   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
12344 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
12345 if ${ac_cv_c_logicalop_noisy+:} false; then :
12346   $as_echo_n "(cached) " >&6
12347 else
12348   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12349 /* end confdefs.h.  */
12350 #include <string.h>
12351 int
12352 main ()
12353 {
12354 char*f(const char *h,char n) {return strchr(h,n);}
12355   ;
12356   return 0;
12357 }
12358 _ACEOF
12359 if ac_fn_c_try_compile "$LINENO"; then :
12360   ac_cv_c_logicalop_noisy=no
12361 else
12362   ac_cv_c_logicalop_noisy=yes
12363 fi
12364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12365 fi
12366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
12367 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
12368   CFLAGS="$saved_CFLAGS"
12369   if test "$ac_cv_c_logicalop_noisy" = "no"
12370   then
12371     EXTRACFLAGS="$EXTRACFLAGS -Wlogical-op"
12372   fi
12373
12374     if test "x$enable_maintainer_mode" = "xyes"
12375   then
12376       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
12377 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
12378 if ${ac_cv_cflags__Werror+:} false; then :
12379   $as_echo_n "(cached) " >&6
12380 else
12381   ac_wine_try_cflags_saved=$CFLAGS
12382 CFLAGS="$CFLAGS -Werror"
12383 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12384 /* end confdefs.h.  */
12385 int main(int argc, char **argv) { return 0; }
12386 _ACEOF
12387 if ac_fn_c_try_link "$LINENO"; then :
12388   ac_cv_cflags__Werror=yes
12389 else
12390   ac_cv_cflags__Werror=no
12391 fi
12392 rm -f core conftest.err conftest.$ac_objext \
12393     conftest$ac_exeext conftest.$ac_ext
12394 CFLAGS=$ac_wine_try_cflags_saved
12395 fi
12396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
12397 $as_echo "$ac_cv_cflags__Werror" >&6; }
12398 if test $ac_cv_cflags__Werror = yes; then :
12399   EXTRACFLAGS="$EXTRACFLAGS -Werror"
12400 fi
12401   fi
12402
12403     saved_CFLAGS="$CFLAGS"
12404   CFLAGS="$CFLAGS -Werror"
12405   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
12406 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
12407 if ${ac_cv_have_ms_hook_prologue+:} false; then :
12408   $as_echo_n "(cached) " >&6
12409 else
12410   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12411 /* end confdefs.h.  */
12412 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
12413 int
12414 main ()
12415 {
12416
12417   ;
12418   return 0;
12419 }
12420 _ACEOF
12421 if ac_fn_c_try_compile "$LINENO"; then :
12422   ac_cv_have_ms_hook_prologue="yes"
12423 else
12424   ac_cv_have_ms_hook_prologue="no"
12425 fi
12426 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12427 fi
12428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
12429 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
12430   CFLAGS="$saved_CFLAGS"
12431   if test "$ac_cv_have_ms_hook_prologue" = "yes"
12432   then
12433
12434 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
12435
12436   else
12437       $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
12438
12439   fi
12440 fi
12441
12442
12443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
12444 $as_echo_n "checking for the need to disable Fortify... " >&6; }
12445 if ${ac_cv_c_fortify_enabled+:} false; then :
12446   $as_echo_n "(cached) " >&6
12447 else
12448   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12449 /* end confdefs.h.  */
12450 #include <string.h>
12451 int
12452 main ()
12453 {
12454 #if defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0
12455 #error Fortify enabled
12456 #endif
12457   ;
12458   return 0;
12459 }
12460 _ACEOF
12461 if ac_fn_c_try_compile "$LINENO"; then :
12462   ac_cv_c_fortify_enabled=no
12463 else
12464   ac_cv_c_fortify_enabled=yes
12465 fi
12466 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12467 fi
12468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
12469 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
12470 if test "$ac_cv_c_fortify_enabled" = yes
12471 then
12472     CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
12473 fi
12474
12475
12476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
12477 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
12478 if ${ac_cv_c_extern_prefix+:} false; then :
12479   $as_echo_n "(cached) " >&6
12480 else
12481   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12482 /* end confdefs.h.  */
12483 extern int ac_test;
12484 int
12485 main ()
12486 {
12487 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
12488   ;
12489   return 0;
12490 }
12491 _ACEOF
12492 if ac_fn_c_try_link "$LINENO"; then :
12493   ac_cv_c_extern_prefix="yes"
12494 else
12495   ac_cv_c_extern_prefix="no"
12496 fi
12497 rm -f core conftest.err conftest.$ac_objext \
12498     conftest$ac_exeext conftest.$ac_ext
12499 fi
12500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
12501 $as_echo "$ac_cv_c_extern_prefix" >&6; }
12502
12503 case $host_cpu in
12504   *i[3456789]86*)
12505     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
12506 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
12507 if ${ac_cv_c_stdcall_suffix+:} false; then :
12508   $as_echo_n "(cached) " >&6
12509 else
12510   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12511 /* end confdefs.h.  */
12512 #ifndef _MSC_VER
12513 #define __stdcall __attribute__((__stdcall__))
12514 #endif
12515 int __stdcall ac_test(int i) { return i; }
12516 int
12517 main ()
12518 {
12519 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
12520   ;
12521   return 0;
12522 }
12523 _ACEOF
12524 if ac_fn_c_try_link "$LINENO"; then :
12525   ac_cv_c_stdcall_suffix="yes"
12526 else
12527   ac_cv_c_stdcall_suffix="no"
12528 fi
12529 rm -f core conftest.err conftest.$ac_objext \
12530     conftest$ac_exeext conftest.$ac_ext
12531 fi
12532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
12533 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
12534   *) ac_cv_c_stdcall_suffix="no" ;;
12535 esac
12536
12537
12538 if test "$ac_cv_c_extern_prefix" = "yes"
12539 then
12540     $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
12541
12542     asm_name_prefix="_"
12543 else
12544     $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
12545
12546     asm_name_prefix=""
12547 fi
12548
12549
12550 if test "$ac_cv_c_stdcall_suffix" = "yes"
12551 then
12552     $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
12553
12554 else
12555     $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
12556
12557 fi
12558
12559
12560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
12561 $as_echo_n "checking how to define a function in assembly code... " >&6; }
12562 if ${ac_cv_asm_func_def+:} false; then :
12563   $as_echo_n "(cached) " >&6
12564 else
12565   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12566 /* end confdefs.h.  */
12567
12568 int
12569 main ()
12570 {
12571 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
12572   ;
12573   return 0;
12574 }
12575 _ACEOF
12576 if ac_fn_c_try_link "$LINENO"; then :
12577   ac_cv_asm_func_def=".def"
12578 else
12579   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12580 /* end confdefs.h.  */
12581
12582 int
12583 main ()
12584 {
12585 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
12586   ;
12587   return 0;
12588 }
12589 _ACEOF
12590 if ac_fn_c_try_link "$LINENO"; then :
12591   ac_cv_asm_func_def=".type @function"
12592 else
12593   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12594 /* end confdefs.h.  */
12595
12596 int
12597 main ()
12598 {
12599 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
12600   ;
12601   return 0;
12602 }
12603 _ACEOF
12604 if ac_fn_c_try_link "$LINENO"; then :
12605   ac_cv_asm_func_def=".type 2"
12606 else
12607   ac_cv_asm_func_def="unknown"
12608 fi
12609 rm -f core conftest.err conftest.$ac_objext \
12610     conftest$ac_exeext conftest.$ac_ext
12611 fi
12612 rm -f core conftest.err conftest.$ac_objext \
12613     conftest$ac_exeext conftest.$ac_ext
12614 fi
12615 rm -f core conftest.err conftest.$ac_objext \
12616     conftest$ac_exeext conftest.$ac_ext
12617 fi
12618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
12619 $as_echo "$ac_cv_asm_func_def" >&6; }
12620
12621
12622 case "$ac_cv_asm_func_def" in
12623   ".def")
12624      $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
12625
12626      asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
12627   ".type @function")
12628      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
12629
12630      asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
12631   ".type 2")
12632      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
12633
12634      asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
12635   *)
12636      $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
12637
12638      asm_func_header="" ;;
12639 esac
12640
12641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
12642 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
12643 if ${ac_cv_c_asm_outside_funcs+:} false; then :
12644   $as_echo_n "(cached) " >&6
12645 else
12646   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12647 /* end confdefs.h.  */
12648 asm(".text\n\t.long 0");
12649 int
12650 main ()
12651 {
12652
12653   ;
12654   return 0;
12655 }
12656 _ACEOF
12657 if ac_fn_c_try_compile "$LINENO"; then :
12658   ac_cv_c_asm_outside_funcs="yes"
12659 else
12660   ac_cv_c_asm_outside_funcs="no"
12661 fi
12662 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12663 fi
12664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
12665 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
12666
12667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
12668 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
12669 if ${ac_cv_c_dot_previous+:} false; then :
12670   $as_echo_n "(cached) " >&6
12671 else
12672   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12673 /* end confdefs.h.  */
12674
12675 int
12676 main ()
12677 {
12678 asm(".text\nac_test:\t.long 0\n\t.previous");
12679   ;
12680   return 0;
12681 }
12682 _ACEOF
12683 if ac_fn_c_try_link "$LINENO"; then :
12684   ac_cv_c_dot_previous="yes"
12685 else
12686   ac_cv_c_dot_previous="no"
12687 fi
12688 rm -f core conftest.err conftest.$ac_objext \
12689     conftest$ac_exeext conftest.$ac_ext
12690 fi
12691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
12692 $as_echo "$ac_cv_c_dot_previous" >&6; }
12693
12694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
12695 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
12696 if ${ac_cv_c_cfi_support+:} false; then :
12697   $as_echo_n "(cached) " >&6
12698 else
12699   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12700 /* end confdefs.h.  */
12701 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
12702 int
12703 main ()
12704 {
12705
12706   ;
12707   return 0;
12708 }
12709 _ACEOF
12710 if ac_fn_c_try_compile "$LINENO"; then :
12711   ac_cv_c_cfi_support="yes"
12712 else
12713   ac_cv_c_cfi_support="no"
12714 fi
12715 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12716 fi
12717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
12718 $as_echo "$ac_cv_c_cfi_support" >&6; }
12719
12720 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
12721 asm_func_trailer=""
12722 if test "$ac_cv_c_dot_previous" = "yes"
12723 then
12724    asm_func_trailer="\\n\\t.previous"
12725 fi
12726 if test "$ac_cv_c_cfi_support" = "yes"
12727 then
12728    asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
12729    asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
12730
12731 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
12732
12733    UNWINDFLAGS=-fasynchronous-unwind-tables
12734
12735 else
12736    $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
12737
12738 fi
12739
12740 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
12741
12742
12743 if test "$ac_cv_c_asm_outside_funcs" = "yes"
12744 then
12745     cat >>confdefs.h <<_ACEOF
12746 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
12747 _ACEOF
12748
12749 else
12750     cat >>confdefs.h <<_ACEOF
12751 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
12752 _ACEOF
12753
12754 fi
12755
12756 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
12757
12758
12759 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
12760
12761
12762
12763 LDPATH=""
12764
12765 case $build_os in
12766   cygwin*|mingw32*)
12767     TOOLSEXT=".exe"
12768
12769     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
12770     ;;
12771   darwin*|macosx*)
12772     ;;
12773   *)
12774     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
12775     ;;
12776 esac
12777
12778 case $host_os in
12779   mingw32*)
12780     CRTLIBS="-lmsvcrt"
12781
12782     SOCKETLIBS="-L\$(top_builddir)/dlls/ws2_32 -lws2_32"
12783
12784     ;;
12785 esac
12786
12787 MAIN_BINARY="wine"
12788
12789 test "x$enable_win64" != "xyes" || MAIN_BINARY="wine64"
12790
12791 case $host_os in
12792   linux*)
12793     case $host_cpu in
12794       *i[3456789]86*) EXTRA_BINARIES="wine-preloader"
12795  ;;
12796       x86_64*) EXTRA_BINARIES="wine64-preloader"
12797  ;;
12798     esac
12799     ;;
12800 esac
12801
12802
12803 ac_save_CFLAGS="$CFLAGS"
12804 CFLAGS="$CFLAGS $BUILTINFLAG"
12805 for ac_func in \
12806         _finite \
12807         _isnan \
12808         _pclose \
12809         _popen \
12810         _snprintf \
12811         _spawnvp \
12812         _strdup \
12813         _stricmp \
12814         _strnicmp \
12815         _strtoi64 \
12816         _strtoui64 \
12817         _vsnprintf \
12818         asctime_r \
12819         chsize \
12820         dlopen \
12821         epoll_create \
12822         ffs \
12823         finite \
12824         fnmatch \
12825         fork \
12826         fpclass \
12827         fstatfs \
12828         fstatvfs \
12829         ftruncate \
12830         futimes \
12831         futimesat \
12832         getattrlist \
12833         getdirentries \
12834         getopt_long \
12835         getpagesize \
12836         getpwuid \
12837         gettimeofday \
12838         getuid \
12839         kqueue \
12840         lstat \
12841         memmove \
12842         mmap \
12843         pclose \
12844         pipe2 \
12845         poll \
12846         popen \
12847         port_create \
12848         prctl \
12849         pread \
12850         pwrite \
12851         readdir \
12852         readlink \
12853         sched_yield \
12854         select \
12855         setproctitle \
12856         setrlimit \
12857         settimeofday \
12858         sigaltstack \
12859         sigprocmask \
12860         snprintf \
12861         spawnvp \
12862         statfs \
12863         statvfs \
12864         strcasecmp \
12865         strdup \
12866         strerror \
12867         strncasecmp \
12868         strtold \
12869         strtoll \
12870         strtoull \
12871         symlink \
12872         tcgetattr \
12873         thr_kill2 \
12874         timegm \
12875         usleep \
12876         vsnprintf \
12877         wait4 \
12878         waitpid \
12879
12880 do :
12881   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12882 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12883 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12884   cat >>confdefs.h <<_ACEOF
12885 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12886 _ACEOF
12887
12888 fi
12889 done
12890
12891 CFLAGS="$ac_save_CFLAGS"
12892
12893 if test "$ac_cv_func_dlopen" = no
12894 then
12895     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12896 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12897 if ${ac_cv_lib_dl_dlopen+:} false; then :
12898   $as_echo_n "(cached) " >&6
12899 else
12900   ac_check_lib_save_LIBS=$LIBS
12901 LIBS="-ldl  $LIBS"
12902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12903 /* end confdefs.h.  */
12904
12905 /* Override any GCC internal prototype to avoid an error.
12906    Use char because int might match the return type of a GCC
12907    builtin and then its argument prototype would still apply.  */
12908 #ifdef __cplusplus
12909 extern "C"
12910 #endif
12911 char dlopen ();
12912 int
12913 main ()
12914 {
12915 return dlopen ();
12916   ;
12917   return 0;
12918 }
12919 _ACEOF
12920 if ac_fn_c_try_link "$LINENO"; then :
12921   ac_cv_lib_dl_dlopen=yes
12922 else
12923   ac_cv_lib_dl_dlopen=no
12924 fi
12925 rm -f core conftest.err conftest.$ac_objext \
12926     conftest$ac_exeext conftest.$ac_ext
12927 LIBS=$ac_check_lib_save_LIBS
12928 fi
12929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12930 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12931 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
12932   $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12933  LIBDL="-ldl"
12934
12935 fi
12936
12937 fi
12938 ac_wine_check_funcs_save_LIBS="$LIBS"
12939 LIBS="$LIBS $LIBDL"
12940 for ac_func in dladdr
12941 do :
12942   ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12943 if test "x$ac_cv_func_dladdr" = xyes; then :
12944   cat >>confdefs.h <<_ACEOF
12945 #define HAVE_DLADDR 1
12946 _ACEOF
12947
12948 fi
12949 done
12950
12951 LIBS="$ac_wine_check_funcs_save_LIBS"
12952
12953 if test "$ac_cv_func_poll" = no
12954 then
12955     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12956 $as_echo_n "checking for poll in -lpoll... " >&6; }
12957 if ${ac_cv_lib_poll_poll+:} false; then :
12958   $as_echo_n "(cached) " >&6
12959 else
12960   ac_check_lib_save_LIBS=$LIBS
12961 LIBS="-lpoll  $LIBS"
12962 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12963 /* end confdefs.h.  */
12964
12965 /* Override any GCC internal prototype to avoid an error.
12966    Use char because int might match the return type of a GCC
12967    builtin and then its argument prototype would still apply.  */
12968 #ifdef __cplusplus
12969 extern "C"
12970 #endif
12971 char poll ();
12972 int
12973 main ()
12974 {
12975 return poll ();
12976   ;
12977   return 0;
12978 }
12979 _ACEOF
12980 if ac_fn_c_try_link "$LINENO"; then :
12981   ac_cv_lib_poll_poll=yes
12982 else
12983   ac_cv_lib_poll_poll=no
12984 fi
12985 rm -f core conftest.err conftest.$ac_objext \
12986     conftest$ac_exeext conftest.$ac_ext
12987 LIBS=$ac_check_lib_save_LIBS
12988 fi
12989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12990 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12991 if test "x$ac_cv_lib_poll_poll" = xyes; then :
12992   $as_echo "#define HAVE_POLL 1" >>confdefs.h
12993  LIBPOLL="-lpoll"
12994
12995 fi
12996
12997 fi
12998
12999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
13000 $as_echo_n "checking for library containing gethostbyname... " >&6; }
13001 if ${ac_cv_search_gethostbyname+:} false; then :
13002   $as_echo_n "(cached) " >&6
13003 else
13004   ac_func_search_save_LIBS=$LIBS
13005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13006 /* end confdefs.h.  */
13007
13008 /* Override any GCC internal prototype to avoid an error.
13009    Use char because int might match the return type of a GCC
13010    builtin and then its argument prototype would still apply.  */
13011 #ifdef __cplusplus
13012 extern "C"
13013 #endif
13014 char gethostbyname ();
13015 int
13016 main ()
13017 {
13018 return gethostbyname ();
13019   ;
13020   return 0;
13021 }
13022 _ACEOF
13023 for ac_lib in '' nsl; do
13024   if test -z "$ac_lib"; then
13025     ac_res="none required"
13026   else
13027     ac_res=-l$ac_lib
13028     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13029   fi
13030   if ac_fn_c_try_link "$LINENO"; then :
13031   ac_cv_search_gethostbyname=$ac_res
13032 fi
13033 rm -f core conftest.err conftest.$ac_objext \
13034     conftest$ac_exeext
13035   if ${ac_cv_search_gethostbyname+:} false; then :
13036   break
13037 fi
13038 done
13039 if ${ac_cv_search_gethostbyname+:} false; then :
13040
13041 else
13042   ac_cv_search_gethostbyname=no
13043 fi
13044 rm conftest.$ac_ext
13045 LIBS=$ac_func_search_save_LIBS
13046 fi
13047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
13048 $as_echo "$ac_cv_search_gethostbyname" >&6; }
13049 ac_res=$ac_cv_search_gethostbyname
13050 if test "$ac_res" != no; then :
13051   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13052
13053 fi
13054
13055
13056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
13057 $as_echo_n "checking for library containing connect... " >&6; }
13058 if ${ac_cv_search_connect+:} false; then :
13059   $as_echo_n "(cached) " >&6
13060 else
13061   ac_func_search_save_LIBS=$LIBS
13062 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13063 /* end confdefs.h.  */
13064
13065 /* Override any GCC internal prototype to avoid an error.
13066    Use char because int might match the return type of a GCC
13067    builtin and then its argument prototype would still apply.  */
13068 #ifdef __cplusplus
13069 extern "C"
13070 #endif
13071 char connect ();
13072 int
13073 main ()
13074 {
13075 return connect ();
13076   ;
13077   return 0;
13078 }
13079 _ACEOF
13080 for ac_lib in '' socket; do
13081   if test -z "$ac_lib"; then
13082     ac_res="none required"
13083   else
13084     ac_res=-l$ac_lib
13085     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13086   fi
13087   if ac_fn_c_try_link "$LINENO"; then :
13088   ac_cv_search_connect=$ac_res
13089 fi
13090 rm -f core conftest.err conftest.$ac_objext \
13091     conftest$ac_exeext
13092   if ${ac_cv_search_connect+:} false; then :
13093   break
13094 fi
13095 done
13096 if ${ac_cv_search_connect+:} false; then :
13097
13098 else
13099   ac_cv_search_connect=no
13100 fi
13101 rm conftest.$ac_ext
13102 LIBS=$ac_func_search_save_LIBS
13103 fi
13104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
13105 $as_echo "$ac_cv_search_connect" >&6; }
13106 ac_res=$ac_cv_search_connect
13107 if test "$ac_res" != no; then :
13108   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13109
13110 fi
13111
13112
13113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
13114 $as_echo_n "checking for library containing inet_aton... " >&6; }
13115 if ${ac_cv_search_inet_aton+:} false; then :
13116   $as_echo_n "(cached) " >&6
13117 else
13118   ac_func_search_save_LIBS=$LIBS
13119 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13120 /* end confdefs.h.  */
13121
13122 /* Override any GCC internal prototype to avoid an error.
13123    Use char because int might match the return type of a GCC
13124    builtin and then its argument prototype would still apply.  */
13125 #ifdef __cplusplus
13126 extern "C"
13127 #endif
13128 char inet_aton ();
13129 int
13130 main ()
13131 {
13132 return inet_aton ();
13133   ;
13134   return 0;
13135 }
13136 _ACEOF
13137 for ac_lib in '' resolv; do
13138   if test -z "$ac_lib"; then
13139     ac_res="none required"
13140   else
13141     ac_res=-l$ac_lib
13142     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13143   fi
13144   if ac_fn_c_try_link "$LINENO"; then :
13145   ac_cv_search_inet_aton=$ac_res
13146 fi
13147 rm -f core conftest.err conftest.$ac_objext \
13148     conftest$ac_exeext
13149   if ${ac_cv_search_inet_aton+:} false; then :
13150   break
13151 fi
13152 done
13153 if ${ac_cv_search_inet_aton+:} false; then :
13154
13155 else
13156   ac_cv_search_inet_aton=no
13157 fi
13158 rm conftest.$ac_ext
13159 LIBS=$ac_func_search_save_LIBS
13160 fi
13161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
13162 $as_echo "$ac_cv_search_inet_aton" >&6; }
13163 ac_res=$ac_cv_search_inet_aton
13164 if test "$ac_res" != no; then :
13165   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13166
13167 fi
13168
13169
13170 for ac_func in \
13171         getaddrinfo \
13172         getnameinfo \
13173         getnetbyname \
13174         getprotobyname \
13175         getprotobynumber \
13176         getservbyport \
13177         inet_network \
13178         inet_ntop \
13179         inet_pton \
13180         sendmsg \
13181         socketpair \
13182
13183 do :
13184   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13185 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13186 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13187   cat >>confdefs.h <<_ACEOF
13188 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13189 _ACEOF
13190
13191 fi
13192 done
13193
13194
13195 LDAPLIBS=""
13196
13197 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
13198 then
13199     ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
13200 "
13201 if test "x$ac_cv_type_LDAPSortKey" = xyes; then :
13202   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
13203 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
13204 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false; then :
13205   $as_echo_n "(cached) " >&6
13206 else
13207   ac_check_lib_save_LIBS=$LIBS
13208 LIBS="-lldap_r $LIBPTHREAD $LIBS"
13209 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13210 /* end confdefs.h.  */
13211
13212 /* Override any GCC internal prototype to avoid an error.
13213    Use char because int might match the return type of a GCC
13214    builtin and then its argument prototype would still apply.  */
13215 #ifdef __cplusplus
13216 extern "C"
13217 #endif
13218 char ldap_initialize ();
13219 int
13220 main ()
13221 {
13222 return ldap_initialize ();
13223   ;
13224   return 0;
13225 }
13226 _ACEOF
13227 if ac_fn_c_try_link "$LINENO"; then :
13228   ac_cv_lib_ldap_r_ldap_initialize=yes
13229 else
13230   ac_cv_lib_ldap_r_ldap_initialize=no
13231 fi
13232 rm -f core conftest.err conftest.$ac_objext \
13233     conftest$ac_exeext conftest.$ac_ext
13234 LIBS=$ac_check_lib_save_LIBS
13235 fi
13236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
13237 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
13238 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes; then :
13239   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
13240 $as_echo_n "checking for ber_init in -llber... " >&6; }
13241 if ${ac_cv_lib_lber_ber_init+:} false; then :
13242   $as_echo_n "(cached) " >&6
13243 else
13244   ac_check_lib_save_LIBS=$LIBS
13245 LIBS="-llber $LIBPTHREAD $LIBS"
13246 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13247 /* end confdefs.h.  */
13248
13249 /* Override any GCC internal prototype to avoid an error.
13250    Use char because int might match the return type of a GCC
13251    builtin and then its argument prototype would still apply.  */
13252 #ifdef __cplusplus
13253 extern "C"
13254 #endif
13255 char ber_init ();
13256 int
13257 main ()
13258 {
13259 return ber_init ();
13260   ;
13261   return 0;
13262 }
13263 _ACEOF
13264 if ac_fn_c_try_link "$LINENO"; then :
13265   ac_cv_lib_lber_ber_init=yes
13266 else
13267   ac_cv_lib_lber_ber_init=no
13268 fi
13269 rm -f core conftest.err conftest.$ac_objext \
13270     conftest$ac_exeext conftest.$ac_ext
13271 LIBS=$ac_check_lib_save_LIBS
13272 fi
13273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
13274 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
13275 if test "x$ac_cv_lib_lber_ber_init" = xyes; then :
13276
13277 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
13278
13279                  LDAPLIBS="-lldap_r -llber"
13280 fi
13281
13282 fi
13283
13284 fi
13285
13286     ac_wine_check_funcs_save_LIBS="$LIBS"
13287 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
13288 for ac_func in \
13289         ldap_count_references \
13290         ldap_first_reference \
13291         ldap_next_reference \
13292         ldap_parse_reference \
13293         ldap_parse_sort_control \
13294         ldap_parse_sortresponse_control \
13295         ldap_parse_vlv_control \
13296         ldap_parse_vlvresponse_control
13297 do :
13298   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13299 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13300 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13301   cat >>confdefs.h <<_ACEOF
13302 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13303 _ACEOF
13304
13305 fi
13306 done
13307
13308 LIBS="$ac_wine_check_funcs_save_LIBS"
13309 fi
13310 if test "x$LDAPLIBS" = "x"; then :
13311   case "x$with_ldap" in
13312   x)   as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
13313   xno) ;;
13314   *)   as_fn_error $? "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
13315 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
13316 esac
13317 fi
13318
13319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
13320 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
13321 if ${wine_cv_one_arg_mkdir+:} false; then :
13322   $as_echo_n "(cached) " >&6
13323 else
13324   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13325 /* end confdefs.h.  */
13326 #include <sys/stat.h>
13327 int
13328 main ()
13329 {
13330 mkdir("foo");
13331   ;
13332   return 0;
13333 }
13334 _ACEOF
13335 if ac_fn_c_try_compile "$LINENO"; then :
13336   wine_cv_one_arg_mkdir=yes
13337 else
13338   wine_cv_one_arg_mkdir=no
13339 fi
13340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13341 fi
13342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
13343 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
13344 if test "$wine_cv_one_arg_mkdir" = "yes"
13345 then
13346
13347 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
13348
13349 fi
13350
13351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
13352 $as_echo_n "checking for sched_setaffinity... " >&6; }
13353 if ${wine_cv_have_sched_setaffinity+:} false; then :
13354   $as_echo_n "(cached) " >&6
13355 else
13356   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13357 /* end confdefs.h.  */
13358 #define _GNU_SOURCE
13359 #include <sched.h>
13360 int
13361 main ()
13362 {
13363 sched_setaffinity(0, 0, 0);
13364   ;
13365   return 0;
13366 }
13367 _ACEOF
13368 if ac_fn_c_try_link "$LINENO"; then :
13369   wine_cv_have_sched_setaffinity=yes
13370 else
13371   wine_cv_have_sched_setaffinity=no
13372 fi
13373 rm -f core conftest.err conftest.$ac_objext \
13374     conftest$ac_exeext conftest.$ac_ext
13375 fi
13376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
13377 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
13378 if test "$wine_cv_have_sched_setaffinity" = "yes"
13379 then
13380
13381 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
13382
13383 fi
13384
13385
13386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
13387 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
13388 if ${ac_cv_c_const+:} false; then :
13389   $as_echo_n "(cached) " >&6
13390 else
13391   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13392 /* end confdefs.h.  */
13393
13394 int
13395 main ()
13396 {
13397 /* FIXME: Include the comments suggested by Paul. */
13398 #ifndef __cplusplus
13399   /* Ultrix mips cc rejects this.  */
13400   typedef int charset[2];
13401   const charset cs;
13402   /* SunOS 4.1.1 cc rejects this.  */
13403   char const *const *pcpcc;
13404   char **ppc;
13405   /* NEC SVR4.0.2 mips cc rejects this.  */
13406   struct point {int x, y;};
13407   static struct point const zero = {0,0};
13408   /* AIX XL C 1.02.0.0 rejects this.
13409      It does not let you subtract one const X* pointer from another in
13410      an arm of an if-expression whose if-part is not a constant
13411      expression */
13412   const char *g = "string";
13413   pcpcc = &g + (g ? g-g : 0);
13414   /* HPUX 7.0 cc rejects these. */
13415   ++pcpcc;
13416   ppc = (char**) pcpcc;
13417   pcpcc = (char const *const *) ppc;
13418   { /* SCO 3.2v4 cc rejects this.  */
13419     char *t;
13420     char const *s = 0 ? (char *) 0 : (char const *) 0;
13421
13422     *t++ = 0;
13423     if (s) return 0;
13424   }
13425   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
13426     int x[] = {25, 17};
13427     const int *foo = &x[0];
13428     ++foo;
13429   }
13430   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
13431     typedef const int *iptr;
13432     iptr p = 0;
13433     ++p;
13434   }
13435   { /* AIX XL C 1.02.0.0 rejects this saying
13436        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
13437     struct s { int j; const int *ap[3]; };
13438     struct s *b; b->j = 5;
13439   }
13440   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
13441     const int foo = 10;
13442     if (!foo) return 0;
13443   }
13444   return !cs[0] && !zero.x;
13445 #endif
13446
13447   ;
13448   return 0;
13449 }
13450 _ACEOF
13451 if ac_fn_c_try_compile "$LINENO"; then :
13452   ac_cv_c_const=yes
13453 else
13454   ac_cv_c_const=no
13455 fi
13456 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13457 fi
13458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
13459 $as_echo "$ac_cv_c_const" >&6; }
13460 if test $ac_cv_c_const = no; then
13461
13462 $as_echo "#define const /**/" >>confdefs.h
13463
13464 fi
13465
13466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
13467 $as_echo_n "checking for inline... " >&6; }
13468 if ${ac_cv_c_inline+:} false; then :
13469   $as_echo_n "(cached) " >&6
13470 else
13471   ac_cv_c_inline=no
13472 for ac_kw in inline __inline__ __inline; do
13473   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13474 /* end confdefs.h.  */
13475 #ifndef __cplusplus
13476 typedef int foo_t;
13477 static $ac_kw foo_t static_foo () {return 0; }
13478 $ac_kw foo_t foo () {return 0; }
13479 #endif
13480
13481 _ACEOF
13482 if ac_fn_c_try_compile "$LINENO"; then :
13483   ac_cv_c_inline=$ac_kw
13484 fi
13485 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13486   test "$ac_cv_c_inline" != no && break
13487 done
13488
13489 fi
13490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
13491 $as_echo "$ac_cv_c_inline" >&6; }
13492
13493 case $ac_cv_c_inline in
13494   inline | yes) ;;
13495   *)
13496     case $ac_cv_c_inline in
13497       no) ac_val=;;
13498       *) ac_val=$ac_cv_c_inline;;
13499     esac
13500     cat >>confdefs.h <<_ACEOF
13501 #ifndef __cplusplus
13502 #define inline $ac_val
13503 #endif
13504 _ACEOF
13505     ;;
13506 esac
13507
13508 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
13509 if test "x$ac_cv_type_mode_t" = xyes; then :
13510
13511 cat >>confdefs.h <<_ACEOF
13512 #define HAVE_MODE_T 1
13513 _ACEOF
13514
13515
13516 fi
13517 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
13518 if test "x$ac_cv_type_off_t" = xyes; then :
13519
13520 cat >>confdefs.h <<_ACEOF
13521 #define HAVE_OFF_T 1
13522 _ACEOF
13523
13524
13525 fi
13526 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
13527 if test "x$ac_cv_type_pid_t" = xyes; then :
13528
13529 cat >>confdefs.h <<_ACEOF
13530 #define HAVE_PID_T 1
13531 _ACEOF
13532
13533
13534 fi
13535 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
13536 if test "x$ac_cv_type_size_t" = xyes; then :
13537
13538 cat >>confdefs.h <<_ACEOF
13539 #define HAVE_SIZE_T 1
13540 _ACEOF
13541
13542
13543 fi
13544 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
13545 if test "x$ac_cv_type_ssize_t" = xyes; then :
13546
13547 cat >>confdefs.h <<_ACEOF
13548 #define HAVE_SSIZE_T 1
13549 _ACEOF
13550
13551
13552 fi
13553 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
13554 if test "x$ac_cv_type_long_long" = xyes; then :
13555
13556 cat >>confdefs.h <<_ACEOF
13557 #define HAVE_LONG_LONG 1
13558 _ACEOF
13559
13560
13561 fi
13562 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
13563 if test "x$ac_cv_type_fsblkcnt_t" = xyes; then :
13564
13565 cat >>confdefs.h <<_ACEOF
13566 #define HAVE_FSBLKCNT_T 1
13567 _ACEOF
13568
13569
13570 fi
13571 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
13572 if test "x$ac_cv_type_fsfilcnt_t" = xyes; then :
13573
13574 cat >>confdefs.h <<_ACEOF
13575 #define HAVE_FSFILCNT_T 1
13576 _ACEOF
13577
13578
13579 fi
13580
13581 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
13582 #include <signal.h>
13583 "
13584 if test "x$ac_cv_type_sigset_t" = xyes; then :
13585
13586 cat >>confdefs.h <<_ACEOF
13587 #define HAVE_SIGSET_T 1
13588 _ACEOF
13589
13590
13591 fi
13592
13593 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
13594 "
13595 if test "x$ac_cv_type_request_sense" = xyes; then :
13596
13597 cat >>confdefs.h <<_ACEOF
13598 #define HAVE_REQUEST_SENSE 1
13599 _ACEOF
13600
13601
13602 fi
13603
13604
13605 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
13606 #ifdef HAVE_SYS_SOCKET_H
13607 #include <sys/socket.h>
13608 #endif
13609 #ifdef HAVE_SYS_SOCKETVAR_H
13610 #include <sys/socketvar.h>
13611 #endif
13612 #ifdef HAVE_NET_ROUTE_H
13613 #include <net/route.h>
13614 #endif
13615 #ifdef HAVE_NETINET_IN_H
13616 #include <netinet/in.h>
13617 #endif
13618 #ifdef HAVE_NETINET_IN_SYSTM_H
13619 #include <netinet/in_systm.h>
13620 #endif
13621 #ifdef HAVE_NETINET_IP_H
13622 #include <netinet/ip.h>
13623 #endif
13624 #ifdef HAVE_NETINET_IN_PCB_H
13625 #include <netinet/in_pcb.h>
13626 #endif
13627 "
13628 if test "x$ac_cv_type_struct_xinpgen" = xyes; then :
13629
13630 cat >>confdefs.h <<_ACEOF
13631 #define HAVE_STRUCT_XINPGEN 1
13632 _ACEOF
13633
13634
13635 fi
13636
13637
13638 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
13639 #include <linux/input.h>
13640 #endif
13641 "
13642 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes; then :
13643
13644 cat >>confdefs.h <<_ACEOF
13645 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
13646 _ACEOF
13647
13648
13649 fi
13650
13651
13652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
13653 $as_echo_n "checking for sigaddset... " >&6; }
13654 if ${wine_cv_have_sigaddset+:} false; then :
13655   $as_echo_n "(cached) " >&6
13656 else
13657   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13658 /* end confdefs.h.  */
13659 #include <signal.h>
13660 int
13661 main ()
13662 {
13663 sigset_t set; sigaddset(&set,SIGTERM);
13664   ;
13665   return 0;
13666 }
13667 _ACEOF
13668 if ac_fn_c_try_link "$LINENO"; then :
13669   wine_cv_have_sigaddset=yes
13670 else
13671   wine_cv_have_sigaddset=no
13672 fi
13673 rm -f core conftest.err conftest.$ac_objext \
13674     conftest$ac_exeext conftest.$ac_ext
13675 fi
13676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
13677 $as_echo "$wine_cv_have_sigaddset" >&6; }
13678 if test "$wine_cv_have_sigaddset" = "yes"
13679 then
13680
13681 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
13682
13683 fi
13684
13685
13686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
13687 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
13688 if ${wine_cv_linux_gethostbyname_r_6+:} false; then :
13689   $as_echo_n "(cached) " >&6
13690 else
13691   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13692 /* end confdefs.h.  */
13693 #include <netdb.h>
13694 int
13695 main ()
13696 {
13697
13698     char *name=0;
13699     struct hostent he;
13700     struct hostent *result;
13701     char *buf=0;
13702     int bufsize=0;
13703     int errnr;
13704     char *addr=0;
13705     int addrlen=0;
13706     int addrtype=0;
13707     gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
13708     gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
13709
13710   ;
13711   return 0;
13712 }
13713 _ACEOF
13714 if ac_fn_c_try_link "$LINENO"; then :
13715   wine_cv_linux_gethostbyname_r_6=yes
13716 else
13717   wine_cv_linux_gethostbyname_r_6=no
13718
13719 fi
13720 rm -f core conftest.err conftest.$ac_objext \
13721     conftest$ac_exeext conftest.$ac_ext
13722
13723 fi
13724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
13725 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
13726    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
13727    then
13728
13729 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
13730
13731    fi
13732
13733 if test "$ac_cv_header_linux_joystick_h" = "yes"
13734 then
13735    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
13736 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
13737 if ${wine_cv_linux_joystick_22_api+:} false; then :
13738   $as_echo_n "(cached) " >&6
13739 else
13740   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13741 /* end confdefs.h.  */
13742
13743         #include <sys/ioctl.h>
13744         #include <sys/types.h>
13745         #include <linux/joystick.h>
13746
13747         struct js_event blub;
13748         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
13749         #error "no 2.2 header"
13750         #endif
13751
13752 int
13753 main ()
13754 {
13755 /*empty*/
13756   ;
13757   return 0;
13758 }
13759 _ACEOF
13760 if ac_fn_c_try_compile "$LINENO"; then :
13761   wine_cv_linux_joystick_22_api=yes
13762 else
13763   wine_cv_linux_joystick_22_api=no
13764 fi
13765 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13766
13767 fi
13768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
13769 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
13770    if test "$wine_cv_linux_joystick_22_api" = "yes"
13771    then
13772
13773 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
13774
13775    fi
13776 fi
13777
13778
13779 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
13780 #ifdef HAVE_SYS_PARAM_H
13781 # include <sys/param.h>
13782 #endif
13783 #ifdef HAVE_SYS_MOUNT_H
13784 # include <sys/mount.h>
13785 #endif
13786 #ifdef HAVE_SYS_VFS_H
13787 # include <sys/vfs.h>
13788 #endif
13789 #ifdef HAVE_SYS_STATFS_H
13790 # include <sys/statfs.h>
13791 #endif
13792 "
13793 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes; then :
13794
13795 cat >>confdefs.h <<_ACEOF
13796 #define HAVE_STRUCT_STATFS_F_BFREE 1
13797 _ACEOF
13798
13799
13800 fi
13801 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
13802 #ifdef HAVE_SYS_PARAM_H
13803 # include <sys/param.h>
13804 #endif
13805 #ifdef HAVE_SYS_MOUNT_H
13806 # include <sys/mount.h>
13807 #endif
13808 #ifdef HAVE_SYS_VFS_H
13809 # include <sys/vfs.h>
13810 #endif
13811 #ifdef HAVE_SYS_STATFS_H
13812 # include <sys/statfs.h>
13813 #endif
13814 "
13815 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes; then :
13816
13817 cat >>confdefs.h <<_ACEOF
13818 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
13819 _ACEOF
13820
13821
13822 fi
13823 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
13824 #ifdef HAVE_SYS_PARAM_H
13825 # include <sys/param.h>
13826 #endif
13827 #ifdef HAVE_SYS_MOUNT_H
13828 # include <sys/mount.h>
13829 #endif
13830 #ifdef HAVE_SYS_VFS_H
13831 # include <sys/vfs.h>
13832 #endif
13833 #ifdef HAVE_SYS_STATFS_H
13834 # include <sys/statfs.h>
13835 #endif
13836 "
13837 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes; then :
13838
13839 cat >>confdefs.h <<_ACEOF
13840 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
13841 _ACEOF
13842
13843
13844 fi
13845 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13846 #ifdef HAVE_SYS_PARAM_H
13847 # include <sys/param.h>
13848 #endif
13849 #ifdef HAVE_SYS_MOUNT_H
13850 # include <sys/mount.h>
13851 #endif
13852 #ifdef HAVE_SYS_VFS_H
13853 # include <sys/vfs.h>
13854 #endif
13855 #ifdef HAVE_SYS_STATFS_H
13856 # include <sys/statfs.h>
13857 #endif
13858 "
13859 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes; then :
13860
13861 cat >>confdefs.h <<_ACEOF
13862 #define HAVE_STRUCT_STATFS_F_FFREE 1
13863 _ACEOF
13864
13865
13866 fi
13867 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13868 #ifdef HAVE_SYS_PARAM_H
13869 # include <sys/param.h>
13870 #endif
13871 #ifdef HAVE_SYS_MOUNT_H
13872 # include <sys/mount.h>
13873 #endif
13874 #ifdef HAVE_SYS_VFS_H
13875 # include <sys/vfs.h>
13876 #endif
13877 #ifdef HAVE_SYS_STATFS_H
13878 # include <sys/statfs.h>
13879 #endif
13880 "
13881 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes; then :
13882
13883 cat >>confdefs.h <<_ACEOF
13884 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13885 _ACEOF
13886
13887
13888 fi
13889 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13890 #ifdef HAVE_SYS_PARAM_H
13891 # include <sys/param.h>
13892 #endif
13893 #ifdef HAVE_SYS_MOUNT_H
13894 # include <sys/mount.h>
13895 #endif
13896 #ifdef HAVE_SYS_VFS_H
13897 # include <sys/vfs.h>
13898 #endif
13899 #ifdef HAVE_SYS_STATFS_H
13900 # include <sys/statfs.h>
13901 #endif
13902 "
13903 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes; then :
13904
13905 cat >>confdefs.h <<_ACEOF
13906 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13907 _ACEOF
13908
13909
13910 fi
13911
13912
13913 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13914 #include <sys/statvfs.h>
13915 #endif
13916 "
13917 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes; then :
13918
13919 cat >>confdefs.h <<_ACEOF
13920 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13921 _ACEOF
13922
13923
13924 fi
13925
13926
13927 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13928 #ifdef HAVE_SYS_SOCKET_H
13929 # include <sys/socket.h>
13930 #endif
13931 #ifdef HAVE_SYS_UN_H
13932 # include <sys/un.h>
13933 #endif
13934 "
13935 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes; then :
13936
13937 cat >>confdefs.h <<_ACEOF
13938 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13939 _ACEOF
13940
13941
13942 fi
13943 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13944 #ifdef HAVE_SYS_SOCKET_H
13945 # include <sys/socket.h>
13946 #endif
13947 #ifdef HAVE_SYS_UN_H
13948 # include <sys/un.h>
13949 #endif
13950 "
13951 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes; then :
13952
13953 cat >>confdefs.h <<_ACEOF
13954 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13955 _ACEOF
13956
13957
13958 fi
13959 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13960 #ifdef HAVE_SYS_SOCKET_H
13961 # include <sys/socket.h>
13962 #endif
13963 #ifdef HAVE_SYS_UN_H
13964 # include <sys/un.h>
13965 #endif
13966 "
13967 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes; then :
13968
13969 cat >>confdefs.h <<_ACEOF
13970 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13971 _ACEOF
13972
13973
13974 fi
13975
13976
13977 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13978 #ifdef HAVE_SCSI_SG_H
13979 #include <scsi/sg.h>
13980 #endif
13981 "
13982 if test "x$ac_cv_member_scsireq_t_cmd" = xyes; then :
13983
13984 cat >>confdefs.h <<_ACEOF
13985 #define HAVE_SCSIREQ_T_CMD 1
13986 _ACEOF
13987
13988
13989 fi
13990 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>
13991 #ifdef HAVE_SCSI_SG_H
13992 #include <scsi/sg.h>
13993 #endif
13994 "
13995 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes; then :
13996
13997 cat >>confdefs.h <<_ACEOF
13998 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13999 _ACEOF
14000
14001
14002 fi
14003
14004
14005 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
14006 "
14007 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes; then :
14008
14009 cat >>confdefs.h <<_ACEOF
14010 #define HAVE_SIGINFO_T_SI_FD 1
14011 _ACEOF
14012
14013
14014 fi
14015
14016
14017 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
14018 #ifdef HAVE_SYS_MTIO_H
14019 #include <sys/mtio.h>
14020 #endif
14021 "
14022 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes; then :
14023
14024 cat >>confdefs.h <<_ACEOF
14025 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
14026 _ACEOF
14027
14028
14029 fi
14030 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
14031 #ifdef HAVE_SYS_MTIO_H
14032 #include <sys/mtio.h>
14033 #endif
14034 "
14035 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes; then :
14036
14037 cat >>confdefs.h <<_ACEOF
14038 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
14039 _ACEOF
14040
14041
14042 fi
14043 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
14044 #ifdef HAVE_SYS_MTIO_H
14045 #include <sys/mtio.h>
14046 #endif
14047 "
14048 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes; then :
14049
14050 cat >>confdefs.h <<_ACEOF
14051 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
14052 _ACEOF
14053
14054
14055 fi
14056
14057
14058 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
14059 #include <getopt.h>
14060 #endif
14061 "
14062 if test "x$ac_cv_member_struct_option_name" = xyes; then :
14063
14064 cat >>confdefs.h <<_ACEOF
14065 #define HAVE_STRUCT_OPTION_NAME 1
14066 _ACEOF
14067
14068
14069 fi
14070
14071
14072 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
14073 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
14074
14075 cat >>confdefs.h <<_ACEOF
14076 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
14077 _ACEOF
14078
14079
14080 fi
14081 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
14082 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes; then :
14083
14084 cat >>confdefs.h <<_ACEOF
14085 #define HAVE_STRUCT_STAT_ST_MTIM 1
14086 _ACEOF
14087
14088
14089 fi
14090 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
14091 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes; then :
14092
14093 cat >>confdefs.h <<_ACEOF
14094 #define HAVE_STRUCT_STAT_ST_CTIM 1
14095 _ACEOF
14096
14097
14098 fi
14099 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
14100 if test "x$ac_cv_member_struct_stat_st_atim" = xyes; then :
14101
14102 cat >>confdefs.h <<_ACEOF
14103 #define HAVE_STRUCT_STAT_ST_ATIM 1
14104 _ACEOF
14105
14106
14107 fi
14108
14109
14110 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
14111 #include <sys/types.h>
14112 #endif
14113 #ifdef HAVE_NETINET_IN_H
14114 #include <netinet/in.h>
14115 #endif
14116 "
14117 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes; then :
14118
14119 cat >>confdefs.h <<_ACEOF
14120 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
14121 _ACEOF
14122
14123
14124 fi
14125
14126
14127 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
14128 #include <sys/types.h>
14129 #endif
14130 #ifdef HAVE_NETINET_IN_H
14131 # include <netinet/in.h>
14132 #endif
14133 #ifdef HAVE_ARPA_NAMESER_H
14134 # include <arpa/nameser.h>
14135 #endif
14136 "
14137 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes; then :
14138
14139 cat >>confdefs.h <<_ACEOF
14140 #define HAVE_NS_MSG__MSG_PTR 1
14141 _ACEOF
14142
14143
14144 fi
14145
14146
14147 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
14148 #include <sys/types.h>
14149 #endif
14150 #ifdef HAVE_ALIAS_H
14151 #include <alias.h>
14152 #endif
14153 #ifdef HAVE_SYS_SOCKET_H
14154 #include <sys/socket.h>
14155 #endif
14156 #ifdef HAVE_SYS_SOCKETVAR_H
14157 #include <sys/socketvar.h>
14158 #endif
14159 #ifdef HAVE_SYS_TIMEOUT_H
14160 #include <sys/timeout.h>
14161 #endif
14162 #ifdef HAVE_NETINET_IN_H
14163 #include <netinet/in.h>
14164 #endif
14165 #ifdef HAVE_NETINET_IN_SYSTM_H
14166 #include <netinet/in_systm.h>
14167 #endif
14168 #ifdef HAVE_NETINET_IP_H
14169 #include <netinet/ip.h>
14170 #endif
14171 #ifdef HAVE_NETINET_IP_VAR_H
14172 #include <netinet/ip_var.h>
14173 #endif
14174 #ifdef HAVE_NETINET_IP_ICMP_H
14175 #include <netinet/ip_icmp.h>
14176 #endif
14177 #ifdef HAVE_NETINET_ICMP_VAR
14178 #include <netinet/icmp_var.h>
14179 #endif
14180 "
14181 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes; then :
14182
14183 cat >>confdefs.h <<_ACEOF
14184 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
14185 _ACEOF
14186
14187
14188 fi
14189
14190
14191 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
14192 #include <sys/types.h>
14193 #endif
14194 #ifdef HAVE_NET_IF_H
14195 # include <net/if.h>
14196 #endif
14197 "
14198 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then :
14199
14200 cat >>confdefs.h <<_ACEOF
14201 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
14202 _ACEOF
14203
14204
14205 fi
14206
14207
14208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
14209 $as_echo_n "checking for timezone variable... " >&6; }
14210 if ${ac_cv_have_timezone+:} false; then :
14211   $as_echo_n "(cached) " >&6
14212 else
14213   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14214 /* end confdefs.h.  */
14215 #include <time.h>
14216 int
14217 main ()
14218 {
14219 timezone = 1
14220   ;
14221   return 0;
14222 }
14223 _ACEOF
14224 if ac_fn_c_try_link "$LINENO"; then :
14225   ac_cv_have_timezone="yes"
14226 else
14227   ac_cv_have_timezone="no"
14228 fi
14229 rm -f core conftest.err conftest.$ac_objext \
14230     conftest$ac_exeext conftest.$ac_ext
14231 fi
14232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
14233 $as_echo "$ac_cv_have_timezone" >&6; }
14234 if test "$ac_cv_have_timezone" = "yes"
14235 then
14236
14237 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
14238
14239 fi
14240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
14241 $as_echo_n "checking for daylight variable... " >&6; }
14242 if ${ac_cv_have_daylight+:} false; then :
14243   $as_echo_n "(cached) " >&6
14244 else
14245   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14246 /* end confdefs.h.  */
14247 #include <time.h>
14248 int
14249 main ()
14250 {
14251 daylight = 1
14252   ;
14253   return 0;
14254 }
14255 _ACEOF
14256 if ac_fn_c_try_link "$LINENO"; then :
14257   ac_cv_have_daylight="yes"
14258 else
14259   ac_cv_have_daylight="no"
14260 fi
14261 rm -f core conftest.err conftest.$ac_objext \
14262     conftest$ac_exeext conftest.$ac_ext
14263 fi
14264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
14265 $as_echo "$ac_cv_have_daylight" >&6; }
14266 if test "$ac_cv_have_daylight" = "yes"
14267 then
14268
14269 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
14270
14271 fi
14272
14273 ac_save_LIBS="$LIBS"
14274 LIBS="$LIBS -lm"
14275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
14276 $as_echo_n "checking for isinf... " >&6; }
14277 if ${ac_cv_have_isinf+:} false; then :
14278   $as_echo_n "(cached) " >&6
14279 else
14280   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14281 /* end confdefs.h.  */
14282 #include <math.h>
14283 int
14284 main ()
14285 {
14286 float f = 0.0; return isinf(f)
14287   ;
14288   return 0;
14289 }
14290 _ACEOF
14291 if ac_fn_c_try_link "$LINENO"; then :
14292   ac_cv_have_isinf="yes"
14293 else
14294   ac_cv_have_isinf="no"
14295 fi
14296 rm -f core conftest.err conftest.$ac_objext \
14297     conftest$ac_exeext conftest.$ac_ext
14298 fi
14299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
14300 $as_echo "$ac_cv_have_isinf" >&6; }
14301 if test "$ac_cv_have_isinf" = "yes"
14302 then
14303
14304 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
14305
14306 fi
14307
14308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
14309 $as_echo_n "checking for isnan... " >&6; }
14310 if ${ac_cv_have_isnan+:} false; then :
14311   $as_echo_n "(cached) " >&6
14312 else
14313   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14314 /* end confdefs.h.  */
14315 #include <math.h>
14316 int
14317 main ()
14318 {
14319 float f = 0.0; return isnan(f)
14320   ;
14321   return 0;
14322 }
14323 _ACEOF
14324 if ac_fn_c_try_link "$LINENO"; then :
14325   ac_cv_have_isnan="yes"
14326 else
14327   ac_cv_have_isnan="no"
14328 fi
14329 rm -f core conftest.err conftest.$ac_objext \
14330     conftest$ac_exeext conftest.$ac_ext
14331 fi
14332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
14333 $as_echo "$ac_cv_have_isnan" >&6; }
14334 if test "$ac_cv_have_isnan" = "yes"
14335 then
14336
14337 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
14338
14339 fi
14340 LIBS="$ac_save_LIBS"
14341
14342
14343 case $host_cpu in
14344   *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
14345 $as_echo_n "checking whether we need to define __i386__... " >&6; }
14346 if ${ac_cv_cpp_def___i386__+:} false; then :
14347   $as_echo_n "(cached) " >&6
14348 else
14349   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14350 /* end confdefs.h.  */
14351 #ifndef __i386__
14352 yes
14353 #endif
14354 _ACEOF
14355 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14356   $EGREP "yes" >/dev/null 2>&1; then :
14357   ac_cv_cpp_def___i386__=yes
14358 else
14359   ac_cv_cpp_def___i386__=no
14360 fi
14361 rm -f conftest*
14362
14363 fi
14364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
14365 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
14366 if test $ac_cv_cpp_def___i386__ = yes; then :
14367   CFLAGS="$CFLAGS -D__i386__"
14368   LINTFLAGS="$LINTFLAGS -D__i386__"
14369 fi ;;
14370   *x86_64*)         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
14371 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
14372 if ${ac_cv_cpp_def___x86_64__+:} false; then :
14373   $as_echo_n "(cached) " >&6
14374 else
14375   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14376 /* end confdefs.h.  */
14377 #ifndef __x86_64__
14378 yes
14379 #endif
14380 _ACEOF
14381 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14382   $EGREP "yes" >/dev/null 2>&1; then :
14383   ac_cv_cpp_def___x86_64__=yes
14384 else
14385   ac_cv_cpp_def___x86_64__=no
14386 fi
14387 rm -f conftest*
14388
14389 fi
14390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
14391 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
14392 if test $ac_cv_cpp_def___x86_64__ = yes; then :
14393   CFLAGS="$CFLAGS -D__x86_64__"
14394   LINTFLAGS="$LINTFLAGS -D__x86_64__"
14395 fi ;;
14396   *sparc*)          { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
14397 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
14398 if ${ac_cv_cpp_def___sparc__+:} false; then :
14399   $as_echo_n "(cached) " >&6
14400 else
14401   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14402 /* end confdefs.h.  */
14403 #ifndef __sparc__
14404 yes
14405 #endif
14406 _ACEOF
14407 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14408   $EGREP "yes" >/dev/null 2>&1; then :
14409   ac_cv_cpp_def___sparc__=yes
14410 else
14411   ac_cv_cpp_def___sparc__=no
14412 fi
14413 rm -f conftest*
14414
14415 fi
14416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
14417 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
14418 if test $ac_cv_cpp_def___sparc__ = yes; then :
14419   CFLAGS="$CFLAGS -D__sparc__"
14420   LINTFLAGS="$LINTFLAGS -D__sparc__"
14421 fi ;;
14422   *powerpc*)        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
14423 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
14424 if ${ac_cv_cpp_def___powerpc__+:} false; then :
14425   $as_echo_n "(cached) " >&6
14426 else
14427   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14428 /* end confdefs.h.  */
14429 #ifndef __powerpc__
14430 yes
14431 #endif
14432 _ACEOF
14433 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14434   $EGREP "yes" >/dev/null 2>&1; then :
14435   ac_cv_cpp_def___powerpc__=yes
14436 else
14437   ac_cv_cpp_def___powerpc__=no
14438 fi
14439 rm -f conftest*
14440
14441 fi
14442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
14443 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
14444 if test $ac_cv_cpp_def___powerpc__ = yes; then :
14445   CFLAGS="$CFLAGS -D__powerpc__"
14446   LINTFLAGS="$LINTFLAGS -D__powerpc__"
14447 fi ;;
14448   *arm*)            { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
14449 $as_echo_n "checking whether we need to define __arm__... " >&6; }
14450 if ${ac_cv_cpp_def___arm__+:} false; then :
14451   $as_echo_n "(cached) " >&6
14452 else
14453   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14454 /* end confdefs.h.  */
14455 #ifndef __arm__
14456 yes
14457 #endif
14458 _ACEOF
14459 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14460   $EGREP "yes" >/dev/null 2>&1; then :
14461   ac_cv_cpp_def___arm__=yes
14462 else
14463   ac_cv_cpp_def___arm__=no
14464 fi
14465 rm -f conftest*
14466
14467 fi
14468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
14469 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
14470 if test $ac_cv_cpp_def___arm__ = yes; then :
14471   CFLAGS="$CFLAGS -D__arm__"
14472   LINTFLAGS="$LINTFLAGS -D__arm__"
14473 fi ;;
14474 esac
14475
14476 case $host_vendor in
14477   *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
14478 $as_echo_n "checking whether we need to define __sun__... " >&6; }
14479 if ${ac_cv_cpp_def___sun__+:} false; then :
14480   $as_echo_n "(cached) " >&6
14481 else
14482   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14483 /* end confdefs.h.  */
14484 #ifndef __sun__
14485 yes
14486 #endif
14487 _ACEOF
14488 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14489   $EGREP "yes" >/dev/null 2>&1; then :
14490   ac_cv_cpp_def___sun__=yes
14491 else
14492   ac_cv_cpp_def___sun__=no
14493 fi
14494 rm -f conftest*
14495
14496 fi
14497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
14498 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
14499 if test $ac_cv_cpp_def___sun__ = yes; then :
14500   CFLAGS="$CFLAGS -D__sun__"
14501   LINTFLAGS="$LINTFLAGS -D__sun__"
14502 fi ;;
14503 esac
14504
14505
14506
14507
14508
14509 ac_config_commands="$ac_config_commands include/stamp-h"
14510
14511
14512 ALL_MAKEFILE_DEPENDS="
14513 # Rules automatically generated by configure
14514
14515 .INIT: Makefile
14516 .MAKEFILEDEPS:
14517 all: Makefile
14518 Makefile: Makefile.in Make.vars.in Make.rules config.status
14519         @./config.status Make.tmp Makefile"
14520
14521 ALL_POT_FILES=""
14522 ALL_TEST_RESOURCES=""
14523
14524
14525 wine_fn_append_file ()
14526 {
14527     as_fn_append $1 " \\$as_nl  $2"
14528 }
14529
14530 wine_fn_append_rule ()
14531 {
14532     as_fn_append $1 "$as_nl$2"
14533 }
14534
14535 wine_fn_has_flag ()
14536 {
14537     expr ",$2," : ".*,$1,.*" >/dev/null
14538 }
14539
14540 wine_fn_all_dir_rules ()
14541 {
14542     ac_dir=$1
14543     ac_alldeps=$2
14544     ac_makedep="\$(MAKEDEP)"
14545     ac_input=Make.vars.in:$ac_dir/Makefile.in
14546     if test $ac_dir != tools
14547     then
14548                 ac_alldeps="$2 $ac_makedep"
14549     fi
14550     case $2 in
14551       *.in) ac_input=$ac_input:$2 ;;
14552       *) ac_makedep="$2 $ac_makedep" ;;
14553     esac
14554
14555     wine_fn_append_file ALL_DIRS $ac_dir
14556     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14557 "__clean__: $ac_dir/__clean__
14558 .PHONY: $ac_dir/__clean__
14559 $ac_dir/__clean__: $ac_dir/Makefile
14560         @cd $ac_dir && \$(MAKE) clean
14561         \$(RM) $ac_dir/Makefile
14562 $ac_dir/Makefile: $ac_dir/Makefile.in Make.vars.in config.status $ac_alldeps
14563         @./config.status --file $ac_dir/Makefile:$ac_input && cd $ac_dir && \$(MAKE) depend
14564 depend: $ac_dir/__depend__
14565 .PHONY: $ac_dir/__depend__
14566 $ac_dir/__depend__: $ac_makedep dummy
14567         @./config.status --file $ac_dir/Makefile:$ac_input && cd $ac_dir && \$(MAKE) depend"
14568 }
14569
14570 wine_fn_config_makefile ()
14571 {
14572     ac_dir=$1
14573     ac_enable=$2
14574     ac_flags=$3
14575     ac_rules=$4
14576     if eval test \"x\$"$ac_enable"\" = x"no"; then :
14577   return 0
14578 fi
14579
14580     wine_fn_all_dir_rules $ac_dir ${ac_rules:-Make.rules}
14581     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14582 "all: $ac_dir
14583 .PHONY: $ac_dir
14584 $ac_dir: $ac_dir/Makefile dummy
14585         @cd $ac_dir && \$(MAKE)"
14586
14587     wine_fn_has_flag install-lib $ac_flags || wine_fn_has_flag install-dev $ac_flags || return
14588
14589     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14590 ".PHONY: $ac_dir/__install__ $ac_dir/__uninstall__
14591 $ac_dir/__install__:: $ac_dir
14592         @cd $ac_dir && \$(MAKE) install
14593 $ac_dir/__uninstall__:: $ac_dir/Makefile
14594         @cd $ac_dir && \$(MAKE) uninstall
14595 install:: $ac_dir/__install__
14596 __uninstall__: $ac_dir/__uninstall__"
14597
14598     if wine_fn_has_flag install-lib $ac_flags
14599     then
14600         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14601 ".PHONY: $ac_dir/__install-lib__
14602 $ac_dir/__install-lib__:: $ac_dir
14603         @cd $ac_dir && \$(MAKE) install-lib
14604 install-lib:: $ac_dir/__install-lib__"
14605     fi
14606
14607     if wine_fn_has_flag install-dev $ac_flags
14608     then
14609         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14610 ".PHONY: $ac_dir/__install-dev
14611 $ac_dir/__install-dev__:: $ac_dir
14612         @cd $ac_dir && \$(MAKE) install-dev
14613 install-dev:: $ac_dir/__install-dev__"
14614     fi
14615 }
14616
14617 wine_fn_config_lib ()
14618 {
14619     ac_name=$1
14620     ac_flags=$2
14621     ac_dir=dlls/$ac_name
14622     wine_fn_config_makefile $ac_dir enable_$ac_name "$ac_flags" dlls/Makeimplib.rules
14623
14624     if wine_fn_has_flag install-dev $ac_flags
14625     then :
14626     else
14627         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14628 ".PHONY: $ac_dir/__install__ $ac_dir/__uninstall__
14629 $ac_dir/__install__:: $ac_dir \$(DESTDIR)\$(dlldir)
14630         \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
14631 $ac_dir/__uninstall__::
14632         \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
14633 install install-dev:: $ac_dir/__install__
14634 __uninstall__: $ac_dir/__uninstall__"
14635     fi
14636
14637     wine_fn_append_rule ALL_MAKEFILE_DEPENDS "__builddeps__: $ac_dir"
14638     wine_fn_append_rule ALL_MAKEFILE_DEPENDS "$ac_dir: tools/widl tools/winebuild tools/winegcc include"
14639 }
14640
14641 wine_fn_config_dll ()
14642 {
14643     ac_name=$1
14644     ac_dir=dlls/$ac_name
14645     ac_enable=$2
14646     ac_flags=$3
14647     ac_implib=${4:-$ac_name}
14648     ac_file=$ac_dir/lib$ac_implib
14649     ac_deps="tools/widl tools/winebuild tools/winegcc include"
14650     ac_implibflags=""
14651
14652     case $ac_name in
14653       *16) ac_implibflags=" -m16" ;;
14654     esac
14655
14656     wine_fn_all_dir_rules $ac_dir dlls/Makedll.rules
14657
14658     if eval test \"x\$"$ac_enable"\" = x"no"; then :
14659                 test "$ac_enable" != enable_win16 || return 0
14660 else
14661   wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14662 "all: $ac_dir
14663 .PHONY: $ac_dir $ac_dir/__install__ $ac_dir/__install-lib__ $ac_dir/__uninstall__
14664 $ac_dir: $ac_dir/Makefile __builddeps__ dummy
14665         @cd $ac_dir && \$(MAKE)
14666 $ac_dir/__install__:: $ac_dir/Makefile __builddeps__
14667         @cd $ac_dir && \$(MAKE) install
14668 $ac_dir/__install-lib__:: $ac_dir/Makefile __builddeps__
14669         @cd $ac_dir && \$(MAKE) install-lib
14670 $ac_dir/__uninstall__:: $ac_dir/Makefile
14671         @cd $ac_dir && \$(MAKE) uninstall
14672 install:: $ac_dir/__install__
14673 install-lib:: $ac_dir/__install-lib__
14674 __uninstall__: $ac_dir/__uninstall__
14675 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
14676         @cd $ac_dir && \$(MAKE) \$@"
14677
14678         if test "x$enable_maintainer_mode" = xyes
14679         then
14680             if wine_fn_has_flag mc $ac_flags
14681             then
14682                 wine_fn_append_file ALL_POT_FILES $ac_dir/msg.pot
14683                 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14684 "$ac_dir/msg.pot: $ac_dir"
14685             fi
14686             if wine_fn_has_flag po $ac_flags
14687             then
14688                 wine_fn_append_file ALL_POT_FILES $ac_dir/rsrc.pot
14689                 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14690 "$ac_dir/rsrc.pot: $ac_dir"
14691             fi
14692         fi
14693 fi
14694
14695     if wine_fn_has_flag staticimplib $ac_flags
14696     then
14697         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14698 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
14699 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
14700 $ac_file.def: $ac_dir/$ac_name.spec $ac_dir/Makefile
14701         @cd $ac_dir && \$(MAKE) lib$ac_implib.def
14702 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
14703         @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
14704 .PHONY: $ac_dir/__install-dev__ $ac_dir/__uninstall__
14705 $ac_dir/__install-dev__:: $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)
14706         \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
14707 $ac_dir/__uninstall__::
14708         \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
14709 install install-dev:: $ac_dir/__install-dev__
14710 __uninstall__: $ac_dir/__uninstall__"
14711
14712         if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
14713         then
14714             wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14715 "$ac_dir/__install-dev__:: $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir) __builddeps__
14716         \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
14717 $ac_dir/__uninstall__::
14718         \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
14719         fi
14720
14721         if test "x$CROSSTEST_DISABLE" = x
14722         then
14723             wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14724 "__builddeps__: $ac_file.cross.a
14725 $ac_file.cross.a: $ac_dir/Makefile dummy
14726         @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
14727         fi
14728
14729     elif wine_fn_has_flag implib $ac_flags
14730     then
14731         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14732 "__builddeps__: $ac_file.$IMPLIBEXT
14733 $ac_file.def: $ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
14734         \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export \$(srcdir)/$ac_dir/$ac_name.spec
14735 $ac_file.a: $ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
14736         \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export \$(srcdir)/$ac_dir/$ac_name.spec
14737 .PHONY: $ac_dir/__install-dev__ $ac_dir/__uninstall__
14738 $ac_dir/__install-dev__:: $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)
14739         \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
14740 $ac_dir/__uninstall__::
14741         \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
14742 install install-dev:: $ac_dir/__install-dev__
14743 __uninstall__: $ac_dir/__uninstall__"
14744         if test "x$CROSSTEST_DISABLE" = x
14745         then
14746             wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14747 "__builddeps__: $ac_file.cross.a
14748 $ac_file.cross.a: $ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
14749         \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export \$(srcdir)/$ac_dir/$ac_name.spec"
14750         fi
14751
14752         if test "$ac_name" != "$ac_implib"
14753         then
14754             wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14755 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
14756 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
14757         \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
14758 clean::
14759         \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
14760             if test "x$CROSSTEST_DISABLE" = x
14761             then
14762                 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14763 "__builddeps__: dlls/lib$ac_implib.cross.a
14764 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
14765         \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@"
14766             fi
14767         fi
14768     fi
14769 }
14770
14771 wine_fn_config_program ()
14772 {
14773     ac_name=$1
14774     ac_dir=programs/$ac_name
14775     ac_enable=$2
14776     ac_flags=$3
14777     wine_fn_all_dir_rules $ac_dir programs/Makeprog.rules
14778
14779     if eval test \"x\$"$ac_enable"\" = x"no"; then :
14780
14781 else
14782   wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14783 "all: $ac_dir
14784 .PHONY: $ac_dir
14785 $ac_dir: $ac_dir/Makefile __builddeps__ dummy
14786         @cd $ac_dir && \$(MAKE)"
14787
14788     if test "x$enable_maintainer_mode" = xyes
14789     then
14790         if wine_fn_has_flag mc $ac_flags
14791         then
14792             wine_fn_append_file ALL_POT_FILES $ac_dir/msg.pot
14793             wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14794 "$ac_dir/msg.pot: $ac_dir"
14795         fi
14796         if wine_fn_has_flag po $ac_flags
14797         then
14798             wine_fn_append_file ALL_POT_FILES $ac_dir/rsrc.pot
14799             wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14800 "$ac_dir/rsrc.pot: $ac_dir"
14801         fi
14802     fi
14803
14804     wine_fn_has_flag install $ac_flags || return
14805     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14806 ".PHONY: $ac_dir/__install__ $ac_dir/__uninstall__
14807 $ac_dir/__install__:: $ac_dir/Makefile __builddeps__
14808         @cd $ac_dir && \$(MAKE) install
14809 $ac_dir/__uninstall__:: $ac_dir/Makefile
14810         @cd $ac_dir && \$(MAKE) uninstall
14811 install install-lib:: $ac_dir/__install__
14812 __uninstall__: $ac_dir/__uninstall__"
14813     if test -n "$DLLEXT" -a "x$enable_tools" != xno && wine_fn_has_flag installbin $ac_flags
14814     then
14815         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14816 "$ac_dir/__install__:: tools \$(DESTDIR)\$(bindir)
14817         \$(INSTALL_SCRIPT) tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
14818 $ac_dir/__uninstall__::
14819         \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
14820     fi
14821 fi
14822 }
14823
14824 wine_fn_config_test ()
14825 {
14826     ac_dir=$1
14827     ac_name=$2
14828     ac_flags=$3
14829     wine_fn_append_file ALL_TEST_RESOURCES $ac_name.res
14830     wine_fn_all_dir_rules $ac_dir Maketest.rules
14831
14832     if test "x$enable_tests" = xno; then :
14833
14834 else
14835   wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14836 "all: $ac_dir
14837 .PHONY: $ac_dir
14838 $ac_dir: $ac_dir/Makefile programs/winetest/Makefile __builddeps__ dummy
14839         @cd $ac_dir && \$(MAKE)
14840 programs/winetest: $ac_dir
14841 check test: $ac_dir/__test__
14842 .PHONY: $ac_dir/__test__
14843 $ac_dir/__test__: dummy
14844         @cd $ac_dir && \$(MAKE) test
14845 testclean::
14846         \$(RM) $ac_dir/*.ok"
14847
14848         if test "x$CROSSTEST_DISABLE" = x
14849         then
14850             wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14851 "crosstest: $ac_dir/__crosstest__
14852 .PHONY: $ac_dir/__crosstest__
14853 $ac_dir/__crosstest__: $ac_dir/Makefile __builddeps__ dummy
14854         @cd $ac_dir && \$(MAKE) crosstest"
14855         fi
14856 fi
14857 }
14858
14859 wine_fn_config_tool ()
14860 {
14861     ac_dir=$1
14862     ac_flags=$2
14863     if test "x$enable_tools" = xno; then :
14864   return 0
14865 fi
14866
14867     wine_fn_config_makefile $ac_dir enable_tools $ac_flags
14868
14869     wine_fn_append_rule ALL_MAKEFILE_DEPENDS "__tooldeps__: $ac_dir"
14870     wine_fn_append_rule ALL_MAKEFILE_DEPENDS "$ac_dir: libs/port"
14871     case $ac_dir in
14872       tools/winebuild) wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(WINEBUILD): $ac_dir" ;;
14873     esac
14874 }
14875
14876 wine_fn_config_makerules ()
14877 {
14878     ac_rules=$1
14879     ac_deps=$2
14880     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14881 "$ac_rules: $ac_rules.in $ac_deps config.status
14882         @./config.status $ac_rules
14883 distclean::
14884         \$(RM) $ac_rules"
14885 }
14886
14887 wine_fn_config_symlink ()
14888 {
14889     ac_link=$1
14890     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14891 "$ac_link:
14892         @./config.status $ac_link
14893 distclean::
14894         \$(RM) $ac_link"
14895 }
14896
14897 if test "x$CROSSTEST_DISABLE" != x
14898 then
14899     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14900 "crosstest:
14901         @echo \"crosstest is not supported (mingw not installed?)\" && false"
14902 fi
14903 ac_config_links="$ac_config_links dlls/shell32/AUTHORS:AUTHORS"
14904 wine_fn_config_symlink dlls/shell32/AUTHORS
14905 ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
14906 test "$srcdir" = "." || wine_fn_config_symlink dlls/wineps.drv/generic.ppd
14907 if test "x$enable_fonts" != xno; then
14908 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
14909 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf
14910 fi
14911 if test "x$enable_fonts" != xno; then
14912 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
14913 test "$srcdir" = "." || wine_fn_config_symlink fonts/symbol.ttf
14914 fi
14915 if test "x$enable_fonts" != xno; then
14916 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
14917 test "$srcdir" = "." || wine_fn_config_symlink fonts/tahoma.ttf
14918 fi
14919 if test "x$enable_fonts" != xno; then
14920 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
14921 test "$srcdir" = "." || wine_fn_config_symlink fonts/tahomabd.ttf
14922 fi
14923 if test "x$enable_tools" != xno; then
14924 ac_config_links="$ac_config_links tools/l_intl.nls:tools/l_intl.nls"
14925 test "$srcdir" = "." || wine_fn_config_symlink tools/l_intl.nls
14926 fi
14927 ac_config_links="$ac_config_links wine:tools/winewrapper"
14928 wine_fn_config_symlink wine
14929 if test "x$enable_win64" != xno; then
14930 ac_config_links="$ac_config_links wine64:tools/winewrapper"
14931 wine_fn_config_symlink wine64
14932 fi
14933
14934 ac_config_commands="$ac_config_commands dlls/gdi32/dibdrv"
14935
14936 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
14937
14938 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
14939
14940 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
14941
14942 ac_config_commands="$ac_config_commands dlls/user32/resources"
14943
14944 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
14945
14946 ac_config_commands="$ac_config_commands include/wine"
14947
14948
14949 wine_fn_config_makerules Make.rules
14950 MAKE_RULES=Make.rules
14951 ac_config_files="$ac_config_files Make.rules"
14952
14953 wine_fn_config_makerules Maketest.rules Make.rules
14954 MAKE_TEST_RULES=Maketest.rules
14955 ac_config_files="$ac_config_files Maketest.rules"
14956
14957 wine_fn_config_makerules dlls/Makedll.rules Make.rules
14958 MAKE_DLL_RULES=dlls/Makedll.rules
14959 ac_config_files="$ac_config_files dlls/Makedll.rules"
14960
14961 wine_fn_config_makerules dlls/Makeimplib.rules Make.rules
14962 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
14963 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
14964
14965 wine_fn_config_makerules programs/Makeprog.rules Make.rules
14966 MAKE_PROG_RULES=programs/Makeprog.rules
14967 ac_config_files="$ac_config_files programs/Makeprog.rules"
14968
14969
14970 wine_fn_config_dll acledit enable_acledit
14971 wine_fn_config_dll aclui enable_aclui implib
14972 wine_fn_config_dll activeds enable_activeds implib
14973 wine_fn_config_dll actxprxy enable_actxprxy
14974 wine_fn_config_lib adsiid
14975 wine_fn_config_dll advapi32 enable_advapi32 implib
14976 wine_fn_config_test dlls/advapi32/tests advapi32_test
14977 wine_fn_config_dll advpack enable_advpack implib
14978 wine_fn_config_test dlls/advpack/tests advpack_test
14979 wine_fn_config_dll amstream enable_amstream
14980 wine_fn_config_test dlls/amstream/tests amstream_test
14981 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
14982 wine_fn_config_dll atl enable_atl implib
14983 wine_fn_config_test dlls/atl/tests atl_test
14984 wine_fn_config_dll authz enable_authz
14985 wine_fn_config_dll avicap32 enable_avicap32 implib
14986 wine_fn_config_dll avifil32 enable_avifil32 implib,po
14987 wine_fn_config_test dlls/avifil32/tests avifil32_test
14988 wine_fn_config_dll avifile.dll16 enable_win16
14989 wine_fn_config_dll avrt enable_avrt implib
14990 wine_fn_config_dll bcrypt enable_bcrypt
14991 wine_fn_config_dll browseui enable_browseui po
14992 wine_fn_config_test dlls/browseui/tests browseui_test
14993 wine_fn_config_dll cabinet enable_cabinet implib
14994 wine_fn_config_test dlls/cabinet/tests cabinet_test
14995 wine_fn_config_dll capi2032 enable_capi2032 implib
14996 wine_fn_config_dll cards enable_cards implib
14997 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
14998 wine_fn_config_dll clusapi enable_clusapi implib
14999 wine_fn_config_dll comcat enable_comcat
15000 wine_fn_config_test dlls/comcat/tests comcat_test
15001 wine_fn_config_dll comctl32 enable_comctl32 implib,po
15002 wine_fn_config_test dlls/comctl32/tests comctl32_test
15003 wine_fn_config_dll comdlg32 enable_comdlg32 implib,po
15004 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
15005 wine_fn_config_dll comm.drv16 enable_win16
15006 wine_fn_config_dll commdlg.dll16 enable_win16
15007 wine_fn_config_dll compobj.dll16 enable_win16
15008 wine_fn_config_dll compstui enable_compstui implib
15009 wine_fn_config_dll credui enable_credui implib,po
15010 wine_fn_config_test dlls/credui/tests credui_test
15011 wine_fn_config_dll crtdll enable_crtdll implib
15012 wine_fn_config_dll crypt32 enable_crypt32 implib,po
15013 wine_fn_config_test dlls/crypt32/tests crypt32_test
15014 wine_fn_config_dll cryptdlg enable_cryptdlg po
15015 wine_fn_config_dll cryptdll enable_cryptdll implib
15016 wine_fn_config_dll cryptnet enable_cryptnet implib
15017 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
15018 wine_fn_config_dll cryptui enable_cryptui implib,po
15019 wine_fn_config_test dlls/cryptui/tests cryptui_test
15020 wine_fn_config_dll ctapi32 enable_ctapi32
15021 wine_fn_config_dll ctl3d.dll16 enable_win16
15022 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
15023 wine_fn_config_dll ctl3dv2.dll16 enable_win16
15024 wine_fn_config_dll d3d10 enable_d3d10 implib
15025 wine_fn_config_test dlls/d3d10/tests d3d10_test
15026 wine_fn_config_dll d3d10core enable_d3d10core implib
15027 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
15028 wine_fn_config_dll d3d8 enable_d3d8 implib
15029 wine_fn_config_test dlls/d3d8/tests d3d8_test
15030 wine_fn_config_dll d3d9 enable_d3d9 implib
15031 wine_fn_config_test dlls/d3d9/tests d3d9_test
15032 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
15033 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
15034 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
15035 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
15036 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
15037 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
15038 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
15039 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
15040 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
15041 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
15042 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
15043 wine_fn_config_test dlls/d3dcompiler_43/tests d3dcompiler_43_test
15044 wine_fn_config_dll d3dim enable_d3dim implib
15045 wine_fn_config_dll d3drm enable_d3drm implib
15046 wine_fn_config_test dlls/d3drm/tests d3drm_test
15047 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
15048 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
15049 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
15050 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
15051 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
15052 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
15053 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
15054 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
15055 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
15056 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
15057 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
15058 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
15059 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
15060 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
15061 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
15062 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
15063 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
15064 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
15065 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
15066 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
15067 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
15068 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
15069 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
15070 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
15071 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
15072 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
15073 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
15074 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
15075 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
15076 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
15077 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
15078 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
15079 wine_fn_config_dll d3dxof enable_d3dxof implib
15080 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
15081 wine_fn_config_dll dbgeng enable_dbgeng implib
15082 wine_fn_config_dll dbghelp enable_dbghelp implib
15083 wine_fn_config_dll dciman32 enable_dciman32 implib
15084 wine_fn_config_dll ddeml.dll16 enable_win16
15085 wine_fn_config_dll ddraw enable_ddraw implib
15086 wine_fn_config_test dlls/ddraw/tests ddraw_test
15087 wine_fn_config_dll ddrawex enable_ddrawex
15088 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
15089 wine_fn_config_dll devenum enable_devenum po
15090 wine_fn_config_dll dinput enable_dinput implib,staticimplib
15091 wine_fn_config_test dlls/dinput/tests dinput_test
15092 wine_fn_config_dll dinput8 enable_dinput8 implib
15093 wine_fn_config_test dlls/dinput8/tests dinput8_test
15094 wine_fn_config_dll dispdib.dll16 enable_win16
15095 wine_fn_config_dll dispex enable_dispex
15096 wine_fn_config_test dlls/dispex/tests dispex_test
15097 wine_fn_config_dll display.drv16 enable_win16
15098 wine_fn_config_dll dmband enable_dmband
15099 wine_fn_config_dll dmcompos enable_dmcompos
15100 wine_fn_config_dll dmime enable_dmime
15101 wine_fn_config_test dlls/dmime/tests dmime_test
15102 wine_fn_config_dll dmloader enable_dmloader
15103 wine_fn_config_test dlls/dmloader/tests dmloader_test
15104 wine_fn_config_dll dmscript enable_dmscript
15105 wine_fn_config_dll dmstyle enable_dmstyle
15106 wine_fn_config_dll dmsynth enable_dmsynth
15107 wine_fn_config_dll dmusic enable_dmusic
15108 wine_fn_config_dll dmusic32 enable_dmusic32 implib
15109 wine_fn_config_dll dnsapi enable_dnsapi implib
15110 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
15111 wine_fn_config_dll dplay enable_dplay implib
15112 wine_fn_config_dll dplayx enable_dplayx implib
15113 wine_fn_config_test dlls/dplayx/tests dplayx_test
15114 wine_fn_config_dll dpnaddr enable_dpnaddr
15115 wine_fn_config_dll dpnet enable_dpnet implib
15116 wine_fn_config_dll dpnhpast enable_dpnhpast
15117 wine_fn_config_dll dpnlobby enable_dpnlobby
15118 wine_fn_config_dll dpwsockx enable_dpwsockx
15119 wine_fn_config_dll drmclien enable_drmclien
15120 wine_fn_config_dll dsound enable_dsound implib
15121 wine_fn_config_test dlls/dsound/tests dsound_test
15122 wine_fn_config_dll dssenh enable_dssenh
15123 wine_fn_config_dll dswave enable_dswave
15124 wine_fn_config_dll dwmapi enable_dwmapi implib
15125 wine_fn_config_dll dxdiagn enable_dxdiagn po
15126 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
15127 wine_fn_config_lib dxerr8
15128 wine_fn_config_lib dxerr9
15129 wine_fn_config_dll dxgi enable_dxgi implib
15130 wine_fn_config_test dlls/dxgi/tests dxgi_test
15131 wine_fn_config_lib dxguid
15132 wine_fn_config_dll explorerframe enable_explorerframe
15133 wine_fn_config_test dlls/explorerframe/tests explorerframe_test
15134 wine_fn_config_dll faultrep enable_faultrep implib
15135 wine_fn_config_test dlls/faultrep/tests faultrep_test
15136 wine_fn_config_dll fltlib enable_fltlib
15137 wine_fn_config_dll fusion enable_fusion
15138 wine_fn_config_test dlls/fusion/tests fusion_test
15139 wine_fn_config_dll fwpuclnt enable_fwpuclnt
15140 wine_fn_config_dll gameux enable_gameux
15141 wine_fn_config_test dlls/gameux/tests gameux_test
15142 wine_fn_config_dll gdi.exe16 enable_win16
15143 wine_fn_config_dll gdi32 enable_gdi32 implib
15144 wine_fn_config_test dlls/gdi32/tests gdi32_test
15145 wine_fn_config_dll gdiplus enable_gdiplus implib
15146 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
15147 wine_fn_config_dll glu32 enable_glu32 implib
15148 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds
15149 wine_fn_config_dll gpkcsp enable_gpkcsp
15150 wine_fn_config_dll hal enable_hal
15151 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx po
15152 wine_fn_config_dll hid enable_hid implib
15153 wine_fn_config_dll hlink enable_hlink implib
15154 wine_fn_config_test dlls/hlink/tests hlink_test
15155 wine_fn_config_dll hnetcfg enable_hnetcfg
15156 wine_fn_config_dll httpapi enable_httpapi
15157 wine_fn_config_dll iccvid enable_iccvid po
15158 wine_fn_config_dll icmp enable_icmp
15159 wine_fn_config_dll ifsmgr.vxd enable_win16
15160 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
15161 wine_fn_config_dll imagehlp enable_imagehlp implib
15162 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
15163 wine_fn_config_dll imm.dll16 enable_win16
15164 wine_fn_config_dll imm32 enable_imm32 implib
15165 wine_fn_config_test dlls/imm32/tests imm32_test
15166 wine_fn_config_dll inetcomm enable_inetcomm implib
15167 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
15168 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
15169 wine_fn_config_dll inetmib1 enable_inetmib1
15170 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
15171 wine_fn_config_dll infosoft enable_infosoft
15172 wine_fn_config_test dlls/infosoft/tests infosoft_test
15173 wine_fn_config_dll initpki enable_initpki
15174 wine_fn_config_dll inkobj enable_inkobj
15175 wine_fn_config_dll inseng enable_inseng
15176 wine_fn_config_dll iphlpapi enable_iphlpapi implib
15177 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
15178 wine_fn_config_dll itircl enable_itircl
15179 wine_fn_config_dll itss enable_itss
15180 wine_fn_config_test dlls/itss/tests itss_test
15181 wine_fn_config_dll jscript enable_jscript po
15182 wine_fn_config_test dlls/jscript/tests jscript_test
15183 wine_fn_config_dll kernel32 enable_kernel32 implib,mc
15184 wine_fn_config_test dlls/kernel32/tests kernel32_test
15185 wine_fn_config_dll keyboard.drv16 enable_win16
15186 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
15187 wine_fn_config_dll ktmw32 enable_ktmw32
15188 wine_fn_config_dll loadperf enable_loadperf implib
15189 wine_fn_config_dll localspl enable_localspl po
15190 wine_fn_config_test dlls/localspl/tests localspl_test
15191 wine_fn_config_dll localui enable_localui po
15192 wine_fn_config_test dlls/localui/tests localui_test
15193 wine_fn_config_dll lz32 enable_lz32 implib
15194 wine_fn_config_test dlls/lz32/tests lz32_test
15195 wine_fn_config_dll lzexpand.dll16 enable_win16
15196 wine_fn_config_dll mapi32 enable_mapi32 implib,po
15197 wine_fn_config_test dlls/mapi32/tests mapi32_test
15198 wine_fn_config_dll mapistub enable_mapistub
15199 wine_fn_config_dll mciavi32 enable_mciavi32
15200 wine_fn_config_dll mcicda enable_mcicda
15201 wine_fn_config_dll mciqtz32 enable_mciqtz32
15202 wine_fn_config_dll mciseq enable_mciseq
15203 wine_fn_config_dll mciwave enable_mciwave
15204 wine_fn_config_dll midimap enable_midimap
15205 wine_fn_config_dll mlang enable_mlang implib
15206 wine_fn_config_test dlls/mlang/tests mlang_test
15207 wine_fn_config_dll mmdevapi enable_mmdevapi
15208 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
15209 wine_fn_config_dll mmdevldr.vxd enable_win16
15210 wine_fn_config_dll mmsystem.dll16 enable_win16
15211 wine_fn_config_dll monodebg.vxd enable_win16
15212 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
15213 wine_fn_config_dll mouse.drv16 enable_win16
15214 wine_fn_config_dll mpr enable_mpr implib,po
15215 wine_fn_config_dll mprapi enable_mprapi implib
15216 wine_fn_config_dll msacm.dll16 enable_win16
15217 wine_fn_config_dll msacm32.drv enable_msacm32_drv
15218 wine_fn_config_dll msacm32 enable_msacm32 implib
15219 wine_fn_config_test dlls/msacm32/tests msacm32_test
15220 wine_fn_config_dll msadp32.acm enable_msadp32_acm
15221 wine_fn_config_dll mscat32 enable_mscat32
15222 wine_fn_config_dll mscms enable_mscms implib
15223 wine_fn_config_test dlls/mscms/tests mscms_test
15224 wine_fn_config_dll mscoree enable_mscoree
15225 wine_fn_config_test dlls/mscoree/tests mscoree_test
15226 wine_fn_config_dll msctf enable_msctf
15227 wine_fn_config_test dlls/msctf/tests msctf_test
15228 wine_fn_config_dll msdaps enable_msdaps
15229 wine_fn_config_dll msdmo enable_msdmo implib
15230 wine_fn_config_dll msftedit enable_msftedit
15231 wine_fn_config_dll msg711.acm enable_msg711_acm
15232 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
15233 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb
15234 wine_fn_config_dll mshtml enable_mshtml implib,po
15235 wine_fn_config_test dlls/mshtml/tests mshtml_test
15236 wine_fn_config_dll msi enable_msi implib,po
15237 wine_fn_config_test dlls/msi/tests msi_test
15238 wine_fn_config_dll msimg32 enable_msimg32 implib
15239 wine_fn_config_dll msimsg enable_msimsg
15240 wine_fn_config_dll msimtf enable_msimtf
15241 wine_fn_config_dll msisip enable_msisip
15242 wine_fn_config_dll msisys.ocx enable_msisys_ocx
15243 wine_fn_config_dll msnet32 enable_msnet32
15244 wine_fn_config_dll mspatcha enable_mspatcha
15245 wine_fn_config_dll msrle32 enable_msrle32 po
15246 wine_fn_config_dll mssign32 enable_mssign32
15247 wine_fn_config_dll mssip32 enable_mssip32
15248 wine_fn_config_dll mstask enable_mstask
15249 wine_fn_config_test dlls/mstask/tests mstask_test
15250 wine_fn_config_dll msvcirt enable_msvcirt
15251 wine_fn_config_dll msvcp100 enable_msvcp100
15252 wine_fn_config_dll msvcp60 enable_msvcp60
15253 wine_fn_config_dll msvcp70 enable_msvcp70
15254 wine_fn_config_dll msvcp71 enable_msvcp71
15255 wine_fn_config_dll msvcp80 enable_msvcp80
15256 wine_fn_config_dll msvcp90 enable_msvcp90
15257 wine_fn_config_test dlls/msvcp90/tests msvcp90_test
15258 wine_fn_config_dll msvcr100 enable_msvcr100
15259 wine_fn_config_dll msvcr70 enable_msvcr70 implib
15260 wine_fn_config_dll msvcr71 enable_msvcr71 implib
15261 wine_fn_config_dll msvcr80 enable_msvcr80
15262 wine_fn_config_dll msvcr90 enable_msvcr90
15263 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
15264 wine_fn_config_dll msvcrt enable_msvcrt implib
15265 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
15266 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
15267 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
15268 wine_fn_config_dll msvcrtd enable_msvcrtd implib
15269 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
15270 wine_fn_config_dll msvfw32 enable_msvfw32 implib,po
15271 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
15272 wine_fn_config_dll msvidc32 enable_msvidc32 po
15273 wine_fn_config_dll msvideo.dll16 enable_win16
15274 wine_fn_config_dll mswsock enable_mswsock implib
15275 wine_fn_config_dll msxml enable_msxml
15276 wine_fn_config_dll msxml2 enable_msxml2
15277 wine_fn_config_dll msxml3 enable_msxml3
15278 wine_fn_config_test dlls/msxml3/tests msxml3_test
15279 wine_fn_config_dll msxml4 enable_msxml4
15280 wine_fn_config_dll msxml6 enable_msxml6
15281 wine_fn_config_dll nddeapi enable_nddeapi implib
15282 wine_fn_config_dll netapi32 enable_netapi32 implib
15283 wine_fn_config_test dlls/netapi32/tests netapi32_test
15284 wine_fn_config_dll newdev enable_newdev implib
15285 wine_fn_config_dll normaliz enable_normaliz implib
15286 wine_fn_config_dll npmshtml enable_npmshtml
15287 wine_fn_config_dll ntdll enable_ntdll implib
15288 wine_fn_config_test dlls/ntdll/tests ntdll_test
15289 wine_fn_config_dll ntdsapi enable_ntdsapi implib
15290 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
15291 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
15292 wine_fn_config_dll ntprint enable_ntprint
15293 wine_fn_config_test dlls/ntprint/tests ntprint_test
15294 wine_fn_config_dll objsel enable_objsel
15295 wine_fn_config_dll odbc32 enable_odbc32 implib
15296 wine_fn_config_dll odbccp32 enable_odbccp32 implib
15297 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
15298 wine_fn_config_dll ole2.dll16 enable_win16
15299 wine_fn_config_dll ole2conv.dll16 enable_win16
15300 wine_fn_config_dll ole2disp.dll16 enable_win16
15301 wine_fn_config_dll ole2nls.dll16 enable_win16
15302 wine_fn_config_dll ole2prox.dll16 enable_win16
15303 wine_fn_config_dll ole2thk.dll16 enable_win16
15304 wine_fn_config_dll ole32 enable_ole32 implib
15305 wine_fn_config_test dlls/ole32/tests ole32_test
15306 wine_fn_config_dll oleacc enable_oleacc implib,po
15307 wine_fn_config_test dlls/oleacc/tests oleacc_test
15308 wine_fn_config_dll oleaut32 enable_oleaut32 implib,po
15309 wine_fn_config_test dlls/oleaut32/tests oleaut32_test
15310 wine_fn_config_dll olecli.dll16 enable_win16
15311 wine_fn_config_dll olecli32 enable_olecli32 implib
15312 wine_fn_config_dll oledb32 enable_oledb32
15313 wine_fn_config_test dlls/oledb32/tests oledb32_test
15314 wine_fn_config_dll oledlg enable_oledlg implib,po
15315 wine_fn_config_dll olepro32 enable_olepro32 implib
15316 wine_fn_config_dll olesvr.dll16 enable_win16
15317 wine_fn_config_dll olesvr32 enable_olesvr32 implib
15318 wine_fn_config_dll olethk32 enable_olethk32
15319 wine_fn_config_dll openal32 enable_openal32
15320 wine_fn_config_dll opencl enable_opencl
15321 wine_fn_config_dll opengl32 enable_opengl32 implib
15322 wine_fn_config_test dlls/opengl32/tests opengl32_test
15323 wine_fn_config_dll pdh enable_pdh implib
15324 wine_fn_config_test dlls/pdh/tests pdh_test
15325 wine_fn_config_dll pidgen enable_pidgen
15326 wine_fn_config_dll powrprof enable_powrprof implib
15327 wine_fn_config_dll printui enable_printui
15328 wine_fn_config_dll propsys enable_propsys implib
15329 wine_fn_config_test dlls/propsys/tests propsys_test
15330 wine_fn_config_dll psapi enable_psapi implib
15331 wine_fn_config_test dlls/psapi/tests psapi_test
15332 wine_fn_config_dll pstorec enable_pstorec
15333 wine_fn_config_dll qcap enable_qcap
15334 wine_fn_config_dll qedit enable_qedit
15335 wine_fn_config_test dlls/qedit/tests qedit_test
15336 wine_fn_config_dll qmgr enable_qmgr
15337 wine_fn_config_test dlls/qmgr/tests qmgr_test
15338 wine_fn_config_dll qmgrprxy enable_qmgrprxy
15339 wine_fn_config_dll quartz enable_quartz implib
15340 wine_fn_config_test dlls/quartz/tests quartz_test
15341 wine_fn_config_dll query enable_query
15342 wine_fn_config_dll rasapi16.dll16 enable_win16
15343 wine_fn_config_dll rasapi32 enable_rasapi32 implib
15344 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
15345 wine_fn_config_dll rasdlg enable_rasdlg implib
15346 wine_fn_config_dll regapi enable_regapi
15347 wine_fn_config_dll resutils enable_resutils implib
15348 wine_fn_config_dll riched20 enable_riched20 implib
15349 wine_fn_config_test dlls/riched20/tests riched20_test
15350 wine_fn_config_dll riched32 enable_riched32
15351 wine_fn_config_test dlls/riched32/tests riched32_test
15352 wine_fn_config_dll rpcrt4 enable_rpcrt4 implib
15353 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test
15354 wine_fn_config_dll rsabase enable_rsabase
15355 wine_fn_config_dll rsaenh enable_rsaenh implib
15356 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
15357 wine_fn_config_dll rstrtmgr enable_rstrtmgr
15358 wine_fn_config_dll rtutils enable_rtutils implib
15359 wine_fn_config_dll samlib enable_samlib
15360 wine_fn_config_dll sane.ds enable_sane_ds po
15361 wine_fn_config_dll scarddlg enable_scarddlg
15362 wine_fn_config_dll sccbase enable_sccbase
15363 wine_fn_config_dll schannel enable_schannel
15364 wine_fn_config_test dlls/schannel/tests schannel_test
15365 wine_fn_config_dll secur32 enable_secur32 implib
15366 wine_fn_config_test dlls/secur32/tests secur32_test
15367 wine_fn_config_dll security enable_security
15368 wine_fn_config_dll sensapi enable_sensapi implib
15369 wine_fn_config_dll serialui enable_serialui implib
15370 wine_fn_config_test dlls/serialui/tests serialui_test
15371 wine_fn_config_dll setupapi enable_setupapi implib,po
15372 wine_fn_config_test dlls/setupapi/tests setupapi_test
15373 wine_fn_config_dll setupx.dll16 enable_win16
15374 wine_fn_config_dll sfc enable_sfc implib
15375 wine_fn_config_dll sfc_os enable_sfc_os implib
15376 wine_fn_config_dll shdoclc enable_shdoclc po
15377 wine_fn_config_dll shdocvw enable_shdocvw implib,po
15378 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
15379 wine_fn_config_dll shell.dll16 enable_win16
15380 wine_fn_config_dll shell32 enable_shell32 implib,po
15381 wine_fn_config_test dlls/shell32/tests shell32_test
15382 wine_fn_config_dll shfolder enable_shfolder implib
15383 wine_fn_config_dll shlwapi enable_shlwapi implib,po
15384 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
15385 wine_fn_config_dll slbcsp enable_slbcsp
15386 wine_fn_config_dll slc enable_slc implib
15387 wine_fn_config_dll snmpapi enable_snmpapi implib
15388 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
15389 wine_fn_config_dll softpub enable_softpub
15390 wine_fn_config_dll sound.drv16 enable_win16
15391 wine_fn_config_dll spoolss enable_spoolss implib
15392 wine_fn_config_test dlls/spoolss/tests spoolss_test
15393 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb
15394 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb
15395 wine_fn_config_dll sti enable_sti implib
15396 wine_fn_config_test dlls/sti/tests sti_test
15397 wine_fn_config_dll storage.dll16 enable_win16
15398 wine_fn_config_dll stress.dll16 enable_win16
15399 wine_fn_config_lib strmbase
15400 wine_fn_config_lib strmiids
15401 wine_fn_config_dll svrapi enable_svrapi
15402 wine_fn_config_dll sxs enable_sxs
15403 wine_fn_config_dll system.drv16 enable_win16
15404 wine_fn_config_dll t2embed enable_t2embed
15405 wine_fn_config_dll tapi32 enable_tapi32 implib
15406 wine_fn_config_dll toolhelp.dll16 enable_win16
15407 wine_fn_config_dll traffic enable_traffic
15408 wine_fn_config_dll twain.dll16 enable_win16
15409 wine_fn_config_dll twain_32 enable_twain_32
15410 wine_fn_config_test dlls/twain_32/tests twain_32_test
15411 wine_fn_config_dll typelib.dll16 enable_win16
15412 wine_fn_config_dll unicows enable_unicows implib
15413 wine_fn_config_dll updspapi enable_updspapi
15414 wine_fn_config_dll url enable_url implib
15415 wine_fn_config_dll urlmon enable_urlmon implib
15416 wine_fn_config_test dlls/urlmon/tests urlmon_test
15417 wine_fn_config_dll usbd.sys enable_usbd_sys implib
15418 wine_fn_config_dll user.exe16 enable_win16
15419 wine_fn_config_dll user32 enable_user32 implib,po
15420 wine_fn_config_test dlls/user32/tests user32_test
15421 wine_fn_config_dll userenv enable_userenv implib
15422 wine_fn_config_test dlls/userenv/tests userenv_test
15423 wine_fn_config_dll usp10 enable_usp10 implib
15424 wine_fn_config_test dlls/usp10/tests usp10_test
15425 wine_fn_config_lib uuid
15426 wine_fn_config_dll uxtheme enable_uxtheme implib
15427 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
15428 wine_fn_config_dll vbscript enable_vbscript
15429 wine_fn_config_dll vcomp enable_vcomp
15430 wine_fn_config_dll vdhcp.vxd enable_win16
15431 wine_fn_config_dll vdmdbg enable_vdmdbg implib
15432 wine_fn_config_dll ver.dll16 enable_win16
15433 wine_fn_config_dll version enable_version implib
15434 wine_fn_config_test dlls/version/tests version_test
15435 wine_fn_config_dll vmm.vxd enable_win16
15436 wine_fn_config_dll vnbt.vxd enable_win16
15437 wine_fn_config_dll vnetbios.vxd enable_win16
15438 wine_fn_config_dll vtdapi.vxd enable_win16
15439 wine_fn_config_dll vwin32.vxd enable_win16
15440 wine_fn_config_dll w32skrnl enable_win16
15441 wine_fn_config_dll w32sys.dll16 enable_win16
15442 wine_fn_config_dll wbemprox enable_wbemprox
15443 wine_fn_config_dll wer enable_wer implib
15444 wine_fn_config_test dlls/wer/tests wer_test
15445 wine_fn_config_dll wiaservc enable_wiaservc
15446 wine_fn_config_dll win32s16.dll16 enable_win16
15447 wine_fn_config_dll win87em.dll16 enable_win16
15448 wine_fn_config_dll winaspi.dll16 enable_win16
15449 wine_fn_config_dll windebug.dll16 enable_win16
15450 wine_fn_config_dll windowscodecs enable_windowscodecs implib
15451 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
15452 wine_fn_config_dll winealsa.drv enable_winealsa_drv
15453 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
15454 wine_fn_config_lib winecrt0
15455 wine_fn_config_dll wined3d enable_wined3d implib
15456 wine_fn_config_dll wineesd.drv enable_wineesd_drv
15457 wine_fn_config_dll winegstreamer enable_winegstreamer
15458 wine_fn_config_dll winejack.drv enable_winejack_drv
15459 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
15460 wine_fn_config_dll winemapi enable_winemapi
15461 wine_fn_config_dll winemp3.acm enable_winemp3_acm
15462 wine_fn_config_dll winenas.drv enable_winenas_drv
15463 wine_fn_config_dll wineoss.drv enable_wineoss_drv
15464 wine_fn_config_dll wineps.drv enable_wineps_drv install-lib
15465 wine_fn_config_dll wineps16.drv16 enable_win16
15466 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
15467 wine_fn_config_dll winequartz.drv enable_winequartz_drv
15468 wine_fn_config_dll winex11.drv enable_winex11_drv
15469 wine_fn_config_dll wing.dll16 enable_win16
15470 wine_fn_config_dll wing32 enable_wing32
15471 wine_fn_config_dll winhttp enable_winhttp implib
15472 wine_fn_config_test dlls/winhttp/tests winhttp_test
15473 wine_fn_config_dll wininet enable_wininet implib,po
15474 wine_fn_config_test dlls/wininet/tests wininet_test
15475 wine_fn_config_dll winmm enable_winmm implib,po
15476 wine_fn_config_test dlls/winmm/tests winmm_test
15477 wine_fn_config_dll winnls.dll16 enable_win16
15478 wine_fn_config_dll winnls32 enable_winnls32 implib
15479 wine_fn_config_dll winscard enable_winscard implib
15480 wine_fn_config_dll winsock.dll16 enable_win16
15481 wine_fn_config_dll winspool.drv enable_winspool_drv implib,po winspool
15482 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
15483 wine_fn_config_dll winsta enable_winsta
15484 wine_fn_config_dll wintab.dll16 enable_win16
15485 wine_fn_config_dll wintab32 enable_wintab32 implib
15486 wine_fn_config_test dlls/wintab32/tests wintab32_test
15487 wine_fn_config_dll wintrust enable_wintrust implib
15488 wine_fn_config_test dlls/wintrust/tests wintrust_test
15489 wine_fn_config_dll wlanapi enable_wlanapi
15490 wine_fn_config_dll wldap32 enable_wldap32 implib,po
15491 wine_fn_config_test dlls/wldap32/tests wldap32_test
15492 wine_fn_config_dll wmi enable_wmi
15493 wine_fn_config_dll wmiutils enable_wmiutils
15494 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
15495 wine_fn_config_dll wow32 enable_win16 implib
15496 wine_fn_config_dll ws2_32 enable_ws2_32 implib
15497 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
15498 wine_fn_config_dll wsock32 enable_wsock32 implib
15499 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
15500 wine_fn_config_dll wuapi enable_wuapi
15501 wine_fn_config_dll wuaueng enable_wuaueng
15502 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
15503 wine_fn_config_dll xinput1_1 enable_xinput1_1
15504 wine_fn_config_dll xinput1_2 enable_xinput1_2
15505 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
15506 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
15507 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
15508 wine_fn_config_dll xmllite enable_xmllite
15509 wine_fn_config_test dlls/xmllite/tests xmllite_test
15510 wine_fn_config_makefile documentation enable_documentation
15511 wine_fn_config_makefile fonts enable_fonts install-lib
15512 wine_fn_config_makefile include enable_include install-dev
15513 wine_fn_config_makefile libs/port enable_libs_port
15514 wine_fn_config_makefile libs/wine enable_libs_wine install-dev,install-lib
15515 wine_fn_config_makefile libs/wpp enable_libs_wpp
15516 wine_fn_config_makefile loader enable_loader install-lib
15517 wine_fn_config_program aspnet_regiis enable_aspnet_regiis install
15518 wine_fn_config_program attrib enable_attrib install
15519 wine_fn_config_program cabarc enable_cabarc install
15520 wine_fn_config_program cacls enable_cacls install
15521 wine_fn_config_program clock enable_clock install,po
15522 wine_fn_config_program cmd enable_cmd install,po
15523 wine_fn_config_test programs/cmd/tests cmd.exe_test
15524 wine_fn_config_program cmdlgtst enable_cmdlgtst
15525 wine_fn_config_program control enable_control install
15526 wine_fn_config_program dxdiag enable_dxdiag install,po
15527 wine_fn_config_program eject enable_eject install
15528 wine_fn_config_program expand enable_expand install
15529 wine_fn_config_program explorer enable_explorer install,po
15530 wine_fn_config_program extrac32 enable_extrac32 install
15531 wine_fn_config_program hh enable_hh install
15532 wine_fn_config_program hostname enable_hostname install,po
15533 wine_fn_config_program icinfo enable_icinfo install
15534 wine_fn_config_program iexplore enable_iexplore install
15535 wine_fn_config_program ipconfig enable_ipconfig install,po
15536 wine_fn_config_program lodctr enable_lodctr install
15537 wine_fn_config_program mofcomp enable_mofcomp install
15538 wine_fn_config_program mshta enable_mshta install
15539 wine_fn_config_program msiexec enable_msiexec install,installbin
15540 wine_fn_config_program net enable_net install,po
15541 wine_fn_config_program netsh enable_netsh install
15542 wine_fn_config_program ngen enable_ngen install
15543 wine_fn_config_program notepad enable_notepad install,installbin,po
15544 wine_fn_config_program oleview enable_oleview install,po
15545 wine_fn_config_program ping enable_ping install
15546 wine_fn_config_program plugplay enable_plugplay install
15547 wine_fn_config_program progman enable_progman install,po
15548 wine_fn_config_program reg enable_reg install,po
15549 wine_fn_config_program regedit enable_regedit install,installbin,po
15550 wine_fn_config_test programs/regedit/tests regedit.exe_test
15551 wine_fn_config_program regsvcs enable_regsvcs install
15552 wine_fn_config_program regsvr32 enable_regsvr32 install,installbin
15553 wine_fn_config_program rpcss enable_rpcss install
15554 wine_fn_config_program rundll.exe16 enable_win16 install
15555 wine_fn_config_program rundll32 enable_rundll32 install
15556 wine_fn_config_program sc enable_sc install
15557 wine_fn_config_program secedit enable_secedit install
15558 wine_fn_config_program servicemodelreg enable_servicemodelreg install
15559 wine_fn_config_program services enable_services install
15560 wine_fn_config_program spoolsv enable_spoolsv install
15561 wine_fn_config_program start enable_start install,po
15562 wine_fn_config_program svchost enable_svchost install
15563 wine_fn_config_program taskkill enable_taskkill install,po
15564 wine_fn_config_program taskmgr enable_taskmgr install,po
15565 wine_fn_config_program termsv enable_termsv install
15566 wine_fn_config_program uninstaller enable_uninstaller install,po
15567 wine_fn_config_program unlodctr enable_unlodctr install
15568 wine_fn_config_program view enable_view po
15569 wine_fn_config_program wineboot enable_wineboot install,installbin
15570 wine_fn_config_program winebrowser enable_winebrowser install
15571 wine_fn_config_program winecfg enable_winecfg install,installbin,po
15572 wine_fn_config_program wineconsole enable_wineconsole install,installbin,po
15573 wine_fn_config_program winedbg enable_winedbg install,installbin,po
15574 wine_fn_config_program winedevice enable_winedevice install
15575 wine_fn_config_program winefile enable_winefile install,installbin,po
15576 wine_fn_config_program winemenubuilder enable_winemenubuilder install
15577 wine_fn_config_program winemine enable_winemine install,installbin,po
15578 wine_fn_config_program winemsibuilder enable_winemsibuilder install
15579 wine_fn_config_program winepath enable_winepath install,installbin
15580 wine_fn_config_program winetest enable_winetest
15581 wine_fn_config_program winevdm enable_win16 install
15582 wine_fn_config_program winhelp.exe16 enable_win16 install
15583 wine_fn_config_program winhlp32 enable_winhlp32 install,po
15584 wine_fn_config_program winoldap.mod16 enable_win16 install
15585 wine_fn_config_program winver enable_winver install
15586 wine_fn_config_program wmic enable_wmic install
15587 wine_fn_config_program wordpad enable_wordpad install,po
15588 wine_fn_config_program write enable_write install,po
15589 wine_fn_config_program wscript enable_wscript install
15590 wine_fn_config_test programs/wscript/tests wscript.exe_test
15591 wine_fn_config_program xcopy enable_xcopy install,po
15592 wine_fn_config_makefile server enable_server install-lib
15593 wine_fn_config_tool tools install-dev,install-lib
15594 wine_fn_config_tool tools/widl install-dev
15595 wine_fn_config_tool tools/winebuild install-dev
15596 wine_fn_config_tool tools/winedump install-dev
15597 wine_fn_config_tool tools/winegcc install-dev
15598 wine_fn_config_tool tools/wmc install-dev
15599 wine_fn_config_tool tools/wrc install-dev
15600
15601 LINGUAS="\
15602 ar \
15603 bg \
15604 ca \
15605 cs \
15606 da \
15607 de \
15608 el \
15609 en \
15610 en_US \
15611 eo \
15612 es \
15613 fa \
15614 fi \
15615 fr \
15616 he \
15617 hi \
15618 hu \
15619 it \
15620 ja \
15621 ko \
15622 lt \
15623 ml \
15624 nb_NO \
15625 nl \
15626 or \
15627 pa \
15628 pl \
15629 pt_BR \
15630 pt_PT \
15631 rm \
15632 ro \
15633 ru \
15634 sk \
15635 sl \
15636 sr_RS@cyrillic \
15637 sr_RS@latin \
15638 sv \
15639 te \
15640 th \
15641 tr \
15642 uk \
15643 wa \
15644 zh_CN \
15645 zh_TW"
15646
15647
15648
15649 ac_config_commands="$ac_config_commands Makefile"
15650
15651
15652 ac_config_files="$ac_config_files Make.tmp:Make.vars.in:Makefile.in"
15653
15654
15655
15656 if test "x$enable_maintainer_mode" = xyes
15657 then
15658     wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(srcdir)/configure: configure.ac aclocal.m4
15659         cd \$(srcdir) && autoconf --warnings=all
15660 \$(srcdir)/include/config.h.in: include/stamp-h.in
15661 \$(srcdir)/include/stamp-h.in: configure.ac aclocal.m4
15662         cd \$(srcdir) && autoheader --warnings=all
15663         @echo timestamp > \$@
15664
15665 ALL_POT_FILES =$ALL_POT_FILES
15666 all: \$(ALL_PO_FILES)
15667 \$(ALL_PO_FILES): \$(srcdir)/po/wine.pot
15668         msgmerge -q \$@ \$(srcdir)/po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
15669 \$(srcdir)/po/wine.pot: \$(ALL_POT_FILES)
15670         msgcat -o \$@ \$(ALL_POT_FILES)"
15671 fi
15672
15673 if test "x$enable_tools" != xno
15674 then
15675     wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(MAKEDEP): tools/Makefile
15676 clean:: __clean__
15677         \$(RM) tools/makedep\$(EXEEXT)"
15678 fi
15679
15680 if test -n "$with_wine64"
15681 then
15682 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
15683 fonts server tools:
15684         \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
15685 $with_wine64/loader/wine:
15686         \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
15687 $with_wine64/loader/wine-preloader:
15688         \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
15689 clean::
15690         \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
15691 fi
15692
15693 cat >confcache <<\_ACEOF
15694 # This file is a shell script that caches the results of configure
15695 # tests run on this system so they can be shared between configure
15696 # scripts and configure runs, see configure's option --config-cache.
15697 # It is not useful on other systems.  If it contains results you don't
15698 # want to keep, you may remove or edit it.
15699 #
15700 # config.status only pays attention to the cache file if you give it
15701 # the --recheck option to rerun configure.
15702 #
15703 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15704 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15705 # following values.
15706
15707 _ACEOF
15708
15709 # The following way of writing the cache mishandles newlines in values,
15710 # but we know of no workaround that is simple, portable, and efficient.
15711 # So, we kill variables containing newlines.
15712 # Ultrix sh set writes to stderr and can't be redirected directly,
15713 # and sets the high bit in the cache file unless we assign to the vars.
15714 (
15715   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15716     eval ac_val=\$$ac_var
15717     case $ac_val in #(
15718     *${as_nl}*)
15719       case $ac_var in #(
15720       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15721 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15722       esac
15723       case $ac_var in #(
15724       _ | IFS | as_nl) ;; #(
15725       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15726       *) { eval $ac_var=; unset $ac_var;} ;;
15727       esac ;;
15728     esac
15729   done
15730
15731   (set) 2>&1 |
15732     case $as_nl`(ac_space=' '; set) 2>&1` in #(
15733     *${as_nl}ac_space=\ *)
15734       # `set' does not quote correctly, so add quotes: double-quote
15735       # substitution turns \\\\ into \\, and sed turns \\ into \.
15736       sed -n \
15737         "s/'/'\\\\''/g;
15738           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15739       ;; #(
15740     *)
15741       # `set' quotes correctly as required by POSIX, so do not add quotes.
15742       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15743       ;;
15744     esac |
15745     sort
15746 ) |
15747   sed '
15748      /^ac_cv_env_/b end
15749      t clear
15750      :clear
15751      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15752      t end
15753      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15754      :end' >>confcache
15755 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15756   if test -w "$cache_file"; then
15757     if test "x$cache_file" != "x/dev/null"; then
15758       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15759 $as_echo "$as_me: updating cache $cache_file" >&6;}
15760       if test ! -f "$cache_file" || test -h "$cache_file"; then
15761         cat confcache >"$cache_file"
15762       else
15763         case $cache_file in #(
15764         */* | ?:*)
15765           mv -f confcache "$cache_file"$$ &&
15766           mv -f "$cache_file"$$ "$cache_file" ;; #(
15767         *)
15768           mv -f confcache "$cache_file" ;;
15769         esac
15770       fi
15771     fi
15772   else
15773     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15774 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15775   fi
15776 fi
15777 rm -f confcache
15778
15779 test "x$prefix" = xNONE && prefix=$ac_default_prefix
15780 # Let make expand exec_prefix.
15781 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15782
15783 DEFS=-DHAVE_CONFIG_H
15784
15785 ac_libobjs=
15786 ac_ltlibobjs=
15787 U=
15788 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15789   # 1. Remove the extension, and $U if already installed.
15790   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15791   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15792   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
15793   #    will be set to the directory where LIBOBJS objects are built.
15794   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15795   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
15796 done
15797 LIBOBJS=$ac_libobjs
15798
15799 LTLIBOBJS=$ac_ltlibobjs
15800
15801
15802
15803 : "${CONFIG_STATUS=./config.status}"
15804 ac_write_fail=0
15805 ac_clean_files_save=$ac_clean_files
15806 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15807 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15808 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15809 as_write_fail=0
15810 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15811 #! $SHELL
15812 # Generated by $as_me.
15813 # Run this file to recreate the current configuration.
15814 # Compiler output produced by configure, useful for debugging
15815 # configure, is in config.log if it exists.
15816
15817 debug=false
15818 ac_cs_recheck=false
15819 ac_cs_silent=false
15820
15821 SHELL=\${CONFIG_SHELL-$SHELL}
15822 export SHELL
15823 _ASEOF
15824 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15825 ## -------------------- ##
15826 ## M4sh Initialization. ##
15827 ## -------------------- ##
15828
15829 # Be more Bourne compatible
15830 DUALCASE=1; export DUALCASE # for MKS sh
15831 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15832   emulate sh
15833   NULLCMD=:
15834   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15835   # is contrary to our usage.  Disable this feature.
15836   alias -g '${1+"$@"}'='"$@"'
15837   setopt NO_GLOB_SUBST
15838 else
15839   case `(set -o) 2>/dev/null` in #(
15840   *posix*) :
15841     set -o posix ;; #(
15842   *) :
15843      ;;
15844 esac
15845 fi
15846
15847
15848 as_nl='
15849 '
15850 export as_nl
15851 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15852 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15853 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15854 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15855 # Prefer a ksh shell builtin over an external printf program on Solaris,
15856 # but without wasting forks for bash or zsh.
15857 if test -z "$BASH_VERSION$ZSH_VERSION" \
15858     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15859   as_echo='print -r --'
15860   as_echo_n='print -rn --'
15861 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15862   as_echo='printf %s\n'
15863   as_echo_n='printf %s'
15864 else
15865   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15866     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15867     as_echo_n='/usr/ucb/echo -n'
15868   else
15869     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15870     as_echo_n_body='eval
15871       arg=$1;
15872       case $arg in #(
15873       *"$as_nl"*)
15874         expr "X$arg" : "X\\(.*\\)$as_nl";
15875         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15876       esac;
15877       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15878     '
15879     export as_echo_n_body
15880     as_echo_n='sh -c $as_echo_n_body as_echo'
15881   fi
15882   export as_echo_body
15883   as_echo='sh -c $as_echo_body as_echo'
15884 fi
15885
15886 # The user is always right.
15887 if test "${PATH_SEPARATOR+set}" != set; then
15888   PATH_SEPARATOR=:
15889   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15890     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15891       PATH_SEPARATOR=';'
15892   }
15893 fi
15894
15895
15896 # IFS
15897 # We need space, tab and new line, in precisely that order.  Quoting is
15898 # there to prevent editors from complaining about space-tab.
15899 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15900 # splitting by setting IFS to empty value.)
15901 IFS=" ""        $as_nl"
15902
15903 # Find who we are.  Look in the path if we contain no directory separator.
15904 as_myself=
15905 case $0 in #((
15906   *[\\/]* ) as_myself=$0 ;;
15907   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15908 for as_dir in $PATH
15909 do
15910   IFS=$as_save_IFS
15911   test -z "$as_dir" && as_dir=.
15912     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15913   done
15914 IFS=$as_save_IFS
15915
15916      ;;
15917 esac
15918 # We did not find ourselves, most probably we were run as `sh COMMAND'
15919 # in which case we are not to be found in the path.
15920 if test "x$as_myself" = x; then
15921   as_myself=$0
15922 fi
15923 if test ! -f "$as_myself"; then
15924   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15925   exit 1
15926 fi
15927
15928 # Unset variables that we do not need and which cause bugs (e.g. in
15929 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
15930 # suppresses any "Segmentation fault" message there.  '((' could
15931 # trigger a bug in pdksh 5.2.14.
15932 for as_var in BASH_ENV ENV MAIL MAILPATH
15933 do eval test x\${$as_var+set} = xset \
15934   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15935 done
15936 PS1='$ '
15937 PS2='> '
15938 PS4='+ '
15939
15940 # NLS nuisances.
15941 LC_ALL=C
15942 export LC_ALL
15943 LANGUAGE=C
15944 export LANGUAGE
15945
15946 # CDPATH.
15947 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15948
15949
15950 # as_fn_error STATUS ERROR [LINENO LOG_FD]
15951 # ----------------------------------------
15952 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15953 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15954 # script with STATUS, using 1 if that was 0.
15955 as_fn_error ()
15956 {
15957   as_status=$1; test $as_status -eq 0 && as_status=1
15958   if test "$4"; then
15959     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15960     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
15961   fi
15962   $as_echo "$as_me: error: $2" >&2
15963   as_fn_exit $as_status
15964 } # as_fn_error
15965
15966
15967 # as_fn_set_status STATUS
15968 # -----------------------
15969 # Set $? to STATUS, without forking.
15970 as_fn_set_status ()
15971 {
15972   return $1
15973 } # as_fn_set_status
15974
15975 # as_fn_exit STATUS
15976 # -----------------
15977 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15978 as_fn_exit ()
15979 {
15980   set +e
15981   as_fn_set_status $1
15982   exit $1
15983 } # as_fn_exit
15984
15985 # as_fn_unset VAR
15986 # ---------------
15987 # Portably unset VAR.
15988 as_fn_unset ()
15989 {
15990   { eval $1=; unset $1;}
15991 }
15992 as_unset=as_fn_unset
15993 # as_fn_append VAR VALUE
15994 # ----------------------
15995 # Append the text in VALUE to the end of the definition contained in VAR. Take
15996 # advantage of any shell optimizations that allow amortized linear growth over
15997 # repeated appends, instead of the typical quadratic growth present in naive
15998 # implementations.
15999 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
16000   eval 'as_fn_append ()
16001   {
16002     eval $1+=\$2
16003   }'
16004 else
16005   as_fn_append ()
16006   {
16007     eval $1=\$$1\$2
16008   }
16009 fi # as_fn_append
16010
16011 # as_fn_arith ARG...
16012 # ------------------
16013 # Perform arithmetic evaluation on the ARGs, and store the result in the
16014 # global $as_val. Take advantage of shells that can avoid forks. The arguments
16015 # must be portable across $(()) and expr.
16016 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
16017   eval 'as_fn_arith ()
16018   {
16019     as_val=$(( $* ))
16020   }'
16021 else
16022   as_fn_arith ()
16023   {
16024     as_val=`expr "$@" || test $? -eq 1`
16025   }
16026 fi # as_fn_arith
16027
16028
16029 if expr a : '\(a\)' >/dev/null 2>&1 &&
16030    test "X`expr 00001 : '.*\(...\)'`" = X001; then
16031   as_expr=expr
16032 else
16033   as_expr=false
16034 fi
16035
16036 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
16037   as_basename=basename
16038 else
16039   as_basename=false
16040 fi
16041
16042 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
16043   as_dirname=dirname
16044 else
16045   as_dirname=false
16046 fi
16047
16048 as_me=`$as_basename -- "$0" ||
16049 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16050          X"$0" : 'X\(//\)$' \| \
16051          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
16052 $as_echo X/"$0" |
16053     sed '/^.*\/\([^/][^/]*\)\/*$/{
16054             s//\1/
16055             q
16056           }
16057           /^X\/\(\/\/\)$/{
16058             s//\1/
16059             q
16060           }
16061           /^X\/\(\/\).*/{
16062             s//\1/
16063             q
16064           }
16065           s/.*/./; q'`
16066
16067 # Avoid depending upon Character Ranges.
16068 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
16069 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16070 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
16071 as_cr_digits='0123456789'
16072 as_cr_alnum=$as_cr_Letters$as_cr_digits
16073
16074 ECHO_C= ECHO_N= ECHO_T=
16075 case `echo -n x` in #(((((
16076 -n*)
16077   case `echo 'xy\c'` in
16078   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
16079   xy)  ECHO_C='\c';;
16080   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
16081        ECHO_T=' ';;
16082   esac;;
16083 *)
16084   ECHO_N='-n';;
16085 esac
16086
16087 rm -f conf$$ conf$$.exe conf$$.file
16088 if test -d conf$$.dir; then
16089   rm -f conf$$.dir/conf$$.file
16090 else
16091   rm -f conf$$.dir
16092   mkdir conf$$.dir 2>/dev/null
16093 fi
16094 if (echo >conf$$.file) 2>/dev/null; then
16095   if ln -s conf$$.file conf$$ 2>/dev/null; then
16096     as_ln_s='ln -s'
16097     # ... but there are two gotchas:
16098     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16099     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16100     # In both cases, we have to default to `cp -p'.
16101     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
16102       as_ln_s='cp -p'
16103   elif ln conf$$.file conf$$ 2>/dev/null; then
16104     as_ln_s=ln
16105   else
16106     as_ln_s='cp -p'
16107   fi
16108 else
16109   as_ln_s='cp -p'
16110 fi
16111 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
16112 rmdir conf$$.dir 2>/dev/null
16113
16114
16115 # as_fn_mkdir_p
16116 # -------------
16117 # Create "$as_dir" as a directory, including parents if necessary.
16118 as_fn_mkdir_p ()
16119 {
16120
16121   case $as_dir in #(
16122   -*) as_dir=./$as_dir;;
16123   esac
16124   test -d "$as_dir" || eval $as_mkdir_p || {
16125     as_dirs=
16126     while :; do
16127       case $as_dir in #(
16128       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16129       *) as_qdir=$as_dir;;
16130       esac
16131       as_dirs="'$as_qdir' $as_dirs"
16132       as_dir=`$as_dirname -- "$as_dir" ||
16133 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16134          X"$as_dir" : 'X\(//\)[^/]' \| \
16135          X"$as_dir" : 'X\(//\)$' \| \
16136          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16137 $as_echo X"$as_dir" |
16138     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16139             s//\1/
16140             q
16141           }
16142           /^X\(\/\/\)[^/].*/{
16143             s//\1/
16144             q
16145           }
16146           /^X\(\/\/\)$/{
16147             s//\1/
16148             q
16149           }
16150           /^X\(\/\).*/{
16151             s//\1/
16152             q
16153           }
16154           s/.*/./; q'`
16155       test -d "$as_dir" && break
16156     done
16157     test -z "$as_dirs" || eval "mkdir $as_dirs"
16158   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
16159
16160
16161 } # as_fn_mkdir_p
16162 if mkdir -p . 2>/dev/null; then
16163   as_mkdir_p='mkdir -p "$as_dir"'
16164 else
16165   test -d ./-p && rmdir ./-p
16166   as_mkdir_p=false
16167 fi
16168
16169 if test -x / >/dev/null 2>&1; then
16170   as_test_x='test -x'
16171 else
16172   if ls -dL / >/dev/null 2>&1; then
16173     as_ls_L_option=L
16174   else
16175     as_ls_L_option=
16176   fi
16177   as_test_x='
16178     eval sh -c '\''
16179       if test -d "$1"; then
16180         test -d "$1/.";
16181       else
16182         case $1 in #(
16183         -*)set "./$1";;
16184         esac;
16185         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
16186         ???[sx]*):;;*)false;;esac;fi
16187     '\'' sh
16188   '
16189 fi
16190 as_executable_p=$as_test_x
16191
16192 # Sed expression to map a string onto a valid CPP name.
16193 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16194
16195 # Sed expression to map a string onto a valid variable name.
16196 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16197
16198
16199 exec 6>&1
16200 ## ----------------------------------- ##
16201 ## Main body of $CONFIG_STATUS script. ##
16202 ## ----------------------------------- ##
16203 _ASEOF
16204 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
16205
16206 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16207 # Save the log message, to keep $0 and so on meaningful, and to
16208 # report actual input values of CONFIG_FILES etc. instead of their
16209 # values after options handling.
16210 ac_log="
16211 This file was extended by Wine $as_me 1.3.24, which was
16212 generated by GNU Autoconf 2.68.  Invocation command line was
16213
16214   CONFIG_FILES    = $CONFIG_FILES
16215   CONFIG_HEADERS  = $CONFIG_HEADERS
16216   CONFIG_LINKS    = $CONFIG_LINKS
16217   CONFIG_COMMANDS = $CONFIG_COMMANDS
16218   $ $0 $@
16219
16220 on `(hostname || uname -n) 2>/dev/null | sed 1q`
16221 "
16222
16223 _ACEOF
16224
16225 case $ac_config_files in *"
16226 "*) set x $ac_config_files; shift; ac_config_files=$*;;
16227 esac
16228
16229 case $ac_config_headers in *"
16230 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
16231 esac
16232
16233
16234 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16235 # Files that config.status was made for.
16236 config_files="$ac_config_files"
16237 config_headers="$ac_config_headers"
16238 config_links="$ac_config_links"
16239 config_commands="$ac_config_commands"
16240
16241 _ACEOF
16242
16243 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16244 ac_cs_usage="\
16245 \`$as_me' instantiates files and other configuration actions
16246 from templates according to the current configuration.  Unless the files
16247 and actions are specified as TAGs, all are instantiated by default.
16248
16249 Usage: $0 [OPTION]... [TAG]...
16250
16251   -h, --help       print this help, then exit
16252   -V, --version    print version number and configuration settings, then exit
16253       --config     print configuration, then exit
16254   -q, --quiet, --silent
16255                    do not print progress messages
16256   -d, --debug      don't remove temporary files
16257       --recheck    update $as_me by reconfiguring in the same conditions
16258       --file=FILE[:TEMPLATE]
16259                    instantiate the configuration file FILE
16260       --header=FILE[:TEMPLATE]
16261                    instantiate the configuration header FILE
16262
16263 Configuration files:
16264 $config_files
16265
16266 Configuration headers:
16267 $config_headers
16268
16269 Configuration links:
16270 $config_links
16271
16272 Configuration commands:
16273 $config_commands
16274
16275 Report bugs to <wine-devel@winehq.org>.
16276 Wine home page: <http://www.winehq.org>."
16277
16278 _ACEOF
16279 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16280 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16281 ac_cs_version="\\
16282 Wine config.status 1.3.24
16283 configured by $0, generated by GNU Autoconf 2.68,
16284   with options \\"\$ac_cs_config\\"
16285
16286 Copyright (C) 2010 Free Software Foundation, Inc.
16287 This config.status script is free software; the Free Software Foundation
16288 gives unlimited permission to copy, distribute and modify it."
16289
16290 ac_pwd='$ac_pwd'
16291 srcdir='$srcdir'
16292 INSTALL='$INSTALL'
16293 test -n "\$AWK" || AWK=awk
16294 _ACEOF
16295
16296 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16297 # The default lists apply if the user does not specify any file.
16298 ac_need_defaults=:
16299 while test $# != 0
16300 do
16301   case $1 in
16302   --*=?*)
16303     ac_option=`expr "X$1" : 'X\([^=]*\)='`
16304     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
16305     ac_shift=:
16306     ;;
16307   --*=)
16308     ac_option=`expr "X$1" : 'X\([^=]*\)='`
16309     ac_optarg=
16310     ac_shift=:
16311     ;;
16312   *)
16313     ac_option=$1
16314     ac_optarg=$2
16315     ac_shift=shift
16316     ;;
16317   esac
16318
16319   case $ac_option in
16320   # Handling of the options.
16321   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
16322     ac_cs_recheck=: ;;
16323   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
16324     $as_echo "$ac_cs_version"; exit ;;
16325   --config | --confi | --conf | --con | --co | --c )
16326     $as_echo "$ac_cs_config"; exit ;;
16327   --debug | --debu | --deb | --de | --d | -d )
16328     debug=: ;;
16329   --file | --fil | --fi | --f )
16330     $ac_shift
16331     case $ac_optarg in
16332     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16333     '') as_fn_error $? "missing file argument" ;;
16334     esac
16335     as_fn_append CONFIG_FILES " '$ac_optarg'"
16336     ac_need_defaults=false;;
16337   --header | --heade | --head | --hea )
16338     $ac_shift
16339     case $ac_optarg in
16340     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16341     esac
16342     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
16343     ac_need_defaults=false;;
16344   --he | --h)
16345     # Conflict between --help and --header
16346     as_fn_error $? "ambiguous option: \`$1'
16347 Try \`$0 --help' for more information.";;
16348   --help | --hel | -h )
16349     $as_echo "$ac_cs_usage"; exit ;;
16350   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16351   | -silent | --silent | --silen | --sile | --sil | --si | --s)
16352     ac_cs_silent=: ;;
16353
16354   # This is an error.
16355   -*) as_fn_error $? "unrecognized option: \`$1'
16356 Try \`$0 --help' for more information." ;;
16357
16358   *) as_fn_append ac_config_targets " $1"
16359      ac_need_defaults=false ;;
16360
16361   esac
16362   shift
16363 done
16364
16365 ac_configure_extra_args=
16366
16367 if $ac_cs_silent; then
16368   exec 6>/dev/null
16369   ac_configure_extra_args="$ac_configure_extra_args --silent"
16370 fi
16371
16372 _ACEOF
16373 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16374 if \$ac_cs_recheck; then
16375   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16376   shift
16377   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16378   CONFIG_SHELL='$SHELL'
16379   export CONFIG_SHELL
16380   exec "\$@"
16381 fi
16382
16383 _ACEOF
16384 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16385 exec 5>>config.log
16386 {
16387   echo
16388   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16389 ## Running $as_me. ##
16390 _ASBOX
16391   $as_echo "$ac_log"
16392 } >&5
16393
16394 _ACEOF
16395 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16396 #
16397 # INIT-COMMANDS
16398 #
16399 wine_fn_output_makefile ()
16400 {
16401     cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && return
16402 $ALL_MAKEFILE_DEPENDS
16403 _WINE_EOF
16404     as_fn_error $? "could not create Makefile" "$LINENO" 5
16405 }
16406
16407 _ACEOF
16408
16409 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16410
16411 # Handling of arguments.
16412 for ac_config_target in $ac_config_targets
16413 do
16414   case $ac_config_target in
16415     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
16416     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
16417     "dlls/shell32/AUTHORS") CONFIG_LINKS="$CONFIG_LINKS dlls/shell32/AUTHORS:AUTHORS" ;;
16418     "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
16419     "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
16420     "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
16421     "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
16422     "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
16423     "tools/l_intl.nls") CONFIG_LINKS="$CONFIG_LINKS tools/l_intl.nls:tools/l_intl.nls" ;;
16424     "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
16425     "wine64") CONFIG_LINKS="$CONFIG_LINKS wine64:tools/winewrapper" ;;
16426     "dlls/gdi32/dibdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/dibdrv" ;;
16427     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
16428     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
16429     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
16430     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
16431     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
16432     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
16433     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
16434     "Maketest.rules") CONFIG_FILES="$CONFIG_FILES Maketest.rules" ;;
16435     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
16436     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
16437     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
16438     "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
16439     "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Make.vars.in:Makefile.in" ;;
16440
16441   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16442   esac
16443 done
16444
16445
16446 # If the user did not use the arguments to specify the items to instantiate,
16447 # then the envvar interface is used.  Set only those that are not.
16448 # We use the long form for the default assignment because of an extremely
16449 # bizarre bug on SunOS 4.1.3.
16450 if $ac_need_defaults; then
16451   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16452   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16453   test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
16454   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16455 fi
16456
16457 # Have a temporary directory for convenience.  Make it in the build tree
16458 # simply because there is no reason against having it here, and in addition,
16459 # creating and moving files from /tmp can sometimes cause problems.
16460 # Hook for its removal unless debugging.
16461 # Note that there is a small window in which the directory will not be cleaned:
16462 # after its creation but before its name has been assigned to `$tmp'.
16463 $debug ||
16464 {
16465   tmp= ac_tmp=
16466   trap 'exit_status=$?
16467   : "${ac_tmp:=$tmp}"
16468   { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
16469 ' 0
16470   trap 'as_fn_exit 1' 1 2 13 15
16471 }
16472 # Create a (secure) tmp directory for tmp files.
16473
16474 {
16475   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16476   test -d "$tmp"
16477 }  ||
16478 {
16479   tmp=./conf$$-$RANDOM
16480   (umask 077 && mkdir "$tmp")
16481 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16482 ac_tmp=$tmp
16483
16484 # Set up the scripts for CONFIG_FILES section.
16485 # No need to generate them if there are no CONFIG_FILES.
16486 # This happens for instance with `./config.status config.h'.
16487 if test -n "$CONFIG_FILES"; then
16488
16489 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
16490   ac_cs_awk_getline=:
16491   ac_cs_awk_pipe_init=
16492   ac_cs_awk_read_file='
16493       while ((getline aline < (F[key])) > 0)
16494         print(aline)
16495       close(F[key])'
16496   ac_cs_awk_pipe_fini=
16497 else
16498   ac_cs_awk_getline=false
16499   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
16500   ac_cs_awk_read_file='
16501       print "|#_!!_#|"
16502       print "cat " F[key] " &&"
16503       '$ac_cs_awk_pipe_init
16504   # The final `:' finishes the AND list.
16505   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
16506 fi
16507 ac_cr=`echo X | tr X '\015'`
16508 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16509 # But we know of no other shell where ac_cr would be empty at this
16510 # point, so we can use a bashism as a fallback.
16511 if test "x$ac_cr" = x; then
16512   eval ac_cr=\$\'\\r\'
16513 fi
16514 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16515 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16516   ac_cs_awk_cr='\\r'
16517 else
16518   ac_cs_awk_cr=$ac_cr
16519 fi
16520
16521 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
16522 _ACEOF
16523
16524 # Create commands to substitute file output variables.
16525 {
16526   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
16527   echo 'cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&' &&
16528   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
16529   echo "_ACAWK" &&
16530   echo "_ACEOF"
16531 } >conf$$files.sh &&
16532 . ./conf$$files.sh ||
16533   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16534 rm -f conf$$files.sh
16535
16536 {
16537   echo "cat >conf$$subs.awk <<_ACEOF" &&
16538   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16539   echo "_ACEOF"
16540 } >conf$$subs.sh ||
16541   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16542 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16543 ac_delim='%!_!# '
16544 for ac_last_try in false false false false false :; do
16545   . ./conf$$subs.sh ||
16546     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16547
16548   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16549   if test $ac_delim_n = $ac_delim_num; then
16550     break
16551   elif $ac_last_try; then
16552     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16553   else
16554     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16555   fi
16556 done
16557 rm -f conf$$subs.sh
16558
16559 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16560 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
16561 _ACEOF
16562 sed -n '
16563 h
16564 s/^/S["/; s/!.*/"]=/
16565 p
16566 g
16567 s/^[^!]*!//
16568 :repl
16569 t repl
16570 s/'"$ac_delim"'$//
16571 t delim
16572 :nl
16573 h
16574 s/\(.\{148\}\)..*/\1/
16575 t more1
16576 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16577 p
16578 n
16579 b repl
16580 :more1
16581 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16582 p
16583 g
16584 s/.\{148\}//
16585 t nl
16586 :delim
16587 h
16588 s/\(.\{148\}\)..*/\1/
16589 t more2
16590 s/["\\]/\\&/g; s/^/"/; s/$/"/
16591 p
16592 b
16593 :more2
16594 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16595 p
16596 g
16597 s/.\{148\}//
16598 t delim
16599 ' <conf$$subs.awk | sed '
16600 /^[^""]/{
16601   N
16602   s/\n//
16603 }
16604 ' >>$CONFIG_STATUS || ac_write_fail=1
16605 rm -f conf$$subs.awk
16606 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16607 _ACAWK
16608 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
16609   for (key in S) S_is_set[key] = 1
16610   FS = "\a"
16611   \$ac_cs_awk_pipe_init
16612 }
16613 {
16614   line = $ 0
16615   nfields = split(line, field, "@")
16616   substed = 0
16617   len = length(field[1])
16618   for (i = 2; i < nfields; i++) {
16619     key = field[i]
16620     keylen = length(key)
16621     if (S_is_set[key]) {
16622       value = S[key]
16623       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16624       len += length(value) + length(field[++i])
16625       substed = 1
16626     } else
16627       len += 1 + keylen
16628   }
16629   if (nfields == 3 && !substed) {
16630     key = field[2]
16631     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
16632       \$ac_cs_awk_read_file
16633       next
16634     }
16635   }
16636   print line
16637 }
16638 \$ac_cs_awk_pipe_fini
16639 _ACAWK
16640 _ACEOF
16641 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16642 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16643   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16644 else
16645   cat
16646 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16647   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
16648 _ACEOF
16649
16650 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16651 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
16652 # trailing colons and then remove the whole line if VPATH becomes empty
16653 # (actually we leave an empty line to preserve line numbers).
16654 if test "x$srcdir" = x.; then
16655   ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
16656 h
16657 s///
16658 s/^/:/
16659 s/[      ]*$/:/
16660 s/:\$(srcdir):/:/g
16661 s/:\${srcdir}:/:/g
16662 s/:@srcdir@:/:/g
16663 s/^:*//
16664 s/:*$//
16665 x
16666 s/\(=[   ]*\).*/\1/
16667 G
16668 s/\n//
16669 s/^[^=]*=[       ]*$//
16670 }'
16671 fi
16672
16673 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16674 fi # test -n "$CONFIG_FILES"
16675
16676 # Set up the scripts for CONFIG_HEADERS section.
16677 # No need to generate them if there are no CONFIG_HEADERS.
16678 # This happens for instance with `./config.status Makefile'.
16679 if test -n "$CONFIG_HEADERS"; then
16680 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
16681 BEGIN {
16682 _ACEOF
16683
16684 # Transform confdefs.h into an awk script `defines.awk', embedded as
16685 # here-document in config.status, that substitutes the proper values into
16686 # config.h.in to produce config.h.
16687
16688 # Create a delimiter string that does not exist in confdefs.h, to ease
16689 # handling of long lines.
16690 ac_delim='%!_!# '
16691 for ac_last_try in false false :; do
16692   ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
16693   if test -z "$ac_tt"; then
16694     break
16695   elif $ac_last_try; then
16696     as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
16697   else
16698     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16699   fi
16700 done
16701
16702 # For the awk script, D is an array of macro values keyed by name,
16703 # likewise P contains macro parameters if any.  Preserve backslash
16704 # newline sequences.
16705
16706 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16707 sed -n '
16708 s/.\{148\}/&'"$ac_delim"'/g
16709 t rset
16710 :rset
16711 s/^[     ]*#[    ]*define[       ][      ]*/ /
16712 t def
16713 d
16714 :def
16715 s/\\$//
16716 t bsnl
16717 s/["\\]/\\&/g
16718 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
16719 D["\1"]=" \3"/p
16720 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
16721 d
16722 :bsnl
16723 s/["\\]/\\&/g
16724 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
16725 D["\1"]=" \3\\\\\\n"\\/p
16726 t cont
16727 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16728 t cont
16729 d
16730 :cont
16731 n
16732 s/.\{148\}/&'"$ac_delim"'/g
16733 t clear
16734 :clear
16735 s/\\$//
16736 t bsnlc
16737 s/["\\]/\\&/g; s/^/"/; s/$/"/p
16738 d
16739 :bsnlc
16740 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16741 b cont
16742 ' <confdefs.h | sed '
16743 s/'"$ac_delim"'/"\\\
16744 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16745
16746 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16747   for (key in D) D_is_set[key] = 1
16748   FS = "\a"
16749 }
16750 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16751   line = \$ 0
16752   split(line, arg, " ")
16753   if (arg[1] == "#") {
16754     defundef = arg[2]
16755     mac1 = arg[3]
16756   } else {
16757     defundef = substr(arg[1], 2)
16758     mac1 = arg[2]
16759   }
16760   split(mac1, mac2, "(") #)
16761   macro = mac2[1]
16762   prefix = substr(line, 1, index(line, defundef) - 1)
16763   if (D_is_set[macro]) {
16764     # Preserve the white space surrounding the "#".
16765     print prefix "define", macro P[macro] D[macro]
16766     next
16767   } else {
16768     # Replace #undef with comments.  This is necessary, for example,
16769     # in the case of _POSIX_SOURCE, which is predefined and required
16770     # on some systems where configure will not decide to define it.
16771     if (defundef == "undef") {
16772       print "/*", prefix defundef, macro, "*/"
16773       next
16774     }
16775   }
16776 }
16777 { print }
16778 _ACAWK
16779 _ACEOF
16780 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16781   as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
16782 fi # test -n "$CONFIG_HEADERS"
16783
16784
16785 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS  :L $CONFIG_LINKS  :C $CONFIG_COMMANDS"
16786 shift
16787 for ac_tag
16788 do
16789   case $ac_tag in
16790   :[FHLC]) ac_mode=$ac_tag; continue;;
16791   esac
16792   case $ac_mode$ac_tag in
16793   :[FHL]*:*);;
16794   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
16795   :[FH]-) ac_tag=-:-;;
16796   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16797   esac
16798   ac_save_IFS=$IFS
16799   IFS=:
16800   set x $ac_tag
16801   IFS=$ac_save_IFS
16802   shift
16803   ac_file=$1
16804   shift
16805
16806   case $ac_mode in
16807   :L) ac_source=$1;;
16808   :[FH])
16809     ac_file_inputs=
16810     for ac_f
16811     do
16812       case $ac_f in
16813       -) ac_f="$ac_tmp/stdin";;
16814       *) # Look for the file first in the build tree, then in the source tree
16815          # (if the path is not absolute).  The absolute path cannot be DOS-style,
16816          # because $ac_f cannot contain `:'.
16817          test -f "$ac_f" ||
16818            case $ac_f in
16819            [\\/$]*) false;;
16820            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16821            esac ||
16822            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16823       esac
16824       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16825       as_fn_append ac_file_inputs " '$ac_f'"
16826     done
16827
16828     # Let's still pretend it is `configure' which instantiates (i.e., don't
16829     # use $as_me), people would be surprised to read:
16830     #    /* config.h.  Generated by config.status.  */
16831     configure_input='Generated from '`
16832           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16833         `' by configure.'
16834     if test x"$ac_file" != x-; then
16835       configure_input="$ac_file.  $configure_input"
16836       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16837 $as_echo "$as_me: creating $ac_file" >&6;}
16838     fi
16839     # Neutralize special characters interpreted by sed in replacement strings.
16840     case $configure_input in #(
16841     *\&* | *\|* | *\\* )
16842        ac_sed_conf_input=`$as_echo "$configure_input" |
16843        sed 's/[\\\\&|]/\\\\&/g'`;; #(
16844     *) ac_sed_conf_input=$configure_input;;
16845     esac
16846
16847     case $ac_tag in
16848     *:-:* | *:-) cat >"$ac_tmp/stdin" \
16849       || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
16850     esac
16851     ;;
16852   esac
16853
16854   ac_dir=`$as_dirname -- "$ac_file" ||
16855 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16856          X"$ac_file" : 'X\(//\)[^/]' \| \
16857          X"$ac_file" : 'X\(//\)$' \| \
16858          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16859 $as_echo X"$ac_file" |
16860     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16861             s//\1/
16862             q
16863           }
16864           /^X\(\/\/\)[^/].*/{
16865             s//\1/
16866             q
16867           }
16868           /^X\(\/\/\)$/{
16869             s//\1/
16870             q
16871           }
16872           /^X\(\/\).*/{
16873             s//\1/
16874             q
16875           }
16876           s/.*/./; q'`
16877   as_dir="$ac_dir"; as_fn_mkdir_p
16878   ac_builddir=.
16879
16880 case "$ac_dir" in
16881 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16882 *)
16883   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16884   # A ".." for each directory in $ac_dir_suffix.
16885   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16886   case $ac_top_builddir_sub in
16887   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16888   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16889   esac ;;
16890 esac
16891 ac_abs_top_builddir=$ac_pwd
16892 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16893 # for backward compatibility:
16894 ac_top_builddir=$ac_top_build_prefix
16895
16896 case $srcdir in
16897   .)  # We are building in place.
16898     ac_srcdir=.
16899     ac_top_srcdir=$ac_top_builddir_sub
16900     ac_abs_top_srcdir=$ac_pwd ;;
16901   [\\/]* | ?:[\\/]* )  # Absolute name.
16902     ac_srcdir=$srcdir$ac_dir_suffix;
16903     ac_top_srcdir=$srcdir
16904     ac_abs_top_srcdir=$srcdir ;;
16905   *) # Relative name.
16906     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16907     ac_top_srcdir=$ac_top_build_prefix$srcdir
16908     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16909 esac
16910 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16911
16912
16913   case $ac_mode in
16914   :F)
16915   #
16916   # CONFIG_FILE
16917   #
16918
16919   case $INSTALL in
16920   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16921   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16922   esac
16923 _ACEOF
16924
16925 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16926 # If the template does not know about datarootdir, expand it.
16927 # FIXME: This hack should be removed a few years after 2.60.
16928 ac_datarootdir_hack=; ac_datarootdir_seen=
16929 ac_sed_dataroot='
16930 /datarootdir/ {
16931   p
16932   q
16933 }
16934 /@datadir@/p
16935 /@docdir@/p
16936 /@infodir@/p
16937 /@localedir@/p
16938 /@mandir@/p'
16939 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16940 *datarootdir*) ac_datarootdir_seen=yes;;
16941 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16942   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16943 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16944 _ACEOF
16945 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16946   ac_datarootdir_hack='
16947   s&@datadir@&$datadir&g
16948   s&@docdir@&$docdir&g
16949   s&@infodir@&$infodir&g
16950   s&@localedir@&$localedir&g
16951   s&@mandir@&$mandir&g
16952   s&\\\${datarootdir}&$datarootdir&g' ;;
16953 esac
16954 _ACEOF
16955
16956 # Neutralize VPATH when `$srcdir' = `.'.
16957 # Shell code in configure.ac might set extrasub.
16958 # FIXME: do we really want to maintain this feature?
16959 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16960 ac_sed_extra="$ac_vpsub
16961 $extrasub
16962 _ACEOF
16963 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16964 :t
16965 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16966 s|@configure_input@|$ac_sed_conf_input|;t t
16967 s&@top_builddir@&$ac_top_builddir_sub&;t t
16968 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16969 s&@srcdir@&$ac_srcdir&;t t
16970 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16971 s&@top_srcdir@&$ac_top_srcdir&;t t
16972 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16973 s&@builddir@&$ac_builddir&;t t
16974 s&@abs_builddir@&$ac_abs_builddir&;t t
16975 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16976 s&@INSTALL@&$ac_INSTALL&;t t
16977 $ac_datarootdir_hack
16978 "
16979 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
16980 if $ac_cs_awk_getline; then
16981   $AWK -f "$ac_tmp/subs.awk"
16982 else
16983   $AWK -f "$ac_tmp/subs.awk" | $SHELL
16984 fi \
16985   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16986
16987 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16988   { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
16989   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
16990       "$ac_tmp/out"`; test -z "$ac_out"; } &&
16991   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16992 which seems to be undefined.  Please make sure it is defined" >&5
16993 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16994 which seems to be undefined.  Please make sure it is defined" >&2;}
16995
16996   rm -f "$ac_tmp/stdin"
16997   case $ac_file in
16998   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16999   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
17000   esac \
17001   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17002  ;;
17003   :H)
17004   #
17005   # CONFIG_HEADER
17006   #
17007   if test x"$ac_file" != x-; then
17008     {
17009       $as_echo "/* $configure_input  */" \
17010       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
17011     } >"$ac_tmp/config.h" \
17012       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17013     if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
17014       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
17015 $as_echo "$as_me: $ac_file is unchanged" >&6;}
17016     else
17017       rm -f "$ac_file"
17018       mv "$ac_tmp/config.h" "$ac_file" \
17019         || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17020     fi
17021   else
17022     $as_echo "/* $configure_input  */" \
17023       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
17024       || as_fn_error $? "could not create -" "$LINENO" 5
17025   fi
17026  ;;
17027   :L)
17028   #
17029   # CONFIG_LINK
17030   #
17031
17032   if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
17033     :
17034   else
17035     # Prefer the file from the source tree if names are identical.
17036     if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
17037       ac_source=$srcdir/$ac_source
17038     fi
17039
17040     { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
17041 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
17042
17043     if test ! -r "$ac_source"; then
17044       as_fn_error $? "$ac_source: file not found" "$LINENO" 5
17045     fi
17046     rm -f "$ac_file"
17047
17048     # Try a relative symlink, then a hard link, then a copy.
17049     case $ac_source in
17050     [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
17051         *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
17052     esac
17053     ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
17054       ln "$ac_source" "$ac_file" 2>/dev/null ||
17055       cp -p "$ac_source" "$ac_file" ||
17056       as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
17057   fi
17058  ;;
17059   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
17060 $as_echo "$as_me: executing $ac_file commands" >&6;}
17061  ;;
17062   esac
17063
17064
17065   case $ac_file$ac_mode in
17066     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
17067     "dlls/gdi32/dibdrv":C) test -d "dlls/gdi32/dibdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/dibdrv" >&5
17068 $as_echo "$as_me: creating dlls/gdi32/dibdrv" >&6;}; as_dir="dlls/gdi32/dibdrv"; as_fn_mkdir_p; } ;;
17069     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
17070 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;}; as_dir="dlls/gdi32/enhmfdrv"; as_fn_mkdir_p; } ;;
17071     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
17072 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;}; as_dir="dlls/gdi32/mfdrv"; as_fn_mkdir_p; } ;;
17073     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
17074 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;}; as_dir="dlls/kernel32/nls"; as_fn_mkdir_p; } ;;
17075     "dlls/user32/resources":C) test -d "dlls/user32/resources" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
17076 $as_echo "$as_me: creating dlls/user32/resources" >&6;}; as_dir="dlls/user32/resources"; as_fn_mkdir_p; } ;;
17077     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
17078 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;}; as_dir="dlls/wineps.drv/data"; as_fn_mkdir_p; } ;;
17079     "include/wine":C) test -d "include/wine" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
17080 $as_echo "$as_me: creating include/wine" >&6;}; as_dir="include/wine"; as_fn_mkdir_p; } ;;
17081     "Makefile":C) wine_fn_output_makefile Makefile ;;
17082
17083   esac
17084 done # for ac_tag
17085
17086
17087 as_fn_exit 0
17088 _ACEOF
17089 ac_clean_files=$ac_clean_files_save
17090
17091 test $ac_write_fail = 0 ||
17092   as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
17093
17094
17095 # configure is writing to config.log, and then calls config.status.
17096 # config.status does its own redirection, appending to config.log.
17097 # Unfortunately, on DOS this fails, as config.log is still kept open
17098 # by configure, so config.status won't be able to write to it; its
17099 # output is simply discarded.  So we exec the FD to /dev/null,
17100 # effectively closing config.log, so it can be properly (re)opened and
17101 # appended to by config.status.  When coming back to configure, we
17102 # need to make the FD available again.
17103 if test "$no_create" != yes; then
17104   ac_cs_success=:
17105   ac_config_status_args=
17106   test "$silent" = yes &&
17107     ac_config_status_args="$ac_config_status_args --quiet"
17108   exec 5>/dev/null
17109   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17110   exec 5>>config.log
17111   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17112   # would make configure fail if this is the last instruction.
17113   $ac_cs_success || as_fn_exit 1
17114 fi
17115 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17116   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17117 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
17118 fi
17119
17120
17121 if test "$no_create" = "yes"
17122 then
17123   exit 0
17124 fi
17125
17126 ac_save_IFS="$IFS"
17127 if test "x$wine_notices != "x; then
17128     echo >&6
17129     IFS="|"
17130     for msg in $wine_notices; do
17131         IFS="$ac_save_IFS"
17132         if test -n "$msg"; then
17133             { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
17134 $as_echo "$as_me: $msg" >&6;}
17135         fi
17136     done
17137 fi
17138 IFS="|"
17139 for msg in $wine_warnings; do
17140     IFS="$ac_save_IFS"
17141     if test -n "$msg"; then
17142         echo >&2
17143         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
17144 $as_echo "$as_me: WARNING: $msg" >&2;}
17145     fi
17146 done
17147 IFS="$ac_save_IFS"
17148
17149 echo "
17150 $as_me: Finished.  Do '${ac_make}' to compile Wine.
17151 " >&6
17152