wined3d: Use RECT instead of WINED3DRECT in fb_copy_to_texture_direct.
[wine] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for Wine 1.1.41.
4 #
5 # Report bugs to <wine-devel@winehq.org>.
6 #
7 #
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
10 # Inc.
11 #
12 #
13 # This configure script is free software; the Free Software Foundation
14 # gives unlimited permission to copy, distribute and modify it.
15 ## -------------------- ##
16 ## M4sh Initialization. ##
17 ## -------------------- ##
18
19 # Be more Bourne compatible
20 DUALCASE=1; export DUALCASE # for MKS sh
21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22   emulate sh
23   NULLCMD=:
24   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25   # is contrary to our usage.  Disable this feature.
26   alias -g '${1+"$@"}'='"$@"'
27   setopt NO_GLOB_SUBST
28 else
29   case `(set -o) 2>/dev/null` in #(
30   *posix*) :
31     set -o posix ;; #(
32   *) :
33      ;;
34 esac
35 fi
36
37
38 as_nl='
39 '
40 export as_nl
41 # Printing a long string crashes Solaris 7 /usr/bin/printf.
42 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45 # Prefer a ksh shell builtin over an external printf program on Solaris,
46 # but without wasting forks for bash or zsh.
47 if test -z "$BASH_VERSION$ZSH_VERSION" \
48     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49   as_echo='print -r --'
50   as_echo_n='print -rn --'
51 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52   as_echo='printf %s\n'
53   as_echo_n='printf %s'
54 else
55   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57     as_echo_n='/usr/ucb/echo -n'
58   else
59     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60     as_echo_n_body='eval
61       arg=$1;
62       case $arg in #(
63       *"$as_nl"*)
64         expr "X$arg" : "X\\(.*\\)$as_nl";
65         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66       esac;
67       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
68     '
69     export as_echo_n_body
70     as_echo_n='sh -c $as_echo_n_body as_echo'
71   fi
72   export as_echo_body
73   as_echo='sh -c $as_echo_body as_echo'
74 fi
75
76 # The user is always right.
77 if test "${PATH_SEPARATOR+set}" != set; then
78   PATH_SEPARATOR=:
79   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81       PATH_SEPARATOR=';'
82   }
83 fi
84
85
86 # IFS
87 # We need space, tab and new line, in precisely that order.  Quoting is
88 # there to prevent editors from complaining about space-tab.
89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
90 # splitting by setting IFS to empty value.)
91 IFS=" ""        $as_nl"
92
93 # Find who we are.  Look in the path if we contain no directory separator.
94 case $0 in #((
95   *[\\/]* ) as_myself=$0 ;;
96   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 for as_dir in $PATH
98 do
99   IFS=$as_save_IFS
100   test -z "$as_dir" && as_dir=.
101     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
102   done
103 IFS=$as_save_IFS
104
105      ;;
106 esac
107 # We did not find ourselves, most probably we were run as `sh COMMAND'
108 # in which case we are not to be found in the path.
109 if test "x$as_myself" = x; then
110   as_myself=$0
111 fi
112 if test ! -f "$as_myself"; then
113   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114   exit 1
115 fi
116
117 # Unset variables that we do not need and which cause bugs (e.g. in
118 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
119 # suppresses any "Segmentation fault" message there.  '((' could
120 # trigger a bug in pdksh 5.2.14.
121 for as_var in BASH_ENV ENV MAIL MAILPATH
122 do eval test x\${$as_var+set} = xset \
123   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
124 done
125 PS1='$ '
126 PS2='> '
127 PS4='+ '
128
129 # NLS nuisances.
130 LC_ALL=C
131 export LC_ALL
132 LANGUAGE=C
133 export LANGUAGE
134
135 # CDPATH.
136 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137
138 if test "x$CONFIG_SHELL" = x; then
139   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140   emulate sh
141   NULLCMD=:
142   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
143   # is contrary to our usage.  Disable this feature.
144   alias -g '\${1+\"\$@\"}'='\"\$@\"'
145   setopt NO_GLOB_SUBST
146 else
147   case \`(set -o) 2>/dev/null\` in #(
148   *posix*) :
149     set -o posix ;; #(
150   *) :
151      ;;
152 esac
153 fi
154 "
155   as_required="as_fn_return () { (exit \$1); }
156 as_fn_success () { as_fn_return 0; }
157 as_fn_failure () { as_fn_return 1; }
158 as_fn_ret_success () { return 0; }
159 as_fn_ret_failure () { return 1; }
160
161 exitcode=0
162 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
163 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
164 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
165 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
166 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
167
168 else
169   exitcode=1; echo positional parameters were not saved.
170 fi
171 test x\$exitcode = x0 || exit 1"
172   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
173   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
175   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
176 test \$(( 1 + 1 )) = 2 || exit 1"
177   if (eval "$as_required") 2>/dev/null; then :
178   as_have_required=yes
179 else
180   as_have_required=no
181 fi
182   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
183
184 else
185   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
186 as_found=false
187 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
188 do
189   IFS=$as_save_IFS
190   test -z "$as_dir" && as_dir=.
191   as_found=:
192   case $as_dir in #(
193          /*)
194            for as_base in sh bash ksh sh5; do
195              # Try only shells that exist, to save several forks.
196              as_shell=$as_dir/$as_base
197              if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
198                     { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
199   CONFIG_SHELL=$as_shell as_have_required=yes
200                    if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
201   break 2
202 fi
203 fi
204            done;;
205        esac
206   as_found=false
207 done
208 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
209               { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
210   CONFIG_SHELL=$SHELL as_have_required=yes
211 fi; }
212 IFS=$as_save_IFS
213
214
215       if test "x$CONFIG_SHELL" != x; then :
216   # We cannot yet assume a decent shell, so we have to provide a
217         # neutralization value for shells without unset; and this also
218         # works around shells that cannot unset nonexistent variables.
219         BASH_ENV=/dev/null
220         ENV=/dev/null
221         (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
222         export CONFIG_SHELL
223         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
224 fi
225
226     if test x$as_have_required = xno; then :
227   $as_echo "$0: This script requires a shell more modern than all"
228   $as_echo "$0: the shells that I found on your system."
229   if test x${ZSH_VERSION+set} = xset ; then
230     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
231     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
232   else
233     $as_echo "$0: Please tell bug-autoconf@gnu.org and
234 $0: wine-devel@winehq.org about your system, including any
235 $0: error possibly output before this message. Then install
236 $0: a modern shell, or manually run the script under such a
237 $0: shell if you do have one."
238   fi
239   exit 1
240 fi
241 fi
242 fi
243 SHELL=${CONFIG_SHELL-/bin/sh}
244 export SHELL
245 # Unset more variables known to interfere with behavior of common tools.
246 CLICOLOR_FORCE= GREP_OPTIONS=
247 unset CLICOLOR_FORCE GREP_OPTIONS
248
249 ## --------------------- ##
250 ## M4sh Shell Functions. ##
251 ## --------------------- ##
252 # as_fn_unset VAR
253 # ---------------
254 # Portably unset VAR.
255 as_fn_unset ()
256 {
257   { eval $1=; unset $1;}
258 }
259 as_unset=as_fn_unset
260
261 # as_fn_set_status STATUS
262 # -----------------------
263 # Set $? to STATUS, without forking.
264 as_fn_set_status ()
265 {
266   return $1
267 } # as_fn_set_status
268
269 # as_fn_exit STATUS
270 # -----------------
271 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
272 as_fn_exit ()
273 {
274   set +e
275   as_fn_set_status $1
276   exit $1
277 } # as_fn_exit
278
279 # as_fn_mkdir_p
280 # -------------
281 # Create "$as_dir" as a directory, including parents if necessary.
282 as_fn_mkdir_p ()
283 {
284
285   case $as_dir in #(
286   -*) as_dir=./$as_dir;;
287   esac
288   test -d "$as_dir" || eval $as_mkdir_p || {
289     as_dirs=
290     while :; do
291       case $as_dir in #(
292       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
293       *) as_qdir=$as_dir;;
294       esac
295       as_dirs="'$as_qdir' $as_dirs"
296       as_dir=`$as_dirname -- "$as_dir" ||
297 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
298          X"$as_dir" : 'X\(//\)[^/]' \| \
299          X"$as_dir" : 'X\(//\)$' \| \
300          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
301 $as_echo X"$as_dir" |
302     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
303             s//\1/
304             q
305           }
306           /^X\(\/\/\)[^/].*/{
307             s//\1/
308             q
309           }
310           /^X\(\/\/\)$/{
311             s//\1/
312             q
313           }
314           /^X\(\/\).*/{
315             s//\1/
316             q
317           }
318           s/.*/./; q'`
319       test -d "$as_dir" && break
320     done
321     test -z "$as_dirs" || eval "mkdir $as_dirs"
322   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
323
324
325 } # as_fn_mkdir_p
326 # as_fn_append VAR VALUE
327 # ----------------------
328 # Append the text in VALUE to the end of the definition contained in VAR. Take
329 # advantage of any shell optimizations that allow amortized linear growth over
330 # repeated appends, instead of the typical quadratic growth present in naive
331 # implementations.
332 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
333   eval 'as_fn_append ()
334   {
335     eval $1+=\$2
336   }'
337 else
338   as_fn_append ()
339   {
340     eval $1=\$$1\$2
341   }
342 fi # as_fn_append
343
344 # as_fn_arith ARG...
345 # ------------------
346 # Perform arithmetic evaluation on the ARGs, and store the result in the
347 # global $as_val. Take advantage of shells that can avoid forks. The arguments
348 # must be portable across $(()) and expr.
349 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
350   eval 'as_fn_arith ()
351   {
352     as_val=$(( $* ))
353   }'
354 else
355   as_fn_arith ()
356   {
357     as_val=`expr "$@" || test $? -eq 1`
358   }
359 fi # as_fn_arith
360
361
362 # as_fn_error ERROR [LINENO LOG_FD]
363 # ---------------------------------
364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
365 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
366 # script with status $?, using 1 if that was 0.
367 as_fn_error ()
368 {
369   as_status=$?; test $as_status -eq 0 && as_status=1
370   if test "$3"; then
371     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
372     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
373   fi
374   $as_echo "$as_me: error: $1" >&2
375   as_fn_exit $as_status
376 } # as_fn_error
377
378 if expr a : '\(a\)' >/dev/null 2>&1 &&
379    test "X`expr 00001 : '.*\(...\)'`" = X001; then
380   as_expr=expr
381 else
382   as_expr=false
383 fi
384
385 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
386   as_basename=basename
387 else
388   as_basename=false
389 fi
390
391 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
392   as_dirname=dirname
393 else
394   as_dirname=false
395 fi
396
397 as_me=`$as_basename -- "$0" ||
398 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
399          X"$0" : 'X\(//\)$' \| \
400          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
401 $as_echo X/"$0" |
402     sed '/^.*\/\([^/][^/]*\)\/*$/{
403             s//\1/
404             q
405           }
406           /^X\/\(\/\/\)$/{
407             s//\1/
408             q
409           }
410           /^X\/\(\/\).*/{
411             s//\1/
412             q
413           }
414           s/.*/./; q'`
415
416 # Avoid depending upon Character Ranges.
417 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
418 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
419 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
420 as_cr_digits='0123456789'
421 as_cr_alnum=$as_cr_Letters$as_cr_digits
422
423
424   as_lineno_1=$LINENO as_lineno_1a=$LINENO
425   as_lineno_2=$LINENO as_lineno_2a=$LINENO
426   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
427   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
428   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
429   sed -n '
430     p
431     /[$]LINENO/=
432   ' <$as_myself |
433     sed '
434       s/[$]LINENO.*/&-/
435       t lineno
436       b
437       :lineno
438       N
439       :loop
440       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
441       t loop
442       s/-\n.*//
443     ' >$as_me.lineno &&
444   chmod +x "$as_me.lineno" ||
445     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
446
447   # Don't try to exec as it changes $[0], causing all sort of problems
448   # (the dirname of $[0] is not the place where we might find the
449   # original and so on.  Autoconf is especially sensitive to this).
450   . "./$as_me.lineno"
451   # Exit status is that of the last command.
452   exit
453 }
454
455 ECHO_C= ECHO_N= ECHO_T=
456 case `echo -n x` in #(((((
457 -n*)
458   case `echo 'xy\c'` in
459   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
460   xy)  ECHO_C='\c';;
461   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
462        ECHO_T=' ';;
463   esac;;
464 *)
465   ECHO_N='-n';;
466 esac
467
468 rm -f conf$$ conf$$.exe conf$$.file
469 if test -d conf$$.dir; then
470   rm -f conf$$.dir/conf$$.file
471 else
472   rm -f conf$$.dir
473   mkdir conf$$.dir 2>/dev/null
474 fi
475 if (echo >conf$$.file) 2>/dev/null; then
476   if ln -s conf$$.file conf$$ 2>/dev/null; then
477     as_ln_s='ln -s'
478     # ... but there are two gotchas:
479     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
480     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
481     # In both cases, we have to default to `cp -p'.
482     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
483       as_ln_s='cp -p'
484   elif ln conf$$.file conf$$ 2>/dev/null; then
485     as_ln_s=ln
486   else
487     as_ln_s='cp -p'
488   fi
489 else
490   as_ln_s='cp -p'
491 fi
492 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
493 rmdir conf$$.dir 2>/dev/null
494
495 if mkdir -p . 2>/dev/null; then
496   as_mkdir_p='mkdir -p "$as_dir"'
497 else
498   test -d ./-p && rmdir ./-p
499   as_mkdir_p=false
500 fi
501
502 if test -x / >/dev/null 2>&1; then
503   as_test_x='test -x'
504 else
505   if ls -dL / >/dev/null 2>&1; then
506     as_ls_L_option=L
507   else
508     as_ls_L_option=
509   fi
510   as_test_x='
511     eval sh -c '\''
512       if test -d "$1"; then
513         test -d "$1/.";
514       else
515         case $1 in #(
516         -*)set "./$1";;
517         esac;
518         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
519         ???[sx]*):;;*)false;;esac;fi
520     '\'' sh
521   '
522 fi
523 as_executable_p=$as_test_x
524
525 # Sed expression to map a string onto a valid CPP name.
526 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
527
528 # Sed expression to map a string onto a valid variable name.
529 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
530
531
532 test -n "$DJDIR" || exec 7<&0 </dev/null
533 exec 6>&1
534
535 # Name of the host.
536 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
537 # so uname gets run too.
538 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
539
540 #
541 # Initializations.
542 #
543 ac_default_prefix=/usr/local
544 ac_clean_files=
545 ac_config_libobj_dir=.
546 LIBOBJS=
547 cross_compiling=no
548 subdirs=
549 MFLAGS=
550 MAKEFLAGS=
551
552 # Identity of this package.
553 PACKAGE_NAME='Wine'
554 PACKAGE_TARNAME='wine'
555 PACKAGE_VERSION='1.1.41'
556 PACKAGE_STRING='Wine 1.1.41'
557 PACKAGE_BUGREPORT='wine-devel@winehq.org'
558 PACKAGE_URL='http://www.winehq.org'
559
560 ac_unique_file="server/atom.c"
561 # Factoring default headers for most tests.
562 ac_includes_default="\
563 #include <stdio.h>
564 #ifdef HAVE_SYS_TYPES_H
565 # include <sys/types.h>
566 #endif
567 #ifdef HAVE_SYS_STAT_H
568 # include <sys/stat.h>
569 #endif
570 #ifdef STDC_HEADERS
571 # include <stdlib.h>
572 # include <stddef.h>
573 #else
574 # ifdef HAVE_STDLIB_H
575 #  include <stdlib.h>
576 # endif
577 #endif
578 #ifdef HAVE_STRING_H
579 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
580 #  include <memory.h>
581 # endif
582 # include <string.h>
583 #endif
584 #ifdef HAVE_STRINGS_H
585 # include <strings.h>
586 #endif
587 #ifdef HAVE_INTTYPES_H
588 # include <inttypes.h>
589 #endif
590 #ifdef HAVE_STDINT_H
591 # include <stdint.h>
592 #endif
593 #ifdef HAVE_UNISTD_H
594 # include <unistd.h>
595 #endif"
596
597 ac_subst_vars='LTLIBOBJS
598 LIBOBJS
599 ALL_TEST_BINARIES
600 ALL_WINETEST_DEPENDS
601 LDAPLIBS
602 LIBPOLL
603 LIBDL
604 EXTRA_BINARIES
605 MAIN_BINARY
606 SOCKETLIBS
607 CRTLIBS
608 TOOLSEXT
609 LDPATH
610 BUILTINFLAG
611 EXTRACFLAGS
612 LIBKSTAT
613 LIBMPG123
614 PNGINCL
615 FONTCONFIGINCL
616 CUPSINCL
617 AUDIOIOLIBS
618 ALSALIBS
619 ESDLIBS
620 ESDINCL
621 ESDCONFIG
622 ZLIB
623 FREETYPEINCL
624 FREETYPELIBS
625 ft_devel
626 LCMSLIBS
627 RESOLVLIBS
628 GPHOTO2INCL
629 GPHOTO2LIBS
630 gphoto2port_devel
631 gphoto2_devel
632 SANEINCL
633 sane_devel
634 GNUTLSINCL
635 HALINCL
636 XSLTINCL
637 XML2INCL
638 XML2LIBS
639 NASLIBS
640 X_EXTRA_LIBS
641 X_LIBS
642 X_PRE_LIBS
643 X_CFLAGS
644 XMKMF
645 LIBPTHREAD
646 CROSSTARGET
647 CROSSTEST
648 CROSSCC
649 CARBONLIB
650 LIBOPENAL
651 COREAUDIO
652 DISKARBITRATIONLIB
653 LDEXECFLAGS
654 IOKITLIB
655 COREFOUNDATIONLIB
656 SECURITYLIB
657 DLLWRAP
658 DLLTOOL
659 LDD
660 LDRPATH_LOCAL
661 LDRPATH_INSTALL
662 IMPLIBEXT
663 LIBEXT
664 LDDLLFLAGS
665 LDSHARED
666 DLLFLAGS
667 DLLEXT
668 CPP
669 OPENGL_LIBS
670 XLIB
671 PRELINK
672 ICOTOOL
673 RSVG
674 PKG_CONFIG
675 FONTFORGE
676 LINTFLAGS
677 LINT
678 INSTALL_DATA
679 INSTALL_SCRIPT
680 INSTALL_PROGRAM
681 LDCONFIG
682 EGREP
683 GREP
684 LN_S
685 STRIP
686 RANLIB
687 ARFLAGS
688 ac_ct_AR
689 AR
690 BISON
691 FLEX
692 TOOLSDIR
693 WOW64_DISABLE
694 TARGETFLAGS
695 CPPBIN
696 ac_ct_CXX
697 CXXFLAGS
698 CXX
699 OBJEXT
700 EXEEXT
701 ac_ct_CC
702 CPPFLAGS
703 LDFLAGS
704 CFLAGS
705 CC
706 SET_MAKE
707 host_os
708 host_vendor
709 host_cpu
710 host
711 build_os
712 build_vendor
713 build_cpu
714 build
715 MAINTAINER_MODE
716 target_alias
717 host_alias
718 build_alias
719 LIBS
720 ECHO_T
721 ECHO_N
722 ECHO_C
723 DEFS
724 mandir
725 localedir
726 libdir
727 psdir
728 pdfdir
729 dvidir
730 htmldir
731 infodir
732 docdir
733 oldincludedir
734 includedir
735 localstatedir
736 sharedstatedir
737 sysconfdir
738 datadir
739 datarootdir
740 libexecdir
741 sbindir
742 bindir
743 program_transform_name
744 prefix
745 exec_prefix
746 PACKAGE_URL
747 PACKAGE_BUGREPORT
748 PACKAGE_STRING
749 PACKAGE_VERSION
750 PACKAGE_TARNAME
751 PACKAGE_NAME
752 PATH_SEPARATOR
753 SHELL'
754 ac_subst_files='MAKE_RULES
755 MAKE_TEST_RULES
756 MAKE_DLL_RULES
757 MAKE_IMPLIB_RULES
758 MAKE_PROG_RULES'
759 ac_user_opts='
760 enable_option_checking
761 enable_win16
762 enable_win64
763 enable_tests
764 enable_maintainer_mode
765 with_alsa
766 with_audioio
767 with_capi
768 with_cms
769 with_coreaudio
770 with_cups
771 with_curses
772 with_esd
773 with_fontconfig
774 with_freetype
775 with_gphoto
776 with_glu
777 with_gnutls
778 with_gsm
779 with_hal
780 with_jack
781 with_jpeg
782 with_ldap
783 with_mpg123
784 with_nas
785 with_openal
786 with_opengl
787 with_openssl
788 with_oss
789 with_png
790 with_pthread
791 with_sane
792 with_tiff
793 with_v4l
794 with_xcomposite
795 with_xcursor
796 with_xinerama
797 with_xinput
798 with_xml
799 with_xrandr
800 with_xrender
801 with_xshape
802 with_xshm
803 with_xslt
804 with_xxf86vm
805 with_wine_tools
806 with_wine64
807 enable_largefile
808 with_x
809 '
810       ac_precious_vars='build_alias
811 host_alias
812 target_alias
813 CC
814 CFLAGS
815 LDFLAGS
816 LIBS
817 CPPFLAGS
818 CXX
819 CXXFLAGS
820 CCC
821 CPP
822 XMKMF'
823
824
825 # Initialize some variables set by options.
826 ac_init_help=
827 ac_init_version=false
828 ac_unrecognized_opts=
829 ac_unrecognized_sep=
830 # The variables have the same names as the options, with
831 # dashes changed to underlines.
832 cache_file=/dev/null
833 exec_prefix=NONE
834 no_create=
835 no_recursion=
836 prefix=NONE
837 program_prefix=NONE
838 program_suffix=NONE
839 program_transform_name=s,x,x,
840 silent=
841 site=
842 srcdir=
843 verbose=
844 x_includes=NONE
845 x_libraries=NONE
846
847 # Installation directory options.
848 # These are left unexpanded so users can "make install exec_prefix=/foo"
849 # and all the variables that are supposed to be based on exec_prefix
850 # by default will actually change.
851 # Use braces instead of parens because sh, perl, etc. also accept them.
852 # (The list follows the same order as the GNU Coding Standards.)
853 bindir='${exec_prefix}/bin'
854 sbindir='${exec_prefix}/sbin'
855 libexecdir='${exec_prefix}/libexec'
856 datarootdir='${prefix}/share'
857 datadir='${datarootdir}'
858 sysconfdir='${prefix}/etc'
859 sharedstatedir='${prefix}/com'
860 localstatedir='${prefix}/var'
861 includedir='${prefix}/include'
862 oldincludedir='/usr/include'
863 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
864 infodir='${datarootdir}/info'
865 htmldir='${docdir}'
866 dvidir='${docdir}'
867 pdfdir='${docdir}'
868 psdir='${docdir}'
869 libdir='${exec_prefix}/lib'
870 localedir='${datarootdir}/locale'
871 mandir='${datarootdir}/man'
872
873 ac_prev=
874 ac_dashdash=
875 for ac_option
876 do
877   # If the previous option needs an argument, assign it.
878   if test -n "$ac_prev"; then
879     eval $ac_prev=\$ac_option
880     ac_prev=
881     continue
882   fi
883
884   case $ac_option in
885   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
886   *)    ac_optarg=yes ;;
887   esac
888
889   # Accept the important Cygnus configure options, so we can diagnose typos.
890
891   case $ac_dashdash$ac_option in
892   --)
893     ac_dashdash=yes ;;
894
895   -bindir | --bindir | --bindi | --bind | --bin | --bi)
896     ac_prev=bindir ;;
897   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
898     bindir=$ac_optarg ;;
899
900   -build | --build | --buil | --bui | --bu)
901     ac_prev=build_alias ;;
902   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
903     build_alias=$ac_optarg ;;
904
905   -cache-file | --cache-file | --cache-fil | --cache-fi \
906   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
907     ac_prev=cache_file ;;
908   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
909   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
910     cache_file=$ac_optarg ;;
911
912   --config-cache | -C)
913     cache_file=config.cache ;;
914
915   -datadir | --datadir | --datadi | --datad)
916     ac_prev=datadir ;;
917   -datadir=* | --datadir=* | --datadi=* | --datad=*)
918     datadir=$ac_optarg ;;
919
920   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
921   | --dataroo | --dataro | --datar)
922     ac_prev=datarootdir ;;
923   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
924   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
925     datarootdir=$ac_optarg ;;
926
927   -disable-* | --disable-*)
928     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
929     # Reject names that are not valid shell variable names.
930     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
931       as_fn_error "invalid feature name: $ac_useropt"
932     ac_useropt_orig=$ac_useropt
933     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
934     case $ac_user_opts in
935       *"
936 "enable_$ac_useropt"
937 "*) ;;
938       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
939          ac_unrecognized_sep=', ';;
940     esac
941     eval enable_$ac_useropt=no ;;
942
943   -docdir | --docdir | --docdi | --doc | --do)
944     ac_prev=docdir ;;
945   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
946     docdir=$ac_optarg ;;
947
948   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
949     ac_prev=dvidir ;;
950   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
951     dvidir=$ac_optarg ;;
952
953   -enable-* | --enable-*)
954     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
955     # Reject names that are not valid shell variable names.
956     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
957       as_fn_error "invalid feature name: $ac_useropt"
958     ac_useropt_orig=$ac_useropt
959     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
960     case $ac_user_opts in
961       *"
962 "enable_$ac_useropt"
963 "*) ;;
964       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
965          ac_unrecognized_sep=', ';;
966     esac
967     eval enable_$ac_useropt=\$ac_optarg ;;
968
969   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
970   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
971   | --exec | --exe | --ex)
972     ac_prev=exec_prefix ;;
973   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
974   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
975   | --exec=* | --exe=* | --ex=*)
976     exec_prefix=$ac_optarg ;;
977
978   -gas | --gas | --ga | --g)
979     # Obsolete; use --with-gas.
980     with_gas=yes ;;
981
982   -help | --help | --hel | --he | -h)
983     ac_init_help=long ;;
984   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
985     ac_init_help=recursive ;;
986   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
987     ac_init_help=short ;;
988
989   -host | --host | --hos | --ho)
990     ac_prev=host_alias ;;
991   -host=* | --host=* | --hos=* | --ho=*)
992     host_alias=$ac_optarg ;;
993
994   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
995     ac_prev=htmldir ;;
996   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
997   | --ht=*)
998     htmldir=$ac_optarg ;;
999
1000   -includedir | --includedir | --includedi | --included | --include \
1001   | --includ | --inclu | --incl | --inc)
1002     ac_prev=includedir ;;
1003   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1004   | --includ=* | --inclu=* | --incl=* | --inc=*)
1005     includedir=$ac_optarg ;;
1006
1007   -infodir | --infodir | --infodi | --infod | --info | --inf)
1008     ac_prev=infodir ;;
1009   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1010     infodir=$ac_optarg ;;
1011
1012   -libdir | --libdir | --libdi | --libd)
1013     ac_prev=libdir ;;
1014   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1015     libdir=$ac_optarg ;;
1016
1017   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1018   | --libexe | --libex | --libe)
1019     ac_prev=libexecdir ;;
1020   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1021   | --libexe=* | --libex=* | --libe=*)
1022     libexecdir=$ac_optarg ;;
1023
1024   -localedir | --localedir | --localedi | --localed | --locale)
1025     ac_prev=localedir ;;
1026   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1027     localedir=$ac_optarg ;;
1028
1029   -localstatedir | --localstatedir | --localstatedi | --localstated \
1030   | --localstate | --localstat | --localsta | --localst | --locals)
1031     ac_prev=localstatedir ;;
1032   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1033   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1034     localstatedir=$ac_optarg ;;
1035
1036   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1037     ac_prev=mandir ;;
1038   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1039     mandir=$ac_optarg ;;
1040
1041   -nfp | --nfp | --nf)
1042     # Obsolete; use --without-fp.
1043     with_fp=no ;;
1044
1045   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1046   | --no-cr | --no-c | -n)
1047     no_create=yes ;;
1048
1049   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1050   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1051     no_recursion=yes ;;
1052
1053   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1054   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1055   | --oldin | --oldi | --old | --ol | --o)
1056     ac_prev=oldincludedir ;;
1057   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1058   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1059   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1060     oldincludedir=$ac_optarg ;;
1061
1062   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1063     ac_prev=prefix ;;
1064   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1065     prefix=$ac_optarg ;;
1066
1067   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1068   | --program-pre | --program-pr | --program-p)
1069     ac_prev=program_prefix ;;
1070   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1071   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1072     program_prefix=$ac_optarg ;;
1073
1074   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1075   | --program-suf | --program-su | --program-s)
1076     ac_prev=program_suffix ;;
1077   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1078   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1079     program_suffix=$ac_optarg ;;
1080
1081   -program-transform-name | --program-transform-name \
1082   | --program-transform-nam | --program-transform-na \
1083   | --program-transform-n | --program-transform- \
1084   | --program-transform | --program-transfor \
1085   | --program-transfo | --program-transf \
1086   | --program-trans | --program-tran \
1087   | --progr-tra | --program-tr | --program-t)
1088     ac_prev=program_transform_name ;;
1089   -program-transform-name=* | --program-transform-name=* \
1090   | --program-transform-nam=* | --program-transform-na=* \
1091   | --program-transform-n=* | --program-transform-=* \
1092   | --program-transform=* | --program-transfor=* \
1093   | --program-transfo=* | --program-transf=* \
1094   | --program-trans=* | --program-tran=* \
1095   | --progr-tra=* | --program-tr=* | --program-t=*)
1096     program_transform_name=$ac_optarg ;;
1097
1098   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1099     ac_prev=pdfdir ;;
1100   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1101     pdfdir=$ac_optarg ;;
1102
1103   -psdir | --psdir | --psdi | --psd | --ps)
1104     ac_prev=psdir ;;
1105   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1106     psdir=$ac_optarg ;;
1107
1108   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1109   | -silent | --silent | --silen | --sile | --sil)
1110     silent=yes ;;
1111
1112   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1113     ac_prev=sbindir ;;
1114   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1115   | --sbi=* | --sb=*)
1116     sbindir=$ac_optarg ;;
1117
1118   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1119   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1120   | --sharedst | --shareds | --shared | --share | --shar \
1121   | --sha | --sh)
1122     ac_prev=sharedstatedir ;;
1123   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1124   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1125   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1126   | --sha=* | --sh=*)
1127     sharedstatedir=$ac_optarg ;;
1128
1129   -site | --site | --sit)
1130     ac_prev=site ;;
1131   -site=* | --site=* | --sit=*)
1132     site=$ac_optarg ;;
1133
1134   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1135     ac_prev=srcdir ;;
1136   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1137     srcdir=$ac_optarg ;;
1138
1139   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1140   | --syscon | --sysco | --sysc | --sys | --sy)
1141     ac_prev=sysconfdir ;;
1142   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1143   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1144     sysconfdir=$ac_optarg ;;
1145
1146   -target | --target | --targe | --targ | --tar | --ta | --t)
1147     ac_prev=target_alias ;;
1148   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1149     target_alias=$ac_optarg ;;
1150
1151   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1152     verbose=yes ;;
1153
1154   -version | --version | --versio | --versi | --vers | -V)
1155     ac_init_version=: ;;
1156
1157   -with-* | --with-*)
1158     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1159     # Reject names that are not valid shell variable names.
1160     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1161       as_fn_error "invalid package name: $ac_useropt"
1162     ac_useropt_orig=$ac_useropt
1163     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1164     case $ac_user_opts in
1165       *"
1166 "with_$ac_useropt"
1167 "*) ;;
1168       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1169          ac_unrecognized_sep=', ';;
1170     esac
1171     eval with_$ac_useropt=\$ac_optarg ;;
1172
1173   -without-* | --without-*)
1174     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1175     # Reject names that are not valid shell variable names.
1176     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1177       as_fn_error "invalid package name: $ac_useropt"
1178     ac_useropt_orig=$ac_useropt
1179     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1180     case $ac_user_opts in
1181       *"
1182 "with_$ac_useropt"
1183 "*) ;;
1184       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1185          ac_unrecognized_sep=', ';;
1186     esac
1187     eval with_$ac_useropt=no ;;
1188
1189   --x)
1190     # Obsolete; use --with-x.
1191     with_x=yes ;;
1192
1193   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1194   | --x-incl | --x-inc | --x-in | --x-i)
1195     ac_prev=x_includes ;;
1196   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1197   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1198     x_includes=$ac_optarg ;;
1199
1200   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1201   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1202     ac_prev=x_libraries ;;
1203   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1204   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1205     x_libraries=$ac_optarg ;;
1206
1207   -*) as_fn_error "unrecognized option: \`$ac_option'
1208 Try \`$0 --help' for more information."
1209     ;;
1210
1211   *=*)
1212     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1213     # Reject names that are not valid shell variable names.
1214     case $ac_envvar in #(
1215       '' | [0-9]* | *[!_$as_cr_alnum]* )
1216       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1217     esac
1218     eval $ac_envvar=\$ac_optarg
1219     export $ac_envvar ;;
1220
1221   *)
1222     # FIXME: should be removed in autoconf 3.0.
1223     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1224     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1225       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1226     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1227     ;;
1228
1229   esac
1230 done
1231
1232 if test -n "$ac_prev"; then
1233   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1234   as_fn_error "missing argument to $ac_option"
1235 fi
1236
1237 if test -n "$ac_unrecognized_opts"; then
1238   case $enable_option_checking in
1239     no) ;;
1240     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1241     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1242   esac
1243 fi
1244
1245 # Check all directory arguments for consistency.
1246 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1247                 datadir sysconfdir sharedstatedir localstatedir includedir \
1248                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1249                 libdir localedir mandir
1250 do
1251   eval ac_val=\$$ac_var
1252   # Remove trailing slashes.
1253   case $ac_val in
1254     */ )
1255       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1256       eval $ac_var=\$ac_val;;
1257   esac
1258   # Be sure to have absolute directory names.
1259   case $ac_val in
1260     [\\/$]* | ?:[\\/]* )  continue;;
1261     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1262   esac
1263   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1264 done
1265
1266 # There might be people who depend on the old broken behavior: `$host'
1267 # used to hold the argument of --host etc.
1268 # FIXME: To remove some day.
1269 build=$build_alias
1270 host=$host_alias
1271 target=$target_alias
1272
1273 # FIXME: To remove some day.
1274 if test "x$host_alias" != x; then
1275   if test "x$build_alias" = x; then
1276     cross_compiling=maybe
1277     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1278     If a cross compiler is detected then cross compile mode will be used." >&2
1279   elif test "x$build_alias" != "x$host_alias"; then
1280     cross_compiling=yes
1281   fi
1282 fi
1283
1284 ac_tool_prefix=
1285 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1286
1287 test "$silent" = yes && exec 6>/dev/null
1288
1289
1290 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1291 ac_ls_di=`ls -di .` &&
1292 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1293   as_fn_error "working directory cannot be determined"
1294 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1295   as_fn_error "pwd does not report name of working directory"
1296
1297
1298 # Find the source files, if location was not specified.
1299 if test -z "$srcdir"; then
1300   ac_srcdir_defaulted=yes
1301   # Try the directory containing this script, then the parent directory.
1302   ac_confdir=`$as_dirname -- "$as_myself" ||
1303 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1304          X"$as_myself" : 'X\(//\)[^/]' \| \
1305          X"$as_myself" : 'X\(//\)$' \| \
1306          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1307 $as_echo X"$as_myself" |
1308     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1309             s//\1/
1310             q
1311           }
1312           /^X\(\/\/\)[^/].*/{
1313             s//\1/
1314             q
1315           }
1316           /^X\(\/\/\)$/{
1317             s//\1/
1318             q
1319           }
1320           /^X\(\/\).*/{
1321             s//\1/
1322             q
1323           }
1324           s/.*/./; q'`
1325   srcdir=$ac_confdir
1326   if test ! -r "$srcdir/$ac_unique_file"; then
1327     srcdir=..
1328   fi
1329 else
1330   ac_srcdir_defaulted=no
1331 fi
1332 if test ! -r "$srcdir/$ac_unique_file"; then
1333   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1334   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1335 fi
1336 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1337 ac_abs_confdir=`(
1338         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1339         pwd)`
1340 # When building in place, set srcdir=.
1341 if test "$ac_abs_confdir" = "$ac_pwd"; then
1342   srcdir=.
1343 fi
1344 # Remove unnecessary trailing slashes from srcdir.
1345 # Double slashes in file names in object file debugging info
1346 # mess up M-x gdb in Emacs.
1347 case $srcdir in
1348 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1349 esac
1350 for ac_var in $ac_precious_vars; do
1351   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1352   eval ac_env_${ac_var}_value=\$${ac_var}
1353   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1354   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1355 done
1356
1357 #
1358 # Report the --help message.
1359 #
1360 if test "$ac_init_help" = "long"; then
1361   # Omit some internal or obsolete options to make the list less imposing.
1362   # This message is too long to be a string in the A/UX 3.1 sh.
1363   cat <<_ACEOF
1364 \`configure' configures Wine 1.1.41 to adapt to many kinds of systems.
1365
1366 Usage: $0 [OPTION]... [VAR=VALUE]...
1367
1368 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1369 VAR=VALUE.  See below for descriptions of some of the useful variables.
1370
1371 Defaults for the options are specified in brackets.
1372
1373 Configuration:
1374   -h, --help              display this help and exit
1375       --help=short        display options specific to this package
1376       --help=recursive    display the short help of all the included packages
1377   -V, --version           display version information and exit
1378   -q, --quiet, --silent   do not print \`checking...' messages
1379       --cache-file=FILE   cache test results in FILE [disabled]
1380   -C, --config-cache      alias for \`--cache-file=config.cache'
1381   -n, --no-create         do not create output files
1382       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1383
1384 Installation directories:
1385   --prefix=PREFIX         install architecture-independent files in PREFIX
1386                           [$ac_default_prefix]
1387   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1388                           [PREFIX]
1389
1390 By default, \`make install' will install all the files in
1391 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1392 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1393 for instance \`--prefix=\$HOME'.
1394
1395 For better control, use the options below.
1396
1397 Fine tuning of the installation directories:
1398   --bindir=DIR            user executables [EPREFIX/bin]
1399   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1400   --libexecdir=DIR        program executables [EPREFIX/libexec]
1401   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1402   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1403   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1404   --libdir=DIR            object code libraries [EPREFIX/lib]
1405   --includedir=DIR        C header files [PREFIX/include]
1406   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1407   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1408   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1409   --infodir=DIR           info documentation [DATAROOTDIR/info]
1410   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1411   --mandir=DIR            man documentation [DATAROOTDIR/man]
1412   --docdir=DIR            documentation root [DATAROOTDIR/doc/wine]
1413   --htmldir=DIR           html documentation [DOCDIR]
1414   --dvidir=DIR            dvi documentation [DOCDIR]
1415   --pdfdir=DIR            pdf documentation [DOCDIR]
1416   --psdir=DIR             ps documentation [DOCDIR]
1417 _ACEOF
1418
1419   cat <<\_ACEOF
1420
1421 X features:
1422   --x-includes=DIR    X include files are in DIR
1423   --x-libraries=DIR   X library files are in DIR
1424
1425 System types:
1426   --build=BUILD     configure for building on BUILD [guessed]
1427   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1428 _ACEOF
1429 fi
1430
1431 if test -n "$ac_init_help"; then
1432   case $ac_init_help in
1433      short | recursive ) echo "Configuration of Wine 1.1.41:";;
1434    esac
1435   cat <<\_ACEOF
1436
1437 Optional Features:
1438   --disable-option-checking  ignore unrecognized --enable/--with options
1439   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1440   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1441   --disable-win16         do not include Win16 support
1442   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1443                           binaries)
1444   --disable-tests         do not build the regression tests
1445   --enable-maintainer-mode
1446                           enable maintainer-specific build rules
1447   --disable-largefile     omit support for large files
1448
1449 Optional Packages:
1450   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1451   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1452   --without-alsa          do not use the Alsa sound support
1453   --without-audioio       do not use the AudioIO sound support
1454   --without-capi          do not use CAPI (ISDN support)
1455   --without-cms           do not use CMS (color management support)
1456   --without-coreaudio     do not use the CoreAudio sound support
1457   --without-cups          do not use CUPS
1458   --without-curses        do not use (n)curses
1459   --without-esd           do not use the EsounD sound support
1460   --without-fontconfig    do not use fontconfig
1461   --without-freetype      do not use the FreeType library
1462   --without-gphoto        do not use gphoto (Digital Camera support)
1463   --without-glu           do not use the GLU library
1464   --without-gnutls        do not use GnuTLS (schannel support)
1465   --without-gsm           do not use libgsm (GSM 06.10 codec support)
1466   --without-hal           do not use HAL (dynamic device support)
1467   --without-jack          do not use the Jack sound support
1468   --without-jpeg          do not use JPEG
1469   --without-ldap          do not use LDAP
1470   --without-mpg123        do not use the mpg123 library
1471   --without-nas           do not use the NAS sound support
1472   --without-openal        do not use OpenAL
1473   --without-opengl        do not use OpenGL
1474   --without-openssl       do not use OpenSSL
1475   --without-oss           do not use the OSS sound support
1476   --without-png           do not use PNG
1477   --without-pthread       do not use the pthread library
1478   --without-sane          do not use SANE (scanner support)
1479   --without-tiff          do not use TIFF
1480   --without-v4l           do not use v4l1 (v4l support)
1481   --without-xcomposite    do not use the Xcomposite extension
1482   --without-xcursor       do not use the Xcursor extension
1483   --without-xinerama      do not use Xinerama (multi-monitor support)
1484   --without-xinput        do not use the Xinput extension
1485   --without-xml           do not use XML
1486   --without-xrandr        do not use Xrandr (resolution changes)
1487   --without-xrender       do not use the Xrender extension
1488   --without-xshape        do not use the Xshape extension
1489   --without-xshm          do not use XShm (shared memory extension)
1490   --without-xslt          do not use XSLT
1491   --without-xxf86vm       do not use XFree video mode extension
1492   --with-wine-tools=DIR   use Wine tools from directory DIR
1493   --with-wine64=DIR       use the 64-bit Wine in DIR for a Wow64 build
1494   --with-x                use the X Window System
1495
1496 Some influential environment variables:
1497   CC          C compiler command
1498   CFLAGS      C compiler flags
1499   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1500               nonstandard directory <lib dir>
1501   LIBS        libraries to pass to the linker, e.g. -l<library>
1502   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1503               you have headers in a nonstandard directory <include dir>
1504   CXX         C++ compiler command
1505   CXXFLAGS    C++ compiler flags
1506   CPP         C preprocessor
1507   XMKMF       Path to xmkmf, Makefile generator for X Window System
1508
1509 Use these variables to override the choices made by `configure' or to help
1510 it to find libraries and programs with nonstandard names/locations.
1511
1512 Report bugs to <wine-devel@winehq.org>.
1513 Wine home page: <http://www.winehq.org>.
1514 _ACEOF
1515 ac_status=$?
1516 fi
1517
1518 if test "$ac_init_help" = "recursive"; then
1519   # If there are subdirs, report their specific --help.
1520   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1521     test -d "$ac_dir" ||
1522       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1523       continue
1524     ac_builddir=.
1525
1526 case "$ac_dir" in
1527 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1528 *)
1529   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1530   # A ".." for each directory in $ac_dir_suffix.
1531   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1532   case $ac_top_builddir_sub in
1533   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1534   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1535   esac ;;
1536 esac
1537 ac_abs_top_builddir=$ac_pwd
1538 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1539 # for backward compatibility:
1540 ac_top_builddir=$ac_top_build_prefix
1541
1542 case $srcdir in
1543   .)  # We are building in place.
1544     ac_srcdir=.
1545     ac_top_srcdir=$ac_top_builddir_sub
1546     ac_abs_top_srcdir=$ac_pwd ;;
1547   [\\/]* | ?:[\\/]* )  # Absolute name.
1548     ac_srcdir=$srcdir$ac_dir_suffix;
1549     ac_top_srcdir=$srcdir
1550     ac_abs_top_srcdir=$srcdir ;;
1551   *) # Relative name.
1552     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1553     ac_top_srcdir=$ac_top_build_prefix$srcdir
1554     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1555 esac
1556 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1557
1558     cd "$ac_dir" || { ac_status=$?; continue; }
1559     # Check for guested configure.
1560     if test -f "$ac_srcdir/configure.gnu"; then
1561       echo &&
1562       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1563     elif test -f "$ac_srcdir/configure"; then
1564       echo &&
1565       $SHELL "$ac_srcdir/configure" --help=recursive
1566     else
1567       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1568     fi || ac_status=$?
1569     cd "$ac_pwd" || { ac_status=$?; break; }
1570   done
1571 fi
1572
1573 test -n "$ac_init_help" && exit $ac_status
1574 if $ac_init_version; then
1575   cat <<\_ACEOF
1576 Wine configure 1.1.41
1577 generated by GNU Autoconf 2.65
1578
1579 Copyright (C) 2009 Free Software Foundation, Inc.
1580 This configure script is free software; the Free Software Foundation
1581 gives unlimited permission to copy, distribute and modify it.
1582 _ACEOF
1583   exit
1584 fi
1585
1586 ## ------------------------ ##
1587 ## Autoconf initialization. ##
1588 ## ------------------------ ##
1589
1590 # ac_fn_c_try_compile LINENO
1591 # --------------------------
1592 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1593 ac_fn_c_try_compile ()
1594 {
1595   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1596   rm -f conftest.$ac_objext
1597   if { { ac_try="$ac_compile"
1598 case "(($ac_try" in
1599   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1600   *) ac_try_echo=$ac_try;;
1601 esac
1602 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1603 $as_echo "$ac_try_echo"; } >&5
1604   (eval "$ac_compile") 2>conftest.err
1605   ac_status=$?
1606   if test -s conftest.err; then
1607     grep -v '^ *+' conftest.err >conftest.er1
1608     cat conftest.er1 >&5
1609     mv -f conftest.er1 conftest.err
1610   fi
1611   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1612   test $ac_status = 0; } && {
1613          test -z "$ac_c_werror_flag" ||
1614          test ! -s conftest.err
1615        } && test -s conftest.$ac_objext; then :
1616   ac_retval=0
1617 else
1618   $as_echo "$as_me: failed program was:" >&5
1619 sed 's/^/| /' conftest.$ac_ext >&5
1620
1621         ac_retval=1
1622 fi
1623   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1624   as_fn_set_status $ac_retval
1625
1626 } # ac_fn_c_try_compile
1627
1628 # ac_fn_cxx_try_compile LINENO
1629 # ----------------------------
1630 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1631 ac_fn_cxx_try_compile ()
1632 {
1633   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1634   rm -f conftest.$ac_objext
1635   if { { ac_try="$ac_compile"
1636 case "(($ac_try" in
1637   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1638   *) ac_try_echo=$ac_try;;
1639 esac
1640 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1641 $as_echo "$ac_try_echo"; } >&5
1642   (eval "$ac_compile") 2>conftest.err
1643   ac_status=$?
1644   if test -s conftest.err; then
1645     grep -v '^ *+' conftest.err >conftest.er1
1646     cat conftest.er1 >&5
1647     mv -f conftest.er1 conftest.err
1648   fi
1649   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1650   test $ac_status = 0; } && {
1651          test -z "$ac_cxx_werror_flag" ||
1652          test ! -s conftest.err
1653        } && test -s conftest.$ac_objext; then :
1654   ac_retval=0
1655 else
1656   $as_echo "$as_me: failed program was:" >&5
1657 sed 's/^/| /' conftest.$ac_ext >&5
1658
1659         ac_retval=1
1660 fi
1661   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1662   as_fn_set_status $ac_retval
1663
1664 } # ac_fn_cxx_try_compile
1665
1666 # ac_fn_c_try_link LINENO
1667 # -----------------------
1668 # Try to link conftest.$ac_ext, and return whether this succeeded.
1669 ac_fn_c_try_link ()
1670 {
1671   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1672   rm -f conftest.$ac_objext conftest$ac_exeext
1673   if { { ac_try="$ac_link"
1674 case "(($ac_try" in
1675   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1676   *) ac_try_echo=$ac_try;;
1677 esac
1678 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1679 $as_echo "$ac_try_echo"; } >&5
1680   (eval "$ac_link") 2>conftest.err
1681   ac_status=$?
1682   if test -s conftest.err; then
1683     grep -v '^ *+' conftest.err >conftest.er1
1684     cat conftest.er1 >&5
1685     mv -f conftest.er1 conftest.err
1686   fi
1687   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1688   test $ac_status = 0; } && {
1689          test -z "$ac_c_werror_flag" ||
1690          test ! -s conftest.err
1691        } && test -s conftest$ac_exeext && {
1692          test "$cross_compiling" = yes ||
1693          $as_test_x conftest$ac_exeext
1694        }; then :
1695   ac_retval=0
1696 else
1697   $as_echo "$as_me: failed program was:" >&5
1698 sed 's/^/| /' conftest.$ac_ext >&5
1699
1700         ac_retval=1
1701 fi
1702   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1703   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1704   # interfere with the next link command; also delete a directory that is
1705   # left behind by Apple's compiler.  We do this before executing the actions.
1706   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1707   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1708   as_fn_set_status $ac_retval
1709
1710 } # ac_fn_c_try_link
1711
1712 # ac_fn_c_try_cpp LINENO
1713 # ----------------------
1714 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1715 ac_fn_c_try_cpp ()
1716 {
1717   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1718   if { { ac_try="$ac_cpp conftest.$ac_ext"
1719 case "(($ac_try" in
1720   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1721   *) ac_try_echo=$ac_try;;
1722 esac
1723 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1724 $as_echo "$ac_try_echo"; } >&5
1725   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1726   ac_status=$?
1727   if test -s conftest.err; then
1728     grep -v '^ *+' conftest.err >conftest.er1
1729     cat conftest.er1 >&5
1730     mv -f conftest.er1 conftest.err
1731   fi
1732   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1733   test $ac_status = 0; } >/dev/null && {
1734          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1735          test ! -s conftest.err
1736        }; then :
1737   ac_retval=0
1738 else
1739   $as_echo "$as_me: failed program was:" >&5
1740 sed 's/^/| /' conftest.$ac_ext >&5
1741
1742     ac_retval=1
1743 fi
1744   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1745   as_fn_set_status $ac_retval
1746
1747 } # ac_fn_c_try_cpp
1748
1749 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1750 # -------------------------------------------------------
1751 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1752 # the include files in INCLUDES and setting the cache variable VAR
1753 # accordingly.
1754 ac_fn_c_check_header_mongrel ()
1755 {
1756   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1757   if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1758   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1759 $as_echo_n "checking for $2... " >&6; }
1760 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1761   $as_echo_n "(cached) " >&6
1762 fi
1763 eval ac_res=\$$3
1764                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1765 $as_echo "$ac_res" >&6; }
1766 else
1767   # Is the header compilable?
1768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1769 $as_echo_n "checking $2 usability... " >&6; }
1770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1771 /* end confdefs.h.  */
1772 $4
1773 #include <$2>
1774 _ACEOF
1775 if ac_fn_c_try_compile "$LINENO"; then :
1776   ac_header_compiler=yes
1777 else
1778   ac_header_compiler=no
1779 fi
1780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1782 $as_echo "$ac_header_compiler" >&6; }
1783
1784 # Is the header present?
1785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1786 $as_echo_n "checking $2 presence... " >&6; }
1787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1788 /* end confdefs.h.  */
1789 #include <$2>
1790 _ACEOF
1791 if ac_fn_c_try_cpp "$LINENO"; then :
1792   ac_header_preproc=yes
1793 else
1794   ac_header_preproc=no
1795 fi
1796 rm -f conftest.err conftest.$ac_ext
1797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1798 $as_echo "$ac_header_preproc" >&6; }
1799
1800 # So?  What about this header?
1801 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1802   yes:no: )
1803     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1804 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1805     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1806 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1807     ;;
1808   no:yes:* )
1809     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1810 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1811     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1812 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1813     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1814 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1815     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1816 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1817     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1818 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1819 ( cat <<\_ASBOX
1820 ## ------------------------------------ ##
1821 ## Report this to wine-devel@winehq.org ##
1822 ## ------------------------------------ ##
1823 _ASBOX
1824      ) | sed "s/^/$as_me: WARNING:     /" >&2
1825     ;;
1826 esac
1827   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1828 $as_echo_n "checking for $2... " >&6; }
1829 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1830   $as_echo_n "(cached) " >&6
1831 else
1832   eval "$3=\$ac_header_compiler"
1833 fi
1834 eval ac_res=\$$3
1835                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1836 $as_echo "$ac_res" >&6; }
1837 fi
1838   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1839
1840 } # ac_fn_c_check_header_mongrel
1841
1842 # ac_fn_c_try_run LINENO
1843 # ----------------------
1844 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1845 # that executables *can* be run.
1846 ac_fn_c_try_run ()
1847 {
1848   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1849   if { { ac_try="$ac_link"
1850 case "(($ac_try" in
1851   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1852   *) ac_try_echo=$ac_try;;
1853 esac
1854 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1855 $as_echo "$ac_try_echo"; } >&5
1856   (eval "$ac_link") 2>&5
1857   ac_status=$?
1858   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1859   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1860   { { case "(($ac_try" in
1861   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1862   *) ac_try_echo=$ac_try;;
1863 esac
1864 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1865 $as_echo "$ac_try_echo"; } >&5
1866   (eval "$ac_try") 2>&5
1867   ac_status=$?
1868   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1869   test $ac_status = 0; }; }; then :
1870   ac_retval=0
1871 else
1872   $as_echo "$as_me: program exited with status $ac_status" >&5
1873        $as_echo "$as_me: failed program was:" >&5
1874 sed 's/^/| /' conftest.$ac_ext >&5
1875
1876        ac_retval=$ac_status
1877 fi
1878   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1879   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1880   as_fn_set_status $ac_retval
1881
1882 } # ac_fn_c_try_run
1883
1884 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1885 # -------------------------------------------------------
1886 # Tests whether HEADER exists and can be compiled using the include files in
1887 # INCLUDES, setting the cache variable VAR accordingly.
1888 ac_fn_c_check_header_compile ()
1889 {
1890   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1891   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1892 $as_echo_n "checking for $2... " >&6; }
1893 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1894   $as_echo_n "(cached) " >&6
1895 else
1896   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1897 /* end confdefs.h.  */
1898 $4
1899 #include <$2>
1900 _ACEOF
1901 if ac_fn_c_try_compile "$LINENO"; then :
1902   eval "$3=yes"
1903 else
1904   eval "$3=no"
1905 fi
1906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1907 fi
1908 eval ac_res=\$$3
1909                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1910 $as_echo "$ac_res" >&6; }
1911   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1912
1913 } # ac_fn_c_check_header_compile
1914
1915 # ac_fn_c_check_func LINENO FUNC VAR
1916 # ----------------------------------
1917 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1918 ac_fn_c_check_func ()
1919 {
1920   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1921   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1922 $as_echo_n "checking for $2... " >&6; }
1923 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1924   $as_echo_n "(cached) " >&6
1925 else
1926   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1927 /* end confdefs.h.  */
1928 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1929    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1930 #define $2 innocuous_$2
1931
1932 /* System header to define __stub macros and hopefully few prototypes,
1933     which can conflict with char $2 (); below.
1934     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1935     <limits.h> exists even on freestanding compilers.  */
1936
1937 #ifdef __STDC__
1938 # include <limits.h>
1939 #else
1940 # include <assert.h>
1941 #endif
1942
1943 #undef $2
1944
1945 /* Override any GCC internal prototype to avoid an error.
1946    Use char because int might match the return type of a GCC
1947    builtin and then its argument prototype would still apply.  */
1948 #ifdef __cplusplus
1949 extern "C"
1950 #endif
1951 char $2 ();
1952 /* The GNU C library defines this for functions which it implements
1953     to always fail with ENOSYS.  Some functions are actually named
1954     something starting with __ and the normal name is an alias.  */
1955 #if defined __stub_$2 || defined __stub___$2
1956 choke me
1957 #endif
1958
1959 int
1960 main ()
1961 {
1962 return $2 ();
1963   ;
1964   return 0;
1965 }
1966 _ACEOF
1967 if ac_fn_c_try_link "$LINENO"; then :
1968   eval "$3=yes"
1969 else
1970   eval "$3=no"
1971 fi
1972 rm -f core conftest.err conftest.$ac_objext \
1973     conftest$ac_exeext conftest.$ac_ext
1974 fi
1975 eval ac_res=\$$3
1976                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1977 $as_echo "$ac_res" >&6; }
1978   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1979
1980 } # ac_fn_c_check_func
1981
1982 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1983 # ----------------------------------------------------
1984 # Tries to find if the field MEMBER exists in type AGGR, after including
1985 # INCLUDES, setting cache variable VAR accordingly.
1986 ac_fn_c_check_member ()
1987 {
1988   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1989   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1990 $as_echo_n "checking for $2.$3... " >&6; }
1991 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1992   $as_echo_n "(cached) " >&6
1993 else
1994   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1995 /* end confdefs.h.  */
1996 $5
1997 int
1998 main ()
1999 {
2000 static $2 ac_aggr;
2001 if (ac_aggr.$3)
2002 return 0;
2003   ;
2004   return 0;
2005 }
2006 _ACEOF
2007 if ac_fn_c_try_compile "$LINENO"; then :
2008   eval "$4=yes"
2009 else
2010   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2011 /* end confdefs.h.  */
2012 $5
2013 int
2014 main ()
2015 {
2016 static $2 ac_aggr;
2017 if (sizeof ac_aggr.$3)
2018 return 0;
2019   ;
2020   return 0;
2021 }
2022 _ACEOF
2023 if ac_fn_c_try_compile "$LINENO"; then :
2024   eval "$4=yes"
2025 else
2026   eval "$4=no"
2027 fi
2028 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2029 fi
2030 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2031 fi
2032 eval ac_res=\$$4
2033                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2034 $as_echo "$ac_res" >&6; }
2035   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2036
2037 } # ac_fn_c_check_member
2038
2039 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2040 # -------------------------------------------
2041 # Tests whether TYPE exists after having included INCLUDES, setting cache
2042 # variable VAR accordingly.
2043 ac_fn_c_check_type ()
2044 {
2045   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2046   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2047 $as_echo_n "checking for $2... " >&6; }
2048 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2049   $as_echo_n "(cached) " >&6
2050 else
2051   eval "$3=no"
2052   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2053 /* end confdefs.h.  */
2054 $4
2055 int
2056 main ()
2057 {
2058 if (sizeof ($2))
2059          return 0;
2060   ;
2061   return 0;
2062 }
2063 _ACEOF
2064 if ac_fn_c_try_compile "$LINENO"; then :
2065   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2066 /* end confdefs.h.  */
2067 $4
2068 int
2069 main ()
2070 {
2071 if (sizeof (($2)))
2072             return 0;
2073   ;
2074   return 0;
2075 }
2076 _ACEOF
2077 if ac_fn_c_try_compile "$LINENO"; then :
2078
2079 else
2080   eval "$3=yes"
2081 fi
2082 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2083 fi
2084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2085 fi
2086 eval ac_res=\$$3
2087                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2088 $as_echo "$ac_res" >&6; }
2089   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2090
2091 } # ac_fn_c_check_type
2092 cat >config.log <<_ACEOF
2093 This file contains any messages produced by compilers while
2094 running configure, to aid debugging if configure makes a mistake.
2095
2096 It was created by Wine $as_me 1.1.41, which was
2097 generated by GNU Autoconf 2.65.  Invocation command line was
2098
2099   $ $0 $@
2100
2101 _ACEOF
2102 exec 5>>config.log
2103 {
2104 cat <<_ASUNAME
2105 ## --------- ##
2106 ## Platform. ##
2107 ## --------- ##
2108
2109 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2110 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2111 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2112 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2113 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2114
2115 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2116 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2117
2118 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2119 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2120 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2121 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2122 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2123 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2124 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2125
2126 _ASUNAME
2127
2128 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2129 for as_dir in $PATH
2130 do
2131   IFS=$as_save_IFS
2132   test -z "$as_dir" && as_dir=.
2133     $as_echo "PATH: $as_dir"
2134   done
2135 IFS=$as_save_IFS
2136
2137 } >&5
2138
2139 cat >&5 <<_ACEOF
2140
2141
2142 ## ----------- ##
2143 ## Core tests. ##
2144 ## ----------- ##
2145
2146 _ACEOF
2147
2148
2149 # Keep a trace of the command line.
2150 # Strip out --no-create and --no-recursion so they do not pile up.
2151 # Strip out --silent because we don't want to record it for future runs.
2152 # Also quote any args containing shell meta-characters.
2153 # Make two passes to allow for proper duplicate-argument suppression.
2154 ac_configure_args=
2155 ac_configure_args0=
2156 ac_configure_args1=
2157 ac_must_keep_next=false
2158 for ac_pass in 1 2
2159 do
2160   for ac_arg
2161   do
2162     case $ac_arg in
2163     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2164     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2165     | -silent | --silent | --silen | --sile | --sil)
2166       continue ;;
2167     *\'*)
2168       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2169     esac
2170     case $ac_pass in
2171     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2172     2)
2173       as_fn_append ac_configure_args1 " '$ac_arg'"
2174       if test $ac_must_keep_next = true; then
2175         ac_must_keep_next=false # Got value, back to normal.
2176       else
2177         case $ac_arg in
2178           *=* | --config-cache | -C | -disable-* | --disable-* \
2179           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2180           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2181           | -with-* | --with-* | -without-* | --without-* | --x)
2182             case "$ac_configure_args0 " in
2183               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2184             esac
2185             ;;
2186           -* ) ac_must_keep_next=true ;;
2187         esac
2188       fi
2189       as_fn_append ac_configure_args " '$ac_arg'"
2190       ;;
2191     esac
2192   done
2193 done
2194 { ac_configure_args0=; unset ac_configure_args0;}
2195 { ac_configure_args1=; unset ac_configure_args1;}
2196
2197 # When interrupted or exit'd, cleanup temporary files, and complete
2198 # config.log.  We remove comments because anyway the quotes in there
2199 # would cause problems or look ugly.
2200 # WARNING: Use '\'' to represent an apostrophe within the trap.
2201 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2202 trap 'exit_status=$?
2203   # Save into config.log some information that might help in debugging.
2204   {
2205     echo
2206
2207     cat <<\_ASBOX
2208 ## ---------------- ##
2209 ## Cache variables. ##
2210 ## ---------------- ##
2211 _ASBOX
2212     echo
2213     # The following way of writing the cache mishandles newlines in values,
2214 (
2215   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2216     eval ac_val=\$$ac_var
2217     case $ac_val in #(
2218     *${as_nl}*)
2219       case $ac_var in #(
2220       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2221 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2222       esac
2223       case $ac_var in #(
2224       _ | IFS | as_nl) ;; #(
2225       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2226       *) { eval $ac_var=; unset $ac_var;} ;;
2227       esac ;;
2228     esac
2229   done
2230   (set) 2>&1 |
2231     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2232     *${as_nl}ac_space=\ *)
2233       sed -n \
2234         "s/'\''/'\''\\\\'\'''\''/g;
2235           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2236       ;; #(
2237     *)
2238       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2239       ;;
2240     esac |
2241     sort
2242 )
2243     echo
2244
2245     cat <<\_ASBOX
2246 ## ----------------- ##
2247 ## Output variables. ##
2248 ## ----------------- ##
2249 _ASBOX
2250     echo
2251     for ac_var in $ac_subst_vars
2252     do
2253       eval ac_val=\$$ac_var
2254       case $ac_val in
2255       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2256       esac
2257       $as_echo "$ac_var='\''$ac_val'\''"
2258     done | sort
2259     echo
2260
2261     if test -n "$ac_subst_files"; then
2262       cat <<\_ASBOX
2263 ## ------------------- ##
2264 ## File substitutions. ##
2265 ## ------------------- ##
2266 _ASBOX
2267       echo
2268       for ac_var in $ac_subst_files
2269       do
2270         eval ac_val=\$$ac_var
2271         case $ac_val in
2272         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2273         esac
2274         $as_echo "$ac_var='\''$ac_val'\''"
2275       done | sort
2276       echo
2277     fi
2278
2279     if test -s confdefs.h; then
2280       cat <<\_ASBOX
2281 ## ----------- ##
2282 ## confdefs.h. ##
2283 ## ----------- ##
2284 _ASBOX
2285       echo
2286       cat confdefs.h
2287       echo
2288     fi
2289     test "$ac_signal" != 0 &&
2290       $as_echo "$as_me: caught signal $ac_signal"
2291     $as_echo "$as_me: exit $exit_status"
2292   } >&5
2293   rm -f core *.core core.conftest.* &&
2294     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2295     exit $exit_status
2296 ' 0
2297 for ac_signal in 1 2 13 15; do
2298   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2299 done
2300 ac_signal=0
2301
2302 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2303 rm -f -r conftest* confdefs.h
2304
2305 $as_echo "/* confdefs.h */" > confdefs.h
2306
2307 # Predefined preprocessor variables.
2308
2309 cat >>confdefs.h <<_ACEOF
2310 #define PACKAGE_NAME "$PACKAGE_NAME"
2311 _ACEOF
2312
2313 cat >>confdefs.h <<_ACEOF
2314 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2315 _ACEOF
2316
2317 cat >>confdefs.h <<_ACEOF
2318 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2319 _ACEOF
2320
2321 cat >>confdefs.h <<_ACEOF
2322 #define PACKAGE_STRING "$PACKAGE_STRING"
2323 _ACEOF
2324
2325 cat >>confdefs.h <<_ACEOF
2326 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2327 _ACEOF
2328
2329 cat >>confdefs.h <<_ACEOF
2330 #define PACKAGE_URL "$PACKAGE_URL"
2331 _ACEOF
2332
2333
2334 # Let the site file select an alternate cache file if it wants to.
2335 # Prefer an explicitly selected file to automatically selected ones.
2336 ac_site_file1=NONE
2337 ac_site_file2=NONE
2338 if test -n "$CONFIG_SITE"; then
2339   ac_site_file1=$CONFIG_SITE
2340 elif test "x$prefix" != xNONE; then
2341   ac_site_file1=$prefix/share/config.site
2342   ac_site_file2=$prefix/etc/config.site
2343 else
2344   ac_site_file1=$ac_default_prefix/share/config.site
2345   ac_site_file2=$ac_default_prefix/etc/config.site
2346 fi
2347 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2348 do
2349   test "x$ac_site_file" = xNONE && continue
2350   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2351     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2352 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2353     sed 's/^/| /' "$ac_site_file" >&5
2354     . "$ac_site_file"
2355   fi
2356 done
2357
2358 if test -r "$cache_file"; then
2359   # Some versions of bash will fail to source /dev/null (special files
2360   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
2361   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2362     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2363 $as_echo "$as_me: loading cache $cache_file" >&6;}
2364     case $cache_file in
2365       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2366       *)                      . "./$cache_file";;
2367     esac
2368   fi
2369 else
2370   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2371 $as_echo "$as_me: creating cache $cache_file" >&6;}
2372   >$cache_file
2373 fi
2374
2375 # Check that the precious variables saved in the cache have kept the same
2376 # value.
2377 ac_cache_corrupted=false
2378 for ac_var in $ac_precious_vars; do
2379   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2380   eval ac_new_set=\$ac_env_${ac_var}_set
2381   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2382   eval ac_new_val=\$ac_env_${ac_var}_value
2383   case $ac_old_set,$ac_new_set in
2384     set,)
2385       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2386 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2387       ac_cache_corrupted=: ;;
2388     ,set)
2389       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2390 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2391       ac_cache_corrupted=: ;;
2392     ,);;
2393     *)
2394       if test "x$ac_old_val" != "x$ac_new_val"; then
2395         # differences in whitespace do not lead to failure.
2396         ac_old_val_w=`echo x $ac_old_val`
2397         ac_new_val_w=`echo x $ac_new_val`
2398         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2399           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2400 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2401           ac_cache_corrupted=:
2402         else
2403           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2404 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2405           eval $ac_var=\$ac_old_val
2406         fi
2407         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2408 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2409         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2410 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2411       fi;;
2412   esac
2413   # Pass precious variables to config.status.
2414   if test "$ac_new_set" = set; then
2415     case $ac_new_val in
2416     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2417     *) ac_arg=$ac_var=$ac_new_val ;;
2418     esac
2419     case " $ac_configure_args " in
2420       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2421       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2422     esac
2423   fi
2424 done
2425 if $ac_cache_corrupted; then
2426   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2427 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2428   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2429 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2430   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2431 fi
2432 ## -------------------- ##
2433 ## Main body of script. ##
2434 ## -------------------- ##
2435
2436 ac_ext=c
2437 ac_cpp='$CPP $CPPFLAGS'
2438 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2439 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2440 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2441
2442
2443
2444 ac_config_headers="$ac_config_headers include/config.h"
2445
2446 ac_aux_dir=
2447 for ac_dir in tools "$srcdir"/tools; do
2448   for ac_t in install-sh install.sh shtool; do
2449     if test -f "$ac_dir/$ac_t"; then
2450       ac_aux_dir=$ac_dir
2451       ac_install_sh="$ac_aux_dir/$ac_t -c"
2452       break 2
2453     fi
2454   done
2455 done
2456 if test -z "$ac_aux_dir"; then
2457   as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2458 fi
2459
2460 # These three variables are undocumented and unsupported,
2461 # and are intended to be withdrawn in a future Autoconf release.
2462 # They can cause serious problems if a builder's source tree is in a directory
2463 # whose full name contains unusual characters.
2464 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2465 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2466 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2467
2468
2469
2470
2471
2472 # Check whether --enable-win16 was given.
2473 if test "${enable_win16+set}" = set; then :
2474   enableval=$enable_win16;
2475 fi
2476
2477 # Check whether --enable-win64 was given.
2478 if test "${enable_win64+set}" = set; then :
2479   enableval=$enable_win64;
2480 fi
2481
2482 # Check whether --enable-tests was given.
2483 if test "${enable_tests+set}" = set; then :
2484   enableval=$enable_tests;
2485 fi
2486
2487 # Check whether --enable-maintainer-mode was given.
2488 if test "${enable_maintainer_mode+set}" = set; then :
2489   enableval=$enable_maintainer_mode;
2490 else
2491   MAINTAINER_MODE=\#
2492
2493 fi
2494
2495
2496
2497 # Check whether --with-alsa was given.
2498 if test "${with_alsa+set}" = set; then :
2499   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2500 fi
2501
2502
2503 # Check whether --with-audioio was given.
2504 if test "${with_audioio+set}" = set; then :
2505   withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2506 fi
2507
2508
2509 # Check whether --with-capi was given.
2510 if test "${with_capi+set}" = set; then :
2511   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2512 fi
2513
2514
2515 # Check whether --with-cms was given.
2516 if test "${with_cms+set}" = set; then :
2517   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2518 fi
2519
2520
2521 # Check whether --with-coreaudio was given.
2522 if test "${with_coreaudio+set}" = set; then :
2523   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2524 fi
2525
2526
2527 # Check whether --with-cups was given.
2528 if test "${with_cups+set}" = set; then :
2529   withval=$with_cups;
2530 fi
2531
2532
2533 # Check whether --with-curses was given.
2534 if test "${with_curses+set}" = set; then :
2535   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2536 fi
2537
2538
2539 # Check whether --with-esd was given.
2540 if test "${with_esd+set}" = set; then :
2541   withval=$with_esd;
2542 fi
2543
2544
2545 # Check whether --with-fontconfig was given.
2546 if test "${with_fontconfig+set}" = set; then :
2547   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2548 fi
2549
2550
2551 # Check whether --with-freetype was given.
2552 if test "${with_freetype+set}" = set; then :
2553   withval=$with_freetype;
2554 fi
2555
2556
2557 # Check whether --with-gphoto was given.
2558 if test "${with_gphoto+set}" = set; then :
2559   withval=$with_gphoto;
2560 fi
2561
2562
2563 # Check whether --with-glu was given.
2564 if test "${with_glu+set}" = set; then :
2565   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2566 fi
2567
2568
2569 # Check whether --with-gnutls was given.
2570 if test "${with_gnutls+set}" = set; then :
2571   withval=$with_gnutls;
2572 fi
2573
2574
2575 # Check whether --with-gsm was given.
2576 if test "${with_gsm+set}" = set; then :
2577   withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2578 fi
2579
2580
2581 # Check whether --with-hal was given.
2582 if test "${with_hal+set}" = set; then :
2583   withval=$with_hal;
2584 fi
2585
2586
2587 # Check whether --with-jack was given.
2588 if test "${with_jack+set}" = set; then :
2589   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2590 fi
2591
2592
2593 # Check whether --with-jpeg was given.
2594 if test "${with_jpeg+set}" = set; then :
2595   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2596 fi
2597
2598
2599 # Check whether --with-ldap was given.
2600 if test "${with_ldap+set}" = set; then :
2601   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2602 fi
2603
2604
2605 # Check whether --with-mpg123 was given.
2606 if test "${with_mpg123+set}" = set; then :
2607   withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2608 fi
2609
2610
2611 # Check whether --with-nas was given.
2612 if test "${with_nas+set}" = set; then :
2613   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2614 fi
2615
2616
2617 # Check whether --with-openal was given.
2618 if test "${with_openal+set}" = set; then :
2619   withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2620 fi
2621
2622
2623 # Check whether --with-opengl was given.
2624 if test "${with_opengl+set}" = set; then :
2625   withval=$with_opengl;
2626 fi
2627
2628
2629 # Check whether --with-openssl was given.
2630 if test "${with_openssl+set}" = set; then :
2631   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2632 fi
2633
2634
2635 # Check whether --with-oss was given.
2636 if test "${with_oss+set}" = set; then :
2637   withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2638 fi
2639
2640
2641 # Check whether --with-png was given.
2642 if test "${with_png+set}" = set; then :
2643   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2644 fi
2645
2646
2647 # Check whether --with-pthread was given.
2648 if test "${with_pthread+set}" = set; then :
2649   withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2650 fi
2651
2652
2653 # Check whether --with-sane was given.
2654 if test "${with_sane+set}" = set; then :
2655   withval=$with_sane;
2656 fi
2657
2658
2659 # Check whether --with-tiff was given.
2660 if test "${with_tiff+set}" = set; then :
2661   withval=$with_tiff; if test "x$withval" = "xno"; then ac_cv_header_tiffio_h=no; fi
2662 fi
2663
2664
2665 # Check whether --with-v4l was given.
2666 if test "${with_v4l+set}" = set; then :
2667   withval=$with_v4l;
2668 fi
2669
2670
2671 # Check whether --with-xcomposite was given.
2672 if test "${with_xcomposite+set}" = set; then :
2673   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2674 fi
2675
2676
2677 # Check whether --with-xcursor was given.
2678 if test "${with_xcursor+set}" = set; then :
2679   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2680 fi
2681
2682
2683 # Check whether --with-xinerama was given.
2684 if test "${with_xinerama+set}" = set; then :
2685   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2686 fi
2687
2688
2689 # Check whether --with-xinput was given.
2690 if test "${with_xinput+set}" = set; then :
2691   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2692 fi
2693
2694
2695 # Check whether --with-xml was given.
2696 if test "${with_xml+set}" = set; then :
2697   withval=$with_xml;
2698 fi
2699
2700
2701 # Check whether --with-xrandr was given.
2702 if test "${with_xrandr+set}" = set; then :
2703   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2704 fi
2705
2706
2707 # Check whether --with-xrender was given.
2708 if test "${with_xrender+set}" = set; then :
2709   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2710 fi
2711
2712
2713 # Check whether --with-xshape was given.
2714 if test "${with_xshape+set}" = set; then :
2715   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2716 fi
2717
2718
2719 # Check whether --with-xshm was given.
2720 if test "${with_xshm+set}" = set; then :
2721   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2722 fi
2723
2724
2725 # Check whether --with-xslt was given.
2726 if test "${with_xslt+set}" = set; then :
2727   withval=$with_xslt;
2728 fi
2729
2730
2731 # Check whether --with-xxf86vm was given.
2732 if test "${with_xxf86vm+set}" = set; then :
2733   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
2734 fi
2735
2736
2737
2738 # Check whether --with-wine-tools was given.
2739 if test "${with_wine_tools+set}" = set; then :
2740   withval=$with_wine_tools;
2741 fi
2742
2743
2744 # Check whether --with-wine64 was given.
2745 if test "${with_wine64+set}" = set; then :
2746   withval=$with_wine64;
2747 fi
2748
2749
2750 # Make sure we can run config.sub.
2751 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2752   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2753
2754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2755 $as_echo_n "checking build system type... " >&6; }
2756 if test "${ac_cv_build+set}" = set; then :
2757   $as_echo_n "(cached) " >&6
2758 else
2759   ac_build_alias=$build_alias
2760 test "x$ac_build_alias" = x &&
2761   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2762 test "x$ac_build_alias" = x &&
2763   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2764 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2765   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2766
2767 fi
2768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2769 $as_echo "$ac_cv_build" >&6; }
2770 case $ac_cv_build in
2771 *-*-*) ;;
2772 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2773 esac
2774 build=$ac_cv_build
2775 ac_save_IFS=$IFS; IFS='-'
2776 set x $ac_cv_build
2777 shift
2778 build_cpu=$1
2779 build_vendor=$2
2780 shift; shift
2781 # Remember, the first character of IFS is used to create $*,
2782 # except with old shells:
2783 build_os=$*
2784 IFS=$ac_save_IFS
2785 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2786
2787
2788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2789 $as_echo_n "checking host system type... " >&6; }
2790 if test "${ac_cv_host+set}" = set; then :
2791   $as_echo_n "(cached) " >&6
2792 else
2793   if test "x$host_alias" = x; then
2794   ac_cv_host=$ac_cv_build
2795 else
2796   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2797     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2798 fi
2799
2800 fi
2801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2802 $as_echo "$ac_cv_host" >&6; }
2803 case $ac_cv_host in
2804 *-*-*) ;;
2805 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2806 esac
2807 host=$ac_cv_host
2808 ac_save_IFS=$IFS; IFS='-'
2809 set x $ac_cv_host
2810 shift
2811 host_cpu=$1
2812 host_vendor=$2
2813 shift; shift
2814 # Remember, the first character of IFS is used to create $*,
2815 # except with old shells:
2816 host_os=$*
2817 IFS=$ac_save_IFS
2818 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2819
2820
2821
2822 case "$srcdir" in
2823  .) ;;
2824  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2825       as_fn_error "you are building out of the source tree, but the source tree contains object files.
2826 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2827     fi ;;
2828 esac
2829
2830
2831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2832 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2833 set x ${MAKE-make}
2834 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2835 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2836   $as_echo_n "(cached) " >&6
2837 else
2838   cat >conftest.make <<\_ACEOF
2839 SHELL = /bin/sh
2840 all:
2841         @echo '@@@%%%=$(MAKE)=@@@%%%'
2842 _ACEOF
2843 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2844 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2845   *@@@%%%=?*=@@@%%%*)
2846     eval ac_cv_prog_make_${ac_make}_set=yes;;
2847   *)
2848     eval ac_cv_prog_make_${ac_make}_set=no;;
2849 esac
2850 rm -f conftest.make
2851 fi
2852 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2853   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2854 $as_echo "yes" >&6; }
2855   SET_MAKE=
2856 else
2857   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2858 $as_echo "no" >&6; }
2859   SET_MAKE="MAKE=${MAKE-make}"
2860 fi
2861
2862 ac_ext=c
2863 ac_cpp='$CPP $CPPFLAGS'
2864 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2865 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2866 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2867 if test -n "$ac_tool_prefix"; then
2868   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2869 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2871 $as_echo_n "checking for $ac_word... " >&6; }
2872 if test "${ac_cv_prog_CC+set}" = set; then :
2873   $as_echo_n "(cached) " >&6
2874 else
2875   if test -n "$CC"; then
2876   ac_cv_prog_CC="$CC" # Let the user override the test.
2877 else
2878 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2879 for as_dir in $PATH
2880 do
2881   IFS=$as_save_IFS
2882   test -z "$as_dir" && as_dir=.
2883     for ac_exec_ext in '' $ac_executable_extensions; do
2884   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2885     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2886     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2887     break 2
2888   fi
2889 done
2890   done
2891 IFS=$as_save_IFS
2892
2893 fi
2894 fi
2895 CC=$ac_cv_prog_CC
2896 if test -n "$CC"; then
2897   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2898 $as_echo "$CC" >&6; }
2899 else
2900   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2901 $as_echo "no" >&6; }
2902 fi
2903
2904
2905 fi
2906 if test -z "$ac_cv_prog_CC"; then
2907   ac_ct_CC=$CC
2908   # Extract the first word of "gcc", so it can be a program name with args.
2909 set dummy gcc; ac_word=$2
2910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2911 $as_echo_n "checking for $ac_word... " >&6; }
2912 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2913   $as_echo_n "(cached) " >&6
2914 else
2915   if test -n "$ac_ct_CC"; then
2916   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2917 else
2918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2919 for as_dir in $PATH
2920 do
2921   IFS=$as_save_IFS
2922   test -z "$as_dir" && as_dir=.
2923     for ac_exec_ext in '' $ac_executable_extensions; do
2924   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2925     ac_cv_prog_ac_ct_CC="gcc"
2926     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2927     break 2
2928   fi
2929 done
2930   done
2931 IFS=$as_save_IFS
2932
2933 fi
2934 fi
2935 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2936 if test -n "$ac_ct_CC"; then
2937   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2938 $as_echo "$ac_ct_CC" >&6; }
2939 else
2940   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2941 $as_echo "no" >&6; }
2942 fi
2943
2944   if test "x$ac_ct_CC" = x; then
2945     CC=""
2946   else
2947     case $cross_compiling:$ac_tool_warned in
2948 yes:)
2949 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2950 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2951 ac_tool_warned=yes ;;
2952 esac
2953     CC=$ac_ct_CC
2954   fi
2955 else
2956   CC="$ac_cv_prog_CC"
2957 fi
2958
2959 if test -z "$CC"; then
2960           if test -n "$ac_tool_prefix"; then
2961     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2962 set dummy ${ac_tool_prefix}cc; ac_word=$2
2963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2964 $as_echo_n "checking for $ac_word... " >&6; }
2965 if test "${ac_cv_prog_CC+set}" = set; then :
2966   $as_echo_n "(cached) " >&6
2967 else
2968   if test -n "$CC"; then
2969   ac_cv_prog_CC="$CC" # Let the user override the test.
2970 else
2971 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2972 for as_dir in $PATH
2973 do
2974   IFS=$as_save_IFS
2975   test -z "$as_dir" && as_dir=.
2976     for ac_exec_ext in '' $ac_executable_extensions; do
2977   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2978     ac_cv_prog_CC="${ac_tool_prefix}cc"
2979     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2980     break 2
2981   fi
2982 done
2983   done
2984 IFS=$as_save_IFS
2985
2986 fi
2987 fi
2988 CC=$ac_cv_prog_CC
2989 if test -n "$CC"; then
2990   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2991 $as_echo "$CC" >&6; }
2992 else
2993   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2994 $as_echo "no" >&6; }
2995 fi
2996
2997
2998   fi
2999 fi
3000 if test -z "$CC"; then
3001   # Extract the first word of "cc", so it can be a program name with args.
3002 set dummy cc; ac_word=$2
3003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3004 $as_echo_n "checking for $ac_word... " >&6; }
3005 if test "${ac_cv_prog_CC+set}" = set; then :
3006   $as_echo_n "(cached) " >&6
3007 else
3008   if test -n "$CC"; then
3009   ac_cv_prog_CC="$CC" # Let the user override the test.
3010 else
3011   ac_prog_rejected=no
3012 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3013 for as_dir in $PATH
3014 do
3015   IFS=$as_save_IFS
3016   test -z "$as_dir" && as_dir=.
3017     for ac_exec_ext in '' $ac_executable_extensions; do
3018   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3019     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3020        ac_prog_rejected=yes
3021        continue
3022      fi
3023     ac_cv_prog_CC="cc"
3024     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3025     break 2
3026   fi
3027 done
3028   done
3029 IFS=$as_save_IFS
3030
3031 if test $ac_prog_rejected = yes; then
3032   # We found a bogon in the path, so make sure we never use it.
3033   set dummy $ac_cv_prog_CC
3034   shift
3035   if test $# != 0; then
3036     # We chose a different compiler from the bogus one.
3037     # However, it has the same basename, so the bogon will be chosen
3038     # first if we set CC to just the basename; use the full file name.
3039     shift
3040     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3041   fi
3042 fi
3043 fi
3044 fi
3045 CC=$ac_cv_prog_CC
3046 if test -n "$CC"; then
3047   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3048 $as_echo "$CC" >&6; }
3049 else
3050   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3051 $as_echo "no" >&6; }
3052 fi
3053
3054
3055 fi
3056 if test -z "$CC"; then
3057   if test -n "$ac_tool_prefix"; then
3058   for ac_prog in cl.exe
3059   do
3060     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3061 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3063 $as_echo_n "checking for $ac_word... " >&6; }
3064 if test "${ac_cv_prog_CC+set}" = set; then :
3065   $as_echo_n "(cached) " >&6
3066 else
3067   if test -n "$CC"; then
3068   ac_cv_prog_CC="$CC" # Let the user override the test.
3069 else
3070 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3071 for as_dir in $PATH
3072 do
3073   IFS=$as_save_IFS
3074   test -z "$as_dir" && as_dir=.
3075     for ac_exec_ext in '' $ac_executable_extensions; do
3076   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3077     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3078     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3079     break 2
3080   fi
3081 done
3082   done
3083 IFS=$as_save_IFS
3084
3085 fi
3086 fi
3087 CC=$ac_cv_prog_CC
3088 if test -n "$CC"; then
3089   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3090 $as_echo "$CC" >&6; }
3091 else
3092   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3093 $as_echo "no" >&6; }
3094 fi
3095
3096
3097     test -n "$CC" && break
3098   done
3099 fi
3100 if test -z "$CC"; then
3101   ac_ct_CC=$CC
3102   for ac_prog in cl.exe
3103 do
3104   # Extract the first word of "$ac_prog", so it can be a program name with args.
3105 set dummy $ac_prog; ac_word=$2
3106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3107 $as_echo_n "checking for $ac_word... " >&6; }
3108 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3109   $as_echo_n "(cached) " >&6
3110 else
3111   if test -n "$ac_ct_CC"; then
3112   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3113 else
3114 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3115 for as_dir in $PATH
3116 do
3117   IFS=$as_save_IFS
3118   test -z "$as_dir" && as_dir=.
3119     for ac_exec_ext in '' $ac_executable_extensions; do
3120   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3121     ac_cv_prog_ac_ct_CC="$ac_prog"
3122     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3123     break 2
3124   fi
3125 done
3126   done
3127 IFS=$as_save_IFS
3128
3129 fi
3130 fi
3131 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3132 if test -n "$ac_ct_CC"; then
3133   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3134 $as_echo "$ac_ct_CC" >&6; }
3135 else
3136   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3137 $as_echo "no" >&6; }
3138 fi
3139
3140
3141   test -n "$ac_ct_CC" && break
3142 done
3143
3144   if test "x$ac_ct_CC" = x; then
3145     CC=""
3146   else
3147     case $cross_compiling:$ac_tool_warned in
3148 yes:)
3149 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3150 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3151 ac_tool_warned=yes ;;
3152 esac
3153     CC=$ac_ct_CC
3154   fi
3155 fi
3156
3157 fi
3158
3159
3160 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3161 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3162 as_fn_error "no acceptable C compiler found in \$PATH
3163 See \`config.log' for more details." "$LINENO" 5; }
3164
3165 # Provide some information about the compiler.
3166 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3167 set X $ac_compile
3168 ac_compiler=$2
3169 for ac_option in --version -v -V -qversion; do
3170   { { ac_try="$ac_compiler $ac_option >&5"
3171 case "(($ac_try" in
3172   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3173   *) ac_try_echo=$ac_try;;
3174 esac
3175 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3176 $as_echo "$ac_try_echo"; } >&5
3177   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3178   ac_status=$?
3179   if test -s conftest.err; then
3180     sed '10a\
3181 ... rest of stderr output deleted ...
3182          10q' conftest.err >conftest.er1
3183     cat conftest.er1 >&5
3184   fi
3185   rm -f conftest.er1 conftest.err
3186   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3187   test $ac_status = 0; }
3188 done
3189
3190 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3191 /* end confdefs.h.  */
3192
3193 int
3194 main ()
3195 {
3196
3197   ;
3198   return 0;
3199 }
3200 _ACEOF
3201 ac_clean_files_save=$ac_clean_files
3202 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3203 # Try to create an executable without -o first, disregard a.out.
3204 # It will help us diagnose broken compilers, and finding out an intuition
3205 # of exeext.
3206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3207 $as_echo_n "checking whether the C compiler works... " >&6; }
3208 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3209
3210 # The possible output files:
3211 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3212
3213 ac_rmfiles=
3214 for ac_file in $ac_files
3215 do
3216   case $ac_file in
3217     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3218     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3219   esac
3220 done
3221 rm -f $ac_rmfiles
3222
3223 if { { ac_try="$ac_link_default"
3224 case "(($ac_try" in
3225   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3226   *) ac_try_echo=$ac_try;;
3227 esac
3228 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3229 $as_echo "$ac_try_echo"; } >&5
3230   (eval "$ac_link_default") 2>&5
3231   ac_status=$?
3232   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3233   test $ac_status = 0; }; then :
3234   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3235 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3236 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3237 # so that the user can short-circuit this test for compilers unknown to
3238 # Autoconf.
3239 for ac_file in $ac_files ''
3240 do
3241   test -f "$ac_file" || continue
3242   case $ac_file in
3243     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3244         ;;
3245     [ab].out )
3246         # We found the default executable, but exeext='' is most
3247         # certainly right.
3248         break;;
3249     *.* )
3250         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3251         then :; else
3252            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3253         fi
3254         # We set ac_cv_exeext here because the later test for it is not
3255         # safe: cross compilers may not add the suffix if given an `-o'
3256         # argument, so we may need to know it at that point already.
3257         # Even if this section looks crufty: it has the advantage of
3258         # actually working.
3259         break;;
3260     * )
3261         break;;
3262   esac
3263 done
3264 test "$ac_cv_exeext" = no && ac_cv_exeext=
3265
3266 else
3267   ac_file=''
3268 fi
3269 if test -z "$ac_file"; then :
3270   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3271 $as_echo "no" >&6; }
3272 $as_echo "$as_me: failed program was:" >&5
3273 sed 's/^/| /' conftest.$ac_ext >&5
3274
3275 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3276 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3277 { as_fn_set_status 77
3278 as_fn_error "C compiler cannot create executables
3279 See \`config.log' for more details." "$LINENO" 5; }; }
3280 else
3281   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3282 $as_echo "yes" >&6; }
3283 fi
3284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3285 $as_echo_n "checking for C compiler default output file name... " >&6; }
3286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3287 $as_echo "$ac_file" >&6; }
3288 ac_exeext=$ac_cv_exeext
3289
3290 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3291 ac_clean_files=$ac_clean_files_save
3292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3293 $as_echo_n "checking for suffix of executables... " >&6; }
3294 if { { ac_try="$ac_link"
3295 case "(($ac_try" in
3296   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3297   *) ac_try_echo=$ac_try;;
3298 esac
3299 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3300 $as_echo "$ac_try_echo"; } >&5
3301   (eval "$ac_link") 2>&5
3302   ac_status=$?
3303   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3304   test $ac_status = 0; }; then :
3305   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3306 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3307 # work properly (i.e., refer to `conftest.exe'), while it won't with
3308 # `rm'.
3309 for ac_file in conftest.exe conftest conftest.*; do
3310   test -f "$ac_file" || continue
3311   case $ac_file in
3312     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3313     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3314           break;;
3315     * ) break;;
3316   esac
3317 done
3318 else
3319   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3320 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3321 as_fn_error "cannot compute suffix of executables: cannot compile and link
3322 See \`config.log' for more details." "$LINENO" 5; }
3323 fi
3324 rm -f conftest conftest$ac_cv_exeext
3325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3326 $as_echo "$ac_cv_exeext" >&6; }
3327
3328 rm -f conftest.$ac_ext
3329 EXEEXT=$ac_cv_exeext
3330 ac_exeext=$EXEEXT
3331 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3332 /* end confdefs.h.  */
3333 #include <stdio.h>
3334 int
3335 main ()
3336 {
3337 FILE *f = fopen ("conftest.out", "w");
3338  return ferror (f) || fclose (f) != 0;
3339
3340   ;
3341   return 0;
3342 }
3343 _ACEOF
3344 ac_clean_files="$ac_clean_files conftest.out"
3345 # Check that the compiler produces executables we can run.  If not, either
3346 # the compiler is broken, or we cross compile.
3347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3348 $as_echo_n "checking whether we are cross compiling... " >&6; }
3349 if test "$cross_compiling" != yes; then
3350   { { ac_try="$ac_link"
3351 case "(($ac_try" in
3352   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3353   *) ac_try_echo=$ac_try;;
3354 esac
3355 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3356 $as_echo "$ac_try_echo"; } >&5
3357   (eval "$ac_link") 2>&5
3358   ac_status=$?
3359   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3360   test $ac_status = 0; }
3361   if { ac_try='./conftest$ac_cv_exeext'
3362   { { case "(($ac_try" in
3363   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3364   *) ac_try_echo=$ac_try;;
3365 esac
3366 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3367 $as_echo "$ac_try_echo"; } >&5
3368   (eval "$ac_try") 2>&5
3369   ac_status=$?
3370   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3371   test $ac_status = 0; }; }; then
3372     cross_compiling=no
3373   else
3374     if test "$cross_compiling" = maybe; then
3375         cross_compiling=yes
3376     else
3377         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3378 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3379 as_fn_error "cannot run C compiled programs.
3380 If you meant to cross compile, use \`--host'.
3381 See \`config.log' for more details." "$LINENO" 5; }
3382     fi
3383   fi
3384 fi
3385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3386 $as_echo "$cross_compiling" >&6; }
3387
3388 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3389 ac_clean_files=$ac_clean_files_save
3390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3391 $as_echo_n "checking for suffix of object files... " >&6; }
3392 if test "${ac_cv_objext+set}" = set; then :
3393   $as_echo_n "(cached) " >&6
3394 else
3395   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3396 /* end confdefs.h.  */
3397
3398 int
3399 main ()
3400 {
3401
3402   ;
3403   return 0;
3404 }
3405 _ACEOF
3406 rm -f conftest.o conftest.obj
3407 if { { ac_try="$ac_compile"
3408 case "(($ac_try" in
3409   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3410   *) ac_try_echo=$ac_try;;
3411 esac
3412 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3413 $as_echo "$ac_try_echo"; } >&5
3414   (eval "$ac_compile") 2>&5
3415   ac_status=$?
3416   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3417   test $ac_status = 0; }; then :
3418   for ac_file in conftest.o conftest.obj conftest.*; do
3419   test -f "$ac_file" || continue;
3420   case $ac_file in
3421     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3422     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3423        break;;
3424   esac
3425 done
3426 else
3427   $as_echo "$as_me: failed program was:" >&5
3428 sed 's/^/| /' conftest.$ac_ext >&5
3429
3430 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3431 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3432 as_fn_error "cannot compute suffix of object files: cannot compile
3433 See \`config.log' for more details." "$LINENO" 5; }
3434 fi
3435 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3436 fi
3437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3438 $as_echo "$ac_cv_objext" >&6; }
3439 OBJEXT=$ac_cv_objext
3440 ac_objext=$OBJEXT
3441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3442 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3443 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3444   $as_echo_n "(cached) " >&6
3445 else
3446   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3447 /* end confdefs.h.  */
3448
3449 int
3450 main ()
3451 {
3452 #ifndef __GNUC__
3453        choke me
3454 #endif
3455
3456   ;
3457   return 0;
3458 }
3459 _ACEOF
3460 if ac_fn_c_try_compile "$LINENO"; then :
3461   ac_compiler_gnu=yes
3462 else
3463   ac_compiler_gnu=no
3464 fi
3465 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3466 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3467
3468 fi
3469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3470 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3471 if test $ac_compiler_gnu = yes; then
3472   GCC=yes
3473 else
3474   GCC=
3475 fi
3476 ac_test_CFLAGS=${CFLAGS+set}
3477 ac_save_CFLAGS=$CFLAGS
3478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3479 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3480 if test "${ac_cv_prog_cc_g+set}" = set; then :
3481   $as_echo_n "(cached) " >&6
3482 else
3483   ac_save_c_werror_flag=$ac_c_werror_flag
3484    ac_c_werror_flag=yes
3485    ac_cv_prog_cc_g=no
3486    CFLAGS="-g"
3487    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3488 /* end confdefs.h.  */
3489
3490 int
3491 main ()
3492 {
3493
3494   ;
3495   return 0;
3496 }
3497 _ACEOF
3498 if ac_fn_c_try_compile "$LINENO"; then :
3499   ac_cv_prog_cc_g=yes
3500 else
3501   CFLAGS=""
3502       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3503 /* end confdefs.h.  */
3504
3505 int
3506 main ()
3507 {
3508
3509   ;
3510   return 0;
3511 }
3512 _ACEOF
3513 if ac_fn_c_try_compile "$LINENO"; then :
3514
3515 else
3516   ac_c_werror_flag=$ac_save_c_werror_flag
3517          CFLAGS="-g"
3518          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3519 /* end confdefs.h.  */
3520
3521 int
3522 main ()
3523 {
3524
3525   ;
3526   return 0;
3527 }
3528 _ACEOF
3529 if ac_fn_c_try_compile "$LINENO"; then :
3530   ac_cv_prog_cc_g=yes
3531 fi
3532 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3533 fi
3534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3535 fi
3536 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3537    ac_c_werror_flag=$ac_save_c_werror_flag
3538 fi
3539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3540 $as_echo "$ac_cv_prog_cc_g" >&6; }
3541 if test "$ac_test_CFLAGS" = set; then
3542   CFLAGS=$ac_save_CFLAGS
3543 elif test $ac_cv_prog_cc_g = yes; then
3544   if test "$GCC" = yes; then
3545     CFLAGS="-g -O2"
3546   else
3547     CFLAGS="-g"
3548   fi
3549 else
3550   if test "$GCC" = yes; then
3551     CFLAGS="-O2"
3552   else
3553     CFLAGS=
3554   fi
3555 fi
3556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3557 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3558 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3559   $as_echo_n "(cached) " >&6
3560 else
3561   ac_cv_prog_cc_c89=no
3562 ac_save_CC=$CC
3563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3564 /* end confdefs.h.  */
3565 #include <stdarg.h>
3566 #include <stdio.h>
3567 #include <sys/types.h>
3568 #include <sys/stat.h>
3569 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3570 struct buf { int x; };
3571 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3572 static char *e (p, i)
3573      char **p;
3574      int i;
3575 {
3576   return p[i];
3577 }
3578 static char *f (char * (*g) (char **, int), char **p, ...)
3579 {
3580   char *s;
3581   va_list v;
3582   va_start (v,p);
3583   s = g (p, va_arg (v,int));
3584   va_end (v);
3585   return s;
3586 }
3587
3588 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3589    function prototypes and stuff, but not '\xHH' hex character constants.
3590    These don't provoke an error unfortunately, instead are silently treated
3591    as 'x'.  The following induces an error, until -std is added to get
3592    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3593    array size at least.  It's necessary to write '\x00'==0 to get something
3594    that's true only with -std.  */
3595 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3596
3597 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3598    inside strings and character constants.  */
3599 #define FOO(x) 'x'
3600 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3601
3602 int test (int i, double x);
3603 struct s1 {int (*f) (int a);};
3604 struct s2 {int (*f) (double a);};
3605 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3606 int argc;
3607 char **argv;
3608 int
3609 main ()
3610 {
3611 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3612   ;
3613   return 0;
3614 }
3615 _ACEOF
3616 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3617         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3618 do
3619   CC="$ac_save_CC $ac_arg"
3620   if ac_fn_c_try_compile "$LINENO"; then :
3621   ac_cv_prog_cc_c89=$ac_arg
3622 fi
3623 rm -f core conftest.err conftest.$ac_objext
3624   test "x$ac_cv_prog_cc_c89" != "xno" && break
3625 done
3626 rm -f conftest.$ac_ext
3627 CC=$ac_save_CC
3628
3629 fi
3630 # AC_CACHE_VAL
3631 case "x$ac_cv_prog_cc_c89" in
3632   x)
3633     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3634 $as_echo "none needed" >&6; } ;;
3635   xno)
3636     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3637 $as_echo "unsupported" >&6; } ;;
3638   *)
3639     CC="$CC $ac_cv_prog_cc_c89"
3640     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3641 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3642 esac
3643 if test "x$ac_cv_prog_cc_c89" != xno; then :
3644
3645 fi
3646
3647 ac_ext=c
3648 ac_cpp='$CPP $CPPFLAGS'
3649 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3650 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3651 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3652
3653 ac_ext=cpp
3654 ac_cpp='$CXXCPP $CPPFLAGS'
3655 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3656 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3657 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3658 if test -z "$CXX"; then
3659   if test -n "$CCC"; then
3660     CXX=$CCC
3661   else
3662     if test -n "$ac_tool_prefix"; then
3663   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3664   do
3665     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3666 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3668 $as_echo_n "checking for $ac_word... " >&6; }
3669 if test "${ac_cv_prog_CXX+set}" = set; then :
3670   $as_echo_n "(cached) " >&6
3671 else
3672   if test -n "$CXX"; then
3673   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3674 else
3675 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3676 for as_dir in $PATH
3677 do
3678   IFS=$as_save_IFS
3679   test -z "$as_dir" && as_dir=.
3680     for ac_exec_ext in '' $ac_executable_extensions; do
3681   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3682     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3683     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3684     break 2
3685   fi
3686 done
3687   done
3688 IFS=$as_save_IFS
3689
3690 fi
3691 fi
3692 CXX=$ac_cv_prog_CXX
3693 if test -n "$CXX"; then
3694   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3695 $as_echo "$CXX" >&6; }
3696 else
3697   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3698 $as_echo "no" >&6; }
3699 fi
3700
3701
3702     test -n "$CXX" && break
3703   done
3704 fi
3705 if test -z "$CXX"; then
3706   ac_ct_CXX=$CXX
3707   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3708 do
3709   # Extract the first word of "$ac_prog", so it can be a program name with args.
3710 set dummy $ac_prog; ac_word=$2
3711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3712 $as_echo_n "checking for $ac_word... " >&6; }
3713 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3714   $as_echo_n "(cached) " >&6
3715 else
3716   if test -n "$ac_ct_CXX"; then
3717   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3718 else
3719 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3720 for as_dir in $PATH
3721 do
3722   IFS=$as_save_IFS
3723   test -z "$as_dir" && as_dir=.
3724     for ac_exec_ext in '' $ac_executable_extensions; do
3725   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3726     ac_cv_prog_ac_ct_CXX="$ac_prog"
3727     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3728     break 2
3729   fi
3730 done
3731   done
3732 IFS=$as_save_IFS
3733
3734 fi
3735 fi
3736 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3737 if test -n "$ac_ct_CXX"; then
3738   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3739 $as_echo "$ac_ct_CXX" >&6; }
3740 else
3741   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3742 $as_echo "no" >&6; }
3743 fi
3744
3745
3746   test -n "$ac_ct_CXX" && break
3747 done
3748
3749   if test "x$ac_ct_CXX" = x; then
3750     CXX="g++"
3751   else
3752     case $cross_compiling:$ac_tool_warned in
3753 yes:)
3754 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3755 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3756 ac_tool_warned=yes ;;
3757 esac
3758     CXX=$ac_ct_CXX
3759   fi
3760 fi
3761
3762   fi
3763 fi
3764 # Provide some information about the compiler.
3765 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3766 set X $ac_compile
3767 ac_compiler=$2
3768 for ac_option in --version -v -V -qversion; do
3769   { { ac_try="$ac_compiler $ac_option >&5"
3770 case "(($ac_try" in
3771   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3772   *) ac_try_echo=$ac_try;;
3773 esac
3774 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3775 $as_echo "$ac_try_echo"; } >&5
3776   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3777   ac_status=$?
3778   if test -s conftest.err; then
3779     sed '10a\
3780 ... rest of stderr output deleted ...
3781          10q' conftest.err >conftest.er1
3782     cat conftest.er1 >&5
3783   fi
3784   rm -f conftest.er1 conftest.err
3785   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3786   test $ac_status = 0; }
3787 done
3788
3789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3790 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3791 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3792   $as_echo_n "(cached) " >&6
3793 else
3794   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3795 /* end confdefs.h.  */
3796
3797 int
3798 main ()
3799 {
3800 #ifndef __GNUC__
3801        choke me
3802 #endif
3803
3804   ;
3805   return 0;
3806 }
3807 _ACEOF
3808 if ac_fn_cxx_try_compile "$LINENO"; then :
3809   ac_compiler_gnu=yes
3810 else
3811   ac_compiler_gnu=no
3812 fi
3813 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3814 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3815
3816 fi
3817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3818 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3819 if test $ac_compiler_gnu = yes; then
3820   GXX=yes
3821 else
3822   GXX=
3823 fi
3824 ac_test_CXXFLAGS=${CXXFLAGS+set}
3825 ac_save_CXXFLAGS=$CXXFLAGS
3826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3827 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3828 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3829   $as_echo_n "(cached) " >&6
3830 else
3831   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3832    ac_cxx_werror_flag=yes
3833    ac_cv_prog_cxx_g=no
3834    CXXFLAGS="-g"
3835    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3836 /* end confdefs.h.  */
3837
3838 int
3839 main ()
3840 {
3841
3842   ;
3843   return 0;
3844 }
3845 _ACEOF
3846 if ac_fn_cxx_try_compile "$LINENO"; then :
3847   ac_cv_prog_cxx_g=yes
3848 else
3849   CXXFLAGS=""
3850       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3851 /* end confdefs.h.  */
3852
3853 int
3854 main ()
3855 {
3856
3857   ;
3858   return 0;
3859 }
3860 _ACEOF
3861 if ac_fn_cxx_try_compile "$LINENO"; then :
3862
3863 else
3864   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3865          CXXFLAGS="-g"
3866          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3867 /* end confdefs.h.  */
3868
3869 int
3870 main ()
3871 {
3872
3873   ;
3874   return 0;
3875 }
3876 _ACEOF
3877 if ac_fn_cxx_try_compile "$LINENO"; then :
3878   ac_cv_prog_cxx_g=yes
3879 fi
3880 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3881 fi
3882 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3883 fi
3884 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3885    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3886 fi
3887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3888 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3889 if test "$ac_test_CXXFLAGS" = set; then
3890   CXXFLAGS=$ac_save_CXXFLAGS
3891 elif test $ac_cv_prog_cxx_g = yes; then
3892   if test "$GXX" = yes; then
3893     CXXFLAGS="-g -O2"
3894   else
3895     CXXFLAGS="-g"
3896   fi
3897 else
3898   if test "$GXX" = yes; then
3899     CXXFLAGS="-O2"
3900   else
3901     CXXFLAGS=
3902   fi
3903 fi
3904 ac_ext=c
3905 ac_cpp='$CPP $CPPFLAGS'
3906 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3907 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3908 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3909
3910 if test -n "$ac_tool_prefix"; then
3911   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3912 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3914 $as_echo_n "checking for $ac_word... " >&6; }
3915 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3916   $as_echo_n "(cached) " >&6
3917 else
3918   if test -n "$CPPBIN"; then
3919   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3920 else
3921 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3922 for as_dir in $PATH
3923 do
3924   IFS=$as_save_IFS
3925   test -z "$as_dir" && as_dir=.
3926     for ac_exec_ext in '' $ac_executable_extensions; do
3927   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3928     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3929     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3930     break 2
3931   fi
3932 done
3933   done
3934 IFS=$as_save_IFS
3935
3936 fi
3937 fi
3938 CPPBIN=$ac_cv_prog_CPPBIN
3939 if test -n "$CPPBIN"; then
3940   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3941 $as_echo "$CPPBIN" >&6; }
3942 else
3943   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3944 $as_echo "no" >&6; }
3945 fi
3946
3947
3948 fi
3949 if test -z "$ac_cv_prog_CPPBIN"; then
3950   ac_ct_CPPBIN=$CPPBIN
3951   # Extract the first word of "cpp", so it can be a program name with args.
3952 set dummy cpp; ac_word=$2
3953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3954 $as_echo_n "checking for $ac_word... " >&6; }
3955 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3956   $as_echo_n "(cached) " >&6
3957 else
3958   if test -n "$ac_ct_CPPBIN"; then
3959   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3960 else
3961 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3962 for as_dir in $PATH
3963 do
3964   IFS=$as_save_IFS
3965   test -z "$as_dir" && as_dir=.
3966     for ac_exec_ext in '' $ac_executable_extensions; do
3967   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3968     ac_cv_prog_ac_ct_CPPBIN="cpp"
3969     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3970     break 2
3971   fi
3972 done
3973   done
3974 IFS=$as_save_IFS
3975
3976 fi
3977 fi
3978 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3979 if test -n "$ac_ct_CPPBIN"; then
3980   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3981 $as_echo "$ac_ct_CPPBIN" >&6; }
3982 else
3983   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3984 $as_echo "no" >&6; }
3985 fi
3986
3987   if test "x$ac_ct_CPPBIN" = x; then
3988     CPPBIN="cpp"
3989   else
3990     case $cross_compiling:$ac_tool_warned in
3991 yes:)
3992 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3993 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3994 ac_tool_warned=yes ;;
3995 esac
3996     CPPBIN=$ac_ct_CPPBIN
3997   fi
3998 else
3999   CPPBIN="$ac_cv_prog_CPPBIN"
4000 fi
4001
4002
4003 cat >>confdefs.h <<_ACEOF
4004 #define EXEEXT "$ac_exeext"
4005 _ACEOF
4006
4007
4008 case $host in
4009   *-darwin*)
4010     if test "x$enable_win64" = "xyes"
4011     then
4012       CC="$CC -m64"
4013       CXX="$CXX -m64"
4014       LD="${LD:-ld} -arch x86_64"
4015       AS="${AS:-as} -arch x86_64"
4016       host_cpu="x86_64"
4017       notice_platform="64-bit "
4018       TARGETFLAGS="-m64"
4019
4020     else
4021       CC="$CC -m32"
4022       CXX="$CXX -m32"
4023       LD="${LD:-ld} -arch i386"
4024       AS="${AS:-as} -arch i386"
4025       host_cpu="i386"
4026       notice_platform="32-bit "
4027       TARGETFLAGS="-m32"
4028
4029       enable_win16=${enable_win16:-yes}
4030     fi
4031     ;;
4032   x86_64*)
4033     if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4034     then
4035       CC="$CC -m32"
4036       CXX="$CXX -m32"
4037       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4038 $as_echo_n "checking whether $CC works... " >&6; }
4039
4040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4041 /* end confdefs.h.  */
4042
4043 int
4044 main ()
4045 {
4046
4047   ;
4048   return 0;
4049 }
4050 _ACEOF
4051 if ac_fn_c_try_link "$LINENO"; then :
4052   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4053 $as_echo "yes" >&6; }
4054 else
4055   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4056 $as_echo "no" >&6; }
4057                       as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4058 fi
4059 rm -f core conftest.err conftest.$ac_objext \
4060     conftest$ac_exeext conftest.$ac_ext
4061       LD="${LD:-ld} -m elf_i386"
4062       AS="${AS:-as} --32"
4063       host_cpu="i386"
4064       notice_platform="32-bit "
4065       TARGETFLAGS="-m32"
4066
4067       enable_win16=${enable_win16:-yes}
4068     else
4069       if test "x${GCC}" = "xyes"
4070       then
4071         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4072 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4073         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4074 /* end confdefs.h.  */
4075 #include <stdarg.h>
4076 int
4077 main ()
4078 {
4079 void func(__builtin_ms_va_list *args);
4080   ;
4081   return 0;
4082 }
4083 _ACEOF
4084 if ac_fn_c_try_compile "$LINENO"; then :
4085   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4086 $as_echo "yes" >&6; }
4087 else
4088   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4089 $as_echo "no" >&6; }
4090                            as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4091 fi
4092 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4093       fi
4094       TARGETFLAGS="-m64"
4095
4096     fi
4097     ;;
4098   *-mingw32*|*-cygwin*)
4099     enable_win16=${enable_win16:-no}
4100     CFLAGS="$CFLAGS -D_WIN32"
4101     ;;
4102   i[3456789]86*)
4103     enable_win16=${enable_win16:-yes}
4104     ;;
4105 esac
4106
4107 enable_win16=${enable_win16:-no}
4108
4109 enable_winetest=${enable_winetest:-$enable_tests}
4110
4111 if test -n "$with_wine64"
4112 then
4113     if test "x$enable_win64" = "xyes"
4114     then
4115         as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4116 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4117     fi
4118     WOW64_DISABLE=\#
4119
4120     enable_fonts=${enable_fonts:-no}
4121     enable_include=${enable_include:-no}
4122     enable_rpcss=${enable_rpcss:-no}
4123     enable_server=${enable_server:-no}
4124     enable_tools=${enable_tools:-no}
4125     enable_wineboot=${enable_wineboot:-no}
4126     enable_winedbg=${enable_winedbg:-no}
4127     enable_winemenubuilder=${enable_winemenubuilder:-no}
4128     test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4129 fi
4130
4131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4132 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4133 if test "${wine_cv_toolsdir+set}" = set; then :
4134   $as_echo_n "(cached) " >&6
4135 else
4136   wine_cv_toolsdir="$with_wine_tools"
4137    if test -z "$with_wine_tools"; then
4138      if test "$cross_compiling" = "yes"; then
4139        as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4140      elif test -n "$with_wine64"; then
4141        wine_cv_toolsdir="$with_wine64"
4142      fi
4143    fi
4144    if test -z "$wine_cv_toolsdir"; then
4145      wine_cv_toolsdir="\$(TOPOBJDIR)"
4146    elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4147      case "$wine_cv_toolsdir" in
4148        /*) ;;
4149        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4150      esac
4151    else
4152      as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4153    fi
4154 fi
4155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4156 $as_echo "$wine_cv_toolsdir" >&6; }
4157 TOOLSDIR=$wine_cv_toolsdir
4158
4159 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4160 then
4161     TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4162
4163 fi
4164
4165 for ac_prog in flex
4166 do
4167   # Extract the first word of "$ac_prog", so it can be a program name with args.
4168 set dummy $ac_prog; ac_word=$2
4169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4170 $as_echo_n "checking for $ac_word... " >&6; }
4171 if test "${ac_cv_prog_FLEX+set}" = set; then :
4172   $as_echo_n "(cached) " >&6
4173 else
4174   if test -n "$FLEX"; then
4175   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4176 else
4177 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4178 for as_dir in $PATH
4179 do
4180   IFS=$as_save_IFS
4181   test -z "$as_dir" && as_dir=.
4182     for ac_exec_ext in '' $ac_executable_extensions; do
4183   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4184     ac_cv_prog_FLEX="$ac_prog"
4185     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4186     break 2
4187   fi
4188 done
4189   done
4190 IFS=$as_save_IFS
4191
4192 fi
4193 fi
4194 FLEX=$ac_cv_prog_FLEX
4195 if test -n "$FLEX"; then
4196   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4197 $as_echo "$FLEX" >&6; }
4198 else
4199   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4200 $as_echo "no" >&6; }
4201 fi
4202
4203
4204   test -n "$FLEX" && break
4205 done
4206 test -n "$FLEX" || FLEX="none"
4207
4208 if test "$FLEX" = "none"
4209 then
4210   as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4211 fi
4212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4213 $as_echo_n "checking whether flex is recent enough... " >&6; }
4214 cat >conftest.l <<EOF
4215 %top{
4216 #include "prediluvian.h"
4217 }
4218 %%
4219 EOF
4220 if $FLEX -t conftest.l >/dev/null 2>&1
4221 then
4222   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4223 $as_echo "yes" >&6; }
4224 else
4225   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4226 $as_echo "no" >&6; }
4227   as_fn_error "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4228 fi
4229
4230 for ac_prog in bison
4231 do
4232   # Extract the first word of "$ac_prog", so it can be a program name with args.
4233 set dummy $ac_prog; ac_word=$2
4234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4235 $as_echo_n "checking for $ac_word... " >&6; }
4236 if test "${ac_cv_prog_BISON+set}" = set; then :
4237   $as_echo_n "(cached) " >&6
4238 else
4239   if test -n "$BISON"; then
4240   ac_cv_prog_BISON="$BISON" # Let the user override the test.
4241 else
4242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4243 for as_dir in $PATH
4244 do
4245   IFS=$as_save_IFS
4246   test -z "$as_dir" && as_dir=.
4247     for ac_exec_ext in '' $ac_executable_extensions; do
4248   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4249     ac_cv_prog_BISON="$ac_prog"
4250     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4251     break 2
4252   fi
4253 done
4254   done
4255 IFS=$as_save_IFS
4256
4257 fi
4258 fi
4259 BISON=$ac_cv_prog_BISON
4260 if test -n "$BISON"; then
4261   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4262 $as_echo "$BISON" >&6; }
4263 else
4264   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4265 $as_echo "no" >&6; }
4266 fi
4267
4268
4269   test -n "$BISON" && break
4270 done
4271 test -n "$BISON" || BISON="none"
4272
4273 if test "$BISON" = "none"
4274 then
4275   as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4276 fi
4277
4278 if test -n "$ac_tool_prefix"; then
4279   for ac_prog in ar gar
4280   do
4281     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4282 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4284 $as_echo_n "checking for $ac_word... " >&6; }
4285 if test "${ac_cv_prog_AR+set}" = set; then :
4286   $as_echo_n "(cached) " >&6
4287 else
4288   if test -n "$AR"; then
4289   ac_cv_prog_AR="$AR" # Let the user override the test.
4290 else
4291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4292 for as_dir in $PATH
4293 do
4294   IFS=$as_save_IFS
4295   test -z "$as_dir" && as_dir=.
4296     for ac_exec_ext in '' $ac_executable_extensions; do
4297   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4298     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4299     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4300     break 2
4301   fi
4302 done
4303   done
4304 IFS=$as_save_IFS
4305
4306 fi
4307 fi
4308 AR=$ac_cv_prog_AR
4309 if test -n "$AR"; then
4310   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4311 $as_echo "$AR" >&6; }
4312 else
4313   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4314 $as_echo "no" >&6; }
4315 fi
4316
4317
4318     test -n "$AR" && break
4319   done
4320 fi
4321 if test -z "$AR"; then
4322   ac_ct_AR=$AR
4323   for ac_prog in ar gar
4324 do
4325   # Extract the first word of "$ac_prog", so it can be a program name with args.
4326 set dummy $ac_prog; ac_word=$2
4327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4328 $as_echo_n "checking for $ac_word... " >&6; }
4329 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4330   $as_echo_n "(cached) " >&6
4331 else
4332   if test -n "$ac_ct_AR"; then
4333   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4334 else
4335 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4336 for as_dir in $PATH
4337 do
4338   IFS=$as_save_IFS
4339   test -z "$as_dir" && as_dir=.
4340     for ac_exec_ext in '' $ac_executable_extensions; do
4341   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4342     ac_cv_prog_ac_ct_AR="$ac_prog"
4343     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4344     break 2
4345   fi
4346 done
4347   done
4348 IFS=$as_save_IFS
4349
4350 fi
4351 fi
4352 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4353 if test -n "$ac_ct_AR"; then
4354   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4355 $as_echo "$ac_ct_AR" >&6; }
4356 else
4357   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4358 $as_echo "no" >&6; }
4359 fi
4360
4361
4362   test -n "$ac_ct_AR" && break
4363 done
4364
4365   if test "x$ac_ct_AR" = x; then
4366     AR="ar"
4367   else
4368     case $cross_compiling:$ac_tool_warned in
4369 yes:)
4370 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4371 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4372 ac_tool_warned=yes ;;
4373 esac
4374     AR=$ac_ct_AR
4375   fi
4376 fi
4377
4378 ARFLAGS=rc
4379
4380 if test -n "$ac_tool_prefix"; then
4381   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4382 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4384 $as_echo_n "checking for $ac_word... " >&6; }
4385 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4386   $as_echo_n "(cached) " >&6
4387 else
4388   if test -n "$RANLIB"; then
4389   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4390 else
4391 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4392 for as_dir in $PATH
4393 do
4394   IFS=$as_save_IFS
4395   test -z "$as_dir" && as_dir=.
4396     for ac_exec_ext in '' $ac_executable_extensions; do
4397   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4398     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4399     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4400     break 2
4401   fi
4402 done
4403   done
4404 IFS=$as_save_IFS
4405
4406 fi
4407 fi
4408 RANLIB=$ac_cv_prog_RANLIB
4409 if test -n "$RANLIB"; then
4410   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4411 $as_echo "$RANLIB" >&6; }
4412 else
4413   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4414 $as_echo "no" >&6; }
4415 fi
4416
4417
4418 fi
4419 if test -z "$ac_cv_prog_RANLIB"; then
4420   ac_ct_RANLIB=$RANLIB
4421   # Extract the first word of "ranlib", so it can be a program name with args.
4422 set dummy ranlib; ac_word=$2
4423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4424 $as_echo_n "checking for $ac_word... " >&6; }
4425 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4426   $as_echo_n "(cached) " >&6
4427 else
4428   if test -n "$ac_ct_RANLIB"; then
4429   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4430 else
4431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4432 for as_dir in $PATH
4433 do
4434   IFS=$as_save_IFS
4435   test -z "$as_dir" && as_dir=.
4436     for ac_exec_ext in '' $ac_executable_extensions; do
4437   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4438     ac_cv_prog_ac_ct_RANLIB="ranlib"
4439     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4440     break 2
4441   fi
4442 done
4443   done
4444 IFS=$as_save_IFS
4445
4446 fi
4447 fi
4448 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4449 if test -n "$ac_ct_RANLIB"; then
4450   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4451 $as_echo "$ac_ct_RANLIB" >&6; }
4452 else
4453   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4454 $as_echo "no" >&6; }
4455 fi
4456
4457   if test "x$ac_ct_RANLIB" = x; then
4458     RANLIB=":"
4459   else
4460     case $cross_compiling:$ac_tool_warned in
4461 yes:)
4462 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4463 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4464 ac_tool_warned=yes ;;
4465 esac
4466     RANLIB=$ac_ct_RANLIB
4467   fi
4468 else
4469   RANLIB="$ac_cv_prog_RANLIB"
4470 fi
4471
4472 if test -n "$ac_tool_prefix"; then
4473   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4474 set dummy ${ac_tool_prefix}strip; ac_word=$2
4475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4476 $as_echo_n "checking for $ac_word... " >&6; }
4477 if test "${ac_cv_prog_STRIP+set}" = set; then :
4478   $as_echo_n "(cached) " >&6
4479 else
4480   if test -n "$STRIP"; then
4481   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4482 else
4483 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4484 for as_dir in $PATH
4485 do
4486   IFS=$as_save_IFS
4487   test -z "$as_dir" && as_dir=.
4488     for ac_exec_ext in '' $ac_executable_extensions; do
4489   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4490     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4491     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4492     break 2
4493   fi
4494 done
4495   done
4496 IFS=$as_save_IFS
4497
4498 fi
4499 fi
4500 STRIP=$ac_cv_prog_STRIP
4501 if test -n "$STRIP"; then
4502   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4503 $as_echo "$STRIP" >&6; }
4504 else
4505   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4506 $as_echo "no" >&6; }
4507 fi
4508
4509
4510 fi
4511 if test -z "$ac_cv_prog_STRIP"; then
4512   ac_ct_STRIP=$STRIP
4513   # Extract the first word of "strip", so it can be a program name with args.
4514 set dummy strip; ac_word=$2
4515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4516 $as_echo_n "checking for $ac_word... " >&6; }
4517 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4518   $as_echo_n "(cached) " >&6
4519 else
4520   if test -n "$ac_ct_STRIP"; then
4521   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4522 else
4523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4524 for as_dir in $PATH
4525 do
4526   IFS=$as_save_IFS
4527   test -z "$as_dir" && as_dir=.
4528     for ac_exec_ext in '' $ac_executable_extensions; do
4529   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4530     ac_cv_prog_ac_ct_STRIP="strip"
4531     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4532     break 2
4533   fi
4534 done
4535   done
4536 IFS=$as_save_IFS
4537
4538 fi
4539 fi
4540 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4541 if test -n "$ac_ct_STRIP"; then
4542   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4543 $as_echo "$ac_ct_STRIP" >&6; }
4544 else
4545   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4546 $as_echo "no" >&6; }
4547 fi
4548
4549   if test "x$ac_ct_STRIP" = x; then
4550     STRIP="strip"
4551   else
4552     case $cross_compiling:$ac_tool_warned in
4553 yes:)
4554 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4555 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4556 ac_tool_warned=yes ;;
4557 esac
4558     STRIP=$ac_ct_STRIP
4559   fi
4560 else
4561   STRIP="$ac_cv_prog_STRIP"
4562 fi
4563
4564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4565 $as_echo_n "checking whether ln -s works... " >&6; }
4566 LN_S=$as_ln_s
4567 if test "$LN_S" = "ln -s"; then
4568   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4569 $as_echo "yes" >&6; }
4570 else
4571   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4572 $as_echo "no, using $LN_S" >&6; }
4573 fi
4574
4575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4576 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4577 if test "${ac_cv_path_GREP+set}" = set; then :
4578   $as_echo_n "(cached) " >&6
4579 else
4580   if test -z "$GREP"; then
4581   ac_path_GREP_found=false
4582   # Loop through the user's path and test for each of PROGNAME-LIST
4583   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4584 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4585 do
4586   IFS=$as_save_IFS
4587   test -z "$as_dir" && as_dir=.
4588     for ac_prog in grep ggrep; do
4589     for ac_exec_ext in '' $ac_executable_extensions; do
4590       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4591       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4592 # Check for GNU ac_path_GREP and select it if it is found.
4593   # Check for GNU $ac_path_GREP
4594 case `"$ac_path_GREP" --version 2>&1` in
4595 *GNU*)
4596   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4597 *)
4598   ac_count=0
4599   $as_echo_n 0123456789 >"conftest.in"
4600   while :
4601   do
4602     cat "conftest.in" "conftest.in" >"conftest.tmp"
4603     mv "conftest.tmp" "conftest.in"
4604     cp "conftest.in" "conftest.nl"
4605     $as_echo 'GREP' >> "conftest.nl"
4606     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4607     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4608     as_fn_arith $ac_count + 1 && ac_count=$as_val
4609     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4610       # Best one so far, save it but keep looking for a better one
4611       ac_cv_path_GREP="$ac_path_GREP"
4612       ac_path_GREP_max=$ac_count
4613     fi
4614     # 10*(2^10) chars as input seems more than enough
4615     test $ac_count -gt 10 && break
4616   done
4617   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4618 esac
4619
4620       $ac_path_GREP_found && break 3
4621     done
4622   done
4623   done
4624 IFS=$as_save_IFS
4625   if test -z "$ac_cv_path_GREP"; then
4626     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4627   fi
4628 else
4629   ac_cv_path_GREP=$GREP
4630 fi
4631
4632 fi
4633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4634 $as_echo "$ac_cv_path_GREP" >&6; }
4635  GREP="$ac_cv_path_GREP"
4636
4637
4638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4639 $as_echo_n "checking for egrep... " >&6; }
4640 if test "${ac_cv_path_EGREP+set}" = set; then :
4641   $as_echo_n "(cached) " >&6
4642 else
4643   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4644    then ac_cv_path_EGREP="$GREP -E"
4645    else
4646      if test -z "$EGREP"; then
4647   ac_path_EGREP_found=false
4648   # Loop through the user's path and test for each of PROGNAME-LIST
4649   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4650 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4651 do
4652   IFS=$as_save_IFS
4653   test -z "$as_dir" && as_dir=.
4654     for ac_prog in egrep; do
4655     for ac_exec_ext in '' $ac_executable_extensions; do
4656       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4657       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4658 # Check for GNU ac_path_EGREP and select it if it is found.
4659   # Check for GNU $ac_path_EGREP
4660 case `"$ac_path_EGREP" --version 2>&1` in
4661 *GNU*)
4662   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4663 *)
4664   ac_count=0
4665   $as_echo_n 0123456789 >"conftest.in"
4666   while :
4667   do
4668     cat "conftest.in" "conftest.in" >"conftest.tmp"
4669     mv "conftest.tmp" "conftest.in"
4670     cp "conftest.in" "conftest.nl"
4671     $as_echo 'EGREP' >> "conftest.nl"
4672     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4673     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4674     as_fn_arith $ac_count + 1 && ac_count=$as_val
4675     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4676       # Best one so far, save it but keep looking for a better one
4677       ac_cv_path_EGREP="$ac_path_EGREP"
4678       ac_path_EGREP_max=$ac_count
4679     fi
4680     # 10*(2^10) chars as input seems more than enough
4681     test $ac_count -gt 10 && break
4682   done
4683   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4684 esac
4685
4686       $ac_path_EGREP_found && break 3
4687     done
4688   done
4689   done
4690 IFS=$as_save_IFS
4691   if test -z "$ac_cv_path_EGREP"; then
4692     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4693   fi
4694 else
4695   ac_cv_path_EGREP=$EGREP
4696 fi
4697
4698    fi
4699 fi
4700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4701 $as_echo "$ac_cv_path_EGREP" >&6; }
4702  EGREP="$ac_cv_path_EGREP"
4703
4704
4705 # Extract the first word of "ldconfig", so it can be a program name with args.
4706 set dummy ldconfig; ac_word=$2
4707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4708 $as_echo_n "checking for $ac_word... " >&6; }
4709 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4710   $as_echo_n "(cached) " >&6
4711 else
4712   case $LDCONFIG in
4713   [\\/]* | ?:[\\/]*)
4714   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4715   ;;
4716   *)
4717   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4718 for as_dir in /sbin /usr/sbin $PATH
4719 do
4720   IFS=$as_save_IFS
4721   test -z "$as_dir" && as_dir=.
4722     for ac_exec_ext in '' $ac_executable_extensions; do
4723   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4724     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4725     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4726     break 2
4727   fi
4728 done
4729   done
4730 IFS=$as_save_IFS
4731
4732   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4733   ;;
4734 esac
4735 fi
4736 LDCONFIG=$ac_cv_path_LDCONFIG
4737 if test -n "$LDCONFIG"; then
4738   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4739 $as_echo "$LDCONFIG" >&6; }
4740 else
4741   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4742 $as_echo "no" >&6; }
4743 fi
4744
4745
4746 # Find a good install program.  We prefer a C program (faster),
4747 # so one script is as good as another.  But avoid the broken or
4748 # incompatible versions:
4749 # SysV /etc/install, /usr/sbin/install
4750 # SunOS /usr/etc/install
4751 # IRIX /sbin/install
4752 # AIX /bin/install
4753 # AmigaOS /C/install, which installs bootblocks on floppy discs
4754 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4755 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4756 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4757 # OS/2's system install, which has a completely different semantic
4758 # ./install, which can be erroneously created by make from ./install.sh.
4759 # Reject install programs that cannot install multiple files.
4760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4761 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4762 if test -z "$INSTALL"; then
4763 if test "${ac_cv_path_install+set}" = set; then :
4764   $as_echo_n "(cached) " >&6
4765 else
4766   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4767 for as_dir in $PATH
4768 do
4769   IFS=$as_save_IFS
4770   test -z "$as_dir" && as_dir=.
4771     # Account for people who put trailing slashes in PATH elements.
4772 case $as_dir/ in #((
4773   ./ | .// | /[cC]/* | \
4774   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4775   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4776   /usr/ucb/* ) ;;
4777   *)
4778     # OSF1 and SCO ODT 3.0 have their own names for install.
4779     # Don't use installbsd from OSF since it installs stuff as root
4780     # by default.
4781     for ac_prog in ginstall scoinst install; do
4782       for ac_exec_ext in '' $ac_executable_extensions; do
4783         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4784           if test $ac_prog = install &&
4785             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4786             # AIX install.  It has an incompatible calling convention.
4787             :
4788           elif test $ac_prog = install &&
4789             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4790             # program-specific install script used by HP pwplus--don't use.
4791             :
4792           else
4793             rm -rf conftest.one conftest.two conftest.dir
4794             echo one > conftest.one
4795             echo two > conftest.two
4796             mkdir conftest.dir
4797             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4798               test -s conftest.one && test -s conftest.two &&
4799               test -s conftest.dir/conftest.one &&
4800               test -s conftest.dir/conftest.two
4801             then
4802               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4803               break 3
4804             fi
4805           fi
4806         fi
4807       done
4808     done
4809     ;;
4810 esac
4811
4812   done
4813 IFS=$as_save_IFS
4814
4815 rm -rf conftest.one conftest.two conftest.dir
4816
4817 fi
4818   if test "${ac_cv_path_install+set}" = set; then
4819     INSTALL=$ac_cv_path_install
4820   else
4821     # As a last resort, use the slow shell script.  Don't cache a
4822     # value for INSTALL within a source directory, because that will
4823     # break other packages using the cache if that directory is
4824     # removed, or if the value is a relative name.
4825     INSTALL=$ac_install_sh
4826   fi
4827 fi
4828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4829 $as_echo "$INSTALL" >&6; }
4830
4831 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4832 # It thinks the first close brace ends the variable substitution.
4833 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4834
4835 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4836
4837 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4838
4839 case "$INSTALL" in
4840   [\\/$]* | ?:[\\/]* ) ;;
4841   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4842 esac
4843
4844 for ac_prog in lclint lint
4845 do
4846   # Extract the first word of "$ac_prog", so it can be a program name with args.
4847 set dummy $ac_prog; ac_word=$2
4848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4849 $as_echo_n "checking for $ac_word... " >&6; }
4850 if test "${ac_cv_prog_LINT+set}" = set; then :
4851   $as_echo_n "(cached) " >&6
4852 else
4853   if test -n "$LINT"; then
4854   ac_cv_prog_LINT="$LINT" # Let the user override the test.
4855 else
4856 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4857 for as_dir in $PATH
4858 do
4859   IFS=$as_save_IFS
4860   test -z "$as_dir" && as_dir=.
4861     for ac_exec_ext in '' $ac_executable_extensions; do
4862   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4863     ac_cv_prog_LINT="$ac_prog"
4864     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4865     break 2
4866   fi
4867 done
4868   done
4869 IFS=$as_save_IFS
4870
4871 fi
4872 fi
4873 LINT=$ac_cv_prog_LINT
4874 if test -n "$LINT"; then
4875   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4876 $as_echo "$LINT" >&6; }
4877 else
4878   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4879 $as_echo "no" >&6; }
4880 fi
4881
4882
4883   test -n "$LINT" && break
4884 done
4885
4886 if test "$LINT" = "lint"
4887 then
4888   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4889   fi
4890
4891
4892
4893 for ac_prog in fontforge
4894 do
4895   # Extract the first word of "$ac_prog", so it can be a program name with args.
4896 set dummy $ac_prog; ac_word=$2
4897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4898 $as_echo_n "checking for $ac_word... " >&6; }
4899 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4900   $as_echo_n "(cached) " >&6
4901 else
4902   if test -n "$FONTFORGE"; then
4903   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4904 else
4905 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4906 for as_dir in $PATH
4907 do
4908   IFS=$as_save_IFS
4909   test -z "$as_dir" && as_dir=.
4910     for ac_exec_ext in '' $ac_executable_extensions; do
4911   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4912     ac_cv_prog_FONTFORGE="$ac_prog"
4913     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4914     break 2
4915   fi
4916 done
4917   done
4918 IFS=$as_save_IFS
4919
4920 fi
4921 fi
4922 FONTFORGE=$ac_cv_prog_FONTFORGE
4923 if test -n "$FONTFORGE"; then
4924   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4925 $as_echo "$FONTFORGE" >&6; }
4926 else
4927   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4928 $as_echo "no" >&6; }
4929 fi
4930
4931
4932   test -n "$FONTFORGE" && break
4933 done
4934 test -n "$FONTFORGE" || FONTFORGE="false"
4935
4936 for ac_prog in pkg-config
4937 do
4938   # Extract the first word of "$ac_prog", so it can be a program name with args.
4939 set dummy $ac_prog; ac_word=$2
4940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4941 $as_echo_n "checking for $ac_word... " >&6; }
4942 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4943   $as_echo_n "(cached) " >&6
4944 else
4945   if test -n "$PKG_CONFIG"; then
4946   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4947 else
4948 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4949 for as_dir in $PATH
4950 do
4951   IFS=$as_save_IFS
4952   test -z "$as_dir" && as_dir=.
4953     for ac_exec_ext in '' $ac_executable_extensions; do
4954   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4955     ac_cv_prog_PKG_CONFIG="$ac_prog"
4956     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4957     break 2
4958   fi
4959 done
4960   done
4961 IFS=$as_save_IFS
4962
4963 fi
4964 fi
4965 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4966 if test -n "$PKG_CONFIG"; then
4967   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4968 $as_echo "$PKG_CONFIG" >&6; }
4969 else
4970   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4971 $as_echo "no" >&6; }
4972 fi
4973
4974
4975   test -n "$PKG_CONFIG" && break
4976 done
4977 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4978
4979 for ac_prog in rsvg
4980 do
4981   # Extract the first word of "$ac_prog", so it can be a program name with args.
4982 set dummy $ac_prog; ac_word=$2
4983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4984 $as_echo_n "checking for $ac_word... " >&6; }
4985 if test "${ac_cv_prog_RSVG+set}" = set; then :
4986   $as_echo_n "(cached) " >&6
4987 else
4988   if test -n "$RSVG"; then
4989   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4990 else
4991 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4992 for as_dir in $PATH
4993 do
4994   IFS=$as_save_IFS
4995   test -z "$as_dir" && as_dir=.
4996     for ac_exec_ext in '' $ac_executable_extensions; do
4997   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4998     ac_cv_prog_RSVG="$ac_prog"
4999     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5000     break 2
5001   fi
5002 done
5003   done
5004 IFS=$as_save_IFS
5005
5006 fi
5007 fi
5008 RSVG=$ac_cv_prog_RSVG
5009 if test -n "$RSVG"; then
5010   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5011 $as_echo "$RSVG" >&6; }
5012 else
5013   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5014 $as_echo "no" >&6; }
5015 fi
5016
5017
5018   test -n "$RSVG" && break
5019 done
5020 test -n "$RSVG" || RSVG="false"
5021
5022 for ac_prog in icotool
5023 do
5024   # Extract the first word of "$ac_prog", so it can be a program name with args.
5025 set dummy $ac_prog; ac_word=$2
5026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5027 $as_echo_n "checking for $ac_word... " >&6; }
5028 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5029   $as_echo_n "(cached) " >&6
5030 else
5031   if test -n "$ICOTOOL"; then
5032   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5033 else
5034 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5035 for as_dir in $PATH
5036 do
5037   IFS=$as_save_IFS
5038   test -z "$as_dir" && as_dir=.
5039     for ac_exec_ext in '' $ac_executable_extensions; do
5040   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5041     ac_cv_prog_ICOTOOL="$ac_prog"
5042     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5043     break 2
5044   fi
5045 done
5046   done
5047 IFS=$as_save_IFS
5048
5049 fi
5050 fi
5051 ICOTOOL=$ac_cv_prog_ICOTOOL
5052 if test -n "$ICOTOOL"; then
5053   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5054 $as_echo "$ICOTOOL" >&6; }
5055 else
5056   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5057 $as_echo "no" >&6; }
5058 fi
5059
5060
5061   test -n "$ICOTOOL" && break
5062 done
5063 test -n "$ICOTOOL" || ICOTOOL="false"
5064
5065
5066 if test "${enable_maintainer_mode+set}" = set
5067 then
5068   if test "$FONTFORGE" = "false"; then as_fn_append wine_warnings "|fontforge is missing, fonts can't be rebuilt."; fi
5069   if test "$RSVG" = "false"; then as_fn_append wine_warnings "|rsvg is missing, icons can't be rebuilt."; fi
5070   if test "$ICOTOOL" = "false"; then as_fn_append wine_warnings "|icotool is missing, icons can't be rebuilt."; fi
5071 fi
5072
5073 case $host_cpu in
5074   *i[3456789]86*)
5075     # Extract the first word of "prelink", so it can be a program name with args.
5076 set dummy prelink; ac_word=$2
5077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5078 $as_echo_n "checking for $ac_word... " >&6; }
5079 if test "${ac_cv_path_PRELINK+set}" = set; then :
5080   $as_echo_n "(cached) " >&6
5081 else
5082   case $PRELINK in
5083   [\\/]* | ?:[\\/]*)
5084   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5085   ;;
5086   *)
5087   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5088 for as_dir in /sbin /usr/sbin $PATH
5089 do
5090   IFS=$as_save_IFS
5091   test -z "$as_dir" && as_dir=.
5092     for ac_exec_ext in '' $ac_executable_extensions; do
5093   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5094     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5095     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5096     break 2
5097   fi
5098 done
5099   done
5100 IFS=$as_save_IFS
5101
5102   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5103   ;;
5104 esac
5105 fi
5106 PRELINK=$ac_cv_path_PRELINK
5107 if test -n "$PRELINK"; then
5108   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5109 $as_echo "$PRELINK" >&6; }
5110 else
5111   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5112 $as_echo "no" >&6; }
5113 fi
5114
5115
5116     ;;
5117 esac
5118
5119
5120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5121 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5122 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5123   $as_echo_n "(cached) " >&6
5124 else
5125   ac_check_lib_save_LIBS=$LIBS
5126 LIBS="-li386  $LIBS"
5127 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5128 /* end confdefs.h.  */
5129
5130 /* Override any GCC internal prototype to avoid an error.
5131    Use char because int might match the return type of a GCC
5132    builtin and then its argument prototype would still apply.  */
5133 #ifdef __cplusplus
5134 extern "C"
5135 #endif
5136 char i386_set_ldt ();
5137 int
5138 main ()
5139 {
5140 return i386_set_ldt ();
5141   ;
5142   return 0;
5143 }
5144 _ACEOF
5145 if ac_fn_c_try_link "$LINENO"; then :
5146   ac_cv_lib_i386_i386_set_ldt=yes
5147 else
5148   ac_cv_lib_i386_i386_set_ldt=no
5149 fi
5150 rm -f core conftest.err conftest.$ac_objext \
5151     conftest$ac_exeext conftest.$ac_ext
5152 LIBS=$ac_check_lib_save_LIBS
5153 fi
5154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5155 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5156 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5157   cat >>confdefs.h <<_ACEOF
5158 #define HAVE_LIBI386 1
5159 _ACEOF
5160
5161   LIBS="-li386 $LIBS"
5162
5163 fi
5164
5165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5166 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5167 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5168   $as_echo_n "(cached) " >&6
5169 else
5170   ac_check_lib_save_LIBS=$LIBS
5171 LIBS="-lossaudio  $LIBS"
5172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5173 /* end confdefs.h.  */
5174
5175 /* Override any GCC internal prototype to avoid an error.
5176    Use char because int might match the return type of a GCC
5177    builtin and then its argument prototype would still apply.  */
5178 #ifdef __cplusplus
5179 extern "C"
5180 #endif
5181 char _oss_ioctl ();
5182 int
5183 main ()
5184 {
5185 return _oss_ioctl ();
5186   ;
5187   return 0;
5188 }
5189 _ACEOF
5190 if ac_fn_c_try_link "$LINENO"; then :
5191   ac_cv_lib_ossaudio__oss_ioctl=yes
5192 else
5193   ac_cv_lib_ossaudio__oss_ioctl=no
5194 fi
5195 rm -f core conftest.err conftest.$ac_objext \
5196     conftest$ac_exeext conftest.$ac_ext
5197 LIBS=$ac_check_lib_save_LIBS
5198 fi
5199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5200 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5201 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5202   cat >>confdefs.h <<_ACEOF
5203 #define HAVE_LIBOSSAUDIO 1
5204 _ACEOF
5205
5206   LIBS="-lossaudio $LIBS"
5207
5208 fi
5209
5210
5211 XLIB=""
5212
5213 OPENGL_LIBS=""
5214
5215
5216
5217 # Check whether --enable-largefile was given.
5218 if test "${enable_largefile+set}" = set; then :
5219   enableval=$enable_largefile;
5220 fi
5221
5222 if test "$enable_largefile" != no; then
5223
5224   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5225 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5226 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5227   $as_echo_n "(cached) " >&6
5228 else
5229   ac_cv_sys_largefile_CC=no
5230      if test "$GCC" != yes; then
5231        ac_save_CC=$CC
5232        while :; do
5233          # IRIX 6.2 and later do not support large files by default,
5234          # so use the C compiler's -n32 option if that helps.
5235          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5236 /* end confdefs.h.  */
5237 #include <sys/types.h>
5238  /* Check that off_t can represent 2**63 - 1 correctly.
5239     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5240     since some C++ compilers masquerading as C compilers
5241     incorrectly reject 9223372036854775807.  */
5242 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5243   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5244                        && LARGE_OFF_T % 2147483647 == 1)
5245                       ? 1 : -1];
5246 int
5247 main ()
5248 {
5249
5250   ;
5251   return 0;
5252 }
5253 _ACEOF
5254          if ac_fn_c_try_compile "$LINENO"; then :
5255   break
5256 fi
5257 rm -f core conftest.err conftest.$ac_objext
5258          CC="$CC -n32"
5259          if ac_fn_c_try_compile "$LINENO"; then :
5260   ac_cv_sys_largefile_CC=' -n32'; break
5261 fi
5262 rm -f core conftest.err conftest.$ac_objext
5263          break
5264        done
5265        CC=$ac_save_CC
5266        rm -f conftest.$ac_ext
5267     fi
5268 fi
5269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5270 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5271   if test "$ac_cv_sys_largefile_CC" != no; then
5272     CC=$CC$ac_cv_sys_largefile_CC
5273   fi
5274
5275   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5276 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5277 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5278   $as_echo_n "(cached) " >&6
5279 else
5280   while :; do
5281   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5282 /* end confdefs.h.  */
5283 #include <sys/types.h>
5284  /* Check that off_t can represent 2**63 - 1 correctly.
5285     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5286     since some C++ compilers masquerading as C compilers
5287     incorrectly reject 9223372036854775807.  */
5288 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5289   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5290                        && LARGE_OFF_T % 2147483647 == 1)
5291                       ? 1 : -1];
5292 int
5293 main ()
5294 {
5295
5296   ;
5297   return 0;
5298 }
5299 _ACEOF
5300 if ac_fn_c_try_compile "$LINENO"; then :
5301   ac_cv_sys_file_offset_bits=no; break
5302 fi
5303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5304   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5305 /* end confdefs.h.  */
5306 #define _FILE_OFFSET_BITS 64
5307 #include <sys/types.h>
5308  /* Check that off_t can represent 2**63 - 1 correctly.
5309     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5310     since some C++ compilers masquerading as C compilers
5311     incorrectly reject 9223372036854775807.  */
5312 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5313   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5314                        && LARGE_OFF_T % 2147483647 == 1)
5315                       ? 1 : -1];
5316 int
5317 main ()
5318 {
5319
5320   ;
5321   return 0;
5322 }
5323 _ACEOF
5324 if ac_fn_c_try_compile "$LINENO"; then :
5325   ac_cv_sys_file_offset_bits=64; break
5326 fi
5327 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5328   ac_cv_sys_file_offset_bits=unknown
5329   break
5330 done
5331 fi
5332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5333 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5334 case $ac_cv_sys_file_offset_bits in #(
5335   no | unknown) ;;
5336   *)
5337 cat >>confdefs.h <<_ACEOF
5338 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5339 _ACEOF
5340 ;;
5341 esac
5342 rm -rf conftest*
5343   if test $ac_cv_sys_file_offset_bits = unknown; then
5344     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5345 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5346 if test "${ac_cv_sys_large_files+set}" = set; then :
5347   $as_echo_n "(cached) " >&6
5348 else
5349   while :; do
5350   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5351 /* end confdefs.h.  */
5352 #include <sys/types.h>
5353  /* Check that off_t can represent 2**63 - 1 correctly.
5354     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5355     since some C++ compilers masquerading as C compilers
5356     incorrectly reject 9223372036854775807.  */
5357 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5358   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5359                        && LARGE_OFF_T % 2147483647 == 1)
5360                       ? 1 : -1];
5361 int
5362 main ()
5363 {
5364
5365   ;
5366   return 0;
5367 }
5368 _ACEOF
5369 if ac_fn_c_try_compile "$LINENO"; then :
5370   ac_cv_sys_large_files=no; break
5371 fi
5372 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5373   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5374 /* end confdefs.h.  */
5375 #define _LARGE_FILES 1
5376 #include <sys/types.h>
5377  /* Check that off_t can represent 2**63 - 1 correctly.
5378     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5379     since some C++ compilers masquerading as C compilers
5380     incorrectly reject 9223372036854775807.  */
5381 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5382   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5383                        && LARGE_OFF_T % 2147483647 == 1)
5384                       ? 1 : -1];
5385 int
5386 main ()
5387 {
5388
5389   ;
5390   return 0;
5391 }
5392 _ACEOF
5393 if ac_fn_c_try_compile "$LINENO"; then :
5394   ac_cv_sys_large_files=1; break
5395 fi
5396 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5397   ac_cv_sys_large_files=unknown
5398   break
5399 done
5400 fi
5401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5402 $as_echo "$ac_cv_sys_large_files" >&6; }
5403 case $ac_cv_sys_large_files in #(
5404   no | unknown) ;;
5405   *)
5406 cat >>confdefs.h <<_ACEOF
5407 #define _LARGE_FILES $ac_cv_sys_large_files
5408 _ACEOF
5409 ;;
5410 esac
5411 rm -rf conftest*
5412   fi
5413 fi
5414
5415
5416 ac_ext=c
5417 ac_cpp='$CPP $CPPFLAGS'
5418 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5419 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5420 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5422 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5423 # On Suns, sometimes $CPP names a directory.
5424 if test -n "$CPP" && test -d "$CPP"; then
5425   CPP=
5426 fi
5427 if test -z "$CPP"; then
5428   if test "${ac_cv_prog_CPP+set}" = set; then :
5429   $as_echo_n "(cached) " >&6
5430 else
5431       # Double quotes because CPP needs to be expanded
5432     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5433     do
5434       ac_preproc_ok=false
5435 for ac_c_preproc_warn_flag in '' yes
5436 do
5437   # Use a header file that comes with gcc, so configuring glibc
5438   # with a fresh cross-compiler works.
5439   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5440   # <limits.h> exists even on freestanding compilers.
5441   # On the NeXT, cc -E runs the code through the compiler's parser,
5442   # not just through cpp. "Syntax error" is here to catch this case.
5443   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5444 /* end confdefs.h.  */
5445 #ifdef __STDC__
5446 # include <limits.h>
5447 #else
5448 # include <assert.h>
5449 #endif
5450                      Syntax error
5451 _ACEOF
5452 if ac_fn_c_try_cpp "$LINENO"; then :
5453
5454 else
5455   # Broken: fails on valid input.
5456 continue
5457 fi
5458 rm -f conftest.err conftest.$ac_ext
5459
5460   # OK, works on sane cases.  Now check whether nonexistent headers
5461   # can be detected and how.
5462   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5463 /* end confdefs.h.  */
5464 #include <ac_nonexistent.h>
5465 _ACEOF
5466 if ac_fn_c_try_cpp "$LINENO"; then :
5467   # Broken: success on invalid input.
5468 continue
5469 else
5470   # Passes both tests.
5471 ac_preproc_ok=:
5472 break
5473 fi
5474 rm -f conftest.err conftest.$ac_ext
5475
5476 done
5477 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5478 rm -f conftest.err conftest.$ac_ext
5479 if $ac_preproc_ok; then :
5480   break
5481 fi
5482
5483     done
5484     ac_cv_prog_CPP=$CPP
5485
5486 fi
5487   CPP=$ac_cv_prog_CPP
5488 else
5489   ac_cv_prog_CPP=$CPP
5490 fi
5491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5492 $as_echo "$CPP" >&6; }
5493 ac_preproc_ok=false
5494 for ac_c_preproc_warn_flag in '' yes
5495 do
5496   # Use a header file that comes with gcc, so configuring glibc
5497   # with a fresh cross-compiler works.
5498   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5499   # <limits.h> exists even on freestanding compilers.
5500   # On the NeXT, cc -E runs the code through the compiler's parser,
5501   # not just through cpp. "Syntax error" is here to catch this case.
5502   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5503 /* end confdefs.h.  */
5504 #ifdef __STDC__
5505 # include <limits.h>
5506 #else
5507 # include <assert.h>
5508 #endif
5509                      Syntax error
5510 _ACEOF
5511 if ac_fn_c_try_cpp "$LINENO"; then :
5512
5513 else
5514   # Broken: fails on valid input.
5515 continue
5516 fi
5517 rm -f conftest.err conftest.$ac_ext
5518
5519   # OK, works on sane cases.  Now check whether nonexistent headers
5520   # can be detected and how.
5521   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5522 /* end confdefs.h.  */
5523 #include <ac_nonexistent.h>
5524 _ACEOF
5525 if ac_fn_c_try_cpp "$LINENO"; then :
5526   # Broken: success on invalid input.
5527 continue
5528 else
5529   # Passes both tests.
5530 ac_preproc_ok=:
5531 break
5532 fi
5533 rm -f conftest.err conftest.$ac_ext
5534
5535 done
5536 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5537 rm -f conftest.err conftest.$ac_ext
5538 if $ac_preproc_ok; then :
5539
5540 else
5541   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5542 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5543 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5544 See \`config.log' for more details." "$LINENO" 5; }
5545 fi
5546
5547 ac_ext=c
5548 ac_cpp='$CPP $CPPFLAGS'
5549 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5550 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5551 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5552
5553
5554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5555 $as_echo_n "checking for ANSI C header files... " >&6; }
5556 if test "${ac_cv_header_stdc+set}" = set; then :
5557   $as_echo_n "(cached) " >&6
5558 else
5559   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5560 /* end confdefs.h.  */
5561 #include <stdlib.h>
5562 #include <stdarg.h>
5563 #include <string.h>
5564 #include <float.h>
5565
5566 int
5567 main ()
5568 {
5569
5570   ;
5571   return 0;
5572 }
5573 _ACEOF
5574 if ac_fn_c_try_compile "$LINENO"; then :
5575   ac_cv_header_stdc=yes
5576 else
5577   ac_cv_header_stdc=no
5578 fi
5579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5580
5581 if test $ac_cv_header_stdc = yes; then
5582   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5583   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5584 /* end confdefs.h.  */
5585 #include <string.h>
5586
5587 _ACEOF
5588 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5589   $EGREP "memchr" >/dev/null 2>&1; then :
5590
5591 else
5592   ac_cv_header_stdc=no
5593 fi
5594 rm -f conftest*
5595
5596 fi
5597
5598 if test $ac_cv_header_stdc = yes; then
5599   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5600   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5601 /* end confdefs.h.  */
5602 #include <stdlib.h>
5603
5604 _ACEOF
5605 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5606   $EGREP "free" >/dev/null 2>&1; then :
5607
5608 else
5609   ac_cv_header_stdc=no
5610 fi
5611 rm -f conftest*
5612
5613 fi
5614
5615 if test $ac_cv_header_stdc = yes; then
5616   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5617   if test "$cross_compiling" = yes; then :
5618   :
5619 else
5620   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5621 /* end confdefs.h.  */
5622 #include <ctype.h>
5623 #include <stdlib.h>
5624 #if ((' ' & 0x0FF) == 0x020)
5625 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5626 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5627 #else
5628 # define ISLOWER(c) \
5629                    (('a' <= (c) && (c) <= 'i') \
5630                      || ('j' <= (c) && (c) <= 'r') \
5631                      || ('s' <= (c) && (c) <= 'z'))
5632 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5633 #endif
5634
5635 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5636 int
5637 main ()
5638 {
5639   int i;
5640   for (i = 0; i < 256; i++)
5641     if (XOR (islower (i), ISLOWER (i))
5642         || toupper (i) != TOUPPER (i))
5643       return 2;
5644   return 0;
5645 }
5646 _ACEOF
5647 if ac_fn_c_try_run "$LINENO"; then :
5648
5649 else
5650   ac_cv_header_stdc=no
5651 fi
5652 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5653   conftest.$ac_objext conftest.beam conftest.$ac_ext
5654 fi
5655
5656 fi
5657 fi
5658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5659 $as_echo "$ac_cv_header_stdc" >&6; }
5660 if test $ac_cv_header_stdc = yes; then
5661
5662 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5663
5664 fi
5665
5666 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5667 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5668                   inttypes.h stdint.h unistd.h
5669 do :
5670   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5671 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5672 "
5673 eval as_val=\$$as_ac_Header
5674    if test "x$as_val" = x""yes; then :
5675   cat >>confdefs.h <<_ACEOF
5676 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5677 _ACEOF
5678
5679 fi
5680
5681 done
5682
5683
5684 for ac_header in \
5685         AL/al.h \
5686         AudioToolbox/AudioConverter.h \
5687         AudioToolbox/AudioFile.h \
5688         AudioToolbox/AudioFileStream.h \
5689         AudioUnit/AudioUnit.h \
5690         Carbon/Carbon.h \
5691         CoreAudio/CoreAudio.h \
5692         DiskArbitration/DiskArbitration.h \
5693         IOKit/IOKitLib.h \
5694         IOKit/hid/IOHIDLib.h \
5695         OpenAL/al.h \
5696         alias.h \
5697         alsa/asoundlib.h \
5698         arpa/inet.h \
5699         arpa/nameser.h \
5700         asm/types.h \
5701         capi20.h \
5702         curses.h \
5703         direct.h \
5704         dirent.h \
5705         dlfcn.h \
5706         elf.h \
5707         float.h \
5708         fnmatch.h \
5709         fontconfig/fontconfig.h \
5710         getopt.h \
5711         grp.h \
5712         gsm.h \
5713         gsm/gsm.h \
5714         ieeefp.h \
5715         inet/mib2.h \
5716         io.h \
5717         jack/jack.h \
5718         jpeglib.h \
5719         kstat.h \
5720         lber.h \
5721         lcms.h \
5722         lcms/lcms.h \
5723         ldap.h \
5724         libaudioio.h \
5725         link.h \
5726         linux/cdrom.h \
5727         linux/compiler.h \
5728         linux/hdreg.h \
5729         linux/input.h \
5730         linux/ioctl.h \
5731         linux/joystick.h \
5732         linux/major.h \
5733         linux/param.h \
5734         linux/serial.h \
5735         linux/types.h \
5736         linux/ucdrom.h \
5737         mach-o/nlist.h \
5738         mach/mach.h \
5739         mach/machine.h \
5740         machine/cpu.h \
5741         machine/limits.h \
5742         machine/soundcard.h \
5743         mntent.h \
5744         mpg123.h \
5745         ncurses.h \
5746         netdb.h \
5747         netinet/in.h \
5748         netinet/in_systm.h \
5749         netinet/tcp.h \
5750         netinet/tcp_fsm.h \
5751         openssl/err.h \
5752         openssl/ssl.h \
5753         png.h \
5754         poll.h \
5755         port.h \
5756         process.h \
5757         pthread.h \
5758         pwd.h \
5759         regex.h \
5760         sched.h \
5761         scsi/scsi.h \
5762         scsi/scsi_ioctl.h \
5763         scsi/sg.h \
5764         soundcard.h \
5765         stdbool.h \
5766         stdint.h \
5767         strings.h \
5768         stropts.h \
5769         sys/asoundlib.h \
5770         sys/cdio.h \
5771         sys/elf32.h \
5772         sys/epoll.h \
5773         sys/errno.h \
5774         sys/event.h \
5775         sys/exec_elf.h \
5776         sys/filio.h \
5777         sys/inotify.h \
5778         sys/ioctl.h \
5779         sys/ipc.h \
5780         sys/limits.h \
5781         sys/link.h \
5782         sys/mman.h \
5783         sys/modem.h \
5784         sys/msg.h \
5785         sys/mtio.h \
5786         sys/param.h \
5787         sys/poll.h \
5788         sys/prctl.h \
5789         sys/protosw.h \
5790         sys/ptrace.h \
5791         sys/resource.h \
5792         sys/scsiio.h \
5793         sys/shm.h \
5794         sys/signal.h \
5795         sys/socket.h \
5796         sys/socketvar.h \
5797         sys/sockio.h \
5798         sys/soundcard.h \
5799         sys/statvfs.h \
5800         sys/strtio.h \
5801         sys/syscall.h \
5802         sys/tihdr.h \
5803         sys/time.h \
5804         sys/timeout.h \
5805         sys/times.h \
5806         sys/uio.h \
5807         sys/un.h \
5808         sys/utsname.h \
5809         sys/vm86.h \
5810         sys/wait.h \
5811         syscall.h \
5812         termios.h \
5813         tiffio.h \
5814         unistd.h \
5815         utime.h \
5816         valgrind/memcheck.h \
5817         valgrind/valgrind.h \
5818         zlib.h
5819
5820 do :
5821   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5822 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5823 eval as_val=\$$as_ac_Header
5824    if test "x$as_val" = x""yes; then :
5825   cat >>confdefs.h <<_ACEOF
5826 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5827 _ACEOF
5828
5829 fi
5830
5831 done
5832
5833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5834 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5835 if test "${ac_cv_header_stat_broken+set}" = set; then :
5836   $as_echo_n "(cached) " >&6
5837 else
5838   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5839 /* end confdefs.h.  */
5840 #include <sys/types.h>
5841 #include <sys/stat.h>
5842
5843 #if defined S_ISBLK && defined S_IFDIR
5844 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5845 #endif
5846
5847 #if defined S_ISBLK && defined S_IFCHR
5848 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5849 #endif
5850
5851 #if defined S_ISLNK && defined S_IFREG
5852 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5853 #endif
5854
5855 #if defined S_ISSOCK && defined S_IFREG
5856 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5857 #endif
5858
5859 _ACEOF
5860 if ac_fn_c_try_compile "$LINENO"; then :
5861   ac_cv_header_stat_broken=no
5862 else
5863   ac_cv_header_stat_broken=yes
5864 fi
5865 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5866 fi
5867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5868 $as_echo "$ac_cv_header_stat_broken" >&6; }
5869 if test $ac_cv_header_stat_broken = yes; then
5870
5871 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5872
5873 fi
5874
5875
5876
5877 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5878 do :
5879   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5880 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5881      #ifdef HAVE_SYS_PARAM_H
5882      # include <sys/param.h>
5883      #endif
5884 "
5885 eval as_val=\$$as_ac_Header
5886    if test "x$as_val" = x""yes; then :
5887   cat >>confdefs.h <<_ACEOF
5888 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5889 _ACEOF
5890
5891 fi
5892
5893 done
5894
5895
5896 for ac_header in \
5897         netinet/ip.h \
5898         net/if.h \
5899         net/if_arp.h \
5900         net/if_dl.h \
5901         net/if_types.h \
5902         net/route.h \
5903         netinet/if_ether.h \
5904         netinet/if_inarp.h \
5905         netinet/in_pcb.h \
5906         netinet/ip_icmp.h \
5907         netinet/ip_var.h \
5908         netinet/udp.h \
5909         netipx/ipx.h \
5910
5911 do :
5912   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5913 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5914      #ifdef HAVE_SYS_SOCKET_H
5915      # include <sys/socket.h>
5916      #endif
5917      #ifdef HAVE_SYS_SOCKETVAR_H
5918      # include <sys/socketvar.h>
5919      #endif
5920      #ifdef HAVE_NET_ROUTE_H
5921      # include <net/route.h>
5922      #endif
5923      #ifdef HAVE_NETINET_IN_H
5924      # include <netinet/in.h>
5925      #endif
5926      #ifdef HAVE_NETINET_IN_SYSTM_H
5927      # include <netinet/in_systm.h>
5928      #endif
5929      #ifdef HAVE_NET_IF_H
5930      # include <net/if.h>
5931      #endif
5932      #ifdef HAVE_NETINET_IP_H
5933      # include <netinet/ip.h>
5934      #endif
5935 "
5936 eval as_val=\$$as_ac_Header
5937    if test "x$as_val" = x""yes; then :
5938   cat >>confdefs.h <<_ACEOF
5939 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5940 _ACEOF
5941
5942 fi
5943
5944 done
5945
5946
5947 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5948 do :
5949   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5950 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5951      #ifdef HAVE_ALIAS_H
5952      # include <alias.h>
5953      #endif
5954      #ifdef HAVE_SYS_SOCKET_H
5955      # include <sys/socket.h>
5956      #endif
5957      #ifdef HAVE_SYS_SOCKETVAR_H
5958      # include <sys/socketvar.h>
5959      #endif
5960      #ifdef HAVE_SYS_TIMEOUT_H
5961      # include <sys/timeout.h>
5962      #endif
5963      #ifdef HAVE_NETINET_IN_H
5964      # include <netinet/in.h>
5965      #endif
5966      #ifdef HAVE_NETINET_IN_SYSTM_H
5967      # include <netinet/in_systm.h>
5968      #endif
5969      #ifdef HAVE_NETINET_IP_H
5970      # include <netinet/ip.h>
5971      #endif
5972      #ifdef HAVE_NETINET_IP_VAR_H
5973      # include <netinet/ip_var.h>
5974      #endif
5975      #ifdef HAVE_NETINET_IP_ICMP_H
5976      # include <netinet/ip_icmp.h>
5977      #endif
5978      #ifdef HAVE_NETINET_UDP_H
5979      # include <netinet/udp.h>
5980      #endif
5981      #ifdef HAVE_NETINET_TCP_H
5982      # include <netinet/tcp.h>
5983      #endif
5984      #ifdef HAVE_NETINET_TCP_TIMER_H
5985      #include <netinet/tcp_timer.h>
5986      #endif
5987 "
5988 eval as_val=\$$as_ac_Header
5989    if test "x$as_val" = x""yes; then :
5990   cat >>confdefs.h <<_ACEOF
5991 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5992 _ACEOF
5993
5994 fi
5995
5996 done
5997
5998
5999 for ac_header in linux/ipx.h linux/irda.h
6000 do :
6001   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6002 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6003      #ifdef HAVE_ASM_TYPES_H
6004      # include <asm/types.h>
6005      #endif
6006      #ifdef HAVE_SYS_SOCKET_H
6007      # include <sys/socket.h>
6008      #endif
6009      #ifdef HAVE_LINUX_TYPES_H
6010      # include <linux/types.h>
6011      #endif
6012 "
6013 eval as_val=\$$as_ac_Header
6014    if test "x$as_val" = x""yes; then :
6015   cat >>confdefs.h <<_ACEOF
6016 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6017 _ACEOF
6018
6019 fi
6020
6021 done
6022
6023
6024 for ac_header in mach-o/dyld_images.h
6025 do :
6026   ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6027      # include <stdbool.h>
6028      #endif
6029      #ifdef HAVE_STDINT_H
6030      # include <stdint.h>
6031      #endif
6032 "
6033 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6034   cat >>confdefs.h <<_ACEOF
6035 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6036 _ACEOF
6037
6038 fi
6039
6040 done
6041
6042
6043 for ac_header in resolv.h
6044 do :
6045   ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6046      #ifdef HAVE_SYS_SOCKET_H
6047      # include <sys/socket.h>
6048      #endif
6049      #ifdef HAVE_NETINET_IN_H
6050      # include <netinet/in.h>
6051      #endif
6052      #ifdef HAVE_ARPA_NAMESER_H
6053      # include <arpa/nameser.h>
6054      #endif
6055 "
6056 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6057   cat >>confdefs.h <<_ACEOF
6058 #define HAVE_RESOLV_H 1
6059 _ACEOF
6060
6061 fi
6062
6063 done
6064
6065
6066 for ac_header in ifaddrs.h
6067 do :
6068   ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
6069 "
6070 if test "x$ac_cv_header_ifaddrs_h" = x""yes; then :
6071   cat >>confdefs.h <<_ACEOF
6072 #define HAVE_IFADDRS_H 1
6073 _ACEOF
6074
6075 fi
6076
6077 done
6078
6079
6080 for ac_header in ucontext.h
6081 do :
6082   ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6083 "
6084 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6085   cat >>confdefs.h <<_ACEOF
6086 #define HAVE_UCONTEXT_H 1
6087 _ACEOF
6088
6089 fi
6090
6091 done
6092
6093
6094 for ac_header in sys/thr.h
6095 do :
6096   ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6097 #ifdef HAVE_UCONTEXT_H
6098 #include <ucontext.h>
6099 #endif
6100 "
6101 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6102   cat >>confdefs.h <<_ACEOF
6103 #define HAVE_SYS_THR_H 1
6104 _ACEOF
6105
6106 fi
6107
6108 done
6109
6110
6111 for ac_header in pthread_np.h
6112 do :
6113   ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6114 #include <pthread.h>
6115 #endif
6116 "
6117 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6118   cat >>confdefs.h <<_ACEOF
6119 #define HAVE_PTHREAD_NP_H 1
6120 _ACEOF
6121
6122 fi
6123
6124 done
6125
6126
6127 for ac_header in linux/videodev.h
6128 do :
6129   ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6130 #include <sys/time.h>
6131 #endif
6132 #include <sys/types.h>
6133 #ifdef HAVE_ASM_TYPES_H
6134 #include <asm/types.h>
6135 #endif
6136 "
6137 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6138   cat >>confdefs.h <<_ACEOF
6139 #define HAVE_LINUX_VIDEODEV_H 1
6140 _ACEOF
6141
6142 fi
6143
6144 done
6145
6146
6147 for ac_header in linux/capi.h
6148 do :
6149   ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6150 "
6151 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6152   cat >>confdefs.h <<_ACEOF
6153 #define HAVE_LINUX_CAPI_H 1
6154 _ACEOF
6155
6156 fi
6157
6158 done
6159
6160
6161
6162 DLLEXT=""
6163
6164 DLLFLAGS="-D_REENTRANT"
6165
6166 LDSHARED=""
6167
6168 LDDLLFLAGS=""
6169
6170 LIBEXT="so"
6171
6172 IMPLIBEXT="def"
6173
6174 LDRPATH_INSTALL=""
6175
6176 LDRPATH_LOCAL=""
6177
6178 STATIC_IMPLIBEXT="def.a"
6179 # Extract the first word of "ldd", so it can be a program name with args.
6180 set dummy ldd; ac_word=$2
6181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6182 $as_echo_n "checking for $ac_word... " >&6; }
6183 if test "${ac_cv_path_LDD+set}" = set; then :
6184   $as_echo_n "(cached) " >&6
6185 else
6186   case $LDD in
6187   [\\/]* | ?:[\\/]*)
6188   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6189   ;;
6190   *)
6191   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6192 as_dummy="/sbin:/usr/sbin:$PATH"
6193 for as_dir in $as_dummy
6194 do
6195   IFS=$as_save_IFS
6196   test -z "$as_dir" && as_dir=.
6197     for ac_exec_ext in '' $ac_executable_extensions; do
6198   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6199     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6200     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6201     break 2
6202   fi
6203 done
6204   done
6205 IFS=$as_save_IFS
6206
6207   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6208   ;;
6209 esac
6210 fi
6211 LDD=$ac_cv_path_LDD
6212 if test -n "$LDD"; then
6213   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6214 $as_echo "$LDD" >&6; }
6215 else
6216   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6217 $as_echo "no" >&6; }
6218 fi
6219
6220
6221
6222 case $host_os in
6223   cygwin*|mingw32*)
6224     if test -n "$ac_tool_prefix"; then
6225   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6226 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6228 $as_echo_n "checking for $ac_word... " >&6; }
6229 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6230   $as_echo_n "(cached) " >&6
6231 else
6232   if test -n "$DLLTOOL"; then
6233   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6234 else
6235 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6236 for as_dir in $PATH
6237 do
6238   IFS=$as_save_IFS
6239   test -z "$as_dir" && as_dir=.
6240     for ac_exec_ext in '' $ac_executable_extensions; do
6241   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6242     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6243     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6244     break 2
6245   fi
6246 done
6247   done
6248 IFS=$as_save_IFS
6249
6250 fi
6251 fi
6252 DLLTOOL=$ac_cv_prog_DLLTOOL
6253 if test -n "$DLLTOOL"; then
6254   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6255 $as_echo "$DLLTOOL" >&6; }
6256 else
6257   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6258 $as_echo "no" >&6; }
6259 fi
6260
6261
6262 fi
6263 if test -z "$ac_cv_prog_DLLTOOL"; then
6264   ac_ct_DLLTOOL=$DLLTOOL
6265   # Extract the first word of "dlltool", so it can be a program name with args.
6266 set dummy dlltool; ac_word=$2
6267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6268 $as_echo_n "checking for $ac_word... " >&6; }
6269 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6270   $as_echo_n "(cached) " >&6
6271 else
6272   if test -n "$ac_ct_DLLTOOL"; then
6273   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6274 else
6275 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6276 for as_dir in $PATH
6277 do
6278   IFS=$as_save_IFS
6279   test -z "$as_dir" && as_dir=.
6280     for ac_exec_ext in '' $ac_executable_extensions; do
6281   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6282     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6283     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6284     break 2
6285   fi
6286 done
6287   done
6288 IFS=$as_save_IFS
6289
6290 fi
6291 fi
6292 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6293 if test -n "$ac_ct_DLLTOOL"; then
6294   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6295 $as_echo "$ac_ct_DLLTOOL" >&6; }
6296 else
6297   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6298 $as_echo "no" >&6; }
6299 fi
6300
6301   if test "x$ac_ct_DLLTOOL" = x; then
6302     DLLTOOL="false"
6303   else
6304     case $cross_compiling:$ac_tool_warned in
6305 yes:)
6306 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6307 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6308 ac_tool_warned=yes ;;
6309 esac
6310     DLLTOOL=$ac_ct_DLLTOOL
6311   fi
6312 else
6313   DLLTOOL="$ac_cv_prog_DLLTOOL"
6314 fi
6315
6316     if test -n "$ac_tool_prefix"; then
6317   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6318 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6320 $as_echo_n "checking for $ac_word... " >&6; }
6321 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6322   $as_echo_n "(cached) " >&6
6323 else
6324   if test -n "$DLLWRAP"; then
6325   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6326 else
6327 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6328 for as_dir in $PATH
6329 do
6330   IFS=$as_save_IFS
6331   test -z "$as_dir" && as_dir=.
6332     for ac_exec_ext in '' $ac_executable_extensions; do
6333   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6334     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6335     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6336     break 2
6337   fi
6338 done
6339   done
6340 IFS=$as_save_IFS
6341
6342 fi
6343 fi
6344 DLLWRAP=$ac_cv_prog_DLLWRAP
6345 if test -n "$DLLWRAP"; then
6346   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6347 $as_echo "$DLLWRAP" >&6; }
6348 else
6349   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6350 $as_echo "no" >&6; }
6351 fi
6352
6353
6354 fi
6355 if test -z "$ac_cv_prog_DLLWRAP"; then
6356   ac_ct_DLLWRAP=$DLLWRAP
6357   # Extract the first word of "dllwrap", so it can be a program name with args.
6358 set dummy dllwrap; ac_word=$2
6359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6360 $as_echo_n "checking for $ac_word... " >&6; }
6361 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6362   $as_echo_n "(cached) " >&6
6363 else
6364   if test -n "$ac_ct_DLLWRAP"; then
6365   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6366 else
6367 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6368 for as_dir in $PATH
6369 do
6370   IFS=$as_save_IFS
6371   test -z "$as_dir" && as_dir=.
6372     for ac_exec_ext in '' $ac_executable_extensions; do
6373   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6374     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6375     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6376     break 2
6377   fi
6378 done
6379   done
6380 IFS=$as_save_IFS
6381
6382 fi
6383 fi
6384 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6385 if test -n "$ac_ct_DLLWRAP"; then
6386   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6387 $as_echo "$ac_ct_DLLWRAP" >&6; }
6388 else
6389   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6390 $as_echo "no" >&6; }
6391 fi
6392
6393   if test "x$ac_ct_DLLWRAP" = x; then
6394     DLLWRAP="false"
6395   else
6396     case $cross_compiling:$ac_tool_warned in
6397 yes:)
6398 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6399 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6400 ac_tool_warned=yes ;;
6401 esac
6402     DLLWRAP=$ac_ct_DLLWRAP
6403   fi
6404 else
6405   DLLWRAP="$ac_cv_prog_DLLWRAP"
6406 fi
6407
6408     if test "$DLLWRAP" = "false"; then
6409       LIBEXT="a"
6410     else
6411             LIBEXT="dll"
6412     fi
6413     IMPLIBEXT="a"
6414     STATIC_IMPLIBEXT="a"
6415         enable_iphlpapi=${enable_iphlpapi:-no}
6416     enable_kernel32=${enable_kernel32:-no}
6417     enable_msvcrt=${enable_msvcrt:-no}
6418     enable_ntdll=${enable_ntdll:-no}
6419     enable_ws2_32=${enable_ws2_32:-no}
6420     enable_loader=${enable_loader:-no}
6421     enable_server=${enable_server:-no}
6422         with_x=${with_x:-no}
6423     with_pthread=${with_pthread:-no}
6424     ;;
6425   darwin*|macosx*)
6426     DLLEXT=".so"
6427     LIBEXT="dylib"
6428     DLLFLAGS="$DLLFLAGS -fPIC"
6429     LDDLLFLAGS="-bundle -multiply_defined suppress"
6430     LIBWINE_LDFLAGS="-multiply_defined suppress"
6431     LDSHARED="\$(CC) -dynamiclib"
6432     STRIP="$STRIP -x"
6433     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6434         SECURITYLIB="-framework Security -framework CoreFoundation"
6435
6436     COREFOUNDATIONLIB="-framework CoreFoundation"
6437
6438     IOKITLIB="-framework IOKit -framework CoreFoundation"
6439
6440     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6441
6442     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6443     then
6444                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6445
6446     fi
6447     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6448     then
6449                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6450
6451         ac_save_LIBS="$LIBS"
6452         if test "$ac_cv_header_AudioToolbox_AudioFile_h" = "yes"
6453         then
6454             LIBS="$LIBS $COREAUDIO"
6455             for ac_func in AudioFileStreamOpen
6456 do :
6457   ac_fn_c_check_func "$LINENO" "AudioFileStreamOpen" "ac_cv_func_AudioFileStreamOpen"
6458 if test "x$ac_cv_func_AudioFileStreamOpen" = x""yes; then :
6459   cat >>confdefs.h <<_ACEOF
6460 #define HAVE_AUDIOFILESTREAMOPEN 1
6461 _ACEOF
6462
6463 fi
6464 done
6465
6466             LIBS="$ac_save_LIBS"
6467         fi
6468         test "x$ac_cv_func_AudioFileStreamOpen" = xyes || as_fn_append wine_notices "|AudioToolbox version too old, mp3 codec won't be supported."
6469     fi
6470     if test "$ac_cv_header_OpenAL_al_h" = "yes"
6471     then
6472         LIBOPENAL="-framework OpenAL"
6473
6474         ac_cv_lib_openal_alGetSource3i=yes
6475     fi
6476     if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6477     then
6478         ac_save_LIBS="$LIBS"
6479         LIBS="$LIBS $IOKITLIB"
6480         for ac_func in IOHIDManagerCreate
6481 do :
6482   ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6483 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6484   cat >>confdefs.h <<_ACEOF
6485 #define HAVE_IOHIDMANAGERCREATE 1
6486 _ACEOF
6487
6488 fi
6489 done
6490
6491         LIBS="$ac_save_LIBS"
6492     fi
6493     case $host_cpu in
6494       *powerpc*)
6495         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
6496     esac
6497         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6498     then
6499         CARBONLIB="-framework Carbon"
6500
6501         enable_winequartz_drv=${enable_winequartz_drv:-yes}
6502     fi
6503         if test "x$enable_win16" = "xyes"
6504     then
6505         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6506 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6507         if test "$cross_compiling" = yes; then :
6508   { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6509 $as_echo "cross-compiling, assuming yes" >&6; }
6510 else
6511   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6512 /* end confdefs.h.  */
6513 asm(".text\n"
6514                                             "bad:\tnop;nop\n"
6515                                             "good:\tnop;nop\n\t"
6516                                             ".globl _testfunc\n"
6517                                             "_testfunc:\tcallw good");
6518                                         extern void testfunc();
6519 int
6520 main ()
6521 {
6522 unsigned short *p = (unsigned short *)testfunc;
6523                                         return p[0] != 0xe866 || p[1] != 0xfffa
6524   ;
6525   return 0;
6526 }
6527 _ACEOF
6528 if ac_fn_c_try_run "$LINENO"; then :
6529   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6530 $as_echo "yes" >&6; }
6531 else
6532   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6533 $as_echo "no" >&6; }
6534                                        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
6535 fi
6536 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6537   conftest.$ac_objext conftest.beam conftest.$ac_ext
6538 fi
6539
6540     fi
6541     ;;
6542   *)
6543     DLLFLAGS="$DLLFLAGS -fPIC"
6544     DLLEXT=".so"
6545     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6546 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6547 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6548   $as_echo_n "(cached) " >&6
6549 else
6550   ac_wine_try_cflags_saved=$CFLAGS
6551 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6552 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6553 /* end confdefs.h.  */
6554 void myfunc() {}
6555 _ACEOF
6556 if ac_fn_c_try_link "$LINENO"; then :
6557   ac_cv_c_dll_gnuelf="yes"
6558 else
6559   ac_cv_c_dll_gnuelf="no"
6560 fi
6561 rm -f core conftest.err conftest.$ac_objext \
6562     conftest$ac_exeext conftest.$ac_ext
6563 CFLAGS=$ac_wine_try_cflags_saved
6564 fi
6565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6566 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6567     if test "$ac_cv_c_dll_gnuelf" = "yes"
6568     then
6569       LDSHARED="\$(CC) -shared"
6570       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6571       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6572 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6573 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6574   $as_echo_n "(cached) " >&6
6575 else
6576   ac_wine_try_cflags_saved=$CFLAGS
6577 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6579 /* end confdefs.h.  */
6580 int main(int argc, char **argv) { return 0; }
6581 _ACEOF
6582 if ac_fn_c_try_link "$LINENO"; then :
6583   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6584 else
6585   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6586 fi
6587 rm -f core conftest.err conftest.$ac_objext \
6588     conftest$ac_exeext conftest.$ac_ext
6589 CFLAGS=$ac_wine_try_cflags_saved
6590 fi
6591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6592 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6593 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6594   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6595 else
6596   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6597 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6598 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6599   $as_echo_n "(cached) " >&6
6600 else
6601   ac_wine_try_cflags_saved=$CFLAGS
6602 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6604 /* end confdefs.h.  */
6605 int main(int argc, char **argv) { return 0; }
6606 _ACEOF
6607 if ac_fn_c_try_link "$LINENO"; then :
6608   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6609 else
6610   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6611 fi
6612 rm -f core conftest.err conftest.$ac_objext \
6613     conftest$ac_exeext conftest.$ac_ext
6614 CFLAGS=$ac_wine_try_cflags_saved
6615 fi
6616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6617 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6618 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6619   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6620 fi
6621 fi
6622
6623       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6624 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6625 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6626   $as_echo_n "(cached) " >&6
6627 else
6628   ac_wine_try_cflags_saved=$CFLAGS
6629 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6630 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6631 /* end confdefs.h.  */
6632 int main(int argc, char **argv) { return 0; }
6633 _ACEOF
6634 if ac_fn_c_try_link "$LINENO"; then :
6635   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6636 else
6637   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6638 fi
6639 rm -f core conftest.err conftest.$ac_objext \
6640     conftest$ac_exeext conftest.$ac_ext
6641 CFLAGS=$ac_wine_try_cflags_saved
6642 fi
6643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6644 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6645 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6646   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6647 fi
6648
6649       { $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
6650 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6651 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6652   $as_echo_n "(cached) " >&6
6653 else
6654   ac_wine_try_cflags_saved=$CFLAGS
6655 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6656 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6657 /* end confdefs.h.  */
6658 int main(int argc, char **argv) { return 0; }
6659 _ACEOF
6660 if ac_fn_c_try_link "$LINENO"; then :
6661   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6662 else
6663   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6664 fi
6665 rm -f core conftest.err conftest.$ac_objext \
6666     conftest$ac_exeext conftest.$ac_ext
6667 CFLAGS=$ac_wine_try_cflags_saved
6668 fi
6669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6670 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6671 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6672   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6673 fi
6674
6675       echo '{ global: *; };' >conftest.map
6676       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6677 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6678 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6679   $as_echo_n "(cached) " >&6
6680 else
6681   ac_wine_try_cflags_saved=$CFLAGS
6682 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6683 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6684 /* end confdefs.h.  */
6685 int main(int argc, char **argv) { return 0; }
6686 _ACEOF
6687 if ac_fn_c_try_link "$LINENO"; then :
6688   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6689 else
6690   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6691 fi
6692 rm -f core conftest.err conftest.$ac_objext \
6693     conftest$ac_exeext conftest.$ac_ext
6694 CFLAGS=$ac_wine_try_cflags_saved
6695 fi
6696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6697 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6698 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6699   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6700 fi
6701       rm -f conftest.map
6702
6703       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6704 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6705 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6706   $as_echo_n "(cached) " >&6
6707 else
6708   ac_wine_try_cflags_saved=$CFLAGS
6709 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6710 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6711 /* end confdefs.h.  */
6712 int main(int argc, char **argv) { return 0; }
6713 _ACEOF
6714 if ac_fn_c_try_link "$LINENO"; then :
6715   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6716 else
6717   ac_cv_cflags__fPIC__Wl___export_dynamic=no
6718 fi
6719 rm -f core conftest.err conftest.$ac_objext \
6720     conftest$ac_exeext conftest.$ac_ext
6721 CFLAGS=$ac_wine_try_cflags_saved
6722 fi
6723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6724 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6725 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6726   LDEXECFLAGS="-Wl,--export-dynamic"
6727
6728 fi
6729
6730       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6732 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6733 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6734   $as_echo_n "(cached) " >&6
6735 else
6736   ac_wine_try_cflags_saved=$CFLAGS
6737 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6739 /* end confdefs.h.  */
6740 int main(int argc, char **argv) { return 0; }
6741 _ACEOF
6742 if ac_fn_c_try_link "$LINENO"; then :
6743   eval "$as_ac_var=yes"
6744 else
6745   eval "$as_ac_var=no"
6746 fi
6747 rm -f core conftest.err conftest.$ac_objext \
6748     conftest$ac_exeext conftest.$ac_ext
6749 CFLAGS=$ac_wine_try_cflags_saved
6750 fi
6751 eval ac_res=\$$as_ac_var
6752                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6753 $as_echo "$ac_res" >&6; }
6754 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6755   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6756                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6757 else
6758   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6760 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6761 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6762   $as_echo_n "(cached) " >&6
6763 else
6764   ac_wine_try_cflags_saved=$CFLAGS
6765 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6766 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6767 /* end confdefs.h.  */
6768 int main(int argc, char **argv) { return 0; }
6769 _ACEOF
6770 if ac_fn_c_try_link "$LINENO"; then :
6771   eval "$as_ac_var=yes"
6772 else
6773   eval "$as_ac_var=no"
6774 fi
6775 rm -f core conftest.err conftest.$ac_objext \
6776     conftest$ac_exeext conftest.$ac_ext
6777 CFLAGS=$ac_wine_try_cflags_saved
6778 fi
6779 eval ac_res=\$$as_ac_var
6780                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6781 $as_echo "$ac_res" >&6; }
6782 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6783   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6784                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6785 fi
6786 fi
6787
6788       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6789 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6790 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6791   $as_echo_n "(cached) " >&6
6792 else
6793   ac_wine_try_cflags_saved=$CFLAGS
6794 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6796 /* end confdefs.h.  */
6797 int main(int argc, char **argv) { return 0; }
6798 _ACEOF
6799 if ac_fn_c_try_link "$LINENO"; then :
6800   ac_cv_cflags__Wl___enable_new_dtags=yes
6801 else
6802   ac_cv_cflags__Wl___enable_new_dtags=no
6803 fi
6804 rm -f core conftest.err conftest.$ac_objext \
6805     conftest$ac_exeext conftest.$ac_ext
6806 CFLAGS=$ac_wine_try_cflags_saved
6807 fi
6808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6809 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6810 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6811   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6812 fi
6813
6814       case $host_cpu in
6815         *i[3456789]86* | x86_64)
6816           { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6817 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6818 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6819   $as_echo_n "(cached) " >&6
6820 else
6821   ac_wine_try_cflags_saved=$CFLAGS
6822 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6824 /* end confdefs.h.  */
6825 int main(int argc, char **argv) { return 0; }
6826 _ACEOF
6827 if ac_fn_c_try_link "$LINENO"; then :
6828   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6829 else
6830   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6831 fi
6832 rm -f core conftest.err conftest.$ac_objext \
6833     conftest$ac_exeext conftest.$ac_ext
6834 CFLAGS=$ac_wine_try_cflags_saved
6835 fi
6836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6837 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6838 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6839   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6840 fi
6841           ;;
6842       esac
6843
6844     else
6845       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6846 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6847 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6848   $as_echo_n "(cached) " >&6
6849 else
6850   ac_wine_try_cflags_saved=$CFLAGS
6851 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6852 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6853 /* end confdefs.h.  */
6854 void myfunc() {}
6855 _ACEOF
6856 if ac_fn_c_try_link "$LINENO"; then :
6857   ac_cv_c_dll_unixware="yes"
6858 else
6859   ac_cv_c_dll_unixware="no"
6860 fi
6861 rm -f core conftest.err conftest.$ac_objext \
6862     conftest$ac_exeext conftest.$ac_ext
6863 CFLAGS=$ac_wine_try_cflags_saved
6864 fi
6865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6866 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6867       if test "$ac_cv_c_dll_unixware" = "yes"
6868       then
6869         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6870         LDDLLFLAGS="-Wl,-G,-B,symbolic"
6871
6872       else
6873         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6874 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6875 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6876   $as_echo_n "(cached) " >&6
6877 else
6878   ac_wine_try_cflags_saved=$CFLAGS
6879 CFLAGS="$CFLAGS -shared"
6880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6881 /* end confdefs.h.  */
6882 void myfunc() {}
6883 _ACEOF
6884 if ac_fn_c_try_link "$LINENO"; then :
6885   ac_cv_c_dll_hpux="yes"
6886 else
6887   ac_cv_c_dll_hpux="no"
6888 fi
6889 rm -f core conftest.err conftest.$ac_objext \
6890     conftest$ac_exeext conftest.$ac_ext
6891 CFLAGS=$ac_wine_try_cflags_saved
6892 fi
6893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6894 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6895         if test "$ac_cv_c_dll_hpux" = "yes"
6896         then
6897           LIBEXT="sl"
6898           DLLEXT=".sl"
6899           LDDLLFLAGS="-shared -fPIC"
6900           LDSHARED="\$(CC) -shared"
6901         fi
6902       fi
6903     fi
6904     ;;
6905 esac
6906
6907 enable_winequartz_drv=${enable_winequartz_drv:-no}
6908
6909 if test "$LIBEXT" = "a"; then
6910   as_fn_error "could not find a way to build shared libraries.
6911 It is currently not possible to build Wine without shared library
6912 (.so) support to allow transparent switch between .so and .dll files.
6913 If you are using Linux, you will need a newer binutils.
6914 " "$LINENO" 5
6915 fi
6916
6917 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6918 then
6919     case "$host_cpu" in
6920   i[3456789]86*)
6921     ac_prefix_list="i686-pc-mingw32-gcc i586-pc-mingw32-gcc i486-pc-mingw32-gcc i386-pc-mingw32-gcc i686-mingw32msvc-gcc i586-mingw32msvc-gcc i486-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc " ;;
6922   x86_64)
6923     ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
6924   *)
6925     ac_prefix_list="" ;;
6926 esac
6927 for ac_prog in $ac_prefix_list
6928 do
6929   # Extract the first word of "$ac_prog", so it can be a program name with args.
6930 set dummy $ac_prog; ac_word=$2
6931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6932 $as_echo_n "checking for $ac_word... " >&6; }
6933 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
6934   $as_echo_n "(cached) " >&6
6935 else
6936   if test -n "$CROSSCC"; then
6937   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
6938 else
6939 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6940 for as_dir in $PATH
6941 do
6942   IFS=$as_save_IFS
6943   test -z "$as_dir" && as_dir=.
6944     for ac_exec_ext in '' $ac_executable_extensions; do
6945   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6946     ac_cv_prog_CROSSCC="$ac_prog"
6947     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6948     break 2
6949   fi
6950 done
6951   done
6952 IFS=$as_save_IFS
6953
6954 fi
6955 fi
6956 CROSSCC=$ac_cv_prog_CROSSCC
6957 if test -n "$CROSSCC"; then
6958   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
6959 $as_echo "$CROSSCC" >&6; }
6960 else
6961   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6962 $as_echo "no" >&6; }
6963 fi
6964
6965
6966   test -n "$CROSSCC" && break
6967 done
6968 test -n "$CROSSCC" || CROSSCC="false"
6969
6970     if test "$CROSSCC" != "false"
6971     then
6972         CROSSTEST="\$(CROSSTEST)"
6973
6974         set x $CROSSCC
6975         shift
6976         target=""
6977         while test $# -ge 1
6978         do
6979             case "$1" in
6980               *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
6981             esac
6982             shift
6983         done
6984         if test -n "$target"
6985         then
6986             CROSSTARGET="$target"
6987
6988         fi
6989     fi
6990 fi
6991
6992
6993 if test "$ac_cv_header_pthread_h" = "yes"
6994 then
6995     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
6996 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
6997 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
6998   $as_echo_n "(cached) " >&6
6999 else
7000   ac_check_lib_save_LIBS=$LIBS
7001 LIBS="-lpthread  $LIBS"
7002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7003 /* end confdefs.h.  */
7004
7005 /* Override any GCC internal prototype to avoid an error.
7006    Use char because int might match the return type of a GCC
7007    builtin and then its argument prototype would still apply.  */
7008 #ifdef __cplusplus
7009 extern "C"
7010 #endif
7011 char pthread_create ();
7012 int
7013 main ()
7014 {
7015 return pthread_create ();
7016   ;
7017   return 0;
7018 }
7019 _ACEOF
7020 if ac_fn_c_try_link "$LINENO"; then :
7021   ac_cv_lib_pthread_pthread_create=yes
7022 else
7023   ac_cv_lib_pthread_pthread_create=no
7024 fi
7025 rm -f core conftest.err conftest.$ac_objext \
7026     conftest$ac_exeext conftest.$ac_ext
7027 LIBS=$ac_check_lib_save_LIBS
7028 fi
7029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7030 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7031 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
7032   LIBPTHREAD="-lpthread"
7033
7034 fi
7035
7036 fi
7037 if test "x$LIBPTHREAD" = "x"; then :
7038   case "x$with_pthread" in
7039   xno) ;;
7040   *)   as_fn_error "pthread ${notice_platform}development files not found.
7041 Wine cannot support threads without libpthread.
7042 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7043 esac
7044 fi
7045
7046
7047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7048 $as_echo_n "checking for X... " >&6; }
7049
7050
7051 # Check whether --with-x was given.
7052 if test "${with_x+set}" = set; then :
7053   withval=$with_x;
7054 fi
7055
7056 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7057 if test "x$with_x" = xno; then
7058   # The user explicitly disabled X.
7059   have_x=disabled
7060 else
7061   case $x_includes,$x_libraries in #(
7062     *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7063     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7064   $as_echo_n "(cached) " >&6
7065 else
7066   # One or both of the vars are not set, and there is no cached value.
7067 ac_x_includes=no ac_x_libraries=no
7068 rm -f -r conftest.dir
7069 if mkdir conftest.dir; then
7070   cd conftest.dir
7071   cat >Imakefile <<'_ACEOF'
7072 incroot:
7073         @echo incroot='${INCROOT}'
7074 usrlibdir:
7075         @echo usrlibdir='${USRLIBDIR}'
7076 libdir:
7077         @echo libdir='${LIBDIR}'
7078 _ACEOF
7079   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7080     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7081     for ac_var in incroot usrlibdir libdir; do
7082       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7083     done
7084     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7085     for ac_extension in a so sl dylib la dll; do
7086       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7087          test -f "$ac_im_libdir/libX11.$ac_extension"; then
7088         ac_im_usrlibdir=$ac_im_libdir; break
7089       fi
7090     done
7091     # Screen out bogus values from the imake configuration.  They are
7092     # bogus both because they are the default anyway, and because
7093     # using them would break gcc on systems where it needs fixed includes.
7094     case $ac_im_incroot in
7095         /usr/include) ac_x_includes= ;;
7096         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7097     esac
7098     case $ac_im_usrlibdir in
7099         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7100         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7101     esac
7102   fi
7103   cd ..
7104   rm -f -r conftest.dir
7105 fi
7106
7107 # Standard set of common directories for X headers.
7108 # Check X11 before X11Rn because it is often a symlink to the current release.
7109 ac_x_header_dirs='
7110 /usr/X11/include
7111 /usr/X11R7/include
7112 /usr/X11R6/include
7113 /usr/X11R5/include
7114 /usr/X11R4/include
7115
7116 /usr/include/X11
7117 /usr/include/X11R7
7118 /usr/include/X11R6
7119 /usr/include/X11R5
7120 /usr/include/X11R4
7121
7122 /usr/local/X11/include
7123 /usr/local/X11R7/include
7124 /usr/local/X11R6/include
7125 /usr/local/X11R5/include
7126 /usr/local/X11R4/include
7127
7128 /usr/local/include/X11
7129 /usr/local/include/X11R7
7130 /usr/local/include/X11R6
7131 /usr/local/include/X11R5
7132 /usr/local/include/X11R4
7133
7134 /usr/X386/include
7135 /usr/x386/include
7136 /usr/XFree86/include/X11
7137
7138 /usr/include
7139 /usr/local/include
7140 /usr/unsupported/include
7141 /usr/athena/include
7142 /usr/local/x11r5/include
7143 /usr/lpp/Xamples/include
7144
7145 /usr/openwin/include
7146 /usr/openwin/share/include'
7147
7148 if test "$ac_x_includes" = no; then
7149   # Guess where to find include files, by looking for Xlib.h.
7150   # First, try using that file with no special directory specified.
7151   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7152 /* end confdefs.h.  */
7153 #include <X11/Xlib.h>
7154 _ACEOF
7155 if ac_fn_c_try_cpp "$LINENO"; then :
7156   # We can compile using X headers with no special include directory.
7157 ac_x_includes=
7158 else
7159   for ac_dir in $ac_x_header_dirs; do
7160   if test -r "$ac_dir/X11/Xlib.h"; then
7161     ac_x_includes=$ac_dir
7162     break
7163   fi
7164 done
7165 fi
7166 rm -f conftest.err conftest.$ac_ext
7167 fi # $ac_x_includes = no
7168
7169 if test "$ac_x_libraries" = no; then
7170   # Check for the libraries.
7171   # See if we find them without any special options.
7172   # Don't add to $LIBS permanently.
7173   ac_save_LIBS=$LIBS
7174   LIBS="-lX11 $LIBS"
7175   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7176 /* end confdefs.h.  */
7177 #include <X11/Xlib.h>
7178 int
7179 main ()
7180 {
7181 XrmInitialize ()
7182   ;
7183   return 0;
7184 }
7185 _ACEOF
7186 if ac_fn_c_try_link "$LINENO"; then :
7187   LIBS=$ac_save_LIBS
7188 # We can link X programs with no special library path.
7189 ac_x_libraries=
7190 else
7191   LIBS=$ac_save_LIBS
7192 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7193 do
7194   # Don't even attempt the hair of trying to link an X program!
7195   for ac_extension in a so sl dylib la dll; do
7196     if test -r "$ac_dir/libX11.$ac_extension"; then
7197       ac_x_libraries=$ac_dir
7198       break 2
7199     fi
7200   done
7201 done
7202 fi
7203 rm -f core conftest.err conftest.$ac_objext \
7204     conftest$ac_exeext conftest.$ac_ext
7205 fi # $ac_x_libraries = no
7206
7207 case $ac_x_includes,$ac_x_libraries in #(
7208   no,* | *,no | *\'*)
7209     # Didn't find X, or a directory has "'" in its name.
7210     ac_cv_have_x="have_x=no";; #(
7211   *)
7212     # Record where we found X for the cache.
7213     ac_cv_have_x="have_x=yes\
7214         ac_x_includes='$ac_x_includes'\
7215         ac_x_libraries='$ac_x_libraries'"
7216 esac
7217 fi
7218 ;; #(
7219     *) have_x=yes;;
7220   esac
7221   eval "$ac_cv_have_x"
7222 fi # $with_x != no
7223
7224 if test "$have_x" != yes; then
7225   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7226 $as_echo "$have_x" >&6; }
7227   no_x=yes
7228 else
7229   # If each of the values was on the command line, it overrides each guess.
7230   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7231   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7232   # Update the cache value to reflect the command line values.
7233   ac_cv_have_x="have_x=yes\
7234         ac_x_includes='$x_includes'\
7235         ac_x_libraries='$x_libraries'"
7236   { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7237 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7238 fi
7239
7240 if test "$no_x" = yes; then
7241   # Not all programs may use this symbol, but it does not hurt to define it.
7242
7243 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7244
7245   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7246 else
7247   if test -n "$x_includes"; then
7248     X_CFLAGS="$X_CFLAGS -I$x_includes"
7249   fi
7250
7251   # It would also be nice to do this for all -L options, not just this one.
7252   if test -n "$x_libraries"; then
7253     X_LIBS="$X_LIBS -L$x_libraries"
7254     # For Solaris; some versions of Sun CC require a space after -R and
7255     # others require no space.  Words are not sufficient . . . .
7256     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7257 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7258     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7259     ac_xsave_c_werror_flag=$ac_c_werror_flag
7260     ac_c_werror_flag=yes
7261     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7262 /* end confdefs.h.  */
7263
7264 int
7265 main ()
7266 {
7267
7268   ;
7269   return 0;
7270 }
7271 _ACEOF
7272 if ac_fn_c_try_link "$LINENO"; then :
7273   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7274 $as_echo "no" >&6; }
7275        X_LIBS="$X_LIBS -R$x_libraries"
7276 else
7277   LIBS="$ac_xsave_LIBS -R $x_libraries"
7278        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7279 /* end confdefs.h.  */
7280
7281 int
7282 main ()
7283 {
7284
7285   ;
7286   return 0;
7287 }
7288 _ACEOF
7289 if ac_fn_c_try_link "$LINENO"; then :
7290   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7291 $as_echo "yes" >&6; }
7292           X_LIBS="$X_LIBS -R $x_libraries"
7293 else
7294   { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7295 $as_echo "neither works" >&6; }
7296 fi
7297 rm -f core conftest.err conftest.$ac_objext \
7298     conftest$ac_exeext conftest.$ac_ext
7299 fi
7300 rm -f core conftest.err conftest.$ac_objext \
7301     conftest$ac_exeext conftest.$ac_ext
7302     ac_c_werror_flag=$ac_xsave_c_werror_flag
7303     LIBS=$ac_xsave_LIBS
7304   fi
7305
7306   # Check for system-dependent libraries X programs must link with.
7307   # Do this before checking for the system-independent R6 libraries
7308   # (-lICE), since we may need -lsocket or whatever for X linking.
7309
7310   if test "$ISC" = yes; then
7311     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7312   else
7313     # Martyn Johnson says this is needed for Ultrix, if the X
7314     # libraries were built with DECnet support.  And Karl Berry says
7315     # the Alpha needs dnet_stub (dnet does not exist).
7316     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7317     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7318 /* end confdefs.h.  */
7319
7320 /* Override any GCC internal prototype to avoid an error.
7321    Use char because int might match the return type of a GCC
7322    builtin and then its argument prototype would still apply.  */
7323 #ifdef __cplusplus
7324 extern "C"
7325 #endif
7326 char XOpenDisplay ();
7327 int
7328 main ()
7329 {
7330 return XOpenDisplay ();
7331   ;
7332   return 0;
7333 }
7334 _ACEOF
7335 if ac_fn_c_try_link "$LINENO"; then :
7336
7337 else
7338   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7339 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7340 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7341   $as_echo_n "(cached) " >&6
7342 else
7343   ac_check_lib_save_LIBS=$LIBS
7344 LIBS="-ldnet  $LIBS"
7345 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7346 /* end confdefs.h.  */
7347
7348 /* Override any GCC internal prototype to avoid an error.
7349    Use char because int might match the return type of a GCC
7350    builtin and then its argument prototype would still apply.  */
7351 #ifdef __cplusplus
7352 extern "C"
7353 #endif
7354 char dnet_ntoa ();
7355 int
7356 main ()
7357 {
7358 return dnet_ntoa ();
7359   ;
7360   return 0;
7361 }
7362 _ACEOF
7363 if ac_fn_c_try_link "$LINENO"; then :
7364   ac_cv_lib_dnet_dnet_ntoa=yes
7365 else
7366   ac_cv_lib_dnet_dnet_ntoa=no
7367 fi
7368 rm -f core conftest.err conftest.$ac_objext \
7369     conftest$ac_exeext conftest.$ac_ext
7370 LIBS=$ac_check_lib_save_LIBS
7371 fi
7372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7373 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7374 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7375   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7376 fi
7377
7378     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7379       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7380 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7381 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7382   $as_echo_n "(cached) " >&6
7383 else
7384   ac_check_lib_save_LIBS=$LIBS
7385 LIBS="-ldnet_stub  $LIBS"
7386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7387 /* end confdefs.h.  */
7388
7389 /* Override any GCC internal prototype to avoid an error.
7390    Use char because int might match the return type of a GCC
7391    builtin and then its argument prototype would still apply.  */
7392 #ifdef __cplusplus
7393 extern "C"
7394 #endif
7395 char dnet_ntoa ();
7396 int
7397 main ()
7398 {
7399 return dnet_ntoa ();
7400   ;
7401   return 0;
7402 }
7403 _ACEOF
7404 if ac_fn_c_try_link "$LINENO"; then :
7405   ac_cv_lib_dnet_stub_dnet_ntoa=yes
7406 else
7407   ac_cv_lib_dnet_stub_dnet_ntoa=no
7408 fi
7409 rm -f core conftest.err conftest.$ac_objext \
7410     conftest$ac_exeext conftest.$ac_ext
7411 LIBS=$ac_check_lib_save_LIBS
7412 fi
7413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7414 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7415 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7416   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7417 fi
7418
7419     fi
7420 fi
7421 rm -f core conftest.err conftest.$ac_objext \
7422     conftest$ac_exeext conftest.$ac_ext
7423     LIBS="$ac_xsave_LIBS"
7424
7425     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7426     # to get the SysV transport functions.
7427     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7428     # needs -lnsl.
7429     # The nsl library prevents programs from opening the X display
7430     # on Irix 5.2, according to T.E. Dickey.
7431     # The functions gethostbyname, getservbyname, and inet_addr are
7432     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7433     ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7434 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7435
7436 fi
7437
7438     if test $ac_cv_func_gethostbyname = no; then
7439       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7440 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7441 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7442   $as_echo_n "(cached) " >&6
7443 else
7444   ac_check_lib_save_LIBS=$LIBS
7445 LIBS="-lnsl  $LIBS"
7446 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7447 /* end confdefs.h.  */
7448
7449 /* Override any GCC internal prototype to avoid an error.
7450    Use char because int might match the return type of a GCC
7451    builtin and then its argument prototype would still apply.  */
7452 #ifdef __cplusplus
7453 extern "C"
7454 #endif
7455 char gethostbyname ();
7456 int
7457 main ()
7458 {
7459 return gethostbyname ();
7460   ;
7461   return 0;
7462 }
7463 _ACEOF
7464 if ac_fn_c_try_link "$LINENO"; then :
7465   ac_cv_lib_nsl_gethostbyname=yes
7466 else
7467   ac_cv_lib_nsl_gethostbyname=no
7468 fi
7469 rm -f core conftest.err conftest.$ac_objext \
7470     conftest$ac_exeext conftest.$ac_ext
7471 LIBS=$ac_check_lib_save_LIBS
7472 fi
7473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7474 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7475 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7476   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7477 fi
7478
7479       if test $ac_cv_lib_nsl_gethostbyname = no; then
7480         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7481 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7482 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7483   $as_echo_n "(cached) " >&6
7484 else
7485   ac_check_lib_save_LIBS=$LIBS
7486 LIBS="-lbsd  $LIBS"
7487 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7488 /* end confdefs.h.  */
7489
7490 /* Override any GCC internal prototype to avoid an error.
7491    Use char because int might match the return type of a GCC
7492    builtin and then its argument prototype would still apply.  */
7493 #ifdef __cplusplus
7494 extern "C"
7495 #endif
7496 char gethostbyname ();
7497 int
7498 main ()
7499 {
7500 return gethostbyname ();
7501   ;
7502   return 0;
7503 }
7504 _ACEOF
7505 if ac_fn_c_try_link "$LINENO"; then :
7506   ac_cv_lib_bsd_gethostbyname=yes
7507 else
7508   ac_cv_lib_bsd_gethostbyname=no
7509 fi
7510 rm -f core conftest.err conftest.$ac_objext \
7511     conftest$ac_exeext conftest.$ac_ext
7512 LIBS=$ac_check_lib_save_LIBS
7513 fi
7514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7515 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7516 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7517   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7518 fi
7519
7520       fi
7521     fi
7522
7523     # lieder@skyler.mavd.honeywell.com says without -lsocket,
7524     # socket/setsockopt and other routines are undefined under SCO ODT
7525     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
7526     # on later versions), says Simon Leinen: it contains gethostby*
7527     # variants that don't use the name server (or something).  -lsocket
7528     # must be given before -lnsl if both are needed.  We assume that
7529     # if connect needs -lnsl, so does gethostbyname.
7530     ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7531 if test "x$ac_cv_func_connect" = x""yes; then :
7532
7533 fi
7534
7535     if test $ac_cv_func_connect = no; then
7536       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7537 $as_echo_n "checking for connect in -lsocket... " >&6; }
7538 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7539   $as_echo_n "(cached) " >&6
7540 else
7541   ac_check_lib_save_LIBS=$LIBS
7542 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7544 /* end confdefs.h.  */
7545
7546 /* Override any GCC internal prototype to avoid an error.
7547    Use char because int might match the return type of a GCC
7548    builtin and then its argument prototype would still apply.  */
7549 #ifdef __cplusplus
7550 extern "C"
7551 #endif
7552 char connect ();
7553 int
7554 main ()
7555 {
7556 return connect ();
7557   ;
7558   return 0;
7559 }
7560 _ACEOF
7561 if ac_fn_c_try_link "$LINENO"; then :
7562   ac_cv_lib_socket_connect=yes
7563 else
7564   ac_cv_lib_socket_connect=no
7565 fi
7566 rm -f core conftest.err conftest.$ac_objext \
7567     conftest$ac_exeext conftest.$ac_ext
7568 LIBS=$ac_check_lib_save_LIBS
7569 fi
7570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7571 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7572 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7573   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7574 fi
7575
7576     fi
7577
7578     # Guillermo Gomez says -lposix is necessary on A/UX.
7579     ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7580 if test "x$ac_cv_func_remove" = x""yes; then :
7581
7582 fi
7583
7584     if test $ac_cv_func_remove = no; then
7585       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7586 $as_echo_n "checking for remove in -lposix... " >&6; }
7587 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7588   $as_echo_n "(cached) " >&6
7589 else
7590   ac_check_lib_save_LIBS=$LIBS
7591 LIBS="-lposix  $LIBS"
7592 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7593 /* end confdefs.h.  */
7594
7595 /* Override any GCC internal prototype to avoid an error.
7596    Use char because int might match the return type of a GCC
7597    builtin and then its argument prototype would still apply.  */
7598 #ifdef __cplusplus
7599 extern "C"
7600 #endif
7601 char remove ();
7602 int
7603 main ()
7604 {
7605 return remove ();
7606   ;
7607   return 0;
7608 }
7609 _ACEOF
7610 if ac_fn_c_try_link "$LINENO"; then :
7611   ac_cv_lib_posix_remove=yes
7612 else
7613   ac_cv_lib_posix_remove=no
7614 fi
7615 rm -f core conftest.err conftest.$ac_objext \
7616     conftest$ac_exeext conftest.$ac_ext
7617 LIBS=$ac_check_lib_save_LIBS
7618 fi
7619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7620 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7621 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7622   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7623 fi
7624
7625     fi
7626
7627     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7628     ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7629 if test "x$ac_cv_func_shmat" = x""yes; then :
7630
7631 fi
7632
7633     if test $ac_cv_func_shmat = no; then
7634       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7635 $as_echo_n "checking for shmat in -lipc... " >&6; }
7636 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7637   $as_echo_n "(cached) " >&6
7638 else
7639   ac_check_lib_save_LIBS=$LIBS
7640 LIBS="-lipc  $LIBS"
7641 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7642 /* end confdefs.h.  */
7643
7644 /* Override any GCC internal prototype to avoid an error.
7645    Use char because int might match the return type of a GCC
7646    builtin and then its argument prototype would still apply.  */
7647 #ifdef __cplusplus
7648 extern "C"
7649 #endif
7650 char shmat ();
7651 int
7652 main ()
7653 {
7654 return shmat ();
7655   ;
7656   return 0;
7657 }
7658 _ACEOF
7659 if ac_fn_c_try_link "$LINENO"; then :
7660   ac_cv_lib_ipc_shmat=yes
7661 else
7662   ac_cv_lib_ipc_shmat=no
7663 fi
7664 rm -f core conftest.err conftest.$ac_objext \
7665     conftest$ac_exeext conftest.$ac_ext
7666 LIBS=$ac_check_lib_save_LIBS
7667 fi
7668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7669 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7670 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7671   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7672 fi
7673
7674     fi
7675   fi
7676
7677   # Check for libraries that X11R6 Xt/Xaw programs need.
7678   ac_save_LDFLAGS=$LDFLAGS
7679   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7680   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7681   # check for ICE first), but we must link in the order -lSM -lICE or
7682   # we get undefined symbols.  So assume we have SM if we have ICE.
7683   # These have to be linked with before -lX11, unlike the other
7684   # libraries we check for below, so use a different variable.
7685   # John Interrante, Karl Berry
7686   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7687 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7688 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7689   $as_echo_n "(cached) " >&6
7690 else
7691   ac_check_lib_save_LIBS=$LIBS
7692 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7694 /* end confdefs.h.  */
7695
7696 /* Override any GCC internal prototype to avoid an error.
7697    Use char because int might match the return type of a GCC
7698    builtin and then its argument prototype would still apply.  */
7699 #ifdef __cplusplus
7700 extern "C"
7701 #endif
7702 char IceConnectionNumber ();
7703 int
7704 main ()
7705 {
7706 return IceConnectionNumber ();
7707   ;
7708   return 0;
7709 }
7710 _ACEOF
7711 if ac_fn_c_try_link "$LINENO"; then :
7712   ac_cv_lib_ICE_IceConnectionNumber=yes
7713 else
7714   ac_cv_lib_ICE_IceConnectionNumber=no
7715 fi
7716 rm -f core conftest.err conftest.$ac_objext \
7717     conftest$ac_exeext conftest.$ac_ext
7718 LIBS=$ac_check_lib_save_LIBS
7719 fi
7720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7721 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7722 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7723   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7724 fi
7725
7726   LDFLAGS=$ac_save_LDFLAGS
7727
7728 fi
7729
7730
7731 if test "$have_x" = "yes"
7732 then
7733     XLIB="-lX11"
7734     ac_save_CPPFLAGS="$CPPFLAGS"
7735     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7736
7737     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7738 $as_echo_n "checking for -lX11... " >&6; }
7739 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7740   $as_echo_n "(cached) " >&6
7741 else
7742   ac_check_soname_save_LIBS=$LIBS
7743 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7744   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7745 /* end confdefs.h.  */
7746
7747 /* Override any GCC internal prototype to avoid an error.
7748    Use char because int might match the return type of a GCC
7749    builtin and then its argument prototype would still apply.  */
7750 #ifdef __cplusplus
7751 extern "C"
7752 #endif
7753 char XCreateWindow ();
7754 int
7755 main ()
7756 {
7757 return XCreateWindow ();
7758   ;
7759   return 0;
7760 }
7761 _ACEOF
7762 if ac_fn_c_try_link "$LINENO"; then :
7763   case "$LIBEXT" in
7764     dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7765     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'` ;;
7766     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
7767   esac
7768 fi
7769 rm -f core conftest.err conftest.$ac_objext \
7770     conftest$ac_exeext conftest.$ac_ext
7771   LIBS=$ac_check_soname_save_LIBS
7772 fi
7773 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7774   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7775 $as_echo "not found" >&6; }
7776
7777 else
7778   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7779 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7780
7781 cat >>confdefs.h <<_ACEOF
7782 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7783 _ACEOF
7784
7785
7786 fi
7787     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7788 $as_echo_n "checking for -lXext... " >&6; }
7789 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7790   $as_echo_n "(cached) " >&6
7791 else
7792   ac_check_soname_save_LIBS=$LIBS
7793 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7794   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7795 /* end confdefs.h.  */
7796
7797 /* Override any GCC internal prototype to avoid an error.
7798    Use char because int might match the return type of a GCC
7799    builtin and then its argument prototype would still apply.  */
7800 #ifdef __cplusplus
7801 extern "C"
7802 #endif
7803 char XextCreateExtension ();
7804 int
7805 main ()
7806 {
7807 return XextCreateExtension ();
7808   ;
7809   return 0;
7810 }
7811 _ACEOF
7812 if ac_fn_c_try_link "$LINENO"; then :
7813   case "$LIBEXT" in
7814     dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7815     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'` ;;
7816     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
7817   esac
7818 fi
7819 rm -f core conftest.err conftest.$ac_objext \
7820     conftest$ac_exeext conftest.$ac_ext
7821   LIBS=$ac_check_soname_save_LIBS
7822 fi
7823 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7824   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7825 $as_echo "not found" >&6; }
7826
7827 else
7828   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7829 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7830
7831 cat >>confdefs.h <<_ACEOF
7832 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7833 _ACEOF
7834
7835        XLIB="-lXext $XLIB"
7836 fi
7837
7838         for ac_header in X11/Xlib.h \
7839                       X11/XKBlib.h \
7840                       X11/Xutil.h \
7841                       X11/Xcursor/Xcursor.h \
7842                       X11/extensions/shape.h \
7843                       X11/extensions/XInput.h \
7844                       X11/extensions/XShm.h \
7845                       X11/extensions/Xcomposite.h \
7846                       X11/extensions/Xinerama.h \
7847                       X11/extensions/Xrandr.h \
7848                       X11/extensions/Xrender.h \
7849                       X11/extensions/xf86vmode.h \
7850                       X11/extensions/xf86vmproto.h
7851 do :
7852   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7853 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7854 # include <X11/Xlib.h>
7855 #endif
7856 #ifdef HAVE_X11_XUTIL_H
7857 # include <X11/Xutil.h>
7858 #endif
7859 "
7860 eval as_val=\$$as_ac_Header
7861    if test "x$as_val" = x""yes; then :
7862   cat >>confdefs.h <<_ACEOF
7863 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7864 _ACEOF
7865
7866 fi
7867
7868 done
7869
7870
7871                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7872         then
7873               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7874 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7875 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7876   $as_echo_n "(cached) " >&6
7877 else
7878   ac_check_lib_save_LIBS=$LIBS
7879 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7881 /* end confdefs.h.  */
7882
7883 /* Override any GCC internal prototype to avoid an error.
7884    Use char because int might match the return type of a GCC
7885    builtin and then its argument prototype would still apply.  */
7886 #ifdef __cplusplus
7887 extern "C"
7888 #endif
7889 char XkbQueryExtension ();
7890 int
7891 main ()
7892 {
7893 return XkbQueryExtension ();
7894   ;
7895   return 0;
7896 }
7897 _ACEOF
7898 if ac_fn_c_try_link "$LINENO"; then :
7899   ac_cv_lib_X11_XkbQueryExtension=yes
7900 else
7901   ac_cv_lib_X11_XkbQueryExtension=no
7902 fi
7903 rm -f core conftest.err conftest.$ac_objext \
7904     conftest$ac_exeext conftest.$ac_ext
7905 LIBS=$ac_check_lib_save_LIBS
7906 fi
7907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
7908 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
7909 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
7910
7911 $as_echo "#define HAVE_XKB 1" >>confdefs.h
7912
7913 fi
7914
7915         fi
7916
7917                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
7918         then
7919             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
7920 $as_echo_n "checking for -lXcursor... " >&6; }
7921 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
7922   $as_echo_n "(cached) " >&6
7923 else
7924   ac_check_soname_save_LIBS=$LIBS
7925 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7926   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7927 /* end confdefs.h.  */
7928
7929 /* Override any GCC internal prototype to avoid an error.
7930    Use char because int might match the return type of a GCC
7931    builtin and then its argument prototype would still apply.  */
7932 #ifdef __cplusplus
7933 extern "C"
7934 #endif
7935 char XcursorImageLoadCursor ();
7936 int
7937 main ()
7938 {
7939 return XcursorImageLoadCursor ();
7940   ;
7941   return 0;
7942 }
7943 _ACEOF
7944 if ac_fn_c_try_link "$LINENO"; then :
7945   case "$LIBEXT" in
7946     dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7947     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'` ;;
7948     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
7949   esac
7950 fi
7951 rm -f core conftest.err conftest.$ac_objext \
7952     conftest$ac_exeext conftest.$ac_ext
7953   LIBS=$ac_check_soname_save_LIBS
7954 fi
7955 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7956   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7957 $as_echo "not found" >&6; }
7958
7959 else
7960   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
7961 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
7962
7963 cat >>confdefs.h <<_ACEOF
7964 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
7965 _ACEOF
7966
7967
7968 fi
7969         fi
7970         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7971   case "x$with_xcursor" in
7972   x)   as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
7973   xno) ;;
7974   *)   as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
7975 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
7976 esac
7977 fi
7978
7979                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
7980         then
7981             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
7982 $as_echo_n "checking for -lXi... " >&6; }
7983 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
7984   $as_echo_n "(cached) " >&6
7985 else
7986   ac_check_soname_save_LIBS=$LIBS
7987 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7988   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7989 /* end confdefs.h.  */
7990
7991 /* Override any GCC internal prototype to avoid an error.
7992    Use char because int might match the return type of a GCC
7993    builtin and then its argument prototype would still apply.  */
7994 #ifdef __cplusplus
7995 extern "C"
7996 #endif
7997 char XOpenDevice ();
7998 int
7999 main ()
8000 {
8001 return XOpenDevice ();
8002   ;
8003   return 0;
8004 }
8005 _ACEOF
8006 if ac_fn_c_try_link "$LINENO"; then :
8007   case "$LIBEXT" in
8008     dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8009     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'` ;;
8010     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8011   esac
8012 fi
8013 rm -f core conftest.err conftest.$ac_objext \
8014     conftest$ac_exeext conftest.$ac_ext
8015   LIBS=$ac_check_soname_save_LIBS
8016 fi
8017 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8018   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8019 $as_echo "not found" >&6; }
8020
8021 else
8022   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8023 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8024
8025 cat >>confdefs.h <<_ACEOF
8026 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8027 _ACEOF
8028
8029
8030 fi
8031         fi
8032         if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8033   case "x$with_xinput" in
8034   x)   as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8035   xno) ;;
8036   *)   as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8037 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8038 esac
8039 fi
8040
8041                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8042         then
8043               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8044 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8045 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8046   $as_echo_n "(cached) " >&6
8047 else
8048   ac_check_lib_save_LIBS=$LIBS
8049 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8051 /* end confdefs.h.  */
8052
8053 /* Override any GCC internal prototype to avoid an error.
8054    Use char because int might match the return type of a GCC
8055    builtin and then its argument prototype would still apply.  */
8056 #ifdef __cplusplus
8057 extern "C"
8058 #endif
8059 char XShmQueryExtension ();
8060 int
8061 main ()
8062 {
8063 return XShmQueryExtension ();
8064   ;
8065   return 0;
8066 }
8067 _ACEOF
8068 if ac_fn_c_try_link "$LINENO"; then :
8069   ac_cv_lib_Xext_XShmQueryExtension=yes
8070 else
8071   ac_cv_lib_Xext_XShmQueryExtension=no
8072 fi
8073 rm -f core conftest.err conftest.$ac_objext \
8074     conftest$ac_exeext conftest.$ac_ext
8075 LIBS=$ac_check_lib_save_LIBS
8076 fi
8077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8078 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8079 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8080
8081 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8082
8083 fi
8084
8085         fi
8086         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8087   case "x$with_xshm" in
8088   x)   as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8089   xno) ;;
8090   *)   as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8091 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8092 esac
8093 fi
8094
8095                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8096         then
8097               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8098 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8099 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8100   $as_echo_n "(cached) " >&6
8101 else
8102   ac_check_lib_save_LIBS=$LIBS
8103 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8104 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8105 /* end confdefs.h.  */
8106
8107 /* Override any GCC internal prototype to avoid an error.
8108    Use char because int might match the return type of a GCC
8109    builtin and then its argument prototype would still apply.  */
8110 #ifdef __cplusplus
8111 extern "C"
8112 #endif
8113 char XShapeQueryExtension ();
8114 int
8115 main ()
8116 {
8117 return XShapeQueryExtension ();
8118   ;
8119   return 0;
8120 }
8121 _ACEOF
8122 if ac_fn_c_try_link "$LINENO"; then :
8123   ac_cv_lib_Xext_XShapeQueryExtension=yes
8124 else
8125   ac_cv_lib_Xext_XShapeQueryExtension=no
8126 fi
8127 rm -f core conftest.err conftest.$ac_objext \
8128     conftest$ac_exeext conftest.$ac_ext
8129 LIBS=$ac_check_lib_save_LIBS
8130 fi
8131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8132 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8133 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8134
8135 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8136
8137 fi
8138
8139         fi
8140         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8141   case "x$with_xshape" in
8142   x)   as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8143   xno) ;;
8144   *)   as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8145 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8146 esac
8147 fi
8148
8149                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8150         then
8151             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8152 $as_echo_n "checking for -lXxf86vm... " >&6; }
8153 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8154   $as_echo_n "(cached) " >&6
8155 else
8156   ac_check_soname_save_LIBS=$LIBS
8157 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8158   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8159 /* end confdefs.h.  */
8160
8161 /* Override any GCC internal prototype to avoid an error.
8162    Use char because int might match the return type of a GCC
8163    builtin and then its argument prototype would still apply.  */
8164 #ifdef __cplusplus
8165 extern "C"
8166 #endif
8167 char XF86VidModeQueryExtension ();
8168 int
8169 main ()
8170 {
8171 return XF86VidModeQueryExtension ();
8172   ;
8173   return 0;
8174 }
8175 _ACEOF
8176 if ac_fn_c_try_link "$LINENO"; then :
8177   case "$LIBEXT" in
8178     dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8179     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'` ;;
8180     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8181   esac
8182 fi
8183 rm -f core conftest.err conftest.$ac_objext \
8184     conftest$ac_exeext conftest.$ac_ext
8185   LIBS=$ac_check_soname_save_LIBS
8186 fi
8187 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8188   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8189 $as_echo "not found" >&6; }
8190
8191 else
8192   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8193 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8194
8195 cat >>confdefs.h <<_ACEOF
8196 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8197 _ACEOF
8198
8199
8200 fi
8201         fi
8202         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8203   case "x$with_xxf86vm" in
8204   x)   as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8205   xno) ;;
8206   *)   as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8207 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8208 esac
8209 fi
8210
8211                 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"
8212         then
8213             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8214 $as_echo_n "checking for -lXrender... " >&6; }
8215 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8216   $as_echo_n "(cached) " >&6
8217 else
8218   ac_check_soname_save_LIBS=$LIBS
8219 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8220   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8221 /* end confdefs.h.  */
8222
8223 /* Override any GCC internal prototype to avoid an error.
8224    Use char because int might match the return type of a GCC
8225    builtin and then its argument prototype would still apply.  */
8226 #ifdef __cplusplus
8227 extern "C"
8228 #endif
8229 char XRenderQueryExtension ();
8230 int
8231 main ()
8232 {
8233 return XRenderQueryExtension ();
8234   ;
8235   return 0;
8236 }
8237 _ACEOF
8238 if ac_fn_c_try_link "$LINENO"; then :
8239   case "$LIBEXT" in
8240     dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8241     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'` ;;
8242     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8243   esac
8244 fi
8245 rm -f core conftest.err conftest.$ac_objext \
8246     conftest$ac_exeext conftest.$ac_ext
8247   LIBS=$ac_check_soname_save_LIBS
8248 fi
8249 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8250   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8251 $as_echo "not found" >&6; }
8252
8253 else
8254   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8255 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8256
8257 cat >>confdefs.h <<_ACEOF
8258 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8259 _ACEOF
8260
8261        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8262 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8263 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8264   $as_echo_n "(cached) " >&6
8265 else
8266   ac_check_lib_save_LIBS=$LIBS
8267 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8268 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8269 /* end confdefs.h.  */
8270
8271 /* Override any GCC internal prototype to avoid an error.
8272    Use char because int might match the return type of a GCC
8273    builtin and then its argument prototype would still apply.  */
8274 #ifdef __cplusplus
8275 extern "C"
8276 #endif
8277 char XRenderSetPictureTransform ();
8278 int
8279 main ()
8280 {
8281 return XRenderSetPictureTransform ();
8282   ;
8283   return 0;
8284 }
8285 _ACEOF
8286 if ac_fn_c_try_link "$LINENO"; then :
8287   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8288 else
8289   ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8290 fi
8291 rm -f core conftest.err conftest.$ac_objext \
8292     conftest$ac_exeext conftest.$ac_ext
8293 LIBS=$ac_check_lib_save_LIBS
8294 fi
8295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8296 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8297 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8298
8299 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8300
8301 fi
8302
8303 fi
8304
8305         fi
8306         if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8307   case "x$with_xrender" in
8308   x)   as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8309   xno) ;;
8310   *)   as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8311 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8312 esac
8313 fi
8314
8315                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8316         then
8317                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8318 /* end confdefs.h.  */
8319 #include <X11/Xlib.h>
8320 #include <X11/extensions/Xrandr.h>
8321 int
8322 main ()
8323 {
8324 static typeof(XRRSetScreenConfigAndRate) * func;
8325   ;
8326   return 0;
8327 }
8328 _ACEOF
8329 if ac_fn_c_try_compile "$LINENO"; then :
8330   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8331 $as_echo_n "checking for -lXrandr... " >&6; }
8332 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8333   $as_echo_n "(cached) " >&6
8334 else
8335   ac_check_soname_save_LIBS=$LIBS
8336 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8337   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8338 /* end confdefs.h.  */
8339
8340 /* Override any GCC internal prototype to avoid an error.
8341    Use char because int might match the return type of a GCC
8342    builtin and then its argument prototype would still apply.  */
8343 #ifdef __cplusplus
8344 extern "C"
8345 #endif
8346 char XRRQueryExtension ();
8347 int
8348 main ()
8349 {
8350 return XRRQueryExtension ();
8351   ;
8352   return 0;
8353 }
8354 _ACEOF
8355 if ac_fn_c_try_link "$LINENO"; then :
8356   case "$LIBEXT" in
8357     dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8358     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'` ;;
8359     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
8360   esac
8361 fi
8362 rm -f core conftest.err conftest.$ac_objext \
8363     conftest$ac_exeext conftest.$ac_ext
8364   LIBS=$ac_check_soname_save_LIBS
8365 fi
8366 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8367   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8368 $as_echo "not found" >&6; }
8369
8370 else
8371   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8372 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8373
8374 cat >>confdefs.h <<_ACEOF
8375 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8376 _ACEOF
8377
8378
8379 fi
8380 fi
8381 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8382         fi
8383         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8384   case "x$with_xrandr" in
8385   x)   as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8386   xno) ;;
8387   *)   as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8388 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8389 esac
8390 fi
8391
8392                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8393         then
8394                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8395 /* end confdefs.h.  */
8396 #include <X11/Xlib.h>
8397 #include <X11/extensions/Xinerama.h>
8398 int
8399 main ()
8400 {
8401 static typeof(XineramaQueryScreens) * func;
8402   ;
8403   return 0;
8404 }
8405 _ACEOF
8406 if ac_fn_c_try_compile "$LINENO"; then :
8407   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8408 $as_echo_n "checking for -lXinerama... " >&6; }
8409 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8410   $as_echo_n "(cached) " >&6
8411 else
8412   ac_check_soname_save_LIBS=$LIBS
8413 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8414   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8415 /* end confdefs.h.  */
8416
8417 /* Override any GCC internal prototype to avoid an error.
8418    Use char because int might match the return type of a GCC
8419    builtin and then its argument prototype would still apply.  */
8420 #ifdef __cplusplus
8421 extern "C"
8422 #endif
8423 char XineramaQueryScreens ();
8424 int
8425 main ()
8426 {
8427 return XineramaQueryScreens ();
8428   ;
8429   return 0;
8430 }
8431 _ACEOF
8432 if ac_fn_c_try_link "$LINENO"; then :
8433   case "$LIBEXT" in
8434     dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8435     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'` ;;
8436     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
8437   esac
8438 fi
8439 rm -f core conftest.err conftest.$ac_objext \
8440     conftest$ac_exeext conftest.$ac_ext
8441   LIBS=$ac_check_soname_save_LIBS
8442 fi
8443 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8444   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8445 $as_echo "not found" >&6; }
8446
8447 else
8448   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8449 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8450
8451 cat >>confdefs.h <<_ACEOF
8452 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8453 _ACEOF
8454
8455
8456 fi
8457 fi
8458 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8459         fi
8460         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8461   case "x$with_xinerama" in
8462   x)   as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8463   xno) ;;
8464   *)   as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8465 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8466 esac
8467 fi
8468
8469                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8470         then
8471             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8472 $as_echo_n "checking for -lXcomposite... " >&6; }
8473 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8474   $as_echo_n "(cached) " >&6
8475 else
8476   ac_check_soname_save_LIBS=$LIBS
8477 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8478   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8479 /* end confdefs.h.  */
8480
8481 /* Override any GCC internal prototype to avoid an error.
8482    Use char because int might match the return type of a GCC
8483    builtin and then its argument prototype would still apply.  */
8484 #ifdef __cplusplus
8485 extern "C"
8486 #endif
8487 char XCompositeRedirectWindow ();
8488 int
8489 main ()
8490 {
8491 return XCompositeRedirectWindow ();
8492   ;
8493   return 0;
8494 }
8495 _ACEOF
8496 if ac_fn_c_try_link "$LINENO"; then :
8497   case "$LIBEXT" in
8498     dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8499     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'` ;;
8500     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8501   esac
8502 fi
8503 rm -f core conftest.err conftest.$ac_objext \
8504     conftest$ac_exeext conftest.$ac_ext
8505   LIBS=$ac_check_soname_save_LIBS
8506 fi
8507 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8508   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8509 $as_echo "not found" >&6; }
8510
8511 else
8512   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8513 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8514
8515 cat >>confdefs.h <<_ACEOF
8516 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8517 _ACEOF
8518
8519
8520 fi
8521         fi
8522         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8523   case "x$with_xcomposite" in
8524   x)   as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8525   xno) ;;
8526   *)   as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8527 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8528 esac
8529 fi
8530
8531                 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8532 #include <X11/Xlib.h>
8533 #endif
8534 "
8535 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8536
8537 cat >>confdefs.h <<_ACEOF
8538 #define HAVE_XICCALLBACK_CALLBACK 1
8539 _ACEOF
8540
8541
8542 fi
8543
8544
8545
8546         opengl_msg=""
8547     if test "x$with_opengl" != "xno"
8548     then
8549         for ac_header in GL/gl.h GL/glx.h GL/glu.h
8550 do :
8551   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8552 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8553 # include <GL/glx.h>
8554 #endif
8555 "
8556 eval as_val=\$$as_ac_Header
8557    if test "x$as_val" = x""yes; then :
8558   cat >>confdefs.h <<_ACEOF
8559 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8560 _ACEOF
8561
8562 fi
8563
8564 done
8565
8566         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8567         then
8568                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8569 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8570 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8571   $as_echo_n "(cached) " >&6
8572 else
8573   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8574 /* end confdefs.h.  */
8575 #include <GL/gl.h>
8576 int
8577 main ()
8578 {
8579 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8580   ;
8581   return 0;
8582 }
8583 _ACEOF
8584 if ac_fn_c_try_compile "$LINENO"; then :
8585   wine_cv_opengl_header_version_OK="yes"
8586 else
8587   wine_cv_opengl_header_version_OK="no"
8588 fi
8589 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8590 fi
8591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8592 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8593
8594             if test "$wine_cv_opengl_header_version_OK" = "yes"
8595             then
8596                                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8597 $as_echo_n "checking for -lGL... " >&6; }
8598 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8599   $as_echo_n "(cached) " >&6
8600 else
8601   ac_check_soname_save_LIBS=$LIBS
8602 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8603   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8604 /* end confdefs.h.  */
8605
8606 /* Override any GCC internal prototype to avoid an error.
8607    Use char because int might match the return type of a GCC
8608    builtin and then its argument prototype would still apply.  */
8609 #ifdef __cplusplus
8610 extern "C"
8611 #endif
8612 char glXCreateContext ();
8613 int
8614 main ()
8615 {
8616 return glXCreateContext ();
8617   ;
8618   return 0;
8619 }
8620 _ACEOF
8621 if ac_fn_c_try_link "$LINENO"; then :
8622   case "$LIBEXT" in
8623     dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8624     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'` ;;
8625     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8626   esac
8627 fi
8628 rm -f core conftest.err conftest.$ac_objext \
8629     conftest$ac_exeext conftest.$ac_ext
8630   LIBS=$ac_check_soname_save_LIBS
8631 fi
8632 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8633   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8634 $as_echo "not found" >&6; }
8635        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8636 $as_echo_n "checking for -lGL... " >&6; }
8637 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8638   $as_echo_n "(cached) " >&6
8639 else
8640   ac_check_soname_save_LIBS=$LIBS
8641 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"
8642   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8643 /* end confdefs.h.  */
8644
8645 /* Override any GCC internal prototype to avoid an error.
8646    Use char because int might match the return type of a GCC
8647    builtin and then its argument prototype would still apply.  */
8648 #ifdef __cplusplus
8649 extern "C"
8650 #endif
8651 char glXCreateContext ();
8652 int
8653 main ()
8654 {
8655 return glXCreateContext ();
8656   ;
8657   return 0;
8658 }
8659 _ACEOF
8660 if ac_fn_c_try_link "$LINENO"; then :
8661   case "$LIBEXT" in
8662     dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8663     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'` ;;
8664     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8665   esac
8666 fi
8667 rm -f core conftest.err conftest.$ac_objext \
8668     conftest$ac_exeext conftest.$ac_ext
8669   LIBS=$ac_check_soname_save_LIBS
8670 fi
8671 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8672   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8673 $as_echo "not found" >&6; }
8674        if test -f /usr/X11R6/lib/libGL.a
8675                                     then
8676                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8677 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8678                                     else
8679                                         opengl_msg="No OpenGL library found on this system."
8680                                     fi
8681 else
8682   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8683 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8684
8685 cat >>confdefs.h <<_ACEOF
8686 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8687 _ACEOF
8688
8689        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"
8690
8691 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8692
8693 fi
8694 else
8695   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8696 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8697
8698 cat >>confdefs.h <<_ACEOF
8699 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8700 _ACEOF
8701
8702        OPENGL_LIBS="-lGL"
8703
8704 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8705
8706 fi
8707                  if test "$ac_cv_header_GL_glu_h" = "yes"
8708                  then
8709                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8710 $as_echo_n "checking for -lGLU... " >&6; }
8711 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8712   $as_echo_n "(cached) " >&6
8713 else
8714   ac_check_soname_save_LIBS=$LIBS
8715 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8716   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8717 /* end confdefs.h.  */
8718
8719 /* Override any GCC internal prototype to avoid an error.
8720    Use char because int might match the return type of a GCC
8721    builtin and then its argument prototype would still apply.  */
8722 #ifdef __cplusplus
8723 extern "C"
8724 #endif
8725 char gluLookAt ();
8726 int
8727 main ()
8728 {
8729 return gluLookAt ();
8730   ;
8731   return 0;
8732 }
8733 _ACEOF
8734 if ac_fn_c_try_link "$LINENO"; then :
8735   case "$LIBEXT" in
8736     dll) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8737     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'` ;;
8738     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
8739   esac
8740 fi
8741 rm -f core conftest.err conftest.$ac_objext \
8742     conftest$ac_exeext conftest.$ac_ext
8743   LIBS=$ac_check_soname_save_LIBS
8744 fi
8745 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8746   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8747 $as_echo "not found" >&6; }
8748
8749 else
8750   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8751 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8752
8753 cat >>confdefs.h <<_ACEOF
8754 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8755 _ACEOF
8756
8757
8758 fi
8759                  fi
8760                  if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8761   case "x$with_glu" in
8762   x)   as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8763   xno) ;;
8764   *)   as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8765 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8766 esac
8767 fi
8768              else
8769                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8770              fi
8771          else
8772              opengl_msg="OpenGL development headers not found."
8773          fi
8774          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8775          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8776     else
8777          enable_opengl32=${enable_opengl32:-no}
8778          enable_glu32=${enable_glu32:-no}
8779     fi
8780     if test -n "$opengl_msg"; then :
8781   case "x$with_opengl" in
8782   x)   as_fn_append wine_warnings "|$opengl_msg
8783 OpenGL and Direct3D won't be supported." ;;
8784   xno) ;;
8785   *)   as_fn_error "$opengl_msg
8786 OpenGL and Direct3D won't be supported.
8787 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8788 esac
8789 fi
8790
8791         NASLIBS=""
8792
8793     for ac_header in audio/audiolib.h
8794 do :
8795   ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8796 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8797   cat >>confdefs.h <<_ACEOF
8798 #define HAVE_AUDIO_AUDIOLIB_H 1
8799 _ACEOF
8800  for ac_header in audio/soundlib.h
8801 do :
8802   ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8803 "
8804 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8805   cat >>confdefs.h <<_ACEOF
8806 #define HAVE_AUDIO_SOUNDLIB_H 1
8807 _ACEOF
8808
8809 fi
8810
8811 done
8812
8813           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8814 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8815 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8816   $as_echo_n "(cached) " >&6
8817 else
8818   ac_check_lib_save_LIBS=$LIBS
8819 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8821 /* end confdefs.h.  */
8822
8823 /* Override any GCC internal prototype to avoid an error.
8824    Use char because int might match the return type of a GCC
8825    builtin and then its argument prototype would still apply.  */
8826 #ifdef __cplusplus
8827 extern "C"
8828 #endif
8829 char AuCreateFlow ();
8830 int
8831 main ()
8832 {
8833 return AuCreateFlow ();
8834   ;
8835   return 0;
8836 }
8837 _ACEOF
8838 if ac_fn_c_try_link "$LINENO"; then :
8839   ac_cv_lib_audio_AuCreateFlow=yes
8840 else
8841   ac_cv_lib_audio_AuCreateFlow=no
8842 fi
8843 rm -f core conftest.err conftest.$ac_objext \
8844     conftest$ac_exeext conftest.$ac_ext
8845 LIBS=$ac_check_lib_save_LIBS
8846 fi
8847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8848 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8849 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8850
8851 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8852
8853                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8854 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8855 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8856   $as_echo_n "(cached) " >&6
8857 else
8858   ac_check_lib_save_LIBS=$LIBS
8859 LIBS="-lXau $X_LIBS $LIBS"
8860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8861 /* end confdefs.h.  */
8862
8863 /* Override any GCC internal prototype to avoid an error.
8864    Use char because int might match the return type of a GCC
8865    builtin and then its argument prototype would still apply.  */
8866 #ifdef __cplusplus
8867 extern "C"
8868 #endif
8869 char XauGetBestAuthByAddr ();
8870 int
8871 main ()
8872 {
8873 return XauGetBestAuthByAddr ();
8874   ;
8875   return 0;
8876 }
8877 _ACEOF
8878 if ac_fn_c_try_link "$LINENO"; then :
8879   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8880 else
8881   ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8882 fi
8883 rm -f core conftest.err conftest.$ac_objext \
8884     conftest$ac_exeext conftest.$ac_ext
8885 LIBS=$ac_check_lib_save_LIBS
8886 fi
8887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8888 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8889 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
8890   NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8891 else
8892   NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8893 fi
8894
8895
8896 fi
8897
8898 fi
8899
8900 done
8901
8902
8903     CPPFLAGS="$ac_save_CPPFLAGS"
8904 else
8905     XLIB=""
8906     X_CFLAGS=""
8907     X_LIBS=""
8908     enable_winex11_drv=${enable_winex11_drv:-no}
8909     enable_opengl32=${enable_opengl32:-no}
8910     enable_glu32=${enable_glu32:-no}
8911 fi
8912 if test "x$XLIB" = "x"; then :
8913   case "x$with_x" in
8914   xno) ;;
8915   *)   as_fn_error "X ${notice_platform}development files not found. Wine will be built
8916 without X support, which probably isn't what you want. You will need to install
8917 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
8918 Use the --without-x option if you really want this." "$LINENO" 5 ;;
8919 esac
8920 fi
8921
8922
8923 XML2LIBS=""
8924
8925 XML2INCL=""
8926
8927 XSLTINCL=""
8928
8929 if test "x$with_xml" != "xno"
8930 then
8931     ac_save_CPPFLAGS="$CPPFLAGS"
8932     if test "$PKG_CONFIG" != "false"
8933     then
8934         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
8935         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
8936     else
8937         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
8938         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
8939     fi
8940     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
8941     for ac_header in libxml/parser.h
8942 do :
8943   ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
8944 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
8945   cat >>confdefs.h <<_ACEOF
8946 #define HAVE_LIBXML_PARSER_H 1
8947 _ACEOF
8948  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
8949 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
8950 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
8951   $as_echo_n "(cached) " >&6
8952 else
8953   ac_check_lib_save_LIBS=$LIBS
8954 LIBS="-lxml2 $ac_xml_libs $LIBS"
8955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8956 /* end confdefs.h.  */
8957
8958 /* Override any GCC internal prototype to avoid an error.
8959    Use char because int might match the return type of a GCC
8960    builtin and then its argument prototype would still apply.  */
8961 #ifdef __cplusplus
8962 extern "C"
8963 #endif
8964 char xmlParseMemory ();
8965 int
8966 main ()
8967 {
8968 return xmlParseMemory ();
8969   ;
8970   return 0;
8971 }
8972 _ACEOF
8973 if ac_fn_c_try_link "$LINENO"; then :
8974   ac_cv_lib_xml2_xmlParseMemory=yes
8975 else
8976   ac_cv_lib_xml2_xmlParseMemory=no
8977 fi
8978 rm -f core conftest.err conftest.$ac_objext \
8979     conftest$ac_exeext conftest.$ac_ext
8980 LIBS=$ac_check_lib_save_LIBS
8981 fi
8982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
8983 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
8984 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
8985
8986 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
8987
8988                  XML2LIBS="$ac_xml_libs"
8989                  XML2INCL="$ac_xml_cflags"
8990 fi
8991
8992              { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
8993 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
8994 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
8995   $as_echo_n "(cached) " >&6
8996 else
8997   ac_check_lib_save_LIBS=$LIBS
8998 LIBS="-lxml2 $ac_xml_libs $LIBS"
8999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9000 /* end confdefs.h.  */
9001
9002 /* Override any GCC internal prototype to avoid an error.
9003    Use char because int might match the return type of a GCC
9004    builtin and then its argument prototype would still apply.  */
9005 #ifdef __cplusplus
9006 extern "C"
9007 #endif
9008 char xmlReadMemory ();
9009 int
9010 main ()
9011 {
9012 return xmlReadMemory ();
9013   ;
9014   return 0;
9015 }
9016 _ACEOF
9017 if ac_fn_c_try_link "$LINENO"; then :
9018   ac_cv_lib_xml2_xmlReadMemory=yes
9019 else
9020   ac_cv_lib_xml2_xmlReadMemory=no
9021 fi
9022 rm -f core conftest.err conftest.$ac_objext \
9023     conftest$ac_exeext conftest.$ac_ext
9024 LIBS=$ac_check_lib_save_LIBS
9025 fi
9026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9027 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9028 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
9029
9030 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9031
9032 fi
9033
9034              { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9035 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9036 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9037   $as_echo_n "(cached) " >&6
9038 else
9039   ac_check_lib_save_LIBS=$LIBS
9040 LIBS="-lxml2 $ac_xml_libs $LIBS"
9041 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9042 /* end confdefs.h.  */
9043
9044 /* Override any GCC internal prototype to avoid an error.
9045    Use char because int might match the return type of a GCC
9046    builtin and then its argument prototype would still apply.  */
9047 #ifdef __cplusplus
9048 extern "C"
9049 #endif
9050 char xmlNewDocPI ();
9051 int
9052 main ()
9053 {
9054 return xmlNewDocPI ();
9055   ;
9056   return 0;
9057 }
9058 _ACEOF
9059 if ac_fn_c_try_link "$LINENO"; then :
9060   ac_cv_lib_xml2_xmlNewDocPI=yes
9061 else
9062   ac_cv_lib_xml2_xmlNewDocPI=no
9063 fi
9064 rm -f core conftest.err conftest.$ac_objext \
9065     conftest$ac_exeext conftest.$ac_ext
9066 LIBS=$ac_check_lib_save_LIBS
9067 fi
9068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9069 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9070 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9071
9072 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9073
9074 fi
9075
9076
9077 fi
9078
9079 done
9080
9081     CPPFLAGS="$ac_save_CPPFLAGS"
9082 fi
9083 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9084   case "x$with_xml" in
9085   x)   as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9086   xno) ;;
9087   *)   as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9088 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9089 esac
9090 fi
9091
9092 if test "x$with_xslt" != "xno"
9093 then
9094     if test "$PKG_CONFIG" != "false"
9095     then
9096         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9097         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9098     else
9099         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9100         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9101     fi
9102     ac_save_CPPFLAGS="$CPPFLAGS"
9103     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9104     for ac_header in libxslt/pattern.h libxslt/transform.h
9105 do :
9106   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9107 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9108 # include <libxslt/pattern.h>
9109 #endif
9110 "
9111 eval as_val=\$$as_ac_Header
9112    if test "x$as_val" = x""yes; then :
9113   cat >>confdefs.h <<_ACEOF
9114 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9115 _ACEOF
9116
9117 fi
9118
9119 done
9120
9121     CPPFLAGS="$ac_save_CPPFLAGS"
9122     if test "$ac_cv_header_libxslt_transform_h" = "yes"
9123     then
9124         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9125 $as_echo_n "checking for -lxslt... " >&6; }
9126 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9127   $as_echo_n "(cached) " >&6
9128 else
9129   ac_check_soname_save_LIBS=$LIBS
9130 LIBS="-lxslt $ac_xslt_libs $LIBS"
9131   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9132 /* end confdefs.h.  */
9133
9134 /* Override any GCC internal prototype to avoid an error.
9135    Use char because int might match the return type of a GCC
9136    builtin and then its argument prototype would still apply.  */
9137 #ifdef __cplusplus
9138 extern "C"
9139 #endif
9140 char xsltCompilePattern ();
9141 int
9142 main ()
9143 {
9144 return xsltCompilePattern ();
9145   ;
9146   return 0;
9147 }
9148 _ACEOF
9149 if ac_fn_c_try_link "$LINENO"; then :
9150   case "$LIBEXT" in
9151     dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9152     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'` ;;
9153     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9154   esac
9155 fi
9156 rm -f core conftest.err conftest.$ac_objext \
9157     conftest$ac_exeext conftest.$ac_ext
9158   LIBS=$ac_check_soname_save_LIBS
9159 fi
9160 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9161   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9162 $as_echo "not found" >&6; }
9163
9164 else
9165   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9166 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9167
9168 cat >>confdefs.h <<_ACEOF
9169 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9170 _ACEOF
9171
9172        XSLTINCL="$ac_xslt_cflags"
9173 fi
9174     fi
9175 fi
9176 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9177   case "x$with_xslt" in
9178   x)   as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9179   xno) ;;
9180   *)   as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9181 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9182 esac
9183 fi
9184
9185 HALINCL=""
9186
9187 if test "x$with_hal" != "xno"
9188 then
9189     ac_save_CPPFLAGS="$CPPFLAGS"
9190     if test "$PKG_CONFIG" != "false"
9191     then
9192         ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9193         ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9194         CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9195     fi
9196     for ac_header in dbus/dbus.h hal/libhal.h
9197 do :
9198   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9199 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9200 eval as_val=\$$as_ac_Header
9201    if test "x$as_val" = x""yes; then :
9202   cat >>confdefs.h <<_ACEOF
9203 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9204 _ACEOF
9205
9206 fi
9207
9208 done
9209
9210     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9211     then
9212         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9213 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9214 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9215   $as_echo_n "(cached) " >&6
9216 else
9217   ac_check_lib_save_LIBS=$LIBS
9218 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9220 /* end confdefs.h.  */
9221
9222 /* Override any GCC internal prototype to avoid an error.
9223    Use char because int might match the return type of a GCC
9224    builtin and then its argument prototype would still apply.  */
9225 #ifdef __cplusplus
9226 extern "C"
9227 #endif
9228 char dbus_connection_close ();
9229 int
9230 main ()
9231 {
9232 return dbus_connection_close ();
9233   ;
9234   return 0;
9235 }
9236 _ACEOF
9237 if ac_fn_c_try_link "$LINENO"; then :
9238   ac_cv_lib_dbus_1_dbus_connection_close=yes
9239 else
9240   ac_cv_lib_dbus_1_dbus_connection_close=no
9241 fi
9242 rm -f core conftest.err conftest.$ac_objext \
9243     conftest$ac_exeext conftest.$ac_ext
9244 LIBS=$ac_check_lib_save_LIBS
9245 fi
9246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9247 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9248 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9249   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9250 $as_echo_n "checking for -lhal... " >&6; }
9251 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9252   $as_echo_n "(cached) " >&6
9253 else
9254   ac_check_soname_save_LIBS=$LIBS
9255 LIBS="-lhal $ac_hal_libs $LIBS"
9256   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9257 /* end confdefs.h.  */
9258
9259 /* Override any GCC internal prototype to avoid an error.
9260    Use char because int might match the return type of a GCC
9261    builtin and then its argument prototype would still apply.  */
9262 #ifdef __cplusplus
9263 extern "C"
9264 #endif
9265 char libhal_ctx_new ();
9266 int
9267 main ()
9268 {
9269 return libhal_ctx_new ();
9270   ;
9271   return 0;
9272 }
9273 _ACEOF
9274 if ac_fn_c_try_link "$LINENO"; then :
9275   case "$LIBEXT" in
9276     dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9277     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'` ;;
9278     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
9279   esac
9280 fi
9281 rm -f core conftest.err conftest.$ac_objext \
9282     conftest$ac_exeext conftest.$ac_ext
9283   LIBS=$ac_check_soname_save_LIBS
9284 fi
9285 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9286   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9287 $as_echo "not found" >&6; }
9288
9289 else
9290   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9291 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9292
9293 cat >>confdefs.h <<_ACEOF
9294 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9295 _ACEOF
9296
9297        HALINCL="$ac_hal_cflags"
9298 fi
9299 fi
9300
9301     fi
9302     CPPFLAGS="$ac_save_CPPFLAGS"
9303 fi
9304 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9305   case "x$with_hal" in
9306   x)   as_fn_append wine_notices "|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9307   xno) ;;
9308   *)   as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9309 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9310 esac
9311 fi
9312
9313 if test "x$with_gnutls" != "xno"
9314 then
9315     ac_save_CPPFLAGS="$CPPFLAGS"
9316     if test "$PKG_CONFIG" != "false"
9317     then
9318         ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9319         ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9320         CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9321     fi
9322     ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9323 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9324   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9325 /* end confdefs.h.  */
9326 #include <gnutls/gnutls.h>
9327 int
9328 main ()
9329 {
9330 typeof(gnutls_mac_get_key_size) *pfunc;
9331   ;
9332   return 0;
9333 }
9334 _ACEOF
9335 if ac_fn_c_try_compile "$LINENO"; then :
9336   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9337 $as_echo_n "checking for -lgnutls... " >&6; }
9338 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9339   $as_echo_n "(cached) " >&6
9340 else
9341   ac_check_soname_save_LIBS=$LIBS
9342 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9343   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9344 /* end confdefs.h.  */
9345
9346 /* Override any GCC internal prototype to avoid an error.
9347    Use char because int might match the return type of a GCC
9348    builtin and then its argument prototype would still apply.  */
9349 #ifdef __cplusplus
9350 extern "C"
9351 #endif
9352 char gnutls_global_init ();
9353 int
9354 main ()
9355 {
9356 return gnutls_global_init ();
9357   ;
9358   return 0;
9359 }
9360 _ACEOF
9361 if ac_fn_c_try_link "$LINENO"; then :
9362   case "$LIBEXT" in
9363     dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9364     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'` ;;
9365     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9366   esac
9367 fi
9368 rm -f core conftest.err conftest.$ac_objext \
9369     conftest$ac_exeext conftest.$ac_ext
9370   LIBS=$ac_check_soname_save_LIBS
9371 fi
9372 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9373   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9374 $as_echo "not found" >&6; }
9375
9376 else
9377   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9378 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9379
9380 cat >>confdefs.h <<_ACEOF
9381 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9382 _ACEOF
9383
9384        GNUTLSINCL="$ac_gnutls_cflags"
9385
9386 fi
9387 fi
9388 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9389 fi
9390
9391
9392     CPPFLAGS="$ac_save_CPPFLAGS"
9393 fi
9394 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9395   case "x$with_gnutls" in
9396   x)   as_fn_append wine_notices "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9397   xno) ;;
9398   *)   as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9399 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9400 esac
9401 fi
9402
9403 CURSESLIBS=""
9404 if test "$ac_cv_header_ncurses_h" = "yes"
9405 then
9406     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9407 $as_echo_n "checking for -lncurses... " >&6; }
9408 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9409   $as_echo_n "(cached) " >&6
9410 else
9411   ac_check_soname_save_LIBS=$LIBS
9412 LIBS="-lncurses  $LIBS"
9413   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9414 /* end confdefs.h.  */
9415
9416 /* Override any GCC internal prototype to avoid an error.
9417    Use char because int might match the return type of a GCC
9418    builtin and then its argument prototype would still apply.  */
9419 #ifdef __cplusplus
9420 extern "C"
9421 #endif
9422 char waddch ();
9423 int
9424 main ()
9425 {
9426 return waddch ();
9427   ;
9428   return 0;
9429 }
9430 _ACEOF
9431 if ac_fn_c_try_link "$LINENO"; then :
9432   case "$LIBEXT" in
9433     dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9434     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'` ;;
9435     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
9436   esac
9437 fi
9438 rm -f core conftest.err conftest.$ac_objext \
9439     conftest$ac_exeext conftest.$ac_ext
9440   LIBS=$ac_check_soname_save_LIBS
9441 fi
9442 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9443   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9444 $as_echo "not found" >&6; }
9445
9446 else
9447   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9448 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9449
9450 cat >>confdefs.h <<_ACEOF
9451 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9452 _ACEOF
9453
9454        CURSESLIBS="-lncurses"
9455 fi
9456 elif test "$ac_cv_header_curses_h" = "yes"
9457 then
9458     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9459 $as_echo_n "checking for -lcurses... " >&6; }
9460 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9461   $as_echo_n "(cached) " >&6
9462 else
9463   ac_check_soname_save_LIBS=$LIBS
9464 LIBS="-lcurses  $LIBS"
9465   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9466 /* end confdefs.h.  */
9467
9468 /* Override any GCC internal prototype to avoid an error.
9469    Use char because int might match the return type of a GCC
9470    builtin and then its argument prototype would still apply.  */
9471 #ifdef __cplusplus
9472 extern "C"
9473 #endif
9474 char waddch ();
9475 int
9476 main ()
9477 {
9478 return waddch ();
9479   ;
9480   return 0;
9481 }
9482 _ACEOF
9483 if ac_fn_c_try_link "$LINENO"; then :
9484   case "$LIBEXT" in
9485     dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9486     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'` ;;
9487     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9488   esac
9489 fi
9490 rm -f core conftest.err conftest.$ac_objext \
9491     conftest$ac_exeext conftest.$ac_ext
9492   LIBS=$ac_check_soname_save_LIBS
9493 fi
9494 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9495   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9496 $as_echo "not found" >&6; }
9497
9498 else
9499   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9500 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9501
9502 cat >>confdefs.h <<_ACEOF
9503 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9504 _ACEOF
9505
9506        CURSESLIBS="-lcurses"
9507 fi
9508 fi
9509 ac_save_LIBS="$LIBS"
9510 LIBS="$LIBS $CURSESLIBS"
9511 for ac_func in mousemask
9512 do :
9513   ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9514 if test "x$ac_cv_func_mousemask" = x""yes; then :
9515   cat >>confdefs.h <<_ACEOF
9516 #define HAVE_MOUSEMASK 1
9517 _ACEOF
9518
9519 fi
9520 done
9521
9522 LIBS="$ac_save_LIBS"
9523 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9524   case "x$with_curses" in
9525   x)   as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9526   xno) ;;
9527   *)   as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9528 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9529 esac
9530 fi
9531
9532 if test "x$with_sane" != "xno"
9533 then
9534     ac_save_CPPFLAGS="$CPPFLAGS"
9535     # Extract the first word of "sane-config", so it can be a program name with args.
9536 set dummy sane-config; ac_word=$2
9537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9538 $as_echo_n "checking for $ac_word... " >&6; }
9539 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9540   $as_echo_n "(cached) " >&6
9541 else
9542   if test -n "$sane_devel"; then
9543   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9544 else
9545 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9546 for as_dir in $PATH
9547 do
9548   IFS=$as_save_IFS
9549   test -z "$as_dir" && as_dir=.
9550     for ac_exec_ext in '' $ac_executable_extensions; do
9551   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9552     ac_cv_prog_sane_devel="sane-config"
9553     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9554     break 2
9555   fi
9556 done
9557   done
9558 IFS=$as_save_IFS
9559
9560   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9561 fi
9562 fi
9563 sane_devel=$ac_cv_prog_sane_devel
9564 if test -n "$sane_devel"; then
9565   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9566 $as_echo "$sane_devel" >&6; }
9567 else
9568   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9569 $as_echo "no" >&6; }
9570 fi
9571
9572
9573     if test "$sane_devel" != "no"
9574     then
9575         ac_sane_incl="`$sane_devel --cflags`"
9576         ac_sane_libs="`$sane_devel --ldflags`"
9577         CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9578     fi
9579     ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9580 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9581   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9582 $as_echo_n "checking for -lsane... " >&6; }
9583 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9584   $as_echo_n "(cached) " >&6
9585 else
9586   ac_check_soname_save_LIBS=$LIBS
9587 LIBS="-lsane $ac_sane_libs $LIBS"
9588   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9589 /* end confdefs.h.  */
9590
9591 /* Override any GCC internal prototype to avoid an error.
9592    Use char because int might match the return type of a GCC
9593    builtin and then its argument prototype would still apply.  */
9594 #ifdef __cplusplus
9595 extern "C"
9596 #endif
9597 char sane_init ();
9598 int
9599 main ()
9600 {
9601 return sane_init ();
9602   ;
9603   return 0;
9604 }
9605 _ACEOF
9606 if ac_fn_c_try_link "$LINENO"; then :
9607   case "$LIBEXT" in
9608     dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9609     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'` ;;
9610     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9611   esac
9612 fi
9613 rm -f core conftest.err conftest.$ac_objext \
9614     conftest$ac_exeext conftest.$ac_ext
9615   LIBS=$ac_check_soname_save_LIBS
9616 fi
9617 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9618   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9619 $as_echo "not found" >&6; }
9620
9621 else
9622   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9623 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9624
9625 cat >>confdefs.h <<_ACEOF
9626 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9627 _ACEOF
9628
9629        SANEINCL="$ac_sane_incl"
9630
9631 fi
9632 fi
9633
9634
9635     CPPFLAGS="$ac_save_CPPFLAGS"
9636 fi
9637 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9638   case "x$with_sane" in
9639   x)   as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9640   xno) ;;
9641   *)   as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9642 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9643 esac
9644 fi
9645
9646 if test "x$with_v4l" != "xno"
9647 then
9648     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
9649 $as_echo_n "checking for -lv4l1... " >&6; }
9650 if test "${ac_cv_lib_soname_v4l1+set}" = set; then :
9651   $as_echo_n "(cached) " >&6
9652 else
9653   ac_check_soname_save_LIBS=$LIBS
9654 LIBS="-lv4l1  $LIBS"
9655   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9656 /* end confdefs.h.  */
9657
9658 /* Override any GCC internal prototype to avoid an error.
9659    Use char because int might match the return type of a GCC
9660    builtin and then its argument prototype would still apply.  */
9661 #ifdef __cplusplus
9662 extern "C"
9663 #endif
9664 char v4l1_open ();
9665 int
9666 main ()
9667 {
9668 return v4l1_open ();
9669   ;
9670   return 0;
9671 }
9672 _ACEOF
9673 if ac_fn_c_try_link "$LINENO"; then :
9674   case "$LIBEXT" in
9675     dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9676     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'` ;;
9677     *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9678   esac
9679 fi
9680 rm -f core conftest.err conftest.$ac_objext \
9681     conftest$ac_exeext conftest.$ac_ext
9682   LIBS=$ac_check_soname_save_LIBS
9683 fi
9684 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9685   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9686 $as_echo "not found" >&6; }
9687
9688 else
9689   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
9690 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
9691
9692 cat >>confdefs.h <<_ACEOF
9693 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
9694 _ACEOF
9695
9696
9697 fi
9698 fi
9699 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9700   case "x$with_v4l" in
9701   x)   as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
9702   xno) ;;
9703   *)   as_fn_error "libv4l ${notice_platform}development files not found.
9704 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
9705 esac
9706 fi
9707
9708 if test "x$with_gphoto" != "xno"
9709 then
9710     ac_save_CPPFLAGS="$CPPFLAGS"
9711     # Extract the first word of "gphoto2-config", so it can be a program name with args.
9712 set dummy gphoto2-config; ac_word=$2
9713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9714 $as_echo_n "checking for $ac_word... " >&6; }
9715 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9716   $as_echo_n "(cached) " >&6
9717 else
9718   if test -n "$gphoto2_devel"; then
9719   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9720 else
9721 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9722 for as_dir in $PATH
9723 do
9724   IFS=$as_save_IFS
9725   test -z "$as_dir" && as_dir=.
9726     for ac_exec_ext in '' $ac_executable_extensions; do
9727   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9728     ac_cv_prog_gphoto2_devel="gphoto2-config"
9729     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9730     break 2
9731   fi
9732 done
9733   done
9734 IFS=$as_save_IFS
9735
9736   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9737 fi
9738 fi
9739 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9740 if test -n "$gphoto2_devel"; then
9741   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9742 $as_echo "$gphoto2_devel" >&6; }
9743 else
9744   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9745 $as_echo "no" >&6; }
9746 fi
9747
9748
9749     # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9750 set dummy gphoto2-port-config; ac_word=$2
9751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9752 $as_echo_n "checking for $ac_word... " >&6; }
9753 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9754   $as_echo_n "(cached) " >&6
9755 else
9756   if test -n "$gphoto2port_devel"; then
9757   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9758 else
9759 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9760 for as_dir in $PATH
9761 do
9762   IFS=$as_save_IFS
9763   test -z "$as_dir" && as_dir=.
9764     for ac_exec_ext in '' $ac_executable_extensions; do
9765   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9766     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9767     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9768     break 2
9769   fi
9770 done
9771   done
9772 IFS=$as_save_IFS
9773
9774   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9775 fi
9776 fi
9777 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9778 if test -n "$gphoto2port_devel"; then
9779   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9780 $as_echo "$gphoto2port_devel" >&6; }
9781 else
9782   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9783 $as_echo "no" >&6; }
9784 fi
9785
9786
9787     if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9788     then
9789         ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9790         ac_gphoto2_libs=""
9791         for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9792         do
9793             case "$i" in
9794             -L/usr/lib|-L/usr/lib64) ;;
9795             -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9796             esac
9797         done
9798         CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9799     fi
9800     ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9801     ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9802 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9803   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9804 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9805 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9806   $as_echo_n "(cached) " >&6
9807 else
9808   ac_check_lib_save_LIBS=$LIBS
9809 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9811 /* end confdefs.h.  */
9812
9813 /* Override any GCC internal prototype to avoid an error.
9814    Use char because int might match the return type of a GCC
9815    builtin and then its argument prototype would still apply.  */
9816 #ifdef __cplusplus
9817 extern "C"
9818 #endif
9819 char gp_camera_new ();
9820 int
9821 main ()
9822 {
9823 return gp_camera_new ();
9824   ;
9825   return 0;
9826 }
9827 _ACEOF
9828 if ac_fn_c_try_link "$LINENO"; then :
9829   ac_cv_lib_gphoto2_gp_camera_new=yes
9830 else
9831   ac_cv_lib_gphoto2_gp_camera_new=no
9832 fi
9833 rm -f core conftest.err conftest.$ac_objext \
9834     conftest$ac_exeext conftest.$ac_ext
9835 LIBS=$ac_check_lib_save_LIBS
9836 fi
9837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9838 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9839 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9840
9841 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9842
9843                                    GPHOTO2LIBS="$ac_gphoto2_libs"
9844
9845                                    GPHOTO2INCL="$ac_gphoto2_incl"
9846
9847 fi
9848
9849 fi
9850
9851
9852     CPPFLAGS="$ac_save_CPPFLAGS"
9853 fi
9854 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9855   case "x$with_gphoto" in
9856   x)   as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9857   xno) ;;
9858   *)   as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9859 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9860 esac
9861 fi
9862
9863
9864 RESOLVLIBS=""
9865
9866 if test "$ac_cv_header_resolv_h" = "yes"
9867 then
9868     ac_save_LIBS="$LIBS"
9869     LIBS="$LIBS -lresolv"
9870     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9871 /* end confdefs.h.  */
9872 #ifdef HAVE_NETINET_IN_H
9873 #include <netinet/in.h>
9874 #endif
9875 #include <resolv.h>
9876 int
9877 main ()
9878 {
9879 res_init();
9880   ;
9881   return 0;
9882 }
9883 _ACEOF
9884 if ac_fn_c_try_link "$LINENO"; then :
9885
9886 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9887
9888          RESOLVLIBS="-lresolv"
9889 fi
9890 rm -f core conftest.err conftest.$ac_objext \
9891     conftest$ac_exeext conftest.$ac_ext
9892     LIBS="$ac_save_LIBS"
9893 fi
9894
9895 LCMSLIBS=""
9896
9897 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9898 then
9899     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9900 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9901 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9902   $as_echo_n "(cached) " >&6
9903 else
9904   ac_check_lib_save_LIBS=$LIBS
9905 LIBS="-llcms  $LIBS"
9906 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9907 /* end confdefs.h.  */
9908
9909 /* Override any GCC internal prototype to avoid an error.
9910    Use char because int might match the return type of a GCC
9911    builtin and then its argument prototype would still apply.  */
9912 #ifdef __cplusplus
9913 extern "C"
9914 #endif
9915 char cmsOpenProfileFromFile ();
9916 int
9917 main ()
9918 {
9919 return cmsOpenProfileFromFile ();
9920   ;
9921   return 0;
9922 }
9923 _ACEOF
9924 if ac_fn_c_try_link "$LINENO"; then :
9925   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
9926 else
9927   ac_cv_lib_lcms_cmsOpenProfileFromFile=no
9928 fi
9929 rm -f core conftest.err conftest.$ac_objext \
9930     conftest$ac_exeext conftest.$ac_ext
9931 LIBS=$ac_check_lib_save_LIBS
9932 fi
9933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
9934 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
9935 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
9936
9937 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
9938
9939          LCMSLIBS="-llcms"
9940 fi
9941
9942 fi
9943 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
9944   case "x$with_cms" in
9945   x)   as_fn_append wine_notices "|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
9946   xno) ;;
9947   *)   as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
9948 This is an error since --with-cms was requested." "$LINENO" 5 ;;
9949 esac
9950 fi
9951
9952 if test "x$with_freetype" != "xno"
9953 then
9954     for ac_prog in freetype-config freetype2-config
9955 do
9956   # Extract the first word of "$ac_prog", so it can be a program name with args.
9957 set dummy $ac_prog; ac_word=$2
9958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9959 $as_echo_n "checking for $ac_word... " >&6; }
9960 if test "${ac_cv_prog_ft_devel+set}" = set; then :
9961   $as_echo_n "(cached) " >&6
9962 else
9963   if test -n "$ft_devel"; then
9964   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
9965 else
9966 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9967 for as_dir in $PATH
9968 do
9969   IFS=$as_save_IFS
9970   test -z "$as_dir" && as_dir=.
9971     for ac_exec_ext in '' $ac_executable_extensions; do
9972   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9973     ac_cv_prog_ft_devel="$ac_prog"
9974     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9975     break 2
9976   fi
9977 done
9978   done
9979 IFS=$as_save_IFS
9980
9981 fi
9982 fi
9983 ft_devel=$ac_cv_prog_ft_devel
9984 if test -n "$ft_devel"; then
9985   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
9986 $as_echo "$ft_devel" >&6; }
9987 else
9988   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9989 $as_echo "no" >&6; }
9990 fi
9991
9992
9993   test -n "$ft_devel" && break
9994 done
9995 test -n "$ft_devel" || ft_devel="no"
9996
9997     if test "$ft_devel" != "no"
9998     then
9999         ac_freetype_incl=`$ft_devel --cflags`
10000         ac_freetype_libs=`$ft_devel --libs`
10001     fi
10002     ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
10003     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
10004 $as_echo_n "checking for -lfreetype... " >&6; }
10005 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
10006   $as_echo_n "(cached) " >&6
10007 else
10008   ac_check_soname_save_LIBS=$LIBS
10009 LIBS="-lfreetype $ac_freetype_libs $LIBS"
10010   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10011 /* end confdefs.h.  */
10012
10013 /* Override any GCC internal prototype to avoid an error.
10014    Use char because int might match the return type of a GCC
10015    builtin and then its argument prototype would still apply.  */
10016 #ifdef __cplusplus
10017 extern "C"
10018 #endif
10019 char FT_Init_FreeType ();
10020 int
10021 main ()
10022 {
10023 return FT_Init_FreeType ();
10024   ;
10025   return 0;
10026 }
10027 _ACEOF
10028 if ac_fn_c_try_link "$LINENO"; then :
10029   case "$LIBEXT" in
10030     dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10031     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'` ;;
10032     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
10033   esac
10034 fi
10035 rm -f core conftest.err conftest.$ac_objext \
10036     conftest$ac_exeext conftest.$ac_ext
10037   LIBS=$ac_check_soname_save_LIBS
10038 fi
10039 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10040   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10041 $as_echo "not found" >&6; }
10042        ft_lib=no
10043 else
10044   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10045 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10046
10047 cat >>confdefs.h <<_ACEOF
10048 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10049 _ACEOF
10050
10051        ft_lib=yes
10052 fi
10053     if test "$ft_lib" = "yes"
10054     then
10055         ac_save_CPPFLAGS="$CPPFLAGS"
10056         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10057         for ac_header in ft2build.h \
10058                          freetype/freetype.h \
10059                          freetype/ftglyph.h \
10060                          freetype/fttypes.h \
10061                          freetype/tttables.h \
10062                          freetype/ftsnames.h \
10063                          freetype/ttnameid.h \
10064                          freetype/ftoutln.h \
10065                          freetype/ftwinfnt.h \
10066                          freetype/ftmodapi.h \
10067                          freetype/ftlcdfil.h \
10068                          freetype/internal/sfnt.h
10069 do :
10070   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10071 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10072                           # include <ft2build.h>
10073                           #endif
10074 "
10075 eval as_val=\$$as_ac_Header
10076    if test "x$as_val" = x""yes; then :
10077   cat >>confdefs.h <<_ACEOF
10078 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10079 _ACEOF
10080
10081 fi
10082
10083 done
10084
10085         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10086 /* end confdefs.h.  */
10087 #include <ft2build.h>
10088                     #include <freetype/fttrigon.h>
10089 _ACEOF
10090 if ac_fn_c_try_cpp "$LINENO"; then :
10091
10092 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10093
10094                     wine_cv_fttrigon=yes
10095 else
10096   wine_cv_fttrigon=no
10097 fi
10098 rm -f conftest.err conftest.$ac_ext
10099         ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10100 "
10101 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10102
10103 cat >>confdefs.h <<_ACEOF
10104 #define HAVE_FT_TRUETYPEENGINETYPE 1
10105 _ACEOF
10106
10107
10108 fi
10109
10110         ac_save_CFLAGS="$CFLAGS"
10111         CFLAGS="$CFLAGS $ac_freetype_libs"
10112         for ac_func in FT_Load_Sfnt_Table
10113 do :
10114   ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10115 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10116   cat >>confdefs.h <<_ACEOF
10117 #define HAVE_FT_LOAD_SFNT_TABLE 1
10118 _ACEOF
10119
10120 fi
10121 done
10122
10123         CFLAGS="$ac_save_CFLAGS"
10124         CPPFLAGS="$ac_save_CPPFLAGS"
10125                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10126         then
10127
10128 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10129
10130             FREETYPELIBS="$ac_freetype_libs"
10131
10132             FREETYPEINCL="$ac_freetype_incl"
10133
10134         fi
10135     fi
10136 fi
10137 if test "x$FREETYPELIBS" = "x"; then :
10138   case "x$with_freetype" in
10139   xno) ;;
10140   *)   as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10141 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10142 esac
10143 fi
10144 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10145
10146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10147 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10148 if test "${ac_cv_c_ppdev+set}" = set; then :
10149   $as_echo_n "(cached) " >&6
10150 else
10151   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10152 /* end confdefs.h.  */
10153 #ifdef HAVE_SYS_IOCTL_H
10154 # include <sys/ioctl.h>
10155 #endif
10156 #include <linux/ppdev.h>
10157 int
10158 main ()
10159 {
10160 ioctl (1,PPCLAIM,0)
10161   ;
10162   return 0;
10163 }
10164 _ACEOF
10165 if ac_fn_c_try_compile "$LINENO"; then :
10166   ac_cv_c_ppdev="yes"
10167 else
10168   ac_cv_c_ppdev="no"
10169 fi
10170 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10171 fi
10172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10173 $as_echo "$ac_cv_c_ppdev" >&6; }
10174 if test "$ac_cv_c_ppdev" = "yes"
10175 then
10176
10177 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10178
10179 fi
10180
10181 ac_wine_check_funcs_save_LIBS="$LIBS"
10182 LIBS="$LIBS $LIBPTHREAD"
10183 for ac_func in \
10184         pthread_attr_get_np \
10185         pthread_getattr_np \
10186         pthread_get_stackaddr_np \
10187         pthread_get_stacksize_np
10188 do :
10189   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10190 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10191 eval as_val=\$$as_ac_var
10192    if test "x$as_val" = x""yes; then :
10193   cat >>confdefs.h <<_ACEOF
10194 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10195 _ACEOF
10196
10197 fi
10198 done
10199
10200 LIBS="$ac_wine_check_funcs_save_LIBS"
10201
10202 if test "$ac_cv_header_zlib_h" = "yes"
10203 then
10204     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10205 $as_echo_n "checking for inflate in -lz... " >&6; }
10206 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10207   $as_echo_n "(cached) " >&6
10208 else
10209   ac_check_lib_save_LIBS=$LIBS
10210 LIBS="-lz  $LIBS"
10211 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10212 /* end confdefs.h.  */
10213
10214 /* Override any GCC internal prototype to avoid an error.
10215    Use char because int might match the return type of a GCC
10216    builtin and then its argument prototype would still apply.  */
10217 #ifdef __cplusplus
10218 extern "C"
10219 #endif
10220 char inflate ();
10221 int
10222 main ()
10223 {
10224 return inflate ();
10225   ;
10226   return 0;
10227 }
10228 _ACEOF
10229 if ac_fn_c_try_link "$LINENO"; then :
10230   ac_cv_lib_z_inflate=yes
10231 else
10232   ac_cv_lib_z_inflate=no
10233 fi
10234 rm -f core conftest.err conftest.$ac_objext \
10235     conftest$ac_exeext conftest.$ac_ext
10236 LIBS=$ac_check_lib_save_LIBS
10237 fi
10238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10239 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10240 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10241
10242 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10243
10244                             ZLIB="-lz"
10245
10246 fi
10247
10248 fi
10249
10250 if test "x$with_esd" != xno
10251 then
10252     save_CFLAGS="$CFLAGS"
10253     # Extract the first word of "esd-config", so it can be a program name with args.
10254 set dummy esd-config; ac_word=$2
10255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10256 $as_echo_n "checking for $ac_word... " >&6; }
10257 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10258   $as_echo_n "(cached) " >&6
10259 else
10260   case $ESDCONFIG in
10261   [\\/]* | ?:[\\/]*)
10262   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10263   ;;
10264   *)
10265   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10266 for as_dir in $PATH
10267 do
10268   IFS=$as_save_IFS
10269   test -z "$as_dir" && as_dir=.
10270     for ac_exec_ext in '' $ac_executable_extensions; do
10271   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10272     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10273     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10274     break 2
10275   fi
10276 done
10277   done
10278 IFS=$as_save_IFS
10279
10280   test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10281   ;;
10282 esac
10283 fi
10284 ESDCONFIG=$ac_cv_path_ESDCONFIG
10285 if test -n "$ESDCONFIG"; then
10286   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10287 $as_echo "$ESDCONFIG" >&6; }
10288 else
10289   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10290 $as_echo "no" >&6; }
10291 fi
10292
10293
10294     if test "x$ESDCONFIG" != "xno"
10295     then
10296         ac_esd_incl=""
10297         for i in `$ESDCONFIG --cflags`
10298         do
10299             case "$i" in
10300                 -I*) ac_esd_incl="$ac_esd_incl $i";;
10301             esac
10302         done
10303         ac_esd_libs=`$ESDCONFIG --libs`
10304         CFLAGS="$CFLAGS $ac_esd_incl"
10305     fi
10306     ac_esd_libs=${ac_esd_libs:-"-lesd"}
10307     ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10308 if test "x$ac_cv_header_esd_h" = x""yes; then :
10309   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10310 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10311 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10312   $as_echo_n "(cached) " >&6
10313 else
10314   ac_check_lib_save_LIBS=$LIBS
10315 LIBS="-lesd $ac_esd_libs $LIBS"
10316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10317 /* end confdefs.h.  */
10318
10319 /* Override any GCC internal prototype to avoid an error.
10320    Use char because int might match the return type of a GCC
10321    builtin and then its argument prototype would still apply.  */
10322 #ifdef __cplusplus
10323 extern "C"
10324 #endif
10325 char esd_open_sound ();
10326 int
10327 main ()
10328 {
10329 return esd_open_sound ();
10330   ;
10331   return 0;
10332 }
10333 _ACEOF
10334 if ac_fn_c_try_link "$LINENO"; then :
10335   ac_cv_lib_esd_esd_open_sound=yes
10336 else
10337   ac_cv_lib_esd_esd_open_sound=no
10338 fi
10339 rm -f core conftest.err conftest.$ac_objext \
10340     conftest$ac_exeext conftest.$ac_ext
10341 LIBS=$ac_check_lib_save_LIBS
10342 fi
10343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10344 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10345 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10346   ESDINCL="$ac_esd_incl"
10347
10348              ESDLIBS="$ac_esd_libs"
10349
10350
10351 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10352
10353 fi
10354
10355 fi
10356
10357
10358     CFLAGS="$save_CFLAGS"
10359 fi
10360
10361 ALSALIBS=""
10362
10363 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10364 then
10365     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10366 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10367 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10368   $as_echo_n "(cached) " >&6
10369 else
10370   ac_check_lib_save_LIBS=$LIBS
10371 LIBS="-lasound  $LIBS"
10372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10373 /* end confdefs.h.  */
10374
10375 /* Override any GCC internal prototype to avoid an error.
10376    Use char because int might match the return type of a GCC
10377    builtin and then its argument prototype would still apply.  */
10378 #ifdef __cplusplus
10379 extern "C"
10380 #endif
10381 char snd_pcm_hw_params_get_access ();
10382 int
10383 main ()
10384 {
10385 return snd_pcm_hw_params_get_access ();
10386   ;
10387   return 0;
10388 }
10389 _ACEOF
10390 if ac_fn_c_try_link "$LINENO"; then :
10391   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10392 else
10393   ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10394 fi
10395 rm -f core conftest.err conftest.$ac_objext \
10396     conftest$ac_exeext conftest.$ac_ext
10397 LIBS=$ac_check_lib_save_LIBS
10398 fi
10399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10400 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10401 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10402   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10403 /* end confdefs.h.  */
10404 #ifdef HAVE_ALSA_ASOUNDLIB_H
10405 #include <alsa/asoundlib.h>
10406 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10407 #include <sys/asoundlib.h>
10408 #endif
10409 int
10410 main ()
10411 {
10412 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10413   ;
10414   return 0;
10415 }
10416 _ACEOF
10417 if ac_fn_c_try_compile "$LINENO"; then :
10418
10419 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10420
10421                          ALSALIBS="-lasound"
10422 fi
10423 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10424 fi
10425
10426 fi
10427
10428 AUDIOIOLIBS=""
10429
10430 if test "$ac_cv_header_libaudioio_h" = "yes"
10431 then
10432     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10433 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10434 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10435   $as_echo_n "(cached) " >&6
10436 else
10437   ac_check_lib_save_LIBS=$LIBS
10438 LIBS="-laudioio  $LIBS"
10439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10440 /* end confdefs.h.  */
10441
10442 /* Override any GCC internal prototype to avoid an error.
10443    Use char because int might match the return type of a GCC
10444    builtin and then its argument prototype would still apply.  */
10445 #ifdef __cplusplus
10446 extern "C"
10447 #endif
10448 char AudioIOGetVersion ();
10449 int
10450 main ()
10451 {
10452 return AudioIOGetVersion ();
10453   ;
10454   return 0;
10455 }
10456 _ACEOF
10457 if ac_fn_c_try_link "$LINENO"; then :
10458   ac_cv_lib_audioio_AudioIOGetVersion=yes
10459 else
10460   ac_cv_lib_audioio_AudioIOGetVersion=no
10461 fi
10462 rm -f core conftest.err conftest.$ac_objext \
10463     conftest$ac_exeext conftest.$ac_ext
10464 LIBS=$ac_check_lib_save_LIBS
10465 fi
10466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10467 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10468 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10469   AUDIOIOLIBS="-laudioio"
10470
10471 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10472
10473 fi
10474
10475 fi
10476
10477
10478 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10479 then
10480     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10481 $as_echo_n "checking for -lcapi20... " >&6; }
10482 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10483   $as_echo_n "(cached) " >&6
10484 else
10485   ac_check_soname_save_LIBS=$LIBS
10486 LIBS="-lcapi20  $LIBS"
10487   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10488 /* end confdefs.h.  */
10489
10490 /* Override any GCC internal prototype to avoid an error.
10491    Use char because int might match the return type of a GCC
10492    builtin and then its argument prototype would still apply.  */
10493 #ifdef __cplusplus
10494 extern "C"
10495 #endif
10496 char capi20_register ();
10497 int
10498 main ()
10499 {
10500 return capi20_register ();
10501   ;
10502   return 0;
10503 }
10504 _ACEOF
10505 if ac_fn_c_try_link "$LINENO"; then :
10506   case "$LIBEXT" in
10507     dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10508     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'` ;;
10509     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10510   esac
10511 fi
10512 rm -f core conftest.err conftest.$ac_objext \
10513     conftest$ac_exeext conftest.$ac_ext
10514   LIBS=$ac_check_soname_save_LIBS
10515 fi
10516 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10517   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10518 $as_echo "not found" >&6; }
10519
10520 else
10521   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10522 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10523
10524 cat >>confdefs.h <<_ACEOF
10525 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10526 _ACEOF
10527
10528
10529 fi
10530 fi
10531 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10532   case "x$with_capi" in
10533   x)   as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10534   xno) ;;
10535   *)   as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10536 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10537 esac
10538 fi
10539
10540 CUPSINCL=""
10541
10542 if test "x$with_cups" != "xno"
10543 then
10544     ac_save_CPPFLAGS="$CPPFLAGS"
10545     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10546     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10547     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10548     for ac_header in cups/cups.h
10549 do :
10550   ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10551 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10552   cat >>confdefs.h <<_ACEOF
10553 #define HAVE_CUPS_CUPS_H 1
10554 _ACEOF
10555  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10556 $as_echo_n "checking for -lcups... " >&6; }
10557 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10558   $as_echo_n "(cached) " >&6
10559 else
10560   ac_check_soname_save_LIBS=$LIBS
10561 LIBS="-lcups $ac_cups_libs $LIBS"
10562   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10563 /* end confdefs.h.  */
10564
10565 /* Override any GCC internal prototype to avoid an error.
10566    Use char because int might match the return type of a GCC
10567    builtin and then its argument prototype would still apply.  */
10568 #ifdef __cplusplus
10569 extern "C"
10570 #endif
10571 char cupsGetDefault ();
10572 int
10573 main ()
10574 {
10575 return cupsGetDefault ();
10576   ;
10577   return 0;
10578 }
10579 _ACEOF
10580 if ac_fn_c_try_link "$LINENO"; then :
10581   case "$LIBEXT" in
10582     dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10583     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'` ;;
10584     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10585   esac
10586 fi
10587 rm -f core conftest.err conftest.$ac_objext \
10588     conftest$ac_exeext conftest.$ac_ext
10589   LIBS=$ac_check_soname_save_LIBS
10590 fi
10591 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10592   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10593 $as_echo "not found" >&6; }
10594
10595 else
10596   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10597 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10598
10599 cat >>confdefs.h <<_ACEOF
10600 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10601 _ACEOF
10602
10603        CUPSINCL="$ac_cups_cflags"
10604 fi
10605 fi
10606
10607 done
10608
10609     CPPFLAGS="$ac_save_CPPFLAGS"
10610 fi
10611 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10612   case "x$with_cups" in
10613   x)   as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10614   xno) ;;
10615   *)   as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10616 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10617 esac
10618 fi
10619
10620 if test "$ac_cv_header_jack_jack_h" = "yes"
10621 then
10622     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10623 $as_echo_n "checking for -ljack... " >&6; }
10624 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10625   $as_echo_n "(cached) " >&6
10626 else
10627   ac_check_soname_save_LIBS=$LIBS
10628 LIBS="-ljack  $LIBS"
10629   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10630 /* end confdefs.h.  */
10631
10632 /* Override any GCC internal prototype to avoid an error.
10633    Use char because int might match the return type of a GCC
10634    builtin and then its argument prototype would still apply.  */
10635 #ifdef __cplusplus
10636 extern "C"
10637 #endif
10638 char jack_client_new ();
10639 int
10640 main ()
10641 {
10642 return jack_client_new ();
10643   ;
10644   return 0;
10645 }
10646 _ACEOF
10647 if ac_fn_c_try_link "$LINENO"; then :
10648   case "$LIBEXT" in
10649     dll) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest.exe | grep "jack" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10650     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'` ;;
10651     *) 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'` ;;
10652   esac
10653 fi
10654 rm -f core conftest.err conftest.$ac_objext \
10655     conftest$ac_exeext conftest.$ac_ext
10656   LIBS=$ac_check_soname_save_LIBS
10657 fi
10658 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10659   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10660 $as_echo "not found" >&6; }
10661
10662 else
10663   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10664 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10665
10666 cat >>confdefs.h <<_ACEOF
10667 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10668 _ACEOF
10669
10670
10671 fi
10672 fi
10673
10674 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10675 then
10676     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10677 $as_echo_n "checking for -lfontconfig... " >&6; }
10678 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10679   $as_echo_n "(cached) " >&6
10680 else
10681   ac_check_soname_save_LIBS=$LIBS
10682 LIBS="-lfontconfig  $LIBS"
10683   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10684 /* end confdefs.h.  */
10685
10686 /* Override any GCC internal prototype to avoid an error.
10687    Use char because int might match the return type of a GCC
10688    builtin and then its argument prototype would still apply.  */
10689 #ifdef __cplusplus
10690 extern "C"
10691 #endif
10692 char FcInit ();
10693 int
10694 main ()
10695 {
10696 return FcInit ();
10697   ;
10698   return 0;
10699 }
10700 _ACEOF
10701 if ac_fn_c_try_link "$LINENO"; then :
10702   case "$LIBEXT" in
10703     dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10704     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'` ;;
10705     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10706   esac
10707 fi
10708 rm -f core conftest.err conftest.$ac_objext \
10709     conftest$ac_exeext conftest.$ac_ext
10710   LIBS=$ac_check_soname_save_LIBS
10711 fi
10712 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10713   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10714 $as_echo "not found" >&6; }
10715
10716 else
10717   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10718 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10719
10720 cat >>confdefs.h <<_ACEOF
10721 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10722 _ACEOF
10723
10724
10725 fi
10726 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10727 then
10728         ac_save_CPPFLAGS="$CPPFLAGS"
10729     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10730     $as_unset ac_cv_header_fontconfig_fontconfig_h
10731     for ac_header in fontconfig/fontconfig.h
10732 do :
10733   ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10734 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10735   cat >>confdefs.h <<_ACEOF
10736 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10737 _ACEOF
10738
10739 fi
10740
10741 done
10742
10743     CPPFLAGS="$ac_save_CPPFLAGS"
10744     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10745     then
10746         FONTCONFIGINCL="$X_CFLAGS"
10747
10748         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10749 $as_echo_n "checking for -lfontconfig... " >&6; }
10750 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10751   $as_echo_n "(cached) " >&6
10752 else
10753   ac_check_soname_save_LIBS=$LIBS
10754 LIBS="-lfontconfig $X_LIBS $LIBS"
10755   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10756 /* end confdefs.h.  */
10757
10758 /* Override any GCC internal prototype to avoid an error.
10759    Use char because int might match the return type of a GCC
10760    builtin and then its argument prototype would still apply.  */
10761 #ifdef __cplusplus
10762 extern "C"
10763 #endif
10764 char FcInit ();
10765 int
10766 main ()
10767 {
10768 return FcInit ();
10769   ;
10770   return 0;
10771 }
10772 _ACEOF
10773 if ac_fn_c_try_link "$LINENO"; then :
10774   case "$LIBEXT" in
10775     dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10776     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'` ;;
10777     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10778   esac
10779 fi
10780 rm -f core conftest.err conftest.$ac_objext \
10781     conftest$ac_exeext conftest.$ac_ext
10782   LIBS=$ac_check_soname_save_LIBS
10783 fi
10784 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10785   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10786 $as_echo "not found" >&6; }
10787
10788 else
10789   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10790 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10791
10792 cat >>confdefs.h <<_ACEOF
10793 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10794 _ACEOF
10795
10796
10797 fi
10798     fi
10799 fi
10800 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10801   case "x$with_fontconfig" in
10802   x)   as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10803   xno) ;;
10804   *)   as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10805 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10806 esac
10807 fi
10808
10809 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10810 then
10811     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10812 $as_echo_n "checking for -lssl... " >&6; }
10813 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10814   $as_echo_n "(cached) " >&6
10815 else
10816   ac_check_soname_save_LIBS=$LIBS
10817 LIBS="-lssl  $LIBS"
10818   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10819 /* end confdefs.h.  */
10820
10821 /* Override any GCC internal prototype to avoid an error.
10822    Use char because int might match the return type of a GCC
10823    builtin and then its argument prototype would still apply.  */
10824 #ifdef __cplusplus
10825 extern "C"
10826 #endif
10827 char SSL_library_init ();
10828 int
10829 main ()
10830 {
10831 return SSL_library_init ();
10832   ;
10833   return 0;
10834 }
10835 _ACEOF
10836 if ac_fn_c_try_link "$LINENO"; then :
10837   case "$LIBEXT" in
10838     dll) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest.exe | grep "ssl" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10839     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'` ;;
10840     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10841   esac
10842 fi
10843 rm -f core conftest.err conftest.$ac_objext \
10844     conftest$ac_exeext conftest.$ac_ext
10845   LIBS=$ac_check_soname_save_LIBS
10846 fi
10847 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10848   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10849 $as_echo "not found" >&6; }
10850
10851 else
10852   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10853 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10854
10855 cat >>confdefs.h <<_ACEOF
10856 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10857 _ACEOF
10858
10859
10860 fi
10861     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10862 $as_echo_n "checking for -lcrypto... " >&6; }
10863 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10864   $as_echo_n "(cached) " >&6
10865 else
10866   ac_check_soname_save_LIBS=$LIBS
10867 LIBS="-lcrypto  $LIBS"
10868   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10869 /* end confdefs.h.  */
10870
10871 /* Override any GCC internal prototype to avoid an error.
10872    Use char because int might match the return type of a GCC
10873    builtin and then its argument prototype would still apply.  */
10874 #ifdef __cplusplus
10875 extern "C"
10876 #endif
10877 char BIO_new_socket ();
10878 int
10879 main ()
10880 {
10881 return BIO_new_socket ();
10882   ;
10883   return 0;
10884 }
10885 _ACEOF
10886 if ac_fn_c_try_link "$LINENO"; then :
10887   case "$LIBEXT" in
10888     dll) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest.exe | grep "crypto" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10889     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'` ;;
10890     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10891   esac
10892 fi
10893 rm -f core conftest.err conftest.$ac_objext \
10894     conftest$ac_exeext conftest.$ac_ext
10895   LIBS=$ac_check_soname_save_LIBS
10896 fi
10897 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10898   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10899 $as_echo "not found" >&6; }
10900
10901 else
10902   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10903 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10904
10905 cat >>confdefs.h <<_ACEOF
10906 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10907 _ACEOF
10908
10909
10910 fi
10911 fi
10912 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10913   case "x$with_openssl" in
10914   x)   as_fn_append wine_warnings "|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10915   xno) ;;
10916   *)   as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10917 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10918 esac
10919 fi
10920
10921 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
10922 then
10923     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
10924 $as_echo_n "checking for -lgsm... " >&6; }
10925 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
10926   $as_echo_n "(cached) " >&6
10927 else
10928   ac_check_soname_save_LIBS=$LIBS
10929 LIBS="-lgsm  $LIBS"
10930   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10931 /* end confdefs.h.  */
10932
10933 /* Override any GCC internal prototype to avoid an error.
10934    Use char because int might match the return type of a GCC
10935    builtin and then its argument prototype would still apply.  */
10936 #ifdef __cplusplus
10937 extern "C"
10938 #endif
10939 char gsm_create ();
10940 int
10941 main ()
10942 {
10943 return gsm_create ();
10944   ;
10945   return 0;
10946 }
10947 _ACEOF
10948 if ac_fn_c_try_link "$LINENO"; then :
10949   case "$LIBEXT" in
10950     dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10951     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'` ;;
10952     *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10953   esac
10954 fi
10955 rm -f core conftest.err conftest.$ac_objext \
10956     conftest$ac_exeext conftest.$ac_ext
10957   LIBS=$ac_check_soname_save_LIBS
10958 fi
10959 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10960   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10961 $as_echo "not found" >&6; }
10962
10963 else
10964   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
10965 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
10966
10967 cat >>confdefs.h <<_ACEOF
10968 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
10969 _ACEOF
10970
10971
10972 fi
10973 fi
10974 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10975   case "x$with_gsm" in
10976   x)   as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
10977   xno) ;;
10978   *)   as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
10979 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
10980 esac
10981 fi
10982
10983 if test "$ac_cv_header_jpeglib_h" = "yes"
10984 then
10985     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
10986 $as_echo_n "checking for -ljpeg... " >&6; }
10987 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
10988   $as_echo_n "(cached) " >&6
10989 else
10990   ac_check_soname_save_LIBS=$LIBS
10991 LIBS="-ljpeg  $LIBS"
10992   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10993 /* end confdefs.h.  */
10994
10995 /* Override any GCC internal prototype to avoid an error.
10996    Use char because int might match the return type of a GCC
10997    builtin and then its argument prototype would still apply.  */
10998 #ifdef __cplusplus
10999 extern "C"
11000 #endif
11001 char jpeg_start_decompress ();
11002 int
11003 main ()
11004 {
11005 return jpeg_start_decompress ();
11006   ;
11007   return 0;
11008 }
11009 _ACEOF
11010 if ac_fn_c_try_link "$LINENO"; then :
11011   case "$LIBEXT" in
11012     dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11013     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'` ;;
11014     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11015   esac
11016 fi
11017 rm -f core conftest.err conftest.$ac_objext \
11018     conftest$ac_exeext conftest.$ac_ext
11019   LIBS=$ac_check_soname_save_LIBS
11020 fi
11021 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11022   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11023 $as_echo "not found" >&6; }
11024
11025 else
11026   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
11027 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
11028
11029 cat >>confdefs.h <<_ACEOF
11030 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11031 _ACEOF
11032
11033
11034 fi
11035 fi
11036 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11037   case "x$with_jpeg" in
11038   x)   as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11039   xno) ;;
11040   *)   as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11041 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11042 esac
11043 fi
11044
11045 if test "$ac_cv_header_png_h" = "yes"
11046 then
11047     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11048 $as_echo_n "checking for -lpng... " >&6; }
11049 if test "${ac_cv_lib_soname_png+set}" = set; then :
11050   $as_echo_n "(cached) " >&6
11051 else
11052   ac_check_soname_save_LIBS=$LIBS
11053 LIBS="-lpng -lm -lz $LIBS"
11054   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11055 /* end confdefs.h.  */
11056
11057 /* Override any GCC internal prototype to avoid an error.
11058    Use char because int might match the return type of a GCC
11059    builtin and then its argument prototype would still apply.  */
11060 #ifdef __cplusplus
11061 extern "C"
11062 #endif
11063 char png_create_read_struct ();
11064 int
11065 main ()
11066 {
11067 return png_create_read_struct ();
11068   ;
11069   return 0;
11070 }
11071 _ACEOF
11072 if ac_fn_c_try_link "$LINENO"; then :
11073   case "$LIBEXT" in
11074     dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11075     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'` ;;
11076     *) 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'` ;;
11077   esac
11078 fi
11079 rm -f core conftest.err conftest.$ac_objext \
11080     conftest$ac_exeext conftest.$ac_ext
11081   LIBS=$ac_check_soname_save_LIBS
11082 fi
11083 if test "x$ac_cv_lib_soname_png" = "x"; then :
11084   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11085 $as_echo "not found" >&6; }
11086
11087 else
11088   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11089 $as_echo "$ac_cv_lib_soname_png" >&6; }
11090
11091 cat >>confdefs.h <<_ACEOF
11092 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11093 _ACEOF
11094
11095
11096 fi
11097     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11098 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11099 if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11100   $as_echo_n "(cached) " >&6
11101 else
11102   ac_check_lib_save_LIBS=$LIBS
11103 LIBS="-lpng -lm -lz $LIBS"
11104 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11105 /* end confdefs.h.  */
11106
11107 /* Override any GCC internal prototype to avoid an error.
11108    Use char because int might match the return type of a GCC
11109    builtin and then its argument prototype would still apply.  */
11110 #ifdef __cplusplus
11111 extern "C"
11112 #endif
11113 char png_set_expand_gray_1_2_4_to_8 ();
11114 int
11115 main ()
11116 {
11117 return png_set_expand_gray_1_2_4_to_8 ();
11118   ;
11119   return 0;
11120 }
11121 _ACEOF
11122 if ac_fn_c_try_link "$LINENO"; then :
11123   ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11124 else
11125   ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11126 fi
11127 rm -f core conftest.err conftest.$ac_objext \
11128     conftest$ac_exeext conftest.$ac_ext
11129 LIBS=$ac_check_lib_save_LIBS
11130 fi
11131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11132 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11133 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11134
11135 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11136
11137
11138 fi
11139
11140 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11141 then
11142         ac_save_CPPFLAGS="$CPPFLAGS"
11143     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11144     $as_unset ac_cv_header_png_h
11145     for ac_header in png.h
11146 do :
11147   ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11148 if test "x$ac_cv_header_png_h" = x""yes; then :
11149   cat >>confdefs.h <<_ACEOF
11150 #define HAVE_PNG_H 1
11151 _ACEOF
11152
11153 fi
11154
11155 done
11156
11157     CPPFLAGS="$ac_save_CPPFLAGS"
11158     if test "$ac_cv_header_png_h" = "yes"
11159     then
11160         PNGINCL="$X_CFLAGS"
11161
11162         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11163 $as_echo_n "checking for -lpng... " >&6; }
11164 if test "${ac_cv_lib_soname_png+set}" = set; then :
11165   $as_echo_n "(cached) " >&6
11166 else
11167   ac_check_soname_save_LIBS=$LIBS
11168 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11169   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11170 /* end confdefs.h.  */
11171
11172 /* Override any GCC internal prototype to avoid an error.
11173    Use char because int might match the return type of a GCC
11174    builtin and then its argument prototype would still apply.  */
11175 #ifdef __cplusplus
11176 extern "C"
11177 #endif
11178 char png_create_read_struct ();
11179 int
11180 main ()
11181 {
11182 return png_create_read_struct ();
11183   ;
11184   return 0;
11185 }
11186 _ACEOF
11187 if ac_fn_c_try_link "$LINENO"; then :
11188   case "$LIBEXT" in
11189     dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11190     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'` ;;
11191     *) 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'` ;;
11192   esac
11193 fi
11194 rm -f core conftest.err conftest.$ac_objext \
11195     conftest$ac_exeext conftest.$ac_ext
11196   LIBS=$ac_check_soname_save_LIBS
11197 fi
11198 if test "x$ac_cv_lib_soname_png" = "x"; then :
11199   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11200 $as_echo "not found" >&6; }
11201
11202 else
11203   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11204 $as_echo "$ac_cv_lib_soname_png" >&6; }
11205
11206 cat >>confdefs.h <<_ACEOF
11207 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11208 _ACEOF
11209
11210
11211 fi
11212         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11213 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11214 if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11215   $as_echo_n "(cached) " >&6
11216 else
11217   ac_check_lib_save_LIBS=$LIBS
11218 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11220 /* end confdefs.h.  */
11221
11222 /* Override any GCC internal prototype to avoid an error.
11223    Use char because int might match the return type of a GCC
11224    builtin and then its argument prototype would still apply.  */
11225 #ifdef __cplusplus
11226 extern "C"
11227 #endif
11228 char png_set_expand_gray_1_2_4_to_8 ();
11229 int
11230 main ()
11231 {
11232 return png_set_expand_gray_1_2_4_to_8 ();
11233   ;
11234   return 0;
11235 }
11236 _ACEOF
11237 if ac_fn_c_try_link "$LINENO"; then :
11238   ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11239 else
11240   ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11241 fi
11242 rm -f core conftest.err conftest.$ac_objext \
11243     conftest$ac_exeext conftest.$ac_ext
11244 LIBS=$ac_check_lib_save_LIBS
11245 fi
11246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11247 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11248 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11249   $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11250
11251 fi
11252
11253     fi
11254 fi
11255 if test "x$ac_cv_lib_soname_png" = "x"; then :
11256   case "x$with_png" in
11257   x)   as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11258   xno) ;;
11259   *)   as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11260 This is an error since --with-png was requested." "$LINENO" 5 ;;
11261 esac
11262 fi
11263
11264 if test "$ac_cv_header_tiffio_h" = "yes"
11265 then
11266     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
11267 $as_echo_n "checking for -ltiff... " >&6; }
11268 if test "${ac_cv_lib_soname_tiff+set}" = set; then :
11269   $as_echo_n "(cached) " >&6
11270 else
11271   ac_check_soname_save_LIBS=$LIBS
11272 LIBS="-ltiff  $LIBS"
11273   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11274 /* end confdefs.h.  */
11275
11276 /* Override any GCC internal prototype to avoid an error.
11277    Use char because int might match the return type of a GCC
11278    builtin and then its argument prototype would still apply.  */
11279 #ifdef __cplusplus
11280 extern "C"
11281 #endif
11282 char TIFFClientOpen ();
11283 int
11284 main ()
11285 {
11286 return TIFFClientOpen ();
11287   ;
11288   return 0;
11289 }
11290 _ACEOF
11291 if ac_fn_c_try_link "$LINENO"; then :
11292   case "$LIBEXT" in
11293     dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11294     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'` ;;
11295     *) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11296   esac
11297 fi
11298 rm -f core conftest.err conftest.$ac_objext \
11299     conftest$ac_exeext conftest.$ac_ext
11300   LIBS=$ac_check_soname_save_LIBS
11301 fi
11302 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11303   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11304 $as_echo "not found" >&6; }
11305
11306 else
11307   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
11308 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
11309
11310 cat >>confdefs.h <<_ACEOF
11311 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
11312 _ACEOF
11313
11314
11315 fi
11316 fi
11317 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11318   case "x$with_tiff" in
11319   x)   as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
11320   xno) ;;
11321   *)   as_fn_error "libtiff ${notice_platform}development files not found, TIFF won't be supported.
11322 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
11323 esac
11324 fi
11325
11326 if test "$ac_cv_header_mpg123_h" = "yes"
11327 then
11328     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11329 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11330 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11331   $as_echo_n "(cached) " >&6
11332 else
11333   ac_check_lib_save_LIBS=$LIBS
11334 LIBS="-lmpg123  $LIBS"
11335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11336 /* end confdefs.h.  */
11337
11338 /* Override any GCC internal prototype to avoid an error.
11339    Use char because int might match the return type of a GCC
11340    builtin and then its argument prototype would still apply.  */
11341 #ifdef __cplusplus
11342 extern "C"
11343 #endif
11344 char mpg123_feed ();
11345 int
11346 main ()
11347 {
11348 return mpg123_feed ();
11349   ;
11350   return 0;
11351 }
11352 _ACEOF
11353 if ac_fn_c_try_link "$LINENO"; then :
11354   ac_cv_lib_mpg123_mpg123_feed=yes
11355 else
11356   ac_cv_lib_mpg123_mpg123_feed=no
11357 fi
11358 rm -f core conftest.err conftest.$ac_objext \
11359     conftest$ac_exeext conftest.$ac_ext
11360 LIBS=$ac_check_lib_save_LIBS
11361 fi
11362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11363 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11364 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11365   LIBMPG123="-lmpg123"
11366
11367 fi
11368
11369 fi
11370 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
11371   case "x$with_mpg123" in
11372   x)   as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11373   xno) ;;
11374   *)   as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11375 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11376 esac
11377 fi
11378 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes -o "x$ac_cv_func_AudioFileStreamOpen" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11379
11380 if test "$ac_cv_header_AL_al_h" = "yes"
11381 then
11382     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alGetSource3i in -lopenal" >&5
11383 $as_echo_n "checking for alGetSource3i in -lopenal... " >&6; }
11384 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then :
11385   $as_echo_n "(cached) " >&6
11386 else
11387   ac_check_lib_save_LIBS=$LIBS
11388 LIBS="-lopenal  $LIBS"
11389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11390 /* end confdefs.h.  */
11391
11392 /* Override any GCC internal prototype to avoid an error.
11393    Use char because int might match the return type of a GCC
11394    builtin and then its argument prototype would still apply.  */
11395 #ifdef __cplusplus
11396 extern "C"
11397 #endif
11398 char alGetSource3i ();
11399 int
11400 main ()
11401 {
11402 return alGetSource3i ();
11403   ;
11404   return 0;
11405 }
11406 _ACEOF
11407 if ac_fn_c_try_link "$LINENO"; then :
11408   ac_cv_lib_openal_alGetSource3i=yes
11409 else
11410   ac_cv_lib_openal_alGetSource3i=no
11411 fi
11412 rm -f core conftest.err conftest.$ac_objext \
11413     conftest$ac_exeext conftest.$ac_ext
11414 LIBS=$ac_check_lib_save_LIBS
11415 fi
11416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alGetSource3i" >&5
11417 $as_echo "$ac_cv_lib_openal_alGetSource3i" >&6; }
11418 if test "x$ac_cv_lib_openal_alGetSource3i" = x""yes; then :
11419   LIBOPENAL="-lopenal"
11420
11421 fi
11422
11423 fi
11424 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then :
11425   case "x$with_openal" in
11426   x)   as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11427   xno) ;;
11428   *)   as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11429 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11430 esac
11431 fi
11432 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
11433
11434 if test "$ac_cv_header_kstat_h" = "yes"
11435 then
11436     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11437 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11438 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11439   $as_echo_n "(cached) " >&6
11440 else
11441   ac_check_lib_save_LIBS=$LIBS
11442 LIBS="-lkstat  $LIBS"
11443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11444 /* end confdefs.h.  */
11445
11446 /* Override any GCC internal prototype to avoid an error.
11447    Use char because int might match the return type of a GCC
11448    builtin and then its argument prototype would still apply.  */
11449 #ifdef __cplusplus
11450 extern "C"
11451 #endif
11452 char kstat_open ();
11453 int
11454 main ()
11455 {
11456 return kstat_open ();
11457   ;
11458   return 0;
11459 }
11460 _ACEOF
11461 if ac_fn_c_try_link "$LINENO"; then :
11462   ac_cv_lib_kstat_kstat_open=yes
11463 else
11464   ac_cv_lib_kstat_kstat_open=no
11465 fi
11466 rm -f core conftest.err conftest.$ac_objext \
11467     conftest$ac_exeext conftest.$ac_ext
11468 LIBS=$ac_check_lib_save_LIBS
11469 fi
11470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11471 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11472 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11473
11474 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11475
11476                   LIBKSTAT="-lkstat"
11477
11478 fi
11479
11480 fi
11481
11482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11483 $as_echo_n "checking for -lodbc... " >&6; }
11484 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11485   $as_echo_n "(cached) " >&6
11486 else
11487   ac_check_soname_save_LIBS=$LIBS
11488 LIBS="-lodbc  $LIBS"
11489   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11490 /* end confdefs.h.  */
11491
11492 /* Override any GCC internal prototype to avoid an error.
11493    Use char because int might match the return type of a GCC
11494    builtin and then its argument prototype would still apply.  */
11495 #ifdef __cplusplus
11496 extern "C"
11497 #endif
11498 char SQLConnect ();
11499 int
11500 main ()
11501 {
11502 return SQLConnect ();
11503   ;
11504   return 0;
11505 }
11506 _ACEOF
11507 if ac_fn_c_try_link "$LINENO"; then :
11508   case "$LIBEXT" in
11509     dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11510     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'` ;;
11511     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11512   esac
11513 fi
11514 rm -f core conftest.err conftest.$ac_objext \
11515     conftest$ac_exeext conftest.$ac_ext
11516   LIBS=$ac_check_soname_save_LIBS
11517 fi
11518 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11519   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11520 $as_echo "not found" >&6; }
11521        cat >>confdefs.h <<_ACEOF
11522 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11523 _ACEOF
11524
11525 else
11526   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11527 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11528
11529 cat >>confdefs.h <<_ACEOF
11530 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11531 _ACEOF
11532
11533
11534 fi
11535
11536 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11537         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11538         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11539         "$ac_cv_header_soundcard_h" != "yes" -a \
11540         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11541 then
11542     as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
11543 fi
11544
11545
11546 EXTRACFLAGS=""
11547
11548 if test "x${GCC}" = "xyes"
11549 then
11550   EXTRACFLAGS="-Wall -pipe"
11551
11552     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11553 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11554 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11555   $as_echo_n "(cached) " >&6
11556 else
11557   if test "$cross_compiling" = yes; then :
11558   ac_cv_c_gcc_strength_bug="yes"
11559 else
11560   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11561 /* end confdefs.h.  */
11562 int L[4] = {0,1,2,3};
11563 int
11564 main ()
11565 {
11566 static int Array[3];
11567   unsigned int B = 3;
11568   int i;
11569   for(i=0; i<B; i++) Array[i] = i - 3;
11570   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11571   L[i] = 4;
11572   return (Array[1] != -2 || L[2] != 3)
11573   ;
11574   return 0;
11575 }
11576 _ACEOF
11577 if ac_fn_c_try_run "$LINENO"; then :
11578   ac_cv_c_gcc_strength_bug="no"
11579 else
11580   ac_cv_c_gcc_strength_bug="yes"
11581 fi
11582 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11583   conftest.$ac_objext conftest.beam conftest.$ac_ext
11584 fi
11585
11586 fi
11587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11588 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11589   if test "$ac_cv_c_gcc_strength_bug" = "yes"
11590   then
11591     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11592   fi
11593
11594     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11595 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11596 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11597   $as_echo_n "(cached) " >&6
11598 else
11599   ac_wine_try_cflags_saved=$CFLAGS
11600 CFLAGS="$CFLAGS -fno-builtin"
11601 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11602 /* end confdefs.h.  */
11603 int main(int argc, char **argv) { return 0; }
11604 _ACEOF
11605 if ac_fn_c_try_link "$LINENO"; then :
11606   ac_cv_cflags__fno_builtin=yes
11607 else
11608   ac_cv_cflags__fno_builtin=no
11609 fi
11610 rm -f core conftest.err conftest.$ac_objext \
11611     conftest$ac_exeext conftest.$ac_ext
11612 CFLAGS=$ac_wine_try_cflags_saved
11613 fi
11614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11615 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11616 if test $ac_cv_cflags__fno_builtin = yes; then :
11617   BUILTINFLAG="-fno-builtin"
11618
11619 fi
11620   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11621 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11622 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11623   $as_echo_n "(cached) " >&6
11624 else
11625   ac_wine_try_cflags_saved=$CFLAGS
11626 CFLAGS="$CFLAGS -fno-strict-aliasing"
11627 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11628 /* end confdefs.h.  */
11629 int main(int argc, char **argv) { return 0; }
11630 _ACEOF
11631 if ac_fn_c_try_link "$LINENO"; then :
11632   ac_cv_cflags__fno_strict_aliasing=yes
11633 else
11634   ac_cv_cflags__fno_strict_aliasing=no
11635 fi
11636 rm -f core conftest.err conftest.$ac_objext \
11637     conftest$ac_exeext conftest.$ac_ext
11638 CFLAGS=$ac_wine_try_cflags_saved
11639 fi
11640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11641 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11642 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11643   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11644 fi
11645   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11646 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11647 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11648   $as_echo_n "(cached) " >&6
11649 else
11650   ac_wine_try_cflags_saved=$CFLAGS
11651 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11653 /* end confdefs.h.  */
11654 int main(int argc, char **argv) { return 0; }
11655 _ACEOF
11656 if ac_fn_c_try_link "$LINENO"; then :
11657   ac_cv_cflags__Wdeclaration_after_statement=yes
11658 else
11659   ac_cv_cflags__Wdeclaration_after_statement=no
11660 fi
11661 rm -f core conftest.err conftest.$ac_objext \
11662     conftest$ac_exeext conftest.$ac_ext
11663 CFLAGS=$ac_wine_try_cflags_saved
11664 fi
11665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11666 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11667 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11668   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11669 fi
11670   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11671 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11672 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11673   $as_echo_n "(cached) " >&6
11674 else
11675   ac_wine_try_cflags_saved=$CFLAGS
11676 CFLAGS="$CFLAGS -Wstrict-prototypes"
11677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11678 /* end confdefs.h.  */
11679 int main(int argc, char **argv) { return 0; }
11680 _ACEOF
11681 if ac_fn_c_try_link "$LINENO"; then :
11682   ac_cv_cflags__Wstrict_prototypes=yes
11683 else
11684   ac_cv_cflags__Wstrict_prototypes=no
11685 fi
11686 rm -f core conftest.err conftest.$ac_objext \
11687     conftest$ac_exeext conftest.$ac_ext
11688 CFLAGS=$ac_wine_try_cflags_saved
11689 fi
11690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11691 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11692 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11693   EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11694 fi
11695   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11696 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11697 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11698   $as_echo_n "(cached) " >&6
11699 else
11700   ac_wine_try_cflags_saved=$CFLAGS
11701 CFLAGS="$CFLAGS -Wtype-limits"
11702 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11703 /* end confdefs.h.  */
11704 int main(int argc, char **argv) { return 0; }
11705 _ACEOF
11706 if ac_fn_c_try_link "$LINENO"; then :
11707   ac_cv_cflags__Wtype_limits=yes
11708 else
11709   ac_cv_cflags__Wtype_limits=no
11710 fi
11711 rm -f core conftest.err conftest.$ac_objext \
11712     conftest$ac_exeext conftest.$ac_ext
11713 CFLAGS=$ac_wine_try_cflags_saved
11714 fi
11715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11716 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11717 if test $ac_cv_cflags__Wtype_limits = yes; then :
11718   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11719 fi
11720   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11721 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11722 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11723   $as_echo_n "(cached) " >&6
11724 else
11725   ac_wine_try_cflags_saved=$CFLAGS
11726 CFLAGS="$CFLAGS -Wwrite-strings"
11727 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11728 /* end confdefs.h.  */
11729 int main(int argc, char **argv) { return 0; }
11730 _ACEOF
11731 if ac_fn_c_try_link "$LINENO"; then :
11732   ac_cv_cflags__Wwrite_strings=yes
11733 else
11734   ac_cv_cflags__Wwrite_strings=no
11735 fi
11736 rm -f core conftest.err conftest.$ac_objext \
11737     conftest$ac_exeext conftest.$ac_ext
11738 CFLAGS=$ac_wine_try_cflags_saved
11739 fi
11740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11741 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11742 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11743   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11744 fi
11745
11746     saved_CFLAGS="$CFLAGS"
11747   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11748   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11749 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11750 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11751   $as_echo_n "(cached) " >&6
11752 else
11753   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11754 /* end confdefs.h.  */
11755 #include <string.h>
11756 int
11757 main ()
11758 {
11759
11760   ;
11761   return 0;
11762 }
11763 _ACEOF
11764 if ac_fn_c_try_compile "$LINENO"; then :
11765   ac_cv_c_string_h_warnings=no
11766 else
11767   ac_cv_c_string_h_warnings=yes
11768 fi
11769 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11770 fi
11771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11772 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11773   CFLAGS="$saved_CFLAGS"
11774   if test "$ac_cv_c_string_h_warnings" = "no"
11775   then
11776     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11777   fi
11778
11779     if test "${enable_maintainer_mode+set}" = set
11780   then
11781       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11782 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11783 if test "${ac_cv_cflags__Werror+set}" = set; then :
11784   $as_echo_n "(cached) " >&6
11785 else
11786   ac_wine_try_cflags_saved=$CFLAGS
11787 CFLAGS="$CFLAGS -Werror"
11788 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11789 /* end confdefs.h.  */
11790 int main(int argc, char **argv) { return 0; }
11791 _ACEOF
11792 if ac_fn_c_try_link "$LINENO"; then :
11793   ac_cv_cflags__Werror=yes
11794 else
11795   ac_cv_cflags__Werror=no
11796 fi
11797 rm -f core conftest.err conftest.$ac_objext \
11798     conftest$ac_exeext conftest.$ac_ext
11799 CFLAGS=$ac_wine_try_cflags_saved
11800 fi
11801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
11802 $as_echo "$ac_cv_cflags__Werror" >&6; }
11803 if test $ac_cv_cflags__Werror = yes; then :
11804   EXTRACFLAGS="$EXTRACFLAGS -Werror"
11805 fi
11806   fi
11807
11808     saved_CFLAGS="$CFLAGS"
11809   CFLAGS="$CFLAGS -Werror"
11810   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
11811 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
11812 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
11813   $as_echo_n "(cached) " >&6
11814 else
11815   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11816 /* end confdefs.h.  */
11817 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
11818 int
11819 main ()
11820 {
11821
11822   ;
11823   return 0;
11824 }
11825 _ACEOF
11826 if ac_fn_c_try_compile "$LINENO"; then :
11827   ac_cv_have_ms_hook_prologue="yes"
11828 else
11829   ac_cv_have_ms_hook_prologue="no"
11830 fi
11831 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11832 fi
11833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
11834 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
11835   CFLAGS="$saved_CFLAGS"
11836   if test "$ac_cv_have_ms_hook_prologue" = "yes"
11837   then
11838
11839 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
11840
11841   else
11842       $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
11843
11844   fi
11845 fi
11846
11847
11848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11849 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11850 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11851   $as_echo_n "(cached) " >&6
11852 else
11853   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11854 /* end confdefs.h.  */
11855 extern int ac_test;
11856 int
11857 main ()
11858 {
11859 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11860   ;
11861   return 0;
11862 }
11863 _ACEOF
11864 if ac_fn_c_try_link "$LINENO"; then :
11865   ac_cv_c_extern_prefix="yes"
11866 else
11867   ac_cv_c_extern_prefix="no"
11868 fi
11869 rm -f core conftest.err conftest.$ac_objext \
11870     conftest$ac_exeext conftest.$ac_ext
11871 fi
11872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11873 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11874
11875 case $host_cpu in
11876   *i[3456789]86*)
11877     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11878 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11879 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11880   $as_echo_n "(cached) " >&6
11881 else
11882   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11883 /* end confdefs.h.  */
11884 #ifndef _MSC_VER
11885 #define __stdcall __attribute__((__stdcall__))
11886 #endif
11887 int __stdcall ac_test(int i) { return i; }
11888 int
11889 main ()
11890 {
11891 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11892   ;
11893   return 0;
11894 }
11895 _ACEOF
11896 if ac_fn_c_try_link "$LINENO"; then :
11897   ac_cv_c_stdcall_suffix="yes"
11898 else
11899   ac_cv_c_stdcall_suffix="no"
11900 fi
11901 rm -f core conftest.err conftest.$ac_objext \
11902     conftest$ac_exeext conftest.$ac_ext
11903 fi
11904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11905 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11906   *) ac_cv_c_stdcall_suffix="no" ;;
11907 esac
11908
11909
11910 if test "$ac_cv_c_extern_prefix" = "yes"
11911 then
11912     $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11913
11914     asm_name_prefix="_"
11915 else
11916     $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11917
11918     asm_name_prefix=""
11919 fi
11920
11921
11922 if test "$ac_cv_c_stdcall_suffix" = "yes"
11923 then
11924     $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11925
11926 else
11927     $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11928
11929 fi
11930
11931
11932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11933 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11934 if test "${ac_cv_asm_func_def+set}" = set; then :
11935   $as_echo_n "(cached) " >&6
11936 else
11937   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11938 /* end confdefs.h.  */
11939
11940 int
11941 main ()
11942 {
11943 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11944   ;
11945   return 0;
11946 }
11947 _ACEOF
11948 if ac_fn_c_try_link "$LINENO"; then :
11949   ac_cv_asm_func_def=".def"
11950 else
11951   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11952 /* end confdefs.h.  */
11953
11954 int
11955 main ()
11956 {
11957 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11958   ;
11959   return 0;
11960 }
11961 _ACEOF
11962 if ac_fn_c_try_link "$LINENO"; then :
11963   ac_cv_asm_func_def=".type @function"
11964 else
11965   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11966 /* end confdefs.h.  */
11967
11968 int
11969 main ()
11970 {
11971 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11972   ;
11973   return 0;
11974 }
11975 _ACEOF
11976 if ac_fn_c_try_link "$LINENO"; then :
11977   ac_cv_asm_func_def=".type 2"
11978 else
11979   ac_cv_asm_func_def="unknown"
11980 fi
11981 rm -f core conftest.err conftest.$ac_objext \
11982     conftest$ac_exeext conftest.$ac_ext
11983 fi
11984 rm -f core conftest.err conftest.$ac_objext \
11985     conftest$ac_exeext conftest.$ac_ext
11986 fi
11987 rm -f core conftest.err conftest.$ac_objext \
11988     conftest$ac_exeext conftest.$ac_ext
11989 fi
11990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11991 $as_echo "$ac_cv_asm_func_def" >&6; }
11992
11993
11994 case "$ac_cv_asm_func_def" in
11995   ".def")
11996      $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11997
11998      asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11999   ".type @function")
12000      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
12001
12002      asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
12003   ".type 2")
12004      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
12005
12006      asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
12007   *)
12008      $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
12009
12010      asm_func_header="" ;;
12011 esac
12012
12013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
12014 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
12015 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
12016   $as_echo_n "(cached) " >&6
12017 else
12018   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12019 /* end confdefs.h.  */
12020 asm(".text\n\t.long 0");
12021 int
12022 main ()
12023 {
12024
12025   ;
12026   return 0;
12027 }
12028 _ACEOF
12029 if ac_fn_c_try_compile "$LINENO"; then :
12030   ac_cv_c_asm_outside_funcs="yes"
12031 else
12032   ac_cv_c_asm_outside_funcs="no"
12033 fi
12034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12035 fi
12036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
12037 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
12038
12039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
12040 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
12041 if test "${ac_cv_c_dot_previous+set}" = set; then :
12042   $as_echo_n "(cached) " >&6
12043 else
12044   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12045 /* end confdefs.h.  */
12046
12047 int
12048 main ()
12049 {
12050 asm(".text\nac_test:\t.long 0\n\t.previous");
12051   ;
12052   return 0;
12053 }
12054 _ACEOF
12055 if ac_fn_c_try_link "$LINENO"; then :
12056   ac_cv_c_dot_previous="yes"
12057 else
12058   ac_cv_c_dot_previous="no"
12059 fi
12060 rm -f core conftest.err conftest.$ac_objext \
12061     conftest$ac_exeext conftest.$ac_ext
12062 fi
12063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
12064 $as_echo "$ac_cv_c_dot_previous" >&6; }
12065
12066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
12067 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
12068 if test "${ac_cv_c_cfi_support+set}" = set; then :
12069   $as_echo_n "(cached) " >&6
12070 else
12071   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12072 /* end confdefs.h.  */
12073 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
12074 int
12075 main ()
12076 {
12077
12078   ;
12079   return 0;
12080 }
12081 _ACEOF
12082 if ac_fn_c_try_compile "$LINENO"; then :
12083   ac_cv_c_cfi_support="yes"
12084 else
12085   ac_cv_c_cfi_support="no"
12086 fi
12087 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12088 fi
12089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
12090 $as_echo "$ac_cv_c_cfi_support" >&6; }
12091
12092 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
12093 asm_func_trailer=""
12094 if test "$ac_cv_c_dot_previous" = "yes"
12095 then
12096    asm_func_trailer="\\n\\t.previous"
12097 fi
12098 if test "$ac_cv_c_cfi_support" = "yes"
12099 then
12100    asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
12101    asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
12102
12103 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
12104
12105 else
12106    $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
12107
12108 fi
12109
12110 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
12111
12112
12113 if test "$ac_cv_c_asm_outside_funcs" = "yes"
12114 then
12115     cat >>confdefs.h <<_ACEOF
12116 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
12117 _ACEOF
12118
12119 else
12120     cat >>confdefs.h <<_ACEOF
12121 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
12122 _ACEOF
12123
12124 fi
12125
12126 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
12127
12128
12129 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
12130
12131
12132
12133 LDPATH=""
12134
12135 case $build_os in
12136   cygwin*|mingw32*)
12137     TOOLSEXT=".exe"
12138
12139     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
12140     ;;
12141   darwin*|macosx*)
12142     ;;
12143   *)
12144     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
12145     ;;
12146 esac
12147
12148 case $host_os in
12149   mingw32*)
12150     CRTLIBS="-lmsvcrt"
12151
12152     SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
12153
12154     ;;
12155 esac
12156
12157 MAIN_BINARY="wine"
12158
12159 test -z "$with_wine64" || MAIN_BINARY="wine32"
12160
12161 case $host_cpu in
12162   *i[3456789]86*)
12163     case $host_os in
12164       linux*)
12165         EXTRA_BINARIES="wine-preloader"
12166  ;;
12167     esac
12168     ;;
12169 esac
12170
12171
12172 ac_save_CFLAGS="$CFLAGS"
12173 CFLAGS="$CFLAGS $BUILTINFLAG"
12174 for ac_func in \
12175         _pclose \
12176         _popen \
12177         _snprintf \
12178         _spawnvp \
12179         _strdup \
12180         _stricmp \
12181         _strnicmp \
12182         _strtoi64 \
12183         _strtoui64 \
12184         _vsnprintf \
12185         asctime_r \
12186         chsize \
12187         dlopen \
12188         epoll_create \
12189         ffs \
12190         finite \
12191         fnmatch \
12192         fork \
12193         fpclass \
12194         fstatfs \
12195         fstatvfs \
12196         ftruncate \
12197         futimes \
12198         futimesat \
12199         getdirentries \
12200         getopt_long \
12201         getpagesize \
12202         getpwuid \
12203         gettid \
12204         gettimeofday \
12205         getuid \
12206         kqueue \
12207         lstat \
12208         memmove \
12209         mmap \
12210         pclose \
12211         pipe2 \
12212         poll \
12213         popen \
12214         port_create \
12215         prctl \
12216         pread \
12217         pwrite \
12218         readdir \
12219         readlink \
12220         sched_setaffinity \
12221         sched_yield \
12222         select \
12223         setproctitle \
12224         setrlimit \
12225         settimeofday \
12226         sigaltstack \
12227         sigprocmask \
12228         snprintf \
12229         spawnvp \
12230         statfs \
12231         statvfs \
12232         strcasecmp \
12233         strdup \
12234         strerror \
12235         strncasecmp \
12236         strtold \
12237         strtoll \
12238         strtoull \
12239         symlink \
12240         tcgetattr \
12241         thr_kill2 \
12242         timegm \
12243         usleep \
12244         vsnprintf \
12245         wait4 \
12246         waitpid \
12247
12248 do :
12249   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12250 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12251 eval as_val=\$$as_ac_var
12252    if test "x$as_val" = x""yes; then :
12253   cat >>confdefs.h <<_ACEOF
12254 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12255 _ACEOF
12256
12257 fi
12258 done
12259
12260 CFLAGS="$ac_save_CFLAGS"
12261
12262 if test "$ac_cv_func_dlopen" = no
12263 then
12264     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12265 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12266 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12267   $as_echo_n "(cached) " >&6
12268 else
12269   ac_check_lib_save_LIBS=$LIBS
12270 LIBS="-ldl  $LIBS"
12271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12272 /* end confdefs.h.  */
12273
12274 /* Override any GCC internal prototype to avoid an error.
12275    Use char because int might match the return type of a GCC
12276    builtin and then its argument prototype would still apply.  */
12277 #ifdef __cplusplus
12278 extern "C"
12279 #endif
12280 char dlopen ();
12281 int
12282 main ()
12283 {
12284 return dlopen ();
12285   ;
12286   return 0;
12287 }
12288 _ACEOF
12289 if ac_fn_c_try_link "$LINENO"; then :
12290   ac_cv_lib_dl_dlopen=yes
12291 else
12292   ac_cv_lib_dl_dlopen=no
12293 fi
12294 rm -f core conftest.err conftest.$ac_objext \
12295     conftest$ac_exeext conftest.$ac_ext
12296 LIBS=$ac_check_lib_save_LIBS
12297 fi
12298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12299 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12300 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12301   $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12302  LIBDL="-ldl"
12303
12304 fi
12305
12306 fi
12307 ac_wine_check_funcs_save_LIBS="$LIBS"
12308 LIBS="$LIBS $LIBDL"
12309 for ac_func in dladdr
12310 do :
12311   ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12312 if test "x$ac_cv_func_dladdr" = x""yes; then :
12313   cat >>confdefs.h <<_ACEOF
12314 #define HAVE_DLADDR 1
12315 _ACEOF
12316
12317 fi
12318 done
12319
12320 LIBS="$ac_wine_check_funcs_save_LIBS"
12321
12322 if test "$ac_cv_func_poll" = no
12323 then
12324     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12325 $as_echo_n "checking for poll in -lpoll... " >&6; }
12326 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12327   $as_echo_n "(cached) " >&6
12328 else
12329   ac_check_lib_save_LIBS=$LIBS
12330 LIBS="-lpoll  $LIBS"
12331 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12332 /* end confdefs.h.  */
12333
12334 /* Override any GCC internal prototype to avoid an error.
12335    Use char because int might match the return type of a GCC
12336    builtin and then its argument prototype would still apply.  */
12337 #ifdef __cplusplus
12338 extern "C"
12339 #endif
12340 char poll ();
12341 int
12342 main ()
12343 {
12344 return poll ();
12345   ;
12346   return 0;
12347 }
12348 _ACEOF
12349 if ac_fn_c_try_link "$LINENO"; then :
12350   ac_cv_lib_poll_poll=yes
12351 else
12352   ac_cv_lib_poll_poll=no
12353 fi
12354 rm -f core conftest.err conftest.$ac_objext \
12355     conftest$ac_exeext conftest.$ac_ext
12356 LIBS=$ac_check_lib_save_LIBS
12357 fi
12358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12359 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12360 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12361   $as_echo "#define HAVE_POLL 1" >>confdefs.h
12362  LIBPOLL="-lpoll"
12363
12364 fi
12365
12366 fi
12367
12368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12369 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12370 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12371   $as_echo_n "(cached) " >&6
12372 else
12373   ac_func_search_save_LIBS=$LIBS
12374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12375 /* end confdefs.h.  */
12376
12377 /* Override any GCC internal prototype to avoid an error.
12378    Use char because int might match the return type of a GCC
12379    builtin and then its argument prototype would still apply.  */
12380 #ifdef __cplusplus
12381 extern "C"
12382 #endif
12383 char gethostbyname ();
12384 int
12385 main ()
12386 {
12387 return gethostbyname ();
12388   ;
12389   return 0;
12390 }
12391 _ACEOF
12392 for ac_lib in '' nsl; do
12393   if test -z "$ac_lib"; then
12394     ac_res="none required"
12395   else
12396     ac_res=-l$ac_lib
12397     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12398   fi
12399   if ac_fn_c_try_link "$LINENO"; then :
12400   ac_cv_search_gethostbyname=$ac_res
12401 fi
12402 rm -f core conftest.err conftest.$ac_objext \
12403     conftest$ac_exeext
12404   if test "${ac_cv_search_gethostbyname+set}" = set; then :
12405   break
12406 fi
12407 done
12408 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12409
12410 else
12411   ac_cv_search_gethostbyname=no
12412 fi
12413 rm conftest.$ac_ext
12414 LIBS=$ac_func_search_save_LIBS
12415 fi
12416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12417 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12418 ac_res=$ac_cv_search_gethostbyname
12419 if test "$ac_res" != no; then :
12420   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12421
12422 fi
12423
12424
12425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12426 $as_echo_n "checking for library containing connect... " >&6; }
12427 if test "${ac_cv_search_connect+set}" = set; then :
12428   $as_echo_n "(cached) " >&6
12429 else
12430   ac_func_search_save_LIBS=$LIBS
12431 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12432 /* end confdefs.h.  */
12433
12434 /* Override any GCC internal prototype to avoid an error.
12435    Use char because int might match the return type of a GCC
12436    builtin and then its argument prototype would still apply.  */
12437 #ifdef __cplusplus
12438 extern "C"
12439 #endif
12440 char connect ();
12441 int
12442 main ()
12443 {
12444 return connect ();
12445   ;
12446   return 0;
12447 }
12448 _ACEOF
12449 for ac_lib in '' socket; do
12450   if test -z "$ac_lib"; then
12451     ac_res="none required"
12452   else
12453     ac_res=-l$ac_lib
12454     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12455   fi
12456   if ac_fn_c_try_link "$LINENO"; then :
12457   ac_cv_search_connect=$ac_res
12458 fi
12459 rm -f core conftest.err conftest.$ac_objext \
12460     conftest$ac_exeext
12461   if test "${ac_cv_search_connect+set}" = set; then :
12462   break
12463 fi
12464 done
12465 if test "${ac_cv_search_connect+set}" = set; then :
12466
12467 else
12468   ac_cv_search_connect=no
12469 fi
12470 rm conftest.$ac_ext
12471 LIBS=$ac_func_search_save_LIBS
12472 fi
12473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12474 $as_echo "$ac_cv_search_connect" >&6; }
12475 ac_res=$ac_cv_search_connect
12476 if test "$ac_res" != no; then :
12477   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12478
12479 fi
12480
12481
12482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12483 $as_echo_n "checking for library containing inet_aton... " >&6; }
12484 if test "${ac_cv_search_inet_aton+set}" = set; then :
12485   $as_echo_n "(cached) " >&6
12486 else
12487   ac_func_search_save_LIBS=$LIBS
12488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12489 /* end confdefs.h.  */
12490
12491 /* Override any GCC internal prototype to avoid an error.
12492    Use char because int might match the return type of a GCC
12493    builtin and then its argument prototype would still apply.  */
12494 #ifdef __cplusplus
12495 extern "C"
12496 #endif
12497 char inet_aton ();
12498 int
12499 main ()
12500 {
12501 return inet_aton ();
12502   ;
12503   return 0;
12504 }
12505 _ACEOF
12506 for ac_lib in '' resolv; do
12507   if test -z "$ac_lib"; then
12508     ac_res="none required"
12509   else
12510     ac_res=-l$ac_lib
12511     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12512   fi
12513   if ac_fn_c_try_link "$LINENO"; then :
12514   ac_cv_search_inet_aton=$ac_res
12515 fi
12516 rm -f core conftest.err conftest.$ac_objext \
12517     conftest$ac_exeext
12518   if test "${ac_cv_search_inet_aton+set}" = set; then :
12519   break
12520 fi
12521 done
12522 if test "${ac_cv_search_inet_aton+set}" = set; then :
12523
12524 else
12525   ac_cv_search_inet_aton=no
12526 fi
12527 rm conftest.$ac_ext
12528 LIBS=$ac_func_search_save_LIBS
12529 fi
12530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12531 $as_echo "$ac_cv_search_inet_aton" >&6; }
12532 ac_res=$ac_cv_search_inet_aton
12533 if test "$ac_res" != no; then :
12534   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12535
12536 fi
12537
12538
12539 for ac_func in \
12540         getaddrinfo \
12541         getnameinfo \
12542         getnetbyname \
12543         getprotobyname \
12544         getprotobynumber \
12545         getservbyport \
12546         inet_network \
12547         inet_ntop \
12548         inet_pton \
12549         sendmsg \
12550         socketpair \
12551
12552 do :
12553   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12554 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12555 eval as_val=\$$as_ac_var
12556    if test "x$as_val" = x""yes; then :
12557   cat >>confdefs.h <<_ACEOF
12558 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12559 _ACEOF
12560
12561 fi
12562 done
12563
12564
12565 LDAPLIBS=""
12566
12567 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12568 then
12569     ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12570 "
12571 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12572   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12573 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12574 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12575   $as_echo_n "(cached) " >&6
12576 else
12577   ac_check_lib_save_LIBS=$LIBS
12578 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12579 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12580 /* end confdefs.h.  */
12581
12582 /* Override any GCC internal prototype to avoid an error.
12583    Use char because int might match the return type of a GCC
12584    builtin and then its argument prototype would still apply.  */
12585 #ifdef __cplusplus
12586 extern "C"
12587 #endif
12588 char ldap_initialize ();
12589 int
12590 main ()
12591 {
12592 return ldap_initialize ();
12593   ;
12594   return 0;
12595 }
12596 _ACEOF
12597 if ac_fn_c_try_link "$LINENO"; then :
12598   ac_cv_lib_ldap_r_ldap_initialize=yes
12599 else
12600   ac_cv_lib_ldap_r_ldap_initialize=no
12601 fi
12602 rm -f core conftest.err conftest.$ac_objext \
12603     conftest$ac_exeext conftest.$ac_ext
12604 LIBS=$ac_check_lib_save_LIBS
12605 fi
12606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12607 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12608 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12609   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12610 $as_echo_n "checking for ber_init in -llber... " >&6; }
12611 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12612   $as_echo_n "(cached) " >&6
12613 else
12614   ac_check_lib_save_LIBS=$LIBS
12615 LIBS="-llber $LIBPTHREAD $LIBS"
12616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12617 /* end confdefs.h.  */
12618
12619 /* Override any GCC internal prototype to avoid an error.
12620    Use char because int might match the return type of a GCC
12621    builtin and then its argument prototype would still apply.  */
12622 #ifdef __cplusplus
12623 extern "C"
12624 #endif
12625 char ber_init ();
12626 int
12627 main ()
12628 {
12629 return ber_init ();
12630   ;
12631   return 0;
12632 }
12633 _ACEOF
12634 if ac_fn_c_try_link "$LINENO"; then :
12635   ac_cv_lib_lber_ber_init=yes
12636 else
12637   ac_cv_lib_lber_ber_init=no
12638 fi
12639 rm -f core conftest.err conftest.$ac_objext \
12640     conftest$ac_exeext conftest.$ac_ext
12641 LIBS=$ac_check_lib_save_LIBS
12642 fi
12643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12644 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12645 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12646
12647 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12648
12649                  LDAPLIBS="-lldap_r -llber"
12650 fi
12651
12652 fi
12653
12654 fi
12655
12656     ac_wine_check_funcs_save_LIBS="$LIBS"
12657 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12658 for ac_func in \
12659         ldap_count_references \
12660         ldap_first_reference \
12661         ldap_next_reference \
12662         ldap_parse_reference \
12663         ldap_parse_sort_control \
12664         ldap_parse_sortresponse_control \
12665         ldap_parse_vlv_control \
12666         ldap_parse_vlvresponse_control
12667 do :
12668   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12669 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12670 eval as_val=\$$as_ac_var
12671    if test "x$as_val" = x""yes; then :
12672   cat >>confdefs.h <<_ACEOF
12673 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12674 _ACEOF
12675
12676 fi
12677 done
12678
12679 LIBS="$ac_wine_check_funcs_save_LIBS"
12680 fi
12681 if test "x$LDAPLIBS" = "x"; then :
12682   case "x$with_ldap" in
12683   x)   as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12684   xno) ;;
12685   *)   as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12686 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12687 esac
12688 fi
12689
12690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12691 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12692 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12693   $as_echo_n "(cached) " >&6
12694 else
12695   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12696 /* end confdefs.h.  */
12697 #include <sys/stat.h>
12698 int
12699 main ()
12700 {
12701 mkdir("foo");
12702   ;
12703   return 0;
12704 }
12705 _ACEOF
12706 if ac_fn_c_try_compile "$LINENO"; then :
12707   wine_cv_one_arg_mkdir=yes
12708 else
12709   wine_cv_one_arg_mkdir=no
12710 fi
12711 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12712 fi
12713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12714 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12715 if test "$wine_cv_one_arg_mkdir" = "yes"
12716 then
12717
12718 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12719
12720 fi
12721
12722
12723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12724 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12725 if test "${ac_cv_c_const+set}" = set; then :
12726   $as_echo_n "(cached) " >&6
12727 else
12728   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12729 /* end confdefs.h.  */
12730
12731 int
12732 main ()
12733 {
12734 /* FIXME: Include the comments suggested by Paul. */
12735 #ifndef __cplusplus
12736   /* Ultrix mips cc rejects this.  */
12737   typedef int charset[2];
12738   const charset cs;
12739   /* SunOS 4.1.1 cc rejects this.  */
12740   char const *const *pcpcc;
12741   char **ppc;
12742   /* NEC SVR4.0.2 mips cc rejects this.  */
12743   struct point {int x, y;};
12744   static struct point const zero = {0,0};
12745   /* AIX XL C 1.02.0.0 rejects this.
12746      It does not let you subtract one const X* pointer from another in
12747      an arm of an if-expression whose if-part is not a constant
12748      expression */
12749   const char *g = "string";
12750   pcpcc = &g + (g ? g-g : 0);
12751   /* HPUX 7.0 cc rejects these. */
12752   ++pcpcc;
12753   ppc = (char**) pcpcc;
12754   pcpcc = (char const *const *) ppc;
12755   { /* SCO 3.2v4 cc rejects this.  */
12756     char *t;
12757     char const *s = 0 ? (char *) 0 : (char const *) 0;
12758
12759     *t++ = 0;
12760     if (s) return 0;
12761   }
12762   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
12763     int x[] = {25, 17};
12764     const int *foo = &x[0];
12765     ++foo;
12766   }
12767   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12768     typedef const int *iptr;
12769     iptr p = 0;
12770     ++p;
12771   }
12772   { /* AIX XL C 1.02.0.0 rejects this saying
12773        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12774     struct s { int j; const int *ap[3]; };
12775     struct s *b; b->j = 5;
12776   }
12777   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12778     const int foo = 10;
12779     if (!foo) return 0;
12780   }
12781   return !cs[0] && !zero.x;
12782 #endif
12783
12784   ;
12785   return 0;
12786 }
12787 _ACEOF
12788 if ac_fn_c_try_compile "$LINENO"; then :
12789   ac_cv_c_const=yes
12790 else
12791   ac_cv_c_const=no
12792 fi
12793 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12794 fi
12795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12796 $as_echo "$ac_cv_c_const" >&6; }
12797 if test $ac_cv_c_const = no; then
12798
12799 $as_echo "#define const /**/" >>confdefs.h
12800
12801 fi
12802
12803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12804 $as_echo_n "checking for inline... " >&6; }
12805 if test "${ac_cv_c_inline+set}" = set; then :
12806   $as_echo_n "(cached) " >&6
12807 else
12808   ac_cv_c_inline=no
12809 for ac_kw in inline __inline__ __inline; do
12810   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12811 /* end confdefs.h.  */
12812 #ifndef __cplusplus
12813 typedef int foo_t;
12814 static $ac_kw foo_t static_foo () {return 0; }
12815 $ac_kw foo_t foo () {return 0; }
12816 #endif
12817
12818 _ACEOF
12819 if ac_fn_c_try_compile "$LINENO"; then :
12820   ac_cv_c_inline=$ac_kw
12821 fi
12822 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12823   test "$ac_cv_c_inline" != no && break
12824 done
12825
12826 fi
12827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12828 $as_echo "$ac_cv_c_inline" >&6; }
12829
12830 case $ac_cv_c_inline in
12831   inline | yes) ;;
12832   *)
12833     case $ac_cv_c_inline in
12834       no) ac_val=;;
12835       *) ac_val=$ac_cv_c_inline;;
12836     esac
12837     cat >>confdefs.h <<_ACEOF
12838 #ifndef __cplusplus
12839 #define inline $ac_val
12840 #endif
12841 _ACEOF
12842     ;;
12843 esac
12844
12845 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12846 if test "x$ac_cv_type_mode_t" = x""yes; then :
12847
12848 cat >>confdefs.h <<_ACEOF
12849 #define HAVE_MODE_T 1
12850 _ACEOF
12851
12852
12853 fi
12854 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12855 if test "x$ac_cv_type_off_t" = x""yes; then :
12856
12857 cat >>confdefs.h <<_ACEOF
12858 #define HAVE_OFF_T 1
12859 _ACEOF
12860
12861
12862 fi
12863 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12864 if test "x$ac_cv_type_pid_t" = x""yes; then :
12865
12866 cat >>confdefs.h <<_ACEOF
12867 #define HAVE_PID_T 1
12868 _ACEOF
12869
12870
12871 fi
12872 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12873 if test "x$ac_cv_type_size_t" = x""yes; then :
12874
12875 cat >>confdefs.h <<_ACEOF
12876 #define HAVE_SIZE_T 1
12877 _ACEOF
12878
12879
12880 fi
12881 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12882 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12883
12884 cat >>confdefs.h <<_ACEOF
12885 #define HAVE_SSIZE_T 1
12886 _ACEOF
12887
12888
12889 fi
12890 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12891 if test "x$ac_cv_type_long_long" = x""yes; then :
12892
12893 cat >>confdefs.h <<_ACEOF
12894 #define HAVE_LONG_LONG 1
12895 _ACEOF
12896
12897
12898 fi
12899 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12900 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12901
12902 cat >>confdefs.h <<_ACEOF
12903 #define HAVE_FSBLKCNT_T 1
12904 _ACEOF
12905
12906
12907 fi
12908 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12909 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12910
12911 cat >>confdefs.h <<_ACEOF
12912 #define HAVE_FSFILCNT_T 1
12913 _ACEOF
12914
12915
12916 fi
12917
12918 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12919 #include <signal.h>
12920 "
12921 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12922
12923 cat >>confdefs.h <<_ACEOF
12924 #define HAVE_SIGSET_T 1
12925 _ACEOF
12926
12927
12928 fi
12929
12930 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12931 "
12932 if test "x$ac_cv_type_request_sense" = x""yes; then :
12933
12934 cat >>confdefs.h <<_ACEOF
12935 #define HAVE_REQUEST_SENSE 1
12936 _ACEOF
12937
12938
12939 fi
12940
12941
12942 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12943 #ifdef HAVE_SYS_SOCKET_H
12944 #include <sys/socket.h>
12945 #endif
12946 #ifdef HAVE_SYS_SOCKETVAR_H
12947 #include <sys/socketvar.h>
12948 #endif
12949 #ifdef HAVE_NET_ROUTE_H
12950 #include <net/route.h>
12951 #endif
12952 #ifdef HAVE_NETINET_IN_H
12953 #include <netinet/in.h>
12954 #endif
12955 #ifdef HAVE_NETINET_IN_SYSTM_H
12956 #include <netinet/in_systm.h>
12957 #endif
12958 #ifdef HAVE_NETINET_IP_H
12959 #include <netinet/ip.h>
12960 #endif
12961 #ifdef HAVE_NETINET_IN_PCB_H
12962 #include <netinet/in_pcb.h>
12963 #endif
12964 "
12965 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12966
12967 cat >>confdefs.h <<_ACEOF
12968 #define HAVE_STRUCT_XINPGEN 1
12969 _ACEOF
12970
12971
12972 fi
12973
12974
12975 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12976 #include <linux/input.h>
12977 #endif
12978 "
12979 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12980
12981 cat >>confdefs.h <<_ACEOF
12982 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12983 _ACEOF
12984
12985
12986 fi
12987
12988
12989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12990 $as_echo_n "checking for sigaddset... " >&6; }
12991 if test "${wine_cv_have_sigaddset+set}" = set; then :
12992   $as_echo_n "(cached) " >&6
12993 else
12994   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12995 /* end confdefs.h.  */
12996 #include <signal.h>
12997 int
12998 main ()
12999 {
13000 sigset_t set; sigaddset(&set,SIGTERM);
13001   ;
13002   return 0;
13003 }
13004 _ACEOF
13005 if ac_fn_c_try_link "$LINENO"; then :
13006   wine_cv_have_sigaddset=yes
13007 else
13008   wine_cv_have_sigaddset=no
13009 fi
13010 rm -f core conftest.err conftest.$ac_objext \
13011     conftest$ac_exeext conftest.$ac_ext
13012 fi
13013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
13014 $as_echo "$wine_cv_have_sigaddset" >&6; }
13015 if test "$wine_cv_have_sigaddset" = "yes"
13016 then
13017
13018 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
13019
13020 fi
13021
13022
13023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
13024 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
13025 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
13026   $as_echo_n "(cached) " >&6
13027 else
13028   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13029 /* end confdefs.h.  */
13030 #include <netdb.h>
13031 int
13032 main ()
13033 {
13034
13035     char *name=0;
13036     struct hostent he;
13037     struct hostent *result;
13038     char *buf=0;
13039     int bufsize=0;
13040     int res,errnr;
13041     char *addr=0;
13042     int addrlen=0;
13043     int addrtype=0;
13044     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
13045     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
13046
13047   ;
13048   return 0;
13049 }
13050 _ACEOF
13051 if ac_fn_c_try_link "$LINENO"; then :
13052   wine_cv_linux_gethostbyname_r_6=yes
13053 else
13054   wine_cv_linux_gethostbyname_r_6=no
13055
13056 fi
13057 rm -f core conftest.err conftest.$ac_objext \
13058     conftest$ac_exeext conftest.$ac_ext
13059
13060 fi
13061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
13062 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
13063    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
13064    then
13065
13066 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
13067
13068    fi
13069
13070 if test "$ac_cv_header_linux_joystick_h" = "yes"
13071 then
13072    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
13073 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
13074 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
13075   $as_echo_n "(cached) " >&6
13076 else
13077   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13078 /* end confdefs.h.  */
13079
13080         #include <sys/ioctl.h>
13081         #include <sys/types.h>
13082         #include <linux/joystick.h>
13083
13084         struct js_event blub;
13085         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
13086         #error "no 2.2 header"
13087         #endif
13088
13089 int
13090 main ()
13091 {
13092 /*empty*/
13093   ;
13094   return 0;
13095 }
13096 _ACEOF
13097 if ac_fn_c_try_compile "$LINENO"; then :
13098   wine_cv_linux_joystick_22_api=yes
13099 else
13100   wine_cv_linux_joystick_22_api=no
13101 fi
13102 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13103
13104 fi
13105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
13106 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
13107    if test "$wine_cv_linux_joystick_22_api" = "yes"
13108    then
13109
13110 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
13111
13112    fi
13113 fi
13114
13115
13116 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
13117 #ifdef HAVE_SYS_PARAM_H
13118 # include <sys/param.h>
13119 #endif
13120 #ifdef HAVE_SYS_MOUNT_H
13121 # include <sys/mount.h>
13122 #endif
13123 #ifdef HAVE_SYS_VFS_H
13124 # include <sys/vfs.h>
13125 #endif
13126 #ifdef HAVE_SYS_STATFS_H
13127 # include <sys/statfs.h>
13128 #endif
13129 "
13130 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
13131
13132 cat >>confdefs.h <<_ACEOF
13133 #define HAVE_STRUCT_STATFS_F_BFREE 1
13134 _ACEOF
13135
13136
13137 fi
13138 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
13139 #ifdef HAVE_SYS_PARAM_H
13140 # include <sys/param.h>
13141 #endif
13142 #ifdef HAVE_SYS_MOUNT_H
13143 # include <sys/mount.h>
13144 #endif
13145 #ifdef HAVE_SYS_VFS_H
13146 # include <sys/vfs.h>
13147 #endif
13148 #ifdef HAVE_SYS_STATFS_H
13149 # include <sys/statfs.h>
13150 #endif
13151 "
13152 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
13153
13154 cat >>confdefs.h <<_ACEOF
13155 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
13156 _ACEOF
13157
13158
13159 fi
13160 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
13161 #ifdef HAVE_SYS_PARAM_H
13162 # include <sys/param.h>
13163 #endif
13164 #ifdef HAVE_SYS_MOUNT_H
13165 # include <sys/mount.h>
13166 #endif
13167 #ifdef HAVE_SYS_VFS_H
13168 # include <sys/vfs.h>
13169 #endif
13170 #ifdef HAVE_SYS_STATFS_H
13171 # include <sys/statfs.h>
13172 #endif
13173 "
13174 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
13175
13176 cat >>confdefs.h <<_ACEOF
13177 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
13178 _ACEOF
13179
13180
13181 fi
13182 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13183 #ifdef HAVE_SYS_PARAM_H
13184 # include <sys/param.h>
13185 #endif
13186 #ifdef HAVE_SYS_MOUNT_H
13187 # include <sys/mount.h>
13188 #endif
13189 #ifdef HAVE_SYS_VFS_H
13190 # include <sys/vfs.h>
13191 #endif
13192 #ifdef HAVE_SYS_STATFS_H
13193 # include <sys/statfs.h>
13194 #endif
13195 "
13196 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13197
13198 cat >>confdefs.h <<_ACEOF
13199 #define HAVE_STRUCT_STATFS_F_FFREE 1
13200 _ACEOF
13201
13202
13203 fi
13204 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13205 #ifdef HAVE_SYS_PARAM_H
13206 # include <sys/param.h>
13207 #endif
13208 #ifdef HAVE_SYS_MOUNT_H
13209 # include <sys/mount.h>
13210 #endif
13211 #ifdef HAVE_SYS_VFS_H
13212 # include <sys/vfs.h>
13213 #endif
13214 #ifdef HAVE_SYS_STATFS_H
13215 # include <sys/statfs.h>
13216 #endif
13217 "
13218 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13219
13220 cat >>confdefs.h <<_ACEOF
13221 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13222 _ACEOF
13223
13224
13225 fi
13226 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13227 #ifdef HAVE_SYS_PARAM_H
13228 # include <sys/param.h>
13229 #endif
13230 #ifdef HAVE_SYS_MOUNT_H
13231 # include <sys/mount.h>
13232 #endif
13233 #ifdef HAVE_SYS_VFS_H
13234 # include <sys/vfs.h>
13235 #endif
13236 #ifdef HAVE_SYS_STATFS_H
13237 # include <sys/statfs.h>
13238 #endif
13239 "
13240 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13241
13242 cat >>confdefs.h <<_ACEOF
13243 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13244 _ACEOF
13245
13246
13247 fi
13248
13249
13250 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13251 #include <sys/statvfs.h>
13252 #endif
13253 "
13254 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13255
13256 cat >>confdefs.h <<_ACEOF
13257 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13258 _ACEOF
13259
13260
13261 fi
13262
13263
13264 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13265 #ifdef HAVE_SYS_SOCKET_H
13266 # include <sys/socket.h>
13267 #endif
13268 #ifdef HAVE_SYS_UN_H
13269 # include <sys/un.h>
13270 #endif
13271 "
13272 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13273
13274 cat >>confdefs.h <<_ACEOF
13275 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13276 _ACEOF
13277
13278
13279 fi
13280 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13281 #ifdef HAVE_SYS_SOCKET_H
13282 # include <sys/socket.h>
13283 #endif
13284 #ifdef HAVE_SYS_UN_H
13285 # include <sys/un.h>
13286 #endif
13287 "
13288 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13289
13290 cat >>confdefs.h <<_ACEOF
13291 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13292 _ACEOF
13293
13294
13295 fi
13296 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13297 #ifdef HAVE_SYS_SOCKET_H
13298 # include <sys/socket.h>
13299 #endif
13300 #ifdef HAVE_SYS_UN_H
13301 # include <sys/un.h>
13302 #endif
13303 "
13304 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13305
13306 cat >>confdefs.h <<_ACEOF
13307 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13308 _ACEOF
13309
13310
13311 fi
13312
13313
13314 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13315 #ifdef HAVE_SCSI_SG_H
13316 #include <scsi/sg.h>
13317 #endif
13318 "
13319 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13320
13321 cat >>confdefs.h <<_ACEOF
13322 #define HAVE_SCSIREQ_T_CMD 1
13323 _ACEOF
13324
13325
13326 fi
13327 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>
13328 #ifdef HAVE_SCSI_SG_H
13329 #include <scsi/sg.h>
13330 #endif
13331 "
13332 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13333
13334 cat >>confdefs.h <<_ACEOF
13335 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13336 _ACEOF
13337
13338
13339 fi
13340
13341
13342 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13343 "
13344 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13345
13346 cat >>confdefs.h <<_ACEOF
13347 #define HAVE_SIGINFO_T_SI_FD 1
13348 _ACEOF
13349
13350
13351 fi
13352
13353
13354 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13355 #ifdef HAVE_SYS_MTIO_H
13356 #include <sys/mtio.h>
13357 #endif
13358 "
13359 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13360
13361 cat >>confdefs.h <<_ACEOF
13362 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13363 _ACEOF
13364
13365
13366 fi
13367 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13368 #ifdef HAVE_SYS_MTIO_H
13369 #include <sys/mtio.h>
13370 #endif
13371 "
13372 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13373
13374 cat >>confdefs.h <<_ACEOF
13375 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13376 _ACEOF
13377
13378
13379 fi
13380 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13381 #ifdef HAVE_SYS_MTIO_H
13382 #include <sys/mtio.h>
13383 #endif
13384 "
13385 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13386
13387 cat >>confdefs.h <<_ACEOF
13388 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13389 _ACEOF
13390
13391
13392 fi
13393
13394
13395 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13396 #include <getopt.h>
13397 #endif
13398 "
13399 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13400
13401 cat >>confdefs.h <<_ACEOF
13402 #define HAVE_STRUCT_OPTION_NAME 1
13403 _ACEOF
13404
13405
13406 fi
13407
13408
13409 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13410 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13411
13412 cat >>confdefs.h <<_ACEOF
13413 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13414 _ACEOF
13415
13416
13417 fi
13418 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13419 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13420
13421 cat >>confdefs.h <<_ACEOF
13422 #define HAVE_STRUCT_STAT_ST_MTIM 1
13423 _ACEOF
13424
13425
13426 fi
13427 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13428 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13429
13430 cat >>confdefs.h <<_ACEOF
13431 #define HAVE_STRUCT_STAT_ST_CTIM 1
13432 _ACEOF
13433
13434
13435 fi
13436 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13437 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13438
13439 cat >>confdefs.h <<_ACEOF
13440 #define HAVE_STRUCT_STAT_ST_ATIM 1
13441 _ACEOF
13442
13443
13444 fi
13445
13446
13447 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
13448 #include <sys/types.h>
13449 #endif
13450 #ifdef HAVE_NETINET_IN_H
13451 #include <netinet/in.h>
13452 #endif
13453 "
13454 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13455
13456 cat >>confdefs.h <<_ACEOF
13457 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13458 _ACEOF
13459
13460
13461 fi
13462
13463
13464 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13465 #include <sys/types.h>
13466 #endif
13467 #ifdef HAVE_NETINET_IN_H
13468 # include <netinet/in.h>
13469 #endif
13470 #ifdef HAVE_ARPA_NAMESER_H
13471 # include <arpa/nameser.h>
13472 #endif
13473 "
13474 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13475
13476 cat >>confdefs.h <<_ACEOF
13477 #define HAVE_NS_MSG__MSG_PTR 1
13478 _ACEOF
13479
13480
13481 fi
13482
13483
13484 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13485 #include <sys/types.h>
13486 #endif
13487 #ifdef HAVE_ALIAS_H
13488 #include <alias.h>
13489 #endif
13490 #ifdef HAVE_SYS_SOCKET_H
13491 #include <sys/socket.h>
13492 #endif
13493 #ifdef HAVE_SYS_SOCKETVAR_H
13494 #include <sys/socketvar.h>
13495 #endif
13496 #ifdef HAVE_SYS_TIMEOUT_H
13497 #include <sys/timeout.h>
13498 #endif
13499 #ifdef HAVE_NETINET_IN_H
13500 #include <netinet/in.h>
13501 #endif
13502 #ifdef HAVE_NETINET_IN_SYSTM_H
13503 #include <netinet/in_systm.h>
13504 #endif
13505 #ifdef HAVE_NETINET_IP_H
13506 #include <netinet/ip.h>
13507 #endif
13508 #ifdef HAVE_NETINET_IP_VAR_H
13509 #include <netinet/ip_var.h>
13510 #endif
13511 #ifdef HAVE_NETINET_IP_ICMP_H
13512 #include <netinet/ip_icmp.h>
13513 #endif
13514 #ifdef HAVE_NETINET_ICMP_VAR
13515 #include <netinet/icmp_var.h>
13516 #endif
13517 "
13518 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13519
13520 cat >>confdefs.h <<_ACEOF
13521 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13522 _ACEOF
13523
13524
13525 fi
13526
13527
13528 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
13529 #include <sys/types.h>
13530 #endif
13531 #ifdef HAVE_NET_IF_H
13532 # include <net/if.h>
13533 #endif
13534 "
13535 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then :
13536
13537 cat >>confdefs.h <<_ACEOF
13538 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
13539 _ACEOF
13540
13541
13542 fi
13543
13544
13545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13546 $as_echo_n "checking for timezone variable... " >&6; }
13547 if test "${ac_cv_have_timezone+set}" = set; then :
13548   $as_echo_n "(cached) " >&6
13549 else
13550   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13551 /* end confdefs.h.  */
13552 #include <time.h>
13553 int
13554 main ()
13555 {
13556 timezone = 1
13557   ;
13558   return 0;
13559 }
13560 _ACEOF
13561 if ac_fn_c_try_link "$LINENO"; then :
13562   ac_cv_have_timezone="yes"
13563 else
13564   ac_cv_have_timezone="no"
13565 fi
13566 rm -f core conftest.err conftest.$ac_objext \
13567     conftest$ac_exeext conftest.$ac_ext
13568 fi
13569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13570 $as_echo "$ac_cv_have_timezone" >&6; }
13571 if test "$ac_cv_have_timezone" = "yes"
13572 then
13573
13574 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13575
13576 fi
13577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13578 $as_echo_n "checking for daylight variable... " >&6; }
13579 if test "${ac_cv_have_daylight+set}" = set; then :
13580   $as_echo_n "(cached) " >&6
13581 else
13582   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13583 /* end confdefs.h.  */
13584 #include <time.h>
13585 int
13586 main ()
13587 {
13588 daylight = 1
13589   ;
13590   return 0;
13591 }
13592 _ACEOF
13593 if ac_fn_c_try_link "$LINENO"; then :
13594   ac_cv_have_daylight="yes"
13595 else
13596   ac_cv_have_daylight="no"
13597 fi
13598 rm -f core conftest.err conftest.$ac_objext \
13599     conftest$ac_exeext conftest.$ac_ext
13600 fi
13601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13602 $as_echo "$ac_cv_have_daylight" >&6; }
13603 if test "$ac_cv_have_daylight" = "yes"
13604 then
13605
13606 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13607
13608 fi
13609
13610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13611 $as_echo_n "checking for isinf... " >&6; }
13612 if test "${ac_cv_have_isinf+set}" = set; then :
13613   $as_echo_n "(cached) " >&6
13614 else
13615   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13616 /* end confdefs.h.  */
13617 #include <math.h>
13618 int
13619 main ()
13620 {
13621 float f = 0.0; int i=isinf(f)
13622   ;
13623   return 0;
13624 }
13625 _ACEOF
13626 if ac_fn_c_try_link "$LINENO"; then :
13627   ac_cv_have_isinf="yes"
13628 else
13629   ac_cv_have_isinf="no"
13630 fi
13631 rm -f core conftest.err conftest.$ac_objext \
13632     conftest$ac_exeext conftest.$ac_ext
13633 fi
13634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13635 $as_echo "$ac_cv_have_isinf" >&6; }
13636 if test "$ac_cv_have_isinf" = "yes"
13637 then
13638
13639 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13640
13641 fi
13642
13643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13644 $as_echo_n "checking for isnan... " >&6; }
13645 if test "${ac_cv_have_isnan+set}" = set; then :
13646   $as_echo_n "(cached) " >&6
13647 else
13648   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13649 /* end confdefs.h.  */
13650 #include <math.h>
13651 int
13652 main ()
13653 {
13654 float f = 0.0; int i=isnan(f)
13655   ;
13656   return 0;
13657 }
13658 _ACEOF
13659 if ac_fn_c_try_link "$LINENO"; then :
13660   ac_cv_have_isnan="yes"
13661 else
13662   ac_cv_have_isnan="no"
13663 fi
13664 rm -f core conftest.err conftest.$ac_objext \
13665     conftest$ac_exeext conftest.$ac_ext
13666 fi
13667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13668 $as_echo "$ac_cv_have_isnan" >&6; }
13669 if test "$ac_cv_have_isnan" = "yes"
13670 then
13671
13672 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13673
13674 fi
13675
13676
13677 case $host_cpu in
13678   *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13679 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13680 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13681   $as_echo_n "(cached) " >&6
13682 else
13683   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13684 /* end confdefs.h.  */
13685 #ifndef __i386__
13686 yes
13687 #endif
13688 _ACEOF
13689 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13690   $EGREP "yes" >/dev/null 2>&1; then :
13691   ac_cv_cpp_def___i386__=yes
13692 else
13693   ac_cv_cpp_def___i386__=no
13694 fi
13695 rm -f conftest*
13696
13697 fi
13698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13699 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13700 if test $ac_cv_cpp_def___i386__ = yes; then :
13701   CFLAGS="$CFLAGS -D__i386__"
13702   LINTFLAGS="$LINTFLAGS -D__i386__"
13703 fi ;;
13704   *x86_64*)         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13705 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13706 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13707   $as_echo_n "(cached) " >&6
13708 else
13709   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13710 /* end confdefs.h.  */
13711 #ifndef __x86_64__
13712 yes
13713 #endif
13714 _ACEOF
13715 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13716   $EGREP "yes" >/dev/null 2>&1; then :
13717   ac_cv_cpp_def___x86_64__=yes
13718 else
13719   ac_cv_cpp_def___x86_64__=no
13720 fi
13721 rm -f conftest*
13722
13723 fi
13724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13725 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13726 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13727   CFLAGS="$CFLAGS -D__x86_64__"
13728   LINTFLAGS="$LINTFLAGS -D__x86_64__"
13729 fi ;;
13730   *alpha*)          { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13731 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13732 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13733   $as_echo_n "(cached) " >&6
13734 else
13735   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13736 /* end confdefs.h.  */
13737 #ifndef __ALPHA__
13738 yes
13739 #endif
13740 _ACEOF
13741 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13742   $EGREP "yes" >/dev/null 2>&1; then :
13743   ac_cv_cpp_def___ALPHA__=yes
13744 else
13745   ac_cv_cpp_def___ALPHA__=no
13746 fi
13747 rm -f conftest*
13748
13749 fi
13750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13751 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13752 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13753   CFLAGS="$CFLAGS -D__ALPHA__"
13754   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13755 fi ;;
13756   *sparc*)          { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13757 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13758 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13759   $as_echo_n "(cached) " >&6
13760 else
13761   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13762 /* end confdefs.h.  */
13763 #ifndef __sparc__
13764 yes
13765 #endif
13766 _ACEOF
13767 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13768   $EGREP "yes" >/dev/null 2>&1; then :
13769   ac_cv_cpp_def___sparc__=yes
13770 else
13771   ac_cv_cpp_def___sparc__=no
13772 fi
13773 rm -f conftest*
13774
13775 fi
13776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13777 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13778 if test $ac_cv_cpp_def___sparc__ = yes; then :
13779   CFLAGS="$CFLAGS -D__sparc__"
13780   LINTFLAGS="$LINTFLAGS -D__sparc__"
13781 fi ;;
13782   *powerpc*)        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13783 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13784 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13785   $as_echo_n "(cached) " >&6
13786 else
13787   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13788 /* end confdefs.h.  */
13789 #ifndef __powerpc__
13790 yes
13791 #endif
13792 _ACEOF
13793 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13794   $EGREP "yes" >/dev/null 2>&1; then :
13795   ac_cv_cpp_def___powerpc__=yes
13796 else
13797   ac_cv_cpp_def___powerpc__=no
13798 fi
13799 rm -f conftest*
13800
13801 fi
13802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13803 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13804 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13805   CFLAGS="$CFLAGS -D__powerpc__"
13806   LINTFLAGS="$LINTFLAGS -D__powerpc__"
13807 fi ;;
13808 esac
13809
13810 case $host_vendor in
13811   *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13812 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13813 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13814   $as_echo_n "(cached) " >&6
13815 else
13816   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13817 /* end confdefs.h.  */
13818 #ifndef __sun__
13819 yes
13820 #endif
13821 _ACEOF
13822 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13823   $EGREP "yes" >/dev/null 2>&1; then :
13824   ac_cv_cpp_def___sun__=yes
13825 else
13826   ac_cv_cpp_def___sun__=no
13827 fi
13828 rm -f conftest*
13829
13830 fi
13831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13832 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13833 if test $ac_cv_cpp_def___sun__ = yes; then :
13834   CFLAGS="$CFLAGS -D__sun__"
13835   LINTFLAGS="$LINTFLAGS -D__sun__"
13836 fi ;;
13837 esac
13838
13839
13840
13841
13842 ac_config_commands="$ac_config_commands include/stamp-h"
13843
13844
13845 ALL_MAKEFILE_DEPENDS="
13846 # Rules automatically generated by configure
13847
13848 .INIT: Makefile
13849 .BEGIN: Makefile
13850 .MAKEFILEDEPS:
13851 Makefile: Makefile.in Make.rules config.status
13852         @./config.status Make.tmp Makefile"
13853
13854 ALL_WINETEST_DEPENDS="# Test binaries"
13855
13856 ALL_TEST_BINARIES=""
13857
13858
13859 wine_fn_append_file ()
13860 {
13861     as_fn_append $1 " \\$as_nl  $2"
13862 }
13863
13864 wine_fn_append_rule ()
13865 {
13866     as_fn_append $1 "$as_nl$2"
13867 }
13868
13869 wine_fn_all_dir_rules ()
13870 {
13871     wine_fn_append_file ALL_DIRS $1
13872     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13873 "__clean__ .PHONY: $1/__clean__
13874 $1/__clean__: $1/Makefile
13875         @cd $1 && \$(MAKE) clean
13876         \$(RM) $1/Makefile
13877 $1/Makefile: $1/Makefile.in config.status $2
13878         @./config.status --file $1/Makefile && cd $1 && \$(MAKE) depend
13879 depend .PHONY: $1/__depend__
13880 $1/__depend__: \$(MAKEDEP) dummy
13881         @./config.status --file $1/Makefile && cd $1 && \$(MAKE) depend"
13882 }
13883
13884 wine_fn_config_makefile ()
13885 {
13886     ac_dir=$1
13887     ac_enable=$2
13888     wine_fn_all_dir_rules $ac_dir "Make.rules \$(MAKEDEP)"
13889
13890     eval as_val=\$$ac_enable
13891    if test "x$as_val" = x""no; then :
13892
13893 else
13894   wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13895 "all .PHONY: $ac_dir
13896 $ac_dir: $ac_dir/Makefile dummy
13897         @cd $ac_dir && \$(MAKE)
13898 install:: $ac_dir
13899         @cd $ac_dir && \$(MAKE) install
13900 install-lib:: $ac_dir
13901         @cd $ac_dir && \$(MAKE) install-lib
13902 install-dev:: $ac_dir
13903         @cd $ac_dir && \$(MAKE) install-dev
13904 uninstall:: $ac_dir/Makefile
13905         @cd $ac_dir && \$(MAKE) uninstall"
13906 fi
13907 }
13908
13909 wine_fn_config_lib ()
13910 {
13911     ac_name=$1
13912     ac_dir=dlls/$ac_name
13913     wine_fn_all_dir_rules $ac_dir "dlls/Makeimplib.rules \$(MAKEDEP)"
13914     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13915 "all __builddeps__: $ac_dir
13916 __buildcrossdeps__: $ac_dir/lib$ac_name.cross.a
13917 $ac_dir $ac_dir/lib$ac_name.cross.a: $ac_dir/Makefile tools/widl tools/winebuild tools/winegcc include
13918 $ac_dir: dummy
13919         @cd $ac_dir && \$(MAKE)
13920 $ac_dir/lib$ac_name.cross.a: dummy
13921         @cd $ac_dir && \$(MAKE) lib$ac_name.cross.a
13922 install install-dev:: $ac_dir
13923         @cd $ac_dir && \$(MAKE) install
13924 uninstall:: $ac_dir/Makefile
13925         @cd $ac_dir && \$(MAKE) uninstall"
13926 }
13927
13928 wine_fn_config_dll ()
13929 {
13930     ac_dir=$1
13931     ac_enable=$2
13932     ac_implib=$3
13933     ac_implibsrc=$4
13934     ac_file="dlls/$ac_dir/lib$ac_implib"
13935     ac_deps="tools/widl tools/winebuild tools/winegcc include"
13936
13937     wine_fn_all_dir_rules dlls/$ac_dir "dlls/Makedll.rules \$(MAKEDEP)"
13938
13939     eval as_val=\$$ac_enable
13940    if test "x$as_val" = x""no; then :
13941                 test "$ac_enable" != enable_win16 || return 0
13942 else
13943   wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13944 "all .PHONY: dlls/$ac_dir
13945 dlls/$ac_dir: dlls/$ac_dir/Makefile __builddeps__ dummy
13946         @cd dlls/$ac_dir && \$(MAKE)
13947 install:: dlls/$ac_dir/Makefile __builddeps__
13948         @cd dlls/$ac_dir && \$(MAKE) install
13949 install-lib:: dlls/$ac_dir/Makefile __builddeps__
13950         @cd dlls/$ac_dir && \$(MAKE) install-lib
13951 uninstall manpages htmlpages sgmlpages xmlpages:: dlls/$ac_dir/Makefile
13952         @cd dlls/$ac_dir && \$(MAKE) \$@"
13953 fi
13954
13955     if test -n "$ac_implibsrc"
13956     then
13957         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13958 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
13959 __buildcrossdeps__: $ac_file.cross.a
13960 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
13961 $ac_file.def: dlls/$ac_dir/$ac_dir.spec dlls/$ac_dir/Makefile
13962         @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`
13963 $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: dlls/$ac_dir/Makefile dummy
13964         @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`
13965 install-dev:: dlls/$ac_dir/Makefile __builddeps__
13966         @cd dlls/$ac_dir && \$(MAKE) install-dev"
13967     elif test -n "$ac_implib"
13968     then
13969         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13970 "__builddeps__: $ac_file.$IMPLIBEXT
13971 __buildcrossdeps__: $ac_file.cross.a
13972 $ac_file.$IMPLIBEXT $ac_file.cross.a: dlls/$ac_dir/$ac_dir.spec dlls/$ac_dir/Makefile $ac_deps
13973         @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`
13974 install-dev:: dlls/$ac_dir/Makefile __builddeps__
13975         @cd dlls/$ac_dir && \$(MAKE) install-dev"
13976
13977         if test "$ac_dir" != "$ac_implib"
13978         then
13979             wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13980 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
13981 __buildcrossdeps__: dlls/lib$ac_implib.cross.a
13982 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
13983         \$(RM) \$@ && \$(LN_S) $ac_dir/lib$ac_implib.$IMPLIBEXT \$@
13984 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
13985         \$(RM) \$@ && \$(LN_S) $ac_dir/lib$ac_implib.cross.a \$@
13986 clean::
13987         \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
13988         fi
13989     fi
13990 }
13991
13992 wine_fn_config_program ()
13993 {
13994     ac_dir=$1
13995     ac_enable=$2
13996     ac_install=$3
13997     wine_fn_all_dir_rules programs/$ac_dir "programs/Makeprog.rules \$(MAKEDEP)"
13998
13999     eval as_val=\$$ac_enable
14000    if test "x$as_val" = x""no; then :
14001
14002 else
14003   wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14004 "all .PHONY: programs/$ac_dir
14005 programs/$ac_dir: programs/$ac_dir/Makefile __builddeps__ dummy
14006         @cd programs/$ac_dir && \$(MAKE)"
14007
14008     test -n "$ac_install" || return
14009     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14010 "install install-lib:: programs/$ac_dir/Makefile __builddeps__
14011         @cd programs/$ac_dir && \$(MAKE) install
14012 uninstall:: programs/$ac_dir/Makefile
14013         @cd programs/$ac_dir && \$(MAKE) uninstall"
14014     if test "$ac_install" = installbin -a -n "$DLLEXT" -a "x$enable_tools" != xno
14015     then
14016         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14017 "install install-lib:: tools \$(DESTDIR)\$(bindir)
14018         \$(INSTALL_SCRIPT) tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_dir
14019 uninstall::
14020         \$(RM) \$(DESTDIR)\$(bindir)/$ac_dir"
14021     fi
14022 fi
14023 }
14024
14025 wine_fn_config_test ()
14026 {
14027     ac_dir=$1
14028     ac_name=$2
14029     wine_fn_append_file ALL_TEST_BINARIES $ac_name.exe
14030     wine_fn_append_rule ALL_WINETEST_DEPENDS \
14031 "$ac_name.exe: \$(TOPOBJDIR)/$ac_dir/$ac_name.exe$DLLEXT
14032         cp \$(TOPOBJDIR)/$ac_dir/$ac_name.exe$DLLEXT \$@ && \$(STRIP) \$@
14033 $ac_name.rc:
14034         echo \"$ac_name.exe TESTRES \\\"$ac_name.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14035 $ac_name.res: $ac_name.rc $ac_name.exe"
14036     wine_fn_all_dir_rules $ac_dir "Maketest.rules \$(MAKEDEP)"
14037
14038     if test "x$enable_tests" = x""no; then :
14039
14040 else
14041   wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14042 "all programs/winetest .PHONY: $ac_dir
14043 $ac_dir: $ac_dir/Makefile __builddeps__ dummy
14044         @cd $ac_dir && \$(MAKE)
14045 crosstest .PHONY: $ac_dir/__crosstest__
14046 $ac_dir/__crosstest__: $ac_dir/Makefile __buildcrossdeps__ dummy
14047         @cd $ac_dir && \$(MAKE) crosstest
14048 test .PHONY: $ac_dir/__test__
14049 $ac_dir/__test__: dummy
14050         @cd $ac_dir && \$(MAKE) test
14051 testclean::
14052         \$(RM) $ac_dir/*.ok"
14053 fi
14054 }
14055
14056 wine_fn_config_tool ()
14057 {
14058     ac_dir=$1
14059     ac_deps="Make.rules"
14060     if test "$ac_dir" != tools
14061     then
14062                 ac_deps="$ac_deps \$(MAKEDEP)"
14063     fi
14064     wine_fn_all_dir_rules $ac_dir "$ac_deps"
14065
14066     if test "x$enable_tools" = x""no; then :
14067
14068 else
14069   case $ac_dir in
14070             tools) wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14071 "install:: $ac_dir
14072         @cd $ac_dir && \$(MAKE) install
14073 install-lib:: $ac_dir
14074         @cd $ac_dir && \$(MAKE) install-lib
14075 install-dev:: $ac_dir
14076         @cd $ac_dir && \$(MAKE) install-dev" ;;
14077       *)     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14078 "install install-dev:: $ac_dir
14079         @cd $ac_dir && \$(MAKE) install" ;;
14080       esac
14081       wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14082 "uninstall:: $ac_dir/Makefile
14083         @cd $ac_dir && \$(MAKE) uninstall
14084 all __tooldeps__ .PHONY: $ac_dir
14085 $ac_dir: $ac_dir/Makefile libs/port dummy
14086         @cd $ac_dir && \$(MAKE)"
14087 fi
14088 }
14089
14090 wine_fn_config_makerules ()
14091 {
14092     ac_rules=$1
14093     ac_deps=$2
14094     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14095 "$ac_rules: $ac_rules.in $ac_deps config.status
14096         @./config.status $ac_rules
14097 distclean::
14098         \$(RM) $ac_rules"
14099 }
14100
14101 wine_fn_config_symlink ()
14102 {
14103     ac_link=$1
14104     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14105 "$ac_link:
14106         @./config.status $ac_link
14107 distclean::
14108         \$(RM) $ac_link"
14109 }
14110 ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
14111 test "$srcdir" = "." || wine_fn_config_symlink dlls/wineps.drv/generic.ppd
14112 if test "x$enable_fonts" != xno; then
14113 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
14114 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf
14115 fi
14116 if test "x$enable_fonts" != xno; then
14117 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
14118 test "$srcdir" = "." || wine_fn_config_symlink fonts/symbol.ttf
14119 fi
14120 if test "x$enable_fonts" != xno; then
14121 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
14122 test "$srcdir" = "." || wine_fn_config_symlink fonts/tahoma.ttf
14123 fi
14124 if test "x$enable_fonts" != xno; then
14125 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
14126 test "$srcdir" = "." || wine_fn_config_symlink fonts/tahomabd.ttf
14127 fi
14128 ac_config_links="$ac_config_links wine:tools/winewrapper"
14129 wine_fn_config_symlink wine
14130
14131 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
14132
14133 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
14134
14135 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
14136
14137 ac_config_commands="$ac_config_commands dlls/user32/resources"
14138
14139 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
14140
14141 ac_config_commands="$ac_config_commands include/wine"
14142
14143
14144 wine_fn_config_makerules Make.rules
14145 MAKE_RULES=Make.rules
14146 ac_config_files="$ac_config_files Make.rules"
14147
14148 wine_fn_config_makerules Maketest.rules Make.rules
14149 MAKE_TEST_RULES=Maketest.rules
14150 ac_config_files="$ac_config_files Maketest.rules"
14151
14152 wine_fn_config_makerules dlls/Makedll.rules Make.rules
14153 MAKE_DLL_RULES=dlls/Makedll.rules
14154 ac_config_files="$ac_config_files dlls/Makedll.rules"
14155
14156 wine_fn_config_makerules dlls/Makeimplib.rules Make.rules
14157 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
14158 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
14159
14160 wine_fn_config_makerules programs/Makeprog.rules Make.rules
14161 MAKE_PROG_RULES=programs/Makeprog.rules
14162 ac_config_files="$ac_config_files programs/Makeprog.rules"
14163
14164
14165 wine_fn_config_dll acledit enable_acledit
14166 wine_fn_config_dll aclui enable_aclui aclui
14167 wine_fn_config_dll activeds enable_activeds activeds
14168 wine_fn_config_dll actxprxy enable_actxprxy
14169 wine_fn_config_lib adsiid
14170 wine_fn_config_dll advapi32 enable_advapi32 advapi32
14171 wine_fn_config_test dlls/advapi32/tests advapi32_test
14172 wine_fn_config_dll advpack enable_advpack advpack
14173 wine_fn_config_test dlls/advpack/tests advpack_test
14174 wine_fn_config_dll amstream enable_amstream
14175 wine_fn_config_test dlls/amstream/tests amstream_test
14176 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl
14177 wine_fn_config_dll atl enable_atl atl
14178 wine_fn_config_dll authz enable_authz
14179 wine_fn_config_dll avicap32 enable_avicap32 avicap32
14180 wine_fn_config_dll avifil32 enable_avifil32 avifil32
14181 wine_fn_config_test dlls/avifil32/tests avifil32_test
14182 wine_fn_config_dll avifile.dll16 enable_win16
14183 wine_fn_config_dll avrt enable_avrt avrt
14184 wine_fn_config_dll bcrypt enable_bcrypt
14185 wine_fn_config_dll browseui enable_browseui
14186 wine_fn_config_test dlls/browseui/tests browseui_test
14187 wine_fn_config_dll cabinet enable_cabinet cabinet
14188 wine_fn_config_test dlls/cabinet/tests cabinet_test
14189 wine_fn_config_dll capi2032 enable_capi2032 capi2032
14190 wine_fn_config_dll cards enable_cards cards
14191 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 cfgmgr32
14192 wine_fn_config_dll clusapi enable_clusapi clusapi
14193 wine_fn_config_dll comcat enable_comcat
14194 wine_fn_config_test dlls/comcat/tests comcat_test
14195 wine_fn_config_dll comctl32 enable_comctl32 comctl32
14196 wine_fn_config_test dlls/comctl32/tests comctl32_test
14197 wine_fn_config_dll comdlg32 enable_comdlg32 comdlg32
14198 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
14199 wine_fn_config_dll comm.drv16 enable_win16
14200 wine_fn_config_dll commdlg.dll16 enable_win16
14201 wine_fn_config_dll compobj.dll16 enable_win16
14202 wine_fn_config_dll compstui enable_compstui compstui
14203 wine_fn_config_dll credui enable_credui credui
14204 wine_fn_config_test dlls/credui/tests credui_test
14205 wine_fn_config_dll crtdll enable_crtdll crtdll
14206 wine_fn_config_dll crypt32 enable_crypt32 crypt32
14207 wine_fn_config_test dlls/crypt32/tests crypt32_test
14208 wine_fn_config_dll cryptdlg enable_cryptdlg
14209 wine_fn_config_dll cryptdll enable_cryptdll cryptdll
14210 wine_fn_config_dll cryptnet enable_cryptnet cryptnet
14211 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
14212 wine_fn_config_dll cryptui enable_cryptui cryptui
14213 wine_fn_config_test dlls/cryptui/tests cryptui_test
14214 wine_fn_config_dll ctapi32 enable_ctapi32
14215 wine_fn_config_dll ctl3d.dll16 enable_win16
14216 wine_fn_config_dll ctl3d32 enable_ctl3d32 ctl3d32
14217 wine_fn_config_dll ctl3dv2.dll16 enable_win16
14218 wine_fn_config_dll d3d10 enable_d3d10 d3d10
14219 wine_fn_config_test dlls/d3d10/tests d3d10_test
14220 wine_fn_config_dll d3d10core enable_d3d10core d3d10core
14221 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
14222 wine_fn_config_dll d3d8 enable_d3d8 d3d8
14223 wine_fn_config_test dlls/d3d8/tests d3d8_test
14224 wine_fn_config_dll d3d9 enable_d3d9 d3d9
14225 wine_fn_config_test dlls/d3d9/tests d3d9_test
14226 wine_fn_config_dll d3dim enable_d3dim d3dim
14227 wine_fn_config_dll d3drm enable_d3drm d3drm
14228 wine_fn_config_test dlls/d3drm/tests d3drm_test
14229 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
14230 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
14231 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
14232 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
14233 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
14234 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
14235 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
14236 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
14237 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
14238 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
14239 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
14240 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
14241 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 d3dx9
14242 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
14243 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
14244 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
14245 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
14246 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
14247 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
14248 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
14249 wine_fn_config_dll d3dxof enable_d3dxof d3dxof
14250 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
14251 wine_fn_config_dll dbghelp enable_dbghelp dbghelp
14252 wine_fn_config_dll dciman32 enable_dciman32 dciman32
14253 wine_fn_config_dll ddeml.dll16 enable_win16
14254 wine_fn_config_dll ddraw enable_ddraw ddraw
14255 wine_fn_config_test dlls/ddraw/tests ddraw_test
14256 wine_fn_config_dll ddrawex enable_ddrawex
14257 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
14258 wine_fn_config_dll devenum enable_devenum
14259 wine_fn_config_dll dinput enable_dinput dinput "data_formats.c"
14260 wine_fn_config_test dlls/dinput/tests dinput_test
14261 wine_fn_config_dll dinput8 enable_dinput8 dinput8
14262 wine_fn_config_dll dispdib.dll16 enable_win16
14263 wine_fn_config_dll dispex enable_dispex
14264 wine_fn_config_test dlls/dispex/tests dispex_test
14265 wine_fn_config_dll display.drv16 enable_win16
14266 wine_fn_config_dll dmband enable_dmband
14267 wine_fn_config_dll dmcompos enable_dmcompos
14268 wine_fn_config_dll dmime enable_dmime
14269 wine_fn_config_dll dmloader enable_dmloader
14270 wine_fn_config_test dlls/dmloader/tests dmloader_test
14271 wine_fn_config_dll dmscript enable_dmscript
14272 wine_fn_config_dll dmstyle enable_dmstyle
14273 wine_fn_config_dll dmsynth enable_dmsynth
14274 wine_fn_config_dll dmusic enable_dmusic
14275 wine_fn_config_dll dmusic32 enable_dmusic32 dmusic32
14276 wine_fn_config_dll dnsapi enable_dnsapi dnsapi
14277 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
14278 wine_fn_config_dll dplay enable_dplay dplay
14279 wine_fn_config_dll dplayx enable_dplayx dplayx
14280 wine_fn_config_test dlls/dplayx/tests dplayx_test
14281 wine_fn_config_dll dpnaddr enable_dpnaddr
14282 wine_fn_config_dll dpnet enable_dpnet dpnet
14283 wine_fn_config_dll dpnhpast enable_dpnhpast
14284 wine_fn_config_dll dpnlobby enable_dpnlobby
14285 wine_fn_config_dll dpwsockx enable_dpwsockx
14286 wine_fn_config_dll drmclien enable_drmclien
14287 wine_fn_config_dll dsound enable_dsound dsound
14288 wine_fn_config_test dlls/dsound/tests dsound_test
14289 wine_fn_config_dll dssenh enable_dssenh
14290 wine_fn_config_dll dswave enable_dswave
14291 wine_fn_config_dll dwmapi enable_dwmapi dwmapi
14292 wine_fn_config_dll dxdiagn enable_dxdiagn
14293 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
14294 wine_fn_config_lib dxerr8
14295 wine_fn_config_lib dxerr9
14296 wine_fn_config_dll dxgi enable_dxgi dxgi
14297 wine_fn_config_test dlls/dxgi/tests dxgi_test
14298 wine_fn_config_lib dxguid
14299 wine_fn_config_dll faultrep enable_faultrep
14300 wine_fn_config_dll fltlib enable_fltlib
14301 wine_fn_config_dll fusion enable_fusion
14302 wine_fn_config_test dlls/fusion/tests fusion_test
14303 wine_fn_config_dll fwpuclnt enable_fwpuclnt
14304 wine_fn_config_dll gdi.exe16 enable_win16
14305 wine_fn_config_dll gdi32 enable_gdi32 gdi32
14306 wine_fn_config_test dlls/gdi32/tests gdi32_test
14307 wine_fn_config_dll gdiplus enable_gdiplus gdiplus
14308 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
14309 wine_fn_config_dll glu32 enable_glu32 glu32
14310 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds
14311 wine_fn_config_dll gpkcsp enable_gpkcsp
14312 wine_fn_config_dll hal enable_hal
14313 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx
14314 wine_fn_config_dll hid enable_hid hid
14315 wine_fn_config_dll hlink enable_hlink hlink
14316 wine_fn_config_test dlls/hlink/tests hlink_test
14317 wine_fn_config_dll hnetcfg enable_hnetcfg
14318 wine_fn_config_dll httpapi enable_httpapi
14319 wine_fn_config_dll iccvid enable_iccvid
14320 wine_fn_config_dll icmp enable_icmp
14321 wine_fn_config_dll ifsmgr.vxd enable_win16
14322 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
14323 wine_fn_config_dll imagehlp enable_imagehlp imagehlp
14324 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
14325 wine_fn_config_dll imm.dll16 enable_win16
14326 wine_fn_config_dll imm32 enable_imm32 imm32
14327 wine_fn_config_test dlls/imm32/tests imm32_test
14328 wine_fn_config_dll inetcomm enable_inetcomm inetcomm
14329 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
14330 wine_fn_config_dll inetmib1 enable_inetmib1
14331 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
14332 wine_fn_config_dll infosoft enable_infosoft
14333 wine_fn_config_test dlls/infosoft/tests infosoft_test
14334 wine_fn_config_dll initpki enable_initpki
14335 wine_fn_config_dll inkobj enable_inkobj
14336 wine_fn_config_dll inseng enable_inseng
14337 wine_fn_config_dll iphlpapi enable_iphlpapi iphlpapi
14338 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
14339 wine_fn_config_dll itircl enable_itircl
14340 wine_fn_config_dll itss enable_itss
14341 wine_fn_config_test dlls/itss/tests itss_test
14342 wine_fn_config_dll jscript enable_jscript
14343 wine_fn_config_test dlls/jscript/tests jscript_test
14344 wine_fn_config_dll kernel32 enable_kernel32 kernel32
14345 wine_fn_config_test dlls/kernel32/tests kernel32_test
14346 wine_fn_config_dll keyboard.drv16 enable_win16
14347 wine_fn_config_dll krnl386.exe16 enable_win16 kernel
14348 wine_fn_config_dll loadperf enable_loadperf loadperf
14349 wine_fn_config_dll localspl enable_localspl
14350 wine_fn_config_test dlls/localspl/tests localspl_test
14351 wine_fn_config_dll localui enable_localui
14352 wine_fn_config_test dlls/localui/tests localui_test
14353 wine_fn_config_dll lz32 enable_lz32 lz32
14354 wine_fn_config_test dlls/lz32/tests lz32_test
14355 wine_fn_config_dll lzexpand.dll16 enable_win16
14356 wine_fn_config_dll mapi32 enable_mapi32 mapi32
14357 wine_fn_config_test dlls/mapi32/tests mapi32_test
14358 wine_fn_config_dll mapistub enable_mapistub
14359 wine_fn_config_dll mciavi32 enable_mciavi32
14360 wine_fn_config_dll mcicda enable_mcicda
14361 wine_fn_config_dll mciqtz32 enable_mciqtz32
14362 wine_fn_config_dll mciseq enable_mciseq
14363 wine_fn_config_dll mciwave enable_mciwave
14364 wine_fn_config_dll midimap enable_midimap
14365 wine_fn_config_dll mlang enable_mlang mlang
14366 wine_fn_config_test dlls/mlang/tests mlang_test
14367 wine_fn_config_dll mmdevapi enable_mmdevapi
14368 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
14369 wine_fn_config_dll mmdevldr.vxd enable_win16
14370 wine_fn_config_dll mmsystem.dll16 enable_win16
14371 wine_fn_config_dll monodebg.vxd enable_win16
14372 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
14373 wine_fn_config_dll mouse.drv16 enable_win16
14374 wine_fn_config_dll mpr enable_mpr mpr
14375 wine_fn_config_dll mprapi enable_mprapi mprapi
14376 wine_fn_config_dll msacm.dll16 enable_win16
14377 wine_fn_config_dll msacm32.drv enable_msacm32_drv
14378 wine_fn_config_dll msacm32 enable_msacm32 msacm32
14379 wine_fn_config_test dlls/msacm32/tests msacm32_test
14380 wine_fn_config_dll msadp32.acm enable_msadp32_acm
14381 wine_fn_config_dll mscat32 enable_mscat32
14382 wine_fn_config_dll mscms enable_mscms mscms
14383 wine_fn_config_test dlls/mscms/tests mscms_test
14384 wine_fn_config_dll mscoree enable_mscoree
14385 wine_fn_config_dll msctf enable_msctf
14386 wine_fn_config_test dlls/msctf/tests msctf_test
14387 wine_fn_config_dll msdaps enable_msdaps
14388 wine_fn_config_dll msdmo enable_msdmo msdmo
14389 wine_fn_config_dll msftedit enable_msftedit
14390 wine_fn_config_dll msg711.acm enable_msg711_acm
14391 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
14392 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb
14393 wine_fn_config_dll mshtml enable_mshtml mshtml
14394 wine_fn_config_test dlls/mshtml/tests mshtml_test
14395 wine_fn_config_dll msi enable_msi msi
14396 wine_fn_config_test dlls/msi/tests msi_test
14397 wine_fn_config_dll msimg32 enable_msimg32 msimg32
14398 wine_fn_config_dll msimtf enable_msimtf
14399 wine_fn_config_dll msisip enable_msisip
14400 wine_fn_config_dll msisys.ocx enable_msisys_ocx
14401 wine_fn_config_dll msnet32 enable_msnet32
14402 wine_fn_config_dll msrle32 enable_msrle32
14403 wine_fn_config_dll mssign32 enable_mssign32
14404 wine_fn_config_dll mssip32 enable_mssip32
14405 wine_fn_config_dll mstask enable_mstask
14406 wine_fn_config_test dlls/mstask/tests mstask_test
14407 wine_fn_config_dll msvcirt enable_msvcirt
14408 wine_fn_config_dll msvcr70 enable_msvcr70 msvcr70
14409 wine_fn_config_dll msvcr71 enable_msvcr71 msvcr71
14410 wine_fn_config_dll msvcr80 enable_msvcr80
14411 wine_fn_config_dll msvcr90 enable_msvcr90
14412 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
14413 wine_fn_config_dll msvcrt enable_msvcrt msvcrt
14414 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
14415 wine_fn_config_dll msvcrt20 enable_msvcrt20 msvcrt20
14416 wine_fn_config_dll msvcrt40 enable_msvcrt40 msvcrt40
14417 wine_fn_config_dll msvcrtd enable_msvcrtd msvcrtd
14418 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
14419 wine_fn_config_dll msvfw32 enable_msvfw32 msvfw32
14420 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
14421 wine_fn_config_dll msvidc32 enable_msvidc32
14422 wine_fn_config_dll msvideo.dll16 enable_win16
14423 wine_fn_config_dll mswsock enable_mswsock mswsock
14424 wine_fn_config_dll msxml3 enable_msxml3
14425 wine_fn_config_test dlls/msxml3/tests msxml3_test
14426 wine_fn_config_dll msxml4 enable_msxml4
14427 wine_fn_config_dll nddeapi enable_nddeapi nddeapi
14428 wine_fn_config_dll netapi32 enable_netapi32 netapi32
14429 wine_fn_config_test dlls/netapi32/tests netapi32_test
14430 wine_fn_config_dll newdev enable_newdev newdev
14431 wine_fn_config_dll ntdll enable_ntdll ntdll
14432 wine_fn_config_test dlls/ntdll/tests ntdll_test
14433 wine_fn_config_dll ntdsapi enable_ntdsapi ntdsapi
14434 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
14435 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe ntoskrnl.exe
14436 wine_fn_config_dll ntprint enable_ntprint
14437 wine_fn_config_test dlls/ntprint/tests ntprint_test
14438 wine_fn_config_dll objsel enable_objsel
14439 wine_fn_config_dll odbc32 enable_odbc32 odbc32
14440 wine_fn_config_dll odbccp32 enable_odbccp32 odbccp32
14441 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
14442 wine_fn_config_dll ole2.dll16 enable_win16
14443 wine_fn_config_dll ole2conv.dll16 enable_win16
14444 wine_fn_config_dll ole2disp.dll16 enable_win16
14445 wine_fn_config_dll ole2nls.dll16 enable_win16
14446 wine_fn_config_dll ole2prox.dll16 enable_win16
14447 wine_fn_config_dll ole2thk.dll16 enable_win16
14448 wine_fn_config_dll ole32 enable_ole32 ole32
14449 wine_fn_config_test dlls/ole32/tests ole32_test
14450 wine_fn_config_dll oleacc enable_oleacc oleacc
14451 wine_fn_config_test dlls/oleacc/tests oleacc_test
14452 wine_fn_config_dll oleaut32 enable_oleaut32 oleaut32
14453 wine_fn_config_test dlls/oleaut32/tests oleaut32_test
14454 wine_fn_config_dll olecli.dll16 enable_win16
14455 wine_fn_config_dll olecli32 enable_olecli32 olecli32
14456 wine_fn_config_dll oledb32 enable_oledb32
14457 wine_fn_config_test dlls/oledb32/tests oledb32_test
14458 wine_fn_config_dll oledlg enable_oledlg oledlg
14459 wine_fn_config_dll olepro32 enable_olepro32 olepro32
14460 wine_fn_config_dll olesvr.dll16 enable_win16
14461 wine_fn_config_dll olesvr32 enable_olesvr32 olesvr32
14462 wine_fn_config_dll olethk32 enable_olethk32
14463 wine_fn_config_dll openal32 enable_openal32
14464 wine_fn_config_dll opengl32 enable_opengl32 opengl32
14465 wine_fn_config_test dlls/opengl32/tests opengl32_test
14466 wine_fn_config_dll pdh enable_pdh pdh
14467 wine_fn_config_test dlls/pdh/tests pdh_test
14468 wine_fn_config_dll pidgen enable_pidgen
14469 wine_fn_config_dll powrprof enable_powrprof powrprof
14470 wine_fn_config_dll printui enable_printui
14471 wine_fn_config_dll propsys enable_propsys
14472 wine_fn_config_dll psapi enable_psapi psapi
14473 wine_fn_config_test dlls/psapi/tests psapi_test
14474 wine_fn_config_dll pstorec enable_pstorec
14475 wine_fn_config_dll qcap enable_qcap
14476 wine_fn_config_dll qedit enable_qedit
14477 wine_fn_config_test dlls/qedit/tests qedit_test
14478 wine_fn_config_dll qmgr enable_qmgr
14479 wine_fn_config_test dlls/qmgr/tests qmgr_test
14480 wine_fn_config_dll qmgrprxy enable_qmgrprxy
14481 wine_fn_config_dll quartz enable_quartz quartz
14482 wine_fn_config_test dlls/quartz/tests quartz_test
14483 wine_fn_config_dll query enable_query
14484 wine_fn_config_dll rasapi16.dll16 enable_win16
14485 wine_fn_config_dll rasapi32 enable_rasapi32 rasapi32
14486 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
14487 wine_fn_config_dll rasdlg enable_rasdlg rasdlg
14488 wine_fn_config_dll resutils enable_resutils resutils
14489 wine_fn_config_dll riched20 enable_riched20 riched20
14490 wine_fn_config_test dlls/riched20/tests riched20_test
14491 wine_fn_config_dll riched32 enable_riched32
14492 wine_fn_config_test dlls/riched32/tests riched32_test
14493 wine_fn_config_dll rpcrt4 enable_rpcrt4 rpcrt4
14494 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test
14495 wine_fn_config_dll rsabase enable_rsabase
14496 wine_fn_config_dll rsaenh enable_rsaenh rsaenh
14497 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
14498 wine_fn_config_dll rtutils enable_rtutils rtutils
14499 wine_fn_config_dll sane.ds enable_sane_ds
14500 wine_fn_config_dll sccbase enable_sccbase
14501 wine_fn_config_dll schannel enable_schannel
14502 wine_fn_config_test dlls/schannel/tests schannel_test
14503 wine_fn_config_dll secur32 enable_secur32 secur32
14504 wine_fn_config_test dlls/secur32/tests secur32_test
14505 wine_fn_config_dll security enable_security
14506 wine_fn_config_dll sensapi enable_sensapi sensapi
14507 wine_fn_config_dll serialui enable_serialui serialui
14508 wine_fn_config_test dlls/serialui/tests serialui_test
14509 wine_fn_config_dll setupapi enable_setupapi setupapi
14510 wine_fn_config_test dlls/setupapi/tests setupapi_test
14511 wine_fn_config_dll setupx.dll16 enable_win16
14512 wine_fn_config_dll sfc enable_sfc sfc
14513 wine_fn_config_dll sfc_os enable_sfc_os sfc_os
14514 wine_fn_config_dll shdoclc enable_shdoclc
14515 wine_fn_config_dll shdocvw enable_shdocvw shdocvw
14516 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
14517 wine_fn_config_dll shell.dll16 enable_win16
14518 wine_fn_config_dll shell32 enable_shell32 shell32
14519 wine_fn_config_test dlls/shell32/tests shell32_test
14520 wine_fn_config_dll shfolder enable_shfolder shfolder
14521 wine_fn_config_dll shlwapi enable_shlwapi shlwapi
14522 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
14523 wine_fn_config_dll slbcsp enable_slbcsp
14524 wine_fn_config_dll slc enable_slc slc
14525 wine_fn_config_dll snmpapi enable_snmpapi snmpapi
14526 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
14527 wine_fn_config_dll softpub enable_softpub
14528 wine_fn_config_dll sound.drv16 enable_win16
14529 wine_fn_config_dll spoolss enable_spoolss spoolss
14530 wine_fn_config_test dlls/spoolss/tests spoolss_test
14531 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb
14532 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb
14533 wine_fn_config_dll sti enable_sti sti
14534 wine_fn_config_test dlls/sti/tests sti_test
14535 wine_fn_config_dll storage.dll16 enable_win16
14536 wine_fn_config_dll stress.dll16 enable_win16
14537 wine_fn_config_lib strmiids
14538 wine_fn_config_dll svrapi enable_svrapi
14539 wine_fn_config_dll sxs enable_sxs
14540 wine_fn_config_dll system.drv16 enable_win16
14541 wine_fn_config_dll t2embed enable_t2embed
14542 wine_fn_config_dll tapi32 enable_tapi32 tapi32
14543 wine_fn_config_dll toolhelp.dll16 enable_win16
14544 wine_fn_config_dll traffic enable_traffic
14545 wine_fn_config_dll twain.dll16 enable_win16
14546 wine_fn_config_dll twain_32 enable_twain_32
14547 wine_fn_config_test dlls/twain_32/tests twain_32_test
14548 wine_fn_config_dll typelib.dll16 enable_win16
14549 wine_fn_config_dll unicows enable_unicows unicows
14550 wine_fn_config_dll updspapi enable_updspapi
14551 wine_fn_config_dll url enable_url url
14552 wine_fn_config_dll urlmon enable_urlmon urlmon
14553 wine_fn_config_test dlls/urlmon/tests urlmon_test
14554 wine_fn_config_dll usbd.sys enable_usbd_sys usbd.sys
14555 wine_fn_config_dll user.exe16 enable_win16
14556 wine_fn_config_dll user32 enable_user32 user32
14557 wine_fn_config_test dlls/user32/tests user32_test
14558 wine_fn_config_dll userenv enable_userenv userenv
14559 wine_fn_config_test dlls/userenv/tests userenv_test
14560 wine_fn_config_dll usp10 enable_usp10 usp10
14561 wine_fn_config_test dlls/usp10/tests usp10_test
14562 wine_fn_config_lib uuid
14563 wine_fn_config_dll uxtheme enable_uxtheme uxtheme
14564 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
14565 wine_fn_config_dll vdhcp.vxd enable_win16
14566 wine_fn_config_dll vdmdbg enable_vdmdbg vdmdbg
14567 wine_fn_config_dll ver.dll16 enable_win16
14568 wine_fn_config_dll version enable_version version
14569 wine_fn_config_test dlls/version/tests version_test
14570 wine_fn_config_dll vmm.vxd enable_win16
14571 wine_fn_config_dll vnbt.vxd enable_win16
14572 wine_fn_config_dll vnetbios.vxd enable_win16
14573 wine_fn_config_dll vtdapi.vxd enable_win16
14574 wine_fn_config_dll vwin32.vxd enable_win16
14575 wine_fn_config_dll w32skrnl enable_win16
14576 wine_fn_config_dll w32sys.dll16 enable_win16
14577 wine_fn_config_dll wbemprox enable_wbemprox
14578 wine_fn_config_dll wiaservc enable_wiaservc
14579 wine_fn_config_dll win32s16.dll16 enable_win16
14580 wine_fn_config_dll win87em.dll16 enable_win16
14581 wine_fn_config_dll winaspi.dll16 enable_win16
14582 wine_fn_config_dll windebug.dll16 enable_win16
14583 wine_fn_config_dll windowscodecs enable_windowscodecs windowscodecs
14584 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
14585 wine_fn_config_dll winealsa.drv enable_winealsa_drv
14586 wine_fn_config_dll wineaudioio.drv enable_wineaudioio_drv
14587 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
14588 wine_fn_config_lib winecrt0
14589 wine_fn_config_dll wined3d enable_wined3d wined3d
14590 wine_fn_config_dll wineesd.drv enable_wineesd_drv
14591 wine_fn_config_dll winejack.drv enable_winejack_drv
14592 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
14593 wine_fn_config_dll winemapi enable_winemapi
14594 wine_fn_config_dll winemp3.acm enable_winemp3_acm
14595 wine_fn_config_dll winenas.drv enable_winenas_drv
14596 wine_fn_config_dll wineoss.drv enable_wineoss_drv
14597 wine_fn_config_dll wineps.drv enable_wineps_drv
14598 wine_fn_config_dll wineps16.drv16 enable_win16
14599 wine_fn_config_dll winequartz.drv enable_winequartz_drv
14600 wine_fn_config_dll winex11.drv enable_winex11_drv
14601 wine_fn_config_dll wing.dll16 enable_win16
14602 wine_fn_config_dll wing32 enable_wing32
14603 wine_fn_config_dll winhttp enable_winhttp winhttp
14604 wine_fn_config_test dlls/winhttp/tests winhttp_test
14605 wine_fn_config_dll wininet enable_wininet wininet
14606 wine_fn_config_test dlls/wininet/tests wininet_test
14607 wine_fn_config_dll winmm enable_winmm winmm
14608 wine_fn_config_test dlls/winmm/tests winmm_test
14609 wine_fn_config_dll winnls.dll16 enable_win16
14610 wine_fn_config_dll winnls32 enable_winnls32 winnls32
14611 wine_fn_config_dll winscard enable_winscard winscard
14612 wine_fn_config_dll winsock.dll16 enable_win16
14613 wine_fn_config_dll winspool.drv enable_winspool_drv winspool
14614 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
14615 wine_fn_config_dll wintab.dll16 enable_win16
14616 wine_fn_config_dll wintab32 enable_wintab32 wintab32
14617 wine_fn_config_test dlls/wintab32/tests wintab32_test
14618 wine_fn_config_dll wintrust enable_wintrust wintrust
14619 wine_fn_config_test dlls/wintrust/tests wintrust_test
14620 wine_fn_config_dll wldap32 enable_wldap32 wldap32
14621 wine_fn_config_test dlls/wldap32/tests wldap32_test
14622 wine_fn_config_dll wmi enable_wmi
14623 wine_fn_config_dll wmiutils enable_wmiutils
14624 wine_fn_config_dll wnaspi32 enable_wnaspi32 wnaspi32
14625 wine_fn_config_dll wow32 enable_win16 wow32
14626 wine_fn_config_dll ws2_32 enable_ws2_32 ws2_32
14627 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
14628 wine_fn_config_dll wsock32 enable_wsock32 wsock32
14629 wine_fn_config_dll wtsapi32 enable_wtsapi32 wtsapi32
14630 wine_fn_config_dll wuapi enable_wuapi
14631 wine_fn_config_dll wuaueng enable_wuaueng
14632 wine_fn_config_dll xinput1_1 enable_xinput1_1
14633 wine_fn_config_dll xinput1_2 enable_xinput1_2
14634 wine_fn_config_dll xinput1_3 enable_xinput1_3 xinput
14635 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
14636 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
14637 wine_fn_config_dll xmllite enable_xmllite
14638 wine_fn_config_test dlls/xmllite/tests xmllite_test
14639 wine_fn_config_makefile documentation enable_documentation
14640 wine_fn_config_makefile fonts enable_fonts
14641 wine_fn_config_makefile include enable_include
14642 wine_fn_config_makefile libs/port enable_libs_port
14643 wine_fn_config_makefile libs/wine enable_libs_wine
14644 wine_fn_config_makefile libs/wpp enable_libs_wpp
14645 wine_fn_config_makefile loader enable_loader
14646 wine_fn_config_program attrib enable_attrib install
14647 wine_fn_config_program cacls enable_cacls install
14648 wine_fn_config_program clock enable_clock install
14649 wine_fn_config_program cmd enable_cmd install
14650 wine_fn_config_test programs/cmd/tests cmd.exe_test
14651 wine_fn_config_program cmdlgtst enable_cmdlgtst
14652 wine_fn_config_program control enable_control install
14653 wine_fn_config_program dxdiag enable_dxdiag install
14654 wine_fn_config_program eject enable_eject install
14655 wine_fn_config_program expand enable_expand install
14656 wine_fn_config_program explorer enable_explorer install
14657 wine_fn_config_program extrac32 enable_extrac32 install
14658 wine_fn_config_program hh enable_hh install
14659 wine_fn_config_program icinfo enable_icinfo install
14660 wine_fn_config_program iexplore enable_iexplore install
14661 wine_fn_config_program lodctr enable_lodctr install
14662 wine_fn_config_program mshta enable_mshta install
14663 wine_fn_config_program msiexec enable_msiexec installbin
14664 wine_fn_config_program net enable_net install
14665 wine_fn_config_program notepad enable_notepad installbin
14666 wine_fn_config_program oleview enable_oleview install
14667 wine_fn_config_program ping enable_ping install
14668 wine_fn_config_program progman enable_progman install
14669 wine_fn_config_program reg enable_reg install
14670 wine_fn_config_program regedit enable_regedit installbin
14671 wine_fn_config_program regsvr32 enable_regsvr32 installbin
14672 wine_fn_config_program rpcss enable_rpcss install
14673 wine_fn_config_program rundll32 enable_rundll32 install
14674 wine_fn_config_program secedit enable_secedit install
14675 wine_fn_config_program services enable_services install
14676 wine_fn_config_program spoolsv enable_spoolsv install
14677 wine_fn_config_program start enable_start install
14678 wine_fn_config_program svchost enable_svchost install
14679 wine_fn_config_program taskmgr enable_taskmgr install
14680 wine_fn_config_program termsv enable_termsv install
14681 wine_fn_config_program uninstaller enable_uninstaller install
14682 wine_fn_config_program unlodctr enable_unlodctr install
14683 wine_fn_config_program view enable_view
14684 wine_fn_config_program wineboot enable_wineboot installbin
14685 wine_fn_config_program winebrowser enable_winebrowser install
14686 wine_fn_config_program winecfg enable_winecfg installbin
14687 wine_fn_config_program wineconsole enable_wineconsole installbin
14688 wine_fn_config_program winedbg enable_winedbg installbin
14689 wine_fn_config_program winedevice enable_winedevice install
14690 wine_fn_config_program winefile enable_winefile installbin
14691 wine_fn_config_program winemenubuilder enable_winemenubuilder install
14692 wine_fn_config_program winemine enable_winemine installbin
14693 wine_fn_config_program winepath enable_winepath installbin
14694 wine_fn_config_program winetest enable_winetest
14695 wine_fn_config_program winevdm enable_win16 install
14696 wine_fn_config_program winhelp.exe16 enable_win16 install
14697 wine_fn_config_program winhlp32 enable_winhlp32 install
14698 wine_fn_config_program winoldap.mod16 enable_win16 install
14699 wine_fn_config_program winver enable_winver install
14700 wine_fn_config_program wordpad enable_wordpad install
14701 wine_fn_config_program write enable_write install
14702 wine_fn_config_program xcopy enable_xcopy install
14703 wine_fn_config_makefile server enable_server
14704 wine_fn_config_tool tools
14705 wine_fn_config_tool tools/widl
14706 wine_fn_config_tool tools/winebuild
14707 wine_fn_config_tool tools/winedump
14708 wine_fn_config_tool tools/winegcc
14709 wine_fn_config_tool tools/wmc
14710 wine_fn_config_tool tools/wrc
14711
14712 ac_config_commands="$ac_config_commands Makefile"
14713
14714
14715 ac_config_files="$ac_config_files Make.tmp:Makefile.in"
14716
14717
14718
14719 if test -n "$with_wine64"
14720 then
14721 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "all: fonts server $with_wine64/loader/wine32
14722 fonts server:
14723         \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
14724 $with_wine64/loader/wine32:
14725         \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine32 \$@
14726 clean::
14727         \$(RM) fonts server $with_wine64/loader/wine32"
14728 fi
14729
14730 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "uninstall::
14731         -rmdir \$(DESTDIR)\$(datadir)/wine \$(DESTDIR)\$(fakedlldir) \$(DESTDIR)\$(dlldir)"
14732
14733 cat >confcache <<\_ACEOF
14734 # This file is a shell script that caches the results of configure
14735 # tests run on this system so they can be shared between configure
14736 # scripts and configure runs, see configure's option --config-cache.
14737 # It is not useful on other systems.  If it contains results you don't
14738 # want to keep, you may remove or edit it.
14739 #
14740 # config.status only pays attention to the cache file if you give it
14741 # the --recheck option to rerun configure.
14742 #
14743 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14744 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14745 # following values.
14746
14747 _ACEOF
14748
14749 # The following way of writing the cache mishandles newlines in values,
14750 # but we know of no workaround that is simple, portable, and efficient.
14751 # So, we kill variables containing newlines.
14752 # Ultrix sh set writes to stderr and can't be redirected directly,
14753 # and sets the high bit in the cache file unless we assign to the vars.
14754 (
14755   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14756     eval ac_val=\$$ac_var
14757     case $ac_val in #(
14758     *${as_nl}*)
14759       case $ac_var in #(
14760       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14761 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14762       esac
14763       case $ac_var in #(
14764       _ | IFS | as_nl) ;; #(
14765       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14766       *) { eval $ac_var=; unset $ac_var;} ;;
14767       esac ;;
14768     esac
14769   done
14770
14771   (set) 2>&1 |
14772     case $as_nl`(ac_space=' '; set) 2>&1` in #(
14773     *${as_nl}ac_space=\ *)
14774       # `set' does not quote correctly, so add quotes: double-quote
14775       # substitution turns \\\\ into \\, and sed turns \\ into \.
14776       sed -n \
14777         "s/'/'\\\\''/g;
14778           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14779       ;; #(
14780     *)
14781       # `set' quotes correctly as required by POSIX, so do not add quotes.
14782       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14783       ;;
14784     esac |
14785     sort
14786 ) |
14787   sed '
14788      /^ac_cv_env_/b end
14789      t clear
14790      :clear
14791      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14792      t end
14793      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14794      :end' >>confcache
14795 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14796   if test -w "$cache_file"; then
14797     test "x$cache_file" != "x/dev/null" &&
14798       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14799 $as_echo "$as_me: updating cache $cache_file" >&6;}
14800     cat confcache >$cache_file
14801   else
14802     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14803 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14804   fi
14805 fi
14806 rm -f confcache
14807
14808 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14809 # Let make expand exec_prefix.
14810 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14811
14812 DEFS=-DHAVE_CONFIG_H
14813
14814 ac_libobjs=
14815 ac_ltlibobjs=
14816 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14817   # 1. Remove the extension, and $U if already installed.
14818   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14819   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14820   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
14821   #    will be set to the directory where LIBOBJS objects are built.
14822   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14823   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14824 done
14825 LIBOBJS=$ac_libobjs
14826
14827 LTLIBOBJS=$ac_ltlibobjs
14828
14829
14830
14831 : ${CONFIG_STATUS=./config.status}
14832 ac_write_fail=0
14833 ac_clean_files_save=$ac_clean_files
14834 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14835 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14836 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14837 as_write_fail=0
14838 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14839 #! $SHELL
14840 # Generated by $as_me.
14841 # Run this file to recreate the current configuration.
14842 # Compiler output produced by configure, useful for debugging
14843 # configure, is in config.log if it exists.
14844
14845 debug=false
14846 ac_cs_recheck=false
14847 ac_cs_silent=false
14848
14849 SHELL=\${CONFIG_SHELL-$SHELL}
14850 export SHELL
14851 _ASEOF
14852 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14853 ## -------------------- ##
14854 ## M4sh Initialization. ##
14855 ## -------------------- ##
14856
14857 # Be more Bourne compatible
14858 DUALCASE=1; export DUALCASE # for MKS sh
14859 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14860   emulate sh
14861   NULLCMD=:
14862   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14863   # is contrary to our usage.  Disable this feature.
14864   alias -g '${1+"$@"}'='"$@"'
14865   setopt NO_GLOB_SUBST
14866 else
14867   case `(set -o) 2>/dev/null` in #(
14868   *posix*) :
14869     set -o posix ;; #(
14870   *) :
14871      ;;
14872 esac
14873 fi
14874
14875
14876 as_nl='
14877 '
14878 export as_nl
14879 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14880 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14881 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14882 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14883 # Prefer a ksh shell builtin over an external printf program on Solaris,
14884 # but without wasting forks for bash or zsh.
14885 if test -z "$BASH_VERSION$ZSH_VERSION" \
14886     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14887   as_echo='print -r --'
14888   as_echo_n='print -rn --'
14889 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14890   as_echo='printf %s\n'
14891   as_echo_n='printf %s'
14892 else
14893   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14894     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14895     as_echo_n='/usr/ucb/echo -n'
14896   else
14897     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14898     as_echo_n_body='eval
14899       arg=$1;
14900       case $arg in #(
14901       *"$as_nl"*)
14902         expr "X$arg" : "X\\(.*\\)$as_nl";
14903         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14904       esac;
14905       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14906     '
14907     export as_echo_n_body
14908     as_echo_n='sh -c $as_echo_n_body as_echo'
14909   fi
14910   export as_echo_body
14911   as_echo='sh -c $as_echo_body as_echo'
14912 fi
14913
14914 # The user is always right.
14915 if test "${PATH_SEPARATOR+set}" != set; then
14916   PATH_SEPARATOR=:
14917   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14918     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14919       PATH_SEPARATOR=';'
14920   }
14921 fi
14922
14923
14924 # IFS
14925 # We need space, tab and new line, in precisely that order.  Quoting is
14926 # there to prevent editors from complaining about space-tab.
14927 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14928 # splitting by setting IFS to empty value.)
14929 IFS=" ""        $as_nl"
14930
14931 # Find who we are.  Look in the path if we contain no directory separator.
14932 case $0 in #((
14933   *[\\/]* ) as_myself=$0 ;;
14934   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14935 for as_dir in $PATH
14936 do
14937   IFS=$as_save_IFS
14938   test -z "$as_dir" && as_dir=.
14939     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14940   done
14941 IFS=$as_save_IFS
14942
14943      ;;
14944 esac
14945 # We did not find ourselves, most probably we were run as `sh COMMAND'
14946 # in which case we are not to be found in the path.
14947 if test "x$as_myself" = x; then
14948   as_myself=$0
14949 fi
14950 if test ! -f "$as_myself"; then
14951   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14952   exit 1
14953 fi
14954
14955 # Unset variables that we do not need and which cause bugs (e.g. in
14956 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
14957 # suppresses any "Segmentation fault" message there.  '((' could
14958 # trigger a bug in pdksh 5.2.14.
14959 for as_var in BASH_ENV ENV MAIL MAILPATH
14960 do eval test x\${$as_var+set} = xset \
14961   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14962 done
14963 PS1='$ '
14964 PS2='> '
14965 PS4='+ '
14966
14967 # NLS nuisances.
14968 LC_ALL=C
14969 export LC_ALL
14970 LANGUAGE=C
14971 export LANGUAGE
14972
14973 # CDPATH.
14974 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14975
14976
14977 # as_fn_error ERROR [LINENO LOG_FD]
14978 # ---------------------------------
14979 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14980 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14981 # script with status $?, using 1 if that was 0.
14982 as_fn_error ()
14983 {
14984   as_status=$?; test $as_status -eq 0 && as_status=1
14985   if test "$3"; then
14986     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14987     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14988   fi
14989   $as_echo "$as_me: error: $1" >&2
14990   as_fn_exit $as_status
14991 } # as_fn_error
14992
14993
14994 # as_fn_set_status STATUS
14995 # -----------------------
14996 # Set $? to STATUS, without forking.
14997 as_fn_set_status ()
14998 {
14999   return $1
15000 } # as_fn_set_status
15001
15002 # as_fn_exit STATUS
15003 # -----------------
15004 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15005 as_fn_exit ()
15006 {
15007   set +e
15008   as_fn_set_status $1
15009   exit $1
15010 } # as_fn_exit
15011
15012 # as_fn_unset VAR
15013 # ---------------
15014 # Portably unset VAR.
15015 as_fn_unset ()
15016 {
15017   { eval $1=; unset $1;}
15018 }
15019 as_unset=as_fn_unset
15020 # as_fn_append VAR VALUE
15021 # ----------------------
15022 # Append the text in VALUE to the end of the definition contained in VAR. Take
15023 # advantage of any shell optimizations that allow amortized linear growth over
15024 # repeated appends, instead of the typical quadratic growth present in naive
15025 # implementations.
15026 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15027   eval 'as_fn_append ()
15028   {
15029     eval $1+=\$2
15030   }'
15031 else
15032   as_fn_append ()
15033   {
15034     eval $1=\$$1\$2
15035   }
15036 fi # as_fn_append
15037
15038 # as_fn_arith ARG...
15039 # ------------------
15040 # Perform arithmetic evaluation on the ARGs, and store the result in the
15041 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15042 # must be portable across $(()) and expr.
15043 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15044   eval 'as_fn_arith ()
15045   {
15046     as_val=$(( $* ))
15047   }'
15048 else
15049   as_fn_arith ()
15050   {
15051     as_val=`expr "$@" || test $? -eq 1`
15052   }
15053 fi # as_fn_arith
15054
15055
15056 if expr a : '\(a\)' >/dev/null 2>&1 &&
15057    test "X`expr 00001 : '.*\(...\)'`" = X001; then
15058   as_expr=expr
15059 else
15060   as_expr=false
15061 fi
15062
15063 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15064   as_basename=basename
15065 else
15066   as_basename=false
15067 fi
15068
15069 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15070   as_dirname=dirname
15071 else
15072   as_dirname=false
15073 fi
15074
15075 as_me=`$as_basename -- "$0" ||
15076 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15077          X"$0" : 'X\(//\)$' \| \
15078          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15079 $as_echo X/"$0" |
15080     sed '/^.*\/\([^/][^/]*\)\/*$/{
15081             s//\1/
15082             q
15083           }
15084           /^X\/\(\/\/\)$/{
15085             s//\1/
15086             q
15087           }
15088           /^X\/\(\/\).*/{
15089             s//\1/
15090             q
15091           }
15092           s/.*/./; q'`
15093
15094 # Avoid depending upon Character Ranges.
15095 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15096 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15097 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15098 as_cr_digits='0123456789'
15099 as_cr_alnum=$as_cr_Letters$as_cr_digits
15100
15101 ECHO_C= ECHO_N= ECHO_T=
15102 case `echo -n x` in #(((((
15103 -n*)
15104   case `echo 'xy\c'` in
15105   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
15106   xy)  ECHO_C='\c';;
15107   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
15108        ECHO_T=' ';;
15109   esac;;
15110 *)
15111   ECHO_N='-n';;
15112 esac
15113
15114 rm -f conf$$ conf$$.exe conf$$.file
15115 if test -d conf$$.dir; then
15116   rm -f conf$$.dir/conf$$.file
15117 else
15118   rm -f conf$$.dir
15119   mkdir conf$$.dir 2>/dev/null
15120 fi
15121 if (echo >conf$$.file) 2>/dev/null; then
15122   if ln -s conf$$.file conf$$ 2>/dev/null; then
15123     as_ln_s='ln -s'
15124     # ... but there are two gotchas:
15125     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15126     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15127     # In both cases, we have to default to `cp -p'.
15128     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15129       as_ln_s='cp -p'
15130   elif ln conf$$.file conf$$ 2>/dev/null; then
15131     as_ln_s=ln
15132   else
15133     as_ln_s='cp -p'
15134   fi
15135 else
15136   as_ln_s='cp -p'
15137 fi
15138 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15139 rmdir conf$$.dir 2>/dev/null
15140
15141
15142 # as_fn_mkdir_p
15143 # -------------
15144 # Create "$as_dir" as a directory, including parents if necessary.
15145 as_fn_mkdir_p ()
15146 {
15147
15148   case $as_dir in #(
15149   -*) as_dir=./$as_dir;;
15150   esac
15151   test -d "$as_dir" || eval $as_mkdir_p || {
15152     as_dirs=
15153     while :; do
15154       case $as_dir in #(
15155       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15156       *) as_qdir=$as_dir;;
15157       esac
15158       as_dirs="'$as_qdir' $as_dirs"
15159       as_dir=`$as_dirname -- "$as_dir" ||
15160 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15161          X"$as_dir" : 'X\(//\)[^/]' \| \
15162          X"$as_dir" : 'X\(//\)$' \| \
15163          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15164 $as_echo X"$as_dir" |
15165     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15166             s//\1/
15167             q
15168           }
15169           /^X\(\/\/\)[^/].*/{
15170             s//\1/
15171             q
15172           }
15173           /^X\(\/\/\)$/{
15174             s//\1/
15175             q
15176           }
15177           /^X\(\/\).*/{
15178             s//\1/
15179             q
15180           }
15181           s/.*/./; q'`
15182       test -d "$as_dir" && break
15183     done
15184     test -z "$as_dirs" || eval "mkdir $as_dirs"
15185   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15186
15187
15188 } # as_fn_mkdir_p
15189 if mkdir -p . 2>/dev/null; then
15190   as_mkdir_p='mkdir -p "$as_dir"'
15191 else
15192   test -d ./-p && rmdir ./-p
15193   as_mkdir_p=false
15194 fi
15195
15196 if test -x / >/dev/null 2>&1; then
15197   as_test_x='test -x'
15198 else
15199   if ls -dL / >/dev/null 2>&1; then
15200     as_ls_L_option=L
15201   else
15202     as_ls_L_option=
15203   fi
15204   as_test_x='
15205     eval sh -c '\''
15206       if test -d "$1"; then
15207         test -d "$1/.";
15208       else
15209         case $1 in #(
15210         -*)set "./$1";;
15211         esac;
15212         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15213         ???[sx]*):;;*)false;;esac;fi
15214     '\'' sh
15215   '
15216 fi
15217 as_executable_p=$as_test_x
15218
15219 # Sed expression to map a string onto a valid CPP name.
15220 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15221
15222 # Sed expression to map a string onto a valid variable name.
15223 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15224
15225
15226 exec 6>&1
15227 ## ----------------------------------- ##
15228 ## Main body of $CONFIG_STATUS script. ##
15229 ## ----------------------------------- ##
15230 _ASEOF
15231 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15232
15233 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15234 # Save the log message, to keep $0 and so on meaningful, and to
15235 # report actual input values of CONFIG_FILES etc. instead of their
15236 # values after options handling.
15237 ac_log="
15238 This file was extended by Wine $as_me 1.1.41, which was
15239 generated by GNU Autoconf 2.65.  Invocation command line was
15240
15241   CONFIG_FILES    = $CONFIG_FILES
15242   CONFIG_HEADERS  = $CONFIG_HEADERS
15243   CONFIG_LINKS    = $CONFIG_LINKS
15244   CONFIG_COMMANDS = $CONFIG_COMMANDS
15245   $ $0 $@
15246
15247 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15248 "
15249
15250 _ACEOF
15251
15252 case $ac_config_files in *"
15253 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15254 esac
15255
15256 case $ac_config_headers in *"
15257 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15258 esac
15259
15260
15261 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15262 # Files that config.status was made for.
15263 config_files="$ac_config_files"
15264 config_headers="$ac_config_headers"
15265 config_links="$ac_config_links"
15266 config_commands="$ac_config_commands"
15267
15268 _ACEOF
15269
15270 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15271 ac_cs_usage="\
15272 \`$as_me' instantiates files and other configuration actions
15273 from templates according to the current configuration.  Unless the files
15274 and actions are specified as TAGs, all are instantiated by default.
15275
15276 Usage: $0 [OPTION]... [TAG]...
15277
15278   -h, --help       print this help, then exit
15279   -V, --version    print version number and configuration settings, then exit
15280       --config     print configuration, then exit
15281   -q, --quiet, --silent
15282                    do not print progress messages
15283   -d, --debug      don't remove temporary files
15284       --recheck    update $as_me by reconfiguring in the same conditions
15285       --file=FILE[:TEMPLATE]
15286                    instantiate the configuration file FILE
15287       --header=FILE[:TEMPLATE]
15288                    instantiate the configuration header FILE
15289
15290 Configuration files:
15291 $config_files
15292
15293 Configuration headers:
15294 $config_headers
15295
15296 Configuration links:
15297 $config_links
15298
15299 Configuration commands:
15300 $config_commands
15301
15302 Report bugs to <wine-devel@winehq.org>.
15303 Wine home page: <http://www.winehq.org>."
15304
15305 _ACEOF
15306 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15307 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15308 ac_cs_version="\\
15309 Wine config.status 1.1.41
15310 configured by $0, generated by GNU Autoconf 2.65,
15311   with options \\"\$ac_cs_config\\"
15312
15313 Copyright (C) 2009 Free Software Foundation, Inc.
15314 This config.status script is free software; the Free Software Foundation
15315 gives unlimited permission to copy, distribute and modify it."
15316
15317 ac_pwd='$ac_pwd'
15318 srcdir='$srcdir'
15319 INSTALL='$INSTALL'
15320 test -n "\$AWK" || AWK=awk
15321 _ACEOF
15322
15323 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15324 # The default lists apply if the user does not specify any file.
15325 ac_need_defaults=:
15326 while test $# != 0
15327 do
15328   case $1 in
15329   --*=*)
15330     ac_option=`expr "X$1" : 'X\([^=]*\)='`
15331     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15332     ac_shift=:
15333     ;;
15334   *)
15335     ac_option=$1
15336     ac_optarg=$2
15337     ac_shift=shift
15338     ;;
15339   esac
15340
15341   case $ac_option in
15342   # Handling of the options.
15343   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15344     ac_cs_recheck=: ;;
15345   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15346     $as_echo "$ac_cs_version"; exit ;;
15347   --config | --confi | --conf | --con | --co | --c )
15348     $as_echo "$ac_cs_config"; exit ;;
15349   --debug | --debu | --deb | --de | --d | -d )
15350     debug=: ;;
15351   --file | --fil | --fi | --f )
15352     $ac_shift
15353     case $ac_optarg in
15354     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15355     esac
15356     as_fn_append CONFIG_FILES " '$ac_optarg'"
15357     ac_need_defaults=false;;
15358   --header | --heade | --head | --hea )
15359     $ac_shift
15360     case $ac_optarg in
15361     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15362     esac
15363     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15364     ac_need_defaults=false;;
15365   --he | --h)
15366     # Conflict between --help and --header
15367     as_fn_error "ambiguous option: \`$1'
15368 Try \`$0 --help' for more information.";;
15369   --help | --hel | -h )
15370     $as_echo "$ac_cs_usage"; exit ;;
15371   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15372   | -silent | --silent | --silen | --sile | --sil | --si | --s)
15373     ac_cs_silent=: ;;
15374
15375   # This is an error.
15376   -*) as_fn_error "unrecognized option: \`$1'
15377 Try \`$0 --help' for more information." ;;
15378
15379   *) as_fn_append ac_config_targets " $1"
15380      ac_need_defaults=false ;;
15381
15382   esac
15383   shift
15384 done
15385
15386 ac_configure_extra_args=
15387
15388 if $ac_cs_silent; then
15389   exec 6>/dev/null
15390   ac_configure_extra_args="$ac_configure_extra_args --silent"
15391 fi
15392
15393 _ACEOF
15394 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15395 if \$ac_cs_recheck; then
15396   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15397   shift
15398   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15399   CONFIG_SHELL='$SHELL'
15400   export CONFIG_SHELL
15401   exec "\$@"
15402 fi
15403
15404 _ACEOF
15405 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15406 exec 5>>config.log
15407 {
15408   echo
15409   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15410 ## Running $as_me. ##
15411 _ASBOX
15412   $as_echo "$ac_log"
15413 } >&5
15414
15415 _ACEOF
15416 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15417 #
15418 # INIT-COMMANDS
15419 #
15420 wine_fn_output_makefile ()
15421 {
15422     cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && return
15423 $ALL_MAKEFILE_DEPENDS
15424 _WINE_EOF
15425     as_fn_error "could not create Makefile" "$LINENO" 5
15426 }
15427
15428 _ACEOF
15429
15430 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15431
15432 # Handling of arguments.
15433 for ac_config_target in $ac_config_targets
15434 do
15435   case $ac_config_target in
15436     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
15437     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
15438     "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
15439     "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
15440     "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
15441     "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
15442     "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
15443     "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
15444     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
15445     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
15446     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
15447     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
15448     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
15449     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
15450     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
15451     "Maketest.rules") CONFIG_FILES="$CONFIG_FILES Maketest.rules" ;;
15452     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
15453     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
15454     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
15455     "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
15456     "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Makefile.in" ;;
15457
15458   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15459   esac
15460 done
15461
15462
15463 # If the user did not use the arguments to specify the items to instantiate,
15464 # then the envvar interface is used.  Set only those that are not.
15465 # We use the long form for the default assignment because of an extremely
15466 # bizarre bug on SunOS 4.1.3.
15467 if $ac_need_defaults; then
15468   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15469   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15470   test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
15471   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15472 fi
15473
15474 # Have a temporary directory for convenience.  Make it in the build tree
15475 # simply because there is no reason against having it here, and in addition,
15476 # creating and moving files from /tmp can sometimes cause problems.
15477 # Hook for its removal unless debugging.
15478 # Note that there is a small window in which the directory will not be cleaned:
15479 # after its creation but before its name has been assigned to `$tmp'.
15480 $debug ||
15481 {
15482   tmp=
15483   trap 'exit_status=$?
15484   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15485 ' 0
15486   trap 'as_fn_exit 1' 1 2 13 15
15487 }
15488 # Create a (secure) tmp directory for tmp files.
15489
15490 {
15491   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15492   test -n "$tmp" && test -d "$tmp"
15493 }  ||
15494 {
15495   tmp=./conf$$-$RANDOM
15496   (umask 077 && mkdir "$tmp")
15497 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15498
15499 # Set up the scripts for CONFIG_FILES section.
15500 # No need to generate them if there are no CONFIG_FILES.
15501 # This happens for instance with `./config.status config.h'.
15502 if test -n "$CONFIG_FILES"; then
15503
15504 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15505   ac_cs_awk_getline=:
15506   ac_cs_awk_pipe_init=
15507   ac_cs_awk_read_file='
15508       while ((getline aline < (F[key])) > 0)
15509         print(aline)
15510       close(F[key])'
15511   ac_cs_awk_pipe_fini=
15512 else
15513   ac_cs_awk_getline=false
15514   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15515   ac_cs_awk_read_file='
15516       print "|#_!!_#|"
15517       print "cat " F[key] " &&"
15518       '$ac_cs_awk_pipe_init
15519   # The final `:' finishes the AND list.
15520   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15521 fi
15522 ac_cr=`echo X | tr X '\015'`
15523 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15524 # But we know of no other shell where ac_cr would be empty at this
15525 # point, so we can use a bashism as a fallback.
15526 if test "x$ac_cr" = x; then
15527   eval ac_cr=\$\'\\r\'
15528 fi
15529 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15530 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15531   ac_cs_awk_cr='\r'
15532 else
15533   ac_cs_awk_cr=$ac_cr
15534 fi
15535
15536 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15537 _ACEOF
15538
15539 # Create commands to substitute file output variables.
15540 {
15541   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15542   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15543   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15544   echo "_ACAWK" &&
15545   echo "_ACEOF"
15546 } >conf$$files.sh &&
15547 . ./conf$$files.sh ||
15548   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15549 rm -f conf$$files.sh
15550
15551 {
15552   echo "cat >conf$$subs.awk <<_ACEOF" &&
15553   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15554   echo "_ACEOF"
15555 } >conf$$subs.sh ||
15556   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15557 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15558 ac_delim='%!_!# '
15559 for ac_last_try in false false false false false :; do
15560   . ./conf$$subs.sh ||
15561     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15562
15563   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15564   if test $ac_delim_n = $ac_delim_num; then
15565     break
15566   elif $ac_last_try; then
15567     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15568   else
15569     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15570   fi
15571 done
15572 rm -f conf$$subs.sh
15573
15574 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15575 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15576 _ACEOF
15577 sed -n '
15578 h
15579 s/^/S["/; s/!.*/"]=/
15580 p
15581 g
15582 s/^[^!]*!//
15583 :repl
15584 t repl
15585 s/'"$ac_delim"'$//
15586 t delim
15587 :nl
15588 h
15589 s/\(.\{148\}\)..*/\1/
15590 t more1
15591 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15592 p
15593 n
15594 b repl
15595 :more1
15596 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15597 p
15598 g
15599 s/.\{148\}//
15600 t nl
15601 :delim
15602 h
15603 s/\(.\{148\}\)..*/\1/
15604 t more2
15605 s/["\\]/\\&/g; s/^/"/; s/$/"/
15606 p
15607 b
15608 :more2
15609 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15610 p
15611 g
15612 s/.\{148\}//
15613 t delim
15614 ' <conf$$subs.awk | sed '
15615 /^[^""]/{
15616   N
15617   s/\n//
15618 }
15619 ' >>$CONFIG_STATUS || ac_write_fail=1
15620 rm -f conf$$subs.awk
15621 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15622 _ACAWK
15623 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15624   for (key in S) S_is_set[key] = 1
15625   FS = "\a"
15626   \$ac_cs_awk_pipe_init
15627 }
15628 {
15629   line = $ 0
15630   nfields = split(line, field, "@")
15631   substed = 0
15632   len = length(field[1])
15633   for (i = 2; i < nfields; i++) {
15634     key = field[i]
15635     keylen = length(key)
15636     if (S_is_set[key]) {
15637       value = S[key]
15638       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15639       len += length(value) + length(field[++i])
15640       substed = 1
15641     } else
15642       len += 1 + keylen
15643   }
15644   if (nfields == 3 && !substed) {
15645     key = field[2]
15646     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
15647       \$ac_cs_awk_read_file
15648       next
15649     }
15650   }
15651   print line
15652 }
15653 \$ac_cs_awk_pipe_fini
15654 _ACAWK
15655 _ACEOF
15656 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15657 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15658   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15659 else
15660   cat
15661 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15662   || as_fn_error "could not setup config files machinery" "$LINENO" 5
15663 _ACEOF
15664
15665 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15666 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15667 # trailing colons and then remove the whole line if VPATH becomes empty
15668 # (actually we leave an empty line to preserve line numbers).
15669 if test "x$srcdir" = x.; then
15670   ac_vpsub='/^[  ]*VPATH[        ]*=/{
15671 s/:*\$(srcdir):*/:/
15672 s/:*\${srcdir}:*/:/
15673 s/:*@srcdir@:*/:/
15674 s/^\([^=]*=[     ]*\):*/\1/
15675 s/:*$//
15676 s/^[^=]*=[       ]*$//
15677 }'
15678 fi
15679
15680 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15681 fi # test -n "$CONFIG_FILES"
15682
15683 # Set up the scripts for CONFIG_HEADERS section.
15684 # No need to generate them if there are no CONFIG_HEADERS.
15685 # This happens for instance with `./config.status Makefile'.
15686 if test -n "$CONFIG_HEADERS"; then
15687 cat >"$tmp/defines.awk" <<\_ACAWK ||
15688 BEGIN {
15689 _ACEOF
15690
15691 # Transform confdefs.h into an awk script `defines.awk', embedded as
15692 # here-document in config.status, that substitutes the proper values into
15693 # config.h.in to produce config.h.
15694
15695 # Create a delimiter string that does not exist in confdefs.h, to ease
15696 # handling of long lines.
15697 ac_delim='%!_!# '
15698 for ac_last_try in false false :; do
15699   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15700   if test -z "$ac_t"; then
15701     break
15702   elif $ac_last_try; then
15703     as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15704   else
15705     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15706   fi
15707 done
15708
15709 # For the awk script, D is an array of macro values keyed by name,
15710 # likewise P contains macro parameters if any.  Preserve backslash
15711 # newline sequences.
15712
15713 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15714 sed -n '
15715 s/.\{148\}/&'"$ac_delim"'/g
15716 t rset
15717 :rset
15718 s/^[     ]*#[    ]*define[       ][      ]*/ /
15719 t def
15720 d
15721 :def
15722 s/\\$//
15723 t bsnl
15724 s/["\\]/\\&/g
15725 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
15726 D["\1"]=" \3"/p
15727 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
15728 d
15729 :bsnl
15730 s/["\\]/\\&/g
15731 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
15732 D["\1"]=" \3\\\\\\n"\\/p
15733 t cont
15734 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15735 t cont
15736 d
15737 :cont
15738 n
15739 s/.\{148\}/&'"$ac_delim"'/g
15740 t clear
15741 :clear
15742 s/\\$//
15743 t bsnlc
15744 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15745 d
15746 :bsnlc
15747 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15748 b cont
15749 ' <confdefs.h | sed '
15750 s/'"$ac_delim"'/"\\\
15751 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15752
15753 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15754   for (key in D) D_is_set[key] = 1
15755   FS = "\a"
15756 }
15757 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15758   line = \$ 0
15759   split(line, arg, " ")
15760   if (arg[1] == "#") {
15761     defundef = arg[2]
15762     mac1 = arg[3]
15763   } else {
15764     defundef = substr(arg[1], 2)
15765     mac1 = arg[2]
15766   }
15767   split(mac1, mac2, "(") #)
15768   macro = mac2[1]
15769   prefix = substr(line, 1, index(line, defundef) - 1)
15770   if (D_is_set[macro]) {
15771     # Preserve the white space surrounding the "#".
15772     print prefix "define", macro P[macro] D[macro]
15773     next
15774   } else {
15775     # Replace #undef with comments.  This is necessary, for example,
15776     # in the case of _POSIX_SOURCE, which is predefined and required
15777     # on some systems where configure will not decide to define it.
15778     if (defundef == "undef") {
15779       print "/*", prefix defundef, macro, "*/"
15780       next
15781     }
15782   }
15783 }
15784 { print }
15785 _ACAWK
15786 _ACEOF
15787 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15788   as_fn_error "could not setup config headers machinery" "$LINENO" 5
15789 fi # test -n "$CONFIG_HEADERS"
15790
15791
15792 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS  :L $CONFIG_LINKS  :C $CONFIG_COMMANDS"
15793 shift
15794 for ac_tag
15795 do
15796   case $ac_tag in
15797   :[FHLC]) ac_mode=$ac_tag; continue;;
15798   esac
15799   case $ac_mode$ac_tag in
15800   :[FHL]*:*);;
15801   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15802   :[FH]-) ac_tag=-:-;;
15803   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15804   esac
15805   ac_save_IFS=$IFS
15806   IFS=:
15807   set x $ac_tag
15808   IFS=$ac_save_IFS
15809   shift
15810   ac_file=$1
15811   shift
15812
15813   case $ac_mode in
15814   :L) ac_source=$1;;
15815   :[FH])
15816     ac_file_inputs=
15817     for ac_f
15818     do
15819       case $ac_f in
15820       -) ac_f="$tmp/stdin";;
15821       *) # Look for the file first in the build tree, then in the source tree
15822          # (if the path is not absolute).  The absolute path cannot be DOS-style,
15823          # because $ac_f cannot contain `:'.
15824          test -f "$ac_f" ||
15825            case $ac_f in
15826            [\\/$]*) false;;
15827            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15828            esac ||
15829            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15830       esac
15831       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15832       as_fn_append ac_file_inputs " '$ac_f'"
15833     done
15834
15835     # Let's still pretend it is `configure' which instantiates (i.e., don't
15836     # use $as_me), people would be surprised to read:
15837     #    /* config.h.  Generated by config.status.  */
15838     configure_input='Generated from '`
15839           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15840         `' by configure.'
15841     if test x"$ac_file" != x-; then
15842       configure_input="$ac_file.  $configure_input"
15843       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15844 $as_echo "$as_me: creating $ac_file" >&6;}
15845     fi
15846     # Neutralize special characters interpreted by sed in replacement strings.
15847     case $configure_input in #(
15848     *\&* | *\|* | *\\* )
15849        ac_sed_conf_input=`$as_echo "$configure_input" |
15850        sed 's/[\\\\&|]/\\\\&/g'`;; #(
15851     *) ac_sed_conf_input=$configure_input;;
15852     esac
15853
15854     case $ac_tag in
15855     *:-:* | *:-) cat >"$tmp/stdin" \
15856       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15857     esac
15858     ;;
15859   esac
15860
15861   ac_dir=`$as_dirname -- "$ac_file" ||
15862 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15863          X"$ac_file" : 'X\(//\)[^/]' \| \
15864          X"$ac_file" : 'X\(//\)$' \| \
15865          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15866 $as_echo X"$ac_file" |
15867     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15868             s//\1/
15869             q
15870           }
15871           /^X\(\/\/\)[^/].*/{
15872             s//\1/
15873             q
15874           }
15875           /^X\(\/\/\)$/{
15876             s//\1/
15877             q
15878           }
15879           /^X\(\/\).*/{
15880             s//\1/
15881             q
15882           }
15883           s/.*/./; q'`
15884   as_dir="$ac_dir"; as_fn_mkdir_p
15885   ac_builddir=.
15886
15887 case "$ac_dir" in
15888 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15889 *)
15890   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15891   # A ".." for each directory in $ac_dir_suffix.
15892   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15893   case $ac_top_builddir_sub in
15894   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15895   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15896   esac ;;
15897 esac
15898 ac_abs_top_builddir=$ac_pwd
15899 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15900 # for backward compatibility:
15901 ac_top_builddir=$ac_top_build_prefix
15902
15903 case $srcdir in
15904   .)  # We are building in place.
15905     ac_srcdir=.
15906     ac_top_srcdir=$ac_top_builddir_sub
15907     ac_abs_top_srcdir=$ac_pwd ;;
15908   [\\/]* | ?:[\\/]* )  # Absolute name.
15909     ac_srcdir=$srcdir$ac_dir_suffix;
15910     ac_top_srcdir=$srcdir
15911     ac_abs_top_srcdir=$srcdir ;;
15912   *) # Relative name.
15913     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15914     ac_top_srcdir=$ac_top_build_prefix$srcdir
15915     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15916 esac
15917 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15918
15919
15920   case $ac_mode in
15921   :F)
15922   #
15923   # CONFIG_FILE
15924   #
15925
15926   case $INSTALL in
15927   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15928   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15929   esac
15930 _ACEOF
15931
15932 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15933 # If the template does not know about datarootdir, expand it.
15934 # FIXME: This hack should be removed a few years after 2.60.
15935 ac_datarootdir_hack=; ac_datarootdir_seen=
15936 ac_sed_dataroot='
15937 /datarootdir/ {
15938   p
15939   q
15940 }
15941 /@datadir@/p
15942 /@docdir@/p
15943 /@infodir@/p
15944 /@localedir@/p
15945 /@mandir@/p'
15946 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15947 *datarootdir*) ac_datarootdir_seen=yes;;
15948 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15949   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15950 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15951 _ACEOF
15952 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15953   ac_datarootdir_hack='
15954   s&@datadir@&$datadir&g
15955   s&@docdir@&$docdir&g
15956   s&@infodir@&$infodir&g
15957   s&@localedir@&$localedir&g
15958   s&@mandir@&$mandir&g
15959   s&\\\${datarootdir}&$datarootdir&g' ;;
15960 esac
15961 _ACEOF
15962
15963 # Neutralize VPATH when `$srcdir' = `.'.
15964 # Shell code in configure.ac might set extrasub.
15965 # FIXME: do we really want to maintain this feature?
15966 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15967 ac_sed_extra="$ac_vpsub
15968 $extrasub
15969 _ACEOF
15970 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15971 :t
15972 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15973 s|@configure_input@|$ac_sed_conf_input|;t t
15974 s&@top_builddir@&$ac_top_builddir_sub&;t t
15975 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15976 s&@srcdir@&$ac_srcdir&;t t
15977 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15978 s&@top_srcdir@&$ac_top_srcdir&;t t
15979 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15980 s&@builddir@&$ac_builddir&;t t
15981 s&@abs_builddir@&$ac_abs_builddir&;t t
15982 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15983 s&@INSTALL@&$ac_INSTALL&;t t
15984 $ac_datarootdir_hack
15985 "
15986 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15987 if $ac_cs_awk_getline; then
15988   $AWK -f "$tmp/subs.awk"
15989 else
15990   $AWK -f "$tmp/subs.awk" | $SHELL
15991 fi >$tmp/out \
15992   || as_fn_error "could not create $ac_file" "$LINENO" 5
15993
15994 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15995   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15996   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15997   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15998 which seems to be undefined.  Please make sure it is defined." >&5
15999 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16000 which seems to be undefined.  Please make sure it is defined." >&2;}
16001
16002   rm -f "$tmp/stdin"
16003   case $ac_file in
16004   -) cat "$tmp/out" && rm -f "$tmp/out";;
16005   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16006   esac \
16007   || as_fn_error "could not create $ac_file" "$LINENO" 5
16008  ;;
16009   :H)
16010   #
16011   # CONFIG_HEADER
16012   #
16013   if test x"$ac_file" != x-; then
16014     {
16015       $as_echo "/* $configure_input  */" \
16016       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16017     } >"$tmp/config.h" \
16018       || as_fn_error "could not create $ac_file" "$LINENO" 5
16019     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16020       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16021 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16022     else
16023       rm -f "$ac_file"
16024       mv "$tmp/config.h" "$ac_file" \
16025         || as_fn_error "could not create $ac_file" "$LINENO" 5
16026     fi
16027   else
16028     $as_echo "/* $configure_input  */" \
16029       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16030       || as_fn_error "could not create -" "$LINENO" 5
16031   fi
16032  ;;
16033   :L)
16034   #
16035   # CONFIG_LINK
16036   #
16037
16038   if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
16039     :
16040   else
16041     # Prefer the file from the source tree if names are identical.
16042     if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
16043       ac_source=$srcdir/$ac_source
16044     fi
16045
16046     { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
16047 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
16048
16049     if test ! -r "$ac_source"; then
16050       as_fn_error "$ac_source: file not found" "$LINENO" 5
16051     fi
16052     rm -f "$ac_file"
16053
16054     # Try a relative symlink, then a hard link, then a copy.
16055     case $srcdir in
16056     [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
16057         *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
16058     esac
16059     ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
16060       ln "$ac_source" "$ac_file" 2>/dev/null ||
16061       cp -p "$ac_source" "$ac_file" ||
16062       as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
16063   fi
16064  ;;
16065   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16066 $as_echo "$as_me: executing $ac_file commands" >&6;}
16067  ;;
16068   esac
16069
16070
16071   case $ac_file$ac_mode in
16072     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
16073     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
16074 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;}; as_dir="dlls/gdi32/enhmfdrv"; as_fn_mkdir_p; } ;;
16075     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
16076 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;}; as_dir="dlls/gdi32/mfdrv"; as_fn_mkdir_p; } ;;
16077     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
16078 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;}; as_dir="dlls/kernel32/nls"; as_fn_mkdir_p; } ;;
16079     "dlls/user32/resources":C) test -d "dlls/user32/resources" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
16080 $as_echo "$as_me: creating dlls/user32/resources" >&6;}; as_dir="dlls/user32/resources"; as_fn_mkdir_p; } ;;
16081     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
16082 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;}; as_dir="dlls/wineps.drv/data"; as_fn_mkdir_p; } ;;
16083     "include/wine":C) test -d "include/wine" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
16084 $as_echo "$as_me: creating include/wine" >&6;}; as_dir="include/wine"; as_fn_mkdir_p; } ;;
16085     "Makefile":C) wine_fn_output_makefile Makefile ;;
16086
16087   esac
16088 done # for ac_tag
16089
16090
16091 as_fn_exit 0
16092 _ACEOF
16093 ac_clean_files=$ac_clean_files_save
16094
16095 test $ac_write_fail = 0 ||
16096   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16097
16098
16099 # configure is writing to config.log, and then calls config.status.
16100 # config.status does its own redirection, appending to config.log.
16101 # Unfortunately, on DOS this fails, as config.log is still kept open
16102 # by configure, so config.status won't be able to write to it; its
16103 # output is simply discarded.  So we exec the FD to /dev/null,
16104 # effectively closing config.log, so it can be properly (re)opened and
16105 # appended to by config.status.  When coming back to configure, we
16106 # need to make the FD available again.
16107 if test "$no_create" != yes; then
16108   ac_cs_success=:
16109   ac_config_status_args=
16110   test "$silent" = yes &&
16111     ac_config_status_args="$ac_config_status_args --quiet"
16112   exec 5>/dev/null
16113   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16114   exec 5>>config.log
16115   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16116   # would make configure fail if this is the last instruction.
16117   $ac_cs_success || as_fn_exit $?
16118 fi
16119 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16120   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16121 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16122 fi
16123
16124
16125 if test "$no_create" = "yes"
16126 then
16127   exit 0
16128 fi
16129
16130 ac_save_IFS="$IFS"
16131 if test "x$wine_notices != "x; then
16132     echo >&6
16133     IFS="|"
16134     for msg in $wine_notices; do
16135         IFS="$ac_save_IFS"
16136         if test -n "$msg"; then
16137             { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
16138 $as_echo "$as_me: $msg" >&6;}
16139         fi
16140     done
16141 fi
16142 IFS="|"
16143 for msg in $wine_warnings; do
16144     IFS="$ac_save_IFS"
16145     if test -n "$msg"; then
16146         echo >&2
16147         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
16148 $as_echo "$as_me: WARNING: $msg" >&2;}
16149     fi
16150 done
16151 IFS="$ac_save_IFS"
16152
16153 echo "
16154 $as_me: Finished.  Do '${ac_make}' to compile Wine.
16155 " >&6
16156