Release 1.1.41.
[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_PROGRAM_BIN_INSTALL_DIRS
600 ALL_PROGRAM_DIRS
601 ALL_TEST_BINARIES
602 ALL_TEST_DIRS
603 ALL_INSTALL_DIRS
604 ALL_IMPORT_LIBS
605 ALL_STATIC_LIBS
606 ALL_STATICLIB_DIRS
607 ALL_TOOL_DIRS
608 ALL_DLL_DIRS
609 ALL_TOP_DIRS
610 ALL_DIRS
611 ALL_WINETEST_DEPENDS
612 ALL_MAKEFILE_DEPENDS
613 ALL_SYMLINKS
614 ALL_MAKERULES
615 LDAPLIBS
616 LIBPOLL
617 LIBDL
618 EXTRA_BINARIES
619 MAIN_BINARY
620 SOCKETLIBS
621 CRTLIBS
622 TOOLSEXT
623 LDPATH
624 BUILTINFLAG
625 EXTRACFLAGS
626 LIBKSTAT
627 LIBMPG123
628 PNGINCL
629 FONTCONFIGINCL
630 CUPSINCL
631 AUDIOIOLIBS
632 ALSALIBS
633 ESDLIBS
634 ESDINCL
635 ESDCONFIG
636 ZLIB
637 FREETYPEINCL
638 FREETYPELIBS
639 ft_devel
640 LCMSLIBS
641 RESOLVLIBS
642 GPHOTO2INCL
643 GPHOTO2LIBS
644 gphoto2port_devel
645 gphoto2_devel
646 SANEINCL
647 sane_devel
648 GNUTLSINCL
649 HALINCL
650 XSLTINCL
651 XML2INCL
652 XML2LIBS
653 NASLIBS
654 X_EXTRA_LIBS
655 X_LIBS
656 X_PRE_LIBS
657 X_CFLAGS
658 XMKMF
659 LIBPTHREAD
660 CROSSTARGET
661 CROSSTEST
662 CROSSCC
663 CARBONLIB
664 LIBOPENAL
665 COREAUDIO
666 DISKARBITRATIONLIB
667 LDEXECFLAGS
668 IOKITLIB
669 COREFOUNDATIONLIB
670 SECURITYLIB
671 DLLWRAP
672 DLLTOOL
673 LDD
674 LDRPATH_LOCAL
675 LDRPATH_INSTALL
676 IMPLIBEXT
677 LIBEXT
678 LDDLLFLAGS
679 LDSHARED
680 DLLFLAGS
681 DLLEXT
682 CPP
683 OPENGL_LIBS
684 XLIB
685 PRELINK
686 ICOTOOL
687 RSVG
688 PKG_CONFIG
689 FONTFORGE
690 LINTFLAGS
691 LINT
692 INSTALL_DATA
693 INSTALL_SCRIPT
694 INSTALL_PROGRAM
695 LDCONFIG
696 EGREP
697 GREP
698 LN_S
699 STRIP
700 RANLIB
701 ARFLAGS
702 ac_ct_AR
703 AR
704 BISON
705 FLEX
706 TOOLSDIR
707 WOW64_DISABLE
708 TARGETFLAGS
709 CPPBIN
710 ac_ct_CXX
711 CXXFLAGS
712 CXX
713 OBJEXT
714 EXEEXT
715 ac_ct_CC
716 CPPFLAGS
717 LDFLAGS
718 CFLAGS
719 CC
720 SET_MAKE
721 host_os
722 host_vendor
723 host_cpu
724 host
725 build_os
726 build_vendor
727 build_cpu
728 build
729 MAINTAINER_MODE
730 target_alias
731 host_alias
732 build_alias
733 LIBS
734 ECHO_T
735 ECHO_N
736 ECHO_C
737 DEFS
738 mandir
739 localedir
740 libdir
741 psdir
742 pdfdir
743 dvidir
744 htmldir
745 infodir
746 docdir
747 oldincludedir
748 includedir
749 localstatedir
750 sharedstatedir
751 sysconfdir
752 datadir
753 datarootdir
754 libexecdir
755 sbindir
756 bindir
757 program_transform_name
758 prefix
759 exec_prefix
760 PACKAGE_URL
761 PACKAGE_BUGREPORT
762 PACKAGE_STRING
763 PACKAGE_VERSION
764 PACKAGE_TARNAME
765 PACKAGE_NAME
766 PATH_SEPARATOR
767 SHELL'
768 ac_subst_files='MAKE_RULES
769 MAKE_TEST_RULES
770 MAKE_DLL_RULES
771 MAKE_IMPLIB_RULES
772 MAKE_PROG_RULES'
773 ac_user_opts='
774 enable_option_checking
775 enable_win16
776 enable_win64
777 enable_tests
778 enable_maintainer_mode
779 with_alsa
780 with_audioio
781 with_capi
782 with_cms
783 with_coreaudio
784 with_cups
785 with_curses
786 with_esd
787 with_fontconfig
788 with_freetype
789 with_gphoto
790 with_glu
791 with_gnutls
792 with_gsm
793 with_hal
794 with_jack
795 with_jpeg
796 with_ldap
797 with_mpg123
798 with_nas
799 with_openal
800 with_opengl
801 with_openssl
802 with_oss
803 with_png
804 with_pthread
805 with_sane
806 with_v4l
807 with_xcomposite
808 with_xcursor
809 with_xinerama
810 with_xinput
811 with_xml
812 with_xrandr
813 with_xrender
814 with_xshape
815 with_xshm
816 with_xslt
817 with_xxf86vm
818 with_wine_tools
819 with_wine64
820 enable_largefile
821 with_x
822 '
823       ac_precious_vars='build_alias
824 host_alias
825 target_alias
826 CC
827 CFLAGS
828 LDFLAGS
829 LIBS
830 CPPFLAGS
831 CXX
832 CXXFLAGS
833 CCC
834 CPP
835 XMKMF'
836
837
838 # Initialize some variables set by options.
839 ac_init_help=
840 ac_init_version=false
841 ac_unrecognized_opts=
842 ac_unrecognized_sep=
843 # The variables have the same names as the options, with
844 # dashes changed to underlines.
845 cache_file=/dev/null
846 exec_prefix=NONE
847 no_create=
848 no_recursion=
849 prefix=NONE
850 program_prefix=NONE
851 program_suffix=NONE
852 program_transform_name=s,x,x,
853 silent=
854 site=
855 srcdir=
856 verbose=
857 x_includes=NONE
858 x_libraries=NONE
859
860 # Installation directory options.
861 # These are left unexpanded so users can "make install exec_prefix=/foo"
862 # and all the variables that are supposed to be based on exec_prefix
863 # by default will actually change.
864 # Use braces instead of parens because sh, perl, etc. also accept them.
865 # (The list follows the same order as the GNU Coding Standards.)
866 bindir='${exec_prefix}/bin'
867 sbindir='${exec_prefix}/sbin'
868 libexecdir='${exec_prefix}/libexec'
869 datarootdir='${prefix}/share'
870 datadir='${datarootdir}'
871 sysconfdir='${prefix}/etc'
872 sharedstatedir='${prefix}/com'
873 localstatedir='${prefix}/var'
874 includedir='${prefix}/include'
875 oldincludedir='/usr/include'
876 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
877 infodir='${datarootdir}/info'
878 htmldir='${docdir}'
879 dvidir='${docdir}'
880 pdfdir='${docdir}'
881 psdir='${docdir}'
882 libdir='${exec_prefix}/lib'
883 localedir='${datarootdir}/locale'
884 mandir='${datarootdir}/man'
885
886 ac_prev=
887 ac_dashdash=
888 for ac_option
889 do
890   # If the previous option needs an argument, assign it.
891   if test -n "$ac_prev"; then
892     eval $ac_prev=\$ac_option
893     ac_prev=
894     continue
895   fi
896
897   case $ac_option in
898   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
899   *)    ac_optarg=yes ;;
900   esac
901
902   # Accept the important Cygnus configure options, so we can diagnose typos.
903
904   case $ac_dashdash$ac_option in
905   --)
906     ac_dashdash=yes ;;
907
908   -bindir | --bindir | --bindi | --bind | --bin | --bi)
909     ac_prev=bindir ;;
910   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
911     bindir=$ac_optarg ;;
912
913   -build | --build | --buil | --bui | --bu)
914     ac_prev=build_alias ;;
915   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
916     build_alias=$ac_optarg ;;
917
918   -cache-file | --cache-file | --cache-fil | --cache-fi \
919   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
920     ac_prev=cache_file ;;
921   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
922   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
923     cache_file=$ac_optarg ;;
924
925   --config-cache | -C)
926     cache_file=config.cache ;;
927
928   -datadir | --datadir | --datadi | --datad)
929     ac_prev=datadir ;;
930   -datadir=* | --datadir=* | --datadi=* | --datad=*)
931     datadir=$ac_optarg ;;
932
933   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
934   | --dataroo | --dataro | --datar)
935     ac_prev=datarootdir ;;
936   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
937   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
938     datarootdir=$ac_optarg ;;
939
940   -disable-* | --disable-*)
941     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
942     # Reject names that are not valid shell variable names.
943     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
944       as_fn_error "invalid feature name: $ac_useropt"
945     ac_useropt_orig=$ac_useropt
946     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
947     case $ac_user_opts in
948       *"
949 "enable_$ac_useropt"
950 "*) ;;
951       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
952          ac_unrecognized_sep=', ';;
953     esac
954     eval enable_$ac_useropt=no ;;
955
956   -docdir | --docdir | --docdi | --doc | --do)
957     ac_prev=docdir ;;
958   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
959     docdir=$ac_optarg ;;
960
961   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
962     ac_prev=dvidir ;;
963   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
964     dvidir=$ac_optarg ;;
965
966   -enable-* | --enable-*)
967     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
968     # Reject names that are not valid shell variable names.
969     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
970       as_fn_error "invalid feature name: $ac_useropt"
971     ac_useropt_orig=$ac_useropt
972     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
973     case $ac_user_opts in
974       *"
975 "enable_$ac_useropt"
976 "*) ;;
977       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
978          ac_unrecognized_sep=', ';;
979     esac
980     eval enable_$ac_useropt=\$ac_optarg ;;
981
982   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
983   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
984   | --exec | --exe | --ex)
985     ac_prev=exec_prefix ;;
986   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
987   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
988   | --exec=* | --exe=* | --ex=*)
989     exec_prefix=$ac_optarg ;;
990
991   -gas | --gas | --ga | --g)
992     # Obsolete; use --with-gas.
993     with_gas=yes ;;
994
995   -help | --help | --hel | --he | -h)
996     ac_init_help=long ;;
997   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
998     ac_init_help=recursive ;;
999   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1000     ac_init_help=short ;;
1001
1002   -host | --host | --hos | --ho)
1003     ac_prev=host_alias ;;
1004   -host=* | --host=* | --hos=* | --ho=*)
1005     host_alias=$ac_optarg ;;
1006
1007   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1008     ac_prev=htmldir ;;
1009   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1010   | --ht=*)
1011     htmldir=$ac_optarg ;;
1012
1013   -includedir | --includedir | --includedi | --included | --include \
1014   | --includ | --inclu | --incl | --inc)
1015     ac_prev=includedir ;;
1016   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1017   | --includ=* | --inclu=* | --incl=* | --inc=*)
1018     includedir=$ac_optarg ;;
1019
1020   -infodir | --infodir | --infodi | --infod | --info | --inf)
1021     ac_prev=infodir ;;
1022   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1023     infodir=$ac_optarg ;;
1024
1025   -libdir | --libdir | --libdi | --libd)
1026     ac_prev=libdir ;;
1027   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1028     libdir=$ac_optarg ;;
1029
1030   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1031   | --libexe | --libex | --libe)
1032     ac_prev=libexecdir ;;
1033   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1034   | --libexe=* | --libex=* | --libe=*)
1035     libexecdir=$ac_optarg ;;
1036
1037   -localedir | --localedir | --localedi | --localed | --locale)
1038     ac_prev=localedir ;;
1039   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1040     localedir=$ac_optarg ;;
1041
1042   -localstatedir | --localstatedir | --localstatedi | --localstated \
1043   | --localstate | --localstat | --localsta | --localst | --locals)
1044     ac_prev=localstatedir ;;
1045   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1046   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1047     localstatedir=$ac_optarg ;;
1048
1049   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1050     ac_prev=mandir ;;
1051   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1052     mandir=$ac_optarg ;;
1053
1054   -nfp | --nfp | --nf)
1055     # Obsolete; use --without-fp.
1056     with_fp=no ;;
1057
1058   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1059   | --no-cr | --no-c | -n)
1060     no_create=yes ;;
1061
1062   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1063   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1064     no_recursion=yes ;;
1065
1066   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1067   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1068   | --oldin | --oldi | --old | --ol | --o)
1069     ac_prev=oldincludedir ;;
1070   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1071   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1072   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1073     oldincludedir=$ac_optarg ;;
1074
1075   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1076     ac_prev=prefix ;;
1077   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1078     prefix=$ac_optarg ;;
1079
1080   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1081   | --program-pre | --program-pr | --program-p)
1082     ac_prev=program_prefix ;;
1083   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1084   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1085     program_prefix=$ac_optarg ;;
1086
1087   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1088   | --program-suf | --program-su | --program-s)
1089     ac_prev=program_suffix ;;
1090   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1091   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1092     program_suffix=$ac_optarg ;;
1093
1094   -program-transform-name | --program-transform-name \
1095   | --program-transform-nam | --program-transform-na \
1096   | --program-transform-n | --program-transform- \
1097   | --program-transform | --program-transfor \
1098   | --program-transfo | --program-transf \
1099   | --program-trans | --program-tran \
1100   | --progr-tra | --program-tr | --program-t)
1101     ac_prev=program_transform_name ;;
1102   -program-transform-name=* | --program-transform-name=* \
1103   | --program-transform-nam=* | --program-transform-na=* \
1104   | --program-transform-n=* | --program-transform-=* \
1105   | --program-transform=* | --program-transfor=* \
1106   | --program-transfo=* | --program-transf=* \
1107   | --program-trans=* | --program-tran=* \
1108   | --progr-tra=* | --program-tr=* | --program-t=*)
1109     program_transform_name=$ac_optarg ;;
1110
1111   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1112     ac_prev=pdfdir ;;
1113   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1114     pdfdir=$ac_optarg ;;
1115
1116   -psdir | --psdir | --psdi | --psd | --ps)
1117     ac_prev=psdir ;;
1118   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1119     psdir=$ac_optarg ;;
1120
1121   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1122   | -silent | --silent | --silen | --sile | --sil)
1123     silent=yes ;;
1124
1125   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1126     ac_prev=sbindir ;;
1127   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1128   | --sbi=* | --sb=*)
1129     sbindir=$ac_optarg ;;
1130
1131   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1132   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1133   | --sharedst | --shareds | --shared | --share | --shar \
1134   | --sha | --sh)
1135     ac_prev=sharedstatedir ;;
1136   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1137   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1138   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1139   | --sha=* | --sh=*)
1140     sharedstatedir=$ac_optarg ;;
1141
1142   -site | --site | --sit)
1143     ac_prev=site ;;
1144   -site=* | --site=* | --sit=*)
1145     site=$ac_optarg ;;
1146
1147   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1148     ac_prev=srcdir ;;
1149   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1150     srcdir=$ac_optarg ;;
1151
1152   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1153   | --syscon | --sysco | --sysc | --sys | --sy)
1154     ac_prev=sysconfdir ;;
1155   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1156   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1157     sysconfdir=$ac_optarg ;;
1158
1159   -target | --target | --targe | --targ | --tar | --ta | --t)
1160     ac_prev=target_alias ;;
1161   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1162     target_alias=$ac_optarg ;;
1163
1164   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1165     verbose=yes ;;
1166
1167   -version | --version | --versio | --versi | --vers | -V)
1168     ac_init_version=: ;;
1169
1170   -with-* | --with-*)
1171     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1172     # Reject names that are not valid shell variable names.
1173     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1174       as_fn_error "invalid package name: $ac_useropt"
1175     ac_useropt_orig=$ac_useropt
1176     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1177     case $ac_user_opts in
1178       *"
1179 "with_$ac_useropt"
1180 "*) ;;
1181       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1182          ac_unrecognized_sep=', ';;
1183     esac
1184     eval with_$ac_useropt=\$ac_optarg ;;
1185
1186   -without-* | --without-*)
1187     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1188     # Reject names that are not valid shell variable names.
1189     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1190       as_fn_error "invalid package name: $ac_useropt"
1191     ac_useropt_orig=$ac_useropt
1192     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1193     case $ac_user_opts in
1194       *"
1195 "with_$ac_useropt"
1196 "*) ;;
1197       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1198          ac_unrecognized_sep=', ';;
1199     esac
1200     eval with_$ac_useropt=no ;;
1201
1202   --x)
1203     # Obsolete; use --with-x.
1204     with_x=yes ;;
1205
1206   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1207   | --x-incl | --x-inc | --x-in | --x-i)
1208     ac_prev=x_includes ;;
1209   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1210   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1211     x_includes=$ac_optarg ;;
1212
1213   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1214   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1215     ac_prev=x_libraries ;;
1216   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1217   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1218     x_libraries=$ac_optarg ;;
1219
1220   -*) as_fn_error "unrecognized option: \`$ac_option'
1221 Try \`$0 --help' for more information."
1222     ;;
1223
1224   *=*)
1225     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1226     # Reject names that are not valid shell variable names.
1227     case $ac_envvar in #(
1228       '' | [0-9]* | *[!_$as_cr_alnum]* )
1229       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1230     esac
1231     eval $ac_envvar=\$ac_optarg
1232     export $ac_envvar ;;
1233
1234   *)
1235     # FIXME: should be removed in autoconf 3.0.
1236     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1237     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1238       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1239     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1240     ;;
1241
1242   esac
1243 done
1244
1245 if test -n "$ac_prev"; then
1246   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1247   as_fn_error "missing argument to $ac_option"
1248 fi
1249
1250 if test -n "$ac_unrecognized_opts"; then
1251   case $enable_option_checking in
1252     no) ;;
1253     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1254     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1255   esac
1256 fi
1257
1258 # Check all directory arguments for consistency.
1259 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1260                 datadir sysconfdir sharedstatedir localstatedir includedir \
1261                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1262                 libdir localedir mandir
1263 do
1264   eval ac_val=\$$ac_var
1265   # Remove trailing slashes.
1266   case $ac_val in
1267     */ )
1268       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1269       eval $ac_var=\$ac_val;;
1270   esac
1271   # Be sure to have absolute directory names.
1272   case $ac_val in
1273     [\\/$]* | ?:[\\/]* )  continue;;
1274     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1275   esac
1276   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1277 done
1278
1279 # There might be people who depend on the old broken behavior: `$host'
1280 # used to hold the argument of --host etc.
1281 # FIXME: To remove some day.
1282 build=$build_alias
1283 host=$host_alias
1284 target=$target_alias
1285
1286 # FIXME: To remove some day.
1287 if test "x$host_alias" != x; then
1288   if test "x$build_alias" = x; then
1289     cross_compiling=maybe
1290     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1291     If a cross compiler is detected then cross compile mode will be used." >&2
1292   elif test "x$build_alias" != "x$host_alias"; then
1293     cross_compiling=yes
1294   fi
1295 fi
1296
1297 ac_tool_prefix=
1298 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1299
1300 test "$silent" = yes && exec 6>/dev/null
1301
1302
1303 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1304 ac_ls_di=`ls -di .` &&
1305 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1306   as_fn_error "working directory cannot be determined"
1307 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1308   as_fn_error "pwd does not report name of working directory"
1309
1310
1311 # Find the source files, if location was not specified.
1312 if test -z "$srcdir"; then
1313   ac_srcdir_defaulted=yes
1314   # Try the directory containing this script, then the parent directory.
1315   ac_confdir=`$as_dirname -- "$as_myself" ||
1316 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1317          X"$as_myself" : 'X\(//\)[^/]' \| \
1318          X"$as_myself" : 'X\(//\)$' \| \
1319          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1320 $as_echo X"$as_myself" |
1321     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1322             s//\1/
1323             q
1324           }
1325           /^X\(\/\/\)[^/].*/{
1326             s//\1/
1327             q
1328           }
1329           /^X\(\/\/\)$/{
1330             s//\1/
1331             q
1332           }
1333           /^X\(\/\).*/{
1334             s//\1/
1335             q
1336           }
1337           s/.*/./; q'`
1338   srcdir=$ac_confdir
1339   if test ! -r "$srcdir/$ac_unique_file"; then
1340     srcdir=..
1341   fi
1342 else
1343   ac_srcdir_defaulted=no
1344 fi
1345 if test ! -r "$srcdir/$ac_unique_file"; then
1346   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1347   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1348 fi
1349 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1350 ac_abs_confdir=`(
1351         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1352         pwd)`
1353 # When building in place, set srcdir=.
1354 if test "$ac_abs_confdir" = "$ac_pwd"; then
1355   srcdir=.
1356 fi
1357 # Remove unnecessary trailing slashes from srcdir.
1358 # Double slashes in file names in object file debugging info
1359 # mess up M-x gdb in Emacs.
1360 case $srcdir in
1361 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1362 esac
1363 for ac_var in $ac_precious_vars; do
1364   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1365   eval ac_env_${ac_var}_value=\$${ac_var}
1366   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1367   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1368 done
1369
1370 #
1371 # Report the --help message.
1372 #
1373 if test "$ac_init_help" = "long"; then
1374   # Omit some internal or obsolete options to make the list less imposing.
1375   # This message is too long to be a string in the A/UX 3.1 sh.
1376   cat <<_ACEOF
1377 \`configure' configures Wine 1.1.41 to adapt to many kinds of systems.
1378
1379 Usage: $0 [OPTION]... [VAR=VALUE]...
1380
1381 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1382 VAR=VALUE.  See below for descriptions of some of the useful variables.
1383
1384 Defaults for the options are specified in brackets.
1385
1386 Configuration:
1387   -h, --help              display this help and exit
1388       --help=short        display options specific to this package
1389       --help=recursive    display the short help of all the included packages
1390   -V, --version           display version information and exit
1391   -q, --quiet, --silent   do not print \`checking...' messages
1392       --cache-file=FILE   cache test results in FILE [disabled]
1393   -C, --config-cache      alias for \`--cache-file=config.cache'
1394   -n, --no-create         do not create output files
1395       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1396
1397 Installation directories:
1398   --prefix=PREFIX         install architecture-independent files in PREFIX
1399                           [$ac_default_prefix]
1400   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1401                           [PREFIX]
1402
1403 By default, \`make install' will install all the files in
1404 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1405 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1406 for instance \`--prefix=\$HOME'.
1407
1408 For better control, use the options below.
1409
1410 Fine tuning of the installation directories:
1411   --bindir=DIR            user executables [EPREFIX/bin]
1412   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1413   --libexecdir=DIR        program executables [EPREFIX/libexec]
1414   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1415   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1416   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1417   --libdir=DIR            object code libraries [EPREFIX/lib]
1418   --includedir=DIR        C header files [PREFIX/include]
1419   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1420   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1421   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1422   --infodir=DIR           info documentation [DATAROOTDIR/info]
1423   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1424   --mandir=DIR            man documentation [DATAROOTDIR/man]
1425   --docdir=DIR            documentation root [DATAROOTDIR/doc/wine]
1426   --htmldir=DIR           html documentation [DOCDIR]
1427   --dvidir=DIR            dvi documentation [DOCDIR]
1428   --pdfdir=DIR            pdf documentation [DOCDIR]
1429   --psdir=DIR             ps documentation [DOCDIR]
1430 _ACEOF
1431
1432   cat <<\_ACEOF
1433
1434 X features:
1435   --x-includes=DIR    X include files are in DIR
1436   --x-libraries=DIR   X library files are in DIR
1437
1438 System types:
1439   --build=BUILD     configure for building on BUILD [guessed]
1440   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1441 _ACEOF
1442 fi
1443
1444 if test -n "$ac_init_help"; then
1445   case $ac_init_help in
1446      short | recursive ) echo "Configuration of Wine 1.1.41:";;
1447    esac
1448   cat <<\_ACEOF
1449
1450 Optional Features:
1451   --disable-option-checking  ignore unrecognized --enable/--with options
1452   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1453   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1454   --disable-win16         do not include Win16 support
1455   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1456                           binaries)
1457   --disable-tests         do not build the regression tests
1458   --enable-maintainer-mode
1459                           enable maintainer-specific build rules
1460   --disable-largefile     omit support for large files
1461
1462 Optional Packages:
1463   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1464   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1465   --without-alsa          do not use the Alsa sound support
1466   --without-audioio       do not use the AudioIO sound support
1467   --without-capi          do not use CAPI (ISDN support)
1468   --without-cms           do not use CMS (color management support)
1469   --without-coreaudio     do not use the CoreAudio sound support
1470   --without-cups          do not use CUPS
1471   --without-curses        do not use (n)curses
1472   --without-esd           do not use the EsounD sound support
1473   --without-fontconfig    do not use fontconfig
1474   --without-freetype      do not use the FreeType library
1475   --without-gphoto        do not use gphoto (Digital Camera support)
1476   --without-glu           do not use the GLU library
1477   --without-gnutls        do not use GnuTLS (schannel support)
1478   --without-gsm           do not use libgsm (GSM 06.10 codec support)
1479   --without-hal           do not use HAL (dynamic device support)
1480   --without-jack          do not use the Jack sound support
1481   --without-jpeg          do not use JPEG
1482   --without-ldap          do not use LDAP
1483   --without-mpg123        do not use the mpg123 library
1484   --without-nas           do not use the NAS sound support
1485   --without-openal        do not use OpenAL
1486   --without-opengl        do not use OpenGL
1487   --without-openssl       do not use OpenSSL
1488   --without-oss           do not use the OSS sound support
1489   --without-png           do not use PNG
1490   --without-pthread       do not use the pthread library
1491   --without-sane          do not use SANE (scanner support)
1492   --without-v4l           do not use v4l1 (v4l support)
1493   --without-xcomposite    do not use the Xcomposite extension
1494   --without-xcursor       do not use the Xcursor extension
1495   --without-xinerama      do not use Xinerama (multi-monitor support)
1496   --without-xinput        do not use the Xinput extension
1497   --without-xml           do not use XML
1498   --without-xrandr        do not use Xrandr (resolution changes)
1499   --without-xrender       do not use the Xrender extension
1500   --without-xshape        do not use the Xshape extension
1501   --without-xshm          do not use XShm (shared memory extension)
1502   --without-xslt          do not use XSLT
1503   --without-xxf86vm       do not use XFree video mode extension
1504   --with-wine-tools=DIR   use Wine tools from directory DIR
1505   --with-wine64=DIR       use the 64-bit Wine in DIR for a Wow64 build
1506   --with-x                use the X Window System
1507
1508 Some influential environment variables:
1509   CC          C compiler command
1510   CFLAGS      C compiler flags
1511   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1512               nonstandard directory <lib dir>
1513   LIBS        libraries to pass to the linker, e.g. -l<library>
1514   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1515               you have headers in a nonstandard directory <include dir>
1516   CXX         C++ compiler command
1517   CXXFLAGS    C++ compiler flags
1518   CPP         C preprocessor
1519   XMKMF       Path to xmkmf, Makefile generator for X Window System
1520
1521 Use these variables to override the choices made by `configure' or to help
1522 it to find libraries and programs with nonstandard names/locations.
1523
1524 Report bugs to <wine-devel@winehq.org>.
1525 Wine home page: <http://www.winehq.org>.
1526 _ACEOF
1527 ac_status=$?
1528 fi
1529
1530 if test "$ac_init_help" = "recursive"; then
1531   # If there are subdirs, report their specific --help.
1532   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1533     test -d "$ac_dir" ||
1534       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1535       continue
1536     ac_builddir=.
1537
1538 case "$ac_dir" in
1539 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1540 *)
1541   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1542   # A ".." for each directory in $ac_dir_suffix.
1543   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1544   case $ac_top_builddir_sub in
1545   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1546   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1547   esac ;;
1548 esac
1549 ac_abs_top_builddir=$ac_pwd
1550 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1551 # for backward compatibility:
1552 ac_top_builddir=$ac_top_build_prefix
1553
1554 case $srcdir in
1555   .)  # We are building in place.
1556     ac_srcdir=.
1557     ac_top_srcdir=$ac_top_builddir_sub
1558     ac_abs_top_srcdir=$ac_pwd ;;
1559   [\\/]* | ?:[\\/]* )  # Absolute name.
1560     ac_srcdir=$srcdir$ac_dir_suffix;
1561     ac_top_srcdir=$srcdir
1562     ac_abs_top_srcdir=$srcdir ;;
1563   *) # Relative name.
1564     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1565     ac_top_srcdir=$ac_top_build_prefix$srcdir
1566     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1567 esac
1568 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1569
1570     cd "$ac_dir" || { ac_status=$?; continue; }
1571     # Check for guested configure.
1572     if test -f "$ac_srcdir/configure.gnu"; then
1573       echo &&
1574       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1575     elif test -f "$ac_srcdir/configure"; then
1576       echo &&
1577       $SHELL "$ac_srcdir/configure" --help=recursive
1578     else
1579       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1580     fi || ac_status=$?
1581     cd "$ac_pwd" || { ac_status=$?; break; }
1582   done
1583 fi
1584
1585 test -n "$ac_init_help" && exit $ac_status
1586 if $ac_init_version; then
1587   cat <<\_ACEOF
1588 Wine configure 1.1.41
1589 generated by GNU Autoconf 2.65
1590
1591 Copyright (C) 2009 Free Software Foundation, Inc.
1592 This configure script is free software; the Free Software Foundation
1593 gives unlimited permission to copy, distribute and modify it.
1594 _ACEOF
1595   exit
1596 fi
1597
1598 ## ------------------------ ##
1599 ## Autoconf initialization. ##
1600 ## ------------------------ ##
1601
1602 # ac_fn_c_try_compile LINENO
1603 # --------------------------
1604 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1605 ac_fn_c_try_compile ()
1606 {
1607   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1608   rm -f conftest.$ac_objext
1609   if { { ac_try="$ac_compile"
1610 case "(($ac_try" in
1611   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1612   *) ac_try_echo=$ac_try;;
1613 esac
1614 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1615 $as_echo "$ac_try_echo"; } >&5
1616   (eval "$ac_compile") 2>conftest.err
1617   ac_status=$?
1618   if test -s conftest.err; then
1619     grep -v '^ *+' conftest.err >conftest.er1
1620     cat conftest.er1 >&5
1621     mv -f conftest.er1 conftest.err
1622   fi
1623   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1624   test $ac_status = 0; } && {
1625          test -z "$ac_c_werror_flag" ||
1626          test ! -s conftest.err
1627        } && test -s conftest.$ac_objext; then :
1628   ac_retval=0
1629 else
1630   $as_echo "$as_me: failed program was:" >&5
1631 sed 's/^/| /' conftest.$ac_ext >&5
1632
1633         ac_retval=1
1634 fi
1635   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1636   as_fn_set_status $ac_retval
1637
1638 } # ac_fn_c_try_compile
1639
1640 # ac_fn_cxx_try_compile LINENO
1641 # ----------------------------
1642 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1643 ac_fn_cxx_try_compile ()
1644 {
1645   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1646   rm -f conftest.$ac_objext
1647   if { { ac_try="$ac_compile"
1648 case "(($ac_try" in
1649   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1650   *) ac_try_echo=$ac_try;;
1651 esac
1652 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1653 $as_echo "$ac_try_echo"; } >&5
1654   (eval "$ac_compile") 2>conftest.err
1655   ac_status=$?
1656   if test -s conftest.err; then
1657     grep -v '^ *+' conftest.err >conftest.er1
1658     cat conftest.er1 >&5
1659     mv -f conftest.er1 conftest.err
1660   fi
1661   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1662   test $ac_status = 0; } && {
1663          test -z "$ac_cxx_werror_flag" ||
1664          test ! -s conftest.err
1665        } && test -s conftest.$ac_objext; then :
1666   ac_retval=0
1667 else
1668   $as_echo "$as_me: failed program was:" >&5
1669 sed 's/^/| /' conftest.$ac_ext >&5
1670
1671         ac_retval=1
1672 fi
1673   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1674   as_fn_set_status $ac_retval
1675
1676 } # ac_fn_cxx_try_compile
1677
1678 # ac_fn_c_try_link LINENO
1679 # -----------------------
1680 # Try to link conftest.$ac_ext, and return whether this succeeded.
1681 ac_fn_c_try_link ()
1682 {
1683   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1684   rm -f conftest.$ac_objext conftest$ac_exeext
1685   if { { ac_try="$ac_link"
1686 case "(($ac_try" in
1687   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1688   *) ac_try_echo=$ac_try;;
1689 esac
1690 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1691 $as_echo "$ac_try_echo"; } >&5
1692   (eval "$ac_link") 2>conftest.err
1693   ac_status=$?
1694   if test -s conftest.err; then
1695     grep -v '^ *+' conftest.err >conftest.er1
1696     cat conftest.er1 >&5
1697     mv -f conftest.er1 conftest.err
1698   fi
1699   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1700   test $ac_status = 0; } && {
1701          test -z "$ac_c_werror_flag" ||
1702          test ! -s conftest.err
1703        } && test -s conftest$ac_exeext && {
1704          test "$cross_compiling" = yes ||
1705          $as_test_x conftest$ac_exeext
1706        }; then :
1707   ac_retval=0
1708 else
1709   $as_echo "$as_me: failed program was:" >&5
1710 sed 's/^/| /' conftest.$ac_ext >&5
1711
1712         ac_retval=1
1713 fi
1714   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1715   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1716   # interfere with the next link command; also delete a directory that is
1717   # left behind by Apple's compiler.  We do this before executing the actions.
1718   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1719   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1720   as_fn_set_status $ac_retval
1721
1722 } # ac_fn_c_try_link
1723
1724 # ac_fn_c_try_cpp LINENO
1725 # ----------------------
1726 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1727 ac_fn_c_try_cpp ()
1728 {
1729   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1730   if { { ac_try="$ac_cpp conftest.$ac_ext"
1731 case "(($ac_try" in
1732   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1733   *) ac_try_echo=$ac_try;;
1734 esac
1735 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1736 $as_echo "$ac_try_echo"; } >&5
1737   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1738   ac_status=$?
1739   if test -s conftest.err; then
1740     grep -v '^ *+' conftest.err >conftest.er1
1741     cat conftest.er1 >&5
1742     mv -f conftest.er1 conftest.err
1743   fi
1744   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1745   test $ac_status = 0; } >/dev/null && {
1746          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1747          test ! -s conftest.err
1748        }; then :
1749   ac_retval=0
1750 else
1751   $as_echo "$as_me: failed program was:" >&5
1752 sed 's/^/| /' conftest.$ac_ext >&5
1753
1754     ac_retval=1
1755 fi
1756   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1757   as_fn_set_status $ac_retval
1758
1759 } # ac_fn_c_try_cpp
1760
1761 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1762 # -------------------------------------------------------
1763 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1764 # the include files in INCLUDES and setting the cache variable VAR
1765 # accordingly.
1766 ac_fn_c_check_header_mongrel ()
1767 {
1768   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1769   if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1770   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1771 $as_echo_n "checking for $2... " >&6; }
1772 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1773   $as_echo_n "(cached) " >&6
1774 fi
1775 eval ac_res=\$$3
1776                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1777 $as_echo "$ac_res" >&6; }
1778 else
1779   # Is the header compilable?
1780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1781 $as_echo_n "checking $2 usability... " >&6; }
1782 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1783 /* end confdefs.h.  */
1784 $4
1785 #include <$2>
1786 _ACEOF
1787 if ac_fn_c_try_compile "$LINENO"; then :
1788   ac_header_compiler=yes
1789 else
1790   ac_header_compiler=no
1791 fi
1792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1794 $as_echo "$ac_header_compiler" >&6; }
1795
1796 # Is the header present?
1797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1798 $as_echo_n "checking $2 presence... " >&6; }
1799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1800 /* end confdefs.h.  */
1801 #include <$2>
1802 _ACEOF
1803 if ac_fn_c_try_cpp "$LINENO"; then :
1804   ac_header_preproc=yes
1805 else
1806   ac_header_preproc=no
1807 fi
1808 rm -f conftest.err conftest.$ac_ext
1809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1810 $as_echo "$ac_header_preproc" >&6; }
1811
1812 # So?  What about this header?
1813 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1814   yes:no: )
1815     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1816 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&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     ;;
1820   no:yes:* )
1821     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1822 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1823     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1824 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1825     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1826 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1827     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1828 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1829     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1830 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1831 ( cat <<\_ASBOX
1832 ## ------------------------------------ ##
1833 ## Report this to wine-devel@winehq.org ##
1834 ## ------------------------------------ ##
1835 _ASBOX
1836      ) | sed "s/^/$as_me: WARNING:     /" >&2
1837     ;;
1838 esac
1839   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1840 $as_echo_n "checking for $2... " >&6; }
1841 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1842   $as_echo_n "(cached) " >&6
1843 else
1844   eval "$3=\$ac_header_compiler"
1845 fi
1846 eval ac_res=\$$3
1847                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1848 $as_echo "$ac_res" >&6; }
1849 fi
1850   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1851
1852 } # ac_fn_c_check_header_mongrel
1853
1854 # ac_fn_c_try_run LINENO
1855 # ----------------------
1856 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1857 # that executables *can* be run.
1858 ac_fn_c_try_run ()
1859 {
1860   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1861   if { { ac_try="$ac_link"
1862 case "(($ac_try" in
1863   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1864   *) ac_try_echo=$ac_try;;
1865 esac
1866 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1867 $as_echo "$ac_try_echo"; } >&5
1868   (eval "$ac_link") 2>&5
1869   ac_status=$?
1870   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1871   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1872   { { case "(($ac_try" in
1873   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1874   *) ac_try_echo=$ac_try;;
1875 esac
1876 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1877 $as_echo "$ac_try_echo"; } >&5
1878   (eval "$ac_try") 2>&5
1879   ac_status=$?
1880   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1881   test $ac_status = 0; }; }; then :
1882   ac_retval=0
1883 else
1884   $as_echo "$as_me: program exited with status $ac_status" >&5
1885        $as_echo "$as_me: failed program was:" >&5
1886 sed 's/^/| /' conftest.$ac_ext >&5
1887
1888        ac_retval=$ac_status
1889 fi
1890   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1891   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1892   as_fn_set_status $ac_retval
1893
1894 } # ac_fn_c_try_run
1895
1896 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1897 # -------------------------------------------------------
1898 # Tests whether HEADER exists and can be compiled using the include files in
1899 # INCLUDES, setting the cache variable VAR accordingly.
1900 ac_fn_c_check_header_compile ()
1901 {
1902   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1903   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1904 $as_echo_n "checking for $2... " >&6; }
1905 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1906   $as_echo_n "(cached) " >&6
1907 else
1908   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1909 /* end confdefs.h.  */
1910 $4
1911 #include <$2>
1912 _ACEOF
1913 if ac_fn_c_try_compile "$LINENO"; then :
1914   eval "$3=yes"
1915 else
1916   eval "$3=no"
1917 fi
1918 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1919 fi
1920 eval ac_res=\$$3
1921                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1922 $as_echo "$ac_res" >&6; }
1923   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1924
1925 } # ac_fn_c_check_header_compile
1926
1927 # ac_fn_c_check_func LINENO FUNC VAR
1928 # ----------------------------------
1929 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1930 ac_fn_c_check_func ()
1931 {
1932   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1933   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1934 $as_echo_n "checking for $2... " >&6; }
1935 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1936   $as_echo_n "(cached) " >&6
1937 else
1938   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1939 /* end confdefs.h.  */
1940 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1941    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1942 #define $2 innocuous_$2
1943
1944 /* System header to define __stub macros and hopefully few prototypes,
1945     which can conflict with char $2 (); below.
1946     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1947     <limits.h> exists even on freestanding compilers.  */
1948
1949 #ifdef __STDC__
1950 # include <limits.h>
1951 #else
1952 # include <assert.h>
1953 #endif
1954
1955 #undef $2
1956
1957 /* Override any GCC internal prototype to avoid an error.
1958    Use char because int might match the return type of a GCC
1959    builtin and then its argument prototype would still apply.  */
1960 #ifdef __cplusplus
1961 extern "C"
1962 #endif
1963 char $2 ();
1964 /* The GNU C library defines this for functions which it implements
1965     to always fail with ENOSYS.  Some functions are actually named
1966     something starting with __ and the normal name is an alias.  */
1967 #if defined __stub_$2 || defined __stub___$2
1968 choke me
1969 #endif
1970
1971 int
1972 main ()
1973 {
1974 return $2 ();
1975   ;
1976   return 0;
1977 }
1978 _ACEOF
1979 if ac_fn_c_try_link "$LINENO"; then :
1980   eval "$3=yes"
1981 else
1982   eval "$3=no"
1983 fi
1984 rm -f core conftest.err conftest.$ac_objext \
1985     conftest$ac_exeext conftest.$ac_ext
1986 fi
1987 eval ac_res=\$$3
1988                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1989 $as_echo "$ac_res" >&6; }
1990   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1991
1992 } # ac_fn_c_check_func
1993
1994 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1995 # ----------------------------------------------------
1996 # Tries to find if the field MEMBER exists in type AGGR, after including
1997 # INCLUDES, setting cache variable VAR accordingly.
1998 ac_fn_c_check_member ()
1999 {
2000   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2001   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2002 $as_echo_n "checking for $2.$3... " >&6; }
2003 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
2004   $as_echo_n "(cached) " >&6
2005 else
2006   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2007 /* end confdefs.h.  */
2008 $5
2009 int
2010 main ()
2011 {
2012 static $2 ac_aggr;
2013 if (ac_aggr.$3)
2014 return 0;
2015   ;
2016   return 0;
2017 }
2018 _ACEOF
2019 if ac_fn_c_try_compile "$LINENO"; then :
2020   eval "$4=yes"
2021 else
2022   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2023 /* end confdefs.h.  */
2024 $5
2025 int
2026 main ()
2027 {
2028 static $2 ac_aggr;
2029 if (sizeof ac_aggr.$3)
2030 return 0;
2031   ;
2032   return 0;
2033 }
2034 _ACEOF
2035 if ac_fn_c_try_compile "$LINENO"; then :
2036   eval "$4=yes"
2037 else
2038   eval "$4=no"
2039 fi
2040 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2041 fi
2042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2043 fi
2044 eval ac_res=\$$4
2045                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2046 $as_echo "$ac_res" >&6; }
2047   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2048
2049 } # ac_fn_c_check_member
2050
2051 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2052 # -------------------------------------------
2053 # Tests whether TYPE exists after having included INCLUDES, setting cache
2054 # variable VAR accordingly.
2055 ac_fn_c_check_type ()
2056 {
2057   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2058   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2059 $as_echo_n "checking for $2... " >&6; }
2060 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2061   $as_echo_n "(cached) " >&6
2062 else
2063   eval "$3=no"
2064   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2065 /* end confdefs.h.  */
2066 $4
2067 int
2068 main ()
2069 {
2070 if (sizeof ($2))
2071          return 0;
2072   ;
2073   return 0;
2074 }
2075 _ACEOF
2076 if ac_fn_c_try_compile "$LINENO"; then :
2077   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2078 /* end confdefs.h.  */
2079 $4
2080 int
2081 main ()
2082 {
2083 if (sizeof (($2)))
2084             return 0;
2085   ;
2086   return 0;
2087 }
2088 _ACEOF
2089 if ac_fn_c_try_compile "$LINENO"; then :
2090
2091 else
2092   eval "$3=yes"
2093 fi
2094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2095 fi
2096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2097 fi
2098 eval ac_res=\$$3
2099                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2100 $as_echo "$ac_res" >&6; }
2101   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2102
2103 } # ac_fn_c_check_type
2104 cat >config.log <<_ACEOF
2105 This file contains any messages produced by compilers while
2106 running configure, to aid debugging if configure makes a mistake.
2107
2108 It was created by Wine $as_me 1.1.41, which was
2109 generated by GNU Autoconf 2.65.  Invocation command line was
2110
2111   $ $0 $@
2112
2113 _ACEOF
2114 exec 5>>config.log
2115 {
2116 cat <<_ASUNAME
2117 ## --------- ##
2118 ## Platform. ##
2119 ## --------- ##
2120
2121 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2122 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2123 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2124 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2125 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2126
2127 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2128 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2129
2130 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2131 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2132 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2133 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2134 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2135 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2136 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2137
2138 _ASUNAME
2139
2140 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2141 for as_dir in $PATH
2142 do
2143   IFS=$as_save_IFS
2144   test -z "$as_dir" && as_dir=.
2145     $as_echo "PATH: $as_dir"
2146   done
2147 IFS=$as_save_IFS
2148
2149 } >&5
2150
2151 cat >&5 <<_ACEOF
2152
2153
2154 ## ----------- ##
2155 ## Core tests. ##
2156 ## ----------- ##
2157
2158 _ACEOF
2159
2160
2161 # Keep a trace of the command line.
2162 # Strip out --no-create and --no-recursion so they do not pile up.
2163 # Strip out --silent because we don't want to record it for future runs.
2164 # Also quote any args containing shell meta-characters.
2165 # Make two passes to allow for proper duplicate-argument suppression.
2166 ac_configure_args=
2167 ac_configure_args0=
2168 ac_configure_args1=
2169 ac_must_keep_next=false
2170 for ac_pass in 1 2
2171 do
2172   for ac_arg
2173   do
2174     case $ac_arg in
2175     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2176     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2177     | -silent | --silent | --silen | --sile | --sil)
2178       continue ;;
2179     *\'*)
2180       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2181     esac
2182     case $ac_pass in
2183     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2184     2)
2185       as_fn_append ac_configure_args1 " '$ac_arg'"
2186       if test $ac_must_keep_next = true; then
2187         ac_must_keep_next=false # Got value, back to normal.
2188       else
2189         case $ac_arg in
2190           *=* | --config-cache | -C | -disable-* | --disable-* \
2191           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2192           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2193           | -with-* | --with-* | -without-* | --without-* | --x)
2194             case "$ac_configure_args0 " in
2195               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2196             esac
2197             ;;
2198           -* ) ac_must_keep_next=true ;;
2199         esac
2200       fi
2201       as_fn_append ac_configure_args " '$ac_arg'"
2202       ;;
2203     esac
2204   done
2205 done
2206 { ac_configure_args0=; unset ac_configure_args0;}
2207 { ac_configure_args1=; unset ac_configure_args1;}
2208
2209 # When interrupted or exit'd, cleanup temporary files, and complete
2210 # config.log.  We remove comments because anyway the quotes in there
2211 # would cause problems or look ugly.
2212 # WARNING: Use '\'' to represent an apostrophe within the trap.
2213 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2214 trap 'exit_status=$?
2215   # Save into config.log some information that might help in debugging.
2216   {
2217     echo
2218
2219     cat <<\_ASBOX
2220 ## ---------------- ##
2221 ## Cache variables. ##
2222 ## ---------------- ##
2223 _ASBOX
2224     echo
2225     # The following way of writing the cache mishandles newlines in values,
2226 (
2227   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2228     eval ac_val=\$$ac_var
2229     case $ac_val in #(
2230     *${as_nl}*)
2231       case $ac_var in #(
2232       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2233 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2234       esac
2235       case $ac_var in #(
2236       _ | IFS | as_nl) ;; #(
2237       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2238       *) { eval $ac_var=; unset $ac_var;} ;;
2239       esac ;;
2240     esac
2241   done
2242   (set) 2>&1 |
2243     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2244     *${as_nl}ac_space=\ *)
2245       sed -n \
2246         "s/'\''/'\''\\\\'\'''\''/g;
2247           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2248       ;; #(
2249     *)
2250       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2251       ;;
2252     esac |
2253     sort
2254 )
2255     echo
2256
2257     cat <<\_ASBOX
2258 ## ----------------- ##
2259 ## Output variables. ##
2260 ## ----------------- ##
2261 _ASBOX
2262     echo
2263     for ac_var in $ac_subst_vars
2264     do
2265       eval ac_val=\$$ac_var
2266       case $ac_val in
2267       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2268       esac
2269       $as_echo "$ac_var='\''$ac_val'\''"
2270     done | sort
2271     echo
2272
2273     if test -n "$ac_subst_files"; then
2274       cat <<\_ASBOX
2275 ## ------------------- ##
2276 ## File substitutions. ##
2277 ## ------------------- ##
2278 _ASBOX
2279       echo
2280       for ac_var in $ac_subst_files
2281       do
2282         eval ac_val=\$$ac_var
2283         case $ac_val in
2284         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2285         esac
2286         $as_echo "$ac_var='\''$ac_val'\''"
2287       done | sort
2288       echo
2289     fi
2290
2291     if test -s confdefs.h; then
2292       cat <<\_ASBOX
2293 ## ----------- ##
2294 ## confdefs.h. ##
2295 ## ----------- ##
2296 _ASBOX
2297       echo
2298       cat confdefs.h
2299       echo
2300     fi
2301     test "$ac_signal" != 0 &&
2302       $as_echo "$as_me: caught signal $ac_signal"
2303     $as_echo "$as_me: exit $exit_status"
2304   } >&5
2305   rm -f core *.core core.conftest.* &&
2306     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2307     exit $exit_status
2308 ' 0
2309 for ac_signal in 1 2 13 15; do
2310   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2311 done
2312 ac_signal=0
2313
2314 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2315 rm -f -r conftest* confdefs.h
2316
2317 $as_echo "/* confdefs.h */" > confdefs.h
2318
2319 # Predefined preprocessor variables.
2320
2321 cat >>confdefs.h <<_ACEOF
2322 #define PACKAGE_NAME "$PACKAGE_NAME"
2323 _ACEOF
2324
2325 cat >>confdefs.h <<_ACEOF
2326 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2327 _ACEOF
2328
2329 cat >>confdefs.h <<_ACEOF
2330 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2331 _ACEOF
2332
2333 cat >>confdefs.h <<_ACEOF
2334 #define PACKAGE_STRING "$PACKAGE_STRING"
2335 _ACEOF
2336
2337 cat >>confdefs.h <<_ACEOF
2338 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2339 _ACEOF
2340
2341 cat >>confdefs.h <<_ACEOF
2342 #define PACKAGE_URL "$PACKAGE_URL"
2343 _ACEOF
2344
2345
2346 # Let the site file select an alternate cache file if it wants to.
2347 # Prefer an explicitly selected file to automatically selected ones.
2348 ac_site_file1=NONE
2349 ac_site_file2=NONE
2350 if test -n "$CONFIG_SITE"; then
2351   ac_site_file1=$CONFIG_SITE
2352 elif test "x$prefix" != xNONE; then
2353   ac_site_file1=$prefix/share/config.site
2354   ac_site_file2=$prefix/etc/config.site
2355 else
2356   ac_site_file1=$ac_default_prefix/share/config.site
2357   ac_site_file2=$ac_default_prefix/etc/config.site
2358 fi
2359 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2360 do
2361   test "x$ac_site_file" = xNONE && continue
2362   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2363     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2364 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2365     sed 's/^/| /' "$ac_site_file" >&5
2366     . "$ac_site_file"
2367   fi
2368 done
2369
2370 if test -r "$cache_file"; then
2371   # Some versions of bash will fail to source /dev/null (special files
2372   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
2373   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2374     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2375 $as_echo "$as_me: loading cache $cache_file" >&6;}
2376     case $cache_file in
2377       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2378       *)                      . "./$cache_file";;
2379     esac
2380   fi
2381 else
2382   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2383 $as_echo "$as_me: creating cache $cache_file" >&6;}
2384   >$cache_file
2385 fi
2386
2387 # Check that the precious variables saved in the cache have kept the same
2388 # value.
2389 ac_cache_corrupted=false
2390 for ac_var in $ac_precious_vars; do
2391   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2392   eval ac_new_set=\$ac_env_${ac_var}_set
2393   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2394   eval ac_new_val=\$ac_env_${ac_var}_value
2395   case $ac_old_set,$ac_new_set in
2396     set,)
2397       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2398 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2399       ac_cache_corrupted=: ;;
2400     ,set)
2401       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2402 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2403       ac_cache_corrupted=: ;;
2404     ,);;
2405     *)
2406       if test "x$ac_old_val" != "x$ac_new_val"; then
2407         # differences in whitespace do not lead to failure.
2408         ac_old_val_w=`echo x $ac_old_val`
2409         ac_new_val_w=`echo x $ac_new_val`
2410         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2411           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2412 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2413           ac_cache_corrupted=:
2414         else
2415           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2416 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2417           eval $ac_var=\$ac_old_val
2418         fi
2419         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2420 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2421         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2422 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2423       fi;;
2424   esac
2425   # Pass precious variables to config.status.
2426   if test "$ac_new_set" = set; then
2427     case $ac_new_val in
2428     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2429     *) ac_arg=$ac_var=$ac_new_val ;;
2430     esac
2431     case " $ac_configure_args " in
2432       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2433       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2434     esac
2435   fi
2436 done
2437 if $ac_cache_corrupted; then
2438   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2439 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2440   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2441 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2442   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2443 fi
2444 ## -------------------- ##
2445 ## Main body of script. ##
2446 ## -------------------- ##
2447
2448 ac_ext=c
2449 ac_cpp='$CPP $CPPFLAGS'
2450 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2451 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2452 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2453
2454
2455
2456 ac_config_headers="$ac_config_headers include/config.h"
2457
2458 ac_aux_dir=
2459 for ac_dir in tools "$srcdir"/tools; do
2460   for ac_t in install-sh install.sh shtool; do
2461     if test -f "$ac_dir/$ac_t"; then
2462       ac_aux_dir=$ac_dir
2463       ac_install_sh="$ac_aux_dir/$ac_t -c"
2464       break 2
2465     fi
2466   done
2467 done
2468 if test -z "$ac_aux_dir"; then
2469   as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2470 fi
2471
2472 # These three variables are undocumented and unsupported,
2473 # and are intended to be withdrawn in a future Autoconf release.
2474 # They can cause serious problems if a builder's source tree is in a directory
2475 # whose full name contains unusual characters.
2476 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2477 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2478 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2479
2480
2481
2482
2483
2484 # Check whether --enable-win16 was given.
2485 if test "${enable_win16+set}" = set; then :
2486   enableval=$enable_win16;
2487 fi
2488
2489 # Check whether --enable-win64 was given.
2490 if test "${enable_win64+set}" = set; then :
2491   enableval=$enable_win64;
2492 fi
2493
2494 # Check whether --enable-tests was given.
2495 if test "${enable_tests+set}" = set; then :
2496   enableval=$enable_tests;
2497 fi
2498
2499 # Check whether --enable-maintainer-mode was given.
2500 if test "${enable_maintainer_mode+set}" = set; then :
2501   enableval=$enable_maintainer_mode;
2502 else
2503   MAINTAINER_MODE=\#
2504
2505 fi
2506
2507
2508
2509 # Check whether --with-alsa was given.
2510 if test "${with_alsa+set}" = set; then :
2511   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2512 fi
2513
2514
2515 # Check whether --with-audioio was given.
2516 if test "${with_audioio+set}" = set; then :
2517   withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2518 fi
2519
2520
2521 # Check whether --with-capi was given.
2522 if test "${with_capi+set}" = set; then :
2523   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2524 fi
2525
2526
2527 # Check whether --with-cms was given.
2528 if test "${with_cms+set}" = set; then :
2529   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2530 fi
2531
2532
2533 # Check whether --with-coreaudio was given.
2534 if test "${with_coreaudio+set}" = set; then :
2535   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2536 fi
2537
2538
2539 # Check whether --with-cups was given.
2540 if test "${with_cups+set}" = set; then :
2541   withval=$with_cups;
2542 fi
2543
2544
2545 # Check whether --with-curses was given.
2546 if test "${with_curses+set}" = set; then :
2547   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2548 fi
2549
2550
2551 # Check whether --with-esd was given.
2552 if test "${with_esd+set}" = set; then :
2553   withval=$with_esd;
2554 fi
2555
2556
2557 # Check whether --with-fontconfig was given.
2558 if test "${with_fontconfig+set}" = set; then :
2559   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2560 fi
2561
2562
2563 # Check whether --with-freetype was given.
2564 if test "${with_freetype+set}" = set; then :
2565   withval=$with_freetype;
2566 fi
2567
2568
2569 # Check whether --with-gphoto was given.
2570 if test "${with_gphoto+set}" = set; then :
2571   withval=$with_gphoto;
2572 fi
2573
2574
2575 # Check whether --with-glu was given.
2576 if test "${with_glu+set}" = set; then :
2577   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2578 fi
2579
2580
2581 # Check whether --with-gnutls was given.
2582 if test "${with_gnutls+set}" = set; then :
2583   withval=$with_gnutls;
2584 fi
2585
2586
2587 # Check whether --with-gsm was given.
2588 if test "${with_gsm+set}" = set; then :
2589   withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2590 fi
2591
2592
2593 # Check whether --with-hal was given.
2594 if test "${with_hal+set}" = set; then :
2595   withval=$with_hal;
2596 fi
2597
2598
2599 # Check whether --with-jack was given.
2600 if test "${with_jack+set}" = set; then :
2601   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2602 fi
2603
2604
2605 # Check whether --with-jpeg was given.
2606 if test "${with_jpeg+set}" = set; then :
2607   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2608 fi
2609
2610
2611 # Check whether --with-ldap was given.
2612 if test "${with_ldap+set}" = set; then :
2613   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2614 fi
2615
2616
2617 # Check whether --with-mpg123 was given.
2618 if test "${with_mpg123+set}" = set; then :
2619   withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2620 fi
2621
2622
2623 # Check whether --with-nas was given.
2624 if test "${with_nas+set}" = set; then :
2625   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2626 fi
2627
2628
2629 # Check whether --with-openal was given.
2630 if test "${with_openal+set}" = set; then :
2631   withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2632 fi
2633
2634
2635 # Check whether --with-opengl was given.
2636 if test "${with_opengl+set}" = set; then :
2637   withval=$with_opengl;
2638 fi
2639
2640
2641 # Check whether --with-openssl was given.
2642 if test "${with_openssl+set}" = set; then :
2643   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2644 fi
2645
2646
2647 # Check whether --with-oss was given.
2648 if test "${with_oss+set}" = set; then :
2649   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
2650 fi
2651
2652
2653 # Check whether --with-png was given.
2654 if test "${with_png+set}" = set; then :
2655   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2656 fi
2657
2658
2659 # Check whether --with-pthread was given.
2660 if test "${with_pthread+set}" = set; then :
2661   withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2662 fi
2663
2664
2665 # Check whether --with-sane was given.
2666 if test "${with_sane+set}" = set; then :
2667   withval=$with_sane;
2668 fi
2669
2670
2671 # Check whether --with-v4l was given.
2672 if test "${with_v4l+set}" = set; then :
2673   withval=$with_v4l;
2674 fi
2675
2676
2677 # Check whether --with-xcomposite was given.
2678 if test "${with_xcomposite+set}" = set; then :
2679   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2680 fi
2681
2682
2683 # Check whether --with-xcursor was given.
2684 if test "${with_xcursor+set}" = set; then :
2685   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2686 fi
2687
2688
2689 # Check whether --with-xinerama was given.
2690 if test "${with_xinerama+set}" = set; then :
2691   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2692 fi
2693
2694
2695 # Check whether --with-xinput was given.
2696 if test "${with_xinput+set}" = set; then :
2697   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2698 fi
2699
2700
2701 # Check whether --with-xml was given.
2702 if test "${with_xml+set}" = set; then :
2703   withval=$with_xml;
2704 fi
2705
2706
2707 # Check whether --with-xrandr was given.
2708 if test "${with_xrandr+set}" = set; then :
2709   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2710 fi
2711
2712
2713 # Check whether --with-xrender was given.
2714 if test "${with_xrender+set}" = set; then :
2715   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2716 fi
2717
2718
2719 # Check whether --with-xshape was given.
2720 if test "${with_xshape+set}" = set; then :
2721   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2722 fi
2723
2724
2725 # Check whether --with-xshm was given.
2726 if test "${with_xshm+set}" = set; then :
2727   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2728 fi
2729
2730
2731 # Check whether --with-xslt was given.
2732 if test "${with_xslt+set}" = set; then :
2733   withval=$with_xslt;
2734 fi
2735
2736
2737 # Check whether --with-xxf86vm was given.
2738 if test "${with_xxf86vm+set}" = set; then :
2739   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
2740 fi
2741
2742
2743
2744 # Check whether --with-wine-tools was given.
2745 if test "${with_wine_tools+set}" = set; then :
2746   withval=$with_wine_tools;
2747 fi
2748
2749
2750 # Check whether --with-wine64 was given.
2751 if test "${with_wine64+set}" = set; then :
2752   withval=$with_wine64;
2753 fi
2754
2755
2756 # Make sure we can run config.sub.
2757 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2758   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2759
2760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2761 $as_echo_n "checking build system type... " >&6; }
2762 if test "${ac_cv_build+set}" = set; then :
2763   $as_echo_n "(cached) " >&6
2764 else
2765   ac_build_alias=$build_alias
2766 test "x$ac_build_alias" = x &&
2767   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2768 test "x$ac_build_alias" = x &&
2769   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2770 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2771   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2772
2773 fi
2774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2775 $as_echo "$ac_cv_build" >&6; }
2776 case $ac_cv_build in
2777 *-*-*) ;;
2778 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2779 esac
2780 build=$ac_cv_build
2781 ac_save_IFS=$IFS; IFS='-'
2782 set x $ac_cv_build
2783 shift
2784 build_cpu=$1
2785 build_vendor=$2
2786 shift; shift
2787 # Remember, the first character of IFS is used to create $*,
2788 # except with old shells:
2789 build_os=$*
2790 IFS=$ac_save_IFS
2791 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2792
2793
2794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2795 $as_echo_n "checking host system type... " >&6; }
2796 if test "${ac_cv_host+set}" = set; then :
2797   $as_echo_n "(cached) " >&6
2798 else
2799   if test "x$host_alias" = x; then
2800   ac_cv_host=$ac_cv_build
2801 else
2802   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2803     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2804 fi
2805
2806 fi
2807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2808 $as_echo "$ac_cv_host" >&6; }
2809 case $ac_cv_host in
2810 *-*-*) ;;
2811 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2812 esac
2813 host=$ac_cv_host
2814 ac_save_IFS=$IFS; IFS='-'
2815 set x $ac_cv_host
2816 shift
2817 host_cpu=$1
2818 host_vendor=$2
2819 shift; shift
2820 # Remember, the first character of IFS is used to create $*,
2821 # except with old shells:
2822 host_os=$*
2823 IFS=$ac_save_IFS
2824 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2825
2826
2827
2828 case "$srcdir" in
2829  .) ;;
2830  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2831       as_fn_error "you are building out of the source tree, but the source tree contains object files.
2832 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2833     fi ;;
2834 esac
2835
2836
2837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2838 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2839 set x ${MAKE-make}
2840 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2841 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2842   $as_echo_n "(cached) " >&6
2843 else
2844   cat >conftest.make <<\_ACEOF
2845 SHELL = /bin/sh
2846 all:
2847         @echo '@@@%%%=$(MAKE)=@@@%%%'
2848 _ACEOF
2849 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2850 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2851   *@@@%%%=?*=@@@%%%*)
2852     eval ac_cv_prog_make_${ac_make}_set=yes;;
2853   *)
2854     eval ac_cv_prog_make_${ac_make}_set=no;;
2855 esac
2856 rm -f conftest.make
2857 fi
2858 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2859   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2860 $as_echo "yes" >&6; }
2861   SET_MAKE=
2862 else
2863   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2864 $as_echo "no" >&6; }
2865   SET_MAKE="MAKE=${MAKE-make}"
2866 fi
2867
2868 ac_ext=c
2869 ac_cpp='$CPP $CPPFLAGS'
2870 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2871 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2872 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2873 if test -n "$ac_tool_prefix"; then
2874   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2875 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2877 $as_echo_n "checking for $ac_word... " >&6; }
2878 if test "${ac_cv_prog_CC+set}" = set; then :
2879   $as_echo_n "(cached) " >&6
2880 else
2881   if test -n "$CC"; then
2882   ac_cv_prog_CC="$CC" # Let the user override the test.
2883 else
2884 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2885 for as_dir in $PATH
2886 do
2887   IFS=$as_save_IFS
2888   test -z "$as_dir" && as_dir=.
2889     for ac_exec_ext in '' $ac_executable_extensions; do
2890   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2891     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2892     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2893     break 2
2894   fi
2895 done
2896   done
2897 IFS=$as_save_IFS
2898
2899 fi
2900 fi
2901 CC=$ac_cv_prog_CC
2902 if test -n "$CC"; then
2903   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2904 $as_echo "$CC" >&6; }
2905 else
2906   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2907 $as_echo "no" >&6; }
2908 fi
2909
2910
2911 fi
2912 if test -z "$ac_cv_prog_CC"; then
2913   ac_ct_CC=$CC
2914   # Extract the first word of "gcc", so it can be a program name with args.
2915 set dummy gcc; ac_word=$2
2916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2917 $as_echo_n "checking for $ac_word... " >&6; }
2918 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2919   $as_echo_n "(cached) " >&6
2920 else
2921   if test -n "$ac_ct_CC"; then
2922   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2923 else
2924 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2925 for as_dir in $PATH
2926 do
2927   IFS=$as_save_IFS
2928   test -z "$as_dir" && as_dir=.
2929     for ac_exec_ext in '' $ac_executable_extensions; do
2930   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2931     ac_cv_prog_ac_ct_CC="gcc"
2932     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2933     break 2
2934   fi
2935 done
2936   done
2937 IFS=$as_save_IFS
2938
2939 fi
2940 fi
2941 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2942 if test -n "$ac_ct_CC"; then
2943   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2944 $as_echo "$ac_ct_CC" >&6; }
2945 else
2946   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2947 $as_echo "no" >&6; }
2948 fi
2949
2950   if test "x$ac_ct_CC" = x; then
2951     CC=""
2952   else
2953     case $cross_compiling:$ac_tool_warned in
2954 yes:)
2955 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2956 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2957 ac_tool_warned=yes ;;
2958 esac
2959     CC=$ac_ct_CC
2960   fi
2961 else
2962   CC="$ac_cv_prog_CC"
2963 fi
2964
2965 if test -z "$CC"; then
2966           if test -n "$ac_tool_prefix"; then
2967     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2968 set dummy ${ac_tool_prefix}cc; ac_word=$2
2969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2970 $as_echo_n "checking for $ac_word... " >&6; }
2971 if test "${ac_cv_prog_CC+set}" = set; then :
2972   $as_echo_n "(cached) " >&6
2973 else
2974   if test -n "$CC"; then
2975   ac_cv_prog_CC="$CC" # Let the user override the test.
2976 else
2977 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2978 for as_dir in $PATH
2979 do
2980   IFS=$as_save_IFS
2981   test -z "$as_dir" && as_dir=.
2982     for ac_exec_ext in '' $ac_executable_extensions; do
2983   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2984     ac_cv_prog_CC="${ac_tool_prefix}cc"
2985     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2986     break 2
2987   fi
2988 done
2989   done
2990 IFS=$as_save_IFS
2991
2992 fi
2993 fi
2994 CC=$ac_cv_prog_CC
2995 if test -n "$CC"; then
2996   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2997 $as_echo "$CC" >&6; }
2998 else
2999   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3000 $as_echo "no" >&6; }
3001 fi
3002
3003
3004   fi
3005 fi
3006 if test -z "$CC"; then
3007   # Extract the first word of "cc", so it can be a program name with args.
3008 set dummy cc; ac_word=$2
3009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3010 $as_echo_n "checking for $ac_word... " >&6; }
3011 if test "${ac_cv_prog_CC+set}" = set; then :
3012   $as_echo_n "(cached) " >&6
3013 else
3014   if test -n "$CC"; then
3015   ac_cv_prog_CC="$CC" # Let the user override the test.
3016 else
3017   ac_prog_rejected=no
3018 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3019 for as_dir in $PATH
3020 do
3021   IFS=$as_save_IFS
3022   test -z "$as_dir" && as_dir=.
3023     for ac_exec_ext in '' $ac_executable_extensions; do
3024   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3025     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3026        ac_prog_rejected=yes
3027        continue
3028      fi
3029     ac_cv_prog_CC="cc"
3030     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3031     break 2
3032   fi
3033 done
3034   done
3035 IFS=$as_save_IFS
3036
3037 if test $ac_prog_rejected = yes; then
3038   # We found a bogon in the path, so make sure we never use it.
3039   set dummy $ac_cv_prog_CC
3040   shift
3041   if test $# != 0; then
3042     # We chose a different compiler from the bogus one.
3043     # However, it has the same basename, so the bogon will be chosen
3044     # first if we set CC to just the basename; use the full file name.
3045     shift
3046     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3047   fi
3048 fi
3049 fi
3050 fi
3051 CC=$ac_cv_prog_CC
3052 if test -n "$CC"; then
3053   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3054 $as_echo "$CC" >&6; }
3055 else
3056   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3057 $as_echo "no" >&6; }
3058 fi
3059
3060
3061 fi
3062 if test -z "$CC"; then
3063   if test -n "$ac_tool_prefix"; then
3064   for ac_prog in cl.exe
3065   do
3066     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3067 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3069 $as_echo_n "checking for $ac_word... " >&6; }
3070 if test "${ac_cv_prog_CC+set}" = set; then :
3071   $as_echo_n "(cached) " >&6
3072 else
3073   if test -n "$CC"; then
3074   ac_cv_prog_CC="$CC" # Let the user override the test.
3075 else
3076 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3077 for as_dir in $PATH
3078 do
3079   IFS=$as_save_IFS
3080   test -z "$as_dir" && as_dir=.
3081     for ac_exec_ext in '' $ac_executable_extensions; do
3082   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3083     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3084     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3085     break 2
3086   fi
3087 done
3088   done
3089 IFS=$as_save_IFS
3090
3091 fi
3092 fi
3093 CC=$ac_cv_prog_CC
3094 if test -n "$CC"; then
3095   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3096 $as_echo "$CC" >&6; }
3097 else
3098   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3099 $as_echo "no" >&6; }
3100 fi
3101
3102
3103     test -n "$CC" && break
3104   done
3105 fi
3106 if test -z "$CC"; then
3107   ac_ct_CC=$CC
3108   for ac_prog in cl.exe
3109 do
3110   # Extract the first word of "$ac_prog", so it can be a program name with args.
3111 set dummy $ac_prog; ac_word=$2
3112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3113 $as_echo_n "checking for $ac_word... " >&6; }
3114 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3115   $as_echo_n "(cached) " >&6
3116 else
3117   if test -n "$ac_ct_CC"; then
3118   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3119 else
3120 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3121 for as_dir in $PATH
3122 do
3123   IFS=$as_save_IFS
3124   test -z "$as_dir" && as_dir=.
3125     for ac_exec_ext in '' $ac_executable_extensions; do
3126   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3127     ac_cv_prog_ac_ct_CC="$ac_prog"
3128     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3129     break 2
3130   fi
3131 done
3132   done
3133 IFS=$as_save_IFS
3134
3135 fi
3136 fi
3137 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3138 if test -n "$ac_ct_CC"; then
3139   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3140 $as_echo "$ac_ct_CC" >&6; }
3141 else
3142   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3143 $as_echo "no" >&6; }
3144 fi
3145
3146
3147   test -n "$ac_ct_CC" && break
3148 done
3149
3150   if test "x$ac_ct_CC" = x; then
3151     CC=""
3152   else
3153     case $cross_compiling:$ac_tool_warned in
3154 yes:)
3155 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3156 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3157 ac_tool_warned=yes ;;
3158 esac
3159     CC=$ac_ct_CC
3160   fi
3161 fi
3162
3163 fi
3164
3165
3166 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3167 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3168 as_fn_error "no acceptable C compiler found in \$PATH
3169 See \`config.log' for more details." "$LINENO" 5; }
3170
3171 # Provide some information about the compiler.
3172 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3173 set X $ac_compile
3174 ac_compiler=$2
3175 for ac_option in --version -v -V -qversion; do
3176   { { ac_try="$ac_compiler $ac_option >&5"
3177 case "(($ac_try" in
3178   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3179   *) ac_try_echo=$ac_try;;
3180 esac
3181 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3182 $as_echo "$ac_try_echo"; } >&5
3183   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3184   ac_status=$?
3185   if test -s conftest.err; then
3186     sed '10a\
3187 ... rest of stderr output deleted ...
3188          10q' conftest.err >conftest.er1
3189     cat conftest.er1 >&5
3190   fi
3191   rm -f conftest.er1 conftest.err
3192   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3193   test $ac_status = 0; }
3194 done
3195
3196 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3197 /* end confdefs.h.  */
3198
3199 int
3200 main ()
3201 {
3202
3203   ;
3204   return 0;
3205 }
3206 _ACEOF
3207 ac_clean_files_save=$ac_clean_files
3208 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3209 # Try to create an executable without -o first, disregard a.out.
3210 # It will help us diagnose broken compilers, and finding out an intuition
3211 # of exeext.
3212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3213 $as_echo_n "checking whether the C compiler works... " >&6; }
3214 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3215
3216 # The possible output files:
3217 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3218
3219 ac_rmfiles=
3220 for ac_file in $ac_files
3221 do
3222   case $ac_file in
3223     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3224     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3225   esac
3226 done
3227 rm -f $ac_rmfiles
3228
3229 if { { ac_try="$ac_link_default"
3230 case "(($ac_try" in
3231   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3232   *) ac_try_echo=$ac_try;;
3233 esac
3234 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3235 $as_echo "$ac_try_echo"; } >&5
3236   (eval "$ac_link_default") 2>&5
3237   ac_status=$?
3238   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3239   test $ac_status = 0; }; then :
3240   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3241 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3242 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3243 # so that the user can short-circuit this test for compilers unknown to
3244 # Autoconf.
3245 for ac_file in $ac_files ''
3246 do
3247   test -f "$ac_file" || continue
3248   case $ac_file in
3249     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3250         ;;
3251     [ab].out )
3252         # We found the default executable, but exeext='' is most
3253         # certainly right.
3254         break;;
3255     *.* )
3256         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3257         then :; else
3258            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3259         fi
3260         # We set ac_cv_exeext here because the later test for it is not
3261         # safe: cross compilers may not add the suffix if given an `-o'
3262         # argument, so we may need to know it at that point already.
3263         # Even if this section looks crufty: it has the advantage of
3264         # actually working.
3265         break;;
3266     * )
3267         break;;
3268   esac
3269 done
3270 test "$ac_cv_exeext" = no && ac_cv_exeext=
3271
3272 else
3273   ac_file=''
3274 fi
3275 if test -z "$ac_file"; then :
3276   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3277 $as_echo "no" >&6; }
3278 $as_echo "$as_me: failed program was:" >&5
3279 sed 's/^/| /' conftest.$ac_ext >&5
3280
3281 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3282 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3283 { as_fn_set_status 77
3284 as_fn_error "C compiler cannot create executables
3285 See \`config.log' for more details." "$LINENO" 5; }; }
3286 else
3287   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3288 $as_echo "yes" >&6; }
3289 fi
3290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3291 $as_echo_n "checking for C compiler default output file name... " >&6; }
3292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3293 $as_echo "$ac_file" >&6; }
3294 ac_exeext=$ac_cv_exeext
3295
3296 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3297 ac_clean_files=$ac_clean_files_save
3298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3299 $as_echo_n "checking for suffix of executables... " >&6; }
3300 if { { ac_try="$ac_link"
3301 case "(($ac_try" in
3302   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3303   *) ac_try_echo=$ac_try;;
3304 esac
3305 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3306 $as_echo "$ac_try_echo"; } >&5
3307   (eval "$ac_link") 2>&5
3308   ac_status=$?
3309   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3310   test $ac_status = 0; }; then :
3311   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3312 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3313 # work properly (i.e., refer to `conftest.exe'), while it won't with
3314 # `rm'.
3315 for ac_file in conftest.exe conftest conftest.*; do
3316   test -f "$ac_file" || continue
3317   case $ac_file in
3318     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3319     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3320           break;;
3321     * ) break;;
3322   esac
3323 done
3324 else
3325   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3326 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3327 as_fn_error "cannot compute suffix of executables: cannot compile and link
3328 See \`config.log' for more details." "$LINENO" 5; }
3329 fi
3330 rm -f conftest conftest$ac_cv_exeext
3331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3332 $as_echo "$ac_cv_exeext" >&6; }
3333
3334 rm -f conftest.$ac_ext
3335 EXEEXT=$ac_cv_exeext
3336 ac_exeext=$EXEEXT
3337 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3338 /* end confdefs.h.  */
3339 #include <stdio.h>
3340 int
3341 main ()
3342 {
3343 FILE *f = fopen ("conftest.out", "w");
3344  return ferror (f) || fclose (f) != 0;
3345
3346   ;
3347   return 0;
3348 }
3349 _ACEOF
3350 ac_clean_files="$ac_clean_files conftest.out"
3351 # Check that the compiler produces executables we can run.  If not, either
3352 # the compiler is broken, or we cross compile.
3353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3354 $as_echo_n "checking whether we are cross compiling... " >&6; }
3355 if test "$cross_compiling" != yes; then
3356   { { ac_try="$ac_link"
3357 case "(($ac_try" in
3358   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3359   *) ac_try_echo=$ac_try;;
3360 esac
3361 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3362 $as_echo "$ac_try_echo"; } >&5
3363   (eval "$ac_link") 2>&5
3364   ac_status=$?
3365   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3366   test $ac_status = 0; }
3367   if { ac_try='./conftest$ac_cv_exeext'
3368   { { case "(($ac_try" in
3369   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3370   *) ac_try_echo=$ac_try;;
3371 esac
3372 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3373 $as_echo "$ac_try_echo"; } >&5
3374   (eval "$ac_try") 2>&5
3375   ac_status=$?
3376   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3377   test $ac_status = 0; }; }; then
3378     cross_compiling=no
3379   else
3380     if test "$cross_compiling" = maybe; then
3381         cross_compiling=yes
3382     else
3383         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3384 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3385 as_fn_error "cannot run C compiled programs.
3386 If you meant to cross compile, use \`--host'.
3387 See \`config.log' for more details." "$LINENO" 5; }
3388     fi
3389   fi
3390 fi
3391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3392 $as_echo "$cross_compiling" >&6; }
3393
3394 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3395 ac_clean_files=$ac_clean_files_save
3396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3397 $as_echo_n "checking for suffix of object files... " >&6; }
3398 if test "${ac_cv_objext+set}" = set; then :
3399   $as_echo_n "(cached) " >&6
3400 else
3401   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3402 /* end confdefs.h.  */
3403
3404 int
3405 main ()
3406 {
3407
3408   ;
3409   return 0;
3410 }
3411 _ACEOF
3412 rm -f conftest.o conftest.obj
3413 if { { ac_try="$ac_compile"
3414 case "(($ac_try" in
3415   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3416   *) ac_try_echo=$ac_try;;
3417 esac
3418 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3419 $as_echo "$ac_try_echo"; } >&5
3420   (eval "$ac_compile") 2>&5
3421   ac_status=$?
3422   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3423   test $ac_status = 0; }; then :
3424   for ac_file in conftest.o conftest.obj conftest.*; do
3425   test -f "$ac_file" || continue;
3426   case $ac_file in
3427     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3428     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3429        break;;
3430   esac
3431 done
3432 else
3433   $as_echo "$as_me: failed program was:" >&5
3434 sed 's/^/| /' conftest.$ac_ext >&5
3435
3436 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3437 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3438 as_fn_error "cannot compute suffix of object files: cannot compile
3439 See \`config.log' for more details." "$LINENO" 5; }
3440 fi
3441 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3442 fi
3443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3444 $as_echo "$ac_cv_objext" >&6; }
3445 OBJEXT=$ac_cv_objext
3446 ac_objext=$OBJEXT
3447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3448 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3449 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3450   $as_echo_n "(cached) " >&6
3451 else
3452   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3453 /* end confdefs.h.  */
3454
3455 int
3456 main ()
3457 {
3458 #ifndef __GNUC__
3459        choke me
3460 #endif
3461
3462   ;
3463   return 0;
3464 }
3465 _ACEOF
3466 if ac_fn_c_try_compile "$LINENO"; then :
3467   ac_compiler_gnu=yes
3468 else
3469   ac_compiler_gnu=no
3470 fi
3471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3472 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3473
3474 fi
3475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3476 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3477 if test $ac_compiler_gnu = yes; then
3478   GCC=yes
3479 else
3480   GCC=
3481 fi
3482 ac_test_CFLAGS=${CFLAGS+set}
3483 ac_save_CFLAGS=$CFLAGS
3484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3485 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3486 if test "${ac_cv_prog_cc_g+set}" = set; then :
3487   $as_echo_n "(cached) " >&6
3488 else
3489   ac_save_c_werror_flag=$ac_c_werror_flag
3490    ac_c_werror_flag=yes
3491    ac_cv_prog_cc_g=no
3492    CFLAGS="-g"
3493    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3494 /* end confdefs.h.  */
3495
3496 int
3497 main ()
3498 {
3499
3500   ;
3501   return 0;
3502 }
3503 _ACEOF
3504 if ac_fn_c_try_compile "$LINENO"; then :
3505   ac_cv_prog_cc_g=yes
3506 else
3507   CFLAGS=""
3508       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3509 /* end confdefs.h.  */
3510
3511 int
3512 main ()
3513 {
3514
3515   ;
3516   return 0;
3517 }
3518 _ACEOF
3519 if ac_fn_c_try_compile "$LINENO"; then :
3520
3521 else
3522   ac_c_werror_flag=$ac_save_c_werror_flag
3523          CFLAGS="-g"
3524          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3525 /* end confdefs.h.  */
3526
3527 int
3528 main ()
3529 {
3530
3531   ;
3532   return 0;
3533 }
3534 _ACEOF
3535 if ac_fn_c_try_compile "$LINENO"; then :
3536   ac_cv_prog_cc_g=yes
3537 fi
3538 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3539 fi
3540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3541 fi
3542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3543    ac_c_werror_flag=$ac_save_c_werror_flag
3544 fi
3545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3546 $as_echo "$ac_cv_prog_cc_g" >&6; }
3547 if test "$ac_test_CFLAGS" = set; then
3548   CFLAGS=$ac_save_CFLAGS
3549 elif test $ac_cv_prog_cc_g = yes; then
3550   if test "$GCC" = yes; then
3551     CFLAGS="-g -O2"
3552   else
3553     CFLAGS="-g"
3554   fi
3555 else
3556   if test "$GCC" = yes; then
3557     CFLAGS="-O2"
3558   else
3559     CFLAGS=
3560   fi
3561 fi
3562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3563 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3564 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3565   $as_echo_n "(cached) " >&6
3566 else
3567   ac_cv_prog_cc_c89=no
3568 ac_save_CC=$CC
3569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3570 /* end confdefs.h.  */
3571 #include <stdarg.h>
3572 #include <stdio.h>
3573 #include <sys/types.h>
3574 #include <sys/stat.h>
3575 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3576 struct buf { int x; };
3577 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3578 static char *e (p, i)
3579      char **p;
3580      int i;
3581 {
3582   return p[i];
3583 }
3584 static char *f (char * (*g) (char **, int), char **p, ...)
3585 {
3586   char *s;
3587   va_list v;
3588   va_start (v,p);
3589   s = g (p, va_arg (v,int));
3590   va_end (v);
3591   return s;
3592 }
3593
3594 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3595    function prototypes and stuff, but not '\xHH' hex character constants.
3596    These don't provoke an error unfortunately, instead are silently treated
3597    as 'x'.  The following induces an error, until -std is added to get
3598    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3599    array size at least.  It's necessary to write '\x00'==0 to get something
3600    that's true only with -std.  */
3601 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3602
3603 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3604    inside strings and character constants.  */
3605 #define FOO(x) 'x'
3606 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3607
3608 int test (int i, double x);
3609 struct s1 {int (*f) (int a);};
3610 struct s2 {int (*f) (double a);};
3611 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3612 int argc;
3613 char **argv;
3614 int
3615 main ()
3616 {
3617 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3618   ;
3619   return 0;
3620 }
3621 _ACEOF
3622 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3623         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3624 do
3625   CC="$ac_save_CC $ac_arg"
3626   if ac_fn_c_try_compile "$LINENO"; then :
3627   ac_cv_prog_cc_c89=$ac_arg
3628 fi
3629 rm -f core conftest.err conftest.$ac_objext
3630   test "x$ac_cv_prog_cc_c89" != "xno" && break
3631 done
3632 rm -f conftest.$ac_ext
3633 CC=$ac_save_CC
3634
3635 fi
3636 # AC_CACHE_VAL
3637 case "x$ac_cv_prog_cc_c89" in
3638   x)
3639     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3640 $as_echo "none needed" >&6; } ;;
3641   xno)
3642     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3643 $as_echo "unsupported" >&6; } ;;
3644   *)
3645     CC="$CC $ac_cv_prog_cc_c89"
3646     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3647 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3648 esac
3649 if test "x$ac_cv_prog_cc_c89" != xno; then :
3650
3651 fi
3652
3653 ac_ext=c
3654 ac_cpp='$CPP $CPPFLAGS'
3655 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3656 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3657 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3658
3659 ac_ext=cpp
3660 ac_cpp='$CXXCPP $CPPFLAGS'
3661 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3662 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3663 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3664 if test -z "$CXX"; then
3665   if test -n "$CCC"; then
3666     CXX=$CCC
3667   else
3668     if test -n "$ac_tool_prefix"; then
3669   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3670   do
3671     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3672 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3674 $as_echo_n "checking for $ac_word... " >&6; }
3675 if test "${ac_cv_prog_CXX+set}" = set; then :
3676   $as_echo_n "(cached) " >&6
3677 else
3678   if test -n "$CXX"; then
3679   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3680 else
3681 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3682 for as_dir in $PATH
3683 do
3684   IFS=$as_save_IFS
3685   test -z "$as_dir" && as_dir=.
3686     for ac_exec_ext in '' $ac_executable_extensions; do
3687   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3688     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3689     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3690     break 2
3691   fi
3692 done
3693   done
3694 IFS=$as_save_IFS
3695
3696 fi
3697 fi
3698 CXX=$ac_cv_prog_CXX
3699 if test -n "$CXX"; then
3700   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3701 $as_echo "$CXX" >&6; }
3702 else
3703   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3704 $as_echo "no" >&6; }
3705 fi
3706
3707
3708     test -n "$CXX" && break
3709   done
3710 fi
3711 if test -z "$CXX"; then
3712   ac_ct_CXX=$CXX
3713   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3714 do
3715   # Extract the first word of "$ac_prog", so it can be a program name with args.
3716 set dummy $ac_prog; ac_word=$2
3717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3718 $as_echo_n "checking for $ac_word... " >&6; }
3719 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3720   $as_echo_n "(cached) " >&6
3721 else
3722   if test -n "$ac_ct_CXX"; then
3723   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3724 else
3725 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3726 for as_dir in $PATH
3727 do
3728   IFS=$as_save_IFS
3729   test -z "$as_dir" && as_dir=.
3730     for ac_exec_ext in '' $ac_executable_extensions; do
3731   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3732     ac_cv_prog_ac_ct_CXX="$ac_prog"
3733     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3734     break 2
3735   fi
3736 done
3737   done
3738 IFS=$as_save_IFS
3739
3740 fi
3741 fi
3742 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3743 if test -n "$ac_ct_CXX"; then
3744   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3745 $as_echo "$ac_ct_CXX" >&6; }
3746 else
3747   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3748 $as_echo "no" >&6; }
3749 fi
3750
3751
3752   test -n "$ac_ct_CXX" && break
3753 done
3754
3755   if test "x$ac_ct_CXX" = x; then
3756     CXX="g++"
3757   else
3758     case $cross_compiling:$ac_tool_warned in
3759 yes:)
3760 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3761 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3762 ac_tool_warned=yes ;;
3763 esac
3764     CXX=$ac_ct_CXX
3765   fi
3766 fi
3767
3768   fi
3769 fi
3770 # Provide some information about the compiler.
3771 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3772 set X $ac_compile
3773 ac_compiler=$2
3774 for ac_option in --version -v -V -qversion; do
3775   { { ac_try="$ac_compiler $ac_option >&5"
3776 case "(($ac_try" in
3777   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3778   *) ac_try_echo=$ac_try;;
3779 esac
3780 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3781 $as_echo "$ac_try_echo"; } >&5
3782   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3783   ac_status=$?
3784   if test -s conftest.err; then
3785     sed '10a\
3786 ... rest of stderr output deleted ...
3787          10q' conftest.err >conftest.er1
3788     cat conftest.er1 >&5
3789   fi
3790   rm -f conftest.er1 conftest.err
3791   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3792   test $ac_status = 0; }
3793 done
3794
3795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3796 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3797 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3798   $as_echo_n "(cached) " >&6
3799 else
3800   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3801 /* end confdefs.h.  */
3802
3803 int
3804 main ()
3805 {
3806 #ifndef __GNUC__
3807        choke me
3808 #endif
3809
3810   ;
3811   return 0;
3812 }
3813 _ACEOF
3814 if ac_fn_cxx_try_compile "$LINENO"; then :
3815   ac_compiler_gnu=yes
3816 else
3817   ac_compiler_gnu=no
3818 fi
3819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3820 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3821
3822 fi
3823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3824 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3825 if test $ac_compiler_gnu = yes; then
3826   GXX=yes
3827 else
3828   GXX=
3829 fi
3830 ac_test_CXXFLAGS=${CXXFLAGS+set}
3831 ac_save_CXXFLAGS=$CXXFLAGS
3832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3833 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3834 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3835   $as_echo_n "(cached) " >&6
3836 else
3837   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3838    ac_cxx_werror_flag=yes
3839    ac_cv_prog_cxx_g=no
3840    CXXFLAGS="-g"
3841    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3842 /* end confdefs.h.  */
3843
3844 int
3845 main ()
3846 {
3847
3848   ;
3849   return 0;
3850 }
3851 _ACEOF
3852 if ac_fn_cxx_try_compile "$LINENO"; then :
3853   ac_cv_prog_cxx_g=yes
3854 else
3855   CXXFLAGS=""
3856       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3857 /* end confdefs.h.  */
3858
3859 int
3860 main ()
3861 {
3862
3863   ;
3864   return 0;
3865 }
3866 _ACEOF
3867 if ac_fn_cxx_try_compile "$LINENO"; then :
3868
3869 else
3870   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3871          CXXFLAGS="-g"
3872          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3873 /* end confdefs.h.  */
3874
3875 int
3876 main ()
3877 {
3878
3879   ;
3880   return 0;
3881 }
3882 _ACEOF
3883 if ac_fn_cxx_try_compile "$LINENO"; then :
3884   ac_cv_prog_cxx_g=yes
3885 fi
3886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3887 fi
3888 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3889 fi
3890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3891    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3892 fi
3893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3894 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3895 if test "$ac_test_CXXFLAGS" = set; then
3896   CXXFLAGS=$ac_save_CXXFLAGS
3897 elif test $ac_cv_prog_cxx_g = yes; then
3898   if test "$GXX" = yes; then
3899     CXXFLAGS="-g -O2"
3900   else
3901     CXXFLAGS="-g"
3902   fi
3903 else
3904   if test "$GXX" = yes; then
3905     CXXFLAGS="-O2"
3906   else
3907     CXXFLAGS=
3908   fi
3909 fi
3910 ac_ext=c
3911 ac_cpp='$CPP $CPPFLAGS'
3912 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3913 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3914 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3915
3916 if test -n "$ac_tool_prefix"; then
3917   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3918 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3920 $as_echo_n "checking for $ac_word... " >&6; }
3921 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3922   $as_echo_n "(cached) " >&6
3923 else
3924   if test -n "$CPPBIN"; then
3925   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3926 else
3927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3928 for as_dir in $PATH
3929 do
3930   IFS=$as_save_IFS
3931   test -z "$as_dir" && as_dir=.
3932     for ac_exec_ext in '' $ac_executable_extensions; do
3933   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3934     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3935     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3936     break 2
3937   fi
3938 done
3939   done
3940 IFS=$as_save_IFS
3941
3942 fi
3943 fi
3944 CPPBIN=$ac_cv_prog_CPPBIN
3945 if test -n "$CPPBIN"; then
3946   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3947 $as_echo "$CPPBIN" >&6; }
3948 else
3949   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3950 $as_echo "no" >&6; }
3951 fi
3952
3953
3954 fi
3955 if test -z "$ac_cv_prog_CPPBIN"; then
3956   ac_ct_CPPBIN=$CPPBIN
3957   # Extract the first word of "cpp", so it can be a program name with args.
3958 set dummy cpp; ac_word=$2
3959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3960 $as_echo_n "checking for $ac_word... " >&6; }
3961 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3962   $as_echo_n "(cached) " >&6
3963 else
3964   if test -n "$ac_ct_CPPBIN"; then
3965   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3966 else
3967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3968 for as_dir in $PATH
3969 do
3970   IFS=$as_save_IFS
3971   test -z "$as_dir" && as_dir=.
3972     for ac_exec_ext in '' $ac_executable_extensions; do
3973   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3974     ac_cv_prog_ac_ct_CPPBIN="cpp"
3975     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3976     break 2
3977   fi
3978 done
3979   done
3980 IFS=$as_save_IFS
3981
3982 fi
3983 fi
3984 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3985 if test -n "$ac_ct_CPPBIN"; then
3986   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3987 $as_echo "$ac_ct_CPPBIN" >&6; }
3988 else
3989   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3990 $as_echo "no" >&6; }
3991 fi
3992
3993   if test "x$ac_ct_CPPBIN" = x; then
3994     CPPBIN="cpp"
3995   else
3996     case $cross_compiling:$ac_tool_warned in
3997 yes:)
3998 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3999 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4000 ac_tool_warned=yes ;;
4001 esac
4002     CPPBIN=$ac_ct_CPPBIN
4003   fi
4004 else
4005   CPPBIN="$ac_cv_prog_CPPBIN"
4006 fi
4007
4008
4009 cat >>confdefs.h <<_ACEOF
4010 #define EXEEXT "$ac_exeext"
4011 _ACEOF
4012
4013
4014 case $host in
4015   *-darwin*)
4016     if test "x$enable_win64" = "xyes"
4017     then
4018       CC="$CC -m64"
4019       CXX="$CXX -m64"
4020       LD="${LD:-ld} -arch x86_64"
4021       AS="${AS:-as} -arch x86_64"
4022       host_cpu="x86_64"
4023       notice_platform="64-bit "
4024       TARGETFLAGS="-m64"
4025
4026     else
4027       CC="$CC -m32"
4028       CXX="$CXX -m32"
4029       LD="${LD:-ld} -arch i386"
4030       AS="${AS:-as} -arch i386"
4031       host_cpu="i386"
4032       notice_platform="32-bit "
4033       TARGETFLAGS="-m32"
4034
4035       enable_win16=${enable_win16:-yes}
4036     fi
4037     ;;
4038   x86_64*)
4039     if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4040     then
4041       CC="$CC -m32"
4042       CXX="$CXX -m32"
4043       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4044 $as_echo_n "checking whether $CC works... " >&6; }
4045
4046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4047 /* end confdefs.h.  */
4048
4049 int
4050 main ()
4051 {
4052
4053   ;
4054   return 0;
4055 }
4056 _ACEOF
4057 if ac_fn_c_try_link "$LINENO"; then :
4058   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4059 $as_echo "yes" >&6; }
4060 else
4061   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4062 $as_echo "no" >&6; }
4063                       as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4064 fi
4065 rm -f core conftest.err conftest.$ac_objext \
4066     conftest$ac_exeext conftest.$ac_ext
4067       LD="${LD:-ld} -m elf_i386"
4068       AS="${AS:-as} --32"
4069       host_cpu="i386"
4070       notice_platform="32-bit "
4071       TARGETFLAGS="-m32"
4072
4073       enable_win16=${enable_win16:-yes}
4074     else
4075       if test "x${GCC}" = "xyes"
4076       then
4077         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4078 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4079         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4080 /* end confdefs.h.  */
4081 #include <stdarg.h>
4082 int
4083 main ()
4084 {
4085 void func(__builtin_ms_va_list *args);
4086   ;
4087   return 0;
4088 }
4089 _ACEOF
4090 if ac_fn_c_try_compile "$LINENO"; then :
4091   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4092 $as_echo "yes" >&6; }
4093 else
4094   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4095 $as_echo "no" >&6; }
4096                            as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4097 fi
4098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4099       fi
4100       TARGETFLAGS="-m64"
4101
4102     fi
4103     ;;
4104   *-mingw32*|*-cygwin*)
4105     enable_win16=${enable_win16:-no}
4106     CFLAGS="$CFLAGS -D_WIN32"
4107     ;;
4108   i[3456789]86*)
4109     enable_win16=${enable_win16:-yes}
4110     ;;
4111 esac
4112
4113 enable_win16=${enable_win16:-no}
4114
4115 enable_winetest=${enable_winetest:-$enable_tests}
4116
4117 if test -n "$with_wine64"
4118 then
4119     if test "x$enable_win64" = "xyes"
4120     then
4121         as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4122 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4123     fi
4124     WOW64_DISABLE=\#
4125
4126     enable_fonts=${enable_fonts:-no}
4127     enable_include=${enable_include:-no}
4128     enable_server=${enable_server:-no}
4129     enable_tools=${enable_tools:-no}
4130     enable_wineboot=${enable_wineboot:-no}
4131     enable_winedbg=${enable_winedbg:-no}
4132     test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4133 fi
4134
4135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4136 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4137 if test "${wine_cv_toolsdir+set}" = set; then :
4138   $as_echo_n "(cached) " >&6
4139 else
4140   wine_cv_toolsdir="$with_wine_tools"
4141    if test -z "$with_wine_tools"; then
4142      if test "$cross_compiling" = "yes"; then
4143        as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4144      elif test -n "$with_wine64"; then
4145        wine_cv_toolsdir="$with_wine64"
4146      fi
4147    fi
4148    if test -z "$wine_cv_toolsdir"; then
4149      wine_cv_toolsdir="\$(TOPOBJDIR)"
4150    elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4151      case "$wine_cv_toolsdir" in
4152        /*) ;;
4153        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4154      esac
4155    else
4156      as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4157    fi
4158 fi
4159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4160 $as_echo "$wine_cv_toolsdir" >&6; }
4161 TOOLSDIR=$wine_cv_toolsdir
4162
4163 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4164 then
4165     TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4166
4167 fi
4168
4169 for ac_prog in flex
4170 do
4171   # Extract the first word of "$ac_prog", so it can be a program name with args.
4172 set dummy $ac_prog; ac_word=$2
4173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4174 $as_echo_n "checking for $ac_word... " >&6; }
4175 if test "${ac_cv_prog_FLEX+set}" = set; then :
4176   $as_echo_n "(cached) " >&6
4177 else
4178   if test -n "$FLEX"; then
4179   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4180 else
4181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4182 for as_dir in $PATH
4183 do
4184   IFS=$as_save_IFS
4185   test -z "$as_dir" && as_dir=.
4186     for ac_exec_ext in '' $ac_executable_extensions; do
4187   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4188     ac_cv_prog_FLEX="$ac_prog"
4189     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4190     break 2
4191   fi
4192 done
4193   done
4194 IFS=$as_save_IFS
4195
4196 fi
4197 fi
4198 FLEX=$ac_cv_prog_FLEX
4199 if test -n "$FLEX"; then
4200   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4201 $as_echo "$FLEX" >&6; }
4202 else
4203   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4204 $as_echo "no" >&6; }
4205 fi
4206
4207
4208   test -n "$FLEX" && break
4209 done
4210 test -n "$FLEX" || FLEX="none"
4211
4212 if test "$FLEX" = "none"
4213 then
4214   as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4215 fi
4216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4217 $as_echo_n "checking whether flex is recent enough... " >&6; }
4218 cat >conftest.l <<EOF
4219 %top{
4220 #include "prediluvian.h"
4221 }
4222 %%
4223 EOF
4224 if $FLEX -t conftest.l >/dev/null 2>&1
4225 then
4226   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4227 $as_echo "yes" >&6; }
4228 else
4229   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4230 $as_echo "no" >&6; }
4231   as_fn_error "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4232 fi
4233
4234 for ac_prog in bison
4235 do
4236   # Extract the first word of "$ac_prog", so it can be a program name with args.
4237 set dummy $ac_prog; ac_word=$2
4238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4239 $as_echo_n "checking for $ac_word... " >&6; }
4240 if test "${ac_cv_prog_BISON+set}" = set; then :
4241   $as_echo_n "(cached) " >&6
4242 else
4243   if test -n "$BISON"; then
4244   ac_cv_prog_BISON="$BISON" # Let the user override the test.
4245 else
4246 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4247 for as_dir in $PATH
4248 do
4249   IFS=$as_save_IFS
4250   test -z "$as_dir" && as_dir=.
4251     for ac_exec_ext in '' $ac_executable_extensions; do
4252   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4253     ac_cv_prog_BISON="$ac_prog"
4254     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4255     break 2
4256   fi
4257 done
4258   done
4259 IFS=$as_save_IFS
4260
4261 fi
4262 fi
4263 BISON=$ac_cv_prog_BISON
4264 if test -n "$BISON"; then
4265   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4266 $as_echo "$BISON" >&6; }
4267 else
4268   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4269 $as_echo "no" >&6; }
4270 fi
4271
4272
4273   test -n "$BISON" && break
4274 done
4275 test -n "$BISON" || BISON="none"
4276
4277 if test "$BISON" = "none"
4278 then
4279   as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4280 fi
4281
4282 if test -n "$ac_tool_prefix"; then
4283   for ac_prog in ar gar
4284   do
4285     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4286 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4288 $as_echo_n "checking for $ac_word... " >&6; }
4289 if test "${ac_cv_prog_AR+set}" = set; then :
4290   $as_echo_n "(cached) " >&6
4291 else
4292   if test -n "$AR"; then
4293   ac_cv_prog_AR="$AR" # Let the user override the test.
4294 else
4295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4296 for as_dir in $PATH
4297 do
4298   IFS=$as_save_IFS
4299   test -z "$as_dir" && as_dir=.
4300     for ac_exec_ext in '' $ac_executable_extensions; do
4301   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4302     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4303     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4304     break 2
4305   fi
4306 done
4307   done
4308 IFS=$as_save_IFS
4309
4310 fi
4311 fi
4312 AR=$ac_cv_prog_AR
4313 if test -n "$AR"; then
4314   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4315 $as_echo "$AR" >&6; }
4316 else
4317   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4318 $as_echo "no" >&6; }
4319 fi
4320
4321
4322     test -n "$AR" && break
4323   done
4324 fi
4325 if test -z "$AR"; then
4326   ac_ct_AR=$AR
4327   for ac_prog in ar gar
4328 do
4329   # Extract the first word of "$ac_prog", so it can be a program name with args.
4330 set dummy $ac_prog; ac_word=$2
4331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4332 $as_echo_n "checking for $ac_word... " >&6; }
4333 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4334   $as_echo_n "(cached) " >&6
4335 else
4336   if test -n "$ac_ct_AR"; then
4337   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4338 else
4339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4340 for as_dir in $PATH
4341 do
4342   IFS=$as_save_IFS
4343   test -z "$as_dir" && as_dir=.
4344     for ac_exec_ext in '' $ac_executable_extensions; do
4345   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4346     ac_cv_prog_ac_ct_AR="$ac_prog"
4347     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4348     break 2
4349   fi
4350 done
4351   done
4352 IFS=$as_save_IFS
4353
4354 fi
4355 fi
4356 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4357 if test -n "$ac_ct_AR"; then
4358   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4359 $as_echo "$ac_ct_AR" >&6; }
4360 else
4361   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4362 $as_echo "no" >&6; }
4363 fi
4364
4365
4366   test -n "$ac_ct_AR" && break
4367 done
4368
4369   if test "x$ac_ct_AR" = x; then
4370     AR="ar"
4371   else
4372     case $cross_compiling:$ac_tool_warned in
4373 yes:)
4374 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4375 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4376 ac_tool_warned=yes ;;
4377 esac
4378     AR=$ac_ct_AR
4379   fi
4380 fi
4381
4382 ARFLAGS=rc
4383
4384 if test -n "$ac_tool_prefix"; then
4385   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4386 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4388 $as_echo_n "checking for $ac_word... " >&6; }
4389 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4390   $as_echo_n "(cached) " >&6
4391 else
4392   if test -n "$RANLIB"; then
4393   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4394 else
4395 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4396 for as_dir in $PATH
4397 do
4398   IFS=$as_save_IFS
4399   test -z "$as_dir" && as_dir=.
4400     for ac_exec_ext in '' $ac_executable_extensions; do
4401   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4402     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4403     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4404     break 2
4405   fi
4406 done
4407   done
4408 IFS=$as_save_IFS
4409
4410 fi
4411 fi
4412 RANLIB=$ac_cv_prog_RANLIB
4413 if test -n "$RANLIB"; then
4414   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4415 $as_echo "$RANLIB" >&6; }
4416 else
4417   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4418 $as_echo "no" >&6; }
4419 fi
4420
4421
4422 fi
4423 if test -z "$ac_cv_prog_RANLIB"; then
4424   ac_ct_RANLIB=$RANLIB
4425   # Extract the first word of "ranlib", so it can be a program name with args.
4426 set dummy ranlib; ac_word=$2
4427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4428 $as_echo_n "checking for $ac_word... " >&6; }
4429 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4430   $as_echo_n "(cached) " >&6
4431 else
4432   if test -n "$ac_ct_RANLIB"; then
4433   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4434 else
4435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4436 for as_dir in $PATH
4437 do
4438   IFS=$as_save_IFS
4439   test -z "$as_dir" && as_dir=.
4440     for ac_exec_ext in '' $ac_executable_extensions; do
4441   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4442     ac_cv_prog_ac_ct_RANLIB="ranlib"
4443     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4444     break 2
4445   fi
4446 done
4447   done
4448 IFS=$as_save_IFS
4449
4450 fi
4451 fi
4452 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4453 if test -n "$ac_ct_RANLIB"; then
4454   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4455 $as_echo "$ac_ct_RANLIB" >&6; }
4456 else
4457   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4458 $as_echo "no" >&6; }
4459 fi
4460
4461   if test "x$ac_ct_RANLIB" = x; then
4462     RANLIB=":"
4463   else
4464     case $cross_compiling:$ac_tool_warned in
4465 yes:)
4466 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4467 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4468 ac_tool_warned=yes ;;
4469 esac
4470     RANLIB=$ac_ct_RANLIB
4471   fi
4472 else
4473   RANLIB="$ac_cv_prog_RANLIB"
4474 fi
4475
4476 if test -n "$ac_tool_prefix"; then
4477   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4478 set dummy ${ac_tool_prefix}strip; ac_word=$2
4479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4480 $as_echo_n "checking for $ac_word... " >&6; }
4481 if test "${ac_cv_prog_STRIP+set}" = set; then :
4482   $as_echo_n "(cached) " >&6
4483 else
4484   if test -n "$STRIP"; then
4485   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4486 else
4487 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4488 for as_dir in $PATH
4489 do
4490   IFS=$as_save_IFS
4491   test -z "$as_dir" && as_dir=.
4492     for ac_exec_ext in '' $ac_executable_extensions; do
4493   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4494     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4495     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4496     break 2
4497   fi
4498 done
4499   done
4500 IFS=$as_save_IFS
4501
4502 fi
4503 fi
4504 STRIP=$ac_cv_prog_STRIP
4505 if test -n "$STRIP"; then
4506   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4507 $as_echo "$STRIP" >&6; }
4508 else
4509   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4510 $as_echo "no" >&6; }
4511 fi
4512
4513
4514 fi
4515 if test -z "$ac_cv_prog_STRIP"; then
4516   ac_ct_STRIP=$STRIP
4517   # Extract the first word of "strip", so it can be a program name with args.
4518 set dummy strip; ac_word=$2
4519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4520 $as_echo_n "checking for $ac_word... " >&6; }
4521 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4522   $as_echo_n "(cached) " >&6
4523 else
4524   if test -n "$ac_ct_STRIP"; then
4525   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4526 else
4527 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4528 for as_dir in $PATH
4529 do
4530   IFS=$as_save_IFS
4531   test -z "$as_dir" && as_dir=.
4532     for ac_exec_ext in '' $ac_executable_extensions; do
4533   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4534     ac_cv_prog_ac_ct_STRIP="strip"
4535     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4536     break 2
4537   fi
4538 done
4539   done
4540 IFS=$as_save_IFS
4541
4542 fi
4543 fi
4544 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4545 if test -n "$ac_ct_STRIP"; then
4546   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4547 $as_echo "$ac_ct_STRIP" >&6; }
4548 else
4549   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4550 $as_echo "no" >&6; }
4551 fi
4552
4553   if test "x$ac_ct_STRIP" = x; then
4554     STRIP="strip"
4555   else
4556     case $cross_compiling:$ac_tool_warned in
4557 yes:)
4558 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4559 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4560 ac_tool_warned=yes ;;
4561 esac
4562     STRIP=$ac_ct_STRIP
4563   fi
4564 else
4565   STRIP="$ac_cv_prog_STRIP"
4566 fi
4567
4568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4569 $as_echo_n "checking whether ln -s works... " >&6; }
4570 LN_S=$as_ln_s
4571 if test "$LN_S" = "ln -s"; then
4572   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4573 $as_echo "yes" >&6; }
4574 else
4575   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4576 $as_echo "no, using $LN_S" >&6; }
4577 fi
4578
4579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4580 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4581 if test "${ac_cv_path_GREP+set}" = set; then :
4582   $as_echo_n "(cached) " >&6
4583 else
4584   if test -z "$GREP"; then
4585   ac_path_GREP_found=false
4586   # Loop through the user's path and test for each of PROGNAME-LIST
4587   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4588 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4589 do
4590   IFS=$as_save_IFS
4591   test -z "$as_dir" && as_dir=.
4592     for ac_prog in grep ggrep; do
4593     for ac_exec_ext in '' $ac_executable_extensions; do
4594       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4595       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4596 # Check for GNU ac_path_GREP and select it if it is found.
4597   # Check for GNU $ac_path_GREP
4598 case `"$ac_path_GREP" --version 2>&1` in
4599 *GNU*)
4600   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4601 *)
4602   ac_count=0
4603   $as_echo_n 0123456789 >"conftest.in"
4604   while :
4605   do
4606     cat "conftest.in" "conftest.in" >"conftest.tmp"
4607     mv "conftest.tmp" "conftest.in"
4608     cp "conftest.in" "conftest.nl"
4609     $as_echo 'GREP' >> "conftest.nl"
4610     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4611     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4612     as_fn_arith $ac_count + 1 && ac_count=$as_val
4613     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4614       # Best one so far, save it but keep looking for a better one
4615       ac_cv_path_GREP="$ac_path_GREP"
4616       ac_path_GREP_max=$ac_count
4617     fi
4618     # 10*(2^10) chars as input seems more than enough
4619     test $ac_count -gt 10 && break
4620   done
4621   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4622 esac
4623
4624       $ac_path_GREP_found && break 3
4625     done
4626   done
4627   done
4628 IFS=$as_save_IFS
4629   if test -z "$ac_cv_path_GREP"; then
4630     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4631   fi
4632 else
4633   ac_cv_path_GREP=$GREP
4634 fi
4635
4636 fi
4637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4638 $as_echo "$ac_cv_path_GREP" >&6; }
4639  GREP="$ac_cv_path_GREP"
4640
4641
4642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4643 $as_echo_n "checking for egrep... " >&6; }
4644 if test "${ac_cv_path_EGREP+set}" = set; then :
4645   $as_echo_n "(cached) " >&6
4646 else
4647   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4648    then ac_cv_path_EGREP="$GREP -E"
4649    else
4650      if test -z "$EGREP"; then
4651   ac_path_EGREP_found=false
4652   # Loop through the user's path and test for each of PROGNAME-LIST
4653   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4654 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4655 do
4656   IFS=$as_save_IFS
4657   test -z "$as_dir" && as_dir=.
4658     for ac_prog in egrep; do
4659     for ac_exec_ext in '' $ac_executable_extensions; do
4660       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4661       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4662 # Check for GNU ac_path_EGREP and select it if it is found.
4663   # Check for GNU $ac_path_EGREP
4664 case `"$ac_path_EGREP" --version 2>&1` in
4665 *GNU*)
4666   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4667 *)
4668   ac_count=0
4669   $as_echo_n 0123456789 >"conftest.in"
4670   while :
4671   do
4672     cat "conftest.in" "conftest.in" >"conftest.tmp"
4673     mv "conftest.tmp" "conftest.in"
4674     cp "conftest.in" "conftest.nl"
4675     $as_echo 'EGREP' >> "conftest.nl"
4676     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4677     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4678     as_fn_arith $ac_count + 1 && ac_count=$as_val
4679     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4680       # Best one so far, save it but keep looking for a better one
4681       ac_cv_path_EGREP="$ac_path_EGREP"
4682       ac_path_EGREP_max=$ac_count
4683     fi
4684     # 10*(2^10) chars as input seems more than enough
4685     test $ac_count -gt 10 && break
4686   done
4687   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4688 esac
4689
4690       $ac_path_EGREP_found && break 3
4691     done
4692   done
4693   done
4694 IFS=$as_save_IFS
4695   if test -z "$ac_cv_path_EGREP"; then
4696     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4697   fi
4698 else
4699   ac_cv_path_EGREP=$EGREP
4700 fi
4701
4702    fi
4703 fi
4704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4705 $as_echo "$ac_cv_path_EGREP" >&6; }
4706  EGREP="$ac_cv_path_EGREP"
4707
4708
4709 # Extract the first word of "ldconfig", so it can be a program name with args.
4710 set dummy ldconfig; ac_word=$2
4711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4712 $as_echo_n "checking for $ac_word... " >&6; }
4713 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4714   $as_echo_n "(cached) " >&6
4715 else
4716   case $LDCONFIG in
4717   [\\/]* | ?:[\\/]*)
4718   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4719   ;;
4720   *)
4721   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4722 for as_dir in /sbin /usr/sbin $PATH
4723 do
4724   IFS=$as_save_IFS
4725   test -z "$as_dir" && as_dir=.
4726     for ac_exec_ext in '' $ac_executable_extensions; do
4727   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4728     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4729     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4730     break 2
4731   fi
4732 done
4733   done
4734 IFS=$as_save_IFS
4735
4736   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4737   ;;
4738 esac
4739 fi
4740 LDCONFIG=$ac_cv_path_LDCONFIG
4741 if test -n "$LDCONFIG"; then
4742   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4743 $as_echo "$LDCONFIG" >&6; }
4744 else
4745   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4746 $as_echo "no" >&6; }
4747 fi
4748
4749
4750 # Find a good install program.  We prefer a C program (faster),
4751 # so one script is as good as another.  But avoid the broken or
4752 # incompatible versions:
4753 # SysV /etc/install, /usr/sbin/install
4754 # SunOS /usr/etc/install
4755 # IRIX /sbin/install
4756 # AIX /bin/install
4757 # AmigaOS /C/install, which installs bootblocks on floppy discs
4758 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4759 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4760 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4761 # OS/2's system install, which has a completely different semantic
4762 # ./install, which can be erroneously created by make from ./install.sh.
4763 # Reject install programs that cannot install multiple files.
4764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4765 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4766 if test -z "$INSTALL"; then
4767 if test "${ac_cv_path_install+set}" = set; then :
4768   $as_echo_n "(cached) " >&6
4769 else
4770   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4771 for as_dir in $PATH
4772 do
4773   IFS=$as_save_IFS
4774   test -z "$as_dir" && as_dir=.
4775     # Account for people who put trailing slashes in PATH elements.
4776 case $as_dir/ in #((
4777   ./ | .// | /[cC]/* | \
4778   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4779   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4780   /usr/ucb/* ) ;;
4781   *)
4782     # OSF1 and SCO ODT 3.0 have their own names for install.
4783     # Don't use installbsd from OSF since it installs stuff as root
4784     # by default.
4785     for ac_prog in ginstall scoinst install; do
4786       for ac_exec_ext in '' $ac_executable_extensions; do
4787         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4788           if test $ac_prog = install &&
4789             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4790             # AIX install.  It has an incompatible calling convention.
4791             :
4792           elif test $ac_prog = install &&
4793             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4794             # program-specific install script used by HP pwplus--don't use.
4795             :
4796           else
4797             rm -rf conftest.one conftest.two conftest.dir
4798             echo one > conftest.one
4799             echo two > conftest.two
4800             mkdir conftest.dir
4801             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4802               test -s conftest.one && test -s conftest.two &&
4803               test -s conftest.dir/conftest.one &&
4804               test -s conftest.dir/conftest.two
4805             then
4806               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4807               break 3
4808             fi
4809           fi
4810         fi
4811       done
4812     done
4813     ;;
4814 esac
4815
4816   done
4817 IFS=$as_save_IFS
4818
4819 rm -rf conftest.one conftest.two conftest.dir
4820
4821 fi
4822   if test "${ac_cv_path_install+set}" = set; then
4823     INSTALL=$ac_cv_path_install
4824   else
4825     # As a last resort, use the slow shell script.  Don't cache a
4826     # value for INSTALL within a source directory, because that will
4827     # break other packages using the cache if that directory is
4828     # removed, or if the value is a relative name.
4829     INSTALL=$ac_install_sh
4830   fi
4831 fi
4832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4833 $as_echo "$INSTALL" >&6; }
4834
4835 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4836 # It thinks the first close brace ends the variable substitution.
4837 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4838
4839 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4840
4841 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4842
4843 case "$INSTALL" in
4844   [\\/$]* | ?:[\\/]* ) ;;
4845   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4846 esac
4847
4848 for ac_prog in lclint lint
4849 do
4850   # Extract the first word of "$ac_prog", so it can be a program name with args.
4851 set dummy $ac_prog; ac_word=$2
4852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4853 $as_echo_n "checking for $ac_word... " >&6; }
4854 if test "${ac_cv_prog_LINT+set}" = set; then :
4855   $as_echo_n "(cached) " >&6
4856 else
4857   if test -n "$LINT"; then
4858   ac_cv_prog_LINT="$LINT" # Let the user override the test.
4859 else
4860 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4861 for as_dir in $PATH
4862 do
4863   IFS=$as_save_IFS
4864   test -z "$as_dir" && as_dir=.
4865     for ac_exec_ext in '' $ac_executable_extensions; do
4866   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4867     ac_cv_prog_LINT="$ac_prog"
4868     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4869     break 2
4870   fi
4871 done
4872   done
4873 IFS=$as_save_IFS
4874
4875 fi
4876 fi
4877 LINT=$ac_cv_prog_LINT
4878 if test -n "$LINT"; then
4879   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4880 $as_echo "$LINT" >&6; }
4881 else
4882   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4883 $as_echo "no" >&6; }
4884 fi
4885
4886
4887   test -n "$LINT" && break
4888 done
4889
4890 if test "$LINT" = "lint"
4891 then
4892   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4893   fi
4894
4895
4896
4897 for ac_prog in fontforge
4898 do
4899   # Extract the first word of "$ac_prog", so it can be a program name with args.
4900 set dummy $ac_prog; ac_word=$2
4901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4902 $as_echo_n "checking for $ac_word... " >&6; }
4903 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4904   $as_echo_n "(cached) " >&6
4905 else
4906   if test -n "$FONTFORGE"; then
4907   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4908 else
4909 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4910 for as_dir in $PATH
4911 do
4912   IFS=$as_save_IFS
4913   test -z "$as_dir" && as_dir=.
4914     for ac_exec_ext in '' $ac_executable_extensions; do
4915   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4916     ac_cv_prog_FONTFORGE="$ac_prog"
4917     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4918     break 2
4919   fi
4920 done
4921   done
4922 IFS=$as_save_IFS
4923
4924 fi
4925 fi
4926 FONTFORGE=$ac_cv_prog_FONTFORGE
4927 if test -n "$FONTFORGE"; then
4928   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4929 $as_echo "$FONTFORGE" >&6; }
4930 else
4931   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4932 $as_echo "no" >&6; }
4933 fi
4934
4935
4936   test -n "$FONTFORGE" && break
4937 done
4938 test -n "$FONTFORGE" || FONTFORGE="false"
4939
4940 for ac_prog in pkg-config
4941 do
4942   # Extract the first word of "$ac_prog", so it can be a program name with args.
4943 set dummy $ac_prog; ac_word=$2
4944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4945 $as_echo_n "checking for $ac_word... " >&6; }
4946 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4947   $as_echo_n "(cached) " >&6
4948 else
4949   if test -n "$PKG_CONFIG"; then
4950   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4951 else
4952 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4953 for as_dir in $PATH
4954 do
4955   IFS=$as_save_IFS
4956   test -z "$as_dir" && as_dir=.
4957     for ac_exec_ext in '' $ac_executable_extensions; do
4958   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4959     ac_cv_prog_PKG_CONFIG="$ac_prog"
4960     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4961     break 2
4962   fi
4963 done
4964   done
4965 IFS=$as_save_IFS
4966
4967 fi
4968 fi
4969 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4970 if test -n "$PKG_CONFIG"; then
4971   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4972 $as_echo "$PKG_CONFIG" >&6; }
4973 else
4974   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4975 $as_echo "no" >&6; }
4976 fi
4977
4978
4979   test -n "$PKG_CONFIG" && break
4980 done
4981 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4982
4983 for ac_prog in rsvg
4984 do
4985   # Extract the first word of "$ac_prog", so it can be a program name with args.
4986 set dummy $ac_prog; ac_word=$2
4987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4988 $as_echo_n "checking for $ac_word... " >&6; }
4989 if test "${ac_cv_prog_RSVG+set}" = set; then :
4990   $as_echo_n "(cached) " >&6
4991 else
4992   if test -n "$RSVG"; then
4993   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4994 else
4995 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4996 for as_dir in $PATH
4997 do
4998   IFS=$as_save_IFS
4999   test -z "$as_dir" && as_dir=.
5000     for ac_exec_ext in '' $ac_executable_extensions; do
5001   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5002     ac_cv_prog_RSVG="$ac_prog"
5003     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5004     break 2
5005   fi
5006 done
5007   done
5008 IFS=$as_save_IFS
5009
5010 fi
5011 fi
5012 RSVG=$ac_cv_prog_RSVG
5013 if test -n "$RSVG"; then
5014   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5015 $as_echo "$RSVG" >&6; }
5016 else
5017   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5018 $as_echo "no" >&6; }
5019 fi
5020
5021
5022   test -n "$RSVG" && break
5023 done
5024 test -n "$RSVG" || RSVG="false"
5025
5026 for ac_prog in icotool
5027 do
5028   # Extract the first word of "$ac_prog", so it can be a program name with args.
5029 set dummy $ac_prog; ac_word=$2
5030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5031 $as_echo_n "checking for $ac_word... " >&6; }
5032 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5033   $as_echo_n "(cached) " >&6
5034 else
5035   if test -n "$ICOTOOL"; then
5036   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5037 else
5038 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5039 for as_dir in $PATH
5040 do
5041   IFS=$as_save_IFS
5042   test -z "$as_dir" && as_dir=.
5043     for ac_exec_ext in '' $ac_executable_extensions; do
5044   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5045     ac_cv_prog_ICOTOOL="$ac_prog"
5046     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5047     break 2
5048   fi
5049 done
5050   done
5051 IFS=$as_save_IFS
5052
5053 fi
5054 fi
5055 ICOTOOL=$ac_cv_prog_ICOTOOL
5056 if test -n "$ICOTOOL"; then
5057   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5058 $as_echo "$ICOTOOL" >&6; }
5059 else
5060   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5061 $as_echo "no" >&6; }
5062 fi
5063
5064
5065   test -n "$ICOTOOL" && break
5066 done
5067 test -n "$ICOTOOL" || ICOTOOL="false"
5068
5069
5070 if test "${enable_maintainer_mode+set}" = set
5071 then
5072   if test "$FONTFORGE" = "false"; then as_fn_append wine_warnings "|fontforge is missing, fonts can't be rebuilt."; fi
5073   if test "$RSVG" = "false"; then as_fn_append wine_warnings "|rsvg is missing, icons can't be rebuilt."; fi
5074   if test "$ICOTOOL" = "false"; then as_fn_append wine_warnings "|icotool is missing, icons can't be rebuilt."; fi
5075 fi
5076
5077 case $host_cpu in
5078   *i[3456789]86*)
5079     # Extract the first word of "prelink", so it can be a program name with args.
5080 set dummy prelink; ac_word=$2
5081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5082 $as_echo_n "checking for $ac_word... " >&6; }
5083 if test "${ac_cv_path_PRELINK+set}" = set; then :
5084   $as_echo_n "(cached) " >&6
5085 else
5086   case $PRELINK in
5087   [\\/]* | ?:[\\/]*)
5088   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5089   ;;
5090   *)
5091   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5092 for as_dir in /sbin /usr/sbin $PATH
5093 do
5094   IFS=$as_save_IFS
5095   test -z "$as_dir" && as_dir=.
5096     for ac_exec_ext in '' $ac_executable_extensions; do
5097   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5098     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5099     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5100     break 2
5101   fi
5102 done
5103   done
5104 IFS=$as_save_IFS
5105
5106   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5107   ;;
5108 esac
5109 fi
5110 PRELINK=$ac_cv_path_PRELINK
5111 if test -n "$PRELINK"; then
5112   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5113 $as_echo "$PRELINK" >&6; }
5114 else
5115   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5116 $as_echo "no" >&6; }
5117 fi
5118
5119
5120     ;;
5121 esac
5122
5123
5124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5125 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5126 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5127   $as_echo_n "(cached) " >&6
5128 else
5129   ac_check_lib_save_LIBS=$LIBS
5130 LIBS="-li386  $LIBS"
5131 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5132 /* end confdefs.h.  */
5133
5134 /* Override any GCC internal prototype to avoid an error.
5135    Use char because int might match the return type of a GCC
5136    builtin and then its argument prototype would still apply.  */
5137 #ifdef __cplusplus
5138 extern "C"
5139 #endif
5140 char i386_set_ldt ();
5141 int
5142 main ()
5143 {
5144 return i386_set_ldt ();
5145   ;
5146   return 0;
5147 }
5148 _ACEOF
5149 if ac_fn_c_try_link "$LINENO"; then :
5150   ac_cv_lib_i386_i386_set_ldt=yes
5151 else
5152   ac_cv_lib_i386_i386_set_ldt=no
5153 fi
5154 rm -f core conftest.err conftest.$ac_objext \
5155     conftest$ac_exeext conftest.$ac_ext
5156 LIBS=$ac_check_lib_save_LIBS
5157 fi
5158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5159 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5160 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5161   cat >>confdefs.h <<_ACEOF
5162 #define HAVE_LIBI386 1
5163 _ACEOF
5164
5165   LIBS="-li386 $LIBS"
5166
5167 fi
5168
5169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5170 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5171 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5172   $as_echo_n "(cached) " >&6
5173 else
5174   ac_check_lib_save_LIBS=$LIBS
5175 LIBS="-lossaudio  $LIBS"
5176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5177 /* end confdefs.h.  */
5178
5179 /* Override any GCC internal prototype to avoid an error.
5180    Use char because int might match the return type of a GCC
5181    builtin and then its argument prototype would still apply.  */
5182 #ifdef __cplusplus
5183 extern "C"
5184 #endif
5185 char _oss_ioctl ();
5186 int
5187 main ()
5188 {
5189 return _oss_ioctl ();
5190   ;
5191   return 0;
5192 }
5193 _ACEOF
5194 if ac_fn_c_try_link "$LINENO"; then :
5195   ac_cv_lib_ossaudio__oss_ioctl=yes
5196 else
5197   ac_cv_lib_ossaudio__oss_ioctl=no
5198 fi
5199 rm -f core conftest.err conftest.$ac_objext \
5200     conftest$ac_exeext conftest.$ac_ext
5201 LIBS=$ac_check_lib_save_LIBS
5202 fi
5203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5204 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5205 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5206   cat >>confdefs.h <<_ACEOF
5207 #define HAVE_LIBOSSAUDIO 1
5208 _ACEOF
5209
5210   LIBS="-lossaudio $LIBS"
5211
5212 fi
5213
5214
5215 XLIB=""
5216
5217 OPENGL_LIBS=""
5218
5219
5220
5221 # Check whether --enable-largefile was given.
5222 if test "${enable_largefile+set}" = set; then :
5223   enableval=$enable_largefile;
5224 fi
5225
5226 if test "$enable_largefile" != no; then
5227
5228   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5229 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5230 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5231   $as_echo_n "(cached) " >&6
5232 else
5233   ac_cv_sys_largefile_CC=no
5234      if test "$GCC" != yes; then
5235        ac_save_CC=$CC
5236        while :; do
5237          # IRIX 6.2 and later do not support large files by default,
5238          # so use the C compiler's -n32 option if that helps.
5239          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5240 /* end confdefs.h.  */
5241 #include <sys/types.h>
5242  /* Check that off_t can represent 2**63 - 1 correctly.
5243     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5244     since some C++ compilers masquerading as C compilers
5245     incorrectly reject 9223372036854775807.  */
5246 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5247   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5248                        && LARGE_OFF_T % 2147483647 == 1)
5249                       ? 1 : -1];
5250 int
5251 main ()
5252 {
5253
5254   ;
5255   return 0;
5256 }
5257 _ACEOF
5258          if ac_fn_c_try_compile "$LINENO"; then :
5259   break
5260 fi
5261 rm -f core conftest.err conftest.$ac_objext
5262          CC="$CC -n32"
5263          if ac_fn_c_try_compile "$LINENO"; then :
5264   ac_cv_sys_largefile_CC=' -n32'; break
5265 fi
5266 rm -f core conftest.err conftest.$ac_objext
5267          break
5268        done
5269        CC=$ac_save_CC
5270        rm -f conftest.$ac_ext
5271     fi
5272 fi
5273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5274 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5275   if test "$ac_cv_sys_largefile_CC" != no; then
5276     CC=$CC$ac_cv_sys_largefile_CC
5277   fi
5278
5279   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5280 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5281 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5282   $as_echo_n "(cached) " >&6
5283 else
5284   while :; do
5285   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5286 /* end confdefs.h.  */
5287 #include <sys/types.h>
5288  /* Check that off_t can represent 2**63 - 1 correctly.
5289     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5290     since some C++ compilers masquerading as C compilers
5291     incorrectly reject 9223372036854775807.  */
5292 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5293   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5294                        && LARGE_OFF_T % 2147483647 == 1)
5295                       ? 1 : -1];
5296 int
5297 main ()
5298 {
5299
5300   ;
5301   return 0;
5302 }
5303 _ACEOF
5304 if ac_fn_c_try_compile "$LINENO"; then :
5305   ac_cv_sys_file_offset_bits=no; break
5306 fi
5307 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5308   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5309 /* end confdefs.h.  */
5310 #define _FILE_OFFSET_BITS 64
5311 #include <sys/types.h>
5312  /* Check that off_t can represent 2**63 - 1 correctly.
5313     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5314     since some C++ compilers masquerading as C compilers
5315     incorrectly reject 9223372036854775807.  */
5316 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5317   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5318                        && LARGE_OFF_T % 2147483647 == 1)
5319                       ? 1 : -1];
5320 int
5321 main ()
5322 {
5323
5324   ;
5325   return 0;
5326 }
5327 _ACEOF
5328 if ac_fn_c_try_compile "$LINENO"; then :
5329   ac_cv_sys_file_offset_bits=64; break
5330 fi
5331 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5332   ac_cv_sys_file_offset_bits=unknown
5333   break
5334 done
5335 fi
5336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5337 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5338 case $ac_cv_sys_file_offset_bits in #(
5339   no | unknown) ;;
5340   *)
5341 cat >>confdefs.h <<_ACEOF
5342 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5343 _ACEOF
5344 ;;
5345 esac
5346 rm -rf conftest*
5347   if test $ac_cv_sys_file_offset_bits = unknown; then
5348     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5349 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5350 if test "${ac_cv_sys_large_files+set}" = set; then :
5351   $as_echo_n "(cached) " >&6
5352 else
5353   while :; do
5354   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5355 /* end confdefs.h.  */
5356 #include <sys/types.h>
5357  /* Check that off_t can represent 2**63 - 1 correctly.
5358     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5359     since some C++ compilers masquerading as C compilers
5360     incorrectly reject 9223372036854775807.  */
5361 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5362   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5363                        && LARGE_OFF_T % 2147483647 == 1)
5364                       ? 1 : -1];
5365 int
5366 main ()
5367 {
5368
5369   ;
5370   return 0;
5371 }
5372 _ACEOF
5373 if ac_fn_c_try_compile "$LINENO"; then :
5374   ac_cv_sys_large_files=no; break
5375 fi
5376 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5377   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5378 /* end confdefs.h.  */
5379 #define _LARGE_FILES 1
5380 #include <sys/types.h>
5381  /* Check that off_t can represent 2**63 - 1 correctly.
5382     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5383     since some C++ compilers masquerading as C compilers
5384     incorrectly reject 9223372036854775807.  */
5385 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5386   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5387                        && LARGE_OFF_T % 2147483647 == 1)
5388                       ? 1 : -1];
5389 int
5390 main ()
5391 {
5392
5393   ;
5394   return 0;
5395 }
5396 _ACEOF
5397 if ac_fn_c_try_compile "$LINENO"; then :
5398   ac_cv_sys_large_files=1; break
5399 fi
5400 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5401   ac_cv_sys_large_files=unknown
5402   break
5403 done
5404 fi
5405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5406 $as_echo "$ac_cv_sys_large_files" >&6; }
5407 case $ac_cv_sys_large_files in #(
5408   no | unknown) ;;
5409   *)
5410 cat >>confdefs.h <<_ACEOF
5411 #define _LARGE_FILES $ac_cv_sys_large_files
5412 _ACEOF
5413 ;;
5414 esac
5415 rm -rf conftest*
5416   fi
5417 fi
5418
5419
5420 ac_ext=c
5421 ac_cpp='$CPP $CPPFLAGS'
5422 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5423 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5424 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5426 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5427 # On Suns, sometimes $CPP names a directory.
5428 if test -n "$CPP" && test -d "$CPP"; then
5429   CPP=
5430 fi
5431 if test -z "$CPP"; then
5432   if test "${ac_cv_prog_CPP+set}" = set; then :
5433   $as_echo_n "(cached) " >&6
5434 else
5435       # Double quotes because CPP needs to be expanded
5436     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5437     do
5438       ac_preproc_ok=false
5439 for ac_c_preproc_warn_flag in '' yes
5440 do
5441   # Use a header file that comes with gcc, so configuring glibc
5442   # with a fresh cross-compiler works.
5443   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5444   # <limits.h> exists even on freestanding compilers.
5445   # On the NeXT, cc -E runs the code through the compiler's parser,
5446   # not just through cpp. "Syntax error" is here to catch this case.
5447   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5448 /* end confdefs.h.  */
5449 #ifdef __STDC__
5450 # include <limits.h>
5451 #else
5452 # include <assert.h>
5453 #endif
5454                      Syntax error
5455 _ACEOF
5456 if ac_fn_c_try_cpp "$LINENO"; then :
5457
5458 else
5459   # Broken: fails on valid input.
5460 continue
5461 fi
5462 rm -f conftest.err conftest.$ac_ext
5463
5464   # OK, works on sane cases.  Now check whether nonexistent headers
5465   # can be detected and how.
5466   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5467 /* end confdefs.h.  */
5468 #include <ac_nonexistent.h>
5469 _ACEOF
5470 if ac_fn_c_try_cpp "$LINENO"; then :
5471   # Broken: success on invalid input.
5472 continue
5473 else
5474   # Passes both tests.
5475 ac_preproc_ok=:
5476 break
5477 fi
5478 rm -f conftest.err conftest.$ac_ext
5479
5480 done
5481 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5482 rm -f conftest.err conftest.$ac_ext
5483 if $ac_preproc_ok; then :
5484   break
5485 fi
5486
5487     done
5488     ac_cv_prog_CPP=$CPP
5489
5490 fi
5491   CPP=$ac_cv_prog_CPP
5492 else
5493   ac_cv_prog_CPP=$CPP
5494 fi
5495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5496 $as_echo "$CPP" >&6; }
5497 ac_preproc_ok=false
5498 for ac_c_preproc_warn_flag in '' yes
5499 do
5500   # Use a header file that comes with gcc, so configuring glibc
5501   # with a fresh cross-compiler works.
5502   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5503   # <limits.h> exists even on freestanding compilers.
5504   # On the NeXT, cc -E runs the code through the compiler's parser,
5505   # not just through cpp. "Syntax error" is here to catch this case.
5506   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5507 /* end confdefs.h.  */
5508 #ifdef __STDC__
5509 # include <limits.h>
5510 #else
5511 # include <assert.h>
5512 #endif
5513                      Syntax error
5514 _ACEOF
5515 if ac_fn_c_try_cpp "$LINENO"; then :
5516
5517 else
5518   # Broken: fails on valid input.
5519 continue
5520 fi
5521 rm -f conftest.err conftest.$ac_ext
5522
5523   # OK, works on sane cases.  Now check whether nonexistent headers
5524   # can be detected and how.
5525   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5526 /* end confdefs.h.  */
5527 #include <ac_nonexistent.h>
5528 _ACEOF
5529 if ac_fn_c_try_cpp "$LINENO"; then :
5530   # Broken: success on invalid input.
5531 continue
5532 else
5533   # Passes both tests.
5534 ac_preproc_ok=:
5535 break
5536 fi
5537 rm -f conftest.err conftest.$ac_ext
5538
5539 done
5540 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5541 rm -f conftest.err conftest.$ac_ext
5542 if $ac_preproc_ok; then :
5543
5544 else
5545   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5546 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5547 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5548 See \`config.log' for more details." "$LINENO" 5; }
5549 fi
5550
5551 ac_ext=c
5552 ac_cpp='$CPP $CPPFLAGS'
5553 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5554 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5555 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5556
5557
5558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5559 $as_echo_n "checking for ANSI C header files... " >&6; }
5560 if test "${ac_cv_header_stdc+set}" = set; then :
5561   $as_echo_n "(cached) " >&6
5562 else
5563   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5564 /* end confdefs.h.  */
5565 #include <stdlib.h>
5566 #include <stdarg.h>
5567 #include <string.h>
5568 #include <float.h>
5569
5570 int
5571 main ()
5572 {
5573
5574   ;
5575   return 0;
5576 }
5577 _ACEOF
5578 if ac_fn_c_try_compile "$LINENO"; then :
5579   ac_cv_header_stdc=yes
5580 else
5581   ac_cv_header_stdc=no
5582 fi
5583 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5584
5585 if test $ac_cv_header_stdc = yes; then
5586   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5587   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5588 /* end confdefs.h.  */
5589 #include <string.h>
5590
5591 _ACEOF
5592 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5593   $EGREP "memchr" >/dev/null 2>&1; then :
5594
5595 else
5596   ac_cv_header_stdc=no
5597 fi
5598 rm -f conftest*
5599
5600 fi
5601
5602 if test $ac_cv_header_stdc = yes; then
5603   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5604   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5605 /* end confdefs.h.  */
5606 #include <stdlib.h>
5607
5608 _ACEOF
5609 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5610   $EGREP "free" >/dev/null 2>&1; then :
5611
5612 else
5613   ac_cv_header_stdc=no
5614 fi
5615 rm -f conftest*
5616
5617 fi
5618
5619 if test $ac_cv_header_stdc = yes; then
5620   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5621   if test "$cross_compiling" = yes; then :
5622   :
5623 else
5624   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5625 /* end confdefs.h.  */
5626 #include <ctype.h>
5627 #include <stdlib.h>
5628 #if ((' ' & 0x0FF) == 0x020)
5629 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5630 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5631 #else
5632 # define ISLOWER(c) \
5633                    (('a' <= (c) && (c) <= 'i') \
5634                      || ('j' <= (c) && (c) <= 'r') \
5635                      || ('s' <= (c) && (c) <= 'z'))
5636 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5637 #endif
5638
5639 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5640 int
5641 main ()
5642 {
5643   int i;
5644   for (i = 0; i < 256; i++)
5645     if (XOR (islower (i), ISLOWER (i))
5646         || toupper (i) != TOUPPER (i))
5647       return 2;
5648   return 0;
5649 }
5650 _ACEOF
5651 if ac_fn_c_try_run "$LINENO"; then :
5652
5653 else
5654   ac_cv_header_stdc=no
5655 fi
5656 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5657   conftest.$ac_objext conftest.beam conftest.$ac_ext
5658 fi
5659
5660 fi
5661 fi
5662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5663 $as_echo "$ac_cv_header_stdc" >&6; }
5664 if test $ac_cv_header_stdc = yes; then
5665
5666 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5667
5668 fi
5669
5670 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5671 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5672                   inttypes.h stdint.h unistd.h
5673 do :
5674   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5675 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5676 "
5677 eval as_val=\$$as_ac_Header
5678    if test "x$as_val" = x""yes; then :
5679   cat >>confdefs.h <<_ACEOF
5680 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5681 _ACEOF
5682
5683 fi
5684
5685 done
5686
5687
5688 for ac_header in \
5689         AL/al.h \
5690         AudioToolbox/AudioConverter.h \
5691         AudioToolbox/AudioFile.h \
5692         AudioToolbox/AudioFileStream.h \
5693         AudioUnit/AudioUnit.h \
5694         Carbon/Carbon.h \
5695         CoreAudio/CoreAudio.h \
5696         DiskArbitration/DiskArbitration.h \
5697         IOKit/IOKitLib.h \
5698         IOKit/hid/IOHIDLib.h \
5699         OpenAL/al.h \
5700         alias.h \
5701         alsa/asoundlib.h \
5702         arpa/inet.h \
5703         arpa/nameser.h \
5704         asm/types.h \
5705         capi20.h \
5706         curses.h \
5707         direct.h \
5708         dirent.h \
5709         dlfcn.h \
5710         elf.h \
5711         float.h \
5712         fnmatch.h \
5713         fontconfig/fontconfig.h \
5714         getopt.h \
5715         grp.h \
5716         gsm.h \
5717         gsm/gsm.h \
5718         ieeefp.h \
5719         inet/mib2.h \
5720         io.h \
5721         jack/jack.h \
5722         jpeglib.h \
5723         kstat.h \
5724         lber.h \
5725         lcms.h \
5726         lcms/lcms.h \
5727         ldap.h \
5728         libaudioio.h \
5729         link.h \
5730         linux/cdrom.h \
5731         linux/compiler.h \
5732         linux/hdreg.h \
5733         linux/input.h \
5734         linux/ioctl.h \
5735         linux/joystick.h \
5736         linux/major.h \
5737         linux/param.h \
5738         linux/serial.h \
5739         linux/types.h \
5740         linux/ucdrom.h \
5741         mach-o/nlist.h \
5742         mach/mach.h \
5743         mach/machine.h \
5744         machine/cpu.h \
5745         machine/limits.h \
5746         machine/soundcard.h \
5747         mntent.h \
5748         mpg123.h \
5749         ncurses.h \
5750         netdb.h \
5751         netinet/in.h \
5752         netinet/in_systm.h \
5753         netinet/tcp.h \
5754         netinet/tcp_fsm.h \
5755         openssl/err.h \
5756         openssl/ssl.h \
5757         png.h \
5758         poll.h \
5759         port.h \
5760         process.h \
5761         pthread.h \
5762         pwd.h \
5763         regex.h \
5764         sched.h \
5765         scsi/scsi.h \
5766         scsi/scsi_ioctl.h \
5767         scsi/sg.h \
5768         soundcard.h \
5769         stdbool.h \
5770         stdint.h \
5771         strings.h \
5772         stropts.h \
5773         sys/asoundlib.h \
5774         sys/cdio.h \
5775         sys/elf32.h \
5776         sys/epoll.h \
5777         sys/errno.h \
5778         sys/event.h \
5779         sys/exec_elf.h \
5780         sys/filio.h \
5781         sys/inotify.h \
5782         sys/ioctl.h \
5783         sys/ipc.h \
5784         sys/limits.h \
5785         sys/link.h \
5786         sys/mman.h \
5787         sys/modem.h \
5788         sys/msg.h \
5789         sys/mtio.h \
5790         sys/param.h \
5791         sys/poll.h \
5792         sys/prctl.h \
5793         sys/protosw.h \
5794         sys/ptrace.h \
5795         sys/resource.h \
5796         sys/scsiio.h \
5797         sys/shm.h \
5798         sys/signal.h \
5799         sys/socket.h \
5800         sys/socketvar.h \
5801         sys/sockio.h \
5802         sys/soundcard.h \
5803         sys/statvfs.h \
5804         sys/strtio.h \
5805         sys/syscall.h \
5806         sys/tihdr.h \
5807         sys/time.h \
5808         sys/timeout.h \
5809         sys/times.h \
5810         sys/uio.h \
5811         sys/un.h \
5812         sys/utsname.h \
5813         sys/vm86.h \
5814         sys/wait.h \
5815         syscall.h \
5816         termios.h \
5817         unistd.h \
5818         utime.h \
5819         valgrind/memcheck.h \
5820         valgrind/valgrind.h \
5821         zlib.h
5822
5823 do :
5824   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5825 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5826 eval as_val=\$$as_ac_Header
5827    if test "x$as_val" = x""yes; then :
5828   cat >>confdefs.h <<_ACEOF
5829 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5830 _ACEOF
5831
5832 fi
5833
5834 done
5835
5836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5837 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5838 if test "${ac_cv_header_stat_broken+set}" = set; then :
5839   $as_echo_n "(cached) " >&6
5840 else
5841   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5842 /* end confdefs.h.  */
5843 #include <sys/types.h>
5844 #include <sys/stat.h>
5845
5846 #if defined S_ISBLK && defined S_IFDIR
5847 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5848 #endif
5849
5850 #if defined S_ISBLK && defined S_IFCHR
5851 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5852 #endif
5853
5854 #if defined S_ISLNK && defined S_IFREG
5855 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5856 #endif
5857
5858 #if defined S_ISSOCK && defined S_IFREG
5859 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5860 #endif
5861
5862 _ACEOF
5863 if ac_fn_c_try_compile "$LINENO"; then :
5864   ac_cv_header_stat_broken=no
5865 else
5866   ac_cv_header_stat_broken=yes
5867 fi
5868 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5869 fi
5870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5871 $as_echo "$ac_cv_header_stat_broken" >&6; }
5872 if test $ac_cv_header_stat_broken = yes; then
5873
5874 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5875
5876 fi
5877
5878
5879
5880 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5881 do :
5882   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5883 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5884      #ifdef HAVE_SYS_PARAM_H
5885      # include <sys/param.h>
5886      #endif
5887 "
5888 eval as_val=\$$as_ac_Header
5889    if test "x$as_val" = x""yes; then :
5890   cat >>confdefs.h <<_ACEOF
5891 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5892 _ACEOF
5893
5894 fi
5895
5896 done
5897
5898
5899 for ac_header in \
5900         netinet/ip.h \
5901         net/if.h \
5902         net/if_arp.h \
5903         net/if_dl.h \
5904         net/if_types.h \
5905         net/route.h \
5906         netinet/if_ether.h \
5907         netinet/if_inarp.h \
5908         netinet/in_pcb.h \
5909         netinet/ip_icmp.h \
5910         netinet/ip_var.h \
5911         netinet/udp.h \
5912         netipx/ipx.h \
5913
5914 do :
5915   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5916 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5917      #ifdef HAVE_SYS_SOCKET_H
5918      # include <sys/socket.h>
5919      #endif
5920      #ifdef HAVE_SYS_SOCKETVAR_H
5921      # include <sys/socketvar.h>
5922      #endif
5923      #ifdef HAVE_NET_ROUTE_H
5924      # include <net/route.h>
5925      #endif
5926      #ifdef HAVE_NETINET_IN_H
5927      # include <netinet/in.h>
5928      #endif
5929      #ifdef HAVE_NETINET_IN_SYSTM_H
5930      # include <netinet/in_systm.h>
5931      #endif
5932      #ifdef HAVE_NET_IF_H
5933      # include <net/if.h>
5934      #endif
5935      #ifdef HAVE_NETINET_IP_H
5936      # include <netinet/ip.h>
5937      #endif
5938 "
5939 eval as_val=\$$as_ac_Header
5940    if test "x$as_val" = x""yes; then :
5941   cat >>confdefs.h <<_ACEOF
5942 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5943 _ACEOF
5944
5945 fi
5946
5947 done
5948
5949
5950 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5951 do :
5952   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5953 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5954      #ifdef HAVE_ALIAS_H
5955      # include <alias.h>
5956      #endif
5957      #ifdef HAVE_SYS_SOCKET_H
5958      # include <sys/socket.h>
5959      #endif
5960      #ifdef HAVE_SYS_SOCKETVAR_H
5961      # include <sys/socketvar.h>
5962      #endif
5963      #ifdef HAVE_SYS_TIMEOUT_H
5964      # include <sys/timeout.h>
5965      #endif
5966      #ifdef HAVE_NETINET_IN_H
5967      # include <netinet/in.h>
5968      #endif
5969      #ifdef HAVE_NETINET_IN_SYSTM_H
5970      # include <netinet/in_systm.h>
5971      #endif
5972      #ifdef HAVE_NETINET_IP_H
5973      # include <netinet/ip.h>
5974      #endif
5975      #ifdef HAVE_NETINET_IP_VAR_H
5976      # include <netinet/ip_var.h>
5977      #endif
5978      #ifdef HAVE_NETINET_IP_ICMP_H
5979      # include <netinet/ip_icmp.h>
5980      #endif
5981      #ifdef HAVE_NETINET_UDP_H
5982      # include <netinet/udp.h>
5983      #endif
5984      #ifdef HAVE_NETINET_TCP_H
5985      # include <netinet/tcp.h>
5986      #endif
5987      #ifdef HAVE_NETINET_TCP_TIMER_H
5988      #include <netinet/tcp_timer.h>
5989      #endif
5990 "
5991 eval as_val=\$$as_ac_Header
5992    if test "x$as_val" = x""yes; then :
5993   cat >>confdefs.h <<_ACEOF
5994 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5995 _ACEOF
5996
5997 fi
5998
5999 done
6000
6001
6002 for ac_header in linux/ipx.h linux/irda.h
6003 do :
6004   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6005 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6006      #ifdef HAVE_ASM_TYPES_H
6007      # include <asm/types.h>
6008      #endif
6009      #ifdef HAVE_SYS_SOCKET_H
6010      # include <sys/socket.h>
6011      #endif
6012      #ifdef HAVE_LINUX_TYPES_H
6013      # include <linux/types.h>
6014      #endif
6015 "
6016 eval as_val=\$$as_ac_Header
6017    if test "x$as_val" = x""yes; then :
6018   cat >>confdefs.h <<_ACEOF
6019 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6020 _ACEOF
6021
6022 fi
6023
6024 done
6025
6026
6027 for ac_header in mach-o/dyld_images.h
6028 do :
6029   ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6030      # include <stdbool.h>
6031      #endif
6032      #ifdef HAVE_STDINT_H
6033      # include <stdint.h>
6034      #endif
6035 "
6036 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6037   cat >>confdefs.h <<_ACEOF
6038 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6039 _ACEOF
6040
6041 fi
6042
6043 done
6044
6045
6046 for ac_header in resolv.h
6047 do :
6048   ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6049      #ifdef HAVE_SYS_SOCKET_H
6050      # include <sys/socket.h>
6051      #endif
6052      #ifdef HAVE_NETINET_IN_H
6053      # include <netinet/in.h>
6054      #endif
6055      #ifdef HAVE_ARPA_NAMESER_H
6056      # include <arpa/nameser.h>
6057      #endif
6058 "
6059 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6060   cat >>confdefs.h <<_ACEOF
6061 #define HAVE_RESOLV_H 1
6062 _ACEOF
6063
6064 fi
6065
6066 done
6067
6068
6069 for ac_header in ifaddrs.h
6070 do :
6071   ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
6072 "
6073 if test "x$ac_cv_header_ifaddrs_h" = x""yes; then :
6074   cat >>confdefs.h <<_ACEOF
6075 #define HAVE_IFADDRS_H 1
6076 _ACEOF
6077
6078 fi
6079
6080 done
6081
6082
6083 for ac_header in ucontext.h
6084 do :
6085   ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6086 "
6087 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6088   cat >>confdefs.h <<_ACEOF
6089 #define HAVE_UCONTEXT_H 1
6090 _ACEOF
6091
6092 fi
6093
6094 done
6095
6096
6097 for ac_header in sys/thr.h
6098 do :
6099   ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6100 #ifdef HAVE_UCONTEXT_H
6101 #include <ucontext.h>
6102 #endif
6103 "
6104 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6105   cat >>confdefs.h <<_ACEOF
6106 #define HAVE_SYS_THR_H 1
6107 _ACEOF
6108
6109 fi
6110
6111 done
6112
6113
6114 for ac_header in pthread_np.h
6115 do :
6116   ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6117 #include <pthread.h>
6118 #endif
6119 "
6120 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6121   cat >>confdefs.h <<_ACEOF
6122 #define HAVE_PTHREAD_NP_H 1
6123 _ACEOF
6124
6125 fi
6126
6127 done
6128
6129
6130 for ac_header in linux/videodev.h
6131 do :
6132   ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6133 #include <sys/time.h>
6134 #endif
6135 #include <sys/types.h>
6136 #ifdef HAVE_ASM_TYPES_H
6137 #include <asm/types.h>
6138 #endif
6139 "
6140 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6141   cat >>confdefs.h <<_ACEOF
6142 #define HAVE_LINUX_VIDEODEV_H 1
6143 _ACEOF
6144
6145 fi
6146
6147 done
6148
6149
6150 for ac_header in linux/capi.h
6151 do :
6152   ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6153 "
6154 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6155   cat >>confdefs.h <<_ACEOF
6156 #define HAVE_LINUX_CAPI_H 1
6157 _ACEOF
6158
6159 fi
6160
6161 done
6162
6163
6164
6165 DLLEXT=""
6166
6167 DLLFLAGS="-D_REENTRANT"
6168
6169 LDSHARED=""
6170
6171 LDDLLFLAGS=""
6172
6173 LIBEXT="so"
6174
6175 IMPLIBEXT="def"
6176
6177 LDRPATH_INSTALL=""
6178
6179 LDRPATH_LOCAL=""
6180
6181 STATIC_IMPLIBEXT="def.a"
6182 # Extract the first word of "ldd", so it can be a program name with args.
6183 set dummy ldd; ac_word=$2
6184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6185 $as_echo_n "checking for $ac_word... " >&6; }
6186 if test "${ac_cv_path_LDD+set}" = set; then :
6187   $as_echo_n "(cached) " >&6
6188 else
6189   case $LDD in
6190   [\\/]* | ?:[\\/]*)
6191   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6192   ;;
6193   *)
6194   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6195 as_dummy="/sbin:/usr/sbin:$PATH"
6196 for as_dir in $as_dummy
6197 do
6198   IFS=$as_save_IFS
6199   test -z "$as_dir" && as_dir=.
6200     for ac_exec_ext in '' $ac_executable_extensions; do
6201   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6202     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6203     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6204     break 2
6205   fi
6206 done
6207   done
6208 IFS=$as_save_IFS
6209
6210   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6211   ;;
6212 esac
6213 fi
6214 LDD=$ac_cv_path_LDD
6215 if test -n "$LDD"; then
6216   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6217 $as_echo "$LDD" >&6; }
6218 else
6219   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6220 $as_echo "no" >&6; }
6221 fi
6222
6223
6224
6225 case $host_os in
6226   cygwin*|mingw32*)
6227     if test -n "$ac_tool_prefix"; then
6228   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6229 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6231 $as_echo_n "checking for $ac_word... " >&6; }
6232 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6233   $as_echo_n "(cached) " >&6
6234 else
6235   if test -n "$DLLTOOL"; then
6236   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6237 else
6238 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6239 for as_dir in $PATH
6240 do
6241   IFS=$as_save_IFS
6242   test -z "$as_dir" && as_dir=.
6243     for ac_exec_ext in '' $ac_executable_extensions; do
6244   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6245     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6246     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6247     break 2
6248   fi
6249 done
6250   done
6251 IFS=$as_save_IFS
6252
6253 fi
6254 fi
6255 DLLTOOL=$ac_cv_prog_DLLTOOL
6256 if test -n "$DLLTOOL"; then
6257   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6258 $as_echo "$DLLTOOL" >&6; }
6259 else
6260   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6261 $as_echo "no" >&6; }
6262 fi
6263
6264
6265 fi
6266 if test -z "$ac_cv_prog_DLLTOOL"; then
6267   ac_ct_DLLTOOL=$DLLTOOL
6268   # Extract the first word of "dlltool", so it can be a program name with args.
6269 set dummy dlltool; ac_word=$2
6270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6271 $as_echo_n "checking for $ac_word... " >&6; }
6272 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6273   $as_echo_n "(cached) " >&6
6274 else
6275   if test -n "$ac_ct_DLLTOOL"; then
6276   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6277 else
6278 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6279 for as_dir in $PATH
6280 do
6281   IFS=$as_save_IFS
6282   test -z "$as_dir" && as_dir=.
6283     for ac_exec_ext in '' $ac_executable_extensions; do
6284   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6285     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6286     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6287     break 2
6288   fi
6289 done
6290   done
6291 IFS=$as_save_IFS
6292
6293 fi
6294 fi
6295 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6296 if test -n "$ac_ct_DLLTOOL"; then
6297   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6298 $as_echo "$ac_ct_DLLTOOL" >&6; }
6299 else
6300   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6301 $as_echo "no" >&6; }
6302 fi
6303
6304   if test "x$ac_ct_DLLTOOL" = x; then
6305     DLLTOOL="false"
6306   else
6307     case $cross_compiling:$ac_tool_warned in
6308 yes:)
6309 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6310 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6311 ac_tool_warned=yes ;;
6312 esac
6313     DLLTOOL=$ac_ct_DLLTOOL
6314   fi
6315 else
6316   DLLTOOL="$ac_cv_prog_DLLTOOL"
6317 fi
6318
6319     if test -n "$ac_tool_prefix"; then
6320   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6321 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6323 $as_echo_n "checking for $ac_word... " >&6; }
6324 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6325   $as_echo_n "(cached) " >&6
6326 else
6327   if test -n "$DLLWRAP"; then
6328   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6329 else
6330 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6331 for as_dir in $PATH
6332 do
6333   IFS=$as_save_IFS
6334   test -z "$as_dir" && as_dir=.
6335     for ac_exec_ext in '' $ac_executable_extensions; do
6336   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6337     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6338     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6339     break 2
6340   fi
6341 done
6342   done
6343 IFS=$as_save_IFS
6344
6345 fi
6346 fi
6347 DLLWRAP=$ac_cv_prog_DLLWRAP
6348 if test -n "$DLLWRAP"; then
6349   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6350 $as_echo "$DLLWRAP" >&6; }
6351 else
6352   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6353 $as_echo "no" >&6; }
6354 fi
6355
6356
6357 fi
6358 if test -z "$ac_cv_prog_DLLWRAP"; then
6359   ac_ct_DLLWRAP=$DLLWRAP
6360   # Extract the first word of "dllwrap", so it can be a program name with args.
6361 set dummy dllwrap; ac_word=$2
6362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6363 $as_echo_n "checking for $ac_word... " >&6; }
6364 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6365   $as_echo_n "(cached) " >&6
6366 else
6367   if test -n "$ac_ct_DLLWRAP"; then
6368   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6369 else
6370 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6371 for as_dir in $PATH
6372 do
6373   IFS=$as_save_IFS
6374   test -z "$as_dir" && as_dir=.
6375     for ac_exec_ext in '' $ac_executable_extensions; do
6376   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6377     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6378     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6379     break 2
6380   fi
6381 done
6382   done
6383 IFS=$as_save_IFS
6384
6385 fi
6386 fi
6387 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6388 if test -n "$ac_ct_DLLWRAP"; then
6389   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6390 $as_echo "$ac_ct_DLLWRAP" >&6; }
6391 else
6392   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6393 $as_echo "no" >&6; }
6394 fi
6395
6396   if test "x$ac_ct_DLLWRAP" = x; then
6397     DLLWRAP="false"
6398   else
6399     case $cross_compiling:$ac_tool_warned in
6400 yes:)
6401 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6402 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6403 ac_tool_warned=yes ;;
6404 esac
6405     DLLWRAP=$ac_ct_DLLWRAP
6406   fi
6407 else
6408   DLLWRAP="$ac_cv_prog_DLLWRAP"
6409 fi
6410
6411     if test "$DLLWRAP" = "false"; then
6412       LIBEXT="a"
6413     else
6414             LIBEXT="dll"
6415     fi
6416     IMPLIBEXT="a"
6417     STATIC_IMPLIBEXT="a"
6418         enable_iphlpapi=${enable_iphlpapi:-no}
6419     enable_kernel32=${enable_kernel32:-no}
6420     enable_msvcrt=${enable_msvcrt:-no}
6421     enable_ntdll=${enable_ntdll:-no}
6422     enable_ws2_32=${enable_ws2_32:-no}
6423     enable_loader=${enable_loader:-no}
6424     enable_server=${enable_server:-no}
6425         with_x=${with_x:-no}
6426     with_pthread=${with_pthread:-no}
6427     ;;
6428   darwin*|macosx*)
6429     DLLEXT=".so"
6430     LIBEXT="dylib"
6431     DLLFLAGS="$DLLFLAGS -fPIC"
6432     LDDLLFLAGS="-bundle -multiply_defined suppress"
6433     LIBWINE_LDFLAGS="-multiply_defined suppress"
6434     LDSHARED="\$(CC) -dynamiclib"
6435     STRIP="$STRIP -x"
6436     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6437         SECURITYLIB="-framework Security -framework CoreFoundation"
6438
6439     COREFOUNDATIONLIB="-framework CoreFoundation"
6440
6441     IOKITLIB="-framework IOKit -framework CoreFoundation"
6442
6443     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6444
6445     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6446     then
6447                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6448
6449     fi
6450     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6451     then
6452                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6453
6454         ac_save_LIBS="$LIBS"
6455         if test "$ac_cv_header_AudioToolbox_AudioFile_h" = "yes"
6456         then
6457             LIBS="$LIBS $COREAUDIO"
6458             for ac_func in AudioFileStreamOpen
6459 do :
6460   ac_fn_c_check_func "$LINENO" "AudioFileStreamOpen" "ac_cv_func_AudioFileStreamOpen"
6461 if test "x$ac_cv_func_AudioFileStreamOpen" = x""yes; then :
6462   cat >>confdefs.h <<_ACEOF
6463 #define HAVE_AUDIOFILESTREAMOPEN 1
6464 _ACEOF
6465
6466 fi
6467 done
6468
6469             LIBS="$ac_save_LIBS"
6470         fi
6471         test "x$ac_cv_func_AudioFileStreamOpen" = xyes || as_fn_append wine_notices "|AudioToolbox version too old, mp3 codec won't be supported."
6472     fi
6473     if test "$ac_cv_header_OpenAL_al_h" = "yes"
6474     then
6475         LIBOPENAL="-framework OpenAL"
6476
6477         ac_cv_lib_openal_alGetSource3i=yes
6478     fi
6479     if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6480     then
6481         ac_save_LIBS="$LIBS"
6482         LIBS="$LIBS $IOKITLIB"
6483         for ac_func in IOHIDManagerCreate
6484 do :
6485   ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6486 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6487   cat >>confdefs.h <<_ACEOF
6488 #define HAVE_IOHIDMANAGERCREATE 1
6489 _ACEOF
6490
6491 fi
6492 done
6493
6494         LIBS="$ac_save_LIBS"
6495     fi
6496     case $host_cpu in
6497       *powerpc*)
6498         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
6499     esac
6500         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6501     then
6502         CARBONLIB="-framework Carbon"
6503
6504         enable_winequartz_drv=${enable_winequartz_drv:-yes}
6505     fi
6506         if test "x$enable_win16" = "xyes"
6507     then
6508         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6509 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6510         if test "$cross_compiling" = yes; then :
6511   { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6512 $as_echo "cross-compiling, assuming yes" >&6; }
6513 else
6514   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6515 /* end confdefs.h.  */
6516 asm(".text\n"
6517                                             "bad:\tnop;nop\n"
6518                                             "good:\tnop;nop\n\t"
6519                                             ".globl _testfunc\n"
6520                                             "_testfunc:\tcallw good");
6521                                         extern void testfunc();
6522 int
6523 main ()
6524 {
6525 unsigned short *p = (unsigned short *)testfunc;
6526                                         return p[0] != 0xe866 || p[1] != 0xfffa
6527   ;
6528   return 0;
6529 }
6530 _ACEOF
6531 if ac_fn_c_try_run "$LINENO"; then :
6532   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6533 $as_echo "yes" >&6; }
6534 else
6535   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6536 $as_echo "no" >&6; }
6537                                        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
6538 fi
6539 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6540   conftest.$ac_objext conftest.beam conftest.$ac_ext
6541 fi
6542
6543     fi
6544     ;;
6545   *)
6546     DLLFLAGS="$DLLFLAGS -fPIC"
6547     DLLEXT=".so"
6548     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6549 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6550 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6551   $as_echo_n "(cached) " >&6
6552 else
6553   ac_wine_try_cflags_saved=$CFLAGS
6554 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6556 /* end confdefs.h.  */
6557 void myfunc() {}
6558 _ACEOF
6559 if ac_fn_c_try_link "$LINENO"; then :
6560   ac_cv_c_dll_gnuelf="yes"
6561 else
6562   ac_cv_c_dll_gnuelf="no"
6563 fi
6564 rm -f core conftest.err conftest.$ac_objext \
6565     conftest$ac_exeext conftest.$ac_ext
6566 CFLAGS=$ac_wine_try_cflags_saved
6567 fi
6568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6569 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6570     if test "$ac_cv_c_dll_gnuelf" = "yes"
6571     then
6572       LDSHARED="\$(CC) -shared"
6573       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6574       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6575 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6576 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6577   $as_echo_n "(cached) " >&6
6578 else
6579   ac_wine_try_cflags_saved=$CFLAGS
6580 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6582 /* end confdefs.h.  */
6583 int main(int argc, char **argv) { return 0; }
6584 _ACEOF
6585 if ac_fn_c_try_link "$LINENO"; then :
6586   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6587 else
6588   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6589 fi
6590 rm -f core conftest.err conftest.$ac_objext \
6591     conftest$ac_exeext conftest.$ac_ext
6592 CFLAGS=$ac_wine_try_cflags_saved
6593 fi
6594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6595 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6596 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6597   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6598 else
6599   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6600 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6601 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6602   $as_echo_n "(cached) " >&6
6603 else
6604   ac_wine_try_cflags_saved=$CFLAGS
6605 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6606 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6607 /* end confdefs.h.  */
6608 int main(int argc, char **argv) { return 0; }
6609 _ACEOF
6610 if ac_fn_c_try_link "$LINENO"; then :
6611   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6612 else
6613   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6614 fi
6615 rm -f core conftest.err conftest.$ac_objext \
6616     conftest$ac_exeext conftest.$ac_ext
6617 CFLAGS=$ac_wine_try_cflags_saved
6618 fi
6619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6620 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6621 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6622   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6623 fi
6624 fi
6625
6626       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6627 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6628 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6629   $as_echo_n "(cached) " >&6
6630 else
6631   ac_wine_try_cflags_saved=$CFLAGS
6632 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6633 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6634 /* end confdefs.h.  */
6635 int main(int argc, char **argv) { return 0; }
6636 _ACEOF
6637 if ac_fn_c_try_link "$LINENO"; then :
6638   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6639 else
6640   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6641 fi
6642 rm -f core conftest.err conftest.$ac_objext \
6643     conftest$ac_exeext conftest.$ac_ext
6644 CFLAGS=$ac_wine_try_cflags_saved
6645 fi
6646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6647 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6648 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6649   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6650 fi
6651
6652       { $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
6653 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6654 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6655   $as_echo_n "(cached) " >&6
6656 else
6657   ac_wine_try_cflags_saved=$CFLAGS
6658 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6659 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6660 /* end confdefs.h.  */
6661 int main(int argc, char **argv) { return 0; }
6662 _ACEOF
6663 if ac_fn_c_try_link "$LINENO"; then :
6664   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6665 else
6666   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6667 fi
6668 rm -f core conftest.err conftest.$ac_objext \
6669     conftest$ac_exeext conftest.$ac_ext
6670 CFLAGS=$ac_wine_try_cflags_saved
6671 fi
6672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6673 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6674 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6675   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6676 fi
6677
6678       echo '{ global: *; };' >conftest.map
6679       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6680 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6681 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6682   $as_echo_n "(cached) " >&6
6683 else
6684   ac_wine_try_cflags_saved=$CFLAGS
6685 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6686 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6687 /* end confdefs.h.  */
6688 int main(int argc, char **argv) { return 0; }
6689 _ACEOF
6690 if ac_fn_c_try_link "$LINENO"; then :
6691   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6692 else
6693   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6694 fi
6695 rm -f core conftest.err conftest.$ac_objext \
6696     conftest$ac_exeext conftest.$ac_ext
6697 CFLAGS=$ac_wine_try_cflags_saved
6698 fi
6699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6700 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6701 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6702   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6703 fi
6704       rm -f conftest.map
6705
6706       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6707 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6708 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6709   $as_echo_n "(cached) " >&6
6710 else
6711   ac_wine_try_cflags_saved=$CFLAGS
6712 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6713 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6714 /* end confdefs.h.  */
6715 int main(int argc, char **argv) { return 0; }
6716 _ACEOF
6717 if ac_fn_c_try_link "$LINENO"; then :
6718   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6719 else
6720   ac_cv_cflags__fPIC__Wl___export_dynamic=no
6721 fi
6722 rm -f core conftest.err conftest.$ac_objext \
6723     conftest$ac_exeext conftest.$ac_ext
6724 CFLAGS=$ac_wine_try_cflags_saved
6725 fi
6726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6727 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6728 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6729   LDEXECFLAGS="-Wl,--export-dynamic"
6730
6731 fi
6732
6733       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6735 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6736 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6737   $as_echo_n "(cached) " >&6
6738 else
6739   ac_wine_try_cflags_saved=$CFLAGS
6740 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6741 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6742 /* end confdefs.h.  */
6743 int main(int argc, char **argv) { return 0; }
6744 _ACEOF
6745 if ac_fn_c_try_link "$LINENO"; then :
6746   eval "$as_ac_var=yes"
6747 else
6748   eval "$as_ac_var=no"
6749 fi
6750 rm -f core conftest.err conftest.$ac_objext \
6751     conftest$ac_exeext conftest.$ac_ext
6752 CFLAGS=$ac_wine_try_cflags_saved
6753 fi
6754 eval ac_res=\$$as_ac_var
6755                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6756 $as_echo "$ac_res" >&6; }
6757 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6758   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6759                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6760 else
6761   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6763 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6764 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6765   $as_echo_n "(cached) " >&6
6766 else
6767   ac_wine_try_cflags_saved=$CFLAGS
6768 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6770 /* end confdefs.h.  */
6771 int main(int argc, char **argv) { return 0; }
6772 _ACEOF
6773 if ac_fn_c_try_link "$LINENO"; then :
6774   eval "$as_ac_var=yes"
6775 else
6776   eval "$as_ac_var=no"
6777 fi
6778 rm -f core conftest.err conftest.$ac_objext \
6779     conftest$ac_exeext conftest.$ac_ext
6780 CFLAGS=$ac_wine_try_cflags_saved
6781 fi
6782 eval ac_res=\$$as_ac_var
6783                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6784 $as_echo "$ac_res" >&6; }
6785 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6786   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6787                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6788 fi
6789 fi
6790
6791       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6792 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6793 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6794   $as_echo_n "(cached) " >&6
6795 else
6796   ac_wine_try_cflags_saved=$CFLAGS
6797 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6799 /* end confdefs.h.  */
6800 int main(int argc, char **argv) { return 0; }
6801 _ACEOF
6802 if ac_fn_c_try_link "$LINENO"; then :
6803   ac_cv_cflags__Wl___enable_new_dtags=yes
6804 else
6805   ac_cv_cflags__Wl___enable_new_dtags=no
6806 fi
6807 rm -f core conftest.err conftest.$ac_objext \
6808     conftest$ac_exeext conftest.$ac_ext
6809 CFLAGS=$ac_wine_try_cflags_saved
6810 fi
6811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6812 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6813 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6814   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6815 fi
6816
6817       case $host_cpu in
6818         *i[3456789]86* | x86_64)
6819           { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6820 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6821 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6822   $as_echo_n "(cached) " >&6
6823 else
6824   ac_wine_try_cflags_saved=$CFLAGS
6825 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6826 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6827 /* end confdefs.h.  */
6828 int main(int argc, char **argv) { return 0; }
6829 _ACEOF
6830 if ac_fn_c_try_link "$LINENO"; then :
6831   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6832 else
6833   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6834 fi
6835 rm -f core conftest.err conftest.$ac_objext \
6836     conftest$ac_exeext conftest.$ac_ext
6837 CFLAGS=$ac_wine_try_cflags_saved
6838 fi
6839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6840 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6841 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6842   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6843 fi
6844           ;;
6845       esac
6846
6847     else
6848       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6849 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6850 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6851   $as_echo_n "(cached) " >&6
6852 else
6853   ac_wine_try_cflags_saved=$CFLAGS
6854 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6856 /* end confdefs.h.  */
6857 void myfunc() {}
6858 _ACEOF
6859 if ac_fn_c_try_link "$LINENO"; then :
6860   ac_cv_c_dll_unixware="yes"
6861 else
6862   ac_cv_c_dll_unixware="no"
6863 fi
6864 rm -f core conftest.err conftest.$ac_objext \
6865     conftest$ac_exeext conftest.$ac_ext
6866 CFLAGS=$ac_wine_try_cflags_saved
6867 fi
6868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6869 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6870       if test "$ac_cv_c_dll_unixware" = "yes"
6871       then
6872         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6873         LDDLLFLAGS="-Wl,-G,-B,symbolic"
6874
6875       else
6876         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6877 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6878 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6879   $as_echo_n "(cached) " >&6
6880 else
6881   ac_wine_try_cflags_saved=$CFLAGS
6882 CFLAGS="$CFLAGS -shared"
6883 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6884 /* end confdefs.h.  */
6885 void myfunc() {}
6886 _ACEOF
6887 if ac_fn_c_try_link "$LINENO"; then :
6888   ac_cv_c_dll_hpux="yes"
6889 else
6890   ac_cv_c_dll_hpux="no"
6891 fi
6892 rm -f core conftest.err conftest.$ac_objext \
6893     conftest$ac_exeext conftest.$ac_ext
6894 CFLAGS=$ac_wine_try_cflags_saved
6895 fi
6896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6897 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6898         if test "$ac_cv_c_dll_hpux" = "yes"
6899         then
6900           LIBEXT="sl"
6901           DLLEXT=".sl"
6902           LDDLLFLAGS="-shared -fPIC"
6903           LDSHARED="\$(CC) -shared"
6904         fi
6905       fi
6906     fi
6907     ;;
6908 esac
6909
6910 enable_winequartz_drv=${enable_winequartz_drv:-no}
6911
6912 if test "$LIBEXT" = "a"; then
6913   as_fn_error "could not find a way to build shared libraries.
6914 It is currently not possible to build Wine without shared library
6915 (.so) support to allow transparent switch between .so and .dll files.
6916 If you are using Linux, you will need a newer binutils.
6917 " "$LINENO" 5
6918 fi
6919
6920 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6921 then
6922     case "$host_cpu" in
6923   i[3456789]86*)
6924     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 " ;;
6925   x86_64)
6926     ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
6927   *)
6928     ac_prefix_list="" ;;
6929 esac
6930 for ac_prog in $ac_prefix_list
6931 do
6932   # Extract the first word of "$ac_prog", so it can be a program name with args.
6933 set dummy $ac_prog; ac_word=$2
6934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6935 $as_echo_n "checking for $ac_word... " >&6; }
6936 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
6937   $as_echo_n "(cached) " >&6
6938 else
6939   if test -n "$CROSSCC"; then
6940   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
6941 else
6942 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6943 for as_dir in $PATH
6944 do
6945   IFS=$as_save_IFS
6946   test -z "$as_dir" && as_dir=.
6947     for ac_exec_ext in '' $ac_executable_extensions; do
6948   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6949     ac_cv_prog_CROSSCC="$ac_prog"
6950     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6951     break 2
6952   fi
6953 done
6954   done
6955 IFS=$as_save_IFS
6956
6957 fi
6958 fi
6959 CROSSCC=$ac_cv_prog_CROSSCC
6960 if test -n "$CROSSCC"; then
6961   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
6962 $as_echo "$CROSSCC" >&6; }
6963 else
6964   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6965 $as_echo "no" >&6; }
6966 fi
6967
6968
6969   test -n "$CROSSCC" && break
6970 done
6971 test -n "$CROSSCC" || CROSSCC="false"
6972
6973     if test "$CROSSCC" != "false"
6974     then
6975         CROSSTEST="\$(CROSSTEST)"
6976
6977         set x $CROSSCC
6978         shift
6979         target=""
6980         while test $# -ge 1
6981         do
6982             case "$1" in
6983               *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
6984             esac
6985             shift
6986         done
6987         if test -n "$target"
6988         then
6989             CROSSTARGET="$target"
6990
6991         fi
6992     fi
6993 fi
6994
6995
6996 if test "$ac_cv_header_pthread_h" = "yes"
6997 then
6998     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
6999 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7000 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
7001   $as_echo_n "(cached) " >&6
7002 else
7003   ac_check_lib_save_LIBS=$LIBS
7004 LIBS="-lpthread  $LIBS"
7005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7006 /* end confdefs.h.  */
7007
7008 /* Override any GCC internal prototype to avoid an error.
7009    Use char because int might match the return type of a GCC
7010    builtin and then its argument prototype would still apply.  */
7011 #ifdef __cplusplus
7012 extern "C"
7013 #endif
7014 char pthread_create ();
7015 int
7016 main ()
7017 {
7018 return pthread_create ();
7019   ;
7020   return 0;
7021 }
7022 _ACEOF
7023 if ac_fn_c_try_link "$LINENO"; then :
7024   ac_cv_lib_pthread_pthread_create=yes
7025 else
7026   ac_cv_lib_pthread_pthread_create=no
7027 fi
7028 rm -f core conftest.err conftest.$ac_objext \
7029     conftest$ac_exeext conftest.$ac_ext
7030 LIBS=$ac_check_lib_save_LIBS
7031 fi
7032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7033 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7034 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
7035   LIBPTHREAD="-lpthread"
7036
7037 fi
7038
7039 fi
7040 if test "x$LIBPTHREAD" = "x"; then :
7041   case "x$with_pthread" in
7042   xno) ;;
7043   *)   as_fn_error "pthread ${notice_platform}development files not found.
7044 Wine cannot support threads without libpthread.
7045 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7046 esac
7047 fi
7048
7049
7050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7051 $as_echo_n "checking for X... " >&6; }
7052
7053
7054 # Check whether --with-x was given.
7055 if test "${with_x+set}" = set; then :
7056   withval=$with_x;
7057 fi
7058
7059 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7060 if test "x$with_x" = xno; then
7061   # The user explicitly disabled X.
7062   have_x=disabled
7063 else
7064   case $x_includes,$x_libraries in #(
7065     *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7066     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7067   $as_echo_n "(cached) " >&6
7068 else
7069   # One or both of the vars are not set, and there is no cached value.
7070 ac_x_includes=no ac_x_libraries=no
7071 rm -f -r conftest.dir
7072 if mkdir conftest.dir; then
7073   cd conftest.dir
7074   cat >Imakefile <<'_ACEOF'
7075 incroot:
7076         @echo incroot='${INCROOT}'
7077 usrlibdir:
7078         @echo usrlibdir='${USRLIBDIR}'
7079 libdir:
7080         @echo libdir='${LIBDIR}'
7081 _ACEOF
7082   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7083     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7084     for ac_var in incroot usrlibdir libdir; do
7085       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7086     done
7087     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7088     for ac_extension in a so sl dylib la dll; do
7089       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7090          test -f "$ac_im_libdir/libX11.$ac_extension"; then
7091         ac_im_usrlibdir=$ac_im_libdir; break
7092       fi
7093     done
7094     # Screen out bogus values from the imake configuration.  They are
7095     # bogus both because they are the default anyway, and because
7096     # using them would break gcc on systems where it needs fixed includes.
7097     case $ac_im_incroot in
7098         /usr/include) ac_x_includes= ;;
7099         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7100     esac
7101     case $ac_im_usrlibdir in
7102         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7103         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7104     esac
7105   fi
7106   cd ..
7107   rm -f -r conftest.dir
7108 fi
7109
7110 # Standard set of common directories for X headers.
7111 # Check X11 before X11Rn because it is often a symlink to the current release.
7112 ac_x_header_dirs='
7113 /usr/X11/include
7114 /usr/X11R7/include
7115 /usr/X11R6/include
7116 /usr/X11R5/include
7117 /usr/X11R4/include
7118
7119 /usr/include/X11
7120 /usr/include/X11R7
7121 /usr/include/X11R6
7122 /usr/include/X11R5
7123 /usr/include/X11R4
7124
7125 /usr/local/X11/include
7126 /usr/local/X11R7/include
7127 /usr/local/X11R6/include
7128 /usr/local/X11R5/include
7129 /usr/local/X11R4/include
7130
7131 /usr/local/include/X11
7132 /usr/local/include/X11R7
7133 /usr/local/include/X11R6
7134 /usr/local/include/X11R5
7135 /usr/local/include/X11R4
7136
7137 /usr/X386/include
7138 /usr/x386/include
7139 /usr/XFree86/include/X11
7140
7141 /usr/include
7142 /usr/local/include
7143 /usr/unsupported/include
7144 /usr/athena/include
7145 /usr/local/x11r5/include
7146 /usr/lpp/Xamples/include
7147
7148 /usr/openwin/include
7149 /usr/openwin/share/include'
7150
7151 if test "$ac_x_includes" = no; then
7152   # Guess where to find include files, by looking for Xlib.h.
7153   # First, try using that file with no special directory specified.
7154   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7155 /* end confdefs.h.  */
7156 #include <X11/Xlib.h>
7157 _ACEOF
7158 if ac_fn_c_try_cpp "$LINENO"; then :
7159   # We can compile using X headers with no special include directory.
7160 ac_x_includes=
7161 else
7162   for ac_dir in $ac_x_header_dirs; do
7163   if test -r "$ac_dir/X11/Xlib.h"; then
7164     ac_x_includes=$ac_dir
7165     break
7166   fi
7167 done
7168 fi
7169 rm -f conftest.err conftest.$ac_ext
7170 fi # $ac_x_includes = no
7171
7172 if test "$ac_x_libraries" = no; then
7173   # Check for the libraries.
7174   # See if we find them without any special options.
7175   # Don't add to $LIBS permanently.
7176   ac_save_LIBS=$LIBS
7177   LIBS="-lX11 $LIBS"
7178   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7179 /* end confdefs.h.  */
7180 #include <X11/Xlib.h>
7181 int
7182 main ()
7183 {
7184 XrmInitialize ()
7185   ;
7186   return 0;
7187 }
7188 _ACEOF
7189 if ac_fn_c_try_link "$LINENO"; then :
7190   LIBS=$ac_save_LIBS
7191 # We can link X programs with no special library path.
7192 ac_x_libraries=
7193 else
7194   LIBS=$ac_save_LIBS
7195 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7196 do
7197   # Don't even attempt the hair of trying to link an X program!
7198   for ac_extension in a so sl dylib la dll; do
7199     if test -r "$ac_dir/libX11.$ac_extension"; then
7200       ac_x_libraries=$ac_dir
7201       break 2
7202     fi
7203   done
7204 done
7205 fi
7206 rm -f core conftest.err conftest.$ac_objext \
7207     conftest$ac_exeext conftest.$ac_ext
7208 fi # $ac_x_libraries = no
7209
7210 case $ac_x_includes,$ac_x_libraries in #(
7211   no,* | *,no | *\'*)
7212     # Didn't find X, or a directory has "'" in its name.
7213     ac_cv_have_x="have_x=no";; #(
7214   *)
7215     # Record where we found X for the cache.
7216     ac_cv_have_x="have_x=yes\
7217         ac_x_includes='$ac_x_includes'\
7218         ac_x_libraries='$ac_x_libraries'"
7219 esac
7220 fi
7221 ;; #(
7222     *) have_x=yes;;
7223   esac
7224   eval "$ac_cv_have_x"
7225 fi # $with_x != no
7226
7227 if test "$have_x" != yes; then
7228   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7229 $as_echo "$have_x" >&6; }
7230   no_x=yes
7231 else
7232   # If each of the values was on the command line, it overrides each guess.
7233   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7234   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7235   # Update the cache value to reflect the command line values.
7236   ac_cv_have_x="have_x=yes\
7237         ac_x_includes='$x_includes'\
7238         ac_x_libraries='$x_libraries'"
7239   { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7240 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7241 fi
7242
7243 if test "$no_x" = yes; then
7244   # Not all programs may use this symbol, but it does not hurt to define it.
7245
7246 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7247
7248   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7249 else
7250   if test -n "$x_includes"; then
7251     X_CFLAGS="$X_CFLAGS -I$x_includes"
7252   fi
7253
7254   # It would also be nice to do this for all -L options, not just this one.
7255   if test -n "$x_libraries"; then
7256     X_LIBS="$X_LIBS -L$x_libraries"
7257     # For Solaris; some versions of Sun CC require a space after -R and
7258     # others require no space.  Words are not sufficient . . . .
7259     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7260 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7261     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7262     ac_xsave_c_werror_flag=$ac_c_werror_flag
7263     ac_c_werror_flag=yes
7264     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7265 /* end confdefs.h.  */
7266
7267 int
7268 main ()
7269 {
7270
7271   ;
7272   return 0;
7273 }
7274 _ACEOF
7275 if ac_fn_c_try_link "$LINENO"; then :
7276   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7277 $as_echo "no" >&6; }
7278        X_LIBS="$X_LIBS -R$x_libraries"
7279 else
7280   LIBS="$ac_xsave_LIBS -R $x_libraries"
7281        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7282 /* end confdefs.h.  */
7283
7284 int
7285 main ()
7286 {
7287
7288   ;
7289   return 0;
7290 }
7291 _ACEOF
7292 if ac_fn_c_try_link "$LINENO"; then :
7293   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7294 $as_echo "yes" >&6; }
7295           X_LIBS="$X_LIBS -R $x_libraries"
7296 else
7297   { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7298 $as_echo "neither works" >&6; }
7299 fi
7300 rm -f core conftest.err conftest.$ac_objext \
7301     conftest$ac_exeext conftest.$ac_ext
7302 fi
7303 rm -f core conftest.err conftest.$ac_objext \
7304     conftest$ac_exeext conftest.$ac_ext
7305     ac_c_werror_flag=$ac_xsave_c_werror_flag
7306     LIBS=$ac_xsave_LIBS
7307   fi
7308
7309   # Check for system-dependent libraries X programs must link with.
7310   # Do this before checking for the system-independent R6 libraries
7311   # (-lICE), since we may need -lsocket or whatever for X linking.
7312
7313   if test "$ISC" = yes; then
7314     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7315   else
7316     # Martyn Johnson says this is needed for Ultrix, if the X
7317     # libraries were built with DECnet support.  And Karl Berry says
7318     # the Alpha needs dnet_stub (dnet does not exist).
7319     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7320     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7321 /* end confdefs.h.  */
7322
7323 /* Override any GCC internal prototype to avoid an error.
7324    Use char because int might match the return type of a GCC
7325    builtin and then its argument prototype would still apply.  */
7326 #ifdef __cplusplus
7327 extern "C"
7328 #endif
7329 char XOpenDisplay ();
7330 int
7331 main ()
7332 {
7333 return XOpenDisplay ();
7334   ;
7335   return 0;
7336 }
7337 _ACEOF
7338 if ac_fn_c_try_link "$LINENO"; then :
7339
7340 else
7341   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7342 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7343 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7344   $as_echo_n "(cached) " >&6
7345 else
7346   ac_check_lib_save_LIBS=$LIBS
7347 LIBS="-ldnet  $LIBS"
7348 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7349 /* end confdefs.h.  */
7350
7351 /* Override any GCC internal prototype to avoid an error.
7352    Use char because int might match the return type of a GCC
7353    builtin and then its argument prototype would still apply.  */
7354 #ifdef __cplusplus
7355 extern "C"
7356 #endif
7357 char dnet_ntoa ();
7358 int
7359 main ()
7360 {
7361 return dnet_ntoa ();
7362   ;
7363   return 0;
7364 }
7365 _ACEOF
7366 if ac_fn_c_try_link "$LINENO"; then :
7367   ac_cv_lib_dnet_dnet_ntoa=yes
7368 else
7369   ac_cv_lib_dnet_dnet_ntoa=no
7370 fi
7371 rm -f core conftest.err conftest.$ac_objext \
7372     conftest$ac_exeext conftest.$ac_ext
7373 LIBS=$ac_check_lib_save_LIBS
7374 fi
7375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7376 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7377 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7378   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7379 fi
7380
7381     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7382       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7383 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7384 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7385   $as_echo_n "(cached) " >&6
7386 else
7387   ac_check_lib_save_LIBS=$LIBS
7388 LIBS="-ldnet_stub  $LIBS"
7389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7390 /* end confdefs.h.  */
7391
7392 /* Override any GCC internal prototype to avoid an error.
7393    Use char because int might match the return type of a GCC
7394    builtin and then its argument prototype would still apply.  */
7395 #ifdef __cplusplus
7396 extern "C"
7397 #endif
7398 char dnet_ntoa ();
7399 int
7400 main ()
7401 {
7402 return dnet_ntoa ();
7403   ;
7404   return 0;
7405 }
7406 _ACEOF
7407 if ac_fn_c_try_link "$LINENO"; then :
7408   ac_cv_lib_dnet_stub_dnet_ntoa=yes
7409 else
7410   ac_cv_lib_dnet_stub_dnet_ntoa=no
7411 fi
7412 rm -f core conftest.err conftest.$ac_objext \
7413     conftest$ac_exeext conftest.$ac_ext
7414 LIBS=$ac_check_lib_save_LIBS
7415 fi
7416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7417 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7418 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7419   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7420 fi
7421
7422     fi
7423 fi
7424 rm -f core conftest.err conftest.$ac_objext \
7425     conftest$ac_exeext conftest.$ac_ext
7426     LIBS="$ac_xsave_LIBS"
7427
7428     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7429     # to get the SysV transport functions.
7430     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7431     # needs -lnsl.
7432     # The nsl library prevents programs from opening the X display
7433     # on Irix 5.2, according to T.E. Dickey.
7434     # The functions gethostbyname, getservbyname, and inet_addr are
7435     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7436     ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7437 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7438
7439 fi
7440
7441     if test $ac_cv_func_gethostbyname = no; then
7442       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7443 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7444 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7445   $as_echo_n "(cached) " >&6
7446 else
7447   ac_check_lib_save_LIBS=$LIBS
7448 LIBS="-lnsl  $LIBS"
7449 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7450 /* end confdefs.h.  */
7451
7452 /* Override any GCC internal prototype to avoid an error.
7453    Use char because int might match the return type of a GCC
7454    builtin and then its argument prototype would still apply.  */
7455 #ifdef __cplusplus
7456 extern "C"
7457 #endif
7458 char gethostbyname ();
7459 int
7460 main ()
7461 {
7462 return gethostbyname ();
7463   ;
7464   return 0;
7465 }
7466 _ACEOF
7467 if ac_fn_c_try_link "$LINENO"; then :
7468   ac_cv_lib_nsl_gethostbyname=yes
7469 else
7470   ac_cv_lib_nsl_gethostbyname=no
7471 fi
7472 rm -f core conftest.err conftest.$ac_objext \
7473     conftest$ac_exeext conftest.$ac_ext
7474 LIBS=$ac_check_lib_save_LIBS
7475 fi
7476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7477 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7478 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7479   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7480 fi
7481
7482       if test $ac_cv_lib_nsl_gethostbyname = no; then
7483         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7484 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7485 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7486   $as_echo_n "(cached) " >&6
7487 else
7488   ac_check_lib_save_LIBS=$LIBS
7489 LIBS="-lbsd  $LIBS"
7490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7491 /* end confdefs.h.  */
7492
7493 /* Override any GCC internal prototype to avoid an error.
7494    Use char because int might match the return type of a GCC
7495    builtin and then its argument prototype would still apply.  */
7496 #ifdef __cplusplus
7497 extern "C"
7498 #endif
7499 char gethostbyname ();
7500 int
7501 main ()
7502 {
7503 return gethostbyname ();
7504   ;
7505   return 0;
7506 }
7507 _ACEOF
7508 if ac_fn_c_try_link "$LINENO"; then :
7509   ac_cv_lib_bsd_gethostbyname=yes
7510 else
7511   ac_cv_lib_bsd_gethostbyname=no
7512 fi
7513 rm -f core conftest.err conftest.$ac_objext \
7514     conftest$ac_exeext conftest.$ac_ext
7515 LIBS=$ac_check_lib_save_LIBS
7516 fi
7517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7518 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7519 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7520   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7521 fi
7522
7523       fi
7524     fi
7525
7526     # lieder@skyler.mavd.honeywell.com says without -lsocket,
7527     # socket/setsockopt and other routines are undefined under SCO ODT
7528     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
7529     # on later versions), says Simon Leinen: it contains gethostby*
7530     # variants that don't use the name server (or something).  -lsocket
7531     # must be given before -lnsl if both are needed.  We assume that
7532     # if connect needs -lnsl, so does gethostbyname.
7533     ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7534 if test "x$ac_cv_func_connect" = x""yes; then :
7535
7536 fi
7537
7538     if test $ac_cv_func_connect = no; then
7539       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7540 $as_echo_n "checking for connect in -lsocket... " >&6; }
7541 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7542   $as_echo_n "(cached) " >&6
7543 else
7544   ac_check_lib_save_LIBS=$LIBS
7545 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7547 /* end confdefs.h.  */
7548
7549 /* Override any GCC internal prototype to avoid an error.
7550    Use char because int might match the return type of a GCC
7551    builtin and then its argument prototype would still apply.  */
7552 #ifdef __cplusplus
7553 extern "C"
7554 #endif
7555 char connect ();
7556 int
7557 main ()
7558 {
7559 return connect ();
7560   ;
7561   return 0;
7562 }
7563 _ACEOF
7564 if ac_fn_c_try_link "$LINENO"; then :
7565   ac_cv_lib_socket_connect=yes
7566 else
7567   ac_cv_lib_socket_connect=no
7568 fi
7569 rm -f core conftest.err conftest.$ac_objext \
7570     conftest$ac_exeext conftest.$ac_ext
7571 LIBS=$ac_check_lib_save_LIBS
7572 fi
7573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7574 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7575 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7576   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7577 fi
7578
7579     fi
7580
7581     # Guillermo Gomez says -lposix is necessary on A/UX.
7582     ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7583 if test "x$ac_cv_func_remove" = x""yes; then :
7584
7585 fi
7586
7587     if test $ac_cv_func_remove = no; then
7588       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7589 $as_echo_n "checking for remove in -lposix... " >&6; }
7590 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7591   $as_echo_n "(cached) " >&6
7592 else
7593   ac_check_lib_save_LIBS=$LIBS
7594 LIBS="-lposix  $LIBS"
7595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7596 /* end confdefs.h.  */
7597
7598 /* Override any GCC internal prototype to avoid an error.
7599    Use char because int might match the return type of a GCC
7600    builtin and then its argument prototype would still apply.  */
7601 #ifdef __cplusplus
7602 extern "C"
7603 #endif
7604 char remove ();
7605 int
7606 main ()
7607 {
7608 return remove ();
7609   ;
7610   return 0;
7611 }
7612 _ACEOF
7613 if ac_fn_c_try_link "$LINENO"; then :
7614   ac_cv_lib_posix_remove=yes
7615 else
7616   ac_cv_lib_posix_remove=no
7617 fi
7618 rm -f core conftest.err conftest.$ac_objext \
7619     conftest$ac_exeext conftest.$ac_ext
7620 LIBS=$ac_check_lib_save_LIBS
7621 fi
7622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7623 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7624 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7625   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7626 fi
7627
7628     fi
7629
7630     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7631     ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7632 if test "x$ac_cv_func_shmat" = x""yes; then :
7633
7634 fi
7635
7636     if test $ac_cv_func_shmat = no; then
7637       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7638 $as_echo_n "checking for shmat in -lipc... " >&6; }
7639 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7640   $as_echo_n "(cached) " >&6
7641 else
7642   ac_check_lib_save_LIBS=$LIBS
7643 LIBS="-lipc  $LIBS"
7644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7645 /* end confdefs.h.  */
7646
7647 /* Override any GCC internal prototype to avoid an error.
7648    Use char because int might match the return type of a GCC
7649    builtin and then its argument prototype would still apply.  */
7650 #ifdef __cplusplus
7651 extern "C"
7652 #endif
7653 char shmat ();
7654 int
7655 main ()
7656 {
7657 return shmat ();
7658   ;
7659   return 0;
7660 }
7661 _ACEOF
7662 if ac_fn_c_try_link "$LINENO"; then :
7663   ac_cv_lib_ipc_shmat=yes
7664 else
7665   ac_cv_lib_ipc_shmat=no
7666 fi
7667 rm -f core conftest.err conftest.$ac_objext \
7668     conftest$ac_exeext conftest.$ac_ext
7669 LIBS=$ac_check_lib_save_LIBS
7670 fi
7671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7672 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7673 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7674   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7675 fi
7676
7677     fi
7678   fi
7679
7680   # Check for libraries that X11R6 Xt/Xaw programs need.
7681   ac_save_LDFLAGS=$LDFLAGS
7682   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7683   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7684   # check for ICE first), but we must link in the order -lSM -lICE or
7685   # we get undefined symbols.  So assume we have SM if we have ICE.
7686   # These have to be linked with before -lX11, unlike the other
7687   # libraries we check for below, so use a different variable.
7688   # John Interrante, Karl Berry
7689   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7690 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7691 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7692   $as_echo_n "(cached) " >&6
7693 else
7694   ac_check_lib_save_LIBS=$LIBS
7695 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7696 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7697 /* end confdefs.h.  */
7698
7699 /* Override any GCC internal prototype to avoid an error.
7700    Use char because int might match the return type of a GCC
7701    builtin and then its argument prototype would still apply.  */
7702 #ifdef __cplusplus
7703 extern "C"
7704 #endif
7705 char IceConnectionNumber ();
7706 int
7707 main ()
7708 {
7709 return IceConnectionNumber ();
7710   ;
7711   return 0;
7712 }
7713 _ACEOF
7714 if ac_fn_c_try_link "$LINENO"; then :
7715   ac_cv_lib_ICE_IceConnectionNumber=yes
7716 else
7717   ac_cv_lib_ICE_IceConnectionNumber=no
7718 fi
7719 rm -f core conftest.err conftest.$ac_objext \
7720     conftest$ac_exeext conftest.$ac_ext
7721 LIBS=$ac_check_lib_save_LIBS
7722 fi
7723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7724 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7725 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7726   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7727 fi
7728
7729   LDFLAGS=$ac_save_LDFLAGS
7730
7731 fi
7732
7733
7734 if test "$have_x" = "yes"
7735 then
7736     XLIB="-lX11"
7737     ac_save_CPPFLAGS="$CPPFLAGS"
7738     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7739
7740     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7741 $as_echo_n "checking for -lX11... " >&6; }
7742 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7743   $as_echo_n "(cached) " >&6
7744 else
7745   ac_check_soname_save_LIBS=$LIBS
7746 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7747   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7748 /* end confdefs.h.  */
7749
7750 /* Override any GCC internal prototype to avoid an error.
7751    Use char because int might match the return type of a GCC
7752    builtin and then its argument prototype would still apply.  */
7753 #ifdef __cplusplus
7754 extern "C"
7755 #endif
7756 char XCreateWindow ();
7757 int
7758 main ()
7759 {
7760 return XCreateWindow ();
7761   ;
7762   return 0;
7763 }
7764 _ACEOF
7765 if ac_fn_c_try_link "$LINENO"; then :
7766   case "$LIBEXT" in
7767     dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7768     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'` ;;
7769     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
7770   esac
7771 fi
7772 rm -f core conftest.err conftest.$ac_objext \
7773     conftest$ac_exeext conftest.$ac_ext
7774   LIBS=$ac_check_soname_save_LIBS
7775 fi
7776 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7777   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7778 $as_echo "not found" >&6; }
7779
7780 else
7781   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7782 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7783
7784 cat >>confdefs.h <<_ACEOF
7785 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7786 _ACEOF
7787
7788
7789 fi
7790     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7791 $as_echo_n "checking for -lXext... " >&6; }
7792 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7793   $as_echo_n "(cached) " >&6
7794 else
7795   ac_check_soname_save_LIBS=$LIBS
7796 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7797   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7798 /* end confdefs.h.  */
7799
7800 /* Override any GCC internal prototype to avoid an error.
7801    Use char because int might match the return type of a GCC
7802    builtin and then its argument prototype would still apply.  */
7803 #ifdef __cplusplus
7804 extern "C"
7805 #endif
7806 char XextCreateExtension ();
7807 int
7808 main ()
7809 {
7810 return XextCreateExtension ();
7811   ;
7812   return 0;
7813 }
7814 _ACEOF
7815 if ac_fn_c_try_link "$LINENO"; then :
7816   case "$LIBEXT" in
7817     dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7818     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'` ;;
7819     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
7820   esac
7821 fi
7822 rm -f core conftest.err conftest.$ac_objext \
7823     conftest$ac_exeext conftest.$ac_ext
7824   LIBS=$ac_check_soname_save_LIBS
7825 fi
7826 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7827   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7828 $as_echo "not found" >&6; }
7829
7830 else
7831   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7832 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7833
7834 cat >>confdefs.h <<_ACEOF
7835 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7836 _ACEOF
7837
7838        XLIB="-lXext $XLIB"
7839 fi
7840
7841         for ac_header in X11/Xlib.h \
7842                       X11/XKBlib.h \
7843                       X11/Xutil.h \
7844                       X11/Xcursor/Xcursor.h \
7845                       X11/extensions/shape.h \
7846                       X11/extensions/XInput.h \
7847                       X11/extensions/XShm.h \
7848                       X11/extensions/Xcomposite.h \
7849                       X11/extensions/Xinerama.h \
7850                       X11/extensions/Xrandr.h \
7851                       X11/extensions/Xrender.h \
7852                       X11/extensions/xf86vmode.h \
7853                       X11/extensions/xf86vmproto.h
7854 do :
7855   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7856 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7857 # include <X11/Xlib.h>
7858 #endif
7859 #ifdef HAVE_X11_XUTIL_H
7860 # include <X11/Xutil.h>
7861 #endif
7862 "
7863 eval as_val=\$$as_ac_Header
7864    if test "x$as_val" = x""yes; then :
7865   cat >>confdefs.h <<_ACEOF
7866 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7867 _ACEOF
7868
7869 fi
7870
7871 done
7872
7873
7874                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7875         then
7876               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7877 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7878 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7879   $as_echo_n "(cached) " >&6
7880 else
7881   ac_check_lib_save_LIBS=$LIBS
7882 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7883 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7884 /* end confdefs.h.  */
7885
7886 /* Override any GCC internal prototype to avoid an error.
7887    Use char because int might match the return type of a GCC
7888    builtin and then its argument prototype would still apply.  */
7889 #ifdef __cplusplus
7890 extern "C"
7891 #endif
7892 char XkbQueryExtension ();
7893 int
7894 main ()
7895 {
7896 return XkbQueryExtension ();
7897   ;
7898   return 0;
7899 }
7900 _ACEOF
7901 if ac_fn_c_try_link "$LINENO"; then :
7902   ac_cv_lib_X11_XkbQueryExtension=yes
7903 else
7904   ac_cv_lib_X11_XkbQueryExtension=no
7905 fi
7906 rm -f core conftest.err conftest.$ac_objext \
7907     conftest$ac_exeext conftest.$ac_ext
7908 LIBS=$ac_check_lib_save_LIBS
7909 fi
7910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
7911 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
7912 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
7913
7914 $as_echo "#define HAVE_XKB 1" >>confdefs.h
7915
7916 fi
7917
7918         fi
7919
7920                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
7921         then
7922             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
7923 $as_echo_n "checking for -lXcursor... " >&6; }
7924 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
7925   $as_echo_n "(cached) " >&6
7926 else
7927   ac_check_soname_save_LIBS=$LIBS
7928 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7929   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7930 /* end confdefs.h.  */
7931
7932 /* Override any GCC internal prototype to avoid an error.
7933    Use char because int might match the return type of a GCC
7934    builtin and then its argument prototype would still apply.  */
7935 #ifdef __cplusplus
7936 extern "C"
7937 #endif
7938 char XcursorImageLoadCursor ();
7939 int
7940 main ()
7941 {
7942 return XcursorImageLoadCursor ();
7943   ;
7944   return 0;
7945 }
7946 _ACEOF
7947 if ac_fn_c_try_link "$LINENO"; then :
7948   case "$LIBEXT" in
7949     dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7950     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'` ;;
7951     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
7952   esac
7953 fi
7954 rm -f core conftest.err conftest.$ac_objext \
7955     conftest$ac_exeext conftest.$ac_ext
7956   LIBS=$ac_check_soname_save_LIBS
7957 fi
7958 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7959   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7960 $as_echo "not found" >&6; }
7961
7962 else
7963   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
7964 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
7965
7966 cat >>confdefs.h <<_ACEOF
7967 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
7968 _ACEOF
7969
7970
7971 fi
7972         fi
7973         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7974   case "x$with_xcursor" in
7975   x)   as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
7976   xno) ;;
7977   *)   as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
7978 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
7979 esac
7980 fi
7981
7982                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
7983         then
7984             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
7985 $as_echo_n "checking for -lXi... " >&6; }
7986 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
7987   $as_echo_n "(cached) " >&6
7988 else
7989   ac_check_soname_save_LIBS=$LIBS
7990 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7991   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7992 /* end confdefs.h.  */
7993
7994 /* Override any GCC internal prototype to avoid an error.
7995    Use char because int might match the return type of a GCC
7996    builtin and then its argument prototype would still apply.  */
7997 #ifdef __cplusplus
7998 extern "C"
7999 #endif
8000 char XOpenDevice ();
8001 int
8002 main ()
8003 {
8004 return XOpenDevice ();
8005   ;
8006   return 0;
8007 }
8008 _ACEOF
8009 if ac_fn_c_try_link "$LINENO"; then :
8010   case "$LIBEXT" in
8011     dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8012     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'` ;;
8013     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8014   esac
8015 fi
8016 rm -f core conftest.err conftest.$ac_objext \
8017     conftest$ac_exeext conftest.$ac_ext
8018   LIBS=$ac_check_soname_save_LIBS
8019 fi
8020 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8021   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8022 $as_echo "not found" >&6; }
8023
8024 else
8025   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8026 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8027
8028 cat >>confdefs.h <<_ACEOF
8029 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8030 _ACEOF
8031
8032
8033 fi
8034         fi
8035         if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8036   case "x$with_xinput" in
8037   x)   as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8038   xno) ;;
8039   *)   as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8040 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8041 esac
8042 fi
8043
8044                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8045         then
8046               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8047 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8048 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8049   $as_echo_n "(cached) " >&6
8050 else
8051   ac_check_lib_save_LIBS=$LIBS
8052 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8053 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8054 /* end confdefs.h.  */
8055
8056 /* Override any GCC internal prototype to avoid an error.
8057    Use char because int might match the return type of a GCC
8058    builtin and then its argument prototype would still apply.  */
8059 #ifdef __cplusplus
8060 extern "C"
8061 #endif
8062 char XShmQueryExtension ();
8063 int
8064 main ()
8065 {
8066 return XShmQueryExtension ();
8067   ;
8068   return 0;
8069 }
8070 _ACEOF
8071 if ac_fn_c_try_link "$LINENO"; then :
8072   ac_cv_lib_Xext_XShmQueryExtension=yes
8073 else
8074   ac_cv_lib_Xext_XShmQueryExtension=no
8075 fi
8076 rm -f core conftest.err conftest.$ac_objext \
8077     conftest$ac_exeext conftest.$ac_ext
8078 LIBS=$ac_check_lib_save_LIBS
8079 fi
8080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8081 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8082 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8083
8084 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8085
8086 fi
8087
8088         fi
8089         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8090   case "x$with_xshm" in
8091   x)   as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8092   xno) ;;
8093   *)   as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8094 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8095 esac
8096 fi
8097
8098                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8099         then
8100               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8101 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8102 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8103   $as_echo_n "(cached) " >&6
8104 else
8105   ac_check_lib_save_LIBS=$LIBS
8106 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8107 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8108 /* end confdefs.h.  */
8109
8110 /* Override any GCC internal prototype to avoid an error.
8111    Use char because int might match the return type of a GCC
8112    builtin and then its argument prototype would still apply.  */
8113 #ifdef __cplusplus
8114 extern "C"
8115 #endif
8116 char XShapeQueryExtension ();
8117 int
8118 main ()
8119 {
8120 return XShapeQueryExtension ();
8121   ;
8122   return 0;
8123 }
8124 _ACEOF
8125 if ac_fn_c_try_link "$LINENO"; then :
8126   ac_cv_lib_Xext_XShapeQueryExtension=yes
8127 else
8128   ac_cv_lib_Xext_XShapeQueryExtension=no
8129 fi
8130 rm -f core conftest.err conftest.$ac_objext \
8131     conftest$ac_exeext conftest.$ac_ext
8132 LIBS=$ac_check_lib_save_LIBS
8133 fi
8134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8135 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8136 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8137
8138 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8139
8140 fi
8141
8142         fi
8143         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8144   case "x$with_xshape" in
8145   x)   as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8146   xno) ;;
8147   *)   as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8148 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8149 esac
8150 fi
8151
8152                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8153         then
8154             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8155 $as_echo_n "checking for -lXxf86vm... " >&6; }
8156 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8157   $as_echo_n "(cached) " >&6
8158 else
8159   ac_check_soname_save_LIBS=$LIBS
8160 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8161   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8162 /* end confdefs.h.  */
8163
8164 /* Override any GCC internal prototype to avoid an error.
8165    Use char because int might match the return type of a GCC
8166    builtin and then its argument prototype would still apply.  */
8167 #ifdef __cplusplus
8168 extern "C"
8169 #endif
8170 char XF86VidModeQueryExtension ();
8171 int
8172 main ()
8173 {
8174 return XF86VidModeQueryExtension ();
8175   ;
8176   return 0;
8177 }
8178 _ACEOF
8179 if ac_fn_c_try_link "$LINENO"; then :
8180   case "$LIBEXT" in
8181     dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8182     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'` ;;
8183     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8184   esac
8185 fi
8186 rm -f core conftest.err conftest.$ac_objext \
8187     conftest$ac_exeext conftest.$ac_ext
8188   LIBS=$ac_check_soname_save_LIBS
8189 fi
8190 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8191   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8192 $as_echo "not found" >&6; }
8193
8194 else
8195   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8196 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8197
8198 cat >>confdefs.h <<_ACEOF
8199 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8200 _ACEOF
8201
8202
8203 fi
8204         fi
8205         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8206   case "x$with_xxf86vm" in
8207   x)   as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8208   xno) ;;
8209   *)   as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8210 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8211 esac
8212 fi
8213
8214                 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"
8215         then
8216             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8217 $as_echo_n "checking for -lXrender... " >&6; }
8218 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8219   $as_echo_n "(cached) " >&6
8220 else
8221   ac_check_soname_save_LIBS=$LIBS
8222 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8223   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8224 /* end confdefs.h.  */
8225
8226 /* Override any GCC internal prototype to avoid an error.
8227    Use char because int might match the return type of a GCC
8228    builtin and then its argument prototype would still apply.  */
8229 #ifdef __cplusplus
8230 extern "C"
8231 #endif
8232 char XRenderQueryExtension ();
8233 int
8234 main ()
8235 {
8236 return XRenderQueryExtension ();
8237   ;
8238   return 0;
8239 }
8240 _ACEOF
8241 if ac_fn_c_try_link "$LINENO"; then :
8242   case "$LIBEXT" in
8243     dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8244     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'` ;;
8245     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8246   esac
8247 fi
8248 rm -f core conftest.err conftest.$ac_objext \
8249     conftest$ac_exeext conftest.$ac_ext
8250   LIBS=$ac_check_soname_save_LIBS
8251 fi
8252 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8253   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8254 $as_echo "not found" >&6; }
8255
8256 else
8257   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8258 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8259
8260 cat >>confdefs.h <<_ACEOF
8261 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8262 _ACEOF
8263
8264        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8265 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8266 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8267   $as_echo_n "(cached) " >&6
8268 else
8269   ac_check_lib_save_LIBS=$LIBS
8270 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8272 /* end confdefs.h.  */
8273
8274 /* Override any GCC internal prototype to avoid an error.
8275    Use char because int might match the return type of a GCC
8276    builtin and then its argument prototype would still apply.  */
8277 #ifdef __cplusplus
8278 extern "C"
8279 #endif
8280 char XRenderSetPictureTransform ();
8281 int
8282 main ()
8283 {
8284 return XRenderSetPictureTransform ();
8285   ;
8286   return 0;
8287 }
8288 _ACEOF
8289 if ac_fn_c_try_link "$LINENO"; then :
8290   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8291 else
8292   ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8293 fi
8294 rm -f core conftest.err conftest.$ac_objext \
8295     conftest$ac_exeext conftest.$ac_ext
8296 LIBS=$ac_check_lib_save_LIBS
8297 fi
8298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8299 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8300 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8301
8302 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8303
8304 fi
8305
8306 fi
8307
8308         fi
8309         if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8310   case "x$with_xrender" in
8311   x)   as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8312   xno) ;;
8313   *)   as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8314 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8315 esac
8316 fi
8317
8318                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8319         then
8320                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8321 /* end confdefs.h.  */
8322 #include <X11/Xlib.h>
8323 #include <X11/extensions/Xrandr.h>
8324 int
8325 main ()
8326 {
8327 static typeof(XRRSetScreenConfigAndRate) * func;
8328   ;
8329   return 0;
8330 }
8331 _ACEOF
8332 if ac_fn_c_try_compile "$LINENO"; then :
8333   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8334 $as_echo_n "checking for -lXrandr... " >&6; }
8335 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8336   $as_echo_n "(cached) " >&6
8337 else
8338   ac_check_soname_save_LIBS=$LIBS
8339 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8340   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8341 /* end confdefs.h.  */
8342
8343 /* Override any GCC internal prototype to avoid an error.
8344    Use char because int might match the return type of a GCC
8345    builtin and then its argument prototype would still apply.  */
8346 #ifdef __cplusplus
8347 extern "C"
8348 #endif
8349 char XRRQueryExtension ();
8350 int
8351 main ()
8352 {
8353 return XRRQueryExtension ();
8354   ;
8355   return 0;
8356 }
8357 _ACEOF
8358 if ac_fn_c_try_link "$LINENO"; then :
8359   case "$LIBEXT" in
8360     dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8361     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'` ;;
8362     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
8363   esac
8364 fi
8365 rm -f core conftest.err conftest.$ac_objext \
8366     conftest$ac_exeext conftest.$ac_ext
8367   LIBS=$ac_check_soname_save_LIBS
8368 fi
8369 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8370   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8371 $as_echo "not found" >&6; }
8372
8373 else
8374   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8375 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8376
8377 cat >>confdefs.h <<_ACEOF
8378 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8379 _ACEOF
8380
8381
8382 fi
8383 fi
8384 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8385         fi
8386         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8387   case "x$with_xrandr" in
8388   x)   as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8389   xno) ;;
8390   *)   as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8391 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8392 esac
8393 fi
8394
8395                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8396         then
8397                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8398 /* end confdefs.h.  */
8399 #include <X11/Xlib.h>
8400 #include <X11/extensions/Xinerama.h>
8401 int
8402 main ()
8403 {
8404 static typeof(XineramaQueryScreens) * func;
8405   ;
8406   return 0;
8407 }
8408 _ACEOF
8409 if ac_fn_c_try_compile "$LINENO"; then :
8410   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8411 $as_echo_n "checking for -lXinerama... " >&6; }
8412 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8413   $as_echo_n "(cached) " >&6
8414 else
8415   ac_check_soname_save_LIBS=$LIBS
8416 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8417   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8418 /* end confdefs.h.  */
8419
8420 /* Override any GCC internal prototype to avoid an error.
8421    Use char because int might match the return type of a GCC
8422    builtin and then its argument prototype would still apply.  */
8423 #ifdef __cplusplus
8424 extern "C"
8425 #endif
8426 char XineramaQueryScreens ();
8427 int
8428 main ()
8429 {
8430 return XineramaQueryScreens ();
8431   ;
8432   return 0;
8433 }
8434 _ACEOF
8435 if ac_fn_c_try_link "$LINENO"; then :
8436   case "$LIBEXT" in
8437     dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8438     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'` ;;
8439     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
8440   esac
8441 fi
8442 rm -f core conftest.err conftest.$ac_objext \
8443     conftest$ac_exeext conftest.$ac_ext
8444   LIBS=$ac_check_soname_save_LIBS
8445 fi
8446 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8447   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8448 $as_echo "not found" >&6; }
8449
8450 else
8451   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8452 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8453
8454 cat >>confdefs.h <<_ACEOF
8455 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8456 _ACEOF
8457
8458
8459 fi
8460 fi
8461 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8462         fi
8463         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8464   case "x$with_xinerama" in
8465   x)   as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8466   xno) ;;
8467   *)   as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8468 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8469 esac
8470 fi
8471
8472                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8473         then
8474             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8475 $as_echo_n "checking for -lXcomposite... " >&6; }
8476 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8477   $as_echo_n "(cached) " >&6
8478 else
8479   ac_check_soname_save_LIBS=$LIBS
8480 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8481   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8482 /* end confdefs.h.  */
8483
8484 /* Override any GCC internal prototype to avoid an error.
8485    Use char because int might match the return type of a GCC
8486    builtin and then its argument prototype would still apply.  */
8487 #ifdef __cplusplus
8488 extern "C"
8489 #endif
8490 char XCompositeRedirectWindow ();
8491 int
8492 main ()
8493 {
8494 return XCompositeRedirectWindow ();
8495   ;
8496   return 0;
8497 }
8498 _ACEOF
8499 if ac_fn_c_try_link "$LINENO"; then :
8500   case "$LIBEXT" in
8501     dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8502     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'` ;;
8503     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8504   esac
8505 fi
8506 rm -f core conftest.err conftest.$ac_objext \
8507     conftest$ac_exeext conftest.$ac_ext
8508   LIBS=$ac_check_soname_save_LIBS
8509 fi
8510 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8511   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8512 $as_echo "not found" >&6; }
8513
8514 else
8515   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8516 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8517
8518 cat >>confdefs.h <<_ACEOF
8519 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8520 _ACEOF
8521
8522
8523 fi
8524         fi
8525         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8526   case "x$with_xcomposite" in
8527   x)   as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8528   xno) ;;
8529   *)   as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8530 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8531 esac
8532 fi
8533
8534                 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8535 #include <X11/Xlib.h>
8536 #endif
8537 "
8538 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8539
8540 cat >>confdefs.h <<_ACEOF
8541 #define HAVE_XICCALLBACK_CALLBACK 1
8542 _ACEOF
8543
8544
8545 fi
8546
8547
8548
8549         opengl_msg=""
8550     if test "x$with_opengl" != "xno"
8551     then
8552         for ac_header in GL/gl.h GL/glx.h GL/glu.h
8553 do :
8554   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8555 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8556 # include <GL/glx.h>
8557 #endif
8558 "
8559 eval as_val=\$$as_ac_Header
8560    if test "x$as_val" = x""yes; then :
8561   cat >>confdefs.h <<_ACEOF
8562 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8563 _ACEOF
8564
8565 fi
8566
8567 done
8568
8569         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8570         then
8571                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8572 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8573 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8574   $as_echo_n "(cached) " >&6
8575 else
8576   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8577 /* end confdefs.h.  */
8578 #include <GL/gl.h>
8579 int
8580 main ()
8581 {
8582 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8583   ;
8584   return 0;
8585 }
8586 _ACEOF
8587 if ac_fn_c_try_compile "$LINENO"; then :
8588   wine_cv_opengl_header_version_OK="yes"
8589 else
8590   wine_cv_opengl_header_version_OK="no"
8591 fi
8592 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8593 fi
8594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8595 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8596
8597             if test "$wine_cv_opengl_header_version_OK" = "yes"
8598             then
8599                                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8600 $as_echo_n "checking for -lGL... " >&6; }
8601 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8602   $as_echo_n "(cached) " >&6
8603 else
8604   ac_check_soname_save_LIBS=$LIBS
8605 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8606   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8607 /* end confdefs.h.  */
8608
8609 /* Override any GCC internal prototype to avoid an error.
8610    Use char because int might match the return type of a GCC
8611    builtin and then its argument prototype would still apply.  */
8612 #ifdef __cplusplus
8613 extern "C"
8614 #endif
8615 char glXCreateContext ();
8616 int
8617 main ()
8618 {
8619 return glXCreateContext ();
8620   ;
8621   return 0;
8622 }
8623 _ACEOF
8624 if ac_fn_c_try_link "$LINENO"; then :
8625   case "$LIBEXT" in
8626     dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8627     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'` ;;
8628     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8629   esac
8630 fi
8631 rm -f core conftest.err conftest.$ac_objext \
8632     conftest$ac_exeext conftest.$ac_ext
8633   LIBS=$ac_check_soname_save_LIBS
8634 fi
8635 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8636   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8637 $as_echo "not found" >&6; }
8638        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8639 $as_echo_n "checking for -lGL... " >&6; }
8640 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8641   $as_echo_n "(cached) " >&6
8642 else
8643   ac_check_soname_save_LIBS=$LIBS
8644 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"
8645   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8646 /* end confdefs.h.  */
8647
8648 /* Override any GCC internal prototype to avoid an error.
8649    Use char because int might match the return type of a GCC
8650    builtin and then its argument prototype would still apply.  */
8651 #ifdef __cplusplus
8652 extern "C"
8653 #endif
8654 char glXCreateContext ();
8655 int
8656 main ()
8657 {
8658 return glXCreateContext ();
8659   ;
8660   return 0;
8661 }
8662 _ACEOF
8663 if ac_fn_c_try_link "$LINENO"; then :
8664   case "$LIBEXT" in
8665     dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8666     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'` ;;
8667     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8668   esac
8669 fi
8670 rm -f core conftest.err conftest.$ac_objext \
8671     conftest$ac_exeext conftest.$ac_ext
8672   LIBS=$ac_check_soname_save_LIBS
8673 fi
8674 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8675   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8676 $as_echo "not found" >&6; }
8677        if test -f /usr/X11R6/lib/libGL.a
8678                                     then
8679                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8680 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8681                                     else
8682                                         opengl_msg="No OpenGL library found on this system."
8683                                     fi
8684 else
8685   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8686 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8687
8688 cat >>confdefs.h <<_ACEOF
8689 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8690 _ACEOF
8691
8692        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"
8693
8694 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8695
8696 fi
8697 else
8698   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8699 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8700
8701 cat >>confdefs.h <<_ACEOF
8702 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8703 _ACEOF
8704
8705        OPENGL_LIBS="-lGL"
8706
8707 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8708
8709 fi
8710                  if test "$ac_cv_header_GL_glu_h" = "yes"
8711                  then
8712                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8713 $as_echo_n "checking for -lGLU... " >&6; }
8714 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8715   $as_echo_n "(cached) " >&6
8716 else
8717   ac_check_soname_save_LIBS=$LIBS
8718 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8719   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8720 /* end confdefs.h.  */
8721
8722 /* Override any GCC internal prototype to avoid an error.
8723    Use char because int might match the return type of a GCC
8724    builtin and then its argument prototype would still apply.  */
8725 #ifdef __cplusplus
8726 extern "C"
8727 #endif
8728 char gluLookAt ();
8729 int
8730 main ()
8731 {
8732 return gluLookAt ();
8733   ;
8734   return 0;
8735 }
8736 _ACEOF
8737 if ac_fn_c_try_link "$LINENO"; then :
8738   case "$LIBEXT" in
8739     dll) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8740     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'` ;;
8741     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
8742   esac
8743 fi
8744 rm -f core conftest.err conftest.$ac_objext \
8745     conftest$ac_exeext conftest.$ac_ext
8746   LIBS=$ac_check_soname_save_LIBS
8747 fi
8748 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8749   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8750 $as_echo "not found" >&6; }
8751
8752 else
8753   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8754 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8755
8756 cat >>confdefs.h <<_ACEOF
8757 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8758 _ACEOF
8759
8760
8761 fi
8762                  fi
8763                  if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8764   case "x$with_glu" in
8765   x)   as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8766   xno) ;;
8767   *)   as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8768 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8769 esac
8770 fi
8771              else
8772                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8773              fi
8774          else
8775              opengl_msg="OpenGL development headers not found."
8776          fi
8777          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8778          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8779     else
8780          enable_opengl32=${enable_opengl32:-no}
8781          enable_glu32=${enable_glu32:-no}
8782     fi
8783     if test -n "$opengl_msg"; then :
8784   case "x$with_opengl" in
8785   x)   as_fn_append wine_warnings "|$opengl_msg
8786 OpenGL and Direct3D won't be supported." ;;
8787   xno) ;;
8788   *)   as_fn_error "$opengl_msg
8789 OpenGL and Direct3D won't be supported.
8790 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8791 esac
8792 fi
8793
8794         NASLIBS=""
8795
8796     for ac_header in audio/audiolib.h
8797 do :
8798   ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8799 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8800   cat >>confdefs.h <<_ACEOF
8801 #define HAVE_AUDIO_AUDIOLIB_H 1
8802 _ACEOF
8803  for ac_header in audio/soundlib.h
8804 do :
8805   ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8806 "
8807 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8808   cat >>confdefs.h <<_ACEOF
8809 #define HAVE_AUDIO_SOUNDLIB_H 1
8810 _ACEOF
8811
8812 fi
8813
8814 done
8815
8816           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8817 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8818 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8819   $as_echo_n "(cached) " >&6
8820 else
8821   ac_check_lib_save_LIBS=$LIBS
8822 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8824 /* end confdefs.h.  */
8825
8826 /* Override any GCC internal prototype to avoid an error.
8827    Use char because int might match the return type of a GCC
8828    builtin and then its argument prototype would still apply.  */
8829 #ifdef __cplusplus
8830 extern "C"
8831 #endif
8832 char AuCreateFlow ();
8833 int
8834 main ()
8835 {
8836 return AuCreateFlow ();
8837   ;
8838   return 0;
8839 }
8840 _ACEOF
8841 if ac_fn_c_try_link "$LINENO"; then :
8842   ac_cv_lib_audio_AuCreateFlow=yes
8843 else
8844   ac_cv_lib_audio_AuCreateFlow=no
8845 fi
8846 rm -f core conftest.err conftest.$ac_objext \
8847     conftest$ac_exeext conftest.$ac_ext
8848 LIBS=$ac_check_lib_save_LIBS
8849 fi
8850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8851 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8852 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8853
8854 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8855
8856                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8857 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8858 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8859   $as_echo_n "(cached) " >&6
8860 else
8861   ac_check_lib_save_LIBS=$LIBS
8862 LIBS="-lXau $X_LIBS $LIBS"
8863 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8864 /* end confdefs.h.  */
8865
8866 /* Override any GCC internal prototype to avoid an error.
8867    Use char because int might match the return type of a GCC
8868    builtin and then its argument prototype would still apply.  */
8869 #ifdef __cplusplus
8870 extern "C"
8871 #endif
8872 char XauGetBestAuthByAddr ();
8873 int
8874 main ()
8875 {
8876 return XauGetBestAuthByAddr ();
8877   ;
8878   return 0;
8879 }
8880 _ACEOF
8881 if ac_fn_c_try_link "$LINENO"; then :
8882   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8883 else
8884   ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8885 fi
8886 rm -f core conftest.err conftest.$ac_objext \
8887     conftest$ac_exeext conftest.$ac_ext
8888 LIBS=$ac_check_lib_save_LIBS
8889 fi
8890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8891 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8892 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
8893   NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8894 else
8895   NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8896 fi
8897
8898
8899 fi
8900
8901 fi
8902
8903 done
8904
8905
8906     CPPFLAGS="$ac_save_CPPFLAGS"
8907 else
8908     XLIB=""
8909     X_CFLAGS=""
8910     X_LIBS=""
8911     enable_winex11_drv=${enable_winex11_drv:-no}
8912     enable_opengl32=${enable_opengl32:-no}
8913     enable_glu32=${enable_glu32:-no}
8914 fi
8915 if test "x$XLIB" = "x"; then :
8916   case "x$with_x" in
8917   xno) ;;
8918   *)   as_fn_error "X ${notice_platform}development files not found. Wine will be built
8919 without X support, which probably isn't what you want. You will need to install
8920 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
8921 Use the --without-x option if you really want this." "$LINENO" 5 ;;
8922 esac
8923 fi
8924
8925
8926 XML2LIBS=""
8927
8928 XML2INCL=""
8929
8930 XSLTINCL=""
8931
8932 if test "x$with_xml" != "xno"
8933 then
8934     ac_save_CPPFLAGS="$CPPFLAGS"
8935     if test "$PKG_CONFIG" != "false"
8936     then
8937         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
8938         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
8939     else
8940         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
8941         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
8942     fi
8943     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
8944     for ac_header in libxml/parser.h
8945 do :
8946   ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
8947 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
8948   cat >>confdefs.h <<_ACEOF
8949 #define HAVE_LIBXML_PARSER_H 1
8950 _ACEOF
8951  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
8952 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
8953 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
8954   $as_echo_n "(cached) " >&6
8955 else
8956   ac_check_lib_save_LIBS=$LIBS
8957 LIBS="-lxml2 $ac_xml_libs $LIBS"
8958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8959 /* end confdefs.h.  */
8960
8961 /* Override any GCC internal prototype to avoid an error.
8962    Use char because int might match the return type of a GCC
8963    builtin and then its argument prototype would still apply.  */
8964 #ifdef __cplusplus
8965 extern "C"
8966 #endif
8967 char xmlParseMemory ();
8968 int
8969 main ()
8970 {
8971 return xmlParseMemory ();
8972   ;
8973   return 0;
8974 }
8975 _ACEOF
8976 if ac_fn_c_try_link "$LINENO"; then :
8977   ac_cv_lib_xml2_xmlParseMemory=yes
8978 else
8979   ac_cv_lib_xml2_xmlParseMemory=no
8980 fi
8981 rm -f core conftest.err conftest.$ac_objext \
8982     conftest$ac_exeext conftest.$ac_ext
8983 LIBS=$ac_check_lib_save_LIBS
8984 fi
8985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
8986 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
8987 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
8988
8989 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
8990
8991                  XML2LIBS="$ac_xml_libs"
8992                  XML2INCL="$ac_xml_cflags"
8993 fi
8994
8995              { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
8996 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
8997 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
8998   $as_echo_n "(cached) " >&6
8999 else
9000   ac_check_lib_save_LIBS=$LIBS
9001 LIBS="-lxml2 $ac_xml_libs $LIBS"
9002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9003 /* end confdefs.h.  */
9004
9005 /* Override any GCC internal prototype to avoid an error.
9006    Use char because int might match the return type of a GCC
9007    builtin and then its argument prototype would still apply.  */
9008 #ifdef __cplusplus
9009 extern "C"
9010 #endif
9011 char xmlReadMemory ();
9012 int
9013 main ()
9014 {
9015 return xmlReadMemory ();
9016   ;
9017   return 0;
9018 }
9019 _ACEOF
9020 if ac_fn_c_try_link "$LINENO"; then :
9021   ac_cv_lib_xml2_xmlReadMemory=yes
9022 else
9023   ac_cv_lib_xml2_xmlReadMemory=no
9024 fi
9025 rm -f core conftest.err conftest.$ac_objext \
9026     conftest$ac_exeext conftest.$ac_ext
9027 LIBS=$ac_check_lib_save_LIBS
9028 fi
9029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9030 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9031 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
9032
9033 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9034
9035 fi
9036
9037              { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9038 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9039 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9040   $as_echo_n "(cached) " >&6
9041 else
9042   ac_check_lib_save_LIBS=$LIBS
9043 LIBS="-lxml2 $ac_xml_libs $LIBS"
9044 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9045 /* end confdefs.h.  */
9046
9047 /* Override any GCC internal prototype to avoid an error.
9048    Use char because int might match the return type of a GCC
9049    builtin and then its argument prototype would still apply.  */
9050 #ifdef __cplusplus
9051 extern "C"
9052 #endif
9053 char xmlNewDocPI ();
9054 int
9055 main ()
9056 {
9057 return xmlNewDocPI ();
9058   ;
9059   return 0;
9060 }
9061 _ACEOF
9062 if ac_fn_c_try_link "$LINENO"; then :
9063   ac_cv_lib_xml2_xmlNewDocPI=yes
9064 else
9065   ac_cv_lib_xml2_xmlNewDocPI=no
9066 fi
9067 rm -f core conftest.err conftest.$ac_objext \
9068     conftest$ac_exeext conftest.$ac_ext
9069 LIBS=$ac_check_lib_save_LIBS
9070 fi
9071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9072 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9073 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9074
9075 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9076
9077 fi
9078
9079
9080 fi
9081
9082 done
9083
9084     CPPFLAGS="$ac_save_CPPFLAGS"
9085 fi
9086 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9087   case "x$with_xml" in
9088   x)   as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9089   xno) ;;
9090   *)   as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9091 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9092 esac
9093 fi
9094
9095 if test "x$with_xslt" != "xno"
9096 then
9097     if test "$PKG_CONFIG" != "false"
9098     then
9099         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9100         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9101     else
9102         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9103         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9104     fi
9105     ac_save_CPPFLAGS="$CPPFLAGS"
9106     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9107     for ac_header in libxslt/pattern.h libxslt/transform.h
9108 do :
9109   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9110 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9111 # include <libxslt/pattern.h>
9112 #endif
9113 "
9114 eval as_val=\$$as_ac_Header
9115    if test "x$as_val" = x""yes; then :
9116   cat >>confdefs.h <<_ACEOF
9117 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9118 _ACEOF
9119
9120 fi
9121
9122 done
9123
9124     CPPFLAGS="$ac_save_CPPFLAGS"
9125     if test "$ac_cv_header_libxslt_transform_h" = "yes"
9126     then
9127         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9128 $as_echo_n "checking for -lxslt... " >&6; }
9129 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9130   $as_echo_n "(cached) " >&6
9131 else
9132   ac_check_soname_save_LIBS=$LIBS
9133 LIBS="-lxslt $ac_xslt_libs $LIBS"
9134   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9135 /* end confdefs.h.  */
9136
9137 /* Override any GCC internal prototype to avoid an error.
9138    Use char because int might match the return type of a GCC
9139    builtin and then its argument prototype would still apply.  */
9140 #ifdef __cplusplus
9141 extern "C"
9142 #endif
9143 char xsltCompilePattern ();
9144 int
9145 main ()
9146 {
9147 return xsltCompilePattern ();
9148   ;
9149   return 0;
9150 }
9151 _ACEOF
9152 if ac_fn_c_try_link "$LINENO"; then :
9153   case "$LIBEXT" in
9154     dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9155     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'` ;;
9156     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9157   esac
9158 fi
9159 rm -f core conftest.err conftest.$ac_objext \
9160     conftest$ac_exeext conftest.$ac_ext
9161   LIBS=$ac_check_soname_save_LIBS
9162 fi
9163 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9164   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9165 $as_echo "not found" >&6; }
9166
9167 else
9168   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9169 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9170
9171 cat >>confdefs.h <<_ACEOF
9172 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9173 _ACEOF
9174
9175        XSLTINCL="$ac_xslt_cflags"
9176 fi
9177     fi
9178 fi
9179 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9180   case "x$with_xslt" in
9181   x)   as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9182   xno) ;;
9183   *)   as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9184 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9185 esac
9186 fi
9187
9188 HALINCL=""
9189
9190 if test "x$with_hal" != "xno"
9191 then
9192     ac_save_CPPFLAGS="$CPPFLAGS"
9193     if test "$PKG_CONFIG" != "false"
9194     then
9195         ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9196         ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9197         CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9198     fi
9199     for ac_header in dbus/dbus.h hal/libhal.h
9200 do :
9201   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9202 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9203 eval as_val=\$$as_ac_Header
9204    if test "x$as_val" = x""yes; then :
9205   cat >>confdefs.h <<_ACEOF
9206 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9207 _ACEOF
9208
9209 fi
9210
9211 done
9212
9213     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9214     then
9215         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9216 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9217 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9218   $as_echo_n "(cached) " >&6
9219 else
9220   ac_check_lib_save_LIBS=$LIBS
9221 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9222 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9223 /* end confdefs.h.  */
9224
9225 /* Override any GCC internal prototype to avoid an error.
9226    Use char because int might match the return type of a GCC
9227    builtin and then its argument prototype would still apply.  */
9228 #ifdef __cplusplus
9229 extern "C"
9230 #endif
9231 char dbus_connection_close ();
9232 int
9233 main ()
9234 {
9235 return dbus_connection_close ();
9236   ;
9237   return 0;
9238 }
9239 _ACEOF
9240 if ac_fn_c_try_link "$LINENO"; then :
9241   ac_cv_lib_dbus_1_dbus_connection_close=yes
9242 else
9243   ac_cv_lib_dbus_1_dbus_connection_close=no
9244 fi
9245 rm -f core conftest.err conftest.$ac_objext \
9246     conftest$ac_exeext conftest.$ac_ext
9247 LIBS=$ac_check_lib_save_LIBS
9248 fi
9249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9250 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9251 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9252   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9253 $as_echo_n "checking for -lhal... " >&6; }
9254 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9255   $as_echo_n "(cached) " >&6
9256 else
9257   ac_check_soname_save_LIBS=$LIBS
9258 LIBS="-lhal $ac_hal_libs $LIBS"
9259   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9260 /* end confdefs.h.  */
9261
9262 /* Override any GCC internal prototype to avoid an error.
9263    Use char because int might match the return type of a GCC
9264    builtin and then its argument prototype would still apply.  */
9265 #ifdef __cplusplus
9266 extern "C"
9267 #endif
9268 char libhal_ctx_new ();
9269 int
9270 main ()
9271 {
9272 return libhal_ctx_new ();
9273   ;
9274   return 0;
9275 }
9276 _ACEOF
9277 if ac_fn_c_try_link "$LINENO"; then :
9278   case "$LIBEXT" in
9279     dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9280     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'` ;;
9281     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
9282   esac
9283 fi
9284 rm -f core conftest.err conftest.$ac_objext \
9285     conftest$ac_exeext conftest.$ac_ext
9286   LIBS=$ac_check_soname_save_LIBS
9287 fi
9288 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9289   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9290 $as_echo "not found" >&6; }
9291
9292 else
9293   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9294 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9295
9296 cat >>confdefs.h <<_ACEOF
9297 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9298 _ACEOF
9299
9300        HALINCL="$ac_hal_cflags"
9301 fi
9302 fi
9303
9304     fi
9305     CPPFLAGS="$ac_save_CPPFLAGS"
9306 fi
9307 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9308   case "x$with_hal" in
9309   x)   as_fn_append wine_notices "|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9310   xno) ;;
9311   *)   as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9312 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9313 esac
9314 fi
9315
9316 if test "x$with_gnutls" != "xno"
9317 then
9318     ac_save_CPPFLAGS="$CPPFLAGS"
9319     if test "$PKG_CONFIG" != "false"
9320     then
9321         ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9322         ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9323         CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9324     fi
9325     ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9326 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9327   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9328 /* end confdefs.h.  */
9329 #include <gnutls/gnutls.h>
9330 int
9331 main ()
9332 {
9333 typeof(gnutls_mac_get_key_size) *pfunc;
9334   ;
9335   return 0;
9336 }
9337 _ACEOF
9338 if ac_fn_c_try_compile "$LINENO"; then :
9339   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9340 $as_echo_n "checking for -lgnutls... " >&6; }
9341 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9342   $as_echo_n "(cached) " >&6
9343 else
9344   ac_check_soname_save_LIBS=$LIBS
9345 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9346   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9347 /* end confdefs.h.  */
9348
9349 /* Override any GCC internal prototype to avoid an error.
9350    Use char because int might match the return type of a GCC
9351    builtin and then its argument prototype would still apply.  */
9352 #ifdef __cplusplus
9353 extern "C"
9354 #endif
9355 char gnutls_global_init ();
9356 int
9357 main ()
9358 {
9359 return gnutls_global_init ();
9360   ;
9361   return 0;
9362 }
9363 _ACEOF
9364 if ac_fn_c_try_link "$LINENO"; then :
9365   case "$LIBEXT" in
9366     dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9367     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'` ;;
9368     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9369   esac
9370 fi
9371 rm -f core conftest.err conftest.$ac_objext \
9372     conftest$ac_exeext conftest.$ac_ext
9373   LIBS=$ac_check_soname_save_LIBS
9374 fi
9375 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9376   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9377 $as_echo "not found" >&6; }
9378
9379 else
9380   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9381 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9382
9383 cat >>confdefs.h <<_ACEOF
9384 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9385 _ACEOF
9386
9387        GNUTLSINCL="$ac_gnutls_cflags"
9388
9389 fi
9390 fi
9391 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9392 fi
9393
9394
9395     CPPFLAGS="$ac_save_CPPFLAGS"
9396 fi
9397 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9398   case "x$with_gnutls" in
9399   x)   as_fn_append wine_notices "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9400   xno) ;;
9401   *)   as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9402 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9403 esac
9404 fi
9405
9406 CURSESLIBS=""
9407 if test "$ac_cv_header_ncurses_h" = "yes"
9408 then
9409     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9410 $as_echo_n "checking for -lncurses... " >&6; }
9411 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9412   $as_echo_n "(cached) " >&6
9413 else
9414   ac_check_soname_save_LIBS=$LIBS
9415 LIBS="-lncurses  $LIBS"
9416   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9417 /* end confdefs.h.  */
9418
9419 /* Override any GCC internal prototype to avoid an error.
9420    Use char because int might match the return type of a GCC
9421    builtin and then its argument prototype would still apply.  */
9422 #ifdef __cplusplus
9423 extern "C"
9424 #endif
9425 char waddch ();
9426 int
9427 main ()
9428 {
9429 return waddch ();
9430   ;
9431   return 0;
9432 }
9433 _ACEOF
9434 if ac_fn_c_try_link "$LINENO"; then :
9435   case "$LIBEXT" in
9436     dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9437     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'` ;;
9438     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
9439   esac
9440 fi
9441 rm -f core conftest.err conftest.$ac_objext \
9442     conftest$ac_exeext conftest.$ac_ext
9443   LIBS=$ac_check_soname_save_LIBS
9444 fi
9445 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9446   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9447 $as_echo "not found" >&6; }
9448
9449 else
9450   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9451 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9452
9453 cat >>confdefs.h <<_ACEOF
9454 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9455 _ACEOF
9456
9457        CURSESLIBS="-lncurses"
9458 fi
9459 elif test "$ac_cv_header_curses_h" = "yes"
9460 then
9461     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9462 $as_echo_n "checking for -lcurses... " >&6; }
9463 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9464   $as_echo_n "(cached) " >&6
9465 else
9466   ac_check_soname_save_LIBS=$LIBS
9467 LIBS="-lcurses  $LIBS"
9468   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9469 /* end confdefs.h.  */
9470
9471 /* Override any GCC internal prototype to avoid an error.
9472    Use char because int might match the return type of a GCC
9473    builtin and then its argument prototype would still apply.  */
9474 #ifdef __cplusplus
9475 extern "C"
9476 #endif
9477 char waddch ();
9478 int
9479 main ()
9480 {
9481 return waddch ();
9482   ;
9483   return 0;
9484 }
9485 _ACEOF
9486 if ac_fn_c_try_link "$LINENO"; then :
9487   case "$LIBEXT" in
9488     dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9489     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'` ;;
9490     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9491   esac
9492 fi
9493 rm -f core conftest.err conftest.$ac_objext \
9494     conftest$ac_exeext conftest.$ac_ext
9495   LIBS=$ac_check_soname_save_LIBS
9496 fi
9497 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9498   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9499 $as_echo "not found" >&6; }
9500
9501 else
9502   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9503 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9504
9505 cat >>confdefs.h <<_ACEOF
9506 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9507 _ACEOF
9508
9509        CURSESLIBS="-lcurses"
9510 fi
9511 fi
9512 ac_save_LIBS="$LIBS"
9513 LIBS="$LIBS $CURSESLIBS"
9514 for ac_func in mousemask
9515 do :
9516   ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9517 if test "x$ac_cv_func_mousemask" = x""yes; then :
9518   cat >>confdefs.h <<_ACEOF
9519 #define HAVE_MOUSEMASK 1
9520 _ACEOF
9521
9522 fi
9523 done
9524
9525 LIBS="$ac_save_LIBS"
9526 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9527   case "x$with_curses" in
9528   x)   as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9529   xno) ;;
9530   *)   as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9531 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9532 esac
9533 fi
9534
9535 if test "x$with_sane" != "xno"
9536 then
9537     ac_save_CPPFLAGS="$CPPFLAGS"
9538     # Extract the first word of "sane-config", so it can be a program name with args.
9539 set dummy sane-config; ac_word=$2
9540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9541 $as_echo_n "checking for $ac_word... " >&6; }
9542 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9543   $as_echo_n "(cached) " >&6
9544 else
9545   if test -n "$sane_devel"; then
9546   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9547 else
9548 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9549 for as_dir in $PATH
9550 do
9551   IFS=$as_save_IFS
9552   test -z "$as_dir" && as_dir=.
9553     for ac_exec_ext in '' $ac_executable_extensions; do
9554   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9555     ac_cv_prog_sane_devel="sane-config"
9556     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9557     break 2
9558   fi
9559 done
9560   done
9561 IFS=$as_save_IFS
9562
9563   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9564 fi
9565 fi
9566 sane_devel=$ac_cv_prog_sane_devel
9567 if test -n "$sane_devel"; then
9568   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9569 $as_echo "$sane_devel" >&6; }
9570 else
9571   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9572 $as_echo "no" >&6; }
9573 fi
9574
9575
9576     if test "$sane_devel" != "no"
9577     then
9578         ac_sane_incl="`$sane_devel --cflags`"
9579         ac_sane_libs="`$sane_devel --ldflags`"
9580         CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9581     fi
9582     ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9583 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9584   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9585 $as_echo_n "checking for -lsane... " >&6; }
9586 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9587   $as_echo_n "(cached) " >&6
9588 else
9589   ac_check_soname_save_LIBS=$LIBS
9590 LIBS="-lsane $ac_sane_libs $LIBS"
9591   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9592 /* end confdefs.h.  */
9593
9594 /* Override any GCC internal prototype to avoid an error.
9595    Use char because int might match the return type of a GCC
9596    builtin and then its argument prototype would still apply.  */
9597 #ifdef __cplusplus
9598 extern "C"
9599 #endif
9600 char sane_init ();
9601 int
9602 main ()
9603 {
9604 return sane_init ();
9605   ;
9606   return 0;
9607 }
9608 _ACEOF
9609 if ac_fn_c_try_link "$LINENO"; then :
9610   case "$LIBEXT" in
9611     dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9612     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'` ;;
9613     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9614   esac
9615 fi
9616 rm -f core conftest.err conftest.$ac_objext \
9617     conftest$ac_exeext conftest.$ac_ext
9618   LIBS=$ac_check_soname_save_LIBS
9619 fi
9620 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9621   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9622 $as_echo "not found" >&6; }
9623
9624 else
9625   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9626 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9627
9628 cat >>confdefs.h <<_ACEOF
9629 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9630 _ACEOF
9631
9632        SANEINCL="$ac_sane_incl"
9633
9634 fi
9635 fi
9636
9637
9638     CPPFLAGS="$ac_save_CPPFLAGS"
9639 fi
9640 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9641   case "x$with_sane" in
9642   x)   as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9643   xno) ;;
9644   *)   as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9645 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9646 esac
9647 fi
9648
9649 if test "x$with_v4l" != "xno"
9650 then
9651     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
9652 $as_echo_n "checking for -lv4l1... " >&6; }
9653 if test "${ac_cv_lib_soname_v4l1+set}" = set; then :
9654   $as_echo_n "(cached) " >&6
9655 else
9656   ac_check_soname_save_LIBS=$LIBS
9657 LIBS="-lv4l1  $LIBS"
9658   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9659 /* end confdefs.h.  */
9660
9661 /* Override any GCC internal prototype to avoid an error.
9662    Use char because int might match the return type of a GCC
9663    builtin and then its argument prototype would still apply.  */
9664 #ifdef __cplusplus
9665 extern "C"
9666 #endif
9667 char v4l1_open ();
9668 int
9669 main ()
9670 {
9671 return v4l1_open ();
9672   ;
9673   return 0;
9674 }
9675 _ACEOF
9676 if ac_fn_c_try_link "$LINENO"; then :
9677   case "$LIBEXT" in
9678     dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9679     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'` ;;
9680     *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9681   esac
9682 fi
9683 rm -f core conftest.err conftest.$ac_objext \
9684     conftest$ac_exeext conftest.$ac_ext
9685   LIBS=$ac_check_soname_save_LIBS
9686 fi
9687 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9688   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9689 $as_echo "not found" >&6; }
9690
9691 else
9692   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
9693 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
9694
9695 cat >>confdefs.h <<_ACEOF
9696 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
9697 _ACEOF
9698
9699
9700 fi
9701 fi
9702 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9703   case "x$with_v4l" in
9704   x)   as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
9705   xno) ;;
9706   *)   as_fn_error "libv4l ${notice_platform}development files not found.
9707 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
9708 esac
9709 fi
9710
9711 if test "x$with_gphoto" != "xno"
9712 then
9713     ac_save_CPPFLAGS="$CPPFLAGS"
9714     # Extract the first word of "gphoto2-config", so it can be a program name with args.
9715 set dummy gphoto2-config; ac_word=$2
9716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9717 $as_echo_n "checking for $ac_word... " >&6; }
9718 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9719   $as_echo_n "(cached) " >&6
9720 else
9721   if test -n "$gphoto2_devel"; then
9722   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9723 else
9724 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9725 for as_dir in $PATH
9726 do
9727   IFS=$as_save_IFS
9728   test -z "$as_dir" && as_dir=.
9729     for ac_exec_ext in '' $ac_executable_extensions; do
9730   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9731     ac_cv_prog_gphoto2_devel="gphoto2-config"
9732     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9733     break 2
9734   fi
9735 done
9736   done
9737 IFS=$as_save_IFS
9738
9739   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9740 fi
9741 fi
9742 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9743 if test -n "$gphoto2_devel"; then
9744   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9745 $as_echo "$gphoto2_devel" >&6; }
9746 else
9747   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9748 $as_echo "no" >&6; }
9749 fi
9750
9751
9752     # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9753 set dummy gphoto2-port-config; ac_word=$2
9754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9755 $as_echo_n "checking for $ac_word... " >&6; }
9756 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9757   $as_echo_n "(cached) " >&6
9758 else
9759   if test -n "$gphoto2port_devel"; then
9760   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9761 else
9762 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9763 for as_dir in $PATH
9764 do
9765   IFS=$as_save_IFS
9766   test -z "$as_dir" && as_dir=.
9767     for ac_exec_ext in '' $ac_executable_extensions; do
9768   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9769     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9770     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9771     break 2
9772   fi
9773 done
9774   done
9775 IFS=$as_save_IFS
9776
9777   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9778 fi
9779 fi
9780 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9781 if test -n "$gphoto2port_devel"; then
9782   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9783 $as_echo "$gphoto2port_devel" >&6; }
9784 else
9785   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9786 $as_echo "no" >&6; }
9787 fi
9788
9789
9790     if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9791     then
9792         ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9793         ac_gphoto2_libs=""
9794         for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9795         do
9796             case "$i" in
9797             -L/usr/lib|-L/usr/lib64) ;;
9798             -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9799             esac
9800         done
9801         CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9802     fi
9803     ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9804     ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9805 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9806   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9807 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9808 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9809   $as_echo_n "(cached) " >&6
9810 else
9811   ac_check_lib_save_LIBS=$LIBS
9812 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9813 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9814 /* end confdefs.h.  */
9815
9816 /* Override any GCC internal prototype to avoid an error.
9817    Use char because int might match the return type of a GCC
9818    builtin and then its argument prototype would still apply.  */
9819 #ifdef __cplusplus
9820 extern "C"
9821 #endif
9822 char gp_camera_new ();
9823 int
9824 main ()
9825 {
9826 return gp_camera_new ();
9827   ;
9828   return 0;
9829 }
9830 _ACEOF
9831 if ac_fn_c_try_link "$LINENO"; then :
9832   ac_cv_lib_gphoto2_gp_camera_new=yes
9833 else
9834   ac_cv_lib_gphoto2_gp_camera_new=no
9835 fi
9836 rm -f core conftest.err conftest.$ac_objext \
9837     conftest$ac_exeext conftest.$ac_ext
9838 LIBS=$ac_check_lib_save_LIBS
9839 fi
9840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9841 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9842 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9843
9844 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9845
9846                                    GPHOTO2LIBS="$ac_gphoto2_libs"
9847
9848                                    GPHOTO2INCL="$ac_gphoto2_incl"
9849
9850 fi
9851
9852 fi
9853
9854
9855     CPPFLAGS="$ac_save_CPPFLAGS"
9856 fi
9857 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9858   case "x$with_gphoto" in
9859   x)   as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9860   xno) ;;
9861   *)   as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9862 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9863 esac
9864 fi
9865
9866
9867 RESOLVLIBS=""
9868
9869 if test "$ac_cv_header_resolv_h" = "yes"
9870 then
9871     ac_save_LIBS="$LIBS"
9872     LIBS="$LIBS -lresolv"
9873     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9874 /* end confdefs.h.  */
9875 #ifdef HAVE_NETINET_IN_H
9876 #include <netinet/in.h>
9877 #endif
9878 #include <resolv.h>
9879 int
9880 main ()
9881 {
9882 res_init();
9883   ;
9884   return 0;
9885 }
9886 _ACEOF
9887 if ac_fn_c_try_link "$LINENO"; then :
9888
9889 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9890
9891          RESOLVLIBS="-lresolv"
9892 fi
9893 rm -f core conftest.err conftest.$ac_objext \
9894     conftest$ac_exeext conftest.$ac_ext
9895     LIBS="$ac_save_LIBS"
9896 fi
9897
9898 LCMSLIBS=""
9899
9900 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9901 then
9902     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9903 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9904 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9905   $as_echo_n "(cached) " >&6
9906 else
9907   ac_check_lib_save_LIBS=$LIBS
9908 LIBS="-llcms  $LIBS"
9909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9910 /* end confdefs.h.  */
9911
9912 /* Override any GCC internal prototype to avoid an error.
9913    Use char because int might match the return type of a GCC
9914    builtin and then its argument prototype would still apply.  */
9915 #ifdef __cplusplus
9916 extern "C"
9917 #endif
9918 char cmsOpenProfileFromFile ();
9919 int
9920 main ()
9921 {
9922 return cmsOpenProfileFromFile ();
9923   ;
9924   return 0;
9925 }
9926 _ACEOF
9927 if ac_fn_c_try_link "$LINENO"; then :
9928   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
9929 else
9930   ac_cv_lib_lcms_cmsOpenProfileFromFile=no
9931 fi
9932 rm -f core conftest.err conftest.$ac_objext \
9933     conftest$ac_exeext conftest.$ac_ext
9934 LIBS=$ac_check_lib_save_LIBS
9935 fi
9936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
9937 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
9938 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
9939
9940 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
9941
9942          LCMSLIBS="-llcms"
9943 fi
9944
9945 fi
9946 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
9947   case "x$with_cms" in
9948   x)   as_fn_append wine_notices "|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
9949   xno) ;;
9950   *)   as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
9951 This is an error since --with-cms was requested." "$LINENO" 5 ;;
9952 esac
9953 fi
9954
9955 if test "x$with_freetype" != "xno"
9956 then
9957     for ac_prog in freetype-config freetype2-config
9958 do
9959   # Extract the first word of "$ac_prog", so it can be a program name with args.
9960 set dummy $ac_prog; ac_word=$2
9961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9962 $as_echo_n "checking for $ac_word... " >&6; }
9963 if test "${ac_cv_prog_ft_devel+set}" = set; then :
9964   $as_echo_n "(cached) " >&6
9965 else
9966   if test -n "$ft_devel"; then
9967   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
9968 else
9969 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9970 for as_dir in $PATH
9971 do
9972   IFS=$as_save_IFS
9973   test -z "$as_dir" && as_dir=.
9974     for ac_exec_ext in '' $ac_executable_extensions; do
9975   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9976     ac_cv_prog_ft_devel="$ac_prog"
9977     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9978     break 2
9979   fi
9980 done
9981   done
9982 IFS=$as_save_IFS
9983
9984 fi
9985 fi
9986 ft_devel=$ac_cv_prog_ft_devel
9987 if test -n "$ft_devel"; then
9988   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
9989 $as_echo "$ft_devel" >&6; }
9990 else
9991   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9992 $as_echo "no" >&6; }
9993 fi
9994
9995
9996   test -n "$ft_devel" && break
9997 done
9998 test -n "$ft_devel" || ft_devel="no"
9999
10000     if test "$ft_devel" != "no"
10001     then
10002         ac_freetype_incl=`$ft_devel --cflags`
10003         ac_freetype_libs=`$ft_devel --libs`
10004     fi
10005     ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
10006     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
10007 $as_echo_n "checking for -lfreetype... " >&6; }
10008 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
10009   $as_echo_n "(cached) " >&6
10010 else
10011   ac_check_soname_save_LIBS=$LIBS
10012 LIBS="-lfreetype $ac_freetype_libs $LIBS"
10013   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10014 /* end confdefs.h.  */
10015
10016 /* Override any GCC internal prototype to avoid an error.
10017    Use char because int might match the return type of a GCC
10018    builtin and then its argument prototype would still apply.  */
10019 #ifdef __cplusplus
10020 extern "C"
10021 #endif
10022 char FT_Init_FreeType ();
10023 int
10024 main ()
10025 {
10026 return FT_Init_FreeType ();
10027   ;
10028   return 0;
10029 }
10030 _ACEOF
10031 if ac_fn_c_try_link "$LINENO"; then :
10032   case "$LIBEXT" in
10033     dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10034     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'` ;;
10035     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
10036   esac
10037 fi
10038 rm -f core conftest.err conftest.$ac_objext \
10039     conftest$ac_exeext conftest.$ac_ext
10040   LIBS=$ac_check_soname_save_LIBS
10041 fi
10042 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10043   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10044 $as_echo "not found" >&6; }
10045        ft_lib=no
10046 else
10047   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10048 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10049
10050 cat >>confdefs.h <<_ACEOF
10051 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10052 _ACEOF
10053
10054        ft_lib=yes
10055 fi
10056     if test "$ft_lib" = "yes"
10057     then
10058         ac_save_CPPFLAGS="$CPPFLAGS"
10059         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10060         for ac_header in ft2build.h \
10061                          freetype/freetype.h \
10062                          freetype/ftglyph.h \
10063                          freetype/fttypes.h \
10064                          freetype/tttables.h \
10065                          freetype/ftsnames.h \
10066                          freetype/ttnameid.h \
10067                          freetype/ftoutln.h \
10068                          freetype/ftwinfnt.h \
10069                          freetype/ftmodapi.h \
10070                          freetype/ftlcdfil.h \
10071                          freetype/internal/sfnt.h
10072 do :
10073   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10074 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10075                           # include <ft2build.h>
10076                           #endif
10077 "
10078 eval as_val=\$$as_ac_Header
10079    if test "x$as_val" = x""yes; then :
10080   cat >>confdefs.h <<_ACEOF
10081 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10082 _ACEOF
10083
10084 fi
10085
10086 done
10087
10088         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10089 /* end confdefs.h.  */
10090 #include <ft2build.h>
10091                     #include <freetype/fttrigon.h>
10092 _ACEOF
10093 if ac_fn_c_try_cpp "$LINENO"; then :
10094
10095 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10096
10097                     wine_cv_fttrigon=yes
10098 else
10099   wine_cv_fttrigon=no
10100 fi
10101 rm -f conftest.err conftest.$ac_ext
10102         ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10103 "
10104 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10105
10106 cat >>confdefs.h <<_ACEOF
10107 #define HAVE_FT_TRUETYPEENGINETYPE 1
10108 _ACEOF
10109
10110
10111 fi
10112
10113         ac_save_CFLAGS="$CFLAGS"
10114         CFLAGS="$CFLAGS $ac_freetype_libs"
10115         for ac_func in FT_Load_Sfnt_Table
10116 do :
10117   ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10118 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10119   cat >>confdefs.h <<_ACEOF
10120 #define HAVE_FT_LOAD_SFNT_TABLE 1
10121 _ACEOF
10122
10123 fi
10124 done
10125
10126         CFLAGS="$ac_save_CFLAGS"
10127         CPPFLAGS="$ac_save_CPPFLAGS"
10128                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10129         then
10130
10131 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10132
10133             FREETYPELIBS="$ac_freetype_libs"
10134
10135             FREETYPEINCL="$ac_freetype_incl"
10136
10137         fi
10138     fi
10139 fi
10140 if test "x$FREETYPELIBS" = "x"; then :
10141   case "x$with_freetype" in
10142   xno) ;;
10143   *)   as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10144 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10145 esac
10146 fi
10147 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10148
10149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10150 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10151 if test "${ac_cv_c_ppdev+set}" = set; then :
10152   $as_echo_n "(cached) " >&6
10153 else
10154   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10155 /* end confdefs.h.  */
10156 #ifdef HAVE_SYS_IOCTL_H
10157 # include <sys/ioctl.h>
10158 #endif
10159 #include <linux/ppdev.h>
10160 int
10161 main ()
10162 {
10163 ioctl (1,PPCLAIM,0)
10164   ;
10165   return 0;
10166 }
10167 _ACEOF
10168 if ac_fn_c_try_compile "$LINENO"; then :
10169   ac_cv_c_ppdev="yes"
10170 else
10171   ac_cv_c_ppdev="no"
10172 fi
10173 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10174 fi
10175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10176 $as_echo "$ac_cv_c_ppdev" >&6; }
10177 if test "$ac_cv_c_ppdev" = "yes"
10178 then
10179
10180 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10181
10182 fi
10183
10184 ac_wine_check_funcs_save_LIBS="$LIBS"
10185 LIBS="$LIBS $LIBPTHREAD"
10186 for ac_func in \
10187         pthread_attr_get_np \
10188         pthread_getattr_np \
10189         pthread_get_stackaddr_np \
10190         pthread_get_stacksize_np
10191 do :
10192   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10193 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10194 eval as_val=\$$as_ac_var
10195    if test "x$as_val" = x""yes; then :
10196   cat >>confdefs.h <<_ACEOF
10197 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10198 _ACEOF
10199
10200 fi
10201 done
10202
10203 LIBS="$ac_wine_check_funcs_save_LIBS"
10204
10205 if test "$ac_cv_header_zlib_h" = "yes"
10206 then
10207     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10208 $as_echo_n "checking for inflate in -lz... " >&6; }
10209 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10210   $as_echo_n "(cached) " >&6
10211 else
10212   ac_check_lib_save_LIBS=$LIBS
10213 LIBS="-lz  $LIBS"
10214 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10215 /* end confdefs.h.  */
10216
10217 /* Override any GCC internal prototype to avoid an error.
10218    Use char because int might match the return type of a GCC
10219    builtin and then its argument prototype would still apply.  */
10220 #ifdef __cplusplus
10221 extern "C"
10222 #endif
10223 char inflate ();
10224 int
10225 main ()
10226 {
10227 return inflate ();
10228   ;
10229   return 0;
10230 }
10231 _ACEOF
10232 if ac_fn_c_try_link "$LINENO"; then :
10233   ac_cv_lib_z_inflate=yes
10234 else
10235   ac_cv_lib_z_inflate=no
10236 fi
10237 rm -f core conftest.err conftest.$ac_objext \
10238     conftest$ac_exeext conftest.$ac_ext
10239 LIBS=$ac_check_lib_save_LIBS
10240 fi
10241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10242 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10243 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10244
10245 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10246
10247                             ZLIB="-lz"
10248
10249 fi
10250
10251 fi
10252
10253 if test "x$with_esd" != xno
10254 then
10255     save_CFLAGS="$CFLAGS"
10256     # Extract the first word of "esd-config", so it can be a program name with args.
10257 set dummy esd-config; ac_word=$2
10258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10259 $as_echo_n "checking for $ac_word... " >&6; }
10260 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10261   $as_echo_n "(cached) " >&6
10262 else
10263   case $ESDCONFIG in
10264   [\\/]* | ?:[\\/]*)
10265   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10266   ;;
10267   *)
10268   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10269 for as_dir in $PATH
10270 do
10271   IFS=$as_save_IFS
10272   test -z "$as_dir" && as_dir=.
10273     for ac_exec_ext in '' $ac_executable_extensions; do
10274   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10275     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10276     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10277     break 2
10278   fi
10279 done
10280   done
10281 IFS=$as_save_IFS
10282
10283   test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10284   ;;
10285 esac
10286 fi
10287 ESDCONFIG=$ac_cv_path_ESDCONFIG
10288 if test -n "$ESDCONFIG"; then
10289   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10290 $as_echo "$ESDCONFIG" >&6; }
10291 else
10292   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10293 $as_echo "no" >&6; }
10294 fi
10295
10296
10297     if test "x$ESDCONFIG" != "xno"
10298     then
10299         ac_esd_incl=""
10300         for i in `$ESDCONFIG --cflags`
10301         do
10302             case "$i" in
10303                 -I*) ac_esd_incl="$ac_esd_incl $i";;
10304             esac
10305         done
10306         ac_esd_libs=`$ESDCONFIG --libs`
10307         CFLAGS="$CFLAGS $ac_esd_incl"
10308     fi
10309     ac_esd_libs=${ac_esd_libs:-"-lesd"}
10310     ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10311 if test "x$ac_cv_header_esd_h" = x""yes; then :
10312   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10313 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10314 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10315   $as_echo_n "(cached) " >&6
10316 else
10317   ac_check_lib_save_LIBS=$LIBS
10318 LIBS="-lesd $ac_esd_libs $LIBS"
10319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10320 /* end confdefs.h.  */
10321
10322 /* Override any GCC internal prototype to avoid an error.
10323    Use char because int might match the return type of a GCC
10324    builtin and then its argument prototype would still apply.  */
10325 #ifdef __cplusplus
10326 extern "C"
10327 #endif
10328 char esd_open_sound ();
10329 int
10330 main ()
10331 {
10332 return esd_open_sound ();
10333   ;
10334   return 0;
10335 }
10336 _ACEOF
10337 if ac_fn_c_try_link "$LINENO"; then :
10338   ac_cv_lib_esd_esd_open_sound=yes
10339 else
10340   ac_cv_lib_esd_esd_open_sound=no
10341 fi
10342 rm -f core conftest.err conftest.$ac_objext \
10343     conftest$ac_exeext conftest.$ac_ext
10344 LIBS=$ac_check_lib_save_LIBS
10345 fi
10346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10347 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10348 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10349   ESDINCL="$ac_esd_incl"
10350
10351              ESDLIBS="$ac_esd_libs"
10352
10353
10354 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10355
10356 fi
10357
10358 fi
10359
10360
10361     CFLAGS="$save_CFLAGS"
10362 fi
10363
10364 ALSALIBS=""
10365
10366 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10367 then
10368     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10369 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10370 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10371   $as_echo_n "(cached) " >&6
10372 else
10373   ac_check_lib_save_LIBS=$LIBS
10374 LIBS="-lasound  $LIBS"
10375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10376 /* end confdefs.h.  */
10377
10378 /* Override any GCC internal prototype to avoid an error.
10379    Use char because int might match the return type of a GCC
10380    builtin and then its argument prototype would still apply.  */
10381 #ifdef __cplusplus
10382 extern "C"
10383 #endif
10384 char snd_pcm_hw_params_get_access ();
10385 int
10386 main ()
10387 {
10388 return snd_pcm_hw_params_get_access ();
10389   ;
10390   return 0;
10391 }
10392 _ACEOF
10393 if ac_fn_c_try_link "$LINENO"; then :
10394   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10395 else
10396   ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10397 fi
10398 rm -f core conftest.err conftest.$ac_objext \
10399     conftest$ac_exeext conftest.$ac_ext
10400 LIBS=$ac_check_lib_save_LIBS
10401 fi
10402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10403 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10404 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10405   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10406 /* end confdefs.h.  */
10407 #ifdef HAVE_ALSA_ASOUNDLIB_H
10408 #include <alsa/asoundlib.h>
10409 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10410 #include <sys/asoundlib.h>
10411 #endif
10412 int
10413 main ()
10414 {
10415 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10416   ;
10417   return 0;
10418 }
10419 _ACEOF
10420 if ac_fn_c_try_compile "$LINENO"; then :
10421
10422 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10423
10424                          ALSALIBS="-lasound"
10425 fi
10426 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10427 fi
10428
10429 fi
10430
10431 AUDIOIOLIBS=""
10432
10433 if test "$ac_cv_header_libaudioio_h" = "yes"
10434 then
10435     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10436 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10437 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10438   $as_echo_n "(cached) " >&6
10439 else
10440   ac_check_lib_save_LIBS=$LIBS
10441 LIBS="-laudioio  $LIBS"
10442 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10443 /* end confdefs.h.  */
10444
10445 /* Override any GCC internal prototype to avoid an error.
10446    Use char because int might match the return type of a GCC
10447    builtin and then its argument prototype would still apply.  */
10448 #ifdef __cplusplus
10449 extern "C"
10450 #endif
10451 char AudioIOGetVersion ();
10452 int
10453 main ()
10454 {
10455 return AudioIOGetVersion ();
10456   ;
10457   return 0;
10458 }
10459 _ACEOF
10460 if ac_fn_c_try_link "$LINENO"; then :
10461   ac_cv_lib_audioio_AudioIOGetVersion=yes
10462 else
10463   ac_cv_lib_audioio_AudioIOGetVersion=no
10464 fi
10465 rm -f core conftest.err conftest.$ac_objext \
10466     conftest$ac_exeext conftest.$ac_ext
10467 LIBS=$ac_check_lib_save_LIBS
10468 fi
10469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10470 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10471 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10472   AUDIOIOLIBS="-laudioio"
10473
10474 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10475
10476 fi
10477
10478 fi
10479
10480
10481 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10482 then
10483     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10484 $as_echo_n "checking for -lcapi20... " >&6; }
10485 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10486   $as_echo_n "(cached) " >&6
10487 else
10488   ac_check_soname_save_LIBS=$LIBS
10489 LIBS="-lcapi20  $LIBS"
10490   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10491 /* end confdefs.h.  */
10492
10493 /* Override any GCC internal prototype to avoid an error.
10494    Use char because int might match the return type of a GCC
10495    builtin and then its argument prototype would still apply.  */
10496 #ifdef __cplusplus
10497 extern "C"
10498 #endif
10499 char capi20_register ();
10500 int
10501 main ()
10502 {
10503 return capi20_register ();
10504   ;
10505   return 0;
10506 }
10507 _ACEOF
10508 if ac_fn_c_try_link "$LINENO"; then :
10509   case "$LIBEXT" in
10510     dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10511     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'` ;;
10512     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10513   esac
10514 fi
10515 rm -f core conftest.err conftest.$ac_objext \
10516     conftest$ac_exeext conftest.$ac_ext
10517   LIBS=$ac_check_soname_save_LIBS
10518 fi
10519 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10520   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10521 $as_echo "not found" >&6; }
10522
10523 else
10524   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10525 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10526
10527 cat >>confdefs.h <<_ACEOF
10528 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10529 _ACEOF
10530
10531
10532 fi
10533 fi
10534 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10535   case "x$with_capi" in
10536   x)   as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10537   xno) ;;
10538   *)   as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10539 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10540 esac
10541 fi
10542
10543 CUPSINCL=""
10544
10545 if test "x$with_cups" != "xno"
10546 then
10547     ac_save_CPPFLAGS="$CPPFLAGS"
10548     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10549     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10550     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10551     for ac_header in cups/cups.h
10552 do :
10553   ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10554 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10555   cat >>confdefs.h <<_ACEOF
10556 #define HAVE_CUPS_CUPS_H 1
10557 _ACEOF
10558  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10559 $as_echo_n "checking for -lcups... " >&6; }
10560 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10561   $as_echo_n "(cached) " >&6
10562 else
10563   ac_check_soname_save_LIBS=$LIBS
10564 LIBS="-lcups $ac_cups_libs $LIBS"
10565   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10566 /* end confdefs.h.  */
10567
10568 /* Override any GCC internal prototype to avoid an error.
10569    Use char because int might match the return type of a GCC
10570    builtin and then its argument prototype would still apply.  */
10571 #ifdef __cplusplus
10572 extern "C"
10573 #endif
10574 char cupsGetDefault ();
10575 int
10576 main ()
10577 {
10578 return cupsGetDefault ();
10579   ;
10580   return 0;
10581 }
10582 _ACEOF
10583 if ac_fn_c_try_link "$LINENO"; then :
10584   case "$LIBEXT" in
10585     dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10586     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'` ;;
10587     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10588   esac
10589 fi
10590 rm -f core conftest.err conftest.$ac_objext \
10591     conftest$ac_exeext conftest.$ac_ext
10592   LIBS=$ac_check_soname_save_LIBS
10593 fi
10594 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10595   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10596 $as_echo "not found" >&6; }
10597
10598 else
10599   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10600 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10601
10602 cat >>confdefs.h <<_ACEOF
10603 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10604 _ACEOF
10605
10606        CUPSINCL="$ac_cups_cflags"
10607 fi
10608 fi
10609
10610 done
10611
10612     CPPFLAGS="$ac_save_CPPFLAGS"
10613 fi
10614 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10615   case "x$with_cups" in
10616   x)   as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10617   xno) ;;
10618   *)   as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10619 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10620 esac
10621 fi
10622
10623 if test "$ac_cv_header_jack_jack_h" = "yes"
10624 then
10625     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10626 $as_echo_n "checking for -ljack... " >&6; }
10627 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10628   $as_echo_n "(cached) " >&6
10629 else
10630   ac_check_soname_save_LIBS=$LIBS
10631 LIBS="-ljack  $LIBS"
10632   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10633 /* end confdefs.h.  */
10634
10635 /* Override any GCC internal prototype to avoid an error.
10636    Use char because int might match the return type of a GCC
10637    builtin and then its argument prototype would still apply.  */
10638 #ifdef __cplusplus
10639 extern "C"
10640 #endif
10641 char jack_client_new ();
10642 int
10643 main ()
10644 {
10645 return jack_client_new ();
10646   ;
10647   return 0;
10648 }
10649 _ACEOF
10650 if ac_fn_c_try_link "$LINENO"; then :
10651   case "$LIBEXT" in
10652     dll) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest.exe | grep "jack" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10653     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'` ;;
10654     *) 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'` ;;
10655   esac
10656 fi
10657 rm -f core conftest.err conftest.$ac_objext \
10658     conftest$ac_exeext conftest.$ac_ext
10659   LIBS=$ac_check_soname_save_LIBS
10660 fi
10661 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10662   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10663 $as_echo "not found" >&6; }
10664
10665 else
10666   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10667 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10668
10669 cat >>confdefs.h <<_ACEOF
10670 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10671 _ACEOF
10672
10673
10674 fi
10675 fi
10676
10677 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10678 then
10679     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10680 $as_echo_n "checking for -lfontconfig... " >&6; }
10681 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10682   $as_echo_n "(cached) " >&6
10683 else
10684   ac_check_soname_save_LIBS=$LIBS
10685 LIBS="-lfontconfig  $LIBS"
10686   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10687 /* end confdefs.h.  */
10688
10689 /* Override any GCC internal prototype to avoid an error.
10690    Use char because int might match the return type of a GCC
10691    builtin and then its argument prototype would still apply.  */
10692 #ifdef __cplusplus
10693 extern "C"
10694 #endif
10695 char FcInit ();
10696 int
10697 main ()
10698 {
10699 return FcInit ();
10700   ;
10701   return 0;
10702 }
10703 _ACEOF
10704 if ac_fn_c_try_link "$LINENO"; then :
10705   case "$LIBEXT" in
10706     dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10707     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'` ;;
10708     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10709   esac
10710 fi
10711 rm -f core conftest.err conftest.$ac_objext \
10712     conftest$ac_exeext conftest.$ac_ext
10713   LIBS=$ac_check_soname_save_LIBS
10714 fi
10715 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10716   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10717 $as_echo "not found" >&6; }
10718
10719 else
10720   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10721 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10722
10723 cat >>confdefs.h <<_ACEOF
10724 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10725 _ACEOF
10726
10727
10728 fi
10729 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10730 then
10731         ac_save_CPPFLAGS="$CPPFLAGS"
10732     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10733     $as_unset ac_cv_header_fontconfig_fontconfig_h
10734     for ac_header in fontconfig/fontconfig.h
10735 do :
10736   ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10737 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10738   cat >>confdefs.h <<_ACEOF
10739 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10740 _ACEOF
10741
10742 fi
10743
10744 done
10745
10746     CPPFLAGS="$ac_save_CPPFLAGS"
10747     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10748     then
10749         FONTCONFIGINCL="$X_CFLAGS"
10750
10751         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10752 $as_echo_n "checking for -lfontconfig... " >&6; }
10753 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10754   $as_echo_n "(cached) " >&6
10755 else
10756   ac_check_soname_save_LIBS=$LIBS
10757 LIBS="-lfontconfig $X_LIBS $LIBS"
10758   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10759 /* end confdefs.h.  */
10760
10761 /* Override any GCC internal prototype to avoid an error.
10762    Use char because int might match the return type of a GCC
10763    builtin and then its argument prototype would still apply.  */
10764 #ifdef __cplusplus
10765 extern "C"
10766 #endif
10767 char FcInit ();
10768 int
10769 main ()
10770 {
10771 return FcInit ();
10772   ;
10773   return 0;
10774 }
10775 _ACEOF
10776 if ac_fn_c_try_link "$LINENO"; then :
10777   case "$LIBEXT" in
10778     dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10779     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'` ;;
10780     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10781   esac
10782 fi
10783 rm -f core conftest.err conftest.$ac_objext \
10784     conftest$ac_exeext conftest.$ac_ext
10785   LIBS=$ac_check_soname_save_LIBS
10786 fi
10787 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10788   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10789 $as_echo "not found" >&6; }
10790
10791 else
10792   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10793 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10794
10795 cat >>confdefs.h <<_ACEOF
10796 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10797 _ACEOF
10798
10799
10800 fi
10801     fi
10802 fi
10803 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10804   case "x$with_fontconfig" in
10805   x)   as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10806   xno) ;;
10807   *)   as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10808 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10809 esac
10810 fi
10811
10812 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10813 then
10814     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10815 $as_echo_n "checking for -lssl... " >&6; }
10816 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10817   $as_echo_n "(cached) " >&6
10818 else
10819   ac_check_soname_save_LIBS=$LIBS
10820 LIBS="-lssl  $LIBS"
10821   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10822 /* end confdefs.h.  */
10823
10824 /* Override any GCC internal prototype to avoid an error.
10825    Use char because int might match the return type of a GCC
10826    builtin and then its argument prototype would still apply.  */
10827 #ifdef __cplusplus
10828 extern "C"
10829 #endif
10830 char SSL_library_init ();
10831 int
10832 main ()
10833 {
10834 return SSL_library_init ();
10835   ;
10836   return 0;
10837 }
10838 _ACEOF
10839 if ac_fn_c_try_link "$LINENO"; then :
10840   case "$LIBEXT" in
10841     dll) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest.exe | grep "ssl" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10842     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'` ;;
10843     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10844   esac
10845 fi
10846 rm -f core conftest.err conftest.$ac_objext \
10847     conftest$ac_exeext conftest.$ac_ext
10848   LIBS=$ac_check_soname_save_LIBS
10849 fi
10850 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10851   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10852 $as_echo "not found" >&6; }
10853
10854 else
10855   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10856 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10857
10858 cat >>confdefs.h <<_ACEOF
10859 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10860 _ACEOF
10861
10862
10863 fi
10864     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10865 $as_echo_n "checking for -lcrypto... " >&6; }
10866 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10867   $as_echo_n "(cached) " >&6
10868 else
10869   ac_check_soname_save_LIBS=$LIBS
10870 LIBS="-lcrypto  $LIBS"
10871   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10872 /* end confdefs.h.  */
10873
10874 /* Override any GCC internal prototype to avoid an error.
10875    Use char because int might match the return type of a GCC
10876    builtin and then its argument prototype would still apply.  */
10877 #ifdef __cplusplus
10878 extern "C"
10879 #endif
10880 char BIO_new_socket ();
10881 int
10882 main ()
10883 {
10884 return BIO_new_socket ();
10885   ;
10886   return 0;
10887 }
10888 _ACEOF
10889 if ac_fn_c_try_link "$LINENO"; then :
10890   case "$LIBEXT" in
10891     dll) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest.exe | grep "crypto" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10892     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'` ;;
10893     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10894   esac
10895 fi
10896 rm -f core conftest.err conftest.$ac_objext \
10897     conftest$ac_exeext conftest.$ac_ext
10898   LIBS=$ac_check_soname_save_LIBS
10899 fi
10900 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10901   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10902 $as_echo "not found" >&6; }
10903
10904 else
10905   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10906 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10907
10908 cat >>confdefs.h <<_ACEOF
10909 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10910 _ACEOF
10911
10912
10913 fi
10914 fi
10915 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10916   case "x$with_openssl" in
10917   x)   as_fn_append wine_warnings "|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10918   xno) ;;
10919   *)   as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10920 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10921 esac
10922 fi
10923
10924 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
10925 then
10926     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
10927 $as_echo_n "checking for -lgsm... " >&6; }
10928 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
10929   $as_echo_n "(cached) " >&6
10930 else
10931   ac_check_soname_save_LIBS=$LIBS
10932 LIBS="-lgsm  $LIBS"
10933   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10934 /* end confdefs.h.  */
10935
10936 /* Override any GCC internal prototype to avoid an error.
10937    Use char because int might match the return type of a GCC
10938    builtin and then its argument prototype would still apply.  */
10939 #ifdef __cplusplus
10940 extern "C"
10941 #endif
10942 char gsm_create ();
10943 int
10944 main ()
10945 {
10946 return gsm_create ();
10947   ;
10948   return 0;
10949 }
10950 _ACEOF
10951 if ac_fn_c_try_link "$LINENO"; then :
10952   case "$LIBEXT" in
10953     dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10954     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'` ;;
10955     *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10956   esac
10957 fi
10958 rm -f core conftest.err conftest.$ac_objext \
10959     conftest$ac_exeext conftest.$ac_ext
10960   LIBS=$ac_check_soname_save_LIBS
10961 fi
10962 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10963   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10964 $as_echo "not found" >&6; }
10965
10966 else
10967   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
10968 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
10969
10970 cat >>confdefs.h <<_ACEOF
10971 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
10972 _ACEOF
10973
10974
10975 fi
10976 fi
10977 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10978   case "x$with_gsm" in
10979   x)   as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
10980   xno) ;;
10981   *)   as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
10982 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
10983 esac
10984 fi
10985
10986 if test "$ac_cv_header_jpeglib_h" = "yes"
10987 then
10988     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
10989 $as_echo_n "checking for -ljpeg... " >&6; }
10990 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
10991   $as_echo_n "(cached) " >&6
10992 else
10993   ac_check_soname_save_LIBS=$LIBS
10994 LIBS="-ljpeg  $LIBS"
10995   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10996 /* end confdefs.h.  */
10997
10998 /* Override any GCC internal prototype to avoid an error.
10999    Use char because int might match the return type of a GCC
11000    builtin and then its argument prototype would still apply.  */
11001 #ifdef __cplusplus
11002 extern "C"
11003 #endif
11004 char jpeg_start_decompress ();
11005 int
11006 main ()
11007 {
11008 return jpeg_start_decompress ();
11009   ;
11010   return 0;
11011 }
11012 _ACEOF
11013 if ac_fn_c_try_link "$LINENO"; then :
11014   case "$LIBEXT" in
11015     dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11016     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'` ;;
11017     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11018   esac
11019 fi
11020 rm -f core conftest.err conftest.$ac_objext \
11021     conftest$ac_exeext conftest.$ac_ext
11022   LIBS=$ac_check_soname_save_LIBS
11023 fi
11024 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11025   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11026 $as_echo "not found" >&6; }
11027
11028 else
11029   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
11030 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
11031
11032 cat >>confdefs.h <<_ACEOF
11033 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11034 _ACEOF
11035
11036
11037 fi
11038 fi
11039 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11040   case "x$with_jpeg" in
11041   x)   as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11042   xno) ;;
11043   *)   as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11044 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11045 esac
11046 fi
11047
11048 if test "$ac_cv_header_png_h" = "yes"
11049 then
11050     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11051 $as_echo_n "checking for -lpng... " >&6; }
11052 if test "${ac_cv_lib_soname_png+set}" = set; then :
11053   $as_echo_n "(cached) " >&6
11054 else
11055   ac_check_soname_save_LIBS=$LIBS
11056 LIBS="-lpng -lm -lz $LIBS"
11057   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11058 /* end confdefs.h.  */
11059
11060 /* Override any GCC internal prototype to avoid an error.
11061    Use char because int might match the return type of a GCC
11062    builtin and then its argument prototype would still apply.  */
11063 #ifdef __cplusplus
11064 extern "C"
11065 #endif
11066 char png_create_read_struct ();
11067 int
11068 main ()
11069 {
11070 return png_create_read_struct ();
11071   ;
11072   return 0;
11073 }
11074 _ACEOF
11075 if ac_fn_c_try_link "$LINENO"; then :
11076   case "$LIBEXT" in
11077     dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11078     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'` ;;
11079     *) 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'` ;;
11080   esac
11081 fi
11082 rm -f core conftest.err conftest.$ac_objext \
11083     conftest$ac_exeext conftest.$ac_ext
11084   LIBS=$ac_check_soname_save_LIBS
11085 fi
11086 if test "x$ac_cv_lib_soname_png" = "x"; then :
11087   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11088 $as_echo "not found" >&6; }
11089
11090 else
11091   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11092 $as_echo "$ac_cv_lib_soname_png" >&6; }
11093
11094 cat >>confdefs.h <<_ACEOF
11095 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11096 _ACEOF
11097
11098
11099 fi
11100     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11101 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11102 if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11103   $as_echo_n "(cached) " >&6
11104 else
11105   ac_check_lib_save_LIBS=$LIBS
11106 LIBS="-lpng -lm -lz $LIBS"
11107 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11108 /* end confdefs.h.  */
11109
11110 /* Override any GCC internal prototype to avoid an error.
11111    Use char because int might match the return type of a GCC
11112    builtin and then its argument prototype would still apply.  */
11113 #ifdef __cplusplus
11114 extern "C"
11115 #endif
11116 char png_set_expand_gray_1_2_4_to_8 ();
11117 int
11118 main ()
11119 {
11120 return png_set_expand_gray_1_2_4_to_8 ();
11121   ;
11122   return 0;
11123 }
11124 _ACEOF
11125 if ac_fn_c_try_link "$LINENO"; then :
11126   ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11127 else
11128   ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11129 fi
11130 rm -f core conftest.err conftest.$ac_objext \
11131     conftest$ac_exeext conftest.$ac_ext
11132 LIBS=$ac_check_lib_save_LIBS
11133 fi
11134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11135 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11136 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11137
11138 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11139
11140
11141 fi
11142
11143 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11144 then
11145         ac_save_CPPFLAGS="$CPPFLAGS"
11146     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11147     $as_unset ac_cv_header_png_h
11148     for ac_header in png.h
11149 do :
11150   ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11151 if test "x$ac_cv_header_png_h" = x""yes; then :
11152   cat >>confdefs.h <<_ACEOF
11153 #define HAVE_PNG_H 1
11154 _ACEOF
11155
11156 fi
11157
11158 done
11159
11160     CPPFLAGS="$ac_save_CPPFLAGS"
11161     if test "$ac_cv_header_png_h" = "yes"
11162     then
11163         PNGINCL="$X_CFLAGS"
11164
11165         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11166 $as_echo_n "checking for -lpng... " >&6; }
11167 if test "${ac_cv_lib_soname_png+set}" = set; then :
11168   $as_echo_n "(cached) " >&6
11169 else
11170   ac_check_soname_save_LIBS=$LIBS
11171 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11172   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11173 /* end confdefs.h.  */
11174
11175 /* Override any GCC internal prototype to avoid an error.
11176    Use char because int might match the return type of a GCC
11177    builtin and then its argument prototype would still apply.  */
11178 #ifdef __cplusplus
11179 extern "C"
11180 #endif
11181 char png_create_read_struct ();
11182 int
11183 main ()
11184 {
11185 return png_create_read_struct ();
11186   ;
11187   return 0;
11188 }
11189 _ACEOF
11190 if ac_fn_c_try_link "$LINENO"; then :
11191   case "$LIBEXT" in
11192     dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11193     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'` ;;
11194     *) 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'` ;;
11195   esac
11196 fi
11197 rm -f core conftest.err conftest.$ac_objext \
11198     conftest$ac_exeext conftest.$ac_ext
11199   LIBS=$ac_check_soname_save_LIBS
11200 fi
11201 if test "x$ac_cv_lib_soname_png" = "x"; then :
11202   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11203 $as_echo "not found" >&6; }
11204
11205 else
11206   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11207 $as_echo "$ac_cv_lib_soname_png" >&6; }
11208
11209 cat >>confdefs.h <<_ACEOF
11210 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11211 _ACEOF
11212
11213
11214 fi
11215         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11216 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11217 if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11218   $as_echo_n "(cached) " >&6
11219 else
11220   ac_check_lib_save_LIBS=$LIBS
11221 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11222 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11223 /* end confdefs.h.  */
11224
11225 /* Override any GCC internal prototype to avoid an error.
11226    Use char because int might match the return type of a GCC
11227    builtin and then its argument prototype would still apply.  */
11228 #ifdef __cplusplus
11229 extern "C"
11230 #endif
11231 char png_set_expand_gray_1_2_4_to_8 ();
11232 int
11233 main ()
11234 {
11235 return png_set_expand_gray_1_2_4_to_8 ();
11236   ;
11237   return 0;
11238 }
11239 _ACEOF
11240 if ac_fn_c_try_link "$LINENO"; then :
11241   ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11242 else
11243   ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11244 fi
11245 rm -f core conftest.err conftest.$ac_objext \
11246     conftest$ac_exeext conftest.$ac_ext
11247 LIBS=$ac_check_lib_save_LIBS
11248 fi
11249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11250 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11251 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11252   $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11253
11254 fi
11255
11256     fi
11257 fi
11258 if test "x$ac_cv_lib_soname_png" = "x"; then :
11259   case "x$with_png" in
11260   x)   as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11261   xno) ;;
11262   *)   as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11263 This is an error since --with-png was requested." "$LINENO" 5 ;;
11264 esac
11265 fi
11266
11267 if test "$ac_cv_header_mpg123_h" = "yes"
11268 then
11269     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11270 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11271 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11272   $as_echo_n "(cached) " >&6
11273 else
11274   ac_check_lib_save_LIBS=$LIBS
11275 LIBS="-lmpg123  $LIBS"
11276 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11277 /* end confdefs.h.  */
11278
11279 /* Override any GCC internal prototype to avoid an error.
11280    Use char because int might match the return type of a GCC
11281    builtin and then its argument prototype would still apply.  */
11282 #ifdef __cplusplus
11283 extern "C"
11284 #endif
11285 char mpg123_feed ();
11286 int
11287 main ()
11288 {
11289 return mpg123_feed ();
11290   ;
11291   return 0;
11292 }
11293 _ACEOF
11294 if ac_fn_c_try_link "$LINENO"; then :
11295   ac_cv_lib_mpg123_mpg123_feed=yes
11296 else
11297   ac_cv_lib_mpg123_mpg123_feed=no
11298 fi
11299 rm -f core conftest.err conftest.$ac_objext \
11300     conftest$ac_exeext conftest.$ac_ext
11301 LIBS=$ac_check_lib_save_LIBS
11302 fi
11303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11304 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11305 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11306   LIBMPG123="-lmpg123"
11307
11308 fi
11309
11310 fi
11311 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
11312   case "x$with_mpg123" in
11313   x)   as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11314   xno) ;;
11315   *)   as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11316 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11317 esac
11318 fi
11319 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes -o "x$ac_cv_func_AudioFileStreamOpen" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11320
11321 if test "$ac_cv_header_AL_al_h" = "yes"
11322 then
11323     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alGetSource3i in -lopenal" >&5
11324 $as_echo_n "checking for alGetSource3i in -lopenal... " >&6; }
11325 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then :
11326   $as_echo_n "(cached) " >&6
11327 else
11328   ac_check_lib_save_LIBS=$LIBS
11329 LIBS="-lopenal  $LIBS"
11330 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11331 /* end confdefs.h.  */
11332
11333 /* Override any GCC internal prototype to avoid an error.
11334    Use char because int might match the return type of a GCC
11335    builtin and then its argument prototype would still apply.  */
11336 #ifdef __cplusplus
11337 extern "C"
11338 #endif
11339 char alGetSource3i ();
11340 int
11341 main ()
11342 {
11343 return alGetSource3i ();
11344   ;
11345   return 0;
11346 }
11347 _ACEOF
11348 if ac_fn_c_try_link "$LINENO"; then :
11349   ac_cv_lib_openal_alGetSource3i=yes
11350 else
11351   ac_cv_lib_openal_alGetSource3i=no
11352 fi
11353 rm -f core conftest.err conftest.$ac_objext \
11354     conftest$ac_exeext conftest.$ac_ext
11355 LIBS=$ac_check_lib_save_LIBS
11356 fi
11357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alGetSource3i" >&5
11358 $as_echo "$ac_cv_lib_openal_alGetSource3i" >&6; }
11359 if test "x$ac_cv_lib_openal_alGetSource3i" = x""yes; then :
11360   LIBOPENAL="-lopenal"
11361
11362 fi
11363
11364 fi
11365 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then :
11366   case "x$with_openal" in
11367   x)   as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11368   xno) ;;
11369   *)   as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11370 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11371 esac
11372 fi
11373 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
11374
11375 if test "$ac_cv_header_kstat_h" = "yes"
11376 then
11377     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11378 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11379 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11380   $as_echo_n "(cached) " >&6
11381 else
11382   ac_check_lib_save_LIBS=$LIBS
11383 LIBS="-lkstat  $LIBS"
11384 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11385 /* end confdefs.h.  */
11386
11387 /* Override any GCC internal prototype to avoid an error.
11388    Use char because int might match the return type of a GCC
11389    builtin and then its argument prototype would still apply.  */
11390 #ifdef __cplusplus
11391 extern "C"
11392 #endif
11393 char kstat_open ();
11394 int
11395 main ()
11396 {
11397 return kstat_open ();
11398   ;
11399   return 0;
11400 }
11401 _ACEOF
11402 if ac_fn_c_try_link "$LINENO"; then :
11403   ac_cv_lib_kstat_kstat_open=yes
11404 else
11405   ac_cv_lib_kstat_kstat_open=no
11406 fi
11407 rm -f core conftest.err conftest.$ac_objext \
11408     conftest$ac_exeext conftest.$ac_ext
11409 LIBS=$ac_check_lib_save_LIBS
11410 fi
11411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11412 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11413 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11414
11415 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11416
11417                   LIBKSTAT="-lkstat"
11418
11419 fi
11420
11421 fi
11422
11423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11424 $as_echo_n "checking for -lodbc... " >&6; }
11425 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11426   $as_echo_n "(cached) " >&6
11427 else
11428   ac_check_soname_save_LIBS=$LIBS
11429 LIBS="-lodbc  $LIBS"
11430   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11431 /* end confdefs.h.  */
11432
11433 /* Override any GCC internal prototype to avoid an error.
11434    Use char because int might match the return type of a GCC
11435    builtin and then its argument prototype would still apply.  */
11436 #ifdef __cplusplus
11437 extern "C"
11438 #endif
11439 char SQLConnect ();
11440 int
11441 main ()
11442 {
11443 return SQLConnect ();
11444   ;
11445   return 0;
11446 }
11447 _ACEOF
11448 if ac_fn_c_try_link "$LINENO"; then :
11449   case "$LIBEXT" in
11450     dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11451     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'` ;;
11452     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11453   esac
11454 fi
11455 rm -f core conftest.err conftest.$ac_objext \
11456     conftest$ac_exeext conftest.$ac_ext
11457   LIBS=$ac_check_soname_save_LIBS
11458 fi
11459 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11460   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11461 $as_echo "not found" >&6; }
11462        cat >>confdefs.h <<_ACEOF
11463 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11464 _ACEOF
11465
11466 else
11467   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11468 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11469
11470 cat >>confdefs.h <<_ACEOF
11471 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11472 _ACEOF
11473
11474
11475 fi
11476
11477 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11478         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11479         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11480         "$ac_cv_header_soundcard_h" != "yes" -a \
11481         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11482 then
11483     as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
11484 fi
11485
11486
11487 EXTRACFLAGS=""
11488
11489 if test "x${GCC}" = "xyes"
11490 then
11491   EXTRACFLAGS="-Wall -pipe"
11492
11493     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11494 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11495 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11496   $as_echo_n "(cached) " >&6
11497 else
11498   if test "$cross_compiling" = yes; then :
11499   ac_cv_c_gcc_strength_bug="yes"
11500 else
11501   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11502 /* end confdefs.h.  */
11503 int L[4] = {0,1,2,3};
11504 int
11505 main ()
11506 {
11507 static int Array[3];
11508   unsigned int B = 3;
11509   int i;
11510   for(i=0; i<B; i++) Array[i] = i - 3;
11511   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11512   L[i] = 4;
11513   return (Array[1] != -2 || L[2] != 3)
11514   ;
11515   return 0;
11516 }
11517 _ACEOF
11518 if ac_fn_c_try_run "$LINENO"; then :
11519   ac_cv_c_gcc_strength_bug="no"
11520 else
11521   ac_cv_c_gcc_strength_bug="yes"
11522 fi
11523 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11524   conftest.$ac_objext conftest.beam conftest.$ac_ext
11525 fi
11526
11527 fi
11528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11529 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11530   if test "$ac_cv_c_gcc_strength_bug" = "yes"
11531   then
11532     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11533   fi
11534
11535     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11536 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11537 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11538   $as_echo_n "(cached) " >&6
11539 else
11540   ac_wine_try_cflags_saved=$CFLAGS
11541 CFLAGS="$CFLAGS -fno-builtin"
11542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11543 /* end confdefs.h.  */
11544 int main(int argc, char **argv) { return 0; }
11545 _ACEOF
11546 if ac_fn_c_try_link "$LINENO"; then :
11547   ac_cv_cflags__fno_builtin=yes
11548 else
11549   ac_cv_cflags__fno_builtin=no
11550 fi
11551 rm -f core conftest.err conftest.$ac_objext \
11552     conftest$ac_exeext conftest.$ac_ext
11553 CFLAGS=$ac_wine_try_cflags_saved
11554 fi
11555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11556 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11557 if test $ac_cv_cflags__fno_builtin = yes; then :
11558   BUILTINFLAG="-fno-builtin"
11559
11560 fi
11561   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11562 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11563 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11564   $as_echo_n "(cached) " >&6
11565 else
11566   ac_wine_try_cflags_saved=$CFLAGS
11567 CFLAGS="$CFLAGS -fno-strict-aliasing"
11568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11569 /* end confdefs.h.  */
11570 int main(int argc, char **argv) { return 0; }
11571 _ACEOF
11572 if ac_fn_c_try_link "$LINENO"; then :
11573   ac_cv_cflags__fno_strict_aliasing=yes
11574 else
11575   ac_cv_cflags__fno_strict_aliasing=no
11576 fi
11577 rm -f core conftest.err conftest.$ac_objext \
11578     conftest$ac_exeext conftest.$ac_ext
11579 CFLAGS=$ac_wine_try_cflags_saved
11580 fi
11581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11582 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11583 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11584   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11585 fi
11586   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11587 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11588 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11589   $as_echo_n "(cached) " >&6
11590 else
11591   ac_wine_try_cflags_saved=$CFLAGS
11592 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11594 /* end confdefs.h.  */
11595 int main(int argc, char **argv) { return 0; }
11596 _ACEOF
11597 if ac_fn_c_try_link "$LINENO"; then :
11598   ac_cv_cflags__Wdeclaration_after_statement=yes
11599 else
11600   ac_cv_cflags__Wdeclaration_after_statement=no
11601 fi
11602 rm -f core conftest.err conftest.$ac_objext \
11603     conftest$ac_exeext conftest.$ac_ext
11604 CFLAGS=$ac_wine_try_cflags_saved
11605 fi
11606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11607 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11608 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11609   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11610 fi
11611   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11612 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11613 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11614   $as_echo_n "(cached) " >&6
11615 else
11616   ac_wine_try_cflags_saved=$CFLAGS
11617 CFLAGS="$CFLAGS -Wstrict-prototypes"
11618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11619 /* end confdefs.h.  */
11620 int main(int argc, char **argv) { return 0; }
11621 _ACEOF
11622 if ac_fn_c_try_link "$LINENO"; then :
11623   ac_cv_cflags__Wstrict_prototypes=yes
11624 else
11625   ac_cv_cflags__Wstrict_prototypes=no
11626 fi
11627 rm -f core conftest.err conftest.$ac_objext \
11628     conftest$ac_exeext conftest.$ac_ext
11629 CFLAGS=$ac_wine_try_cflags_saved
11630 fi
11631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11632 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11633 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11634   EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11635 fi
11636   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11637 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11638 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11639   $as_echo_n "(cached) " >&6
11640 else
11641   ac_wine_try_cflags_saved=$CFLAGS
11642 CFLAGS="$CFLAGS -Wtype-limits"
11643 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11644 /* end confdefs.h.  */
11645 int main(int argc, char **argv) { return 0; }
11646 _ACEOF
11647 if ac_fn_c_try_link "$LINENO"; then :
11648   ac_cv_cflags__Wtype_limits=yes
11649 else
11650   ac_cv_cflags__Wtype_limits=no
11651 fi
11652 rm -f core conftest.err conftest.$ac_objext \
11653     conftest$ac_exeext conftest.$ac_ext
11654 CFLAGS=$ac_wine_try_cflags_saved
11655 fi
11656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11657 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11658 if test $ac_cv_cflags__Wtype_limits = yes; then :
11659   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11660 fi
11661   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11662 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11663 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11664   $as_echo_n "(cached) " >&6
11665 else
11666   ac_wine_try_cflags_saved=$CFLAGS
11667 CFLAGS="$CFLAGS -Wwrite-strings"
11668 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11669 /* end confdefs.h.  */
11670 int main(int argc, char **argv) { return 0; }
11671 _ACEOF
11672 if ac_fn_c_try_link "$LINENO"; then :
11673   ac_cv_cflags__Wwrite_strings=yes
11674 else
11675   ac_cv_cflags__Wwrite_strings=no
11676 fi
11677 rm -f core conftest.err conftest.$ac_objext \
11678     conftest$ac_exeext conftest.$ac_ext
11679 CFLAGS=$ac_wine_try_cflags_saved
11680 fi
11681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11682 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11683 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11684   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11685 fi
11686
11687     saved_CFLAGS="$CFLAGS"
11688   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11689   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11690 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11691 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11692   $as_echo_n "(cached) " >&6
11693 else
11694   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11695 /* end confdefs.h.  */
11696 #include <string.h>
11697 int
11698 main ()
11699 {
11700
11701   ;
11702   return 0;
11703 }
11704 _ACEOF
11705 if ac_fn_c_try_compile "$LINENO"; then :
11706   ac_cv_c_string_h_warnings=no
11707 else
11708   ac_cv_c_string_h_warnings=yes
11709 fi
11710 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11711 fi
11712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11713 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11714   CFLAGS="$saved_CFLAGS"
11715   if test "$ac_cv_c_string_h_warnings" = "no"
11716   then
11717     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11718   fi
11719
11720     if test "${enable_maintainer_mode+set}" = set
11721   then
11722       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11723 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11724 if test "${ac_cv_cflags__Werror+set}" = set; then :
11725   $as_echo_n "(cached) " >&6
11726 else
11727   ac_wine_try_cflags_saved=$CFLAGS
11728 CFLAGS="$CFLAGS -Werror"
11729 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11730 /* end confdefs.h.  */
11731 int main(int argc, char **argv) { return 0; }
11732 _ACEOF
11733 if ac_fn_c_try_link "$LINENO"; then :
11734   ac_cv_cflags__Werror=yes
11735 else
11736   ac_cv_cflags__Werror=no
11737 fi
11738 rm -f core conftest.err conftest.$ac_objext \
11739     conftest$ac_exeext conftest.$ac_ext
11740 CFLAGS=$ac_wine_try_cflags_saved
11741 fi
11742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
11743 $as_echo "$ac_cv_cflags__Werror" >&6; }
11744 if test $ac_cv_cflags__Werror = yes; then :
11745   EXTRACFLAGS="$EXTRACFLAGS -Werror"
11746 fi
11747   fi
11748
11749     saved_CFLAGS="$CFLAGS"
11750   CFLAGS="$CFLAGS -Werror"
11751   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
11752 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
11753 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
11754   $as_echo_n "(cached) " >&6
11755 else
11756   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11757 /* end confdefs.h.  */
11758 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
11759 int
11760 main ()
11761 {
11762
11763   ;
11764   return 0;
11765 }
11766 _ACEOF
11767 if ac_fn_c_try_compile "$LINENO"; then :
11768   ac_cv_have_ms_hook_prologue="yes"
11769 else
11770   ac_cv_have_ms_hook_prologue="no"
11771 fi
11772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11773 fi
11774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
11775 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
11776   CFLAGS="$saved_CFLAGS"
11777   if test "$ac_cv_have_ms_hook_prologue" = "yes"
11778   then
11779
11780 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
11781
11782   else
11783       $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
11784
11785   fi
11786 fi
11787
11788
11789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11790 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11791 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11792   $as_echo_n "(cached) " >&6
11793 else
11794   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11795 /* end confdefs.h.  */
11796 extern int ac_test;
11797 int
11798 main ()
11799 {
11800 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11801   ;
11802   return 0;
11803 }
11804 _ACEOF
11805 if ac_fn_c_try_link "$LINENO"; then :
11806   ac_cv_c_extern_prefix="yes"
11807 else
11808   ac_cv_c_extern_prefix="no"
11809 fi
11810 rm -f core conftest.err conftest.$ac_objext \
11811     conftest$ac_exeext conftest.$ac_ext
11812 fi
11813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11814 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11815
11816 case $host_cpu in
11817   *i[3456789]86*)
11818     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11819 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11820 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11821   $as_echo_n "(cached) " >&6
11822 else
11823   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11824 /* end confdefs.h.  */
11825 #ifndef _MSC_VER
11826 #define __stdcall __attribute__((__stdcall__))
11827 #endif
11828 int __stdcall ac_test(int i) { return i; }
11829 int
11830 main ()
11831 {
11832 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11833   ;
11834   return 0;
11835 }
11836 _ACEOF
11837 if ac_fn_c_try_link "$LINENO"; then :
11838   ac_cv_c_stdcall_suffix="yes"
11839 else
11840   ac_cv_c_stdcall_suffix="no"
11841 fi
11842 rm -f core conftest.err conftest.$ac_objext \
11843     conftest$ac_exeext conftest.$ac_ext
11844 fi
11845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11846 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11847   *) ac_cv_c_stdcall_suffix="no" ;;
11848 esac
11849
11850
11851 if test "$ac_cv_c_extern_prefix" = "yes"
11852 then
11853     $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11854
11855     asm_name_prefix="_"
11856 else
11857     $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11858
11859     asm_name_prefix=""
11860 fi
11861
11862
11863 if test "$ac_cv_c_stdcall_suffix" = "yes"
11864 then
11865     $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11866
11867 else
11868     $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11869
11870 fi
11871
11872
11873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11874 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11875 if test "${ac_cv_asm_func_def+set}" = set; then :
11876   $as_echo_n "(cached) " >&6
11877 else
11878   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11879 /* end confdefs.h.  */
11880
11881 int
11882 main ()
11883 {
11884 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11885   ;
11886   return 0;
11887 }
11888 _ACEOF
11889 if ac_fn_c_try_link "$LINENO"; then :
11890   ac_cv_asm_func_def=".def"
11891 else
11892   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11893 /* end confdefs.h.  */
11894
11895 int
11896 main ()
11897 {
11898 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11899   ;
11900   return 0;
11901 }
11902 _ACEOF
11903 if ac_fn_c_try_link "$LINENO"; then :
11904   ac_cv_asm_func_def=".type @function"
11905 else
11906   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11907 /* end confdefs.h.  */
11908
11909 int
11910 main ()
11911 {
11912 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11913   ;
11914   return 0;
11915 }
11916 _ACEOF
11917 if ac_fn_c_try_link "$LINENO"; then :
11918   ac_cv_asm_func_def=".type 2"
11919 else
11920   ac_cv_asm_func_def="unknown"
11921 fi
11922 rm -f core conftest.err conftest.$ac_objext \
11923     conftest$ac_exeext conftest.$ac_ext
11924 fi
11925 rm -f core conftest.err conftest.$ac_objext \
11926     conftest$ac_exeext conftest.$ac_ext
11927 fi
11928 rm -f core conftest.err conftest.$ac_objext \
11929     conftest$ac_exeext conftest.$ac_ext
11930 fi
11931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11932 $as_echo "$ac_cv_asm_func_def" >&6; }
11933
11934
11935 case "$ac_cv_asm_func_def" in
11936   ".def")
11937      $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11938
11939      asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11940   ".type @function")
11941      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
11942
11943      asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
11944   ".type 2")
11945      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
11946
11947      asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
11948   *)
11949      $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
11950
11951      asm_func_header="" ;;
11952 esac
11953
11954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
11955 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
11956 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
11957   $as_echo_n "(cached) " >&6
11958 else
11959   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11960 /* end confdefs.h.  */
11961 asm(".text\n\t.long 0");
11962 int
11963 main ()
11964 {
11965
11966   ;
11967   return 0;
11968 }
11969 _ACEOF
11970 if ac_fn_c_try_compile "$LINENO"; then :
11971   ac_cv_c_asm_outside_funcs="yes"
11972 else
11973   ac_cv_c_asm_outside_funcs="no"
11974 fi
11975 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11976 fi
11977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
11978 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11979
11980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
11981 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
11982 if test "${ac_cv_c_dot_previous+set}" = set; then :
11983   $as_echo_n "(cached) " >&6
11984 else
11985   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11986 /* end confdefs.h.  */
11987
11988 int
11989 main ()
11990 {
11991 asm(".text\nac_test:\t.long 0\n\t.previous");
11992   ;
11993   return 0;
11994 }
11995 _ACEOF
11996 if ac_fn_c_try_link "$LINENO"; then :
11997   ac_cv_c_dot_previous="yes"
11998 else
11999   ac_cv_c_dot_previous="no"
12000 fi
12001 rm -f core conftest.err conftest.$ac_objext \
12002     conftest$ac_exeext conftest.$ac_ext
12003 fi
12004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
12005 $as_echo "$ac_cv_c_dot_previous" >&6; }
12006
12007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
12008 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
12009 if test "${ac_cv_c_cfi_support+set}" = set; then :
12010   $as_echo_n "(cached) " >&6
12011 else
12012   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12013 /* end confdefs.h.  */
12014 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
12015 int
12016 main ()
12017 {
12018
12019   ;
12020   return 0;
12021 }
12022 _ACEOF
12023 if ac_fn_c_try_compile "$LINENO"; then :
12024   ac_cv_c_cfi_support="yes"
12025 else
12026   ac_cv_c_cfi_support="no"
12027 fi
12028 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12029 fi
12030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
12031 $as_echo "$ac_cv_c_cfi_support" >&6; }
12032
12033 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
12034 asm_func_trailer=""
12035 if test "$ac_cv_c_dot_previous" = "yes"
12036 then
12037    asm_func_trailer="\\n\\t.previous"
12038 fi
12039 if test "$ac_cv_c_cfi_support" = "yes"
12040 then
12041    asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
12042    asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
12043
12044 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
12045
12046 else
12047    $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
12048
12049 fi
12050
12051 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
12052
12053
12054 if test "$ac_cv_c_asm_outside_funcs" = "yes"
12055 then
12056     cat >>confdefs.h <<_ACEOF
12057 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
12058 _ACEOF
12059
12060 else
12061     cat >>confdefs.h <<_ACEOF
12062 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
12063 _ACEOF
12064
12065 fi
12066
12067 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
12068
12069
12070 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
12071
12072
12073
12074 LDPATH=""
12075
12076 case $build_os in
12077   cygwin*|mingw32*)
12078     TOOLSEXT=".exe"
12079
12080     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
12081     ;;
12082   darwin*|macosx*)
12083     ;;
12084   *)
12085     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
12086     ;;
12087 esac
12088
12089 case $host_os in
12090   mingw32*)
12091     CRTLIBS="-lmsvcrt"
12092
12093     SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
12094
12095     ;;
12096 esac
12097
12098 MAIN_BINARY="wine"
12099
12100 test -z "$with_wine64" || MAIN_BINARY="wine32"
12101
12102 case $host_cpu in
12103   *i[3456789]86*)
12104     case $host_os in
12105       linux*)
12106         EXTRA_BINARIES="wine-preloader"
12107  ;;
12108     esac
12109     ;;
12110 esac
12111
12112
12113 ac_save_CFLAGS="$CFLAGS"
12114 CFLAGS="$CFLAGS $BUILTINFLAG"
12115 for ac_func in \
12116         _pclose \
12117         _popen \
12118         _snprintf \
12119         _spawnvp \
12120         _strdup \
12121         _stricmp \
12122         _strnicmp \
12123         _strtoi64 \
12124         _strtoui64 \
12125         _vsnprintf \
12126         asctime_r \
12127         chsize \
12128         dlopen \
12129         epoll_create \
12130         ffs \
12131         finite \
12132         fnmatch \
12133         fork \
12134         fpclass \
12135         fstatfs \
12136         fstatvfs \
12137         ftruncate \
12138         futimes \
12139         futimesat \
12140         getdirentries \
12141         getopt_long \
12142         getpagesize \
12143         getpwuid \
12144         gettid \
12145         gettimeofday \
12146         getuid \
12147         kqueue \
12148         lstat \
12149         memmove \
12150         mmap \
12151         pclose \
12152         pipe2 \
12153         poll \
12154         popen \
12155         port_create \
12156         prctl \
12157         pread \
12158         pwrite \
12159         readdir \
12160         readlink \
12161         sched_setaffinity \
12162         sched_yield \
12163         select \
12164         setproctitle \
12165         setrlimit \
12166         settimeofday \
12167         sigaltstack \
12168         sigprocmask \
12169         snprintf \
12170         spawnvp \
12171         statfs \
12172         statvfs \
12173         strcasecmp \
12174         strdup \
12175         strerror \
12176         strncasecmp \
12177         strtold \
12178         strtoll \
12179         strtoull \
12180         symlink \
12181         tcgetattr \
12182         thr_kill2 \
12183         timegm \
12184         usleep \
12185         vsnprintf \
12186         wait4 \
12187         waitpid \
12188
12189 do :
12190   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12191 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12192 eval as_val=\$$as_ac_var
12193    if test "x$as_val" = x""yes; then :
12194   cat >>confdefs.h <<_ACEOF
12195 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12196 _ACEOF
12197
12198 fi
12199 done
12200
12201 CFLAGS="$ac_save_CFLAGS"
12202
12203 if test "$ac_cv_func_dlopen" = no
12204 then
12205     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12206 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12207 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12208   $as_echo_n "(cached) " >&6
12209 else
12210   ac_check_lib_save_LIBS=$LIBS
12211 LIBS="-ldl  $LIBS"
12212 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12213 /* end confdefs.h.  */
12214
12215 /* Override any GCC internal prototype to avoid an error.
12216    Use char because int might match the return type of a GCC
12217    builtin and then its argument prototype would still apply.  */
12218 #ifdef __cplusplus
12219 extern "C"
12220 #endif
12221 char dlopen ();
12222 int
12223 main ()
12224 {
12225 return dlopen ();
12226   ;
12227   return 0;
12228 }
12229 _ACEOF
12230 if ac_fn_c_try_link "$LINENO"; then :
12231   ac_cv_lib_dl_dlopen=yes
12232 else
12233   ac_cv_lib_dl_dlopen=no
12234 fi
12235 rm -f core conftest.err conftest.$ac_objext \
12236     conftest$ac_exeext conftest.$ac_ext
12237 LIBS=$ac_check_lib_save_LIBS
12238 fi
12239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12240 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12241 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12242   $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12243  LIBDL="-ldl"
12244
12245 fi
12246
12247 fi
12248 ac_wine_check_funcs_save_LIBS="$LIBS"
12249 LIBS="$LIBS $LIBDL"
12250 for ac_func in dladdr
12251 do :
12252   ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12253 if test "x$ac_cv_func_dladdr" = x""yes; then :
12254   cat >>confdefs.h <<_ACEOF
12255 #define HAVE_DLADDR 1
12256 _ACEOF
12257
12258 fi
12259 done
12260
12261 LIBS="$ac_wine_check_funcs_save_LIBS"
12262
12263 if test "$ac_cv_func_poll" = no
12264 then
12265     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12266 $as_echo_n "checking for poll in -lpoll... " >&6; }
12267 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12268   $as_echo_n "(cached) " >&6
12269 else
12270   ac_check_lib_save_LIBS=$LIBS
12271 LIBS="-lpoll  $LIBS"
12272 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12273 /* end confdefs.h.  */
12274
12275 /* Override any GCC internal prototype to avoid an error.
12276    Use char because int might match the return type of a GCC
12277    builtin and then its argument prototype would still apply.  */
12278 #ifdef __cplusplus
12279 extern "C"
12280 #endif
12281 char poll ();
12282 int
12283 main ()
12284 {
12285 return poll ();
12286   ;
12287   return 0;
12288 }
12289 _ACEOF
12290 if ac_fn_c_try_link "$LINENO"; then :
12291   ac_cv_lib_poll_poll=yes
12292 else
12293   ac_cv_lib_poll_poll=no
12294 fi
12295 rm -f core conftest.err conftest.$ac_objext \
12296     conftest$ac_exeext conftest.$ac_ext
12297 LIBS=$ac_check_lib_save_LIBS
12298 fi
12299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12300 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12301 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12302   $as_echo "#define HAVE_POLL 1" >>confdefs.h
12303  LIBPOLL="-lpoll"
12304
12305 fi
12306
12307 fi
12308
12309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12310 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12311 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12312   $as_echo_n "(cached) " >&6
12313 else
12314   ac_func_search_save_LIBS=$LIBS
12315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12316 /* end confdefs.h.  */
12317
12318 /* Override any GCC internal prototype to avoid an error.
12319    Use char because int might match the return type of a GCC
12320    builtin and then its argument prototype would still apply.  */
12321 #ifdef __cplusplus
12322 extern "C"
12323 #endif
12324 char gethostbyname ();
12325 int
12326 main ()
12327 {
12328 return gethostbyname ();
12329   ;
12330   return 0;
12331 }
12332 _ACEOF
12333 for ac_lib in '' nsl; do
12334   if test -z "$ac_lib"; then
12335     ac_res="none required"
12336   else
12337     ac_res=-l$ac_lib
12338     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12339   fi
12340   if ac_fn_c_try_link "$LINENO"; then :
12341   ac_cv_search_gethostbyname=$ac_res
12342 fi
12343 rm -f core conftest.err conftest.$ac_objext \
12344     conftest$ac_exeext
12345   if test "${ac_cv_search_gethostbyname+set}" = set; then :
12346   break
12347 fi
12348 done
12349 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12350
12351 else
12352   ac_cv_search_gethostbyname=no
12353 fi
12354 rm conftest.$ac_ext
12355 LIBS=$ac_func_search_save_LIBS
12356 fi
12357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12358 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12359 ac_res=$ac_cv_search_gethostbyname
12360 if test "$ac_res" != no; then :
12361   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12362
12363 fi
12364
12365
12366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12367 $as_echo_n "checking for library containing connect... " >&6; }
12368 if test "${ac_cv_search_connect+set}" = set; then :
12369   $as_echo_n "(cached) " >&6
12370 else
12371   ac_func_search_save_LIBS=$LIBS
12372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12373 /* end confdefs.h.  */
12374
12375 /* Override any GCC internal prototype to avoid an error.
12376    Use char because int might match the return type of a GCC
12377    builtin and then its argument prototype would still apply.  */
12378 #ifdef __cplusplus
12379 extern "C"
12380 #endif
12381 char connect ();
12382 int
12383 main ()
12384 {
12385 return connect ();
12386   ;
12387   return 0;
12388 }
12389 _ACEOF
12390 for ac_lib in '' socket; do
12391   if test -z "$ac_lib"; then
12392     ac_res="none required"
12393   else
12394     ac_res=-l$ac_lib
12395     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12396   fi
12397   if ac_fn_c_try_link "$LINENO"; then :
12398   ac_cv_search_connect=$ac_res
12399 fi
12400 rm -f core conftest.err conftest.$ac_objext \
12401     conftest$ac_exeext
12402   if test "${ac_cv_search_connect+set}" = set; then :
12403   break
12404 fi
12405 done
12406 if test "${ac_cv_search_connect+set}" = set; then :
12407
12408 else
12409   ac_cv_search_connect=no
12410 fi
12411 rm conftest.$ac_ext
12412 LIBS=$ac_func_search_save_LIBS
12413 fi
12414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12415 $as_echo "$ac_cv_search_connect" >&6; }
12416 ac_res=$ac_cv_search_connect
12417 if test "$ac_res" != no; then :
12418   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12419
12420 fi
12421
12422
12423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12424 $as_echo_n "checking for library containing inet_aton... " >&6; }
12425 if test "${ac_cv_search_inet_aton+set}" = set; then :
12426   $as_echo_n "(cached) " >&6
12427 else
12428   ac_func_search_save_LIBS=$LIBS
12429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12430 /* end confdefs.h.  */
12431
12432 /* Override any GCC internal prototype to avoid an error.
12433    Use char because int might match the return type of a GCC
12434    builtin and then its argument prototype would still apply.  */
12435 #ifdef __cplusplus
12436 extern "C"
12437 #endif
12438 char inet_aton ();
12439 int
12440 main ()
12441 {
12442 return inet_aton ();
12443   ;
12444   return 0;
12445 }
12446 _ACEOF
12447 for ac_lib in '' resolv; do
12448   if test -z "$ac_lib"; then
12449     ac_res="none required"
12450   else
12451     ac_res=-l$ac_lib
12452     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12453   fi
12454   if ac_fn_c_try_link "$LINENO"; then :
12455   ac_cv_search_inet_aton=$ac_res
12456 fi
12457 rm -f core conftest.err conftest.$ac_objext \
12458     conftest$ac_exeext
12459   if test "${ac_cv_search_inet_aton+set}" = set; then :
12460   break
12461 fi
12462 done
12463 if test "${ac_cv_search_inet_aton+set}" = set; then :
12464
12465 else
12466   ac_cv_search_inet_aton=no
12467 fi
12468 rm conftest.$ac_ext
12469 LIBS=$ac_func_search_save_LIBS
12470 fi
12471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12472 $as_echo "$ac_cv_search_inet_aton" >&6; }
12473 ac_res=$ac_cv_search_inet_aton
12474 if test "$ac_res" != no; then :
12475   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12476
12477 fi
12478
12479
12480 for ac_func in \
12481         getaddrinfo \
12482         getnameinfo \
12483         getnetbyname \
12484         getprotobyname \
12485         getprotobynumber \
12486         getservbyport \
12487         inet_network \
12488         inet_ntop \
12489         inet_pton \
12490         sendmsg \
12491         socketpair \
12492
12493 do :
12494   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12495 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12496 eval as_val=\$$as_ac_var
12497    if test "x$as_val" = x""yes; then :
12498   cat >>confdefs.h <<_ACEOF
12499 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12500 _ACEOF
12501
12502 fi
12503 done
12504
12505
12506 LDAPLIBS=""
12507
12508 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12509 then
12510     ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12511 "
12512 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12513   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12514 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12515 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12516   $as_echo_n "(cached) " >&6
12517 else
12518   ac_check_lib_save_LIBS=$LIBS
12519 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12521 /* end confdefs.h.  */
12522
12523 /* Override any GCC internal prototype to avoid an error.
12524    Use char because int might match the return type of a GCC
12525    builtin and then its argument prototype would still apply.  */
12526 #ifdef __cplusplus
12527 extern "C"
12528 #endif
12529 char ldap_initialize ();
12530 int
12531 main ()
12532 {
12533 return ldap_initialize ();
12534   ;
12535   return 0;
12536 }
12537 _ACEOF
12538 if ac_fn_c_try_link "$LINENO"; then :
12539   ac_cv_lib_ldap_r_ldap_initialize=yes
12540 else
12541   ac_cv_lib_ldap_r_ldap_initialize=no
12542 fi
12543 rm -f core conftest.err conftest.$ac_objext \
12544     conftest$ac_exeext conftest.$ac_ext
12545 LIBS=$ac_check_lib_save_LIBS
12546 fi
12547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12548 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12549 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12550   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12551 $as_echo_n "checking for ber_init in -llber... " >&6; }
12552 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12553   $as_echo_n "(cached) " >&6
12554 else
12555   ac_check_lib_save_LIBS=$LIBS
12556 LIBS="-llber $LIBPTHREAD $LIBS"
12557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12558 /* end confdefs.h.  */
12559
12560 /* Override any GCC internal prototype to avoid an error.
12561    Use char because int might match the return type of a GCC
12562    builtin and then its argument prototype would still apply.  */
12563 #ifdef __cplusplus
12564 extern "C"
12565 #endif
12566 char ber_init ();
12567 int
12568 main ()
12569 {
12570 return ber_init ();
12571   ;
12572   return 0;
12573 }
12574 _ACEOF
12575 if ac_fn_c_try_link "$LINENO"; then :
12576   ac_cv_lib_lber_ber_init=yes
12577 else
12578   ac_cv_lib_lber_ber_init=no
12579 fi
12580 rm -f core conftest.err conftest.$ac_objext \
12581     conftest$ac_exeext conftest.$ac_ext
12582 LIBS=$ac_check_lib_save_LIBS
12583 fi
12584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12585 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12586 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12587
12588 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12589
12590                  LDAPLIBS="-lldap_r -llber"
12591 fi
12592
12593 fi
12594
12595 fi
12596
12597     ac_wine_check_funcs_save_LIBS="$LIBS"
12598 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12599 for ac_func in \
12600         ldap_count_references \
12601         ldap_first_reference \
12602         ldap_next_reference \
12603         ldap_parse_reference \
12604         ldap_parse_sort_control \
12605         ldap_parse_sortresponse_control \
12606         ldap_parse_vlv_control \
12607         ldap_parse_vlvresponse_control
12608 do :
12609   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12610 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12611 eval as_val=\$$as_ac_var
12612    if test "x$as_val" = x""yes; then :
12613   cat >>confdefs.h <<_ACEOF
12614 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12615 _ACEOF
12616
12617 fi
12618 done
12619
12620 LIBS="$ac_wine_check_funcs_save_LIBS"
12621 fi
12622 if test "x$LDAPLIBS" = "x"; then :
12623   case "x$with_ldap" in
12624   x)   as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12625   xno) ;;
12626   *)   as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12627 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12628 esac
12629 fi
12630
12631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12632 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12633 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12634   $as_echo_n "(cached) " >&6
12635 else
12636   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12637 /* end confdefs.h.  */
12638 #include <sys/stat.h>
12639 int
12640 main ()
12641 {
12642 mkdir("foo");
12643   ;
12644   return 0;
12645 }
12646 _ACEOF
12647 if ac_fn_c_try_compile "$LINENO"; then :
12648   wine_cv_one_arg_mkdir=yes
12649 else
12650   wine_cv_one_arg_mkdir=no
12651 fi
12652 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12653 fi
12654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12655 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12656 if test "$wine_cv_one_arg_mkdir" = "yes"
12657 then
12658
12659 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12660
12661 fi
12662
12663
12664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12665 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12666 if test "${ac_cv_c_const+set}" = set; then :
12667   $as_echo_n "(cached) " >&6
12668 else
12669   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12670 /* end confdefs.h.  */
12671
12672 int
12673 main ()
12674 {
12675 /* FIXME: Include the comments suggested by Paul. */
12676 #ifndef __cplusplus
12677   /* Ultrix mips cc rejects this.  */
12678   typedef int charset[2];
12679   const charset cs;
12680   /* SunOS 4.1.1 cc rejects this.  */
12681   char const *const *pcpcc;
12682   char **ppc;
12683   /* NEC SVR4.0.2 mips cc rejects this.  */
12684   struct point {int x, y;};
12685   static struct point const zero = {0,0};
12686   /* AIX XL C 1.02.0.0 rejects this.
12687      It does not let you subtract one const X* pointer from another in
12688      an arm of an if-expression whose if-part is not a constant
12689      expression */
12690   const char *g = "string";
12691   pcpcc = &g + (g ? g-g : 0);
12692   /* HPUX 7.0 cc rejects these. */
12693   ++pcpcc;
12694   ppc = (char**) pcpcc;
12695   pcpcc = (char const *const *) ppc;
12696   { /* SCO 3.2v4 cc rejects this.  */
12697     char *t;
12698     char const *s = 0 ? (char *) 0 : (char const *) 0;
12699
12700     *t++ = 0;
12701     if (s) return 0;
12702   }
12703   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
12704     int x[] = {25, 17};
12705     const int *foo = &x[0];
12706     ++foo;
12707   }
12708   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12709     typedef const int *iptr;
12710     iptr p = 0;
12711     ++p;
12712   }
12713   { /* AIX XL C 1.02.0.0 rejects this saying
12714        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12715     struct s { int j; const int *ap[3]; };
12716     struct s *b; b->j = 5;
12717   }
12718   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12719     const int foo = 10;
12720     if (!foo) return 0;
12721   }
12722   return !cs[0] && !zero.x;
12723 #endif
12724
12725   ;
12726   return 0;
12727 }
12728 _ACEOF
12729 if ac_fn_c_try_compile "$LINENO"; then :
12730   ac_cv_c_const=yes
12731 else
12732   ac_cv_c_const=no
12733 fi
12734 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12735 fi
12736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12737 $as_echo "$ac_cv_c_const" >&6; }
12738 if test $ac_cv_c_const = no; then
12739
12740 $as_echo "#define const /**/" >>confdefs.h
12741
12742 fi
12743
12744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12745 $as_echo_n "checking for inline... " >&6; }
12746 if test "${ac_cv_c_inline+set}" = set; then :
12747   $as_echo_n "(cached) " >&6
12748 else
12749   ac_cv_c_inline=no
12750 for ac_kw in inline __inline__ __inline; do
12751   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12752 /* end confdefs.h.  */
12753 #ifndef __cplusplus
12754 typedef int foo_t;
12755 static $ac_kw foo_t static_foo () {return 0; }
12756 $ac_kw foo_t foo () {return 0; }
12757 #endif
12758
12759 _ACEOF
12760 if ac_fn_c_try_compile "$LINENO"; then :
12761   ac_cv_c_inline=$ac_kw
12762 fi
12763 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12764   test "$ac_cv_c_inline" != no && break
12765 done
12766
12767 fi
12768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12769 $as_echo "$ac_cv_c_inline" >&6; }
12770
12771 case $ac_cv_c_inline in
12772   inline | yes) ;;
12773   *)
12774     case $ac_cv_c_inline in
12775       no) ac_val=;;
12776       *) ac_val=$ac_cv_c_inline;;
12777     esac
12778     cat >>confdefs.h <<_ACEOF
12779 #ifndef __cplusplus
12780 #define inline $ac_val
12781 #endif
12782 _ACEOF
12783     ;;
12784 esac
12785
12786 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12787 if test "x$ac_cv_type_mode_t" = x""yes; then :
12788
12789 cat >>confdefs.h <<_ACEOF
12790 #define HAVE_MODE_T 1
12791 _ACEOF
12792
12793
12794 fi
12795 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12796 if test "x$ac_cv_type_off_t" = x""yes; then :
12797
12798 cat >>confdefs.h <<_ACEOF
12799 #define HAVE_OFF_T 1
12800 _ACEOF
12801
12802
12803 fi
12804 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12805 if test "x$ac_cv_type_pid_t" = x""yes; then :
12806
12807 cat >>confdefs.h <<_ACEOF
12808 #define HAVE_PID_T 1
12809 _ACEOF
12810
12811
12812 fi
12813 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12814 if test "x$ac_cv_type_size_t" = x""yes; then :
12815
12816 cat >>confdefs.h <<_ACEOF
12817 #define HAVE_SIZE_T 1
12818 _ACEOF
12819
12820
12821 fi
12822 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12823 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12824
12825 cat >>confdefs.h <<_ACEOF
12826 #define HAVE_SSIZE_T 1
12827 _ACEOF
12828
12829
12830 fi
12831 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12832 if test "x$ac_cv_type_long_long" = x""yes; then :
12833
12834 cat >>confdefs.h <<_ACEOF
12835 #define HAVE_LONG_LONG 1
12836 _ACEOF
12837
12838
12839 fi
12840 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12841 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12842
12843 cat >>confdefs.h <<_ACEOF
12844 #define HAVE_FSBLKCNT_T 1
12845 _ACEOF
12846
12847
12848 fi
12849 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12850 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12851
12852 cat >>confdefs.h <<_ACEOF
12853 #define HAVE_FSFILCNT_T 1
12854 _ACEOF
12855
12856
12857 fi
12858
12859 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12860 #include <signal.h>
12861 "
12862 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12863
12864 cat >>confdefs.h <<_ACEOF
12865 #define HAVE_SIGSET_T 1
12866 _ACEOF
12867
12868
12869 fi
12870
12871 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12872 "
12873 if test "x$ac_cv_type_request_sense" = x""yes; then :
12874
12875 cat >>confdefs.h <<_ACEOF
12876 #define HAVE_REQUEST_SENSE 1
12877 _ACEOF
12878
12879
12880 fi
12881
12882
12883 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12884 #ifdef HAVE_SYS_SOCKET_H
12885 #include <sys/socket.h>
12886 #endif
12887 #ifdef HAVE_SYS_SOCKETVAR_H
12888 #include <sys/socketvar.h>
12889 #endif
12890 #ifdef HAVE_NET_ROUTE_H
12891 #include <net/route.h>
12892 #endif
12893 #ifdef HAVE_NETINET_IN_H
12894 #include <netinet/in.h>
12895 #endif
12896 #ifdef HAVE_NETINET_IN_SYSTM_H
12897 #include <netinet/in_systm.h>
12898 #endif
12899 #ifdef HAVE_NETINET_IP_H
12900 #include <netinet/ip.h>
12901 #endif
12902 #ifdef HAVE_NETINET_IN_PCB_H
12903 #include <netinet/in_pcb.h>
12904 #endif
12905 "
12906 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12907
12908 cat >>confdefs.h <<_ACEOF
12909 #define HAVE_STRUCT_XINPGEN 1
12910 _ACEOF
12911
12912
12913 fi
12914
12915
12916 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12917 #include <linux/input.h>
12918 #endif
12919 "
12920 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12921
12922 cat >>confdefs.h <<_ACEOF
12923 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12924 _ACEOF
12925
12926
12927 fi
12928
12929
12930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12931 $as_echo_n "checking for sigaddset... " >&6; }
12932 if test "${wine_cv_have_sigaddset+set}" = set; then :
12933   $as_echo_n "(cached) " >&6
12934 else
12935   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12936 /* end confdefs.h.  */
12937 #include <signal.h>
12938 int
12939 main ()
12940 {
12941 sigset_t set; sigaddset(&set,SIGTERM);
12942   ;
12943   return 0;
12944 }
12945 _ACEOF
12946 if ac_fn_c_try_link "$LINENO"; then :
12947   wine_cv_have_sigaddset=yes
12948 else
12949   wine_cv_have_sigaddset=no
12950 fi
12951 rm -f core conftest.err conftest.$ac_objext \
12952     conftest$ac_exeext conftest.$ac_ext
12953 fi
12954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
12955 $as_echo "$wine_cv_have_sigaddset" >&6; }
12956 if test "$wine_cv_have_sigaddset" = "yes"
12957 then
12958
12959 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
12960
12961 fi
12962
12963
12964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12965 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
12966 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
12967   $as_echo_n "(cached) " >&6
12968 else
12969   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12970 /* end confdefs.h.  */
12971 #include <netdb.h>
12972 int
12973 main ()
12974 {
12975
12976     char *name=0;
12977     struct hostent he;
12978     struct hostent *result;
12979     char *buf=0;
12980     int bufsize=0;
12981     int res,errnr;
12982     char *addr=0;
12983     int addrlen=0;
12984     int addrtype=0;
12985     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12986     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12987
12988   ;
12989   return 0;
12990 }
12991 _ACEOF
12992 if ac_fn_c_try_link "$LINENO"; then :
12993   wine_cv_linux_gethostbyname_r_6=yes
12994 else
12995   wine_cv_linux_gethostbyname_r_6=no
12996
12997 fi
12998 rm -f core conftest.err conftest.$ac_objext \
12999     conftest$ac_exeext conftest.$ac_ext
13000
13001 fi
13002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
13003 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
13004    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
13005    then
13006
13007 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
13008
13009    fi
13010
13011 if test "$ac_cv_header_linux_joystick_h" = "yes"
13012 then
13013    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
13014 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
13015 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
13016   $as_echo_n "(cached) " >&6
13017 else
13018   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13019 /* end confdefs.h.  */
13020
13021         #include <sys/ioctl.h>
13022         #include <sys/types.h>
13023         #include <linux/joystick.h>
13024
13025         struct js_event blub;
13026         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
13027         #error "no 2.2 header"
13028         #endif
13029
13030 int
13031 main ()
13032 {
13033 /*empty*/
13034   ;
13035   return 0;
13036 }
13037 _ACEOF
13038 if ac_fn_c_try_compile "$LINENO"; then :
13039   wine_cv_linux_joystick_22_api=yes
13040 else
13041   wine_cv_linux_joystick_22_api=no
13042 fi
13043 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13044
13045 fi
13046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
13047 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
13048    if test "$wine_cv_linux_joystick_22_api" = "yes"
13049    then
13050
13051 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
13052
13053    fi
13054 fi
13055
13056
13057 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
13058 #ifdef HAVE_SYS_PARAM_H
13059 # include <sys/param.h>
13060 #endif
13061 #ifdef HAVE_SYS_MOUNT_H
13062 # include <sys/mount.h>
13063 #endif
13064 #ifdef HAVE_SYS_VFS_H
13065 # include <sys/vfs.h>
13066 #endif
13067 #ifdef HAVE_SYS_STATFS_H
13068 # include <sys/statfs.h>
13069 #endif
13070 "
13071 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
13072
13073 cat >>confdefs.h <<_ACEOF
13074 #define HAVE_STRUCT_STATFS_F_BFREE 1
13075 _ACEOF
13076
13077
13078 fi
13079 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
13080 #ifdef HAVE_SYS_PARAM_H
13081 # include <sys/param.h>
13082 #endif
13083 #ifdef HAVE_SYS_MOUNT_H
13084 # include <sys/mount.h>
13085 #endif
13086 #ifdef HAVE_SYS_VFS_H
13087 # include <sys/vfs.h>
13088 #endif
13089 #ifdef HAVE_SYS_STATFS_H
13090 # include <sys/statfs.h>
13091 #endif
13092 "
13093 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
13094
13095 cat >>confdefs.h <<_ACEOF
13096 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
13097 _ACEOF
13098
13099
13100 fi
13101 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
13102 #ifdef HAVE_SYS_PARAM_H
13103 # include <sys/param.h>
13104 #endif
13105 #ifdef HAVE_SYS_MOUNT_H
13106 # include <sys/mount.h>
13107 #endif
13108 #ifdef HAVE_SYS_VFS_H
13109 # include <sys/vfs.h>
13110 #endif
13111 #ifdef HAVE_SYS_STATFS_H
13112 # include <sys/statfs.h>
13113 #endif
13114 "
13115 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
13116
13117 cat >>confdefs.h <<_ACEOF
13118 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
13119 _ACEOF
13120
13121
13122 fi
13123 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13124 #ifdef HAVE_SYS_PARAM_H
13125 # include <sys/param.h>
13126 #endif
13127 #ifdef HAVE_SYS_MOUNT_H
13128 # include <sys/mount.h>
13129 #endif
13130 #ifdef HAVE_SYS_VFS_H
13131 # include <sys/vfs.h>
13132 #endif
13133 #ifdef HAVE_SYS_STATFS_H
13134 # include <sys/statfs.h>
13135 #endif
13136 "
13137 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13138
13139 cat >>confdefs.h <<_ACEOF
13140 #define HAVE_STRUCT_STATFS_F_FFREE 1
13141 _ACEOF
13142
13143
13144 fi
13145 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13146 #ifdef HAVE_SYS_PARAM_H
13147 # include <sys/param.h>
13148 #endif
13149 #ifdef HAVE_SYS_MOUNT_H
13150 # include <sys/mount.h>
13151 #endif
13152 #ifdef HAVE_SYS_VFS_H
13153 # include <sys/vfs.h>
13154 #endif
13155 #ifdef HAVE_SYS_STATFS_H
13156 # include <sys/statfs.h>
13157 #endif
13158 "
13159 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13160
13161 cat >>confdefs.h <<_ACEOF
13162 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13163 _ACEOF
13164
13165
13166 fi
13167 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13168 #ifdef HAVE_SYS_PARAM_H
13169 # include <sys/param.h>
13170 #endif
13171 #ifdef HAVE_SYS_MOUNT_H
13172 # include <sys/mount.h>
13173 #endif
13174 #ifdef HAVE_SYS_VFS_H
13175 # include <sys/vfs.h>
13176 #endif
13177 #ifdef HAVE_SYS_STATFS_H
13178 # include <sys/statfs.h>
13179 #endif
13180 "
13181 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13182
13183 cat >>confdefs.h <<_ACEOF
13184 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13185 _ACEOF
13186
13187
13188 fi
13189
13190
13191 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13192 #include <sys/statvfs.h>
13193 #endif
13194 "
13195 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13196
13197 cat >>confdefs.h <<_ACEOF
13198 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13199 _ACEOF
13200
13201
13202 fi
13203
13204
13205 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13206 #ifdef HAVE_SYS_SOCKET_H
13207 # include <sys/socket.h>
13208 #endif
13209 #ifdef HAVE_SYS_UN_H
13210 # include <sys/un.h>
13211 #endif
13212 "
13213 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13214
13215 cat >>confdefs.h <<_ACEOF
13216 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13217 _ACEOF
13218
13219
13220 fi
13221 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13222 #ifdef HAVE_SYS_SOCKET_H
13223 # include <sys/socket.h>
13224 #endif
13225 #ifdef HAVE_SYS_UN_H
13226 # include <sys/un.h>
13227 #endif
13228 "
13229 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13230
13231 cat >>confdefs.h <<_ACEOF
13232 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13233 _ACEOF
13234
13235
13236 fi
13237 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13238 #ifdef HAVE_SYS_SOCKET_H
13239 # include <sys/socket.h>
13240 #endif
13241 #ifdef HAVE_SYS_UN_H
13242 # include <sys/un.h>
13243 #endif
13244 "
13245 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13246
13247 cat >>confdefs.h <<_ACEOF
13248 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13249 _ACEOF
13250
13251
13252 fi
13253
13254
13255 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13256 #ifdef HAVE_SCSI_SG_H
13257 #include <scsi/sg.h>
13258 #endif
13259 "
13260 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13261
13262 cat >>confdefs.h <<_ACEOF
13263 #define HAVE_SCSIREQ_T_CMD 1
13264 _ACEOF
13265
13266
13267 fi
13268 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>
13269 #ifdef HAVE_SCSI_SG_H
13270 #include <scsi/sg.h>
13271 #endif
13272 "
13273 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13274
13275 cat >>confdefs.h <<_ACEOF
13276 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13277 _ACEOF
13278
13279
13280 fi
13281
13282
13283 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13284 "
13285 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13286
13287 cat >>confdefs.h <<_ACEOF
13288 #define HAVE_SIGINFO_T_SI_FD 1
13289 _ACEOF
13290
13291
13292 fi
13293
13294
13295 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13296 #ifdef HAVE_SYS_MTIO_H
13297 #include <sys/mtio.h>
13298 #endif
13299 "
13300 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13301
13302 cat >>confdefs.h <<_ACEOF
13303 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13304 _ACEOF
13305
13306
13307 fi
13308 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13309 #ifdef HAVE_SYS_MTIO_H
13310 #include <sys/mtio.h>
13311 #endif
13312 "
13313 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13314
13315 cat >>confdefs.h <<_ACEOF
13316 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13317 _ACEOF
13318
13319
13320 fi
13321 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13322 #ifdef HAVE_SYS_MTIO_H
13323 #include <sys/mtio.h>
13324 #endif
13325 "
13326 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13327
13328 cat >>confdefs.h <<_ACEOF
13329 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13330 _ACEOF
13331
13332
13333 fi
13334
13335
13336 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13337 #include <getopt.h>
13338 #endif
13339 "
13340 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13341
13342 cat >>confdefs.h <<_ACEOF
13343 #define HAVE_STRUCT_OPTION_NAME 1
13344 _ACEOF
13345
13346
13347 fi
13348
13349
13350 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13351 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13352
13353 cat >>confdefs.h <<_ACEOF
13354 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13355 _ACEOF
13356
13357
13358 fi
13359 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13360 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13361
13362 cat >>confdefs.h <<_ACEOF
13363 #define HAVE_STRUCT_STAT_ST_MTIM 1
13364 _ACEOF
13365
13366
13367 fi
13368 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13369 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13370
13371 cat >>confdefs.h <<_ACEOF
13372 #define HAVE_STRUCT_STAT_ST_CTIM 1
13373 _ACEOF
13374
13375
13376 fi
13377 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13378 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13379
13380 cat >>confdefs.h <<_ACEOF
13381 #define HAVE_STRUCT_STAT_ST_ATIM 1
13382 _ACEOF
13383
13384
13385 fi
13386
13387
13388 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
13389 #include <sys/types.h>
13390 #endif
13391 #ifdef HAVE_NETINET_IN_H
13392 #include <netinet/in.h>
13393 #endif
13394 "
13395 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13396
13397 cat >>confdefs.h <<_ACEOF
13398 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13399 _ACEOF
13400
13401
13402 fi
13403
13404
13405 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13406 #include <sys/types.h>
13407 #endif
13408 #ifdef HAVE_NETINET_IN_H
13409 # include <netinet/in.h>
13410 #endif
13411 #ifdef HAVE_ARPA_NAMESER_H
13412 # include <arpa/nameser.h>
13413 #endif
13414 "
13415 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13416
13417 cat >>confdefs.h <<_ACEOF
13418 #define HAVE_NS_MSG__MSG_PTR 1
13419 _ACEOF
13420
13421
13422 fi
13423
13424
13425 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13426 #include <sys/types.h>
13427 #endif
13428 #ifdef HAVE_ALIAS_H
13429 #include <alias.h>
13430 #endif
13431 #ifdef HAVE_SYS_SOCKET_H
13432 #include <sys/socket.h>
13433 #endif
13434 #ifdef HAVE_SYS_SOCKETVAR_H
13435 #include <sys/socketvar.h>
13436 #endif
13437 #ifdef HAVE_SYS_TIMEOUT_H
13438 #include <sys/timeout.h>
13439 #endif
13440 #ifdef HAVE_NETINET_IN_H
13441 #include <netinet/in.h>
13442 #endif
13443 #ifdef HAVE_NETINET_IN_SYSTM_H
13444 #include <netinet/in_systm.h>
13445 #endif
13446 #ifdef HAVE_NETINET_IP_H
13447 #include <netinet/ip.h>
13448 #endif
13449 #ifdef HAVE_NETINET_IP_VAR_H
13450 #include <netinet/ip_var.h>
13451 #endif
13452 #ifdef HAVE_NETINET_IP_ICMP_H
13453 #include <netinet/ip_icmp.h>
13454 #endif
13455 #ifdef HAVE_NETINET_ICMP_VAR
13456 #include <netinet/icmp_var.h>
13457 #endif
13458 "
13459 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13460
13461 cat >>confdefs.h <<_ACEOF
13462 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13463 _ACEOF
13464
13465
13466 fi
13467
13468
13469 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
13470 #include <sys/types.h>
13471 #endif
13472 #ifdef HAVE_NET_IF_H
13473 # include <net/if.h>
13474 #endif
13475 "
13476 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then :
13477
13478 cat >>confdefs.h <<_ACEOF
13479 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
13480 _ACEOF
13481
13482
13483 fi
13484
13485
13486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13487 $as_echo_n "checking for timezone variable... " >&6; }
13488 if test "${ac_cv_have_timezone+set}" = set; then :
13489   $as_echo_n "(cached) " >&6
13490 else
13491   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13492 /* end confdefs.h.  */
13493 #include <time.h>
13494 int
13495 main ()
13496 {
13497 timezone = 1
13498   ;
13499   return 0;
13500 }
13501 _ACEOF
13502 if ac_fn_c_try_link "$LINENO"; then :
13503   ac_cv_have_timezone="yes"
13504 else
13505   ac_cv_have_timezone="no"
13506 fi
13507 rm -f core conftest.err conftest.$ac_objext \
13508     conftest$ac_exeext conftest.$ac_ext
13509 fi
13510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13511 $as_echo "$ac_cv_have_timezone" >&6; }
13512 if test "$ac_cv_have_timezone" = "yes"
13513 then
13514
13515 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13516
13517 fi
13518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13519 $as_echo_n "checking for daylight variable... " >&6; }
13520 if test "${ac_cv_have_daylight+set}" = set; then :
13521   $as_echo_n "(cached) " >&6
13522 else
13523   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13524 /* end confdefs.h.  */
13525 #include <time.h>
13526 int
13527 main ()
13528 {
13529 daylight = 1
13530   ;
13531   return 0;
13532 }
13533 _ACEOF
13534 if ac_fn_c_try_link "$LINENO"; then :
13535   ac_cv_have_daylight="yes"
13536 else
13537   ac_cv_have_daylight="no"
13538 fi
13539 rm -f core conftest.err conftest.$ac_objext \
13540     conftest$ac_exeext conftest.$ac_ext
13541 fi
13542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13543 $as_echo "$ac_cv_have_daylight" >&6; }
13544 if test "$ac_cv_have_daylight" = "yes"
13545 then
13546
13547 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13548
13549 fi
13550
13551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13552 $as_echo_n "checking for isinf... " >&6; }
13553 if test "${ac_cv_have_isinf+set}" = set; then :
13554   $as_echo_n "(cached) " >&6
13555 else
13556   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13557 /* end confdefs.h.  */
13558 #include <math.h>
13559 int
13560 main ()
13561 {
13562 float f = 0.0; int i=isinf(f)
13563   ;
13564   return 0;
13565 }
13566 _ACEOF
13567 if ac_fn_c_try_link "$LINENO"; then :
13568   ac_cv_have_isinf="yes"
13569 else
13570   ac_cv_have_isinf="no"
13571 fi
13572 rm -f core conftest.err conftest.$ac_objext \
13573     conftest$ac_exeext conftest.$ac_ext
13574 fi
13575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13576 $as_echo "$ac_cv_have_isinf" >&6; }
13577 if test "$ac_cv_have_isinf" = "yes"
13578 then
13579
13580 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13581
13582 fi
13583
13584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13585 $as_echo_n "checking for isnan... " >&6; }
13586 if test "${ac_cv_have_isnan+set}" = set; then :
13587   $as_echo_n "(cached) " >&6
13588 else
13589   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13590 /* end confdefs.h.  */
13591 #include <math.h>
13592 int
13593 main ()
13594 {
13595 float f = 0.0; int i=isnan(f)
13596   ;
13597   return 0;
13598 }
13599 _ACEOF
13600 if ac_fn_c_try_link "$LINENO"; then :
13601   ac_cv_have_isnan="yes"
13602 else
13603   ac_cv_have_isnan="no"
13604 fi
13605 rm -f core conftest.err conftest.$ac_objext \
13606     conftest$ac_exeext conftest.$ac_ext
13607 fi
13608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13609 $as_echo "$ac_cv_have_isnan" >&6; }
13610 if test "$ac_cv_have_isnan" = "yes"
13611 then
13612
13613 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13614
13615 fi
13616
13617
13618 case $host_cpu in
13619   *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13620 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13621 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13622   $as_echo_n "(cached) " >&6
13623 else
13624   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13625 /* end confdefs.h.  */
13626 #ifndef __i386__
13627 yes
13628 #endif
13629 _ACEOF
13630 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13631   $EGREP "yes" >/dev/null 2>&1; then :
13632   ac_cv_cpp_def___i386__=yes
13633 else
13634   ac_cv_cpp_def___i386__=no
13635 fi
13636 rm -f conftest*
13637
13638 fi
13639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13640 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13641 if test $ac_cv_cpp_def___i386__ = yes; then :
13642   CFLAGS="$CFLAGS -D__i386__"
13643   LINTFLAGS="$LINTFLAGS -D__i386__"
13644 fi ;;
13645   *x86_64*)         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13646 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13647 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13648   $as_echo_n "(cached) " >&6
13649 else
13650   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13651 /* end confdefs.h.  */
13652 #ifndef __x86_64__
13653 yes
13654 #endif
13655 _ACEOF
13656 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13657   $EGREP "yes" >/dev/null 2>&1; then :
13658   ac_cv_cpp_def___x86_64__=yes
13659 else
13660   ac_cv_cpp_def___x86_64__=no
13661 fi
13662 rm -f conftest*
13663
13664 fi
13665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13666 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13667 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13668   CFLAGS="$CFLAGS -D__x86_64__"
13669   LINTFLAGS="$LINTFLAGS -D__x86_64__"
13670 fi ;;
13671   *alpha*)          { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13672 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13673 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13674   $as_echo_n "(cached) " >&6
13675 else
13676   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13677 /* end confdefs.h.  */
13678 #ifndef __ALPHA__
13679 yes
13680 #endif
13681 _ACEOF
13682 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13683   $EGREP "yes" >/dev/null 2>&1; then :
13684   ac_cv_cpp_def___ALPHA__=yes
13685 else
13686   ac_cv_cpp_def___ALPHA__=no
13687 fi
13688 rm -f conftest*
13689
13690 fi
13691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13692 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13693 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13694   CFLAGS="$CFLAGS -D__ALPHA__"
13695   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13696 fi ;;
13697   *sparc*)          { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13698 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13699 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13700   $as_echo_n "(cached) " >&6
13701 else
13702   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13703 /* end confdefs.h.  */
13704 #ifndef __sparc__
13705 yes
13706 #endif
13707 _ACEOF
13708 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13709   $EGREP "yes" >/dev/null 2>&1; then :
13710   ac_cv_cpp_def___sparc__=yes
13711 else
13712   ac_cv_cpp_def___sparc__=no
13713 fi
13714 rm -f conftest*
13715
13716 fi
13717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13718 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13719 if test $ac_cv_cpp_def___sparc__ = yes; then :
13720   CFLAGS="$CFLAGS -D__sparc__"
13721   LINTFLAGS="$LINTFLAGS -D__sparc__"
13722 fi ;;
13723   *powerpc*)        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13724 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13725 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13726   $as_echo_n "(cached) " >&6
13727 else
13728   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13729 /* end confdefs.h.  */
13730 #ifndef __powerpc__
13731 yes
13732 #endif
13733 _ACEOF
13734 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13735   $EGREP "yes" >/dev/null 2>&1; then :
13736   ac_cv_cpp_def___powerpc__=yes
13737 else
13738   ac_cv_cpp_def___powerpc__=no
13739 fi
13740 rm -f conftest*
13741
13742 fi
13743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13744 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13745 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13746   CFLAGS="$CFLAGS -D__powerpc__"
13747   LINTFLAGS="$LINTFLAGS -D__powerpc__"
13748 fi ;;
13749 esac
13750
13751 case $host_vendor in
13752   *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13753 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13754 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13755   $as_echo_n "(cached) " >&6
13756 else
13757   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13758 /* end confdefs.h.  */
13759 #ifndef __sun__
13760 yes
13761 #endif
13762 _ACEOF
13763 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13764   $EGREP "yes" >/dev/null 2>&1; then :
13765   ac_cv_cpp_def___sun__=yes
13766 else
13767   ac_cv_cpp_def___sun__=no
13768 fi
13769 rm -f conftest*
13770
13771 fi
13772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13773 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13774 if test $ac_cv_cpp_def___sun__ = yes; then :
13775   CFLAGS="$CFLAGS -D__sun__"
13776   LINTFLAGS="$LINTFLAGS -D__sun__"
13777 fi ;;
13778 esac
13779
13780
13781 ALL_MAKERULES=""
13782
13783 ALL_SYMLINKS=""
13784
13785 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13786
13787 ALL_WINETEST_DEPENDS="# Test binaries"
13788
13789
13790 ALL_DIRS=""
13791
13792 ALL_TOP_DIRS=""
13793
13794 ALL_DLL_DIRS=""
13795
13796 ALL_TOOL_DIRS=""
13797
13798 ALL_STATICLIB_DIRS=""
13799
13800 ALL_STATIC_LIBS=""
13801
13802 ALL_IMPORT_LIBS=""
13803
13804 ALL_INSTALL_DIRS=""
13805
13806 ALL_TEST_DIRS=""
13807
13808 ALL_TEST_BINARIES=""
13809
13810 ALL_PROGRAM_DIRS=""
13811
13812 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13813
13814
13815
13816
13817 ac_config_commands="$ac_config_commands include/stamp-h"
13818
13819
13820 wine_fn_append_file ()
13821 {
13822     as_fn_append $1 " \\$as_nl  $2"
13823 }
13824
13825 wine_fn_append_rule ()
13826 {
13827     as_fn_append $1 "$as_nl$2"
13828 }
13829
13830 wine_fn_config_makefile ()
13831 {
13832     ac_dir=$1
13833     ac_deps=$2
13834     wine_fn_append_file ALL_DIRS $ac_dir
13835     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13836 "$ac_dir/__clean__ $ac_dir/__install__ $ac_dir/__install-dev__ $ac_dir/__install-lib__ $ac_dir/__uninstall__ $ac_dir: $ac_dir/Makefile
13837 $ac_dir/Makefile $ac_dir/__depend__: $ac_dir/Makefile.in config.status $ac_deps
13838         @./config.status --file $ac_dir/Makefile && cd $ac_dir && \$(MAKE) depend"
13839 }
13840
13841 wine_fn_config_lib ()
13842 {
13843     ac_name=$1
13844     wine_fn_append_file ALL_STATIC_LIBS dlls/$ac_name/lib$ac_name.a
13845     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13846 "dlls/$ac_name/__install__ dlls/$ac_name/__install-dev__: dlls/$ac_name
13847 dlls/$ac_name dlls/$ac_name/lib$ac_name.cross.a: tools/widl tools/winebuild tools/winegcc include
13848 dlls/$ac_name/lib$ac_name.cross.a: dlls/$ac_name/Makefile dummy
13849         @cd dlls/$ac_name && \$(MAKE) lib$ac_name.cross.a"
13850 }
13851
13852 wine_fn_config_dll ()
13853 {
13854     ac_dir=$1
13855     ac_implib=$2
13856     ac_implibsrc=$3
13857     ac_file="dlls/$ac_dir/lib$ac_implib"
13858     ac_deps="tools/widl tools/winebuild tools/winegcc include"
13859
13860     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13861 "dlls/$ac_dir dlls/$ac_dir/__install__ dlls/$ac_dir/__install-lib__ dlls/$ac_dir/__install-dev__: __builddeps__"
13862
13863     if test -n "$ac_implibsrc"
13864     then
13865         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13866 "$ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
13867 $ac_file.def: dlls/$ac_dir/$ac_dir.spec dlls/$ac_dir/Makefile
13868         @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`
13869 $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: dlls/$ac_dir/Makefile dummy
13870         @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`"
13871     elif test -n "$ac_implib"
13872     then
13873         wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13874 "$ac_file.$IMPLIBEXT $ac_file.cross.a: $ac_deps
13875 $ac_file.$IMPLIBEXT $ac_file.cross.a: dlls/$ac_dir/$ac_dir.spec dlls/$ac_dir/Makefile
13876         @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`"
13877
13878         if test "$ac_dir" != "$ac_implib"
13879         then
13880             wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13881 "dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
13882         \$(RM) \$@ && \$(LN_S) $ac_dir/lib$ac_implib.$IMPLIBEXT \$@
13883 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
13884         \$(RM) \$@ && \$(LN_S) $ac_dir/lib$ac_implib.cross.a \$@
13885 clean::
13886         \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
13887         fi
13888     fi
13889 }
13890
13891 wine_fn_config_program ()
13892 {
13893     ac_dir=$1
13894     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13895 "programs/$ac_dir programs/$ac_dir/__install__ programs/$ac_dir/__install-lib__: __builddeps__"
13896 }
13897
13898 wine_fn_config_test ()
13899 {
13900     ac_dir=$1
13901     ac_name=$2
13902     wine_fn_append_file ALL_TEST_BINARIES $ac_name.exe
13903     wine_fn_append_rule ALL_WINETEST_DEPENDS \
13904 "$ac_name.exe: \$(TOPOBJDIR)/$ac_dir/$ac_name.exe$DLLEXT
13905         cp \$(TOPOBJDIR)/$ac_dir/$ac_name.exe$DLLEXT \$@ && \$(STRIP) \$@
13906 $ac_name.rc:
13907         echo \"$ac_name.exe TESTRES \\\"$ac_name.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13908 $ac_name.res: $ac_name.rc $ac_name.exe"
13909     wine_fn_append_rule ALL_MAKEFILE_DEPENDS "$ac_dir: __builddeps__"
13910     wine_fn_append_rule ALL_MAKEFILE_DEPENDS "$ac_dir/__crosstest__: __buildcrossdeps__ $ac_dir/Makefile"
13911 }
13912 ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
13913 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "dlls/wineps.drv/generic.ppd"
13914 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
13915 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/marlett.ttf"
13916 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
13917 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/symbol.ttf"
13918 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
13919 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/tahoma.ttf"
13920 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
13921 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/tahomabd.ttf"
13922 ac_config_links="$ac_config_links wine:tools/winewrapper"
13923 wine_fn_append_file ALL_SYMLINKS "wine"
13924
13925 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13926
13927 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13928
13929 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13930
13931 ac_config_commands="$ac_config_commands dlls/user32/resources"
13932
13933 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13934
13935 ac_config_commands="$ac_config_commands include/wine"
13936
13937
13938 wine_fn_append_file ALL_MAKERULES "Make.rules"
13939 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "Make.rules: Make.rules.in config.status"
13940 MAKE_RULES=Make.rules
13941 ac_config_files="$ac_config_files Make.rules"
13942
13943 wine_fn_append_file ALL_MAKERULES "Maketest.rules"
13944 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "Maketest.rules: Maketest.rules.in Make.rules config.status"
13945 MAKE_TEST_RULES=Maketest.rules
13946 ac_config_files="$ac_config_files Maketest.rules"
13947
13948 wine_fn_append_file ALL_MAKERULES "dlls/Makedll.rules"
13949 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules config.status"
13950 MAKE_DLL_RULES=dlls/Makedll.rules
13951 ac_config_files="$ac_config_files dlls/Makedll.rules"
13952
13953 wine_fn_append_file ALL_MAKERULES "dlls/Makeimplib.rules"
13954 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules config.status"
13955 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13956 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13957
13958 wine_fn_append_file ALL_MAKERULES "programs/Makeprog.rules"
13959 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules config.status"
13960 MAKE_PROG_RULES=programs/Makeprog.rules
13961 ac_config_files="$ac_config_files programs/Makeprog.rules"
13962
13963
13964 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "Makefile: Makefile.in Make.rules config.status"
13965 ac_config_files="$ac_config_files Makefile"
13966
13967 wine_fn_config_dll acledit
13968 wine_fn_config_makefile dlls/acledit "dlls/Makedll.rules \$(MAKEDEP)"
13969 test "x$enable_acledit" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/acledit"
13970
13971 wine_fn_append_file ALL_IMPORT_LIBS "dlls/aclui/libaclui.$IMPLIBEXT"
13972 wine_fn_config_dll aclui aclui
13973 wine_fn_config_makefile dlls/aclui "dlls/Makedll.rules \$(MAKEDEP)"
13974 test "x$enable_aclui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/aclui"
13975
13976 wine_fn_append_file ALL_IMPORT_LIBS "dlls/activeds/libactiveds.$IMPLIBEXT"
13977 wine_fn_config_dll activeds activeds
13978 wine_fn_config_makefile dlls/activeds "dlls/Makedll.rules \$(MAKEDEP)"
13979 test "x$enable_activeds" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/activeds"
13980
13981 wine_fn_config_dll actxprxy
13982 wine_fn_config_makefile dlls/actxprxy "dlls/Makedll.rules \$(MAKEDEP)"
13983 test "x$enable_actxprxy" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/actxprxy"
13984
13985 wine_fn_config_lib adsiid
13986 wine_fn_config_makefile dlls/adsiid "dlls/Makeimplib.rules \$(MAKEDEP)"
13987 test "x$enable_adsiid" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/adsiid"
13988
13989 wine_fn_append_file ALL_IMPORT_LIBS "dlls/advapi32/libadvapi32.$IMPLIBEXT"
13990 wine_fn_config_dll advapi32 advapi32
13991 wine_fn_config_makefile dlls/advapi32 "dlls/Makedll.rules \$(MAKEDEP)"
13992 test "x$enable_advapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/advapi32"
13993
13994 wine_fn_config_test dlls/advapi32/tests advapi32_test
13995 wine_fn_config_makefile dlls/advapi32/tests "Maketest.rules \$(MAKEDEP)"
13996 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/advapi32/tests"
13997
13998 wine_fn_append_file ALL_IMPORT_LIBS "dlls/advpack/libadvpack.$IMPLIBEXT"
13999 wine_fn_config_dll advpack advpack
14000 wine_fn_config_makefile dlls/advpack "dlls/Makedll.rules \$(MAKEDEP)"
14001 test "x$enable_advpack" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/advpack"
14002
14003 wine_fn_config_test dlls/advpack/tests advpack_test
14004 wine_fn_config_makefile dlls/advpack/tests "Maketest.rules \$(MAKEDEP)"
14005 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/advpack/tests"
14006
14007 wine_fn_config_dll amstream
14008 wine_fn_config_makefile dlls/amstream "dlls/Makedll.rules \$(MAKEDEP)"
14009 test "x$enable_amstream" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/amstream"
14010
14011 wine_fn_config_test dlls/amstream/tests amstream_test
14012 wine_fn_config_makefile dlls/amstream/tests "Maketest.rules \$(MAKEDEP)"
14013 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/amstream/tests"
14014
14015 wine_fn_config_dll appwiz.cpl
14016 wine_fn_config_makefile dlls/appwiz.cpl "dlls/Makedll.rules \$(MAKEDEP)"
14017 test "x$enable_appwiz_cpl" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/appwiz.cpl"
14018
14019 wine_fn_append_file ALL_IMPORT_LIBS "dlls/atl/libatl.$IMPLIBEXT"
14020 wine_fn_config_dll atl atl
14021 wine_fn_config_makefile dlls/atl "dlls/Makedll.rules \$(MAKEDEP)"
14022 test "x$enable_atl" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/atl"
14023
14024 wine_fn_config_dll authz
14025 wine_fn_config_makefile dlls/authz "dlls/Makedll.rules \$(MAKEDEP)"
14026 test "x$enable_authz" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/authz"
14027
14028 wine_fn_append_file ALL_IMPORT_LIBS "dlls/avicap32/libavicap32.$IMPLIBEXT"
14029 wine_fn_config_dll avicap32 avicap32
14030 wine_fn_config_makefile dlls/avicap32 "dlls/Makedll.rules \$(MAKEDEP)"
14031 test "x$enable_avicap32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/avicap32"
14032
14033 wine_fn_append_file ALL_IMPORT_LIBS "dlls/avifil32/libavifil32.$IMPLIBEXT"
14034 wine_fn_config_dll avifil32 avifil32
14035 wine_fn_config_makefile dlls/avifil32 "dlls/Makedll.rules \$(MAKEDEP)"
14036 test "x$enable_avifil32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/avifil32"
14037
14038 wine_fn_config_test dlls/avifil32/tests avifil32_test
14039 wine_fn_config_makefile dlls/avifil32/tests "Maketest.rules \$(MAKEDEP)"
14040 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/avifil32/tests"
14041
14042 wine_fn_config_dll avifile.dll16
14043 wine_fn_config_makefile dlls/avifile.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14044 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/avifile.dll16"
14045
14046 wine_fn_append_file ALL_IMPORT_LIBS "dlls/avrt/libavrt.$IMPLIBEXT"
14047 wine_fn_config_dll avrt avrt
14048 wine_fn_config_makefile dlls/avrt "dlls/Makedll.rules \$(MAKEDEP)"
14049 test "x$enable_avrt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/avrt"
14050
14051 wine_fn_config_dll bcrypt
14052 wine_fn_config_makefile dlls/bcrypt "dlls/Makedll.rules \$(MAKEDEP)"
14053 test "x$enable_bcrypt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/bcrypt"
14054
14055 wine_fn_config_dll browseui
14056 wine_fn_config_makefile dlls/browseui "dlls/Makedll.rules \$(MAKEDEP)"
14057 test "x$enable_browseui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/browseui"
14058
14059 wine_fn_config_test dlls/browseui/tests browseui_test
14060 wine_fn_config_makefile dlls/browseui/tests "Maketest.rules \$(MAKEDEP)"
14061 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/browseui/tests"
14062
14063 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cabinet/libcabinet.$IMPLIBEXT"
14064 wine_fn_config_dll cabinet cabinet
14065 wine_fn_config_makefile dlls/cabinet "dlls/Makedll.rules \$(MAKEDEP)"
14066 test "x$enable_cabinet" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cabinet"
14067
14068 wine_fn_config_test dlls/cabinet/tests cabinet_test
14069 wine_fn_config_makefile dlls/cabinet/tests "Maketest.rules \$(MAKEDEP)"
14070 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/cabinet/tests"
14071
14072 wine_fn_append_file ALL_IMPORT_LIBS "dlls/capi2032/libcapi2032.$IMPLIBEXT"
14073 wine_fn_config_dll capi2032 capi2032
14074 wine_fn_config_makefile dlls/capi2032 "dlls/Makedll.rules \$(MAKEDEP)"
14075 test "x$enable_capi2032" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/capi2032"
14076
14077 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cards/libcards.$IMPLIBEXT"
14078 wine_fn_config_dll cards cards
14079 wine_fn_config_makefile dlls/cards "dlls/Makedll.rules \$(MAKEDEP)"
14080 test "x$enable_cards" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cards"
14081
14082 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cfgmgr32/libcfgmgr32.$IMPLIBEXT"
14083 wine_fn_config_dll cfgmgr32 cfgmgr32
14084 wine_fn_config_makefile dlls/cfgmgr32 "dlls/Makedll.rules \$(MAKEDEP)"
14085 test "x$enable_cfgmgr32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cfgmgr32"
14086
14087 wine_fn_append_file ALL_IMPORT_LIBS "dlls/clusapi/libclusapi.$IMPLIBEXT"
14088 wine_fn_config_dll clusapi clusapi
14089 wine_fn_config_makefile dlls/clusapi "dlls/Makedll.rules \$(MAKEDEP)"
14090 test "x$enable_clusapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/clusapi"
14091
14092 wine_fn_config_dll comcat
14093 wine_fn_config_makefile dlls/comcat "dlls/Makedll.rules \$(MAKEDEP)"
14094 test "x$enable_comcat" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/comcat"
14095
14096 wine_fn_config_test dlls/comcat/tests comcat_test
14097 wine_fn_config_makefile dlls/comcat/tests "Maketest.rules \$(MAKEDEP)"
14098 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/comcat/tests"
14099
14100 wine_fn_append_file ALL_IMPORT_LIBS "dlls/comctl32/libcomctl32.$IMPLIBEXT"
14101 wine_fn_config_dll comctl32 comctl32
14102 wine_fn_config_makefile dlls/comctl32 "dlls/Makedll.rules \$(MAKEDEP)"
14103 test "x$enable_comctl32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/comctl32"
14104
14105 wine_fn_config_test dlls/comctl32/tests comctl32_test
14106 wine_fn_config_makefile dlls/comctl32/tests "Maketest.rules \$(MAKEDEP)"
14107 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/comctl32/tests"
14108
14109 wine_fn_append_file ALL_IMPORT_LIBS "dlls/comdlg32/libcomdlg32.$IMPLIBEXT"
14110 wine_fn_config_dll comdlg32 comdlg32
14111 wine_fn_config_makefile dlls/comdlg32 "dlls/Makedll.rules \$(MAKEDEP)"
14112 test "x$enable_comdlg32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/comdlg32"
14113
14114 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
14115 wine_fn_config_makefile dlls/comdlg32/tests "Maketest.rules \$(MAKEDEP)"
14116 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/comdlg32/tests"
14117
14118 wine_fn_config_dll comm.drv16
14119 wine_fn_config_makefile dlls/comm.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
14120 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/comm.drv16"
14121
14122 wine_fn_config_dll commdlg.dll16
14123 wine_fn_config_makefile dlls/commdlg.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14124 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/commdlg.dll16"
14125
14126 wine_fn_config_dll compobj.dll16
14127 wine_fn_config_makefile dlls/compobj.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14128 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/compobj.dll16"
14129
14130 wine_fn_append_file ALL_IMPORT_LIBS "dlls/compstui/libcompstui.$IMPLIBEXT"
14131 wine_fn_config_dll compstui compstui
14132 wine_fn_config_makefile dlls/compstui "dlls/Makedll.rules \$(MAKEDEP)"
14133 test "x$enable_compstui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/compstui"
14134
14135 wine_fn_append_file ALL_IMPORT_LIBS "dlls/credui/libcredui.$IMPLIBEXT"
14136 wine_fn_config_dll credui credui
14137 wine_fn_config_makefile dlls/credui "dlls/Makedll.rules \$(MAKEDEP)"
14138 test "x$enable_credui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/credui"
14139
14140 wine_fn_config_test dlls/credui/tests credui_test
14141 wine_fn_config_makefile dlls/credui/tests "Maketest.rules \$(MAKEDEP)"
14142 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/credui/tests"
14143
14144 wine_fn_append_file ALL_IMPORT_LIBS "dlls/crtdll/libcrtdll.$IMPLIBEXT"
14145 wine_fn_config_dll crtdll crtdll
14146 wine_fn_config_makefile dlls/crtdll "dlls/Makedll.rules \$(MAKEDEP)"
14147 test "x$enable_crtdll" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/crtdll"
14148
14149 wine_fn_append_file ALL_IMPORT_LIBS "dlls/crypt32/libcrypt32.$IMPLIBEXT"
14150 wine_fn_config_dll crypt32 crypt32
14151 wine_fn_config_makefile dlls/crypt32 "dlls/Makedll.rules \$(MAKEDEP)"
14152 test "x$enable_crypt32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/crypt32"
14153
14154 wine_fn_config_test dlls/crypt32/tests crypt32_test
14155 wine_fn_config_makefile dlls/crypt32/tests "Maketest.rules \$(MAKEDEP)"
14156 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/crypt32/tests"
14157
14158 wine_fn_config_dll cryptdlg
14159 wine_fn_config_makefile dlls/cryptdlg "dlls/Makedll.rules \$(MAKEDEP)"
14160 test "x$enable_cryptdlg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cryptdlg"
14161
14162 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cryptdll/libcryptdll.$IMPLIBEXT"
14163 wine_fn_config_dll cryptdll cryptdll
14164 wine_fn_config_makefile dlls/cryptdll "dlls/Makedll.rules \$(MAKEDEP)"
14165 test "x$enable_cryptdll" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cryptdll"
14166
14167 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cryptnet/libcryptnet.$IMPLIBEXT"
14168 wine_fn_config_dll cryptnet cryptnet
14169 wine_fn_config_makefile dlls/cryptnet "dlls/Makedll.rules \$(MAKEDEP)"
14170 test "x$enable_cryptnet" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cryptnet"
14171
14172 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
14173 wine_fn_config_makefile dlls/cryptnet/tests "Maketest.rules \$(MAKEDEP)"
14174 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/cryptnet/tests"
14175
14176 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cryptui/libcryptui.$IMPLIBEXT"
14177 wine_fn_config_dll cryptui cryptui
14178 wine_fn_config_makefile dlls/cryptui "dlls/Makedll.rules \$(MAKEDEP)"
14179 test "x$enable_cryptui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cryptui"
14180
14181 wine_fn_config_test dlls/cryptui/tests cryptui_test
14182 wine_fn_config_makefile dlls/cryptui/tests "Maketest.rules \$(MAKEDEP)"
14183 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/cryptui/tests"
14184
14185 wine_fn_config_dll ctapi32
14186 wine_fn_config_makefile dlls/ctapi32 "dlls/Makedll.rules \$(MAKEDEP)"
14187 test "x$enable_ctapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ctapi32"
14188
14189 wine_fn_config_dll ctl3d.dll16
14190 wine_fn_config_makefile dlls/ctl3d.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14191 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ctl3d.dll16"
14192
14193 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ctl3d32/libctl3d32.$IMPLIBEXT"
14194 wine_fn_config_dll ctl3d32 ctl3d32
14195 wine_fn_config_makefile dlls/ctl3d32 "dlls/Makedll.rules \$(MAKEDEP)"
14196 test "x$enable_ctl3d32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ctl3d32"
14197
14198 wine_fn_config_dll ctl3dv2.dll16
14199 wine_fn_config_makefile dlls/ctl3dv2.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14200 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ctl3dv2.dll16"
14201
14202 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3d10/libd3d10.$IMPLIBEXT"
14203 wine_fn_config_dll d3d10 d3d10
14204 wine_fn_config_makefile dlls/d3d10 "dlls/Makedll.rules \$(MAKEDEP)"
14205 test "x$enable_d3d10" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3d10"
14206
14207 wine_fn_config_test dlls/d3d10/tests d3d10_test
14208 wine_fn_config_makefile dlls/d3d10/tests "Maketest.rules \$(MAKEDEP)"
14209 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3d10/tests"
14210
14211 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3d10core/libd3d10core.$IMPLIBEXT"
14212 wine_fn_config_dll d3d10core d3d10core
14213 wine_fn_config_makefile dlls/d3d10core "dlls/Makedll.rules \$(MAKEDEP)"
14214 test "x$enable_d3d10core" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3d10core"
14215
14216 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
14217 wine_fn_config_makefile dlls/d3d10core/tests "Maketest.rules \$(MAKEDEP)"
14218 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3d10core/tests"
14219
14220 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3d8/libd3d8.$IMPLIBEXT"
14221 wine_fn_config_dll d3d8 d3d8
14222 wine_fn_config_makefile dlls/d3d8 "dlls/Makedll.rules \$(MAKEDEP)"
14223 test "x$enable_d3d8" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3d8"
14224
14225 wine_fn_config_test dlls/d3d8/tests d3d8_test
14226 wine_fn_config_makefile dlls/d3d8/tests "Maketest.rules \$(MAKEDEP)"
14227 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3d8/tests"
14228
14229 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3d9/libd3d9.$IMPLIBEXT"
14230 wine_fn_config_dll d3d9 d3d9
14231 wine_fn_config_makefile dlls/d3d9 "dlls/Makedll.rules \$(MAKEDEP)"
14232 test "x$enable_d3d9" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3d9"
14233
14234 wine_fn_config_test dlls/d3d9/tests d3d9_test
14235 wine_fn_config_makefile dlls/d3d9/tests "Maketest.rules \$(MAKEDEP)"
14236 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3d9/tests"
14237
14238 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3dim/libd3dim.$IMPLIBEXT"
14239 wine_fn_config_dll d3dim d3dim
14240 wine_fn_config_makefile dlls/d3dim "dlls/Makedll.rules \$(MAKEDEP)"
14241 test "x$enable_d3dim" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dim"
14242
14243 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3drm/libd3drm.$IMPLIBEXT"
14244 wine_fn_config_dll d3drm d3drm
14245 wine_fn_config_makefile dlls/d3drm "dlls/Makedll.rules \$(MAKEDEP)"
14246 test "x$enable_d3drm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3drm"
14247
14248 wine_fn_config_test dlls/d3drm/tests d3drm_test
14249 wine_fn_config_makefile dlls/d3drm/tests "Maketest.rules \$(MAKEDEP)"
14250 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3drm/tests"
14251
14252 wine_fn_config_dll d3dx9_24
14253 wine_fn_config_makefile dlls/d3dx9_24 "dlls/Makedll.rules \$(MAKEDEP)"
14254 test "x$enable_d3dx9_24" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_24"
14255
14256 wine_fn_config_dll d3dx9_25
14257 wine_fn_config_makefile dlls/d3dx9_25 "dlls/Makedll.rules \$(MAKEDEP)"
14258 test "x$enable_d3dx9_25" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_25"
14259
14260 wine_fn_config_dll d3dx9_26
14261 wine_fn_config_makefile dlls/d3dx9_26 "dlls/Makedll.rules \$(MAKEDEP)"
14262 test "x$enable_d3dx9_26" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_26"
14263
14264 wine_fn_config_dll d3dx9_27
14265 wine_fn_config_makefile dlls/d3dx9_27 "dlls/Makedll.rules \$(MAKEDEP)"
14266 test "x$enable_d3dx9_27" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_27"
14267
14268 wine_fn_config_dll d3dx9_28
14269 wine_fn_config_makefile dlls/d3dx9_28 "dlls/Makedll.rules \$(MAKEDEP)"
14270 test "x$enable_d3dx9_28" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_28"
14271
14272 wine_fn_config_dll d3dx9_29
14273 wine_fn_config_makefile dlls/d3dx9_29 "dlls/Makedll.rules \$(MAKEDEP)"
14274 test "x$enable_d3dx9_29" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_29"
14275
14276 wine_fn_config_dll d3dx9_30
14277 wine_fn_config_makefile dlls/d3dx9_30 "dlls/Makedll.rules \$(MAKEDEP)"
14278 test "x$enable_d3dx9_30" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_30"
14279
14280 wine_fn_config_dll d3dx9_31
14281 wine_fn_config_makefile dlls/d3dx9_31 "dlls/Makedll.rules \$(MAKEDEP)"
14282 test "x$enable_d3dx9_31" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_31"
14283
14284 wine_fn_config_dll d3dx9_32
14285 wine_fn_config_makefile dlls/d3dx9_32 "dlls/Makedll.rules \$(MAKEDEP)"
14286 test "x$enable_d3dx9_32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_32"
14287
14288 wine_fn_config_dll d3dx9_33
14289 wine_fn_config_makefile dlls/d3dx9_33 "dlls/Makedll.rules \$(MAKEDEP)"
14290 test "x$enable_d3dx9_33" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_33"
14291
14292 wine_fn_config_dll d3dx9_34
14293 wine_fn_config_makefile dlls/d3dx9_34 "dlls/Makedll.rules \$(MAKEDEP)"
14294 test "x$enable_d3dx9_34" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_34"
14295
14296 wine_fn_config_dll d3dx9_35
14297 wine_fn_config_makefile dlls/d3dx9_35 "dlls/Makedll.rules \$(MAKEDEP)"
14298 test "x$enable_d3dx9_35" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_35"
14299
14300 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3dx9_36/libd3dx9.$IMPLIBEXT" && wine_fn_append_file ALL_IMPORT_LIBS "dlls/libd3dx9.$IMPLIBEXT"
14301 wine_fn_config_dll d3dx9_36 d3dx9
14302 wine_fn_config_makefile dlls/d3dx9_36 "dlls/Makedll.rules \$(MAKEDEP)"
14303 test "x$enable_d3dx9_36" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_36"
14304
14305 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
14306 wine_fn_config_makefile dlls/d3dx9_36/tests "Maketest.rules \$(MAKEDEP)"
14307 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3dx9_36/tests"
14308
14309 wine_fn_config_dll d3dx9_37
14310 wine_fn_config_makefile dlls/d3dx9_37 "dlls/Makedll.rules \$(MAKEDEP)"
14311 test "x$enable_d3dx9_37" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_37"
14312
14313 wine_fn_config_dll d3dx9_38
14314 wine_fn_config_makefile dlls/d3dx9_38 "dlls/Makedll.rules \$(MAKEDEP)"
14315 test "x$enable_d3dx9_38" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_38"
14316
14317 wine_fn_config_dll d3dx9_39
14318 wine_fn_config_makefile dlls/d3dx9_39 "dlls/Makedll.rules \$(MAKEDEP)"
14319 test "x$enable_d3dx9_39" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_39"
14320
14321 wine_fn_config_dll d3dx9_40
14322 wine_fn_config_makefile dlls/d3dx9_40 "dlls/Makedll.rules \$(MAKEDEP)"
14323 test "x$enable_d3dx9_40" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_40"
14324
14325 wine_fn_config_dll d3dx9_41
14326 wine_fn_config_makefile dlls/d3dx9_41 "dlls/Makedll.rules \$(MAKEDEP)"
14327 test "x$enable_d3dx9_41" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_41"
14328
14329 wine_fn_config_dll d3dx9_42
14330 wine_fn_config_makefile dlls/d3dx9_42 "dlls/Makedll.rules \$(MAKEDEP)"
14331 test "x$enable_d3dx9_42" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_42"
14332
14333 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3dxof/libd3dxof.$IMPLIBEXT"
14334 wine_fn_config_dll d3dxof d3dxof
14335 wine_fn_config_makefile dlls/d3dxof "dlls/Makedll.rules \$(MAKEDEP)"
14336 test "x$enable_d3dxof" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dxof"
14337
14338 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
14339 wine_fn_config_makefile dlls/d3dxof/tests "Maketest.rules \$(MAKEDEP)"
14340 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3dxof/tests"
14341
14342 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dbghelp/libdbghelp.$IMPLIBEXT"
14343 wine_fn_config_dll dbghelp dbghelp
14344 wine_fn_config_makefile dlls/dbghelp "dlls/Makedll.rules \$(MAKEDEP)"
14345 test "x$enable_dbghelp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dbghelp"
14346
14347 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dciman32/libdciman32.$IMPLIBEXT"
14348 wine_fn_config_dll dciman32 dciman32
14349 wine_fn_config_makefile dlls/dciman32 "dlls/Makedll.rules \$(MAKEDEP)"
14350 test "x$enable_dciman32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dciman32"
14351
14352 wine_fn_config_dll ddeml.dll16
14353 wine_fn_config_makefile dlls/ddeml.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14354 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ddeml.dll16"
14355
14356 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ddraw/libddraw.$IMPLIBEXT"
14357 wine_fn_config_dll ddraw ddraw
14358 wine_fn_config_makefile dlls/ddraw "dlls/Makedll.rules \$(MAKEDEP)"
14359 test "x$enable_ddraw" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ddraw"
14360
14361 wine_fn_config_test dlls/ddraw/tests ddraw_test
14362 wine_fn_config_makefile dlls/ddraw/tests "Maketest.rules \$(MAKEDEP)"
14363 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ddraw/tests"
14364
14365 wine_fn_config_dll ddrawex
14366 wine_fn_config_makefile dlls/ddrawex "dlls/Makedll.rules \$(MAKEDEP)"
14367 test "x$enable_ddrawex" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ddrawex"
14368
14369 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
14370 wine_fn_config_makefile dlls/ddrawex/tests "Maketest.rules \$(MAKEDEP)"
14371 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ddrawex/tests"
14372
14373 wine_fn_config_dll devenum
14374 wine_fn_config_makefile dlls/devenum "dlls/Makedll.rules \$(MAKEDEP)"
14375 test "x$enable_devenum" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/devenum"
14376
14377 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dinput/libdinput.$IMPLIBEXT" && wine_fn_append_file ALL_IMPORT_LIBS "dlls/dinput/libdinput.$STATIC_IMPLIBEXT"
14378 wine_fn_config_dll dinput dinput "data_formats.c"
14379 wine_fn_config_makefile dlls/dinput "dlls/Makedll.rules \$(MAKEDEP)"
14380 test "x$enable_dinput" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dinput"
14381
14382 wine_fn_config_test dlls/dinput/tests dinput_test
14383 wine_fn_config_makefile dlls/dinput/tests "Maketest.rules \$(MAKEDEP)"
14384 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dinput/tests"
14385
14386 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dinput8/libdinput8.$IMPLIBEXT"
14387 wine_fn_config_dll dinput8 dinput8
14388 wine_fn_config_makefile dlls/dinput8 "dlls/Makedll.rules \$(MAKEDEP)"
14389 test "x$enable_dinput8" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dinput8"
14390
14391 wine_fn_config_dll dispdib.dll16
14392 wine_fn_config_makefile dlls/dispdib.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14393 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dispdib.dll16"
14394
14395 wine_fn_config_dll dispex
14396 wine_fn_config_makefile dlls/dispex "dlls/Makedll.rules \$(MAKEDEP)"
14397 test "x$enable_dispex" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dispex"
14398
14399 wine_fn_config_test dlls/dispex/tests dispex_test
14400 wine_fn_config_makefile dlls/dispex/tests "Maketest.rules \$(MAKEDEP)"
14401 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dispex/tests"
14402
14403 wine_fn_config_dll display.drv16
14404 wine_fn_config_makefile dlls/display.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
14405 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/display.drv16"
14406
14407 wine_fn_config_dll dmband
14408 wine_fn_config_makefile dlls/dmband "dlls/Makedll.rules \$(MAKEDEP)"
14409 test "x$enable_dmband" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmband"
14410
14411 wine_fn_config_dll dmcompos
14412 wine_fn_config_makefile dlls/dmcompos "dlls/Makedll.rules \$(MAKEDEP)"
14413 test "x$enable_dmcompos" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmcompos"
14414
14415 wine_fn_config_dll dmime
14416 wine_fn_config_makefile dlls/dmime "dlls/Makedll.rules \$(MAKEDEP)"
14417 test "x$enable_dmime" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmime"
14418
14419 wine_fn_config_dll dmloader
14420 wine_fn_config_makefile dlls/dmloader "dlls/Makedll.rules \$(MAKEDEP)"
14421 test "x$enable_dmloader" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmloader"
14422
14423 wine_fn_config_test dlls/dmloader/tests dmloader_test
14424 wine_fn_config_makefile dlls/dmloader/tests "Maketest.rules \$(MAKEDEP)"
14425 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dmloader/tests"
14426
14427 wine_fn_config_dll dmscript
14428 wine_fn_config_makefile dlls/dmscript "dlls/Makedll.rules \$(MAKEDEP)"
14429 test "x$enable_dmscript" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmscript"
14430
14431 wine_fn_config_dll dmstyle
14432 wine_fn_config_makefile dlls/dmstyle "dlls/Makedll.rules \$(MAKEDEP)"
14433 test "x$enable_dmstyle" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmstyle"
14434
14435 wine_fn_config_dll dmsynth
14436 wine_fn_config_makefile dlls/dmsynth "dlls/Makedll.rules \$(MAKEDEP)"
14437 test "x$enable_dmsynth" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmsynth"
14438
14439 wine_fn_config_dll dmusic
14440 wine_fn_config_makefile dlls/dmusic "dlls/Makedll.rules \$(MAKEDEP)"
14441 test "x$enable_dmusic" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmusic"
14442
14443 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dmusic32/libdmusic32.$IMPLIBEXT"
14444 wine_fn_config_dll dmusic32 dmusic32
14445 wine_fn_config_makefile dlls/dmusic32 "dlls/Makedll.rules \$(MAKEDEP)"
14446 test "x$enable_dmusic32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmusic32"
14447
14448 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dnsapi/libdnsapi.$IMPLIBEXT"
14449 wine_fn_config_dll dnsapi dnsapi
14450 wine_fn_config_makefile dlls/dnsapi "dlls/Makedll.rules \$(MAKEDEP)"
14451 test "x$enable_dnsapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dnsapi"
14452
14453 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
14454 wine_fn_config_makefile dlls/dnsapi/tests "Maketest.rules \$(MAKEDEP)"
14455 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dnsapi/tests"
14456
14457 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dplay/libdplay.$IMPLIBEXT"
14458 wine_fn_config_dll dplay dplay
14459 wine_fn_config_makefile dlls/dplay "dlls/Makedll.rules \$(MAKEDEP)"
14460 test "x$enable_dplay" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dplay"
14461
14462 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dplayx/libdplayx.$IMPLIBEXT"
14463 wine_fn_config_dll dplayx dplayx
14464 wine_fn_config_makefile dlls/dplayx "dlls/Makedll.rules \$(MAKEDEP)"
14465 test "x$enable_dplayx" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dplayx"
14466
14467 wine_fn_config_test dlls/dplayx/tests dplayx_test
14468 wine_fn_config_makefile dlls/dplayx/tests "Maketest.rules \$(MAKEDEP)"
14469 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dplayx/tests"
14470
14471 wine_fn_config_dll dpnaddr
14472 wine_fn_config_makefile dlls/dpnaddr "dlls/Makedll.rules \$(MAKEDEP)"
14473 test "x$enable_dpnaddr" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpnaddr"
14474
14475 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dpnet/libdpnet.$IMPLIBEXT"
14476 wine_fn_config_dll dpnet dpnet
14477 wine_fn_config_makefile dlls/dpnet "dlls/Makedll.rules \$(MAKEDEP)"
14478 test "x$enable_dpnet" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpnet"
14479
14480 wine_fn_config_dll dpnhpast
14481 wine_fn_config_makefile dlls/dpnhpast "dlls/Makedll.rules \$(MAKEDEP)"
14482 test "x$enable_dpnhpast" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpnhpast"
14483
14484 wine_fn_config_dll dpnlobby
14485 wine_fn_config_makefile dlls/dpnlobby "dlls/Makedll.rules \$(MAKEDEP)"
14486 test "x$enable_dpnlobby" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpnlobby"
14487
14488 wine_fn_config_dll dpwsockx
14489 wine_fn_config_makefile dlls/dpwsockx "dlls/Makedll.rules \$(MAKEDEP)"
14490 test "x$enable_dpwsockx" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpwsockx"
14491
14492 wine_fn_config_dll drmclien
14493 wine_fn_config_makefile dlls/drmclien "dlls/Makedll.rules \$(MAKEDEP)"
14494 test "x$enable_drmclien" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/drmclien"
14495
14496 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dsound/libdsound.$IMPLIBEXT"
14497 wine_fn_config_dll dsound dsound
14498 wine_fn_config_makefile dlls/dsound "dlls/Makedll.rules \$(MAKEDEP)"
14499 test "x$enable_dsound" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dsound"
14500
14501 wine_fn_config_test dlls/dsound/tests dsound_test
14502 wine_fn_config_makefile dlls/dsound/tests "Maketest.rules \$(MAKEDEP)"
14503 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dsound/tests"
14504
14505 wine_fn_config_dll dssenh
14506 wine_fn_config_makefile dlls/dssenh "dlls/Makedll.rules \$(MAKEDEP)"
14507 test "x$enable_dssenh" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dssenh"
14508
14509 wine_fn_config_dll dswave
14510 wine_fn_config_makefile dlls/dswave "dlls/Makedll.rules \$(MAKEDEP)"
14511 test "x$enable_dswave" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dswave"
14512
14513 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dwmapi/libdwmapi.$IMPLIBEXT"
14514 wine_fn_config_dll dwmapi dwmapi
14515 wine_fn_config_makefile dlls/dwmapi "dlls/Makedll.rules \$(MAKEDEP)"
14516 test "x$enable_dwmapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dwmapi"
14517
14518 wine_fn_config_dll dxdiagn
14519 wine_fn_config_makefile dlls/dxdiagn "dlls/Makedll.rules \$(MAKEDEP)"
14520 test "x$enable_dxdiagn" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dxdiagn"
14521
14522 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
14523 wine_fn_config_makefile dlls/dxdiagn/tests "Maketest.rules \$(MAKEDEP)"
14524 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dxdiagn/tests"
14525
14526 wine_fn_config_lib dxerr8
14527 wine_fn_config_makefile dlls/dxerr8 "dlls/Makeimplib.rules \$(MAKEDEP)"
14528 test "x$enable_dxerr8" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/dxerr8"
14529
14530 wine_fn_config_lib dxerr9
14531 wine_fn_config_makefile dlls/dxerr9 "dlls/Makeimplib.rules \$(MAKEDEP)"
14532 test "x$enable_dxerr9" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/dxerr9"
14533
14534 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dxgi/libdxgi.$IMPLIBEXT"
14535 wine_fn_config_dll dxgi dxgi
14536 wine_fn_config_makefile dlls/dxgi "dlls/Makedll.rules \$(MAKEDEP)"
14537 test "x$enable_dxgi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dxgi"
14538
14539 wine_fn_config_test dlls/dxgi/tests dxgi_test
14540 wine_fn_config_makefile dlls/dxgi/tests "Maketest.rules \$(MAKEDEP)"
14541 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dxgi/tests"
14542
14543 wine_fn_config_lib dxguid
14544 wine_fn_config_makefile dlls/dxguid "dlls/Makeimplib.rules \$(MAKEDEP)"
14545 test "x$enable_dxguid" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/dxguid"
14546
14547 wine_fn_config_dll faultrep
14548 wine_fn_config_makefile dlls/faultrep "dlls/Makedll.rules \$(MAKEDEP)"
14549 test "x$enable_faultrep" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/faultrep"
14550
14551 wine_fn_config_dll fltlib
14552 wine_fn_config_makefile dlls/fltlib "dlls/Makedll.rules \$(MAKEDEP)"
14553 test "x$enable_fltlib" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/fltlib"
14554
14555 wine_fn_config_dll fusion
14556 wine_fn_config_makefile dlls/fusion "dlls/Makedll.rules \$(MAKEDEP)"
14557 test "x$enable_fusion" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/fusion"
14558
14559 wine_fn_config_test dlls/fusion/tests fusion_test
14560 wine_fn_config_makefile dlls/fusion/tests "Maketest.rules \$(MAKEDEP)"
14561 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/fusion/tests"
14562
14563 wine_fn_config_dll fwpuclnt
14564 wine_fn_config_makefile dlls/fwpuclnt "dlls/Makedll.rules \$(MAKEDEP)"
14565 test "x$enable_fwpuclnt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/fwpuclnt"
14566
14567 wine_fn_config_dll gdi.exe16
14568 wine_fn_config_makefile dlls/gdi.exe16 "dlls/Makedll.rules \$(MAKEDEP)"
14569 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gdi.exe16"
14570
14571 wine_fn_append_file ALL_IMPORT_LIBS "dlls/gdi32/libgdi32.$IMPLIBEXT"
14572 wine_fn_config_dll gdi32 gdi32
14573 wine_fn_config_makefile dlls/gdi32 "dlls/Makedll.rules \$(MAKEDEP)"
14574 test "x$enable_gdi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gdi32"
14575
14576 wine_fn_config_test dlls/gdi32/tests gdi32_test
14577 wine_fn_config_makefile dlls/gdi32/tests "Maketest.rules \$(MAKEDEP)"
14578 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/gdi32/tests"
14579
14580 wine_fn_append_file ALL_IMPORT_LIBS "dlls/gdiplus/libgdiplus.$IMPLIBEXT"
14581 wine_fn_config_dll gdiplus gdiplus
14582 wine_fn_config_makefile dlls/gdiplus "dlls/Makedll.rules \$(MAKEDEP)"
14583 test "x$enable_gdiplus" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gdiplus"
14584
14585 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
14586 wine_fn_config_makefile dlls/gdiplus/tests "Maketest.rules \$(MAKEDEP)"
14587 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/gdiplus/tests"
14588
14589 wine_fn_append_file ALL_IMPORT_LIBS "dlls/glu32/libglu32.$IMPLIBEXT"
14590 wine_fn_config_dll glu32 glu32
14591 wine_fn_config_makefile dlls/glu32 "dlls/Makedll.rules \$(MAKEDEP)"
14592 test "x$enable_glu32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/glu32"
14593
14594 wine_fn_config_dll gphoto2.ds
14595 wine_fn_config_makefile dlls/gphoto2.ds "dlls/Makedll.rules \$(MAKEDEP)"
14596 test "x$enable_gphoto2_ds" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gphoto2.ds"
14597
14598 wine_fn_config_dll gpkcsp
14599 wine_fn_config_makefile dlls/gpkcsp "dlls/Makedll.rules \$(MAKEDEP)"
14600 test "x$enable_gpkcsp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gpkcsp"
14601
14602 wine_fn_config_dll hal
14603 wine_fn_config_makefile dlls/hal "dlls/Makedll.rules \$(MAKEDEP)"
14604 test "x$enable_hal" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hal"
14605
14606 wine_fn_config_dll hhctrl.ocx
14607 wine_fn_config_makefile dlls/hhctrl.ocx "dlls/Makedll.rules \$(MAKEDEP)"
14608 test "x$enable_hhctrl_ocx" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hhctrl.ocx"
14609
14610 wine_fn_append_file ALL_IMPORT_LIBS "dlls/hid/libhid.$IMPLIBEXT"
14611 wine_fn_config_dll hid hid
14612 wine_fn_config_makefile dlls/hid "dlls/Makedll.rules \$(MAKEDEP)"
14613 test "x$enable_hid" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hid"
14614
14615 wine_fn_append_file ALL_IMPORT_LIBS "dlls/hlink/libhlink.$IMPLIBEXT"
14616 wine_fn_config_dll hlink hlink
14617 wine_fn_config_makefile dlls/hlink "dlls/Makedll.rules \$(MAKEDEP)"
14618 test "x$enable_hlink" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hlink"
14619
14620 wine_fn_config_test dlls/hlink/tests hlink_test
14621 wine_fn_config_makefile dlls/hlink/tests "Maketest.rules \$(MAKEDEP)"
14622 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/hlink/tests"
14623
14624 wine_fn_config_dll hnetcfg
14625 wine_fn_config_makefile dlls/hnetcfg "dlls/Makedll.rules \$(MAKEDEP)"
14626 test "x$enable_hnetcfg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hnetcfg"
14627
14628 wine_fn_config_dll httpapi
14629 wine_fn_config_makefile dlls/httpapi "dlls/Makedll.rules \$(MAKEDEP)"
14630 test "x$enable_httpapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/httpapi"
14631
14632 wine_fn_config_dll iccvid
14633 wine_fn_config_makefile dlls/iccvid "dlls/Makedll.rules \$(MAKEDEP)"
14634 test "x$enable_iccvid" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/iccvid"
14635
14636 wine_fn_config_dll icmp
14637 wine_fn_config_makefile dlls/icmp "dlls/Makedll.rules \$(MAKEDEP)"
14638 test "x$enable_icmp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/icmp"
14639
14640 wine_fn_config_dll ifsmgr.vxd
14641 wine_fn_config_makefile dlls/ifsmgr.vxd "dlls/Makedll.rules \$(MAKEDEP)"
14642 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ifsmgr.vxd"
14643
14644 wine_fn_config_dll imaadp32.acm
14645 wine_fn_config_makefile dlls/imaadp32.acm "dlls/Makedll.rules \$(MAKEDEP)"
14646 test "x$enable_imaadp32_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/imaadp32.acm"
14647
14648 wine_fn_append_file ALL_IMPORT_LIBS "dlls/imagehlp/libimagehlp.$IMPLIBEXT"
14649 wine_fn_config_dll imagehlp imagehlp
14650 wine_fn_config_makefile dlls/imagehlp "dlls/Makedll.rules \$(MAKEDEP)"
14651 test "x$enable_imagehlp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/imagehlp"
14652
14653 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
14654 wine_fn_config_makefile dlls/imagehlp/tests "Maketest.rules \$(MAKEDEP)"
14655 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/imagehlp/tests"
14656
14657 wine_fn_config_dll imm.dll16
14658 wine_fn_config_makefile dlls/imm.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14659 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/imm.dll16"
14660
14661 wine_fn_append_file ALL_IMPORT_LIBS "dlls/imm32/libimm32.$IMPLIBEXT"
14662 wine_fn_config_dll imm32 imm32
14663 wine_fn_config_makefile dlls/imm32 "dlls/Makedll.rules \$(MAKEDEP)"
14664 test "x$enable_imm32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/imm32"
14665
14666 wine_fn_config_test dlls/imm32/tests imm32_test
14667 wine_fn_config_makefile dlls/imm32/tests "Maketest.rules \$(MAKEDEP)"
14668 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/imm32/tests"
14669
14670 wine_fn_append_file ALL_IMPORT_LIBS "dlls/inetcomm/libinetcomm.$IMPLIBEXT"
14671 wine_fn_config_dll inetcomm inetcomm
14672 wine_fn_config_makefile dlls/inetcomm "dlls/Makedll.rules \$(MAKEDEP)"
14673 test "x$enable_inetcomm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/inetcomm"
14674
14675 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
14676 wine_fn_config_makefile dlls/inetcomm/tests "Maketest.rules \$(MAKEDEP)"
14677 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/inetcomm/tests"
14678
14679 wine_fn_config_dll inetmib1
14680 wine_fn_config_makefile dlls/inetmib1 "dlls/Makedll.rules \$(MAKEDEP)"
14681 test "x$enable_inetmib1" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/inetmib1"
14682
14683 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
14684 wine_fn_config_makefile dlls/inetmib1/tests "Maketest.rules \$(MAKEDEP)"
14685 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/inetmib1/tests"
14686
14687 wine_fn_config_dll infosoft
14688 wine_fn_config_makefile dlls/infosoft "dlls/Makedll.rules \$(MAKEDEP)"
14689 test "x$enable_infosoft" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/infosoft"
14690
14691 wine_fn_config_test dlls/infosoft/tests infosoft_test
14692 wine_fn_config_makefile dlls/infosoft/tests "Maketest.rules \$(MAKEDEP)"
14693 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/infosoft/tests"
14694
14695 wine_fn_config_dll initpki
14696 wine_fn_config_makefile dlls/initpki "dlls/Makedll.rules \$(MAKEDEP)"
14697 test "x$enable_initpki" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/initpki"
14698
14699 wine_fn_config_dll inkobj
14700 wine_fn_config_makefile dlls/inkobj "dlls/Makedll.rules \$(MAKEDEP)"
14701 test "x$enable_inkobj" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/inkobj"
14702
14703 wine_fn_config_dll inseng
14704 wine_fn_config_makefile dlls/inseng "dlls/Makedll.rules \$(MAKEDEP)"
14705 test "x$enable_inseng" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/inseng"
14706
14707 wine_fn_append_file ALL_IMPORT_LIBS "dlls/iphlpapi/libiphlpapi.$IMPLIBEXT"
14708 wine_fn_config_dll iphlpapi iphlpapi
14709 wine_fn_config_makefile dlls/iphlpapi "dlls/Makedll.rules \$(MAKEDEP)"
14710 test "x$enable_iphlpapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/iphlpapi"
14711
14712 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
14713 wine_fn_config_makefile dlls/iphlpapi/tests "Maketest.rules \$(MAKEDEP)"
14714 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/iphlpapi/tests"
14715
14716 wine_fn_config_dll itircl
14717 wine_fn_config_makefile dlls/itircl "dlls/Makedll.rules \$(MAKEDEP)"
14718 test "x$enable_itircl" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/itircl"
14719
14720 wine_fn_config_dll itss
14721 wine_fn_config_makefile dlls/itss "dlls/Makedll.rules \$(MAKEDEP)"
14722 test "x$enable_itss" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/itss"
14723
14724 wine_fn_config_test dlls/itss/tests itss_test
14725 wine_fn_config_makefile dlls/itss/tests "Maketest.rules \$(MAKEDEP)"
14726 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/itss/tests"
14727
14728 wine_fn_config_dll jscript
14729 wine_fn_config_makefile dlls/jscript "dlls/Makedll.rules \$(MAKEDEP)"
14730 test "x$enable_jscript" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/jscript"
14731
14732 wine_fn_config_test dlls/jscript/tests jscript_test
14733 wine_fn_config_makefile dlls/jscript/tests "Maketest.rules \$(MAKEDEP)"
14734 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/jscript/tests"
14735
14736 wine_fn_append_file ALL_IMPORT_LIBS "dlls/kernel32/libkernel32.$IMPLIBEXT"
14737 wine_fn_config_dll kernel32 kernel32
14738 wine_fn_config_makefile dlls/kernel32 "dlls/Makedll.rules \$(MAKEDEP)"
14739 test "x$enable_kernel32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/kernel32"
14740
14741 wine_fn_config_test dlls/kernel32/tests kernel32_test
14742 wine_fn_config_makefile dlls/kernel32/tests "Maketest.rules \$(MAKEDEP)"
14743 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/kernel32/tests"
14744
14745 wine_fn_config_dll keyboard.drv16
14746 wine_fn_config_makefile dlls/keyboard.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
14747 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/keyboard.drv16"
14748
14749 test "x$enable_win16" != xno && wine_fn_append_file ALL_IMPORT_LIBS "dlls/krnl386.exe16/libkernel.$IMPLIBEXT" && wine_fn_append_file ALL_IMPORT_LIBS "dlls/libkernel.$IMPLIBEXT"
14750 wine_fn_config_dll krnl386.exe16 kernel
14751 wine_fn_config_makefile dlls/krnl386.exe16 "dlls/Makedll.rules \$(MAKEDEP)"
14752 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/krnl386.exe16"
14753
14754 wine_fn_append_file ALL_IMPORT_LIBS "dlls/loadperf/libloadperf.$IMPLIBEXT"
14755 wine_fn_config_dll loadperf loadperf
14756 wine_fn_config_makefile dlls/loadperf "dlls/Makedll.rules \$(MAKEDEP)"
14757 test "x$enable_loadperf" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/loadperf"
14758
14759 wine_fn_config_dll localspl
14760 wine_fn_config_makefile dlls/localspl "dlls/Makedll.rules \$(MAKEDEP)"
14761 test "x$enable_localspl" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/localspl"
14762
14763 wine_fn_config_test dlls/localspl/tests localspl_test
14764 wine_fn_config_makefile dlls/localspl/tests "Maketest.rules \$(MAKEDEP)"
14765 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/localspl/tests"
14766
14767 wine_fn_config_dll localui
14768 wine_fn_config_makefile dlls/localui "dlls/Makedll.rules \$(MAKEDEP)"
14769 test "x$enable_localui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/localui"
14770
14771 wine_fn_config_test dlls/localui/tests localui_test
14772 wine_fn_config_makefile dlls/localui/tests "Maketest.rules \$(MAKEDEP)"
14773 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/localui/tests"
14774
14775 wine_fn_append_file ALL_IMPORT_LIBS "dlls/lz32/liblz32.$IMPLIBEXT"
14776 wine_fn_config_dll lz32 lz32
14777 wine_fn_config_makefile dlls/lz32 "dlls/Makedll.rules \$(MAKEDEP)"
14778 test "x$enable_lz32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/lz32"
14779
14780 wine_fn_config_test dlls/lz32/tests lz32_test
14781 wine_fn_config_makefile dlls/lz32/tests "Maketest.rules \$(MAKEDEP)"
14782 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/lz32/tests"
14783
14784 wine_fn_config_dll lzexpand.dll16
14785 wine_fn_config_makefile dlls/lzexpand.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14786 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/lzexpand.dll16"
14787
14788 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mapi32/libmapi32.$IMPLIBEXT"
14789 wine_fn_config_dll mapi32 mapi32
14790 wine_fn_config_makefile dlls/mapi32 "dlls/Makedll.rules \$(MAKEDEP)"
14791 test "x$enable_mapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mapi32"
14792
14793 wine_fn_config_test dlls/mapi32/tests mapi32_test
14794 wine_fn_config_makefile dlls/mapi32/tests "Maketest.rules \$(MAKEDEP)"
14795 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mapi32/tests"
14796
14797 wine_fn_config_dll mapistub
14798 wine_fn_config_makefile dlls/mapistub "dlls/Makedll.rules \$(MAKEDEP)"
14799 test "x$enable_mapistub" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mapistub"
14800
14801 wine_fn_config_dll mciavi32
14802 wine_fn_config_makefile dlls/mciavi32 "dlls/Makedll.rules \$(MAKEDEP)"
14803 test "x$enable_mciavi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mciavi32"
14804
14805 wine_fn_config_dll mcicda
14806 wine_fn_config_makefile dlls/mcicda "dlls/Makedll.rules \$(MAKEDEP)"
14807 test "x$enable_mcicda" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mcicda"
14808
14809 wine_fn_config_dll mciqtz32
14810 wine_fn_config_makefile dlls/mciqtz32 "dlls/Makedll.rules \$(MAKEDEP)"
14811 test "x$enable_mciqtz32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mciqtz32"
14812
14813 wine_fn_config_dll mciseq
14814 wine_fn_config_makefile dlls/mciseq "dlls/Makedll.rules \$(MAKEDEP)"
14815 test "x$enable_mciseq" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mciseq"
14816
14817 wine_fn_config_dll mciwave
14818 wine_fn_config_makefile dlls/mciwave "dlls/Makedll.rules \$(MAKEDEP)"
14819 test "x$enable_mciwave" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mciwave"
14820
14821 wine_fn_config_dll midimap
14822 wine_fn_config_makefile dlls/midimap "dlls/Makedll.rules \$(MAKEDEP)"
14823 test "x$enable_midimap" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/midimap"
14824
14825 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mlang/libmlang.$IMPLIBEXT"
14826 wine_fn_config_dll mlang mlang
14827 wine_fn_config_makefile dlls/mlang "dlls/Makedll.rules \$(MAKEDEP)"
14828 test "x$enable_mlang" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mlang"
14829
14830 wine_fn_config_test dlls/mlang/tests mlang_test
14831 wine_fn_config_makefile dlls/mlang/tests "Maketest.rules \$(MAKEDEP)"
14832 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mlang/tests"
14833
14834 wine_fn_config_dll mmdevapi
14835 wine_fn_config_makefile dlls/mmdevapi "dlls/Makedll.rules \$(MAKEDEP)"
14836 test "x$enable_mmdevapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mmdevapi"
14837
14838 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
14839 wine_fn_config_makefile dlls/mmdevapi/tests "Maketest.rules \$(MAKEDEP)"
14840 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mmdevapi/tests"
14841
14842 wine_fn_config_dll mmdevldr.vxd
14843 wine_fn_config_makefile dlls/mmdevldr.vxd "dlls/Makedll.rules \$(MAKEDEP)"
14844 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mmdevldr.vxd"
14845
14846 wine_fn_config_dll mmsystem.dll16
14847 wine_fn_config_makefile dlls/mmsystem.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14848 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mmsystem.dll16"
14849
14850 wine_fn_config_dll monodebg.vxd
14851 wine_fn_config_makefile dlls/monodebg.vxd "dlls/Makedll.rules \$(MAKEDEP)"
14852 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/monodebg.vxd"
14853
14854 wine_fn_config_dll mountmgr.sys
14855 wine_fn_config_makefile dlls/mountmgr.sys "dlls/Makedll.rules \$(MAKEDEP)"
14856 test "x$enable_mountmgr_sys" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mountmgr.sys"
14857
14858 wine_fn_config_dll mouse.drv16
14859 wine_fn_config_makefile dlls/mouse.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
14860 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mouse.drv16"
14861
14862 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mpr/libmpr.$IMPLIBEXT"
14863 wine_fn_config_dll mpr mpr
14864 wine_fn_config_makefile dlls/mpr "dlls/Makedll.rules \$(MAKEDEP)"
14865 test "x$enable_mpr" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mpr"
14866
14867 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mprapi/libmprapi.$IMPLIBEXT"
14868 wine_fn_config_dll mprapi mprapi
14869 wine_fn_config_makefile dlls/mprapi "dlls/Makedll.rules \$(MAKEDEP)"
14870 test "x$enable_mprapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mprapi"
14871
14872 wine_fn_config_dll msacm.dll16
14873 wine_fn_config_makefile dlls/msacm.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14874 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msacm.dll16"
14875
14876 wine_fn_config_dll msacm32.drv
14877 wine_fn_config_makefile dlls/msacm32.drv "dlls/Makedll.rules \$(MAKEDEP)"
14878 test "x$enable_msacm32_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msacm32.drv"
14879
14880 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msacm32/libmsacm32.$IMPLIBEXT"
14881 wine_fn_config_dll msacm32 msacm32
14882 wine_fn_config_makefile dlls/msacm32 "dlls/Makedll.rules \$(MAKEDEP)"
14883 test "x$enable_msacm32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msacm32"
14884
14885 wine_fn_config_test dlls/msacm32/tests msacm32_test
14886 wine_fn_config_makefile dlls/msacm32/tests "Maketest.rules \$(MAKEDEP)"
14887 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msacm32/tests"
14888
14889 wine_fn_config_dll msadp32.acm
14890 wine_fn_config_makefile dlls/msadp32.acm "dlls/Makedll.rules \$(MAKEDEP)"
14891 test "x$enable_msadp32_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msadp32.acm"
14892
14893 wine_fn_config_dll mscat32
14894 wine_fn_config_makefile dlls/mscat32 "dlls/Makedll.rules \$(MAKEDEP)"
14895 test "x$enable_mscat32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mscat32"
14896
14897 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mscms/libmscms.$IMPLIBEXT"
14898 wine_fn_config_dll mscms mscms
14899 wine_fn_config_makefile dlls/mscms "dlls/Makedll.rules \$(MAKEDEP)"
14900 test "x$enable_mscms" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mscms"
14901
14902 wine_fn_config_test dlls/mscms/tests mscms_test
14903 wine_fn_config_makefile dlls/mscms/tests "Maketest.rules \$(MAKEDEP)"
14904 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mscms/tests"
14905
14906 wine_fn_config_dll mscoree
14907 wine_fn_config_makefile dlls/mscoree "dlls/Makedll.rules \$(MAKEDEP)"
14908 test "x$enable_mscoree" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mscoree"
14909
14910 wine_fn_config_dll msctf
14911 wine_fn_config_makefile dlls/msctf "dlls/Makedll.rules \$(MAKEDEP)"
14912 test "x$enable_msctf" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msctf"
14913
14914 wine_fn_config_test dlls/msctf/tests msctf_test
14915 wine_fn_config_makefile dlls/msctf/tests "Maketest.rules \$(MAKEDEP)"
14916 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msctf/tests"
14917
14918 wine_fn_config_dll msdaps
14919 wine_fn_config_makefile dlls/msdaps "dlls/Makedll.rules \$(MAKEDEP)"
14920 test "x$enable_msdaps" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msdaps"
14921
14922 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msdmo/libmsdmo.$IMPLIBEXT"
14923 wine_fn_config_dll msdmo msdmo
14924 wine_fn_config_makefile dlls/msdmo "dlls/Makedll.rules \$(MAKEDEP)"
14925 test "x$enable_msdmo" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msdmo"
14926
14927 wine_fn_config_dll msftedit
14928 wine_fn_config_makefile dlls/msftedit "dlls/Makedll.rules \$(MAKEDEP)"
14929 test "x$enable_msftedit" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msftedit"
14930
14931 wine_fn_config_dll msg711.acm
14932 wine_fn_config_makefile dlls/msg711.acm "dlls/Makedll.rules \$(MAKEDEP)"
14933 test "x$enable_msg711_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msg711.acm"
14934
14935 wine_fn_config_dll msgsm32.acm
14936 wine_fn_config_makefile dlls/msgsm32.acm "dlls/Makedll.rules \$(MAKEDEP)"
14937 test "x$enable_msgsm32_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msgsm32.acm"
14938
14939 wine_fn_config_dll mshtml.tlb
14940 wine_fn_config_makefile dlls/mshtml.tlb "dlls/Makedll.rules \$(MAKEDEP)"
14941 test "x$enable_mshtml_tlb" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mshtml.tlb"
14942
14943 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mshtml/libmshtml.$IMPLIBEXT"
14944 wine_fn_config_dll mshtml mshtml
14945 wine_fn_config_makefile dlls/mshtml "dlls/Makedll.rules \$(MAKEDEP)"
14946 test "x$enable_mshtml" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mshtml"
14947
14948 wine_fn_config_test dlls/mshtml/tests mshtml_test
14949 wine_fn_config_makefile dlls/mshtml/tests "Maketest.rules \$(MAKEDEP)"
14950 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mshtml/tests"
14951
14952 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msi/libmsi.$IMPLIBEXT"
14953 wine_fn_config_dll msi msi
14954 wine_fn_config_makefile dlls/msi "dlls/Makedll.rules \$(MAKEDEP)"
14955 test "x$enable_msi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msi"
14956
14957 wine_fn_config_test dlls/msi/tests msi_test
14958 wine_fn_config_makefile dlls/msi/tests "Maketest.rules \$(MAKEDEP)"
14959 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msi/tests"
14960
14961 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msimg32/libmsimg32.$IMPLIBEXT"
14962 wine_fn_config_dll msimg32 msimg32
14963 wine_fn_config_makefile dlls/msimg32 "dlls/Makedll.rules \$(MAKEDEP)"
14964 test "x$enable_msimg32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msimg32"
14965
14966 wine_fn_config_dll msimtf
14967 wine_fn_config_makefile dlls/msimtf "dlls/Makedll.rules \$(MAKEDEP)"
14968 test "x$enable_msimtf" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msimtf"
14969
14970 wine_fn_config_dll msisip
14971 wine_fn_config_makefile dlls/msisip "dlls/Makedll.rules \$(MAKEDEP)"
14972 test "x$enable_msisip" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msisip"
14973
14974 wine_fn_config_dll msisys.ocx
14975 wine_fn_config_makefile dlls/msisys.ocx "dlls/Makedll.rules \$(MAKEDEP)"
14976 test "x$enable_msisys_ocx" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msisys.ocx"
14977
14978 wine_fn_config_dll msnet32
14979 wine_fn_config_makefile dlls/msnet32 "dlls/Makedll.rules \$(MAKEDEP)"
14980 test "x$enable_msnet32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msnet32"
14981
14982 wine_fn_config_dll msrle32
14983 wine_fn_config_makefile dlls/msrle32 "dlls/Makedll.rules \$(MAKEDEP)"
14984 test "x$enable_msrle32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msrle32"
14985
14986 wine_fn_config_dll mssign32
14987 wine_fn_config_makefile dlls/mssign32 "dlls/Makedll.rules \$(MAKEDEP)"
14988 test "x$enable_mssign32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mssign32"
14989
14990 wine_fn_config_dll mssip32
14991 wine_fn_config_makefile dlls/mssip32 "dlls/Makedll.rules \$(MAKEDEP)"
14992 test "x$enable_mssip32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mssip32"
14993
14994 wine_fn_config_dll mstask
14995 wine_fn_config_makefile dlls/mstask "dlls/Makedll.rules \$(MAKEDEP)"
14996 test "x$enable_mstask" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mstask"
14997
14998 wine_fn_config_test dlls/mstask/tests mstask_test
14999 wine_fn_config_makefile dlls/mstask/tests "Maketest.rules \$(MAKEDEP)"
15000 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mstask/tests"
15001
15002 wine_fn_config_dll msvcirt
15003 wine_fn_config_makefile dlls/msvcirt "dlls/Makedll.rules \$(MAKEDEP)"
15004 test "x$enable_msvcirt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcirt"
15005
15006 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcr70/libmsvcr70.$IMPLIBEXT"
15007 wine_fn_config_dll msvcr70 msvcr70
15008 wine_fn_config_makefile dlls/msvcr70 "dlls/Makedll.rules \$(MAKEDEP)"
15009 test "x$enable_msvcr70" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcr70"
15010
15011 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcr71/libmsvcr71.$IMPLIBEXT"
15012 wine_fn_config_dll msvcr71 msvcr71
15013 wine_fn_config_makefile dlls/msvcr71 "dlls/Makedll.rules \$(MAKEDEP)"
15014 test "x$enable_msvcr71" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcr71"
15015
15016 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcr80/libmsvcr80.$IMPLIBEXT"
15017 wine_fn_config_dll msvcr80 msvcr80
15018 wine_fn_config_makefile dlls/msvcr80 "dlls/Makedll.rules \$(MAKEDEP)"
15019 test "x$enable_msvcr80" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcr80"
15020
15021 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcr90/libmsvcr90.$IMPLIBEXT"
15022 wine_fn_config_dll msvcr90 msvcr90
15023 wine_fn_config_makefile dlls/msvcr90 "dlls/Makedll.rules \$(MAKEDEP)"
15024 test "x$enable_msvcr90" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcr90"
15025
15026 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcrt/libmsvcrt.$IMPLIBEXT"
15027 wine_fn_config_dll msvcrt msvcrt
15028 wine_fn_config_makefile dlls/msvcrt "dlls/Makedll.rules \$(MAKEDEP)"
15029 test "x$enable_msvcrt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcrt"
15030
15031 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
15032 wine_fn_config_makefile dlls/msvcrt/tests "Maketest.rules \$(MAKEDEP)"
15033 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msvcrt/tests"
15034
15035 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcrt20/libmsvcrt20.$IMPLIBEXT"
15036 wine_fn_config_dll msvcrt20 msvcrt20
15037 wine_fn_config_makefile dlls/msvcrt20 "dlls/Makedll.rules \$(MAKEDEP)"
15038 test "x$enable_msvcrt20" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcrt20"
15039
15040 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcrt40/libmsvcrt40.$IMPLIBEXT"
15041 wine_fn_config_dll msvcrt40 msvcrt40
15042 wine_fn_config_makefile dlls/msvcrt40 "dlls/Makedll.rules \$(MAKEDEP)"
15043 test "x$enable_msvcrt40" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcrt40"
15044
15045 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcrtd/libmsvcrtd.$IMPLIBEXT"
15046 wine_fn_config_dll msvcrtd msvcrtd
15047 wine_fn_config_makefile dlls/msvcrtd "dlls/Makedll.rules \$(MAKEDEP)"
15048 test "x$enable_msvcrtd" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcrtd"
15049
15050 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
15051 wine_fn_config_makefile dlls/msvcrtd/tests "Maketest.rules \$(MAKEDEP)"
15052 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msvcrtd/tests"
15053
15054 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvfw32/libmsvfw32.$IMPLIBEXT"
15055 wine_fn_config_dll msvfw32 msvfw32
15056 wine_fn_config_makefile dlls/msvfw32 "dlls/Makedll.rules \$(MAKEDEP)"
15057 test "x$enable_msvfw32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvfw32"
15058
15059 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
15060 wine_fn_config_makefile dlls/msvfw32/tests "Maketest.rules \$(MAKEDEP)"
15061 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msvfw32/tests"
15062
15063 wine_fn_config_dll msvidc32
15064 wine_fn_config_makefile dlls/msvidc32 "dlls/Makedll.rules \$(MAKEDEP)"
15065 test "x$enable_msvidc32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvidc32"
15066
15067 wine_fn_config_dll msvideo.dll16
15068 wine_fn_config_makefile dlls/msvideo.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15069 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvideo.dll16"
15070
15071 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mswsock/libmswsock.$IMPLIBEXT"
15072 wine_fn_config_dll mswsock mswsock
15073 wine_fn_config_makefile dlls/mswsock "dlls/Makedll.rules \$(MAKEDEP)"
15074 test "x$enable_mswsock" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mswsock"
15075
15076 wine_fn_config_dll msxml3
15077 wine_fn_config_makefile dlls/msxml3 "dlls/Makedll.rules \$(MAKEDEP)"
15078 test "x$enable_msxml3" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msxml3"
15079
15080 wine_fn_config_test dlls/msxml3/tests msxml3_test
15081 wine_fn_config_makefile dlls/msxml3/tests "Maketest.rules \$(MAKEDEP)"
15082 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msxml3/tests"
15083
15084 wine_fn_config_dll msxml4
15085 wine_fn_config_makefile dlls/msxml4 "dlls/Makedll.rules \$(MAKEDEP)"
15086 test "x$enable_msxml4" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msxml4"
15087
15088 wine_fn_append_file ALL_IMPORT_LIBS "dlls/nddeapi/libnddeapi.$IMPLIBEXT"
15089 wine_fn_config_dll nddeapi nddeapi
15090 wine_fn_config_makefile dlls/nddeapi "dlls/Makedll.rules \$(MAKEDEP)"
15091 test "x$enable_nddeapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/nddeapi"
15092
15093 wine_fn_append_file ALL_IMPORT_LIBS "dlls/netapi32/libnetapi32.$IMPLIBEXT"
15094 wine_fn_config_dll netapi32 netapi32
15095 wine_fn_config_makefile dlls/netapi32 "dlls/Makedll.rules \$(MAKEDEP)"
15096 test "x$enable_netapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/netapi32"
15097
15098 wine_fn_config_test dlls/netapi32/tests netapi32_test
15099 wine_fn_config_makefile dlls/netapi32/tests "Maketest.rules \$(MAKEDEP)"
15100 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/netapi32/tests"
15101
15102 wine_fn_append_file ALL_IMPORT_LIBS "dlls/newdev/libnewdev.$IMPLIBEXT"
15103 wine_fn_config_dll newdev newdev
15104 wine_fn_config_makefile dlls/newdev "dlls/Makedll.rules \$(MAKEDEP)"
15105 test "x$enable_newdev" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/newdev"
15106
15107 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ntdll/libntdll.$IMPLIBEXT"
15108 wine_fn_config_dll ntdll ntdll
15109 wine_fn_config_makefile dlls/ntdll "dlls/Makedll.rules \$(MAKEDEP)"
15110 test "x$enable_ntdll" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ntdll"
15111
15112 wine_fn_config_test dlls/ntdll/tests ntdll_test
15113 wine_fn_config_makefile dlls/ntdll/tests "Maketest.rules \$(MAKEDEP)"
15114 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ntdll/tests"
15115
15116 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ntdsapi/libntdsapi.$IMPLIBEXT"
15117 wine_fn_config_dll ntdsapi ntdsapi
15118 wine_fn_config_makefile dlls/ntdsapi "dlls/Makedll.rules \$(MAKEDEP)"
15119 test "x$enable_ntdsapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ntdsapi"
15120
15121 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
15122 wine_fn_config_makefile dlls/ntdsapi/tests "Maketest.rules \$(MAKEDEP)"
15123 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ntdsapi/tests"
15124
15125 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT"
15126 wine_fn_config_dll ntoskrnl.exe ntoskrnl.exe
15127 wine_fn_config_makefile dlls/ntoskrnl.exe "dlls/Makedll.rules \$(MAKEDEP)"
15128 test "x$enable_ntoskrnl_exe" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ntoskrnl.exe"
15129
15130 wine_fn_config_dll ntprint
15131 wine_fn_config_makefile dlls/ntprint "dlls/Makedll.rules \$(MAKEDEP)"
15132 test "x$enable_ntprint" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ntprint"
15133
15134 wine_fn_config_test dlls/ntprint/tests ntprint_test
15135 wine_fn_config_makefile dlls/ntprint/tests "Maketest.rules \$(MAKEDEP)"
15136 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ntprint/tests"
15137
15138 wine_fn_config_dll objsel
15139 wine_fn_config_makefile dlls/objsel "dlls/Makedll.rules \$(MAKEDEP)"
15140 test "x$enable_objsel" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/objsel"
15141
15142 wine_fn_append_file ALL_IMPORT_LIBS "dlls/odbc32/libodbc32.$IMPLIBEXT"
15143 wine_fn_config_dll odbc32 odbc32
15144 wine_fn_config_makefile dlls/odbc32 "dlls/Makedll.rules \$(MAKEDEP)"
15145 test "x$enable_odbc32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/odbc32"
15146
15147 wine_fn_append_file ALL_IMPORT_LIBS "dlls/odbccp32/libodbccp32.$IMPLIBEXT"
15148 wine_fn_config_dll odbccp32 odbccp32
15149 wine_fn_config_makefile dlls/odbccp32 "dlls/Makedll.rules \$(MAKEDEP)"
15150 test "x$enable_odbccp32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/odbccp32"
15151
15152 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
15153 wine_fn_config_makefile dlls/odbccp32/tests "Maketest.rules \$(MAKEDEP)"
15154 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/odbccp32/tests"
15155
15156 wine_fn_config_dll ole2.dll16
15157 wine_fn_config_makefile dlls/ole2.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15158 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2.dll16"
15159
15160 wine_fn_config_dll ole2conv.dll16
15161 wine_fn_config_makefile dlls/ole2conv.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15162 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2conv.dll16"
15163
15164 wine_fn_config_dll ole2disp.dll16
15165 wine_fn_config_makefile dlls/ole2disp.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15166 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2disp.dll16"
15167
15168 wine_fn_config_dll ole2nls.dll16
15169 wine_fn_config_makefile dlls/ole2nls.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15170 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2nls.dll16"
15171
15172 wine_fn_config_dll ole2prox.dll16
15173 wine_fn_config_makefile dlls/ole2prox.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15174 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2prox.dll16"
15175
15176 wine_fn_config_dll ole2thk.dll16
15177 wine_fn_config_makefile dlls/ole2thk.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15178 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2thk.dll16"
15179
15180 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ole32/libole32.$IMPLIBEXT"
15181 wine_fn_config_dll ole32 ole32
15182 wine_fn_config_makefile dlls/ole32 "dlls/Makedll.rules \$(MAKEDEP)"
15183 test "x$enable_ole32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole32"
15184
15185 wine_fn_config_test dlls/ole32/tests ole32_test
15186 wine_fn_config_makefile dlls/ole32/tests "Maketest.rules \$(MAKEDEP)"
15187 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ole32/tests"
15188
15189 wine_fn_append_file ALL_IMPORT_LIBS "dlls/oleacc/liboleacc.$IMPLIBEXT"
15190 wine_fn_config_dll oleacc oleacc
15191 wine_fn_config_makefile dlls/oleacc "dlls/Makedll.rules \$(MAKEDEP)"
15192 test "x$enable_oleacc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/oleacc"
15193
15194 wine_fn_config_test dlls/oleacc/tests oleacc_test
15195 wine_fn_config_makefile dlls/oleacc/tests "Maketest.rules \$(MAKEDEP)"
15196 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/oleacc/tests"
15197
15198 wine_fn_append_file ALL_IMPORT_LIBS "dlls/oleaut32/liboleaut32.$IMPLIBEXT"
15199 wine_fn_config_dll oleaut32 oleaut32
15200 wine_fn_config_makefile dlls/oleaut32 "dlls/Makedll.rules \$(MAKEDEP)"
15201 test "x$enable_oleaut32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/oleaut32"
15202
15203 wine_fn_config_test dlls/oleaut32/tests oleaut32_test
15204 wine_fn_config_makefile dlls/oleaut32/tests "Maketest.rules \$(MAKEDEP)"
15205 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/oleaut32/tests"
15206
15207 wine_fn_config_dll olecli.dll16
15208 wine_fn_config_makefile dlls/olecli.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15209 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olecli.dll16"
15210
15211 wine_fn_append_file ALL_IMPORT_LIBS "dlls/olecli32/libolecli32.$IMPLIBEXT"
15212 wine_fn_config_dll olecli32 olecli32
15213 wine_fn_config_makefile dlls/olecli32 "dlls/Makedll.rules \$(MAKEDEP)"
15214 test "x$enable_olecli32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olecli32"
15215
15216 wine_fn_config_dll oledb32
15217 wine_fn_config_makefile dlls/oledb32 "dlls/Makedll.rules \$(MAKEDEP)"
15218 test "x$enable_oledb32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/oledb32"
15219
15220 wine_fn_config_test dlls/oledb32/tests oledb32_test
15221 wine_fn_config_makefile dlls/oledb32/tests "Maketest.rules \$(MAKEDEP)"
15222 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/oledb32/tests"
15223
15224 wine_fn_append_file ALL_IMPORT_LIBS "dlls/oledlg/liboledlg.$IMPLIBEXT"
15225 wine_fn_config_dll oledlg oledlg
15226 wine_fn_config_makefile dlls/oledlg "dlls/Makedll.rules \$(MAKEDEP)"
15227 test "x$enable_oledlg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/oledlg"
15228
15229 wine_fn_append_file ALL_IMPORT_LIBS "dlls/olepro32/libolepro32.$IMPLIBEXT"
15230 wine_fn_config_dll olepro32 olepro32
15231 wine_fn_config_makefile dlls/olepro32 "dlls/Makedll.rules \$(MAKEDEP)"
15232 test "x$enable_olepro32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olepro32"
15233
15234 wine_fn_config_dll olesvr.dll16
15235 wine_fn_config_makefile dlls/olesvr.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15236 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olesvr.dll16"
15237
15238 wine_fn_append_file ALL_IMPORT_LIBS "dlls/olesvr32/libolesvr32.$IMPLIBEXT"
15239 wine_fn_config_dll olesvr32 olesvr32
15240 wine_fn_config_makefile dlls/olesvr32 "dlls/Makedll.rules \$(MAKEDEP)"
15241 test "x$enable_olesvr32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olesvr32"
15242
15243 wine_fn_config_dll olethk32
15244 wine_fn_config_makefile dlls/olethk32 "dlls/Makedll.rules \$(MAKEDEP)"
15245 test "x$enable_olethk32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olethk32"
15246
15247 wine_fn_config_dll openal32
15248 wine_fn_config_makefile dlls/openal32 "dlls/Makedll.rules \$(MAKEDEP)"
15249 test "x$enable_openal32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/openal32"
15250
15251 wine_fn_append_file ALL_IMPORT_LIBS "dlls/opengl32/libopengl32.$IMPLIBEXT"
15252 wine_fn_config_dll opengl32 opengl32
15253 wine_fn_config_makefile dlls/opengl32 "dlls/Makedll.rules \$(MAKEDEP)"
15254 test "x$enable_opengl32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/opengl32"
15255
15256 wine_fn_config_test dlls/opengl32/tests opengl32_test
15257 wine_fn_config_makefile dlls/opengl32/tests "Maketest.rules \$(MAKEDEP)"
15258 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/opengl32/tests"
15259
15260 wine_fn_append_file ALL_IMPORT_LIBS "dlls/pdh/libpdh.$IMPLIBEXT"
15261 wine_fn_config_dll pdh pdh
15262 wine_fn_config_makefile dlls/pdh "dlls/Makedll.rules \$(MAKEDEP)"
15263 test "x$enable_pdh" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/pdh"
15264
15265 wine_fn_config_test dlls/pdh/tests pdh_test
15266 wine_fn_config_makefile dlls/pdh/tests "Maketest.rules \$(MAKEDEP)"
15267 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/pdh/tests"
15268
15269 wine_fn_config_dll pidgen
15270 wine_fn_config_makefile dlls/pidgen "dlls/Makedll.rules \$(MAKEDEP)"
15271 test "x$enable_pidgen" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/pidgen"
15272
15273 wine_fn_append_file ALL_IMPORT_LIBS "dlls/powrprof/libpowrprof.$IMPLIBEXT"
15274 wine_fn_config_dll powrprof powrprof
15275 wine_fn_config_makefile dlls/powrprof "dlls/Makedll.rules \$(MAKEDEP)"
15276 test "x$enable_powrprof" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/powrprof"
15277
15278 wine_fn_config_dll printui
15279 wine_fn_config_makefile dlls/printui "dlls/Makedll.rules \$(MAKEDEP)"
15280 test "x$enable_printui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/printui"
15281
15282 wine_fn_config_dll propsys
15283 wine_fn_config_makefile dlls/propsys "dlls/Makedll.rules \$(MAKEDEP)"
15284 test "x$enable_propsys" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/propsys"
15285
15286 wine_fn_append_file ALL_IMPORT_LIBS "dlls/psapi/libpsapi.$IMPLIBEXT"
15287 wine_fn_config_dll psapi psapi
15288 wine_fn_config_makefile dlls/psapi "dlls/Makedll.rules \$(MAKEDEP)"
15289 test "x$enable_psapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/psapi"
15290
15291 wine_fn_config_test dlls/psapi/tests psapi_test
15292 wine_fn_config_makefile dlls/psapi/tests "Maketest.rules \$(MAKEDEP)"
15293 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/psapi/tests"
15294
15295 wine_fn_config_dll pstorec
15296 wine_fn_config_makefile dlls/pstorec "dlls/Makedll.rules \$(MAKEDEP)"
15297 test "x$enable_pstorec" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/pstorec"
15298
15299 wine_fn_config_dll qcap
15300 wine_fn_config_makefile dlls/qcap "dlls/Makedll.rules \$(MAKEDEP)"
15301 test "x$enable_qcap" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/qcap"
15302
15303 wine_fn_config_dll qedit
15304 wine_fn_config_makefile dlls/qedit "dlls/Makedll.rules \$(MAKEDEP)"
15305 test "x$enable_qedit" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/qedit"
15306
15307 wine_fn_config_test dlls/qedit/tests qedit_test
15308 wine_fn_config_makefile dlls/qedit/tests "Maketest.rules \$(MAKEDEP)"
15309 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/qedit/tests"
15310
15311 wine_fn_config_dll qmgr
15312 wine_fn_config_makefile dlls/qmgr "dlls/Makedll.rules \$(MAKEDEP)"
15313 test "x$enable_qmgr" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/qmgr"
15314
15315 wine_fn_config_test dlls/qmgr/tests qmgr_test
15316 wine_fn_config_makefile dlls/qmgr/tests "Maketest.rules \$(MAKEDEP)"
15317 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/qmgr/tests"
15318
15319 wine_fn_config_dll qmgrprxy
15320 wine_fn_config_makefile dlls/qmgrprxy "dlls/Makedll.rules \$(MAKEDEP)"
15321 test "x$enable_qmgrprxy" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/qmgrprxy"
15322
15323 wine_fn_append_file ALL_IMPORT_LIBS "dlls/quartz/libquartz.$IMPLIBEXT"
15324 wine_fn_config_dll quartz quartz
15325 wine_fn_config_makefile dlls/quartz "dlls/Makedll.rules \$(MAKEDEP)"
15326 test "x$enable_quartz" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/quartz"
15327
15328 wine_fn_config_test dlls/quartz/tests quartz_test
15329 wine_fn_config_makefile dlls/quartz/tests "Maketest.rules \$(MAKEDEP)"
15330 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/quartz/tests"
15331
15332 wine_fn_config_dll query
15333 wine_fn_config_makefile dlls/query "dlls/Makedll.rules \$(MAKEDEP)"
15334 test "x$enable_query" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/query"
15335
15336 wine_fn_config_dll rasapi16.dll16
15337 wine_fn_config_makefile dlls/rasapi16.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15338 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rasapi16.dll16"
15339
15340 wine_fn_append_file ALL_IMPORT_LIBS "dlls/rasapi32/librasapi32.$IMPLIBEXT"
15341 wine_fn_config_dll rasapi32 rasapi32
15342 wine_fn_config_makefile dlls/rasapi32 "dlls/Makedll.rules \$(MAKEDEP)"
15343 test "x$enable_rasapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rasapi32"
15344
15345 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
15346 wine_fn_config_makefile dlls/rasapi32/tests "Maketest.rules \$(MAKEDEP)"
15347 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/rasapi32/tests"
15348
15349 wine_fn_append_file ALL_IMPORT_LIBS "dlls/rasdlg/librasdlg.$IMPLIBEXT"
15350 wine_fn_config_dll rasdlg rasdlg
15351 wine_fn_config_makefile dlls/rasdlg "dlls/Makedll.rules \$(MAKEDEP)"
15352 test "x$enable_rasdlg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rasdlg"
15353
15354 wine_fn_append_file ALL_IMPORT_LIBS "dlls/resutils/libresutils.$IMPLIBEXT"
15355 wine_fn_config_dll resutils resutils
15356 wine_fn_config_makefile dlls/resutils "dlls/Makedll.rules \$(MAKEDEP)"
15357 test "x$enable_resutils" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/resutils"
15358
15359 wine_fn_append_file ALL_IMPORT_LIBS "dlls/riched20/libriched20.$IMPLIBEXT"
15360 wine_fn_config_dll riched20 riched20
15361 wine_fn_config_makefile dlls/riched20 "dlls/Makedll.rules \$(MAKEDEP)"
15362 test "x$enable_riched20" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/riched20"
15363
15364 wine_fn_config_test dlls/riched20/tests riched20_test
15365 wine_fn_config_makefile dlls/riched20/tests "Maketest.rules \$(MAKEDEP)"
15366 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/riched20/tests"
15367
15368 wine_fn_config_dll riched32
15369 wine_fn_config_makefile dlls/riched32 "dlls/Makedll.rules \$(MAKEDEP)"
15370 test "x$enable_riched32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/riched32"
15371
15372 wine_fn_config_test dlls/riched32/tests riched32_test
15373 wine_fn_config_makefile dlls/riched32/tests "Maketest.rules \$(MAKEDEP)"
15374 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/riched32/tests"
15375
15376 wine_fn_append_file ALL_IMPORT_LIBS "dlls/rpcrt4/librpcrt4.$IMPLIBEXT"
15377 wine_fn_config_dll rpcrt4 rpcrt4
15378 wine_fn_config_makefile dlls/rpcrt4 "dlls/Makedll.rules \$(MAKEDEP)"
15379 test "x$enable_rpcrt4" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rpcrt4"
15380
15381 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test
15382 wine_fn_config_makefile dlls/rpcrt4/tests "Maketest.rules \$(MAKEDEP)"
15383 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/rpcrt4/tests"
15384
15385 wine_fn_config_dll rsabase
15386 wine_fn_config_makefile dlls/rsabase "dlls/Makedll.rules \$(MAKEDEP)"
15387 test "x$enable_rsabase" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rsabase"
15388
15389 wine_fn_append_file ALL_IMPORT_LIBS "dlls/rsaenh/librsaenh.$IMPLIBEXT"
15390 wine_fn_config_dll rsaenh rsaenh
15391 wine_fn_config_makefile dlls/rsaenh "dlls/Makedll.rules \$(MAKEDEP)"
15392 test "x$enable_rsaenh" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rsaenh"
15393
15394 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
15395 wine_fn_config_makefile dlls/rsaenh/tests "Maketest.rules \$(MAKEDEP)"
15396 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/rsaenh/tests"
15397
15398 wine_fn_append_file ALL_IMPORT_LIBS "dlls/rtutils/librtutils.$IMPLIBEXT"
15399 wine_fn_config_dll rtutils rtutils
15400 wine_fn_config_makefile dlls/rtutils "dlls/Makedll.rules \$(MAKEDEP)"
15401 test "x$enable_rtutils" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rtutils"
15402
15403 wine_fn_config_dll sane.ds
15404 wine_fn_config_makefile dlls/sane.ds "dlls/Makedll.rules \$(MAKEDEP)"
15405 test "x$enable_sane_ds" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sane.ds"
15406
15407 wine_fn_config_dll sccbase
15408 wine_fn_config_makefile dlls/sccbase "dlls/Makedll.rules \$(MAKEDEP)"
15409 test "x$enable_sccbase" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sccbase"
15410
15411 wine_fn_config_dll schannel
15412 wine_fn_config_makefile dlls/schannel "dlls/Makedll.rules \$(MAKEDEP)"
15413 test "x$enable_schannel" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/schannel"
15414
15415 wine_fn_config_test dlls/schannel/tests schannel_test
15416 wine_fn_config_makefile dlls/schannel/tests "Maketest.rules \$(MAKEDEP)"
15417 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/schannel/tests"
15418
15419 wine_fn_append_file ALL_IMPORT_LIBS "dlls/secur32/libsecur32.$IMPLIBEXT"
15420 wine_fn_config_dll secur32 secur32
15421 wine_fn_config_makefile dlls/secur32 "dlls/Makedll.rules \$(MAKEDEP)"
15422 test "x$enable_secur32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/secur32"
15423
15424 wine_fn_config_test dlls/secur32/tests secur32_test
15425 wine_fn_config_makefile dlls/secur32/tests "Maketest.rules \$(MAKEDEP)"
15426 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/secur32/tests"
15427
15428 wine_fn_config_dll security
15429 wine_fn_config_makefile dlls/security "dlls/Makedll.rules \$(MAKEDEP)"
15430 test "x$enable_security" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/security"
15431
15432 wine_fn_append_file ALL_IMPORT_LIBS "dlls/sensapi/libsensapi.$IMPLIBEXT"
15433 wine_fn_config_dll sensapi sensapi
15434 wine_fn_config_makefile dlls/sensapi "dlls/Makedll.rules \$(MAKEDEP)"
15435 test "x$enable_sensapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sensapi"
15436
15437 wine_fn_append_file ALL_IMPORT_LIBS "dlls/serialui/libserialui.$IMPLIBEXT"
15438 wine_fn_config_dll serialui serialui
15439 wine_fn_config_makefile dlls/serialui "dlls/Makedll.rules \$(MAKEDEP)"
15440 test "x$enable_serialui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/serialui"
15441
15442 wine_fn_config_test dlls/serialui/tests serialui_test
15443 wine_fn_config_makefile dlls/serialui/tests "Maketest.rules \$(MAKEDEP)"
15444 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/serialui/tests"
15445
15446 wine_fn_append_file ALL_IMPORT_LIBS "dlls/setupapi/libsetupapi.$IMPLIBEXT"
15447 wine_fn_config_dll setupapi setupapi
15448 wine_fn_config_makefile dlls/setupapi "dlls/Makedll.rules \$(MAKEDEP)"
15449 test "x$enable_setupapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/setupapi"
15450
15451 wine_fn_config_test dlls/setupapi/tests setupapi_test
15452 wine_fn_config_makefile dlls/setupapi/tests "Maketest.rules \$(MAKEDEP)"
15453 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/setupapi/tests"
15454
15455 wine_fn_config_dll setupx.dll16
15456 wine_fn_config_makefile dlls/setupx.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15457 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/setupx.dll16"
15458
15459 wine_fn_append_file ALL_IMPORT_LIBS "dlls/sfc/libsfc.$IMPLIBEXT"
15460 wine_fn_config_dll sfc sfc
15461 wine_fn_config_makefile dlls/sfc "dlls/Makedll.rules \$(MAKEDEP)"
15462 test "x$enable_sfc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sfc"
15463
15464 wine_fn_append_file ALL_IMPORT_LIBS "dlls/sfc_os/libsfc_os.$IMPLIBEXT"
15465 wine_fn_config_dll sfc_os sfc_os
15466 wine_fn_config_makefile dlls/sfc_os "dlls/Makedll.rules \$(MAKEDEP)"
15467 test "x$enable_sfc_os" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sfc_os"
15468
15469 wine_fn_config_dll shdoclc
15470 wine_fn_config_makefile dlls/shdoclc "dlls/Makedll.rules \$(MAKEDEP)"
15471 test "x$enable_shdoclc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shdoclc"
15472
15473 wine_fn_append_file ALL_IMPORT_LIBS "dlls/shdocvw/libshdocvw.$IMPLIBEXT"
15474 wine_fn_config_dll shdocvw shdocvw
15475 wine_fn_config_makefile dlls/shdocvw "dlls/Makedll.rules \$(MAKEDEP)"
15476 test "x$enable_shdocvw" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shdocvw"
15477
15478 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
15479 wine_fn_config_makefile dlls/shdocvw/tests "Maketest.rules \$(MAKEDEP)"
15480 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/shdocvw/tests"
15481
15482 wine_fn_config_dll shell.dll16
15483 wine_fn_config_makefile dlls/shell.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15484 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shell.dll16"
15485
15486 wine_fn_append_file ALL_IMPORT_LIBS "dlls/shell32/libshell32.$IMPLIBEXT"
15487 wine_fn_config_dll shell32 shell32
15488 wine_fn_config_makefile dlls/shell32 "dlls/Makedll.rules \$(MAKEDEP)"
15489 test "x$enable_shell32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shell32"
15490
15491 wine_fn_config_test dlls/shell32/tests shell32_test
15492 wine_fn_config_makefile dlls/shell32/tests "Maketest.rules \$(MAKEDEP)"
15493 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/shell32/tests"
15494
15495 wine_fn_append_file ALL_IMPORT_LIBS "dlls/shfolder/libshfolder.$IMPLIBEXT"
15496 wine_fn_config_dll shfolder shfolder
15497 wine_fn_config_makefile dlls/shfolder "dlls/Makedll.rules \$(MAKEDEP)"
15498 test "x$enable_shfolder" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shfolder"
15499
15500 wine_fn_append_file ALL_IMPORT_LIBS "dlls/shlwapi/libshlwapi.$IMPLIBEXT"
15501 wine_fn_config_dll shlwapi shlwapi
15502 wine_fn_config_makefile dlls/shlwapi "dlls/Makedll.rules \$(MAKEDEP)"
15503 test "x$enable_shlwapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shlwapi"
15504
15505 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
15506 wine_fn_config_makefile dlls/shlwapi/tests "Maketest.rules \$(MAKEDEP)"
15507 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/shlwapi/tests"
15508
15509 wine_fn_config_dll slbcsp
15510 wine_fn_config_makefile dlls/slbcsp "dlls/Makedll.rules \$(MAKEDEP)"
15511 test "x$enable_slbcsp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/slbcsp"
15512
15513 wine_fn_append_file ALL_IMPORT_LIBS "dlls/slc/libslc.$IMPLIBEXT"
15514 wine_fn_config_dll slc slc
15515 wine_fn_config_makefile dlls/slc "dlls/Makedll.rules \$(MAKEDEP)"
15516 test "x$enable_slc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/slc"
15517
15518 wine_fn_append_file ALL_IMPORT_LIBS "dlls/snmpapi/libsnmpapi.$IMPLIBEXT"
15519 wine_fn_config_dll snmpapi snmpapi
15520 wine_fn_config_makefile dlls/snmpapi "dlls/Makedll.rules \$(MAKEDEP)"
15521 test "x$enable_snmpapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/snmpapi"
15522
15523 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
15524 wine_fn_config_makefile dlls/snmpapi/tests "Maketest.rules \$(MAKEDEP)"
15525 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/snmpapi/tests"
15526
15527 wine_fn_config_dll softpub
15528 wine_fn_config_makefile dlls/softpub "dlls/Makedll.rules \$(MAKEDEP)"
15529 test "x$enable_softpub" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/softpub"
15530
15531 wine_fn_config_dll sound.drv16
15532 wine_fn_config_makefile dlls/sound.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
15533 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sound.drv16"
15534
15535 wine_fn_append_file ALL_IMPORT_LIBS "dlls/spoolss/libspoolss.$IMPLIBEXT"
15536 wine_fn_config_dll spoolss spoolss
15537 wine_fn_config_makefile dlls/spoolss "dlls/Makedll.rules \$(MAKEDEP)"
15538 test "x$enable_spoolss" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/spoolss"
15539
15540 wine_fn_config_test dlls/spoolss/tests spoolss_test
15541 wine_fn_config_makefile dlls/spoolss/tests "Maketest.rules \$(MAKEDEP)"
15542 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/spoolss/tests"
15543
15544 wine_fn_config_dll stdole2.tlb
15545 wine_fn_config_makefile dlls/stdole2.tlb "dlls/Makedll.rules \$(MAKEDEP)"
15546 test "x$enable_stdole2_tlb" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/stdole2.tlb"
15547
15548 wine_fn_config_dll stdole32.tlb
15549 wine_fn_config_makefile dlls/stdole32.tlb "dlls/Makedll.rules \$(MAKEDEP)"
15550 test "x$enable_stdole32_tlb" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/stdole32.tlb"
15551
15552 wine_fn_append_file ALL_IMPORT_LIBS "dlls/sti/libsti.$IMPLIBEXT"
15553 wine_fn_config_dll sti sti
15554 wine_fn_config_makefile dlls/sti "dlls/Makedll.rules \$(MAKEDEP)"
15555 test "x$enable_sti" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sti"
15556
15557 wine_fn_config_test dlls/sti/tests sti_test
15558 wine_fn_config_makefile dlls/sti/tests "Maketest.rules \$(MAKEDEP)"
15559 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/sti/tests"
15560
15561 wine_fn_config_dll storage.dll16
15562 wine_fn_config_makefile dlls/storage.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15563 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/storage.dll16"
15564
15565 wine_fn_config_dll stress.dll16
15566 wine_fn_config_makefile dlls/stress.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15567 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/stress.dll16"
15568
15569 wine_fn_config_lib strmiids
15570 wine_fn_config_makefile dlls/strmiids "dlls/Makeimplib.rules \$(MAKEDEP)"
15571 test "x$enable_strmiids" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/strmiids"
15572
15573 wine_fn_config_dll svrapi
15574 wine_fn_config_makefile dlls/svrapi "dlls/Makedll.rules \$(MAKEDEP)"
15575 test "x$enable_svrapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/svrapi"
15576
15577 wine_fn_config_dll sxs
15578 wine_fn_config_makefile dlls/sxs "dlls/Makedll.rules \$(MAKEDEP)"
15579 test "x$enable_sxs" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sxs"
15580
15581 wine_fn_config_dll system.drv16
15582 wine_fn_config_makefile dlls/system.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
15583 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/system.drv16"
15584
15585 wine_fn_config_dll t2embed
15586 wine_fn_config_makefile dlls/t2embed "dlls/Makedll.rules \$(MAKEDEP)"
15587 test "x$enable_t2embed" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/t2embed"
15588
15589 wine_fn_append_file ALL_IMPORT_LIBS "dlls/tapi32/libtapi32.$IMPLIBEXT"
15590 wine_fn_config_dll tapi32 tapi32
15591 wine_fn_config_makefile dlls/tapi32 "dlls/Makedll.rules \$(MAKEDEP)"
15592 test "x$enable_tapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/tapi32"
15593
15594 wine_fn_config_dll toolhelp.dll16
15595 wine_fn_config_makefile dlls/toolhelp.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15596 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/toolhelp.dll16"
15597
15598 wine_fn_config_dll traffic
15599 wine_fn_config_makefile dlls/traffic "dlls/Makedll.rules \$(MAKEDEP)"
15600 test "x$enable_traffic" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/traffic"
15601
15602 wine_fn_config_dll twain.dll16
15603 wine_fn_config_makefile dlls/twain.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15604 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/twain.dll16"
15605
15606 wine_fn_config_dll twain_32
15607 wine_fn_config_makefile dlls/twain_32 "dlls/Makedll.rules \$(MAKEDEP)"
15608 test "x$enable_twain_32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/twain_32"
15609
15610 wine_fn_config_test dlls/twain_32/tests twain_32_test
15611 wine_fn_config_makefile dlls/twain_32/tests "Maketest.rules \$(MAKEDEP)"
15612 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/twain_32/tests"
15613
15614 wine_fn_config_dll typelib.dll16
15615 wine_fn_config_makefile dlls/typelib.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15616 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/typelib.dll16"
15617
15618 wine_fn_append_file ALL_IMPORT_LIBS "dlls/unicows/libunicows.$IMPLIBEXT"
15619 wine_fn_config_dll unicows unicows
15620 wine_fn_config_makefile dlls/unicows "dlls/Makedll.rules \$(MAKEDEP)"
15621 test "x$enable_unicows" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/unicows"
15622
15623 wine_fn_config_dll updspapi
15624 wine_fn_config_makefile dlls/updspapi "dlls/Makedll.rules \$(MAKEDEP)"
15625 test "x$enable_updspapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/updspapi"
15626
15627 wine_fn_append_file ALL_IMPORT_LIBS "dlls/url/liburl.$IMPLIBEXT"
15628 wine_fn_config_dll url url
15629 wine_fn_config_makefile dlls/url "dlls/Makedll.rules \$(MAKEDEP)"
15630 test "x$enable_url" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/url"
15631
15632 wine_fn_append_file ALL_IMPORT_LIBS "dlls/urlmon/liburlmon.$IMPLIBEXT"
15633 wine_fn_config_dll urlmon urlmon
15634 wine_fn_config_makefile dlls/urlmon "dlls/Makedll.rules \$(MAKEDEP)"
15635 test "x$enable_urlmon" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/urlmon"
15636
15637 wine_fn_config_test dlls/urlmon/tests urlmon_test
15638 wine_fn_config_makefile dlls/urlmon/tests "Maketest.rules \$(MAKEDEP)"
15639 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/urlmon/tests"
15640
15641 wine_fn_append_file ALL_IMPORT_LIBS "dlls/usbd.sys/libusbd.sys.$IMPLIBEXT"
15642 wine_fn_config_dll usbd.sys usbd.sys
15643 wine_fn_config_makefile dlls/usbd.sys "dlls/Makedll.rules \$(MAKEDEP)"
15644 test "x$enable_usbd_sys" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/usbd.sys"
15645
15646 wine_fn_config_dll user.exe16
15647 wine_fn_config_makefile dlls/user.exe16 "dlls/Makedll.rules \$(MAKEDEP)"
15648 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/user.exe16"
15649
15650 wine_fn_append_file ALL_IMPORT_LIBS "dlls/user32/libuser32.$IMPLIBEXT"
15651 wine_fn_config_dll user32 user32
15652 wine_fn_config_makefile dlls/user32 "dlls/Makedll.rules \$(MAKEDEP)"
15653 test "x$enable_user32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/user32"
15654
15655 wine_fn_config_test dlls/user32/tests user32_test
15656 wine_fn_config_makefile dlls/user32/tests "Maketest.rules \$(MAKEDEP)"
15657 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/user32/tests"
15658
15659 wine_fn_append_file ALL_IMPORT_LIBS "dlls/userenv/libuserenv.$IMPLIBEXT"
15660 wine_fn_config_dll userenv userenv
15661 wine_fn_config_makefile dlls/userenv "dlls/Makedll.rules \$(MAKEDEP)"
15662 test "x$enable_userenv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/userenv"
15663
15664 wine_fn_config_test dlls/userenv/tests userenv_test
15665 wine_fn_config_makefile dlls/userenv/tests "Maketest.rules \$(MAKEDEP)"
15666 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/userenv/tests"
15667
15668 wine_fn_append_file ALL_IMPORT_LIBS "dlls/usp10/libusp10.$IMPLIBEXT"
15669 wine_fn_config_dll usp10 usp10
15670 wine_fn_config_makefile dlls/usp10 "dlls/Makedll.rules \$(MAKEDEP)"
15671 test "x$enable_usp10" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/usp10"
15672
15673 wine_fn_config_test dlls/usp10/tests usp10_test
15674 wine_fn_config_makefile dlls/usp10/tests "Maketest.rules \$(MAKEDEP)"
15675 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/usp10/tests"
15676
15677 wine_fn_config_lib uuid
15678 wine_fn_config_makefile dlls/uuid "dlls/Makeimplib.rules \$(MAKEDEP)"
15679 test "x$enable_uuid" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/uuid"
15680
15681 wine_fn_append_file ALL_IMPORT_LIBS "dlls/uxtheme/libuxtheme.$IMPLIBEXT"
15682 wine_fn_config_dll uxtheme uxtheme
15683 wine_fn_config_makefile dlls/uxtheme "dlls/Makedll.rules \$(MAKEDEP)"
15684 test "x$enable_uxtheme" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/uxtheme"
15685
15686 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
15687 wine_fn_config_makefile dlls/uxtheme/tests "Maketest.rules \$(MAKEDEP)"
15688 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/uxtheme/tests"
15689
15690 wine_fn_config_dll vdhcp.vxd
15691 wine_fn_config_makefile dlls/vdhcp.vxd "dlls/Makedll.rules \$(MAKEDEP)"
15692 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vdhcp.vxd"
15693
15694 wine_fn_append_file ALL_IMPORT_LIBS "dlls/vdmdbg/libvdmdbg.$IMPLIBEXT"
15695 wine_fn_config_dll vdmdbg vdmdbg
15696 wine_fn_config_makefile dlls/vdmdbg "dlls/Makedll.rules \$(MAKEDEP)"
15697 test "x$enable_vdmdbg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vdmdbg"
15698
15699 wine_fn_config_dll ver.dll16
15700 wine_fn_config_makefile dlls/ver.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15701 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ver.dll16"
15702
15703 wine_fn_append_file ALL_IMPORT_LIBS "dlls/version/libversion.$IMPLIBEXT"
15704 wine_fn_config_dll version version
15705 wine_fn_config_makefile dlls/version "dlls/Makedll.rules \$(MAKEDEP)"
15706 test "x$enable_version" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/version"
15707
15708 wine_fn_config_test dlls/version/tests version_test
15709 wine_fn_config_makefile dlls/version/tests "Maketest.rules \$(MAKEDEP)"
15710 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/version/tests"
15711
15712 wine_fn_config_dll vmm.vxd
15713 wine_fn_config_makefile dlls/vmm.vxd "dlls/Makedll.rules \$(MAKEDEP)"
15714 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vmm.vxd"
15715
15716 wine_fn_config_dll vnbt.vxd
15717 wine_fn_config_makefile dlls/vnbt.vxd "dlls/Makedll.rules \$(MAKEDEP)"
15718 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vnbt.vxd"
15719
15720 wine_fn_config_dll vnetbios.vxd
15721 wine_fn_config_makefile dlls/vnetbios.vxd "dlls/Makedll.rules \$(MAKEDEP)"
15722 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vnetbios.vxd"
15723
15724 wine_fn_config_dll vtdapi.vxd
15725 wine_fn_config_makefile dlls/vtdapi.vxd "dlls/Makedll.rules \$(MAKEDEP)"
15726 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vtdapi.vxd"
15727
15728 wine_fn_config_dll vwin32.vxd
15729 wine_fn_config_makefile dlls/vwin32.vxd "dlls/Makedll.rules \$(MAKEDEP)"
15730 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vwin32.vxd"
15731
15732 wine_fn_config_dll w32skrnl
15733 wine_fn_config_makefile dlls/w32skrnl "dlls/Makedll.rules \$(MAKEDEP)"
15734 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/w32skrnl"
15735
15736 wine_fn_config_dll w32sys.dll16
15737 wine_fn_config_makefile dlls/w32sys.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15738 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/w32sys.dll16"
15739
15740 wine_fn_config_dll wbemprox
15741 wine_fn_config_makefile dlls/wbemprox "dlls/Makedll.rules \$(MAKEDEP)"
15742 test "x$enable_wbemprox" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wbemprox"
15743
15744 wine_fn_config_dll wiaservc
15745 wine_fn_config_makefile dlls/wiaservc "dlls/Makedll.rules \$(MAKEDEP)"
15746 test "x$enable_wiaservc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wiaservc"
15747
15748 wine_fn_config_dll win32s16.dll16
15749 wine_fn_config_makefile dlls/win32s16.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15750 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/win32s16.dll16"
15751
15752 wine_fn_config_dll win87em.dll16
15753 wine_fn_config_makefile dlls/win87em.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15754 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/win87em.dll16"
15755
15756 wine_fn_config_dll winaspi.dll16
15757 wine_fn_config_makefile dlls/winaspi.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15758 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winaspi.dll16"
15759
15760 wine_fn_config_dll windebug.dll16
15761 wine_fn_config_makefile dlls/windebug.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15762 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/windebug.dll16"
15763
15764 wine_fn_append_file ALL_IMPORT_LIBS "dlls/windowscodecs/libwindowscodecs.$IMPLIBEXT"
15765 wine_fn_config_dll windowscodecs windowscodecs
15766 wine_fn_config_makefile dlls/windowscodecs "dlls/Makedll.rules \$(MAKEDEP)"
15767 test "x$enable_windowscodecs" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/windowscodecs"
15768
15769 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
15770 wine_fn_config_makefile dlls/windowscodecs/tests "Maketest.rules \$(MAKEDEP)"
15771 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/windowscodecs/tests"
15772
15773 wine_fn_config_dll winealsa.drv
15774 wine_fn_config_makefile dlls/winealsa.drv "dlls/Makedll.rules \$(MAKEDEP)"
15775 test "x$enable_winealsa_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winealsa.drv"
15776
15777 wine_fn_config_dll wineaudioio.drv
15778 wine_fn_config_makefile dlls/wineaudioio.drv "dlls/Makedll.rules \$(MAKEDEP)"
15779 test "x$enable_wineaudioio_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineaudioio.drv"
15780
15781 wine_fn_config_dll winecoreaudio.drv
15782 wine_fn_config_makefile dlls/winecoreaudio.drv "dlls/Makedll.rules \$(MAKEDEP)"
15783 test "x$enable_winecoreaudio_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winecoreaudio.drv"
15784
15785 wine_fn_config_lib winecrt0
15786 wine_fn_config_makefile dlls/winecrt0 "dlls/Makeimplib.rules \$(MAKEDEP)"
15787 test "x$enable_winecrt0" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/winecrt0"
15788
15789 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wined3d/libwined3d.$IMPLIBEXT"
15790 wine_fn_config_dll wined3d wined3d
15791 wine_fn_config_makefile dlls/wined3d "dlls/Makedll.rules \$(MAKEDEP)"
15792 test "x$enable_wined3d" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wined3d"
15793
15794 wine_fn_config_dll wineesd.drv
15795 wine_fn_config_makefile dlls/wineesd.drv "dlls/Makedll.rules \$(MAKEDEP)"
15796 test "x$enable_wineesd_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineesd.drv"
15797
15798 wine_fn_config_dll winejack.drv
15799 wine_fn_config_makefile dlls/winejack.drv "dlls/Makedll.rules \$(MAKEDEP)"
15800 test "x$enable_winejack_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winejack.drv"
15801
15802 wine_fn_config_dll winejoystick.drv
15803 wine_fn_config_makefile dlls/winejoystick.drv "dlls/Makedll.rules \$(MAKEDEP)"
15804 test "x$enable_winejoystick_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winejoystick.drv"
15805
15806 wine_fn_config_dll winemapi
15807 wine_fn_config_makefile dlls/winemapi "dlls/Makedll.rules \$(MAKEDEP)"
15808 test "x$enable_winemapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winemapi"
15809
15810 wine_fn_config_dll winemp3.acm
15811 wine_fn_config_makefile dlls/winemp3.acm "dlls/Makedll.rules \$(MAKEDEP)"
15812 test "x$enable_winemp3_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winemp3.acm"
15813
15814 wine_fn_config_dll winenas.drv
15815 wine_fn_config_makefile dlls/winenas.drv "dlls/Makedll.rules \$(MAKEDEP)"
15816 test "x$enable_winenas_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winenas.drv"
15817
15818 wine_fn_config_dll wineoss.drv
15819 wine_fn_config_makefile dlls/wineoss.drv "dlls/Makedll.rules \$(MAKEDEP)"
15820 test "x$enable_wineoss_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineoss.drv"
15821
15822 wine_fn_config_dll wineps.drv
15823 wine_fn_config_makefile dlls/wineps.drv "dlls/Makedll.rules \$(MAKEDEP)"
15824 test "x$enable_wineps_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineps.drv"
15825
15826 wine_fn_config_dll wineps16.drv16
15827 wine_fn_config_makefile dlls/wineps16.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
15828 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineps16.drv16"
15829
15830 wine_fn_config_dll winequartz.drv
15831 wine_fn_config_makefile dlls/winequartz.drv "dlls/Makedll.rules \$(MAKEDEP)"
15832 test "x$enable_winequartz_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winequartz.drv"
15833
15834 wine_fn_config_dll winex11.drv
15835 wine_fn_config_makefile dlls/winex11.drv "dlls/Makedll.rules \$(MAKEDEP)"
15836 test "x$enable_winex11_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winex11.drv"
15837
15838 wine_fn_config_dll wing.dll16
15839 wine_fn_config_makefile dlls/wing.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15840 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wing.dll16"
15841
15842 wine_fn_config_dll wing32
15843 wine_fn_config_makefile dlls/wing32 "dlls/Makedll.rules \$(MAKEDEP)"
15844 test "x$enable_wing32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wing32"
15845
15846 wine_fn_append_file ALL_IMPORT_LIBS "dlls/winhttp/libwinhttp.$IMPLIBEXT"
15847 wine_fn_config_dll winhttp winhttp
15848 wine_fn_config_makefile dlls/winhttp "dlls/Makedll.rules \$(MAKEDEP)"
15849 test "x$enable_winhttp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winhttp"
15850
15851 wine_fn_config_test dlls/winhttp/tests winhttp_test
15852 wine_fn_config_makefile dlls/winhttp/tests "Maketest.rules \$(MAKEDEP)"
15853 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/winhttp/tests"
15854
15855 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wininet/libwininet.$IMPLIBEXT"
15856 wine_fn_config_dll wininet wininet
15857 wine_fn_config_makefile dlls/wininet "dlls/Makedll.rules \$(MAKEDEP)"
15858 test "x$enable_wininet" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wininet"
15859
15860 wine_fn_config_test dlls/wininet/tests wininet_test
15861 wine_fn_config_makefile dlls/wininet/tests "Maketest.rules \$(MAKEDEP)"
15862 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/wininet/tests"
15863
15864 wine_fn_append_file ALL_IMPORT_LIBS "dlls/winmm/libwinmm.$IMPLIBEXT"
15865 wine_fn_config_dll winmm winmm
15866 wine_fn_config_makefile dlls/winmm "dlls/Makedll.rules \$(MAKEDEP)"
15867 test "x$enable_winmm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winmm"
15868
15869 wine_fn_config_test dlls/winmm/tests winmm_test
15870 wine_fn_config_makefile dlls/winmm/tests "Maketest.rules \$(MAKEDEP)"
15871 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/winmm/tests"
15872
15873 wine_fn_config_dll winnls.dll16
15874 wine_fn_config_makefile dlls/winnls.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15875 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winnls.dll16"
15876
15877 wine_fn_append_file ALL_IMPORT_LIBS "dlls/winnls32/libwinnls32.$IMPLIBEXT"
15878 wine_fn_config_dll winnls32 winnls32
15879 wine_fn_config_makefile dlls/winnls32 "dlls/Makedll.rules \$(MAKEDEP)"
15880 test "x$enable_winnls32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winnls32"
15881
15882 wine_fn_append_file ALL_IMPORT_LIBS "dlls/winscard/libwinscard.$IMPLIBEXT"
15883 wine_fn_config_dll winscard winscard
15884 wine_fn_config_makefile dlls/winscard "dlls/Makedll.rules \$(MAKEDEP)"
15885 test "x$enable_winscard" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winscard"
15886
15887 wine_fn_config_dll winsock.dll16
15888 wine_fn_config_makefile dlls/winsock.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15889 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winsock.dll16"
15890
15891 wine_fn_append_file ALL_IMPORT_LIBS "dlls/winspool.drv/libwinspool.$IMPLIBEXT" && wine_fn_append_file ALL_IMPORT_LIBS "dlls/libwinspool.$IMPLIBEXT"
15892 wine_fn_config_dll winspool.drv winspool
15893 wine_fn_config_makefile dlls/winspool.drv "dlls/Makedll.rules \$(MAKEDEP)"
15894 test "x$enable_winspool_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winspool.drv"
15895
15896 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
15897 wine_fn_config_makefile dlls/winspool.drv/tests "Maketest.rules \$(MAKEDEP)"
15898 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/winspool.drv/tests"
15899
15900 wine_fn_config_dll wintab.dll16
15901 wine_fn_config_makefile dlls/wintab.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15902 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wintab.dll16"
15903
15904 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wintab32/libwintab32.$IMPLIBEXT"
15905 wine_fn_config_dll wintab32 wintab32
15906 wine_fn_config_makefile dlls/wintab32 "dlls/Makedll.rules \$(MAKEDEP)"
15907 test "x$enable_wintab32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wintab32"
15908
15909 wine_fn_config_test dlls/wintab32/tests wintab32_test
15910 wine_fn_config_makefile dlls/wintab32/tests "Maketest.rules \$(MAKEDEP)"
15911 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/wintab32/tests"
15912
15913 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wintrust/libwintrust.$IMPLIBEXT"
15914 wine_fn_config_dll wintrust wintrust
15915 wine_fn_config_makefile dlls/wintrust "dlls/Makedll.rules \$(MAKEDEP)"
15916 test "x$enable_wintrust" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wintrust"
15917
15918 wine_fn_config_test dlls/wintrust/tests wintrust_test
15919 wine_fn_config_makefile dlls/wintrust/tests "Maketest.rules \$(MAKEDEP)"
15920 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/wintrust/tests"
15921
15922 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wldap32/libwldap32.$IMPLIBEXT"
15923 wine_fn_config_dll wldap32 wldap32
15924 wine_fn_config_makefile dlls/wldap32 "dlls/Makedll.rules \$(MAKEDEP)"
15925 test "x$enable_wldap32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wldap32"
15926
15927 wine_fn_config_test dlls/wldap32/tests wldap32_test
15928 wine_fn_config_makefile dlls/wldap32/tests "Maketest.rules \$(MAKEDEP)"
15929 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/wldap32/tests"
15930
15931 wine_fn_config_dll wmi
15932 wine_fn_config_makefile dlls/wmi "dlls/Makedll.rules \$(MAKEDEP)"
15933 test "x$enable_wmi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wmi"
15934
15935 wine_fn_config_dll wmiutils
15936 wine_fn_config_makefile dlls/wmiutils "dlls/Makedll.rules \$(MAKEDEP)"
15937 test "x$enable_wmiutils" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wmiutils"
15938
15939 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wnaspi32/libwnaspi32.$IMPLIBEXT"
15940 wine_fn_config_dll wnaspi32 wnaspi32
15941 wine_fn_config_makefile dlls/wnaspi32 "dlls/Makedll.rules \$(MAKEDEP)"
15942 test "x$enable_wnaspi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wnaspi32"
15943
15944 test "x$enable_win16" != xno && wine_fn_append_file ALL_IMPORT_LIBS "dlls/wow32/libwow32.$IMPLIBEXT"
15945 wine_fn_config_dll wow32 wow32
15946 wine_fn_config_makefile dlls/wow32 "dlls/Makedll.rules \$(MAKEDEP)"
15947 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wow32"
15948
15949 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ws2_32/libws2_32.$IMPLIBEXT"
15950 wine_fn_config_dll ws2_32 ws2_32
15951 wine_fn_config_makefile dlls/ws2_32 "dlls/Makedll.rules \$(MAKEDEP)"
15952 test "x$enable_ws2_32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ws2_32"
15953
15954 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
15955 wine_fn_config_makefile dlls/ws2_32/tests "Maketest.rules \$(MAKEDEP)"
15956 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ws2_32/tests"
15957
15958 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wsock32/libwsock32.$IMPLIBEXT"
15959 wine_fn_config_dll wsock32 wsock32
15960 wine_fn_config_makefile dlls/wsock32 "dlls/Makedll.rules \$(MAKEDEP)"
15961 test "x$enable_wsock32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wsock32"
15962
15963 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wtsapi32/libwtsapi32.$IMPLIBEXT"
15964 wine_fn_config_dll wtsapi32 wtsapi32
15965 wine_fn_config_makefile dlls/wtsapi32 "dlls/Makedll.rules \$(MAKEDEP)"
15966 test "x$enable_wtsapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wtsapi32"
15967
15968 wine_fn_config_dll wuapi
15969 wine_fn_config_makefile dlls/wuapi "dlls/Makedll.rules \$(MAKEDEP)"
15970 test "x$enable_wuapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wuapi"
15971
15972 wine_fn_config_dll wuaueng
15973 wine_fn_config_makefile dlls/wuaueng "dlls/Makedll.rules \$(MAKEDEP)"
15974 test "x$enable_wuaueng" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wuaueng"
15975
15976 wine_fn_config_dll xinput1_1
15977 wine_fn_config_makefile dlls/xinput1_1 "dlls/Makedll.rules \$(MAKEDEP)"
15978 test "x$enable_xinput1_1" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xinput1_1"
15979
15980 wine_fn_config_dll xinput1_2
15981 wine_fn_config_makefile dlls/xinput1_2 "dlls/Makedll.rules \$(MAKEDEP)"
15982 test "x$enable_xinput1_2" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xinput1_2"
15983
15984 wine_fn_append_file ALL_IMPORT_LIBS "dlls/xinput1_3/libxinput.$IMPLIBEXT" && wine_fn_append_file ALL_IMPORT_LIBS "dlls/libxinput.$IMPLIBEXT"
15985 wine_fn_config_dll xinput1_3 xinput
15986 wine_fn_config_makefile dlls/xinput1_3 "dlls/Makedll.rules \$(MAKEDEP)"
15987 test "x$enable_xinput1_3" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xinput1_3"
15988
15989 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
15990 wine_fn_config_makefile dlls/xinput1_3/tests "Maketest.rules \$(MAKEDEP)"
15991 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/xinput1_3/tests"
15992
15993 wine_fn_config_dll xinput9_1_0
15994 wine_fn_config_makefile dlls/xinput9_1_0 "dlls/Makedll.rules \$(MAKEDEP)"
15995 test "x$enable_xinput9_1_0" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xinput9_1_0"
15996
15997 wine_fn_config_dll xmllite
15998 wine_fn_config_makefile dlls/xmllite "dlls/Makedll.rules \$(MAKEDEP)"
15999 test "x$enable_xmllite" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xmllite"
16000
16001 wine_fn_config_test dlls/xmllite/tests xmllite_test
16002 wine_fn_config_makefile dlls/xmllite/tests "Maketest.rules \$(MAKEDEP)"
16003 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/xmllite/tests"
16004
16005 wine_fn_config_makefile documentation "Make.rules \$(MAKEDEP)"
16006 test "x$enable_documentation" != xno && wine_fn_append_file ALL_TOP_DIRS "documentation"
16007
16008 wine_fn_config_makefile fonts "Make.rules \$(MAKEDEP)"
16009 test "x$enable_fonts" != xno && wine_fn_append_file ALL_TOP_DIRS "fonts"
16010
16011 wine_fn_config_makefile include "Make.rules \$(MAKEDEP)"
16012 test "x$enable_include" != xno && wine_fn_append_file ALL_TOP_DIRS "include"
16013
16014 wine_fn_config_makefile libs/port "Make.rules \$(MAKEDEP)"
16015
16016
16017 wine_fn_config_makefile libs/wine "Make.rules \$(MAKEDEP)"
16018
16019
16020 wine_fn_config_makefile libs/wpp "Make.rules \$(MAKEDEP)"
16021
16022
16023 wine_fn_config_makefile loader "Make.rules \$(MAKEDEP)"
16024 test "x$enable_loader" != xno && wine_fn_append_file ALL_TOP_DIRS "loader"
16025
16026 wine_fn_config_makefile programs "Make.rules \$(MAKEDEP)"
16027 test "x$enable_programs" != xno && wine_fn_append_file ALL_TOP_DIRS "programs"
16028
16029 wine_fn_config_program attrib
16030 wine_fn_config_makefile programs/attrib "programs/Makeprog.rules \$(MAKEDEP)"
16031 test "x$enable_attrib" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/attrib" && wine_fn_append_file ALL_INSTALL_DIRS "programs/attrib"
16032
16033 wine_fn_config_program cacls
16034 wine_fn_config_makefile programs/cacls "programs/Makeprog.rules \$(MAKEDEP)"
16035 test "x$enable_cacls" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/cacls" && wine_fn_append_file ALL_INSTALL_DIRS "programs/cacls"
16036
16037 wine_fn_config_program clock
16038 wine_fn_config_makefile programs/clock "programs/Makeprog.rules \$(MAKEDEP)"
16039 test "x$enable_clock" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/clock" && wine_fn_append_file ALL_INSTALL_DIRS "programs/clock"
16040
16041 wine_fn_config_program cmd
16042 wine_fn_config_makefile programs/cmd "programs/Makeprog.rules \$(MAKEDEP)"
16043 test "x$enable_cmd" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/cmd" && wine_fn_append_file ALL_INSTALL_DIRS "programs/cmd"
16044
16045 wine_fn_config_test programs/cmd/tests cmd.exe_test
16046 wine_fn_config_makefile programs/cmd/tests "Maketest.rules \$(MAKEDEP)"
16047 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "programs/cmd/tests"
16048
16049 wine_fn_config_program cmdlgtst
16050 wine_fn_config_makefile programs/cmdlgtst "programs/Makeprog.rules \$(MAKEDEP)"
16051 test "x$enable_cmdlgtst" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/cmdlgtst"
16052
16053 wine_fn_config_program control
16054 wine_fn_config_makefile programs/control "programs/Makeprog.rules \$(MAKEDEP)"
16055 test "x$enable_control" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/control" && wine_fn_append_file ALL_INSTALL_DIRS "programs/control"
16056
16057 wine_fn_config_program dxdiag
16058 wine_fn_config_makefile programs/dxdiag "programs/Makeprog.rules \$(MAKEDEP)"
16059 test "x$enable_dxdiag" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/dxdiag" && wine_fn_append_file ALL_INSTALL_DIRS "programs/dxdiag"
16060
16061 wine_fn_config_program eject
16062 wine_fn_config_makefile programs/eject "programs/Makeprog.rules \$(MAKEDEP)"
16063 test "x$enable_eject" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/eject" && wine_fn_append_file ALL_INSTALL_DIRS "programs/eject"
16064
16065 wine_fn_config_program expand
16066 wine_fn_config_makefile programs/expand "programs/Makeprog.rules \$(MAKEDEP)"
16067 test "x$enable_expand" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/expand" && wine_fn_append_file ALL_INSTALL_DIRS "programs/expand"
16068
16069 wine_fn_config_program explorer
16070 wine_fn_config_makefile programs/explorer "programs/Makeprog.rules \$(MAKEDEP)"
16071 test "x$enable_explorer" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/explorer" && wine_fn_append_file ALL_INSTALL_DIRS "programs/explorer"
16072
16073 wine_fn_config_program extrac32
16074 wine_fn_config_makefile programs/extrac32 "programs/Makeprog.rules \$(MAKEDEP)"
16075 test "x$enable_extrac32" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/extrac32" && wine_fn_append_file ALL_INSTALL_DIRS "programs/extrac32"
16076
16077 wine_fn_config_program hh
16078 wine_fn_config_makefile programs/hh "programs/Makeprog.rules \$(MAKEDEP)"
16079 test "x$enable_hh" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/hh" && wine_fn_append_file ALL_INSTALL_DIRS "programs/hh"
16080
16081 wine_fn_config_program icinfo
16082 wine_fn_config_makefile programs/icinfo "programs/Makeprog.rules \$(MAKEDEP)"
16083 test "x$enable_icinfo" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/icinfo" && wine_fn_append_file ALL_INSTALL_DIRS "programs/icinfo"
16084
16085 wine_fn_config_program iexplore
16086 wine_fn_config_makefile programs/iexplore "programs/Makeprog.rules \$(MAKEDEP)"
16087 test "x$enable_iexplore" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/iexplore" && wine_fn_append_file ALL_INSTALL_DIRS "programs/iexplore"
16088
16089 wine_fn_config_program lodctr
16090 wine_fn_config_makefile programs/lodctr "programs/Makeprog.rules \$(MAKEDEP)"
16091 test "x$enable_lodctr" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/lodctr" && wine_fn_append_file ALL_INSTALL_DIRS "programs/lodctr"
16092
16093 wine_fn_config_program mshta
16094 wine_fn_config_makefile programs/mshta "programs/Makeprog.rules \$(MAKEDEP)"
16095 test "x$enable_mshta" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/mshta" && wine_fn_append_file ALL_INSTALL_DIRS "programs/mshta"
16096
16097 wine_fn_config_program msiexec
16098 wine_fn_config_makefile programs/msiexec "programs/Makeprog.rules \$(MAKEDEP)"
16099 test "x$enable_msiexec" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/msiexec" && wine_fn_append_file ALL_INSTALL_DIRS "programs/msiexec" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/msiexec"
16100
16101 wine_fn_config_program net
16102 wine_fn_config_makefile programs/net "programs/Makeprog.rules \$(MAKEDEP)"
16103 test "x$enable_net" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/net" && wine_fn_append_file ALL_INSTALL_DIRS "programs/net"
16104
16105 wine_fn_config_program notepad
16106 wine_fn_config_makefile programs/notepad "programs/Makeprog.rules \$(MAKEDEP)"
16107 test "x$enable_notepad" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/notepad" && wine_fn_append_file ALL_INSTALL_DIRS "programs/notepad" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/notepad"
16108
16109 wine_fn_config_program oleview
16110 wine_fn_config_makefile programs/oleview "programs/Makeprog.rules \$(MAKEDEP)"
16111 test "x$enable_oleview" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/oleview" && wine_fn_append_file ALL_INSTALL_DIRS "programs/oleview"
16112
16113 wine_fn_config_program ping
16114 wine_fn_config_makefile programs/ping "programs/Makeprog.rules \$(MAKEDEP)"
16115 test "x$enable_ping" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/ping" && wine_fn_append_file ALL_INSTALL_DIRS "programs/ping"
16116
16117 wine_fn_config_program progman
16118 wine_fn_config_makefile programs/progman "programs/Makeprog.rules \$(MAKEDEP)"
16119 test "x$enable_progman" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/progman" && wine_fn_append_file ALL_INSTALL_DIRS "programs/progman"
16120
16121 wine_fn_config_program reg
16122 wine_fn_config_makefile programs/reg "programs/Makeprog.rules \$(MAKEDEP)"
16123 test "x$enable_reg" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/reg" && wine_fn_append_file ALL_INSTALL_DIRS "programs/reg"
16124
16125 wine_fn_config_program regedit
16126 wine_fn_config_makefile programs/regedit "programs/Makeprog.rules \$(MAKEDEP)"
16127 test "x$enable_regedit" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/regedit" && wine_fn_append_file ALL_INSTALL_DIRS "programs/regedit" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/regedit"
16128
16129 wine_fn_config_program regsvr32
16130 wine_fn_config_makefile programs/regsvr32 "programs/Makeprog.rules \$(MAKEDEP)"
16131 test "x$enable_regsvr32" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/regsvr32" && wine_fn_append_file ALL_INSTALL_DIRS "programs/regsvr32" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/regsvr32"
16132
16133 wine_fn_config_program rpcss
16134 wine_fn_config_makefile programs/rpcss "programs/Makeprog.rules \$(MAKEDEP)"
16135 test "x$enable_rpcss" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/rpcss" && wine_fn_append_file ALL_INSTALL_DIRS "programs/rpcss"
16136
16137 wine_fn_config_program rundll32
16138 wine_fn_config_makefile programs/rundll32 "programs/Makeprog.rules \$(MAKEDEP)"
16139 test "x$enable_rundll32" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/rundll32" && wine_fn_append_file ALL_INSTALL_DIRS "programs/rundll32"
16140
16141 wine_fn_config_program secedit
16142 wine_fn_config_makefile programs/secedit "programs/Makeprog.rules \$(MAKEDEP)"
16143 test "x$enable_secedit" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/secedit" && wine_fn_append_file ALL_INSTALL_DIRS "programs/secedit"
16144
16145 wine_fn_config_program services
16146 wine_fn_config_makefile programs/services "programs/Makeprog.rules \$(MAKEDEP)"
16147 test "x$enable_services" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/services" && wine_fn_append_file ALL_INSTALL_DIRS "programs/services"
16148
16149 wine_fn_config_program spoolsv
16150 wine_fn_config_makefile programs/spoolsv "programs/Makeprog.rules \$(MAKEDEP)"
16151 test "x$enable_spoolsv" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/spoolsv" && wine_fn_append_file ALL_INSTALL_DIRS "programs/spoolsv"
16152
16153 wine_fn_config_program start
16154 wine_fn_config_makefile programs/start "programs/Makeprog.rules \$(MAKEDEP)"
16155 test "x$enable_start" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/start" && wine_fn_append_file ALL_INSTALL_DIRS "programs/start"
16156
16157 wine_fn_config_program svchost
16158 wine_fn_config_makefile programs/svchost "programs/Makeprog.rules \$(MAKEDEP)"
16159 test "x$enable_svchost" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/svchost" && wine_fn_append_file ALL_INSTALL_DIRS "programs/svchost"
16160
16161 wine_fn_config_program taskmgr
16162 wine_fn_config_makefile programs/taskmgr "programs/Makeprog.rules \$(MAKEDEP)"
16163 test "x$enable_taskmgr" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/taskmgr" && wine_fn_append_file ALL_INSTALL_DIRS "programs/taskmgr"
16164
16165 wine_fn_config_program termsv
16166 wine_fn_config_makefile programs/termsv "programs/Makeprog.rules \$(MAKEDEP)"
16167 test "x$enable_termsv" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/termsv" && wine_fn_append_file ALL_INSTALL_DIRS "programs/termsv"
16168
16169 wine_fn_config_program uninstaller
16170 wine_fn_config_makefile programs/uninstaller "programs/Makeprog.rules \$(MAKEDEP)"
16171 test "x$enable_uninstaller" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/uninstaller" && wine_fn_append_file ALL_INSTALL_DIRS "programs/uninstaller"
16172
16173 wine_fn_config_program unlodctr
16174 wine_fn_config_makefile programs/unlodctr "programs/Makeprog.rules \$(MAKEDEP)"
16175 test "x$enable_unlodctr" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/unlodctr" && wine_fn_append_file ALL_INSTALL_DIRS "programs/unlodctr"
16176
16177 wine_fn_config_program view
16178 wine_fn_config_makefile programs/view "programs/Makeprog.rules \$(MAKEDEP)"
16179 test "x$enable_view" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/view"
16180
16181 wine_fn_config_program wineboot
16182 wine_fn_config_makefile programs/wineboot "programs/Makeprog.rules \$(MAKEDEP)"
16183 test "x$enable_wineboot" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/wineboot" && wine_fn_append_file ALL_INSTALL_DIRS "programs/wineboot" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/wineboot"
16184
16185 wine_fn_config_program winebrowser
16186 wine_fn_config_makefile programs/winebrowser "programs/Makeprog.rules \$(MAKEDEP)"
16187 test "x$enable_winebrowser" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winebrowser" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winebrowser"
16188
16189 wine_fn_config_program winecfg
16190 wine_fn_config_makefile programs/winecfg "programs/Makeprog.rules \$(MAKEDEP)"
16191 test "x$enable_winecfg" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winecfg" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winecfg" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/winecfg"
16192
16193 wine_fn_config_program wineconsole
16194 wine_fn_config_makefile programs/wineconsole "programs/Makeprog.rules \$(MAKEDEP)"
16195 test "x$enable_wineconsole" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/wineconsole" && wine_fn_append_file ALL_INSTALL_DIRS "programs/wineconsole" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/wineconsole"
16196
16197 wine_fn_config_program winedbg
16198 wine_fn_config_makefile programs/winedbg "programs/Makeprog.rules \$(MAKEDEP)"
16199 test "x$enable_winedbg" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winedbg" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winedbg" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/winedbg"
16200
16201 wine_fn_config_program winedevice
16202 wine_fn_config_makefile programs/winedevice "programs/Makeprog.rules \$(MAKEDEP)"
16203 test "x$enable_winedevice" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winedevice" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winedevice"
16204
16205 wine_fn_config_program winefile
16206 wine_fn_config_makefile programs/winefile "programs/Makeprog.rules \$(MAKEDEP)"
16207 test "x$enable_winefile" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winefile" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winefile" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/winefile"
16208
16209 wine_fn_config_program winemenubuilder
16210 wine_fn_config_makefile programs/winemenubuilder "programs/Makeprog.rules \$(MAKEDEP)"
16211 test "x$enable_winemenubuilder" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winemenubuilder" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winemenubuilder"
16212
16213 wine_fn_config_program winemine
16214 wine_fn_config_makefile programs/winemine "programs/Makeprog.rules \$(MAKEDEP)"
16215 test "x$enable_winemine" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winemine" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winemine" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/winemine"
16216
16217 wine_fn_config_program winepath
16218 wine_fn_config_makefile programs/winepath "programs/Makeprog.rules \$(MAKEDEP)"
16219 test "x$enable_winepath" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winepath" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winepath" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/winepath"
16220
16221 wine_fn_config_program winetest
16222 wine_fn_config_makefile programs/winetest "programs/Makeprog.rules \$(MAKEDEP)"
16223 test "x$enable_winetest" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winetest"
16224
16225 wine_fn_config_program winevdm
16226 wine_fn_config_makefile programs/winevdm "programs/Makeprog.rules \$(MAKEDEP)"
16227 test "x$enable_win16" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winevdm" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winevdm"
16228
16229 wine_fn_config_program winhelp.exe16
16230 wine_fn_config_makefile programs/winhelp.exe16 "programs/Makeprog.rules \$(MAKEDEP)"
16231 test "x$enable_win16" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winhelp.exe16" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winhelp.exe16"
16232
16233 wine_fn_config_program winhlp32
16234 wine_fn_config_makefile programs/winhlp32 "programs/Makeprog.rules \$(MAKEDEP)"
16235 test "x$enable_winhlp32" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winhlp32" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winhlp32"
16236
16237 wine_fn_config_program winoldap.mod16
16238 wine_fn_config_makefile programs/winoldap.mod16 "programs/Makeprog.rules \$(MAKEDEP)"
16239 test "x$enable_win16" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winoldap.mod16" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winoldap.mod16"
16240
16241 wine_fn_config_program winver
16242 wine_fn_config_makefile programs/winver "programs/Makeprog.rules \$(MAKEDEP)"
16243 test "x$enable_winver" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winver" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winver"
16244
16245 wine_fn_config_program wordpad
16246 wine_fn_config_makefile programs/wordpad "programs/Makeprog.rules \$(MAKEDEP)"
16247 test "x$enable_wordpad" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/wordpad" && wine_fn_append_file ALL_INSTALL_DIRS "programs/wordpad"
16248
16249 wine_fn_config_program write
16250 wine_fn_config_makefile programs/write "programs/Makeprog.rules \$(MAKEDEP)"
16251 test "x$enable_write" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/write" && wine_fn_append_file ALL_INSTALL_DIRS "programs/write"
16252
16253 wine_fn_config_program xcopy
16254 wine_fn_config_makefile programs/xcopy "programs/Makeprog.rules \$(MAKEDEP)"
16255 test "x$enable_xcopy" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/xcopy" && wine_fn_append_file ALL_INSTALL_DIRS "programs/xcopy"
16256
16257 wine_fn_config_makefile server "Make.rules \$(MAKEDEP)"
16258 test "x$enable_server" != xno && wine_fn_append_file ALL_TOP_DIRS "server"
16259
16260 wine_fn_config_makefile tools Make.rules
16261 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools"
16262
16263 wine_fn_config_makefile tools/widl "Make.rules \$(MAKEDEP)"
16264 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/widl"
16265
16266 wine_fn_config_makefile tools/winebuild "Make.rules \$(MAKEDEP)"
16267 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/winebuild"
16268
16269 wine_fn_config_makefile tools/winedump "Make.rules \$(MAKEDEP)"
16270 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/winedump"
16271
16272 wine_fn_config_makefile tools/winegcc "Make.rules \$(MAKEDEP)"
16273 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/winegcc"
16274
16275 wine_fn_config_makefile tools/wmc "Make.rules \$(MAKEDEP)"
16276 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/wmc"
16277
16278 wine_fn_config_makefile tools/wrc "Make.rules \$(MAKEDEP)"
16279 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/wrc"
16280
16281
16282 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
16283
16284 cat >confcache <<\_ACEOF
16285 # This file is a shell script that caches the results of configure
16286 # tests run on this system so they can be shared between configure
16287 # scripts and configure runs, see configure's option --config-cache.
16288 # It is not useful on other systems.  If it contains results you don't
16289 # want to keep, you may remove or edit it.
16290 #
16291 # config.status only pays attention to the cache file if you give it
16292 # the --recheck option to rerun configure.
16293 #
16294 # `ac_cv_env_foo' variables (set or unset) will be overridden when
16295 # loading this file, other *unset* `ac_cv_foo' will be assigned the
16296 # following values.
16297
16298 _ACEOF
16299
16300 # The following way of writing the cache mishandles newlines in values,
16301 # but we know of no workaround that is simple, portable, and efficient.
16302 # So, we kill variables containing newlines.
16303 # Ultrix sh set writes to stderr and can't be redirected directly,
16304 # and sets the high bit in the cache file unless we assign to the vars.
16305 (
16306   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
16307     eval ac_val=\$$ac_var
16308     case $ac_val in #(
16309     *${as_nl}*)
16310       case $ac_var in #(
16311       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
16312 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
16313       esac
16314       case $ac_var in #(
16315       _ | IFS | as_nl) ;; #(
16316       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
16317       *) { eval $ac_var=; unset $ac_var;} ;;
16318       esac ;;
16319     esac
16320   done
16321
16322   (set) 2>&1 |
16323     case $as_nl`(ac_space=' '; set) 2>&1` in #(
16324     *${as_nl}ac_space=\ *)
16325       # `set' does not quote correctly, so add quotes: double-quote
16326       # substitution turns \\\\ into \\, and sed turns \\ into \.
16327       sed -n \
16328         "s/'/'\\\\''/g;
16329           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
16330       ;; #(
16331     *)
16332       # `set' quotes correctly as required by POSIX, so do not add quotes.
16333       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
16334       ;;
16335     esac |
16336     sort
16337 ) |
16338   sed '
16339      /^ac_cv_env_/b end
16340      t clear
16341      :clear
16342      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16343      t end
16344      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16345      :end' >>confcache
16346 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
16347   if test -w "$cache_file"; then
16348     test "x$cache_file" != "x/dev/null" &&
16349       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
16350 $as_echo "$as_me: updating cache $cache_file" >&6;}
16351     cat confcache >$cache_file
16352   else
16353     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
16354 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
16355   fi
16356 fi
16357 rm -f confcache
16358
16359 test "x$prefix" = xNONE && prefix=$ac_default_prefix
16360 # Let make expand exec_prefix.
16361 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
16362
16363 DEFS=-DHAVE_CONFIG_H
16364
16365 ac_libobjs=
16366 ac_ltlibobjs=
16367 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
16368   # 1. Remove the extension, and $U if already installed.
16369   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
16370   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
16371   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
16372   #    will be set to the directory where LIBOBJS objects are built.
16373   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
16374   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
16375 done
16376 LIBOBJS=$ac_libobjs
16377
16378 LTLIBOBJS=$ac_ltlibobjs
16379
16380
16381
16382 : ${CONFIG_STATUS=./config.status}
16383 ac_write_fail=0
16384 ac_clean_files_save=$ac_clean_files
16385 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
16386 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
16387 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
16388 as_write_fail=0
16389 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
16390 #! $SHELL
16391 # Generated by $as_me.
16392 # Run this file to recreate the current configuration.
16393 # Compiler output produced by configure, useful for debugging
16394 # configure, is in config.log if it exists.
16395
16396 debug=false
16397 ac_cs_recheck=false
16398 ac_cs_silent=false
16399
16400 SHELL=\${CONFIG_SHELL-$SHELL}
16401 export SHELL
16402 _ASEOF
16403 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
16404 ## -------------------- ##
16405 ## M4sh Initialization. ##
16406 ## -------------------- ##
16407
16408 # Be more Bourne compatible
16409 DUALCASE=1; export DUALCASE # for MKS sh
16410 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
16411   emulate sh
16412   NULLCMD=:
16413   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
16414   # is contrary to our usage.  Disable this feature.
16415   alias -g '${1+"$@"}'='"$@"'
16416   setopt NO_GLOB_SUBST
16417 else
16418   case `(set -o) 2>/dev/null` in #(
16419   *posix*) :
16420     set -o posix ;; #(
16421   *) :
16422      ;;
16423 esac
16424 fi
16425
16426
16427 as_nl='
16428 '
16429 export as_nl
16430 # Printing a long string crashes Solaris 7 /usr/bin/printf.
16431 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
16432 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
16433 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
16434 # Prefer a ksh shell builtin over an external printf program on Solaris,
16435 # but without wasting forks for bash or zsh.
16436 if test -z "$BASH_VERSION$ZSH_VERSION" \
16437     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
16438   as_echo='print -r --'
16439   as_echo_n='print -rn --'
16440 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
16441   as_echo='printf %s\n'
16442   as_echo_n='printf %s'
16443 else
16444   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
16445     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
16446     as_echo_n='/usr/ucb/echo -n'
16447   else
16448     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
16449     as_echo_n_body='eval
16450       arg=$1;
16451       case $arg in #(
16452       *"$as_nl"*)
16453         expr "X$arg" : "X\\(.*\\)$as_nl";
16454         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
16455       esac;
16456       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
16457     '
16458     export as_echo_n_body
16459     as_echo_n='sh -c $as_echo_n_body as_echo'
16460   fi
16461   export as_echo_body
16462   as_echo='sh -c $as_echo_body as_echo'
16463 fi
16464
16465 # The user is always right.
16466 if test "${PATH_SEPARATOR+set}" != set; then
16467   PATH_SEPARATOR=:
16468   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
16469     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
16470       PATH_SEPARATOR=';'
16471   }
16472 fi
16473
16474
16475 # IFS
16476 # We need space, tab and new line, in precisely that order.  Quoting is
16477 # there to prevent editors from complaining about space-tab.
16478 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
16479 # splitting by setting IFS to empty value.)
16480 IFS=" ""        $as_nl"
16481
16482 # Find who we are.  Look in the path if we contain no directory separator.
16483 case $0 in #((
16484   *[\\/]* ) as_myself=$0 ;;
16485   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16486 for as_dir in $PATH
16487 do
16488   IFS=$as_save_IFS
16489   test -z "$as_dir" && as_dir=.
16490     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
16491   done
16492 IFS=$as_save_IFS
16493
16494      ;;
16495 esac
16496 # We did not find ourselves, most probably we were run as `sh COMMAND'
16497 # in which case we are not to be found in the path.
16498 if test "x$as_myself" = x; then
16499   as_myself=$0
16500 fi
16501 if test ! -f "$as_myself"; then
16502   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
16503   exit 1
16504 fi
16505
16506 # Unset variables that we do not need and which cause bugs (e.g. in
16507 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
16508 # suppresses any "Segmentation fault" message there.  '((' could
16509 # trigger a bug in pdksh 5.2.14.
16510 for as_var in BASH_ENV ENV MAIL MAILPATH
16511 do eval test x\${$as_var+set} = xset \
16512   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
16513 done
16514 PS1='$ '
16515 PS2='> '
16516 PS4='+ '
16517
16518 # NLS nuisances.
16519 LC_ALL=C
16520 export LC_ALL
16521 LANGUAGE=C
16522 export LANGUAGE
16523
16524 # CDPATH.
16525 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16526
16527
16528 # as_fn_error ERROR [LINENO LOG_FD]
16529 # ---------------------------------
16530 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
16531 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
16532 # script with status $?, using 1 if that was 0.
16533 as_fn_error ()
16534 {
16535   as_status=$?; test $as_status -eq 0 && as_status=1
16536   if test "$3"; then
16537     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16538     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
16539   fi
16540   $as_echo "$as_me: error: $1" >&2
16541   as_fn_exit $as_status
16542 } # as_fn_error
16543
16544
16545 # as_fn_set_status STATUS
16546 # -----------------------
16547 # Set $? to STATUS, without forking.
16548 as_fn_set_status ()
16549 {
16550   return $1
16551 } # as_fn_set_status
16552
16553 # as_fn_exit STATUS
16554 # -----------------
16555 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
16556 as_fn_exit ()
16557 {
16558   set +e
16559   as_fn_set_status $1
16560   exit $1
16561 } # as_fn_exit
16562
16563 # as_fn_unset VAR
16564 # ---------------
16565 # Portably unset VAR.
16566 as_fn_unset ()
16567 {
16568   { eval $1=; unset $1;}
16569 }
16570 as_unset=as_fn_unset
16571 # as_fn_append VAR VALUE
16572 # ----------------------
16573 # Append the text in VALUE to the end of the definition contained in VAR. Take
16574 # advantage of any shell optimizations that allow amortized linear growth over
16575 # repeated appends, instead of the typical quadratic growth present in naive
16576 # implementations.
16577 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
16578   eval 'as_fn_append ()
16579   {
16580     eval $1+=\$2
16581   }'
16582 else
16583   as_fn_append ()
16584   {
16585     eval $1=\$$1\$2
16586   }
16587 fi # as_fn_append
16588
16589 # as_fn_arith ARG...
16590 # ------------------
16591 # Perform arithmetic evaluation on the ARGs, and store the result in the
16592 # global $as_val. Take advantage of shells that can avoid forks. The arguments
16593 # must be portable across $(()) and expr.
16594 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
16595   eval 'as_fn_arith ()
16596   {
16597     as_val=$(( $* ))
16598   }'
16599 else
16600   as_fn_arith ()
16601   {
16602     as_val=`expr "$@" || test $? -eq 1`
16603   }
16604 fi # as_fn_arith
16605
16606
16607 if expr a : '\(a\)' >/dev/null 2>&1 &&
16608    test "X`expr 00001 : '.*\(...\)'`" = X001; then
16609   as_expr=expr
16610 else
16611   as_expr=false
16612 fi
16613
16614 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
16615   as_basename=basename
16616 else
16617   as_basename=false
16618 fi
16619
16620 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
16621   as_dirname=dirname
16622 else
16623   as_dirname=false
16624 fi
16625
16626 as_me=`$as_basename -- "$0" ||
16627 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16628          X"$0" : 'X\(//\)$' \| \
16629          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
16630 $as_echo X/"$0" |
16631     sed '/^.*\/\([^/][^/]*\)\/*$/{
16632             s//\1/
16633             q
16634           }
16635           /^X\/\(\/\/\)$/{
16636             s//\1/
16637             q
16638           }
16639           /^X\/\(\/\).*/{
16640             s//\1/
16641             q
16642           }
16643           s/.*/./; q'`
16644
16645 # Avoid depending upon Character Ranges.
16646 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
16647 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16648 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
16649 as_cr_digits='0123456789'
16650 as_cr_alnum=$as_cr_Letters$as_cr_digits
16651
16652 ECHO_C= ECHO_N= ECHO_T=
16653 case `echo -n x` in #(((((
16654 -n*)
16655   case `echo 'xy\c'` in
16656   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
16657   xy)  ECHO_C='\c';;
16658   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
16659        ECHO_T=' ';;
16660   esac;;
16661 *)
16662   ECHO_N='-n';;
16663 esac
16664
16665 rm -f conf$$ conf$$.exe conf$$.file
16666 if test -d conf$$.dir; then
16667   rm -f conf$$.dir/conf$$.file
16668 else
16669   rm -f conf$$.dir
16670   mkdir conf$$.dir 2>/dev/null
16671 fi
16672 if (echo >conf$$.file) 2>/dev/null; then
16673   if ln -s conf$$.file conf$$ 2>/dev/null; then
16674     as_ln_s='ln -s'
16675     # ... but there are two gotchas:
16676     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16677     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16678     # In both cases, we have to default to `cp -p'.
16679     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
16680       as_ln_s='cp -p'
16681   elif ln conf$$.file conf$$ 2>/dev/null; then
16682     as_ln_s=ln
16683   else
16684     as_ln_s='cp -p'
16685   fi
16686 else
16687   as_ln_s='cp -p'
16688 fi
16689 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
16690 rmdir conf$$.dir 2>/dev/null
16691
16692
16693 # as_fn_mkdir_p
16694 # -------------
16695 # Create "$as_dir" as a directory, including parents if necessary.
16696 as_fn_mkdir_p ()
16697 {
16698
16699   case $as_dir in #(
16700   -*) as_dir=./$as_dir;;
16701   esac
16702   test -d "$as_dir" || eval $as_mkdir_p || {
16703     as_dirs=
16704     while :; do
16705       case $as_dir in #(
16706       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16707       *) as_qdir=$as_dir;;
16708       esac
16709       as_dirs="'$as_qdir' $as_dirs"
16710       as_dir=`$as_dirname -- "$as_dir" ||
16711 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16712          X"$as_dir" : 'X\(//\)[^/]' \| \
16713          X"$as_dir" : 'X\(//\)$' \| \
16714          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16715 $as_echo X"$as_dir" |
16716     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16717             s//\1/
16718             q
16719           }
16720           /^X\(\/\/\)[^/].*/{
16721             s//\1/
16722             q
16723           }
16724           /^X\(\/\/\)$/{
16725             s//\1/
16726             q
16727           }
16728           /^X\(\/\).*/{
16729             s//\1/
16730             q
16731           }
16732           s/.*/./; q'`
16733       test -d "$as_dir" && break
16734     done
16735     test -z "$as_dirs" || eval "mkdir $as_dirs"
16736   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
16737
16738
16739 } # as_fn_mkdir_p
16740 if mkdir -p . 2>/dev/null; then
16741   as_mkdir_p='mkdir -p "$as_dir"'
16742 else
16743   test -d ./-p && rmdir ./-p
16744   as_mkdir_p=false
16745 fi
16746
16747 if test -x / >/dev/null 2>&1; then
16748   as_test_x='test -x'
16749 else
16750   if ls -dL / >/dev/null 2>&1; then
16751     as_ls_L_option=L
16752   else
16753     as_ls_L_option=
16754   fi
16755   as_test_x='
16756     eval sh -c '\''
16757       if test -d "$1"; then
16758         test -d "$1/.";
16759       else
16760         case $1 in #(
16761         -*)set "./$1";;
16762         esac;
16763         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
16764         ???[sx]*):;;*)false;;esac;fi
16765     '\'' sh
16766   '
16767 fi
16768 as_executable_p=$as_test_x
16769
16770 # Sed expression to map a string onto a valid CPP name.
16771 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16772
16773 # Sed expression to map a string onto a valid variable name.
16774 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16775
16776
16777 exec 6>&1
16778 ## ----------------------------------- ##
16779 ## Main body of $CONFIG_STATUS script. ##
16780 ## ----------------------------------- ##
16781 _ASEOF
16782 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
16783
16784 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16785 # Save the log message, to keep $0 and so on meaningful, and to
16786 # report actual input values of CONFIG_FILES etc. instead of their
16787 # values after options handling.
16788 ac_log="
16789 This file was extended by Wine $as_me 1.1.41, which was
16790 generated by GNU Autoconf 2.65.  Invocation command line was
16791
16792   CONFIG_FILES    = $CONFIG_FILES
16793   CONFIG_HEADERS  = $CONFIG_HEADERS
16794   CONFIG_LINKS    = $CONFIG_LINKS
16795   CONFIG_COMMANDS = $CONFIG_COMMANDS
16796   $ $0 $@
16797
16798 on `(hostname || uname -n) 2>/dev/null | sed 1q`
16799 "
16800
16801 _ACEOF
16802
16803 case $ac_config_files in *"
16804 "*) set x $ac_config_files; shift; ac_config_files=$*;;
16805 esac
16806
16807 case $ac_config_headers in *"
16808 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
16809 esac
16810
16811
16812 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16813 # Files that config.status was made for.
16814 config_files="$ac_config_files"
16815 config_headers="$ac_config_headers"
16816 config_links="$ac_config_links"
16817 config_commands="$ac_config_commands"
16818
16819 _ACEOF
16820
16821 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16822 ac_cs_usage="\
16823 \`$as_me' instantiates files and other configuration actions
16824 from templates according to the current configuration.  Unless the files
16825 and actions are specified as TAGs, all are instantiated by default.
16826
16827 Usage: $0 [OPTION]... [TAG]...
16828
16829   -h, --help       print this help, then exit
16830   -V, --version    print version number and configuration settings, then exit
16831       --config     print configuration, then exit
16832   -q, --quiet, --silent
16833                    do not print progress messages
16834   -d, --debug      don't remove temporary files
16835       --recheck    update $as_me by reconfiguring in the same conditions
16836       --file=FILE[:TEMPLATE]
16837                    instantiate the configuration file FILE
16838       --header=FILE[:TEMPLATE]
16839                    instantiate the configuration header FILE
16840
16841 Configuration files:
16842 $config_files
16843
16844 Configuration headers:
16845 $config_headers
16846
16847 Configuration links:
16848 $config_links
16849
16850 Configuration commands:
16851 $config_commands
16852
16853 Report bugs to <wine-devel@winehq.org>.
16854 Wine home page: <http://www.winehq.org>."
16855
16856 _ACEOF
16857 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16858 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16859 ac_cs_version="\\
16860 Wine config.status 1.1.41
16861 configured by $0, generated by GNU Autoconf 2.65,
16862   with options \\"\$ac_cs_config\\"
16863
16864 Copyright (C) 2009 Free Software Foundation, Inc.
16865 This config.status script is free software; the Free Software Foundation
16866 gives unlimited permission to copy, distribute and modify it."
16867
16868 ac_pwd='$ac_pwd'
16869 srcdir='$srcdir'
16870 INSTALL='$INSTALL'
16871 test -n "\$AWK" || AWK=awk
16872 _ACEOF
16873
16874 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16875 # The default lists apply if the user does not specify any file.
16876 ac_need_defaults=:
16877 while test $# != 0
16878 do
16879   case $1 in
16880   --*=*)
16881     ac_option=`expr "X$1" : 'X\([^=]*\)='`
16882     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
16883     ac_shift=:
16884     ;;
16885   *)
16886     ac_option=$1
16887     ac_optarg=$2
16888     ac_shift=shift
16889     ;;
16890   esac
16891
16892   case $ac_option in
16893   # Handling of the options.
16894   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
16895     ac_cs_recheck=: ;;
16896   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
16897     $as_echo "$ac_cs_version"; exit ;;
16898   --config | --confi | --conf | --con | --co | --c )
16899     $as_echo "$ac_cs_config"; exit ;;
16900   --debug | --debu | --deb | --de | --d | -d )
16901     debug=: ;;
16902   --file | --fil | --fi | --f )
16903     $ac_shift
16904     case $ac_optarg in
16905     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16906     esac
16907     as_fn_append CONFIG_FILES " '$ac_optarg'"
16908     ac_need_defaults=false;;
16909   --header | --heade | --head | --hea )
16910     $ac_shift
16911     case $ac_optarg in
16912     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16913     esac
16914     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
16915     ac_need_defaults=false;;
16916   --he | --h)
16917     # Conflict between --help and --header
16918     as_fn_error "ambiguous option: \`$1'
16919 Try \`$0 --help' for more information.";;
16920   --help | --hel | -h )
16921     $as_echo "$ac_cs_usage"; exit ;;
16922   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16923   | -silent | --silent | --silen | --sile | --sil | --si | --s)
16924     ac_cs_silent=: ;;
16925
16926   # This is an error.
16927   -*) as_fn_error "unrecognized option: \`$1'
16928 Try \`$0 --help' for more information." ;;
16929
16930   *) as_fn_append ac_config_targets " $1"
16931      ac_need_defaults=false ;;
16932
16933   esac
16934   shift
16935 done
16936
16937 ac_configure_extra_args=
16938
16939 if $ac_cs_silent; then
16940   exec 6>/dev/null
16941   ac_configure_extra_args="$ac_configure_extra_args --silent"
16942 fi
16943
16944 _ACEOF
16945 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16946 if \$ac_cs_recheck; then
16947   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16948   shift
16949   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16950   CONFIG_SHELL='$SHELL'
16951   export CONFIG_SHELL
16952   exec "\$@"
16953 fi
16954
16955 _ACEOF
16956 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16957 exec 5>>config.log
16958 {
16959   echo
16960   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16961 ## Running $as_me. ##
16962 _ASBOX
16963   $as_echo "$ac_log"
16964 } >&5
16965
16966 _ACEOF
16967 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16968 _ACEOF
16969
16970 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16971
16972 # Handling of arguments.
16973 for ac_config_target in $ac_config_targets
16974 do
16975   case $ac_config_target in
16976     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
16977     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
16978     "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
16979     "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
16980     "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
16981     "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
16982     "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
16983     "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
16984     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
16985     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
16986     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
16987     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
16988     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
16989     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
16990     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
16991     "Maketest.rules") CONFIG_FILES="$CONFIG_FILES Maketest.rules" ;;
16992     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
16993     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
16994     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
16995     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16996     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
16997     "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
16998     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
16999     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
17000     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
17001     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
17002     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
17003     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
17004     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
17005     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
17006     "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
17007     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
17008     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
17009     "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
17010     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
17011     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
17012     "dlls/avifil32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/tests/Makefile" ;;
17013     "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
17014     "dlls/avrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avrt/Makefile" ;;
17015     "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
17016     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
17017     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
17018     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
17019     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
17020     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
17021     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
17022     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
17023     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
17024     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
17025     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
17026     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
17027     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
17028     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
17029     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
17030     "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
17031     "dlls/commdlg.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/commdlg.dll16/Makefile" ;;
17032     "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
17033     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
17034     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
17035     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
17036     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
17037     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
17038     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
17039     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
17040     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
17041     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
17042     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
17043     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
17044     "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
17045     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
17046     "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
17047     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
17048     "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
17049     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
17050     "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
17051     "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
17052     "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
17053     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
17054     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
17055     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
17056     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
17057     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
17058     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
17059     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
17060     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
17061     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
17062     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
17063     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
17064     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
17065     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
17066     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
17067     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
17068     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
17069     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
17070     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
17071     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
17072     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
17073     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
17074     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
17075     "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
17076     "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
17077     "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
17078     "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
17079     "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
17080     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
17081     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
17082     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
17083     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
17084     "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
17085     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
17086     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
17087     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
17088     "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
17089     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
17090     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
17091     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
17092     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
17093     "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
17094     "dlls/dispex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispex/Makefile" ;;
17095     "dlls/dispex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispex/tests/Makefile" ;;
17096     "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
17097     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
17098     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
17099     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
17100     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
17101     "dlls/dmloader/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/tests/Makefile" ;;
17102     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
17103     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
17104     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
17105     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
17106     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
17107     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
17108     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
17109     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
17110     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
17111     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
17112     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
17113     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
17114     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
17115     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
17116     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
17117     "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
17118     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
17119     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
17120     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
17121     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
17122     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
17123     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
17124     "dlls/dxdiagn/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/tests/Makefile" ;;
17125     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
17126     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
17127     "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
17128     "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
17129     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
17130     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
17131     "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
17132     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
17133     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
17134     "dlls/fwpuclnt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fwpuclnt/Makefile" ;;
17135     "dlls/gdi.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi.exe16/Makefile" ;;
17136     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
17137     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
17138     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
17139     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
17140     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
17141     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
17142     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
17143     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
17144     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
17145     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
17146     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
17147     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
17148     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
17149     "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
17150     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
17151     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
17152     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
17153     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
17154     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
17155     "dlls/imagehlp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/tests/Makefile" ;;
17156     "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
17157     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
17158     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
17159     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
17160     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
17161     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
17162     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
17163     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
17164     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
17165     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
17166     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
17167     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
17168     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
17169     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
17170     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
17171     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
17172     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
17173     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
17174     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
17175     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
17176     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
17177     "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
17178     "dlls/krnl386.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/krnl386.exe16/Makefile" ;;
17179     "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
17180     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
17181     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
17182     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
17183     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
17184     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
17185     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
17186     "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
17187     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
17188     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
17189     "dlls/mapistub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapistub/Makefile" ;;
17190     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
17191     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
17192     "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
17193     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
17194     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
17195     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
17196     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
17197     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
17198     "dlls/mmdevapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/Makefile" ;;
17199     "dlls/mmdevapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/tests/Makefile" ;;
17200     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
17201     "dlls/mmsystem.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmsystem.dll16/Makefile" ;;
17202     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
17203     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
17204     "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
17205     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
17206     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
17207     "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
17208     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
17209     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
17210     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
17211     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
17212     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
17213     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
17214     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
17215     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
17216     "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
17217     "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
17218     "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
17219     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
17220     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
17221     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
17222     "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
17223     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
17224     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
17225     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
17226     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
17227     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
17228     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
17229     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
17230     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
17231     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
17232     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
17233     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
17234     "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
17235     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
17236     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
17237     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
17238     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
17239     "dlls/msvcr70/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr70/Makefile" ;;
17240     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
17241     "dlls/msvcr80/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr80/Makefile" ;;
17242     "dlls/msvcr90/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr90/Makefile" ;;
17243     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
17244     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
17245     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
17246     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
17247     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
17248     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
17249     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
17250     "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
17251     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
17252     "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
17253     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
17254     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
17255     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
17256     "dlls/msxml4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml4/Makefile" ;;
17257     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
17258     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
17259     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
17260     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
17261     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
17262     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
17263     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
17264     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
17265     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
17266     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
17267     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
17268     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
17269     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
17270     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
17271     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
17272     "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
17273     "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
17274     "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
17275     "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
17276     "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
17277     "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
17278     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
17279     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
17280     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
17281     "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
17282     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
17283     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
17284     "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
17285     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
17286     "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
17287     "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
17288     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
17289     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
17290     "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
17291     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
17292     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
17293     "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
17294     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
17295     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
17296     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
17297     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
17298     "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
17299     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
17300     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
17301     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
17302     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
17303     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
17304     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
17305     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
17306     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
17307     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
17308     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
17309     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
17310     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
17311     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
17312     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
17313     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
17314     "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
17315     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
17316     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
17317     "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
17318     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
17319     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
17320     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
17321     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
17322     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
17323     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
17324     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
17325     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
17326     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
17327     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
17328     "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
17329     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
17330     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
17331     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
17332     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
17333     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
17334     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
17335     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
17336     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
17337     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
17338     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
17339     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
17340     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
17341     "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
17342     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
17343     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
17344     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
17345     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
17346     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
17347     "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
17348     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
17349     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
17350     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
17351     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
17352     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
17353     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
17354     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
17355     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
17356     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
17357     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
17358     "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
17359     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
17360     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
17361     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
17362     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
17363     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
17364     "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
17365     "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
17366     "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
17367     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
17368     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
17369     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
17370     "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
17371     "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
17372     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
17373     "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
17374     "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
17375     "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
17376     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
17377     "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
17378     "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
17379     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
17380     "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
17381     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
17382     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
17383     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
17384     "dlls/usbd.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usbd.sys/Makefile" ;;
17385     "dlls/user.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user.exe16/Makefile" ;;
17386     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
17387     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
17388     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
17389     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
17390     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
17391     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
17392     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
17393     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
17394     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
17395     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
17396     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
17397     "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
17398     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
17399     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
17400     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
17401     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
17402     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
17403     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
17404     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
17405     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
17406     "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
17407     "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
17408     "dlls/wiaservc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wiaservc/Makefile" ;;
17409     "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
17410     "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
17411     "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
17412     "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
17413     "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
17414     "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
17415     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
17416     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
17417     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
17418     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
17419     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
17420     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
17421     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
17422     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
17423     "dlls/winemapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemapi/Makefile" ;;
17424     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
17425     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
17426     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
17427     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
17428     "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
17429     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
17430     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
17431     "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
17432     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
17433     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
17434     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
17435     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
17436     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
17437     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
17438     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
17439     "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
17440     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
17441     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
17442     "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
17443     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
17444     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
17445     "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
17446     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
17447     "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
17448     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
17449     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
17450     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
17451     "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
17452     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
17453     "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
17454     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
17455     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
17456     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
17457     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
17458     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
17459     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
17460     "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
17461     "dlls/wuaueng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuaueng/Makefile" ;;
17462     "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
17463     "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
17464     "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
17465     "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
17466     "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
17467     "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
17468     "dlls/xmllite/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/tests/Makefile" ;;
17469     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
17470     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
17471     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
17472     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
17473     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
17474     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
17475     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
17476     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
17477     "programs/attrib/Makefile") CONFIG_FILES="$CONFIG_FILES programs/attrib/Makefile" ;;
17478     "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
17479     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
17480     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
17481     "programs/cmd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/tests/Makefile" ;;
17482     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
17483     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
17484     "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
17485     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
17486     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
17487     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
17488     "programs/extrac32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/extrac32/Makefile" ;;
17489     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
17490     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
17491     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
17492     "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
17493     "programs/mshta/Makefile") CONFIG_FILES="$CONFIG_FILES programs/mshta/Makefile" ;;
17494     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
17495     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
17496     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
17497     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
17498     "programs/ping/Makefile") CONFIG_FILES="$CONFIG_FILES programs/ping/Makefile" ;;
17499     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
17500     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
17501     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
17502     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
17503     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
17504     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
17505     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
17506     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
17507     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
17508     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
17509     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
17510     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
17511     "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
17512     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
17513     "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
17514     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
17515     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
17516     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
17517     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
17518     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
17519     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
17520     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
17521     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
17522     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
17523     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
17524     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
17525     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
17526     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
17527     "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
17528     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
17529     "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
17530     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
17531     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
17532     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
17533     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
17534     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
17535     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
17536     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
17537     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
17538     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
17539     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
17540     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
17541     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
17542
17543   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
17544   esac
17545 done
17546
17547
17548 # If the user did not use the arguments to specify the items to instantiate,
17549 # then the envvar interface is used.  Set only those that are not.
17550 # We use the long form for the default assignment because of an extremely
17551 # bizarre bug on SunOS 4.1.3.
17552 if $ac_need_defaults; then
17553   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
17554   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
17555   test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
17556   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
17557 fi
17558
17559 # Have a temporary directory for convenience.  Make it in the build tree
17560 # simply because there is no reason against having it here, and in addition,
17561 # creating and moving files from /tmp can sometimes cause problems.
17562 # Hook for its removal unless debugging.
17563 # Note that there is a small window in which the directory will not be cleaned:
17564 # after its creation but before its name has been assigned to `$tmp'.
17565 $debug ||
17566 {
17567   tmp=
17568   trap 'exit_status=$?
17569   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
17570 ' 0
17571   trap 'as_fn_exit 1' 1 2 13 15
17572 }
17573 # Create a (secure) tmp directory for tmp files.
17574
17575 {
17576   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
17577   test -n "$tmp" && test -d "$tmp"
17578 }  ||
17579 {
17580   tmp=./conf$$-$RANDOM
17581   (umask 077 && mkdir "$tmp")
17582 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
17583
17584 # Set up the scripts for CONFIG_FILES section.
17585 # No need to generate them if there are no CONFIG_FILES.
17586 # This happens for instance with `./config.status config.h'.
17587 if test -n "$CONFIG_FILES"; then
17588
17589 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
17590   ac_cs_awk_getline=:
17591   ac_cs_awk_pipe_init=
17592   ac_cs_awk_read_file='
17593       while ((getline aline < (F[key])) > 0)
17594         print(aline)
17595       close(F[key])'
17596   ac_cs_awk_pipe_fini=
17597 else
17598   ac_cs_awk_getline=false
17599   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
17600   ac_cs_awk_read_file='
17601       print "|#_!!_#|"
17602       print "cat " F[key] " &&"
17603       '$ac_cs_awk_pipe_init
17604   # The final `:' finishes the AND list.
17605   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
17606 fi
17607 ac_cr=`echo X | tr X '\015'`
17608 # On cygwin, bash can eat \r inside `` if the user requested igncr.
17609 # But we know of no other shell where ac_cr would be empty at this
17610 # point, so we can use a bashism as a fallback.
17611 if test "x$ac_cr" = x; then
17612   eval ac_cr=\$\'\\r\'
17613 fi
17614 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
17615 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
17616   ac_cs_awk_cr='\r'
17617 else
17618   ac_cs_awk_cr=$ac_cr
17619 fi
17620
17621 echo 'BEGIN {' >"$tmp/subs1.awk" &&
17622 _ACEOF
17623
17624 # Create commands to substitute file output variables.
17625 {
17626   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
17627   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
17628   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
17629   echo "_ACAWK" &&
17630   echo "_ACEOF"
17631 } >conf$$files.sh &&
17632 . ./conf$$files.sh ||
17633   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17634 rm -f conf$$files.sh
17635
17636 {
17637   echo "cat >conf$$subs.awk <<_ACEOF" &&
17638   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
17639   echo "_ACEOF"
17640 } >conf$$subs.sh ||
17641   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17642 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
17643 ac_delim='%!_!# '
17644 for ac_last_try in false false false false false :; do
17645   . ./conf$$subs.sh ||
17646     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17647
17648   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
17649   if test $ac_delim_n = $ac_delim_num; then
17650     break
17651   elif $ac_last_try; then
17652     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17653   else
17654     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17655   fi
17656 done
17657 rm -f conf$$subs.sh
17658
17659 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17660 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
17661 _ACEOF
17662 sed -n '
17663 h
17664 s/^/S["/; s/!.*/"]=/
17665 p
17666 g
17667 s/^[^!]*!//
17668 :repl
17669 t repl
17670 s/'"$ac_delim"'$//
17671 t delim
17672 :nl
17673 h
17674 s/\(.\{148\}\)..*/\1/
17675 t more1
17676 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
17677 p
17678 n
17679 b repl
17680 :more1
17681 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17682 p
17683 g
17684 s/.\{148\}//
17685 t nl
17686 :delim
17687 h
17688 s/\(.\{148\}\)..*/\1/
17689 t more2
17690 s/["\\]/\\&/g; s/^/"/; s/$/"/
17691 p
17692 b
17693 :more2
17694 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17695 p
17696 g
17697 s/.\{148\}//
17698 t delim
17699 ' <conf$$subs.awk | sed '
17700 /^[^""]/{
17701   N
17702   s/\n//
17703 }
17704 ' >>$CONFIG_STATUS || ac_write_fail=1
17705 rm -f conf$$subs.awk
17706 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17707 _ACAWK
17708 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
17709   for (key in S) S_is_set[key] = 1
17710   FS = "\a"
17711   \$ac_cs_awk_pipe_init
17712 }
17713 {
17714   line = $ 0
17715   nfields = split(line, field, "@")
17716   substed = 0
17717   len = length(field[1])
17718   for (i = 2; i < nfields; i++) {
17719     key = field[i]
17720     keylen = length(key)
17721     if (S_is_set[key]) {
17722       value = S[key]
17723       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
17724       len += length(value) + length(field[++i])
17725       substed = 1
17726     } else
17727       len += 1 + keylen
17728   }
17729   if (nfields == 3 && !substed) {
17730     key = field[2]
17731     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
17732       \$ac_cs_awk_read_file
17733       next
17734     }
17735   }
17736   print line
17737 }
17738 \$ac_cs_awk_pipe_fini
17739 _ACAWK
17740 _ACEOF
17741 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17742 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
17743   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
17744 else
17745   cat
17746 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
17747   || as_fn_error "could not setup config files machinery" "$LINENO" 5
17748 _ACEOF
17749
17750 # VPATH may cause trouble with some makes, so we remove $(srcdir),
17751 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
17752 # trailing colons and then remove the whole line if VPATH becomes empty
17753 # (actually we leave an empty line to preserve line numbers).
17754 if test "x$srcdir" = x.; then
17755   ac_vpsub='/^[  ]*VPATH[        ]*=/{
17756 s/:*\$(srcdir):*/:/
17757 s/:*\${srcdir}:*/:/
17758 s/:*@srcdir@:*/:/
17759 s/^\([^=]*=[     ]*\):*/\1/
17760 s/:*$//
17761 s/^[^=]*=[       ]*$//
17762 }'
17763 fi
17764
17765 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17766 fi # test -n "$CONFIG_FILES"
17767
17768 # Set up the scripts for CONFIG_HEADERS section.
17769 # No need to generate them if there are no CONFIG_HEADERS.
17770 # This happens for instance with `./config.status Makefile'.
17771 if test -n "$CONFIG_HEADERS"; then
17772 cat >"$tmp/defines.awk" <<\_ACAWK ||
17773 BEGIN {
17774 _ACEOF
17775
17776 # Transform confdefs.h into an awk script `defines.awk', embedded as
17777 # here-document in config.status, that substitutes the proper values into
17778 # config.h.in to produce config.h.
17779
17780 # Create a delimiter string that does not exist in confdefs.h, to ease
17781 # handling of long lines.
17782 ac_delim='%!_!# '
17783 for ac_last_try in false false :; do
17784   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
17785   if test -z "$ac_t"; then
17786     break
17787   elif $ac_last_try; then
17788     as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
17789   else
17790     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17791   fi
17792 done
17793
17794 # For the awk script, D is an array of macro values keyed by name,
17795 # likewise P contains macro parameters if any.  Preserve backslash
17796 # newline sequences.
17797
17798 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
17799 sed -n '
17800 s/.\{148\}/&'"$ac_delim"'/g
17801 t rset
17802 :rset
17803 s/^[     ]*#[    ]*define[       ][      ]*/ /
17804 t def
17805 d
17806 :def
17807 s/\\$//
17808 t bsnl
17809 s/["\\]/\\&/g
17810 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
17811 D["\1"]=" \3"/p
17812 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
17813 d
17814 :bsnl
17815 s/["\\]/\\&/g
17816 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
17817 D["\1"]=" \3\\\\\\n"\\/p
17818 t cont
17819 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
17820 t cont
17821 d
17822 :cont
17823 n
17824 s/.\{148\}/&'"$ac_delim"'/g
17825 t clear
17826 :clear
17827 s/\\$//
17828 t bsnlc
17829 s/["\\]/\\&/g; s/^/"/; s/$/"/p
17830 d
17831 :bsnlc
17832 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
17833 b cont
17834 ' <confdefs.h | sed '
17835 s/'"$ac_delim"'/"\\\
17836 "/g' >>$CONFIG_STATUS || ac_write_fail=1
17837
17838 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17839   for (key in D) D_is_set[key] = 1
17840   FS = "\a"
17841 }
17842 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
17843   line = \$ 0
17844   split(line, arg, " ")
17845   if (arg[1] == "#") {
17846     defundef = arg[2]
17847     mac1 = arg[3]
17848   } else {
17849     defundef = substr(arg[1], 2)
17850     mac1 = arg[2]
17851   }
17852   split(mac1, mac2, "(") #)
17853   macro = mac2[1]
17854   prefix = substr(line, 1, index(line, defundef) - 1)
17855   if (D_is_set[macro]) {
17856     # Preserve the white space surrounding the "#".
17857     print prefix "define", macro P[macro] D[macro]
17858     next
17859   } else {
17860     # Replace #undef with comments.  This is necessary, for example,
17861     # in the case of _POSIX_SOURCE, which is predefined and required
17862     # on some systems where configure will not decide to define it.
17863     if (defundef == "undef") {
17864       print "/*", prefix defundef, macro, "*/"
17865       next
17866     }
17867   }
17868 }
17869 { print }
17870 _ACAWK
17871 _ACEOF
17872 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17873   as_fn_error "could not setup config headers machinery" "$LINENO" 5
17874 fi # test -n "$CONFIG_HEADERS"
17875
17876
17877 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS  :L $CONFIG_LINKS  :C $CONFIG_COMMANDS"
17878 shift
17879 for ac_tag
17880 do
17881   case $ac_tag in
17882   :[FHLC]) ac_mode=$ac_tag; continue;;
17883   esac
17884   case $ac_mode$ac_tag in
17885   :[FHL]*:*);;
17886   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
17887   :[FH]-) ac_tag=-:-;;
17888   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
17889   esac
17890   ac_save_IFS=$IFS
17891   IFS=:
17892   set x $ac_tag
17893   IFS=$ac_save_IFS
17894   shift
17895   ac_file=$1
17896   shift
17897
17898   case $ac_mode in
17899   :L) ac_source=$1;;
17900   :[FH])
17901     ac_file_inputs=
17902     for ac_f
17903     do
17904       case $ac_f in
17905       -) ac_f="$tmp/stdin";;
17906       *) # Look for the file first in the build tree, then in the source tree
17907          # (if the path is not absolute).  The absolute path cannot be DOS-style,
17908          # because $ac_f cannot contain `:'.
17909          test -f "$ac_f" ||
17910            case $ac_f in
17911            [\\/$]*) false;;
17912            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
17913            esac ||
17914            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
17915       esac
17916       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
17917       as_fn_append ac_file_inputs " '$ac_f'"
17918     done
17919
17920     # Let's still pretend it is `configure' which instantiates (i.e., don't
17921     # use $as_me), people would be surprised to read:
17922     #    /* config.h.  Generated by config.status.  */
17923     configure_input='Generated from '`
17924           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
17925         `' by configure.'
17926     if test x"$ac_file" != x-; then
17927       configure_input="$ac_file.  $configure_input"
17928       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
17929 $as_echo "$as_me: creating $ac_file" >&6;}
17930     fi
17931     # Neutralize special characters interpreted by sed in replacement strings.
17932     case $configure_input in #(
17933     *\&* | *\|* | *\\* )
17934        ac_sed_conf_input=`$as_echo "$configure_input" |
17935        sed 's/[\\\\&|]/\\\\&/g'`;; #(
17936     *) ac_sed_conf_input=$configure_input;;
17937     esac
17938
17939     case $ac_tag in
17940     *:-:* | *:-) cat >"$tmp/stdin" \
17941       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
17942     esac
17943     ;;
17944   esac
17945
17946   ac_dir=`$as_dirname -- "$ac_file" ||
17947 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17948          X"$ac_file" : 'X\(//\)[^/]' \| \
17949          X"$ac_file" : 'X\(//\)$' \| \
17950          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
17951 $as_echo X"$ac_file" |
17952     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17953             s//\1/
17954             q
17955           }
17956           /^X\(\/\/\)[^/].*/{
17957             s//\1/
17958             q
17959           }
17960           /^X\(\/\/\)$/{
17961             s//\1/
17962             q
17963           }
17964           /^X\(\/\).*/{
17965             s//\1/
17966             q
17967           }
17968           s/.*/./; q'`
17969   as_dir="$ac_dir"; as_fn_mkdir_p
17970   ac_builddir=.
17971
17972 case "$ac_dir" in
17973 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
17974 *)
17975   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
17976   # A ".." for each directory in $ac_dir_suffix.
17977   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
17978   case $ac_top_builddir_sub in
17979   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
17980   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
17981   esac ;;
17982 esac
17983 ac_abs_top_builddir=$ac_pwd
17984 ac_abs_builddir=$ac_pwd$ac_dir_suffix
17985 # for backward compatibility:
17986 ac_top_builddir=$ac_top_build_prefix
17987
17988 case $srcdir in
17989   .)  # We are building in place.
17990     ac_srcdir=.
17991     ac_top_srcdir=$ac_top_builddir_sub
17992     ac_abs_top_srcdir=$ac_pwd ;;
17993   [\\/]* | ?:[\\/]* )  # Absolute name.
17994     ac_srcdir=$srcdir$ac_dir_suffix;
17995     ac_top_srcdir=$srcdir
17996     ac_abs_top_srcdir=$srcdir ;;
17997   *) # Relative name.
17998     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
17999     ac_top_srcdir=$ac_top_build_prefix$srcdir
18000     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
18001 esac
18002 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
18003
18004
18005   case $ac_mode in
18006   :F)
18007   #
18008   # CONFIG_FILE
18009   #
18010
18011   case $INSTALL in
18012   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
18013   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
18014   esac
18015 _ACEOF
18016
18017 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18018 # If the template does not know about datarootdir, expand it.
18019 # FIXME: This hack should be removed a few years after 2.60.
18020 ac_datarootdir_hack=; ac_datarootdir_seen=
18021 ac_sed_dataroot='
18022 /datarootdir/ {
18023   p
18024   q
18025 }
18026 /@datadir@/p
18027 /@docdir@/p
18028 /@infodir@/p
18029 /@localedir@/p
18030 /@mandir@/p'
18031 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
18032 *datarootdir*) ac_datarootdir_seen=yes;;
18033 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
18034   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
18035 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
18036 _ACEOF
18037 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18038   ac_datarootdir_hack='
18039   s&@datadir@&$datadir&g
18040   s&@docdir@&$docdir&g
18041   s&@infodir@&$infodir&g
18042   s&@localedir@&$localedir&g
18043   s&@mandir@&$mandir&g
18044   s&\\\${datarootdir}&$datarootdir&g' ;;
18045 esac
18046 _ACEOF
18047
18048 # Neutralize VPATH when `$srcdir' = `.'.
18049 # Shell code in configure.ac might set extrasub.
18050 # FIXME: do we really want to maintain this feature?
18051 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18052 ac_sed_extra="$ac_vpsub
18053 $extrasub
18054 _ACEOF
18055 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18056 :t
18057 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
18058 s|@configure_input@|$ac_sed_conf_input|;t t
18059 s&@top_builddir@&$ac_top_builddir_sub&;t t
18060 s&@top_build_prefix@&$ac_top_build_prefix&;t t
18061 s&@srcdir@&$ac_srcdir&;t t
18062 s&@abs_srcdir@&$ac_abs_srcdir&;t t
18063 s&@top_srcdir@&$ac_top_srcdir&;t t
18064 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
18065 s&@builddir@&$ac_builddir&;t t
18066 s&@abs_builddir@&$ac_abs_builddir&;t t
18067 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
18068 s&@INSTALL@&$ac_INSTALL&;t t
18069 $ac_datarootdir_hack
18070 "
18071 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
18072 if $ac_cs_awk_getline; then
18073   $AWK -f "$tmp/subs.awk"
18074 else
18075   $AWK -f "$tmp/subs.awk" | $SHELL
18076 fi >$tmp/out \
18077   || as_fn_error "could not create $ac_file" "$LINENO" 5
18078
18079 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
18080   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
18081   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
18082   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
18083 which seems to be undefined.  Please make sure it is defined." >&5
18084 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
18085 which seems to be undefined.  Please make sure it is defined." >&2;}
18086
18087   rm -f "$tmp/stdin"
18088   case $ac_file in
18089   -) cat "$tmp/out" && rm -f "$tmp/out";;
18090   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
18091   esac \
18092   || as_fn_error "could not create $ac_file" "$LINENO" 5
18093  ;;
18094   :H)
18095   #
18096   # CONFIG_HEADER
18097   #
18098   if test x"$ac_file" != x-; then
18099     {
18100       $as_echo "/* $configure_input  */" \
18101       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
18102     } >"$tmp/config.h" \
18103       || as_fn_error "could not create $ac_file" "$LINENO" 5
18104     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
18105       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
18106 $as_echo "$as_me: $ac_file is unchanged" >&6;}
18107     else
18108       rm -f "$ac_file"
18109       mv "$tmp/config.h" "$ac_file" \
18110         || as_fn_error "could not create $ac_file" "$LINENO" 5
18111     fi
18112   else
18113     $as_echo "/* $configure_input  */" \
18114       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
18115       || as_fn_error "could not create -" "$LINENO" 5
18116   fi
18117  ;;
18118   :L)
18119   #
18120   # CONFIG_LINK
18121   #
18122
18123   if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
18124     :
18125   else
18126     # Prefer the file from the source tree if names are identical.
18127     if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
18128       ac_source=$srcdir/$ac_source
18129     fi
18130
18131     { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
18132 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
18133
18134     if test ! -r "$ac_source"; then
18135       as_fn_error "$ac_source: file not found" "$LINENO" 5
18136     fi
18137     rm -f "$ac_file"
18138
18139     # Try a relative symlink, then a hard link, then a copy.
18140     case $srcdir in
18141     [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
18142         *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
18143     esac
18144     ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
18145       ln "$ac_source" "$ac_file" 2>/dev/null ||
18146       cp -p "$ac_source" "$ac_file" ||
18147       as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
18148   fi
18149  ;;
18150   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
18151 $as_echo "$as_me: executing $ac_file commands" >&6;}
18152  ;;
18153   esac
18154
18155
18156   case $ac_file$ac_mode in
18157     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
18158     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
18159 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;}; as_dir="dlls/gdi32/enhmfdrv"; as_fn_mkdir_p; } ;;
18160     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
18161 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;}; as_dir="dlls/gdi32/mfdrv"; as_fn_mkdir_p; } ;;
18162     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
18163 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;}; as_dir="dlls/kernel32/nls"; as_fn_mkdir_p; } ;;
18164     "dlls/user32/resources":C) test -d "dlls/user32/resources" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
18165 $as_echo "$as_me: creating dlls/user32/resources" >&6;}; as_dir="dlls/user32/resources"; as_fn_mkdir_p; } ;;
18166     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
18167 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;}; as_dir="dlls/wineps.drv/data"; as_fn_mkdir_p; } ;;
18168     "include/wine":C) test -d "include/wine" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
18169 $as_echo "$as_me: creating include/wine" >&6;}; as_dir="include/wine"; as_fn_mkdir_p; } ;;
18170
18171   esac
18172 done # for ac_tag
18173
18174
18175 as_fn_exit 0
18176 _ACEOF
18177 ac_clean_files=$ac_clean_files_save
18178
18179 test $ac_write_fail = 0 ||
18180   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
18181
18182
18183 # configure is writing to config.log, and then calls config.status.
18184 # config.status does its own redirection, appending to config.log.
18185 # Unfortunately, on DOS this fails, as config.log is still kept open
18186 # by configure, so config.status won't be able to write to it; its
18187 # output is simply discarded.  So we exec the FD to /dev/null,
18188 # effectively closing config.log, so it can be properly (re)opened and
18189 # appended to by config.status.  When coming back to configure, we
18190 # need to make the FD available again.
18191 if test "$no_create" != yes; then
18192   ac_cs_success=:
18193   ac_config_status_args=
18194   test "$silent" = yes &&
18195     ac_config_status_args="$ac_config_status_args --quiet"
18196   exec 5>/dev/null
18197   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
18198   exec 5>>config.log
18199   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18200   # would make configure fail if this is the last instruction.
18201   $ac_cs_success || as_fn_exit $?
18202 fi
18203 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
18204   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18205 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
18206 fi
18207
18208
18209 if test "$no_create" = "yes"
18210 then
18211   exit 0
18212 fi
18213
18214 ac_save_IFS="$IFS"
18215 if test "x$wine_notices != "x; then
18216     echo >&6
18217     IFS="|"
18218     for msg in $wine_notices; do
18219         IFS="$ac_save_IFS"
18220         if test -n "$msg"; then
18221             { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
18222 $as_echo "$as_me: $msg" >&6;}
18223         fi
18224     done
18225 fi
18226 IFS="|"
18227 for msg in $wine_warnings; do
18228     IFS="$ac_save_IFS"
18229     if test -n "$msg"; then
18230         echo >&2
18231         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
18232 $as_echo "$as_me: WARNING: $msg" >&2;}
18233     fi
18234 done
18235 IFS="$ac_save_IFS"
18236
18237 echo "
18238 $as_me: Finished.  Do '${ac_make}' to compile Wine.
18239 " >&6
18240