mshtml: Implement IHTMLCurrentStyle_get_paddingTop.
[wine] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64 for Wine 1.1.29.
4 #
5 # Report bugs to <wine-devel@winehq.org>.
6 #
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
9 # Foundation, Inc.
10 #
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
16
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20   emulate sh
21   NULLCMD=:
22   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23   # is contrary to our usage.  Disable this feature.
24   alias -g '${1+"$@"}'='"$@"'
25   setopt NO_GLOB_SUBST
26 else
27   case `(set -o) 2>/dev/null` in #(
28   *posix*) :
29     set -o posix ;; #(
30   *) :
31      ;;
32 esac
33 fi
34
35
36 as_nl='
37 '
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47   as_echo='print -r --'
48   as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50   as_echo='printf %s\n'
51   as_echo_n='printf %s'
52 else
53   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55     as_echo_n='/usr/ucb/echo -n'
56   else
57     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58     as_echo_n_body='eval
59       arg=$1;
60       case $arg in #(
61       *"$as_nl"*)
62         expr "X$arg" : "X\\(.*\\)$as_nl";
63         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64       esac;
65       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66     '
67     export as_echo_n_body
68     as_echo_n='sh -c $as_echo_n_body as_echo'
69   fi
70   export as_echo_body
71   as_echo='sh -c $as_echo_body as_echo'
72 fi
73
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76   PATH_SEPARATOR=:
77   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79       PATH_SEPARATOR=';'
80   }
81 fi
82
83
84 # IFS
85 # We need space, tab and new line, in precisely that order.  Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
89 IFS=" ""        $as_nl"
90
91 # Find who we are.  Look in the path if we contain no directory separator.
92 case $0 in #((
93   *[\\/]* ) as_myself=$0 ;;
94   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
95 for as_dir in $PATH
96 do
97   IFS=$as_save_IFS
98   test -z "$as_dir" && as_dir=.
99     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
100   done
101 IFS=$as_save_IFS
102
103      ;;
104 esac
105 # We did not find ourselves, most probably we were run as `sh COMMAND'
106 # in which case we are not to be found in the path.
107 if test "x$as_myself" = x; then
108   as_myself=$0
109 fi
110 if test ! -f "$as_myself"; then
111   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
112   exit 1
113 fi
114
115 # Unset variables that we do not need and which cause bugs (e.g. in
116 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
117 # suppresses any "Segmentation fault" message there.  '((' could
118 # trigger a bug in pdksh 5.2.14.
119 for as_var in BASH_ENV ENV MAIL MAILPATH
120 do eval test x\${$as_var+set} = xset \
121   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
122 done
123 PS1='$ '
124 PS2='> '
125 PS4='+ '
126
127 # NLS nuisances.
128 LC_ALL=C
129 export LC_ALL
130 LANGUAGE=C
131 export LANGUAGE
132
133 # CDPATH.
134 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
135
136 if test "x$CONFIG_SHELL" = x; then
137   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138   emulate sh
139   NULLCMD=:
140   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
141   # is contrary to our usage.  Disable this feature.
142   alias -g '\${1+\"\$@\"}'='\"\$@\"'
143   setopt NO_GLOB_SUBST
144 else
145   case \`(set -o) 2>/dev/null\` in #(
146   *posix*) :
147     set -o posix ;; #(
148   *) :
149      ;;
150 esac
151 fi
152 "
153   as_required="as_fn_return () { (exit \$1); }
154 as_fn_success () { as_fn_return 0; }
155 as_fn_failure () { as_fn_return 1; }
156 as_fn_ret_success () { return 0; }
157 as_fn_ret_failure () { return 1; }
158
159 exitcode=0
160 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
161 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
162 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
163 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
164 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
165
166 else
167   exitcode=1; echo positional parameters were not saved.
168 fi
169 test x\$exitcode = x0 || exit 1"
170   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
171   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
172   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
173   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
174 test \$(( 1 + 1 )) = 2 || exit 1"
175   if (eval "$as_required") 2>/dev/null; then :
176   as_have_required=yes
177 else
178   as_have_required=no
179 fi
180   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
181
182 else
183   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
184 as_found=false
185 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
186 do
187   IFS=$as_save_IFS
188   test -z "$as_dir" && as_dir=.
189   as_found=:
190   case $as_dir in #(
191          /*)
192            for as_base in sh bash ksh sh5; do
193              # Try only shells that exist, to save several forks.
194              as_shell=$as_dir/$as_base
195              if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
196                     { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
197   CONFIG_SHELL=$as_shell as_have_required=yes
198                    if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
199   break 2
200 fi
201 fi
202            done;;
203        esac
204   as_found=false
205 done
206 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
207               { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
208   CONFIG_SHELL=$SHELL as_have_required=yes
209 fi; }
210 IFS=$as_save_IFS
211
212
213       if test "x$CONFIG_SHELL" != x; then :
214   # We cannot yet assume a decent shell, so we have to provide a
215         # neutralization value for shells without unset; and this also
216         # works around shells that cannot unset nonexistent variables.
217         BASH_ENV=/dev/null
218         ENV=/dev/null
219         (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
220         export CONFIG_SHELL
221         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
222 fi
223
224     if test x$as_have_required = xno; then :
225   $as_echo "$0: This script requires a shell more modern than all"
226   $as_echo "$0: the shells that I found on your system."
227   if test x${ZSH_VERSION+set} = xset ; then
228     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
229     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
230   else
231     $as_echo "$0: Please tell bug-autoconf@gnu.org and
232 $0: wine-devel@winehq.org about your system, including any
233 $0: error possibly output before this message. Then install
234 $0: a modern shell, or manually run the script under such a
235 $0: shell if you do have one."
236   fi
237   exit 1
238 fi
239 fi
240 fi
241 SHELL=${CONFIG_SHELL-/bin/sh}
242 export SHELL
243 # Unset more variables known to interfere with behavior of common tools.
244 CLICOLOR_FORCE= GREP_OPTIONS=
245 unset CLICOLOR_FORCE GREP_OPTIONS
246
247 ## --------------------- ##
248 ## M4sh Shell Functions. ##
249 ## --------------------- ##
250 # as_fn_unset VAR
251 # ---------------
252 # Portably unset VAR.
253 as_fn_unset ()
254 {
255   { eval $1=; unset $1;}
256 }
257 as_unset=as_fn_unset
258
259 # as_fn_set_status STATUS
260 # -----------------------
261 # Set $? to STATUS, without forking.
262 as_fn_set_status ()
263 {
264   return $1
265 } # as_fn_set_status
266
267 # as_fn_exit STATUS
268 # -----------------
269 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
270 as_fn_exit ()
271 {
272   set +e
273   as_fn_set_status $1
274   exit $1
275 } # as_fn_exit
276
277 # as_fn_mkdir_p
278 # -------------
279 # Create "$as_dir" as a directory, including parents if necessary.
280 as_fn_mkdir_p ()
281 {
282
283   case $as_dir in #(
284   -*) as_dir=./$as_dir;;
285   esac
286   test -d "$as_dir" || eval $as_mkdir_p || {
287     as_dirs=
288     while :; do
289       case $as_dir in #(
290       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
291       *) as_qdir=$as_dir;;
292       esac
293       as_dirs="'$as_qdir' $as_dirs"
294       as_dir=`$as_dirname -- "$as_dir" ||
295 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
296          X"$as_dir" : 'X\(//\)[^/]' \| \
297          X"$as_dir" : 'X\(//\)$' \| \
298          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
299 $as_echo X"$as_dir" |
300     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
301             s//\1/
302             q
303           }
304           /^X\(\/\/\)[^/].*/{
305             s//\1/
306             q
307           }
308           /^X\(\/\/\)$/{
309             s//\1/
310             q
311           }
312           /^X\(\/\).*/{
313             s//\1/
314             q
315           }
316           s/.*/./; q'`
317       test -d "$as_dir" && break
318     done
319     test -z "$as_dirs" || eval "mkdir $as_dirs"
320   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
321
322
323 } # as_fn_mkdir_p
324 # as_fn_append VAR VALUE
325 # ----------------------
326 # Append the text in VALUE to the end of the definition contained in VAR. Take
327 # advantage of any shell optimizations that allow amortized linear growth over
328 # repeated appends, instead of the typical quadratic growth present in naive
329 # implementations.
330 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
331   eval 'as_fn_append ()
332   {
333     eval $1+=\$2
334   }'
335 else
336   as_fn_append ()
337   {
338     eval $1=\$$1\$2
339   }
340 fi # as_fn_append
341
342 # as_fn_arith ARG...
343 # ------------------
344 # Perform arithmetic evaluation on the ARGs, and store the result in the
345 # global $as_val. Take advantage of shells that can avoid forks. The arguments
346 # must be portable across $(()) and expr.
347 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
348   eval 'as_fn_arith ()
349   {
350     as_val=$(( $* ))
351   }'
352 else
353   as_fn_arith ()
354   {
355     as_val=`expr "$@" || test $? -eq 1`
356   }
357 fi # as_fn_arith
358
359
360 # as_fn_error ERROR [LINENO LOG_FD]
361 # ---------------------------------
362 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
363 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
364 # script with status $?, using 1 if that was 0.
365 as_fn_error ()
366 {
367   as_status=$?; test $as_status -eq 0 && as_status=1
368   if test "$3"; then
369     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
370     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
371   fi
372   $as_echo "$as_me: error: $1" >&2
373   as_fn_exit $as_status
374 } # as_fn_error
375
376 if expr a : '\(a\)' >/dev/null 2>&1 &&
377    test "X`expr 00001 : '.*\(...\)'`" = X001; then
378   as_expr=expr
379 else
380   as_expr=false
381 fi
382
383 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
384   as_basename=basename
385 else
386   as_basename=false
387 fi
388
389 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
390   as_dirname=dirname
391 else
392   as_dirname=false
393 fi
394
395 as_me=`$as_basename -- "$0" ||
396 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
397          X"$0" : 'X\(//\)$' \| \
398          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
399 $as_echo X/"$0" |
400     sed '/^.*\/\([^/][^/]*\)\/*$/{
401             s//\1/
402             q
403           }
404           /^X\/\(\/\/\)$/{
405             s//\1/
406             q
407           }
408           /^X\/\(\/\).*/{
409             s//\1/
410             q
411           }
412           s/.*/./; q'`
413
414 # Avoid depending upon Character Ranges.
415 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
416 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
417 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
418 as_cr_digits='0123456789'
419 as_cr_alnum=$as_cr_Letters$as_cr_digits
420
421
422   as_lineno_1=$LINENO as_lineno_1a=$LINENO
423   as_lineno_2=$LINENO as_lineno_2a=$LINENO
424   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
425   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
426   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
427   sed -n '
428     p
429     /[$]LINENO/=
430   ' <$as_myself |
431     sed '
432       s/[$]LINENO.*/&-/
433       t lineno
434       b
435       :lineno
436       N
437       :loop
438       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
439       t loop
440       s/-\n.*//
441     ' >$as_me.lineno &&
442   chmod +x "$as_me.lineno" ||
443     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
444
445   # Don't try to exec as it changes $[0], causing all sort of problems
446   # (the dirname of $[0] is not the place where we might find the
447   # original and so on.  Autoconf is especially sensitive to this).
448   . "./$as_me.lineno"
449   # Exit status is that of the last command.
450   exit
451 }
452
453 ECHO_C= ECHO_N= ECHO_T=
454 case `echo -n x` in #(((((
455 -n*)
456   case `echo 'xy\c'` in
457   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
458   xy)  ECHO_C='\c';;
459   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
460        ECHO_T=' ';;
461   esac;;
462 *)
463   ECHO_N='-n';;
464 esac
465
466 rm -f conf$$ conf$$.exe conf$$.file
467 if test -d conf$$.dir; then
468   rm -f conf$$.dir/conf$$.file
469 else
470   rm -f conf$$.dir
471   mkdir conf$$.dir 2>/dev/null
472 fi
473 if (echo >conf$$.file) 2>/dev/null; then
474   if ln -s conf$$.file conf$$ 2>/dev/null; then
475     as_ln_s='ln -s'
476     # ... but there are two gotchas:
477     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
478     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
479     # In both cases, we have to default to `cp -p'.
480     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
481       as_ln_s='cp -p'
482   elif ln conf$$.file conf$$ 2>/dev/null; then
483     as_ln_s=ln
484   else
485     as_ln_s='cp -p'
486   fi
487 else
488   as_ln_s='cp -p'
489 fi
490 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
491 rmdir conf$$.dir 2>/dev/null
492
493 if mkdir -p . 2>/dev/null; then
494   as_mkdir_p='mkdir -p "$as_dir"'
495 else
496   test -d ./-p && rmdir ./-p
497   as_mkdir_p=false
498 fi
499
500 if test -x / >/dev/null 2>&1; then
501   as_test_x='test -x'
502 else
503   if ls -dL / >/dev/null 2>&1; then
504     as_ls_L_option=L
505   else
506     as_ls_L_option=
507   fi
508   as_test_x='
509     eval sh -c '\''
510       if test -d "$1"; then
511         test -d "$1/.";
512       else
513         case $1 in #(
514         -*)set "./$1";;
515         esac;
516         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
517         ???[sx]*):;;*)false;;esac;fi
518     '\'' sh
519   '
520 fi
521 as_executable_p=$as_test_x
522
523 # Sed expression to map a string onto a valid CPP name.
524 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
525
526 # Sed expression to map a string onto a valid variable name.
527 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
528
529
530 exec 7<&0 </dev/null 6>&1
531
532 # Name of the host.
533 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
534 # so uname gets run too.
535 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
536
537 #
538 # Initializations.
539 #
540 ac_default_prefix=/usr/local
541 ac_clean_files=
542 ac_config_libobj_dir=.
543 LIBOBJS=
544 cross_compiling=no
545 subdirs=
546 MFLAGS=
547 MAKEFLAGS=
548
549 # Identity of this package.
550 PACKAGE_NAME='Wine'
551 PACKAGE_TARNAME='wine'
552 PACKAGE_VERSION='1.1.29'
553 PACKAGE_STRING='Wine 1.1.29'
554 PACKAGE_BUGREPORT='wine-devel@winehq.org'
555 PACKAGE_URL='http://www.winehq.org'
556
557 ac_unique_file="server/atom.c"
558 # Factoring default headers for most tests.
559 ac_includes_default="\
560 #include <stdio.h>
561 #ifdef HAVE_SYS_TYPES_H
562 # include <sys/types.h>
563 #endif
564 #ifdef HAVE_SYS_STAT_H
565 # include <sys/stat.h>
566 #endif
567 #ifdef STDC_HEADERS
568 # include <stdlib.h>
569 # include <stddef.h>
570 #else
571 # ifdef HAVE_STDLIB_H
572 #  include <stdlib.h>
573 # endif
574 #endif
575 #ifdef HAVE_STRING_H
576 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
577 #  include <memory.h>
578 # endif
579 # include <string.h>
580 #endif
581 #ifdef HAVE_STRINGS_H
582 # include <strings.h>
583 #endif
584 #ifdef HAVE_INTTYPES_H
585 # include <inttypes.h>
586 #endif
587 #ifdef HAVE_STDINT_H
588 # include <stdint.h>
589 #endif
590 #ifdef HAVE_UNISTD_H
591 # include <unistd.h>
592 #endif"
593
594 ac_subst_vars='LTLIBOBJS
595 LIBOBJS
596 ALL_WINETEST_DEPENDS
597 ALL_PROGRAM_BIN_INSTALL_DIRS
598 ALL_PROGRAM_INSTALL_DIRS
599 ALL_PROGRAM_DIRS
600 ALL_TEST_DIRS
601 ALL_IMPLIB_DIRS
602 ALL_DLL_DIRS
603 ALL_TOP_DIRS
604 ALL_MAKEFILE_DEPENDS
605 ALL_MAKEFILES
606 ALL_MAKERULES
607 DEPENDENCIES
608 LDAPLIBS
609 LIBPOLL
610 LIBDL
611 EXTRA_BINARIES
612 MAIN_BINARY
613 SOCKETLIBS
614 CRTLIBS
615 TOOLSEXT
616 LDPATH
617 BUILTINFLAG
618 EXTRACFLAGS
619 LIBKSTAT
620 LIBMPG123
621 PNGINCL
622 FONTCONFIGINCL
623 CUPSINCL
624 AUDIOIOLIBS
625 ALSALIBS
626 ESDLIBS
627 ESDINCL
628 ESDCONFIG
629 ZLIB
630 FREETYPEINCL
631 FREETYPELIBS
632 ft_devel
633 LCMSLIBS
634 RESOLVLIBS
635 GPHOTO2INCL
636 GPHOTO2LIBS
637 gphoto2port_devel
638 gphoto2_devel
639 SANEINCL
640 sane_devel
641 GNUTLSINCL
642 HALINCL
643 XSLTINCL
644 XML2INCL
645 XML2LIBS
646 NASLIBS
647 X_EXTRA_LIBS
648 X_LIBS
649 X_PRE_LIBS
650 X_CFLAGS
651 XMKMF
652 LIBPTHREAD
653 CROSSTARGETFLAGS
654 CROSSTEST
655 CROSSCC
656 CARBONLIB
657 LIBOPENAL
658 COREAUDIO
659 DISKARBITRATIONLIB
660 LDEXECFLAGS
661 IOKITLIB
662 COREFOUNDATIONLIB
663 SECURITYLIB
664 MINGWAR
665 DLLWRAP
666 DLLTOOL
667 LDD
668 LDRPATH_LOCAL
669 LDRPATH_INSTALL
670 IMPLIBEXT
671 LIBEXT
672 LDDLLFLAGS
673 LDSHARED
674 DLLFLAGS
675 DLLEXT
676 CPP
677 OPENGL_LIBS
678 XLIB
679 PRELINK
680 ICOTOOL
681 RSVG
682 PKG_CONFIG
683 FONTFORGE
684 LINTFLAGS
685 LINT
686 INSTALL_DATA
687 INSTALL_SCRIPT
688 INSTALL_PROGRAM
689 LDCONFIG
690 EGREP
691 GREP
692 LN
693 LN_S
694 STRIP
695 RANLIB
696 ARFLAGS
697 ac_ct_AR
698 AR
699 BISON
700 FLEX
701 TOOLSDIR
702 WOW64_DISABLE
703 WIN16_INSTALL
704 WIN16_FILES
705 TARGETFLAGS
706 CPPBIN
707 ac_ct_CXX
708 CXXFLAGS
709 CXX
710 OBJEXT
711 EXEEXT
712 ac_ct_CC
713 CPPFLAGS
714 LDFLAGS
715 CFLAGS
716 CC
717 SET_MAKE
718 host_os
719 host_vendor
720 host_cpu
721 host
722 build_os
723 build_vendor
724 build_cpu
725 build
726 MAINTAINER_MODE
727 target_alias
728 host_alias
729 build_alias
730 LIBS
731 ECHO_T
732 ECHO_N
733 ECHO_C
734 DEFS
735 mandir
736 localedir
737 libdir
738 psdir
739 pdfdir
740 dvidir
741 htmldir
742 infodir
743 docdir
744 oldincludedir
745 includedir
746 localstatedir
747 sharedstatedir
748 sysconfdir
749 datadir
750 datarootdir
751 libexecdir
752 sbindir
753 bindir
754 program_transform_name
755 prefix
756 exec_prefix
757 PACKAGE_URL
758 PACKAGE_BUGREPORT
759 PACKAGE_STRING
760 PACKAGE_VERSION
761 PACKAGE_TARNAME
762 PACKAGE_NAME
763 PATH_SEPARATOR
764 SHELL'
765 ac_subst_files='MAKE_RULES
766 MAKE_DLL_RULES
767 MAKE_IMPLIB_RULES
768 MAKE_TEST_RULES
769 MAKE_PROG_RULES'
770 ac_user_opts='
771 enable_option_checking
772 enable_win16
773 enable_win64
774 enable_tests
775 enable_maintainer_mode
776 with_alsa
777 with_audioio
778 with_capi
779 with_cms
780 with_coreaudio
781 with_cups
782 with_curses
783 with_esd
784 with_fontconfig
785 with_freetype
786 with_gphoto
787 with_glu
788 with_gnutls
789 with_gsm
790 with_hal
791 with_jack
792 with_jpeg
793 with_ldap
794 with_mpg123
795 with_nas
796 with_openal
797 with_opengl
798 with_openssl
799 with_oss
800 with_png
801 with_pthread
802 with_sane
803 with_xcomposite
804 with_xcursor
805 with_xinerama
806 with_xinput
807 with_xml
808 with_xrandr
809 with_xrender
810 with_xshape
811 with_xshm
812 with_xslt
813 with_xxf86vm
814 with_wine_tools
815 with_wine64
816 enable_largefile
817 with_x
818 '
819       ac_precious_vars='build_alias
820 host_alias
821 target_alias
822 CC
823 CFLAGS
824 LDFLAGS
825 LIBS
826 CPPFLAGS
827 CXX
828 CXXFLAGS
829 CCC
830 CPP
831 XMKMF'
832
833
834 # Initialize some variables set by options.
835 ac_init_help=
836 ac_init_version=false
837 ac_unrecognized_opts=
838 ac_unrecognized_sep=
839 # The variables have the same names as the options, with
840 # dashes changed to underlines.
841 cache_file=/dev/null
842 exec_prefix=NONE
843 no_create=
844 no_recursion=
845 prefix=NONE
846 program_prefix=NONE
847 program_suffix=NONE
848 program_transform_name=s,x,x,
849 silent=
850 site=
851 srcdir=
852 verbose=
853 x_includes=NONE
854 x_libraries=NONE
855
856 # Installation directory options.
857 # These are left unexpanded so users can "make install exec_prefix=/foo"
858 # and all the variables that are supposed to be based on exec_prefix
859 # by default will actually change.
860 # Use braces instead of parens because sh, perl, etc. also accept them.
861 # (The list follows the same order as the GNU Coding Standards.)
862 bindir='${exec_prefix}/bin'
863 sbindir='${exec_prefix}/sbin'
864 libexecdir='${exec_prefix}/libexec'
865 datarootdir='${prefix}/share'
866 datadir='${datarootdir}'
867 sysconfdir='${prefix}/etc'
868 sharedstatedir='${prefix}/com'
869 localstatedir='${prefix}/var'
870 includedir='${prefix}/include'
871 oldincludedir='/usr/include'
872 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
873 infodir='${datarootdir}/info'
874 htmldir='${docdir}'
875 dvidir='${docdir}'
876 pdfdir='${docdir}'
877 psdir='${docdir}'
878 libdir='${exec_prefix}/lib'
879 localedir='${datarootdir}/locale'
880 mandir='${datarootdir}/man'
881
882 ac_prev=
883 ac_dashdash=
884 for ac_option
885 do
886   # If the previous option needs an argument, assign it.
887   if test -n "$ac_prev"; then
888     eval $ac_prev=\$ac_option
889     ac_prev=
890     continue
891   fi
892
893   case $ac_option in
894   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
895   *)    ac_optarg=yes ;;
896   esac
897
898   # Accept the important Cygnus configure options, so we can diagnose typos.
899
900   case $ac_dashdash$ac_option in
901   --)
902     ac_dashdash=yes ;;
903
904   -bindir | --bindir | --bindi | --bind | --bin | --bi)
905     ac_prev=bindir ;;
906   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
907     bindir=$ac_optarg ;;
908
909   -build | --build | --buil | --bui | --bu)
910     ac_prev=build_alias ;;
911   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
912     build_alias=$ac_optarg ;;
913
914   -cache-file | --cache-file | --cache-fil | --cache-fi \
915   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
916     ac_prev=cache_file ;;
917   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
918   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
919     cache_file=$ac_optarg ;;
920
921   --config-cache | -C)
922     cache_file=config.cache ;;
923
924   -datadir | --datadir | --datadi | --datad)
925     ac_prev=datadir ;;
926   -datadir=* | --datadir=* | --datadi=* | --datad=*)
927     datadir=$ac_optarg ;;
928
929   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
930   | --dataroo | --dataro | --datar)
931     ac_prev=datarootdir ;;
932   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
933   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
934     datarootdir=$ac_optarg ;;
935
936   -disable-* | --disable-*)
937     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
938     # Reject names that are not valid shell variable names.
939     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
940       as_fn_error "invalid feature name: $ac_useropt"
941     ac_useropt_orig=$ac_useropt
942     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
943     case $ac_user_opts in
944       *"
945 "enable_$ac_useropt"
946 "*) ;;
947       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
948          ac_unrecognized_sep=', ';;
949     esac
950     eval enable_$ac_useropt=no ;;
951
952   -docdir | --docdir | --docdi | --doc | --do)
953     ac_prev=docdir ;;
954   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
955     docdir=$ac_optarg ;;
956
957   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
958     ac_prev=dvidir ;;
959   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
960     dvidir=$ac_optarg ;;
961
962   -enable-* | --enable-*)
963     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
964     # Reject names that are not valid shell variable names.
965     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
966       as_fn_error "invalid feature name: $ac_useropt"
967     ac_useropt_orig=$ac_useropt
968     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
969     case $ac_user_opts in
970       *"
971 "enable_$ac_useropt"
972 "*) ;;
973       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
974          ac_unrecognized_sep=', ';;
975     esac
976     eval enable_$ac_useropt=\$ac_optarg ;;
977
978   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
979   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
980   | --exec | --exe | --ex)
981     ac_prev=exec_prefix ;;
982   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
983   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
984   | --exec=* | --exe=* | --ex=*)
985     exec_prefix=$ac_optarg ;;
986
987   -gas | --gas | --ga | --g)
988     # Obsolete; use --with-gas.
989     with_gas=yes ;;
990
991   -help | --help | --hel | --he | -h)
992     ac_init_help=long ;;
993   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
994     ac_init_help=recursive ;;
995   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
996     ac_init_help=short ;;
997
998   -host | --host | --hos | --ho)
999     ac_prev=host_alias ;;
1000   -host=* | --host=* | --hos=* | --ho=*)
1001     host_alias=$ac_optarg ;;
1002
1003   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1004     ac_prev=htmldir ;;
1005   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1006   | --ht=*)
1007     htmldir=$ac_optarg ;;
1008
1009   -includedir | --includedir | --includedi | --included | --include \
1010   | --includ | --inclu | --incl | --inc)
1011     ac_prev=includedir ;;
1012   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1013   | --includ=* | --inclu=* | --incl=* | --inc=*)
1014     includedir=$ac_optarg ;;
1015
1016   -infodir | --infodir | --infodi | --infod | --info | --inf)
1017     ac_prev=infodir ;;
1018   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1019     infodir=$ac_optarg ;;
1020
1021   -libdir | --libdir | --libdi | --libd)
1022     ac_prev=libdir ;;
1023   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1024     libdir=$ac_optarg ;;
1025
1026   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1027   | --libexe | --libex | --libe)
1028     ac_prev=libexecdir ;;
1029   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1030   | --libexe=* | --libex=* | --libe=*)
1031     libexecdir=$ac_optarg ;;
1032
1033   -localedir | --localedir | --localedi | --localed | --locale)
1034     ac_prev=localedir ;;
1035   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1036     localedir=$ac_optarg ;;
1037
1038   -localstatedir | --localstatedir | --localstatedi | --localstated \
1039   | --localstate | --localstat | --localsta | --localst | --locals)
1040     ac_prev=localstatedir ;;
1041   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1042   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1043     localstatedir=$ac_optarg ;;
1044
1045   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1046     ac_prev=mandir ;;
1047   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1048     mandir=$ac_optarg ;;
1049
1050   -nfp | --nfp | --nf)
1051     # Obsolete; use --without-fp.
1052     with_fp=no ;;
1053
1054   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1055   | --no-cr | --no-c | -n)
1056     no_create=yes ;;
1057
1058   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1059   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1060     no_recursion=yes ;;
1061
1062   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1063   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1064   | --oldin | --oldi | --old | --ol | --o)
1065     ac_prev=oldincludedir ;;
1066   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1067   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1068   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1069     oldincludedir=$ac_optarg ;;
1070
1071   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1072     ac_prev=prefix ;;
1073   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1074     prefix=$ac_optarg ;;
1075
1076   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1077   | --program-pre | --program-pr | --program-p)
1078     ac_prev=program_prefix ;;
1079   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1080   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1081     program_prefix=$ac_optarg ;;
1082
1083   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1084   | --program-suf | --program-su | --program-s)
1085     ac_prev=program_suffix ;;
1086   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1087   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1088     program_suffix=$ac_optarg ;;
1089
1090   -program-transform-name | --program-transform-name \
1091   | --program-transform-nam | --program-transform-na \
1092   | --program-transform-n | --program-transform- \
1093   | --program-transform | --program-transfor \
1094   | --program-transfo | --program-transf \
1095   | --program-trans | --program-tran \
1096   | --progr-tra | --program-tr | --program-t)
1097     ac_prev=program_transform_name ;;
1098   -program-transform-name=* | --program-transform-name=* \
1099   | --program-transform-nam=* | --program-transform-na=* \
1100   | --program-transform-n=* | --program-transform-=* \
1101   | --program-transform=* | --program-transfor=* \
1102   | --program-transfo=* | --program-transf=* \
1103   | --program-trans=* | --program-tran=* \
1104   | --progr-tra=* | --program-tr=* | --program-t=*)
1105     program_transform_name=$ac_optarg ;;
1106
1107   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1108     ac_prev=pdfdir ;;
1109   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1110     pdfdir=$ac_optarg ;;
1111
1112   -psdir | --psdir | --psdi | --psd | --ps)
1113     ac_prev=psdir ;;
1114   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1115     psdir=$ac_optarg ;;
1116
1117   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1118   | -silent | --silent | --silen | --sile | --sil)
1119     silent=yes ;;
1120
1121   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1122     ac_prev=sbindir ;;
1123   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1124   | --sbi=* | --sb=*)
1125     sbindir=$ac_optarg ;;
1126
1127   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1128   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1129   | --sharedst | --shareds | --shared | --share | --shar \
1130   | --sha | --sh)
1131     ac_prev=sharedstatedir ;;
1132   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1133   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1134   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1135   | --sha=* | --sh=*)
1136     sharedstatedir=$ac_optarg ;;
1137
1138   -site | --site | --sit)
1139     ac_prev=site ;;
1140   -site=* | --site=* | --sit=*)
1141     site=$ac_optarg ;;
1142
1143   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1144     ac_prev=srcdir ;;
1145   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1146     srcdir=$ac_optarg ;;
1147
1148   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1149   | --syscon | --sysco | --sysc | --sys | --sy)
1150     ac_prev=sysconfdir ;;
1151   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1152   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1153     sysconfdir=$ac_optarg ;;
1154
1155   -target | --target | --targe | --targ | --tar | --ta | --t)
1156     ac_prev=target_alias ;;
1157   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1158     target_alias=$ac_optarg ;;
1159
1160   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1161     verbose=yes ;;
1162
1163   -version | --version | --versio | --versi | --vers | -V)
1164     ac_init_version=: ;;
1165
1166   -with-* | --with-*)
1167     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1168     # Reject names that are not valid shell variable names.
1169     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1170       as_fn_error "invalid package name: $ac_useropt"
1171     ac_useropt_orig=$ac_useropt
1172     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1173     case $ac_user_opts in
1174       *"
1175 "with_$ac_useropt"
1176 "*) ;;
1177       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1178          ac_unrecognized_sep=', ';;
1179     esac
1180     eval with_$ac_useropt=\$ac_optarg ;;
1181
1182   -without-* | --without-*)
1183     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1184     # Reject names that are not valid shell variable names.
1185     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1186       as_fn_error "invalid package name: $ac_useropt"
1187     ac_useropt_orig=$ac_useropt
1188     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1189     case $ac_user_opts in
1190       *"
1191 "with_$ac_useropt"
1192 "*) ;;
1193       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1194          ac_unrecognized_sep=', ';;
1195     esac
1196     eval with_$ac_useropt=no ;;
1197
1198   --x)
1199     # Obsolete; use --with-x.
1200     with_x=yes ;;
1201
1202   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1203   | --x-incl | --x-inc | --x-in | --x-i)
1204     ac_prev=x_includes ;;
1205   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1206   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1207     x_includes=$ac_optarg ;;
1208
1209   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1210   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1211     ac_prev=x_libraries ;;
1212   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1213   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1214     x_libraries=$ac_optarg ;;
1215
1216   -*) as_fn_error "unrecognized option: \`$ac_option'
1217 Try \`$0 --help' for more information."
1218     ;;
1219
1220   *=*)
1221     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1222     # Reject names that are not valid shell variable names.
1223     case $ac_envvar in #(
1224       '' | [0-9]* | *[!_$as_cr_alnum]* )
1225       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1226     esac
1227     eval $ac_envvar=\$ac_optarg
1228     export $ac_envvar ;;
1229
1230   *)
1231     # FIXME: should be removed in autoconf 3.0.
1232     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1233     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1234       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1235     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1236     ;;
1237
1238   esac
1239 done
1240
1241 if test -n "$ac_prev"; then
1242   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1243   as_fn_error "missing argument to $ac_option"
1244 fi
1245
1246 if test -n "$ac_unrecognized_opts"; then
1247   case $enable_option_checking in
1248     no) ;;
1249     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1250     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1251   esac
1252 fi
1253
1254 # Check all directory arguments for consistency.
1255 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1256                 datadir sysconfdir sharedstatedir localstatedir includedir \
1257                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1258                 libdir localedir mandir
1259 do
1260   eval ac_val=\$$ac_var
1261   # Remove trailing slashes.
1262   case $ac_val in
1263     */ )
1264       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1265       eval $ac_var=\$ac_val;;
1266   esac
1267   # Be sure to have absolute directory names.
1268   case $ac_val in
1269     [\\/$]* | ?:[\\/]* )  continue;;
1270     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1271   esac
1272   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1273 done
1274
1275 # There might be people who depend on the old broken behavior: `$host'
1276 # used to hold the argument of --host etc.
1277 # FIXME: To remove some day.
1278 build=$build_alias
1279 host=$host_alias
1280 target=$target_alias
1281
1282 # FIXME: To remove some day.
1283 if test "x$host_alias" != x; then
1284   if test "x$build_alias" = x; then
1285     cross_compiling=maybe
1286     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1287     If a cross compiler is detected then cross compile mode will be used." >&2
1288   elif test "x$build_alias" != "x$host_alias"; then
1289     cross_compiling=yes
1290   fi
1291 fi
1292
1293 ac_tool_prefix=
1294 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1295
1296 test "$silent" = yes && exec 6>/dev/null
1297
1298
1299 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1300 ac_ls_di=`ls -di .` &&
1301 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1302   as_fn_error "working directory cannot be determined"
1303 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1304   as_fn_error "pwd does not report name of working directory"
1305
1306
1307 # Find the source files, if location was not specified.
1308 if test -z "$srcdir"; then
1309   ac_srcdir_defaulted=yes
1310   # Try the directory containing this script, then the parent directory.
1311   ac_confdir=`$as_dirname -- "$as_myself" ||
1312 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1313          X"$as_myself" : 'X\(//\)[^/]' \| \
1314          X"$as_myself" : 'X\(//\)$' \| \
1315          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1316 $as_echo X"$as_myself" |
1317     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1318             s//\1/
1319             q
1320           }
1321           /^X\(\/\/\)[^/].*/{
1322             s//\1/
1323             q
1324           }
1325           /^X\(\/\/\)$/{
1326             s//\1/
1327             q
1328           }
1329           /^X\(\/\).*/{
1330             s//\1/
1331             q
1332           }
1333           s/.*/./; q'`
1334   srcdir=$ac_confdir
1335   if test ! -r "$srcdir/$ac_unique_file"; then
1336     srcdir=..
1337   fi
1338 else
1339   ac_srcdir_defaulted=no
1340 fi
1341 if test ! -r "$srcdir/$ac_unique_file"; then
1342   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1343   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1344 fi
1345 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1346 ac_abs_confdir=`(
1347         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1348         pwd)`
1349 # When building in place, set srcdir=.
1350 if test "$ac_abs_confdir" = "$ac_pwd"; then
1351   srcdir=.
1352 fi
1353 # Remove unnecessary trailing slashes from srcdir.
1354 # Double slashes in file names in object file debugging info
1355 # mess up M-x gdb in Emacs.
1356 case $srcdir in
1357 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1358 esac
1359 for ac_var in $ac_precious_vars; do
1360   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1361   eval ac_env_${ac_var}_value=\$${ac_var}
1362   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1363   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1364 done
1365
1366 #
1367 # Report the --help message.
1368 #
1369 if test "$ac_init_help" = "long"; then
1370   # Omit some internal or obsolete options to make the list less imposing.
1371   # This message is too long to be a string in the A/UX 3.1 sh.
1372   cat <<_ACEOF
1373 \`configure' configures Wine 1.1.29 to adapt to many kinds of systems.
1374
1375 Usage: $0 [OPTION]... [VAR=VALUE]...
1376
1377 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1378 VAR=VALUE.  See below for descriptions of some of the useful variables.
1379
1380 Defaults for the options are specified in brackets.
1381
1382 Configuration:
1383   -h, --help              display this help and exit
1384       --help=short        display options specific to this package
1385       --help=recursive    display the short help of all the included packages
1386   -V, --version           display version information and exit
1387   -q, --quiet, --silent   do not print \`checking...' messages
1388       --cache-file=FILE   cache test results in FILE [disabled]
1389   -C, --config-cache      alias for \`--cache-file=config.cache'
1390   -n, --no-create         do not create output files
1391       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1392
1393 Installation directories:
1394   --prefix=PREFIX         install architecture-independent files in PREFIX
1395                           [$ac_default_prefix]
1396   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1397                           [PREFIX]
1398
1399 By default, \`make install' will install all the files in
1400 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1401 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1402 for instance \`--prefix=\$HOME'.
1403
1404 For better control, use the options below.
1405
1406 Fine tuning of the installation directories:
1407   --bindir=DIR            user executables [EPREFIX/bin]
1408   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1409   --libexecdir=DIR        program executables [EPREFIX/libexec]
1410   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1411   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1412   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1413   --libdir=DIR            object code libraries [EPREFIX/lib]
1414   --includedir=DIR        C header files [PREFIX/include]
1415   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1416   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1417   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1418   --infodir=DIR           info documentation [DATAROOTDIR/info]
1419   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1420   --mandir=DIR            man documentation [DATAROOTDIR/man]
1421   --docdir=DIR            documentation root [DATAROOTDIR/doc/wine]
1422   --htmldir=DIR           html documentation [DOCDIR]
1423   --dvidir=DIR            dvi documentation [DOCDIR]
1424   --pdfdir=DIR            pdf documentation [DOCDIR]
1425   --psdir=DIR             ps documentation [DOCDIR]
1426 _ACEOF
1427
1428   cat <<\_ACEOF
1429
1430 X features:
1431   --x-includes=DIR    X include files are in DIR
1432   --x-libraries=DIR   X library files are in DIR
1433
1434 System types:
1435   --build=BUILD     configure for building on BUILD [guessed]
1436   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1437 _ACEOF
1438 fi
1439
1440 if test -n "$ac_init_help"; then
1441   case $ac_init_help in
1442      short | recursive ) echo "Configuration of Wine 1.1.29:";;
1443    esac
1444   cat <<\_ACEOF
1445
1446 Optional Features:
1447   --disable-option-checking  ignore unrecognized --enable/--with options
1448   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1449   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1450   --disable-win16         do not include Win16 support
1451   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1452                           binaries)
1453   --disable-tests         do not build the regression tests
1454   --enable-maintainer-mode
1455                           enable maintainer-specific build rules
1456   --disable-largefile     omit support for large files
1457
1458 Optional Packages:
1459   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1460   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1461   --without-alsa          do not use the Alsa sound support
1462   --without-audioio       do not use the AudioIO sound support
1463   --without-capi          do not use CAPI (ISDN support)
1464   --without-cms           do not use CMS (color management support)
1465   --without-coreaudio     do not use the CoreAudio sound support
1466   --without-cups          do not use CUPS
1467   --without-curses        do not use (n)curses
1468   --without-esd           do not use the EsounD sound support
1469   --without-fontconfig    do not use fontconfig
1470   --without-freetype      do not use the FreeType library
1471   --without-gphoto        do not use gphoto (Digital Camera support)
1472   --without-glu           do not use the GLU library
1473   --without-gnutls        do not use GnuTLS (schannel support)
1474   --without-gsm           do not use libgsm (GSM 06.10 codec support)
1475   --without-hal           do not use HAL (dynamic device support)
1476   --without-jack          do not use the Jack sound support
1477   --without-jpeg          do not use JPEG
1478   --without-ldap          do not use LDAP
1479   --without-mpg123        do not use the mpg123 library
1480   --without-nas           do not use the NAS sound support
1481   --without-openal        do not use OpenAL
1482   --without-opengl        do not use OpenGL
1483   --without-openssl       do not use OpenSSL
1484   --without-oss           do not use the OSS sound support
1485   --without-png           do not use PNG
1486   --without-pthread       do not use the pthread library
1487   --without-sane          do not use SANE (scanner support)
1488   --without-xcomposite    do not use the Xcomposite extension
1489   --without-xcursor       do not use the Xcursor extension
1490   --without-xinerama      do not use Xinerama (multi-monitor support)
1491   --without-xinput        do not use the Xinput extension
1492   --without-xml           do not use XML
1493   --without-xrandr        do not use Xrandr (resolution changes)
1494   --without-xrender       do not use the Xrender extension
1495   --without-xshape        do not use the Xshape extension
1496   --without-xshm          do not use XShm (shared memory extension)
1497   --without-xslt          do not use XSLT
1498   --without-xxf86vm       do not use XFree video mode extension
1499   --with-wine-tools=DIR   use Wine tools from directory DIR
1500   --with-wine64=DIR       use the 64-bit Wine in DIR for a Wow64 build
1501   --with-x                use the X Window System
1502
1503 Some influential environment variables:
1504   CC          C compiler command
1505   CFLAGS      C compiler flags
1506   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1507               nonstandard directory <lib dir>
1508   LIBS        libraries to pass to the linker, e.g. -l<library>
1509   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1510               you have headers in a nonstandard directory <include dir>
1511   CXX         C++ compiler command
1512   CXXFLAGS    C++ compiler flags
1513   CPP         C preprocessor
1514   XMKMF       Path to xmkmf, Makefile generator for X Window System
1515
1516 Use these variables to override the choices made by `configure' or to help
1517 it to find libraries and programs with nonstandard names/locations.
1518
1519 Report bugs to <wine-devel@winehq.org>.
1520 Wine home page: <http://www.winehq.org>.
1521 _ACEOF
1522 ac_status=$?
1523 fi
1524
1525 if test "$ac_init_help" = "recursive"; then
1526   # If there are subdirs, report their specific --help.
1527   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1528     test -d "$ac_dir" ||
1529       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1530       continue
1531     ac_builddir=.
1532
1533 case "$ac_dir" in
1534 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1535 *)
1536   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1537   # A ".." for each directory in $ac_dir_suffix.
1538   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1539   case $ac_top_builddir_sub in
1540   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1541   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1542   esac ;;
1543 esac
1544 ac_abs_top_builddir=$ac_pwd
1545 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1546 # for backward compatibility:
1547 ac_top_builddir=$ac_top_build_prefix
1548
1549 case $srcdir in
1550   .)  # We are building in place.
1551     ac_srcdir=.
1552     ac_top_srcdir=$ac_top_builddir_sub
1553     ac_abs_top_srcdir=$ac_pwd ;;
1554   [\\/]* | ?:[\\/]* )  # Absolute name.
1555     ac_srcdir=$srcdir$ac_dir_suffix;
1556     ac_top_srcdir=$srcdir
1557     ac_abs_top_srcdir=$srcdir ;;
1558   *) # Relative name.
1559     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1560     ac_top_srcdir=$ac_top_build_prefix$srcdir
1561     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1562 esac
1563 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1564
1565     cd "$ac_dir" || { ac_status=$?; continue; }
1566     # Check for guested configure.
1567     if test -f "$ac_srcdir/configure.gnu"; then
1568       echo &&
1569       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1570     elif test -f "$ac_srcdir/configure"; then
1571       echo &&
1572       $SHELL "$ac_srcdir/configure" --help=recursive
1573     else
1574       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1575     fi || ac_status=$?
1576     cd "$ac_pwd" || { ac_status=$?; break; }
1577   done
1578 fi
1579
1580 test -n "$ac_init_help" && exit $ac_status
1581 if $ac_init_version; then
1582   cat <<\_ACEOF
1583 Wine configure 1.1.29
1584 generated by GNU Autoconf 2.64
1585
1586 Copyright (C) 2009 Free Software Foundation, Inc.
1587 This configure script is free software; the Free Software Foundation
1588 gives unlimited permission to copy, distribute and modify it.
1589 _ACEOF
1590   exit
1591 fi
1592
1593 ## ------------------------ ##
1594 ## Autoconf initialization. ##
1595 ## ------------------------ ##
1596
1597 # ac_fn_c_try_compile LINENO
1598 # --------------------------
1599 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1600 ac_fn_c_try_compile ()
1601 {
1602   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1603   rm -f conftest.$ac_objext
1604   if { { ac_try="$ac_compile"
1605 case "(($ac_try" in
1606   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1607   *) ac_try_echo=$ac_try;;
1608 esac
1609 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1610 $as_echo "$ac_try_echo"; } >&5
1611   (eval "$ac_compile") 2>conftest.err
1612   ac_status=$?
1613   if test -s conftest.err; then
1614     grep -v '^ *+' conftest.err >conftest.er1
1615     cat conftest.er1 >&5
1616     mv -f conftest.er1 conftest.err
1617   fi
1618   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1619   test $ac_status = 0; } && {
1620          test -z "$ac_c_werror_flag" ||
1621          test ! -s conftest.err
1622        } && test -s conftest.$ac_objext; then :
1623   ac_retval=0
1624 else
1625   $as_echo "$as_me: failed program was:" >&5
1626 sed 's/^/| /' conftest.$ac_ext >&5
1627
1628         ac_retval=1
1629 fi
1630   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1631   return $ac_retval
1632
1633 } # ac_fn_c_try_compile
1634
1635 # ac_fn_cxx_try_compile LINENO
1636 # ----------------------------
1637 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1638 ac_fn_cxx_try_compile ()
1639 {
1640   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1641   rm -f conftest.$ac_objext
1642   if { { ac_try="$ac_compile"
1643 case "(($ac_try" in
1644   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1645   *) ac_try_echo=$ac_try;;
1646 esac
1647 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1648 $as_echo "$ac_try_echo"; } >&5
1649   (eval "$ac_compile") 2>conftest.err
1650   ac_status=$?
1651   if test -s conftest.err; then
1652     grep -v '^ *+' conftest.err >conftest.er1
1653     cat conftest.er1 >&5
1654     mv -f conftest.er1 conftest.err
1655   fi
1656   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1657   test $ac_status = 0; } && {
1658          test -z "$ac_cxx_werror_flag" ||
1659          test ! -s conftest.err
1660        } && test -s conftest.$ac_objext; then :
1661   ac_retval=0
1662 else
1663   $as_echo "$as_me: failed program was:" >&5
1664 sed 's/^/| /' conftest.$ac_ext >&5
1665
1666         ac_retval=1
1667 fi
1668   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1669   return $ac_retval
1670
1671 } # ac_fn_cxx_try_compile
1672
1673 # ac_fn_c_try_link LINENO
1674 # -----------------------
1675 # Try to link conftest.$ac_ext, and return whether this succeeded.
1676 ac_fn_c_try_link ()
1677 {
1678   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1679   rm -f conftest.$ac_objext conftest$ac_exeext
1680   if { { ac_try="$ac_link"
1681 case "(($ac_try" in
1682   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1683   *) ac_try_echo=$ac_try;;
1684 esac
1685 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1686 $as_echo "$ac_try_echo"; } >&5
1687   (eval "$ac_link") 2>conftest.err
1688   ac_status=$?
1689   if test -s conftest.err; then
1690     grep -v '^ *+' conftest.err >conftest.er1
1691     cat conftest.er1 >&5
1692     mv -f conftest.er1 conftest.err
1693   fi
1694   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1695   test $ac_status = 0; } && {
1696          test -z "$ac_c_werror_flag" ||
1697          test ! -s conftest.err
1698        } && test -s conftest$ac_exeext && {
1699          test "$cross_compiling" = yes ||
1700          $as_test_x conftest$ac_exeext
1701        }; then :
1702   ac_retval=0
1703 else
1704   $as_echo "$as_me: failed program was:" >&5
1705 sed 's/^/| /' conftest.$ac_ext >&5
1706
1707         ac_retval=1
1708 fi
1709   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1710   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1711   # interfere with the next link command; also delete a directory that is
1712   # left behind by Apple's compiler.  We do this before executing the actions.
1713   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1714   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1715   return $ac_retval
1716
1717 } # ac_fn_c_try_link
1718
1719 # ac_fn_c_try_cpp LINENO
1720 # ----------------------
1721 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1722 ac_fn_c_try_cpp ()
1723 {
1724   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1725   if { { ac_try="$ac_cpp conftest.$ac_ext"
1726 case "(($ac_try" in
1727   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1728   *) ac_try_echo=$ac_try;;
1729 esac
1730 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1731 $as_echo "$ac_try_echo"; } >&5
1732   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1733   ac_status=$?
1734   if test -s conftest.err; then
1735     grep -v '^ *+' conftest.err >conftest.er1
1736     cat conftest.er1 >&5
1737     mv -f conftest.er1 conftest.err
1738   fi
1739   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1740   test $ac_status = 0; } >/dev/null && {
1741          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1742          test ! -s conftest.err
1743        }; then :
1744   ac_retval=0
1745 else
1746   $as_echo "$as_me: failed program was:" >&5
1747 sed 's/^/| /' conftest.$ac_ext >&5
1748
1749     ac_retval=1
1750 fi
1751   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1752   return $ac_retval
1753
1754 } # ac_fn_c_try_cpp
1755
1756 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1757 # -------------------------------------------------------
1758 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1759 # the include files in INCLUDES and setting the cache variable VAR
1760 # accordingly.
1761 ac_fn_c_check_header_mongrel ()
1762 {
1763   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1764   if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1765   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1766 $as_echo_n "checking for $2... " >&6; }
1767 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1768   $as_echo_n "(cached) " >&6
1769 fi
1770 eval ac_res=\$$3
1771                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1772 $as_echo "$ac_res" >&6; }
1773 else
1774   # Is the header compilable?
1775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1776 $as_echo_n "checking $2 usability... " >&6; }
1777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1778 /* end confdefs.h.  */
1779 $4
1780 #include <$2>
1781 _ACEOF
1782 if ac_fn_c_try_compile "$LINENO"; then :
1783   ac_header_compiler=yes
1784 else
1785   ac_header_compiler=no
1786 fi
1787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1789 $as_echo "$ac_header_compiler" >&6; }
1790
1791 # Is the header present?
1792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1793 $as_echo_n "checking $2 presence... " >&6; }
1794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1795 /* end confdefs.h.  */
1796 #include <$2>
1797 _ACEOF
1798 if ac_fn_c_try_cpp "$LINENO"; then :
1799   ac_header_preproc=yes
1800 else
1801   ac_header_preproc=no
1802 fi
1803 rm -f conftest.err conftest.$ac_ext
1804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1805 $as_echo "$ac_header_preproc" >&6; }
1806
1807 # So?  What about this header?
1808 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1809   yes:no: )
1810     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1811 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1812     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1813 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1814     ;;
1815   no:yes:* )
1816     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1817 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1818     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1819 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1820     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1821 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1822     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1823 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1824     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1825 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1826 ( cat <<\_ASBOX
1827 ## ------------------------------------ ##
1828 ## Report this to wine-devel@winehq.org ##
1829 ## ------------------------------------ ##
1830 _ASBOX
1831      ) | sed "s/^/$as_me: WARNING:     /" >&2
1832     ;;
1833 esac
1834   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1835 $as_echo_n "checking for $2... " >&6; }
1836 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1837   $as_echo_n "(cached) " >&6
1838 else
1839   eval "$3=\$ac_header_compiler"
1840 fi
1841 eval ac_res=\$$3
1842                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1843 $as_echo "$ac_res" >&6; }
1844 fi
1845   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1846
1847 } # ac_fn_c_check_header_mongrel
1848
1849 # ac_fn_c_try_run LINENO
1850 # ----------------------
1851 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1852 # that executables *can* be run.
1853 ac_fn_c_try_run ()
1854 {
1855   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1856   if { { ac_try="$ac_link"
1857 case "(($ac_try" in
1858   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1859   *) ac_try_echo=$ac_try;;
1860 esac
1861 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1862 $as_echo "$ac_try_echo"; } >&5
1863   (eval "$ac_link") 2>&5
1864   ac_status=$?
1865   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1866   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1867   { { case "(($ac_try" in
1868   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1869   *) ac_try_echo=$ac_try;;
1870 esac
1871 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1872 $as_echo "$ac_try_echo"; } >&5
1873   (eval "$ac_try") 2>&5
1874   ac_status=$?
1875   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1876   test $ac_status = 0; }; }; then :
1877   ac_retval=0
1878 else
1879   $as_echo "$as_me: program exited with status $ac_status" >&5
1880        $as_echo "$as_me: failed program was:" >&5
1881 sed 's/^/| /' conftest.$ac_ext >&5
1882
1883        ac_retval=$ac_status
1884 fi
1885   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1886   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1887   return $ac_retval
1888
1889 } # ac_fn_c_try_run
1890
1891 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1892 # -------------------------------------------------------
1893 # Tests whether HEADER exists and can be compiled using the include files in
1894 # INCLUDES, setting the cache variable VAR accordingly.
1895 ac_fn_c_check_header_compile ()
1896 {
1897   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1898   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1899 $as_echo_n "checking for $2... " >&6; }
1900 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1901   $as_echo_n "(cached) " >&6
1902 else
1903   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1904 /* end confdefs.h.  */
1905 $4
1906 #include <$2>
1907 _ACEOF
1908 if ac_fn_c_try_compile "$LINENO"; then :
1909   eval "$3=yes"
1910 else
1911   eval "$3=no"
1912 fi
1913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1914 fi
1915 eval ac_res=\$$3
1916                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1917 $as_echo "$ac_res" >&6; }
1918   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1919
1920 } # ac_fn_c_check_header_compile
1921
1922 # ac_fn_c_check_func LINENO FUNC VAR
1923 # ----------------------------------
1924 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1925 ac_fn_c_check_func ()
1926 {
1927   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1928   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1929 $as_echo_n "checking for $2... " >&6; }
1930 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1931   $as_echo_n "(cached) " >&6
1932 else
1933   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1934 /* end confdefs.h.  */
1935 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1936    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1937 #define $2 innocuous_$2
1938
1939 /* System header to define __stub macros and hopefully few prototypes,
1940     which can conflict with char $2 (); below.
1941     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1942     <limits.h> exists even on freestanding compilers.  */
1943
1944 #ifdef __STDC__
1945 # include <limits.h>
1946 #else
1947 # include <assert.h>
1948 #endif
1949
1950 #undef $2
1951
1952 /* Override any GCC internal prototype to avoid an error.
1953    Use char because int might match the return type of a GCC
1954    builtin and then its argument prototype would still apply.  */
1955 #ifdef __cplusplus
1956 extern "C"
1957 #endif
1958 char $2 ();
1959 /* The GNU C library defines this for functions which it implements
1960     to always fail with ENOSYS.  Some functions are actually named
1961     something starting with __ and the normal name is an alias.  */
1962 #if defined __stub_$2 || defined __stub___$2
1963 choke me
1964 #endif
1965
1966 int
1967 main ()
1968 {
1969 return $2 ();
1970   ;
1971   return 0;
1972 }
1973 _ACEOF
1974 if ac_fn_c_try_link "$LINENO"; then :
1975   eval "$3=yes"
1976 else
1977   eval "$3=no"
1978 fi
1979 rm -f core conftest.err conftest.$ac_objext \
1980     conftest$ac_exeext conftest.$ac_ext
1981 fi
1982 eval ac_res=\$$3
1983                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1984 $as_echo "$ac_res" >&6; }
1985   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1986
1987 } # ac_fn_c_check_func
1988
1989 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1990 # ----------------------------------------------------
1991 # Tries to find if the field MEMBER exists in type AGGR, after including
1992 # INCLUDES, setting cache variable VAR accordingly.
1993 ac_fn_c_check_member ()
1994 {
1995   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1996   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1997 $as_echo_n "checking for $2.$3... " >&6; }
1998 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1999   $as_echo_n "(cached) " >&6
2000 else
2001   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2002 /* end confdefs.h.  */
2003 $5
2004 int
2005 main ()
2006 {
2007 static $2 ac_aggr;
2008 if (ac_aggr.$3)
2009 return 0;
2010   ;
2011   return 0;
2012 }
2013 _ACEOF
2014 if ac_fn_c_try_compile "$LINENO"; then :
2015   eval "$4=yes"
2016 else
2017   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2018 /* end confdefs.h.  */
2019 $5
2020 int
2021 main ()
2022 {
2023 static $2 ac_aggr;
2024 if (sizeof ac_aggr.$3)
2025 return 0;
2026   ;
2027   return 0;
2028 }
2029 _ACEOF
2030 if ac_fn_c_try_compile "$LINENO"; then :
2031   eval "$4=yes"
2032 else
2033   eval "$4=no"
2034 fi
2035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2036 fi
2037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2038 fi
2039 eval ac_res=\$$4
2040                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2041 $as_echo "$ac_res" >&6; }
2042   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2043
2044 } # ac_fn_c_check_member
2045
2046 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2047 # -------------------------------------------
2048 # Tests whether TYPE exists after having included INCLUDES, setting cache
2049 # variable VAR accordingly.
2050 ac_fn_c_check_type ()
2051 {
2052   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2053   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2054 $as_echo_n "checking for $2... " >&6; }
2055 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2056   $as_echo_n "(cached) " >&6
2057 else
2058   eval "$3=no"
2059   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2060 /* end confdefs.h.  */
2061 $4
2062 int
2063 main ()
2064 {
2065 if (sizeof ($2))
2066          return 0;
2067   ;
2068   return 0;
2069 }
2070 _ACEOF
2071 if ac_fn_c_try_compile "$LINENO"; then :
2072   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2073 /* end confdefs.h.  */
2074 $4
2075 int
2076 main ()
2077 {
2078 if (sizeof (($2)))
2079             return 0;
2080   ;
2081   return 0;
2082 }
2083 _ACEOF
2084 if ac_fn_c_try_compile "$LINENO"; then :
2085
2086 else
2087   eval "$3=yes"
2088 fi
2089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2090 fi
2091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2092 fi
2093 eval ac_res=\$$3
2094                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2095 $as_echo "$ac_res" >&6; }
2096   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2097
2098 } # ac_fn_c_check_type
2099 cat >config.log <<_ACEOF
2100 This file contains any messages produced by compilers while
2101 running configure, to aid debugging if configure makes a mistake.
2102
2103 It was created by Wine $as_me 1.1.29, which was
2104 generated by GNU Autoconf 2.64.  Invocation command line was
2105
2106   $ $0 $@
2107
2108 _ACEOF
2109 exec 5>>config.log
2110 {
2111 cat <<_ASUNAME
2112 ## --------- ##
2113 ## Platform. ##
2114 ## --------- ##
2115
2116 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2117 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2118 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2119 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2120 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2121
2122 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2123 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2124
2125 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2126 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2127 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2128 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2129 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2130 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2131 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2132
2133 _ASUNAME
2134
2135 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2136 for as_dir in $PATH
2137 do
2138   IFS=$as_save_IFS
2139   test -z "$as_dir" && as_dir=.
2140     $as_echo "PATH: $as_dir"
2141   done
2142 IFS=$as_save_IFS
2143
2144 } >&5
2145
2146 cat >&5 <<_ACEOF
2147
2148
2149 ## ----------- ##
2150 ## Core tests. ##
2151 ## ----------- ##
2152
2153 _ACEOF
2154
2155
2156 # Keep a trace of the command line.
2157 # Strip out --no-create and --no-recursion so they do not pile up.
2158 # Strip out --silent because we don't want to record it for future runs.
2159 # Also quote any args containing shell meta-characters.
2160 # Make two passes to allow for proper duplicate-argument suppression.
2161 ac_configure_args=
2162 ac_configure_args0=
2163 ac_configure_args1=
2164 ac_must_keep_next=false
2165 for ac_pass in 1 2
2166 do
2167   for ac_arg
2168   do
2169     case $ac_arg in
2170     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2171     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2172     | -silent | --silent | --silen | --sile | --sil)
2173       continue ;;
2174     *\'*)
2175       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2176     esac
2177     case $ac_pass in
2178     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2179     2)
2180       as_fn_append ac_configure_args1 " '$ac_arg'"
2181       if test $ac_must_keep_next = true; then
2182         ac_must_keep_next=false # Got value, back to normal.
2183       else
2184         case $ac_arg in
2185           *=* | --config-cache | -C | -disable-* | --disable-* \
2186           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2187           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2188           | -with-* | --with-* | -without-* | --without-* | --x)
2189             case "$ac_configure_args0 " in
2190               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2191             esac
2192             ;;
2193           -* ) ac_must_keep_next=true ;;
2194         esac
2195       fi
2196       as_fn_append ac_configure_args " '$ac_arg'"
2197       ;;
2198     esac
2199   done
2200 done
2201 { ac_configure_args0=; unset ac_configure_args0;}
2202 { ac_configure_args1=; unset ac_configure_args1;}
2203
2204 # When interrupted or exit'd, cleanup temporary files, and complete
2205 # config.log.  We remove comments because anyway the quotes in there
2206 # would cause problems or look ugly.
2207 # WARNING: Use '\'' to represent an apostrophe within the trap.
2208 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2209 trap 'exit_status=$?
2210   # Save into config.log some information that might help in debugging.
2211   {
2212     echo
2213
2214     cat <<\_ASBOX
2215 ## ---------------- ##
2216 ## Cache variables. ##
2217 ## ---------------- ##
2218 _ASBOX
2219     echo
2220     # The following way of writing the cache mishandles newlines in values,
2221 (
2222   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2223     eval ac_val=\$$ac_var
2224     case $ac_val in #(
2225     *${as_nl}*)
2226       case $ac_var in #(
2227       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2228 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2229       esac
2230       case $ac_var in #(
2231       _ | IFS | as_nl) ;; #(
2232       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2233       *) { eval $ac_var=; unset $ac_var;} ;;
2234       esac ;;
2235     esac
2236   done
2237   (set) 2>&1 |
2238     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2239     *${as_nl}ac_space=\ *)
2240       sed -n \
2241         "s/'\''/'\''\\\\'\'''\''/g;
2242           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2243       ;; #(
2244     *)
2245       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2246       ;;
2247     esac |
2248     sort
2249 )
2250     echo
2251
2252     cat <<\_ASBOX
2253 ## ----------------- ##
2254 ## Output variables. ##
2255 ## ----------------- ##
2256 _ASBOX
2257     echo
2258     for ac_var in $ac_subst_vars
2259     do
2260       eval ac_val=\$$ac_var
2261       case $ac_val in
2262       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2263       esac
2264       $as_echo "$ac_var='\''$ac_val'\''"
2265     done | sort
2266     echo
2267
2268     if test -n "$ac_subst_files"; then
2269       cat <<\_ASBOX
2270 ## ------------------- ##
2271 ## File substitutions. ##
2272 ## ------------------- ##
2273 _ASBOX
2274       echo
2275       for ac_var in $ac_subst_files
2276       do
2277         eval ac_val=\$$ac_var
2278         case $ac_val in
2279         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2280         esac
2281         $as_echo "$ac_var='\''$ac_val'\''"
2282       done | sort
2283       echo
2284     fi
2285
2286     if test -s confdefs.h; then
2287       cat <<\_ASBOX
2288 ## ----------- ##
2289 ## confdefs.h. ##
2290 ## ----------- ##
2291 _ASBOX
2292       echo
2293       cat confdefs.h
2294       echo
2295     fi
2296     test "$ac_signal" != 0 &&
2297       $as_echo "$as_me: caught signal $ac_signal"
2298     $as_echo "$as_me: exit $exit_status"
2299   } >&5
2300   rm -f core *.core core.conftest.* &&
2301     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2302     exit $exit_status
2303 ' 0
2304 for ac_signal in 1 2 13 15; do
2305   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2306 done
2307 ac_signal=0
2308
2309 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2310 rm -f -r conftest* confdefs.h
2311
2312 $as_echo "/* confdefs.h */" > confdefs.h
2313
2314 # Predefined preprocessor variables.
2315
2316 cat >>confdefs.h <<_ACEOF
2317 #define PACKAGE_NAME "$PACKAGE_NAME"
2318 _ACEOF
2319
2320 cat >>confdefs.h <<_ACEOF
2321 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2322 _ACEOF
2323
2324 cat >>confdefs.h <<_ACEOF
2325 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2326 _ACEOF
2327
2328 cat >>confdefs.h <<_ACEOF
2329 #define PACKAGE_STRING "$PACKAGE_STRING"
2330 _ACEOF
2331
2332 cat >>confdefs.h <<_ACEOF
2333 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2334 _ACEOF
2335
2336 cat >>confdefs.h <<_ACEOF
2337 #define PACKAGE_URL "$PACKAGE_URL"
2338 _ACEOF
2339
2340
2341 # Let the site file select an alternate cache file if it wants to.
2342 # Prefer an explicitly selected file to automatically selected ones.
2343 ac_site_file1=NONE
2344 ac_site_file2=NONE
2345 if test -n "$CONFIG_SITE"; then
2346   ac_site_file1=$CONFIG_SITE
2347 elif test "x$prefix" != xNONE; then
2348   ac_site_file1=$prefix/share/config.site
2349   ac_site_file2=$prefix/etc/config.site
2350 else
2351   ac_site_file1=$ac_default_prefix/share/config.site
2352   ac_site_file2=$ac_default_prefix/etc/config.site
2353 fi
2354 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2355 do
2356   test "x$ac_site_file" = xNONE && continue
2357   if test -r "$ac_site_file"; then
2358     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2359 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2360     sed 's/^/| /' "$ac_site_file" >&5
2361     . "$ac_site_file"
2362   fi
2363 done
2364
2365 if test -r "$cache_file"; then
2366   # Some versions of bash will fail to source /dev/null (special
2367   # files actually), so we avoid doing that.
2368   if test -f "$cache_file"; then
2369     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2370 $as_echo "$as_me: loading cache $cache_file" >&6;}
2371     case $cache_file in
2372       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2373       *)                      . "./$cache_file";;
2374     esac
2375   fi
2376 else
2377   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2378 $as_echo "$as_me: creating cache $cache_file" >&6;}
2379   >$cache_file
2380 fi
2381
2382 # Check that the precious variables saved in the cache have kept the same
2383 # value.
2384 ac_cache_corrupted=false
2385 for ac_var in $ac_precious_vars; do
2386   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2387   eval ac_new_set=\$ac_env_${ac_var}_set
2388   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2389   eval ac_new_val=\$ac_env_${ac_var}_value
2390   case $ac_old_set,$ac_new_set in
2391     set,)
2392       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2393 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2394       ac_cache_corrupted=: ;;
2395     ,set)
2396       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2397 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2398       ac_cache_corrupted=: ;;
2399     ,);;
2400     *)
2401       if test "x$ac_old_val" != "x$ac_new_val"; then
2402         # differences in whitespace do not lead to failure.
2403         ac_old_val_w=`echo x $ac_old_val`
2404         ac_new_val_w=`echo x $ac_new_val`
2405         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2406           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2407 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2408           ac_cache_corrupted=:
2409         else
2410           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2411 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2412           eval $ac_var=\$ac_old_val
2413         fi
2414         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2415 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2416         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2417 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2418       fi;;
2419   esac
2420   # Pass precious variables to config.status.
2421   if test "$ac_new_set" = set; then
2422     case $ac_new_val in
2423     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2424     *) ac_arg=$ac_var=$ac_new_val ;;
2425     esac
2426     case " $ac_configure_args " in
2427       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2428       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2429     esac
2430   fi
2431 done
2432 if $ac_cache_corrupted; then
2433   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2434 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2435   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2436 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2437   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2438 fi
2439 ## -------------------- ##
2440 ## Main body of script. ##
2441 ## -------------------- ##
2442
2443 ac_ext=c
2444 ac_cpp='$CPP $CPPFLAGS'
2445 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2446 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2447 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2448
2449
2450
2451 ac_config_headers="$ac_config_headers include/config.h"
2452
2453 ac_aux_dir=
2454 for ac_dir in tools "$srcdir"/tools; do
2455   for ac_t in install-sh install.sh shtool; do
2456     if test -f "$ac_dir/$ac_t"; then
2457       ac_aux_dir=$ac_dir
2458       ac_install_sh="$ac_aux_dir/$ac_t -c"
2459       break 2
2460     fi
2461   done
2462 done
2463 if test -z "$ac_aux_dir"; then
2464   as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2465 fi
2466
2467 # These three variables are undocumented and unsupported,
2468 # and are intended to be withdrawn in a future Autoconf release.
2469 # They can cause serious problems if a builder's source tree is in a directory
2470 # whose full name contains unusual characters.
2471 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2472 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2473 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2474
2475
2476
2477
2478 # Check whether --enable-win16 was given.
2479 if test "${enable_win16+set}" = set; then :
2480   enableval=$enable_win16;
2481 fi
2482
2483 # Check whether --enable-win64 was given.
2484 if test "${enable_win64+set}" = set; then :
2485   enableval=$enable_win64;
2486 fi
2487
2488 # Check whether --enable-tests was given.
2489 if test "${enable_tests+set}" = set; then :
2490   enableval=$enable_tests;
2491 fi
2492
2493 # Check whether --enable-maintainer-mode was given.
2494 if test "${enable_maintainer_mode+set}" = set; then :
2495   enableval=$enable_maintainer_mode;
2496 else
2497   MAINTAINER_MODE=\#
2498
2499 fi
2500
2501
2502
2503 # Check whether --with-alsa was given.
2504 if test "${with_alsa+set}" = set; then :
2505   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2506 fi
2507
2508
2509 # Check whether --with-audioio was given.
2510 if test "${with_audioio+set}" = set; then :
2511   withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2512 fi
2513
2514
2515 # Check whether --with-capi was given.
2516 if test "${with_capi+set}" = set; then :
2517   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2518 fi
2519
2520
2521 # Check whether --with-cms was given.
2522 if test "${with_cms+set}" = set; then :
2523   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2524 fi
2525
2526
2527 # Check whether --with-coreaudio was given.
2528 if test "${with_coreaudio+set}" = set; then :
2529   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2530 fi
2531
2532
2533 # Check whether --with-cups was given.
2534 if test "${with_cups+set}" = set; then :
2535   withval=$with_cups;
2536 fi
2537
2538
2539 # Check whether --with-curses was given.
2540 if test "${with_curses+set}" = set; then :
2541   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2542 fi
2543
2544
2545 # Check whether --with-esd was given.
2546 if test "${with_esd+set}" = set; then :
2547   withval=$with_esd;
2548 fi
2549
2550
2551 # Check whether --with-fontconfig was given.
2552 if test "${with_fontconfig+set}" = set; then :
2553   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2554 fi
2555
2556
2557 # Check whether --with-freetype was given.
2558 if test "${with_freetype+set}" = set; then :
2559   withval=$with_freetype;
2560 fi
2561
2562
2563 # Check whether --with-gphoto was given.
2564 if test "${with_gphoto+set}" = set; then :
2565   withval=$with_gphoto;
2566 fi
2567
2568
2569 # Check whether --with-glu was given.
2570 if test "${with_glu+set}" = set; then :
2571   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2572 fi
2573
2574
2575 # Check whether --with-gnutls was given.
2576 if test "${with_gnutls+set}" = set; then :
2577   withval=$with_gnutls;
2578 fi
2579
2580
2581 # Check whether --with-gsm was given.
2582 if test "${with_gsm+set}" = set; then :
2583   withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2584 fi
2585
2586
2587 # Check whether --with-hal was given.
2588 if test "${with_hal+set}" = set; then :
2589   withval=$with_hal;
2590 fi
2591
2592
2593 # Check whether --with-jack was given.
2594 if test "${with_jack+set}" = set; then :
2595   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2596 fi
2597
2598
2599 # Check whether --with-jpeg was given.
2600 if test "${with_jpeg+set}" = set; then :
2601   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2602 fi
2603
2604
2605 # Check whether --with-ldap was given.
2606 if test "${with_ldap+set}" = set; then :
2607   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2608 fi
2609
2610
2611 # Check whether --with-mpg123 was given.
2612 if test "${with_mpg123+set}" = set; then :
2613   withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2614 fi
2615
2616
2617 # Check whether --with-nas was given.
2618 if test "${with_nas+set}" = set; then :
2619   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2620 fi
2621
2622
2623 # Check whether --with-openal was given.
2624 if test "${with_openal+set}" = set; then :
2625   withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2626 fi
2627
2628
2629 # Check whether --with-opengl was given.
2630 if test "${with_opengl+set}" = set; then :
2631   withval=$with_opengl;
2632 fi
2633
2634
2635 # Check whether --with-openssl was given.
2636 if test "${with_openssl+set}" = set; then :
2637   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2638 fi
2639
2640
2641 # Check whether --with-oss was given.
2642 if test "${with_oss+set}" = set; then :
2643   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
2644 fi
2645
2646
2647 # Check whether --with-png was given.
2648 if test "${with_png+set}" = set; then :
2649   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2650 fi
2651
2652
2653 # Check whether --with-pthread was given.
2654 if test "${with_pthread+set}" = set; then :
2655   withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2656 fi
2657
2658
2659 # Check whether --with-sane was given.
2660 if test "${with_sane+set}" = set; then :
2661   withval=$with_sane;
2662 fi
2663
2664
2665 # Check whether --with-xcomposite was given.
2666 if test "${with_xcomposite+set}" = set; then :
2667   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2668 fi
2669
2670
2671 # Check whether --with-xcursor was given.
2672 if test "${with_xcursor+set}" = set; then :
2673   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2674 fi
2675
2676
2677 # Check whether --with-xinerama was given.
2678 if test "${with_xinerama+set}" = set; then :
2679   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2680 fi
2681
2682
2683 # Check whether --with-xinput was given.
2684 if test "${with_xinput+set}" = set; then :
2685   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2686 fi
2687
2688
2689 # Check whether --with-xml was given.
2690 if test "${with_xml+set}" = set; then :
2691   withval=$with_xml;
2692 fi
2693
2694
2695 # Check whether --with-xrandr was given.
2696 if test "${with_xrandr+set}" = set; then :
2697   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2698 fi
2699
2700
2701 # Check whether --with-xrender was given.
2702 if test "${with_xrender+set}" = set; then :
2703   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2704 fi
2705
2706
2707 # Check whether --with-xshape was given.
2708 if test "${with_xshape+set}" = set; then :
2709   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2710 fi
2711
2712
2713 # Check whether --with-xshm was given.
2714 if test "${with_xshm+set}" = set; then :
2715   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2716 fi
2717
2718
2719 # Check whether --with-xslt was given.
2720 if test "${with_xslt+set}" = set; then :
2721   withval=$with_xslt;
2722 fi
2723
2724
2725 # Check whether --with-xxf86vm was given.
2726 if test "${with_xxf86vm+set}" = set; then :
2727   withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2728 fi
2729
2730
2731
2732 # Check whether --with-wine-tools was given.
2733 if test "${with_wine_tools+set}" = set; then :
2734   withval=$with_wine_tools;
2735 fi
2736
2737
2738 # Check whether --with-wine64 was given.
2739 if test "${with_wine64+set}" = set; then :
2740   withval=$with_wine64;
2741 fi
2742
2743
2744 # Make sure we can run config.sub.
2745 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2746   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2747
2748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2749 $as_echo_n "checking build system type... " >&6; }
2750 if test "${ac_cv_build+set}" = set; then :
2751   $as_echo_n "(cached) " >&6
2752 else
2753   ac_build_alias=$build_alias
2754 test "x$ac_build_alias" = x &&
2755   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2756 test "x$ac_build_alias" = x &&
2757   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2758 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2759   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2760
2761 fi
2762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2763 $as_echo "$ac_cv_build" >&6; }
2764 case $ac_cv_build in
2765 *-*-*) ;;
2766 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2767 esac
2768 build=$ac_cv_build
2769 ac_save_IFS=$IFS; IFS='-'
2770 set x $ac_cv_build
2771 shift
2772 build_cpu=$1
2773 build_vendor=$2
2774 shift; shift
2775 # Remember, the first character of IFS is used to create $*,
2776 # except with old shells:
2777 build_os=$*
2778 IFS=$ac_save_IFS
2779 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2780
2781
2782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2783 $as_echo_n "checking host system type... " >&6; }
2784 if test "${ac_cv_host+set}" = set; then :
2785   $as_echo_n "(cached) " >&6
2786 else
2787   if test "x$host_alias" = x; then
2788   ac_cv_host=$ac_cv_build
2789 else
2790   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2791     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2792 fi
2793
2794 fi
2795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2796 $as_echo "$ac_cv_host" >&6; }
2797 case $ac_cv_host in
2798 *-*-*) ;;
2799 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2800 esac
2801 host=$ac_cv_host
2802 ac_save_IFS=$IFS; IFS='-'
2803 set x $ac_cv_host
2804 shift
2805 host_cpu=$1
2806 host_vendor=$2
2807 shift; shift
2808 # Remember, the first character of IFS is used to create $*,
2809 # except with old shells:
2810 host_os=$*
2811 IFS=$ac_save_IFS
2812 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2813
2814
2815
2816 case "$srcdir" in
2817  .) ;;
2818  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2819       as_fn_error "you are building out of the source tree, but the source tree contains object files.
2820 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2821     fi ;;
2822 esac
2823
2824
2825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2826 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2827 set x ${MAKE-make}
2828 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2829 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2830   $as_echo_n "(cached) " >&6
2831 else
2832   cat >conftest.make <<\_ACEOF
2833 SHELL = /bin/sh
2834 all:
2835         @echo '@@@%%%=$(MAKE)=@@@%%%'
2836 _ACEOF
2837 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2838 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2839   *@@@%%%=?*=@@@%%%*)
2840     eval ac_cv_prog_make_${ac_make}_set=yes;;
2841   *)
2842     eval ac_cv_prog_make_${ac_make}_set=no;;
2843 esac
2844 rm -f conftest.make
2845 fi
2846 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2847   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2848 $as_echo "yes" >&6; }
2849   SET_MAKE=
2850 else
2851   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2852 $as_echo "no" >&6; }
2853   SET_MAKE="MAKE=${MAKE-make}"
2854 fi
2855
2856 ac_ext=c
2857 ac_cpp='$CPP $CPPFLAGS'
2858 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2859 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2860 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2861 if test -n "$ac_tool_prefix"; then
2862   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2863 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2865 $as_echo_n "checking for $ac_word... " >&6; }
2866 if test "${ac_cv_prog_CC+set}" = set; then :
2867   $as_echo_n "(cached) " >&6
2868 else
2869   if test -n "$CC"; then
2870   ac_cv_prog_CC="$CC" # Let the user override the test.
2871 else
2872 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2873 for as_dir in $PATH
2874 do
2875   IFS=$as_save_IFS
2876   test -z "$as_dir" && as_dir=.
2877     for ac_exec_ext in '' $ac_executable_extensions; do
2878   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2879     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2880     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2881     break 2
2882   fi
2883 done
2884   done
2885 IFS=$as_save_IFS
2886
2887 fi
2888 fi
2889 CC=$ac_cv_prog_CC
2890 if test -n "$CC"; then
2891   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2892 $as_echo "$CC" >&6; }
2893 else
2894   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2895 $as_echo "no" >&6; }
2896 fi
2897
2898
2899 fi
2900 if test -z "$ac_cv_prog_CC"; then
2901   ac_ct_CC=$CC
2902   # Extract the first word of "gcc", so it can be a program name with args.
2903 set dummy gcc; ac_word=$2
2904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2905 $as_echo_n "checking for $ac_word... " >&6; }
2906 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2907   $as_echo_n "(cached) " >&6
2908 else
2909   if test -n "$ac_ct_CC"; then
2910   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2911 else
2912 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2913 for as_dir in $PATH
2914 do
2915   IFS=$as_save_IFS
2916   test -z "$as_dir" && as_dir=.
2917     for ac_exec_ext in '' $ac_executable_extensions; do
2918   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2919     ac_cv_prog_ac_ct_CC="gcc"
2920     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2921     break 2
2922   fi
2923 done
2924   done
2925 IFS=$as_save_IFS
2926
2927 fi
2928 fi
2929 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2930 if test -n "$ac_ct_CC"; then
2931   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2932 $as_echo "$ac_ct_CC" >&6; }
2933 else
2934   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2935 $as_echo "no" >&6; }
2936 fi
2937
2938   if test "x$ac_ct_CC" = x; then
2939     CC=""
2940   else
2941     case $cross_compiling:$ac_tool_warned in
2942 yes:)
2943 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2944 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2945 ac_tool_warned=yes ;;
2946 esac
2947     CC=$ac_ct_CC
2948   fi
2949 else
2950   CC="$ac_cv_prog_CC"
2951 fi
2952
2953 if test -z "$CC"; then
2954           if test -n "$ac_tool_prefix"; then
2955     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2956 set dummy ${ac_tool_prefix}cc; ac_word=$2
2957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2958 $as_echo_n "checking for $ac_word... " >&6; }
2959 if test "${ac_cv_prog_CC+set}" = set; then :
2960   $as_echo_n "(cached) " >&6
2961 else
2962   if test -n "$CC"; then
2963   ac_cv_prog_CC="$CC" # Let the user override the test.
2964 else
2965 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2966 for as_dir in $PATH
2967 do
2968   IFS=$as_save_IFS
2969   test -z "$as_dir" && as_dir=.
2970     for ac_exec_ext in '' $ac_executable_extensions; do
2971   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2972     ac_cv_prog_CC="${ac_tool_prefix}cc"
2973     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2974     break 2
2975   fi
2976 done
2977   done
2978 IFS=$as_save_IFS
2979
2980 fi
2981 fi
2982 CC=$ac_cv_prog_CC
2983 if test -n "$CC"; then
2984   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2985 $as_echo "$CC" >&6; }
2986 else
2987   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2988 $as_echo "no" >&6; }
2989 fi
2990
2991
2992   fi
2993 fi
2994 if test -z "$CC"; then
2995   # Extract the first word of "cc", so it can be a program name with args.
2996 set dummy cc; ac_word=$2
2997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2998 $as_echo_n "checking for $ac_word... " >&6; }
2999 if test "${ac_cv_prog_CC+set}" = set; then :
3000   $as_echo_n "(cached) " >&6
3001 else
3002   if test -n "$CC"; then
3003   ac_cv_prog_CC="$CC" # Let the user override the test.
3004 else
3005   ac_prog_rejected=no
3006 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3007 for as_dir in $PATH
3008 do
3009   IFS=$as_save_IFS
3010   test -z "$as_dir" && as_dir=.
3011     for ac_exec_ext in '' $ac_executable_extensions; do
3012   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3013     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3014        ac_prog_rejected=yes
3015        continue
3016      fi
3017     ac_cv_prog_CC="cc"
3018     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3019     break 2
3020   fi
3021 done
3022   done
3023 IFS=$as_save_IFS
3024
3025 if test $ac_prog_rejected = yes; then
3026   # We found a bogon in the path, so make sure we never use it.
3027   set dummy $ac_cv_prog_CC
3028   shift
3029   if test $# != 0; then
3030     # We chose a different compiler from the bogus one.
3031     # However, it has the same basename, so the bogon will be chosen
3032     # first if we set CC to just the basename; use the full file name.
3033     shift
3034     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3035   fi
3036 fi
3037 fi
3038 fi
3039 CC=$ac_cv_prog_CC
3040 if test -n "$CC"; then
3041   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3042 $as_echo "$CC" >&6; }
3043 else
3044   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3045 $as_echo "no" >&6; }
3046 fi
3047
3048
3049 fi
3050 if test -z "$CC"; then
3051   if test -n "$ac_tool_prefix"; then
3052   for ac_prog in cl.exe
3053   do
3054     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3055 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3057 $as_echo_n "checking for $ac_word... " >&6; }
3058 if test "${ac_cv_prog_CC+set}" = set; then :
3059   $as_echo_n "(cached) " >&6
3060 else
3061   if test -n "$CC"; then
3062   ac_cv_prog_CC="$CC" # Let the user override the test.
3063 else
3064 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3065 for as_dir in $PATH
3066 do
3067   IFS=$as_save_IFS
3068   test -z "$as_dir" && as_dir=.
3069     for ac_exec_ext in '' $ac_executable_extensions; do
3070   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3071     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3072     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3073     break 2
3074   fi
3075 done
3076   done
3077 IFS=$as_save_IFS
3078
3079 fi
3080 fi
3081 CC=$ac_cv_prog_CC
3082 if test -n "$CC"; then
3083   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3084 $as_echo "$CC" >&6; }
3085 else
3086   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3087 $as_echo "no" >&6; }
3088 fi
3089
3090
3091     test -n "$CC" && break
3092   done
3093 fi
3094 if test -z "$CC"; then
3095   ac_ct_CC=$CC
3096   for ac_prog in cl.exe
3097 do
3098   # Extract the first word of "$ac_prog", so it can be a program name with args.
3099 set dummy $ac_prog; ac_word=$2
3100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3101 $as_echo_n "checking for $ac_word... " >&6; }
3102 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3103   $as_echo_n "(cached) " >&6
3104 else
3105   if test -n "$ac_ct_CC"; then
3106   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3107 else
3108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3109 for as_dir in $PATH
3110 do
3111   IFS=$as_save_IFS
3112   test -z "$as_dir" && as_dir=.
3113     for ac_exec_ext in '' $ac_executable_extensions; do
3114   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3115     ac_cv_prog_ac_ct_CC="$ac_prog"
3116     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3117     break 2
3118   fi
3119 done
3120   done
3121 IFS=$as_save_IFS
3122
3123 fi
3124 fi
3125 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3126 if test -n "$ac_ct_CC"; then
3127   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3128 $as_echo "$ac_ct_CC" >&6; }
3129 else
3130   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3131 $as_echo "no" >&6; }
3132 fi
3133
3134
3135   test -n "$ac_ct_CC" && break
3136 done
3137
3138   if test "x$ac_ct_CC" = x; then
3139     CC=""
3140   else
3141     case $cross_compiling:$ac_tool_warned in
3142 yes:)
3143 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3144 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3145 ac_tool_warned=yes ;;
3146 esac
3147     CC=$ac_ct_CC
3148   fi
3149 fi
3150
3151 fi
3152
3153
3154 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3155 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3156 as_fn_error "no acceptable C compiler found in \$PATH
3157 See \`config.log' for more details." "$LINENO" 5; }
3158
3159 # Provide some information about the compiler.
3160 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3161 set X $ac_compile
3162 ac_compiler=$2
3163 for ac_option in --version -v -V -qversion; do
3164   { { ac_try="$ac_compiler $ac_option >&5"
3165 case "(($ac_try" in
3166   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3167   *) ac_try_echo=$ac_try;;
3168 esac
3169 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3170 $as_echo "$ac_try_echo"; } >&5
3171   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3172   ac_status=$?
3173   if test -s conftest.err; then
3174     sed '10a\
3175 ... rest of stderr output deleted ...
3176          10q' conftest.err >conftest.er1
3177     cat conftest.er1 >&5
3178     rm -f conftest.er1 conftest.err
3179   fi
3180   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3181   test $ac_status = 0; }
3182 done
3183
3184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3185 /* end confdefs.h.  */
3186 #include <stdio.h>
3187 int
3188 main ()
3189 {
3190 FILE *f = fopen ("conftest.out", "w");
3191  return ferror (f) || fclose (f) != 0;
3192
3193   ;
3194   return 0;
3195 }
3196 _ACEOF
3197 ac_clean_files_save=$ac_clean_files
3198 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3199 # Try to create an executable without -o first, disregard a.out.
3200 # It will help us diagnose broken compilers, and finding out an intuition
3201 # of exeext.
3202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3203 $as_echo_n "checking for C compiler default output file name... " >&6; }
3204 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3205
3206 # The possible output files:
3207 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3208
3209 ac_rmfiles=
3210 for ac_file in $ac_files
3211 do
3212   case $ac_file in
3213     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3214     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3215   esac
3216 done
3217 rm -f $ac_rmfiles
3218
3219 if { { ac_try="$ac_link_default"
3220 case "(($ac_try" in
3221   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3222   *) ac_try_echo=$ac_try;;
3223 esac
3224 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3225 $as_echo "$ac_try_echo"; } >&5
3226   (eval "$ac_link_default") 2>&5
3227   ac_status=$?
3228   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3229   test $ac_status = 0; }; then :
3230   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3231 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3232 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3233 # so that the user can short-circuit this test for compilers unknown to
3234 # Autoconf.
3235 for ac_file in $ac_files ''
3236 do
3237   test -f "$ac_file" || continue
3238   case $ac_file in
3239     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3240         ;;
3241     [ab].out )
3242         # We found the default executable, but exeext='' is most
3243         # certainly right.
3244         break;;
3245     *.* )
3246         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3247         then :; else
3248            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3249         fi
3250         # We set ac_cv_exeext here because the later test for it is not
3251         # safe: cross compilers may not add the suffix if given an `-o'
3252         # argument, so we may need to know it at that point already.
3253         # Even if this section looks crufty: it has the advantage of
3254         # actually working.
3255         break;;
3256     * )
3257         break;;
3258   esac
3259 done
3260 test "$ac_cv_exeext" = no && ac_cv_exeext=
3261
3262 else
3263   ac_file=''
3264 fi
3265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3266 $as_echo "$ac_file" >&6; }
3267 if test -z "$ac_file"; then :
3268   $as_echo "$as_me: failed program was:" >&5
3269 sed 's/^/| /' conftest.$ac_ext >&5
3270
3271 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3272 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3273 { as_fn_set_status 77
3274 as_fn_error "C compiler cannot create executables
3275 See \`config.log' for more details." "$LINENO" 5; }; }
3276 fi
3277 ac_exeext=$ac_cv_exeext
3278
3279 # Check that the compiler produces executables we can run.  If not, either
3280 # the compiler is broken, or we cross compile.
3281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3282 $as_echo_n "checking whether the C compiler works... " >&6; }
3283 # If not cross compiling, check that we can run a simple program.
3284 if test "$cross_compiling" != yes; then
3285   if { ac_try='./$ac_file'
3286   { { case "(($ac_try" in
3287   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3288   *) ac_try_echo=$ac_try;;
3289 esac
3290 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3291 $as_echo "$ac_try_echo"; } >&5
3292   (eval "$ac_try") 2>&5
3293   ac_status=$?
3294   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3295   test $ac_status = 0; }; }; then
3296     cross_compiling=no
3297   else
3298     if test "$cross_compiling" = maybe; then
3299         cross_compiling=yes
3300     else
3301         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3302 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3303 as_fn_error "cannot run C compiled programs.
3304 If you meant to cross compile, use \`--host'.
3305 See \`config.log' for more details." "$LINENO" 5; }
3306     fi
3307   fi
3308 fi
3309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3310 $as_echo "yes" >&6; }
3311
3312 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3313 ac_clean_files=$ac_clean_files_save
3314 # Check that the compiler produces executables we can run.  If not, either
3315 # the compiler is broken, or we cross compile.
3316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3317 $as_echo_n "checking whether we are cross compiling... " >&6; }
3318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3319 $as_echo "$cross_compiling" >&6; }
3320
3321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3322 $as_echo_n "checking for suffix of executables... " >&6; }
3323 if { { ac_try="$ac_link"
3324 case "(($ac_try" in
3325   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3326   *) ac_try_echo=$ac_try;;
3327 esac
3328 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3329 $as_echo "$ac_try_echo"; } >&5
3330   (eval "$ac_link") 2>&5
3331   ac_status=$?
3332   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3333   test $ac_status = 0; }; then :
3334   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3335 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3336 # work properly (i.e., refer to `conftest.exe'), while it won't with
3337 # `rm'.
3338 for ac_file in conftest.exe conftest conftest.*; do
3339   test -f "$ac_file" || continue
3340   case $ac_file in
3341     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3342     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3343           break;;
3344     * ) break;;
3345   esac
3346 done
3347 else
3348   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3349 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3350 as_fn_error "cannot compute suffix of executables: cannot compile and link
3351 See \`config.log' for more details." "$LINENO" 5; }
3352 fi
3353 rm -f conftest$ac_cv_exeext
3354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3355 $as_echo "$ac_cv_exeext" >&6; }
3356
3357 rm -f conftest.$ac_ext
3358 EXEEXT=$ac_cv_exeext
3359 ac_exeext=$EXEEXT
3360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3361 $as_echo_n "checking for suffix of object files... " >&6; }
3362 if test "${ac_cv_objext+set}" = set; then :
3363   $as_echo_n "(cached) " >&6
3364 else
3365   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3366 /* end confdefs.h.  */
3367
3368 int
3369 main ()
3370 {
3371
3372   ;
3373   return 0;
3374 }
3375 _ACEOF
3376 rm -f conftest.o conftest.obj
3377 if { { ac_try="$ac_compile"
3378 case "(($ac_try" in
3379   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3380   *) ac_try_echo=$ac_try;;
3381 esac
3382 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3383 $as_echo "$ac_try_echo"; } >&5
3384   (eval "$ac_compile") 2>&5
3385   ac_status=$?
3386   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3387   test $ac_status = 0; }; then :
3388   for ac_file in conftest.o conftest.obj conftest.*; do
3389   test -f "$ac_file" || continue;
3390   case $ac_file in
3391     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3392     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3393        break;;
3394   esac
3395 done
3396 else
3397   $as_echo "$as_me: failed program was:" >&5
3398 sed 's/^/| /' conftest.$ac_ext >&5
3399
3400 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3401 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3402 as_fn_error "cannot compute suffix of object files: cannot compile
3403 See \`config.log' for more details." "$LINENO" 5; }
3404 fi
3405 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3406 fi
3407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3408 $as_echo "$ac_cv_objext" >&6; }
3409 OBJEXT=$ac_cv_objext
3410 ac_objext=$OBJEXT
3411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3412 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3413 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3414   $as_echo_n "(cached) " >&6
3415 else
3416   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3417 /* end confdefs.h.  */
3418
3419 int
3420 main ()
3421 {
3422 #ifndef __GNUC__
3423        choke me
3424 #endif
3425
3426   ;
3427   return 0;
3428 }
3429 _ACEOF
3430 if ac_fn_c_try_compile "$LINENO"; then :
3431   ac_compiler_gnu=yes
3432 else
3433   ac_compiler_gnu=no
3434 fi
3435 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3436 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3437
3438 fi
3439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3440 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3441 if test $ac_compiler_gnu = yes; then
3442   GCC=yes
3443 else
3444   GCC=
3445 fi
3446 ac_test_CFLAGS=${CFLAGS+set}
3447 ac_save_CFLAGS=$CFLAGS
3448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3449 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3450 if test "${ac_cv_prog_cc_g+set}" = set; then :
3451   $as_echo_n "(cached) " >&6
3452 else
3453   ac_save_c_werror_flag=$ac_c_werror_flag
3454    ac_c_werror_flag=yes
3455    ac_cv_prog_cc_g=no
3456    CFLAGS="-g"
3457    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3458 /* end confdefs.h.  */
3459
3460 int
3461 main ()
3462 {
3463
3464   ;
3465   return 0;
3466 }
3467 _ACEOF
3468 if ac_fn_c_try_compile "$LINENO"; then :
3469   ac_cv_prog_cc_g=yes
3470 else
3471   CFLAGS=""
3472       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3473 /* end confdefs.h.  */
3474
3475 int
3476 main ()
3477 {
3478
3479   ;
3480   return 0;
3481 }
3482 _ACEOF
3483 if ac_fn_c_try_compile "$LINENO"; then :
3484
3485 else
3486   ac_c_werror_flag=$ac_save_c_werror_flag
3487          CFLAGS="-g"
3488          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3489 /* end confdefs.h.  */
3490
3491 int
3492 main ()
3493 {
3494
3495   ;
3496   return 0;
3497 }
3498 _ACEOF
3499 if ac_fn_c_try_compile "$LINENO"; then :
3500   ac_cv_prog_cc_g=yes
3501 fi
3502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3503 fi
3504 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3505 fi
3506 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3507    ac_c_werror_flag=$ac_save_c_werror_flag
3508 fi
3509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3510 $as_echo "$ac_cv_prog_cc_g" >&6; }
3511 if test "$ac_test_CFLAGS" = set; then
3512   CFLAGS=$ac_save_CFLAGS
3513 elif test $ac_cv_prog_cc_g = yes; then
3514   if test "$GCC" = yes; then
3515     CFLAGS="-g -O2"
3516   else
3517     CFLAGS="-g"
3518   fi
3519 else
3520   if test "$GCC" = yes; then
3521     CFLAGS="-O2"
3522   else
3523     CFLAGS=
3524   fi
3525 fi
3526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3527 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3528 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3529   $as_echo_n "(cached) " >&6
3530 else
3531   ac_cv_prog_cc_c89=no
3532 ac_save_CC=$CC
3533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3534 /* end confdefs.h.  */
3535 #include <stdarg.h>
3536 #include <stdio.h>
3537 #include <sys/types.h>
3538 #include <sys/stat.h>
3539 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3540 struct buf { int x; };
3541 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3542 static char *e (p, i)
3543      char **p;
3544      int i;
3545 {
3546   return p[i];
3547 }
3548 static char *f (char * (*g) (char **, int), char **p, ...)
3549 {
3550   char *s;
3551   va_list v;
3552   va_start (v,p);
3553   s = g (p, va_arg (v,int));
3554   va_end (v);
3555   return s;
3556 }
3557
3558 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3559    function prototypes and stuff, but not '\xHH' hex character constants.
3560    These don't provoke an error unfortunately, instead are silently treated
3561    as 'x'.  The following induces an error, until -std is added to get
3562    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3563    array size at least.  It's necessary to write '\x00'==0 to get something
3564    that's true only with -std.  */
3565 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3566
3567 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3568    inside strings and character constants.  */
3569 #define FOO(x) 'x'
3570 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3571
3572 int test (int i, double x);
3573 struct s1 {int (*f) (int a);};
3574 struct s2 {int (*f) (double a);};
3575 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3576 int argc;
3577 char **argv;
3578 int
3579 main ()
3580 {
3581 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3582   ;
3583   return 0;
3584 }
3585 _ACEOF
3586 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3587         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3588 do
3589   CC="$ac_save_CC $ac_arg"
3590   if ac_fn_c_try_compile "$LINENO"; then :
3591   ac_cv_prog_cc_c89=$ac_arg
3592 fi
3593 rm -f core conftest.err conftest.$ac_objext
3594   test "x$ac_cv_prog_cc_c89" != "xno" && break
3595 done
3596 rm -f conftest.$ac_ext
3597 CC=$ac_save_CC
3598
3599 fi
3600 # AC_CACHE_VAL
3601 case "x$ac_cv_prog_cc_c89" in
3602   x)
3603     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3604 $as_echo "none needed" >&6; } ;;
3605   xno)
3606     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3607 $as_echo "unsupported" >&6; } ;;
3608   *)
3609     CC="$CC $ac_cv_prog_cc_c89"
3610     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3611 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3612 esac
3613 if test "x$ac_cv_prog_cc_c89" != xno; then :
3614
3615 fi
3616
3617 ac_ext=c
3618 ac_cpp='$CPP $CPPFLAGS'
3619 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3620 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3621 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3622
3623 ac_ext=cpp
3624 ac_cpp='$CXXCPP $CPPFLAGS'
3625 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3626 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3627 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3628 if test -z "$CXX"; then
3629   if test -n "$CCC"; then
3630     CXX=$CCC
3631   else
3632     if test -n "$ac_tool_prefix"; then
3633   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3634   do
3635     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3636 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3638 $as_echo_n "checking for $ac_word... " >&6; }
3639 if test "${ac_cv_prog_CXX+set}" = set; then :
3640   $as_echo_n "(cached) " >&6
3641 else
3642   if test -n "$CXX"; then
3643   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3644 else
3645 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3646 for as_dir in $PATH
3647 do
3648   IFS=$as_save_IFS
3649   test -z "$as_dir" && as_dir=.
3650     for ac_exec_ext in '' $ac_executable_extensions; do
3651   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3652     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3653     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3654     break 2
3655   fi
3656 done
3657   done
3658 IFS=$as_save_IFS
3659
3660 fi
3661 fi
3662 CXX=$ac_cv_prog_CXX
3663 if test -n "$CXX"; then
3664   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3665 $as_echo "$CXX" >&6; }
3666 else
3667   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3668 $as_echo "no" >&6; }
3669 fi
3670
3671
3672     test -n "$CXX" && break
3673   done
3674 fi
3675 if test -z "$CXX"; then
3676   ac_ct_CXX=$CXX
3677   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3678 do
3679   # Extract the first word of "$ac_prog", so it can be a program name with args.
3680 set dummy $ac_prog; ac_word=$2
3681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3682 $as_echo_n "checking for $ac_word... " >&6; }
3683 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3684   $as_echo_n "(cached) " >&6
3685 else
3686   if test -n "$ac_ct_CXX"; then
3687   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3688 else
3689 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3690 for as_dir in $PATH
3691 do
3692   IFS=$as_save_IFS
3693   test -z "$as_dir" && as_dir=.
3694     for ac_exec_ext in '' $ac_executable_extensions; do
3695   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3696     ac_cv_prog_ac_ct_CXX="$ac_prog"
3697     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3698     break 2
3699   fi
3700 done
3701   done
3702 IFS=$as_save_IFS
3703
3704 fi
3705 fi
3706 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3707 if test -n "$ac_ct_CXX"; then
3708   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3709 $as_echo "$ac_ct_CXX" >&6; }
3710 else
3711   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3712 $as_echo "no" >&6; }
3713 fi
3714
3715
3716   test -n "$ac_ct_CXX" && break
3717 done
3718
3719   if test "x$ac_ct_CXX" = x; then
3720     CXX="g++"
3721   else
3722     case $cross_compiling:$ac_tool_warned in
3723 yes:)
3724 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3725 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3726 ac_tool_warned=yes ;;
3727 esac
3728     CXX=$ac_ct_CXX
3729   fi
3730 fi
3731
3732   fi
3733 fi
3734 # Provide some information about the compiler.
3735 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3736 set X $ac_compile
3737 ac_compiler=$2
3738 for ac_option in --version -v -V -qversion; do
3739   { { ac_try="$ac_compiler $ac_option >&5"
3740 case "(($ac_try" in
3741   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3742   *) ac_try_echo=$ac_try;;
3743 esac
3744 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3745 $as_echo "$ac_try_echo"; } >&5
3746   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3747   ac_status=$?
3748   if test -s conftest.err; then
3749     sed '10a\
3750 ... rest of stderr output deleted ...
3751          10q' conftest.err >conftest.er1
3752     cat conftest.er1 >&5
3753     rm -f conftest.er1 conftest.err
3754   fi
3755   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3756   test $ac_status = 0; }
3757 done
3758
3759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3760 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3761 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3762   $as_echo_n "(cached) " >&6
3763 else
3764   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3765 /* end confdefs.h.  */
3766
3767 int
3768 main ()
3769 {
3770 #ifndef __GNUC__
3771        choke me
3772 #endif
3773
3774   ;
3775   return 0;
3776 }
3777 _ACEOF
3778 if ac_fn_cxx_try_compile "$LINENO"; then :
3779   ac_compiler_gnu=yes
3780 else
3781   ac_compiler_gnu=no
3782 fi
3783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3784 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3785
3786 fi
3787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3788 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3789 if test $ac_compiler_gnu = yes; then
3790   GXX=yes
3791 else
3792   GXX=
3793 fi
3794 ac_test_CXXFLAGS=${CXXFLAGS+set}
3795 ac_save_CXXFLAGS=$CXXFLAGS
3796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3797 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3798 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3799   $as_echo_n "(cached) " >&6
3800 else
3801   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3802    ac_cxx_werror_flag=yes
3803    ac_cv_prog_cxx_g=no
3804    CXXFLAGS="-g"
3805    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3806 /* end confdefs.h.  */
3807
3808 int
3809 main ()
3810 {
3811
3812   ;
3813   return 0;
3814 }
3815 _ACEOF
3816 if ac_fn_cxx_try_compile "$LINENO"; then :
3817   ac_cv_prog_cxx_g=yes
3818 else
3819   CXXFLAGS=""
3820       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3821 /* end confdefs.h.  */
3822
3823 int
3824 main ()
3825 {
3826
3827   ;
3828   return 0;
3829 }
3830 _ACEOF
3831 if ac_fn_cxx_try_compile "$LINENO"; then :
3832
3833 else
3834   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3835          CXXFLAGS="-g"
3836          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3837 /* end confdefs.h.  */
3838
3839 int
3840 main ()
3841 {
3842
3843   ;
3844   return 0;
3845 }
3846 _ACEOF
3847 if ac_fn_cxx_try_compile "$LINENO"; then :
3848   ac_cv_prog_cxx_g=yes
3849 fi
3850 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3851 fi
3852 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3853 fi
3854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3855    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3856 fi
3857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3858 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3859 if test "$ac_test_CXXFLAGS" = set; then
3860   CXXFLAGS=$ac_save_CXXFLAGS
3861 elif test $ac_cv_prog_cxx_g = yes; then
3862   if test "$GXX" = yes; then
3863     CXXFLAGS="-g -O2"
3864   else
3865     CXXFLAGS="-g"
3866   fi
3867 else
3868   if test "$GXX" = yes; then
3869     CXXFLAGS="-O2"
3870   else
3871     CXXFLAGS=
3872   fi
3873 fi
3874 ac_ext=c
3875 ac_cpp='$CPP $CPPFLAGS'
3876 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3877 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3878 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3879
3880 if test -n "$ac_tool_prefix"; then
3881   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3882 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3884 $as_echo_n "checking for $ac_word... " >&6; }
3885 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3886   $as_echo_n "(cached) " >&6
3887 else
3888   if test -n "$CPPBIN"; then
3889   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3890 else
3891 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3892 for as_dir in $PATH
3893 do
3894   IFS=$as_save_IFS
3895   test -z "$as_dir" && as_dir=.
3896     for ac_exec_ext in '' $ac_executable_extensions; do
3897   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3898     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3899     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3900     break 2
3901   fi
3902 done
3903   done
3904 IFS=$as_save_IFS
3905
3906 fi
3907 fi
3908 CPPBIN=$ac_cv_prog_CPPBIN
3909 if test -n "$CPPBIN"; then
3910   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3911 $as_echo "$CPPBIN" >&6; }
3912 else
3913   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3914 $as_echo "no" >&6; }
3915 fi
3916
3917
3918 fi
3919 if test -z "$ac_cv_prog_CPPBIN"; then
3920   ac_ct_CPPBIN=$CPPBIN
3921   # Extract the first word of "cpp", so it can be a program name with args.
3922 set dummy cpp; ac_word=$2
3923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3924 $as_echo_n "checking for $ac_word... " >&6; }
3925 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3926   $as_echo_n "(cached) " >&6
3927 else
3928   if test -n "$ac_ct_CPPBIN"; then
3929   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3930 else
3931 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3932 for as_dir in $PATH
3933 do
3934   IFS=$as_save_IFS
3935   test -z "$as_dir" && as_dir=.
3936     for ac_exec_ext in '' $ac_executable_extensions; do
3937   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3938     ac_cv_prog_ac_ct_CPPBIN="cpp"
3939     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3940     break 2
3941   fi
3942 done
3943   done
3944 IFS=$as_save_IFS
3945
3946 fi
3947 fi
3948 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3949 if test -n "$ac_ct_CPPBIN"; then
3950   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3951 $as_echo "$ac_ct_CPPBIN" >&6; }
3952 else
3953   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3954 $as_echo "no" >&6; }
3955 fi
3956
3957   if test "x$ac_ct_CPPBIN" = x; then
3958     CPPBIN="cpp"
3959   else
3960     case $cross_compiling:$ac_tool_warned in
3961 yes:)
3962 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3963 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3964 ac_tool_warned=yes ;;
3965 esac
3966     CPPBIN=$ac_ct_CPPBIN
3967   fi
3968 else
3969   CPPBIN="$ac_cv_prog_CPPBIN"
3970 fi
3971
3972
3973 cat >>confdefs.h <<_ACEOF
3974 #define EXEEXT "$ac_exeext"
3975 _ACEOF
3976
3977
3978 case $host in
3979   *-darwin*)
3980     if test "x$enable_win64" = "xyes"
3981     then
3982       CC="$CC -m64"
3983       CXX="$CXX -m64"
3984       LD="${LD:-ld} -arch x86_64"
3985       AS="${AS:-as} -arch x86_64"
3986       host_cpu="x86_64"
3987       notice_platform="64-bit "
3988       TARGETFLAGS="-m64"
3989
3990     else
3991       CC="$CC -m32"
3992       CXX="$CXX -m32"
3993       LD="${LD:-ld} -arch i386"
3994       AS="${AS:-as} -arch i386"
3995       host_cpu="i386"
3996       notice_platform="32-bit "
3997       TARGETFLAGS="-m32"
3998
3999       enable_win16=${enable_win16:-yes}
4000     fi
4001     ;;
4002   x86_64*)
4003     if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4004     then
4005       CC="$CC -m32"
4006       CXX="$CXX -m32"
4007       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4008 $as_echo_n "checking whether $CC works... " >&6; }
4009
4010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4011 /* end confdefs.h.  */
4012
4013 int
4014 main ()
4015 {
4016
4017   ;
4018   return 0;
4019 }
4020 _ACEOF
4021 if ac_fn_c_try_link "$LINENO"; then :
4022   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4023 $as_echo "yes" >&6; }
4024 else
4025   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4026 $as_echo "no" >&6; }
4027                       as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4028 fi
4029 rm -f core conftest.err conftest.$ac_objext \
4030     conftest$ac_exeext conftest.$ac_ext
4031       LD="${LD:-ld} -m elf_i386"
4032       AS="${AS:-as} --32"
4033       host_cpu="i386"
4034       notice_platform="32-bit "
4035       TARGETFLAGS="-m32"
4036
4037       enable_win16=${enable_win16:-yes}
4038     else
4039       if test "x${GCC}" = "xyes"
4040       then
4041         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4042 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4043         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4044 /* end confdefs.h.  */
4045 #include <stdarg.h>
4046 int
4047 main ()
4048 {
4049 void func(__builtin_ms_va_list *args);
4050   ;
4051   return 0;
4052 }
4053 _ACEOF
4054 if ac_fn_c_try_compile "$LINENO"; then :
4055   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4056 $as_echo "yes" >&6; }
4057 else
4058   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4059 $as_echo "no" >&6; }
4060                            as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4061 fi
4062 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4063       fi
4064       TARGETFLAGS="-m64"
4065
4066     fi
4067     ;;
4068   *-mingw32*|*-cygwin*)
4069     enable_win16=${enable_win16:-no}
4070     ;;
4071   i[3456789]86*)
4072     enable_win16=${enable_win16:-yes}
4073     ;;
4074 esac
4075
4076 enable_win16=${enable_win16:-no}
4077
4078 WIN16_FILES="\$(WIN16_FILES)"
4079
4080 WIN16_INSTALL="\$(WIN16_INSTALL)"
4081
4082 if test "x$enable_win16" != "xyes"
4083 then
4084     WIN16_FILES=""
4085     WIN16_INSTALL=""
4086     enable_w32skrnl=${enable_w32skrnl:-no}
4087     enable_winedos=${enable_winedos:-no}
4088     enable_winevdm=${enable_winevdm:-no}
4089 fi
4090
4091 if test -n "$with_wine64"
4092 then
4093     if test "x$enable_win64" = "xyes"
4094     then
4095         as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4096 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4097     fi
4098     WOW64_DISABLE=\#
4099
4100     enable_fonts=${enable_fonts:-no}
4101     enable_include=${enable_include:-no}
4102     enable_server=${enable_server:-no}
4103     enable_tools=${enable_tools:-no}
4104     enable_wineboot=${enable_wineboot:-no}
4105     enable_winedbg=${enable_winedbg:-no}
4106     test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4107 fi
4108
4109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4110 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4111 if test "${wine_cv_toolsdir+set}" = set; then :
4112   $as_echo_n "(cached) " >&6
4113 else
4114   wine_cv_toolsdir="$with_wine_tools"
4115    if test -z "$with_wine_tools"; then
4116      if test "$cross_compiling" = "yes"; then
4117        as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4118      elif test -n "$with_wine64"; then
4119        wine_cv_toolsdir="$with_wine64"
4120      fi
4121    fi
4122    if test -z "$wine_cv_toolsdir"; then
4123      wine_cv_toolsdir="\$(TOPOBJDIR)"
4124    elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4125      case "$wine_cv_toolsdir" in
4126        /*) ;;
4127        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4128      esac
4129    else
4130      as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4131    fi
4132 fi
4133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4134 $as_echo "$wine_cv_toolsdir" >&6; }
4135 TOOLSDIR=$wine_cv_toolsdir
4136
4137 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4138 then
4139     TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4140
4141 fi
4142
4143 for ac_prog in flex
4144 do
4145   # Extract the first word of "$ac_prog", so it can be a program name with args.
4146 set dummy $ac_prog; ac_word=$2
4147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4148 $as_echo_n "checking for $ac_word... " >&6; }
4149 if test "${ac_cv_prog_FLEX+set}" = set; then :
4150   $as_echo_n "(cached) " >&6
4151 else
4152   if test -n "$FLEX"; then
4153   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4154 else
4155 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4156 for as_dir in $PATH
4157 do
4158   IFS=$as_save_IFS
4159   test -z "$as_dir" && as_dir=.
4160     for ac_exec_ext in '' $ac_executable_extensions; do
4161   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4162     ac_cv_prog_FLEX="$ac_prog"
4163     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4164     break 2
4165   fi
4166 done
4167   done
4168 IFS=$as_save_IFS
4169
4170 fi
4171 fi
4172 FLEX=$ac_cv_prog_FLEX
4173 if test -n "$FLEX"; then
4174   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4175 $as_echo "$FLEX" >&6; }
4176 else
4177   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4178 $as_echo "no" >&6; }
4179 fi
4180
4181
4182   test -n "$FLEX" && break
4183 done
4184 test -n "$FLEX" || FLEX="none"
4185
4186 if test "$FLEX" = "none"
4187 then
4188   as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4189 fi
4190
4191 for ac_prog in bison
4192 do
4193   # Extract the first word of "$ac_prog", so it can be a program name with args.
4194 set dummy $ac_prog; ac_word=$2
4195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4196 $as_echo_n "checking for $ac_word... " >&6; }
4197 if test "${ac_cv_prog_BISON+set}" = set; then :
4198   $as_echo_n "(cached) " >&6
4199 else
4200   if test -n "$BISON"; then
4201   ac_cv_prog_BISON="$BISON" # Let the user override the test.
4202 else
4203 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4204 for as_dir in $PATH
4205 do
4206   IFS=$as_save_IFS
4207   test -z "$as_dir" && as_dir=.
4208     for ac_exec_ext in '' $ac_executable_extensions; do
4209   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4210     ac_cv_prog_BISON="$ac_prog"
4211     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4212     break 2
4213   fi
4214 done
4215   done
4216 IFS=$as_save_IFS
4217
4218 fi
4219 fi
4220 BISON=$ac_cv_prog_BISON
4221 if test -n "$BISON"; then
4222   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4223 $as_echo "$BISON" >&6; }
4224 else
4225   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4226 $as_echo "no" >&6; }
4227 fi
4228
4229
4230   test -n "$BISON" && break
4231 done
4232 test -n "$BISON" || BISON="none"
4233
4234 if test "$BISON" = "none"
4235 then
4236   as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4237 fi
4238
4239 if test -n "$ac_tool_prefix"; then
4240   for ac_prog in ar gar
4241   do
4242     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4243 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4245 $as_echo_n "checking for $ac_word... " >&6; }
4246 if test "${ac_cv_prog_AR+set}" = set; then :
4247   $as_echo_n "(cached) " >&6
4248 else
4249   if test -n "$AR"; then
4250   ac_cv_prog_AR="$AR" # Let the user override the test.
4251 else
4252 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4253 for as_dir in $PATH
4254 do
4255   IFS=$as_save_IFS
4256   test -z "$as_dir" && as_dir=.
4257     for ac_exec_ext in '' $ac_executable_extensions; do
4258   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4259     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4260     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4261     break 2
4262   fi
4263 done
4264   done
4265 IFS=$as_save_IFS
4266
4267 fi
4268 fi
4269 AR=$ac_cv_prog_AR
4270 if test -n "$AR"; then
4271   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4272 $as_echo "$AR" >&6; }
4273 else
4274   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4275 $as_echo "no" >&6; }
4276 fi
4277
4278
4279     test -n "$AR" && break
4280   done
4281 fi
4282 if test -z "$AR"; then
4283   ac_ct_AR=$AR
4284   for ac_prog in ar gar
4285 do
4286   # Extract the first word of "$ac_prog", so it can be a program name with args.
4287 set dummy $ac_prog; ac_word=$2
4288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4289 $as_echo_n "checking for $ac_word... " >&6; }
4290 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4291   $as_echo_n "(cached) " >&6
4292 else
4293   if test -n "$ac_ct_AR"; then
4294   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4295 else
4296 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4297 for as_dir in $PATH
4298 do
4299   IFS=$as_save_IFS
4300   test -z "$as_dir" && as_dir=.
4301     for ac_exec_ext in '' $ac_executable_extensions; do
4302   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4303     ac_cv_prog_ac_ct_AR="$ac_prog"
4304     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4305     break 2
4306   fi
4307 done
4308   done
4309 IFS=$as_save_IFS
4310
4311 fi
4312 fi
4313 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4314 if test -n "$ac_ct_AR"; then
4315   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4316 $as_echo "$ac_ct_AR" >&6; }
4317 else
4318   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4319 $as_echo "no" >&6; }
4320 fi
4321
4322
4323   test -n "$ac_ct_AR" && break
4324 done
4325
4326   if test "x$ac_ct_AR" = x; then
4327     AR="ar"
4328   else
4329     case $cross_compiling:$ac_tool_warned in
4330 yes:)
4331 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4332 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4333 ac_tool_warned=yes ;;
4334 esac
4335     AR=$ac_ct_AR
4336   fi
4337 fi
4338
4339 ARFLAGS=rc
4340
4341 if test -n "$ac_tool_prefix"; then
4342   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4343 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4345 $as_echo_n "checking for $ac_word... " >&6; }
4346 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4347   $as_echo_n "(cached) " >&6
4348 else
4349   if test -n "$RANLIB"; then
4350   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4351 else
4352 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4353 for as_dir in $PATH
4354 do
4355   IFS=$as_save_IFS
4356   test -z "$as_dir" && as_dir=.
4357     for ac_exec_ext in '' $ac_executable_extensions; do
4358   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4359     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4360     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4361     break 2
4362   fi
4363 done
4364   done
4365 IFS=$as_save_IFS
4366
4367 fi
4368 fi
4369 RANLIB=$ac_cv_prog_RANLIB
4370 if test -n "$RANLIB"; then
4371   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4372 $as_echo "$RANLIB" >&6; }
4373 else
4374   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4375 $as_echo "no" >&6; }
4376 fi
4377
4378
4379 fi
4380 if test -z "$ac_cv_prog_RANLIB"; then
4381   ac_ct_RANLIB=$RANLIB
4382   # Extract the first word of "ranlib", so it can be a program name with args.
4383 set dummy ranlib; ac_word=$2
4384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4385 $as_echo_n "checking for $ac_word... " >&6; }
4386 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4387   $as_echo_n "(cached) " >&6
4388 else
4389   if test -n "$ac_ct_RANLIB"; then
4390   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4391 else
4392 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4393 for as_dir in $PATH
4394 do
4395   IFS=$as_save_IFS
4396   test -z "$as_dir" && as_dir=.
4397     for ac_exec_ext in '' $ac_executable_extensions; do
4398   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4399     ac_cv_prog_ac_ct_RANLIB="ranlib"
4400     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4401     break 2
4402   fi
4403 done
4404   done
4405 IFS=$as_save_IFS
4406
4407 fi
4408 fi
4409 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4410 if test -n "$ac_ct_RANLIB"; then
4411   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4412 $as_echo "$ac_ct_RANLIB" >&6; }
4413 else
4414   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4415 $as_echo "no" >&6; }
4416 fi
4417
4418   if test "x$ac_ct_RANLIB" = x; then
4419     RANLIB=":"
4420   else
4421     case $cross_compiling:$ac_tool_warned in
4422 yes:)
4423 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4424 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4425 ac_tool_warned=yes ;;
4426 esac
4427     RANLIB=$ac_ct_RANLIB
4428   fi
4429 else
4430   RANLIB="$ac_cv_prog_RANLIB"
4431 fi
4432
4433 if test -n "$ac_tool_prefix"; then
4434   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4435 set dummy ${ac_tool_prefix}strip; ac_word=$2
4436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4437 $as_echo_n "checking for $ac_word... " >&6; }
4438 if test "${ac_cv_prog_STRIP+set}" = set; then :
4439   $as_echo_n "(cached) " >&6
4440 else
4441   if test -n "$STRIP"; then
4442   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4443 else
4444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4445 for as_dir in $PATH
4446 do
4447   IFS=$as_save_IFS
4448   test -z "$as_dir" && as_dir=.
4449     for ac_exec_ext in '' $ac_executable_extensions; do
4450   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4451     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4452     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4453     break 2
4454   fi
4455 done
4456   done
4457 IFS=$as_save_IFS
4458
4459 fi
4460 fi
4461 STRIP=$ac_cv_prog_STRIP
4462 if test -n "$STRIP"; then
4463   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4464 $as_echo "$STRIP" >&6; }
4465 else
4466   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4467 $as_echo "no" >&6; }
4468 fi
4469
4470
4471 fi
4472 if test -z "$ac_cv_prog_STRIP"; then
4473   ac_ct_STRIP=$STRIP
4474   # Extract the first word of "strip", so it can be a program name with args.
4475 set dummy strip; ac_word=$2
4476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4477 $as_echo_n "checking for $ac_word... " >&6; }
4478 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4479   $as_echo_n "(cached) " >&6
4480 else
4481   if test -n "$ac_ct_STRIP"; then
4482   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4483 else
4484 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4485 for as_dir in $PATH
4486 do
4487   IFS=$as_save_IFS
4488   test -z "$as_dir" && as_dir=.
4489     for ac_exec_ext in '' $ac_executable_extensions; do
4490   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4491     ac_cv_prog_ac_ct_STRIP="strip"
4492     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4493     break 2
4494   fi
4495 done
4496   done
4497 IFS=$as_save_IFS
4498
4499 fi
4500 fi
4501 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4502 if test -n "$ac_ct_STRIP"; then
4503   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4504 $as_echo "$ac_ct_STRIP" >&6; }
4505 else
4506   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4507 $as_echo "no" >&6; }
4508 fi
4509
4510   if test "x$ac_ct_STRIP" = x; then
4511     STRIP="strip"
4512   else
4513     case $cross_compiling:$ac_tool_warned in
4514 yes:)
4515 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4516 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4517 ac_tool_warned=yes ;;
4518 esac
4519     STRIP=$ac_ct_STRIP
4520   fi
4521 else
4522   STRIP="$ac_cv_prog_STRIP"
4523 fi
4524
4525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4526 $as_echo_n "checking whether ln -s works... " >&6; }
4527 LN_S=$as_ln_s
4528 if test "$LN_S" = "ln -s"; then
4529   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4530 $as_echo "yes" >&6; }
4531 else
4532   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4533 $as_echo "no, using $LN_S" >&6; }
4534 fi
4535
4536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
4537 $as_echo_n "checking whether ln works... " >&6; }
4538 rm -f conf$$ conf$$.file
4539 echo >conf$$.file
4540 if ln conf$$.file conf$$ 2>/dev/null; then
4541   LN=ln
4542
4543   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4544 $as_echo "yes" >&6; }
4545 else
4546   LN="cp -p"
4547
4548   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
4549 $as_echo "no, using $LN" >&6; }
4550 fi
4551 rm -f conf$$ conf$$.file
4552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4553 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4554 if test "${ac_cv_path_GREP+set}" = set; then :
4555   $as_echo_n "(cached) " >&6
4556 else
4557   if test -z "$GREP"; then
4558   ac_path_GREP_found=false
4559   # Loop through the user's path and test for each of PROGNAME-LIST
4560   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4561 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4562 do
4563   IFS=$as_save_IFS
4564   test -z "$as_dir" && as_dir=.
4565     for ac_prog in grep ggrep; do
4566     for ac_exec_ext in '' $ac_executable_extensions; do
4567       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4568       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4569 # Check for GNU ac_path_GREP and select it if it is found.
4570   # Check for GNU $ac_path_GREP
4571 case `"$ac_path_GREP" --version 2>&1` in
4572 *GNU*)
4573   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4574 *)
4575   ac_count=0
4576   $as_echo_n 0123456789 >"conftest.in"
4577   while :
4578   do
4579     cat "conftest.in" "conftest.in" >"conftest.tmp"
4580     mv "conftest.tmp" "conftest.in"
4581     cp "conftest.in" "conftest.nl"
4582     $as_echo 'GREP' >> "conftest.nl"
4583     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4584     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4585     as_fn_arith $ac_count + 1 && ac_count=$as_val
4586     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4587       # Best one so far, save it but keep looking for a better one
4588       ac_cv_path_GREP="$ac_path_GREP"
4589       ac_path_GREP_max=$ac_count
4590     fi
4591     # 10*(2^10) chars as input seems more than enough
4592     test $ac_count -gt 10 && break
4593   done
4594   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4595 esac
4596
4597       $ac_path_GREP_found && break 3
4598     done
4599   done
4600   done
4601 IFS=$as_save_IFS
4602   if test -z "$ac_cv_path_GREP"; then
4603     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4604   fi
4605 else
4606   ac_cv_path_GREP=$GREP
4607 fi
4608
4609 fi
4610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4611 $as_echo "$ac_cv_path_GREP" >&6; }
4612  GREP="$ac_cv_path_GREP"
4613
4614
4615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4616 $as_echo_n "checking for egrep... " >&6; }
4617 if test "${ac_cv_path_EGREP+set}" = set; then :
4618   $as_echo_n "(cached) " >&6
4619 else
4620   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4621    then ac_cv_path_EGREP="$GREP -E"
4622    else
4623      if test -z "$EGREP"; then
4624   ac_path_EGREP_found=false
4625   # Loop through the user's path and test for each of PROGNAME-LIST
4626   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4627 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4628 do
4629   IFS=$as_save_IFS
4630   test -z "$as_dir" && as_dir=.
4631     for ac_prog in egrep; do
4632     for ac_exec_ext in '' $ac_executable_extensions; do
4633       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4634       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4635 # Check for GNU ac_path_EGREP and select it if it is found.
4636   # Check for GNU $ac_path_EGREP
4637 case `"$ac_path_EGREP" --version 2>&1` in
4638 *GNU*)
4639   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4640 *)
4641   ac_count=0
4642   $as_echo_n 0123456789 >"conftest.in"
4643   while :
4644   do
4645     cat "conftest.in" "conftest.in" >"conftest.tmp"
4646     mv "conftest.tmp" "conftest.in"
4647     cp "conftest.in" "conftest.nl"
4648     $as_echo 'EGREP' >> "conftest.nl"
4649     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4650     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4651     as_fn_arith $ac_count + 1 && ac_count=$as_val
4652     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4653       # Best one so far, save it but keep looking for a better one
4654       ac_cv_path_EGREP="$ac_path_EGREP"
4655       ac_path_EGREP_max=$ac_count
4656     fi
4657     # 10*(2^10) chars as input seems more than enough
4658     test $ac_count -gt 10 && break
4659   done
4660   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4661 esac
4662
4663       $ac_path_EGREP_found && break 3
4664     done
4665   done
4666   done
4667 IFS=$as_save_IFS
4668   if test -z "$ac_cv_path_EGREP"; then
4669     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4670   fi
4671 else
4672   ac_cv_path_EGREP=$EGREP
4673 fi
4674
4675    fi
4676 fi
4677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4678 $as_echo "$ac_cv_path_EGREP" >&6; }
4679  EGREP="$ac_cv_path_EGREP"
4680
4681
4682 # Extract the first word of "ldconfig", so it can be a program name with args.
4683 set dummy ldconfig; ac_word=$2
4684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4685 $as_echo_n "checking for $ac_word... " >&6; }
4686 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4687   $as_echo_n "(cached) " >&6
4688 else
4689   case $LDCONFIG in
4690   [\\/]* | ?:[\\/]*)
4691   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4692   ;;
4693   *)
4694   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4695 for as_dir in /sbin /usr/sbin $PATH
4696 do
4697   IFS=$as_save_IFS
4698   test -z "$as_dir" && as_dir=.
4699     for ac_exec_ext in '' $ac_executable_extensions; do
4700   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4701     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4702     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4703     break 2
4704   fi
4705 done
4706   done
4707 IFS=$as_save_IFS
4708
4709   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4710   ;;
4711 esac
4712 fi
4713 LDCONFIG=$ac_cv_path_LDCONFIG
4714 if test -n "$LDCONFIG"; then
4715   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4716 $as_echo "$LDCONFIG" >&6; }
4717 else
4718   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4719 $as_echo "no" >&6; }
4720 fi
4721
4722
4723 # Find a good install program.  We prefer a C program (faster),
4724 # so one script is as good as another.  But avoid the broken or
4725 # incompatible versions:
4726 # SysV /etc/install, /usr/sbin/install
4727 # SunOS /usr/etc/install
4728 # IRIX /sbin/install
4729 # AIX /bin/install
4730 # AmigaOS /C/install, which installs bootblocks on floppy discs
4731 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4732 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4733 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4734 # OS/2's system install, which has a completely different semantic
4735 # ./install, which can be erroneously created by make from ./install.sh.
4736 # Reject install programs that cannot install multiple files.
4737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4738 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4739 if test -z "$INSTALL"; then
4740 if test "${ac_cv_path_install+set}" = set; then :
4741   $as_echo_n "(cached) " >&6
4742 else
4743   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4744 for as_dir in $PATH
4745 do
4746   IFS=$as_save_IFS
4747   test -z "$as_dir" && as_dir=.
4748     # Account for people who put trailing slashes in PATH elements.
4749 case $as_dir/ in #((
4750   ./ | .// | /[cC]/* | \
4751   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4752   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4753   /usr/ucb/* ) ;;
4754   *)
4755     # OSF1 and SCO ODT 3.0 have their own names for install.
4756     # Don't use installbsd from OSF since it installs stuff as root
4757     # by default.
4758     for ac_prog in ginstall scoinst install; do
4759       for ac_exec_ext in '' $ac_executable_extensions; do
4760         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4761           if test $ac_prog = install &&
4762             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4763             # AIX install.  It has an incompatible calling convention.
4764             :
4765           elif test $ac_prog = install &&
4766             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4767             # program-specific install script used by HP pwplus--don't use.
4768             :
4769           else
4770             rm -rf conftest.one conftest.two conftest.dir
4771             echo one > conftest.one
4772             echo two > conftest.two
4773             mkdir conftest.dir
4774             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4775               test -s conftest.one && test -s conftest.two &&
4776               test -s conftest.dir/conftest.one &&
4777               test -s conftest.dir/conftest.two
4778             then
4779               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4780               break 3
4781             fi
4782           fi
4783         fi
4784       done
4785     done
4786     ;;
4787 esac
4788
4789   done
4790 IFS=$as_save_IFS
4791
4792 rm -rf conftest.one conftest.two conftest.dir
4793
4794 fi
4795   if test "${ac_cv_path_install+set}" = set; then
4796     INSTALL=$ac_cv_path_install
4797   else
4798     # As a last resort, use the slow shell script.  Don't cache a
4799     # value for INSTALL within a source directory, because that will
4800     # break other packages using the cache if that directory is
4801     # removed, or if the value is a relative name.
4802     INSTALL=$ac_install_sh
4803   fi
4804 fi
4805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4806 $as_echo "$INSTALL" >&6; }
4807
4808 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4809 # It thinks the first close brace ends the variable substitution.
4810 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4811
4812 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4813
4814 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4815
4816 case "$INSTALL" in
4817   [\\/$]* | ?:[\\/]* ) ;;
4818   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4819 esac
4820
4821 for ac_prog in lclint lint
4822 do
4823   # Extract the first word of "$ac_prog", so it can be a program name with args.
4824 set dummy $ac_prog; ac_word=$2
4825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4826 $as_echo_n "checking for $ac_word... " >&6; }
4827 if test "${ac_cv_prog_LINT+set}" = set; then :
4828   $as_echo_n "(cached) " >&6
4829 else
4830   if test -n "$LINT"; then
4831   ac_cv_prog_LINT="$LINT" # Let the user override the test.
4832 else
4833 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4834 for as_dir in $PATH
4835 do
4836   IFS=$as_save_IFS
4837   test -z "$as_dir" && as_dir=.
4838     for ac_exec_ext in '' $ac_executable_extensions; do
4839   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4840     ac_cv_prog_LINT="$ac_prog"
4841     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4842     break 2
4843   fi
4844 done
4845   done
4846 IFS=$as_save_IFS
4847
4848 fi
4849 fi
4850 LINT=$ac_cv_prog_LINT
4851 if test -n "$LINT"; then
4852   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4853 $as_echo "$LINT" >&6; }
4854 else
4855   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4856 $as_echo "no" >&6; }
4857 fi
4858
4859
4860   test -n "$LINT" && break
4861 done
4862
4863 if test "$LINT" = "lint"
4864 then
4865   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4866   fi
4867
4868
4869
4870 for ac_prog in fontforge
4871 do
4872   # Extract the first word of "$ac_prog", so it can be a program name with args.
4873 set dummy $ac_prog; ac_word=$2
4874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4875 $as_echo_n "checking for $ac_word... " >&6; }
4876 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4877   $as_echo_n "(cached) " >&6
4878 else
4879   if test -n "$FONTFORGE"; then
4880   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4881 else
4882 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4883 for as_dir in $PATH
4884 do
4885   IFS=$as_save_IFS
4886   test -z "$as_dir" && as_dir=.
4887     for ac_exec_ext in '' $ac_executable_extensions; do
4888   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4889     ac_cv_prog_FONTFORGE="$ac_prog"
4890     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4891     break 2
4892   fi
4893 done
4894   done
4895 IFS=$as_save_IFS
4896
4897 fi
4898 fi
4899 FONTFORGE=$ac_cv_prog_FONTFORGE
4900 if test -n "$FONTFORGE"; then
4901   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4902 $as_echo "$FONTFORGE" >&6; }
4903 else
4904   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4905 $as_echo "no" >&6; }
4906 fi
4907
4908
4909   test -n "$FONTFORGE" && break
4910 done
4911 test -n "$FONTFORGE" || FONTFORGE="false"
4912
4913 for ac_prog in pkg-config
4914 do
4915   # Extract the first word of "$ac_prog", so it can be a program name with args.
4916 set dummy $ac_prog; ac_word=$2
4917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4918 $as_echo_n "checking for $ac_word... " >&6; }
4919 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4920   $as_echo_n "(cached) " >&6
4921 else
4922   if test -n "$PKG_CONFIG"; then
4923   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4924 else
4925 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4926 for as_dir in $PATH
4927 do
4928   IFS=$as_save_IFS
4929   test -z "$as_dir" && as_dir=.
4930     for ac_exec_ext in '' $ac_executable_extensions; do
4931   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4932     ac_cv_prog_PKG_CONFIG="$ac_prog"
4933     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4934     break 2
4935   fi
4936 done
4937   done
4938 IFS=$as_save_IFS
4939
4940 fi
4941 fi
4942 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4943 if test -n "$PKG_CONFIG"; then
4944   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4945 $as_echo "$PKG_CONFIG" >&6; }
4946 else
4947   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4948 $as_echo "no" >&6; }
4949 fi
4950
4951
4952   test -n "$PKG_CONFIG" && break
4953 done
4954 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4955
4956 for ac_prog in rsvg
4957 do
4958   # Extract the first word of "$ac_prog", so it can be a program name with args.
4959 set dummy $ac_prog; ac_word=$2
4960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4961 $as_echo_n "checking for $ac_word... " >&6; }
4962 if test "${ac_cv_prog_RSVG+set}" = set; then :
4963   $as_echo_n "(cached) " >&6
4964 else
4965   if test -n "$RSVG"; then
4966   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4967 else
4968 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4969 for as_dir in $PATH
4970 do
4971   IFS=$as_save_IFS
4972   test -z "$as_dir" && as_dir=.
4973     for ac_exec_ext in '' $ac_executable_extensions; do
4974   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4975     ac_cv_prog_RSVG="$ac_prog"
4976     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4977     break 2
4978   fi
4979 done
4980   done
4981 IFS=$as_save_IFS
4982
4983 fi
4984 fi
4985 RSVG=$ac_cv_prog_RSVG
4986 if test -n "$RSVG"; then
4987   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
4988 $as_echo "$RSVG" >&6; }
4989 else
4990   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4991 $as_echo "no" >&6; }
4992 fi
4993
4994
4995   test -n "$RSVG" && break
4996 done
4997 test -n "$RSVG" || RSVG="false"
4998
4999 for ac_prog in icotool
5000 do
5001   # Extract the first word of "$ac_prog", so it can be a program name with args.
5002 set dummy $ac_prog; ac_word=$2
5003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5004 $as_echo_n "checking for $ac_word... " >&6; }
5005 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5006   $as_echo_n "(cached) " >&6
5007 else
5008   if test -n "$ICOTOOL"; then
5009   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5010 else
5011 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5012 for as_dir in $PATH
5013 do
5014   IFS=$as_save_IFS
5015   test -z "$as_dir" && as_dir=.
5016     for ac_exec_ext in '' $ac_executable_extensions; do
5017   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5018     ac_cv_prog_ICOTOOL="$ac_prog"
5019     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5020     break 2
5021   fi
5022 done
5023   done
5024 IFS=$as_save_IFS
5025
5026 fi
5027 fi
5028 ICOTOOL=$ac_cv_prog_ICOTOOL
5029 if test -n "$ICOTOOL"; then
5030   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5031 $as_echo "$ICOTOOL" >&6; }
5032 else
5033   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5034 $as_echo "no" >&6; }
5035 fi
5036
5037
5038   test -n "$ICOTOOL" && break
5039 done
5040 test -n "$ICOTOOL" || ICOTOOL="false"
5041
5042
5043 if test "${enable_maintainer_mode+set}" = set
5044 then
5045   if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5046   if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5047   if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5048 fi
5049
5050 case $host_cpu in
5051   *i[3456789]86*)
5052     # Extract the first word of "prelink", so it can be a program name with args.
5053 set dummy prelink; ac_word=$2
5054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5055 $as_echo_n "checking for $ac_word... " >&6; }
5056 if test "${ac_cv_path_PRELINK+set}" = set; then :
5057   $as_echo_n "(cached) " >&6
5058 else
5059   case $PRELINK in
5060   [\\/]* | ?:[\\/]*)
5061   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5062   ;;
5063   *)
5064   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5065 for as_dir in /sbin /usr/sbin $PATH
5066 do
5067   IFS=$as_save_IFS
5068   test -z "$as_dir" && as_dir=.
5069     for ac_exec_ext in '' $ac_executable_extensions; do
5070   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5071     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5072     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5073     break 2
5074   fi
5075 done
5076   done
5077 IFS=$as_save_IFS
5078
5079   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5080   ;;
5081 esac
5082 fi
5083 PRELINK=$ac_cv_path_PRELINK
5084 if test -n "$PRELINK"; then
5085   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5086 $as_echo "$PRELINK" >&6; }
5087 else
5088   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5089 $as_echo "no" >&6; }
5090 fi
5091
5092
5093     ;;
5094 esac
5095
5096
5097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5098 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5099 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5100   $as_echo_n "(cached) " >&6
5101 else
5102   ac_check_lib_save_LIBS=$LIBS
5103 LIBS="-li386  $LIBS"
5104 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5105 /* end confdefs.h.  */
5106
5107 /* Override any GCC internal prototype to avoid an error.
5108    Use char because int might match the return type of a GCC
5109    builtin and then its argument prototype would still apply.  */
5110 #ifdef __cplusplus
5111 extern "C"
5112 #endif
5113 char i386_set_ldt ();
5114 int
5115 main ()
5116 {
5117 return i386_set_ldt ();
5118   ;
5119   return 0;
5120 }
5121 _ACEOF
5122 if ac_fn_c_try_link "$LINENO"; then :
5123   ac_cv_lib_i386_i386_set_ldt=yes
5124 else
5125   ac_cv_lib_i386_i386_set_ldt=no
5126 fi
5127 rm -f core conftest.err conftest.$ac_objext \
5128     conftest$ac_exeext conftest.$ac_ext
5129 LIBS=$ac_check_lib_save_LIBS
5130 fi
5131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5132 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5133 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5134   cat >>confdefs.h <<_ACEOF
5135 #define HAVE_LIBI386 1
5136 _ACEOF
5137
5138   LIBS="-li386 $LIBS"
5139
5140 fi
5141
5142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5143 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5144 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5145   $as_echo_n "(cached) " >&6
5146 else
5147   ac_check_lib_save_LIBS=$LIBS
5148 LIBS="-lossaudio  $LIBS"
5149 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5150 /* end confdefs.h.  */
5151
5152 /* Override any GCC internal prototype to avoid an error.
5153    Use char because int might match the return type of a GCC
5154    builtin and then its argument prototype would still apply.  */
5155 #ifdef __cplusplus
5156 extern "C"
5157 #endif
5158 char _oss_ioctl ();
5159 int
5160 main ()
5161 {
5162 return _oss_ioctl ();
5163   ;
5164   return 0;
5165 }
5166 _ACEOF
5167 if ac_fn_c_try_link "$LINENO"; then :
5168   ac_cv_lib_ossaudio__oss_ioctl=yes
5169 else
5170   ac_cv_lib_ossaudio__oss_ioctl=no
5171 fi
5172 rm -f core conftest.err conftest.$ac_objext \
5173     conftest$ac_exeext conftest.$ac_ext
5174 LIBS=$ac_check_lib_save_LIBS
5175 fi
5176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5177 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5178 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5179   cat >>confdefs.h <<_ACEOF
5180 #define HAVE_LIBOSSAUDIO 1
5181 _ACEOF
5182
5183   LIBS="-lossaudio $LIBS"
5184
5185 fi
5186
5187
5188 XLIB=""
5189
5190 OPENGL_LIBS=""
5191
5192
5193
5194 # Check whether --enable-largefile was given.
5195 if test "${enable_largefile+set}" = set; then :
5196   enableval=$enable_largefile;
5197 fi
5198
5199 if test "$enable_largefile" != no; then
5200
5201   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5202 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5203 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5204   $as_echo_n "(cached) " >&6
5205 else
5206   ac_cv_sys_largefile_CC=no
5207      if test "$GCC" != yes; then
5208        ac_save_CC=$CC
5209        while :; do
5210          # IRIX 6.2 and later do not support large files by default,
5211          # so use the C compiler's -n32 option if that helps.
5212          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5213 /* end confdefs.h.  */
5214 #include <sys/types.h>
5215  /* Check that off_t can represent 2**63 - 1 correctly.
5216     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5217     since some C++ compilers masquerading as C compilers
5218     incorrectly reject 9223372036854775807.  */
5219 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5220   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5221                        && LARGE_OFF_T % 2147483647 == 1)
5222                       ? 1 : -1];
5223 int
5224 main ()
5225 {
5226
5227   ;
5228   return 0;
5229 }
5230 _ACEOF
5231          if ac_fn_c_try_compile "$LINENO"; then :
5232   break
5233 fi
5234 rm -f core conftest.err conftest.$ac_objext
5235          CC="$CC -n32"
5236          if ac_fn_c_try_compile "$LINENO"; then :
5237   ac_cv_sys_largefile_CC=' -n32'; break
5238 fi
5239 rm -f core conftest.err conftest.$ac_objext
5240          break
5241        done
5242        CC=$ac_save_CC
5243        rm -f conftest.$ac_ext
5244     fi
5245 fi
5246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5247 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5248   if test "$ac_cv_sys_largefile_CC" != no; then
5249     CC=$CC$ac_cv_sys_largefile_CC
5250   fi
5251
5252   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5253 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5254 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5255   $as_echo_n "(cached) " >&6
5256 else
5257   while :; do
5258   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5259 /* end confdefs.h.  */
5260 #include <sys/types.h>
5261  /* Check that off_t can represent 2**63 - 1 correctly.
5262     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5263     since some C++ compilers masquerading as C compilers
5264     incorrectly reject 9223372036854775807.  */
5265 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5266   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5267                        && LARGE_OFF_T % 2147483647 == 1)
5268                       ? 1 : -1];
5269 int
5270 main ()
5271 {
5272
5273   ;
5274   return 0;
5275 }
5276 _ACEOF
5277 if ac_fn_c_try_compile "$LINENO"; then :
5278   ac_cv_sys_file_offset_bits=no; break
5279 fi
5280 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5281   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5282 /* end confdefs.h.  */
5283 #define _FILE_OFFSET_BITS 64
5284 #include <sys/types.h>
5285  /* Check that off_t can represent 2**63 - 1 correctly.
5286     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5287     since some C++ compilers masquerading as C compilers
5288     incorrectly reject 9223372036854775807.  */
5289 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5290   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5291                        && LARGE_OFF_T % 2147483647 == 1)
5292                       ? 1 : -1];
5293 int
5294 main ()
5295 {
5296
5297   ;
5298   return 0;
5299 }
5300 _ACEOF
5301 if ac_fn_c_try_compile "$LINENO"; then :
5302   ac_cv_sys_file_offset_bits=64; break
5303 fi
5304 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5305   ac_cv_sys_file_offset_bits=unknown
5306   break
5307 done
5308 fi
5309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5310 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5311 case $ac_cv_sys_file_offset_bits in #(
5312   no | unknown) ;;
5313   *)
5314 cat >>confdefs.h <<_ACEOF
5315 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5316 _ACEOF
5317 ;;
5318 esac
5319 rm -rf conftest*
5320   if test $ac_cv_sys_file_offset_bits = unknown; then
5321     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5322 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5323 if test "${ac_cv_sys_large_files+set}" = set; then :
5324   $as_echo_n "(cached) " >&6
5325 else
5326   while :; do
5327   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5328 /* end confdefs.h.  */
5329 #include <sys/types.h>
5330  /* Check that off_t can represent 2**63 - 1 correctly.
5331     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5332     since some C++ compilers masquerading as C compilers
5333     incorrectly reject 9223372036854775807.  */
5334 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5335   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5336                        && LARGE_OFF_T % 2147483647 == 1)
5337                       ? 1 : -1];
5338 int
5339 main ()
5340 {
5341
5342   ;
5343   return 0;
5344 }
5345 _ACEOF
5346 if ac_fn_c_try_compile "$LINENO"; then :
5347   ac_cv_sys_large_files=no; break
5348 fi
5349 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5350   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5351 /* end confdefs.h.  */
5352 #define _LARGE_FILES 1
5353 #include <sys/types.h>
5354  /* Check that off_t can represent 2**63 - 1 correctly.
5355     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5356     since some C++ compilers masquerading as C compilers
5357     incorrectly reject 9223372036854775807.  */
5358 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5359   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5360                        && LARGE_OFF_T % 2147483647 == 1)
5361                       ? 1 : -1];
5362 int
5363 main ()
5364 {
5365
5366   ;
5367   return 0;
5368 }
5369 _ACEOF
5370 if ac_fn_c_try_compile "$LINENO"; then :
5371   ac_cv_sys_large_files=1; break
5372 fi
5373 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5374   ac_cv_sys_large_files=unknown
5375   break
5376 done
5377 fi
5378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5379 $as_echo "$ac_cv_sys_large_files" >&6; }
5380 case $ac_cv_sys_large_files in #(
5381   no | unknown) ;;
5382   *)
5383 cat >>confdefs.h <<_ACEOF
5384 #define _LARGE_FILES $ac_cv_sys_large_files
5385 _ACEOF
5386 ;;
5387 esac
5388 rm -rf conftest*
5389   fi
5390 fi
5391
5392
5393 ac_ext=c
5394 ac_cpp='$CPP $CPPFLAGS'
5395 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5396 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5397 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5399 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5400 # On Suns, sometimes $CPP names a directory.
5401 if test -n "$CPP" && test -d "$CPP"; then
5402   CPP=
5403 fi
5404 if test -z "$CPP"; then
5405   if test "${ac_cv_prog_CPP+set}" = set; then :
5406   $as_echo_n "(cached) " >&6
5407 else
5408       # Double quotes because CPP needs to be expanded
5409     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5410     do
5411       ac_preproc_ok=false
5412 for ac_c_preproc_warn_flag in '' yes
5413 do
5414   # Use a header file that comes with gcc, so configuring glibc
5415   # with a fresh cross-compiler works.
5416   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5417   # <limits.h> exists even on freestanding compilers.
5418   # On the NeXT, cc -E runs the code through the compiler's parser,
5419   # not just through cpp. "Syntax error" is here to catch this case.
5420   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5421 /* end confdefs.h.  */
5422 #ifdef __STDC__
5423 # include <limits.h>
5424 #else
5425 # include <assert.h>
5426 #endif
5427                      Syntax error
5428 _ACEOF
5429 if ac_fn_c_try_cpp "$LINENO"; then :
5430
5431 else
5432   # Broken: fails on valid input.
5433 continue
5434 fi
5435 rm -f conftest.err conftest.$ac_ext
5436
5437   # OK, works on sane cases.  Now check whether nonexistent headers
5438   # can be detected and how.
5439   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5440 /* end confdefs.h.  */
5441 #include <ac_nonexistent.h>
5442 _ACEOF
5443 if ac_fn_c_try_cpp "$LINENO"; then :
5444   # Broken: success on invalid input.
5445 continue
5446 else
5447   # Passes both tests.
5448 ac_preproc_ok=:
5449 break
5450 fi
5451 rm -f conftest.err conftest.$ac_ext
5452
5453 done
5454 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5455 rm -f conftest.err conftest.$ac_ext
5456 if $ac_preproc_ok; then :
5457   break
5458 fi
5459
5460     done
5461     ac_cv_prog_CPP=$CPP
5462
5463 fi
5464   CPP=$ac_cv_prog_CPP
5465 else
5466   ac_cv_prog_CPP=$CPP
5467 fi
5468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5469 $as_echo "$CPP" >&6; }
5470 ac_preproc_ok=false
5471 for ac_c_preproc_warn_flag in '' yes
5472 do
5473   # Use a header file that comes with gcc, so configuring glibc
5474   # with a fresh cross-compiler works.
5475   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5476   # <limits.h> exists even on freestanding compilers.
5477   # On the NeXT, cc -E runs the code through the compiler's parser,
5478   # not just through cpp. "Syntax error" is here to catch this case.
5479   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5480 /* end confdefs.h.  */
5481 #ifdef __STDC__
5482 # include <limits.h>
5483 #else
5484 # include <assert.h>
5485 #endif
5486                      Syntax error
5487 _ACEOF
5488 if ac_fn_c_try_cpp "$LINENO"; then :
5489
5490 else
5491   # Broken: fails on valid input.
5492 continue
5493 fi
5494 rm -f conftest.err conftest.$ac_ext
5495
5496   # OK, works on sane cases.  Now check whether nonexistent headers
5497   # can be detected and how.
5498   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5499 /* end confdefs.h.  */
5500 #include <ac_nonexistent.h>
5501 _ACEOF
5502 if ac_fn_c_try_cpp "$LINENO"; then :
5503   # Broken: success on invalid input.
5504 continue
5505 else
5506   # Passes both tests.
5507 ac_preproc_ok=:
5508 break
5509 fi
5510 rm -f conftest.err conftest.$ac_ext
5511
5512 done
5513 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5514 rm -f conftest.err conftest.$ac_ext
5515 if $ac_preproc_ok; then :
5516
5517 else
5518   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5519 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5520 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5521 See \`config.log' for more details." "$LINENO" 5; }
5522 fi
5523
5524 ac_ext=c
5525 ac_cpp='$CPP $CPPFLAGS'
5526 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5527 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5528 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5529
5530
5531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5532 $as_echo_n "checking for ANSI C header files... " >&6; }
5533 if test "${ac_cv_header_stdc+set}" = set; then :
5534   $as_echo_n "(cached) " >&6
5535 else
5536   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5537 /* end confdefs.h.  */
5538 #include <stdlib.h>
5539 #include <stdarg.h>
5540 #include <string.h>
5541 #include <float.h>
5542
5543 int
5544 main ()
5545 {
5546
5547   ;
5548   return 0;
5549 }
5550 _ACEOF
5551 if ac_fn_c_try_compile "$LINENO"; then :
5552   ac_cv_header_stdc=yes
5553 else
5554   ac_cv_header_stdc=no
5555 fi
5556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5557
5558 if test $ac_cv_header_stdc = yes; then
5559   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5560   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5561 /* end confdefs.h.  */
5562 #include <string.h>
5563
5564 _ACEOF
5565 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5566   $EGREP "memchr" >/dev/null 2>&1; then :
5567
5568 else
5569   ac_cv_header_stdc=no
5570 fi
5571 rm -f conftest*
5572
5573 fi
5574
5575 if test $ac_cv_header_stdc = yes; then
5576   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5577   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5578 /* end confdefs.h.  */
5579 #include <stdlib.h>
5580
5581 _ACEOF
5582 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5583   $EGREP "free" >/dev/null 2>&1; then :
5584
5585 else
5586   ac_cv_header_stdc=no
5587 fi
5588 rm -f conftest*
5589
5590 fi
5591
5592 if test $ac_cv_header_stdc = yes; then
5593   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5594   if test "$cross_compiling" = yes; then :
5595   :
5596 else
5597   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5598 /* end confdefs.h.  */
5599 #include <ctype.h>
5600 #include <stdlib.h>
5601 #if ((' ' & 0x0FF) == 0x020)
5602 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5603 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5604 #else
5605 # define ISLOWER(c) \
5606                    (('a' <= (c) && (c) <= 'i') \
5607                      || ('j' <= (c) && (c) <= 'r') \
5608                      || ('s' <= (c) && (c) <= 'z'))
5609 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5610 #endif
5611
5612 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5613 int
5614 main ()
5615 {
5616   int i;
5617   for (i = 0; i < 256; i++)
5618     if (XOR (islower (i), ISLOWER (i))
5619         || toupper (i) != TOUPPER (i))
5620       return 2;
5621   return 0;
5622 }
5623 _ACEOF
5624 if ac_fn_c_try_run "$LINENO"; then :
5625
5626 else
5627   ac_cv_header_stdc=no
5628 fi
5629 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5630   conftest.$ac_objext conftest.beam conftest.$ac_ext
5631 fi
5632
5633 fi
5634 fi
5635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5636 $as_echo "$ac_cv_header_stdc" >&6; }
5637 if test $ac_cv_header_stdc = yes; then
5638
5639 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5640
5641 fi
5642
5643 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5644 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5645                   inttypes.h stdint.h unistd.h
5646 do :
5647   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5648 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5649 "
5650 eval as_val=\$$as_ac_Header
5651    if test "x$as_val" = x""yes; then :
5652   cat >>confdefs.h <<_ACEOF
5653 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5654 _ACEOF
5655
5656 fi
5657
5658 done
5659
5660
5661 for ac_header in \
5662         AL/al.h \
5663         AudioUnit/AudioUnit.h \
5664         Carbon/Carbon.h \
5665         CoreAudio/CoreAudio.h \
5666         DiskArbitration/DiskArbitration.h \
5667         IOKit/IOKitLib.h \
5668         IOKit/hid/IOHIDLib.h \
5669         OpenAL/al.h \
5670         alias.h \
5671         alsa/asoundlib.h \
5672         arpa/inet.h \
5673         arpa/nameser.h \
5674         asm/types.h \
5675         capi20.h \
5676         curses.h \
5677         direct.h \
5678         dirent.h \
5679         dlfcn.h \
5680         elf.h \
5681         float.h \
5682         fnmatch.h \
5683         fontconfig/fontconfig.h \
5684         getopt.h \
5685         grp.h \
5686         gsm.h \
5687         gsm/gsm.h \
5688         ieeefp.h \
5689         inet/mib2.h \
5690         io.h \
5691         jack/jack.h \
5692         jpeglib.h \
5693         kstat.h \
5694         lber.h \
5695         lcms.h \
5696         lcms/lcms.h \
5697         ldap.h \
5698         libaudioio.h \
5699         link.h \
5700         linux/cdrom.h \
5701         linux/compiler.h \
5702         linux/hdreg.h \
5703         linux/input.h \
5704         linux/ioctl.h \
5705         linux/joystick.h \
5706         linux/major.h \
5707         linux/param.h \
5708         linux/serial.h \
5709         linux/types.h \
5710         linux/ucdrom.h \
5711         mach-o/nlist.h \
5712         mach/mach.h \
5713         mach/machine.h \
5714         machine/cpu.h \
5715         machine/limits.h \
5716         machine/soundcard.h \
5717         mntent.h \
5718         mpg123.h \
5719         ncurses.h \
5720         netdb.h \
5721         netinet/in.h \
5722         netinet/in_systm.h \
5723         netinet/tcp.h \
5724         netinet/tcp_fsm.h \
5725         openssl/err.h \
5726         openssl/ssl.h \
5727         png.h \
5728         poll.h \
5729         process.h \
5730         pthread.h \
5731         pwd.h \
5732         regex.h \
5733         sched.h \
5734         scsi/scsi.h \
5735         scsi/scsi_ioctl.h \
5736         scsi/sg.h \
5737         soundcard.h \
5738         stdbool.h \
5739         stdint.h \
5740         strings.h \
5741         stropts.h \
5742         sys/asoundlib.h \
5743         sys/cdio.h \
5744         sys/elf32.h \
5745         sys/epoll.h \
5746         sys/errno.h \
5747         sys/event.h \
5748         sys/exec_elf.h \
5749         sys/filio.h \
5750         sys/inotify.h \
5751         sys/ioctl.h \
5752         sys/ipc.h \
5753         sys/limits.h \
5754         sys/link.h \
5755         sys/mman.h \
5756         sys/modem.h \
5757         sys/msg.h \
5758         sys/mtio.h \
5759         sys/param.h \
5760         sys/poll.h \
5761         sys/prctl.h \
5762         sys/protosw.h \
5763         sys/ptrace.h \
5764         sys/resource.h \
5765         sys/scsiio.h \
5766         sys/shm.h \
5767         sys/signal.h \
5768         sys/socket.h \
5769         sys/socketvar.h \
5770         sys/sockio.h \
5771         sys/soundcard.h \
5772         sys/statvfs.h \
5773         sys/strtio.h \
5774         sys/syscall.h \
5775         sys/tihdr.h \
5776         sys/time.h \
5777         sys/timeout.h \
5778         sys/times.h \
5779         sys/uio.h \
5780         sys/un.h \
5781         sys/utsname.h \
5782         sys/vm86.h \
5783         sys/wait.h \
5784         syscall.h \
5785         termios.h \
5786         unistd.h \
5787         utime.h \
5788         valgrind/memcheck.h \
5789         valgrind/valgrind.h \
5790         zlib.h
5791
5792 do :
5793   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5794 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5795 eval as_val=\$$as_ac_Header
5796    if test "x$as_val" = x""yes; then :
5797   cat >>confdefs.h <<_ACEOF
5798 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5799 _ACEOF
5800
5801 fi
5802
5803 done
5804
5805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5806 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5807 if test "${ac_cv_header_stat_broken+set}" = set; then :
5808   $as_echo_n "(cached) " >&6
5809 else
5810   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5811 /* end confdefs.h.  */
5812 #include <sys/types.h>
5813 #include <sys/stat.h>
5814
5815 #if defined S_ISBLK && defined S_IFDIR
5816 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5817 #endif
5818
5819 #if defined S_ISBLK && defined S_IFCHR
5820 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5821 #endif
5822
5823 #if defined S_ISLNK && defined S_IFREG
5824 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5825 #endif
5826
5827 #if defined S_ISSOCK && defined S_IFREG
5828 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5829 #endif
5830
5831 _ACEOF
5832 if ac_fn_c_try_compile "$LINENO"; then :
5833   ac_cv_header_stat_broken=no
5834 else
5835   ac_cv_header_stat_broken=yes
5836 fi
5837 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5838 fi
5839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5840 $as_echo "$ac_cv_header_stat_broken" >&6; }
5841 if test $ac_cv_header_stat_broken = yes; then
5842
5843 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5844
5845 fi
5846
5847
5848
5849 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5850 do :
5851   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5852 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5853      #ifdef HAVE_SYS_PARAM_H
5854      # include <sys/param.h>
5855      #endif
5856 "
5857 eval as_val=\$$as_ac_Header
5858    if test "x$as_val" = x""yes; then :
5859   cat >>confdefs.h <<_ACEOF
5860 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5861 _ACEOF
5862
5863 fi
5864
5865 done
5866
5867
5868 for ac_header in \
5869         netinet/ip.h \
5870         net/if.h \
5871         net/if_arp.h \
5872         net/if_dl.h \
5873         net/if_types.h \
5874         net/route.h \
5875         netinet/if_ether.h \
5876         netinet/if_inarp.h \
5877         netinet/in_pcb.h \
5878         netinet/ip_icmp.h \
5879         netinet/ip_var.h \
5880         netinet/udp.h \
5881         netipx/ipx.h \
5882
5883 do :
5884   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5885 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5886      #ifdef HAVE_SYS_SOCKET_H
5887      # include <sys/socket.h>
5888      #endif
5889      #ifdef HAVE_SYS_SOCKETVAR_H
5890      # include <sys/socketvar.h>
5891      #endif
5892      #ifdef HAVE_NET_ROUTE_H
5893      # include <net/route.h>
5894      #endif
5895      #ifdef HAVE_NETINET_IN_H
5896      # include <netinet/in.h>
5897      #endif
5898      #ifdef HAVE_NETINET_IN_SYSTM_H
5899      # include <netinet/in_systm.h>
5900      #endif
5901      #ifdef HAVE_NET_IF_H
5902      # include <net/if.h>
5903      #endif
5904      #ifdef HAVE_NETINET_IP_H
5905      # include <netinet/ip.h>
5906      #endif
5907 "
5908 eval as_val=\$$as_ac_Header
5909    if test "x$as_val" = x""yes; then :
5910   cat >>confdefs.h <<_ACEOF
5911 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5912 _ACEOF
5913
5914 fi
5915
5916 done
5917
5918
5919 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5920 do :
5921   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5922 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5923      #ifdef HAVE_ALIAS_H
5924      # include <alias.h>
5925      #endif
5926      #ifdef HAVE_SYS_SOCKET_H
5927      # include <sys/socket.h>
5928      #endif
5929      #ifdef HAVE_SYS_SOCKETVAR_H
5930      # include <sys/socketvar.h>
5931      #endif
5932      #ifdef HAVE_SYS_TIMEOUT_H
5933      # include <sys/timeout.h>
5934      #endif
5935      #ifdef HAVE_NETINET_IN_H
5936      # include <netinet/in.h>
5937      #endif
5938      #ifdef HAVE_NETINET_IN_SYSTM_H
5939      # include <netinet/in_systm.h>
5940      #endif
5941      #ifdef HAVE_NETINET_IP_H
5942      # include <netinet/ip.h>
5943      #endif
5944      #ifdef HAVE_NETINET_IP_VAR_H
5945      # include <netinet/ip_var.h>
5946      #endif
5947      #ifdef HAVE_NETINET_IP_ICMP_H
5948      # include <netinet/ip_icmp.h>
5949      #endif
5950      #ifdef HAVE_NETINET_UDP_H
5951      # include <netinet/udp.h>
5952      #endif
5953      #ifdef HAVE_NETINET_TCP_H
5954      # include <netinet/tcp.h>
5955      #endif
5956      #ifdef HAVE_NETINET_TCP_TIMER_H
5957      #include <netinet/tcp_timer.h>
5958      #endif
5959 "
5960 eval as_val=\$$as_ac_Header
5961    if test "x$as_val" = x""yes; then :
5962   cat >>confdefs.h <<_ACEOF
5963 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5964 _ACEOF
5965
5966 fi
5967
5968 done
5969
5970
5971 for ac_header in linux/ipx.h linux/irda.h
5972 do :
5973   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5974 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5975      #ifdef HAVE_ASM_TYPES_H
5976      # include <asm/types.h>
5977      #endif
5978      #ifdef HAVE_SYS_SOCKET_H
5979      # include <sys/socket.h>
5980      #endif
5981      #ifdef HAVE_LINUX_TYPES_H
5982      # include <linux/types.h>
5983      #endif
5984 "
5985 eval as_val=\$$as_ac_Header
5986    if test "x$as_val" = x""yes; then :
5987   cat >>confdefs.h <<_ACEOF
5988 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5989 _ACEOF
5990
5991 fi
5992
5993 done
5994
5995
5996 for ac_header in mach-o/dyld_images.h
5997 do :
5998   ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
5999      # include <stdbool.h>
6000      #endif
6001      #ifdef HAVE_STDINT_H
6002      # include <stdint.h>
6003      #endif
6004 "
6005 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6006   cat >>confdefs.h <<_ACEOF
6007 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6008 _ACEOF
6009
6010 fi
6011
6012 done
6013
6014
6015 for ac_header in resolv.h
6016 do :
6017   ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6018      #ifdef HAVE_SYS_SOCKET_H
6019      # include <sys/socket.h>
6020      #endif
6021      #ifdef HAVE_NETINET_IN_H
6022      # include <netinet/in.h>
6023      #endif
6024      #ifdef HAVE_ARPA_NAMESER_H
6025      # include <arpa/nameser.h>
6026      #endif
6027 "
6028 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6029   cat >>confdefs.h <<_ACEOF
6030 #define HAVE_RESOLV_H 1
6031 _ACEOF
6032
6033 fi
6034
6035 done
6036
6037
6038 for ac_header in ucontext.h
6039 do :
6040   ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6041 "
6042 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6043   cat >>confdefs.h <<_ACEOF
6044 #define HAVE_UCONTEXT_H 1
6045 _ACEOF
6046
6047 fi
6048
6049 done
6050
6051
6052 for ac_header in sys/thr.h
6053 do :
6054   ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6055 #ifdef HAVE_UCONTEXT_H
6056 #include <ucontext.h>
6057 #endif
6058 "
6059 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6060   cat >>confdefs.h <<_ACEOF
6061 #define HAVE_SYS_THR_H 1
6062 _ACEOF
6063
6064 fi
6065
6066 done
6067
6068
6069 for ac_header in pthread_np.h
6070 do :
6071   ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6072 #include <pthread.h>
6073 #endif
6074 "
6075 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6076   cat >>confdefs.h <<_ACEOF
6077 #define HAVE_PTHREAD_NP_H 1
6078 _ACEOF
6079
6080 fi
6081
6082 done
6083
6084
6085 for ac_header in linux/videodev.h
6086 do :
6087   ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6088 #include <sys/time.h>
6089 #endif
6090 #include <sys/types.h>
6091 #ifdef HAVE_ASM_TYPES_H
6092 #include <asm/types.h>
6093 #endif
6094 "
6095 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6096   cat >>confdefs.h <<_ACEOF
6097 #define HAVE_LINUX_VIDEODEV_H 1
6098 _ACEOF
6099
6100 fi
6101
6102 done
6103
6104
6105 for ac_header in linux/capi.h
6106 do :
6107   ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6108 "
6109 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6110   cat >>confdefs.h <<_ACEOF
6111 #define HAVE_LINUX_CAPI_H 1
6112 _ACEOF
6113
6114 fi
6115
6116 done
6117
6118
6119
6120 DLLEXT=""
6121
6122 DLLFLAGS="-D_REENTRANT"
6123
6124 LDSHARED=""
6125
6126 LDDLLFLAGS=""
6127
6128 LIBEXT="so"
6129
6130 IMPLIBEXT="def"
6131
6132 LDRPATH_INSTALL=""
6133
6134 LDRPATH_LOCAL=""
6135
6136 # Extract the first word of "ldd", so it can be a program name with args.
6137 set dummy ldd; ac_word=$2
6138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6139 $as_echo_n "checking for $ac_word... " >&6; }
6140 if test "${ac_cv_path_LDD+set}" = set; then :
6141   $as_echo_n "(cached) " >&6
6142 else
6143   case $LDD in
6144   [\\/]* | ?:[\\/]*)
6145   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6146   ;;
6147   *)
6148   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6149 as_dummy="/sbin:/usr/sbin:$PATH"
6150 for as_dir in $as_dummy
6151 do
6152   IFS=$as_save_IFS
6153   test -z "$as_dir" && as_dir=.
6154     for ac_exec_ext in '' $ac_executable_extensions; do
6155   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6156     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6157     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6158     break 2
6159   fi
6160 done
6161   done
6162 IFS=$as_save_IFS
6163
6164   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6165   ;;
6166 esac
6167 fi
6168 LDD=$ac_cv_path_LDD
6169 if test -n "$LDD"; then
6170   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6171 $as_echo "$LDD" >&6; }
6172 else
6173   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6174 $as_echo "no" >&6; }
6175 fi
6176
6177
6178
6179 case $host_os in
6180   cygwin*|mingw32*)
6181     if test -n "$ac_tool_prefix"; then
6182   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6183 set dummy ${ac_tool_prefix}dlltool; 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_prog_DLLTOOL+set}" = set; then :
6187   $as_echo_n "(cached) " >&6
6188 else
6189   if test -n "$DLLTOOL"; then
6190   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6191 else
6192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6193 for as_dir in $PATH
6194 do
6195   IFS=$as_save_IFS
6196   test -z "$as_dir" && as_dir=.
6197     for ac_exec_ext in '' $ac_executable_extensions; do
6198   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6199     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6200     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6201     break 2
6202   fi
6203 done
6204   done
6205 IFS=$as_save_IFS
6206
6207 fi
6208 fi
6209 DLLTOOL=$ac_cv_prog_DLLTOOL
6210 if test -n "$DLLTOOL"; then
6211   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6212 $as_echo "$DLLTOOL" >&6; }
6213 else
6214   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6215 $as_echo "no" >&6; }
6216 fi
6217
6218
6219 fi
6220 if test -z "$ac_cv_prog_DLLTOOL"; then
6221   ac_ct_DLLTOOL=$DLLTOOL
6222   # Extract the first word of "dlltool", so it can be a program name with args.
6223 set dummy dlltool; ac_word=$2
6224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6225 $as_echo_n "checking for $ac_word... " >&6; }
6226 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6227   $as_echo_n "(cached) " >&6
6228 else
6229   if test -n "$ac_ct_DLLTOOL"; then
6230   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6231 else
6232 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6233 for as_dir in $PATH
6234 do
6235   IFS=$as_save_IFS
6236   test -z "$as_dir" && as_dir=.
6237     for ac_exec_ext in '' $ac_executable_extensions; do
6238   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6239     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6240     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6241     break 2
6242   fi
6243 done
6244   done
6245 IFS=$as_save_IFS
6246
6247 fi
6248 fi
6249 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6250 if test -n "$ac_ct_DLLTOOL"; then
6251   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6252 $as_echo "$ac_ct_DLLTOOL" >&6; }
6253 else
6254   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6255 $as_echo "no" >&6; }
6256 fi
6257
6258   if test "x$ac_ct_DLLTOOL" = x; then
6259     DLLTOOL="false"
6260   else
6261     case $cross_compiling:$ac_tool_warned in
6262 yes:)
6263 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6264 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6265 ac_tool_warned=yes ;;
6266 esac
6267     DLLTOOL=$ac_ct_DLLTOOL
6268   fi
6269 else
6270   DLLTOOL="$ac_cv_prog_DLLTOOL"
6271 fi
6272
6273     if test -n "$ac_tool_prefix"; then
6274   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6275 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6277 $as_echo_n "checking for $ac_word... " >&6; }
6278 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6279   $as_echo_n "(cached) " >&6
6280 else
6281   if test -n "$DLLWRAP"; then
6282   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6283 else
6284 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6285 for as_dir in $PATH
6286 do
6287   IFS=$as_save_IFS
6288   test -z "$as_dir" && as_dir=.
6289     for ac_exec_ext in '' $ac_executable_extensions; do
6290   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6291     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6292     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6293     break 2
6294   fi
6295 done
6296   done
6297 IFS=$as_save_IFS
6298
6299 fi
6300 fi
6301 DLLWRAP=$ac_cv_prog_DLLWRAP
6302 if test -n "$DLLWRAP"; then
6303   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6304 $as_echo "$DLLWRAP" >&6; }
6305 else
6306   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6307 $as_echo "no" >&6; }
6308 fi
6309
6310
6311 fi
6312 if test -z "$ac_cv_prog_DLLWRAP"; then
6313   ac_ct_DLLWRAP=$DLLWRAP
6314   # Extract the first word of "dllwrap", so it can be a program name with args.
6315 set dummy dllwrap; ac_word=$2
6316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6317 $as_echo_n "checking for $ac_word... " >&6; }
6318 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6319   $as_echo_n "(cached) " >&6
6320 else
6321   if test -n "$ac_ct_DLLWRAP"; then
6322   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6323 else
6324 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6325 for as_dir in $PATH
6326 do
6327   IFS=$as_save_IFS
6328   test -z "$as_dir" && as_dir=.
6329     for ac_exec_ext in '' $ac_executable_extensions; do
6330   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6331     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6332     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6333     break 2
6334   fi
6335 done
6336   done
6337 IFS=$as_save_IFS
6338
6339 fi
6340 fi
6341 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6342 if test -n "$ac_ct_DLLWRAP"; then
6343   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6344 $as_echo "$ac_ct_DLLWRAP" >&6; }
6345 else
6346   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6347 $as_echo "no" >&6; }
6348 fi
6349
6350   if test "x$ac_ct_DLLWRAP" = x; then
6351     DLLWRAP="false"
6352   else
6353     case $cross_compiling:$ac_tool_warned in
6354 yes:)
6355 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6356 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6357 ac_tool_warned=yes ;;
6358 esac
6359     DLLWRAP=$ac_ct_DLLWRAP
6360   fi
6361 else
6362   DLLWRAP="$ac_cv_prog_DLLWRAP"
6363 fi
6364
6365     if test -n "$ac_tool_prefix"; then
6366   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6367 set dummy ${ac_tool_prefix}ar; ac_word=$2
6368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6369 $as_echo_n "checking for $ac_word... " >&6; }
6370 if test "${ac_cv_prog_MINGWAR+set}" = set; then :
6371   $as_echo_n "(cached) " >&6
6372 else
6373   if test -n "$MINGWAR"; then
6374   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
6375 else
6376 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6377 for as_dir in $PATH
6378 do
6379   IFS=$as_save_IFS
6380   test -z "$as_dir" && as_dir=.
6381     for ac_exec_ext in '' $ac_executable_extensions; do
6382   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6383     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
6384     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6385     break 2
6386   fi
6387 done
6388   done
6389 IFS=$as_save_IFS
6390
6391 fi
6392 fi
6393 MINGWAR=$ac_cv_prog_MINGWAR
6394 if test -n "$MINGWAR"; then
6395   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINGWAR" >&5
6396 $as_echo "$MINGWAR" >&6; }
6397 else
6398   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6399 $as_echo "no" >&6; }
6400 fi
6401
6402
6403 fi
6404 if test -z "$ac_cv_prog_MINGWAR"; then
6405   ac_ct_MINGWAR=$MINGWAR
6406   # Extract the first word of "ar", so it can be a program name with args.
6407 set dummy ar; ac_word=$2
6408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6409 $as_echo_n "checking for $ac_word... " >&6; }
6410 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then :
6411   $as_echo_n "(cached) " >&6
6412 else
6413   if test -n "$ac_ct_MINGWAR"; then
6414   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
6415 else
6416 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6417 for as_dir in $PATH
6418 do
6419   IFS=$as_save_IFS
6420   test -z "$as_dir" && as_dir=.
6421     for ac_exec_ext in '' $ac_executable_extensions; do
6422   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6423     ac_cv_prog_ac_ct_MINGWAR="ar"
6424     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6425     break 2
6426   fi
6427 done
6428   done
6429 IFS=$as_save_IFS
6430
6431 fi
6432 fi
6433 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
6434 if test -n "$ac_ct_MINGWAR"; then
6435   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MINGWAR" >&5
6436 $as_echo "$ac_ct_MINGWAR" >&6; }
6437 else
6438   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6439 $as_echo "no" >&6; }
6440 fi
6441
6442   if test "x$ac_ct_MINGWAR" = x; then
6443     MINGWAR="false"
6444   else
6445     case $cross_compiling:$ac_tool_warned in
6446 yes:)
6447 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6448 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6449 ac_tool_warned=yes ;;
6450 esac
6451     MINGWAR=$ac_ct_MINGWAR
6452   fi
6453 else
6454   MINGWAR="$ac_cv_prog_MINGWAR"
6455 fi
6456
6457     if test "$DLLWRAP" = "false"; then
6458       LIBEXT="a"
6459     else
6460             LIBEXT="dll"
6461     fi
6462     IMPLIBEXT="a"
6463         enable_iphlpapi=${enable_iphlpapi:-no}
6464     enable_kernel32=${enable_kernel32:-no}
6465     enable_msvcrt=${enable_msvcrt:-no}
6466     enable_ntdll=${enable_ntdll:-no}
6467     enable_ws2_32=${enable_ws2_32:-no}
6468     enable_loader=${enable_loader:-no}
6469     enable_server=${enable_server:-no}
6470         with_x=${with_x:-no}
6471     with_pthread=${with_pthread:-no}
6472     ;;
6473   darwin*|macosx*)
6474     DLLEXT=".so"
6475     LIBEXT="dylib"
6476     DLLFLAGS="$DLLFLAGS -fPIC"
6477     LDDLLFLAGS="-bundle -multiply_defined suppress"
6478     LIBWINE_LDFLAGS="-multiply_defined suppress"
6479     LDSHARED="\$(CC) -dynamiclib"
6480     STRIP="$STRIP -x"
6481     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6482         SECURITYLIB="-framework Security -framework CoreFoundation"
6483
6484     COREFOUNDATIONLIB="-framework CoreFoundation"
6485
6486     IOKITLIB="-framework IOKit -framework CoreFoundation"
6487
6488     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6489
6490     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6491     then
6492                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6493
6494     fi
6495     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6496     then
6497                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6498
6499     fi
6500     if test "$ac_cv_header_OpenAL_al_h" = "yes"
6501     then
6502         LIBOPENAL="-framework OpenAL"
6503
6504         ac_cv_lib_openal_alGetSource3i=yes
6505     fi
6506     if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6507     then
6508         ac_save_LIBS="$LIBS"
6509         LIBS="$LIBS $IOKITLIB"
6510         for ac_func in IOHIDManagerCreate
6511 do :
6512   ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6513 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6514   cat >>confdefs.h <<_ACEOF
6515 #define HAVE_IOHIDMANAGERCREATE 1
6516 _ACEOF
6517
6518 fi
6519 done
6520
6521         LIBS="$ac_save_LIBS"
6522     fi
6523     case $host_cpu in
6524       *powerpc*)
6525         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
6526     esac
6527         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6528     then
6529         CARBONLIB="-framework Carbon"
6530
6531         enable_winequartz_drv=${enable_winequartz_drv:-yes}
6532     fi
6533         if test "x$enable_win16" = "xyes"
6534     then
6535         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6536 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6537         if test "$cross_compiling" = yes; then :
6538   { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6539 $as_echo "cross-compiling, assuming yes" >&6; }
6540 else
6541   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6542 /* end confdefs.h.  */
6543 asm(".text\n"
6544                                             "bad:\tnop;nop\n"
6545                                             "good:\tnop;nop\n\t"
6546                                             ".globl _testfunc\n"
6547                                             "_testfunc:\tcallw good");
6548                                         extern void testfunc();
6549 int
6550 main ()
6551 {
6552 unsigned short *p = (unsigned short *)testfunc;
6553                                         return p[0] != 0xe866 || p[1] != 0xfffa
6554   ;
6555   return 0;
6556 }
6557 _ACEOF
6558 if ac_fn_c_try_run "$LINENO"; then :
6559   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6560 $as_echo "yes" >&6; }
6561 else
6562   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6563 $as_echo "no" >&6; }
6564                                        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
6565 fi
6566 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6567   conftest.$ac_objext conftest.beam conftest.$ac_ext
6568 fi
6569
6570     fi
6571     ;;
6572   *)
6573     DLLFLAGS="$DLLFLAGS -fPIC"
6574     DLLEXT=".so"
6575     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6576 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6577 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6578   $as_echo_n "(cached) " >&6
6579 else
6580   ac_wine_try_cflags_saved=$CFLAGS
6581 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6582 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6583 /* end confdefs.h.  */
6584 void myfunc() {}
6585 _ACEOF
6586 if ac_fn_c_try_link "$LINENO"; then :
6587   ac_cv_c_dll_gnuelf="yes"
6588 else
6589   ac_cv_c_dll_gnuelf="no"
6590 fi
6591 rm -f core conftest.err conftest.$ac_objext \
6592     conftest$ac_exeext conftest.$ac_ext
6593 CFLAGS=$ac_wine_try_cflags_saved
6594 fi
6595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6596 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6597     if test "$ac_cv_c_dll_gnuelf" = "yes"
6598     then
6599       LDSHARED="\$(CC) -shared"
6600       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6601       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6602 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6603 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6604   $as_echo_n "(cached) " >&6
6605 else
6606   ac_wine_try_cflags_saved=$CFLAGS
6607 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6609 /* end confdefs.h.  */
6610
6611 int
6612 main ()
6613 {
6614
6615   ;
6616   return 0;
6617 }
6618 _ACEOF
6619 if ac_fn_c_try_link "$LINENO"; then :
6620   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6621 else
6622   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6623 fi
6624 rm -f core conftest.err conftest.$ac_objext \
6625     conftest$ac_exeext conftest.$ac_ext
6626 CFLAGS=$ac_wine_try_cflags_saved
6627 fi
6628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6629 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6630 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6631   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6632 else
6633   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6634 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6635 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6636   $as_echo_n "(cached) " >&6
6637 else
6638   ac_wine_try_cflags_saved=$CFLAGS
6639 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6641 /* end confdefs.h.  */
6642
6643 int
6644 main ()
6645 {
6646
6647   ;
6648   return 0;
6649 }
6650 _ACEOF
6651 if ac_fn_c_try_link "$LINENO"; then :
6652   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6653 else
6654   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6655 fi
6656 rm -f core conftest.err conftest.$ac_objext \
6657     conftest$ac_exeext conftest.$ac_ext
6658 CFLAGS=$ac_wine_try_cflags_saved
6659 fi
6660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6661 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6662 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6663   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6664 fi
6665 fi
6666
6667       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6668 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6669 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6670   $as_echo_n "(cached) " >&6
6671 else
6672   ac_wine_try_cflags_saved=$CFLAGS
6673 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6674 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6675 /* end confdefs.h.  */
6676
6677 int
6678 main ()
6679 {
6680
6681   ;
6682   return 0;
6683 }
6684 _ACEOF
6685 if ac_fn_c_try_link "$LINENO"; then :
6686   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6687 else
6688   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6689 fi
6690 rm -f core conftest.err conftest.$ac_objext \
6691     conftest$ac_exeext conftest.$ac_ext
6692 CFLAGS=$ac_wine_try_cflags_saved
6693 fi
6694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6695 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6696 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6697   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6698 fi
6699
6700       { $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
6701 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6702 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6703   $as_echo_n "(cached) " >&6
6704 else
6705   ac_wine_try_cflags_saved=$CFLAGS
6706 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6708 /* end confdefs.h.  */
6709
6710 int
6711 main ()
6712 {
6713
6714   ;
6715   return 0;
6716 }
6717 _ACEOF
6718 if ac_fn_c_try_link "$LINENO"; then :
6719   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6720 else
6721   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6722 fi
6723 rm -f core conftest.err conftest.$ac_objext \
6724     conftest$ac_exeext conftest.$ac_ext
6725 CFLAGS=$ac_wine_try_cflags_saved
6726 fi
6727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6728 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6729 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6730   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6731 fi
6732
6733       echo '{ global: *; };' >conftest.map
6734       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6735 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6736 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6737   $as_echo_n "(cached) " >&6
6738 else
6739   ac_wine_try_cflags_saved=$CFLAGS
6740 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6741 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6742 /* end confdefs.h.  */
6743
6744 int
6745 main ()
6746 {
6747
6748   ;
6749   return 0;
6750 }
6751 _ACEOF
6752 if ac_fn_c_try_link "$LINENO"; then :
6753   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6754 else
6755   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6756 fi
6757 rm -f core conftest.err conftest.$ac_objext \
6758     conftest$ac_exeext conftest.$ac_ext
6759 CFLAGS=$ac_wine_try_cflags_saved
6760 fi
6761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6762 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6763 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6764   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6765 fi
6766       rm -f conftest.map
6767
6768       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6769 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6770 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6771   $as_echo_n "(cached) " >&6
6772 else
6773   ac_wine_try_cflags_saved=$CFLAGS
6774 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6776 /* end confdefs.h.  */
6777
6778 int
6779 main ()
6780 {
6781
6782   ;
6783   return 0;
6784 }
6785 _ACEOF
6786 if ac_fn_c_try_link "$LINENO"; then :
6787   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6788 else
6789   ac_cv_cflags__fPIC__Wl___export_dynamic=no
6790 fi
6791 rm -f core conftest.err conftest.$ac_objext \
6792     conftest$ac_exeext conftest.$ac_ext
6793 CFLAGS=$ac_wine_try_cflags_saved
6794 fi
6795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6796 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6797 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6798   LDEXECFLAGS="-Wl,--export-dynamic"
6799
6800 fi
6801
6802       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6804 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6805 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6806   $as_echo_n "(cached) " >&6
6807 else
6808   ac_wine_try_cflags_saved=$CFLAGS
6809 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6811 /* end confdefs.h.  */
6812
6813 int
6814 main ()
6815 {
6816
6817   ;
6818   return 0;
6819 }
6820 _ACEOF
6821 if ac_fn_c_try_link "$LINENO"; then :
6822   eval "$as_ac_var=yes"
6823 else
6824   eval "$as_ac_var=no"
6825 fi
6826 rm -f core conftest.err conftest.$ac_objext \
6827     conftest$ac_exeext conftest.$ac_ext
6828 CFLAGS=$ac_wine_try_cflags_saved
6829 fi
6830 eval ac_res=\$$as_ac_var
6831                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6832 $as_echo "$ac_res" >&6; }
6833 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6834   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6835                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6836 else
6837   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6839 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6840 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6841   $as_echo_n "(cached) " >&6
6842 else
6843   ac_wine_try_cflags_saved=$CFLAGS
6844 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6846 /* end confdefs.h.  */
6847
6848 int
6849 main ()
6850 {
6851
6852   ;
6853   return 0;
6854 }
6855 _ACEOF
6856 if ac_fn_c_try_link "$LINENO"; then :
6857   eval "$as_ac_var=yes"
6858 else
6859   eval "$as_ac_var=no"
6860 fi
6861 rm -f core conftest.err conftest.$ac_objext \
6862     conftest$ac_exeext conftest.$ac_ext
6863 CFLAGS=$ac_wine_try_cflags_saved
6864 fi
6865 eval ac_res=\$$as_ac_var
6866                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6867 $as_echo "$ac_res" >&6; }
6868 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6869   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6870                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6871 fi
6872 fi
6873
6874       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6875 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6876 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6877   $as_echo_n "(cached) " >&6
6878 else
6879   ac_wine_try_cflags_saved=$CFLAGS
6880 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6882 /* end confdefs.h.  */
6883
6884 int
6885 main ()
6886 {
6887
6888   ;
6889   return 0;
6890 }
6891 _ACEOF
6892 if ac_fn_c_try_link "$LINENO"; then :
6893   ac_cv_cflags__Wl___enable_new_dtags=yes
6894 else
6895   ac_cv_cflags__Wl___enable_new_dtags=no
6896 fi
6897 rm -f core conftest.err conftest.$ac_objext \
6898     conftest$ac_exeext conftest.$ac_ext
6899 CFLAGS=$ac_wine_try_cflags_saved
6900 fi
6901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6902 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6903 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6904   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6905 fi
6906
6907       case $host_cpu in
6908         *i[3456789]86* | x86_64)
6909           { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6910 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6911 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6912   $as_echo_n "(cached) " >&6
6913 else
6914   ac_wine_try_cflags_saved=$CFLAGS
6915 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6917 /* end confdefs.h.  */
6918
6919 int
6920 main ()
6921 {
6922
6923   ;
6924   return 0;
6925 }
6926 _ACEOF
6927 if ac_fn_c_try_link "$LINENO"; then :
6928   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6929 else
6930   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6931 fi
6932 rm -f core conftest.err conftest.$ac_objext \
6933     conftest$ac_exeext conftest.$ac_ext
6934 CFLAGS=$ac_wine_try_cflags_saved
6935 fi
6936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6937 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6938 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6939   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6940 fi
6941           ;;
6942       esac
6943
6944     else
6945       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6946 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6947 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6948   $as_echo_n "(cached) " >&6
6949 else
6950   ac_wine_try_cflags_saved=$CFLAGS
6951 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6952 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6953 /* end confdefs.h.  */
6954 void myfunc() {}
6955 _ACEOF
6956 if ac_fn_c_try_link "$LINENO"; then :
6957   ac_cv_c_dll_unixware="yes"
6958 else
6959   ac_cv_c_dll_unixware="no"
6960 fi
6961 rm -f core conftest.err conftest.$ac_objext \
6962     conftest$ac_exeext conftest.$ac_ext
6963 CFLAGS=$ac_wine_try_cflags_saved
6964 fi
6965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6966 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6967       if test "$ac_cv_c_dll_unixware" = "yes"
6968       then
6969         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6970         LDDLLFLAGS="-Wl,-G,-B,symbolic"
6971
6972       else
6973         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6974 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6975 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6976   $as_echo_n "(cached) " >&6
6977 else
6978   ac_wine_try_cflags_saved=$CFLAGS
6979 CFLAGS="$CFLAGS -shared"
6980 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6981 /* end confdefs.h.  */
6982 void myfunc() {}
6983 _ACEOF
6984 if ac_fn_c_try_link "$LINENO"; then :
6985   ac_cv_c_dll_hpux="yes"
6986 else
6987   ac_cv_c_dll_hpux="no"
6988 fi
6989 rm -f core conftest.err conftest.$ac_objext \
6990     conftest$ac_exeext conftest.$ac_ext
6991 CFLAGS=$ac_wine_try_cflags_saved
6992 fi
6993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6994 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6995         if test "$ac_cv_c_dll_hpux" = "yes"
6996         then
6997           LIBEXT="sl"
6998           DLLEXT=".sl"
6999           LDDLLFLAGS="-shared -fPIC"
7000           LDSHARED="\$(CC) -shared"
7001         fi
7002       fi
7003     fi
7004     ;;
7005 esac
7006
7007 enable_winequartz_drv=${enable_winequartz_drv:-no}
7008
7009 if test "$LIBEXT" = "a"; then
7010   as_fn_error "could not find a way to build shared libraries.
7011 It is currently not possible to build Wine without shared library
7012 (.so) support to allow transparent switch between .so and .dll files.
7013 If you are using Linux, you will need a newer binutils.
7014 " "$LINENO" 5
7015 fi
7016
7017 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
7018 then
7019     for ac_prog in $host_cpu-pc-mingw32-gcc i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc i686-pc-mingw32-gcc
7020 do
7021   # Extract the first word of "$ac_prog", so it can be a program name with args.
7022 set dummy $ac_prog; ac_word=$2
7023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7024 $as_echo_n "checking for $ac_word... " >&6; }
7025 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
7026   $as_echo_n "(cached) " >&6
7027 else
7028   if test -n "$CROSSCC"; then
7029   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
7030 else
7031 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7032 for as_dir in $PATH
7033 do
7034   IFS=$as_save_IFS
7035   test -z "$as_dir" && as_dir=.
7036     for ac_exec_ext in '' $ac_executable_extensions; do
7037   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7038     ac_cv_prog_CROSSCC="$ac_prog"
7039     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7040     break 2
7041   fi
7042 done
7043   done
7044 IFS=$as_save_IFS
7045
7046 fi
7047 fi
7048 CROSSCC=$ac_cv_prog_CROSSCC
7049 if test -n "$CROSSCC"; then
7050   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
7051 $as_echo "$CROSSCC" >&6; }
7052 else
7053   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7054 $as_echo "no" >&6; }
7055 fi
7056
7057
7058   test -n "$CROSSCC" && break
7059 done
7060 test -n "$CROSSCC" || CROSSCC="false"
7061
7062     for ac_prog in $host_cpu-pc-mingw32-dlltool i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool i686-pc-mingw32-dlltool
7063 do
7064   # Extract the first word of "$ac_prog", so it can be a program name with args.
7065 set dummy $ac_prog; ac_word=$2
7066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7067 $as_echo_n "checking for $ac_word... " >&6; }
7068 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
7069   $as_echo_n "(cached) " >&6
7070 else
7071   if test -n "$DLLTOOL"; then
7072   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7073 else
7074 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7075 for as_dir in $PATH
7076 do
7077   IFS=$as_save_IFS
7078   test -z "$as_dir" && as_dir=.
7079     for ac_exec_ext in '' $ac_executable_extensions; do
7080   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7081     ac_cv_prog_DLLTOOL="$ac_prog"
7082     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7083     break 2
7084   fi
7085 done
7086   done
7087 IFS=$as_save_IFS
7088
7089 fi
7090 fi
7091 DLLTOOL=$ac_cv_prog_DLLTOOL
7092 if test -n "$DLLTOOL"; then
7093   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7094 $as_echo "$DLLTOOL" >&6; }
7095 else
7096   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7097 $as_echo "no" >&6; }
7098 fi
7099
7100
7101   test -n "$DLLTOOL" && break
7102 done
7103 test -n "$DLLTOOL" || DLLTOOL="false"
7104
7105     for ac_prog in $host_cpu-pc-mingw32-ar i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar i686-pc-mingw32-ar
7106 do
7107   # Extract the first word of "$ac_prog", so it can be a program name with args.
7108 set dummy $ac_prog; ac_word=$2
7109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7110 $as_echo_n "checking for $ac_word... " >&6; }
7111 if test "${ac_cv_prog_MINGWAR+set}" = set; then :
7112   $as_echo_n "(cached) " >&6
7113 else
7114   if test -n "$MINGWAR"; then
7115   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7116 else
7117 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7118 for as_dir in $PATH
7119 do
7120   IFS=$as_save_IFS
7121   test -z "$as_dir" && as_dir=.
7122     for ac_exec_ext in '' $ac_executable_extensions; do
7123   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7124     ac_cv_prog_MINGWAR="$ac_prog"
7125     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7126     break 2
7127   fi
7128 done
7129   done
7130 IFS=$as_save_IFS
7131
7132 fi
7133 fi
7134 MINGWAR=$ac_cv_prog_MINGWAR
7135 if test -n "$MINGWAR"; then
7136   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINGWAR" >&5
7137 $as_echo "$MINGWAR" >&6; }
7138 else
7139   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7140 $as_echo "no" >&6; }
7141 fi
7142
7143
7144   test -n "$MINGWAR" && break
7145 done
7146 test -n "$MINGWAR" || MINGWAR="false"
7147
7148     if test "$CROSSCC" != "false"
7149     then
7150         CROSSTEST="\$(CROSSTEST)"
7151
7152         set x $CROSSCC
7153         shift
7154         target=""
7155         while test $# -ge 1
7156         do
7157             case "$1" in
7158               *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
7159             esac
7160             shift
7161         done
7162         if test -n "$target"
7163         then
7164             CROSSTARGETFLAGS="-b $target"
7165
7166         fi
7167     fi
7168 fi
7169
7170
7171 if test "$ac_cv_header_pthread_h" = "yes"
7172 then
7173     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
7174 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7175 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
7176   $as_echo_n "(cached) " >&6
7177 else
7178   ac_check_lib_save_LIBS=$LIBS
7179 LIBS="-lpthread  $LIBS"
7180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7181 /* end confdefs.h.  */
7182
7183 /* Override any GCC internal prototype to avoid an error.
7184    Use char because int might match the return type of a GCC
7185    builtin and then its argument prototype would still apply.  */
7186 #ifdef __cplusplus
7187 extern "C"
7188 #endif
7189 char pthread_create ();
7190 int
7191 main ()
7192 {
7193 return pthread_create ();
7194   ;
7195   return 0;
7196 }
7197 _ACEOF
7198 if ac_fn_c_try_link "$LINENO"; then :
7199   ac_cv_lib_pthread_pthread_create=yes
7200 else
7201   ac_cv_lib_pthread_pthread_create=no
7202 fi
7203 rm -f core conftest.err conftest.$ac_objext \
7204     conftest$ac_exeext conftest.$ac_ext
7205 LIBS=$ac_check_lib_save_LIBS
7206 fi
7207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7208 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7209 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
7210   LIBPTHREAD="-lpthread"
7211
7212 fi
7213
7214 fi
7215 if test "x$LIBPTHREAD" = "x"; then :
7216   case "x$with_pthread" in
7217   xno) ;;
7218   *)   as_fn_error "pthread ${notice_platform}development files not found.
7219 Wine cannot support threads without libpthread.
7220 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7221 esac
7222 fi
7223
7224
7225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7226 $as_echo_n "checking for X... " >&6; }
7227
7228
7229 # Check whether --with-x was given.
7230 if test "${with_x+set}" = set; then :
7231   withval=$with_x;
7232 fi
7233
7234 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7235 if test "x$with_x" = xno; then
7236   # The user explicitly disabled X.
7237   have_x=disabled
7238 else
7239   case $x_includes,$x_libraries in #(
7240     *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7241     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7242   $as_echo_n "(cached) " >&6
7243 else
7244   # One or both of the vars are not set, and there is no cached value.
7245 ac_x_includes=no ac_x_libraries=no
7246 rm -f -r conftest.dir
7247 if mkdir conftest.dir; then
7248   cd conftest.dir
7249   cat >Imakefile <<'_ACEOF'
7250 incroot:
7251         @echo incroot='${INCROOT}'
7252 usrlibdir:
7253         @echo usrlibdir='${USRLIBDIR}'
7254 libdir:
7255         @echo libdir='${LIBDIR}'
7256 _ACEOF
7257   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7258     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7259     for ac_var in incroot usrlibdir libdir; do
7260       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7261     done
7262     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7263     for ac_extension in a so sl dylib la dll; do
7264       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7265          test -f "$ac_im_libdir/libX11.$ac_extension"; then
7266         ac_im_usrlibdir=$ac_im_libdir; break
7267       fi
7268     done
7269     # Screen out bogus values from the imake configuration.  They are
7270     # bogus both because they are the default anyway, and because
7271     # using them would break gcc on systems where it needs fixed includes.
7272     case $ac_im_incroot in
7273         /usr/include) ac_x_includes= ;;
7274         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7275     esac
7276     case $ac_im_usrlibdir in
7277         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7278         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7279     esac
7280   fi
7281   cd ..
7282   rm -f -r conftest.dir
7283 fi
7284
7285 # Standard set of common directories for X headers.
7286 # Check X11 before X11Rn because it is often a symlink to the current release.
7287 ac_x_header_dirs='
7288 /usr/X11/include
7289 /usr/X11R7/include
7290 /usr/X11R6/include
7291 /usr/X11R5/include
7292 /usr/X11R4/include
7293
7294 /usr/include/X11
7295 /usr/include/X11R7
7296 /usr/include/X11R6
7297 /usr/include/X11R5
7298 /usr/include/X11R4
7299
7300 /usr/local/X11/include
7301 /usr/local/X11R7/include
7302 /usr/local/X11R6/include
7303 /usr/local/X11R5/include
7304 /usr/local/X11R4/include
7305
7306 /usr/local/include/X11
7307 /usr/local/include/X11R7
7308 /usr/local/include/X11R6
7309 /usr/local/include/X11R5
7310 /usr/local/include/X11R4
7311
7312 /usr/X386/include
7313 /usr/x386/include
7314 /usr/XFree86/include/X11
7315
7316 /usr/include
7317 /usr/local/include
7318 /usr/unsupported/include
7319 /usr/athena/include
7320 /usr/local/x11r5/include
7321 /usr/lpp/Xamples/include
7322
7323 /usr/openwin/include
7324 /usr/openwin/share/include'
7325
7326 if test "$ac_x_includes" = no; then
7327   # Guess where to find include files, by looking for Xlib.h.
7328   # First, try using that file with no special directory specified.
7329   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7330 /* end confdefs.h.  */
7331 #include <X11/Xlib.h>
7332 _ACEOF
7333 if ac_fn_c_try_cpp "$LINENO"; then :
7334   # We can compile using X headers with no special include directory.
7335 ac_x_includes=
7336 else
7337   for ac_dir in $ac_x_header_dirs; do
7338   if test -r "$ac_dir/X11/Xlib.h"; then
7339     ac_x_includes=$ac_dir
7340     break
7341   fi
7342 done
7343 fi
7344 rm -f conftest.err conftest.$ac_ext
7345 fi # $ac_x_includes = no
7346
7347 if test "$ac_x_libraries" = no; then
7348   # Check for the libraries.
7349   # See if we find them without any special options.
7350   # Don't add to $LIBS permanently.
7351   ac_save_LIBS=$LIBS
7352   LIBS="-lX11 $LIBS"
7353   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7354 /* end confdefs.h.  */
7355 #include <X11/Xlib.h>
7356 int
7357 main ()
7358 {
7359 XrmInitialize ()
7360   ;
7361   return 0;
7362 }
7363 _ACEOF
7364 if ac_fn_c_try_link "$LINENO"; then :
7365   LIBS=$ac_save_LIBS
7366 # We can link X programs with no special library path.
7367 ac_x_libraries=
7368 else
7369   LIBS=$ac_save_LIBS
7370 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7371 do
7372   # Don't even attempt the hair of trying to link an X program!
7373   for ac_extension in a so sl dylib la dll; do
7374     if test -r "$ac_dir/libX11.$ac_extension"; then
7375       ac_x_libraries=$ac_dir
7376       break 2
7377     fi
7378   done
7379 done
7380 fi
7381 rm -f core conftest.err conftest.$ac_objext \
7382     conftest$ac_exeext conftest.$ac_ext
7383 fi # $ac_x_libraries = no
7384
7385 case $ac_x_includes,$ac_x_libraries in #(
7386   no,* | *,no | *\'*)
7387     # Didn't find X, or a directory has "'" in its name.
7388     ac_cv_have_x="have_x=no";; #(
7389   *)
7390     # Record where we found X for the cache.
7391     ac_cv_have_x="have_x=yes\
7392         ac_x_includes='$ac_x_includes'\
7393         ac_x_libraries='$ac_x_libraries'"
7394 esac
7395 fi
7396 ;; #(
7397     *) have_x=yes;;
7398   esac
7399   eval "$ac_cv_have_x"
7400 fi # $with_x != no
7401
7402 if test "$have_x" != yes; then
7403   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7404 $as_echo "$have_x" >&6; }
7405   no_x=yes
7406 else
7407   # If each of the values was on the command line, it overrides each guess.
7408   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7409   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7410   # Update the cache value to reflect the command line values.
7411   ac_cv_have_x="have_x=yes\
7412         ac_x_includes='$x_includes'\
7413         ac_x_libraries='$x_libraries'"
7414   { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7415 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7416 fi
7417
7418 if test "$no_x" = yes; then
7419   # Not all programs may use this symbol, but it does not hurt to define it.
7420
7421 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7422
7423   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7424 else
7425   if test -n "$x_includes"; then
7426     X_CFLAGS="$X_CFLAGS -I$x_includes"
7427   fi
7428
7429   # It would also be nice to do this for all -L options, not just this one.
7430   if test -n "$x_libraries"; then
7431     X_LIBS="$X_LIBS -L$x_libraries"
7432     # For Solaris; some versions of Sun CC require a space after -R and
7433     # others require no space.  Words are not sufficient . . . .
7434     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7435 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7436     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7437     ac_xsave_c_werror_flag=$ac_c_werror_flag
7438     ac_c_werror_flag=yes
7439     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7440 /* end confdefs.h.  */
7441
7442 int
7443 main ()
7444 {
7445
7446   ;
7447   return 0;
7448 }
7449 _ACEOF
7450 if ac_fn_c_try_link "$LINENO"; then :
7451   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7452 $as_echo "no" >&6; }
7453        X_LIBS="$X_LIBS -R$x_libraries"
7454 else
7455   LIBS="$ac_xsave_LIBS -R $x_libraries"
7456        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7457 /* end confdefs.h.  */
7458
7459 int
7460 main ()
7461 {
7462
7463   ;
7464   return 0;
7465 }
7466 _ACEOF
7467 if ac_fn_c_try_link "$LINENO"; then :
7468   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7469 $as_echo "yes" >&6; }
7470           X_LIBS="$X_LIBS -R $x_libraries"
7471 else
7472   { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7473 $as_echo "neither works" >&6; }
7474 fi
7475 rm -f core conftest.err conftest.$ac_objext \
7476     conftest$ac_exeext conftest.$ac_ext
7477 fi
7478 rm -f core conftest.err conftest.$ac_objext \
7479     conftest$ac_exeext conftest.$ac_ext
7480     ac_c_werror_flag=$ac_xsave_c_werror_flag
7481     LIBS=$ac_xsave_LIBS
7482   fi
7483
7484   # Check for system-dependent libraries X programs must link with.
7485   # Do this before checking for the system-independent R6 libraries
7486   # (-lICE), since we may need -lsocket or whatever for X linking.
7487
7488   if test "$ISC" = yes; then
7489     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7490   else
7491     # Martyn Johnson says this is needed for Ultrix, if the X
7492     # libraries were built with DECnet support.  And Karl Berry says
7493     # the Alpha needs dnet_stub (dnet does not exist).
7494     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7495     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7496 /* end confdefs.h.  */
7497
7498 /* Override any GCC internal prototype to avoid an error.
7499    Use char because int might match the return type of a GCC
7500    builtin and then its argument prototype would still apply.  */
7501 #ifdef __cplusplus
7502 extern "C"
7503 #endif
7504 char XOpenDisplay ();
7505 int
7506 main ()
7507 {
7508 return XOpenDisplay ();
7509   ;
7510   return 0;
7511 }
7512 _ACEOF
7513 if ac_fn_c_try_link "$LINENO"; then :
7514
7515 else
7516   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7517 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7518 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7519   $as_echo_n "(cached) " >&6
7520 else
7521   ac_check_lib_save_LIBS=$LIBS
7522 LIBS="-ldnet  $LIBS"
7523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7524 /* end confdefs.h.  */
7525
7526 /* Override any GCC internal prototype to avoid an error.
7527    Use char because int might match the return type of a GCC
7528    builtin and then its argument prototype would still apply.  */
7529 #ifdef __cplusplus
7530 extern "C"
7531 #endif
7532 char dnet_ntoa ();
7533 int
7534 main ()
7535 {
7536 return dnet_ntoa ();
7537   ;
7538   return 0;
7539 }
7540 _ACEOF
7541 if ac_fn_c_try_link "$LINENO"; then :
7542   ac_cv_lib_dnet_dnet_ntoa=yes
7543 else
7544   ac_cv_lib_dnet_dnet_ntoa=no
7545 fi
7546 rm -f core conftest.err conftest.$ac_objext \
7547     conftest$ac_exeext conftest.$ac_ext
7548 LIBS=$ac_check_lib_save_LIBS
7549 fi
7550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7551 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7552 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7553   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7554 fi
7555
7556     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7557       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7558 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7559 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7560   $as_echo_n "(cached) " >&6
7561 else
7562   ac_check_lib_save_LIBS=$LIBS
7563 LIBS="-ldnet_stub  $LIBS"
7564 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7565 /* end confdefs.h.  */
7566
7567 /* Override any GCC internal prototype to avoid an error.
7568    Use char because int might match the return type of a GCC
7569    builtin and then its argument prototype would still apply.  */
7570 #ifdef __cplusplus
7571 extern "C"
7572 #endif
7573 char dnet_ntoa ();
7574 int
7575 main ()
7576 {
7577 return dnet_ntoa ();
7578   ;
7579   return 0;
7580 }
7581 _ACEOF
7582 if ac_fn_c_try_link "$LINENO"; then :
7583   ac_cv_lib_dnet_stub_dnet_ntoa=yes
7584 else
7585   ac_cv_lib_dnet_stub_dnet_ntoa=no
7586 fi
7587 rm -f core conftest.err conftest.$ac_objext \
7588     conftest$ac_exeext conftest.$ac_ext
7589 LIBS=$ac_check_lib_save_LIBS
7590 fi
7591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7592 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7593 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7594   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7595 fi
7596
7597     fi
7598 fi
7599 rm -f core conftest.err conftest.$ac_objext \
7600     conftest$ac_exeext conftest.$ac_ext
7601     LIBS="$ac_xsave_LIBS"
7602
7603     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7604     # to get the SysV transport functions.
7605     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7606     # needs -lnsl.
7607     # The nsl library prevents programs from opening the X display
7608     # on Irix 5.2, according to T.E. Dickey.
7609     # The functions gethostbyname, getservbyname, and inet_addr are
7610     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7611     ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7612 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7613
7614 fi
7615
7616     if test $ac_cv_func_gethostbyname = no; then
7617       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7618 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7619 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7620   $as_echo_n "(cached) " >&6
7621 else
7622   ac_check_lib_save_LIBS=$LIBS
7623 LIBS="-lnsl  $LIBS"
7624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7625 /* end confdefs.h.  */
7626
7627 /* Override any GCC internal prototype to avoid an error.
7628    Use char because int might match the return type of a GCC
7629    builtin and then its argument prototype would still apply.  */
7630 #ifdef __cplusplus
7631 extern "C"
7632 #endif
7633 char gethostbyname ();
7634 int
7635 main ()
7636 {
7637 return gethostbyname ();
7638   ;
7639   return 0;
7640 }
7641 _ACEOF
7642 if ac_fn_c_try_link "$LINENO"; then :
7643   ac_cv_lib_nsl_gethostbyname=yes
7644 else
7645   ac_cv_lib_nsl_gethostbyname=no
7646 fi
7647 rm -f core conftest.err conftest.$ac_objext \
7648     conftest$ac_exeext conftest.$ac_ext
7649 LIBS=$ac_check_lib_save_LIBS
7650 fi
7651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7652 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7653 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7654   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7655 fi
7656
7657       if test $ac_cv_lib_nsl_gethostbyname = no; then
7658         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7659 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7660 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7661   $as_echo_n "(cached) " >&6
7662 else
7663   ac_check_lib_save_LIBS=$LIBS
7664 LIBS="-lbsd  $LIBS"
7665 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7666 /* end confdefs.h.  */
7667
7668 /* Override any GCC internal prototype to avoid an error.
7669    Use char because int might match the return type of a GCC
7670    builtin and then its argument prototype would still apply.  */
7671 #ifdef __cplusplus
7672 extern "C"
7673 #endif
7674 char gethostbyname ();
7675 int
7676 main ()
7677 {
7678 return gethostbyname ();
7679   ;
7680   return 0;
7681 }
7682 _ACEOF
7683 if ac_fn_c_try_link "$LINENO"; then :
7684   ac_cv_lib_bsd_gethostbyname=yes
7685 else
7686   ac_cv_lib_bsd_gethostbyname=no
7687 fi
7688 rm -f core conftest.err conftest.$ac_objext \
7689     conftest$ac_exeext conftest.$ac_ext
7690 LIBS=$ac_check_lib_save_LIBS
7691 fi
7692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7693 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7694 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7695   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7696 fi
7697
7698       fi
7699     fi
7700
7701     # lieder@skyler.mavd.honeywell.com says without -lsocket,
7702     # socket/setsockopt and other routines are undefined under SCO ODT
7703     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
7704     # on later versions), says Simon Leinen: it contains gethostby*
7705     # variants that don't use the name server (or something).  -lsocket
7706     # must be given before -lnsl if both are needed.  We assume that
7707     # if connect needs -lnsl, so does gethostbyname.
7708     ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7709 if test "x$ac_cv_func_connect" = x""yes; then :
7710
7711 fi
7712
7713     if test $ac_cv_func_connect = no; then
7714       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7715 $as_echo_n "checking for connect in -lsocket... " >&6; }
7716 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7717   $as_echo_n "(cached) " >&6
7718 else
7719   ac_check_lib_save_LIBS=$LIBS
7720 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7722 /* end confdefs.h.  */
7723
7724 /* Override any GCC internal prototype to avoid an error.
7725    Use char because int might match the return type of a GCC
7726    builtin and then its argument prototype would still apply.  */
7727 #ifdef __cplusplus
7728 extern "C"
7729 #endif
7730 char connect ();
7731 int
7732 main ()
7733 {
7734 return connect ();
7735   ;
7736   return 0;
7737 }
7738 _ACEOF
7739 if ac_fn_c_try_link "$LINENO"; then :
7740   ac_cv_lib_socket_connect=yes
7741 else
7742   ac_cv_lib_socket_connect=no
7743 fi
7744 rm -f core conftest.err conftest.$ac_objext \
7745     conftest$ac_exeext conftest.$ac_ext
7746 LIBS=$ac_check_lib_save_LIBS
7747 fi
7748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7749 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7750 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7751   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7752 fi
7753
7754     fi
7755
7756     # Guillermo Gomez says -lposix is necessary on A/UX.
7757     ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7758 if test "x$ac_cv_func_remove" = x""yes; then :
7759
7760 fi
7761
7762     if test $ac_cv_func_remove = no; then
7763       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7764 $as_echo_n "checking for remove in -lposix... " >&6; }
7765 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7766   $as_echo_n "(cached) " >&6
7767 else
7768   ac_check_lib_save_LIBS=$LIBS
7769 LIBS="-lposix  $LIBS"
7770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7771 /* end confdefs.h.  */
7772
7773 /* Override any GCC internal prototype to avoid an error.
7774    Use char because int might match the return type of a GCC
7775    builtin and then its argument prototype would still apply.  */
7776 #ifdef __cplusplus
7777 extern "C"
7778 #endif
7779 char remove ();
7780 int
7781 main ()
7782 {
7783 return remove ();
7784   ;
7785   return 0;
7786 }
7787 _ACEOF
7788 if ac_fn_c_try_link "$LINENO"; then :
7789   ac_cv_lib_posix_remove=yes
7790 else
7791   ac_cv_lib_posix_remove=no
7792 fi
7793 rm -f core conftest.err conftest.$ac_objext \
7794     conftest$ac_exeext conftest.$ac_ext
7795 LIBS=$ac_check_lib_save_LIBS
7796 fi
7797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7798 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7799 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7800   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7801 fi
7802
7803     fi
7804
7805     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7806     ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7807 if test "x$ac_cv_func_shmat" = x""yes; then :
7808
7809 fi
7810
7811     if test $ac_cv_func_shmat = no; then
7812       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7813 $as_echo_n "checking for shmat in -lipc... " >&6; }
7814 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7815   $as_echo_n "(cached) " >&6
7816 else
7817   ac_check_lib_save_LIBS=$LIBS
7818 LIBS="-lipc  $LIBS"
7819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7820 /* end confdefs.h.  */
7821
7822 /* Override any GCC internal prototype to avoid an error.
7823    Use char because int might match the return type of a GCC
7824    builtin and then its argument prototype would still apply.  */
7825 #ifdef __cplusplus
7826 extern "C"
7827 #endif
7828 char shmat ();
7829 int
7830 main ()
7831 {
7832 return shmat ();
7833   ;
7834   return 0;
7835 }
7836 _ACEOF
7837 if ac_fn_c_try_link "$LINENO"; then :
7838   ac_cv_lib_ipc_shmat=yes
7839 else
7840   ac_cv_lib_ipc_shmat=no
7841 fi
7842 rm -f core conftest.err conftest.$ac_objext \
7843     conftest$ac_exeext conftest.$ac_ext
7844 LIBS=$ac_check_lib_save_LIBS
7845 fi
7846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7847 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7848 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7849   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7850 fi
7851
7852     fi
7853   fi
7854
7855   # Check for libraries that X11R6 Xt/Xaw programs need.
7856   ac_save_LDFLAGS=$LDFLAGS
7857   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7858   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7859   # check for ICE first), but we must link in the order -lSM -lICE or
7860   # we get undefined symbols.  So assume we have SM if we have ICE.
7861   # These have to be linked with before -lX11, unlike the other
7862   # libraries we check for below, so use a different variable.
7863   # John Interrante, Karl Berry
7864   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7865 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7866 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7867   $as_echo_n "(cached) " >&6
7868 else
7869   ac_check_lib_save_LIBS=$LIBS
7870 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7872 /* end confdefs.h.  */
7873
7874 /* Override any GCC internal prototype to avoid an error.
7875    Use char because int might match the return type of a GCC
7876    builtin and then its argument prototype would still apply.  */
7877 #ifdef __cplusplus
7878 extern "C"
7879 #endif
7880 char IceConnectionNumber ();
7881 int
7882 main ()
7883 {
7884 return IceConnectionNumber ();
7885   ;
7886   return 0;
7887 }
7888 _ACEOF
7889 if ac_fn_c_try_link "$LINENO"; then :
7890   ac_cv_lib_ICE_IceConnectionNumber=yes
7891 else
7892   ac_cv_lib_ICE_IceConnectionNumber=no
7893 fi
7894 rm -f core conftest.err conftest.$ac_objext \
7895     conftest$ac_exeext conftest.$ac_ext
7896 LIBS=$ac_check_lib_save_LIBS
7897 fi
7898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7899 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7900 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7901   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7902 fi
7903
7904   LDFLAGS=$ac_save_LDFLAGS
7905
7906 fi
7907
7908
7909 if test "$have_x" = "yes"
7910 then
7911     XLIB="-lX11"
7912     ac_save_CPPFLAGS="$CPPFLAGS"
7913     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7914
7915     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7916 $as_echo_n "checking for -lX11... " >&6; }
7917 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7918   $as_echo_n "(cached) " >&6
7919 else
7920   ac_check_soname_save_LIBS=$LIBS
7921 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7922   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7923 /* end confdefs.h.  */
7924
7925 /* Override any GCC internal prototype to avoid an error.
7926    Use char because int might match the return type of a GCC
7927    builtin and then its argument prototype would still apply.  */
7928 #ifdef __cplusplus
7929 extern "C"
7930 #endif
7931 char XCreateWindow ();
7932 int
7933 main ()
7934 {
7935 return XCreateWindow ();
7936   ;
7937   return 0;
7938 }
7939 _ACEOF
7940 if ac_fn_c_try_link "$LINENO"; then :
7941   case "$LIBEXT" in
7942     dll) ;;
7943     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'` ;;
7944     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
7945   esac
7946 fi
7947 rm -f core conftest.err conftest.$ac_objext \
7948     conftest$ac_exeext conftest.$ac_ext
7949   LIBS=$ac_check_soname_save_LIBS
7950 fi
7951 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7952   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7953 $as_echo "not found" >&6; }
7954
7955 else
7956   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7957 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7958
7959 cat >>confdefs.h <<_ACEOF
7960 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7961 _ACEOF
7962
7963
7964 fi
7965     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7966 $as_echo_n "checking for -lXext... " >&6; }
7967 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7968   $as_echo_n "(cached) " >&6
7969 else
7970   ac_check_soname_save_LIBS=$LIBS
7971 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7972   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7973 /* end confdefs.h.  */
7974
7975 /* Override any GCC internal prototype to avoid an error.
7976    Use char because int might match the return type of a GCC
7977    builtin and then its argument prototype would still apply.  */
7978 #ifdef __cplusplus
7979 extern "C"
7980 #endif
7981 char XextCreateExtension ();
7982 int
7983 main ()
7984 {
7985 return XextCreateExtension ();
7986   ;
7987   return 0;
7988 }
7989 _ACEOF
7990 if ac_fn_c_try_link "$LINENO"; then :
7991   case "$LIBEXT" in
7992     dll) ;;
7993     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'` ;;
7994     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
7995   esac
7996 fi
7997 rm -f core conftest.err conftest.$ac_objext \
7998     conftest$ac_exeext conftest.$ac_ext
7999   LIBS=$ac_check_soname_save_LIBS
8000 fi
8001 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
8002   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8003 $as_echo "not found" >&6; }
8004
8005 else
8006   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
8007 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
8008
8009 cat >>confdefs.h <<_ACEOF
8010 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
8011 _ACEOF
8012
8013        XLIB="-lXext $XLIB"
8014 fi
8015
8016         for ac_header in X11/Xlib.h \
8017                       X11/XKBlib.h \
8018                       X11/Xutil.h \
8019                       X11/Xcursor/Xcursor.h \
8020                       X11/extensions/shape.h \
8021                       X11/extensions/XInput.h \
8022                       X11/extensions/XShm.h \
8023                       X11/extensions/Xcomposite.h \
8024                       X11/extensions/Xinerama.h \
8025                       X11/extensions/Xrandr.h \
8026                       X11/extensions/Xrender.h \
8027                       X11/extensions/xf86vmode.h
8028 do :
8029   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8030 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
8031 # include <X11/Xlib.h>
8032 #endif
8033 #ifdef HAVE_X11_XUTIL_H
8034 # include <X11/Xutil.h>
8035 #endif
8036 "
8037 eval as_val=\$$as_ac_Header
8038    if test "x$as_val" = x""yes; then :
8039   cat >>confdefs.h <<_ACEOF
8040 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8041 _ACEOF
8042
8043 fi
8044
8045 done
8046
8047
8048                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
8049         then
8050               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
8051 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
8052 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
8053   $as_echo_n "(cached) " >&6
8054 else
8055   ac_check_lib_save_LIBS=$LIBS
8056 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8057 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8058 /* end confdefs.h.  */
8059
8060 /* Override any GCC internal prototype to avoid an error.
8061    Use char because int might match the return type of a GCC
8062    builtin and then its argument prototype would still apply.  */
8063 #ifdef __cplusplus
8064 extern "C"
8065 #endif
8066 char XkbQueryExtension ();
8067 int
8068 main ()
8069 {
8070 return XkbQueryExtension ();
8071   ;
8072   return 0;
8073 }
8074 _ACEOF
8075 if ac_fn_c_try_link "$LINENO"; then :
8076   ac_cv_lib_X11_XkbQueryExtension=yes
8077 else
8078   ac_cv_lib_X11_XkbQueryExtension=no
8079 fi
8080 rm -f core conftest.err conftest.$ac_objext \
8081     conftest$ac_exeext conftest.$ac_ext
8082 LIBS=$ac_check_lib_save_LIBS
8083 fi
8084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
8085 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
8086 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
8087
8088 $as_echo "#define HAVE_XKB 1" >>confdefs.h
8089
8090 fi
8091
8092         fi
8093
8094                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
8095         then
8096             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
8097 $as_echo_n "checking for -lXcursor... " >&6; }
8098 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
8099   $as_echo_n "(cached) " >&6
8100 else
8101   ac_check_soname_save_LIBS=$LIBS
8102 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8103   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8104 /* end confdefs.h.  */
8105
8106 /* Override any GCC internal prototype to avoid an error.
8107    Use char because int might match the return type of a GCC
8108    builtin and then its argument prototype would still apply.  */
8109 #ifdef __cplusplus
8110 extern "C"
8111 #endif
8112 char XcursorImageLoadCursor ();
8113 int
8114 main ()
8115 {
8116 return XcursorImageLoadCursor ();
8117   ;
8118   return 0;
8119 }
8120 _ACEOF
8121 if ac_fn_c_try_link "$LINENO"; then :
8122   case "$LIBEXT" in
8123     dll) ;;
8124     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'` ;;
8125     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8126   esac
8127 fi
8128 rm -f core conftest.err conftest.$ac_objext \
8129     conftest$ac_exeext conftest.$ac_ext
8130   LIBS=$ac_check_soname_save_LIBS
8131 fi
8132 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8133   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8134 $as_echo "not found" >&6; }
8135
8136 else
8137   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
8138 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
8139
8140 cat >>confdefs.h <<_ACEOF
8141 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
8142 _ACEOF
8143
8144
8145 fi
8146         fi
8147         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8148   case "x$with_xcursor" in
8149   x)   wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
8150   xno) ;;
8151   *)   as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
8152 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
8153 esac
8154 fi
8155
8156                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
8157         then
8158             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
8159 $as_echo_n "checking for -lXi... " >&6; }
8160 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
8161   $as_echo_n "(cached) " >&6
8162 else
8163   ac_check_soname_save_LIBS=$LIBS
8164 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8165   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8166 /* end confdefs.h.  */
8167
8168 /* Override any GCC internal prototype to avoid an error.
8169    Use char because int might match the return type of a GCC
8170    builtin and then its argument prototype would still apply.  */
8171 #ifdef __cplusplus
8172 extern "C"
8173 #endif
8174 char XOpenDevice ();
8175 int
8176 main ()
8177 {
8178 return XOpenDevice ();
8179   ;
8180   return 0;
8181 }
8182 _ACEOF
8183 if ac_fn_c_try_link "$LINENO"; then :
8184   case "$LIBEXT" in
8185     dll) ;;
8186     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'` ;;
8187     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8188   esac
8189 fi
8190 rm -f core conftest.err conftest.$ac_objext \
8191     conftest$ac_exeext conftest.$ac_ext
8192   LIBS=$ac_check_soname_save_LIBS
8193 fi
8194 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8195   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8196 $as_echo "not found" >&6; }
8197
8198 else
8199   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8200 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8201
8202 cat >>confdefs.h <<_ACEOF
8203 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8204 _ACEOF
8205
8206
8207 fi
8208         fi
8209         if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8210   case "x$with_xinput" in
8211   x)   wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8212   xno) ;;
8213   *)   as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8214 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8215 esac
8216 fi
8217
8218                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8219         then
8220               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8221 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8222 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8223   $as_echo_n "(cached) " >&6
8224 else
8225   ac_check_lib_save_LIBS=$LIBS
8226 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8227 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8228 /* end confdefs.h.  */
8229
8230 /* Override any GCC internal prototype to avoid an error.
8231    Use char because int might match the return type of a GCC
8232    builtin and then its argument prototype would still apply.  */
8233 #ifdef __cplusplus
8234 extern "C"
8235 #endif
8236 char XShmQueryExtension ();
8237 int
8238 main ()
8239 {
8240 return XShmQueryExtension ();
8241   ;
8242   return 0;
8243 }
8244 _ACEOF
8245 if ac_fn_c_try_link "$LINENO"; then :
8246   ac_cv_lib_Xext_XShmQueryExtension=yes
8247 else
8248   ac_cv_lib_Xext_XShmQueryExtension=no
8249 fi
8250 rm -f core conftest.err conftest.$ac_objext \
8251     conftest$ac_exeext conftest.$ac_ext
8252 LIBS=$ac_check_lib_save_LIBS
8253 fi
8254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8255 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8256 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8257
8258 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8259
8260 fi
8261
8262         fi
8263         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8264   case "x$with_xshm" in
8265   x)   wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8266   xno) ;;
8267   *)   as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8268 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8269 esac
8270 fi
8271
8272                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8273         then
8274               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8275 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8276 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8277   $as_echo_n "(cached) " >&6
8278 else
8279   ac_check_lib_save_LIBS=$LIBS
8280 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8282 /* end confdefs.h.  */
8283
8284 /* Override any GCC internal prototype to avoid an error.
8285    Use char because int might match the return type of a GCC
8286    builtin and then its argument prototype would still apply.  */
8287 #ifdef __cplusplus
8288 extern "C"
8289 #endif
8290 char XShapeQueryExtension ();
8291 int
8292 main ()
8293 {
8294 return XShapeQueryExtension ();
8295   ;
8296   return 0;
8297 }
8298 _ACEOF
8299 if ac_fn_c_try_link "$LINENO"; then :
8300   ac_cv_lib_Xext_XShapeQueryExtension=yes
8301 else
8302   ac_cv_lib_Xext_XShapeQueryExtension=no
8303 fi
8304 rm -f core conftest.err conftest.$ac_objext \
8305     conftest$ac_exeext conftest.$ac_ext
8306 LIBS=$ac_check_lib_save_LIBS
8307 fi
8308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8309 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8310 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8311
8312 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8313
8314 fi
8315
8316         fi
8317         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8318   case "x$with_xshape" in
8319   x)   wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8320   xno) ;;
8321   *)   as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8322 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8323 esac
8324 fi
8325
8326                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
8327         then
8328             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8329 $as_echo_n "checking for -lXxf86vm... " >&6; }
8330 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8331   $as_echo_n "(cached) " >&6
8332 else
8333   ac_check_soname_save_LIBS=$LIBS
8334 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8335   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8336 /* end confdefs.h.  */
8337
8338 /* Override any GCC internal prototype to avoid an error.
8339    Use char because int might match the return type of a GCC
8340    builtin and then its argument prototype would still apply.  */
8341 #ifdef __cplusplus
8342 extern "C"
8343 #endif
8344 char XF86VidModeQueryExtension ();
8345 int
8346 main ()
8347 {
8348 return XF86VidModeQueryExtension ();
8349   ;
8350   return 0;
8351 }
8352 _ACEOF
8353 if ac_fn_c_try_link "$LINENO"; then :
8354   case "$LIBEXT" in
8355     dll) ;;
8356     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'` ;;
8357     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8358   esac
8359 fi
8360 rm -f core conftest.err conftest.$ac_objext \
8361     conftest$ac_exeext conftest.$ac_ext
8362   LIBS=$ac_check_soname_save_LIBS
8363 fi
8364 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8365   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8366 $as_echo "not found" >&6; }
8367
8368 else
8369   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8370 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8371
8372 cat >>confdefs.h <<_ACEOF
8373 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8374 _ACEOF
8375
8376
8377 fi
8378         fi
8379         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8380   case "x$with_xxf86vm" in
8381   x)   wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8382   xno) ;;
8383   *)   as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8384 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8385 esac
8386 fi
8387
8388                 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"
8389         then
8390             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8391 $as_echo_n "checking for -lXrender... " >&6; }
8392 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8393   $as_echo_n "(cached) " >&6
8394 else
8395   ac_check_soname_save_LIBS=$LIBS
8396 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8397   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8398 /* end confdefs.h.  */
8399
8400 /* Override any GCC internal prototype to avoid an error.
8401    Use char because int might match the return type of a GCC
8402    builtin and then its argument prototype would still apply.  */
8403 #ifdef __cplusplus
8404 extern "C"
8405 #endif
8406 char XRenderQueryExtension ();
8407 int
8408 main ()
8409 {
8410 return XRenderQueryExtension ();
8411   ;
8412   return 0;
8413 }
8414 _ACEOF
8415 if ac_fn_c_try_link "$LINENO"; then :
8416   case "$LIBEXT" in
8417     dll) ;;
8418     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'` ;;
8419     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8420   esac
8421 fi
8422 rm -f core conftest.err conftest.$ac_objext \
8423     conftest$ac_exeext conftest.$ac_ext
8424   LIBS=$ac_check_soname_save_LIBS
8425 fi
8426 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8427   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8428 $as_echo "not found" >&6; }
8429
8430 else
8431   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8432 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8433
8434 cat >>confdefs.h <<_ACEOF
8435 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8436 _ACEOF
8437
8438        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8439 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8440 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8441   $as_echo_n "(cached) " >&6
8442 else
8443   ac_check_lib_save_LIBS=$LIBS
8444 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8446 /* end confdefs.h.  */
8447
8448 /* Override any GCC internal prototype to avoid an error.
8449    Use char because int might match the return type of a GCC
8450    builtin and then its argument prototype would still apply.  */
8451 #ifdef __cplusplus
8452 extern "C"
8453 #endif
8454 char XRenderSetPictureTransform ();
8455 int
8456 main ()
8457 {
8458 return XRenderSetPictureTransform ();
8459   ;
8460   return 0;
8461 }
8462 _ACEOF
8463 if ac_fn_c_try_link "$LINENO"; then :
8464   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8465 else
8466   ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8467 fi
8468 rm -f core conftest.err conftest.$ac_objext \
8469     conftest$ac_exeext conftest.$ac_ext
8470 LIBS=$ac_check_lib_save_LIBS
8471 fi
8472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8473 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8474 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8475
8476 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8477
8478 fi
8479
8480 fi
8481
8482         fi
8483         if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8484   case "x$with_xrender" in
8485   x)   wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8486   xno) ;;
8487   *)   as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8488 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8489 esac
8490 fi
8491
8492                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8493         then
8494                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8495 /* end confdefs.h.  */
8496 #include <X11/Xlib.h>
8497 #include <X11/extensions/Xrandr.h>
8498 int
8499 main ()
8500 {
8501 static typeof(XRRSetScreenConfigAndRate) * func;
8502   ;
8503   return 0;
8504 }
8505 _ACEOF
8506 if ac_fn_c_try_compile "$LINENO"; then :
8507   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8508 $as_echo_n "checking for -lXrandr... " >&6; }
8509 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8510   $as_echo_n "(cached) " >&6
8511 else
8512   ac_check_soname_save_LIBS=$LIBS
8513 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8514   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8515 /* end confdefs.h.  */
8516
8517 /* Override any GCC internal prototype to avoid an error.
8518    Use char because int might match the return type of a GCC
8519    builtin and then its argument prototype would still apply.  */
8520 #ifdef __cplusplus
8521 extern "C"
8522 #endif
8523 char XRRQueryExtension ();
8524 int
8525 main ()
8526 {
8527 return XRRQueryExtension ();
8528   ;
8529   return 0;
8530 }
8531 _ACEOF
8532 if ac_fn_c_try_link "$LINENO"; then :
8533   case "$LIBEXT" in
8534     dll) ;;
8535     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'` ;;
8536     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
8537   esac
8538 fi
8539 rm -f core conftest.err conftest.$ac_objext \
8540     conftest$ac_exeext conftest.$ac_ext
8541   LIBS=$ac_check_soname_save_LIBS
8542 fi
8543 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8544   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8545 $as_echo "not found" >&6; }
8546
8547 else
8548   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8549 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8550
8551 cat >>confdefs.h <<_ACEOF
8552 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8553 _ACEOF
8554
8555
8556 fi
8557 fi
8558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8559         fi
8560         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8561   case "x$with_xrandr" in
8562   x)   wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8563   xno) ;;
8564   *)   as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8565 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8566 esac
8567 fi
8568
8569                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8570         then
8571                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8572 /* end confdefs.h.  */
8573 #include <X11/Xlib.h>
8574 #include <X11/extensions/Xinerama.h>
8575 int
8576 main ()
8577 {
8578 static typeof(XineramaQueryScreens) * func;
8579   ;
8580   return 0;
8581 }
8582 _ACEOF
8583 if ac_fn_c_try_compile "$LINENO"; then :
8584   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8585 $as_echo_n "checking for -lXinerama... " >&6; }
8586 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8587   $as_echo_n "(cached) " >&6
8588 else
8589   ac_check_soname_save_LIBS=$LIBS
8590 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8591   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8592 /* end confdefs.h.  */
8593
8594 /* Override any GCC internal prototype to avoid an error.
8595    Use char because int might match the return type of a GCC
8596    builtin and then its argument prototype would still apply.  */
8597 #ifdef __cplusplus
8598 extern "C"
8599 #endif
8600 char XineramaQueryScreens ();
8601 int
8602 main ()
8603 {
8604 return XineramaQueryScreens ();
8605   ;
8606   return 0;
8607 }
8608 _ACEOF
8609 if ac_fn_c_try_link "$LINENO"; then :
8610   case "$LIBEXT" in
8611     dll) ;;
8612     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'` ;;
8613     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
8614   esac
8615 fi
8616 rm -f core conftest.err conftest.$ac_objext \
8617     conftest$ac_exeext conftest.$ac_ext
8618   LIBS=$ac_check_soname_save_LIBS
8619 fi
8620 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8621   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8622 $as_echo "not found" >&6; }
8623
8624 else
8625   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8626 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8627
8628 cat >>confdefs.h <<_ACEOF
8629 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8630 _ACEOF
8631
8632
8633 fi
8634 fi
8635 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8636         fi
8637         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8638   case "x$with_xinerama" in
8639   x)   wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8640   xno) ;;
8641   *)   as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8642 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8643 esac
8644 fi
8645
8646                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8647         then
8648             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8649 $as_echo_n "checking for -lXcomposite... " >&6; }
8650 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8651   $as_echo_n "(cached) " >&6
8652 else
8653   ac_check_soname_save_LIBS=$LIBS
8654 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8655   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8656 /* end confdefs.h.  */
8657
8658 /* Override any GCC internal prototype to avoid an error.
8659    Use char because int might match the return type of a GCC
8660    builtin and then its argument prototype would still apply.  */
8661 #ifdef __cplusplus
8662 extern "C"
8663 #endif
8664 char XCompositeRedirectWindow ();
8665 int
8666 main ()
8667 {
8668 return XCompositeRedirectWindow ();
8669   ;
8670   return 0;
8671 }
8672 _ACEOF
8673 if ac_fn_c_try_link "$LINENO"; then :
8674   case "$LIBEXT" in
8675     dll) ;;
8676     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'` ;;
8677     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8678   esac
8679 fi
8680 rm -f core conftest.err conftest.$ac_objext \
8681     conftest$ac_exeext conftest.$ac_ext
8682   LIBS=$ac_check_soname_save_LIBS
8683 fi
8684 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8685   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8686 $as_echo "not found" >&6; }
8687
8688 else
8689   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8690 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8691
8692 cat >>confdefs.h <<_ACEOF
8693 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8694 _ACEOF
8695
8696
8697 fi
8698         fi
8699         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8700   case "x$with_xcomposite" in
8701   x)   wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8702   xno) ;;
8703   *)   as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8704 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8705 esac
8706 fi
8707
8708                 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8709 #include <X11/Xlib.h>
8710 #endif
8711 "
8712 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8713
8714 cat >>confdefs.h <<_ACEOF
8715 #define HAVE_XICCALLBACK_CALLBACK 1
8716 _ACEOF
8717
8718
8719 fi
8720
8721
8722
8723         opengl_msg=""
8724     if test "x$with_opengl" != "xno"
8725     then
8726         for ac_header in GL/gl.h GL/glx.h GL/glu.h
8727 do :
8728   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8729 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8730 # include <GL/glx.h>
8731 #endif
8732 "
8733 eval as_val=\$$as_ac_Header
8734    if test "x$as_val" = x""yes; then :
8735   cat >>confdefs.h <<_ACEOF
8736 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8737 _ACEOF
8738
8739 fi
8740
8741 done
8742
8743         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8744         then
8745                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8746 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8747 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8748   $as_echo_n "(cached) " >&6
8749 else
8750   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8751 /* end confdefs.h.  */
8752 #include <GL/gl.h>
8753 int
8754 main ()
8755 {
8756 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8757   ;
8758   return 0;
8759 }
8760 _ACEOF
8761 if ac_fn_c_try_compile "$LINENO"; then :
8762   wine_cv_opengl_header_version_OK="yes"
8763 else
8764   wine_cv_opengl_header_version_OK="no"
8765 fi
8766 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8767 fi
8768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8769 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8770
8771             if test "$wine_cv_opengl_header_version_OK" = "yes"
8772             then
8773                                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8774 $as_echo_n "checking for -lGL... " >&6; }
8775 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8776   $as_echo_n "(cached) " >&6
8777 else
8778   ac_check_soname_save_LIBS=$LIBS
8779 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8780   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8781 /* end confdefs.h.  */
8782
8783 /* Override any GCC internal prototype to avoid an error.
8784    Use char because int might match the return type of a GCC
8785    builtin and then its argument prototype would still apply.  */
8786 #ifdef __cplusplus
8787 extern "C"
8788 #endif
8789 char glXCreateContext ();
8790 int
8791 main ()
8792 {
8793 return glXCreateContext ();
8794   ;
8795   return 0;
8796 }
8797 _ACEOF
8798 if ac_fn_c_try_link "$LINENO"; then :
8799   case "$LIBEXT" in
8800     dll) ;;
8801     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'` ;;
8802     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8803   esac
8804 fi
8805 rm -f core conftest.err conftest.$ac_objext \
8806     conftest$ac_exeext conftest.$ac_ext
8807   LIBS=$ac_check_soname_save_LIBS
8808 fi
8809 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8810   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8811 $as_echo "not found" >&6; }
8812        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8813 $as_echo_n "checking for -lGL... " >&6; }
8814 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8815   $as_echo_n "(cached) " >&6
8816 else
8817   ac_check_soname_save_LIBS=$LIBS
8818 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"
8819   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8820 /* end confdefs.h.  */
8821
8822 /* Override any GCC internal prototype to avoid an error.
8823    Use char because int might match the return type of a GCC
8824    builtin and then its argument prototype would still apply.  */
8825 #ifdef __cplusplus
8826 extern "C"
8827 #endif
8828 char glXCreateContext ();
8829 int
8830 main ()
8831 {
8832 return glXCreateContext ();
8833   ;
8834   return 0;
8835 }
8836 _ACEOF
8837 if ac_fn_c_try_link "$LINENO"; then :
8838   case "$LIBEXT" in
8839     dll) ;;
8840     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'` ;;
8841     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8842   esac
8843 fi
8844 rm -f core conftest.err conftest.$ac_objext \
8845     conftest$ac_exeext conftest.$ac_ext
8846   LIBS=$ac_check_soname_save_LIBS
8847 fi
8848 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8849   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8850 $as_echo "not found" >&6; }
8851        if test -f /usr/X11R6/lib/libGL.a
8852                                     then
8853                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8854 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8855                                     else
8856                                         opengl_msg="No OpenGL library found on this system."
8857                                     fi
8858 else
8859   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8860 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8861
8862 cat >>confdefs.h <<_ACEOF
8863 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8864 _ACEOF
8865
8866        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"
8867
8868 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8869
8870 fi
8871 else
8872   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8873 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8874
8875 cat >>confdefs.h <<_ACEOF
8876 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8877 _ACEOF
8878
8879        OPENGL_LIBS="-lGL"
8880
8881 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8882
8883 fi
8884                  if test "$ac_cv_header_GL_glu_h" = "yes"
8885                  then
8886                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8887 $as_echo_n "checking for -lGLU... " >&6; }
8888 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8889   $as_echo_n "(cached) " >&6
8890 else
8891   ac_check_soname_save_LIBS=$LIBS
8892 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8893   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8894 /* end confdefs.h.  */
8895
8896 /* Override any GCC internal prototype to avoid an error.
8897    Use char because int might match the return type of a GCC
8898    builtin and then its argument prototype would still apply.  */
8899 #ifdef __cplusplus
8900 extern "C"
8901 #endif
8902 char gluLookAt ();
8903 int
8904 main ()
8905 {
8906 return gluLookAt ();
8907   ;
8908   return 0;
8909 }
8910 _ACEOF
8911 if ac_fn_c_try_link "$LINENO"; then :
8912   case "$LIBEXT" in
8913     dll) ;;
8914     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'` ;;
8915     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
8916   esac
8917 fi
8918 rm -f core conftest.err conftest.$ac_objext \
8919     conftest$ac_exeext conftest.$ac_ext
8920   LIBS=$ac_check_soname_save_LIBS
8921 fi
8922 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8923   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8924 $as_echo "not found" >&6; }
8925
8926 else
8927   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8928 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8929
8930 cat >>confdefs.h <<_ACEOF
8931 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8932 _ACEOF
8933
8934
8935 fi
8936                  fi
8937                  if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8938   case "x$with_glu" in
8939   x)   wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8940   xno) ;;
8941   *)   as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8942 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8943 esac
8944 fi
8945              else
8946                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8947              fi
8948          else
8949              opengl_msg="OpenGL development headers not found."
8950          fi
8951          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8952          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8953     else
8954          enable_opengl32=${enable_opengl32:-no}
8955          enable_glu32=${enable_glu32:-no}
8956     fi
8957     if test -n "$opengl_msg"; then :
8958   case "x$with_opengl" in
8959   x)   wine_warnings="$wine_warnings|$opengl_msg
8960 OpenGL and Direct3D won't be supported." ;;
8961   xno) ;;
8962   *)   as_fn_error "$opengl_msg
8963 OpenGL and Direct3D won't be supported.
8964 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8965 esac
8966 fi
8967
8968         NASLIBS=""
8969
8970     for ac_header in audio/audiolib.h
8971 do :
8972   ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8973 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8974   cat >>confdefs.h <<_ACEOF
8975 #define HAVE_AUDIO_AUDIOLIB_H 1
8976 _ACEOF
8977  for ac_header in audio/soundlib.h
8978 do :
8979   ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8980 "
8981 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8982   cat >>confdefs.h <<_ACEOF
8983 #define HAVE_AUDIO_SOUNDLIB_H 1
8984 _ACEOF
8985
8986 fi
8987
8988 done
8989
8990           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8991 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8992 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8993   $as_echo_n "(cached) " >&6
8994 else
8995   ac_check_lib_save_LIBS=$LIBS
8996 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8997 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8998 /* end confdefs.h.  */
8999
9000 /* Override any GCC internal prototype to avoid an error.
9001    Use char because int might match the return type of a GCC
9002    builtin and then its argument prototype would still apply.  */
9003 #ifdef __cplusplus
9004 extern "C"
9005 #endif
9006 char AuCreateFlow ();
9007 int
9008 main ()
9009 {
9010 return AuCreateFlow ();
9011   ;
9012   return 0;
9013 }
9014 _ACEOF
9015 if ac_fn_c_try_link "$LINENO"; then :
9016   ac_cv_lib_audio_AuCreateFlow=yes
9017 else
9018   ac_cv_lib_audio_AuCreateFlow=no
9019 fi
9020 rm -f core conftest.err conftest.$ac_objext \
9021     conftest$ac_exeext conftest.$ac_ext
9022 LIBS=$ac_check_lib_save_LIBS
9023 fi
9024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
9025 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
9026 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
9027
9028 $as_echo "#define HAVE_NAS 1" >>confdefs.h
9029
9030                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
9031 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
9032 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
9033   $as_echo_n "(cached) " >&6
9034 else
9035   ac_check_lib_save_LIBS=$LIBS
9036 LIBS="-lXau $X_LIBS $LIBS"
9037 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9038 /* end confdefs.h.  */
9039
9040 /* Override any GCC internal prototype to avoid an error.
9041    Use char because int might match the return type of a GCC
9042    builtin and then its argument prototype would still apply.  */
9043 #ifdef __cplusplus
9044 extern "C"
9045 #endif
9046 char XauGetBestAuthByAddr ();
9047 int
9048 main ()
9049 {
9050 return XauGetBestAuthByAddr ();
9051   ;
9052   return 0;
9053 }
9054 _ACEOF
9055 if ac_fn_c_try_link "$LINENO"; then :
9056   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
9057 else
9058   ac_cv_lib_Xau_XauGetBestAuthByAddr=no
9059 fi
9060 rm -f core conftest.err conftest.$ac_objext \
9061     conftest$ac_exeext conftest.$ac_ext
9062 LIBS=$ac_check_lib_save_LIBS
9063 fi
9064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
9065 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
9066 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
9067   NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
9068 else
9069   NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
9070 fi
9071
9072
9073 fi
9074
9075 fi
9076
9077 done
9078
9079
9080     CPPFLAGS="$ac_save_CPPFLAGS"
9081 else
9082     XLIB=""
9083     X_CFLAGS=""
9084     X_LIBS=""
9085     enable_winex11_drv=${enable_winex11_drv:-no}
9086     enable_opengl32=${enable_opengl32:-no}
9087     enable_glu32=${enable_glu32:-no}
9088 fi
9089 if test "x$XLIB" = "x"; then :
9090   case "x$with_x" in
9091   xno) ;;
9092   *)   as_fn_error "X ${notice_platform}development files not found. Wine will be built
9093 without X support, which probably isn't what you want. You will need to install
9094 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
9095 Use the --without-x option if you really want this." "$LINENO" 5 ;;
9096 esac
9097 fi
9098
9099
9100 XML2LIBS=""
9101
9102 XML2INCL=""
9103
9104 XSLTINCL=""
9105
9106 if test "x$with_xml" != "xno"
9107 then
9108     ac_save_CPPFLAGS="$CPPFLAGS"
9109     if test "$PKG_CONFIG" != "false"
9110     then
9111         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
9112         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
9113     else
9114         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
9115         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
9116     fi
9117     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
9118     for ac_header in libxml/parser.h
9119 do :
9120   ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
9121 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
9122   cat >>confdefs.h <<_ACEOF
9123 #define HAVE_LIBXML_PARSER_H 1
9124 _ACEOF
9125  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
9126 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
9127 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
9128   $as_echo_n "(cached) " >&6
9129 else
9130   ac_check_lib_save_LIBS=$LIBS
9131 LIBS="-lxml2 $ac_xml_libs $LIBS"
9132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9133 /* end confdefs.h.  */
9134
9135 /* Override any GCC internal prototype to avoid an error.
9136    Use char because int might match the return type of a GCC
9137    builtin and then its argument prototype would still apply.  */
9138 #ifdef __cplusplus
9139 extern "C"
9140 #endif
9141 char xmlParseMemory ();
9142 int
9143 main ()
9144 {
9145 return xmlParseMemory ();
9146   ;
9147   return 0;
9148 }
9149 _ACEOF
9150 if ac_fn_c_try_link "$LINENO"; then :
9151   ac_cv_lib_xml2_xmlParseMemory=yes
9152 else
9153   ac_cv_lib_xml2_xmlParseMemory=no
9154 fi
9155 rm -f core conftest.err conftest.$ac_objext \
9156     conftest$ac_exeext conftest.$ac_ext
9157 LIBS=$ac_check_lib_save_LIBS
9158 fi
9159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
9160 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
9161 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
9162
9163 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
9164
9165                  XML2LIBS="$ac_xml_libs"
9166                  XML2INCL="$ac_xml_cflags"
9167 fi
9168
9169              { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
9170 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
9171 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
9172   $as_echo_n "(cached) " >&6
9173 else
9174   ac_check_lib_save_LIBS=$LIBS
9175 LIBS="-lxml2 $ac_xml_libs $LIBS"
9176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9177 /* end confdefs.h.  */
9178
9179 /* Override any GCC internal prototype to avoid an error.
9180    Use char because int might match the return type of a GCC
9181    builtin and then its argument prototype would still apply.  */
9182 #ifdef __cplusplus
9183 extern "C"
9184 #endif
9185 char xmlReadMemory ();
9186 int
9187 main ()
9188 {
9189 return xmlReadMemory ();
9190   ;
9191   return 0;
9192 }
9193 _ACEOF
9194 if ac_fn_c_try_link "$LINENO"; then :
9195   ac_cv_lib_xml2_xmlReadMemory=yes
9196 else
9197   ac_cv_lib_xml2_xmlReadMemory=no
9198 fi
9199 rm -f core conftest.err conftest.$ac_objext \
9200     conftest$ac_exeext conftest.$ac_ext
9201 LIBS=$ac_check_lib_save_LIBS
9202 fi
9203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9204 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9205 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
9206
9207 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9208
9209 fi
9210
9211              { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9212 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9213 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9214   $as_echo_n "(cached) " >&6
9215 else
9216   ac_check_lib_save_LIBS=$LIBS
9217 LIBS="-lxml2 $ac_xml_libs $LIBS"
9218 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9219 /* end confdefs.h.  */
9220
9221 /* Override any GCC internal prototype to avoid an error.
9222    Use char because int might match the return type of a GCC
9223    builtin and then its argument prototype would still apply.  */
9224 #ifdef __cplusplus
9225 extern "C"
9226 #endif
9227 char xmlNewDocPI ();
9228 int
9229 main ()
9230 {
9231 return xmlNewDocPI ();
9232   ;
9233   return 0;
9234 }
9235 _ACEOF
9236 if ac_fn_c_try_link "$LINENO"; then :
9237   ac_cv_lib_xml2_xmlNewDocPI=yes
9238 else
9239   ac_cv_lib_xml2_xmlNewDocPI=no
9240 fi
9241 rm -f core conftest.err conftest.$ac_objext \
9242     conftest$ac_exeext conftest.$ac_ext
9243 LIBS=$ac_check_lib_save_LIBS
9244 fi
9245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9246 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9247 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9248
9249 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9250
9251 fi
9252
9253
9254 fi
9255
9256 done
9257
9258     CPPFLAGS="$ac_save_CPPFLAGS"
9259 fi
9260 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9261   case "x$with_xml" in
9262   x)   wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9263   xno) ;;
9264   *)   as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9265 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9266 esac
9267 fi
9268
9269 if test "x$with_xslt" != "xno"
9270 then
9271     if test "$PKG_CONFIG" != "false"
9272     then
9273         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9274         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9275     else
9276         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9277         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9278     fi
9279     ac_save_CPPFLAGS="$CPPFLAGS"
9280     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9281     for ac_header in libxslt/pattern.h libxslt/transform.h
9282 do :
9283   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9284 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9285 # include <libxslt/pattern.h>
9286 #endif
9287 "
9288 eval as_val=\$$as_ac_Header
9289    if test "x$as_val" = x""yes; then :
9290   cat >>confdefs.h <<_ACEOF
9291 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9292 _ACEOF
9293
9294 fi
9295
9296 done
9297
9298     CPPFLAGS="$ac_save_CPPFLAGS"
9299     if test "$ac_cv_header_libxslt_transform_h" = "yes"
9300     then
9301         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9302 $as_echo_n "checking for -lxslt... " >&6; }
9303 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9304   $as_echo_n "(cached) " >&6
9305 else
9306   ac_check_soname_save_LIBS=$LIBS
9307 LIBS="-lxslt $ac_xslt_libs $LIBS"
9308   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9309 /* end confdefs.h.  */
9310
9311 /* Override any GCC internal prototype to avoid an error.
9312    Use char because int might match the return type of a GCC
9313    builtin and then its argument prototype would still apply.  */
9314 #ifdef __cplusplus
9315 extern "C"
9316 #endif
9317 char xsltCompilePattern ();
9318 int
9319 main ()
9320 {
9321 return xsltCompilePattern ();
9322   ;
9323   return 0;
9324 }
9325 _ACEOF
9326 if ac_fn_c_try_link "$LINENO"; then :
9327   case "$LIBEXT" in
9328     dll) ;;
9329     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'` ;;
9330     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9331   esac
9332 fi
9333 rm -f core conftest.err conftest.$ac_objext \
9334     conftest$ac_exeext conftest.$ac_ext
9335   LIBS=$ac_check_soname_save_LIBS
9336 fi
9337 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9338   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9339 $as_echo "not found" >&6; }
9340
9341 else
9342   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9343 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9344
9345 cat >>confdefs.h <<_ACEOF
9346 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9347 _ACEOF
9348
9349        XSLTINCL="$ac_xslt_cflags"
9350 fi
9351     fi
9352 fi
9353 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9354   case "x$with_xslt" in
9355   x)   wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9356   xno) ;;
9357   *)   as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9358 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9359 esac
9360 fi
9361
9362 HALINCL=""
9363
9364 if test "x$with_hal" != "xno"
9365 then
9366     ac_save_CPPFLAGS="$CPPFLAGS"
9367     if test "$PKG_CONFIG" != "false"
9368     then
9369         ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9370         ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9371         CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9372     fi
9373     for ac_header in dbus/dbus.h hal/libhal.h
9374 do :
9375   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9376 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9377 eval as_val=\$$as_ac_Header
9378    if test "x$as_val" = x""yes; then :
9379   cat >>confdefs.h <<_ACEOF
9380 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9381 _ACEOF
9382
9383 fi
9384
9385 done
9386
9387     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9388     then
9389         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9390 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9391 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9392   $as_echo_n "(cached) " >&6
9393 else
9394   ac_check_lib_save_LIBS=$LIBS
9395 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9396 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9397 /* end confdefs.h.  */
9398
9399 /* Override any GCC internal prototype to avoid an error.
9400    Use char because int might match the return type of a GCC
9401    builtin and then its argument prototype would still apply.  */
9402 #ifdef __cplusplus
9403 extern "C"
9404 #endif
9405 char dbus_connection_close ();
9406 int
9407 main ()
9408 {
9409 return dbus_connection_close ();
9410   ;
9411   return 0;
9412 }
9413 _ACEOF
9414 if ac_fn_c_try_link "$LINENO"; then :
9415   ac_cv_lib_dbus_1_dbus_connection_close=yes
9416 else
9417   ac_cv_lib_dbus_1_dbus_connection_close=no
9418 fi
9419 rm -f core conftest.err conftest.$ac_objext \
9420     conftest$ac_exeext conftest.$ac_ext
9421 LIBS=$ac_check_lib_save_LIBS
9422 fi
9423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9424 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9425 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9426   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9427 $as_echo_n "checking for -lhal... " >&6; }
9428 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9429   $as_echo_n "(cached) " >&6
9430 else
9431   ac_check_soname_save_LIBS=$LIBS
9432 LIBS="-lhal $ac_hal_libs $LIBS"
9433   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9434 /* end confdefs.h.  */
9435
9436 /* Override any GCC internal prototype to avoid an error.
9437    Use char because int might match the return type of a GCC
9438    builtin and then its argument prototype would still apply.  */
9439 #ifdef __cplusplus
9440 extern "C"
9441 #endif
9442 char libhal_ctx_new ();
9443 int
9444 main ()
9445 {
9446 return libhal_ctx_new ();
9447   ;
9448   return 0;
9449 }
9450 _ACEOF
9451 if ac_fn_c_try_link "$LINENO"; then :
9452   case "$LIBEXT" in
9453     dll) ;;
9454     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'` ;;
9455     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
9456   esac
9457 fi
9458 rm -f core conftest.err conftest.$ac_objext \
9459     conftest$ac_exeext conftest.$ac_ext
9460   LIBS=$ac_check_soname_save_LIBS
9461 fi
9462 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9463   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9464 $as_echo "not found" >&6; }
9465
9466 else
9467   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9468 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9469
9470 cat >>confdefs.h <<_ACEOF
9471 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9472 _ACEOF
9473
9474        HALINCL="$ac_hal_cflags"
9475 fi
9476 fi
9477
9478     fi
9479     CPPFLAGS="$ac_save_CPPFLAGS"
9480 fi
9481 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9482   case "x$with_hal" in
9483   x)   wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9484   xno) ;;
9485   *)   as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9486 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9487 esac
9488 fi
9489
9490 if test "x$with_gnutls" != "xno"
9491 then
9492     ac_save_CPPFLAGS="$CPPFLAGS"
9493     if test "$PKG_CONFIG" != "false"
9494     then
9495         ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9496         ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9497         CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9498     fi
9499     ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9500 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9501   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9502 /* end confdefs.h.  */
9503 #include <gnutls/gnutls.h>
9504 int
9505 main ()
9506 {
9507 typeof(gnutls_mac_get_key_size) *pfunc;
9508   ;
9509   return 0;
9510 }
9511 _ACEOF
9512 if ac_fn_c_try_compile "$LINENO"; then :
9513   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9514 $as_echo_n "checking for -lgnutls... " >&6; }
9515 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9516   $as_echo_n "(cached) " >&6
9517 else
9518   ac_check_soname_save_LIBS=$LIBS
9519 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9520   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9521 /* end confdefs.h.  */
9522
9523 /* Override any GCC internal prototype to avoid an error.
9524    Use char because int might match the return type of a GCC
9525    builtin and then its argument prototype would still apply.  */
9526 #ifdef __cplusplus
9527 extern "C"
9528 #endif
9529 char gnutls_global_init ();
9530 int
9531 main ()
9532 {
9533 return gnutls_global_init ();
9534   ;
9535   return 0;
9536 }
9537 _ACEOF
9538 if ac_fn_c_try_link "$LINENO"; then :
9539   case "$LIBEXT" in
9540     dll) ;;
9541     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'` ;;
9542     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9543   esac
9544 fi
9545 rm -f core conftest.err conftest.$ac_objext \
9546     conftest$ac_exeext conftest.$ac_ext
9547   LIBS=$ac_check_soname_save_LIBS
9548 fi
9549 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9550   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9551 $as_echo "not found" >&6; }
9552
9553 else
9554   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9555 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9556
9557 cat >>confdefs.h <<_ACEOF
9558 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9559 _ACEOF
9560
9561        GNUTLSINCL="$ac_gnutls_cflags"
9562
9563 fi
9564 fi
9565 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9566 fi
9567
9568
9569     CPPFLAGS="$ac_save_CPPFLAGS"
9570 fi
9571 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9572   case "x$with_gnutls" in
9573   x)   wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9574   xno) ;;
9575   *)   as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9576 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9577 esac
9578 fi
9579
9580 CURSESLIBS=""
9581 if test "$ac_cv_header_ncurses_h" = "yes"
9582 then
9583     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9584 $as_echo_n "checking for -lncurses... " >&6; }
9585 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9586   $as_echo_n "(cached) " >&6
9587 else
9588   ac_check_soname_save_LIBS=$LIBS
9589 LIBS="-lncurses  $LIBS"
9590   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9591 /* end confdefs.h.  */
9592
9593 /* Override any GCC internal prototype to avoid an error.
9594    Use char because int might match the return type of a GCC
9595    builtin and then its argument prototype would still apply.  */
9596 #ifdef __cplusplus
9597 extern "C"
9598 #endif
9599 char waddch ();
9600 int
9601 main ()
9602 {
9603 return waddch ();
9604   ;
9605   return 0;
9606 }
9607 _ACEOF
9608 if ac_fn_c_try_link "$LINENO"; then :
9609   case "$LIBEXT" in
9610     dll) ;;
9611     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'` ;;
9612     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
9613   esac
9614 fi
9615 rm -f core conftest.err conftest.$ac_objext \
9616     conftest$ac_exeext conftest.$ac_ext
9617   LIBS=$ac_check_soname_save_LIBS
9618 fi
9619 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9620   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9621 $as_echo "not found" >&6; }
9622
9623 else
9624   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9625 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9626
9627 cat >>confdefs.h <<_ACEOF
9628 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9629 _ACEOF
9630
9631        CURSESLIBS="-lncurses"
9632 fi
9633 elif test "$ac_cv_header_curses_h" = "yes"
9634 then
9635     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9636 $as_echo_n "checking for -lcurses... " >&6; }
9637 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9638   $as_echo_n "(cached) " >&6
9639 else
9640   ac_check_soname_save_LIBS=$LIBS
9641 LIBS="-lcurses  $LIBS"
9642   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9643 /* end confdefs.h.  */
9644
9645 /* Override any GCC internal prototype to avoid an error.
9646    Use char because int might match the return type of a GCC
9647    builtin and then its argument prototype would still apply.  */
9648 #ifdef __cplusplus
9649 extern "C"
9650 #endif
9651 char waddch ();
9652 int
9653 main ()
9654 {
9655 return waddch ();
9656   ;
9657   return 0;
9658 }
9659 _ACEOF
9660 if ac_fn_c_try_link "$LINENO"; then :
9661   case "$LIBEXT" in
9662     dll) ;;
9663     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'` ;;
9664     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9665   esac
9666 fi
9667 rm -f core conftest.err conftest.$ac_objext \
9668     conftest$ac_exeext conftest.$ac_ext
9669   LIBS=$ac_check_soname_save_LIBS
9670 fi
9671 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9672   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9673 $as_echo "not found" >&6; }
9674
9675 else
9676   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9677 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9678
9679 cat >>confdefs.h <<_ACEOF
9680 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9681 _ACEOF
9682
9683        CURSESLIBS="-lcurses"
9684 fi
9685 fi
9686 ac_save_LIBS="$LIBS"
9687 LIBS="$LIBS $CURSESLIBS"
9688 for ac_func in mousemask
9689 do :
9690   ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9691 if test "x$ac_cv_func_mousemask" = x""yes; then :
9692   cat >>confdefs.h <<_ACEOF
9693 #define HAVE_MOUSEMASK 1
9694 _ACEOF
9695
9696 fi
9697 done
9698
9699 LIBS="$ac_save_LIBS"
9700 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9701   case "x$with_curses" in
9702   x)   wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9703   xno) ;;
9704   *)   as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9705 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9706 esac
9707 fi
9708
9709 if test "x$with_sane" != "xno"
9710 then
9711     ac_save_CPPFLAGS="$CPPFLAGS"
9712     # Extract the first word of "sane-config", so it can be a program name with args.
9713 set dummy sane-config; ac_word=$2
9714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9715 $as_echo_n "checking for $ac_word... " >&6; }
9716 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9717   $as_echo_n "(cached) " >&6
9718 else
9719   if test -n "$sane_devel"; then
9720   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9721 else
9722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9723 for as_dir in $PATH
9724 do
9725   IFS=$as_save_IFS
9726   test -z "$as_dir" && as_dir=.
9727     for ac_exec_ext in '' $ac_executable_extensions; do
9728   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9729     ac_cv_prog_sane_devel="sane-config"
9730     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9731     break 2
9732   fi
9733 done
9734   done
9735 IFS=$as_save_IFS
9736
9737   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9738 fi
9739 fi
9740 sane_devel=$ac_cv_prog_sane_devel
9741 if test -n "$sane_devel"; then
9742   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9743 $as_echo "$sane_devel" >&6; }
9744 else
9745   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9746 $as_echo "no" >&6; }
9747 fi
9748
9749
9750     if test "$sane_devel" != "no"
9751     then
9752         ac_sane_incl="`$sane_devel --cflags`"
9753         ac_sane_libs="`$sane_devel --ldflags`"
9754         CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9755     fi
9756     ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9757 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9758   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9759 $as_echo_n "checking for -lsane... " >&6; }
9760 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9761   $as_echo_n "(cached) " >&6
9762 else
9763   ac_check_soname_save_LIBS=$LIBS
9764 LIBS="-lsane $ac_sane_libs $LIBS"
9765   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9766 /* end confdefs.h.  */
9767
9768 /* Override any GCC internal prototype to avoid an error.
9769    Use char because int might match the return type of a GCC
9770    builtin and then its argument prototype would still apply.  */
9771 #ifdef __cplusplus
9772 extern "C"
9773 #endif
9774 char sane_init ();
9775 int
9776 main ()
9777 {
9778 return sane_init ();
9779   ;
9780   return 0;
9781 }
9782 _ACEOF
9783 if ac_fn_c_try_link "$LINENO"; then :
9784   case "$LIBEXT" in
9785     dll) ;;
9786     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'` ;;
9787     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9788   esac
9789 fi
9790 rm -f core conftest.err conftest.$ac_objext \
9791     conftest$ac_exeext conftest.$ac_ext
9792   LIBS=$ac_check_soname_save_LIBS
9793 fi
9794 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9795   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9796 $as_echo "not found" >&6; }
9797
9798 else
9799   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9800 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9801
9802 cat >>confdefs.h <<_ACEOF
9803 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9804 _ACEOF
9805
9806        SANEINCL="$ac_sane_incl"
9807
9808 fi
9809 fi
9810
9811
9812     CPPFLAGS="$ac_save_CPPFLAGS"
9813 fi
9814 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9815   case "x$with_sane" in
9816   x)   wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9817   xno) ;;
9818   *)   as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9819 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9820 esac
9821 fi
9822
9823 if test "x$with_gphoto" != "xno"
9824 then
9825     ac_save_CPPFLAGS="$CPPFLAGS"
9826     # Extract the first word of "gphoto2-config", so it can be a program name with args.
9827 set dummy gphoto2-config; ac_word=$2
9828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9829 $as_echo_n "checking for $ac_word... " >&6; }
9830 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9831   $as_echo_n "(cached) " >&6
9832 else
9833   if test -n "$gphoto2_devel"; then
9834   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9835 else
9836 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9837 for as_dir in $PATH
9838 do
9839   IFS=$as_save_IFS
9840   test -z "$as_dir" && as_dir=.
9841     for ac_exec_ext in '' $ac_executable_extensions; do
9842   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9843     ac_cv_prog_gphoto2_devel="gphoto2-config"
9844     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9845     break 2
9846   fi
9847 done
9848   done
9849 IFS=$as_save_IFS
9850
9851   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9852 fi
9853 fi
9854 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9855 if test -n "$gphoto2_devel"; then
9856   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9857 $as_echo "$gphoto2_devel" >&6; }
9858 else
9859   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9860 $as_echo "no" >&6; }
9861 fi
9862
9863
9864     # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9865 set dummy gphoto2-port-config; ac_word=$2
9866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9867 $as_echo_n "checking for $ac_word... " >&6; }
9868 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9869   $as_echo_n "(cached) " >&6
9870 else
9871   if test -n "$gphoto2port_devel"; then
9872   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9873 else
9874 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9875 for as_dir in $PATH
9876 do
9877   IFS=$as_save_IFS
9878   test -z "$as_dir" && as_dir=.
9879     for ac_exec_ext in '' $ac_executable_extensions; do
9880   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9881     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9882     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9883     break 2
9884   fi
9885 done
9886   done
9887 IFS=$as_save_IFS
9888
9889   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9890 fi
9891 fi
9892 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9893 if test -n "$gphoto2port_devel"; then
9894   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9895 $as_echo "$gphoto2port_devel" >&6; }
9896 else
9897   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9898 $as_echo "no" >&6; }
9899 fi
9900
9901
9902     if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9903     then
9904         ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9905         ac_gphoto2_libs=""
9906         for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9907         do
9908             case "$i" in
9909             -L/usr/lib|-L/usr/lib64) ;;
9910             -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9911             esac
9912         done
9913         CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9914     fi
9915     ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9916     ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9917 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9918   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9919 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9920 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9921   $as_echo_n "(cached) " >&6
9922 else
9923   ac_check_lib_save_LIBS=$LIBS
9924 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9925 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9926 /* end confdefs.h.  */
9927
9928 /* Override any GCC internal prototype to avoid an error.
9929    Use char because int might match the return type of a GCC
9930    builtin and then its argument prototype would still apply.  */
9931 #ifdef __cplusplus
9932 extern "C"
9933 #endif
9934 char gp_camera_new ();
9935 int
9936 main ()
9937 {
9938 return gp_camera_new ();
9939   ;
9940   return 0;
9941 }
9942 _ACEOF
9943 if ac_fn_c_try_link "$LINENO"; then :
9944   ac_cv_lib_gphoto2_gp_camera_new=yes
9945 else
9946   ac_cv_lib_gphoto2_gp_camera_new=no
9947 fi
9948 rm -f core conftest.err conftest.$ac_objext \
9949     conftest$ac_exeext conftest.$ac_ext
9950 LIBS=$ac_check_lib_save_LIBS
9951 fi
9952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9953 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9954 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9955
9956 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9957
9958                                    GPHOTO2LIBS="$ac_gphoto2_libs"
9959
9960                                    GPHOTO2INCL="$ac_gphoto2_incl"
9961
9962 fi
9963
9964 fi
9965
9966
9967     CPPFLAGS="$ac_save_CPPFLAGS"
9968 fi
9969 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9970   case "x$with_gphoto" in
9971   x)   wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9972   xno) ;;
9973   *)   as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9974 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9975 esac
9976 fi
9977
9978
9979 RESOLVLIBS=""
9980
9981 if test "$ac_cv_header_resolv_h" = "yes"
9982 then
9983     ac_save_LIBS="$LIBS"
9984     LIBS="$LIBS -lresolv"
9985     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9986 /* end confdefs.h.  */
9987 #ifdef HAVE_NETINET_IN_H
9988 #include <netinet/in.h>
9989 #endif
9990 #include <resolv.h>
9991 int
9992 main ()
9993 {
9994 res_init();
9995   ;
9996   return 0;
9997 }
9998 _ACEOF
9999 if ac_fn_c_try_link "$LINENO"; then :
10000
10001 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
10002
10003          RESOLVLIBS="-lresolv"
10004 fi
10005 rm -f core conftest.err conftest.$ac_objext \
10006     conftest$ac_exeext conftest.$ac_ext
10007     LIBS="$ac_save_LIBS"
10008 fi
10009
10010 LCMSLIBS=""
10011
10012 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
10013 then
10014     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
10015 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
10016 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
10017   $as_echo_n "(cached) " >&6
10018 else
10019   ac_check_lib_save_LIBS=$LIBS
10020 LIBS="-llcms  $LIBS"
10021 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10022 /* end confdefs.h.  */
10023
10024 /* Override any GCC internal prototype to avoid an error.
10025    Use char because int might match the return type of a GCC
10026    builtin and then its argument prototype would still apply.  */
10027 #ifdef __cplusplus
10028 extern "C"
10029 #endif
10030 char cmsOpenProfileFromFile ();
10031 int
10032 main ()
10033 {
10034 return cmsOpenProfileFromFile ();
10035   ;
10036   return 0;
10037 }
10038 _ACEOF
10039 if ac_fn_c_try_link "$LINENO"; then :
10040   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
10041 else
10042   ac_cv_lib_lcms_cmsOpenProfileFromFile=no
10043 fi
10044 rm -f core conftest.err conftest.$ac_objext \
10045     conftest$ac_exeext conftest.$ac_ext
10046 LIBS=$ac_check_lib_save_LIBS
10047 fi
10048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
10049 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
10050 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
10051
10052 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
10053
10054          LCMSLIBS="-llcms"
10055 fi
10056
10057 fi
10058 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
10059   case "x$with_cms" in
10060   x)   wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
10061   xno) ;;
10062   *)   as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
10063 This is an error since --with-cms was requested." "$LINENO" 5 ;;
10064 esac
10065 fi
10066
10067 if test "x$with_freetype" != "xno"
10068 then
10069     for ac_prog in freetype-config freetype2-config
10070 do
10071   # Extract the first word of "$ac_prog", so it can be a program name with args.
10072 set dummy $ac_prog; ac_word=$2
10073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10074 $as_echo_n "checking for $ac_word... " >&6; }
10075 if test "${ac_cv_prog_ft_devel+set}" = set; then :
10076   $as_echo_n "(cached) " >&6
10077 else
10078   if test -n "$ft_devel"; then
10079   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
10080 else
10081 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10082 for as_dir in $PATH
10083 do
10084   IFS=$as_save_IFS
10085   test -z "$as_dir" && as_dir=.
10086     for ac_exec_ext in '' $ac_executable_extensions; do
10087   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10088     ac_cv_prog_ft_devel="$ac_prog"
10089     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10090     break 2
10091   fi
10092 done
10093   done
10094 IFS=$as_save_IFS
10095
10096 fi
10097 fi
10098 ft_devel=$ac_cv_prog_ft_devel
10099 if test -n "$ft_devel"; then
10100   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
10101 $as_echo "$ft_devel" >&6; }
10102 else
10103   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10104 $as_echo "no" >&6; }
10105 fi
10106
10107
10108   test -n "$ft_devel" && break
10109 done
10110 test -n "$ft_devel" || ft_devel="no"
10111
10112     if test "$ft_devel" != "no"
10113     then
10114         ac_freetype_incl=`$ft_devel --cflags`
10115         ac_freetype_libs=`$ft_devel --libs`
10116     fi
10117     ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
10118     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
10119 $as_echo_n "checking for -lfreetype... " >&6; }
10120 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
10121   $as_echo_n "(cached) " >&6
10122 else
10123   ac_check_soname_save_LIBS=$LIBS
10124 LIBS="-lfreetype $ac_freetype_libs $LIBS"
10125   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10126 /* end confdefs.h.  */
10127
10128 /* Override any GCC internal prototype to avoid an error.
10129    Use char because int might match the return type of a GCC
10130    builtin and then its argument prototype would still apply.  */
10131 #ifdef __cplusplus
10132 extern "C"
10133 #endif
10134 char FT_Init_FreeType ();
10135 int
10136 main ()
10137 {
10138 return FT_Init_FreeType ();
10139   ;
10140   return 0;
10141 }
10142 _ACEOF
10143 if ac_fn_c_try_link "$LINENO"; then :
10144   case "$LIBEXT" in
10145     dll) ;;
10146     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'` ;;
10147     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
10148   esac
10149 fi
10150 rm -f core conftest.err conftest.$ac_objext \
10151     conftest$ac_exeext conftest.$ac_ext
10152   LIBS=$ac_check_soname_save_LIBS
10153 fi
10154 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10155   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10156 $as_echo "not found" >&6; }
10157        ft_lib=no
10158 else
10159   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10160 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10161
10162 cat >>confdefs.h <<_ACEOF
10163 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10164 _ACEOF
10165
10166        ft_lib=yes
10167 fi
10168     if test "$ft_lib" = "yes"
10169     then
10170         ac_save_CPPFLAGS="$CPPFLAGS"
10171         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10172         for ac_header in ft2build.h \
10173                          freetype/freetype.h \
10174                          freetype/ftglyph.h \
10175                          freetype/fttypes.h \
10176                          freetype/tttables.h \
10177                          freetype/ftsnames.h \
10178                          freetype/ttnameid.h \
10179                          freetype/ftoutln.h \
10180                          freetype/ftwinfnt.h \
10181                          freetype/ftmodapi.h \
10182                          freetype/ftlcdfil.h \
10183                          freetype/internal/sfnt.h
10184 do :
10185   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10186 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10187                           # include <ft2build.h>
10188                           #endif
10189 "
10190 eval as_val=\$$as_ac_Header
10191    if test "x$as_val" = x""yes; then :
10192   cat >>confdefs.h <<_ACEOF
10193 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10194 _ACEOF
10195
10196 fi
10197
10198 done
10199
10200         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10201 /* end confdefs.h.  */
10202 #include <ft2build.h>
10203                     #include <freetype/fttrigon.h>
10204 _ACEOF
10205 if ac_fn_c_try_cpp "$LINENO"; then :
10206
10207 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10208
10209                     wine_cv_fttrigon=yes
10210 else
10211   wine_cv_fttrigon=no
10212 fi
10213 rm -f conftest.err conftest.$ac_ext
10214         ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10215 "
10216 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10217
10218 cat >>confdefs.h <<_ACEOF
10219 #define HAVE_FT_TRUETYPEENGINETYPE 1
10220 _ACEOF
10221
10222
10223 fi
10224
10225         ac_save_CFLAGS="$CFLAGS"
10226         CFLAGS="$CFLAGS $ac_freetype_libs"
10227         for ac_func in FT_Load_Sfnt_Table
10228 do :
10229   ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10230 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10231   cat >>confdefs.h <<_ACEOF
10232 #define HAVE_FT_LOAD_SFNT_TABLE 1
10233 _ACEOF
10234
10235 fi
10236 done
10237
10238         CFLAGS="$ac_save_CFLAGS"
10239         CPPFLAGS="$ac_save_CPPFLAGS"
10240                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10241         then
10242
10243 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10244
10245             FREETYPELIBS="$ac_freetype_libs"
10246
10247             FREETYPEINCL="$ac_freetype_incl"
10248
10249         fi
10250     fi
10251 fi
10252 if test "x$FREETYPELIBS" = "x"; then :
10253   case "x$with_freetype" in
10254   xno) ;;
10255   *)   as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10256 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10257 esac
10258 fi
10259 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10260
10261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10262 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10263 if test "${ac_cv_c_ppdev+set}" = set; then :
10264   $as_echo_n "(cached) " >&6
10265 else
10266   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10267 /* end confdefs.h.  */
10268 #include <linux/ppdev.h>
10269 int
10270 main ()
10271 {
10272 ioctl (1,PPCLAIM,0)
10273   ;
10274   return 0;
10275 }
10276 _ACEOF
10277 if ac_fn_c_try_compile "$LINENO"; then :
10278   ac_cv_c_ppdev="yes"
10279 else
10280   ac_cv_c_ppdev="no"
10281 fi
10282 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10283 fi
10284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10285 $as_echo "$ac_cv_c_ppdev" >&6; }
10286 if test "$ac_cv_c_ppdev" = "yes"
10287 then
10288
10289 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10290
10291 fi
10292
10293 ac_wine_check_funcs_save_LIBS="$LIBS"
10294 LIBS="$LIBS $LIBPTHREAD"
10295 for ac_func in \
10296         pthread_attr_get_np \
10297         pthread_getattr_np \
10298         pthread_get_stackaddr_np \
10299         pthread_get_stacksize_np
10300 do :
10301   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10302 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10303 eval as_val=\$$as_ac_var
10304    if test "x$as_val" = x""yes; then :
10305   cat >>confdefs.h <<_ACEOF
10306 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10307 _ACEOF
10308
10309 fi
10310 done
10311
10312 LIBS="$ac_wine_check_funcs_save_LIBS"
10313
10314 if test "$ac_cv_header_zlib_h" = "yes"
10315 then
10316     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10317 $as_echo_n "checking for inflate in -lz... " >&6; }
10318 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10319   $as_echo_n "(cached) " >&6
10320 else
10321   ac_check_lib_save_LIBS=$LIBS
10322 LIBS="-lz  $LIBS"
10323 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10324 /* end confdefs.h.  */
10325
10326 /* Override any GCC internal prototype to avoid an error.
10327    Use char because int might match the return type of a GCC
10328    builtin and then its argument prototype would still apply.  */
10329 #ifdef __cplusplus
10330 extern "C"
10331 #endif
10332 char inflate ();
10333 int
10334 main ()
10335 {
10336 return inflate ();
10337   ;
10338   return 0;
10339 }
10340 _ACEOF
10341 if ac_fn_c_try_link "$LINENO"; then :
10342   ac_cv_lib_z_inflate=yes
10343 else
10344   ac_cv_lib_z_inflate=no
10345 fi
10346 rm -f core conftest.err conftest.$ac_objext \
10347     conftest$ac_exeext conftest.$ac_ext
10348 LIBS=$ac_check_lib_save_LIBS
10349 fi
10350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10351 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10352 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10353
10354 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10355
10356                             ZLIB="-lz"
10357
10358 fi
10359
10360 fi
10361
10362 if test "x$with_esd" != xno
10363 then
10364     save_CFLAGS="$CFLAGS"
10365     # Extract the first word of "esd-config", so it can be a program name with args.
10366 set dummy esd-config; ac_word=$2
10367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10368 $as_echo_n "checking for $ac_word... " >&6; }
10369 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10370   $as_echo_n "(cached) " >&6
10371 else
10372   case $ESDCONFIG in
10373   [\\/]* | ?:[\\/]*)
10374   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10375   ;;
10376   *)
10377   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10378 for as_dir in $PATH
10379 do
10380   IFS=$as_save_IFS
10381   test -z "$as_dir" && as_dir=.
10382     for ac_exec_ext in '' $ac_executable_extensions; do
10383   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10384     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10385     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10386     break 2
10387   fi
10388 done
10389   done
10390 IFS=$as_save_IFS
10391
10392   test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10393   ;;
10394 esac
10395 fi
10396 ESDCONFIG=$ac_cv_path_ESDCONFIG
10397 if test -n "$ESDCONFIG"; then
10398   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10399 $as_echo "$ESDCONFIG" >&6; }
10400 else
10401   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10402 $as_echo "no" >&6; }
10403 fi
10404
10405
10406     if test "x$ESDCONFIG" != "xno"
10407     then
10408         ac_esd_incl=""
10409         for i in `$ESDCONFIG --cflags`
10410         do
10411             case "$i" in
10412                 -I*) ac_esd_incl="$ac_esd_incl $i";;
10413             esac
10414         done
10415         ac_esd_libs=`$ESDCONFIG --libs`
10416         CFLAGS="$CFLAGS $ac_esd_incl"
10417     fi
10418     ac_esd_libs=${ac_esd_libs:-"-lesd"}
10419     ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10420 if test "x$ac_cv_header_esd_h" = x""yes; then :
10421   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10422 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10423 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10424   $as_echo_n "(cached) " >&6
10425 else
10426   ac_check_lib_save_LIBS=$LIBS
10427 LIBS="-lesd $ac_esd_libs $LIBS"
10428 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10429 /* end confdefs.h.  */
10430
10431 /* Override any GCC internal prototype to avoid an error.
10432    Use char because int might match the return type of a GCC
10433    builtin and then its argument prototype would still apply.  */
10434 #ifdef __cplusplus
10435 extern "C"
10436 #endif
10437 char esd_open_sound ();
10438 int
10439 main ()
10440 {
10441 return esd_open_sound ();
10442   ;
10443   return 0;
10444 }
10445 _ACEOF
10446 if ac_fn_c_try_link "$LINENO"; then :
10447   ac_cv_lib_esd_esd_open_sound=yes
10448 else
10449   ac_cv_lib_esd_esd_open_sound=no
10450 fi
10451 rm -f core conftest.err conftest.$ac_objext \
10452     conftest$ac_exeext conftest.$ac_ext
10453 LIBS=$ac_check_lib_save_LIBS
10454 fi
10455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10456 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10457 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10458   ESDINCL="$ac_esd_incl"
10459
10460              ESDLIBS="$ac_esd_libs"
10461
10462
10463 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10464
10465 fi
10466
10467 fi
10468
10469
10470     CFLAGS="$save_CFLAGS"
10471 fi
10472
10473 ALSALIBS=""
10474
10475 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10476 then
10477     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10478 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10479 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10480   $as_echo_n "(cached) " >&6
10481 else
10482   ac_check_lib_save_LIBS=$LIBS
10483 LIBS="-lasound  $LIBS"
10484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10485 /* end confdefs.h.  */
10486
10487 /* Override any GCC internal prototype to avoid an error.
10488    Use char because int might match the return type of a GCC
10489    builtin and then its argument prototype would still apply.  */
10490 #ifdef __cplusplus
10491 extern "C"
10492 #endif
10493 char snd_pcm_hw_params_get_access ();
10494 int
10495 main ()
10496 {
10497 return snd_pcm_hw_params_get_access ();
10498   ;
10499   return 0;
10500 }
10501 _ACEOF
10502 if ac_fn_c_try_link "$LINENO"; then :
10503   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10504 else
10505   ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10506 fi
10507 rm -f core conftest.err conftest.$ac_objext \
10508     conftest$ac_exeext conftest.$ac_ext
10509 LIBS=$ac_check_lib_save_LIBS
10510 fi
10511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10512 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10513 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10514   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10515 /* end confdefs.h.  */
10516 #ifdef HAVE_ALSA_ASOUNDLIB_H
10517 #include <alsa/asoundlib.h>
10518 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10519 #include <sys/asoundlib.h>
10520 #endif
10521 int
10522 main ()
10523 {
10524 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10525   ;
10526   return 0;
10527 }
10528 _ACEOF
10529 if ac_fn_c_try_compile "$LINENO"; then :
10530
10531 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10532
10533                          ALSALIBS="-lasound"
10534 fi
10535 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10536 fi
10537
10538 fi
10539
10540 AUDIOIOLIBS=""
10541
10542 if test "$ac_cv_header_libaudioio_h" = "yes"
10543 then
10544     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10545 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10546 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10547   $as_echo_n "(cached) " >&6
10548 else
10549   ac_check_lib_save_LIBS=$LIBS
10550 LIBS="-laudioio  $LIBS"
10551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10552 /* end confdefs.h.  */
10553
10554 /* Override any GCC internal prototype to avoid an error.
10555    Use char because int might match the return type of a GCC
10556    builtin and then its argument prototype would still apply.  */
10557 #ifdef __cplusplus
10558 extern "C"
10559 #endif
10560 char AudioIOGetVersion ();
10561 int
10562 main ()
10563 {
10564 return AudioIOGetVersion ();
10565   ;
10566   return 0;
10567 }
10568 _ACEOF
10569 if ac_fn_c_try_link "$LINENO"; then :
10570   ac_cv_lib_audioio_AudioIOGetVersion=yes
10571 else
10572   ac_cv_lib_audioio_AudioIOGetVersion=no
10573 fi
10574 rm -f core conftest.err conftest.$ac_objext \
10575     conftest$ac_exeext conftest.$ac_ext
10576 LIBS=$ac_check_lib_save_LIBS
10577 fi
10578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10579 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10580 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10581   AUDIOIOLIBS="-laudioio"
10582
10583 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10584
10585 fi
10586
10587 fi
10588
10589
10590 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10591 then
10592     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10593 $as_echo_n "checking for -lcapi20... " >&6; }
10594 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10595   $as_echo_n "(cached) " >&6
10596 else
10597   ac_check_soname_save_LIBS=$LIBS
10598 LIBS="-lcapi20  $LIBS"
10599   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10600 /* end confdefs.h.  */
10601
10602 /* Override any GCC internal prototype to avoid an error.
10603    Use char because int might match the return type of a GCC
10604    builtin and then its argument prototype would still apply.  */
10605 #ifdef __cplusplus
10606 extern "C"
10607 #endif
10608 char capi20_register ();
10609 int
10610 main ()
10611 {
10612 return capi20_register ();
10613   ;
10614   return 0;
10615 }
10616 _ACEOF
10617 if ac_fn_c_try_link "$LINENO"; then :
10618   case "$LIBEXT" in
10619     dll) ;;
10620     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'` ;;
10621     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10622   esac
10623 fi
10624 rm -f core conftest.err conftest.$ac_objext \
10625     conftest$ac_exeext conftest.$ac_ext
10626   LIBS=$ac_check_soname_save_LIBS
10627 fi
10628 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10629   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10630 $as_echo "not found" >&6; }
10631
10632 else
10633   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10634 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10635
10636 cat >>confdefs.h <<_ACEOF
10637 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10638 _ACEOF
10639
10640
10641 fi
10642 fi
10643 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10644   case "x$with_capi" in
10645   x)   wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10646   xno) ;;
10647   *)   as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10648 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10649 esac
10650 fi
10651
10652 CUPSINCL=""
10653
10654 if test "x$with_cups" != "xno"
10655 then
10656     ac_save_CPPFLAGS="$CPPFLAGS"
10657     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10658     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10659     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10660     for ac_header in cups/cups.h
10661 do :
10662   ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10663 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10664   cat >>confdefs.h <<_ACEOF
10665 #define HAVE_CUPS_CUPS_H 1
10666 _ACEOF
10667  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10668 $as_echo_n "checking for -lcups... " >&6; }
10669 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10670   $as_echo_n "(cached) " >&6
10671 else
10672   ac_check_soname_save_LIBS=$LIBS
10673 LIBS="-lcups $ac_cups_libs $LIBS"
10674   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10675 /* end confdefs.h.  */
10676
10677 /* Override any GCC internal prototype to avoid an error.
10678    Use char because int might match the return type of a GCC
10679    builtin and then its argument prototype would still apply.  */
10680 #ifdef __cplusplus
10681 extern "C"
10682 #endif
10683 char cupsGetDefault ();
10684 int
10685 main ()
10686 {
10687 return cupsGetDefault ();
10688   ;
10689   return 0;
10690 }
10691 _ACEOF
10692 if ac_fn_c_try_link "$LINENO"; then :
10693   case "$LIBEXT" in
10694     dll) ;;
10695     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'` ;;
10696     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10697   esac
10698 fi
10699 rm -f core conftest.err conftest.$ac_objext \
10700     conftest$ac_exeext conftest.$ac_ext
10701   LIBS=$ac_check_soname_save_LIBS
10702 fi
10703 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10704   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10705 $as_echo "not found" >&6; }
10706
10707 else
10708   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10709 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10710
10711 cat >>confdefs.h <<_ACEOF
10712 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10713 _ACEOF
10714
10715        CUPSINCL="$ac_cups_cflags"
10716 fi
10717 fi
10718
10719 done
10720
10721     CPPFLAGS="$ac_save_CPPFLAGS"
10722 fi
10723 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10724   case "x$with_cups" in
10725   x)   wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10726   xno) ;;
10727   *)   as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10728 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10729 esac
10730 fi
10731
10732 if test "$ac_cv_header_jack_jack_h" = "yes"
10733 then
10734     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10735 $as_echo_n "checking for -ljack... " >&6; }
10736 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10737   $as_echo_n "(cached) " >&6
10738 else
10739   ac_check_soname_save_LIBS=$LIBS
10740 LIBS="-ljack  $LIBS"
10741   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10742 /* end confdefs.h.  */
10743
10744 /* Override any GCC internal prototype to avoid an error.
10745    Use char because int might match the return type of a GCC
10746    builtin and then its argument prototype would still apply.  */
10747 #ifdef __cplusplus
10748 extern "C"
10749 #endif
10750 char jack_client_new ();
10751 int
10752 main ()
10753 {
10754 return jack_client_new ();
10755   ;
10756   return 0;
10757 }
10758 _ACEOF
10759 if ac_fn_c_try_link "$LINENO"; then :
10760   case "$LIBEXT" in
10761     dll) ;;
10762     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'` ;;
10763     *) 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'` ;;
10764   esac
10765 fi
10766 rm -f core conftest.err conftest.$ac_objext \
10767     conftest$ac_exeext conftest.$ac_ext
10768   LIBS=$ac_check_soname_save_LIBS
10769 fi
10770 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10771   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10772 $as_echo "not found" >&6; }
10773
10774 else
10775   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10776 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10777
10778 cat >>confdefs.h <<_ACEOF
10779 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10780 _ACEOF
10781
10782
10783 fi
10784 fi
10785
10786 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10787 then
10788     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10789 $as_echo_n "checking for -lfontconfig... " >&6; }
10790 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10791   $as_echo_n "(cached) " >&6
10792 else
10793   ac_check_soname_save_LIBS=$LIBS
10794 LIBS="-lfontconfig  $LIBS"
10795   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10796 /* end confdefs.h.  */
10797
10798 /* Override any GCC internal prototype to avoid an error.
10799    Use char because int might match the return type of a GCC
10800    builtin and then its argument prototype would still apply.  */
10801 #ifdef __cplusplus
10802 extern "C"
10803 #endif
10804 char FcInit ();
10805 int
10806 main ()
10807 {
10808 return FcInit ();
10809   ;
10810   return 0;
10811 }
10812 _ACEOF
10813 if ac_fn_c_try_link "$LINENO"; then :
10814   case "$LIBEXT" in
10815     dll) ;;
10816     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'` ;;
10817     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10818   esac
10819 fi
10820 rm -f core conftest.err conftest.$ac_objext \
10821     conftest$ac_exeext conftest.$ac_ext
10822   LIBS=$ac_check_soname_save_LIBS
10823 fi
10824 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10825   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10826 $as_echo "not found" >&6; }
10827
10828 else
10829   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10830 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10831
10832 cat >>confdefs.h <<_ACEOF
10833 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10834 _ACEOF
10835
10836
10837 fi
10838 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10839 then
10840         ac_save_CPPFLAGS="$CPPFLAGS"
10841     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10842     $as_unset ac_cv_header_fontconfig_fontconfig_h
10843     for ac_header in fontconfig/fontconfig.h
10844 do :
10845   ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10846 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10847   cat >>confdefs.h <<_ACEOF
10848 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10849 _ACEOF
10850
10851 fi
10852
10853 done
10854
10855     CPPFLAGS="$ac_save_CPPFLAGS"
10856     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10857     then
10858         FONTCONFIGINCL="$X_CFLAGS"
10859
10860         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10861 $as_echo_n "checking for -lfontconfig... " >&6; }
10862 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10863   $as_echo_n "(cached) " >&6
10864 else
10865   ac_check_soname_save_LIBS=$LIBS
10866 LIBS="-lfontconfig $X_LIBS $LIBS"
10867   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10868 /* end confdefs.h.  */
10869
10870 /* Override any GCC internal prototype to avoid an error.
10871    Use char because int might match the return type of a GCC
10872    builtin and then its argument prototype would still apply.  */
10873 #ifdef __cplusplus
10874 extern "C"
10875 #endif
10876 char FcInit ();
10877 int
10878 main ()
10879 {
10880 return FcInit ();
10881   ;
10882   return 0;
10883 }
10884 _ACEOF
10885 if ac_fn_c_try_link "$LINENO"; then :
10886   case "$LIBEXT" in
10887     dll) ;;
10888     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'` ;;
10889     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10890   esac
10891 fi
10892 rm -f core conftest.err conftest.$ac_objext \
10893     conftest$ac_exeext conftest.$ac_ext
10894   LIBS=$ac_check_soname_save_LIBS
10895 fi
10896 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10897   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10898 $as_echo "not found" >&6; }
10899
10900 else
10901   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10902 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10903
10904 cat >>confdefs.h <<_ACEOF
10905 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10906 _ACEOF
10907
10908
10909 fi
10910     fi
10911 fi
10912 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10913   case "x$with_fontconfig" in
10914   x)   wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10915   xno) ;;
10916   *)   as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10917 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10918 esac
10919 fi
10920
10921 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10922 then
10923     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10924 $as_echo_n "checking for -lssl... " >&6; }
10925 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10926   $as_echo_n "(cached) " >&6
10927 else
10928   ac_check_soname_save_LIBS=$LIBS
10929 LIBS="-lssl  $LIBS"
10930   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10931 /* end confdefs.h.  */
10932
10933 /* Override any GCC internal prototype to avoid an error.
10934    Use char because int might match the return type of a GCC
10935    builtin and then its argument prototype would still apply.  */
10936 #ifdef __cplusplus
10937 extern "C"
10938 #endif
10939 char SSL_library_init ();
10940 int
10941 main ()
10942 {
10943 return SSL_library_init ();
10944   ;
10945   return 0;
10946 }
10947 _ACEOF
10948 if ac_fn_c_try_link "$LINENO"; then :
10949   case "$LIBEXT" in
10950     dll) ;;
10951     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'` ;;
10952     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10953   esac
10954 fi
10955 rm -f core conftest.err conftest.$ac_objext \
10956     conftest$ac_exeext conftest.$ac_ext
10957   LIBS=$ac_check_soname_save_LIBS
10958 fi
10959 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10960   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10961 $as_echo "not found" >&6; }
10962
10963 else
10964   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10965 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10966
10967 cat >>confdefs.h <<_ACEOF
10968 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10969 _ACEOF
10970
10971
10972 fi
10973     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10974 $as_echo_n "checking for -lcrypto... " >&6; }
10975 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10976   $as_echo_n "(cached) " >&6
10977 else
10978   ac_check_soname_save_LIBS=$LIBS
10979 LIBS="-lcrypto  $LIBS"
10980   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10981 /* end confdefs.h.  */
10982
10983 /* Override any GCC internal prototype to avoid an error.
10984    Use char because int might match the return type of a GCC
10985    builtin and then its argument prototype would still apply.  */
10986 #ifdef __cplusplus
10987 extern "C"
10988 #endif
10989 char BIO_new_socket ();
10990 int
10991 main ()
10992 {
10993 return BIO_new_socket ();
10994   ;
10995   return 0;
10996 }
10997 _ACEOF
10998 if ac_fn_c_try_link "$LINENO"; then :
10999   case "$LIBEXT" in
11000     dll) ;;
11001     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'` ;;
11002     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
11003   esac
11004 fi
11005 rm -f core conftest.err conftest.$ac_objext \
11006     conftest$ac_exeext conftest.$ac_ext
11007   LIBS=$ac_check_soname_save_LIBS
11008 fi
11009 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
11010   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11011 $as_echo "not found" >&6; }
11012
11013 else
11014   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
11015 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
11016
11017 cat >>confdefs.h <<_ACEOF
11018 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
11019 _ACEOF
11020
11021
11022 fi
11023 fi
11024 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
11025   case "x$with_openssl" in
11026   x)   wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
11027   xno) ;;
11028   *)   as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
11029 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
11030 esac
11031 fi
11032
11033 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
11034 then
11035     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
11036 $as_echo_n "checking for -lgsm... " >&6; }
11037 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
11038   $as_echo_n "(cached) " >&6
11039 else
11040   ac_check_soname_save_LIBS=$LIBS
11041 LIBS="-lgsm  $LIBS"
11042   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11043 /* end confdefs.h.  */
11044
11045 /* Override any GCC internal prototype to avoid an error.
11046    Use char because int might match the return type of a GCC
11047    builtin and then its argument prototype would still apply.  */
11048 #ifdef __cplusplus
11049 extern "C"
11050 #endif
11051 char gsm_create ();
11052 int
11053 main ()
11054 {
11055 return gsm_create ();
11056   ;
11057   return 0;
11058 }
11059 _ACEOF
11060 if ac_fn_c_try_link "$LINENO"; then :
11061   case "$LIBEXT" in
11062     dll) ;;
11063     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'` ;;
11064     *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11065   esac
11066 fi
11067 rm -f core conftest.err conftest.$ac_objext \
11068     conftest$ac_exeext conftest.$ac_ext
11069   LIBS=$ac_check_soname_save_LIBS
11070 fi
11071 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11072   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11073 $as_echo "not found" >&6; }
11074
11075 else
11076   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
11077 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
11078
11079 cat >>confdefs.h <<_ACEOF
11080 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
11081 _ACEOF
11082
11083
11084 fi
11085 fi
11086 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11087   case "x$with_gsm" in
11088   x)   wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
11089   xno) ;;
11090   *)   as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
11091 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
11092 esac
11093 fi
11094
11095 if test "$ac_cv_header_jpeglib_h" = "yes"
11096 then
11097     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
11098 $as_echo_n "checking for -ljpeg... " >&6; }
11099 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
11100   $as_echo_n "(cached) " >&6
11101 else
11102   ac_check_soname_save_LIBS=$LIBS
11103 LIBS="-ljpeg  $LIBS"
11104   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11105 /* end confdefs.h.  */
11106
11107 /* Override any GCC internal prototype to avoid an error.
11108    Use char because int might match the return type of a GCC
11109    builtin and then its argument prototype would still apply.  */
11110 #ifdef __cplusplus
11111 extern "C"
11112 #endif
11113 char jpeg_start_decompress ();
11114 int
11115 main ()
11116 {
11117 return jpeg_start_decompress ();
11118   ;
11119   return 0;
11120 }
11121 _ACEOF
11122 if ac_fn_c_try_link "$LINENO"; then :
11123   case "$LIBEXT" in
11124     dll) ;;
11125     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'` ;;
11126     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11127   esac
11128 fi
11129 rm -f core conftest.err conftest.$ac_objext \
11130     conftest$ac_exeext conftest.$ac_ext
11131   LIBS=$ac_check_soname_save_LIBS
11132 fi
11133 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11134   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11135 $as_echo "not found" >&6; }
11136
11137 else
11138   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
11139 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
11140
11141 cat >>confdefs.h <<_ACEOF
11142 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11143 _ACEOF
11144
11145
11146 fi
11147 fi
11148 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11149   case "x$with_jpeg" in
11150   x)   wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11151   xno) ;;
11152   *)   as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11153 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11154 esac
11155 fi
11156
11157 if test "$ac_cv_header_png_h" = "yes"
11158 then
11159     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11160 $as_echo_n "checking for -lpng... " >&6; }
11161 if test "${ac_cv_lib_soname_png+set}" = set; then :
11162   $as_echo_n "(cached) " >&6
11163 else
11164   ac_check_soname_save_LIBS=$LIBS
11165 LIBS="-lpng -lm -lz $LIBS"
11166   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11167 /* end confdefs.h.  */
11168
11169 /* Override any GCC internal prototype to avoid an error.
11170    Use char because int might match the return type of a GCC
11171    builtin and then its argument prototype would still apply.  */
11172 #ifdef __cplusplus
11173 extern "C"
11174 #endif
11175 char png_create_read_struct ();
11176 int
11177 main ()
11178 {
11179 return png_create_read_struct ();
11180   ;
11181   return 0;
11182 }
11183 _ACEOF
11184 if ac_fn_c_try_link "$LINENO"; then :
11185   case "$LIBEXT" in
11186     dll) ;;
11187     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'` ;;
11188     *) 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'` ;;
11189   esac
11190 fi
11191 rm -f core conftest.err conftest.$ac_objext \
11192     conftest$ac_exeext conftest.$ac_ext
11193   LIBS=$ac_check_soname_save_LIBS
11194 fi
11195 if test "x$ac_cv_lib_soname_png" = "x"; then :
11196   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11197 $as_echo "not found" >&6; }
11198
11199 else
11200   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11201 $as_echo "$ac_cv_lib_soname_png" >&6; }
11202
11203 cat >>confdefs.h <<_ACEOF
11204 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11205 _ACEOF
11206
11207
11208 fi
11209 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11210 then
11211         ac_save_CPPFLAGS="$CPPFLAGS"
11212     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11213     $as_unset ac_cv_header_png_h
11214     for ac_header in png.h
11215 do :
11216   ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11217 if test "x$ac_cv_header_png_h" = x""yes; then :
11218   cat >>confdefs.h <<_ACEOF
11219 #define HAVE_PNG_H 1
11220 _ACEOF
11221
11222 fi
11223
11224 done
11225
11226     CPPFLAGS="$ac_save_CPPFLAGS"
11227     if test "$ac_cv_header_png_h" = "yes"
11228     then
11229         PNGINCL="$X_CFLAGS"
11230
11231         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11232 $as_echo_n "checking for -lpng... " >&6; }
11233 if test "${ac_cv_lib_soname_png+set}" = set; then :
11234   $as_echo_n "(cached) " >&6
11235 else
11236   ac_check_soname_save_LIBS=$LIBS
11237 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11238   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11239 /* end confdefs.h.  */
11240
11241 /* Override any GCC internal prototype to avoid an error.
11242    Use char because int might match the return type of a GCC
11243    builtin and then its argument prototype would still apply.  */
11244 #ifdef __cplusplus
11245 extern "C"
11246 #endif
11247 char png_create_read_struct ();
11248 int
11249 main ()
11250 {
11251 return png_create_read_struct ();
11252   ;
11253   return 0;
11254 }
11255 _ACEOF
11256 if ac_fn_c_try_link "$LINENO"; then :
11257   case "$LIBEXT" in
11258     dll) ;;
11259     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'` ;;
11260     *) 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'` ;;
11261   esac
11262 fi
11263 rm -f core conftest.err conftest.$ac_objext \
11264     conftest$ac_exeext conftest.$ac_ext
11265   LIBS=$ac_check_soname_save_LIBS
11266 fi
11267 if test "x$ac_cv_lib_soname_png" = "x"; then :
11268   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11269 $as_echo "not found" >&6; }
11270
11271 else
11272   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11273 $as_echo "$ac_cv_lib_soname_png" >&6; }
11274
11275 cat >>confdefs.h <<_ACEOF
11276 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11277 _ACEOF
11278
11279
11280 fi
11281     fi
11282 fi
11283 if test "x$ac_cv_lib_soname_png" = "x"; then :
11284   case "x$with_png" in
11285   x)   wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11286   xno) ;;
11287   *)   as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11288 This is an error since --with-png was requested." "$LINENO" 5 ;;
11289 esac
11290 fi
11291
11292 if test "$ac_cv_header_mpg123_h" = "yes"
11293 then
11294     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11295 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11296 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11297   $as_echo_n "(cached) " >&6
11298 else
11299   ac_check_lib_save_LIBS=$LIBS
11300 LIBS="-lmpg123  $LIBS"
11301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11302 /* end confdefs.h.  */
11303
11304 /* Override any GCC internal prototype to avoid an error.
11305    Use char because int might match the return type of a GCC
11306    builtin and then its argument prototype would still apply.  */
11307 #ifdef __cplusplus
11308 extern "C"
11309 #endif
11310 char mpg123_feed ();
11311 int
11312 main ()
11313 {
11314 return mpg123_feed ();
11315   ;
11316   return 0;
11317 }
11318 _ACEOF
11319 if ac_fn_c_try_link "$LINENO"; then :
11320   ac_cv_lib_mpg123_mpg123_feed=yes
11321 else
11322   ac_cv_lib_mpg123_mpg123_feed=no
11323 fi
11324 rm -f core conftest.err conftest.$ac_objext \
11325     conftest$ac_exeext conftest.$ac_ext
11326 LIBS=$ac_check_lib_save_LIBS
11327 fi
11328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11329 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11330 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11331   LIBMPG123="-lmpg123"
11332
11333 fi
11334
11335 fi
11336 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then :
11337   case "x$with_mpg123" in
11338   x)   wine_notices="$wine_notices|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11339   xno) ;;
11340   *)   as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11341 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11342 esac
11343 fi
11344 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11345
11346 if test "$ac_cv_header_AL_al_h" = "yes"
11347 then
11348     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alGetSource3i in -lopenal" >&5
11349 $as_echo_n "checking for alGetSource3i in -lopenal... " >&6; }
11350 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then :
11351   $as_echo_n "(cached) " >&6
11352 else
11353   ac_check_lib_save_LIBS=$LIBS
11354 LIBS="-lopenal  $LIBS"
11355 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11356 /* end confdefs.h.  */
11357
11358 /* Override any GCC internal prototype to avoid an error.
11359    Use char because int might match the return type of a GCC
11360    builtin and then its argument prototype would still apply.  */
11361 #ifdef __cplusplus
11362 extern "C"
11363 #endif
11364 char alGetSource3i ();
11365 int
11366 main ()
11367 {
11368 return alGetSource3i ();
11369   ;
11370   return 0;
11371 }
11372 _ACEOF
11373 if ac_fn_c_try_link "$LINENO"; then :
11374   ac_cv_lib_openal_alGetSource3i=yes
11375 else
11376   ac_cv_lib_openal_alGetSource3i=no
11377 fi
11378 rm -f core conftest.err conftest.$ac_objext \
11379     conftest$ac_exeext conftest.$ac_ext
11380 LIBS=$ac_check_lib_save_LIBS
11381 fi
11382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alGetSource3i" >&5
11383 $as_echo "$ac_cv_lib_openal_alGetSource3i" >&6; }
11384 if test "x$ac_cv_lib_openal_alGetSource3i" = x""yes; then :
11385   LIBOPENAL="-lopenal"
11386
11387 fi
11388
11389 fi
11390 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then :
11391   case "x$with_openal" in
11392   x)   wine_notices="$wine_notices|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11393   xno) ;;
11394   *)   as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11395 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11396 esac
11397 fi
11398 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
11399
11400 if test "$ac_cv_header_kstat_h" = "yes"
11401 then
11402     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11403 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11404 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11405   $as_echo_n "(cached) " >&6
11406 else
11407   ac_check_lib_save_LIBS=$LIBS
11408 LIBS="-lkstat  $LIBS"
11409 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11410 /* end confdefs.h.  */
11411
11412 /* Override any GCC internal prototype to avoid an error.
11413    Use char because int might match the return type of a GCC
11414    builtin and then its argument prototype would still apply.  */
11415 #ifdef __cplusplus
11416 extern "C"
11417 #endif
11418 char kstat_open ();
11419 int
11420 main ()
11421 {
11422 return kstat_open ();
11423   ;
11424   return 0;
11425 }
11426 _ACEOF
11427 if ac_fn_c_try_link "$LINENO"; then :
11428   ac_cv_lib_kstat_kstat_open=yes
11429 else
11430   ac_cv_lib_kstat_kstat_open=no
11431 fi
11432 rm -f core conftest.err conftest.$ac_objext \
11433     conftest$ac_exeext conftest.$ac_ext
11434 LIBS=$ac_check_lib_save_LIBS
11435 fi
11436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11437 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11438 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11439
11440 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11441
11442                   LIBKSTAT="-lkstat"
11443
11444 fi
11445
11446 fi
11447
11448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11449 $as_echo_n "checking for -lodbc... " >&6; }
11450 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11451   $as_echo_n "(cached) " >&6
11452 else
11453   ac_check_soname_save_LIBS=$LIBS
11454 LIBS="-lodbc  $LIBS"
11455   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11456 /* end confdefs.h.  */
11457
11458 /* Override any GCC internal prototype to avoid an error.
11459    Use char because int might match the return type of a GCC
11460    builtin and then its argument prototype would still apply.  */
11461 #ifdef __cplusplus
11462 extern "C"
11463 #endif
11464 char SQLConnect ();
11465 int
11466 main ()
11467 {
11468 return SQLConnect ();
11469   ;
11470   return 0;
11471 }
11472 _ACEOF
11473 if ac_fn_c_try_link "$LINENO"; then :
11474   case "$LIBEXT" in
11475     dll) ;;
11476     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'` ;;
11477     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11478   esac
11479 fi
11480 rm -f core conftest.err conftest.$ac_objext \
11481     conftest$ac_exeext conftest.$ac_ext
11482   LIBS=$ac_check_soname_save_LIBS
11483 fi
11484 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11485   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11486 $as_echo "not found" >&6; }
11487        cat >>confdefs.h <<_ACEOF
11488 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11489 _ACEOF
11490
11491 else
11492   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11493 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11494
11495 cat >>confdefs.h <<_ACEOF
11496 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11497 _ACEOF
11498
11499
11500 fi
11501
11502 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11503         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11504         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11505         "$ac_cv_header_soundcard_h" != "yes" -a \
11506         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11507 then
11508     wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
11509 fi
11510
11511
11512 EXTRACFLAGS=""
11513
11514 if test "x${GCC}" = "xyes"
11515 then
11516   EXTRACFLAGS="-Wall -pipe"
11517
11518     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11519 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11520 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11521   $as_echo_n "(cached) " >&6
11522 else
11523   if test "$cross_compiling" = yes; then :
11524   ac_cv_c_gcc_strength_bug="yes"
11525 else
11526   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11527 /* end confdefs.h.  */
11528 int L[4] = {0,1,2,3};
11529 int
11530 main ()
11531 {
11532 static int Array[3];
11533   unsigned int B = 3;
11534   int i;
11535   for(i=0; i<B; i++) Array[i] = i - 3;
11536   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11537   L[i] = 4;
11538   return (Array[1] != -2 || L[2] != 3)
11539   ;
11540   return 0;
11541 }
11542 _ACEOF
11543 if ac_fn_c_try_run "$LINENO"; then :
11544   ac_cv_c_gcc_strength_bug="no"
11545 else
11546   ac_cv_c_gcc_strength_bug="yes"
11547 fi
11548 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11549   conftest.$ac_objext conftest.beam conftest.$ac_ext
11550 fi
11551
11552 fi
11553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11554 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11555   if test "$ac_cv_c_gcc_strength_bug" = "yes"
11556   then
11557     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11558   fi
11559
11560     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11561 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11562 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11563   $as_echo_n "(cached) " >&6
11564 else
11565   ac_wine_try_cflags_saved=$CFLAGS
11566 CFLAGS="$CFLAGS -fno-builtin"
11567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11568 /* end confdefs.h.  */
11569
11570 int
11571 main ()
11572 {
11573
11574   ;
11575   return 0;
11576 }
11577 _ACEOF
11578 if ac_fn_c_try_link "$LINENO"; then :
11579   ac_cv_cflags__fno_builtin=yes
11580 else
11581   ac_cv_cflags__fno_builtin=no
11582 fi
11583 rm -f core conftest.err conftest.$ac_objext \
11584     conftest$ac_exeext conftest.$ac_ext
11585 CFLAGS=$ac_wine_try_cflags_saved
11586 fi
11587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11588 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11589 if test $ac_cv_cflags__fno_builtin = yes; then :
11590   BUILTINFLAG="-fno-builtin"
11591
11592 fi
11593   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11594 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11595 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11596   $as_echo_n "(cached) " >&6
11597 else
11598   ac_wine_try_cflags_saved=$CFLAGS
11599 CFLAGS="$CFLAGS -fno-strict-aliasing"
11600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11601 /* end confdefs.h.  */
11602
11603 int
11604 main ()
11605 {
11606
11607   ;
11608   return 0;
11609 }
11610 _ACEOF
11611 if ac_fn_c_try_link "$LINENO"; then :
11612   ac_cv_cflags__fno_strict_aliasing=yes
11613 else
11614   ac_cv_cflags__fno_strict_aliasing=no
11615 fi
11616 rm -f core conftest.err conftest.$ac_objext \
11617     conftest$ac_exeext conftest.$ac_ext
11618 CFLAGS=$ac_wine_try_cflags_saved
11619 fi
11620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11621 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11622 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11623   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11624 fi
11625   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11626 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11627 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11628   $as_echo_n "(cached) " >&6
11629 else
11630   ac_wine_try_cflags_saved=$CFLAGS
11631 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11632 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11633 /* end confdefs.h.  */
11634
11635 int
11636 main ()
11637 {
11638
11639   ;
11640   return 0;
11641 }
11642 _ACEOF
11643 if ac_fn_c_try_link "$LINENO"; then :
11644   ac_cv_cflags__Wdeclaration_after_statement=yes
11645 else
11646   ac_cv_cflags__Wdeclaration_after_statement=no
11647 fi
11648 rm -f core conftest.err conftest.$ac_objext \
11649     conftest$ac_exeext conftest.$ac_ext
11650 CFLAGS=$ac_wine_try_cflags_saved
11651 fi
11652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11653 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11654 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11655   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11656 fi
11657   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11658 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11659 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11660   $as_echo_n "(cached) " >&6
11661 else
11662   ac_wine_try_cflags_saved=$CFLAGS
11663 CFLAGS="$CFLAGS -Wwrite-strings"
11664 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11665 /* end confdefs.h.  */
11666
11667 int
11668 main ()
11669 {
11670
11671   ;
11672   return 0;
11673 }
11674 _ACEOF
11675 if ac_fn_c_try_link "$LINENO"; then :
11676   ac_cv_cflags__Wwrite_strings=yes
11677 else
11678   ac_cv_cflags__Wwrite_strings=no
11679 fi
11680 rm -f core conftest.err conftest.$ac_objext \
11681     conftest$ac_exeext conftest.$ac_ext
11682 CFLAGS=$ac_wine_try_cflags_saved
11683 fi
11684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11685 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11686 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11687   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11688 fi
11689   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11690 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11691 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11692   $as_echo_n "(cached) " >&6
11693 else
11694   ac_wine_try_cflags_saved=$CFLAGS
11695 CFLAGS="$CFLAGS -Wtype-limits"
11696 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11697 /* end confdefs.h.  */
11698
11699 int
11700 main ()
11701 {
11702
11703   ;
11704   return 0;
11705 }
11706 _ACEOF
11707 if ac_fn_c_try_link "$LINENO"; then :
11708   ac_cv_cflags__Wtype_limits=yes
11709 else
11710   ac_cv_cflags__Wtype_limits=no
11711 fi
11712 rm -f core conftest.err conftest.$ac_objext \
11713     conftest$ac_exeext conftest.$ac_ext
11714 CFLAGS=$ac_wine_try_cflags_saved
11715 fi
11716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11717 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11718 if test $ac_cv_cflags__Wtype_limits = yes; then :
11719   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11720 fi
11721
11722     saved_CFLAGS="$CFLAGS"
11723   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11724   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11725 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11726 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11727   $as_echo_n "(cached) " >&6
11728 else
11729   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11730 /* end confdefs.h.  */
11731 #include <string.h>
11732 int
11733 main ()
11734 {
11735
11736   ;
11737   return 0;
11738 }
11739 _ACEOF
11740 if ac_fn_c_try_compile "$LINENO"; then :
11741   ac_cv_c_string_h_warnings=no
11742 else
11743   ac_cv_c_string_h_warnings=yes
11744 fi
11745 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11746 fi
11747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11748 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11749   CFLAGS="$saved_CFLAGS"
11750   if test "$ac_cv_c_string_h_warnings" = "no"
11751   then
11752     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11753   fi
11754 fi
11755
11756
11757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11758 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11759 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11760   $as_echo_n "(cached) " >&6
11761 else
11762   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11763 /* end confdefs.h.  */
11764 extern int ac_test;
11765 int
11766 main ()
11767 {
11768 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11769   ;
11770   return 0;
11771 }
11772 _ACEOF
11773 if ac_fn_c_try_link "$LINENO"; then :
11774   ac_cv_c_extern_prefix="yes"
11775 else
11776   ac_cv_c_extern_prefix="no"
11777 fi
11778 rm -f core conftest.err conftest.$ac_objext \
11779     conftest$ac_exeext conftest.$ac_ext
11780 fi
11781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11782 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11783
11784 case $host_cpu in
11785   *i[3456789]86*)
11786     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11787 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11788 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11789   $as_echo_n "(cached) " >&6
11790 else
11791   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11792 /* end confdefs.h.  */
11793 #ifndef _MSC_VER
11794 #define __stdcall __attribute__((__stdcall__))
11795 #endif
11796 int __stdcall ac_test(int i) { return i; }
11797 int
11798 main ()
11799 {
11800 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11801   ;
11802   return 0;
11803 }
11804 _ACEOF
11805 if ac_fn_c_try_link "$LINENO"; then :
11806   ac_cv_c_stdcall_suffix="yes"
11807 else
11808   ac_cv_c_stdcall_suffix="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_stdcall_suffix" >&5
11814 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11815   *) ac_cv_c_stdcall_suffix="no" ;;
11816 esac
11817
11818
11819 if test "$ac_cv_c_extern_prefix" = "yes"
11820 then
11821     $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11822
11823     asm_name_prefix="_"
11824 else
11825     $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11826
11827     asm_name_prefix=""
11828 fi
11829
11830
11831 if test "$ac_cv_c_stdcall_suffix" = "yes"
11832 then
11833     $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11834
11835 else
11836     $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11837
11838 fi
11839
11840
11841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11842 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11843 if test "${ac_cv_asm_func_def+set}" = set; then :
11844   $as_echo_n "(cached) " >&6
11845 else
11846   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11847 /* end confdefs.h.  */
11848
11849 int
11850 main ()
11851 {
11852 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11853   ;
11854   return 0;
11855 }
11856 _ACEOF
11857 if ac_fn_c_try_link "$LINENO"; then :
11858   ac_cv_asm_func_def=".def"
11859 else
11860   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11861 /* end confdefs.h.  */
11862
11863 int
11864 main ()
11865 {
11866 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11867   ;
11868   return 0;
11869 }
11870 _ACEOF
11871 if ac_fn_c_try_link "$LINENO"; then :
11872   ac_cv_asm_func_def=".type @function"
11873 else
11874   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11875 /* end confdefs.h.  */
11876
11877 int
11878 main ()
11879 {
11880 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11881   ;
11882   return 0;
11883 }
11884 _ACEOF
11885 if ac_fn_c_try_link "$LINENO"; then :
11886   ac_cv_asm_func_def=".type 2"
11887 else
11888   ac_cv_asm_func_def="unknown"
11889 fi
11890 rm -f core conftest.err conftest.$ac_objext \
11891     conftest$ac_exeext conftest.$ac_ext
11892 fi
11893 rm -f core conftest.err conftest.$ac_objext \
11894     conftest$ac_exeext conftest.$ac_ext
11895 fi
11896 rm -f core conftest.err conftest.$ac_objext \
11897     conftest$ac_exeext conftest.$ac_ext
11898 fi
11899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11900 $as_echo "$ac_cv_asm_func_def" >&6; }
11901
11902
11903 case "$ac_cv_asm_func_def" in
11904   ".def")
11905      $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11906
11907      asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11908   ".type @function")
11909      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
11910
11911      asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
11912   ".type 2")
11913      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
11914
11915      asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
11916   *)
11917      $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
11918
11919      asm_func_header="" ;;
11920 esac
11921
11922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
11923 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
11924 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
11925   $as_echo_n "(cached) " >&6
11926 else
11927   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11928 /* end confdefs.h.  */
11929 asm(".text\n\t.long 0");
11930 int
11931 main ()
11932 {
11933
11934   ;
11935   return 0;
11936 }
11937 _ACEOF
11938 if ac_fn_c_try_compile "$LINENO"; then :
11939   ac_cv_c_asm_outside_funcs="yes"
11940 else
11941   ac_cv_c_asm_outside_funcs="no"
11942 fi
11943 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11944 fi
11945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
11946 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11947
11948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
11949 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
11950 if test "${ac_cv_c_dot_previous+set}" = set; then :
11951   $as_echo_n "(cached) " >&6
11952 else
11953   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11954 /* end confdefs.h.  */
11955
11956 int
11957 main ()
11958 {
11959 asm(".text\nac_test:\t.long 0\n\t.previous");
11960   ;
11961   return 0;
11962 }
11963 _ACEOF
11964 if ac_fn_c_try_link "$LINENO"; then :
11965   ac_cv_c_dot_previous="yes"
11966 else
11967   ac_cv_c_dot_previous="no"
11968 fi
11969 rm -f core conftest.err conftest.$ac_objext \
11970     conftest$ac_exeext conftest.$ac_ext
11971 fi
11972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
11973 $as_echo "$ac_cv_c_dot_previous" >&6; }
11974
11975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
11976 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
11977 if test "${ac_cv_c_cfi_support+set}" = set; then :
11978   $as_echo_n "(cached) " >&6
11979 else
11980   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11981 /* end confdefs.h.  */
11982 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
11983 int
11984 main ()
11985 {
11986
11987   ;
11988   return 0;
11989 }
11990 _ACEOF
11991 if ac_fn_c_try_compile "$LINENO"; then :
11992   ac_cv_c_cfi_support="yes"
11993 else
11994   ac_cv_c_cfi_support="no"
11995 fi
11996 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11997 fi
11998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
11999 $as_echo "$ac_cv_c_cfi_support" >&6; }
12000
12001 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
12002 asm_func_trailer=""
12003 if test "$ac_cv_c_dot_previous" = "yes"
12004 then
12005    asm_func_trailer="\\n\\t.previous"
12006 fi
12007 if test "$ac_cv_c_cfi_support" = "yes"
12008 then
12009    asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
12010    asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
12011
12012 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
12013
12014 else
12015    $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
12016
12017 fi
12018
12019 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
12020
12021
12022 if test "$ac_cv_c_asm_outside_funcs" = "yes"
12023 then
12024     cat >>confdefs.h <<_ACEOF
12025 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
12026 _ACEOF
12027
12028 else
12029     cat >>confdefs.h <<_ACEOF
12030 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
12031 _ACEOF
12032
12033 fi
12034
12035 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
12036
12037
12038 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
12039
12040
12041
12042 LDPATH=""
12043
12044 case $build_os in
12045   cygwin*|mingw32*)
12046     TOOLSEXT=".exe"
12047
12048     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
12049     ;;
12050   darwin*|macosx*)
12051     ;;
12052   *)
12053     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
12054     ;;
12055 esac
12056
12057 case $host_os in
12058   mingw32*)
12059     CRTLIBS="-lmsvcrt"
12060
12061     SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
12062
12063     ;;
12064 esac
12065
12066 MAIN_BINARY="wine"
12067
12068 test -z "$with_wine64" || MAIN_BINARY="wine32"
12069
12070 case $host_cpu in
12071   *i[3456789]86*)
12072     case $host_os in
12073       linux* | k*bsd*-gnu)
12074         EXTRA_BINARIES="wine-preloader"
12075  ;;
12076     esac
12077     ;;
12078 esac
12079
12080
12081 ac_save_CFLAGS="$CFLAGS"
12082 CFLAGS="$CFLAGS $BUILTINFLAG"
12083 for ac_func in \
12084         _pclose \
12085         _popen \
12086         _snprintf \
12087         _spawnvp \
12088         _strdup \
12089         _stricmp \
12090         _strnicmp \
12091         _strtoi64 \
12092         _strtoui64 \
12093         _vsnprintf \
12094         asctime_r \
12095         chsize \
12096         dlopen \
12097         epoll_create \
12098         ffs \
12099         finite \
12100         fnmatch \
12101         fork \
12102         fpclass \
12103         fstatfs \
12104         fstatvfs \
12105         ftruncate \
12106         futimes \
12107         futimesat \
12108         getdirentries \
12109         getopt_long \
12110         getpagesize \
12111         getpwuid \
12112         gettid \
12113         gettimeofday \
12114         getuid \
12115         kqueue \
12116         lstat \
12117         memmove \
12118         mmap \
12119         pclose \
12120         pipe2 \
12121         poll \
12122         popen \
12123         prctl \
12124         pread \
12125         pwrite \
12126         readdir \
12127         readlink \
12128         sched_yield \
12129         select \
12130         setproctitle \
12131         setrlimit \
12132         settimeofday \
12133         sigaltstack \
12134         sigprocmask \
12135         snprintf \
12136         spawnvp \
12137         statfs \
12138         statvfs \
12139         strcasecmp \
12140         strdup \
12141         strerror \
12142         strncasecmp \
12143         strtold \
12144         strtoll \
12145         strtoull \
12146         symlink \
12147         tcgetattr \
12148         thr_kill2 \
12149         timegm \
12150         usleep \
12151         vsnprintf \
12152         wait4 \
12153         waitpid \
12154
12155 do :
12156   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12157 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12158 eval as_val=\$$as_ac_var
12159    if test "x$as_val" = x""yes; then :
12160   cat >>confdefs.h <<_ACEOF
12161 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12162 _ACEOF
12163
12164 fi
12165 done
12166
12167 CFLAGS="$ac_save_CFLAGS"
12168
12169 if test "$ac_cv_func_dlopen" = no
12170 then
12171     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12172 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12173 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12174   $as_echo_n "(cached) " >&6
12175 else
12176   ac_check_lib_save_LIBS=$LIBS
12177 LIBS="-ldl  $LIBS"
12178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12179 /* end confdefs.h.  */
12180
12181 /* Override any GCC internal prototype to avoid an error.
12182    Use char because int might match the return type of a GCC
12183    builtin and then its argument prototype would still apply.  */
12184 #ifdef __cplusplus
12185 extern "C"
12186 #endif
12187 char dlopen ();
12188 int
12189 main ()
12190 {
12191 return dlopen ();
12192   ;
12193   return 0;
12194 }
12195 _ACEOF
12196 if ac_fn_c_try_link "$LINENO"; then :
12197   ac_cv_lib_dl_dlopen=yes
12198 else
12199   ac_cv_lib_dl_dlopen=no
12200 fi
12201 rm -f core conftest.err conftest.$ac_objext \
12202     conftest$ac_exeext conftest.$ac_ext
12203 LIBS=$ac_check_lib_save_LIBS
12204 fi
12205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12206 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12207 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12208   $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12209  LIBDL="-ldl"
12210
12211 fi
12212
12213 fi
12214 ac_wine_check_funcs_save_LIBS="$LIBS"
12215 LIBS="$LIBS $LIBDL"
12216 for ac_func in dladdr
12217 do :
12218   ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12219 if test "x$ac_cv_func_dladdr" = x""yes; then :
12220   cat >>confdefs.h <<_ACEOF
12221 #define HAVE_DLADDR 1
12222 _ACEOF
12223
12224 fi
12225 done
12226
12227 LIBS="$ac_wine_check_funcs_save_LIBS"
12228
12229 if test "$ac_cv_func_poll" = no
12230 then
12231     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12232 $as_echo_n "checking for poll in -lpoll... " >&6; }
12233 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12234   $as_echo_n "(cached) " >&6
12235 else
12236   ac_check_lib_save_LIBS=$LIBS
12237 LIBS="-lpoll  $LIBS"
12238 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12239 /* end confdefs.h.  */
12240
12241 /* Override any GCC internal prototype to avoid an error.
12242    Use char because int might match the return type of a GCC
12243    builtin and then its argument prototype would still apply.  */
12244 #ifdef __cplusplus
12245 extern "C"
12246 #endif
12247 char poll ();
12248 int
12249 main ()
12250 {
12251 return poll ();
12252   ;
12253   return 0;
12254 }
12255 _ACEOF
12256 if ac_fn_c_try_link "$LINENO"; then :
12257   ac_cv_lib_poll_poll=yes
12258 else
12259   ac_cv_lib_poll_poll=no
12260 fi
12261 rm -f core conftest.err conftest.$ac_objext \
12262     conftest$ac_exeext conftest.$ac_ext
12263 LIBS=$ac_check_lib_save_LIBS
12264 fi
12265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12266 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12267 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12268   $as_echo "#define HAVE_POLL 1" >>confdefs.h
12269  LIBPOLL="-lpoll"
12270
12271 fi
12272
12273 fi
12274
12275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12276 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12277 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12278   $as_echo_n "(cached) " >&6
12279 else
12280   ac_func_search_save_LIBS=$LIBS
12281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12282 /* end confdefs.h.  */
12283
12284 /* Override any GCC internal prototype to avoid an error.
12285    Use char because int might match the return type of a GCC
12286    builtin and then its argument prototype would still apply.  */
12287 #ifdef __cplusplus
12288 extern "C"
12289 #endif
12290 char gethostbyname ();
12291 int
12292 main ()
12293 {
12294 return gethostbyname ();
12295   ;
12296   return 0;
12297 }
12298 _ACEOF
12299 for ac_lib in '' nsl; do
12300   if test -z "$ac_lib"; then
12301     ac_res="none required"
12302   else
12303     ac_res=-l$ac_lib
12304     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12305   fi
12306   if ac_fn_c_try_link "$LINENO"; then :
12307   ac_cv_search_gethostbyname=$ac_res
12308 fi
12309 rm -f core conftest.err conftest.$ac_objext \
12310     conftest$ac_exeext
12311   if test "${ac_cv_search_gethostbyname+set}" = set; then :
12312   break
12313 fi
12314 done
12315 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12316
12317 else
12318   ac_cv_search_gethostbyname=no
12319 fi
12320 rm conftest.$ac_ext
12321 LIBS=$ac_func_search_save_LIBS
12322 fi
12323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12324 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12325 ac_res=$ac_cv_search_gethostbyname
12326 if test "$ac_res" != no; then :
12327   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12328
12329 fi
12330
12331
12332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12333 $as_echo_n "checking for library containing connect... " >&6; }
12334 if test "${ac_cv_search_connect+set}" = set; then :
12335   $as_echo_n "(cached) " >&6
12336 else
12337   ac_func_search_save_LIBS=$LIBS
12338 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12339 /* end confdefs.h.  */
12340
12341 /* Override any GCC internal prototype to avoid an error.
12342    Use char because int might match the return type of a GCC
12343    builtin and then its argument prototype would still apply.  */
12344 #ifdef __cplusplus
12345 extern "C"
12346 #endif
12347 char connect ();
12348 int
12349 main ()
12350 {
12351 return connect ();
12352   ;
12353   return 0;
12354 }
12355 _ACEOF
12356 for ac_lib in '' socket; do
12357   if test -z "$ac_lib"; then
12358     ac_res="none required"
12359   else
12360     ac_res=-l$ac_lib
12361     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12362   fi
12363   if ac_fn_c_try_link "$LINENO"; then :
12364   ac_cv_search_connect=$ac_res
12365 fi
12366 rm -f core conftest.err conftest.$ac_objext \
12367     conftest$ac_exeext
12368   if test "${ac_cv_search_connect+set}" = set; then :
12369   break
12370 fi
12371 done
12372 if test "${ac_cv_search_connect+set}" = set; then :
12373
12374 else
12375   ac_cv_search_connect=no
12376 fi
12377 rm conftest.$ac_ext
12378 LIBS=$ac_func_search_save_LIBS
12379 fi
12380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12381 $as_echo "$ac_cv_search_connect" >&6; }
12382 ac_res=$ac_cv_search_connect
12383 if test "$ac_res" != no; then :
12384   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12385
12386 fi
12387
12388
12389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12390 $as_echo_n "checking for library containing inet_aton... " >&6; }
12391 if test "${ac_cv_search_inet_aton+set}" = set; then :
12392   $as_echo_n "(cached) " >&6
12393 else
12394   ac_func_search_save_LIBS=$LIBS
12395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12396 /* end confdefs.h.  */
12397
12398 /* Override any GCC internal prototype to avoid an error.
12399    Use char because int might match the return type of a GCC
12400    builtin and then its argument prototype would still apply.  */
12401 #ifdef __cplusplus
12402 extern "C"
12403 #endif
12404 char inet_aton ();
12405 int
12406 main ()
12407 {
12408 return inet_aton ();
12409   ;
12410   return 0;
12411 }
12412 _ACEOF
12413 for ac_lib in '' resolv; do
12414   if test -z "$ac_lib"; then
12415     ac_res="none required"
12416   else
12417     ac_res=-l$ac_lib
12418     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12419   fi
12420   if ac_fn_c_try_link "$LINENO"; then :
12421   ac_cv_search_inet_aton=$ac_res
12422 fi
12423 rm -f core conftest.err conftest.$ac_objext \
12424     conftest$ac_exeext
12425   if test "${ac_cv_search_inet_aton+set}" = set; then :
12426   break
12427 fi
12428 done
12429 if test "${ac_cv_search_inet_aton+set}" = set; then :
12430
12431 else
12432   ac_cv_search_inet_aton=no
12433 fi
12434 rm conftest.$ac_ext
12435 LIBS=$ac_func_search_save_LIBS
12436 fi
12437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12438 $as_echo "$ac_cv_search_inet_aton" >&6; }
12439 ac_res=$ac_cv_search_inet_aton
12440 if test "$ac_res" != no; then :
12441   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12442
12443 fi
12444
12445
12446 for ac_func in \
12447         getaddrinfo \
12448         getnameinfo \
12449         getnetbyname \
12450         getprotobyname \
12451         getprotobynumber \
12452         getservbyport \
12453         inet_network \
12454         inet_ntop \
12455         inet_pton \
12456         sendmsg \
12457         socketpair \
12458
12459 do :
12460   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12461 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12462 eval as_val=\$$as_ac_var
12463    if test "x$as_val" = x""yes; then :
12464   cat >>confdefs.h <<_ACEOF
12465 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12466 _ACEOF
12467
12468 fi
12469 done
12470
12471
12472 LDAPLIBS=""
12473
12474 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12475 then
12476     ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12477 "
12478 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12479   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12480 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12481 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12482   $as_echo_n "(cached) " >&6
12483 else
12484   ac_check_lib_save_LIBS=$LIBS
12485 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12487 /* end confdefs.h.  */
12488
12489 /* Override any GCC internal prototype to avoid an error.
12490    Use char because int might match the return type of a GCC
12491    builtin and then its argument prototype would still apply.  */
12492 #ifdef __cplusplus
12493 extern "C"
12494 #endif
12495 char ldap_initialize ();
12496 int
12497 main ()
12498 {
12499 return ldap_initialize ();
12500   ;
12501   return 0;
12502 }
12503 _ACEOF
12504 if ac_fn_c_try_link "$LINENO"; then :
12505   ac_cv_lib_ldap_r_ldap_initialize=yes
12506 else
12507   ac_cv_lib_ldap_r_ldap_initialize=no
12508 fi
12509 rm -f core conftest.err conftest.$ac_objext \
12510     conftest$ac_exeext conftest.$ac_ext
12511 LIBS=$ac_check_lib_save_LIBS
12512 fi
12513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12514 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12515 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12516   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12517 $as_echo_n "checking for ber_init in -llber... " >&6; }
12518 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12519   $as_echo_n "(cached) " >&6
12520 else
12521   ac_check_lib_save_LIBS=$LIBS
12522 LIBS="-llber $LIBPTHREAD $LIBS"
12523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12524 /* end confdefs.h.  */
12525
12526 /* Override any GCC internal prototype to avoid an error.
12527    Use char because int might match the return type of a GCC
12528    builtin and then its argument prototype would still apply.  */
12529 #ifdef __cplusplus
12530 extern "C"
12531 #endif
12532 char ber_init ();
12533 int
12534 main ()
12535 {
12536 return ber_init ();
12537   ;
12538   return 0;
12539 }
12540 _ACEOF
12541 if ac_fn_c_try_link "$LINENO"; then :
12542   ac_cv_lib_lber_ber_init=yes
12543 else
12544   ac_cv_lib_lber_ber_init=no
12545 fi
12546 rm -f core conftest.err conftest.$ac_objext \
12547     conftest$ac_exeext conftest.$ac_ext
12548 LIBS=$ac_check_lib_save_LIBS
12549 fi
12550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12551 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12552 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12553
12554 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12555
12556                  LDAPLIBS="-lldap_r -llber"
12557 fi
12558
12559 fi
12560
12561 fi
12562
12563     ac_wine_check_funcs_save_LIBS="$LIBS"
12564 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12565 for ac_func in \
12566         ldap_count_references \
12567         ldap_first_reference \
12568         ldap_next_reference \
12569         ldap_parse_reference \
12570         ldap_parse_sort_control \
12571         ldap_parse_sortresponse_control \
12572         ldap_parse_vlv_control \
12573         ldap_parse_vlvresponse_control
12574 do :
12575   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12576 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12577 eval as_val=\$$as_ac_var
12578    if test "x$as_val" = x""yes; then :
12579   cat >>confdefs.h <<_ACEOF
12580 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12581 _ACEOF
12582
12583 fi
12584 done
12585
12586 LIBS="$ac_wine_check_funcs_save_LIBS"
12587 fi
12588 if test "x$LDAPLIBS" = "x"; then :
12589   case "x$with_ldap" in
12590   x)   wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12591   xno) ;;
12592   *)   as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12593 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12594 esac
12595 fi
12596
12597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12598 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12599 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12600   $as_echo_n "(cached) " >&6
12601 else
12602   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12603 /* end confdefs.h.  */
12604 #include <sys/stat.h>
12605 int
12606 main ()
12607 {
12608 mkdir("foo");
12609   ;
12610   return 0;
12611 }
12612 _ACEOF
12613 if ac_fn_c_try_compile "$LINENO"; then :
12614   wine_cv_one_arg_mkdir=yes
12615 else
12616   wine_cv_one_arg_mkdir=no
12617 fi
12618 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12619 fi
12620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12621 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12622 if test "$wine_cv_one_arg_mkdir" = "yes"
12623 then
12624
12625 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12626
12627 fi
12628
12629
12630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12631 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12632 if test "${ac_cv_c_const+set}" = set; then :
12633   $as_echo_n "(cached) " >&6
12634 else
12635   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12636 /* end confdefs.h.  */
12637
12638 int
12639 main ()
12640 {
12641 /* FIXME: Include the comments suggested by Paul. */
12642 #ifndef __cplusplus
12643   /* Ultrix mips cc rejects this.  */
12644   typedef int charset[2];
12645   const charset cs;
12646   /* SunOS 4.1.1 cc rejects this.  */
12647   char const *const *pcpcc;
12648   char **ppc;
12649   /* NEC SVR4.0.2 mips cc rejects this.  */
12650   struct point {int x, y;};
12651   static struct point const zero = {0,0};
12652   /* AIX XL C 1.02.0.0 rejects this.
12653      It does not let you subtract one const X* pointer from another in
12654      an arm of an if-expression whose if-part is not a constant
12655      expression */
12656   const char *g = "string";
12657   pcpcc = &g + (g ? g-g : 0);
12658   /* HPUX 7.0 cc rejects these. */
12659   ++pcpcc;
12660   ppc = (char**) pcpcc;
12661   pcpcc = (char const *const *) ppc;
12662   { /* SCO 3.2v4 cc rejects this.  */
12663     char *t;
12664     char const *s = 0 ? (char *) 0 : (char const *) 0;
12665
12666     *t++ = 0;
12667     if (s) return 0;
12668   }
12669   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
12670     int x[] = {25, 17};
12671     const int *foo = &x[0];
12672     ++foo;
12673   }
12674   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12675     typedef const int *iptr;
12676     iptr p = 0;
12677     ++p;
12678   }
12679   { /* AIX XL C 1.02.0.0 rejects this saying
12680        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12681     struct s { int j; const int *ap[3]; };
12682     struct s *b; b->j = 5;
12683   }
12684   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12685     const int foo = 10;
12686     if (!foo) return 0;
12687   }
12688   return !cs[0] && !zero.x;
12689 #endif
12690
12691   ;
12692   return 0;
12693 }
12694 _ACEOF
12695 if ac_fn_c_try_compile "$LINENO"; then :
12696   ac_cv_c_const=yes
12697 else
12698   ac_cv_c_const=no
12699 fi
12700 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12701 fi
12702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12703 $as_echo "$ac_cv_c_const" >&6; }
12704 if test $ac_cv_c_const = no; then
12705
12706 $as_echo "#define const /**/" >>confdefs.h
12707
12708 fi
12709
12710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12711 $as_echo_n "checking for inline... " >&6; }
12712 if test "${ac_cv_c_inline+set}" = set; then :
12713   $as_echo_n "(cached) " >&6
12714 else
12715   ac_cv_c_inline=no
12716 for ac_kw in inline __inline__ __inline; do
12717   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12718 /* end confdefs.h.  */
12719 #ifndef __cplusplus
12720 typedef int foo_t;
12721 static $ac_kw foo_t static_foo () {return 0; }
12722 $ac_kw foo_t foo () {return 0; }
12723 #endif
12724
12725 _ACEOF
12726 if ac_fn_c_try_compile "$LINENO"; then :
12727   ac_cv_c_inline=$ac_kw
12728 fi
12729 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12730   test "$ac_cv_c_inline" != no && break
12731 done
12732
12733 fi
12734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12735 $as_echo "$ac_cv_c_inline" >&6; }
12736
12737 case $ac_cv_c_inline in
12738   inline | yes) ;;
12739   *)
12740     case $ac_cv_c_inline in
12741       no) ac_val=;;
12742       *) ac_val=$ac_cv_c_inline;;
12743     esac
12744     cat >>confdefs.h <<_ACEOF
12745 #ifndef __cplusplus
12746 #define inline $ac_val
12747 #endif
12748 _ACEOF
12749     ;;
12750 esac
12751
12752 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12753 if test "x$ac_cv_type_mode_t" = x""yes; then :
12754
12755 cat >>confdefs.h <<_ACEOF
12756 #define HAVE_MODE_T 1
12757 _ACEOF
12758
12759
12760 fi
12761 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12762 if test "x$ac_cv_type_off_t" = x""yes; then :
12763
12764 cat >>confdefs.h <<_ACEOF
12765 #define HAVE_OFF_T 1
12766 _ACEOF
12767
12768
12769 fi
12770 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12771 if test "x$ac_cv_type_pid_t" = x""yes; then :
12772
12773 cat >>confdefs.h <<_ACEOF
12774 #define HAVE_PID_T 1
12775 _ACEOF
12776
12777
12778 fi
12779 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12780 if test "x$ac_cv_type_size_t" = x""yes; then :
12781
12782 cat >>confdefs.h <<_ACEOF
12783 #define HAVE_SIZE_T 1
12784 _ACEOF
12785
12786
12787 fi
12788 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12789 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12790
12791 cat >>confdefs.h <<_ACEOF
12792 #define HAVE_SSIZE_T 1
12793 _ACEOF
12794
12795
12796 fi
12797 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12798 if test "x$ac_cv_type_long_long" = x""yes; then :
12799
12800 cat >>confdefs.h <<_ACEOF
12801 #define HAVE_LONG_LONG 1
12802 _ACEOF
12803
12804
12805 fi
12806 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12807 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12808
12809 cat >>confdefs.h <<_ACEOF
12810 #define HAVE_FSBLKCNT_T 1
12811 _ACEOF
12812
12813
12814 fi
12815 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12816 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12817
12818 cat >>confdefs.h <<_ACEOF
12819 #define HAVE_FSFILCNT_T 1
12820 _ACEOF
12821
12822
12823 fi
12824
12825 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12826 #include <signal.h>
12827 "
12828 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12829
12830 cat >>confdefs.h <<_ACEOF
12831 #define HAVE_SIGSET_T 1
12832 _ACEOF
12833
12834
12835 fi
12836
12837 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12838 "
12839 if test "x$ac_cv_type_request_sense" = x""yes; then :
12840
12841 cat >>confdefs.h <<_ACEOF
12842 #define HAVE_REQUEST_SENSE 1
12843 _ACEOF
12844
12845
12846 fi
12847
12848
12849 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12850 #ifdef HAVE_SYS_SOCKET_H
12851 #include <sys/socket.h>
12852 #endif
12853 #ifdef HAVE_SYS_SOCKETVAR_H
12854 #include <sys/socketvar.h>
12855 #endif
12856 #ifdef HAVE_NET_ROUTE_H
12857 #include <net/route.h>
12858 #endif
12859 #ifdef HAVE_NETINET_IN_H
12860 #include <netinet/in.h>
12861 #endif
12862 #ifdef HAVE_NETINET_IN_SYSTM_H
12863 #include <netinet/in_systm.h>
12864 #endif
12865 #ifdef HAVE_NETINET_IP_H
12866 #include <netinet/ip.h>
12867 #endif
12868 #ifdef HAVE_NETINET_IN_PCB_H
12869 #include <netinet/in_pcb.h>
12870 #endif
12871 "
12872 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12873
12874 cat >>confdefs.h <<_ACEOF
12875 #define HAVE_STRUCT_XINPGEN 1
12876 _ACEOF
12877
12878
12879 fi
12880
12881
12882 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12883 #include <linux/input.h>
12884 #endif
12885 "
12886 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12887
12888 cat >>confdefs.h <<_ACEOF
12889 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12890 _ACEOF
12891
12892
12893 fi
12894
12895
12896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12897 $as_echo_n "checking for sigaddset... " >&6; }
12898 if test "${wine_cv_have_sigaddset+set}" = set; then :
12899   $as_echo_n "(cached) " >&6
12900 else
12901   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12902 /* end confdefs.h.  */
12903 #include <signal.h>
12904 int
12905 main ()
12906 {
12907 sigset_t set; sigaddset(&set,SIGTERM);
12908   ;
12909   return 0;
12910 }
12911 _ACEOF
12912 if ac_fn_c_try_link "$LINENO"; then :
12913   wine_cv_have_sigaddset=yes
12914 else
12915   wine_cv_have_sigaddset=no
12916 fi
12917 rm -f core conftest.err conftest.$ac_objext \
12918     conftest$ac_exeext conftest.$ac_ext
12919 fi
12920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
12921 $as_echo "$wine_cv_have_sigaddset" >&6; }
12922 if test "$wine_cv_have_sigaddset" = "yes"
12923 then
12924
12925 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
12926
12927 fi
12928
12929
12930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12931 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
12932 if test "${wine_cv_linux_gethostbyname_r_6+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 <netdb.h>
12938 int
12939 main ()
12940 {
12941
12942     char *name=0;
12943     struct hostent he;
12944     struct hostent *result;
12945     char *buf=0;
12946     int bufsize=0;
12947     int res,errnr;
12948     char *addr=0;
12949     int addrlen=0;
12950     int addrtype=0;
12951     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12952     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12953
12954   ;
12955   return 0;
12956 }
12957 _ACEOF
12958 if ac_fn_c_try_link "$LINENO"; then :
12959   wine_cv_linux_gethostbyname_r_6=yes
12960 else
12961   wine_cv_linux_gethostbyname_r_6=no
12962
12963 fi
12964 rm -f core conftest.err conftest.$ac_objext \
12965     conftest$ac_exeext conftest.$ac_ext
12966
12967 fi
12968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
12969 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
12970    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
12971    then
12972
12973 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
12974
12975    fi
12976
12977 if test "$ac_cv_header_linux_joystick_h" = "yes"
12978 then
12979    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
12980 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
12981 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
12982   $as_echo_n "(cached) " >&6
12983 else
12984   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12985 /* end confdefs.h.  */
12986
12987         #include <sys/ioctl.h>
12988         #include <sys/types.h>
12989         #include <linux/joystick.h>
12990
12991         struct js_event blub;
12992         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
12993         #error "no 2.2 header"
12994         #endif
12995
12996 int
12997 main ()
12998 {
12999 /*empty*/
13000   ;
13001   return 0;
13002 }
13003 _ACEOF
13004 if ac_fn_c_try_compile "$LINENO"; then :
13005   wine_cv_linux_joystick_22_api=yes
13006 else
13007   wine_cv_linux_joystick_22_api=no
13008 fi
13009 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13010
13011 fi
13012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
13013 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
13014    if test "$wine_cv_linux_joystick_22_api" = "yes"
13015    then
13016
13017 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
13018
13019    fi
13020 fi
13021
13022
13023 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
13024 #ifdef HAVE_SYS_PARAM_H
13025 # include <sys/param.h>
13026 #endif
13027 #ifdef HAVE_SYS_MOUNT_H
13028 # include <sys/mount.h>
13029 #endif
13030 #ifdef HAVE_SYS_VFS_H
13031 # include <sys/vfs.h>
13032 #endif
13033 #ifdef HAVE_SYS_STATFS_H
13034 # include <sys/statfs.h>
13035 #endif
13036 "
13037 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
13038
13039 cat >>confdefs.h <<_ACEOF
13040 #define HAVE_STRUCT_STATFS_F_BFREE 1
13041 _ACEOF
13042
13043
13044 fi
13045 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
13046 #ifdef HAVE_SYS_PARAM_H
13047 # include <sys/param.h>
13048 #endif
13049 #ifdef HAVE_SYS_MOUNT_H
13050 # include <sys/mount.h>
13051 #endif
13052 #ifdef HAVE_SYS_VFS_H
13053 # include <sys/vfs.h>
13054 #endif
13055 #ifdef HAVE_SYS_STATFS_H
13056 # include <sys/statfs.h>
13057 #endif
13058 "
13059 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
13060
13061 cat >>confdefs.h <<_ACEOF
13062 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
13063 _ACEOF
13064
13065
13066 fi
13067 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
13068 #ifdef HAVE_SYS_PARAM_H
13069 # include <sys/param.h>
13070 #endif
13071 #ifdef HAVE_SYS_MOUNT_H
13072 # include <sys/mount.h>
13073 #endif
13074 #ifdef HAVE_SYS_VFS_H
13075 # include <sys/vfs.h>
13076 #endif
13077 #ifdef HAVE_SYS_STATFS_H
13078 # include <sys/statfs.h>
13079 #endif
13080 "
13081 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
13082
13083 cat >>confdefs.h <<_ACEOF
13084 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
13085 _ACEOF
13086
13087
13088 fi
13089 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13090 #ifdef HAVE_SYS_PARAM_H
13091 # include <sys/param.h>
13092 #endif
13093 #ifdef HAVE_SYS_MOUNT_H
13094 # include <sys/mount.h>
13095 #endif
13096 #ifdef HAVE_SYS_VFS_H
13097 # include <sys/vfs.h>
13098 #endif
13099 #ifdef HAVE_SYS_STATFS_H
13100 # include <sys/statfs.h>
13101 #endif
13102 "
13103 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13104
13105 cat >>confdefs.h <<_ACEOF
13106 #define HAVE_STRUCT_STATFS_F_FFREE 1
13107 _ACEOF
13108
13109
13110 fi
13111 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13112 #ifdef HAVE_SYS_PARAM_H
13113 # include <sys/param.h>
13114 #endif
13115 #ifdef HAVE_SYS_MOUNT_H
13116 # include <sys/mount.h>
13117 #endif
13118 #ifdef HAVE_SYS_VFS_H
13119 # include <sys/vfs.h>
13120 #endif
13121 #ifdef HAVE_SYS_STATFS_H
13122 # include <sys/statfs.h>
13123 #endif
13124 "
13125 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13126
13127 cat >>confdefs.h <<_ACEOF
13128 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13129 _ACEOF
13130
13131
13132 fi
13133 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13134 #ifdef HAVE_SYS_PARAM_H
13135 # include <sys/param.h>
13136 #endif
13137 #ifdef HAVE_SYS_MOUNT_H
13138 # include <sys/mount.h>
13139 #endif
13140 #ifdef HAVE_SYS_VFS_H
13141 # include <sys/vfs.h>
13142 #endif
13143 #ifdef HAVE_SYS_STATFS_H
13144 # include <sys/statfs.h>
13145 #endif
13146 "
13147 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13148
13149 cat >>confdefs.h <<_ACEOF
13150 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13151 _ACEOF
13152
13153
13154 fi
13155
13156
13157 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13158 #include <sys/statvfs.h>
13159 #endif
13160 "
13161 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13162
13163 cat >>confdefs.h <<_ACEOF
13164 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13165 _ACEOF
13166
13167
13168 fi
13169
13170
13171 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13172 #ifdef HAVE_SYS_SOCKET_H
13173 # include <sys/socket.h>
13174 #endif
13175 #ifdef HAVE_SYS_UN_H
13176 # include <sys/un.h>
13177 #endif
13178 "
13179 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13180
13181 cat >>confdefs.h <<_ACEOF
13182 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13183 _ACEOF
13184
13185
13186 fi
13187 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13188 #ifdef HAVE_SYS_SOCKET_H
13189 # include <sys/socket.h>
13190 #endif
13191 #ifdef HAVE_SYS_UN_H
13192 # include <sys/un.h>
13193 #endif
13194 "
13195 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13196
13197 cat >>confdefs.h <<_ACEOF
13198 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13199 _ACEOF
13200
13201
13202 fi
13203 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13204 #ifdef HAVE_SYS_SOCKET_H
13205 # include <sys/socket.h>
13206 #endif
13207 #ifdef HAVE_SYS_UN_H
13208 # include <sys/un.h>
13209 #endif
13210 "
13211 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13212
13213 cat >>confdefs.h <<_ACEOF
13214 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13215 _ACEOF
13216
13217
13218 fi
13219
13220
13221 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13222 #ifdef HAVE_SCSI_SG_H
13223 #include <scsi/sg.h>
13224 #endif
13225 "
13226 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13227
13228 cat >>confdefs.h <<_ACEOF
13229 #define HAVE_SCSIREQ_T_CMD 1
13230 _ACEOF
13231
13232
13233 fi
13234 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>
13235 #ifdef HAVE_SCSI_SG_H
13236 #include <scsi/sg.h>
13237 #endif
13238 "
13239 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13240
13241 cat >>confdefs.h <<_ACEOF
13242 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13243 _ACEOF
13244
13245
13246 fi
13247
13248
13249 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13250 "
13251 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13252
13253 cat >>confdefs.h <<_ACEOF
13254 #define HAVE_SIGINFO_T_SI_FD 1
13255 _ACEOF
13256
13257
13258 fi
13259
13260
13261 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13262 #ifdef HAVE_SYS_MTIO_H
13263 #include <sys/mtio.h>
13264 #endif
13265 "
13266 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13267
13268 cat >>confdefs.h <<_ACEOF
13269 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13270 _ACEOF
13271
13272
13273 fi
13274 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13275 #ifdef HAVE_SYS_MTIO_H
13276 #include <sys/mtio.h>
13277 #endif
13278 "
13279 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13280
13281 cat >>confdefs.h <<_ACEOF
13282 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13283 _ACEOF
13284
13285
13286 fi
13287 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13288 #ifdef HAVE_SYS_MTIO_H
13289 #include <sys/mtio.h>
13290 #endif
13291 "
13292 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13293
13294 cat >>confdefs.h <<_ACEOF
13295 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13296 _ACEOF
13297
13298
13299 fi
13300
13301
13302 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13303 #include <getopt.h>
13304 #endif
13305 "
13306 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13307
13308 cat >>confdefs.h <<_ACEOF
13309 #define HAVE_STRUCT_OPTION_NAME 1
13310 _ACEOF
13311
13312
13313 fi
13314
13315
13316 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13317 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13318
13319 cat >>confdefs.h <<_ACEOF
13320 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13321 _ACEOF
13322
13323
13324 fi
13325 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13326 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13327
13328 cat >>confdefs.h <<_ACEOF
13329 #define HAVE_STRUCT_STAT_ST_MTIM 1
13330 _ACEOF
13331
13332
13333 fi
13334 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13335 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13336
13337 cat >>confdefs.h <<_ACEOF
13338 #define HAVE_STRUCT_STAT_ST_CTIM 1
13339 _ACEOF
13340
13341
13342 fi
13343 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13344 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13345
13346 cat >>confdefs.h <<_ACEOF
13347 #define HAVE_STRUCT_STAT_ST_ATIM 1
13348 _ACEOF
13349
13350
13351 fi
13352
13353
13354 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
13355 #include <sys/types.h>
13356 #endif
13357 #ifdef HAVE_NETINET_IN_H
13358 #include <netinet/in.h>
13359 #endif
13360 "
13361 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13362
13363 cat >>confdefs.h <<_ACEOF
13364 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13365 _ACEOF
13366
13367
13368 fi
13369
13370
13371 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13372 #include <sys/types.h>
13373 #endif
13374 #ifdef HAVE_NETINET_IN_H
13375 # include <netinet/in.h>
13376 #endif
13377 #ifdef HAVE_ARPA_NAMESER_H
13378 # include <arpa/nameser.h>
13379 #endif
13380 "
13381 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13382
13383 cat >>confdefs.h <<_ACEOF
13384 #define HAVE_NS_MSG__MSG_PTR 1
13385 _ACEOF
13386
13387
13388 fi
13389
13390
13391 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13392 #include <sys/types.h>
13393 #endif
13394 #ifdef HAVE_ALIAS_H
13395 #include <alias.h>
13396 #endif
13397 #ifdef HAVE_SYS_SOCKET_H
13398 #include <sys/socket.h>
13399 #endif
13400 #ifdef HAVE_SYS_SOCKETVAR_H
13401 #include <sys/socketvar.h>
13402 #endif
13403 #ifdef HAVE_SYS_TIMEOUT_H
13404 #include <sys/timeout.h>
13405 #endif
13406 #ifdef HAVE_NETINET_IN_H
13407 #include <netinet/in.h>
13408 #endif
13409 #ifdef HAVE_NETINET_IN_SYSTM_H
13410 #include <netinet/in_systm.h>
13411 #endif
13412 #ifdef HAVE_NETINET_IP_H
13413 #include <netinet/ip.h>
13414 #endif
13415 #ifdef HAVE_NETINET_IP_VAR_H
13416 #include <netinet/ip_var.h>
13417 #endif
13418 #ifdef HAVE_NETINET_IP_ICMP_H
13419 #include <netinet/ip_icmp.h>
13420 #endif
13421 #ifdef HAVE_NETINET_ICMP_VAR
13422 #include <netinet/icmp_var.h>
13423 #endif
13424 "
13425 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13426
13427 cat >>confdefs.h <<_ACEOF
13428 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13429 _ACEOF
13430
13431
13432 fi
13433
13434
13435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13436 $as_echo_n "checking for timezone variable... " >&6; }
13437 if test "${ac_cv_have_timezone+set}" = set; then :
13438   $as_echo_n "(cached) " >&6
13439 else
13440   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13441 /* end confdefs.h.  */
13442 #include <time.h>
13443 int
13444 main ()
13445 {
13446 timezone = 1
13447   ;
13448   return 0;
13449 }
13450 _ACEOF
13451 if ac_fn_c_try_link "$LINENO"; then :
13452   ac_cv_have_timezone="yes"
13453 else
13454   ac_cv_have_timezone="no"
13455 fi
13456 rm -f core conftest.err conftest.$ac_objext \
13457     conftest$ac_exeext conftest.$ac_ext
13458 fi
13459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13460 $as_echo "$ac_cv_have_timezone" >&6; }
13461 if test "$ac_cv_have_timezone" = "yes"
13462 then
13463
13464 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13465
13466 fi
13467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13468 $as_echo_n "checking for daylight variable... " >&6; }
13469 if test "${ac_cv_have_daylight+set}" = set; then :
13470   $as_echo_n "(cached) " >&6
13471 else
13472   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13473 /* end confdefs.h.  */
13474 #include <time.h>
13475 int
13476 main ()
13477 {
13478 daylight = 1
13479   ;
13480   return 0;
13481 }
13482 _ACEOF
13483 if ac_fn_c_try_link "$LINENO"; then :
13484   ac_cv_have_daylight="yes"
13485 else
13486   ac_cv_have_daylight="no"
13487 fi
13488 rm -f core conftest.err conftest.$ac_objext \
13489     conftest$ac_exeext conftest.$ac_ext
13490 fi
13491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13492 $as_echo "$ac_cv_have_daylight" >&6; }
13493 if test "$ac_cv_have_daylight" = "yes"
13494 then
13495
13496 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13497
13498 fi
13499
13500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13501 $as_echo_n "checking for isinf... " >&6; }
13502 if test "${ac_cv_have_isinf+set}" = set; then :
13503   $as_echo_n "(cached) " >&6
13504 else
13505   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13506 /* end confdefs.h.  */
13507 #include <math.h>
13508 int
13509 main ()
13510 {
13511 float f = 0.0; int i=isinf(f)
13512   ;
13513   return 0;
13514 }
13515 _ACEOF
13516 if ac_fn_c_try_link "$LINENO"; then :
13517   ac_cv_have_isinf="yes"
13518 else
13519   ac_cv_have_isinf="no"
13520 fi
13521 rm -f core conftest.err conftest.$ac_objext \
13522     conftest$ac_exeext conftest.$ac_ext
13523 fi
13524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13525 $as_echo "$ac_cv_have_isinf" >&6; }
13526 if test "$ac_cv_have_isinf" = "yes"
13527 then
13528
13529 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13530
13531 fi
13532
13533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13534 $as_echo_n "checking for isnan... " >&6; }
13535 if test "${ac_cv_have_isnan+set}" = set; then :
13536   $as_echo_n "(cached) " >&6
13537 else
13538   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13539 /* end confdefs.h.  */
13540 #include <math.h>
13541 int
13542 main ()
13543 {
13544 float f = 0.0; int i=isnan(f)
13545   ;
13546   return 0;
13547 }
13548 _ACEOF
13549 if ac_fn_c_try_link "$LINENO"; then :
13550   ac_cv_have_isnan="yes"
13551 else
13552   ac_cv_have_isnan="no"
13553 fi
13554 rm -f core conftest.err conftest.$ac_objext \
13555     conftest$ac_exeext conftest.$ac_ext
13556 fi
13557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13558 $as_echo "$ac_cv_have_isnan" >&6; }
13559 if test "$ac_cv_have_isnan" = "yes"
13560 then
13561
13562 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13563
13564 fi
13565
13566
13567 case $host_cpu in
13568   *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13569 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13570 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13571   $as_echo_n "(cached) " >&6
13572 else
13573   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13574 /* end confdefs.h.  */
13575 #ifndef __i386__
13576 yes
13577 #endif
13578 _ACEOF
13579 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13580   $EGREP "yes" >/dev/null 2>&1; then :
13581   ac_cv_cpp_def___i386__=yes
13582 else
13583   ac_cv_cpp_def___i386__=no
13584 fi
13585 rm -f conftest*
13586
13587 fi
13588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13589 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13590 if test $ac_cv_cpp_def___i386__ = yes; then :
13591   CFLAGS="$CFLAGS -D__i386__"
13592   LINTFLAGS="$LINTFLAGS -D__i386__"
13593 fi ;;
13594   *x86_64*)         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13595 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13596 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13597   $as_echo_n "(cached) " >&6
13598 else
13599   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13600 /* end confdefs.h.  */
13601 #ifndef __x86_64__
13602 yes
13603 #endif
13604 _ACEOF
13605 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13606   $EGREP "yes" >/dev/null 2>&1; then :
13607   ac_cv_cpp_def___x86_64__=yes
13608 else
13609   ac_cv_cpp_def___x86_64__=no
13610 fi
13611 rm -f conftest*
13612
13613 fi
13614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13615 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13616 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13617   CFLAGS="$CFLAGS -D__x86_64__"
13618   LINTFLAGS="$LINTFLAGS -D__x86_64__"
13619 fi ;;
13620   *alpha*)          { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13621 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13622 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13623   $as_echo_n "(cached) " >&6
13624 else
13625   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13626 /* end confdefs.h.  */
13627 #ifndef __ALPHA__
13628 yes
13629 #endif
13630 _ACEOF
13631 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13632   $EGREP "yes" >/dev/null 2>&1; then :
13633   ac_cv_cpp_def___ALPHA__=yes
13634 else
13635   ac_cv_cpp_def___ALPHA__=no
13636 fi
13637 rm -f conftest*
13638
13639 fi
13640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13641 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13642 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13643   CFLAGS="$CFLAGS -D__ALPHA__"
13644   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13645 fi ;;
13646   *sparc*)          { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13647 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13648 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13649   $as_echo_n "(cached) " >&6
13650 else
13651   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13652 /* end confdefs.h.  */
13653 #ifndef __sparc__
13654 yes
13655 #endif
13656 _ACEOF
13657 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13658   $EGREP "yes" >/dev/null 2>&1; then :
13659   ac_cv_cpp_def___sparc__=yes
13660 else
13661   ac_cv_cpp_def___sparc__=no
13662 fi
13663 rm -f conftest*
13664
13665 fi
13666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13667 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13668 if test $ac_cv_cpp_def___sparc__ = yes; then :
13669   CFLAGS="$CFLAGS -D__sparc__"
13670   LINTFLAGS="$LINTFLAGS -D__sparc__"
13671 fi ;;
13672   *powerpc*)        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13673 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13674 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13675   $as_echo_n "(cached) " >&6
13676 else
13677   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13678 /* end confdefs.h.  */
13679 #ifndef __powerpc__
13680 yes
13681 #endif
13682 _ACEOF
13683 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13684   $EGREP "yes" >/dev/null 2>&1; then :
13685   ac_cv_cpp_def___powerpc__=yes
13686 else
13687   ac_cv_cpp_def___powerpc__=no
13688 fi
13689 rm -f conftest*
13690
13691 fi
13692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13693 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13694 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13695   CFLAGS="$CFLAGS -D__powerpc__"
13696   LINTFLAGS="$LINTFLAGS -D__powerpc__"
13697 fi ;;
13698 esac
13699
13700 case $host_vendor in
13701   *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13702 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13703 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13704   $as_echo_n "(cached) " >&6
13705 else
13706   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13707 /* end confdefs.h.  */
13708 #ifndef __sun__
13709 yes
13710 #endif
13711 _ACEOF
13712 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13713   $EGREP "yes" >/dev/null 2>&1; then :
13714   ac_cv_cpp_def___sun__=yes
13715 else
13716   ac_cv_cpp_def___sun__=no
13717 fi
13718 rm -f conftest*
13719
13720 fi
13721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13722 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13723 if test $ac_cv_cpp_def___sun__ = yes; then :
13724   CFLAGS="$CFLAGS -D__sun__"
13725   LINTFLAGS="$LINTFLAGS -D__sun__"
13726 fi ;;
13727 esac
13728
13729
13730 DEPENDENCIES="### Dependencies:
13731
13732 .INIT: Makefile
13733 .BEGIN: Makefile
13734 .MAKEFILEDEPS:
13735 Makefile: dummy
13736         -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
13737
13738 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
13739 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
13740 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
13741 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
13742 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
13743
13744
13745 ALL_MAKERULES=""
13746
13747 ALL_MAKEFILES=""
13748
13749 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13750
13751
13752 ALL_TOP_DIRS=""
13753
13754 ALL_DLL_DIRS=""
13755
13756 ALL_IMPLIB_DIRS=""
13757
13758 ALL_TEST_DIRS=""
13759
13760 ALL_PROGRAM_DIRS=""
13761
13762 ALL_PROGRAM_INSTALL_DIRS=""
13763
13764 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13765
13766
13767
13768
13769 ac_config_commands="$ac_config_commands include/stamp-h"
13770
13771
13772 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13773
13774 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13775
13776 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13777
13778 ac_config_commands="$ac_config_commands dlls/user32/resources"
13779
13780 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13781
13782 ac_config_commands="$ac_config_commands include/wine"
13783
13784
13785 ALL_MAKERULES="$ALL_MAKERULES \\
13786         Make.rules"
13787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13788 Make.rules: Make.rules.in"
13789 MAKE_RULES=Make.rules
13790 ac_config_files="$ac_config_files Make.rules"
13791
13792 ALL_MAKERULES="$ALL_MAKERULES \\
13793         dlls/Makedll.rules"
13794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13795 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
13796 MAKE_DLL_RULES=dlls/Makedll.rules
13797 ac_config_files="$ac_config_files dlls/Makedll.rules"
13798
13799 ALL_MAKERULES="$ALL_MAKERULES \\
13800         dlls/Makeimplib.rules"
13801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13802 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
13803 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13804 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13805
13806 ALL_MAKERULES="$ALL_MAKERULES \\
13807         dlls/Maketest.rules"
13808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13809 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
13810 MAKE_TEST_RULES=dlls/Maketest.rules
13811 ac_config_files="$ac_config_files dlls/Maketest.rules"
13812
13813 ALL_MAKERULES="$ALL_MAKERULES \\
13814         programs/Makeprog.rules"
13815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13816 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
13817 MAKE_PROG_RULES=programs/Makeprog.rules
13818 ac_config_files="$ac_config_files programs/Makeprog.rules"
13819
13820
13821
13822
13823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13824 Makefile: Makefile.in Make.rules"
13825 ac_config_files="$ac_config_files Makefile"
13826
13827 ALL_MAKEFILES="$ALL_MAKEFILES \\
13828         dlls/Makefile"
13829 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
13830         dlls"
13831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13832 dlls/Makefile: dlls/Makefile.in Make.rules"
13833 ac_config_files="$ac_config_files dlls/Makefile"
13834
13835 ALL_MAKEFILES="$ALL_MAKEFILES \\
13836         dlls/acledit/Makefile"
13837 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13838         acledit"
13839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13840 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
13841 ac_config_files="$ac_config_files dlls/acledit/Makefile"
13842
13843 ALL_MAKEFILES="$ALL_MAKEFILES \\
13844         dlls/aclui/Makefile"
13845 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13846         aclui"
13847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13848 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
13849 ac_config_files="$ac_config_files dlls/aclui/Makefile"
13850
13851 ALL_MAKEFILES="$ALL_MAKEFILES \\
13852         dlls/activeds/Makefile"
13853 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13854         activeds"
13855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13856 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
13857 ac_config_files="$ac_config_files dlls/activeds/Makefile"
13858
13859 ALL_MAKEFILES="$ALL_MAKEFILES \\
13860         dlls/actxprxy/Makefile"
13861 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13862         actxprxy"
13863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13864 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
13865 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
13866
13867 ALL_MAKEFILES="$ALL_MAKEFILES \\
13868         dlls/adsiid/Makefile"
13869 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
13870         adsiid"
13871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13872 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
13873 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
13874
13875 ALL_MAKEFILES="$ALL_MAKEFILES \\
13876         dlls/advapi32/Makefile"
13877 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13878         advapi32"
13879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13880 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
13881 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
13882
13883 ALL_MAKEFILES="$ALL_MAKEFILES \\
13884         dlls/advapi32/tests/Makefile"
13885 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13886         advapi32/tests"
13887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13888 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
13889 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
13890
13891 ALL_MAKEFILES="$ALL_MAKEFILES \\
13892         dlls/advpack/Makefile"
13893 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13894         advpack"
13895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13896 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
13897 ac_config_files="$ac_config_files dlls/advpack/Makefile"
13898
13899 ALL_MAKEFILES="$ALL_MAKEFILES \\
13900         dlls/advpack/tests/Makefile"
13901 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13902         advpack/tests"
13903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13904 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
13905 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
13906
13907 ALL_MAKEFILES="$ALL_MAKEFILES \\
13908         dlls/amstream/Makefile"
13909 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13910         amstream"
13911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13912 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
13913 ac_config_files="$ac_config_files dlls/amstream/Makefile"
13914
13915 ALL_MAKEFILES="$ALL_MAKEFILES \\
13916         dlls/amstream/tests/Makefile"
13917 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13918         amstream/tests"
13919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13920 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
13921 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
13922
13923 ALL_MAKEFILES="$ALL_MAKEFILES \\
13924         dlls/appwiz.cpl/Makefile"
13925 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13926         appwiz.cpl"
13927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13928 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
13929 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
13930
13931 ALL_MAKEFILES="$ALL_MAKEFILES \\
13932         dlls/atl/Makefile"
13933 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13934         atl"
13935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13936 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
13937 ac_config_files="$ac_config_files dlls/atl/Makefile"
13938
13939 ALL_MAKEFILES="$ALL_MAKEFILES \\
13940         dlls/authz/Makefile"
13941 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13942         authz"
13943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13944 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
13945 ac_config_files="$ac_config_files dlls/authz/Makefile"
13946
13947 ALL_MAKEFILES="$ALL_MAKEFILES \\
13948         dlls/avicap32/Makefile"
13949 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13950         avicap32"
13951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13952 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
13953 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
13954
13955 ALL_MAKEFILES="$ALL_MAKEFILES \\
13956         dlls/avifil32/Makefile"
13957 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13958         avifil32"
13959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13960 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
13961 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
13962
13963 ALL_MAKEFILES="$ALL_MAKEFILES \\
13964         dlls/avifile.dll16/Makefile"
13965 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13966         avifile.dll16"
13967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13968 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
13969 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
13970
13971 ALL_MAKEFILES="$ALL_MAKEFILES \\
13972         dlls/bcrypt/Makefile"
13973 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13974         bcrypt"
13975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13976 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
13977 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
13978
13979 ALL_MAKEFILES="$ALL_MAKEFILES \\
13980         dlls/browseui/Makefile"
13981 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13982         browseui"
13983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13984 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
13985 ac_config_files="$ac_config_files dlls/browseui/Makefile"
13986
13987 ALL_MAKEFILES="$ALL_MAKEFILES \\
13988         dlls/browseui/tests/Makefile"
13989 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13990         browseui/tests"
13991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13992 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
13993 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
13994
13995 ALL_MAKEFILES="$ALL_MAKEFILES \\
13996         dlls/cabinet/Makefile"
13997 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13998         cabinet"
13999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14000 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
14001 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
14002
14003 ALL_MAKEFILES="$ALL_MAKEFILES \\
14004         dlls/cabinet/tests/Makefile"
14005 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14006         cabinet/tests"
14007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14008 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
14009 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
14010
14011 ALL_MAKEFILES="$ALL_MAKEFILES \\
14012         dlls/capi2032/Makefile"
14013 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14014         capi2032"
14015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14016 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
14017 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
14018
14019 ALL_MAKEFILES="$ALL_MAKEFILES \\
14020         dlls/cards/Makefile"
14021 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14022         cards"
14023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14024 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
14025 ac_config_files="$ac_config_files dlls/cards/Makefile"
14026
14027 ALL_MAKEFILES="$ALL_MAKEFILES \\
14028         dlls/cfgmgr32/Makefile"
14029 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14030         cfgmgr32"
14031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14032 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
14033 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
14034
14035 ALL_MAKEFILES="$ALL_MAKEFILES \\
14036         dlls/clusapi/Makefile"
14037 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14038         clusapi"
14039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14040 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
14041 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
14042
14043 ALL_MAKEFILES="$ALL_MAKEFILES \\
14044         dlls/comcat/Makefile"
14045 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14046         comcat"
14047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14048 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
14049 ac_config_files="$ac_config_files dlls/comcat/Makefile"
14050
14051 ALL_MAKEFILES="$ALL_MAKEFILES \\
14052         dlls/comcat/tests/Makefile"
14053 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14054         comcat/tests"
14055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14056 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
14057 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
14058
14059 ALL_MAKEFILES="$ALL_MAKEFILES \\
14060         dlls/comctl32/Makefile"
14061 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14062         comctl32"
14063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14064 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
14065 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
14066
14067 ALL_MAKEFILES="$ALL_MAKEFILES \\
14068         dlls/comctl32/tests/Makefile"
14069 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14070         comctl32/tests"
14071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14072 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
14073 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
14074
14075 ALL_MAKEFILES="$ALL_MAKEFILES \\
14076         dlls/comdlg32/Makefile"
14077 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14078         comdlg32"
14079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14080 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
14081 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
14082
14083 ALL_MAKEFILES="$ALL_MAKEFILES \\
14084         dlls/comdlg32/tests/Makefile"
14085 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14086         comdlg32/tests"
14087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14088 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
14089 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
14090
14091 ALL_MAKEFILES="$ALL_MAKEFILES \\
14092         dlls/comm.drv16/Makefile"
14093 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14094         comm.drv16"
14095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14096 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
14097 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
14098
14099 ALL_MAKEFILES="$ALL_MAKEFILES \\
14100         dlls/compobj.dll16/Makefile"
14101 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14102         compobj.dll16"
14103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14104 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
14105 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
14106
14107 ALL_MAKEFILES="$ALL_MAKEFILES \\
14108         dlls/compstui/Makefile"
14109 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14110         compstui"
14111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14112 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
14113 ac_config_files="$ac_config_files dlls/compstui/Makefile"
14114
14115 ALL_MAKEFILES="$ALL_MAKEFILES \\
14116         dlls/credui/Makefile"
14117 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14118         credui"
14119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14120 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
14121 ac_config_files="$ac_config_files dlls/credui/Makefile"
14122
14123 ALL_MAKEFILES="$ALL_MAKEFILES \\
14124         dlls/credui/tests/Makefile"
14125 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14126         credui/tests"
14127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14128 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
14129 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
14130
14131 ALL_MAKEFILES="$ALL_MAKEFILES \\
14132         dlls/crtdll/Makefile"
14133 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14134         crtdll"
14135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14136 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
14137 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
14138
14139 ALL_MAKEFILES="$ALL_MAKEFILES \\
14140         dlls/crypt32/Makefile"
14141 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14142         crypt32"
14143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14144 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
14145 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
14146
14147 ALL_MAKEFILES="$ALL_MAKEFILES \\
14148         dlls/crypt32/tests/Makefile"
14149 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14150         crypt32/tests"
14151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14152 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
14153 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
14154
14155 ALL_MAKEFILES="$ALL_MAKEFILES \\
14156         dlls/cryptdlg/Makefile"
14157 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14158         cryptdlg"
14159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14160 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
14161 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
14162
14163 ALL_MAKEFILES="$ALL_MAKEFILES \\
14164         dlls/cryptdll/Makefile"
14165 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14166         cryptdll"
14167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14168 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
14169 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
14170
14171 ALL_MAKEFILES="$ALL_MAKEFILES \\
14172         dlls/cryptnet/Makefile"
14173 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14174         cryptnet"
14175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14176 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
14177 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
14178
14179 ALL_MAKEFILES="$ALL_MAKEFILES \\
14180         dlls/cryptnet/tests/Makefile"
14181 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14182         cryptnet/tests"
14183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14184 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
14185 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
14186
14187 ALL_MAKEFILES="$ALL_MAKEFILES \\
14188         dlls/cryptui/Makefile"
14189 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14190         cryptui"
14191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14192 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
14193 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
14194
14195 ALL_MAKEFILES="$ALL_MAKEFILES \\
14196         dlls/cryptui/tests/Makefile"
14197 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14198         cryptui/tests"
14199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14200 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
14201 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
14202
14203 ALL_MAKEFILES="$ALL_MAKEFILES \\
14204         dlls/ctapi32/Makefile"
14205 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14206         ctapi32"
14207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14208 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
14209 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
14210
14211 ALL_MAKEFILES="$ALL_MAKEFILES \\
14212         dlls/ctl3d.dll16/Makefile"
14213 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14214         ctl3d.dll16"
14215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14216 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
14217 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
14218
14219 ALL_MAKEFILES="$ALL_MAKEFILES \\
14220         dlls/ctl3d32/Makefile"
14221 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14222         ctl3d32"
14223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14224 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
14225 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
14226
14227 ALL_MAKEFILES="$ALL_MAKEFILES \\
14228         dlls/ctl3dv2.dll16/Makefile"
14229 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14230         ctl3dv2.dll16"
14231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14232 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
14233 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
14234
14235 ALL_MAKEFILES="$ALL_MAKEFILES \\
14236         dlls/d3d10/Makefile"
14237 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14238         d3d10"
14239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14240 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
14241 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
14242
14243 ALL_MAKEFILES="$ALL_MAKEFILES \\
14244         dlls/d3d10/tests/Makefile"
14245 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14246         d3d10/tests"
14247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14248 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
14249 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
14250
14251 ALL_MAKEFILES="$ALL_MAKEFILES \\
14252         dlls/d3d10core/Makefile"
14253 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14254         d3d10core"
14255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14256 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
14257 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
14258
14259 ALL_MAKEFILES="$ALL_MAKEFILES \\
14260         dlls/d3d10core/tests/Makefile"
14261 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14262         d3d10core/tests"
14263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14264 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
14265 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
14266
14267 ALL_MAKEFILES="$ALL_MAKEFILES \\
14268         dlls/d3d8/Makefile"
14269 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14270         d3d8"
14271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14272 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
14273 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
14274
14275 ALL_MAKEFILES="$ALL_MAKEFILES \\
14276         dlls/d3d8/tests/Makefile"
14277 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14278         d3d8/tests"
14279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14280 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
14281 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
14282
14283 ALL_MAKEFILES="$ALL_MAKEFILES \\
14284         dlls/d3d9/Makefile"
14285 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14286         d3d9"
14287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14288 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
14289 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
14290
14291 ALL_MAKEFILES="$ALL_MAKEFILES \\
14292         dlls/d3d9/tests/Makefile"
14293 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14294         d3d9/tests"
14295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14296 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
14297 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
14298
14299 ALL_MAKEFILES="$ALL_MAKEFILES \\
14300         dlls/d3dim/Makefile"
14301 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14302         d3dim"
14303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14304 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
14305 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
14306
14307 ALL_MAKEFILES="$ALL_MAKEFILES \\
14308         dlls/d3drm/Makefile"
14309 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14310         d3drm"
14311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14312 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
14313 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
14314
14315 ALL_MAKEFILES="$ALL_MAKEFILES \\
14316         dlls/d3drm/tests/Makefile"
14317 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14318         d3drm/tests"
14319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14320 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
14321 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
14322
14323 ALL_MAKEFILES="$ALL_MAKEFILES \\
14324         dlls/d3dx9_24/Makefile"
14325 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14326         d3dx9_24"
14327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14328 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
14329 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
14330
14331 ALL_MAKEFILES="$ALL_MAKEFILES \\
14332         dlls/d3dx9_25/Makefile"
14333 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14334         d3dx9_25"
14335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14336 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
14337 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
14338
14339 ALL_MAKEFILES="$ALL_MAKEFILES \\
14340         dlls/d3dx9_26/Makefile"
14341 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14342         d3dx9_26"
14343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14344 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
14345 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
14346
14347 ALL_MAKEFILES="$ALL_MAKEFILES \\
14348         dlls/d3dx9_27/Makefile"
14349 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14350         d3dx9_27"
14351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14352 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
14353 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
14354
14355 ALL_MAKEFILES="$ALL_MAKEFILES \\
14356         dlls/d3dx9_28/Makefile"
14357 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14358         d3dx9_28"
14359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14360 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
14361 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
14362
14363 ALL_MAKEFILES="$ALL_MAKEFILES \\
14364         dlls/d3dx9_29/Makefile"
14365 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14366         d3dx9_29"
14367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14368 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
14369 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
14370
14371 ALL_MAKEFILES="$ALL_MAKEFILES \\
14372         dlls/d3dx9_30/Makefile"
14373 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14374         d3dx9_30"
14375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14376 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
14377 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
14378
14379 ALL_MAKEFILES="$ALL_MAKEFILES \\
14380         dlls/d3dx9_31/Makefile"
14381 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14382         d3dx9_31"
14383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14384 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
14385 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
14386
14387 ALL_MAKEFILES="$ALL_MAKEFILES \\
14388         dlls/d3dx9_32/Makefile"
14389 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14390         d3dx9_32"
14391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14392 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
14393 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
14394
14395 ALL_MAKEFILES="$ALL_MAKEFILES \\
14396         dlls/d3dx9_33/Makefile"
14397 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14398         d3dx9_33"
14399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14400 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
14401 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
14402
14403 ALL_MAKEFILES="$ALL_MAKEFILES \\
14404         dlls/d3dx9_34/Makefile"
14405 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14406         d3dx9_34"
14407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14408 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
14409 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
14410
14411 ALL_MAKEFILES="$ALL_MAKEFILES \\
14412         dlls/d3dx9_35/Makefile"
14413 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14414         d3dx9_35"
14415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14416 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
14417 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
14418
14419 ALL_MAKEFILES="$ALL_MAKEFILES \\
14420         dlls/d3dx9_36/Makefile"
14421 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14422         d3dx9_36"
14423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14424 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
14425 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14426
14427 ALL_MAKEFILES="$ALL_MAKEFILES \\
14428         dlls/d3dx9_36/tests/Makefile"
14429 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14430         d3dx9_36/tests"
14431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14432 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
14433 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14434
14435 ALL_MAKEFILES="$ALL_MAKEFILES \\
14436         dlls/d3dx9_37/Makefile"
14437 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14438         d3dx9_37"
14439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14440 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
14441 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14442
14443 ALL_MAKEFILES="$ALL_MAKEFILES \\
14444         dlls/d3dx9_38/Makefile"
14445 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14446         d3dx9_38"
14447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14448 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
14449 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14450
14451 ALL_MAKEFILES="$ALL_MAKEFILES \\
14452         dlls/d3dx9_39/Makefile"
14453 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14454         d3dx9_39"
14455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14456 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
14457 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14458
14459 ALL_MAKEFILES="$ALL_MAKEFILES \\
14460         dlls/d3dx9_40/Makefile"
14461 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14462         d3dx9_40"
14463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14464 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
14465 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
14466
14467 ALL_MAKEFILES="$ALL_MAKEFILES \\
14468         dlls/d3dx9_41/Makefile"
14469 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14470         d3dx9_41"
14471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14472 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
14473 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
14474
14475 ALL_MAKEFILES="$ALL_MAKEFILES \\
14476         dlls/d3dxof/Makefile"
14477 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14478         d3dxof"
14479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14480 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
14481 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
14482
14483 ALL_MAKEFILES="$ALL_MAKEFILES \\
14484         dlls/d3dxof/tests/Makefile"
14485 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14486         d3dxof/tests"
14487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14488 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
14489 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
14490
14491 ALL_MAKEFILES="$ALL_MAKEFILES \\
14492         dlls/dbghelp/Makefile"
14493 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14494         dbghelp"
14495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14496 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
14497 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
14498
14499 ALL_MAKEFILES="$ALL_MAKEFILES \\
14500         dlls/dciman32/Makefile"
14501 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14502         dciman32"
14503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14504 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
14505 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
14506
14507 ALL_MAKEFILES="$ALL_MAKEFILES \\
14508         dlls/ddeml.dll16/Makefile"
14509 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14510         ddeml.dll16"
14511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14512 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
14513 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
14514
14515 ALL_MAKEFILES="$ALL_MAKEFILES \\
14516         dlls/ddraw/Makefile"
14517 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14518         ddraw"
14519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14520 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
14521 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
14522
14523 ALL_MAKEFILES="$ALL_MAKEFILES \\
14524         dlls/ddraw/tests/Makefile"
14525 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14526         ddraw/tests"
14527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14528 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
14529 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
14530
14531 ALL_MAKEFILES="$ALL_MAKEFILES \\
14532         dlls/ddrawex/Makefile"
14533 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14534         ddrawex"
14535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14536 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
14537 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
14538
14539 ALL_MAKEFILES="$ALL_MAKEFILES \\
14540         dlls/ddrawex/tests/Makefile"
14541 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14542         ddrawex/tests"
14543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14544 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
14545 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
14546
14547 ALL_MAKEFILES="$ALL_MAKEFILES \\
14548         dlls/devenum/Makefile"
14549 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14550         devenum"
14551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14552 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
14553 ac_config_files="$ac_config_files dlls/devenum/Makefile"
14554
14555 ALL_MAKEFILES="$ALL_MAKEFILES \\
14556         dlls/dinput/Makefile"
14557 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14558         dinput"
14559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14560 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
14561 ac_config_files="$ac_config_files dlls/dinput/Makefile"
14562
14563 ALL_MAKEFILES="$ALL_MAKEFILES \\
14564         dlls/dinput/tests/Makefile"
14565 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14566         dinput/tests"
14567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14568 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
14569 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
14570
14571 ALL_MAKEFILES="$ALL_MAKEFILES \\
14572         dlls/dinput8/Makefile"
14573 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14574         dinput8"
14575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14576 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
14577 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
14578
14579 ALL_MAKEFILES="$ALL_MAKEFILES \\
14580         dlls/dispdib.dll16/Makefile"
14581 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14582         dispdib.dll16"
14583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14584 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
14585 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
14586
14587 ALL_MAKEFILES="$ALL_MAKEFILES \\
14588         dlls/display.drv16/Makefile"
14589 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14590         display.drv16"
14591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14592 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
14593 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
14594
14595 ALL_MAKEFILES="$ALL_MAKEFILES \\
14596         dlls/dmband/Makefile"
14597 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14598         dmband"
14599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14600 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
14601 ac_config_files="$ac_config_files dlls/dmband/Makefile"
14602
14603 ALL_MAKEFILES="$ALL_MAKEFILES \\
14604         dlls/dmcompos/Makefile"
14605 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14606         dmcompos"
14607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14608 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
14609 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
14610
14611 ALL_MAKEFILES="$ALL_MAKEFILES \\
14612         dlls/dmime/Makefile"
14613 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14614         dmime"
14615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14616 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
14617 ac_config_files="$ac_config_files dlls/dmime/Makefile"
14618
14619 ALL_MAKEFILES="$ALL_MAKEFILES \\
14620         dlls/dmloader/Makefile"
14621 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14622         dmloader"
14623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14624 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
14625 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
14626
14627 ALL_MAKEFILES="$ALL_MAKEFILES \\
14628         dlls/dmscript/Makefile"
14629 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14630         dmscript"
14631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14632 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
14633 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
14634
14635 ALL_MAKEFILES="$ALL_MAKEFILES \\
14636         dlls/dmstyle/Makefile"
14637 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14638         dmstyle"
14639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14640 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
14641 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
14642
14643 ALL_MAKEFILES="$ALL_MAKEFILES \\
14644         dlls/dmsynth/Makefile"
14645 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14646         dmsynth"
14647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14648 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
14649 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
14650
14651 ALL_MAKEFILES="$ALL_MAKEFILES \\
14652         dlls/dmusic/Makefile"
14653 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14654         dmusic"
14655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14656 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
14657 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
14658
14659 ALL_MAKEFILES="$ALL_MAKEFILES \\
14660         dlls/dmusic32/Makefile"
14661 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14662         dmusic32"
14663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14664 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
14665 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
14666
14667 ALL_MAKEFILES="$ALL_MAKEFILES \\
14668         dlls/dnsapi/Makefile"
14669 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14670         dnsapi"
14671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14672 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
14673 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
14674
14675 ALL_MAKEFILES="$ALL_MAKEFILES \\
14676         dlls/dnsapi/tests/Makefile"
14677 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14678         dnsapi/tests"
14679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14680 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
14681 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
14682
14683 ALL_MAKEFILES="$ALL_MAKEFILES \\
14684         dlls/dplay/Makefile"
14685 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14686         dplay"
14687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14688 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
14689 ac_config_files="$ac_config_files dlls/dplay/Makefile"
14690
14691 ALL_MAKEFILES="$ALL_MAKEFILES \\
14692         dlls/dplayx/Makefile"
14693 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14694         dplayx"
14695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14696 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
14697 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
14698
14699 ALL_MAKEFILES="$ALL_MAKEFILES \\
14700         dlls/dplayx/tests/Makefile"
14701 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14702         dplayx/tests"
14703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14704 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
14705 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
14706
14707 ALL_MAKEFILES="$ALL_MAKEFILES \\
14708         dlls/dpnaddr/Makefile"
14709 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14710         dpnaddr"
14711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14712 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
14713 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
14714
14715 ALL_MAKEFILES="$ALL_MAKEFILES \\
14716         dlls/dpnet/Makefile"
14717 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14718         dpnet"
14719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14720 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
14721 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
14722
14723 ALL_MAKEFILES="$ALL_MAKEFILES \\
14724         dlls/dpnhpast/Makefile"
14725 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14726         dpnhpast"
14727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14728 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
14729 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
14730
14731 ALL_MAKEFILES="$ALL_MAKEFILES \\
14732         dlls/dpnlobby/Makefile"
14733 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14734         dpnlobby"
14735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14736 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
14737 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
14738
14739 ALL_MAKEFILES="$ALL_MAKEFILES \\
14740         dlls/dpwsockx/Makefile"
14741 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14742         dpwsockx"
14743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14744 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
14745 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
14746
14747 ALL_MAKEFILES="$ALL_MAKEFILES \\
14748         dlls/drmclien/Makefile"
14749 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14750         drmclien"
14751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14752 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules"
14753 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
14754
14755 ALL_MAKEFILES="$ALL_MAKEFILES \\
14756         dlls/dsound/Makefile"
14757 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14758         dsound"
14759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14760 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
14761 ac_config_files="$ac_config_files dlls/dsound/Makefile"
14762
14763 ALL_MAKEFILES="$ALL_MAKEFILES \\
14764         dlls/dsound/tests/Makefile"
14765 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14766         dsound/tests"
14767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14768 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
14769 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
14770
14771 ALL_MAKEFILES="$ALL_MAKEFILES \\
14772         dlls/dssenh/Makefile"
14773 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14774         dssenh"
14775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14776 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
14777 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
14778
14779 ALL_MAKEFILES="$ALL_MAKEFILES \\
14780         dlls/dswave/Makefile"
14781 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14782         dswave"
14783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14784 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
14785 ac_config_files="$ac_config_files dlls/dswave/Makefile"
14786
14787 ALL_MAKEFILES="$ALL_MAKEFILES \\
14788         dlls/dwmapi/Makefile"
14789 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14790         dwmapi"
14791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14792 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
14793 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
14794
14795 ALL_MAKEFILES="$ALL_MAKEFILES \\
14796         dlls/dxdiagn/Makefile"
14797 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14798         dxdiagn"
14799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14800 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
14801 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
14802
14803 ALL_MAKEFILES="$ALL_MAKEFILES \\
14804         dlls/dxerr8/Makefile"
14805 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14806         dxerr8"
14807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14808 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
14809 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
14810
14811 ALL_MAKEFILES="$ALL_MAKEFILES \\
14812         dlls/dxerr9/Makefile"
14813 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14814         dxerr9"
14815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14816 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
14817 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
14818
14819 ALL_MAKEFILES="$ALL_MAKEFILES \\
14820         dlls/dxgi/Makefile"
14821 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14822         dxgi"
14823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14824 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
14825 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
14826
14827 ALL_MAKEFILES="$ALL_MAKEFILES \\
14828         dlls/dxgi/tests/Makefile"
14829 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14830         dxgi/tests"
14831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14832 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
14833 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
14834
14835 ALL_MAKEFILES="$ALL_MAKEFILES \\
14836         dlls/dxguid/Makefile"
14837 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14838         dxguid"
14839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14840 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
14841 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
14842
14843 ALL_MAKEFILES="$ALL_MAKEFILES \\
14844         dlls/faultrep/Makefile"
14845 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14846         faultrep"
14847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14848 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
14849 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
14850
14851 ALL_MAKEFILES="$ALL_MAKEFILES \\
14852         dlls/fusion/Makefile"
14853 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14854         fusion"
14855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14856 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
14857 ac_config_files="$ac_config_files dlls/fusion/Makefile"
14858
14859 ALL_MAKEFILES="$ALL_MAKEFILES \\
14860         dlls/fusion/tests/Makefile"
14861 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14862         fusion/tests"
14863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14864 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
14865 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
14866
14867 ALL_MAKEFILES="$ALL_MAKEFILES \\
14868         dlls/gdi32/Makefile"
14869 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14870         gdi32"
14871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14872 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
14873 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
14874
14875 ALL_MAKEFILES="$ALL_MAKEFILES \\
14876         dlls/gdi32/tests/Makefile"
14877 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14878         gdi32/tests"
14879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14880 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
14881 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
14882
14883 ALL_MAKEFILES="$ALL_MAKEFILES \\
14884         dlls/gdiplus/Makefile"
14885 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14886         gdiplus"
14887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14888 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
14889 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
14890
14891 ALL_MAKEFILES="$ALL_MAKEFILES \\
14892         dlls/gdiplus/tests/Makefile"
14893 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14894         gdiplus/tests"
14895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14896 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
14897 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
14898
14899 ALL_MAKEFILES="$ALL_MAKEFILES \\
14900         dlls/glu32/Makefile"
14901 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14902         glu32"
14903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14904 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
14905 ac_config_files="$ac_config_files dlls/glu32/Makefile"
14906
14907 ALL_MAKEFILES="$ALL_MAKEFILES \\
14908         dlls/gphoto2.ds/Makefile"
14909 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14910         gphoto2.ds"
14911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14912 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
14913 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
14914
14915 ALL_MAKEFILES="$ALL_MAKEFILES \\
14916         dlls/gpkcsp/Makefile"
14917 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14918         gpkcsp"
14919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14920 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
14921 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
14922
14923 ALL_MAKEFILES="$ALL_MAKEFILES \\
14924         dlls/hal/Makefile"
14925 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14926         hal"
14927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14928 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
14929 ac_config_files="$ac_config_files dlls/hal/Makefile"
14930
14931 ALL_MAKEFILES="$ALL_MAKEFILES \\
14932         dlls/hhctrl.ocx/Makefile"
14933 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14934         hhctrl.ocx"
14935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14936 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
14937 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
14938
14939 ALL_MAKEFILES="$ALL_MAKEFILES \\
14940         dlls/hid/Makefile"
14941 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14942         hid"
14943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14944 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
14945 ac_config_files="$ac_config_files dlls/hid/Makefile"
14946
14947 ALL_MAKEFILES="$ALL_MAKEFILES \\
14948         dlls/hlink/Makefile"
14949 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14950         hlink"
14951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14952 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
14953 ac_config_files="$ac_config_files dlls/hlink/Makefile"
14954
14955 ALL_MAKEFILES="$ALL_MAKEFILES \\
14956         dlls/hlink/tests/Makefile"
14957 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14958         hlink/tests"
14959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14960 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
14961 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
14962
14963 ALL_MAKEFILES="$ALL_MAKEFILES \\
14964         dlls/hnetcfg/Makefile"
14965 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14966         hnetcfg"
14967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14968 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
14969 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
14970
14971 ALL_MAKEFILES="$ALL_MAKEFILES \\
14972         dlls/httpapi/Makefile"
14973 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14974         httpapi"
14975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14976 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
14977 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
14978
14979 ALL_MAKEFILES="$ALL_MAKEFILES \\
14980         dlls/iccvid/Makefile"
14981 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14982         iccvid"
14983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14984 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
14985 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
14986
14987 ALL_MAKEFILES="$ALL_MAKEFILES \\
14988         dlls/icmp/Makefile"
14989 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14990         icmp"
14991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14992 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
14993 ac_config_files="$ac_config_files dlls/icmp/Makefile"
14994
14995 ALL_MAKEFILES="$ALL_MAKEFILES \\
14996         dlls/ifsmgr.vxd/Makefile"
14997 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14998         ifsmgr.vxd"
14999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15000 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
15001 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
15002
15003 ALL_MAKEFILES="$ALL_MAKEFILES \\
15004         dlls/imaadp32.acm/Makefile"
15005 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15006         imaadp32.acm"
15007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15008 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
15009 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
15010
15011 ALL_MAKEFILES="$ALL_MAKEFILES \\
15012         dlls/imagehlp/Makefile"
15013 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15014         imagehlp"
15015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15016 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
15017 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
15018
15019 ALL_MAKEFILES="$ALL_MAKEFILES \\
15020         dlls/imm.dll16/Makefile"
15021 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15022         imm.dll16"
15023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15024 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
15025 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
15026
15027 ALL_MAKEFILES="$ALL_MAKEFILES \\
15028         dlls/imm32/Makefile"
15029 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15030         imm32"
15031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15032 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
15033 ac_config_files="$ac_config_files dlls/imm32/Makefile"
15034
15035 ALL_MAKEFILES="$ALL_MAKEFILES \\
15036         dlls/imm32/tests/Makefile"
15037 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15038         imm32/tests"
15039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15040 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
15041 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
15042
15043 ALL_MAKEFILES="$ALL_MAKEFILES \\
15044         dlls/inetcomm/Makefile"
15045 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15046         inetcomm"
15047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15048 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
15049 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
15050
15051 ALL_MAKEFILES="$ALL_MAKEFILES \\
15052         dlls/inetcomm/tests/Makefile"
15053 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15054         inetcomm/tests"
15055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15056 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
15057 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
15058
15059 ALL_MAKEFILES="$ALL_MAKEFILES \\
15060         dlls/inetmib1/Makefile"
15061 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15062         inetmib1"
15063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15064 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
15065 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
15066
15067 ALL_MAKEFILES="$ALL_MAKEFILES \\
15068         dlls/inetmib1/tests/Makefile"
15069 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15070         inetmib1/tests"
15071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15072 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
15073 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
15074
15075 ALL_MAKEFILES="$ALL_MAKEFILES \\
15076         dlls/infosoft/Makefile"
15077 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15078         infosoft"
15079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15080 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
15081 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
15082
15083 ALL_MAKEFILES="$ALL_MAKEFILES \\
15084         dlls/infosoft/tests/Makefile"
15085 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15086         infosoft/tests"
15087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15088 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
15089 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
15090
15091 ALL_MAKEFILES="$ALL_MAKEFILES \\
15092         dlls/initpki/Makefile"
15093 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15094         initpki"
15095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15096 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
15097 ac_config_files="$ac_config_files dlls/initpki/Makefile"
15098
15099 ALL_MAKEFILES="$ALL_MAKEFILES \\
15100         dlls/inkobj/Makefile"
15101 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15102         inkobj"
15103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15104 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
15105 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
15106
15107 ALL_MAKEFILES="$ALL_MAKEFILES \\
15108         dlls/inseng/Makefile"
15109 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15110         inseng"
15111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15112 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
15113 ac_config_files="$ac_config_files dlls/inseng/Makefile"
15114
15115 ALL_MAKEFILES="$ALL_MAKEFILES \\
15116         dlls/iphlpapi/Makefile"
15117 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15118         iphlpapi"
15119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15120 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
15121 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
15122
15123 ALL_MAKEFILES="$ALL_MAKEFILES \\
15124         dlls/iphlpapi/tests/Makefile"
15125 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15126         iphlpapi/tests"
15127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15128 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
15129 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
15130
15131 ALL_MAKEFILES="$ALL_MAKEFILES \\
15132         dlls/itircl/Makefile"
15133 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15134         itircl"
15135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15136 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
15137 ac_config_files="$ac_config_files dlls/itircl/Makefile"
15138
15139 ALL_MAKEFILES="$ALL_MAKEFILES \\
15140         dlls/itss/Makefile"
15141 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15142         itss"
15143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15144 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
15145 ac_config_files="$ac_config_files dlls/itss/Makefile"
15146
15147 ALL_MAKEFILES="$ALL_MAKEFILES \\
15148         dlls/itss/tests/Makefile"
15149 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15150         itss/tests"
15151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15152 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
15153 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
15154
15155 ALL_MAKEFILES="$ALL_MAKEFILES \\
15156         dlls/jscript/Makefile"
15157 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15158         jscript"
15159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15160 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
15161 ac_config_files="$ac_config_files dlls/jscript/Makefile"
15162
15163 ALL_MAKEFILES="$ALL_MAKEFILES \\
15164         dlls/jscript/tests/Makefile"
15165 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15166         jscript/tests"
15167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15168 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
15169 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
15170
15171 ALL_MAKEFILES="$ALL_MAKEFILES \\
15172         dlls/kernel32/Makefile"
15173 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15174         kernel32"
15175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15176 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
15177 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
15178
15179 ALL_MAKEFILES="$ALL_MAKEFILES \\
15180         dlls/kernel32/tests/Makefile"
15181 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15182         kernel32/tests"
15183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15184 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
15185 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
15186
15187 ALL_MAKEFILES="$ALL_MAKEFILES \\
15188         dlls/keyboard.drv16/Makefile"
15189 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15190         keyboard.drv16"
15191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15192 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
15193 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
15194
15195 ALL_MAKEFILES="$ALL_MAKEFILES \\
15196         dlls/loadperf/Makefile"
15197 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15198         loadperf"
15199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15200 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
15201 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
15202
15203 ALL_MAKEFILES="$ALL_MAKEFILES \\
15204         dlls/localspl/Makefile"
15205 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15206         localspl"
15207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15208 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
15209 ac_config_files="$ac_config_files dlls/localspl/Makefile"
15210
15211 ALL_MAKEFILES="$ALL_MAKEFILES \\
15212         dlls/localspl/tests/Makefile"
15213 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15214         localspl/tests"
15215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15216 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
15217 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
15218
15219 ALL_MAKEFILES="$ALL_MAKEFILES \\
15220         dlls/localui/Makefile"
15221 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15222         localui"
15223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15224 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
15225 ac_config_files="$ac_config_files dlls/localui/Makefile"
15226
15227 ALL_MAKEFILES="$ALL_MAKEFILES \\
15228         dlls/localui/tests/Makefile"
15229 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15230         localui/tests"
15231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15232 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
15233 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
15234
15235 ALL_MAKEFILES="$ALL_MAKEFILES \\
15236         dlls/lz32/Makefile"
15237 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15238         lz32"
15239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15240 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
15241 ac_config_files="$ac_config_files dlls/lz32/Makefile"
15242
15243 ALL_MAKEFILES="$ALL_MAKEFILES \\
15244         dlls/lz32/tests/Makefile"
15245 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15246         lz32/tests"
15247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15248 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
15249 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
15250
15251 ALL_MAKEFILES="$ALL_MAKEFILES \\
15252         dlls/lzexpand.dll16/Makefile"
15253 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15254         lzexpand.dll16"
15255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15256 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
15257 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
15258
15259 ALL_MAKEFILES="$ALL_MAKEFILES \\
15260         dlls/mapi32/Makefile"
15261 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15262         mapi32"
15263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15264 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
15265 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
15266
15267 ALL_MAKEFILES="$ALL_MAKEFILES \\
15268         dlls/mapi32/tests/Makefile"
15269 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15270         mapi32/tests"
15271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15272 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
15273 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
15274
15275 ALL_MAKEFILES="$ALL_MAKEFILES \\
15276         dlls/mciavi32/Makefile"
15277 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15278         mciavi32"
15279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15280 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
15281 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
15282
15283 ALL_MAKEFILES="$ALL_MAKEFILES \\
15284         dlls/mcicda/Makefile"
15285 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15286         mcicda"
15287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15288 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
15289 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
15290
15291 ALL_MAKEFILES="$ALL_MAKEFILES \\
15292         dlls/mciqtz32/Makefile"
15293 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15294         mciqtz32"
15295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15296 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
15297 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
15298
15299 ALL_MAKEFILES="$ALL_MAKEFILES \\
15300         dlls/mciseq/Makefile"
15301 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15302         mciseq"
15303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15304 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
15305 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
15306
15307 ALL_MAKEFILES="$ALL_MAKEFILES \\
15308         dlls/mciwave/Makefile"
15309 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15310         mciwave"
15311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15312 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
15313 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
15314
15315 ALL_MAKEFILES="$ALL_MAKEFILES \\
15316         dlls/midimap/Makefile"
15317 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15318         midimap"
15319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15320 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
15321 ac_config_files="$ac_config_files dlls/midimap/Makefile"
15322
15323 ALL_MAKEFILES="$ALL_MAKEFILES \\
15324         dlls/mlang/Makefile"
15325 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15326         mlang"
15327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15328 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
15329 ac_config_files="$ac_config_files dlls/mlang/Makefile"
15330
15331 ALL_MAKEFILES="$ALL_MAKEFILES \\
15332         dlls/mlang/tests/Makefile"
15333 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15334         mlang/tests"
15335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15336 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
15337 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
15338
15339 ALL_MAKEFILES="$ALL_MAKEFILES \\
15340         dlls/mmdevldr.vxd/Makefile"
15341 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15342         mmdevldr.vxd"
15343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15344 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
15345 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
15346
15347 ALL_MAKEFILES="$ALL_MAKEFILES \\
15348         dlls/monodebg.vxd/Makefile"
15349 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15350         monodebg.vxd"
15351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15352 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
15353 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
15354
15355 ALL_MAKEFILES="$ALL_MAKEFILES \\
15356         dlls/mountmgr.sys/Makefile"
15357 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15358         mountmgr.sys"
15359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15360 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
15361 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
15362
15363 ALL_MAKEFILES="$ALL_MAKEFILES \\
15364         dlls/mouse.drv16/Makefile"
15365 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15366         mouse.drv16"
15367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15368 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
15369 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
15370
15371 ALL_MAKEFILES="$ALL_MAKEFILES \\
15372         dlls/mpr/Makefile"
15373 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15374         mpr"
15375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15376 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
15377 ac_config_files="$ac_config_files dlls/mpr/Makefile"
15378
15379 ALL_MAKEFILES="$ALL_MAKEFILES \\
15380         dlls/mprapi/Makefile"
15381 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15382         mprapi"
15383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15384 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
15385 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
15386
15387 ALL_MAKEFILES="$ALL_MAKEFILES \\
15388         dlls/msacm.dll16/Makefile"
15389 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15390         msacm.dll16"
15391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15392 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
15393 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
15394
15395 ALL_MAKEFILES="$ALL_MAKEFILES \\
15396         dlls/msacm32.drv/Makefile"
15397 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15398         msacm32.drv"
15399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15400 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
15401 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
15402
15403 ALL_MAKEFILES="$ALL_MAKEFILES \\
15404         dlls/msacm32/Makefile"
15405 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15406         msacm32"
15407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15408 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
15409 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
15410
15411 ALL_MAKEFILES="$ALL_MAKEFILES \\
15412         dlls/msacm32/tests/Makefile"
15413 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15414         msacm32/tests"
15415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15416 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
15417 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
15418
15419 ALL_MAKEFILES="$ALL_MAKEFILES \\
15420         dlls/msadp32.acm/Makefile"
15421 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15422         msadp32.acm"
15423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15424 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
15425 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
15426
15427 ALL_MAKEFILES="$ALL_MAKEFILES \\
15428         dlls/mscat32/Makefile"
15429 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15430         mscat32"
15431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15432 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
15433 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
15434
15435 ALL_MAKEFILES="$ALL_MAKEFILES \\
15436         dlls/mscms/Makefile"
15437 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15438         mscms"
15439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15440 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
15441 ac_config_files="$ac_config_files dlls/mscms/Makefile"
15442
15443 ALL_MAKEFILES="$ALL_MAKEFILES \\
15444         dlls/mscms/tests/Makefile"
15445 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15446         mscms/tests"
15447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15448 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
15449 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
15450
15451 ALL_MAKEFILES="$ALL_MAKEFILES \\
15452         dlls/mscoree/Makefile"
15453 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15454         mscoree"
15455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15456 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
15457 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
15458
15459 ALL_MAKEFILES="$ALL_MAKEFILES \\
15460         dlls/msctf/Makefile"
15461 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15462         msctf"
15463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15464 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
15465 ac_config_files="$ac_config_files dlls/msctf/Makefile"
15466
15467 ALL_MAKEFILES="$ALL_MAKEFILES \\
15468         dlls/msctf/tests/Makefile"
15469 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15470         msctf/tests"
15471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15472 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
15473 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
15474
15475 ALL_MAKEFILES="$ALL_MAKEFILES \\
15476         dlls/msdaps/Makefile"
15477 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15478         msdaps"
15479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15480 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules"
15481 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
15482
15483 ALL_MAKEFILES="$ALL_MAKEFILES \\
15484         dlls/msdmo/Makefile"
15485 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15486         msdmo"
15487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15488 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
15489 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
15490
15491 ALL_MAKEFILES="$ALL_MAKEFILES \\
15492         dlls/msftedit/Makefile"
15493 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15494         msftedit"
15495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15496 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
15497 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
15498
15499 ALL_MAKEFILES="$ALL_MAKEFILES \\
15500         dlls/msg711.acm/Makefile"
15501 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15502         msg711.acm"
15503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15504 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
15505 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
15506
15507 ALL_MAKEFILES="$ALL_MAKEFILES \\
15508         dlls/msgsm32.acm/Makefile"
15509 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15510         msgsm32.acm"
15511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15512 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules"
15513 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
15514
15515 ALL_MAKEFILES="$ALL_MAKEFILES \\
15516         dlls/mshtml.tlb/Makefile"
15517 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15518         mshtml.tlb"
15519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15520 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
15521 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
15522
15523 ALL_MAKEFILES="$ALL_MAKEFILES \\
15524         dlls/mshtml/Makefile"
15525 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15526         mshtml"
15527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15528 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
15529 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
15530
15531 ALL_MAKEFILES="$ALL_MAKEFILES \\
15532         dlls/mshtml/tests/Makefile"
15533 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15534         mshtml/tests"
15535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15536 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
15537 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
15538
15539 ALL_MAKEFILES="$ALL_MAKEFILES \\
15540         dlls/msi/Makefile"
15541 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15542         msi"
15543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15544 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
15545 ac_config_files="$ac_config_files dlls/msi/Makefile"
15546
15547 ALL_MAKEFILES="$ALL_MAKEFILES \\
15548         dlls/msi/tests/Makefile"
15549 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15550         msi/tests"
15551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15552 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
15553 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
15554
15555 ALL_MAKEFILES="$ALL_MAKEFILES \\
15556         dlls/msimg32/Makefile"
15557 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15558         msimg32"
15559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15560 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
15561 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
15562
15563 ALL_MAKEFILES="$ALL_MAKEFILES \\
15564         dlls/msimtf/Makefile"
15565 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15566         msimtf"
15567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15568 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
15569 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
15570
15571 ALL_MAKEFILES="$ALL_MAKEFILES \\
15572         dlls/msisip/Makefile"
15573 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15574         msisip"
15575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15576 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
15577 ac_config_files="$ac_config_files dlls/msisip/Makefile"
15578
15579 ALL_MAKEFILES="$ALL_MAKEFILES \\
15580         dlls/msisys.ocx/Makefile"
15581 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15582         msisys.ocx"
15583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15584 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
15585 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
15586
15587 ALL_MAKEFILES="$ALL_MAKEFILES \\
15588         dlls/msnet32/Makefile"
15589 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15590         msnet32"
15591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15592 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
15593 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
15594
15595 ALL_MAKEFILES="$ALL_MAKEFILES \\
15596         dlls/msrle32/Makefile"
15597 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15598         msrle32"
15599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15600 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
15601 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
15602
15603 ALL_MAKEFILES="$ALL_MAKEFILES \\
15604         dlls/mssign32/Makefile"
15605 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15606         mssign32"
15607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15608 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
15609 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
15610
15611 ALL_MAKEFILES="$ALL_MAKEFILES \\
15612         dlls/mssip32/Makefile"
15613 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15614         mssip32"
15615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15616 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
15617 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
15618
15619 ALL_MAKEFILES="$ALL_MAKEFILES \\
15620         dlls/mstask/Makefile"
15621 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15622         mstask"
15623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15624 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
15625 ac_config_files="$ac_config_files dlls/mstask/Makefile"
15626
15627 ALL_MAKEFILES="$ALL_MAKEFILES \\
15628         dlls/mstask/tests/Makefile"
15629 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15630         mstask/tests"
15631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15632 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
15633 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
15634
15635 ALL_MAKEFILES="$ALL_MAKEFILES \\
15636         dlls/msvcirt/Makefile"
15637 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15638         msvcirt"
15639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15640 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
15641 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
15642
15643 ALL_MAKEFILES="$ALL_MAKEFILES \\
15644         dlls/msvcr71/Makefile"
15645 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15646         msvcr71"
15647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15648 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
15649 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
15650
15651 ALL_MAKEFILES="$ALL_MAKEFILES \\
15652         dlls/msvcrt/Makefile"
15653 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15654         msvcrt"
15655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15656 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
15657 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
15658
15659 ALL_MAKEFILES="$ALL_MAKEFILES \\
15660         dlls/msvcrt/tests/Makefile"
15661 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15662         msvcrt/tests"
15663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15664 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
15665 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
15666
15667 ALL_MAKEFILES="$ALL_MAKEFILES \\
15668         dlls/msvcrt20/Makefile"
15669 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15670         msvcrt20"
15671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15672 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
15673 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
15674
15675 ALL_MAKEFILES="$ALL_MAKEFILES \\
15676         dlls/msvcrt40/Makefile"
15677 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15678         msvcrt40"
15679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15680 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
15681 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
15682
15683 ALL_MAKEFILES="$ALL_MAKEFILES \\
15684         dlls/msvcrtd/Makefile"
15685 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15686         msvcrtd"
15687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15688 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
15689 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
15690
15691 ALL_MAKEFILES="$ALL_MAKEFILES \\
15692         dlls/msvcrtd/tests/Makefile"
15693 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15694         msvcrtd/tests"
15695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15696 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
15697 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
15698
15699 ALL_MAKEFILES="$ALL_MAKEFILES \\
15700         dlls/msvfw32/Makefile"
15701 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15702         msvfw32"
15703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15704 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
15705 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
15706
15707 ALL_MAKEFILES="$ALL_MAKEFILES \\
15708         dlls/msvfw32/tests/Makefile"
15709 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15710         msvfw32/tests"
15711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15712 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
15713 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
15714
15715 ALL_MAKEFILES="$ALL_MAKEFILES \\
15716         dlls/msvidc32/Makefile"
15717 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15718         msvidc32"
15719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15720 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
15721 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
15722
15723 ALL_MAKEFILES="$ALL_MAKEFILES \\
15724         dlls/msvideo.dll16/Makefile"
15725 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15726         msvideo.dll16"
15727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15728 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
15729 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
15730
15731 ALL_MAKEFILES="$ALL_MAKEFILES \\
15732         dlls/mswsock/Makefile"
15733 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15734         mswsock"
15735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15736 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
15737 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
15738
15739 ALL_MAKEFILES="$ALL_MAKEFILES \\
15740         dlls/msxml3/Makefile"
15741 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15742         msxml3"
15743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15744 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
15745 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
15746
15747 ALL_MAKEFILES="$ALL_MAKEFILES \\
15748         dlls/msxml3/tests/Makefile"
15749 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15750         msxml3/tests"
15751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15752 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
15753 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
15754
15755 ALL_MAKEFILES="$ALL_MAKEFILES \\
15756         dlls/nddeapi/Makefile"
15757 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15758         nddeapi"
15759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15760 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
15761 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
15762
15763 ALL_MAKEFILES="$ALL_MAKEFILES \\
15764         dlls/netapi32/Makefile"
15765 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15766         netapi32"
15767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15768 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
15769 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
15770
15771 ALL_MAKEFILES="$ALL_MAKEFILES \\
15772         dlls/netapi32/tests/Makefile"
15773 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15774         netapi32/tests"
15775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15776 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
15777 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
15778
15779 ALL_MAKEFILES="$ALL_MAKEFILES \\
15780         dlls/newdev/Makefile"
15781 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15782         newdev"
15783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15784 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
15785 ac_config_files="$ac_config_files dlls/newdev/Makefile"
15786
15787 ALL_MAKEFILES="$ALL_MAKEFILES \\
15788         dlls/ntdll/Makefile"
15789 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15790         ntdll"
15791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15792 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
15793 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
15794
15795 ALL_MAKEFILES="$ALL_MAKEFILES \\
15796         dlls/ntdll/tests/Makefile"
15797 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15798         ntdll/tests"
15799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15800 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
15801 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
15802
15803 ALL_MAKEFILES="$ALL_MAKEFILES \\
15804         dlls/ntdsapi/Makefile"
15805 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15806         ntdsapi"
15807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15808 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
15809 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
15810
15811 ALL_MAKEFILES="$ALL_MAKEFILES \\
15812         dlls/ntdsapi/tests/Makefile"
15813 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15814         ntdsapi/tests"
15815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15816 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
15817 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
15818
15819 ALL_MAKEFILES="$ALL_MAKEFILES \\
15820         dlls/ntoskrnl.exe/Makefile"
15821 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15822         ntoskrnl.exe"
15823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15824 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
15825 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
15826
15827 ALL_MAKEFILES="$ALL_MAKEFILES \\
15828         dlls/ntprint/Makefile"
15829 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15830         ntprint"
15831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15832 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
15833 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
15834
15835 ALL_MAKEFILES="$ALL_MAKEFILES \\
15836         dlls/ntprint/tests/Makefile"
15837 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15838         ntprint/tests"
15839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15840 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
15841 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
15842
15843 ALL_MAKEFILES="$ALL_MAKEFILES \\
15844         dlls/objsel/Makefile"
15845 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15846         objsel"
15847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15848 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
15849 ac_config_files="$ac_config_files dlls/objsel/Makefile"
15850
15851 ALL_MAKEFILES="$ALL_MAKEFILES \\
15852         dlls/odbc32/Makefile"
15853 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15854         odbc32"
15855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15856 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
15857 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
15858
15859 ALL_MAKEFILES="$ALL_MAKEFILES \\
15860         dlls/odbccp32/Makefile"
15861 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15862         odbccp32"
15863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15864 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
15865 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
15866
15867 ALL_MAKEFILES="$ALL_MAKEFILES \\
15868         dlls/odbccp32/tests/Makefile"
15869 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15870         odbccp32/tests"
15871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15872 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
15873 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
15874
15875 ALL_MAKEFILES="$ALL_MAKEFILES \\
15876         dlls/ole2.dll16/Makefile"
15877 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15878         ole2.dll16"
15879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15880 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
15881 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
15882
15883 ALL_MAKEFILES="$ALL_MAKEFILES \\
15884         dlls/ole2conv.dll16/Makefile"
15885 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15886         ole2conv.dll16"
15887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15888 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
15889 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
15890
15891 ALL_MAKEFILES="$ALL_MAKEFILES \\
15892         dlls/ole2disp.dll16/Makefile"
15893 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15894         ole2disp.dll16"
15895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15896 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
15897 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
15898
15899 ALL_MAKEFILES="$ALL_MAKEFILES \\
15900         dlls/ole2nls.dll16/Makefile"
15901 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15902         ole2nls.dll16"
15903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15904 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
15905 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
15906
15907 ALL_MAKEFILES="$ALL_MAKEFILES \\
15908         dlls/ole2prox.dll16/Makefile"
15909 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15910         ole2prox.dll16"
15911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15912 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
15913 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
15914
15915 ALL_MAKEFILES="$ALL_MAKEFILES \\
15916         dlls/ole2thk.dll16/Makefile"
15917 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15918         ole2thk.dll16"
15919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15920 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
15921 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
15922
15923 ALL_MAKEFILES="$ALL_MAKEFILES \\
15924         dlls/ole32/Makefile"
15925 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15926         ole32"
15927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15928 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
15929 ac_config_files="$ac_config_files dlls/ole32/Makefile"
15930
15931 ALL_MAKEFILES="$ALL_MAKEFILES \\
15932         dlls/ole32/tests/Makefile"
15933 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15934         ole32/tests"
15935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15936 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
15937 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
15938
15939 ALL_MAKEFILES="$ALL_MAKEFILES \\
15940         dlls/oleacc/Makefile"
15941 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15942         oleacc"
15943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15944 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
15945 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
15946
15947 ALL_MAKEFILES="$ALL_MAKEFILES \\
15948         dlls/oleacc/tests/Makefile"
15949 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15950         oleacc/tests"
15951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15952 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
15953 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
15954
15955 ALL_MAKEFILES="$ALL_MAKEFILES \\
15956         dlls/oleaut32/Makefile"
15957 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15958         oleaut32"
15959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15960 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
15961 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
15962
15963 ALL_MAKEFILES="$ALL_MAKEFILES \\
15964         dlls/oleaut32/tests/Makefile"
15965 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15966         oleaut32/tests"
15967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15968 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
15969 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
15970
15971 ALL_MAKEFILES="$ALL_MAKEFILES \\
15972         dlls/olecli.dll16/Makefile"
15973 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15974         olecli.dll16"
15975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15976 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
15977 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
15978
15979 ALL_MAKEFILES="$ALL_MAKEFILES \\
15980         dlls/olecli32/Makefile"
15981 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15982         olecli32"
15983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15984 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
15985 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
15986
15987 ALL_MAKEFILES="$ALL_MAKEFILES \\
15988         dlls/oledb32/Makefile"
15989 test "x$enable_oledb32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15990         oledb32"
15991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15992 dlls/oledb32/Makefile: dlls/oledb32/Makefile.in dlls/Makedll.rules"
15993 ac_config_files="$ac_config_files dlls/oledb32/Makefile"
15994
15995 ALL_MAKEFILES="$ALL_MAKEFILES \\
15996         dlls/oledb32/tests/Makefile"
15997 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15998         oledb32/tests"
15999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16000 dlls/oledb32/tests/Makefile: dlls/oledb32/tests/Makefile.in dlls/Maketest.rules"
16001 ac_config_files="$ac_config_files dlls/oledb32/tests/Makefile"
16002
16003 ALL_MAKEFILES="$ALL_MAKEFILES \\
16004         dlls/oledlg/Makefile"
16005 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16006         oledlg"
16007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16008 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
16009 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
16010
16011 ALL_MAKEFILES="$ALL_MAKEFILES \\
16012         dlls/olepro32/Makefile"
16013 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16014         olepro32"
16015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16016 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
16017 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
16018
16019 ALL_MAKEFILES="$ALL_MAKEFILES \\
16020         dlls/olesvr.dll16/Makefile"
16021 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16022         olesvr.dll16"
16023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16024 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
16025 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
16026
16027 ALL_MAKEFILES="$ALL_MAKEFILES \\
16028         dlls/olesvr32/Makefile"
16029 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16030         olesvr32"
16031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16032 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
16033 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
16034
16035 ALL_MAKEFILES="$ALL_MAKEFILES \\
16036         dlls/olethk32/Makefile"
16037 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16038         olethk32"
16039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16040 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
16041 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
16042
16043 ALL_MAKEFILES="$ALL_MAKEFILES \\
16044         dlls/openal32/Makefile"
16045 test "x$enable_openal32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16046         openal32"
16047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16048 dlls/openal32/Makefile: dlls/openal32/Makefile.in dlls/Makedll.rules"
16049 ac_config_files="$ac_config_files dlls/openal32/Makefile"
16050
16051 ALL_MAKEFILES="$ALL_MAKEFILES \\
16052         dlls/opengl32/Makefile"
16053 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16054         opengl32"
16055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16056 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
16057 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
16058
16059 ALL_MAKEFILES="$ALL_MAKEFILES \\
16060         dlls/opengl32/tests/Makefile"
16061 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16062         opengl32/tests"
16063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16064 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
16065 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
16066
16067 ALL_MAKEFILES="$ALL_MAKEFILES \\
16068         dlls/pdh/Makefile"
16069 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16070         pdh"
16071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16072 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
16073 ac_config_files="$ac_config_files dlls/pdh/Makefile"
16074
16075 ALL_MAKEFILES="$ALL_MAKEFILES \\
16076         dlls/pdh/tests/Makefile"
16077 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16078         pdh/tests"
16079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16080 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
16081 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
16082
16083 ALL_MAKEFILES="$ALL_MAKEFILES \\
16084         dlls/pidgen/Makefile"
16085 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16086         pidgen"
16087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16088 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
16089 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
16090
16091 ALL_MAKEFILES="$ALL_MAKEFILES \\
16092         dlls/powrprof/Makefile"
16093 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16094         powrprof"
16095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16096 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
16097 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
16098
16099 ALL_MAKEFILES="$ALL_MAKEFILES \\
16100         dlls/printui/Makefile"
16101 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16102         printui"
16103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16104 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
16105 ac_config_files="$ac_config_files dlls/printui/Makefile"
16106
16107 ALL_MAKEFILES="$ALL_MAKEFILES \\
16108         dlls/propsys/Makefile"
16109 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16110         propsys"
16111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16112 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
16113 ac_config_files="$ac_config_files dlls/propsys/Makefile"
16114
16115 ALL_MAKEFILES="$ALL_MAKEFILES \\
16116         dlls/psapi/Makefile"
16117 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16118         psapi"
16119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16120 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
16121 ac_config_files="$ac_config_files dlls/psapi/Makefile"
16122
16123 ALL_MAKEFILES="$ALL_MAKEFILES \\
16124         dlls/psapi/tests/Makefile"
16125 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16126         psapi/tests"
16127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16128 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
16129 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
16130
16131 ALL_MAKEFILES="$ALL_MAKEFILES \\
16132         dlls/pstorec/Makefile"
16133 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16134         pstorec"
16135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16136 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
16137 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
16138
16139 ALL_MAKEFILES="$ALL_MAKEFILES \\
16140         dlls/qcap/Makefile"
16141 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16142         qcap"
16143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16144 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
16145 ac_config_files="$ac_config_files dlls/qcap/Makefile"
16146
16147 ALL_MAKEFILES="$ALL_MAKEFILES \\
16148         dlls/qedit/Makefile"
16149 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16150         qedit"
16151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16152 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
16153 ac_config_files="$ac_config_files dlls/qedit/Makefile"
16154
16155 ALL_MAKEFILES="$ALL_MAKEFILES \\
16156         dlls/qedit/tests/Makefile"
16157 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16158         qedit/tests"
16159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16160 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
16161 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
16162
16163 ALL_MAKEFILES="$ALL_MAKEFILES \\
16164         dlls/qmgr/Makefile"
16165 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16166         qmgr"
16167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16168 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
16169 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
16170
16171 ALL_MAKEFILES="$ALL_MAKEFILES \\
16172         dlls/qmgr/tests/Makefile"
16173 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16174         qmgr/tests"
16175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16176 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
16177 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
16178
16179 ALL_MAKEFILES="$ALL_MAKEFILES \\
16180         dlls/qmgrprxy/Makefile"
16181 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16182         qmgrprxy"
16183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16184 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
16185 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
16186
16187 ALL_MAKEFILES="$ALL_MAKEFILES \\
16188         dlls/quartz/Makefile"
16189 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16190         quartz"
16191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16192 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
16193 ac_config_files="$ac_config_files dlls/quartz/Makefile"
16194
16195 ALL_MAKEFILES="$ALL_MAKEFILES \\
16196         dlls/quartz/tests/Makefile"
16197 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16198         quartz/tests"
16199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16200 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
16201 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
16202
16203 ALL_MAKEFILES="$ALL_MAKEFILES \\
16204         dlls/query/Makefile"
16205 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16206         query"
16207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16208 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
16209 ac_config_files="$ac_config_files dlls/query/Makefile"
16210
16211 ALL_MAKEFILES="$ALL_MAKEFILES \\
16212         dlls/rasapi16.dll16/Makefile"
16213 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16214         rasapi16.dll16"
16215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16216 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
16217 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
16218
16219 ALL_MAKEFILES="$ALL_MAKEFILES \\
16220         dlls/rasapi32/Makefile"
16221 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16222         rasapi32"
16223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16224 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
16225 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
16226
16227 ALL_MAKEFILES="$ALL_MAKEFILES \\
16228         dlls/rasapi32/tests/Makefile"
16229 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16230         rasapi32/tests"
16231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16232 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
16233 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
16234
16235 ALL_MAKEFILES="$ALL_MAKEFILES \\
16236         dlls/rasdlg/Makefile"
16237 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16238         rasdlg"
16239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16240 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
16241 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
16242
16243 ALL_MAKEFILES="$ALL_MAKEFILES \\
16244         dlls/resutils/Makefile"
16245 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16246         resutils"
16247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16248 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
16249 ac_config_files="$ac_config_files dlls/resutils/Makefile"
16250
16251 ALL_MAKEFILES="$ALL_MAKEFILES \\
16252         dlls/riched20/Makefile"
16253 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16254         riched20"
16255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16256 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
16257 ac_config_files="$ac_config_files dlls/riched20/Makefile"
16258
16259 ALL_MAKEFILES="$ALL_MAKEFILES \\
16260         dlls/riched20/tests/Makefile"
16261 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16262         riched20/tests"
16263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16264 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
16265 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
16266
16267 ALL_MAKEFILES="$ALL_MAKEFILES \\
16268         dlls/riched32/Makefile"
16269 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16270         riched32"
16271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16272 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
16273 ac_config_files="$ac_config_files dlls/riched32/Makefile"
16274
16275 ALL_MAKEFILES="$ALL_MAKEFILES \\
16276         dlls/riched32/tests/Makefile"
16277 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16278         riched32/tests"
16279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16280 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
16281 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
16282
16283 ALL_MAKEFILES="$ALL_MAKEFILES \\
16284         dlls/rpcrt4/Makefile"
16285 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16286         rpcrt4"
16287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16288 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
16289 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
16290
16291 ALL_MAKEFILES="$ALL_MAKEFILES \\
16292         dlls/rpcrt4/tests/Makefile"
16293 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16294         rpcrt4/tests"
16295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16296 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
16297 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
16298
16299 ALL_MAKEFILES="$ALL_MAKEFILES \\
16300         dlls/rsabase/Makefile"
16301 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16302         rsabase"
16303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16304 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
16305 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
16306
16307 ALL_MAKEFILES="$ALL_MAKEFILES \\
16308         dlls/rsaenh/Makefile"
16309 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16310         rsaenh"
16311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16312 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
16313 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
16314
16315 ALL_MAKEFILES="$ALL_MAKEFILES \\
16316         dlls/rsaenh/tests/Makefile"
16317 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16318         rsaenh/tests"
16319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16320 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
16321 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
16322
16323 ALL_MAKEFILES="$ALL_MAKEFILES \\
16324         dlls/rtutils/Makefile"
16325 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16326         rtutils"
16327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16328 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules"
16329 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
16330
16331 ALL_MAKEFILES="$ALL_MAKEFILES \\
16332         dlls/sane.ds/Makefile"
16333 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16334         sane.ds"
16335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16336 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
16337 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
16338
16339 ALL_MAKEFILES="$ALL_MAKEFILES \\
16340         dlls/sccbase/Makefile"
16341 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16342         sccbase"
16343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16344 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
16345 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
16346
16347 ALL_MAKEFILES="$ALL_MAKEFILES \\
16348         dlls/schannel/Makefile"
16349 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16350         schannel"
16351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16352 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
16353 ac_config_files="$ac_config_files dlls/schannel/Makefile"
16354
16355 ALL_MAKEFILES="$ALL_MAKEFILES \\
16356         dlls/schannel/tests/Makefile"
16357 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16358         schannel/tests"
16359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16360 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
16361 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
16362
16363 ALL_MAKEFILES="$ALL_MAKEFILES \\
16364         dlls/secur32/Makefile"
16365 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16366         secur32"
16367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16368 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
16369 ac_config_files="$ac_config_files dlls/secur32/Makefile"
16370
16371 ALL_MAKEFILES="$ALL_MAKEFILES \\
16372         dlls/secur32/tests/Makefile"
16373 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16374         secur32/tests"
16375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16376 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
16377 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
16378
16379 ALL_MAKEFILES="$ALL_MAKEFILES \\
16380         dlls/security/Makefile"
16381 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16382         security"
16383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16384 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
16385 ac_config_files="$ac_config_files dlls/security/Makefile"
16386
16387 ALL_MAKEFILES="$ALL_MAKEFILES \\
16388         dlls/sensapi/Makefile"
16389 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16390         sensapi"
16391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16392 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
16393 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
16394
16395 ALL_MAKEFILES="$ALL_MAKEFILES \\
16396         dlls/serialui/Makefile"
16397 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16398         serialui"
16399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16400 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
16401 ac_config_files="$ac_config_files dlls/serialui/Makefile"
16402
16403 ALL_MAKEFILES="$ALL_MAKEFILES \\
16404         dlls/serialui/tests/Makefile"
16405 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16406         serialui/tests"
16407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16408 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
16409 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
16410
16411 ALL_MAKEFILES="$ALL_MAKEFILES \\
16412         dlls/setupapi/Makefile"
16413 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16414         setupapi"
16415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16416 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
16417 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
16418
16419 ALL_MAKEFILES="$ALL_MAKEFILES \\
16420         dlls/setupapi/tests/Makefile"
16421 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16422         setupapi/tests"
16423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16424 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
16425 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
16426
16427 ALL_MAKEFILES="$ALL_MAKEFILES \\
16428         dlls/sfc/Makefile"
16429 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16430         sfc"
16431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16432 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
16433 ac_config_files="$ac_config_files dlls/sfc/Makefile"
16434
16435 ALL_MAKEFILES="$ALL_MAKEFILES \\
16436         dlls/sfc_os/Makefile"
16437 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16438         sfc_os"
16439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16440 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
16441 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
16442
16443 ALL_MAKEFILES="$ALL_MAKEFILES \\
16444         dlls/shdoclc/Makefile"
16445 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16446         shdoclc"
16447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16448 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
16449 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
16450
16451 ALL_MAKEFILES="$ALL_MAKEFILES \\
16452         dlls/shdocvw/Makefile"
16453 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16454         shdocvw"
16455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16456 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
16457 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
16458
16459 ALL_MAKEFILES="$ALL_MAKEFILES \\
16460         dlls/shdocvw/tests/Makefile"
16461 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16462         shdocvw/tests"
16463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16464 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
16465 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
16466
16467 ALL_MAKEFILES="$ALL_MAKEFILES \\
16468         dlls/shell.dll16/Makefile"
16469 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16470         shell.dll16"
16471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16472 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
16473 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
16474
16475 ALL_MAKEFILES="$ALL_MAKEFILES \\
16476         dlls/shell32/Makefile"
16477 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16478         shell32"
16479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16480 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
16481 ac_config_files="$ac_config_files dlls/shell32/Makefile"
16482
16483 ALL_MAKEFILES="$ALL_MAKEFILES \\
16484         dlls/shell32/tests/Makefile"
16485 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16486         shell32/tests"
16487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16488 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
16489 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
16490
16491 ALL_MAKEFILES="$ALL_MAKEFILES \\
16492         dlls/shfolder/Makefile"
16493 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16494         shfolder"
16495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16496 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
16497 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
16498
16499 ALL_MAKEFILES="$ALL_MAKEFILES \\
16500         dlls/shlwapi/Makefile"
16501 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16502         shlwapi"
16503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16504 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
16505 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
16506
16507 ALL_MAKEFILES="$ALL_MAKEFILES \\
16508         dlls/shlwapi/tests/Makefile"
16509 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16510         shlwapi/tests"
16511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16512 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
16513 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
16514
16515 ALL_MAKEFILES="$ALL_MAKEFILES \\
16516         dlls/slbcsp/Makefile"
16517 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16518         slbcsp"
16519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16520 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
16521 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
16522
16523 ALL_MAKEFILES="$ALL_MAKEFILES \\
16524         dlls/slc/Makefile"
16525 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16526         slc"
16527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16528 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
16529 ac_config_files="$ac_config_files dlls/slc/Makefile"
16530
16531 ALL_MAKEFILES="$ALL_MAKEFILES \\
16532         dlls/snmpapi/Makefile"
16533 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16534         snmpapi"
16535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16536 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
16537 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
16538
16539 ALL_MAKEFILES="$ALL_MAKEFILES \\
16540         dlls/snmpapi/tests/Makefile"
16541 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16542         snmpapi/tests"
16543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16544 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
16545 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
16546
16547 ALL_MAKEFILES="$ALL_MAKEFILES \\
16548         dlls/softpub/Makefile"
16549 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16550         softpub"
16551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16552 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
16553 ac_config_files="$ac_config_files dlls/softpub/Makefile"
16554
16555 ALL_MAKEFILES="$ALL_MAKEFILES \\
16556         dlls/sound.drv16/Makefile"
16557 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16558         sound.drv16"
16559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16560 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
16561 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
16562
16563 ALL_MAKEFILES="$ALL_MAKEFILES \\
16564         dlls/spoolss/Makefile"
16565 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16566         spoolss"
16567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16568 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
16569 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
16570
16571 ALL_MAKEFILES="$ALL_MAKEFILES \\
16572         dlls/spoolss/tests/Makefile"
16573 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16574         spoolss/tests"
16575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16576 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
16577 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
16578
16579 ALL_MAKEFILES="$ALL_MAKEFILES \\
16580         dlls/stdole2.tlb/Makefile"
16581 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16582         stdole2.tlb"
16583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16584 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
16585 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
16586
16587 ALL_MAKEFILES="$ALL_MAKEFILES \\
16588         dlls/stdole32.tlb/Makefile"
16589 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16590         stdole32.tlb"
16591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16592 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
16593 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
16594
16595 ALL_MAKEFILES="$ALL_MAKEFILES \\
16596         dlls/sti/Makefile"
16597 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16598         sti"
16599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16600 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
16601 ac_config_files="$ac_config_files dlls/sti/Makefile"
16602
16603 ALL_MAKEFILES="$ALL_MAKEFILES \\
16604         dlls/storage.dll16/Makefile"
16605 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16606         storage.dll16"
16607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16608 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
16609 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
16610
16611 ALL_MAKEFILES="$ALL_MAKEFILES \\
16612         dlls/stress.dll16/Makefile"
16613 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16614         stress.dll16"
16615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16616 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
16617 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
16618
16619 ALL_MAKEFILES="$ALL_MAKEFILES \\
16620         dlls/strmiids/Makefile"
16621 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16622         strmiids"
16623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16624 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
16625 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
16626
16627 ALL_MAKEFILES="$ALL_MAKEFILES \\
16628         dlls/svrapi/Makefile"
16629 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16630         svrapi"
16631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16632 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
16633 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
16634
16635 ALL_MAKEFILES="$ALL_MAKEFILES \\
16636         dlls/sxs/Makefile"
16637 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16638         sxs"
16639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16640 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
16641 ac_config_files="$ac_config_files dlls/sxs/Makefile"
16642
16643 ALL_MAKEFILES="$ALL_MAKEFILES \\
16644         dlls/t2embed/Makefile"
16645 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16646         t2embed"
16647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16648 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
16649 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
16650
16651 ALL_MAKEFILES="$ALL_MAKEFILES \\
16652         dlls/tapi32/Makefile"
16653 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16654         tapi32"
16655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16656 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
16657 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
16658
16659 ALL_MAKEFILES="$ALL_MAKEFILES \\
16660         dlls/traffic/Makefile"
16661 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16662         traffic"
16663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16664 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
16665 ac_config_files="$ac_config_files dlls/traffic/Makefile"
16666
16667 ALL_MAKEFILES="$ALL_MAKEFILES \\
16668         dlls/twain.dll16/Makefile"
16669 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16670         twain.dll16"
16671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16672 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
16673 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
16674
16675 ALL_MAKEFILES="$ALL_MAKEFILES \\
16676         dlls/twain_32/Makefile"
16677 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16678         twain_32"
16679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16680 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
16681 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
16682
16683 ALL_MAKEFILES="$ALL_MAKEFILES \\
16684         dlls/twain_32/tests/Makefile"
16685 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16686         twain_32/tests"
16687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16688 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
16689 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
16690
16691 ALL_MAKEFILES="$ALL_MAKEFILES \\
16692         dlls/typelib.dll16/Makefile"
16693 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16694         typelib.dll16"
16695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16696 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
16697 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
16698
16699 ALL_MAKEFILES="$ALL_MAKEFILES \\
16700         dlls/unicows/Makefile"
16701 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16702         unicows"
16703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16704 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
16705 ac_config_files="$ac_config_files dlls/unicows/Makefile"
16706
16707 ALL_MAKEFILES="$ALL_MAKEFILES \\
16708         dlls/updspapi/Makefile"
16709 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16710         updspapi"
16711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16712 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
16713 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
16714
16715 ALL_MAKEFILES="$ALL_MAKEFILES \\
16716         dlls/url/Makefile"
16717 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16718         url"
16719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16720 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
16721 ac_config_files="$ac_config_files dlls/url/Makefile"
16722
16723 ALL_MAKEFILES="$ALL_MAKEFILES \\
16724         dlls/urlmon/Makefile"
16725 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16726         urlmon"
16727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16728 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
16729 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
16730
16731 ALL_MAKEFILES="$ALL_MAKEFILES \\
16732         dlls/urlmon/tests/Makefile"
16733 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16734         urlmon/tests"
16735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16736 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
16737 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
16738
16739 ALL_MAKEFILES="$ALL_MAKEFILES \\
16740         dlls/user32/Makefile"
16741 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16742         user32"
16743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16744 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
16745 ac_config_files="$ac_config_files dlls/user32/Makefile"
16746
16747 ALL_MAKEFILES="$ALL_MAKEFILES \\
16748         dlls/user32/tests/Makefile"
16749 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16750         user32/tests"
16751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16752 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
16753 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
16754
16755 ALL_MAKEFILES="$ALL_MAKEFILES \\
16756         dlls/userenv/Makefile"
16757 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16758         userenv"
16759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16760 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
16761 ac_config_files="$ac_config_files dlls/userenv/Makefile"
16762
16763 ALL_MAKEFILES="$ALL_MAKEFILES \\
16764         dlls/userenv/tests/Makefile"
16765 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16766         userenv/tests"
16767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16768 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
16769 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
16770
16771 ALL_MAKEFILES="$ALL_MAKEFILES \\
16772         dlls/usp10/Makefile"
16773 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16774         usp10"
16775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16776 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
16777 ac_config_files="$ac_config_files dlls/usp10/Makefile"
16778
16779 ALL_MAKEFILES="$ALL_MAKEFILES \\
16780         dlls/usp10/tests/Makefile"
16781 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16782         usp10/tests"
16783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16784 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
16785 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
16786
16787 ALL_MAKEFILES="$ALL_MAKEFILES \\
16788         dlls/uuid/Makefile"
16789 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16790         uuid"
16791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16792 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
16793 ac_config_files="$ac_config_files dlls/uuid/Makefile"
16794
16795 ALL_MAKEFILES="$ALL_MAKEFILES \\
16796         dlls/uxtheme/Makefile"
16797 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16798         uxtheme"
16799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16800 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
16801 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
16802
16803 ALL_MAKEFILES="$ALL_MAKEFILES \\
16804         dlls/uxtheme/tests/Makefile"
16805 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16806         uxtheme/tests"
16807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16808 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
16809 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
16810
16811 ALL_MAKEFILES="$ALL_MAKEFILES \\
16812         dlls/vdhcp.vxd/Makefile"
16813 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16814         vdhcp.vxd"
16815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16816 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
16817 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
16818
16819 ALL_MAKEFILES="$ALL_MAKEFILES \\
16820         dlls/vdmdbg/Makefile"
16821 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16822         vdmdbg"
16823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16824 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
16825 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
16826
16827 ALL_MAKEFILES="$ALL_MAKEFILES \\
16828         dlls/version/Makefile"
16829 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16830         version"
16831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16832 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
16833 ac_config_files="$ac_config_files dlls/version/Makefile"
16834
16835 ALL_MAKEFILES="$ALL_MAKEFILES \\
16836         dlls/version/tests/Makefile"
16837 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16838         version/tests"
16839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16840 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
16841 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
16842
16843 ALL_MAKEFILES="$ALL_MAKEFILES \\
16844         dlls/vmm.vxd/Makefile"
16845 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16846         vmm.vxd"
16847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16848 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
16849 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
16850
16851 ALL_MAKEFILES="$ALL_MAKEFILES \\
16852         dlls/vnbt.vxd/Makefile"
16853 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16854         vnbt.vxd"
16855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16856 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
16857 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
16858
16859 ALL_MAKEFILES="$ALL_MAKEFILES \\
16860         dlls/vnetbios.vxd/Makefile"
16861 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16862         vnetbios.vxd"
16863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16864 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
16865 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
16866
16867 ALL_MAKEFILES="$ALL_MAKEFILES \\
16868         dlls/vtdapi.vxd/Makefile"
16869 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16870         vtdapi.vxd"
16871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16872 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
16873 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
16874
16875 ALL_MAKEFILES="$ALL_MAKEFILES \\
16876         dlls/vwin32.vxd/Makefile"
16877 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16878         vwin32.vxd"
16879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16880 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
16881 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
16882
16883 ALL_MAKEFILES="$ALL_MAKEFILES \\
16884         dlls/w32skrnl/Makefile"
16885 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16886         w32skrnl"
16887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16888 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
16889 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
16890
16891 ALL_MAKEFILES="$ALL_MAKEFILES \\
16892         dlls/w32sys.dll16/Makefile"
16893 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16894         w32sys.dll16"
16895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16896 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
16897 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
16898
16899 ALL_MAKEFILES="$ALL_MAKEFILES \\
16900         dlls/wbemprox/Makefile"
16901 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16902         wbemprox"
16903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16904 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
16905 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
16906
16907 ALL_MAKEFILES="$ALL_MAKEFILES \\
16908         dlls/win32s16.dll16/Makefile"
16909 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16910         win32s16.dll16"
16911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16912 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
16913 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
16914
16915 ALL_MAKEFILES="$ALL_MAKEFILES \\
16916         dlls/win87em.dll16/Makefile"
16917 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16918         win87em.dll16"
16919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16920 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
16921 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
16922
16923 ALL_MAKEFILES="$ALL_MAKEFILES \\
16924         dlls/winaspi.dll16/Makefile"
16925 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16926         winaspi.dll16"
16927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16928 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
16929 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
16930
16931 ALL_MAKEFILES="$ALL_MAKEFILES \\
16932         dlls/windebug.dll16/Makefile"
16933 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16934         windebug.dll16"
16935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16936 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
16937 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
16938
16939 ALL_MAKEFILES="$ALL_MAKEFILES \\
16940         dlls/windowscodecs/Makefile"
16941 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16942         windowscodecs"
16943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16944 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
16945 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
16946
16947 ALL_MAKEFILES="$ALL_MAKEFILES \\
16948         dlls/windowscodecs/tests/Makefile"
16949 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16950         windowscodecs/tests"
16951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16952 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules"
16953 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
16954
16955 ALL_MAKEFILES="$ALL_MAKEFILES \\
16956         dlls/winealsa.drv/Makefile"
16957 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16958         winealsa.drv"
16959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16960 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
16961 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
16962
16963 ALL_MAKEFILES="$ALL_MAKEFILES \\
16964         dlls/wineaudioio.drv/Makefile"
16965 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16966         wineaudioio.drv"
16967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16968 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
16969 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
16970
16971 ALL_MAKEFILES="$ALL_MAKEFILES \\
16972         dlls/winecoreaudio.drv/Makefile"
16973 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16974         winecoreaudio.drv"
16975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16976 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
16977 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
16978
16979 ALL_MAKEFILES="$ALL_MAKEFILES \\
16980         dlls/winecrt0/Makefile"
16981 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16982         winecrt0"
16983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16984 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
16985 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
16986
16987 ALL_MAKEFILES="$ALL_MAKEFILES \\
16988         dlls/wined3d/Makefile"
16989 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16990         wined3d"
16991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16992 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
16993 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
16994
16995 ALL_MAKEFILES="$ALL_MAKEFILES \\
16996         dlls/winedos/Makefile"
16997 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16998         winedos"
16999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17000 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
17001 ac_config_files="$ac_config_files dlls/winedos/Makefile"
17002
17003 ALL_MAKEFILES="$ALL_MAKEFILES \\
17004         dlls/wineesd.drv/Makefile"
17005 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17006         wineesd.drv"
17007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17008 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
17009 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
17010
17011 ALL_MAKEFILES="$ALL_MAKEFILES \\
17012         dlls/winejack.drv/Makefile"
17013 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17014         winejack.drv"
17015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17016 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
17017 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
17018
17019 ALL_MAKEFILES="$ALL_MAKEFILES \\
17020         dlls/winejoystick.drv/Makefile"
17021 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17022         winejoystick.drv"
17023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17024 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
17025 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
17026
17027 ALL_MAKEFILES="$ALL_MAKEFILES \\
17028         dlls/winemp3.acm/Makefile"
17029 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17030         winemp3.acm"
17031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17032 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
17033 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
17034
17035 ALL_MAKEFILES="$ALL_MAKEFILES \\
17036         dlls/winenas.drv/Makefile"
17037 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17038         winenas.drv"
17039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17040 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
17041 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
17042
17043 ALL_MAKEFILES="$ALL_MAKEFILES \\
17044         dlls/wineoss.drv/Makefile"
17045 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17046         wineoss.drv"
17047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17048 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
17049 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
17050
17051 ALL_MAKEFILES="$ALL_MAKEFILES \\
17052         dlls/wineps.drv/Makefile"
17053 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17054         wineps.drv"
17055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17056 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
17057 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
17058
17059 ALL_MAKEFILES="$ALL_MAKEFILES \\
17060         dlls/winequartz.drv/Makefile"
17061 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17062         winequartz.drv"
17063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17064 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
17065 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
17066
17067 ALL_MAKEFILES="$ALL_MAKEFILES \\
17068         dlls/winex11.drv/Makefile"
17069 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17070         winex11.drv"
17071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17072 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
17073 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
17074
17075 ALL_MAKEFILES="$ALL_MAKEFILES \\
17076         dlls/wing32/Makefile"
17077 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17078         wing32"
17079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17080 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
17081 ac_config_files="$ac_config_files dlls/wing32/Makefile"
17082
17083 ALL_MAKEFILES="$ALL_MAKEFILES \\
17084         dlls/winhttp/Makefile"
17085 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17086         winhttp"
17087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17088 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
17089 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
17090
17091 ALL_MAKEFILES="$ALL_MAKEFILES \\
17092         dlls/winhttp/tests/Makefile"
17093 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17094         winhttp/tests"
17095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17096 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
17097 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
17098
17099 ALL_MAKEFILES="$ALL_MAKEFILES \\
17100         dlls/wininet/Makefile"
17101 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17102         wininet"
17103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17104 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
17105 ac_config_files="$ac_config_files dlls/wininet/Makefile"
17106
17107 ALL_MAKEFILES="$ALL_MAKEFILES \\
17108         dlls/wininet/tests/Makefile"
17109 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17110         wininet/tests"
17111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17112 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
17113 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
17114
17115 ALL_MAKEFILES="$ALL_MAKEFILES \\
17116         dlls/winmm/Makefile"
17117 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17118         winmm"
17119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17120 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
17121 ac_config_files="$ac_config_files dlls/winmm/Makefile"
17122
17123 ALL_MAKEFILES="$ALL_MAKEFILES \\
17124         dlls/winmm/tests/Makefile"
17125 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17126         winmm/tests"
17127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17128 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
17129 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
17130
17131 ALL_MAKEFILES="$ALL_MAKEFILES \\
17132         dlls/winnls.dll16/Makefile"
17133 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17134         winnls.dll16"
17135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17136 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
17137 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
17138
17139 ALL_MAKEFILES="$ALL_MAKEFILES \\
17140         dlls/winnls32/Makefile"
17141 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17142         winnls32"
17143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17144 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
17145 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
17146
17147 ALL_MAKEFILES="$ALL_MAKEFILES \\
17148         dlls/winscard/Makefile"
17149 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17150         winscard"
17151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17152 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
17153 ac_config_files="$ac_config_files dlls/winscard/Makefile"
17154
17155 ALL_MAKEFILES="$ALL_MAKEFILES \\
17156         dlls/winspool.drv/Makefile"
17157 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17158         winspool.drv"
17159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17160 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
17161 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
17162
17163 ALL_MAKEFILES="$ALL_MAKEFILES \\
17164         dlls/winspool.drv/tests/Makefile"
17165 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17166         winspool.drv/tests"
17167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17168 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
17169 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
17170
17171 ALL_MAKEFILES="$ALL_MAKEFILES \\
17172         dlls/wintab.dll16/Makefile"
17173 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17174         wintab.dll16"
17175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17176 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
17177 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
17178
17179 ALL_MAKEFILES="$ALL_MAKEFILES \\
17180         dlls/wintab32/Makefile"
17181 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17182         wintab32"
17183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17184 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
17185 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
17186
17187 ALL_MAKEFILES="$ALL_MAKEFILES \\
17188         dlls/wintab32/tests/Makefile"
17189 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17190         wintab32/tests"
17191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17192 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules"
17193 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
17194
17195 ALL_MAKEFILES="$ALL_MAKEFILES \\
17196         dlls/wintrust/Makefile"
17197 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17198         wintrust"
17199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17200 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
17201 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
17202
17203 ALL_MAKEFILES="$ALL_MAKEFILES \\
17204         dlls/wintrust/tests/Makefile"
17205 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17206         wintrust/tests"
17207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17208 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
17209 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
17210
17211 ALL_MAKEFILES="$ALL_MAKEFILES \\
17212         dlls/wldap32/Makefile"
17213 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17214         wldap32"
17215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17216 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
17217 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
17218
17219 ALL_MAKEFILES="$ALL_MAKEFILES \\
17220         dlls/wldap32/tests/Makefile"
17221 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17222         wldap32/tests"
17223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17224 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
17225 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
17226
17227 ALL_MAKEFILES="$ALL_MAKEFILES \\
17228         dlls/wmi/Makefile"
17229 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17230         wmi"
17231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17232 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
17233 ac_config_files="$ac_config_files dlls/wmi/Makefile"
17234
17235 ALL_MAKEFILES="$ALL_MAKEFILES \\
17236         dlls/wmiutils/Makefile"
17237 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17238         wmiutils"
17239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17240 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules"
17241 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
17242
17243 ALL_MAKEFILES="$ALL_MAKEFILES \\
17244         dlls/wnaspi32/Makefile"
17245 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17246         wnaspi32"
17247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17248 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
17249 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
17250
17251 ALL_MAKEFILES="$ALL_MAKEFILES \\
17252         dlls/wow32/Makefile"
17253 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17254         wow32"
17255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17256 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
17257 ac_config_files="$ac_config_files dlls/wow32/Makefile"
17258
17259 ALL_MAKEFILES="$ALL_MAKEFILES \\
17260         dlls/ws2_32/Makefile"
17261 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17262         ws2_32"
17263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17264 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
17265 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
17266
17267 ALL_MAKEFILES="$ALL_MAKEFILES \\
17268         dlls/ws2_32/tests/Makefile"
17269 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17270         ws2_32/tests"
17271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17272 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
17273 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
17274
17275 ALL_MAKEFILES="$ALL_MAKEFILES \\
17276         dlls/wsock32/Makefile"
17277 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17278         wsock32"
17279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17280 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
17281 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
17282
17283 ALL_MAKEFILES="$ALL_MAKEFILES \\
17284         dlls/wtsapi32/Makefile"
17285 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17286         wtsapi32"
17287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17288 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
17289 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
17290
17291 ALL_MAKEFILES="$ALL_MAKEFILES \\
17292         dlls/wuapi/Makefile"
17293 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17294         wuapi"
17295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17296 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
17297 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
17298
17299 ALL_MAKEFILES="$ALL_MAKEFILES \\
17300         dlls/xinput1_1/Makefile"
17301 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17302         xinput1_1"
17303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17304 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
17305 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
17306
17307 ALL_MAKEFILES="$ALL_MAKEFILES \\
17308         dlls/xinput1_2/Makefile"
17309 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17310         xinput1_2"
17311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17312 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
17313 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
17314
17315 ALL_MAKEFILES="$ALL_MAKEFILES \\
17316         dlls/xinput1_3/Makefile"
17317 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17318         xinput1_3"
17319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17320 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
17321 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
17322
17323 ALL_MAKEFILES="$ALL_MAKEFILES \\
17324         dlls/xinput1_3/tests/Makefile"
17325 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17326         xinput1_3/tests"
17327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17328 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
17329 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
17330
17331 ALL_MAKEFILES="$ALL_MAKEFILES \\
17332         dlls/xinput9_1_0/Makefile"
17333 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17334         xinput9_1_0"
17335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17336 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
17337 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
17338
17339 ALL_MAKEFILES="$ALL_MAKEFILES \\
17340         dlls/xmllite/Makefile"
17341 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17342         xmllite"
17343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17344 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
17345 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
17346
17347 ALL_MAKEFILES="$ALL_MAKEFILES \\
17348         documentation/Makefile"
17349 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17350         documentation"
17351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17352 documentation/Makefile: documentation/Makefile.in Make.rules"
17353 ac_config_files="$ac_config_files documentation/Makefile"
17354
17355 ALL_MAKEFILES="$ALL_MAKEFILES \\
17356         fonts/Makefile"
17357 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17358         fonts"
17359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17360 fonts/Makefile: fonts/Makefile.in Make.rules"
17361 ac_config_files="$ac_config_files fonts/Makefile"
17362
17363 ALL_MAKEFILES="$ALL_MAKEFILES \\
17364         include/Makefile"
17365 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17366         include"
17367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17368 include/Makefile: include/Makefile.in Make.rules"
17369 ac_config_files="$ac_config_files include/Makefile"
17370
17371 ALL_MAKEFILES="$ALL_MAKEFILES \\
17372         libs/Makefile"
17373 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17374         libs"
17375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17376 libs/Makefile: libs/Makefile.in Make.rules"
17377 ac_config_files="$ac_config_files libs/Makefile"
17378
17379 ALL_MAKEFILES="$ALL_MAKEFILES \\
17380         libs/port/Makefile"
17381
17382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17383 libs/port/Makefile: libs/port/Makefile.in Make.rules"
17384 ac_config_files="$ac_config_files libs/port/Makefile"
17385
17386 ALL_MAKEFILES="$ALL_MAKEFILES \\
17387         libs/wine/Makefile"
17388
17389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17390 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
17391 ac_config_files="$ac_config_files libs/wine/Makefile"
17392
17393 ALL_MAKEFILES="$ALL_MAKEFILES \\
17394         libs/wpp/Makefile"
17395
17396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17397 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
17398 ac_config_files="$ac_config_files libs/wpp/Makefile"
17399
17400 ALL_MAKEFILES="$ALL_MAKEFILES \\
17401         loader/Makefile"
17402 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17403         loader"
17404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17405 loader/Makefile: loader/Makefile.in Make.rules"
17406 ac_config_files="$ac_config_files loader/Makefile"
17407
17408 ALL_MAKEFILES="$ALL_MAKEFILES \\
17409         programs/Makefile"
17410 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17411         programs"
17412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17413 programs/Makefile: programs/Makefile.in Make.rules"
17414 ac_config_files="$ac_config_files programs/Makefile"
17415
17416 ALL_MAKEFILES="$ALL_MAKEFILES \\
17417         programs/cacls/Makefile"
17418 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17419         cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17420         cacls"
17421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17422 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
17423 ac_config_files="$ac_config_files programs/cacls/Makefile"
17424
17425 ALL_MAKEFILES="$ALL_MAKEFILES \\
17426         programs/clock/Makefile"
17427 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17428         clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17429         clock"
17430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17431 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
17432 ac_config_files="$ac_config_files programs/clock/Makefile"
17433
17434 ALL_MAKEFILES="$ALL_MAKEFILES \\
17435         programs/cmd/Makefile"
17436 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17437         cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17438         cmd"
17439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17440 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
17441 ac_config_files="$ac_config_files programs/cmd/Makefile"
17442
17443 ALL_MAKEFILES="$ALL_MAKEFILES \\
17444         programs/cmdlgtst/Makefile"
17445 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17446         cmdlgtst"
17447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17448 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
17449 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
17450
17451 ALL_MAKEFILES="$ALL_MAKEFILES \\
17452         programs/control/Makefile"
17453 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17454         control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17455         control"
17456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17457 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
17458 ac_config_files="$ac_config_files programs/control/Makefile"
17459
17460 ALL_MAKEFILES="$ALL_MAKEFILES \\
17461         programs/dxdiag/Makefile"
17462 test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17463         dxdiag" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17464         dxdiag"
17465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17466 programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules"
17467 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
17468
17469 ALL_MAKEFILES="$ALL_MAKEFILES \\
17470         programs/eject/Makefile"
17471 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17472         eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17473         eject"
17474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17475 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
17476 ac_config_files="$ac_config_files programs/eject/Makefile"
17477
17478 ALL_MAKEFILES="$ALL_MAKEFILES \\
17479         programs/expand/Makefile"
17480 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17481         expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17482         expand"
17483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17484 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
17485 ac_config_files="$ac_config_files programs/expand/Makefile"
17486
17487 ALL_MAKEFILES="$ALL_MAKEFILES \\
17488         programs/explorer/Makefile"
17489 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17490         explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17491         explorer"
17492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17493 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
17494 ac_config_files="$ac_config_files programs/explorer/Makefile"
17495
17496 ALL_MAKEFILES="$ALL_MAKEFILES \\
17497         programs/hh/Makefile"
17498 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17499         hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17500         hh"
17501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17502 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
17503 ac_config_files="$ac_config_files programs/hh/Makefile"
17504
17505 ALL_MAKEFILES="$ALL_MAKEFILES \\
17506         programs/icinfo/Makefile"
17507 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17508         icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17509         icinfo"
17510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17511 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
17512 ac_config_files="$ac_config_files programs/icinfo/Makefile"
17513
17514 ALL_MAKEFILES="$ALL_MAKEFILES \\
17515         programs/iexplore/Makefile"
17516 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17517         iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17518         iexplore"
17519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17520 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
17521 ac_config_files="$ac_config_files programs/iexplore/Makefile"
17522
17523 ALL_MAKEFILES="$ALL_MAKEFILES \\
17524         programs/lodctr/Makefile"
17525 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17526         lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17527         lodctr"
17528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17529 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
17530 ac_config_files="$ac_config_files programs/lodctr/Makefile"
17531
17532 ALL_MAKEFILES="$ALL_MAKEFILES \\
17533         programs/msiexec/Makefile"
17534 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17535         msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17536         msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17537         msiexec"
17538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17539 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
17540 ac_config_files="$ac_config_files programs/msiexec/Makefile"
17541
17542 ALL_MAKEFILES="$ALL_MAKEFILES \\
17543         programs/net/Makefile"
17544 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17545         net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17546         net"
17547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17548 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
17549 ac_config_files="$ac_config_files programs/net/Makefile"
17550
17551 ALL_MAKEFILES="$ALL_MAKEFILES \\
17552         programs/notepad/Makefile"
17553 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17554         notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17555         notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17556         notepad"
17557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17558 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
17559 ac_config_files="$ac_config_files programs/notepad/Makefile"
17560
17561 ALL_MAKEFILES="$ALL_MAKEFILES \\
17562         programs/oleview/Makefile"
17563 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17564         oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17565         oleview"
17566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17567 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
17568 ac_config_files="$ac_config_files programs/oleview/Makefile"
17569
17570 ALL_MAKEFILES="$ALL_MAKEFILES \\
17571         programs/progman/Makefile"
17572 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17573         progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17574         progman"
17575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17576 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
17577 ac_config_files="$ac_config_files programs/progman/Makefile"
17578
17579 ALL_MAKEFILES="$ALL_MAKEFILES \\
17580         programs/reg/Makefile"
17581 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17582         reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17583         reg"
17584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17585 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
17586 ac_config_files="$ac_config_files programs/reg/Makefile"
17587
17588 ALL_MAKEFILES="$ALL_MAKEFILES \\
17589         programs/regedit/Makefile"
17590 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17591         regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17592         regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17593         regedit"
17594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17595 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
17596 ac_config_files="$ac_config_files programs/regedit/Makefile"
17597
17598 ALL_MAKEFILES="$ALL_MAKEFILES \\
17599         programs/regsvr32/Makefile"
17600 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17601         regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17602         regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17603         regsvr32"
17604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17605 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
17606 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
17607
17608 ALL_MAKEFILES="$ALL_MAKEFILES \\
17609         programs/rpcss/Makefile"
17610 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17611         rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17612         rpcss"
17613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17614 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
17615 ac_config_files="$ac_config_files programs/rpcss/Makefile"
17616
17617 ALL_MAKEFILES="$ALL_MAKEFILES \\
17618         programs/rundll32/Makefile"
17619 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17620         rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17621         rundll32"
17622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17623 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
17624 ac_config_files="$ac_config_files programs/rundll32/Makefile"
17625
17626 ALL_MAKEFILES="$ALL_MAKEFILES \\
17627         programs/secedit/Makefile"
17628 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17629         secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17630         secedit"
17631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17632 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
17633 ac_config_files="$ac_config_files programs/secedit/Makefile"
17634
17635 ALL_MAKEFILES="$ALL_MAKEFILES \\
17636         programs/services/Makefile"
17637 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17638         services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17639         services"
17640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17641 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
17642 ac_config_files="$ac_config_files programs/services/Makefile"
17643
17644 ALL_MAKEFILES="$ALL_MAKEFILES \\
17645         programs/spoolsv/Makefile"
17646 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17647         spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17648         spoolsv"
17649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17650 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
17651 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
17652
17653 ALL_MAKEFILES="$ALL_MAKEFILES \\
17654         programs/start/Makefile"
17655 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17656         start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17657         start"
17658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17659 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
17660 ac_config_files="$ac_config_files programs/start/Makefile"
17661
17662 ALL_MAKEFILES="$ALL_MAKEFILES \\
17663         programs/svchost/Makefile"
17664 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17665         svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17666         svchost"
17667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17668 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
17669 ac_config_files="$ac_config_files programs/svchost/Makefile"
17670
17671 ALL_MAKEFILES="$ALL_MAKEFILES \\
17672         programs/taskmgr/Makefile"
17673 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17674         taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17675         taskmgr"
17676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17677 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
17678 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
17679
17680 ALL_MAKEFILES="$ALL_MAKEFILES \\
17681         programs/termsv/Makefile"
17682 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17683         termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17684         termsv"
17685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17686 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
17687 ac_config_files="$ac_config_files programs/termsv/Makefile"
17688
17689 ALL_MAKEFILES="$ALL_MAKEFILES \\
17690         programs/uninstaller/Makefile"
17691 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17692         uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17693         uninstaller"
17694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17695 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
17696 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
17697
17698 ALL_MAKEFILES="$ALL_MAKEFILES \\
17699         programs/unlodctr/Makefile"
17700 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17701         unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17702         unlodctr"
17703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17704 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
17705 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
17706
17707 ALL_MAKEFILES="$ALL_MAKEFILES \\
17708         programs/view/Makefile"
17709 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17710         view"
17711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17712 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
17713 ac_config_files="$ac_config_files programs/view/Makefile"
17714
17715 ALL_MAKEFILES="$ALL_MAKEFILES \\
17716         programs/wineboot/Makefile"
17717 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17718         wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17719         wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17720         wineboot"
17721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17722 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
17723 ac_config_files="$ac_config_files programs/wineboot/Makefile"
17724
17725 ALL_MAKEFILES="$ALL_MAKEFILES \\
17726         programs/winebrowser/Makefile"
17727 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17728         winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17729         winebrowser"
17730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17731 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
17732 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
17733
17734 ALL_MAKEFILES="$ALL_MAKEFILES \\
17735         programs/winecfg/Makefile"
17736 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17737         winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17738         winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17739         winecfg"
17740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17741 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
17742 ac_config_files="$ac_config_files programs/winecfg/Makefile"
17743
17744 ALL_MAKEFILES="$ALL_MAKEFILES \\
17745         programs/wineconsole/Makefile"
17746 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17747         wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17748         wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17749         wineconsole"
17750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17751 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
17752 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
17753
17754 ALL_MAKEFILES="$ALL_MAKEFILES \\
17755         programs/winedbg/Makefile"
17756 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17757         winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17758         winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17759         winedbg"
17760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17761 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
17762 ac_config_files="$ac_config_files programs/winedbg/Makefile"
17763
17764 ALL_MAKEFILES="$ALL_MAKEFILES \\
17765         programs/winedevice/Makefile"
17766 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17767         winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17768         winedevice"
17769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17770 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
17771 ac_config_files="$ac_config_files programs/winedevice/Makefile"
17772
17773 ALL_MAKEFILES="$ALL_MAKEFILES \\
17774         programs/winefile/Makefile"
17775 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17776         winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17777         winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17778         winefile"
17779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17780 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
17781 ac_config_files="$ac_config_files programs/winefile/Makefile"
17782
17783 ALL_MAKEFILES="$ALL_MAKEFILES \\
17784         programs/winemenubuilder/Makefile"
17785 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17786         winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17787         winemenubuilder"
17788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17789 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
17790 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
17791
17792 ALL_MAKEFILES="$ALL_MAKEFILES \\
17793         programs/winemine/Makefile"
17794 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17795         winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17796         winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17797         winemine"
17798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17799 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
17800 ac_config_files="$ac_config_files programs/winemine/Makefile"
17801
17802 ALL_MAKEFILES="$ALL_MAKEFILES \\
17803         programs/winepath/Makefile"
17804 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17805         winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17806         winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17807         winepath"
17808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17809 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
17810 ac_config_files="$ac_config_files programs/winepath/Makefile"
17811
17812 ALL_MAKEFILES="$ALL_MAKEFILES \\
17813         programs/winetest/Makefile"
17814 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17815         winetest"
17816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17817 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
17818 ac_config_files="$ac_config_files programs/winetest/Makefile"
17819
17820 ALL_MAKEFILES="$ALL_MAKEFILES \\
17821         programs/winevdm/Makefile"
17822 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17823         winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17824         winevdm"
17825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17826 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
17827 ac_config_files="$ac_config_files programs/winevdm/Makefile"
17828
17829 ALL_MAKEFILES="$ALL_MAKEFILES \\
17830         programs/winhelp.exe16/Makefile"
17831 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17832         winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17833         winhelp.exe16"
17834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17835 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
17836 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
17837
17838 ALL_MAKEFILES="$ALL_MAKEFILES \\
17839         programs/winhlp32/Makefile"
17840 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17841         winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17842         winhlp32"
17843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17844 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
17845 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
17846
17847 ALL_MAKEFILES="$ALL_MAKEFILES \\
17848         programs/winoldap.mod16/Makefile"
17849 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17850         winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17851         winoldap.mod16"
17852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17853 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
17854 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
17855
17856 ALL_MAKEFILES="$ALL_MAKEFILES \\
17857         programs/winver/Makefile"
17858 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17859         winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17860         winver"
17861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17862 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
17863 ac_config_files="$ac_config_files programs/winver/Makefile"
17864
17865 ALL_MAKEFILES="$ALL_MAKEFILES \\
17866         programs/wordpad/Makefile"
17867 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17868         wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17869         wordpad"
17870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17871 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
17872 ac_config_files="$ac_config_files programs/wordpad/Makefile"
17873
17874 ALL_MAKEFILES="$ALL_MAKEFILES \\
17875         programs/write/Makefile"
17876 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17877         write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17878         write"
17879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17880 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
17881 ac_config_files="$ac_config_files programs/write/Makefile"
17882
17883 ALL_MAKEFILES="$ALL_MAKEFILES \\
17884         programs/xcopy/Makefile"
17885 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17886         xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17887         xcopy"
17888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17889 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
17890 ac_config_files="$ac_config_files programs/xcopy/Makefile"
17891
17892 ALL_MAKEFILES="$ALL_MAKEFILES \\
17893         server/Makefile"
17894 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17895         server"
17896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17897 server/Makefile: server/Makefile.in Make.rules"
17898 ac_config_files="$ac_config_files server/Makefile"
17899
17900 ALL_MAKEFILES="$ALL_MAKEFILES \\
17901         tools/Makefile"
17902 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17903         tools"
17904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17905 tools/Makefile: tools/Makefile.in Make.rules"
17906 ac_config_files="$ac_config_files tools/Makefile"
17907
17908 ALL_MAKEFILES="$ALL_MAKEFILES \\
17909         tools/widl/Makefile"
17910
17911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17912 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
17913 ac_config_files="$ac_config_files tools/widl/Makefile"
17914
17915 ALL_MAKEFILES="$ALL_MAKEFILES \\
17916         tools/winebuild/Makefile"
17917
17918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17919 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
17920 ac_config_files="$ac_config_files tools/winebuild/Makefile"
17921
17922 ALL_MAKEFILES="$ALL_MAKEFILES \\
17923         tools/winedump/Makefile"
17924
17925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17926 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
17927 ac_config_files="$ac_config_files tools/winedump/Makefile"
17928
17929 ALL_MAKEFILES="$ALL_MAKEFILES \\
17930         tools/winegcc/Makefile"
17931
17932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17933 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
17934 ac_config_files="$ac_config_files tools/winegcc/Makefile"
17935
17936 ALL_MAKEFILES="$ALL_MAKEFILES \\
17937         tools/wmc/Makefile"
17938
17939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17940 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
17941 ac_config_files="$ac_config_files tools/wmc/Makefile"
17942
17943 ALL_MAKEFILES="$ALL_MAKEFILES \\
17944         tools/wrc/Makefile"
17945
17946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17947 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
17948 ac_config_files="$ac_config_files tools/wrc/Makefile"
17949
17950
17951
17952 ALL_WINETEST_DEPENDS="# Test binaries"
17953
17954 for dir in $ALL_TEST_DIRS
17955 do
17956     if test "$dir" != "\\"
17957     then
17958         testname=`expr $dir : '\(.*\)/tests'`_test
17959         ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17960
17961 $testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
17962         cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
17963 $testname.rc:
17964         echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17965 $testname.res: $testname.rc $testname.exe"
17966     fi
17967 done
17968
17969 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
17970
17971 cat >confcache <<\_ACEOF
17972 # This file is a shell script that caches the results of configure
17973 # tests run on this system so they can be shared between configure
17974 # scripts and configure runs, see configure's option --config-cache.
17975 # It is not useful on other systems.  If it contains results you don't
17976 # want to keep, you may remove or edit it.
17977 #
17978 # config.status only pays attention to the cache file if you give it
17979 # the --recheck option to rerun configure.
17980 #
17981 # `ac_cv_env_foo' variables (set or unset) will be overridden when
17982 # loading this file, other *unset* `ac_cv_foo' will be assigned the
17983 # following values.
17984
17985 _ACEOF
17986
17987 # The following way of writing the cache mishandles newlines in values,
17988 # but we know of no workaround that is simple, portable, and efficient.
17989 # So, we kill variables containing newlines.
17990 # Ultrix sh set writes to stderr and can't be redirected directly,
17991 # and sets the high bit in the cache file unless we assign to the vars.
17992 (
17993   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
17994     eval ac_val=\$$ac_var
17995     case $ac_val in #(
17996     *${as_nl}*)
17997       case $ac_var in #(
17998       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
17999 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18000       esac
18001       case $ac_var in #(
18002       _ | IFS | as_nl) ;; #(
18003       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18004       *) { eval $ac_var=; unset $ac_var;} ;;
18005       esac ;;
18006     esac
18007   done
18008
18009   (set) 2>&1 |
18010     case $as_nl`(ac_space=' '; set) 2>&1` in #(
18011     *${as_nl}ac_space=\ *)
18012       # `set' does not quote correctly, so add quotes: double-quote
18013       # substitution turns \\\\ into \\, and sed turns \\ into \.
18014       sed -n \
18015         "s/'/'\\\\''/g;
18016           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18017       ;; #(
18018     *)
18019       # `set' quotes correctly as required by POSIX, so do not add quotes.
18020       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18021       ;;
18022     esac |
18023     sort
18024 ) |
18025   sed '
18026      /^ac_cv_env_/b end
18027      t clear
18028      :clear
18029      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18030      t end
18031      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18032      :end' >>confcache
18033 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18034   if test -w "$cache_file"; then
18035     test "x$cache_file" != "x/dev/null" &&
18036       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18037 $as_echo "$as_me: updating cache $cache_file" >&6;}
18038     cat confcache >$cache_file
18039   else
18040     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18041 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18042   fi
18043 fi
18044 rm -f confcache
18045
18046 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18047 # Let make expand exec_prefix.
18048 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18049
18050 DEFS=-DHAVE_CONFIG_H
18051
18052 ac_libobjs=
18053 ac_ltlibobjs=
18054 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18055   # 1. Remove the extension, and $U if already installed.
18056   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18057   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18058   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
18059   #    will be set to the directory where LIBOBJS objects are built.
18060   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18061   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
18062 done
18063 LIBOBJS=$ac_libobjs
18064
18065 LTLIBOBJS=$ac_ltlibobjs
18066
18067
18068
18069 : ${CONFIG_STATUS=./config.status}
18070 ac_write_fail=0
18071 ac_clean_files_save=$ac_clean_files
18072 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18073 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18074 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18075 as_write_fail=0
18076 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18077 #! $SHELL
18078 # Generated by $as_me.
18079 # Run this file to recreate the current configuration.
18080 # Compiler output produced by configure, useful for debugging
18081 # configure, is in config.log if it exists.
18082
18083 debug=false
18084 ac_cs_recheck=false
18085 ac_cs_silent=false
18086
18087 SHELL=\${CONFIG_SHELL-$SHELL}
18088 export SHELL
18089 _ASEOF
18090 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18091 ## -------------------- ##
18092 ## M4sh Initialization. ##
18093 ## -------------------- ##
18094
18095 # Be more Bourne compatible
18096 DUALCASE=1; export DUALCASE # for MKS sh
18097 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18098   emulate sh
18099   NULLCMD=:
18100   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18101   # is contrary to our usage.  Disable this feature.
18102   alias -g '${1+"$@"}'='"$@"'
18103   setopt NO_GLOB_SUBST
18104 else
18105   case `(set -o) 2>/dev/null` in #(
18106   *posix*) :
18107     set -o posix ;; #(
18108   *) :
18109      ;;
18110 esac
18111 fi
18112
18113
18114 as_nl='
18115 '
18116 export as_nl
18117 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18118 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18119 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18120 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18121 # Prefer a ksh shell builtin over an external printf program on Solaris,
18122 # but without wasting forks for bash or zsh.
18123 if test -z "$BASH_VERSION$ZSH_VERSION" \
18124     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18125   as_echo='print -r --'
18126   as_echo_n='print -rn --'
18127 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18128   as_echo='printf %s\n'
18129   as_echo_n='printf %s'
18130 else
18131   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18132     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18133     as_echo_n='/usr/ucb/echo -n'
18134   else
18135     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18136     as_echo_n_body='eval
18137       arg=$1;
18138       case $arg in #(
18139       *"$as_nl"*)
18140         expr "X$arg" : "X\\(.*\\)$as_nl";
18141         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18142       esac;
18143       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18144     '
18145     export as_echo_n_body
18146     as_echo_n='sh -c $as_echo_n_body as_echo'
18147   fi
18148   export as_echo_body
18149   as_echo='sh -c $as_echo_body as_echo'
18150 fi
18151
18152 # The user is always right.
18153 if test "${PATH_SEPARATOR+set}" != set; then
18154   PATH_SEPARATOR=:
18155   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18156     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18157       PATH_SEPARATOR=';'
18158   }
18159 fi
18160
18161
18162 # IFS
18163 # We need space, tab and new line, in precisely that order.  Quoting is
18164 # there to prevent editors from complaining about space-tab.
18165 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18166 # splitting by setting IFS to empty value.)
18167 IFS=" ""        $as_nl"
18168
18169 # Find who we are.  Look in the path if we contain no directory separator.
18170 case $0 in #((
18171   *[\\/]* ) as_myself=$0 ;;
18172   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18173 for as_dir in $PATH
18174 do
18175   IFS=$as_save_IFS
18176   test -z "$as_dir" && as_dir=.
18177     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18178   done
18179 IFS=$as_save_IFS
18180
18181      ;;
18182 esac
18183 # We did not find ourselves, most probably we were run as `sh COMMAND'
18184 # in which case we are not to be found in the path.
18185 if test "x$as_myself" = x; then
18186   as_myself=$0
18187 fi
18188 if test ! -f "$as_myself"; then
18189   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18190   exit 1
18191 fi
18192
18193 # Unset variables that we do not need and which cause bugs (e.g. in
18194 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
18195 # suppresses any "Segmentation fault" message there.  '((' could
18196 # trigger a bug in pdksh 5.2.14.
18197 for as_var in BASH_ENV ENV MAIL MAILPATH
18198 do eval test x\${$as_var+set} = xset \
18199   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18200 done
18201 PS1='$ '
18202 PS2='> '
18203 PS4='+ '
18204
18205 # NLS nuisances.
18206 LC_ALL=C
18207 export LC_ALL
18208 LANGUAGE=C
18209 export LANGUAGE
18210
18211 # CDPATH.
18212 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18213
18214
18215 # as_fn_error ERROR [LINENO LOG_FD]
18216 # ---------------------------------
18217 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18218 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18219 # script with status $?, using 1 if that was 0.
18220 as_fn_error ()
18221 {
18222   as_status=$?; test $as_status -eq 0 && as_status=1
18223   if test "$3"; then
18224     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18225     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
18226   fi
18227   $as_echo "$as_me: error: $1" >&2
18228   as_fn_exit $as_status
18229 } # as_fn_error
18230
18231
18232 # as_fn_set_status STATUS
18233 # -----------------------
18234 # Set $? to STATUS, without forking.
18235 as_fn_set_status ()
18236 {
18237   return $1
18238 } # as_fn_set_status
18239
18240 # as_fn_exit STATUS
18241 # -----------------
18242 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18243 as_fn_exit ()
18244 {
18245   set +e
18246   as_fn_set_status $1
18247   exit $1
18248 } # as_fn_exit
18249
18250 # as_fn_unset VAR
18251 # ---------------
18252 # Portably unset VAR.
18253 as_fn_unset ()
18254 {
18255   { eval $1=; unset $1;}
18256 }
18257 as_unset=as_fn_unset
18258 # as_fn_append VAR VALUE
18259 # ----------------------
18260 # Append the text in VALUE to the end of the definition contained in VAR. Take
18261 # advantage of any shell optimizations that allow amortized linear growth over
18262 # repeated appends, instead of the typical quadratic growth present in naive
18263 # implementations.
18264 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18265   eval 'as_fn_append ()
18266   {
18267     eval $1+=\$2
18268   }'
18269 else
18270   as_fn_append ()
18271   {
18272     eval $1=\$$1\$2
18273   }
18274 fi # as_fn_append
18275
18276 # as_fn_arith ARG...
18277 # ------------------
18278 # Perform arithmetic evaluation on the ARGs, and store the result in the
18279 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18280 # must be portable across $(()) and expr.
18281 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18282   eval 'as_fn_arith ()
18283   {
18284     as_val=$(( $* ))
18285   }'
18286 else
18287   as_fn_arith ()
18288   {
18289     as_val=`expr "$@" || test $? -eq 1`
18290   }
18291 fi # as_fn_arith
18292
18293
18294 if expr a : '\(a\)' >/dev/null 2>&1 &&
18295    test "X`expr 00001 : '.*\(...\)'`" = X001; then
18296   as_expr=expr
18297 else
18298   as_expr=false
18299 fi
18300
18301 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18302   as_basename=basename
18303 else
18304   as_basename=false
18305 fi
18306
18307 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18308   as_dirname=dirname
18309 else
18310   as_dirname=false
18311 fi
18312
18313 as_me=`$as_basename -- "$0" ||
18314 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18315          X"$0" : 'X\(//\)$' \| \
18316          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18317 $as_echo X/"$0" |
18318     sed '/^.*\/\([^/][^/]*\)\/*$/{
18319             s//\1/
18320             q
18321           }
18322           /^X\/\(\/\/\)$/{
18323             s//\1/
18324             q
18325           }
18326           /^X\/\(\/\).*/{
18327             s//\1/
18328             q
18329           }
18330           s/.*/./; q'`
18331
18332 # Avoid depending upon Character Ranges.
18333 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18334 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18335 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18336 as_cr_digits='0123456789'
18337 as_cr_alnum=$as_cr_Letters$as_cr_digits
18338
18339 ECHO_C= ECHO_N= ECHO_T=
18340 case `echo -n x` in #(((((
18341 -n*)
18342   case `echo 'xy\c'` in
18343   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
18344   xy)  ECHO_C='\c';;
18345   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
18346        ECHO_T=' ';;
18347   esac;;
18348 *)
18349   ECHO_N='-n';;
18350 esac
18351
18352 rm -f conf$$ conf$$.exe conf$$.file
18353 if test -d conf$$.dir; then
18354   rm -f conf$$.dir/conf$$.file
18355 else
18356   rm -f conf$$.dir
18357   mkdir conf$$.dir 2>/dev/null
18358 fi
18359 if (echo >conf$$.file) 2>/dev/null; then
18360   if ln -s conf$$.file conf$$ 2>/dev/null; then
18361     as_ln_s='ln -s'
18362     # ... but there are two gotchas:
18363     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18364     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18365     # In both cases, we have to default to `cp -p'.
18366     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18367       as_ln_s='cp -p'
18368   elif ln conf$$.file conf$$ 2>/dev/null; then
18369     as_ln_s=ln
18370   else
18371     as_ln_s='cp -p'
18372   fi
18373 else
18374   as_ln_s='cp -p'
18375 fi
18376 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18377 rmdir conf$$.dir 2>/dev/null
18378
18379
18380 # as_fn_mkdir_p
18381 # -------------
18382 # Create "$as_dir" as a directory, including parents if necessary.
18383 as_fn_mkdir_p ()
18384 {
18385
18386   case $as_dir in #(
18387   -*) as_dir=./$as_dir;;
18388   esac
18389   test -d "$as_dir" || eval $as_mkdir_p || {
18390     as_dirs=
18391     while :; do
18392       case $as_dir in #(
18393       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18394       *) as_qdir=$as_dir;;
18395       esac
18396       as_dirs="'$as_qdir' $as_dirs"
18397       as_dir=`$as_dirname -- "$as_dir" ||
18398 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18399          X"$as_dir" : 'X\(//\)[^/]' \| \
18400          X"$as_dir" : 'X\(//\)$' \| \
18401          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18402 $as_echo X"$as_dir" |
18403     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18404             s//\1/
18405             q
18406           }
18407           /^X\(\/\/\)[^/].*/{
18408             s//\1/
18409             q
18410           }
18411           /^X\(\/\/\)$/{
18412             s//\1/
18413             q
18414           }
18415           /^X\(\/\).*/{
18416             s//\1/
18417             q
18418           }
18419           s/.*/./; q'`
18420       test -d "$as_dir" && break
18421     done
18422     test -z "$as_dirs" || eval "mkdir $as_dirs"
18423   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
18424
18425
18426 } # as_fn_mkdir_p
18427 if mkdir -p . 2>/dev/null; then
18428   as_mkdir_p='mkdir -p "$as_dir"'
18429 else
18430   test -d ./-p && rmdir ./-p
18431   as_mkdir_p=false
18432 fi
18433
18434 if test -x / >/dev/null 2>&1; then
18435   as_test_x='test -x'
18436 else
18437   if ls -dL / >/dev/null 2>&1; then
18438     as_ls_L_option=L
18439   else
18440     as_ls_L_option=
18441   fi
18442   as_test_x='
18443     eval sh -c '\''
18444       if test -d "$1"; then
18445         test -d "$1/.";
18446       else
18447         case $1 in #(
18448         -*)set "./$1";;
18449         esac;
18450         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
18451         ???[sx]*):;;*)false;;esac;fi
18452     '\'' sh
18453   '
18454 fi
18455 as_executable_p=$as_test_x
18456
18457 # Sed expression to map a string onto a valid CPP name.
18458 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18459
18460 # Sed expression to map a string onto a valid variable name.
18461 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18462
18463
18464 exec 6>&1
18465 ## ----------------------------------- ##
18466 ## Main body of $CONFIG_STATUS script. ##
18467 ## ----------------------------------- ##
18468 _ASEOF
18469 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18470
18471 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18472 # Save the log message, to keep $0 and so on meaningful, and to
18473 # report actual input values of CONFIG_FILES etc. instead of their
18474 # values after options handling.
18475 ac_log="
18476 This file was extended by Wine $as_me 1.1.29, which was
18477 generated by GNU Autoconf 2.64.  Invocation command line was
18478
18479   CONFIG_FILES    = $CONFIG_FILES
18480   CONFIG_HEADERS  = $CONFIG_HEADERS
18481   CONFIG_LINKS    = $CONFIG_LINKS
18482   CONFIG_COMMANDS = $CONFIG_COMMANDS
18483   $ $0 $@
18484
18485 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18486 "
18487
18488 _ACEOF
18489
18490 case $ac_config_files in *"
18491 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18492 esac
18493
18494 case $ac_config_headers in *"
18495 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18496 esac
18497
18498
18499 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18500 # Files that config.status was made for.
18501 config_files="$ac_config_files"
18502 config_headers="$ac_config_headers"
18503 config_commands="$ac_config_commands"
18504
18505 _ACEOF
18506
18507 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18508 ac_cs_usage="\
18509 \`$as_me' instantiates files and other configuration actions
18510 from templates according to the current configuration.  Unless the files
18511 and actions are specified as TAGs, all are instantiated by default.
18512
18513 Usage: $0 [OPTION]... [TAG]...
18514
18515   -h, --help       print this help, then exit
18516   -V, --version    print version number and configuration settings, then exit
18517   -q, --quiet, --silent
18518                    do not print progress messages
18519   -d, --debug      don't remove temporary files
18520       --recheck    update $as_me by reconfiguring in the same conditions
18521       --file=FILE[:TEMPLATE]
18522                    instantiate the configuration file FILE
18523       --header=FILE[:TEMPLATE]
18524                    instantiate the configuration header FILE
18525
18526 Configuration files:
18527 $config_files
18528
18529 Configuration headers:
18530 $config_headers
18531
18532 Configuration commands:
18533 $config_commands
18534
18535 Report bugs to <wine-devel@winehq.org>.
18536 Wine home page: <http://www.winehq.org>."
18537
18538 _ACEOF
18539 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18540 ac_cs_version="\\
18541 Wine config.status 1.1.29
18542 configured by $0, generated by GNU Autoconf 2.64,
18543   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
18544
18545 Copyright (C) 2009 Free Software Foundation, Inc.
18546 This config.status script is free software; the Free Software Foundation
18547 gives unlimited permission to copy, distribute and modify it."
18548
18549 ac_pwd='$ac_pwd'
18550 srcdir='$srcdir'
18551 INSTALL='$INSTALL'
18552 test -n "\$AWK" || AWK=awk
18553 _ACEOF
18554
18555 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18556 # The default lists apply if the user does not specify any file.
18557 ac_need_defaults=:
18558 while test $# != 0
18559 do
18560   case $1 in
18561   --*=*)
18562     ac_option=`expr "X$1" : 'X\([^=]*\)='`
18563     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18564     ac_shift=:
18565     ;;
18566   *)
18567     ac_option=$1
18568     ac_optarg=$2
18569     ac_shift=shift
18570     ;;
18571   esac
18572
18573   case $ac_option in
18574   # Handling of the options.
18575   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18576     ac_cs_recheck=: ;;
18577   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18578     $as_echo "$ac_cs_version"; exit ;;
18579   --debug | --debu | --deb | --de | --d | -d )
18580     debug=: ;;
18581   --file | --fil | --fi | --f )
18582     $ac_shift
18583     case $ac_optarg in
18584     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18585     esac
18586     as_fn_append CONFIG_FILES " '$ac_optarg'"
18587     ac_need_defaults=false;;
18588   --header | --heade | --head | --hea )
18589     $ac_shift
18590     case $ac_optarg in
18591     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18592     esac
18593     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
18594     ac_need_defaults=false;;
18595   --he | --h)
18596     # Conflict between --help and --header
18597     as_fn_error "ambiguous option: \`$1'
18598 Try \`$0 --help' for more information.";;
18599   --help | --hel | -h )
18600     $as_echo "$ac_cs_usage"; exit ;;
18601   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18602   | -silent | --silent | --silen | --sile | --sil | --si | --s)
18603     ac_cs_silent=: ;;
18604
18605   # This is an error.
18606   -*) as_fn_error "unrecognized option: \`$1'
18607 Try \`$0 --help' for more information." ;;
18608
18609   *) as_fn_append ac_config_targets " $1"
18610      ac_need_defaults=false ;;
18611
18612   esac
18613   shift
18614 done
18615
18616 ac_configure_extra_args=
18617
18618 if $ac_cs_silent; then
18619   exec 6>/dev/null
18620   ac_configure_extra_args="$ac_configure_extra_args --silent"
18621 fi
18622
18623 _ACEOF
18624 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18625 if \$ac_cs_recheck; then
18626   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18627   shift
18628   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18629   CONFIG_SHELL='$SHELL'
18630   export CONFIG_SHELL
18631   exec "\$@"
18632 fi
18633
18634 _ACEOF
18635 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18636 exec 5>>config.log
18637 {
18638   echo
18639   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18640 ## Running $as_me. ##
18641 _ASBOX
18642   $as_echo "$ac_log"
18643 } >&5
18644
18645 _ACEOF
18646 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18647 _ACEOF
18648
18649 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18650
18651 # Handling of arguments.
18652 for ac_config_target in $ac_config_targets
18653 do
18654   case $ac_config_target in
18655     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
18656     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
18657     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
18658     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
18659     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
18660     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
18661     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
18662     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
18663     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
18664     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
18665     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
18666     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
18667     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
18668     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
18669     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
18670     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
18671     "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
18672     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
18673     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
18674     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
18675     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
18676     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
18677     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
18678     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
18679     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
18680     "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
18681     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
18682     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
18683     "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
18684     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
18685     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
18686     "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
18687     "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
18688     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
18689     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
18690     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
18691     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
18692     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
18693     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
18694     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
18695     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
18696     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
18697     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
18698     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
18699     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
18700     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
18701     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
18702     "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
18703     "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
18704     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
18705     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
18706     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
18707     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
18708     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
18709     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
18710     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
18711     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
18712     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
18713     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
18714     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
18715     "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
18716     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
18717     "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
18718     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
18719     "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
18720     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
18721     "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
18722     "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
18723     "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
18724     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
18725     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
18726     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
18727     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
18728     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
18729     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
18730     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
18731     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
18732     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
18733     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
18734     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
18735     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
18736     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
18737     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
18738     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
18739     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
18740     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
18741     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
18742     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
18743     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
18744     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
18745     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
18746     "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
18747     "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
18748     "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
18749     "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
18750     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
18751     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
18752     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
18753     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
18754     "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
18755     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
18756     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
18757     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
18758     "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
18759     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
18760     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
18761     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
18762     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
18763     "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
18764     "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
18765     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
18766     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
18767     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
18768     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
18769     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
18770     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
18771     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
18772     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
18773     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
18774     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
18775     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
18776     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
18777     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
18778     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
18779     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
18780     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
18781     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
18782     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
18783     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
18784     "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
18785     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
18786     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
18787     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
18788     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
18789     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
18790     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
18791     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
18792     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
18793     "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
18794     "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
18795     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
18796     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
18797     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
18798     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
18799     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
18800     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
18801     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
18802     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
18803     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
18804     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
18805     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
18806     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
18807     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
18808     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
18809     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
18810     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
18811     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
18812     "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
18813     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
18814     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
18815     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
18816     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
18817     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
18818     "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
18819     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
18820     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
18821     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
18822     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
18823     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
18824     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
18825     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
18826     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
18827     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
18828     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
18829     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
18830     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
18831     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
18832     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
18833     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
18834     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
18835     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
18836     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
18837     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
18838     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
18839     "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
18840     "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
18841     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
18842     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
18843     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
18844     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
18845     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
18846     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
18847     "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
18848     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
18849     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
18850     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
18851     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
18852     "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
18853     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
18854     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
18855     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
18856     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
18857     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
18858     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
18859     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
18860     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
18861     "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
18862     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
18863     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
18864     "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
18865     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
18866     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
18867     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
18868     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
18869     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
18870     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
18871     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
18872     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
18873     "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
18874     "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
18875     "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
18876     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
18877     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
18878     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
18879     "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
18880     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
18881     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
18882     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
18883     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
18884     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
18885     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
18886     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
18887     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
18888     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
18889     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
18890     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
18891     "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
18892     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
18893     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
18894     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
18895     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
18896     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
18897     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
18898     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
18899     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
18900     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
18901     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
18902     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
18903     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
18904     "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
18905     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
18906     "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
18907     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
18908     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
18909     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
18910     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
18911     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
18912     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
18913     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
18914     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
18915     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
18916     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
18917     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
18918     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
18919     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
18920     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
18921     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
18922     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
18923     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
18924     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
18925     "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
18926     "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
18927     "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
18928     "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
18929     "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
18930     "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
18931     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
18932     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
18933     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
18934     "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
18935     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
18936     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
18937     "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
18938     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
18939     "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
18940     "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
18941     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
18942     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
18943     "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
18944     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
18945     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
18946     "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
18947     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
18948     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
18949     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
18950     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
18951     "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
18952     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
18953     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
18954     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
18955     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
18956     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
18957     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
18958     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
18959     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
18960     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
18961     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
18962     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
18963     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
18964     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
18965     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
18966     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
18967     "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
18968     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
18969     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
18970     "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
18971     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
18972     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
18973     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
18974     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
18975     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
18976     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
18977     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
18978     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
18979     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
18980     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
18981     "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
18982     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
18983     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
18984     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
18985     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
18986     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
18987     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
18988     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
18989     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
18990     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
18991     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
18992     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
18993     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
18994     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
18995     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
18996     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
18997     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
18998     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
18999     "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
19000     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
19001     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
19002     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
19003     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
19004     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
19005     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
19006     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
19007     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
19008     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
19009     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
19010     "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
19011     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
19012     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
19013     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
19014     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
19015     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
19016     "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
19017     "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
19018     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
19019     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
19020     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
19021     "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
19022     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
19023     "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
19024     "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
19025     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
19026     "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
19027     "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
19028     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
19029     "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
19030     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
19031     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
19032     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
19033     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
19034     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
19035     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
19036     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
19037     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
19038     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
19039     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
19040     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
19041     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
19042     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
19043     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
19044     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
19045     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
19046     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
19047     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
19048     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
19049     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
19050     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
19051     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
19052     "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
19053     "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
19054     "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
19055     "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
19056     "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
19057     "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
19058     "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
19059     "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
19060     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
19061     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
19062     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
19063     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
19064     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
19065     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
19066     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
19067     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
19068     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
19069     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
19070     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
19071     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
19072     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
19073     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
19074     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
19075     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
19076     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
19077     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
19078     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
19079     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
19080     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
19081     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
19082     "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
19083     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
19084     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
19085     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
19086     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
19087     "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
19088     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
19089     "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
19090     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
19091     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
19092     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
19093     "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
19094     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
19095     "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
19096     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
19097     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
19098     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
19099     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
19100     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
19101     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
19102     "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
19103     "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
19104     "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
19105     "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
19106     "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
19107     "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
19108     "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
19109     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
19110     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
19111     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
19112     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
19113     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
19114     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
19115     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
19116     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
19117     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
19118     "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
19119     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
19120     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
19121     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
19122     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
19123     "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
19124     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
19125     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
19126     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
19127     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
19128     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
19129     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
19130     "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
19131     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
19132     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
19133     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
19134     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
19135     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
19136     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
19137     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
19138     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
19139     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
19140     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
19141     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
19142     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
19143     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
19144     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
19145     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
19146     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
19147     "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
19148     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
19149     "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
19150     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
19151     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
19152     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
19153     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
19154     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
19155     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
19156     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
19157     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
19158     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
19159     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
19160     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
19161     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
19162     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
19163     "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
19164     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
19165     "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
19166     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
19167     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
19168     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
19169     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
19170     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
19171     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
19172     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
19173     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
19174     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
19175     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
19176     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
19177     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
19178
19179   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19180   esac
19181 done
19182
19183
19184 # If the user did not use the arguments to specify the items to instantiate,
19185 # then the envvar interface is used.  Set only those that are not.
19186 # We use the long form for the default assignment because of an extremely
19187 # bizarre bug on SunOS 4.1.3.
19188 if $ac_need_defaults; then
19189   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
19190   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
19191   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
19192 fi
19193
19194 # Have a temporary directory for convenience.  Make it in the build tree
19195 # simply because there is no reason against having it here, and in addition,
19196 # creating and moving files from /tmp can sometimes cause problems.
19197 # Hook for its removal unless debugging.
19198 # Note that there is a small window in which the directory will not be cleaned:
19199 # after its creation but before its name has been assigned to `$tmp'.
19200 $debug ||
19201 {
19202   tmp=
19203   trap 'exit_status=$?
19204   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
19205 ' 0
19206   trap 'as_fn_exit 1' 1 2 13 15
19207 }
19208 # Create a (secure) tmp directory for tmp files.
19209
19210 {
19211   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19212   test -n "$tmp" && test -d "$tmp"
19213 }  ||
19214 {
19215   tmp=./conf$$-$RANDOM
19216   (umask 077 && mkdir "$tmp")
19217 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
19218
19219 # Set up the scripts for CONFIG_FILES section.
19220 # No need to generate them if there are no CONFIG_FILES.
19221 # This happens for instance with `./config.status config.h'.
19222 if test -n "$CONFIG_FILES"; then
19223
19224 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
19225   ac_cs_awk_getline=:
19226   ac_cs_awk_pipe_init=
19227   ac_cs_awk_read_file='
19228       while ((getline aline < (F[key])) > 0)
19229         print(aline)
19230       close(F[key])'
19231   ac_cs_awk_pipe_fini=
19232 else
19233   ac_cs_awk_getline=false
19234   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
19235   ac_cs_awk_read_file='
19236       print "|#_!!_#|"
19237       print "cat " F[key] " &&"
19238       '$ac_cs_awk_pipe_init
19239   # The final `:' finishes the AND list.
19240   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
19241 fi
19242 ac_cr=`echo X | tr X '\015'`
19243 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19244 # But we know of no other shell where ac_cr would be empty at this
19245 # point, so we can use a bashism as a fallback.
19246 if test "x$ac_cr" = x; then
19247   eval ac_cr=\$\'\\r\'
19248 fi
19249 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19250 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19251   ac_cs_awk_cr='\r'
19252 else
19253   ac_cs_awk_cr=$ac_cr
19254 fi
19255
19256 echo 'BEGIN {' >"$tmp/subs1.awk" &&
19257 _ACEOF
19258
19259 # Create commands to substitute file output variables.
19260 {
19261   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
19262   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
19263   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
19264   echo "_ACAWK" &&
19265   echo "_ACEOF"
19266 } >conf$$files.sh &&
19267 . ./conf$$files.sh ||
19268   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19269 rm -f conf$$files.sh
19270
19271 {
19272   echo "cat >conf$$subs.awk <<_ACEOF" &&
19273   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19274   echo "_ACEOF"
19275 } >conf$$subs.sh ||
19276   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19277 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
19278 ac_delim='%!_!# '
19279 for ac_last_try in false false false false false :; do
19280   . ./conf$$subs.sh ||
19281     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19282
19283   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19284   if test $ac_delim_n = $ac_delim_num; then
19285     break
19286   elif $ac_last_try; then
19287     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19288   else
19289     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19290   fi
19291 done
19292 rm -f conf$$subs.sh
19293
19294 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19295 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
19296 _ACEOF
19297 sed -n '
19298 h
19299 s/^/S["/; s/!.*/"]=/
19300 p
19301 g
19302 s/^[^!]*!//
19303 :repl
19304 t repl
19305 s/'"$ac_delim"'$//
19306 t delim
19307 :nl
19308 h
19309 s/\(.\{148\}\).*/\1/
19310 t more1
19311 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19312 p
19313 n
19314 b repl
19315 :more1
19316 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19317 p
19318 g
19319 s/.\{148\}//
19320 t nl
19321 :delim
19322 h
19323 s/\(.\{148\}\).*/\1/
19324 t more2
19325 s/["\\]/\\&/g; s/^/"/; s/$/"/
19326 p
19327 b
19328 :more2
19329 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19330 p
19331 g
19332 s/.\{148\}//
19333 t delim
19334 ' <conf$$subs.awk | sed '
19335 /^[^""]/{
19336   N
19337   s/\n//
19338 }
19339 ' >>$CONFIG_STATUS || ac_write_fail=1
19340 rm -f conf$$subs.awk
19341 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19342 _ACAWK
19343 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
19344   for (key in S) S_is_set[key] = 1
19345   FS = "\a"
19346   \$ac_cs_awk_pipe_init
19347 }
19348 {
19349   line = $ 0
19350   nfields = split(line, field, "@")
19351   substed = 0
19352   len = length(field[1])
19353   for (i = 2; i < nfields; i++) {
19354     key = field[i]
19355     keylen = length(key)
19356     if (S_is_set[key]) {
19357       value = S[key]
19358       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19359       len += length(value) + length(field[++i])
19360       substed = 1
19361     } else
19362       len += 1 + keylen
19363   }
19364   if (nfields == 3 && !substed) {
19365     key = field[2]
19366     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
19367       \$ac_cs_awk_read_file
19368       next
19369     }
19370   }
19371   print line
19372 }
19373 \$ac_cs_awk_pipe_fini
19374 _ACAWK
19375 _ACEOF
19376 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19377 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19378   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19379 else
19380   cat
19381 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
19382   || as_fn_error "could not setup config files machinery" "$LINENO" 5
19383 _ACEOF
19384
19385 # VPATH may cause trouble with some makes, so we remove $(srcdir),
19386 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
19387 # trailing colons and then remove the whole line if VPATH becomes empty
19388 # (actually we leave an empty line to preserve line numbers).
19389 if test "x$srcdir" = x.; then
19390   ac_vpsub='/^[  ]*VPATH[        ]*=/{
19391 s/:*\$(srcdir):*/:/
19392 s/:*\${srcdir}:*/:/
19393 s/:*@srcdir@:*/:/
19394 s/^\([^=]*=[     ]*\):*/\1/
19395 s/:*$//
19396 s/^[^=]*=[       ]*$//
19397 }'
19398 fi
19399
19400 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19401 fi # test -n "$CONFIG_FILES"
19402
19403 # Set up the scripts for CONFIG_HEADERS section.
19404 # No need to generate them if there are no CONFIG_HEADERS.
19405 # This happens for instance with `./config.status Makefile'.
19406 if test -n "$CONFIG_HEADERS"; then
19407 cat >"$tmp/defines.awk" <<\_ACAWK ||
19408 BEGIN {
19409 _ACEOF
19410
19411 # Transform confdefs.h into an awk script `defines.awk', embedded as
19412 # here-document in config.status, that substitutes the proper values into
19413 # config.h.in to produce config.h.
19414
19415 # Create a delimiter string that does not exist in confdefs.h, to ease
19416 # handling of long lines.
19417 ac_delim='%!_!# '
19418 for ac_last_try in false false :; do
19419   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
19420   if test -z "$ac_t"; then
19421     break
19422   elif $ac_last_try; then
19423     as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
19424   else
19425     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19426   fi
19427 done
19428
19429 # For the awk script, D is an array of macro values keyed by name,
19430 # likewise P contains macro parameters if any.  Preserve backslash
19431 # newline sequences.
19432
19433 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19434 sed -n '
19435 s/.\{148\}/&'"$ac_delim"'/g
19436 t rset
19437 :rset
19438 s/^[     ]*#[    ]*define[       ][      ]*/ /
19439 t def
19440 d
19441 :def
19442 s/\\$//
19443 t bsnl
19444 s/["\\]/\\&/g
19445 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
19446 D["\1"]=" \3"/p
19447 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
19448 d
19449 :bsnl
19450 s/["\\]/\\&/g
19451 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
19452 D["\1"]=" \3\\\\\\n"\\/p
19453 t cont
19454 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19455 t cont
19456 d
19457 :cont
19458 n
19459 s/.\{148\}/&'"$ac_delim"'/g
19460 t clear
19461 :clear
19462 s/\\$//
19463 t bsnlc
19464 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19465 d
19466 :bsnlc
19467 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19468 b cont
19469 ' <confdefs.h | sed '
19470 s/'"$ac_delim"'/"\\\
19471 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19472
19473 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19474   for (key in D) D_is_set[key] = 1
19475   FS = "\a"
19476 }
19477 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19478   line = \$ 0
19479   split(line, arg, " ")
19480   if (arg[1] == "#") {
19481     defundef = arg[2]
19482     mac1 = arg[3]
19483   } else {
19484     defundef = substr(arg[1], 2)
19485     mac1 = arg[2]
19486   }
19487   split(mac1, mac2, "(") #)
19488   macro = mac2[1]
19489   prefix = substr(line, 1, index(line, defundef) - 1)
19490   if (D_is_set[macro]) {
19491     # Preserve the white space surrounding the "#".
19492     print prefix "define", macro P[macro] D[macro]
19493     next
19494   } else {
19495     # Replace #undef with comments.  This is necessary, for example,
19496     # in the case of _POSIX_SOURCE, which is predefined and required
19497     # on some systems where configure will not decide to define it.
19498     if (defundef == "undef") {
19499       print "/*", prefix defundef, macro, "*/"
19500       next
19501     }
19502   }
19503 }
19504 { print }
19505 _ACAWK
19506 _ACEOF
19507 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19508   as_fn_error "could not setup config headers machinery" "$LINENO" 5
19509 fi # test -n "$CONFIG_HEADERS"
19510
19511
19512 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
19513 shift
19514 for ac_tag
19515 do
19516   case $ac_tag in
19517   :[FHLC]) ac_mode=$ac_tag; continue;;
19518   esac
19519   case $ac_mode$ac_tag in
19520   :[FHL]*:*);;
19521   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
19522   :[FH]-) ac_tag=-:-;;
19523   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19524   esac
19525   ac_save_IFS=$IFS
19526   IFS=:
19527   set x $ac_tag
19528   IFS=$ac_save_IFS
19529   shift
19530   ac_file=$1
19531   shift
19532
19533   case $ac_mode in
19534   :L) ac_source=$1;;
19535   :[FH])
19536     ac_file_inputs=
19537     for ac_f
19538     do
19539       case $ac_f in
19540       -) ac_f="$tmp/stdin";;
19541       *) # Look for the file first in the build tree, then in the source tree
19542          # (if the path is not absolute).  The absolute path cannot be DOS-style,
19543          # because $ac_f cannot contain `:'.
19544          test -f "$ac_f" ||
19545            case $ac_f in
19546            [\\/$]*) false;;
19547            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19548            esac ||
19549            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19550       esac
19551       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19552       as_fn_append ac_file_inputs " '$ac_f'"
19553     done
19554
19555     # Let's still pretend it is `configure' which instantiates (i.e., don't
19556     # use $as_me), people would be surprised to read:
19557     #    /* config.h.  Generated by config.status.  */
19558     configure_input='Generated from '`
19559           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19560         `' by configure.'
19561     if test x"$ac_file" != x-; then
19562       configure_input="$ac_file.  $configure_input"
19563       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19564 $as_echo "$as_me: creating $ac_file" >&6;}
19565     fi
19566     # Neutralize special characters interpreted by sed in replacement strings.
19567     case $configure_input in #(
19568     *\&* | *\|* | *\\* )
19569        ac_sed_conf_input=`$as_echo "$configure_input" |
19570        sed 's/[\\\\&|]/\\\\&/g'`;; #(
19571     *) ac_sed_conf_input=$configure_input;;
19572     esac
19573
19574     case $ac_tag in
19575     *:-:* | *:-) cat >"$tmp/stdin" \
19576       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
19577     esac
19578     ;;
19579   esac
19580
19581   ac_dir=`$as_dirname -- "$ac_file" ||
19582 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19583          X"$ac_file" : 'X\(//\)[^/]' \| \
19584          X"$ac_file" : 'X\(//\)$' \| \
19585          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19586 $as_echo X"$ac_file" |
19587     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19588             s//\1/
19589             q
19590           }
19591           /^X\(\/\/\)[^/].*/{
19592             s//\1/
19593             q
19594           }
19595           /^X\(\/\/\)$/{
19596             s//\1/
19597             q
19598           }
19599           /^X\(\/\).*/{
19600             s//\1/
19601             q
19602           }
19603           s/.*/./; q'`
19604   as_dir="$ac_dir"; as_fn_mkdir_p
19605   ac_builddir=.
19606
19607 case "$ac_dir" in
19608 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19609 *)
19610   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19611   # A ".." for each directory in $ac_dir_suffix.
19612   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19613   case $ac_top_builddir_sub in
19614   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19615   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19616   esac ;;
19617 esac
19618 ac_abs_top_builddir=$ac_pwd
19619 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19620 # for backward compatibility:
19621 ac_top_builddir=$ac_top_build_prefix
19622
19623 case $srcdir in
19624   .)  # We are building in place.
19625     ac_srcdir=.
19626     ac_top_srcdir=$ac_top_builddir_sub
19627     ac_abs_top_srcdir=$ac_pwd ;;
19628   [\\/]* | ?:[\\/]* )  # Absolute name.
19629     ac_srcdir=$srcdir$ac_dir_suffix;
19630     ac_top_srcdir=$srcdir
19631     ac_abs_top_srcdir=$srcdir ;;
19632   *) # Relative name.
19633     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19634     ac_top_srcdir=$ac_top_build_prefix$srcdir
19635     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19636 esac
19637 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19638
19639
19640   case $ac_mode in
19641   :F)
19642   #
19643   # CONFIG_FILE
19644   #
19645
19646   case $INSTALL in
19647   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
19648   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
19649   esac
19650 _ACEOF
19651
19652 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19653 # If the template does not know about datarootdir, expand it.
19654 # FIXME: This hack should be removed a few years after 2.60.
19655 ac_datarootdir_hack=; ac_datarootdir_seen=
19656 ac_sed_dataroot='
19657 /datarootdir/ {
19658   p
19659   q
19660 }
19661 /@datadir@/p
19662 /@docdir@/p
19663 /@infodir@/p
19664 /@localedir@/p
19665 /@mandir@/p'
19666 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19667 *datarootdir*) ac_datarootdir_seen=yes;;
19668 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19669   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19670 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19671 _ACEOF
19672 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19673   ac_datarootdir_hack='
19674   s&@datadir@&$datadir&g
19675   s&@docdir@&$docdir&g
19676   s&@infodir@&$infodir&g
19677   s&@localedir@&$localedir&g
19678   s&@mandir@&$mandir&g
19679   s&\\\${datarootdir}&$datarootdir&g' ;;
19680 esac
19681 _ACEOF
19682
19683 # Neutralize VPATH when `$srcdir' = `.'.
19684 # Shell code in configure.ac might set extrasub.
19685 # FIXME: do we really want to maintain this feature?
19686 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19687 ac_sed_extra="$ac_vpsub
19688 $extrasub
19689 _ACEOF
19690 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19691 :t
19692 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19693 s|@configure_input@|$ac_sed_conf_input|;t t
19694 s&@top_builddir@&$ac_top_builddir_sub&;t t
19695 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19696 s&@srcdir@&$ac_srcdir&;t t
19697 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19698 s&@top_srcdir@&$ac_top_srcdir&;t t
19699 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19700 s&@builddir@&$ac_builddir&;t t
19701 s&@abs_builddir@&$ac_abs_builddir&;t t
19702 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19703 s&@INSTALL@&$ac_INSTALL&;t t
19704 $ac_datarootdir_hack
19705 "
19706 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
19707 if $ac_cs_awk_getline; then
19708   $AWK -f "$tmp/subs.awk"
19709 else
19710   $AWK -f "$tmp/subs.awk" | $SHELL
19711 fi >$tmp/out \
19712   || as_fn_error "could not create $ac_file" "$LINENO" 5
19713
19714 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19715   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
19716   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
19717   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19718 which seems to be undefined.  Please make sure it is defined." >&5
19719 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19720 which seems to be undefined.  Please make sure it is defined." >&2;}
19721
19722   rm -f "$tmp/stdin"
19723   case $ac_file in
19724   -) cat "$tmp/out" && rm -f "$tmp/out";;
19725   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
19726   esac \
19727   || as_fn_error "could not create $ac_file" "$LINENO" 5
19728  ;;
19729   :H)
19730   #
19731   # CONFIG_HEADER
19732   #
19733   if test x"$ac_file" != x-; then
19734     {
19735       $as_echo "/* $configure_input  */" \
19736       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
19737     } >"$tmp/config.h" \
19738       || as_fn_error "could not create $ac_file" "$LINENO" 5
19739     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
19740       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19741 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19742     else
19743       rm -f "$ac_file"
19744       mv "$tmp/config.h" "$ac_file" \
19745         || as_fn_error "could not create $ac_file" "$LINENO" 5
19746     fi
19747   else
19748     $as_echo "/* $configure_input  */" \
19749       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
19750       || as_fn_error "could not create -" "$LINENO" 5
19751   fi
19752  ;;
19753
19754   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19755 $as_echo "$as_me: executing $ac_file commands" >&6;}
19756  ;;
19757   esac
19758
19759
19760   case $ac_file$ac_mode in
19761     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19762     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
19763 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
19764     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
19765 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
19766     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
19767 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
19768     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
19769 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
19770     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
19771 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
19772     "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
19773 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
19774
19775   esac
19776 done # for ac_tag
19777
19778
19779 as_fn_exit 0
19780 _ACEOF
19781 ac_clean_files=$ac_clean_files_save
19782
19783 test $ac_write_fail = 0 ||
19784   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
19785
19786
19787 # configure is writing to config.log, and then calls config.status.
19788 # config.status does its own redirection, appending to config.log.
19789 # Unfortunately, on DOS this fails, as config.log is still kept open
19790 # by configure, so config.status won't be able to write to it; its
19791 # output is simply discarded.  So we exec the FD to /dev/null,
19792 # effectively closing config.log, so it can be properly (re)opened and
19793 # appended to by config.status.  When coming back to configure, we
19794 # need to make the FD available again.
19795 if test "$no_create" != yes; then
19796   ac_cs_success=:
19797   ac_config_status_args=
19798   test "$silent" = yes &&
19799     ac_config_status_args="$ac_config_status_args --quiet"
19800   exec 5>/dev/null
19801   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19802   exec 5>>config.log
19803   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19804   # would make configure fail if this is the last instruction.
19805   $ac_cs_success || as_fn_exit $?
19806 fi
19807 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19808   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19809 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19810 fi
19811
19812
19813 if test "$no_create" = "yes"
19814 then
19815   exit 0
19816 fi
19817
19818 ac_save_IFS="$IFS"
19819 if test "x$wine_notices != "x; then
19820     echo >&6
19821     IFS="|"
19822     for msg in $wine_notices; do
19823         IFS="$ac_save_IFS"
19824         if test -n "$msg"; then
19825             { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19826 $as_echo "$as_me: $msg" >&6;}
19827         fi
19828     done
19829 fi
19830 IFS="|"
19831 for msg in $wine_warnings; do
19832     IFS="$ac_save_IFS"
19833     if test -n "$msg"; then
19834         echo >&2
19835         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19836 $as_echo "$as_me: WARNING: $msg" >&2;}
19837     fi
19838 done
19839 IFS="$ac_save_IFS"
19840
19841 echo "
19842 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
19843 " >&6
19844